blob: 649ffe19f8608e2e423db46610b348575e60849f [file] [log] [blame]
#pragma once
struct gsm_subscriber_connection;
int bsc_send_ussd_notify(struct gsm_subscriber_connection *conn, int level,
const char *text);
int bsc_send_ussd_release_complete(struct gsm_subscriber_connection *conn);