Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 70
View file
osmo-msc.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-msc Requires: osmocom-master -Version: 1.10.0.118.1c980 +Version: 1.10.0.120.7521 Release: 0 Summary: Osmocom's MSC for 2G and 3G circuit-switched mobile networks License: AGPL-3.0-or-later AND GPL-2.0-only Group: Productivity/Telephony/Servers URL: https://osmocom.org/projects/osmomsc -Source: osmo-msc_1.10.0.118.1c980.tar.xz +Source: osmo-msc_1.10.0.120.7521.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_1c98031203fa003f5acc80f8527e9427429ee416.txt
Deleted
View file
commit_7521a5877b5cb81c2902bb231819263bd9109f8e.txt
Added
View file
osmo-msc_1.10.0.118.1c980.dsc -> osmo-msc_1.10.0.120.7521.dsc
Changed
@@ -2,7 +2,7 @@ Source: osmo-msc Binary: osmo-msc, osmo-msc-dbg, osmo-msc-doc Architecture: any all -Version: 1.10.0.118.1c980 +Version: 1.10.0.120.7521 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmomsc Standards-Version: 3.9.8 @@ -14,8 +14,8 @@ osmo-msc-dbg deb debug extra arch=any osmo-msc-doc deb doc optional arch=all Checksums-Sha1: - f8f956fce5a8508f21c2a8fb7c70a106ee5a50c8 380012 osmo-msc_1.10.0.118.1c980.tar.xz + 233d408b42f6aed3b00ba379cf1ba4e757c1c775 380048 osmo-msc_1.10.0.120.7521.tar.xz Checksums-Sha256: - 57d6b87cda16c76da090e9fb7991b89ec93c2c0670c159a1c4721c3473c76dd8 380012 osmo-msc_1.10.0.118.1c980.tar.xz + f26d2dca551402912f783544481c9c815f1b1e4fb90d63ea8c9f5fc09b68fe1b 380048 osmo-msc_1.10.0.120.7521.tar.xz Files: - c569e5f2ce37b50da82184d3de305ba3 380012 osmo-msc_1.10.0.118.1c980.tar.xz + 943ebefa0a98e55cb15dfb513cb7f69a 380048 osmo-msc_1.10.0.120.7521.tar.xz
View file
osmo-msc_1.10.0.118.1c980.tar.xz/.tarball-version -> osmo-msc_1.10.0.120.7521.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.10.0.118-1c980 +1.10.0.120-7521
View file
osmo-msc_1.10.0.118.1c980.tar.xz/debian/changelog -> osmo-msc_1.10.0.120.7521.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-msc (1.10.0.118.1c980) unstable; urgency=medium +osmo-msc (1.10.0.120.7521) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Sat, 29 Jul 2023 08:52:35 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Mon, 21 Aug 2023 08:35:48 +0000 osmo-msc (1.10.0) unstable; urgency=medium
View file
osmo-msc_1.10.0.118.1c980.tar.xz/src/libmsc/gsm_04_08.c -> osmo-msc_1.10.0.120.7521.tar.xz/src/libmsc/gsm_04_08.c
Changed
@@ -120,12 +120,7 @@ struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 LOC UPD ACC"); struct gsm48_hdr *gh; struct gsm48_loc_area_id *lai; - struct gsm_network *net = msc_a_net(msc_a); struct vlr_subscr *vsub = msc_a_vsub(msc_a); - struct osmo_location_area_id laid = { - .plmn = net->plmn, - .lac = vsub->cgi.lai.lac, - }; uint8_t *l; int rc; struct osmo_mobile_identity mi = {}; @@ -135,7 +130,7 @@ gh->msg_type = GSM48_MT_MM_LOC_UPD_ACCEPT; lai = (struct gsm48_loc_area_id *) msgb_put(msg, sizeof(*lai)); - gsm48_generate_lai2(lai, &laid); + gsm48_generate_lai2(lai, &vsub->cgi.lai); if (send_tmsi == GSM_RESERVED_TMSI) { /* we did not allocate a TMSI to the MS, so we need to
View file
osmo-msc_1.10.0.118.1c980.tar.xz/src/libmsc/transaction.c -> osmo-msc_1.10.0.120.7521.tar.xz/src/libmsc/transaction.c
Changed
@@ -153,7 +153,7 @@ lcls->gcr.node = ss7->cfg.primary_pc; /* net id from Q.1902.3 3-5 bytes, this function gives 3 bytes exactly */ - osmo_plmn_to_bcd(lcls->gcr.net, &trans->net->plmn); + osmo_plmn_to_bcd(lcls->gcr.net, &trans->msc_a->via_cell.lai.plmn); /* TS 29.205 Table B.2.1.9.2 Call Reference ID
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
.