aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-03 22:34:01 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-05-03 22:34:16 +0200
commit337343d159888886eaa68476b70dbe19db93845b (patch)
tree318a8135477e0dcc8f8e24d2380342c254ab9d60 /openbsc/include/openbsc/osmo_bsc.h
parent38159428d2b1e95a2c6fa91775f7b3678aef2f1f (diff)
parentd26b8fcbe22eb4a56c87f0114a0e826551243511 (diff)
Merge branch 'zecke/features/acc-list'
Integrate the change and see how it is going. The unit tests for the NAT look good so we might not have regressions.
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
index 19b879f56..fd5303dc6 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -4,6 +4,7 @@
#define OSMO_BSC_H
#include "bsc_api.h"
+#include "bsc_msg_filter.h"
#define BSS_SEND_USSD 1
@@ -41,6 +42,8 @@ struct osmo_bsc_sccp_con {
struct gsm_subscriber_connection *conn;
uint8_t new_subscriber;
+
+ struct bsc_filter_state filter_state;
};
struct bsc_api *osmo_bsc_api();
@@ -63,4 +66,6 @@ int bsc_ctrl_cmds_install();
void bsc_gen_location_state_trap(struct gsm_bts *bts);
+struct llist_head *bsc_access_lists(void);
+
#endif