bsc: Set route ctx 0 for IPA and 1 for M3UA

Since libosmo-sccp.git 89407619a31a4332bdb59e7921b99a29b7d6e00c it is
not allowed to use routing ctx != 0 for IPA AS.

Change-Id: If3e883aa988ffa1686f1363d5d5d4dbb21ce36c7
This commit is contained in:
Pau Espin 2019-10-22 18:44:57 +02:00
parent c66029cd99
commit 4c73bc883d
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ BSC_Tests.mp_bssap_cfg := {
peer_pc := 187, peer_pc := 187,
peer_ssn := 254, peer_ssn := 254,
sio := '83'O, sio := '83'O,
rctx := 0 rctx := 1
}; };
[MAIN_CONTROLLER] [MAIN_CONTROLLER]

View File

@ -40,11 +40,11 @@ cs7 instance 0
local-ip 172.18.2.200 local-ip 172.18.2.200
remote-ip 172.18.2.203 remote-ip 172.18.2.203
as mahlzeit ipa as mahlzeit ipa
routing-key 1 0.23.4 routing-key 0 0.23.4
point-code override dpc 0.23.1 point-code override dpc 0.23.1
as virt-msc0 m3ua as virt-msc0 m3ua
asp virt-msc0-0 asp virt-msc0-0
routing-key 0 0.23.1 routing-key 1 0.23.1
route-table system route-table system
update route 0.23.1 7.255.7 linkset virt-msc0 update route 0.23.1 7.255.7 linkset virt-msc0
listen m3ua 2905 listen m3ua 2905