<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/18277">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">contrib: import RPM spec<br><br>Copy the RPM spec file from:<br>https://build.opensuse.org/project/show/home:mnhauke:osmocom:nightly<br><br>Related: OS#4550<br>Change-Id: Ic5bee5cbb5752afa598d805166061b1f10af41ea<br>---<br>A contrib/libosmo-sccp.spec<br>1 file changed, 235 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/77/18277/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/libosmo-sccp.spec b/contrib/libosmo-sccp.spec</span><br><span>new file mode 100644</span><br><span>index 0000000..11d661c</span><br><span>--- /dev/null</span><br><span>+++ b/contrib/libosmo-sccp.spec</span><br><span>@@ -0,0 +1,235 @@</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# spec file for package libosmo-sccp</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+# All modifications and additions to the file contributed by third parties</span><br><span style="color: hsl(120, 100%, 40%);">+# remain the property of their copyright owners, unless otherwise agreed</span><br><span style="color: hsl(120, 100%, 40%);">+# upon. The license for this file, and modifications and additions to the</span><br><span style="color: hsl(120, 100%, 40%);">+# file, is the same license as for the pristine package itself (unless the</span><br><span style="color: hsl(120, 100%, 40%);">+# license for the pristine package is not an Open Source License, in which</span><br><span style="color: hsl(120, 100%, 40%);">+# case the license is the MIT License). An "Open Source License" is a</span><br><span style="color: hsl(120, 100%, 40%);">+# license that conforms to the Open Source Definition (Version 1.9)</span><br><span style="color: hsl(120, 100%, 40%);">+# published by the Open Source Initiative.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+# Please submit bugfixes or comments via http://bugs.opensuse.org/</span><br><span style="color: hsl(120, 100%, 40%);">+#</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%define libversion %(echo "%{version}" |sed 's/\\./_/g')</span><br><span style="color: hsl(120, 100%, 40%);">+Name:           libosmo-sccp</span><br><span style="color: hsl(120, 100%, 40%);">+Version:        1.2.0.36</span><br><span style="color: hsl(120, 100%, 40%);">+Release:        0</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Osmocom library for the A-bis interface between BTS and BSC</span><br><span style="color: hsl(120, 100%, 40%);">+License:        AGPL-3.0-or-later AND GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          Hardware/Mobile</span><br><span style="color: hsl(120, 100%, 40%);">+URL:            https://projects.osmocom.org/projects/libosmo-sccp</span><br><span style="color: hsl(120, 100%, 40%);">+#Git-Clone:        git://git.osmocom.org/libosmo-sccp</span><br><span style="color: hsl(120, 100%, 40%);">+Source:         %{name}-%{version}.tar.xz</span><br><span style="color: hsl(120, 100%, 40%);">+Patch0:         0001-build-fixes.patch</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  automake >= 1.6</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  libtool >= 2</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  lksctp-tools-devel</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig >= 0.20</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  systemd-rpm-macros</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  xz</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmo-netif) >= 0.4.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmocore) >= 1.0.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmogsm) >= 1.0.0</span><br><span style="color: hsl(120, 100%, 40%);">+BuildRequires:  pkgconfig(libosmovty) >= 1.0.0</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description</span><br><span style="color: hsl(120, 100%, 40%);">+SCCP is a network layer protocol that provides extended routing, flow</span><br><span style="color: hsl(120, 100%, 40%);">+control, segmentation, connection-orientation, and error correction</span><br><span style="color: hsl(120, 100%, 40%);">+facilities in Signaling System 7 telecommunications networks. SCCP is</span><br><span style="color: hsl(120, 100%, 40%);">+heavily used in cellular networks such as GSM.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%package -n libosmo-mtp-%{libversion}</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Osmocom Message Transfer Part library</span><br><span style="color: hsl(120, 100%, 40%);">+License:        GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          System/Libraries</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description -n libosmo-mtp-%{libversion}</span><br><span style="color: hsl(120, 100%, 40%);">+The Message Transfer Part (MTP) is part of the Signaling System 7</span><br><span style="color: hsl(120, 100%, 40%);">+(SS7) used for communication in Public Switched Telephone Networks.</span><br><span style="color: hsl(120, 100%, 40%);">+MTP is responsible for reliable, unduplicated and in-sequence</span><br><span style="color: hsl(120, 100%, 40%);">+transport of SS7 messages between communication partners.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%package -n libosmo-mtp-devel</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Development files for the Osmocom MTP library</span><br><span style="color: hsl(120, 100%, 40%);">+License:        GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          Development/Libraries/C and C++</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       libosmo-mtp-%{libversion} = %{version}</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description -n libosmo-mtp-devel</span><br><span style="color: hsl(120, 100%, 40%);">+MTP is part of SS7 used for communication in Public Switched</span><br><span style="color: hsl(120, 100%, 40%);">+Telephone Networks.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+This subpackage contains the development files for the Osmocom MTP</span><br><span style="color: hsl(120, 100%, 40%);">+library.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%package -n libosmo-sccp-%{libversion}</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Osmocom Signalling Connection Control Part library</span><br><span style="color: hsl(120, 100%, 40%);">+License:        GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          System/Libraries</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description -n libosmo-sccp-%{libversion}</span><br><span style="color: hsl(120, 100%, 40%);">+The Signalling Connection Control Part (SCCP) is a network layer</span><br><span style="color: hsl(120, 100%, 40%);">+protocol that provides extended routing, flow control, segmentation,</span><br><span style="color: hsl(120, 100%, 40%);">+connection-orientation, and error correction facilities in Signaling</span><br><span style="color: hsl(120, 100%, 40%);">+System 7 telecommunications networks. SCCP relies on the services of</span><br><span style="color: hsl(120, 100%, 40%);">+MTP for basic routing and error detection.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%package -n libosmo-sccp-devel</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Development files for the Osmocom SCCP library</span><br><span style="color: hsl(120, 100%, 40%);">+License:        GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          Development/Libraries/C and C++</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       libosmo-sccp-%{libversion} = %{version}</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description -n libosmo-sccp-devel</span><br><span style="color: hsl(120, 100%, 40%);">+SCCP is a network layer protocol that provides routing, flow control,</span><br><span style="color: hsl(120, 100%, 40%);">+segmentation, connection-orientation, and error correction facilities</span><br><span style="color: hsl(120, 100%, 40%);">+in SS7 telecommunications networks.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+This subpackage contains the development files for the Osmocom SCCP</span><br><span style="color: hsl(120, 100%, 40%);">+library.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%package -n libosmo-sigtran5</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Osmocom SIGTRAN library</span><br><span style="color: hsl(120, 100%, 40%);">+License:        GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          System/Libraries</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description -n libosmo-sigtran5</span><br><span style="color: hsl(120, 100%, 40%);">+Osmocom implementation of (parts of) SIGTRAN.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%package -n libosmo-sigtran-devel</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Development files for the Osmocom sigtran library</span><br><span style="color: hsl(120, 100%, 40%);">+License:        GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          Development/Libraries/C and C++</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       libosmo-sigtran5 = %{version}</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description -n libosmo-sigtran-devel</span><br><span style="color: hsl(120, 100%, 40%);">+Osmocom implementation of (parts of) SIGTRAN.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+This subpackage contains the development files for the Osmocom</span><br><span style="color: hsl(120, 100%, 40%);">+SIGTRAN library.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%package -n libosmo-xua-%{libversion}</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Osmocom Message Transfer Part 2 User Adaptation library</span><br><span style="color: hsl(120, 100%, 40%);">+License:        GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          System/Libraries</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description -n libosmo-xua-%{libversion}</span><br><span style="color: hsl(120, 100%, 40%);">+M2UA (RFC 3331) provides an SCTP (RFC 3873) adaptation layer for the</span><br><span style="color: hsl(120, 100%, 40%);">+seamless backhaul of MTP Level 2 user messages and service interface</span><br><span style="color: hsl(120, 100%, 40%);">+across an IP network.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%package -n libosmo-xua-devel</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Development files for the Osmocom M2UA library</span><br><span style="color: hsl(120, 100%, 40%);">+License:        GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          Development/Libraries/C and C++</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       libosmo-sigtran-devel = %{version}</span><br><span style="color: hsl(120, 100%, 40%);">+Requires:       libosmo-xua-%{libversion} = %{version}</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description -n libosmo-xua-devel</span><br><span style="color: hsl(120, 100%, 40%);">+M2UA provides an SCTP adaptation layer for MTP level 2 user messages</span><br><span style="color: hsl(120, 100%, 40%);">+and service interface across an IP network.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+This subpackage contains the development files for the Osmocom M2UA</span><br><span style="color: hsl(120, 100%, 40%);">+library.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%package -n osmo-stp</span><br><span style="color: hsl(120, 100%, 40%);">+Summary:        Osmocom SIGTRAN STP (Signaling Transfer Point)</span><br><span style="color: hsl(120, 100%, 40%);">+License:        GPL-2.0-or-later</span><br><span style="color: hsl(120, 100%, 40%);">+Group:          Productivity/Telephony/Servers</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%description -n osmo-stp</span><br><span style="color: hsl(120, 100%, 40%);">+This is the Osmocom (Open Source Mobile Communications) implementation</span><br><span style="color: hsl(120, 100%, 40%);">+of a Signaling Transfer Point (STP) for SS7/SIGTRAN telecommunication</span><br><span style="color: hsl(120, 100%, 40%);">+networks. At this point it is a very minimal implementation, missing</span><br><span style="color: hsl(120, 100%, 40%);">+lots of the functionality usually present in a STP, such as Global Title</span><br><span style="color: hsl(120, 100%, 40%);">+Routing, Global Title Translation.</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%prep</span><br><span style="color: hsl(120, 100%, 40%);">+%setup -q</span><br><span style="color: hsl(120, 100%, 40%);">+%patch0 -p1</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%build</span><br><span style="color: hsl(120, 100%, 40%);">+echo "%{version}" >.tarball-version</span><br><span style="color: hsl(120, 100%, 40%);">+autoreconf -fiv</span><br><span style="color: hsl(120, 100%, 40%);">+%configure \</span><br><span style="color: hsl(120, 100%, 40%);">+    --enable-shared \</span><br><span style="color: hsl(120, 100%, 40%);">+    --disable-static \</span><br><span style="color: hsl(120, 100%, 40%);">+    --includedir="%{_includedir}/%{name}" \</span><br><span style="color: hsl(120, 100%, 40%);">+    --docdir="%{_docdir}/%{name}" \</span><br><span style="color: hsl(120, 100%, 40%);">+    --with-systemdsystemunitdir=%{_unitdir}</span><br><span style="color: hsl(120, 100%, 40%);">+make %{?_smp_mflags}</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%install</span><br><span style="color: hsl(120, 100%, 40%);">+%make_install</span><br><span style="color: hsl(120, 100%, 40%);">+find %{buildroot} -type f -name "*.la" -delete -print</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%check</span><br><span style="color: hsl(120, 100%, 40%);">+make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%post   -n libosmo-mtp-%{libversion} -p /sbin/ldconfig</span><br><span style="color: hsl(120, 100%, 40%);">+%postun -n libosmo-mtp-%{libversion} -p /sbin/ldconfig</span><br><span style="color: hsl(120, 100%, 40%);">+%post   -n libosmo-sccp-%{libversion} -p /sbin/ldconfig</span><br><span style="color: hsl(120, 100%, 40%);">+%postun -n libosmo-sccp-%{libversion} -p /sbin/ldconfig</span><br><span style="color: hsl(120, 100%, 40%);">+%post   -n libosmo-sigtran5 -p /sbin/ldconfig</span><br><span style="color: hsl(120, 100%, 40%);">+%postun -n libosmo-sigtran5 -p /sbin/ldconfig</span><br><span style="color: hsl(120, 100%, 40%);">+%post   -n libosmo-xua-%{libversion} -p /sbin/ldconfig</span><br><span style="color: hsl(120, 100%, 40%);">+%postun -n libosmo-xua-%{libversion} -p /sbin/ldconfig</span><br><span style="color: hsl(120, 100%, 40%);">+%preun  -n osmo-stp %service_del_preun osmo-stp.service</span><br><span style="color: hsl(120, 100%, 40%);">+%postun -n osmo-stp %service_del_postun osmo-stp.service</span><br><span style="color: hsl(120, 100%, 40%);">+%pre    -n osmo-stp %service_add_pre osmo-stp.service</span><br><span style="color: hsl(120, 100%, 40%);">+%post   -n osmo-stp %service_add_post osmo-stp.service</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%files -n libosmo-mtp-%{libversion}</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/libosmo-mtp-%{version}.so</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%files -n libosmo-mtp-devel</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_includedir}/%{name}</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_includedir}/%{name}/osmocom</span><br><span style="color: hsl(120, 100%, 40%);">+%{_includedir}/%{name}/osmocom/mtp/</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/libosmo-mtp.so</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/pkgconfig/libosmo-mtp.pc</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%files -n libosmo-sccp-%{libversion}</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/libosmo-sccp.so</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/libosmo-sccp-%{version}.so</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%files -n libosmo-sccp-devel</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_includedir}/%{name}</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_includedir}/%{name}/osmocom</span><br><span style="color: hsl(120, 100%, 40%);">+%{_includedir}/%{name}/osmocom/sccp/</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/pkgconfig/libosmo-sccp.pc</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%files -n libosmo-sigtran5</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/libosmo-sigtran.so.5*</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%files -n libosmo-sigtran-devel</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_includedir}/%{name}</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_includedir}/%{name}/osmocom</span><br><span style="color: hsl(120, 100%, 40%);">+%{_includedir}/%{name}/osmocom/sigtran</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/libosmo-sigtran.so</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/pkgconfig/libosmo-sigtran.pc</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%files -n libosmo-xua-%{libversion}</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/libosmo-xua-%{version}.so</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%files -n libosmo-xua-devel</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/libosmo-xua.so</span><br><span style="color: hsl(120, 100%, 40%);">+%{_libdir}/pkgconfig/libosmo-xua.pc</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%files -n osmo-stp</span><br><span style="color: hsl(120, 100%, 40%);">+%{_bindir}/osmo-stp</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_sysconfdir}/osmocom</span><br><span style="color: hsl(120, 100%, 40%);">+%config %{_sysconfdir}/osmocom/osmo-stp.cfg</span><br><span style="color: hsl(120, 100%, 40%);">+%{_unitdir}/osmo-stp.service</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_docdir}/%{name}</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_docdir}/%{name}/examples</span><br><span style="color: hsl(120, 100%, 40%);">+%dir %{_docdir}/%{name}/examples/osmo-stp</span><br><span style="color: hsl(120, 100%, 40%);">+%{_docdir}/%{name}/examples/osmo-stp/osmo-stp.cfg</span><br><span style="color: hsl(120, 100%, 40%);">+%{_docdir}/%{name}/examples/osmo-stp/osmo-stp-multihome.cfg</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+%changelog</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-sccp/+/18277">change 18277</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmo-sccp/+/18277"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-sccp </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ic5bee5cbb5752afa598d805166061b1f10af41ea </div>
<div style="display:none"> Gerrit-Change-Number: 18277 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>