Commit b971397b authored by aligungr's avatar aligungr

L3 RRC/NAS developments

parent 96407574
......@@ -22,7 +22,7 @@ void UeRrcTask::deliverUplinkNas(uint32_t pduId, OctetString &&nasPdu)
{
if (!m_base->shCtx.currentCell.get<bool>([](auto &value) { return value.hasValue(); }))
{
m_logger->err("Uplink NAS delivery failed. No cell is active");
m_logger->err("Uplink NAS delivery failed. No active cell");
return;
}
......
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