Skip to content

Commit 3d038e5

Browse files
authored
Merge pull request #12396 from felser/mtqn-IPV4V6
PDP Type needs to be IPV4V6
2 parents bac5ffe + 77218f0 commit 3d038e5

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)