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

Compare with Current View Page History

« Previous Version 4 Next »

Introduction and MoCA 1.1 Reference Specification

MoCA 1.1 Specification for Device RF Characteristics


Objects

MoCA has MoCA object in its DML layer.

Few parameters supported by Object - Device.MoCA.
Devcie.MoCA.Interface.Enable
Devcie.MoCA.Interface.Status
Devcie.MoCA.Interface.Upstream
Devcie.MoCA.Interface.MACAddress
Devcie.MoCA.Interface.FirmwareVersion
Devcie.MoCA.Interface.MaxBitRate
Devcie.MoCA.Interface.MaxIngressBW
Devcie.MoCA.Interface.MaxEgressBW
Devcie.MoCA.Interface.NetworkCoordinator
Devcie.MoCA.Interface.NodeID
Devcie.MoCA.Interface.FreqCapabilityMask
Devcie.MoCA.Interface.FreqCurrentMaskSetting


MoCA HAL

MoCA HAL is an abstraction layer, implemented for interacting with MoCA driver. MoCA HAL API's functionality should be implemented by OEMs.

moca_hal.c provides function call prototypes and structure definitions used for the RDK-Broadband MoCA HAL.

Some example APIs are listed below:

moca_GetIfConfig / moca_SetIfConfig
moca_IfGetStaticInfo
moca_IfGetDynamicInfo
moca_IfGetStats
moca_GetNumAssociatedDevices
moca_GetAssociatedDevices
moca_FreqMaskToValue
moca_GetMocaCPEs
moca_HardwareEquipped
  • No labels