Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1.  CcspEthAgent                  – Ccsp component to control EthWAN feature along with data model support
  2.  Gw-prov-app-EthWAN    – Gateway provisioning component for EthWAN

draw.io Diagram
diagramNameONU.drawio
revision1
Gliffy Diagram
macroId0621c089-c7fa-466d-812f-6d35479c897b
nameONU
pagePin2


Objects

DM Description
Device.Ethernet.X_RDKCENTRALCOM_WAN.EnabledThe DML is used to ON/OFF the EthWan Feature. The
default value is OFF.
Device.Ethernet.X_RDKCENTRALCOM_WAN.PortThe DML provides the port number that is configured if
the feature is ENABLED with
Device.Ethernet.X_RDKCENTRAL-COM_WAN.Enabled
Device.DeviceInfo.X_RDKCENTRALCOM_EthernetWAN.CurrentOperationalModeThe DML is used to verify in which MODE the box is
currently operating

...

Ccsp EthAgent Dmcli Code flow

Gliffy Diagramdrawio
namediagramNameCcsp EthAgent DMCLI Code flow.drawio
pagePinrevision1

GW Prov Ethwan Code flow

draw.io Diagram
diagramName
Gliffy Diagram
macroId64ca7052-beea-4a02-a538-e03bf66054d5
nameGW Prov Ethwan Code flow.drawio
pagePinrevision1

APIs

Commands to get EthWAN info from hal

CommandDescription
hal_test ethwan enableEthwanTo enable EthWan
hal_test ethwan disableEthwanTo disable EthWan
hal_test ethwan GetEthWanInterfaceNameTo get the EthWan Interface name
hal_test ethwan getEthWanEnabledTo get the EthWan status (enabled or disabled)
hal_test ethwan getEthWanPortTo know which port is enabled for EthWan feature
hal_test ethwan setEthWanPort_eth0Set eth0 port as EthWan interface
hal_test ethwan setEthWanPort_eth1Set eth1 port as EthWan feature

References

 https://wiki.rdkcentral.com/courses/playcourse.action?course=90113230&capsule=3

...