pespin has uploaded this change for review.
Bump version: 1.8.0.4-662e-dirty → 1.8.1
Change-Id: I343c885a93d5ab71816821e85a0a414b00006863
---
M TODO-RELEASE
M debian/changelog
M src/Makefile.am
3 files changed, 13 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/20/43320/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index dad7e1f..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,4 +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
-add ranap ranap_new_msg_rab_assign_voice2(), ranap_new_msg_rab_assign_data2()
diff --git a/debian/changelog b/debian/changelog
index 9a373c8..63c11af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+osmo-iuh (1.8.1) unstable; urgency=medium
+
+ [ n0k0 ]
+ * iu_client: reject oversized RANAP NAS-PDU
+
+ [ Pau Espin Pedrol ]
+ * iu_helpers: Constify osmo_sockaddr input param
+ * ranap_msg_factory: Fix API documentation regarding ip param endianness
+ * ranap: Introduce new APIs to encode rab_ass for gtp and rtp
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 20 Aug 2026 11:52:34 +0200
+
osmo-iuh (1.8.0) unstable; urgency=medium
[ Pau Espin Pedrol ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 3209211..343fa53 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,7 +62,7 @@
# build the shared RANAP + SABP library
#
HNBAP_LIBVERSION=2:0:2
-RANAP_LIBVERSION=11:0:4
+RANAP_LIBVERSION=12:0:5
RUA_LIBVERSION=2:0:2
SABP_LIBVERSION=3:0:2
lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la
To view, visit change 43320. To unsubscribe, or for help writing mail filters, visit settings.