osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-iuh/+/35374?usp=email )
Change subject: Bump version: 1.5.0.3-a99b → 1.5.1
......................................................................
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(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
daniel: Looks good to me, but someone else must approve
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(a)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
https://gerrit.osmocom.org/c/osmo-iuh/+/35374?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I01d1cebfe4fdd0bce53260d69e3f037068194ea8
Gerrit-Change-Number: 35374
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged