Skip to content

Commit

Permalink
UDGM.java: Transmissions should not interfere receptions on other cha…
Browse files Browse the repository at this point in the history
…nnels
  • Loading branch information
kkrentz committed Aug 25, 2023
1 parent 4f7c369 commit b7dca02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/org/contikios/cooja/radiomediums/UDGM.java
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ protected RadioConnection createConnections(Radio sender) {
it will be activated later when the radio will be
turned on and switched to the right channel. This behavior
is consistent with the case when receiver is turned off. */
newConnection.addInterfered(recv);

continue;
}
Position recvPos = recv.getPosition();
Expand Down

0 comments on commit b7dca02

Please sign in to comment.