Bump version: 1.2.0.24-de3c-dirty → 1.3.0
Change-Id: I7da0cc95d7b1a7198f1ae5ad5a4c0174dfd7381dchanges/48/28448/1 1.3.0
parent
de3c2e54f1
commit
f5a5e01feb
12
configure.ac
12
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])
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 ]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue