From eb67a2fbacd53a1db7c2023846be716fd5cfbb8f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sat, 2 Oct 2021 11:20:12 +0200 Subject: [PATCH] fix comment in lchan_fsm.c: s/modification/activation Change-Id: I1f2eaf636d4edc170e1608ab782f60028e2b1eb8 --- src/osmo-bsc/lchan_fsm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/osmo-bsc/lchan_fsm.c b/src/osmo-bsc/lchan_fsm.c index d06dbacb3..0faafdb94 100644 --- a/src/osmo-bsc/lchan_fsm.c +++ b/src/osmo-bsc/lchan_fsm.c @@ -719,8 +719,7 @@ static void lchan_fsm_wait_ts_ready_onenter(struct osmo_fsm_inst *fi, uint32_t p 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);