Skip to content

Commit 24178bc

Browse files
author
Hasnain Virk
committed
AT+CGSN with EC2X does not take parameter
Standard 3GPP TS27.007 states that the AT+CGSN command can optionally have type parameter that determines the output. However Quiectel EC2X series doesn't accept parameters. We need to reflect that in the cellular properties setup.
1 parent df7f8cd commit 24178bc

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
@@ -29,7 +29,7 @@ static const intptr_t cellular_properties[AT_CellularBase::PROPERTY_MAX] = {
2929
AT_CellularNetwork::RegistrationModeLAC, // C_EREG
3030
AT_CellularNetwork::RegistrationModeLAC, // C_GREG
3131
AT_CellularNetwork::RegistrationModeLAC, // C_REG
32-
1, // AT_CGSN_WITH_TYPE
32+
0, // AT_CGSN_WITH_TYPE
3333
1, // AT_CGDATA
3434
0, // AT_CGAUTH
3535
1, // AT_CNMI

0 commit comments

Comments
 (0)