Change in osmo-bts[master]: l1sap: fix comment: sapi number is missing

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Fri Feb 12 20:13:26 UTC 2021


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/22886 )


Change subject: l1sap: fix comment: sapi number is missing
......................................................................

l1sap: fix comment: sapi number is missing

Change-Id: I7922a5da0cd75eddfe019f3f5bd041ad911f1dd2
---
M src/common/l1sap.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 97dd661..be50ed2 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1066,7 +1066,7 @@
 	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");

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I7922a5da0cd75eddfe019f3f5bd041ad911f1dd2
Gerrit-Change-Number: 22886
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210212/cc86894b/attachment.htm>


More information about the gerrit-log mailing list