From 565b355c8216bc4847b68ddcbd03aa4e813fca59 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 15 May 2010 00:12:19 +0800 Subject: [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. --- openbsc/include/openbsc/bsc_msc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsc/include') 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 -- cgit v1.2.3