We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a65c19 + 914295e commit 5e1945fCopy full SHA for 5e1945f
src/mac/region/RegionCommon.c
@@ -45,9 +45,13 @@
45
46
#ifndef DUTY_CYCLE_TIME_PERIOD
47
/*!
48
- * Default duty cycle time period is 1 hour = 3600000 ms
+ * 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).
53
*/
-#define DUTY_CYCLE_TIME_PERIOD 3600000
54
+#define DUTY_CYCLE_TIME_PERIOD 1800000
55
#endif
56
57
0 commit comments