Merge "Update default ptp4lClockClassLockedList values"

This commit is contained in:
Zuul 2023-09-22 17:33:31 +00:00 committed by Gerrit Code Review
commit 4f5f67101d
3 changed files with 6 additions and 4 deletions

View File

@ -29,7 +29,8 @@ TIME_IS_TRACEABLE2 = "true"
GM_IS_PRESENT = "true"
CLOCK_CLASS_VALUE6 = "6"
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
NMEA_SERIALPORT = "ts2phc.nmea_serialport"
GNSS_PIN = "GNSS-1PPS"

View File

@ -27,7 +27,8 @@ TIME_IS_TRACEABLE2 = "true"
GM_IS_PRESENT = "true"
CLOCK_CLASS_VALUE6 = "6"
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'):
LINUXPTP_CONFIG_PATH = '/ptp/linuxptp/ptpinstance/'

View File

@ -70,7 +70,7 @@ ptptracking:
imagePullSecrets: default-registry-key
ptp4lSocket: /var/run/ptp4l-ptp4l-legacy
ptp4lServiceName: ptp4l-legacy
ptp4lClockClassLockedList: "6,7"
ptp4lClockClassLockedList: "6,7,135"
phc2sysServiceName: phc2sys-legacy
phc2sysComSocket: False
logging_level: INFO
@ -88,7 +88,7 @@ ptptrackingv2:
imagePullSecrets: default-registry-key
ptp4lSocket: /var/run/ptp4l-ptp4l-legacy
ptp4lServiceName: True
ptp4lClockClassLockedList: "6,7"
ptp4lClockClassLockedList: "6,7,135"
phc2sysServiceName: True
phc2sysToleranceThreshold: 1000
ts2phcServiceName: True