pespin has uploaded this change for review.
Bump version: 1.7.0.18-3764-dirty → 1.8.0
Change-Id: I032932dcc54e156fa483a3a548c797bd498233c2
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
M src/Makefile.am
5 files changed, 42 insertions(+), 22 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-iuh refs/changes/51/41551/1
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 7af0fca..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,11 +7,3 @@
# If any interfaces have been added since the last public release: c:r:a + 1.
# If any interfaces have been removed or changed since the last public release: c:r:0.
#library what description / commit summary line
-libosmo-ranap add API ranap_ran_rx_co_decode2()
-libosmo-ranap deprecate API ranap_ran_rx_co_decode()
-libosmo-ranap add API iu_client.h: add ranap_iu_page_cs2/ranap_iu_page_ps2
-libosmo-ranap new event RANAP_IU_EVENT_NEW_AREA
-libosmo-ranap move declaration (backwards compatible): asn_debug, asn1_xer_print: use osmocom/iuh/common.h instead of iu_client.h
-libosmo-ranap move definition (backwards compatible): enum ranap_nsap_addr_enc: use osmocom/ranap/ranap_common.h instead of iu_client.h
-libosmo-ranap move declaration (backwards compatible): ranap_iu_vty_init, ranap_iu_vty_config_write: use osmocom/ranap/vty.h instead of iu_client.h
-libosmo-ranap add API ranap_new_msg_error_ind()
diff --git a/configure.ac b/configure.ac
index da9843c..94314a4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,12 +42,12 @@
fi
PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.11.0)
-PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.11.0)
-PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.11.0)
-PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.11.0)
-PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.6.0)
-PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 2.1.0)
+PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.12.0)
+PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.12.0)
+PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.12.0)
+PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.12.0)
+PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.7.0)
+PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 2.2.0)
PKG_CHECK_MODULES(ASN1C, libasn1c >= 0.9.30)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index febce38..9a373c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+osmo-iuh (1.8.0) unstable; urgency=medium
+
+ [ Pau Espin Pedrol ]
+ * ranap_common_ran: remove unused ctx args
+ * ranap_common_ran: rename ctx -> priv
+ * iu_client: Initial N-PCSTATE.ind support
+ * iu_client: Initial N-NOTICE.ind support (Routing Failure of SCCP CL messages)
+ * ranap: Constify multiple ptr params
+ * ranap: Introduce ranap_new_msg_error_ind()
+ * ranap: Fix wrong PTMSI vs TMSI field passed during ranap_new_msg_paging_cmd()
+
+ [ Oliver Smith ]
+ * Generate version.h files
+ * debian: fix installing osmocom/iuh/common.h
+
+ [ Alexander Couzens ]
+ * iu_client: use new struct osmo_rnc_id
+ * iu_client: refactor LAC/RAC handling
+ * iu_client: add ranap_iu_page_cs2/ranap_iu_page_ps2
+ * iu_client: add a new event NEW_AREA
+ * move talloc_asn1_ctx into iu_helpers
+ * move general asn debug options into iu_helpers
+ * move enum ranap_nsap_addr_enc into ranap_common.h
+ * move vty functions into own vty.h
+ * iu_client: fix linter issues
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Wed, 03 Dec 2025 18:36:26 +0100
+
osmo-iuh (1.7.0) unstable; urgency=medium
[ Oliver Smith ]
diff --git a/debian/control b/debian/control
index a4b3f8e..cd7b287 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,10 @@
git,
libasn1c-dev,
libsctp-dev,
- libosmocore-dev (>= 1.11.0),
- libosmo-netif-dev (>= 1.6.0),
- libosmo-sigtran-dev (>= 2.1.0),
- osmo-gsm-manuals-dev (>= 1.6.0),
+ libosmocore-dev (>= 1.12.0),
+ libosmo-netif-dev (>= 1.7.0),
+ libosmo-sigtran-dev (>= 2.2.0),
+ osmo-gsm-manuals-dev (>= 1.7.0),
python3
Standards-Version: 3.9.8
Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-iuh
diff --git a/src/Makefile.am b/src/Makefile.am
index 6fdea3e..3209211 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -61,10 +61,10 @@
# build the shared RANAP + SABP library
#
-HNBAP_LIBVERSION=1:1:1
-RANAP_LIBVERSION=10:0:3
-RUA_LIBVERSION=1:2:1
-SABP_LIBVERSION=2:0:1
+HNBAP_LIBVERSION=2:0:2
+RANAP_LIBVERSION=11:0:4
+RUA_LIBVERSION=2:0:2
+SABP_LIBVERSION=3:0:2
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) \
To view, visit change 41551. To unsubscribe, or for help writing mail filters, visit settings.