Skip to content

Commit

Permalink
Merge pull request #12396 from felser/mtqn-IPV4V6
Browse files Browse the repository at this point in the history
PDP Type needs to be IPV4V6
  • Loading branch information
0xc0170 authored Feb 14, 2020
2 parents bac5ffe + 77218f0 commit 3d038e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ static const intptr_t cellular_properties[AT_CellularDevice::PROPERTY_MAX] = {
1, // AT_CSMP
1, // AT_CMGF
1, // AT_CSDH
1, // PROPERTY_IPV4_STACK
0, // PROPERTY_IPV4_STACK
0, // PROPERTY_IPV6_STACK
0, // PROPERTY_IPV4V6_STACK
1, // PROPERTY_IPV4V6_STACK
0, // PROPERTY_NON_IP_PDP_TYPE
1, // PROPERTY_AT_CGEREP
1, // PROPERTY_AT_COPS_FALLBACK_AUTO
Expand Down

0 comments on commit 3d038e5

Please sign in to comment.