aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2024-07-24 17:23:01 +0200
committerOliver Smith <osmith@sysmocom.de>2024-07-24 17:23:02 +0200
commit24044221839cf8c7839d48ce99be2cc1a716cc12 (patch)
treefaf11e375b5687aaa5796351d6dc3feba61b2954
parent22d4f356462f2d0872e2454c33b2b9fff4603c61 (diff)
Bump version: 1.11.1.65-22d4f3-dirty → 1.12.01.12.0
-rw-r--r--TODO-RELEASE9
-rw-r--r--configure.ac22
-rw-r--r--debian/changelog89
-rw-r--r--debian/control18
4 files changed, 113 insertions, 25 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 8b07972f3..0ed7189a4 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,10 +1,9 @@
# When cleaning up this file: bump API version in corresponding Makefile.am and rename corresponding debian/lib*.install
-# according to https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
-# In short:
+# according to https://osmocom.org/projects/cellular-infrastructure/wiki/Make_a_new_release
+# In short: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
# LIBVERSION=c:r:a
# If the library source code has changed at all since the last update, then increment revision: c:r + 1:a.
-# If any interfaces have been added, removed, or changed since the last update: c + 1:0:0.
+# If any interfaces have been added, removed, or changed since the last update: c + 1:0:a.
# 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
-libosmogsm >1.9.0 ABI breakage in struct osmo_gsup_pdp_info, use new fields pdp_type_* and pdp_address. \ No newline at end of file
+#library what description / commit summary line
diff --git a/configure.ac b/configure.ac
index a89fce5cc..c0ab55e4f 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.9.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.8.0)
-PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.12.0)
-PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOSCCP, libosmo-sccp >= 1.9.0)
+PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.13.0)
+PKG_CHECK_MODULES(LIBOSMOGSUPCLIENT, libosmo-gsup-client >= 1.8.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.5.0)
+ PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.6.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/debian/changelog b/debian/changelog
index debce4e80..d4f562d52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,92 @@
+osmo-msc (1.12.0) unstable; urgency=medium
+
+ [ Manawyrm ]
+ * libmsc: add 3k1_AUDIO and FAX_G3 bearer cap
+ * csd_bs: force rate adaptation mode for CSD calls to V.110
+
+ [ Andreas Eversberg ]
+ * ASCI: Reject TERMINATION, if MS is not the originator
+ * Use uniform log format for default config files
+ * Add LLC and HLC information to MNCC interface definiton
+ * Add LLC and HLC information forwarding to MNCC interface
+ * ASCI: Remove debug line, used during development process
+
+ [ Philipp Maier ]
+ * vlr_sgs: fix VTY setting for SGs counter.
+ * manuals: add section about the SGs interface.
+
+ [ Neels Hofmeyr ]
+ * fix codec mapping for GSM-HR
+ * call_leg: silence some false errors
+ * cc: remove code dup for / fix reading codecs from MNCC
+ * add sdp_audio_codec_to_speech_codec_list()
+ * implement re-assignment to match codecs
+ * msc_vlr_test_call: drop misleading log
+ * msc_vlr_test_call: codecs: properly test new codec matching
+ * add comment in codec_mapping.c
+ * test_call: codecs: allow specific PT numbers [1/2]
+ * test_call: codecs: allow specific PT numbers [2/2]
+ * test_call: codecs: test specific PT from MO to MT
+ * sdp: allow more space for fmtp
+ * tweak example osmo-msc.cfg: 001 01
+ * fix misnomer in msc_a.c: codec_cn -> codec_assigned
+ * cosmetic: move check for CSD further above
+ * cosmetic: tweak sdp_audio_codecs_by_payload_type()
+ * tweak apidoc for sdp_audio_codecs_remove()
+ * msc_vlr_test_call.c: fix misleading comments
+ * report caller's file,line in trans_cc_filter_run()
+ * cosmetic: rename to sdp_audio_codecs_foreach()
+ * pick up all *.vty in EXTRA_DIST
+ * invalidate vsub->msc_conn_ref when msc_a is discarded
+ * fix VLR evil twin on LU with unknown TMSI
+ * never page for TMSI with 'no assign-tmsi'
+ * fixup for re-est: do not succeed on acceptance fail
+ * do not invoke two Assignments (fixup for re-assignment)
+
+ [ Vadim Yanitskiy ]
+ * silent_call: check return value of trans_alloc() against NULL
+ * VTY: always print MNCC handler type (internal/external)
+ * SMS-over-GSUP: set Source Name IE for *all* messages
+ * build: include README.md into the release tarball
+ * libvlr: auth_fsm_wait_ai(): cosmetic: drop redundant break
+ * libvlr: fix wrong cause value passed to auth_fsm_term()
+ * libvlr: fix auth_fsm_term(): use proper value-string for cause
+ * libmsc: fix -Wenum-conversion in subscr_conn_toss()
+ * libsmpputil: fix -Wtautological-constant-out-of-range-compare
+ * msc_a_up_call_assignment_complete(): handle all CSD modes
+ * SMS-over-GSUP: set log context in gsm411_gsup_rx()
+ * libmsc: add timer X36 for delaying LU connections
+ * libmsc: reset the LU delay timer (X36) on MO/MT SMS
+ * gsm411_send_rp_data(): add FIXME for MSC_CTR_SMS_DELIVERED
+ * README.md: cosmetic: fix a typo
+ * smpp: fix typo in comment for SMPP_{SYS_ID,PASSWD}_LEN
+ * smpp: fix password[] length in struct esme
+ * utils/smpp_mirror: use OSMO_STRLCPY_ARRAY, fix -Wstringop-overflow
+ * debian/copyright: remove include/openbsc/slhc.h (no such file)
+
+ [ Mychaela N. Falconia ]
+ * GSUP: set default ipa-name at application level
+
+ [ Pau Espin Pedrol ]
+ * cosmetic: vlc: Fix whitespace formatting in struct sgsn_subscriber_pdp_data
+ * vlr: Use new libosmogsm struct osmo_gsup_pdp_info fields
+
+ [ Harald Welte ]
+ * Fix license headers: Should have been AGPLv3+, not GPLv2+
+ * Add funding link to github mirror
+ * README.md: More hyperlinks and add more interfaces / features
+ * README.md: Add links to forum + issue tracker
+
+ [ Max ]
+ * .deb/.rpm: add osmocom user during package install
+
+ [ Oliver Smith ]
+ * .deb/.rpm: various fixes related to non-root
+ * contrib: remove rpm spec file
+ * debian/postinst: add checks, be verbose
+
+ -- Oliver Smith <osmith@sysmocom.de> Wed, 24 Jul 2024 17:23:01 +0200
+
osmo-msc (1.11.1) unstable; urgency=medium
[ Neels Hofmeyr ]
diff --git a/debian/control b/debian/control
index 64bb73c90..76cfd7abe 100644
--- a/debian/control
+++ b/debian/control
@@ -14,15 +14,15 @@ Build-Depends: debhelper (>= 10),
libtalloc-dev,
libsmpp34-dev (>= 1.14.0),
libasn1c-dev (>= 0.9.30),
- libosmocore-dev (>= 1.9.0),
- libosmo-sccp-dev (>= 1.8.0),
- libosmo-sigtran-dev (>= 1.8.0),
- libosmo-abis-dev (>= 1.5.0),
- libosmo-mgcp-client-dev (>= 1.12.0),
- libosmo-gsup-client-dev (>= 1.7.0),
- libosmo-netif-dev (>= 1.4.0),
- libosmo-ranap-dev (>= 1.5.0),
- osmo-gsm-manuals-dev (>= 1.5.0)
+ libosmocore-dev (>= 1.10.0),
+ libosmo-sccp-dev (>= 1.9.0),
+ libosmo-sigtran-dev (>= 1.9.0),
+ libosmo-abis-dev (>= 1.6.0),
+ libosmo-mgcp-client-dev (>= 1.13.0),
+ libosmo-gsup-client-dev (>= 1.8.0),
+ libosmo-netif-dev (>= 1.5.0),
+ libosmo-ranap-dev (>= 1.6.0),
+ osmo-gsm-manuals-dev (>= 1.6.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