DTE-3114 – Networked Quad QAM Modulator
USER
MANUAL
37
-- Group: network --
-- --
-- The network group holds the network receive and transmit channels --
-- --
-- Receive channel: --
-- Abstraction for a process that receives a transport stream from the --
-- IP network, and outputs the transport stream to a 'sink' interface, --
-- e.g. an ASI output port. --
-- --
-- Transmit channel: --
-- Abstraction for a process that transmits a transport stream to the --
-- IP network, with input coming from a 'source' interface, e.g an ASI --
-- input port or a DVB-S2 receiver. --
---------------------------------------------------------------------------
---------------------------------------------------------------------------
-- Group: network - nwRxChannels --
---------------------------------------------------------------------------
nwRxNumberOfChannels OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of network receive channels available on this device."
::= { nwRxChannels 1 }
nwRxTable OBJECT-TYPE
SYNTAX SEQUENCE OF NwRxEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of network receive channel entries. The number
of entries is given by the value of 'nwRxNumberOfChannels'."
::= { nwRxChannels 2 }
nwRxEntry OBJECT-TYPE
SYNTAX NwRxEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A network receive channel entry containing objects
with control and status data."
INDEX { nwRxIndex }
::= { nwRxTable 1 }
NwRxEntry ::= SEQUENCE {
nwRxIndex Integer32,
nwRxSinkType INTEGER,
nwRxSinkIndex Integer32,
nwRxChannelEnable INTEGER,
nwRxAddressingMethod INTEGER,
nwRxIpPort Integer32,
nwRxMulticastAddress IpAddress,
nwRxSourceSpecificMulti IpAddress,
nwRxFecEnable INTEGER,
nwRxIpToOutputDelay Integer32,
nwRxOperationalStatus INTEGER,
nwRxProtocol INTEGER,
nwRxNumberOfTpPerIp Integer32,
nwRxFecNumberOfRows Integer32,
nwRxFecNumberOfColumns Integer32,
nwRxIpLostBeforeFec Counter64,
nwRxIpLostAfterFec Counter64,
nwRxIpJitterTolerance Integer32,
nwRxFecDelay Integer32,
nwRxTsPacketSize INTEGER,
nwRxTsRate Integer32,
nwRxTsPcrPresent INTEGER,
nwRxTsRateChangeCounter Counter64,
nwRxTsRateEstimationMode INTEGER,
-- nwRxTsManualRate Integer32,
-- nwRxTsManualControlRange Integer32,
nwRxIpJitterErrorCounter Counter64,
nwRxLockErrorCounter Counter64,
nwRxDelayFactor Integer32,
nwRxSettingsStatus Integer32
}
nwRxIndex OBJECT-TYPE
SYNTAX Integer32(1..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A unique value identifying this network receive channel.