Skip to content

Commit

Permalink
Reinstate provisioning session creation for M3/M5 only version.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjwbbc committed Jan 18, 2023
1 parent a51be19 commit 77eba59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/5gmsaf/msaf-sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ void msaf_state_functional(ogs_fsm_t *s, msaf_event_t *e)
switch (e->h.id) {
case OGS_FSM_ENTRY_SIG:
ogs_info("[%s] MSAF Running", ogs_sbi_self()->nf_instance->id);
{ /* TODO: Remove this when M1 is active */
msaf_provisioning_session_t *ps;
ps = msaf_provisioning_session_create("DOWNLINK", NULL, "5GMS-AF internal");
ogs_info("Provisioning session = %s", ps->provisioningSessionId);
}
break;

case OGS_FSM_EXIT_SIG:
Expand Down

0 comments on commit 77eba59

Please sign in to comment.