Commit 52b35ba4 authored by Vaibhav Shrivastava's avatar Vaibhav Shrivastava Committed by Vijay C

Correct the logs

parent 2d00e721
......@@ -1191,10 +1191,10 @@ pdcp_data_ind(
if(SS_DRB_PDU_IND (message_p).sdu_size > 0) {
int send_res = itti_send_msg_to_task (TASK_SS_DRB, INSTANCE_DEFAULT, message_p);
if(send_res < 0) {
LOG_E(RRC,"Error in itti_send_msg_to_task");
LOG_E(PDCP,"Error in itti_send_msg_to_task");
}
} else {
LOG_A(RRC,"sdu size:%d in SS_DRB_PDU_IND is not greater then zero \n",SS_DRB_PDU_IND (message_p).sdu_size);
LOG_A(PDCP,"sdu size:%d in SS_DRB_PDU_IND is not greater then zero \n",SS_DRB_PDU_IND (message_p).sdu_size);
}
}
}
......
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