aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/gsm_04_80.h
blob: 649ffe19f8608e2e423db46610b348575e60849f (plain)
1
2
3
4
5
6
7
#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);