Advertisement
Guest User

PTP client embedded device

a guest
Oct 19th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. [global]
  2. #
  3. # Default Data Set
  4. #
  5. twoStepFlag 1
  6. slaveOnly 1
  7. socket_priority 0
  8. priority1 128
  9. priority2 128
  10. domainNumber 24
  11. #utc_offset 37
  12. clockClass 248
  13. clockAccuracy 0xFE
  14. offsetScaledLogVariance 0xFFFF
  15. free_running 0
  16. freq_est_interval 1
  17. dscp_event 0
  18. dscp_general 0
  19. dataset_comparison G.8275.x
  20. G.8275.defaultDS.localPriority 128
  21. maxStepsRemoved 255
  22. #
  23. # Port Data Set
  24. #
  25. logAnnounceInterval -3
  26. logSyncInterval -4
  27. operLogSyncInterval 0
  28. logMinDelayReqInterval -4
  29. logMinPdelayReqInterval 0
  30. operLogPdelayReqInterval 0
  31. announceReceiptTimeout 5
  32. syncReceiptTimeout 5
  33. delayAsymmetry 0
  34. fault_reset_interval 5
  35. neighborPropDelayThresh 20000000
  36. masterOnly 0
  37. G.8275.portDS.localPriority 128
  38. asCapable auto
  39. BMCA ptp
  40. inhibit_announce 0
  41. inhibit_delay_req 0
  42. ignore_source_id 0
  43. #
  44. # Run time options
  45. #
  46. assume_two_step 0
  47. logging_level 4
  48. path_trace_enabled 0
  49. follow_up_info 0
  50. hybrid_e2e 0
  51. inhibit_multicast_service 0
  52. net_sync_monitor 0
  53. tc_spanning_tree 0
  54. tx_timestamp_timeout 1000
  55. unicast_listen 0
  56. unicast_master_table 0
  57. unicast_req_duration 3600
  58. use_syslog 1
  59. verbose 0
  60. summary_interval 0
  61. kernel_leap 1
  62. check_fup_sync 0
  63. clock_class_threshold 200
  64. #
  65. # Servo Options
  66. #
  67. pi_proportional_const 0.10000000
  68. pi_integral_const 0.00100000
  69. pi_proportional_scale 0.0
  70. pi_proportional_exponent -0.3
  71. pi_proportional_norm_max 0.7
  72. pi_integral_scale 0.0
  73. pi_integral_exponent 0.4
  74. pi_integral_norm_max 0.3
  75. step_threshold 0.00000020
  76. first_step_threshold 0.00000020
  77. max_frequency 2000
  78. clock_servo user_pi
  79. sanity_freq_limit 0
  80. ntpshm_segment 0
  81. servo_num_offset_values 100
  82. servo_offset_threshold 0
  83. #
  84. # User PI Servo Options
  85. #
  86. user_pi_lock_offset_thd 1500
  87. user_pi_lock_freq_thd 50
  88. user_pi_lock_cnt_thd 64
  89. #
  90. # Transport options
  91. #
  92. transportSpecific 0x0
  93. ptp_dst_mac 01:1B:19:00:00:00
  94. p2p_dst_mac 01:80:C2:00:00:0E
  95. udp_ttl 1
  96. udp6_scope 0x0E
  97. uds_address /var/run/ptp4l
  98. #
  99. # Default interface options
  100. #
  101. clock_type OC
  102. network_transport L2
  103. delay_mechanism E2E
  104. time_stamping hardware
  105. tsproc_mode filter_weight
  106. delay_filter moving_median
  107. delay_filter_length 100
  108. egressLatency 0
  109. ingressLatency 0
  110. boundary_clock_jbod 0
  111. #
  112. # Clock description
  113. #
  114. productDescription ;;
  115. revisionData ;;
  116. manufacturerIdentity 00:00:00
  117. userDescription ;
  118. timeSource 0xA0
  119.  
  120. #
  121. # Telecom G.8275.2 example configuration containing those attributes
  122. # which either differ from the defaults or are relevant to the
  123. # profile. See the file, default.cfg, for the complete list of
  124. # available options.
  125. #
  126. [global]
  127. dataset_comparison G.8275.x
  128. G.8275.defaultDS.localPriority 128
  129. maxStepsRemoved 255
  130. logAnnounceInterval -3
  131. masterOnly 0
  132. G.8275.portDS.localPriority 128
  133. hybrid_e2e 0
  134. inhibit_multicast_service 1
  135. unicast_listen 0
  136. unicast_req_duration 60
  137. #
  138. # Customize the following for slave operation:
  139. #
  140. [unicast_master_table]
  141. table_id 1
  142. logQueryInterval 0
  143. UDPv4 192.167.27.150
  144. #
  145. [eth0]
  146. unicast_master_table 0
  147.  
Tags: ptp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement