aboutsummaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-06-29 11:32:11 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-06-29 11:32:12 +0200
commit5b06a8d6a50036a938d0649ed93617f29531ec25 (patch)
treeb2ae4b8e7a340a67dfb59184ee58eb64611e4849 /debian
parent2eaaf6f3056167170f7be607c8798c42e01d7e3d (diff)
Bump version: 1.8.0.43-2eaaf-dirty → 1.9.01.9.0
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog59
-rw-r--r--debian/control18
2 files changed, 68 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 54fbd032d..be5efdac3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,62 @@
+osmo-msc (1.9.0) unstable; urgency=medium
+
+ [ Alexander Couzens ]
+ * utran: use new UTRAN encryption enum
+ * libmsc/gsm_04_08: refactor require ciphering into an own function
+ * ran_msg_iu: do not pass UEA0 to ranap_new_msg_sec_mod_cmd2()
+
+ [ Vadim Yanitskiy ]
+ * VTY: clarify deprecation message for cfg_net_per_loc_upd_cmd
+ * libmsc: fix memory leak (struct gsm_sms) in gsm340_rx_tpdu()
+ * libmsc: fix another memleak (struct gsm_sms) in gsm340_rx_tpdu()
+ * libvlr: vlr_set_ciph_mode(): avoid redundant check
+ * libvlr: fix is_ciph_required(): always send SecModeCmd for UTRAN
+ * libmsc: ran_iu_make_security_mode_command(): improve readability
+ * libmsc: ran_iu_make_security_mode_command(): clarify UIA mask
+ * libmsc: fix memory leak (struct msgb) in msc_i_ran_enc()
+ * tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
+
+ [ Oliver Smith ]
+ * treewide: remove FSF address
+ * tests/msc_vlr/Makefile.am: drop -ldbi
+
+ [ Pau Espin Pedrol ]
+ * Announce IuFP audio codec for UTRAN conns in CRCX towards MGW
+ * Avoid setting audio codec if not available during assignment_complete (MDCX)
+ * ran_msg_iu.c: Set proper codec in Assignment Complete
+ * Drop unneeded ax_check_compile_flag.m4
+ * call_leg: local_bridge: Avoid null pointer access if CN-side not ready
+
+ [ Neels Hofmeyr ]
+ * fix crash on CM Serv Rej: fix use count mismatch
+
+ [ Harald Welte ]
+ * call rate_ctr_init() to make rate counters work properly
+ * switch sqlite3 to single-threaded mode
+ * sms_queue: Annotate each function with some comment
+ * vlr: Split vlr_subscr_rx_imsi_detach()
+ * vlr: Add rate counters and stat items
+ * sms_queue: Introduce rate_ctr / stat_item
+ * smpp: Fix use-after-free bug when ESME disconnects but has write pending
+ * smpp: don't enqueue write messages if ESME is disconnected
+ * sms_queue: refactor sms_pending add/remove code
+ * sms_queue: merge sms_pending_add into sms_pending_from
+ * tests: Remove sms.db{-wal,-shm} files, not just sms.db
+ * switch from libdbi to lbsqlite3
+ * db: Switch from 'synchronous = FULL' to 'synchronous = NORMAL'
+ * sms: Encapsulate SMS queue related config parameters
+ * sms: Give smsc its own VTY config node
+ * sms_queue: Use local variable rather than 9x pointer de-ref in function
+ * sms_queue: Make deletion of messages from DB VTY-configurable
+ * smpp: Parse and use SMPP-provided validity period
+ * sms: Make default SMS validity period configurable via VTY
+ * sms: Introduce VTY-configurable minimum SMS validity period
+ * update git URLs (git -> https; gitea)
+ * Convert + Expand README file
+ * fix RPM build failures due to README -> README.md rename
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 29 Jun 2022 11:32:11 +0200
+
osmo-msc (1.8.0) unstable; urgency=medium
[ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index f61039989..5b20f6dd5 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.6.0),
- libosmo-sccp-dev (>= 1.5.0),
- libosmo-sigtran-dev (>= 1.5.0),
- libosmo-abis-dev (>= 1.2.0),
- libosmo-mgcp-client-dev (>= 1.9.0),
- libosmo-gsup-client-dev (>= 1.4.0),
- libosmo-netif-dev (>= 1.1.0),
- libosmo-ranap-dev (>= 0.8.0),
- osmo-gsm-manuals-dev (>= 1.2.0)
+ 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)
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