blob: d10f8cf1e0c247d3f741619427d9c83e6f292705 [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{
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200190 struct gsm_network *net = conn->network;
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800191 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;
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200324 int avoid_tmsi = conn->network->avoid_tmsi;
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200325
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);
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200335 if (conn->network->send_mm_info) {
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200336 /* 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:
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200432 llist_for_each_entry_safe(trans, temp, &conn->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
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200460 rate_ctr_inc(&conn->network->msc_ctrs->ctr[MSC_CTR_LOC_UPDATE_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 }
Alexander Couzensfbd96f52016-08-29 18:40:02 +0200467
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 Freyther8239e062016-01-25 22:03:25 +0100480 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 LOC UPD ACC");
Harald Welte52b1f982008-12-23 20:25:15 +0000481 struct gsm48_hdr *gh;
482 struct gsm48_loc_area_id *lai;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200483 uint8_t *mid;
Alexander Couzensfbd96f52016-08-29 18:40:02 +0200484
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800485 msg->lchan = conn->lchan;
Harald Welte52b1f982008-12-23 20:25:15 +0000486
487 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
488 gh->proto_discr = GSM48_PDISC_MM;
489 gh->msg_type = GSM48_MT_MM_LOC_UPD_ACCEPT;
490
491 lai = (struct gsm48_loc_area_id *) msgb_put(msg, sizeof(*lai));
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200492 gsm48_generate_lai(lai, conn->network->country_code,
493 conn->network->network_code,
494 conn->bts->location_area_code);
Harald Welte52b1f982008-12-23 20:25:15 +0000495
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
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200509 rate_ctr_inc(&conn->network->msc_ctrs->ctr[MSC_CTR_LOC_UPDATE_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{
Maxe6052c42016-06-30 10:25:49 +0200533 if (!net->auto_create_subscr)
Maxddee01f2016-05-24 14:23:27 +0200534 return NULL;
Maxe21cf382016-05-11 11:01:06 +0200535
Maxe6052c42016-06-30 10:25:49 +0200536 if (!subscr_regexp_check(net, imsi))
537 return NULL;
Maxddee01f2016-05-24 14:23:27 +0200538
Maxe6052c42016-06-30 10:25:49 +0200539 return subscr_create_subscriber(net->subscr_group, imsi);
Maxe21cf382016-05-11 11:01:06 +0200540}
Harald Welte231ad4f2008-12-27 11:15:38 +0000541
Harald Weltebf5e8df2009-02-03 12:59:45 +0000542/* Parse Chapter 9.2.11 Identity Response */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800543static int mm_rx_id_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte231ad4f2008-12-27 11:15:38 +0000544{
545 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200546 struct gsm_network *net = conn->network;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200547 uint8_t mi_type = gh->data[1] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200548 char mi_string[GSM48_MI_SIZE];
Harald Welte231ad4f2008-12-27 11:15:38 +0000549
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200550 gsm48_mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
Harald Welteb9845f92015-08-16 18:07:48 +0200551 DEBUGP(DMM, "IDENTITY RESPONSE: MI(%s)=%s\n",
552 gsm48_mi_type_name(mi_type), mi_string);
Harald Welte231ad4f2008-12-27 11:15:38 +0000553
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +0200554 osmo_signal_dispatch(SS_SUBSCR, S_SUBSCR_IDENTITY, gh->data);
Harald Welte7659de12009-12-13 12:39:18 +0100555
Harald Welte75a983f2008-12-27 21:34:06 +0000556 switch (mi_type) {
557 case GSM_MI_TYPE_IMSI:
Jan Luebbe370b41d2009-08-12 10:19:34 +0200558 /* look up subscriber based on IMSI, create if not found */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100559 if (!conn->subscr) {
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100560 conn->subscr = subscr_get_by_imsi(net->subscr_group,
561 mi_string);
Maxe21cf382016-05-11 11:01:06 +0200562 if (!conn->subscr)
563 conn->subscr = subscr_create(net, mi_string);
Jan Luebbeb0dfc312009-08-12 10:12:52 +0200564 }
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100565 if (!conn->subscr && conn->loc_operation) {
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200566 gsm0408_loc_upd_rej(conn, net->reject_cause);
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100567 release_loc_updating_req(conn, 1);
568 return 0;
569 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100570 if (conn->loc_operation)
571 conn->loc_operation->waiting_for_imsi = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000572 break;
573 case GSM_MI_TYPE_IMEI:
Harald Welte255539c2008-12-28 02:26:27 +0000574 case GSM_MI_TYPE_IMEISV:
Harald Welte75a983f2008-12-27 21:34:06 +0000575 /* update subscribe <-> IMEI mapping */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100576 if (conn->subscr) {
577 db_subscriber_assoc_imei(conn->subscr, mi_string);
578 db_sync_equipment(&conn->subscr->equipment);
Harald Welte (local)ee4410a2009-08-17 09:39:55 +0200579 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100580 if (conn->loc_operation)
581 conn->loc_operation->waiting_for_imei = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000582 break;
583 }
Holger Freyther73487a22008-12-31 18:53:57 +0000584
585 /* Check if we can let the mobile station enter */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100586 return gsm0408_authorize(conn, msg);
Harald Welte231ad4f2008-12-27 11:15:38 +0000587}
588
Harald Welte255539c2008-12-28 02:26:27 +0000589
590static void loc_upd_rej_cb(void *data)
591{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100592 struct gsm_subscriber_connection *conn = data;
Harald Welte255539c2008-12-28 02:26:27 +0000593
Holger Hans Peter Freyther2692e3b2011-11-07 12:26:29 +0100594 LOGP(DMM, LOGL_DEBUG, "Location Updating Request procedure timedout.\n");
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200595 gsm0408_loc_upd_rej(conn, conn->network->reject_cause);
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100596 release_loc_updating_req(conn, 1);
Harald Welte255539c2008-12-28 02:26:27 +0000597}
598
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100599static void schedule_reject(struct gsm_subscriber_connection *conn)
Holger Freytherb7193e42008-12-29 17:44:08 +0000600{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100601 conn->loc_operation->updating_timer.cb = loc_upd_rej_cb;
602 conn->loc_operation->updating_timer.data = conn;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200603 osmo_timer_schedule(&conn->loc_operation->updating_timer, 5, 0);
Holger Freytherb7193e42008-12-29 17:44:08 +0000604}
605
Harald Welteb9845f92015-08-16 18:07:48 +0200606static const struct value_string lupd_names[] = {
607 { GSM48_LUPD_NORMAL, "NORMAL" },
608 { GSM48_LUPD_PERIODIC, "PERIODIC" },
609 { GSM48_LUPD_IMSI_ATT, "IMSI ATTACH" },
610 { 0, NULL }
611};
Harald Welte2a139372009-02-22 21:14:55 +0000612
Harald Weltebf5e8df2009-02-03 12:59:45 +0000613/* Chapter 9.2.15: Receive Location Updating Request */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800614static int mm_rx_loc_upd_req(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +0000615{
Harald Welte8470bf22008-12-25 23:28:35 +0000616 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000617 struct gsm48_loc_upd_req *lu;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800618 struct gsm_subscriber *subscr = NULL;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200619 uint8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200620 char mi_string[GSM48_MI_SIZE];
Harald Welte52b1f982008-12-23 20:25:15 +0000621
Harald Welte8470bf22008-12-25 23:28:35 +0000622 lu = (struct gsm48_loc_upd_req *) gh->data;
623
624 mi_type = lu->mi[0] & GSM_MI_TYPE_MASK;
Harald Welte52b1f982008-12-23 20:25:15 +0000625
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200626 gsm48_mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
Harald Weltefc977a82008-12-27 10:19:37 +0000627
Harald Welteb9845f92015-08-16 18:07:48 +0200628 DEBUGPC(DMM, "MI(%s)=%s type=%s ", gsm48_mi_type_name(mi_type),
629 mi_string, get_value_string(lupd_names, lu->type));
Holger Freyther73487a22008-12-31 18:53:57 +0000630
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +0200631 osmo_signal_dispatch(SS_SUBSCR, S_SUBSCR_IDENTITY, &lu->mi_len);
Harald Welte7659de12009-12-13 12:39:18 +0100632
Harald Welte24ff6ee2009-12-22 00:41:05 +0100633 switch (lu->type) {
634 case GSM48_LUPD_NORMAL:
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200635 rate_ctr_inc(&conn->network->msc_ctrs->ctr[MSC_CTR_LOC_UPDATE_TYPE_NORMAL]);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100636 break;
637 case GSM48_LUPD_IMSI_ATT:
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200638 rate_ctr_inc(&conn->network->msc_ctrs->ctr[MSC_CTR_LOC_UPDATE_TYPE_ATTACH]);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100639 break;
640 case GSM48_LUPD_PERIODIC:
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200641 rate_ctr_inc(&conn->network->msc_ctrs->ctr[MSC_CTR_LOC_UPDATE_TYPE_PERIODIC]);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100642 break;
643 }
644
Holger Freythereaf04692009-06-06 13:54:44 +0000645 /*
646 * Pseudo Spoof detection: Just drop a second/concurrent
647 * location updating request.
648 */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100649 if (conn->loc_operation) {
Harald Weltea0368542009-06-27 02:58:43 +0200650 DEBUGPC(DMM, "ignoring request due an existing one: %p.\n",
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100651 conn->loc_operation);
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800652 gsm0408_loc_upd_rej(conn, GSM48_REJECT_PROTOCOL_ERROR);
Holger Freythereaf04692009-06-06 13:54:44 +0000653 return 0;
654 }
655
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800656 allocate_loc_updating_req(conn);
Holger Freyther73487a22008-12-31 18:53:57 +0000657
Sylvain Munaut2030a2a2010-06-10 13:36:59 +0200658 conn->loc_operation->key_seq = lu->key_seq;
659
Harald Welte52b1f982008-12-23 20:25:15 +0000660 switch (mi_type) {
661 case GSM_MI_TYPE_IMSI:
Harald Weltea0368542009-06-27 02:58:43 +0200662 DEBUGPC(DMM, "\n");
Harald Welte231ad4f2008-12-27 11:15:38 +0000663 /* we always want the IMEI, too */
Holger Hans Peter Freythera5050b12012-09-11 11:55:03 +0200664 mm_tx_identity_req(conn, GSM_MI_TYPE_IMEI);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100665 conn->loc_operation->waiting_for_imei = 1;
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000666
Jan Luebbe370b41d2009-08-12 10:19:34 +0200667 /* look up subscriber based on IMSI, create if not found */
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200668 subscr = subscr_get_by_imsi(conn->network->subscr_group, mi_string);
Maxe21cf382016-05-11 11:01:06 +0200669 if (!subscr)
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200670 subscr = subscr_create(conn->network, mi_string);
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100671 if (!subscr) {
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200672 gsm0408_loc_upd_rej(conn, conn->network->reject_cause);
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +0100673 release_loc_updating_req(conn, 0);
674 return 0;
675 }
Harald Welte4b634542008-12-27 01:55:51 +0000676 break;
Harald Welte52b1f982008-12-23 20:25:15 +0000677 case GSM_MI_TYPE_TMSI:
Harald Weltea0368542009-06-27 02:58:43 +0200678 DEBUGPC(DMM, "\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000679 /* look up the subscriber based on TMSI, request IMSI if it fails */
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200680 subscr = subscr_get_by_tmsi(conn->network->subscr_group,
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +0200681 tmsi_from_string(mi_string));
Harald Welte52b1f982008-12-23 20:25:15 +0000682 if (!subscr) {
Harald Welte231ad4f2008-12-27 11:15:38 +0000683 /* send IDENTITY REQUEST message to get IMSI */
Holger Hans Peter Freythera5050b12012-09-11 11:55:03 +0200684 mm_tx_identity_req(conn, GSM_MI_TYPE_IMSI);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100685 conn->loc_operation->waiting_for_imsi = 1;
Harald Welte52b1f982008-12-23 20:25:15 +0000686 }
Harald Weltef5f512c2010-06-07 17:56:32 +0200687 /* we always want the IMEI, too */
Holger Hans Peter Freythera5050b12012-09-11 11:55:03 +0200688 mm_tx_identity_req(conn, GSM_MI_TYPE_IMEI);
Harald Weltef5f512c2010-06-07 17:56:32 +0200689 conn->loc_operation->waiting_for_imei = 1;
Harald Welte52b1f982008-12-23 20:25:15 +0000690 break;
691 case GSM_MI_TYPE_IMEI:
692 case GSM_MI_TYPE_IMEISV:
693 /* no sim card... FIXME: what to do ? */
Harald Weltea0368542009-06-27 02:58:43 +0200694 DEBUGPC(DMM, "unimplemented mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000695 break;
Alexander Couzensfbd96f52016-08-29 18:40:02 +0200696 default:
Harald Weltea0368542009-06-27 02:58:43 +0200697 DEBUGPC(DMM, "unknown mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000698 break;
699 }
700
Harald Welte24516ea2009-07-04 10:18:00 +0200701 /* schedule the reject timer */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100702 schedule_reject(conn);
Harald Welte24516ea2009-07-04 10:18:00 +0200703
Harald Welte4bfdfe72009-06-10 23:11:52 +0800704 if (!subscr) {
Harald Weltea0368542009-06-27 02:58:43 +0200705 DEBUGPC(DRR, "<- Can't find any subscriber for this ID\n");
Harald Welte4bfdfe72009-06-10 23:11:52 +0800706 /* FIXME: request id? close channel? */
707 return -EINVAL;
708 }
709
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100710 conn->subscr = subscr;
711 conn->subscr->equipment.classmark1 = lu->classmark1;
Harald Welte255539c2008-12-28 02:26:27 +0000712
Harald Welte24516ea2009-07-04 10:18:00 +0200713 /* check if we can let the subscriber into our network immediately
714 * or if we need to wait for identity responses. */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100715 return gsm0408_authorize(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000716}
717
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100718/* Turn int into semi-octet representation: 98 => 0x89 */
719static uint8_t bcdify(uint8_t value)
Harald Welte4bfdfe72009-06-10 23:11:52 +0800720{
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100721 uint8_t ret;
722
723 ret = value / 10;
724 ret |= (value % 10) << 4;
725
726 return ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800727}
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100728
Harald Welte4bfdfe72009-06-10 23:11:52 +0800729
Harald Weltedb253af2008-12-30 17:56:55 +0000730/* Section 9.2.15a */
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800731int gsm48_tx_mm_info(struct gsm_subscriber_connection *conn)
Harald Weltedb253af2008-12-30 17:56:55 +0000732{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100733 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 MM INF");
Harald Weltedb253af2008-12-30 17:56:55 +0000734 struct gsm48_hdr *gh;
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200735 struct gsm_network *net = conn->network;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200736 uint8_t *ptr8;
Daniel Willmanneea93372009-08-13 03:42:07 +0200737 int name_len, name_pad;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100738
Harald Welte4bfdfe72009-06-10 23:11:52 +0800739 time_t cur_t;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100740 struct tm* gmt_time;
741 struct tm* local_time;
742 int tzunits;
Jacob Erlbeckf46e2262014-01-07 15:05:16 +0100743 int dst = 0;
Harald Weltedb253af2008-12-30 17:56:55 +0000744
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800745 msg->lchan = conn->lchan;
Harald Weltedb253af2008-12-30 17:56:55 +0000746
747 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
748 gh->proto_discr = GSM48_PDISC_MM;
749 gh->msg_type = GSM48_MT_MM_INFO;
750
751 if (net->name_long) {
Daniel Willmanneea93372009-08-13 03:42:07 +0200752#if 0
Harald Weltedb253af2008-12-30 17:56:55 +0000753 name_len = strlen(net->name_long);
754 /* 10.5.3.5a */
755 ptr8 = msgb_put(msg, 3);
756 ptr8[0] = GSM48_IE_NAME_LONG;
757 ptr8[1] = name_len*2 +1;
758 ptr8[2] = 0x90; /* UCS2, no spare bits, no CI */
759
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200760 ptr16 = (uint16_t *) msgb_put(msg, name_len*2);
Harald Weltedb253af2008-12-30 17:56:55 +0000761 for (i = 0; i < name_len; i++)
Harald Welte179f0642008-12-31 23:59:18 +0000762 ptr16[i] = htons(net->name_long[i]);
Harald Weltedb253af2008-12-30 17:56:55 +0000763
764 /* FIXME: Use Cell Broadcast, not UCS-2, since
765 * UCS-2 is only supported by later revisions of the spec */
Daniel Willmanneea93372009-08-13 03:42:07 +0200766#endif
767 name_len = (strlen(net->name_long)*7)/8;
768 name_pad = (8 - strlen(net->name_long)*7)%8;
769 if (name_pad > 0)
770 name_len++;
771 /* 10.5.3.5a */
772 ptr8 = msgb_put(msg, 3);
773 ptr8[0] = GSM48_IE_NAME_LONG;
774 ptr8[1] = name_len +1;
775 ptr8[2] = 0x80 | name_pad; /* Cell Broadcast DCS, no CI */
776
777 ptr8 = msgb_put(msg, name_len);
Harald Welte5468f762015-01-01 12:41:17 +0100778 gsm_7bit_encode_n(ptr8, name_len, net->name_long, NULL);
Daniel Willmanneea93372009-08-13 03:42:07 +0200779
Harald Weltedb253af2008-12-30 17:56:55 +0000780 }
781
782 if (net->name_short) {
Daniel Willmanneea93372009-08-13 03:42:07 +0200783#if 0
Harald Weltedb253af2008-12-30 17:56:55 +0000784 name_len = strlen(net->name_short);
785 /* 10.5.3.5a */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200786 ptr8 = (uint8_t *) msgb_put(msg, 3);
Harald Welte7543eb72009-07-19 17:51:36 +0200787 ptr8[0] = GSM48_IE_NAME_SHORT;
Harald Weltedb253af2008-12-30 17:56:55 +0000788 ptr8[1] = name_len*2 + 1;
789 ptr8[2] = 0x90; /* UCS2, no spare bits, no CI */
790
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200791 ptr16 = (uint16_t *) msgb_put(msg, name_len*2);
Harald Weltedb253af2008-12-30 17:56:55 +0000792 for (i = 0; i < name_len; i++)
Harald Welte179f0642008-12-31 23:59:18 +0000793 ptr16[i] = htons(net->name_short[i]);
Daniel Willmanneea93372009-08-13 03:42:07 +0200794#endif
795 name_len = (strlen(net->name_short)*7)/8;
796 name_pad = (8 - strlen(net->name_short)*7)%8;
797 if (name_pad > 0)
798 name_len++;
799 /* 10.5.3.5a */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200800 ptr8 = (uint8_t *) msgb_put(msg, 3);
Daniel Willmanneea93372009-08-13 03:42:07 +0200801 ptr8[0] = GSM48_IE_NAME_SHORT;
802 ptr8[1] = name_len +1;
803 ptr8[2] = 0x80 | name_pad; /* Cell Broadcast DCS, no CI */
804
805 ptr8 = msgb_put(msg, name_len);
Harald Welte5468f762015-01-01 12:41:17 +0100806 gsm_7bit_encode_n(ptr8, name_len, net->name_short, NULL);
Daniel Willmanneea93372009-08-13 03:42:07 +0200807
Harald Weltedb253af2008-12-30 17:56:55 +0000808 }
809
Harald Weltedb253af2008-12-30 17:56:55 +0000810 /* Section 10.5.3.9 */
811 cur_t = time(NULL);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100812 gmt_time = gmtime(&cur_t);
813
Harald Weltedb253af2008-12-30 17:56:55 +0000814 ptr8 = msgb_put(msg, 8);
815 ptr8[0] = GSM48_IE_NET_TIME_TZ;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100816 ptr8[1] = bcdify(gmt_time->tm_year % 100);
817 ptr8[2] = bcdify(gmt_time->tm_mon + 1);
818 ptr8[3] = bcdify(gmt_time->tm_mday);
819 ptr8[4] = bcdify(gmt_time->tm_hour);
820 ptr8[5] = bcdify(gmt_time->tm_min);
821 ptr8[6] = bcdify(gmt_time->tm_sec);
822
Neels Hofmeyr73983952016-05-10 13:29:33 +0200823 if (net->tz.override) {
Harald Welte45f91712012-07-08 16:48:11 +0200824 /* Convert tz.hr and tz.mn to units */
Neels Hofmeyr73983952016-05-10 13:29:33 +0200825 if (net->tz.hr < 0) {
826 tzunits = ((net->tz.hr/-1)*4);
827 tzunits = tzunits + (net->tz.mn/15);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100828 ptr8[7] = bcdify(tzunits);
829 /* Set negative time */
830 ptr8[7] |= 0x08;
831 }
832 else {
Neels Hofmeyr73983952016-05-10 13:29:33 +0200833 tzunits = net->tz.hr*4;
834 tzunits = tzunits + (net->tz.mn/15);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100835 ptr8[7] = bcdify(tzunits);
836 }
Jacob Erlbeckf46e2262014-01-07 15:05:16 +0100837 /* Convert DST value */
Neels Hofmeyr73983952016-05-10 13:29:33 +0200838 if (net->tz.dst >= 0 && net->tz.dst <= 2)
839 dst = net->tz.dst;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100840 }
841 else {
842 /* Need to get GSM offset and convert into 15 min units */
843 /* This probably breaks if gmtoff returns a value not evenly divisible by 15? */
844 local_time = localtime(&cur_t);
Harald Welte9c3dc902012-04-08 16:59:24 +0200845#ifdef HAVE_TM_GMTOFF_IN_TM
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100846 tzunits = (local_time->tm_gmtoff/60)/15;
Harald Welte9c3dc902012-04-08 16:59:24 +0200847#else
848#warning find a portable way to obtain the timezone offset
849 tzunits = 0;
850#endif
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100851 if (tzunits < 0) {
852 tzunits = tzunits/-1;
853 ptr8[7] = bcdify(tzunits);
854 /* Flip it to negative */
855 ptr8[7] |= 0x08;
856 }
857 else
858 ptr8[7] = bcdify(tzunits);
Jacob Erlbeckf46e2262014-01-07 15:05:16 +0100859
860 /* Does not support DST +2 */
861 if (local_time->tm_isdst)
862 dst = 1;
863 }
864
865 if (dst) {
866 ptr8 = msgb_put(msg, 3);
867 ptr8[0] = GSM48_IE_NET_DST;
868 ptr8[1] = 1;
869 ptr8[2] = dst;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +0100870 }
Harald Weltedb253af2008-12-30 17:56:55 +0000871
Daniel Willmanneea93372009-08-13 03:42:07 +0200872 DEBUGP(DMM, "-> MM INFO\n");
873
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800874 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Weltedb253af2008-12-30 17:56:55 +0000875}
876
Harald Welte7984d5c2009-08-12 22:56:50 +0200877/* Section 9.2.2 */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200878int gsm48_tx_mm_auth_req(struct gsm_subscriber_connection *conn, uint8_t *rand, int key_seq)
Harald Welte7984d5c2009-08-12 22:56:50 +0200879{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +0100880 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 AUTH REQ");
Harald Welte7984d5c2009-08-12 22:56:50 +0200881 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Sylvain Munaut849f5542009-09-27 11:10:17 +0200882 struct gsm48_auth_req *ar = (struct gsm48_auth_req *) msgb_put(msg, sizeof(*ar));
Harald Welte7984d5c2009-08-12 22:56:50 +0200883
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +0200884 DEBUGP(DMM, "-> AUTH REQ (rand = %s)\n", osmo_hexdump(rand, 16));
Harald Welte7984d5c2009-08-12 22:56:50 +0200885
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800886 msg->lchan = conn->lchan;
Harald Welte7984d5c2009-08-12 22:56:50 +0200887 gh->proto_discr = GSM48_PDISC_MM;
888 gh->msg_type = GSM48_MT_MM_AUTH_REQ;
889
Sylvain Munautbd55a6d2009-12-24 00:23:46 +0100890 ar->key_seq = key_seq;
Sylvain Munaut849f5542009-09-27 11:10:17 +0200891
Harald Welte7984d5c2009-08-12 22:56:50 +0200892 /* 16 bytes RAND parameters */
Harald Welte7984d5c2009-08-12 22:56:50 +0200893 if (rand)
Sylvain Munaut849f5542009-09-27 11:10:17 +0200894 memcpy(ar->rand, rand, 16);
Harald Welte7984d5c2009-08-12 22:56:50 +0200895
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800896 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte7984d5c2009-08-12 22:56:50 +0200897}
898
899/* Section 9.2.1 */
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800900int gsm48_tx_mm_auth_rej(struct gsm_subscriber_connection *conn)
Harald Welte7984d5c2009-08-12 22:56:50 +0200901{
902 DEBUGP(DMM, "-> AUTH REJECT\n");
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800903 return gsm48_tx_simple(conn, GSM48_PDISC_MM, GSM48_MT_MM_AUTH_REJ);
Harald Welte7984d5c2009-08-12 22:56:50 +0200904}
905
Holger Hans Peter Freyther2147bc42013-12-27 17:19:19 +0100906/*
907 * At the 30C3 phones miss their periodic update
908 * interval a lot and then remain unreachable. In case
909 * we still know the TMSI we can just attach it again.
910 */
911static void implit_attach(struct gsm_subscriber_connection *conn)
912{
913 if (conn->subscr->lac != GSM_LAC_RESERVED_DETACHED)
914 return;
915
916 subscr_update(conn->subscr, conn->bts,
917 GSM_SUBSCRIBER_UPDATE_ATTACHED);
918}
919
920
Sylvain Munautba87f452009-12-24 00:28:46 +0100921static int _gsm48_rx_mm_serv_req_sec_cb(
922 unsigned int hooknum, unsigned int event,
923 struct msgb *msg, void *data, void *param)
924{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800925 struct gsm_subscriber_connection *conn = data;
Sylvain Munautba87f452009-12-24 00:28:46 +0100926 int rc = 0;
927
Holger Hans Peter Freythere7bd8632013-06-30 15:30:47 +0200928 /* auth failed or succeeded, the timer was stopped */
929 conn->expire_timer_stopped = 1;
930
Sylvain Munautba87f452009-12-24 00:28:46 +0100931 switch (event) {
932 case GSM_SECURITY_AUTH_FAILED:
933 /* Nothing to do */
934 break;
935
936 case GSM_SECURITY_NOAVAIL:
Andreas Eversberg641475c2013-07-10 08:58:03 +0200937 case GSM_SECURITY_ALREADY:
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800938 rc = gsm48_tx_mm_serv_ack(conn);
Holger Hans Peter Freyther2147bc42013-12-27 17:19:19 +0100939 implit_attach(conn);
Sylvain Munautba87f452009-12-24 00:28:46 +0100940 break;
941
942 case GSM_SECURITY_SUCCEEDED:
943 /* nothing to do. CIPHER MODE COMMAND is
944 * implicit CM SERV ACK */
Holger Hans Peter Freyther2147bc42013-12-27 17:19:19 +0100945 implit_attach(conn);
Sylvain Munautba87f452009-12-24 00:28:46 +0100946 break;
947
948 default:
949 rc = -EINVAL;
950 };
951
952 return rc;
953}
954
Harald Welte4ed0e922009-01-10 03:17:30 +0000955/*
956 * Handle CM Service Requests
957 * a) Verify that the packet is long enough to contain the information
958 * we require otherwsie reject with INCORRECT_MESSAGE
959 * b) Try to parse the TMSI. If we do not have one reject
960 * c) Check that we know the subscriber with the TMSI otherwise reject
961 * with a HLR cause
962 * d) Set the subscriber on the gsm_lchan and accept
963 */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800964static int gsm48_rx_mm_serv_req(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte4b634542008-12-27 01:55:51 +0000965{
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200966 uint8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200967 char mi_string[GSM48_MI_SIZE];
Harald Welte4b634542008-12-27 01:55:51 +0000968
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +0200969 struct gsm_network *network = conn->network;
Harald Welteba4cf162009-01-10 01:49:35 +0000970 struct gsm_subscriber *subscr;
971 struct gsm48_hdr *gh = msgb_l3(msg);
972 struct gsm48_service_request *req =
973 (struct gsm48_service_request *)gh->data;
Holger Hans Peter Freyther5d658062010-05-14 08:02:08 +0800974 /* unfortunately in Phase1 the classmark2 length is variable */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +0200975 uint8_t classmark2_len = gh->data[1];
976 uint8_t *classmark2 = gh->data+2;
977 uint8_t mi_len = *(classmark2 + classmark2_len);
978 uint8_t *mi = (classmark2 + classmark2_len + 1);
Harald Welteba4cf162009-01-10 01:49:35 +0000979
Harald Weltec9e02182009-05-01 19:07:53 +0000980 DEBUGP(DMM, "<- CM SERVICE REQUEST ");
Harald Welteba4cf162009-01-10 01:49:35 +0000981 if (msg->data_len < sizeof(struct gsm48_service_request*)) {
Harald Weltec9e02182009-05-01 19:07:53 +0000982 DEBUGPC(DMM, "wrong sized message\n");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800983 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000984 GSM48_REJECT_INCORRECT_MESSAGE);
985 }
986
987 if (msg->data_len < req->mi_len + 6) {
Harald Weltec9e02182009-05-01 19:07:53 +0000988 DEBUGPC(DMM, "does not fit in packet\n");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800989 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000990 GSM48_REJECT_INCORRECT_MESSAGE);
991 }
992
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200993 gsm48_mi_to_string(mi_string, sizeof(mi_string), mi, mi_len);
Harald Weltec9e02182009-05-01 19:07:53 +0000994 mi_type = mi[0] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +0200995
996 if (mi_type == GSM_MI_TYPE_IMSI) {
Harald Welteb9845f92015-08-16 18:07:48 +0200997 DEBUGPC(DMM, "serv_type=0x%02x MI(%s)=%s\n",
998 req->cm_service_type, gsm48_mi_type_name(mi_type),
999 mi_string);
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001000 subscr = subscr_get_by_imsi(network->subscr_group,
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +02001001 mi_string);
1002 } else if (mi_type == GSM_MI_TYPE_TMSI) {
Harald Welteb9845f92015-08-16 18:07:48 +02001003 DEBUGPC(DMM, "serv_type=0x%02x MI(%s)=%s\n",
1004 req->cm_service_type, gsm48_mi_type_name(mi_type),
1005 mi_string);
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001006 subscr = subscr_get_by_tmsi(network->subscr_group,
Holger Hans Peter Freyther666e36a2015-07-13 20:33:08 +02001007 tmsi_from_string(mi_string));
1008 } else {
1009 DEBUGPC(DMM, "mi_type is not expected: %d\n", mi_type);
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001010 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +00001011 GSM48_REJECT_INCORRECT_MESSAGE);
1012 }
1013
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +02001014 osmo_signal_dispatch(SS_SUBSCR, S_SUBSCR_IDENTITY, (classmark2 + classmark2_len));
Harald Welte7659de12009-12-13 12:39:18 +01001015
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001016 if (is_siemens_bts(conn->bts))
Harald Welte3ac7f102009-08-10 10:12:45 +02001017 send_siemens_mrpci(msg->lchan, classmark2-1);
1018
Holger Freythereb443982009-06-04 13:58:42 +00001019
Harald Welte2a139372009-02-22 21:14:55 +00001020 /* FIXME: if we don't know the TMSI, inquire abit IMSI and allocate new TMSI */
Harald Welte4ed0e922009-01-10 03:17:30 +00001021 if (!subscr)
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001022 return gsm48_tx_mm_serv_rej(conn,
Holger Hans Peter Freyther5f8a0c52015-07-13 14:28:29 +02001023 GSM48_REJECT_IMSI_UNKNOWN_IN_VLR);
Harald Welte4ed0e922009-01-10 03:17:30 +00001024
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001025 if (!conn->subscr)
1026 conn->subscr = subscr;
1027 else if (conn->subscr == subscr)
Sylvain Munautea3f6742009-12-18 18:28:10 +01001028 subscr_put(subscr); /* lchan already has a ref, don't need another one */
1029 else {
Harald Welte9bb7c702009-01-10 03:21:41 +00001030 DEBUGP(DMM, "<- CM Channel already owned by someone else?\n");
1031 subscr_put(subscr);
1032 }
1033
Harald Weltec2e302d2009-07-05 14:08:13 +02001034 subscr->equipment.classmark2_len = classmark2_len;
1035 memcpy(subscr->equipment.classmark2, classmark2, classmark2_len);
1036 db_sync_equipment(&subscr->equipment);
Harald Weltef7c43522009-06-09 20:24:21 +00001037
Holger Hans Peter Freythere7bd8632013-06-30 15:30:47 +02001038 /* we will send a MM message soon */
1039 conn->expire_timer_stopped = 1;
1040
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001041 return gsm48_secure_channel(conn, req->cipher_key_seq,
Sylvain Munautba87f452009-12-24 00:28:46 +01001042 _gsm48_rx_mm_serv_req_sec_cb, NULL);
Harald Welte4b634542008-12-27 01:55:51 +00001043}
1044
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001045static int gsm48_rx_mm_imsi_detach_ind(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte2a139372009-02-22 21:14:55 +00001046{
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001047 struct gsm_network *network = conn->network;
Harald Welte2a139372009-02-22 21:14:55 +00001048 struct gsm48_hdr *gh = msgb_l3(msg);
1049 struct gsm48_imsi_detach_ind *idi =
1050 (struct gsm48_imsi_detach_ind *) gh->data;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001051 uint8_t mi_type = idi->mi[0] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001052 char mi_string[GSM48_MI_SIZE];
Harald Welte4bfdfe72009-06-10 23:11:52 +08001053 struct gsm_subscriber *subscr = NULL;
Harald Welte2a139372009-02-22 21:14:55 +00001054
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001055 gsm48_mi_to_string(mi_string, sizeof(mi_string), idi->mi, idi->mi_len);
Harald Welteb9845f92015-08-16 18:07:48 +02001056 DEBUGP(DMM, "IMSI DETACH INDICATION: MI(%s)=%s",
1057 gsm48_mi_type_name(mi_type), mi_string);
Harald Welte2a139372009-02-22 21:14:55 +00001058
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001059 rate_ctr_inc(&network->msc_ctrs->ctr[MSC_CTR_LOC_UPDATE_TYPE_DETACH]);
Harald Welte24ff6ee2009-12-22 00:41:05 +01001060
Harald Welte2a139372009-02-22 21:14:55 +00001061 switch (mi_type) {
1062 case GSM_MI_TYPE_TMSI:
Daniel Willmann977cd132012-12-28 19:29:44 +01001063 DEBUGPC(DMM, "\n");
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001064 subscr = subscr_get_by_tmsi(network->subscr_group,
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +02001065 tmsi_from_string(mi_string));
Harald Welte2a139372009-02-22 21:14:55 +00001066 break;
1067 case GSM_MI_TYPE_IMSI:
Daniel Willmann977cd132012-12-28 19:29:44 +01001068 DEBUGPC(DMM, "\n");
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001069 subscr = subscr_get_by_imsi(network->subscr_group,
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001070 mi_string);
Harald Welte2a139372009-02-22 21:14:55 +00001071 break;
1072 case GSM_MI_TYPE_IMEI:
1073 case GSM_MI_TYPE_IMEISV:
1074 /* no sim card... FIXME: what to do ? */
Daniel Willmann977cd132012-12-28 19:29:44 +01001075 DEBUGPC(DMM, ": unimplemented mobile identity type\n");
Harald Welte2a139372009-02-22 21:14:55 +00001076 break;
Alexander Couzensfbd96f52016-08-29 18:40:02 +02001077 default:
Daniel Willmann977cd132012-12-28 19:29:44 +01001078 DEBUGPC(DMM, ": unknown mobile identity type\n");
Harald Welte2a139372009-02-22 21:14:55 +00001079 break;
1080 }
1081
Holger Freyther4a49e772009-04-12 05:37:29 +00001082 if (subscr) {
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001083 subscr_update(subscr, conn->bts,
Neels Hofmeyr378a4922016-05-09 21:07:43 +02001084 GSM_SUBSCRIBER_UPDATE_DETACHED);
Harald Welte2e6d4682009-12-24 14:50:24 +01001085 DEBUGP(DMM, "Subscriber: %s\n", subscr_name(subscr));
Harald Welte (local)ee4410a2009-08-17 09:39:55 +02001086
1087 subscr->equipment.classmark1 = idi->classmark1;
1088 db_sync_equipment(&subscr->equipment);
1089
Holger Freytherc21cfbc2009-06-02 02:54:57 +00001090 subscr_put(subscr);
Holger Freyther4a49e772009-04-12 05:37:29 +00001091 } else
Harald Welte2a139372009-02-22 21:14:55 +00001092 DEBUGP(DMM, "Unknown Subscriber ?!?\n");
1093
Harald Welte31981a02009-12-20 09:58:40 +01001094 /* FIXME: iterate over all transactions and release them,
1095 * imagine an IMSI DETACH happening during an active call! */
1096
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001097 release_anchor(conn);
Harald Welte2a139372009-02-22 21:14:55 +00001098 return 0;
1099}
1100
Harald Welted2a7f5a2009-06-05 20:08:20 +00001101static int gsm48_rx_mm_status(struct msgb *msg)
1102{
1103 struct gsm48_hdr *gh = msgb_l3(msg);
1104
1105 DEBUGP(DMM, "MM STATUS (reject cause 0x%02x)\n", gh->data[0]);
1106
1107 return 0;
1108}
1109
Sylvain Munaut30a15382009-12-24 00:27:26 +01001110/* Chapter 9.2.3: Authentication Response */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001111static int gsm48_rx_mm_auth_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Sylvain Munaut30a15382009-12-24 00:27:26 +01001112{
1113 struct gsm48_hdr *gh = msgb_l3(msg);
1114 struct gsm48_auth_resp *ar = (struct gsm48_auth_resp*) gh->data;
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001115 struct gsm_network *net = conn->network;
Sylvain Munaut30a15382009-12-24 00:27:26 +01001116
Sylvain Munautc593cf12010-06-10 23:51:41 +02001117 DEBUGP(DMM, "MM AUTHENTICATION RESPONSE (sres = %s): ",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02001118 osmo_hexdump(ar->sres, 4));
Sylvain Munaut30a15382009-12-24 00:27:26 +01001119
1120 /* Safety check */
1121 if (!conn->sec_operation) {
1122 DEBUGP(DMM, "No authentication/cipher operation in progress !!!\n");
1123 return -EIO;
1124 }
1125
1126 /* Validate SRES */
Harald Welte121e9a42016-04-20 13:13:19 +02001127 if (memcmp(conn->sec_operation->atuple.vec.sres, ar->sres,4)) {
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +01001128 int rc;
Sylvain Munaut30a15382009-12-24 00:27:26 +01001129 gsm_cbfn *cb = conn->sec_operation->cb;
Sylvain Munautc593cf12010-06-10 23:51:41 +02001130
1131 DEBUGPC(DMM, "Invalid (expected %s)\n",
Harald Welte121e9a42016-04-20 13:13:19 +02001132 osmo_hexdump(conn->sec_operation->atuple.vec.sres, 4));
Sylvain Munautc593cf12010-06-10 23:51:41 +02001133
Sylvain Munaut30a15382009-12-24 00:27:26 +01001134 if (cb)
1135 cb(GSM_HOOK_RR_SECURITY, GSM_SECURITY_AUTH_FAILED,
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +08001136 NULL, conn, conn->sec_operation->cb_data);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001137
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +01001138 rc = gsm48_tx_mm_auth_rej(conn);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001139 release_security_operation(conn);
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +01001140 return rc;
Sylvain Munaut30a15382009-12-24 00:27:26 +01001141 }
1142
Sylvain Munautc593cf12010-06-10 23:51:41 +02001143 DEBUGPC(DMM, "OK\n");
1144
Sylvain Munaut30a15382009-12-24 00:27:26 +01001145 /* Start ciphering */
Sylvain Munaut67706df2010-11-29 08:19:04 +01001146 return gsm0808_cipher_mode(conn, net->a5_encryption,
Harald Welte121e9a42016-04-20 13:13:19 +02001147 conn->sec_operation->atuple.vec.kc, 8, 0);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001148}
1149
Harald Weltebf5e8df2009-02-03 12:59:45 +00001150/* Receive a GSM 04.08 Mobility Management (MM) message */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001151static int gsm0408_rcv_mm(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00001152{
1153 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001154 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +00001155
Neels Hofmeyr531734a2016-03-14 16:13:24 +01001156 switch (gsm48_hdr_msg_type(gh)) {
Harald Welte52b1f982008-12-23 20:25:15 +00001157 case GSM48_MT_MM_LOC_UPD_REQUEST:
Harald Weltea0368542009-06-27 02:58:43 +02001158 DEBUGP(DMM, "LOCATION UPDATING REQUEST: ");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001159 rc = mm_rx_loc_upd_req(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00001160 break;
1161 case GSM48_MT_MM_ID_RESP:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001162 rc = mm_rx_id_resp(conn, msg);
Harald Welte231ad4f2008-12-27 11:15:38 +00001163 break;
Harald Welte52b1f982008-12-23 20:25:15 +00001164 case GSM48_MT_MM_CM_SERV_REQ:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001165 rc = gsm48_rx_mm_serv_req(conn, msg);
Harald Welte4b634542008-12-27 01:55:51 +00001166 break;
Harald Welte231ad4f2008-12-27 11:15:38 +00001167 case GSM48_MT_MM_STATUS:
Harald Welted2a7f5a2009-06-05 20:08:20 +00001168 rc = gsm48_rx_mm_status(msg);
Harald Welte231ad4f2008-12-27 11:15:38 +00001169 break;
Harald Welte231ad4f2008-12-27 11:15:38 +00001170 case GSM48_MT_MM_TMSI_REALL_COMPL:
Harald Welte69b2af22009-01-06 19:47:00 +00001171 DEBUGP(DMM, "TMSI Reallocation Completed. Subscriber: %s\n",
Harald Welte7184bd02015-12-28 14:04:36 +01001172 subscr_name(conn->subscr));
Holger Hans Peter Freyther1ba07302015-01-27 10:27:53 +01001173 release_loc_updating_req(conn, 1);
Harald Welte69b2af22009-01-06 19:47:00 +00001174 break;
Harald Welte231ad4f2008-12-27 11:15:38 +00001175 case GSM48_MT_MM_IMSI_DETACH_IND:
Holger Hans Peter Freyther153b13b2012-07-10 08:53:27 +02001176 rc = gsm48_rx_mm_imsi_detach_ind(conn, msg);
Harald Welte2a139372009-02-22 21:14:55 +00001177 break;
1178 case GSM48_MT_MM_CM_REEST_REQ:
1179 DEBUGP(DMM, "CM REESTABLISH REQUEST: Not implemented\n");
1180 break;
1181 case GSM48_MT_MM_AUTH_RESP:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001182 rc = gsm48_rx_mm_auth_resp(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00001183 break;
1184 default:
Harald Welte5d24ba12009-12-24 12:13:17 +01001185 LOGP(DMM, LOGL_NOTICE, "Unknown GSM 04.08 MM msg type 0x%02x\n",
Harald Welte52b1f982008-12-23 20:25:15 +00001186 gh->msg_type);
1187 break;
1188 }
1189
1190 return rc;
1191}
Harald Weltebf5e8df2009-02-03 12:59:45 +00001192
Harald Welte2d35ae62009-02-06 12:02:13 +00001193/* Receive a PAGING RESPONSE message from the MS */
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001194static int gsm48_rx_rr_pag_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte2d35ae62009-02-06 12:02:13 +00001195{
1196 struct gsm48_hdr *gh = msgb_l3(msg);
Holger Hans Peter Freytherf6903de2010-05-16 01:51:14 +08001197 struct gsm48_pag_resp *resp;
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001198 uint8_t *classmark2_lv = gh->data + 1;
1199 uint8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001200 char mi_string[GSM48_MI_SIZE];
Harald Welte4bfdfe72009-06-10 23:11:52 +08001201 struct gsm_subscriber *subscr = NULL;
Harald Welte2d35ae62009-02-06 12:02:13 +00001202 int rc = 0;
1203
Holger Hans Peter Freytherf6903de2010-05-16 01:51:14 +08001204 resp = (struct gsm48_pag_resp *) &gh->data[0];
1205 gsm48_paging_extract_mi(resp, msgb_l3len(msg) - sizeof(*gh),
1206 mi_string, &mi_type);
Harald Welteb9845f92015-08-16 18:07:48 +02001207 DEBUGP(DRR, "PAGING RESPONSE: MI(%s)=%s\n",
1208 gsm48_mi_type_name(mi_type), mi_string);
Harald Welte3ac7f102009-08-10 10:12:45 +02001209
Harald Weltefe18d8f2009-02-22 21:14:24 +00001210 switch (mi_type) {
1211 case GSM_MI_TYPE_TMSI:
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001212 subscr = subscr_get_by_tmsi(conn->network->subscr_group,
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +02001213 tmsi_from_string(mi_string));
Harald Weltefe18d8f2009-02-22 21:14:24 +00001214 break;
1215 case GSM_MI_TYPE_IMSI:
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02001216 subscr = subscr_get_by_imsi(conn->network->subscr_group,
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001217 mi_string);
Harald Weltefe18d8f2009-02-22 21:14:24 +00001218 break;
1219 }
Harald Welte2d35ae62009-02-06 12:02:13 +00001220
1221 if (!subscr) {
1222 DEBUGP(DRR, "<- Can't find any subscriber for this ID\n");
Harald Welte09e38af2009-02-16 22:52:23 +00001223 /* FIXME: request id? close channel? */
Harald Welte2d35ae62009-02-06 12:02:13 +00001224 return -EINVAL;
1225 }
Holger Hans Peter Freytherb7ccac42014-12-28 15:00:36 +01001226 log_set_context(BSC_CTX_SUBSCR, subscr);
Harald Welte2d35ae62009-02-06 12:02:13 +00001227 DEBUGP(DRR, "<- Channel was requested by %s\n",
Harald Welte76042182009-08-08 16:03:15 +02001228 subscr->name && strlen(subscr->name) ? subscr->name : subscr->imsi);
Holger Freyther053e09d2009-02-14 22:51:06 +00001229
Harald Weltec2e302d2009-07-05 14:08:13 +02001230 subscr->equipment.classmark2_len = *classmark2_lv;
1231 memcpy(subscr->equipment.classmark2, classmark2_lv+1, *classmark2_lv);
1232 db_sync_equipment(&subscr->equipment);
Harald Weltef7c43522009-06-09 20:24:21 +00001233
Holger Hans Peter Freythere7bd8632013-06-30 15:30:47 +02001234 /* We received a paging */
1235 conn->expire_timer_stopped = 1;
1236
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001237 rc = gsm48_handle_paging_resp(conn, msg, subscr);
Harald Welte2d35ae62009-02-06 12:02:13 +00001238 return rc;
1239}
1240
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001241static int gsm48_rx_rr_app_info(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001242{
1243 struct gsm48_hdr *gh = msgb_l3(msg);
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001244 uint8_t apdu_id_flags;
1245 uint8_t apdu_len;
1246 uint8_t *apdu_data;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001247
1248 apdu_id_flags = gh->data[0];
1249 apdu_len = gh->data[1];
1250 apdu_data = gh->data+2;
Alexander Couzensfbd96f52016-08-29 18:40:02 +02001251
Harald Welte70f92052012-07-16 13:22:19 +02001252 DEBUGP(DRR, "RX APPLICATION INFO id/flags=0x%02x apdu_len=%u apdu=%s",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02001253 apdu_id_flags, apdu_len, osmo_hexdump(apdu_data, apdu_len));
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001254
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001255 return db_apdu_blob_store(conn->subscr, apdu_id_flags, apdu_len, apdu_data);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001256}
1257
Harald Weltebf5e8df2009-02-03 12:59:45 +00001258/* Receive a GSM 04.08 Radio Resource (RR) message */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001259static int gsm0408_rcv_rr(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00001260{
1261 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte2d35ae62009-02-06 12:02:13 +00001262 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +00001263
1264 switch (gh->msg_type) {
Harald Welte52b1f982008-12-23 20:25:15 +00001265 case GSM48_MT_RR_PAG_RESP:
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001266 rc = gsm48_rx_rr_pag_resp(conn, msg);
Harald Welte2d35ae62009-02-06 12:02:13 +00001267 break;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001268 case GSM48_MT_RR_APP_INFO:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001269 rc = gsm48_rx_rr_app_info(conn, msg);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001270 break;
Harald Welte52b1f982008-12-23 20:25:15 +00001271 default:
Philippd37981e2016-10-10 15:11:41 +02001272 LOGP(DRR, LOGL_NOTICE, "MSC: Unimplemented %s GSM 04.08 RR "
1273 "message\n", gsm48_rr_msg_name(gh->msg_type));
Harald Welte52b1f982008-12-23 20:25:15 +00001274 break;
1275 }
1276
Harald Welte2d35ae62009-02-06 12:02:13 +00001277 return rc;
Harald Welte52b1f982008-12-23 20:25:15 +00001278}
1279
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001280int gsm48_send_rr_app_info(struct gsm_subscriber_connection *conn, uint8_t apdu_id,
1281 uint8_t apdu_len, const uint8_t *apdu)
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001282{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001283 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 APP INF");
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001284 struct gsm48_hdr *gh;
1285
Holger Hans Peter Freyther9ce1b272010-06-16 13:52:55 +08001286 msg->lchan = conn->lchan;
Alexander Couzensfbd96f52016-08-29 18:40:02 +02001287
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001288 DEBUGP(DRR, "TX APPLICATION INFO id=0x%02x, len=%u\n",
1289 apdu_id, apdu_len);
Alexander Couzensfbd96f52016-08-29 18:40:02 +02001290
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001291 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 2 + apdu_len);
1292 gh->proto_discr = GSM48_PDISC_RR;
1293 gh->msg_type = GSM48_MT_RR_APP_INFO;
1294 gh->data[0] = apdu_id;
1295 gh->data[1] = apdu_len;
1296 memcpy(gh->data+2, apdu, apdu_len);
1297
Holger Hans Peter Freyther9ce1b272010-06-16 13:52:55 +08001298 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001299}
1300
Alexander Couzens92f552f2016-08-23 07:32:27 +02001301/* FIXME: this count_statistics is a state machine behaviour. we should convert
1302 * the complete call control into a state machine. Afterwards we can move this
1303 * code into state transitions.
1304 */
1305static void count_statistics(struct gsm_trans *trans, int new_state)
1306{
1307 int old_state = trans->cc.state;
1308 struct rate_ctr_group *msc = trans->net->msc_ctrs;
1309
1310 if (old_state == new_state)
1311 return;
1312
1313 /* state incoming */
1314 switch (new_state) {
1315 case GSM_CSTATE_ACTIVE:
1316 osmo_counter_inc(trans->net->active_calls);
1317 rate_ctr_inc(&msc->ctr[MSC_CTR_CALL_ACTIVE]);
1318 break;
1319 }
1320
1321 /* state outgoing */
1322 switch (old_state) {
1323 case GSM_CSTATE_ACTIVE:
1324 osmo_counter_dec(trans->net->active_calls);
1325 if (new_state == GSM_CSTATE_DISCONNECT_REQ ||
1326 new_state == GSM_CSTATE_DISCONNECT_IND)
1327 rate_ctr_inc(&msc->ctr[MSC_CTR_CALL_COMPLETE]);
1328 else
1329 rate_ctr_inc(&msc->ctr[MSC_CTR_CALL_INCOMPLETE]);
1330 break;
1331 }
1332}
1333
Harald Welte4bc90a12008-12-27 16:32:52 +00001334/* Call Control */
1335
Harald Welte7584aea2009-02-11 11:44:12 +00001336/* The entire call control code is written in accordance with Figure 7.10c
1337 * for 'very early assignment', i.e. we allocate a TCH/F during IMMEDIATE
1338 * ASSIGN, then first use that TCH/F for signalling and later MODE MODIFY
1339 * it for voice */
1340
Harald Welte4bfdfe72009-06-10 23:11:52 +08001341static void new_cc_state(struct gsm_trans *trans, int state)
1342{
1343 if (state > 31 || state < 0)
1344 return;
1345
1346 DEBUGP(DCC, "new state %s -> %s\n",
Harald Weltee95daf192010-03-25 12:13:02 +08001347 gsm48_cc_state_name(trans->cc.state),
1348 gsm48_cc_state_name(state));
Harald Welte4bfdfe72009-06-10 23:11:52 +08001349
Alexander Couzens92f552f2016-08-23 07:32:27 +02001350 count_statistics(trans, state);
Harald Weltedcaf5652009-07-23 18:56:43 +02001351 trans->cc.state = state;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001352}
1353
1354static int gsm48_cc_tx_status(struct gsm_trans *trans, void *arg)
Harald Welte4bc90a12008-12-27 16:32:52 +00001355{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001356 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC STATUS");
Harald Welte4bc90a12008-12-27 16:32:52 +00001357 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001358 uint8_t *cause, *call_state;
Harald Welte4bc90a12008-12-27 16:32:52 +00001359
Harald Welte4bc90a12008-12-27 16:32:52 +00001360 gh->msg_type = GSM48_MT_CC_STATUS;
1361
1362 cause = msgb_put(msg, 3);
1363 cause[0] = 2;
1364 cause[1] = GSM48_CAUSE_CS_GSM | GSM48_CAUSE_LOC_USER;
1365 cause[2] = 0x80 | 30; /* response to status inquiry */
1366
1367 call_state = msgb_put(msg, 1);
1368 call_state[0] = 0xc0 | 0x00;
1369
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08001370 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bc90a12008-12-27 16:32:52 +00001371}
1372
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001373static int gsm48_tx_simple(struct gsm_subscriber_connection *conn,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001374 uint8_t pdisc, uint8_t msg_type)
Harald Welte4bc90a12008-12-27 16:32:52 +00001375{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01001376 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 TX SIMPLE");
Harald Welte4bc90a12008-12-27 16:32:52 +00001377 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1378
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001379 msg->lchan = conn->lchan;
Harald Welte4bc90a12008-12-27 16:32:52 +00001380
Harald Welte6f4b7532008-12-29 00:39:37 +00001381 gh->proto_discr = pdisc;
Harald Welte4bc90a12008-12-27 16:32:52 +00001382 gh->msg_type = msg_type;
1383
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001384 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte4bc90a12008-12-27 16:32:52 +00001385}
1386
Harald Welte4bfdfe72009-06-10 23:11:52 +08001387static void gsm48_stop_cc_timer(struct gsm_trans *trans)
1388{
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001389 if (osmo_timer_pending(&trans->cc.timer)) {
Harald Weltedcaf5652009-07-23 18:56:43 +02001390 DEBUGP(DCC, "stopping pending timer T%x\n", trans->cc.Tcurrent);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001391 osmo_timer_del(&trans->cc.timer);
Harald Weltedcaf5652009-07-23 18:56:43 +02001392 trans->cc.Tcurrent = 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001393 }
1394}
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001395
Harald Welte4bfdfe72009-06-10 23:11:52 +08001396static int mncc_recvmsg(struct gsm_network *net, struct gsm_trans *trans,
1397 int msg_type, struct gsm_mncc *mncc)
1398{
1399 struct msgb *msg;
Harald Welte04dc88f2010-12-22 21:45:05 +01001400 unsigned char *data;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001401
1402 if (trans)
Harald Welteb854b292010-12-26 19:06:37 +01001403 if (trans->conn && trans->conn->lchan)
Harald Welte6f5aee02009-07-23 21:21:14 +02001404 DEBUGP(DCC, "(bts %d trx %d ts %d ti %x sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08001405 "Sending '%s' to MNCC.\n",
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001406 trans->conn->lchan->ts->trx->bts->nr,
1407 trans->conn->lchan->ts->trx->nr,
1408 trans->conn->lchan->ts->nr, trans->transaction_id,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001409 (trans->subscr)?(trans->subscr->extension):"-",
1410 get_mncc_name(msg_type));
1411 else
1412 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
1413 "Sending '%s' to MNCC.\n",
1414 (trans->subscr)?(trans->subscr->extension):"-",
1415 get_mncc_name(msg_type));
1416 else
1417 DEBUGP(DCC, "(bts - trx - ts - ti -- sub -) "
1418 "Sending '%s' to MNCC.\n", get_mncc_name(msg_type));
1419
1420 mncc->msg_type = msg_type;
Alexander Couzensfbd96f52016-08-29 18:40:02 +02001421
Harald Welte966636f2009-06-26 19:39:35 +02001422 msg = msgb_alloc(sizeof(struct gsm_mncc), "MNCC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08001423 if (!msg)
1424 return -ENOMEM;
Harald Welte04dc88f2010-12-22 21:45:05 +01001425
1426 data = msgb_put(msg, sizeof(struct gsm_mncc));
1427 memcpy(data, mncc, sizeof(struct gsm_mncc));
1428
Harald Welte54209c22010-12-22 23:43:29 +01001429 cc_tx_to_mncc(net, msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001430
1431 return 0;
1432}
1433
1434int mncc_release_ind(struct gsm_network *net, struct gsm_trans *trans,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001435 uint32_t callref, int location, int value)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001436{
1437 struct gsm_mncc rel;
1438
Harald Welte92f70c52009-06-12 01:54:08 +08001439 memset(&rel, 0, sizeof(rel));
Harald Welte4bfdfe72009-06-10 23:11:52 +08001440 rel.callref = callref;
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001441 mncc_set_cause(&rel, location, value);
Andreas Eversberg15907272013-01-25 08:38:29 +01001442 if (trans && trans->cc.state == GSM_CSTATE_RELEASE_REQ)
1443 return mncc_recvmsg(net, trans, MNCC_REL_CNF, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001444 return mncc_recvmsg(net, trans, MNCC_REL_IND, &rel);
1445}
1446
Harald Weltedcaf5652009-07-23 18:56:43 +02001447/* Call Control Specific transaction release.
1448 * gets called by trans_free, DO NOT CALL YOURSELF! */
1449void _gsm48_cc_trans_free(struct gsm_trans *trans)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001450{
Harald Welte4bfdfe72009-06-10 23:11:52 +08001451 gsm48_stop_cc_timer(trans);
1452
1453 /* send release to L4, if callref still exists */
1454 if (trans->callref) {
1455 /* Ressource unavailable */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001456 mncc_release_ind(trans->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001457 GSM48_CAUSE_LOC_PRN_S_LU,
1458 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001459 }
Harald Weltedcaf5652009-07-23 18:56:43 +02001460 if (trans->cc.state != GSM_CSTATE_NULL)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001461 new_cc_state(trans, GSM_CSTATE_NULL);
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001462 if (trans->conn)
1463 trau_mux_unmap(&trans->conn->lchan->ts->e1_link, trans->callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001464}
1465
1466static int gsm48_cc_tx_setup(struct gsm_trans *trans, void *arg);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001467
Harald Welte09e38af2009-02-16 22:52:23 +00001468/* call-back from paging the B-end of the connection */
1469static int setup_trig_pag_evt(unsigned int hooknum, unsigned int event,
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001470 struct msgb *msg, void *_conn, void *_transt)
Harald Welte09e38af2009-02-16 22:52:23 +00001471{
Holger Hans Peter Freyther86481c22010-06-17 15:05:57 +08001472 struct gsm_subscriber_connection *conn = _conn;
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001473 struct gsm_trans *transt = _transt;
Harald Weltec05677b2009-06-26 20:17:06 +02001474
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001475 OSMO_ASSERT(!transt->conn);
Harald Welte7584aea2009-02-11 11:44:12 +00001476
Harald Welte4bfdfe72009-06-10 23:11:52 +08001477 /* check all tranactions (without lchan) for subscriber */
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001478 switch (event) {
1479 case GSM_PAGING_SUCCEEDED:
1480 DEBUGP(DCC, "Paging subscr %s succeeded!\n", transt->subscr->extension);
Ivan Kluchnikov5fd0c642015-05-26 13:36:58 +03001481 OSMO_ASSERT(conn);
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001482 /* Assign lchan */
1483 transt->conn = conn;
1484 /* send SETUP request to called party */
1485 gsm48_cc_tx_setup(transt, &transt->cc.msg);
1486 break;
1487 case GSM_PAGING_EXPIRED:
1488 case GSM_PAGING_BUSY:
1489 DEBUGP(DCC, "Paging subscr %s expired!\n",
1490 transt->subscr->extension);
1491 /* Temporarily out of order */
1492 mncc_release_ind(transt->net, transt,
1493 transt->callref,
1494 GSM48_CAUSE_LOC_PRN_S_LU,
1495 GSM48_CC_CAUSE_DEST_OOO);
1496 transt->callref = 0;
1497 transt->paging_request = NULL;
1498 trans_free(transt);
1499 break;
1500 default:
1501 LOGP(DCC, LOGL_ERROR, "Unknown paging event %d\n", event);
1502 break;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001503 }
Holger Hans Peter Freyther49b3ed22010-12-29 17:09:07 +01001504
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02001505 transt->paging_request = NULL;
Harald Welte09e38af2009-02-16 22:52:23 +00001506 return 0;
Harald Welte4bc90a12008-12-27 16:32:52 +00001507}
Harald Welte7584aea2009-02-11 11:44:12 +00001508
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001509static int tch_recv_mncc(struct gsm_network *net, uint32_t callref, int enable);
Harald Welteda7ab742009-12-19 22:23:05 +01001510
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001511/* handle audio path for handover */
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001512static int switch_for_handover(struct gsm_lchan *old_lchan,
1513 struct gsm_lchan *new_lchan)
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001514{
1515 struct rtp_socket *old_rs, *new_rs, *other_rs;
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001516
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001517 /* Ask the new socket to send to the already known port. */
1518 if (new_lchan->conn->mncc_rtp_bridge) {
1519 LOGP(DHO, LOGL_DEBUG, "Forwarding RTP\n");
1520 rsl_ipacc_mdcx(new_lchan,
1521 old_lchan->abis_ip.connect_ip,
1522 old_lchan->abis_ip.connect_port, 0);
1523 return 0;
1524 }
1525
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001526 if (ipacc_rtp_direct) {
1527 LOGP(DHO, LOGL_ERROR, "unable to handover in direct RTP mode\n");
1528 return 0;
1529 }
1530
1531 /* RTP Proxy mode */
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001532 new_rs = new_lchan->abis_ip.rtp_socket;
1533 old_rs = old_lchan->abis_ip.rtp_socket;
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001534
1535 if (!new_rs) {
1536 LOGP(DHO, LOGL_ERROR, "no RTP socket for new_lchan\n");
1537 return -EIO;
1538 }
1539
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001540 rsl_ipacc_mdcx_to_rtpsock(new_lchan);
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001541
1542 if (!old_rs) {
1543 LOGP(DHO, LOGL_ERROR, "no RTP socket for old_lchan\n");
1544 return -EIO;
1545 }
1546
1547 /* copy rx_action and reference to other sock */
1548 new_rs->rx_action = old_rs->rx_action;
1549 new_rs->tx_action = old_rs->tx_action;
1550 new_rs->transmit = old_rs->transmit;
1551
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001552 switch (old_lchan->abis_ip.rtp_socket->rx_action) {
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001553 case RTP_PROXY:
1554 other_rs = old_rs->proxy.other_sock;
1555 rtp_socket_proxy(new_rs, other_rs);
1556 /* delete reference to other end socket to prevent
1557 * rtp_socket_free() from removing the inverse reference */
1558 old_rs->proxy.other_sock = NULL;
1559 break;
1560 case RTP_RECV_UPSTREAM:
1561 new_rs->receive = old_rs->receive;
1562 break;
1563 case RTP_NONE:
1564 break;
1565 }
1566
1567 return 0;
1568}
1569
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001570static void maybe_switch_for_handover(struct gsm_lchan *lchan)
1571{
1572 struct gsm_lchan *old_lchan;
1573 old_lchan = bsc_handover_pending(lchan);
1574 if (old_lchan)
1575 switch_for_handover(old_lchan, lchan);
1576}
1577
Harald Welte805f6442009-07-28 18:25:29 +02001578/* some other part of the code sends us a signal */
1579static int handle_abisip_signal(unsigned int subsys, unsigned int signal,
1580 void *handler_data, void *signal_data)
1581{
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001582 struct gsm_lchan *lchan = signal_data;
Harald Welte805f6442009-07-28 18:25:29 +02001583 int rc;
Harald Welteda7ab742009-12-19 22:23:05 +01001584 struct gsm_network *net;
1585 struct gsm_trans *trans;
Harald Welte805f6442009-07-28 18:25:29 +02001586
1587 if (subsys != SS_ABISIP)
1588 return 0;
1589
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02001590 /* RTP bridge handling */
1591 if (lchan->conn && lchan->conn->mncc_rtp_bridge)
1592 return tch_rtp_signal(lchan, signal);
1593
Harald Welte805f6442009-07-28 18:25:29 +02001594 /* in case we use direct BTS-to-BTS RTP */
1595 if (ipacc_rtp_direct)
1596 return 0;
1597
Harald Welte805f6442009-07-28 18:25:29 +02001598 switch (signal) {
Holger Hans Peter Freyther231163d2009-11-18 21:06:12 +01001599 case S_ABISIP_CRCX_ACK:
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001600 /* in case we don't use direct BTS-to-BTS RTP */
1601 /* the BTS has successfully bound a TCH to a local ip/port,
1602 * which means we can connect our UDP socket to it */
1603 if (lchan->abis_ip.rtp_socket) {
1604 rtp_socket_free(lchan->abis_ip.rtp_socket);
1605 lchan->abis_ip.rtp_socket = NULL;
1606 }
1607
1608 lchan->abis_ip.rtp_socket = rtp_socket_create();
1609 if (!lchan->abis_ip.rtp_socket)
1610 return -EIO;
1611
1612 rc = rtp_socket_connect(lchan->abis_ip.rtp_socket,
1613 lchan->abis_ip.bound_ip,
1614 lchan->abis_ip.bound_port);
1615 if (rc < 0)
1616 return -EIO;
1617
Harald Welteda7ab742009-12-19 22:23:05 +01001618 /* check if any transactions on this lchan still have
1619 * a tch_recv_mncc request pending */
1620 net = lchan->ts->trx->bts->network;
1621 llist_for_each_entry(trans, &net->trans_list, entry) {
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001622 if (trans->conn && trans->conn->lchan == lchan && trans->tch_recv) {
Harald Welteda7ab742009-12-19 22:23:05 +01001623 DEBUGP(DCC, "pending tch_recv_mncc request\n");
1624 tch_recv_mncc(net, trans->callref, 1);
1625 }
1626 }
Holger Hans Peter Freytherc121bb32012-12-26 10:17:42 +01001627
1628 /*
1629 * TODO: this appears to be too early? Why not until after
1630 * the handover detect or the handover complete?
1631 *
1632 * Do we have a handover pending for this new lchan? In that
1633 * case re-route the audio from the old channel to the new one.
1634 */
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02001635 maybe_switch_for_handover(lchan);
Harald Welte805f6442009-07-28 18:25:29 +02001636 break;
Holger Hans Peter Freyther6c4d2442011-01-06 13:31:41 +01001637 case S_ABISIP_DLCX_IND:
1638 /* the BTS tells us a RTP stream has been disconnected */
1639 if (lchan->abis_ip.rtp_socket) {
1640 rtp_socket_free(lchan->abis_ip.rtp_socket);
1641 lchan->abis_ip.rtp_socket = NULL;
1642 }
1643
1644 break;
Harald Welte805f6442009-07-28 18:25:29 +02001645 }
1646
1647 return 0;
Harald Welte805f6442009-07-28 18:25:29 +02001648}
1649
Harald Welte49f48b82009-02-17 15:29:33 +00001650/* map two ipaccess RTP streams onto each other */
Harald Welte11fa29c2009-02-19 17:24:39 +00001651static int tch_map(struct gsm_lchan *lchan, struct gsm_lchan *remote_lchan)
Harald Welte49f48b82009-02-17 15:29:33 +00001652{
Harald Welte11fa29c2009-02-19 17:24:39 +00001653 struct gsm_bts *bts = lchan->ts->trx->bts;
1654 struct gsm_bts *remote_bts = remote_lchan->ts->trx->bts;
Max8db12e42016-04-18 23:11:18 +02001655 enum gsm_chan_t lt = lchan->type, rt = remote_lchan->type;
Max3ffce192016-04-25 15:22:00 +02001656 enum gsm48_chan_mode lm = lchan->tch_mode, rm = remote_lchan->tch_mode;
Harald Welte805f6442009-07-28 18:25:29 +02001657 int rc;
Harald Welte49f48b82009-02-17 15:29:33 +00001658
Max8db12e42016-04-18 23:11:18 +02001659 DEBUGP(DCC, "Setting up TCH map between (bts=%u,trx=%u,ts=%u,%s) and "
1660 "(bts=%u,trx=%u,ts=%u,%s)\n",
1661 bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
1662 get_value_string(gsm_chan_t_names, lt),
1663 remote_bts->nr, remote_lchan->ts->trx->nr, remote_lchan->ts->nr,
1664 get_value_string(gsm_chan_t_names, rt));
Harald Welte11fa29c2009-02-19 17:24:39 +00001665
1666 if (bts->type != remote_bts->type) {
Harald Weltee5215b52011-08-09 21:53:20 +02001667 LOGP(DCC, LOGL_ERROR, "Cannot switch calls between different BTS types yet\n");
Harald Welte11fa29c2009-02-19 17:24:39 +00001668 return -EINVAL;
1669 }
Harald Welteda7ab742009-12-19 22:23:05 +01001670
Max3ffce192016-04-25 15:22:00 +02001671 if (lt != rt) {
1672 LOGP(DCC, LOGL_ERROR, "Cannot patch through call with different"
1673 " channel types: local = %s, remote = %s\n",
1674 get_value_string(gsm_chan_t_names, lt),
1675 get_value_string(gsm_chan_t_names, rt));
1676 return -EBADSLT;
1677 }
1678
1679 if (lm != rm) {
1680 LOGP(DCC, LOGL_ERROR, "Cannot patch through call with different"
1681 " channel modes: local = %s, remote = %s\n",
1682 get_value_string(gsm48_chan_mode_names, lm),
1683 get_value_string(gsm48_chan_mode_names, rm));
1684 return -EMEDIUMTYPE;
1685 }
1686
Harald Welteda7ab742009-12-19 22:23:05 +01001687 // todo: map between different bts types
Harald Welte11fa29c2009-02-19 17:24:39 +00001688 switch (bts->type) {
Mike Habene2d82272009-10-02 12:19:34 +01001689 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +02001690 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welte805f6442009-07-28 18:25:29 +02001691 if (!ipacc_rtp_direct) {
Andreas Eversberga4d0e3c2014-01-22 08:57:18 +01001692 if (!lchan->abis_ip.rtp_socket) {
1693 LOGP(DHO, LOGL_ERROR, "no RTP socket for "
1694 "lchan\n");
1695 return -EIO;
1696 }
1697 if (!remote_lchan->abis_ip.rtp_socket) {
1698 LOGP(DHO, LOGL_ERROR, "no RTP socket for "
1699 "remote_lchan\n");
1700 return -EIO;
1701 }
1702
Harald Welte805f6442009-07-28 18:25:29 +02001703 /* connect the TCH's to our RTP proxy */
Harald Weltea72273e2009-12-20 16:51:09 +01001704 rc = rsl_ipacc_mdcx_to_rtpsock(lchan);
Harald Welte805f6442009-07-28 18:25:29 +02001705 if (rc < 0)
1706 return rc;
Harald Weltea72273e2009-12-20 16:51:09 +01001707 rc = rsl_ipacc_mdcx_to_rtpsock(remote_lchan);
Harald Welte4d54d0b2011-02-19 16:48:17 +01001708 if (rc < 0)
1709 return rc;
Harald Welte805f6442009-07-28 18:25:29 +02001710 /* connect them with each other */
Harald Welte2c828992009-12-02 01:56:49 +05301711 rtp_socket_proxy(lchan->abis_ip.rtp_socket,
1712 remote_lchan->abis_ip.rtp_socket);
Harald Welte805f6442009-07-28 18:25:29 +02001713 } else {
1714 /* directly connect TCH RTP streams to each other */
Harald Welte2c828992009-12-02 01:56:49 +05301715 rc = rsl_ipacc_mdcx(lchan, remote_lchan->abis_ip.bound_ip,
1716 remote_lchan->abis_ip.bound_port,
Harald Welte2c828992009-12-02 01:56:49 +05301717 remote_lchan->abis_ip.rtp_payload2);
Harald Welte805f6442009-07-28 18:25:29 +02001718 if (rc < 0)
1719 return rc;
Harald Welte2c828992009-12-02 01:56:49 +05301720 rc = rsl_ipacc_mdcx(remote_lchan, lchan->abis_ip.bound_ip,
1721 lchan->abis_ip.bound_port,
Harald Welte2c828992009-12-02 01:56:49 +05301722 lchan->abis_ip.rtp_payload2);
Harald Welte805f6442009-07-28 18:25:29 +02001723 }
Harald Welte11fa29c2009-02-19 17:24:39 +00001724 break;
1725 case GSM_BTS_TYPE_BS11:
Harald Weltec76fb5d2011-03-20 06:27:31 -03001726 case GSM_BTS_TYPE_RBS2000:
Dieter Spaar16646022011-07-28 00:01:50 +02001727 case GSM_BTS_TYPE_NOKIA_SITE:
Harald Welte11fa29c2009-02-19 17:24:39 +00001728 trau_mux_map_lchan(lchan, remote_lchan);
1729 break;
1730 default:
Harald Weltee5215b52011-08-09 21:53:20 +02001731 LOGP(DCC, LOGL_ERROR, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01001732 return -EINVAL;
Harald Welte11fa29c2009-02-19 17:24:39 +00001733 }
Harald Welte49f48b82009-02-17 15:29:33 +00001734
1735 return 0;
1736}
1737
Harald Welte4bfdfe72009-06-10 23:11:52 +08001738/* bridge channels of two transactions */
Harald Welte53d51f52015-12-03 14:59:04 +01001739static int tch_bridge(struct gsm_network *net, struct gsm_mncc_bridge *bridge)
Harald Welte7ccf7782009-02-17 01:43:01 +00001740{
Harald Welte53d51f52015-12-03 14:59:04 +01001741 struct gsm_trans *trans1 = trans_find_by_callref(net, bridge->callref[0]);
1742 struct gsm_trans *trans2 = trans_find_by_callref(net, bridge->callref[1]);
Harald Welte7ccf7782009-02-17 01:43:01 +00001743
Harald Welte4bfdfe72009-06-10 23:11:52 +08001744 if (!trans1 || !trans2)
Harald Welte7ccf7782009-02-17 01:43:01 +00001745 return -EIO;
1746
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001747 if (!trans1->conn || !trans2->conn)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001748 return -EIO;
1749
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01001750 /* Which subscriber do we want to track trans1 or trans2? */
1751 log_set_context(BSC_CTX_SUBSCR, trans1->subscr);
1752
Harald Welte4bfdfe72009-06-10 23:11:52 +08001753 /* through-connect channel */
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001754 return tch_map(trans1->conn->lchan, trans2->conn->lchan);
Harald Welte7ccf7782009-02-17 01:43:01 +00001755}
1756
Harald Welteda7ab742009-12-19 22:23:05 +01001757/* enable receive of channels to MNCC upqueue */
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02001758static int tch_recv_mncc(struct gsm_network *net, uint32_t callref, int enable)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001759{
1760 struct gsm_trans *trans;
Harald Welteda7ab742009-12-19 22:23:05 +01001761 struct gsm_lchan *lchan;
1762 struct gsm_bts *bts;
1763 int rc;
Harald Welte7ccf7782009-02-17 01:43:01 +00001764
Harald Welte4bfdfe72009-06-10 23:11:52 +08001765 /* Find callref */
Harald Welteda7ab742009-12-19 22:23:05 +01001766 trans = trans_find_by_callref(net, callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001767 if (!trans)
1768 return -EIO;
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001769 if (!trans->conn)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001770 return 0;
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01001771
1772 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001773 lchan = trans->conn->lchan;
Harald Welteda7ab742009-12-19 22:23:05 +01001774 bts = lchan->ts->trx->bts;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001775
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001776 /* store receive state */
1777 trans->tch_recv = enable;
1778
Harald Welteda7ab742009-12-19 22:23:05 +01001779 switch (bts->type) {
1780 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +02001781 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welteda7ab742009-12-19 22:23:05 +01001782 if (ipacc_rtp_direct) {
Harald Weltee5215b52011-08-09 21:53:20 +02001783 LOGP(DCC, LOGL_ERROR, "Error: RTP proxy is disabled\n");
Harald Welteda7ab742009-12-19 22:23:05 +01001784 return -EINVAL;
1785 }
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001786 /* In case, we don't have a RTP socket to the BTS yet, the BTS
1787 * will not be connected to our RTP proxy and the socket will
1788 * not be assigned to the application interface. This method
1789 * will be called again, once the audio socket is created and
1790 * connected. */
Harald Welteda7ab742009-12-19 22:23:05 +01001791 if (!lchan->abis_ip.rtp_socket) {
Harald Welteda7ab742009-12-19 22:23:05 +01001792 DEBUGP(DCC, "queue tch_recv_mncc request (%d)\n", enable);
1793 return 0;
1794 }
1795 if (enable) {
1796 /* connect the TCH's to our RTP proxy */
Harald Weltea72273e2009-12-20 16:51:09 +01001797 rc = rsl_ipacc_mdcx_to_rtpsock(lchan);
Harald Welteda7ab742009-12-19 22:23:05 +01001798 if (rc < 0)
1799 return rc;
1800 /* assign socket to application interface */
1801 rtp_socket_upstream(lchan->abis_ip.rtp_socket,
1802 net, callref);
1803 } else
1804 rtp_socket_upstream(lchan->abis_ip.rtp_socket,
1805 net, 0);
1806 break;
1807 case GSM_BTS_TYPE_BS11:
Harald Weltec76fb5d2011-03-20 06:27:31 -03001808 case GSM_BTS_TYPE_RBS2000:
Harald Welte10456972011-08-05 20:11:18 +02001809 case GSM_BTS_TYPE_NOKIA_SITE:
Andreas Eversbergdcf38e12013-12-05 14:37:11 +01001810 /* In case we don't have a TCH with correct mode, the TRAU muxer
1811 * will not be asigned to the application interface. This is
1812 * performed by switch_trau_mux() after successful handover or
1813 * assignment. */
1814 if (lchan->tch_mode == GSM48_CMODE_SIGN) {
1815 DEBUGP(DCC, "queue tch_recv_mncc request (%d)\n", enable);
1816 return 0;
1817 }
Harald Welteda7ab742009-12-19 22:23:05 +01001818 if (enable)
1819 return trau_recv_lchan(lchan, callref);
1820 return trau_mux_unmap(NULL, callref);
1821 break;
1822 default:
Harald Weltee5215b52011-08-09 21:53:20 +02001823 LOGP(DCC, LOGL_ERROR, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01001824 return -EINVAL;
1825 }
1826
1827 return 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001828}
1829
Harald Welte4bfdfe72009-06-10 23:11:52 +08001830static int gsm48_cc_rx_status_enq(struct gsm_trans *trans, struct msgb *msg)
1831{
1832 DEBUGP(DCC, "-> STATUS ENQ\n");
1833 return gsm48_cc_tx_status(trans, msg);
1834}
1835
1836static int gsm48_cc_tx_release(struct gsm_trans *trans, void *arg);
1837static int gsm48_cc_tx_disconnect(struct gsm_trans *trans, void *arg);
1838
1839static void gsm48_cc_timeout(void *arg)
1840{
1841 struct gsm_trans *trans = arg;
1842 int disconnect = 0, release = 0;
Harald Weltec66b71c2009-06-11 14:23:20 +08001843 int mo_cause = GSM48_CC_CAUSE_RECOVERY_TIMER;
1844 int mo_location = GSM48_CAUSE_LOC_USER;
1845 int l4_cause = GSM48_CC_CAUSE_NORMAL_UNSPEC;
1846 int l4_location = GSM48_CAUSE_LOC_PRN_S_LU;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001847 struct gsm_mncc mo_rel, l4_rel;
1848
1849 memset(&mo_rel, 0, sizeof(struct gsm_mncc));
1850 mo_rel.callref = trans->callref;
1851 memset(&l4_rel, 0, sizeof(struct gsm_mncc));
1852 l4_rel.callref = trans->callref;
1853
Harald Weltedcaf5652009-07-23 18:56:43 +02001854 switch(trans->cc.Tcurrent) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001855 case 0x303:
1856 release = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001857 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001858 break;
1859 case 0x310:
1860 disconnect = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001861 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001862 break;
1863 case 0x313:
1864 disconnect = 1;
1865 /* unknown, did not find it in the specs */
1866 break;
1867 case 0x301:
1868 disconnect = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001869 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001870 break;
1871 case 0x308:
Harald Weltedcaf5652009-07-23 18:56:43 +02001872 if (!trans->cc.T308_second) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001873 /* restart T308 a second time */
Harald Weltedcaf5652009-07-23 18:56:43 +02001874 gsm48_cc_tx_release(trans, &trans->cc.msg);
1875 trans->cc.T308_second = 1;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001876 break; /* stay in release state */
1877 }
Harald Weltedcaf5652009-07-23 18:56:43 +02001878 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001879 return;
1880// release = 1;
1881// l4_cause = 14;
1882// break;
1883 case 0x306:
1884 release = 1;
Harald Weltedcaf5652009-07-23 18:56:43 +02001885 mo_cause = trans->cc.msg.cause.value;
1886 mo_location = trans->cc.msg.cause.location;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001887 break;
1888 case 0x323:
1889 disconnect = 1;
1890 break;
1891 default:
1892 release = 1;
1893 }
1894
1895 if (release && trans->callref) {
1896 /* process release towards layer 4 */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001897 mncc_release_ind(trans->net, trans, trans->callref,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001898 l4_location, l4_cause);
1899 trans->callref = 0;
1900 }
1901
1902 if (disconnect && trans->callref) {
1903 /* process disconnect towards layer 4 */
1904 mncc_set_cause(&l4_rel, l4_location, l4_cause);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01001905 mncc_recvmsg(trans->net, trans, MNCC_DISC_IND, &l4_rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001906 }
1907
1908 /* process disconnect towards mobile station */
1909 if (disconnect || release) {
1910 mncc_set_cause(&mo_rel, mo_location, mo_cause);
Harald Weltedcaf5652009-07-23 18:56:43 +02001911 mo_rel.cause.diag[0] = ((trans->cc.Tcurrent & 0xf00) >> 8) + '0';
1912 mo_rel.cause.diag[1] = ((trans->cc.Tcurrent & 0x0f0) >> 4) + '0';
1913 mo_rel.cause.diag[2] = (trans->cc.Tcurrent & 0x00f) + '0';
Harald Welte4bfdfe72009-06-10 23:11:52 +08001914 mo_rel.cause.diag_len = 3;
1915
1916 if (disconnect)
1917 gsm48_cc_tx_disconnect(trans, &mo_rel);
1918 if (release)
1919 gsm48_cc_tx_release(trans, &mo_rel);
1920 }
1921
1922}
1923
Max3ffce192016-04-25 15:22:00 +02001924/* disconnect both calls from the bridge */
1925static inline void disconnect_bridge(struct gsm_network *net,
1926 struct gsm_mncc_bridge *bridge, int err)
1927{
1928 struct gsm_trans *trans0 = trans_find_by_callref(net, bridge->callref[0]);
1929 struct gsm_trans *trans1 = trans_find_by_callref(net, bridge->callref[1]);
1930 struct gsm_mncc mx_rel;
1931 if (!trans0 || !trans1)
1932 return;
1933
1934 DEBUGP(DCC, "Failed to bridge TCH for calls %x <-> %x :: %s \n",
1935 trans0->callref, trans1->callref, strerror(err));
1936
1937 memset(&mx_rel, 0, sizeof(struct gsm_mncc));
1938 mncc_set_cause(&mx_rel, GSM48_CAUSE_LOC_INN_NET,
1939 GSM48_CC_CAUSE_CHAN_UNACCEPT);
1940
1941 mx_rel.callref = trans0->callref;
1942 gsm48_cc_tx_disconnect(trans0, &mx_rel);
1943
1944 mx_rel.callref = trans1->callref;
1945 gsm48_cc_tx_disconnect(trans1, &mx_rel);
1946}
1947
Harald Welte4bfdfe72009-06-10 23:11:52 +08001948static void gsm48_start_cc_timer(struct gsm_trans *trans, int current,
1949 int sec, int micro)
1950{
1951 DEBUGP(DCC, "starting timer T%x with %d seconds\n", current, sec);
Harald Weltedcaf5652009-07-23 18:56:43 +02001952 trans->cc.timer.cb = gsm48_cc_timeout;
1953 trans->cc.timer.data = trans;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001954 osmo_timer_schedule(&trans->cc.timer, sec, micro);
Harald Weltedcaf5652009-07-23 18:56:43 +02001955 trans->cc.Tcurrent = current;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001956}
1957
1958static int gsm48_cc_rx_setup(struct gsm_trans *trans, struct msgb *msg)
1959{
1960 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyr531734a2016-03-14 16:13:24 +01001961 uint8_t msg_type = gsm48_hdr_msg_type(gh);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001962 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
1963 struct tlv_parsed tp;
1964 struct gsm_mncc setup;
1965
1966 memset(&setup, 0, sizeof(struct gsm_mncc));
1967 setup.callref = trans->callref;
Andreas Eversbergcaae10b2014-01-16 16:04:12 +01001968 setup.lchan_type = trans->conn->lchan->type;
Harald Welte474d19f2010-03-02 23:18:30 +01001969 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001970 /* emergency setup is identified by msg_type */
1971 if (msg_type == GSM48_MT_CC_EMERG_SETUP)
1972 setup.emergency = 1;
1973
1974 /* use subscriber as calling party number */
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +02001975 setup.fields |= MNCC_F_CALLING;
1976 strncpy(setup.calling.number, trans->subscr->extension,
1977 sizeof(setup.calling.number)-1);
1978 strncpy(setup.imsi, trans->subscr->imsi,
1979 sizeof(setup.imsi)-1);
1980
Harald Welte4bfdfe72009-06-10 23:11:52 +08001981 /* bearer capability */
1982 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
1983 setup.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01001984 gsm48_decode_bearer_cap(&setup.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001985 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01001986 apply_codec_restrictions(trans->conn->bts, &setup.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001987 }
1988 /* facility */
1989 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
1990 setup.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01001991 gsm48_decode_facility(&setup.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001992 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
1993 }
1994 /* called party bcd number */
1995 if (TLVP_PRESENT(&tp, GSM48_IE_CALLED_BCD)) {
1996 setup.fields |= MNCC_F_CALLED;
Harald Welte55c8f352010-03-07 23:40:35 +01001997 gsm48_decode_called(&setup.called,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001998 TLVP_VAL(&tp, GSM48_IE_CALLED_BCD)-1);
1999 }
2000 /* user-user */
2001 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2002 setup.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002003 gsm48_decode_useruser(&setup.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002004 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2005 }
2006 /* ss-version */
2007 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2008 setup.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002009 gsm48_decode_ssversion(&setup.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002010 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2011 }
2012 /* CLIR suppression */
2013 if (TLVP_PRESENT(&tp, GSM48_IE_CLIR_SUPP))
2014 setup.clir.sup = 1;
2015 /* CLIR invocation */
2016 if (TLVP_PRESENT(&tp, GSM48_IE_CLIR_INVOC))
2017 setup.clir.inv = 1;
2018 /* cc cap */
2019 if (TLVP_PRESENT(&tp, GSM48_IE_CC_CAP)) {
2020 setup.fields |= MNCC_F_CCCAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002021 gsm48_decode_cccap(&setup.cccap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002022 TLVP_VAL(&tp, GSM48_IE_CC_CAP)-1);
2023 }
2024
Harald Welte4bfdfe72009-06-10 23:11:52 +08002025 new_cc_state(trans, GSM_CSTATE_INITIATED);
2026
Harald Welte (local)47df3992009-12-26 19:45:03 +01002027 LOGP(DCC, LOGL_INFO, "Subscriber %s (%s) sends SETUP to %s\n",
2028 subscr_name(trans->subscr), trans->subscr->extension,
2029 setup.called.number);
2030
Alexander Couzensb847a212016-08-02 11:34:11 +02002031 rate_ctr_inc(&trans->net->msc_ctrs->ctr[MSC_CTR_CALL_MO_SETUP]);
Harald Weltea29e43a2010-12-24 16:06:33 +01002032
Harald Welte4bfdfe72009-06-10 23:11:52 +08002033 /* indicate setup to MNCC */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002034 mncc_recvmsg(trans->net, trans, MNCC_SETUP_IND, &setup);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002035
Harald Welte13cac662009-07-29 12:10:35 +02002036 /* MNCC code will modify the channel asynchronously, we should
2037 * ipaccess-bind only after the modification has been made to the
2038 * lchan->tch_mode */
Harald Welte4bfdfe72009-06-10 23:11:52 +08002039 return 0;
2040}
2041
2042static int gsm48_cc_tx_setup(struct gsm_trans *trans, void *arg)
Harald Welte65e74cc2008-12-29 01:55:35 +00002043{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002044 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC STUP");
Harald Welte65e74cc2008-12-29 01:55:35 +00002045 struct gsm48_hdr *gh;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002046 struct gsm_mncc *setup = arg;
Harald Welte78283ef2009-07-23 21:36:44 +02002047 int rc, trans_id;
Harald Welte65e74cc2008-12-29 01:55:35 +00002048
Harald Welte7ccf7782009-02-17 01:43:01 +00002049 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Harald Welte65e74cc2008-12-29 01:55:35 +00002050
Harald Welte4bfdfe72009-06-10 23:11:52 +08002051 /* transaction id must not be assigned */
2052 if (trans->transaction_id != 0xff) { /* unasssigned */
2053 DEBUGP(DCC, "TX Setup with assigned transaction. "
2054 "This is not allowed!\n");
2055 /* Temporarily out of order */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002056 rc = mncc_release_ind(trans->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08002057 GSM48_CAUSE_LOC_PRN_S_LU,
2058 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002059 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002060 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002061 return rc;
2062 }
Alexander Couzensfbd96f52016-08-29 18:40:02 +02002063
Harald Welte4bfdfe72009-06-10 23:11:52 +08002064 /* Get free transaction_id */
Jacob Erlbeckdae1f642014-12-02 14:22:53 +01002065 trans_id = trans_assign_trans_id(trans->net, trans->subscr,
2066 GSM48_PDISC_CC, 0);
Harald Welte78283ef2009-07-23 21:36:44 +02002067 if (trans_id < 0) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002068 /* no free transaction ID */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002069 rc = mncc_release_ind(trans->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08002070 GSM48_CAUSE_LOC_PRN_S_LU,
2071 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002072 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002073 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002074 return rc;
2075 }
Harald Welte78283ef2009-07-23 21:36:44 +02002076 trans->transaction_id = trans_id;
Harald Welte49f48b82009-02-17 15:29:33 +00002077
Harald Welte65e74cc2008-12-29 01:55:35 +00002078 gh->msg_type = GSM48_MT_CC_SETUP;
Harald Welte09e38af2009-02-16 22:52:23 +00002079
Harald Welte4bfdfe72009-06-10 23:11:52 +08002080 gsm48_start_cc_timer(trans, 0x303, GSM48_T303);
Harald Welte65e74cc2008-12-29 01:55:35 +00002081
Harald Welte4bfdfe72009-06-10 23:11:52 +08002082 /* bearer capability */
2083 if (setup->fields & MNCC_F_BEARER_CAP)
Harald Welte55c8f352010-03-07 23:40:35 +01002084 gsm48_encode_bearer_cap(msg, 0, &setup->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002085 /* facility */
2086 if (setup->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002087 gsm48_encode_facility(msg, 0, &setup->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002088 /* progress */
2089 if (setup->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002090 gsm48_encode_progress(msg, 0, &setup->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002091 /* calling party BCD number */
2092 if (setup->fields & MNCC_F_CALLING)
Harald Welte55c8f352010-03-07 23:40:35 +01002093 gsm48_encode_calling(msg, &setup->calling);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002094 /* called party BCD number */
2095 if (setup->fields & MNCC_F_CALLED)
Harald Welte55c8f352010-03-07 23:40:35 +01002096 gsm48_encode_called(msg, &setup->called);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002097 /* user-user */
2098 if (setup->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002099 gsm48_encode_useruser(msg, 0, &setup->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002100 /* redirecting party BCD number */
2101 if (setup->fields & MNCC_F_REDIRECTING)
Harald Welte55c8f352010-03-07 23:40:35 +01002102 gsm48_encode_redirecting(msg, &setup->redirecting);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002103 /* signal */
2104 if (setup->fields & MNCC_F_SIGNAL)
Harald Welte55c8f352010-03-07 23:40:35 +01002105 gsm48_encode_signal(msg, setup->signal);
Alexander Couzensfbd96f52016-08-29 18:40:02 +02002106
Harald Welte4bfdfe72009-06-10 23:11:52 +08002107 new_cc_state(trans, GSM_CSTATE_CALL_PRESENT);
Harald Welte65e74cc2008-12-29 01:55:35 +00002108
Alexander Couzensb847a212016-08-02 11:34:11 +02002109 rate_ctr_inc(&trans->net->msc_ctrs->ctr[MSC_CTR_CALL_MT_SETUP]);
Harald Weltea29e43a2010-12-24 16:06:33 +01002110
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002111 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte65e74cc2008-12-29 01:55:35 +00002112}
2113
Harald Welte4bfdfe72009-06-10 23:11:52 +08002114static int gsm48_cc_rx_call_conf(struct gsm_trans *trans, struct msgb *msg)
2115{
2116 struct gsm48_hdr *gh = msgb_l3(msg);
2117 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2118 struct tlv_parsed tp;
2119 struct gsm_mncc call_conf;
2120
2121 gsm48_stop_cc_timer(trans);
2122 gsm48_start_cc_timer(trans, 0x310, GSM48_T310);
2123
2124 memset(&call_conf, 0, sizeof(struct gsm_mncc));
2125 call_conf.callref = trans->callref;
Andreas Eversbergcaae10b2014-01-16 16:04:12 +01002126 call_conf.lchan_type = trans->conn->lchan->type;
Harald Welte474d19f2010-03-02 23:18:30 +01002127 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002128#if 0
2129 /* repeat */
2130 if (TLVP_PRESENT(&tp, GSM48_IE_REPEAT_CIR))
2131 call_conf.repeat = 1;
2132 if (TLVP_PRESENT(&tp, GSM48_IE_REPEAT_SEQ))
2133 call_conf.repeat = 2;
2134#endif
2135 /* bearer capability */
2136 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2137 call_conf.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002138 gsm48_decode_bearer_cap(&call_conf.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002139 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002140 apply_codec_restrictions(trans->conn->bts, &call_conf.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002141 }
2142 /* cause */
2143 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2144 call_conf.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002145 gsm48_decode_cause(&call_conf.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002146 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2147 }
2148 /* cc cap */
2149 if (TLVP_PRESENT(&tp, GSM48_IE_CC_CAP)) {
2150 call_conf.fields |= MNCC_F_CCCAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002151 gsm48_decode_cccap(&call_conf.cccap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002152 TLVP_VAL(&tp, GSM48_IE_CC_CAP)-1);
2153 }
2154
Andreas Eversberg035b8742013-09-19 09:27:06 +02002155 /* IMSI of called subscriber */
2156 strncpy(call_conf.imsi, trans->subscr->imsi,
2157 sizeof(call_conf.imsi)-1);
2158
Harald Welte4bfdfe72009-06-10 23:11:52 +08002159 new_cc_state(trans, GSM_CSTATE_MO_TERM_CALL_CONF);
2160
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002161 return mncc_recvmsg(trans->net, trans, MNCC_CALL_CONF_IND,
Harald Welte596fed42009-07-23 19:06:52 +02002162 &call_conf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002163}
2164
2165static int gsm48_cc_tx_call_proc(struct gsm_trans *trans, void *arg)
2166{
2167 struct gsm_mncc *proceeding = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002168 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC PROC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002169 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2170
Harald Welte4bfdfe72009-06-10 23:11:52 +08002171 gh->msg_type = GSM48_MT_CC_CALL_PROC;
2172
2173 new_cc_state(trans, GSM_CSTATE_MO_CALL_PROC);
2174
2175 /* bearer capability */
2176 if (proceeding->fields & MNCC_F_BEARER_CAP)
Harald Welte55c8f352010-03-07 23:40:35 +01002177 gsm48_encode_bearer_cap(msg, 0, &proceeding->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002178 /* facility */
2179 if (proceeding->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002180 gsm48_encode_facility(msg, 0, &proceeding->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002181 /* progress */
2182 if (proceeding->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002183 gsm48_encode_progress(msg, 0, &proceeding->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002184
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002185 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002186}
2187
2188static int gsm48_cc_rx_alerting(struct gsm_trans *trans, struct msgb *msg)
2189{
2190 struct gsm48_hdr *gh = msgb_l3(msg);
2191 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2192 struct tlv_parsed tp;
2193 struct gsm_mncc alerting;
Alexander Couzensfbd96f52016-08-29 18:40:02 +02002194
Harald Welte4bfdfe72009-06-10 23:11:52 +08002195 gsm48_stop_cc_timer(trans);
2196 gsm48_start_cc_timer(trans, 0x301, GSM48_T301);
2197
2198 memset(&alerting, 0, sizeof(struct gsm_mncc));
2199 alerting.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002200 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002201 /* facility */
2202 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2203 alerting.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002204 gsm48_decode_facility(&alerting.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002205 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2206 }
2207
2208 /* progress */
2209 if (TLVP_PRESENT(&tp, GSM48_IE_PROGR_IND)) {
2210 alerting.fields |= MNCC_F_PROGRESS;
Harald Welte55c8f352010-03-07 23:40:35 +01002211 gsm48_decode_progress(&alerting.progress,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002212 TLVP_VAL(&tp, GSM48_IE_PROGR_IND)-1);
2213 }
2214 /* ss-version */
2215 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2216 alerting.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002217 gsm48_decode_ssversion(&alerting.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002218 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2219 }
2220
2221 new_cc_state(trans, GSM_CSTATE_CALL_RECEIVED);
2222
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002223 return mncc_recvmsg(trans->net, trans, MNCC_ALERT_IND,
Harald Welte596fed42009-07-23 19:06:52 +02002224 &alerting);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002225}
2226
2227static int gsm48_cc_tx_alerting(struct gsm_trans *trans, void *arg)
2228{
2229 struct gsm_mncc *alerting = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002230 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC ALERT");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002231 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2232
Harald Welte4bfdfe72009-06-10 23:11:52 +08002233 gh->msg_type = GSM48_MT_CC_ALERTING;
2234
2235 /* facility */
2236 if (alerting->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002237 gsm48_encode_facility(msg, 0, &alerting->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002238 /* progress */
2239 if (alerting->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002240 gsm48_encode_progress(msg, 0, &alerting->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002241 /* user-user */
2242 if (alerting->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002243 gsm48_encode_useruser(msg, 0, &alerting->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002244
2245 new_cc_state(trans, GSM_CSTATE_CALL_DELIVERED);
Alexander Couzensfbd96f52016-08-29 18:40:02 +02002246
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002247 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002248}
2249
2250static int gsm48_cc_tx_progress(struct gsm_trans *trans, void *arg)
2251{
2252 struct gsm_mncc *progress = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002253 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC PROGRESS");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002254 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2255
Harald Welte4bfdfe72009-06-10 23:11:52 +08002256 gh->msg_type = GSM48_MT_CC_PROGRESS;
2257
2258 /* progress */
Harald Welte55c8f352010-03-07 23:40:35 +01002259 gsm48_encode_progress(msg, 1, &progress->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002260 /* user-user */
2261 if (progress->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002262 gsm48_encode_useruser(msg, 0, &progress->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002263
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002264 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002265}
2266
2267static int gsm48_cc_tx_connect(struct gsm_trans *trans, void *arg)
2268{
2269 struct gsm_mncc *connect = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002270 struct msgb *msg = gsm48_msgb_alloc_name("GSN 04.08 CC CON");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002271 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2272
Harald Welte4bfdfe72009-06-10 23:11:52 +08002273 gh->msg_type = GSM48_MT_CC_CONNECT;
2274
2275 gsm48_stop_cc_timer(trans);
2276 gsm48_start_cc_timer(trans, 0x313, GSM48_T313);
2277
2278 /* facility */
2279 if (connect->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002280 gsm48_encode_facility(msg, 0, &connect->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002281 /* progress */
2282 if (connect->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002283 gsm48_encode_progress(msg, 0, &connect->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002284 /* connected number */
2285 if (connect->fields & MNCC_F_CONNECTED)
Harald Welte55c8f352010-03-07 23:40:35 +01002286 gsm48_encode_connected(msg, &connect->connected);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002287 /* user-user */
2288 if (connect->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002289 gsm48_encode_useruser(msg, 0, &connect->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002290
2291 new_cc_state(trans, GSM_CSTATE_CONNECT_IND);
2292
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002293 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002294}
2295
2296static int gsm48_cc_rx_connect(struct gsm_trans *trans, struct msgb *msg)
2297{
2298 struct gsm48_hdr *gh = msgb_l3(msg);
2299 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2300 struct tlv_parsed tp;
2301 struct gsm_mncc connect;
2302
2303 gsm48_stop_cc_timer(trans);
2304
2305 memset(&connect, 0, sizeof(struct gsm_mncc));
2306 connect.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002307 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002308 /* use subscriber as connected party number */
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +02002309 connect.fields |= MNCC_F_CONNECTED;
2310 strncpy(connect.connected.number, trans->subscr->extension,
2311 sizeof(connect.connected.number)-1);
2312 strncpy(connect.imsi, trans->subscr->imsi,
2313 sizeof(connect.imsi)-1);
2314
Harald Welte4bfdfe72009-06-10 23:11:52 +08002315 /* facility */
2316 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2317 connect.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002318 gsm48_decode_facility(&connect.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002319 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2320 }
2321 /* user-user */
2322 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2323 connect.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002324 gsm48_decode_useruser(&connect.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002325 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2326 }
2327 /* ss-version */
2328 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2329 connect.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002330 gsm48_decode_ssversion(&connect.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002331 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2332 }
2333
2334 new_cc_state(trans, GSM_CSTATE_CONNECT_REQUEST);
Alexander Couzensb847a212016-08-02 11:34:11 +02002335 rate_ctr_inc(&trans->net->msc_ctrs->ctr[MSC_CTR_CALL_MT_CONNECT]);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002336
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002337 return mncc_recvmsg(trans->net, trans, MNCC_SETUP_CNF, &connect);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002338}
2339
2340
2341static int gsm48_cc_rx_connect_ack(struct gsm_trans *trans, struct msgb *msg)
2342{
2343 struct gsm_mncc connect_ack;
2344
2345 gsm48_stop_cc_timer(trans);
2346
2347 new_cc_state(trans, GSM_CSTATE_ACTIVE);
Alexander Couzensb847a212016-08-02 11:34:11 +02002348 rate_ctr_inc(&trans->net->msc_ctrs->ctr[MSC_CTR_CALL_MO_CONNECT_ACK]);
Alexander Couzensfbd96f52016-08-29 18:40:02 +02002349
Harald Welte4bfdfe72009-06-10 23:11:52 +08002350 memset(&connect_ack, 0, sizeof(struct gsm_mncc));
2351 connect_ack.callref = trans->callref;
Harald Weltea29e43a2010-12-24 16:06:33 +01002352
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002353 return mncc_recvmsg(trans->net, trans, MNCC_SETUP_COMPL_IND,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002354 &connect_ack);
2355}
2356
2357static int gsm48_cc_tx_connect_ack(struct gsm_trans *trans, void *arg)
2358{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002359 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC CON ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002360 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2361
Harald Welte4bfdfe72009-06-10 23:11:52 +08002362 gh->msg_type = GSM48_MT_CC_CONNECT_ACK;
2363
2364 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2365
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002366 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002367}
2368
2369static int gsm48_cc_rx_disconnect(struct gsm_trans *trans, struct msgb *msg)
2370{
2371 struct gsm48_hdr *gh = msgb_l3(msg);
2372 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2373 struct tlv_parsed tp;
2374 struct gsm_mncc disc;
2375
2376 gsm48_stop_cc_timer(trans);
2377
2378 new_cc_state(trans, GSM_CSTATE_DISCONNECT_REQ);
2379
2380 memset(&disc, 0, sizeof(struct gsm_mncc));
2381 disc.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002382 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_CAUSE, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002383 /* cause */
2384 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2385 disc.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002386 gsm48_decode_cause(&disc.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002387 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2388 }
2389 /* facility */
2390 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2391 disc.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002392 gsm48_decode_facility(&disc.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002393 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2394 }
2395 /* user-user */
2396 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2397 disc.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002398 gsm48_decode_useruser(&disc.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002399 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2400 }
2401 /* ss-version */
2402 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2403 disc.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002404 gsm48_decode_ssversion(&disc.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002405 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2406 }
2407
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002408 return mncc_recvmsg(trans->net, trans, MNCC_DISC_IND, &disc);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002409
2410}
2411
Harald Weltec66b71c2009-06-11 14:23:20 +08002412static struct gsm_mncc_cause default_cause = {
2413 .location = GSM48_CAUSE_LOC_PRN_S_LU,
2414 .coding = 0,
2415 .rec = 0,
2416 .rec_val = 0,
2417 .value = GSM48_CC_CAUSE_NORMAL_UNSPEC,
2418 .diag_len = 0,
2419 .diag = { 0 },
2420};
Harald Welte4bfdfe72009-06-10 23:11:52 +08002421
2422static int gsm48_cc_tx_disconnect(struct gsm_trans *trans, void *arg)
2423{
2424 struct gsm_mncc *disc = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002425 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC DISC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002426 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2427
Harald Welte4bfdfe72009-06-10 23:11:52 +08002428 gh->msg_type = GSM48_MT_CC_DISCONNECT;
2429
2430 gsm48_stop_cc_timer(trans);
2431 gsm48_start_cc_timer(trans, 0x306, GSM48_T306);
2432
2433 /* cause */
2434 if (disc->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002435 gsm48_encode_cause(msg, 1, &disc->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002436 else
Harald Welte55c8f352010-03-07 23:40:35 +01002437 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002438
2439 /* facility */
2440 if (disc->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002441 gsm48_encode_facility(msg, 0, &disc->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002442 /* progress */
2443 if (disc->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002444 gsm48_encode_progress(msg, 0, &disc->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002445 /* user-user */
2446 if (disc->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002447 gsm48_encode_useruser(msg, 0, &disc->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002448
2449 /* store disconnect cause for T306 expiry */
Harald Weltedcaf5652009-07-23 18:56:43 +02002450 memcpy(&trans->cc.msg, disc, sizeof(struct gsm_mncc));
Harald Welte4bfdfe72009-06-10 23:11:52 +08002451
2452 new_cc_state(trans, GSM_CSTATE_DISCONNECT_IND);
2453
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002454 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002455}
2456
2457static int gsm48_cc_rx_release(struct gsm_trans *trans, struct msgb *msg)
2458{
2459 struct gsm48_hdr *gh = msgb_l3(msg);
2460 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2461 struct tlv_parsed tp;
2462 struct gsm_mncc rel;
2463 int rc;
2464
2465 gsm48_stop_cc_timer(trans);
2466
2467 memset(&rel, 0, sizeof(struct gsm_mncc));
2468 rel.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002469 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002470 /* cause */
2471 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2472 rel.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002473 gsm48_decode_cause(&rel.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002474 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2475 }
2476 /* facility */
2477 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2478 rel.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002479 gsm48_decode_facility(&rel.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002480 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2481 }
2482 /* user-user */
2483 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2484 rel.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002485 gsm48_decode_useruser(&rel.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002486 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2487 }
2488 /* ss-version */
2489 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2490 rel.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002491 gsm48_decode_ssversion(&rel.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002492 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2493 }
2494
Harald Weltedcaf5652009-07-23 18:56:43 +02002495 if (trans->cc.state == GSM_CSTATE_RELEASE_REQ) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002496 /* release collision 5.4.5 */
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002497 rc = mncc_recvmsg(trans->net, trans, MNCC_REL_CNF, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002498 } else {
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08002499 rc = gsm48_tx_simple(trans->conn,
Harald Welte6f5aee02009-07-23 21:21:14 +02002500 GSM48_PDISC_CC | (trans->transaction_id << 4),
Harald Welte596fed42009-07-23 19:06:52 +02002501 GSM48_MT_CC_RELEASE_COMPL);
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002502 rc = mncc_recvmsg(trans->net, trans, MNCC_REL_IND, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002503 }
2504
2505 new_cc_state(trans, GSM_CSTATE_NULL);
2506
2507 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002508 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002509
2510 return rc;
2511}
2512
2513static int gsm48_cc_tx_release(struct gsm_trans *trans, void *arg)
2514{
2515 struct gsm_mncc *rel = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002516 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC REL");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002517 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2518
Harald Welte4bfdfe72009-06-10 23:11:52 +08002519 gh->msg_type = GSM48_MT_CC_RELEASE;
2520
Harald Welte4bfdfe72009-06-10 23:11:52 +08002521 gsm48_stop_cc_timer(trans);
2522 gsm48_start_cc_timer(trans, 0x308, GSM48_T308);
2523
2524 /* cause */
2525 if (rel->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002526 gsm48_encode_cause(msg, 0, &rel->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002527 /* facility */
2528 if (rel->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002529 gsm48_encode_facility(msg, 0, &rel->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002530 /* user-user */
2531 if (rel->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002532 gsm48_encode_useruser(msg, 0, &rel->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002533
Harald Weltedcaf5652009-07-23 18:56:43 +02002534 trans->cc.T308_second = 0;
2535 memcpy(&trans->cc.msg, rel, sizeof(struct gsm_mncc));
Harald Welte4bfdfe72009-06-10 23:11:52 +08002536
Harald Weltedcaf5652009-07-23 18:56:43 +02002537 if (trans->cc.state != GSM_CSTATE_RELEASE_REQ)
Harald Welte4bfdfe72009-06-10 23:11:52 +08002538 new_cc_state(trans, GSM_CSTATE_RELEASE_REQ);
2539
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002540 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002541}
2542
2543static int gsm48_cc_rx_release_compl(struct gsm_trans *trans, struct msgb *msg)
2544{
2545 struct gsm48_hdr *gh = msgb_l3(msg);
2546 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2547 struct tlv_parsed tp;
2548 struct gsm_mncc rel;
2549 int rc = 0;
2550
2551 gsm48_stop_cc_timer(trans);
2552
2553 memset(&rel, 0, sizeof(struct gsm_mncc));
2554 rel.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002555 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002556 /* cause */
2557 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2558 rel.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002559 gsm48_decode_cause(&rel.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002560 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2561 }
2562 /* facility */
2563 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2564 rel.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002565 gsm48_decode_facility(&rel.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002566 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2567 }
2568 /* user-user */
2569 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2570 rel.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002571 gsm48_decode_useruser(&rel.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002572 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2573 }
2574 /* ss-version */
2575 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2576 rel.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002577 gsm48_decode_ssversion(&rel.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002578 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2579 }
2580
2581 if (trans->callref) {
Harald Weltedcaf5652009-07-23 18:56:43 +02002582 switch (trans->cc.state) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002583 case GSM_CSTATE_CALL_PRESENT:
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002584 rc = mncc_recvmsg(trans->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002585 MNCC_REJ_IND, &rel);
2586 break;
2587 case GSM_CSTATE_RELEASE_REQ:
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002588 rc = mncc_recvmsg(trans->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002589 MNCC_REL_CNF, &rel);
2590 break;
2591 default:
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002592 rc = mncc_recvmsg(trans->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002593 MNCC_REL_IND, &rel);
2594 }
2595 }
2596
2597 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002598 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002599
2600 return rc;
2601}
2602
2603static int gsm48_cc_tx_release_compl(struct gsm_trans *trans, void *arg)
2604{
2605 struct gsm_mncc *rel = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002606 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC REL COMPL");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002607 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Harald Weltec7782de2010-12-21 19:31:41 +01002608 int ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002609
Harald Welte4bfdfe72009-06-10 23:11:52 +08002610 gh->msg_type = GSM48_MT_CC_RELEASE_COMPL;
2611
2612 trans->callref = 0;
Alexander Couzensfbd96f52016-08-29 18:40:02 +02002613
Harald Welte4bfdfe72009-06-10 23:11:52 +08002614 gsm48_stop_cc_timer(trans);
2615
2616 /* cause */
2617 if (rel->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002618 gsm48_encode_cause(msg, 0, &rel->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002619 /* facility */
2620 if (rel->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002621 gsm48_encode_facility(msg, 0, &rel->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002622 /* user-user */
2623 if (rel->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002624 gsm48_encode_useruser(msg, 0, &rel->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002625
Harald Weltec7782de2010-12-21 19:31:41 +01002626 ret = gsm48_conn_sendmsg(msg, trans->conn, trans);
2627
Harald Weltedcaf5652009-07-23 18:56:43 +02002628 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002629
Harald Weltec7782de2010-12-21 19:31:41 +01002630 return ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002631}
2632
2633static int gsm48_cc_rx_facility(struct gsm_trans *trans, struct msgb *msg)
2634{
2635 struct gsm48_hdr *gh = msgb_l3(msg);
2636 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2637 struct tlv_parsed tp;
2638 struct gsm_mncc fac;
2639
2640 memset(&fac, 0, sizeof(struct gsm_mncc));
2641 fac.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002642 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_FACILITY, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002643 /* facility */
2644 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2645 fac.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002646 gsm48_decode_facility(&fac.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002647 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2648 }
2649 /* ss-version */
2650 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2651 fac.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002652 gsm48_decode_ssversion(&fac.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002653 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2654 }
2655
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002656 return mncc_recvmsg(trans->net, trans, MNCC_FACILITY_IND, &fac);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002657}
2658
2659static int gsm48_cc_tx_facility(struct gsm_trans *trans, void *arg)
2660{
2661 struct gsm_mncc *fac = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002662 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC FAC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002663 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2664
Harald Welte4bfdfe72009-06-10 23:11:52 +08002665 gh->msg_type = GSM48_MT_CC_FACILITY;
2666
2667 /* facility */
Harald Welte55c8f352010-03-07 23:40:35 +01002668 gsm48_encode_facility(msg, 1, &fac->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002669
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002670 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002671}
2672
2673static int gsm48_cc_rx_hold(struct gsm_trans *trans, struct msgb *msg)
2674{
2675 struct gsm_mncc hold;
2676
2677 memset(&hold, 0, sizeof(struct gsm_mncc));
2678 hold.callref = trans->callref;
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002679 return mncc_recvmsg(trans->net, trans, MNCC_HOLD_IND, &hold);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002680}
2681
2682static int gsm48_cc_tx_hold_ack(struct gsm_trans *trans, void *arg)
2683{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002684 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC HLD ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002685 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2686
Harald Welte4bfdfe72009-06-10 23:11:52 +08002687 gh->msg_type = GSM48_MT_CC_HOLD_ACK;
2688
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002689 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002690}
2691
2692static int gsm48_cc_tx_hold_rej(struct gsm_trans *trans, void *arg)
2693{
2694 struct gsm_mncc *hold_rej = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002695 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC HLD REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002696 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2697
Harald Welte4bfdfe72009-06-10 23:11:52 +08002698 gh->msg_type = GSM48_MT_CC_HOLD_REJ;
2699
2700 /* cause */
2701 if (hold_rej->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002702 gsm48_encode_cause(msg, 1, &hold_rej->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002703 else
Harald Welte55c8f352010-03-07 23:40:35 +01002704 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002705
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002706 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002707}
2708
2709static int gsm48_cc_rx_retrieve(struct gsm_trans *trans, struct msgb *msg)
2710{
2711 struct gsm_mncc retrieve;
2712
2713 memset(&retrieve, 0, sizeof(struct gsm_mncc));
2714 retrieve.callref = trans->callref;
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002715 return mncc_recvmsg(trans->net, trans, MNCC_RETRIEVE_IND,
Harald Welte596fed42009-07-23 19:06:52 +02002716 &retrieve);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002717}
2718
2719static int gsm48_cc_tx_retrieve_ack(struct gsm_trans *trans, void *arg)
2720{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002721 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC RETR ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002722 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2723
Harald Welte4bfdfe72009-06-10 23:11:52 +08002724 gh->msg_type = GSM48_MT_CC_RETR_ACK;
2725
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002726 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002727}
2728
2729static int gsm48_cc_tx_retrieve_rej(struct gsm_trans *trans, void *arg)
2730{
2731 struct gsm_mncc *retrieve_rej = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002732 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC RETR REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002733 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2734
Harald Welte4bfdfe72009-06-10 23:11:52 +08002735 gh->msg_type = GSM48_MT_CC_RETR_REJ;
2736
2737 /* cause */
2738 if (retrieve_rej->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002739 gsm48_encode_cause(msg, 1, &retrieve_rej->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002740 else
Harald Welte55c8f352010-03-07 23:40:35 +01002741 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002742
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002743 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002744}
2745
2746static int gsm48_cc_rx_start_dtmf(struct gsm_trans *trans, struct msgb *msg)
2747{
2748 struct gsm48_hdr *gh = msgb_l3(msg);
2749 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2750 struct tlv_parsed tp;
2751 struct gsm_mncc dtmf;
2752
2753 memset(&dtmf, 0, sizeof(struct gsm_mncc));
2754 dtmf.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002755 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002756 /* keypad facility */
2757 if (TLVP_PRESENT(&tp, GSM48_IE_KPD_FACILITY)) {
2758 dtmf.fields |= MNCC_F_KEYPAD;
Harald Welte55c8f352010-03-07 23:40:35 +01002759 gsm48_decode_keypad(&dtmf.keypad,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002760 TLVP_VAL(&tp, GSM48_IE_KPD_FACILITY)-1);
2761 }
2762
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002763 return mncc_recvmsg(trans->net, trans, MNCC_START_DTMF_IND, &dtmf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002764}
2765
2766static int gsm48_cc_tx_start_dtmf_ack(struct gsm_trans *trans, void *arg)
2767{
2768 struct gsm_mncc *dtmf = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002769 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 DTMF ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002770 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2771
Harald Welte4bfdfe72009-06-10 23:11:52 +08002772 gh->msg_type = GSM48_MT_CC_START_DTMF_ACK;
2773
2774 /* keypad */
2775 if (dtmf->fields & MNCC_F_KEYPAD)
Harald Welte55c8f352010-03-07 23:40:35 +01002776 gsm48_encode_keypad(msg, dtmf->keypad);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002777
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002778 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002779}
2780
2781static int gsm48_cc_tx_start_dtmf_rej(struct gsm_trans *trans, void *arg)
2782{
2783 struct gsm_mncc *dtmf = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002784 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 DTMF REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002785 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2786
Harald Welte4bfdfe72009-06-10 23:11:52 +08002787 gh->msg_type = GSM48_MT_CC_START_DTMF_REJ;
2788
2789 /* cause */
2790 if (dtmf->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002791 gsm48_encode_cause(msg, 1, &dtmf->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002792 else
Harald Welte55c8f352010-03-07 23:40:35 +01002793 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002794
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002795 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002796}
2797
2798static int gsm48_cc_tx_stop_dtmf_ack(struct gsm_trans *trans, void *arg)
2799{
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002800 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 DTMF STP ACK");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002801 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2802
Harald Welte4bfdfe72009-06-10 23:11:52 +08002803 gh->msg_type = GSM48_MT_CC_STOP_DTMF_ACK;
2804
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002805 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002806}
2807
2808static int gsm48_cc_rx_stop_dtmf(struct gsm_trans *trans, struct msgb *msg)
2809{
2810 struct gsm_mncc dtmf;
2811
2812 memset(&dtmf, 0, sizeof(struct gsm_mncc));
2813 dtmf.callref = trans->callref;
2814
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002815 return mncc_recvmsg(trans->net, trans, MNCC_STOP_DTMF_IND, &dtmf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002816}
2817
2818static int gsm48_cc_rx_modify(struct gsm_trans *trans, struct msgb *msg)
2819{
2820 struct gsm48_hdr *gh = msgb_l3(msg);
2821 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2822 struct tlv_parsed tp;
2823 struct gsm_mncc modify;
2824
2825 memset(&modify, 0, sizeof(struct gsm_mncc));
2826 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002827 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002828 /* bearer capability */
2829 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2830 modify.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002831 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002832 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002833 apply_codec_restrictions(trans->conn->bts, &modify.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002834 }
2835
2836 new_cc_state(trans, GSM_CSTATE_MO_ORIG_MODIFY);
2837
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002838 return mncc_recvmsg(trans->net, trans, MNCC_MODIFY_IND, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002839}
2840
2841static int gsm48_cc_tx_modify(struct gsm_trans *trans, void *arg)
2842{
2843 struct gsm_mncc *modify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002844 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC MOD");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002845 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2846
Harald Welte4bfdfe72009-06-10 23:11:52 +08002847 gh->msg_type = GSM48_MT_CC_MODIFY;
2848
2849 gsm48_start_cc_timer(trans, 0x323, GSM48_T323);
2850
2851 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002852 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002853
2854 new_cc_state(trans, GSM_CSTATE_MO_TERM_MODIFY);
2855
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002856 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002857}
2858
2859static int gsm48_cc_rx_modify_complete(struct gsm_trans *trans, struct msgb *msg)
2860{
2861 struct gsm48_hdr *gh = msgb_l3(msg);
2862 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2863 struct tlv_parsed tp;
2864 struct gsm_mncc modify;
2865
2866 gsm48_stop_cc_timer(trans);
2867
2868 memset(&modify, 0, sizeof(struct gsm_mncc));
2869 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002870 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002871 /* bearer capability */
2872 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2873 modify.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002874 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002875 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002876 apply_codec_restrictions(trans->conn->bts, &modify.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002877 }
2878
2879 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2880
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002881 return mncc_recvmsg(trans->net, trans, MNCC_MODIFY_CNF, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002882}
2883
2884static int gsm48_cc_tx_modify_complete(struct gsm_trans *trans, void *arg)
2885{
2886 struct gsm_mncc *modify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002887 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC MOD COMPL");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002888 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2889
Harald Welte4bfdfe72009-06-10 23:11:52 +08002890 gh->msg_type = GSM48_MT_CC_MODIFY_COMPL;
2891
2892 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002893 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002894
2895 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2896
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002897 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002898}
2899
2900static int gsm48_cc_rx_modify_reject(struct gsm_trans *trans, struct msgb *msg)
2901{
2902 struct gsm48_hdr *gh = msgb_l3(msg);
2903 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2904 struct tlv_parsed tp;
2905 struct gsm_mncc modify;
2906
2907 gsm48_stop_cc_timer(trans);
2908
2909 memset(&modify, 0, sizeof(struct gsm_mncc));
2910 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002911 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, GSM48_IE_CAUSE);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002912 /* bearer capability */
2913 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2914 modify.fields |= GSM48_IE_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002915 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002916 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
Andreas Eversberga83d5112013-12-07 18:32:28 +01002917 apply_codec_restrictions(trans->conn->bts, &modify.bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002918 }
2919 /* cause */
2920 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2921 modify.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002922 gsm48_decode_cause(&modify.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002923 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2924 }
2925
2926 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2927
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002928 return mncc_recvmsg(trans->net, trans, MNCC_MODIFY_REJ, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002929}
2930
2931static int gsm48_cc_tx_modify_reject(struct gsm_trans *trans, void *arg)
2932{
2933 struct gsm_mncc *modify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002934 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC MOD REJ");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002935 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2936
Harald Welte4bfdfe72009-06-10 23:11:52 +08002937 gh->msg_type = GSM48_MT_CC_MODIFY_REJECT;
2938
2939 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002940 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002941 /* cause */
Harald Welte55c8f352010-03-07 23:40:35 +01002942 gsm48_encode_cause(msg, 1, &modify->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002943
2944 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2945
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002946 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002947}
2948
2949static int gsm48_cc_tx_notify(struct gsm_trans *trans, void *arg)
2950{
2951 struct gsm_mncc *notify = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002952 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 CC NOT");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002953 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2954
Harald Welte4bfdfe72009-06-10 23:11:52 +08002955 gh->msg_type = GSM48_MT_CC_NOTIFY;
2956
2957 /* notify */
Harald Welte55c8f352010-03-07 23:40:35 +01002958 gsm48_encode_notify(msg, notify->notify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002959
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002960 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002961}
2962
2963static int gsm48_cc_rx_notify(struct gsm_trans *trans, struct msgb *msg)
2964{
2965 struct gsm48_hdr *gh = msgb_l3(msg);
2966 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2967// struct tlv_parsed tp;
2968 struct gsm_mncc notify;
2969
2970 memset(&notify, 0, sizeof(struct gsm_mncc));
2971 notify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002972// tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002973 if (payload_len >= 1)
Harald Welte55c8f352010-03-07 23:40:35 +01002974 gsm48_decode_notify(&notify.notify, gh->data);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002975
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01002976 return mncc_recvmsg(trans->net, trans, MNCC_NOTIFY_IND, &notify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002977}
2978
2979static int gsm48_cc_tx_userinfo(struct gsm_trans *trans, void *arg)
2980{
2981 struct gsm_mncc *user = arg;
Holger Hans Peter Freyther8239e062016-01-25 22:03:25 +01002982 struct msgb *msg = gsm48_msgb_alloc_name("GSM 04.08 USR INFO");
Harald Welte4bfdfe72009-06-10 23:11:52 +08002983 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2984
Harald Welte4bfdfe72009-06-10 23:11:52 +08002985 gh->msg_type = GSM48_MT_CC_USER_INFO;
2986
2987 /* user-user */
2988 if (user->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002989 gsm48_encode_useruser(msg, 1, &user->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002990 /* more data */
2991 if (user->more)
Harald Welte55c8f352010-03-07 23:40:35 +01002992 gsm48_encode_more(msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002993
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002994 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002995}
2996
2997static int gsm48_cc_rx_userinfo(struct gsm_trans *trans, struct msgb *msg)
2998{
2999 struct gsm48_hdr *gh = msgb_l3(msg);
3000 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
3001 struct tlv_parsed tp;
3002 struct gsm_mncc user;
3003
3004 memset(&user, 0, sizeof(struct gsm_mncc));
3005 user.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01003006 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_USER_USER, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003007 /* user-user */
3008 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
3009 user.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01003010 gsm48_decode_useruser(&user.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08003011 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
3012 }
3013 /* more data */
3014 if (TLVP_PRESENT(&tp, GSM48_IE_MORE_DATA))
3015 user.more = 1;
3016
Jacob Erlbeckf07c6052014-12-02 11:58:00 +01003017 return mncc_recvmsg(trans->net, trans, MNCC_USERINFO_IND, &user);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003018}
3019
Holger Hans Peter Freytherff3f2602009-10-22 15:13:00 +02003020static int _gsm48_lchan_modify(struct gsm_trans *trans, void *arg)
Harald Welte4bfdfe72009-06-10 23:11:52 +08003021{
3022 struct gsm_mncc *mode = arg;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003023 struct gsm_lchan *lchan = trans->conn->lchan;
3024
3025 /*
3026 * We were forced to make an assignment a lot earlier and
3027 * we should avoid sending another assignment that might
3028 * even lead to a different kind of lchan (TCH/F vs. TCH/H).
3029 * In case of rtp-bridge it is too late to change things
3030 * here.
3031 */
3032 if (trans->conn->mncc_rtp_bridge && lchan->tch_mode != GSM48_CMODE_SIGN)
3033 return 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003034
Andreas Eversberg72c0dbd2013-03-31 11:50:35 +02003035 return gsm0808_assign_req(trans->conn, mode->lchan_mode,
3036 trans->conn->lchan->type != GSM_LCHAN_TCH_H);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003037}
3038
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003039static void mncc_recv_rtp(struct gsm_network *net, uint32_t callref,
3040 int cmd, uint32_t addr, uint16_t port, uint32_t payload_type,
3041 uint32_t payload_msg_type)
3042{
3043 uint8_t data[sizeof(struct gsm_mncc)];
3044 struct gsm_mncc_rtp *rtp;
3045
3046 memset(&data, 0, sizeof(data));
3047 rtp = (struct gsm_mncc_rtp *) &data[0];
3048
3049 rtp->callref = callref;
3050 rtp->msg_type = cmd;
3051 rtp->ip = addr;
3052 rtp->port = port;
3053 rtp->payload_type = payload_type;
3054 rtp->payload_msg_type = payload_msg_type;
3055 mncc_recvmsg(net, NULL, cmd, (struct gsm_mncc *)data);
3056}
3057
3058static void mncc_recv_rtp_sock(struct gsm_network *net, struct gsm_trans *trans, int cmd)
3059{
3060 struct gsm_lchan *lchan;
3061 int msg_type;
3062
3063 lchan = trans->conn->lchan;
3064 switch (lchan->abis_ip.rtp_payload) {
3065 case RTP_PT_GSM_FULL:
3066 msg_type = GSM_TCHF_FRAME;
3067 break;
3068 case RTP_PT_GSM_EFR:
3069 msg_type = GSM_TCHF_FRAME_EFR;
3070 break;
3071 case RTP_PT_GSM_HALF:
3072 msg_type = GSM_TCHH_FRAME;
3073 break;
3074 case RTP_PT_AMR:
3075 msg_type = GSM_TCH_FRAME_AMR;
3076 break;
3077 default:
3078 LOGP(DMNCC, LOGL_ERROR, "%s unknown payload type %d\n",
3079 gsm_lchan_name(lchan), lchan->abis_ip.rtp_payload);
3080 msg_type = 0;
3081 break;
3082 }
3083
3084 return mncc_recv_rtp(net, trans->callref, cmd,
3085 lchan->abis_ip.bound_ip,
3086 lchan->abis_ip.bound_port,
3087 lchan->abis_ip.rtp_payload,
3088 msg_type);
3089}
3090
3091static void mncc_recv_rtp_err(struct gsm_network *net, uint32_t callref, int cmd)
3092{
3093 return mncc_recv_rtp(net, callref, cmd, 0, 0, 0, 0);
3094}
3095
3096static int tch_rtp_create(struct gsm_network *net, uint32_t callref)
3097{
3098 struct gsm_bts *bts;
3099 struct gsm_lchan *lchan;
3100 struct gsm_trans *trans;
Max8db12e42016-04-18 23:11:18 +02003101 enum gsm48_chan_mode m;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003102
3103 /* Find callref */
3104 trans = trans_find_by_callref(net, callref);
3105 if (!trans) {
3106 LOGP(DMNCC, LOGL_ERROR, "RTP create for non-existing trans\n");
3107 mncc_recv_rtp_err(net, callref, MNCC_RTP_CREATE);
3108 return -EIO;
3109 }
3110 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
3111 if (!trans->conn) {
3112 LOGP(DMNCC, LOGL_NOTICE, "RTP create for trans without conn\n");
3113 mncc_recv_rtp_err(net, callref, MNCC_RTP_CREATE);
3114 return 0;
3115 }
3116
3117 lchan = trans->conn->lchan;
3118 bts = lchan->ts->trx->bts;
3119 if (!is_ipaccess_bts(bts)) {
3120 /*
3121 * I want this to be straight forward and have no audio flow
3122 * through the nitb/osmo-mss system. This currently means that
3123 * this will not work with BS11/Nokia type BTS. We would need
3124 * to have a trau<->rtp bridge for these but still preferable
3125 * in another process.
3126 */
3127 LOGP(DMNCC, LOGL_ERROR, "RTP create only works with IP systems\n");
3128 mncc_recv_rtp_err(net, callref, MNCC_RTP_CREATE);
3129 return -EINVAL;
3130 }
3131
3132 trans->conn->mncc_rtp_bridge = 1;
3133 /*
3134 * *sigh* we need to pick a codec now. Pick the most generic one
3135 * right now and hope we could fix that later on. This is very
Holger Hans Peter Freyther53122b02015-08-20 19:10:58 +02003136 * similiar to the routine above.
3137 * Fallback to the internal MNCC mode to select a route.
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003138 */
3139 if (lchan->tch_mode == GSM48_CMODE_SIGN) {
3140 trans->conn->mncc_rtp_create_pending = 1;
Max8db12e42016-04-18 23:11:18 +02003141 m = mncc_codec_for_mode(lchan->type);
3142 LOGP(DMNCC, LOGL_DEBUG, "RTP create: codec=%s, chan_type=%s\n",
3143 get_value_string(gsm48_chan_mode_names, m),
3144 get_value_string(gsm_chan_t_names, lchan->type));
3145 return gsm0808_assign_req(trans->conn, m,
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003146 lchan->type != GSM_LCHAN_TCH_H);
3147 }
3148
3149 mncc_recv_rtp_sock(trans->net, trans, MNCC_RTP_CREATE);
3150 return 0;
3151}
3152
3153static int tch_rtp_connect(struct gsm_network *net, void *arg)
3154{
3155 struct gsm_lchan *lchan;
3156 struct gsm_trans *trans;
3157 struct gsm_mncc_rtp *rtp = arg;
3158
3159 /* Find callref */
3160 trans = trans_find_by_callref(net, rtp->callref);
3161 if (!trans) {
3162 LOGP(DMNCC, LOGL_ERROR, "RTP connect for non-existing trans\n");
3163 mncc_recv_rtp_err(net, rtp->callref, MNCC_RTP_CONNECT);
3164 return -EIO;
3165 }
3166 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
3167 if (!trans->conn) {
3168 LOGP(DMNCC, LOGL_ERROR, "RTP connect for trans without conn\n");
3169 mncc_recv_rtp_err(net, rtp->callref, MNCC_RTP_CONNECT);
3170 return 0;
3171 }
3172
3173 lchan = trans->conn->lchan;
Max8db12e42016-04-18 23:11:18 +02003174 LOGP(DMNCC, LOGL_DEBUG, "RTP connect: codec=%s, chan_type=%s\n",
3175 get_value_string(gsm48_chan_mode_names,
3176 mncc_codec_for_mode(lchan->type)),
3177 get_value_string(gsm_chan_t_names, lchan->type));
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003178
3179 /* TODO: Check if payload_msg_type is compatible with what we have */
3180 if (rtp->payload_type != lchan->abis_ip.rtp_payload) {
3181 LOGP(DMNCC, LOGL_ERROR, "RTP connect with different RTP payload\n");
3182 mncc_recv_rtp_err(net, rtp->callref, MNCC_RTP_CONNECT);
3183 }
3184
3185 /*
3186 * FIXME: payload2 can't be sent with MDCX as the osmo-bts code
3187 * complains about both rtp and rtp payload2 being present in the
3188 * same package!
3189 */
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003190 trans->conn->mncc_rtp_connect_pending = 1;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003191 return rsl_ipacc_mdcx(lchan, rtp->ip, rtp->port, 0);
3192}
3193
3194static int tch_rtp_signal(struct gsm_lchan *lchan, int signal)
3195{
3196 struct gsm_network *net;
3197 struct gsm_trans *tmp, *trans = NULL;
3198
3199 net = lchan->ts->trx->bts->network;
3200 llist_for_each_entry(tmp, &net->trans_list, entry) {
3201 if (!tmp->conn)
3202 continue;
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003203 if (tmp->conn->lchan != lchan && tmp->conn->ho_lchan != lchan)
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003204 continue;
3205 trans = tmp;
3206 break;
3207 }
3208
3209 if (!trans) {
3210 LOGP(DMNCC, LOGL_ERROR, "%s IPA abis signal but no transaction.\n",
3211 gsm_lchan_name(lchan));
3212 return 0;
3213 }
3214
3215 switch (signal) {
3216 case S_ABISIP_CRCX_ACK:
3217 if (lchan->conn->mncc_rtp_create_pending) {
3218 lchan->conn->mncc_rtp_create_pending = 0;
3219 LOGP(DMNCC, LOGL_NOTICE, "%s sending pending RTP create ind.\n",
3220 gsm_lchan_name(lchan));
3221 mncc_recv_rtp_sock(net, trans, MNCC_RTP_CREATE);
3222 }
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003223 /*
3224 * TODO: this appears to be too early? Why not until after
3225 * the handover detect or the handover complete?
3226 */
3227 maybe_switch_for_handover(lchan);
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003228 break;
3229 case S_ABISIP_MDCX_ACK:
Holger Hans Peter Freytherc21dcb22015-08-04 14:41:21 +02003230 if (lchan->conn->mncc_rtp_connect_pending) {
3231 lchan->conn->mncc_rtp_connect_pending = 0;
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003232 LOGP(DMNCC, LOGL_NOTICE, "%s sending pending RTP connect ind.\n",
3233 gsm_lchan_name(lchan));
3234 mncc_recv_rtp_sock(net, trans, MNCC_RTP_CONNECT);
3235 }
3236 break;
3237 }
3238
3239 return 0;
3240}
3241
3242
Harald Welte4bfdfe72009-06-10 23:11:52 +08003243static struct downstate {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02003244 uint32_t states;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003245 int type;
3246 int (*rout) (struct gsm_trans *trans, void *arg);
3247} downstatelist[] = {
3248 /* mobile originating call establishment */
3249 {SBIT(GSM_CSTATE_INITIATED), /* 5.2.1.2 */
3250 MNCC_CALL_PROC_REQ, gsm48_cc_tx_call_proc},
3251 {SBIT(GSM_CSTATE_INITIATED) | SBIT(GSM_CSTATE_MO_CALL_PROC), /* 5.2.1.2 | 5.2.1.5 */
3252 MNCC_ALERT_REQ, gsm48_cc_tx_alerting},
3253 {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 */
3254 MNCC_SETUP_RSP, gsm48_cc_tx_connect},
3255 {SBIT(GSM_CSTATE_MO_CALL_PROC), /* 5.2.1.4.2 */
3256 MNCC_PROGRESS_REQ, gsm48_cc_tx_progress},
3257 /* mobile terminating call establishment */
3258 {SBIT(GSM_CSTATE_NULL), /* 5.2.2.1 */
3259 MNCC_SETUP_REQ, gsm48_cc_tx_setup},
3260 {SBIT(GSM_CSTATE_CONNECT_REQUEST),
3261 MNCC_SETUP_COMPL_REQ, gsm48_cc_tx_connect_ack},
3262 /* signalling during call */
3263 {SBIT(GSM_CSTATE_ACTIVE),
3264 MNCC_NOTIFY_REQ, gsm48_cc_tx_notify},
3265 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ),
3266 MNCC_FACILITY_REQ, gsm48_cc_tx_facility},
3267 {ALL_STATES,
3268 MNCC_START_DTMF_RSP, gsm48_cc_tx_start_dtmf_ack},
3269 {ALL_STATES,
3270 MNCC_START_DTMF_REJ, gsm48_cc_tx_start_dtmf_rej},
3271 {ALL_STATES,
3272 MNCC_STOP_DTMF_RSP, gsm48_cc_tx_stop_dtmf_ack},
3273 {SBIT(GSM_CSTATE_ACTIVE),
3274 MNCC_HOLD_CNF, gsm48_cc_tx_hold_ack},
3275 {SBIT(GSM_CSTATE_ACTIVE),
3276 MNCC_HOLD_REJ, gsm48_cc_tx_hold_rej},
3277 {SBIT(GSM_CSTATE_ACTIVE),
3278 MNCC_RETRIEVE_CNF, gsm48_cc_tx_retrieve_ack},
3279 {SBIT(GSM_CSTATE_ACTIVE),
3280 MNCC_RETRIEVE_REJ, gsm48_cc_tx_retrieve_rej},
3281 {SBIT(GSM_CSTATE_ACTIVE),
3282 MNCC_MODIFY_REQ, gsm48_cc_tx_modify},
3283 {SBIT(GSM_CSTATE_MO_ORIG_MODIFY),
3284 MNCC_MODIFY_RSP, gsm48_cc_tx_modify_complete},
3285 {SBIT(GSM_CSTATE_MO_ORIG_MODIFY),
3286 MNCC_MODIFY_REJ, gsm48_cc_tx_modify_reject},
3287 {SBIT(GSM_CSTATE_ACTIVE),
3288 MNCC_USERINFO_REQ, gsm48_cc_tx_userinfo},
3289 /* clearing */
3290 {SBIT(GSM_CSTATE_INITIATED),
3291 MNCC_REJ_REQ, gsm48_cc_tx_release_compl},
3292 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_DISCONNECT_IND) - SBIT(GSM_CSTATE_RELEASE_REQ) - SBIT(GSM_CSTATE_DISCONNECT_REQ), /* 5.4.4 */
3293 MNCC_DISC_REQ, gsm48_cc_tx_disconnect},
3294 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ), /* 5.4.3.2 */
3295 MNCC_REL_REQ, gsm48_cc_tx_release},
3296 /* special */
3297 {ALL_STATES,
Holger Hans Peter Freytherff3f2602009-10-22 15:13:00 +02003298 MNCC_LCHAN_MODIFY, _gsm48_lchan_modify},
Harald Welte4bfdfe72009-06-10 23:11:52 +08003299};
3300
3301#define DOWNSLLEN \
3302 (sizeof(downstatelist) / sizeof(struct downstate))
3303
3304
Harald Welte76556372010-12-22 23:57:45 +01003305int mncc_tx_to_cc(struct gsm_network *net, int msg_type, void *arg)
Harald Welte4bfdfe72009-06-10 23:11:52 +08003306{
Harald Welte1a6f7982009-08-09 18:52:33 +02003307 int i, rc = 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003308 struct gsm_trans *trans = NULL, *transt;
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003309 struct gsm_subscriber_connection *conn = NULL;
Holger Hans Peter Freytherb56a6bb2010-12-27 16:02:25 +01003310 struct gsm_bts *bts = NULL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003311 struct gsm_mncc *data = arg, rel;
3312
Harald Welte04dc88f2010-12-22 21:45:05 +01003313 DEBUGP(DMNCC, "receive message %s\n", get_mncc_name(msg_type));
3314
Harald Welte4bfdfe72009-06-10 23:11:52 +08003315 /* handle special messages */
3316 switch(msg_type) {
3317 case MNCC_BRIDGE:
Max3ffce192016-04-25 15:22:00 +02003318 rc = tch_bridge(net, arg);
3319 if (rc < 0)
3320 disconnect_bridge(net, arg, -rc);
3321 return rc;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003322 case MNCC_FRAME_DROP:
Harald Welteda7ab742009-12-19 22:23:05 +01003323 return tch_recv_mncc(net, data->callref, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003324 case MNCC_FRAME_RECV:
Harald Welteda7ab742009-12-19 22:23:05 +01003325 return tch_recv_mncc(net, data->callref, 1);
Holger Hans Peter Freytherc8a6c132015-08-04 13:32:09 +02003326 case MNCC_RTP_CREATE:
3327 return tch_rtp_create(net, data->callref);
3328 case MNCC_RTP_CONNECT:
3329 return tch_rtp_connect(net, arg);
3330 case MNCC_RTP_FREE:
3331 /* unused right now */
3332 return -EIO;
Harald Welteda7ab742009-12-19 22:23:05 +01003333 case GSM_TCHF_FRAME:
Andreas Eversbergd074f8f2013-12-06 16:59:10 +01003334 case GSM_TCHF_FRAME_EFR:
Andreas Eversberg63bfdd82014-01-17 19:06:38 +01003335 case GSM_TCHH_FRAME:
Andreas Eversbergd8967f72012-03-08 14:39:19 +01003336 case GSM_TCH_FRAME_AMR:
Harald Welteda7ab742009-12-19 22:23:05 +01003337 /* Find callref */
3338 trans = trans_find_by_callref(net, data->callref);
Harald Welte04dc88f2010-12-22 21:45:05 +01003339 if (!trans) {
3340 LOGP(DMNCC, LOGL_ERROR, "TCH frame for non-existing trans\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003341 return -EIO;
Harald Welte04dc88f2010-12-22 21:45:05 +01003342 }
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01003343 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
Harald Welte04dc88f2010-12-22 21:45:05 +01003344 if (!trans->conn) {
3345 LOGP(DMNCC, LOGL_NOTICE, "TCH frame for trans without conn\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003346 return 0;
Harald Welte04dc88f2010-12-22 21:45:05 +01003347 }
Andreas Eversberg93e795c2013-03-11 08:20:48 +01003348 if (!trans->conn->lchan) {
3349 LOGP(DMNCC, LOGL_NOTICE, "TCH frame for trans without lchan\n");
3350 return 0;
3351 }
Andreas Eversberg63bfdd82014-01-17 19:06:38 +01003352 if (trans->conn->lchan->type != GSM_LCHAN_TCH_F
3353 && trans->conn->lchan->type != GSM_LCHAN_TCH_H) {
Harald Welte04dc88f2010-12-22 21:45:05 +01003354 /* This should be LOGL_ERROR or NOTICE, but
3355 * unfortuantely it happens for a couple of frames at
3356 * the beginning of every RTP connection */
Andreas Eversberg63bfdd82014-01-17 19:06:38 +01003357 LOGP(DMNCC, LOGL_DEBUG, "TCH frame for lchan != TCH_F/TCH_H\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003358 return 0;
Harald Welte04dc88f2010-12-22 21:45:05 +01003359 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003360 bts = trans->conn->lchan->ts->trx->bts;
Harald Welteda7ab742009-12-19 22:23:05 +01003361 switch (bts->type) {
3362 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +02003363 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welte04dc88f2010-12-22 21:45:05 +01003364 if (!trans->conn->lchan->abis_ip.rtp_socket) {
Harald Welte91c59c82010-12-24 12:40:21 +01003365 DEBUGP(DMNCC, "TCH frame to lchan without RTP connection\n");
Harald Welteda7ab742009-12-19 22:23:05 +01003366 return 0;
Harald Welte04dc88f2010-12-22 21:45:05 +01003367 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003368 return rtp_send_frame(trans->conn->lchan->abis_ip.rtp_socket, arg);
Harald Welteda7ab742009-12-19 22:23:05 +01003369 case GSM_BTS_TYPE_BS11:
Harald Weltec76fb5d2011-03-20 06:27:31 -03003370 case GSM_BTS_TYPE_RBS2000:
Harald Welte10456972011-08-05 20:11:18 +02003371 case GSM_BTS_TYPE_NOKIA_SITE:
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003372 return trau_send_frame(trans->conn->lchan, arg);
Harald Welteda7ab742009-12-19 22:23:05 +01003373 default:
Harald Weltee5215b52011-08-09 21:53:20 +02003374 LOGP(DCC, LOGL_ERROR, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01003375 }
3376 return -EINVAL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003377 }
3378
3379 memset(&rel, 0, sizeof(struct gsm_mncc));
3380 rel.callref = data->callref;
3381
3382 /* Find callref */
Harald Weltedcaf5652009-07-23 18:56:43 +02003383 trans = trans_find_by_callref(net, data->callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003384
3385 /* Callref unknown */
3386 if (!trans) {
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003387 struct gsm_subscriber *subscr;
3388
Harald Welte4a3464c2009-07-04 10:11:24 +02003389 if (msg_type != MNCC_SETUP_REQ) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003390 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
3391 "Received '%s' from MNCC with "
3392 "unknown callref %d\n", data->called.number,
3393 get_mncc_name(msg_type), data->callref);
3394 /* Invalid call reference */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003395 return mncc_release_ind(net, NULL, data->callref,
3396 GSM48_CAUSE_LOC_PRN_S_LU,
3397 GSM48_CC_CAUSE_INVAL_TRANS_ID);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003398 }
Andreas Eversbergc079be42009-06-15 23:22:09 +02003399 if (!data->called.number[0] && !data->imsi[0]) {
3400 DEBUGP(DCC, "(bts - trx - ts - ti) "
3401 "Received '%s' from MNCC with "
3402 "no number or IMSI\n", get_mncc_name(msg_type));
3403 /* Invalid number */
3404 return mncc_release_ind(net, NULL, data->callref,
3405 GSM48_CAUSE_LOC_PRN_S_LU,
3406 GSM48_CC_CAUSE_INV_NR_FORMAT);
3407 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003408 /* New transaction due to setup, find subscriber */
Andreas Eversbergc079be42009-06-15 23:22:09 +02003409 if (data->called.number[0])
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01003410 subscr = subscr_get_by_extension(net->subscr_group,
Harald Welte9176bd42009-07-23 18:46:00 +02003411 data->called.number);
Andreas Eversbergc079be42009-06-15 23:22:09 +02003412 else
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01003413 subscr = subscr_get_by_imsi(net->subscr_group,
3414 data->imsi);
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01003415
3416 /* update the subscriber we deal with */
3417 log_set_context(BSC_CTX_SUBSCR, subscr);
3418
Harald Welte4bfdfe72009-06-10 23:11:52 +08003419 /* If subscriber is not found */
3420 if (!subscr) {
3421 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
3422 "Received '%s' from MNCC with "
3423 "unknown subscriber %s\n", data->called.number,
3424 get_mncc_name(msg_type), data->called.number);
3425 /* Unknown subscriber */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003426 return mncc_release_ind(net, NULL, data->callref,
3427 GSM48_CAUSE_LOC_PRN_S_LU,
3428 GSM48_CC_CAUSE_UNASSIGNED_NR);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003429 }
3430 /* If subscriber is not "attached" */
3431 if (!subscr->lac) {
3432 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
3433 "Received '%s' from MNCC with "
3434 "detached subscriber %s\n", data->called.number,
3435 get_mncc_name(msg_type), data->called.number);
3436 subscr_put(subscr);
3437 /* Temporarily out of order */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003438 return mncc_release_ind(net, NULL, data->callref,
3439 GSM48_CAUSE_LOC_PRN_S_LU,
3440 GSM48_CC_CAUSE_DEST_OOO);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003441 }
3442 /* Create transaction */
Jacob Erlbeckaf792d62014-12-02 14:22:53 +01003443 trans = trans_alloc(net, subscr, GSM48_PDISC_CC, 0xff, data->callref);
Harald Weltedcaf5652009-07-23 18:56:43 +02003444 if (!trans) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003445 DEBUGP(DCC, "No memory for trans.\n");
3446 subscr_put(subscr);
3447 /* Ressource unavailable */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08003448 mncc_release_ind(net, NULL, data->callref,
3449 GSM48_CAUSE_LOC_PRN_S_LU,
3450 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003451 return -ENOMEM;
3452 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003453 /* Find lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003454 conn = connection_for_subscr(subscr);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003455
Harald Welte4bfdfe72009-06-10 23:11:52 +08003456 /* If subscriber has no lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003457 if (!conn) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003458 /* find transaction with this subscriber already paging */
3459 llist_for_each_entry(transt, &net->trans_list, entry) {
3460 /* Transaction of our lchan? */
3461 if (transt == trans ||
3462 transt->subscr != subscr)
3463 continue;
Holger Hans Peter Freyther8e3eb582010-12-27 16:08:34 +01003464 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003465 "Received '%s' from MNCC with "
3466 "unallocated channel, paging already "
Holger Hans Peter Freyther8e3eb582010-12-27 16:08:34 +01003467 "started for lac %d.\n",
Harald Welte4bfdfe72009-06-10 23:11:52 +08003468 data->called.number,
Holger Hans Peter Freyther8e3eb582010-12-27 16:08:34 +01003469 get_mncc_name(msg_type), subscr->lac);
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003470 subscr_put(subscr);
3471 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003472 return 0;
3473 }
3474 /* store setup informations until paging was successfull */
Harald Weltedcaf5652009-07-23 18:56:43 +02003475 memcpy(&trans->cc.msg, data, sizeof(struct gsm_mncc));
Sylvain Munaut567c8dc2010-12-01 22:17:36 +01003476
Holger Hans Peter Freytherd6d7aff2015-04-06 12:03:45 +02003477 /* Request a channel */
3478 trans->paging_request = subscr_request_channel(subscr,
3479 RSL_CHANNEED_TCH_F, setup_trig_pag_evt,
3480 trans);
Holger Hans Peter Freyther49b3ed22010-12-29 17:09:07 +01003481 if (!trans->paging_request) {
3482 LOGP(DCC, LOGL_ERROR, "Failed to allocate paging token.\n");
3483 subscr_put(subscr);
3484 trans_free(trans);
3485 return 0;
3486 }
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003487 subscr_put(subscr);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003488 return 0;
3489 }
3490 /* Assign lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003491 trans->conn = conn;
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01003492 subscr_put(subscr);
Holger Hans Peter Freyther249b3f32013-12-29 20:24:37 +01003493 } else {
3494 /* update the subscriber we deal with */
3495 log_set_context(BSC_CTX_SUBSCR, trans->subscr);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003496 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003497
3498 if (trans->conn)
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003499 conn = trans->conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003500
3501 /* if paging did not respond yet */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003502 if (!conn) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003503 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003504 "Received '%s' from MNCC in paging state\n",
Harald Welte4bfdfe72009-06-10 23:11:52 +08003505 (trans->subscr)?(trans->subscr->extension):"-",
3506 get_mncc_name(msg_type));
Harald Weltec66b71c2009-06-11 14:23:20 +08003507 mncc_set_cause(&rel, GSM48_CAUSE_LOC_PRN_S_LU,
3508 GSM48_CC_CAUSE_NORM_CALL_CLEAR);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003509 if (msg_type == MNCC_REL_REQ)
3510 rc = mncc_recvmsg(net, trans, MNCC_REL_CNF, &rel);
3511 else
3512 rc = mncc_recvmsg(net, trans, MNCC_REL_IND, &rel);
3513 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02003514 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08003515 return rc;
3516 }
3517
3518 DEBUGP(DCC, "(bts %d trx %d ts %d ti %02x sub %s) "
3519 "Received '%s' from MNCC in state %d (%s)\n",
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08003520 conn->bts->nr, conn->lchan->ts->trx->nr, conn->lchan->ts->nr,
Harald Welte4bfdfe72009-06-10 23:11:52 +08003521 trans->transaction_id,
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01003522 (trans->conn->subscr)?(trans->conn->subscr->extension):"-",
Harald Weltedcaf5652009-07-23 18:56:43 +02003523 get_mncc_name(msg_type), trans->cc.state,
Harald Weltee95daf192010-03-25 12:13:02 +08003524 gsm48_cc_state_name(trans->cc.state));
Harald Welte4bfdfe72009-06-10 23:11:52 +08003525
3526 /* Find function for current state and message */
3527 for (i = 0; i < DOWNSLLEN; i++)
3528 if ((msg_type == downstatelist[i].type)
Harald Weltedcaf5652009-07-23 18:56:43 +02003529 && ((1 << trans->cc.state) & downstatelist[i].states))
Harald Welte4bfdfe72009-06-10 23:11:52 +08003530 break;
3531 if (i == DOWNSLLEN) {
3532 DEBUGP(DCC, "Message unhandled at this state.\n");
3533 return 0;
3534 }
3535
3536 rc = downstatelist[i].rout(trans, arg);
3537
3538 return rc;
3539}
3540
3541
3542static struct datastate {
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +02003543 uint32_t states;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003544 int type;
3545 int (*rout) (struct gsm_trans *trans, struct msgb *msg);
3546} datastatelist[] = {
3547 /* mobile originating call establishment */
3548 {SBIT(GSM_CSTATE_NULL), /* 5.2.1.2 */
3549 GSM48_MT_CC_SETUP, gsm48_cc_rx_setup},
3550 {SBIT(GSM_CSTATE_NULL), /* 5.2.1.2 */
3551 GSM48_MT_CC_EMERG_SETUP, gsm48_cc_rx_setup},
3552 {SBIT(GSM_CSTATE_CONNECT_IND), /* 5.2.1.2 */
3553 GSM48_MT_CC_CONNECT_ACK, gsm48_cc_rx_connect_ack},
3554 /* mobile terminating call establishment */
3555 {SBIT(GSM_CSTATE_CALL_PRESENT), /* 5.2.2.3.2 */
3556 GSM48_MT_CC_CALL_CONF, gsm48_cc_rx_call_conf},
3557 {SBIT(GSM_CSTATE_CALL_PRESENT) | SBIT(GSM_CSTATE_MO_TERM_CALL_CONF), /* ???? | 5.2.2.3.2 */
3558 GSM48_MT_CC_ALERTING, gsm48_cc_rx_alerting},
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003559 {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 +08003560 GSM48_MT_CC_CONNECT, gsm48_cc_rx_connect},
3561 /* signalling during call */
3562 {ALL_STATES - SBIT(GSM_CSTATE_NULL),
3563 GSM48_MT_CC_FACILITY, gsm48_cc_rx_facility},
3564 {SBIT(GSM_CSTATE_ACTIVE),
3565 GSM48_MT_CC_NOTIFY, gsm48_cc_rx_notify},
3566 {ALL_STATES,
3567 GSM48_MT_CC_START_DTMF, gsm48_cc_rx_start_dtmf},
3568 {ALL_STATES,
3569 GSM48_MT_CC_STOP_DTMF, gsm48_cc_rx_stop_dtmf},
3570 {ALL_STATES,
3571 GSM48_MT_CC_STATUS_ENQ, gsm48_cc_rx_status_enq},
3572 {SBIT(GSM_CSTATE_ACTIVE),
3573 GSM48_MT_CC_HOLD, gsm48_cc_rx_hold},
3574 {SBIT(GSM_CSTATE_ACTIVE),
3575 GSM48_MT_CC_RETR, gsm48_cc_rx_retrieve},
3576 {SBIT(GSM_CSTATE_ACTIVE),
3577 GSM48_MT_CC_MODIFY, gsm48_cc_rx_modify},
3578 {SBIT(GSM_CSTATE_MO_TERM_MODIFY),
3579 GSM48_MT_CC_MODIFY_COMPL, gsm48_cc_rx_modify_complete},
3580 {SBIT(GSM_CSTATE_MO_TERM_MODIFY),
3581 GSM48_MT_CC_MODIFY_REJECT, gsm48_cc_rx_modify_reject},
3582 {SBIT(GSM_CSTATE_ACTIVE),
3583 GSM48_MT_CC_USER_INFO, gsm48_cc_rx_userinfo},
3584 /* clearing */
3585 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ), /* 5.4.3.2 */
3586 GSM48_MT_CC_DISCONNECT, gsm48_cc_rx_disconnect},
3587 {ALL_STATES - SBIT(GSM_CSTATE_NULL), /* 5.4.4.1.2.2 */
3588 GSM48_MT_CC_RELEASE, gsm48_cc_rx_release},
3589 {ALL_STATES, /* 5.4.3.4 */
3590 GSM48_MT_CC_RELEASE_COMPL, gsm48_cc_rx_release_compl},
3591};
3592
3593#define DATASLLEN \
3594 (sizeof(datastatelist) / sizeof(struct datastate))
3595
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003596static int gsm0408_rcv_cc(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte4bc90a12008-12-27 16:32:52 +00003597{
3598 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyr531734a2016-03-14 16:13:24 +01003599 uint8_t msg_type = gsm48_hdr_msg_type(gh);
Neels Hofmeyr961bd0b2016-03-14 16:13:25 +01003600 uint8_t transaction_id = gsm48_hdr_trans_id_flip_ti(gh);
Harald Weltedcaf5652009-07-23 18:56:43 +02003601 struct gsm_trans *trans = NULL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003602 int i, rc = 0;
Harald Welte4bc90a12008-12-27 16:32:52 +00003603
Harald Welte4bfdfe72009-06-10 23:11:52 +08003604 if (msg_type & 0x80) {
3605 DEBUGP(DCC, "MSG 0x%2x not defined for PD error\n", msg_type);
3606 return -EINVAL;
Harald Welte4bc90a12008-12-27 16:32:52 +00003607 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003608
Harald Welte4bfdfe72009-06-10 23:11:52 +08003609 /* Find transaction */
Jacob Erlbeckdae1f642014-12-02 14:22:53 +01003610 trans = trans_find_by_id(conn, GSM48_PDISC_CC, transaction_id);
Harald Weltedcaf5652009-07-23 18:56:43 +02003611
Harald Welte6f5aee02009-07-23 21:21:14 +02003612 DEBUGP(DCC, "(bts %d trx %d ts %d ti %x sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003613 "Received '%s' from MS in state %d (%s)\n",
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003614 conn->bts->nr, conn->lchan->ts->trx->nr, conn->lchan->ts->nr,
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003615 transaction_id, (conn->subscr)?(conn->subscr->extension):"-",
Harald Weltee95daf192010-03-25 12:13:02 +08003616 gsm48_cc_msg_name(msg_type), trans?(trans->cc.state):0,
3617 gsm48_cc_state_name(trans?(trans->cc.state):0));
Harald Welte4bfdfe72009-06-10 23:11:52 +08003618
3619 /* Create transaction */
3620 if (!trans) {
Harald Welte6f5aee02009-07-23 21:21:14 +02003621 DEBUGP(DCC, "Unknown transaction ID %x, "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003622 "creating new trans.\n", transaction_id);
3623 /* Create transaction */
Neels Hofmeyra9f2bb52016-05-09 21:09:47 +02003624 trans = trans_alloc(conn->network, conn->subscr,
Jacob Erlbeckaf792d62014-12-02 14:22:53 +01003625 GSM48_PDISC_CC,
Harald Weltedcaf5652009-07-23 18:56:43 +02003626 transaction_id, new_callref++);
3627 if (!trans) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003628 DEBUGP(DCC, "No memory for trans.\n");
Holger Hans Peter Freytherb549ddf2011-01-16 18:17:04 +01003629 rc = gsm48_tx_simple(conn,
Harald Welte6f5aee02009-07-23 21:21:14 +02003630 GSM48_PDISC_CC | (transaction_id << 4),
Harald Welte4bfdfe72009-06-10 23:11:52 +08003631 GSM48_MT_CC_RELEASE_COMPL);
3632 return -ENOMEM;
3633 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003634 /* Assign transaction */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003635 trans->conn = conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003636 }
3637
3638 /* find function for current state and message */
3639 for (i = 0; i < DATASLLEN; i++)
3640 if ((msg_type == datastatelist[i].type)
Harald Weltedcaf5652009-07-23 18:56:43 +02003641 && ((1 << trans->cc.state) & datastatelist[i].states))
Harald Welte4bfdfe72009-06-10 23:11:52 +08003642 break;
3643 if (i == DATASLLEN) {
3644 DEBUGP(DCC, "Message unhandled at this state.\n");
3645 return 0;
3646 }
3647
Holger Hans Peter Freyther1e61b252013-07-06 11:45:38 +02003648 assert(trans->subscr);
3649
Harald Welte4bfdfe72009-06-10 23:11:52 +08003650 rc = datastatelist[i].rout(trans, msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00003651
3652 return rc;
3653}
3654
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003655/* Create a dummy to wait five seconds */
3656static void release_anchor(struct gsm_subscriber_connection *conn)
3657{
3658 if (!conn->anch_operation)
3659 return;
3660
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02003661 osmo_timer_del(&conn->anch_operation->timeout);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003662 talloc_free(conn->anch_operation);
3663 conn->anch_operation = NULL;
3664}
3665
3666static void anchor_timeout(void *_data)
3667{
3668 struct gsm_subscriber_connection *con = _data;
3669
3670 release_anchor(con);
3671 msc_release_connection(con);
3672}
3673
3674int gsm0408_new_conn(struct gsm_subscriber_connection *conn)
3675{
3676 conn->anch_operation = talloc_zero(conn, struct gsm_anchor_operation);
3677 if (!conn->anch_operation)
3678 return -1;
3679
3680 conn->anch_operation->timeout.data = conn;
3681 conn->anch_operation->timeout.cb = anchor_timeout;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02003682 osmo_timer_schedule(&conn->anch_operation->timeout, 5, 0);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003683 return 0;
3684}
3685
Neels Hofmeyr378a4922016-05-09 21:07:43 +02003686/* Main entry point for GSM 04.08/44.008 Layer 3 data (e.g. from the BSC). */
Holger Hans Peter Freyther97643312010-06-17 16:41:25 +08003687int gsm0408_dispatch(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00003688{
3689 struct gsm48_hdr *gh = msgb_l3(msg);
Neels Hofmeyr531734a2016-03-14 16:13:24 +01003690 uint8_t pdisc = gsm48_hdr_pdisc(gh);
Harald Welte8470bf22008-12-25 23:28:35 +00003691 int rc = 0;
Harald Welte51008772009-12-29 11:49:12 +01003692
Neels Hofmeyrffaed9e2016-05-09 21:38:51 +02003693 OSMO_ASSERT(conn);
3694 OSMO_ASSERT(msg);
3695
Jacob Erlbeck8e68b562014-01-30 21:01:12 +01003696 LOGP(DRLL, LOGL_DEBUG, "Dispatching 04.08 message, pdisc=%d\n", pdisc);
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +08003697 if (silent_call_reroute(conn, msg))
3698 return silent_call_rx(conn, msg);
Alexander Couzensfbd96f52016-08-29 18:40:02 +02003699
Harald Welte52b1f982008-12-23 20:25:15 +00003700 switch (pdisc) {
3701 case GSM48_PDISC_CC:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003702 release_anchor(conn);
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003703 rc = gsm0408_rcv_cc(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003704 break;
3705 case GSM48_PDISC_MM:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003706 rc = gsm0408_rcv_mm(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003707 break;
3708 case GSM48_PDISC_RR:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003709 rc = gsm0408_rcv_rr(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003710 break;
Harald Weltebcae43f2008-12-27 21:45:37 +00003711 case GSM48_PDISC_SMS:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003712 release_anchor(conn);
Holger Hans Peter Freyther97643312010-06-17 16:41:25 +08003713 rc = gsm0411_rcv_sms(conn, msg);
Harald Weltebcae43f2008-12-27 21:45:37 +00003714 break;
Harald Welte52b1f982008-12-23 20:25:15 +00003715 case GSM48_PDISC_MM_GPRS:
Harald Weltebcae43f2008-12-27 21:45:37 +00003716 case GSM48_PDISC_SM_GPRS:
Harald Welte5d24ba12009-12-24 12:13:17 +01003717 LOGP(DRLL, LOGL_NOTICE, "Unimplemented "
3718 "GSM 04.08 discriminator 0x%02x\n", pdisc);
Neels Hofmeyrffaed9e2016-05-09 21:38:51 +02003719 rc = -ENOTSUP;
Harald Welte52b1f982008-12-23 20:25:15 +00003720 break;
Harald Welte6eafe912009-10-16 08:32:58 +02003721 case GSM48_PDISC_NC_SS:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003722 release_anchor(conn);
Holger Hans Peter Freytherd42c3f22010-06-17 17:35:57 +08003723 rc = handle_rcv_ussd(conn, msg);
Harald Welte6eafe912009-10-16 08:32:58 +02003724 break;
Harald Welte52b1f982008-12-23 20:25:15 +00003725 default:
Harald Welte5d24ba12009-12-24 12:13:17 +01003726 LOGP(DRLL, LOGL_NOTICE, "Unknown "
3727 "GSM 04.08 discriminator 0x%02x\n", pdisc);
Neels Hofmeyrffaed9e2016-05-09 21:38:51 +02003728 rc = -EINVAL;
Harald Welte52b1f982008-12-23 20:25:15 +00003729 break;
3730 }
3731
3732 return rc;
3733}
Harald Welte8470bf22008-12-25 23:28:35 +00003734
Harald Welte805f6442009-07-28 18:25:29 +02003735/*
3736 * This will be ran by the linker when loading the DSO. We use it to
3737 * do system initialization, e.g. registration of signal handlers.
3738 */
3739static __attribute__((constructor)) void on_dso_load_0408(void)
3740{
Pablo Neira Ayusobbc5b992011-05-06 12:12:31 +02003741 osmo_signal_register_handler(SS_ABISIP, handle_abisip_signal, NULL);
Harald Welte805f6442009-07-28 18:25:29 +02003742}