pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/41560?usp=email )
Change subject: Bump version: 1.13.0.32-23c05-dirty → 1.14.0 ......................................................................
Bump version: 1.13.0.32-23c05-dirty → 1.14.0
Change-Id: I423fc073d4c6e17506ccf988560ca14a084abfd4 --- M TODO-RELEASE M configure.ac M debian/changelog M debian/control 4 files changed, 68 insertions(+), 20 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/60/41560/1
diff --git a/TODO-RELEASE b/TODO-RELEASE index a7b28e3..0ed7189 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,9 +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-mgcp-client bump_dep Depend on I0d58e6d84418f50670c8ab7cf8490af3bc2f5c26 -libosmo-sigtran >2.1.0 osmo_sccp_addr_{create,update}() -libosmo-sigtran minor_release>2.1.0 Avoid leaking msgb during asp_rx_unknown() -libosmo-sigtran minor_release>2.1.0 osmo_ss7_instance_get_network_indicator(), - osmo_mtp_prim_xfer_req_prepend(), - MTP_SI_NI11_OSMO_IPA diff --git a/configure.ac b/configure.ac index f580e4b..f42f085 100644 --- a/configure.ac +++ b/configure.ac @@ -61,14 +61,14 @@ AC_SUBST(osmo_ac_meas_vis)
dnl checks for libraries -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)
dnl checks for header files AC_HEADER_STDC diff --git a/debian/changelog b/debian/changelog index 8b1ad98..441762b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,57 @@ +osmo-bsc (1.14.0) unstable; urgency=medium + + [ csaba.sipos ] + * nokia_site: Add object_identity, object_state and object_identity_state attributes + * nokia_site: add function to unlock and reset TRXes + + [ Pau Espin Pedrol ] + * Drop use of deprecated vty is_config_node() cb + * nokia: Fix uninitialized access + * vty: Improve cmd 'cell barred' description + * cosmetic: Improve documentation with spec references about several parameters + * cosmetic: Update 3GPP spec reference + * meas_feed: Increase default txqueue len to 1024 + * bsc: Make sure MSC PC is added to sccp-addressbook + * sigtran: Log N-PCSTATE.ind PC with configured format + * sigtran: Avoid potential uninitialized ptr dereference + * Introduce LOG_MSC log macro + * sccp: Handle N-NOTICE.ind (Routing Failure of SCCP CL messages) + * sigtran: Compare sccp_addr using osmo_sccp_addr_ri_cmp() + * Fix wrong list entry derreference during bts_depend_find_entry() + * sccplite: Avoid msgb_free() during ss7 rx_unknown_cb() + * Replace ipa_prepend_header() with osmo_ipa_msg_push_header(s)() + * sccplite: Handle MGCP/CTRL over SCCPLite multiplex using MTP-TRANSFER.req/ind + * sccplite: rx mgcp: Make sure payload string is null-terminated + * sigtran: Fix potential null ptr derreference + + [ Mychaela N. Falconia ] + * E1 BTS: direct MGW to 8k subslots for TCH/H + * TW-TS-* support: pass RTP extensions to MGW + + [ Vadim Yanitskiy ] + * bts_vty: drop NL in 'ncc-permitted' commands + + [ Michael Iedema ] + * meas_json: add command line option to specify binding ip + + [ Oliver Smith ] + * Fix building for debian 13 armv7l + * Don't crash on loc req with disabled SMLC + + [ Keith Whyte ] + * Fix missing LAC/CI hashtable update upon CTRL SET + + [ Matan Perelman ] + * handover: Move log macros to handover_fsm.h + * handover_decision_2: Drop unused include + * handover_decision: Check for connection prerequisites + + [ Andreas Eversberg ] + * Add ER-GSM band support + * ASCI: Fix removal of call notification when lchan fails + + -- Pau Espin Pedrol pespin@sysmocom.de Wed, 03 Dec 2025 19:32:45 +0100 + osmo-bsc (1.13.0) unstable; urgency=medium
[ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index f46ac2c..fc25644 100644 --- a/debian/control +++ b/debian/control @@ -12,12 +12,12 @@ python3-minimal, libcdk5-dev, libtalloc-dev, - libosmocore-dev (>= 1.11.0), - libosmo-sigtran-dev (>= 2.1.0), - libosmo-abis-dev (>= 2.0.0), - libosmo-netif-dev (>= 1.6.0), - libosmo-mgcp-client-dev (>= 1.14.0), - osmo-gsm-manuals-dev (>= 1.6.0) + libosmocore-dev (>= 1.12.0), + libosmo-sigtran-dev (>= 2.2.0), + libosmo-abis-dev (>= 2.1.0), + libosmo-netif-dev (>= 1.7.0), + libosmo-mgcp-client-dev (>= 1.15.0), + osmo-gsm-manuals-dev (>= 1.7.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc