There was an error while loading. Please reload this page.
1 parent e2241c4 commit f298783Copy full SHA for f298783
1 file changed
src/simu5g/stack/mac/LteMacUe.cc
@@ -964,6 +964,7 @@ void LteMacUe::deleteQueues(MacNodeId nodeId)
964
{
965
Enter_Method_Silent();
966
967
+ //TODO: shouldn't deletion be selective to nodeId? see mac_->deleteQueues(masterId_) call!
968
969
// Delete each connection
970
for (auto cid : getActiveConnectionCids())
0 commit comments