Commit e13155fa authored by Navid Nikaein's avatar Navid Nikaein

refine the gtp/pdcp logging

parent feb361b4
...@@ -335,8 +335,6 @@ NwGtpv1uRcT gtpv1u_eNB_process_stack_req( ...@@ -335,8 +335,6 @@ NwGtpv1uRcT gtpv1u_eNB_process_stack_req(
//#warning "LG eps bearer mapping to DRB id to do (offset -4)" //#warning "LG eps bearer mapping to DRB id to do (offset -4)"
PROTOCOL_CTXT_SET_BY_MODULE_ID(&ctxt, gtpv1u_teid_data_p->enb_id, ENB_FLAG_YES, gtpv1u_teid_data_p->ue_id, 0, 0,gtpv1u_teid_data_p->enb_id); PROTOCOL_CTXT_SET_BY_MODULE_ID(&ctxt, gtpv1u_teid_data_p->enb_id, ENB_FLAG_YES, gtpv1u_teid_data_p->ue_id, 0, 0,gtpv1u_teid_data_p->enb_id);
if (ctxt.configured == TRUE ) {
MSC_LOG_TX_MESSAGE( MSC_LOG_TX_MESSAGE(
MSC_GTPU_ENB, MSC_GTPU_ENB,
MSC_PDCP_ENB, MSC_PDCP_ENB,
...@@ -355,7 +353,7 @@ NwGtpv1uRcT gtpv1u_eNB_process_stack_req( ...@@ -355,7 +353,7 @@ NwGtpv1uRcT gtpv1u_eNB_process_stack_req(
buffer_len, buffer_len,
buffer, buffer,
PDCP_TRANSMISSION_MODE_DATA); PDCP_TRANSMISSION_MODE_DATA);
}
if ( result == FALSE ) { if ( result == FALSE ) {
......
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