Bump version: 1.5.0.3-a99b → 1.5.1

Change-Id: I01d1cebfe4fdd0bce53260d69e3f037068194ea8
This commit is contained in:
Oliver Smith 2023-12-15 15:05:11 +01:00
parent a99b82b82c
commit 06daf81a92
2 changed files with 12 additions and 1 deletions

11
debian/changelog vendored
View File

@ -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 ]

View File

@ -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