aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_nodes.vty
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-12-03 11:00:04 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2019-02-04 13:36:26 +0100
commit0df904dea9106587f40ec379e9cc05ea251beb7e (patch)
tree02ccf5ec37b6633677153892dee6b73a1724465f /tests/test_nodes.vty
parentc7de62cc53fa6ad985015403dd9af8f1627136a0 (diff)
Add SGs Interface
Add an SGs interface (3GPP TS 29.118) to osmo-msc in order to support SMS tunneling and Circuit Switched Fallback (CSFB) Change-Id: I73359925fc1ca72b33a1466e6ac41307f2f0b11d Related: OS#3615
Diffstat (limited to 'tests/test_nodes.vty')
-rw-r--r--tests/test_nodes.vty16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index c62c692b3..f2312d144 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -4,6 +4,7 @@ OsmoMSC(config)# list
...
network
msc
+ sgs
mncc-int
hlr
...
@@ -92,6 +93,18 @@ OsmoMSC(config)# exit
OsmoMSC# configure terminal
OsmoMSC(config)# network
OsmoMSC(config-net)# end
+
+OsmoMSC# configure terminal
+OsmoMSC(config)# sgs
+OsmoMSC(config-sgs)# list
+...
+ local-ip A.B.C.D
+ local-port <0-65535>
+ timer (ts5|ts6-2|ts7|ts11|ts14|ts15) <1-120>
+ counter (ns7|ns11) <0-255>
+ vlr-name FQDN
+OsmoMSC(config-sgs)# end
+
OsmoMSC# disable
OsmoMSC> enable
@@ -125,4 +138,7 @@ mncc-int
hlr
remote-ip 127.0.0.1
remote-port 4222
+sgs
+ local-ip 0.0.0.0
+ vlr-name vlr.example.net
end