Projects
osmocom:master
osmo-msc
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 114
View file
commit_22d4f356462f2d0872e2454c33b2b9fff4603c61.txt
Deleted
View file
commit_24044221839cf8c7839d48ce99be2cc1a716cc12.txt
Added
View file
osmo-msc_1.11.1.65.22d4f3.dsc -> osmo-msc_1.12.0.dsc
Changed
@@ -2,20 +2,20 @@ Source: osmo-msc Binary: osmo-msc, osmo-msc-dbg, osmo-msc-doc Architecture: any all -Version: 1.11.1.65.22d4f3 +Version: 1.12.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.9.0), libosmo-sccp-dev (>= 1.8.0), libosmo-sigtran-dev (>= 1.8.0), libosmo-abis-dev (>= 1.5.0), libosmo-mgcp-client-dev (>= 1.12.0), libosmo-gsup-client-dev (>= 1.7.0), libosmo-netif-dev (>= 1.4.0), libosmo-ranap-dev (>= 1.5.0), osmo-gsm-manuals-dev (>= 1.5.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.10.0), libosmo-sccp-dev (>= 1.9.0), libosmo-sigtran-dev (>= 1.9.0), libosmo-abis-dev (>= 1.6.0), libosmo-mgcp-client-dev (>= 1.13.0), libosmo-gsup-client-dev (>= 1.8.0), libosmo-netif-dev (>= 1.5.0), libosmo-ranap-dev (>= 1.6.0), osmo-gsm-manuals-dev (>= 1.6.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: - c673e4ad78bf33ac9b1d2a60cde5f6553343b72e 387412 osmo-msc_1.11.1.65.22d4f3.tar.xz + 47ec68122763d81fb00cba702bab568db71416ef 388308 osmo-msc_1.12.0.tar.xz Checksums-Sha256: - 9e57c934d973125cfab8e5dfd2fe1a044c217f0df9a98a552cab4b24386349c8 387412 osmo-msc_1.11.1.65.22d4f3.tar.xz + c91475398c7aba1e4af24f1935c12a1f431f53fa50631433158ab619e509ebde 388308 osmo-msc_1.12.0.tar.xz Files: - f53c002ad7e61ee0bd2fb55f428c7761 387412 osmo-msc_1.11.1.65.22d4f3.tar.xz + ad5faa08dd48608dd0b0b705df1c28fa 388308 osmo-msc_1.12.0.tar.xz
View file
osmo-msc_1.11.1.65.22d4f3.tar.xz/.tarball-version -> osmo-msc_1.12.0.tar.xz/.tarball-version
Changed
@@ -1 +1 @@ -1.11.1.65-22d4f3 +1.12.0
View file
osmo-msc_1.11.1.65.22d4f3.tar.xz/TODO-RELEASE -> osmo-msc_1.12.0.tar.xz/TODO-RELEASE
Changed
@@ -1,10 +1,9 @@ # When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install -# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info -# In short: +# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release +# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info # LIBVERSION=c:r:a # If the library source code has changed at all since the last update, then increment revision: c:r + 1:a. -# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0. +# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a. # 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 -libosmogsm >1.9.0 ABI breakage in struct osmo_gsup_pdp_info, use new fields pdp_type_* and pdp_address. \ No newline at end of file +#library what description / commit summary line
View file
osmo-msc_1.11.1.65.22d4f3.tar.xz/configure.ac -> osmo-msc_1.12.0.tar.xz/configure.ac
Changed
@@ -37,16 +37,16 @@ PKG_PROG_PKG_CONFIG(0.20) PKG_CHECK_MODULES(LIBSQLITE3, sqlite3) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) -PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.12.0) -PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0) +PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.13.0) +PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.8.0) AC_CHECK_FUNC(timegm, AC_DEFINE(HAVE_TIMEGM, 1, Define if libc implements timegm)) @@ -106,7 +106,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.5.0) + PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.6.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.11.1.65.22d4f3.tar.xz/debian/changelog -> osmo-msc_1.12.0.tar.xz/debian/changelog
Changed
@@ -1,8 +1,91 @@ -osmo-msc (1.11.1.65.22d4f3) unstable; urgency=medium +osmo-msc (1.12.0) unstable; urgency=medium - * Automatically generated changelog entry for building the Osmocom master feed + Manawyrm + * libmsc: add 3k1_AUDIO and FAX_G3 bearer cap + * csd_bs: force rate adaptation mode for CSD calls to V.110 - -- Osmocom OBS scripts <info@osmocom.org> Tue, 25 Jun 2024 00:49:59 +0000 + Andreas Eversberg + * ASCI: Reject TERMINATION, if MS is not the originator + * Use uniform log format for default config files + * Add LLC and HLC information to MNCC interface definiton + * Add LLC and HLC information forwarding to MNCC interface + * ASCI: Remove debug line, used during development process + + Philipp Maier + * vlr_sgs: fix VTY setting for SGs counter. + * manuals: add section about the SGs interface. + + Neels Hofmeyr + * fix codec mapping for GSM-HR + * call_leg: silence some false errors + * cc: remove code dup for / fix reading codecs from MNCC + * add sdp_audio_codec_to_speech_codec_list() + * implement re-assignment to match codecs + * msc_vlr_test_call: drop misleading log + * msc_vlr_test_call: codecs: properly test new codec matching + * add comment in codec_mapping.c + * test_call: codecs: allow specific PT numbers 1/2 + * test_call: codecs: allow specific PT numbers 2/2 + * test_call: codecs: test specific PT from MO to MT + * sdp: allow more space for fmtp + * tweak example osmo-msc.cfg: 001 01 + * fix misnomer in msc_a.c: codec_cn -> codec_assigned + * cosmetic: move check for CSD further above + * cosmetic: tweak sdp_audio_codecs_by_payload_type() + * tweak apidoc for sdp_audio_codecs_remove() + * msc_vlr_test_call.c: fix misleading comments + * report caller's file,line in trans_cc_filter_run() + * cosmetic: rename to sdp_audio_codecs_foreach() + * pick up all *.vty in EXTRA_DIST + * invalidate vsub->msc_conn_ref when msc_a is discarded + * fix VLR evil twin on LU with unknown TMSI + * never page for TMSI with 'no assign-tmsi' + * fixup for re-est: do not succeed on acceptance fail + * do not invoke two Assignments (fixup for re-assignment) + + Vadim Yanitskiy + * silent_call: check return value of trans_alloc() against NULL + * VTY: always print MNCC handler type (internal/external) + * SMS-over-GSUP: set Source Name IE for *all* messages + * build: include README.md into the release tarball + * libvlr: auth_fsm_wait_ai(): cosmetic: drop redundant break + * libvlr: fix wrong cause value passed to auth_fsm_term() + * libvlr: fix auth_fsm_term(): use proper value-string for cause + * libmsc: fix -Wenum-conversion in subscr_conn_toss() + * libsmpputil: fix -Wtautological-constant-out-of-range-compare + * msc_a_up_call_assignment_complete(): handle all CSD modes + * SMS-over-GSUP: set log context in gsm411_gsup_rx() + * libmsc: add timer X36 for delaying LU connections + * libmsc: reset the LU delay timer (X36) on MO/MT SMS + * gsm411_send_rp_data(): add FIXME for MSC_CTR_SMS_DELIVERED + * README.md: cosmetic: fix a typo + * smpp: fix typo in comment for SMPP_{SYS_ID,PASSWD}_LEN + * smpp: fix password length in struct esme + * utils/smpp_mirror: use OSMO_STRLCPY_ARRAY, fix -Wstringop-overflow + * debian/copyright: remove include/openbsc/slhc.h (no such file) + + Mychaela N. Falconia + * GSUP: set default ipa-name at application level + + Pau Espin Pedrol + * cosmetic: vlc: Fix whitespace formatting in struct sgsn_subscriber_pdp_data + * vlr: Use new libosmogsm struct osmo_gsup_pdp_info fields + + Harald Welte + * Fix license headers: Should have been AGPLv3+, not GPLv2+ + * Add funding link to github mirror + * README.md: More hyperlinks and add more interfaces / features + * README.md: Add links to forum + issue tracker + + Max + * .deb/.rpm: add osmocom user during package install + + Oliver Smith + * .deb/.rpm: various fixes related to non-root + * contrib: remove rpm spec file + * debian/postinst: add checks, be verbose + + -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 17:23:01 +0200 osmo-msc (1.11.1) unstable; urgency=medium
View file
osmo-msc_1.11.1.65.22d4f3.tar.xz/debian/control -> osmo-msc_1.12.0.tar.xz/debian/control
Changed
@@ -14,15 +14,15 @@ libtalloc-dev, libsmpp34-dev (>= 1.14.0), libasn1c-dev (>= 0.9.30), - libosmocore-dev (>= 1.9.0), - libosmo-sccp-dev (>= 1.8.0), - libosmo-sigtran-dev (>= 1.8.0), - libosmo-abis-dev (>= 1.5.0), - libosmo-mgcp-client-dev (>= 1.12.0), - libosmo-gsup-client-dev (>= 1.7.0), - libosmo-netif-dev (>= 1.4.0), - libosmo-ranap-dev (>= 1.5.0), - osmo-gsm-manuals-dev (>= 1.5.0) + libosmocore-dev (>= 1.10.0), + libosmo-sccp-dev (>= 1.9.0), + libosmo-sigtran-dev (>= 1.9.0), + libosmo-abis-dev (>= 1.6.0), + libosmo-mgcp-client-dev (>= 1.13.0), + libosmo-gsup-client-dev (>= 1.8.0), + libosmo-netif-dev (>= 1.5.0), + libosmo-ranap-dev (>= 1.6.0), + osmo-gsm-manuals-dev (>= 1.6.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
.