TheThingsNetwork / lorawan-frequency-plans

LoRaWAN Frequency Plans for The Things Stack
https://www.thethingsnetwork.org
Apache License 2.0
35 stars 26 forks source link

Enable dwell time on US915 uplinks #9

Closed htdvisser closed 4 years ago

htdvisser commented 4 years ago

Summary

This PR enables the 400msec dwell time on US915 uplinks.

Notes for Reviewers

Since these frequency plans use less than 50 channels, end devices actually use "Hybrid mode", so we should probably also change the max EIRP.

Screenshot 2019-11-21 at 10 04 20

However, we can only define a single max EIRP in the frequency plan, and that will apply to both end devices and gateways. This probably isn't what we want, so perhaps we should add the SubBands (from pkg/band in lorawan-stack) to the frequency plan definition?