mbed-os/features/lorawan/lorastack/phy
Hasnain Virk 5cca2f2e76 Adding override for TX ch. selection in CN470 PHY
set_next_channel() is the base function provided by LoRaPHY class and should be overridden
by the PHYs who behave differently as compared to EU868 like PHY layers.
CN470 PHY had been missing such an override.
In addition to that we have provided a parameter "fsb-mask-china" that can be used to
enforce a custom frequency sub-band of operation as most of the base stations in the market
may not support all 96 channels. Such a strategy will help in rapid network acquisition.
2018-08-27 12:50:09 +03:00
..
LoRaPHY.cpp Adding helpers for Channel mask manipulation 2018-08-24 15:32:13 +03:00
LoRaPHY.h Adding helpers for Channel mask manipulation 2018-08-24 15:32:13 +03:00
LoRaPHYAS923.cpp Lora: Refactor duty-cycle configuration and introduce config for JOIN request 2018-08-20 15:30:15 +03:00
LoRaPHYAS923.h Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYAU915.cpp Adding helpers for Channel mask manipulation 2018-08-24 15:32:13 +03:00
LoRaPHYAU915.h Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYCN470.cpp Adding override for TX ch. selection in CN470 PHY 2018-08-27 12:50:09 +03:00
LoRaPHYCN470.h Adding override for TX ch. selection in CN470 PHY 2018-08-27 12:50:09 +03:00
LoRaPHYCN779.cpp Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYCN779.h Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYEU433.cpp Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYEU433.h Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYEU868.cpp Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYEU868.h Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYIN865.cpp Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYIN865.h Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYKR920.cpp Lora: Refactor duty-cycle configuration and introduce config for JOIN request 2018-08-20 15:30:15 +03:00
LoRaPHYKR920.h Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
LoRaPHYUS915.cpp Adding helpers for Channel mask manipulation 2018-08-24 15:32:13 +03:00
LoRaPHYUS915.h Lora: Add initialize() method to set LoRaWANTimeHandler class for phy 2018-07-06 10:04:44 +03:00
lora_phy_ds.h Style changes only 2018-06-01 12:41:09 +03:00
loraphy_target.h Removing US915Hybrid PHY 2018-08-24 15:32:12 +03:00