Change in osmo-msc[pespin/release-1.4.0]: Bump version: 1.3.1.39-83e31-dirty → 1.4.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Tue May 7 16:47:53 UTC 2019


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/13903


Change subject: Bump version: 1.3.1.39-83e31-dirty → 1.4.0
......................................................................

Bump version: 1.3.1.39-83e31-dirty → 1.4.0

Change-Id: I66ecb2ed3db965cdfe956a85a1b52cd0c069d352
---
M configure.ac
M debian/changelog
2 files changed, 63 insertions(+), 4 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/03/13903/1

diff --git a/configure.ac b/configure.ac
index f8787cf..4b8d1f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,10 +35,10 @@
 	])
 
 
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.0.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.0.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.1.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.1.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.1.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.1.0)
 PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 0.6.0)
 PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 0.4.0)
 PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.0.0)
diff --git a/debian/changelog b/debian/changelog
index 8aec381..aaf7c91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,62 @@
+osmo-msc (1.4.0) unstable; urgency=medium
+
+  [ Max ]
+  * Handle LCLS-NOTIFICATION message from BSS
+  * Various logging fixes
+  * VLR tests: use msgb_eq_data_print() for comparison
+  * transaction: drop meaningless ti_flag of trans_assign_trans_id()
+  * transaction: clarify magic 0xff transaction ID
+
+  [ Vadim Yanitskiy ]
+  * transaction.c: cosmetic: use 'default' branch in trans_free()
+  * libmsc/ran_conn.c: cosmetic: use tabs instead of N * 8 spaces
+  * transaction: change arguments of trans_find_by_sm_rp_mr()
+  * libmsc/gsm_04_11.c: also assign SM-RP-MR to MO transactions
+  * libmsc/gsm_04_11.c: introduce and use gsm411_assign_sm_rp_mr()
+  * libmsc/gsm_04_80.c: use gsm0480_create_release_complete()
+  * libmsc/gsm_04_80.c: add msc_send_ussd_release_complete_cause()
+  * libmsc/osmo_msc.c: move connection ref-counting code to 'ran_conn.c'
+  * transaction: fix description of trans_assign_trans_id()
+  * transaction.h: use #pragma once as include guard
+  * libmsc/gsm_09_11.c: implement guard timer for NCSS sessions
+  * libmsc/ran_conn.c: add missing 'break' to OSMO_RAT_EUTRAN_SGS
+  * libmsc/sgs_iface.c: fix SGS_STATE_NS11 counter reference
+  * libmsc/sgs_vty.c: always write server address and VLR name
+  * libmsc/msc_vty.c: drop dead comparison against null
+
+  [ Harald Welte ]
+  * Add SGs Interface
+  * debian: depend on libsctp-dev
+  * configure.ac: Check for libsctp
+  * a_iface: Centralize/wrap BSSAP / N-DATA transmission
+  * a_iface: use 'const' qualifier for ran_conn whenever possible
+  * a_iface: Fix hexdumping of N-DATA.req
+  * a_iface: OSMO_ASSERT() if we ever want to send BSSAP with invalid length
+
+  [ Philipp Maier ]
+  * a_iface: Include CSFB Indication into BSSMAP CLEAR COMMAND
+  * silent_call: use osmo_strlcpy() instead of strncpy()
+  * msc_vty: add missing header file
+
+  [ Oliver Smith ]
+  * debian: depend on libdbd-sqlite3
+
+  [ Keith ]
+  * Don't deliver alert notifications to ESME not yet bound.
+
+  [ Neels Hofmeyr ]
+  * use only accepted ran_conns for new transactions
+  * gsm_04_11_gsup.c: drop unused conn lookup
+  * SMS queue: properly log failed attempts number
+  * vty: add cmd subscriber ID sms delete-all
+  * vlr_subscr_name(): use OSMO_STRBUF
+
+  [ Sylvain Munaut ]
+  * libmsc: Allow different channel types to be requested as silent calls
+  * libvlr: Allow 2G auth tuples to be re-used without going through AUTH
+
+ -- Pau Espin Pedrol <pespin at sysmocom.de>  Tue, 07 May 2019 18:45:05 +0200
+
 osmo-msc (1.3.1) unstable; urgency=medium
 
   [ Neels Hofmeyr ]

-- 
To view, visit https://gerrit.osmocom.org/13903
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-msc
Gerrit-Branch: pespin/release-1.4.0
Gerrit-MessageType: newchange
Gerrit-Change-Id: I66ecb2ed3db965cdfe956a85a1b52cd0c069d352
Gerrit-Change-Number: 13903
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190507/66c5dae5/attachment.htm>


More information about the gerrit-log mailing list