48 OSMO_OAP_UNINITIALIZED = 0,
77 const struct msgb *msg_rx,
struct msgb **msg_tx);
Definition: oap_client.h:50
int osmo_oap_client_init(struct osmo_oap_client_config *config, struct osmo_oap_client_state *state)
Definition: oap_client.c:35
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:37
Definition: oap_client.h:34
int osmo_oap_client_register(struct osmo_oap_client_state *state, struct msgb **msg_tx)
Definition: oap_client.c:153
Definition: oap_client.h:52
Definition: oap_client.h:46
uint16_t client_id
Definition: oap_client.h:35
uint16_t client_id
Definition: oap_client.h:55
int secret_k_present
Definition: oap_client.h:36
int osmo_oap_client_handle(struct osmo_oap_client_state *state, const struct msgb *msg_rx, struct msgb **msg_tx)
Definition: oap_client.c:213
Definition: oap_client.h:49
Definition: oap_client.h:51
struct msgb * osmo_oap_client_encoded(const struct osmo_oap_message *oap_client_msg)
Definition: oap_client.c:129
int registration_failures
Definition: oap_client.h:58
int secret_opc_present
Definition: oap_client.h:38
uint8_t secret_opc[16]
Definition: oap_client.h:39
Parsed/decoded OAP protocol message.
Definition: oap.h:65