summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/mobile
diff options
context:
space:
mode:
authorHarald Welte2010-08-04 12:53:52 +0200
committerHarald Welte2010-08-04 12:53:52 +0200
commit72523a02a6dfb7b207e44510776a39e072541ac2 (patch)
tree1bf8fdff8c603c64f3b98d6302981e492fbde819 /src/host/layer23/include/osmocom/bb/mobile
parentMerge commit '1523d7039d9b8c49a2174d93c3673aa8c5a100a9' (diff)
downloadosmocom-72523a02a6dfb7b207e44510776a39e072541ac2.tar.gz
osmocom-72523a02a6dfb7b207e44510776a39e072541ac2.tar.xz
osmocom-72523a02a6dfb7b207e44510776a39e072541ac2.zip
[layer23] use gsm48_decode_freq_list() which has been moved into libosmocore
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/mobile')
-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 6f57fcd..730156c 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 */