Skip to content

Commit

Permalink
Merge pull request #12973 from kivaisan/ALT1250_enable_tac_info_for_r…
Browse files Browse the repository at this point in the history
…eg_status_mbed_master

Cellular: Enable tac info for ALT1250
  • Loading branch information
0xc0170 authored Jun 4, 2020
2 parents 165be79 + f22325d commit 2f5c98d
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 2f5c98d

Please sign in to comment.