aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/msc_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/msc_common.h')
-rw-r--r--include/osmocom/msc/msc_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/msc/msc_common.h b/include/osmocom/msc/msc_common.h
index ffe8902e2..3ca34692d 100644
--- a/include/osmocom/msc/msc_common.h
+++ b/include/osmocom/msc/msc_common.h
@@ -15,6 +15,7 @@ enum nsap_addr_enc {
typedef int (*mncc_recv_cb_t)(struct gsm_network *, struct msgb *);
struct gsm_network *gsm_network_init(void *ctx, mncc_recv_cb_t mncc_recv);
+void gsm_network_set_mncc_sock_path(struct gsm_network *net, const char *mncc_sock_path);
int msc_vlr_alloc(struct gsm_network *net);
int msc_vlr_start(struct gsm_network *net);