Skip to content

Commit

Permalink
[MME] Fix typo in log line
Browse files Browse the repository at this point in the history
  • Loading branch information
pespin committed Nov 25, 2024
1 parent 0bbbd01 commit 9be941d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mme/emm-sm.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ static void common_register_state(ogs_fsm_t *s, mme_event_t *e,
} else {

if (e->s1ap_code == S1AP_ProcedureCode_id_initialUEMessage) {
ogs_debug(" Iniital UE Message");
ogs_debug(" Initial UE Message");
if (mme_ue->nas_eps.update.active_flag) {

/*
Expand Down

0 comments on commit 9be941d

Please sign in to comment.