Skip to content

Commit 0d48900

Browse files
committed
Issue(#596) Fix missing case for RU864_MAX_FCNT_GAP in RU864
1 parent 084cdfe commit 0d48900

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/mac/region/RegionRU864.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,11 @@ PhyParam_t RegionRU864GetPhyParam( GetPhyParams_t* getPhy )
242242
phyParam.Value = RU864_JOIN_ACCEPT_DELAY2;
243243
break;
244244
}
245+
case PHY_MAX_FCNT_GAP:
246+
{
247+
phyParam.Value = RU864_MAX_FCNT_GAP;
248+
break;
249+
}
245250
case PHY_ACK_TIMEOUT:
246251
{
247252
phyParam.Value = ( RU864_ACKTIMEOUT + randr( -RU864_ACK_TIMEOUT_RND, RU864_ACK_TIMEOUT_RND ) );

0 commit comments

Comments
 (0)