Disable dual stack mode

pull/10100/head
Sebastian Stockhammer 2019-03-15 09:26:43 +01:00
parent 2c3c14c52b
commit 8611474e6c
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
1, // PROPERTY_IPV4V6_STACK
0, // PROPERTY_IPV4V6_STACK
};
AT_CellularBase::set_cellular_properties(cellular_properties);
_module = ModuleEMS31;