From 06daf81a92935e585d10c63aa5a4176aa4a755ea Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 15 Dec 2023 15:05:11 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.5.0.3-a99b=20=E2=86=92=201.?= =?UTF-8?q?5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I01d1cebfe4fdd0bce53260d69e3f037068194ea8 --- debian/changelog | 11 +++++++++++ src/Makefile.am | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ff0fb0ab..0720fa07 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 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 146c8aa5..44c4c434 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,7 +62,7 @@ AM_CFLAGS = -Wall -I$(top_srcdir)/include -I$(top_builddir)/include \ # 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