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>")
 
No edit summary
Tag: 2017 source edit
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">

Revision as of 09:44, 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