Commit 7f4f5086 authored by aligungr's avatar aligungr

UE SAS refactor

parent 19059d14
......@@ -28,8 +28,6 @@ NasTask::NasTask(TaskBase *base) : base{base}, timers{}
void NasTask::onStart()
{
logger->debug("NAS layer started");
usim->initialize(base->config->supi.has_value(), base->config->initials);
usim->m_currentPlmn = base->config->hplmn; // TODO: normally assigned after plmn search
......
......@@ -29,7 +29,6 @@ UeRrcTask::UeRrcTask(TaskBase *base) : m_base{base}
void UeRrcTask::onStart()
{
m_logger->debug("RRC layer started");
}
void UeRrcTask::onQuit()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment