summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/misc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-16 11:22:58 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-23 11:36:30 +0100
commit84bde8f7fbec2f5262350e1b2777f1297822cc8b (patch)
treef6bc0f2621df06f3173ad4f19e89c0cb79608e7b /src/host/layer23/src/misc
parenta31f742a9496612bbc7b5f3996426203c754a4f7 (diff)
ccch: Fix the cast of the frequency list
Diffstat (limited to 'src/host/layer23/src/misc')
-rw-r--r--src/host/layer23/src/misc/app_ccch_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/misc/app_ccch_scan.c b/src/host/layer23/src/misc/app_ccch_scan.c
index c2d75f3a..0fe83b1c 100644
--- a/src/host/layer23/src/misc/app_ccch_scan.c
+++ b/src/host/layer23/src/misc/app_ccch_scan.c
@@ -65,7 +65,7 @@ static void dump_bcch(struct osmocom_ms *ms, uint8_t tc, const uint8_t *data)
struct gsm48_system_information_type_1 *si1 =
(struct gsm48_system_information_type_1 *)data;
- gsm48_decode_freq_list(&app_state.cell_arfcns,
+ gsm48_decode_freq_list(app_state.cell_arfcns,
si1->cell_channel_description,
sizeof(si1->cell_channel_description),
0xff, 0x01);