[layer23] use gsm48_decode_freq_list() which has been moved into libosmocore
[osmocom-bb.git] / src / host / layer23 / include / osmocom / bb / mobile / sysinfo.h
index 6f57fcd..730156c 100644 (file)
@@ -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 */
 #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 */