Skip to content

Commit

Permalink
To clean up MoCA logs from XER10 WEBPA logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sivagami27-Rasu committed Jun 27, 2024
1 parent e47af97 commit 217a006
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 217a006

Please sign in to comment.