Bump version: 1.12.1.34-1e24a-dirty → 1.13.0

Change-Id: Ia34d0c57a8d17a115a4f7e35ec8eb1470c5fb16e
This commit is contained in:
Oliver Smith
2025-02-12 13:10:30 +01:00
parent 1e24ae38af
commit 3ffa34f13c
4 changed files with 65 additions and 19 deletions

View File

@@ -7,5 +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
libosmo-sigtran >2.0.1 osmo_ss7_instance_get_id(), osmo_ss7_instance_get_name(), osmo_ss7_instance_get_pc_fmt(), osmo_ss7_instance_get_primary_pc()
libosmo-gsup-client >1.8.0 gsup_client_mux.h

View File

@@ -37,15 +37,15 @@ fi
PKG_PROG_PKG_CONFIG([0.20])
PKG_CHECK_MODULES(LIBSQLITE3, sqlite3)
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 >= 2.0.0)
PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.13.0)
PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.8.0)
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(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 @@ AC_ARG_ENABLE([iu], [AS_HELP_STRING([--enable-iu], [Build 3G support, aka IuPS a
[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.6.0)
PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.7.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")

48
debian/changelog vendored
View File

@@ -1,3 +1,51 @@
osmo-msc (1.13.0) unstable; urgency=medium
[ Andreas Eversberg ]
* Remove speech codec list from bearer_cap for phase 1 mobile station
* Release BSS connection when SS message is rejected
[ Vadim Yanitskiy ]
* silent-call: add CSD channel modes
* csd_bs: cosmetic changes to csd_bs_list_to_bearer_cap()
* csd_bs: do not hard-code GSM48_BCAP_ITCAP_UNR_DIG_INF
* csd_bs: fix setting of Rate Adaptation for FAX and 3.1 kHz audio
* smpp: set TCP_NODELAY sockopt
[ Alexander Couzens ]
* libvlr: replace direct call of paging_expired() into a callback
* msc/gsup_client_mux.h: remove include of itself
* libvlr: fix tab/space issue
* libvlr: use correct log facility within the VLR
* Move vlr.h & vlr_sgs.h into osmocom/vlr/
* vlr: refactor the reject cause codes
* vlr: fix typo in comment
* vlr: refactor and rename vlr_timer into vlr_timer_val
* vlr: add functions for vlr_is_cs() vlr_is_ps()
* vlr: set the correct CN domain on GSUP messages
* vlr: add the location update type to the callbacks tx_lu_acc/tx_lu_rej
* vlr_auth_fsm: fix missing space
* msc_net_init: replace spaces with tabs as indention
* vlr: add a logging layer
* vlr: drop msc/debug.h header
* vlr: make vlr_parq_fsm_init() private
* vlr: vlr_auth_fsm: make the fsm private
* vlr: add bool is_ps to vlr_alloc()
* vlr: Add support for CS and PS timers
* vlr: on subscriber disconnect, check if LU & Auth FSM are even valid
* vlr: only set HLR number if field is present
[ Pau Espin Pedrol ]
* Use new libosmo-sigtran APIs to access osmo_ss7_instance
* jenkins.sh: libosmo-netif no longer depends on libosmo-abis
* Use gsup_client_mux from libosmo-gsup-client
* vty: Avoid accessing gsupclient object fields directly
* jenkins.sh: No need to build libosmo-sigtran with doxygen
[ Simon Cornish ]
* Include SM-RP-UI in outgoing GSUP message when presesnt
-- Oliver Smith <osmith@sysmocom.de> Wed, 12 Feb 2025 13:10:30 +0100
osmo-msc (1.12.1) unstable; urgency=medium
[ Harald Welte ]

14
debian/control vendored
View File

@@ -14,13 +14,13 @@ Build-Depends: debhelper (>= 10),
libtalloc-dev,
libsmpp34-dev (>= 1.14.0),
libasn1c-dev (>= 0.9.30),
libosmocore-dev (>= 1.10.0),
libosmo-sigtran-dev (>= 2.0.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),
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)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc