From f44de9942bf8353f41f10a99874329029fbe3929 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 27 Jan 2010 12:02:51 +0100 Subject: [msc] Fix compilation by adding blocked_gsm to the struct --- openbsc/include/openbsc/gsm_data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsc') diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h index eec189ac5..486067008 100644 --- a/openbsc/include/openbsc/gsm_data.h +++ b/openbsc/include/openbsc/gsm_data.h @@ -122,6 +122,7 @@ struct bss_sccp_connection_data { int rtp_port; /* Queue SCCP and GSM0408 messages */ + int block_gsm; struct llist_head gsm_queue; unsigned int gsm_queue_size; -- cgit v1.2.3