pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/28448 )
Change subject: Bump version: 1.2.0.24-de3c-dirty → 1.3.0 ......................................................................
Bump version: 1.2.0.24-de3c-dirty → 1.3.0
Change-Id: I7da0cc95d7b1a7198f1ae5ad5a4c0174dfd7381d --- M configure.ac M contrib/osmo-iuh.spec.in M debian/changelog M debian/control M src/Makefile.am 5 files changed, 54 insertions(+), 18 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/configure.ac b/configure.ac index 866d6d9..9ca8e8f 100644 --- a/configure.ac +++ b/configure.ac @@ -42,12 +42,12 @@ fi PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.5.0) -PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.5.0) -PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.5.0) -PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.5.0) -PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.1.0) -PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 1.4.0) +PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 1.7.0) +PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 1.7.0) +PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 1.7.0) +PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 1.7.0) +PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 1.2.0) +PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 1.6.0) PKG_CHECK_MODULES(ASN1C, libasn1c >= 0.9.30)
AC_CONFIG_MACRO_DIR([m4]) diff --git a/contrib/osmo-iuh.spec.in b/contrib/osmo-iuh.spec.in index ae5fd0c..4e5a67f 100644 --- a/contrib/osmo-iuh.spec.in +++ b/contrib/osmo-iuh.spec.in @@ -28,13 +28,13 @@ # python3 for asn1tostruct.py BuildRequires: python3 BuildRequires: pkgconfig(libasn1c) >= 0.9.30 -BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.4.0 -BuildRequires: pkgconfig(libosmocore) >= 1.5.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0 -BuildRequires: pkgconfig(libosmogb) >= 1.5.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.5.0 -BuildRequires: pkgconfig(libosmovty) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.6.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
%description Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) diff --git a/debian/changelog b/debian/changelog index 2c8123c..85fb926 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,39 @@ +osmo-iuh (1.3.0) unstable; urgency=medium + + [ Philipp Maier ] + * test-hnbap: remove unused variable rc + * test-hnbap: cosmetic: fix sourcecode formatting + * ranap_common: add decoder for RAB SetupOrModifyItemFirst + * cosmetic: don't use 4 speaces instead of tabs + * iu_helpers: make new_transp_info_(rtp|gtp) public + * iu_helpers: check length before accessing buf + * add unittest for ranap_transp_layer_addr_decode() + * iu_helpers: add function ranap_transp_layer_addr_decode2 + * test_common: use osmo_init_logging2 instead of osmo_init_logging + * test-ranap: put message gen tests into function + * ranap_common_cn: add functions for direct access to decoder + * ranap_common_ran: add decoder for CN/MSC originated messages + * ranap_msg_factory: add missing apidoc + * ranap_common: add decoder for RAB-FailedList + * ranap_common: add decoder for RAB-ReleaseList + * ranap_common: log decoder errors to LOGL_ERROR + + [ Pau Espin Pedrol ] + * Drop no longer needed systemd config in build system + * jenkins.sh: osmo-iuh no longer has doc/manuals/ make target + * iu_client: Prevent crash if msgb passed to ranap_iu_tx has no dst + * iu_client: Fix incorrect access to null pointer + * Make logging message about received RANAP message more meaningful + + [ Neels Hofmeyr ] + * move new_transp_layer_addr to public API + + [ Harald Welte ] + * update git URLs (git -> https; gitea) + * README.md: remove obsolete notice from 7 years ago + + -- Pau Espin Pedrol pespin@sysmocom.de Tue, 28 Jun 2022 18:59:56 +0200 + osmo-iuh (1.2.0) unstable; urgency=medium
[ Oliver Smith ] diff --git a/debian/control b/debian/control index 7a42cd2..8e994a6 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ git, libasn1c-dev, libsctp-dev, - libosmocore-dev (>= 1.5.0), - libosmo-netif-dev (>= 1.1.0), - libosmo-sigtran-dev (>= 1.4.0), - osmo-gsm-manuals-dev (>= 1.1.0), + libosmocore-dev (>= 1.7.0), + libosmo-netif-dev (>= 1.2.0), + libosmo-sigtran-dev (>= 1.6.0), + osmo-gsm-manuals-dev (>= 1.3.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 0407fa3..c2f9adf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,7 +62,7 @@ # build the shared RANAP + SABP library # HNBAP_LIBVERSION=0:0:0 -RANAP_LIBVERSION=5:0:0 +RANAP_LIBVERSION=6:0:1 RUA_LIBVERSION=0:0:0 SABP_LIBVERSION=1:0:0 lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la