-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
When using ublox G350 in AT command mode it fails to connect to the network. Specifically in newly introduced function clear()
nsapi_error_t AT_CellularNetwork::clear() |
[INFO][CELL]: Modem ready
[INFO][CELL]: AT_CellularNetwork::clear
[INFO][CELL]: AT TX (11): AT+CGDCONT?
[INFO][CELL]: AT TX ( 1): <cr>
[INFO][CELL]: AT RX ( 8): <cr><ln>+CME E
[INFO][CELL]: AT RX ( 9): RROR: 3<cr><ln>
[WARN][CELL]: AT error code 3
[DBG ][CELL]: AT error -3012
[WARN][CELL]: CellularDevice clear failed
same thing happes in setting up
nsapi_error_t UBLOX_AT::config_authentication_parameters() |
again it's related to PDP and fails, fortunatelly
UBLOX_AT::init()
can be overriden but still it's not idealMetadata
Metadata
Assignees
Labels
No labels