aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bsc/lchan_fsm.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-10-02 11:20:12 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2021-10-02 11:20:18 +0200
commiteb67a2fbacd53a1db7c2023846be716fd5cfbb8f (patch)
tree4b0d62e9a167cd1a8facdf2204132aac431b2e6b /src/osmo-bsc/lchan_fsm.c
parent37288e34c12d561e34dbccfca0735bb9beb73c79 (diff)
fix comment in lchan_fsm.c: s/modification/activation
Diffstat (limited to 'src/osmo-bsc/lchan_fsm.c')
-rw-r--r--src/osmo-bsc/lchan_fsm.c3
1 files changed, 1 insertions, 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);