laforge has submitted this change. (
https://gerrit.osmocom.org/c/libosmo-abis/+/41745?usp=email )
Change subject: trau_rtp cosmetic: rm dead const lines
......................................................................
trau_rtp cosmetic: rm dead const lines
The two const data items removed in this patch were already commented
out, and it is not clear where or how they were ever intended to be
used. Remove them to reduce clutter.
Change-Id: Ic1b091ec96eafc8759d90d14201c8698ef251761
---
M src/trau/trau_rtp_conv.c
1 file changed, 0 insertions(+), 3 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/src/trau/trau_rtp_conv.c b/src/trau/trau_rtp_conv.c
index 56cc109..b0c36a3 100644
--- a/src/trau/trau_rtp_conv.c
+++ b/src/trau/trau_rtp_conv.c
@@ -97,9 +97,6 @@
memcpy(check_bits + 6 , d_bits + 252, 2);
}
-//static const uint8_t c_bits_check_fr[] = { 0, 0, 0, 1, 0 };
-//static const uint8_t c_bits_check_efr[] = { 1, 1, 0, 1, 0 };
-
/*
* This little helper function modifies a marked-bad (BFI=1) GSM-FR payload
* so it would no longer classify as SID by the bit counting rules
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/41745?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: Ic1b091ec96eafc8759d90d14201c8698ef251761
Gerrit-Change-Number: 41745
Gerrit-PatchSet: 1
Gerrit-Owner: falconia <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>