aboutsummaryrefslogtreecommitdiffstats
path: root/bts
diff options
context:
space:
mode:
Diffstat (limited to 'bts')
-rw-r--r--bts/BTS_Tests.ttcn3
1 files changed, 2 insertions, 1 deletions
diff --git a/bts/BTS_Tests.ttcn b/bts/BTS_Tests.ttcn
index 99a8ef9e..7d211de0 100644
--- a/bts/BTS_Tests.ttcn
+++ b/bts/BTS_Tests.ttcn
@@ -192,7 +192,8 @@ function f_init_rsl(charstring id) runs on test_CT {
T.start;
alt {
- [] RSL_CCHAN.receive(tr_ASP_IPA_EV(ASP_IPA_EVENT_UP));
+ /* TODO: handle connection events from multiple transceivers */
+ [] RSL_CCHAN.receive(tr_RSLEm_EV(RSLEM_EV_TRX_UP));
[] T.timeout {
Misc_Helpers.f_shutdown(__BFILE__, __LINE__, fail, "Timeout waiting for ASP_IPA_EVENT_UP");
}