From 5de677a35bdcb8f41ccee6d19effc86985b5c42f Mon Sep 17 00:00:00 2001 From: Kimmo Vaisanen Date: Thu, 14 May 2020 15:10:58 +0300 Subject: [PATCH] Cellular: Enable tac info for ALT1250 ALT1250 supports tac info in registration status, so this commit enables the feature. --- .../framework/targets/Altair/ALT1250/PPP/ALT1250_PPP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cellular/framework/targets/Altair/ALT1250/PPP/ALT1250_PPP.cpp b/features/cellular/framework/targets/Altair/ALT1250/PPP/ALT1250_PPP.cpp index b38dee16d7..77c16cc20f 100755 --- a/features/cellular/framework/targets/Altair/ALT1250/PPP/ALT1250_PPP.cpp +++ b/features/cellular/framework/targets/Altair/ALT1250/PPP/ALT1250_PPP.cpp @@ -35,7 +35,7 @@ using namespace events; #endif static const intptr_t cellular_properties[AT_CellularBase::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