diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-10-24 11:19:11 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-10-24 11:19:11 +0200 |
| commit | e311aaa2bed717f28668eece5505fd0f9ad5a293 (patch) | |
| tree | ccf95ecfb088f7341d8aed3368e7632a7521032d /tests/interferences_bug1/README.md | |
| parent | 5a19e10e06bcf5274410ab4462477a2d18eee150 (diff) | |
Fixing bug in interferences
Diffstat (limited to 'tests/interferences_bug1/README.md')
| -rw-r--r-- | tests/interferences_bug1/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/interferences_bug1/README.md b/tests/interferences_bug1/README.md new file mode 100644 index 0000000..8142dbd --- /dev/null +++ b/tests/interferences_bug1/README.md @@ -0,0 +1,16 @@ +# Bug description + +## Story +- Discovered by a master student (Stian Alexander Solli) during his master thesis + +## Scenario +- Three nodes +- All node reachable by each other except 0 and 2 +- Senders are node 1 and 2 +- Receiver is node 0 + +## Bug +- If both sender (1 and 2) send at the same time, node 0 communications are marked as interference which is undesirable + +## Fix +- Add an additional check in the case where "receiver is sending" to ensure that the communication must be mark as interfering |
