[MERGED] osmo-iuh[master]: Bump version: 0.2.0.57-cf5f-dirty → 0.3.0

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Thu May 3 17:12:42 UTC 2018


Pau Espin Pedrol has submitted this change and it was merged.

Change subject: Bump version: 0.2.0.57-cf5f-dirty → 0.3.0
......................................................................


Bump version: 0.2.0.57-cf5f-dirty → 0.3.0

Change-Id: Id5d2f749bca46e8b81cc2934447707e3db80ea18
---
M configure.ac
M debian/changelog
M debian/control
R debian/libosmo-ranap2.install
M src/Makefile.am
5 files changed, 85 insertions(+), 11 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/configure.ac b/configure.ac
index 8a654dc..bb99dfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,13 +33,13 @@
 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 at 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 @@
 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 @@
 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
similarity index 100%
rename from debian/libosmo-ranap1.install
rename to 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 @@
 
 # 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) \

-- 
To view, visit https://gerrit.osmocom.org/8015
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id5d2f749bca46e8b81cc2934447707e3db80ea18
Gerrit-PatchSet: 1
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list