From f0894a173ccb839c299befc73cc0a9703db090cf Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 7 Apr 2019 03:24:32 +0200 Subject: [PATCH] inter-MSC handover worked Change-Id: I66196ffc676a3822b50d6df748bc215502dadb6c --- net/templates/osmo-mgw-for-bsc.cfg | 2 +- net/templates/osmo-mgw-for-msc.cfg | 2 +- net/templates/osmo-msc.cfg | 1 + net/templates/osmo-msc2.cfg | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net/templates/osmo-mgw-for-bsc.cfg b/net/templates/osmo-mgw-for-bsc.cfg index ba7e044..5bd3142 100644 --- a/net/templates/osmo-mgw-for-bsc.cfg +++ b/net/templates/osmo-mgw-for-bsc.cfg @@ -3,7 +3,7 @@ mgcp domain bsc bind ip ${MGW4BSC_IP} bind port ${MGW4BSC_PORT} - rtp net-range 50004 60000 + rtp port-range 23000 26000 number endpoints 1024 line vty bind ${MGW4BSC_VTY_IP} diff --git a/net/templates/osmo-mgw-for-msc.cfg b/net/templates/osmo-mgw-for-msc.cfg index dc3ada1..784fdf7 100644 --- a/net/templates/osmo-mgw-for-msc.cfg +++ b/net/templates/osmo-mgw-for-msc.cfg @@ -3,7 +3,7 @@ mgcp domain msc bind ip ${MGW4MSC_IP} bind port ${MGW4MSC_PORT} - rtp net-range 50004 60000 + rtp port-range 42000 45000 number endpoints 1024 line vty bind ${MGW4MSC_VTY_IP} diff --git a/net/templates/osmo-msc.cfg b/net/templates/osmo-msc.cfg index 249e0a3..389ccd0 100644 --- a/net/templates/osmo-msc.cfg +++ b/net/templates/osmo-msc.cfg @@ -19,6 +19,7 @@ msc iu rab-assign-addr-enc x213 neighbor a cgi ${MCC} ${MNC} ${BTS0_LAC} ${BTS0_CI} ran-pc ${BSC_PC} neighbor a cgi ${MCC2} ${MNC2} ${BTS1_LAC} ${BTS1_CI} msc-ipa-name ${MSC2_IPA_NAME} + handover-number range 1742000 1742999 mncc-int default-codec tch-f fr default-codec tch-h amr diff --git a/net/templates/osmo-msc2.cfg b/net/templates/osmo-msc2.cfg index 2f9cd30..89e9c35 100644 --- a/net/templates/osmo-msc2.cfg +++ b/net/templates/osmo-msc2.cfg @@ -19,6 +19,7 @@ msc iu rab-assign-addr-enc x213 neighbor a cgi ${MCC} ${MNC} ${BTS0_LAC} ${BTS0_CI} msc-ipa-name ${MSC_IPA_NAME} neighbor a cgi ${MCC2} ${MNC2} ${BTS1_LAC} ${BTS1_CI} ran-pc ${BSC2_PC} + handover-number range 2342000 2342999 mncc-int default-codec tch-f fr default-codec tch-h amr