aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/osmo_msc.h
blob: 151201780b796f54df3bf3fdc950686a2aa20631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

/* Routines for the MSC handling */

struct gsm_network;
struct vlr_subscr;

#define MSC_HLR_REMOTE_IP_DEFAULT "127.0.0.1"
#define MSC_HLR_REMOTE_PORT_DEFAULT OSMO_GSUP_PORT

int msc_vlr_alloc(struct gsm_network *net);
int msc_vlr_start(struct gsm_network *net);

void msc_stop_paging(struct vlr_subscr *vsub);