Changes

40 bytes added ,  09:48, 22 February 2018
Line 25: Line 25:  
The syntax for a gsmctl command is ''gsmctl OPTIONS''. A list possible ''gsmctl'' options is provided below:
 
The syntax for a gsmctl command is ''gsmctl OPTIONS''. A list possible ''gsmctl'' options is provided below:
 
   
 
   
   -p, --ip <INTERFACE> Get IP of logical interface
+
   -p, --ip <INTERFACE> Get IP of logical interface
   -e, --bsent <INTERFACE> Get number of bytes sent
+
   -e, --bsent <INTERFACE> Get number of bytes sent
   -r, --brecv <INTERFACE> Get number of bytes recieved
+
   -r, --brecv <INTERFACE> Get number of bytes recieved
   -j, --connstate Get 3G connection state
+
   -j, --connstate Get 3G connection state
   -g, --netstate                 Get network link state
+
   -g, --netstate                 Get network link state
   -i, --imei Get device IMEI
+
   -i, --imei Get device IMEI
   -J, --iccid Get SIM ICCID
+
   -J, --iccid Get SIM ICCID
   -m, --model Get device model
+
   -m, --model Get device model
   -w, --manuf Get device manufacturer
+
   -w, --manuf Get device manufacturer
   -a, --serial Get device serial number
+
   -a, --serial Get device serial number
   -y, --revision                 Get device revision number
+
   -y, --revision                 Get device revision number
   -x, --imsi Get IMSI
+
   -x, --imsi Get IMSI
   -z, --simstate                 Get SIM card state
+
   -z, --simstate                 Get SIM card state
   -u, --pinstate                 Get PIN state
+
   -u, --pinstate                 Get PIN state
   -q, --signal Get GSM signal level
+
   -q, --signal Get GSM signal level
   -X, --rscp                     Get WCDMA rscp level
+
   -X, --rscp                     Get WCDMA rscp level
   -E, --ecio                     Get WCDMA ec/io level
+
   -E, --ecio                     Get WCDMA ec/io level
   -W, --rsrp           Get LTE rsrp level
+
   -W, --rsrp           Get LTE rsrp level
   -Z, --sinr Get LTE sinr level
+
   -Z, --sinr Get LTE sinr level
   -M, --rsrq Get LTE rsrq level
+
   -M, --rsrq Get LTE rsrq level
   -C, --cellid         Get cell id parameter
+
   -C, --cellid         Get cell id parameter
   -o, --operator                 Get name of operator used
+
   -o, --operator                 Get name of operator used
   -f, --opernum Get operator number
+
   -f, --opernum Get operator number
   -t, --conntype                 Get data carrier type
+
   -t, --conntype                 Get data carrier type
   -c, --temp Get module temperature in 0.1 degrees Celcius
+
   -c, --temp Get module temperature in 0.1 degrees Celcius
   -B, --pincount                 Get pin/puk count
+
   -B, --pincount                 Get pin/puk count
   -F  --network         Get network information
+
   -F  --network         Get network information
   -K  --serving         Get serving cell information
+
   -K  --serving         Get serving cell information
   -I  --neighbour Get neighbour cell information
+
   -I  --neighbour Get neighbour cell information
   -D, --shutdown                 Shutdown the modem
+
   -D, --shutdown                 Shutdown the modem
   -h, --help Prints this information
+
   -h, --help Prints this information
   -v, --version Print version
+
   -v, --version Print version
    
  sms managing options:
 
  sms managing options:
Line 67: Line 67:     
  compatibility options:
 
  compatibility options:
   -N, --he910 Support for Telit HE910-EUD
+
   -N, --he910 Support for Telit HE910-EUD
   -R, --em820w Support for Huawei EM820W
+
   -R, --em820w Support for Huawei EM820W
   -U, --me909u Support for Huawei LTE ME909u
+
   -U, --me909u Support for Huawei LTE ME909u
   -V, --le910 Support for Telit LE910
+
   -V, --le910 Support for Telit LE910
    
  auxiliary options:
 
  auxiliary options:
   -A, --at <COMMAND> Send AT command to device
+
   -A, --at <COMMAND> Send AT command to device
   -H, --shell Enter shell mode
+
   -H, --shell Enter shell mode
   -k, --debug Enable debug information
+
   -k, --debug Enable debug information
   -n, --nolog Do not log the command
+
   -n, --nolog Do not log the command
    
You can view this list via terminal by typing ''gsmctl -h'' or ''gsmctl --help''.
 
You can view this list via terminal by typing ''gsmctl -h'' or ''gsmctl --help''.