#include <lte.h>
Public Attributes | |
uint8_t | session_id |
uint8_t | active |
uint32_t | apn_type |
uint8_t | ipaddr_num |
lte_ipaddr_t | address [LTE_PDN_IPADDR_MAX_COUNT] |
uint8_t | ims_register |
uint8_t | data_allow |
uint8_t | data_roaming_allow |
Definition of pdn information used in activate_pdn_cb_t.
uint8_t session_id |
PDN session id. The range is from LTE_PDN_SESSIONID_MIN to LTE_PDN_SESSIONID_MAX.
uint8_t active |
PDN active status. Definition is as below.
uint32_t apn_type |
APN type of PDN. Bit setting definition is as below.
uint8_t ipaddr_num |
Number of valid ip addresses
lte_ipaddr_t address[LTE_PDN_IPADDR_MAX_COUNT] |
IP address information. See lte_ipaddr_t
uint8_t ims_register |
IMS registored status. This is valid when LTE_APN_TYPE_IMS is set in apn_type. Definition is as below.
uint8_t data_allow |
Status of data communication enability. Definition is as below.
uint8_t data_roaming_allow |
Status of roaming data communication enability. Definition is as below.