aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/osmo_bsc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-11-05 11:31:08 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-11-15 20:06:48 +0100
commitd65305f5b45780dbcc1bb7dda9161a1995d98125 (patch)
treebd100f92116f1c8156befb8004a9ba827ca1d8a8 /openbsc/include/openbsc/osmo_bsc.h
parent5bb874d2f5c7bc87121d74437cc6d1fe0e6cda1c (diff)
bsc: Look for location updating requests in messages
Introduce the SCCP connection data and remember that we were seeing a location updating request from a different LAC.
Diffstat (limited to 'openbsc/include/openbsc/osmo_bsc.h')
-rw-r--r--openbsc/include/openbsc/osmo_bsc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/osmo_bsc.h b/openbsc/include/openbsc/osmo_bsc.h
index 43182ad3e..30e643919 100644
--- a/openbsc/include/openbsc/osmo_bsc.h
+++ b/openbsc/include/openbsc/osmo_bsc.h
@@ -5,6 +5,10 @@
#include "bsc_api.h"
+struct osmo_bsc_sccp_con {
+ uint8_t new_subscriber;
+};
+
struct bsc_api *osmo_bsc_api();
int bsc_queue_for_msc(struct gsm_subscriber_connection *conn, struct msgb *msg);