#include <modem/pdn.h>
Go to the source code of this file.
- Copyright
- 2025 Embeint Holdings Pty Ltd
- Author
- Jordan Yates jorda.nosp@m.n@em.nosp@m.beint.nosp@m..com
SPDX-License-Identifier: FSL-1.1-ALv2
◆ nrf_modem_lib_sim_default_pdn_ctx()
void nrf_modem_lib_sim_default_pdn_ctx |
( |
const char ** | apn, |
|
|
enum pdn_fam * | family ) |
Query currently configured default PDN context.
- Parameters
-
apn | Access Point Name |
family | IP family |
◆ nrf_modem_lib_sim_send_at()
void nrf_modem_lib_sim_send_at |
( |
const char * | msg | ) |
|
Push an AT message through the system.
- Parameters
-
◆ nrf_modem_lib_sim_signal_strength()
void nrf_modem_lib_sim_signal_strength |
( |
uint8_t | rsrp, |
|
|
uint8_t | rsrq ) |
Set reported signal strenth and quality.
- Parameters
-
rsrp | Raw RSRP index |
rsrq | Raw RSRQ index |