GetSimTMSI: Difference between revisions
Jump to navigation
Jump to search
(Created page with "This command gets TMSI number of the SIM card allocated on the specified GSM port. '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''DisablePinLock''' |Port index, PINCode |Error Code in case of error. |} '''OUTPUT''' None '''EXAMPLE'''<syntaxhighlight lang="text"> ~# DisablePinLock 0 "1234" OK </syntaxhighlight> Category:R2D2 Category:SIM") Tag: 2017 source edit |
No edit summary |
||
Line 1: | Line 1: | ||
This command gets TMSI number of the SIM card allocated on the specified GSM port. | This command gets TMSI number of the SIM card allocated on the specified GSM port. | ||
Line 9: | Line 10: | ||
|- | |- | ||
|'''DisablePinLock''' | |'''DisablePinLock''' | ||
|Port index | |Port index | ||
| | |SIM card TAC | ||
|} | |} | ||
'''OUTPUT''' | '''OUTPUT''' | ||
Command output in the following format: | |||
"%s\n", tmsi | |||
'''EXAMPLE'''<syntaxhighlight lang="text"> | '''EXAMPLE'''<syntaxhighlight lang="text"> | ||
~# | ~# GetSimTMSI 0 | ||
586258B2 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:R2D2]] | [[Category:R2D2]] | ||
[[Category:SIM]] | [[Category:SIM]] |
Latest revision as of 09:46, 2 April 2025
This command gets TMSI number of the SIM card allocated on the specified GSM port.
COMMAND
Command | Line Arguments | Returns |
---|---|---|
DisablePinLock | Port index | SIM card TAC |
OUTPUT
Command output in the following format:
"%s\n", tmsi
EXAMPLE
~# GetSimTMSI 0
586258B2