Skip to content

Commit 6f2da53

Browse files
committed
Enable PDP type IPV6 and IPV4V6 to support more cellular service providers
1 parent 9df8d33 commit 6f2da53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connectivity/drivers/cellular/TELIT/HE910/TELIT_HE910.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ static const intptr_t cellular_properties[AT_CellularDevice::PROPERTY_MAX] = {
3333
1, // AT_CMGF
3434
1, // AT_CSDH
3535
1, // PROPERTY_IPV4_STACK
36-
0, // PROPERTY_IPV6_STACK
37-
0, // PROPERTY_IPV4V6_STACK
36+
1, // PROPERTY_IPV6_STACK
37+
1, // PROPERTY_IPV4V6_STACK
3838
0, // PROPERTY_NON_IP_PDP_TYPE
3939
1, // PROPERTY_AT_CGEREP,
4040
1, // PROPERTY_AT_COPS_FALLBACK_AUTO

0 commit comments

Comments
 (0)