Projects
osmocom:master
osmo-msc
Log In
Username
Password
File not found: simtrace2_0.9.0.1.d0ad.202511081800.dsc
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 51
View file
osmo-msc.spec
Changed
@@ -19,13 +19,13 @@ %define with_iu 1 Name: osmo-msc Requires: osmocom-master -Version: 1.10.0.74.0d460 +Version: 1.10.0.75.17399 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.74.0d460.tar.xz +Source: osmo-msc_1.10.0.75.17399.tar.xz Source1: rpmlintrc BuildRequires: autoconf BuildRequires: automake
View file
commit_0d4607d90d34ca2a75a11ac3458d63141b4de44c.txt
Deleted
View file
commit_17399803a4fca01b1eaa505fe563b241f075f5c0.txt
Added
View file
osmo-msc_1.10.0.74.0d460.dsc -> osmo-msc_1.10.0.75.17399.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.74.0d460 +Version: 1.10.0.75.17399 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: - 9177e91e60fe77104583f0299871e81ba2ed0781 359304 osmo-msc_1.10.0.74.0d460.tar.xz + f117a784eb996eaf8b5b5bbf6616aa15659a3680 359344 osmo-msc_1.10.0.75.17399.tar.xz Checksums-Sha256: - ed95d084a3ca01e3cc0fd351e2497b401d0ce06a204ae863535c4e3a2dda2277 359304 osmo-msc_1.10.0.74.0d460.tar.xz + ae03e7bc834ac0f554b495dec0133c00ee8933306ebe135101cdccf5ca691d00 359344 osmo-msc_1.10.0.75.17399.tar.xz Files: - 473bff94ce45d93bb41222381bb825bb 359304 osmo-msc_1.10.0.74.0d460.tar.xz + 8522b578e35d8db5d3f29eb080b9863e 359344 osmo-msc_1.10.0.75.17399.tar.xz
View file
osmo-msc_1.10.0.74.0d460.tar.xz/.tarball-version -> osmo-msc_1.10.0.75.17399.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.10.0.74-0d460 +1.10.0.75-17399
View file
osmo-msc_1.10.0.74.0d460.tar.xz/debian/changelog -> osmo-msc_1.10.0.75.17399.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -osmo-msc (1.10.0.74.0d460) unstable; urgency=medium +osmo-msc (1.10.0.75.17399) unstable; urgency=medium * Automatically generated changelog entry for building the Osmocom master feed - -- Osmocom OBS scripts <info@osmocom.org> Fri, 23 Jun 2023 09:48:39 +0000 + -- Osmocom OBS scripts <info@osmocom.org> Fri, 23 Jun 2023 10:39:20 +0000 osmo-msc (1.10.0) unstable; urgency=medium
View file
osmo-msc_1.10.0.74.0d460.tar.xz/src/libmsc/csd_bs.c -> osmo-msc_1.10.0.75.17399.tar.xz/src/libmsc/csd_bs.c
Changed
@@ -375,14 +375,16 @@ if (csd_bs_is_transp(list->bs0)) { ct->data_transparent = true; - ct->data_rate = csd_bs_to_gsm0808_data_rate_transp(list->bs0); + rc = csd_bs_to_gsm0808_data_rate_transp(list->bs0); } else { - ct->data_rate = csd_bs_to_gsm0808_data_rate_non_transp(list->bs0); + rc = csd_bs_to_gsm0808_data_rate_non_transp(list->bs0); } - if (ct->data_rate < 0) + if (rc < 0) return -EINVAL; + ct->data_rate = rc; + /* Other possible data rates allowed (3GPP TS 48.008 ยง 3.2.2.11, 5a) */ if (!ct->data_transparent && list->count > 1) { for (i = 1; i < list->count; i++) {
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
.