Bump version: 1.5.0.43-e1f08-dirty → 1.6.0

Change-Id: I21556570e35d662bb902d5c1afc911b82d5eb1e6
This commit is contained in:
Pau Espin 2020-01-03 18:24:51 +01:00
parent e1f0844afb
commit a1362ce8c2
3 changed files with 68 additions and 7 deletions

View File

@ -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

61
debian/changelog vendored
View File

@ -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 ]

4
debian/control vendored
View File

@ -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