summaryrefslogtreecommitdiffstats
path: root/gsm_bs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gsm_bs.cpp')
-rw-r--r--gsm_bs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsm_bs.cpp b/gsm_bs.cpp
index 2f34fa3..bf8bf64 100644
--- a/gsm_bs.cpp
+++ b/gsm_bs.cpp
@@ -436,7 +436,7 @@ static int message_bsc(struct gsm_network *net, int msg_type, void *arg)
if (msg_type == GSM_TCHF_FRAME) {
if (port)
- pgsm_bs->frame_receive((struct gsm_trau_frame *)arg);
+ pgsm_bs->frame_receive(arg);
return 0;
}