aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-30 00:24:15 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-30 00:24:15 +0100
commitf603f28488c6c6f04d8314d9f049b535d74d6307 (patch)
treeb31b2388271c21c29276efda47c95f4086f74f4b /include
parentd3f412bbd59cff82acc6876d86cd14183412b317 (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h3
1 files changed, 3 insertions, 0 deletions
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;