TheThingsNetwork / lorawan-frequency-plans

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

Add European 6 channel roaming plan #34

Closed johanstokking closed 3 years ago

johanstokking commented 3 years ago

Summary

Closes #8

This is according to the "Best Practices for European Operators" version 3. This hasn't been fully ratified by the Technical Committee yet, mostly because of editorial work and IP review. Therefore, this one's _DRAFT.

Supported by Orange, Swisscom, Bouygues, CRA, Netmore, Digita, KPN, Proximus and The Things Network.

Changes

Add new EU_863_870_ROAMING_DRAFT frequency plan with the six common channels used by the participating operators.

Notes for Reviewers

We're using SF12 here only, as that is what all the other operators use for RX2. I'm afraid this is what they optimize their networks for, so let's not bother with a SF9 variant.

Checklist

johanstokking commented 3 years ago

Example join-accept from TTS:

    "join_accept_payload": {
      "encrypted": "9ObehGbfWGjg0bjAR/maE0SLcT9hpEn4S/Ju4XqKT+o=",
      "join_nonce": "000001",
      "net_id": "000000",
      "dev_addr": "00000001",
      "dl_settings": {

      },
      "rx_delay": 5,
      "cf_list": {
        "freq": [
          8671000,
          8673000,
          8679000
        ]
      }
    }