ImsiStatus: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command allows to attach a SIM to the GSM network. '''COMMAND:''' {| class="wikitable" !Command !Input Arguments !Returns |- |ImsiAttach |PortIndex |Error Code in case of error |} '''OUTPUT:''' None. '''EXAMPLE:''' ~#IMSIAttach 0 OK ~# IMSIAttach 1 IMSI NOT DETACHED<BR>") Tag: 2017 source edit |
m (added Category:R2D2 using HotCat) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This command | This command display the registration status of a SIM IMSI; | ||
'''COMMAND:''' | '''COMMAND:''' | ||
Line 7: | Line 7: | ||
!Returns | !Returns | ||
|- | |- | ||
| | |ImsiStatus | ||
|PortIndex | |PortIndex | ||
| | |IMSI status (ATTACHED or DETACHED) | ||
|} | |} | ||
'''OUTPUT:''' | '''OUTPUT:''' | ||
IMSI status: | |||
%s,status | |||
'''EXAMPLE:''' | '''EXAMPLE:''' | ||
~# | ~#IMSIStatus 0 | ||
IMSI ATTACHED | |||
~# IMSIStatus 1 | |||
IMSI DETACHED<BR> | |||
[[Category:NETWORK]] | |||
[[Category:R2D2]] |
Latest revision as of 11:25, 27 March 2025
This command display the registration status of a SIM IMSI;
COMMAND:
Command | Input Arguments | Returns |
---|---|---|
ImsiStatus | PortIndex | IMSI status (ATTACHED or DETACHED) |
OUTPUT:
IMSI status:
%s,status
EXAMPLE:
~#IMSIStatus 0
IMSI ATTACHED
~# IMSIStatus 1
IMSI DETACHED