Skip to content

Commit da5a8b2

Browse files
authored
Merge pull request #11952 from pferland-multitech/master
Fix for Dragonfly nano and registration for LTE-M plans
2 parents 111d1ca + 35e4904 commit da5a8b2

File tree

1 file changed

+3
-3
lines changed
  • features/cellular/framework/targets/MultiTech/DragonflyNano/PPP

1 file changed

+3
-3
lines changed

features/cellular/framework/targets/MultiTech/DragonflyNano/PPP/SARA4_PPP.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ using namespace mbed;
2222
using namespace events;
2323

2424
static const intptr_t cellular_properties[AT_CellularBase::PROPERTY_MAX] = {
25-
AT_CellularNetwork::RegistrationModeDisable,// C_EREG
26-
AT_CellularNetwork::RegistrationModeLAC, // C_GREG
27-
AT_CellularNetwork::RegistrationModeLAC, // C_REG
25+
AT_CellularNetwork::RegistrationModeLAC, // C_EREG
26+
AT_CellularNetwork::RegistrationModeLAC, // C_GREG
27+
AT_CellularNetwork::RegistrationModeDisable, // C_REG
2828
0, // AT_CGSN_WITH_TYPE
2929
0, // AT_CGDATA
3030
1, // AT_CGAUTH

0 commit comments

Comments
 (0)