Skip to content

Commit 914295e

Browse files
committed
Issue #929 - Changed default duty-cycle observation time period to 1800000 ms
1 parent 58bd54d commit 914295e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/mac/region/RegionCommon.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@
4545

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

5357
/*!

0 commit comments

Comments
 (0)