SHA256
1
0
forked from pool/osmo-iuh

- Update to new upstream snapshot 0.0~g435

OBS-URL: https://build.opensuse.org/package/show/network:telephony/osmo-iuh?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2017-04-30 00:20:37 +00:00 committed by Git OBS Bridge
parent 9fbea9440e
commit 3733bfa407
4 changed files with 72 additions and 3 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d26d801bebf79958bc7cc3d8f2d8f3089626f1e28bbc47d2a83c3b5701adfa5b
size 9289796

3
osmo-iuh-0.0~g435.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:783a012fd1aa8a70609cfe66747e0a70e4cdd2449ed4d918cb8189368f50bd89
size 10089944

View File

@ -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

58
osmo-iuh.spec Normal file
View File

@ -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