Projects
osmocom:latest
osmo-hlr
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 5
View file
osmo-hlr.spec
Changed
@@ -15,13 +15,13 @@ Name: osmo-hlr Requires: osmocom-latest -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: Osmocom Home Location Register for GSUP protocol towards OsmoSGSN and OsmoCSCN License: AGPL-3.0-or-later AND GPL-2.0-or-later Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmo-hlr -Source: osmo-hlr_1.6.0.tar.xz +Source: osmo-hlr_1.6.1.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
osmo-hlr_1.6.0.dsc -> osmo-hlr_1.6.1.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-hlr Binary: osmo-hlr, osmo-hlr-dbg, libosmo-gsup-client0, libosmo-gsup-client-dev, libosmo-mslookup1, libosmo-mslookup-dev, osmo-mslookup-utils, osmo-hlr-doc Architecture: any all -Version: 1.6.0 +Version: 1.6.1 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://projects.osmocom.org/projects/osmo-hlr Standards-Version: 3.9.6 @@ -19,8 +19,8 @@ osmo-hlr-doc deb doc optional arch=all osmo-mslookup-utils deb utils optional arch=any Checksums-Sha1: - 962367515c78ae0f2098293f3ea9985ce7dd5eea 172096 osmo-hlr_1.6.0.tar.xz + df6cc10b8c68344734a3d0aef1ad8b7fc61e5fdc 172220 osmo-hlr_1.6.1.tar.xz Checksums-Sha256: - 91eabd5b6343ea90cf12fc000ed6c959b854f10ceca4724b0cd6a1ab6d05028c 172096 osmo-hlr_1.6.0.tar.xz + fbbeed27cdc026a92abf384331fbc55046b9aa8dac1375d6825bf72c4f117165 172220 osmo-hlr_1.6.1.tar.xz Files: - 5dfae2988995f37d795ee3b5d5942751 172096 osmo-hlr_1.6.0.tar.xz + 31148a4ea0008db57693481428bf6f8d 172220 osmo-hlr_1.6.1.tar.xz
View file
osmo-hlr_1.6.0.tar.xz/.tarball-version -> osmo-hlr_1.6.1.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.6.0 +1.6.1
View file
osmo-hlr_1.6.0.tar.xz/debian/changelog -> osmo-hlr_1.6.1.tar.xz/debian/changelog
Changed
@@ -1,3 +1,10 @@ +osmo-hlr (1.6.1) unstable; urgency=medium + + * Run struct_endianness.py + * tests: adjust to XOR-3G rename in libosmocore + + -- Oliver Smith <osmith@sysmocom.de> Thu, 23 Feb 2023 10:23:04 +0100 + osmo-hlr (1.6.0) unstable; urgency=medium Vadim Yanitskiy
View file
osmo-hlr_1.6.0.tar.xz/include/osmocom/mslookup/mdns_rfc.h -> osmo-hlr_1.6.1.tar.xz/include/osmocom/mslookup/mdns_rfc.h
Changed
@@ -71,7 +71,7 @@ uint16_t nscount; /* Number of authority records */ uint16_t arcount; /* Number of additional records */ #elif OSMO_IS_BIG_ENDIAN -/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianess.py) */ +/* auto-generated from the little endian part above (libosmocore/contrib/struct_endianness.py) */ uint16_t id; uint8_t qr:1, opcode:4, aa:1, tc:1, rd:1; uint8_t ra:1, z:3, rcode:4;
View file
osmo-hlr_1.6.0.tar.xz/tests/test_subscriber.ctrl -> osmo-hlr_1.6.1.tar.xz/tests/test_subscriber.ctrl
Changed
@@ -677,9 +677,6 @@ SET 113 subscriber.by-imsi-901991234567891.aud2g xor,c01ffedc1cadaeac1d1f1edacac1ab0a SET_REPLY 113 subscriber.by-imsi-901991234567891.aud2g OK -GET 114 subscriber.by-imsi-901991234567891.aud2g -GET_REPLY 114 subscriber.by-imsi-901991234567891.aud2g XOR,c01ffedc1cadaeac1d1f1edacac1ab0a - SET 115 subscriber.by-imsi-901991234567891.aud2g none SET_REPLY 115 subscriber.by-imsi-901991234567891.aud2g OK
View file
osmo-hlr_1.6.0.tar.xz/tests/test_subscriber.vty -> osmo-hlr_1.6.1.tar.xz/tests/test_subscriber.vty
Changed
@@ -160,7 +160,7 @@ ID: 101 IMSI: 123456789023000 MSISDN: 423 - 2G auth: XOR +... KI=deaf0ff1ced0d0dabbedd1ced1cef00d OsmoHLR# subscriber imsi 123456789023000 update aud2g comp128v1 ki BeefedCafeFaceAcedAddedDecadeFee
View file
osmo-hlr_1.6.0.tar.xz/tests/testsuite.at -> osmo-hlr_1.6.1.tar.xz/tests/testsuite.at
Changed
@@ -27,7 +27,12 @@ cat $abs_srcdir/db/db_test.ok > expout cat $abs_srcdir/db/db_test.err > experr sqlite3 db_test.db < $abs_top_srcdir/sql/hlr.sql -AT_CHECK($abs_top_builddir/tests/db/db_test, , expout, experr) + +# Compatibility with libosmocore I446e54d0ddf4a18c46ee022b1249af73552e3ce1 +$abs_top_builddir/tests/db/db_test >out 2>err +sed -i "s/XOR-3G,/XOR,/g" err + +AT_CHECK(cat out; cat err >&2, , expout, experr) AT_CLEANUP # AT_SKIP_IF: disable for old sqlite versions, because the way we dump tables in the test doesn't work with it.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.