Skip to content

Commit

Permalink
[MME] cosmetic: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pespin committed Jan 2, 2024
1 parent f0de338 commit ba5d53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mme/mme-context.c
Original file line number Diff line number Diff line change
Expand Up @@ -3164,7 +3164,7 @@ void mme_ue_confirm_guti(mme_ue_t *mme_ue)
ogs_assert(mme_m_tmsi_free(mme_ue->current.m_tmsi) == OGS_OK);
}

/* Copying from Current to Next Guti */
/* Copying from Next to Current Guti */
mme_ue->current.m_tmsi = mme_ue->next.m_tmsi;
memcpy(&mme_ue->current.guti,
&mme_ue->next.guti, sizeof(ogs_nas_eps_guti_t));
Expand Down

0 comments on commit ba5d53b

Please sign in to comment.