Skip to content

Commit f298783

Browse files
committed
TODO LteMacUe::deleteQueues(): shouldn't deletion be selective to nodeId? see mac_->deleteQueues(masterId_) call!
1 parent e2241c4 commit f298783

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/simu5g/stack/mac/LteMacUe.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,7 @@ void LteMacUe::deleteQueues(MacNodeId nodeId)
964964
{
965965
Enter_Method_Silent();
966966

967+
//TODO: shouldn't deletion be selective to nodeId? see mac_->deleteQueues(masterId_) call!
967968

968969
// Delete each connection
969970
for (auto cid : getActiveConnectionCids())

0 commit comments

Comments
 (0)