From f5a5e01feb3ac2766915e527b45a4cc8c588b4b2 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 28 Jun 2022 18:59:56 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.0.24-de3c-dirty=20?= =?UTF-8?q?=E2=86=92=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7da0cc95d7b1a7198f1ae5ad5a4c0174dfd7381d --- configure.ac | 12 ++++++------ contrib/osmo-iuh.spec.in | 14 +++++++------- debian/changelog | 36 ++++++++++++++++++++++++++++++++++++ debian/control | 8 ++++---- src/Makefile.am | 2 +- 5 files changed, 54 insertions(+), 18 deletions(-) diff --git a/configure.ac b/configure.ac index 866d6d96..9ca8e8fc 100644 --- a/configure.ac +++ b/configure.ac @@ -42,12 +42,12 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"; then 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 ae5fd0cc..4e5a67f9 100644 --- a/contrib/osmo-iuh.spec.in +++ b/contrib/osmo-iuh.spec.in @@ -28,13 +28,13 @@ BuildRequires: pkgconfig >= 0.20 # 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 2c8123c7..85fb9262 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 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 7a42cd28..8e994a68 100644 --- a/debian/control +++ b/debian/control @@ -11,10 +11,10 @@ Build-Depends: debhelper (>=9), 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 0407fa30..c2f9adfb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -62,7 +62,7 @@ AM_CFLAGS = -Wall -I$(top_srcdir)/include -I$(top_builddir)/include \ # 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