Bump version: 0.7.0.27-f8ed-dirty → 0.8.0

Change-Id: Ibbef3cc3bf1f468309e73f5dda497dca1a03c815
This commit is contained in:
Pau Espin 2021-11-16 17:13:10 +01:00
parent f8ed10a323
commit ef1b61fc6c
7 changed files with 61 additions and 24 deletions

View File

@ -58,17 +58,17 @@ Requires: libosmo-hnbap0 = %{version}
%description -n libosmo-hnbap-devel %description -n libosmo-hnbap-devel
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
%package -n libosmo-ranap3 %package -n libosmo-ranap5
Summary: Shared Library part of libosmo-ranap Summary: Shared Library part of libosmo-ranap
Group: System/Libraries Group: System/Libraries
%description -n libosmo-ranap3 %description -n libosmo-ranap5
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
%package -n libosmo-ranap-devel %package -n libosmo-ranap-devel
Summary: Development files for Osmocom RANAP library Summary: Development files for Osmocom RANAP library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libosmo-ranap3 = %{version} Requires: libosmo-ranap5 = %{version}
%description -n libosmo-ranap-devel %description -n libosmo-ranap-devel
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
@ -91,17 +91,17 @@ Requires: libosmo-rua0 = %{version}
%description -n libosmo-rua-devel %description -n libosmo-rua-devel
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
%package -n libosmo-sabp0 %package -n libosmo-sabp1
Summary: Shared Library part of libosmo-sabp Summary: Shared Library part of libosmo-sabp
Group: System/Libraries Group: System/Libraries
%description -n libosmo-sabp0 %description -n libosmo-sabp1
Osmocom code for the SABP (service area broadcast protocol) interface Osmocom code for the SABP (service area broadcast protocol) interface
%package -n libosmo-sabp-devel %package -n libosmo-sabp-devel
Summary: Development files for Osmocom SABP library Summary: Development files for Osmocom SABP library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libosmo-sabp0 = %{version} Requires: libosmo-sabp1 = %{version}
%description -n libosmo-sabp-devel %description -n libosmo-sabp-devel
Osmocom code for the SABP (service area broadcast protocol) interface Osmocom code for the SABP (service area broadcast protocol) interface
@ -131,12 +131,12 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%post -n libosmo-hnbap0 -p /sbin/ldconfig %post -n libosmo-hnbap0 -p /sbin/ldconfig
%postun -n libosmo-hnbap0 -p /sbin/ldconfig %postun -n libosmo-hnbap0 -p /sbin/ldconfig
%post -n libosmo-ranap3 -p /sbin/ldconfig %post -n libosmo-ranap5 -p /sbin/ldconfig
%postun -n libosmo-ranap3 -p /sbin/ldconfig %postun -n libosmo-ranap5 -p /sbin/ldconfig
%post -n libosmo-rua0 -p /sbin/ldconfig %post -n libosmo-rua0 -p /sbin/ldconfig
%postun -n libosmo-rua0 -p /sbin/ldconfig %postun -n libosmo-rua0 -p /sbin/ldconfig
%post -n libosmo-sabp0 -p /sbin/ldconfig %post -n libosmo-sabp1 -p /sbin/ldconfig
%postun -n libosmo-sabp0 -p /sbin/ldconfig %postun -n libosmo-sabp1 -p /sbin/ldconfig
%if 0%{?suse_version} %if 0%{?suse_version}
%pre %service_add_pre osmo-hnbgw.service %pre %service_add_pre osmo-hnbgw.service
@ -165,8 +165,8 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%{_libdir}/libosmo-hnbap.so %{_libdir}/libosmo-hnbap.so
%{_libdir}/pkgconfig/libosmo-hnbap.pc %{_libdir}/pkgconfig/libosmo-hnbap.pc
%files -n libosmo-ranap3 %files -n libosmo-ranap5
%{_libdir}/libosmo-ranap.so.3* %{_libdir}/libosmo-ranap.so.5*
%files -n libosmo-ranap-devel %files -n libosmo-ranap-devel
%dir %{_includedir}/osmocom/ %dir %{_includedir}/osmocom/
@ -185,8 +185,8 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
%{_libdir}/libosmo-rua.so %{_libdir}/libosmo-rua.so
%{_libdir}/pkgconfig/libosmo-rua.pc %{_libdir}/pkgconfig/libosmo-rua.pc
%files -n libosmo-sabp0 %files -n libosmo-sabp1
%{_libdir}/libosmo-sabp.so.0* %{_libdir}/libosmo-sabp.so.1*
%files -n libosmo-sabp-devel %files -n libosmo-sabp-devel
%dir %{_includedir}/osmocom/ %dir %{_includedir}/osmocom/

37
debian/changelog vendored
View File

