Bump version: 0.0.0 → 0.0.1

Change-Id: I7c561ce54d8c2ff2cad8f66685016ab71991138e
This commit is contained in:
Pau Espin 2021-11-16 18:29:42 +01:00
parent 7657886220
commit 5b0ec3bcc0
4 changed files with 59 additions and 26 deletions

View File

@ -56,16 +56,16 @@ AC_SEARCH_LIBS([sctp_recvmsg], [sctp], [
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

View File

@ -34,16 +34,16 @@ BuildRequires: systemd-rpm-macros
%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}

33
debian/changelog vendored
View File

@ -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@sysmocom.de> Tue, 16 Nov 2021 18:29:42 +0100
osmo-hnodeb (0.0.0) unstable; urgency=medium
* Initial debian package

14
debian/control vendored
View File

@ -14,14 +14,14 @@ Build-Depends: debhelper (>=9),
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/