Changes

414 bytes added ,  14:19, 3 August 2018
Line 281: Line 281:  
* inserted
 
* inserted
 
* not inserted
 
* not inserted
 +
    
===Get GSM signal (RSSI) level===
 
===Get GSM signal (RSSI) level===
Line 297: Line 298:  
'''Possible responses''':
 
'''Possible responses''':
 
* an integer number ranging from -113 to -51 (in dBm)
 
* an integer number ranging from -113 to -51 (in dBm)
 +
    
===Get WCDMA RSCP level===
 
===Get WCDMA RSCP level===
Line 332: Line 334:  
* an integer number ranging from -20 to 0
 
* an integer number ranging from -20 to 0
 
* service mode not supported (this response is returned when the router's current service mode is not WCDMA)
 
* service mode not supported (this response is returned when the router's current service mode is not WCDMA)
 +
    
===Get LTE RSRP level===
 
===Get LTE RSRP level===
Line 349: Line 352:  
* an integer number ranging from >= -80 to <= -100 (dBm)
 
* an integer number ranging from >= -80 to <= -100 (dBm)
 
* service mode not supported (this response is returned when the router's current service mode is not LTE)
 
* service mode not supported (this response is returned when the router's current service mode is not LTE)
 +
    
===Get LTE SINR level===
 
===Get LTE SINR level===
Line 366: Line 370:  
* a real number ranging from 0.0 to 20.0 (dB)
 
* a real number ranging from 0.0 to 20.0 (dB)
 
* service mode not supported (this response is returned when the router's current service mode is not LTE)
 
* service mode not supported (this response is returned when the router's current service mode is not LTE)
 +
    
===Get LTE RSRQ level===
 
===Get LTE RSRQ level===
Line 383: Line 388:  
* an integer number ranging from <= - 20 to >= -10 (dB)
 
* an integer number ranging from <= - 20 to >= -10 (dB)
 
* service mode not supported (this response is returned when the router's current service mode is not LTE)
 
* service mode not supported (this response is returned when the router's current service mode is not LTE)
 +
    
===Get cell ID parameter===
 
===Get cell ID parameter===
Line 400: Line 406:  
* a 7 digit sequence of decimal numbers indicating the cell ID
 
* a 7 digit sequence of decimal numbers indicating the cell ID
 
* N/A - returned when the SIM card is not inserted or unregistered
 
* N/A - returned when the SIM card is not inserted or unregistered
 +
    
===Get name of operator used===
 
===Get name of operator used===
Line 417: Line 424:  
* a string of text representing the network operator's name
 
* a string of text representing the network operator's name
 
* N/A - returned when the SIM card is not connected to any operator
 
* N/A - returned when the SIM card is not connected to any operator
 +
    
===Get operator number===
 
===Get operator number===
Line 434: Line 442:  
* a 6 digit sequence of decimal numbers
 
* a 6 digit sequence of decimal numbers
 
* N/A - returned when the SIM card is not connected to any operator
 
* N/A - returned when the SIM card is not connected to any operator
 +
    
===Get data carrier type===
 
===Get data carrier type===
Line 457: Line 466:  
* EVDO
 
* EVDO
 
* CDMA-EVDO
 
* CDMA-EVDO
 +
    
===Get module temperature===
 
===Get module temperature===
Line 490: Line 500:  
'''Possible responses''':
 
'''Possible responses''':
 
* an integer number representing the amount of PIN/PUK attempts left
 
* an integer number representing the amount of PIN/PUK attempts left
 +
* N/A - returned when the SIM card is not inserted
    
===Get network information===
 
===Get network information===
 
----
 
----
To obtain the , use '''''-''''' or '''''--''''' options.
+
To obtain information related to the mobile network information, use '''''-F''''' or '''''--network''''' options.
    
'''Usage syntax''':
 
'''Usage syntax''':
   −
  gsmctl <span style="color:blue;">-</span>, <span style="color:blue;">--</span>
+
  gsmctl <span style="color:blue;">-F</span>, <span style="color:blue;">--network</span>
   −
'''Example''': obtaining the
+
'''Example''': obtaining mobile network information:
    
  root@Teltonika:~# gsmctl <span style="color:blue;">-</span>
 
  root@Teltonika:~# gsmctl <span style="color:blue;">-</span>
  <span style="color:red;"></span>
+
  <span style="color:red;">+QNWINFO: "FDD LTE",46001,"LTE BAND 3",1650</span>
    
'''Possible responses''':
 
'''Possible responses''':
*  
+
* response syntax: ''+QNWINFO: <Act>,<oper>,<band>,<channel>'' <br> Where:
 +
** '''''<Act>''''' - service mode
 +
** '''''<oper>''''' - operator number
 +
** '''''<band>''''' - frequency band used
 +
** '''''<channel>''''' - channel ID
     

Navigation menu