menu "Port Timing Configuration" config PTP_OPT_EXT_PORT_CONFIG_ENABLED bool "externalPortConfigurationEnabled" depends on TIME_BC default false help This option is used by the high accuracy profile to force the port state. When set, BMCA is disabled. For more details please refer to the IEEE 1588-20019 (clause 17.6.2) config PTP_SLAVE_ONLY depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED="n" bool "slaveOnly" default n help A slaveOnly Ordinary Clock utilizes the slaveOnly state machine which does not enable transition to MASTER state. For more details please refer to the IEEE 1588-20019 (clause 9.2.2.1) menu "PORT 1" config PORT01_IFACE string "Network interface" default "wri1" help Used to set the physical port interface name: "wri[1-18]" config PORT01_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT01_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT01_INSTANCE_COUNT_1 config PORT01_INSTANCE_COUNT_0 bool "0" config PORT01_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT01_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT01_INST01_PROTOCOL_RAW config PORT01_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT01_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT01_INST01_MECHANISM_E2E config PORT01_INST01_MECHANISM_E2E bool "End-to-end" config PORT01_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT01_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT01_INST01_PROFILE_WR config PORT01_INST01_PROFILE_PTP bool "PTP" config PORT01_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT01_INST01_DESIRADE_STATE_SLAVE if TIME_BC default PORT01_INST01_DESIRADE_STATE_MASTER config PORT01_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT01_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT01_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT01_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT01_INST01_PROFILE_HA && !PORT01_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT01_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT01_INST01_BMODE_AUTO if TIME_BC config PORT01_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT01_INST01_BMODE_AUTO bool "Auto" endchoice config PORT01_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 238903 help Defines the transmission constant delay (ps) config PORT01_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 275901 help Defines the reception constant delay (ps) config PORT01_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 13600 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT01_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT01_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT01_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT01_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT01_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT01_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT01_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 2" config PORT02_IFACE string "Network interface" default "wri2" help Used to set the physical port interface name: "wri[1-18]" config PORT02_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT02_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT02_INSTANCE_COUNT_1 config PORT02_INSTANCE_COUNT_0 bool "0" config PORT02_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT02_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT02_INST01_PROTOCOL_RAW config PORT02_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT02_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT02_INST01_MECHANISM_E2E config PORT02_INST01_MECHANISM_E2E bool "End-to-end" config PORT02_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT02_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT02_INST01_PROFILE_WR config PORT02_INST01_PROFILE_PTP bool "PTP" config PORT02_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT02_INST01_DESIRADE_STATE_MASTER config PORT02_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT02_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT02_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT02_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT02_INST01_PROFILE_HA && !PORT02_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT02_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT02_INST01_BMODE_AUTO if TIME_BC config PORT02_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT02_INST01_BMODE_AUTO bool "Auto" endchoice config PORT02_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 239923 help Defines the transmission constant delay (ps) config PORT02_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 278835 help Defines the reception constant delay (ps) config PORT02_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 10800 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT02_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT02_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT02_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT02_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT02_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT02_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT02_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 3" config PORT03_IFACE string "Network interface" default "wri3" help Used to set the physical port interface name: "wri[1-18]" config PORT03_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT03_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT03_INSTANCE_COUNT_1 config PORT03_INSTANCE_COUNT_0 bool "0" config PORT03_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT03_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT03_INST01_PROTOCOL_RAW config PORT03_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT03_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT03_INST01_MECHANISM_E2E config PORT03_INST01_MECHANISM_E2E bool "End-to-end" config PORT03_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT03_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT03_INST01_PROFILE_WR config PORT03_INST01_PROFILE_PTP bool "PTP" config PORT03_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT03_INST01_DESIRADE_STATE_MASTER config PORT03_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT03_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT03_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT03_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT03_INST01_PROFILE_HA && !PORT03_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT03_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT03_INST01_BMODE_AUTO if TIME_BC config PORT03_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT03_INST01_BMODE_AUTO bool "Auto" endchoice config PORT03_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 238566 help Defines the transmission constant delay (ps) config PORT03_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 277396 help Defines the reception constant delay (ps) config PORT03_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 13650 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT03_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT03_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT03_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT03_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT03_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT03_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT03_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 4" config PORT04_IFACE string "Network interface" default "wri4" help Used to set the physical port interface name: "wri[1-18]" config PORT04_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT04_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT04_INSTANCE_COUNT_1 config PORT04_INSTANCE_COUNT_0 bool "0" config PORT04_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT04_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT04_INST01_PROTOCOL_RAW config PORT04_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT04_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT04_INST01_MECHANISM_E2E config PORT04_INST01_MECHANISM_E2E bool "End-to-end" config PORT04_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT04_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT04_INST01_PROFILE_WR config PORT04_INST01_PROFILE_PTP bool "PTP" config PORT04_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT04_INST01_DESIRADE_STATE_MASTER config PORT04_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT04_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT04_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT04_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT04_INST01_PROFILE_HA && !PORT04_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT04_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT04_INST01_BMODE_AUTO if TIME_BC config PORT04_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT04_INST01_BMODE_AUTO bool "Auto" endchoice config PORT04_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 239491 help Defines the transmission constant delay (ps) config PORT04_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 277469 help Defines the reception constant delay (ps) config PORT04_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 12150 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT04_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT04_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT04_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT04_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT04_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT04_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT04_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 5" config PORT05_IFACE string "Network interface" default "wri5" help Used to set the physical port interface name: "wri[1-18]" config PORT05_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT05_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT05_INSTANCE_COUNT_1 config PORT05_INSTANCE_COUNT_0 bool "0" config PORT05_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT05_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT05_INST01_PROTOCOL_RAW config PORT05_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT05_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT05_INST01_MECHANISM_E2E config PORT05_INST01_MECHANISM_E2E bool "End-to-end" config PORT05_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT05_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT05_INST01_PROFILE_WR config PORT05_INST01_PROFILE_PTP bool "PTP" config PORT05_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT05_INST01_DESIRADE_STATE_MASTER config PORT05_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT05_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT05_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT05_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT05_INST01_PROFILE_HA && !PORT05_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT05_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT05_INST01_BMODE_AUTO if TIME_BC config PORT05_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT05_INST01_BMODE_AUTO bool "Auto" endchoice config PORT05_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 238040 help Defines the transmission constant delay (ps) config PORT05_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 277694 help Defines the reception constant delay (ps) config PORT05_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 13550 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT05_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT05_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT05_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT05_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT05_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT05_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT05_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 6" config PORT06_IFACE string "Network interface" default "wri6" help Used to set the physical port interface name: "wri[1-18]" config PORT06_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT06_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT06_INSTANCE_COUNT_1 config PORT06_INSTANCE_COUNT_0 bool "0" config PORT06_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT06_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT06_INST01_PROTOCOL_RAW config PORT06_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT06_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT06_INST01_MECHANISM_E2E config PORT06_INST01_MECHANISM_E2E bool "End-to-end" config PORT06_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT06_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT06_INST01_PROFILE_WR config PORT06_INST01_PROFILE_PTP bool "PTP" config PORT06_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT06_INST01_DESIRADE_STATE_MASTER config PORT06_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT06_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT06_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT06_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT06_INST01_PROFILE_HA && !PORT06_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT06_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT06_INST01_BMODE_AUTO if TIME_BC config PORT06_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT06_INST01_BMODE_AUTO bool "Auto" endchoice config PORT06_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 237334 help Defines the transmission constant delay (ps) config PORT06_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 277146 help Defines the reception constant delay (ps) config PORT06_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 14500 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT06_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT06_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT06_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT06_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT06_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT06_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT06_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 7" config PORT07_IFACE string "Network interface" default "wri7" help Used to set the physical port interface name: "wri[1-18]" config PORT07_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT07_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT07_INSTANCE_COUNT_1 config PORT07_INSTANCE_COUNT_0 bool "0" config PORT07_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT07_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT07_INST01_PROTOCOL_RAW config PORT07_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT07_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT07_INST01_MECHANISM_E2E config PORT07_INST01_MECHANISM_E2E bool "End-to-end" config PORT07_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT07_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT07_INST01_PROFILE_WR config PORT07_INST01_PROFILE_PTP bool "PTP" config PORT07_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT07_INST01_DESIRADE_STATE_MASTER config PORT07_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT07_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT07_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT07_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT07_INST01_PROFILE_HA && !PORT07_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT07_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT07_INST01_BMODE_AUTO if TIME_BC config PORT07_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT07_INST01_BMODE_AUTO bool "Auto" endchoice config PORT07_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 237543 help Defines the transmission constant delay (ps) config PORT07_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 278371 help Defines the reception constant delay (ps) config PORT07_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 13950 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT07_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT07_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT07_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT07_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT07_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT07_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT07_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 8" config PORT08_IFACE string "Network interface" default "wri8" help Used to set the physical port interface name: "wri[1-18]" config PORT08_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT08_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT08_INSTANCE_COUNT_1 config PORT08_INSTANCE_COUNT_0 bool "0" config PORT08_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT08_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT08_INST01_PROTOCOL_RAW config PORT08_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT08_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT08_INST01_MECHANISM_E2E config PORT08_INST01_MECHANISM_E2E bool "End-to-end" config PORT08_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT08_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT08_INST01_PROFILE_WR config PORT08_INST01_PROFILE_PTP bool "PTP" config PORT08_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT08_INST01_DESIRADE_STATE_MASTER config PORT08_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT08_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT08_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT08_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT08_INST01_PROFILE_HA && !PORT08_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT08_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT08_INST01_BMODE_AUTO if TIME_BC config PORT08_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT08_INST01_BMODE_AUTO bool "Auto" endchoice config PORT08_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 237687 help Defines the transmission constant delay (ps) config PORT08_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 278687 help Defines the reception constant delay (ps) config PORT08_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 14450 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT08_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT08_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT08_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT08_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT08_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT08_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT08_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 9" config PORT09_IFACE string "Network interface" default "wri9" help Used to set the physical port interface name: "wri[1-18]" config PORT09_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT09_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT09_INSTANCE_COUNT_1 config PORT09_INSTANCE_COUNT_0 bool "0" config PORT09_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT09_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT09_INST01_PROTOCOL_RAW config PORT09_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT09_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT09_INST01_MECHANISM_E2E config PORT09_INST01_MECHANISM_E2E bool "End-to-end" config PORT09_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT09_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT09_INST01_PROFILE_WR config PORT09_INST01_PROFILE_PTP bool "PTP" config PORT09_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT09_INST01_DESIRADE_STATE_MASTER config PORT09_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT09_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT09_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT09_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT09_INST01_PROFILE_HA && !PORT09_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT09_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT09_INST01_BMODE_AUTO if TIME_BC config PORT09_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT09_INST01_BMODE_AUTO bool "Auto" endchoice config PORT09_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 238676 help Defines the transmission constant delay (ps) config PORT09_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 278256 help Defines the reception constant delay (ps) config PORT09_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 14750 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT09_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT09_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT09_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT09_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT09_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT09_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT09_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 10" config PORT10_IFACE string "Network interface" default "wri10" help Used to set the physical port interface name: "wri[1-18]" config PORT10_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT10_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT10_INSTANCE_COUNT_1 config PORT10_INSTANCE_COUNT_0 bool "0" config PORT10_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT10_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT10_INST01_PROTOCOL_RAW config PORT10_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT10_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT10_INST01_MECHANISM_E2E config PORT10_INST01_MECHANISM_E2E bool "End-to-end" config PORT10_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT10_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT10_INST01_PROFILE_WR config PORT10_INST01_PROFILE_PTP bool "PTP" config PORT10_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT10_INST01_DESIRADE_STATE_MASTER config PORT10_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT10_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT10_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT10_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT10_INST01_PROFILE_HA && !PORT10_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT10_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT10_INST01_BMODE_AUTO if TIME_BC config PORT10_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT10_INST01_BMODE_AUTO bool "Auto" endchoice config PORT10_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 238848 help Defines the transmission constant delay (ps) config PORT10_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 278678 help Defines the reception constant delay (ps) config PORT10_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 15100 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT10_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT10_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT10_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT10_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT10_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT10_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT10_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 11" config PORT11_IFACE string "Network interface" default "wri11" help Used to set the physical port interface name: "wri[1-18]" config PORT11_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT11_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT11_INSTANCE_COUNT_1 config PORT11_INSTANCE_COUNT_0 bool "0" config PORT11_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT11_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT11_INST01_PROTOCOL_RAW config PORT11_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT11_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT11_INST01_MECHANISM_E2E config PORT11_INST01_MECHANISM_E2E bool "End-to-end" config PORT11_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT11_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT11_INST01_PROFILE_WR config PORT11_INST01_PROFILE_PTP bool "PTP" config PORT11_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT11_INST01_DESIRADE_STATE_MASTER config PORT11_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT11_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT11_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT11_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT11_INST01_PROFILE_HA && !PORT11_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT11_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT11_INST01_BMODE_AUTO if TIME_BC config PORT11_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT11_INST01_BMODE_AUTO bool "Auto" endchoice config PORT11_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 238294 help Defines the transmission constant delay (ps) config PORT11_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 279326 help Defines the reception constant delay (ps) config PORT11_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 14500 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT11_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT11_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT11_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT11_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT11_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT11_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT11_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 12" config PORT12_IFACE string "Network interface" default "wri12" help Used to set the physical port interface name: "wri[1-18]" config PORT12_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT12_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT12_INSTANCE_COUNT_1 config PORT12_INSTANCE_COUNT_0 bool "0" config PORT12_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT12_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT12_INST01_PROTOCOL_RAW config PORT12_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT12_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT12_INST01_MECHANISM_E2E config PORT12_INST01_MECHANISM_E2E bool "End-to-end" config PORT12_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT12_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT12_INST01_PROFILE_WR config PORT12_INST01_PROFILE_PTP bool "PTP" config PORT12_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT12_INST01_DESIRADE_STATE_MASTER config PORT12_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT12_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT12_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT12_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT12_INST01_PROFILE_HA && !PORT12_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT12_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT12_INST01_BMODE_AUTO if TIME_BC config PORT12_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT12_INST01_BMODE_AUTO bool "Auto" endchoice config PORT12_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 239243 help Defines the transmission constant delay (ps) config PORT12_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 278867 help Defines the reception constant delay (ps) config PORT12_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 9850 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT12_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT12_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT12_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT12_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT12_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT12_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT12_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 13" config PORT13_IFACE string "Network interface" default "wri13" help Used to set the physical port interface name: "wri[1-18]" config PORT13_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT13_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT13_INSTANCE_COUNT_1 config PORT13_INSTANCE_COUNT_0 bool "0" config PORT13_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT13_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT13_INST01_PROTOCOL_RAW config PORT13_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT13_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT13_INST01_MECHANISM_E2E config PORT13_INST01_MECHANISM_E2E bool "End-to-end" config PORT13_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT13_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT13_INST01_PROFILE_WR config PORT13_INST01_PROFILE_PTP bool "PTP" config PORT13_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT13_INST01_DESIRADE_STATE_MASTER config PORT13_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT13_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT13_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT13_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT13_INST01_PROFILE_HA && !PORT13_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT13_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT13_INST01_BMODE_AUTO if TIME_BC config PORT13_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT13_INST01_BMODE_AUTO bool "Auto" endchoice config PORT13_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 225920 help Defines the transmission constant delay (ps) config PORT13_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 231130 help Defines the reception constant delay (ps) config PORT13_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 14150 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT13_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT13_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT13_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT13_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT13_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT13_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT13_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 14" config PORT14_IFACE string "Network interface" default "wri14" help Used to set the physical port interface name: "wri[1-18]" config PORT14_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT14_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT14_INSTANCE_COUNT_1 config PORT14_INSTANCE_COUNT_0 bool "0" config PORT14_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT14_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT14_INST01_PROTOCOL_RAW config PORT14_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT14_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT14_INST01_MECHANISM_E2E config PORT14_INST01_MECHANISM_E2E bool "End-to-end" config PORT14_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT14_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT14_INST01_PROFILE_WR config PORT14_INST01_PROFILE_PTP bool "PTP" config PORT14_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT14_INST01_DESIRADE_STATE_MASTER config PORT14_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT14_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT14_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT14_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT14_INST01_PROFILE_HA && !PORT14_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT14_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT14_INST01_BMODE_AUTO if TIME_BC config PORT14_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT14_INST01_BMODE_AUTO bool "Auto" endchoice config PORT14_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 226071 help Defines the transmission constant delay (ps) config PORT14_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 233579 help Defines the reception constant delay (ps) config PORT14_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 11950 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT14_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT14_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT14_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT14_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT14_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT14_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT14_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 15" config PORT15_IFACE string "Network interface" default "wri15" help Used to set the physical port interface name: "wri[1-18]" config PORT15_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT15_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT15_INSTANCE_COUNT_1 config PORT15_INSTANCE_COUNT_0 bool "0" config PORT15_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT15_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT15_INST01_PROTOCOL_RAW config PORT15_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT15_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT15_INST01_MECHANISM_E2E config PORT15_INST01_MECHANISM_E2E bool "End-to-end" config PORT15_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT15_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT15_INST01_PROFILE_WR config PORT15_INST01_PROFILE_PTP bool "PTP" config PORT15_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT15_INST01_DESIRADE_STATE_MASTER config PORT15_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT15_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT15_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT15_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT15_INST01_PROFILE_HA && !PORT15_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT15_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT15_INST01_BMODE_AUTO if TIME_BC config PORT15_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT15_INST01_BMODE_AUTO bool "Auto" endchoice config PORT15_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 226329 help Defines the transmission constant delay (ps) config PORT15_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 233041 help Defines the reception constant delay (ps) config PORT15_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 12900 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT15_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT15_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT15_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT15_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT15_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT15_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT15_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 16" config PORT16_IFACE string "Network interface" default "wri16" help Used to set the physical port interface name: "wri[1-18]" config PORT16_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT16_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT16_INSTANCE_COUNT_1 config PORT16_INSTANCE_COUNT_0 bool "0" config PORT16_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT16_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT16_INST01_PROTOCOL_RAW config PORT16_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT16_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT16_INST01_MECHANISM_E2E config PORT16_INST01_MECHANISM_E2E bool "End-to-end" config PORT16_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT16_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT16_INST01_PROFILE_WR config PORT16_INST01_PROFILE_PTP bool "PTP" config PORT16_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT16_INST01_DESIRADE_STATE_MASTER config PORT16_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT16_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT16_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT16_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT16_INST01_PROFILE_HA && !PORT16_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT16_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT16_INST01_BMODE_AUTO if TIME_BC config PORT16_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT16_INST01_BMODE_AUTO bool "Auto" endchoice config PORT16_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 226467 help Defines the transmission constant delay (ps) config PORT16_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 232311 help Defines the reception constant delay (ps) config PORT16_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 13800 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT16_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT16_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT16_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT16_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT16_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT16_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT16_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 17" config PORT17_IFACE string "Network interface" default "wri17" help Used to set the physical port interface name: "wri[1-18]" config PORT17_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT17_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT17_INSTANCE_COUNT_1 config PORT17_INSTANCE_COUNT_0 bool "0" config PORT17_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT17_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT17_INST01_PROTOCOL_RAW config PORT17_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT17_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT17_INST01_MECHANISM_E2E config PORT17_INST01_MECHANISM_E2E bool "End-to-end" config PORT17_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT17_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT17_INST01_PROFILE_WR config PORT17_INST01_PROFILE_PTP bool "PTP" config PORT17_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT17_INST01_DESIRADE_STATE_MASTER config PORT17_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT17_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT17_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT17_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT17_INST01_PROFILE_HA && !PORT17_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT17_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT17_INST01_BMODE_AUTO if TIME_BC config PORT17_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT17_INST01_BMODE_AUTO bool "Auto" endchoice config PORT17_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 226596 help Defines the transmission constant delay (ps) config PORT17_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 230376 help Defines the reception constant delay (ps) config PORT17_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 14200 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT17_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT17_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT17_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT17_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT17_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT17_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT17_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu menu "PORT 18" config PORT18_IFACE string "Network interface" default "wri18" help Used to set the physical port interface name: "wri[1-18]" config PORT18_FIBER int "Fiber type" default 0 help Used to set the type of fiber (number referring to the corresponding FIBERXX_PARAMS) config PORT18_CONSTANT_ASYMMETRY int "asymmetryCorrectionPortDS.constantAsymmetry" default 0 help Used to set the constant delay asymmetry. choice prompt "Number of port instances" default PORT18_INSTANCE_COUNT_1 config PORT18_INSTANCE_COUNT_0 bool "0" config PORT18_INSTANCE_COUNT_1 bool "1" endchoice menu "Instance 1" depends on PORT18_INSTANCE_COUNT_1 choice prompt "Network protocol" default PORT18_INST01_PROTOCOL_RAW config PORT18_INST01_PROTOCOL_RAW bool "IEEE 802.3" config PORT18_INST01_PROTOCOL_UDP_IPV4 bool "UDP/Ipv4" endchoice choice prompt "Delay mechanism" default PORT18_INST01_MECHANISM_E2E config PORT18_INST01_MECHANISM_E2E bool "End-to-end" config PORT18_INST01_MECHANISM_P2P bool "Peer-to-peer" endchoice config PORT18_INST01_MONITOR bool "SNMP monitoring" default y help Option to disable or enable triggering errors in SNMP on a port choice prompt "Profile" default PORT18_INST01_PROFILE_WR config PORT18_INST01_PROFILE_PTP bool "PTP" config PORT18_INST01_PROFILE_WR bool "White Rabbit" endchoice choice prompt "Desired state" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED default PORT18_INST01_DESIRADE_STATE_MASTER config PORT18_INST01_DESIRADE_STATE_MASTER bool "Master" config PORT18_INST01_DESIRADE_STATE_SLAVE bool "Slave" config PORT18_INST01_DESIRADE_STATE_PASSIVE bool "Passive" endchoice config PORT18_INST01_ASYMMETRY_CORRECTION_ENABLE depends on !PORT18_INST01_PROFILE_HA && !PORT18_INST01_PROFILE_WR bool "asymmetryCorrectionPortDS.enable" default y help When supported, the value TRUE shall indicate that the mechanism of for the calculation of the <delayAsymmetry> for certain media is enabled on the PTP port. choice prompt "BMCA mode" depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED!=y default PORT18_INST01_BMODE_MASTER_ONLY if TIME_GM || TIME_FM default PORT18_INST01_BMODE_AUTO if TIME_BC config PORT18_INST01_BMODE_MASTER_ONLY bool "MasterOnly" config PORT18_INST01_BMODE_AUTO bool "Auto" endchoice config PORT18_INST01_EGRESS_LATENCY int "timestampCorrectionPortDS.egressLatency (ps)" default 226835 help Defines the transmission constant delay (ps) config PORT18_INST01_INGRESS_LATENCY int "timestampCorrectionPortDS.ingressLatency (ps)" default 230323 help Defines the reception constant delay (ps) config PORT18_INST01_T24P_TRANS_POINT int "timestampCorrectionPortDS.t24p_trans_point (ps)" default 14350 help Defines the phase transition point for reception timestamps t2/t4 (ps) config PORT18_INST01_ANNOUNCE_INTERVAL int "logAnnounceInterval" default 1 range 0 4 help The mean time interval between transmissions of successive Announce messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 4. config PORT18_INST01_ANNOUNCE_RECEIPT_TIMEOUT int "announceReceiptTimeout" default 3 range 2 255 help The announceReceiptTimeout specifies the number of announceIntervals that must pass without receipt of an Announce message before the occurrence of the event ANNOUNCE_RECEIPT_TIMEOUT_EXPIRES. The value is the logarithm to the base 2. The configurable range shall be 2 to 255 config PORT18_INST01_SYNC_INTERVAL int "logSyncInterval" default 0 range -1 1 help The mean time interval between transmission of successive Sync messages, i.e., the sync-interval, when transmitted as multicast messages. The value is the logarithm to the base 2. The configurable range shall be -1 to +1 config PORT18_INST01_MIN_DELAY_REQ_INTERVAL depends on PORT18_INST01_MECHANISM_E2E int "minDelayRequestInterval" default 0 range 0 5 help The minDelayRequestInterval specifies the minimum permitted mean time interval between successive Delay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 config PORT18_INST01_MIN_PDELAY_REQ_INTERVAL depends on PORT18_INST01_MECHANISM_P2P int "minPDelayRequestInterval" default 0 range 0 5 help The minPDelayRequestInterval specifies the minimum permitted mean time interval between successive Pdelay_Req messages. The value is the logarithm to the base 2. The configurable range shall be 0 to 5 endmenu endmenu endmenu