mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-11-01 20:53:53 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user