aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2018-12-04 17:29:00 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2018-12-04 17:29:00 +0100
commitc346c03bc6fd96341a056553c692b0dc30ec1764 (patch)
tree3572287ff701ea3ddd7ccb8b191d156b66e2a439
parent9ea8507ebf2cd893497bfb3c1a41ae0f17e9d270 (diff)
osmo-cn-latest: Add config snippets for static CS7 configuration
-rw-r--r--osmo-cn-latest/osmo-msc.cfg.cs7-static7
-rw-r--r--osmo-cn-latest/osmo-stp.cfg.cs7-static48
2 files changed, 55 insertions, 0 deletions
diff --git a/osmo-cn-latest/osmo-msc.cfg.cs7-static b/osmo-cn-latest/osmo-msc.cfg.cs7-static
new file mode 100644
index 0000000..726022d
--- /dev/null
+++ b/osmo-cn-latest/osmo-msc.cfg.cs7-static
@@ -0,0 +1,7 @@
+cs7 instance 0
+ point-code 0.23.1
+ asp asp-clnt-OsmoMSC-A-Iu 2905 2904 m3ua
+ remote-ip 192.168.42.10
+ as as-clnt-OsmoMSC-A-Iu m3ua
+ asp asp-clnt-OsmoMSC-A-Iu
+ routing-key 1 0.23.1
diff --git a/osmo-cn-latest/osmo-stp.cfg.cs7-static b/osmo-cn-latest/osmo-stp.cfg.cs7-static
new file mode 100644
index 0000000..a8b4f21
--- /dev/null
+++ b/osmo-cn-latest/osmo-stp.cfg.cs7-static
@@ -0,0 +1,48 @@
+!
+! osmo-stp (0.0.6.3.179-b248) configuration saved from vty
+!!
+!
+log file /data/osmo-stp.log
+ logging filter all 1
+ logging color 0
+ logging print category 1
+ logging timestamp 1
+ logging level all everything
+ logging level lglobal notice
+ logging level llapd notice
+ logging level linp debug
+ logging level lmux notice
+ logging level lmi notice
+ logging level lmib notice
+ logging level lsms notice
+ logging level lctrl notice
+ logging level lgtp notice
+ logging level lstats notice
+ logging level lgsup notice
+ logging level loap notice
+ logging level lss7 debug
+ logging level lsccp debug
+ logging level lsua debug
+ logging level lm3ua debug
+!
+line vty
+ no login
+ bind 0.0.0.0
+!
+cs7 instance 0
+ asp asp-core 2904 2905 m3ua
+ remote-ip 192.168.42.10
+ asp asp-bss 2904 2905 m3ua
+ remote-ip 192.168.42.1
+ as as-core m3ua
+ asp asp-core
+ routing-key 1 0.23.1
+ as as-bss m3ua
+ asp asp-bss
+ routing-key 2 0.23.3
+ route-table system
+ update route 0.23.1 0.23.1 linkset as-core
+ update route 0.23.3 0.23.3 linkset as-bss
+ listen m3ua 2905
+ local-ip 192.168.42.10
+end