Split smscb_peer_fsm into CBSP and SBcAP specific FSMs

This further simplifies tracking of events and simplifies and clears
code on each of the FSMs.

Change-Id: I0fd00b60cdc6bc6a088be1336d849548ca89c847
This commit is contained in:
Pau Espin Pedrol
2022-07-27 21:03:57 +02:00
parent c190939f0c
commit d24c3dfba0
5 changed files with 952 additions and 665 deletions

View File

@@ -35,3 +35,6 @@ enum smscb_peer_fsm_event {
};
extern const struct value_string smscb_peer_fsm_event_names[];
extern struct osmo_fsm cbsp_smscb_peer_fsm;
extern struct osmo_fsm sbcap_smscb_peer_fsm;