Linux SDK (lite-qmi)
MBPL_SDK_R25_ENG3
|
#include <dms.h>
Data Fields | |
uint8_t | current_subscription_capability_len |
uint8_t | current_subscription_capability [8] |
Name: dms_CurrentSubscriptionCapTlv
Purpose: Structure used to store all Current Subscription Capability TLV Value.
Members:
current_subscription_capability_len | - Number of sets of subscription capability |
max_active | - The maximum number of subscriptions that can be simultaneously active. If this number is less than max_subscriptions, it implies that any combination of the subscriptions in this configuration can be active and the remaining can be in standby. |
current_subscription_capability | An array of max_subscriptions entries where each entry is a mask of capabili-ties. The client ignores any bits in the mask that it does not recognize. Values: DMS_SUBS_CAPABILITY_AMPS (0x00000001) – AMPS DMS_SUBS_CAPABILITY_CDMA (0x00000002) – CDMA DMS_SUBS_CAPABILITY_HDR (0x00000004) – HDR DMS_SUBS_CAPABILITY_GSM (0x00000008) – GSM DMS_SUBS_CAPABILITY_WCDMA (0x00000010) – WCDMA DMS_SUBS_CAPABILITY_LTE (0x00000020) – LTE DMS_SUBS_CAPABILITY_TDS (0x00000040) – TDS DMS_SUBS_CAPABILITY_NR5G (0x00000080) – NR5G |