Change in osmo-bsc[master]: Bump version: 1.5.0.43-e1f08-dirty → 1.6.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Jan 3 18:20:34 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/16721 )

Change subject: Bump version: 1.5.0.43-e1f08-dirty → 1.6.0
......................................................................

Bump version: 1.5.0.43-e1f08-dirty → 1.6.0

Change-Id: I21556570e35d662bb902d5c1afc911b82d5eb1e6
---
M configure.ac
M debian/changelog
M debian/control
3 files changed, 68 insertions(+), 7 deletions(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved



diff --git a/configure.ac b/configure.ac
index 66492f5..2a48743 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,15 +44,15 @@
 AM_CONDITIONAL(BUILD_IPA_UTILS, test "x$osmo_ac_ipa_utils" = "xyes")
 AC_SUBST(osmo_ac_ipa_utils)
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.2.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.2.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.2.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.2.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.3.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.3.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.3.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.3.0)
 PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.6.0)
 PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.6.0)
 PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 0.10.0)
 PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 0.10.0)
-PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.6.0)
 
 dnl checks for header files
 AC_HEADER_STDC
diff --git a/debian/changelog b/debian/changelog
index 8c9cde0..b65bc0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,64 @@
+osmo-bsc (1.6.0) unstable; urgency=medium
+
+  [ Philipp Maier ]
+  * bsc_msc_data: remove unused member is_authenticated
+  * gsm_08_08.c: always pick first msc for unsolicit paging responses
+
+  [ Neels Hofmeyr ]
+  * add vty 'no neighbors' to remove all HO targets
+  * neighbor config: allow re-using ARFCN+BSIC pairs
+  * fsm: use deferred deallocation
+
+  [ Vadim Yanitskiy ]
+  * abis_nm.c: use LOGP() macro instead of LOGPC()
+  * lchan_select.c: tune log level in lchan_select_by_type()
+  * VTY: also print the active phan config in ts_dump_vty()
+  * osmo_bsc_main.c: verify the physical channel mapping at startup
+  * osmo_bsc_main.c: simplify computation of CCCH_CONFIG
+  * osmo_bsc_main.c: fix CCCH_CONF computation: use pchan_from_config
+  * abis_nm.c: fix error message in verify_chan_comb()
+  * abis_nm.c: replace magic numbers with NM_CHANC_* constants
+  * abis_nm.c: fix RSL connection timeout for trx->nr > 0
+
+  [ Harald Welte ]
+  * Cell Broadcast: CBSP and CBCH scheduling support
+  * doc: update bsc_vty_reference.xml
+  * manual: Update statements regarding SCCPlite
+  * SMSCB: Send ETWS primary warning message via all dedicated channels
+  * SMSCB: Send ETWS Primary Notifiation via RSL to BTS
+  * check for osmo_fsm_register() error return value
+  * check for osmo_ss7_init() error return value
+  * manual: Fix copy+paste error
+  * Move a_reset_fsm regstration to __attribute__((contructor))
+  * exit(2) on unsupported positional arguments on command line
+  * gsm_04_80: Avoid using deprecated API
+
+  [ Pau Espin Pedrol ]
+  * a_reset.c: Don't wait 2 seconds to send first BSSMAP RESET
+  * bsc: gsm_08_08.c: Remove repeated conn not null check
+  * bsc_subscr_conn_fsm: Cleanly clear BSSAP conn if associated channel closed during WAIT_CC
+  * gsm_08_08.c: Mark func bsc_find_msc() static
+  * sigtran: Set default remote ip to localhost instead of null
+  * bsc_vty: Fix typo in 'no depends-on-bts' cmd
+  * rsl: Send IE MS Power Param during CHAN ACT and MS PWR CTRL messages
+  * rsl.c: Clean up some repeated use of long chains of pointers
+  * rsl: Send IE MS Power Param to osmocom BTS models only
+  * Remove unused API classmark_is_r99()
+  * gsm_data.h: Remove unused field classmark from gsm_subscriber_connection
+  * gsm_data.h: Remove unused func declarations
+  * bsc: Adapt maximum MS Power Ctrl level based on band and MS Power class
+  * cosmetic: bs11_config: clean trailing whitespace
+  * bsc: Send MS Power Control msg upon max MS power change
+
+  [ Martin Hauke ]
+  * Fix some typos
+
+  [ Oliver Smith ]
+  * doc: osmux: use generated svg instead of pychart
+  * debian, osmoappdesc.py, tests: switch to python 3
+
+ -- Pau Espin Pedrol <pespin at sysmocom.de>  Fri, 03 Jan 2020 18:24:51 +0100
+
 osmo-bsc (1.5.0) unstable; urgency=medium
 
   [ Max ]
diff --git a/debian/control b/debian/control
index 93b8a55..5a18c2e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,12 @@
                python3-minimal,
                libcdk5-dev,
                libtalloc-dev,
-               libosmocore-dev (>= 1.2.0),
+               libosmocore-dev (>= 1.3.0),
                libosmo-sccp-dev (>= 0.10.0),
                libosmo-sigtran-dev (>= 0.10.0),
                libosmo-abis-dev (>= 0.6.0),
                libosmo-netif-dev (>= 0.6.0),
-               libosmo-mgcp-client-dev (>= 1.5.0),
+               libosmo-mgcp-client-dev (>= 1.6.0),
                osmo-gsm-manuals-dev
 Standards-Version: 3.9.8
 Vcs-Git: git://git.osmocom.org/osmo-bsc.git

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I21556570e35d662bb902d5c1afc911b82d5eb1e6
Gerrit-Change-Number: 16721
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200103/d69d39eb/attachment.htm>


More information about the gerrit-log mailing list