pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bsc/+/43330?usp=email )

Change subject: Bump version: 1.14.0.40-779dd6-dirty → 1.15.0
......................................................................

Bump version: 1.14.0.40-779dd6-dirty → 1.15.0

Change-Id: Ib2118df3a9ab2c35140869edfbcfaeacdd2384ff
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 69 insertions(+), 16 deletions(-)

Approvals:
  pespin: Looks good to me, approved; Verified




diff --git a/TODO-RELEASE b/TODO-RELEASE
index df1b8b1..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,6 +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    >1.15.0         new API of fmtp in struct ptmap
-libosmogsm             >1.12.0         OSMO_AOIP_RTP_PT_TWTS007 in gsm_48_103.h
-libosmocore   >1.12.0 log_get_context(), log_{get,set}_filter(_data)()
diff --git a/configure.ac b/configure.ac
index f42f085..b4394af 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.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(LIBOSMOCORE, libosmocore >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.14.2)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 2.2.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.3.0)
+PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.16.0)

 dnl checks for header files
 AC_HEADER_STDC
diff --git a/debian/changelog b/debian/changelog
index 441762b..421fc5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,59 @@
+osmo-bsc (1.15.0) unstable; urgency=medium
+
+  [ Mychaela N. Falconia ]
+  * MGW control: migrate to new API for codecs and payload types
+  * MGW control: migrate to new API for fmtp
+  * E1: add support for AMR in TW-TS-006 enhanced RTP format
+  * E1: add support for compressed CSD (TW-TS-007)
+  * vty: rm misleading warnings about DTX on E1 BTS
+  * nokia: add support for Flexi Multiradio
+  * nokia vty: change help strings away from "*Site"
+  * nokia skip-reset: make consistent with other vty settings
+  * nokia: make Rx diversity configurable
+  * nokia bts-reset-timer: raise the maximum to 300 s
+  * nokia: respond to BTS_COMMISS_TEST_REQ
+  * rsl: don't send legacy Chan Ident IE for Nokia BTS
+  * nokia cosmetic: add bts_is_insite() function
+  * nokia cosmetic: factor out BTS_CONF_COMPL handling
+  * Nokia Flexi Multiradio: reset non-BCCH TRX
+  * gsm_set_bts_type(): fix switch statement
+  * vty: update help string for nokia_site model
+  * nokia: rename vty settings, drop _site
+
+  [ Pau Espin Pedrol ]
+  * ipaccess-config-e1-driver: Make sure struct input_signal_data is zero 
initialized
+  * Avoid accessing struct log_target members directly
+  * Lb: Handle SCCP N-NOTICE.ind
+  * Lb: Handle N-PCSTATE.ind
+  * assignment_fsm: Fix use-after-free of lchan->conn
+
+  [ Csaba Sipos ]
+  * nokia_site: Add new BTS types to the list
+  * nokia_site: Change the LAPD N200 counter for RSL
+
+  [ Vadim Yanitskiy ]
+  * bssap: mark some pointers as const
+  * bssap: use LOGPFSML in bssmap_handle_assignm_req()
+  * bssap: use LOGPFSML in bssmap_handle_ass_req_tp_codec_list()
+  * ipaccess: fix buffer overread in ipacc_parse_supp_flags()
+  * ipaccess: store Supported Features IE to the MO state
+  * assignment_fsm: pass lchan to lchan_type_compat_with_mode()
+  * assignment_fsm: check ipaccess channel mode support
+  * lchan_fsm: ignore late lchan_rtp_fsm events
+  * lchan_fsm: don't mark lchan as BORKEN on unsupported mode NACK
+  * handover_fsm: fix send_handover_performed() using wrong lchan
+  * handover_fsm: send_handover_performed(): check lchan != NULL
+  * assignment_fsm: ipacc_chan_mode_supported(): log unsupported chan_mode
+
+  [ Oliver Smith ]
+  * Cosmetic: bts_nokia_site: fix comment formatting
+
+  [ n0k0 ]
+  * ipaccess-proxy: reject oversized IPA frame length
+  * ipaccess-proxy: reject short IPA header
+
+ -- Pau Espin Pedrol <[email protected]>  Thu, 20 Aug 2026 13:08:07 +0200
+
 osmo-bsc (1.14.0) unstable; urgency=medium

   [ csaba.sipos ]
diff --git a/debian/control b/debian/control
index fc25644..3e5b71b 100644
--- a/debian/control
+++ b/debian/control
@@ -12,11 +12,11 @@
                python3-minimal,
                libcdk5-dev,
                libtalloc-dev,
-               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),
+               libosmocore-dev (>= 1.14.2),
+               libosmo-sigtran-dev (>= 2.3.0),
+               libosmo-abis-dev (>= 2.2.0),
+               libosmo-netif-dev (>= 1.8.0),
+               libosmo-mgcp-client-dev (>= 1.16.0),
                osmo-gsm-manuals-dev (>= 1.7.0)
 Standards-Version: 3.9.8
 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-bsc

--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/43330?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ib2118df3a9ab2c35140869edfbcfaeacdd2384ff
Gerrit-Change-Number: 43330
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to