diff --git a/interfaces/innerkits/include/hril_enum.h b/interfaces/innerkits/include/hril_enum.h index 454b53ad..83eff305 100644 --- a/interfaces/innerkits/include/hril_enum.h +++ b/interfaces/innerkits/include/hril_enum.h @@ -56,6 +56,7 @@ typedef enum { HRIL_ERR_NETWORK_SEARCH_TIMEOUT, HRIL_ERR_PINPUK_PASSWORD_NOCORRECT, HRIL_ERR_INVALID_MODEM_PARAMETER = 50, + HRIL_ERR_VENDOR_NOT_IMPLEMENT = 302, // same as HRIL_ERR_VENDOR_NOT_IMPLEMENT in HRilErrType HRIL_ERR_HDF_IPC_FAILURE = 65535, } HRilErrNumber;