aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 14:39:44 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 14:39:44 +0800
commit20ee312d5c127594966f6c55e760709c48a35faa (patch)
tree202a2fa8da9e149be4ed87d68275aca94e65d9fe /openbsc/include/openbsc
parentbec411b9db360e8cc8676aedf591e6564506c0ef (diff)
nat: Create a method to determine if any MSC is connected.
In the future we will have multiple MSC connections so we will need to figure if any of them is active.
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index c5a9258f6..11d1f233d 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -338,4 +338,6 @@ void bsc_nat_acc_lst_delete(struct bsc_nat_acc_lst *lst);
struct bsc_nat_acc_lst_entry *bsc_nat_acc_lst_entry_create(struct bsc_nat_acc_lst *);
+int bsc_nat_msc_is_connected(struct bsc_nat *nat);
+
#endif