Change in osmo-bsc[master]: fix comment in lchan_fsm.c: s/modification/activation

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

neels gerrit-no-reply at lists.osmocom.org
Sat Oct 2 11:57:09 UTC 2021


neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/25658 )

Change subject: fix comment in lchan_fsm.c: s/modification/activation
......................................................................

fix comment in lchan_fsm.c: s/modification/activation

Change-Id: I1f2eaf636d4edc170e1608ab782f60028e2b1eb8
---
M src/osmo-bsc/lchan_fsm.c
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c
index d06dbac..0faafdb 100644
--- a/src/osmo-bsc/lchan_fsm.c
+++ b/src/osmo-bsc/lchan_fsm.c
@@ -719,8 +719,7 @@
 	else
 		lchan->activate.tsc_set = lchan->vamos.is_secondary ? 2 : 1;
 
-	/* Use the TSC provided in the modification request, if any. Otherwise use the timeslot's configured
-	 * TSC. */
+	/* Use the TSC provided in the activation request, if any. Otherwise use the timeslot's configured TSC. */
 	lchan->activate.tsc = (lchan->activate.info.tsc >= 0) ? lchan->activate.info.tsc : gsm_ts_tsc(lchan->ts);
 
 	use_mgwep_ci = lchan_use_mgw_endpoint_ci_bts(lchan);

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I1f2eaf636d4edc170e1608ab782f60028e2b1eb8
Gerrit-Change-Number: 25658
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211002/f2b3e6b9/attachment.htm>


More information about the gerrit-log mailing list