aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-06-13 17:25:01 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-06-13 17:25:01 +0200
commit46db3c1db184c33cd81480e3ed979454b23652b0 (patch)
treeda1ed8d4a4562feb1ed8d1f218855af05347626f /src
parente5ba83d3f7c802b91dc0cc9452526149b5963fcb (diff)
cosmetic: Improve comment
Diffstat (limited to 'src')
-rw-r--r--src/tbf_ul_ass_fsm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tbf_ul_ass_fsm.c b/src/tbf_ul_ass_fsm.c
index 26ed8ee9..6f88f112 100644
--- a/src/tbf_ul_ass_fsm.c
+++ b/src/tbf_ul_ass_fsm.c
@@ -195,10 +195,10 @@ static void st_send_ass_on_enter(struct osmo_fsm_inst *fi, uint32_t prev_state)
unsigned int sec, micro;
struct GprsMs *ms = tbf_ms(ctx->tbf);
- /* Here it's time where received PKT RES REQ or DL ACK/NACK to request a new UL TBF,
+ /* Here it's point in time where we received PKT RES REQ or DL ACK/NACK to request a new UL TBF,
* so MS will be gone after T3168 (* 4 retrans, 8.1.1.1.2) if we are unable to seize it.
- * Hence, attempt re-scheduling PKT UL ASS (states SEND_ASS<->WAIT_ACK ping-pong)
- * until T3168 we announced to the MS expires:
+ * Hence, attempt re-scheduling PKT UL ASS (states SEND_ASS<->WAIT_ACK ping-pong) until T3168 we
+ * announced (SI13) to the MS expires:
*/
if (prev_state == TBF_UL_ASS_NONE) {
/* tbf_free() called upon trigger */