From 1aaeea490029264062406ccf1afd25e87dfd0e2e Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 19 Aug 2019 18:34:32 +0200 Subject: examples: Add osmo-sgsn_custom-sccp.cfg Change-Id: Id3a3ccbf168fbbc28153cbf7f0249294eee34d3d --- doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg diff --git a/doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg b/doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg new file mode 100644 index 000000000..a18d76a13 --- /dev/null +++ b/doc/examples/osmo-sgsn/osmo-sgsn_custom-sccp.cfg @@ -0,0 +1,38 @@ +! +! Osmocom SGSN configuration +! +! +line vty + no login +! +cs7 instance 0 + point-code 0.23.4 + asp asp-clnt-OsmoSGSN-A 2905 0 m3ua + remote-ip 172.18.8.200 ! where to reach the STP + as as-clnt-OsmoSGSN-A m3ua + asp asp-clnt-OsmoSGSN-A + routing-key 3 0.23.4 +sgsn + gtp local-ip 127.0.0.1 + ggsn 0 remote-ip 127.0.0.2 + ggsn 0 gtp-version 1 + ggsn 0 echo-interval 60 + authentication required + auth-policy remote + gsup remote-ip 127.0.0.1 + gsup remote-port 4222 +! +ns + timer tns-block 3 + timer tns-block-retries 3 + timer tns-reset 3 + timer tns-reset-retries 3 + timer tns-test 30 + timer tns-alive 3 + timer tns-alive-retries 10 + encapsulation udp local-ip 127.0.0.1 + encapsulation udp local-port 23000 + encapsulation framerelay-gre enabled 0 +! +bssgp +! -- cgit v1.2.3