Created default configurations for server and client-only use cases.

Signed-off-by: Stephan Wurm <stephan.w...@a-eberle.de>
---
 configs/61850-9-3-client.cfg | 26 ++++++++++++++++++++++++++
 configs/61850-9-3-server.cfg | 26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/configs/61850-9-3-client.cfg b/configs/61850-9-3-client.cfg
new file mode 100644
index 0000000..7ac4797
--- /dev/null
+++ b/configs/61850-9-3-client.cfg
@@ -0,0 +1,26 @@
+#
+# IEC 61850-9-3 example configuration containing those attributes
+# which either differ from the defaults or are relevant to the
+# profile. See the file, default.cfg, for the complete list of
+# available options.
+#
+[global]
+clientOnly             1
+priority1              255
+priority2              255
+domainNumber           93
+logAnnounceInterval    0
+logSyncInterval                0
+logMinPdelayReqInterval        0
+announceReceiptTimeout 3
+network_transport      L2
+delay_mechanism                P2P
+dataset_comparison     iec62439-3
+#
+# Customize the interface pair for a doubly-attached clock
+#
+#[eth0]
+#paired_interface      eth1
+#
+#[eth1]
+#paired_interface      eth0
diff --git a/configs/61850-9-3-server.cfg b/configs/61850-9-3-server.cfg
new file mode 100644
index 0000000..b84257f
--- /dev/null
+++ b/configs/61850-9-3-server.cfg
@@ -0,0 +1,26 @@
+#
+# IEC 61850-9-3 example configuration containing those attributes
+# which either differ from the defaults or are relevant to the
+# profile. See the file, default.cfg, for the complete list of
+# available options.
+#
+[global]
+clientOnly             0
+priority1              128
+priority2              128
+domainNumber           93
+logAnnounceInterval    0
+logSyncInterval                0
+logMinPdelayReqInterval        0
+announceReceiptTimeout 3
+network_transport      L2
+delay_mechanism                P2P
+dataset_comparison     iec62439-3
+#
+# Customize the interface pair for a doubly-attached clock
+#
+#[eth0]
+#paired_interface      eth1
+#
+#[eth1]
+#paired_interface      eth0

-- 
2.34.1



_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to