Skip to content

Commit 77218f0

Browse files
committed
PDP Type needs to be IPV4V6
1.Testing with Verizon and AT&T SIMs, PDP type is automatically set to IPV4V6. 2. Testing with AT&T IoT SIM, PDP type automatically sets to IP. It will connect but not communicate. Setting a subsequent APN to IPV4V6 with the same APN communicates.
1 parent d847f9f commit 77218f0

File tree

1 file changed

+2
-2
lines changed
  • features/cellular/framework/targets/MultiTech/DragonflyNano/PPP

1 file changed

+2
-2
lines changed

features/cellular/framework/targets/MultiTech/DragonflyNano/PPP/SARA4_PPP.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ static const intptr_t cellular_properties[AT_CellularDevice::PROPERTY_MAX] = {
3232
1, // AT_CSMP
3333
1, // AT_CMGF
3434
1, // AT_CSDH
35-
1, // PROPERTY_IPV4_STACK
35+
0, // PROPERTY_IPV4_STACK
3636
0, // PROPERTY_IPV6_STACK
37-
0, // PROPERTY_IPV4V6_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)