Skip to content

Commit 5bc08d4

Browse files
author
Hasnain Virk
committed
CREG can handle lac/ci/lat
AT+CREG command can also provide information regarding lac/ci/lat etc so we should set the mode correctly in cellular properties structure.
1 parent 7cf625e commit 5bc08d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/targets/QUECTEL/EC2X/QUECTEL_EC2X.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using namespace events;
2828
static const intptr_t cellular_properties[AT_CellularBase::PROPERTY_MAX] = {
2929
AT_CellularNetwork::RegistrationModeLAC, // C_EREG
3030
AT_CellularNetwork::RegistrationModeLAC, // C_GREG
31-
AT_CellularNetwork::RegistrationModeEnable, // C_REG
31+
AT_CellularNetwork::RegistrationModeLAC, // C_REG
3232
1, // AT_CGSN_WITH_TYPE
3333
1, // AT_CGDATA
3434
0, // AT_CGAUTH

0 commit comments

Comments
 (0)