-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
Description
lorawan/helper/lora-phy-helper.cc
Lines 78 to 82 in f309062
| // For now, assume that the PHY will listen to the default EU channels | |
| // with this ReceivePath configuration: | |
| // 3 ReceivePaths on 868.1 MHz | |
| // 3 ReceivePaths on 868.3 MHz | |
| // 2 ReceivePaths on 868.5 MHz |
Are these comments still relevant? From the code I don't see the reception path being related with a specific frequency.
I also did a small test, by sending 4 packet at the same time on the same 868.1 frequency, SF 7-10. All packets were received by the gateway.
So, I think the comments are outdated?
Thanks in advance!