Refactoring structures for monitoring and restrictions
[platform/core/connectivity/stc-manager.git] / include / stc-manager.h
index 94c57a1..1658bc6 100644 (file)
@@ -174,10 +174,8 @@ typedef enum {
  * @brief Network roaming type
  */
 typedef enum {
-       STC_ROAMING_UNKNOWN,   /**< can't define roaming - roaming unknown */
-       STC_ROAMING_ENABLE,    /**< in roaming */
        STC_ROAMING_DISABLE,   /**< not in roaming */
-       STC_ROAMING_LAST_ELEM,
+       STC_ROAMING_ENABLE,    /**< in roaming */
 } stc_roaming_type_e;
 
 /**