From 92340d2131d40699c80e856c22cf0043b0b7298d Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 Sep 2023 17:18:43 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.0.109-89fe-dirty=20?= =?UTF-8?q?=E2=86=92=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7816b6554ce733207302c373d745b52146e0a995 --- TODO-RELEASE | 6 -- configure.ac | 22 +++---- contrib/osmo-hnbgw.spec.in | 28 ++++----- debian/changelog | 123 +++++++++++++++++++++++++++++++++++++ debian/control | 20 +++--- 5 files changed, 158 insertions(+), 41 deletions(-) diff --git a/TODO-RELEASE b/TODO-RELEASE index 37cadc5..d0852fc 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,9 +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 -osmo-hnbgw cfg config deprecated: 'sccp cr max-payload-len <0-999999>' -libosmo-sigtran >=1.7.0 Ensure SCCP CR max payload length of 130 bytes is enforced. - Uses osmo_scu_prim_hdr_name_c() -libosmo-mgcp-client > 1.11.0 mgcp_client_pool_empty(), mgcp_client_conf_alloc() -libosmo-sigtran >1.7.0 Require presence of vty 'cs7 instance'/'sccp max-optional-data' that the deprecated+fatal 'hnbgw'/'sccp cr...' tells the user to use instead. -libosmo-ranap >1.4.0 ranap_new_msg_reset2() diff --git a/configure.ac b/configure.ac index c23a90d..bb8d29e 100644 --- a/configure.ac +++ b/configure.ac @@ -49,22 +49,22 @@ AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [ LIBS=$old_LIBS PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.8.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.3.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.7.0) -PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.4.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.11.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.4.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.8.0) +PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.5.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.12.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.2.0) + PKG_CHECK_MODULES(LIBOSMOPFCP, libosmo-pfcp >= 0.3.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/contrib/osmo-hnbgw.spec.in b/contrib/osmo-hnbgw.spec.in index 65e3d04..02247a3 100644 --- a/contrib/osmo-hnbgw.spec.in +++ b/contrib/osmo-hnbgw.spec.in @@ -32,20 +32,20 @@ BuildRequires: pkgconfig >= 0.20 BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.11.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.3.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.7.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.4.0 -BuildRequires: pkgconfig(libosmotrau) >= 1.4.0 -BuildRequires: pkgconfig(libosmocore) >= 1.8.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.8.0 -BuildRequires: pkgconfig(libosmogb) >= 1.8.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.8.0 -BuildRequires: pkgconfig(libosmovty) >= 1.8.0 -BuildRequires: pkgconfig(libosmo-hnbap) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-ranap) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-rua) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-pfcp) >= 0.2.0 +BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.12.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.5.0 +BuildRequires: pkgconfig(libosmotrau) >= 1.5.0 +BuildRequires: pkgconfig(libosmocore) >= 1.9.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 +BuildRequires: pkgconfig(libosmogb) >= 1.9.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 +BuildRequires: pkgconfig(libosmovty) >= 1.9.0 +BuildRequires: pkgconfig(libosmo-hnbap) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-ranap) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-rua) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-pfcp) >= 0.3.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libasn1c) >= 0.9.30 %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index e273af8..cd1fe30 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,126 @@ +osmo-hnbgw (1.5.0) unstable; urgency=medium + + [ Neels Janosch Hofmeyr ] + * UE state leak: when HNB re-registers, discard previous UE state + * Deprecate 'sccp cr max-payload-len', remove SCCP CR limit code + * cosmetic: drop stray backslash + * drop obsolete fixme comment + * various comment tweaks + * log tweak + * cosmetic: rename context_map_deactivate + * fix deprecation: use ranap_cn_rx_co_decode2() + * rua_to_scu(): drop dead code for connection-less + * use RUA procedure code for rua_to_scu() arg + * cosmetic: regroup members of hnbgw_context_map + * add design charts for new context map FSMs + * context map: introduce RUA and SCCP FSMs to fix leaks + * log osmo_fsm timeouts + * sccp_sap_up(): ignore PCSTATE.ind + * fix regression: unbreak PFCP: PS RAB via UPF proxying + * tweak LOGHNB() + * debug log: log received RANAP message types on DCN, DHNB + * map_sccp: on timeout during WAIT_CC, send N-DISCONNECT to SCCP-SCOC + * release UE Contexts on HNB (Re-)Register + * release UE Contexts on SCTP_RESTART + * log: in new RUA,SCCP FSM IDs, indicate CS/PS + * vty: 'show ue': show which HNB the UE is registered on + * fix vty: show talloc-context all + * place asn1 context under hnb_ctx for better visibility + * fix asn1 leak in handle_cn_ranap() + * fix asn1 leak in error path of hnbgw_tx_ue_register_acc() + * fix asn1 leak in error path of hnbgw_tx_ue_register_acc_tmsi() + * fix asn1 leaks in ps_rab_ass_resp_send_if_ready() + * fix asn1 leak in hnbgw_rua_rx() + * less code dup in mem free of hnbgw_rx_ue_register_req() + * fix log msg typo 'Unsupportedccept' + * actually run vty-tests: VTY transcript tests + * actually run vty-tests: osmotestvty.py + * rab_ass_fsm.c: fix asn1 memleak when replacing GTP address + * ps_rab_ass_fsm.h: fix dup of FSM event enum + * drop empty hnbgw_rua_init() + * eliminate function hnb_contexts() + * vty: fix doc strings for 'show {hnb,ue}' + * actually run vty-tests: osmotestconfig.py + * drop ctrl_test_runner.py + * comment typo fix in ranap_rab_ass.c + * simplify: one g_hnbgw as global state and root ctx + * ranap_rab_ass_test.c: clarify talloc contexts + * move main() to separate file + * add non-installed libhnbgw.la for test linkage + * vty: make legacy 'hnbgw'/'sccp cr max...' fatal + * vty test: show missing write-back of 'rnc-id' + * fix missing write-back of rnc-id + * drop dead code: cnlink.T_RafC + * remove obsolete context_map_check_released() call + * unbloat: drop context_map_check_released() + * vty_go_parent(): remove legacy cruft + * immediately SCCP RLSD on HNB re-register + * use new osmo_sccp_instance_next_conn_id() + * add doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg + * add separate cfg file only for VTY tests + * add startup config tests + * charts: add sccp.dot + * cnpool: allow separate cs7 for IuPS and IuCS + * coverity: fix type of local var + * cnpool: split up context_map_find_or_create_by_rua_ctx_id() + * cnpool prep: add SCCP_EV_USER_ABORT + * cnpool: add multiple 'msc' and 'sgsn' cfg (use only the first) + * cnpool: examples and config tests: use 'msc 0'/'sgsn 0' syntax + * cnpool: make NRI mappings VTY configurable + * tdefs; combine timer groups 'ps' and 'cmap' to 'hnbgw' + * add hnbgw_decode_ranap_co() + * fixup for 'cnpool: split up context_map_find_...' + * startup config tests: show default 'msc 0', 'sgsn 0' + * cnpool: extract Mobile Identity from RANAP payload + * add rate_ctr infra; add rate_ctrs for cnpool + * add CTRL transcript tests for cnpool rate ctrs + * cnpool: select CN link from pool by NRI or round robin + * doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg + * fix umts_cell_id_name(): show CID + * make public: umts_cell_id_name() + * tweak lots of logging + * ctrl test: also test msc 1 + * cnpool: add context_map_cnlink_lost() handling + * add ranap_domain_name() + * detect in/active CN links by RANAP RESET + * use cnlink state in cnpool decisions + * cnpool: return Paging Resp to the exact CN link that Paged + * cfg: add 'hnbgw' / 'plmn MCC MNC' + * include Global RNC-ID in RESET + * include Global RNC-ID in RESET-ACK + * RUA: log tweak + * coverity: hnbgw_cn: avoid NULL deref in LOGP + + [ Philipp Maier ] + * mgw_fsm: fix typo + * mgw_fsm: fix log line + * mgw_fsm: use __func__ to mention function name in log line + * mgw_fsm: refactor helper function handle_rab_release() + * ranap_rab_ass: do not free never allocated FieldItems + * ranap_rab_ass: be sure to initialize memory with 0 + + [ Vadim Yanitskiy ] + * tests: use check_PROGRAMS for tests, not noinst_PROGRAMS + * tests: use -no-install libtool flag to avoid ./lt-* scripts + * tests: make 'vty-test' target depend on osmo-hnbgw binary + * tests: do not depend on undefined $(BUILT_SOURCES) + * copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH + + [ Oliver Smith ] + * hnbgw_mgw_setup: use mgcp_client_pool_empty() + * debian: set compat level to 10 + * contrib/jenkins.sh: add PFCP variable + * hnbgw: put copyright into define + * systemd: depend on networking-online.target + + [ Pau Espin Pedrol ] + * manuals: include osmo-gsm-manual's sigtran.adoc + * tests: Update *.vty after libosmo-sccp VTY improvements + * Use new mgcp_client_conf_alloc() API to alloc mgcp_client_conf + * Tear down call if local IuUP MGW address changed during MDCX + + -- Pau Espin Pedrol Tue, 12 Sep 2023 17:18:43 +0200 + osmo-hnbgw (1.4.0) unstable; urgency=medium [ Pau Espin Pedrol ] diff --git a/debian/control b/debian/control index 209da27..77737b5 100644 --- a/debian/control +++ b/debian/control @@ -13,16 +13,16 @@ Build-Depends: debhelper (>= 10), libtalloc-dev, libasn1c-dev (>= 0.9.30), libsctp-dev, - libosmocore-dev (>= 1.8.0), - libosmo-sigtran-dev (>= 1.7.0), - libosmo-abis-dev (>= 1.4.0), - libosmo-netif-dev (>= 1.3.0), - libosmo-mgcp-client-dev (>= 1.11.0), - libosmo-hnbap-dev (>= 1.4.0), - libosmo-ranap-dev (>= 1.4.0), - libosmo-rua-dev (>= 1.4.0), - libosmo-pfcp-dev (>= 0.2.0), - osmo-gsm-manuals-dev (>= 1.4.0) + libosmocore-dev (>= 1.9.0), + libosmo-sigtran-dev (>= 1.8.0), + libosmo-abis-dev (>= 1.5.0), + libosmo-netif-dev (>= 1.4.0), + libosmo-mgcp-client-dev (>= 1.12.0), + libosmo-hnbap-dev (>= 1.5.0), + libosmo-ranap-dev (>= 1.5.0), + libosmo-rua-dev (>= 1.5.0), + libosmo-pfcp-dev (>= 0.3.0), + osmo-gsm-manuals-dev (>= 1.5.0) Standards-Version: 3.9.8 Vcs-Git: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw Vcs-Browser: https://gitea.osmocom.org/cellular-infrastructure/osmo-hnbgw