ttcn3-mme: Fix missing IP/port config for S11 interface
This fixes failure when running MME_Tests.TC_s1ap_attach Depends: osmo-ttcn3-hacks.git Change-Id Ia94f50a11292a83dcbd2da8d6df608ef71842b50 Change-Id: I941da52a4d9e10d954a44f32680cf8e8f7a8086achanges/01/34501/2
parent
0cecfa769c
commit
63ee53cee7
|
@ -29,8 +29,15 @@ mp_mme_name := "mmec01.mmegi0001.mme.epc.mnc070.mcc901.3gppnetwork.org";
|
|||
|
||||
# Gn interface
|
||||
mp_gn_local_ip := "172.18.3.202";
|
||||
mp_gn_local_port := 2123;
|
||||
mp_gn_local_port := 2124;
|
||||
mp_gn_remote_ip := "172.18.3.201";
|
||||
mp_gn_remote_port := 2123;
|
||||
|
||||
# S11 interface (GTPv2C, interface between MME and SGW)
|
||||
mp_s11_local_ip := "172.18.3.202";
|
||||
mp_s11_local_port := 2123;
|
||||
mp_s11_remote_ip := "172.18.3.201";
|
||||
mp_s11_remote_port := 2123;
|
||||
|
||||
[MAIN_CONTROLLER]
|
||||
|
||||
|
|
|
@ -515,6 +515,7 @@ sgsn:
|
|||
- gtpc:
|
||||
addr:
|
||||
- 172.18.3.202
|
||||
port: 2124
|
||||
routes:
|
||||
- rai:
|
||||
lai:
|
||||
|
|
Loading…
Reference in New Issue