aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-10-06 18:22:17 +0200
committerpespin <pespin@sysmocom.de>2021-10-07 12:11:52 +0000
commitdb5bf829cdd93d1730c27e17fba7be6a2fe91c88 (patch)
tree578e47cbaa6af574444c1eabf85e15f46d139d92
parent36bbf1c328b8876aa640f541b6fa8b7ded16ef2e (diff)
lchan.h: Add related ticket info to FIXME comment
-rw-r--r--include/osmo-bts/lchan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/lchan.h b/include/osmo-bts/lchan.h
index 330b0bbb..b9496b98 100644
--- a/include/osmo-bts/lchan.h
+++ b/include/osmo-bts/lchan.h
@@ -99,7 +99,7 @@ enum lchan_rel_act_kind {
LCHAN_REL_ACT_RSL,
LCHAN_REL_ACT_PCU,
LCHAN_REL_ACT_OML,
- LCHAN_REL_ACT_REACT, /* remove once auto-activation hack is removed from opstart_compl() */
+ LCHAN_REL_ACT_REACT, /* FIXME: remove once auto-activation hack is removed from opstart_compl() (OS#1575) */
};
struct gsm_rep_facch {