neels submitted this change.
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg
Change-Id: I932eca7489f29eab23d180cd6d1216d26c62dd30
---
M contrib/osmo-hnbgw.spec.in
M debian/osmo-hnbgw.install
A doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg
3 files changed, 50 insertions(+), 0 deletions(-)
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 @@
%{_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/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
To view, visit change 33168. To unsubscribe, or for help writing mail filters, visit settings.