Small Typo Fix

This commit is contained in:
jmasterfunk84 2022-10-19 17:13:33 -06:00 committed by Andre Puschmann
parent 38641ac8bb
commit 766b735efc
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ void nas::run_tti()
// Process PLMN selection ongoing procedures
callbacks.run();
// Transmit intiating messages if necessary
// Transmit initiating messages if necessary
switch (state.get_state()) {
case emm_state_t::state_t::deregistered:
// TODO Make sure cell selection is finished after transitioning from another state (if required)

View File

@ -108,7 +108,7 @@ void nas_5g::run_tti()
// Process PLMN selection ongoing procedures
callbacks.run();
// Transmit intiating messages if necessary
// Transmit initiating messages if necessary
switch (state.get_state()) {
case mm5g_state_t::state_t::deregistered:
// TODO Make sure cell selection is finished after transitioning from another state (if required)