libosmogsm 1.9.0.196-9975
Osmocom GSM library
oap_client.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  osmo_oap_client_config
 
struct  osmo_oap_client_state
 

Functions

int osmo_oap_client_init (struct osmo_oap_client_config *config, struct osmo_oap_client_state *state)
 
int osmo_oap_client_register (struct osmo_oap_client_state *state, struct msgb **msg_tx)
 
int osmo_oap_client_handle (struct osmo_oap_client_state *state, const struct msgb *msg_rx, struct msgb **msg_tx)
 
struct msgbosmo_oap_client_encoded (const struct osmo_oap_message *oap_client_msg)
 

Function Documentation

◆ osmo_oap_client_encoded()

struct msgb * osmo_oap_client_encoded ( const struct osmo_oap_message oap_client_msg)

◆ osmo_oap_client_handle()

◆ osmo_oap_client_init()

◆ osmo_oap_client_register()

int osmo_oap_client_register ( struct osmo_oap_client_state state,
struct msgb **  msg_tx 
)