blob: 1aeaa951e423aef1b31fd1168cf73e2873df0cf8 [file] [log] [blame]
Holger Hans Peter Freyther5bb874d2010-11-05 11:21:18 +01001/* (C) 2009-2010 by Holger Hans Peter Freyther <zecke@selfish.org>
2 * (C) 2009-2010 by On-Waves
3 * All Rights Reserved
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License along
16 * with this program; if not, write to the Free Software Foundation, Inc.,
17 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 *
19 */
20
21#include <openbsc/osmo_bsc.h>
22
23/**
24 * This is used to scan a message for extra functionality of the BSC. This
25 * includes scanning for location updating requests/acceptd and then send
26 * a welcome USSD message to the subscriber.
27 */
28int bsc_scan_bts_msg(struct gsm_subscriber_connection *conn, struct msgb *msg)
29{
30 return 0;
31}