Newer
Older
menu "Port Timing Configuration"
config PTP_OPT_EXT_PORT_CONFIG_ENABLED
bool "externalPortConfigurationEnabled"
default true
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"
default false
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"
config PORT01_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT01_INSTANCE_COUNT_1 || PORT01_INSTANCE_COUNT_2
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 "WhiteRabbit"
config PORT01_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT01_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT01_INST01_BMODE_AUTO
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 223897
help
Defines the transmission constant delay (ps)
config PORT01_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226273
help
Defines the reception constant delay (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
config PORT01_INST01_L1SYNC_ENABLED
depends on PORT01_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT01_INST01_PROFILE_HA || (PORT01_INST01_PROFILE_CUSTOM && PORT01_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT01_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT01_INST01_PROFILE_HA || (PORT01_INST01_PROFILE_CUSTOM && PORT01_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
config PORT01_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT01_INST01_PROFILE_CUSTOM && PORT01_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT01_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT01_INST01_PROFILE_CUSTOM && PORT01_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT01_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT01_INST01_PROFILE_CUSTOM && PORT01_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT01_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT01_INST01_PROFILE_CUSTOM && PORT01_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT01_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT01_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT01_INSTANCE_COUNT_2
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
choice
prompt "Network protocol"
default PORT01_INST02_PROTOCOL_RAW
config PORT01_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT01_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT01_INST02_MECHANISM_E2E
config PORT01_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT01_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT01_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT01_INST02_PROFILE_WR
config PORT01_INST02_PROFILE_PTP
bool "PTP"
config PORT01_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT01_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT01_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT01_INST02_DESIRADE_STATE_SLAVE if TIME_BC
default PORT01_INST02_DESIRADE_STATE_MASTER
config PORT01_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT01_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT01_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT01_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT01_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT01_INST02_BMODE_AUTO
config PORT01_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT01_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT01_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 223897
help
Defines the transmission constant delay (ps)
config PORT01_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226273
help
Defines the reception constant delay (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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT01_INST02_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_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT01_INST02_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
config PORT01_INST02_L1SYNC_ENABLED
depends on PORT01_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT01_INST02_PROFILE_HA || (PORT01_INST02_PROFILE_CUSTOM && PORT01_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT01_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT01_INST02_PROFILE_HA || (PORT01_INST02_PROFILE_CUSTOM && PORT01_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
config PORT01_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT01_INST02_PROFILE_CUSTOM && PORT01_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT01_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT01_INST02_PROFILE_CUSTOM && PORT01_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT01_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT01_INST02_PROFILE_CUSTOM && PORT01_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT01_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT01_INST02_PROFILE_CUSTOM && PORT01_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT01_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT01_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
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
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"
config PORT02_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT02_INSTANCE_COUNT_1 || PORT02_INSTANCE_COUNT_2
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
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 "WhiteRabbit"
config PORT02_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT02_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT02_INST01_BMODE_AUTO
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 224037
help
Defines the transmission constant delay (ps)
config PORT02_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226377
help
Defines the reception constant delay (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 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
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 PORT02_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT02_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
config PORT02_INST01_L1SYNC_ENABLED
depends on PORT02_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT02_INST01_PROFILE_HA || (PORT02_INST01_PROFILE_CUSTOM && PORT02_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT02_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT02_INST01_PROFILE_HA || (PORT02_INST01_PROFILE_CUSTOM && PORT02_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
config PORT02_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT02_INST01_PROFILE_CUSTOM && PORT02_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT02_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT02_INST01_PROFILE_CUSTOM && PORT02_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT02_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT02_INST01_PROFILE_CUSTOM && PORT02_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT02_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT02_INST01_PROFILE_CUSTOM && PORT02_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT02_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT02_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT02_INSTANCE_COUNT_2
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
choice
prompt "Network protocol"
default PORT02_INST02_PROTOCOL_RAW
config PORT02_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT02_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT02_INST02_MECHANISM_E2E
config PORT02_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT02_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT02_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT02_INST02_PROFILE_WR
config PORT02_INST02_PROFILE_PTP
bool "PTP"
config PORT02_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT02_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT02_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT02_INST02_DESIRADE_STATE_MASTER
config PORT02_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT02_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT02_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT02_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT02_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT02_INST02_BMODE_AUTO
config PORT02_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT02_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT02_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 224037
help
Defines the transmission constant delay (ps)
config PORT02_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226377
help
Defines the reception constant delay (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 PORT02_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT02_INST02_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 PORT02_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT02_INST02_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
config PORT02_INST02_L1SYNC_ENABLED
depends on PORT02_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT02_INST02_PROFILE_HA || (PORT02_INST02_PROFILE_CUSTOM && PORT02_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT02_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT02_INST02_PROFILE_HA || (PORT02_INST02_PROFILE_CUSTOM && PORT02_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
config PORT02_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT02_INST02_PROFILE_CUSTOM && PORT02_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT02_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT02_INST02_PROFILE_CUSTOM && PORT02_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT02_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT02_INST02_PROFILE_CUSTOM && PORT02_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT02_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT02_INST02_PROFILE_CUSTOM && PORT02_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT02_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT02_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
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
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"
config PORT03_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT03_INSTANCE_COUNT_1 || PORT03_INSTANCE_COUNT_2
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
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 "WhiteRabbit"
config PORT03_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT03_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT03_INST01_BMODE_AUTO
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 224142
help
Defines the transmission constant delay (ps)
config PORT03_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226638
help
Defines the reception constant delay (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
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 PORT03_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT03_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
config PORT03_INST01_L1SYNC_ENABLED
depends on PORT03_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT03_INST01_PROFILE_HA || (PORT03_INST01_PROFILE_CUSTOM && PORT03_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT03_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT03_INST01_PROFILE_HA || (PORT03_INST01_PROFILE_CUSTOM && PORT03_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
config PORT03_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT03_INST01_PROFILE_CUSTOM && PORT03_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT03_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT03_INST01_PROFILE_CUSTOM && PORT03_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT03_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT03_INST01_PROFILE_CUSTOM && PORT03_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT03_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT03_INST01_PROFILE_CUSTOM && PORT03_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT03_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT03_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT03_INSTANCE_COUNT_2
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
choice
prompt "Network protocol"
default PORT03_INST02_PROTOCOL_RAW
config PORT03_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT03_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT03_INST02_MECHANISM_E2E
config PORT03_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT03_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT03_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT03_INST02_PROFILE_WR
config PORT03_INST02_PROFILE_PTP
bool "PTP"
config PORT03_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT03_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT03_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT03_INST02_DESIRADE_STATE_MASTER
config PORT03_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT03_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT03_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT03_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT03_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT03_INST02_BMODE_AUTO
config PORT03_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT03_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT03_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 224142
help
Defines the transmission constant delay (ps)
config PORT03_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226638
help
Defines the reception constant delay (ps)
config PORT03_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT03_INST02_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 PORT03_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT03_INST02_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
config PORT03_INST02_L1SYNC_ENABLED
depends on PORT03_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT03_INST02_PROFILE_HA || (PORT03_INST02_PROFILE_CUSTOM && PORT03_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT03_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT03_INST02_PROFILE_HA || (PORT03_INST02_PROFILE_CUSTOM && PORT03_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
config PORT03_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT03_INST02_PROFILE_CUSTOM && PORT03_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT03_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT03_INST02_PROFILE_CUSTOM && PORT03_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT03_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT03_INST02_PROFILE_CUSTOM && PORT03_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT03_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT03_INST02_PROFILE_CUSTOM && PORT03_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT03_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT03_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
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
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"
config PORT04_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT04_INSTANCE_COUNT_1 || PORT04_INSTANCE_COUNT_2
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
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 "WhiteRabbit"
config PORT04_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT04_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT04_INST01_BMODE_AUTO
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 224313
help
Defines the transmission constant delay (ps)
config PORT04_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226471
help
Defines the reception constant delay (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
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 PORT04_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT04_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
config PORT04_INST01_L1SYNC_ENABLED
depends on PORT04_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT04_INST01_PROFILE_HA || (PORT04_INST01_PROFILE_CUSTOM && PORT04_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT04_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT04_INST01_PROFILE_HA || (PORT04_INST01_PROFILE_CUSTOM && PORT04_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
config PORT04_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT04_INST01_PROFILE_CUSTOM && PORT04_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT04_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT04_INST01_PROFILE_CUSTOM && PORT04_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT04_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT04_INST01_PROFILE_CUSTOM && PORT04_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT04_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT04_INST01_PROFILE_CUSTOM && PORT04_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT04_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT04_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT04_INSTANCE_COUNT_2
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
choice
prompt "Network protocol"
default PORT04_INST02_PROTOCOL_RAW
config PORT04_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT04_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT04_INST02_MECHANISM_E2E
config PORT04_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT04_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT04_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT04_INST02_PROFILE_WR
config PORT04_INST02_PROFILE_PTP
bool "PTP"
config PORT04_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT04_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT04_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT04_INST02_DESIRADE_STATE_MASTER
config PORT04_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT04_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT04_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT04_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT04_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT04_INST02_BMODE_AUTO
config PORT04_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT04_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT04_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 224313
help
Defines the transmission constant delay (ps)
config PORT04_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226471
help
Defines the reception constant delay (ps)
config PORT04_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT04_INST02_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 PORT04_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT04_INST02_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
config PORT04_INST02_L1SYNC_ENABLED
depends on PORT04_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT04_INST02_PROFILE_HA || (PORT04_INST02_PROFILE_CUSTOM && PORT04_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT04_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT04_INST02_PROFILE_HA || (PORT04_INST02_PROFILE_CUSTOM && PORT04_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
config PORT04_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT04_INST02_PROFILE_CUSTOM && PORT04_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT04_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT04_INST02_PROFILE_CUSTOM && PORT04_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT04_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT04_INST02_PROFILE_CUSTOM && PORT04_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT04_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT04_INST02_PROFILE_CUSTOM && PORT04_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT04_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT04_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
menu "PORT 5"
config PORT05_IFACE
string "Network interface"
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
bool "0"
config PORT05_INSTANCE_COUNT_1
bool "1"
config PORT05_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT05_INSTANCE_COUNT_1 || PORT05_INSTANCE_COUNT_2
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
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 "WhiteRabbit"
config PORT05_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT05_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT05_INST01_BMODE_AUTO
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 224455
help
Defines the transmission constant delay (ps)
config PORT05_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 227679
help
Defines the reception constant delay (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
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 PORT05_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT05_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
config PORT05_INST01_L1SYNC_ENABLED
depends on PORT05_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT05_INST01_PROFILE_HA || (PORT05_INST01_PROFILE_CUSTOM && PORT05_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT05_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT05_INST01_PROFILE_HA || (PORT05_INST01_PROFILE_CUSTOM && PORT05_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
config PORT05_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT05_INST01_PROFILE_CUSTOM && PORT05_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT05_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT05_INST01_PROFILE_CUSTOM && PORT05_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT05_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT05_INST01_PROFILE_CUSTOM && PORT05_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT05_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT05_INST01_PROFILE_CUSTOM && PORT05_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT05_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT05_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT05_INSTANCE_COUNT_2
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
choice
prompt "Network protocol"
default PORT05_INST02_PROTOCOL_RAW
config PORT05_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT05_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT05_INST02_MECHANISM_E2E
config PORT05_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT05_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT05_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT05_INST02_PROFILE_WR
config PORT05_INST02_PROFILE_PTP
bool "PTP"
config PORT05_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT05_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT05_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT05_INST02_DESIRADE_STATE_MASTER
config PORT05_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT05_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT05_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT05_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT05_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT05_INST02_BMODE_AUTO
config PORT05_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT05_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT05_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 224455
help
Defines the transmission constant delay (ps)
config PORT05_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 227679
help
Defines the reception constant delay (ps)
config PORT05_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT05_INST02_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 PORT05_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT05_INST02_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
config PORT05_INST02_L1SYNC_ENABLED
depends on PORT05_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT05_INST02_PROFILE_HA || (PORT05_INST02_PROFILE_CUSTOM && PORT05_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT05_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT05_INST02_PROFILE_HA || (PORT05_INST02_PROFILE_CUSTOM && PORT05_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
config PORT05_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT05_INST02_PROFILE_CUSTOM && PORT05_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT05_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT05_INST02_PROFILE_CUSTOM && PORT05_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT05_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT05_INST02_PROFILE_CUSTOM && PORT05_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT05_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT05_INST02_PROFILE_CUSTOM && PORT05_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT05_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT05_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
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
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"
config PORT06_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT06_INSTANCE_COUNT_1 || PORT06_INSTANCE_COUNT_2
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
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 "WhiteRabbit"
config PORT06_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT06_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT06_INST01_BMODE_AUTO
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 224603
help
Defines the transmission constant delay (ps)
config PORT06_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 227891
help
Defines the reception constant delay (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
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 PORT06_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT06_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
config PORT06_INST01_L1SYNC_ENABLED
depends on PORT06_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT06_INST01_PROFILE_HA || (PORT06_INST01_PROFILE_CUSTOM && PORT06_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT06_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT06_INST01_PROFILE_HA || (PORT06_INST01_PROFILE_CUSTOM && PORT06_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
config PORT06_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT06_INST01_PROFILE_CUSTOM && PORT06_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT06_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT06_INST01_PROFILE_CUSTOM && PORT06_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT06_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT06_INST01_PROFILE_CUSTOM && PORT06_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT06_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT06_INST01_PROFILE_CUSTOM && PORT06_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT06_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT06_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT06_INSTANCE_COUNT_2
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
choice
prompt "Network protocol"
default PORT06_INST02_PROTOCOL_RAW
config PORT06_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT06_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT06_INST02_MECHANISM_E2E
config PORT06_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT06_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT06_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT06_INST02_PROFILE_WR
config PORT06_INST02_PROFILE_PTP
bool "PTP"
config PORT06_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT06_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT06_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT06_INST02_DESIRADE_STATE_MASTER
config PORT06_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT06_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT06_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT06_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT06_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT06_INST02_BMODE_AUTO
config PORT06_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT06_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT06_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 224603
help
Defines the transmission constant delay (ps)
config PORT06_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 227891
help
Defines the reception constant delay (ps)
config PORT06_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT06_INST02_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 PORT06_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT06_INST02_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
config PORT06_INST02_L1SYNC_ENABLED
depends on PORT06_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT06_INST02_PROFILE_HA || (PORT06_INST02_PROFILE_CUSTOM && PORT06_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT06_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT06_INST02_PROFILE_HA || (PORT06_INST02_PROFILE_CUSTOM && PORT06_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
config PORT06_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT06_INST02_PROFILE_CUSTOM && PORT06_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT06_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT06_INST02_PROFILE_CUSTOM && PORT06_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT06_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT06_INST02_PROFILE_CUSTOM && PORT06_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT06_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT06_INST02_PROFILE_CUSTOM && PORT06_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT06_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT06_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
menu "PORT 7"
config PORT07_IFACE
string "Network interface"
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
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"
config PORT07_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT07_INSTANCE_COUNT_1 || PORT07_INSTANCE_COUNT_2
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
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 "WhiteRabbit"
config PORT07_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT07_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT07_INST01_BMODE_AUTO
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 224761
help
Defines the transmission constant delay (ps)
config PORT07_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228055
help
Defines the reception constant delay (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
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 PORT07_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT07_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
config PORT07_INST01_L1SYNC_ENABLED
depends on PORT07_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT07_INST01_PROFILE_HA || (PORT07_INST01_PROFILE_CUSTOM && PORT07_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT07_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT07_INST01_PROFILE_HA || (PORT07_INST01_PROFILE_CUSTOM && PORT07_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
config PORT07_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT07_INST01_PROFILE_CUSTOM && PORT07_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT07_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT07_INST01_PROFILE_CUSTOM && PORT07_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT07_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT07_INST01_PROFILE_CUSTOM && PORT07_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT07_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT07_INST01_PROFILE_CUSTOM && PORT07_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT07_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT07_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT07_INSTANCE_COUNT_2
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
choice
prompt "Network protocol"
default PORT07_INST02_PROTOCOL_RAW
config PORT07_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT07_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT07_INST02_MECHANISM_E2E
config PORT07_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT07_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT07_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT07_INST02_PROFILE_WR
config PORT07_INST02_PROFILE_PTP
bool "PTP"
config PORT07_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT07_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT07_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT07_INST02_DESIRADE_STATE_MASTER
config PORT07_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT07_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT07_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT07_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT07_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT07_INST02_BMODE_AUTO
config PORT07_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT07_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT07_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 224761
help
Defines the transmission constant delay (ps)
config PORT07_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228055
help
Defines the reception constant delay (ps)
config PORT07_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT07_INST02_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 PORT07_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT07_INST02_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
config PORT07_INST02_L1SYNC_ENABLED
depends on PORT07_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT07_INST02_PROFILE_HA || (PORT07_INST02_PROFILE_CUSTOM && PORT07_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT07_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT07_INST02_PROFILE_HA || (PORT07_INST02_PROFILE_CUSTOM && PORT07_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
config PORT07_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT07_INST02_PROFILE_CUSTOM && PORT07_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT07_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT07_INST02_PROFILE_CUSTOM && PORT07_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT07_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT07_INST02_PROFILE_CUSTOM && PORT07_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT07_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT07_INST02_PROFILE_CUSTOM && PORT07_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT07_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT07_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
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
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"
config PORT08_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT08_INSTANCE_COUNT_1 || PORT08_INSTANCE_COUNT_2
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
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 "WhiteRabbit"
config PORT08_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT08_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT08_INST01_BMODE_AUTO
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 224898
help
Defines the transmission constant delay (ps)
config PORT08_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228178
help
Defines the reception constant delay (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
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 PORT08_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT08_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
config PORT08_INST01_L1SYNC_ENABLED
depends on PORT08_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT08_INST01_PROFILE_HA || (PORT08_INST01_PROFILE_CUSTOM && PORT08_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT08_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT08_INST01_PROFILE_HA || (PORT08_INST01_PROFILE_CUSTOM && PORT08_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
config PORT08_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT08_INST01_PROFILE_CUSTOM && PORT08_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT08_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT08_INST01_PROFILE_CUSTOM && PORT08_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT08_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT08_INST01_PROFILE_CUSTOM && PORT08_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT08_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT08_INST01_PROFILE_CUSTOM && PORT08_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT08_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT08_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT08_INSTANCE_COUNT_2
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
choice
prompt "Network protocol"
default PORT08_INST02_PROTOCOL_RAW
config PORT08_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT08_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT08_INST02_MECHANISM_E2E
config PORT08_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT08_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT08_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT08_INST02_PROFILE_WR
config PORT08_INST02_PROFILE_PTP
bool "PTP"
config PORT08_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT08_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT08_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT08_INST02_DESIRADE_STATE_MASTER
config PORT08_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT08_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT08_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT08_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT08_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT08_INST02_BMODE_AUTO
config PORT08_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT08_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT08_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 224898
help
Defines the transmission constant delay (ps)
config PORT08_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228178
help
Defines the reception constant delay (ps)
config PORT08_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT08_INST02_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 PORT08_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT08_INST02_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
config PORT08_INST02_L1SYNC_ENABLED
depends on PORT08_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT08_INST02_PROFILE_HA || (PORT08_INST02_PROFILE_CUSTOM && PORT08_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT08_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT08_INST02_PROFILE_HA || (PORT08_INST02_PROFILE_CUSTOM && PORT08_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
config PORT08_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT08_INST02_PROFILE_CUSTOM && PORT08_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT08_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT08_INST02_PROFILE_CUSTOM && PORT08_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT08_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT08_INST02_PROFILE_CUSTOM && PORT08_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT08_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT08_INST02_PROFILE_CUSTOM && PORT08_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT08_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT08_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
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
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"
config PORT09_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT09_INSTANCE_COUNT_1 || PORT09_INSTANCE_COUNT_2
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
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 "WhiteRabbit"
config PORT09_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT09_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT09_INST01_BMODE_AUTO
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 225069
help
Defines the transmission constant delay (ps)
config PORT09_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228277
help
Defines the reception constant delay (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
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 PORT09_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT09_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
config PORT09_INST01_L1SYNC_ENABLED
depends on PORT09_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT09_INST01_PROFILE_HA || (PORT09_INST01_PROFILE_CUSTOM && PORT09_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT09_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT09_INST01_PROFILE_HA || (PORT09_INST01_PROFILE_CUSTOM && PORT09_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
config PORT09_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT09_INST01_PROFILE_CUSTOM && PORT09_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT09_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT09_INST01_PROFILE_CUSTOM && PORT09_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT09_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT09_INST01_PROFILE_CUSTOM && PORT09_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT09_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT09_INST01_PROFILE_CUSTOM && PORT09_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT09_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT09_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT09_INSTANCE_COUNT_2
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
choice
prompt "Network protocol"
default PORT09_INST02_PROTOCOL_RAW
config PORT09_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT09_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT09_INST02_MECHANISM_E2E
config PORT09_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT09_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT09_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT09_INST02_PROFILE_WR
config PORT09_INST02_PROFILE_PTP
bool "PTP"
config PORT09_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT09_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT09_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT09_INST02_DESIRADE_STATE_MASTER
config PORT09_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT09_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT09_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT09_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT09_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT09_INST02_BMODE_AUTO
config PORT09_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT09_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT09_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225069
help
Defines the transmission constant delay (ps)
config PORT09_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228277
help
Defines the reception constant delay (ps)
config PORT09_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT09_INST02_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 PORT09_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT09_INST02_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
config PORT09_INST02_L1SYNC_ENABLED
depends on PORT09_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT09_INST02_PROFILE_HA || (PORT09_INST02_PROFILE_CUSTOM && PORT09_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT09_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT09_INST02_PROFILE_HA || (PORT09_INST02_PROFILE_CUSTOM && PORT09_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
config PORT09_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT09_INST02_PROFILE_CUSTOM && PORT09_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT09_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT09_INST02_PROFILE_CUSTOM && PORT09_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT09_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT09_INST02_PROFILE_CUSTOM && PORT09_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT09_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT09_INST02_PROFILE_CUSTOM && PORT09_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT09_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT09_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
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
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"
config PORT10_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT10_INSTANCE_COUNT_1 || PORT10_INSTANCE_COUNT_2
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
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
default PORT10_INST01_PROFILE_WR
config PORT10_INST01_PROFILE_PTP
bool "PTP"
config PORT10_INST01_PROFILE_WR
bool "WhiteRabbit"
config PORT10_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT10_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT10_INST01_BMODE_AUTO
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 225245
help
Defines the transmission constant delay (ps)
config PORT10_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228435
help
Defines the reception constant delay (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
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 PORT10_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT10_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
config PORT10_INST01_L1SYNC_ENABLED
depends on PORT10_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT10_INST01_PROFILE_HA || (PORT10_INST01_PROFILE_CUSTOM && PORT10_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT10_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT10_INST01_PROFILE_HA || (PORT10_INST01_PROFILE_CUSTOM && PORT10_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
config PORT10_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT10_INST01_PROFILE_CUSTOM && PORT10_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT10_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT10_INST01_PROFILE_CUSTOM && PORT10_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT10_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT10_INST01_PROFILE_CUSTOM && PORT10_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT10_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT10_INST01_PROFILE_CUSTOM && PORT10_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT10_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT10_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT10_INSTANCE_COUNT_2
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
choice
prompt "Network protocol"
default PORT10_INST02_PROTOCOL_RAW
config PORT10_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT10_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT10_INST02_MECHANISM_E2E
config PORT10_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT10_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT10_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT10_INST02_PROFILE_WR
config PORT10_INST02_PROFILE_PTP
bool "PTP"
config PORT10_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT10_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT10_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT10_INST02_DESIRADE_STATE_MASTER
config PORT10_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT10_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT10_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT10_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT10_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT10_INST02_BMODE_AUTO
config PORT10_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT10_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT10_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225245
help
Defines the transmission constant delay (ps)
config PORT10_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228435
help
Defines the reception constant delay (ps)
config PORT10_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT10_INST02_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 PORT10_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT10_INST02_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
config PORT10_INST02_L1SYNC_ENABLED
depends on PORT10_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT10_INST02_PROFILE_HA || (PORT10_INST02_PROFILE_CUSTOM && PORT10_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT10_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT10_INST02_PROFILE_HA || (PORT10_INST02_PROFILE_CUSTOM && PORT10_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
config PORT10_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT10_INST02_PROFILE_CUSTOM && PORT10_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT10_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT10_INST02_PROFILE_CUSTOM && PORT10_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT10_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT10_INST02_PROFILE_CUSTOM && PORT10_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT10_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT10_INST02_PROFILE_CUSTOM && PORT10_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT10_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT10_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
menu "PORT 11"
config PORT11_IFACE
string "Network interface"
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
bool "0"
config PORT11_INSTANCE_COUNT_1
bool "1"
config PORT11_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT11_INSTANCE_COUNT_1 || PORT11_INSTANCE_COUNT_2
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
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 "WhiteRabbit"
config PORT11_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT11_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT11_INST01_BMODE_AUTO
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 225463
help
Defines the transmission constant delay (ps)
config PORT11_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228963
help
Defines the reception constant delay (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
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 PORT11_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT11_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
config PORT11_INST01_L1SYNC_ENABLED
depends on PORT11_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT11_INST01_PROFILE_HA || (PORT11_INST01_PROFILE_CUSTOM && PORT11_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT11_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT11_INST01_PROFILE_HA || (PORT11_INST01_PROFILE_CUSTOM && PORT11_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
config PORT11_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT11_INST01_PROFILE_CUSTOM && PORT11_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT11_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT11_INST01_PROFILE_CUSTOM && PORT11_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT11_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT11_INST01_PROFILE_CUSTOM && PORT11_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT11_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT11_INST01_PROFILE_CUSTOM && PORT11_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT11_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT11_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT11_INSTANCE_COUNT_2
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
choice
prompt "Network protocol"
default PORT11_INST02_PROTOCOL_RAW
config PORT11_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT11_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT11_INST02_MECHANISM_E2E
config PORT11_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT11_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT11_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT11_INST02_PROFILE_WR
config PORT11_INST02_PROFILE_PTP
bool "PTP"
config PORT11_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT11_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT11_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT11_INST02_DESIRADE_STATE_MASTER
config PORT11_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT11_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT11_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT11_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT11_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT11_INST02_BMODE_AUTO
config PORT11_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT11_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT11_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225463
help
Defines the transmission constant delay (ps)
config PORT11_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228963
help
Defines the reception constant delay (ps)
config PORT11_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT11_INST02_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 PORT11_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT11_INST02_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
config PORT11_INST02_L1SYNC_ENABLED
depends on PORT11_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT11_INST02_PROFILE_HA || (PORT11_INST02_PROFILE_CUSTOM && PORT11_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT11_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT11_INST02_PROFILE_HA || (PORT11_INST02_PROFILE_CUSTOM && PORT11_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
config PORT11_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT11_INST02_PROFILE_CUSTOM && PORT11_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT11_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT11_INST02_PROFILE_CUSTOM && PORT11_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT11_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT11_INST02_PROFILE_CUSTOM && PORT11_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT11_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT11_INST02_PROFILE_CUSTOM && PORT11_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT11_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT11_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
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
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"
config PORT12_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT12_INSTANCE_COUNT_1 || PORT12_INSTANCE_COUNT_2
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
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 "WhiteRabbit"
config PORT12_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT12_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT12_INST01_BMODE_AUTO
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 225645
help
Defines the transmission constant delay (ps)
config PORT12_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229107
help
Defines the reception constant delay (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
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 PORT12_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT12_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
config PORT12_INST01_L1SYNC_ENABLED
depends on PORT12_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT12_INST01_PROFILE_HA || (PORT12_INST01_PROFILE_CUSTOM && PORT12_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT12_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT12_INST01_PROFILE_HA || (PORT12_INST01_PROFILE_CUSTOM && PORT12_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
config PORT12_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT12_INST01_PROFILE_CUSTOM && PORT12_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT12_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT12_INST01_PROFILE_CUSTOM && PORT12_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT12_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT12_INST01_PROFILE_CUSTOM && PORT12_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT12_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT12_INST01_PROFILE_CUSTOM && PORT12_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT12_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT12_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT12_INSTANCE_COUNT_2
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
choice
prompt "Network protocol"
default PORT12_INST02_PROTOCOL_RAW
config PORT12_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT12_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT12_INST02_MECHANISM_E2E
config PORT12_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT12_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT12_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT12_INST02_PROFILE_WR
config PORT12_INST02_PROFILE_PTP
bool "PTP"
config PORT12_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT12_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT12_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT12_INST02_DESIRADE_STATE_MASTER
config PORT12_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT12_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT12_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT12_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT12_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT12_INST02_BMODE_AUTO
config PORT12_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT12_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT12_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225645
help
Defines the transmission constant delay (ps)
config PORT12_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229107
help
Defines the reception constant delay (ps)
config PORT12_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT12_INST02_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 PORT12_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT12_INST02_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
config PORT12_INST02_L1SYNC_ENABLED
depends on PORT12_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT12_INST02_PROFILE_HA || (PORT12_INST02_PROFILE_CUSTOM && PORT12_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT12_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT12_INST02_PROFILE_HA || (PORT12_INST02_PROFILE_CUSTOM && PORT12_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
config PORT12_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT12_INST02_PROFILE_CUSTOM && PORT12_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT12_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT12_INST02_PROFILE_CUSTOM && PORT12_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT12_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT12_INST02_PROFILE_CUSTOM && PORT12_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT12_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT12_INST02_PROFILE_CUSTOM && PORT12_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT12_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT12_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
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
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"
config PORT13_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT13_INSTANCE_COUNT_1 || PORT13_INSTANCE_COUNT_2
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
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 "WhiteRabbit"
config PORT13_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT13_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT13_INST01_BMODE_AUTO
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 225801
help
Defines the transmission constant delay (ps)
config PORT13_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229225
help
Defines the reception constant delay (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
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 PORT13_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT13_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
config PORT13_INST01_L1SYNC_ENABLED
depends on PORT13_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT13_INST01_PROFILE_HA || (PORT13_INST01_PROFILE_CUSTOM && PORT13_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT13_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT13_INST01_PROFILE_HA || (PORT13_INST01_PROFILE_CUSTOM && PORT13_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
config PORT13_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT13_INST01_PROFILE_CUSTOM && PORT13_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT13_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT13_INST01_PROFILE_CUSTOM && PORT13_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT13_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT13_INST01_PROFILE_CUSTOM && PORT13_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT13_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT13_INST01_PROFILE_CUSTOM && PORT13_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT13_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT13_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT13_INSTANCE_COUNT_2
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
choice
prompt "Network protocol"
default PORT13_INST02_PROTOCOL_RAW
config PORT13_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT13_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT13_INST02_MECHANISM_E2E
config PORT13_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT13_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT13_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT13_INST02_PROFILE_WR
config PORT13_INST02_PROFILE_PTP
bool "PTP"
config PORT13_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT13_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT13_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT13_INST02_DESIRADE_STATE_MASTER
config PORT13_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT13_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT13_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT13_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT13_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT13_INST02_BMODE_AUTO
config PORT13_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT13_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT13_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225801
help
Defines the transmission constant delay (ps)
config PORT13_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229225
help
Defines the reception constant delay (ps)
config PORT13_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT13_INST02_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 PORT13_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT13_INST02_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
config PORT13_INST02_L1SYNC_ENABLED
depends on PORT13_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT13_INST02_PROFILE_HA || (PORT13_INST02_PROFILE_CUSTOM && PORT13_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT13_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT13_INST02_PROFILE_HA || (PORT13_INST02_PROFILE_CUSTOM && PORT13_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
config PORT13_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT13_INST02_PROFILE_CUSTOM && PORT13_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT13_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT13_INST02_PROFILE_CUSTOM && PORT13_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT13_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT13_INST02_PROFILE_CUSTOM && PORT13_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT13_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT13_INST02_PROFILE_CUSTOM && PORT13_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT13_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT13_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
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
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"
config PORT14_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT14_INSTANCE_COUNT_1 || PORT14_INSTANCE_COUNT_2
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
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 "WhiteRabbit"
config PORT14_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT14_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT14_INST01_BMODE_AUTO
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 225983
help
Defines the transmission constant delay (ps)
config PORT14_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229463
help
Defines the reception constant delay (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
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 PORT14_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT14_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
config PORT14_INST01_L1SYNC_ENABLED
depends on PORT14_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT14_INST01_PROFILE_HA || (PORT14_INST01_PROFILE_CUSTOM && PORT14_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT14_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT14_INST01_PROFILE_HA || (PORT14_INST01_PROFILE_CUSTOM && PORT14_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182
6183
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
config PORT14_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT14_INST01_PROFILE_CUSTOM && PORT14_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT14_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT14_INST01_PROFILE_CUSTOM && PORT14_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT14_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT14_INST01_PROFILE_CUSTOM && PORT14_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT14_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT14_INST01_PROFILE_CUSTOM && PORT14_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT14_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT14_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT14_INSTANCE_COUNT_2
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246
choice
prompt "Network protocol"
default PORT14_INST02_PROTOCOL_RAW
config PORT14_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT14_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT14_INST02_MECHANISM_E2E
config PORT14_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT14_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT14_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT14_INST02_PROFILE_WR
config PORT14_INST02_PROFILE_PTP
bool "PTP"
config PORT14_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT14_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT14_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT14_INST02_DESIRADE_STATE_MASTER
config PORT14_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT14_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT14_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT14_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT14_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT14_INST02_BMODE_AUTO
config PORT14_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT14_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT14_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225983
help
Defines the transmission constant delay (ps)
config PORT14_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229463
help
Defines the reception constant delay (ps)
config PORT14_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT14_INST02_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 PORT14_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT14_INST02_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
config PORT14_INST02_L1SYNC_ENABLED
depends on PORT14_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT14_INST02_PROFILE_HA || (PORT14_INST02_PROFILE_CUSTOM && PORT14_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT14_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT14_INST02_PROFILE_HA || (PORT14_INST02_PROFILE_CUSTOM && PORT14_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
config PORT14_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT14_INST02_PROFILE_CUSTOM && PORT14_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT14_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT14_INST02_PROFILE_CUSTOM && PORT14_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT14_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT14_INST02_PROFILE_CUSTOM && PORT14_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT14_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT14_INST02_PROFILE_CUSTOM && PORT14_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT14_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT14_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
menu "PORT 15"
config PORT15_IFACE
string "Network interface"
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
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"
config PORT15_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT15_INSTANCE_COUNT_1 || PORT15_INSTANCE_COUNT_2
6467
6468
6469
6470
6471
6472
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
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 "WhiteRabbit"
config PORT15_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT15_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT15_INST01_BMODE_AUTO
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 226208
help
Defines the transmission constant delay (ps)
config PORT15_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229850
help
Defines the reception constant delay (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
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 PORT15_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT15_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
config PORT15_INST01_L1SYNC_ENABLED
depends on PORT15_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT15_INST01_PROFILE_HA || (PORT15_INST01_PROFILE_CUSTOM && PORT15_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT15_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT15_INST01_PROFILE_HA || (PORT15_INST01_PROFILE_CUSTOM && PORT15_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
6656
6657
6658
6659
6660
6661
6662
6663
6664
config PORT15_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT15_INST01_PROFILE_CUSTOM && PORT15_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT15_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT15_INST01_PROFILE_CUSTOM && PORT15_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT15_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT15_INST01_PROFILE_CUSTOM && PORT15_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT15_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT15_INST01_PROFILE_CUSTOM && PORT15_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT15_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT15_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT15_INSTANCE_COUNT_2
6679
6680
6681
6682
6683
6684
6685
6686
6687
6688
6689
6690
6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
choice
prompt "Network protocol"
default PORT15_INST02_PROTOCOL_RAW
config PORT15_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT15_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT15_INST02_MECHANISM_E2E
config PORT15_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT15_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT15_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT15_INST02_PROFILE_WR
config PORT15_INST02_PROFILE_PTP
bool "PTP"
config PORT15_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT15_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT15_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT15_INST02_DESIRADE_STATE_MASTER
config PORT15_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT15_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT15_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT15_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT15_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT15_INST02_BMODE_AUTO
config PORT15_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT15_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT15_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 226208
help
Defines the transmission constant delay (ps)
config PORT15_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229850
help
Defines the reception constant delay (ps)
config PORT15_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT15_INST02_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 PORT15_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT15_INST02_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
config PORT15_INST02_L1SYNC_ENABLED
depends on PORT15_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT15_INST02_PROFILE_HA || (PORT15_INST02_PROFILE_CUSTOM && PORT15_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT15_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT15_INST02_PROFILE_HA || (PORT15_INST02_PROFILE_CUSTOM && PORT15_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
6876
config PORT15_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT15_INST02_PROFILE_CUSTOM && PORT15_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT15_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT15_INST02_PROFILE_CUSTOM && PORT15_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT15_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT15_INST02_PROFILE_CUSTOM && PORT15_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT15_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT15_INST02_PROFILE_CUSTOM && PORT15_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT15_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT15_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
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
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"
config PORT16_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT16_INSTANCE_COUNT_1 || PORT16_INSTANCE_COUNT_2
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
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 "WhiteRabbit"
config PORT16_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT16_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT16_INST01_BMODE_AUTO
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 226393
help
Defines the transmission constant delay (ps)
config PORT16_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229907
help
Defines the reception constant delay (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
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 PORT16_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT16_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
config PORT16_INST01_L1SYNC_ENABLED
depends on PORT16_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT16_INST01_PROFILE_HA || (PORT16_INST01_PROFILE_CUSTOM && PORT16_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT16_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT16_INST01_PROFILE_HA || (PORT16_INST01_PROFILE_CUSTOM && PORT16_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122
config PORT16_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT16_INST01_PROFILE_CUSTOM && PORT16_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT16_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT16_INST01_PROFILE_CUSTOM && PORT16_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT16_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT16_INST01_PROFILE_CUSTOM && PORT16_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT16_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT16_INST01_PROFILE_CUSTOM && PORT16_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT16_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT16_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT16_INSTANCE_COUNT_2
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155
7156
7157
7158
7159
7160
7161
7162
choice
prompt "Network protocol"
default PORT16_INST02_PROTOCOL_RAW
config PORT16_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT16_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT16_INST02_MECHANISM_E2E
config PORT16_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT16_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT16_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT16_INST02_PROFILE_WR
config PORT16_INST02_PROFILE_PTP
bool "PTP"
config PORT16_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT16_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT16_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT16_INST02_DESIRADE_STATE_MASTER
config PORT16_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT16_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT16_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT16_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT16_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT16_INST02_BMODE_AUTO
config PORT16_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT16_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT16_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 226393
help
Defines the transmission constant delay (ps)
config PORT16_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229907
help
Defines the reception constant delay (ps)
config PORT16_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT16_INST02_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 PORT16_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT16_INST02_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
config PORT16_INST02_L1SYNC_ENABLED
depends on PORT16_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT16_INST02_PROFILE_HA || (PORT16_INST02_PROFILE_CUSTOM && PORT16_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT16_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT16_INST02_PROFILE_HA || (PORT16_INST02_PROFILE_CUSTOM && PORT16_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
config PORT16_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT16_INST02_PROFILE_CUSTOM && PORT16_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT16_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT16_INST02_PROFILE_CUSTOM && PORT16_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT16_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT16_INST02_PROFILE_CUSTOM && PORT16_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT16_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT16_INST02_PROFILE_CUSTOM && PORT16_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT16_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT16_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
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
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"
config PORT17_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT17_INSTANCE_COUNT_1 || PORT17_INSTANCE_COUNT_2
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
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 "WhiteRabbit"
config PORT17_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT17_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT17_INST01_BMODE_AUTO
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 226594
help
Defines the transmission constant delay (ps)
config PORT17_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 230106
help
Defines the reception constant delay (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
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 PORT17_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT17_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
config PORT17_INST01_L1SYNC_ENABLED
depends on PORT17_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT17_INST01_PROFILE_HA || (PORT17_INST01_PROFILE_CUSTOM && PORT17_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT17_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT17_INST01_PROFILE_HA || (PORT17_INST01_PROFILE_CUSTOM && PORT17_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
config PORT17_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT17_INST01_PROFILE_CUSTOM && PORT17_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT17_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT17_INST01_PROFILE_CUSTOM && PORT17_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT17_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT17_INST01_PROFILE_CUSTOM && PORT17_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT17_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT17_INST01_PROFILE_CUSTOM && PORT17_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT17_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT17_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT17_INSTANCE_COUNT_2
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
choice
prompt "Network protocol"
default PORT17_INST02_PROTOCOL_RAW
config PORT17_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT17_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT17_INST02_MECHANISM_E2E
config PORT17_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT17_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT17_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT17_INST02_PROFILE_WR
config PORT17_INST02_PROFILE_PTP
bool "PTP"
config PORT17_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT17_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT17_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT17_INST02_DESIRADE_STATE_MASTER
config PORT17_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT17_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT17_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT17_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT17_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT17_INST02_BMODE_AUTO
config PORT17_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT17_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT17_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 226594
help
Defines the transmission constant delay (ps)
config PORT17_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 230106
help
Defines the reception constant delay (ps)
config PORT17_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT17_INST02_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 PORT17_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT17_INST02_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
config PORT17_INST02_L1SYNC_ENABLED
depends on PORT17_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT17_INST02_PROFILE_HA || (PORT17_INST02_PROFILE_CUSTOM && PORT17_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT17_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT17_INST02_PROFILE_HA || (PORT17_INST02_PROFILE_CUSTOM && PORT17_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791
7792
config PORT17_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT17_INST02_PROFILE_CUSTOM && PORT17_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT17_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT17_INST02_PROFILE_CUSTOM && PORT17_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT17_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT17_INST02_PROFILE_CUSTOM && PORT17_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT17_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT17_INST02_PROFILE_CUSTOM && PORT17_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT17_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT17_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
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
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"
config PORT18_INSTANCE_COUNT_2
bool "2"
endchoice
menu "Instance 1"
depends on PORT18_INSTANCE_COUNT_1 || PORT18_INSTANCE_COUNT_2
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
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 "WhiteRabbit"
config PORT18_INST01_PROFILE_HA
bool "HighAccuracy"
config PORT18_INST01_PROFILE_CUSTOM
bool "Custom"
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="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_BC
default PORT18_INST01_BMODE_AUTO
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 226737
help
Defines the transmission constant delay (ps)
config PORT18_INST01_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 230273
help
Defines the reception constant delay (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
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 PORT18_INST01_MIN_PDELAY_REQ_INTERVAL
depends on PORT18_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
config PORT18_INST01_L1SYNC_ENABLED
depends on PORT18_INST01_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT18_INST01_PROFILE_HA || (PORT18_INST01_PROFILE_CUSTOM && PORT18_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT18_INST01_L1SYNC_RECEIPT_TIMEOUT
depends on PORT18_INST01_PROFILE_HA || (PORT18_INST01_PROFILE_CUSTOM && PORT18_INST01_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018
8019
8020
8021
8022
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
config PORT18_INST01_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT18_INST01_PROFILE_CUSTOM && PORT18_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT18_INST01_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT18_INST01_PROFILE_CUSTOM && PORT18_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT18_INST01_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT18_INST01_PROFILE_CUSTOM && PORT18_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT18_INST01_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT18_INST01_PROFILE_CUSTOM && PORT18_INST01_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT18_INST01_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT18_INST01_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
menu "Instance 2"
depends on PORT18_INSTANCE_COUNT_2
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064
8065
8066
8067
8068
8069
8070
8071
8072
8073
8074
8075
8076
8077
8078
choice
prompt "Network protocol"
default PORT18_INST02_PROTOCOL_RAW
config PORT18_INST02_PROTOCOL_RAW
bool "IEEE 802.3"
config PORT18_INST02_PROTOCOL_UDP_IPV4
bool "UDP/Ipv4"
endchoice
choice
prompt "Delay mechanism"
default PORT18_INST02_MECHANISM_E2E
config PORT18_INST02_MECHANISM_E2E
bool "End-to-end"
config PORT18_INST02_MECHANISM_P2P
bool "Peer-to-peer"
endchoice
config PORT18_INST02_MONITOR
bool "SNMP monitoring"
default y
help
Option to disable or enable triggering errors in SNMP on a port
choice
prompt "Profile"
default PORT18_INST02_PROFILE_WR
config PORT18_INST02_PROFILE_PTP
bool "PTP"
config PORT18_INST02_PROFILE_WR
bool "WhiteRabbit"
config PORT18_INST02_PROFILE_HA
bool "HighAccuracy"
config PORT18_INST02_PROFILE_CUSTOM
bool "Custom"
endchoice
choice
prompt "Desired state"
depends on PTP_OPT_EXT_PORT_CONFIG_ENABLED
default PORT18_INST02_DESIRADE_STATE_MASTER
config PORT18_INST02_DESIRADE_STATE_MASTER
bool "Master"
config PORT18_INST02_DESIRADE_STATE_SLAVE
bool "Slave"
config PORT18_INST02_DESIRADE_STATE_PASSIVE
bool "Passive"
endchoice
config PORT18_INST02_ASYMMETRY_CORRECTION_ENABLE
depends on PORT18_INST02_PROFILE_HA="n"
bool "asymmetryCorrectionPortDS.enable"
default true
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_INST02_BMODE_MASTER_ONLY if TIME_BC
default PORT18_INST02_BMODE_AUTO
config PORT18_INST02_BMODE_MASTER_ONLY
bool "MasterOnly"
config PORT18_INST02_BMODE_AUTO
bool "Auto"
endchoice
config PORT18_INST02_EGRESS_LATENCY
int "timestampCorrectionPortDS.egressLatency (ps)"
default 226737
help
Defines the transmission constant delay (ps)
config PORT18_INST02_INGRESS_LATENCY
int "timestampCorrectionPortDS.ingressLatency (ps)"
default 230273
help
Defines the reception constant delay (ps)
config PORT18_INST02_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_INST02_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_INST02_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_INST02_MIN_DELAY_REQ_INTERVAL
depends on PORT18_INST02_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 PORT18_INST02_MIN_PDELAY_REQ_INTERVAL
depends on PORT18_INST02_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
config PORT18_INST02_L1SYNC_ENABLED
depends on PORT18_INST02_PROFILE_CUSTOM
bool "L1SyncBasicPortDS.L1SyncEnabled"
default y
help
This parameter specifies whether the L1Sync option is enabled on the PTP Port. If
L1SyncEnabled is TRUE, then the L1Sync message exchange is supported and enabled
depends on PORT18_INST02_PROFILE_HA || (PORT18_INST02_PROFILE_CUSTOM && PORT18_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.logL1SyncInterval"
default 0
range -4 4
help
The L1Sync interval specifies the time interval
between successive periodic L1_SYNC TLV.
The value is the logarithm to the base 2.
The configurable range shall be -4 to 4
config PORT18_INST02_L1SYNC_RECEIPT_TIMEOUT
depends on PORT18_INST02_PROFILE_HA || (PORT18_INST02_PROFILE_CUSTOM && PORT18_INST02_L1SYNC_ENABLED="y")
int "L1SyncBasicPortDS.L1SyncReceiptTimeout"
default 3
range 2 10
help
The value of L1SyncReceiptTimeout specifies the number of elapsed
L1SyncIntervals that must pass without reception of the L1_SYNC TLV
before the L1_SYNC TLV reception timeout occurs.
The value is the logarithm to the base 2.
The configurable range shall be 2 to 10
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249
8250
config PORT18_INST02_L1SYNC_TX_COHERENCY_IS_REQUIRED
depends on PORT18_INST02_PROFILE_CUSTOM && PORT18_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.txCoherencyIsRequired"
default y
help
The Boolean attribute txCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a transmit coherent port.
config PORT18_INST02_L1SYNC_RX_COHERENCY_IS_REQUIRED
depends on PORT18_INST02_PROFILE_CUSTOM && PORT18_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.rxCoherencyIsRequired"
default y
help
The Boolean attribute rxCoherentIsRequired specifies the configuration of the L1Sync port and the
expected configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is
required to be a receive coherent port.
config PORT18_INST02_L1SYNC_CONGRUENCY_IS_REQUIRED
depends on PORT18_INST02_PROFILE_CUSTOM && PORT18_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.congruencyIsRequired"
default y
help
The Boolean attribute congruentIsRequired specifies configuration of the L1Sync port and the expected
configuration of its peer L1Sync port. This configuration indicates whether the L1Sync port is required to
be a congruent port
config PORT18_INST02_L1SYNC_OPT_PARAMS_ENABLED
depends on PORT18_INST02_PROFILE_CUSTOM && PORT18_INST02_L1SYNC_ENABLED="y"
bool "L1SyncBasicPortDS.optParamsEnabled"
default n
help
The Boolean attribute optParamsEnabled specifies whether the L1Sync port transmitting the L1_SYNC
TLV extends this TLV with the information about the optional parameters.
config PORT18_INST02_L1SYNC_OPT_PARAMS_TS_CORRECTED_TX_ENABLED
depends on PORT18_INST02_L1SYNC_OPT_PARAMS_ENABLED="y"
bool "L1SyncBasicPortDS.timestampsCorrectedTx"
default n
help
When L1SyncOptParamsPortDS.timestampsCorrectedTx is TRUE,
the L1Sync port shall correct the transmitted egress timestamps with
the known value of the phase offset.
endmenu
endmenu
endmenu