blob: 31eca6b0f482d4fecc69f3126221b2ac89017037 [file] [log] [blame]
Harald Welte52b1f982008-12-23 20:25:15 +00001#ifndef _GSM_SUBSCR_H
2#define _GSM_SUBSCR_H
3
Neels Hofmeyrab04fb22016-05-30 22:32:51 +02004#include <stdbool.h>
5
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +01006#include <osmocom/core/linuxlist.h>
Harald Welted3fa84d2016-04-20 17:50:17 +02007#include <osmocom/gsm/protocol/gsm_23_003.h>
Harald Welte0df904d2018-12-03 11:00:04 +01008#include <osmocom/gsm/protocol/gsm_29_118.h>
Harald Welte52b1f982008-12-23 20:25:15 +00009
Neels Hofmeyr90843962017-09-04 15:04:35 +020010#include <osmocom/msc/gsm_data.h>
Maxe6052c42016-06-30 10:25:49 +020011
Neels Hofmeyra8945ce2018-11-30 00:44:32 +010012struct ran_conn;
Neels Hofmeyr1263bc82018-11-30 03:32:20 +010013struct msgb;
14
Harald Welte52b1f982008-12-23 20:25:15 +000015#endif /* _GSM_SUBSCR_H */