aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/ussd.h
blob: 6f80d23d84dbf6e17bb2fd47e499f8ce8e820349 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _USSD_H
#define _USSD_H

/* Handler function for mobile-originated USSD messages */

#include <osmocore/msgb.h>

int handle_rcv_ussd(struct gsm_subscriber_connection *conn, struct msgb *msg);

#endif