fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/42522?usp=email )
Change subject: osmo-bts-trx: rx_data_fn(): fix copy-paste in comment ......................................................................
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/22/42522/1
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);