blob: 63ea31c5e46d8669c506138b7b4fe142c9814ac1 [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 msgb *msg);
#endif