# `Common.Message.CellularConfig`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L10903)

# `t`

```elixir
@type t() :: %Common.Message.CellularConfig{
  apn: [char()],
  enable_lte: XMAVLink.Types.uint8_t(),
  enable_pin: XMAVLink.Types.uint8_t(),
  new_pin: [char()],
  pin: [char()],
  puk: [char()],
  response: Common.Types.cellular_config_response(),
  roaming: XMAVLink.Types.uint8_t()
}
```

Configure cellular modems. This message is re-emitted as an acknowledgement by the modem. The message may also be explicitly requested using MAV_CMD_REQUEST_MESSAGE.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
