blob: 9e70ba922ce61045927165e803a92eacece7fc7f [file] [log] [blame]
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001/* GSM Mobile Radio Interface Layer 3 messages on the A-bis interface
Harald Welte52b1f982008-12-23 20:25:15 +00002 * 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>
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01005 * (C) 2008-2012 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
Harald Welte9af6ddf2011-01-01 15:25:50 +010010 * it under the terms of the GNU Affero General Public License as published by
11 * the Free Software Foundation; either version 3 of the License, or
Harald Welte52b1f982008-12-23 20:25:15 +000012 * (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
Harald Welte9af6ddf2011-01-01 15:25:50 +010017 * GNU Affero General Public License for more details.
Harald Welte52b1f982008-12-23 20:25:15 +000018 *
Harald Welte9af6ddf2011-01-01 15:25:50 +010019 * You should have received a copy of the GNU Affero General Public License
20 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Harald Welte52b1f982008-12-23 20:25:15 +000021 *
22 */
23
24
25#include <stdio.h>
26#include <stdlib.h>
27#include <string.h>
28#include <errno.h>
Harald Weltedb253af2008-12-30 17:56:55 +000029#include <time.h>
Harald Welte4b634542008-12-27 01:55:51 +000030#include <netinet/in.h>
Harald Welte52b1f982008-12-23 20:25:15 +000031
Harald Welte9c3dc902012-04-08 16:59:24 +020032#include "bscconfig.h"
33
Sylvain Munaut30a15382009-12-24 00:27:26 +010034#include <openbsc/auth.h>
Harald Welte75a983f2008-12-27 21:34:06 +000035#include <openbsc/db.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>
Holger Hans Peter Freythere0009f12010-08-12 01:41:57 +080041#include <openbsc/gsm_04_80.h>
Harald Welte8470bf22008-12-25 23:28:35 +000042#include <openbsc/abis_rsl.h>
Holger Freytherca362a62009-01-04 21:05:01 +000043#include <openbsc/chan_alloc.h>
Harald Welte0b4c34e2009-02-09 17:54:43 +000044#include <openbsc/paging.h>
Holger Freyther053e09d2009-02-14 22:51:06 +000045#include <openbsc/signal.h>
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +020046#include <osmocom/abis/trau_frame.h>
Harald Welte11fa29c2009-02-19 17:24:39 +000047#include <openbsc/trau_mux.h>
Harald Welte805f6442009-07-28 18:25:29 +020048#include <openbsc/rtp_proxy.h>
Harald Weltedcaf5652009-07-23 18:56:43 +020049#include <openbsc/transaction.h>
Harald Welte6eafe912009-10-16 08:32:58 +020050#include <openbsc/ussd.h>
Harald Welte51008772009-12-29 11:49:12 +010051#include <openbsc/silent_call.h>
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +080052#include <openbsc/bsc_api.h>
Holger Hans Peter Freyther88519ea2010-06-30 12:44:07 +080053#include <openbsc/osmo_msc.h>
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +010054#include <openbsc/handover.h>
Holger Hans Peter Freyther53122b02015-08-20 19:10:58 +020055#include <openbsc/mncc_int.h>
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +020056#include <osmocom/abis/e1_input.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010057#include <osmocom/core/bitvec.h>
Holger Hans Peter Freyther841c2002010-09-30 18:52:23 +080058
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010059#include <osmocom/gsm/gsm48.h>
60#include <osmocom/gsm/gsm0480.h>
61#include <osmocom/gsm/gsm_utils.h>
62#include <osmocom/core/msgb.h>
63#include <osmocom/core/talloc.h>
64#include <osmocom/gsm/tlv.h>
Harald Welte52b1f982008-12-23 20:25:15 +000065
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +020066#include <assert.h>
67
Harald Welte (local)d19e58b2009-08-15 02:30:58 +020068void *tall_locop_ctx;
Sylvain Munaut30a15382009-12-24 00:27:26 +010069void *tall_authciphop_ctx;
Harald Welte2cf161b2009-06-20 22:36:41 +020070
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +020071static int tch_rtp_signal(struct gsm_lchan *lchan, int signal);
72
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +020073static int gsm0408_loc_upd_acc(struct gsm_subscriber_connection *conn);
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +080074static int gsm48_tx_simple(struct gsm_subscriber_connection *conn,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020075 uint8_t pdisc, uint8_t msg_type);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +010076static void schedule_reject(struct gsm_subscriber_connection *conn);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +080077static void release_anchor(struct gsm_subscriber_connection *conn);
Harald Welte65e74cc2008-12-29 01:55:35 +000078
Harald Welte52b1f982008-12-23 20:25:15 +000079struct gsm_lai {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020080 uint16_t mcc;
81 uint16_t mnc;
82 uint16_t lac;
Harald Welte52b1f982008-12-23 20:25:15 +000083};
84
Andreas Eversberga83d5112013-12-07 18:32:28 +010085static int apply_codec_restrictions(struct gsm_bts *bts,
86 struct gsm_mncc_bearer_cap *bcap)
87{
88 int i, j;
89
90 /* remove unsupported speech versions from list */
91 for (i = 0, j = 0; bcap->speech_ver[i] >= 0; i++) {
92 if (bcap->speech_ver[i] == GSM48_BCAP_SV_FR)
93 bcap->speech_ver[j++] = GSM48_BCAP_SV_FR;
94 if (bcap->speech_ver[i] == GSM48_BCAP_SV_EFR && bts->codec.efr)
95 bcap->speech_ver[j++] = GSM48_BCAP_SV_EFR;
96 if (bcap->speech_ver[i] == GSM48_BCAP_SV_AMR_F && bts->codec.amr)
97 bcap->speech_ver[j++] = GSM48_BCAP_SV_AMR_F;
98 if (bcap->speech_ver[i] == GSM48_BCAP_SV_HR && bts->codec.hr)
99 bcap->speech_ver[j++] = GSM48_BCAP_SV_HR;
100 if (bcap->speech_ver[i] == GSM48_BCAP_SV_AMR_H && bts->codec.amr)
101 bcap->speech_ver[j++] = GSM48_BCAP_SV_AMR_H;
102 }
103 bcap->speech_ver[j] = -1;
104
105 return 0;
106}
107
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200108static uint32_t new_callref = 0x80000001;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800109
Harald Welte31c00f72011-03-03 23:29:05 +0100110void cc_tx_to_mncc(struct gsm_network *net, struct msgb *msg)
111{
112 net->mncc_recv(net, msg);
113}
114
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800115static int gsm48_conn_sendmsg(struct msgb *msg, struct gsm_subscriber_connection *conn,
116 struct gsm_trans *trans)
117{
118 struct gsm48_hdr *gh = (struct gsm48_hdr *) msg->data;
119
120 /* if we get passed a transaction reference, do some common
121 * work that the caller no longer has to do */
122 if (trans) {
123 gh->proto_discr = trans->protocol | (trans->transaction_id << 4);
124 msg->lchan = trans->conn->lchan;
125 }
126
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800127 if (msg->lchan) {
Pablo Neira Ayuso7abecfc2011-08-17 22:43:54 +0200128 struct e1inp_sign_link *sign_link =
129 msg->lchan->ts->trx->rsl_link;
130
131 msg->dst = sign_link;
Neels Hofmeyr531734a2016-03-14 16:13:24 +0100132 if (gsm48_hdr_pdisc(gh) == GSM48_PDISC_CC)
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800133 DEBUGP(DCC, "(bts %d trx %d ts %d ti %02x) "
Pablo Neira Ayuso7abecfc2011-08-17 22:43:54 +0200134 "Sending '%s' to MS.\n",
135 sign_link->trx->bts->nr,
136 sign_link->trx->nr, msg->lchan->ts->nr,
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800137 gh->proto_discr & 0xf0,
138 gsm48_cc_msg_name(gh->msg_type));
139 else
140 DEBUGP(DCC, "(bts %d trx %d ts %d pd %02x) "
Pablo Neira Ayuso7abecfc2011-08-17 22:43:54 +0200141 "Sending 0x%02x to MS.\n",
142 sign_link->trx->bts->nr,
143 sign_link->trx->nr, msg->lchan->ts->nr,
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800144 gh->proto_discr, gh->msg_type);
145 }
146
Holger Hans Peter Freyther8d380dc2010-11-10 10:16:02 +0100147 return gsm0808_submit_dtap(conn, msg, 0, 0);
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800148}
Sylvain Munaut30a15382009-12-24 00:27:26 +0100149
Holger Hans Peter Freythere0009f12010-08-12 01:41:57 +0800150int gsm48_cc_tx_notify_ss(struct gsm_trans *trans, const char *message)
151{
152 struct gsm48_hdr *gh;
153 struct msgb *ss_notify;
154
155 ss_notify = gsm0480_create_notifySS(message);
156 if (!ss_notify)
157 return -1;
158
159 gsm0480_wrap_invoke(ss_notify, GSM0480_OP_CODE_NOTIFY_SS, 0);
160 uint8_t *data = msgb_push(ss_notify, 1);
161 data[0] = ss_notify->len - 1;
162 gh = (struct gsm48_hdr *) msgb_push(ss_notify, sizeof(*gh));
163 gh->msg_type = GSM48_MT_CC_FACILITY;
164 return gsm48_conn_sendmsg(ss_notify, trans->conn, trans);
165}
166
Harald Weltecf149ee2012-01-23 16:40:24 +0100167void release_security_operation(struct gsm_subscriber_connection *conn)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100168{
169 if (!conn->sec_operation)
170 return;
171
172 talloc_free(conn->sec_operation);
173 conn->sec_operation = NULL;
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800174 msc_release_connection(conn);
Sylvain Munaut30a15382009-12-24 00:27:26 +0100175}
176
Harald Weltecf149ee2012-01-23 16:40:24 +0100177void allocate_security_operation(struct gsm_subscriber_connection *conn)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100178{
Sylvain Munaut30a15382009-12-24 00:27:26 +0100179 conn->sec_operation = talloc_zero(tall_authciphop_ctx,
180 struct gsm_security_operation);
181}
182
Sylvain Munaut0fbfd1b2010-12-01 22:37:05 +0100183int gsm48_secure_channel(struct gsm_subscriber_connection *conn, int key_seq,
184 gsm_cbfn *cb, void *cb_data)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100185{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800186 struct gsm_network *net = conn->bts->network;
187 struct gsm_subscriber *subscr = conn->subscr;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100188 struct gsm_security_operation *op;
189 struct gsm_auth_tuple atuple;
190 int status = -1, rc;
191
192 /* Check if we _can_ enable encryption. Cases where we can't:
193 * - Encryption disabled in config
194 * - Channel already secured (nothing to do)
195 * - Subscriber equipment doesn't support configured encryption
196 */
197 if (!net->a5_encryption) {
198 status = GSM_SECURITY_NOAVAIL;
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800199 } else if (conn->lchan->encr.alg_id > RSL_ENC_ALG_A5(0)) {
Sylvain Munaut30a15382009-12-24 00:27:26 +0100200 DEBUGP(DMM, "Requesting to secure an already secure channel");
Andreas Eversberg641475c2013-07-10 08:58:03 +0200201 status = GSM_SECURITY_ALREADY;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100202 } else if (!ms_cm2_a5n_support(subscr->equipment.classmark2,
203 net->a5_encryption)) {
204 DEBUGP(DMM, "Subscriber equipment doesn't support requested encryption");
205 status = GSM_SECURITY_NOAVAIL;
206 }
207
208 /* If not done yet, try to get info for this user */
209 if (status < 0) {
210 rc = auth_get_tuple_for_subscr(&atuple, subscr, key_seq);
211 if (rc <= 0)
212 status = GSM_SECURITY_NOAVAIL;
213 }
214
215 /* Are we done yet ? */
216 if (status >= 0)
217 return cb ?
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800218 cb(GSM_HOOK_RR_SECURITY, status, NULL, conn, cb_data) :
Sylvain Munaut30a15382009-12-24 00:27:26 +0100219 0;
220
221 /* Start an operation (can't have more than one pending !!!) */
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800222 if (conn->sec_operation)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100223 return -EBUSY;
224
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800225 allocate_security_operation(conn);
226 op = conn->sec_operation;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100227 op->cb = cb;
228 op->cb_data = cb_data;
229 memcpy(&op->atuple, &atuple, sizeof(struct gsm_auth_tuple));
230
231 /* FIXME: Should start a timer for completion ... */
232
233 /* Then do whatever is needed ... */
Harald Welte86dda082010-12-23 18:07:49 +0100234 if (rc == AUTH_DO_AUTH_THAN_CIPH) {
Sylvain Munaut30a15382009-12-24 00:27:26 +0100235 /* Start authentication */
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800236 return gsm48_tx_mm_auth_req(conn, op->atuple.rand, op->atuple.key_seq);
Harald Welte86dda082010-12-23 18:07:49 +0100237 } else if (rc == AUTH_DO_CIPH) {
Sylvain Munaut30a15382009-12-24 00:27:26 +0100238 /* Start ciphering directly */
Sylvain Munaut67706df2010-11-29 08:19:04 +0100239 return gsm0808_cipher_mode(conn, net->a5_encryption,
240 op->atuple.kc, 8, 0);
Sylvain Munaut30a15382009-12-24 00:27:26 +0100241 }
242
243 return -EINVAL; /* not reached */
244}
245
Holger Freyther73487a22008-12-31 18:53:57 +0000246static int authorize_subscriber(struct gsm_loc_updating_operation *loc,
247 struct gsm_subscriber *subscriber)
Holger Freyther89824fc2008-12-30 16:18:18 +0000248{
249 if (!subscriber)
250 return 0;
251
Holger Freyther73487a22008-12-31 18:53:57 +0000252 /*
253 * Do not send accept yet as more information should arrive. Some
254 * phones will not send us the information and we will have to check
255 * what we want to do with that.
256 */
257 if (loc && (loc->waiting_for_imsi || loc->waiting_for_imei))
258 return 0;
259
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100260 switch (subscriber->group->net->auth_policy) {
Jan Luebbe06513f22009-08-12 12:48:00 +0200261 case GSM_AUTH_POLICY_CLOSED:
262 return subscriber->authorized;
Harald Welte (local)aa9dc192009-08-13 13:49:51 +0200263 case GSM_AUTH_POLICY_TOKEN:
Harald Welte (local)ee9afe32009-08-13 20:44:23 +0200264 if (subscriber->authorized)
265 return subscriber->authorized;
Harald Welte (local)aa9dc192009-08-13 13:49:51 +0200266 return (subscriber->flags & GSM_SUBSCRIBER_FIRST_CONTACT);
Jan Luebbe06513f22009-08-12 12:48:00 +0200267 case GSM_AUTH_POLICY_ACCEPT_ALL:
Holger Freyther89824fc2008-12-30 16:18:18 +0000268 return 1;
Jan Luebbe06513f22009-08-12 12:48:00 +0200269 default:
270 return 0;
271 }
Holger Freyther89824fc2008-12-30 16:18:18 +0000272}
Holger Freyther07cc8d82008-12-29 06:23:46 +0000273
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100274static void release_loc_updating_req(struct gsm_subscriber_connection *conn, int release)
Holger Freyther73487a22008-12-31 18:53:57 +0000275{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100276 if (!conn->loc_operation)
Holger Freyther73487a22008-12-31 18:53:57 +0000277 return;
278
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +0800279 /* No need to keep the connection up */
280 release_anchor(conn);
281
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200282 osmo_timer_del(&conn->loc_operation->updating_timer);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100283 talloc_free(conn->loc_operation);
Holger Hans Peter Freytherf93e8fa2010-12-22 08:53:28 +0100284 conn->loc_operation = NULL;
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100285 if (release)
286 msc_release_connection(conn);
Holger Freyther73487a22008-12-31 18:53:57 +0000287}
288
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100289static void allocate_loc_updating_req(struct gsm_subscriber_connection *conn)
Holger Freyther73487a22008-12-31 18:53:57 +0000290{
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800291 if (conn->loc_operation)
292 LOGP(DMM, LOGL_ERROR, "Connection already had operation.\n");
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100293 release_loc_updating_req(conn, 0);
Holger Freyther73487a22008-12-31 18:53:57 +0000294
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100295 conn->loc_operation = talloc_zero(tall_locop_ctx,
Harald Welte470ec292009-06-26 20:25:23 +0200296 struct gsm_loc_updating_operation);
Holger Freyther73487a22008-12-31 18:53:57 +0000297}
Holger Freyther07cc8d82008-12-29 06:23:46 +0000298
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200299static int finish_lu(struct gsm_subscriber_connection *conn)
300{
301 int rc = 0;
302 int avoid_tmsi = conn->bts->network->avoid_tmsi;
303
304 /* We're all good */
305 if (avoid_tmsi) {
306 conn->subscr->tmsi = GSM_RESERVED_TMSI;
307 db_sync_subscriber(conn->subscr);
308 } else {
309 db_subscriber_alloc_tmsi(conn->subscr);
310 }
311
312 rc = gsm0408_loc_upd_acc(conn);
313 if (conn->bts->network->send_mm_info) {
314 /* send MM INFO with network name */
315 rc = gsm48_tx_mm_info(conn);
316 }
317
318 /* call subscr_update after putting the loc_upd_acc
319 * in the transmit queue, since S_SUBSCR_ATTACHED might
320 * trigger further action like SMS delivery */
321 subscr_update(conn->subscr, conn->bts,
322 GSM_SUBSCRIBER_UPDATE_ATTACHED);
323
324 /*
325 * The gsm0408_loc_upd_acc sends a MI with the TMSI. The
326 * MS needs to respond with a TMSI REALLOCATION COMPLETE
327 * (even if the TMSI is the same).
328 */
329 if (avoid_tmsi)
330 release_loc_updating_req(conn, 1);
331
332 return rc;
333}
334
Sylvain Munaut267fba02009-12-24 00:28:01 +0100335static int _gsm0408_authorize_sec_cb(unsigned int hooknum, unsigned int event,
336 struct msgb *msg, void *data, void *param)
337{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800338 struct gsm_subscriber_connection *conn = data;
Sylvain Munaut267fba02009-12-24 00:28:01 +0100339 int rc = 0;
340
341 switch (event) {
342 case GSM_SECURITY_AUTH_FAILED:
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100343 release_loc_updating_req(conn, 1);
Sylvain Munaut267fba02009-12-24 00:28:01 +0100344 break;
345
Andreas Eversberga874b8d2013-07-10 08:58:03 +0200346 case GSM_SECURITY_ALREADY:
347 LOGP(DMM, LOGL_ERROR, "We don't expect LOCATION "
348 "UPDATING after CM SERVICE REQUEST\n");
349 /* fall through */
350
Sylvain Munaut267fba02009-12-24 00:28:01 +0100351 case GSM_SECURITY_NOAVAIL:
352 case GSM_SECURITY_SUCCEEDED:
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200353 rc = finish_lu(conn);
Sylvain Munaut267fba02009-12-24 00:28:01 +0100354 break;
355
356 default:
357 rc = -EINVAL;
358 };
359
360 return rc;
361}
362
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100363static int gsm0408_authorize(struct gsm_subscriber_connection *conn, struct msgb *msg)
Holger Freytherd51524f2009-06-09 08:27:07 +0000364{
Holger Hans Peter Freyther1a345ca2013-12-27 17:37:27 +0100365 if (!conn->loc_operation)
366 return 0;
367
Sylvain Munaut267fba02009-12-24 00:28:01 +0100368 if (authorize_subscriber(conn->loc_operation, conn->subscr))
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800369 return gsm48_secure_channel(conn,
Sylvain Munaut267fba02009-12-24 00:28:01 +0100370 conn->loc_operation->key_seq,
371 _gsm0408_authorize_sec_cb, NULL);
Holger Freytherd51524f2009-06-09 08:27:07 +0000372 return 0;
373}
374
Holger Hans Peter Freytheradb6e1c2010-09-18 06:44:24 +0800375void gsm0408_clear_request(struct gsm_subscriber_connection *conn, uint32_t cause)
Holger Freyther7c19f742009-06-06 13:54:35 +0000376{
Harald Welte4bfdfe72009-06-10 23:11:52 +0800377 struct gsm_trans *trans, *temp;
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800378
379 /* avoid someone issuing a clear */
380 conn->in_release = 1;
381
Holger Freyther7c19f742009-06-06 13:54:35 +0000382 /*
383 * Cancel any outstanding location updating request
Holger Hans Peter Freytherf6fb3ef2010-06-15 13:16:52 +0800384 * operation taking place on the subscriber connection.
Holger Freyther7c19f742009-06-06 13:54:35 +0000385 */
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100386 release_loc_updating_req(conn, 1);
Holger Hans Peter Freytherc29043e2010-12-28 14:57:20 +0100387
388 /* We might need to cancel the paging response or such. */
389 if (conn->sec_operation && conn->sec_operation->cb) {
390 conn->sec_operation->cb(GSM_HOOK_RR_SECURITY, GSM_SECURITY_AUTH_FAILED,
391 NULL, conn, conn->sec_operation->cb_data);
392 }
393
Holger Hans Peter Freytherf6fb3ef2010-06-15 13:16:52 +0800394 release_security_operation(conn);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +0800395 release_anchor(conn);
Holger Freyther7c19f742009-06-06 13:54:35 +0000396
Holger Hans Peter Freyther3e9b2ec2012-12-22 18:45:27 +0100397 /*
398 * Free all transactions that are associated with the released
399 * connection. The transaction code will inform the CC or SMS
400 * facilities that will send the release indications. As part of
401 * the CC REL_IND the remote leg might be released and this will
402 * trigger the call to trans_free. This is something the llist
403 * macro can not handle and we will need to re-iterate the list.
404 *
405 * TODO: Move the trans_list into the subscriber connection and
406 * create a pending list for MT transactions. These exist before
407 * we have a subscriber connection.
408 */
409restart:
Holger Hans Peter Freytherf6fb3ef2010-06-15 13:16:52 +0800410 llist_for_each_entry_safe(trans, temp, &conn->bts->network->trans_list, entry) {
Holger Hans Peter Freyther3e9b2ec2012-12-22 18:45:27 +0100411 if (trans->conn == conn) {
Harald Weltedcaf5652009-07-23 18:56:43 +0200412 trans_free(trans);
Holger Hans Peter Freyther3e9b2ec2012-12-22 18:45:27 +0100413 goto restart;
414 }
Harald Welte4bfdfe72009-06-10 23:11:52 +0800415 }
Holger Freyther7c19f742009-06-06 13:54:35 +0000416}
417
Harald Welte371efe52010-12-22 23:17:50 +0100418void gsm0408_clear_all_trans(struct gsm_network *net, int protocol)
419{
420 struct gsm_trans *trans, *temp;
421
422 LOGP(DCC, LOGL_NOTICE, "Clearing all currently active transactions!!!\n");
423
424 llist_for_each_entry_safe(trans, temp, &net->trans_list, entry) {
Harald Welteeb76c7a2010-12-23 02:47:53 +0100425 if (trans->protocol == protocol) {
426 trans->callref = 0;
Harald Welte371efe52010-12-22 23:17:50 +0100427 trans_free(trans);
Harald Welteeb76c7a2010-12-23 02:47:53 +0100428 }
Harald Welte371efe52010-12-22 23:17:50 +0100429 }
430}
431
Holger Freyther429e7762008-12-30 13:28:30 +0000432/* Chapter 9.2.14 : Send LOCATION UPDATING REJECT */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200433int gsm0408_loc_upd_rej(struct gsm_subscriber_connection *conn, uint8_t cause)
Harald Welte52b1f982008-12-23 20:25:15 +0000434{
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800435 struct gsm_bts *bts = conn->bts;
Holger Hans Peter Freyther230a4d82010-06-15 19:40:05 +0800436 struct msgb *msg;
437
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200438 osmo_counter_inc(bts->network->stats.loc_upd_resp.reject);
Holger Hans Peter Freyther230a4d82010-06-15 19:40:05 +0800439
440 msg = gsm48_create_loc_upd_rej(cause);
441 if (!msg) {
442 LOGP(DMM, LOGL_ERROR, "Failed to create msg for LOCATION UPDATING REJECT.\n");
443 return -1;
444 }
Harald Welte52b1f982008-12-23 20:25:15 +0000445
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800446 msg->lchan = conn->lchan;
Harald Welte52b1f982008-12-23 20:25:15 +0000447
Harald Welte (local)198d5ad2009-12-26 22:15:28 +0100448 LOGP(DMM, LOGL_INFO, "Subscriber %s: LOCATION UPDATING REJECT "
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100449 "LAC=%u BTS=%u\n", conn->subscr ?
450 subscr_name(conn->subscr) : "unknown",
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800451 bts->location_area_code, bts->nr);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100452
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800453 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte52b1f982008-12-23 20:25:15 +0000454}
455
456/* Chapter 9.2.13 : Send LOCATION UPDATE ACCEPT */
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200457static int gsm0408_loc_upd_acc(struct gsm_subscriber_connection *conn)
Harald Welte52b1f982008-12-23 20:25:15 +0000458{
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800459 struct gsm_bts *bts = conn->bts;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100460 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 LOC UPD ACC");
Harald Welte52b1f982008-12-23 20:25:15 +0000461 struct gsm48_hdr *gh;
462 struct gsm48_loc_area_id *lai;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200463 uint8_t *mid;
Harald Welte52b1f982008-12-23 20:25:15 +0000464
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800465 msg->lchan = conn->lchan;
Harald Welte52b1f982008-12-23 20:25:15 +0000466
467 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
468 gh->proto_discr = GSM48_PDISC_MM;
469 gh->msg_type = GSM48_MT_MM_LOC_UPD_ACCEPT;
470
471 lai = (struct gsm48_loc_area_id *) msgb_put(msg, sizeof(*lai));
Harald Welteafedeab2010-03-04 10:55:40 +0100472 gsm48_generate_lai(lai, bts->network->country_code,
Harald Welte52b1f982008-12-23 20:25:15 +0000473 bts->network->network_code, bts->location_area_code);
474
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200475 if (conn->subscr->tmsi == GSM_RESERVED_TMSI) {
476 uint8_t mi[10];
477 int len;
478 len = gsm48_generate_mid_from_imsi(mi, conn->subscr->imsi);
479 mid = msgb_put(msg, len);
480 memcpy(mid, mi, len);
481 } else {
482 mid = msgb_put(msg, GSM48_MID_TMSI_LEN);
483 gsm48_generate_mid_from_tmsi(mid, conn->subscr->tmsi);
484 }
Harald Welte52b1f982008-12-23 20:25:15 +0000485
486 DEBUGP(DMM, "-> LOCATION UPDATE ACCEPT\n");
487
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200488 osmo_counter_inc(bts->network->stats.loc_upd_resp.accept);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100489
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800490 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte52b1f982008-12-23 20:25:15 +0000491}
492
Harald Weltebf5e8df2009-02-03 12:59:45 +0000493/* Transmit Chapter 9.2.10 Identity Request */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200494static int mm_tx_identity_req(struct gsm_subscriber_connection *conn, uint8_t id_type)
Harald Welte231ad4f2008-12-27 11:15:38 +0000495{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100496 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 ID REQ");
Harald Welte231ad4f2008-12-27 11:15:38 +0000497 struct gsm48_hdr *gh;
Harald Weltefc977a82008-12-27 10:19:37 +0000498
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800499 msg->lchan = conn->lchan;
Harald Welte231ad4f2008-12-27 11:15:38 +0000500
501 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
502 gh->proto_discr = GSM48_PDISC_MM;
503 gh->msg_type = GSM48_MT_MM_ID_REQ;
504 gh->data[0] = id_type;
505
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800506 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte231ad4f2008-12-27 11:15:38 +0000507}
508
Harald Welte231ad4f2008-12-27 11:15:38 +0000509
Harald Weltebf5e8df2009-02-03 12:59:45 +0000510/* Parse Chapter 9.2.11 Identity Response */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800511static int mm_rx_id_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte231ad4f2008-12-27 11:15:38 +0000512{
513 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte75a983f2008-12-27 21:34:06 +0000514 struct gsm_lchan *lchan = msg->lchan;
Harald Welte9176bd42009-07-23 18:46:00 +0200515 struct gsm_bts *bts = lchan->ts->trx->bts;
516 struct gsm_network *net = bts->network;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200517 uint8_t mi_type = gh->data[1] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200518 char mi_string[GSM48_MI_SIZE];
Harald Welte231ad4f2008-12-27 11:15:38 +0000519
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200520 gsm48_mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
Harald Welteb9845f92015-08-16 18:07:48 +0200521 DEBUGP(DMM, "IDENTITY RESPONSE: MI(%s)=%s\n",
522 gsm48_mi_type_name(mi_type), mi_string);
Harald Welte231ad4f2008-12-27 11:15:38 +0000523
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +0200524 osmo_signal_dispatch(SS_SUBSCR, S_SUBSCR_IDENTITY, gh->data);
Harald Welte7659de12009-12-13 12:39:18 +0100525
Harald Welte75a983f2008-12-27 21:34:06 +0000526 switch (mi_type) {
527 case GSM_MI_TYPE_IMSI:
Jan Luebbe370b41d2009-08-12 10:19:34 +0200528 /* look up subscriber based on IMSI, create if not found */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100529 if (!conn->subscr) {
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100530 conn->subscr = subscr_get_by_imsi(net->subscr_group,
531 mi_string);
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100532 if (!conn->subscr && net->create_subscriber)
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100533 conn->subscr = subscr_create_subscriber(
534 net->subscr_group, mi_string);
Jan Luebbeb0dfc312009-08-12 10:12:52 +0200535 }
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100536 if (!conn->subscr && conn->loc_operation) {
537 gsm0408_loc_upd_rej(conn, bts->network->reject_cause);
538 release_loc_updating_req(conn, 1);
539 return 0;
540 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100541 if (conn->loc_operation)
542 conn->loc_operation->waiting_for_imsi = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000543 break;
544 case GSM_MI_TYPE_IMEI:
Harald Welte255539c2008-12-28 02:26:27 +0000545 case GSM_MI_TYPE_IMEISV:
Harald Welte75a983f2008-12-27 21:34:06 +0000546 /* update subscribe <-> IMEI mapping */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100547 if (conn->subscr) {
548 db_subscriber_assoc_imei(conn->subscr, mi_string);
549 db_sync_equipment(&conn->subscr->equipment);
Harald Welte (local)ee4410a2009-08-17 09:39:55 +0200550 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100551 if (conn->loc_operation)
552 conn->loc_operation->waiting_for_imei = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000553 break;
554 }
Holger Freyther73487a22008-12-31 18:53:57 +0000555
556 /* Check if we can let the mobile station enter */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100557 return gsm0408_authorize(conn, msg);
Harald Welte231ad4f2008-12-27 11:15:38 +0000558}
559
Harald Welte255539c2008-12-28 02:26:27 +0000560
561static void loc_upd_rej_cb(void *data)
562{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100563 struct gsm_subscriber_connection *conn = data;
564 struct gsm_lchan *lchan = conn->lchan;
Harald Welte1085c092009-11-18 20:33:19 +0100565 struct gsm_bts *bts = lchan->ts->trx->bts;
Harald Welte255539c2008-12-28 02:26:27 +0000566
Holger Hans Peter Freyther2692e3b2011-11-07 12:26:29 +0100567 LOGP(DMM, LOGL_DEBUG, "Location Updating Request procedure timedout.\n");
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800568 gsm0408_loc_upd_rej(conn, bts->network->reject_cause);
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100569 release_loc_updating_req(conn, 1);
Harald Welte255539c2008-12-28 02:26:27 +0000570}
571
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100572static void schedule_reject(struct gsm_subscriber_connection *conn)
Holger Freytherb7193e42008-12-29 17:44:08 +0000573{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100574 conn->loc_operation->updating_timer.cb = loc_upd_rej_cb;
575 conn->loc_operation->updating_timer.data = conn;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200576 osmo_timer_schedule(&conn->loc_operation->updating_timer, 5, 0);
Holger Freytherb7193e42008-12-29 17:44:08 +0000577}
578
Harald Welteb9845f92015-08-16 18:07:48 +0200579static const struct value_string lupd_names[] = {
580 { GSM48_LUPD_NORMAL, "NORMAL" },
581 { GSM48_LUPD_PERIODIC, "PERIODIC" },
582 { GSM48_LUPD_IMSI_ATT, "IMSI ATTACH" },
583 { 0, NULL }
584};
Harald Welte2a139372009-02-22 21:14:55 +0000585
Harald Weltebf5e8df2009-02-03 12:59:45 +0000586/* Chapter 9.2.15: Receive Location Updating Request */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800587static int mm_rx_loc_upd_req(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +0000588{
Harald Welte8470bf22008-12-25 23:28:35 +0000589 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000590 struct gsm48_loc_upd_req *lu;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800591 struct gsm_subscriber *subscr = NULL;
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800592 struct gsm_bts *bts = conn->bts;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200593 uint8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200594 char mi_string[GSM48_MI_SIZE];
Harald Welte52b1f982008-12-23 20:25:15 +0000595
Harald Welte8470bf22008-12-25 23:28:35 +0000596 lu = (struct gsm48_loc_upd_req *) gh->data;
597
598 mi_type = lu->mi[0] & GSM_MI_TYPE_MASK;
Harald Welte52b1f982008-12-23 20:25:15 +0000599
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200600 gsm48_mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
Harald Weltefc977a82008-12-27 10:19:37 +0000601
Harald Welteb9845f92015-08-16 18:07:48 +0200602 DEBUGPC(DMM, "MI(%s)=%s type=%s ", gsm48_mi_type_name(mi_type),
603 mi_string, get_value_string(lupd_names, lu->type));
Holger Freyther73487a22008-12-31 18:53:57 +0000604
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +0200605 osmo_signal_dispatch(SS_SUBSCR, S_SUBSCR_IDENTITY, &lu->mi_len);
Harald Welte7659de12009-12-13 12:39:18 +0100606
Harald Welte24ff6ee2009-12-22 00:41:05 +0100607 switch (lu->type) {
608 case GSM48_LUPD_NORMAL:
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200609 osmo_counter_inc(bts->network->stats.loc_upd_type.normal);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100610 break;
611 case GSM48_LUPD_IMSI_ATT:
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200612 osmo_counter_inc(bts->network->stats.loc_upd_type.attach);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100613 break;
614 case GSM48_LUPD_PERIODIC:
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200615 osmo_counter_inc(bts->network->stats.loc_upd_type.periodic);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100616 break;
617 }
618
Holger Freythereaf04692009-06-06 13:54:44 +0000619 /*
620 * Pseudo Spoof detection: Just drop a second/concurrent
621 * location updating request.
622 */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100623 if (conn->loc_operation) {
Harald Weltea0368542009-06-27 02:58:43 +0200624 DEBUGPC(DMM, "ignoring request due an existing one: %p.\n",
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100625 conn->loc_operation);
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800626 gsm0408_loc_upd_rej(conn, GSM48_REJECT_PROTOCOL_ERROR);
Holger Freythereaf04692009-06-06 13:54:44 +0000627 return 0;
628 }
629
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800630 allocate_loc_updating_req(conn);
Holger Freyther73487a22008-12-31 18:53:57 +0000631
Sylvain Munaut2030a2a2010-06-10 13:36:59 +0200632 conn->loc_operation->key_seq = lu->key_seq;
633
Harald Welte52b1f982008-12-23 20:25:15 +0000634 switch (mi_type) {
635 case GSM_MI_TYPE_IMSI:
Harald Weltea0368542009-06-27 02:58:43 +0200636 DEBUGPC(DMM, "\n");
Harald Welte231ad4f2008-12-27 11:15:38 +0000637 /* we always want the IMEI, too */
Holger Hans Peter Freythera5050b12012-09-11 11:55:03 +0200638 mm_tx_identity_req(conn, GSM_MI_TYPE_IMEI);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100639 conn->loc_operation->waiting_for_imei = 1;
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000640
Jan Luebbe370b41d2009-08-12 10:19:34 +0200641 /* look up subscriber based on IMSI, create if not found */
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100642 subscr = subscr_get_by_imsi(bts->network->subscr_group, mi_string);
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100643 if (!subscr && bts->network->create_subscriber) {
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100644 subscr = subscr_create_subscriber(
645 bts->network->subscr_group, mi_string);
Jan Luebbe370b41d2009-08-12 10:19:34 +0200646 }
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100647 if (!subscr) {
648 gsm0408_loc_upd_rej(conn, bts->network->reject_cause);
649 release_loc_updating_req(conn, 0);
650 return 0;
651 }
Harald Welte4b634542008-12-27 01:55:51 +0000652 break;
Harald Welte52b1f982008-12-23 20:25:15 +0000653 case GSM_MI_TYPE_TMSI:
Harald Weltea0368542009-06-27 02:58:43 +0200654 DEBUGPC(DMM, "\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000655 /* look up the subscriber based on TMSI, request IMSI if it fails */
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100656 subscr = subscr_get_by_tmsi(bts->network->subscr_group,
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +0200657 tmsi_from_string(mi_string));
Harald Welte52b1f982008-12-23 20:25:15 +0000658 if (!subscr) {
Harald Welte231ad4f2008-12-27 11:15:38 +0000659 /* send IDENTITY REQUEST message to get IMSI */
Holger Hans Peter Freythera5050b12012-09-11 11:55:03 +0200660 mm_tx_identity_req(conn, GSM_MI_TYPE_IMSI);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100661 conn->loc_operation->waiting_for_imsi = 1;
Harald Welte52b1f982008-12-23 20:25:15 +0000662 }
Harald Weltef5f512c2010-06-07 17:56:32 +0200663 /* we always want the IMEI, too */
Holger Hans Peter Freythera5050b12012-09-11 11:55:03 +0200664 mm_tx_identity_req(conn, GSM_MI_TYPE_IMEI);
Harald Weltef5f512c2010-06-07 17:56:32 +0200665 conn->loc_operation->waiting_for_imei = 1;
Harald Welte52b1f982008-12-23 20:25:15 +0000666 break;
667 case GSM_MI_TYPE_IMEI:
668 case GSM_MI_TYPE_IMEISV:
669 /* no sim card... FIXME: what to do ? */
Harald Weltea0368542009-06-27 02:58:43 +0200670 DEBUGPC(DMM, "unimplemented mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000671 break;
672 default:
Harald Weltea0368542009-06-27 02:58:43 +0200673 DEBUGPC(DMM, "unknown mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000674 break;
675 }
676
Harald Welte24516ea2009-07-04 10:18:00 +0200677 /* schedule the reject timer */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100678 schedule_reject(conn);
Harald Welte24516ea2009-07-04 10:18:00 +0200679
Harald Welte4bfdfe72009-06-10 23:11:52 +0800680 if (!subscr) {
Harald Weltea0368542009-06-27 02:58:43 +0200681 DEBUGPC(DRR, "<- Can't find any subscriber for this ID\n");
Harald Welte4bfdfe72009-06-10 23:11:52 +0800682 /* FIXME: request id? close channel? */
683 return -EINVAL;
684 }
685
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100686 conn->subscr = subscr;
687 conn->subscr->equipment.classmark1 = lu->classmark1;
Harald Welte255539c2008-12-28 02:26:27 +0000688
Harald Welte24516ea2009-07-04 10:18:00 +0200689 /* check if we can let the subscriber into our network immediately
690 * or if we need to wait for identity responses. */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100691 return gsm0408_authorize(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000692}
693
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100694/* Turn int into semi-octet representation: 98 => 0x89 */
695static uint8_t bcdify(uint8_t value)
Harald Welte4bfdfe72009-06-10 23:11:52 +0800696{
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100697 uint8_t ret;
698
699 ret = value / 10;
700 ret |= (value % 10) << 4;
701
702 return ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800703}
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100704
Harald Welte4bfdfe72009-06-10 23:11:52 +0800705
Harald Weltedb253af2008-12-30 17:56:55 +0000706/* Section 9.2.15a */
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800707int gsm48_tx_mm_info(struct gsm_subscriber_connection *conn)
Harald Weltedb253af2008-12-30 17:56:55 +0000708{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100709 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 MM INF");
Harald Weltedb253af2008-12-30 17:56:55 +0000710 struct gsm48_hdr *gh;
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800711 struct gsm_network *net = conn->bts->network;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100712 struct gsm_bts *bts = conn->bts;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200713 uint8_t *ptr8;
Daniel Willmanneea93372009-08-13 03:42:07 +0200714 int name_len, name_pad;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100715
Harald Welte4bfdfe72009-06-10 23:11:52 +0800716 time_t cur_t;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100717 struct tm* gmt_time;
718 struct tm* local_time;
719 int tzunits;
Jacob Erlbeckf46e2262014-01-07 15:05:16 +0100720 int dst = 0;
Harald Weltedb253af2008-12-30 17:56:55 +0000721
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800722 msg->lchan = conn->lchan;
Harald Weltedb253af2008-12-30 17:56:55 +0000723
724 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
725 gh->proto_discr = GSM48_PDISC_MM;
726 gh->msg_type = GSM48_MT_MM_INFO;
727
728 if (net->name_long) {
Daniel Willmanneea93372009-08-13 03:42:07 +0200729#if 0
Harald Weltedb253af2008-12-30 17:56:55 +0000730 name_len = strlen(net->name_long);
731 /* 10.5.3.5a */
732 ptr8 = msgb_put(msg, 3);
733 ptr8[0] = GSM48_IE_NAME_LONG;
734 ptr8[1] = name_len*2 +1;
735 ptr8[2] = 0x90; /* UCS2, no spare bits, no CI */
736
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200737 ptr16 = (uint16_t *) msgb_put(msg, name_len*2);
Harald Weltedb253af2008-12-30 17:56:55 +0000738 for (i = 0; i < name_len; i++)
Harald Welte179f0642008-12-31 23:59:18 +0000739 ptr16[i] = htons(net->name_long[i]);
Harald Weltedb253af2008-12-30 17:56:55 +0000740
741 /* FIXME: Use Cell Broadcast, not UCS-2, since
742 * UCS-2 is only supported by later revisions of the spec */
Daniel Willmanneea93372009-08-13 03:42:07 +0200743#endif
744 name_len = (strlen(net->name_long)*7)/8;
745 name_pad = (8 - strlen(net->name_long)*7)%8;
746 if (name_pad > 0)
747 name_len++;
748 /* 10.5.3.5a */
749 ptr8 = msgb_put(msg, 3);
750 ptr8[0] = GSM48_IE_NAME_LONG;
751 ptr8[1] = name_len +1;
752 ptr8[2] = 0x80 | name_pad; /* Cell Broadcast DCS, no CI */
753
754 ptr8 = msgb_put(msg, name_len);
Harald Welte5468f762015-01-01 12:41:17 +0100755 gsm_7bit_encode_n(ptr8, name_len, net->name_long, NULL);
Daniel Willmanneea93372009-08-13 03:42:07 +0200756
Harald Weltedb253af2008-12-30 17:56:55 +0000757 }
758
759 if (net->name_short) {
Daniel Willmanneea93372009-08-13 03:42:07 +0200760#if 0
Harald Weltedb253af2008-12-30 17:56:55 +0000761 name_len = strlen(net->name_short);
762 /* 10.5.3.5a */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200763 ptr8 = (uint8_t *) msgb_put(msg, 3);
Harald Welte7543eb72009-07-19 17:51:36 +0200764 ptr8[0] = GSM48_IE_NAME_SHORT;
Harald Weltedb253af2008-12-30 17:56:55 +0000765 ptr8[1] = name_len*2 + 1;
766 ptr8[2] = 0x90; /* UCS2, no spare bits, no CI */
767
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200768 ptr16 = (uint16_t *) msgb_put(msg, name_len*2);
Harald Weltedb253af2008-12-30 17:56:55 +0000769 for (i = 0; i < name_len; i++)
Harald Welte179f0642008-12-31 23:59:18 +0000770 ptr16[i] = htons(net->name_short[i]);
Daniel Willmanneea93372009-08-13 03:42:07 +0200771#endif
772 name_len = (strlen(net->name_short)*7)/8;
773 name_pad = (8 - strlen(net->name_short)*7)%8;
774 if (name_pad > 0)
775 name_len++;
776 /* 10.5.3.5a */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200777 ptr8 = (uint8_t *) msgb_put(msg, 3);
Daniel Willmanneea93372009-08-13 03:42:07 +0200778 ptr8[0] = GSM48_IE_NAME_SHORT;
779 ptr8[1] = name_len +1;
780 ptr8[2] = 0x80 | name_pad; /* Cell Broadcast DCS, no CI */
781
782 ptr8 = msgb_put(msg, name_len);
Harald Welte5468f762015-01-01 12:41:17 +0100783 gsm_7bit_encode_n(ptr8, name_len, net->name_short, NULL);
Daniel Willmanneea93372009-08-13 03:42:07 +0200784
Harald Weltedb253af2008-12-30 17:56:55 +0000785 }
786
Harald Weltedb253af2008-12-30 17:56:55 +0000787 /* Section 10.5.3.9 */
788 cur_t = time(NULL);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100789 gmt_time = gmtime(&cur_t);
790
Harald Weltedb253af2008-12-30 17:56:55 +0000791 ptr8 = msgb_put(msg, 8);
792 ptr8[0] = GSM48_IE_NET_TIME_TZ;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100793 ptr8[1] = bcdify(gmt_time->tm_year % 100);
794 ptr8[2] = bcdify(gmt_time->tm_mon + 1);
795 ptr8[3] = bcdify(gmt_time->tm_mday);
796 ptr8[4] = bcdify(gmt_time->tm_hour);
797 ptr8[5] = bcdify(gmt_time->tm_min);
798 ptr8[6] = bcdify(gmt_time->tm_sec);
799
Harald Welte45f91712012-07-08 16:48:11 +0200800 if (bts->tz.override) {
801 /* Convert tz.hr and tz.mn to units */
802 if (bts->tz.hr < 0) {
803 tzunits = ((bts->tz.hr/-1)*4);
804 tzunits = tzunits + (bts->tz.mn/15);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100805 ptr8[7] = bcdify(tzunits);
806 /* Set negative time */
807 ptr8[7] |= 0x08;
808 }
809 else {
Harald Welte45f91712012-07-08 16:48:11 +0200810 tzunits = bts->tz.hr*4;
811 tzunits = tzunits + (bts->tz.mn/15);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100812 ptr8[7] = bcdify(tzunits);
813 }
Jacob Erlbeckf46e2262014-01-07 15:05:16 +0100814 /* Convert DST value */
815 if (bts->tz.dst >= 0 && bts->tz.dst <= 2)
816 dst = bts->tz.dst;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100817 }
818 else {
819 /* Need to get GSM offset and convert into 15 min units */
820 /* This probably breaks if gmtoff returns a value not evenly divisible by 15? */
821 local_time = localtime(&cur_t);
Harald Welte9c3dc902012-04-08 16:59:24 +0200822#ifdef HAVE_TM_GMTOFF_IN_TM
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100823 tzunits = (local_time->tm_gmtoff/60)/15;
Harald Welte9c3dc902012-04-08 16:59:24 +0200824#else
825#warning find a portable way to obtain the timezone offset
826 tzunits = 0;
827#endif
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100828 if (tzunits < 0) {
829 tzunits = tzunits/-1;
830 ptr8[7] = bcdify(tzunits);
831 /* Flip it to negative */
832 ptr8[7] |= 0x08;
833 }
834 else
835 ptr8[7] = bcdify(tzunits);
Jacob Erlbeckf46e2262014-01-07 15:05:16 +0100836
837 /* Does not support DST +2 */
838 if (local_time->tm_isdst)
839 dst = 1;
840 }
841
842 if (dst) {
843 ptr8 = msgb_put(msg, 3);
844 ptr8[0] = GSM48_IE_NET_DST;
845 ptr8[1] = 1;
846 ptr8[2] = dst;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100847 }
Harald Weltedb253af2008-12-30 17:56:55 +0000848
Daniel Willmanneea93372009-08-13 03:42:07 +0200849 DEBUGP(DMM, "-> MM INFO\n");
850
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800851 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Weltedb253af2008-12-30 17:56:55 +0000852}
853
Harald Welte7984d5c2009-08-12 22:56:50 +0200854/* Section 9.2.2 */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200855int gsm48_tx_mm_auth_req(struct gsm_subscriber_connection *conn, uint8_t *rand, int key_seq)
Harald Welte7984d5c2009-08-12 22:56:50 +0200856{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100857 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 AUTH REQ");
Harald Welte7984d5c2009-08-12 22:56:50 +0200858 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Sylvain Munaut849f5542009-09-27 11:10:17 +0200859 struct gsm48_auth_req *ar = (struct gsm48_auth_req *) msgb_put(msg, sizeof(*ar));
Harald Welte7984d5c2009-08-12 22:56:50 +0200860
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +0200861 DEBUGP(DMM, "-> AUTH REQ (rand = %s)\n", osmo_hexdump(rand, 16));
Harald Welte7984d5c2009-08-12 22:56:50 +0200862
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800863 msg->lchan = conn->lchan;
Harald Welte7984d5c2009-08-12 22:56:50 +0200864 gh->proto_discr = GSM48_PDISC_MM;
865 gh->msg_type = GSM48_MT_MM_AUTH_REQ;
866
Sylvain Munautbd55a6d2009-12-24 00:23:46 +0100867 ar->key_seq = key_seq;
Sylvain Munaut849f5542009-09-27 11:10:17 +0200868
Harald Welte7984d5c2009-08-12 22:56:50 +0200869 /* 16 bytes RAND parameters */
Harald Welte7984d5c2009-08-12 22:56:50 +0200870 if (rand)
Sylvain Munaut849f5542009-09-27 11:10:17 +0200871 memcpy(ar->rand, rand, 16);
Harald Welte7984d5c2009-08-12 22:56:50 +0200872
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800873 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte7984d5c2009-08-12 22:56:50 +0200874}
875
876/* Section 9.2.1 */
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800877int gsm48_tx_mm_auth_rej(struct gsm_subscriber_connection *conn)
Harald Welte7984d5c2009-08-12 22:56:50 +0200878{
879 DEBUGP(DMM, "-> AUTH REJECT\n");
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800880 return gsm48_tx_simple(conn, GSM48_PDISC_MM, GSM48_MT_MM_AUTH_REJ);
Harald Welte7984d5c2009-08-12 22:56:50 +0200881}
882
Holger Hans Peter Freyther2147bc42013-12-27 17:19:19 +0100883/*
884 * At the 30C3 phones miss their periodic update
885 * interval a lot and then remain unreachable. In case
886 * we still know the TMSI we can just attach it again.
887 */
888static void implit_attach(struct gsm_subscriber_connection *conn)
889{
890 if (conn->subscr->lac != GSM_LAC_RESERVED_DETACHED)
891 return;
892
893 subscr_update(conn->subscr, conn->bts,
894 GSM_SUBSCRIBER_UPDATE_ATTACHED);
895}
896
897
Sylvain Munautba87f452009-12-24 00:28:46 +0100898static int _gsm48_rx_mm_serv_req_sec_cb(
899 unsigned int hooknum, unsigned int event,
900 struct msgb *msg, void *data, void *param)
901{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800902 struct gsm_subscriber_connection *conn = data;
Sylvain Munautba87f452009-12-24 00:28:46 +0100903 int rc = 0;
904
Holger Hans Peter Freythere7bd8632013-06-30 15:30:47 +0200905 /* auth failed or succeeded, the timer was stopped */
906 conn->expire_timer_stopped = 1;
907
Sylvain Munautba87f452009-12-24 00:28:46 +0100908 switch (event) {
909 case GSM_SECURITY_AUTH_FAILED:
910 /* Nothing to do */
911 break;
912
913 case GSM_SECURITY_NOAVAIL:
Andreas Eversberg641475c2013-07-10 08:58:03 +0200914 case GSM_SECURITY_ALREADY:
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800915 rc = gsm48_tx_mm_serv_ack(conn);
Holger Hans Peter Freyther2147bc42013-12-27 17:19:19 +0100916 implit_attach(conn);
Sylvain Munautba87f452009-12-24 00:28:46 +0100917 break;
918
919 case GSM_SECURITY_SUCCEEDED:
920 /* nothing to do. CIPHER MODE COMMAND is
921 * implicit CM SERV ACK */
Holger Hans Peter Freyther2147bc42013-12-27 17:19:19 +0100922 implit_attach(conn);
Sylvain Munautba87f452009-12-24 00:28:46 +0100923 break;
924
925 default:
926 rc = -EINVAL;
927 };
928
929 return rc;
930}
931
Harald Welte4ed0e922009-01-10 03:17:30 +0000932/*
933 * Handle CM Service Requests
934 * a) Verify that the packet is long enough to contain the information
935 * we require otherwsie reject with INCORRECT_MESSAGE
936 * b) Try to parse the TMSI. If we do not have one reject
937 * c) Check that we know the subscriber with the TMSI otherwise reject
938 * with a HLR cause
939 * d) Set the subscriber on the gsm_lchan and accept
940 */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800941static int gsm48_rx_mm_serv_req(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte4b634542008-12-27 01:55:51 +0000942{
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200943 uint8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200944 char mi_string[GSM48_MI_SIZE];
Harald Welte4b634542008-12-27 01:55:51 +0000945
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800946 struct gsm_bts *bts = conn->bts;
Harald Welteba4cf162009-01-10 01:49:35 +0000947 struct gsm_subscriber *subscr;
948 struct gsm48_hdr *gh = msgb_l3(msg);
949 struct gsm48_service_request *req =
950 (struct gsm48_service_request *)gh->data;
Holger Hans Peter Freyther5d658062010-05-14 08:02:08 +0800951 /* unfortunately in Phase1 the classmark2 length is variable */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200952 uint8_t classmark2_len = gh->data[1];
953 uint8_t *classmark2 = gh->data+2;
954 uint8_t mi_len = *(classmark2 + classmark2_len);
955 uint8_t *mi = (classmark2 + classmark2_len + 1);
Harald Welteba4cf162009-01-10 01:49:35 +0000956
Harald Weltec9e02182009-05-01 19:07:53 +0000957 DEBUGP(DMM, "<- CM SERVICE REQUEST ");
Harald Welteba4cf162009-01-10 01:49:35 +0000958 if (msg->data_len < sizeof(struct gsm48_service_request*)) {
Harald Weltec9e02182009-05-01 19:07:53 +0000959 DEBUGPC(DMM, "wrong sized message\n");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800960 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000961 GSM48_REJECT_INCORRECT_MESSAGE);
962 }
963
964 if (msg->data_len < req->mi_len + 6) {
Harald Weltec9e02182009-05-01 19:07:53 +0000965 DEBUGPC(DMM, "does not fit in packet\n");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800966 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000967 GSM48_REJECT_INCORRECT_MESSAGE);
968 }
969
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200970 gsm48_mi_to_string(mi_string, sizeof(mi_string), mi, mi_len);
Harald Weltec9e02182009-05-01 19:07:53 +0000971 mi_type = mi[0] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200972
973 if (mi_type == GSM_MI_TYPE_IMSI) {
Harald Welteb9845f92015-08-16 18:07:48 +0200974 DEBUGPC(DMM, "serv_type=0x%02x MI(%s)=%s\n",
975 req->cm_service_type, gsm48_mi_type_name(mi_type),
976 mi_string);
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200977 subscr = subscr_get_by_imsi(bts->network->subscr_group,
978 mi_string);
979 } else if (mi_type == GSM_MI_TYPE_TMSI) {
Harald Welteb9845f92015-08-16 18:07:48 +0200980 DEBUGPC(DMM, "serv_type=0x%02x MI(%s)=%s\n",
981 req->cm_service_type, gsm48_mi_type_name(mi_type),
982 mi_string);
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200983 subscr = subscr_get_by_tmsi(bts->network->subscr_group,
984 tmsi_from_string(mi_string));
985 } else {
986 DEBUGPC(DMM, "mi_type is not expected: %d\n", mi_type);
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800987 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000988 GSM48_REJECT_INCORRECT_MESSAGE);
989 }
990
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +0200991 osmo_signal_dispatch(SS_SUBSCR, S_SUBSCR_IDENTITY, (classmark2 + classmark2_len));
Harald Welte7659de12009-12-13 12:39:18 +0100992
Harald Welte3ac7f102009-08-10 10:12:45 +0200993 if (is_siemens_bts(bts))
994 send_siemens_mrpci(msg->lchan, classmark2-1);
995
Holger Freythereb443982009-06-04 13:58:42 +0000996
Harald Welte2a139372009-02-22 21:14:55 +0000997 /* FIXME: if we don't know the TMSI, inquire abit IMSI and allocate new TMSI */
Harald Welte4ed0e922009-01-10 03:17:30 +0000998 if (!subscr)
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800999 return gsm48_tx_mm_serv_rej(conn,
Holger Hans Peter Freyther5f8a0c52015-07-13 14:28:29 +02001000 GSM48_REJECT_IMSI_UNKNOWN_IN_VLR);
Harald Welte4ed0e922009-01-10 03:17:30 +00001001
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001002 if (!conn->subscr)
1003 conn->subscr = subscr;
1004 else if (conn->subscr == subscr)
Sylvain Munautea3f6742009-12-18 18:28:10 +01001005 subscr_put(subscr); /* lchan already has a ref, don't need another one */
1006 else {
Harald Welte9bb7c702009-01-10 03:21:41 +00001007 DEBUGP(DMM, "<- CM Channel already owned by someone else?\n");
1008 subscr_put(subscr);
1009 }
1010
Harald Weltec2e302d2009-07-05 14:08:13 +02001011 subscr->equipment.classmark2_len = classmark2_len;
1012 memcpy(subscr->equipment.classmark2, classmark2, classmark2_len);
1013 db_sync_equipment(&subscr->equipment);
Harald Weltef7c43522009-06-09 20:24:21 +00001014
Holger Hans Peter Freythere7bd8632013-06-30 15:30:47 +02001015 /* we will send a MM message soon */
1016 conn->expire_timer_stopped = 1;
1017
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001018 return gsm48_secure_channel(conn, req->cipher_key_seq,
Sylvain Munautba87f452009-12-24 00:28:46 +01001019 _gsm48_rx_mm_serv_req_sec_cb, NULL);
Harald Welte4b634542008-12-27 01:55:51 +00001020}
1021
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001022static int gsm48_rx_mm_imsi_detach_ind(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte2a139372009-02-22 21:14:55 +00001023{
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001024 struct gsm_bts *bts = conn->bts;
Harald Welte2a139372009-02-22 21:14:55 +00001025 struct gsm48_hdr *gh = msgb_l3(msg);
1026 struct gsm48_imsi_detach_ind *idi =
1027 (struct gsm48_imsi_detach_ind *) gh->data;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001028 uint8_t mi_type = idi->mi[0] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001029 char mi_string[GSM48_MI_SIZE];
Harald Welte4bfdfe72009-06-10 23:11:52 +08001030 struct gsm_subscriber *subscr = NULL;
Harald Welte2a139372009-02-22 21:14:55 +00001031
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001032 gsm48_mi_to_string(mi_string, sizeof(mi_string), idi->mi, idi->mi_len);
Harald Welteb9845f92015-08-16 18:07:48 +02001033 DEBUGP(DMM, "IMSI DETACH INDICATION: MI(%s)=%s",
1034 gsm48_mi_type_name(mi_type), mi_string);
Harald Welte2a139372009-02-22 21:14:55 +00001035
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02001036 osmo_counter_inc(bts->network->stats.loc_upd_type.detach);
Harald Welte24ff6ee2009-12-22 00:41:05 +01001037
Harald Welte2a139372009-02-22 21:14:55 +00001038 switch (mi_type) {
1039 case GSM_MI_TYPE_TMSI:
Daniel Willmann977cd132012-12-28 19:29:44 +01001040 DEBUGPC(DMM, "\n");
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001041 subscr = subscr_get_by_tmsi(bts->network->subscr_group,
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +02001042 tmsi_from_string(mi_string));
Harald Welte2a139372009-02-22 21:14:55 +00001043 break;
1044 case GSM_MI_TYPE_IMSI:
Daniel Willmann977cd132012-12-28 19:29:44 +01001045 DEBUGPC(DMM, "\n");
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001046 subscr = subscr_get_by_imsi(bts->network->subscr_group,
1047 mi_string);
Harald Welte2a139372009-02-22 21:14:55 +00001048 break;
1049 case GSM_MI_TYPE_IMEI:
1050 case GSM_MI_TYPE_IMEISV:
1051 /* no sim card... FIXME: what to do ? */
Daniel Willmann977cd132012-12-28 19:29:44 +01001052 DEBUGPC(DMM, ": unimplemented mobile identity type\n");
Harald Welte2a139372009-02-22 21:14:55 +00001053 break;
1054 default:
Daniel Willmann977cd132012-12-28 19:29:44 +01001055 DEBUGPC(DMM, ": unknown mobile identity type\n");
Harald Welte2a139372009-02-22 21:14:55 +00001056 break;
1057 }
1058
Holger Freyther4a49e772009-04-12 05:37:29 +00001059 if (subscr) {
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001060 subscr_update(subscr, bts,
Holger Freyther4a49e772009-04-12 05:37:29 +00001061 GSM_SUBSCRIBER_UPDATE_DETACHED);
Harald Welte2e6d4682009-12-24 14:50:24 +01001062 DEBUGP(DMM, "Subscriber: %s\n", subscr_name(subscr));
Harald Welte (local)ee4410a2009-08-17 09:39:55 +02001063
1064 subscr->equipment.classmark1 = idi->classmark1;
1065 db_sync_equipment(&subscr->equipment);
1066
Holger Freytherc21cfbc2009-06-02 02:54:57 +00001067 subscr_put(subscr);
Holger Freyther4a49e772009-04-12 05:37:29 +00001068 } else
Harald Welte2a139372009-02-22 21:14:55 +00001069 DEBUGP(DMM, "Unknown Subscriber ?!?\n");
1070
Harald Welte31981a02009-12-20 09:58:40 +01001071 /* FIXME: iterate over all transactions and release them,
1072 * imagine an IMSI DETACH happening during an active call! */
1073
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001074 release_anchor(conn);
Harald Welte2a139372009-02-22 21:14:55 +00001075 return 0;
1076}
1077
Harald Welted2a7f5a2009-06-05 20:08:20 +00001078static int gsm48_rx_mm_status(struct msgb *msg)
1079{
1080 struct gsm48_hdr *gh = msgb_l3(msg);
1081
1082 DEBUGP(DMM, "MM STATUS (reject cause 0x%02x)\n", gh->data[0]);
1083
1084 return 0;
1085}
1086
Sylvain Munaut30a15382009-12-24 00:27:26 +01001087/* Chapter 9.2.3: Authentication Response */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001088static int gsm48_rx_mm_auth_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Sylvain Munaut30a15382009-12-24 00:27:26 +01001089{
1090 struct gsm48_hdr *gh = msgb_l3(msg);
1091 struct gsm48_auth_resp *ar = (struct gsm48_auth_resp*) gh->data;
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +08001092 struct gsm_network *net = conn->bts->network;
Sylvain Munaut30a15382009-12-24 00:27:26 +01001093
Sylvain Munautc593cf12010-06-10 23:51:41 +02001094 DEBUGP(DMM, "MM AUTHENTICATION RESPONSE (sres = %s): ",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02001095 osmo_hexdump(ar->sres, 4));
Sylvain Munaut30a15382009-12-24 00:27:26 +01001096
1097 /* Safety check */
1098 if (!conn->sec_operation) {
1099 DEBUGP(DMM, "No authentication/cipher operation in progress !!!\n");
1100 return -EIO;
1101 }
1102
1103 /* Validate SRES */
1104 if (memcmp(conn->sec_operation->atuple.sres, ar->sres,4)) {
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +01001105 int rc;
Sylvain Munaut30a15382009-12-24 00:27:26 +01001106 gsm_cbfn *cb = conn->sec_operation->cb;
Sylvain Munautc593cf12010-06-10 23:51:41 +02001107
1108 DEBUGPC(DMM, "Invalid (expected %s)\n",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02001109 osmo_hexdump(conn->sec_operation->atuple.sres, 4));
Sylvain Munautc593cf12010-06-10 23:51:41 +02001110
Sylvain Munaut30a15382009-12-24 00:27:26 +01001111 if (cb)
1112 cb(GSM_HOOK_RR_SECURITY, GSM_SECURITY_AUTH_FAILED,
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +08001113 NULL, conn, conn->sec_operation->cb_data);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001114
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +01001115 rc = gsm48_tx_mm_auth_rej(conn);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001116 release_security_operation(conn);
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +01001117 return rc;
Sylvain Munaut30a15382009-12-24 00:27:26 +01001118 }
1119
Sylvain Munautc593cf12010-06-10 23:51:41 +02001120 DEBUGPC(DMM, "OK\n");
1121
Sylvain Munaut30a15382009-12-24 00:27:26 +01001122 /* Start ciphering */
Sylvain Munaut67706df2010-11-29 08:19:04 +01001123 return gsm0808_cipher_mode(conn, net->a5_encryption,
1124 conn->sec_operation->atuple.kc, 8, 0);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001125}
1126
Harald Weltebf5e8df2009-02-03 12:59:45 +00001127/* Receive a GSM 04.08 Mobility Management (MM) message */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001128static int gsm0408_rcv_mm(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00001129{
1130 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001131 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +00001132
Neels Hofmeyr531734a2016-03-14 16:13:24 +01001133 switch (gsm48_hdr_msg_type(gh)) {
Harald Welte52b1f982008-12-23 20:25:15 +00001134 case GSM48_MT_MM_LOC_UPD_REQUEST:
Harald Weltea0368542009-06-27 02:58:43 +02001135 DEBUGP(DMM, "LOCATION UPDATING REQUEST: ");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001136 rc = mm_rx_loc_upd_req(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00001137 break;
1138 case GSM48_MT_MM_ID_RESP:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001139 rc = mm_rx_id_resp(conn, msg);
Harald Welte231ad4f2008-12-27 11:15:38 +00001140 break;
Harald Welte52b1f982008-12-23 20:25:15 +00001141 case GSM48_MT_MM_CM_SERV_REQ:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001142 rc = gsm48_rx_mm_serv_req(conn, msg);
Harald Welte4b634542008-12-27 01:55:51 +00001143 break;
Harald Welte231ad4f2008-12-27 11:15:38 +00001144 case GSM48_MT_MM_STATUS:
Harald Welted2a7f5a2009-06-05 20:08:20 +00001145 rc = gsm48_rx_mm_status(msg);
Harald Welte231ad4f2008-12-27 11:15:38 +00001146 break;
Harald Welte231ad4f2008-12-27 11:15:38 +00001147 case GSM48_MT_MM_TMSI_REALL_COMPL:
Harald Welte69b2af22009-01-06 19:47:00 +00001148 DEBUGP(DMM, "TMSI Reallocation Completed. Subscriber: %s\n",
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001149 conn->subscr ?
1150 subscr_name(conn->subscr) :
Harald Welte69b2af22009-01-06 19:47:00 +00001151 "unknown subscriber");
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +01001152 release_loc_updating_req(conn, 1);
Harald Welte69b2af22009-01-06 19:47:00 +00001153 break;
Harald Welte231ad4f2008-12-27 11:15:38 +00001154 case GSM48_MT_MM_IMSI_DETACH_IND:
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001155 rc = gsm48_rx_mm_imsi_detach_ind(conn, msg);
Harald Welte2a139372009-02-22 21:14:55 +00001156 break;
1157 case GSM48_MT_MM_CM_REEST_REQ:
1158 DEBUGP(DMM, "CM REESTABLISH REQUEST: Not implemented\n");
1159 break;
1160 case GSM48_MT_MM_AUTH_RESP:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001161 rc = gsm48_rx_mm_auth_resp(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00001162 break;
1163 default:
Harald Welte5d24ba12009-12-24 12:13:17 +01001164 LOGP(DMM, LOGL_NOTICE, "Unknown GSM 04.08 MM msg type 0x%02x\n",
Harald Welte52b1f982008-12-23 20:25:15 +00001165 gh->msg_type);
1166 break;
1167 }
1168
1169 return rc;
1170}
Harald Weltebf5e8df2009-02-03 12:59:45 +00001171
Harald Welte2d35ae62009-02-06 12:02:13 +00001172/* Receive a PAGING RESPONSE message from the MS */
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001173static int gsm48_rx_rr_pag_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte2d35ae62009-02-06 12:02:13 +00001174{
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001175 struct gsm_bts *bts = conn->bts;
Harald Welte2d35ae62009-02-06 12:02:13 +00001176 struct gsm48_hdr *gh = msgb_l3(msg);
Holger Hans Peter Freytherf6903de2010-05-16 01:51:14 +08001177 struct gsm48_pag_resp *resp;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001178 uint8_t *classmark2_lv = gh->data + 1;
1179 uint8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001180 char mi_string[GSM48_MI_SIZE];
Harald Welte4bfdfe72009-06-10 23:11:52 +08001181 struct gsm_subscriber *subscr = NULL;
Harald Welte2d35ae62009-02-06 12:02:13 +00001182 int rc = 0;
1183
Holger Hans Peter Freytherf6903de2010-05-16 01:51:14 +08001184 resp = (struct gsm48_pag_resp *) &gh->data[0];
1185 gsm48_paging_extract_mi(resp, msgb_l3len(msg) - sizeof(*gh),
1186 mi_string, &mi_type);
Harald Welteb9845f92015-08-16 18:07:48 +02001187 DEBUGP(DRR, "PAGING RESPONSE: MI(%s)=%s\n",
1188 gsm48_mi_type_name(mi_type), mi_string);
Harald Welte3ac7f102009-08-10 10:12:45 +02001189
Harald Weltefe18d8f2009-02-22 21:14:24 +00001190 switch (mi_type) {
1191 case GSM_MI_TYPE_TMSI:
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001192 subscr = subscr_get_by_tmsi(bts->network->subscr_group,
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +02001193 tmsi_from_string(mi_string));
Harald Weltefe18d8f2009-02-22 21:14:24 +00001194 break;
1195 case GSM_MI_TYPE_IMSI:
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001196 subscr = subscr_get_by_imsi(bts->network->subscr_group,
1197 mi_string);
Harald Weltefe18d8f2009-02-22 21:14:24 +00001198 break;
1199 }
Harald Welte2d35ae62009-02-06 12:02:13 +00001200
1201 if (!subscr) {
1202 DEBUGP(DRR, "<- Can't find any subscriber for this ID\n");
Harald Welte09e38af2009-02-16 22:52:23 +00001203 /* FIXME: request id? close channel? */
Harald Welte2d35ae62009-02-06 12:02:13 +00001204 return -EINVAL;
1205 }
Holger Hans Peter Freytherb7ccac42014-12-28 15:00:36 +01001206 log_set_context(BSC_CTX_SUBSCR, subscr);
Harald Welte2d35ae62009-02-06 12:02:13 +00001207 DEBUGP(DRR, "<- Channel was requested by %s\n",
Harald Welte76042182009-08-08 16:03:15 +02001208 subscr->name && strlen(subscr->name) ? subscr->name : subscr->imsi);
Holger Freyther053e09d2009-02-14 22:51:06 +00001209
Harald Weltec2e302d2009-07-05 14:08:13 +02001210 subscr->equipment.classmark2_len = *classmark2_lv;
1211 memcpy(subscr->equipment.classmark2, classmark2_lv+1, *classmark2_lv);
1212 db_sync_equipment(&subscr->equipment);
Harald Weltef7c43522009-06-09 20:24:21 +00001213
Holger Hans Peter Freythere7bd8632013-06-30 15:30:47 +02001214 /* We received a paging */
1215 conn->expire_timer_stopped = 1;
1216
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001217 rc = gsm48_handle_paging_resp(conn, msg, subscr);
Harald Welte2d35ae62009-02-06 12:02:13 +00001218 return rc;
1219}
1220
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001221static int gsm48_rx_rr_app_info(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001222{
1223 struct gsm48_hdr *gh = msgb_l3(msg);
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001224 uint8_t apdu_id_flags;
1225 uint8_t apdu_len;
1226 uint8_t *apdu_data;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001227
1228 apdu_id_flags = gh->data[0];
1229 apdu_len = gh->data[1];
1230 apdu_data = gh->data+2;
1231
Harald Welte70f92052012-07-16 13:22:19 +02001232 DEBUGP(DRR, "RX APPLICATION INFO id/flags=0x%02x apdu_len=%u apdu=%s",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02001233 apdu_id_flags, apdu_len, osmo_hexdump(apdu_data, apdu_len));
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001234
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001235 return db_apdu_blob_store(conn->subscr, apdu_id_flags, apdu_len, apdu_data);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001236}
1237
Harald Weltebf5e8df2009-02-03 12:59:45 +00001238/* Receive a GSM 04.08 Radio Resource (RR) message */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001239static int gsm0408_rcv_rr(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00001240{
1241 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte2d35ae62009-02-06 12:02:13 +00001242 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +00001243
1244 switch (gh->msg_type) {
Harald Welte52b1f982008-12-23 20:25:15 +00001245 case GSM48_MT_RR_PAG_RESP:
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001246 rc = gsm48_rx_rr_pag_resp(conn, msg);
Harald Welte2d35ae62009-02-06 12:02:13 +00001247 break;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001248 case GSM48_MT_RR_APP_INFO:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001249 rc = gsm48_rx_rr_app_info(conn, msg);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001250 break;
Harald Welte52b1f982008-12-23 20:25:15 +00001251 default:
Harald Weltecf149ee2012-01-23 16:40:24 +01001252 LOGP(DRR, LOGL_NOTICE, "MSC: Unimplemented "
Harald Welte5d24ba12009-12-24 12:13:17 +01001253 "GSM 04.08 RR msg type 0x%02x\n", gh->msg_type);
Harald Welte52b1f982008-12-23 20:25:15 +00001254 break;
1255 }
1256
Harald Welte2d35ae62009-02-06 12:02:13 +00001257 return rc;
Harald Welte52b1f982008-12-23 20:25:15 +00001258}
1259
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001260int gsm48_send_rr_app_info(struct gsm_subscriber_connection *conn, uint8_t apdu_id,
1261 uint8_t apdu_len, const uint8_t *apdu)
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001262{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001263 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 APP INF");
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001264 struct gsm48_hdr *gh;
1265
Holger Hans Peter Freyther9ce1b272010-06-16 13:52:55 +08001266 msg->lchan = conn->lchan;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001267
1268 DEBUGP(DRR, "TX APPLICATION INFO id=0x%02x, len=%u\n",
1269 apdu_id, apdu_len);
1270
1271 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 2 + apdu_len);
1272 gh->proto_discr = GSM48_PDISC_RR;
1273 gh->msg_type = GSM48_MT_RR_APP_INFO;
1274 gh->data[0] = apdu_id;
1275 gh->data[1] = apdu_len;
1276 memcpy(gh->data+2, apdu, apdu_len);
1277
Holger Hans Peter Freyther9ce1b272010-06-16 13:52:55 +08001278 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001279}
1280
Harald Welte4bc90a12008-12-27 16:32:52 +00001281/* Call Control */
1282
Harald Welte7584aea2009-02-11 11:44:12 +00001283/* The entire call control code is written in accordance with Figure 7.10c
1284 * for 'very early assignment', i.e. we allocate a TCH/F during IMMEDIATE
1285 * ASSIGN, then first use that TCH/F for signalling and later MODE MODIFY
1286 * it for voice */
1287
Harald Welte4bfdfe72009-06-10 23:11:52 +08001288static void new_cc_state(struct gsm_trans *trans, int state)
1289{
1290 if (state > 31 || state < 0)
1291 return;
1292
1293 DEBUGP(DCC, "new state %s -> %s\n",
Harald Weltee95daf192010-03-25 12:13:02 +08001294 gsm48_cc_state_name(trans->cc.state),
1295 gsm48_cc_state_name(state));
Harald Welte4bfdfe72009-06-10 23:11:52 +08001296
Harald Weltedcaf5652009-07-23 18:56:43 +02001297 trans->cc.state = state;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001298}
1299
1300static int gsm48_cc_tx_status(struct gsm_trans *trans, void *arg)
Harald Welte4bc90a12008-12-27 16:32:52 +00001301{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001302 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC STATUS");
Harald Welte4bc90a12008-12-27 16:32:52 +00001303 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001304 uint8_t *cause, *call_state;
Harald Welte4bc90a12008-12-27 16:32:52 +00001305
Harald Welte4bc90a12008-12-27 16:32:52 +00001306 gh->msg_type = GSM48_MT_CC_STATUS;
1307
1308 cause = msgb_put(msg, 3);
1309 cause[0] = 2;
1310 cause[1] = GSM48_CAUSE_CS_GSM | GSM48_CAUSE_LOC_USER;
1311 cause[2] = 0x80 | 30; /* response to status inquiry */
1312
1313 call_state = msgb_put(msg, 1);
1314 call_state[0] = 0xc0 | 0x00;
1315
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08001316 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bc90a12008-12-27 16:32:52 +00001317}
1318
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001319static int gsm48_tx_simple(struct gsm_subscriber_connection *conn,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001320 uint8_t pdisc, uint8_t msg_type)
Harald Welte4bc90a12008-12-27 16:32:52 +00001321{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001322 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 TX SIMPLE");
Harald Welte4bc90a12008-12-27 16:32:52 +00001323 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1324
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001325 msg->lchan = conn->lchan;
Harald Welte4bc90a12008-12-27 16:32:52 +00001326
Harald Welte6f4b7532008-12-29 00:39:37 +00001327 gh->proto_discr = pdisc;
Harald Welte4bc90a12008-12-27 16:32:52 +00001328 gh->msg_type = msg_type;
1329
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001330 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte4bc90a12008-12-27 16:32:52 +00001331}
1332
Harald Welte4bfdfe72009-06-10 23:11:52 +08001333static void gsm48_stop_cc_timer(struct gsm_trans *trans)
1334{
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001335 if (osmo_timer_pending(&trans->cc.timer)) {
Harald Weltedcaf5652009-07-23 18:56:43 +02001336 DEBUGP(DCC, "stopping pending timer T%x\n", trans->cc.Tcurrent);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001337 osmo_timer_del(&trans->cc.timer);
Harald Weltedcaf5652009-07-23 18:56:43 +02001338 trans->cc.Tcurrent = 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001339 }
1340}
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001341
Harald Welte4bfdfe72009-06-10 23:11:52 +08001342static int mncc_recvmsg(struct gsm_network *net, struct gsm_trans *trans,
1343 int msg_type, struct gsm_mncc *mncc)
1344{
1345 struct msgb *msg;
Harald Welte04dc88f2010-12-22 21:45:05 +01001346 unsigned char *data;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001347
1348 if (trans)
Harald Welteb854b292010-12-26 19:06:37 +01001349 if (trans->conn && trans->conn->lchan)
Harald Welte6f5aee02009-07-23 21:21:14 +02001350 DEBUGP(DCC, "(bts %d trx %d ts %d ti %x sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08001351 "Sending '%s' to MNCC.\n",
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001352 trans->conn->lchan->ts->trx->bts->nr,
1353 trans->conn->lchan->ts->trx->nr,
1354 trans->conn->lchan->ts->nr, trans->transaction_id,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001355 (trans->subscr)?(trans->subscr->extension):"-",
1356 get_mncc_name(msg_type));
1357 else
1358 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
1359 "Sending '%s' to MNCC.\n",
1360 (trans->subscr)?(trans->subscr->extension):"-",
1361 get_mncc_name(msg_type));
1362 else
1363 DEBUGP(DCC, "(bts - trx - ts - ti -- sub -) "
1364 "Sending '%s' to MNCC.\n", get_mncc_name(msg_type));
1365
1366 mncc->msg_type = msg_type;
1367
Harald Welte966636f2009-06-26 19:39:35 +02001368 msg = msgb_alloc(sizeof(struct gsm_mncc), "MNCC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08001369 if (!msg)
1370 return -ENOMEM;
Harald Welte04dc88f2010-12-22 21:45:05 +01001371
1372 data = msgb_put(msg, sizeof(struct gsm_mncc));
1373 memcpy(data, mncc, sizeof(struct gsm_mncc));
1374
Harald Welte54209c22010-12-22 23:43:29 +01001375 cc_tx_to_mncc(net, msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001376
1377 return 0;
1378}
1379
1380int mncc_release_ind(struct gsm_network *net, struct gsm_trans *trans,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001381 uint32_t callref, int location, int value)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001382{
1383 struct gsm_mncc rel;
1384
Harald Welte92f70c52009-06-12 01:54:08 +08001385 memset(&rel, 0, sizeof(rel));
Harald Welte4bfdfe72009-06-10 23:11:52 +08001386 rel.callref = callref;
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001387 mncc_set_cause(&rel, location, value);
Andreas Eversberg15907272013-01-25 08:38:29 +01001388 if (trans && trans->cc.state == GSM_CSTATE_RELEASE_REQ)
1389 return mncc_recvmsg(net, trans, MNCC_REL_CNF, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001390 return mncc_recvmsg(net, trans, MNCC_REL_IND, &rel);
1391}
1392
Harald Weltedcaf5652009-07-23 18:56:43 +02001393/* Call Control Specific transaction release.
1394 * gets called by trans_free, DO NOT CALL YOURSELF! */
1395void _gsm48_cc_trans_free(struct gsm_trans *trans)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001396{
Harald Welte4bfdfe72009-06-10 23:11:52 +08001397 gsm48_stop_cc_timer(trans);
1398
1399 /* send release to L4, if callref still exists */
1400 if (trans->callref) {
1401 /* Ressource unavailable */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001402 mncc_release_ind(trans->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001403 GSM48_CAUSE_LOC_PRN_S_LU,
1404 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001405 }
Harald Weltedcaf5652009-07-23 18:56:43 +02001406 if (trans->cc.state != GSM_CSTATE_NULL)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001407 new_cc_state(trans, GSM_CSTATE_NULL);
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001408 if (trans->conn)
1409 trau_mux_unmap(&trans->conn->lchan->ts->e1_link, trans->callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001410}
1411
1412static int gsm48_cc_tx_setup(struct gsm_trans *trans, void *arg);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001413
Harald Welte09e38af2009-02-16 22:52:23 +00001414/* call-back from paging the B-end of the connection */
1415static int setup_trig_pag_evt(unsigned int hooknum, unsigned int event,
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001416 struct msgb *msg, void *_conn, void *_transt)
Harald Welte09e38af2009-02-16 22:52:23 +00001417{
Holger Hans Peter Freyther86481c22010-06-17 15:05:57 +08001418 struct gsm_subscriber_connection *conn = _conn;
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001419 struct gsm_trans *transt = _transt;
Harald Weltec05677b2009-06-26 20:17:06 +02001420
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001421 OSMO_ASSERT(!transt->conn);
Harald Welte7584aea2009-02-11 11:44:12 +00001422
Harald Welte4bfdfe72009-06-10 23:11:52 +08001423 /* check all tranactions (without lchan) for subscriber */
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001424 switch (event) {
1425 case GSM_PAGING_SUCCEEDED:
1426 DEBUGP(DCC, "Paging subscr %s succeeded!\n", transt->subscr->extension);
Ivan Kluchnikov5fd0c642015-05-26 13:36:58 +03001427 OSMO_ASSERT(conn);
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001428 /* Assign lchan */
1429 transt->conn = conn;
1430 /* send SETUP request to called party */
1431 gsm48_cc_tx_setup(transt, &transt->cc.msg);
1432 break;
1433 case GSM_PAGING_EXPIRED:
1434 case GSM_PAGING_BUSY:
1435 DEBUGP(DCC, "Paging subscr %s expired!\n",
1436 transt->subscr->extension);
1437 /* Temporarily out of order */
1438 mncc_release_ind(transt->net, transt,
1439 transt->callref,
1440 GSM48_CAUSE_LOC_PRN_S_LU,
1441 GSM48_CC_CAUSE_DEST_OOO);
1442 transt->callref = 0;
1443 transt->paging_request = NULL;
1444 trans_free(transt);
1445 break;
1446 default:
1447 LOGP(DCC, LOGL_ERROR, "Unknown paging event %d\n", event);
1448 break;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001449 }
Holger Hans Peter Freyther49b3ed22010-12-29 17:09:07 +01001450
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001451 transt->paging_request = NULL;
Harald Welte09e38af2009-02-16 22:52:23 +00001452 return 0;
Harald Welte4bc90a12008-12-27 16:32:52 +00001453}
Harald Welte7584aea2009-02-11 11:44:12 +00001454
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001455static int tch_recv_mncc(struct gsm_network *net, uint32_t callref, int enable);
Harald Welteda7ab742009-12-19 22:23:05 +01001456
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001457/* handle audio path for handover */
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001458static int switch_for_handover(struct gsm_lchan *old_lchan,
1459 struct gsm_lchan *new_lchan)
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001460{
1461 struct rtp_socket *old_rs, *new_rs, *other_rs;
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001462
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001463 /* Ask the new socket to send to the already known port. */
1464 if (new_lchan->conn->mncc_rtp_bridge) {
1465 LOGP(DHO, LOGL_DEBUG, "Forwarding RTP\n");
1466 rsl_ipacc_mdcx(new_lchan,
1467 old_lchan->abis_ip.connect_ip,
1468 old_lchan->abis_ip.connect_port, 0);
1469 return 0;
1470 }
1471
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001472 if (ipacc_rtp_direct) {
1473 LOGP(DHO, LOGL_ERROR, "unable to handover in direct RTP mode\n");
1474 return 0;
1475 }
1476
1477 /* RTP Proxy mode */
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001478 new_rs = new_lchan->abis_ip.rtp_socket;
1479 old_rs = old_lchan->abis_ip.rtp_socket;
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001480
1481 if (!new_rs) {
1482 LOGP(DHO, LOGL_ERROR, "no RTP socket for new_lchan\n");
1483 return -EIO;
1484 }
1485
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001486 rsl_ipacc_mdcx_to_rtpsock(new_lchan);
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001487
1488 if (!old_rs) {
1489 LOGP(DHO, LOGL_ERROR, "no RTP socket for old_lchan\n");
1490 return -EIO;
1491 }
1492
1493 /* copy rx_action and reference to other sock */
1494 new_rs->rx_action = old_rs->rx_action;
1495 new_rs->tx_action = old_rs->tx_action;
1496 new_rs->transmit = old_rs->transmit;
1497
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001498 switch (old_lchan->abis_ip.rtp_socket->rx_action) {
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001499 case RTP_PROXY:
1500 other_rs = old_rs->proxy.other_sock;
1501 rtp_socket_proxy(new_rs, other_rs);
1502 /* delete reference to other end socket to prevent
1503 * rtp_socket_free() from removing the inverse reference */
1504 old_rs->proxy.other_sock = NULL;
1505 break;
1506 case RTP_RECV_UPSTREAM:
1507 new_rs->receive = old_rs->receive;
1508 break;
1509 case RTP_NONE:
1510 break;
1511 }
1512
1513 return 0;
1514}
1515
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001516static void maybe_switch_for_handover(struct gsm_lchan *lchan)
1517{
1518 struct gsm_lchan *old_lchan;
1519 old_lchan = bsc_handover_pending(lchan);
1520 if (old_lchan)
1521 switch_for_handover(old_lchan, lchan);
1522}
1523
Harald Welte805f6442009-07-28 18:25:29 +02001524/* some other part of the code sends us a signal */
1525static int handle_abisip_signal(unsigned int subsys, unsigned int signal,
1526 void *handler_data, void *signal_data)
1527{
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001528 struct gsm_lchan *lchan = signal_data;
Harald Welte805f6442009-07-28 18:25:29 +02001529 int rc;
Harald Welteda7ab742009-12-19 22:23:05 +01001530 struct gsm_network *net;
1531 struct gsm_trans *trans;
Harald Welte805f6442009-07-28 18:25:29 +02001532
1533 if (subsys != SS_ABISIP)
1534 return 0;
1535
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02001536 /* RTP bridge handling */
1537 if (lchan->conn && lchan->conn->mncc_rtp_bridge)
1538 return tch_rtp_signal(lchan, signal);
1539
Harald Welte805f6442009-07-28 18:25:29 +02001540 /* in case we use direct BTS-to-BTS RTP */
1541 if (ipacc_rtp_direct)
1542 return 0;
1543
Harald Welte805f6442009-07-28 18:25:29 +02001544 switch (signal) {
Holger Hans Peter Freyther231163d2009-11-18 21:06:12 +01001545 case S_ABISIP_CRCX_ACK:
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001546 /* in case we don't use direct BTS-to-BTS RTP */
1547 /* the BTS has successfully bound a TCH to a local ip/port,
1548 * which means we can connect our UDP socket to it */
1549 if (lchan->abis_ip.rtp_socket) {
1550 rtp_socket_free(lchan->abis_ip.rtp_socket);
1551 lchan->abis_ip.rtp_socket = NULL;
1552 }
1553
1554 lchan->abis_ip.rtp_socket = rtp_socket_create();
1555 if (!lchan->abis_ip.rtp_socket)
1556 return -EIO;
1557
1558 rc = rtp_socket_connect(lchan->abis_ip.rtp_socket,
1559 lchan->abis_ip.bound_ip,
1560 lchan->abis_ip.bound_port);
1561 if (rc < 0)
1562 return -EIO;
1563
Harald Welteda7ab742009-12-19 22:23:05 +01001564 /* check if any transactions on this lchan still have
1565 * a tch_recv_mncc request pending */
1566 net = lchan->ts->trx->bts->network;
1567 llist_for_each_entry(trans, &net->trans_list, entry) {
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001568 if (trans->conn && trans->conn->lchan == lchan && trans->tch_recv) {
Harald Welteda7ab742009-12-19 22:23:05 +01001569 DEBUGP(DCC, "pending tch_recv_mncc request\n");
1570 tch_recv_mncc(net, trans->callref, 1);
1571 }
1572 }
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001573
1574 /*
1575 * TODO: this appears to be too early? Why not until after
1576 * the handover detect or the handover complete?
1577 *
1578 * Do we have a handover pending for this new lchan? In that
1579 * case re-route the audio from the old channel to the new one.
1580 */
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001581 maybe_switch_for_handover(lchan);
Harald Welte805f6442009-07-28 18:25:29 +02001582 break;
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001583 case S_ABISIP_DLCX_IND:
1584 /* the BTS tells us a RTP stream has been disconnected */
1585 if (lchan->abis_ip.rtp_socket) {
1586 rtp_socket_free(lchan->abis_ip.rtp_socket);
1587 lchan->abis_ip.rtp_socket = NULL;
1588 }
1589
1590 break;
Harald Welte805f6442009-07-28 18:25:29 +02001591 }
1592
1593 return 0;
Harald Welte805f6442009-07-28 18:25:29 +02001594}
1595
Harald Welte49f48b82009-02-17 15:29:33 +00001596/* map two ipaccess RTP streams onto each other */
Harald Welte11fa29c2009-02-19 17:24:39 +00001597static int tch_map(struct gsm_lchan *lchan, struct gsm_lchan *remote_lchan)
Harald Welte49f48b82009-02-17 15:29:33 +00001598{
Harald Welte11fa29c2009-02-19 17:24:39 +00001599 struct gsm_bts *bts = lchan->ts->trx->bts;
1600 struct gsm_bts *remote_bts = remote_lchan->ts->trx->bts;
Harald Welte805f6442009-07-28 18:25:29 +02001601 int rc;
Harald Welte49f48b82009-02-17 15:29:33 +00001602
Harald Welte11fa29c2009-02-19 17:24:39 +00001603 DEBUGP(DCC, "Setting up TCH map between (bts=%u,trx=%u,ts=%u) and (bts=%u,trx=%u,ts=%u)\n",
1604 bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
1605 remote_bts->nr, remote_lchan->ts->trx->nr, remote_lchan->ts->nr);
1606
1607 if (bts->type != remote_bts->type) {
Harald Weltee5215b52011-08-09 21:53:20 +02001608 LOGP(DCC, LOGL_ERROR, "Cannot switch calls between different BTS types yet\n");
Harald Welte11fa29c2009-02-19 17:24:39 +00001609 return -EINVAL;
1610 }
Harald Welteda7ab742009-12-19 22:23:05 +01001611
1612 // todo: map between different bts types
Harald Welte11fa29c2009-02-19 17:24:39 +00001613 switch (bts->type) {
Mike Habene2d82272009-10-02 12:19:34 +01001614 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +02001615 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welte805f6442009-07-28 18:25:29 +02001616 if (!ipacc_rtp_direct) {
Andreas Eversberga4d0e3c2014-01-22 08:57:18 +01001617 if (!lchan->abis_ip.rtp_socket) {
1618 LOGP(DHO, LOGL_ERROR, "no RTP socket for "
1619 "lchan\n");
1620 return -EIO;
1621 }
1622 if (!remote_lchan->abis_ip.rtp_socket) {
1623 LOGP(DHO, LOGL_ERROR, "no RTP socket for "
1624 "remote_lchan\n");
1625 return -EIO;
1626 }
1627
Harald Welte805f6442009-07-28 18:25:29 +02001628 /* connect the TCH's to our RTP proxy */
Harald Weltea72273e2009-12-20 16:51:09 +01001629 rc = rsl_ipacc_mdcx_to_rtpsock(lchan);
Harald Welte805f6442009-07-28 18:25:29 +02001630 if (rc < 0)
1631 return rc;
Harald Weltea72273e2009-12-20 16:51:09 +01001632 rc = rsl_ipacc_mdcx_to_rtpsock(remote_lchan);
Harald Welte4d54d0b2011-02-19 16:48:17 +01001633 if (rc < 0)
1634 return rc;
Harald Welte805f6442009-07-28 18:25:29 +02001635 /* connect them with each other */
Harald Welte2c828992009-12-02 01:56:49 +05301636 rtp_socket_proxy(lchan->abis_ip.rtp_socket,
1637 remote_lchan->abis_ip.rtp_socket);
Harald Welte805f6442009-07-28 18:25:29 +02001638 } else {
1639 /* directly connect TCH RTP streams to each other */
Harald Welte2c828992009-12-02 01:56:49 +05301640 rc = rsl_ipacc_mdcx(lchan, remote_lchan->abis_ip.bound_ip,
1641 remote_lchan->abis_ip.bound_port,
Harald Welte2c828992009-12-02 01:56:49 +05301642 remote_lchan->abis_ip.rtp_payload2);
Harald Welte805f6442009-07-28 18:25:29 +02001643 if (rc < 0)
1644 return rc;
Harald Welte2c828992009-12-02 01:56:49 +05301645 rc = rsl_ipacc_mdcx(remote_lchan, lchan->abis_ip.bound_ip,
1646 lchan->abis_ip.bound_port,
Harald Welte2c828992009-12-02 01:56:49 +05301647 lchan->abis_ip.rtp_payload2);
Harald Welte805f6442009-07-28 18:25:29 +02001648 }
Harald Welte11fa29c2009-02-19 17:24:39 +00001649 break;
1650 case GSM_BTS_TYPE_BS11:
Harald Weltec76fb5d2011-03-20 06:27:31 -03001651 case GSM_BTS_TYPE_RBS2000:
Dieter Spaar16646022011-07-28 00:01:50 +02001652 case GSM_BTS_TYPE_NOKIA_SITE:
Harald Welte11fa29c2009-02-19 17:24:39 +00001653 trau_mux_map_lchan(lchan, remote_lchan);
1654 break;
1655 default:
Harald Weltee5215b52011-08-09 21:53:20 +02001656 LOGP(DCC, LOGL_ERROR, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01001657 return -EINVAL;
Harald Welte11fa29c2009-02-19 17:24:39 +00001658 }
Harald Welte49f48b82009-02-17 15:29:33 +00001659
1660 return 0;
1661}
1662
Harald Welte4bfdfe72009-06-10 23:11:52 +08001663/* bridge channels of two transactions */
Harald Welte53d51f52015-12-03 14:59:04 +01001664static int tch_bridge(struct gsm_network *net, struct gsm_mncc_bridge *bridge)
Harald Welte7ccf7782009-02-17 01:43:01 +00001665{
Harald Welte53d51f52015-12-03 14:59:04 +01001666 struct gsm_trans *trans1 = trans_find_by_callref(net, bridge->callref[0]);
1667 struct gsm_trans *trans2 = trans_find_by_callref(net, bridge->callref[1]);
Harald Welte7ccf7782009-02-17 01:43:01 +00001668
Harald Welte4bfdfe72009-06-10 23:11:52 +08001669 if (!trans1 || !trans2)
Harald Welte7ccf7782009-02-17 01:43:01 +00001670 return -EIO;
1671
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001672 if (!trans1->conn || !trans2->conn)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001673 return -EIO;
1674
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01001675 /* Which subscriber do we want to track trans1 or trans2? */
1676 log_set_context(BSC_CTX_SUBSCR, trans1->subscr);
1677
Harald Welte4bfdfe72009-06-10 23:11:52 +08001678 /* through-connect channel */
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001679 return tch_map(trans1->conn->lchan, trans2->conn->lchan);
Harald Welte7ccf7782009-02-17 01:43:01 +00001680}
1681
Harald Welteda7ab742009-12-19 22:23:05 +01001682/* enable receive of channels to MNCC upqueue */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001683static int tch_recv_mncc(struct gsm_network *net, uint32_t callref, int enable)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001684{
1685 struct gsm_trans *trans;
Harald Welteda7ab742009-12-19 22:23:05 +01001686 struct gsm_lchan *lchan;
1687 struct gsm_bts *bts;
1688 int rc;
Harald Welte7ccf7782009-02-17 01:43:01 +00001689
Harald Welte4bfdfe72009-06-10 23:11:52 +08001690 /* Find callref */
Harald Welteda7ab742009-12-19 22:23:05 +01001691 trans = trans_find_by_callref(net, callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001692 if (!trans)
1693 return -EIO;
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001694 if (!trans->conn)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001695 return 0;
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01001696
1697 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001698 lchan = trans->conn->lchan;
Harald Welteda7ab742009-12-19 22:23:05 +01001699 bts = lchan->ts->trx->bts;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001700
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001701 /* store receive state */
1702 trans->tch_recv = enable;
1703
Harald Welteda7ab742009-12-19 22:23:05 +01001704 switch (bts->type) {
1705 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +02001706 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welteda7ab742009-12-19 22:23:05 +01001707 if (ipacc_rtp_direct) {
Harald Weltee5215b52011-08-09 21:53:20 +02001708 LOGP(DCC, LOGL_ERROR, "Error: RTP proxy is disabled\n");
Harald Welteda7ab742009-12-19 22:23:05 +01001709 return -EINVAL;
1710 }
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001711 /* In case, we don't have a RTP socket to the BTS yet, the BTS
1712 * will not be connected to our RTP proxy and the socket will
1713 * not be assigned to the application interface. This method
1714 * will be called again, once the audio socket is created and
1715 * connected. */
Harald Welteda7ab742009-12-19 22:23:05 +01001716 if (!lchan->abis_ip.rtp_socket) {
Harald Welteda7ab742009-12-19 22:23:05 +01001717 DEBUGP(DCC, "queue tch_recv_mncc request (%d)\n", enable);
1718 return 0;
1719 }
1720 if (enable) {
1721 /* connect the TCH's to our RTP proxy */
Harald Weltea72273e2009-12-20 16:51:09 +01001722 rc = rsl_ipacc_mdcx_to_rtpsock(lchan);
Harald Welteda7ab742009-12-19 22:23:05 +01001723 if (rc < 0)
1724 return rc;
1725 /* assign socket to application interface */
1726 rtp_socket_upstream(lchan->abis_ip.rtp_socket,
1727 net, callref);
1728 } else
1729 rtp_socket_upstream(lchan->abis_ip.rtp_socket,
1730 net, 0);
1731 break;
1732 case GSM_BTS_TYPE_BS11:
Harald Weltec76fb5d2011-03-20 06:27:31 -03001733 case GSM_BTS_TYPE_RBS2000:
Harald Welte10456972011-08-05 20:11:18 +02001734 case GSM_BTS_TYPE_NOKIA_SITE:
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001735 /* In case we don't have a TCH with correct mode, the TRAU muxer
1736 * will not be asigned to the application interface. This is
1737 * performed by switch_trau_mux() after successful handover or
1738 * assignment. */
1739 if (lchan->tch_mode == GSM48_CMODE_SIGN) {
1740 DEBUGP(DCC, "queue tch_recv_mncc request (%d)\n", enable);
1741 return 0;
1742 }
Harald Welteda7ab742009-12-19 22:23:05 +01001743 if (enable)
1744 return trau_recv_lchan(lchan, callref);
1745 return trau_mux_unmap(NULL, callref);
1746 break;
1747 default:
Harald Weltee5215b52011-08-09 21:53:20 +02001748 LOGP(DCC, LOGL_ERROR, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01001749 return -EINVAL;
1750 }
1751
1752 return 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001753}
1754
Harald Welte4bfdfe72009-06-10 23:11:52 +08001755static int gsm48_cc_rx_status_enq(struct gsm_trans *trans, struct msgb *msg)
1756{
1757 DEBUGP(DCC, "-> STATUS ENQ\n");
1758 return gsm48_cc_tx_status(trans, msg);
1759}
1760
1761static int gsm48_cc_tx_release(struct gsm_trans *trans, void *arg);
1762static int gsm48_cc_tx_disconnect(struct gsm_trans *trans, void *arg);
1763
1764static void gsm48_cc_timeout(void *arg)
1765{
1766 struct gsm_trans *trans = arg;
1767 int disconnect = 0, release = 0;
Harald Weltec66b71c2009-06-11 14:23:20 +08001768 int mo_cause = GSM48_CC_CAUSE_RECOVERY_TIMER;
1769 int mo_location = GSM48_CAUSE_LOC_USER;
1770 int l4_cause = GSM48_CC_CAUSE_NORMAL_UNSPEC;
1771 int l4_location = GSM48_CAUSE_LOC_PRN_S_LU;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001772 struct gsm_mncc mo_rel, l4_rel;
1773
1774 memset(&mo_rel, 0, sizeof(struct gsm_mncc));
1775 mo_rel.callref = trans->callref;
1776 memset(&l4_rel, 0, sizeof(struct gsm_mncc));
1777 l4_rel.callref = trans->callref;
1778
Harald Weltedcaf5652009-07-23 18:56:43 +02001779 switch(trans->cc.Tcurrent) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001780 case 0x303:
1781 release = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001782 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001783 break;
1784 case 0x310:
1785 disconnect = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001786 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001787 break;
1788 case 0x313:
1789 disconnect = 1;
1790 /* unknown, did not find it in the specs */
1791 break;
1792 case 0x301:
1793 disconnect = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001794 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001795 break;
1796 case 0x308:
Harald Weltedcaf5652009-07-23 18:56:43 +02001797 if (!trans->cc.T308_second) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001798 /* restart T308 a second time */
Harald Weltedcaf5652009-07-23 18:56:43 +02001799 gsm48_cc_tx_release(trans, &trans->cc.msg);
1800 trans->cc.T308_second = 1;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001801 break; /* stay in release state */
1802 }
Harald Weltedcaf5652009-07-23 18:56:43 +02001803 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001804 return;
1805// release = 1;
1806// l4_cause = 14;
1807// break;
1808 case 0x306:
1809 release = 1;
Harald Weltedcaf5652009-07-23 18:56:43 +02001810 mo_cause = trans->cc.msg.cause.value;
1811 mo_location = trans->cc.msg.cause.location;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001812 break;
1813 case 0x323:
1814 disconnect = 1;
1815 break;
1816 default:
1817 release = 1;
1818 }
1819
1820 if (release && trans->callref) {
1821 /* process release towards layer 4 */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001822 mncc_release_ind(trans->net, trans, trans->callref,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001823 l4_location, l4_cause);
1824 trans->callref = 0;
1825 }
1826
1827 if (disconnect && trans->callref) {
1828 /* process disconnect towards layer 4 */
1829 mncc_set_cause(&l4_rel, l4_location, l4_cause);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001830 mncc_recvmsg(trans->net, trans, MNCC_DISC_IND, &l4_rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001831 }
1832
1833 /* process disconnect towards mobile station */
1834 if (disconnect || release) {
1835 mncc_set_cause(&mo_rel, mo_location, mo_cause);
Harald Weltedcaf5652009-07-23 18:56:43 +02001836 mo_rel.cause.diag[0] = ((trans->cc.Tcurrent & 0xf00) >> 8) + '0';
1837 mo_rel.cause.diag[1] = ((trans->cc.Tcurrent & 0x0f0) >> 4) + '0';
1838 mo_rel.cause.diag[2] = (trans->cc.Tcurrent & 0x00f) + '0';
Harald Welte4bfdfe72009-06-10 23:11:52 +08001839 mo_rel.cause.diag_len = 3;
1840
1841 if (disconnect)
1842 gsm48_cc_tx_disconnect(trans, &mo_rel);
1843 if (release)
1844 gsm48_cc_tx_release(trans, &mo_rel);
1845 }
1846
1847}
1848
1849static void gsm48_start_cc_timer(struct gsm_trans *trans, int current,
1850 int sec, int micro)
1851{
1852 DEBUGP(DCC, "starting timer T%x with %d seconds\n", current, sec);
Harald Weltedcaf5652009-07-23 18:56:43 +02001853 trans->cc.timer.cb = gsm48_cc_timeout;
1854 trans->cc.timer.data = trans;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001855 osmo_timer_schedule(&trans->cc.timer, sec, micro);
Harald Weltedcaf5652009-07-23 18:56:43 +02001856 trans->cc.Tcurrent = current;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001857}
1858
1859static int gsm48_cc_rx_setup(struct gsm_trans *trans, struct msgb *msg)
1860{
1861 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyr531734a2016-03-14 16:13:24 +01001862 uint8_t msg_type = gsm48_hdr_msg_type(gh);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001863 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
1864 struct tlv_parsed tp;
1865 struct gsm_mncc setup;
1866
1867 memset(&setup, 0, sizeof(struct gsm_mncc));
1868 setup.callref = trans->callref;
Andreas Eversbergcaae10b2014-01-16 16:04:12 +01001869 setup.lchan_type = trans->conn->lchan->type;
Harald Welte474d19f2010-03-02 23:18:30 +01001870 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001871 /* emergency setup is identified by msg_type */
1872 if (msg_type == GSM48_MT_CC_EMERG_SETUP)
1873 setup.emergency = 1;
1874
1875 /* use subscriber as calling party number */
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +02001876 setup.fields |= MNCC_F_CALLING;
1877 strncpy(setup.calling.number, trans->subscr->extension,
1878 sizeof(setup.calling.number)-1);
1879 strncpy(setup.imsi, trans->subscr->imsi,
1880 sizeof(setup.imsi)-1);
1881
Harald Welte4bfdfe72009-06-10 23:11:52 +08001882 /* bearer capability */
1883 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
1884 setup.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01001885 gsm48_decode_bearer_cap(&setup.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001886 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01001887 apply_codec_restrictions(trans->conn->bts, &setup.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001888 }
1889 /* facility */
1890 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
1891 setup.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01001892 gsm48_decode_facility(&setup.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001893 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
1894 }
1895 /* called party bcd number */
1896 if (TLVP_PRESENT(&tp, GSM48_IE_CALLED_BCD)) {
1897 setup.fields |= MNCC_F_CALLED;
Harald Welte55c8f352010-03-07 23:40:35 +01001898 gsm48_decode_called(&setup.called,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001899 TLVP_VAL(&tp, GSM48_IE_CALLED_BCD)-1);
1900 }
1901 /* user-user */
1902 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
1903 setup.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01001904 gsm48_decode_useruser(&setup.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001905 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
1906 }
1907 /* ss-version */
1908 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
1909 setup.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01001910 gsm48_decode_ssversion(&setup.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001911 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
1912 }
1913 /* CLIR suppression */
1914 if (TLVP_PRESENT(&tp, GSM48_IE_CLIR_SUPP))
1915 setup.clir.sup = 1;
1916 /* CLIR invocation */
1917 if (TLVP_PRESENT(&tp, GSM48_IE_CLIR_INVOC))
1918 setup.clir.inv = 1;
1919 /* cc cap */
1920 if (TLVP_PRESENT(&tp, GSM48_IE_CC_CAP)) {
1921 setup.fields |= MNCC_F_CCCAP;
Harald Welte55c8f352010-03-07 23:40:35 +01001922 gsm48_decode_cccap(&setup.cccap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001923 TLVP_VAL(&tp, GSM48_IE_CC_CAP)-1);
1924 }
1925
Harald Welte4bfdfe72009-06-10 23:11:52 +08001926 new_cc_state(trans, GSM_CSTATE_INITIATED);
1927
Harald Welte (local)47df3992009-12-26 19:45:03 +01001928 LOGP(DCC, LOGL_INFO, "Subscriber %s (%s) sends SETUP to %s\n",
1929 subscr_name(trans->subscr), trans->subscr->extension,
1930 setup.called.number);
1931
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001932 osmo_counter_inc(trans->net->stats.call.mo_setup);
Harald Weltea29e43a2010-12-24 16:06:33 +01001933
Harald Welte4bfdfe72009-06-10 23:11:52 +08001934 /* indicate setup to MNCC */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001935 mncc_recvmsg(trans->net, trans, MNCC_SETUP_IND, &setup);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001936
Harald Welte13cac662009-07-29 12:10:35 +02001937 /* MNCC code will modify the channel asynchronously, we should
1938 * ipaccess-bind only after the modification has been made to the
1939 * lchan->tch_mode */
Harald Welte4bfdfe72009-06-10 23:11:52 +08001940 return 0;
1941}
1942
1943static int gsm48_cc_tx_setup(struct gsm_trans *trans, void *arg)
Harald Welte65e74cc2008-12-29 01:55:35 +00001944{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001945 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC STUP");
Harald Welte65e74cc2008-12-29 01:55:35 +00001946 struct gsm48_hdr *gh;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001947 struct gsm_mncc *setup = arg;
Harald Welte78283ef2009-07-23 21:36:44 +02001948 int rc, trans_id;
Harald Welte65e74cc2008-12-29 01:55:35 +00001949
Harald Welte7ccf7782009-02-17 01:43:01 +00001950 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Harald Welte65e74cc2008-12-29 01:55:35 +00001951
Harald Welte4bfdfe72009-06-10 23:11:52 +08001952 /* transaction id must not be assigned */
1953 if (trans->transaction_id != 0xff) { /* unasssigned */
1954 DEBUGP(DCC, "TX Setup with assigned transaction. "
1955 "This is not allowed!\n");
1956 /* Temporarily out of order */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001957 rc = mncc_release_ind(trans->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001958 GSM48_CAUSE_LOC_PRN_S_LU,
1959 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001960 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02001961 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001962 return rc;
1963 }
1964
1965 /* Get free transaction_id */
Jacob Erlbeckdae1f642014-12-02 14:22:53 +01001966 trans_id = trans_assign_trans_id(trans->net, trans->subscr,
1967 GSM48_PDISC_CC, 0);
Harald Welte78283ef2009-07-23 21:36:44 +02001968 if (trans_id < 0) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001969 /* no free transaction ID */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001970 rc = mncc_release_ind(trans->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001971 GSM48_CAUSE_LOC_PRN_S_LU,
1972 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001973 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02001974 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001975 return rc;
1976 }
Harald Welte78283ef2009-07-23 21:36:44 +02001977 trans->transaction_id = trans_id;
Harald Welte49f48b82009-02-17 15:29:33 +00001978
Harald Welte65e74cc2008-12-29 01:55:35 +00001979 gh->msg_type = GSM48_MT_CC_SETUP;
Harald Welte09e38af2009-02-16 22:52:23 +00001980
Harald Welte4bfdfe72009-06-10 23:11:52 +08001981 gsm48_start_cc_timer(trans, 0x303, GSM48_T303);
Harald Welte65e74cc2008-12-29 01:55:35 +00001982
Harald Welte4bfdfe72009-06-10 23:11:52 +08001983 /* bearer capability */
1984 if (setup->fields & MNCC_F_BEARER_CAP)
Harald Welte55c8f352010-03-07 23:40:35 +01001985 gsm48_encode_bearer_cap(msg, 0, &setup->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001986 /* facility */
1987 if (setup->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01001988 gsm48_encode_facility(msg, 0, &setup->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001989 /* progress */
1990 if (setup->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01001991 gsm48_encode_progress(msg, 0, &setup->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001992 /* calling party BCD number */
1993 if (setup->fields & MNCC_F_CALLING)
Harald Welte55c8f352010-03-07 23:40:35 +01001994 gsm48_encode_calling(msg, &setup->calling);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001995 /* called party BCD number */
1996 if (setup->fields & MNCC_F_CALLED)
Harald Welte55c8f352010-03-07 23:40:35 +01001997 gsm48_encode_called(msg, &setup->called);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001998 /* user-user */
1999 if (setup->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002000 gsm48_encode_useruser(msg, 0, &setup->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002001 /* redirecting party BCD number */
2002 if (setup->fields & MNCC_F_REDIRECTING)
Harald Welte55c8f352010-03-07 23:40:35 +01002003 gsm48_encode_redirecting(msg, &setup->redirecting);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002004 /* signal */
2005 if (setup->fields & MNCC_F_SIGNAL)
Harald Welte55c8f352010-03-07 23:40:35 +01002006 gsm48_encode_signal(msg, setup->signal);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002007
2008 new_cc_state(trans, GSM_CSTATE_CALL_PRESENT);
Harald Welte65e74cc2008-12-29 01:55:35 +00002009
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002010 osmo_counter_inc(trans->net->stats.call.mt_setup);
Harald Weltea29e43a2010-12-24 16:06:33 +01002011
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002012 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte65e74cc2008-12-29 01:55:35 +00002013}
2014
Harald Welte4bfdfe72009-06-10 23:11:52 +08002015static int gsm48_cc_rx_call_conf(struct gsm_trans *trans, struct msgb *msg)
2016{
2017 struct gsm48_hdr *gh = msgb_l3(msg);
2018 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2019 struct tlv_parsed tp;
2020 struct gsm_mncc call_conf;
2021
2022 gsm48_stop_cc_timer(trans);
2023 gsm48_start_cc_timer(trans, 0x310, GSM48_T310);
2024
2025 memset(&call_conf, 0, sizeof(struct gsm_mncc));
2026 call_conf.callref = trans->callref;
Andreas Eversbergcaae10b2014-01-16 16:04:12 +01002027 call_conf.lchan_type = trans->conn->lchan->type;
Harald Welte474d19f2010-03-02 23:18:30 +01002028 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002029#if 0
2030 /* repeat */
2031 if (TLVP_PRESENT(&tp, GSM48_IE_REPEAT_CIR))
2032 call_conf.repeat = 1;
2033 if (TLVP_PRESENT(&tp, GSM48_IE_REPEAT_SEQ))
2034 call_conf.repeat = 2;
2035#endif
2036 /* bearer capability */
2037 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2038 call_conf.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002039 gsm48_decode_bearer_cap(&call_conf.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002040 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002041 apply_codec_restrictions(trans->conn->bts, &call_conf.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002042 }
2043 /* cause */
2044 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2045 call_conf.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002046 gsm48_decode_cause(&call_conf.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002047 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2048 }
2049 /* cc cap */
2050 if (TLVP_PRESENT(&tp, GSM48_IE_CC_CAP)) {
2051 call_conf.fields |= MNCC_F_CCCAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002052 gsm48_decode_cccap(&call_conf.cccap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002053 TLVP_VAL(&tp, GSM48_IE_CC_CAP)-1);
2054 }
2055
Andreas Eversberg035b8742013-09-19 09:27:06 +02002056 /* IMSI of called subscriber */
2057 strncpy(call_conf.imsi, trans->subscr->imsi,
2058 sizeof(call_conf.imsi)-1);
2059
Harald Welte4bfdfe72009-06-10 23:11:52 +08002060 new_cc_state(trans, GSM_CSTATE_MO_TERM_CALL_CONF);
2061
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002062 return mncc_recvmsg(trans->net, trans, MNCC_CALL_CONF_IND,
Harald Welte596fed42009-07-23 19:06:52 +02002063 &call_conf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002064}
2065
2066static int gsm48_cc_tx_call_proc(struct gsm_trans *trans, void *arg)
2067{
2068 struct gsm_mncc *proceeding = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002069 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC PROC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002070 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2071
Harald Welte4bfdfe72009-06-10 23:11:52 +08002072 gh->msg_type = GSM48_MT_CC_CALL_PROC;
2073
2074 new_cc_state(trans, GSM_CSTATE_MO_CALL_PROC);
2075
2076 /* bearer capability */
2077 if (proceeding->fields & MNCC_F_BEARER_CAP)
Harald Welte55c8f352010-03-07 23:40:35 +01002078 gsm48_encode_bearer_cap(msg, 0, &proceeding->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002079 /* facility */
2080 if (proceeding->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002081 gsm48_encode_facility(msg, 0, &proceeding->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002082 /* progress */
2083 if (proceeding->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002084 gsm48_encode_progress(msg, 0, &proceeding->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002085
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002086 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002087}
2088
2089static int gsm48_cc_rx_alerting(struct gsm_trans *trans, struct msgb *msg)
2090{
2091 struct gsm48_hdr *gh = msgb_l3(msg);
2092 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2093 struct tlv_parsed tp;
2094 struct gsm_mncc alerting;
2095
2096 gsm48_stop_cc_timer(trans);
2097 gsm48_start_cc_timer(trans, 0x301, GSM48_T301);
2098
2099 memset(&alerting, 0, sizeof(struct gsm_mncc));
2100 alerting.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002101 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002102 /* facility */
2103 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2104 alerting.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002105 gsm48_decode_facility(&alerting.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002106 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2107 }
2108
2109 /* progress */
2110 if (TLVP_PRESENT(&tp, GSM48_IE_PROGR_IND)) {
2111 alerting.fields |= MNCC_F_PROGRESS;
Harald Welte55c8f352010-03-07 23:40:35 +01002112 gsm48_decode_progress(&alerting.progress,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002113 TLVP_VAL(&tp, GSM48_IE_PROGR_IND)-1);
2114 }
2115 /* ss-version */
2116 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2117 alerting.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002118 gsm48_decode_ssversion(&alerting.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002119 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2120 }
2121
2122 new_cc_state(trans, GSM_CSTATE_CALL_RECEIVED);
2123
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002124 return mncc_recvmsg(trans->net, trans, MNCC_ALERT_IND,
Harald Welte596fed42009-07-23 19:06:52 +02002125 &alerting);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002126}
2127
2128static int gsm48_cc_tx_alerting(struct gsm_trans *trans, void *arg)
2129{
2130 struct gsm_mncc *alerting = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002131 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC ALERT");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002132 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2133
Harald Welte4bfdfe72009-06-10 23:11:52 +08002134 gh->msg_type = GSM48_MT_CC_ALERTING;
2135
2136 /* facility */
2137 if (alerting->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002138 gsm48_encode_facility(msg, 0, &alerting->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002139 /* progress */
2140 if (alerting->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002141 gsm48_encode_progress(msg, 0, &alerting->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002142 /* user-user */
2143 if (alerting->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002144 gsm48_encode_useruser(msg, 0, &alerting->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002145
2146 new_cc_state(trans, GSM_CSTATE_CALL_DELIVERED);
2147
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002148 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002149}
2150
2151static int gsm48_cc_tx_progress(struct gsm_trans *trans, void *arg)
2152{
2153 struct gsm_mncc *progress = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002154 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC PROGRESS");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002155 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2156
Harald Welte4bfdfe72009-06-10 23:11:52 +08002157 gh->msg_type = GSM48_MT_CC_PROGRESS;
2158
2159 /* progress */
Harald Welte55c8f352010-03-07 23:40:35 +01002160 gsm48_encode_progress(msg, 1, &progress->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002161 /* user-user */
2162 if (progress->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002163 gsm48_encode_useruser(msg, 0, &progress->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002164
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002165 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002166}
2167
2168static int gsm48_cc_tx_connect(struct gsm_trans *trans, void *arg)
2169{
2170 struct gsm_mncc *connect = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002171 struct msgb *msg = gsm48_msgb_alloc_name("GSN 04.08 CC CON");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002172 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2173
Harald Welte4bfdfe72009-06-10 23:11:52 +08002174 gh->msg_type = GSM48_MT_CC_CONNECT;
2175
2176 gsm48_stop_cc_timer(trans);
2177 gsm48_start_cc_timer(trans, 0x313, GSM48_T313);
2178
2179 /* facility */
2180 if (connect->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002181 gsm48_encode_facility(msg, 0, &connect->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002182 /* progress */
2183 if (connect->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002184 gsm48_encode_progress(msg, 0, &connect->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002185 /* connected number */
2186 if (connect->fields & MNCC_F_CONNECTED)
Harald Welte55c8f352010-03-07 23:40:35 +01002187 gsm48_encode_connected(msg, &connect->connected);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002188 /* user-user */
2189 if (connect->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002190 gsm48_encode_useruser(msg, 0, &connect->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002191
2192 new_cc_state(trans, GSM_CSTATE_CONNECT_IND);
2193
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002194 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002195}
2196
2197static int gsm48_cc_rx_connect(struct gsm_trans *trans, struct msgb *msg)
2198{
2199 struct gsm48_hdr *gh = msgb_l3(msg);
2200 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2201 struct tlv_parsed tp;
2202 struct gsm_mncc connect;
2203
2204 gsm48_stop_cc_timer(trans);
2205
2206 memset(&connect, 0, sizeof(struct gsm_mncc));
2207 connect.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002208 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002209 /* use subscriber as connected party number */
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +02002210 connect.fields |= MNCC_F_CONNECTED;
2211 strncpy(connect.connected.number, trans->subscr->extension,
2212 sizeof(connect.connected.number)-1);
2213 strncpy(connect.imsi, trans->subscr->imsi,
2214 sizeof(connect.imsi)-1);
2215
Harald Welte4bfdfe72009-06-10 23:11:52 +08002216 /* facility */
2217 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2218 connect.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002219 gsm48_decode_facility(&connect.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002220 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2221 }
2222 /* user-user */
2223 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2224 connect.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002225 gsm48_decode_useruser(&connect.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002226 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2227 }
2228 /* ss-version */
2229 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2230 connect.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002231 gsm48_decode_ssversion(&connect.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002232 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2233 }
2234
2235 new_cc_state(trans, GSM_CSTATE_CONNECT_REQUEST);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002236 osmo_counter_inc(trans->net->stats.call.mt_connect);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002237
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002238 return mncc_recvmsg(trans->net, trans, MNCC_SETUP_CNF, &connect);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002239}
2240
2241
2242static int gsm48_cc_rx_connect_ack(struct gsm_trans *trans, struct msgb *msg)
2243{
2244 struct gsm_mncc connect_ack;
2245
2246 gsm48_stop_cc_timer(trans);
2247
2248 new_cc_state(trans, GSM_CSTATE_ACTIVE);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002249 osmo_counter_inc(trans->net->stats.call.mo_connect_ack);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002250
2251 memset(&connect_ack, 0, sizeof(struct gsm_mncc));
2252 connect_ack.callref = trans->callref;
Harald Weltea29e43a2010-12-24 16:06:33 +01002253
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002254 return mncc_recvmsg(trans->net, trans, MNCC_SETUP_COMPL_IND,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002255 &connect_ack);
2256}
2257
2258static int gsm48_cc_tx_connect_ack(struct gsm_trans *trans, void *arg)
2259{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002260 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC CON ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002261 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2262
Harald Welte4bfdfe72009-06-10 23:11:52 +08002263 gh->msg_type = GSM48_MT_CC_CONNECT_ACK;
2264
2265 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2266
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002267 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002268}
2269
2270static int gsm48_cc_rx_disconnect(struct gsm_trans *trans, struct msgb *msg)
2271{
2272 struct gsm48_hdr *gh = msgb_l3(msg);
2273 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2274 struct tlv_parsed tp;
2275 struct gsm_mncc disc;
2276
2277 gsm48_stop_cc_timer(trans);
2278
2279 new_cc_state(trans, GSM_CSTATE_DISCONNECT_REQ);
2280
2281 memset(&disc, 0, sizeof(struct gsm_mncc));
2282 disc.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002283 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_CAUSE, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002284 /* cause */
2285 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2286 disc.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002287 gsm48_decode_cause(&disc.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002288 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2289 }
2290 /* facility */
2291 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2292 disc.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002293 gsm48_decode_facility(&disc.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002294 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2295 }
2296 /* user-user */
2297 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2298 disc.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002299 gsm48_decode_useruser(&disc.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002300 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2301 }
2302 /* ss-version */
2303 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2304 disc.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002305 gsm48_decode_ssversion(&disc.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002306 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2307 }
2308
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002309 return mncc_recvmsg(trans->net, trans, MNCC_DISC_IND, &disc);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002310
2311}
2312
Harald Weltec66b71c2009-06-11 14:23:20 +08002313static struct gsm_mncc_cause default_cause = {
2314 .location = GSM48_CAUSE_LOC_PRN_S_LU,
2315 .coding = 0,
2316 .rec = 0,
2317 .rec_val = 0,
2318 .value = GSM48_CC_CAUSE_NORMAL_UNSPEC,
2319 .diag_len = 0,
2320 .diag = { 0 },
2321};
Harald Welte4bfdfe72009-06-10 23:11:52 +08002322
2323static int gsm48_cc_tx_disconnect(struct gsm_trans *trans, void *arg)
2324{
2325 struct gsm_mncc *disc = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002326 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC DISC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002327 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2328
Harald Welte4bfdfe72009-06-10 23:11:52 +08002329 gh->msg_type = GSM48_MT_CC_DISCONNECT;
2330
2331 gsm48_stop_cc_timer(trans);
2332 gsm48_start_cc_timer(trans, 0x306, GSM48_T306);
2333
2334 /* cause */
2335 if (disc->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002336 gsm48_encode_cause(msg, 1, &disc->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002337 else
Harald Welte55c8f352010-03-07 23:40:35 +01002338 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002339
2340 /* facility */
2341 if (disc->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002342 gsm48_encode_facility(msg, 0, &disc->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002343 /* progress */
2344 if (disc->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002345 gsm48_encode_progress(msg, 0, &disc->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002346 /* user-user */
2347 if (disc->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002348 gsm48_encode_useruser(msg, 0, &disc->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002349
2350 /* store disconnect cause for T306 expiry */
Harald Weltedcaf5652009-07-23 18:56:43 +02002351 memcpy(&trans->cc.msg, disc, sizeof(struct gsm_mncc));
Harald Welte4bfdfe72009-06-10 23:11:52 +08002352
2353 new_cc_state(trans, GSM_CSTATE_DISCONNECT_IND);
2354
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002355 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002356}
2357
2358static int gsm48_cc_rx_release(struct gsm_trans *trans, struct msgb *msg)
2359{
2360 struct gsm48_hdr *gh = msgb_l3(msg);
2361 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2362 struct tlv_parsed tp;
2363 struct gsm_mncc rel;
2364 int rc;
2365
2366 gsm48_stop_cc_timer(trans);
2367
2368 memset(&rel, 0, sizeof(struct gsm_mncc));
2369 rel.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002370 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002371 /* cause */
2372 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2373 rel.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002374 gsm48_decode_cause(&rel.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002375 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2376 }
2377 /* facility */
2378 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2379 rel.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002380 gsm48_decode_facility(&rel.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002381 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2382 }
2383 /* user-user */
2384 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2385 rel.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002386 gsm48_decode_useruser(&rel.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002387 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2388 }
2389 /* ss-version */
2390 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2391 rel.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002392 gsm48_decode_ssversion(&rel.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002393 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2394 }
2395
Harald Weltedcaf5652009-07-23 18:56:43 +02002396 if (trans->cc.state == GSM_CSTATE_RELEASE_REQ) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002397 /* release collision 5.4.5 */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002398 rc = mncc_recvmsg(trans->net, trans, MNCC_REL_CNF, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002399 } else {
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08002400 rc = gsm48_tx_simple(trans->conn,
Harald Welte6f5aee02009-07-23 21:21:14 +02002401 GSM48_PDISC_CC | (trans->transaction_id << 4),
Harald Welte596fed42009-07-23 19:06:52 +02002402 GSM48_MT_CC_RELEASE_COMPL);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002403 rc = mncc_recvmsg(trans->net, trans, MNCC_REL_IND, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002404 }
2405
2406 new_cc_state(trans, GSM_CSTATE_NULL);
2407
2408 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002409 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002410
2411 return rc;
2412}
2413
2414static int gsm48_cc_tx_release(struct gsm_trans *trans, void *arg)
2415{
2416 struct gsm_mncc *rel = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002417 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC REL");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002418 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2419
Harald Welte4bfdfe72009-06-10 23:11:52 +08002420 gh->msg_type = GSM48_MT_CC_RELEASE;
2421
Harald Welte4bfdfe72009-06-10 23:11:52 +08002422 gsm48_stop_cc_timer(trans);
2423 gsm48_start_cc_timer(trans, 0x308, GSM48_T308);
2424
2425 /* cause */
2426 if (rel->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002427 gsm48_encode_cause(msg, 0, &rel->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002428 /* facility */
2429 if (rel->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002430 gsm48_encode_facility(msg, 0, &rel->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002431 /* user-user */
2432 if (rel->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002433 gsm48_encode_useruser(msg, 0, &rel->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002434
Harald Weltedcaf5652009-07-23 18:56:43 +02002435 trans->cc.T308_second = 0;
2436 memcpy(&trans->cc.msg, rel, sizeof(struct gsm_mncc));
Harald Welte4bfdfe72009-06-10 23:11:52 +08002437
Harald Weltedcaf5652009-07-23 18:56:43 +02002438 if (trans->cc.state != GSM_CSTATE_RELEASE_REQ)
Harald Welte4bfdfe72009-06-10 23:11:52 +08002439 new_cc_state(trans, GSM_CSTATE_RELEASE_REQ);
2440
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002441 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002442}
2443
2444static int gsm48_cc_rx_release_compl(struct gsm_trans *trans, struct msgb *msg)
2445{
2446 struct gsm48_hdr *gh = msgb_l3(msg);
2447 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2448 struct tlv_parsed tp;
2449 struct gsm_mncc rel;
2450 int rc = 0;
2451
2452 gsm48_stop_cc_timer(trans);
2453
2454 memset(&rel, 0, sizeof(struct gsm_mncc));
2455 rel.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002456 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002457 /* cause */
2458 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2459 rel.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002460 gsm48_decode_cause(&rel.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002461 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2462 }
2463 /* facility */
2464 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2465 rel.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002466 gsm48_decode_facility(&rel.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002467 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2468 }
2469 /* user-user */
2470 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2471 rel.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002472 gsm48_decode_useruser(&rel.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002473 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2474 }
2475 /* ss-version */
2476 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2477 rel.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002478 gsm48_decode_ssversion(&rel.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002479 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2480 }
2481
2482 if (trans->callref) {
Harald Weltedcaf5652009-07-23 18:56:43 +02002483 switch (trans->cc.state) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002484 case GSM_CSTATE_CALL_PRESENT:
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002485 rc = mncc_recvmsg(trans->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002486 MNCC_REJ_IND, &rel);
2487 break;
2488 case GSM_CSTATE_RELEASE_REQ:
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002489 rc = mncc_recvmsg(trans->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002490 MNCC_REL_CNF, &rel);
2491 break;
2492 default:
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002493 rc = mncc_recvmsg(trans->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002494 MNCC_REL_IND, &rel);
2495 }
2496 }
2497
2498 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002499 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002500
2501 return rc;
2502}
2503
2504static int gsm48_cc_tx_release_compl(struct gsm_trans *trans, void *arg)
2505{
2506 struct gsm_mncc *rel = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002507 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC REL COMPL");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002508 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Harald Weltec7782de2010-12-21 19:31:41 +01002509 int ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002510
Harald Welte4bfdfe72009-06-10 23:11:52 +08002511 gh->msg_type = GSM48_MT_CC_RELEASE_COMPL;
2512
2513 trans->callref = 0;
2514
2515 gsm48_stop_cc_timer(trans);
2516
2517 /* cause */
2518 if (rel->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002519 gsm48_encode_cause(msg, 0, &rel->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002520 /* facility */
2521 if (rel->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002522 gsm48_encode_facility(msg, 0, &rel->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002523 /* user-user */
2524 if (rel->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002525 gsm48_encode_useruser(msg, 0, &rel->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002526
Harald Weltec7782de2010-12-21 19:31:41 +01002527 ret = gsm48_conn_sendmsg(msg, trans->conn, trans);
2528
Harald Weltedcaf5652009-07-23 18:56:43 +02002529 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002530
Harald Weltec7782de2010-12-21 19:31:41 +01002531 return ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002532}
2533
2534static int gsm48_cc_rx_facility(struct gsm_trans *trans, struct msgb *msg)
2535{
2536 struct gsm48_hdr *gh = msgb_l3(msg);
2537 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2538 struct tlv_parsed tp;
2539 struct gsm_mncc fac;
2540
2541 memset(&fac, 0, sizeof(struct gsm_mncc));
2542 fac.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002543 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_FACILITY, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002544 /* facility */
2545 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2546 fac.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002547 gsm48_decode_facility(&fac.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002548 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2549 }
2550 /* ss-version */
2551 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2552 fac.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002553 gsm48_decode_ssversion(&fac.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002554 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2555 }
2556
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002557 return mncc_recvmsg(trans->net, trans, MNCC_FACILITY_IND, &fac);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002558}
2559
2560static int gsm48_cc_tx_facility(struct gsm_trans *trans, void *arg)
2561{
2562 struct gsm_mncc *fac = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002563 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC FAC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002564 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2565
Harald Welte4bfdfe72009-06-10 23:11:52 +08002566 gh->msg_type = GSM48_MT_CC_FACILITY;
2567
2568 /* facility */
Harald Welte55c8f352010-03-07 23:40:35 +01002569 gsm48_encode_facility(msg, 1, &fac->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002570
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002571 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002572}
2573
2574static int gsm48_cc_rx_hold(struct gsm_trans *trans, struct msgb *msg)
2575{
2576 struct gsm_mncc hold;
2577
2578 memset(&hold, 0, sizeof(struct gsm_mncc));
2579 hold.callref = trans->callref;
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002580 return mncc_recvmsg(trans->net, trans, MNCC_HOLD_IND, &hold);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002581}
2582
2583static int gsm48_cc_tx_hold_ack(struct gsm_trans *trans, void *arg)
2584{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002585 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC HLD ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002586 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2587
Harald Welte4bfdfe72009-06-10 23:11:52 +08002588 gh->msg_type = GSM48_MT_CC_HOLD_ACK;
2589
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002590 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002591}
2592
2593static int gsm48_cc_tx_hold_rej(struct gsm_trans *trans, void *arg)
2594{
2595 struct gsm_mncc *hold_rej = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002596 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC HLD REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002597 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2598
Harald Welte4bfdfe72009-06-10 23:11:52 +08002599 gh->msg_type = GSM48_MT_CC_HOLD_REJ;
2600
2601 /* cause */
2602 if (hold_rej->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002603 gsm48_encode_cause(msg, 1, &hold_rej->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002604 else
Harald Welte55c8f352010-03-07 23:40:35 +01002605 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002606
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002607 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002608}
2609
2610static int gsm48_cc_rx_retrieve(struct gsm_trans *trans, struct msgb *msg)
2611{
2612 struct gsm_mncc retrieve;
2613
2614 memset(&retrieve, 0, sizeof(struct gsm_mncc));
2615 retrieve.callref = trans->callref;
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002616 return mncc_recvmsg(trans->net, trans, MNCC_RETRIEVE_IND,
Harald Welte596fed42009-07-23 19:06:52 +02002617 &retrieve);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002618}
2619
2620static int gsm48_cc_tx_retrieve_ack(struct gsm_trans *trans, void *arg)
2621{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002622 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC RETR ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002623 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2624
Harald Welte4bfdfe72009-06-10 23:11:52 +08002625 gh->msg_type = GSM48_MT_CC_RETR_ACK;
2626
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002627 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002628}
2629
2630static int gsm48_cc_tx_retrieve_rej(struct gsm_trans *trans, void *arg)
2631{
2632 struct gsm_mncc *retrieve_rej = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002633 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC RETR REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002634 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2635
Harald Welte4bfdfe72009-06-10 23:11:52 +08002636 gh->msg_type = GSM48_MT_CC_RETR_REJ;
2637
2638 /* cause */
2639 if (retrieve_rej->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002640 gsm48_encode_cause(msg, 1, &retrieve_rej->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002641 else
Harald Welte55c8f352010-03-07 23:40:35 +01002642 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002643
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002644 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002645}
2646
2647static int gsm48_cc_rx_start_dtmf(struct gsm_trans *trans, struct msgb *msg)
2648{
2649 struct gsm48_hdr *gh = msgb_l3(msg);
2650 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2651 struct tlv_parsed tp;
2652 struct gsm_mncc dtmf;
2653
2654 memset(&dtmf, 0, sizeof(struct gsm_mncc));
2655 dtmf.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002656 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002657 /* keypad facility */
2658 if (TLVP_PRESENT(&tp, GSM48_IE_KPD_FACILITY)) {
2659 dtmf.fields |= MNCC_F_KEYPAD;
Harald Welte55c8f352010-03-07 23:40:35 +01002660 gsm48_decode_keypad(&dtmf.keypad,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002661 TLVP_VAL(&tp, GSM48_IE_KPD_FACILITY)-1);
2662 }
2663
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002664 return mncc_recvmsg(trans->net, trans, MNCC_START_DTMF_IND, &dtmf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002665}
2666
2667static int gsm48_cc_tx_start_dtmf_ack(struct gsm_trans *trans, void *arg)
2668{
2669 struct gsm_mncc *dtmf = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002670 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 DTMF ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002671 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2672
Harald Welte4bfdfe72009-06-10 23:11:52 +08002673 gh->msg_type = GSM48_MT_CC_START_DTMF_ACK;
2674
2675 /* keypad */
2676 if (dtmf->fields & MNCC_F_KEYPAD)
Harald Welte55c8f352010-03-07 23:40:35 +01002677 gsm48_encode_keypad(msg, dtmf->keypad);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002678
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002679 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002680}
2681
2682static int gsm48_cc_tx_start_dtmf_rej(struct gsm_trans *trans, void *arg)
2683{
2684 struct gsm_mncc *dtmf = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002685 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 DTMF REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002686 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2687
Harald Welte4bfdfe72009-06-10 23:11:52 +08002688 gh->msg_type = GSM48_MT_CC_START_DTMF_REJ;
2689
2690 /* cause */
2691 if (dtmf->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002692 gsm48_encode_cause(msg, 1, &dtmf->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002693 else
Harald Welte55c8f352010-03-07 23:40:35 +01002694 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002695
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002696 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002697}
2698
2699static int gsm48_cc_tx_stop_dtmf_ack(struct gsm_trans *trans, void *arg)
2700{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002701 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 DTMF STP ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002702 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2703
Harald Welte4bfdfe72009-06-10 23:11:52 +08002704 gh->msg_type = GSM48_MT_CC_STOP_DTMF_ACK;
2705
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002706 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002707}
2708
2709static int gsm48_cc_rx_stop_dtmf(struct gsm_trans *trans, struct msgb *msg)
2710{
2711 struct gsm_mncc dtmf;
2712
2713 memset(&dtmf, 0, sizeof(struct gsm_mncc));
2714 dtmf.callref = trans->callref;
2715
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002716 return mncc_recvmsg(trans->net, trans, MNCC_STOP_DTMF_IND, &dtmf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002717}
2718
2719static int gsm48_cc_rx_modify(struct gsm_trans *trans, struct msgb *msg)
2720{
2721 struct gsm48_hdr *gh = msgb_l3(msg);
2722 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2723 struct tlv_parsed tp;
2724 struct gsm_mncc modify;
2725
2726 memset(&modify, 0, sizeof(struct gsm_mncc));
2727 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002728 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002729 /* bearer capability */
2730 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2731 modify.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002732 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002733 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002734 apply_codec_restrictions(trans->conn->bts, &modify.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002735 }
2736
2737 new_cc_state(trans, GSM_CSTATE_MO_ORIG_MODIFY);
2738
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002739 return mncc_recvmsg(trans->net, trans, MNCC_MODIFY_IND, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002740}
2741
2742static int gsm48_cc_tx_modify(struct gsm_trans *trans, void *arg)
2743{
2744 struct gsm_mncc *modify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002745 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC MOD");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002746 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2747
Harald Welte4bfdfe72009-06-10 23:11:52 +08002748 gh->msg_type = GSM48_MT_CC_MODIFY;
2749
2750 gsm48_start_cc_timer(trans, 0x323, GSM48_T323);
2751
2752 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002753 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002754
2755 new_cc_state(trans, GSM_CSTATE_MO_TERM_MODIFY);
2756
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002757 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002758}
2759
2760static int gsm48_cc_rx_modify_complete(struct gsm_trans *trans, struct msgb *msg)
2761{
2762 struct gsm48_hdr *gh = msgb_l3(msg);
2763 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2764 struct tlv_parsed tp;
2765 struct gsm_mncc modify;
2766
2767 gsm48_stop_cc_timer(trans);
2768
2769 memset(&modify, 0, sizeof(struct gsm_mncc));
2770 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002771 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002772 /* bearer capability */
2773 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2774 modify.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002775 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002776 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002777 apply_codec_restrictions(trans->conn->bts, &modify.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002778 }
2779
2780 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2781
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002782 return mncc_recvmsg(trans->net, trans, MNCC_MODIFY_CNF, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002783}
2784
2785static int gsm48_cc_tx_modify_complete(struct gsm_trans *trans, void *arg)
2786{
2787 struct gsm_mncc *modify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002788 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC MOD COMPL");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002789 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2790
Harald Welte4bfdfe72009-06-10 23:11:52 +08002791 gh->msg_type = GSM48_MT_CC_MODIFY_COMPL;
2792
2793 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002794 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002795
2796 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2797
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002798 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002799}
2800
2801static int gsm48_cc_rx_modify_reject(struct gsm_trans *trans, struct msgb *msg)
2802{
2803 struct gsm48_hdr *gh = msgb_l3(msg);
2804 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2805 struct tlv_parsed tp;
2806 struct gsm_mncc modify;
2807
2808 gsm48_stop_cc_timer(trans);
2809
2810 memset(&modify, 0, sizeof(struct gsm_mncc));
2811 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002812 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, GSM48_IE_CAUSE);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002813 /* bearer capability */
2814 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2815 modify.fields |= GSM48_IE_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002816 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002817 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002818 apply_codec_restrictions(trans->conn->bts, &modify.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002819 }
2820 /* cause */
2821 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2822 modify.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002823 gsm48_decode_cause(&modify.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002824 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2825 }
2826
2827 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2828
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002829 return mncc_recvmsg(trans->net, trans, MNCC_MODIFY_REJ, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002830}
2831
2832static int gsm48_cc_tx_modify_reject(struct gsm_trans *trans, void *arg)
2833{
2834 struct gsm_mncc *modify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002835 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC MOD REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002836 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2837
Harald Welte4bfdfe72009-06-10 23:11:52 +08002838 gh->msg_type = GSM48_MT_CC_MODIFY_REJECT;
2839
2840 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002841 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002842 /* cause */
Harald Welte55c8f352010-03-07 23:40:35 +01002843 gsm48_encode_cause(msg, 1, &modify->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002844
2845 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2846
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002847 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002848}
2849
2850static int gsm48_cc_tx_notify(struct gsm_trans *trans, void *arg)
2851{
2852 struct gsm_mncc *notify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002853 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC NOT");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002854 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2855
Harald Welte4bfdfe72009-06-10 23:11:52 +08002856 gh->msg_type = GSM48_MT_CC_NOTIFY;
2857
2858 /* notify */
Harald Welte55c8f352010-03-07 23:40:35 +01002859 gsm48_encode_notify(msg, notify->notify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002860
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002861 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002862}
2863
2864static int gsm48_cc_rx_notify(struct gsm_trans *trans, struct msgb *msg)
2865{
2866 struct gsm48_hdr *gh = msgb_l3(msg);
2867 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2868// struct tlv_parsed tp;
2869 struct gsm_mncc notify;
2870
2871 memset(&notify, 0, sizeof(struct gsm_mncc));
2872 notify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002873// tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002874 if (payload_len >= 1)
Harald Welte55c8f352010-03-07 23:40:35 +01002875 gsm48_decode_notify(&notify.notify, gh->data);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002876
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002877 return mncc_recvmsg(trans->net, trans, MNCC_NOTIFY_IND, &notify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002878}
2879
2880static int gsm48_cc_tx_userinfo(struct gsm_trans *trans, void *arg)
2881{
2882 struct gsm_mncc *user = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002883 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 USR INFO");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002884 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2885
Harald Welte4bfdfe72009-06-10 23:11:52 +08002886 gh->msg_type = GSM48_MT_CC_USER_INFO;
2887
2888 /* user-user */
2889 if (user->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002890 gsm48_encode_useruser(msg, 1, &user->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002891 /* more data */
2892 if (user->more)
Harald Welte55c8f352010-03-07 23:40:35 +01002893 gsm48_encode_more(msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002894
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002895 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002896}
2897
2898static int gsm48_cc_rx_userinfo(struct gsm_trans *trans, struct msgb *msg)
2899{
2900 struct gsm48_hdr *gh = msgb_l3(msg);
2901 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2902 struct tlv_parsed tp;
2903 struct gsm_mncc user;
2904
2905 memset(&user, 0, sizeof(struct gsm_mncc));
2906 user.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002907 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_USER_USER, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002908 /* user-user */
2909 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2910 user.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002911 gsm48_decode_useruser(&user.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002912 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2913 }
2914 /* more data */
2915 if (TLVP_PRESENT(&tp, GSM48_IE_MORE_DATA))
2916 user.more = 1;
2917
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002918 return mncc_recvmsg(trans->net, trans, MNCC_USERINFO_IND, &user);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002919}
2920
Holger Hans Peter Freytherff3f2602009-10-22 15:13:00 +02002921static int _gsm48_lchan_modify(struct gsm_trans *trans, void *arg)
Harald Welte4bfdfe72009-06-10 23:11:52 +08002922{
2923 struct gsm_mncc *mode = arg;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02002924 struct gsm_lchan *lchan = trans->conn->lchan;
2925
2926 /*
2927 * We were forced to make an assignment a lot earlier and
2928 * we should avoid sending another assignment that might
2929 * even lead to a different kind of lchan (TCH/F vs. TCH/H).
2930 * In case of rtp-bridge it is too late to change things
2931 * here.
2932 */
2933 if (trans->conn->mncc_rtp_bridge && lchan->tch_mode != GSM48_CMODE_SIGN)
2934 return 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002935
Andreas Eversberg72c0dbd2013-03-31 11:50:35 +02002936 return gsm0808_assign_req(trans->conn, mode->lchan_mode,
2937 trans->conn->lchan->type != GSM_LCHAN_TCH_H);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002938}
2939
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02002940static void mncc_recv_rtp(struct gsm_network *net, uint32_t callref,
2941 int cmd, uint32_t addr, uint16_t port, uint32_t payload_type,
2942 uint32_t payload_msg_type)
2943{
2944 uint8_t data[sizeof(struct gsm_mncc)];
2945 struct gsm_mncc_rtp *rtp;
2946
2947 memset(&data, 0, sizeof(data));
2948 rtp = (struct gsm_mncc_rtp *) &data[0];
2949
2950 rtp->callref = callref;
2951 rtp->msg_type = cmd;
2952 rtp->ip = addr;
2953 rtp->port = port;
2954 rtp->payload_type = payload_type;
2955 rtp->payload_msg_type = payload_msg_type;
2956 mncc_recvmsg(net, NULL, cmd, (struct gsm_mncc *)data);
2957}
2958
2959static void mncc_recv_rtp_sock(struct gsm_network *net, struct gsm_trans *trans, int cmd)
2960{
2961 struct gsm_lchan *lchan;
2962 int msg_type;
2963
2964 lchan = trans->conn->lchan;
2965 switch (lchan->abis_ip.rtp_payload) {
2966 case RTP_PT_GSM_FULL:
2967 msg_type = GSM_TCHF_FRAME;
2968 break;
2969 case RTP_PT_GSM_EFR:
2970 msg_type = GSM_TCHF_FRAME_EFR;
2971 break;
2972 case RTP_PT_GSM_HALF:
2973 msg_type = GSM_TCHH_FRAME;
2974 break;
2975 case RTP_PT_AMR:
2976 msg_type = GSM_TCH_FRAME_AMR;
2977 break;
2978 default:
2979 LOGP(DMNCC, LOGL_ERROR, "%s unknown payload type %d\n",
2980 gsm_lchan_name(lchan), lchan->abis_ip.rtp_payload);
2981 msg_type = 0;
2982 break;
2983 }
2984
2985 return mncc_recv_rtp(net, trans->callref, cmd,
2986 lchan->abis_ip.bound_ip,
2987 lchan->abis_ip.bound_port,
2988 lchan->abis_ip.rtp_payload,
2989 msg_type);
2990}
2991
2992static void mncc_recv_rtp_err(struct gsm_network *net, uint32_t callref, int cmd)
2993{
2994 return mncc_recv_rtp(net, callref, cmd, 0, 0, 0, 0);
2995}
2996
2997static int tch_rtp_create(struct gsm_network *net, uint32_t callref)
2998{
2999 struct gsm_bts *bts;
3000 struct gsm_lchan *lchan;
3001 struct gsm_trans *trans;
3002
3003 /* Find callref */
3004 trans = trans_find_by_callref(net, callref);
3005 if (!trans) {
3006 LOGP(DMNCC, LOGL_ERROR, "RTP create for non-existing trans\n");
3007 mncc_recv_rtp_err(net, callref, MNCC_RTP_CREATE);
3008 return -EIO;
3009 }
3010 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
3011 if (!trans->conn) {
3012 LOGP(DMNCC, LOGL_NOTICE, "RTP create for trans without conn\n");
3013 mncc_recv_rtp_err(net, callref, MNCC_RTP_CREATE);
3014 return 0;
3015 }
3016
3017 lchan = trans->conn->lchan;
3018 bts = lchan->ts->trx->bts;
3019 if (!is_ipaccess_bts(bts)) {
3020 /*
3021 * I want this to be straight forward and have no audio flow
3022 * through the nitb/osmo-mss system. This currently means that
3023 * this will not work with BS11/Nokia type BTS. We would need
3024 * to have a trau<->rtp bridge for these but still preferable
3025 * in another process.
3026 */
3027 LOGP(DMNCC, LOGL_ERROR, "RTP create only works with IP systems\n");
3028 mncc_recv_rtp_err(net, callref, MNCC_RTP_CREATE);
3029 return -EINVAL;
3030 }
3031
3032 trans->conn->mncc_rtp_bridge = 1;
3033 /*
3034 * *sigh* we need to pick a codec now. Pick the most generic one
3035 * right now and hope we could fix that later on. This is very
Holger Hans Peter Freyther53122b02015-08-20 19:10:58 +02003036 * similiar to the routine above.
3037 * Fallback to the internal MNCC mode to select a route.
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003038 */
3039 if (lchan->tch_mode == GSM48_CMODE_SIGN) {
3040 trans->conn->mncc_rtp_create_pending = 1;
Holger Hans Peter Freyther53122b02015-08-20 19:10:58 +02003041 return gsm0808_assign_req(trans->conn,
3042 mncc_codec_for_mode(lchan->type),
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003043 lchan->type != GSM_LCHAN_TCH_H);
3044 }
3045
3046 mncc_recv_rtp_sock(trans->net, trans, MNCC_RTP_CREATE);
3047 return 0;
3048}
3049
3050static int tch_rtp_connect(struct gsm_network *net, void *arg)
3051{
3052 struct gsm_lchan *lchan;
3053 struct gsm_trans *trans;
3054 struct gsm_mncc_rtp *rtp = arg;
3055
3056 /* Find callref */
3057 trans = trans_find_by_callref(net, rtp->callref);
3058 if (!trans) {
3059 LOGP(DMNCC, LOGL_ERROR, "RTP connect for non-existing trans\n");
3060 mncc_recv_rtp_err(net, rtp->callref, MNCC_RTP_CONNECT);
3061 return -EIO;
3062 }
3063 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
3064 if (!trans->conn) {
3065 LOGP(DMNCC, LOGL_ERROR, "RTP connect for trans without conn\n");
3066 mncc_recv_rtp_err(net, rtp->callref, MNCC_RTP_CONNECT);
3067 return 0;
3068 }
3069
3070 lchan = trans->conn->lchan;
3071
3072 /* TODO: Check if payload_msg_type is compatible with what we have */
3073 if (rtp->payload_type != lchan->abis_ip.rtp_payload) {
3074 LOGP(DMNCC, LOGL_ERROR, "RTP connect with different RTP payload\n");
3075 mncc_recv_rtp_err(net, rtp->callref, MNCC_RTP_CONNECT);
3076 }
3077
3078 /*
3079 * FIXME: payload2 can't be sent with MDCX as the osmo-bts code
3080 * complains about both rtp and rtp payload2 being present in the
3081 * same package!
3082 */
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003083 trans->conn->mncc_rtp_connect_pending = 1;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003084 return rsl_ipacc_mdcx(lchan, rtp->ip, rtp->port, 0);
3085}
3086
3087static int tch_rtp_signal(struct gsm_lchan *lchan, int signal)
3088{
3089 struct gsm_network *net;
3090 struct gsm_trans *tmp, *trans = NULL;
3091
3092 net = lchan->ts->trx->bts->network;
3093 llist_for_each_entry(tmp, &net->trans_list, entry) {
3094 if (!tmp->conn)
3095 continue;
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003096 if (tmp->conn->lchan != lchan && tmp->conn->ho_lchan != lchan)
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003097 continue;
3098 trans = tmp;
3099 break;
3100 }
3101
3102 if (!trans) {
3103 LOGP(DMNCC, LOGL_ERROR, "%s IPA abis signal but no transaction.\n",
3104 gsm_lchan_name(lchan));
3105 return 0;
3106 }
3107
3108 switch (signal) {
3109 case S_ABISIP_CRCX_ACK:
3110 if (lchan->conn->mncc_rtp_create_pending) {
3111 lchan->conn->mncc_rtp_create_pending = 0;
3112 LOGP(DMNCC, LOGL_NOTICE, "%s sending pending RTP create ind.\n",
3113 gsm_lchan_name(lchan));
3114 mncc_recv_rtp_sock(net, trans, MNCC_RTP_CREATE);
3115 }
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003116 /*
3117 * TODO: this appears to be too early? Why not until after
3118 * the handover detect or the handover complete?
3119 */
3120 maybe_switch_for_handover(lchan);
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003121 break;
3122 case S_ABISIP_MDCX_ACK:
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003123 if (lchan->conn->mncc_rtp_connect_pending) {
3124 lchan->conn->mncc_rtp_connect_pending = 0;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003125 LOGP(DMNCC, LOGL_NOTICE, "%s sending pending RTP connect ind.\n",
3126 gsm_lchan_name(lchan));
3127 mncc_recv_rtp_sock(net, trans, MNCC_RTP_CONNECT);
3128 }
3129 break;
3130 }
3131
3132 return 0;
3133}
3134
3135
Harald Welte4bfdfe72009-06-10 23:11:52 +08003136static struct downstate {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02003137 uint32_t states;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003138 int type;
3139 int (*rout) (struct gsm_trans *trans, void *arg);
3140} downstatelist[] = {
3141 /* mobile originating call establishment */
3142 {SBIT(GSM_CSTATE_INITIATED), /* 5.2.1.2 */
3143 MNCC_CALL_PROC_REQ, gsm48_cc_tx_call_proc},
3144 {SBIT(GSM_CSTATE_INITIATED) | SBIT(GSM_CSTATE_MO_CALL_PROC), /* 5.2.1.2 | 5.2.1.5 */
3145 MNCC_ALERT_REQ, gsm48_cc_tx_alerting},
3146 {SBIT(GSM_CSTATE_INITIATED) | SBIT(GSM_CSTATE_MO_CALL_PROC) | SBIT(GSM_CSTATE_CALL_DELIVERED), /* 5.2.1.2 | 5.2.1.6 | 5.2.1.6 */
3147 MNCC_SETUP_RSP, gsm48_cc_tx_connect},
3148 {SBIT(GSM_CSTATE_MO_CALL_PROC), /* 5.2.1.4.2 */
3149 MNCC_PROGRESS_REQ, gsm48_cc_tx_progress},
3150 /* mobile terminating call establishment */
3151 {SBIT(GSM_CSTATE_NULL), /* 5.2.2.1 */
3152 MNCC_SETUP_REQ, gsm48_cc_tx_setup},
3153 {SBIT(GSM_CSTATE_CONNECT_REQUEST),
3154 MNCC_SETUP_COMPL_REQ, gsm48_cc_tx_connect_ack},
3155 /* signalling during call */
3156 {SBIT(GSM_CSTATE_ACTIVE),
3157 MNCC_NOTIFY_REQ, gsm48_cc_tx_notify},
3158 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ),
3159 MNCC_FACILITY_REQ, gsm48_cc_tx_facility},
3160 {ALL_STATES,
3161 MNCC_START_DTMF_RSP, gsm48_cc_tx_start_dtmf_ack},
3162 {ALL_STATES,
3163 MNCC_START_DTMF_REJ, gsm48_cc_tx_start_dtmf_rej},
3164 {ALL_STATES,
3165 MNCC_STOP_DTMF_RSP, gsm48_cc_tx_stop_dtmf_ack},
3166 {SBIT(GSM_CSTATE_ACTIVE),
3167 MNCC_HOLD_CNF, gsm48_cc_tx_hold_ack},
3168 {SBIT(GSM_CSTATE_ACTIVE),
3169 MNCC_HOLD_REJ, gsm48_cc_tx_hold_rej},
3170 {SBIT(GSM_CSTATE_ACTIVE),
3171 MNCC_RETRIEVE_CNF, gsm48_cc_tx_retrieve_ack},
3172 {SBIT(GSM_CSTATE_ACTIVE),
3173 MNCC_RETRIEVE_REJ, gsm48_cc_tx_retrieve_rej},
3174 {SBIT(GSM_CSTATE_ACTIVE),
3175 MNCC_MODIFY_REQ, gsm48_cc_tx_modify},
3176 {SBIT(GSM_CSTATE_MO_ORIG_MODIFY),
3177 MNCC_MODIFY_RSP, gsm48_cc_tx_modify_complete},
3178 {SBIT(GSM_CSTATE_MO_ORIG_MODIFY),
3179 MNCC_MODIFY_REJ, gsm48_cc_tx_modify_reject},
3180 {SBIT(GSM_CSTATE_ACTIVE),
3181 MNCC_USERINFO_REQ, gsm48_cc_tx_userinfo},
3182 /* clearing */
3183 {SBIT(GSM_CSTATE_INITIATED),
3184 MNCC_REJ_REQ, gsm48_cc_tx_release_compl},
3185 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_DISCONNECT_IND) - SBIT(GSM_CSTATE_RELEASE_REQ) - SBIT(GSM_CSTATE_DISCONNECT_REQ), /* 5.4.4 */
3186 MNCC_DISC_REQ, gsm48_cc_tx_disconnect},
3187 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ), /* 5.4.3.2 */
3188 MNCC_REL_REQ, gsm48_cc_tx_release},
3189 /* special */
3190 {ALL_STATES,
Holger Hans Peter Freytherff3f2602009-10-22 15:13:00 +02003191 MNCC_LCHAN_MODIFY, _gsm48_lchan_modify},
Harald Welte4bfdfe72009-06-10 23:11:52 +08003192};
3193
3194#define DOWNSLLEN \
3195 (sizeof(downstatelist) / sizeof(struct downstate))
3196
3197
Harald Welte76556372010-12-22 23:57:45 +01003198int mncc_tx_to_cc(struct gsm_network *net, int msg_type, void *arg)
Harald Welte4bfdfe72009-06-10 23:11:52 +08003199{
Harald Welte1a6f7982009-08-09 18:52:33 +02003200 int i, rc = 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003201 struct gsm_trans *trans = NULL, *transt;
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003202 struct gsm_subscriber_connection *conn = NULL;
Holger Hans Peter Freytherb56a6bb2010-12-27 16:02:25 +01003203 struct gsm_bts *bts = NULL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003204 struct gsm_mncc *data = arg, rel;
3205
Harald Welte04dc88f2010-12-22 21:45:05 +01003206 DEBUGP(DMNCC, "receive message %s\n", get_mncc_name(msg_type));
3207
Harald Welte4bfdfe72009-06-10 23:11:52 +08003208 /* handle special messages */
3209 switch(msg_type) {
3210 case MNCC_BRIDGE:
3211 return tch_bridge(net, arg);
3212 case MNCC_FRAME_DROP:
Harald Welteda7ab742009-12-19 22:23:05 +01003213 return tch_recv_mncc(net, data->callref, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003214 case MNCC_FRAME_RECV:
Harald Welteda7ab742009-12-19 22:23:05 +01003215 return tch_recv_mncc(net, data->callref, 1);
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003216 case MNCC_RTP_CREATE:
3217 return tch_rtp_create(net, data->callref);
3218 case MNCC_RTP_CONNECT:
3219 return tch_rtp_connect(net, arg);
3220 case MNCC_RTP_FREE:
3221 /* unused right now */
3222 return -EIO;
Harald Welteda7ab742009-12-19 22:23:05 +01003223 case GSM_TCHF_FRAME:
Andreas Eversbergd074f8f2013-12-06 16:59:10 +01003224 case GSM_TCHF_FRAME_EFR:
Andreas Eversberg63bfdd82014-01-17 19:06:38 +01003225 case GSM_TCHH_FRAME:
Andreas Eversbergd8967f72012-03-08 14:39:19 +01003226 case GSM_TCH_FRAME_AMR:
Harald Welteda7ab742009-12-19 22:23:05 +01003227 /* Find callref */
3228 trans = trans_find_by_callref(net, data->callref);
Harald Welte04dc88f2010-12-22 21:45:05 +01003229 if (!trans) {
3230 LOGP(DMNCC, LOGL_ERROR, "TCH frame for non-existing trans\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003231 return -EIO;
Harald Welte04dc88f2010-12-22 21:45:05 +01003232 }
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01003233 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
Harald Welte04dc88f2010-12-22 21:45:05 +01003234 if (!trans->conn) {
3235 LOGP(DMNCC, LOGL_NOTICE, "TCH frame for trans without conn\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003236 return 0;
Harald Welte04dc88f2010-12-22 21:45:05 +01003237 }
Andreas Eversberg93e795c2013-03-11 08:20:48 +01003238 if (!trans->conn->lchan) {
3239 LOGP(DMNCC, LOGL_NOTICE, "TCH frame for trans without lchan\n");
3240 return 0;
3241 }
Andreas Eversberg63bfdd82014-01-17 19:06:38 +01003242 if (trans->conn->lchan->type != GSM_LCHAN_TCH_F
3243 && trans->conn->lchan->type != GSM_LCHAN_TCH_H) {
Harald Welte04dc88f2010-12-22 21:45:05 +01003244 /* This should be LOGL_ERROR or NOTICE, but
3245 * unfortuantely it happens for a couple of frames at
3246 * the beginning of every RTP connection */
Andreas Eversberg63bfdd82014-01-17 19:06:38 +01003247 LOGP(DMNCC, LOGL_DEBUG, "TCH frame for lchan != TCH_F/TCH_H\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003248 return 0;
Harald Welte04dc88f2010-12-22 21:45:05 +01003249 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003250 bts = trans->conn->lchan->ts->trx->bts;
Harald Welteda7ab742009-12-19 22:23:05 +01003251 switch (bts->type) {
3252 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +02003253 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welte04dc88f2010-12-22 21:45:05 +01003254 if (!trans->conn->lchan->abis_ip.rtp_socket) {
Harald Welte91c59c82010-12-24 12:40:21 +01003255 DEBUGP(DMNCC, "TCH frame to lchan without RTP connection\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003256 return 0;
Harald Welte04dc88f2010-12-22 21:45:05 +01003257 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003258 return rtp_send_frame(trans->conn->lchan->abis_ip.rtp_socket, arg);
Harald Welteda7ab742009-12-19 22:23:05 +01003259 case GSM_BTS_TYPE_BS11:
Harald Weltec76fb5d2011-03-20 06:27:31 -03003260 case GSM_BTS_TYPE_RBS2000:
Harald Welte10456972011-08-05 20:11:18 +02003261 case GSM_BTS_TYPE_NOKIA_SITE:
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003262 return trau_send_frame(trans->conn->lchan, arg);
Harald Welteda7ab742009-12-19 22:23:05 +01003263 default:
Harald Weltee5215b52011-08-09 21:53:20 +02003264 LOGP(DCC, LOGL_ERROR, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01003265 }
3266 return -EINVAL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003267 }
3268
3269 memset(&rel, 0, sizeof(struct gsm_mncc));
3270 rel.callref = data->callref;
3271
3272 /* Find callref */
Harald Weltedcaf5652009-07-23 18:56:43 +02003273 trans = trans_find_by_callref(net, data->callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003274
3275 /* Callref unknown */
3276 if (!trans) {
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003277 struct gsm_subscriber *subscr;
3278
Harald Welte4a3464c2009-07-04 10:11:24 +02003279 if (msg_type != MNCC_SETUP_REQ) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003280 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
3281 "Received '%s' from MNCC with "
3282 "unknown callref %d\n", data->called.number,
3283 get_mncc_name(msg_type), data->callref);
3284 /* Invalid call reference */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003285 return mncc_release_ind(net, NULL, data->callref,
3286 GSM48_CAUSE_LOC_PRN_S_LU,
3287 GSM48_CC_CAUSE_INVAL_TRANS_ID);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003288 }
Andreas Eversbergc079be42009-06-15 23:22:09 +02003289 if (!data->called.number[0] && !data->imsi[0]) {
3290 DEBUGP(DCC, "(bts - trx - ts - ti) "
3291 "Received '%s' from MNCC with "
3292 "no number or IMSI\n", get_mncc_name(msg_type));
3293 /* Invalid number */
3294 return mncc_release_ind(net, NULL, data->callref,
3295 GSM48_CAUSE_LOC_PRN_S_LU,
3296 GSM48_CC_CAUSE_INV_NR_FORMAT);
3297 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003298 /* New transaction due to setup, find subscriber */
Andreas Eversbergc079be42009-06-15 23:22:09 +02003299 if (data->called.number[0])
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01003300 subscr = subscr_get_by_extension(net->subscr_group,
Harald Welte9176bd42009-07-23 18:46:00 +02003301 data->called.number);
Andreas Eversbergc079be42009-06-15 23:22:09 +02003302 else
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01003303 subscr = subscr_get_by_imsi(net->subscr_group,
3304 data->imsi);
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01003305
3306 /* update the subscriber we deal with */
3307 log_set_context(BSC_CTX_SUBSCR, subscr);
3308
Harald Welte4bfdfe72009-06-10 23:11:52 +08003309 /* If subscriber is not found */
3310 if (!subscr) {
3311 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
3312 "Received '%s' from MNCC with "
3313 "unknown subscriber %s\n", data->called.number,
3314 get_mncc_name(msg_type), data->called.number);
3315 /* Unknown subscriber */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003316 return mncc_release_ind(net, NULL, data->callref,
3317 GSM48_CAUSE_LOC_PRN_S_LU,
3318 GSM48_CC_CAUSE_UNASSIGNED_NR);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003319 }
3320 /* If subscriber is not "attached" */
3321 if (!subscr->lac) {
3322 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
3323 "Received '%s' from MNCC with "
3324 "detached subscriber %s\n", data->called.number,
3325 get_mncc_name(msg_type), data->called.number);
3326 subscr_put(subscr);
3327 /* Temporarily out of order */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003328 return mncc_release_ind(net, NULL, data->callref,
3329 GSM48_CAUSE_LOC_PRN_S_LU,
3330 GSM48_CC_CAUSE_DEST_OOO);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003331 }
3332 /* Create transaction */
Jacob Erlbeckaf792d62014-12-02 14:22:53 +01003333 trans = trans_alloc(net, subscr, GSM48_PDISC_CC, 0xff, data->callref);
Harald Weltedcaf5652009-07-23 18:56:43 +02003334 if (!trans) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003335 DEBUGP(DCC, "No memory for trans.\n");
3336 subscr_put(subscr);
3337 /* Ressource unavailable */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003338 mncc_release_ind(net, NULL, data->callref,
3339 GSM48_CAUSE_LOC_PRN_S_LU,
3340 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003341 return -ENOMEM;
3342 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003343 /* Find lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003344 conn = connection_for_subscr(subscr);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003345
Harald Welte4bfdfe72009-06-10 23:11:52 +08003346 /* If subscriber has no lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003347 if (!conn) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003348 /* find transaction with this subscriber already paging */
3349 llist_for_each_entry(transt, &net->trans_list, entry) {
3350 /* Transaction of our lchan? */
3351 if (transt == trans ||
3352 transt->subscr != subscr)
3353 continue;
Holger Hans Peter Freyther8e3eb582010-12-27 16:08:34 +01003354 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003355 "Received '%s' from MNCC with "
3356 "unallocated channel, paging already "
Holger Hans Peter Freyther8e3eb582010-12-27 16:08:34 +01003357 "started for lac %d.\n",
Harald Welte4bfdfe72009-06-10 23:11:52 +08003358 data->called.number,
Holger Hans Peter Freyther8e3eb582010-12-27 16:08:34 +01003359 get_mncc_name(msg_type), subscr->lac);
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003360 subscr_put(subscr);
3361 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003362 return 0;
3363 }
3364 /* store setup informations until paging was successfull */
Harald Weltedcaf5652009-07-23 18:56:43 +02003365 memcpy(&trans->cc.msg, data, sizeof(struct gsm_mncc));
Sylvain Munaut567c8dc2010-12-01 22:17:36 +01003366
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02003367 /* Request a channel */
3368 trans->paging_request = subscr_request_channel(subscr,
3369 RSL_CHANNEED_TCH_F, setup_trig_pag_evt,
3370 trans);
Holger Hans Peter Freyther49b3ed22010-12-29 17:09:07 +01003371 if (!trans->paging_request) {
3372 LOGP(DCC, LOGL_ERROR, "Failed to allocate paging token.\n");
3373 subscr_put(subscr);
3374 trans_free(trans);
3375 return 0;
3376 }
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003377 subscr_put(subscr);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003378 return 0;
3379 }
3380 /* Assign lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003381 trans->conn = conn;
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003382 subscr_put(subscr);
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01003383 } else {
3384 /* update the subscriber we deal with */
3385 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003386 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003387
3388 if (trans->conn)
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003389 conn = trans->conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003390
3391 /* if paging did not respond yet */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003392 if (!conn) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003393 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003394 "Received '%s' from MNCC in paging state\n",
Harald Welte4bfdfe72009-06-10 23:11:52 +08003395 (trans->subscr)?(trans->subscr->extension):"-",
3396 get_mncc_name(msg_type));
Harald Weltec66b71c2009-06-11 14:23:20 +08003397 mncc_set_cause(&rel, GSM48_CAUSE_LOC_PRN_S_LU,
3398 GSM48_CC_CAUSE_NORM_CALL_CLEAR);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003399 if (msg_type == MNCC_REL_REQ)
3400 rc = mncc_recvmsg(net, trans, MNCC_REL_CNF, &rel);
3401 else
3402 rc = mncc_recvmsg(net, trans, MNCC_REL_IND, &rel);
3403 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02003404 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003405 return rc;
3406 }
3407
3408 DEBUGP(DCC, "(bts %d trx %d ts %d ti %02x sub %s) "
3409 "Received '%s' from MNCC in state %d (%s)\n",
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003410 conn->bts->nr, conn->lchan->ts->trx->nr, conn->lchan->ts->nr,
Harald Welte4bfdfe72009-06-10 23:11:52 +08003411 trans->transaction_id,
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003412 (trans->conn->subscr)?(trans->conn->subscr->extension):"-",
Harald Weltedcaf5652009-07-23 18:56:43 +02003413 get_mncc_name(msg_type), trans->cc.state,
Harald Weltee95daf192010-03-25 12:13:02 +08003414 gsm48_cc_state_name(trans->cc.state));
Harald Welte4bfdfe72009-06-10 23:11:52 +08003415
3416 /* Find function for current state and message */
3417 for (i = 0; i < DOWNSLLEN; i++)
3418 if ((msg_type == downstatelist[i].type)
Harald Weltedcaf5652009-07-23 18:56:43 +02003419 && ((1 << trans->cc.state) & downstatelist[i].states))
Harald Welte4bfdfe72009-06-10 23:11:52 +08003420 break;
3421 if (i == DOWNSLLEN) {
3422 DEBUGP(DCC, "Message unhandled at this state.\n");
3423 return 0;
3424 }
3425
3426 rc = downstatelist[i].rout(trans, arg);
3427
3428 return rc;
3429}
3430
3431
3432static struct datastate {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02003433 uint32_t states;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003434 int type;
3435 int (*rout) (struct gsm_trans *trans, struct msgb *msg);
3436} datastatelist[] = {
3437 /* mobile originating call establishment */
3438 {SBIT(GSM_CSTATE_NULL), /* 5.2.1.2 */
3439 GSM48_MT_CC_SETUP, gsm48_cc_rx_setup},
3440 {SBIT(GSM_CSTATE_NULL), /* 5.2.1.2 */
3441 GSM48_MT_CC_EMERG_SETUP, gsm48_cc_rx_setup},
3442 {SBIT(GSM_CSTATE_CONNECT_IND), /* 5.2.1.2 */
3443 GSM48_MT_CC_CONNECT_ACK, gsm48_cc_rx_connect_ack},
3444 /* mobile terminating call establishment */
3445 {SBIT(GSM_CSTATE_CALL_PRESENT), /* 5.2.2.3.2 */
3446 GSM48_MT_CC_CALL_CONF, gsm48_cc_rx_call_conf},
3447 {SBIT(GSM_CSTATE_CALL_PRESENT) | SBIT(GSM_CSTATE_MO_TERM_CALL_CONF), /* ???? | 5.2.2.3.2 */
3448 GSM48_MT_CC_ALERTING, gsm48_cc_rx_alerting},
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003449 {SBIT(GSM_CSTATE_CALL_PRESENT) | SBIT(GSM_CSTATE_MO_TERM_CALL_CONF) | SBIT(GSM_CSTATE_CALL_RECEIVED), /* (5.2.2.6) | 5.2.2.6 | 5.2.2.6 */
Harald Welte4bfdfe72009-06-10 23:11:52 +08003450 GSM48_MT_CC_CONNECT, gsm48_cc_rx_connect},
3451 /* signalling during call */
3452 {ALL_STATES - SBIT(GSM_CSTATE_NULL),
3453 GSM48_MT_CC_FACILITY, gsm48_cc_rx_facility},
3454 {SBIT(GSM_CSTATE_ACTIVE),
3455 GSM48_MT_CC_NOTIFY, gsm48_cc_rx_notify},
3456 {ALL_STATES,
3457 GSM48_MT_CC_START_DTMF, gsm48_cc_rx_start_dtmf},
3458 {ALL_STATES,
3459 GSM48_MT_CC_STOP_DTMF, gsm48_cc_rx_stop_dtmf},
3460 {ALL_STATES,
3461 GSM48_MT_CC_STATUS_ENQ, gsm48_cc_rx_status_enq},
3462 {SBIT(GSM_CSTATE_ACTIVE),
3463 GSM48_MT_CC_HOLD, gsm48_cc_rx_hold},
3464 {SBIT(GSM_CSTATE_ACTIVE),
3465 GSM48_MT_CC_RETR, gsm48_cc_rx_retrieve},
3466 {SBIT(GSM_CSTATE_ACTIVE),
3467 GSM48_MT_CC_MODIFY, gsm48_cc_rx_modify},
3468 {SBIT(GSM_CSTATE_MO_TERM_MODIFY),
3469 GSM48_MT_CC_MODIFY_COMPL, gsm48_cc_rx_modify_complete},
3470 {SBIT(GSM_CSTATE_MO_TERM_MODIFY),
3471 GSM48_MT_CC_MODIFY_REJECT, gsm48_cc_rx_modify_reject},
3472 {SBIT(GSM_CSTATE_ACTIVE),
3473 GSM48_MT_CC_USER_INFO, gsm48_cc_rx_userinfo},
3474 /* clearing */
3475 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ), /* 5.4.3.2 */
3476 GSM48_MT_CC_DISCONNECT, gsm48_cc_rx_disconnect},
3477 {ALL_STATES - SBIT(GSM_CSTATE_NULL), /* 5.4.4.1.2.2 */
3478 GSM48_MT_CC_RELEASE, gsm48_cc_rx_release},
3479 {ALL_STATES, /* 5.4.3.4 */
3480 GSM48_MT_CC_RELEASE_COMPL, gsm48_cc_rx_release_compl},
3481};
3482
3483#define DATASLLEN \
3484 (sizeof(datastatelist) / sizeof(struct datastate))
3485
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003486static int gsm0408_rcv_cc(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte4bc90a12008-12-27 16:32:52 +00003487{
3488 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyr531734a2016-03-14 16:13:24 +01003489 uint8_t msg_type = gsm48_hdr_msg_type(gh);
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02003490 uint8_t transaction_id = ((gh->proto_discr & 0xf0) ^ 0x80) >> 4; /* flip */
Harald Weltedcaf5652009-07-23 18:56:43 +02003491 struct gsm_trans *trans = NULL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003492 int i, rc = 0;
Harald Welte4bc90a12008-12-27 16:32:52 +00003493
Harald Welte4bfdfe72009-06-10 23:11:52 +08003494 if (msg_type & 0x80) {
3495 DEBUGP(DCC, "MSG 0x%2x not defined for PD error\n", msg_type);
3496 return -EINVAL;
Harald Welte4bc90a12008-12-27 16:32:52 +00003497 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003498
Harald Welte4bfdfe72009-06-10 23:11:52 +08003499 /* Find transaction */
Jacob Erlbeckdae1f642014-12-02 14:22:53 +01003500 trans = trans_find_by_id(conn, GSM48_PDISC_CC, transaction_id);
Harald Weltedcaf5652009-07-23 18:56:43 +02003501
Harald Welte6f5aee02009-07-23 21:21:14 +02003502 DEBUGP(DCC, "(bts %d trx %d ts %d ti %x sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003503 "Received '%s' from MS in state %d (%s)\n",
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003504 conn->bts->nr, conn->lchan->ts->trx->nr, conn->lchan->ts->nr,
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003505 transaction_id, (conn->subscr)?(conn->subscr->extension):"-",
Harald Weltee95daf192010-03-25 12:13:02 +08003506 gsm48_cc_msg_name(msg_type), trans?(trans->cc.state):0,
3507 gsm48_cc_state_name(trans?(trans->cc.state):0));
Harald Welte4bfdfe72009-06-10 23:11:52 +08003508
3509 /* Create transaction */
3510 if (!trans) {
Harald Welte6f5aee02009-07-23 21:21:14 +02003511 DEBUGP(DCC, "Unknown transaction ID %x, "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003512 "creating new trans.\n", transaction_id);
3513 /* Create transaction */
Jacob Erlbeckaf792d62014-12-02 14:22:53 +01003514 trans = trans_alloc(conn->bts->network, conn->subscr,
3515 GSM48_PDISC_CC,
Harald Weltedcaf5652009-07-23 18:56:43 +02003516 transaction_id, new_callref++);
3517 if (!trans) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003518 DEBUGP(DCC, "No memory for trans.\n");
Holger Hans Peter Freytherb549ddf2011-01-16 18:17:04 +01003519 rc = gsm48_tx_simple(conn,
Harald Welte6f5aee02009-07-23 21:21:14 +02003520 GSM48_PDISC_CC | (transaction_id << 4),
Harald Welte4bfdfe72009-06-10 23:11:52 +08003521 GSM48_MT_CC_RELEASE_COMPL);
3522 return -ENOMEM;
3523 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003524 /* Assign transaction */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003525 trans->conn = conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003526 }
3527
3528 /* find function for current state and message */
3529 for (i = 0; i < DATASLLEN; i++)
3530 if ((msg_type == datastatelist[i].type)
Harald Weltedcaf5652009-07-23 18:56:43 +02003531 && ((1 << trans->cc.state) & datastatelist[i].states))
Harald Welte4bfdfe72009-06-10 23:11:52 +08003532 break;
3533 if (i == DATASLLEN) {
3534 DEBUGP(DCC, "Message unhandled at this state.\n");
3535 return 0;
3536 }
3537
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +02003538 assert(trans->subscr);
3539
Harald Welte4bfdfe72009-06-10 23:11:52 +08003540 rc = datastatelist[i].rout(trans, msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00003541
3542 return rc;
3543}
3544
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003545/* Create a dummy to wait five seconds */
3546static void release_anchor(struct gsm_subscriber_connection *conn)
3547{
3548 if (!conn->anch_operation)
3549 return;
3550
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02003551 osmo_timer_del(&conn->anch_operation->timeout);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003552 talloc_free(conn->anch_operation);
3553 conn->anch_operation = NULL;
3554}
3555
3556static void anchor_timeout(void *_data)
3557{
3558 struct gsm_subscriber_connection *con = _data;
3559
3560 release_anchor(con);
3561 msc_release_connection(con);
3562}
3563
3564int gsm0408_new_conn(struct gsm_subscriber_connection *conn)
3565{
3566 conn->anch_operation = talloc_zero(conn, struct gsm_anchor_operation);
3567 if (!conn->anch_operation)
3568 return -1;
3569
3570 conn->anch_operation->timeout.data = conn;
3571 conn->anch_operation->timeout.cb = anchor_timeout;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02003572 osmo_timer_schedule(&conn->anch_operation->timeout, 5, 0);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003573 return 0;
3574}
3575
Holger Hans Peter Freyther97643312010-06-17 16:41:25 +08003576/* here we get data from the BSC level... */
3577int gsm0408_dispatch(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00003578{
3579 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyr531734a2016-03-14 16:13:24 +01003580 uint8_t pdisc = gsm48_hdr_pdisc(gh);
Harald Welte8470bf22008-12-25 23:28:35 +00003581 int rc = 0;
Harald Welte51008772009-12-29 11:49:12 +01003582
Jacob Erlbeck8e68b562014-01-30 21:01:12 +01003583 LOGP(DRLL, LOGL_DEBUG, "Dispatching 04.08 message, pdisc=%d\n", pdisc);
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +08003584 if (silent_call_reroute(conn, msg))
3585 return silent_call_rx(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003586
3587 switch (pdisc) {
3588 case GSM48_PDISC_CC:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003589 release_anchor(conn);
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003590 rc = gsm0408_rcv_cc(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003591 break;
3592 case GSM48_PDISC_MM:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003593 rc = gsm0408_rcv_mm(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003594 break;
3595 case GSM48_PDISC_RR:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003596 rc = gsm0408_rcv_rr(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003597 break;
Harald Weltebcae43f2008-12-27 21:45:37 +00003598 case GSM48_PDISC_SMS:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003599 release_anchor(conn);
Holger Hans Peter Freyther97643312010-06-17 16:41:25 +08003600 rc = gsm0411_rcv_sms(conn, msg);
Harald Weltebcae43f2008-12-27 21:45:37 +00003601 break;
Harald Welte52b1f982008-12-23 20:25:15 +00003602 case GSM48_PDISC_MM_GPRS:
Harald Weltebcae43f2008-12-27 21:45:37 +00003603 case GSM48_PDISC_SM_GPRS:
Harald Welte5d24ba12009-12-24 12:13:17 +01003604 LOGP(DRLL, LOGL_NOTICE, "Unimplemented "
3605 "GSM 04.08 discriminator 0x%02x\n", pdisc);
Harald Welte52b1f982008-12-23 20:25:15 +00003606 break;
Harald Welte6eafe912009-10-16 08:32:58 +02003607 case GSM48_PDISC_NC_SS:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003608 release_anchor(conn);
Holger Hans Peter Freytherd42c3f22010-06-17 17:35:57 +08003609 rc = handle_rcv_ussd(conn, msg);
Harald Welte6eafe912009-10-16 08:32:58 +02003610 break;
Harald Welte52b1f982008-12-23 20:25:15 +00003611 default:
Harald Welte5d24ba12009-12-24 12:13:17 +01003612 LOGP(DRLL, LOGL_NOTICE, "Unknown "
3613 "GSM 04.08 discriminator 0x%02x\n", pdisc);
Harald Welte52b1f982008-12-23 20:25:15 +00003614 break;
3615 }
3616
3617 return rc;
3618}
Harald Welte8470bf22008-12-25 23:28:35 +00003619
Harald Welte805f6442009-07-28 18:25:29 +02003620/*
3621 * This will be ran by the linker when loading the DSO. We use it to
3622 * do system initialization, e.g. registration of signal handlers.
3623 */
3624static __attribute__((constructor)) void on_dso_load_0408(void)
3625{
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +02003626 osmo_signal_register_handler(SS_ABISIP, handle_abisip_signal, NULL);
Harald Welte805f6442009-07-28 18:25:29 +02003627}