libosmogsm
1.9.0.15-7148.202310172026
Osmocom GSM library
|
#include <oap_client.h>
Data Fields | |
uint16_t | client_id |
int | secret_k_present |
uint8_t | secret_k [16] |
int | secret_opc_present |
uint8_t | secret_opc [16] |
uint16_t osmo_oap_client_config::client_id |
Referenced by osmo_oap_client_init().
uint8_t osmo_oap_client_config::secret_k[16] |
Referenced by osmo_oap_client_init().
int osmo_oap_client_config::secret_k_present |
Referenced by osmo_oap_client_init().
uint8_t osmo_oap_client_config::secret_opc[16] |
Referenced by osmo_oap_client_init().
int osmo_oap_client_config::secret_opc_present |
Referenced by osmo_oap_client_init().