blob: c3579819290aa2c6978507afa88a7f70eccaf28f [file] [log] [blame]
Harald Welte52b1f982008-12-23 20:25:15 +00001#ifndef _GSM_DATA_H
2#define _GSM_DATA_H
3
Harald Weltef142c972011-05-24 13:25:38 +02004#include <stdint.h>
Maxddee01f2016-05-24 14:23:27 +02005#include <sys/types.h>
Maxe6052c42016-06-30 10:25:49 +02006#include <stdbool.h>
Harald Weltef142c972011-05-24 13:25:38 +02007
8#include <osmocom/core/timer.h>
Alexander Couzens20423ea2016-07-12 15:42:02 +02009#include <osmocom/core/rate_ctr.h>
Harald Welte6be350c2011-05-25 13:10:08 +020010#include <osmocom/core/select.h>
Alexander Couzens20423ea2016-07-12 15:42:02 +020011#include <osmocom/core/stats.h>
Stefan Sperling81dc9e72018-02-05 17:34:36 +010012#include <osmocom/core/stat_item.h>
Philipp Maier8c498fc2018-02-21 13:24:36 +010013#include <osmocom/gsm/bts_features.h>
Neels Hofmeyra60f3442018-02-12 16:44:32 +010014#include <osmocom/gsm/protocol/gsm_08_08.h>
Harald Welted41b7c72019-06-13 09:41:58 +020015#include <osmocom/gsm/protocol/gsm_48_049.h>
Neels Hofmeyr31f525e2018-05-14 18:14:15 +020016#include <osmocom/gsm/gsm0808.h>
Neels Hofmeyrf93970b2018-03-05 02:09:40 +010017#include <osmocom/gsm/gsm48.h>
Harald Welte3561bd42018-01-28 03:04:16 +010018#include <osmocom/core/fsm.h>
Neels Hofmeyra6078fe2019-01-28 03:52:14 +010019#include <osmocom/core/tdef.h>
Alexander Couzens20423ea2016-07-12 15:42:02 +020020
Harald Welte121e9a42016-04-20 13:13:19 +020021#include <osmocom/crypt/auth.h>
Harald Weltef142c972011-05-24 13:25:38 +020022
Neels Hofmeyrc0164792017-09-04 15:15:32 +020023#include <osmocom/bsc/rest_octets.h>
Harald Welteb96be392011-05-25 12:33:33 +020024
Neels Hofmeyr10485162018-02-13 23:22:03 +010025#include <osmocom/core/bitvec.h>
26#include <osmocom/gsm/gsm_utils.h>
27#include <osmocom/gsm/rxlev_stat.h>
28#include <osmocom/gsm/protocol/gsm_08_58.h>
29#include <osmocom/gsm/protocol/gsm_12_21.h>
30#include <osmocom/abis/e1_input.h>
31#include <osmocom/bsc/meas_rep.h>
Stefan Sperling6442e432018-02-06 14:44:54 +010032#include <osmocom/bsc/acc_ramp.h>
Neels Hofmeyr31f525e2018-05-14 18:14:15 +020033#include <osmocom/bsc/neighbor_ident.h>
Pau Espin Pedrol83c0f762019-04-16 20:05:32 +020034#include <osmocom/bsc/osmux.h>
Neels Hofmeyr10485162018-02-13 23:22:03 +010035
Neels Hofmeyr596c4022018-06-16 19:29:50 +020036#define GSM_T3122_DEFAULT 10
37
Harald Welte74b8cdb2018-01-15 19:26:06 +010038struct mgcp_client_conf;
39struct mgcp_client;
Neels Hofmeyr19bed232018-03-22 04:54:57 +010040struct gsm0808_cell_id;
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +020041struct osmo_mgcpc_ep;
Philipp Maier39f62bb2017-04-09 12:32:51 +020042
Holger Hans Peter Freytherd7b22c62013-04-29 09:11:02 +020043/** annotations for msgb ownership */
44#define __uses
45
Holger Hans Peter Freyther6f615552010-11-15 20:50:42 +010046#define OBSC_NM_W_ACK_CB(__msgb) (__msgb)->cb[3]
47
Neels Hofmeyr6d804b12017-02-18 22:20:46 +010048struct bsc_subscr;
Neels Hofmeyr7b656882017-07-09 22:09:18 +020049struct gprs_ra_id;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +020050struct handover;
Holger Hans Peter Freyther694c82d2011-10-26 18:37:09 +020051
Holger Hans Peter Freyther9c595b72010-06-15 11:20:52 +080052#define OBSC_LINKID_CB(__msgb) (__msgb)->cb[3]
53
Max70fdd242017-06-15 15:10:53 +020054/* 3-bit long values */
55#define EARFCN_PRIO_INVALID 8
56#define EARFCN_MEAS_BW_INVALID 8
57/* 5-bit long values */
58#define EARFCN_QRXLV_INVALID 32
59#define EARFCN_THRESH_LOW_INVALID 32
60
Harald Welte8e1e3ee2009-02-01 13:32:45 +000061struct msgb;
62typedef int gsm_cbfn(unsigned int hooknum,
63 unsigned int event,
64 struct msgb *msg,
65 void *data, void *param);
66
Harald Weltef7c28b02009-12-21 13:30:17 +010067/* Maximum number of neighbor cells whose average we track */
68#define MAX_NEIGH_MEAS 10
69/* Maximum size of the averaging window for neighbor cells */
70#define MAX_WIN_NEIGH_AVG 10
Andreas Eversberg98692032013-06-23 10:44:34 +020071/* Maximum number of report history we store */
72#define MAX_MEAS_REP 10
Harald Weltef7c28b02009-12-21 13:30:17 +010073
74/* processed neighbor measurements for one cell */
75struct neigh_meas_proc {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020076 uint16_t arfcn;
77 uint8_t bsic;
78 uint8_t rxlev[MAX_WIN_NEIGH_AVG];
Harald Weltef7c28b02009-12-21 13:30:17 +010079 unsigned int rxlev_cnt;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020080 uint8_t last_seen_nr;
Harald Weltef7c28b02009-12-21 13:30:17 +010081};
82
Harald Weltea43e0b42016-06-19 18:06:02 +020083struct gsm_classmark {
84 bool classmark1_set;
85 struct gsm48_classmark1 classmark1;
86 uint8_t classmark2_len;
87 uint8_t classmark2[3];
88 uint8_t classmark3_len;
89 uint8_t classmark3[14]; /* if cm3 gets extended by spec, it will be truncated */
90};
91
Harald Welte519c7e12018-01-28 02:45:46 +010092enum subscr_sccp_state {
93 SUBSCR_SCCP_ST_NONE,
94 SUBSCR_SCCP_ST_WAIT_CONN_CONF,
95 SUBSCR_SCCP_ST_CONNECTED
96};
97
Sylvain Munautaa824922019-03-07 16:32:02 +010098enum channel_rate {
99 CH_RATE_SDCCH,
100 CH_RATE_HALF,
101 CH_RATE_FULL,
102};
103
Philipp Maierbb66d102019-01-22 11:29:06 +0100104struct channel_mode_and_rate {
105 enum gsm48_chan_mode chan_mode;
Sylvain Munautaa824922019-03-07 16:32:02 +0100106 enum channel_rate chan_rate;
Philipp Maierbb66d102019-01-22 11:29:06 +0100107 uint16_t s15_s0;
108};
109
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100110/* Information retrieved during an Assignment Request from the MSC. This is storage of the Assignment instructions
111 * parsed from the Assignment Request message, to pass on until the gscon and assignment FSMs have decided whether an
112 * Assignment is actually going to be carried out. Should remain unchanged after initial decoding. */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200113struct assignment_request {
114 bool aoip;
115
116 uint16_t msc_assigned_cic;
117
118 char msc_rtp_addr[INET_ADDRSTRLEN];
119 uint16_t msc_rtp_port;
Pau Espin Pedrol83c0f762019-04-16 20:05:32 +0200120 bool use_osmux;
121 uint8_t osmux_cid;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200122
Sylvain Munautaa824922019-03-07 16:32:02 +0100123 /* Rate/codec setting in preference order (need at least 1 !) */
124 int n_ch_mode_rate;
125 struct channel_mode_and_rate ch_mode_rate[3];
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200126};
127
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100128/* State of an ongoing Assignment, while the assignment_fsm is still busy. This serves as state separation to keep the
129 * currently used lchan and gscon unmodified until the outcome of an Assignment is known. If the Assignment fails, this
130 * state is simply discarded, and the gscon carries on with the original lchan remaining unchanged. */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200131struct assignment_fsm_data {
132 struct assignment_request req;
133 bool requires_voice_stream;
134
135 struct osmo_fsm_inst *fi;
136 struct gsm_lchan *new_lchan;
137
138 /* Whether this assignment triggered creation of the MGW endpoint: if the assignment
139 * fails, we will release that again as soon as possible. (If false, the endpoint already
140 * existed before or isn't needed at all.)*/
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200141 struct osmo_mgcpc_ep_ci *created_ci_for_msc;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200142
143 enum gsm0808_cause failure_cause;
144 enum gsm48_rr_cause rr_cause;
145
146 bool result_rate_ctr_done;
147};
148
149enum hodec_id {
150 HODEC_NONE,
151 HODEC1 = 1,
152 HODEC2 = 2,
153 HODEC_USER,
154 HODEC_REMOTE,
155};
156
157/* For example, to count specific kinds of ongoing handovers, it is useful to be able to OR-combine
158 * scopes. */
159enum handover_scope {
160 HO_NO_HANDOVER = 0,
161 HO_INTRA_CELL = 0x1,
162 HO_INTRA_BSC = 0x2,
163 HO_INTER_BSC_OUT = 0x4,
164 HO_INTER_BSC_IN = 0x8,
165 HO_SCOPE_ALL = 0xffff,
166};
167
168extern const struct value_string handover_scope_names[];
169inline static const char *handover_scope_name(enum handover_scope val)
170{ return get_value_string(handover_scope_names, val); }
171
172struct handover_out_req {
173 enum hodec_id from_hodec_id;
174 struct gsm_lchan *old_lchan;
175 struct neighbor_ident_key target_nik;
176 enum gsm_chan_t new_lchan_type; /*< leave GSM_LCHAN_NONE to use same as old_lchan */
177};
178
179struct handover_in_req {
180 struct gsm0808_channel_type ct;
181 struct gsm0808_speech_codec_list scl;
182 struct gsm0808_encrypt_info ei;
183 struct gsm_classmark classmark;
Neels Hofmeyrc15f6cd2019-03-15 02:48:39 +0100184 /* chosen_encr_alg reflects the encoded value as in RSL_ENC_ALG_A5(a5_numer):
185 * chosen_encr_alg == 1 means A5/0 i.e. no encryption, chosen_encr_alg == 4 means A5/3.
186 * chosen_encr_alg == 0 means no such IE was present. */
187 uint8_t chosen_encr_alg;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200188 struct gsm0808_cell_id cell_id_serving;
189 char cell_id_serving_name[64];
190 struct gsm0808_cell_id cell_id_target;
191 char cell_id_target_name[64];
192 uint16_t msc_assigned_cic;
193 char msc_assigned_rtp_addr[INET_ADDRSTRLEN];
194 uint16_t msc_assigned_rtp_port;
195};
196
197struct handover {
198 struct osmo_fsm_inst *fi;
199
200 enum hodec_id from_hodec_id;
201 enum handover_scope scope;
202 enum gsm_chan_t new_lchan_type;
203 struct neighbor_ident_key target_cell;
204
205 uint8_t ho_ref;
206 struct gsm_bts *new_bts;
207 struct gsm_lchan *new_lchan;
208 bool async;
209 struct handover_in_req inter_bsc_in;
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200210 struct osmo_mgcpc_ep_ci *created_ci_for_msc;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200211};
212
Neels Hofmeyr378a4922016-05-09 21:07:43 +0200213/* active radio connection of a mobile subscriber */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100214struct gsm_subscriber_connection {
Harald Weltea43e0b42016-06-19 18:06:02 +0200215 /* global linked list of subscriber_connections */
Holger Hans Peter Freyther79f763f2010-09-16 00:53:37 +0800216 struct llist_head entry;
217
Harald Welte3561bd42018-01-28 03:04:16 +0100218 /* FSM instance to control the subscriber connection state (RTP, A) */
219 struct osmo_fsm_inst *fi;
220
Harald Weltea43e0b42016-06-19 18:06:02 +0200221 /* libbsc subscriber information (if available) */
Neels Hofmeyr6d804b12017-02-18 22:20:46 +0100222 struct bsc_subscr *bsub;
223
Holger Hans Peter Freyther18b63f42010-03-23 07:52:17 +0100224 /* back pointers */
Neels Hofmeyr5e0b0a62016-05-09 22:33:01 +0200225 struct gsm_network *network;
226
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100227 /* the primary / currently active lchan to the BTS/subscriber. During Assignment and Handover, separate lchans
228 * are kept in the .assignment or .handover sub-structs, respectively, so that this lchan remains unaffected
229 * until Assignment or Handover have actually succeeded. */
Harald Welte4a8ebc82017-12-18 18:34:41 +0100230 struct gsm_lchan *lchan;
Harald Welte3561bd42018-01-28 03:04:16 +0100231
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100232 /* Only valid during an ongoing Assignment; might be overwritten at any time by a failed Assignment attempt.
233 * Once an Assignment was successful, all relevant state must be copied out of this sub-struct. */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200234 struct assignment_fsm_data assignment;
Holger Hans Peter Freyther77cd95d2010-11-14 16:19:48 +0100235
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100236 /* handover information, if a handover is pending for this conn. Valid only during an ongoing Handover
237 * operation. If a Handover was successful, all relevant state must be copied out of this sub-struct. */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200238 struct handover ho;
Holger Hans Peter Freyther77cd95d2010-11-14 16:19:48 +0100239
Neels Hofmeyr149160f2018-06-16 17:20:13 +0200240 /* Queue DTAP messages during handover/assignment (msgb_enqueue()/msgb_dequeue())*/
241 struct llist_head dtap_queue;
242 unsigned int dtap_queue_len;
Andreas Eversberg084b4212013-05-30 14:12:48 +0200243
Neels Hofmeyrec422642018-02-15 14:07:40 +0100244 struct {
Neels Hofmeyr909e9722017-12-07 03:54:01 +0100245 int failures;
Neels Hofmeyrec422642018-02-15 14:07:40 +0100246 struct penalty_timers *penalty_timers;
247 } hodec2;
Neels Hofmeyra60f3442018-02-12 16:44:32 +0100248
249 /* "Codec List (MSC Preferred)" as received by the BSSAP Assignment Request. 3GPP 48.008
250 * 3.2.2.103 says:
251 * The "Codec List (MSC Preferred)" shall not include codecs
252 * that are not supported by the MS.
253 * i.e. by heeding the "Codec list (MSC Preferred)", we inherently heed the MS bearer
254 * capabilities, which the MSC is required to translate into the codec list. */
255 struct gsm0808_speech_codec_list codec_list;
Harald Welte519c7e12018-01-28 02:45:46 +0100256
257 /* flag to prevent multiple simultaneous ciphering commands */
258 int ciphering_handled;
259
Harald Welte519c7e12018-01-28 02:45:46 +0100260 /* SCCP connection associatd with this subscriber_connection */
261 struct {
262 /* for advanced ping/pong */
263 int send_ping;
264
Martin Haukea29affd2019-11-13 22:10:41 +0100265 /* SCCP connection related */
Harald Welte519c7e12018-01-28 02:45:46 +0100266 struct bsc_msc_data *msc;
267
268 /* Sigtran connection ID */
269 int conn_id;
270 enum subscr_sccp_state state;
271 } sccp;
272
273 /* for audio handling */
274 struct {
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200275 uint16_t msc_assigned_cic;
Harald Welte519c7e12018-01-28 02:45:46 +0100276
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200277 /* RTP address where the MSC expects us to send the RTP stream coming from the BTS. */
278 char msc_assigned_rtp_addr[INET_ADDRSTRLEN];
279 uint16_t msc_assigned_rtp_port;
Harald Welte519c7e12018-01-28 02:45:46 +0100280
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200281 /* The endpoint at the MGW used to join both BTS and MSC side connections, e.g.
282 * "rtpbridge/23@mgw". */
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200283 struct osmo_mgcpc_ep *mgw_endpoint;
Harald Welte3561bd42018-01-28 03:04:16 +0100284
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200285 /* The connection identifier of the osmo_mgcpc_ep used to transceive RTP towards the MSC.
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200286 * (The BTS side CI is handled by struct gsm_lchan and the lchan_fsm.) */
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200287 struct osmo_mgcpc_ep_ci *mgw_endpoint_ci_msc;
Harald Welte519c7e12018-01-28 02:45:46 +0100288 } user_plane;
Harald Weltec997ceb2018-05-30 01:39:43 +0200289
290 /* LCLS (local call, local switch) related state */
291 struct {
292 uint8_t global_call_ref[15];
293 uint8_t global_call_ref_len; /* length of global_call_ref */
Maxfe65ece2018-11-09 13:36:11 +0100294 enum gsm0808_lcls_config config; /* TS 48.008 3.2.2.116 */
295 enum gsm0808_lcls_control control; /* TS 48.008 3.2.2.117 */
Harald Weltec997ceb2018-05-30 01:39:43 +0200296 /* LCLS FSM */
297 struct osmo_fsm_inst *fi;
298 /* pointer to "other" connection, if Call Leg Relocation was successful */
299 struct gsm_subscriber_connection *other;
300 } lcls;
Pau Espin Pedrol7950e5d2019-10-31 15:59:49 +0100301
302 /* MS Power Class, TS 05.05 sec 4.1.1 "Mobile station". 0 means unset. */
303 uint8_t ms_power_class:3;
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100304};
305
Harald Weltef142c972011-05-24 13:25:38 +0200306
Neels Hofmeyr10485162018-02-13 23:22:03 +0100307/* 16 is the max. number of SI2quater messages according to 3GPP TS 44.018 Table 10.5.2.33b.1:
308 4-bit index is used (2#1111 = 10#15) */
309#define SI2Q_MAX_NUM 16
310/* length in bits (for single SI2quater message) */
311#define SI2Q_MAX_LEN 160
312#define SI2Q_MIN_LEN 18
313
314struct osmo_bsc_data;
315
316struct osmo_bsc_sccp_con;
317
318/* Channel Request reason */
319enum gsm_chreq_reason_t {
320 GSM_CHREQ_REASON_EMERG,
321 GSM_CHREQ_REASON_PAG,
322 GSM_CHREQ_REASON_CALL,
323 GSM_CHREQ_REASON_LOCATION_UPD,
324 GSM_CHREQ_REASON_OTHER,
325 GSM_CHREQ_REASON_PDCH,
326};
327
328/* lchans 0..3 are SDCCH in combined channel configuration,
329 use 4 as magic number for BCCH hack - see osmo-bts-../oml.c:opstart_compl() */
330#define CCCH_LCHAN 4
331
332#define TRX_NR_TS 8
333#define TS_MAX_LCHAN 8
334
335#define HARDCODED_ARFCN 123
336#define HARDCODED_BSIC 0x3f /* NCC = 7 / BCC = 7 */
337
338/* for multi-drop config */
339#define HARDCODED_BTS0_TS 1
340#define HARDCODED_BTS1_TS 6
341#define HARDCODED_BTS2_TS 11
342
343#define MAX_VERSION_LENGTH 64
344
Neels Hofmeyr10485162018-02-13 23:22:03 +0100345enum gsm_hooks {
346 GSM_HOOK_NM_SWLOAD,
347 GSM_HOOK_RR_PAGING,
348 GSM_HOOK_RR_SECURITY,
349};
350
Neels Hofmeyr10485162018-02-13 23:22:03 +0100351enum bts_gprs_mode {
352 BTS_GPRS_NONE = 0,
353 BTS_GPRS_GPRS = 1,
354 BTS_GPRS_EGPRS = 2,
355};
356
357struct gsm_lchan;
358struct osmo_rtp_socket;
359struct rtp_socket;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100360
361/* Network Management State */
362struct gsm_nm_state {
363 uint8_t operational;
364 uint8_t administrative;
365 uint8_t availability;
366};
367
368struct gsm_abis_mo {
369 uint8_t obj_class;
370 uint8_t procedure_pending;
371 struct abis_om_obj_inst obj_inst;
372 const char *name;
373 struct gsm_nm_state nm_state;
374 struct tlv_parsed *nm_attr;
375 struct gsm_bts *bts;
376};
377
378/* Ericsson OM2000 Managed Object */
379struct abis_om2k_mo {
380 uint8_t class;
381 uint8_t bts;
382 uint8_t assoc_so;
383 uint8_t inst;
384} __attribute__ ((packed));
385
386struct om2k_mo {
387 struct abis_om2k_mo addr;
388 struct osmo_fsm_inst *fsm;
389};
390
391#define A38_XOR_MIN_KEY_LEN 12
392#define A38_XOR_MAX_KEY_LEN 16
393#define A38_COMP128_KEY_LEN 16
394#define RSL_ENC_ALG_A5(x) (x+1)
Neels Hofmeyr19ec3742020-07-08 02:58:52 +0200395/* Up to 16 SI2quater are multiplexed; each fits 3 EARFCNS, so the practical maximum is 3*16.
396 * The real maximum that fits in a total of 16 SI2quater rest octets also depends on the bits left by other SI2quater
397 * rest octets elements, so to really fit 48 EARFCNs most other SI2quater elements need to be omitted. */
398#define MAX_EARFCN_LIST (3*16)
Neels Hofmeyr10485162018-02-13 23:22:03 +0100399
400/* is the data link established? who established it? */
401#define LCHAN_SAPI_UNUSED 0
402#define LCHAN_SAPI_MS 1
403#define LCHAN_SAPI_NET 2
Neels Hofmeyr10485162018-02-13 23:22:03 +0100404
405/* BTS ONLY */
406#define MAX_NUM_UL_MEAS 104
407#define LC_UL_M_F_L1_VALID (1 << 0)
408#define LC_UL_M_F_RES_VALID (1 << 1)
409
410struct bts_ul_meas {
411 /* BER in units of 0.01%: 10.000 == 100% ber, 0 == 0% ber */
412 uint16_t ber10k;
413 /* timing advance offset (in quarter bits) */
414 int16_t ta_offs_qbits;
415 /* C/I ratio in dB */
416 float c_i;
417 /* flags */
418 uint8_t is_sub:1;
419 /* RSSI in dBm * -1 */
420 uint8_t inv_rssi;
421};
422
423struct bts_codec_conf {
424 uint8_t hr;
425 uint8_t efr;
426 uint8_t amr;
427};
428
429struct amr_mode {
430 uint8_t mode;
431 uint8_t threshold;
432 uint8_t hysteresis;
433};
434
435struct amr_multirate_conf {
436 uint8_t gsm48_ie[2];
437 struct amr_mode ms_mode[4];
438 struct amr_mode bts_mode[4];
439 uint8_t num_modes;
440};
441/* /BTS ONLY */
442
443enum lchan_csd_mode {
444 LCHAN_CSD_M_NT,
445 LCHAN_CSD_M_T_1200_75,
446 LCHAN_CSD_M_T_600,
447 LCHAN_CSD_M_T_1200,
448 LCHAN_CSD_M_T_2400,
449 LCHAN_CSD_M_T_9600,
450 LCHAN_CSD_M_T_14400,
451 LCHAN_CSD_M_T_29000,
452 LCHAN_CSD_M_T_32000,
453};
454
455/* State of the SAPIs in the lchan */
456enum lchan_sapi_state {
457 LCHAN_SAPI_S_NONE,
458 LCHAN_SAPI_S_REQ,
459 LCHAN_SAPI_S_ASSIGNED,
460 LCHAN_SAPI_S_REL,
461 LCHAN_SAPI_S_ERROR,
462};
463
Neels Hofmeyr92b9f2e2018-02-14 00:19:11 +0100464#define MAX_A5_KEY_LEN (128/8)
465
466struct gsm_encr {
467 uint8_t alg_id;
468 uint8_t key_len;
469 uint8_t key[MAX_A5_KEY_LEN];
470};
471
Neels Hofmeyr8da22332018-04-11 01:43:41 +0200472#define LOGPLCHAN(lchan, ss, level, fmt, args...) \
473 LOGP(ss, level, "%s (ss=%d,%s) (%s) " fmt, \
474 lchan ? gsm_ts_and_pchan_name(lchan->ts) : "-", \
475 lchan ? lchan->nr : 0, \
476 lchan ? gsm_lchant_name(lchan->type) : "-", \
477 bsc_subscr_name(lchan && lchan->conn ? lchan->conn->bsub : NULL), \
478 ## args)
479
Pau Espin Pedrold3e8e0c2018-11-28 16:35:10 +0100480/* Iterate lchans that have an FSM allocated based based on explicit pchan kind
481 * (GSM_PCHAN_* constant).
482 * Remark: PDCH related lchans are not handled in BSC but in PCU, so trying to
483 * iterate through GSM_PCHAN_PDCH is considered a void loop.
484 */
485#define ts_as_pchan_for_each_lchan(lchan, ts, as_pchan) \
486 for (lchan = (ts)->lchan; \
487 ((lchan - (ts)->lchan) < ARRAY_SIZE((ts)->lchan)) \
488 && lchan->fi \
489 && lchan->nr < pchan_subslots(as_pchan); \
490 lchan++)
491
Pau Espin Pedrol7ae0f9c2018-11-28 16:37:37 +0100492/* Iterate lchans that have an FSM allocated based on current PCHAN
493 * mode set in \ref ts.
494 * usage:
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200495 * struct gsm_lchan *lchan;
496 * struct gsm_bts_trx_ts *ts = get_some_timeslot();
497 * ts_for_each_lchan(lchan, ts) {
498 * LOGPLCHAN(DMAIN, LOGL_DEBUG, "hello world\n");
499 * }
Pau Espin Pedrol7ae0f9c2018-11-28 16:37:37 +0100500 */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200501#define ts_for_each_lchan(lchan, ts) ts_as_pchan_for_each_lchan(lchan, ts, (ts)->pchan_is)
502
Pau Espin Pedrol0ba20df2018-11-28 16:39:29 +0100503/* Iterate over all possible lchans available that have an FSM allocated based
504 * on PCHAN \ref ts (dynamic) configuration.
505 * Iterate all lchan instances set up by this \ref ts type, including those
506 * lchans currently disabled or in process of being enabled (e.g. due to dynamic
507 * timeslot in switchover). Compare ts_for_each_lchan(), which iterates only the
508 * enabled lchans.
509 * For example, it is useful in case dynamic timeslot \ref ts is in process of
510 * switching from configuration PDCH (no lchans) to TCH_F (1 lchan), where
511 * pchan_is is still set to PDCH but \ref ts may contain already an \ref lchan
512 * of type TCH_F which initiated the request to switch the \ts configuration.
513 */
514#define ts_for_each_potential_lchan(lchan, ts) ts_as_pchan_for_each_lchan(lchan, ts, (ts)->pchan_on_init)
515
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200516enum lchan_activate_mode {
517 FOR_NONE,
518 FOR_MS_CHANNEL_REQUEST,
519 FOR_ASSIGNMENT,
520 FOR_HANDOVER,
521 FOR_VTY,
522};
523
524extern const struct value_string lchan_activate_mode_names[];
525static inline const char *lchan_activate_mode_name(enum lchan_activate_mode activ_for)
526{ return get_value_string(lchan_activate_mode_names, activ_for); }
527
Neels Hofmeyr700e5182018-12-19 17:19:02 +0100528struct lchan_activate_info {
529 enum lchan_activate_mode activ_for;
530 struct gsm_subscriber_connection *for_conn;
531 /* This always is for a specific lchan, so its lchan->type indicates full or half rate.
532 * When a dyn TS was selected, the lchan->type has been set to the desired rate. */
533 enum gsm48_chan_mode chan_mode;
Neels Hofmeyr58cf1b12019-03-15 02:49:18 +0100534 struct gsm_encr encr;
Neels Hofmeyr38134ea2018-12-21 03:01:00 +0100535 /* AMR config */
Neels Hofmeyr700e5182018-12-19 17:19:02 +0100536 uint16_t s15_s0;
537 bool requires_voice_stream;
538 bool wait_before_switching_rtp; /*< true = requires LCHAN_EV_READY_TO_SWITCH_RTP */
539 uint16_t msc_assigned_cic;
Neels Hofmeyr38134ea2018-12-21 03:01:00 +0100540 /* During intra-BSC handover, we keep the MGW endpoint intact and just re-route to the new lchan. This
541 * activate_info is for the new lchan, the re_use_mgw_endpoint_from_lchan points at the old lchan. */
Neels Hofmeyr700e5182018-12-19 17:19:02 +0100542 struct gsm_lchan *re_use_mgw_endpoint_from_lchan;
543};
544
Neels Hofmeyr10485162018-02-13 23:22:03 +0100545struct gsm_lchan {
546 /* The TS that we're part of */
547 struct gsm_bts_trx_ts *ts;
548 /* The logical subslot number in the TS */
549 uint8_t nr;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200550 char *name;
551
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100552 char *last_error;
553
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200554 struct osmo_fsm_inst *fi;
Neels Hofmeyrac85b342018-07-12 21:23:26 +0200555 struct osmo_fsm_inst *fi_rtp;
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200556 struct osmo_mgcpc_ep_ci *mgw_endpoint_ci_bts;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200557
558 struct {
Neels Hofmeyr700e5182018-12-19 17:19:02 +0100559 struct lchan_activate_info info;
Neels Hofmeyrac85b342018-07-12 21:23:26 +0200560 bool activ_ack; /*< true as soon as RSL Chan Activ Ack is received */
Neels Hofmeyr369fba22018-11-27 01:30:50 +0100561 bool immediate_assignment_sent;
Neels Hofmeyr193c1e32018-08-27 22:06:24 +0200562 /*! This flag ensures that when an lchan activation has succeeded, and we have already
563 * sent ACKs like Immediate Assignment or BSSMAP Assignment Complete, and if other errors
564 * occur later, e.g. during release, that we don't send a NACK out of context. */
565 bool concluded;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200566 enum gsm0808_cause gsm0808_error_cause;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200567 } activate;
568
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100569 struct {
570 /* If an event to release the lchan comes in while still waiting for responses, just mark this
571 * flag, so that the lchan will gracefully release at the next sensible junction. */
572 bool requested;
573 bool do_rr_release;
Neels Hofmeyrb523f542020-07-09 15:54:40 +0200574 enum gsm48_rr_cause rr_cause;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200575
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100576 /* There is an RSL error cause of value 0, so we need a separate flag. */
577 bool in_error;
578 /* RSL error code, RSL_ERR_* */
579 uint8_t rsl_error_cause;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200580
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100581 /* If a release event is being handled, ignore other ricocheting release events until that
582 * release handling has concluded. */
583 bool in_release_handler;
Harald Welte963763d2019-02-03 12:11:12 +0100584
585 /* is this release at the end of a CSFB call? */
586 bool is_csfb;
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100587 } release;
Neels Hofmeyrd5df9a12018-07-20 05:35:47 +0200588
Neels Hofmeyr10485162018-02-13 23:22:03 +0100589 /* The logical channel type */
590 enum gsm_chan_t type;
591 /* RSL channel mode */
592 enum rsl_cmod_spd rsl_cmode;
593 /* If TCH, traffic channel mode */
594 enum gsm48_chan_mode tch_mode;
595 enum lchan_csd_mode csd_mode;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100596 /* Power levels for MS and BTS */
597 uint8_t bs_power;
598 uint8_t ms_power;
599 /* Encryption information */
600 struct gsm_encr encr;
601
602 /* AMR bits */
603 uint8_t mr_ms_lv[7];
604 uint8_t mr_bts_lv[7];
Neels Hofmeyr4daa2102019-01-30 16:46:58 +0100605 /* AMR bits were based on these rate bits: */
606 uint16_t s15_s0;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100607
608 /* Established data link layer services */
609 uint8_t sapis[8];
610
611 struct {
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200612 uint32_t bound_ip; /*< where the BTS receives RTP */
Neels Hofmeyr10485162018-02-13 23:22:03 +0100613 uint16_t bound_port;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200614 uint32_t connect_ip; /*< where the BTS sends RTP to (MGW) */
Neels Hofmeyr10485162018-02-13 23:22:03 +0100615 uint16_t connect_port;
616 uint16_t conn_id;
617 uint8_t rtp_payload;
618 uint8_t rtp_payload2;
619 uint8_t speech_mode;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100620
621 /* info we need to postpone the AoIP
622 * assignment completed message */
623 struct {
624 uint8_t rr_cause;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100625 bool valid;
626 } ass_compl;
627 } abis_ip;
628
629 uint8_t rqd_ta;
630
Neels Hofmeyr10485162018-02-13 23:22:03 +0100631 /* table of neighbor cell measurements */
632 struct neigh_meas_proc neigh_meas[MAX_NEIGH_MEAS];
633
634 /* cache of last measurement reports on this lchan */
635 struct gsm_meas_rep meas_rep[MAX_MEAS_REP];
636 int meas_rep_idx;
637 int meas_rep_count;
Neels Hofmeyr35ba85c2018-02-12 16:47:40 +0100638 uint8_t meas_rep_last_seen_nr;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100639
640 /* GSM Random Access data */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200641 /* TODO: don't allocate this, rather keep an "is_present" flag */
Neels Hofmeyr10485162018-02-13 23:22:03 +0100642 struct gsm48_req_ref *rqd_ref;
643
644 struct gsm_subscriber_connection *conn;
Philipp Maierbb66d102019-01-22 11:29:06 +0100645
646 /* Depending on the preferences that where submitted together with
647 * the assignment and the current channel load, the BSC has to select
648 * one of the offered codec/rates. The final selection by the BSC is
649 * stored here and is used when sending the assignment complete or
650 * when performing a handover procedure. */
651 struct channel_mode_and_rate ch_mode_rate;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100652};
653
Neels Hofmeyr10485162018-02-13 23:22:03 +0100654/* One Timeslot in a TRX */
655struct gsm_bts_trx_ts {
656 struct gsm_bts_trx *trx;
657 /* number of this timeslot at the TRX */
658 uint8_t nr;
659
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200660 struct osmo_fsm_inst *fi;
661 char *last_errmsg;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100662
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200663 /* vty phys_chan_config setting, not necessarily in effect in case it was changed in the telnet
664 * vty after OML activation. Gets written on vty 'write file'. */
665 enum gsm_phys_chan_config pchan_from_config;
666 /* When the timeslot OML is established, pchan_from_config is copied here. This is the pchan
667 * currently in effect; for dynamic ts, this is the dyn kind (GSM_PCHAN_TCH_F_TCH_H_PDCH or
668 * GSM_PCHAN_TCH_F_PDCH) and does not show the pchan type currently active. */
669 enum gsm_phys_chan_config pchan_on_init;
670 /* This is the *actual* pchan type currently active. For dynamic timeslots, this reflects either
671 * GSM_PCHAN_NONE or one of the standard GSM_PCHAN_TCH_F, GSM_PCHAN_TCH_H, GSM_PCHAN_PDCH.
672 * Callers can use this transparently without being aware of dyn ts. */
673 enum gsm_phys_chan_config pchan_is;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100674
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200675 /* After a PDCH ACT NACK, we shall not infinitely loop to try and ACT again.
676 * Also marks a timeslot where PDCH was deactivated by VTY. This is cleared whenever a timeslot
677 * enters IN_USE state, i.e. after each TCH use we try to PDCH ACT once again. */
678 bool pdch_act_allowed;
679
Neels Hofmeyrbcdbfb72018-07-26 20:33:15 +0200680 /* Whether TS_EV_OML_READY was received */
681 bool is_oml_ready;
682 /* Whether TS_EV_RSL_READY was received */
683 bool is_rsl_ready;
684
Neels Hofmeyr10485162018-02-13 23:22:03 +0100685 struct gsm_abis_mo mo;
686 struct tlv_parsed nm_attr;
687 uint8_t nm_chan_comb;
688 int tsc; /* -1 == use BTS TSC */
689
690 struct {
691 /* Parameters below are configured by VTY */
692 int enabled;
693 uint8_t maio;
694 uint8_t hsn;
695 struct bitvec arfcns;
696 uint8_t arfcns_data[1024/8];
697 /* This is the pre-computed MA for channel assignments */
698 struct bitvec ma;
699 uint8_t ma_len; /* part of ma_data that is used */
700 uint8_t ma_data[8]; /* 10.5.2.21: max 8 bytes value part */
701 } hopping;
702
703 /* To which E1 subslot are we connected */
704 struct gsm_e1_subslot e1_link;
705
706 union {
707 struct {
708 struct om2k_mo om2k_mo;
709 } rbs2000;
710 };
711
712 struct gsm_lchan lchan[TS_MAX_LCHAN];
713};
714
715/* One TRX in a BTS */
716struct gsm_bts_trx {
717 /* list header in bts->trx_list */
718 struct llist_head list;
719
720 struct gsm_bts *bts;
721 /* number of this TRX in the BTS */
722 uint8_t nr;
723 /* human readable name / description */
724 char *description;
725 /* how do we talk RSL with this TRX? */
726 struct gsm_e1_subslot rsl_e1_link;
727 uint8_t rsl_tei;
728 struct e1inp_sign_link *rsl_link;
729
730 /* Timeout for initiating the RSL connection. */
731 struct osmo_timer_list rsl_connect_timeout;
732
733 /* Some BTS (specifically Ericsson RBS) have a per-TRX OML Link */
734 struct e1inp_sign_link *oml_link;
735
736 struct gsm_abis_mo mo;
737 struct tlv_parsed nm_attr;
738 struct {
739 struct gsm_abis_mo mo;
740 } bb_transc;
741
742 uint16_t arfcn;
743 int nominal_power; /* in dBm */
744 unsigned int max_power_red; /* in actual dB */
745
746 union {
747 struct {
748 struct {
749 struct gsm_abis_mo mo;
750 } bbsig;
751 struct {
752 struct gsm_abis_mo mo;
753 } pa;
754 } bs11;
755 struct {
756 unsigned int test_state;
757 uint8_t test_nr;
758 struct rxlev_stats rxlev_stat;
759 } ipaccess;
760 struct {
761 struct {
762 struct om2k_mo om2k_mo;
763 } trxc;
764 struct {
765 struct om2k_mo om2k_mo;
766 } rx;
767 struct {
768 struct om2k_mo om2k_mo;
769 } tx;
770 } rbs2000;
771 };
772 struct gsm_bts_trx_ts ts[TRX_NR_TS];
773};
774
775#define GSM_BTS_SI2Q(bts, i) (struct gsm48_system_information_type_2quater *)((bts)->si_buf[SYSINFO_TYPE_2quater][i])
776#define GSM_BTS_HAS_SI(bts, i) ((bts)->si_valid & (1 << i))
777#define GSM_BTS_SI(bts, i) (void *)((bts)->si_buf[i][0])
778#define GSM_LCHAN_SI(lchan, i) (void *)((lchan)->si.buf[i][0])
779
780enum gsm_bts_type {
781 GSM_BTS_TYPE_UNKNOWN,
782 GSM_BTS_TYPE_BS11,
783 GSM_BTS_TYPE_NANOBTS,
784 GSM_BTS_TYPE_RBS2000,
785 GSM_BTS_TYPE_NOKIA_SITE,
786 GSM_BTS_TYPE_OSMOBTS,
787 _NUM_GSM_BTS_TYPE
788};
789
790enum gsm_bts_type_variant {
791 BTS_UNKNOWN,
792 BTS_OSMO_LITECELL15,
793 BTS_OSMO_OCTPHY,
794 BTS_OSMO_SYSMO,
795 BTS_OSMO_TRX,
796 _NUM_BTS_VARIANT
797};
798
799/* Used by OML layer for BTS Attribute reporting */
800enum bts_attribute {
801 BTS_TYPE_VARIANT,
802 BTS_SUB_MODEL,
803 TRX_PHY_VERSION,
804};
805
806struct vty;
807
808struct gsm_bts_model {
809 struct llist_head list;
810
811 enum gsm_bts_type type;
812 enum gsm_bts_type_variant variant;
813 const char *name;
814
815 bool started;
816 int (*start)(struct gsm_network *net);
817 int (*oml_rcvmsg)(struct msgb *msg);
818 char * (*oml_status)(const struct gsm_bts *bts);
819
820 void (*e1line_bind_ops)(struct e1inp_line *line);
821
822 void (*config_write_bts)(struct vty *vty, struct gsm_bts *bts);
823 void (*config_write_trx)(struct vty *vty, struct gsm_bts_trx *trx);
824 void (*config_write_ts)(struct vty *vty, struct gsm_bts_trx_ts *ts);
825
Pau Espin Pedrol167cb822018-11-19 17:48:17 +0100826 /* Should SI2bis and SI2ter be disabled by default on this BTS model? */
827 bool force_combined_si;
828
Neels Hofmeyr10485162018-02-13 23:22:03 +0100829 struct tlv_definition nm_att_tlvdef;
830
831 /* features of a given BTS model set via gsm_bts_model_register() locally */
832 struct bitvec features;
833 uint8_t _features_data[MAX_BTS_FEATURES/8];
834};
835
Neels Hofmeyr10485162018-02-13 23:22:03 +0100836
Neels Hofmeyr10485162018-02-13 23:22:03 +0100837
838/*
839 * This keeps track of the paging status of one BTS. It
840 * includes a number of pending requests, a back pointer
841 * to the gsm_bts, a timer and some more state.
842 */
843struct gsm_bts_paging_state {
844 /* pending requests */
845 struct llist_head pending_requests;
846 struct gsm_bts *bts;
847
848 struct osmo_timer_list work_timer;
849 struct osmo_timer_list credit_timer;
850
851 /* free chans needed */
852 int free_chans_need;
853
854 /* load */
855 uint16_t available_slots;
856};
857
858struct gsm_envabtse {
859 struct gsm_abis_mo mo;
860};
861
862struct gsm_bts_gprs_nsvc {
863 struct gsm_bts *bts;
864 /* data read via VTY config file, to configure the BTS
865 * via OML from BSC */
866 int id;
867 uint16_t nsvci;
868 uint16_t local_port; /* on the BTS */
869 uint16_t remote_port; /* on the SGSN */
870 uint32_t remote_ip; /* on the SGSN */
871
872 struct gsm_abis_mo mo;
873};
874
875enum gprs_rlc_par {
876 RLC_T3142,
877 RLC_T3169,
878 RLC_T3191,
879 RLC_T3193,
880 RLC_T3195,
881 RLC_N3101,
882 RLC_N3103,
883 RLC_N3105,
884 CV_COUNTDOWN,
885 T_DL_TBF_EXT, /* ms */
886 T_UL_TBF_EXT, /* ms */
887 _NUM_RLC_PAR
888};
889
890enum gprs_cs {
891 GPRS_CS1,
892 GPRS_CS2,
893 GPRS_CS3,
894 GPRS_CS4,
895 GPRS_MCS1,
896 GPRS_MCS2,
897 GPRS_MCS3,
898 GPRS_MCS4,
899 GPRS_MCS5,
900 GPRS_MCS6,
901 GPRS_MCS7,
902 GPRS_MCS8,
903 GPRS_MCS9,
904 _NUM_GRPS_CS
905};
906
907struct gprs_rlc_cfg {
908 uint16_t parameter[_NUM_RLC_PAR];
909 struct {
910 uint16_t repeat_time; /* ms */
911 uint8_t repeat_count;
912 } paging;
913 uint32_t cs_mask; /* bitmask of gprs_cs */
914 uint8_t initial_cs;
915 uint8_t initial_mcs;
916};
917
918
919enum neigh_list_manual_mode {
920 NL_MODE_AUTOMATIC = 0,
921 NL_MODE_MANUAL = 1,
922 NL_MODE_MANUAL_SI5SEP = 2, /* SI2 and SI5 have separate neighbor lists */
923};
924
925enum bts_loc_fix {
926 BTS_LOC_FIX_INVALID = 0,
927 BTS_LOC_FIX_2D = 1,
928 BTS_LOC_FIX_3D = 2,
929};
930
931extern const struct value_string bts_loc_fix_names[];
932
933struct bts_location {
934 struct llist_head list;
935 time_t tstamp;
936 enum bts_loc_fix valid;
937 double lat;
938 double lon;
939 double height;
940};
941
942/* Channel load counter */
943struct load_counter {
944 unsigned int total;
945 unsigned int used;
946};
947
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100948/* Useful to track N-N relations between BTS, for example neighbors. */
949struct gsm_bts_ref {
950 struct llist_head entry;
951 struct gsm_bts *bts;
952};
953
Harald Welted41b7c72019-06-13 09:41:58 +0200954/* A single Page of a SMSCB message */
955struct bts_smscb_page {
956 /* SMSCB message we're part of */
957 struct bts_smscb_message *msg;
958 /* Page Number within message (1 to 15) */
959 uint8_t nr;
960 /* number of valid blocks in data (up to 4) */
961 uint8_t num_blocks;
962 /* up to four blocks of 22 bytes each */
963 uint8_t data[88];
964};
965
966/* A SMSCB message (received from CBSP) */
967struct bts_smscb_message {
968 /* entry in bts_smscb_chan_state.messages */
969 struct llist_head list;
970 struct {
971 /* input data from CBSP (CBC) side */
972 uint16_t msg_id;
973 uint16_t serial_nr;
974 enum cbsp_category category;
975 uint16_t rep_period;
976 uint16_t num_bcast_req;
977 uint8_t dcs;
978 } input;
979 /* how often have all pages of this message been broadcast? */
980 uint32_t bcast_count;
981 /* actual page data of this message */
982 uint8_t num_pages; /* up to 15 */
983 struct bts_smscb_page page[15];
984};
985
986/* per-channel (basic/extended) CBCH state for a single BTS */
987struct bts_smscb_chan_state {
988 /* back-pointer to BTS */
989 struct gsm_bts *bts;
990 /* list of bts_smscb_message */
991 struct llist_head messages;
992 /* scheduling array; pointer of SMSCB pages */
993 struct bts_smscb_page **sched_arr;
994 size_t sched_arr_size;
995 /* index of the next to be transmitted page into the scheduler array */
996 size_t next_idx;
997 /* number of messages we have to pause due to overflow */
998 uint8_t overflow;
999};
1000
Oliver Smithba0a1222020-03-18 12:39:30 +01001001struct bts_oml_fail_rep {
1002 struct llist_head list;
1003 time_t time;
1004 struct msgb *mb;
1005};
1006
Neels Hofmeyr10485162018-02-13 23:22:03 +01001007/* One BTS */
1008struct gsm_bts {
1009 /* list header in net->bts_list */
1010 struct llist_head list;
1011
1012 /* Geographical location of the BTS */
1013 struct llist_head loc_list;
1014
Martin Haukea29affd2019-11-13 22:10:41 +01001015 /* number of this BTS in network */
Neels Hofmeyr10485162018-02-13 23:22:03 +01001016 uint8_t nr;
1017 /* human readable name / description */
1018 char *description;
1019 /* Cell Identity */
1020 uint16_t cell_identity;
1021 /* location area code of this BTS */
1022 uint16_t location_area_code;
1023 /* Base Station Identification Code (BSIC), lower 3 bits is BCC,
1024 * which is used as TSC for the CCCH */
1025 uint8_t bsic;
1026 /* type of BTS */
1027 enum gsm_bts_type type;
1028 enum gsm_bts_type_variant variant;
1029 struct gsm_bts_model *model;
1030 enum gsm_band band;
1031 char version[MAX_VERSION_LENGTH];
1032 char sub_model[MAX_VERSION_LENGTH];
1033
1034 /* features of a given BTS set/reported via OML */
1035 struct bitvec features;
1036 uint8_t _features_data[MAX_BTS_FEATURES/8];
1037
1038 /* Connected PCU version (if any) */
1039 char pcu_version[MAX_VERSION_LENGTH];
1040
1041 /* maximum Tx power that the MS is permitted to use in this cell */
1042 int ms_max_power;
1043
1044 /* how do we talk OML with this TRX? */
1045 struct gsm_e1_subslot oml_e1_link;
1046 uint8_t oml_tei;
1047 struct e1inp_sign_link *oml_link;
Pau Espin Pedrol9862bcb2018-08-22 21:54:12 +02001048 /* Timer to use for deferred drop of OML link, see \ref ipaccess_drop_oml_deferred */
1049 struct osmo_timer_list oml_drop_link_timer;
Neels Hofmeyr10485162018-02-13 23:22:03 +01001050 /* when OML link was established */
1051 time_t uptime;
1052
1053 /* Abis network management O&M handle */
1054 struct abis_nm_h *nmh;
1055
1056 struct gsm_abis_mo mo;
1057
1058 /* number of this BTS on given E1 link */
1059 uint8_t bts_nr;
1060
1061 /* DTX features of this BTS */
1062 enum gsm48_dtx_mode dtxu;
1063 bool dtxd;
1064
1065 /* paging state and control */
1066 struct gsm_bts_paging_state paging;
1067
1068 /* CCCH is on C0 */
1069 struct gsm_bts_trx *c0;
1070
1071 struct {
1072 struct gsm_abis_mo mo;
1073 } site_mgr;
1074
1075 /* bitmask of all SI that are present/valid in si_buf */
1076 uint32_t si_valid;
1077 /* 3GPP TS 44.018 Table 10.5.2.33b.1 INDEX and COUNT for SI2quater */
1078 uint8_t si2q_index; /* distinguish individual SI2quater messages */
1079 uint8_t si2q_count; /* si2q_index for the last (highest indexed) individual SI2quater message */
1080 /* buffers where we put the pre-computed SI */
1081 sysinfo_buf_t si_buf[_MAX_SYSINFO_TYPE][SI2Q_MAX_NUM];
1082 /* offsets used while generating SI2quater */
1083 size_t e_offset;
1084 size_t u_offset;
Pau Espin Pedrol1cf21de2018-12-05 13:38:10 +01001085 /* 3GPP TS 08.58 §8.5.1 BCCH INFORMATION. Some nanoBTS fail upon
1086 * receival of empty SI disabling unsupported SI. see OS#3707. */
1087 bool si_unused_send_empty;
Neels Hofmeyr10485162018-02-13 23:22:03 +01001088
Martin Haukea29affd2019-11-13 22:10:41 +01001089 /* ip.access Unit ID's have Site/BTS/TRX layout */
Neels Hofmeyr10485162018-02-13 23:22:03 +01001090 union {
1091 struct {
1092 uint16_t site_id;
1093 uint16_t bts_id;
1094 uint32_t flags;
1095 uint32_t rsl_ip;
1096 } ip_access;
1097 struct {
1098 struct {
1099 struct gsm_abis_mo mo;
1100 } cclk;
1101 struct {
1102 struct gsm_abis_mo mo;
1103 } rack;
1104 struct gsm_envabtse envabtse[4];
1105 } bs11;
1106 struct {
1107 struct {
1108 struct om2k_mo om2k_mo;
1109 struct gsm_abis_mo mo;
1110 struct llist_head conn_groups;
1111 } cf;
1112 struct {
1113 struct om2k_mo om2k_mo;
1114 struct gsm_abis_mo mo;
1115 struct llist_head conn_groups;
1116 } is;
1117 struct {
1118 struct om2k_mo om2k_mo;
1119 struct gsm_abis_mo mo;
1120 struct llist_head conn_groups;
1121 } con;
1122 struct {
1123 struct om2k_mo om2k_mo;
1124 struct gsm_abis_mo mo;
1125 } dp;
1126 struct {
1127 struct om2k_mo om2k_mo;
1128 struct gsm_abis_mo mo;
1129 } tf;
Sylvain Munautcbaa1792020-05-05 20:14:44 +02001130 struct {
1131 struct om2k_mo om2k_mo;
1132 struct gsm_abis_mo mo;
1133 } mctr;
Neels Hofmeyr10485162018-02-13 23:22:03 +01001134 uint32_t use_superchannel:1;
Sylvain Munautdbd1b502020-05-05 21:07:58 +02001135 struct {
1136 uint16_t limit;
1137 uint16_t active;
1138 } om2k_version[16];
Neels Hofmeyr10485162018-02-13 23:22:03 +01001139 } rbs2000;
1140 struct {
1141 uint8_t bts_type;
Harald Welte1d7349f2020-05-03 11:48:31 +02001142 unsigned int configured:1, /* we sent the config data request */
1143 skip_reset:1, /* skip reset at bootstrap */
1144 no_loc_rel_cnf:1, /* don't wait for RSL REL CONF */
1145 bts_reset_timer_cnf, /* timer for BTS RESET */
1146 did_reset:1, /* we received a RESET ACK */
Harald Welte456a62e2020-05-03 12:00:52 +02001147 wait_reset:2; /* we are waiting for reset to complete */
Neels Hofmeyr10485162018-02-13 23:22:03 +01001148 struct osmo_timer_list reset_timer;
1149 } nokia;
1150 };
1151
1152 /* Not entirely sure how ip.access specific this is */
1153 struct {
Neels Hofmeyr10485162018-02-13 23:22:03 +01001154 enum bts_gprs_mode mode;
1155 struct {
1156 struct gsm_abis_mo mo;
1157 uint16_t nsei;
1158 uint8_t timer[7];
1159 } nse;
1160 struct {
1161 struct gsm_abis_mo mo;
1162 uint16_t bvci;
1163 uint8_t timer[11];
1164 struct gprs_rlc_cfg rlc_cfg;
1165 } cell;
1166 struct gsm_bts_gprs_nsvc nsvc[2];
1167 uint8_t rac;
1168 uint8_t net_ctrl_ord;
1169 bool ctrl_ack_type_use_block;
Vadim Yanitskiye981f172020-04-06 18:09:55 +07001170 bool egprs_pkt_chan_request;
Neels Hofmeyr10485162018-02-13 23:22:03 +01001171 } gprs;
1172
Harald Welte15400252019-05-24 11:56:23 +02001173 /* threshold (in percent) when BTS shall send CCCH LOAD IND */
1174 int ccch_load_ind_thresh;
1175
Neels Hofmeyr10485162018-02-13 23:22:03 +01001176 /* RACH NM values */
1177 int rach_b_thresh;
1178 int rach_ldavg_slots;
1179
1180 /* transceivers */
1181 int num_trx;
1182 struct llist_head trx_list;
1183
1184 /* SI related items */
1185 int force_combined_si;
Pau Espin Pedrol167cb822018-11-19 17:48:17 +01001186 bool force_combined_si_set;
Neels Hofmeyr10485162018-02-13 23:22:03 +01001187 int bcch_change_mark;
1188
1189 /* Abis NM queue */
1190 struct llist_head abis_queue;
1191 int abis_nm_pend;
1192
1193 struct gsm_network *network;
1194
1195 /* should the channel allocator allocate channels from high TRX to TRX0,
1196 * rather than starting from TRX0 and go upwards? */
1197 int chan_alloc_reverse;
1198
1199 enum neigh_list_manual_mode neigh_list_manual_mode;
1200 /* parameters from which we build SYSTEM INFORMATION */
1201 struct {
1202 struct gsm48_rach_control rach_control;
1203 uint8_t ncc_permitted;
1204 struct gsm48_cell_sel_par cell_sel_par;
1205 struct gsm48_si_selection_params cell_ro_sel_par; /* rest octet */
1206 struct gsm48_cell_options cell_options;
1207 struct gsm48_control_channel_descr chan_desc;
1208 struct bitvec neigh_list;
1209 struct bitvec cell_alloc;
1210 struct bitvec si5_neigh_list;
1211 struct osmo_earfcn_si2q si2quater_neigh_list;
1212 size_t uarfcn_length; /* index for uarfcn and scramble lists */
1213 struct {
1214 /* bitmask large enough for all possible ARFCN's */
1215 uint8_t neigh_list[1024/8];
1216 uint8_t cell_alloc[1024/8];
1217 /* If the user wants a different neighbor list in SI5 than in SI2 */
1218 uint8_t si5_neigh_list[1024/8];
1219 uint8_t meas_bw_list[MAX_EARFCN_LIST];
1220 uint16_t earfcn_list[MAX_EARFCN_LIST];
1221 uint16_t uarfcn_list[MAX_EARFCN_LIST];
1222 uint16_t scramble_list[MAX_EARFCN_LIST];
1223 } data;
1224 } si_common;
1225 bool early_classmark_allowed;
1226 bool early_classmark_allowed_3g;
1227 /* for testing only: Have an infinitely long radio link timeout */
1228 bool infinite_radio_link_timeout;
1229
1230 /* do we use static (user-defined) system information messages? (bitmask) */
1231 uint32_t si_mode_static;
1232
Stefan Sperling6442e432018-02-06 14:44:54 +01001233 /* access control class ramping */
1234 struct acc_ramp acc_ramp;
1235
Neels Hofmeyr10485162018-02-13 23:22:03 +01001236 /* exclude the BTS from the global RF Lock handling */
1237 int excl_from_rf_lock;
1238
1239 /* supported codecs beside FR */
1240 struct bts_codec_conf codec;
1241
1242 /* BTS dependencies bit field */
1243 uint32_t depends_on[256/(8*4)];
1244
1245 /* full and half rate multirate config */
1246 struct amr_multirate_conf mr_full;
1247 struct amr_multirate_conf mr_half;
1248
1249 /* PCU socket state */
1250 char *pcu_sock_path;
1251 struct pcu_sock_state *pcu_state;
1252
1253 struct rate_ctr_group *bts_ctrs;
1254 struct osmo_stat_item_group *bts_statg;
1255
1256 struct handover_cfg *ho;
1257
Neels Hofmeyr19bed232018-03-22 04:54:57 +01001258 /* A list of struct gsm_bts_ref, indicating neighbors of this BTS.
1259 * When the si_common neigh_list is in automatic mode, it is populated from this list as well as
1260 * gsm_network->neighbor_bss_cells. */
1261 struct llist_head local_neighbors;
1262
Neels Hofmeyr10485162018-02-13 23:22:03 +01001263 /* BTS-specific overrides for timer values from struct gsm_network. */
Martin Haukea29affd2019-11-13 22:10:41 +01001264 uint8_t T3122; /* ASSIGNMENT REJECT wait indication */
Pau Espin Pedrol1b963342018-11-07 14:19:32 +01001265 bool T3113_dynamic; /* Calculate T3113 timeout dynamically based on BTS channel config and load */
Neels Hofmeyr10485162018-02-13 23:22:03 +01001266
1267 /* Periodic channel load measurements are used to maintain T3122. */
1268 struct load_counter chan_load_samples[7];
1269 int chan_load_samples_idx;
Stefan Sperling6442e432018-02-06 14:44:54 +01001270 uint8_t chan_load_avg; /* current channel load average in percent (0 - 100). */
Harald Welted41b7c72019-06-13 09:41:58 +02001271
1272 /* cell broadcast system */
1273 struct osmo_timer_list cbch_timer;
1274 struct bts_smscb_chan_state cbch_basic;
1275 struct bts_smscb_chan_state cbch_extended;
Harald Welte7d888442019-09-06 23:18:27 +02001276 struct osmo_timer_list etws_timer; /* when to stop ETWS PN */
Oliver Smithba0a1222020-03-18 12:39:30 +01001277
1278 struct llist_head oml_fail_rep;
Neels Hofmeyr10485162018-02-13 23:22:03 +01001279};
1280
Oliver Smith8d8d7102018-10-23 15:35:43 +02001281/* One rejected BTS */
1282struct gsm_bts_rejected {
1283 /* list header in net->bts_rejected */
1284 struct llist_head list;
1285
1286 uint16_t site_id;
1287 uint16_t bts_id;
1288 char ip[INET6_ADDRSTRLEN];
1289 time_t time;
1290};
Neels Hofmeyr10485162018-02-13 23:22:03 +01001291
Neels Hofmeyr958f2592018-05-27 01:26:31 +02001292struct gsm_network *gsm_network_init(void *ctx);
1293
Neels Hofmeyr10485162018-02-13 23:22:03 +01001294struct gsm_bts *gsm_bts_alloc(struct gsm_network *net, uint8_t bts_num);
Neels Hofmeyr6d568ed2018-07-09 16:49:18 +02001295struct gsm_bts *gsm_bts_num(const struct gsm_network *net, int num);
Neels Hofmeyr19bed232018-03-22 04:54:57 +01001296bool gsm_bts_matches_lai(const struct gsm_bts *bts, const struct osmo_location_area_id *lai);
1297bool gsm_bts_matches_cell_id(const struct gsm_bts *bts, const struct gsm0808_cell_id *cell_id);
1298struct gsm_bts *gsm_bts_by_cell_id(const struct gsm_network *net,
1299 const struct gsm0808_cell_id *cell_id,
1300 int match_idx);
1301int gsm_bts_local_neighbor_add(struct gsm_bts *bts, struct gsm_bts *neighbor);
1302int gsm_bts_local_neighbor_del(struct gsm_bts *bts, const struct gsm_bts *neighbor);
Neels Hofmeyr10485162018-02-13 23:22:03 +01001303
1304struct gsm_bts_trx *gsm_bts_trx_alloc(struct gsm_bts *bts);
1305struct gsm_bts_trx *gsm_bts_trx_num(const struct gsm_bts *bts, int num);
1306
1307enum gsm_bts_type str2btstype(const char *arg);
1308const char *btstype2str(enum gsm_bts_type type);
1309
1310enum bts_attribute str2btsattr(const char *s);
1311const char *btsatttr2str(enum bts_attribute v);
1312
1313enum gsm_bts_type_variant str2btsvariant(const char *arg);
1314const char *btsvariant2str(enum gsm_bts_type_variant v);
1315
1316extern const struct value_string gsm_chreq_descs[];
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001317extern const struct value_string gsm_pchant_names[];
1318extern const struct value_string gsm_pchant_descs[];
1319extern const struct value_string gsm_pchan_ids[];
Neels Hofmeyr10485162018-02-13 23:22:03 +01001320const char *gsm_pchan_name(enum gsm_phys_chan_config c);
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001321static inline const char *gsm_pchan_id(enum gsm_phys_chan_config c)
1322{ return get_value_string(gsm_pchan_ids, c); }
Neels Hofmeyr10485162018-02-13 23:22:03 +01001323enum gsm_phys_chan_config gsm_pchan_parse(const char *name);
1324const char *gsm_lchant_name(enum gsm_chan_t c);
1325const char *gsm_chreq_name(enum gsm_chreq_reason_t c);
Harald Welte57658ec2019-02-04 12:30:44 +01001326char *gsm_bts_name(const struct gsm_bts *bts);
Neels Hofmeyr10485162018-02-13 23:22:03 +01001327char *gsm_trx_name(const struct gsm_bts_trx *trx);
1328char *gsm_ts_name(const struct gsm_bts_trx_ts *ts);
1329char *gsm_ts_and_pchan_name(const struct gsm_bts_trx_ts *ts);
1330char *gsm_lchan_name_compute(const struct gsm_lchan *lchan);
Neels Hofmeyr10485162018-02-13 23:22:03 +01001331
1332static inline char *gsm_lchan_name(const struct gsm_lchan *lchan)
1333{
1334 return lchan->name;
1335}
1336
Neels Hofmeyr10485162018-02-13 23:22:03 +01001337void gsm_abis_mo_reset(struct gsm_abis_mo *mo);
1338
1339struct gsm_nm_state *
1340gsm_objclass2nmstate(struct gsm_bts *bts, uint8_t obj_class,
1341 const struct abis_om_obj_inst *obj_inst);
1342void *
1343gsm_objclass2obj(struct gsm_bts *bts, uint8_t obj_class,
1344 const struct abis_om_obj_inst *obj_inst);
1345
1346/* reset the state of all MO in the BTS */
1347void gsm_bts_mo_reset(struct gsm_bts *bts);
1348
1349uint8_t gsm_pchan2chan_nr(enum gsm_phys_chan_config pchan,
1350 uint8_t ts_nr, uint8_t lchan_nr);
1351uint8_t gsm_lchan2chan_nr(const struct gsm_lchan *lchan);
1352uint8_t gsm_lchan_as_pchan2chan_nr(const struct gsm_lchan *lchan,
1353 enum gsm_phys_chan_config as_pchan);
1354
Harald Welte251bec12018-09-09 17:14:09 +02001355void gsm48_lchan2chan_desc(struct gsm48_chan_desc *cd,
1356 const struct gsm_lchan *lchan);
Harald Welte24286f32018-09-09 17:17:44 +02001357void gsm48_lchan2chan_desc_as_configured(struct gsm48_chan_desc *cd, const struct gsm_lchan *lchan);
Harald Welte251bec12018-09-09 17:14:09 +02001358
Neels Hofmeyr10485162018-02-13 23:22:03 +01001359/* return the gsm_lchan for the CBCH (if it exists at all) */
1360struct gsm_lchan *gsm_bts_get_cbch(struct gsm_bts *bts);
1361
Neels Hofmeyr10485162018-02-13 23:22:03 +01001362static inline uint8_t gsm_ts_tsc(const struct gsm_bts_trx_ts *ts)
1363{
1364 if (ts->tsc != -1)
1365 return ts->tsc;
1366 else
1367 return ts->trx->bts->bsic & 7;
1368}
1369
1370struct gsm_lchan *rsl_lchan_lookup(struct gsm_bts_trx *trx, uint8_t chan_nr,
1371 int *rc);
1372
1373enum gsm_phys_chan_config ts_pchan(struct gsm_bts_trx_ts *ts);
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001374uint8_t pchan_subslots(enum gsm_phys_chan_config pchan);
Neels Hofmeyr10485162018-02-13 23:22:03 +01001375bool ts_is_tch(struct gsm_bts_trx_ts *ts);
1376
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01001377
Harald Welteb7948872017-12-18 18:48:21 +01001378static inline struct gsm_bts *conn_get_bts(struct gsm_subscriber_connection *conn) {
Vadim Yanitskiy6281d4f2020-06-18 22:29:56 +07001379 if (!conn || !conn->lchan)
1380 return NULL;
Harald Welteb7948872017-12-18 18:48:21 +01001381 return conn->lchan->ts->trx->bts;
1382}
1383
Pau Espin Pedrol7950e5d2019-10-31 15:59:49 +01001384void conn_update_ms_power_class(struct gsm_subscriber_connection *conn, uint8_t power_class);
1385void lchan_update_ms_power_ctrl_level(struct gsm_lchan *lchan, int ms_power_dbm);
1386
Alexander Chemeris5d638272020-05-11 00:30:11 +03001387enum bts_counter_id {
Harald Welted82101e2017-12-09 23:07:38 +01001388 BTS_CTR_CHREQ_TOTAL,
Daniel Willmannfea5d642020-06-03 18:25:45 +02001389 BTS_CTR_CHREQ_SUCCESSFUL,
Harald Welted82101e2017-12-09 23:07:38 +01001390 BTS_CTR_CHREQ_NO_CHANNEL,
1391 BTS_CTR_CHAN_RF_FAIL,
1392 BTS_CTR_CHAN_RLL_ERR,
1393 BTS_CTR_BTS_OML_FAIL,
1394 BTS_CTR_BTS_RSL_FAIL,
1395 BTS_CTR_CODEC_AMR_F,
1396 BTS_CTR_CODEC_AMR_H,
1397 BTS_CTR_CODEC_EFR,
1398 BTS_CTR_CODEC_V1_FR,
1399 BTS_CTR_CODEC_V1_HR,
Harald Weltecf9d4312017-12-13 23:17:16 +01001400 BTS_CTR_PAGING_ATTEMPTED,
1401 BTS_CTR_PAGING_ALREADY,
1402 BTS_CTR_PAGING_RESPONDED,
1403 BTS_CTR_PAGING_EXPIRED,
Alexander Chemeris43def742020-05-16 18:49:59 +03001404 BTS_CTR_PAGING_NO_ACTIVE_PAGING,
Alexander Chemeris001a2df2020-05-22 21:43:57 +03001405 BTS_CTR_PAGING_MSC_FLUSH,
Harald Welte4f598922017-12-14 13:47:02 +01001406 BTS_CTR_CHAN_ACT_TOTAL,
1407 BTS_CTR_CHAN_ACT_NACK,
Harald Welte62d9cb02017-12-14 14:00:26 +01001408 BTS_CTR_RSL_UNKNOWN,
Harald Welte581398a2017-12-14 14:29:44 +01001409 BTS_CTR_RSL_IPA_NACK,
Harald Welte0415a5c2020-06-21 16:05:43 +02001410 BTS_CTR_RSL_DELETE_IND,
Harald Welte00d64fd2017-12-14 14:34:16 +01001411 BTS_CTR_MODE_MODIFY_NACK,
Alexander Chemeris5d638272020-05-11 00:30:11 +03001412 BTS_CTR_LCHAN_BORKEN_FROM_UNUSED,
1413 BTS_CTR_LCHAN_BORKEN_FROM_WAIT_ACTIV_ACK,
1414 BTS_CTR_LCHAN_BORKEN_FROM_WAIT_RF_RELEASE_ACK,
1415 BTS_CTR_LCHAN_BORKEN_FROM_BORKEN,
1416 BTS_CTR_LCHAN_BORKEN_FROM_UNKNOWN,
1417 BTS_CTR_LCHAN_BORKEN_EV_CHAN_ACTIV_ACK,
1418 BTS_CTR_LCHAN_BORKEN_EV_CHAN_ACTIV_NACK,
1419 BTS_CTR_LCHAN_BORKEN_EV_RF_CHAN_REL_ACK,
1420 BTS_CTR_LCHAN_BORKEN_EV_VTY,
1421 BTS_CTR_LCHAN_BORKEN_EV_TEARDOWN,
1422 BTS_CTR_TS_BORKEN_FROM_NOT_INITIALIZED,
1423 BTS_CTR_TS_BORKEN_FROM_UNUSED,
1424 BTS_CTR_TS_BORKEN_FROM_WAIT_PDCH_ACT,
1425 BTS_CTR_TS_BORKEN_FROM_PDCH,
1426 BTS_CTR_TS_BORKEN_FROM_WAIT_PDCH_DEACT,
1427 BTS_CTR_TS_BORKEN_FROM_IN_USE,
1428 BTS_CTR_TS_BORKEN_FROM_BORKEN,
1429 BTS_CTR_TS_BORKEN_FROM_UNKNOWN,
1430 BTS_CTR_TS_BORKEN_EV_PDCH_ACT_ACK_NACK,
1431 BTS_CTR_TS_BORKEN_EV_PDCH_DEACT_ACK_NACK,
1432 BTS_CTR_TS_BORKEN_EV_TEARDOWN,
Daniel Willmannb5ccf092020-06-08 14:36:46 +02001433 BTS_CTR_ASSIGNMENT_ATTEMPTED,
1434 BTS_CTR_ASSIGNMENT_COMPLETED,
1435 BTS_CTR_ASSIGNMENT_STOPPED,
1436 BTS_CTR_ASSIGNMENT_NO_CHANNEL,
1437 BTS_CTR_ASSIGNMENT_TIMEOUT,
1438 BTS_CTR_ASSIGNMENT_FAILED,
1439 BTS_CTR_ASSIGNMENT_ERROR,
Harald Welted82101e2017-12-09 23:07:38 +01001440};
1441
1442static const struct rate_ctr_desc bts_ctr_description[] = {
Daniel Willmannce7aa0d2020-06-09 17:24:19 +02001443 [BTS_CTR_CHREQ_TOTAL] = {"chreq:total", "Received channel requests"},
Daniel Willmannfea5d642020-06-03 18:25:45 +02001444 [BTS_CTR_CHREQ_SUCCESSFUL] = {"chreq:successful", "Successful channel requests (immediate assign sent)"},
Daniel Willmannce7aa0d2020-06-09 17:24:19 +02001445 [BTS_CTR_CHREQ_NO_CHANNEL] = {"chreq:no_channel", "Sent to MS no channel available"},
1446 [BTS_CTR_CHAN_RF_FAIL] = {"chan:rf_fail", "Received a RF failure indication from BTS"},
1447 [BTS_CTR_CHAN_RLL_ERR] = {"chan:rll_err", "Received a RLL failure with T200 cause from BTS"},
1448 [BTS_CTR_BTS_OML_FAIL] = {"oml_fail", "Received a TEI down on a OML link"},
1449 [BTS_CTR_BTS_RSL_FAIL] = {"rsl_fail", "Received a TEI down on a OML link"},
1450 [BTS_CTR_CODEC_AMR_F] = {"codec:amr_f", "Count the usage of AMR/F codec by channel mode requested"},
1451 [BTS_CTR_CODEC_AMR_H] = {"codec:amr_h", "Count the usage of AMR/H codec by channel mode requested"},
1452 [BTS_CTR_CODEC_EFR] = {"codec:efr", "Count the usage of EFR codec by channel mode requested"},
1453 [BTS_CTR_CODEC_V1_FR] = {"codec:fr", "Count the usage of FR codec by channel mode requested"},
1454 [BTS_CTR_CODEC_V1_HR] = {"codec:hr", "Count the usage of HR codec by channel mode requested"},
Harald Weltecf9d4312017-12-13 23:17:16 +01001455
Daniel Willmannce7aa0d2020-06-09 17:24:19 +02001456 [BTS_CTR_PAGING_ATTEMPTED] = {"paging:attempted", "Paging attempts for a subscriber"},
1457 [BTS_CTR_PAGING_ALREADY] = {"paging:already", "Paging attempts ignored as subscriber was already being paged"},
1458 [BTS_CTR_PAGING_RESPONDED] = {"paging:responded", "Paging attempts with successful paging response"},
1459 [BTS_CTR_PAGING_EXPIRED] = {"paging:expired", "Paging Request expired because of timeout T3113"},
1460 [BTS_CTR_PAGING_NO_ACTIVE_PAGING] = {"paging:no_active_paging", "Paging response without an active paging request (arrived after paging expiration?)"},
1461 [BTS_CTR_PAGING_MSC_FLUSH] = {"paging:msc_flush", "Paging flushed due to MSC Reset BSSMAP message"},
1462 [BTS_CTR_CHAN_ACT_TOTAL] = {"chan_act:total", "Total number of Channel Activations"},
Harald Welte4f598922017-12-14 13:47:02 +01001463 [BTS_CTR_CHAN_ACT_NACK] = {"chan_act:nack", "Number of Channel Activations that the BTS NACKed"},
Harald Welte62d9cb02017-12-14 14:00:26 +01001464 [BTS_CTR_RSL_UNKNOWN] = {"rsl:unknown", "Number of unknown/unsupported RSL messages received from BTS"},
Harald Welte581398a2017-12-14 14:29:44 +01001465 [BTS_CTR_RSL_IPA_NACK] = {"rsl:ipa_nack", "Number of IPA (RTP/dyn-PDCH) related NACKs received from BTS"},
Harald Welte0415a5c2020-06-21 16:05:43 +02001466 [BTS_CTR_RSL_DELETE_IND] = {"rsl:delete_ind", "Number of RSL DELETE INDICATION (DL CCCH overload)"},
Harald Welte00d64fd2017-12-14 14:34:16 +01001467 [BTS_CTR_MODE_MODIFY_NACK] = {"chan:mode_modify_nack", "Number of Channel Mode Modify NACKs received from BTS"},
Alexander Chemeris5d638272020-05-11 00:30:11 +03001468
1469 /* lchan/TS BORKEN state counters */
1470 [BTS_CTR_LCHAN_BORKEN_FROM_UNUSED] = {"lchan_borken:from_state:unused", "Transitions from lchan UNUSED state to BORKEN state"},
1471 [BTS_CTR_LCHAN_BORKEN_FROM_WAIT_ACTIV_ACK] = {"lchan_borken:from_state:wait_activ_ack", "Transitions from lchan WAIT_ACTIV_ACK state to BORKEN state"},
1472 [BTS_CTR_LCHAN_BORKEN_FROM_WAIT_RF_RELEASE_ACK] = {"lchan_borken:from_state:wait_rf_release_ack", "Transitions from lchan WAIT_RF_RELEASE_ACK state to BORKEN state"},
1473 [BTS_CTR_LCHAN_BORKEN_FROM_BORKEN] = {"lchan_borken:from_state:borken", "Transitions from lchan BORKEN state to BORKEN state"},
1474 [BTS_CTR_LCHAN_BORKEN_FROM_UNKNOWN] = {"lchan_borken:from_state:unknown", "Transitions from an unknown lchan state to BORKEN state"},
1475 [BTS_CTR_LCHAN_BORKEN_EV_CHAN_ACTIV_ACK] = {"lchan_borken:event:chan_activ_ack", "CHAN_ACTIV_ACK received in the lchan BORKEN state"},
1476 [BTS_CTR_LCHAN_BORKEN_EV_CHAN_ACTIV_NACK] = {"lchan_borken:event:chan_activ_nack", "CHAN_ACTIV_NACK received in the lchan BORKEN state"},
1477 [BTS_CTR_LCHAN_BORKEN_EV_RF_CHAN_REL_ACK] = {"lchan_borken:event:rf_chan_rel_ack", "RF_CHAN_REL_ACK received in the lchan BORKEN state"},
1478 [BTS_CTR_LCHAN_BORKEN_EV_VTY] = {"lchan_borken:event:vty", "VTY commands received in the lchan BORKEN state"},
1479 [BTS_CTR_LCHAN_BORKEN_EV_TEARDOWN] = {"lchan_borken:event:teardown", "lchan in a BORKEN state is shutting down (BTS disconnected?)"},
1480 [BTS_CTR_TS_BORKEN_FROM_NOT_INITIALIZED] = {"ts_borken:from_state:not_initialized", "Transitions from TS NOT_INITIALIZED state to BORKEN state"},
1481 [BTS_CTR_TS_BORKEN_FROM_UNUSED] = {"ts_borken:from_state:unused", "Transitions from TS UNUSED state to BORKEN state"},
1482 [BTS_CTR_TS_BORKEN_FROM_WAIT_PDCH_ACT] = {"ts_borken:from_state:wait_pdch_act", "Transitions from TS WAIT_PDCH_ACT state to BORKEN state"},
1483 [BTS_CTR_TS_BORKEN_FROM_PDCH] = {"ts_borken:from_state:pdch", "Transitions from TS PDCH state to BORKEN state"},
1484 [BTS_CTR_TS_BORKEN_FROM_WAIT_PDCH_DEACT] = {"ts_borken:from_state:wait_pdch_deact", "Transitions from TS WAIT_PDCH_DEACT state to BORKEN state"},
1485 [BTS_CTR_TS_BORKEN_FROM_IN_USE] = {"ts_borken:from_state:in_use", "Transitions from TS IN_USE state to BORKEN state"},
1486 [BTS_CTR_TS_BORKEN_FROM_BORKEN] = {"ts_borken:from_state:borken", "Transitions from TS BORKEN state to BORKEN state"},
1487 [BTS_CTR_TS_BORKEN_FROM_UNKNOWN] = {"ts_borken:from_state:unknown", "Transitions from an unknown TS state to BORKEN state"},
1488 [BTS_CTR_TS_BORKEN_EV_PDCH_ACT_ACK_NACK] = {"ts_borken:event:pdch_act_ack_nack", "PDCH_ACT_ACK/NACK received in the TS BORKEN state"},
1489 [BTS_CTR_TS_BORKEN_EV_PDCH_DEACT_ACK_NACK] = {"ts_borken:event:pdch_deact_ack_nack", "PDCH_DEACT_ACK/NACK received in the TS BORKEN state"},
1490 [BTS_CTR_TS_BORKEN_EV_TEARDOWN] = {"ts_borken:event:teardown", "TS in a BORKEN state is shutting down (BTS disconnected?)"},
Daniel Willmannb5ccf092020-06-08 14:36:46 +02001491 [BTS_CTR_ASSIGNMENT_ATTEMPTED] = {"assignment:attempted", "Assignment attempts"},
1492 [BTS_CTR_ASSIGNMENT_COMPLETED] = {"assignment:completed", "Assignment completed"},
1493 [BTS_CTR_ASSIGNMENT_STOPPED] = {"assignment:stopped", "Connection ended during Assignment"},
1494 [BTS_CTR_ASSIGNMENT_NO_CHANNEL] = {"assignment:no_channel", "Failure to allocate lchan for Assignment"},
1495 [BTS_CTR_ASSIGNMENT_TIMEOUT] = {"assignment:timeout", "Assignment timed out"},
1496 [BTS_CTR_ASSIGNMENT_FAILED] = {"assignment:failed", "Received Assignment Failure message"},
1497 [BTS_CTR_ASSIGNMENT_ERROR] = {"assignment:error", "Assignment failed for other reason"},
Harald Welte0415a5c2020-06-21 16:05:43 +02001498
Harald Welted82101e2017-12-09 23:07:38 +01001499};
1500
1501static const struct rate_ctr_group_desc bts_ctrg_desc = {
1502 "bts",
1503 "base transceiver station",
1504 OSMO_STATS_CLASS_GLOBAL,
1505 ARRAY_SIZE(bts_ctr_description),
1506 bts_ctr_description,
1507};
Holger Hans Peter Freyther5ba6f482009-10-28 14:23:39 +01001508
Alexander Couzens20423ea2016-07-12 15:42:02 +02001509enum {
Stefan Sperling81dc9e72018-02-05 17:34:36 +01001510 BTS_STAT_CHAN_LOAD_AVERAGE,
Alexander Chemerisb091def2020-05-06 23:17:49 +03001511 BTS_STAT_CHAN_CCCH_SDCCH4_USED,
1512 BTS_STAT_CHAN_CCCH_SDCCH4_TOTAL,
1513 BTS_STAT_CHAN_TCH_F_USED,
1514 BTS_STAT_CHAN_TCH_F_TOTAL,
1515 BTS_STAT_CHAN_TCH_H_USED,
1516 BTS_STAT_CHAN_TCH_H_TOTAL,
1517 BTS_STAT_CHAN_SDCCH8_USED,
1518 BTS_STAT_CHAN_SDCCH8_TOTAL,
1519 BTS_STAT_CHAN_TCH_F_PDCH_USED,
1520 BTS_STAT_CHAN_TCH_F_PDCH_TOTAL,
1521 BTS_STAT_CHAN_CCCH_SDCCH4_CBCH_USED,
1522 BTS_STAT_CHAN_CCCH_SDCCH4_CBCH_TOTAL,
1523 BTS_STAT_CHAN_SDCCH8_CBCH_USED,
1524 BTS_STAT_CHAN_SDCCH8_CBCH_TOTAL,
1525 BTS_STAT_CHAN_TCH_F_TCH_H_PDCH_USED,
1526 BTS_STAT_CHAN_TCH_F_TCH_H_PDCH_TOTAL,
Stefan Sperling81dc9e72018-02-05 17:34:36 +01001527 BTS_STAT_T3122,
Harald Weltebe86caa2019-05-24 09:30:28 +02001528 BTS_STAT_RACH_BUSY,
1529 BTS_STAT_RACH_ACCESS,
Alexander Chemeris8b0f6872020-05-07 16:46:47 +03001530 BTS_STAT_OML_CONNECTED,
1531 BTS_STAT_RSL_CONNECTED,
Alexander Chemeris5d638272020-05-11 00:30:11 +03001532 BTS_STAT_LCHAN_BORKEN,
1533 BTS_STAT_TS_BORKEN,
Stefan Sperling81dc9e72018-02-05 17:34:36 +01001534};
1535
1536enum {
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001537 BSC_CTR_ASSIGNMENT_ATTEMPTED,
1538 BSC_CTR_ASSIGNMENT_COMPLETED,
1539 BSC_CTR_ASSIGNMENT_STOPPED,
1540 BSC_CTR_ASSIGNMENT_NO_CHANNEL,
1541 BSC_CTR_ASSIGNMENT_TIMEOUT,
1542 BSC_CTR_ASSIGNMENT_FAILED,
1543 BSC_CTR_ASSIGNMENT_ERROR,
Alexander Couzensb847a212016-08-02 11:34:11 +02001544 BSC_CTR_HANDOVER_ATTEMPTED,
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001545 BSC_CTR_HANDOVER_COMPLETED,
1546 BSC_CTR_HANDOVER_STOPPED,
Alexander Couzensb847a212016-08-02 11:34:11 +02001547 BSC_CTR_HANDOVER_NO_CHANNEL,
1548 BSC_CTR_HANDOVER_TIMEOUT,
Alexander Couzensb847a212016-08-02 11:34:11 +02001549 BSC_CTR_HANDOVER_FAILED,
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001550 BSC_CTR_HANDOVER_ERROR,
1551 BSC_CTR_INTER_BSC_HO_OUT_ATTEMPTED,
1552 BSC_CTR_INTER_BSC_HO_OUT_COMPLETED,
1553 BSC_CTR_INTER_BSC_HO_OUT_STOPPED,
1554 BSC_CTR_INTER_BSC_HO_OUT_TIMEOUT,
1555 BSC_CTR_INTER_BSC_HO_OUT_ERROR,
1556 BSC_CTR_INTER_BSC_HO_IN_ATTEMPTED,
1557 BSC_CTR_INTER_BSC_HO_IN_COMPLETED,
1558 BSC_CTR_INTER_BSC_HO_IN_STOPPED,
1559 BSC_CTR_INTER_BSC_HO_IN_NO_CHANNEL,
1560 BSC_CTR_INTER_BSC_HO_IN_FAILED,
1561 BSC_CTR_INTER_BSC_HO_IN_TIMEOUT,
1562 BSC_CTR_INTER_BSC_HO_IN_ERROR,
Alexander Couzensb847a212016-08-02 11:34:11 +02001563 BSC_CTR_PAGING_ATTEMPTED,
1564 BSC_CTR_PAGING_DETACHED,
Harald Weltecf9d4312017-12-13 23:17:16 +01001565 BSC_CTR_PAGING_RESPONDED,
Alexander Chemeris43def742020-05-16 18:49:59 +03001566 BSC_CTR_PAGING_NO_ACTIVE_PAGING,
Stefan Sperling7926d982018-05-17 14:52:02 +02001567 BSC_CTR_UNKNOWN_UNIT_ID,
Neels Hofmeyr1c963eb2020-06-16 12:08:39 +02001568 BSC_CTR_MSCPOOL_SUBSCR_NO_MSC,
1569 BSC_CTR_MSCPOOL_EMERG_FORWARDED,
1570 BSC_CTR_MSCPOOL_EMERG_LOST,
Alexander Couzensb847a212016-08-02 11:34:11 +02001571};
1572
1573static const struct rate_ctr_desc bsc_ctr_description[] = {
Neels Hofmeyrdbb38d52018-07-11 19:53:56 +02001574 [BSC_CTR_ASSIGNMENT_ATTEMPTED] = {"assignment:attempted", "Assignment attempts."},
1575 [BSC_CTR_ASSIGNMENT_COMPLETED] = {"assignment:completed", "Assignment completed."},
1576 [BSC_CTR_ASSIGNMENT_STOPPED] = {"assignment:stopped", "Connection ended during Assignment."},
1577 [BSC_CTR_ASSIGNMENT_NO_CHANNEL] = {"assignment:no_channel", "Failure to allocate lchan for Assignment."},
1578 [BSC_CTR_ASSIGNMENT_TIMEOUT] = {"assignment:timeout", "Assignment timed out."},
1579 [BSC_CTR_ASSIGNMENT_FAILED] = {"assignment:failed", "Received Assignment Failure message."},
Martin Haukea29affd2019-11-13 22:10:41 +01001580 [BSC_CTR_ASSIGNMENT_ERROR] = {"assignment:error", "Assignment failed for other reason."},
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001581
1582 [BSC_CTR_HANDOVER_ATTEMPTED] = {"handover:attempted", "Intra-BSC handover attempts."},
1583 [BSC_CTR_HANDOVER_COMPLETED] = {"handover:completed", "Intra-BSC handover completed."},
1584 [BSC_CTR_HANDOVER_STOPPED] = {"handover:stopped", "Connection ended during HO."},
1585 [BSC_CTR_HANDOVER_NO_CHANNEL] = {"handover:no_channel", "Failure to allocate lchan for HO."},
1586 [BSC_CTR_HANDOVER_TIMEOUT] = {"handover:timeout", "Handover timed out."},
1587 [BSC_CTR_HANDOVER_FAILED] = {"handover:failed", "Received Handover Fail messages."},
Martin Haukea29affd2019-11-13 22:10:41 +01001588 [BSC_CTR_HANDOVER_ERROR] = {"handover:error", "Re-assignment failed for other reason."},
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001589
1590 [BSC_CTR_INTER_BSC_HO_OUT_ATTEMPTED] = {"interbsc_ho_out:attempted",
1591 "Attempts to handover to remote BSS."},
1592 [BSC_CTR_INTER_BSC_HO_OUT_COMPLETED] = {"interbsc_ho_out:completed",
1593 "Handover to remote BSS completed."},
1594 [BSC_CTR_INTER_BSC_HO_OUT_STOPPED] = {"interbsc_ho_out:stopped", "Connection ended during HO."},
1595 [BSC_CTR_INTER_BSC_HO_OUT_TIMEOUT] = {"interbsc_ho_out:timeout", "Handover timed out."},
1596 [BSC_CTR_INTER_BSC_HO_OUT_ERROR] = {"interbsc_ho_out:error",
1597 "Handover to remote BSS failed for other reason."},
1598
1599 [BSC_CTR_INTER_BSC_HO_IN_ATTEMPTED] = {"interbsc_ho_in:attempted",
1600 "Attempts to handover from remote BSS."},
1601 [BSC_CTR_INTER_BSC_HO_IN_COMPLETED] = {"interbsc_ho_in:completed",
1602 "Handover from remote BSS completed."},
1603 [BSC_CTR_INTER_BSC_HO_IN_STOPPED] = {"interbsc_ho_in:stopped", "Connection ended during HO."},
1604 [BSC_CTR_INTER_BSC_HO_IN_NO_CHANNEL] = {"interbsc_ho_in:no_channel",
1605 "Failure to allocate lchan for HO."},
1606 [BSC_CTR_INTER_BSC_HO_IN_TIMEOUT] = {"interbsc_ho_in:timeout", "Handover from remote BSS timed out."},
1607 [BSC_CTR_INTER_BSC_HO_IN_FAILED] = {"interbsc_ho_in:failed", "Received Handover Fail message."},
1608 [BSC_CTR_INTER_BSC_HO_IN_ERROR] = {"interbsc_ho_in:error",
1609 "Handover from remote BSS failed for other reason."},
Harald Weltecf9d4312017-12-13 23:17:16 +01001610
1611 [BSC_CTR_PAGING_ATTEMPTED] = {"paging:attempted", "Paging attempts for a subscriber."},
Stefan Sperling71d524c2018-05-17 14:38:27 +02001612 [BSC_CTR_PAGING_DETACHED] = {"paging:detached", "Paging request send failures because no responsible BTS was found."},
Harald Weltecf9d4312017-12-13 23:17:16 +01001613 [BSC_CTR_PAGING_RESPONDED] = {"paging:responded", "Paging attempts with successful response."},
Alexander Chemeris43def742020-05-16 18:49:59 +03001614 [BSC_CTR_PAGING_NO_ACTIVE_PAGING] = {"paging:no_active_paging", "Paging response without an active paging request (arrived after paging expiration?)."},
Stefan Sperling7926d982018-05-17 14:52:02 +02001615
1616 [BSC_CTR_UNKNOWN_UNIT_ID] = {"abis:unknown_unit_id", "Connection attempts from unknown IPA CCM Unit ID."},
Neels Hofmeyr1c963eb2020-06-16 12:08:39 +02001617
1618 [BSC_CTR_MSCPOOL_SUBSCR_NO_MSC] = {"mscpool:subscr:no_msc",
1619 "Complete Layer 3 requests lost because no connected MSC is found available."},
1620 [BSC_CTR_MSCPOOL_EMERG_FORWARDED] = {"mscpool:emerg:forwarded",
1621 "Emergency call requests forwarded to an MSC (see also per-MSC counters)"},
1622 [BSC_CTR_MSCPOOL_EMERG_LOST] = {"mscpool:emerg:lost",
1623 "Emergency call requests lost because no MSC was found available."},
Alexander Couzensb847a212016-08-02 11:34:11 +02001624};
1625
Alexander Couzensb847a212016-08-02 11:34:11 +02001626
1627
1628static const struct rate_ctr_group_desc bsc_ctrg_desc = {
1629 "bsc",
1630 "base station controller",
1631 OSMO_STATS_CLASS_GLOBAL,
1632 ARRAY_SIZE(bsc_ctr_description),
1633 bsc_ctr_description,
Alexander Couzens20423ea2016-07-12 15:42:02 +02001634};
1635
Alexander Chemerisdb542832020-05-08 01:49:12 +03001636/* Constants for the BSC stats */
1637enum {
1638 BSC_STAT_NUM_BTS_TOTAL,
1639};
1640
Neels Hofmeyr73983952016-05-10 13:29:33 +02001641struct gsm_tz {
1642 int override; /* if 0, use system's time zone instead. */
1643 int hr; /* hour */
1644 int mn; /* minute */
1645 int dst; /* daylight savings */
1646};
1647
Harald Welte52b1f982008-12-23 20:25:15 +00001648struct gsm_network {
Neels Hofmeyrce4d88b2017-05-08 15:12:20 +02001649 /* TODO MSCSPLIT the gsm_network struct is basically a kitchen sink for
1650 * global settings and variables, "madly" mixing BSC and MSC stuff. Split
1651 * this in e.g. struct osmo_bsc and struct osmo_msc, with the things
1652 * these have in common, like country and network code, put in yet
1653 * separate structs and placed as members in osmo_bsc and osmo_msc. */
1654
Neels Hofmeyrf93970b2018-03-05 02:09:40 +01001655 struct osmo_plmn_id plmn;
1656
Harald Welte51e4bf32017-12-23 17:30:18 +01001657 /* bit-mask of permitted encryption algorithms. LSB=A5/0, MSB=A5/7 */
1658 uint8_t a5_encryption_mask;
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001659 int neci;
Neels Hofmeyr909e9722017-12-07 03:54:01 +01001660
Neels Hofmeyre25018b2017-11-27 21:29:33 +01001661 struct handover_cfg *ho;
Neels Hofmeyr909e9722017-12-07 03:54:01 +01001662 struct {
1663 unsigned int congestion_check_interval_s;
1664 struct osmo_timer_list congestion_check_timer;
1665 } hodec2;
Harald Welte52b1f982008-12-23 20:25:15 +00001666
Alexander Chemerisdb542832020-05-08 01:49:12 +03001667 /* structures for keeping rate counters and gauge stats */
Alexander Couzensb847a212016-08-02 11:34:11 +02001668 struct rate_ctr_group *bsc_ctrs;
Alexander Chemerisdb542832020-05-08 01:49:12 +03001669 struct osmo_stat_item_group *bsc_statg;
Harald Welte24ff6ee2009-12-22 00:41:05 +01001670
Harald Welte52b1f982008-12-23 20:25:15 +00001671 unsigned int num_bts;
Harald Weltee441d9c2009-06-21 16:17:15 +02001672 struct llist_head bts_list;
Oliver Smith8d8d7102018-10-23 15:35:43 +02001673 struct llist_head bts_rejected;
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001674
Neels Hofmeyr08822a32019-07-11 03:43:34 +02001675 /* see gsm_network_T_defs */
Neels Hofmeyra6078fe2019-01-28 03:52:14 +01001676 struct osmo_tdef *T_defs;
Harald Welteeab84a12009-12-13 10:53:12 +01001677
Alexander Couzens547c2072017-11-21 12:03:04 +01001678 enum gsm_chan_t ctype_by_chreq[_NUM_CHREQ_T];
Holger Hans Peter Freyther78891072010-09-06 09:36:02 +08001679
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001680 /* Use a TCH for handling requests of type paging any */
1681 int pag_any_tch;
1682
Neels Hofmeyr06a14d22020-05-26 12:41:18 +02001683 /* msc configuration */
1684 struct llist_head mscs;
Neels Hofmeyreec776e2020-05-25 00:02:56 +02001685 uint8_t mscs_round_robin_next_nr;
1686 /* Emergency calls potentially select a different set of MSCs, so to not mess up the normal round-robin
1687 * behavior, emergency calls need a separate round-robin counter. */
1688 uint8_t mscs_round_robin_next_emerg_nr;
Neels Hofmeyr06a14d22020-05-26 12:41:18 +02001689
1690 /* rf ctl related bits */
1691 int mid_call_timeout;
1692 char *rf_ctrl_name;
1693 struct osmo_bsc_rf *rf_ctrl;
1694 int auto_off_timeout;
1695
1696 struct bsc_cbc_link *cbc;
Holger Hans Peter Freytherdaee5ca2010-12-22 12:34:39 +01001697
Daniel Willmann6fc4a982011-07-22 17:55:42 +02001698 /* control interface */
1699 struct ctrl_handle *ctrl;
Neels Hofmeyr5f0c71b2016-07-23 20:15:28 +02001700
1701 /* Allow or disallow TCH/F on dynamic TCH/F_TCH/H_PDCH; OS#1778 */
1702 bool dyn_ts_allow_tch_f;
Neels Hofmeyrd90fa422016-05-09 21:03:12 +02001703
1704 /* all active subscriber connections. */
1705 struct llist_head subscr_conns;
Neels Hofmeyr73983952016-05-10 13:29:33 +02001706
1707 /* if override is nonzero, this timezone data is used for all MM
1708 * contexts. */
1709 /* TODO: in OsmoNITB, tz-override used to be BTS-specific. To enable
1710 * BTS|RNC specific timezone overrides for multi-tz networks in
Neels Hofmeyrfe291de2017-02-23 21:06:12 +01001711 * OsmoMSC, this should be tied to the location area code (LAC). */
Neels Hofmeyr73983952016-05-10 13:29:33 +02001712 struct gsm_tz tz;
Neels Hofmeyr6d804b12017-02-18 22:20:46 +01001713
1714 /* List of all struct bsc_subscr used in libbsc. This llist_head is
1715 * allocated so that the llist_head pointer itself can serve as a
1716 * talloc context (useful to not have to pass the entire gsm_network
1717 * struct to the bsc_subscr_* API, and for bsc_susbscr unit tests to
1718 * not require gsm_data.h). In an MSC-without-BSC environment, this
1719 * pointer is NULL to indicate absence of a bsc_subscribers list. */
1720 struct llist_head *bsc_subscribers;
Harald Weltea43e0b42016-06-19 18:06:02 +02001721
Stefan Sperling6cee8932018-01-30 18:14:22 +01001722 /* Timer for periodic channel load measurements to maintain each BTS's T3122. */
1723 struct osmo_timer_list t3122_chan_load_timer;
1724
Neels Hofmeyrc29505e2016-05-20 21:59:55 +02001725 struct {
Philipp Maier39c609b2017-09-27 15:51:34 +02001726 struct mgcp_client_conf *conf;
1727 struct mgcp_client *client;
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +02001728 struct osmo_tdef *tdefs;
Philipp Maier39c609b2017-09-27 15:51:34 +02001729 } mgw;
Neels Hofmeyr19bed232018-03-22 04:54:57 +01001730
1731 /* Remote BSS Cell Identifier Lists */
1732 struct neighbor_ident_list *neighbor_bss_cells;
Oliver Smitha595db12020-03-17 12:21:00 +01001733
1734 /* Don't refuse to start with mutually exclusive codec settings */
1735 bool allow_unusable_timeslots;
Neels Hofmeyr4099f1d2020-05-26 03:58:14 +02001736
1737 uint8_t nri_bitlen;
1738 struct osmo_nri_ranges *null_nri_ranges;
Harald Welte7e310b12009-03-30 20:56:32 +00001739};
1740
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001741struct gsm_audio_support {
1742 uint8_t hr : 1,
1743 ver : 7;
1744};
1745
Neels Hofmeyrf93970b2018-03-05 02:09:40 +01001746static inline const struct osmo_location_area_id *bts_lai(struct gsm_bts *bts)
1747{
1748 static struct osmo_location_area_id lai;
1749 lai = (struct osmo_location_area_id){
1750 .plmn = bts->network->plmn,
1751 .lac = bts->location_area_code,
1752 };
1753 return &lai;
1754}
1755
Neels Hofmeyrc13e6872016-05-11 13:53:47 +02001756extern void talloc_ctx_init(void *ctx_root);
1757
Harald Welte39315c42010-01-10 18:01:52 +01001758int gsm_set_bts_type(struct gsm_bts *bts, enum gsm_bts_type type);
Harald Weltee441d9c2009-06-21 16:17:15 +02001759
Harald Welte1d014a52009-08-08 15:38:29 +02001760enum gsm_bts_type parse_btstype(const char *arg);
Holger Hans Peter Freyther2dceae62009-06-12 17:39:38 +02001761const char *btstype2str(enum gsm_bts_type type);
Harald Weltebe991492009-05-23 13:56:40 +00001762struct gsm_bts *gsm_bts_by_lac(struct gsm_network *net, unsigned int lac,
1763 struct gsm_bts *start_bts);
Harald Welte32201c12009-03-10 12:15:10 +00001764
Andreas Eversberg8226fa72009-06-29 15:19:38 +02001765extern void *tall_bsc_ctx;
Harald Welte2cf161b2009-06-20 22:36:41 +02001766
Martin Haukea29affd2019-11-13 22:10:41 +01001767/* this actually refers to the IPA transport, not the BTS model */
Vadim Yanitskiyc1b141c2020-05-30 23:43:59 +07001768static inline int is_ipaccess_bts(const struct gsm_bts *bts)
Harald Welte32201c12009-03-10 12:15:10 +00001769{
1770 switch (bts->type) {
Mike Habene2d82272009-10-02 12:19:34 +01001771 case GSM_BTS_TYPE_NANOBTS:
Maxf9685c12017-03-23 12:01:07 +01001772 case GSM_BTS_TYPE_OSMOBTS:
Harald Welte32201c12009-03-10 12:15:10 +00001773 return 1;
1774 default:
1775 break;
1776 }
1777 return 0;
1778}
1779
Vadim Yanitskiyc1b141c2020-05-30 23:43:59 +07001780static inline int is_sysmobts_v2(const struct gsm_bts *bts)
Holger Hans Peter Freyther6f6cbf72015-04-04 19:35:22 +02001781{
1782 switch (bts->type) {
Maxf9685c12017-03-23 12:01:07 +01001783 case GSM_BTS_TYPE_OSMOBTS:
Holger Hans Peter Freyther6f6cbf72015-04-04 19:35:22 +02001784 return 1;
1785 default:
1786 break;
1787 }
1788 return 0;
1789}
1790
Vadim Yanitskiyc1b141c2020-05-30 23:43:59 +07001791static inline int is_siemens_bts(const struct gsm_bts *bts)
Harald Welte5b570672009-08-10 10:08:01 +02001792{
1793 switch (bts->type) {
1794 case GSM_BTS_TYPE_BS11:
1795 return 1;
1796 default:
1797 break;
1798 }
1799
1800 return 0;
1801}
1802
Vadim Yanitskiyc1b141c2020-05-30 23:43:59 +07001803static inline int is_nokia_bts(const struct gsm_bts *bts)
Andreas Eversberg7d8fa342013-12-05 13:25:06 +01001804{
1805 switch (bts->type) {
1806 case GSM_BTS_TYPE_NOKIA_SITE:
1807 return 1;
1808 default:
1809 break;
1810 }
1811
1812 return 0;
1813}
1814
Vadim Yanitskiyc1b141c2020-05-30 23:43:59 +07001815static inline int is_ericsson_bts(const struct gsm_bts *bts)
Sylvain Munaut57a1ec52020-05-08 09:58:26 +02001816{
1817 switch (bts->type) {
1818 case GSM_BTS_TYPE_RBS2000:
1819 return 1;
1820 default:
1821 break;
1822 }
1823
1824 return 0;
1825}
1826
Vadim Yanitskiyc1b141c2020-05-30 23:43:59 +07001827static inline int is_e1_bts(const struct gsm_bts *bts)
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001828{
1829 switch (bts->type) {
1830 case GSM_BTS_TYPE_BS11:
1831 case GSM_BTS_TYPE_RBS2000:
1832 case GSM_BTS_TYPE_NOKIA_SITE:
1833 return 1;
1834 default:
1835 break;
1836 }
1837
1838 return 0;
1839}
1840
Harald Welte1876c312018-05-27 11:53:43 +02001841extern struct gsm_network *bsc_gsmnet;
1842
Holger Hans Peter Freyther4e13a8f2015-01-31 22:16:00 +01001843enum bts_gprs_mode bts_gprs_mode_parse(const char *arg, int *valid);
Harald Welte4511d892010-04-18 15:51:20 +02001844const char *bts_gprs_mode_name(enum bts_gprs_mode mode);
Holger Hans Peter Freyther4e13a8f2015-01-31 22:16:00 +01001845int bts_gprs_mode_is_compat(struct gsm_bts *bts, enum bts_gprs_mode mode);
Harald Welte4511d892010-04-18 15:51:20 +02001846
Neels Hofmeyr4d358c02018-02-22 03:19:05 +01001847void gsm48_ra_id_by_bts(struct gsm48_ra_id *buf, struct gsm_bts *bts);
Harald Welte97a282b2010-03-14 15:37:43 +08001848void gprs_ra_id_by_bts(struct gprs_ra_id *raid, struct gsm_bts *bts);
Harald Welted12b0fd2009-12-15 21:36:05 +01001849
Harald Weltefbda4e12010-03-04 11:04:52 +01001850int gsm_bts_model_register(struct gsm_bts_model *model);
1851
Harald Welte3561bd42018-01-28 03:04:16 +01001852struct gsm_subscriber_connection *bsc_subscr_con_allocate(struct gsm_network *network);
Neels Hofmeyr42eb0142016-05-20 17:15:44 +02001853
Neels Hofmeyr958f2592018-05-27 01:26:31 +02001854struct gsm_bts *gsm_bts_alloc_register(struct gsm_network *net, enum gsm_bts_type type, uint8_t bsic);
1855struct gsm_bts *bsc_bts_alloc_register(struct gsm_network *net, enum gsm_bts_type type, uint8_t bsic);
Harald Welte142d12d2014-12-29 17:47:08 +01001856
Harald Welte3300c012011-06-05 13:31:33 +02001857void set_ts_e1link(struct gsm_bts_trx_ts *ts, uint8_t e1_nr,
1858 uint8_t e1_ts, uint8_t e1_ts_ss);
1859
Maxbe356ed2017-09-07 19:10:09 +02001860void gsm_trx_lock_rf(struct gsm_bts_trx *trx, bool locked, const char *reason);
Harald Welte3300c012011-06-05 13:31:33 +02001861struct gsm_bts_trx *gsm_bts_trx_by_nr(struct gsm_bts *bts, int nr);
Holger Hans Peter Freythera49b2c02014-11-21 11:18:45 +01001862int gsm_bts_trx_set_system_infos(struct gsm_bts_trx *trx);
Alexander Chemerisc36a13b2015-05-30 14:40:54 -04001863int gsm_bts_set_system_infos(struct gsm_bts *bts);
Harald Welte3300c012011-06-05 13:31:33 +02001864
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001865/* generic E1 line operations for all ISDN-based BTS. */
1866extern struct e1inp_line_ops bts_isdn_e1inp_line_ops;
1867
Harald Weltee555c2b2012-08-17 13:02:12 +02001868extern const struct value_string bts_type_names[_NUM_GSM_BTS_TYPE+1];
1869extern const struct value_string bts_type_descs[_NUM_GSM_BTS_TYPE+1];
1870
Max3d049d22017-10-09 17:12:53 +02001871char *get_model_oml_status(const struct gsm_bts *bts);
1872
Max25cc4072017-10-10 14:50:35 +02001873unsigned long long bts_uptime(const struct gsm_bts *bts);
1874
Holger Hans Peter Freytherf8c42192013-01-09 17:03:27 +01001875/* control interface handling */
1876int bsc_base_ctrl_cmds_install(void);
1877
Holger Hans Peter Freytherc22930e2014-12-17 14:46:17 +01001878/* dependency handling */
1879void bts_depend_mark(struct gsm_bts *bts, int dep);
1880void bts_depend_clear(struct gsm_bts *bts, int dep);
1881int bts_depend_check(struct gsm_bts *bts);
Holger Hans Peter Freytherf7e23c52014-12-17 15:44:32 +01001882int bts_depend_is_depedency(struct gsm_bts *base, struct gsm_bts *other);
Holger Hans Peter Freytherc22930e2014-12-17 14:46:17 +01001883
Harald Welte2f8b9d22017-06-18 11:12:13 +03001884int gsm_bts_get_radio_link_timeout(const struct gsm_bts *bts);
1885void gsm_bts_set_radio_link_timeout(struct gsm_bts *bts, int value);
1886
Neels Hofmeyr958f2592018-05-27 01:26:31 +02001887bool trx_is_usable(const struct gsm_bts_trx *trx);
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001888bool ts_is_usable(const struct gsm_bts_trx_ts *ts);
Neels Hofmeyr958f2592018-05-27 01:26:31 +02001889
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001890int gsm_lchan_type_by_pchan(enum gsm_phys_chan_config pchan);
1891enum gsm_phys_chan_config gsm_pchan_by_lchan_type(enum gsm_chan_t type);
1892
1893void gsm_bts_all_ts_dispatch(struct gsm_bts *bts, uint32_t ts_ev, void *data);
1894void gsm_trx_all_ts_dispatch(struct gsm_bts_trx *trx, uint32_t ts_ev, void *data);
1895
1896int bts_count_free_ts(struct gsm_bts *bts, enum gsm_phys_chan_config pchan);
Neels Hofmeyr958f2592018-05-27 01:26:31 +02001897
Vadim Yanitskiy73bd4632019-11-02 00:57:23 +07001898bool trx_has_valid_pchan_config(const struct gsm_bts_trx *trx);
1899
Neels Hofmeyrb523f542020-07-09 15:54:40 +02001900enum gsm48_rr_cause bsc_gsm48_rr_cause_from_gsm0808_cause(enum gsm0808_cause c);
Neels Hofmeyr3405c772020-07-11 01:44:08 +02001901enum gsm48_rr_cause bsc_gsm48_rr_cause_from_rsl_cause(uint8_t c);
Neels Hofmeyrb523f542020-07-09 15:54:40 +02001902
Harald Welte6be350c2011-05-25 13:10:08 +02001903#endif /* _GSM_DATA_H */