aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/gsm_subscriber.h
blob: 31eca6b0f482d4fecc69f3126221b2ac89017037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _GSM_SUBSCR_H
#define _GSM_SUBSCR_H

#include <stdbool.h>

#include <osmocom/core/linuxlist.h>
#include <osmocom/gsm/protocol/gsm_23_003.h>
#include <osmocom/gsm/protocol/gsm_29_118.h>

#include <osmocom/msc/gsm_data.h>

struct ran_conn;
struct msgb;

#endif /* _GSM_SUBSCR_H */