# AT$QCRLC

Source: [https://docs.qualcomm.com/doc/80-63441-4/topic/AT-QCRLC.html](https://docs.qualcomm.com/doc/80-63441-4/topic/AT-QCRLC.html)

This command queries the status of the location configuration on the device. You receive the
      location request data in the command response.

| Read command: `AT$QCRLC?` | Response: `$QCRLC: <lc_request>`<br>If valid location<br>                configuration is present, following error response is returned: `+CME ERROR:<br>                  1001`<br><br><br>If there is any error, response: `+CME ERROR:<br>                  <err>` |
| --- | --- |
| Maximum response time | 15s |
| Parameter saving mode | `NO_SAVE` |

**Parameters**

| &lt;lc\_request&gt; | Location configuration request data destined for the Award Cloud. It is only<br>              returned when no error is returned in the response.<br>&lt;lc\_request&gt; is returned in<br>                  **base64** format. The AT client is expected to do a base64 to binary<br>                conversion prior to sending it to Aware Cloud. |
| --- | --- |

**Example**

    AT$QCRLC?
    $QCRLC:0,owEAAAEBfiQJRALmwk7cA4UPN/jJ5as9ProVWEgzr/efHEJIyy5iGO3yfqLBx8e81nnpbP42ufwlPIsdr52G/1hXacYK+CigN1uOxNvT4WXRIbm+2y1KXv/Gf1pz0bWFhrv1kD2VWM0706R757I1M5NmuviS
    OK
    Copy to clipboard

**Parent Topic:** [LaaS AT commands](https://docs.qualcomm.com/doc/80-63441-4/topic/LaaS-AT-commands.html)

Last Published: Jul 16, 2025

[Previous Topic
AT$QCFG](https://docs.qualcomm.com/bundle/publicresource/80-63441-4/topics/AT-QCFG.md) [Next Topic
AT$QCSLC](https://docs.qualcomm.com/bundle/publicresource/80-63441-4/topics/AT-QCSLC.md)