fixeria submitted this change.
osmo-bts-trx: rx_data_fn(): fix copy-paste in comment
Change-Id: Ibf35c468310a690fd873cf968bb2c44b493ca5ea
---
M src/osmo-bts-trx/sched_lchan_xcch.c
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/osmo-bts-trx/sched_lchan_xcch.c b/src/osmo-bts-trx/sched_lchan_xcch.c
index 0580d33..38e1f1a 100644
--- a/src/osmo-bts-trx/sched_lchan_xcch.c
+++ b/src/osmo-bts-trx/sched_lchan_xcch.c
@@ -117,8 +117,7 @@
/* When SACCH Repetition is active, we may try to decode the
* current SACCH block by including the information from the
- * information from the previous SACCH block. See also:
- * 3GPP TS 44.006, section 11.2 */
+ * previous SACCH block. See also 3GPP TS 44.006, section 11.2 */
if (rep_sacch) {
add_sbits(BUFPOS(bursts_p, 0), BUFPOS(bursts_p, 4));
rc = gsm0503_xcch_decode(l2, BUFPOS(bursts_p, 0), &n_errors, &n_bits_total);
To view, visit change 42522. To unsubscribe, or for help writing mail filters, visit settings.