Skip to content

Commit 744e648

Browse files
author
Sebastian Stockhammer
committed
Disable dual stack mode for ehs5-e
1 parent 6b7b36a commit 744e648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/GEMALTO/CINTERION/GEMALTO_CINTERION.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ void GEMALTO_CINTERION::init_module_ehs5e()
161161
1, // AT_CGAUTH
162162
1, // PROPERTY_IPV4_STACK
163163
1, // PROPERTY_IPV6_STACK
164-
1, // PROPERTY_IPV4V6_STACK
164+
0, // PROPERTY_IPV4V6_STACK
165165
};
166166
AT_CellularBase::set_cellular_properties(cellular_properties);
167167
_module = ModuleEHS5E;

0 commit comments

Comments
 (0)