From f603f28488c6c6f04d8314d9f049b535d74d6307 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 30 Jan 2011 00:24:15 +0100 Subject: isup: Make it possible for the STP to handle/not handle ISUP messages Add an option to decide if we should handle GROUP BLOCK and RESET messages inside the STP or if we should forward those as well. --- include/bsc_data.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/bsc_data.h b/include/bsc_data.h index 698a33f..fe6d295 100644 --- a/include/bsc_data.h +++ b/include/bsc_data.h @@ -124,6 +124,9 @@ struct bsc_data { int ni_ni; int ni_spare; + /* isup handling */ + int isup_pass; + /* LAC of the cell */ struct gsm48_loc_area_id lai; uint16_t mcc; -- cgit v1.2.3