Commit baf68a27 authored by aligungr's avatar aligungr

Logging improvement

parent 0cf24f02
...@@ -25,7 +25,7 @@ namespace nr::gnb ...@@ -25,7 +25,7 @@ namespace nr::gnb
void NgapTask::handleInitialNasTransport(int ueId, const OctetString &nasPdu, long rrcEstablishmentCause) void NgapTask::handleInitialNasTransport(int ueId, const OctetString &nasPdu, long rrcEstablishmentCause)
{ {
m_logger->debug("Initial NAS message received from UE %d", ueId); m_logger->debug("Initial NAS message received from UE[%d]", ueId);
if (m_ueCtx.count(ueId)) if (m_ueCtx.count(ueId))
{ {
......
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