Skip to content

Commit 6b7b36a

Browse files
author
Sebastian Stockhammer
committed
Revert "Disable dual stack mode"
This reverts commit 8611474.
1 parent 8611474 commit 6b7b36a

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-
0, // PROPERTY_IPV4V6_STACK
146+
1, // PROPERTY_IPV4V6_STACK
147147
};
148148
AT_CellularBase::set_cellular_properties(cellular_properties);
149149
_module = ModuleEMS31;

0 commit comments

Comments
 (0)