neels has uploaded this change for review.

View Change

doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg

Change-Id: I932eca7489f29eab23d180cd6d1216d26c62dd30
---
A doc/examples/osmo-hnbgw/osmo-hnbgw-cnpool.cfg
1 file changed, 48 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/68/33168/1
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.

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I932eca7489f29eab23d180cd6d1216d26c62dd30
Gerrit-Change-Number: 33168
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: newchange