blob: 75b3db516a1a844dfe9e67430e567ea5edb7797c [file] [log] [blame]
Harald Welte52b1f982008-12-23 20:25:15 +00001#ifndef _GSM_DATA_H
2#define _GSM_DATA_H
3
4#include <sys/types.h>
5
Harald Welte255539c2008-12-28 02:26:27 +00006#include <openbsc/timer.h>
Holger Freyther1adb4ff2009-02-04 00:04:52 +00007#include <openbsc/gsm_04_08.h>
Harald Welte255539c2008-12-28 02:26:27 +00008
Harald Welte8470bf22008-12-25 23:28:35 +00009#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
10
Harald Welte52b1f982008-12-23 20:25:15 +000011#define GSM_MAX_BTS 8
12#define BTS_MAX_TRX 8
Harald Welte85770c72009-01-18 17:47:32 +000013#define TRX_NR_TS 8
Harald Welte8470bf22008-12-25 23:28:35 +000014#define TS_MAX_LCHAN 8
Harald Welte52b1f982008-12-23 20:25:15 +000015
16#define HARDCODED_ARFCN 123
17
Harald Welte8e1e3ee2009-02-01 13:32:45 +000018enum gsm_hooks {
19 GSM_HOOK_NM_SWLOAD,
20};
21
22struct msgb;
23typedef int gsm_cbfn(unsigned int hooknum,
24 unsigned int event,
25 struct msgb *msg,
26 void *data, void *param);
27
Holger Freytherc6ea9db2008-12-30 19:18:21 +000028/*
29 * Use the channel. As side effect the lchannel recycle timer
30 * will be started.
31 */
32#define LCHAN_RELEASE_TIMEOUT 4, 0
33#define use_lchan(lchan) \
34 do { lchan->use_count++; \
35 schedule_timer(&lchan->release_timer, LCHAN_RELEASE_TIMEOUT); } while(0);
36
37#define put_lchan(lchan) \
38 do { lchan->use_count--; } while(0);
39
Harald Welte52b1f982008-12-23 20:25:15 +000040/* communications link with a BTS */
41struct gsm_bts_link {
42 struct gsm_bts *bts;
43};
44
Harald Weltea3d04382008-12-27 17:02:56 +000045enum gsm_call_type {
46 GSM_CT_NONE,
47 GSM_CT_MO,
48 GSM_CT_MT,
49};
50
51enum gsm_call_state {
52 GSM_CSTATE_NULL,
53 GSM_CSTATE_INITIATED,
54 GSM_CSTATE_ACTIVE,
55 GSM_CSTATE_RELEASE_REQ,
56};
57
58/* One end of a call */
59struct gsm_call {
60 enum gsm_call_type type;
61 enum gsm_call_state state;
62 u_int8_t transaction_id; /* 10.3.2 */
63
64 /* the 'local' subscriber */
65 struct gsm_subscriber *subscr;
66};
67
68
Harald Welte8470bf22008-12-25 23:28:35 +000069enum gsm_phys_chan_config {
70 GSM_PCHAN_NONE,
71 GSM_PCHAN_CCCH,
72 GSM_PCHAN_CCCH_SDCCH4,
73 GSM_PCHAN_TCH_F,
74 GSM_PCHAN_TCH_H,
75 GSM_PCHAN_SDCCH8_SACCH8C,
76 GSM_PCHAN_UNKNOWN,
77};
78
79enum gsm_chan_t {
80 GSM_LCHAN_NONE,
81 GSM_LCHAN_SDCCH,
82 GSM_LCHAN_TCH_F,
83 GSM_LCHAN_TCH_H,
84 GSM_LCHAN_UNKNOWN,
85};
86
Harald Weltee14a57c2008-12-29 04:08:28 +000087
88/* Channel Request reason */
89enum gsm_chreq_reason_t {
90 GSM_CHREQ_REASON_EMERG,
91 GSM_CHREQ_REASON_PAG,
92 GSM_CHREQ_REASON_CALL,
93 GSM_CHREQ_REASON_LOCATION_UPD,
94 GSM_CHREQ_REASON_OTHER,
95};
96
Holger Freyther73487a22008-12-31 18:53:57 +000097/*
98 * LOCATION UPDATING REQUEST state
99 *
100 * Our current operation is:
101 * - Get imei/tmsi
102 * - Accept/Reject according to global policy
103 */
104struct gsm_loc_updating_operation {
105 struct timer_list updating_timer;
106 int waiting_for_imsi : 1;
107 int waiting_for_imei : 1;
108};
109
Harald Welte8470bf22008-12-25 23:28:35 +0000110struct gsm_lchan {
111 /* The TS that we're part of */
112 struct gsm_bts_trx_ts *ts;
113 /* The logical subslot number in the TS */
114 u_int8_t nr;
115 /* The lotical channel type */
116 enum gsm_chan_t type;
117 /* To whom we are allocated at the moment */
118 struct gsm_subscriber *subscr;
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000119
120 /* Timer started to release the channel */
121 struct timer_list release_timer;
Harald Weltea3d04382008-12-27 17:02:56 +0000122
123 /* local end of a call, if any */
124 struct gsm_call call;
Holger Freyther3186bf22008-12-29 06:23:49 +0000125
126 /* temporary user data, to be removed... and merged into gsm_call */
127 void *user_data;
Holger Freytherb7193e42008-12-29 17:44:08 +0000128
Holger Freyther73487a22008-12-31 18:53:57 +0000129 /*
130 * Operations that have a state and might be pending
131 */
132 struct gsm_loc_updating_operation *loc_operation;
133
Holger Freytherb7193e42008-12-29 17:44:08 +0000134 /* use count. how many users use this channel */
135 unsigned int use_count;
Harald Welte8470bf22008-12-25 23:28:35 +0000136};
137
Harald Welte85770c72009-01-18 17:47:32 +0000138struct gsm_e1_subslot {
139 /* Number of E1 link */
140 u_int8_t e1_nr;
141 /* Number of E1 TS inside E1 link */
142 u_int8_t e1_ts;
143 /* Sub-slot within the E1 TS, 0xff if full TS */
144 u_int8_t e1_ts_ss;
145};
146
Harald Welte52b1f982008-12-23 20:25:15 +0000147#define BTS_TRX_F_ACTIVATED 0x0001
148/* One Timeslot in a TRX */
149struct gsm_bts_trx_ts {
150 struct gsm_bts_trx *trx;
151 /* number of this timeslot at the TRX */
152 u_int8_t nr;
153
Harald Welte8470bf22008-12-25 23:28:35 +0000154 enum gsm_phys_chan_config pchan;
155
Harald Welte52b1f982008-12-23 20:25:15 +0000156 unsigned int flags;
Harald Welte8470bf22008-12-25 23:28:35 +0000157
Harald Welte85770c72009-01-18 17:47:32 +0000158 /* To which E1 subslot are we connected */
159 struct gsm_e1_subslot e1_link;
160
Harald Welte8470bf22008-12-25 23:28:35 +0000161 struct gsm_lchan lchan[TS_MAX_LCHAN];
Harald Welte52b1f982008-12-23 20:25:15 +0000162};
163
164/* One TRX in a BTS */
165struct gsm_bts_trx {
166 struct gsm_bts *bts;
167 /* number of this TRX in the BTS */
168 u_int8_t nr;
169
170 u_int16_t arfcn;
Harald Welte85770c72009-01-18 17:47:32 +0000171 struct gsm_bts_trx_ts ts[TRX_NR_TS];
Harald Welte52b1f982008-12-23 20:25:15 +0000172};
173
Harald Welte978cb422009-01-18 17:57:27 +0000174enum gsm_bts_type {
175 GSM_BTS_TYPE_UNKNOWN,
176 GSM_BTS_TYPE_BS11,
177};
178
Holger Freytherceb59b72009-02-06 18:54:00 +0000179/**
180 * A pending paging request
181 */
182struct gsm_paging_request {
183 struct llist_head entry;
184 struct gsm_subscriber *subscr;
185 struct gsm_bts *bts;
186 int requests;
187
188 int chan_type;
189};
190
191/*
192 * This keeps track of the paging status of one BTS. It
193 * includes a number of pending requests, a back pointer
194 * to the gsm_bts, a timer and some more state.
195 */
196struct gsm_bts_paging_state {
197 /* public callbacks */
198 void (*channel_allocated)(struct gsm_lchan *lchan);
199
200 /* pending requests */
201 struct llist_head pending_requests;
202 struct gsm_paging_request *last_request;
203 struct gsm_bts *bts;
204
205 /* tick timer */
206 struct timer_list page_timer;
207};
208
Harald Welte52b1f982008-12-23 20:25:15 +0000209/* One BTS */
210struct gsm_bts {
211 struct gsm_network *network;
212 /* number of ths BTS in network */
213 u_int8_t nr;
214 /* location area code of this BTS */
215 u_int8_t location_area_code;
Harald Welte978cb422009-01-18 17:57:27 +0000216 /* type of BTS */
217 enum gsm_bts_type type;
Harald Welte52b1f982008-12-23 20:25:15 +0000218
219 /* Abis network management O&M handle */
220 struct abis_nm_h *nmh;
Harald Welte978cb422009-01-18 17:57:27 +0000221
Harald Welte52b1f982008-12-23 20:25:15 +0000222 /* number of this BTS on given E1 link */
223 u_int8_t bts_nr;
224
Holger Freyther1adb4ff2009-02-04 00:04:52 +0000225 struct gsm48_control_channel_descr chan_desc;
226
Holger Freytherceb59b72009-02-06 18:54:00 +0000227 /* paging state and control */
228 struct gsm_bts_paging_state paging;
229
Harald Welte52b1f982008-12-23 20:25:15 +0000230 /* CCCH is on C0 */
231 struct gsm_bts_trx *c0;
232 /* transceivers */
233 int num_trx;
234 struct gsm_bts_trx trx[BTS_MAX_TRX+1];
235};
236
Harald Welte52b1f982008-12-23 20:25:15 +0000237struct gsm_network {
238 /* global parameters */
Harald Welteb84e2f42008-12-28 23:42:04 +0000239 u_int16_t country_code;
240 u_int16_t network_code;
Harald Weltec6ba9c22008-12-30 18:01:02 +0000241 char *name_long;
242 char *name_short;
Harald Welte52b1f982008-12-23 20:25:15 +0000243
244 unsigned int num_bts;
245 /* private lists */
246 struct gsm_bts bts[GSM_MAX_BTS+1];
Harald Welte52b1f982008-12-23 20:25:15 +0000247};
248
Harald Welteb84e2f42008-12-28 23:42:04 +0000249struct gsm_network *gsm_network_init(unsigned int num_bts, u_int16_t country_code,
250 u_int16_t network_code);
Harald Welte8470bf22008-12-25 23:28:35 +0000251
Harald Weltea72c98e2009-01-04 16:10:38 +0000252const char *gsm_pchan_name(enum gsm_phys_chan_config c);
253const char *gsm_lchan_name(enum gsm_chan_t c);
254const char *gsm_chreq_name(enum gsm_chreq_reason_t c);
255
Harald Weltead384642008-12-26 10:20:07 +0000256enum gsm_e1_event {
257 EVT_E1_NONE,
258 EVT_E1_OML_UP,
259 EVT_E1_RSL_UP,
260 EVT_E1_OML_DN,
261 EVT_E1_RSL_DN,
262};
263
Harald Welte52b1f982008-12-23 20:25:15 +0000264#endif