From 6563e117313816f1228f711dab2f306c26f1eeef Mon Sep 17 00:00:00 2001 From: Neels Janosch Hofmeyr Date: Sat, 29 Apr 2023 03:37:40 +0200 Subject: [PATCH] doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg Change-Id: I932eca7489f29eab23d180cd6d1216d26c62dd30 --- contrib/osmo-hnbgw.spec.in | 1 + debian/osmo-hnbgw.install | 1 + doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg | 39 +++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg diff --git a/contrib/osmo-hnbgw.spec.in b/contrib/osmo-hnbgw.spec.in index 8428ce8..65e3d04 100644 --- a/contrib/osmo-hnbgw.spec.in +++ b/contrib/osmo-hnbgw.spec.in @@ -94,6 +94,7 @@ make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +) %{_docdir}/%{name}/examples/osmo-hnbgw/osmo-hnbgw.cfg %{_docdir}/%{name}/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg %{_docdir}/%{name}/examples/osmo-hnbgw/osmo-hnbgw-pfcp.cfg +%{_docdir}/%{name}/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg %dir %{_sysconfdir}/osmocom %config(noreplace) %{_sysconfdir}/osmocom/osmo-hnbgw.cfg %{_unitdir}/%{name}.service diff --git a/debian/osmo-hnbgw.install b/debian/osmo-hnbgw.install index c2449b6..1757667 100644 --- a/debian/osmo-hnbgw.install +++ b/debian/osmo-hnbgw.install @@ -4,3 +4,4 @@ usr/bin/osmo-hnbgw usr/share/doc/osmo-hnbgw/examples/osmo-hnbgw/osmo-hnbgw.cfg usr/share/doc/osmo-hnbgw/examples usr/share/doc/osmo-hnbgw/examples/osmo-hnbgw/osmo-hnbgw-pfcp.cfg usr/share/doc/osmo-hnbgw/examples usr/share/doc/osmo-hnbgw/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg usr/share/doc/osmo-hnbgw/examples +usr/share/doc/osmo-hnbgw/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg usr/share/doc/osmo-hnbgw/examples diff --git a/doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg b/doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg new file mode 100644 index 0000000..2d0348d --- /dev/null +++ b/doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg @@ -0,0 +1,39 @@ +log stderr + logging filter all 1 + logging color 1 + logging print level 1 + logging print category 1 + logging print category-hex 0 + logging print file basename last + logging print extended-timestamp 1 + logging level set-all notice + +cs7 instance 0 + point-code 0.42.0 + + sccp-address my-msc-0 + point-code 0.1.0 + sccp-address my-msc-1 + point-code 0.1.1 + sccp-address my-sgsn-0 + point-code 0.2.0 + +hnbgw + iucs + nri bitlen 10 + nri null add 0 7 + iups + nri bitlen 8 + nri null add 0 5 + +msc 0 + remote-addr my-msc-0 + nri add 128 255 + +msc 1 + remote-addr my-msc-1 + nri add 256 511 + +sgsn 0 + remote-addr my-sgsn-0 + nri add 128 255