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

Change-Id: I1f2eaf636d4edc170e1608ab782f60028e2b1eb8
This commit is contained in:
Neels Hofmeyr 2021-10-02 11:20:12 +02:00
parent 37288e34c1
commit eb67a2fbac
1 changed files with 1 additions and 2 deletions

View File

@ -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);