Newer
Older
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
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
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 physivcal 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
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
5171
5172
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_HA
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
depends on PORT12_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)"
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
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
5335
5336
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
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
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
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
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 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
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
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
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
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
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
5813
5814
5815
5816
5817
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
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
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
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