Skip to content

Commit 5a5a6aa

Browse files
authored
Updated RegionAU915.h
Corrected the values of the arrays MaxPayloadOfDatarateDwell0AU915, MaxPayloadOfDatarateDwell1AU915 and MaxPayloadOfDatarateRepeaterDwell1AU915, according to the Regional Specs v1.0.3. This was causing failure during join requests received on RX2.
1 parent 5ab5a8e commit 5a5a6aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mac/region/RegionAU915.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static const int8_t DatarateOffsetsAU915[7][6] =
292292
* Maximum payload with respect to the datarate index. Cannot operate with repeater.
293293
* The table is valid for the dwell time configuration of 0 for uplinks.
294294
*/
295-
static const uint8_t MaxPayloadOfDatarateDwell0AU915[] = { 51, 51, 51, 115, 242, 242, 242, 242, 0, 53, 129, 242, 242, 242, 242 };
295+
static const uint8_t MaxPayloadOfDatarateDwell0AU915[] = { 51, 51, 51, 115, 242, 242, 242, 0, 53, 129, 242, 242, 242, 242 };
296296

297297
/*!
298298
* Maximum payload with respect to the datarate index. Can operate with repeater.
@@ -305,14 +305,14 @@ static const uint8_t MaxPayloadOfDatarateRepeaterDwell0AU915[] = { 51, 51, 51, 1
305305
* Maximum payload with respect to the datarate index. Cannot operate with repeater.
306306
* The table is valid for the dwell time configuration of 1 for uplinks.
307307
*/
308-
static const uint8_t MaxPayloadOfDatarateDwell1AU915[] = { 0, 0, 11, 53, 125, 242, 242, 0, 53, 129, 129, 242, 242, 242, 242 };
308+
static const uint8_t MaxPayloadOfDatarateDwell1AU915[] = { 0, 0, 11, 53, 125, 242, 242, 0, 53, 129, 242, 242, 242, 242 };
309309

310310
/*!
311311
* Maximum payload with respect to the datarate index. Can operate with repeater.
312312
* The table is valid for the dwell time configuration of 1 for uplinks. The table provides
313313
* repeater support.
314314
*/
315-
static const uint8_t MaxPayloadOfDatarateRepeaterDwell1AU915[] = { 0, 0, 11, 53, 125, 242, 242, 0, 33, 119, 129, 242, 242, 242, 242 };
315+
static const uint8_t MaxPayloadOfDatarateRepeaterDwell1AU915[] = { 0, 0, 11, 53, 125, 242, 242, 0, 33, 109, 222, 222, 222, 222 };
316316

317317
/*!
318318
* \brief The function gets a value of a specific phy attribute.

0 commit comments

Comments
 (0)