> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobway.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Cellular Network

> Data related to the vehicle's cellular network

## cellular\_signal\_strength

Cellular Signal Strength

* Description: vehicle cellular signal strength
* Format: categorical
* Values:
  * max
    * Description: indicates that the cellular signal strength is at its maximum
  * 4
    * Description: indicates that the cellular signal strength is high
  * 3
    * Description: indicates that the cellular signal strength is medium
  * 2
    * Description: indicates that the cellular signal strength is low
  * 1
    * Description: indicates that the cellular signal strength is very low
  * 0
    * Description: indicates the absence of a cellular signal
  * other (other)
    * Description: indicates that the vehicle sent a signal from a category not mapped by mobway

```json theme={null}
{
  "cellular_signal_strength": "4"
}
```

## cellular\_service

Cellular Service

* Description: type of cellular network service used by the vehicle
* Format: categorical
* Values:
  * 4G LTE
    * Description: indicates that the vehicle uses the 4G LTE cellular network
  * 3G
    * Description: indicates that the vehicle uses the 3G cellular network
  * 2G
    * Description: indicates that the vehicle uses the 2G cellular network
  * no service (no service)
    * Description: indicates that the vehicle is not connected to a cellular network
  * other (other)
    * Description: indicates that the vehicle sent a signal from a category not mapped by mobway

```json theme={null}
{
  "cellular_service": "4G LTE"
}
```
