Skip to content

Commit 55b6688

Browse files
committed
Fix AU915 and US915 TX_POWER values according to regional parameters v1.0.3reva_0 specification.
1 parent ed819b0 commit 55b6688

File tree

3 files changed

+52
-8
lines changed

3 files changed

+52
-8
lines changed

src/mac/region/Region.h

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@
476476
* EU868 | -
477477
* IN865 | Max EIRP - 18
478478
* KR920 | -
479-
* US915 | Max ERP - 16
479+
* US915 | Max ERP - 18
480480
* RU864 | -
481481
*/
482482
#define TX_POWER_9 9
@@ -492,28 +492,72 @@
492492
* EU868 | -
493493
* IN865 | Max EIRP - 20
494494
* KR920 | -
495-
* US915 | Max ERP - 10
495+
* US915 | Max ERP - 20
496496
* RU864 | -
497497
*/
498498
#define TX_POWER_10 10
499499

500500
/*!
501-
* RFU
501+
* Region | dBM
502+
* ------------ | :-----:
503+
* AS923 | -
504+
* AU915 | Max EIRP - 22
505+
* CN470 | -
506+
* CN779 | -
507+
* EU433 | -
508+
* EU868 | -
509+
* IN865 | -
510+
* KR920 | -
511+
* US915 | Max ERP - 22
512+
* RU864 | -
502513
*/
503514
#define TX_POWER_11 11
504515

505516
/*!
506-
* RFU
517+
* Region | dBM
518+
* ------------ | :-----:
519+
* AS923 | -
520+
* AU915 | Max EIRP - 24
521+
* CN470 | -
522+
* CN779 | -
523+
* EU433 | -
524+
* EU868 | -
525+
* IN865 | -
526+
* KR920 | -
527+
* US915 | Max ERP - 24
528+
* RU864 | -
507529
*/
508530
#define TX_POWER_12 12
509531

510532
/*!
511-
* RFU
533+
* Region | dBM
534+
* ------------ | :-----:
535+
* AS923 | -
536+
* AU915 | Max EIRP - 26
537+
* CN470 | -
538+
* CN779 | -
539+
* EU433 | -
540+
* EU868 | -
541+
* IN865 | -
542+
* KR920 | -
543+
* US915 | Max ERP - 26
544+
* RU864 | -
512545
*/
513546
#define TX_POWER_13 13
514547

515548
/*!
516-
* RFU
549+
* Region | dBM
550+
* ------------ | :-----:
551+
* AS923 | -
552+
* AU915 | Max EIRP - 28
553+
* CN470 | -
554+
* CN779 | -
555+
* EU433 | -
556+
* EU868 | -
557+
* IN865 | -
558+
* KR920 | -
559+
* US915 | Max ERP - 28
560+
* RU864 | -
517561
*/
518562
#define TX_POWER_14 14
519563

src/mac/region/RegionAU915.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
/*!
9494
* Minimal Tx output power that can be used by the node
9595
*/
96-
#define AU915_MIN_TX_POWER TX_POWER_15
96+
#define AU915_MIN_TX_POWER TX_POWER_14
9797

9898
/*!
9999
* Maximal Tx output power that can be used by the node

src/mac/region/RegionUS915.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
/*!
8888
* Minimal Tx output power that can be used by the node
8989
*/
90-
#define US915_MIN_TX_POWER TX_POWER_15
90+
#define US915_MIN_TX_POWER TX_POWER_14
9191

9292
/*!
9393
* Maximal Tx output power that can be used by the node

0 commit comments

Comments
 (0)