aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 17:28:16 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-02-07 17:28:17 +0100
commit964ce6f46c6429da141a4684791a021a616c8518 (patch)
treea59f5a92005debdf4a383e0eed90069952c6f301
parent1289c7b1bc3ccb79c2c888942c5b716cda91bb66 (diff)
Bump version: 1.9.0.58-1289-dirty → 1.10.01.10.0
-rw-r--r--TODO-RELEASE2
-rw-r--r--configure.ac22
-rw-r--r--contrib/osmo-msc.spec.in22
-rw-r--r--debian/changelog74
-rw-r--r--debian/control18
5 files changed, 105 insertions, 33 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 9293b939e..d0852fc9b 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,5 +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.10.0 mgcp_client_pool_config_write()
-libsmpp34 > 1.14.1 Dependency bump required
diff --git a/configure.ac b/configure.ac
index 41e51dad6..44b08814a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,16 +37,16 @@ fi
PKG_PROG_PKG_CONFIG([0.20])
PKG_CHECK_MODULES(LIBSQLITE3, sqlite3)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.3.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.4.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.11.0)
+PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.6.0)
AC_CHECK_FUNC([timegm], [AC_DEFINE(HAVE_TIMEGM, 1, Define if libc implements timegm)])
@@ -106,7 +106,7 @@ AC_ARG_ENABLE([iu], [AS_HELP_STRING([--enable-iu], [Build 3G support, aka IuPS a
[osmo_ac_iu="$enableval"],[osmo_ac_iu="no"])
if test "x$osmo_ac_iu" = "xyes" ; then
PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30)
- PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.3.0)
+ PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.4.0)
AC_DEFINE(BUILD_IU, 1, [Define if we want to build IuPS and IuCS interfaces support])
fi
AM_CONDITIONAL(BUILD_IU, test "x$osmo_ac_iu" = "xyes")
diff --git a/contrib/osmo-msc.spec.in b/contrib/osmo-msc.spec.in
index 2ddec3765..53fe4b1eb 100644
--- a/contrib/osmo-msc.spec.in
+++ b/contrib/osmo-msc.spec.in
@@ -34,16 +34,16 @@ BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig >= 0.20
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(libcrypto) >= 0.9.5
-BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.5.0
-BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.10.0
-BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0
-BuildRequires: pkgconfig(libosmo-sccp) >= 1.6.0
-BuildRequires: pkgconfig(libosmo-sigtran) >= 1.6.0
-BuildRequires: pkgconfig(libosmoabis) >= 1.3.0
-BuildRequires: pkgconfig(libosmocore) >= 1.7.0
-BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0
-BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
-BuildRequires: pkgconfig(libosmovty) >= 1.7.0
+BuildRequires: pkgconfig(libosmo-gsup-client) >= 1.6.0
+BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.11.0
+BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0
+BuildRequires: pkgconfig(libosmo-sccp) >= 1.7.0
+BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0
+BuildRequires: pkgconfig(libosmoabis) >= 1.4.0
+BuildRequires: pkgconfig(libosmocore) >= 1.8.0
+BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0
+BuildRequires: pkgconfig(libosmogsm) >= 1.8.0
+BuildRequires: pkgconfig(libosmovty) >= 1.8.0
BuildRequires: pkgconfig(libsmpp34) >= 1.14.0
####
BuildRequires: lksctp-tools-devel
@@ -51,7 +51,7 @@ BuildRequires: lksctp-tools-devel
%{?systemd_requires}
%if %{with_iu}
BuildRequires: pkgconfig(libasn1c) >= 0.9.30
-BuildRequires: pkgconfig(libosmo-ranap) >= 1.3.0
+BuildRequires: pkgconfig(libosmo-ranap) >= 1.4.0
%endif
%description
diff --git a/debian/changelog b/debian/changelog
index be5efdac3..e200cd355 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,77 @@
+osmo-msc (1.10.0) unstable; urgency=medium
+
+ [ Keith Whyte ]
+ * Don't let this osmo-msc operate on a libdbi database
+ * Turn off secure_delete in sqlite
+ * Update MNCC field validation mask.
+ * Change CC_CAUSE returned on unanswered MT Call
+ * LCLS: Fix Global Call Reference generation
+
+ [ Neels Hofmeyr ]
+ * fix typo in msgb name for CC SETUP
+ * missing whitespace in gsm_04_08_cc.c
+ * err log: fix reverse statement in msc_a call handling
+ * cosmetic: log actual MNCC msg in tch_rtp_connect()
+ * sdp_msg: s/_name_/_to_str_/g
+ * in sdp logging: add payload type number like 'AMR#111'
+ * sdp_msg: add sdp_audio_codecs_cmp(), add compare flags
+ * sdp_msg: s/sdp_audio_codec_/sdp_audio_codecs_
+ * msc_a,vlr: rename ciphering_required to is_ciphering_to_be_attempted
+ * msc_a,vlr: add is_ciphering_required (accurately named)
+ * vlr_lu_fsm: clarify naming of static functions
+ * vlr: auth_fsm: clarify success/failure result
+ * vlr: auth_fsm: rename AUTH_RES to AUTH_SUCCESS
+ * vlr_auth_fsm: add result no_auth_info_event
+ * vlr: implement fallback to no-auth
+ * sdp_msg: when NULL, do not crash but return empty SDP str
+ * log CC timeouts
+ * add sdp_audio_codec_is_set
+ * add some comments to sdp_msg.c,h
+ * sdp_msg.c: parse send/recv mode
+ * fix sdp_msg_to_sdp_str(), never add fmtp for unset codec
+ * rtp_stream_commit: check missing MGW ep only when ready for RTP
+ * rtp_stream: set_remote_addr: do nothing when unchanged
+
+ [ Max ]
+ * SMPP: clarify (re)start logic
+ * Ignore .deb build byproducts
+ * ESME: use osmo_sock_get_name() for logging
+ * tests: use common stubs for SMS queue test
+ * Introduce libsmpputil
+ * Add ESME-specific logging
+ * Set working directory in systemd service file
+ * Make esme struct shared
+ * Use libsmpputil functions in smpp_mirror tool
+ * cosmetic: use proper name for SMPP handlers
+ * SMPP: remove duplicate g_smsc definition
+ * smpp_mirror: fix compiler warning
+ * SMPP: use default port from libsmpp34
+ * SMPP: fix possible NULL pointer dereference
+ * SMPP: make smpp_smsc_stop() static
+ * ctrl: take both address and port from vty config
+ * SMPP: use proper type for boolean variables
+
+ [ Vadim Yanitskiy ]
+ * contrib/jenkins.sh: do not override parallel make for libsmpp34
+ * mncc: move MNCC_F_ALL from mncc.c to mncc.h
+ * mncc: cosmetic: fix coding style in mncc_prim_check_sign()
+ * libmsc: check return value of gsm0808_create_ass2()
+ * msc_main: fix wrong comment: HLR is a separate project
+ * fix msc_vty_go_parent(): add missing case for MGW_NODE
+
+ [ Pau Espin Pedrol ]
+ * tests/test_nodes.vty: Avoid listing commands provided by lib
+ * Introduce support for libosmo-mgcp-client MGW pooling
+ * vty: Make use of new mgcp_client_pool_config_write() API
+ * Use new mgcp-client VTY commands under mgw node
+ * call_leg: Fix EV_MGW_ENDPOINT_GONE not processed in RELEASE state
+ * doc: Include mgwpool.adoc from osmo-gsm-manuals
+
+ [ Oliver Smith ]
+ * contrib/jenkins.sh: use enable-werror with IU too
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 07 Feb 2023 17:28:16 +0100
+
osmo-msc (1.9.0) unstable; urgency=medium
[ Alexander Couzens ]
diff --git a/debian/control b/debian/control
index 5b20f6dd5..bd5d2ec65 100644
--- a/debian/control
+++ b/debian/control
@@ -14,15 +14,15 @@ Build-Depends: debhelper (>=9),
libtalloc-dev,
libsmpp34-dev (>= 1.14.0),
libasn1c-dev (>= 0.9.30),
- libosmocore-dev (>= 1.7.0),
- libosmo-sccp-dev (>= 1.6.0),
- libosmo-sigtran-dev (>= 1.6.0),
- libosmo-abis-dev (>= 1.3.0),
- libosmo-mgcp-client-dev (>= 1.10.0),
- libosmo-gsup-client-dev (>= 1.5.0),
- libosmo-netif-dev (>= 1.2.0),
- libosmo-ranap-dev (>= 1.3.0),
- osmo-gsm-manuals-dev (>= 1.3.0)
+ libosmocore-dev (>= 1.8.0),
+ libosmo-sccp-dev (>= 1.7.0),
+ libosmo-sigtran-dev (>= 1.7.0),
+ libosmo-abis-dev (>= 1.4.0),
+ libosmo-mgcp-client-dev (>= 1.11.0),
+ libosmo-gsup-client-dev (>= 1.6.0),
+ libosmo-netif-dev (>= 1.3.0),
+ libosmo-ranap-dev (>= 1.4.0),
+ osmo-gsm-manuals-dev (>= 1.4.0)
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc
Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-msc