You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Introduction

MTA(Media Terminal Adapter) is a cable client device that contains a subscriber-side interface to the subscriber’s CPE (e.g., telephone) and a network-side signalling interface to call control elements in the network. It can deliver Home Phone service in addition to High Speed Internet with battery back up in the event of power outage. It provides codecs and all signalling and encapsulation functions required for media transport and call signalling. 

Cable MTAs are required to support the Network Call Signalling (NCS) protocol. An embedded MTA (e-MTA) is a single hardware device that incorporates a DOCSIS cable modem as well as a Cable MTA component.

Majority of the functionality for this component is provided by OEM.

Figure-1 IP Traffic Through the Data-Over-Cable System

Objects

MTA object in its DML layer: 

Device.X_CISCO_COM_MTA.

MTA HAL

The MTA HAL is an abstraction layer, implemented to interact with MTA device

mta_hal.c file provides the function call prototypes and structure definitions used for the RDK-Broadband MTA hardware abstraction layer
Some of the important MTA HAL APIs are listed below:

mta_hal_InitDB
mta_hal_LineTableGetEntry
mta_hal_GetCalls
  • No labels