-- -- RS-SCHEDULER-MIB.mi2 -- RS-SCHEDULER-MIB DEFINITIONS ::= BEGIN IMPORTS rsRegModules, rsProdBroadcastMeasurement FROM RS-COMMON-MIB OBJECT-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, OBJECT-IDENTITY FROM SNMPv2-SMI DateAndTime, TruthValue, TEXTUAL-CONVENTION FROM SNMPv2-TC; -- ### -- ### Module identification -- ### rsSchedulerMibModule MODULE-IDENTITY LAST-UPDATED "201303231500Z" ORGANIZATION "Rohde&Schwarz" CONTACT-INFO "Rohde&Schwarz GmbH & Co. KG Muehldorfstrasse 15 D-81671 Munich Germany" DESCRIPTION "MIB for DVM/DVMS Scheduler" REVISION "201109011500Z" DESCRIPTION "Added support for DVB-T2" REVISION "201102021500Z" DESCRIPTION "Initial version of the MIB for Scheduler" REVISION "201303231500Z" DESCRIPTION "Added tables measurementsSigInterfacesDvbtCurrentTable, measurementsSigInterfacesDvbsCurrentTable, measurementsSigInterfacesQAM8VSBCurrentTable and measurementsSigInterfacesDvbt2CurrentTable to support read-out of the current measurement values." ::= { rsRegModules 159 } -- -- Textual conventions -- FloatingPoint ::= TEXTUAL-CONVENTION DISPLAY-HINT "63a" STATUS current DESCRIPTION "FloatingPoint provides a means of representing non-integer numbers in SNMP. Numbers are represented as a string of ASCII characters in standard format. For example, '3', '3.142' and '0.3142E1' are all valid numbers. The syntax for the string is as follows: [] encloses an optional element, | is the separator for a set of alternatives, and () encloses syntax that is to be viewed as a unit. FloatingPoint ::= ([Sign] (Float1 | Float2 | DigitSequence) [ExponentPart]) | NAN Float1 ::= DigitSequence '.' [DigitSequence] Float2 ::= '.' DigitSequence DigitSequence ::= Digit [DigitSequence] ExponentPart ::= ('e' | 'E') [Sign] DigitSequence Digit ::= '0'..'9' Sign ::= '+' | '-' NAN indicates an invalid value." SYNTAX OCTET STRING (SIZE (1..63)) ReadableString ::= TEXTUAL-CONVENTION DISPLAY-HINT "255t" STATUS current DESCRIPTION "An octet string containing a human-readable string. This string may have originally been encoded as specified in EN 300 468 Annex A, but this is not a requirement. To maintain generality, the information is represented using the ISO/IEC IS 10646-1 character set, encoded as an octet string using the UTF-8 transformation format described in RFC2279. Control codes are interpreted as specified in EN 300 468 Annex A, section A.1. The interpretation of other control codes is undefined. For information encoded in 7-bit US-ASCII, the UTF-8 encoding is identical to the US-ASCII encoding. UTF-8 may require multiple bytes to represent a single character/code point; thus the length of this object in octets may be different from the number of characters encoded. Similarly, size constraints refer to the number of encoded octets, not the number of characters represented by an encoding." REFERENCE "RFC 2279" SYNTAX OCTET STRING (SIZE (0..255)) RfSpectrum ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The settings for RF Spectrum. auto (0) normal (1) inverted (2)" SYNTAX INTEGER { rfSpectrumAuto(0), rfSpectrumNormal(1), rfSpectrumInverted(2) } RfDvbtConstellation ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The kinds of DVB-T Constellations. QPSK (0) 16QAM (1) 64QAM (2)" SYNTAX INTEGER { rfDvbtConstellationInvalid(-1), rfDvbtConstellationQPSK(0), rfDvbtConstellation16QAM(1), rfDvbtConstellation64QAM(2) } RfDvbtFftMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The possible DVB-T FFT Modes. 2k mode (0) 4k mode (1) 8k mode (2)" SYNTAX INTEGER { rfDvbtFftModeInvalid(-1), rfDvbtFftMode2k(0), rfDvbtFftMode4k(1), rfDvbtFftMode8k(2) } RfDvbtGuardInterval ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The settings for the DVB-T Guard Interval. 1/32 (0) 1/16 (1) 1/8 (2) 1/4 (3)" SYNTAX INTEGER { rfDvbtGuardIntervalInvalid(-1), rfDvbtGuardInterval1t32(0), rfDvbtGuardInterval1t16(1), rfDvbtGuardInterval1t8(2), rfDvbtGuardInterval1t4(3) } RfDvbtHierarchy ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The possible DVB-T Hierarchy settings. Hierarchy none (0) Hierarchy 1 (1) Hierarchy 2 (2) Hierarchy 4 (3)" SYNTAX INTEGER { rfDvbtHierarchyInvalid(-1), rfDvbtHierarchyNone(0), rfDvbtHierarchy1(1), rfDvbtHierarchy2(2), rfDvbtHierarchy4(3) } RfDvbtCodeRate ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The DVB-T Code Rate settings. 1/2 (0) 2/3 (1) 3/4 (2) 5/6 (3) 7/8 (4)" SYNTAX INTEGER { rfDvbtCodeRateInvalid(-1), rfDvbtCodeRate1t2(0), rfDvbtCodeRate2t3(1), rfDvbtCodeRate3t4(2), rfDvbtCodeRate5t6(3), rfDvbtCodeRate7t8(4) } RfDvbtSidebandPosition ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The status of the DVB-T sideband position. normal (0) inverted (1) unlocked (2)" SYNTAX INTEGER { rfDvbtSidebandPositionNormal(0), rfDvbtSidebandPositionInverted(1), rfDvbtSidebandPositionUnlocked(2) } RfDvbt2FftMode ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The possible DVB-T2 FFT Modes. 1k mode (0) 2k mode (1) 4k mode (2) 8k mode (3) 16k mode (4) 32k mode (5)" SYNTAX INTEGER { rfDvbt2FftModeInvalid(-1), rfDvbt2FftMode1k(0), rfDvbt2FftMode2k(1), rfDvbt2FftMode4k(2), rfDvbt2FftMode8k(3), rfDvbt2FftMode16k(4), rfDvbt2FftMode32k(5) } RfDvbt2Constellation ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The kinds of DVB-T2 Constellations. QPSK (0) 16QAM (1) 64QAM (2) 256QAM (3)" SYNTAX INTEGER { rfDvbt2ConstellationInvalid(-1), rfDvbt2ConstellationQPSK(0), rfDvbt2Constellation16QAM(1), rfDvbt2Constellation64QAM(2), rfDvbt2Constellation256QAM(3) } RfDvbt2GuardInterval ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The settings for the DVB-T2 Guard Interval. 1/32 (0) 1/16 (1) 1/8 (2) 1/4 (3) 1/128 (4) 19/128 (5) 19/256 (6)" SYNTAX INTEGER { rfDvbt2GuardIntervalInvalid(-1), rfDvbt2GuardInterval1t32(0), rfDvbt2GuardInterval1t16(1), rfDvbt2GuardInterval1t8(2), rfDvbt2GuardInterval1t4(3), rfDvbt2GuardInterval1t128(4), rfDvbt2GuardInterval19t128(5), rfDvbt2GuardInterval19t256(6) } RfDvbt2CodeRate ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The DVB-T2 Code Rate settings. 1/2 (0) 3/5 (1) 2/3 (2) 3/4 (3) 4/5 (5) 5/6 (6)" SYNTAX INTEGER { rfDvbt2CodeRateInvalid(-1), rfDvbt2CodeRate1t2(0), rfDvbt2CodeRate3t5(1), rfDvbt2CodeRate2t3(2), rfDvbt2CodeRate3t4(3), rfDvbt2CodeRate4t5(4), rfDvbt2CodeRate5t6(5) } RfDvbsConstellation ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The kinds of DVB-S Constellations. QPSK (0) 8PSK (1) (DVB-S2 only)" SYNTAX INTEGER { rfDvbsConstellationQPSK(0), rfDvbsConstellation8PSK(1), rfDvbsConstellation16APSK(2), rfDvbsConstellation32APSK(3) } RfDvbsPilots ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The state of the DVB-S Pilots. off (0) on (1)" SYNTAX INTEGER { rfDvbsPilotsOff(0), rfDvbsPilotsOn(1) } RfDvbsCodeRate ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "The DVB-S Code Rate settings. 1/2 (0) 1/3 (1) 1/4 (2) 2/3 (3) 2/5 (4) 3/4 (5) 3/5 (6) 4/5 (7) 5/6 (8) 7/8 (9) 8/9 (10) 9/10 (11)" SYNTAX INTEGER { rfDvbsCodeRate1t2(0), rfDvbsCodeRate1t3(1), rfDvbsCodeRate1t4(2), rfDvbsCodeRate2t3(3), rfDvbsCodeRate2t5(4), rfDvbsCodeRate3t4(5), rfDvbsCodeRate3t5(6), rfDvbsCodeRate4t5(7), rfDvbsCodeRate5t6(8), rfDvbsCodeRate7t8(9), rfDvbsCodeRate8t9(10), rfDvbsCodeRate9t10(11) } -- -- Node definitions -- -- ### -- ### Top level registrations -- ### rsSchedulerMIB OBJECT-IDENTITY STATUS current DESCRIPTION "Subtree for Scheduler" ::= { rsProdBroadcastMeasurement 159 } rsSchedulerObjs OBJECT-IDENTITY STATUS current DESCRIPTION " " ::= { rsSchedulerMIB 3 } preferences OBJECT-IDENTITY STATUS current DESCRIPTION " " ::= { rsSchedulerObjs 1 } --- alias OBJECT-IDENTITY STATUS current DESCRIPTION " " ::= { preferences 2 } aliasDvbtCount OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of alias names currently available in DVB-T mode." ::= { alias 1 } aliasDvbtTable OBJECT-TYPE SYNTAX SEQUENCE OF AliasDvbtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { alias 2 } aliasDvbtEntry OBJECT-TYPE SYNTAX AliasDvbtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { aliasDvbtIndex } ::= { aliasDvbtTable 1 } AliasDvbtEntry ::= SEQUENCE { aliasDvbtIndex Unsigned32, aliasDvbtName ReadableString } aliasDvbtIndex OBJECT-TYPE SYNTAX Unsigned32 (1..100) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index of the current alias name. This object is for formal purposes only." ::= { aliasDvbtEntry 1 } aliasDvbtName OBJECT-TYPE SYNTAX ReadableString (SIZE (1..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "The alias name of the DVB-T measurement input." ::= { aliasDvbtEntry 2 } --- aliasDvbsCount OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of alias names currently available in DVB-S/S2 mode." ::= { alias 3 } aliasDvbsTable OBJECT-TYPE SYNTAX SEQUENCE OF AliasDvbsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { alias 4 } aliasDvbsEntry OBJECT-TYPE SYNTAX AliasDvbsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { aliasDvbsIndex } ::= { aliasDvbsTable 1 } AliasDvbsEntry ::= SEQUENCE { aliasDvbsIndex Unsigned32, aliasDvbsName ReadableString } aliasDvbsIndex OBJECT-TYPE SYNTAX Unsigned32 (1..20) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index of the current alias name. This object is for formal purposes only." ::= { aliasDvbsEntry 1 } aliasDvbsName OBJECT-TYPE SYNTAX ReadableString (SIZE (1..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "The alias name of the DVB-S/S2 measurement input." ::= { aliasDvbsEntry 2 } --- aliasQAM8VSBCount OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of alias names currently available in QAM or 8VSB mode." ::= { alias 5 } aliasQAM8VSBTable OBJECT-TYPE SYNTAX SEQUENCE OF AliasQAM8VSBEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { alias 6 } aliasQAM8VSBEntry OBJECT-TYPE SYNTAX AliasQAM8VSBEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { aliasQAM8VSBIndex } ::= { aliasQAM8VSBTable 1 } AliasQAM8VSBEntry ::= SEQUENCE { aliasQAM8VSBIndex Unsigned32, aliasQAM8VSBName ReadableString } aliasQAM8VSBIndex OBJECT-TYPE SYNTAX Unsigned32 (1..100) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index of the current alias name. This object is for formal purposes only." ::= { aliasQAM8VSBEntry 1 } aliasQAM8VSBName OBJECT-TYPE SYNTAX ReadableString (SIZE (1..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "The alias name of the QAM or 8VSB measurement input." ::= { aliasQAM8VSBEntry 2 } --- aliasDvbt2Count OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of alias names currently available in DVB-T2 mode." ::= { alias 7 } aliasDvbt2Table OBJECT-TYPE SYNTAX SEQUENCE OF AliasDvbt2Entry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { alias 8 } aliasDvbt2Entry OBJECT-TYPE SYNTAX AliasDvbt2Entry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " INDEX { aliasDvbt2Index } ::= { aliasDvbt2Table 1 } AliasDvbt2Entry ::= SEQUENCE { aliasDvbt2Index Unsigned32, aliasDvbt2Name ReadableString } aliasDvbt2Index OBJECT-TYPE SYNTAX Unsigned32 (1..100) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The index of the current alias name. This object is for formal purposes only." ::= { aliasDvbt2Entry 1 } aliasDvbt2Name OBJECT-TYPE SYNTAX ReadableString (SIZE (1..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "The alias name of the DVB-T2 measurement input." ::= { aliasDvbt2Entry 2 } --- measurements OBJECT-IDENTITY STATUS current DESCRIPTION " " ::= { rsSchedulerObjs 2 } measurementsSigInterfaces OBJECT-IDENTITY STATUS current DESCRIPTION " " ::= { measurements 1 } ---- measurementsSigInterfacesDvbtInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesDvbtInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 1 } measurementsSigInterfacesDvbtInfoEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesDvbtInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-T) info table." INDEX { aliasDvbtName } ::= { measurementsSigInterfacesDvbtInfoTable 1 } MeasurementsSigInterfacesDvbtInfoEntry ::= SEQUENCE { measurementsSigInterfacesDvbtInfoSequenceNumberMin Integer32, measurementsSigInterfacesDvbtInfoSequenceNumberMax Integer32, measurementsSigInterfacesDvbtInfoEntryCount Integer32 -- measurementsSigInterfacesDvbtInfoClear -- TruthValue } measurementsSigInterfacesDvbtInfoSequenceNumberMin OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence number of the first valid table entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesDvbtInfoEntry 1 } measurementsSigInterfacesDvbtInfoSequenceNumberMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence number of the last valid table entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesDvbtInfoEntry 2 } measurementsSigInterfacesDvbtInfoEntryCount OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of entries stored in the event info table. The EntryCount is calculated from sequence numbers: EntryCount = SequenceNumberMax - SequenceNumberMin + 1 ;" ::= { measurementsSigInterfacesDvbtInfoEntry 3 } -- measurementsSigInterfacesDvbtInfoClear OBJECT-TYPE -- SYNTAX TruthValue -- MAX-ACCESS read-write -- STATUS current -- -- DESCRIPTION -- "measurementsSigInterfacesDvbtTable is cleared; measurementsSigInterfacesDvbtInfoSequenceNumberMin, -- measurementsSigInterfacesDvbtInfoSequenceNumberMax and measurementsSigInterfacesDvbtInfoEntryCount -- are set to 0 if this object is set to 'true'." -- ::= { measurementsSigInterfacesDvbtInfoEntry 4 } --- measurementsSigInterfacesDvbtTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesDvbtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 2 } measurementsSigInterfacesDvbtEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesDvbtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-T) table." INDEX { measurementsSigInterfacesDvbtSequenceNumber, aliasDvbtName } ::= { measurementsSigInterfacesDvbtTable 1 } MeasurementsSigInterfacesDvbtEntry ::= SEQUENCE { measurementsSigInterfacesDvbtSequenceNumber Unsigned32, measurementsSigInterfacesDvbtTime DateAndTime, measurementsSigInterfacesDvbtErrorLogs Integer32, measurementsSigInterfacesDvbtCarrierLocked TruthValue, measurementsSigInterfacesDvbtAGCLocked TruthValue, measurementsSigInterfacesDvbtMPEGLocked TruthValue, measurementsSigInterfacesDvbtConstellationTPS RfDvbtConstellation, measurementsSigInterfacesDvbtFFTTPS RfDvbtFftMode, measurementsSigInterfacesDvbtGuardIntervalTPS RfDvbtGuardInterval, measurementsSigInterfacesDvbtCodeRateTPS RfDvbtCodeRate, measurementsSigInterfacesDvbtHierarchyTPS RfDvbtHierarchy, measurementsSigInterfacesDvbtCellId Integer32, measurementsSigInterfacesDvbtLevel FloatingPoint, measurementsSigInterfacesDvbtMER FloatingPoint, measurementsSigInterfacesDvbtBERAfterViterbi FloatingPoint, measurementsSigInterfacesDvbtPER FloatingPoint, measurementsSigInterfacesDvbtReferenceFrequencyLocked TruthValue, measurementsSigInterfacesDvbtSidebandPosition RfDvbtSidebandPosition, measurementsSigInterfacesDvbtTimeSlicingOn TruthValue, measurementsSigInterfacesDvbtMPEFECOn TruthValue, measurementsSigInterfacesDvbtInDepthInterleaverOn TruthValue, measurementsSigInterfacesDvbtFrequencyOffset Integer32, measurementsSigInterfacesDvbtBitrateOffset Integer32, measurementsSigInterfacesDvbtBERBeforeViterbi FloatingPoint } measurementsSigInterfacesDvbtSequenceNumber OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The sequence number (index) of a measurement entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesDvbtEntry 1 } measurementsSigInterfacesDvbtTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the point in time at which the measurement is made." ::= { measurementsSigInterfacesDvbtEntry 2 } measurementsSigInterfacesDvbtErrorLogs OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of error log entries found in last measurement cycle." ::= { measurementsSigInterfacesDvbtEntry 3 } measurementsSigInterfacesDvbtCarrierLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the Carrier synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbtEntry 4 } measurementsSigInterfacesDvbtAGCLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the AGC synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbtEntry 5} measurementsSigInterfacesDvbtMPEGLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the MPEG synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbtEntry 6 } measurementsSigInterfacesDvbtConstellationTPS OBJECT-TYPE SYNTAX RfDvbtConstellation MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T Constellation." ::= { measurementsSigInterfacesDvbtEntry 7 } measurementsSigInterfacesDvbtFFTTPS OBJECT-TYPE SYNTAX RfDvbtFftMode MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T FFT." ::= { measurementsSigInterfacesDvbtEntry 8 } measurementsSigInterfacesDvbtGuardIntervalTPS OBJECT-TYPE SYNTAX RfDvbtGuardInterval MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T Guard Interval." ::= { measurementsSigInterfacesDvbtEntry 9 } measurementsSigInterfacesDvbtCodeRateTPS OBJECT-TYPE SYNTAX RfDvbtCodeRate MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T Code Rate." ::= { measurementsSigInterfacesDvbtEntry 10 } measurementsSigInterfacesDvbtHierarchyTPS OBJECT-TYPE SYNTAX RfDvbtHierarchy MAX-ACCESS read-only STATUS current DESCRIPTION "The codition of the DVB-T Hierarchy." ::= { measurementsSigInterfacesDvbtEntry 11 } measurementsSigInterfacesDvbtCellId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T Cell ID." ::= { measurementsSigInterfacesDvbtEntry 12 } measurementsSigInterfacesDvbtLevel OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T level. The unit of this object is dBm." ::= { measurementsSigInterfacesDvbtEntry 13 } measurementsSigInterfacesDvbtMER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T MER. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). The unit of this object is dB." ::= { measurementsSigInterfacesDvbtEntry 14 } measurementsSigInterfacesDvbtBERAfterViterbi OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T BER." ::= { measurementsSigInterfacesDvbtEntry 15 } measurementsSigInterfacesDvbtPER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T PER." ::= { measurementsSigInterfacesDvbtEntry 16 } measurementsSigInterfacesDvbtReferenceFrequencyLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The status of the DVB-T reference frequency lock." ::= { measurementsSigInterfacesDvbtEntry 17 } measurementsSigInterfacesDvbtSidebandPosition OBJECT-TYPE SYNTAX RfDvbtSidebandPosition MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T sideband position." ::= { measurementsSigInterfacesDvbtEntry 18 } measurementsSigInterfacesDvbtTimeSlicingOn OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The status of DVB-T time slicing." ::= { measurementsSigInterfacesDvbtEntry 19 } measurementsSigInterfacesDvbtMPEFECOn OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The status of DVB-T MPE FEC." ::= { measurementsSigInterfacesDvbtEntry 20 } measurementsSigInterfacesDvbtInDepthInterleaverOn OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The status of DVB-T MPE FEC." ::= { measurementsSigInterfacesDvbtEntry 21 } measurementsSigInterfacesDvbtFrequencyOffset OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T frequency offset. The unit of this object is Hz." ::= { measurementsSigInterfacesDvbtEntry 22 } measurementsSigInterfacesDvbtBitrateOffset OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T bit rate offset. The unit of this object is ppm." ::= { measurementsSigInterfacesDvbtEntry 23 } measurementsSigInterfacesDvbtBERBeforeViterbi OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T BER before Viterbi." ::= { measurementsSigInterfacesDvbtEntry 24 } --- measurementsSigInterfacesDvbsInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesDvbsInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 3 } measurementsSigInterfacesDvbsInfoEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesDvbsInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-T) info table." INDEX { aliasDvbsName } ::= { measurementsSigInterfacesDvbsInfoTable 1 } MeasurementsSigInterfacesDvbsInfoEntry ::= SEQUENCE { measurementsSigInterfacesDvbsInfoSequenceNumberMin Integer32, measurementsSigInterfacesDvbsInfoSequenceNumberMax Integer32, measurementsSigInterfacesDvbsInfoEntryCount Integer32 -- measurementsSigInterfacesDvbsInfoClear -- TruthValue } measurementsSigInterfacesDvbsInfoSequenceNumberMin OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence number of the first valid table entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesDvbsInfoEntry 1 } measurementsSigInterfacesDvbsInfoSequenceNumberMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence number of the last valid table entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesDvbsInfoEntry 2 } measurementsSigInterfacesDvbsInfoEntryCount OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of entries stored in the event info table. The EntryCount is calculated from sequence numbers: EntryCount = SequenceNumberMax - SequenceNumberMin + 1 ;" ::= { measurementsSigInterfacesDvbsInfoEntry 3 } -- measurementsSigInterfacesDvbsInfoClear OBJECT-TYPE -- SYNTAX TruthValue -- MAX-ACCESS read-write -- STATUS current -- -- DESCRIPTION -- "measurementsSigInterfacesDvbsTable is cleared; measurementsSigInterfacesDvbsInfoSequenceNumberMin, -- measurementsSigInterfacesDvbsInfoSequenceNumberMax and measurementsSigInterfacesDvbsInfoEntryCount -- are set to 0 if this object is set to 'true'." -- ::= { measurementsSigInterfacesDvbsInfoEntry 4 } ---- measurementsSigInterfacesDvbsTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesDvbsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 4 } measurementsSigInterfacesDvbsEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesDvbsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-S) table." INDEX { measurementsSigInterfacesDvbsSequenceNumber, aliasDvbsName } ::= { measurementsSigInterfacesDvbsTable 1 } MeasurementsSigInterfacesDvbsEntry ::= SEQUENCE { measurementsSigInterfacesDvbsSequenceNumber Unsigned32, measurementsSigInterfacesDvbsTime DateAndTime, measurementsSigInterfacesDvbsErrorLogs Integer32, measurementsSigInterfacesDvbsCarrierLocked TruthValue, measurementsSigInterfacesDvbsConstellation RfDvbsConstellation, measurementsSigInterfacesDvbsPilots RfDvbsPilots, measurementsSigInterfacesDvbsCodeRate RfDvbsCodeRate, measurementsSigInterfacesDvbsSpectrum RfSpectrum, measurementsSigInterfacesDvbsLevel FloatingPoint, measurementsSigInterfacesDvbsCN FloatingPoint, measurementsSigInterfacesDvbsEBN0 FloatingPoint, measurementsSigInterfacesDvbsMER FloatingPoint, measurementsSigInterfacesDvbsBERbeforeViterbi FloatingPoint, -- measurementsSigInterfacesDvbsBERafterViterbi -- FloatingPoint, measurementsSigInterfacesDvbsBERbeforeBCH FloatingPoint, measurementsSigInterfacesDvbsBERbeforeLDPC FloatingPoint, -- measurementsSigInterfacesDvbsFrequencyOffset -- Integer32, -- measurementsSigInterfacesDvbsSymbolRateOffset -- Integer32 measurementsSigInterfacesDvbsPER FloatingPoint } measurementsSigInterfacesDvbsSequenceNumber OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The sequence number (index) of a measurement entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesDvbsEntry 1 } measurementsSigInterfacesDvbsTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the point in time at which the measurement is made." ::= { measurementsSigInterfacesDvbsEntry 2 } measurementsSigInterfacesDvbsErrorLogs OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of error log entries found in last measurement cycle." ::= { measurementsSigInterfacesDvbsEntry 3 } measurementsSigInterfacesDvbsCarrierLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the Carrier synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbsEntry 4 } measurementsSigInterfacesDvbsConstellation OBJECT-TYPE SYNTAX RfDvbsConstellation MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of DVB-S Constellation." ::= { measurementsSigInterfacesDvbsEntry 5 } measurementsSigInterfacesDvbsPilots OBJECT-TYPE SYNTAX RfDvbsPilots MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-S Pilots." ::= { measurementsSigInterfacesDvbsEntry 6 } measurementsSigInterfacesDvbsCodeRate OBJECT-TYPE SYNTAX RfDvbsCodeRate MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-S Code Rate." ::= { measurementsSigInterfacesDvbsEntry 7 } measurementsSigInterfacesDvbsSpectrum OBJECT-TYPE SYNTAX RfSpectrum MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-S Spectrum." ::= { measurementsSigInterfacesDvbsEntry 8 } measurementsSigInterfacesDvbsLevel OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S level. The unit of this object is dBm." ::= { measurementsSigInterfacesDvbsEntry 9 } measurementsSigInterfacesDvbsCN OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S C/N. The unit of this object is dB. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14)." ::= { measurementsSigInterfacesDvbsEntry 10 } measurementsSigInterfacesDvbsEBN0 OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S Eb/N0. The unit of this object is dB. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14)." ::= { measurementsSigInterfacesDvbsEntry 11 } measurementsSigInterfacesDvbsMER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S MER. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). The unit of this object is dB." ::= { measurementsSigInterfacesDvbsEntry 12 } measurementsSigInterfacesDvbsBERbeforeViterbi OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S BER before Viterbi. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). This object is only valid for DVB-S and DIRECTV." ::= { measurementsSigInterfacesDvbsEntry 13 } measurementsSigInterfacesDvbsBERbeforeBCH OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S BER before BCH. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). This object is only valid for DVB-S2." ::= { measurementsSigInterfacesDvbsEntry 14 } measurementsSigInterfacesDvbsBERbeforeLDPC OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S BER before BCH. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). This object is only valid for DVB-S2." ::= { measurementsSigInterfacesDvbsEntry 15 } measurementsSigInterfacesDvbsPER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S PER." ::= { measurementsSigInterfacesDvbsEntry 16 } -- measurementsSigInterfacesDvbsBERafterViterbi OBJECT-TYPE -- SYNTAX FloatingPoint -- MAX-ACCESS read-only -- STATUS current -- DESCRIPTION -- "The measured value of the DVB-S BER after Viterbi. -- A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) -- A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. -- (for this example <14). -- This object is only valid for DVB-S and DIRECTV." -- ::= { measurementsSigInterfacesDvbsEntry 17 } -- -- measurementsSigInterfacesDvbsFrequencyOffset OBJECT-TYPE -- SYNTAX Integer32 -- MAX-ACCESS read-only -- STATUS current -- DESCRIPTION -- "The measured value of the DVB-S frequency offset. The unit of this object is Hz." -- ::= { measurementsSigInterfacesDvbsEntry 18 } -- -- -- measurementsSigInterfacesDvbsSymbolRateOffset OBJECT-TYPE -- SYNTAX Integer32 -- MAX-ACCESS read-only -- STATUS current -- DESCRIPTION -- "The measured value of the DVB-S symbol rate offset. The unit of this object is symb/s." -- ::= { measurementsSigInterfacesDvbsEntry 19 } ---- measurementsSigInterfacesQAM8VSBInfoTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesQAM8VSBInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 5 } measurementsSigInterfacesQAM8VSBInfoEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesQAM8VSBInfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-C) info table." INDEX { aliasQAM8VSBName } ::= { measurementsSigInterfacesQAM8VSBInfoTable 1 } MeasurementsSigInterfacesQAM8VSBInfoEntry ::= SEQUENCE { measurementsSigInterfacesQAM8VSBInfoSequenceNumberMin Integer32, measurementsSigInterfacesQAM8VSBInfoSequenceNumberMax Integer32, measurementsSigInterfacesQAM8VSBInfoEntryCount Integer32 -- measurementsSigInterfacesQAM8VSBInfoClear -- TruthValue } measurementsSigInterfacesQAM8VSBInfoSequenceNumberMin OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence number of the first valid table entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesQAM8VSBInfoEntry 1 } measurementsSigInterfacesQAM8VSBInfoSequenceNumberMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence number of the last valid table entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesQAM8VSBInfoEntry 2 } measurementsSigInterfacesQAM8VSBInfoEntryCount OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of entries stored in the event info table. The EntryCount is calculated from sequence numbers: EntryCount = SequenceNumberMax - SequenceNumberMin + 1 ;" ::= { measurementsSigInterfacesQAM8VSBInfoEntry 3 } -- measurementsSigInterfacesQAM8VSBInfoClear OBJECT-TYPE -- SYNTAX TruthValue -- MAX-ACCESS read-write -- STATUS current -- -- DESCRIPTION -- "measurementsSigInterfacesQAM8VSBTable is cleared; measurementsSigInterfacesQAM8VSBInfoSequenceNumberMin, -- measurementsSigInterfacesQAM8VSBInfoSequenceNumberMax and measurementsSigInterfacesQAM8VSBInfoEntryCount -- are set to 0 if this object is set to 'true'." -- ::= { measurementsSigInterfacesQAM8VSBInfoEntry 4 } --- measurementsSigInterfacesQAM8VSBTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesQAM8VSBEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 6 } measurementsSigInterfacesQAM8VSBEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesQAM8VSBEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (QAM/8VSB) table." INDEX { measurementsSigInterfacesQAM8VSBSequenceNumber, aliasQAM8VSBName } ::= { measurementsSigInterfacesQAM8VSBTable 1 } MeasurementsSigInterfacesQAM8VSBEntry ::= SEQUENCE { measurementsSigInterfacesQAM8VSBSequenceNumber Unsigned32, measurementsSigInterfacesQAM8VSBTime DateAndTime, measurementsSigInterfacesQAM8VSBErrorLogs Integer32, measurementsSigInterfacesQAM8VSBCarrierLocked TruthValue, measurementsSigInterfacesQAM8VSBMPEGLocked TruthValue, measurementsSigInterfacesQAM8VSBSymbolrateOffset FloatingPoint, measurementsSigInterfacesQAM8VSBLevel FloatingPoint, measurementsSigInterfacesQAM8VSBFrequencyOffset FloatingPoint, measurementsSigInterfacesQAM8VSBMER FloatingPoint, measurementsSigInterfacesQAM8VSBBERbeforeRS FloatingPoint, measurementsSigInterfacesQAM8VSBPER FloatingPoint } measurementsSigInterfacesQAM8VSBSequenceNumber OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The sequence number (index) of a measurement entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesQAM8VSBEntry 1 } measurementsSigInterfacesQAM8VSBTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the point in time at which the measurement is made." ::= { measurementsSigInterfacesQAM8VSBEntry 2 } measurementsSigInterfacesQAM8VSBErrorLogs OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of error log entries found in last measurement cycle." ::= { measurementsSigInterfacesQAM8VSBEntry 3 } measurementsSigInterfacesQAM8VSBCarrierLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the Carrier synchronisation (lock or unlock)." ::= { measurementsSigInterfacesQAM8VSBEntry 4 } measurementsSigInterfacesQAM8VSBMPEGLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the MPEG synchronisation (lock or unlock)." ::= { measurementsSigInterfacesQAM8VSBEntry 5 } measurementsSigInterfacesQAM8VSBSymbolrateOffset OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB symbol rate offset." ::= { measurementsSigInterfacesQAM8VSBEntry 6 } measurementsSigInterfacesQAM8VSBLevel OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB level. The unit of this object is dBm." ::= { measurementsSigInterfacesQAM8VSBEntry 7 } measurementsSigInterfacesQAM8VSBFrequencyOffset OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB frequency offset. The unit of this object is Hz." ::= { measurementsSigInterfacesQAM8VSBEntry 8 } measurementsSigInterfacesQAM8VSBMER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the QAM/8VSB MER. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). The unit of this object is dB." ::= { measurementsSigInterfacesQAM8VSBEntry 9 } measurementsSigInterfacesQAM8VSBBERbeforeRS OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB BER before RS. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14)." ::= { measurementsSigInterfacesQAM8VSBEntry 10 } measurementsSigInterfacesQAM8VSBPER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB PER." ::= { measurementsSigInterfacesQAM8VSBEntry 11 } ---- measurementsSigInterfacesDvbt2InfoTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesDvbt2InfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 7 } measurementsSigInterfacesDvbt2InfoEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesDvbt2InfoEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-T2) info table." INDEX { aliasDvbt2Name } ::= { measurementsSigInterfacesDvbt2InfoTable 1 } MeasurementsSigInterfacesDvbt2InfoEntry ::= SEQUENCE { measurementsSigInterfacesDvbt2InfoSequenceNumberMin Integer32, measurementsSigInterfacesDvbt2InfoSequenceNumberMax Integer32, measurementsSigInterfacesDvbt2InfoEntryCount Integer32 -- measurementsSigInterfacesDvbt2InfoClear -- TruthValue } measurementsSigInterfacesDvbt2InfoSequenceNumberMin OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence number of the first valid table entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesDvbt2InfoEntry 1 } measurementsSigInterfacesDvbt2InfoSequenceNumberMax OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The sequence number of the last valid table entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesDvbt2InfoEntry 2 } measurementsSigInterfacesDvbt2InfoEntryCount OBJECT-TYPE SYNTAX Integer32 (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "The number of entries stored in the info table. The EntryCount is calculated from sequence numbers: EntryCount = SequenceNumberMax - SequenceNumberMin + 1 ;" ::= { measurementsSigInterfacesDvbt2InfoEntry 3 } -- measurementsSigInterfacesDvbt2InfoClear OBJECT-TYPE -- SYNTAX TruthValue -- MAX-ACCESS read-write -- STATUS current -- -- DESCRIPTION -- "measurementsSigInterfacesDvbt2Table is cleared; measurementsSigInterfacesDvbt2InfoSequenceNumberMin, -- measurementsSigInterfacesDvbt2InfoSequenceNumberMax and measurementsSigInterfacesDvbt2InfoEntryCount -- are set to 0 if this object is set to 'true'." -- ::= { measurementsSigInterfacesDvbt2InfoEntry 4 } --- measurementsSigInterfacesDvbt2Table OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesDvbt2Entry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 8 } measurementsSigInterfacesDvbt2Entry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesDvbt2Entry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-T2) table." INDEX { measurementsSigInterfacesDvbt2SequenceNumber, aliasDvbt2Name } ::= { measurementsSigInterfacesDvbt2Table 1 } MeasurementsSigInterfacesDvbt2Entry ::= SEQUENCE { measurementsSigInterfacesDvbt2SequenceNumber Unsigned32, measurementsSigInterfacesDvbt2Time DateAndTime, measurementsSigInterfacesDvbt2ErrorLogs Integer32, measurementsSigInterfacesDvbt2CarrierLocked TruthValue, measurementsSigInterfacesDvbt2AGCLocked TruthValue, measurementsSigInterfacesDvbt2MPEGLocked TruthValue, measurementsSigInterfacesDvbt2L1NetworkId Integer32, measurementsSigInterfacesDvbt2L1CellId Integer32, measurementsSigInterfacesDvbt2L1FFT RfDvbt2FftMode, measurementsSigInterfacesDvbt2L1GuardInterval RfDvbt2GuardInterval, measurementsSigInterfacesDvbt2PLPId Integer32, measurementsSigInterfacesDvbt2PLPGroupId Integer32, measurementsSigInterfacesDvbt2PLPConstellation RfDvbt2Constellation, measurementsSigInterfacesDvbt2PLPRotated TruthValue, measurementsSigInterfacesDvbt2PLPCodeRate RfDvbt2CodeRate, measurementsSigInterfacesDvbt2Level FloatingPoint, measurementsSigInterfacesDvbt2MER FloatingPoint, measurementsSigInterfacesDvbt2BERBeforeLDPC FloatingPoint, measurementsSigInterfacesDvbt2LDPCIterations Integer32, measurementsSigInterfacesDvbt2BERBeforeBCH FloatingPoint, measurementsSigInterfacesDvbt2BBFramesAfterBCH TruthValue, measurementsSigInterfacesDvbt2FrequencyOffset Integer32, measurementsSigInterfacesDvbt2BitrateOffset Integer32 } measurementsSigInterfacesDvbt2SequenceNumber OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The sequence number (index) of a measurement entry. This number is unique and can occur only once." ::= { measurementsSigInterfacesDvbt2Entry 1 } measurementsSigInterfacesDvbt2Time OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The value of this object indicates the point in time at which the measurement is made." ::= { measurementsSigInterfacesDvbt2Entry 2 } measurementsSigInterfacesDvbt2ErrorLogs OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of error log entries found in last measurement cycle." ::= { measurementsSigInterfacesDvbt2Entry 3 } measurementsSigInterfacesDvbt2CarrierLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the Carrier synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbt2Entry 4 } measurementsSigInterfacesDvbt2AGCLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the AGC synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbt2Entry 5} measurementsSigInterfacesDvbt2MPEGLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the MPEG synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbt2Entry 6 } measurementsSigInterfacesDvbt2L1NetworkId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Unique identifier of the current DVB-T2 network." ::= { measurementsSigInterfacesDvbt2Entry 7 } measurementsSigInterfacesDvbt2L1CellId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Uinique identifier of a geographic cell within the DVB-T2 network." ::= { measurementsSigInterfacesDvbt2Entry 8 } measurementsSigInterfacesDvbt2L1FFT OBJECT-TYPE SYNTAX RfDvbt2FftMode MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T2 FFT." ::= { measurementsSigInterfacesDvbt2Entry 9 } measurementsSigInterfacesDvbt2L1GuardInterval OBJECT-TYPE SYNTAX RfDvbt2GuardInterval MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T2 Guard Interval." ::= { measurementsSigInterfacesDvbt2Entry 10 } measurementsSigInterfacesDvbt2PLPId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Unique identifier for the PLP within the T2 system." ::= { measurementsSigInterfacesDvbt2Entry 11 } measurementsSigInterfacesDvbt2PLPGroupId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Identifies with which PLP group within the T2 sytem the current PLP is associated." ::= { measurementsSigInterfacesDvbt2Entry 12 } measurementsSigInterfacesDvbt2PLPConstellation OBJECT-TYPE SYNTAX RfDvbt2Constellation MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T2 modulation for the associated PLP." ::= { measurementsSigInterfacesDvbt2Entry 13 } measurementsSigInterfacesDvbt2PLPRotated OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates wheter constellation rotation is in use by the associated PLP." ::= { measurementsSigInterfacesDvbt2Entry 14 } measurementsSigInterfacesDvbt2PLPCodeRate OBJECT-TYPE SYNTAX RfDvbt2CodeRate MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T2 Code Rate for the associated PLP." ::= { measurementsSigInterfacesDvbt2Entry 15 } measurementsSigInterfacesDvbt2Level OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T level. The unit of this object is dBm." ::= { measurementsSigInterfacesDvbt2Entry 16 } measurementsSigInterfacesDvbt2MER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T MER. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). The unit of this object is dB." ::= { measurementsSigInterfacesDvbt2Entry 17 } measurementsSigInterfacesDvbt2BERBeforeLDPC OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T2 BER before LDPC." ::= { measurementsSigInterfacesDvbt2Entry 18 } measurementsSigInterfacesDvbt2LDPCIterations OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The LDPC iterations." ::= { measurementsSigInterfacesDvbt2Entry 19 } measurementsSigInterfacesDvbt2BERBeforeBCH OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T2 BER before BCH." ::= { measurementsSigInterfacesDvbt2Entry 20 } measurementsSigInterfacesDvbt2BBFramesAfterBCH OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Error status of baseband frames after BCH." ::= { measurementsSigInterfacesDvbt2Entry 21 } measurementsSigInterfacesDvbt2FrequencyOffset OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T frequency offset. The unit of this object is Hz." ::= { measurementsSigInterfacesDvbt2Entry 22 } measurementsSigInterfacesDvbt2BitrateOffset OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T bit rate offset. The unit of this object is ppm." ::= { measurementsSigInterfacesDvbt2Entry 23 } --- measurementsSigInterfacesDvbtCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesDvbtCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 20 } measurementsSigInterfacesDvbtCurrentEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesDvbtCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-T) current value table." INDEX {aliasDvbtName } ::= { measurementsSigInterfacesDvbtCurrentTable 1 } MeasurementsSigInterfacesDvbtCurrentEntry ::= SEQUENCE { measurementsSigInterfacesDvbtCurrentErrorLogs Integer32, measurementsSigInterfacesDvbtCurrentCarrierLocked TruthValue, measurementsSigInterfacesDvbtCurrentAGCLocked TruthValue, measurementsSigInterfacesDvbtCurrentMPEGLocked TruthValue, measurementsSigInterfacesDvbtCurrentConstellationTPS RfDvbtConstellation, measurementsSigInterfacesDvbtCurrentFFTTPS RfDvbtFftMode, measurementsSigInterfacesDvbtCurrentGuardIntervalTPS RfDvbtGuardInterval, measurementsSigInterfacesDvbtCurrentCodeRateTPS RfDvbtCodeRate, measurementsSigInterfacesDvbtCurrentHierarchyTPS RfDvbtHierarchy, measurementsSigInterfacesDvbtCurrentCellId Integer32, measurementsSigInterfacesDvbtCurrentLevel FloatingPoint, measurementsSigInterfacesDvbtCurrentMER FloatingPoint, measurementsSigInterfacesDvbtCurrentBERAfterViterbi FloatingPoint, measurementsSigInterfacesDvbtCurrentPER FloatingPoint, measurementsSigInterfacesDvbtCurrentReferenceFrequencyLocked TruthValue, measurementsSigInterfacesDvbtCurrentSidebandPosition RfDvbtSidebandPosition, measurementsSigInterfacesDvbtCurrentTimeSlicingOn TruthValue, measurementsSigInterfacesDvbtCurrentMPEFECOn TruthValue, measurementsSigInterfacesDvbtCurrentInDepthInterleaverOn TruthValue, measurementsSigInterfacesDvbtCurrentFrequencyOffset Integer32, measurementsSigInterfacesDvbtCurrentBitrateOffset Integer32, measurementsSigInterfacesDvbtCurrentBERBeforeViterbi FloatingPoint } measurementsSigInterfacesDvbtCurrentErrorLogs OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of error log entries found in last measurement cycle." ::= { measurementsSigInterfacesDvbtCurrentEntry 3 } measurementsSigInterfacesDvbtCurrentCarrierLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the Carrier synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbtCurrentEntry 4 } measurementsSigInterfacesDvbtCurrentAGCLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the AGC synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbtCurrentEntry 5} measurementsSigInterfacesDvbtCurrentMPEGLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the MPEG synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbtCurrentEntry 6 } measurementsSigInterfacesDvbtCurrentConstellationTPS OBJECT-TYPE SYNTAX RfDvbtConstellation MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T Constellation." ::= { measurementsSigInterfacesDvbtCurrentEntry 7 } measurementsSigInterfacesDvbtCurrentFFTTPS OBJECT-TYPE SYNTAX RfDvbtFftMode MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T FFT." ::= { measurementsSigInterfacesDvbtCurrentEntry 8 } measurementsSigInterfacesDvbtCurrentGuardIntervalTPS OBJECT-TYPE SYNTAX RfDvbtGuardInterval MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T Guard Interval." ::= { measurementsSigInterfacesDvbtCurrentEntry 9 } measurementsSigInterfacesDvbtCurrentCodeRateTPS OBJECT-TYPE SYNTAX RfDvbtCodeRate MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T Code Rate." ::= { measurementsSigInterfacesDvbtCurrentEntry 10 } measurementsSigInterfacesDvbtCurrentHierarchyTPS OBJECT-TYPE SYNTAX RfDvbtHierarchy MAX-ACCESS read-only STATUS current DESCRIPTION "The codition of the DVB-T Hierarchy." ::= { measurementsSigInterfacesDvbtCurrentEntry 11 } measurementsSigInterfacesDvbtCurrentCellId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T Cell ID." ::= { measurementsSigInterfacesDvbtCurrentEntry 12 } measurementsSigInterfacesDvbtCurrentLevel OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T level. The unit of this object is dBm." ::= { measurementsSigInterfacesDvbtCurrentEntry 13 } measurementsSigInterfacesDvbtCurrentMER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T MER. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). The unit of this object is dB." ::= { measurementsSigInterfacesDvbtCurrentEntry 14 } measurementsSigInterfacesDvbtCurrentBERAfterViterbi OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T BER." ::= { measurementsSigInterfacesDvbtCurrentEntry 15 } measurementsSigInterfacesDvbtCurrentPER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T PER." ::= { measurementsSigInterfacesDvbtCurrentEntry 16 } measurementsSigInterfacesDvbtCurrentReferenceFrequencyLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The status of the DVB-T reference frequency lock." ::= { measurementsSigInterfacesDvbtCurrentEntry 17 } measurementsSigInterfacesDvbtCurrentSidebandPosition OBJECT-TYPE SYNTAX RfDvbtSidebandPosition MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T sideband position." ::= { measurementsSigInterfacesDvbtCurrentEntry 18 } measurementsSigInterfacesDvbtCurrentTimeSlicingOn OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The status of DVB-T time slicing." ::= { measurementsSigInterfacesDvbtCurrentEntry 19 } measurementsSigInterfacesDvbtCurrentMPEFECOn OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The status of DVB-T MPE FEC." ::= { measurementsSigInterfacesDvbtCurrentEntry 20 } measurementsSigInterfacesDvbtCurrentInDepthInterleaverOn OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The status of DVB-T MPE FEC." ::= { measurementsSigInterfacesDvbtCurrentEntry 21 } measurementsSigInterfacesDvbtCurrentFrequencyOffset OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T frequency offset. The unit of this object is Hz." ::= { measurementsSigInterfacesDvbtCurrentEntry 22 } measurementsSigInterfacesDvbtCurrentBitrateOffset OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T bit rate offset. The unit of this object is ppm." ::= { measurementsSigInterfacesDvbtCurrentEntry 23 } measurementsSigInterfacesDvbtCurrentBERBeforeViterbi OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T BER before Viterbi." ::= { measurementsSigInterfacesDvbtCurrentEntry 24 } --- measurementsSigInterfacesDvbsCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesDvbsCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 22 } measurementsSigInterfacesDvbsCurrentEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesDvbsCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-S) current value table." INDEX {aliasDvbsName } ::= { measurementsSigInterfacesDvbsCurrentTable 1 } MeasurementsSigInterfacesDvbsCurrentEntry ::= SEQUENCE { measurementsSigInterfacesDvbsCurrentErrorLogs Integer32, measurementsSigInterfacesDvbsCurrentCarrierLocked TruthValue, measurementsSigInterfacesDvbsCurrentConstellation RfDvbsConstellation, measurementsSigInterfacesDvbsCurrentPilots RfDvbsPilots, measurementsSigInterfacesDvbsCurrentCodeRate RfDvbsCodeRate, measurementsSigInterfacesDvbsCurrentSpectrum RfSpectrum, measurementsSigInterfacesDvbsCurrentLevel FloatingPoint, measurementsSigInterfacesDvbsCurrentCN FloatingPoint, measurementsSigInterfacesDvbsCurrentEBN0 FloatingPoint, measurementsSigInterfacesDvbsCurrentMER FloatingPoint, measurementsSigInterfacesDvbsCurrentBERbeforeViterbi FloatingPoint, -- measurementsSigInterfacesDvbsCurrentBERafterViterbi -- FloatingPoint, measurementsSigInterfacesDvbsCurrentBERbeforeBCH FloatingPoint, measurementsSigInterfacesDvbsCurrentBERbeforeLDPC FloatingPoint, -- measurementsSigInterfacesDvbsCurrentFrequencyOffset -- Integer32, -- measurementsSigInterfacesDvbsCurrentSymbolRateOffset -- Integer32 measurementsSigInterfacesDvbsCurrentPER FloatingPoint } measurementsSigInterfacesDvbsCurrentErrorLogs OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of error log entries found in last measurement cycle." ::= { measurementsSigInterfacesDvbsCurrentEntry 3 } measurementsSigInterfacesDvbsCurrentCarrierLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the Carrier synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbsCurrentEntry 4 } measurementsSigInterfacesDvbsCurrentConstellation OBJECT-TYPE SYNTAX RfDvbsConstellation MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of DVB-S Constellation." ::= { measurementsSigInterfacesDvbsCurrentEntry 5 } measurementsSigInterfacesDvbsCurrentPilots OBJECT-TYPE SYNTAX RfDvbsPilots MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-S Pilots." ::= { measurementsSigInterfacesDvbsCurrentEntry 6 } measurementsSigInterfacesDvbsCurrentCodeRate OBJECT-TYPE SYNTAX RfDvbsCodeRate MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-S Code Rate." ::= { measurementsSigInterfacesDvbsCurrentEntry 7 } measurementsSigInterfacesDvbsCurrentSpectrum OBJECT-TYPE SYNTAX RfSpectrum MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-S Spectrum." ::= { measurementsSigInterfacesDvbsCurrentEntry 8 } measurementsSigInterfacesDvbsCurrentLevel OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S level. The unit of this object is dBm." ::= { measurementsSigInterfacesDvbsCurrentEntry 9 } measurementsSigInterfacesDvbsCurrentCN OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S C/N. The unit of this object is dB. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14)." ::= { measurementsSigInterfacesDvbsCurrentEntry 10 } measurementsSigInterfacesDvbsCurrentEBN0 OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S Eb/N0. The unit of this object is dB. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14)." ::= { measurementsSigInterfacesDvbsCurrentEntry 11 } measurementsSigInterfacesDvbsCurrentMER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S MER. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). The unit of this object is dB." ::= { measurementsSigInterfacesDvbsCurrentEntry 12 } measurementsSigInterfacesDvbsCurrentBERbeforeViterbi OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S BER before Viterbi. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). This object is only valid for DVB-S and DIRECTV." ::= { measurementsSigInterfacesDvbsCurrentEntry 13 } measurementsSigInterfacesDvbsCurrentBERbeforeBCH OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S BER before BCH. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). This object is only valid for DVB-S2." ::= { measurementsSigInterfacesDvbsCurrentEntry 14 } measurementsSigInterfacesDvbsCurrentBERbeforeLDPC OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S BER before BCH. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). This object is only valid for DVB-S2." ::= { measurementsSigInterfacesDvbsCurrentEntry 15 } measurementsSigInterfacesDvbsCurrentPER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-S PER." ::= { measurementsSigInterfacesDvbsCurrentEntry 16 } -- measurementsSigInterfacesDvbsCurrentBERafterViterbi OBJECT-TYPE -- SYNTAX FloatingPoint -- MAX-ACCESS read-only -- STATUS current -- DESCRIPTION -- "The measured value of the DVB-S BER after Viterbi. -- A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) -- A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. -- (for this example <14). -- This object is only valid for DVB-S and DIRECTV." -- ::= { measurementsSigInterfacesDvbsCurrentEntry 17 } -- -- measurementsSigInterfacesDvbsCurrentFrequencyOffset OBJECT-TYPE -- SYNTAX Integer32 -- MAX-ACCESS read-only -- STATUS current -- DESCRIPTION -- "The measured value of the DVB-S frequency offset. The unit of this object is Hz." -- ::= { measurementsSigInterfacesDvbsCurrentEntry 18 } -- -- -- measurementsSigInterfacesDvbsCurrentSymbolRateOffset OBJECT-TYPE -- SYNTAX Integer32 -- MAX-ACCESS read-only -- STATUS current -- DESCRIPTION -- "The measured value of the DVB-S symbol rate offset. The unit of this object is symb/s." -- ::= { measurementsSigInterfacesDvbsCurrentEntry 19 } ---- measurementsSigInterfacesQAM8VSBCurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesQAM8VSBCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 24 } measurementsSigInterfacesQAM8VSBCurrentEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesQAM8VSBCurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (QAM/8VSB) current value table." INDEX {aliasQAM8VSBName } ::= { measurementsSigInterfacesQAM8VSBCurrentTable 1 } MeasurementsSigInterfacesQAM8VSBCurrentEntry ::= SEQUENCE { measurementsSigInterfacesQAM8VSBCurrentErrorLogs Integer32, measurementsSigInterfacesQAM8VSBCurrentCarrierLocked TruthValue, measurementsSigInterfacesQAM8VSBCurrentMPEGLocked TruthValue, measurementsSigInterfacesQAM8VSBCurrentSymbolrateOffset FloatingPoint, measurementsSigInterfacesQAM8VSBCurrentLevel FloatingPoint, measurementsSigInterfacesQAM8VSBCurrentFrequencyOffset FloatingPoint, measurementsSigInterfacesQAM8VSBCurrentMER FloatingPoint, measurementsSigInterfacesQAM8VSBCurrentBERbeforeRS FloatingPoint, measurementsSigInterfacesQAM8VSBCurrentPER FloatingPoint } measurementsSigInterfacesQAM8VSBCurrentErrorLogs OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of error log entries found in last measurement cycle." ::= { measurementsSigInterfacesQAM8VSBCurrentEntry 3 } measurementsSigInterfacesQAM8VSBCurrentCarrierLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the Carrier synchronisation (lock or unlock)." ::= { measurementsSigInterfacesQAM8VSBCurrentEntry 4 } measurementsSigInterfacesQAM8VSBCurrentMPEGLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the MPEG synchronisation (lock or unlock)." ::= { measurementsSigInterfacesQAM8VSBCurrentEntry 5 } measurementsSigInterfacesQAM8VSBCurrentSymbolrateOffset OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB symbol rate offset." ::= { measurementsSigInterfacesQAM8VSBCurrentEntry 6 } measurementsSigInterfacesQAM8VSBCurrentLevel OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB level. The unit of this object is dBm." ::= { measurementsSigInterfacesQAM8VSBCurrentEntry 7 } measurementsSigInterfacesQAM8VSBCurrentFrequencyOffset OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB frequency offset. The unit of this object is Hz." ::= { measurementsSigInterfacesQAM8VSBCurrentEntry 8 } measurementsSigInterfacesQAM8VSBCurrentMER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The value of the QAM/8VSB MER. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). The unit of this object is dB." ::= { measurementsSigInterfacesQAM8VSBCurrentEntry 9 } measurementsSigInterfacesQAM8VSBCurrentBERbeforeRS OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB BER before RS. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14)." ::= { measurementsSigInterfacesQAM8VSBCurrentEntry 10 } measurementsSigInterfacesQAM8VSBCurrentPER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the QAM/8VSB PER." ::= { measurementsSigInterfacesQAM8VSBCurrentEntry 11 } ---- measurementsSigInterfacesDvbt2CurrentTable OBJECT-TYPE SYNTAX SEQUENCE OF MeasurementsSigInterfacesDvbt2CurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION " " ::= { measurementsSigInterfaces 26 } measurementsSigInterfacesDvbt2CurrentEntry OBJECT-TYPE SYNTAX MeasurementsSigInterfacesDvbt2CurrentEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "One entry of the Measurements Signal Interfaces (DVB-T2) current value table." INDEX {aliasDvbt2Name } ::= { measurementsSigInterfacesDvbt2CurrentTable 1 } MeasurementsSigInterfacesDvbt2CurrentEntry ::= SEQUENCE { measurementsSigInterfacesDvbt2CurrentErrorLogs Integer32, measurementsSigInterfacesDvbt2CurrentCarrierLocked TruthValue, measurementsSigInterfacesDvbt2CurrentAGCLocked TruthValue, measurementsSigInterfacesDvbt2CurrentMPEGLocked TruthValue, measurementsSigInterfacesDvbt2CurrentL1NetworkId Integer32, measurementsSigInterfacesDvbt2CurrentL1CellId Integer32, measurementsSigInterfacesDvbt2CurrentL1FFT RfDvbt2FftMode, measurementsSigInterfacesDvbt2CurrentL1GuardInterval RfDvbt2GuardInterval, measurementsSigInterfacesDvbt2CurrentPLPId Integer32, measurementsSigInterfacesDvbt2CurrentPLPGroupId Integer32, measurementsSigInterfacesDvbt2CurrentPLPConstellation RfDvbt2Constellation, measurementsSigInterfacesDvbt2CurrentPLPRotated TruthValue, measurementsSigInterfacesDvbt2CurrentPLPCodeRate RfDvbt2CodeRate, measurementsSigInterfacesDvbt2CurrentLevel FloatingPoint, measurementsSigInterfacesDvbt2CurrentMER FloatingPoint, measurementsSigInterfacesDvbt2CurrentBERBeforeLDPC FloatingPoint, measurementsSigInterfacesDvbt2CurrentLDPCIterations Integer32, measurementsSigInterfacesDvbt2CurrentBERBeforeBCH FloatingPoint, measurementsSigInterfacesDvbt2CurrentBBFramesAfterBCH TruthValue, measurementsSigInterfacesDvbt2CurrentFrequencyOffset Integer32, measurementsSigInterfacesDvbt2CurrentBitrateOffset Integer32 } measurementsSigInterfacesDvbt2CurrentErrorLogs OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of error log entries found in last measurement cycle." ::= { measurementsSigInterfacesDvbt2CurrentEntry 3 } measurementsSigInterfacesDvbt2CurrentCarrierLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the Carrier synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbt2CurrentEntry 4 } measurementsSigInterfacesDvbt2CurrentAGCLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the AGC synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbt2CurrentEntry 5} measurementsSigInterfacesDvbt2CurrentMPEGLocked OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "The state of the MPEG synchronisation (lock or unlock)." ::= { measurementsSigInterfacesDvbt2CurrentEntry 6 } measurementsSigInterfacesDvbt2CurrentL1NetworkId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Unique identifier of the current DVB-T2 network." ::= { measurementsSigInterfacesDvbt2CurrentEntry 7 } measurementsSigInterfacesDvbt2CurrentL1CellId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Uinique identifier of a geographic cell within the DVB-T2 network." ::= { measurementsSigInterfacesDvbt2CurrentEntry 8 } measurementsSigInterfacesDvbt2CurrentL1FFT OBJECT-TYPE SYNTAX RfDvbt2FftMode MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T2 FFT." ::= { measurementsSigInterfacesDvbt2CurrentEntry 9 } measurementsSigInterfacesDvbt2CurrentL1GuardInterval OBJECT-TYPE SYNTAX RfDvbt2GuardInterval MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T2 Guard Interval." ::= { measurementsSigInterfacesDvbt2CurrentEntry 10 } measurementsSigInterfacesDvbt2CurrentPLPId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Unique identifier for the PLP within the T2 system." ::= { measurementsSigInterfacesDvbt2CurrentEntry 11 } measurementsSigInterfacesDvbt2CurrentPLPGroupId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Identifies with which PLP group within the T2 sytem the current PLP is associated." ::= { measurementsSigInterfacesDvbt2CurrentEntry 12 } measurementsSigInterfacesDvbt2CurrentPLPConstellation OBJECT-TYPE SYNTAX RfDvbt2Constellation MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T2 modulation for the associated PLP." ::= { measurementsSigInterfacesDvbt2CurrentEntry 13 } measurementsSigInterfacesDvbt2CurrentPLPRotated OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates wheter constellation rotation is in use by the associated PLP." ::= { measurementsSigInterfacesDvbt2CurrentEntry 14 } measurementsSigInterfacesDvbt2CurrentPLPCodeRate OBJECT-TYPE SYNTAX RfDvbt2CodeRate MAX-ACCESS read-only STATUS current DESCRIPTION "The condition of the DVB-T2 Code Rate for the associated PLP." ::= { measurementsSigInterfacesDvbt2CurrentEntry 15 } measurementsSigInterfacesDvbt2CurrentLevel OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T level. The unit of this object is dBm." ::= { measurementsSigInterfacesDvbt2CurrentEntry 16 } measurementsSigInterfacesDvbt2CurrentMER OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T MER. A value ending with 0.9999 (for example 15.9999) indicates a value larger than the current measurement range (here >15) A value ending with 0.1111 (for example 13.1111) indicates a value smaller than the current measurement range. (for this example <14). The unit of this object is dB." ::= { measurementsSigInterfacesDvbt2CurrentEntry 17 } measurementsSigInterfacesDvbt2CurrentBERBeforeLDPC OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T2 BER before LDPC." ::= { measurementsSigInterfacesDvbt2CurrentEntry 18 } measurementsSigInterfacesDvbt2CurrentLDPCIterations OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The LDPC iterations." ::= { measurementsSigInterfacesDvbt2CurrentEntry 19 } measurementsSigInterfacesDvbt2CurrentBERBeforeBCH OBJECT-TYPE SYNTAX FloatingPoint MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T2 BER before BCH." ::= { measurementsSigInterfacesDvbt2CurrentEntry 20 } measurementsSigInterfacesDvbt2CurrentBBFramesAfterBCH OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-only STATUS current DESCRIPTION "Error status of baseband frames after BCH." ::= { measurementsSigInterfacesDvbt2CurrentEntry 21 } measurementsSigInterfacesDvbt2CurrentFrequencyOffset OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T frequency offset. The unit of this object is Hz." ::= { measurementsSigInterfacesDvbt2CurrentEntry 22 } measurementsSigInterfacesDvbt2CurrentBitrateOffset OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The measured value of the DVB-T bit rate offset. The unit of this object is ppm." ::= { measurementsSigInterfacesDvbt2CurrentEntry 23 } -- ### -- ### Conformance Section -- ### rsSchedulerConf OBJECT-IDENTITY STATUS current DESCRIPTION " " ::= { rsSchedulerMIB 6 } rsSchedulerGroups OBJECT-IDENTITY STATUS current DESCRIPTION " " ::= { rsSchedulerConf 1 } groupAliasDvbt OBJECT-GROUP OBJECTS { aliasDvbtCount, aliasDvbtName } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 1 } groupAliasDvbs OBJECT-GROUP OBJECTS { aliasDvbsCount, aliasDvbsName } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 2 } groupAliasQAM8VSB OBJECT-GROUP OBJECTS { aliasQAM8VSBCount, aliasQAM8VSBName } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 3 } groupMeasurementsSigInterfacesDvbt OBJECT-GROUP OBJECTS { measurementsSigInterfacesDvbtInfoSequenceNumberMin, measurementsSigInterfacesDvbtInfoSequenceNumberMax, measurementsSigInterfacesDvbtInfoEntryCount, -- measurementsSigInterfacesDvbtInfoClear, measurementsSigInterfacesDvbtTime, measurementsSigInterfacesDvbtErrorLogs, measurementsSigInterfacesDvbtCarrierLocked, measurementsSigInterfacesDvbtAGCLocked, measurementsSigInterfacesDvbtMPEGLocked, measurementsSigInterfacesDvbtConstellationTPS, measurementsSigInterfacesDvbtFFTTPS, measurementsSigInterfacesDvbtGuardIntervalTPS, measurementsSigInterfacesDvbtCodeRateTPS, measurementsSigInterfacesDvbtHierarchyTPS, measurementsSigInterfacesDvbtCellId, measurementsSigInterfacesDvbtLevel, measurementsSigInterfacesDvbtMER, measurementsSigInterfacesDvbtBERAfterViterbi, measurementsSigInterfacesDvbtPER, measurementsSigInterfacesDvbtReferenceFrequencyLocked, measurementsSigInterfacesDvbtSidebandPosition, measurementsSigInterfacesDvbtTimeSlicingOn, measurementsSigInterfacesDvbtMPEFECOn, measurementsSigInterfacesDvbtInDepthInterleaverOn, measurementsSigInterfacesDvbtFrequencyOffset, measurementsSigInterfacesDvbtBitrateOffset, measurementsSigInterfacesDvbtBERBeforeViterbi } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 4 } groupMeasurementsSigInterfacesDvbs OBJECT-GROUP OBJECTS { measurementsSigInterfacesDvbsInfoSequenceNumberMin, measurementsSigInterfacesDvbsInfoSequenceNumberMax, measurementsSigInterfacesDvbsInfoEntryCount, -- measurementsSigInterfacesDvbsInfoClear, measurementsSigInterfacesDvbsTime, measurementsSigInterfacesDvbsErrorLogs, measurementsSigInterfacesDvbsCarrierLocked, measurementsSigInterfacesDvbsConstellation, measurementsSigInterfacesDvbsPilots, measurementsSigInterfacesDvbsCodeRate, measurementsSigInterfacesDvbsSpectrum, measurementsSigInterfacesDvbsLevel, measurementsSigInterfacesDvbsCN, measurementsSigInterfacesDvbsEBN0, measurementsSigInterfacesDvbsMER, measurementsSigInterfacesDvbsBERbeforeViterbi, measurementsSigInterfacesDvbsBERbeforeBCH, measurementsSigInterfacesDvbsBERbeforeLDPC, measurementsSigInterfacesDvbsPER } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 5 } groupMeasurementsSigInterfacesQAM8VSB OBJECT-GROUP OBJECTS { measurementsSigInterfacesQAM8VSBInfoSequenceNumberMin, measurementsSigInterfacesQAM8VSBInfoSequenceNumberMax, measurementsSigInterfacesQAM8VSBInfoEntryCount, -- measurementsSigInterfacesQAM8VSBInfoClear, measurementsSigInterfacesQAM8VSBTime, measurementsSigInterfacesQAM8VSBErrorLogs, measurementsSigInterfacesQAM8VSBCarrierLocked, measurementsSigInterfacesQAM8VSBMPEGLocked, measurementsSigInterfacesQAM8VSBSymbolrateOffset, measurementsSigInterfacesQAM8VSBLevel, measurementsSigInterfacesQAM8VSBFrequencyOffset, measurementsSigInterfacesQAM8VSBMER, measurementsSigInterfacesQAM8VSBBERbeforeRS, measurementsSigInterfacesQAM8VSBPER } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 6 } groupAliasDvbt2 OBJECT-GROUP OBJECTS { aliasDvbt2Count, aliasDvbt2Name } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 7 } groupMeasurementsSigInterfacesDvbt2 OBJECT-GROUP OBJECTS { measurementsSigInterfacesDvbt2InfoSequenceNumberMin, measurementsSigInterfacesDvbt2InfoSequenceNumberMax, measurementsSigInterfacesDvbt2InfoEntryCount, -- measurementsSigInterfacesDvbt2InfoClear, measurementsSigInterfacesDvbt2Time, measurementsSigInterfacesDvbt2ErrorLogs, measurementsSigInterfacesDvbt2CarrierLocked, measurementsSigInterfacesDvbt2AGCLocked, measurementsSigInterfacesDvbt2MPEGLocked, measurementsSigInterfacesDvbt2L1NetworkId, measurementsSigInterfacesDvbt2L1CellId, measurementsSigInterfacesDvbt2L1FFT, measurementsSigInterfacesDvbt2L1GuardInterval, measurementsSigInterfacesDvbt2PLPId, measurementsSigInterfacesDvbt2PLPGroupId, measurementsSigInterfacesDvbt2PLPConstellation, measurementsSigInterfacesDvbt2PLPRotated, measurementsSigInterfacesDvbt2PLPCodeRate, measurementsSigInterfacesDvbt2Level, measurementsSigInterfacesDvbt2MER, measurementsSigInterfacesDvbt2BERBeforeLDPC, measurementsSigInterfacesDvbt2LDPCIterations, measurementsSigInterfacesDvbt2BERBeforeBCH, measurementsSigInterfacesDvbt2BBFramesAfterBCH, measurementsSigInterfacesDvbt2FrequencyOffset, measurementsSigInterfacesDvbt2BitrateOffset } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 8 } groupMeasurementsSigInterfacesDvbtCurrent OBJECT-GROUP OBJECTS { measurementsSigInterfacesDvbtCurrentErrorLogs, measurementsSigInterfacesDvbtCurrentCarrierLocked, measurementsSigInterfacesDvbtCurrentAGCLocked, measurementsSigInterfacesDvbtCurrentMPEGLocked, measurementsSigInterfacesDvbtCurrentConstellationTPS, measurementsSigInterfacesDvbtCurrentFFTTPS, measurementsSigInterfacesDvbtCurrentGuardIntervalTPS, measurementsSigInterfacesDvbtCurrentCodeRateTPS, measurementsSigInterfacesDvbtCurrentHierarchyTPS, measurementsSigInterfacesDvbtCurrentCellId, measurementsSigInterfacesDvbtCurrentLevel, measurementsSigInterfacesDvbtCurrentMER, measurementsSigInterfacesDvbtCurrentBERAfterViterbi, measurementsSigInterfacesDvbtCurrentPER, measurementsSigInterfacesDvbtCurrentReferenceFrequencyLocked, measurementsSigInterfacesDvbtCurrentSidebandPosition, measurementsSigInterfacesDvbtCurrentTimeSlicingOn, measurementsSigInterfacesDvbtCurrentMPEFECOn, measurementsSigInterfacesDvbtCurrentInDepthInterleaverOn, measurementsSigInterfacesDvbtCurrentFrequencyOffset, measurementsSigInterfacesDvbtCurrentBitrateOffset, measurementsSigInterfacesDvbtCurrentBERBeforeViterbi } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 20 } groupMeasurementsSigInterfacesDvbsCurrent OBJECT-GROUP OBJECTS { measurementsSigInterfacesDvbsCurrentErrorLogs, measurementsSigInterfacesDvbsCurrentCarrierLocked, measurementsSigInterfacesDvbsCurrentConstellation, measurementsSigInterfacesDvbsCurrentPilots, measurementsSigInterfacesDvbsCurrentCodeRate, measurementsSigInterfacesDvbsCurrentSpectrum, measurementsSigInterfacesDvbsCurrentLevel, measurementsSigInterfacesDvbsCurrentCN, measurementsSigInterfacesDvbsCurrentEBN0, measurementsSigInterfacesDvbsCurrentMER, measurementsSigInterfacesDvbsCurrentBERbeforeViterbi, measurementsSigInterfacesDvbsCurrentBERbeforeBCH, measurementsSigInterfacesDvbsCurrentBERbeforeLDPC, measurementsSigInterfacesDvbsCurrentPER } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 22 } groupMeasurementsSigInterfacesQAM8VSBCurrent OBJECT-GROUP OBJECTS { measurementsSigInterfacesQAM8VSBCurrentErrorLogs, measurementsSigInterfacesQAM8VSBCurrentCarrierLocked, measurementsSigInterfacesQAM8VSBCurrentMPEGLocked, measurementsSigInterfacesQAM8VSBCurrentSymbolrateOffset, measurementsSigInterfacesQAM8VSBCurrentLevel, measurementsSigInterfacesQAM8VSBCurrentFrequencyOffset, measurementsSigInterfacesQAM8VSBCurrentMER, measurementsSigInterfacesQAM8VSBCurrentBERbeforeRS, measurementsSigInterfacesQAM8VSBCurrentPER } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 24 } groupMeasurementsSigInterfacesDvbt2Current OBJECT-GROUP OBJECTS { measurementsSigInterfacesDvbt2CurrentErrorLogs, measurementsSigInterfacesDvbt2CurrentCarrierLocked, measurementsSigInterfacesDvbt2CurrentAGCLocked, measurementsSigInterfacesDvbt2CurrentMPEGLocked, measurementsSigInterfacesDvbt2CurrentL1NetworkId, measurementsSigInterfacesDvbt2CurrentL1CellId, measurementsSigInterfacesDvbt2CurrentL1FFT, measurementsSigInterfacesDvbt2CurrentL1GuardInterval, measurementsSigInterfacesDvbt2CurrentPLPId, measurementsSigInterfacesDvbt2CurrentPLPGroupId, measurementsSigInterfacesDvbt2CurrentPLPConstellation, measurementsSigInterfacesDvbt2CurrentPLPRotated, measurementsSigInterfacesDvbt2CurrentPLPCodeRate, measurementsSigInterfacesDvbt2CurrentLevel, measurementsSigInterfacesDvbt2CurrentMER, measurementsSigInterfacesDvbt2CurrentBERBeforeLDPC, measurementsSigInterfacesDvbt2CurrentLDPCIterations, measurementsSigInterfacesDvbt2CurrentBERBeforeBCH, measurementsSigInterfacesDvbt2CurrentBBFramesAfterBCH, measurementsSigInterfacesDvbt2CurrentFrequencyOffset, measurementsSigInterfacesDvbt2CurrentBitrateOffset } STATUS current DESCRIPTION " " ::= { rsSchedulerGroups 26 } rsSchedulerCompliances OBJECT-IDENTITY STATUS current DESCRIPTION " " ::= { rsSchedulerConf 2 } basicCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION " " MODULE -- this module MANDATORY-GROUPS { groupAliasDvbt, groupAliasDvbs, groupAliasQAM8VSB, groupMeasurementsSigInterfacesDvbt, groupMeasurementsSigInterfacesDvbs, groupMeasurementsSigInterfacesQAM8VSB, groupAliasDvbt2, groupMeasurementsSigInterfacesDvbt2, groupMeasurementsSigInterfacesDvbtCurrent, groupMeasurementsSigInterfacesDvbsCurrent, groupMeasurementsSigInterfacesQAM8VSBCurrent, groupMeasurementsSigInterfacesDvbt2Current } ::= { rsSchedulerCompliances 1 } END -- -- RS-SCHEDULER-MIB.mi2 --