bsc + msc: Add missing BSSAP_Configuration.transport field

After merging Change-Id: Ie844c4de62e0ef5d5c4c366185968211a7f6d676
in osmo-ttcn3-hacks, the module parameters for BSSAP configuration
require one extra argument.

Change-Id: I2a0011bc6f7bdf013005d1ea36da591673344eed
Related: OS#2544
This commit is contained in:
Harald Welte 2018-04-18 15:40:33 +02:00
parent 67c306a8df
commit 588da83011
2 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@
BSC_Tests.mp_bsc_ip := "172.18.2.20";
BSC_Tests.mp_test_ip := "172.18.2.203";
BSC_Tests.mp_bssap_cfg := {
transport := BSSAP_TRANSPORT_AoIP,
sccp_service_type := "mtp3_itu",
sctp_addr := { 23905, "172.18.2.203", 2905, "172.18.2.200" },
own_pc := 185,

View File

@ -11,6 +11,7 @@
# connection to STP
MSC_Tests.mp_bssap_cfg := {
{
transport := BSSAP_TRANSPORT_AoIP,
sccp_service_type := "mtp3_itu",
sctp_addr := { 23906, "172.18.1.103", 2905, "172.18.1.200" },
own_pc := 193, /* 0.24.1 */
@ -21,6 +22,7 @@ MSC_Tests.mp_bssap_cfg := {
rctx := 0
},
{
transport := BSSAP_TRANSPORT_AoIP,
sccp_service_type := "mtp3_itu",
sctp_addr := { 23907, "172.18.1.103", 2905, "172.18.1.200" },
own_pc := 194, /* 0.24.2 */