mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Enable tac info for ALT1250
ALT1250 supports tac info in registration status, so this commit enables the feature.pull/12973/head
parent
e371db441c
commit
f22325d08d
|
@ -35,7 +35,7 @@ using namespace events;
|
|||
#endif
|
||||
|
||||
static const intptr_t cellular_properties[AT_CellularDevice::PROPERTY_MAX] = {
|
||||
AT_CellularNetwork::RegistrationModeEnable,// C_EREG
|
||||
AT_CellularNetwork::RegistrationModeLAC,// C_EREG
|
||||
AT_CellularNetwork::RegistrationModeDisable, // C_GREG
|
||||
AT_CellularNetwork::RegistrationModeLAC, // C_REG
|
||||
1, // AT_CGSN_WITH_TYPE
|
||||
|
|
Loading…
Reference in New Issue