Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
754289f29c | |||
da8406468d |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8716fb9c2e059ff67209b5d889775f7a1267d2223f51698196914e1c06bc0f88
|
|
||||||
size 13256803
|
|
BIN
1.7.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
1.7.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 21:42:43 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.7.0
|
||||||
|
* fix memleak in ran_decode: free after aper_decode() on error
|
||||||
|
* ranap: Add API to encode Reset Resource into msgb
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 26 14:17:37 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.6.0
|
||||||
|
* Add ranap_decode_rab_releaseditemies_fromlist()
|
||||||
|
* hnbap_common: more verbose error messages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 11 23:00:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Thu Apr 11 23:00:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package osmo-iuh
|
# spec file for package osmo-iuh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,13 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osmo-iuh
|
Name: osmo-iuh
|
||||||
Version: 1.5.1
|
Version: 1.7.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
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
URL: https://osmocom.org/projects/osmohnbgw/wiki
|
URL: https://osmocom.org/projects/osmohnbgw/wiki
|
||||||
|
|
||||||
Source: https://github.com/osmocom/osmo-iuh/archive/%version.tar.gz
|
Source: https://github.com/osmocom/osmo-iuh/archive/%version.tar.gz
|
||||||
BuildRequires: automake >= 1.9
|
BuildRequires: automake >= 1.9
|
||||||
BuildRequires: libtool >= 2
|
BuildRequires: libtool >= 2
|
||||||
@@ -32,13 +31,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.4.0
|
BuildRequires: pkgconfig(libosmo-netif) >= 1.6.0
|
||||||
BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0
|
BuildRequires: pkgconfig(libosmo-sigtran) >= 2.1.0
|
||||||
BuildRequires: pkgconfig(libosmocore) >= 1.9.0
|
BuildRequires: pkgconfig(libosmocore) >= 1.11.0
|
||||||
BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0
|
BuildRequires: pkgconfig(libosmoctrl) >= 1.11.0
|
||||||
BuildRequires: pkgconfig(libosmogb) >= 1.9.0
|
BuildRequires: pkgconfig(libosmogb) >= 1.11.0
|
||||||
BuildRequires: pkgconfig(libosmogsm) >= 1.9.0
|
BuildRequires: pkgconfig(libosmogsm) >= 1.11.0
|
||||||
BuildRequires: pkgconfig(libosmovty) >= 1.9.0
|
BuildRequires: pkgconfig(libosmovty) >= 1.10.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
|
||||||
@@ -122,10 +121,8 @@ applications that want to make use of libosmo-sabp.
|
|||||||
%build
|
%build
|
||||||
echo "%version" >.tarball-version
|
echo "%version" >.tarball-version
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure \
|
%configure --disable-static --docdir="%_docdir/%name" \
|
||||||
--disable-static \
|
--with-systemdsystemunitdir="%_unitdir"
|
||||||
--docdir="%_docdir/%name" \
|
|
||||||
--with-systemdsystemunitdir="%_unitdir"
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user