Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix empty/wrong DML parameters required for AWLAN_Node #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

VyacheslavSalnikov
Copy link

In order to fix the issue with OpenSync connectivity to the cloud, we need to adjust DML values. Currently returned values are:
Device.DeviceInfo.ModelName - Cougar Run
Device.DeviceInfo.X_RDKCENTRAL-COM_CMTS_MAC - 00:00:00:00:00:00

Instead, the values should be:
Device.DeviceInfo.ModelName - PUMA7_CGR
Device.DeviceInfo.X_RDKCENTRAL-COM_CMTS_MAC - should return CM WAN MAC address

These values should be adjusted for OpenSync flavors, but if it is a generic issue, it can be extended to non-OpenSync flavors also.

In order to fix the issue with OpenSync connectivity to the cloud, we need to adjust DML values.
Currently returned values are:
   Device.DeviceInfo.ModelName  - Cougar Run
   Device.DeviceInfo.X_RDKCENTRAL-COM_CMTS_MAC - 00:00:00:00:00:00

Instead, the values should be:
   Device.DeviceInfo.ModelName - PUMA7_CGR
   Device.DeviceInfo.X_RDKCENTRAL-COM_CMTS_MAC - should return CM WAN MAC address

These values should be adjusted for OpenSync flavors,
but if it is a generic issue, it can be extended to non-OpenSync flavors also.

Signed-off-by: Vyacheslav Salnikov <[email protected]>
@dejan-pojbic-plume
Copy link

Thanks for contribution and we are reviewing internally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants