aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-29 18:44:43 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-29 18:44:43 +0800
commit74e7cc4c4aa3abf8c81b1f52778eea872cf75460 (patch)
tree945b8ff57a9c37d1efe859a7ba6fb1c392263189
parent667cba9d285c4db88e94e908c076236421f81302 (diff)
Add missing osmo_bsc_grace.h
This file got lost during a rename.
-rw-r--r--openbsc/include/openbsc/osmo_bsc_grace.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc_grace.h b/openbsc/include/openbsc/osmo_bsc_grace.h
new file mode 100644
index 000000000..fef8a20da
--- /dev/null
+++ b/openbsc/include/openbsc/osmo_bsc_grace.h
@@ -0,0 +1,29 @@
+/*
+ * (C) 2010 by Holger Hans Peter Freyther <zecke@selfish.org>
+ * (C) 2010 by On-Waves
+ * All Rights Reserved
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+
+#ifndef OSMO_BSC_GRACE_H
+#define OSMO_BSC_GRACE_H
+
+#include "gsm_data.h"
+
+int bsc_grace_allow_new_connection(struct gsm_network *network);
+
+#endif