summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile/sysinfo.h')
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/sysinfo.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/sysinfo.h b/src/host/layer23/include/osmocom/bb/mobile/sysinfo.h
index 6f57fcd5..730156c4 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/sysinfo.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/sysinfo.h
@@ -1,6 +1,8 @@
#ifndef _SYSINFO_H
#define _SYSINFO_H
+#include <osmocore/gsm48_ie.h>
+
/* collection of system information of the current cell */
/* frequency mask flags of frequency type */
@@ -16,12 +18,6 @@
#define FREQ_TYPE_REP_5ter 0x80 /* sub channel of SI 5ter */
#define FREQ_TYPE_SI_2_5 0xfc /* both SI 2 and SI 5 */
-/* structure of one frequency */
-struct gsm_sysinfo_freq {
- /* if the frequency included in the sysinfo */
- uint8_t mask;
-};
-
/* structure of all received system informations */
struct gsm48_sysinfo {
/* flags of available information */