TheThingsNetwork / lorawan-frequency-plans

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

Create AS_920_923_TTN_VN #30

Closed viethoa14 closed 2 years ago

viethoa14 commented 3 years ago

Create two frequency default 921.4 and 921.6 for frequency plan, rx2 default use datarate 2(sf10)

Summary

band-id: AS_923 sub-bands:

Changes

Notes for Reviewers

...

Checklist

johanstokking commented 3 years ago

@viethoa14 thanks. Can you also update the index?

viethoa14 commented 3 years ago

thanks for your support! We just edit index. No need upload new file and new request, right?

htdvisser commented 3 years ago

This looks good to me, however I would propose that we rename this channel plan to AS923_2_TTN, because it's basically the AS923 (Group 2) plan (see https://github.com/TheThingsNetwork/lorawan-frequency-plans/pull/32) with additional channels. In that plan, we'd the EIRP limits at their defaults.

We'd then create a separate _VN config that extends that AS923_2_TTN plan with a different EIRP limit, similar to what we've done with AS_920_923_TTN_AU.

htdvisser commented 3 years ago

Oh and in line with my other Pull Requests, here's the picture for the proposed AS_920_923_TTN_VN:

AS_920_923_TTN_VN yml

htdvisser commented 3 years ago

Similar to what I just commented in #32, this plan should work fine for gateways now, but we'll need https://github.com/TheThingsNetwork/lorawan-stack/issues/3513 for this to work correctly for end devices, so I'm afraid we'll need to block this until that is fixed, otherwise I'm afraid we'll have some weird behavior with joins and RX2 downlinks.

IoTThinks commented 3 years ago

This one should be AS923-2? I'm eager to see AS923-2 working for 920-923Mhz (<= 923Mhz) and get it synced with other LoRaWAN gateway and node vendors.

htdvisser commented 3 years ago

As https://github.com/TheThingsNetwork/lorawan-stack/issues/3513 was pushed to v3.14, this will have to be pushed as well.