aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc_grace.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-08-30 16:43:28 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-01-28 15:41:27 +0100
commit3d119f1de474340bdfb98e237735e1a3170252cb (patch)
tree5c9d4eb2403e0cf1964fcc6c88c7416a4be09dfd /openbsc/include/openbsc/osmo_bsc_grace.h
parente30d40de0e0b9b55c551d87015a791d4a9bc418b (diff)
bsc: A BTS excluded from the RF lock should be allowed to make a connection
When introducing the exclude for the BTS lock the RF stayed up but all connections were immediately released. Optionally pass the BTS as second parameter and check the exclude bit. Tested-with: rf-lock-exclude/RFLockExcludeTest.st
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc_grace.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc_grace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc_grace.h b/openbsc/include/openbsc/osmo_bsc_grace.h
index 45d4db8ec..48849962c 100644
--- a/openbsc/include/openbsc/osmo_bsc_grace.h
+++ b/openbsc/include/openbsc/osmo_bsc_grace.h
@@ -1,6 +1,6 @@
/*
- * (C) 2010 by Holger Hans Peter Freyther <zecke@selfish.org>
- * (C) 2010 by On-Waves
+ * (C) 2010-2012 by Holger Hans Peter Freyther <zecke@selfish.org>
+ * (C) 2010-2012 by On-Waves
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
@@ -23,6 +23,6 @@
#include "gsm_data.h"
-int bsc_grace_allow_new_connection(struct gsm_network *network);
+int bsc_grace_allow_new_connection(struct gsm_network *net, struct gsm_bts *bts);
#endif