Skip to content
Snippets Groups Projects
Commit afdc20a9 authored by Xenofon Foukas's avatar Xenofon Foukas
Browse files

Merge branch 'develop' into feature-68-enb-agent

parents ab0e4aad 8bbcfbe5
No related branches found
No related tags found
No related merge requests found
......@@ -1077,7 +1077,7 @@ int32_t rx_pucch_emul(PHY_VARS_eNB *phy_vars_eNB,
}
if (UE_id==NB_UE_INST) {
LOG_E(PHY,"rx_pucch_emul: FATAL, didn't find UE with rnti %x\n",rnti);
LOG_W(PHY,"rx_pucch_emul: Didn't find UE with rnti %x\n",rnti);
return(-1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment