aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-01-03 18:51:37 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2020-01-03 18:51:37 +0100
commit6a0c4d9d24f7a591018898459b8767c6d1447309 (patch)
tree2a166750d7e939c442c60b90ef3e9b230cbae114
parent6e7228245465d626b0e77577daf6247da168b826 (diff)
Bump version: 1.5.0.72-6e72-dirty → 1.6.01.6.0
-rw-r--r--configure.ac10
-rw-r--r--debian/changelog94
-rw-r--r--debian/control4
3 files changed, 101 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index b5cd5943e..b5157325e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,15 +35,15 @@ m4_ifdef([AX_CHECK_COMPILE_FLAG], [], [
])
-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 >= 1.1.0)
PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.1.0)
-PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.7.0)
PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.0.0)
old_LIBS=$LIBS
diff --git a/debian/changelog b/debian/changelog
index ec9671cc9..6f5064271 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,97 @@
+osmo-msc (1.6.0) unstable; urgency=medium
+
+ [ Philipp Maier ]
+ * cosmetic: make function mncc_tx_to_gsm_cc static
+ * sgs_iface: do not use SGsAP-MO-CSFB-INDICATION for CSFB return
+ * msc_a: switch RAN type back to SGs when a CSFB-Call is cleared
+ * sgs_iface: Accept messages with unknown TLV elements
+ * paging: Send SGsAP-SERVICE-ABORT-REQUEST on paging timeout
+
+ [ Neels Hofmeyr ]
+ * add 'encryption uea 1 2' cfg / fix ttcn3 iu tests
+ * mncc: send payload type matching chosen codec
+ * memleak on cc setup errors
+ * cc trans: make sure bearer cap is empty
+ * fix segfault: don't send CC REL on NULL msc_a
+ * vlr_lu_fsm: ignore ID_IMEISV during VLR_ULA_S_WAIT_HLR_UPD
+ * tweak CC cause for incoming call to unattached nr
+ * log, cosmetic: add "RR" to "Ciphering Mode Complete"
+ * msc_vlr_tests: GSUP: don't care about extra IEs
+ * gsm48_tch_rtp_create(): check against NULL mgcp_info
+ * msc_a.c, CC trans: change a comment to a debug log
+ * cosmetic: fix call_leg_ensure_ci() decl. arg name to match impl.
+ * vlr: don't log about "gratuitous ID RESPONSE"
+ * ran_dec logging: log message sizes on errors
+ * msc_a fsm: ignore state chg to same state
+ * fix error on BSSMAP Cipher Mode Complete L3 msg IE
+ * catch GSUP auth result without auth_fsm
+ * LOG_TRANS for CC: always log CC state
+ * log which DTAP messages are sent to RAN
+ * log: drop duplicate MNCC log
+ * also log MNCC_SETUP_REQ
+ * BSSMAP log tweak
+ * log: RANAP encode: use RANAP message names instead of BSSAP
+ * log: ran_msg_a: tweak a message name
+ * send MNCC REL only if MNCC has actually started
+ * fsm: use deferred deallocation
+ * rtp_stream: sanely cancel MGW endpoint FSM notify
+ * use osmo_sockaddr_str_is_nonzero()
+ * CC: add error handling for CRCX responses
+ * add msc_log_to_ladder.py
+ * charts: add full MO and MT voice call diagram
+ * cc trans: remove unused tch_rtp_create
+ * fix msc_vlr_test_call.c
+ * BSSMAP: decode Codec List (BSS Supported)
+ * fail on invalid RTP address from MGW
+ * msc_a CC: add some basic sanity tests
+ * fix incoming call while Paging
+ * add sdp_msg API: SDP parsing/composition
+ * MNCC v6: add optional SDP to the socket protocol
+ * msc_vlr_tests: better err logging for dtap msgs
+ * msc_vlr_test_call.c: add MNCC logging
+ * msc_vlr_tests: log descriptions in color with -v
+ * msc_vlr_test_call: rename lu_utran_tmsi
+ * gsup: indicate CN-Domain in SendAuthInfo Requests
+ * sms db: when storing an SMS, retrieve the ID
+ * sms log tweak
+
+ [ Vadim Yanitskiy ]
+ * libvlr/vlr.c: cosmetic: move message_type assignment
+ * counters: clarify documentation for MSC_CTR_SMS_* entries
+ * counters: clarify documentation for MSC_CTR_LOC_UPDATE_* entries
+ * counters: clarify documentation for MSC_CTR_CALL_* entries
+ * counters: polish documentation of cm_service_request / paging_resp
+ * libmsc: fix potential NULL-pointer dereferences detected by GCC's LTO
+ * libmsc/gsm_04_11_gsup.c: do not init a buffer in gsm411_gsup_mo_fwd_sm_req()
+ * libmsc/gsm_04_11_gsup.c: fix SM-RP-OA encoding for MO SMS over GSUP
+
+ [ Alexander Couzens ]
+ * smpp_openbsc.c: check acl before deref it
+ * vlr: gmm_cause_to_fsm_and_mm_cause() drop fsm_cause_p argument
+ * make vlr_gmm_cause_to_mm_cause public
+ * vlr_auth_fsm: on SAI use the GSUP provided GMM cause code
+
+ [ Keith Whyte ]
+ * Implement a global switch on the network to disable call waiting.
+
+ [ Pau Espin Pedrol ]
+ * vty: fix access to wrong argv in paging response-timer
+
+ [ Oliver Smith ]
+ * tests: only check IU configs if IU is enabled
+ * osmoappdesc.py, tests: switch to python 3
+
+ [ Martin Hauke ]
+ * Fix some typos
+
+ [ Harald Welte ]
+ * check for osmo_ss7_init() error return value
+ * manual: Fix copy+paste error
+ * Check for osmo_fsm_register() error return value
+ * msc: exit(2) on unsupported positional arguments on command line
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Fri, 03 Jan 2020 18:51:37 +0100
+
osmo-msc (1.5.0) unstable; urgency=medium
[ Max ]
diff --git a/debian/control b/debian/control
index f7a336a3e..272576404 100644
--- a/debian/control
+++ b/debian/control
@@ -15,11 +15,11 @@ Build-Depends: debhelper (>=9),
libtalloc-dev,
libsmpp34-dev (>= 1.14.0),
libasn1c-dev (>= 0.9.30),
- libosmocore-dev (>= 1.2.0),
+ libosmocore-dev (>= 1.3.0),
libosmo-sccp-dev (>= 1.1.0),
libosmo-sigtran-dev (>= 1.1.0),
libosmo-abis-dev (>= 0.6.0),
- libosmo-mgcp-client-dev (>= 1.6.0),
+ libosmo-mgcp-client-dev (>= 1.7.0),
libosmo-gsup-client-dev (>= 1.0.0),
libosmo-netif-dev (>= 0.6.0),
libosmo-ranap-dev (>= 0.3.0),