fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/34591?usp=email )


Change subject: osmo-bts-trx: rx_tchh_fn(): fix copy-pasted comment
......................................................................

osmo-bts-trx: rx_tchh_fn(): fix copy-pasted comment

Change-Id: Idba18c217187f7aacc2fcb0c330814f3802a9306
---
M src/osmo-bts-trx/sched_lchan_tchh.c
1 file changed, 11 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/91/34591/1

diff --git a/src/osmo-bts-trx/sched_lchan_tchh.c 
b/src/osmo-bts-trx/sched_lchan_tchh.c
index 2f384af..23e59cf 100644
--- a/src/osmo-bts-trx/sched_lchan_tchh.c
+++ b/src/osmo-bts-trx/sched_lchan_tchh.c
@@ -323,7 +323,7 @@
        case GSM48_CMODE_DATA_6k0:
                if (!sched_tchh_ul_csd_map[bi->fn % 26])
                        return 0; /* CSD: skip decoding attempt, need 2 more 
bursts */
-               /* FACCH/F does not steal TCH/H4.8 frames, but only disturbs 
some bits */
+               /* FACCH/H does not steal TCH/H4.8 frames, but only disturbs 
some bits */
                decode_hr_facch(l1ts, bi);
                rc = gsm0503_tch_hr48_decode(&tch_data[0], BUFPOS(bursts_p, 0),
                                             &n_errors, &n_bits_total);
@@ -333,7 +333,7 @@
        case GSM48_CMODE_DATA_3k6:
                if (!sched_tchh_ul_csd_map[bi->fn % 26])
                        return 0; /* CSD: skip decoding attempt, need 2 more 
bursts */
-               /* FACCH/F does not steal TCH/H2.4 frames, but only disturbs 
some bits */
+               /* FACCH/H does not steal TCH/H2.4 frames, but only disturbs 
some bits */
                decode_hr_facch(l1ts, bi);
                rc = gsm0503_tch_hr24_decode(&tch_data[0], BUFPOS(bursts_p, 0),
                                             &n_errors, &n_bits_total);

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/34591?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Idba18c217187f7aacc2fcb0c330814f3802a9306
Gerrit-Change-Number: 34591
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to