From 3733bfa407374fde5ca2910c795b0b744d590d0cd157e27450f58257e6b3b647 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 30 Apr 2017 00:20:37 +0000 Subject: [PATCH] - Update to new upstream snapshot 0.0~g435 OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-iuh?expand=0&rev=3 --- osmo-iuh-0.0~g282.tar.xz | 3 --- osmo-iuh-0.0~g435.tar.xz | 3 +++ osmo-iuh.changes | 11 ++++++++ osmo-iuh.spec | 58 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 72 insertions(+), 3 deletions(-) delete mode 100644 osmo-iuh-0.0~g282.tar.xz create mode 100644 osmo-iuh-0.0~g435.tar.xz create mode 100644 osmo-iuh.spec diff --git a/osmo-iuh-0.0~g282.tar.xz b/osmo-iuh-0.0~g282.tar.xz deleted file mode 100644 index 5bbfe2d..0000000 --- a/osmo-iuh-0.0~g282.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d26d801bebf79958bc7cc3d8f2d8f3089626f1e28bbc47d2a83c3b5701adfa5b -size 9289796 diff --git a/osmo-iuh-0.0~g435.tar.xz b/osmo-iuh-0.0~g435.tar.xz new file mode 100644 index 0000000..8de4dc4 --- /dev/null +++ b/osmo-iuh-0.0~g435.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783a012fd1aa8a70609cfe66747e0a70e4cdd2449ed4d918cb8189368f50bd89 +size 10089944 diff --git a/osmo-iuh.changes b/osmo-iuh.changes index e1d5890..4230633 100644 --- a/osmo-iuh.changes +++ b/osmo-iuh.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 29 00:08:32 UTC 2017 - jengelh@inai.de + +- Update to new upstream snapshot 0.0~g435 + * Better capture for PS Data + * osmo-hnbgw, hnb-test: allow configuring VTY address + * hnbgw: set default RNC ID to 23 (for testing) + * UE Register: fix: free ies when no IMSI is found + * ranap: make X.213 NSAP 160 bits long, zero padded + * hnbgw: Fix crash if cnlink fails to connect + ------------------------------------------------------------------- Mon Feb 8 11:53:24 UTC 2016 - jengelh@inai.de diff --git a/osmo-iuh.spec b/osmo-iuh.spec new file mode 100644 index 0000000..4b8e85b --- /dev/null +++ b/osmo-iuh.spec @@ -0,0 +1,58 @@ +# +# spec file for package osmo-iuh +# +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + +Name: osmo-iuh +Version: 0.0~g435 +Release: 0 +Summary: Osmocom Iuh experimenation code +License: AGPL-3.0+ and GPL-2.0+ +Group: Hardware/Mobile +Url: http://openbsc.osmocom.org/ + +Source: %name-%version.tar.xz +BuildRequires: automake >= 1.9 +BuildRequires: libtool >= 2 +BuildRequires: lksctp-tools-devel +BuildRequires: xz +BuildRequires: pkg-config +BuildRequires: pkgconfig(libosmocore) +BuildRequires: pkgconfig(libosmogsm) +BuildRequires: pkgconfig(libosmovty) +BuildRequires: pkgconfig(libosmo-netif) +BuildRequires: pkgconfig(libosmo-sigtran) +BuildRequires: pkgconfig(libasn1c) +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description + +%prep +%setup -q + +%build +echo "%version" >.tarball-version +autoreconf -fi +%configure +make %{?_smp_mflags} + +%install +%make_install + +%check +make %{?_smp_mflags} check + +%files