Skip to content

Commit

Permalink
[smf] state machine improvements (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencersevilla committed Jan 24, 2024
1 parent 4ad8840 commit 9cd3ec7
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 58 deletions.
5 changes: 5 additions & 0 deletions src/smf/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,11 @@ typedef struct smf_sess_s {

bool active;

bool teardown_pfcp;
bool teardown_gx;
bool teardown_gy;
bool teardown_gtp;

smf_ue_t *smf_ue;

bool n1_released;
Expand Down
Loading

0 comments on commit 9cd3ec7

Please sign in to comment.