#include <lte.h>

Public Attributes | |
| uint8_t | nw_stat |
| lte_nw_err_info_t | nw_err |
| uint8_t | pdn_num |
| lte_pdn_t * | pdn_stat |
Definition of lte network information used in get_netinfo_cb_t.
| uint8_t nw_stat |
LTE network status. Definition is as below.
| lte_nw_err_info_t nw_err |
LTE network error information. It can be referenced when
| uint8_t pdn_num |
Number of PDN status informations. The maximum number of PDNs is LTE_SESSION_ID_MAX.
| lte_pdn_t* pdn_stat |
List of PDN status. See lte_pdn_t