You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `LoraPhy`:
- Change API of `StartReceive()` to also take the channel bandwidth of
the incoming packet as parameter
- `LoraChannel`:
- Keep info of the bandwidth of a transmission and pass it on to PHYs
via the new bandwidth parameter of the `StartReceive()` function
- `EndDeviceLoraPhy`:
- Add getter and setter for channel bandwidth to `EndDeviceLoraPhy` and
initialize `EndDeviceLoraPhy` with a default bandwidth of 125 kHz.
- Add `"LostPacketBecauseWrongBandwidth"` trace source to
`EndDeviceLoraPhy`
- `SimpleEndDeviceLoraPhy`:
- Simulate loss of packet when it was received on the same frequency
but on a different channel bandwidth than tuned in and call the
new trace source on loss
- Reduce code duplication by factoring out the retrieval of the
node ID from the trac handlers.
0 commit comments