Skip to content

Commit 78f4e8b

Browse files
author
Mirela Chirica
committed
Cellular: Enable IPv6 stack property for BG96
1 parent 7aaaae1 commit 78f4e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/QUECTEL/BG96/QUECTEL_BG96.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ static const intptr_t cellular_properties[AT_CellularBase::PROPERTY_MAX] = {
5757
1, // AT_CMGF
5858
1, // AT_CSDH
5959
1, // PROPERTY_IPV4_STACK
60-
0, // PROPERTY_IPV6_STACK
60+
1, // PROPERTY_IPV6_STACK
6161
0, // PROPERTY_IPV4V6_STACK
6262
1, // PROPERTY_NON_IP_PDP_TYPE
6363
1, // PROPERTY_AT_CGEREP

0 commit comments

Comments
 (0)