Skip to content

Commit

Permalink
Add AS923 dwell time variants (TheThingsNetwork#48)
Browse files Browse the repository at this point in the history
* Add AS923-1 dwell time variants

* Add AS923-{2,3,4} dwell time variants
  • Loading branch information
adriansmares authored Apr 12, 2022
1 parent beba017 commit 4c9f75c
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 3 deletions.
3 changes: 3 additions & 0 deletions disable_dwell_time.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dwell-time:
uplinks: false
downlinks: false
3 changes: 3 additions & 0 deletions enable_dwell_time.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dwell-time:
uplinks: true
downlinks: true
70 changes: 67 additions & 3 deletions frequency-plans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@

- id: AS_923
band-id: AS_923
name: Asia 915928 MHz (AS923 Group 1) with only default channels
name: Asia 915-928 MHz (AS923 Group 1) with only default channels
description: Compatibility frequency plan for Asian countries with common channels in the 923.0-923.5 MHz sub-band
base-frequency: 915
file: AS_923.yml
Expand All @@ -249,18 +249,82 @@

- id: AS_923_3
band-id: AS_923_3
name: Asia 915921 MHz (AS923 Group 3) with only default channels
name: Asia 915-921 MHz (AS923 Group 3) with only default channels
description: Compatibility frequency plan for Asian countries with common channels in the 916.5-917.0 MHz sub-band
base-frequency: 915
file: AS_923_3.yml

- id: AS_923_4
band-id: AS_923_4
name: Asia 917920 MHz (AS923 Group 4) with only default channels
name: Asia 917-920 MHz (AS923 Group 4) with only default channels
description: Compatibility frequency plan for Asian countries with common channels in the 917.3-917.5 MHz sub-band
base-frequency: 915
file: AS_923_4.yml

- id: AS_923_NDT
band-id: AS_923
name: Asia 915-928 MHz (AS923 Group 1) with only default channels and dwell time disabled
description: Compatibility frequency plan for Asian countries with common channels in the 923.0-923.5 MHz sub-band and dwell time disabled
base-frequency: 915
base-id: AS_923
file: disable_dwell_time.yml

- id: AS_923_DT
band-id: AS_923
name: Asia 915-928 MHz (AS923 Group 1) with only default channels and dwell time enabled
description: Compatibility frequency plan for Asian countries with common channels in the 923.0-923.5 MHz sub-band and dwell time enabled
base-frequency: 915
base-id: AS_923
file: enable_dwell_time.yml

- id: AS_923_2_NDT
band-id: AS_923_2
name: Asia 920-923 MHz (AS923 Group 2) with only default channels and dwell time disabled
description: Compatibility frequency plan for Asian countries with common channels in the 921.4-922.0 MHz sub-band and dwell time disabled
base-frequency: 915
base-id: AS_923_2
file: disable_dwell_time.yml

- id: AS_923_2_DT
band-id: AS_923_2
name: Asia 920-923 MHz (AS923 Group 2) with only default channels and dwell time enabled
description: Compatibility frequency plan for Asian countries with common channels in the 921.4-922.0 MHz sub-band and dwell time enabled
base-frequency: 915
base-id: AS_923_2
file: enable_dwell_time.yml

- id: AS_923_3_NDT
band-id: AS_923_3
name: Asia 920-923 MHz (AS923 Group 3) with only default channels and dwell time disabled
description: Compatibility frequency plan for Asian countries with common channels in the 921.4-922.0 MHz sub-band and dwell time disabled
base-frequency: 915
base-id: AS_923_3
file: disable_dwell_time.yml

- id: AS_923_3_DT
band-id: AS_923_3
name: Asia 920-923 MHz (AS923 Group 3) with only default channels and dwell time enabled
description: Compatibility frequency plan for Asian countries with common channels in the 921.4-922.0 MHz sub-band and dwell time enabled
base-frequency: 915
base-id: AS_923_3
file: enable_dwell_time.yml

- id: AS_923_4_NDT
band-id: AS_923_4
name: Asia 920-923 MHz (AS923 Group 4) with only default channels and dwell time disabled
description: Compatibility frequency plan for Asian countries with common channels in the 921.4-922.0 MHz sub-band and dwell time disabled
base-frequency: 915
base-id: AS_923_4
file: disable_dwell_time.yml

- id: AS_923_4_DT
band-id: AS_923_4
name: Asia 920-923 MHz (AS923 Group 4) with only default channels and dwell time enabled
description: Compatibility frequency plan for Asian countries with common channels in the 921.4-922.0 MHz sub-band and dwell time enabled
base-frequency: 915
base-id: AS_923_4
file: enable_dwell_time.yml

- id: AS_923_925
band-id: AS_923_925
name: Asia 923-925 MHz
Expand Down

0 comments on commit 4c9f75c

Please sign in to comment.