ImsiStatus: Difference between revisions

From Ultiroam User Docs
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
 
No edit summary
Line 1: Line 1:
This command allows to attach a SIM to the GSM network.
This command display the registration status of a SIM IMSI;


'''COMMAND:'''
'''COMMAND:'''
Line 7: Line 7:
!Returns
!Returns
|-
|-
|ImsiAttach
|ImsiStatus
|PortIndex
|PortIndex
|[[R2D2 Error Codes|Error Code]] in case of error
|IMSI status (ATTACHED or DETACHED)
|}
|}
'''OUTPUT:'''
'''OUTPUT:'''


None.
IMSI status:
 
%s,status


'''EXAMPLE:'''
'''EXAMPLE:'''


~#IMSIAttach 0
~#IMSIStatus 0


OK
IMSI ATTACHED


~# IMSIAttach 1
~# IMSIStatus 1


IMSI NOT DETACHED<BR>
IMSI DETACHED<BR>

Revision as of 22:16, 14 May 2024

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