diff options
Diffstat (limited to 'include/osmocom/bsc/lchan_fsm.h')
-rw-r--r-- | include/osmocom/bsc/lchan_fsm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/lchan_fsm.h b/include/osmocom/bsc/lchan_fsm.h index d5dd6d377..a8cfc8439 100644 --- a/include/osmocom/bsc/lchan_fsm.h +++ b/include/osmocom/bsc/lchan_fsm.h @@ -50,7 +50,7 @@ enum lchan_fsm_event { LCHAN_EV_RSL_RF_CHAN_REL_ACK, LCHAN_EV_RLL_ERR_IND, - /* FIXME: not yet implemented: Chan Mode Modify */ + /* FIXME: not yet implemented: Chan Mode Modify, see assignment_fsm_start(). */ LCHAN_EV_CHAN_MODE_MODIF_ACK, LCHAN_EV_CHAN_MODE_MODIF_ERROR, }; |