aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2020-09-18 23:46:42 +0200
committerlaforge <laforge@osmocom.org>2020-10-13 08:43:10 +0000
commitac086c15e9960d8b0da8c87f757c4915a631823b (patch)
tree8b37807e12aa7d76e60bb4489e71af63b82bc9f8
parent47cd0e335010ed87fc6f45481f5e49ded6b85e11 (diff)
bsc: fix SMLC point code
-rw-r--r--bsc/BSC_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 8adf113e..f7a4a928 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 */