DTE-3114 – Networked Quad QAM Modulator
USER
MANUAL
41
SYNTAX INTEGER {
auto(0),
autoIgnorePcrs(1),
delay(2),
off(3)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Mode used to estimate the transport-stream bitrate.
0 auto
1 ignore pcrs
2 fixed delay
3 off"
::= { nwRxEntry 24 }
--nwRxTsManualRate OBJECT-TYPE
-- SYNTAX Integer32
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
-- "User-specified rate of the received transport stream. Used if
-- nwRxTsRateEstimationMode is set to 'manual'."
-- ::= { nwRxEntry 25 }
--nwRxTsManualControlRange OBJECT-TYPE
-- SYNTAX Integer32
-- MAX-ACCESS read-write
-- STATUS current
-- DESCRIPTION
-- "Control range in ppm."
-- ::= { nwRxEntry 26 }
nwRxIpJitterErrorCounter OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Counter that keeps the number of IP jitter errors for this channel.
A jitter error may occur when an incoming IP packet has a jitter that
exceeds 'nwRxIpJitterTolerance'. During normal operation this counter
should remain constant."
::= { nwRxEntry 27 }
nwRxLockErrorCounter OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Counter that keeps the number of channel restarts. A channel is restarted
only under adverse circumstances, like large jitter of IP packets in
combination with packet loss. A channel restart causes a signal interruption
for this channel of about 1 second. During normal operation this counter
should remain constant."
::= { nwRxEntry 28 }
nwRxDelayFactor OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The channel's delay factor in us. Delay factor is a measure of the maximum
jitter on the IP packets received for this channel."
::= { nwRxEntry 29 }
nwRxSettingsStatus OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Channel status. The status is either 'ok' or an error code.
If multiple errors are active, the status code with the lowest value is
reported. When the error condition is resolved, but another error is
still present, then the next error code will appear.
List of status codes:
0 - Ok
1 - IP Address is not valid
2 - Port is not valid
3 - IP-to-RF delay is out of range
4 - Port numbers overlap
5 - FEC settings are not equal for all channels
6 - Rate Estimation settings are not equal for all channels
7 - Modulator settings are not consistent
8 - IP-to-RF delay are not equal for all channels"