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

Japan-specific frequency plan #7

Closed htdvisser closed 2 years ago

htdvisser commented 5 years ago

We should add a Japan-specific frequency plan that sets the maximum EIRP correctly (to 16dBm).

htdvisser commented 4 years ago

Closing since we'll set the default max EIRP for the entire AS923 band to 16

johanstokking commented 3 years ago

@htdvisser @KrishnaIyer can you comment on what we're going to do here? We will have a JP frequency plan with 27 dBm max EIRP on sub-band 920.5 MHz to 923.5 MHz?

KrishnaIyer commented 3 years ago

Yeah indeed. I'll pick this up.

tooruuetani commented 2 years ago

How is the progress ? Will this PR be merged by Q1?

tooruuetani commented 2 years ago

I created PR for Japanese specific frequencies and it was approved. see https://github.com/TheThingsNetwork/lorawan-frequency-plans/pull/36 .

So this issue title "Japan-specific frequency plan" is not suitable. I think to need modify this title to "Japan-specific frequency plan for default 27 dBm EIRP"

I will create another PR later.

And I have a question for MAX EIRP. If the new frequency plan has like below, does the LoRaWAN network server indicate the power with 27 dBm to our gateways ?

band-id: AS_923
sub-bands:
  - min-frequency: 920600000
    max-frequency: 923400000
    max-eirp: 27
johanstokking commented 2 years ago

And I have a question for MAX EIRP. If the new frequency plan has like below, does the LoRaWAN network server indicate the power with 27 dBm to our gateways ?

Yes.

Thanks!

tooruuetani commented 2 years ago

Thanks ! I created another PR. See https://github.com/TheThingsNetwork/lorawan-frequency-plans/pull/47 .

htdvisser commented 2 years ago

With #36 and #47 merged, I think we can close this. Feel free to re-open if there's still work to do.