47 OSMO_OAP_UNINITIALIZED = 0,
76 const struct msgb *msg_rx,
struct msgb **msg_tx);
int osmo_oap_client_init(struct osmo_oap_client_config *config, struct osmo_oap_client_state *state)
Definition: oap_client.c:33
write Write running configuration to or terminal n Write configuration to the copy running config startup config
uint8_t secret_k[16]
Definition: oap_client.h:36
Definition: oap_client.h:48
Definition: oap_client.h:33
int osmo_oap_client_register(struct osmo_oap_client_state *state, struct msgb **msg_tx)
Definition: oap_client.c:151
Definition: oap_client.h:45
uint16_t client_id
Definition: oap_client.h:34
uint16_t client_id
Definition: oap_client.h:54
int secret_k_present
Definition: oap_client.h:35
Definition: oap_client.h:51
int osmo_oap_client_handle(struct osmo_oap_client_state *state, const struct msgb *msg_rx, struct msgb **msg_tx)
Definition: oap_client.c:211
Definition: oap_client.h:50
struct msgb * osmo_oap_client_encoded(const struct osmo_oap_message *oap_client_msg)
Definition: oap_client.c:127
int registration_failures
Definition: oap_client.h:57
int secret_opc_present
Definition: oap_client.h:37
Definition: oap_client.h:49
uint8_t secret_opc[16]
Definition: oap_client.h:38
Parsed/decoded OAP protocol message.
Definition: oap.h:65