What are the API's can be used to send and receive packets on NIDD in NRF9160

Hi. 

I'm using PDN example code on zephyr nrf sdk. Please take a look on below log. 

Can somebody help me to figure out what are the API can be used to send and receive packets on NIDD.

15:27:22.791 -> *** Booting Zephyr OS build v2.6.99-ncs1-2245-g35654ffa6d06  ***
15:27:22.824 -> PDN sample started
15:27:22.824 -> AT+CNEC
15:27:22.824 -> AT+CGEREP
15:27:22.824 -> PDN Init
15:27:22.824 -> lte_lc_init_and_connect
15:27:23.822 -> [00:00:00.241,027] <dbg> lte_lc.init_and_config: System mode (2) and preference (0) are already configured
15:27:26.051 -> [00:00:02.446,319] <dbg> lte_lc.at_handler: +CEREG notification: +CEREG: 2,"C084","003F7592",9
15:27:26.051 -> 
15:27:26.051 -> [00:00:02.446,563] <dbg> lte_lc_helpers.parse_cereg: Network registration status: 2
15:27:26.051 -> [00:00:02.446,594] <dbg> lte_lc_helpers.parse_cereg: LTE mode: 9
15:27:26.051 -> [00:00:02.702,606] <dbg> lte_lc.at_handler: +CSCON notification
15:27:27.049 -> notify +CGEV: ME PDN ACT 0,1

15:27:27.049 -> Event: PDP context 0 activated
15:27:27.049 -> lte_lc_init_and_connect
15:27:27.049 -> Default APN is #####
15:27:27.049 -> Created new PDP context 1
15:27:27.049 -> PDP context 1 configured: APN #####, Family IPV4V6
15:27:27.082 -> notify +CGEV: ME PDN ACT 1,1


15:27:27.082 -> Event: PDP context 1 activated
15:27:27.215 -> notify +CGEV: IPV6 0


15:27:27.215 -> Event: PDP context 0 IPv6 up
15:27:27.215 -> notify +CGEV: IPV6 1

15:27:27.215 -> Event: PDP context 1 IPv6 up
15:27:28.046 -> [00:00:04.457,611] <dbg> lte_lc.at_handler: +CEREG notification: +CEREG: 1,"C084","003F7592",9,,,"00100001","0~
15:27:28.079 -> [00:00:04.457,946] <dbg> lte_lc_helpers.parse_cereg: Network registration status: 1
15:27:28.079 -> [00:00:04.457,97PDP Context 0, PDN ID 0
15:27:28.079 -> 7]PDP Context 1, PDN ID 0
15:27:28.079 -> Bye
15:27:28.079 ->  <dbg> lte_lc_helpers.parse_cereg: LTE mode: 9
15:27:58.344 -> [00:00:34.742,767] <dbg> lte_lc.at_handler: +CSCON notification

Parents Reply Children
No Data
Related