Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/TR-181/middle_layer_src/cosa_ethernet_dml.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,10 +774,10 @@ EthernetWAN_SetParamStringValue
}
else if((strcmp_s("Auto",strlen("Auto"),pString,&ind) == EOK) && (ind == 0))
{
#if !defined (_XER5_PRODUCT_REQ_) && !defined(_SCER11BEL_PRODUCT_REQ_) && !defined(_SCXF11BFL_PRODUCT_REQ_)
#if !defined (_XER5_PRODUCT_REQ_) && !defined(_SCER11BEL_PRODUCT_REQ_) && !defined(_SCXF11BFL_PRODUCT_REQ_) && !defined(_XB10_PRODUCT_REQ_)
wan_mode = WAN_MODE_AUTO;
#else
CcspTraceWarning(("Auto operationalMode is not supported in XER5/XER10 platform\n"));
CcspTraceWarning(("Auto operationalMode is not supported in XER5/XER10/XB10 platform\n"));
Comment thread
jayantrais marked this conversation as resolved.
return FALSE;
#endif
}
Expand Down
Loading