Commit 120e6a59 authored by mjoang's avatar mjoang

Suppress warning message.

parent 9e59a261
...@@ -271,7 +271,7 @@ mac_rlc_status_resp_t mac_rlc_status_ind( ...@@ -271,7 +271,7 @@ mac_rlc_status_resp_t mac_rlc_status_ind(
+ buf_stat.tx_size; + buf_stat.tx_size;
} else { } else {
if (!(frameP%128)) //to supress this warning message if (!(frameP%128)) //to supress this warning message
LOG_W(RLC, "[%s] Radio Bearer (channel ID %d) is NULL for UE with rntiP %x\n", __FUNCTION__, channel_idP, rntiP); LOG_D(RLC, "[%s] Radio Bearer (channel ID %d) is NULL for UE with rntiP %x\n", __FUNCTION__, channel_idP, rntiP);
ret.bytes_in_buffer = 0; ret.bytes_in_buffer = 0;
} }
......
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