blob: a74e6d98292da6797793eadf1b9006d0538c8689 [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;
Pau Espin Pedrol388ed582020-07-15 20:53:16 +020042struct gsm_bts;
Philipp Maier39f62bb2017-04-09 12:32:51 +020043
Holger Hans Peter Freytherd7b22c62013-04-29 09:11:02 +020044/** annotations for msgb ownership */
45#define __uses
46
Holger Hans Peter Freyther6f615552010-11-15 20:50:42 +010047#define OBSC_NM_W_ACK_CB(__msgb) (__msgb)->cb[3]
48
Neels Hofmeyr6d804b12017-02-18 22:20:46 +010049struct bsc_subscr;
Neels Hofmeyr7b656882017-07-09 22:09:18 +020050struct gprs_ra_id;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +020051struct handover;
Holger Hans Peter Freyther694c82d2011-10-26 18:37:09 +020052
Holger Hans Peter Freyther9c595b72010-06-15 11:20:52 +080053#define OBSC_LINKID_CB(__msgb) (__msgb)->cb[3]
54
Max70fdd242017-06-15 15:10:53 +020055/* 3-bit long values */
56#define EARFCN_PRIO_INVALID 8
57#define EARFCN_MEAS_BW_INVALID 8
58/* 5-bit long values */
59#define EARFCN_QRXLV_INVALID 32
60#define EARFCN_THRESH_LOW_INVALID 32
61
Harald Welte8e1e3ee2009-02-01 13:32:45 +000062struct msgb;
63typedef int gsm_cbfn(unsigned int hooknum,
64 unsigned int event,
65 struct msgb *msg,
66 void *data, void *param);
67
Harald Weltef7c28b02009-12-21 13:30:17 +010068/* Maximum number of neighbor cells whose average we track */
69#define MAX_NEIGH_MEAS 10
70/* Maximum size of the averaging window for neighbor cells */
71#define MAX_WIN_NEIGH_AVG 10
Andreas Eversberg98692032013-06-23 10:44:34 +020072/* Maximum number of report history we store */
73#define MAX_MEAS_REP 10
Harald Weltef7c28b02009-12-21 13:30:17 +010074
75/* processed neighbor measurements for one cell */
76struct neigh_meas_proc {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020077 uint16_t arfcn;
78 uint8_t bsic;
79 uint8_t rxlev[MAX_WIN_NEIGH_AVG];
Harald Weltef7c28b02009-12-21 13:30:17 +010080 unsigned int rxlev_cnt;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020081 uint8_t last_seen_nr;
Harald Weltef7c28b02009-12-21 13:30:17 +010082};
83
Harald Weltea43e0b42016-06-19 18:06:02 +020084struct gsm_classmark {
85 bool classmark1_set;
86 struct gsm48_classmark1 classmark1;
87 uint8_t classmark2_len;
88 uint8_t classmark2[3];
89 uint8_t classmark3_len;
90 uint8_t classmark3[14]; /* if cm3 gets extended by spec, it will be truncated */
91};
92
Harald Welte519c7e12018-01-28 02:45:46 +010093enum subscr_sccp_state {
94 SUBSCR_SCCP_ST_NONE,
95 SUBSCR_SCCP_ST_WAIT_CONN_CONF,
96 SUBSCR_SCCP_ST_CONNECTED
97};
98
Sylvain Munautaa824922019-03-07 16:32:02 +010099enum channel_rate {
100 CH_RATE_SDCCH,
101 CH_RATE_HALF,
102 CH_RATE_FULL,
103};
104
Philipp Maierbb66d102019-01-22 11:29:06 +0100105struct channel_mode_and_rate {
106 enum gsm48_chan_mode chan_mode;
Sylvain Munautaa824922019-03-07 16:32:02 +0100107 enum channel_rate chan_rate;
Philipp Maierbb66d102019-01-22 11:29:06 +0100108 uint16_t s15_s0;
109};
110
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100111/* Information retrieved during an Assignment Request from the MSC. This is storage of the Assignment instructions
112 * parsed from the Assignment Request message, to pass on until the gscon and assignment FSMs have decided whether an
113 * Assignment is actually going to be carried out. Should remain unchanged after initial decoding. */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200114struct assignment_request {
115 bool aoip;
116
117 uint16_t msc_assigned_cic;
118
119 char msc_rtp_addr[INET_ADDRSTRLEN];
120 uint16_t msc_rtp_port;
Pau Espin Pedrol83c0f762019-04-16 20:05:32 +0200121 bool use_osmux;
122 uint8_t osmux_cid;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200123
Sylvain Munautaa824922019-03-07 16:32:02 +0100124 /* Rate/codec setting in preference order (need at least 1 !) */
125 int n_ch_mode_rate;
126 struct channel_mode_and_rate ch_mode_rate[3];
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200127};
128
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100129/* State of an ongoing Assignment, while the assignment_fsm is still busy. This serves as state separation to keep the
130 * currently used lchan and gscon unmodified until the outcome of an Assignment is known. If the Assignment fails, this
131 * state is simply discarded, and the gscon carries on with the original lchan remaining unchanged. */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200132struct assignment_fsm_data {
133 struct assignment_request req;
134 bool requires_voice_stream;
135
136 struct osmo_fsm_inst *fi;
137 struct gsm_lchan *new_lchan;
138
139 /* Whether this assignment triggered creation of the MGW endpoint: if the assignment
140 * fails, we will release that again as soon as possible. (If false, the endpoint already
141 * existed before or isn't needed at all.)*/
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200142 struct osmo_mgcpc_ep_ci *created_ci_for_msc;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200143
144 enum gsm0808_cause failure_cause;
145 enum gsm48_rr_cause rr_cause;
146
147 bool result_rate_ctr_done;
148};
149
150enum hodec_id {
151 HODEC_NONE,
152 HODEC1 = 1,
153 HODEC2 = 2,
154 HODEC_USER,
155 HODEC_REMOTE,
156};
157
158/* For example, to count specific kinds of ongoing handovers, it is useful to be able to OR-combine
159 * scopes. */
160enum handover_scope {
161 HO_NO_HANDOVER = 0,
162 HO_INTRA_CELL = 0x1,
163 HO_INTRA_BSC = 0x2,
164 HO_INTER_BSC_OUT = 0x4,
165 HO_INTER_BSC_IN = 0x8,
166 HO_SCOPE_ALL = 0xffff,
167};
168
169extern const struct value_string handover_scope_names[];
170inline static const char *handover_scope_name(enum handover_scope val)
171{ return get_value_string(handover_scope_names, val); }
172
173struct handover_out_req {
174 enum hodec_id from_hodec_id;
175 struct gsm_lchan *old_lchan;
176 struct neighbor_ident_key target_nik;
177 enum gsm_chan_t new_lchan_type; /*< leave GSM_LCHAN_NONE to use same as old_lchan */
178};
179
180struct handover_in_req {
181 struct gsm0808_channel_type ct;
182 struct gsm0808_speech_codec_list scl;
183 struct gsm0808_encrypt_info ei;
184 struct gsm_classmark classmark;
Neels Hofmeyrc15f6cd2019-03-15 02:48:39 +0100185 /* chosen_encr_alg reflects the encoded value as in RSL_ENC_ALG_A5(a5_numer):
186 * chosen_encr_alg == 1 means A5/0 i.e. no encryption, chosen_encr_alg == 4 means A5/3.
187 * chosen_encr_alg == 0 means no such IE was present. */
188 uint8_t chosen_encr_alg;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200189 struct gsm0808_cell_id cell_id_serving;
190 char cell_id_serving_name[64];
191 struct gsm0808_cell_id cell_id_target;
192 char cell_id_target_name[64];
193 uint16_t msc_assigned_cic;
194 char msc_assigned_rtp_addr[INET_ADDRSTRLEN];
195 uint16_t msc_assigned_rtp_port;
196};
197
198struct handover {
199 struct osmo_fsm_inst *fi;
200
201 enum hodec_id from_hodec_id;
202 enum handover_scope scope;
203 enum gsm_chan_t new_lchan_type;
204 struct neighbor_ident_key target_cell;
205
206 uint8_t ho_ref;
207 struct gsm_bts *new_bts;
208 struct gsm_lchan *new_lchan;
209 bool async;
210 struct handover_in_req inter_bsc_in;
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200211 struct osmo_mgcpc_ep_ci *created_ci_for_msc;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200212};
213
Neels Hofmeyr378a4922016-05-09 21:07:43 +0200214/* active radio connection of a mobile subscriber */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100215struct gsm_subscriber_connection {
Harald Weltea43e0b42016-06-19 18:06:02 +0200216 /* global linked list of subscriber_connections */
Holger Hans Peter Freyther79f763f2010-09-16 00:53:37 +0800217 struct llist_head entry;
218
Harald Welte3561bd42018-01-28 03:04:16 +0100219 /* FSM instance to control the subscriber connection state (RTP, A) */
220 struct osmo_fsm_inst *fi;
221
Harald Weltea43e0b42016-06-19 18:06:02 +0200222 /* libbsc subscriber information (if available) */
Neels Hofmeyr6d804b12017-02-18 22:20:46 +0100223 struct bsc_subscr *bsub;
224
Holger Hans Peter Freyther18b63f42010-03-23 07:52:17 +0100225 /* back pointers */
Neels Hofmeyr5e0b0a62016-05-09 22:33:01 +0200226 struct gsm_network *network;
227
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100228 /* the primary / currently active lchan to the BTS/subscriber. During Assignment and Handover, separate lchans
229 * are kept in the .assignment or .handover sub-structs, respectively, so that this lchan remains unaffected
230 * until Assignment or Handover have actually succeeded. */
Harald Welte4a8ebc82017-12-18 18:34:41 +0100231 struct gsm_lchan *lchan;
Harald Welte3561bd42018-01-28 03:04:16 +0100232
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100233 /* Only valid during an ongoing Assignment; might be overwritten at any time by a failed Assignment attempt.
234 * Once an Assignment was successful, all relevant state must be copied out of this sub-struct. */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200235 struct assignment_fsm_data assignment;
Holger Hans Peter Freyther77cd95d2010-11-14 16:19:48 +0100236
Neels Hofmeyr7cfdbe72019-02-06 01:30:19 +0100237 /* handover information, if a handover is pending for this conn. Valid only during an ongoing Handover
238 * operation. If a Handover was successful, all relevant state must be copied out of this sub-struct. */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200239 struct handover ho;
Holger Hans Peter Freyther77cd95d2010-11-14 16:19:48 +0100240
Neels Hofmeyr149160f2018-06-16 17:20:13 +0200241 /* Queue DTAP messages during handover/assignment (msgb_enqueue()/msgb_dequeue())*/
242 struct llist_head dtap_queue;
243 unsigned int dtap_queue_len;
Andreas Eversberg084b4212013-05-30 14:12:48 +0200244
Neels Hofmeyrec422642018-02-15 14:07:40 +0100245 struct {
Neels Hofmeyr909e9722017-12-07 03:54:01 +0100246 int failures;
Neels Hofmeyrec422642018-02-15 14:07:40 +0100247 struct penalty_timers *penalty_timers;
248 } hodec2;
Neels Hofmeyra60f3442018-02-12 16:44:32 +0100249
250 /* "Codec List (MSC Preferred)" as received by the BSSAP Assignment Request. 3GPP 48.008
251 * 3.2.2.103 says:
252 * The "Codec List (MSC Preferred)" shall not include codecs
253 * that are not supported by the MS.
254 * i.e. by heeding the "Codec list (MSC Preferred)", we inherently heed the MS bearer
255 * capabilities, which the MSC is required to translate into the codec list. */
256 struct gsm0808_speech_codec_list codec_list;
Harald Welte519c7e12018-01-28 02:45:46 +0100257
258 /* flag to prevent multiple simultaneous ciphering commands */
259 int ciphering_handled;
260
Harald Welte519c7e12018-01-28 02:45:46 +0100261 /* SCCP connection associatd with this subscriber_connection */
262 struct {
263 /* for advanced ping/pong */
264 int send_ping;
265
Martin Haukea29affd2019-11-13 22:10:41 +0100266 /* SCCP connection related */
Harald Welte519c7e12018-01-28 02:45:46 +0100267 struct bsc_msc_data *msc;
268
269 /* Sigtran connection ID */
270 int conn_id;
271 enum subscr_sccp_state state;
272 } sccp;
273
274 /* for audio handling */
275 struct {
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200276 uint16_t msc_assigned_cic;
Harald Welte519c7e12018-01-28 02:45:46 +0100277
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200278 /* RTP address where the MSC expects us to send the RTP stream coming from the BTS. */
279 char msc_assigned_rtp_addr[INET_ADDRSTRLEN];
280 uint16_t msc_assigned_rtp_port;
Harald Welte519c7e12018-01-28 02:45:46 +0100281
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200282 /* The endpoint at the MGW used to join both BTS and MSC side connections, e.g.
283 * "rtpbridge/23@mgw". */
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200284 struct osmo_mgcpc_ep *mgw_endpoint;
Harald Welte3561bd42018-01-28 03:04:16 +0100285
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200286 /* The connection identifier of the osmo_mgcpc_ep used to transceive RTP towards the MSC.
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200287 * (The BTS side CI is handled by struct gsm_lchan and the lchan_fsm.) */
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200288 struct osmo_mgcpc_ep_ci *mgw_endpoint_ci_msc;
Harald Welte519c7e12018-01-28 02:45:46 +0100289 } user_plane;
Harald Weltec997ceb2018-05-30 01:39:43 +0200290
291 /* LCLS (local call, local switch) related state */
292 struct {
293 uint8_t global_call_ref[15];
294 uint8_t global_call_ref_len; /* length of global_call_ref */
Maxfe65ece2018-11-09 13:36:11 +0100295 enum gsm0808_lcls_config config; /* TS 48.008 3.2.2.116 */
296 enum gsm0808_lcls_control control; /* TS 48.008 3.2.2.117 */
Harald Weltec997ceb2018-05-30 01:39:43 +0200297 /* LCLS FSM */
298 struct osmo_fsm_inst *fi;
299 /* pointer to "other" connection, if Call Leg Relocation was successful */
300 struct gsm_subscriber_connection *other;
301 } lcls;
Pau Espin Pedrol7950e5d2019-10-31 15:59:49 +0100302
303 /* MS Power Class, TS 05.05 sec 4.1.1 "Mobile station". 0 means unset. */
304 uint8_t ms_power_class:3;
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100305};
306
Harald Weltef142c972011-05-24 13:25:38 +0200307
Neels Hofmeyr10485162018-02-13 23:22:03 +0100308/* 16 is the max. number of SI2quater messages according to 3GPP TS 44.018 Table 10.5.2.33b.1:
309 4-bit index is used (2#1111 = 10#15) */
310#define SI2Q_MAX_NUM 16
311/* length in bits (for single SI2quater message) */
312#define SI2Q_MAX_LEN 160
313#define SI2Q_MIN_LEN 18
314
315struct osmo_bsc_data;
316
317struct osmo_bsc_sccp_con;
318
319/* Channel Request reason */
320enum gsm_chreq_reason_t {
321 GSM_CHREQ_REASON_EMERG,
322 GSM_CHREQ_REASON_PAG,
323 GSM_CHREQ_REASON_CALL,
324 GSM_CHREQ_REASON_LOCATION_UPD,
325 GSM_CHREQ_REASON_OTHER,
326 GSM_CHREQ_REASON_PDCH,
327};
328
329/* lchans 0..3 are SDCCH in combined channel configuration,
330 use 4 as magic number for BCCH hack - see osmo-bts-../oml.c:opstart_compl() */
331#define CCCH_LCHAN 4
332
333#define TRX_NR_TS 8
334#define TS_MAX_LCHAN 8
335
336#define HARDCODED_ARFCN 123
337#define HARDCODED_BSIC 0x3f /* NCC = 7 / BCC = 7 */
338
339/* for multi-drop config */
340#define HARDCODED_BTS0_TS 1
341#define HARDCODED_BTS1_TS 6
342#define HARDCODED_BTS2_TS 11
343
344#define MAX_VERSION_LENGTH 64
345
Neels Hofmeyr10485162018-02-13 23:22:03 +0100346enum gsm_hooks {
347 GSM_HOOK_NM_SWLOAD,
348 GSM_HOOK_RR_PAGING,
349 GSM_HOOK_RR_SECURITY,
350};
351
Neels Hofmeyr10485162018-02-13 23:22:03 +0100352enum bts_gprs_mode {
353 BTS_GPRS_NONE = 0,
354 BTS_GPRS_GPRS = 1,
355 BTS_GPRS_EGPRS = 2,
356};
357
358struct gsm_lchan;
359struct osmo_rtp_socket;
360struct rtp_socket;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100361
362/* Network Management State */
363struct gsm_nm_state {
364 uint8_t operational;
365 uint8_t administrative;
366 uint8_t availability;
367};
368
369struct gsm_abis_mo {
370 uint8_t obj_class;
371 uint8_t procedure_pending;
372 struct abis_om_obj_inst obj_inst;
373 const char *name;
374 struct gsm_nm_state nm_state;
375 struct tlv_parsed *nm_attr;
376 struct gsm_bts *bts;
377};
378
379/* Ericsson OM2000 Managed Object */
380struct abis_om2k_mo {
381 uint8_t class;
382 uint8_t bts;
383 uint8_t assoc_so;
384 uint8_t inst;
385} __attribute__ ((packed));
386
387struct om2k_mo {
388 struct abis_om2k_mo addr;
389 struct osmo_fsm_inst *fsm;
390};
391
392#define A38_XOR_MIN_KEY_LEN 12
393#define A38_XOR_MAX_KEY_LEN 16
394#define A38_COMP128_KEY_LEN 16
395#define RSL_ENC_ALG_A5(x) (x+1)
Neels Hofmeyr19ec3742020-07-08 02:58:52 +0200396/* Up to 16 SI2quater are multiplexed; each fits 3 EARFCNS, so the practical maximum is 3*16.
397 * The real maximum that fits in a total of 16 SI2quater rest octets also depends on the bits left by other SI2quater
398 * rest octets elements, so to really fit 48 EARFCNs most other SI2quater elements need to be omitted. */
399#define MAX_EARFCN_LIST (3*16)
Neels Hofmeyr10485162018-02-13 23:22:03 +0100400
401/* is the data link established? who established it? */
402#define LCHAN_SAPI_UNUSED 0
403#define LCHAN_SAPI_MS 1
404#define LCHAN_SAPI_NET 2
Neels Hofmeyr10485162018-02-13 23:22:03 +0100405
406/* BTS ONLY */
407#define MAX_NUM_UL_MEAS 104
408#define LC_UL_M_F_L1_VALID (1 << 0)
409#define LC_UL_M_F_RES_VALID (1 << 1)
410
411struct bts_ul_meas {
412 /* BER in units of 0.01%: 10.000 == 100% ber, 0 == 0% ber */
413 uint16_t ber10k;
414 /* timing advance offset (in quarter bits) */
415 int16_t ta_offs_qbits;
416 /* C/I ratio in dB */
417 float c_i;
418 /* flags */
419 uint8_t is_sub:1;
420 /* RSSI in dBm * -1 */
421 uint8_t inv_rssi;
422};
423
424struct bts_codec_conf {
425 uint8_t hr;
426 uint8_t efr;
427 uint8_t amr;
428};
429
430struct amr_mode {
431 uint8_t mode;
432 uint8_t threshold;
433 uint8_t hysteresis;
434};
435
436struct amr_multirate_conf {
437 uint8_t gsm48_ie[2];
438 struct amr_mode ms_mode[4];
439 struct amr_mode bts_mode[4];
440 uint8_t num_modes;
441};
442/* /BTS ONLY */
443
444enum lchan_csd_mode {
445 LCHAN_CSD_M_NT,
446 LCHAN_CSD_M_T_1200_75,
447 LCHAN_CSD_M_T_600,
448 LCHAN_CSD_M_T_1200,
449 LCHAN_CSD_M_T_2400,
450 LCHAN_CSD_M_T_9600,
451 LCHAN_CSD_M_T_14400,
452 LCHAN_CSD_M_T_29000,
453 LCHAN_CSD_M_T_32000,
454};
455
456/* State of the SAPIs in the lchan */
457enum lchan_sapi_state {
458 LCHAN_SAPI_S_NONE,
459 LCHAN_SAPI_S_REQ,
460 LCHAN_SAPI_S_ASSIGNED,
461 LCHAN_SAPI_S_REL,
462 LCHAN_SAPI_S_ERROR,
463};
464
Neels Hofmeyr92b9f2e2018-02-14 00:19:11 +0100465#define MAX_A5_KEY_LEN (128/8)
466
467struct gsm_encr {
468 uint8_t alg_id;
469 uint8_t key_len;
470 uint8_t key[MAX_A5_KEY_LEN];
471};
472
Neels Hofmeyr8da22332018-04-11 01:43:41 +0200473#define LOGPLCHAN(lchan, ss, level, fmt, args...) \
474 LOGP(ss, level, "%s (ss=%d,%s) (%s) " fmt, \
475 lchan ? gsm_ts_and_pchan_name(lchan->ts) : "-", \
476 lchan ? lchan->nr : 0, \
477 lchan ? gsm_lchant_name(lchan->type) : "-", \
478 bsc_subscr_name(lchan && lchan->conn ? lchan->conn->bsub : NULL), \
479 ## args)
480
Pau Espin Pedrold3e8e0c2018-11-28 16:35:10 +0100481/* Iterate lchans that have an FSM allocated based based on explicit pchan kind
482 * (GSM_PCHAN_* constant).
483 * Remark: PDCH related lchans are not handled in BSC but in PCU, so trying to
484 * iterate through GSM_PCHAN_PDCH is considered a void loop.
485 */
486#define ts_as_pchan_for_each_lchan(lchan, ts, as_pchan) \
487 for (lchan = (ts)->lchan; \
488 ((lchan - (ts)->lchan) < ARRAY_SIZE((ts)->lchan)) \
489 && lchan->fi \
490 && lchan->nr < pchan_subslots(as_pchan); \
491 lchan++)
492
Pau Espin Pedrol7ae0f9c2018-11-28 16:37:37 +0100493/* Iterate lchans that have an FSM allocated based on current PCHAN
494 * mode set in \ref ts.
495 * usage:
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200496 * struct gsm_lchan *lchan;
497 * struct gsm_bts_trx_ts *ts = get_some_timeslot();
498 * ts_for_each_lchan(lchan, ts) {
499 * LOGPLCHAN(DMAIN, LOGL_DEBUG, "hello world\n");
500 * }
Pau Espin Pedrol7ae0f9c2018-11-28 16:37:37 +0100501 */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200502#define ts_for_each_lchan(lchan, ts) ts_as_pchan_for_each_lchan(lchan, ts, (ts)->pchan_is)
503
Pau Espin Pedrol0ba20df2018-11-28 16:39:29 +0100504/* Iterate over all possible lchans available that have an FSM allocated based
505 * on PCHAN \ref ts (dynamic) configuration.
506 * Iterate all lchan instances set up by this \ref ts type, including those
507 * lchans currently disabled or in process of being enabled (e.g. due to dynamic
508 * timeslot in switchover). Compare ts_for_each_lchan(), which iterates only the
509 * enabled lchans.
510 * For example, it is useful in case dynamic timeslot \ref ts is in process of
511 * switching from configuration PDCH (no lchans) to TCH_F (1 lchan), where
512 * pchan_is is still set to PDCH but \ref ts may contain already an \ref lchan
513 * of type TCH_F which initiated the request to switch the \ts configuration.
514 */
515#define ts_for_each_potential_lchan(lchan, ts) ts_as_pchan_for_each_lchan(lchan, ts, (ts)->pchan_on_init)
516
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200517enum lchan_activate_mode {
518 FOR_NONE,
519 FOR_MS_CHANNEL_REQUEST,
520 FOR_ASSIGNMENT,
521 FOR_HANDOVER,
522 FOR_VTY,
523};
524
525extern const struct value_string lchan_activate_mode_names[];
526static inline const char *lchan_activate_mode_name(enum lchan_activate_mode activ_for)
527{ return get_value_string(lchan_activate_mode_names, activ_for); }
528
Neels Hofmeyr700e5182018-12-19 17:19:02 +0100529struct lchan_activate_info {
530 enum lchan_activate_mode activ_for;
531 struct gsm_subscriber_connection *for_conn;
532 /* This always is for a specific lchan, so its lchan->type indicates full or half rate.
533 * When a dyn TS was selected, the lchan->type has been set to the desired rate. */
534 enum gsm48_chan_mode chan_mode;
Neels Hofmeyr58cf1b12019-03-15 02:49:18 +0100535 struct gsm_encr encr;
Neels Hofmeyr38134ea2018-12-21 03:01:00 +0100536 /* AMR config */
Neels Hofmeyr700e5182018-12-19 17:19:02 +0100537 uint16_t s15_s0;
538 bool requires_voice_stream;
539 bool wait_before_switching_rtp; /*< true = requires LCHAN_EV_READY_TO_SWITCH_RTP */
540 uint16_t msc_assigned_cic;
Neels Hofmeyr38134ea2018-12-21 03:01:00 +0100541 /* During intra-BSC handover, we keep the MGW endpoint intact and just re-route to the new lchan. This
542 * 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 +0100543 struct gsm_lchan *re_use_mgw_endpoint_from_lchan;
544};
545
Neels Hofmeyr10485162018-02-13 23:22:03 +0100546struct gsm_lchan {
547 /* The TS that we're part of */
548 struct gsm_bts_trx_ts *ts;
549 /* The logical subslot number in the TS */
550 uint8_t nr;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200551 char *name;
552
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100553 char *last_error;
554
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200555 struct osmo_fsm_inst *fi;
Neels Hofmeyrac85b342018-07-12 21:23:26 +0200556 struct osmo_fsm_inst *fi_rtp;
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +0200557 struct osmo_mgcpc_ep_ci *mgw_endpoint_ci_bts;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200558
559 struct {
Neels Hofmeyr700e5182018-12-19 17:19:02 +0100560 struct lchan_activate_info info;
Neels Hofmeyrac85b342018-07-12 21:23:26 +0200561 bool activ_ack; /*< true as soon as RSL Chan Activ Ack is received */
Neels Hofmeyr369fba22018-11-27 01:30:50 +0100562 bool immediate_assignment_sent;
Neels Hofmeyr193c1e32018-08-27 22:06:24 +0200563 /*! This flag ensures that when an lchan activation has succeeded, and we have already
564 * sent ACKs like Immediate Assignment or BSSMAP Assignment Complete, and if other errors
565 * occur later, e.g. during release, that we don't send a NACK out of context. */
566 bool concluded;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200567 enum gsm0808_cause gsm0808_error_cause;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200568 } activate;
569
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100570 struct {
571 /* If an event to release the lchan comes in while still waiting for responses, just mark this
572 * flag, so that the lchan will gracefully release at the next sensible junction. */
573 bool requested;
574 bool do_rr_release;
Neels Hofmeyrb523f542020-07-09 15:54:40 +0200575 enum gsm48_rr_cause rr_cause;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200576
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100577 /* There is an RSL error cause of value 0, so we need a separate flag. */
578 bool in_error;
579 /* RSL error code, RSL_ERR_* */
580 uint8_t rsl_error_cause;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200581
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100582 /* If a release event is being handled, ignore other ricocheting release events until that
583 * release handling has concluded. */
584 bool in_release_handler;
Harald Welte963763d2019-02-03 12:11:12 +0100585
586 /* is this release at the end of a CSFB call? */
587 bool is_csfb;
Neels Hofmeyreee24eb2018-11-06 21:39:15 +0100588 } release;
Neels Hofmeyrd5df9a12018-07-20 05:35:47 +0200589
Neels Hofmeyr10485162018-02-13 23:22:03 +0100590 /* The logical channel type */
591 enum gsm_chan_t type;
592 /* RSL channel mode */
593 enum rsl_cmod_spd rsl_cmode;
594 /* If TCH, traffic channel mode */
595 enum gsm48_chan_mode tch_mode;
596 enum lchan_csd_mode csd_mode;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100597 /* Power levels for MS and BTS */
598 uint8_t bs_power;
599 uint8_t ms_power;
600 /* Encryption information */
601 struct gsm_encr encr;
602
603 /* AMR bits */
604 uint8_t mr_ms_lv[7];
605 uint8_t mr_bts_lv[7];
Neels Hofmeyr4daa2102019-01-30 16:46:58 +0100606 /* AMR bits were based on these rate bits: */
607 uint16_t s15_s0;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100608
609 /* Established data link layer services */
610 uint8_t sapis[8];
611
612 struct {
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200613 uint32_t bound_ip; /*< where the BTS receives RTP */
Neels Hofmeyr10485162018-02-13 23:22:03 +0100614 uint16_t bound_port;
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200615 uint32_t connect_ip; /*< where the BTS sends RTP to (MGW) */
Neels Hofmeyr10485162018-02-13 23:22:03 +0100616 uint16_t connect_port;
617 uint16_t conn_id;
618 uint8_t rtp_payload;
619 uint8_t rtp_payload2;
620 uint8_t speech_mode;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100621
622 /* info we need to postpone the AoIP
623 * assignment completed message */
624 struct {
625 uint8_t rr_cause;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100626 bool valid;
627 } ass_compl;
628 } abis_ip;
629
630 uint8_t rqd_ta;
631
Neels Hofmeyr10485162018-02-13 23:22:03 +0100632 /* table of neighbor cell measurements */
633 struct neigh_meas_proc neigh_meas[MAX_NEIGH_MEAS];
634
635 /* cache of last measurement reports on this lchan */
636 struct gsm_meas_rep meas_rep[MAX_MEAS_REP];
637 int meas_rep_idx;
638 int meas_rep_count;
Neels Hofmeyr35ba85c2018-02-12 16:47:40 +0100639 uint8_t meas_rep_last_seen_nr;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100640
641 /* GSM Random Access data */
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200642 /* TODO: don't allocate this, rather keep an "is_present" flag */
Neels Hofmeyr10485162018-02-13 23:22:03 +0100643 struct gsm48_req_ref *rqd_ref;
644
645 struct gsm_subscriber_connection *conn;
Philipp Maierbb66d102019-01-22 11:29:06 +0100646
647 /* Depending on the preferences that where submitted together with
648 * the assignment and the current channel load, the BSC has to select
649 * one of the offered codec/rates. The final selection by the BSC is
650 * stored here and is used when sending the assignment complete or
651 * when performing a handover procedure. */
652 struct channel_mode_and_rate ch_mode_rate;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100653};
654
Neels Hofmeyr10485162018-02-13 23:22:03 +0100655/* One Timeslot in a TRX */
656struct gsm_bts_trx_ts {
657 struct gsm_bts_trx *trx;
658 /* number of this timeslot at the TRX */
659 uint8_t nr;
660
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200661 struct osmo_fsm_inst *fi;
662 char *last_errmsg;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100663
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200664 /* vty phys_chan_config setting, not necessarily in effect in case it was changed in the telnet
665 * vty after OML activation. Gets written on vty 'write file'. */
666 enum gsm_phys_chan_config pchan_from_config;
667 /* When the timeslot OML is established, pchan_from_config is copied here. This is the pchan
668 * currently in effect; for dynamic ts, this is the dyn kind (GSM_PCHAN_TCH_F_TCH_H_PDCH or
669 * GSM_PCHAN_TCH_F_PDCH) and does not show the pchan type currently active. */
670 enum gsm_phys_chan_config pchan_on_init;
671 /* This is the *actual* pchan type currently active. For dynamic timeslots, this reflects either
672 * GSM_PCHAN_NONE or one of the standard GSM_PCHAN_TCH_F, GSM_PCHAN_TCH_H, GSM_PCHAN_PDCH.
673 * Callers can use this transparently without being aware of dyn ts. */
674 enum gsm_phys_chan_config pchan_is;
Neels Hofmeyr10485162018-02-13 23:22:03 +0100675
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200676 /* After a PDCH ACT NACK, we shall not infinitely loop to try and ACT again.
677 * Also marks a timeslot where PDCH was deactivated by VTY. This is cleared whenever a timeslot
678 * enters IN_USE state, i.e. after each TCH use we try to PDCH ACT once again. */
679 bool pdch_act_allowed;
680
Neels Hofmeyrbcdbfb72018-07-26 20:33:15 +0200681 /* Whether TS_EV_OML_READY was received */
682 bool is_oml_ready;
683 /* Whether TS_EV_RSL_READY was received */
684 bool is_rsl_ready;
685
Neels Hofmeyr10485162018-02-13 23:22:03 +0100686 struct gsm_abis_mo mo;
687 struct tlv_parsed nm_attr;
688 uint8_t nm_chan_comb;
689 int tsc; /* -1 == use BTS TSC */
690
691 struct {
692 /* Parameters below are configured by VTY */
693 int enabled;
694 uint8_t maio;
695 uint8_t hsn;
696 struct bitvec arfcns;
697 uint8_t arfcns_data[1024/8];
698 /* This is the pre-computed MA for channel assignments */
699 struct bitvec ma;
700 uint8_t ma_len; /* part of ma_data that is used */
701 uint8_t ma_data[8]; /* 10.5.2.21: max 8 bytes value part */
702 } hopping;
703
704 /* To which E1 subslot are we connected */
705 struct gsm_e1_subslot e1_link;
706
707 union {
708 struct {
709 struct om2k_mo om2k_mo;
710 } rbs2000;
711 };
712
713 struct gsm_lchan lchan[TS_MAX_LCHAN];
714};
715
716/* One TRX in a BTS */
717struct gsm_bts_trx {
718 /* list header in bts->trx_list */
719 struct llist_head list;
720
721 struct gsm_bts *bts;
722 /* number of this TRX in the BTS */
723 uint8_t nr;
724 /* human readable name / description */
725 char *description;
726 /* how do we talk RSL with this TRX? */
727 struct gsm_e1_subslot rsl_e1_link;
728 uint8_t rsl_tei;
729 struct e1inp_sign_link *rsl_link;
730
731 /* Timeout for initiating the RSL connection. */
732 struct osmo_timer_list rsl_connect_timeout;
733
734 /* Some BTS (specifically Ericsson RBS) have a per-TRX OML Link */
735 struct e1inp_sign_link *oml_link;
736
737 struct gsm_abis_mo mo;
738 struct tlv_parsed nm_attr;
739 struct {
740 struct gsm_abis_mo mo;
741 } bb_transc;
742
743 uint16_t arfcn;
744 int nominal_power; /* in dBm */
745 unsigned int max_power_red; /* in actual dB */
746
747 union {
748 struct {
749 struct {
750 struct gsm_abis_mo mo;
751 } bbsig;
752 struct {
753 struct gsm_abis_mo mo;
754 } pa;
755 } bs11;
756 struct {
757 unsigned int test_state;
758 uint8_t test_nr;
759 struct rxlev_stats rxlev_stat;
760 } ipaccess;
761 struct {
762 struct {
763 struct om2k_mo om2k_mo;
764 } trxc;
765 struct {
766 struct om2k_mo om2k_mo;
767 } rx;
768 struct {
769 struct om2k_mo om2k_mo;
770 } tx;
771 } rbs2000;
772 };
773 struct gsm_bts_trx_ts ts[TRX_NR_TS];
774};
775
Neels Hofmeyr10485162018-02-13 23:22:03 +0100776#define GSM_LCHAN_SI(lchan, i) (void *)((lchan)->si.buf[i][0])
777
Neels Hofmeyr10485162018-02-13 23:22:03 +0100778/*
779 * This keeps track of the paging status of one BTS. It
780 * includes a number of pending requests, a back pointer
781 * to the gsm_bts, a timer and some more state.
782 */
783struct gsm_bts_paging_state {
784 /* pending requests */
785 struct llist_head pending_requests;
786 struct gsm_bts *bts;
787
788 struct osmo_timer_list work_timer;
789 struct osmo_timer_list credit_timer;
790
791 /* free chans needed */
792 int free_chans_need;
793
794 /* load */
795 uint16_t available_slots;
796};
797
798struct gsm_envabtse {
799 struct gsm_abis_mo mo;
800};
801
802struct gsm_bts_gprs_nsvc {
803 struct gsm_bts *bts;
804 /* data read via VTY config file, to configure the BTS
805 * via OML from BSC */
806 int id;
807 uint16_t nsvci;
808 uint16_t local_port; /* on the BTS */
809 uint16_t remote_port; /* on the SGSN */
810 uint32_t remote_ip; /* on the SGSN */
811
812 struct gsm_abis_mo mo;
813};
814
815enum gprs_rlc_par {
816 RLC_T3142,
817 RLC_T3169,
818 RLC_T3191,
819 RLC_T3193,
820 RLC_T3195,
821 RLC_N3101,
822 RLC_N3103,
823 RLC_N3105,
824 CV_COUNTDOWN,
825 T_DL_TBF_EXT, /* ms */
826 T_UL_TBF_EXT, /* ms */
827 _NUM_RLC_PAR
828};
829
830enum gprs_cs {
831 GPRS_CS1,
832 GPRS_CS2,
833 GPRS_CS3,
834 GPRS_CS4,
835 GPRS_MCS1,
836 GPRS_MCS2,
837 GPRS_MCS3,
838 GPRS_MCS4,
839 GPRS_MCS5,
840 GPRS_MCS6,
841 GPRS_MCS7,
842 GPRS_MCS8,
843 GPRS_MCS9,
844 _NUM_GRPS_CS
845};
846
847struct gprs_rlc_cfg {
848 uint16_t parameter[_NUM_RLC_PAR];
849 struct {
850 uint16_t repeat_time; /* ms */
851 uint8_t repeat_count;
852 } paging;
853 uint32_t cs_mask; /* bitmask of gprs_cs */
854 uint8_t initial_cs;
855 uint8_t initial_mcs;
856};
857
858
859enum neigh_list_manual_mode {
860 NL_MODE_AUTOMATIC = 0,
861 NL_MODE_MANUAL = 1,
862 NL_MODE_MANUAL_SI5SEP = 2, /* SI2 and SI5 have separate neighbor lists */
863};
864
865enum bts_loc_fix {
866 BTS_LOC_FIX_INVALID = 0,
867 BTS_LOC_FIX_2D = 1,
868 BTS_LOC_FIX_3D = 2,
869};
870
871extern const struct value_string bts_loc_fix_names[];
872
873struct bts_location {
874 struct llist_head list;
875 time_t tstamp;
876 enum bts_loc_fix valid;
877 double lat;
878 double lon;
879 double height;
880};
881
882/* Channel load counter */
883struct load_counter {
884 unsigned int total;
885 unsigned int used;
886};
887
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100888/* Useful to track N-N relations between BTS, for example neighbors. */
889struct gsm_bts_ref {
890 struct llist_head entry;
891 struct gsm_bts *bts;
892};
893
Harald Welted41b7c72019-06-13 09:41:58 +0200894/* A single Page of a SMSCB message */
895struct bts_smscb_page {
896 /* SMSCB message we're part of */
897 struct bts_smscb_message *msg;
898 /* Page Number within message (1 to 15) */
899 uint8_t nr;
900 /* number of valid blocks in data (up to 4) */
901 uint8_t num_blocks;
902 /* up to four blocks of 22 bytes each */
903 uint8_t data[88];
904};
905
906/* A SMSCB message (received from CBSP) */
907struct bts_smscb_message {
908 /* entry in bts_smscb_chan_state.messages */
909 struct llist_head list;
910 struct {
911 /* input data from CBSP (CBC) side */
912 uint16_t msg_id;
913 uint16_t serial_nr;
914 enum cbsp_category category;
915 uint16_t rep_period;
916 uint16_t num_bcast_req;
917 uint8_t dcs;
918 } input;
919 /* how often have all pages of this message been broadcast? */
920 uint32_t bcast_count;
921 /* actual page data of this message */
922 uint8_t num_pages; /* up to 15 */
923 struct bts_smscb_page page[15];
924};
925
926/* per-channel (basic/extended) CBCH state for a single BTS */
927struct bts_smscb_chan_state {
928 /* back-pointer to BTS */
929 struct gsm_bts *bts;
930 /* list of bts_smscb_message */
931 struct llist_head messages;
932 /* scheduling array; pointer of SMSCB pages */
933 struct bts_smscb_page **sched_arr;
934 size_t sched_arr_size;
935 /* index of the next to be transmitted page into the scheduler array */
936 size_t next_idx;
937 /* number of messages we have to pause due to overflow */
938 uint8_t overflow;
939};
940
Oliver Smithba0a1222020-03-18 12:39:30 +0100941struct bts_oml_fail_rep {
942 struct llist_head list;
943 time_t time;
944 struct msgb *mb;
945};
946
Oliver Smith8d8d7102018-10-23 15:35:43 +0200947/* One rejected BTS */
948struct gsm_bts_rejected {
949 /* list header in net->bts_rejected */
950 struct llist_head list;
951
952 uint16_t site_id;
953 uint16_t bts_id;
954 char ip[INET6_ADDRSTRLEN];
955 time_t time;
956};
Neels Hofmeyr10485162018-02-13 23:22:03 +0100957
Neels Hofmeyr958f2592018-05-27 01:26:31 +0200958struct gsm_network *gsm_network_init(void *ctx);
959
Neels Hofmeyr6d568ed2018-07-09 16:49:18 +0200960struct gsm_bts *gsm_bts_num(const struct gsm_network *net, int num);
Neels Hofmeyr19bed232018-03-22 04:54:57 +0100961struct gsm_bts *gsm_bts_by_cell_id(const struct gsm_network *net,
962 const struct gsm0808_cell_id *cell_id,
963 int match_idx);
Neels Hofmeyr10485162018-02-13 23:22:03 +0100964
965struct gsm_bts_trx *gsm_bts_trx_alloc(struct gsm_bts *bts);
966struct gsm_bts_trx *gsm_bts_trx_num(const struct gsm_bts *bts, int num);
967
Neels Hofmeyr10485162018-02-13 23:22:03 +0100968extern const struct value_string gsm_chreq_descs[];
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200969extern const struct value_string gsm_pchant_names[];
970extern const struct value_string gsm_pchant_descs[];
971extern const struct value_string gsm_pchan_ids[];
Neels Hofmeyr10485162018-02-13 23:22:03 +0100972const char *gsm_pchan_name(enum gsm_phys_chan_config c);
Neels Hofmeyr31f525e2018-05-14 18:14:15 +0200973static inline const char *gsm_pchan_id(enum gsm_phys_chan_config c)
974{ return get_value_string(gsm_pchan_ids, c); }
Neels Hofmeyr10485162018-02-13 23:22:03 +0100975enum gsm_phys_chan_config gsm_pchan_parse(const char *name);
976const char *gsm_lchant_name(enum gsm_chan_t c);
977const char *gsm_chreq_name(enum gsm_chreq_reason_t c);
978char *gsm_trx_name(const struct gsm_bts_trx *trx);
979char *gsm_ts_name(const struct gsm_bts_trx_ts *ts);
980char *gsm_ts_and_pchan_name(const struct gsm_bts_trx_ts *ts);
981char *gsm_lchan_name_compute(const struct gsm_lchan *lchan);
Neels Hofmeyr10485162018-02-13 23:22:03 +0100982
983static inline char *gsm_lchan_name(const struct gsm_lchan *lchan)
984{
985 return lchan->name;
986}
987
Neels Hofmeyr10485162018-02-13 23:22:03 +0100988void gsm_abis_mo_reset(struct gsm_abis_mo *mo);
Pau Espin Pedrol388ed582020-07-15 20:53:16 +0200989void gsm_mo_init(struct gsm_abis_mo *mo, struct gsm_bts *bts,
990 uint8_t obj_class, uint8_t p1, uint8_t p2, uint8_t p3);
Neels Hofmeyr10485162018-02-13 23:22:03 +0100991
992struct gsm_nm_state *
993gsm_objclass2nmstate(struct gsm_bts *bts, uint8_t obj_class,
994 const struct abis_om_obj_inst *obj_inst);
995void *
996gsm_objclass2obj(struct gsm_bts *bts, uint8_t obj_class,
997 const struct abis_om_obj_inst *obj_inst);
998
Neels Hofmeyr10485162018-02-13 23:22:03 +0100999uint8_t gsm_pchan2chan_nr(enum gsm_phys_chan_config pchan,
1000 uint8_t ts_nr, uint8_t lchan_nr);
1001uint8_t gsm_lchan2chan_nr(const struct gsm_lchan *lchan);
1002uint8_t gsm_lchan_as_pchan2chan_nr(const struct gsm_lchan *lchan,
1003 enum gsm_phys_chan_config as_pchan);
1004
Harald Welte251bec12018-09-09 17:14:09 +02001005void gsm48_lchan2chan_desc(struct gsm48_chan_desc *cd,
1006 const struct gsm_lchan *lchan);
Harald Welte24286f32018-09-09 17:17:44 +02001007void gsm48_lchan2chan_desc_as_configured(struct gsm48_chan_desc *cd, const struct gsm_lchan *lchan);
Harald Welte251bec12018-09-09 17:14:09 +02001008
Pau Espin Pedrol388ed582020-07-15 20:53:16 +02001009uint8_t gsm_ts_tsc(const struct gsm_bts_trx_ts *ts);
Neels Hofmeyr10485162018-02-13 23:22:03 +01001010
1011struct gsm_lchan *rsl_lchan_lookup(struct gsm_bts_trx *trx, uint8_t chan_nr,
1012 int *rc);
1013
1014enum gsm_phys_chan_config ts_pchan(struct gsm_bts_trx_ts *ts);
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001015uint8_t pchan_subslots(enum gsm_phys_chan_config pchan);
Neels Hofmeyr10485162018-02-13 23:22:03 +01001016bool ts_is_tch(struct gsm_bts_trx_ts *ts);
1017
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01001018
Pau Espin Pedrol388ed582020-07-15 20:53:16 +02001019struct gsm_bts *conn_get_bts(struct gsm_subscriber_connection *conn);
Harald Welteb7948872017-12-18 18:48:21 +01001020
Pau Espin Pedrol7950e5d2019-10-31 15:59:49 +01001021void conn_update_ms_power_class(struct gsm_subscriber_connection *conn, uint8_t power_class);
1022void lchan_update_ms_power_ctrl_level(struct gsm_lchan *lchan, int ms_power_dbm);
1023
Stefan Sperling81dc9e72018-02-05 17:34:36 +01001024enum {
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001025 BSC_CTR_ASSIGNMENT_ATTEMPTED,
1026 BSC_CTR_ASSIGNMENT_COMPLETED,
1027 BSC_CTR_ASSIGNMENT_STOPPED,
1028 BSC_CTR_ASSIGNMENT_NO_CHANNEL,
1029 BSC_CTR_ASSIGNMENT_TIMEOUT,
1030 BSC_CTR_ASSIGNMENT_FAILED,
1031 BSC_CTR_ASSIGNMENT_ERROR,
Alexander Couzensb847a212016-08-02 11:34:11 +02001032 BSC_CTR_HANDOVER_ATTEMPTED,
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001033 BSC_CTR_HANDOVER_COMPLETED,
1034 BSC_CTR_HANDOVER_STOPPED,
Alexander Couzensb847a212016-08-02 11:34:11 +02001035 BSC_CTR_HANDOVER_NO_CHANNEL,
1036 BSC_CTR_HANDOVER_TIMEOUT,
Alexander Couzensb847a212016-08-02 11:34:11 +02001037 BSC_CTR_HANDOVER_FAILED,
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001038 BSC_CTR_HANDOVER_ERROR,
1039 BSC_CTR_INTER_BSC_HO_OUT_ATTEMPTED,
1040 BSC_CTR_INTER_BSC_HO_OUT_COMPLETED,
1041 BSC_CTR_INTER_BSC_HO_OUT_STOPPED,
1042 BSC_CTR_INTER_BSC_HO_OUT_TIMEOUT,
1043 BSC_CTR_INTER_BSC_HO_OUT_ERROR,
1044 BSC_CTR_INTER_BSC_HO_IN_ATTEMPTED,
1045 BSC_CTR_INTER_BSC_HO_IN_COMPLETED,
1046 BSC_CTR_INTER_BSC_HO_IN_STOPPED,
1047 BSC_CTR_INTER_BSC_HO_IN_NO_CHANNEL,
1048 BSC_CTR_INTER_BSC_HO_IN_FAILED,
1049 BSC_CTR_INTER_BSC_HO_IN_TIMEOUT,
1050 BSC_CTR_INTER_BSC_HO_IN_ERROR,
Alexander Couzensb847a212016-08-02 11:34:11 +02001051 BSC_CTR_PAGING_ATTEMPTED,
1052 BSC_CTR_PAGING_DETACHED,
Harald Weltecf9d4312017-12-13 23:17:16 +01001053 BSC_CTR_PAGING_RESPONDED,
Alexander Chemeris43def742020-05-16 18:49:59 +03001054 BSC_CTR_PAGING_NO_ACTIVE_PAGING,
Stefan Sperling7926d982018-05-17 14:52:02 +02001055 BSC_CTR_UNKNOWN_UNIT_ID,
Neels Hofmeyr1c963eb2020-06-16 12:08:39 +02001056 BSC_CTR_MSCPOOL_SUBSCR_NO_MSC,
1057 BSC_CTR_MSCPOOL_EMERG_FORWARDED,
1058 BSC_CTR_MSCPOOL_EMERG_LOST,
Alexander Couzensb847a212016-08-02 11:34:11 +02001059};
1060
1061static const struct rate_ctr_desc bsc_ctr_description[] = {
Neels Hofmeyrdbb38d52018-07-11 19:53:56 +02001062 [BSC_CTR_ASSIGNMENT_ATTEMPTED] = {"assignment:attempted", "Assignment attempts."},
1063 [BSC_CTR_ASSIGNMENT_COMPLETED] = {"assignment:completed", "Assignment completed."},
1064 [BSC_CTR_ASSIGNMENT_STOPPED] = {"assignment:stopped", "Connection ended during Assignment."},
1065 [BSC_CTR_ASSIGNMENT_NO_CHANNEL] = {"assignment:no_channel", "Failure to allocate lchan for Assignment."},
1066 [BSC_CTR_ASSIGNMENT_TIMEOUT] = {"assignment:timeout", "Assignment timed out."},
1067 [BSC_CTR_ASSIGNMENT_FAILED] = {"assignment:failed", "Received Assignment Failure message."},
Martin Haukea29affd2019-11-13 22:10:41 +01001068 [BSC_CTR_ASSIGNMENT_ERROR] = {"assignment:error", "Assignment failed for other reason."},
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001069
1070 [BSC_CTR_HANDOVER_ATTEMPTED] = {"handover:attempted", "Intra-BSC handover attempts."},
1071 [BSC_CTR_HANDOVER_COMPLETED] = {"handover:completed", "Intra-BSC handover completed."},
1072 [BSC_CTR_HANDOVER_STOPPED] = {"handover:stopped", "Connection ended during HO."},
1073 [BSC_CTR_HANDOVER_NO_CHANNEL] = {"handover:no_channel", "Failure to allocate lchan for HO."},
1074 [BSC_CTR_HANDOVER_TIMEOUT] = {"handover:timeout", "Handover timed out."},
1075 [BSC_CTR_HANDOVER_FAILED] = {"handover:failed", "Received Handover Fail messages."},
Martin Haukea29affd2019-11-13 22:10:41 +01001076 [BSC_CTR_HANDOVER_ERROR] = {"handover:error", "Re-assignment failed for other reason."},
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001077
1078 [BSC_CTR_INTER_BSC_HO_OUT_ATTEMPTED] = {"interbsc_ho_out:attempted",
1079 "Attempts to handover to remote BSS."},
1080 [BSC_CTR_INTER_BSC_HO_OUT_COMPLETED] = {"interbsc_ho_out:completed",
1081 "Handover to remote BSS completed."},
1082 [BSC_CTR_INTER_BSC_HO_OUT_STOPPED] = {"interbsc_ho_out:stopped", "Connection ended during HO."},
1083 [BSC_CTR_INTER_BSC_HO_OUT_TIMEOUT] = {"interbsc_ho_out:timeout", "Handover timed out."},
1084 [BSC_CTR_INTER_BSC_HO_OUT_ERROR] = {"interbsc_ho_out:error",
1085 "Handover to remote BSS failed for other reason."},
1086
1087 [BSC_CTR_INTER_BSC_HO_IN_ATTEMPTED] = {"interbsc_ho_in:attempted",
1088 "Attempts to handover from remote BSS."},
1089 [BSC_CTR_INTER_BSC_HO_IN_COMPLETED] = {"interbsc_ho_in:completed",
1090 "Handover from remote BSS completed."},
1091 [BSC_CTR_INTER_BSC_HO_IN_STOPPED] = {"interbsc_ho_in:stopped", "Connection ended during HO."},
1092 [BSC_CTR_INTER_BSC_HO_IN_NO_CHANNEL] = {"interbsc_ho_in:no_channel",
1093 "Failure to allocate lchan for HO."},
1094 [BSC_CTR_INTER_BSC_HO_IN_TIMEOUT] = {"interbsc_ho_in:timeout", "Handover from remote BSS timed out."},
1095 [BSC_CTR_INTER_BSC_HO_IN_FAILED] = {"interbsc_ho_in:failed", "Received Handover Fail message."},
1096 [BSC_CTR_INTER_BSC_HO_IN_ERROR] = {"interbsc_ho_in:error",
1097 "Handover from remote BSS failed for other reason."},
Harald Weltecf9d4312017-12-13 23:17:16 +01001098
1099 [BSC_CTR_PAGING_ATTEMPTED] = {"paging:attempted", "Paging attempts for a subscriber."},
Stefan Sperling71d524c2018-05-17 14:38:27 +02001100 [BSC_CTR_PAGING_DETACHED] = {"paging:detached", "Paging request send failures because no responsible BTS was found."},
Harald Weltecf9d4312017-12-13 23:17:16 +01001101 [BSC_CTR_PAGING_RESPONDED] = {"paging:responded", "Paging attempts with successful response."},
Alexander Chemeris43def742020-05-16 18:49:59 +03001102 [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 +02001103
1104 [BSC_CTR_UNKNOWN_UNIT_ID] = {"abis:unknown_unit_id", "Connection attempts from unknown IPA CCM Unit ID."},
Neels Hofmeyr1c963eb2020-06-16 12:08:39 +02001105
1106 [BSC_CTR_MSCPOOL_SUBSCR_NO_MSC] = {"mscpool:subscr:no_msc",
1107 "Complete Layer 3 requests lost because no connected MSC is found available."},
1108 [BSC_CTR_MSCPOOL_EMERG_FORWARDED] = {"mscpool:emerg:forwarded",
1109 "Emergency call requests forwarded to an MSC (see also per-MSC counters)"},
1110 [BSC_CTR_MSCPOOL_EMERG_LOST] = {"mscpool:emerg:lost",
1111 "Emergency call requests lost because no MSC was found available."},
Alexander Couzensb847a212016-08-02 11:34:11 +02001112};
1113
Alexander Couzensb847a212016-08-02 11:34:11 +02001114
1115
1116static const struct rate_ctr_group_desc bsc_ctrg_desc = {
1117 "bsc",
1118 "base station controller",
1119 OSMO_STATS_CLASS_GLOBAL,
1120 ARRAY_SIZE(bsc_ctr_description),
1121 bsc_ctr_description,
Alexander Couzens20423ea2016-07-12 15:42:02 +02001122};
1123
Alexander Chemerisdb542832020-05-08 01:49:12 +03001124/* Constants for the BSC stats */
1125enum {
1126 BSC_STAT_NUM_BTS_TOTAL,
1127};
1128
Neels Hofmeyr73983952016-05-10 13:29:33 +02001129struct gsm_tz {
1130 int override; /* if 0, use system's time zone instead. */
1131 int hr; /* hour */
1132 int mn; /* minute */
1133 int dst; /* daylight savings */
1134};
1135
Harald Welte52b1f982008-12-23 20:25:15 +00001136struct gsm_network {
Neels Hofmeyrce4d88b2017-05-08 15:12:20 +02001137 /* TODO MSCSPLIT the gsm_network struct is basically a kitchen sink for
1138 * global settings and variables, "madly" mixing BSC and MSC stuff. Split
1139 * this in e.g. struct osmo_bsc and struct osmo_msc, with the things
1140 * these have in common, like country and network code, put in yet
1141 * separate structs and placed as members in osmo_bsc and osmo_msc. */
1142
Neels Hofmeyrf93970b2018-03-05 02:09:40 +01001143 struct osmo_plmn_id plmn;
1144
Harald Welte51e4bf32017-12-23 17:30:18 +01001145 /* bit-mask of permitted encryption algorithms. LSB=A5/0, MSB=A5/7 */
1146 uint8_t a5_encryption_mask;
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001147 int neci;
Neels Hofmeyr909e9722017-12-07 03:54:01 +01001148
Neels Hofmeyre25018b2017-11-27 21:29:33 +01001149 struct handover_cfg *ho;
Neels Hofmeyr909e9722017-12-07 03:54:01 +01001150 struct {
1151 unsigned int congestion_check_interval_s;
1152 struct osmo_timer_list congestion_check_timer;
1153 } hodec2;
Harald Welte52b1f982008-12-23 20:25:15 +00001154
Alexander Chemerisdb542832020-05-08 01:49:12 +03001155 /* structures for keeping rate counters and gauge stats */
Alexander Couzensb847a212016-08-02 11:34:11 +02001156 struct rate_ctr_group *bsc_ctrs;
Alexander Chemerisdb542832020-05-08 01:49:12 +03001157 struct osmo_stat_item_group *bsc_statg;
Harald Welte24ff6ee2009-12-22 00:41:05 +01001158
Harald Welte52b1f982008-12-23 20:25:15 +00001159 unsigned int num_bts;
Harald Weltee441d9c2009-06-21 16:17:15 +02001160 struct llist_head bts_list;
Oliver Smith8d8d7102018-10-23 15:35:43 +02001161 struct llist_head bts_rejected;
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001162
Neels Hofmeyr08822a32019-07-11 03:43:34 +02001163 /* see gsm_network_T_defs */
Neels Hofmeyra6078fe2019-01-28 03:52:14 +01001164 struct osmo_tdef *T_defs;
Harald Welteeab84a12009-12-13 10:53:12 +01001165
Alexander Couzens547c2072017-11-21 12:03:04 +01001166 enum gsm_chan_t ctype_by_chreq[_NUM_CHREQ_T];
Holger Hans Peter Freyther78891072010-09-06 09:36:02 +08001167
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001168 /* Use a TCH for handling requests of type paging any */
1169 int pag_any_tch;
1170
Neels Hofmeyr06a14d22020-05-26 12:41:18 +02001171 /* msc configuration */
1172 struct llist_head mscs;
Neels Hofmeyreec776e2020-05-25 00:02:56 +02001173 uint8_t mscs_round_robin_next_nr;
1174 /* Emergency calls potentially select a different set of MSCs, so to not mess up the normal round-robin
1175 * behavior, emergency calls need a separate round-robin counter. */
1176 uint8_t mscs_round_robin_next_emerg_nr;
Neels Hofmeyr06a14d22020-05-26 12:41:18 +02001177
1178 /* rf ctl related bits */
1179 int mid_call_timeout;
1180 char *rf_ctrl_name;
1181 struct osmo_bsc_rf *rf_ctrl;
1182 int auto_off_timeout;
1183
1184 struct bsc_cbc_link *cbc;
Holger Hans Peter Freytherdaee5ca2010-12-22 12:34:39 +01001185
Daniel Willmann6fc4a982011-07-22 17:55:42 +02001186 /* control interface */
1187 struct ctrl_handle *ctrl;
Neels Hofmeyr5f0c71b2016-07-23 20:15:28 +02001188
1189 /* Allow or disallow TCH/F on dynamic TCH/F_TCH/H_PDCH; OS#1778 */
1190 bool dyn_ts_allow_tch_f;
Neels Hofmeyrd90fa422016-05-09 21:03:12 +02001191
1192 /* all active subscriber connections. */
1193 struct llist_head subscr_conns;
Neels Hofmeyr73983952016-05-10 13:29:33 +02001194
1195 /* if override is nonzero, this timezone data is used for all MM
1196 * contexts. */
1197 /* TODO: in OsmoNITB, tz-override used to be BTS-specific. To enable
1198 * BTS|RNC specific timezone overrides for multi-tz networks in
Neels Hofmeyrfe291de2017-02-23 21:06:12 +01001199 * OsmoMSC, this should be tied to the location area code (LAC). */
Neels Hofmeyr73983952016-05-10 13:29:33 +02001200 struct gsm_tz tz;
Neels Hofmeyr6d804b12017-02-18 22:20:46 +01001201
1202 /* List of all struct bsc_subscr used in libbsc. This llist_head is
1203 * allocated so that the llist_head pointer itself can serve as a
1204 * talloc context (useful to not have to pass the entire gsm_network
1205 * struct to the bsc_subscr_* API, and for bsc_susbscr unit tests to
1206 * not require gsm_data.h). In an MSC-without-BSC environment, this
1207 * pointer is NULL to indicate absence of a bsc_subscribers list. */
1208 struct llist_head *bsc_subscribers;
Harald Weltea43e0b42016-06-19 18:06:02 +02001209
Stefan Sperling6cee8932018-01-30 18:14:22 +01001210 /* Timer for periodic channel load measurements to maintain each BTS's T3122. */
1211 struct osmo_timer_list t3122_chan_load_timer;
1212
Neels Hofmeyrc29505e2016-05-20 21:59:55 +02001213 struct {
Philipp Maier39c609b2017-09-27 15:51:34 +02001214 struct mgcp_client_conf *conf;
1215 struct mgcp_client *client;
Neels Hofmeyrf14aaa42019-04-23 18:37:37 +02001216 struct osmo_tdef *tdefs;
Philipp Maier39c609b2017-09-27 15:51:34 +02001217 } mgw;
Neels Hofmeyr19bed232018-03-22 04:54:57 +01001218
1219 /* Remote BSS Cell Identifier Lists */
1220 struct neighbor_ident_list *neighbor_bss_cells;
Oliver Smitha595db12020-03-17 12:21:00 +01001221
1222 /* Don't refuse to start with mutually exclusive codec settings */
1223 bool allow_unusable_timeslots;
Neels Hofmeyr4099f1d2020-05-26 03:58:14 +02001224
1225 uint8_t nri_bitlen;
1226 struct osmo_nri_ranges *null_nri_ranges;
Harald Welte7e310b12009-03-30 20:56:32 +00001227};
1228
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001229struct gsm_audio_support {
1230 uint8_t hr : 1,
1231 ver : 7;
1232};
1233
Neels Hofmeyrc13e6872016-05-11 13:53:47 +02001234extern void talloc_ctx_init(void *ctx_root);
1235
Harald Welte1d014a52009-08-08 15:38:29 +02001236enum gsm_bts_type parse_btstype(const char *arg);
Holger Hans Peter Freyther2dceae62009-06-12 17:39:38 +02001237const char *btstype2str(enum gsm_bts_type type);
Harald Weltebe991492009-05-23 13:56:40 +00001238struct gsm_bts *gsm_bts_by_lac(struct gsm_network *net, unsigned int lac,
1239 struct gsm_bts *start_bts);
Harald Welte32201c12009-03-10 12:15:10 +00001240
Andreas Eversberg8226fa72009-06-29 15:19:38 +02001241extern void *tall_bsc_ctx;
Harald Welte2cf161b2009-06-20 22:36:41 +02001242
Harald Welte1876c312018-05-27 11:53:43 +02001243extern struct gsm_network *bsc_gsmnet;
1244
Holger Hans Peter Freyther4e13a8f2015-01-31 22:16:00 +01001245enum bts_gprs_mode bts_gprs_mode_parse(const char *arg, int *valid);
Harald Welte4511d892010-04-18 15:51:20 +02001246const char *bts_gprs_mode_name(enum bts_gprs_mode mode);
1247
Neels Hofmeyr4d358c02018-02-22 03:19:05 +01001248void gsm48_ra_id_by_bts(struct gsm48_ra_id *buf, struct gsm_bts *bts);
Harald Welte97a282b2010-03-14 15:37:43 +08001249void gprs_ra_id_by_bts(struct gprs_ra_id *raid, struct gsm_bts *bts);
Harald Welted12b0fd2009-12-15 21:36:05 +01001250
Harald Welte3561bd42018-01-28 03:04:16 +01001251struct gsm_subscriber_connection *bsc_subscr_con_allocate(struct gsm_network *network);
Neels Hofmeyr42eb0142016-05-20 17:15:44 +02001252
Neels Hofmeyr958f2592018-05-27 01:26:31 +02001253struct gsm_bts *gsm_bts_alloc_register(struct gsm_network *net, enum gsm_bts_type type, uint8_t bsic);
1254struct 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 +01001255
Harald Welte3300c012011-06-05 13:31:33 +02001256void set_ts_e1link(struct gsm_bts_trx_ts *ts, uint8_t e1_nr,
1257 uint8_t e1_ts, uint8_t e1_ts_ss);
1258
Maxbe356ed2017-09-07 19:10:09 +02001259void gsm_trx_lock_rf(struct gsm_bts_trx *trx, bool locked, const char *reason);
Holger Hans Peter Freythera49b2c02014-11-21 11:18:45 +01001260int gsm_bts_trx_set_system_infos(struct gsm_bts_trx *trx);
Alexander Chemerisc36a13b2015-05-30 14:40:54 -04001261int gsm_bts_set_system_infos(struct gsm_bts *bts);
Harald Welte3300c012011-06-05 13:31:33 +02001262
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001263/* generic E1 line operations for all ISDN-based BTS. */
1264extern struct e1inp_line_ops bts_isdn_e1inp_line_ops;
1265
Holger Hans Peter Freytherf8c42192013-01-09 17:03:27 +01001266/* control interface handling */
1267int bsc_base_ctrl_cmds_install(void);
1268
Neels Hofmeyr958f2592018-05-27 01:26:31 +02001269bool trx_is_usable(const struct gsm_bts_trx *trx);
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001270bool ts_is_usable(const struct gsm_bts_trx_ts *ts);
Neels Hofmeyr958f2592018-05-27 01:26:31 +02001271
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001272int gsm_lchan_type_by_pchan(enum gsm_phys_chan_config pchan);
1273enum gsm_phys_chan_config gsm_pchan_by_lchan_type(enum gsm_chan_t type);
1274
Neels Hofmeyr31f525e2018-05-14 18:14:15 +02001275void gsm_trx_all_ts_dispatch(struct gsm_bts_trx *trx, uint32_t ts_ev, void *data);
Pau Espin Pedrol388ed582020-07-15 20:53:16 +02001276int trx_count_free_ts(struct gsm_bts_trx *trx, enum gsm_phys_chan_config pchan);
Neels Hofmeyr958f2592018-05-27 01:26:31 +02001277
Vadim Yanitskiy73bd4632019-11-02 00:57:23 +07001278bool trx_has_valid_pchan_config(const struct gsm_bts_trx *trx);
1279
Neels Hofmeyrb523f542020-07-09 15:54:40 +02001280enum gsm48_rr_cause bsc_gsm48_rr_cause_from_gsm0808_cause(enum gsm0808_cause c);
Neels Hofmeyr3405c772020-07-11 01:44:08 +02001281enum gsm48_rr_cause bsc_gsm48_rr_cause_from_rsl_cause(uint8_t c);
Neels Hofmeyrb523f542020-07-09 15:54:40 +02001282
Harald Welte6be350c2011-05-25 13:10:08 +02001283#endif /* _GSM_DATA_H */