mirror of
https://github.com/open5gs/open5gs.git
synced 2025-10-23 07:41:57 +00:00
[MME] Fix typo in log line
This commit is contained in:
committed by
Sukchan Lee
parent
0bbbd0166e
commit
3358e5128f
@@ -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) {
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user