Skip to content

Commit 42642f4

Browse files
committed
LteMacBase: add watch for connDesc maps
1 parent 416264c commit 42642f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/simu5g/stack/mac/LteMacBase.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ void LteMacBase::initialize(int stage)
369369
WATCH(nodeId_);
370370
WATCH_MAP(mbuf_);
371371
WATCH_MAP(macBuffers_);
372+
WATCH_MAP(connDesc_);
373+
WATCH_MAP(connDescIn_);
372374
}
373375
}
374376

0 commit comments

Comments
 (0)