Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nrf_modem_lib_sim.h
Go to the documentation of this file.
1
10#ifndef INFUSE_SDK_INCLUDE_INFUSE_LIB_NRF_MODEM_LIB_SIM_H_
11#define INFUSE_SDK_INCLUDE_INFUSE_LIB_NRF_MODEM_LIB_SIM_H_
12
13#include <modem/pdn.h>
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
25void nrf_modem_lib_sim_default_pdn_ctx(const char **apn, enum pdn_fam *family);
26
33void nrf_modem_lib_sim_signal_strength(uint8_t rsrp, uint8_t rsrq);
34
40void nrf_modem_lib_sim_send_at(const char *msg);
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* INFUSE_SDK_INCLUDE_INFUSE_LIB_NRF_MODEM_LIB_SIM_H_ */
void nrf_modem_lib_sim_send_at(const char *msg)
Push an AT message through the system.
void nrf_modem_lib_sim_signal_strength(uint8_t rsrp, uint8_t rsrq)
Set reported signal strenth and quality.
void nrf_modem_lib_sim_default_pdn_ctx(const char **apn, enum pdn_fam *family)
Query currently configured default PDN context.