aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-03 18:24:51 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-01-03 18:24:51 +0100
commita1362ce8c20b2fa60e3da67936ea69d406e23aff (patch)
tree9200b97b0d666d49444f88e36947559b1e5d3f7a
parente1f0844afbe14d2cfb7a5247deefff10bffb1a2f (diff)
Bump version: 1.5.0.43-e1f08-dirty → 1.6.01.6.0
-rw-r--r--configure.ac10
-rw-r--r--debian/changelog61
-rw-r--r--debian/control4
3 files changed, 68 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 66492f51e..2a48743d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,15 +44,15 @@ AC_ARG_ENABLE([ipaccess-utils], [AS_HELP_STRING([--enable-ipaccess-utils], [Buil
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 8c9cde0c7..b65bc0dd8 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@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 93b8a55fd..5a18c2ec6 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,12 @@ Build-Depends: debhelper (>=9),
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