Add example configuration for Automotive Profile.
This commit adds example for configuring master and slave devices that support features from the Automotive Profile. Signed-off-by: Vedang Patel <vedang.patel@intel.com>master
parent
d58b1080bc
commit
4d251d8358
|
@ -0,0 +1,28 @@
|
|||
#
|
||||
# Automotive Profile example configuration for master containing those
|
||||
# attributes which differ from the defaults. See the file, default.cfg, for
|
||||
# the complete list of available options.
|
||||
#
|
||||
[global]
|
||||
# Options carried over from gPTP.
|
||||
gmCapable 1
|
||||
priority1 248
|
||||
priority2 248
|
||||
logSyncInterval -3
|
||||
syncReceiptTimeout 3
|
||||
neighborPropDelayThresh 800
|
||||
min_neighbor_prop_delay -20000000
|
||||
assume_two_step 1
|
||||
path_trace_enabled 1
|
||||
follow_up_info 1
|
||||
transportSpecific 0x1
|
||||
ptp_dst_mac 01:80:C2:00:00:0E
|
||||
network_transport L2
|
||||
delay_mechanism P2P
|
||||
#
|
||||
# Automotive Profile specific options
|
||||
#
|
||||
BMCA noop
|
||||
masterOnly 1
|
||||
inhibit_announce 1
|
||||
asCapable true
|
|
@ -0,0 +1,33 @@
|
|||
#
|
||||
# Automotive Profile example configuration for slaves containing those
|
||||
# attributes which differ from the defaults. See the file, default.cfg, for
|
||||
# the complete list of available options.
|
||||
#
|
||||
[global]
|
||||
#
|
||||
# Options carried over from gPTP.
|
||||
#
|
||||
gmCapable 1
|
||||
priority1 248
|
||||
priority2 248
|
||||
logSyncInterval -3
|
||||
syncReceiptTimeout 3
|
||||
neighborPropDelayThresh 800
|
||||
min_neighbor_prop_delay -20000000
|
||||
assume_two_step 1
|
||||
path_trace_enabled 1
|
||||
follow_up_info 1
|
||||
transportSpecific 0x1
|
||||
ptp_dst_mac 01:80:C2:00:00:0E
|
||||
network_transport L2
|
||||
delay_mechanism P2P
|
||||
#
|
||||
# Automotive Profile specific options
|
||||
#
|
||||
BMCA noop
|
||||
slaveOnly 1
|
||||
inhibit_announce 1
|
||||
asCapable true
|
||||
ignore_source_id 1
|
||||
# Required to quickly correct Time Jumps in master
|
||||
step_threshold 1
|
Loading…
Reference in New Issue