mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
improve EMM SM
This commit is contained in:
parent
87b0897602
commit
af4cf2a4e1
11 changed files with 292 additions and 184 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "core_msgq.h"
|
||||
#include "core_timer.h"
|
||||
#include "core_fsm.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
@ -49,7 +50,7 @@ extern "C" {
|
|||
(__duration), (__ptr_e), (__param))
|
||||
|
||||
typedef struct {
|
||||
c_uintptr_t event;
|
||||
fsm_event_t event;
|
||||
c_uintptr_t param1;
|
||||
c_uintptr_t param2;
|
||||
c_uintptr_t param3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue