Merge "Update default ptp4lClockClassLockedList values"
This commit is contained in:
commit
4f5f67101d
@ -29,7 +29,8 @@ TIME_IS_TRACEABLE2 = "true"
|
|||||||
GM_IS_PRESENT = "true"
|
GM_IS_PRESENT = "true"
|
||||||
CLOCK_CLASS_VALUE6 = "6"
|
CLOCK_CLASS_VALUE6 = "6"
|
||||||
CLOCK_CLASS_VALUE7 = "7"
|
CLOCK_CLASS_VALUE7 = "7"
|
||||||
CLOCK_CLASS_LOCKED_LIST = [CLOCK_CLASS_VALUE6, CLOCK_CLASS_VALUE7]
|
CLOCK_CLASS_VALUE135 = "135"
|
||||||
|
CLOCK_CLASS_LOCKED_LIST = [CLOCK_CLASS_VALUE6, CLOCK_CLASS_VALUE7, CLOCK_CLASS_VALUE135]
|
||||||
# ts2phc constants
|
# ts2phc constants
|
||||||
NMEA_SERIALPORT = "ts2phc.nmea_serialport"
|
NMEA_SERIALPORT = "ts2phc.nmea_serialport"
|
||||||
GNSS_PIN = "GNSS-1PPS"
|
GNSS_PIN = "GNSS-1PPS"
|
||||||
|
@ -27,7 +27,8 @@ TIME_IS_TRACEABLE2 = "true"
|
|||||||
GM_IS_PRESENT = "true"
|
GM_IS_PRESENT = "true"
|
||||||
CLOCK_CLASS_VALUE6 = "6"
|
CLOCK_CLASS_VALUE6 = "6"
|
||||||
CLOCK_CLASS_VALUE7 = "7"
|
CLOCK_CLASS_VALUE7 = "7"
|
||||||
CLOCK_CLASS_LOCKED_LIST = [CLOCK_CLASS_VALUE6, CLOCK_CLASS_VALUE7]
|
CLOCK_CLASS_VALUE135 = "135"
|
||||||
|
CLOCK_CLASS_LOCKED_LIST = [CLOCK_CLASS_VALUE6, CLOCK_CLASS_VALUE7, CLOCK_CLASS_VALUE135]
|
||||||
|
|
||||||
if path.exists('/ptp/linuxptp/ptpinstance'):
|
if path.exists('/ptp/linuxptp/ptpinstance'):
|
||||||
LINUXPTP_CONFIG_PATH = '/ptp/linuxptp/ptpinstance/'
|
LINUXPTP_CONFIG_PATH = '/ptp/linuxptp/ptpinstance/'
|
||||||
|
@ -70,7 +70,7 @@ ptptracking:
|
|||||||
imagePullSecrets: default-registry-key
|
imagePullSecrets: default-registry-key
|
||||||
ptp4lSocket: /var/run/ptp4l-ptp4l-legacy
|
ptp4lSocket: /var/run/ptp4l-ptp4l-legacy
|
||||||
ptp4lServiceName: ptp4l-legacy
|
ptp4lServiceName: ptp4l-legacy
|
||||||
ptp4lClockClassLockedList: "6,7"
|
ptp4lClockClassLockedList: "6,7,135"
|
||||||
phc2sysServiceName: phc2sys-legacy
|
phc2sysServiceName: phc2sys-legacy
|
||||||
phc2sysComSocket: False
|
phc2sysComSocket: False
|
||||||
logging_level: INFO
|
logging_level: INFO
|
||||||
@ -88,7 +88,7 @@ ptptrackingv2:
|
|||||||
imagePullSecrets: default-registry-key
|
imagePullSecrets: default-registry-key
|
||||||
ptp4lSocket: /var/run/ptp4l-ptp4l-legacy
|
ptp4lSocket: /var/run/ptp4l-ptp4l-legacy
|
||||||
ptp4lServiceName: True
|
ptp4lServiceName: True
|
||||||
ptp4lClockClassLockedList: "6,7"
|
ptp4lClockClassLockedList: "6,7,135"
|
||||||
phc2sysServiceName: True
|
phc2sysServiceName: True
|
||||||
phc2sysToleranceThreshold: 1000
|
phc2sysToleranceThreshold: 1000
|
||||||
ts2phcServiceName: True
|
ts2phcServiceName: True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user