Skip to content

Commit

Permalink
extends the frequency plan on 923_3 for philippine
Browse files Browse the repository at this point in the history
  • Loading branch information
disk91 committed Jan 5, 2024
1 parent 458958c commit 1809fb7
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion chirpstack/configuration/chirpstack/region_as923_3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,16 @@
bandwidth=125000
modulation="LORA"
spreading_factors=[7, 8, 9, 10, 11, 12]
min_dr=0
max_dr=7

[[regions.gateway.channels]]
frequency=916800000
bandwidth=125000
modulation="LORA"
spreading_factors=[7, 8, 9, 10, 11, 12]
min_dr=0
max_dr=7


# Region specific network configuration.
Expand Down Expand Up @@ -159,7 +163,7 @@
min_dr=0

# Maximum data-rate.
max_dr=5
max_dr=7


# Rejoin-request configuration (LoRaWAN 1.1)
Expand Down Expand Up @@ -190,3 +194,35 @@
# set this to 0 to use the default frequency plan for the configured region
# (which could be frequency hopping).
ping_slot_frequency=0

[[regions.network.extra_channels]]
frequency=917000000
min_dr=0
max_dr=7

[[regions.network.extra_channels]]
frequency=917200000
min_dr=0
max_dr=7

[[regions.network.extra_channels]]
frequency=917400000
min_dr=0
max_dr=7

[[regions.network.extra_channels]]
frequency=917600000
min_dr=0
max_dr=7

[[regions.network.extra_channels]]
frequency=917800000
min_dr=0
max_dr=7

[[regions.network.extra_channels]]
frequency=918000000
min_dr=0
max_dr=7


0 comments on commit 1809fb7

Please sign in to comment.