Feature/au915 fsb1 dwelltime off#56
Feature/au915 fsb1 dwelltime off#56EduardoPfeifer wants to merge 3 commits intoTheThingsNetwork:masterfrom
Conversation
|
In which case can this be used in Austrlia? |
The idea is to use in Brazil, not necessary Australia. Since the region em regulamentation don't restrict the dwell time of uplinks. References: |
|
I am inclined to propose that we also introduce the lorawan-frequency-plans/frequency-plans.yml Lines 280 to 286 in 9313b1a In this case you just inherit the original plan (using |
We'll get a lot of plans then, right? I'm almost inclined to take a step back and see if we should split channel plans (frequencies) from regulations (max EIRP, dwell time, duty cycle). I believe we're mentally preparing for a refactoring of the frequency plan handling anyway. I agree to use https://github.com/TheThingsNetwork/lorawan-frequency-plans/blob/master/disable_dwell_time.yml anyhow, regardless of how many FSBs we support. @EduardoPfeifer does BR allow all AU915 defined channels? |
We already have 14 My plan for #38 is to mark the base plans (for which the dwell time is 'unknown'/'default') as deprecated, such that the UI stops them from rendering in the plans list unless you had it pre-selected. Then you would only see 16 plans (8 with DT and 8 without DT). Also by marking the I will re-write the refactoring issue with the ideas that we've been circulating for a while (separating end device from gateway plans, adding LR-FHSS support, endorsement and depreciation), but I don't think that adding these plans is bad necessarily. They can be there - it's just that we need to filter out more on what do we show / not show to the user when he has to make a choice. |
Yes, starting form 915 MHz to 928 MHz. The most common sub-band (approximately 90%) is the FSB 1 (915.2 MHz .. 916.6 MHz). |
| - id: AU_915_928_FSB_1_NDT | ||
| band-id: AU_915_928 | ||
| name: Australia 915-928 MHz, FSB 1 | ||
| description: Frequency plan for Brazil (Australia base), using sub-band 1 and dwell time disabled | ||
| base-frequency: 915 | ||
| country-codes: [br] | ||
| file: AU_915_928_FSB_1_NDT.yml |
There was a problem hiding this comment.
Few requests based on the previous discussion:
- add plans for the other FSBs
- differentiate the
namefrom the others (now they have the same name). Probably just appendfor Brazilor something - use the override mentioned by @adriansmares
Summary
References #55
Changes
Checklist