aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ussd.h
blob: 63ea31c5e46d8669c506138b7b4fe142c9814ac1 (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 msgb *msg);

#endif