GetSimLocation: Difference between revisions

From Opale Wiki
Jump to navigation Jump to search
(Created page with "This command provides remote SIM location information on the specified GSM port. (Requires RemoteSIM Licence) '''COMMAND''' {| class="wikitable" !Command !Line Arguments !Returns |- |'''GetSimLocation''' |Port index |RemoteSIM IP address, loc/subloc |} '''OUTPUT''' Command output in the following format: “%s %d %d\n”, sim_rack_ip_addr, board, slot '''EXAMPLE'''<syntaxhighlight lang="text"> ~# GetSimLocation 2 10.58.45.6 2 1 </syntaxhighlight>")
 
m (added Category:SIM using HotCat)
 
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:
Command output in the following format:
Command output in the following format:


“%s %d %d\n”, sim_rack_ip_addr, board, slot
“%s %d %d\n”, remote_sim_server_ip_addr, loc, subloc


'''EXAMPLE'''<syntaxhighlight lang="text">
'''EXAMPLE'''<syntaxhighlight lang="text">
Line 23: Line 23:
10.58.45.6 2 1
10.58.45.6 2 1
</syntaxhighlight>
</syntaxhighlight>
[[Category:R2D2]]
[[Category:SIM]]

Latest revision as of 09:57, 2 April 2025

This command provides remote SIM location information on the specified GSM port.

(Requires RemoteSIM Licence)

COMMAND

Command Line Arguments Returns
GetSimLocation Port index RemoteSIM IP address, loc/subloc

OUTPUT

Command output in the following format:

“%s %d %d\n”, remote_sim_server_ip_addr, loc, subloc

EXAMPLE

~# GetSimLocation 2
10.58.45.6 2 1