Skip to content

Commit 5450c88

Browse files
author
Yorick Smilda
committed
Convert existing plans to new structure
1 parent 152782b commit 5450c88

34 files changed

Lines changed: 2569 additions & 51 deletions

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sub-bands:
2020
max-eirp: 16.15 # Maximum EIRP for this sub-band (optional; takes precedence over frequency plan's max-eirp)
2121
channels: # List of channels (zero indexed)
2222
- uplink-frequency: 868100000 # Uplink frequency (Hz)
23-
downlink-frequency: 868100000 # Downlink frequency (Hz) (optional)
23+
downlink-frequency: 868100000 # Downlink frequency (Hz)
2424
min-data-rate: SF7BW125 # Minimum data rate
2525
max-data-rate: SF11BW125 # Maximum data rate
2626
radio: 0 # Radio index (see below)
@@ -159,6 +159,8 @@ There are json schemas available for all configuration files. These define files
159159
}
160160
```
161161

162+
Make sure to run `go run . -schema -docs` after changes or additions to the frequency plans. This ensures that the schemas and documentation stay up to date.
163+
162164
### Local Regulations
163165

164166
When submitting a new frequency plan or making changes to an existing frequency plan, please make sure that the band is allowed to be used in the concerning region and that settings respect regional regulations. When submitting a pull request for a new region, please upload or link to a document that describes the local regulations.

docs/frequency-plans.md

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,67 @@
99
![EU_863_870](images/end-device/EU_863_870.svg)
1010

1111
## `EU_863_870_TTN`: Europe 863-870 MHz
12-
Based on [EU_863_870](##EU_863_870) and modified by [rx2_default_data_rata_3.yml](../end-device/modifiers/rx2_default_data_rata_3.yml)
13-
12+
Based on [EU_863_870](##EU_863_870) and modified by [rx2_default_data_rata_3.yml](../end-device/modifiers/rx2_default_data_rata_3.yml)
1413

1514
>> TTN Community Network frequency plan for Europe, using SF9 for RX2
1615
1716
![EU_863_870_TTN](images/end-device/EU_863_870_TTN.svg)
1817

19-
# Gateway frequency plans
18+
## [`EU_863_870_ROAMING_DRAFT`](../end-device/EU_863_870_ROAMING_DRAFT.yml): Europe 863-870 MHz, 6 channels for roaming (Draft)
19+
20+
>> European 6 channel plan used by major operators to support LoRaWAN Passive Roaming
21+
22+
![EU_863_870_ROAMING_DRAFT](images/end-device/EU_863_870_ROAMING_DRAFT.svg)
23+
24+
## [`EU_433`](../end-device/EU_433.yml): Europe 433 MHz (ITU region 1)
25+
26+
>> Default frequency plan for worldwide 433MHz
27+
28+
![EU_433](images/end-device/EU_433.svg)
29+
30+
## [`US_902_928_FSB_1`](../end-device/US_902_928_FSB_1.yml): United States 902-928 MHz, FSB 1
31+
32+
>> Default frequency plan for the United States and Canada, using sub-band 1
33+
34+
![US_902_928_FSB_1](images/end-device/US_902_928_FSB_1.svg)
35+
36+
## [`AS_920_923`](../end-device/AS_920_923.yml): Asia 920-923 MHz
37+
38+
>> TTN Community Network frequency plan for Asian countries, using frequencies ≤ 923 MHz
39+
40+
![AS_920_923](images/end-device/AS_920_923.svg)
41+
42+
## `AS_920_923_LBT`: Asia 920-923 MHz with LBT
43+
Based on [AS_920_923](##AS_920_923) and modified by [lbt_80_over_128.yml](../end-device/modifiers/lbt_80_over_128.yml)
2044

45+
>> TTN Community Network frequency plan for Asian countries, using frequencies ≤ 923 MHz with listen-before-talk
46+
47+
![AS_920_923_LBT](images/end-device/AS_920_923_LBT.svg)
48+
49+
# Gateway frequency plans
2150

2251
## [`EU_863_870`](../gateway/EU_863_870.yml): Europe 863-870 MHz
2352

2453
>> Default frequency plan for Europe
2554
2655
![EU_863_870](images/gateway/EU_863_870.svg)
56+
57+
## [`EU_433`](../gateway/EU_433.yml): Europe 433 MHz (ITU region 1)
58+
59+
>> Default frequency plan for worldwide 433MHz
60+
61+
![EU_433](images/gateway/EU_433.svg)
62+
63+
## [`AS_920_923`](../gateway/AS_920_923.yml): Asia 920-923 MHz
64+
65+
>> TTN Community Network frequency plan for Asian countries, using frequencies ≤ 923 MHz
66+
67+
![AS_920_923](images/gateway/AS_920_923.svg)
68+
69+
## `AS_920_923_LBT`: Asia 920-923 MHz with LBT
70+
Based on AS_920_923 and modified by [lbt_80_over_128.yml](../gateway/modifiers/lbt_80_over_128.yml)
71+
72+
73+
>> TTN Community Network frequency plan for Asian countries, using frequencies ≤ 923 MHz with listen-before-talk
74+
75+
![AS_920_923_LBT](images/gateway/AS_920_923_LBT.svg)

docs/images/end-device/AS_920_923.svg

Lines changed: 271 additions & 0 deletions
Loading

docs/images/end-device/AS_920_923_LBT.svg

Lines changed: 271 additions & 0 deletions
Loading

docs/images/end-device/EU_433.svg

Lines changed: 258 additions & 0 deletions
Loading

docs/images/end-device/EU_863_870_ROAMING_DRAFT.svg

Lines changed: 210 additions & 0 deletions
Loading

docs/images/end-device/US_902_928_FSB_1.svg

Lines changed: 170 additions & 0 deletions
Loading

docs/images/gateway/AS_920_923.svg

Lines changed: 306 additions & 0 deletions
Loading

docs/images/gateway/AS_920_923_LBT.svg

Lines changed: 306 additions & 0 deletions
Loading

docs/images/gateway/EU_433.svg

Lines changed: 297 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)