Modify tfeature init sequence
[platform/core/telephony/tel-plugin-database.git] / feature / include / tfeature.h
index 83f8983..bb4661b 100644 (file)
@@ -73,6 +73,12 @@ typedef enum {
        TFEATURE_FUNCTION_ATTACH_APN_INTERNET,
        TFEATURE_FUNCTION_BACKUP_APN,
        TFEATURE_FUNCTION_SUPPORT_MF_ONLY_ESIM_CARD,
+       TFEATURE_FUNCTION_ASRVCC,
+       TFEATURE_FUNCTION_SS_CONFIG_CS_ONLY,
+       TFEATURE_FUNCTION_BIP_MANAGER_APP,
+       TFEATURE_FUNCTION_SUPPORT_VOLTE,
+       TFEATURE_FUNCTION_ACTIVATION_PROCESS,
+       TFEATURE_FUNCTION_EMPTY_ATTACH_APN,
        TFEATURE_FUNCTION_MAX_VALUE = 0x7F,
 
        /* UI feature : 0x81 ~ 0xBF */
@@ -93,6 +99,7 @@ typedef enum {
        TFEATURE_DEVICE_NO_DISPLAY_PANEL = 0xC1,
        TFEATURE_DEVICE_WEARABLE,
        TFEATURE_DEVICE_LTE_ONLY,
+       TFEATURE_DEVICE_LTE_SUPPORTED,
 
        TFEATURE_DEVICE_CHIPSET_VENDOR_EXYNOS,