lynxis lazus submitted this change.

View Change

Approvals: osmith: Looks good to me, approved Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve
Bump version: 1.1.3 → 1.2.0

Change-Id: Icee7895ada6551f4805fc3da114655360698617e
---
M debian/changelog
M src/Makefile.am
2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 961152f..87b77cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+osmo-remsim (1.2.0) unstable; urgency=medium
+
+ [ Alexander Couzens ]
+ * bankd: csv: fix crash on invalid lines
+ * bankd: csv: fail on invalid csv lines
+ * rspro_server: don't access the msg on error cases
+ * rspro_util: asn1 decode: fix memleak when decoding fails
+ * asn1: ber_decoder: disable stack size check on ctx = NULL
+ * asn1: move asn_debug into librspro
+ * Remove unconditional assignment of asn_debug = 0
+ * rspro_server: use correct byte order in log message "Bankd IP/Port changed to <IP>:<Port>
+
+ [ Harald Welte ]
+ * remsim-client: Don't attempt to pass on illegal TPDU length
+ * remsim-bankd: Don't pass on illegal TPDUs of illegal length
+ * bankd: Avoid osmocom logging mutex deadlock in signal handling
+
+ [ Andreas Eversberg ]
+ * Fix: Remove slot mapping at bankd when client disconnects
+ * Fix: Prevent race conditions when accessing slotmap in bankd
+ * Fix: Prevent bankd from exiting upon SIGPIPE
+ * Fix unhandled (un)mapping events
+
+ -- Alexander Couzens <lynxis@fe80.eu> Tue, 26 May 2026 07:57:46 +0000
+
osmo-remsim (1.1.3) unstable; urgency=medium

[ Pau Espin Pedrol ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 7a18c46..66ce09f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,7 @@
$(OSMOCORE_CFLAGS) \
$(NULL)

-RSPRO_LIBVERSION=2:2:0
+RSPRO_LIBVERSION=2:3:0
lib_LTLIBRARIES = libosmo-rspro.la
libosmo_rspro_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(RSPRO_LIBVERSION)
# OSMONETIF_LIBS, OSMOGSM_LIBS not needed, we don't use any of its symbols, only the header above

To view, visit change 42763. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Icee7895ada6551f4805fc3da114655360698617e
Gerrit-Change-Number: 42763
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>