Commit d0e47be
committed
Add join back-off
Get in transmission limit for join request using the globalDutyRate.
The limitation is made without summing time on air during the period
to be simple.
Limit for hour 1 is 36s, so select duty rate fo 2^7 which limit to 28s
Limit between hour 1 and 11 is 36s,
divide by 2 the duty rate every 4000s, this limit to 35s
Limit after hour 11 is 8.7s/24h
duty rate of 2^14 which limit to 5.7s/24.1 parent 4eb195e commit d0e47be
2 files changed
+23
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
| 600 | + | |
600 | 601 | | |
601 | 602 | | |
602 | 603 | | |
| |||
1709 | 1710 | | |
1710 | 1711 | | |
1711 | 1712 | | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
1712 | 1728 | | |
1713 | 1729 | | |
1714 | 1730 | | |
| |||
2153 | 2169 | | |
2154 | 2170 | | |
2155 | 2171 | | |
2156 | | - | |
2157 | | - | |
| 2172 | + | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
2158 | 2178 | | |
2159 | 2179 | | |
2160 | 2180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
569 | 569 | | |
570 | 570 | | |
571 | 571 | | |
| 572 | + | |
572 | 573 | | |
573 | 574 | | |
574 | 575 | | |
| |||
0 commit comments