Completed GSM mobile station support with OsmocomBB
[lcr.git] / gsm_bs.cpp
index 2f34fa3..bf8bf64 100644 (file)
@@ -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;
        }