3 #include <osmocom/core/utils.h> 4 #include <osmocom/gsm/protocol/gsm_04_08.h> 6 enum osmo_sysinfo_type {
30 SYSINFO_TYPE_MEAS_INFO,
35 typedef uint8_t sysinfo_buf_t[GSM_MACBLOCK_LEN];
37 extern const struct value_string osmo_sitype_strs[_MAX_SYSINFO_TYPE];
39 uint8_t osmo_sitype2rsl(
enum osmo_sysinfo_type si_type);
40 enum osmo_sysinfo_type osmo_rsl2sitype(uint8_t rsl_si);