Move FLOW tbf_state transition to tbf_fsm.

Related: OS#2709
Change-Id: Ia8c7de759c195d09263fb1f083fbf6cfa3087f8d
diff --git a/src/tbf_fsm.h b/src/tbf_fsm.h
index ed025ca..a3050c0 100644
--- a/src/tbf_fsm.h
+++ b/src/tbf_fsm.h
@@ -30,6 +30,8 @@
 	TBF_EV_ASSIGN_ADD_CCCH, /* An assignment is sent over CCCH and confirmation from MS is pending */
 	TBF_EV_ASSIGN_ADD_PACCH, /* An assignment is sent over PACCH and confirmation from MS is pending */
 	TBF_EV_ASSIGN_DEL_CCCH, /* An assignment previously sent over CCCH has been confirmed by MS */
+	TBF_EV_ASSIGN_ACK_PACCH, /*  We received a CTRL ACK confirming assignment started on PACCH */
+	TBF_EV_ASSIGN_READY_CCCH, /* TBF Start Time timer triggered */
 };
 
 enum tbf_fsm_states {