The MFM-IpDecoder logical device is part of the sat-nms MFM framework which interconnects a sat-nms VLC to the ND SatCom Media Fleet Manager.The MFM-IpDecoder is a so called translation device which interconnects the MFM-PlayList device to a sat-nms IP decoder device driver.
Internally the Media Fleet Manager codes all equipment settings in binary enumerations (for choice parameters) and scaled integers for numeric values. The MFM-IpDecoder translation device takes these settings and translates them into the parameter representation expected by the sat-nms device driver. For this, it inspects each parameter's range definition and matches the settings against the MFM encoding of the parameters.
Overview
The sat-nms MFM framework consists of the MFM-PlayList device and a number of so called translation devices. The MFM-PlayList device does the communication with the Media Fleet Manager using the proprietary protocol of this. It manages the sequence control of transmissions, even if there is no connection to the MFM.

Beside this, there are translation devices which have to be configured with one instance for each DVB uplink or downlink chain, for each IP encoder or decoder. The task of translation devices is to translate the settings commanded by the media fleet manager in it's own format into the individual format each sat-nms device driver expects. The translation devices also check if parameters have been set properly and forward this information to the MFM-PlayList device.
Adding a translation device for a certain physical device to the configuration automatically makes this device known to the MFM. The following types of translation devices are available with the sat-nms MFM framework:
Device window pages
The following table shows which device window pages are available with this individual device type. Tool-bar functions not mentioned here are described at the general description of device windows .
--- General status.
--- The device info page.
--- The maintenance page. The configuration parameters described below are set at this page.Configuration parameters
At the page 'Maintenance' the setup dialog contains some settings to configure this logical device.
| parameter | description |
|---|---|
| aliasName | The alias name of the device reported to the Media Fleet Manager |
| checkDelay | After receiving a set of parameters from the MFM-Playlist and setting these parameters at the device, the MFM-IpDecoder device waits the time set here until it checks if all parameters have been set properly. |
| onAirFaultDelay | After going on air, the device suppresses faults for the time configured here. This helps to avoid receiver lock faults/warnings for the first seconds after the signal is switched on. |
| decDevice | The device name of the IP decoder. This is used to get the device's summary fault, it's communications fault and it's OPERATING/OUT-OF-SERVICE setting. |
| transportTypeId | The message ID of the parameter controlling the transport type (UDP/RTP). |
| streamingModeId | The message ID of the parameter controlling the streaming mode (UNICAST/MULTICAST). |
| srcIpAddressId | The message ID of the decoder parameter controlling the source IP address. |
| srcPortNoId | The message ID of the decoder parameter controlling the source IP port number . |
| encryptModeId | The message ID of the decoder parameter controlling the encryption mode (BISS-1/BISS-E). |
| session1WordId | The message ID of the decoder parameter setting the BISS-1 session word. |
| sessionEWordId | The message ID of the decoder parameter setting the BISS-E session word. |
| rasKeyId | The message ID of the decoder parameter setting the RAS encryption key. |
| streamingOnId | The message ID of a parameter switching actually "streaming on". A device driver may use this parameter to suppress missing input data faults until the stream is actually started. |
All message ID settings above may be left empty. The MFM-IpDecoder device will not control a parameter with an empty ID setting and it will not check if it is set properly.
Session word and encryption key parameters are not read back and compared to the commanded values, as decoders normally do not support a readout of these values.
Remarks
Variables defined by this device driver
| name | type | flags | range |
|---|---|---|---|
| info.driver | TEXT | R/O | StringRange R/O |
| info.type | TEXT | R/O | StringRange R/O |
| info.port | TEXT | R/O | StringRange R/O |
| info.frame | TEXT | R/O | StringRange R/O |
| config.aliasName | TEXT | SAVE SETUP | StringRange |
| config.checkDelay | INTEGER | SAVE SETUP | IntegerRange (0 .. 30) |
| config.onAirFaultDelay | INTEGER | SAVE SETUP | IntegerRange (0 .. 30) |
| config.decDevice | TEXT | SAVE SETUP | StringRange |
| config.transportTypeId | TEXT | SAVE SETUP | StringRange |
| config.streamingModeId | TEXT | SAVE SETUP | StringRange |
| config.srcIpAddressId | TEXT | SAVE SETUP | StringRange |
| config.srcPortNoId | TEXT | SAVE SETUP | StringRange |
| config.encryptModeId | TEXT | SAVE SETUP | StringRange |
| config.session1WordId | TEXT | SAVE SETUP | StringRange |
| config.sessionEWordId | TEXT | SAVE SETUP | StringRange |
| config.injectedIDId | TEXT | SAVE SETUP | StringRange |
| config.rasKeyId | TEXT | SAVE SETUP | StringRange |
| config.streamingOnId | TEXT | SAVE SETUP | StringRange |
| set | TEXT | StringRange | |
| check | CHOICE | R/O | EnumRange R/O (IDLE PENDING SUCCESS FAILED) |
| errorCode | INTEGER | R/O | IntegerRange R/O (0 .. 0) |
| onAir | CHOICE | EnumRange (OFFAIR ONAIR) | |
| releaseCheckFault | TEXT | StringRange |