aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ussd.h
blob: e7bd6d69d2f925018caccdd5f65e644d43dede06 (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 <openbsc/msgb.h>

int handle_rcv_ussd(struct msgb *msg);

#endif