Small Typo Fix

master
jmasterfunk84 2 years ago committed by Andre Puschmann
parent 38641ac8bb
commit 766b735efc

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

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

Loading…
Cancel
Save