Skip to content

Commit 5de677a

Browse files
author
Kimmo Vaisanen
committed
Cellular: Enable tac info for ALT1250
ALT1250 supports tac info in registration status, so this commit enables the feature.
1 parent f7861e6 commit 5de677a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/Altair/ALT1250/PPP/ALT1250_PPP.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using namespace events;
3535
#endif
3636

3737
static const intptr_t cellular_properties[AT_CellularBase::PROPERTY_MAX] = {
38-
AT_CellularNetwork::RegistrationModeEnable,// C_EREG
38+
AT_CellularNetwork::RegistrationModeLAC,// C_EREG
3939
AT_CellularNetwork::RegistrationModeDisable, // C_GREG
4040
AT_CellularNetwork::RegistrationModeLAC, // C_REG
4141
1, // AT_CGSN_WITH_TYPE

0 commit comments

Comments
 (0)