Disable dual stack mode for ehs5-e

pull/10100/head
Sebastian Stockhammer 2019-03-15 09:32:26 +01:00
parent 6b7b36a3b4
commit 744e648673
1 changed files with 1 additions and 1 deletions

View File

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