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