blob: 92c4cfe0e68402b2fc9b223864aa6bdbec55c672 [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>
Maxddee01f2016-05-24 14:23:27 +020028#include <stdbool.h>
Harald Welte52b1f982008-12-23 20:25:15 +000029#include <errno.h>
Harald Weltedb253af2008-12-30 17:56:55 +000030#include <time.h>
Harald Welte4b634542008-12-27 01:55:51 +000031#include <netinet/in.h>
Maxddee01f2016-05-24 14:23:27 +020032#include <regex.h>
33#include <sys/types.h>
Harald Welte52b1f982008-12-23 20:25:15 +000034
Harald Welte9c3dc902012-04-08 16:59:24 +020035#include "bscconfig.h"
36
Sylvain Munaut30a15382009-12-24 00:27:26 +010037#include <openbsc/auth.h>
Harald Welte75a983f2008-12-27 21:34:06 +000038#include <openbsc/db.h>
Harald Welte8470bf22008-12-25 23:28:35 +000039#include <openbsc/debug.h>
40#include <openbsc/gsm_data.h>
41#include <openbsc/gsm_subscriber.h>
Daniel Willmann8b3390e2008-12-28 00:31:09 +000042#include <openbsc/gsm_04_11.h>
Harald Welte8470bf22008-12-25 23:28:35 +000043#include <openbsc/gsm_04_08.h>
Holger Hans Peter Freythere0009f12010-08-12 01:41:57 +080044#include <openbsc/gsm_04_80.h>
Harald Welte8470bf22008-12-25 23:28:35 +000045#include <openbsc/abis_rsl.h>
Holger Freytherca362a62009-01-04 21:05:01 +000046#include <openbsc/chan_alloc.h>
Harald Welte0b4c34e2009-02-09 17:54:43 +000047#include <openbsc/paging.h>
Holger Freyther053e09d2009-02-14 22:51:06 +000048#include <openbsc/signal.h>
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +020049#include <osmocom/abis/trau_frame.h>
Harald Welte11fa29c2009-02-19 17:24:39 +000050#include <openbsc/trau_mux.h>
Harald Welte805f6442009-07-28 18:25:29 +020051#include <openbsc/rtp_proxy.h>
Harald Weltedcaf5652009-07-23 18:56:43 +020052#include <openbsc/transaction.h>
Harald Welte6eafe912009-10-16 08:32:58 +020053#include <openbsc/ussd.h>
Harald Welte51008772009-12-29 11:49:12 +010054#include <openbsc/silent_call.h>
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +080055#include <openbsc/bsc_api.h>
Holger Hans Peter Freyther88519ea2010-06-30 12:44:07 +080056#include <openbsc/osmo_msc.h>
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +010057#include <openbsc/handover.h>
Holger Hans Peter Freyther53122b02015-08-20 19:10:58 +020058#include <openbsc/mncc_int.h>
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +020059#include <osmocom/abis/e1_input.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010060#include <osmocom/core/bitvec.h>
Holger Hans Peter Freyther841c2002010-09-30 18:52:23 +080061
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010062#include <osmocom/gsm/gsm48.h>
63#include <osmocom/gsm/gsm0480.h>
64#include <osmocom/gsm/gsm_utils.h>
Max8db12e42016-04-18 23:11:18 +020065#include <osmocom/gsm/protocol/gsm_04_08.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010066#include <osmocom/core/msgb.h>
67#include <osmocom/core/talloc.h>
68#include <osmocom/gsm/tlv.h>
Harald Welte52b1f982008-12-23 20:25:15 +000069
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +020070#include <assert.h>
71
Harald Welte (local)d19e58b2009-08-15 02:30:58 +020072void *tall_locop_ctx;
Sylvain Munaut30a15382009-12-24 00:27:26 +010073void *tall_authciphop_ctx;
Harald Welte2cf161b2009-06-20 22:36:41 +020074
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +020075static int tch_rtp_signal(struct gsm_lchan *lchan, int signal);
76
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +020077static int gsm0408_loc_upd_acc(struct gsm_subscriber_connection *conn);
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +080078static int gsm48_tx_simple(struct gsm_subscriber_connection *conn,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020079 uint8_t pdisc, uint8_t msg_type);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +010080static void schedule_reject(struct gsm_subscriber_connection *conn);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +080081static void release_anchor(struct gsm_subscriber_connection *conn);
Harald Welte65e74cc2008-12-29 01:55:35 +000082
Harald Welte52b1f982008-12-23 20:25:15 +000083struct gsm_lai {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020084 uint16_t mcc;
85 uint16_t mnc;
86 uint16_t lac;
Harald Welte52b1f982008-12-23 20:25:15 +000087};
88
Andreas Eversberga83d5112013-12-07 18:32:28 +010089static int apply_codec_restrictions(struct gsm_bts *bts,
90 struct gsm_mncc_bearer_cap *bcap)
91{
92 int i, j;
93
94 /* remove unsupported speech versions from list */
95 for (i = 0, j = 0; bcap->speech_ver[i] >= 0; i++) {
96 if (bcap->speech_ver[i] == GSM48_BCAP_SV_FR)
97 bcap->speech_ver[j++] = GSM48_BCAP_SV_FR;
98 if (bcap->speech_ver[i] == GSM48_BCAP_SV_EFR && bts->codec.efr)
99 bcap->speech_ver[j++] = GSM48_BCAP_SV_EFR;
100 if (bcap->speech_ver[i] == GSM48_BCAP_SV_AMR_F && bts->codec.amr)
101 bcap->speech_ver[j++] = GSM48_BCAP_SV_AMR_F;
102 if (bcap->speech_ver[i] == GSM48_BCAP_SV_HR && bts->codec.hr)
103 bcap->speech_ver[j++] = GSM48_BCAP_SV_HR;
104 if (bcap->speech_ver[i] == GSM48_BCAP_SV_AMR_H && bts->codec.amr)
105 bcap->speech_ver[j++] = GSM48_BCAP_SV_AMR_H;
106 }
107 bcap->speech_ver[j] = -1;
108
109 return 0;
110}
111
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200112static uint32_t new_callref = 0x80000001;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800113
Harald Welte31c00f72011-03-03 23:29:05 +0100114void cc_tx_to_mncc(struct gsm_network *net, struct msgb *msg)
115{
116 net->mncc_recv(net, msg);
117}
118
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800119static int gsm48_conn_sendmsg(struct msgb *msg, struct gsm_subscriber_connection *conn,
120 struct gsm_trans *trans)
121{
122 struct gsm48_hdr *gh = (struct gsm48_hdr *) msg->data;
123
124 /* if we get passed a transaction reference, do some common
125 * work that the caller no longer has to do */
126 if (trans) {
127 gh->proto_discr = trans->protocol | (trans->transaction_id << 4);
128 msg->lchan = trans->conn->lchan;
129 }
130
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800131 if (msg->lchan) {
Pablo Neira Ayuso7abecfc2011-08-17 22:43:54 +0200132 struct e1inp_sign_link *sign_link =
133 msg->lchan->ts->trx->rsl_link;
134
135 msg->dst = sign_link;
Neels Hofmeyr531734a2016-03-14 16:13:24 +0100136 if (gsm48_hdr_pdisc(gh) == GSM48_PDISC_CC)
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800137 DEBUGP(DCC, "(bts %d trx %d ts %d ti %02x) "
Pablo Neira Ayuso7abecfc2011-08-17 22:43:54 +0200138 "Sending '%s' to MS.\n",
139 sign_link->trx->bts->nr,
140 sign_link->trx->nr, msg->lchan->ts->nr,
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800141 gh->proto_discr & 0xf0,
142 gsm48_cc_msg_name(gh->msg_type));
143 else
144 DEBUGP(DCC, "(bts %d trx %d ts %d pd %02x) "
Pablo Neira Ayuso7abecfc2011-08-17 22:43:54 +0200145 "Sending 0x%02x to MS.\n",
146 sign_link->trx->bts->nr,
147 sign_link->trx->nr, msg->lchan->ts->nr,
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800148 gh->proto_discr, gh->msg_type);
149 }
150
Holger Hans Peter Freyther8d380dc2010-11-10 10:16:02 +0100151 return gsm0808_submit_dtap(conn, msg, 0, 0);
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800152}
Sylvain Munaut30a15382009-12-24 00:27:26 +0100153
Holger Hans Peter Freythere0009f12010-08-12 01:41:57 +0800154int gsm48_cc_tx_notify_ss(struct gsm_trans *trans, const char *message)
155{
156 struct gsm48_hdr *gh;
157 struct msgb *ss_notify;
158
159 ss_notify = gsm0480_create_notifySS(message);
160 if (!ss_notify)
161 return -1;
162
163 gsm0480_wrap_invoke(ss_notify, GSM0480_OP_CODE_NOTIFY_SS, 0);
164 uint8_t *data = msgb_push(ss_notify, 1);
165 data[0] = ss_notify->len - 1;
166 gh = (struct gsm48_hdr *) msgb_push(ss_notify, sizeof(*gh));
167 gh->msg_type = GSM48_MT_CC_FACILITY;
168 return gsm48_conn_sendmsg(ss_notify, trans->conn, trans);
169}
170
Harald Weltecf149ee2012-01-23 16:40:24 +0100171void release_security_operation(struct gsm_subscriber_connection *conn)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100172{
173 if (!conn->sec_operation)
174 return;
175
176 talloc_free(conn->sec_operation);
177 conn->sec_operation = NULL;
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800178 msc_release_connection(conn);
Sylvain Munaut30a15382009-12-24 00:27:26 +0100179}
180
Harald Weltecf149ee2012-01-23 16:40:24 +0100181void allocate_security_operation(struct gsm_subscriber_connection *conn)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100182{
Sylvain Munaut30a15382009-12-24 00:27:26 +0100183 conn->sec_operation = talloc_zero(tall_authciphop_ctx,
184 struct gsm_security_operation);
185}
186
Sylvain Munaut0fbfd1b2010-12-01 22:37:05 +0100187int gsm48_secure_channel(struct gsm_subscriber_connection *conn, int key_seq,
188 gsm_cbfn *cb, void *cb_data)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100189{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800190 struct gsm_network *net = conn->bts->network;
191 struct gsm_subscriber *subscr = conn->subscr;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100192 struct gsm_security_operation *op;
193 struct gsm_auth_tuple atuple;
194 int status = -1, rc;
195
196 /* Check if we _can_ enable encryption. Cases where we can't:
197 * - Encryption disabled in config
198 * - Channel already secured (nothing to do)
199 * - Subscriber equipment doesn't support configured encryption
200 */
201 if (!net->a5_encryption) {
202 status = GSM_SECURITY_NOAVAIL;
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800203 } else if (conn->lchan->encr.alg_id > RSL_ENC_ALG_A5(0)) {
Sylvain Munaut30a15382009-12-24 00:27:26 +0100204 DEBUGP(DMM, "Requesting to secure an already secure channel");
Andreas Eversberg641475c2013-07-10 08:58:03 +0200205 status = GSM_SECURITY_ALREADY;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100206 } else if (!ms_cm2_a5n_support(subscr->equipment.classmark2,
207 net->a5_encryption)) {
208 DEBUGP(DMM, "Subscriber equipment doesn't support requested encryption");
209 status = GSM_SECURITY_NOAVAIL;
210 }
211
212 /* If not done yet, try to get info for this user */
213 if (status < 0) {
214 rc = auth_get_tuple_for_subscr(&atuple, subscr, key_seq);
215 if (rc <= 0)
216 status = GSM_SECURITY_NOAVAIL;
217 }
218
219 /* Are we done yet ? */
220 if (status >= 0)
221 return cb ?
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800222 cb(GSM_HOOK_RR_SECURITY, status, NULL, conn, cb_data) :
Sylvain Munaut30a15382009-12-24 00:27:26 +0100223 0;
224
225 /* Start an operation (can't have more than one pending !!!) */
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800226 if (conn->sec_operation)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100227 return -EBUSY;
228
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800229 allocate_security_operation(conn);
230 op = conn->sec_operation;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100231 op->cb = cb;
232 op->cb_data = cb_data;
233 memcpy(&op->atuple, &atuple, sizeof(struct gsm_auth_tuple));
234
235 /* FIXME: Should start a timer for completion ... */
236
237 /* Then do whatever is needed ... */
Neels Hofmeyrd2fa7a52016-03-10 23:30:37 +0100238 if (rc == AUTH_DO_AUTH_THEN_CIPH) {
Sylvain Munaut30a15382009-12-24 00:27:26 +0100239 /* Start authentication */
Harald Welte121e9a42016-04-20 13:13:19 +0200240 return gsm48_tx_mm_auth_req(conn, op->atuple.vec.rand, op->atuple.key_seq);
Harald Welte86dda082010-12-23 18:07:49 +0100241 } else if (rc == AUTH_DO_CIPH) {
Sylvain Munaut30a15382009-12-24 00:27:26 +0100242 /* Start ciphering directly */
Sylvain Munaut67706df2010-11-29 08:19:04 +0100243 return gsm0808_cipher_mode(conn, net->a5_encryption,
Harald Welte121e9a42016-04-20 13:13:19 +0200244 op->atuple.vec.kc, 8, 0);
Sylvain Munaut30a15382009-12-24 00:27:26 +0100245 }
246
247 return -EINVAL; /* not reached */
248}
249
Maxddee01f2016-05-24 14:23:27 +0200250static bool subscr_regexp_check(const struct gsm_network *net, const char *imsi)
251{
252 if (!net->authorized_reg_str)
253 return false;
254
255 if (regexec(&net->authorized_regexp, imsi, 0, NULL, 0) != REG_NOMATCH)
256 return true;
257
258 return false;
259}
260
Holger Freyther73487a22008-12-31 18:53:57 +0000261static int authorize_subscriber(struct gsm_loc_updating_operation *loc,
262 struct gsm_subscriber *subscriber)
Holger Freyther89824fc2008-12-30 16:18:18 +0000263{
264 if (!subscriber)
265 return 0;
266
Holger Freyther73487a22008-12-31 18:53:57 +0000267 /*
268 * Do not send accept yet as more information should arrive. Some
269 * phones will not send us the information and we will have to check
270 * what we want to do with that.
271 */
272 if (loc && (loc->waiting_for_imsi || loc->waiting_for_imei))
273 return 0;
274
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100275 switch (subscriber->group->net->auth_policy) {
Jan Luebbe06513f22009-08-12 12:48:00 +0200276 case GSM_AUTH_POLICY_CLOSED:
277 return subscriber->authorized;
Maxddee01f2016-05-24 14:23:27 +0200278 case GSM_AUTH_POLICY_REGEXP:
279 if (subscriber->authorized)
280 return 1;
281 if (subscr_regexp_check(subscriber->group->net,
282 subscriber->imsi))
283 subscriber->authorized = 1;
284 return subscriber->authorized;
Harald Welte (local)aa9dc192009-08-13 13:49:51 +0200285 case GSM_AUTH_POLICY_TOKEN:
Harald Welte (local)ee9afe32009-08-13 20:44:23 +0200286 if (subscriber->authorized)
287 return subscriber->authorized;
Harald Welte (local)aa9dc192009-08-13 13:49:51 +0200288 return (subscriber->flags & GSM_SUBSCRIBER_FIRST_CONTACT);
Jan Luebbe06513f22009-08-12 12:48:00 +0200289 case GSM_AUTH_POLICY_ACCEPT_ALL:
Holger Freyther89824fc2008-12-30 16:18:18 +0000290 return 1;
Jan Luebbe06513f22009-08-12 12:48:00 +0200291 default:
292 return 0;
293 }
Holger Freyther89824fc2008-12-30 16:18:18 +0000294}
Holger Freyther07cc8d82008-12-29 06:23:46 +0000295
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100296static void release_loc_updating_req(struct gsm_subscriber_connection *conn, int release)
Holger Freyther73487a22008-12-31 18:53:57 +0000297{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100298 if (!conn->loc_operation)
Holger Freyther73487a22008-12-31 18:53:57 +0000299 return;
300
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +0800301 /* No need to keep the connection up */
302 release_anchor(conn);
303
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200304 osmo_timer_del(&conn->loc_operation->updating_timer);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100305 talloc_free(conn->loc_operation);
Holger Hans Peter Freytherf93e8fa2010-12-22 08:53:28 +0100306 conn->loc_operation = NULL;
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100307 if (release)
308 msc_release_connection(conn);
Holger Freyther73487a22008-12-31 18:53:57 +0000309}
310
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100311static void allocate_loc_updating_req(struct gsm_subscriber_connection *conn)
Holger Freyther73487a22008-12-31 18:53:57 +0000312{
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800313 if (conn->loc_operation)
314 LOGP(DMM, LOGL_ERROR, "Connection already had operation.\n");
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100315 release_loc_updating_req(conn, 0);
Holger Freyther73487a22008-12-31 18:53:57 +0000316
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100317 conn->loc_operation = talloc_zero(tall_locop_ctx,
Harald Welte470ec292009-06-26 20:25:23 +0200318 struct gsm_loc_updating_operation);
Holger Freyther73487a22008-12-31 18:53:57 +0000319}
Holger Freyther07cc8d82008-12-29 06:23:46 +0000320
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200321static int finish_lu(struct gsm_subscriber_connection *conn)
322{
323 int rc = 0;
324 int avoid_tmsi = conn->bts->network->avoid_tmsi;
325
326 /* We're all good */
327 if (avoid_tmsi) {
328 conn->subscr->tmsi = GSM_RESERVED_TMSI;
329 db_sync_subscriber(conn->subscr);
330 } else {
331 db_subscriber_alloc_tmsi(conn->subscr);
332 }
333
334 rc = gsm0408_loc_upd_acc(conn);
335 if (conn->bts->network->send_mm_info) {
336 /* send MM INFO with network name */
337 rc = gsm48_tx_mm_info(conn);
338 }
339
340 /* call subscr_update after putting the loc_upd_acc
341 * in the transmit queue, since S_SUBSCR_ATTACHED might
342 * trigger further action like SMS delivery */
343 subscr_update(conn->subscr, conn->bts,
344 GSM_SUBSCRIBER_UPDATE_ATTACHED);
345
346 /*
347 * The gsm0408_loc_upd_acc sends a MI with the TMSI. The
348 * MS needs to respond with a TMSI REALLOCATION COMPLETE
349 * (even if the TMSI is the same).
350 */
351 if (avoid_tmsi)
352 release_loc_updating_req(conn, 1);
353
354 return rc;
355}
356
Sylvain Munaut267fba02009-12-24 00:28:01 +0100357static int _gsm0408_authorize_sec_cb(unsigned int hooknum, unsigned int event,
358 struct msgb *msg, void *data, void *param)
359{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800360 struct gsm_subscriber_connection *conn = data;
Sylvain Munaut267fba02009-12-24 00:28:01 +0100361 int rc = 0;
362
363 switch (event) {
364 case GSM_SECURITY_AUTH_FAILED:
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100365 release_loc_updating_req(conn, 1);
Sylvain Munaut267fba02009-12-24 00:28:01 +0100366 break;
367
Andreas Eversberga874b8d2013-07-10 08:58:03 +0200368 case GSM_SECURITY_ALREADY:
369 LOGP(DMM, LOGL_ERROR, "We don't expect LOCATION "
370 "UPDATING after CM SERVICE REQUEST\n");
371 /* fall through */
372
Sylvain Munaut267fba02009-12-24 00:28:01 +0100373 case GSM_SECURITY_NOAVAIL:
374 case GSM_SECURITY_SUCCEEDED:
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200375 rc = finish_lu(conn);
Sylvain Munaut267fba02009-12-24 00:28:01 +0100376 break;
377
378 default:
379 rc = -EINVAL;
380 };
381
382 return rc;
383}
384
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100385static int gsm0408_authorize(struct gsm_subscriber_connection *conn, struct msgb *msg)
Holger Freytherd51524f2009-06-09 08:27:07 +0000386{
Holger Hans Peter Freyther1a345ca2013-12-27 17:37:27 +0100387 if (!conn->loc_operation)
388 return 0;
389
Sylvain Munaut267fba02009-12-24 00:28:01 +0100390 if (authorize_subscriber(conn->loc_operation, conn->subscr))
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800391 return gsm48_secure_channel(conn,
Sylvain Munaut267fba02009-12-24 00:28:01 +0100392 conn->loc_operation->key_seq,
393 _gsm0408_authorize_sec_cb, NULL);
Holger Freytherd51524f2009-06-09 08:27:07 +0000394 return 0;
395}
396
Holger Hans Peter Freytheradb6e1c2010-09-18 06:44:24 +0800397void gsm0408_clear_request(struct gsm_subscriber_connection *conn, uint32_t cause)
Holger Freyther7c19f742009-06-06 13:54:35 +0000398{
Harald Welte4bfdfe72009-06-10 23:11:52 +0800399 struct gsm_trans *trans, *temp;
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800400
401 /* avoid someone issuing a clear */
402 conn->in_release = 1;
403
Holger Freyther7c19f742009-06-06 13:54:35 +0000404 /*
405 * Cancel any outstanding location updating request
Holger Hans Peter Freytherf6fb3ef2010-06-15 13:16:52 +0800406 * operation taking place on the subscriber connection.
Holger Freyther7c19f742009-06-06 13:54:35 +0000407 */
Neels Hofmeyraea28ce2016-05-04 15:30:30 +0200408 release_loc_updating_req(conn, 0);
Holger Hans Peter Freytherc29043e2010-12-28 14:57:20 +0100409
410 /* We might need to cancel the paging response or such. */
411 if (conn->sec_operation && conn->sec_operation->cb) {
412 conn->sec_operation->cb(GSM_HOOK_RR_SECURITY, GSM_SECURITY_AUTH_FAILED,
413 NULL, conn, conn->sec_operation->cb_data);
414 }
415
Holger Hans Peter Freytherf6fb3ef2010-06-15 13:16:52 +0800416 release_security_operation(conn);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +0800417 release_anchor(conn);
Holger Freyther7c19f742009-06-06 13:54:35 +0000418
Holger Hans Peter Freyther3e9b2ec2012-12-22 18:45:27 +0100419 /*
420 * Free all transactions that are associated with the released
421 * connection. The transaction code will inform the CC or SMS
422 * facilities that will send the release indications. As part of
423 * the CC REL_IND the remote leg might be released and this will
424 * trigger the call to trans_free. This is something the llist
425 * macro can not handle and we will need to re-iterate the list.
426 *
427 * TODO: Move the trans_list into the subscriber connection and
428 * create a pending list for MT transactions. These exist before
429 * we have a subscriber connection.
430 */
431restart:
Holger Hans Peter Freytherf6fb3ef2010-06-15 13:16:52 +0800432 llist_for_each_entry_safe(trans, temp, &conn->bts->network->trans_list, entry) {
Holger Hans Peter Freyther3e9b2ec2012-12-22 18:45:27 +0100433 if (trans->conn == conn) {
Harald Weltedcaf5652009-07-23 18:56:43 +0200434 trans_free(trans);
Holger Hans Peter Freyther3e9b2ec2012-12-22 18:45:27 +0100435 goto restart;
436 }
Harald Welte4bfdfe72009-06-10 23:11:52 +0800437 }
Holger Freyther7c19f742009-06-06 13:54:35 +0000438}
439
Harald Welte371efe52010-12-22 23:17:50 +0100440void gsm0408_clear_all_trans(struct gsm_network *net, int protocol)
441{
442 struct gsm_trans *trans, *temp;
443
444 LOGP(DCC, LOGL_NOTICE, "Clearing all currently active transactions!!!\n");
445
446 llist_for_each_entry_safe(trans, temp, &net->trans_list, entry) {
Harald Welteeb76c7a2010-12-23 02:47:53 +0100447 if (trans->protocol == protocol) {
448 trans->callref = 0;
Harald Welte371efe52010-12-22 23:17:50 +0100449 trans_free(trans);
Harald Welteeb76c7a2010-12-23 02:47:53 +0100450 }
Harald Welte371efe52010-12-22 23:17:50 +0100451 }
452}
453
Holger Freyther429e7762008-12-30 13:28:30 +0000454/* Chapter 9.2.14 : Send LOCATION UPDATING REJECT */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200455int gsm0408_loc_upd_rej(struct gsm_subscriber_connection *conn, uint8_t cause)
Harald Welte52b1f982008-12-23 20:25:15 +0000456{
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800457 struct gsm_bts *bts = conn->bts;
Holger Hans Peter Freyther230a4d82010-06-15 19:40:05 +0800458 struct msgb *msg;
459
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200460 osmo_counter_inc(bts->network->stats.loc_upd_resp.reject);
Holger Hans Peter Freyther230a4d82010-06-15 19:40:05 +0800461
462 msg = gsm48_create_loc_upd_rej(cause);
463 if (!msg) {
464 LOGP(DMM, LOGL_ERROR, "Failed to create msg for LOCATION UPDATING REJECT.\n");
465 return -1;
466 }
Harald Welte52b1f982008-12-23 20:25:15 +0000467
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800468 msg->lchan = conn->lchan;
Harald Welte52b1f982008-12-23 20:25:15 +0000469
Harald Welte (local)198d5ad2009-12-26 22:15:28 +0100470 LOGP(DMM, LOGL_INFO, "Subscriber %s: LOCATION UPDATING REJECT "
Harald Welte7184bd02015-12-28 14:04:36 +0100471 "LAC=%u BTS=%u\n", subscr_name(conn->subscr),
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800472 bts->location_area_code, bts->nr);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100473
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800474 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte52b1f982008-12-23 20:25:15 +0000475}
476
477/* Chapter 9.2.13 : Send LOCATION UPDATE ACCEPT */
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200478static int gsm0408_loc_upd_acc(struct gsm_subscriber_connection *conn)
Harald Welte52b1f982008-12-23 20:25:15 +0000479{
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800480 struct gsm_bts *bts = conn->bts;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100481 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 LOC UPD ACC");
Harald Welte52b1f982008-12-23 20:25:15 +0000482 struct gsm48_hdr *gh;
483 struct gsm48_loc_area_id *lai;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200484 uint8_t *mid;
Harald Welte52b1f982008-12-23 20:25:15 +0000485
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800486 msg->lchan = conn->lchan;
Harald Welte52b1f982008-12-23 20:25:15 +0000487
488 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
489 gh->proto_discr = GSM48_PDISC_MM;
490 gh->msg_type = GSM48_MT_MM_LOC_UPD_ACCEPT;
491
492 lai = (struct gsm48_loc_area_id *) msgb_put(msg, sizeof(*lai));
Harald Welteafedeab2010-03-04 10:55:40 +0100493 gsm48_generate_lai(lai, bts->network->country_code,
Harald Welte52b1f982008-12-23 20:25:15 +0000494 bts->network->network_code, bts->location_area_code);
495
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200496 if (conn->subscr->tmsi == GSM_RESERVED_TMSI) {
497 uint8_t mi[10];
498 int len;
499 len = gsm48_generate_mid_from_imsi(mi, conn->subscr->imsi);
500 mid = msgb_put(msg, len);
501 memcpy(mid, mi, len);
502 } else {
503 mid = msgb_put(msg, GSM48_MID_TMSI_LEN);
504 gsm48_generate_mid_from_tmsi(mid, conn->subscr->tmsi);
505 }
Harald Welte52b1f982008-12-23 20:25:15 +0000506
507 DEBUGP(DMM, "-> LOCATION UPDATE ACCEPT\n");
508
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200509 osmo_counter_inc(bts->network->stats.loc_upd_resp.accept);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100510
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800511 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte52b1f982008-12-23 20:25:15 +0000512}
513
Harald Weltebf5e8df2009-02-03 12:59:45 +0000514/* Transmit Chapter 9.2.10 Identity Request */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200515static int mm_tx_identity_req(struct gsm_subscriber_connection *conn, uint8_t id_type)
Harald Welte231ad4f2008-12-27 11:15:38 +0000516{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100517 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 ID REQ");
Harald Welte231ad4f2008-12-27 11:15:38 +0000518 struct gsm48_hdr *gh;
Harald Weltefc977a82008-12-27 10:19:37 +0000519
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800520 msg->lchan = conn->lchan;
Harald Welte231ad4f2008-12-27 11:15:38 +0000521
522 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
523 gh->proto_discr = GSM48_PDISC_MM;
524 gh->msg_type = GSM48_MT_MM_ID_REQ;
525 gh->data[0] = id_type;
526
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800527 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte231ad4f2008-12-27 11:15:38 +0000528}
529
Maxe21cf382016-05-11 11:01:06 +0200530static struct gsm_subscriber *subscr_create(const struct gsm_network *net,
531 const char *imsi)
532{
Maxddee01f2016-05-24 14:23:27 +0200533 if (net->subscr_creation_mode == GSM_SUBSCR_DONT_CREATE)
534 return NULL;
Maxe21cf382016-05-11 11:01:06 +0200535
Maxddee01f2016-05-24 14:23:27 +0200536 if (net->subscr_creation_mode & GSM_SUBSCR_CREAT_W_REGEXP)
537 if (!subscr_regexp_check(net, imsi))
538 return NULL;
539
540 return subscr_create_subscriber(net->subscr_group, imsi);
Maxe21cf382016-05-11 11:01:06 +0200541}
Harald Welte231ad4f2008-12-27 11:15:38 +0000542
Harald Weltebf5e8df2009-02-03 12:59:45 +0000543/* Parse Chapter 9.2.11 Identity Response */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800544static int mm_rx_id_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte231ad4f2008-12-27 11:15:38 +0000545{
546 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte75a983f2008-12-27 21:34:06 +0000547 struct gsm_lchan *lchan = msg->lchan;
Harald Welte9176bd42009-07-23 18:46:00 +0200548 struct gsm_bts *bts = lchan->ts->trx->bts;
549 struct gsm_network *net = bts->network;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200550 uint8_t mi_type = gh->data[1] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200551 char mi_string[GSM48_MI_SIZE];
Harald Welte231ad4f2008-12-27 11:15:38 +0000552
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200553 gsm48_mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
Harald Welteb9845f92015-08-16 18:07:48 +0200554 DEBUGP(DMM, "IDENTITY RESPONSE: MI(%s)=%s\n",
555 gsm48_mi_type_name(mi_type), mi_string);
Harald Welte231ad4f2008-12-27 11:15:38 +0000556
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +0200557 osmo_signal_dispatch(SS_SUBSCR, S_SUBSCR_IDENTITY, gh->data);
Harald Welte7659de12009-12-13 12:39:18 +0100558
Harald Welte75a983f2008-12-27 21:34:06 +0000559 switch (mi_type) {
560 case GSM_MI_TYPE_IMSI:
Jan Luebbe370b41d2009-08-12 10:19:34 +0200561 /* look up subscriber based on IMSI, create if not found */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100562 if (!conn->subscr) {
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100563 conn->subscr = subscr_get_by_imsi(net->subscr_group,
564 mi_string);
Maxe21cf382016-05-11 11:01:06 +0200565 if (!conn->subscr)
566 conn->subscr = subscr_create(net, mi_string);
Jan Luebbeb0dfc312009-08-12 10:12:52 +0200567 }
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100568 if (!conn->subscr && conn->loc_operation) {
569 gsm0408_loc_upd_rej(conn, bts->network->reject_cause);
570 release_loc_updating_req(conn, 1);
571 return 0;
572 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100573 if (conn->loc_operation)
574 conn->loc_operation->waiting_for_imsi = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000575 break;
576 case GSM_MI_TYPE_IMEI:
Harald Welte255539c2008-12-28 02:26:27 +0000577 case GSM_MI_TYPE_IMEISV:
Harald Welte75a983f2008-12-27 21:34:06 +0000578 /* update subscribe <-> IMEI mapping */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100579 if (conn->subscr) {
580 db_subscriber_assoc_imei(conn->subscr, mi_string);
581 db_sync_equipment(&conn->subscr->equipment);
Harald Welte (local)ee4410a2009-08-17 09:39:55 +0200582 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100583 if (conn->loc_operation)
584 conn->loc_operation->waiting_for_imei = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000585 break;
586 }
Holger Freyther73487a22008-12-31 18:53:57 +0000587
588 /* Check if we can let the mobile station enter */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100589 return gsm0408_authorize(conn, msg);
Harald Welte231ad4f2008-12-27 11:15:38 +0000590}
591
Harald Welte255539c2008-12-28 02:26:27 +0000592
593static void loc_upd_rej_cb(void *data)
594{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100595 struct gsm_subscriber_connection *conn = data;
596 struct gsm_lchan *lchan = conn->lchan;
Harald Welte1085c092009-11-18 20:33:19 +0100597 struct gsm_bts *bts = lchan->ts->trx->bts;
Harald Welte255539c2008-12-28 02:26:27 +0000598
Holger Hans Peter Freyther2692e3b2011-11-07 12:26:29 +0100599 LOGP(DMM, LOGL_DEBUG, "Location Updating Request procedure timedout.\n");
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800600 gsm0408_loc_upd_rej(conn, bts->network->reject_cause);
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100601 release_loc_updating_req(conn, 1);
Harald Welte255539c2008-12-28 02:26:27 +0000602}
603
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100604static void schedule_reject(struct gsm_subscriber_connection *conn)
Holger Freytherb7193e42008-12-29 17:44:08 +0000605{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100606 conn->loc_operation->updating_timer.cb = loc_upd_rej_cb;
607 conn->loc_operation->updating_timer.data = conn;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200608 osmo_timer_schedule(&conn->loc_operation->updating_timer, 5, 0);
Holger Freytherb7193e42008-12-29 17:44:08 +0000609}
610
Harald Welteb9845f92015-08-16 18:07:48 +0200611static const struct value_string lupd_names[] = {
612 { GSM48_LUPD_NORMAL, "NORMAL" },
613 { GSM48_LUPD_PERIODIC, "PERIODIC" },
614 { GSM48_LUPD_IMSI_ATT, "IMSI ATTACH" },
615 { 0, NULL }
616};
Harald Welte2a139372009-02-22 21:14:55 +0000617
Harald Weltebf5e8df2009-02-03 12:59:45 +0000618/* Chapter 9.2.15: Receive Location Updating Request */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800619static int mm_rx_loc_upd_req(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +0000620{
Harald Welte8470bf22008-12-25 23:28:35 +0000621 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000622 struct gsm48_loc_upd_req *lu;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800623 struct gsm_subscriber *subscr = NULL;
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800624 struct gsm_bts *bts = conn->bts;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200625 uint8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200626 char mi_string[GSM48_MI_SIZE];
Harald Welte52b1f982008-12-23 20:25:15 +0000627
Harald Welte8470bf22008-12-25 23:28:35 +0000628 lu = (struct gsm48_loc_upd_req *) gh->data;
629
630 mi_type = lu->mi[0] & GSM_MI_TYPE_MASK;
Harald Welte52b1f982008-12-23 20:25:15 +0000631
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200632 gsm48_mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
Harald Weltefc977a82008-12-27 10:19:37 +0000633
Harald Welteb9845f92015-08-16 18:07:48 +0200634 DEBUGPC(DMM, "MI(%s)=%s type=%s ", gsm48_mi_type_name(mi_type),
635 mi_string, get_value_string(lupd_names, lu->type));
Holger Freyther73487a22008-12-31 18:53:57 +0000636
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +0200637 osmo_signal_dispatch(SS_SUBSCR, S_SUBSCR_IDENTITY, &lu->mi_len);
Harald Welte7659de12009-12-13 12:39:18 +0100638
Harald Welte24ff6ee2009-12-22 00:41:05 +0100639 switch (lu->type) {
640 case GSM48_LUPD_NORMAL:
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200641 osmo_counter_inc(bts->network->stats.loc_upd_type.normal);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100642 break;
643 case GSM48_LUPD_IMSI_ATT:
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200644 osmo_counter_inc(bts->network->stats.loc_upd_type.attach);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100645 break;
646 case GSM48_LUPD_PERIODIC:
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200647 osmo_counter_inc(bts->network->stats.loc_upd_type.periodic);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100648 break;
649 }
650
Holger Freythereaf04692009-06-06 13:54:44 +0000651 /*
652 * Pseudo Spoof detection: Just drop a second/concurrent
653 * location updating request.
654 */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100655 if (conn->loc_operation) {
Harald Weltea0368542009-06-27 02:58:43 +0200656 DEBUGPC(DMM, "ignoring request due an existing one: %p.\n",
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100657 conn->loc_operation);
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800658 gsm0408_loc_upd_rej(conn, GSM48_REJECT_PROTOCOL_ERROR);
Holger Freythereaf04692009-06-06 13:54:44 +0000659 return 0;
660 }
661
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800662 allocate_loc_updating_req(conn);
Holger Freyther73487a22008-12-31 18:53:57 +0000663
Sylvain Munaut2030a2a2010-06-10 13:36:59 +0200664 conn->loc_operation->key_seq = lu->key_seq;
665
Harald Welte52b1f982008-12-23 20:25:15 +0000666 switch (mi_type) {
667 case GSM_MI_TYPE_IMSI:
Harald Weltea0368542009-06-27 02:58:43 +0200668 DEBUGPC(DMM, "\n");
Harald Welte231ad4f2008-12-27 11:15:38 +0000669 /* we always want the IMEI, too */
Holger Hans Peter Freythera5050b12012-09-11 11:55:03 +0200670 mm_tx_identity_req(conn, GSM_MI_TYPE_IMEI);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100671 conn->loc_operation->waiting_for_imei = 1;
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000672
Jan Luebbe370b41d2009-08-12 10:19:34 +0200673 /* look up subscriber based on IMSI, create if not found */
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100674 subscr = subscr_get_by_imsi(bts->network->subscr_group, mi_string);
Maxe21cf382016-05-11 11:01:06 +0200675 if (!subscr)
676 subscr = subscr_create(bts->network, mi_string);
677
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100678 if (!subscr) {
679 gsm0408_loc_upd_rej(conn, bts->network->reject_cause);
680 release_loc_updating_req(conn, 0);
681 return 0;
682 }
Harald Welte4b634542008-12-27 01:55:51 +0000683 break;
Harald Welte52b1f982008-12-23 20:25:15 +0000684 case GSM_MI_TYPE_TMSI:
Harald Weltea0368542009-06-27 02:58:43 +0200685 DEBUGPC(DMM, "\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000686 /* look up the subscriber based on TMSI, request IMSI if it fails */
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100687 subscr = subscr_get_by_tmsi(bts->network->subscr_group,
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +0200688 tmsi_from_string(mi_string));
Harald Welte52b1f982008-12-23 20:25:15 +0000689 if (!subscr) {
Harald Welte231ad4f2008-12-27 11:15:38 +0000690 /* send IDENTITY REQUEST message to get IMSI */
Holger Hans Peter Freythera5050b12012-09-11 11:55:03 +0200691 mm_tx_identity_req(conn, GSM_MI_TYPE_IMSI);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100692 conn->loc_operation->waiting_for_imsi = 1;
Harald Welte52b1f982008-12-23 20:25:15 +0000693 }
Harald Weltef5f512c2010-06-07 17:56:32 +0200694 /* we always want the IMEI, too */
Holger Hans Peter Freythera5050b12012-09-11 11:55:03 +0200695 mm_tx_identity_req(conn, GSM_MI_TYPE_IMEI);
Harald Weltef5f512c2010-06-07 17:56:32 +0200696 conn->loc_operation->waiting_for_imei = 1;
Harald Welte52b1f982008-12-23 20:25:15 +0000697 break;
698 case GSM_MI_TYPE_IMEI:
699 case GSM_MI_TYPE_IMEISV:
700 /* no sim card... FIXME: what to do ? */
Harald Weltea0368542009-06-27 02:58:43 +0200701 DEBUGPC(DMM, "unimplemented mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000702 break;
703 default:
Harald Weltea0368542009-06-27 02:58:43 +0200704 DEBUGPC(DMM, "unknown mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000705 break;
706 }
707
Harald Welte24516ea2009-07-04 10:18:00 +0200708 /* schedule the reject timer */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100709 schedule_reject(conn);
Harald Welte24516ea2009-07-04 10:18:00 +0200710
Harald Welte4bfdfe72009-06-10 23:11:52 +0800711 if (!subscr) {
Harald Weltea0368542009-06-27 02:58:43 +0200712 DEBUGPC(DRR, "<- Can't find any subscriber for this ID\n");
Harald Welte4bfdfe72009-06-10 23:11:52 +0800713 /* FIXME: request id? close channel? */
714 return -EINVAL;
715 }
716
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100717 conn->subscr = subscr;
718 conn->subscr->equipment.classmark1 = lu->classmark1;
Harald Welte255539c2008-12-28 02:26:27 +0000719
Harald Welte24516ea2009-07-04 10:18:00 +0200720 /* check if we can let the subscriber into our network immediately
721 * or if we need to wait for identity responses. */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100722 return gsm0408_authorize(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000723}
724
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100725/* Turn int into semi-octet representation: 98 => 0x89 */
726static uint8_t bcdify(uint8_t value)
Harald Welte4bfdfe72009-06-10 23:11:52 +0800727{
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100728 uint8_t ret;
729
730 ret = value / 10;
731 ret |= (value % 10) << 4;
732
733 return ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800734}
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100735
Harald Welte4bfdfe72009-06-10 23:11:52 +0800736
Harald Weltedb253af2008-12-30 17:56:55 +0000737/* Section 9.2.15a */
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800738int gsm48_tx_mm_info(struct gsm_subscriber_connection *conn)
Harald Weltedb253af2008-12-30 17:56:55 +0000739{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100740 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 MM INF");
Harald Weltedb253af2008-12-30 17:56:55 +0000741 struct gsm48_hdr *gh;
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800742 struct gsm_network *net = conn->bts->network;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100743 struct gsm_bts *bts = conn->bts;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200744 uint8_t *ptr8;
Daniel Willmanneea93372009-08-13 03:42:07 +0200745 int name_len, name_pad;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100746
Harald Welte4bfdfe72009-06-10 23:11:52 +0800747 time_t cur_t;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100748 struct tm* gmt_time;
749 struct tm* local_time;
750 int tzunits;
Jacob Erlbeckf46e2262014-01-07 15:05:16 +0100751 int dst = 0;
Harald Weltedb253af2008-12-30 17:56:55 +0000752
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800753 msg->lchan = conn->lchan;
Harald Weltedb253af2008-12-30 17:56:55 +0000754
755 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
756 gh->proto_discr = GSM48_PDISC_MM;
757 gh->msg_type = GSM48_MT_MM_INFO;
758
759 if (net->name_long) {
Daniel Willmanneea93372009-08-13 03:42:07 +0200760#if 0
Harald Weltedb253af2008-12-30 17:56:55 +0000761 name_len = strlen(net->name_long);
762 /* 10.5.3.5a */
763 ptr8 = msgb_put(msg, 3);
764 ptr8[0] = GSM48_IE_NAME_LONG;
765 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_long[i]);
Harald Weltedb253af2008-12-30 17:56:55 +0000771
772 /* FIXME: Use Cell Broadcast, not UCS-2, since
773 * UCS-2 is only supported by later revisions of the spec */
Daniel Willmanneea93372009-08-13 03:42:07 +0200774#endif
775 name_len = (strlen(net->name_long)*7)/8;
776 name_pad = (8 - strlen(net->name_long)*7)%8;
777 if (name_pad > 0)
778 name_len++;
779 /* 10.5.3.5a */
780 ptr8 = msgb_put(msg, 3);
781 ptr8[0] = GSM48_IE_NAME_LONG;
782 ptr8[1] = name_len +1;
783 ptr8[2] = 0x80 | name_pad; /* Cell Broadcast DCS, no CI */
784
785 ptr8 = msgb_put(msg, name_len);
Harald Welte5468f762015-01-01 12:41:17 +0100786 gsm_7bit_encode_n(ptr8, name_len, net->name_long, NULL);
Daniel Willmanneea93372009-08-13 03:42:07 +0200787
Harald Weltedb253af2008-12-30 17:56:55 +0000788 }
789
790 if (net->name_short) {
Daniel Willmanneea93372009-08-13 03:42:07 +0200791#if 0
Harald Weltedb253af2008-12-30 17:56:55 +0000792 name_len = strlen(net->name_short);
793 /* 10.5.3.5a */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200794 ptr8 = (uint8_t *) msgb_put(msg, 3);
Harald Welte7543eb72009-07-19 17:51:36 +0200795 ptr8[0] = GSM48_IE_NAME_SHORT;
Harald Weltedb253af2008-12-30 17:56:55 +0000796 ptr8[1] = name_len*2 + 1;
797 ptr8[2] = 0x90; /* UCS2, no spare bits, no CI */
798
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200799 ptr16 = (uint16_t *) msgb_put(msg, name_len*2);
Harald Weltedb253af2008-12-30 17:56:55 +0000800 for (i = 0; i < name_len; i++)
Harald Welte179f0642008-12-31 23:59:18 +0000801 ptr16[i] = htons(net->name_short[i]);
Daniel Willmanneea93372009-08-13 03:42:07 +0200802#endif
803 name_len = (strlen(net->name_short)*7)/8;
804 name_pad = (8 - strlen(net->name_short)*7)%8;
805 if (name_pad > 0)
806 name_len++;
807 /* 10.5.3.5a */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200808 ptr8 = (uint8_t *) msgb_put(msg, 3);
Daniel Willmanneea93372009-08-13 03:42:07 +0200809 ptr8[0] = GSM48_IE_NAME_SHORT;
810 ptr8[1] = name_len +1;
811 ptr8[2] = 0x80 | name_pad; /* Cell Broadcast DCS, no CI */
812
813 ptr8 = msgb_put(msg, name_len);
Harald Welte5468f762015-01-01 12:41:17 +0100814 gsm_7bit_encode_n(ptr8, name_len, net->name_short, NULL);
Daniel Willmanneea93372009-08-13 03:42:07 +0200815
Harald Weltedb253af2008-12-30 17:56:55 +0000816 }
817
Harald Weltedb253af2008-12-30 17:56:55 +0000818 /* Section 10.5.3.9 */
819 cur_t = time(NULL);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100820 gmt_time = gmtime(&cur_t);
821
Harald Weltedb253af2008-12-30 17:56:55 +0000822 ptr8 = msgb_put(msg, 8);
823 ptr8[0] = GSM48_IE_NET_TIME_TZ;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100824 ptr8[1] = bcdify(gmt_time->tm_year % 100);
825 ptr8[2] = bcdify(gmt_time->tm_mon + 1);
826 ptr8[3] = bcdify(gmt_time->tm_mday);
827 ptr8[4] = bcdify(gmt_time->tm_hour);
828 ptr8[5] = bcdify(gmt_time->tm_min);
829 ptr8[6] = bcdify(gmt_time->tm_sec);
830
Harald Welte45f91712012-07-08 16:48:11 +0200831 if (bts->tz.override) {
832 /* Convert tz.hr and tz.mn to units */
833 if (bts->tz.hr < 0) {
834 tzunits = ((bts->tz.hr/-1)*4);
835 tzunits = tzunits + (bts->tz.mn/15);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100836 ptr8[7] = bcdify(tzunits);
837 /* Set negative time */
838 ptr8[7] |= 0x08;
839 }
840 else {
Harald Welte45f91712012-07-08 16:48:11 +0200841 tzunits = bts->tz.hr*4;
842 tzunits = tzunits + (bts->tz.mn/15);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100843 ptr8[7] = bcdify(tzunits);
844 }
Jacob Erlbeckf46e2262014-01-07 15:05:16 +0100845 /* Convert DST value */
846 if (bts->tz.dst >= 0 && bts->tz.dst <= 2)
847 dst = bts->tz.dst;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100848 }
849 else {
850 /* Need to get GSM offset and convert into 15 min units */
851 /* This probably breaks if gmtoff returns a value not evenly divisible by 15? */
852 local_time = localtime(&cur_t);
Harald Welte9c3dc902012-04-08 16:59:24 +0200853#ifdef HAVE_TM_GMTOFF_IN_TM
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100854 tzunits = (local_time->tm_gmtoff/60)/15;
Harald Welte9c3dc902012-04-08 16:59:24 +0200855#else
856#warning find a portable way to obtain the timezone offset
857 tzunits = 0;
858#endif
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100859 if (tzunits < 0) {
860 tzunits = tzunits/-1;
861 ptr8[7] = bcdify(tzunits);
862 /* Flip it to negative */
863 ptr8[7] |= 0x08;
864 }
865 else
866 ptr8[7] = bcdify(tzunits);
Jacob Erlbeckf46e2262014-01-07 15:05:16 +0100867
868 /* Does not support DST +2 */
869 if (local_time->tm_isdst)
870 dst = 1;
871 }
872
873 if (dst) {
874 ptr8 = msgb_put(msg, 3);
875 ptr8[0] = GSM48_IE_NET_DST;
876 ptr8[1] = 1;
877 ptr8[2] = dst;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100878 }
Harald Weltedb253af2008-12-30 17:56:55 +0000879
Daniel Willmanneea93372009-08-13 03:42:07 +0200880 DEBUGP(DMM, "-> MM INFO\n");
881
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800882 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Weltedb253af2008-12-30 17:56:55 +0000883}
884
Harald Welte7984d5c2009-08-12 22:56:50 +0200885/* Section 9.2.2 */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200886int gsm48_tx_mm_auth_req(struct gsm_subscriber_connection *conn, uint8_t *rand, int key_seq)
Harald Welte7984d5c2009-08-12 22:56:50 +0200887{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100888 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 AUTH REQ");
Harald Welte7984d5c2009-08-12 22:56:50 +0200889 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Sylvain Munaut849f5542009-09-27 11:10:17 +0200890 struct gsm48_auth_req *ar = (struct gsm48_auth_req *) msgb_put(msg, sizeof(*ar));
Harald Welte7984d5c2009-08-12 22:56:50 +0200891
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +0200892 DEBUGP(DMM, "-> AUTH REQ (rand = %s)\n", osmo_hexdump(rand, 16));
Harald Welte7984d5c2009-08-12 22:56:50 +0200893
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800894 msg->lchan = conn->lchan;
Harald Welte7984d5c2009-08-12 22:56:50 +0200895 gh->proto_discr = GSM48_PDISC_MM;
896 gh->msg_type = GSM48_MT_MM_AUTH_REQ;
897
Sylvain Munautbd55a6d2009-12-24 00:23:46 +0100898 ar->key_seq = key_seq;
Sylvain Munaut849f5542009-09-27 11:10:17 +0200899
Harald Welte7984d5c2009-08-12 22:56:50 +0200900 /* 16 bytes RAND parameters */
Harald Welte7984d5c2009-08-12 22:56:50 +0200901 if (rand)
Sylvain Munaut849f5542009-09-27 11:10:17 +0200902 memcpy(ar->rand, rand, 16);
Harald Welte7984d5c2009-08-12 22:56:50 +0200903
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800904 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte7984d5c2009-08-12 22:56:50 +0200905}
906
907/* Section 9.2.1 */
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800908int gsm48_tx_mm_auth_rej(struct gsm_subscriber_connection *conn)
Harald Welte7984d5c2009-08-12 22:56:50 +0200909{
910 DEBUGP(DMM, "-> AUTH REJECT\n");
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800911 return gsm48_tx_simple(conn, GSM48_PDISC_MM, GSM48_MT_MM_AUTH_REJ);
Harald Welte7984d5c2009-08-12 22:56:50 +0200912}
913
Holger Hans Peter Freyther2147bc42013-12-27 17:19:19 +0100914/*
915 * At the 30C3 phones miss their periodic update
916 * interval a lot and then remain unreachable. In case
917 * we still know the TMSI we can just attach it again.
918 */
919static void implit_attach(struct gsm_subscriber_connection *conn)
920{
921 if (conn->subscr->lac != GSM_LAC_RESERVED_DETACHED)
922 return;
923
924 subscr_update(conn->subscr, conn->bts,
925 GSM_SUBSCRIBER_UPDATE_ATTACHED);
926}
927
928
Sylvain Munautba87f452009-12-24 00:28:46 +0100929static int _gsm48_rx_mm_serv_req_sec_cb(
930 unsigned int hooknum, unsigned int event,
931 struct msgb *msg, void *data, void *param)
932{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800933 struct gsm_subscriber_connection *conn = data;
Sylvain Munautba87f452009-12-24 00:28:46 +0100934 int rc = 0;
935
Holger Hans Peter Freythere7bd8632013-06-30 15:30:47 +0200936 /* auth failed or succeeded, the timer was stopped */
937 conn->expire_timer_stopped = 1;
938
Sylvain Munautba87f452009-12-24 00:28:46 +0100939 switch (event) {
940 case GSM_SECURITY_AUTH_FAILED:
941 /* Nothing to do */
942 break;
943
944 case GSM_SECURITY_NOAVAIL:
Andreas Eversberg641475c2013-07-10 08:58:03 +0200945 case GSM_SECURITY_ALREADY:
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800946 rc = gsm48_tx_mm_serv_ack(conn);
Holger Hans Peter Freyther2147bc42013-12-27 17:19:19 +0100947 implit_attach(conn);
Sylvain Munautba87f452009-12-24 00:28:46 +0100948 break;
949
950 case GSM_SECURITY_SUCCEEDED:
951 /* nothing to do. CIPHER MODE COMMAND is
952 * implicit CM SERV ACK */
Holger Hans Peter Freyther2147bc42013-12-27 17:19:19 +0100953 implit_attach(conn);
Sylvain Munautba87f452009-12-24 00:28:46 +0100954 break;
955
956 default:
957 rc = -EINVAL;
958 };
959
960 return rc;
961}
962
Harald Welte4ed0e922009-01-10 03:17:30 +0000963/*
964 * Handle CM Service Requests
965 * a) Verify that the packet is long enough to contain the information
966 * we require otherwsie reject with INCORRECT_MESSAGE
967 * b) Try to parse the TMSI. If we do not have one reject
968 * c) Check that we know the subscriber with the TMSI otherwise reject
969 * with a HLR cause
970 * d) Set the subscriber on the gsm_lchan and accept
971 */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800972static int gsm48_rx_mm_serv_req(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte4b634542008-12-27 01:55:51 +0000973{
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200974 uint8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200975 char mi_string[GSM48_MI_SIZE];
Harald Welte4b634542008-12-27 01:55:51 +0000976
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800977 struct gsm_bts *bts = conn->bts;
Harald Welteba4cf162009-01-10 01:49:35 +0000978 struct gsm_subscriber *subscr;
979 struct gsm48_hdr *gh = msgb_l3(msg);
980 struct gsm48_service_request *req =
981 (struct gsm48_service_request *)gh->data;
Holger Hans Peter Freyther5d658062010-05-14 08:02:08 +0800982 /* unfortunately in Phase1 the classmark2 length is variable */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200983 uint8_t classmark2_len = gh->data[1];
984 uint8_t *classmark2 = gh->data+2;
985 uint8_t mi_len = *(classmark2 + classmark2_len);
986 uint8_t *mi = (classmark2 + classmark2_len + 1);
Harald Welteba4cf162009-01-10 01:49:35 +0000987
Harald Weltec9e02182009-05-01 19:07:53 +0000988 DEBUGP(DMM, "<- CM SERVICE REQUEST ");
Harald Welteba4cf162009-01-10 01:49:35 +0000989 if (msg->data_len < sizeof(struct gsm48_service_request*)) {
Harald Weltec9e02182009-05-01 19:07:53 +0000990 DEBUGPC(DMM, "wrong sized message\n");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800991 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000992 GSM48_REJECT_INCORRECT_MESSAGE);
993 }
994
995 if (msg->data_len < req->mi_len + 6) {
Harald Weltec9e02182009-05-01 19:07:53 +0000996 DEBUGPC(DMM, "does not fit in packet\n");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800997 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000998 GSM48_REJECT_INCORRECT_MESSAGE);
999 }
1000
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +02001001 gsm48_mi_to_string(mi_string, sizeof(mi_string), mi, mi_len);
Harald Weltec9e02182009-05-01 19:07:53 +00001002 mi_type = mi[0] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +02001003
1004 if (mi_type == GSM_MI_TYPE_IMSI) {
Harald Welteb9845f92015-08-16 18:07:48 +02001005 DEBUGPC(DMM, "serv_type=0x%02x MI(%s)=%s\n",
1006 req->cm_service_type, gsm48_mi_type_name(mi_type),
1007 mi_string);
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +02001008 subscr = subscr_get_by_imsi(bts->network->subscr_group,
1009 mi_string);
1010 } else if (mi_type == GSM_MI_TYPE_TMSI) {
Harald Welteb9845f92015-08-16 18:07:48 +02001011 DEBUGPC(DMM, "serv_type=0x%02x MI(%s)=%s\n",
1012 req->cm_service_type, gsm48_mi_type_name(mi_type),
1013 mi_string);
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +02001014 subscr = subscr_get_by_tmsi(bts->network->subscr_group,
1015 tmsi_from_string(mi_string));
1016 } else {
1017 DEBUGPC(DMM, "mi_type is not expected: %d\n", mi_type);
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001018 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +00001019 GSM48_REJECT_INCORRECT_MESSAGE);
1020 }
1021
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +02001022 osmo_signal_dispatch(SS_SUBSCR, S_SUBSCR_IDENTITY, (classmark2 + classmark2_len));
Harald Welte7659de12009-12-13 12:39:18 +01001023
Harald Welte3ac7f102009-08-10 10:12:45 +02001024 if (is_siemens_bts(bts))
1025 send_siemens_mrpci(msg->lchan, classmark2-1);
1026
Holger Freythereb443982009-06-04 13:58:42 +00001027
Harald Welte2a139372009-02-22 21:14:55 +00001028 /* FIXME: if we don't know the TMSI, inquire abit IMSI and allocate new TMSI */
Harald Welte4ed0e922009-01-10 03:17:30 +00001029 if (!subscr)
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001030 return gsm48_tx_mm_serv_rej(conn,
Holger Hans Peter Freyther5f8a0c52015-07-13 14:28:29 +02001031 GSM48_REJECT_IMSI_UNKNOWN_IN_VLR);
Harald Welte4ed0e922009-01-10 03:17:30 +00001032
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001033 if (!conn->subscr)
1034 conn->subscr = subscr;
1035 else if (conn->subscr == subscr)
Sylvain Munautea3f6742009-12-18 18:28:10 +01001036 subscr_put(subscr); /* lchan already has a ref, don't need another one */
1037 else {
Harald Welte9bb7c702009-01-10 03:21:41 +00001038 DEBUGP(DMM, "<- CM Channel already owned by someone else?\n");
1039 subscr_put(subscr);
1040 }
1041
Harald Weltec2e302d2009-07-05 14:08:13 +02001042 subscr->equipment.classmark2_len = classmark2_len;
1043 memcpy(subscr->equipment.classmark2, classmark2, classmark2_len);
1044 db_sync_equipment(&subscr->equipment);
Harald Weltef7c43522009-06-09 20:24:21 +00001045
Holger Hans Peter Freythere7bd8632013-06-30 15:30:47 +02001046 /* we will send a MM message soon */
1047 conn->expire_timer_stopped = 1;
1048
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001049 return gsm48_secure_channel(conn, req->cipher_key_seq,
Sylvain Munautba87f452009-12-24 00:28:46 +01001050 _gsm48_rx_mm_serv_req_sec_cb, NULL);
Harald Welte4b634542008-12-27 01:55:51 +00001051}
1052
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001053static int gsm48_rx_mm_imsi_detach_ind(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte2a139372009-02-22 21:14:55 +00001054{
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001055 struct gsm_bts *bts = conn->bts;
Harald Welte2a139372009-02-22 21:14:55 +00001056 struct gsm48_hdr *gh = msgb_l3(msg);
1057 struct gsm48_imsi_detach_ind *idi =
1058 (struct gsm48_imsi_detach_ind *) gh->data;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001059 uint8_t mi_type = idi->mi[0] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001060 char mi_string[GSM48_MI_SIZE];
Harald Welte4bfdfe72009-06-10 23:11:52 +08001061 struct gsm_subscriber *subscr = NULL;
Harald Welte2a139372009-02-22 21:14:55 +00001062
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001063 gsm48_mi_to_string(mi_string, sizeof(mi_string), idi->mi, idi->mi_len);
Harald Welteb9845f92015-08-16 18:07:48 +02001064 DEBUGP(DMM, "IMSI DETACH INDICATION: MI(%s)=%s",
1065 gsm48_mi_type_name(mi_type), mi_string);
Harald Welte2a139372009-02-22 21:14:55 +00001066
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02001067 osmo_counter_inc(bts->network->stats.loc_upd_type.detach);
Harald Welte24ff6ee2009-12-22 00:41:05 +01001068
Harald Welte2a139372009-02-22 21:14:55 +00001069 switch (mi_type) {
1070 case GSM_MI_TYPE_TMSI:
Daniel Willmann977cd132012-12-28 19:29:44 +01001071 DEBUGPC(DMM, "\n");
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001072 subscr = subscr_get_by_tmsi(bts->network->subscr_group,
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +02001073 tmsi_from_string(mi_string));
Harald Welte2a139372009-02-22 21:14:55 +00001074 break;
1075 case GSM_MI_TYPE_IMSI:
Daniel Willmann977cd132012-12-28 19:29:44 +01001076 DEBUGPC(DMM, "\n");
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001077 subscr = subscr_get_by_imsi(bts->network->subscr_group,
1078 mi_string);
Harald Welte2a139372009-02-22 21:14:55 +00001079 break;
1080 case GSM_MI_TYPE_IMEI:
1081 case GSM_MI_TYPE_IMEISV:
1082 /* no sim card... FIXME: what to do ? */
Daniel Willmann977cd132012-12-28 19:29:44 +01001083 DEBUGPC(DMM, ": unimplemented mobile identity type\n");
Harald Welte2a139372009-02-22 21:14:55 +00001084 break;
1085 default:
Daniel Willmann977cd132012-12-28 19:29:44 +01001086 DEBUGPC(DMM, ": unknown mobile identity type\n");
Harald Welte2a139372009-02-22 21:14:55 +00001087 break;
1088 }
1089
Holger Freyther4a49e772009-04-12 05:37:29 +00001090 if (subscr) {
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001091 subscr_update(subscr, bts,
Holger Freyther4a49e772009-04-12 05:37:29 +00001092 GSM_SUBSCRIBER_UPDATE_DETACHED);
Harald Welte2e6d4682009-12-24 14:50:24 +01001093 DEBUGP(DMM, "Subscriber: %s\n", subscr_name(subscr));
Harald Welte (local)ee4410a2009-08-17 09:39:55 +02001094
1095 subscr->equipment.classmark1 = idi->classmark1;
1096 db_sync_equipment(&subscr->equipment);
1097
Holger Freytherc21cfbc2009-06-02 02:54:57 +00001098 subscr_put(subscr);
Holger Freyther4a49e772009-04-12 05:37:29 +00001099 } else
Harald Welte2a139372009-02-22 21:14:55 +00001100 DEBUGP(DMM, "Unknown Subscriber ?!?\n");
1101
Harald Welte31981a02009-12-20 09:58:40 +01001102 /* FIXME: iterate over all transactions and release them,
1103 * imagine an IMSI DETACH happening during an active call! */
1104
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001105 release_anchor(conn);
Harald Welte2a139372009-02-22 21:14:55 +00001106 return 0;
1107}
1108
Harald Welted2a7f5a2009-06-05 20:08:20 +00001109static int gsm48_rx_mm_status(struct msgb *msg)
1110{
1111 struct gsm48_hdr *gh = msgb_l3(msg);
1112
1113 DEBUGP(DMM, "MM STATUS (reject cause 0x%02x)\n", gh->data[0]);
1114
1115 return 0;
1116}
1117
Sylvain Munaut30a15382009-12-24 00:27:26 +01001118/* Chapter 9.2.3: Authentication Response */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001119static int gsm48_rx_mm_auth_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Sylvain Munaut30a15382009-12-24 00:27:26 +01001120{
1121 struct gsm48_hdr *gh = msgb_l3(msg);
1122 struct gsm48_auth_resp *ar = (struct gsm48_auth_resp*) gh->data;
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +08001123 struct gsm_network *net = conn->bts->network;
Sylvain Munaut30a15382009-12-24 00:27:26 +01001124
Sylvain Munautc593cf12010-06-10 23:51:41 +02001125 DEBUGP(DMM, "MM AUTHENTICATION RESPONSE (sres = %s): ",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02001126 osmo_hexdump(ar->sres, 4));
Sylvain Munaut30a15382009-12-24 00:27:26 +01001127
1128 /* Safety check */
1129 if (!conn->sec_operation) {
1130 DEBUGP(DMM, "No authentication/cipher operation in progress !!!\n");
1131 return -EIO;
1132 }
1133
1134 /* Validate SRES */
Harald Welte121e9a42016-04-20 13:13:19 +02001135 if (memcmp(conn->sec_operation->atuple.vec.sres, ar->sres,4)) {
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +01001136 int rc;
Sylvain Munaut30a15382009-12-24 00:27:26 +01001137 gsm_cbfn *cb = conn->sec_operation->cb;
Sylvain Munautc593cf12010-06-10 23:51:41 +02001138
1139 DEBUGPC(DMM, "Invalid (expected %s)\n",
Harald Welte121e9a42016-04-20 13:13:19 +02001140 osmo_hexdump(conn->sec_operation->atuple.vec.sres, 4));
Sylvain Munautc593cf12010-06-10 23:51:41 +02001141
Sylvain Munaut30a15382009-12-24 00:27:26 +01001142 if (cb)
1143 cb(GSM_HOOK_RR_SECURITY, GSM_SECURITY_AUTH_FAILED,
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +08001144 NULL, conn, conn->sec_operation->cb_data);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001145
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +01001146 rc = gsm48_tx_mm_auth_rej(conn);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001147 release_security_operation(conn);
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +01001148 return rc;
Sylvain Munaut30a15382009-12-24 00:27:26 +01001149 }
1150
Sylvain Munautc593cf12010-06-10 23:51:41 +02001151 DEBUGPC(DMM, "OK\n");
1152
Sylvain Munaut30a15382009-12-24 00:27:26 +01001153 /* Start ciphering */
Sylvain Munaut67706df2010-11-29 08:19:04 +01001154 return gsm0808_cipher_mode(conn, net->a5_encryption,
Harald Welte121e9a42016-04-20 13:13:19 +02001155 conn->sec_operation->atuple.vec.kc, 8, 0);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001156}
1157
Harald Weltebf5e8df2009-02-03 12:59:45 +00001158/* Receive a GSM 04.08 Mobility Management (MM) message */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001159static int gsm0408_rcv_mm(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00001160{
1161 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001162 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +00001163
Neels Hofmeyr531734a2016-03-14 16:13:24 +01001164 switch (gsm48_hdr_msg_type(gh)) {
Harald Welte52b1f982008-12-23 20:25:15 +00001165 case GSM48_MT_MM_LOC_UPD_REQUEST:
Harald Weltea0368542009-06-27 02:58:43 +02001166 DEBUGP(DMM, "LOCATION UPDATING REQUEST: ");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001167 rc = mm_rx_loc_upd_req(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00001168 break;
1169 case GSM48_MT_MM_ID_RESP:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001170 rc = mm_rx_id_resp(conn, msg);
Harald Welte231ad4f2008-12-27 11:15:38 +00001171 break;
Harald Welte52b1f982008-12-23 20:25:15 +00001172 case GSM48_MT_MM_CM_SERV_REQ:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001173 rc = gsm48_rx_mm_serv_req(conn, msg);
Harald Welte4b634542008-12-27 01:55:51 +00001174 break;
Harald Welte231ad4f2008-12-27 11:15:38 +00001175 case GSM48_MT_MM_STATUS:
Harald Welted2a7f5a2009-06-05 20:08:20 +00001176 rc = gsm48_rx_mm_status(msg);
Harald Welte231ad4f2008-12-27 11:15:38 +00001177 break;
Harald Welte231ad4f2008-12-27 11:15:38 +00001178 case GSM48_MT_MM_TMSI_REALL_COMPL:
Harald Welte69b2af22009-01-06 19:47:00 +00001179 DEBUGP(DMM, "TMSI Reallocation Completed. Subscriber: %s\n",
Harald Welte7184bd02015-12-28 14:04:36 +01001180 subscr_name(conn->subscr));
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +01001181 release_loc_updating_req(conn, 1);
Harald Welte69b2af22009-01-06 19:47:00 +00001182 break;
Harald Welte231ad4f2008-12-27 11:15:38 +00001183 case GSM48_MT_MM_IMSI_DETACH_IND:
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001184 rc = gsm48_rx_mm_imsi_detach_ind(conn, msg);
Harald Welte2a139372009-02-22 21:14:55 +00001185 break;
1186 case GSM48_MT_MM_CM_REEST_REQ:
1187 DEBUGP(DMM, "CM REESTABLISH REQUEST: Not implemented\n");
1188 break;
1189 case GSM48_MT_MM_AUTH_RESP:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001190 rc = gsm48_rx_mm_auth_resp(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00001191 break;
1192 default:
Harald Welte5d24ba12009-12-24 12:13:17 +01001193 LOGP(DMM, LOGL_NOTICE, "Unknown GSM 04.08 MM msg type 0x%02x\n",
Harald Welte52b1f982008-12-23 20:25:15 +00001194 gh->msg_type);
1195 break;
1196 }
1197
1198 return rc;
1199}
Harald Weltebf5e8df2009-02-03 12:59:45 +00001200
Harald Welte2d35ae62009-02-06 12:02:13 +00001201/* Receive a PAGING RESPONSE message from the MS */
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001202static int gsm48_rx_rr_pag_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte2d35ae62009-02-06 12:02:13 +00001203{
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001204 struct gsm_bts *bts = conn->bts;
Harald Welte2d35ae62009-02-06 12:02:13 +00001205 struct gsm48_hdr *gh = msgb_l3(msg);
Holger Hans Peter Freytherf6903de2010-05-16 01:51:14 +08001206 struct gsm48_pag_resp *resp;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001207 uint8_t *classmark2_lv = gh->data + 1;
1208 uint8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001209 char mi_string[GSM48_MI_SIZE];
Harald Welte4bfdfe72009-06-10 23:11:52 +08001210 struct gsm_subscriber *subscr = NULL;
Harald Welte2d35ae62009-02-06 12:02:13 +00001211 int rc = 0;
1212
Holger Hans Peter Freytherf6903de2010-05-16 01:51:14 +08001213 resp = (struct gsm48_pag_resp *) &gh->data[0];
1214 gsm48_paging_extract_mi(resp, msgb_l3len(msg) - sizeof(*gh),
1215 mi_string, &mi_type);
Harald Welteb9845f92015-08-16 18:07:48 +02001216 DEBUGP(DRR, "PAGING RESPONSE: MI(%s)=%s\n",
1217 gsm48_mi_type_name(mi_type), mi_string);
Harald Welte3ac7f102009-08-10 10:12:45 +02001218
Harald Weltefe18d8f2009-02-22 21:14:24 +00001219 switch (mi_type) {
1220 case GSM_MI_TYPE_TMSI:
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001221 subscr = subscr_get_by_tmsi(bts->network->subscr_group,
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +02001222 tmsi_from_string(mi_string));
Harald Weltefe18d8f2009-02-22 21:14:24 +00001223 break;
1224 case GSM_MI_TYPE_IMSI:
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001225 subscr = subscr_get_by_imsi(bts->network->subscr_group,
1226 mi_string);
Harald Weltefe18d8f2009-02-22 21:14:24 +00001227 break;
1228 }
Harald Welte2d35ae62009-02-06 12:02:13 +00001229
1230 if (!subscr) {
1231 DEBUGP(DRR, "<- Can't find any subscriber for this ID\n");
Harald Welte09e38af2009-02-16 22:52:23 +00001232 /* FIXME: request id? close channel? */
Harald Welte2d35ae62009-02-06 12:02:13 +00001233 return -EINVAL;
1234 }
Holger Hans Peter Freytherb7ccac42014-12-28 15:00:36 +01001235 log_set_context(BSC_CTX_SUBSCR, subscr);
Harald Welte2d35ae62009-02-06 12:02:13 +00001236 DEBUGP(DRR, "<- Channel was requested by %s\n",
Harald Welte76042182009-08-08 16:03:15 +02001237 subscr->name && strlen(subscr->name) ? subscr->name : subscr->imsi);
Holger Freyther053e09d2009-02-14 22:51:06 +00001238
Harald Weltec2e302d2009-07-05 14:08:13 +02001239 subscr->equipment.classmark2_len = *classmark2_lv;
1240 memcpy(subscr->equipment.classmark2, classmark2_lv+1, *classmark2_lv);
1241 db_sync_equipment(&subscr->equipment);
Harald Weltef7c43522009-06-09 20:24:21 +00001242
Holger Hans Peter Freythere7bd8632013-06-30 15:30:47 +02001243 /* We received a paging */
1244 conn->expire_timer_stopped = 1;
1245
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001246 rc = gsm48_handle_paging_resp(conn, msg, subscr);
Harald Welte2d35ae62009-02-06 12:02:13 +00001247 return rc;
1248}
1249
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001250static int gsm48_rx_rr_app_info(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001251{
1252 struct gsm48_hdr *gh = msgb_l3(msg);
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001253 uint8_t apdu_id_flags;
1254 uint8_t apdu_len;
1255 uint8_t *apdu_data;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001256
1257 apdu_id_flags = gh->data[0];
1258 apdu_len = gh->data[1];
1259 apdu_data = gh->data+2;
1260
Harald Welte70f92052012-07-16 13:22:19 +02001261 DEBUGP(DRR, "RX APPLICATION INFO id/flags=0x%02x apdu_len=%u apdu=%s",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02001262 apdu_id_flags, apdu_len, osmo_hexdump(apdu_data, apdu_len));
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001263
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001264 return db_apdu_blob_store(conn->subscr, apdu_id_flags, apdu_len, apdu_data);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001265}
1266
Harald Weltebf5e8df2009-02-03 12:59:45 +00001267/* Receive a GSM 04.08 Radio Resource (RR) message */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001268static int gsm0408_rcv_rr(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00001269{
1270 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte2d35ae62009-02-06 12:02:13 +00001271 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +00001272
1273 switch (gh->msg_type) {
Harald Welte52b1f982008-12-23 20:25:15 +00001274 case GSM48_MT_RR_PAG_RESP:
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001275 rc = gsm48_rx_rr_pag_resp(conn, msg);
Harald Welte2d35ae62009-02-06 12:02:13 +00001276 break;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001277 case GSM48_MT_RR_APP_INFO:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001278 rc = gsm48_rx_rr_app_info(conn, msg);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001279 break;
Harald Welte52b1f982008-12-23 20:25:15 +00001280 default:
Harald Weltecf149ee2012-01-23 16:40:24 +01001281 LOGP(DRR, LOGL_NOTICE, "MSC: Unimplemented "
Harald Welte5d24ba12009-12-24 12:13:17 +01001282 "GSM 04.08 RR msg type 0x%02x\n", gh->msg_type);
Harald Welte52b1f982008-12-23 20:25:15 +00001283 break;
1284 }
1285
Harald Welte2d35ae62009-02-06 12:02:13 +00001286 return rc;
Harald Welte52b1f982008-12-23 20:25:15 +00001287}
1288
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001289int gsm48_send_rr_app_info(struct gsm_subscriber_connection *conn, uint8_t apdu_id,
1290 uint8_t apdu_len, const uint8_t *apdu)
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001291{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001292 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 APP INF");
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001293 struct gsm48_hdr *gh;
1294
Holger Hans Peter Freyther9ce1b272010-06-16 13:52:55 +08001295 msg->lchan = conn->lchan;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001296
1297 DEBUGP(DRR, "TX APPLICATION INFO id=0x%02x, len=%u\n",
1298 apdu_id, apdu_len);
1299
1300 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 2 + apdu_len);
1301 gh->proto_discr = GSM48_PDISC_RR;
1302 gh->msg_type = GSM48_MT_RR_APP_INFO;
1303 gh->data[0] = apdu_id;
1304 gh->data[1] = apdu_len;
1305 memcpy(gh->data+2, apdu, apdu_len);
1306
Holger Hans Peter Freyther9ce1b272010-06-16 13:52:55 +08001307 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001308}
1309
Harald Welte4bc90a12008-12-27 16:32:52 +00001310/* Call Control */
1311
Harald Welte7584aea2009-02-11 11:44:12 +00001312/* The entire call control code is written in accordance with Figure 7.10c
1313 * for 'very early assignment', i.e. we allocate a TCH/F during IMMEDIATE
1314 * ASSIGN, then first use that TCH/F for signalling and later MODE MODIFY
1315 * it for voice */
1316
Harald Welte4bfdfe72009-06-10 23:11:52 +08001317static void new_cc_state(struct gsm_trans *trans, int state)
1318{
1319 if (state > 31 || state < 0)
1320 return;
1321
1322 DEBUGP(DCC, "new state %s -> %s\n",
Harald Weltee95daf192010-03-25 12:13:02 +08001323 gsm48_cc_state_name(trans->cc.state),
1324 gsm48_cc_state_name(state));
Harald Welte4bfdfe72009-06-10 23:11:52 +08001325
Harald Weltedcaf5652009-07-23 18:56:43 +02001326 trans->cc.state = state;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001327}
1328
1329static int gsm48_cc_tx_status(struct gsm_trans *trans, void *arg)
Harald Welte4bc90a12008-12-27 16:32:52 +00001330{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001331 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC STATUS");
Harald Welte4bc90a12008-12-27 16:32:52 +00001332 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001333 uint8_t *cause, *call_state;
Harald Welte4bc90a12008-12-27 16:32:52 +00001334
Harald Welte4bc90a12008-12-27 16:32:52 +00001335 gh->msg_type = GSM48_MT_CC_STATUS;
1336
1337 cause = msgb_put(msg, 3);
1338 cause[0] = 2;
1339 cause[1] = GSM48_CAUSE_CS_GSM | GSM48_CAUSE_LOC_USER;
1340 cause[2] = 0x80 | 30; /* response to status inquiry */
1341
1342 call_state = msgb_put(msg, 1);
1343 call_state[0] = 0xc0 | 0x00;
1344
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08001345 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bc90a12008-12-27 16:32:52 +00001346}
1347
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001348static int gsm48_tx_simple(struct gsm_subscriber_connection *conn,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001349 uint8_t pdisc, uint8_t msg_type)
Harald Welte4bc90a12008-12-27 16:32:52 +00001350{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001351 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 TX SIMPLE");
Harald Welte4bc90a12008-12-27 16:32:52 +00001352 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1353
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001354 msg->lchan = conn->lchan;
Harald Welte4bc90a12008-12-27 16:32:52 +00001355
Harald Welte6f4b7532008-12-29 00:39:37 +00001356 gh->proto_discr = pdisc;
Harald Welte4bc90a12008-12-27 16:32:52 +00001357 gh->msg_type = msg_type;
1358
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001359 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte4bc90a12008-12-27 16:32:52 +00001360}
1361
Harald Welte4bfdfe72009-06-10 23:11:52 +08001362static void gsm48_stop_cc_timer(struct gsm_trans *trans)
1363{
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001364 if (osmo_timer_pending(&trans->cc.timer)) {
Harald Weltedcaf5652009-07-23 18:56:43 +02001365 DEBUGP(DCC, "stopping pending timer T%x\n", trans->cc.Tcurrent);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001366 osmo_timer_del(&trans->cc.timer);
Harald Weltedcaf5652009-07-23 18:56:43 +02001367 trans->cc.Tcurrent = 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001368 }
1369}
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001370
Harald Welte4bfdfe72009-06-10 23:11:52 +08001371static int mncc_recvmsg(struct gsm_network *net, struct gsm_trans *trans,
1372 int msg_type, struct gsm_mncc *mncc)
1373{
1374 struct msgb *msg;
Harald Welte04dc88f2010-12-22 21:45:05 +01001375 unsigned char *data;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001376
1377 if (trans)
Harald Welteb854b292010-12-26 19:06:37 +01001378 if (trans->conn && trans->conn->lchan)
Harald Welte6f5aee02009-07-23 21:21:14 +02001379 DEBUGP(DCC, "(bts %d trx %d ts %d ti %x sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08001380 "Sending '%s' to MNCC.\n",
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001381 trans->conn->lchan->ts->trx->bts->nr,
1382 trans->conn->lchan->ts->trx->nr,
1383 trans->conn->lchan->ts->nr, trans->transaction_id,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001384 (trans->subscr)?(trans->subscr->extension):"-",
1385 get_mncc_name(msg_type));
1386 else
1387 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
1388 "Sending '%s' to MNCC.\n",
1389 (trans->subscr)?(trans->subscr->extension):"-",
1390 get_mncc_name(msg_type));
1391 else
1392 DEBUGP(DCC, "(bts - trx - ts - ti -- sub -) "
1393 "Sending '%s' to MNCC.\n", get_mncc_name(msg_type));
1394
1395 mncc->msg_type = msg_type;
1396
Harald Welte966636f2009-06-26 19:39:35 +02001397 msg = msgb_alloc(sizeof(struct gsm_mncc), "MNCC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08001398 if (!msg)
1399 return -ENOMEM;
Harald Welte04dc88f2010-12-22 21:45:05 +01001400
1401 data = msgb_put(msg, sizeof(struct gsm_mncc));
1402 memcpy(data, mncc, sizeof(struct gsm_mncc));
1403
Harald Welte54209c22010-12-22 23:43:29 +01001404 cc_tx_to_mncc(net, msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001405
1406 return 0;
1407}
1408
1409int mncc_release_ind(struct gsm_network *net, struct gsm_trans *trans,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001410 uint32_t callref, int location, int value)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001411{
1412 struct gsm_mncc rel;
1413
Harald Welte92f70c52009-06-12 01:54:08 +08001414 memset(&rel, 0, sizeof(rel));
Harald Welte4bfdfe72009-06-10 23:11:52 +08001415 rel.callref = callref;
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001416 mncc_set_cause(&rel, location, value);
Andreas Eversberg15907272013-01-25 08:38:29 +01001417 if (trans && trans->cc.state == GSM_CSTATE_RELEASE_REQ)
1418 return mncc_recvmsg(net, trans, MNCC_REL_CNF, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001419 return mncc_recvmsg(net, trans, MNCC_REL_IND, &rel);
1420}
1421
Harald Weltedcaf5652009-07-23 18:56:43 +02001422/* Call Control Specific transaction release.
1423 * gets called by trans_free, DO NOT CALL YOURSELF! */
1424void _gsm48_cc_trans_free(struct gsm_trans *trans)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001425{
Harald Welte4bfdfe72009-06-10 23:11:52 +08001426 gsm48_stop_cc_timer(trans);
1427
1428 /* send release to L4, if callref still exists */
1429 if (trans->callref) {
1430 /* Ressource unavailable */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001431 mncc_release_ind(trans->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001432 GSM48_CAUSE_LOC_PRN_S_LU,
1433 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001434 }
Harald Weltedcaf5652009-07-23 18:56:43 +02001435 if (trans->cc.state != GSM_CSTATE_NULL)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001436 new_cc_state(trans, GSM_CSTATE_NULL);
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001437 if (trans->conn)
1438 trau_mux_unmap(&trans->conn->lchan->ts->e1_link, trans->callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001439}
1440
1441static int gsm48_cc_tx_setup(struct gsm_trans *trans, void *arg);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001442
Harald Welte09e38af2009-02-16 22:52:23 +00001443/* call-back from paging the B-end of the connection */
1444static int setup_trig_pag_evt(unsigned int hooknum, unsigned int event,
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001445 struct msgb *msg, void *_conn, void *_transt)
Harald Welte09e38af2009-02-16 22:52:23 +00001446{
Holger Hans Peter Freyther86481c22010-06-17 15:05:57 +08001447 struct gsm_subscriber_connection *conn = _conn;
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001448 struct gsm_trans *transt = _transt;
Harald Weltec05677b2009-06-26 20:17:06 +02001449
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001450 OSMO_ASSERT(!transt->conn);
Harald Welte7584aea2009-02-11 11:44:12 +00001451
Harald Welte4bfdfe72009-06-10 23:11:52 +08001452 /* check all tranactions (without lchan) for subscriber */
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001453 switch (event) {
1454 case GSM_PAGING_SUCCEEDED:
1455 DEBUGP(DCC, "Paging subscr %s succeeded!\n", transt->subscr->extension);
Ivan Kluchnikov5fd0c642015-05-26 13:36:58 +03001456 OSMO_ASSERT(conn);
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001457 /* Assign lchan */
1458 transt->conn = conn;
1459 /* send SETUP request to called party */
1460 gsm48_cc_tx_setup(transt, &transt->cc.msg);
1461 break;
1462 case GSM_PAGING_EXPIRED:
1463 case GSM_PAGING_BUSY:
1464 DEBUGP(DCC, "Paging subscr %s expired!\n",
1465 transt->subscr->extension);
1466 /* Temporarily out of order */
1467 mncc_release_ind(transt->net, transt,
1468 transt->callref,
1469 GSM48_CAUSE_LOC_PRN_S_LU,
1470 GSM48_CC_CAUSE_DEST_OOO);
1471 transt->callref = 0;
1472 transt->paging_request = NULL;
1473 trans_free(transt);
1474 break;
1475 default:
1476 LOGP(DCC, LOGL_ERROR, "Unknown paging event %d\n", event);
1477 break;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001478 }
Holger Hans Peter Freyther49b3ed22010-12-29 17:09:07 +01001479
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001480 transt->paging_request = NULL;
Harald Welte09e38af2009-02-16 22:52:23 +00001481 return 0;
Harald Welte4bc90a12008-12-27 16:32:52 +00001482}
Harald Welte7584aea2009-02-11 11:44:12 +00001483
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001484static int tch_recv_mncc(struct gsm_network *net, uint32_t callref, int enable);
Harald Welteda7ab742009-12-19 22:23:05 +01001485
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001486/* handle audio path for handover */
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001487static int switch_for_handover(struct gsm_lchan *old_lchan,
1488 struct gsm_lchan *new_lchan)
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001489{
1490 struct rtp_socket *old_rs, *new_rs, *other_rs;
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001491
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001492 /* Ask the new socket to send to the already known port. */
1493 if (new_lchan->conn->mncc_rtp_bridge) {
1494 LOGP(DHO, LOGL_DEBUG, "Forwarding RTP\n");
1495 rsl_ipacc_mdcx(new_lchan,
1496 old_lchan->abis_ip.connect_ip,
1497 old_lchan->abis_ip.connect_port, 0);
1498 return 0;
1499 }
1500
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001501 if (ipacc_rtp_direct) {
1502 LOGP(DHO, LOGL_ERROR, "unable to handover in direct RTP mode\n");
1503 return 0;
1504 }
1505
1506 /* RTP Proxy mode */
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001507 new_rs = new_lchan->abis_ip.rtp_socket;
1508 old_rs = old_lchan->abis_ip.rtp_socket;
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001509
1510 if (!new_rs) {
1511 LOGP(DHO, LOGL_ERROR, "no RTP socket for new_lchan\n");
1512 return -EIO;
1513 }
1514
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001515 rsl_ipacc_mdcx_to_rtpsock(new_lchan);
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001516
1517 if (!old_rs) {
1518 LOGP(DHO, LOGL_ERROR, "no RTP socket for old_lchan\n");
1519 return -EIO;
1520 }
1521
1522 /* copy rx_action and reference to other sock */
1523 new_rs->rx_action = old_rs->rx_action;
1524 new_rs->tx_action = old_rs->tx_action;
1525 new_rs->transmit = old_rs->transmit;
1526
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001527 switch (old_lchan->abis_ip.rtp_socket->rx_action) {
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001528 case RTP_PROXY:
1529 other_rs = old_rs->proxy.other_sock;
1530 rtp_socket_proxy(new_rs, other_rs);
1531 /* delete reference to other end socket to prevent
1532 * rtp_socket_free() from removing the inverse reference */
1533 old_rs->proxy.other_sock = NULL;
1534 break;
1535 case RTP_RECV_UPSTREAM:
1536 new_rs->receive = old_rs->receive;
1537 break;
1538 case RTP_NONE:
1539 break;
1540 }
1541
1542 return 0;
1543}
1544
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001545static void maybe_switch_for_handover(struct gsm_lchan *lchan)
1546{
1547 struct gsm_lchan *old_lchan;
1548 old_lchan = bsc_handover_pending(lchan);
1549 if (old_lchan)
1550 switch_for_handover(old_lchan, lchan);
1551}
1552
Harald Welte805f6442009-07-28 18:25:29 +02001553/* some other part of the code sends us a signal */
1554static int handle_abisip_signal(unsigned int subsys, unsigned int signal,
1555 void *handler_data, void *signal_data)
1556{
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001557 struct gsm_lchan *lchan = signal_data;
Harald Welte805f6442009-07-28 18:25:29 +02001558 int rc;
Harald Welteda7ab742009-12-19 22:23:05 +01001559 struct gsm_network *net;
1560 struct gsm_trans *trans;
Harald Welte805f6442009-07-28 18:25:29 +02001561
1562 if (subsys != SS_ABISIP)
1563 return 0;
1564
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02001565 /* RTP bridge handling */
1566 if (lchan->conn && lchan->conn->mncc_rtp_bridge)
1567 return tch_rtp_signal(lchan, signal);
1568
Harald Welte805f6442009-07-28 18:25:29 +02001569 /* in case we use direct BTS-to-BTS RTP */
1570 if (ipacc_rtp_direct)
1571 return 0;
1572
Harald Welte805f6442009-07-28 18:25:29 +02001573 switch (signal) {
Holger Hans Peter Freyther231163d2009-11-18 21:06:12 +01001574 case S_ABISIP_CRCX_ACK:
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001575 /* in case we don't use direct BTS-to-BTS RTP */
1576 /* the BTS has successfully bound a TCH to a local ip/port,
1577 * which means we can connect our UDP socket to it */
1578 if (lchan->abis_ip.rtp_socket) {
1579 rtp_socket_free(lchan->abis_ip.rtp_socket);
1580 lchan->abis_ip.rtp_socket = NULL;
1581 }
1582
1583 lchan->abis_ip.rtp_socket = rtp_socket_create();
1584 if (!lchan->abis_ip.rtp_socket)
1585 return -EIO;
1586
1587 rc = rtp_socket_connect(lchan->abis_ip.rtp_socket,
1588 lchan->abis_ip.bound_ip,
1589 lchan->abis_ip.bound_port);
1590 if (rc < 0)
1591 return -EIO;
1592
Harald Welteda7ab742009-12-19 22:23:05 +01001593 /* check if any transactions on this lchan still have
1594 * a tch_recv_mncc request pending */
1595 net = lchan->ts->trx->bts->network;
1596 llist_for_each_entry(trans, &net->trans_list, entry) {
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001597 if (trans->conn && trans->conn->lchan == lchan && trans->tch_recv) {
Harald Welteda7ab742009-12-19 22:23:05 +01001598 DEBUGP(DCC, "pending tch_recv_mncc request\n");
1599 tch_recv_mncc(net, trans->callref, 1);
1600 }
1601 }
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001602
1603 /*
1604 * TODO: this appears to be too early? Why not until after
1605 * the handover detect or the handover complete?
1606 *
1607 * Do we have a handover pending for this new lchan? In that
1608 * case re-route the audio from the old channel to the new one.
1609 */
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001610 maybe_switch_for_handover(lchan);
Harald Welte805f6442009-07-28 18:25:29 +02001611 break;
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001612 case S_ABISIP_DLCX_IND:
1613 /* the BTS tells us a RTP stream has been disconnected */
1614 if (lchan->abis_ip.rtp_socket) {
1615 rtp_socket_free(lchan->abis_ip.rtp_socket);
1616 lchan->abis_ip.rtp_socket = NULL;
1617 }
1618
1619 break;
Harald Welte805f6442009-07-28 18:25:29 +02001620 }
1621
1622 return 0;
Harald Welte805f6442009-07-28 18:25:29 +02001623}
1624
Harald Welte49f48b82009-02-17 15:29:33 +00001625/* map two ipaccess RTP streams onto each other */
Harald Welte11fa29c2009-02-19 17:24:39 +00001626static int tch_map(struct gsm_lchan *lchan, struct gsm_lchan *remote_lchan)
Harald Welte49f48b82009-02-17 15:29:33 +00001627{
Harald Welte11fa29c2009-02-19 17:24:39 +00001628 struct gsm_bts *bts = lchan->ts->trx->bts;
1629 struct gsm_bts *remote_bts = remote_lchan->ts->trx->bts;
Max8db12e42016-04-18 23:11:18 +02001630 enum gsm_chan_t lt = lchan->type, rt = remote_lchan->type;
Max3ffce192016-04-25 15:22:00 +02001631 enum gsm48_chan_mode lm = lchan->tch_mode, rm = remote_lchan->tch_mode;
Harald Welte805f6442009-07-28 18:25:29 +02001632 int rc;
Harald Welte49f48b82009-02-17 15:29:33 +00001633
Max8db12e42016-04-18 23:11:18 +02001634 DEBUGP(DCC, "Setting up TCH map between (bts=%u,trx=%u,ts=%u,%s) and "
1635 "(bts=%u,trx=%u,ts=%u,%s)\n",
1636 bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
1637 get_value_string(gsm_chan_t_names, lt),
1638 remote_bts->nr, remote_lchan->ts->trx->nr, remote_lchan->ts->nr,
1639 get_value_string(gsm_chan_t_names, rt));
Harald Welte11fa29c2009-02-19 17:24:39 +00001640
1641 if (bts->type != remote_bts->type) {
Harald Weltee5215b52011-08-09 21:53:20 +02001642 LOGP(DCC, LOGL_ERROR, "Cannot switch calls between different BTS types yet\n");
Harald Welte11fa29c2009-02-19 17:24:39 +00001643 return -EINVAL;
1644 }
Harald Welteda7ab742009-12-19 22:23:05 +01001645
Max3ffce192016-04-25 15:22:00 +02001646 if (lt != rt) {
1647 LOGP(DCC, LOGL_ERROR, "Cannot patch through call with different"
1648 " channel types: local = %s, remote = %s\n",
1649 get_value_string(gsm_chan_t_names, lt),
1650 get_value_string(gsm_chan_t_names, rt));
1651 return -EBADSLT;
1652 }
1653
1654 if (lm != rm) {
1655 LOGP(DCC, LOGL_ERROR, "Cannot patch through call with different"
1656 " channel modes: local = %s, remote = %s\n",
1657 get_value_string(gsm48_chan_mode_names, lm),
1658 get_value_string(gsm48_chan_mode_names, rm));
1659 return -EMEDIUMTYPE;
1660 }
1661
Harald Welteda7ab742009-12-19 22:23:05 +01001662 // todo: map between different bts types
Harald Welte11fa29c2009-02-19 17:24:39 +00001663 switch (bts->type) {
Mike Habene2d82272009-10-02 12:19:34 +01001664 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +02001665 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welte805f6442009-07-28 18:25:29 +02001666 if (!ipacc_rtp_direct) {
Andreas Eversberga4d0e3c2014-01-22 08:57:18 +01001667 if (!lchan->abis_ip.rtp_socket) {
1668 LOGP(DHO, LOGL_ERROR, "no RTP socket for "
1669 "lchan\n");
1670 return -EIO;
1671 }
1672 if (!remote_lchan->abis_ip.rtp_socket) {
1673 LOGP(DHO, LOGL_ERROR, "no RTP socket for "
1674 "remote_lchan\n");
1675 return -EIO;
1676 }
1677
Harald Welte805f6442009-07-28 18:25:29 +02001678 /* connect the TCH's to our RTP proxy */
Harald Weltea72273e2009-12-20 16:51:09 +01001679 rc = rsl_ipacc_mdcx_to_rtpsock(lchan);
Harald Welte805f6442009-07-28 18:25:29 +02001680 if (rc < 0)
1681 return rc;
Harald Weltea72273e2009-12-20 16:51:09 +01001682 rc = rsl_ipacc_mdcx_to_rtpsock(remote_lchan);
Harald Welte4d54d0b2011-02-19 16:48:17 +01001683 if (rc < 0)
1684 return rc;
Harald Welte805f6442009-07-28 18:25:29 +02001685 /* connect them with each other */
Harald Welte2c828992009-12-02 01:56:49 +05301686 rtp_socket_proxy(lchan->abis_ip.rtp_socket,
1687 remote_lchan->abis_ip.rtp_socket);
Harald Welte805f6442009-07-28 18:25:29 +02001688 } else {
1689 /* directly connect TCH RTP streams to each other */
Harald Welte2c828992009-12-02 01:56:49 +05301690 rc = rsl_ipacc_mdcx(lchan, remote_lchan->abis_ip.bound_ip,
1691 remote_lchan->abis_ip.bound_port,
Harald Welte2c828992009-12-02 01:56:49 +05301692 remote_lchan->abis_ip.rtp_payload2);
Harald Welte805f6442009-07-28 18:25:29 +02001693 if (rc < 0)
1694 return rc;
Harald Welte2c828992009-12-02 01:56:49 +05301695 rc = rsl_ipacc_mdcx(remote_lchan, lchan->abis_ip.bound_ip,
1696 lchan->abis_ip.bound_port,
Harald Welte2c828992009-12-02 01:56:49 +05301697 lchan->abis_ip.rtp_payload2);
Harald Welte805f6442009-07-28 18:25:29 +02001698 }
Harald Welte11fa29c2009-02-19 17:24:39 +00001699 break;
1700 case GSM_BTS_TYPE_BS11:
Harald Weltec76fb5d2011-03-20 06:27:31 -03001701 case GSM_BTS_TYPE_RBS2000:
Dieter Spaar16646022011-07-28 00:01:50 +02001702 case GSM_BTS_TYPE_NOKIA_SITE:
Harald Welte11fa29c2009-02-19 17:24:39 +00001703 trau_mux_map_lchan(lchan, remote_lchan);
1704 break;
1705 default:
Harald Weltee5215b52011-08-09 21:53:20 +02001706 LOGP(DCC, LOGL_ERROR, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01001707 return -EINVAL;
Harald Welte11fa29c2009-02-19 17:24:39 +00001708 }
Harald Welte49f48b82009-02-17 15:29:33 +00001709
1710 return 0;
1711}
1712
Harald Welte4bfdfe72009-06-10 23:11:52 +08001713/* bridge channels of two transactions */
Harald Welte53d51f52015-12-03 14:59:04 +01001714static int tch_bridge(struct gsm_network *net, struct gsm_mncc_bridge *bridge)
Harald Welte7ccf7782009-02-17 01:43:01 +00001715{
Harald Welte53d51f52015-12-03 14:59:04 +01001716 struct gsm_trans *trans1 = trans_find_by_callref(net, bridge->callref[0]);
1717 struct gsm_trans *trans2 = trans_find_by_callref(net, bridge->callref[1]);
Harald Welte7ccf7782009-02-17 01:43:01 +00001718
Harald Welte4bfdfe72009-06-10 23:11:52 +08001719 if (!trans1 || !trans2)
Harald Welte7ccf7782009-02-17 01:43:01 +00001720 return -EIO;
1721
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001722 if (!trans1->conn || !trans2->conn)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001723 return -EIO;
1724
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01001725 /* Which subscriber do we want to track trans1 or trans2? */
1726 log_set_context(BSC_CTX_SUBSCR, trans1->subscr);
1727
Harald Welte4bfdfe72009-06-10 23:11:52 +08001728 /* through-connect channel */
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001729 return tch_map(trans1->conn->lchan, trans2->conn->lchan);
Harald Welte7ccf7782009-02-17 01:43:01 +00001730}
1731
Harald Welteda7ab742009-12-19 22:23:05 +01001732/* enable receive of channels to MNCC upqueue */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001733static int tch_recv_mncc(struct gsm_network *net, uint32_t callref, int enable)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001734{
1735 struct gsm_trans *trans;
Harald Welteda7ab742009-12-19 22:23:05 +01001736 struct gsm_lchan *lchan;
1737 struct gsm_bts *bts;
1738 int rc;
Harald Welte7ccf7782009-02-17 01:43:01 +00001739
Harald Welte4bfdfe72009-06-10 23:11:52 +08001740 /* Find callref */
Harald Welteda7ab742009-12-19 22:23:05 +01001741 trans = trans_find_by_callref(net, callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001742 if (!trans)
1743 return -EIO;
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001744 if (!trans->conn)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001745 return 0;
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01001746
1747 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001748 lchan = trans->conn->lchan;
Harald Welteda7ab742009-12-19 22:23:05 +01001749 bts = lchan->ts->trx->bts;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001750
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001751 /* store receive state */
1752 trans->tch_recv = enable;
1753
Harald Welteda7ab742009-12-19 22:23:05 +01001754 switch (bts->type) {
1755 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +02001756 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welteda7ab742009-12-19 22:23:05 +01001757 if (ipacc_rtp_direct) {
Harald Weltee5215b52011-08-09 21:53:20 +02001758 LOGP(DCC, LOGL_ERROR, "Error: RTP proxy is disabled\n");
Harald Welteda7ab742009-12-19 22:23:05 +01001759 return -EINVAL;
1760 }
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001761 /* In case, we don't have a RTP socket to the BTS yet, the BTS
1762 * will not be connected to our RTP proxy and the socket will
1763 * not be assigned to the application interface. This method
1764 * will be called again, once the audio socket is created and
1765 * connected. */
Harald Welteda7ab742009-12-19 22:23:05 +01001766 if (!lchan->abis_ip.rtp_socket) {
Harald Welteda7ab742009-12-19 22:23:05 +01001767 DEBUGP(DCC, "queue tch_recv_mncc request (%d)\n", enable);
1768 return 0;
1769 }
1770 if (enable) {
1771 /* connect the TCH's to our RTP proxy */
Harald Weltea72273e2009-12-20 16:51:09 +01001772 rc = rsl_ipacc_mdcx_to_rtpsock(lchan);
Harald Welteda7ab742009-12-19 22:23:05 +01001773 if (rc < 0)
1774 return rc;
1775 /* assign socket to application interface */
1776 rtp_socket_upstream(lchan->abis_ip.rtp_socket,
1777 net, callref);
1778 } else
1779 rtp_socket_upstream(lchan->abis_ip.rtp_socket,
1780 net, 0);
1781 break;
1782 case GSM_BTS_TYPE_BS11:
Harald Weltec76fb5d2011-03-20 06:27:31 -03001783 case GSM_BTS_TYPE_RBS2000:
Harald Welte10456972011-08-05 20:11:18 +02001784 case GSM_BTS_TYPE_NOKIA_SITE:
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001785 /* In case we don't have a TCH with correct mode, the TRAU muxer
1786 * will not be asigned to the application interface. This is
1787 * performed by switch_trau_mux() after successful handover or
1788 * assignment. */
1789 if (lchan->tch_mode == GSM48_CMODE_SIGN) {
1790 DEBUGP(DCC, "queue tch_recv_mncc request (%d)\n", enable);
1791 return 0;
1792 }
Harald Welteda7ab742009-12-19 22:23:05 +01001793 if (enable)
1794 return trau_recv_lchan(lchan, callref);
1795 return trau_mux_unmap(NULL, callref);
1796 break;
1797 default:
Harald Weltee5215b52011-08-09 21:53:20 +02001798 LOGP(DCC, LOGL_ERROR, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01001799 return -EINVAL;
1800 }
1801
1802 return 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001803}
1804
Harald Welte4bfdfe72009-06-10 23:11:52 +08001805static int gsm48_cc_rx_status_enq(struct gsm_trans *trans, struct msgb *msg)
1806{
1807 DEBUGP(DCC, "-> STATUS ENQ\n");
1808 return gsm48_cc_tx_status(trans, msg);
1809}
1810
1811static int gsm48_cc_tx_release(struct gsm_trans *trans, void *arg);
1812static int gsm48_cc_tx_disconnect(struct gsm_trans *trans, void *arg);
1813
1814static void gsm48_cc_timeout(void *arg)
1815{
1816 struct gsm_trans *trans = arg;
1817 int disconnect = 0, release = 0;
Harald Weltec66b71c2009-06-11 14:23:20 +08001818 int mo_cause = GSM48_CC_CAUSE_RECOVERY_TIMER;
1819 int mo_location = GSM48_CAUSE_LOC_USER;
1820 int l4_cause = GSM48_CC_CAUSE_NORMAL_UNSPEC;
1821 int l4_location = GSM48_CAUSE_LOC_PRN_S_LU;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001822 struct gsm_mncc mo_rel, l4_rel;
1823
1824 memset(&mo_rel, 0, sizeof(struct gsm_mncc));
1825 mo_rel.callref = trans->callref;
1826 memset(&l4_rel, 0, sizeof(struct gsm_mncc));
1827 l4_rel.callref = trans->callref;
1828
Harald Weltedcaf5652009-07-23 18:56:43 +02001829 switch(trans->cc.Tcurrent) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001830 case 0x303:
1831 release = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001832 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001833 break;
1834 case 0x310:
1835 disconnect = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001836 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001837 break;
1838 case 0x313:
1839 disconnect = 1;
1840 /* unknown, did not find it in the specs */
1841 break;
1842 case 0x301:
1843 disconnect = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001844 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001845 break;
1846 case 0x308:
Harald Weltedcaf5652009-07-23 18:56:43 +02001847 if (!trans->cc.T308_second) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001848 /* restart T308 a second time */
Harald Weltedcaf5652009-07-23 18:56:43 +02001849 gsm48_cc_tx_release(trans, &trans->cc.msg);
1850 trans->cc.T308_second = 1;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001851 break; /* stay in release state */
1852 }
Harald Weltedcaf5652009-07-23 18:56:43 +02001853 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001854 return;
1855// release = 1;
1856// l4_cause = 14;
1857// break;
1858 case 0x306:
1859 release = 1;
Harald Weltedcaf5652009-07-23 18:56:43 +02001860 mo_cause = trans->cc.msg.cause.value;
1861 mo_location = trans->cc.msg.cause.location;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001862 break;
1863 case 0x323:
1864 disconnect = 1;
1865 break;
1866 default:
1867 release = 1;
1868 }
1869
1870 if (release && trans->callref) {
1871 /* process release towards layer 4 */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001872 mncc_release_ind(trans->net, trans, trans->callref,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001873 l4_location, l4_cause);
1874 trans->callref = 0;
1875 }
1876
1877 if (disconnect && trans->callref) {
1878 /* process disconnect towards layer 4 */
1879 mncc_set_cause(&l4_rel, l4_location, l4_cause);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001880 mncc_recvmsg(trans->net, trans, MNCC_DISC_IND, &l4_rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001881 }
1882
1883 /* process disconnect towards mobile station */
1884 if (disconnect || release) {
1885 mncc_set_cause(&mo_rel, mo_location, mo_cause);
Harald Weltedcaf5652009-07-23 18:56:43 +02001886 mo_rel.cause.diag[0] = ((trans->cc.Tcurrent & 0xf00) >> 8) + '0';
1887 mo_rel.cause.diag[1] = ((trans->cc.Tcurrent & 0x0f0) >> 4) + '0';
1888 mo_rel.cause.diag[2] = (trans->cc.Tcurrent & 0x00f) + '0';
Harald Welte4bfdfe72009-06-10 23:11:52 +08001889 mo_rel.cause.diag_len = 3;
1890
1891 if (disconnect)
1892 gsm48_cc_tx_disconnect(trans, &mo_rel);
1893 if (release)
1894 gsm48_cc_tx_release(trans, &mo_rel);
1895 }
1896
1897}
1898
Max3ffce192016-04-25 15:22:00 +02001899/* disconnect both calls from the bridge */
1900static inline void disconnect_bridge(struct gsm_network *net,
1901 struct gsm_mncc_bridge *bridge, int err)
1902{
1903 struct gsm_trans *trans0 = trans_find_by_callref(net, bridge->callref[0]);
1904 struct gsm_trans *trans1 = trans_find_by_callref(net, bridge->callref[1]);
1905 struct gsm_mncc mx_rel;
1906 if (!trans0 || !trans1)
1907 return;
1908
1909 DEBUGP(DCC, "Failed to bridge TCH for calls %x <-> %x :: %s \n",
1910 trans0->callref, trans1->callref, strerror(err));
1911
1912 memset(&mx_rel, 0, sizeof(struct gsm_mncc));
1913 mncc_set_cause(&mx_rel, GSM48_CAUSE_LOC_INN_NET,
1914 GSM48_CC_CAUSE_CHAN_UNACCEPT);
1915
1916 mx_rel.callref = trans0->callref;
1917 gsm48_cc_tx_disconnect(trans0, &mx_rel);
1918
1919 mx_rel.callref = trans1->callref;
1920 gsm48_cc_tx_disconnect(trans1, &mx_rel);
1921}
1922
Harald Welte4bfdfe72009-06-10 23:11:52 +08001923static void gsm48_start_cc_timer(struct gsm_trans *trans, int current,
1924 int sec, int micro)
1925{
1926 DEBUGP(DCC, "starting timer T%x with %d seconds\n", current, sec);
Harald Weltedcaf5652009-07-23 18:56:43 +02001927 trans->cc.timer.cb = gsm48_cc_timeout;
1928 trans->cc.timer.data = trans;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001929 osmo_timer_schedule(&trans->cc.timer, sec, micro);
Harald Weltedcaf5652009-07-23 18:56:43 +02001930 trans->cc.Tcurrent = current;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001931}
1932
1933static int gsm48_cc_rx_setup(struct gsm_trans *trans, struct msgb *msg)
1934{
1935 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyr531734a2016-03-14 16:13:24 +01001936 uint8_t msg_type = gsm48_hdr_msg_type(gh);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001937 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
1938 struct tlv_parsed tp;
1939 struct gsm_mncc setup;
1940
1941 memset(&setup, 0, sizeof(struct gsm_mncc));
1942 setup.callref = trans->callref;
Andreas Eversbergcaae10b2014-01-16 16:04:12 +01001943 setup.lchan_type = trans->conn->lchan->type;
Harald Welte474d19f2010-03-02 23:18:30 +01001944 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001945 /* emergency setup is identified by msg_type */
1946 if (msg_type == GSM48_MT_CC_EMERG_SETUP)
1947 setup.emergency = 1;
1948
1949 /* use subscriber as calling party number */
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +02001950 setup.fields |= MNCC_F_CALLING;
1951 strncpy(setup.calling.number, trans->subscr->extension,
1952 sizeof(setup.calling.number)-1);
1953 strncpy(setup.imsi, trans->subscr->imsi,
1954 sizeof(setup.imsi)-1);
1955
Harald Welte4bfdfe72009-06-10 23:11:52 +08001956 /* bearer capability */
1957 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
1958 setup.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01001959 gsm48_decode_bearer_cap(&setup.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001960 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01001961 apply_codec_restrictions(trans->conn->bts, &setup.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001962 }
1963 /* facility */
1964 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
1965 setup.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01001966 gsm48_decode_facility(&setup.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001967 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
1968 }
1969 /* called party bcd number */
1970 if (TLVP_PRESENT(&tp, GSM48_IE_CALLED_BCD)) {
1971 setup.fields |= MNCC_F_CALLED;
Harald Welte55c8f352010-03-07 23:40:35 +01001972 gsm48_decode_called(&setup.called,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001973 TLVP_VAL(&tp, GSM48_IE_CALLED_BCD)-1);
1974 }
1975 /* user-user */
1976 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
1977 setup.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01001978 gsm48_decode_useruser(&setup.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001979 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
1980 }
1981 /* ss-version */
1982 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
1983 setup.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01001984 gsm48_decode_ssversion(&setup.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001985 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
1986 }
1987 /* CLIR suppression */
1988 if (TLVP_PRESENT(&tp, GSM48_IE_CLIR_SUPP))
1989 setup.clir.sup = 1;
1990 /* CLIR invocation */
1991 if (TLVP_PRESENT(&tp, GSM48_IE_CLIR_INVOC))
1992 setup.clir.inv = 1;
1993 /* cc cap */
1994 if (TLVP_PRESENT(&tp, GSM48_IE_CC_CAP)) {
1995 setup.fields |= MNCC_F_CCCAP;
Harald Welte55c8f352010-03-07 23:40:35 +01001996 gsm48_decode_cccap(&setup.cccap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001997 TLVP_VAL(&tp, GSM48_IE_CC_CAP)-1);
1998 }
1999
Harald Welte4bfdfe72009-06-10 23:11:52 +08002000 new_cc_state(trans, GSM_CSTATE_INITIATED);
2001
Harald Welte (local)47df3992009-12-26 19:45:03 +01002002 LOGP(DCC, LOGL_INFO, "Subscriber %s (%s) sends SETUP to %s\n",
2003 subscr_name(trans->subscr), trans->subscr->extension,
2004 setup.called.number);
2005
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002006 osmo_counter_inc(trans->net->stats.call.mo_setup);
Harald Weltea29e43a2010-12-24 16:06:33 +01002007
Harald Welte4bfdfe72009-06-10 23:11:52 +08002008 /* indicate setup to MNCC */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002009 mncc_recvmsg(trans->net, trans, MNCC_SETUP_IND, &setup);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002010
Harald Welte13cac662009-07-29 12:10:35 +02002011 /* MNCC code will modify the channel asynchronously, we should
2012 * ipaccess-bind only after the modification has been made to the
2013 * lchan->tch_mode */
Harald Welte4bfdfe72009-06-10 23:11:52 +08002014 return 0;
2015}
2016
2017static int gsm48_cc_tx_setup(struct gsm_trans *trans, void *arg)
Harald Welte65e74cc2008-12-29 01:55:35 +00002018{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002019 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC STUP");
Harald Welte65e74cc2008-12-29 01:55:35 +00002020 struct gsm48_hdr *gh;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002021 struct gsm_mncc *setup = arg;
Harald Welte78283ef2009-07-23 21:36:44 +02002022 int rc, trans_id;
Harald Welte65e74cc2008-12-29 01:55:35 +00002023
Harald Welte7ccf7782009-02-17 01:43:01 +00002024 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Harald Welte65e74cc2008-12-29 01:55:35 +00002025
Harald Welte4bfdfe72009-06-10 23:11:52 +08002026 /* transaction id must not be assigned */
2027 if (trans->transaction_id != 0xff) { /* unasssigned */
2028 DEBUGP(DCC, "TX Setup with assigned transaction. "
2029 "This is not allowed!\n");
2030 /* Temporarily out of order */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002031 rc = mncc_release_ind(trans->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08002032 GSM48_CAUSE_LOC_PRN_S_LU,
2033 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002034 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002035 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002036 return rc;
2037 }
2038
2039 /* Get free transaction_id */
Jacob Erlbeckdae1f642014-12-02 14:22:53 +01002040 trans_id = trans_assign_trans_id(trans->net, trans->subscr,
2041 GSM48_PDISC_CC, 0);
Harald Welte78283ef2009-07-23 21:36:44 +02002042 if (trans_id < 0) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002043 /* no free transaction ID */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002044 rc = mncc_release_ind(trans->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08002045 GSM48_CAUSE_LOC_PRN_S_LU,
2046 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002047 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002048 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002049 return rc;
2050 }
Harald Welte78283ef2009-07-23 21:36:44 +02002051 trans->transaction_id = trans_id;
Harald Welte49f48b82009-02-17 15:29:33 +00002052
Harald Welte65e74cc2008-12-29 01:55:35 +00002053 gh->msg_type = GSM48_MT_CC_SETUP;
Harald Welte09e38af2009-02-16 22:52:23 +00002054
Harald Welte4bfdfe72009-06-10 23:11:52 +08002055 gsm48_start_cc_timer(trans, 0x303, GSM48_T303);
Harald Welte65e74cc2008-12-29 01:55:35 +00002056
Harald Welte4bfdfe72009-06-10 23:11:52 +08002057 /* bearer capability */
2058 if (setup->fields & MNCC_F_BEARER_CAP)
Harald Welte55c8f352010-03-07 23:40:35 +01002059 gsm48_encode_bearer_cap(msg, 0, &setup->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002060 /* facility */
2061 if (setup->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002062 gsm48_encode_facility(msg, 0, &setup->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002063 /* progress */
2064 if (setup->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002065 gsm48_encode_progress(msg, 0, &setup->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002066 /* calling party BCD number */
2067 if (setup->fields & MNCC_F_CALLING)
Harald Welte55c8f352010-03-07 23:40:35 +01002068 gsm48_encode_calling(msg, &setup->calling);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002069 /* called party BCD number */
2070 if (setup->fields & MNCC_F_CALLED)
Harald Welte55c8f352010-03-07 23:40:35 +01002071 gsm48_encode_called(msg, &setup->called);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002072 /* user-user */
2073 if (setup->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002074 gsm48_encode_useruser(msg, 0, &setup->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002075 /* redirecting party BCD number */
2076 if (setup->fields & MNCC_F_REDIRECTING)
Harald Welte55c8f352010-03-07 23:40:35 +01002077 gsm48_encode_redirecting(msg, &setup->redirecting);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002078 /* signal */
2079 if (setup->fields & MNCC_F_SIGNAL)
Harald Welte55c8f352010-03-07 23:40:35 +01002080 gsm48_encode_signal(msg, setup->signal);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002081
2082 new_cc_state(trans, GSM_CSTATE_CALL_PRESENT);
Harald Welte65e74cc2008-12-29 01:55:35 +00002083
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002084 osmo_counter_inc(trans->net->stats.call.mt_setup);
Harald Weltea29e43a2010-12-24 16:06:33 +01002085
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002086 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte65e74cc2008-12-29 01:55:35 +00002087}
2088
Harald Welte4bfdfe72009-06-10 23:11:52 +08002089static int gsm48_cc_rx_call_conf(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 call_conf;
2095
2096 gsm48_stop_cc_timer(trans);
2097 gsm48_start_cc_timer(trans, 0x310, GSM48_T310);
2098
2099 memset(&call_conf, 0, sizeof(struct gsm_mncc));
2100 call_conf.callref = trans->callref;
Andreas Eversbergcaae10b2014-01-16 16:04:12 +01002101 call_conf.lchan_type = trans->conn->lchan->type;
Harald Welte474d19f2010-03-02 23:18:30 +01002102 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002103#if 0
2104 /* repeat */
2105 if (TLVP_PRESENT(&tp, GSM48_IE_REPEAT_CIR))
2106 call_conf.repeat = 1;
2107 if (TLVP_PRESENT(&tp, GSM48_IE_REPEAT_SEQ))
2108 call_conf.repeat = 2;
2109#endif
2110 /* bearer capability */
2111 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2112 call_conf.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002113 gsm48_decode_bearer_cap(&call_conf.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002114 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002115 apply_codec_restrictions(trans->conn->bts, &call_conf.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002116 }
2117 /* cause */
2118 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2119 call_conf.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002120 gsm48_decode_cause(&call_conf.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002121 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2122 }
2123 /* cc cap */
2124 if (TLVP_PRESENT(&tp, GSM48_IE_CC_CAP)) {
2125 call_conf.fields |= MNCC_F_CCCAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002126 gsm48_decode_cccap(&call_conf.cccap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002127 TLVP_VAL(&tp, GSM48_IE_CC_CAP)-1);
2128 }
2129
Andreas Eversberg035b8742013-09-19 09:27:06 +02002130 /* IMSI of called subscriber */
2131 strncpy(call_conf.imsi, trans->subscr->imsi,
2132 sizeof(call_conf.imsi)-1);
2133
Harald Welte4bfdfe72009-06-10 23:11:52 +08002134 new_cc_state(trans, GSM_CSTATE_MO_TERM_CALL_CONF);
2135
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002136 return mncc_recvmsg(trans->net, trans, MNCC_CALL_CONF_IND,
Harald Welte596fed42009-07-23 19:06:52 +02002137 &call_conf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002138}
2139
2140static int gsm48_cc_tx_call_proc(struct gsm_trans *trans, void *arg)
2141{
2142 struct gsm_mncc *proceeding = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002143 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC PROC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002144 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2145
Harald Welte4bfdfe72009-06-10 23:11:52 +08002146 gh->msg_type = GSM48_MT_CC_CALL_PROC;
2147
2148 new_cc_state(trans, GSM_CSTATE_MO_CALL_PROC);
2149
2150 /* bearer capability */
2151 if (proceeding->fields & MNCC_F_BEARER_CAP)
Harald Welte55c8f352010-03-07 23:40:35 +01002152 gsm48_encode_bearer_cap(msg, 0, &proceeding->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002153 /* facility */
2154 if (proceeding->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002155 gsm48_encode_facility(msg, 0, &proceeding->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002156 /* progress */
2157 if (proceeding->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002158 gsm48_encode_progress(msg, 0, &proceeding->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002159
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002160 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002161}
2162
2163static int gsm48_cc_rx_alerting(struct gsm_trans *trans, struct msgb *msg)
2164{
2165 struct gsm48_hdr *gh = msgb_l3(msg);
2166 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2167 struct tlv_parsed tp;
2168 struct gsm_mncc alerting;
2169
2170 gsm48_stop_cc_timer(trans);
2171 gsm48_start_cc_timer(trans, 0x301, GSM48_T301);
2172
2173 memset(&alerting, 0, sizeof(struct gsm_mncc));
2174 alerting.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002175 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002176 /* facility */
2177 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2178 alerting.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002179 gsm48_decode_facility(&alerting.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002180 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2181 }
2182
2183 /* progress */
2184 if (TLVP_PRESENT(&tp, GSM48_IE_PROGR_IND)) {
2185 alerting.fields |= MNCC_F_PROGRESS;
Harald Welte55c8f352010-03-07 23:40:35 +01002186 gsm48_decode_progress(&alerting.progress,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002187 TLVP_VAL(&tp, GSM48_IE_PROGR_IND)-1);
2188 }
2189 /* ss-version */
2190 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2191 alerting.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002192 gsm48_decode_ssversion(&alerting.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002193 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2194 }
2195
2196 new_cc_state(trans, GSM_CSTATE_CALL_RECEIVED);
2197
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002198 return mncc_recvmsg(trans->net, trans, MNCC_ALERT_IND,
Harald Welte596fed42009-07-23 19:06:52 +02002199 &alerting);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002200}
2201
2202static int gsm48_cc_tx_alerting(struct gsm_trans *trans, void *arg)
2203{
2204 struct gsm_mncc *alerting = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002205 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC ALERT");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002206 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2207
Harald Welte4bfdfe72009-06-10 23:11:52 +08002208 gh->msg_type = GSM48_MT_CC_ALERTING;
2209
2210 /* facility */
2211 if (alerting->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002212 gsm48_encode_facility(msg, 0, &alerting->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002213 /* progress */
2214 if (alerting->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002215 gsm48_encode_progress(msg, 0, &alerting->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002216 /* user-user */
2217 if (alerting->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002218 gsm48_encode_useruser(msg, 0, &alerting->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002219
2220 new_cc_state(trans, GSM_CSTATE_CALL_DELIVERED);
2221
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002222 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002223}
2224
2225static int gsm48_cc_tx_progress(struct gsm_trans *trans, void *arg)
2226{
2227 struct gsm_mncc *progress = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002228 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC PROGRESS");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002229 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2230
Harald Welte4bfdfe72009-06-10 23:11:52 +08002231 gh->msg_type = GSM48_MT_CC_PROGRESS;
2232
2233 /* progress */
Harald Welte55c8f352010-03-07 23:40:35 +01002234 gsm48_encode_progress(msg, 1, &progress->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002235 /* user-user */
2236 if (progress->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002237 gsm48_encode_useruser(msg, 0, &progress->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002238
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002239 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002240}
2241
2242static int gsm48_cc_tx_connect(struct gsm_trans *trans, void *arg)
2243{
2244 struct gsm_mncc *connect = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002245 struct msgb *msg = gsm48_msgb_alloc_name("GSN 04.08 CC CON");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002246 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2247
Harald Welte4bfdfe72009-06-10 23:11:52 +08002248 gh->msg_type = GSM48_MT_CC_CONNECT;
2249
2250 gsm48_stop_cc_timer(trans);
2251 gsm48_start_cc_timer(trans, 0x313, GSM48_T313);
2252
2253 /* facility */
2254 if (connect->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002255 gsm48_encode_facility(msg, 0, &connect->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002256 /* progress */
2257 if (connect->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002258 gsm48_encode_progress(msg, 0, &connect->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002259 /* connected number */
2260 if (connect->fields & MNCC_F_CONNECTED)
Harald Welte55c8f352010-03-07 23:40:35 +01002261 gsm48_encode_connected(msg, &connect->connected);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002262 /* user-user */
2263 if (connect->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002264 gsm48_encode_useruser(msg, 0, &connect->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002265
2266 new_cc_state(trans, GSM_CSTATE_CONNECT_IND);
2267
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002268 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002269}
2270
2271static int gsm48_cc_rx_connect(struct gsm_trans *trans, struct msgb *msg)
2272{
2273 struct gsm48_hdr *gh = msgb_l3(msg);
2274 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2275 struct tlv_parsed tp;
2276 struct gsm_mncc connect;
2277
2278 gsm48_stop_cc_timer(trans);
2279
2280 memset(&connect, 0, sizeof(struct gsm_mncc));
2281 connect.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002282 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002283 /* use subscriber as connected party number */
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +02002284 connect.fields |= MNCC_F_CONNECTED;
2285 strncpy(connect.connected.number, trans->subscr->extension,
2286 sizeof(connect.connected.number)-1);
2287 strncpy(connect.imsi, trans->subscr->imsi,
2288 sizeof(connect.imsi)-1);
2289
Harald Welte4bfdfe72009-06-10 23:11:52 +08002290 /* facility */
2291 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2292 connect.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002293 gsm48_decode_facility(&connect.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 connect.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002299 gsm48_decode_useruser(&connect.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 connect.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002305 gsm48_decode_ssversion(&connect.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002306 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2307 }
2308
2309 new_cc_state(trans, GSM_CSTATE_CONNECT_REQUEST);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002310 osmo_counter_inc(trans->net->stats.call.mt_connect);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002311
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002312 return mncc_recvmsg(trans->net, trans, MNCC_SETUP_CNF, &connect);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002313}
2314
2315
2316static int gsm48_cc_rx_connect_ack(struct gsm_trans *trans, struct msgb *msg)
2317{
2318 struct gsm_mncc connect_ack;
2319
2320 gsm48_stop_cc_timer(trans);
2321
2322 new_cc_state(trans, GSM_CSTATE_ACTIVE);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002323 osmo_counter_inc(trans->net->stats.call.mo_connect_ack);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002324
2325 memset(&connect_ack, 0, sizeof(struct gsm_mncc));
2326 connect_ack.callref = trans->callref;
Harald Weltea29e43a2010-12-24 16:06:33 +01002327
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002328 return mncc_recvmsg(trans->net, trans, MNCC_SETUP_COMPL_IND,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002329 &connect_ack);
2330}
2331
2332static int gsm48_cc_tx_connect_ack(struct gsm_trans *trans, void *arg)
2333{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002334 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC CON ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002335 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2336
Harald Welte4bfdfe72009-06-10 23:11:52 +08002337 gh->msg_type = GSM48_MT_CC_CONNECT_ACK;
2338
2339 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2340
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002341 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002342}
2343
2344static int gsm48_cc_rx_disconnect(struct gsm_trans *trans, struct msgb *msg)
2345{
2346 struct gsm48_hdr *gh = msgb_l3(msg);
2347 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2348 struct tlv_parsed tp;
2349 struct gsm_mncc disc;
2350
2351 gsm48_stop_cc_timer(trans);
2352
2353 new_cc_state(trans, GSM_CSTATE_DISCONNECT_REQ);
2354
2355 memset(&disc, 0, sizeof(struct gsm_mncc));
2356 disc.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002357 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_CAUSE, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002358 /* cause */
2359 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2360 disc.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002361 gsm48_decode_cause(&disc.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002362 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2363 }
2364 /* facility */
2365 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2366 disc.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002367 gsm48_decode_facility(&disc.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002368 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2369 }
2370 /* user-user */
2371 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2372 disc.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002373 gsm48_decode_useruser(&disc.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002374 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2375 }
2376 /* ss-version */
2377 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2378 disc.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002379 gsm48_decode_ssversion(&disc.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002380 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2381 }
2382
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002383 return mncc_recvmsg(trans->net, trans, MNCC_DISC_IND, &disc);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002384
2385}
2386
Harald Weltec66b71c2009-06-11 14:23:20 +08002387static struct gsm_mncc_cause default_cause = {
2388 .location = GSM48_CAUSE_LOC_PRN_S_LU,
2389 .coding = 0,
2390 .rec = 0,
2391 .rec_val = 0,
2392 .value = GSM48_CC_CAUSE_NORMAL_UNSPEC,
2393 .diag_len = 0,
2394 .diag = { 0 },
2395};
Harald Welte4bfdfe72009-06-10 23:11:52 +08002396
2397static int gsm48_cc_tx_disconnect(struct gsm_trans *trans, void *arg)
2398{
2399 struct gsm_mncc *disc = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002400 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC DISC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002401 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2402
Harald Welte4bfdfe72009-06-10 23:11:52 +08002403 gh->msg_type = GSM48_MT_CC_DISCONNECT;
2404
2405 gsm48_stop_cc_timer(trans);
2406 gsm48_start_cc_timer(trans, 0x306, GSM48_T306);
2407
2408 /* cause */
2409 if (disc->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002410 gsm48_encode_cause(msg, 1, &disc->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002411 else
Harald Welte55c8f352010-03-07 23:40:35 +01002412 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002413
2414 /* facility */
2415 if (disc->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002416 gsm48_encode_facility(msg, 0, &disc->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002417 /* progress */
2418 if (disc->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002419 gsm48_encode_progress(msg, 0, &disc->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002420 /* user-user */
2421 if (disc->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002422 gsm48_encode_useruser(msg, 0, &disc->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002423
2424 /* store disconnect cause for T306 expiry */
Harald Weltedcaf5652009-07-23 18:56:43 +02002425 memcpy(&trans->cc.msg, disc, sizeof(struct gsm_mncc));
Harald Welte4bfdfe72009-06-10 23:11:52 +08002426
2427 new_cc_state(trans, GSM_CSTATE_DISCONNECT_IND);
2428
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002429 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002430}
2431
2432static int gsm48_cc_rx_release(struct gsm_trans *trans, struct msgb *msg)
2433{
2434 struct gsm48_hdr *gh = msgb_l3(msg);
2435 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2436 struct tlv_parsed tp;
2437 struct gsm_mncc rel;
2438 int rc;
2439
2440 gsm48_stop_cc_timer(trans);
2441
2442 memset(&rel, 0, sizeof(struct gsm_mncc));
2443 rel.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002444 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002445 /* cause */
2446 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2447 rel.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002448 gsm48_decode_cause(&rel.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002449 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2450 }
2451 /* facility */
2452 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2453 rel.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002454 gsm48_decode_facility(&rel.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002455 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2456 }
2457 /* user-user */
2458 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2459 rel.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002460 gsm48_decode_useruser(&rel.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002461 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2462 }
2463 /* ss-version */
2464 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2465 rel.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002466 gsm48_decode_ssversion(&rel.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002467 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2468 }
2469
Harald Weltedcaf5652009-07-23 18:56:43 +02002470 if (trans->cc.state == GSM_CSTATE_RELEASE_REQ) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002471 /* release collision 5.4.5 */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002472 rc = mncc_recvmsg(trans->net, trans, MNCC_REL_CNF, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002473 } else {
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08002474 rc = gsm48_tx_simple(trans->conn,
Harald Welte6f5aee02009-07-23 21:21:14 +02002475 GSM48_PDISC_CC | (trans->transaction_id << 4),
Harald Welte596fed42009-07-23 19:06:52 +02002476 GSM48_MT_CC_RELEASE_COMPL);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002477 rc = mncc_recvmsg(trans->net, trans, MNCC_REL_IND, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002478 }
2479
2480 new_cc_state(trans, GSM_CSTATE_NULL);
2481
2482 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002483 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002484
2485 return rc;
2486}
2487
2488static int gsm48_cc_tx_release(struct gsm_trans *trans, void *arg)
2489{
2490 struct gsm_mncc *rel = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002491 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC REL");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002492 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2493
Harald Welte4bfdfe72009-06-10 23:11:52 +08002494 gh->msg_type = GSM48_MT_CC_RELEASE;
2495
Harald Welte4bfdfe72009-06-10 23:11:52 +08002496 gsm48_stop_cc_timer(trans);
2497 gsm48_start_cc_timer(trans, 0x308, GSM48_T308);
2498
2499 /* cause */
2500 if (rel->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002501 gsm48_encode_cause(msg, 0, &rel->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002502 /* facility */
2503 if (rel->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002504 gsm48_encode_facility(msg, 0, &rel->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002505 /* user-user */
2506 if (rel->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002507 gsm48_encode_useruser(msg, 0, &rel->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002508
Harald Weltedcaf5652009-07-23 18:56:43 +02002509 trans->cc.T308_second = 0;
2510 memcpy(&trans->cc.msg, rel, sizeof(struct gsm_mncc));
Harald Welte4bfdfe72009-06-10 23:11:52 +08002511
Harald Weltedcaf5652009-07-23 18:56:43 +02002512 if (trans->cc.state != GSM_CSTATE_RELEASE_REQ)
Harald Welte4bfdfe72009-06-10 23:11:52 +08002513 new_cc_state(trans, GSM_CSTATE_RELEASE_REQ);
2514
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002515 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002516}
2517
2518static int gsm48_cc_rx_release_compl(struct gsm_trans *trans, struct msgb *msg)
2519{
2520 struct gsm48_hdr *gh = msgb_l3(msg);
2521 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2522 struct tlv_parsed tp;
2523 struct gsm_mncc rel;
2524 int rc = 0;
2525
2526 gsm48_stop_cc_timer(trans);
2527
2528 memset(&rel, 0, sizeof(struct gsm_mncc));
2529 rel.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002530 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002531 /* cause */
2532 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2533 rel.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002534 gsm48_decode_cause(&rel.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002535 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2536 }
2537 /* facility */
2538 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2539 rel.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002540 gsm48_decode_facility(&rel.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002541 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2542 }
2543 /* user-user */
2544 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2545 rel.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002546 gsm48_decode_useruser(&rel.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002547 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2548 }
2549 /* ss-version */
2550 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2551 rel.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002552 gsm48_decode_ssversion(&rel.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002553 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2554 }
2555
2556 if (trans->callref) {
Harald Weltedcaf5652009-07-23 18:56:43 +02002557 switch (trans->cc.state) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002558 case GSM_CSTATE_CALL_PRESENT:
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002559 rc = mncc_recvmsg(trans->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002560 MNCC_REJ_IND, &rel);
2561 break;
2562 case GSM_CSTATE_RELEASE_REQ:
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002563 rc = mncc_recvmsg(trans->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002564 MNCC_REL_CNF, &rel);
2565 break;
2566 default:
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002567 rc = mncc_recvmsg(trans->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002568 MNCC_REL_IND, &rel);
2569 }
2570 }
2571
2572 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002573 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002574
2575 return rc;
2576}
2577
2578static int gsm48_cc_tx_release_compl(struct gsm_trans *trans, void *arg)
2579{
2580 struct gsm_mncc *rel = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002581 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC REL COMPL");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002582 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Harald Weltec7782de2010-12-21 19:31:41 +01002583 int ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002584
Harald Welte4bfdfe72009-06-10 23:11:52 +08002585 gh->msg_type = GSM48_MT_CC_RELEASE_COMPL;
2586
2587 trans->callref = 0;
2588
2589 gsm48_stop_cc_timer(trans);
2590
2591 /* cause */
2592 if (rel->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002593 gsm48_encode_cause(msg, 0, &rel->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002594 /* facility */
2595 if (rel->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002596 gsm48_encode_facility(msg, 0, &rel->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002597 /* user-user */
2598 if (rel->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002599 gsm48_encode_useruser(msg, 0, &rel->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002600
Harald Weltec7782de2010-12-21 19:31:41 +01002601 ret = gsm48_conn_sendmsg(msg, trans->conn, trans);
2602
Harald Weltedcaf5652009-07-23 18:56:43 +02002603 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002604
Harald Weltec7782de2010-12-21 19:31:41 +01002605 return ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002606}
2607
2608static int gsm48_cc_rx_facility(struct gsm_trans *trans, struct msgb *msg)
2609{
2610 struct gsm48_hdr *gh = msgb_l3(msg);
2611 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2612 struct tlv_parsed tp;
2613 struct gsm_mncc fac;
2614
2615 memset(&fac, 0, sizeof(struct gsm_mncc));
2616 fac.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002617 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_FACILITY, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002618 /* facility */
2619 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2620 fac.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002621 gsm48_decode_facility(&fac.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002622 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2623 }
2624 /* ss-version */
2625 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2626 fac.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002627 gsm48_decode_ssversion(&fac.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002628 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2629 }
2630
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002631 return mncc_recvmsg(trans->net, trans, MNCC_FACILITY_IND, &fac);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002632}
2633
2634static int gsm48_cc_tx_facility(struct gsm_trans *trans, void *arg)
2635{
2636 struct gsm_mncc *fac = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002637 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC FAC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002638 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2639
Harald Welte4bfdfe72009-06-10 23:11:52 +08002640 gh->msg_type = GSM48_MT_CC_FACILITY;
2641
2642 /* facility */
Harald Welte55c8f352010-03-07 23:40:35 +01002643 gsm48_encode_facility(msg, 1, &fac->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002644
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002645 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002646}
2647
2648static int gsm48_cc_rx_hold(struct gsm_trans *trans, struct msgb *msg)
2649{
2650 struct gsm_mncc hold;
2651
2652 memset(&hold, 0, sizeof(struct gsm_mncc));
2653 hold.callref = trans->callref;
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002654 return mncc_recvmsg(trans->net, trans, MNCC_HOLD_IND, &hold);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002655}
2656
2657static int gsm48_cc_tx_hold_ack(struct gsm_trans *trans, void *arg)
2658{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002659 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC HLD ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002660 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2661
Harald Welte4bfdfe72009-06-10 23:11:52 +08002662 gh->msg_type = GSM48_MT_CC_HOLD_ACK;
2663
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002664 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002665}
2666
2667static int gsm48_cc_tx_hold_rej(struct gsm_trans *trans, void *arg)
2668{
2669 struct gsm_mncc *hold_rej = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002670 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC HLD REJ");
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_HOLD_REJ;
2674
2675 /* cause */
2676 if (hold_rej->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002677 gsm48_encode_cause(msg, 1, &hold_rej->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002678 else
Harald Welte55c8f352010-03-07 23:40:35 +01002679 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002680
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002681 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002682}
2683
2684static int gsm48_cc_rx_retrieve(struct gsm_trans *trans, struct msgb *msg)
2685{
2686 struct gsm_mncc retrieve;
2687
2688 memset(&retrieve, 0, sizeof(struct gsm_mncc));
2689 retrieve.callref = trans->callref;
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002690 return mncc_recvmsg(trans->net, trans, MNCC_RETRIEVE_IND,
Harald Welte596fed42009-07-23 19:06:52 +02002691 &retrieve);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002692}
2693
2694static int gsm48_cc_tx_retrieve_ack(struct gsm_trans *trans, void *arg)
2695{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002696 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC RETR ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002697 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2698
Harald Welte4bfdfe72009-06-10 23:11:52 +08002699 gh->msg_type = GSM48_MT_CC_RETR_ACK;
2700
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002701 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002702}
2703
2704static int gsm48_cc_tx_retrieve_rej(struct gsm_trans *trans, void *arg)
2705{
2706 struct gsm_mncc *retrieve_rej = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002707 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC RETR REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002708 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2709
Harald Welte4bfdfe72009-06-10 23:11:52 +08002710 gh->msg_type = GSM48_MT_CC_RETR_REJ;
2711
2712 /* cause */
2713 if (retrieve_rej->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002714 gsm48_encode_cause(msg, 1, &retrieve_rej->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002715 else
Harald Welte55c8f352010-03-07 23:40:35 +01002716 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002717
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002718 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002719}
2720
2721static int gsm48_cc_rx_start_dtmf(struct gsm_trans *trans, struct msgb *msg)
2722{
2723 struct gsm48_hdr *gh = msgb_l3(msg);
2724 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2725 struct tlv_parsed tp;
2726 struct gsm_mncc dtmf;
2727
2728 memset(&dtmf, 0, sizeof(struct gsm_mncc));
2729 dtmf.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002730 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002731 /* keypad facility */
2732 if (TLVP_PRESENT(&tp, GSM48_IE_KPD_FACILITY)) {
2733 dtmf.fields |= MNCC_F_KEYPAD;
Harald Welte55c8f352010-03-07 23:40:35 +01002734 gsm48_decode_keypad(&dtmf.keypad,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002735 TLVP_VAL(&tp, GSM48_IE_KPD_FACILITY)-1);
2736 }
2737
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002738 return mncc_recvmsg(trans->net, trans, MNCC_START_DTMF_IND, &dtmf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002739}
2740
2741static int gsm48_cc_tx_start_dtmf_ack(struct gsm_trans *trans, void *arg)
2742{
2743 struct gsm_mncc *dtmf = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002744 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 DTMF ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002745 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2746
Harald Welte4bfdfe72009-06-10 23:11:52 +08002747 gh->msg_type = GSM48_MT_CC_START_DTMF_ACK;
2748
2749 /* keypad */
2750 if (dtmf->fields & MNCC_F_KEYPAD)
Harald Welte55c8f352010-03-07 23:40:35 +01002751 gsm48_encode_keypad(msg, dtmf->keypad);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002752
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002753 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002754}
2755
2756static int gsm48_cc_tx_start_dtmf_rej(struct gsm_trans *trans, void *arg)
2757{
2758 struct gsm_mncc *dtmf = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002759 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 DTMF REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002760 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2761
Harald Welte4bfdfe72009-06-10 23:11:52 +08002762 gh->msg_type = GSM48_MT_CC_START_DTMF_REJ;
2763
2764 /* cause */
2765 if (dtmf->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002766 gsm48_encode_cause(msg, 1, &dtmf->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002767 else
Harald Welte55c8f352010-03-07 23:40:35 +01002768 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002769
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002770 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002771}
2772
2773static int gsm48_cc_tx_stop_dtmf_ack(struct gsm_trans *trans, void *arg)
2774{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002775 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 DTMF STP ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002776 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2777
Harald Welte4bfdfe72009-06-10 23:11:52 +08002778 gh->msg_type = GSM48_MT_CC_STOP_DTMF_ACK;
2779
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002780 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002781}
2782
2783static int gsm48_cc_rx_stop_dtmf(struct gsm_trans *trans, struct msgb *msg)
2784{
2785 struct gsm_mncc dtmf;
2786
2787 memset(&dtmf, 0, sizeof(struct gsm_mncc));
2788 dtmf.callref = trans->callref;
2789
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002790 return mncc_recvmsg(trans->net, trans, MNCC_STOP_DTMF_IND, &dtmf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002791}
2792
2793static int gsm48_cc_rx_modify(struct gsm_trans *trans, struct msgb *msg)
2794{
2795 struct gsm48_hdr *gh = msgb_l3(msg);
2796 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2797 struct tlv_parsed tp;
2798 struct gsm_mncc modify;
2799
2800 memset(&modify, 0, sizeof(struct gsm_mncc));
2801 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002802 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002803 /* bearer capability */
2804 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2805 modify.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002806 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002807 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002808 apply_codec_restrictions(trans->conn->bts, &modify.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002809 }
2810
2811 new_cc_state(trans, GSM_CSTATE_MO_ORIG_MODIFY);
2812
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002813 return mncc_recvmsg(trans->net, trans, MNCC_MODIFY_IND, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002814}
2815
2816static int gsm48_cc_tx_modify(struct gsm_trans *trans, void *arg)
2817{
2818 struct gsm_mncc *modify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002819 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC MOD");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002820 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2821
Harald Welte4bfdfe72009-06-10 23:11:52 +08002822 gh->msg_type = GSM48_MT_CC_MODIFY;
2823
2824 gsm48_start_cc_timer(trans, 0x323, GSM48_T323);
2825
2826 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002827 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002828
2829 new_cc_state(trans, GSM_CSTATE_MO_TERM_MODIFY);
2830
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002831 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002832}
2833
2834static int gsm48_cc_rx_modify_complete(struct gsm_trans *trans, struct msgb *msg)
2835{
2836 struct gsm48_hdr *gh = msgb_l3(msg);
2837 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2838 struct tlv_parsed tp;
2839 struct gsm_mncc modify;
2840
2841 gsm48_stop_cc_timer(trans);
2842
2843 memset(&modify, 0, sizeof(struct gsm_mncc));
2844 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002845 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002846 /* bearer capability */
2847 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2848 modify.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002849 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002850 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002851 apply_codec_restrictions(trans->conn->bts, &modify.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002852 }
2853
2854 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2855
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002856 return mncc_recvmsg(trans->net, trans, MNCC_MODIFY_CNF, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002857}
2858
2859static int gsm48_cc_tx_modify_complete(struct gsm_trans *trans, void *arg)
2860{
2861 struct gsm_mncc *modify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002862 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC MOD COMPL");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002863 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2864
Harald Welte4bfdfe72009-06-10 23:11:52 +08002865 gh->msg_type = GSM48_MT_CC_MODIFY_COMPL;
2866
2867 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002868 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002869
2870 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2871
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002872 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002873}
2874
2875static int gsm48_cc_rx_modify_reject(struct gsm_trans *trans, struct msgb *msg)
2876{
2877 struct gsm48_hdr *gh = msgb_l3(msg);
2878 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2879 struct tlv_parsed tp;
2880 struct gsm_mncc modify;
2881
2882 gsm48_stop_cc_timer(trans);
2883
2884 memset(&modify, 0, sizeof(struct gsm_mncc));
2885 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002886 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, GSM48_IE_CAUSE);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002887 /* bearer capability */
2888 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2889 modify.fields |= GSM48_IE_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002890 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002891 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002892 apply_codec_restrictions(trans->conn->bts, &modify.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002893 }
2894 /* cause */
2895 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2896 modify.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002897 gsm48_decode_cause(&modify.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002898 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2899 }
2900
2901 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2902
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002903 return mncc_recvmsg(trans->net, trans, MNCC_MODIFY_REJ, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002904}
2905
2906static int gsm48_cc_tx_modify_reject(struct gsm_trans *trans, void *arg)
2907{
2908 struct gsm_mncc *modify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002909 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC MOD REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002910 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2911
Harald Welte4bfdfe72009-06-10 23:11:52 +08002912 gh->msg_type = GSM48_MT_CC_MODIFY_REJECT;
2913
2914 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002915 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002916 /* cause */
Harald Welte55c8f352010-03-07 23:40:35 +01002917 gsm48_encode_cause(msg, 1, &modify->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002918
2919 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2920
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002921 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002922}
2923
2924static int gsm48_cc_tx_notify(struct gsm_trans *trans, void *arg)
2925{
2926 struct gsm_mncc *notify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002927 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC NOT");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002928 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2929
Harald Welte4bfdfe72009-06-10 23:11:52 +08002930 gh->msg_type = GSM48_MT_CC_NOTIFY;
2931
2932 /* notify */
Harald Welte55c8f352010-03-07 23:40:35 +01002933 gsm48_encode_notify(msg, notify->notify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002934
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002935 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002936}
2937
2938static int gsm48_cc_rx_notify(struct gsm_trans *trans, struct msgb *msg)
2939{
2940 struct gsm48_hdr *gh = msgb_l3(msg);
2941 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2942// struct tlv_parsed tp;
2943 struct gsm_mncc notify;
2944
2945 memset(&notify, 0, sizeof(struct gsm_mncc));
2946 notify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002947// tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002948 if (payload_len >= 1)
Harald Welte55c8f352010-03-07 23:40:35 +01002949 gsm48_decode_notify(&notify.notify, gh->data);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002950
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002951 return mncc_recvmsg(trans->net, trans, MNCC_NOTIFY_IND, &notify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002952}
2953
2954static int gsm48_cc_tx_userinfo(struct gsm_trans *trans, void *arg)
2955{
2956 struct gsm_mncc *user = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002957 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 USR INFO");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002958 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2959
Harald Welte4bfdfe72009-06-10 23:11:52 +08002960 gh->msg_type = GSM48_MT_CC_USER_INFO;
2961
2962 /* user-user */
2963 if (user->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002964 gsm48_encode_useruser(msg, 1, &user->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002965 /* more data */
2966 if (user->more)
Harald Welte55c8f352010-03-07 23:40:35 +01002967 gsm48_encode_more(msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002968
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002969 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002970}
2971
2972static int gsm48_cc_rx_userinfo(struct gsm_trans *trans, struct msgb *msg)
2973{
2974 struct gsm48_hdr *gh = msgb_l3(msg);
2975 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2976 struct tlv_parsed tp;
2977 struct gsm_mncc user;
2978
2979 memset(&user, 0, sizeof(struct gsm_mncc));
2980 user.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002981 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_USER_USER, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002982 /* user-user */
2983 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2984 user.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002985 gsm48_decode_useruser(&user.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002986 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2987 }
2988 /* more data */
2989 if (TLVP_PRESENT(&tp, GSM48_IE_MORE_DATA))
2990 user.more = 1;
2991
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002992 return mncc_recvmsg(trans->net, trans, MNCC_USERINFO_IND, &user);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002993}
2994
Holger Hans Peter Freytherff3f2602009-10-22 15:13:00 +02002995static int _gsm48_lchan_modify(struct gsm_trans *trans, void *arg)
Harald Welte4bfdfe72009-06-10 23:11:52 +08002996{
2997 struct gsm_mncc *mode = arg;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02002998 struct gsm_lchan *lchan = trans->conn->lchan;
2999
3000 /*
3001 * We were forced to make an assignment a lot earlier and
3002 * we should avoid sending another assignment that might
3003 * even lead to a different kind of lchan (TCH/F vs. TCH/H).
3004 * In case of rtp-bridge it is too late to change things
3005 * here.
3006 */
3007 if (trans->conn->mncc_rtp_bridge && lchan->tch_mode != GSM48_CMODE_SIGN)
3008 return 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003009
Andreas Eversberg72c0dbd2013-03-31 11:50:35 +02003010 return gsm0808_assign_req(trans->conn, mode->lchan_mode,
3011 trans->conn->lchan->type != GSM_LCHAN_TCH_H);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003012}
3013
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003014static void mncc_recv_rtp(struct gsm_network *net, uint32_t callref,
3015 int cmd, uint32_t addr, uint16_t port, uint32_t payload_type,
3016 uint32_t payload_msg_type)
3017{
3018 uint8_t data[sizeof(struct gsm_mncc)];
3019 struct gsm_mncc_rtp *rtp;
3020
3021 memset(&data, 0, sizeof(data));
3022 rtp = (struct gsm_mncc_rtp *) &data[0];
3023
3024 rtp->callref = callref;
3025 rtp->msg_type = cmd;
3026 rtp->ip = addr;
3027 rtp->port = port;
3028 rtp->payload_type = payload_type;
3029 rtp->payload_msg_type = payload_msg_type;
3030 mncc_recvmsg(net, NULL, cmd, (struct gsm_mncc *)data);
3031}
3032
3033static void mncc_recv_rtp_sock(struct gsm_network *net, struct gsm_trans *trans, int cmd)
3034{
3035 struct gsm_lchan *lchan;
3036 int msg_type;
3037
3038 lchan = trans->conn->lchan;
3039 switch (lchan->abis_ip.rtp_payload) {
3040 case RTP_PT_GSM_FULL:
3041 msg_type = GSM_TCHF_FRAME;
3042 break;
3043 case RTP_PT_GSM_EFR:
3044 msg_type = GSM_TCHF_FRAME_EFR;
3045 break;
3046 case RTP_PT_GSM_HALF:
3047 msg_type = GSM_TCHH_FRAME;
3048 break;
3049 case RTP_PT_AMR:
3050 msg_type = GSM_TCH_FRAME_AMR;
3051 break;
3052 default:
3053 LOGP(DMNCC, LOGL_ERROR, "%s unknown payload type %d\n",
3054 gsm_lchan_name(lchan), lchan->abis_ip.rtp_payload);
3055 msg_type = 0;
3056 break;
3057 }
3058
3059 return mncc_recv_rtp(net, trans->callref, cmd,
3060 lchan->abis_ip.bound_ip,
3061 lchan->abis_ip.bound_port,
3062 lchan->abis_ip.rtp_payload,
3063 msg_type);
3064}
3065
3066static void mncc_recv_rtp_err(struct gsm_network *net, uint32_t callref, int cmd)
3067{
3068 return mncc_recv_rtp(net, callref, cmd, 0, 0, 0, 0);
3069}
3070
3071static int tch_rtp_create(struct gsm_network *net, uint32_t callref)
3072{
3073 struct gsm_bts *bts;
3074 struct gsm_lchan *lchan;
3075 struct gsm_trans *trans;
Max8db12e42016-04-18 23:11:18 +02003076 enum gsm48_chan_mode m;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003077
3078 /* Find callref */
3079 trans = trans_find_by_callref(net, callref);
3080 if (!trans) {
3081 LOGP(DMNCC, LOGL_ERROR, "RTP create for non-existing trans\n");
3082 mncc_recv_rtp_err(net, callref, MNCC_RTP_CREATE);
3083 return -EIO;
3084 }
3085 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
3086 if (!trans->conn) {
3087 LOGP(DMNCC, LOGL_NOTICE, "RTP create for trans without conn\n");
3088 mncc_recv_rtp_err(net, callref, MNCC_RTP_CREATE);
3089 return 0;
3090 }
3091
3092 lchan = trans->conn->lchan;
3093 bts = lchan->ts->trx->bts;
3094 if (!is_ipaccess_bts(bts)) {
3095 /*
3096 * I want this to be straight forward and have no audio flow
3097 * through the nitb/osmo-mss system. This currently means that
3098 * this will not work with BS11/Nokia type BTS. We would need
3099 * to have a trau<->rtp bridge for these but still preferable
3100 * in another process.
3101 */
3102 LOGP(DMNCC, LOGL_ERROR, "RTP create only works with IP systems\n");
3103 mncc_recv_rtp_err(net, callref, MNCC_RTP_CREATE);
3104 return -EINVAL;
3105 }
3106
3107 trans->conn->mncc_rtp_bridge = 1;
3108 /*
3109 * *sigh* we need to pick a codec now. Pick the most generic one
3110 * right now and hope we could fix that later on. This is very
Holger Hans Peter Freyther53122b02015-08-20 19:10:58 +02003111 * similiar to the routine above.
3112 * Fallback to the internal MNCC mode to select a route.
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003113 */
3114 if (lchan->tch_mode == GSM48_CMODE_SIGN) {
3115 trans->conn->mncc_rtp_create_pending = 1;
Max8db12e42016-04-18 23:11:18 +02003116 m = mncc_codec_for_mode(lchan->type);
3117 LOGP(DMNCC, LOGL_DEBUG, "RTP create: codec=%s, chan_type=%s\n",
3118 get_value_string(gsm48_chan_mode_names, m),
3119 get_value_string(gsm_chan_t_names, lchan->type));
3120 return gsm0808_assign_req(trans->conn, m,
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003121 lchan->type != GSM_LCHAN_TCH_H);
3122 }
3123
3124 mncc_recv_rtp_sock(trans->net, trans, MNCC_RTP_CREATE);
3125 return 0;
3126}
3127
3128static int tch_rtp_connect(struct gsm_network *net, void *arg)
3129{
3130 struct gsm_lchan *lchan;
3131 struct gsm_trans *trans;
3132 struct gsm_mncc_rtp *rtp = arg;
3133
3134 /* Find callref */
3135 trans = trans_find_by_callref(net, rtp->callref);
3136 if (!trans) {
3137 LOGP(DMNCC, LOGL_ERROR, "RTP connect for non-existing trans\n");
3138 mncc_recv_rtp_err(net, rtp->callref, MNCC_RTP_CONNECT);
3139 return -EIO;
3140 }
3141 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
3142 if (!trans->conn) {
3143 LOGP(DMNCC, LOGL_ERROR, "RTP connect for trans without conn\n");
3144 mncc_recv_rtp_err(net, rtp->callref, MNCC_RTP_CONNECT);
3145 return 0;
3146 }
3147
3148 lchan = trans->conn->lchan;
Max8db12e42016-04-18 23:11:18 +02003149 LOGP(DMNCC, LOGL_DEBUG, "RTP connect: codec=%s, chan_type=%s\n",
3150 get_value_string(gsm48_chan_mode_names,
3151 mncc_codec_for_mode(lchan->type)),
3152 get_value_string(gsm_chan_t_names, lchan->type));
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003153
3154 /* TODO: Check if payload_msg_type is compatible with what we have */
3155 if (rtp->payload_type != lchan->abis_ip.rtp_payload) {
3156 LOGP(DMNCC, LOGL_ERROR, "RTP connect with different RTP payload\n");
3157 mncc_recv_rtp_err(net, rtp->callref, MNCC_RTP_CONNECT);
3158 }
3159
3160 /*
3161 * FIXME: payload2 can't be sent with MDCX as the osmo-bts code
3162 * complains about both rtp and rtp payload2 being present in the
3163 * same package!
3164 */
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003165 trans->conn->mncc_rtp_connect_pending = 1;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003166 return rsl_ipacc_mdcx(lchan, rtp->ip, rtp->port, 0);
3167}
3168
3169static int tch_rtp_signal(struct gsm_lchan *lchan, int signal)
3170{
3171 struct gsm_network *net;
3172 struct gsm_trans *tmp, *trans = NULL;
3173
3174 net = lchan->ts->trx->bts->network;
3175 llist_for_each_entry(tmp, &net->trans_list, entry) {
3176 if (!tmp->conn)
3177 continue;
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003178 if (tmp->conn->lchan != lchan && tmp->conn->ho_lchan != lchan)
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003179 continue;
3180 trans = tmp;
3181 break;
3182 }
3183
3184 if (!trans) {
3185 LOGP(DMNCC, LOGL_ERROR, "%s IPA abis signal but no transaction.\n",
3186 gsm_lchan_name(lchan));
3187 return 0;
3188 }
3189
3190 switch (signal) {
3191 case S_ABISIP_CRCX_ACK:
3192 if (lchan->conn->mncc_rtp_create_pending) {
3193 lchan->conn->mncc_rtp_create_pending = 0;
3194 LOGP(DMNCC, LOGL_NOTICE, "%s sending pending RTP create ind.\n",
3195 gsm_lchan_name(lchan));
3196 mncc_recv_rtp_sock(net, trans, MNCC_RTP_CREATE);
3197 }
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003198 /*
3199 * TODO: this appears to be too early? Why not until after
3200 * the handover detect or the handover complete?
3201 */
3202 maybe_switch_for_handover(lchan);
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003203 break;
3204 case S_ABISIP_MDCX_ACK:
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003205 if (lchan->conn->mncc_rtp_connect_pending) {
3206 lchan->conn->mncc_rtp_connect_pending = 0;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003207 LOGP(DMNCC, LOGL_NOTICE, "%s sending pending RTP connect ind.\n",
3208 gsm_lchan_name(lchan));
3209 mncc_recv_rtp_sock(net, trans, MNCC_RTP_CONNECT);
3210 }
3211 break;
3212 }
3213
3214 return 0;
3215}
3216
3217
Harald Welte4bfdfe72009-06-10 23:11:52 +08003218static struct downstate {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02003219 uint32_t states;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003220 int type;
3221 int (*rout) (struct gsm_trans *trans, void *arg);
3222} downstatelist[] = {
3223 /* mobile originating call establishment */
3224 {SBIT(GSM_CSTATE_INITIATED), /* 5.2.1.2 */
3225 MNCC_CALL_PROC_REQ, gsm48_cc_tx_call_proc},
3226 {SBIT(GSM_CSTATE_INITIATED) | SBIT(GSM_CSTATE_MO_CALL_PROC), /* 5.2.1.2 | 5.2.1.5 */
3227 MNCC_ALERT_REQ, gsm48_cc_tx_alerting},
3228 {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 */
3229 MNCC_SETUP_RSP, gsm48_cc_tx_connect},
3230 {SBIT(GSM_CSTATE_MO_CALL_PROC), /* 5.2.1.4.2 */
3231 MNCC_PROGRESS_REQ, gsm48_cc_tx_progress},
3232 /* mobile terminating call establishment */
3233 {SBIT(GSM_CSTATE_NULL), /* 5.2.2.1 */
3234 MNCC_SETUP_REQ, gsm48_cc_tx_setup},
3235 {SBIT(GSM_CSTATE_CONNECT_REQUEST),
3236 MNCC_SETUP_COMPL_REQ, gsm48_cc_tx_connect_ack},
3237 /* signalling during call */
3238 {SBIT(GSM_CSTATE_ACTIVE),
3239 MNCC_NOTIFY_REQ, gsm48_cc_tx_notify},
3240 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ),
3241 MNCC_FACILITY_REQ, gsm48_cc_tx_facility},
3242 {ALL_STATES,
3243 MNCC_START_DTMF_RSP, gsm48_cc_tx_start_dtmf_ack},
3244 {ALL_STATES,
3245 MNCC_START_DTMF_REJ, gsm48_cc_tx_start_dtmf_rej},
3246 {ALL_STATES,
3247 MNCC_STOP_DTMF_RSP, gsm48_cc_tx_stop_dtmf_ack},
3248 {SBIT(GSM_CSTATE_ACTIVE),
3249 MNCC_HOLD_CNF, gsm48_cc_tx_hold_ack},
3250 {SBIT(GSM_CSTATE_ACTIVE),
3251 MNCC_HOLD_REJ, gsm48_cc_tx_hold_rej},
3252 {SBIT(GSM_CSTATE_ACTIVE),
3253 MNCC_RETRIEVE_CNF, gsm48_cc_tx_retrieve_ack},
3254 {SBIT(GSM_CSTATE_ACTIVE),
3255 MNCC_RETRIEVE_REJ, gsm48_cc_tx_retrieve_rej},
3256 {SBIT(GSM_CSTATE_ACTIVE),
3257 MNCC_MODIFY_REQ, gsm48_cc_tx_modify},
3258 {SBIT(GSM_CSTATE_MO_ORIG_MODIFY),
3259 MNCC_MODIFY_RSP, gsm48_cc_tx_modify_complete},
3260 {SBIT(GSM_CSTATE_MO_ORIG_MODIFY),
3261 MNCC_MODIFY_REJ, gsm48_cc_tx_modify_reject},
3262 {SBIT(GSM_CSTATE_ACTIVE),
3263 MNCC_USERINFO_REQ, gsm48_cc_tx_userinfo},
3264 /* clearing */
3265 {SBIT(GSM_CSTATE_INITIATED),
3266 MNCC_REJ_REQ, gsm48_cc_tx_release_compl},
3267 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_DISCONNECT_IND) - SBIT(GSM_CSTATE_RELEASE_REQ) - SBIT(GSM_CSTATE_DISCONNECT_REQ), /* 5.4.4 */
3268 MNCC_DISC_REQ, gsm48_cc_tx_disconnect},
3269 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ), /* 5.4.3.2 */
3270 MNCC_REL_REQ, gsm48_cc_tx_release},
3271 /* special */
3272 {ALL_STATES,
Holger Hans Peter Freytherff3f2602009-10-22 15:13:00 +02003273 MNCC_LCHAN_MODIFY, _gsm48_lchan_modify},
Harald Welte4bfdfe72009-06-10 23:11:52 +08003274};
3275
3276#define DOWNSLLEN \
3277 (sizeof(downstatelist) / sizeof(struct downstate))
3278
3279
Harald Welte76556372010-12-22 23:57:45 +01003280int mncc_tx_to_cc(struct gsm_network *net, int msg_type, void *arg)
Harald Welte4bfdfe72009-06-10 23:11:52 +08003281{
Harald Welte1a6f7982009-08-09 18:52:33 +02003282 int i, rc = 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003283 struct gsm_trans *trans = NULL, *transt;
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003284 struct gsm_subscriber_connection *conn = NULL;
Holger Hans Peter Freytherb56a6bb2010-12-27 16:02:25 +01003285 struct gsm_bts *bts = NULL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003286 struct gsm_mncc *data = arg, rel;
3287
Harald Welte04dc88f2010-12-22 21:45:05 +01003288 DEBUGP(DMNCC, "receive message %s\n", get_mncc_name(msg_type));
3289
Harald Welte4bfdfe72009-06-10 23:11:52 +08003290 /* handle special messages */
3291 switch(msg_type) {
3292 case MNCC_BRIDGE:
Max3ffce192016-04-25 15:22:00 +02003293 rc = tch_bridge(net, arg);
3294 if (rc < 0)
3295 disconnect_bridge(net, arg, -rc);
3296 return rc;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003297 case MNCC_FRAME_DROP:
Harald Welteda7ab742009-12-19 22:23:05 +01003298 return tch_recv_mncc(net, data->callref, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003299 case MNCC_FRAME_RECV:
Harald Welteda7ab742009-12-19 22:23:05 +01003300 return tch_recv_mncc(net, data->callref, 1);
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003301 case MNCC_RTP_CREATE:
3302 return tch_rtp_create(net, data->callref);
3303 case MNCC_RTP_CONNECT:
3304 return tch_rtp_connect(net, arg);
3305 case MNCC_RTP_FREE:
3306 /* unused right now */
3307 return -EIO;
Harald Welteda7ab742009-12-19 22:23:05 +01003308 case GSM_TCHF_FRAME:
Andreas Eversbergd074f8f2013-12-06 16:59:10 +01003309 case GSM_TCHF_FRAME_EFR:
Andreas Eversberg63bfdd82014-01-17 19:06:38 +01003310 case GSM_TCHH_FRAME:
Andreas Eversbergd8967f72012-03-08 14:39:19 +01003311 case GSM_TCH_FRAME_AMR:
Harald Welteda7ab742009-12-19 22:23:05 +01003312 /* Find callref */
3313 trans = trans_find_by_callref(net, data->callref);
Harald Welte04dc88f2010-12-22 21:45:05 +01003314 if (!trans) {
3315 LOGP(DMNCC, LOGL_ERROR, "TCH frame for non-existing trans\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003316 return -EIO;
Harald Welte04dc88f2010-12-22 21:45:05 +01003317 }
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01003318 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
Harald Welte04dc88f2010-12-22 21:45:05 +01003319 if (!trans->conn) {
3320 LOGP(DMNCC, LOGL_NOTICE, "TCH frame for trans without conn\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003321 return 0;
Harald Welte04dc88f2010-12-22 21:45:05 +01003322 }
Andreas Eversberg93e795c2013-03-11 08:20:48 +01003323 if (!trans->conn->lchan) {
3324 LOGP(DMNCC, LOGL_NOTICE, "TCH frame for trans without lchan\n");
3325 return 0;
3326 }
Andreas Eversberg63bfdd82014-01-17 19:06:38 +01003327 if (trans->conn->lchan->type != GSM_LCHAN_TCH_F
3328 && trans->conn->lchan->type != GSM_LCHAN_TCH_H) {
Harald Welte04dc88f2010-12-22 21:45:05 +01003329 /* This should be LOGL_ERROR or NOTICE, but
3330 * unfortuantely it happens for a couple of frames at
3331 * the beginning of every RTP connection */
Andreas Eversberg63bfdd82014-01-17 19:06:38 +01003332 LOGP(DMNCC, LOGL_DEBUG, "TCH frame for lchan != TCH_F/TCH_H\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003333 return 0;
Harald Welte04dc88f2010-12-22 21:45:05 +01003334 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003335 bts = trans->conn->lchan->ts->trx->bts;
Harald Welteda7ab742009-12-19 22:23:05 +01003336 switch (bts->type) {
3337 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +02003338 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welte04dc88f2010-12-22 21:45:05 +01003339 if (!trans->conn->lchan->abis_ip.rtp_socket) {
Harald Welte91c59c82010-12-24 12:40:21 +01003340 DEBUGP(DMNCC, "TCH frame to lchan without RTP connection\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003341 return 0;
Harald Welte04dc88f2010-12-22 21:45:05 +01003342 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003343 return rtp_send_frame(trans->conn->lchan->abis_ip.rtp_socket, arg);
Harald Welteda7ab742009-12-19 22:23:05 +01003344 case GSM_BTS_TYPE_BS11:
Harald Weltec76fb5d2011-03-20 06:27:31 -03003345 case GSM_BTS_TYPE_RBS2000:
Harald Welte10456972011-08-05 20:11:18 +02003346 case GSM_BTS_TYPE_NOKIA_SITE:
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003347 return trau_send_frame(trans->conn->lchan, arg);
Harald Welteda7ab742009-12-19 22:23:05 +01003348 default:
Harald Weltee5215b52011-08-09 21:53:20 +02003349 LOGP(DCC, LOGL_ERROR, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01003350 }
3351 return -EINVAL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003352 }
3353
3354 memset(&rel, 0, sizeof(struct gsm_mncc));
3355 rel.callref = data->callref;
3356
3357 /* Find callref */
Harald Weltedcaf5652009-07-23 18:56:43 +02003358 trans = trans_find_by_callref(net, data->callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003359
3360 /* Callref unknown */
3361 if (!trans) {
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003362 struct gsm_subscriber *subscr;
3363
Harald Welte4a3464c2009-07-04 10:11:24 +02003364 if (msg_type != MNCC_SETUP_REQ) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003365 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
3366 "Received '%s' from MNCC with "
3367 "unknown callref %d\n", data->called.number,
3368 get_mncc_name(msg_type), data->callref);
3369 /* Invalid call reference */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003370 return mncc_release_ind(net, NULL, data->callref,
3371 GSM48_CAUSE_LOC_PRN_S_LU,
3372 GSM48_CC_CAUSE_INVAL_TRANS_ID);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003373 }
Andreas Eversbergc079be42009-06-15 23:22:09 +02003374 if (!data->called.number[0] && !data->imsi[0]) {
3375 DEBUGP(DCC, "(bts - trx - ts - ti) "
3376 "Received '%s' from MNCC with "
3377 "no number or IMSI\n", get_mncc_name(msg_type));
3378 /* Invalid number */
3379 return mncc_release_ind(net, NULL, data->callref,
3380 GSM48_CAUSE_LOC_PRN_S_LU,
3381 GSM48_CC_CAUSE_INV_NR_FORMAT);
3382 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003383 /* New transaction due to setup, find subscriber */
Andreas Eversbergc079be42009-06-15 23:22:09 +02003384 if (data->called.number[0])
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01003385 subscr = subscr_get_by_extension(net->subscr_group,
Harald Welte9176bd42009-07-23 18:46:00 +02003386 data->called.number);
Andreas Eversbergc079be42009-06-15 23:22:09 +02003387 else
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01003388 subscr = subscr_get_by_imsi(net->subscr_group,
3389 data->imsi);
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01003390
3391 /* update the subscriber we deal with */
3392 log_set_context(BSC_CTX_SUBSCR, subscr);
3393
Harald Welte4bfdfe72009-06-10 23:11:52 +08003394 /* If subscriber is not found */
3395 if (!subscr) {
3396 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
3397 "Received '%s' from MNCC with "
3398 "unknown subscriber %s\n", data->called.number,
3399 get_mncc_name(msg_type), data->called.number);
3400 /* Unknown subscriber */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003401 return mncc_release_ind(net, NULL, data->callref,
3402 GSM48_CAUSE_LOC_PRN_S_LU,
3403 GSM48_CC_CAUSE_UNASSIGNED_NR);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003404 }
3405 /* If subscriber is not "attached" */
3406 if (!subscr->lac) {
3407 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
3408 "Received '%s' from MNCC with "
3409 "detached subscriber %s\n", data->called.number,
3410 get_mncc_name(msg_type), data->called.number);
3411 subscr_put(subscr);
3412 /* Temporarily out of order */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003413 return mncc_release_ind(net, NULL, data->callref,
3414 GSM48_CAUSE_LOC_PRN_S_LU,
3415 GSM48_CC_CAUSE_DEST_OOO);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003416 }
3417 /* Create transaction */
Jacob Erlbeckaf792d62014-12-02 14:22:53 +01003418 trans = trans_alloc(net, subscr, GSM48_PDISC_CC, 0xff, data->callref);
Harald Weltedcaf5652009-07-23 18:56:43 +02003419 if (!trans) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003420 DEBUGP(DCC, "No memory for trans.\n");
3421 subscr_put(subscr);
3422 /* Ressource unavailable */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003423 mncc_release_ind(net, NULL, data->callref,
3424 GSM48_CAUSE_LOC_PRN_S_LU,
3425 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003426 return -ENOMEM;
3427 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003428 /* Find lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003429 conn = connection_for_subscr(subscr);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003430
Harald Welte4bfdfe72009-06-10 23:11:52 +08003431 /* If subscriber has no lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003432 if (!conn) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003433 /* find transaction with this subscriber already paging */
3434 llist_for_each_entry(transt, &net->trans_list, entry) {
3435 /* Transaction of our lchan? */
3436 if (transt == trans ||
3437 transt->subscr != subscr)
3438 continue;
Holger Hans Peter Freyther8e3eb582010-12-27 16:08:34 +01003439 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003440 "Received '%s' from MNCC with "
3441 "unallocated channel, paging already "
Holger Hans Peter Freyther8e3eb582010-12-27 16:08:34 +01003442 "started for lac %d.\n",
Harald Welte4bfdfe72009-06-10 23:11:52 +08003443 data->called.number,
Holger Hans Peter Freyther8e3eb582010-12-27 16:08:34 +01003444 get_mncc_name(msg_type), subscr->lac);
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003445 subscr_put(subscr);
3446 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003447 return 0;
3448 }
3449 /* store setup informations until paging was successfull */
Harald Weltedcaf5652009-07-23 18:56:43 +02003450 memcpy(&trans->cc.msg, data, sizeof(struct gsm_mncc));
Sylvain Munaut567c8dc2010-12-01 22:17:36 +01003451
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02003452 /* Request a channel */
3453 trans->paging_request = subscr_request_channel(subscr,
3454 RSL_CHANNEED_TCH_F, setup_trig_pag_evt,
3455 trans);
Holger Hans Peter Freyther49b3ed22010-12-29 17:09:07 +01003456 if (!trans->paging_request) {
3457 LOGP(DCC, LOGL_ERROR, "Failed to allocate paging token.\n");
3458 subscr_put(subscr);
3459 trans_free(trans);
3460 return 0;
3461 }
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003462 subscr_put(subscr);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003463 return 0;
3464 }
3465 /* Assign lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003466 trans->conn = conn;
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003467 subscr_put(subscr);
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01003468 } else {
3469 /* update the subscriber we deal with */
3470 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003471 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003472
3473 if (trans->conn)
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003474 conn = trans->conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003475
3476 /* if paging did not respond yet */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003477 if (!conn) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003478 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003479 "Received '%s' from MNCC in paging state\n",
Harald Welte4bfdfe72009-06-10 23:11:52 +08003480 (trans->subscr)?(trans->subscr->extension):"-",
3481 get_mncc_name(msg_type));
Harald Weltec66b71c2009-06-11 14:23:20 +08003482 mncc_set_cause(&rel, GSM48_CAUSE_LOC_PRN_S_LU,
3483 GSM48_CC_CAUSE_NORM_CALL_CLEAR);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003484 if (msg_type == MNCC_REL_REQ)
3485 rc = mncc_recvmsg(net, trans, MNCC_REL_CNF, &rel);
3486 else
3487 rc = mncc_recvmsg(net, trans, MNCC_REL_IND, &rel);
3488 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02003489 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003490 return rc;
3491 }
3492
3493 DEBUGP(DCC, "(bts %d trx %d ts %d ti %02x sub %s) "
3494 "Received '%s' from MNCC in state %d (%s)\n",
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003495 conn->bts->nr, conn->lchan->ts->trx->nr, conn->lchan->ts->nr,
Harald Welte4bfdfe72009-06-10 23:11:52 +08003496 trans->transaction_id,
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003497 (trans->conn->subscr)?(trans->conn->subscr->extension):"-",
Harald Weltedcaf5652009-07-23 18:56:43 +02003498 get_mncc_name(msg_type), trans->cc.state,
Harald Weltee95daf192010-03-25 12:13:02 +08003499 gsm48_cc_state_name(trans->cc.state));
Harald Welte4bfdfe72009-06-10 23:11:52 +08003500
3501 /* Find function for current state and message */
3502 for (i = 0; i < DOWNSLLEN; i++)
3503 if ((msg_type == downstatelist[i].type)
Harald Weltedcaf5652009-07-23 18:56:43 +02003504 && ((1 << trans->cc.state) & downstatelist[i].states))
Harald Welte4bfdfe72009-06-10 23:11:52 +08003505 break;
3506 if (i == DOWNSLLEN) {
3507 DEBUGP(DCC, "Message unhandled at this state.\n");
3508 return 0;
3509 }
3510
3511 rc = downstatelist[i].rout(trans, arg);
3512
3513 return rc;
3514}
3515
3516
3517static struct datastate {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02003518 uint32_t states;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003519 int type;
3520 int (*rout) (struct gsm_trans *trans, struct msgb *msg);
3521} datastatelist[] = {
3522 /* mobile originating call establishment */
3523 {SBIT(GSM_CSTATE_NULL), /* 5.2.1.2 */
3524 GSM48_MT_CC_SETUP, gsm48_cc_rx_setup},
3525 {SBIT(GSM_CSTATE_NULL), /* 5.2.1.2 */
3526 GSM48_MT_CC_EMERG_SETUP, gsm48_cc_rx_setup},
3527 {SBIT(GSM_CSTATE_CONNECT_IND), /* 5.2.1.2 */
3528 GSM48_MT_CC_CONNECT_ACK, gsm48_cc_rx_connect_ack},
3529 /* mobile terminating call establishment */
3530 {SBIT(GSM_CSTATE_CALL_PRESENT), /* 5.2.2.3.2 */
3531 GSM48_MT_CC_CALL_CONF, gsm48_cc_rx_call_conf},
3532 {SBIT(GSM_CSTATE_CALL_PRESENT) | SBIT(GSM_CSTATE_MO_TERM_CALL_CONF), /* ???? | 5.2.2.3.2 */
3533 GSM48_MT_CC_ALERTING, gsm48_cc_rx_alerting},
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003534 {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 +08003535 GSM48_MT_CC_CONNECT, gsm48_cc_rx_connect},
3536 /* signalling during call */
3537 {ALL_STATES - SBIT(GSM_CSTATE_NULL),
3538 GSM48_MT_CC_FACILITY, gsm48_cc_rx_facility},
3539 {SBIT(GSM_CSTATE_ACTIVE),
3540 GSM48_MT_CC_NOTIFY, gsm48_cc_rx_notify},
3541 {ALL_STATES,
3542 GSM48_MT_CC_START_DTMF, gsm48_cc_rx_start_dtmf},
3543 {ALL_STATES,
3544 GSM48_MT_CC_STOP_DTMF, gsm48_cc_rx_stop_dtmf},
3545 {ALL_STATES,
3546 GSM48_MT_CC_STATUS_ENQ, gsm48_cc_rx_status_enq},
3547 {SBIT(GSM_CSTATE_ACTIVE),
3548 GSM48_MT_CC_HOLD, gsm48_cc_rx_hold},
3549 {SBIT(GSM_CSTATE_ACTIVE),
3550 GSM48_MT_CC_RETR, gsm48_cc_rx_retrieve},
3551 {SBIT(GSM_CSTATE_ACTIVE),
3552 GSM48_MT_CC_MODIFY, gsm48_cc_rx_modify},
3553 {SBIT(GSM_CSTATE_MO_TERM_MODIFY),
3554 GSM48_MT_CC_MODIFY_COMPL, gsm48_cc_rx_modify_complete},
3555 {SBIT(GSM_CSTATE_MO_TERM_MODIFY),
3556 GSM48_MT_CC_MODIFY_REJECT, gsm48_cc_rx_modify_reject},
3557 {SBIT(GSM_CSTATE_ACTIVE),
3558 GSM48_MT_CC_USER_INFO, gsm48_cc_rx_userinfo},
3559 /* clearing */
3560 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ), /* 5.4.3.2 */
3561 GSM48_MT_CC_DISCONNECT, gsm48_cc_rx_disconnect},
3562 {ALL_STATES - SBIT(GSM_CSTATE_NULL), /* 5.4.4.1.2.2 */
3563 GSM48_MT_CC_RELEASE, gsm48_cc_rx_release},
3564 {ALL_STATES, /* 5.4.3.4 */
3565 GSM48_MT_CC_RELEASE_COMPL, gsm48_cc_rx_release_compl},
3566};
3567
3568#define DATASLLEN \
3569 (sizeof(datastatelist) / sizeof(struct datastate))
3570
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003571static int gsm0408_rcv_cc(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte4bc90a12008-12-27 16:32:52 +00003572{
3573 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyr531734a2016-03-14 16:13:24 +01003574 uint8_t msg_type = gsm48_hdr_msg_type(gh);
Neels Hofmeyr961bd0b2016-03-14 16:13:25 +01003575 uint8_t transaction_id = gsm48_hdr_trans_id_flip_ti(gh);
Harald Weltedcaf5652009-07-23 18:56:43 +02003576 struct gsm_trans *trans = NULL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003577 int i, rc = 0;
Harald Welte4bc90a12008-12-27 16:32:52 +00003578
Harald Welte4bfdfe72009-06-10 23:11:52 +08003579 if (msg_type & 0x80) {
3580 DEBUGP(DCC, "MSG 0x%2x not defined for PD error\n", msg_type);
3581 return -EINVAL;
Harald Welte4bc90a12008-12-27 16:32:52 +00003582 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003583
Harald Welte4bfdfe72009-06-10 23:11:52 +08003584 /* Find transaction */
Jacob Erlbeckdae1f642014-12-02 14:22:53 +01003585 trans = trans_find_by_id(conn, GSM48_PDISC_CC, transaction_id);
Harald Weltedcaf5652009-07-23 18:56:43 +02003586
Harald Welte6f5aee02009-07-23 21:21:14 +02003587 DEBUGP(DCC, "(bts %d trx %d ts %d ti %x sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003588 "Received '%s' from MS in state %d (%s)\n",
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003589 conn->bts->nr, conn->lchan->ts->trx->nr, conn->lchan->ts->nr,
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003590 transaction_id, (conn->subscr)?(conn->subscr->extension):"-",
Harald Weltee95daf192010-03-25 12:13:02 +08003591 gsm48_cc_msg_name(msg_type), trans?(trans->cc.state):0,
3592 gsm48_cc_state_name(trans?(trans->cc.state):0));
Harald Welte4bfdfe72009-06-10 23:11:52 +08003593
3594 /* Create transaction */
3595 if (!trans) {
Harald Welte6f5aee02009-07-23 21:21:14 +02003596 DEBUGP(DCC, "Unknown transaction ID %x, "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003597 "creating new trans.\n", transaction_id);
3598 /* Create transaction */
Jacob Erlbeckaf792d62014-12-02 14:22:53 +01003599 trans = trans_alloc(conn->bts->network, conn->subscr,
3600 GSM48_PDISC_CC,
Harald Weltedcaf5652009-07-23 18:56:43 +02003601 transaction_id, new_callref++);
3602 if (!trans) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003603 DEBUGP(DCC, "No memory for trans.\n");
Holger Hans Peter Freytherb549ddf2011-01-16 18:17:04 +01003604 rc = gsm48_tx_simple(conn,
Harald Welte6f5aee02009-07-23 21:21:14 +02003605 GSM48_PDISC_CC | (transaction_id << 4),
Harald Welte4bfdfe72009-06-10 23:11:52 +08003606 GSM48_MT_CC_RELEASE_COMPL);
3607 return -ENOMEM;
3608 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003609 /* Assign transaction */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003610 trans->conn = conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003611 }
3612
3613 /* find function for current state and message */
3614 for (i = 0; i < DATASLLEN; i++)
3615 if ((msg_type == datastatelist[i].type)
Harald Weltedcaf5652009-07-23 18:56:43 +02003616 && ((1 << trans->cc.state) & datastatelist[i].states))
Harald Welte4bfdfe72009-06-10 23:11:52 +08003617 break;
3618 if (i == DATASLLEN) {
3619 DEBUGP(DCC, "Message unhandled at this state.\n");
3620 return 0;
3621 }
3622
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +02003623 assert(trans->subscr);
3624
Harald Welte4bfdfe72009-06-10 23:11:52 +08003625 rc = datastatelist[i].rout(trans, msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00003626
3627 return rc;
3628}
3629
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003630/* Create a dummy to wait five seconds */
3631static void release_anchor(struct gsm_subscriber_connection *conn)
3632{
3633 if (!conn->anch_operation)
3634 return;
3635
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02003636 osmo_timer_del(&conn->anch_operation->timeout);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003637 talloc_free(conn->anch_operation);
3638 conn->anch_operation = NULL;
3639}
3640
3641static void anchor_timeout(void *_data)
3642{
3643 struct gsm_subscriber_connection *con = _data;
3644
3645 release_anchor(con);
3646 msc_release_connection(con);
3647}
3648
3649int gsm0408_new_conn(struct gsm_subscriber_connection *conn)
3650{
3651 conn->anch_operation = talloc_zero(conn, struct gsm_anchor_operation);
3652 if (!conn->anch_operation)
3653 return -1;
3654
3655 conn->anch_operation->timeout.data = conn;
3656 conn->anch_operation->timeout.cb = anchor_timeout;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02003657 osmo_timer_schedule(&conn->anch_operation->timeout, 5, 0);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003658 return 0;
3659}
3660
Holger Hans Peter Freyther97643312010-06-17 16:41:25 +08003661/* here we get data from the BSC level... */
3662int gsm0408_dispatch(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00003663{
3664 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyr531734a2016-03-14 16:13:24 +01003665 uint8_t pdisc = gsm48_hdr_pdisc(gh);
Harald Welte8470bf22008-12-25 23:28:35 +00003666 int rc = 0;
Harald Welte51008772009-12-29 11:49:12 +01003667
Jacob Erlbeck8e68b562014-01-30 21:01:12 +01003668 LOGP(DRLL, LOGL_DEBUG, "Dispatching 04.08 message, pdisc=%d\n", pdisc);
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +08003669 if (silent_call_reroute(conn, msg))
3670 return silent_call_rx(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003671
3672 switch (pdisc) {
3673 case GSM48_PDISC_CC:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003674 release_anchor(conn);
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003675 rc = gsm0408_rcv_cc(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003676 break;
3677 case GSM48_PDISC_MM:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003678 rc = gsm0408_rcv_mm(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003679 break;
3680 case GSM48_PDISC_RR:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003681 rc = gsm0408_rcv_rr(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003682 break;
Harald Weltebcae43f2008-12-27 21:45:37 +00003683 case GSM48_PDISC_SMS:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003684 release_anchor(conn);
Holger Hans Peter Freyther97643312010-06-17 16:41:25 +08003685 rc = gsm0411_rcv_sms(conn, msg);
Harald Weltebcae43f2008-12-27 21:45:37 +00003686 break;
Harald Welte52b1f982008-12-23 20:25:15 +00003687 case GSM48_PDISC_MM_GPRS:
Harald Weltebcae43f2008-12-27 21:45:37 +00003688 case GSM48_PDISC_SM_GPRS:
Harald Welte5d24ba12009-12-24 12:13:17 +01003689 LOGP(DRLL, LOGL_NOTICE, "Unimplemented "
3690 "GSM 04.08 discriminator 0x%02x\n", pdisc);
Harald Welte52b1f982008-12-23 20:25:15 +00003691 break;
Harald Welte6eafe912009-10-16 08:32:58 +02003692 case GSM48_PDISC_NC_SS:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003693 release_anchor(conn);
Holger Hans Peter Freytherd42c3f22010-06-17 17:35:57 +08003694 rc = handle_rcv_ussd(conn, msg);
Harald Welte6eafe912009-10-16 08:32:58 +02003695 break;
Harald Welte52b1f982008-12-23 20:25:15 +00003696 default:
Harald Welte5d24ba12009-12-24 12:13:17 +01003697 LOGP(DRLL, LOGL_NOTICE, "Unknown "
3698 "GSM 04.08 discriminator 0x%02x\n", pdisc);
Harald Welte52b1f982008-12-23 20:25:15 +00003699 break;
3700 }
3701
3702 return rc;
3703}
Harald Welte8470bf22008-12-25 23:28:35 +00003704
Harald Welte805f6442009-07-28 18:25:29 +02003705/*
3706 * This will be ran by the linker when loading the DSO. We use it to
3707 * do system initialization, e.g. registration of signal handlers.
3708 */
3709static __attribute__((constructor)) void on_dso_load_0408(void)
3710{
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +02003711 osmo_signal_register_handler(SS_ABISIP, handle_abisip_signal, NULL);
Harald Welte805f6442009-07-28 18:25:29 +02003712}