aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-09-20 14:15:56 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-09-23 18:00:19 +0200
commitf3791375e6a271bfe25e0fab61def186f1489fb9 (patch)
tree932d8886ff7ad00671075f4c691ddbc0af0d0704
parentcf2ada57ccdea21804a41c2eb8911afa605dee8d (diff)
THIS PATCH BREAKS BSC_Tests.TC_ho_int AND I DON'T KNOW WHY
During f_rslem_suspend() an unidentified error happens. Later on there is "RSL for unknown DChan" as a side effect of the above. Change-Id: Ic1b70af0d359842a35478ac9be604ad3190c0c02
-rw-r--r--bsc/BSC_Tests.ttcn4
1 files changed, 3 insertions, 1 deletions
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 7cffac99..e728b03a 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -89,7 +89,9 @@ const integer NUM_SDCCH_PER_BTS := 3;
/* per-BTS state which we keep */
type record BTS_State {
/* component reference to the IPA_Client component used for RSL */
- IPA_Client rsl
+ IPA_Client rsl,
+ /* RSL for trx 1 (if configured) */
+ IPA_Client rsl1
}
/* Default list of counters for an 'msc' entity. */