aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_msc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 18:52:05 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:19 +0800
commitf76e7ef5e1528a33a7f314e78a5b029a76ff2282 (patch)
tree4586d45d1941161365487b23625f9ba7643aaf65 /openbsc/include/openbsc/bsc_msc.h
parent52c4ba0309fda93ec77b2c763e7ff5d7c84cc2a2 (diff)
[bsc_msc] Move the id get response into the bsc_msc.c
Create the message in a common place and then it can be used by tools having an a link or such.
Diffstat (limited to 'openbsc/include/openbsc/bsc_msc.h')
-rw-r--r--openbsc/include/openbsc/bsc_msc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_msc.h b/openbsc/include/openbsc/bsc_msc.h
index 041de256e..9b75def9a 100644
--- a/openbsc/include/openbsc/bsc_msc.h
+++ b/openbsc/include/openbsc/bsc_msc.h
@@ -45,4 +45,6 @@ void bsc_msc_schedule_connect(struct bsc_msc_connection *);
void bsc_msc_lost(struct bsc_msc_connection *);
+struct msgb *bsc_msc_id_get_resp(const char *token);
+
#endif