Disable multi casting

This commit is contained in:
Koen Kanters 2019-04-14 19:00:12 +02:00
parent a1553e6f3a
commit 578ae3298a
3 changed files with 12 additions and 4 deletions

Binary file not shown.

View File

@ -29,7 +29,7 @@ index 305dfc7..51d8890 100644
1, /* Software maintenance release number */
diff --git a/Application/mt/revision_info.h b/Application/mt/revision_info.h
new file mode 100644
index 0000000..5536a3e
index 0000000..b71f052
--- /dev/null
+++ b/Application/mt/revision_info.h
@@ -0,0 +1,13 @@
@ -43,15 +43,15 @@ index 0000000..5536a3e
+#ifndef APPLICATION_MT_REVISION_INFO_H_
+#define APPLICATION_MT_REVISION_INFO_H_
+
+#define CODE_REVISION_NUMBER 20190414
+#define CODE_REVISION_NUMBER 20190415
+
+#endif /* APPLICATION_MT_REVISION_INFO_H_ */
diff --git a/Stack/Config/preinclude.h b/Stack/Config/preinclude.h
new file mode 100644
index 0000000..fd61349
index 0000000..81e19ab
--- /dev/null
+++ b/Stack/Config/preinclude.h
@@ -0,0 +1,23 @@
@@ -0,0 +1,30 @@
+/**
+ * Enable Many-To-One (MTO) Routing
+ */
@ -75,6 +75,14 @@ index 0000000..fd61349
+#define INCLUDE_REVISION_INFORMATION
+#define MT_SYS_KEY_MANAGEMENT 1
+#define SECURE 1
+
+
+/**
+ * Disabling MULTICAST is required in order for proper group support.
+ * If MULTICAST is not disabled, the group adress is not included in the APS header
+ */
+#define MULTICAST_ENABLED FALSE
\ No newline at end of file
diff --git a/Stack/Config/znp_cnf.opts b/Stack/Config/znp_cnf.opts
index 1be73a8..81f5f4e 100644
--- a/Stack/Config/znp_cnf.opts