blob: ac9a26228a23ab06fc23b07344a7bebf61864cf3 [file] [log] [blame]
Harald Welte52b1f982008-12-23 20:25:15 +00001/* GSM Mobile Radio Interface Layer 3 messages on the A-bis interface
2 * 3GPP TS 04.08 version 7.21.0 Release 1998 / ETSI TS 100 940 V7.21.0 */
3
Harald Weltebf5e8df2009-02-03 12:59:45 +00004/* (C) 2008-2009 by Harald Welte <laforge@gnumonks.org>
Harald Welte498b0bb2009-01-09 21:27:43 +00005 * (C) 2008, 2009 by Holger Hans Peter Freyther <zecke@selfish.org>
Harald Welte8470bf22008-12-25 23:28:35 +00006 *
Harald Welte52b1f982008-12-23 20:25:15 +00007 * All Rights Reserved
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with this program; if not, write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 *
23 */
24
25
26#include <stdio.h>
27#include <stdlib.h>
28#include <string.h>
29#include <errno.h>
Harald Weltedb253af2008-12-30 17:56:55 +000030#include <time.h>
Harald Welte4b634542008-12-27 01:55:51 +000031#include <netinet/in.h>
Harald Welte52b1f982008-12-23 20:25:15 +000032
Harald Welte75a983f2008-12-27 21:34:06 +000033#include <openbsc/db.h>
Harald Welte8470bf22008-12-25 23:28:35 +000034#include <openbsc/msgb.h>
Harald Welte7584aea2009-02-11 11:44:12 +000035#include <openbsc/tlv.h>
Harald Welte8470bf22008-12-25 23:28:35 +000036#include <openbsc/debug.h>
37#include <openbsc/gsm_data.h>
38#include <openbsc/gsm_subscriber.h>
Daniel Willmann8b3390e2008-12-28 00:31:09 +000039#include <openbsc/gsm_04_11.h>
Harald Welte8470bf22008-12-25 23:28:35 +000040#include <openbsc/gsm_04_08.h>
41#include <openbsc/abis_rsl.h>
Holger Freytherca362a62009-01-04 21:05:01 +000042#include <openbsc/chan_alloc.h>
Harald Welte0b4c34e2009-02-09 17:54:43 +000043#include <openbsc/paging.h>
Holger Freyther053e09d2009-02-14 22:51:06 +000044#include <openbsc/signal.h>
Harald Welte11fa29c2009-02-19 17:24:39 +000045#include <openbsc/trau_mux.h>
Harald Welte52b1f982008-12-23 20:25:15 +000046
Harald Welte8470bf22008-12-25 23:28:35 +000047#define GSM48_ALLOC_SIZE 1024
48#define GSM48_ALLOC_HEADROOM 128
Harald Welte52b1f982008-12-23 20:25:15 +000049
Harald Welte09e38af2009-02-16 22:52:23 +000050static const struct tlv_definition rsl_att_tlvdef = {
51 .def = {
52 [GSM48_IE_MOBILE_ID] = { TLV_TYPE_TLV },
53 [GSM48_IE_NAME_LONG] = { TLV_TYPE_TLV },
54 [GSM48_IE_NAME_SHORT] = { TLV_TYPE_TLV },
55 [GSM48_IE_UTC] = { TLV_TYPE_TV },
56 [GSM48_IE_NET_TIME_TZ] = { TLV_TYPE_FIXED, 7 },
57 [GSM48_IE_LSA_IDENT] = { TLV_TYPE_TLV },
58
59 [GSM48_IE_BEARER_CAP] = { TLV_TYPE_TLV },
60 [GSM48_IE_CAUSE] = { TLV_TYPE_TLV },
61 [GSM48_IE_CC_CAP] = { TLV_TYPE_TLV },
62 [GSM48_IE_ALERT] = { TLV_TYPE_TLV },
63 [GSM48_IE_FACILITY] = { TLV_TYPE_TLV },
64 [GSM48_IE_PROGR_IND] = { TLV_TYPE_TLV },
65 [GSM48_IE_AUX_STATUS] = { TLV_TYPE_TLV },
66 [GSM48_IE_KPD_FACILITY] = { TLV_TYPE_TV },
67 [GSM48_IE_SIGNAL] = { TLV_TYPE_TV },
68 [GSM48_IE_CONN_NUM] = { TLV_TYPE_TLV },
69 [GSM48_IE_CONN_SUBADDR] = { TLV_TYPE_TLV },
70 [GSM48_IE_CALLING_BCD] = { TLV_TYPE_TLV },
71 [GSM48_IE_CALLING_SUB] = { TLV_TYPE_TLV },
72 [GSM48_IE_CALLED_BCD] = { TLV_TYPE_TLV },
73 [GSM48_IE_CALLED_SUB] = { TLV_TYPE_TLV },
74 [GSM48_IE_REDIR_BCD] = { TLV_TYPE_TLV },
75 [GSM48_IE_REDIR_SUB] = { TLV_TYPE_TLV },
76 [GSM48_IE_LOWL_COMPAT] = { TLV_TYPE_TLV },
77 [GSM48_IE_HIGHL_COMPAT] = { TLV_TYPE_TLV },
78 [GSM48_IE_USER_USER] = { TLV_TYPE_TLV },
79 [GSM48_IE_SS_VERS] = { TLV_TYPE_TLV },
80 [GSM48_IE_MORE_DATA] = { TLV_TYPE_T },
81 [GSM48_IE_CLIR_SUPP] = { TLV_TYPE_T },
82 [GSM48_IE_CLIR_INVOC] = { TLV_TYPE_T },
83 [GSM48_IE_REV_C_SETUP] = { TLV_TYPE_T },
84 /* FIXME: more elements */
85 },
86};
87
Harald Welte49f48b82009-02-17 15:29:33 +000088static inline int is_ipaccess_bts(struct gsm_bts *bts)
89{
90 switch (bts->type) {
91 case GSM_BTS_TYPE_NANOBTS_900:
92 case GSM_BTS_TYPE_NANOBTS_1800:
93 return 1;
94 default:
95 break;
96 }
97 return 0;
98}
Harald Welte09e38af2009-02-16 22:52:23 +000099
Harald Welte65e74cc2008-12-29 01:55:35 +0000100static int gsm48_tx_simple(struct gsm_lchan *lchan,
101 u_int8_t pdisc, u_int8_t msg_type);
Holger Freytherb7193e42008-12-29 17:44:08 +0000102static void schedule_reject(struct gsm_lchan *lchan);
Harald Welte65e74cc2008-12-29 01:55:35 +0000103
Harald Welte52b1f982008-12-23 20:25:15 +0000104struct gsm_lai {
105 u_int16_t mcc;
106 u_int16_t mnc;
107 u_int16_t lac;
108};
109
Holger Freyther89824fc2008-12-30 16:18:18 +0000110static int authorize_everonye = 0;
111void gsm0408_allow_everyone(int everyone)
112{
113 printf("Allowing everyone?\n");
114 authorize_everonye = everyone;
115}
116
Holger Freythere97f7fb2008-12-31 18:52:11 +0000117static int reject_cause = 0;
118void gsm0408_set_reject_cause(int cause)
119{
120 reject_cause = cause;
121}
122
Holger Freyther73487a22008-12-31 18:53:57 +0000123static int authorize_subscriber(struct gsm_loc_updating_operation *loc,
124 struct gsm_subscriber *subscriber)
Holger Freyther89824fc2008-12-30 16:18:18 +0000125{
126 if (!subscriber)
127 return 0;
128
Holger Freyther73487a22008-12-31 18:53:57 +0000129 /*
130 * Do not send accept yet as more information should arrive. Some
131 * phones will not send us the information and we will have to check
132 * what we want to do with that.
133 */
134 if (loc && (loc->waiting_for_imsi || loc->waiting_for_imei))
135 return 0;
136
Holger Freyther89824fc2008-12-30 16:18:18 +0000137 if (authorize_everonye)
138 return 1;
139
140 return subscriber->authorized;
141}
Holger Freyther07cc8d82008-12-29 06:23:46 +0000142
Holger Freyther73487a22008-12-31 18:53:57 +0000143static void release_loc_updating_req(struct gsm_lchan *lchan)
144{
Harald Welte179f0642008-12-31 23:59:18 +0000145 if (!lchan->loc_operation)
Holger Freyther73487a22008-12-31 18:53:57 +0000146 return;
147
148 del_timer(&lchan->loc_operation->updating_timer);
149 free(lchan->loc_operation);
150 lchan->loc_operation = 0;
Holger Freyther3eaa7922009-01-01 02:59:03 +0000151 put_lchan(lchan);
Holger Freyther73487a22008-12-31 18:53:57 +0000152}
153
154static void allocate_loc_updating_req(struct gsm_lchan *lchan)
155{
Holger Freyther67b4b9a2009-01-01 03:46:11 +0000156 use_lchan(lchan);
Holger Freyther73487a22008-12-31 18:53:57 +0000157 release_loc_updating_req(lchan);
158
159 lchan->loc_operation = (struct gsm_loc_updating_operation *)
160 malloc(sizeof(*lchan->loc_operation));
161 memset(lchan->loc_operation, 0, sizeof(*lchan->loc_operation));
162}
Holger Freyther07cc8d82008-12-29 06:23:46 +0000163
Harald Welte52b1f982008-12-23 20:25:15 +0000164static void to_bcd(u_int8_t *bcd, u_int16_t val)
165{
Harald Welte4b634542008-12-27 01:55:51 +0000166 bcd[2] = val % 10;
Harald Welte52b1f982008-12-23 20:25:15 +0000167 val = val / 10;
168 bcd[1] = val % 10;
169 val = val / 10;
Harald Welte4b634542008-12-27 01:55:51 +0000170 bcd[0] = val % 10;
Harald Welte52b1f982008-12-23 20:25:15 +0000171 val = val / 10;
172}
173
Holger Freyther17746612008-12-28 16:32:44 +0000174void gsm0408_generate_lai(struct gsm48_loc_area_id *lai48, u_int16_t mcc,
Harald Welte52b1f982008-12-23 20:25:15 +0000175 u_int16_t mnc, u_int16_t lac)
176{
177 u_int8_t bcd[3];
178
179 to_bcd(bcd, mcc);
180 lai48->digits[0] = bcd[0] | (bcd[1] << 4);
181 lai48->digits[1] = bcd[2];
182
183 to_bcd(bcd, mnc);
Harald Welte4b634542008-12-27 01:55:51 +0000184 /* FIXME: do we need three-digit MNC? See Table 10.5.3 */
185#if 0
Harald Welte8470bf22008-12-25 23:28:35 +0000186 lai48->digits[1] |= bcd[2] << 4;
187 lai48->digits[2] = bcd[0] | (bcd[1] << 4);
Harald Welte4b634542008-12-27 01:55:51 +0000188#else
189 lai48->digits[1] |= 0xf << 4;
190 lai48->digits[2] = bcd[1] | (bcd[2] << 4);
191#endif
Harald Welte52b1f982008-12-23 20:25:15 +0000192
Harald Welte4b634542008-12-27 01:55:51 +0000193 lai48->lac = htons(lac);
Harald Welte52b1f982008-12-23 20:25:15 +0000194}
195
Harald Welte255539c2008-12-28 02:26:27 +0000196#define TMSI_LEN 5
Harald Welte52b1f982008-12-23 20:25:15 +0000197#define MID_TMSI_LEN (TMSI_LEN + 2)
198
Harald Welte255539c2008-12-28 02:26:27 +0000199int generate_mid_from_tmsi(u_int8_t *buf, u_int32_t tmsi)
Harald Welte52b1f982008-12-23 20:25:15 +0000200{
Harald Welte65e74cc2008-12-29 01:55:35 +0000201 u_int32_t *tptr = (u_int32_t *) &buf[3];
Harald Welte255539c2008-12-28 02:26:27 +0000202
Harald Welte4b634542008-12-27 01:55:51 +0000203 buf[0] = GSM48_IE_MOBILE_ID;
Harald Welte1a412182008-12-27 22:13:43 +0000204 buf[1] = TMSI_LEN;
Harald Welte4b634542008-12-27 01:55:51 +0000205 buf[2] = 0xf0 | GSM_MI_TYPE_TMSI;
Harald Welte255539c2008-12-28 02:26:27 +0000206 *tptr = htonl(tmsi);
207
208 return 7;
Harald Welte52b1f982008-12-23 20:25:15 +0000209}
210
Harald Welte09e38af2009-02-16 22:52:23 +0000211static const char bcd_num_digits[] = {
212 '0', '1', '2', '3', '4', '5', '6', '7',
213 '8', '9', '*', '#', 'a', 'b', 'c', '\0'
214};
215
216/* decode a 'called party BCD number' as in 10.5.4.7 */
217u_int8_t decode_bcd_number(char *output, int output_len, const u_int8_t *bcd_lv)
218{
219 u_int8_t in_len = bcd_lv[0];
220 int i;
221
222 if (in_len < 1)
223 return 0;
224
225 for (i = 2; i <= in_len; i++) {
226 /* lower nibble */
227 output_len--;
228 if (output_len <= 1)
229 break;
230 *output++ = bcd_num_digits[bcd_lv[i] & 0xf];
231
232 /* higher nibble */
233 output_len--;
234 if (output_len <= 1)
235 break;
236 *output++ = bcd_num_digits[bcd_lv[i] >> 4];
237 }
238 if (output_len >= 1)
239 *output++ = '\0';
240
241 /* return number type / calling plan */
242 return bcd_lv[1] & 0x3f;
243}
244
245/* convert a single ASCII character to call-control BCD */
246static int asc_to_bcd(const char asc)
247{
248 int i;
249
250 for (i = 0; i < ARRAY_SIZE(bcd_num_digits); i++) {
251 if (bcd_num_digits[i] == asc)
252 return i;
253 }
254 return -EINVAL;
255}
256
257/* convert a ASCII phone number to 'called party BCD number' */
258int encode_bcd_number(u_int8_t *bcd_lv, u_int8_t max_len,
259 u_int8_t type, const char *input)
260{
261 int in_len = strlen(input);
262 int i;
263 u_int8_t *bcd_cur = bcd_lv + 2;
264
265 if (in_len/2 + 1 > max_len)
266 return -EIO;
267
268 /* two digits per byte, plus type byte */
269 bcd_lv[0] = in_len/2 + 1;
270 if (in_len % 2)
271 bcd_lv[0]++;
272
273 /* if the caller wants to create a valid 'calling party BCD
274 * number', then the extension bit MUST NOT be set. For the
275 * 'called party BCD number' it MUST be set. *sigh */
276 bcd_lv[1] = type;
277
278 for (i = 0; i < in_len; i++) {
279 int rc = asc_to_bcd(input[i]);
280 if (rc < 0)
281 return rc;
282 if (i % 2 == 0)
283 *bcd_cur = rc;
284 else
285 *bcd_cur++ |= (rc << 4);
286 }
287 /* append padding nibble in case of odd length */
288 if (i % 2)
289 *bcd_cur++ |= 0xf0;
290
291 /* return how many bytes we used */
292 return (bcd_cur - bcd_lv);
293}
294
Holger Freyther819dd202009-01-04 03:52:50 +0000295struct msgb *gsm48_msgb_alloc(void)
Harald Welte8470bf22008-12-25 23:28:35 +0000296{
297 return msgb_alloc_headroom(GSM48_ALLOC_SIZE, GSM48_ALLOC_HEADROOM);
298}
299
Holger Freyther3e2c3232009-01-04 03:55:31 +0000300int gsm48_sendmsg(struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +0000301{
Harald Welte65e74cc2008-12-29 01:55:35 +0000302 struct gsm48_hdr *gh = (struct gsm48_hdr *) msg->data;
303
304 if (msg->lchan) {
Harald Welte8470bf22008-12-25 23:28:35 +0000305 msg->trx = msg->lchan->ts->trx;
Harald Welte52b1f982008-12-23 20:25:15 +0000306
Harald Welte65e74cc2008-12-29 01:55:35 +0000307 if ((gh->proto_discr & GSM48_PDISC_MASK) == GSM48_PDISC_CC) {
308 /* Send a 04.08 call control message, add transaction
309 * ID and TI flag */
310 gh->proto_discr |= msg->lchan->call.transaction_id;
311
312 /* GSM 04.07 Section 11.2.3.1.3 */
313 switch (msg->lchan->call.type) {
314 case GSM_CT_MO:
315 gh->proto_discr |= 0x80;
316 break;
317 case GSM_CT_MT:
318 break;
Holger Freytherca362a62009-01-04 21:05:01 +0000319 case GSM_CT_NONE:
320 break;
Harald Welte65e74cc2008-12-29 01:55:35 +0000321 }
322 }
323 }
324
Harald Welte4b634542008-12-27 01:55:51 +0000325 msg->l3h = msg->data;
326
Harald Welte8470bf22008-12-25 23:28:35 +0000327 return rsl_data_request(msg, 0);
Harald Welte52b1f982008-12-23 20:25:15 +0000328}
329
Harald Welte52b1f982008-12-23 20:25:15 +0000330
Holger Freyther429e7762008-12-30 13:28:30 +0000331/* Chapter 9.2.14 : Send LOCATION UPDATING REJECT */
Harald Welte8470bf22008-12-25 23:28:35 +0000332int gsm0408_loc_upd_rej(struct gsm_lchan *lchan, u_int8_t cause)
Harald Welte52b1f982008-12-23 20:25:15 +0000333{
Harald Welte8470bf22008-12-25 23:28:35 +0000334 struct msgb *msg = gsm48_msgb_alloc();
Harald Welte52b1f982008-12-23 20:25:15 +0000335 struct gsm48_hdr *gh;
336
Harald Welte8470bf22008-12-25 23:28:35 +0000337 msg->lchan = lchan;
Harald Welte52b1f982008-12-23 20:25:15 +0000338
339 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
340 gh->proto_discr = GSM48_PDISC_MM;
Harald Welte10b487b2008-12-27 19:53:37 +0000341 gh->msg_type = GSM48_MT_MM_LOC_UPD_REJECT;
Harald Welte52b1f982008-12-23 20:25:15 +0000342 gh->data[0] = cause;
343
Harald Weltedb253af2008-12-30 17:56:55 +0000344 DEBUGP(DMM, "-> LOCATION UPDATING REJECT on channel: %d\n", lchan->nr);
345
Harald Welte65e74cc2008-12-29 01:55:35 +0000346 return gsm48_sendmsg(msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000347}
348
349/* Chapter 9.2.13 : Send LOCATION UPDATE ACCEPT */
Harald Welte75a983f2008-12-27 21:34:06 +0000350int gsm0408_loc_upd_acc(struct gsm_lchan *lchan, u_int32_t tmsi)
Harald Welte52b1f982008-12-23 20:25:15 +0000351{
Harald Welte8470bf22008-12-25 23:28:35 +0000352 struct gsm_bts *bts = lchan->ts->trx->bts;
353 struct msgb *msg = gsm48_msgb_alloc();
Harald Welte52b1f982008-12-23 20:25:15 +0000354 struct gsm48_hdr *gh;
355 struct gsm48_loc_area_id *lai;
356 u_int8_t *mid;
Holger Freyther07cc8d82008-12-29 06:23:46 +0000357 int ret;
Harald Welte52b1f982008-12-23 20:25:15 +0000358
Harald Welte8470bf22008-12-25 23:28:35 +0000359 msg->lchan = lchan;
Harald Welte52b1f982008-12-23 20:25:15 +0000360
361 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
362 gh->proto_discr = GSM48_PDISC_MM;
363 gh->msg_type = GSM48_MT_MM_LOC_UPD_ACCEPT;
364
365 lai = (struct gsm48_loc_area_id *) msgb_put(msg, sizeof(*lai));
Holger Freyther17746612008-12-28 16:32:44 +0000366 gsm0408_generate_lai(lai, bts->network->country_code,
Harald Welte52b1f982008-12-23 20:25:15 +0000367 bts->network->network_code, bts->location_area_code);
368
369 mid = msgb_put(msg, MID_TMSI_LEN);
370 generate_mid_from_tmsi(mid, tmsi);
371
372 DEBUGP(DMM, "-> LOCATION UPDATE ACCEPT\n");
373
Harald Weltedb253af2008-12-30 17:56:55 +0000374 ret = gsm48_sendmsg(msg);
375
Harald Weltedb253af2008-12-30 17:56:55 +0000376 ret = gsm48_tx_mm_info(lchan);
Harald Weltedb253af2008-12-30 17:56:55 +0000377
Holger Freyther07cc8d82008-12-29 06:23:46 +0000378 return ret;
Harald Welte52b1f982008-12-23 20:25:15 +0000379}
380
Harald Weltefc977a82008-12-27 10:19:37 +0000381static char bcd2char(u_int8_t bcd)
382{
383 if (bcd < 0xa)
384 return '0' + bcd;
385 else
386 return 'A' + (bcd - 0xa);
387}
388
Harald Weltebf5e8df2009-02-03 12:59:45 +0000389/* Convert Mobile Identity (10.5.1.4) to string */
Harald Weltefc977a82008-12-27 10:19:37 +0000390static int mi_to_string(char *string, int str_len, u_int8_t *mi, int mi_len)
391{
392 int i;
393 u_int8_t mi_type;
394 char *str_cur = string;
Harald Welte4ed0e922009-01-10 03:17:30 +0000395 u_int32_t tmsi;
Harald Weltefc977a82008-12-27 10:19:37 +0000396
397 mi_type = mi[0] & GSM_MI_TYPE_MASK;
398
399 switch (mi_type) {
400 case GSM_MI_TYPE_NONE:
401 break;
402 case GSM_MI_TYPE_TMSI:
Harald Welte4ed0e922009-01-10 03:17:30 +0000403 /* Table 10.5.4.3, reverse generate_mid_from_tmsi */
404 if (mi_len == TMSI_LEN && mi[0] == (0xf0 | GSM_MI_TYPE_TMSI)) {
405 memcpy(&tmsi, &mi[1], 4);
406 tmsi = ntohl(tmsi);
407 return snprintf(string, str_len, "%u", tmsi);
Harald Weltefc977a82008-12-27 10:19:37 +0000408 }
409 break;
410 case GSM_MI_TYPE_IMSI:
411 case GSM_MI_TYPE_IMEI:
412 case GSM_MI_TYPE_IMEISV:
Harald Weltedb253af2008-12-30 17:56:55 +0000413 *str_cur++ = bcd2char(mi[0] >> 4);
414
415 for (i = 1; i < mi_len; i++) {
Harald Weltefc977a82008-12-27 10:19:37 +0000416 if (str_cur + 2 >= string + str_len)
417 return str_cur - string;
418 *str_cur++ = bcd2char(mi[i] & 0xf);
Harald Weltedb253af2008-12-30 17:56:55 +0000419 /* skip last nibble in last input byte when GSM_EVEN */
420 if( (i != mi_len-1) || (mi[0] & GSM_MI_ODD))
421 *str_cur++ = bcd2char(mi[i] >> 4);
Harald Weltefc977a82008-12-27 10:19:37 +0000422 }
423 break;
424 default:
425 break;
426 }
Harald Weltefc977a82008-12-27 10:19:37 +0000427 *str_cur++ = '\0';
Harald Weltedb253af2008-12-30 17:56:55 +0000428
Harald Weltefc977a82008-12-27 10:19:37 +0000429 return str_cur - string;
430}
431
Harald Weltebf5e8df2009-02-03 12:59:45 +0000432/* Transmit Chapter 9.2.10 Identity Request */
Harald Welte231ad4f2008-12-27 11:15:38 +0000433static int mm_tx_identity_req(struct gsm_lchan *lchan, u_int8_t id_type)
434{
435 struct msgb *msg = gsm48_msgb_alloc();
436 struct gsm48_hdr *gh;
Harald Weltefc977a82008-12-27 10:19:37 +0000437
Harald Welte231ad4f2008-12-27 11:15:38 +0000438 msg->lchan = lchan;
439
440 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
441 gh->proto_discr = GSM48_PDISC_MM;
442 gh->msg_type = GSM48_MT_MM_ID_REQ;
443 gh->data[0] = id_type;
444
Harald Welte65e74cc2008-12-29 01:55:35 +0000445 return gsm48_sendmsg(msg);
Harald Welte231ad4f2008-12-27 11:15:38 +0000446}
447
448#define MI_SIZE 32
449
Harald Weltebf5e8df2009-02-03 12:59:45 +0000450/* Parse Chapter 9.2.11 Identity Response */
Harald Welte231ad4f2008-12-27 11:15:38 +0000451static int mm_rx_id_resp(struct msgb *msg)
452{
453 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte75a983f2008-12-27 21:34:06 +0000454 struct gsm_lchan *lchan = msg->lchan;
Harald Welte231ad4f2008-12-27 11:15:38 +0000455 u_int8_t mi_type = gh->data[1] & GSM_MI_TYPE_MASK;
456 char mi_string[MI_SIZE];
Harald Welte75a983f2008-12-27 21:34:06 +0000457 u_int32_t tmsi;
Harald Welte231ad4f2008-12-27 11:15:38 +0000458
459 mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
Harald Welte61253062008-12-27 11:25:50 +0000460 DEBUGP(DMM, "IDENTITY RESPONSE: mi_type=0x%02x MI(%s)\n",
Harald Welte231ad4f2008-12-27 11:15:38 +0000461 mi_type, mi_string);
462
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000463 /*
464 * Rogue messages could trick us but so is life
465 */
466 put_lchan(lchan);
467
Harald Welte75a983f2008-12-27 21:34:06 +0000468 switch (mi_type) {
469 case GSM_MI_TYPE_IMSI:
470 if (!lchan->subscr)
471 lchan->subscr = db_create_subscriber(mi_string);
Holger Freyther73487a22008-12-31 18:53:57 +0000472 if (lchan->loc_operation)
473 lchan->loc_operation->waiting_for_imsi = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000474 break;
475 case GSM_MI_TYPE_IMEI:
Harald Welte255539c2008-12-28 02:26:27 +0000476 case GSM_MI_TYPE_IMEISV:
Harald Welte75a983f2008-12-27 21:34:06 +0000477 /* update subscribe <-> IMEI mapping */
478 if (lchan->subscr)
479 db_subscriber_assoc_imei(lchan->subscr, mi_string);
Holger Freyther73487a22008-12-31 18:53:57 +0000480 if (lchan->loc_operation)
481 lchan->loc_operation->waiting_for_imei = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000482 break;
483 }
Holger Freyther73487a22008-12-31 18:53:57 +0000484
485 /* Check if we can let the mobile station enter */
486 if (authorize_subscriber(lchan->loc_operation, lchan->subscr)) {
487 db_subscriber_alloc_tmsi(lchan->subscr);
488 tmsi = strtoul(lchan->subscr->tmsi, NULL, 10);
489 release_loc_updating_req(lchan);
490 return gsm0408_loc_upd_acc(msg->lchan, tmsi);
491 }
492
Harald Welte75a983f2008-12-27 21:34:06 +0000493 return 0;
Harald Welte231ad4f2008-12-27 11:15:38 +0000494}
495
Harald Welte255539c2008-12-28 02:26:27 +0000496
497static void loc_upd_rej_cb(void *data)
498{
499 struct gsm_lchan *lchan = data;
500
Holger Freyther73487a22008-12-31 18:53:57 +0000501 release_loc_updating_req(lchan);
Holger Freythere97f7fb2008-12-31 18:52:11 +0000502 gsm0408_loc_upd_rej(lchan, reject_cause);
Holger Freyther67b4b9a2009-01-01 03:46:11 +0000503 lchan_auto_release(lchan);
Harald Welte255539c2008-12-28 02:26:27 +0000504}
505
Holger Freytherb7193e42008-12-29 17:44:08 +0000506static void schedule_reject(struct gsm_lchan *lchan)
507{
Holger Freyther73487a22008-12-31 18:53:57 +0000508 lchan->loc_operation->updating_timer.cb = loc_upd_rej_cb;
509 lchan->loc_operation->updating_timer.data = lchan;
510 schedule_timer(&lchan->loc_operation->updating_timer, 5, 0);
Holger Freytherb7193e42008-12-29 17:44:08 +0000511}
512
Harald Welte2a139372009-02-22 21:14:55 +0000513static const char *lupd_name(u_int8_t type)
514{
515 switch (type) {
516 case GSM48_LUPD_NORMAL:
517 return "NORMAL";
518 case GSM48_LUPD_PERIODIC:
519 return "PEROIDOC";
520 case GSM48_LUPD_IMSI_ATT:
521 return "IMSI ATTACH";
522 default:
523 return "UNKNOWN";
524 }
525}
526
Harald Welte231ad4f2008-12-27 11:15:38 +0000527#define MI_SIZE 32
Harald Weltebf5e8df2009-02-03 12:59:45 +0000528/* Chapter 9.2.15: Receive Location Updating Request */
Harald Welte231ad4f2008-12-27 11:15:38 +0000529static int mm_rx_loc_upd_req(struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +0000530{
Harald Welte8470bf22008-12-25 23:28:35 +0000531 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte702d8702008-12-26 20:25:35 +0000532 struct gsm_bts *bts = msg->trx->bts;
Harald Welte52b1f982008-12-23 20:25:15 +0000533 struct gsm48_loc_upd_req *lu;
534 struct gsm_subscriber *subscr;
Harald Welte255539c2008-12-28 02:26:27 +0000535 struct gsm_lchan *lchan = msg->lchan;
Harald Welte8470bf22008-12-25 23:28:35 +0000536 u_int8_t mi_type;
Harald Welte75a983f2008-12-27 21:34:06 +0000537 u_int32_t tmsi;
Harald Welte231ad4f2008-12-27 11:15:38 +0000538 char mi_string[MI_SIZE];
539 int rc;
Harald Welte52b1f982008-12-23 20:25:15 +0000540
Harald Welte8470bf22008-12-25 23:28:35 +0000541 lu = (struct gsm48_loc_upd_req *) gh->data;
542
543 mi_type = lu->mi[0] & GSM_MI_TYPE_MASK;
Harald Welte52b1f982008-12-23 20:25:15 +0000544
Harald Weltefc977a82008-12-27 10:19:37 +0000545 mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
546
Harald Welte2a139372009-02-22 21:14:55 +0000547 DEBUGP(DMM, "LUPDREQ: mi_type=0x%02x MI(%s) type=%s ", mi_type, mi_string,
548 lupd_name(lu->type));
Holger Freyther73487a22008-12-31 18:53:57 +0000549
550 allocate_loc_updating_req(lchan);
551
Harald Welte52b1f982008-12-23 20:25:15 +0000552 switch (mi_type) {
553 case GSM_MI_TYPE_IMSI:
Harald Welte231ad4f2008-12-27 11:15:38 +0000554 /* we always want the IMEI, too */
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000555 use_lchan(lchan);
Harald Welte255539c2008-12-28 02:26:27 +0000556 rc = mm_tx_identity_req(lchan, GSM_MI_TYPE_IMEISV);
Holger Freyther73487a22008-12-31 18:53:57 +0000557 lchan->loc_operation->waiting_for_imei = 1;
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000558
Harald Welte52b1f982008-12-23 20:25:15 +0000559 /* look up subscriber based on IMSI */
Harald Welte75a983f2008-12-27 21:34:06 +0000560 subscr = db_create_subscriber(mi_string);
Harald Welte4b634542008-12-27 01:55:51 +0000561 break;
Harald Welte52b1f982008-12-23 20:25:15 +0000562 case GSM_MI_TYPE_TMSI:
Harald Welte231ad4f2008-12-27 11:15:38 +0000563 /* we always want the IMEI, too */
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000564 use_lchan(lchan);
Harald Welte255539c2008-12-28 02:26:27 +0000565 rc = mm_tx_identity_req(lchan, GSM_MI_TYPE_IMEISV);
Holger Freyther73487a22008-12-31 18:53:57 +0000566 lchan->loc_operation->waiting_for_imei = 1;
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000567
Harald Welte52b1f982008-12-23 20:25:15 +0000568 /* look up the subscriber based on TMSI, request IMSI if it fails */
Harald Welteba4cf162009-01-10 01:49:35 +0000569 subscr = subscr_get_by_tmsi(mi_string);
Harald Welte52b1f982008-12-23 20:25:15 +0000570 if (!subscr) {
Harald Welte231ad4f2008-12-27 11:15:38 +0000571 /* send IDENTITY REQUEST message to get IMSI */
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000572 use_lchan(lchan);
Harald Welte255539c2008-12-28 02:26:27 +0000573 rc = mm_tx_identity_req(lchan, GSM_MI_TYPE_IMSI);
Holger Freyther73487a22008-12-31 18:53:57 +0000574 lchan->loc_operation->waiting_for_imsi = 1;
Harald Welte52b1f982008-12-23 20:25:15 +0000575 }
576 break;
577 case GSM_MI_TYPE_IMEI:
578 case GSM_MI_TYPE_IMEISV:
579 /* no sim card... FIXME: what to do ? */
Harald Welte2a139372009-02-22 21:14:55 +0000580 DEBUGP(DMM, "unimplemented mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000581 break;
582 default:
Harald Welte2a139372009-02-22 21:14:55 +0000583 DEBUGP(DMM, "unknown mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000584 break;
585 }
586
Harald Welte255539c2008-12-28 02:26:27 +0000587 lchan->subscr = subscr;
588
Holger Freyther73487a22008-12-31 18:53:57 +0000589 /*
590 * Schedule the reject timer and check if we can let the
591 * subscriber into our network immediately or if we need to wait
592 * for identity responses.
593 */
594 schedule_reject(lchan);
595 if (!authorize_subscriber(lchan->loc_operation, subscr))
Harald Weltee872cb12009-01-01 00:33:37 +0000596 return 0;
Harald Welte52b1f982008-12-23 20:25:15 +0000597
Harald Welte75a983f2008-12-27 21:34:06 +0000598 db_subscriber_alloc_tmsi(subscr);
Harald Welte52b1f982008-12-23 20:25:15 +0000599 subscr_update(subscr, bts);
Harald Welte8470bf22008-12-25 23:28:35 +0000600
Harald Welte255539c2008-12-28 02:26:27 +0000601 tmsi = strtoul(subscr->tmsi, NULL, 10);
602
Holger Freyther73487a22008-12-31 18:53:57 +0000603 release_loc_updating_req(lchan);
Harald Welte255539c2008-12-28 02:26:27 +0000604 return gsm0408_loc_upd_acc(lchan, tmsi);
Harald Welte52b1f982008-12-23 20:25:15 +0000605}
606
Harald Welte7584aea2009-02-11 11:44:12 +0000607/* 9.1.5 Channel mode modify */
608int gsm48_tx_chan_mode_modify(struct gsm_lchan *lchan, u_int8_t mode)
609{
610 struct msgb *msg = gsm48_msgb_alloc();
611 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
612 struct gsm48_chan_mode_modify *cmm =
613 (struct gsm48_chan_mode_modify *) msgb_put(msg, sizeof(*cmm));
614 u_int16_t arfcn = lchan->ts->trx->arfcn;
615
Harald Welte7ccf7782009-02-17 01:43:01 +0000616 DEBUGP(DRR, "-> CHANNEL MODE MODIFY\n");
617
Harald Welte7584aea2009-02-11 11:44:12 +0000618 msg->lchan = lchan;
619 gh->proto_discr = GSM48_PDISC_RR;
620 gh->msg_type = GSM48_MT_RR_CHAN_MODE_MODIF;
621
622 /* fill the channel information element, this code
623 * should probably be shared with rsl_rx_chan_rqd() */
624 cmm->chan_desc.chan_nr = lchan2chan_nr(lchan);
625 cmm->chan_desc.h0.h = 0;
626 cmm->chan_desc.h0.arfcn_high = arfcn >> 8;
627 cmm->chan_desc.h0.arfcn_low = arfcn & 0xff;
628 cmm->mode = mode;
629
630 return gsm48_sendmsg(msg);
631}
632
Harald Weltedb253af2008-12-30 17:56:55 +0000633/* Section 9.2.15a */
634int gsm48_tx_mm_info(struct gsm_lchan *lchan)
635{
636 struct msgb *msg = gsm48_msgb_alloc();
637 struct gsm48_hdr *gh;
638 struct gsm_network *net = lchan->ts->trx->bts->network;
Harald Weltedb253af2008-12-30 17:56:55 +0000639 u_int8_t *ptr8;
640 u_int16_t *ptr16;
641 int name_len;
Harald Weltedb253af2008-12-30 17:56:55 +0000642 int i;
643
644 msg->lchan = lchan;
645
646 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
647 gh->proto_discr = GSM48_PDISC_MM;
648 gh->msg_type = GSM48_MT_MM_INFO;
649
650 if (net->name_long) {
651 name_len = strlen(net->name_long);
652 /* 10.5.3.5a */
653 ptr8 = msgb_put(msg, 3);
654 ptr8[0] = GSM48_IE_NAME_LONG;
655 ptr8[1] = name_len*2 +1;
656 ptr8[2] = 0x90; /* UCS2, no spare bits, no CI */
657
658 ptr16 = (u_int16_t *) msgb_put(msg, name_len*2);
659 for (i = 0; i < name_len; i++)
Harald Welte179f0642008-12-31 23:59:18 +0000660 ptr16[i] = htons(net->name_long[i]);
Harald Weltedb253af2008-12-30 17:56:55 +0000661
662 /* FIXME: Use Cell Broadcast, not UCS-2, since
663 * UCS-2 is only supported by later revisions of the spec */
664 }
665
666 if (net->name_short) {
667 name_len = strlen(net->name_short);
668 /* 10.5.3.5a */
669 ptr8 = (u_int8_t *) msgb_put(msg, 3);
670 ptr8[0] = GSM48_IE_NAME_LONG;
671 ptr8[1] = name_len*2 + 1;
672 ptr8[2] = 0x90; /* UCS2, no spare bits, no CI */
673
Harald Weltee872cb12009-01-01 00:33:37 +0000674 ptr16 = (u_int16_t *) msgb_put(msg, name_len*2);
Harald Weltedb253af2008-12-30 17:56:55 +0000675 for (i = 0; i < name_len; i++)
Harald Welte179f0642008-12-31 23:59:18 +0000676 ptr16[i] = htons(net->name_short[i]);
Harald Weltedb253af2008-12-30 17:56:55 +0000677 }
678
679#if 0
Holger Freytherca362a62009-01-04 21:05:01 +0000680 /* move back to the top */
681 time_t cur_t;
682 struct tm* cur_time;
683 int tz15min;
Harald Weltedb253af2008-12-30 17:56:55 +0000684 /* Section 10.5.3.9 */
685 cur_t = time(NULL);
686 cur_time = gmtime(cur_t);
687 ptr8 = msgb_put(msg, 8);
688 ptr8[0] = GSM48_IE_NET_TIME_TZ;
689 ptr8[1] = to_bcd8(cur_time->tm_year % 100);
690 ptr8[2] = to_bcd8(cur_time->tm_mon);
691 ptr8[3] = to_bcd8(cur_time->tm_mday);
692 ptr8[4] = to_bcd8(cur_time->tm_hour);
693 ptr8[5] = to_bcd8(cur_time->tm_min);
694 ptr8[6] = to_bcd8(cur_time->tm_sec);
695 /* 02.42: coded as BCD encoded signed value in units of 15 minutes */
696 tz15min = (cur_time->tm_gmtoff)/(60*15);
697 ptr8[6] = to_bcd8(tz15min);
698 if (tz15min < 0)
699 ptr8[6] |= 0x80;
700#endif
701
702 return gsm48_sendmsg(msg);
703}
704
Harald Welte4b634542008-12-27 01:55:51 +0000705static int gsm48_tx_mm_serv_ack(struct gsm_lchan *lchan)
706{
Harald Welte4b634542008-12-27 01:55:51 +0000707 DEBUGP(DMM, "-> CM SERVICE ACK\n");
Harald Welte65e74cc2008-12-29 01:55:35 +0000708 return gsm48_tx_simple(lchan, GSM48_PDISC_MM, GSM48_MT_MM_CM_SERV_ACC);
Harald Welte4b634542008-12-27 01:55:51 +0000709}
Harald Welteba4cf162009-01-10 01:49:35 +0000710
711/* 9.2.6 CM service reject */
712static int gsm48_tx_mm_serv_rej(struct gsm_lchan *lchan,
713 enum gsm48_reject_value value)
714{
715 struct msgb *msg = gsm48_msgb_alloc();
716 struct gsm48_hdr *gh;
717
718 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
719
720 msg->lchan = lchan;
721 use_lchan(lchan);
722
723 gh->proto_discr = GSM48_PDISC_MM;
724 gh->msg_type = GSM48_MT_MM_CM_SERV_REJ;
725 gh->data[0] = value;
726 DEBUGP(DMM, "-> CM SERVICE Reject cause: %d\n", value);
727
728 return gsm48_sendmsg(msg);
729}
730
Harald Welte4ed0e922009-01-10 03:17:30 +0000731
732/*
733 * Handle CM Service Requests
734 * a) Verify that the packet is long enough to contain the information
735 * we require otherwsie reject with INCORRECT_MESSAGE
736 * b) Try to parse the TMSI. If we do not have one reject
737 * c) Check that we know the subscriber with the TMSI otherwise reject
738 * with a HLR cause
739 * d) Set the subscriber on the gsm_lchan and accept
740 */
Harald Welte4b634542008-12-27 01:55:51 +0000741static int gsm48_rx_mm_serv_req(struct msgb *msg)
742{
Harald Welteba4cf162009-01-10 01:49:35 +0000743 u_int8_t mi_type;
Harald Welte4ed0e922009-01-10 03:17:30 +0000744 char mi_string[MI_SIZE];
Harald Welte4b634542008-12-27 01:55:51 +0000745
Harald Welteba4cf162009-01-10 01:49:35 +0000746 struct gsm_subscriber *subscr;
747 struct gsm48_hdr *gh = msgb_l3(msg);
748 struct gsm48_service_request *req =
749 (struct gsm48_service_request *)gh->data;
750
751 if (msg->data_len < sizeof(struct gsm48_service_request*)) {
752 DEBUGP(DMM, "<- CM SERVICE REQUEST wrong sized message\n");
753 return gsm48_tx_mm_serv_rej(msg->lchan,
754 GSM48_REJECT_INCORRECT_MESSAGE);
755 }
756
757 if (msg->data_len < req->mi_len + 6) {
758 DEBUGP(DMM, "<- CM SERVICE REQUEST MI does not fit in package\n");
759 return gsm48_tx_mm_serv_rej(msg->lchan,
760 GSM48_REJECT_INCORRECT_MESSAGE);
761 }
762
763 mi_type = req->mi[0] & GSM_MI_TYPE_MASK;
764 if (mi_type != GSM_MI_TYPE_TMSI) {
765 DEBUGP(DMM, "<- CM SERVICE REQUEST mi type is not TMSI: %d\n", mi_type);
766 return gsm48_tx_mm_serv_rej(msg->lchan,
767 GSM48_REJECT_INCORRECT_MESSAGE);
768 }
769
Harald Welte4ed0e922009-01-10 03:17:30 +0000770 mi_to_string(mi_string, sizeof(mi_string), req->mi, req->mi_len);
771 subscr = subscr_get_by_tmsi(mi_string);
772 DEBUGP(DMM, "<- CM SERVICE REQUEST serv_type=0x%02x mi_type=0x%02x M(%s)\n",
773 req->cm_service_type, mi_type, mi_string);
Harald Weltebcae43f2008-12-27 21:45:37 +0000774
Harald Welte2a139372009-02-22 21:14:55 +0000775 /* FIXME: if we don't know the TMSI, inquire abit IMSI and allocate new TMSI */
Harald Welte4ed0e922009-01-10 03:17:30 +0000776 if (!subscr)
777 return gsm48_tx_mm_serv_rej(msg->lchan,
778 GSM48_REJECT_IMSI_UNKNOWN_IN_HLR);
779
780 if (!msg->lchan->subscr)
781 msg->lchan->subscr = subscr;
Harald Welte9bb7c702009-01-10 03:21:41 +0000782 else if (msg->lchan->subscr != subscr) {
783 DEBUGP(DMM, "<- CM Channel already owned by someone else?\n");
784 subscr_put(subscr);
785 }
786
Harald Welte4b634542008-12-27 01:55:51 +0000787 return gsm48_tx_mm_serv_ack(msg->lchan);
788}
789
Harald Welte2a139372009-02-22 21:14:55 +0000790static int gsm48_rx_mm_imsi_detach_ind(struct msgb *msg)
791{
792 struct gsm48_hdr *gh = msgb_l3(msg);
793 struct gsm48_imsi_detach_ind *idi =
794 (struct gsm48_imsi_detach_ind *) gh->data;
795 u_int8_t mi_type = idi->mi[0] & GSM_MI_TYPE_MASK;
796 char mi_string[MI_SIZE];
797 struct gsm_subscriber *subscr;
798
799 mi_to_string(mi_string, sizeof(mi_string), idi->mi, idi->mi_len);
800 DEBUGP(DMM, "IMSI DETACH INDICATION: mi_type=0x%02x MI(%s): ",
801 mi_type, mi_string);
802
803 switch (mi_type) {
804 case GSM_MI_TYPE_TMSI:
805 subscr = subscr_get_by_tmsi(mi_string);
806 break;
807 case GSM_MI_TYPE_IMSI:
808 subscr = subscr_get_by_imsi(mi_string);
809 break;
810 case GSM_MI_TYPE_IMEI:
811 case GSM_MI_TYPE_IMEISV:
812 /* no sim card... FIXME: what to do ? */
813 fprintf(stderr, "Unimplemented mobile identity type\n");
814 break;
815 default:
816 fprintf(stderr, "Unknown mobile identity type\n");
817 break;
818 }
819
820 if (subscr)
821 DEBUGP(DMM, "Subscriber: %s\n",
822 subscr->name ? subscr->name : subscr->imsi);
823 else
824 DEBUGP(DMM, "Unknown Subscriber ?!?\n");
825
826 put_lchan(msg->lchan);
827
828 return 0;
829}
830
Harald Weltebf5e8df2009-02-03 12:59:45 +0000831/* Receive a GSM 04.08 Mobility Management (MM) message */
Harald Welte52b1f982008-12-23 20:25:15 +0000832static int gsm0408_rcv_mm(struct msgb *msg)
833{
834 struct gsm48_hdr *gh = msgb_l3(msg);
835 int rc;
836
837 switch (gh->msg_type & 0xbf) {
838 case GSM48_MT_MM_LOC_UPD_REQUEST:
Holger Freyther429e7762008-12-30 13:28:30 +0000839 DEBUGP(DMM, "LOCATION UPDATING REQUEST\n");
Harald Welte231ad4f2008-12-27 11:15:38 +0000840 rc = mm_rx_loc_upd_req(msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000841 break;
842 case GSM48_MT_MM_ID_RESP:
Harald Welte231ad4f2008-12-27 11:15:38 +0000843 rc = mm_rx_id_resp(msg);
844 break;
Harald Welte52b1f982008-12-23 20:25:15 +0000845 case GSM48_MT_MM_CM_SERV_REQ:
Harald Welte4b634542008-12-27 01:55:51 +0000846 rc = gsm48_rx_mm_serv_req(msg);
847 break;
Harald Welte231ad4f2008-12-27 11:15:38 +0000848 case GSM48_MT_MM_STATUS:
Harald Welte2a139372009-02-22 21:14:55 +0000849 DEBUGP(DMM, "STATUS: FIXME parse error cond.\n");
Harald Welte231ad4f2008-12-27 11:15:38 +0000850 break;
Harald Welte231ad4f2008-12-27 11:15:38 +0000851 case GSM48_MT_MM_TMSI_REALL_COMPL:
Harald Welte69b2af22009-01-06 19:47:00 +0000852 DEBUGP(DMM, "TMSI Reallocation Completed. Subscriber: %s\n",
853 msg->lchan->subscr ?
854 msg->lchan->subscr->imsi :
855 "unknown subscriber");
856 break;
Harald Welte231ad4f2008-12-27 11:15:38 +0000857 case GSM48_MT_MM_IMSI_DETACH_IND:
Harald Welte2a139372009-02-22 21:14:55 +0000858 rc = gsm48_rx_mm_imsi_detach_ind(msg);
859 break;
860 case GSM48_MT_MM_CM_REEST_REQ:
861 DEBUGP(DMM, "CM REESTABLISH REQUEST: Not implemented\n");
862 break;
863 case GSM48_MT_MM_AUTH_RESP:
864 DEBUGP(DMM, "AUTHENTICATION RESPONSE: Not implemented\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000865 break;
866 default:
867 fprintf(stderr, "Unknown GSM 04.08 MM msg type 0x%02x\n",
868 gh->msg_type);
869 break;
870 }
871
872 return rc;
873}
Harald Weltebf5e8df2009-02-03 12:59:45 +0000874
Harald Welte2d35ae62009-02-06 12:02:13 +0000875/* Receive a PAGING RESPONSE message from the MS */
876static int gsm48_rr_rx_pag_resp(struct msgb *msg)
877{
878 struct gsm48_hdr *gh = msgb_l3(msg);
879 struct gsm48_paging_response *pr =
880 (struct gsm48_paging_response *) gh->data;
881 u_int8_t mi_type = pr->mi[0] & GSM_MI_TYPE_MASK;
882 char mi_string[MI_SIZE];
883 struct gsm_subscriber *subscr;
Harald Welte595ad7b2009-02-16 22:05:44 +0000884 struct paging_signal_data sig_data;
Harald Welte2d35ae62009-02-06 12:02:13 +0000885 int rc = 0;
886
887 mi_to_string(mi_string, sizeof(mi_string), &pr->mi[0], pr->mi_len);
888 DEBUGP(DRR, "PAGING RESPONSE: mi_type=0x%02x MI(%s)\n",
889 mi_type, mi_string);
Harald Weltefe18d8f2009-02-22 21:14:24 +0000890 switch (mi_type) {
891 case GSM_MI_TYPE_TMSI:
892 subscr = subscr_get_by_tmsi(mi_string);
893 break;
894 case GSM_MI_TYPE_IMSI:
895 subscr = subscr_get_by_imsi(mi_string);
896 break;
897 }
Harald Welte2d35ae62009-02-06 12:02:13 +0000898
899 if (!subscr) {
900 DEBUGP(DRR, "<- Can't find any subscriber for this ID\n");
Harald Welte09e38af2009-02-16 22:52:23 +0000901 /* FIXME: request id? close channel? */
Harald Welte2d35ae62009-02-06 12:02:13 +0000902 return -EINVAL;
903 }
904 DEBUGP(DRR, "<- Channel was requested by %s\n",
905 subscr->name ? subscr->name : subscr->imsi);
Holger Freyther053e09d2009-02-14 22:51:06 +0000906
Holger Freyther2fa4cb52009-02-14 23:53:15 +0000907 if (!msg->lchan->subscr)
908 msg->lchan->subscr = subscr;
909 else if (msg->lchan->subscr != subscr) {
910 DEBUGP(DRR, "<- Channel already owned by someone else?\n");
911 subscr_put(subscr);
912 }
913
Harald Welte595ad7b2009-02-16 22:05:44 +0000914 sig_data.subscr = subscr;
915 sig_data.bts = msg->lchan->ts->trx->bts;
916 sig_data.lchan = msg->lchan;
917
918 dispatch_signal(SS_PAGING, S_PAGING_COMPLETED, &sig_data);
Harald Welte7ccf7782009-02-17 01:43:01 +0000919 paging_request_stop(msg->trx->bts, subscr, msg->lchan);
Harald Welte2d35ae62009-02-06 12:02:13 +0000920
Harald Welte7584aea2009-02-11 11:44:12 +0000921 /* FIXME: somehow signal the completion of the PAGING to
922 * the entity that requested the paging */
923
Harald Welte2d35ae62009-02-06 12:02:13 +0000924 return rc;
925}
926
Harald Weltebf5e8df2009-02-03 12:59:45 +0000927/* Receive a GSM 04.08 Radio Resource (RR) message */
Harald Welte52b1f982008-12-23 20:25:15 +0000928static int gsm0408_rcv_rr(struct msgb *msg)
929{
930 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte2d35ae62009-02-06 12:02:13 +0000931 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +0000932
933 switch (gh->msg_type) {
934 case GSM48_MT_RR_CLSM_CHG:
935 DEBUGP(DRR, "CLASSMARK CHANGE\n");
936 /* FIXME: what to do ?!? */
937 break;
Harald Weltefc977a82008-12-27 10:19:37 +0000938 case GSM48_MT_RR_GPRS_SUSP_REQ:
939 DEBUGP(DRR, "GRPS SUSPEND REQUEST\n");
940 break;
Harald Welte52b1f982008-12-23 20:25:15 +0000941 case GSM48_MT_RR_PAG_RESP:
Harald Welte2d35ae62009-02-06 12:02:13 +0000942 rc = gsm48_rr_rx_pag_resp(msg);
943 break;
Harald Welte7ccf7782009-02-17 01:43:01 +0000944 case GSM48_MT_RR_CHAN_MODE_MODIF_ACK:
945 DEBUGP(DRR, "CHANNEL MODE MODIFY ACK\n");
Harald Welte2c38aa82009-02-18 03:44:24 +0000946 rc = rsl_chan_mode_modify_req(msg->lchan);
Harald Welte7ccf7782009-02-17 01:43:01 +0000947 break;
Harald Welte52b1f982008-12-23 20:25:15 +0000948 default:
Harald Welte2d35ae62009-02-06 12:02:13 +0000949 fprintf(stderr, "Unimplemented GSM 04.08 RR msg type 0x%02x\n",
Harald Welte52b1f982008-12-23 20:25:15 +0000950 gh->msg_type);
951 break;
952 }
953
Harald Welte2d35ae62009-02-06 12:02:13 +0000954 return rc;
Harald Welte52b1f982008-12-23 20:25:15 +0000955}
956
Holger Freythere64a7a32009-02-06 21:55:37 +0000957/* 7.1.7 and 9.1.7 Channel release*/
958int gsm48_send_rr_release(struct gsm_lchan *lchan)
959{
960 struct msgb *msg = gsm48_msgb_alloc();
961 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
962 u_int8_t *cause;
963
964 msg->lchan = lchan;
965 gh->proto_discr = GSM48_PDISC_RR;
966 gh->msg_type = GSM48_MT_RR_CHAN_REL;
967
968 cause = msgb_put(msg, 1);
969 cause[0] = GSM48_RR_CAUSE_NORMAL;
970
971 DEBUGP(DRR, "Sending Channel Release: Chan: Number: %d Type: %d\n",
972 lchan->nr, lchan->type);
973
974 return gsm48_sendmsg(msg);
975}
976
Harald Welte4bc90a12008-12-27 16:32:52 +0000977/* Call Control */
978
Harald Welte7584aea2009-02-11 11:44:12 +0000979/* The entire call control code is written in accordance with Figure 7.10c
980 * for 'very early assignment', i.e. we allocate a TCH/F during IMMEDIATE
981 * ASSIGN, then first use that TCH/F for signalling and later MODE MODIFY
982 * it for voice */
983
Harald Welte4bc90a12008-12-27 16:32:52 +0000984static int gsm48_cc_tx_status(struct gsm_lchan *lchan)
985{
986 struct msgb *msg = gsm48_msgb_alloc();
987 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
988 u_int8_t *cause, *call_state;
989
Harald Welte65e74cc2008-12-29 01:55:35 +0000990 gh->proto_discr = GSM48_PDISC_CC;
991
Harald Welte4bc90a12008-12-27 16:32:52 +0000992 msg->lchan = lchan;
993
Harald Welte4bc90a12008-12-27 16:32:52 +0000994 gh->msg_type = GSM48_MT_CC_STATUS;
995
996 cause = msgb_put(msg, 3);
997 cause[0] = 2;
998 cause[1] = GSM48_CAUSE_CS_GSM | GSM48_CAUSE_LOC_USER;
999 cause[2] = 0x80 | 30; /* response to status inquiry */
1000
1001 call_state = msgb_put(msg, 1);
1002 call_state[0] = 0xc0 | 0x00;
1003
Harald Welte65e74cc2008-12-29 01:55:35 +00001004 return gsm48_sendmsg(msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00001005}
1006
Harald Welte6f4b7532008-12-29 00:39:37 +00001007static int gsm48_tx_simple(struct gsm_lchan *lchan,
1008 u_int8_t pdisc, u_int8_t msg_type)
Harald Welte4bc90a12008-12-27 16:32:52 +00001009{
1010 struct msgb *msg = gsm48_msgb_alloc();
1011 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1012
1013 msg->lchan = lchan;
1014
Harald Welte6f4b7532008-12-29 00:39:37 +00001015 gh->proto_discr = pdisc;
Harald Welte4bc90a12008-12-27 16:32:52 +00001016 gh->msg_type = msg_type;
1017
Harald Welte65e74cc2008-12-29 01:55:35 +00001018 return gsm48_sendmsg(msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00001019}
1020
Harald Welte09e38af2009-02-16 22:52:23 +00001021/* call-back from paging the B-end of the connection */
1022static int setup_trig_pag_evt(unsigned int hooknum, unsigned int event,
Harald Welte7ccf7782009-02-17 01:43:01 +00001023 struct msgb *msg, void *_lchan, void *param)
Harald Welte09e38af2009-02-16 22:52:23 +00001024{
Harald Welte7ccf7782009-02-17 01:43:01 +00001025 struct gsm_lchan *lchan = _lchan;
Harald Welte49f48b82009-02-17 15:29:33 +00001026 struct gsm_call *remote_call = param;
1027 struct gsm_call *call = &lchan->call;
Harald Welte7ccf7782009-02-17 01:43:01 +00001028 int rc = 0;
Harald Welte09e38af2009-02-16 22:52:23 +00001029
1030 if (hooknum != GSM_HOOK_RR_PAGING)
1031 return -EINVAL;
1032
1033 switch (event) {
1034 case GSM_PAGING_SUCCEEDED:
Harald Welte7ccf7782009-02-17 01:43:01 +00001035 DEBUGP(DCC, "paging succeeded!\n");
Harald Welte49f48b82009-02-17 15:29:33 +00001036 remote_call->remote_lchan = lchan;
1037 call->remote_lchan = remote_call->local_lchan;
Harald Welte09e38af2009-02-16 22:52:23 +00001038 /* send SETUP request to called party */
Harald Welte49f48b82009-02-17 15:29:33 +00001039 rc = gsm48_cc_tx_setup(lchan, call->remote_lchan->subscr);
1040 if (is_ipaccess_bts(lchan->ts->trx->bts))
1041 rsl_ipacc_bind(lchan);
Harald Welte09e38af2009-02-16 22:52:23 +00001042 break;
1043 case GSM_PAGING_EXPIRED:
Harald Welte7ccf7782009-02-17 01:43:01 +00001044 DEBUGP(DCC, "paging expired!\n");
Harald Welte09e38af2009-02-16 22:52:23 +00001045 /* notify caller that we cannot reach called party */
Harald Welte7ccf7782009-02-17 01:43:01 +00001046 /* FIXME: correct cause, etc */
Harald Weltebfaf0972009-02-17 17:43:33 +00001047 rc = gsm48_tx_simple(remote_call->local_lchan, GSM48_PDISC_CC,
Harald Welte7ccf7782009-02-17 01:43:01 +00001048 GSM48_MT_CC_RELEASE_COMPL);
Harald Welte09e38af2009-02-16 22:52:23 +00001049 break;
1050 }
Harald Welte7ccf7782009-02-17 01:43:01 +00001051 return rc;
Harald Welte09e38af2009-02-16 22:52:23 +00001052}
1053
Harald Welte4bc90a12008-12-27 16:32:52 +00001054static int gsm48_cc_rx_status_enq(struct msgb *msg)
1055{
1056 return gsm48_cc_tx_status(msg->lchan);
1057}
1058
1059static int gsm48_cc_rx_setup(struct msgb *msg)
1060{
Harald Welte7584aea2009-02-11 11:44:12 +00001061 struct gsm_call *call = &msg->lchan->call;
1062 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte09e38af2009-02-16 22:52:23 +00001063 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
Harald Welte7584aea2009-02-11 11:44:12 +00001064 struct gsm_subscriber *called_subscr;
Harald Welte09e38af2009-02-16 22:52:23 +00001065 char called_number[(43-2)*2 + 1] = "\0";
1066 struct tlv_parsed tp;
1067 u_int8_t num_type;
Harald Welte7584aea2009-02-11 11:44:12 +00001068 int ret;
1069
1070 if (call->state == GSM_CSTATE_NULL ||
1071 call->state == GSM_CSTATE_RELEASE_REQ)
1072 use_lchan(msg->lchan);
1073
1074 call->type = GSM_CT_MO;
1075 call->state = GSM_CSTATE_INITIATED;
Harald Welte49f48b82009-02-17 15:29:33 +00001076 call->local_lchan = msg->lchan;
Harald Welte7584aea2009-02-11 11:44:12 +00001077 call->transaction_id = gh->proto_discr & 0xf0;
1078
Harald Welte09e38af2009-02-16 22:52:23 +00001079 tlv_parse(&tp, &rsl_att_tlvdef, gh->data, payload_len);
1080 if (!TLVP_PRESENT(&tp, GSM48_IE_CALLED_BCD))
1081 goto err;
Harald Welte7584aea2009-02-11 11:44:12 +00001082
Harald Welte09e38af2009-02-16 22:52:23 +00001083 /* Parse the number that was dialed and lookup subscriber */
1084 num_type = decode_bcd_number(called_number, sizeof(called_number),
1085 TLVP_VAL(&tp, GSM48_IE_CALLED_BCD)-1);
Harald Welte7ccf7782009-02-17 01:43:01 +00001086
Harald Welte4b458152009-02-17 13:23:06 +00001087 DEBUGP(DCC, "A -> SETUP(tid=0x%02x,number='%s')\n", call->transaction_id,
Harald Welte7ccf7782009-02-17 01:43:01 +00001088 called_number);
1089
Harald Welte09e38af2009-02-16 22:52:23 +00001090 called_subscr = subscr_get_by_extension(called_number);
Harald Welte7584aea2009-02-11 11:44:12 +00001091 if (!called_subscr) {
1092 DEBUGP(DCC, "could not find subscriber, RELEASE\n");
1093 put_lchan(msg->lchan);
1094 return gsm48_tx_simple(msg->lchan, GSM48_PDISC_CC,
Harald Welte4b458152009-02-17 13:23:06 +00001095 GSM48_MT_CC_RELEASE_COMPL);
Harald Welte7584aea2009-02-11 11:44:12 +00001096 }
Harald Welte5a065df2009-02-22 21:13:18 +00001097 if (called_subscr == msg->lchan->subscr) {
1098 DEBUGP(DCC, "subscriber calling himself ?!?\n");
1099 put_lchan(msg->lchan);
1100 subscr_put(called_subscr);
1101 return gsm48_tx_simple(msg->lchan, GSM48_PDISC_CC,
1102 GSM48_MT_CC_RELEASE_COMPL);
1103 }
Harald Welte7584aea2009-02-11 11:44:12 +00001104
Harald Welte09e38af2009-02-16 22:52:23 +00001105 subscr_get(msg->lchan->subscr);
Harald Welte09e38af2009-02-16 22:52:23 +00001106 call->called_subscr = called_subscr;
1107
Harald Welte7584aea2009-02-11 11:44:12 +00001108 /* start paging of the receiving end of the call */
Harald Welte09e38af2009-02-16 22:52:23 +00001109 paging_request(msg->trx->bts, called_subscr, RSL_CHANNEED_TCH_F,
1110 setup_trig_pag_evt, call);
Harald Welte7584aea2009-02-11 11:44:12 +00001111
1112 /* send a CALL PROCEEDING message to the MO */
1113 ret = gsm48_tx_simple(msg->lchan, GSM48_PDISC_CC,
1114 GSM48_MT_CC_CALL_PROC);
1115
Harald Welte49f48b82009-02-17 15:29:33 +00001116 if (is_ipaccess_bts(msg->trx->bts))
1117 rsl_ipacc_bind(msg->lchan);
1118
Harald Welte7584aea2009-02-11 11:44:12 +00001119 /* change TCH/F mode to voice */
Harald Welte2c38aa82009-02-18 03:44:24 +00001120 return gsm48_tx_chan_mode_modify(msg->lchan, GSM48_CMODE_SPEECH_EFR);
Harald Welte09e38af2009-02-16 22:52:23 +00001121
1122err:
1123 /* FIXME: send some kind of RELEASE */
1124 return 0;
Harald Welte4bc90a12008-12-27 16:32:52 +00001125}
Harald Welte7584aea2009-02-11 11:44:12 +00001126
Harald Welte7ccf7782009-02-17 01:43:01 +00001127static int gsm48_cc_rx_alerting(struct msgb *msg)
1128{
1129 struct gsm_call *call = &msg->lchan->call;
Harald Welte4bc90a12008-12-27 16:32:52 +00001130
Harald Welte4b458152009-02-17 13:23:06 +00001131 DEBUGP(DCC, "A -> ALERTING\n");
Harald Welte7ccf7782009-02-17 01:43:01 +00001132
1133 /* forward ALERTING to other party */
Harald Welte49f48b82009-02-17 15:29:33 +00001134 if (!call->remote_lchan)
Harald Welte7ccf7782009-02-17 01:43:01 +00001135 return -EIO;
1136
Harald Welte4b458152009-02-17 13:23:06 +00001137 DEBUGP(DCC, "B <- ALERTING\n");
Harald Welte49f48b82009-02-17 15:29:33 +00001138 return gsm48_tx_simple(call->remote_lchan, GSM48_PDISC_CC,
Harald Welte7ccf7782009-02-17 01:43:01 +00001139 GSM48_MT_CC_ALERTING);
1140}
1141
Harald Welte49f48b82009-02-17 15:29:33 +00001142/* map two ipaccess RTP streams onto each other */
Harald Welte11fa29c2009-02-19 17:24:39 +00001143static int tch_map(struct gsm_lchan *lchan, struct gsm_lchan *remote_lchan)
Harald Welte49f48b82009-02-17 15:29:33 +00001144{
Harald Welte11fa29c2009-02-19 17:24:39 +00001145 struct gsm_bts *bts = lchan->ts->trx->bts;
1146 struct gsm_bts *remote_bts = remote_lchan->ts->trx->bts;
Harald Welte49f48b82009-02-17 15:29:33 +00001147 struct gsm_bts_trx_ts *ts;
1148
Harald Welte11fa29c2009-02-19 17:24:39 +00001149 DEBUGP(DCC, "Setting up TCH map between (bts=%u,trx=%u,ts=%u) and (bts=%u,trx=%u,ts=%u)\n",
1150 bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
1151 remote_bts->nr, remote_lchan->ts->trx->nr, remote_lchan->ts->nr);
1152
1153 if (bts->type != remote_bts->type) {
1154 DEBUGP(DCC, "Cannot switch calls between different BTS types yet\n");
1155 return -EINVAL;
1156 }
Harald Welte49f48b82009-02-17 15:29:33 +00001157
Harald Welte11fa29c2009-02-19 17:24:39 +00001158 switch (bts->type) {
1159 case GSM_BTS_TYPE_NANOBTS_900:
1160 case GSM_BTS_TYPE_NANOBTS_1800:
1161 ts = remote_lchan->ts;
1162 rsl_ipacc_connect(lchan, ts->abis_ip.bound_ip, ts->abis_ip.bound_port,
1163 lchan->ts->abis_ip.attr_f8, ts->abis_ip.attr_fc);
1164
1165 ts = lchan->ts;
1166 rsl_ipacc_connect(remote_lchan, ts->abis_ip.bound_ip, ts->abis_ip.bound_port,
1167 remote_lchan->ts->abis_ip.attr_f8, ts->abis_ip.attr_fc);
1168 break;
1169 case GSM_BTS_TYPE_BS11:
1170 trau_mux_map_lchan(lchan, remote_lchan);
1171 break;
1172 default:
1173 DEBUGP(DCC, "Unknown BTS type %u\n", bts->type);
1174 break;
1175 }
Harald Welte49f48b82009-02-17 15:29:33 +00001176
1177 return 0;
1178}
1179
Harald Welte7ccf7782009-02-17 01:43:01 +00001180static int gsm48_cc_rx_connect(struct msgb *msg)
1181{
1182 struct gsm_call *call = &msg->lchan->call;
Harald Welte7ccf7782009-02-17 01:43:01 +00001183 int rc;
1184
Harald Welte4b458152009-02-17 13:23:06 +00001185 DEBUGP(DCC, "A -> CONNECT\n");
Harald Welte11fa29c2009-02-19 17:24:39 +00001186
1187 rc = tch_map(msg->lchan, call->remote_lchan);
1188 if (rc)
1189 return -EIO;
1190
1191 if (!call->remote_lchan)
1192 return -EIO;
1193
Harald Welte4b458152009-02-17 13:23:06 +00001194 DEBUGP(DCC, "A <- CONNECT ACK\n");
Harald Welte7ccf7782009-02-17 01:43:01 +00001195 /* MT+MO: need to respond with CONNECT_ACK and pass on */
1196 rc = gsm48_tx_simple(msg->lchan, GSM48_PDISC_CC,
Harald Welte4b458152009-02-17 13:23:06 +00001197 GSM48_MT_CC_CONNECT_ACK);
Harald Welte7ccf7782009-02-17 01:43:01 +00001198
Harald Welte49f48b82009-02-17 15:29:33 +00001199
1200 /* forward CONNECT to other party */
Harald Welte4b458152009-02-17 13:23:06 +00001201 DEBUGP(DCC, "B <- CONNECT\n");
Harald Welte49f48b82009-02-17 15:29:33 +00001202 return gsm48_tx_simple(call->remote_lchan, GSM48_PDISC_CC,
Harald Welte4b458152009-02-17 13:23:06 +00001203 GSM48_MT_CC_CONNECT);
Harald Welte7ccf7782009-02-17 01:43:01 +00001204}
1205
1206static int gsm48_cc_rx_disconnect(struct msgb *msg)
1207{
1208 struct gsm_call *call = &msg->lchan->call;
Harald Welte7ccf7782009-02-17 01:43:01 +00001209 int rc;
1210
1211
1212 /* Section 5.4.3.2 */
Harald Welte4b458152009-02-17 13:23:06 +00001213 DEBUGP(DCC, "A -> DISCONNECT (state->RELEASE_REQ)\n");
Harald Welte7ccf7782009-02-17 01:43:01 +00001214 call->state = GSM_CSTATE_RELEASE_REQ;
1215 if (call->state != GSM_CSTATE_NULL)
1216 put_lchan(msg->lchan);
1217 /* FIXME: clear the network connection */
Harald Welte4b458152009-02-17 13:23:06 +00001218 DEBUGP(DCC, "A <- RELEASE\n");
Harald Welte7ccf7782009-02-17 01:43:01 +00001219 rc = gsm48_tx_simple(msg->lchan, GSM48_PDISC_CC,
1220 GSM48_MT_CC_RELEASE);
1221
1222 /* forward DISCONNECT to other party */
Harald Welte49f48b82009-02-17 15:29:33 +00001223 if (!call->remote_lchan)
Harald Welte7ccf7782009-02-17 01:43:01 +00001224 return -EIO;
1225
Harald Welte4b458152009-02-17 13:23:06 +00001226 DEBUGP(DCC, "B <- DISCONNECT\n");
Harald Welte49f48b82009-02-17 15:29:33 +00001227 return gsm48_tx_simple(call->remote_lchan, GSM48_PDISC_CC,
Harald Welte7ccf7782009-02-17 01:43:01 +00001228 GSM48_MT_CC_DISCONNECT);
1229}
1230
1231static const u_int8_t calling_bcd[] = { 0xb9, 0x32, 0x24 };
1232
Harald Welte49f48b82009-02-17 15:29:33 +00001233int gsm48_cc_tx_setup(struct gsm_lchan *lchan,
1234 struct gsm_subscriber *calling_subscr)
Harald Welte65e74cc2008-12-29 01:55:35 +00001235{
1236 struct msgb *msg = gsm48_msgb_alloc();
1237 struct gsm48_hdr *gh;
1238 struct gsm_call *call = &lchan->call;
Harald Welte7ccf7782009-02-17 01:43:01 +00001239 u_int8_t bcd_lv[19];
Harald Welte65e74cc2008-12-29 01:55:35 +00001240
Harald Welte7ccf7782009-02-17 01:43:01 +00001241 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Harald Welte65e74cc2008-12-29 01:55:35 +00001242
1243 call->type = GSM_CT_MT;
Harald Welte49f48b82009-02-17 15:29:33 +00001244
1245 call->local_lchan = msg->lchan = lchan;
Harald Welte498b0bb2009-01-09 21:27:43 +00001246 use_lchan(lchan);
Harald Welte65e74cc2008-12-29 01:55:35 +00001247
1248 gh->proto_discr = GSM48_PDISC_CC;
1249 gh->msg_type = GSM48_MT_CC_SETUP;
Harald Welte09e38af2009-02-16 22:52:23 +00001250
Harald Welte7584aea2009-02-11 11:44:12 +00001251 msgb_tv_put(msg, GSM48_IE_SIGNAL, GSM48_SIGNAL_DIALTONE);
Harald Welte49f48b82009-02-17 15:29:33 +00001252 if (calling_subscr) {
Harald Welte7ccf7782009-02-17 01:43:01 +00001253 encode_bcd_number(bcd_lv, sizeof(bcd_lv), 0xb9,
Harald Welte49f48b82009-02-17 15:29:33 +00001254 calling_subscr->extension);
Harald Welte7ccf7782009-02-17 01:43:01 +00001255 msgb_tlv_put(msg, GSM48_IE_CALLING_BCD,
1256 bcd_lv[0], bcd_lv+1);
1257 }
Harald Welte49f48b82009-02-17 15:29:33 +00001258 if (lchan->subscr) {
Harald Welte7ccf7782009-02-17 01:43:01 +00001259 encode_bcd_number(bcd_lv, sizeof(bcd_lv), 0xb9,
Harald Welte49f48b82009-02-17 15:29:33 +00001260 lchan->subscr->extension);
Harald Welte7ccf7782009-02-17 01:43:01 +00001261 msgb_tlv_put(msg, GSM48_IE_CALLED_BCD,
1262 bcd_lv[0], bcd_lv+1);
1263 }
Harald Welte65e74cc2008-12-29 01:55:35 +00001264
Harald Welte4b458152009-02-17 13:23:06 +00001265 DEBUGP(DCC, "B <- SETUP\n");
Harald Welte65e74cc2008-12-29 01:55:35 +00001266
1267 return gsm48_sendmsg(msg);
1268}
1269
Harald Welte4bc90a12008-12-27 16:32:52 +00001270static int gsm0408_rcv_cc(struct msgb *msg)
1271{
1272 struct gsm48_hdr *gh = msgb_l3(msg);
1273 u_int8_t msg_type = gh->msg_type & 0xbf;
1274 struct gsm_call *call = &msg->lchan->call;
1275 int rc = 0;
1276
1277 switch (msg_type) {
1278 case GSM48_MT_CC_CALL_CONF:
1279 /* Response to SETUP */
Harald Welte7ccf7782009-02-17 01:43:01 +00001280 DEBUGP(DCC, "-> CALL CONFIRM\n");
Harald Welte4b458152009-02-17 13:23:06 +00001281 /* we now need to MODIFY the channel */
Harald Welte2c38aa82009-02-18 03:44:24 +00001282 rc = gsm48_tx_chan_mode_modify(msg->lchan, GSM48_CMODE_SPEECH_EFR);
Harald Welte4bc90a12008-12-27 16:32:52 +00001283 break;
1284 case GSM48_MT_CC_RELEASE_COMPL:
1285 /* Answer from MS to RELEASE */
Harald Welte7ccf7782009-02-17 01:43:01 +00001286 DEBUGP(DCC, "-> RELEASE COMPLETE (state->NULL)\n");
Harald Welte4bc90a12008-12-27 16:32:52 +00001287 call->state = GSM_CSTATE_NULL;
1288 break;
1289 case GSM48_MT_CC_ALERTING:
Harald Welte7ccf7782009-02-17 01:43:01 +00001290 rc = gsm48_cc_rx_alerting(msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00001291 break;
1292 case GSM48_MT_CC_CONNECT:
Harald Welte7ccf7782009-02-17 01:43:01 +00001293 rc = gsm48_cc_rx_connect(msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00001294 break;
1295 case GSM48_MT_CC_CONNECT_ACK:
1296 /* MO: Answer to CONNECT */
1297 call->state = GSM_CSTATE_ACTIVE;
Harald Welte7ccf7782009-02-17 01:43:01 +00001298 DEBUGP(DCC, "-> CONNECT_ACK (state->ACTIVE)\n");
Harald Welte4bc90a12008-12-27 16:32:52 +00001299 break;
1300 case GSM48_MT_CC_RELEASE:
Harald Welte7ccf7782009-02-17 01:43:01 +00001301 DEBUGP(DCC, "-> RELEASE\n");
Harald Welte49f48b82009-02-17 15:29:33 +00001302 DEBUGP(DCC, "<- RELEASE_COMPLETE\n");
Harald Welte4bc90a12008-12-27 16:32:52 +00001303 /* need to respond with RELEASE_COMPLETE */
Harald Welte7ccf7782009-02-17 01:43:01 +00001304 rc = gsm48_tx_simple(msg->lchan, GSM48_PDISC_CC,
1305 GSM48_MT_CC_RELEASE_COMPL);
Harald Welte49f48b82009-02-17 15:29:33 +00001306 put_lchan(msg->lchan);
1307 call->state = GSM_CSTATE_NULL;
Harald Welte4bc90a12008-12-27 16:32:52 +00001308 break;
1309 case GSM48_MT_CC_STATUS_ENQ:
1310 rc = gsm48_cc_rx_status_enq(msg);
1311 break;
1312 case GSM48_MT_CC_DISCONNECT:
Harald Welte7ccf7782009-02-17 01:43:01 +00001313 rc = gsm48_cc_rx_disconnect(msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00001314 break;
1315 case GSM48_MT_CC_SETUP:
Harald Welte7584aea2009-02-11 11:44:12 +00001316 rc = gsm48_cc_rx_setup(msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00001317 break;
1318 case GSM48_MT_CC_EMERG_SETUP:
Harald Welte7ccf7782009-02-17 01:43:01 +00001319 DEBUGP(DCC, "-> EMERGENCY SETUP\n");
Harald Welte4bc90a12008-12-27 16:32:52 +00001320 /* FIXME: continue with CALL_PROCEEDING, ALERTING, CONNECT, RELEASE_COMPLETE */
1321 break;
1322 default:
Harald Welte2d35ae62009-02-06 12:02:13 +00001323 fprintf(stderr, "Unimplemented GSM 04.08 CC msg type 0x%02x\n",
Harald Welte4bc90a12008-12-27 16:32:52 +00001324 msg_type);
1325 break;
1326 }
1327
1328 return rc;
1329}
1330
Harald Welte52b1f982008-12-23 20:25:15 +00001331/* here we pass in a msgb from the RSL->RLL. We expect the l3 pointer to be set */
1332int gsm0408_rcvmsg(struct msgb *msg)
1333{
1334 struct gsm48_hdr *gh = msgb_l3(msg);
1335 u_int8_t pdisc = gh->proto_discr & 0x0f;
Harald Welte8470bf22008-12-25 23:28:35 +00001336 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +00001337
1338 switch (pdisc) {
1339 case GSM48_PDISC_CC:
1340 rc = gsm0408_rcv_cc(msg);
1341 break;
1342 case GSM48_PDISC_MM:
1343 rc = gsm0408_rcv_mm(msg);
1344 break;
1345 case GSM48_PDISC_RR:
1346 rc = gsm0408_rcv_rr(msg);
1347 break;
Harald Weltebcae43f2008-12-27 21:45:37 +00001348 case GSM48_PDISC_SMS:
Daniel Willmann8b3390e2008-12-28 00:31:09 +00001349 rc = gsm0411_rcv_sms(msg);
Harald Weltebcae43f2008-12-27 21:45:37 +00001350 break;
Harald Welte52b1f982008-12-23 20:25:15 +00001351 case GSM48_PDISC_MM_GPRS:
Harald Weltebcae43f2008-12-27 21:45:37 +00001352 case GSM48_PDISC_SM_GPRS:
Harald Welte52b1f982008-12-23 20:25:15 +00001353 fprintf(stderr, "Unimplemented GSM 04.08 discriminator 0x%02d\n",
1354 pdisc);
1355 break;
1356 default:
1357 fprintf(stderr, "Unknown GSM 04.08 discriminator 0x%02d\n",
1358 pdisc);
1359 break;
1360 }
1361
1362 return rc;
1363}
Harald Welte8470bf22008-12-25 23:28:35 +00001364
1365enum chreq_type {
1366 CHREQ_T_EMERG_CALL,
1367 CHREQ_T_CALL_REEST_TCH_F,
1368 CHREQ_T_CALL_REEST_TCH_H,
1369 CHREQ_T_CALL_REEST_TCH_H_DBL,
1370 CHREQ_T_SDCCH,
1371 CHREQ_T_TCH_F,
1372 CHREQ_T_VOICE_CALL_TCH_H,
1373 CHREQ_T_DATA_CALL_TCH_H,
1374 CHREQ_T_LOCATION_UPD,
1375 CHREQ_T_PAG_R_ANY,
1376 CHREQ_T_PAG_R_TCH_F,
1377 CHREQ_T_PAG_R_TCH_FH,
1378};
1379
1380/* Section 9.1.8 / Table 9.9 */
1381struct chreq {
1382 u_int8_t val;
1383 u_int8_t mask;
1384 enum chreq_type type;
1385};
1386
1387/* If SYSTEM INFORMATION TYPE 4 NECI bit == 1 */
1388static const struct chreq chreq_type_neci1[] = {
1389 { 0xa0, 0xe0, CHREQ_T_EMERG_CALL },
1390 { 0xc0, 0xe0, CHREQ_T_CALL_REEST_TCH_F },
1391 { 0x68, 0xfc, CHREQ_T_CALL_REEST_TCH_H },
1392 { 0x6c, 0xfc, CHREQ_T_CALL_REEST_TCH_H_DBL },
1393 { 0xe0, 0xe0, CHREQ_T_SDCCH },
1394 { 0x40, 0xf0, CHREQ_T_VOICE_CALL_TCH_H },
1395 { 0x50, 0xf0, CHREQ_T_DATA_CALL_TCH_H },
1396 { 0x00, 0xf0, CHREQ_T_LOCATION_UPD },
1397 { 0x10, 0xf0, CHREQ_T_SDCCH },
1398 { 0x80, 0xe0, CHREQ_T_PAG_R_ANY },
1399 { 0x20, 0xf0, CHREQ_T_PAG_R_TCH_F },
1400 { 0x30, 0xf0, CHREQ_T_PAG_R_TCH_FH },
1401};
1402
1403/* If SYSTEM INFORMATION TYPE 4 NECI bit == 0 */
1404static const struct chreq chreq_type_neci0[] = {
1405 { 0xa0, 0xe0, CHREQ_T_EMERG_CALL },
1406 { 0xc0, 0xe0, CHREQ_T_CALL_REEST_TCH_H },
1407 { 0xe0, 0xe0, CHREQ_T_TCH_F },
1408 { 0x50, 0xf0, CHREQ_T_DATA_CALL_TCH_H },
1409 { 0x00, 0xe0, CHREQ_T_LOCATION_UPD },
1410 { 0x80, 0xe0, CHREQ_T_PAG_R_ANY },
1411 { 0x20, 0xf0, CHREQ_T_PAG_R_TCH_F },
1412 { 0x30, 0xf0, CHREQ_T_PAG_R_TCH_FH },
1413};
1414
1415static const enum gsm_chan_t ctype_by_chreq[] = {
1416 [CHREQ_T_EMERG_CALL] = GSM_LCHAN_TCH_F,
1417 [CHREQ_T_CALL_REEST_TCH_F] = GSM_LCHAN_TCH_F,
1418 [CHREQ_T_CALL_REEST_TCH_H] = GSM_LCHAN_TCH_H,
1419 [CHREQ_T_CALL_REEST_TCH_H_DBL] = GSM_LCHAN_TCH_H,
1420 [CHREQ_T_SDCCH] = GSM_LCHAN_SDCCH,
1421 [CHREQ_T_TCH_F] = GSM_LCHAN_TCH_F,
1422 [CHREQ_T_VOICE_CALL_TCH_H] = GSM_LCHAN_TCH_H,
1423 [CHREQ_T_DATA_CALL_TCH_H] = GSM_LCHAN_TCH_H,
1424 [CHREQ_T_LOCATION_UPD] = GSM_LCHAN_SDCCH,
1425 [CHREQ_T_PAG_R_ANY] = GSM_LCHAN_SDCCH,
1426 [CHREQ_T_PAG_R_TCH_F] = GSM_LCHAN_TCH_F,
1427 [CHREQ_T_PAG_R_TCH_FH] = GSM_LCHAN_TCH_F,
1428};
1429
Harald Weltee14a57c2008-12-29 04:08:28 +00001430static const enum gsm_chreq_reason_t reason_by_chreq[] = {
1431 [CHREQ_T_EMERG_CALL] = GSM_CHREQ_REASON_EMERG,
1432 [CHREQ_T_CALL_REEST_TCH_F] = GSM_CHREQ_REASON_CALL,
1433 [CHREQ_T_CALL_REEST_TCH_H] = GSM_CHREQ_REASON_CALL,
1434 [CHREQ_T_CALL_REEST_TCH_H_DBL] = GSM_CHREQ_REASON_CALL,
1435 [CHREQ_T_SDCCH] = GSM_CHREQ_REASON_OTHER,
1436 [CHREQ_T_TCH_F] = GSM_CHREQ_REASON_OTHER,
1437 [CHREQ_T_VOICE_CALL_TCH_H] = GSM_CHREQ_REASON_OTHER,
1438 [CHREQ_T_DATA_CALL_TCH_H] = GSM_CHREQ_REASON_OTHER,
1439 [CHREQ_T_LOCATION_UPD] = GSM_CHREQ_REASON_LOCATION_UPD,
1440 [CHREQ_T_PAG_R_ANY] = GSM_CHREQ_REASON_PAG,
1441 [CHREQ_T_PAG_R_TCH_F] = GSM_CHREQ_REASON_PAG,
1442 [CHREQ_T_PAG_R_TCH_FH] = GSM_CHREQ_REASON_PAG,
1443};
1444
Harald Welte8470bf22008-12-25 23:28:35 +00001445enum gsm_chan_t get_ctype_by_chreq(struct gsm_bts *bts, u_int8_t ra)
1446{
1447 int i;
1448 /* FIXME: determine if we set NECI = 0 in the BTS SI4 */
1449
1450 for (i = 0; i < ARRAY_SIZE(chreq_type_neci0); i++) {
1451 const struct chreq *chr = &chreq_type_neci0[i];
1452 if ((ra & chr->mask) == chr->val)
1453 return ctype_by_chreq[chr->type];
1454 }
1455 fprintf(stderr, "Unknown CHANNEL REQUEST RQD 0x%02x\n", ra);
1456 return GSM_LCHAN_SDCCH;
1457}
Harald Weltee14a57c2008-12-29 04:08:28 +00001458
1459enum gsm_chreq_reason_t get_reason_by_chreq(struct gsm_bts *bts, u_int8_t ra)
1460{
1461 int i;
1462 /* FIXME: determine if we set NECI = 0 in the BTS SI4 */
1463
1464 for (i = 0; i < ARRAY_SIZE(chreq_type_neci0); i++) {
1465 const struct chreq *chr = &chreq_type_neci0[i];
1466 if ((ra & chr->mask) == chr->val)
1467 return reason_by_chreq[chr->type];
1468 }
1469 fprintf(stderr, "Unknown CHANNEL REQUEST REASON 0x%02x\n", ra);
1470 return GSM_CHREQ_REASON_OTHER;
1471}