diff options
Diffstat (limited to 'osmo-cn-latest/osmo-msc.cfg.base')
-rw-r--r-- | osmo-cn-latest/osmo-msc.cfg.base | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/osmo-cn-latest/osmo-msc.cfg.base b/osmo-cn-latest/osmo-msc.cfg.base new file mode 100644 index 0000000..042d847 --- /dev/null +++ b/osmo-cn-latest/osmo-msc.cfg.base @@ -0,0 +1,30 @@ +! +! OsmoMSC configuration saved from vty +! +log file /data/osmo-msc.log + logging filter all 1 + logging color 1 + logging print category 1 + logging timestamp 0 + logging level all everything +! +line vty + no login + bind 0.0.0.0 +! +cs7 instance 0 + asp asp-clnt-OsmoMSC-A-Iu 2905 2904 m3ua + remote-ip 192.168.42.10 +network + network country code 901 + mobile network code 1 + short name OsmoMSC + long name OsmoMSC + encryption a5 0 + rrlp mode none + mm info 1 +msc + mgw remote-ip 127.0.0.1 + assign-tmsi + auth-tuple-max-reuse-count 3 + auth-tuple-reuse-on-error 1 |