From ac086c15e9960d8b0da8c87f757c4915a631823b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 18 Sep 2020 23:46:42 +0200 Subject: [PATCH] bsc: fix SMLC point code Change-Id: Icfd1d564f20d9229c5b17c94dda3b7177787079a --- bsc/BSC_Tests.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn index 8adf113ec..f7a4a928f 100644 --- a/bsc/BSC_Tests.ttcn +++ b/bsc/BSC_Tests.ttcn @@ -612,7 +612,7 @@ modulepar { BSSAP_LE_Configuration mp_bssap_le_cfg := { sccp_service_type := "mtp3_itu", sctp_addr := { 23908, "127.0.0.1", 2905, "127.0.0.1" }, - own_pc := 6, /* 0.0.6 SMLC emulation */ + own_pc := 190, /* 0.23.6 SMLC emulation */ own_ssn := 252, /* SMLC side SSN */ peer_pc := 187, /* 0.23.3 osmo-bsc */ peer_ssn := 250, /* BSC side SSN */