Commit c781d738 authored by Andrew Burger's avatar Andrew Burger

New timing members

parent 2dcd72c2
......@@ -948,6 +948,9 @@ int memcpy_dl_config_req(L1_rxtx_proc_t *proc,
req->dl_config_request_body.dl_config_pdu_list[i];
}
LOG_A(MAC, "dl_config_req in memcpy Frame: %d Subframe: %d",
p->sfn_sf >> 4, p->sfn_sf & 15);
if (!put_queue(&dl_config_req_queue, p)) {
free(p);
}
......@@ -1214,6 +1217,8 @@ void *ue_standalone_pnf_task(void *context)
}
else
{
LOG_A(MAC, "dl_config_req fresh off socket Frame: %d Subframe: %d",
dl_config_req.sfn_sf >> 4, dl_config_req.sfn_sf & 15);
// check to see if dl_config_req is null
memcpy_dl_config_req(NULL, NULL, &dl_config_req);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment