I'm trying to delete 'status reports' in the device using the following code-list:
AT
: OK
AT+CMGF=1
: OK
AT+CPMS="SR"
: +CPMS: 4,100,0,45,4,100
AT+CMGD=50
: ERROR
Note: there is a 'status report' available at the index:50.
Could you tell me what causes this error? Thanks.