Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 164
View file
commit_22e7f34350106c8e97ce8427319d503ae7a7bef0.txt
Deleted
View file
commit_58c3cecc2f414db0fec1713c1beadb93697b5e6c.txt
Added
View file
osmo-msc_1.14.0.17.22e7.dsc -> osmo-msc_1.15.0.dsc
Changed
@@ -2,20 +2,20 @@ Source: osmo-msc Binary: osmo-msc, osmo-msc-dbg, osmo-msc-doc Architecture: any all -Version: 1.14.0.17.22e7 +Version: 1.15.0 Maintainer: Osmocom team <openbsc@lists.osmocom.org> Homepage: https://osmocom.org/projects/osmomsc Standards-Version: 3.9.8 Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc -Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libsqlite3-dev, libsctp-dev, libtalloc-dev, libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), libosmocore-dev (>= 1.11.0), libosmo-sigtran-dev (>= 2.1.0), libosmo-abis-dev (>= 2.0.0), libosmo-mgcp-client-dev (>= 1.14.0), libosmo-gsup-client-dev (>= 1.9.0), libosmo-netif-dev (>= 1.6.0), libosmo-ranap-dev (>= 1.7.0), osmo-gsm-manuals-dev (>= 1.6.0) +Build-Depends: debhelper (>= 10), dh-autoreconf, autotools-dev, autoconf, automake, libtool, pkg-config, libsqlite3-dev, libsctp-dev, libtalloc-dev, libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), libosmocore-dev (>= 1.12.0), libosmo-sigtran-dev (>= 2.2.0), libosmo-abis-dev (>= 2.1.0), libosmo-mgcp-client-dev (>= 1.15.0), libosmo-gsup-client-dev (>= 1.9.0), libosmo-netif-dev (>= 1.7.0), libosmo-ranap-dev (>= 1.8.0), osmo-gsm-manuals-dev (>= 1.7.0) Package-List: osmo-msc deb net extra arch=any osmo-msc-dbg deb debug extra arch=any osmo-msc-doc deb doc optional arch=all Checksums-Sha1: - b3fd546023d4fc40d97a157d2bff590383039abf 392404 osmo-msc_1.14.0.17.22e7.tar.xz + f482a18b00e56a5677d8250f4065c6694cd2f2ba 392532 osmo-msc_1.15.0.tar.xz Checksums-Sha256: - 94b6013f64d9c9fd316b0d9cb48aa2acfad6838d3f248045f9c323aa9f4d45f8 392404 osmo-msc_1.14.0.17.22e7.tar.xz + 7e34950b929df8427b038a0206ae5e05ef7508af634e1267f4c3153b36d70511 392532 osmo-msc_1.15.0.tar.xz Files: - 352350cddb0d6b2dd237e044a152510d 392404 osmo-msc_1.14.0.17.22e7.tar.xz + 564e00bab07250c2d6d9f20d317b3c2f 392532 osmo-msc_1.15.0.tar.xz
View file
osmo-msc_1.14.0.17.22e7.tar.xz/.tarball-version -> osmo-msc_1.15.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.14.0.17-22e7 +1.14.0.18-58c3
View file
osmo-msc_1.14.0.17.22e7.tar.xz/TODO-RELEASE -> osmo-msc_1.15.0.tar.xz/TODO-RELEASE
Changed
@@ -7,4 +7,3 @@ # If any interfaces have been added since the last public release: c:r:a + 1. # If any interfaces have been removed or changed since the last public release: c:r:0. #library what description / commit summary line -libosmocore > 1.11.0 uses new GSM48_BCAP_RRQ_SPARE_NETWORK_TO_MS (I97101c977104eae82e4850d40f9abd15aa03e33e)
View file
osmo-msc_1.14.0.17.22e7.tar.xz/configure.ac -> osmo-msc_1.15.0.tar.xz/configure.ac
Changed
@@ -37,14 +37,14 @@ PKG_PROG_PKG_CONFIG(0.20) PKG_CHECK_MODULES(LIBSQLITE3, sqlite3) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.0.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.1.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.14.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.12.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.1.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.2.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.15.0) PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.9.0) AC_CHECK_FUNC(timegm, AC_DEFINE(HAVE_TIMEGM, 1, Define if libc implements timegm)) @@ -105,7 +105,7 @@ osmo_ac_iu="$enableval",osmo_ac_iu="no") if test "x$osmo_ac_iu" = "xyes" ; then PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) - PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.7.0) + PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.8.0) AC_DEFINE(BUILD_IU, 1, Define if we want to build IuPS and IuCS interfaces support) fi AM_CONDITIONAL(BUILD_IU, test "x$osmo_ac_iu" = "xyes")
View file
osmo-msc_1.14.0.17.22e7.tar.xz/debian/changelog -> osmo-msc_1.15.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,37 @@ -osmo-msc (1.14.0.17.22e7) unstable; urgency=medium +osmo-msc (1.15.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Oliver Smith + * gsm48_cc_tx_setup: add goto error + * gsm48_cc_tx_setup: move msgb_alloc down + * gsm48_cc_tx_setup_set_transaction_id: split out + * gsm48_cc_tx_setup_set_transaction_id: tweak error msg + * gsm48_cc_tx_setup_select_codecs: split out + * gsm48_cc_tx_setup_set_bearer_cap: split out + * gsm48_cc_tx_setup_encode_msg: split out + * gsm48_cc_tx_setup: remove extra bearer_cap var + * gsm48_cc_tx_setup: fix speech bearer capabilities - -- Osmocom OBS scripts <info@osmocom.org> Thu, 27 Nov 2025 13:45:32 +0000 + Vadim Yanitskiy + * tests/{ctrl,vty}_test_runner.py: dump stdout/stderr + + Alexander Couzens + * vlr_lu_fsm: terminate the FSM instead of dispatching only a signal to the parent + * vlr: remove old TODO to switch to osmo_tdef_fsm_inst_state_chg + * vlr: vlr_set_ciph_mode(): use vlr_subscr_security_context instead of umts_aka + + Matan Perelman + * vlr: Stop silent call before deduping subscribers + + Keith + * sqlite optimisation: check VLR earlier for dest. subscriber + + Keith Whyte + * sqlite optimisation: Avoid unneeded database operation + + Andreas Eversberg + * ASCI: Fix establishment of calls when ciphering is enabled + + -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 03 Dec 2025 19:36:22 +0100 osmo-msc (1.14.0) unstable; urgency=medium
View file
osmo-msc_1.14.0.17.22e7.tar.xz/debian/control -> osmo-msc_1.15.0.tar.xz/debian/control
Changed
@@ -14,14 +14,14 @@ libtalloc-dev, libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), - libosmocore-dev (>= 1.11.0), - libosmo-sigtran-dev (>= 2.1.0), - libosmo-abis-dev (>= 2.0.0), - libosmo-mgcp-client-dev (>= 1.14.0), + libosmocore-dev (>= 1.12.0), + libosmo-sigtran-dev (>= 2.2.0), + libosmo-abis-dev (>= 2.1.0), + libosmo-mgcp-client-dev (>= 1.15.0), libosmo-gsup-client-dev (>= 1.9.0), - libosmo-netif-dev (>= 1.6.0), - libosmo-ranap-dev (>= 1.7.0), - osmo-gsm-manuals-dev (>= 1.6.0) + libosmo-netif-dev (>= 1.7.0), + libosmo-ranap-dev (>= 1.8.0), + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
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
.