aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/dtx_dl_amr_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmo-bts/dtx_dl_amr_fsm.h')
-rw-r--r--include/osmo-bts/dtx_dl_amr_fsm.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/osmo-bts/dtx_dl_amr_fsm.h b/include/osmo-bts/dtx_dl_amr_fsm.h
index 8b195953..4fb2f251 100644
--- a/include/osmo-bts/dtx_dl_amr_fsm.h
+++ b/include/osmo-bts/dtx_dl_amr_fsm.h
@@ -14,10 +14,13 @@ enum dtx_dl_amr_fsm_states {
ST_SID_F2,
ST_F1_INH,
ST_U_INH,
+ ST_F1_INH_REC,
+ ST_U_INH_REC,
ST_SID_U,
ST_ONSET_V,
ST_ONSET_F,
- ST_FACCH_V,
+ ST_ONSET_V_REC,
+ ST_ONSET_F_REC,
ST_FACCH,
};