Cellular: Added IPV6 and IPV4V6 as supported properties for BG96

pull/10764/head
Mirela Chirica 2019-05-29 10:13:15 +03:00
parent ff2061aba4
commit b57d978bbd
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ static const intptr_t cellular_properties[AT_CellularBase::PROPERTY_MAX] = {
1, // AT_CMGF
1, // AT_CSDH
1, // PROPERTY_IPV4_STACK
0, // PROPERTY_IPV6_STACK
0, // PROPERTY_IPV4V6_STACK
1, // PROPERTY_IPV6_STACK
1, // PROPERTY_IPV4V6_STACK
1, // PROPERTY_NON_IP_PDP_TYPE
1, // PROPERTY_AT_CGEREP
};