pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/43320?usp=email )
Change subject: Bump version: 1.8.0.4-662e-dirty → 1.8.1 ......................................................................
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, 14 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
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..edbddeb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +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 + * ranap: Fix msgb leak on decode error paths + + -- Pau Espin Pedrol pespin@sysmocom.de Thu, 20 Aug 2026 12:09:27 +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