osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39527?usp=email )
Change subject: Bump version: 1.6.0.24-71ad-dirty → 1.7.0
......................................................................
Bump version: 1.6.0.24-71ad-dirty → 1.7.0
Change-Id: Ibc2242eb7e72b6732160eebf6a1f95861d95c827
---
M TODO-RELEASE
M configure.ac
M debian/changelog
M debian/control
4 files changed, 56 insertions(+), 23 deletions(-)
Approvals:
pespin: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 4256c4a..0ed7189 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -7,6 +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-sigtran >2.0.0 use API osmo_sua_sccp_cause_name()
-libosmo-pfcp >0.4.0 use API osmo_pfcp_cp_peer_set_associated_cb(),
osmo_pfcp_cp_peer_get_remote_addr(), osmo_pfcp_cp_peer_next_seid()
-libosmo-sigtran >2.0.0 osmo_ss7_instance_get_id(),
osmo_ss7_instance_get_primary_pc(), osmo_ss7_get_sccp()
diff --git a/configure.ac b/configure.ac
index b6f013e..5a89ab3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,22 +49,22 @@
LIBS=$old_LIBS
PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.10.0)
-PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.9.0)
-PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.6.0)
-PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.13.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.11.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.11.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.11.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.11.0)
+PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 2.1.0)
+PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.7.0)
+PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.14.0)
# Enable PFCP support for GTP tunnel mapping via UPF
AC_ARG_ENABLE([pfcp], [AS_HELP_STRING([--enable-pfcp], [Build with PFCP support, for GTP
tunnel mapping via UPF])],
[osmo_ac_pfcp="$enableval"],[osmo_ac_pfcp="no"])
if test "x$osmo_ac_pfcp" = "xyes" ; then
- PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.4.0)
+ PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.5.0)
AC_DEFINE(ENABLE_PFCP, 1, [Define to build with PFCP support])
fi
AM_CONDITIONAL(ENABLE_PFCP, test "x$osmo_ac_pfcp" = "xyes")
diff --git a/debian/changelog b/debian/changelog
index 094805b..66bbb7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,39 @@
+osmo-hnbgw (1.7.0) unstable; urgency=medium
+
+ [ Neels Janosch Hofmeyr ]
+ * drop config.vty tests from make check
+ * coverity CID#358071
+ * coverity CID#358072
+ * coverity CID#358070
+ * coverity CID#358069
+ * on RUA Connect failure, respond with RUA Disconnect
+ * on RUA DT for unknown context, respond with RUA Disconnect
+
+ [ Harald Welte ]
+ * hnb_persistent: Use incrementing counter for rate_ctr + stat_item index
+ * Revert "hnb_persistent: Use incrementing counter for rate_ctr + stat_item
index"
+
+ [ Oliver Smith ]
+ * contrib/jenkins: libosmo-sccp -> libosmo-sigtran
+
+ [ Pau Espin Pedrol ]
+ * Log cn_disconnect.ind cause
+ * Fix SCCP RLSD not sent upon rx RUA Disconnect due to error condition
+ * ps_rab_ass_fsm: Fix uninitialized ptr access
+ * Add PFCP stats item group
+ * hnbgw: Avoid using struct osmo_pfcp_cp_peer fields directly
+ * hnbgw: Fix wrong map object retrieved from hashtable
+ * Use new libosmo-sigtran APIs to access osmo_ss7_instance
+ * jenkins.sh: libosmo-netif no longer depends on libosmo-abis
+ * jenkins.sh: No need to build libosmo-sigtran with doxygen
+ * map_sccp: Fix crash during ev MAP_SCCP_EV_RAN_DISC in st MAP_SCCP_ST_WAIT_CC
+ * peek_l3_ul_nas: Split parsing logic based on PS/CS ctx
+ * peek_l3_ul_nas: Improve RAU req parsing checks
+ * peek_l3_ul_nas: Improve GMM Attach Req parsing checks
+ * peek_l3_ul_nas: Parse PTMSI MI from GMM RAU req
+
+ -- Oliver Smith <osmith(a)sysmocom.de> Wed, 12 Feb 2025 14:37:35 +0100
+
osmo-hnbgw (1.6.0) unstable; urgency=medium
[ Pau Espin Pedrol ]
diff --git a/debian/control b/debian/control
index 90ffbc7..8a3922e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,15 +13,15 @@
libtalloc-dev,
libasn1c-dev (>= 0.9.30),
libsctp-dev,
- libosmocore-dev (>= 1.10.0),
- libosmo-sigtran-dev (>= 1.9.0),
- libosmo-abis-dev (>= 1.6.0),
- libosmo-netif-dev (>= 1.5.0),
- libosmo-mgcp-client-dev (>= 1.13.0),
- libosmo-hnbap-dev (>= 1.6.0),
- libosmo-ranap-dev (>= 1.6.0),
- libosmo-rua-dev (>= 1.6.0),
- libosmo-pfcp-dev (>= 0.4.0),
+ libosmocore-dev (>= 1.11.0),
+ libosmo-sigtran-dev (>= 2.1.0),
+ libosmo-abis-dev (>= 2.0.0),
+ libosmo-netif-dev (>= 1.6.0),
+ libosmo-mgcp-client-dev (>= 1.14.0),
+ libosmo-hnbap-dev (>= 1.7.0),
+ libosmo-ranap-dev (>= 1.7.0),
+ libosmo-rua-dev (>= 1.7.0),
+ libosmo-pfcp-dev (>= 0.5.0),
libnftables-dev,
osmo-gsm-manuals-dev (>= 1.6.0)
Standards-Version: 3.9.8
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/39527?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Ibc2242eb7e72b6732160eebf6a1f95861d95c827
Gerrit-Change-Number: 39527
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>