restriction_rule->month_start_date);
}
- STC_RETURN_VAL_IF(restriction_rule->roaming_type > STC_ROAMING_ENABLED,
+ STC_RETURN_VAL_IF(restriction_rule->roaming_type > STC_ROAMING_DISABLED,
STC_ERROR_INVALID_PARAMETER,
"Roaming type is not valid [%s]",
_stc_convert_roaming_to_string(restriction_rule->roaming_type));
"Invalid month start date [%d]",
restriction_rule->month_start_date);
- STC_RETURN_VAL_IF(restriction_rule->roaming_type > STC_ROAMING_ENABLED,
+ STC_RETURN_VAL_IF(restriction_rule->roaming_type > STC_ROAMING_DISABLED,
STC_ERROR_INVALID_PARAMETER,
"Roaming type is not valid [%s]",
_stc_convert_roaming_to_string(restriction_rule->roaming_type));
"Invalid rx limit [%"PRId64"] bytes",
restriction_rule->data_warn_limit);
- STC_RETURN_VAL_IF(restriction_rule->roaming_type > STC_ROAMING_ENABLED,
+ STC_RETURN_VAL_IF(restriction_rule->roaming_type > STC_ROAMING_DISABLED,
STC_ERROR_INVALID_PARAMETER,
"Roaming type is not valid [%d]",
restriction_rule->roaming_type);
"Invalid rx limit [%"PRId64"] bytes",
restriction_rule->data_warn_limit);
- STC_RETURN_VAL_IF(restriction_rule->roaming_type > STC_ROAMING_ENABLED,
+ STC_RETURN_VAL_IF(restriction_rule->roaming_type > STC_ROAMING_DISABLED,
STC_ERROR_INVALID_PARAMETER,
"Roaming type is not valid [%d]",
restriction_rule->roaming_type);