Revert "Disable dual stack mode"

This reverts commit 8611474e6c.
pull/10100/head
Sebastian Stockhammer 2019-03-15 09:31:49 +01:00
parent 8611474e6c
commit 6b7b36a3b4
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ void GEMALTO_CINTERION::init_module_ems31()
1, // AT_CGAUTH
1, // PROPERTY_IPV4_STACK
1, // PROPERTY_IPV6_STACK
0, // PROPERTY_IPV4V6_STACK
1, // PROPERTY_IPV4V6_STACK
};
AT_CellularBase::set_cellular_properties(cellular_properties);
_module = ModuleEMS31;