fixeria submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
layer23: l1ctl_tx_traffic_req(): cosmetic: drop dead code

Change-Id: I941899ab27282a495f965ae9a0f41076dceef953
Related: OS#5599
---
M src/host/layer23/src/common/l1ctl.c
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c
index d520403..ae7be6e 100644
--- a/src/host/layer23/src/common/l1ctl.c
+++ b/src/host/layer23/src/common/l1ctl.c
@@ -910,8 +910,6 @@
DEBUGP(DL1C, "TRAFFIC REQ len=%zu (%s)\n", frame_len,
osmo_hexdump(frame, frame_len));

-// printf("TX %s\n", osmo_hexdump(frame, frame_len));
-
/* prepend uplink info header */
l1i_ul = (struct l1ctl_info_ul *) msgb_push(msg, sizeof(*l1i_ul));


To view, visit change 30324. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I941899ab27282a495f965ae9a0f41076dceef953
Gerrit-Change-Number: 30324
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-CC: fixeria <axilirator@gmail.com>
Gerrit-MessageType: merged