Newer
Older
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.
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"
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)
config PORT01_IFACE
string "Network interface"
default "wri1"
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
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"
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)"
help
Defines the transmission constant delay (ps)
config PORT01_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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)
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
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
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"
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"
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
menu "PORT 2"
config PORT02_IFACE
string "Network interface"
default "wri2"
Used to set the physical port interface name: "wri[1-18]"
config PORT02_FIBER
int "Fiber type"
default 0
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
config PORT02_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT02_INST01_MECHANISM_E2E
config PORT02_INST01_MECHANISM_E2E
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
config PORT02_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT02_INST01_DESIRADE_STATE_MASTER
config PORT02_INST01_DESIRADE_STATE_MASTER
config PORT02_INST01_DESIRADE_STATE_SLAVE
config PORT02_INST01_DESIRADE_STATE_PASSIVE
config PORT02_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT02_INST01_PROFILE_HA && !PORT02_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT02_INST01_BMODE_AUTO
config PORT02_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT02_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
default "wri3"
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
Used to set the constant delay asymmetry.
choice
prompt "Number of port instances"
default PORT03_INSTANCE_COUNT_1
config PORT03_INSTANCE_COUNT_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
config PORT03_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT03_INST01_MECHANISM_E2E
config PORT03_INST01_MECHANISM_E2E
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
config PORT03_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT03_INST01_DESIRADE_STATE_MASTER
config PORT03_INST01_DESIRADE_STATE_MASTER
config PORT03_INST01_DESIRADE_STATE_SLAVE
config PORT03_INST01_DESIRADE_STATE_PASSIVE
config PORT03_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT03_INST01_PROFILE_HA && !PORT03_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT03_INST01_BMODE_AUTO
config PORT03_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT03_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
menu "PORT 4"
config PORT04_IFACE
string "Network interface"
default "wri4"
Used to set the physical port interface name: "wri[1-18]"
config PORT04_FIBER
int "Fiber type"
default 0
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
config PORT04_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT04_INST01_MECHANISM_E2E
config PORT04_INST01_MECHANISM_E2E
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
config PORT04_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT04_INST01_DESIRADE_STATE_MASTER
config PORT04_INST01_DESIRADE_STATE_MASTER
config PORT04_INST01_DESIRADE_STATE_SLAVE
config PORT04_INST01_DESIRADE_STATE_PASSIVE
config PORT04_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT04_INST01_PROFILE_HA && !PORT04_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT04_INST01_BMODE_AUTO
config PORT04_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT04_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
default "wri5"
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
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
config PORT05_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT05_INST01_MECHANISM_E2E
config PORT05_INST01_MECHANISM_E2E
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
config PORT05_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT05_INST01_DESIRADE_STATE_MASTER
config PORT05_INST01_DESIRADE_STATE_MASTER
config PORT05_INST01_DESIRADE_STATE_SLAVE
config PORT05_INST01_DESIRADE_STATE_PASSIVE
config PORT05_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT05_INST01_PROFILE_HA && !PORT05_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT05_INST01_BMODE_AUTO
config PORT05_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT05_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
menu "PORT 6"
config PORT06_IFACE
string "Network interface"
default "wri6"
Used to set the physical port interface name: "wri[1-18]"
config PORT06_FIBER
int "Fiber type"
default 0
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
config PORT06_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT06_INST01_MECHANISM_E2E
config PORT06_INST01_MECHANISM_E2E
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
config PORT06_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT06_INST01_DESIRADE_STATE_MASTER
config PORT06_INST01_DESIRADE_STATE_MASTER
config PORT06_INST01_DESIRADE_STATE_SLAVE
config PORT06_INST01_DESIRADE_STATE_PASSIVE
config PORT06_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT06_INST01_PROFILE_HA && !PORT06_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT06_INST01_BMODE_AUTO
config PORT06_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT06_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
default "wri7"
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
Used to set the constant delay asymmetry.
choice
prompt "Number of port instances"
default PORT07_INSTANCE_COUNT_1
config PORT07_INSTANCE_COUNT_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
config PORT07_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT07_INST01_MECHANISM_E2E
config PORT07_INST01_MECHANISM_E2E
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
config PORT07_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT07_INST01_DESIRADE_STATE_MASTER
config PORT07_INST01_DESIRADE_STATE_MASTER
config PORT07_INST01_DESIRADE_STATE_SLAVE
config PORT07_INST01_DESIRADE_STATE_PASSIVE
config PORT07_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT07_INST01_PROFILE_HA && !PORT07_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT07_INST01_BMODE_AUTO
config PORT07_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT07_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
menu "PORT 8"
config PORT08_IFACE
string "Network interface"
default "wri8"
Used to set the physical port interface name: "wri[1-18]"
config PORT08_FIBER
int "Fiber type"
default 0
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
config PORT08_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT08_INST01_MECHANISM_E2E
config PORT08_INST01_MECHANISM_E2E
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
config PORT08_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT08_INST01_DESIRADE_STATE_MASTER
config PORT08_INST01_DESIRADE_STATE_MASTER
config PORT08_INST01_DESIRADE_STATE_SLAVE
config PORT08_INST01_DESIRADE_STATE_PASSIVE
config PORT08_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT08_INST01_PROFILE_HA && !PORT08_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT08_INST01_BMODE_AUTO
config PORT08_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT08_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
default "wri9"
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
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
config PORT09_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT09_INST01_MECHANISM_E2E
config PORT09_INST01_MECHANISM_E2E
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
config PORT09_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT09_INST01_DESIRADE_STATE_MASTER
config PORT09_INST01_DESIRADE_STATE_MASTER
config PORT09_INST01_DESIRADE_STATE_SLAVE
config PORT09_INST01_DESIRADE_STATE_PASSIVE
config PORT09_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT09_INST01_PROFILE_HA && !PORT09_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT09_INST01_BMODE_AUTO
config PORT09_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT09_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
menu "PORT 10"
config PORT10_IFACE
string "Network interface"
default "wri10"
Used to set the physical port interface name: "wri[1-18]"
config PORT10_FIBER
int "Fiber type"
default 0
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
config PORT10_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT10_INST01_MECHANISM_E2E
config PORT10_INST01_MECHANISM_E2E
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
config PORT10_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT10_INST01_DESIRADE_STATE_MASTER
config PORT10_INST01_DESIRADE_STATE_MASTER
config PORT10_INST01_DESIRADE_STATE_SLAVE
config PORT10_INST01_DESIRADE_STATE_PASSIVE
config PORT10_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT10_INST01_PROFILE_HA && !PORT10_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT10_INST01_BMODE_AUTO
config PORT10_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT10_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
default "wri11"
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
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
config PORT11_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT11_INST01_MECHANISM_E2E
config PORT11_INST01_MECHANISM_E2E
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
config PORT11_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT11_INST01_DESIRADE_STATE_MASTER
config PORT11_INST01_DESIRADE_STATE_MASTER
config PORT11_INST01_DESIRADE_STATE_SLAVE
config PORT11_INST01_DESIRADE_STATE_PASSIVE
config PORT11_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT11_INST01_PROFILE_HA && !PORT11_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT11_INST01_BMODE_AUTO
config PORT11_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT11_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
menu "PORT 12"
config PORT12_IFACE
string "Network interface"
default "wri12"
Used to set the physical port interface name: "wri[1-18]"
config PORT12_FIBER
int "Fiber type"
default 0
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
config PORT12_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT12_INST01_MECHANISM_E2E
config PORT12_INST01_MECHANISM_E2E
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
config PORT12_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT12_INST01_DESIRADE_STATE_MASTER
config PORT12_INST01_DESIRADE_STATE_MASTER
config PORT12_INST01_DESIRADE_STATE_SLAVE
config PORT12_INST01_DESIRADE_STATE_PASSIVE
config PORT12_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT12_INST01_PROFILE_HA && !PORT12_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT12_INST01_BMODE_AUTO
config PORT12_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT12_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
default "wri13"
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
Used to set the constant delay asymmetry.
choice
prompt "Number of port instances"
default PORT13_INSTANCE_COUNT_1
config PORT13_INSTANCE_COUNT_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
config PORT13_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT13_INST01_MECHANISM_E2E
config PORT13_INST01_MECHANISM_E2E
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
config PORT13_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT13_INST01_DESIRADE_STATE_MASTER
config PORT13_INST01_DESIRADE_STATE_MASTER
config PORT13_INST01_DESIRADE_STATE_SLAVE
config PORT13_INST01_DESIRADE_STATE_PASSIVE
config PORT13_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT13_INST01_PROFILE_HA && !PORT13_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT13_INST01_BMODE_AUTO
config PORT13_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT13_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
menu "PORT 14"
config PORT14_IFACE
string "Network interface"
default "wri14"
Used to set the physical port interface name: "wri[1-18]"
config PORT14_FIBER
int "Fiber type"
default 0
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
config PORT14_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT14_INST01_MECHANISM_E2E
config PORT14_INST01_MECHANISM_E2E
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
config PORT14_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT14_INST01_DESIRADE_STATE_MASTER
config PORT14_INST01_DESIRADE_STATE_MASTER
config PORT14_INST01_DESIRADE_STATE_SLAVE
config PORT14_INST01_DESIRADE_STATE_PASSIVE
config PORT14_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT14_INST01_PROFILE_HA && !PORT14_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT14_INST01_BMODE_AUTO
config PORT14_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT14_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
default "wri15"
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
Used to set the constant delay asymmetry.
choice
prompt "Number of port instances"
default PORT15_INSTANCE_COUNT_1
config PORT15_INSTANCE_COUNT_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
config PORT15_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT15_INST01_MECHANISM_E2E
config PORT15_INST01_MECHANISM_E2E
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
config PORT15_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT15_INST01_DESIRADE_STATE_MASTER
config PORT15_INST01_DESIRADE_STATE_MASTER
config PORT15_INST01_DESIRADE_STATE_SLAVE
config PORT15_INST01_DESIRADE_STATE_PASSIVE
config PORT15_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT15_INST01_PROFILE_HA && !PORT15_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT15_INST01_BMODE_AUTO
config PORT15_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT15_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
menu "PORT 16"
config PORT16_IFACE
string "Network interface"
default "wri16"
Used to set the physical port interface name: "wri[1-18]"
config PORT16_FIBER
int "Fiber type"
default 0
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
config PORT16_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT16_INST01_MECHANISM_E2E
config PORT16_INST01_MECHANISM_E2E
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
config PORT16_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT16_INST01_DESIRADE_STATE_MASTER
config PORT16_INST01_DESIRADE_STATE_MASTER
config PORT16_INST01_DESIRADE_STATE_SLAVE
config PORT16_INST01_DESIRADE_STATE_PASSIVE
config PORT16_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT16_INST01_PROFILE_HA && !PORT16_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT16_INST01_BMODE_AUTO
config PORT16_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT16_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
default "wri17"
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
Used to set the constant delay asymmetry.
choice
prompt "Number of port instances"
default PORT17_INSTANCE_COUNT_1
config PORT17_INSTANCE_COUNT_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
config PORT17_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT17_INST01_MECHANISM_E2E
config PORT17_INST01_MECHANISM_E2E
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
config PORT17_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT17_INST01_DESIRADE_STATE_MASTER
config PORT17_INST01_DESIRADE_STATE_MASTER
config PORT17_INST01_DESIRADE_STATE_SLAVE
config PORT17_INST01_DESIRADE_STATE_PASSIVE
config PORT17_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT17_INST01_PROFILE_HA && !PORT17_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT17_INST01_BMODE_AUTO
config PORT17_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT17_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
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
menu "PORT 18"
config PORT18_IFACE
string "Network interface"
default "wri18"
Used to set the physical port interface name: "wri[1-18]"
config PORT18_FIBER
int "Fiber type"
default 0
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
config PORT18_INST01_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT18_INST01_MECHANISM_E2E
config PORT18_INST01_MECHANISM_E2E
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
config PORT18_INST01_PROFILE_WR
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT18_INST01_DESIRADE_STATE_MASTER
config PORT18_INST01_DESIRADE_STATE_MASTER
config PORT18_INST01_DESIRADE_STATE_SLAVE
config PORT18_INST01_DESIRADE_STATE_PASSIVE
config PORT18_INST01_ASYMMETRY_CORRECTION_ENABLE
depends on !PORT18_INST01_PROFILE_HA && !PORT18_INST01_PROFILE_WR
bool "asymmetryCorrectionPortDS.enable"
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
config PORT18_INST01_BMODE_AUTO
config PORT18_INST01_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
help
Defines the transmission constant delay (ps)
config PORT18_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
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
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
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
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
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
The minPDelayRequestInterval specifies the minimum permitted