neels has uploaded this change for review.

View Change

add doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg

We have not a single example yet showing point code and SCCP address
configuration. Add this example, which will also show how the config
file syntax changes while introducing CN pooling in upcoming patches.

Related: SYS#6412
Change-Id: I42c3b434a7339cc3efb27b43c893cfb734de9ca4
---
A doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg
1 file changed, 41 insertions(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/89/32989/1
diff --git a/doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg b/doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg
new file mode 100644
index 0000000..5e78947
--- /dev/null
+++ b/doc/examples/osmo-hnbgw/osmo-hnbgw-cs7.cfg
@@ -0,0 +1,27 @@
+cs7 instance 0
+ point-code 0.3.0
+ asp asp-clnt-hnbgw-0 2905 0 m3ua
+ remote-ip 127.0.0.1
+ sccp-address my-msc
+ point-code 1.2.3
+ sccp-address my-sgsn
+ point-code 1.4.2
+
+hnbgw
+ iuh
+ local-ip 0.0.0.0
+ hnbap-allow-tmsi 1
+ iucs
+ remote-addr my-msc
+ iups
+ remote-addr my-sgsn
+
+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

To view, visit change 32989. To unsubscribe, or for help writing mail filters, visit settings.

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