Fix test for non-contention HO

master
Ismael Gomez 3 years ago
parent 66eb6f20f1
commit 9c60ef092c

@ -2330,6 +2330,7 @@ int mac_random_access_test()
my_test.rar_nof_invalid_rapid = 0;
my_test.check_ra_successful = true;
my_test.temp_rnti++; // Temporal C-RNTI has to change to avoid duplicate
my_test.crnti = 0;
TESTASSERT(!run_mac_ra_test(my_test, &mac, &phy, &tti, &stack));
stack.run_tti(tti++);
TESTASSERT(rrc.ho_finish_successful);

Loading…
Cancel
Save