Skip to content

Commit

Permalink
Merge pull request #271 from Sivagami27-Rasu/xer10-moca-clean
Browse files Browse the repository at this point in the history
To clean up MoCA logs from XER10 WEBPA logs
  • Loading branch information
sadhyama authored Jul 9, 2024
2 parents e47af97 + 217a006 commit 18e5244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/broadband/webpa_internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ char *objectList[] ={
"Device.UserInterface.",
"Device.InterfaceStack.",
"Device.Ethernet.",
#if ! defined(_HUB4_PRODUCT_REQ_) && ! defined(_CBR_PRODUCT_REQ_)
#if ! defined(_HUB4_PRODUCT_REQ_) && ! defined(_CBR_PRODUCT_REQ_) && ! defined(_SCER11BEL_PRODUCT_REQ_)
"Device.MoCA.",
#endif
"Device.PPP.",
Expand Down Expand Up @@ -92,7 +92,7 @@ char *objectList[] ={
char *subObjectList[] =
{
"Device.DeviceInfo.NetworkProperties.",
#if ! defined(_HUB4_PRODUCT_REQ_) && ! defined(_CBR_PRODUCT_REQ_)
#if ! defined(_HUB4_PRODUCT_REQ_) && ! defined(_CBR_PRODUCT_REQ_) && ! defined(_SCER11BEL_PRODUCT_REQ_)
"Device.MoCA.Interface.",
#endif
"Device.IP.Diagnostics.",
Expand Down
2 changes: 1 addition & 1 deletion source/broadband/webpa_notification.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const char * notifyparameters[]={
#ifndef _CBR_PRODUCT_REQ_
"Device.DeviceInfo.X_RDKCENTRAL-COM_AkerEnable",
#endif
#if ! defined(_HUB4_PRODUCT_REQ_) && ! defined(_CBR_PRODUCT_REQ_)
#if ! defined(_HUB4_PRODUCT_REQ_) && ! defined(_CBR_PRODUCT_REQ_) && ! defined(_SCER11BEL_PRODUCT_REQ_)
"Device.MoCA.Interface.1.Enable",
#endif
"Device.NotifyComponent.X_RDKCENTRAL-COM_PresenceNotification",
Expand Down

0 comments on commit 18e5244

Please sign in to comment.