commit | 09fd688d23d5a794087582d76aa0e36fc26c14dc | [log] [tgz] |
---|---|---|
author | Hans Wilmers <hans@wilmers.no> | Wed Jun 09 13:36:41 2021 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jun 14 15:19:13 2021 +0200 |
tree | 081f54eb3d64737e84fd315df7e2e613b5cd60a7 | |
parent | 120b2165ec0aefaaa32266b1e1fa9b365695d73b [diff] |
drivers: modem: gsm_ppp: query for operator and cell info Query the numerical network operator id, location area code (LAC) and cell id. Following AT commands are used: AT+COPS? AT+CEREG? Functionality is enabled by CONFIG_MODEM_CELL_INFO=y. Tested with uBlox SARA-R410M-02B. Signed-off-by: Hans Wilmers <hans@wilmers.no>