AT: Add ^CIMI command

AT^CIMI is an alternative form for AT+CIMI for some modems

Change-Id: Id64fb4e0d76396400aa69fceeadba3a87ddf68e1
Reviewed-on: https://code.wireshark.org/review/29072
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Darien Spencer 2018-08-11 17:34:19 +03:00 committed by Anders Broman
parent 59bf4d5b55
commit ab47e8a52f
1 changed files with 1 additions and 0 deletions

View File

@ -1080,6 +1080,7 @@ static const at_cmd_t at_cmds[] = {
{ "+CHLD", "Call Hold and Multiparty Handling", check_chld, dissect_chld_parameter },
{ "+CHUP", "Call Hang-up", check_chup, dissect_no_parameter },
{ "+CIMI", "Request International Mobile Subsciber Identity (IMSI)", check_cimi, dissect_cimi_parameter },
{ "^CIMI", "Request International Mobile Subsciber Identity (IMSI)", check_cimi, dissect_cimi_parameter },
{ "+CIND", "Phone Indicators", check_cind, dissect_cind_parameter },
{ "+CLCC", "Current Calls", check_clcc, dissect_clcc_parameter },
{ "+COPS", "Reading Network Operator", check_cops, dissect_cops_parameter },