doc/examples: add detailed cs7 config examples

Change-Id: I4da6724cd4348e92dfd06516f82af06c97277ef9
This commit is contained in:
Neels Hofmeyr 2017-09-05 13:03:25 +02:00
parent 9084396467
commit fb11041da9
3 changed files with 60 additions and 1 deletions

View File

@ -0,0 +1,27 @@
!
! OsmoMSC configuration saved from vty
!
line vty
no login
!
network
network country code 1
mobile network code 1
short name OsmoMSC
long name OsmoMSC
auth policy closed
location updating reject cause 13
encryption a5 0
rrlp mode none
mm info 1
cs7 instance 0
point-code 0.23.1
asp asp-clnt-OsmoMSC-A-Iu 2905 0 m3ua
! where to reach the STP:
remote-ip 10.23.24.1
! local-ip 10.23.24.1
msc
cs7-instance-a 0
cs7-instance-iu 0
mgcpgw remote-ip 10.23.24.1
assign-tmsi

View File

@ -0,0 +1,29 @@
!
! OsmoMSC configuration saved from vty
!
line vty
no login
!
network
network country code 1
mobile network code 1
short name OsmoMSC
long name OsmoMSC
auth policy closed
location updating reject cause 13
encryption a5 0
rrlp mode none
mm info 1
cs7 instance 0
point-code 0.23.1
asp asp-clnt-OsmoMSC-A 2905 0 m3ua
remote-ip 10.23.24.1
cs7 instance 1
point-code 0.23.2
asp asp-clnt-OsmoMSC-Iu 2905 0 m3ua
remote-ip 10.23.24.2
msc
cs7-instance-a 0
cs7-instance-iu 1
mgcpgw remote-ip 10.23.24.1
assign-tmsi

View File

@ -15,7 +15,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>
app_configs = {
"msc": ["doc/examples/osmo-msc/osmo-msc.cfg"],
"msc": ["doc/examples/osmo-msc/osmo-msc.cfg",
"doc/examples/osmo-msc/osmo-msc_custom-sccp.cfg",
"doc/examples/osmo-msc/osmo-msc_multi-cs7.cfg",
],
}
apps = [(4254, "src/osmo-msc/osmo-msc", "OsmoMSC", "msc"),