Skip to content

Commit

Permalink
Issue #929 - Changed default duty-cycle observation time period to 18…
Browse files Browse the repository at this point in the history
…00000 ms
  • Loading branch information
mluis1 committed Oct 13, 2020
1 parent 58bd54d commit 914295e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/mac/region/RegionCommon.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@

#ifndef DUTY_CYCLE_TIME_PERIOD
/*!
* Default duty cycle time period is 1 hour = 3600000 ms
* Default duty cycle observation time period
*
* \remark The ETSI observation time period is 1 hour (3600000 ms) but, the implemented algorithm may violate the
* defined duty-cycle restrictions. In order to ensure that these restrictions never get violated we changed the
* default duty cycle observation time period to 1/2 hour (1800000 ms).
*/
#define DUTY_CYCLE_TIME_PERIOD 3600000
#define DUTY_CYCLE_TIME_PERIOD 1800000
#endif

/*!
Expand Down

0 comments on commit 914295e

Please sign in to comment.