Projects
osmocom:master
osmo-hlr
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 21
View file
osmo-hlr.spec
Changed
@@ -15,13 +15,13 @@ Name: osmo-hlr Requires: osmocom-master -Version: 1.6.0.9.8297 +Version: 1.6.0.11.9115 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.9.8297.tar.xz +Source: osmo-hlr_1.6.0.11.9115.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_829713a69d26df1d1c7bb83dcdf370353175b296.txt
Deleted
View file
commit_91150802f83aabbb701aced555bd02f5c8c9f8ee.txt
Added
View file
osmo-hlr_1.6.0.9.8297.dsc -> osmo-hlr_1.6.0.11.9115.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.9.8297 +Version: 1.6.0.11.9115 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: - 317c931fc56a6aa71099cf051a44da0e78deb21d 172112 osmo-hlr_1.6.0.9.8297.tar.xz + 658f379f3ab7e3a2e88d54782960bac3b0f42775 172096 osmo-hlr_1.6.0.11.9115.tar.xz Checksums-Sha256: - d60cf634efa086b388b9a916dbcf3cadabc421d28f489452ec423fc11c94d2a8 172112 osmo-hlr_1.6.0.9.8297.tar.xz + 6c65f99d4dfa7da4a79c9398a1be4899f026a7ab755cb1a15db11db902e37adf 172096 osmo-hlr_1.6.0.11.9115.tar.xz Files: - 2069258bba67090777e15b7c0b4c451d 172112 osmo-hlr_1.6.0.9.8297.tar.xz + 11f5985e049d142aa6c0cca89c322220 172096 osmo-hlr_1.6.0.11.9115.tar.xz
View file
osmo-hlr_1.6.0.9.8297.tar.xz/.tarball-version -> osmo-hlr_1.6.0.11.9115.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.6.0.9-8297 +1.6.0.11-9115
View file
osmo-hlr_1.6.0.9.8297.tar.xz/debian/changelog -> osmo-hlr_1.6.0.11.9115.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-hlr (1.6.0.9.8297) unstable; urgency=medium +osmo-hlr (1.6.0.11.9115) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 03 Jun 2023 17:31:27 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Tue, 06 Jun 2023 09:01:34 +0000 osmo-hlr (1.6.0) unstable; urgency=medium
View file
osmo-hlr_1.6.0.9.8297.tar.xz/tests/auc/gen_ts_55_205_test_sets/func_template.c -> osmo-hlr_1.6.0.11.9115.tar.xz/tests/auc/gen_ts_55_205_test_sets/func_template.c
Changed
@@ -24,43 +24,43 @@ static void {func_name}(void) {{ - struct osmo_sub_auth_data aud2g; - struct osmo_sub_auth_data aud3g; - struct osmo_auth_vector vec; - int rc; - - comment_start(); - - aud2g = (struct osmo_sub_auth_data){{ 0 }}; - - aud3g = (struct osmo_sub_auth_data){{ - .type = OSMO_AUTH_TYPE_UMTS, - .algo = OSMO_AUTH_ALG_MILENAGE, + struct osmo_sub_auth_data aud2g; + struct osmo_sub_auth_data aud3g; + struct osmo_auth_vector vec; + int rc; + + comment_start(); + + aud2g = (struct osmo_sub_auth_data){{ 0 }}; + + aud3g = (struct osmo_sub_auth_data){{ + .type = OSMO_AUTH_TYPE_UMTS, + .algo = OSMO_AUTH_ALG_MILENAGE, .u.umts.sqn = 31, - }}; + }}; - osmo_hexparse("{Ki}", - aud3g.u.umts.k, sizeof(aud3g.u.umts.k)); - osmo_hexparse("{OPc}", - aud3g.u.umts.opc, sizeof(aud3g.u.umts.opc)); + osmo_hexparse("{Ki}", + aud3g.u.umts.k, sizeof(aud3g.u.umts.k)); + osmo_hexparse("{OPc}", + aud3g.u.umts.opc, sizeof(aud3g.u.umts.opc)); - osmo_hexparse("{RAND}", - fake_rand, sizeof(fake_rand)); + osmo_hexparse("{RAND}", + fake_rand, sizeof(fake_rand)); - vec = (struct osmo_auth_vector){{ {{0}} }}; + vec = (struct osmo_auth_vector){{ {{0}} }}; VERBOSE_ASSERT(aud3g.u.umts.sqn, == 31, "%"PRIu64); - rc = auc_compute_vectors(&vec, 1, &aud2g, &aud3g, NULL, NULL); - VERBOSE_ASSERT(rc, == 1, "%d"); + rc = auc_compute_vectors(&vec, 1, &aud2g, &aud3g, NULL, NULL); + VERBOSE_ASSERT(rc, == 1, "%d"); VERBOSE_ASSERT(aud3g.u.umts.sqn, == 32, "%"PRIu64); - VEC_IS(&vec, - " rand: {RAND}\n" - " ck: {MIL3G-CK}\n" - " ik: {MIL3G-IK}\n" - " res: {MIL3G-RES}0000000000000000\n" - " kc: {Kc}\n" - " sres: {SRES#1}\n" - ); + VEC_IS(&vec, + " rand: {RAND}\n" + " ck: {MIL3G-CK}\n" + " ik: {MIL3G-IK}\n" + " res: {MIL3G-RES}0000000000000000\n" + " kc: {Kc}\n" + " sres: {SRES#1}\n" + ); comment_end(); }}
View file
osmo-hlr_1.6.0.9.8297.tar.xz/tests/auc/gen_ts_55_205_test_sets/main_template.c -> osmo-hlr_1.6.0.11.9115.tar.xz/tests/auc/gen_ts_55_205_test_sets/main_template.c
Changed
@@ -55,7 +55,7 @@ if (pos >= end) \ return buf; \ pos += snprintf(pos, sizeof(buf) - (pos - buf), \ - " " #what ": %s\n", \ + " " #what ": %s\n", \ osmo_hexdump_nospc((void*)&vec->what, sizeof(vec->what))) append(rand); @@ -71,7 +71,7 @@ #define VEC_IS(vec, expect) do { \ char *_is = vec_str(vec); \ - if (strcmp(_is, expect)) { \ + if (strcmp(_is, expect)) { \ fprintf(stderr, "MISMATCH! expected ==\n%s\n", \ expect); \ char *a = _is; \
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
.