mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
[GPRS] NS: remove debug statement about l2len
This commit is contained in:
@@ -673,7 +673,6 @@ int gprs_ns_rcvmsg(struct gprs_ns_inst *nsi, struct msgb *msg,
|
||||
|
||||
/* Increment number of Incoming bytes */
|
||||
rate_ctr_inc(&nsvc->ctrg->ctr[NS_CTR_PKTS_IN]);
|
||||
DEBUGP(DNS, "BYTES_IN msgb_l2len=%d\n", msgb_l2len(msg));
|
||||
rate_ctr_add(&nsvc->ctrg->ctr[NS_CTR_BYTES_IN], msgb_l2len(msg));
|
||||
|
||||
switch (nsh->pdu_type) {
|
||||
|
Reference in New Issue
Block a user