aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-05-03 18:29:14 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-05-03 18:29:14 +0200
commitba941e553d60a06a45ad96f0ad4161383d4c0d30 (patch)
tree754f589ff8c5a3ed117ae3ddb705ec9f9d0d5ef3
parent2b88cc40ebb369a29c3f7b8d65d5d60ea958c9d8 (diff)
Bump version: 0.2.0.57-cf5f-dirty → 0.3.00.3.0
-rw-r--r--configure.ac14
-rw-r--r--debian/changelog74
-rw-r--r--debian/control6
-rw-r--r--debian/libosmo-ranap2.install (renamed from debian/libosmo-ranap1.install)0
-rw-r--r--src/Makefile.am2
5 files changed, 85 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 8a654dc..bb99dfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,13 +33,13 @@ if test "x$PKG_CONFIG_INSTALLED" = "xno"; then
fi
PKG_PROG_PKG_CONFIG([0.20])
-PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 0.10.0)
-PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 0.10.0)
-PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 0.10.0)
-PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl)
-PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 0.1.0)
-PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 0.8.0)
-PKG_CHECK_MODULES(ASN1C, libasn1c >= 0.9.28)
+PKG_CHECK_MODULES(OSMOCORE, libosmocore >= 0.11.0)
+PKG_CHECK_MODULES(OSMOGSM, libosmogsm >= 0.11.0)
+PKG_CHECK_MODULES(OSMOVTY, libosmovty >= 0.11.0)
+PKG_CHECK_MODULES(OSMOCTRL, libosmoctrl >= 0.11.0)
+PKG_CHECK_MODULES(OSMONETIF, libosmo-netif >= 0.2.0)
+PKG_CHECK_MODULES(OSMOSIGTRAN, libosmo-sigtran >= 0.9.0)
+PKG_CHECK_MODULES(ASN1C, libasn1c >= 0.9.30)
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/changelog b/debian/changelog
index 0c11efb..1ec6437 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,77 @@
+osmo-iuh (0.3.0) unstable; urgency=medium
+
+ [ Neels Hofmeyr ]
+ * jenkins: use osmo-clean-workspace.sh before and after build
+ * vty: skip installing cmds now always installed by default
+ * src/Makefile.am: drop unused COMMON_LDADD
+ * add --enable-sanitize config option
+ * osmo-hnbgw: drop erratic log line on remote STP address
+ * api doc: clarify byte order in ranap_new_msg_rab_assign_*
+ * tests: sanitize: fix mem leaks, clean after tests
+ * ranap_msg_factory: sanitize: memcpy instead of unaligned int copy
+ * test_common: fix compiler warning: include ranap_common.h
+ * osmo-hnbgw: auto-config local and remote PCs if omitted
+ * cosmetic: osmo-hnbgw: log remote SCCP addresses on startup
+ * osmo-hnbgw: don't configure specific local IP address for STP connection
+ * iu client: store multiple LAC,RAC per RNC = fix paging for multiple RNC
+ * hnbgw: use proper VTY port number defined in libosmocore (4261)
+ * fix 3 compiler warnings in ranap_common.c
+ * hnbgw: use proper talloc ctx for vty telnet init
+ * hnbgw: hnb info: record MCC, MNC, show on 'show hnb'
+ * hnbap,rua,ranap decode: fix segfault on decode error
+ * vty: tweak / improve HNB and cnlink introspection
+ * osmo-hnbgw: vty: revamp output of context maps on 'show hnb'
+ * compiler warning: asn1tostruct.py: return 0 at end of *_free_*()
+ * segfault: context_map gc: use llist_for_each_entry_safe()
+ * rua: discard context maps on id-Disconnect
+ * rua_to_scu(): don't create a context map for UNITDATA
+ * cosmetic: context_map_tmr_cb(): fix comment
+ * osmo-hnbgw config: add 'rnc-id' config item
+ * osmo-hnbgw: startup: log the RNC-Id that is going to be used
+ * comments: hnbgw_rua.c: remove obsolete fixmes for asn1 free
+ * vty typo: 'show hnb': SCTP stream, not SCCP stream
+ * hnbgw_rua.c: log: fix integer format for cN_DomainIndicator
+ * hnbgw_rua: fix dereference of unset pointer
+ * hnbgw_cn: rx ranap: set rc in all cases
+ * hnbgw_hnbap: fix missing return in rx [un]successful outcome
+ * cosmetic: hnbgw: hnbap: log rx of unsuccessful outcome
+ * hnbap: log errors on decoding/encoding HNB-REGISTER msgs
+ * hnb-test: log accurate three-digit MNC with leading zeros
+ * configure: add --enable-werror
+ * cosmetic: use osmo_plmn_id instead of mcc,mnc
+
+ [ Harald Welte ]
+ * osmo-hnbgw: Avoid useless linking to libosmogsm and libsctp
+ * Link libosmo-ranap against libosmovty
+ * Add "-Wall" to the compile rules of the non-asn1c-generated source code
+ * hnbgw.c: Remove dead code creating libsctp linker dependency
+ * sccp_sap_up(): Fix never-hit "default" case in switch
+ * Fix various compiler warnings in hnb-gw code
+ * hnbgw_vty.c: cosmetic: Fix non-tab-indented code
+ * hnbgw_vty.c: Fix "-Werror=format-security" failure in vty_out()
+
+ [ Philipp Maier ]
+ * iu: iu_helpers: add functions to decode ip/port from rab-ass
+ * ranap_msg_factory: check IE encoder return codes
+ * ranap_msg_factory: remove unusued variable
+
+ [ Max ]
+ * Use proper package version
+ * Add control interface
+ * Expand ctrl interface
+ * Enable sanitize for CI tests
+
+ [ Pau Espin Pedrol ]
+ * iu_client.c: Remove unusued variable
+ * configure.ac: Enable -Wall flag
+ * contrib: jenkins.sh: Disable doxygen in libosmocore build
+ * debian/changelog: set prev releases to unstable
+
+ [ Stefan Sperling ]
+ * ensure unique CellIDs in HNB-GW
+
+ -- Pau Espin Pedrol <pespin@sysmocom.de> Thu, 03 May 2018 18:29:13 +0200
+
osmo-iuh (0.2.0) unstable; urgency=low
* Upstream 0.2.0 release
diff --git a/debian/control b/debian/control
index 3330f55..b453eea 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: osmo-hnbgw (= ${binary:Version}), ${misc:Depends}
Description: osmocom Home Node B Gateway
-Package: libosmo-ranap1
+Package: libosmo-ranap2
Section: libs
Architecture: any
Multi-Arch: same
@@ -49,12 +49,12 @@ Package: libosmo-ranap-dbg
Section: debug
Architecture: any
Multi-Arch: same
-Depends: libosmo-ranap1 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-ranap2 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Package: libosmo-ranap-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: libosmo-ranap1 (= ${binary:Version}), ${misc:Depends}
+Depends: libosmo-ranap2 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
diff --git a/debian/libosmo-ranap1.install b/debian/libosmo-ranap2.install
index 3de3b10..3de3b10 100644
--- a/debian/libosmo-ranap1.install
+++ b/debian/libosmo-ranap2.install
diff --git a/src/Makefile.am b/src/Makefile.am
index 2e57a8e..7802384 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,7 +48,7 @@ AM_CFLAGS = -Wall -I$(top_srcdir)/include -I$(top_builddir)/include \
# build the shared RANAP library
#
-RANAP_LIBVERSION=1:0:0
+RANAP_LIBVERSION=2:0:0
lib_LTLIBRARIES = libosmo-ranap.la
libosmo_ranap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(RANAP_LIBVERSION)
libosmo_ranap_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOVTY_LIBS) $(OSMOSIGTRAN_LIBS) \