Skip to content

Commit 81478e0

Browse files
pennamfacchinm
authored andcommitted
GEMALTO_CINTERION_CellularContext: do not disable all bands
* Switching rat AT command fails and should not be necessary to disable bands since we do not use a fallback rat
1 parent 1e40ec5 commit 81478e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

connectivity/drivers/cellular/GEMALTO/CINTERION/GEMALTO_CINTERION_CellularContext.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,11 @@ void GEMALTO_CINTERION_CellularContext::enable_access_technology()
158158
case CATM1:
159159
_at.at_cmd_discard("^SXRAT", "=","%d", _rat);
160160
_at.at_cmd_discard("^SCFG", "=","%s%s", "Radio/Band/CatM",buffer);
161-
_at.at_cmd_discard("^SCFG", "=","%s%d%d", "Radio/Band/CatNB",0,0);
162161
break;
163162

164163
case CATNB:
165164
_at.at_cmd_discard("^SXRAT", "=","%d", _rat);
166165
_at.at_cmd_discard("^SCFG", "=","%s%s", "Radio/Band/CatNB",buffer);
167-
_at.at_cmd_discard("^SCFG", "=","%s%d%d", "Radio/Band/CatM",0,0);
168166
break;
169167

170168
default:

0 commit comments

Comments
 (0)