1 #ifndef _OSMO_GSM_SYSINFO_H
2 #define _OSMO_GSM_SYSINFO_H
4 #include <osmocom/core/utils.h>
5 #include <osmocom/gsm/protocol/gsm_04_08.h>
7 enum osmo_sysinfo_type {
31 SYSINFO_TYPE_MEAS_INFO,
36 typedef uint8_t sysinfo_buf_t[GSM_MACBLOCK_LEN];
38 extern const struct value_string osmo_sitype_strs[_MAX_SYSINFO_TYPE];
40 uint8_t osmo_sitype2rsl(
enum osmo_sysinfo_type si_type);
41 enum osmo_sysinfo_type osmo_rsl2sitype(uint8_t rsl_si);