osmith submitted this change.

View Change


Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified daniel: Looks good to me, but someone else must approve
Bump version: 1.5.0.3-a99b → 1.5.1

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

diff --git a/debian/changelog b/debian/changelog
index ff0fb0a..0720fa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+osmo-iuh (1.5.1) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * ranap_transp_layer_addr_decode2(): Fix decoding X.213 IPv4 address len=7
+
+ [ Daniel Willmann ]
+ * iu_client: Use local variable to track conn_id
+ * iu_client: Handle empty CR and InitialUE Message in DATA.ind
+
+ -- Oliver Smith <osmith@sysmocom.de> Fri, 15 Dec 2023 15:05:11 +0100
+
osmo-iuh (1.5.0) unstable; urgency=medium

[ arehbein ]
diff --git a/src/Makefile.am b/src/Makefile.am
index 146c8aa..44c4c43 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -62,7 +62,7 @@
# build the shared RANAP + SABP library
#
HNBAP_LIBVERSION=1:0:1
-RANAP_LIBVERSION=8:0:1
+RANAP_LIBVERSION=8:1:1
RUA_LIBVERSION=1:1:1
SABP_LIBVERSION=2:0:1
lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la

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

Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I01d1cebfe4fdd0bce53260d69e3f037068194ea8
Gerrit-Change-Number: 35374
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged