aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf_fsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf_fsm.h')
-rw-r--r--src/tbf_fsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tbf_fsm.h b/src/tbf_fsm.h
index d62e0915..614c319d 100644
--- a/src/tbf_fsm.h
+++ b/src/tbf_fsm.h
@@ -43,7 +43,7 @@ enum tbf_fsm_event {
};
enum tbf_fsm_states {
- TBF_ST_NULL = 0, /* new created TBF */
+ TBF_ST_NEW = 0, /* new created TBF */
TBF_ST_ASSIGN, /* wait for downlink assignment */
TBF_ST_FLOW, /* RLC/MAC flow, resource needed */
TBF_ST_FINISHED, /* flow finished, wait for release */