Skip to content

Commit 8611474

Browse files
author
Sebastian Stockhammer
committed
Disable dual stack mode
1 parent 2c3c14c commit 8611474

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
@@ -143,7 +143,7 @@ void GEMALTO_CINTERION::init_module_ems31()
143143
1, // AT_CGAUTH
144144
1, // PROPERTY_IPV4_STACK
145145
1, // PROPERTY_IPV6_STACK
146-
1, // PROPERTY_IPV4V6_STACK
146+
0, // PROPERTY_IPV4V6_STACK
147147
};
148148
AT_CellularBase::set_cellular_properties(cellular_properties);
149149
_module = ModuleEMS31;

0 commit comments

Comments
 (0)