Actions
Bug #6029
openSingle TTCN3 BSC handover test fails
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/10/2023
Due date:
% Done:
0%
Spec Reference:
Description
If I run a single handover test "BSC_Tests.TC_ho_into_this_bsc_a5_1_3" it fails most of the times.
If I run it multiple times (adding same line multiple times to BSC_Tests.cfg), subsequent tests do not fail.
This seems to happen with all other handover tests too.
My current work-around is to add the test twice to the BSC_Tests.cfg.
Updated by jolly 18 days ago
It tuned out that a single test fails, because running a single test will also start the BSC during that test. The BSC takes a while to start up until it is able to receive the (BSSMAP) Reset message.
Doing "f_sleep(2.0);" before calling "f_init(...);" in this test solves the problem. The Reset message is received and will be acked by the BSC.
Actions