aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-25 17:54:10 +0200
committerlaforge <laforge@osmocom.org>2019-10-28 18:28:33 +0000
commit3533c3f6ad7dd971a2383e9007487c5d6eb978fa (patch)
tree1caa8a46803e86d19b1769e34b2a529e2159554a /src/common
parent725b3158e26277543c6b2dde13341ec41d6f3e95 (diff)
cosmetic: l1sap.c: Fix typo
Diffstat (limited to 'src/common')
-rw-r--r--src/common/l1sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index c68dc798..7bf0b09a 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1254,7 +1254,7 @@ static int l1sap_ph_data_ind(struct gsm_bts_trx *trx,
}
/* Some brilliant engineer decided that the ordering of
* fields on the Um interface is different from the
- * order of fields in RLS. See TS 04.04 (Chapter 7.2)
+ * order of fields in RSL. See TS 04.04 (Chapter 7.2)
* vs. TS 08.58 (Chapter 9.3.10). */
lchan->meas.l1_info[0] = data[0] << 3;
lchan->meas.l1_info[0] |= ((data[0] >> 5) & 1) << 2;