Newer
Older
default 225645
help
Defines the transmission constant delay (ps)
config PORT12_INST01_INGRESS_LATENCY
depends on PORT12_INST01_PROFILE_WR!=y
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
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
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.
endmenu
menu "Instance 2"
depends on PORT12_INSTANCE_COUNT_2
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
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_HA
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
depends on PORT12_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225645
help
Defines the transmission constant delay (ps)
config PORT12_INST02_INGRESS_LATENCY
depends on PORT12_INST02_PROFILE_WR!=y
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
5300
5301
5302
5303
5304
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
5331
5332
5333
5334
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.
endmenu
endmenu
menu "PORT 13"
config PORT13_IFACE
string "Network interface"
default "wri13"
help
Used to set the physivcal 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
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
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_HA
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
depends on PORT13_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225801
help
Defines the transmission constant delay (ps)
config PORT13_INST01_INGRESS_LATENCY
depends on PORT13_INST01_PROFILE_WR!=y
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
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
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.
endmenu
menu "Instance 2"
depends on PORT13_INSTANCE_COUNT_2
5579
5580
5581
5582
5583
5584
5585
5586
5587
5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
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_HA
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
depends on PORT13_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225801
help
Defines the transmission constant delay (ps)
config PORT13_INST02_INGRESS_LATENCY
depends on PORT13_INST02_PROFILE_WR!=y
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
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
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.
endmenu
endmenu
menu "PORT 14"
config PORT14_IFACE
string "Network interface"
default "wri14"
Used to set the physivcal 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
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
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_HA
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
depends on PORT14_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)"
default 225983
help
Defines the transmission constant delay (ps)
config PORT14_INST01_INGRESS_LATENCY
depends on PORT14_INST01_PROFILE_WR!=y
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
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.