Skip to content

Commit

Permalink
Cellular: Enable tac info for ALT1250
Browse files Browse the repository at this point in the history
ALT1250 supports tac info in registration status, so this commit enables the feature.
  • Loading branch information
Kimmo Vaisanen committed May 14, 2020
1 parent e371db4 commit f22325d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f22325d

Please sign in to comment.