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

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

#endif