Commit version 24.12.13800
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
TROPIC-WAVEKEY-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- (c) Copyright 2019 Nokia Networks. All rights reserved.
|
||||
-- (c) Copyright 2021 Nokia Networks. All rights reserved.
|
||||
-- This software is the confidential and proprietary property of
|
||||
-- Nokia and may only be used in accordance with the terms of the
|
||||
-- license agreement provided with this software.
|
||||
@ -21,7 +21,7 @@ IMPORTS
|
||||
tnCardModules, tnWaveKeyMIB FROM TROPIC-GLOBAL-REG;
|
||||
|
||||
tnWaveKeyMibModule MODULE-IDENTITY
|
||||
LAST-UPDATED "201906071200Z"
|
||||
LAST-UPDATED "202102191200Z"
|
||||
ORGANIZATION "Nokia"
|
||||
CONTACT-INFO "Nokia
|
||||
Attn: Jeff Donnelly
|
||||
@ -33,6 +33,19 @@ IMPORTS
|
||||
|
||||
DESCRIPTION "The WT MIB."
|
||||
|
||||
REVISION "202102191200Z"
|
||||
DESCRIPTION "Added the following to tnWtKeyTable:
|
||||
tnWtKeyCidCarrierChannelWidth."
|
||||
|
||||
REVISION "202101291200Z"
|
||||
DESCRIPTION "Added the following to tnWtKeyTable:
|
||||
tnWtKeyExpectedPSDPower
|
||||
tnWtKeyPresentPSDPower."
|
||||
|
||||
REVISION "202012241200Z"
|
||||
DESCRIPTION "Added the following to tnWtKeyTable:
|
||||
tnWtKeyCidChannelLoading."
|
||||
|
||||
REVISION "201906071200Z"
|
||||
DESCRIPTION "Added the following to tnWtKeySummaryTable:
|
||||
tnWtKeySummaryReceivedWKMaskInL
|
||||
@ -281,9 +294,10 @@ IMPORTS
|
||||
--------------------------------------------------------------------------------
|
||||
-- Obsoleted OIDs
|
||||
--------------------------------------------------------------------------------
|
||||
-- tnWaveKeyTable OBJECT-TYPE ::= { tnWaveKeyBasics 1 }
|
||||
-- obsolete
|
||||
-- tnWaveKeyTable OBJECT-TYPE ::= { tnWaveKeyBasics 1 }
|
||||
-- tnUnexpectedWaveKeyTable OBJECT-TYPE ::= { tnWaveKeyBasics 2 }
|
||||
-- tnWaveKeySummaryTable OBJECT-TYPE ::= { tnWaveKeyBasics 3 }
|
||||
-- tnWaveKeySummaryTable OBJECT-TYPE ::= { tnWaveKeyBasics 3 }
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Wave Key Encode Table
|
||||
@ -513,9 +527,9 @@ IMPORTS
|
||||
::= { tnWaveKeyDecodeEntry 1 }
|
||||
|
||||
-- obsolete
|
||||
-- tnWaveKeyDecodeMaxSupportedExpectedPowerIn OBJECT-TYPE ::= { tnWaveKeyDecodeEntry 2 }
|
||||
-- tnWaveKeyDecodeMaxSupportedExpectedPowerIn OBJECT-TYPE ::= { tnWaveKeyDecodeEntry 2 }
|
||||
-- tnWaveKeyDecodeMaxSupportedExpectedPowerOut OBJECT-TYPE ::= { tnWaveKeyDecodeEntry 3 }
|
||||
-- tnWaveKeyDecodeMinSupportedExpectedPowerIn OBJECT-TYPE ::= { tnWaveKeyDecodeEntry 4 }
|
||||
-- tnWaveKeyDecodeMinSupportedExpectedPowerIn OBJECT-TYPE ::= { tnWaveKeyDecodeEntry 4 }
|
||||
-- tnWaveKeyDecodeMinSupportedExpectedPowerOut OBJECT-TYPE ::= { tnWaveKeyDecodeEntry 5 }
|
||||
|
||||
tnWaveKeyDecodeMinPlannedLossIn OBJECT-TYPE
|
||||
@ -986,20 +1000,24 @@ IMPORTS
|
||||
|
||||
TnWtKeyEntry ::=
|
||||
SEQUENCE {
|
||||
tnDirection INTEGER,
|
||||
tnChannel Unsigned32,
|
||||
tnWtKeyExpectedWK1 Unsigned32,
|
||||
tnWtKeyExpectedWK2 Unsigned32,
|
||||
tnWtKeyExpectedPower Integer32,
|
||||
tnWtKeyExpectedPowerDev Unsigned32,
|
||||
tnWtKeyPresentPower Integer32,
|
||||
tnWtKeyReceived TruthValue,
|
||||
tnWtKeyExpectedPowerTol Unsigned32,
|
||||
tnWtKeySynchronizePower TnCommand,
|
||||
tnWtKeyTrailName SnmpAdminString,
|
||||
tnWtKeyStatus TnOchStatus,
|
||||
tnWtKeyApplicability INTEGER,
|
||||
tnWtKeyCidUnkeyed TruthValue
|
||||
tnDirection INTEGER,
|
||||
tnChannel Unsigned32,
|
||||
tnWtKeyExpectedWK1 Unsigned32,
|
||||
tnWtKeyExpectedWK2 Unsigned32,
|
||||
tnWtKeyExpectedPower Integer32,
|
||||
tnWtKeyExpectedPowerDev Unsigned32,
|
||||
tnWtKeyPresentPower Integer32,
|
||||
tnWtKeyReceived TruthValue,
|
||||
tnWtKeyExpectedPowerTol Unsigned32,
|
||||
tnWtKeySynchronizePower TnCommand,
|
||||
tnWtKeyTrailName SnmpAdminString,
|
||||
tnWtKeyStatus TnOchStatus,
|
||||
tnWtKeyApplicability INTEGER,
|
||||
tnWtKeyCidUnkeyed TruthValue,
|
||||
tnWtKeyCidChannelLoading INTEGER,
|
||||
tnWtKeyExpectedPSDPower Integer32,
|
||||
tnWtKeyPresentPSDPower Integer32,
|
||||
tnWtKeyCidCarrierChannelWidth Integer32
|
||||
}
|
||||
|
||||
tnDirection OBJECT-TYPE
|
||||
@ -1023,9 +1041,9 @@ IMPORTS
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "One of many possible Wave Keys expected to be
|
||||
riding on a particular channel. A value of zero
|
||||
indicates no Wave Key expected.
|
||||
DESCRIPTION "One of many possible Wave Keys expected to be riding
|
||||
on a particular channel. A value of zero indicates
|
||||
no Wave Key expected.
|
||||
|
||||
Current configurable range: 0 to 4096."
|
||||
DEFVAL { 0 }
|
||||
@ -1035,9 +1053,9 @@ IMPORTS
|
||||
SYNTAX Unsigned32
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "One of many possible Wave Keys expected to be
|
||||
riding on a particular channel. A value of
|
||||
zero indicates no Wave Key expected.
|
||||
DESCRIPTION "One of many possible Wave Keys expected to be riding
|
||||
on a particular channel. A value of zero indicates
|
||||
no Wave Key expected.
|
||||
|
||||
Current configurable range: 0 to 4096."
|
||||
DEFVAL { 0 }
|
||||
@ -1048,14 +1066,13 @@ IMPORTS
|
||||
UNITS "mBm"
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "The power, expressed in units of mBm, is
|
||||
associated with the expected Wave Keys. It is
|
||||
the average power of the Wave Keys. Note that
|
||||
this attribute can be changed by SCOT relatively
|
||||
frequently. So to avoid the possibility of too
|
||||
many change notifications, they will not be sent
|
||||
when this attribute is changed. It must be
|
||||
retrieved when needed.
|
||||
DESCRIPTION "The power, expressed in units of mBm, is associated
|
||||
with the expected Wave Keys. It is the average power
|
||||
of the Wave Keys. Note that this attribute can be
|
||||
changed by SCOT relatively frequently. So to avoid
|
||||
the possibility of too many change notifications, they
|
||||
will not be sent when this attribute is changed. It
|
||||
must be retrieved when needed.
|
||||
|
||||
Current configurable range: -9900 to 1100."
|
||||
DEFVAL { -9900 }
|
||||
@ -1066,8 +1083,8 @@ IMPORTS
|
||||
UNITS "mB"
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "The allowed deviation of the expected power,
|
||||
expressed in units of mB.
|
||||
DESCRIPTION "The allowed deviation of the expected power, expressed
|
||||
in units of mB.
|
||||
|
||||
Current configurable range: 0 to 1000."
|
||||
DEFVAL { 250 }
|
||||
@ -1078,10 +1095,9 @@ IMPORTS
|
||||
UNITS "mBm"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The power, expressed in units of mBm, associated
|
||||
with the received Wave Keys. The value will be
|
||||
the average, over the sampling interval, of the
|
||||
Wave Keys."
|
||||
DESCRIPTION "The power, expressed in units of mBm, associated with
|
||||
the received Wave Keys. The value will be the average,
|
||||
over the sampling interval, of the Wave Keys."
|
||||
DEFVAL { -9900 }
|
||||
::= { tnWtKeyEntry 7 }
|
||||
|
||||
@ -1110,11 +1126,11 @@ IMPORTS
|
||||
SYNTAX TnCommand
|
||||
MAX-ACCESS read-create
|
||||
STATUS current
|
||||
DESCRIPTION "Setting this attribute to a value of execute
|
||||
sets the expected power equal to the present
|
||||
power. If the present power is unavailable
|
||||
the set will be failed back to the user. When
|
||||
read, this attribute always returns noCmd."
|
||||
DESCRIPTION "Setting this attribute to a value of execute sets the
|
||||
expected power equal to the present power. If the
|
||||
present power is unavailable the set will be failed
|
||||
back to the user. When read, this attribute always
|
||||
returns noCmd."
|
||||
::= { tnWtKeyEntry 10 }
|
||||
|
||||
tnWtKeyTrailName OBJECT-TYPE
|
||||
@ -1163,6 +1179,43 @@ IMPORTS
|
||||
DESCRIPTION "Indicates Unkeyed channel."
|
||||
DEFVAL { false }
|
||||
::= { tnWtKeyEntry 14 }
|
||||
|
||||
tnWtKeyCidChannelLoading OBJECT-TYPE
|
||||
SYNTAX INTEGER{
|
||||
mediaChannel(1),
|
||||
noiseChannel(2)
|
||||
}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
::= { tnWtKeyEntry 15 }
|
||||
|
||||
tnWtKeyExpectedPSDPower OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "PSD target power with units mBm/GHz.
|
||||
Internal Calculations:
|
||||
PSD(dBm/GHz) = power (dBm) - 10 * log (width(GHz))."
|
||||
::= { tnWtKeyEntry 16 }
|
||||
|
||||
tnWtKeyPresentPSDPower OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "PSD measured power with units mBm/GHz.
|
||||
Internal Calculations:
|
||||
PSD(dBm/GHz) = power (dBm) - 10 * log (width(GHz))."
|
||||
::= { tnWtKeyEntry 17 }
|
||||
|
||||
tnWtKeyCidCarrierChannelWidth OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
UNITS "MHz"
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Channel width."
|
||||
::= { tnWtKeyEntry 18 }
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
-- Unexpected Wave Key Table
|
||||
--------------------------------------------------------------------------------
|
||||
@ -2101,7 +2154,11 @@ IMPORTS
|
||||
tnWtKeyTrailName,
|
||||
tnWtKeyStatus,
|
||||
tnWtKeyApplicability,
|
||||
tnWtKeyCidUnkeyed
|
||||
tnWtKeyCidUnkeyed,
|
||||
tnWtKeyCidChannelLoading,
|
||||
tnWtKeyExpectedPSDPower,
|
||||
tnWtKeyPresentPSDPower,
|
||||
tnWtKeyCidCarrierChannelWidth
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "."
|
||||
|
Reference in New Issue
Block a user