pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/28472 )
Change subject: Bump version: 1.2.1.25-7893-dirty → 1.3.0 ......................................................................
Bump version: 1.2.1.25-7893-dirty → 1.3.0
Change-Id: I5283bfcdcee218d2db25cd10b9a17ffe2129efb6 --- M configure.ac M contrib/osmo-hnbgw.spec.in M debian/changelog M debian/control 4 files changed, 69 insertions(+), 32 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/configure.ac b/configure.ac index 86fb853..2405cb0 100644 --- a/configure.ac +++ b/configure.ac @@ -51,16 +51,16 @@ LIBS=$old_LIBS
PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30) -PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0) -PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0) -PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.5.0) -PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.1.0) -PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.1.0) -PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.1.0) -PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.9.0) +PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.7.0) +PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.2.0) +PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.6.0) +PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 1.3.0) +PKG_CHECK_MODULES(LIBOSMOMGCPCLIENT, libosmo-mgcp-client >= 1.10.0)
dnl checks for header files AC_HEADER_STDC diff --git a/contrib/osmo-hnbgw.spec.in b/contrib/osmo-hnbgw.spec.in index 0c6aac9..4bc8807 100644 --- a/contrib/osmo-hnbgw.spec.in +++ b/contrib/osmo-hnbgw.spec.in @@ -32,19 +32,19 @@ BuildRequires: systemd-rpm-macros %endif BuildRequires: pkgconfig(libcrypto) >= 0.9.5 -BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.9.0 -BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.5.0 -BuildRequires: pkgconfig(libosmoabis) >= 1.2.0 -BuildRequires: pkgconfig(libosmotrau) >= 1.2.0 -BuildRequires: pkgconfig(libosmocore) >= 1.6.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.6.0 -BuildRequires: pkgconfig(libosmogb) >= 1.6.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.6.0 -BuildRequires: pkgconfig(libosmovty) >= 1.6.0 -BuildRequires: pkgconfig(libosmo-hnbap) >= 1.1.0 -BuildRequires: pkgconfig(libosmo-ranap) >= 1.1.0 -BuildRequires: pkgconfig(libosmo-rua) >= 1.1.0 +BuildRequires: pkgconfig(libosmo-mgcp-client) >= 1.10.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.6.0 +BuildRequires: pkgconfig(libosmoabis) >= 1.3.0 +BuildRequires: pkgconfig(libosmotrau) >= 1.3.0 +BuildRequires: pkgconfig(libosmocore) >= 1.7.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0 +BuildRequires: pkgconfig(libosmogb) >= 1.7.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.7.0 +BuildRequires: pkgconfig(libosmovty) >= 1.7.0 +BuildRequires: pkgconfig(libosmo-hnbap) >= 1.3.0 +BuildRequires: pkgconfig(libosmo-ranap) >= 1.3.0 +BuildRequires: pkgconfig(libosmo-rua) >= 1.3.0 BuildRequires: pkgconfig(talloc) BuildRequires: pkgconfig(libasn1c) >= 0.9.30 %{?systemd_requires} diff --git a/debian/changelog b/debian/changelog index b23b3df..6ddb677 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,40 @@ +osmo-hnbgw (1.3.0) unstable; urgency=medium + + [ Philipp Maier ] + * hnbgw_cn.c: fix sourcecode formatting + * hbgw_hnbap: use osmo_plmn_from_bcd instead of gsm48_mcc_mnc_from_bcd + * ranap_rab_ass: add decoder and rewrite functions for RAB-AssignmentRequest/Response + * ranap_rab_ass: ensure specific rab_id + * ranap_rab_ass: add function to check if RAB is in FailureList + * ranap_rab_ass: add function to check if RAB is in ReleaseList + * ranap_rab_ass_test: cosmetic: correct test function names + * mgw_fsm: add MGW support to osmo-hnbgw + * overview.adoc: update network diagram + * running.adoc: explain MGW configuration + * osmo-hnbgw.cfg: use local port 2729 as default for MGCP client + * mgw_fsm: release call when FSM is not created + * ranap_rab_ass: check for more than one RAB assignment req + + [ Neels Hofmeyr ] + * use osmo_select_main_ctx(), tweak log in handle_cn_conn_conf() + * allow calling rua_to_scu() without data + * tweak comments in rua_to_scu() + * add option to send SCCP CR without payload + * fix segfault in error handling for mgw_fi == NULL + + [ Pau Espin Pedrol ] + * mgw_fsm: Mark structs as static const + * mgw_fsm: Improve logging + * cosmetic: mgw_fsm: Fix typo in log + * mgw_fsm: Change macro to not use local variables implicitly + * mgw_fsm: Fix error path accessing uninitialized fsm ptr + * mgw_fsm: Simplify cleanup paths + + [ Harald Welte ] + * update URLs (git -> https; gitea) + + -- Pau Espin Pedrol pespin@sysmocom.de Wed, 29 Jun 2022 12:42:35 +0200 + osmo-hnbgw (1.2.1) unstable; urgency=medium
* Do not turn some compiler warnings into errors by default diff --git a/debian/control b/debian/control index 5ee13e6..3fe8035 100644 --- a/debian/control +++ b/debian/control @@ -13,15 +13,15 @@ libtalloc-dev, libasn1c-dev (>= 0.9.30), libsctp-dev, - libosmocore-dev (>= 1.6.0), - libosmo-sigtran-dev (>= 1.5.0), - libosmo-abis-dev (>= 1.2.0), - libosmo-netif-dev (>= 1.1.0), - libosmo-mgcp-client-dev (>= 1.9.0), - libosmo-hnbap-dev (>= 1.1.0), - libosmo-ranap-dev (>= 1.1.0), - libosmo-rua-dev (>= 1.1.0), - osmo-gsm-manuals-dev (>= 1.2.0) + libosmocore-dev (>= 1.7.0), + libosmo-sigtran-dev (>= 1.6.0), + libosmo-abis-dev (>= 1.3.0), + libosmo-netif-dev (>= 1.2.0), + libosmo-mgcp-client-dev (>= 1.10.0), + libosmo-hnbap-dev (>= 1.3.0), + libosmo-ranap-dev (>= 1.3.0), + libosmo-rua-dev (>= 1.3.0), + osmo-gsm-manuals-dev (>= 1.3.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