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/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Feb 15 11:01:34 UTC 2021


laforge has submitted this change. ( 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(-)

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index eb652db..ed7b4e7 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -1046,7 +1046,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: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210215/edb3d36a/attachment.htm>


More information about the gerrit-log mailing list