File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
features/cellular/framework/targets/Altair/ALT1250/PPP Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ nsapi_error_t ALT1250_PPP_CellularNetwork::set_access_technology_impl(RadioAcces
40
40
switch (opsAct) {
41
41
case RAT_CATM1:
42
42
if (memcmp (resp, " CATM" , 4 )) {
43
- _at.at_cmd_discard (" %RATACT" , " =\" CATM\" " );
43
+ _at.at_cmd_discard (" %RATACT" , " =\" CATM\" ,1 " );
44
44
}
45
45
break ;
46
46
case RAT_NB1:
47
47
if (memcmp (resp, " NBIOT" , 5 )) {
48
- _at.at_cmd_discard (" %RATACT" , " =\" NBIOT\" " );
48
+ _at.at_cmd_discard (" %RATACT" , " =\" NBIOT\" ,1 " );
49
49
}
50
50
break ;
51
51
case RAT_GSM:
@@ -55,7 +55,7 @@ nsapi_error_t ALT1250_PPP_CellularNetwork::set_access_technology_impl(RadioAcces
55
55
break ;
56
56
default :
57
57
if (memcmp (resp, " DEFAULT" , 7 )) {
58
- _at.at_cmd_discard (" %RATACT" , " =\" DEFAULT\" " );
58
+ _at.at_cmd_discard (" %RATACT" , " =\" DEFAULT\" ,1 " );
59
59
}
60
60
_at.unlock ();
61
61
_op_act = RAT_UNKNOWN;
You can’t perform that action at this time.
0 commit comments