aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-02-12 16:06:20 +0100
committerlaforge <laforge@osmocom.org>2021-02-15 11:01:34 +0000
commitb89632cc672d50b5bbd5fad55536e010ca27c804 (patch)
tree9fb5cf851ecf8ac89dbc478447c5dc00db8879ed
parentd37041b1ea3cf382b6168daf7d8dbd5d7ad7615e (diff)
l1sap: fix comment: sapi number is missing
-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 eb652db8..ed7b4e75 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1046,7 +1046,7 @@ static inline struct msgb *lapdm_phsap_dequeue_msg_sacch(struct gsm_lchan *lchan
msg = pp.oph.msg;
sapi = (msg->data[0] >> 2) & 0x07;
- /* Only LAPDm frames for SAPI may become a repetition
+ /* Only LAPDm frames for SAPI 0 may become a repetition
* candidate. */
if (sapi == 0)
lchan->rep_sacch = msgb_copy(msg, "rep_sacch");