forked from pool/osmo-iuh
- Update to release 1.3.0
OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-iuh?expand=0&rev=36
This commit is contained in:
parent
2ce8bc99a7
commit
af5149ff34
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6872ac89d5fe8a010b00b2c1d4b94cd9e58cd6f4a2eb3c28e8632109a1df79e5
|
|
||||||
size 13246366
|
|
3
1.3.0.tar.gz
Normal file
3
1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2f51475399c43ee4a982fb3a7a4f88fe9c883c56039f4632680857d6316f1e9b
|
||||||
|
size 13249527
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 3 18:32:22 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.3.0
|
||||||
|
* ranap_common: add decoder for RAB SetupOrModifyItemFirst
|
||||||
|
* ranap_common_cn: add functions for direct access to decoder
|
||||||
|
* ranap_common_ran: add decoder for CN/MSC originated messages
|
||||||
|
* ranap_common: add decoder for RAB-FailedList and RAB-ReleaseList
|
||||||
|
* Make logging message about received RANAP message more meaningful
|
||||||
|
* move new_transp_layer_addr to public API
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 2 14:52:53 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sat Apr 2 14:52:53 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osmo-iuh
|
Name: osmo-iuh
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
Summary: Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
||||||
License: AGPL-3.0-or-later AND GPL-2.0-or-later
|
License: AGPL-3.0-or-later AND GPL-2.0-or-later
|
||||||
@ -32,13 +32,13 @@ BuildRequires: pkg-config >= 0.20
|
|||||||
# python3 for asn1tostruct.py
|
# python3 for asn1tostruct.py
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: pkgconfig(libasn1c) >= 0.9.30
|
BuildRequires: pkgconfig(libasn1c) >= 0.9.30
|
||||||
BuildRequires: pkgconfig(libosmo-netif) >= 1.1.0
|
BuildRequires: pkgconfig(libosmo-netif) >= 1.2.0
|
||||||
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.4.0
|
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libosmocore) >= 1.5.0
|
BuildRequires: pkgconfig(libosmocore) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(libosmoctrl) >= 1.5.0
|
BuildRequires: pkgconfig(libosmoctrl) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(libosmogb) >= 1.5.0
|
BuildRequires: pkgconfig(libosmogb) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(libosmogsm) >= 1.5.0
|
BuildRequires: pkgconfig(libosmogsm) >= 1.7.0
|
||||||
BuildRequires: pkgconfig(libosmovty) >= 1.5.0
|
BuildRequires: pkgconfig(libosmovty) >= 1.7.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
||||||
@ -54,7 +54,7 @@ found in Home Node B networks on the Iu-h interface.
|
|||||||
%package -n libosmo-hnbap-devel
|
%package -n libosmo-hnbap-devel
|
||||||
Summary: Development files for Osmocom HNBAP library
|
Summary: Development files for Osmocom HNBAP library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libosmo-hnbap0 = %version
|
Requires: libosmo-hnbap0 = %version-%release
|
||||||
|
|
||||||
%description -n libosmo-hnbap-devel
|
%description -n libosmo-hnbap-devel
|
||||||
This subpackage contains libraries and header files for developing
|
This subpackage contains libraries and header files for developing
|
||||||
@ -71,7 +71,7 @@ interface.
|
|||||||
%package -n libosmo-ranap-devel
|
%package -n libosmo-ranap-devel
|
||||||
Summary: Header files for the Osmocom RANAP library
|
Summary: Header files for the Osmocom RANAP library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libosmo-ranap5 = %version
|
Requires: libosmo-ranap5 = %version-%release
|
||||||
|
|
||||||
%description -n libosmo-ranap-devel
|
%description -n libosmo-ranap-devel
|
||||||
Osmocom code for the Radio Access Network Application Part of the Iu-h
|
Osmocom code for the Radio Access Network Application Part of the Iu-h
|
||||||
@ -90,7 +90,7 @@ Osmocom code for the RANAP User Adaption signalling.
|
|||||||
%package -n libosmo-rua-devel
|
%package -n libosmo-rua-devel
|
||||||
Summary: Header files for the Osmocom RUA library
|
Summary: Header files for the Osmocom RUA library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libosmo-rua0 = %version
|
Requires: libosmo-rua0 = %version-%release
|
||||||
|
|
||||||
%description -n libosmo-rua-devel
|
%description -n libosmo-rua-devel
|
||||||
Osmocom code for the RANAP User Adaption signalling.
|
Osmocom code for the RANAP User Adaption signalling.
|
||||||
@ -108,7 +108,7 @@ Osmocom code for the Service Area Broadcast Protocol interface.
|
|||||||
%package -n libosmo-sabp-devel
|
%package -n libosmo-sabp-devel
|
||||||
Summary: Header files for the Osmocom SABP library
|
Summary: Header files for the Osmocom SABP library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libosmo-sabp1 = %version
|
Requires: libosmo-sabp1 = %version-%release
|
||||||
|
|
||||||
%description -n libosmo-sabp-devel
|
%description -n libosmo-sabp-devel
|
||||||
Osmocom code for the Service Area Broadcast Protocol interface.
|
Osmocom code for the Service Area Broadcast Protocol interface.
|
||||||
@ -151,7 +151,7 @@ fi
|
|||||||
|
|
||||||
%files -n libosmo-hnbap0
|
%files -n libosmo-hnbap0
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%_libdir/libosmo-hnbap.so.0*
|
%_libdir/libosmo-hnbap.so.*
|
||||||
|
|
||||||
%files -n libosmo-hnbap-devel
|
%files -n libosmo-hnbap-devel
|
||||||
%dir %_includedir/osmocom/
|
%dir %_includedir/osmocom/
|
||||||
@ -161,7 +161,7 @@ fi
|
|||||||
%_libdir/pkgconfig/libosmo-hnbap.pc
|
%_libdir/pkgconfig/libosmo-hnbap.pc
|
||||||
|
|
||||||
%files -n libosmo-ranap5
|
%files -n libosmo-ranap5
|
||||||
%_libdir/libosmo-ranap.so.5*
|
%_libdir/libosmo-ranap.so.*
|
||||||
|
|
||||||
%files -n libosmo-ranap-devel
|
%files -n libosmo-ranap-devel
|
||||||
%dir %_includedir/osmocom/
|
%dir %_includedir/osmocom/
|
||||||
@ -170,7 +170,7 @@ fi
|
|||||||
%_libdir/pkgconfig/libosmo-ranap.pc
|
%_libdir/pkgconfig/libosmo-ranap.pc
|
||||||
|
|
||||||
%files -n libosmo-rua0
|
%files -n libosmo-rua0
|
||||||
%_libdir/libosmo-rua.so.0*
|
%_libdir/libosmo-rua.so.*
|
||||||
|
|
||||||
%files -n libosmo-rua-devel
|
%files -n libosmo-rua-devel
|
||||||
%dir %_includedir/osmocom/
|
%dir %_includedir/osmocom/
|
||||||
|
Loading…
Reference in New Issue
Block a user