Skip to content

Commit 2f5c98d

Browse files
authored
Merge pull request #12973 from kivaisan/ALT1250_enable_tac_info_for_reg_status_mbed_master
Cellular: Enable tac info for ALT1250
2 parents 165be79 + f22325d commit 2f5c98d

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_CellularDevice::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)