blob: 6f80d23d84dbf6e17bb2fd47e499f8ce8e820349 [file] [log] [blame]
#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