@ -1,3 +1,40 @@
osmo-iuh (0.8.0) unstable; urgency=medium
[ Harald Welte ]
* hnbgw: Add missing break statement
[ Pau Espin Pedrol ]
* iu_client: Log event sent to upper layer callback
* ranap_iu_tx_release_free(): always trigger RANAP_IU_EVENT_IU_RELEASE as a result
* hnb-test: Fix typo in vty cmd description
* cosmetic: src/ranap/Makefile.am: Drop trailing whitespace
* src/tests/Makefile.am: Drop reference to non-existent RANAP_FILES var
* src/*/Makefile.am: Fix trailing whitespace
* Provide libosmo-hnbap as a public shared library
* Provide libosmo-rua as a public shared library
* move-asn1-header-files.sh: Replace original asn file path in generated asn1 header files
* README.md: Document how to re-generate code from ASN1 files
* hnbgw_rua.c: Use proper type struct
* hnbgw_cn.c: Use proper type struct
* hnb-test: Fix rc var may be used uninitialized
* src/*/Makefile.am: Copy back to srcdir the generated .c files from ASN
* src/*/Makefile.am: Use asn1c -R to avoid generating runtime code
* Update generated .c/.h after using asn1c -R param
* hnbap: Use specific prefix for HNBAP generated code
* hnbap: Drop no longer existing asn1c param -fnative-types
* hnbap: Use asn1c flag -fcompound-names to avoid name collisions with other libs
* rua: Use asn1c flag -fcompound-names to avoid name collisions with other libs
* sabp: Use asn1c flag -fcompound-names to avoid name collisions with other libs
* ranap: Use asn1c flag -fcompound-names to avoid name collisions with other libs
* hnb-test: Fix memleak in hnb_read_cb
[ Oliver Smith ]
* contrib/osmo-iuh.spec.in: fix header packaging
* contrib/osmo-iuh.spec: fix missing ldconfig lines
* Cosmetic: put asn1c parameters in separate lines
-- Pau Espin Pedrol <pespin@sysmocom.de> Tue, 16 Nov 2021 17:13:09 +0100
osmo-iuh (0.7.0) unstable; urgency=medium osmo-iuh (0.7.0) unstable; urgency=medium
[ Martin Hauke ] [ Martin Hauke ]

12
debian/control vendored
View File

@ -67,7 +67,7 @@ Multi-Arch: same
Depends: libosmo-hnbap0 (= ${binary:Version}), ${misc:Depends} Depends: libosmo-hnbap0 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Package: libosmo-ranap3 Package: libosmo-ranap5
Section: libs Section: libs
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
@ -79,14 +79,14 @@ Package: libosmo-ranap-dbg
Section: debug Section: debug
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: libosmo-ranap3 (= ${binary:Version}), ${misc:Depends} Depends: libosmo-ranap5 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Package: libosmo-ranap-dev Package: libosmo-ranap-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: libosmo-ranap3 (= ${binary:Version}), ${misc:Depends} Depends: libosmo-ranap5 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Package: libosmo-rua0 Package: libosmo-rua0
@ -111,7 +111,7 @@ Multi-Arch: same
Depends: libosmo-rua0 (= ${binary:Version}), ${misc:Depends} Depends: libosmo-rua0 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP) Description: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
Package: libosmo-sabp0 Package: libosmo-sabp1
Section: libs Section: libs
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
@ -123,12 +123,12 @@ Package: libosmo-sabp-dbg
Section: debug Section: debug
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: libosmo-sabp0 (= ${binary:Version}), ${misc:Depends} Depends: libosmo-sabp1 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (SABP) Description: Osmocom code for the Iuh interface (SABP)
Package: libosmo-sabp-dev Package: libosmo-sabp-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: libosmo-sabp0 (= ${binary:Version}), ${misc:Depends} Depends: libosmo-sabp1 (= ${binary:Version}), ${misc:Depends}
Description: Osmocom code for the Iuh interface (SABP) Description: Osmocom code for the Iuh interface (SABP)

4
debian/rules vendored
View File

@ -15,9 +15,9 @@ override_dh_auto_configure:
# See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg # See https://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-dbg
override_dh_strip: override_dh_strip:
dh_strip -plibosmo-hnbap0 --dbg-package=libosmo-hnbap-dbg dh_strip -plibosmo-hnbap0 --dbg-package=libosmo-hnbap-dbg
dh_strip -plibosmo-ranap3 --dbg-package=libosmo-ranap-dbg dh_strip -plibosmo-ranap5 --dbg-package=libosmo-ranap-dbg
dh_strip -plibosmo-rua0 --dbg-package=libosmo-rua-dbg dh_strip -plibosmo-rua0 --dbg-package=libosmo-rua-dbg
dh_strip -plibosmo-sabp0 --dbg-package=libosmo-sabp-dbg dh_strip -plibosmo-sabp1 --dbg-package=libosmo-sabp-dbg
dh_strip -posmo-hnbgw --dbg-package=osmo-hnbgw-dbg dh_strip -posmo-hnbgw --dbg-package=osmo-hnbgw-dbg
# Print test results in case of a failure # Print test results in case of a failure

View File

@ -62,9 +62,9 @@ AM_CFLAGS = -Wall -I$(top_srcdir)/include -I$(top_builddir)/include \
# build the shared RANAP + SABP library # build the shared RANAP + SABP library
# #
HNBAP_LIBVERSION=0:0:0 HNBAP_LIBVERSION=0:0:0
RANAP_LIBVERSION=4:0:1 RANAP_LIBVERSION=5:0:0
RUA_LIBVERSION=0:0:0 RUA_LIBVERSION=0:0:0
SABP_LIBVERSION=0:0:0 SABP_LIBVERSION=1:0:0
lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la lib_LTLIBRARIES = libosmo-hnbap.la libosmo-ranap.la libosmo-rua.la libosmo-sabp.la
libosmo_hnbap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HNBAP_LIBVERSION) libosmo_hnbap_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HNBAP_LIBVERSION)
libosmo_hnbap_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOVTY_LIBS) $(OSMOSIGTRAN_LIBS) \ libosmo_hnbap_la_LIBADD = $(OSMOCORE_LIBS) $(OSMOGSM_LIBS) $(OSMOVTY_LIBS) $(OSMOSIGTRAN_LIBS) \