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
 
m (added Category:R2D2 using HotCat)
 
(4 intermediate revisions by the same user not shown)
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
 
IMSI ATTACHED


OK
~# IMSIStatus 1


~# IMSIAttach 1
IMSI DETACHED<BR>


IMSI NOT 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