fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmocom-bb/+/30324 )
Change subject: layer23: l1ctl_tx_traffic_req(): cosmetic: drop dead code
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
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
https://gerrit.osmocom.org/c/osmocom-bb/+/30324
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I941899ab27282a495f965ae9a0f41076dceef953
Gerrit-Change-Number: 30324
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: fixeria <axilirator(a)gmail.com>
Gerrit-MessageType: merged