Change in osmo-hnodeb[master]: Bump version: 0.0.0 → 0.0.1

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/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Nov 16 17:30:11 UTC 2021


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/26293 )


Change subject: Bump version: 0.0.0 → 0.0.1
......................................................................

Bump version: 0.0.0 → 0.0.1

Change-Id: I7c561ce54d8c2ff2cad8f66685016ab71991138e
---
M configure.ac
M contrib/osmo-hnodeb.spec.in
M debian/changelog
M debian/control
4 files changed, 59 insertions(+), 26 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/93/26293/1

diff --git a/configure.ac b/configure.ac
index 5b4ca8b..8453bc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,16 +56,16 @@
 LIBS=$old_LIBS
 
 PKG_CHECK_MODULES(LIBASN1C, libasn1c >= 0.9.30)
-PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.5.0)
-PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.1.0)
+PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOVTY, libosmovty >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOCTRL, libosmoctrl >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOGSM, libosmogsm >= 1.6.0)
+PKG_CHECK_MODULES(LIBOSMOABIS, libosmoabis >= 1.2.0)
 PKG_CHECK_MODULES(LIBOSMONETIF, libosmo-netif >= 1.1.0)
-PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.4.0)
-PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 0.7.0)
-PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.7.0)
-PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 0.7.0)
+PKG_CHECK_MODULES(LIBOSMOSIGTRAN, libosmo-sigtran >= 1.5.0)
+PKG_CHECK_MODULES(LIBOSMORUA, libosmo-rua >= 0.8.0)
+PKG_CHECK_MODULES(LIBOSMORANAP, libosmo-ranap >= 0.8.0)
+PKG_CHECK_MODULES(LIBOSMOHNBAP, libosmo-hnbap >= 0.8.0)
 
 
 dnl checks for header files
diff --git a/contrib/osmo-hnodeb.spec.in b/contrib/osmo-hnodeb.spec.in
index 57b3280..063e69a 100644
--- a/contrib/osmo-hnodeb.spec.in
+++ b/contrib/osmo-hnodeb.spec.in
@@ -34,16 +34,16 @@
 %endif
 BuildRequires:  pkgconfig(libcrypto) >= 0.9.5
 BuildRequires:  pkgconfig(libosmo-netif) >= 1.1.0
-BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.4.0
-BuildRequires:  pkgconfig(libosmoabis) >= 1.1.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-hnbap) >= 0.7.0
-BuildRequires:  pkgconfig(libosmo-ranap) >= 0.7.0
-BuildRequires:  pkgconfig(libosmo-rua) >= 0.7.0
+BuildRequires:  pkgconfig(libosmo-sigtran) >= 1.5.0
+BuildRequires:  pkgconfig(libosmoabis) >= 1.2.0
+BuildRequires:  pkgconfig(libosmocore) >= 1.6.0
+BuildRequires:  pkgconfig(libosmoctrl) >= 1.6.0
+BuildRequires:  pkgconfig(libosmogb) >= 1.6.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.6.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.6.0
+BuildRequires:  pkgconfig(libosmo-hnbap) >= 0.8.0
+BuildRequires:  pkgconfig(libosmo-ranap) >= 0.8.0
+BuildRequires:  pkgconfig(libosmo-rua) >= 0.8.0
 BuildRequires:  pkgconfig(talloc)
 BuildRequires:  pkgconfig(libasn1c) >= 0.9.30
 %{?systemd_requires}
diff --git a/debian/changelog b/debian/changelog
index 8e9a94d..5c0cfd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,36 @@
+osmo-hnodeb (0.0.1) unstable; urgency=medium
+
+  [ Pau Espin Pedrol ]
+  * configure: link against libsctp
+  * Import hnb-test from osmo-iuh.git
+  * Move existing vty code to its own vty.c/h file
+  * main.c: Drop commented out code
+  * Move rua related code to rua.c/h
+  * Move hnbap related code to hnbap.c/h
+  * Allocate g_hnb as a pointer, move code to hnb.c/h
+  * Move protocol related code in main.c to related proto files
+  * main.c: Fix cap in naming for vty_info.name
+  * More work on main.c to add osmocom functionalitites
+  * Set up Iuh conn params through VTY
+  * Drop unused fields in struct hnb
+  * hnb: Move wqueue to .iuh, add wrapper to use it
+  * Use osmocom logging in non-main files
+  * use osmo_stream_cli to manage sctp Iuh conn
+  * Send HnbRegisterRequest when HnodeB connects on Iuh
+  * Configure PLMN over VTY and use it in HnbRegisterRequest
+  * Configure CI,LAC,RAC,SAC over VTY and use it in HnbRegisterRequest
+  * Configure HNB-Identity over VTY and use it in HnbRegisterRequest
+  * Generate proper rnc_id and plmn in LuRequest
+  * hnb.c: Fix memleak in hnb_iuh_read_cb
+  * ranap: Fix compiler warnings passing func callback
+
+  [ Oliver Smith ]
+  * d/control, spec: add missing builddeps
+  * rpm spec: fix invalid file paths
+  * gitignore: add src/osmo-hnodeb/osmo-hnodeb
+
+ -- Pau Espin Pedrol <pespin at sysmocom.de>  Tue, 16 Nov 2021 18:29:42 +0100
+
 osmo-hnodeb (0.0.0) unstable; urgency=medium
 
   * Initial debian package
diff --git a/debian/control b/debian/control
index fd5f4bb..a306e10 100644
--- a/debian/control
+++ b/debian/control
@@ -14,14 +14,14 @@
                libtalloc-dev,
                libasn1c-dev (>= 0.9.30),
                libsctp-dev,
-               libosmocore-dev (>= 1.5.0),
-               libosmo-sigtran-dev (>= 1.4.0),
-               libosmo-abis-dev (>= 1.1.0),
+               libosmocore-dev (>= 1.6.0),
+               libosmo-sigtran-dev (>= 1.5.0),
+               libosmo-abis-dev (>= 1.2.0),
                libosmo-netif-dev (>= 1.1.0),
-               libosmo-hnbap-dev (>= 0.7.0),
-               libosmo-ranap-dev (>= 0.7.0),
-               libosmo-rua-dev (>= 0.7.0),
-               osmo-gsm-manuals-dev (>= 1.1.0)
+               libosmo-hnbap-dev (>= 0.8.0),
+               libosmo-ranap-dev (>= 0.8.0),
+               libosmo-rua-dev (>= 0.8.0),
+               osmo-gsm-manuals-dev (>= 1.2.0)
 Standards-Version: 3.9.8
 Vcs-Git: git://git.osmocom.org/osmo-hnodeb.git
 Vcs-Browser: https://git.osmocom.org/osmo-hnodeb/

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-hnodeb/+/26293
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnodeb
Gerrit-Branch: master
Gerrit-Change-Id: I7c561ce54d8c2ff2cad8f66685016ab71991138e
Gerrit-Change-Number: 26293
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211116/4d50f239/attachment.htm>


More information about the gerrit-log mailing list