From da8406468dd8e9bd1cb8b400310da35d0ddf1efc5fde191f92b0b8fd5d8fb0ac Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 Oct 2024 16:19:17 +0200 Subject: [PATCH] osmo-iuh 1.6.0 --- 1.5.1.tar.gz | 3 --- 1.6.0.tar.gz | 3 +++ osmo-iuh.changes | 7 +++++++ osmo-iuh.spec | 18 +++++++++--------- 4 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 1.5.1.tar.gz create mode 100644 1.6.0.tar.gz diff --git a/1.5.1.tar.gz b/1.5.1.tar.gz deleted file mode 100644 index 1250f93..0000000 --- a/1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8716fb9c2e059ff67209b5d889775f7a1267d2223f51698196914e1c06bc0f88 -size 13256803 diff --git a/1.6.0.tar.gz b/1.6.0.tar.gz new file mode 100644 index 0000000..c8a2bcf --- /dev/null +++ b/1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa253a62f0d81a2a8c583869158c11b66cf6ff964f535345c93b3b5481ab24c +size 13254358 diff --git a/osmo-iuh.changes b/osmo-iuh.changes index bb4a8ff..09c49b5 100644 --- a/osmo-iuh.changes +++ b/osmo-iuh.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 26 14:17:37 UTC 2024 - Jan Engelhardt + +- 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 diff --git a/osmo-iuh.spec b/osmo-iuh.spec index bdba852..ace3986 100644 --- a/osmo-iuh.spec +++ b/osmo-iuh.spec @@ -17,10 +17,10 @@ Name: osmo-iuh -Version: 1.5.1 +Version: 1.6.0 Release: 0 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 URL: https://osmocom.org/projects/osmohnbgw/wiki @@ -32,13 +32,13 @@ BuildRequires: pkg-config >= 0.20 # python3 for asn1tostruct.py BuildRequires: python3 BuildRequires: pkgconfig(libasn1c) >= 0.9.30 -BuildRequires: pkgconfig(libosmo-netif) >= 1.4.0 -BuildRequires: pkgconfig(libosmo-sigtran) >= 1.8.0 -BuildRequires: pkgconfig(libosmocore) >= 1.9.0 -BuildRequires: pkgconfig(libosmoctrl) >= 1.9.0 -BuildRequires: pkgconfig(libosmogb) >= 1.9.0 -BuildRequires: pkgconfig(libosmogsm) >= 1.9.0 -BuildRequires: pkgconfig(libosmovty) >= 1.9.0 +BuildRequires: pkgconfig(libosmo-netif) >= 1.5.0 +BuildRequires: pkgconfig(libosmo-sigtran) >= 1.9.0 +BuildRequires: pkgconfig(libosmocore) >= 1.10.0 +BuildRequires: pkgconfig(libosmoctrl) >= 1.10.0 +BuildRequires: pkgconfig(libosmogb) >= 1.10.0 +BuildRequires: pkgconfig(libosmogsm) >= 1.10.0 +BuildRequires: pkgconfig(libosmovty) >= 1.10.0 %description Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)