Skip to content

Commit

Permalink
Issue(#596) Fix missing case for RU864_MAX_FCNT_GAP in RU864
Browse files Browse the repository at this point in the history
  • Loading branch information
mluis1 committed Nov 30, 2018
1 parent 084cdfe commit 0d48900
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mac/region/RegionRU864.c
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ PhyParam_t RegionRU864GetPhyParam( GetPhyParams_t* getPhy )
phyParam.Value = RU864_JOIN_ACCEPT_DELAY2;
break;
}
case PHY_MAX_FCNT_GAP:
{
phyParam.Value = RU864_MAX_FCNT_GAP;
break;
}
case PHY_ACK_TIMEOUT:
{
phyParam.Value = ( RU864_ACKTIMEOUT + randr( -RU864_ACK_TIMEOUT_RND, RU864_ACK_TIMEOUT_RND ) );
Expand Down

0 comments on commit 0d48900

Please sign in to comment.