Searched refs:imsi (Results 1 – 3 of 3) sorted by relevance
76 …char imsi[MODEM_IMSI_LENGTH + 1]; /*!< IMSI number… member
169 int len = snprintf(dce->imsi, MODEM_IMSI_LENGTH + 1, "%s", line); in esp_modem_dce_handle_cimi()172 strip_cr_lf_tail(dce->imsi, len); in esp_modem_dce_handle_cimi()
276 ESP_LOGI(TAG, "IMSI: %s", dce->imsi); in app_main()