fix rrc_meas_test. The phy now needs to signal back to the rrc that the phy config is complete

master
Francisco Paisana 4 years ago
parent fc49b5a030
commit 2416e274a7

@ -211,6 +211,7 @@ public:
pdcptest->expecting_reconf_complete = true;
send_dcch_msg(dl_dcch_msg);
stack->task_sched.run_pending_tasks();
set_config_complete(true);
pdcptest->expecting_reconf_complete = false;
return !pdcptest->get_error() && pdcptest->received_reconf_complete;

Loading…
Cancel
Save