osmith has uploaded this change for review. ( 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, 24 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/74/35374/1
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..5ae4cbe 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -61,10 +61,10 @@
# build the shared RANAP + SABP library # -HNBAP_LIBVERSION=1:0:1 -RANAP_LIBVERSION=8:0:1 -RUA_LIBVERSION=1:1:1 -SABP_LIBVERSION=2:0:1 +HNBAP_LIBVERSION=1:1:1 +RANAP_LIBVERSION=8:1:1 +RUA_LIBVERSION=1:2:1 +SABP_LIBVERSION=2:1:1 lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la libosmo_hnbap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HNBAP_LIBVERSION) -no-undefined libosmo_hnbap_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOVTY_LIBS) $(OSMOSIGTRAN_LIBS) \