blob: 7659fd112fdde085005792cff8b50ac9eace6774 [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 Freythere0009f12010-08-12 01:41:57 +08005 * (C) 2008-2010 by Holger Hans Peter Freyther <zecke@selfish.org>
Harald Welte8470bf22008-12-25 23:28:35 +00006 *
Harald Welte52b1f982008-12-23 20:25:15 +00007 * All Rights Reserved
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with this program; if not, write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 *
23 */
24
25
26#include <stdio.h>
27#include <stdlib.h>
28#include <string.h>
29#include <errno.h>
Harald Weltedb253af2008-12-30 17:56:55 +000030#include <time.h>
Harald Welte4b634542008-12-27 01:55:51 +000031#include <netinet/in.h>
Harald Welte52b1f982008-12-23 20:25:15 +000032
Sylvain Munaut30a15382009-12-24 00:27:26 +010033#include <openbsc/auth.h>
Harald Welte75a983f2008-12-27 21:34:06 +000034#include <openbsc/db.h>
Harald Welte8470bf22008-12-25 23:28:35 +000035#include <openbsc/debug.h>
36#include <openbsc/gsm_data.h>
37#include <openbsc/gsm_subscriber.h>
Daniel Willmann8b3390e2008-12-28 00:31:09 +000038#include <openbsc/gsm_04_11.h>
Harald Welte8470bf22008-12-25 23:28:35 +000039#include <openbsc/gsm_04_08.h>
Holger Hans Peter Freythere0009f12010-08-12 01:41:57 +080040#include <openbsc/gsm_04_80.h>
Harald Welte8470bf22008-12-25 23:28:35 +000041#include <openbsc/abis_rsl.h>
Holger Freytherca362a62009-01-04 21:05:01 +000042#include <openbsc/chan_alloc.h>
Harald Welte0b4c34e2009-02-09 17:54:43 +000043#include <openbsc/paging.h>
Holger Freyther053e09d2009-02-14 22:51:06 +000044#include <openbsc/signal.h>
Harald Welte45b407a2009-05-23 15:51:12 +000045#include <openbsc/trau_frame.h>
Harald Welte11fa29c2009-02-19 17:24:39 +000046#include <openbsc/trau_mux.h>
Harald Welte805f6442009-07-28 18:25:29 +020047#include <openbsc/rtp_proxy.h>
Harald Weltedcaf5652009-07-23 18:56:43 +020048#include <openbsc/transaction.h>
Harald Welte6eafe912009-10-16 08:32:58 +020049#include <openbsc/ussd.h>
Harald Welte51008772009-12-29 11:49:12 +010050#include <openbsc/silent_call.h>
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +080051#include <openbsc/bsc_api.h>
Holger Hans Peter Freyther88519ea2010-06-30 12:44:07 +080052#include <openbsc/osmo_msc.h>
Holger Hans Peter Freyther841c2002010-09-30 18:52:23 +080053#include <osmocore/bitvec.h>
54
55#include <osmocore/gsm48.h>
Holger Hans Peter Freyther12eb9b72010-09-30 18:53:47 +080056#include <osmocore/gsm0480.h>
Holger Hans Peter Freyther841c2002010-09-30 18:52:23 +080057#include <osmocore/gsm_utils.h>
58#include <osmocore/msgb.h>
59#include <osmocore/talloc.h>
60#include <osmocore/tlv.h>
Harald Welte52b1f982008-12-23 20:25:15 +000061
Harald Welte (local)d19e58b2009-08-15 02:30:58 +020062void *tall_locop_ctx;
Sylvain Munaut30a15382009-12-24 00:27:26 +010063void *tall_authciphop_ctx;
Harald Welte2cf161b2009-06-20 22:36:41 +020064
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +080065int gsm0408_loc_upd_acc(struct gsm_subscriber_connection *conn, u_int32_t tmsi);
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +080066static int gsm48_tx_simple(struct gsm_subscriber_connection *conn,
Harald Welte65e74cc2008-12-29 01:55:35 +000067 u_int8_t pdisc, u_int8_t msg_type);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +010068static void schedule_reject(struct gsm_subscriber_connection *conn);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +080069static void release_anchor(struct gsm_subscriber_connection *conn);
Harald Welte65e74cc2008-12-29 01:55:35 +000070
Harald Welte52b1f982008-12-23 20:25:15 +000071struct gsm_lai {
72 u_int16_t mcc;
73 u_int16_t mnc;
74 u_int16_t lac;
75};
76
Harald Welte4bfdfe72009-06-10 23:11:52 +080077static u_int32_t new_callref = 0x80000001;
78
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +080079static int gsm48_conn_sendmsg(struct msgb *msg, struct gsm_subscriber_connection *conn,
80 struct gsm_trans *trans)
81{
82 struct gsm48_hdr *gh = (struct gsm48_hdr *) msg->data;
83
84 /* if we get passed a transaction reference, do some common
85 * work that the caller no longer has to do */
86 if (trans) {
87 gh->proto_discr = trans->protocol | (trans->transaction_id << 4);
88 msg->lchan = trans->conn->lchan;
89 }
90
91
92 if (msg->lchan) {
93 msg->trx = msg->lchan->ts->trx;
94 if ((gh->proto_discr & GSM48_PDISC_MASK) == GSM48_PDISC_CC)
95 DEBUGP(DCC, "(bts %d trx %d ts %d ti %02x) "
96 "Sending '%s' to MS.\n", msg->trx->bts->nr,
97 msg->trx->nr, msg->lchan->ts->nr,
98 gh->proto_discr & 0xf0,
99 gsm48_cc_msg_name(gh->msg_type));
100 else
101 DEBUGP(DCC, "(bts %d trx %d ts %d pd %02x) "
102 "Sending 0x%02x to MS.\n", msg->trx->bts->nr,
103 msg->trx->nr, msg->lchan->ts->nr,
104 gh->proto_discr, gh->msg_type);
105 }
106
Holger Hans Peter Freyther8d380dc2010-11-10 10:16:02 +0100107 return gsm0808_submit_dtap(conn, msg, 0, 0);
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800108}
Sylvain Munaut30a15382009-12-24 00:27:26 +0100109
Holger Hans Peter Freythere0009f12010-08-12 01:41:57 +0800110int gsm48_cc_tx_notify_ss(struct gsm_trans *trans, const char *message)
111{
112 struct gsm48_hdr *gh;
113 struct msgb *ss_notify;
114
115 ss_notify = gsm0480_create_notifySS(message);
116 if (!ss_notify)
117 return -1;
118
119 gsm0480_wrap_invoke(ss_notify, GSM0480_OP_CODE_NOTIFY_SS, 0);
120 uint8_t *data = msgb_push(ss_notify, 1);
121 data[0] = ss_notify->len - 1;
122 gh = (struct gsm48_hdr *) msgb_push(ss_notify, sizeof(*gh));
123 gh->msg_type = GSM48_MT_CC_FACILITY;
124 return gsm48_conn_sendmsg(ss_notify, trans->conn, trans);
125}
126
Sylvain Munaut30a15382009-12-24 00:27:26 +0100127static void release_security_operation(struct gsm_subscriber_connection *conn)
128{
129 if (!conn->sec_operation)
130 return;
131
132 talloc_free(conn->sec_operation);
133 conn->sec_operation = NULL;
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800134 msc_release_connection(conn);
Sylvain Munaut30a15382009-12-24 00:27:26 +0100135}
136
137static void allocate_security_operation(struct gsm_subscriber_connection *conn)
138{
Sylvain Munaut30a15382009-12-24 00:27:26 +0100139 conn->sec_operation = talloc_zero(tall_authciphop_ctx,
140 struct gsm_security_operation);
141}
142
Sylvain Munaut0fbfd1b2010-12-01 22:37:05 +0100143int gsm48_secure_channel(struct gsm_subscriber_connection *conn, int key_seq,
144 gsm_cbfn *cb, void *cb_data)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100145{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800146 struct gsm_network *net = conn->bts->network;
147 struct gsm_subscriber *subscr = conn->subscr;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100148 struct gsm_security_operation *op;
149 struct gsm_auth_tuple atuple;
150 int status = -1, rc;
151
152 /* Check if we _can_ enable encryption. Cases where we can't:
153 * - Encryption disabled in config
154 * - Channel already secured (nothing to do)
155 * - Subscriber equipment doesn't support configured encryption
156 */
157 if (!net->a5_encryption) {
158 status = GSM_SECURITY_NOAVAIL;
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800159 } else if (conn->lchan->encr.alg_id > RSL_ENC_ALG_A5(0)) {
Sylvain Munaut30a15382009-12-24 00:27:26 +0100160 DEBUGP(DMM, "Requesting to secure an already secure channel");
161 status = GSM_SECURITY_SUCCEEDED;
162 } else if (!ms_cm2_a5n_support(subscr->equipment.classmark2,
163 net->a5_encryption)) {
164 DEBUGP(DMM, "Subscriber equipment doesn't support requested encryption");
165 status = GSM_SECURITY_NOAVAIL;
166 }
167
168 /* If not done yet, try to get info for this user */
169 if (status < 0) {
170 rc = auth_get_tuple_for_subscr(&atuple, subscr, key_seq);
171 if (rc <= 0)
172 status = GSM_SECURITY_NOAVAIL;
173 }
174
175 /* Are we done yet ? */
176 if (status >= 0)
177 return cb ?
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800178 cb(GSM_HOOK_RR_SECURITY, status, NULL, conn, cb_data) :
Sylvain Munaut30a15382009-12-24 00:27:26 +0100179 0;
180
181 /* Start an operation (can't have more than one pending !!!) */
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800182 if (conn->sec_operation)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100183 return -EBUSY;
184
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800185 allocate_security_operation(conn);
186 op = conn->sec_operation;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100187 op->cb = cb;
188 op->cb_data = cb_data;
189 memcpy(&op->atuple, &atuple, sizeof(struct gsm_auth_tuple));
190
191 /* FIXME: Should start a timer for completion ... */
192
193 /* Then do whatever is needed ... */
Harald Welte86dda082010-12-23 18:07:49 +0100194 if (rc == AUTH_DO_AUTH_THAN_CIPH) {
Sylvain Munaut30a15382009-12-24 00:27:26 +0100195 /* Start authentication */
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800196 return gsm48_tx_mm_auth_req(conn, op->atuple.rand, op->atuple.key_seq);
Harald Welte86dda082010-12-23 18:07:49 +0100197 } else if (rc == AUTH_DO_CIPH) {
Sylvain Munaut30a15382009-12-24 00:27:26 +0100198 /* Start ciphering directly */
Sylvain Munaut67706df2010-11-29 08:19:04 +0100199 return gsm0808_cipher_mode(conn, net->a5_encryption,
200 op->atuple.kc, 8, 0);
Sylvain Munaut30a15382009-12-24 00:27:26 +0100201 }
202
203 return -EINVAL; /* not reached */
204}
205
Holger Freyther73487a22008-12-31 18:53:57 +0000206static int authorize_subscriber(struct gsm_loc_updating_operation *loc,
207 struct gsm_subscriber *subscriber)
Holger Freyther89824fc2008-12-30 16:18:18 +0000208{
209 if (!subscriber)
210 return 0;
211
Holger Freyther73487a22008-12-31 18:53:57 +0000212 /*
213 * Do not send accept yet as more information should arrive. Some
214 * phones will not send us the information and we will have to check
215 * what we want to do with that.
216 */
217 if (loc && (loc->waiting_for_imsi || loc->waiting_for_imei))
218 return 0;
219
Jan Luebbe06513f22009-08-12 12:48:00 +0200220 switch (subscriber->net->auth_policy) {
221 case GSM_AUTH_POLICY_CLOSED:
222 return subscriber->authorized;
Harald Welte (local)aa9dc192009-08-13 13:49:51 +0200223 case GSM_AUTH_POLICY_TOKEN:
Harald Welte (local)ee9afe32009-08-13 20:44:23 +0200224 if (subscriber->authorized)
225 return subscriber->authorized;
Harald Welte (local)aa9dc192009-08-13 13:49:51 +0200226 return (subscriber->flags & GSM_SUBSCRIBER_FIRST_CONTACT);
Jan Luebbe06513f22009-08-12 12:48:00 +0200227 case GSM_AUTH_POLICY_ACCEPT_ALL:
Holger Freyther89824fc2008-12-30 16:18:18 +0000228 return 1;
Jan Luebbe06513f22009-08-12 12:48:00 +0200229 default:
230 return 0;
231 }
Holger Freyther89824fc2008-12-30 16:18:18 +0000232}
Holger Freyther07cc8d82008-12-29 06:23:46 +0000233
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100234static void release_loc_updating_req(struct gsm_subscriber_connection *conn)
Holger Freyther73487a22008-12-31 18:53:57 +0000235{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100236 if (!conn->loc_operation)
Holger Freyther73487a22008-12-31 18:53:57 +0000237 return;
238
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +0800239 /* No need to keep the connection up */
240 release_anchor(conn);
241
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100242 bsc_del_timer(&conn->loc_operation->updating_timer);
243 talloc_free(conn->loc_operation);
Holger Hans Peter Freytherf93e8fa2010-12-22 08:53:28 +0100244 conn->loc_operation = NULL;
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800245 msc_release_connection(conn);
Holger Freyther73487a22008-12-31 18:53:57 +0000246}
247
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100248static void allocate_loc_updating_req(struct gsm_subscriber_connection *conn)
Holger Freyther73487a22008-12-31 18:53:57 +0000249{
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800250 if (conn->loc_operation)
251 LOGP(DMM, LOGL_ERROR, "Connection already had operation.\n");
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100252 release_loc_updating_req(conn);
Holger Freyther73487a22008-12-31 18:53:57 +0000253
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100254 conn->loc_operation = talloc_zero(tall_locop_ctx,
Harald Welte470ec292009-06-26 20:25:23 +0200255 struct gsm_loc_updating_operation);
Holger Freyther73487a22008-12-31 18:53:57 +0000256}
Holger Freyther07cc8d82008-12-29 06:23:46 +0000257
Sylvain Munaut267fba02009-12-24 00:28:01 +0100258static int _gsm0408_authorize_sec_cb(unsigned int hooknum, unsigned int event,
259 struct msgb *msg, void *data, void *param)
260{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800261 struct gsm_subscriber_connection *conn = data;
Sylvain Munaut267fba02009-12-24 00:28:01 +0100262 int rc = 0;
263
264 switch (event) {
265 case GSM_SECURITY_AUTH_FAILED:
266 release_loc_updating_req(conn);
267 break;
268
269 case GSM_SECURITY_NOAVAIL:
270 case GSM_SECURITY_SUCCEEDED:
271 /* We're all good */
272 db_subscriber_alloc_tmsi(conn->subscr);
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800273 rc = gsm0408_loc_upd_acc(conn, conn->subscr->tmsi);
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800274 if (conn->bts->network->send_mm_info) {
Sylvain Munaut267fba02009-12-24 00:28:01 +0100275 /* send MM INFO with network name */
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800276 rc = gsm48_tx_mm_info(conn);
Sylvain Munaut267fba02009-12-24 00:28:01 +0100277 }
278
279 /* call subscr_update after putting the loc_upd_acc
280 * in the transmit queue, since S_SUBSCR_ATTACHED might
281 * trigger further action like SMS delivery */
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800282 subscr_update(conn->subscr, conn->bts,
Sylvain Munaut267fba02009-12-24 00:28:01 +0100283 GSM_SUBSCRIBER_UPDATE_ATTACHED);
284
Holger Hans Peter Freytherd4e68722010-12-22 12:11:01 +0100285 /*
286 * The gsm0408_loc_upd_acc sends a MI with the TMSI. The
287 * MS needs to respond with a TMSI REALLOCATION COMPLETE
288 * (even if the TMSI is the same).
289 */
Sylvain Munaut267fba02009-12-24 00:28:01 +0100290 break;
291
292 default:
293 rc = -EINVAL;
294 };
295
296 return rc;
297}
298
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100299static int gsm0408_authorize(struct gsm_subscriber_connection *conn, struct msgb *msg)
Holger Freytherd51524f2009-06-09 08:27:07 +0000300{
Sylvain Munaut267fba02009-12-24 00:28:01 +0100301 if (authorize_subscriber(conn->loc_operation, conn->subscr))
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800302 return gsm48_secure_channel(conn,
Sylvain Munaut267fba02009-12-24 00:28:01 +0100303 conn->loc_operation->key_seq,
304 _gsm0408_authorize_sec_cb, NULL);
Holger Freytherd51524f2009-06-09 08:27:07 +0000305 return 0;
306}
307
Holger Hans Peter Freytheradb6e1c2010-09-18 06:44:24 +0800308void gsm0408_clear_request(struct gsm_subscriber_connection *conn, uint32_t cause)
Holger Freyther7c19f742009-06-06 13:54:35 +0000309{
Harald Welte4bfdfe72009-06-10 23:11:52 +0800310 struct gsm_trans *trans, *temp;
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800311
312 /* avoid someone issuing a clear */
313 conn->in_release = 1;
314
Holger Freyther7c19f742009-06-06 13:54:35 +0000315 /*
316 * Cancel any outstanding location updating request
Holger Hans Peter Freytherf6fb3ef2010-06-15 13:16:52 +0800317 * operation taking place on the subscriber connection.
Holger Freyther7c19f742009-06-06 13:54:35 +0000318 */
Holger Hans Peter Freytherf6fb3ef2010-06-15 13:16:52 +0800319 release_loc_updating_req(conn);
320 release_security_operation(conn);
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +0800321 release_anchor(conn);
Holger Freyther7c19f742009-06-06 13:54:35 +0000322
Harald Welte4bfdfe72009-06-10 23:11:52 +0800323 /* Free all transactions that are associated with the released lchan */
Harald Weltedcaf5652009-07-23 18:56:43 +0200324 /* FIXME: this is not neccessarily the right thing to do, we should
325 * only set trans->lchan to NULL and wait for another lchan to be
326 * established to the same MM entity (phone/subscriber) */
Holger Hans Peter Freytherf6fb3ef2010-06-15 13:16:52 +0800327 llist_for_each_entry_safe(trans, temp, &conn->bts->network->trans_list, entry) {
328 if (trans->conn == conn)
Harald Weltedcaf5652009-07-23 18:56:43 +0200329 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +0800330 }
Holger Freyther7c19f742009-06-06 13:54:35 +0000331}
332
Holger Freyther429e7762008-12-30 13:28:30 +0000333/* Chapter 9.2.14 : Send LOCATION UPDATING REJECT */
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800334int gsm0408_loc_upd_rej(struct gsm_subscriber_connection *conn, u_int8_t cause)
Harald Welte52b1f982008-12-23 20:25:15 +0000335{
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800336 struct gsm_bts *bts = conn->bts;
Holger Hans Peter Freyther230a4d82010-06-15 19:40:05 +0800337 struct msgb *msg;
338
339 counter_inc(bts->network->stats.loc_upd_resp.reject);
340
341 msg = gsm48_create_loc_upd_rej(cause);
342 if (!msg) {
343 LOGP(DMM, LOGL_ERROR, "Failed to create msg for LOCATION UPDATING REJECT.\n");
344 return -1;
345 }
Harald Welte52b1f982008-12-23 20:25:15 +0000346
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800347 msg->lchan = conn->lchan;
Harald Welte52b1f982008-12-23 20:25:15 +0000348
Harald Welte (local)198d5ad2009-12-26 22:15:28 +0100349 LOGP(DMM, LOGL_INFO, "Subscriber %s: LOCATION UPDATING REJECT "
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100350 "LAC=%u BTS=%u\n", conn->subscr ?
351 subscr_name(conn->subscr) : "unknown",
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800352 bts->location_area_code, bts->nr);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100353
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800354 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte52b1f982008-12-23 20:25:15 +0000355}
356
357/* Chapter 9.2.13 : Send LOCATION UPDATE ACCEPT */
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800358int gsm0408_loc_upd_acc(struct gsm_subscriber_connection *conn, u_int32_t tmsi)
Harald Welte52b1f982008-12-23 20:25:15 +0000359{
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800360 struct gsm_bts *bts = conn->bts;
Harald Welte8470bf22008-12-25 23:28:35 +0000361 struct msgb *msg = gsm48_msgb_alloc();
Harald Welte52b1f982008-12-23 20:25:15 +0000362 struct gsm48_hdr *gh;
363 struct gsm48_loc_area_id *lai;
364 u_int8_t *mid;
365
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800366 msg->lchan = conn->lchan;
Harald Welte52b1f982008-12-23 20:25:15 +0000367
368 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
369 gh->proto_discr = GSM48_PDISC_MM;
370 gh->msg_type = GSM48_MT_MM_LOC_UPD_ACCEPT;
371
372 lai = (struct gsm48_loc_area_id *) msgb_put(msg, sizeof(*lai));
Harald Welteafedeab2010-03-04 10:55:40 +0100373 gsm48_generate_lai(lai, bts->network->country_code,
Harald Welte52b1f982008-12-23 20:25:15 +0000374 bts->network->network_code, bts->location_area_code);
375
Holger Hans Peter Freyther1494a762009-08-01 07:26:59 +0200376 mid = msgb_put(msg, GSM48_MID_TMSI_LEN);
Holger Hans Peter Freyther5d0e56f2009-08-20 08:41:24 +0200377 gsm48_generate_mid_from_tmsi(mid, tmsi);
Harald Welte52b1f982008-12-23 20:25:15 +0000378
379 DEBUGP(DMM, "-> LOCATION UPDATE ACCEPT\n");
380
Harald Welteffa55a42009-12-22 19:07:32 +0100381 counter_inc(bts->network->stats.loc_upd_resp.accept);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100382
Holger Hans Peter Freytherdc5db242010-06-15 14:07:27 +0800383 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte52b1f982008-12-23 20:25:15 +0000384}
385
Harald Weltebf5e8df2009-02-03 12:59:45 +0000386/* Transmit Chapter 9.2.10 Identity Request */
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800387static int mm_tx_identity_req(struct gsm_subscriber_connection *conn, u_int8_t id_type)
Harald Welte231ad4f2008-12-27 11:15:38 +0000388{
389 struct msgb *msg = gsm48_msgb_alloc();
390 struct gsm48_hdr *gh;
Harald Weltefc977a82008-12-27 10:19:37 +0000391
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800392 msg->lchan = conn->lchan;
Harald Welte231ad4f2008-12-27 11:15:38 +0000393
394 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
395 gh->proto_discr = GSM48_PDISC_MM;
396 gh->msg_type = GSM48_MT_MM_ID_REQ;
397 gh->data[0] = id_type;
398
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800399 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte231ad4f2008-12-27 11:15:38 +0000400}
401
Harald Welte231ad4f2008-12-27 11:15:38 +0000402
Harald Weltebf5e8df2009-02-03 12:59:45 +0000403/* Parse Chapter 9.2.11 Identity Response */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800404static int mm_rx_id_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte231ad4f2008-12-27 11:15:38 +0000405{
406 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte75a983f2008-12-27 21:34:06 +0000407 struct gsm_lchan *lchan = msg->lchan;
Harald Welte9176bd42009-07-23 18:46:00 +0200408 struct gsm_bts *bts = lchan->ts->trx->bts;
409 struct gsm_network *net = bts->network;
Harald Welte231ad4f2008-12-27 11:15:38 +0000410 u_int8_t mi_type = gh->data[1] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200411 char mi_string[GSM48_MI_SIZE];
Harald Welte231ad4f2008-12-27 11:15:38 +0000412
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200413 gsm48_mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
Harald Welte61253062008-12-27 11:25:50 +0000414 DEBUGP(DMM, "IDENTITY RESPONSE: mi_type=0x%02x MI(%s)\n",
Harald Welte231ad4f2008-12-27 11:15:38 +0000415 mi_type, mi_string);
416
Harald Welte7659de12009-12-13 12:39:18 +0100417 dispatch_signal(SS_SUBSCR, S_SUBSCR_IDENTITY, gh->data);
418
Harald Welte75a983f2008-12-27 21:34:06 +0000419 switch (mi_type) {
420 case GSM_MI_TYPE_IMSI:
Jan Luebbe370b41d2009-08-12 10:19:34 +0200421 /* look up subscriber based on IMSI, create if not found */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100422 if (!conn->subscr) {
423 conn->subscr = subscr_get_by_imsi(net, mi_string);
424 if (!conn->subscr)
425 conn->subscr = db_create_subscriber(net, mi_string);
Jan Luebbeb0dfc312009-08-12 10:12:52 +0200426 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100427 if (conn->loc_operation)
428 conn->loc_operation->waiting_for_imsi = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000429 break;
430 case GSM_MI_TYPE_IMEI:
Harald Welte255539c2008-12-28 02:26:27 +0000431 case GSM_MI_TYPE_IMEISV:
Harald Welte75a983f2008-12-27 21:34:06 +0000432 /* update subscribe <-> IMEI mapping */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100433 if (conn->subscr) {
434 db_subscriber_assoc_imei(conn->subscr, mi_string);
435 db_sync_equipment(&conn->subscr->equipment);
Harald Welte (local)ee4410a2009-08-17 09:39:55 +0200436 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100437 if (conn->loc_operation)
438 conn->loc_operation->waiting_for_imei = 0;
Harald Welte75a983f2008-12-27 21:34:06 +0000439 break;
440 }
Holger Freyther73487a22008-12-31 18:53:57 +0000441
442 /* Check if we can let the mobile station enter */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100443 return gsm0408_authorize(conn, msg);
Harald Welte231ad4f2008-12-27 11:15:38 +0000444}
445
Harald Welte255539c2008-12-28 02:26:27 +0000446
447static void loc_upd_rej_cb(void *data)
448{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100449 struct gsm_subscriber_connection *conn = data;
450 struct gsm_lchan *lchan = conn->lchan;
Harald Welte1085c092009-11-18 20:33:19 +0100451 struct gsm_bts *bts = lchan->ts->trx->bts;
Harald Welte255539c2008-12-28 02:26:27 +0000452
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800453 gsm0408_loc_upd_rej(conn, bts->network->reject_cause);
Holger Hans Peter Freyther01288432010-06-16 12:52:28 +0800454 release_loc_updating_req(conn);
Harald Welte255539c2008-12-28 02:26:27 +0000455}
456
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100457static void schedule_reject(struct gsm_subscriber_connection *conn)
Holger Freytherb7193e42008-12-29 17:44:08 +0000458{
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100459 conn->loc_operation->updating_timer.cb = loc_upd_rej_cb;
460 conn->loc_operation->updating_timer.data = conn;
461 bsc_schedule_timer(&conn->loc_operation->updating_timer, 5, 0);
Holger Freytherb7193e42008-12-29 17:44:08 +0000462}
463
Harald Welte2a139372009-02-22 21:14:55 +0000464static const char *lupd_name(u_int8_t type)
465{
466 switch (type) {
467 case GSM48_LUPD_NORMAL:
468 return "NORMAL";
469 case GSM48_LUPD_PERIODIC:
470 return "PEROIDOC";
471 case GSM48_LUPD_IMSI_ATT:
472 return "IMSI ATTACH";
473 default:
474 return "UNKNOWN";
475 }
476}
477
Harald Weltebf5e8df2009-02-03 12:59:45 +0000478/* Chapter 9.2.15: Receive Location Updating Request */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800479static int mm_rx_loc_upd_req(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +0000480{
Harald Welte8470bf22008-12-25 23:28:35 +0000481 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000482 struct gsm48_loc_upd_req *lu;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800483 struct gsm_subscriber *subscr = NULL;
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800484 struct gsm_bts *bts = conn->bts;
Harald Welte8470bf22008-12-25 23:28:35 +0000485 u_int8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200486 char mi_string[GSM48_MI_SIZE];
Harald Welte231ad4f2008-12-27 11:15:38 +0000487 int rc;
Harald Welte52b1f982008-12-23 20:25:15 +0000488
Harald Welte8470bf22008-12-25 23:28:35 +0000489 lu = (struct gsm48_loc_upd_req *) gh->data;
490
491 mi_type = lu->mi[0] & GSM_MI_TYPE_MASK;
Harald Welte52b1f982008-12-23 20:25:15 +0000492
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200493 gsm48_mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
Harald Weltefc977a82008-12-27 10:19:37 +0000494
Harald Weltea0368542009-06-27 02:58:43 +0200495 DEBUGPC(DMM, "mi_type=0x%02x MI(%s) type=%s ", mi_type, mi_string,
Harald Welte2a139372009-02-22 21:14:55 +0000496 lupd_name(lu->type));
Holger Freyther73487a22008-12-31 18:53:57 +0000497
Harald Welte7659de12009-12-13 12:39:18 +0100498 dispatch_signal(SS_SUBSCR, S_SUBSCR_IDENTITY, &lu->mi_len);
499
Harald Welte24ff6ee2009-12-22 00:41:05 +0100500 switch (lu->type) {
501 case GSM48_LUPD_NORMAL:
Harald Welteffa55a42009-12-22 19:07:32 +0100502 counter_inc(bts->network->stats.loc_upd_type.normal);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100503 break;
504 case GSM48_LUPD_IMSI_ATT:
Harald Welteffa55a42009-12-22 19:07:32 +0100505 counter_inc(bts->network->stats.loc_upd_type.attach);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100506 break;
507 case GSM48_LUPD_PERIODIC:
Harald Welteffa55a42009-12-22 19:07:32 +0100508 counter_inc(bts->network->stats.loc_upd_type.periodic);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100509 break;
510 }
511
Holger Freythereaf04692009-06-06 13:54:44 +0000512 /*
513 * Pseudo Spoof detection: Just drop a second/concurrent
514 * location updating request.
515 */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100516 if (conn->loc_operation) {
Harald Weltea0368542009-06-27 02:58:43 +0200517 DEBUGPC(DMM, "ignoring request due an existing one: %p.\n",
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100518 conn->loc_operation);
Holger Hans Peter Freyther7bc5ba32010-06-15 14:09:34 +0800519 gsm0408_loc_upd_rej(conn, GSM48_REJECT_PROTOCOL_ERROR);
Holger Freythereaf04692009-06-06 13:54:44 +0000520 return 0;
521 }
522
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800523 allocate_loc_updating_req(conn);
Holger Freyther73487a22008-12-31 18:53:57 +0000524
Sylvain Munaut2030a2a2010-06-10 13:36:59 +0200525 conn->loc_operation->key_seq = lu->key_seq;
526
Harald Welte52b1f982008-12-23 20:25:15 +0000527 switch (mi_type) {
528 case GSM_MI_TYPE_IMSI:
Harald Weltea0368542009-06-27 02:58:43 +0200529 DEBUGPC(DMM, "\n");
Harald Welte231ad4f2008-12-27 11:15:38 +0000530 /* we always want the IMEI, too */
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800531 rc = mm_tx_identity_req(conn, GSM_MI_TYPE_IMEI);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100532 conn->loc_operation->waiting_for_imei = 1;
Holger Freytherc6ea9db2008-12-30 19:18:21 +0000533
Jan Luebbe370b41d2009-08-12 10:19:34 +0200534 /* look up subscriber based on IMSI, create if not found */
535 subscr = subscr_get_by_imsi(bts->network, mi_string);
536 if (!subscr) {
537 subscr = db_create_subscriber(bts->network, mi_string);
538 }
Harald Welte4b634542008-12-27 01:55:51 +0000539 break;
Harald Welte52b1f982008-12-23 20:25:15 +0000540 case GSM_MI_TYPE_TMSI:
Harald Weltea0368542009-06-27 02:58:43 +0200541 DEBUGPC(DMM, "\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000542 /* look up the subscriber based on TMSI, request IMSI if it fails */
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +0200543 subscr = subscr_get_by_tmsi(bts->network,
544 tmsi_from_string(mi_string));
Harald Welte52b1f982008-12-23 20:25:15 +0000545 if (!subscr) {
Harald Welte231ad4f2008-12-27 11:15:38 +0000546 /* send IDENTITY REQUEST message to get IMSI */
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800547 rc = mm_tx_identity_req(conn, GSM_MI_TYPE_IMSI);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100548 conn->loc_operation->waiting_for_imsi = 1;
Harald Welte52b1f982008-12-23 20:25:15 +0000549 }
Harald Weltef5f512c2010-06-07 17:56:32 +0200550 /* we always want the IMEI, too */
Holger Hans Peter Freytherd521d972010-06-15 14:11:01 +0800551 rc = mm_tx_identity_req(conn, GSM_MI_TYPE_IMEI);
Harald Weltef5f512c2010-06-07 17:56:32 +0200552 conn->loc_operation->waiting_for_imei = 1;
Harald Welte52b1f982008-12-23 20:25:15 +0000553 break;
554 case GSM_MI_TYPE_IMEI:
555 case GSM_MI_TYPE_IMEISV:
556 /* no sim card... FIXME: what to do ? */
Harald Weltea0368542009-06-27 02:58:43 +0200557 DEBUGPC(DMM, "unimplemented mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000558 break;
559 default:
Harald Weltea0368542009-06-27 02:58:43 +0200560 DEBUGPC(DMM, "unknown mobile identity type\n");
Harald Welte52b1f982008-12-23 20:25:15 +0000561 break;
562 }
563
Harald Welte24516ea2009-07-04 10:18:00 +0200564 /* schedule the reject timer */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100565 schedule_reject(conn);
Harald Welte24516ea2009-07-04 10:18:00 +0200566
Harald Welte4bfdfe72009-06-10 23:11:52 +0800567 if (!subscr) {
Harald Weltea0368542009-06-27 02:58:43 +0200568 DEBUGPC(DRR, "<- Can't find any subscriber for this ID\n");
Harald Welte4bfdfe72009-06-10 23:11:52 +0800569 /* FIXME: request id? close channel? */
570 return -EINVAL;
571 }
572
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100573 conn->subscr = subscr;
574 conn->subscr->equipment.classmark1 = lu->classmark1;
Harald Welte255539c2008-12-28 02:26:27 +0000575
Harald Welte24516ea2009-07-04 10:18:00 +0200576 /* check if we can let the subscriber into our network immediately
577 * or if we need to wait for identity responses. */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100578 return gsm0408_authorize(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000579}
580
Harald Welte4bfdfe72009-06-10 23:11:52 +0800581#if 0
582static u_int8_t to_bcd8(u_int8_t val)
583{
584 return ((val / 10) << 4) | (val % 10);
585}
586#endif
587
Harald Weltedb253af2008-12-30 17:56:55 +0000588/* Section 9.2.15a */
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800589int gsm48_tx_mm_info(struct gsm_subscriber_connection *conn)
Harald Weltedb253af2008-12-30 17:56:55 +0000590{
591 struct msgb *msg = gsm48_msgb_alloc();
592 struct gsm48_hdr *gh;
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800593 struct gsm_network *net = conn->bts->network;
Harald Weltedb253af2008-12-30 17:56:55 +0000594 u_int8_t *ptr8;
Daniel Willmanneea93372009-08-13 03:42:07 +0200595 int name_len, name_pad;
Harald Welte4bfdfe72009-06-10 23:11:52 +0800596#if 0
597 time_t cur_t;
598 struct tm* cur_time;
599 int tz15min;
600#endif
Harald Weltedb253af2008-12-30 17:56:55 +0000601
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800602 msg->lchan = conn->lchan;
Harald Weltedb253af2008-12-30 17:56:55 +0000603
604 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
605 gh->proto_discr = GSM48_PDISC_MM;
606 gh->msg_type = GSM48_MT_MM_INFO;
607
608 if (net->name_long) {
Daniel Willmanneea93372009-08-13 03:42:07 +0200609#if 0
Harald Weltedb253af2008-12-30 17:56:55 +0000610 name_len = strlen(net->name_long);
611 /* 10.5.3.5a */
612 ptr8 = msgb_put(msg, 3);
613 ptr8[0] = GSM48_IE_NAME_LONG;
614 ptr8[1] = name_len*2 +1;
615 ptr8[2] = 0x90; /* UCS2, no spare bits, no CI */
616
617 ptr16 = (u_int16_t *) msgb_put(msg, name_len*2);
618 for (i = 0; i < name_len; i++)
Harald Welte179f0642008-12-31 23:59:18 +0000619 ptr16[i] = htons(net->name_long[i]);
Harald Weltedb253af2008-12-30 17:56:55 +0000620
621 /* FIXME: Use Cell Broadcast, not UCS-2, since
622 * UCS-2 is only supported by later revisions of the spec */
Daniel Willmanneea93372009-08-13 03:42:07 +0200623#endif
624 name_len = (strlen(net->name_long)*7)/8;
625 name_pad = (8 - strlen(net->name_long)*7)%8;
626 if (name_pad > 0)
627 name_len++;
628 /* 10.5.3.5a */
629 ptr8 = msgb_put(msg, 3);
630 ptr8[0] = GSM48_IE_NAME_LONG;
631 ptr8[1] = name_len +1;
632 ptr8[2] = 0x80 | name_pad; /* Cell Broadcast DCS, no CI */
633
634 ptr8 = msgb_put(msg, name_len);
635 gsm_7bit_encode(ptr8, net->name_long);
636
Harald Weltedb253af2008-12-30 17:56:55 +0000637 }
638
639 if (net->name_short) {
Daniel Willmanneea93372009-08-13 03:42:07 +0200640#if 0
Harald Weltedb253af2008-12-30 17:56:55 +0000641 name_len = strlen(net->name_short);
642 /* 10.5.3.5a */
643 ptr8 = (u_int8_t *) msgb_put(msg, 3);
Harald Welte7543eb72009-07-19 17:51:36 +0200644 ptr8[0] = GSM48_IE_NAME_SHORT;
Harald Weltedb253af2008-12-30 17:56:55 +0000645 ptr8[1] = name_len*2 + 1;
646 ptr8[2] = 0x90; /* UCS2, no spare bits, no CI */
647
Harald Weltee872cb12009-01-01 00:33:37 +0000648 ptr16 = (u_int16_t *) msgb_put(msg, name_len*2);
Harald Weltedb253af2008-12-30 17:56:55 +0000649 for (i = 0; i < name_len; i++)
Harald Welte179f0642008-12-31 23:59:18 +0000650 ptr16[i] = htons(net->name_short[i]);
Daniel Willmanneea93372009-08-13 03:42:07 +0200651#endif
652 name_len = (strlen(net->name_short)*7)/8;
653 name_pad = (8 - strlen(net->name_short)*7)%8;
654 if (name_pad > 0)
655 name_len++;
656 /* 10.5.3.5a */
657 ptr8 = (u_int8_t *) msgb_put(msg, 3);
658 ptr8[0] = GSM48_IE_NAME_SHORT;
659 ptr8[1] = name_len +1;
660 ptr8[2] = 0x80 | name_pad; /* Cell Broadcast DCS, no CI */
661
662 ptr8 = msgb_put(msg, name_len);
663 gsm_7bit_encode(ptr8, net->name_short);
664
Harald Weltedb253af2008-12-30 17:56:55 +0000665 }
666
667#if 0
668 /* Section 10.5.3.9 */
669 cur_t = time(NULL);
Harald Welte4bfdfe72009-06-10 23:11:52 +0800670 cur_time = gmtime(&cur_t);
Harald Weltedb253af2008-12-30 17:56:55 +0000671 ptr8 = msgb_put(msg, 8);
672 ptr8[0] = GSM48_IE_NET_TIME_TZ;
673 ptr8[1] = to_bcd8(cur_time->tm_year % 100);
674 ptr8[2] = to_bcd8(cur_time->tm_mon);
675 ptr8[3] = to_bcd8(cur_time->tm_mday);
676 ptr8[4] = to_bcd8(cur_time->tm_hour);
677 ptr8[5] = to_bcd8(cur_time->tm_min);
678 ptr8[6] = to_bcd8(cur_time->tm_sec);
679 /* 02.42: coded as BCD encoded signed value in units of 15 minutes */
680 tz15min = (cur_time->tm_gmtoff)/(60*15);
Harald Welte4bfdfe72009-06-10 23:11:52 +0800681 ptr8[7] = to_bcd8(tz15min);
Harald Weltedb253af2008-12-30 17:56:55 +0000682 if (tz15min < 0)
Harald Welte4bfdfe72009-06-10 23:11:52 +0800683 ptr8[7] |= 0x80;
Harald Weltedb253af2008-12-30 17:56:55 +0000684#endif
685
Daniel Willmanneea93372009-08-13 03:42:07 +0200686 DEBUGP(DMM, "-> MM INFO\n");
687
Holger Hans Peter Freyther91401742010-06-15 14:16:02 +0800688 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Weltedb253af2008-12-30 17:56:55 +0000689}
690
Harald Welte7984d5c2009-08-12 22:56:50 +0200691/* Section 9.2.2 */
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800692int gsm48_tx_mm_auth_req(struct gsm_subscriber_connection *conn, u_int8_t *rand, int key_seq)
Harald Welte7984d5c2009-08-12 22:56:50 +0200693{
694 struct msgb *msg = gsm48_msgb_alloc();
695 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Sylvain Munaut849f5542009-09-27 11:10:17 +0200696 struct gsm48_auth_req *ar = (struct gsm48_auth_req *) msgb_put(msg, sizeof(*ar));
Harald Welte7984d5c2009-08-12 22:56:50 +0200697
Sylvain Munaut8608e7c2009-12-24 00:24:29 +0100698 DEBUGP(DMM, "-> AUTH REQ (rand = %s)\n", hexdump(rand, 16));
Harald Welte7984d5c2009-08-12 22:56:50 +0200699
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800700 msg->lchan = conn->lchan;
Harald Welte7984d5c2009-08-12 22:56:50 +0200701 gh->proto_discr = GSM48_PDISC_MM;
702 gh->msg_type = GSM48_MT_MM_AUTH_REQ;
703
Sylvain Munautbd55a6d2009-12-24 00:23:46 +0100704 ar->key_seq = key_seq;
Sylvain Munaut849f5542009-09-27 11:10:17 +0200705
Harald Welte7984d5c2009-08-12 22:56:50 +0200706 /* 16 bytes RAND parameters */
Harald Welte7984d5c2009-08-12 22:56:50 +0200707 if (rand)
Sylvain Munaut849f5542009-09-27 11:10:17 +0200708 memcpy(ar->rand, rand, 16);
Harald Welte7984d5c2009-08-12 22:56:50 +0200709
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800710 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte7984d5c2009-08-12 22:56:50 +0200711}
712
713/* Section 9.2.1 */
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800714int gsm48_tx_mm_auth_rej(struct gsm_subscriber_connection *conn)
Harald Welte7984d5c2009-08-12 22:56:50 +0200715{
716 DEBUGP(DMM, "-> AUTH REJECT\n");
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800717 return gsm48_tx_simple(conn, GSM48_PDISC_MM, GSM48_MT_MM_AUTH_REJ);
Harald Welte7984d5c2009-08-12 22:56:50 +0200718}
719
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800720static int gsm48_tx_mm_serv_ack(struct gsm_subscriber_connection *conn)
Harald Welte4b634542008-12-27 01:55:51 +0000721{
Harald Welte4b634542008-12-27 01:55:51 +0000722 DEBUGP(DMM, "-> CM SERVICE ACK\n");
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +0800723 return gsm48_tx_simple(conn, GSM48_PDISC_MM, GSM48_MT_MM_CM_SERV_ACC);
Harald Welte4b634542008-12-27 01:55:51 +0000724}
Harald Welteba4cf162009-01-10 01:49:35 +0000725
726/* 9.2.6 CM service reject */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100727static int gsm48_tx_mm_serv_rej(struct gsm_subscriber_connection *conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000728 enum gsm48_reject_value value)
729{
Holger Hans Peter Freyther2c0f1662010-06-15 19:39:27 +0800730 struct msgb *msg;
Harald Welteba4cf162009-01-10 01:49:35 +0000731
Holger Hans Peter Freyther2c0f1662010-06-15 19:39:27 +0800732 msg = gsm48_create_mm_serv_rej(value);
733 if (!msg) {
734 LOGP(DMM, LOGL_ERROR, "Failed to allocate CM Service Reject.\n");
735 return -1;
736 }
Harald Welteba4cf162009-01-10 01:49:35 +0000737
Holger Hans Peter Freyther2c0f1662010-06-15 19:39:27 +0800738 DEBUGP(DMM, "-> CM SERVICE Reject cause: %d\n", value);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +0100739 msg->lchan = conn->lchan;
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +0800740 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welteba4cf162009-01-10 01:49:35 +0000741}
742
Sylvain Munautba87f452009-12-24 00:28:46 +0100743static int _gsm48_rx_mm_serv_req_sec_cb(
744 unsigned int hooknum, unsigned int event,
745 struct msgb *msg, void *data, void *param)
746{
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800747 struct gsm_subscriber_connection *conn = data;
Sylvain Munautba87f452009-12-24 00:28:46 +0100748 int rc = 0;
749
750 switch (event) {
751 case GSM_SECURITY_AUTH_FAILED:
752 /* Nothing to do */
753 break;
754
755 case GSM_SECURITY_NOAVAIL:
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800756 rc = gsm48_tx_mm_serv_ack(conn);
Sylvain Munautba87f452009-12-24 00:28:46 +0100757 break;
758
759 case GSM_SECURITY_SUCCEEDED:
760 /* nothing to do. CIPHER MODE COMMAND is
761 * implicit CM SERV ACK */
762 break;
763
764 default:
765 rc = -EINVAL;
766 };
767
768 return rc;
769}
770
Harald Welte4ed0e922009-01-10 03:17:30 +0000771/*
772 * Handle CM Service Requests
773 * a) Verify that the packet is long enough to contain the information
774 * we require otherwsie reject with INCORRECT_MESSAGE
775 * b) Try to parse the TMSI. If we do not have one reject
776 * c) Check that we know the subscriber with the TMSI otherwise reject
777 * with a HLR cause
778 * d) Set the subscriber on the gsm_lchan and accept
779 */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800780static int gsm48_rx_mm_serv_req(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte4b634542008-12-27 01:55:51 +0000781{
Harald Welteba4cf162009-01-10 01:49:35 +0000782 u_int8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200783 char mi_string[GSM48_MI_SIZE];
Harald Welte4b634542008-12-27 01:55:51 +0000784
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800785 struct gsm_bts *bts = conn->bts;
Harald Welteba4cf162009-01-10 01:49:35 +0000786 struct gsm_subscriber *subscr;
787 struct gsm48_hdr *gh = msgb_l3(msg);
788 struct gsm48_service_request *req =
789 (struct gsm48_service_request *)gh->data;
Holger Hans Peter Freyther5d658062010-05-14 08:02:08 +0800790 /* unfortunately in Phase1 the classmark2 length is variable */
Harald Weltec9e02182009-05-01 19:07:53 +0000791 u_int8_t classmark2_len = gh->data[1];
792 u_int8_t *classmark2 = gh->data+2;
793 u_int8_t mi_len = *(classmark2 + classmark2_len);
794 u_int8_t *mi = (classmark2 + classmark2_len + 1);
Harald Welteba4cf162009-01-10 01:49:35 +0000795
Harald Weltec9e02182009-05-01 19:07:53 +0000796 DEBUGP(DMM, "<- CM SERVICE REQUEST ");
Harald Welteba4cf162009-01-10 01:49:35 +0000797 if (msg->data_len < sizeof(struct gsm48_service_request*)) {
Harald Weltec9e02182009-05-01 19:07:53 +0000798 DEBUGPC(DMM, "wrong sized message\n");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800799 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000800 GSM48_REJECT_INCORRECT_MESSAGE);
801 }
802
803 if (msg->data_len < req->mi_len + 6) {
Harald Weltec9e02182009-05-01 19:07:53 +0000804 DEBUGPC(DMM, "does not fit in packet\n");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800805 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000806 GSM48_REJECT_INCORRECT_MESSAGE);
807 }
808
Harald Weltec9e02182009-05-01 19:07:53 +0000809 mi_type = mi[0] & GSM_MI_TYPE_MASK;
Harald Welteba4cf162009-01-10 01:49:35 +0000810 if (mi_type != GSM_MI_TYPE_TMSI) {
Harald Weltec9e02182009-05-01 19:07:53 +0000811 DEBUGPC(DMM, "mi_type is not TMSI: %d\n", mi_type);
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800812 return gsm48_tx_mm_serv_rej(conn,
Harald Welteba4cf162009-01-10 01:49:35 +0000813 GSM48_REJECT_INCORRECT_MESSAGE);
814 }
815
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200816 gsm48_mi_to_string(mi_string, sizeof(mi_string), mi, mi_len);
Harald Weltec9e02182009-05-01 19:07:53 +0000817 DEBUGPC(DMM, "serv_type=0x%02x mi_type=0x%02x M(%s)\n",
Harald Welte4ed0e922009-01-10 03:17:30 +0000818 req->cm_service_type, mi_type, mi_string);
Harald Weltebcae43f2008-12-27 21:45:37 +0000819
Harald Welte7659de12009-12-13 12:39:18 +0100820 dispatch_signal(SS_SUBSCR, S_SUBSCR_IDENTITY, (classmark2 + classmark2_len));
821
Harald Welte3ac7f102009-08-10 10:12:45 +0200822 if (is_siemens_bts(bts))
823 send_siemens_mrpci(msg->lchan, classmark2-1);
824
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +0200825 subscr = subscr_get_by_tmsi(bts->network,
826 tmsi_from_string(mi_string));
Holger Freythereb443982009-06-04 13:58:42 +0000827
Harald Welte2a139372009-02-22 21:14:55 +0000828 /* FIXME: if we don't know the TMSI, inquire abit IMSI and allocate new TMSI */
Harald Welte4ed0e922009-01-10 03:17:30 +0000829 if (!subscr)
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800830 return gsm48_tx_mm_serv_rej(conn,
Harald Welte4ed0e922009-01-10 03:17:30 +0000831 GSM48_REJECT_IMSI_UNKNOWN_IN_HLR);
832
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800833 if (!conn->subscr)
834 conn->subscr = subscr;
835 else if (conn->subscr == subscr)
Sylvain Munautea3f6742009-12-18 18:28:10 +0100836 subscr_put(subscr); /* lchan already has a ref, don't need another one */
837 else {
Harald Welte9bb7c702009-01-10 03:21:41 +0000838 DEBUGP(DMM, "<- CM Channel already owned by someone else?\n");
839 subscr_put(subscr);
840 }
841
Harald Weltec2e302d2009-07-05 14:08:13 +0200842 subscr->equipment.classmark2_len = classmark2_len;
843 memcpy(subscr->equipment.classmark2, classmark2, classmark2_len);
844 db_sync_equipment(&subscr->equipment);
Harald Weltef7c43522009-06-09 20:24:21 +0000845
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800846 return gsm48_secure_channel(conn, req->cipher_key_seq,
Sylvain Munautba87f452009-12-24 00:28:46 +0100847 _gsm48_rx_mm_serv_req_sec_cb, NULL);
Harald Welte4b634542008-12-27 01:55:51 +0000848}
849
Harald Welte2a139372009-02-22 21:14:55 +0000850static int gsm48_rx_mm_imsi_detach_ind(struct msgb *msg)
851{
Harald Welte9176bd42009-07-23 18:46:00 +0200852 struct gsm_bts *bts = msg->lchan->ts->trx->bts;
Harald Welte2a139372009-02-22 21:14:55 +0000853 struct gsm48_hdr *gh = msgb_l3(msg);
854 struct gsm48_imsi_detach_ind *idi =
855 (struct gsm48_imsi_detach_ind *) gh->data;
856 u_int8_t mi_type = idi->mi[0] & GSM_MI_TYPE_MASK;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200857 char mi_string[GSM48_MI_SIZE];
Harald Welte4bfdfe72009-06-10 23:11:52 +0800858 struct gsm_subscriber *subscr = NULL;
Harald Welte2a139372009-02-22 21:14:55 +0000859
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +0200860 gsm48_mi_to_string(mi_string, sizeof(mi_string), idi->mi, idi->mi_len);
Harald Welte2a139372009-02-22 21:14:55 +0000861 DEBUGP(DMM, "IMSI DETACH INDICATION: mi_type=0x%02x MI(%s): ",
862 mi_type, mi_string);
863
Harald Welteffa55a42009-12-22 19:07:32 +0100864 counter_inc(bts->network->stats.loc_upd_type.detach);
Harald Welte24ff6ee2009-12-22 00:41:05 +0100865
Harald Welte2a139372009-02-22 21:14:55 +0000866 switch (mi_type) {
867 case GSM_MI_TYPE_TMSI:
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +0200868 subscr = subscr_get_by_tmsi(bts->network,
869 tmsi_from_string(mi_string));
Harald Welte2a139372009-02-22 21:14:55 +0000870 break;
871 case GSM_MI_TYPE_IMSI:
Harald Welte9176bd42009-07-23 18:46:00 +0200872 subscr = subscr_get_by_imsi(bts->network, mi_string);
Harald Welte2a139372009-02-22 21:14:55 +0000873 break;
874 case GSM_MI_TYPE_IMEI:
875 case GSM_MI_TYPE_IMEISV:
876 /* no sim card... FIXME: what to do ? */
Holger Freyther79f4ae62009-06-02 03:25:04 +0000877 DEBUGPC(DMM, "unimplemented mobile identity type\n");
Harald Welte2a139372009-02-22 21:14:55 +0000878 break;
879 default:
Holger Freyther79f4ae62009-06-02 03:25:04 +0000880 DEBUGPC(DMM, "unknown mobile identity type\n");
Harald Welte2a139372009-02-22 21:14:55 +0000881 break;
882 }
883
Holger Freyther4a49e772009-04-12 05:37:29 +0000884 if (subscr) {
885 subscr_update(subscr, msg->trx->bts,
886 GSM_SUBSCRIBER_UPDATE_DETACHED);
Harald Welte2e6d4682009-12-24 14:50:24 +0100887 DEBUGP(DMM, "Subscriber: %s\n", subscr_name(subscr));
Harald Welte (local)ee4410a2009-08-17 09:39:55 +0200888
889 subscr->equipment.classmark1 = idi->classmark1;
890 db_sync_equipment(&subscr->equipment);
891
Holger Freytherc21cfbc2009-06-02 02:54:57 +0000892 subscr_put(subscr);
Holger Freyther4a49e772009-04-12 05:37:29 +0000893 } else
Harald Welte2a139372009-02-22 21:14:55 +0000894 DEBUGP(DMM, "Unknown Subscriber ?!?\n");
895
Harald Welte31981a02009-12-20 09:58:40 +0100896 /* FIXME: iterate over all transactions and release them,
897 * imagine an IMSI DETACH happening during an active call! */
898
Harald Welteb83d9382009-12-12 21:00:48 +0100899 /* subscriber is detached: should we release lchan? */
Harald Welte2a139372009-02-22 21:14:55 +0000900 return 0;
901}
902
Harald Welted2a7f5a2009-06-05 20:08:20 +0000903static int gsm48_rx_mm_status(struct msgb *msg)
904{
905 struct gsm48_hdr *gh = msgb_l3(msg);
906
907 DEBUGP(DMM, "MM STATUS (reject cause 0x%02x)\n", gh->data[0]);
908
909 return 0;
910}
911
Sylvain Munaut30a15382009-12-24 00:27:26 +0100912/* Chapter 9.2.3: Authentication Response */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800913static int gsm48_rx_mm_auth_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Sylvain Munaut30a15382009-12-24 00:27:26 +0100914{
915 struct gsm48_hdr *gh = msgb_l3(msg);
916 struct gsm48_auth_resp *ar = (struct gsm48_auth_resp*) gh->data;
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800917 struct gsm_network *net = conn->bts->network;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100918
Sylvain Munautc593cf12010-06-10 23:51:41 +0200919 DEBUGP(DMM, "MM AUTHENTICATION RESPONSE (sres = %s): ",
Sylvain Munaut30a15382009-12-24 00:27:26 +0100920 hexdump(ar->sres, 4));
921
922 /* Safety check */
923 if (!conn->sec_operation) {
924 DEBUGP(DMM, "No authentication/cipher operation in progress !!!\n");
925 return -EIO;
926 }
927
928 /* Validate SRES */
929 if (memcmp(conn->sec_operation->atuple.sres, ar->sres,4)) {
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +0100930 int rc;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100931 gsm_cbfn *cb = conn->sec_operation->cb;
Sylvain Munautc593cf12010-06-10 23:51:41 +0200932
933 DEBUGPC(DMM, "Invalid (expected %s)\n",
934 hexdump(conn->sec_operation->atuple.sres, 4));
935
Sylvain Munaut30a15382009-12-24 00:27:26 +0100936 if (cb)
937 cb(GSM_HOOK_RR_SECURITY, GSM_SECURITY_AUTH_FAILED,
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +0800938 NULL, conn, conn->sec_operation->cb_data);
Sylvain Munaut30a15382009-12-24 00:27:26 +0100939
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +0100940 rc = gsm48_tx_mm_auth_rej(conn);
Sylvain Munaut30a15382009-12-24 00:27:26 +0100941 release_security_operation(conn);
Holger Hans Peter Freyther59f787a2010-12-27 10:57:56 +0100942 return rc;
Sylvain Munaut30a15382009-12-24 00:27:26 +0100943 }
944
Sylvain Munautc593cf12010-06-10 23:51:41 +0200945 DEBUGPC(DMM, "OK\n");
946
Sylvain Munaut30a15382009-12-24 00:27:26 +0100947 /* Start ciphering */
Sylvain Munaut67706df2010-11-29 08:19:04 +0100948 return gsm0808_cipher_mode(conn, net->a5_encryption,
949 conn->sec_operation->atuple.kc, 8, 0);
Sylvain Munaut30a15382009-12-24 00:27:26 +0100950}
951
Harald Weltebf5e8df2009-02-03 12:59:45 +0000952/* Receive a GSM 04.08 Mobility Management (MM) message */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800953static int gsm0408_rcv_mm(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +0000954{
955 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +0800956 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +0000957
958 switch (gh->msg_type & 0xbf) {
959 case GSM48_MT_MM_LOC_UPD_REQUEST:
Harald Weltea0368542009-06-27 02:58:43 +0200960 DEBUGP(DMM, "LOCATION UPDATING REQUEST: ");
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800961 rc = mm_rx_loc_upd_req(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000962 break;
963 case GSM48_MT_MM_ID_RESP:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800964 rc = mm_rx_id_resp(conn, msg);
Harald Welte231ad4f2008-12-27 11:15:38 +0000965 break;
Harald Welte52b1f982008-12-23 20:25:15 +0000966 case GSM48_MT_MM_CM_SERV_REQ:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800967 rc = gsm48_rx_mm_serv_req(conn, msg);
Harald Welte4b634542008-12-27 01:55:51 +0000968 break;
Harald Welte231ad4f2008-12-27 11:15:38 +0000969 case GSM48_MT_MM_STATUS:
Harald Welted2a7f5a2009-06-05 20:08:20 +0000970 rc = gsm48_rx_mm_status(msg);
Harald Welte231ad4f2008-12-27 11:15:38 +0000971 break;
Harald Welte231ad4f2008-12-27 11:15:38 +0000972 case GSM48_MT_MM_TMSI_REALL_COMPL:
Harald Welte69b2af22009-01-06 19:47:00 +0000973 DEBUGP(DMM, "TMSI Reallocation Completed. Subscriber: %s\n",
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800974 conn->subscr ?
975 subscr_name(conn->subscr) :
Harald Welte69b2af22009-01-06 19:47:00 +0000976 "unknown subscriber");
Holger Hans Peter Freytherd4e68722010-12-22 12:11:01 +0100977 release_loc_updating_req(conn);
Harald Welte69b2af22009-01-06 19:47:00 +0000978 break;
Harald Welte231ad4f2008-12-27 11:15:38 +0000979 case GSM48_MT_MM_IMSI_DETACH_IND:
Harald Welte2a139372009-02-22 21:14:55 +0000980 rc = gsm48_rx_mm_imsi_detach_ind(msg);
981 break;
982 case GSM48_MT_MM_CM_REEST_REQ:
983 DEBUGP(DMM, "CM REESTABLISH REQUEST: Not implemented\n");
984 break;
985 case GSM48_MT_MM_AUTH_RESP:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +0800986 rc = gsm48_rx_mm_auth_resp(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +0000987 break;
988 default:
Harald Welte5d24ba12009-12-24 12:13:17 +0100989 LOGP(DMM, LOGL_NOTICE, "Unknown GSM 04.08 MM msg type 0x%02x\n",
Harald Welte52b1f982008-12-23 20:25:15 +0000990 gh->msg_type);
991 break;
992 }
993
994 return rc;
995}
Harald Weltebf5e8df2009-02-03 12:59:45 +0000996
Harald Welte2d35ae62009-02-06 12:02:13 +0000997/* Receive a PAGING RESPONSE message from the MS */
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +0800998static int gsm48_rx_rr_pag_resp(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte2d35ae62009-02-06 12:02:13 +0000999{
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001000 struct gsm_bts *bts = conn->bts;
Harald Welte2d35ae62009-02-06 12:02:13 +00001001 struct gsm48_hdr *gh = msgb_l3(msg);
Holger Hans Peter Freytherf6903de2010-05-16 01:51:14 +08001002 struct gsm48_pag_resp *resp;
Harald Welte61548982009-02-22 21:26:29 +00001003 u_int8_t *classmark2_lv = gh->data + 1;
Holger Hans Peter Freyther3ee5d3e2009-08-21 05:18:21 +02001004 u_int8_t mi_type;
Holger Hans Peter Freytherd1862d72009-08-19 07:54:59 +02001005 char mi_string[GSM48_MI_SIZE];
Harald Welte4bfdfe72009-06-10 23:11:52 +08001006 struct gsm_subscriber *subscr = NULL;
Harald Welte2d35ae62009-02-06 12:02:13 +00001007 int rc = 0;
1008
Holger Hans Peter Freytherf6903de2010-05-16 01:51:14 +08001009 resp = (struct gsm48_pag_resp *) &gh->data[0];
1010 gsm48_paging_extract_mi(resp, msgb_l3len(msg) - sizeof(*gh),
1011 mi_string, &mi_type);
Harald Welte2d35ae62009-02-06 12:02:13 +00001012 DEBUGP(DRR, "PAGING RESPONSE: mi_type=0x%02x MI(%s)\n",
1013 mi_type, mi_string);
Harald Welte3ac7f102009-08-10 10:12:45 +02001014
Harald Weltefe18d8f2009-02-22 21:14:24 +00001015 switch (mi_type) {
1016 case GSM_MI_TYPE_TMSI:
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +02001017 subscr = subscr_get_by_tmsi(bts->network,
1018 tmsi_from_string(mi_string));
Harald Weltefe18d8f2009-02-22 21:14:24 +00001019 break;
1020 case GSM_MI_TYPE_IMSI:
Harald Welte9176bd42009-07-23 18:46:00 +02001021 subscr = subscr_get_by_imsi(bts->network, mi_string);
Harald Weltefe18d8f2009-02-22 21:14:24 +00001022 break;
1023 }
Harald Welte2d35ae62009-02-06 12:02:13 +00001024
1025 if (!subscr) {
1026 DEBUGP(DRR, "<- Can't find any subscriber for this ID\n");
Harald Welte09e38af2009-02-16 22:52:23 +00001027 /* FIXME: request id? close channel? */
Harald Welte2d35ae62009-02-06 12:02:13 +00001028 return -EINVAL;
1029 }
1030 DEBUGP(DRR, "<- Channel was requested by %s\n",
Harald Welte76042182009-08-08 16:03:15 +02001031 subscr->name && strlen(subscr->name) ? subscr->name : subscr->imsi);
Holger Freyther053e09d2009-02-14 22:51:06 +00001032
Harald Weltec2e302d2009-07-05 14:08:13 +02001033 subscr->equipment.classmark2_len = *classmark2_lv;
1034 memcpy(subscr->equipment.classmark2, classmark2_lv+1, *classmark2_lv);
1035 db_sync_equipment(&subscr->equipment);
Harald Weltef7c43522009-06-09 20:24:21 +00001036
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001037 rc = gsm48_handle_paging_resp(conn, msg, subscr);
Harald Welte2d35ae62009-02-06 12:02:13 +00001038 return rc;
1039}
1040
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001041static int gsm48_rx_rr_classmark(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Weltef7c43522009-06-09 20:24:21 +00001042{
1043 struct gsm48_hdr *gh = msgb_l3(msg);
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001044 struct gsm_subscriber *subscr = conn->subscr;
Harald Weltef7c43522009-06-09 20:24:21 +00001045 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
1046 u_int8_t cm2_len, cm3_len = 0;
1047 u_int8_t *cm2, *cm3 = NULL;
1048
1049 DEBUGP(DRR, "CLASSMARK CHANGE ");
1050
1051 /* classmark 2 */
1052 cm2_len = gh->data[0];
1053 cm2 = &gh->data[1];
1054 DEBUGPC(DRR, "CM2(len=%u) ", cm2_len);
1055
1056 if (payload_len > cm2_len + 1) {
1057 /* we must have a classmark3 */
1058 if (gh->data[cm2_len+1] != 0x20) {
1059 DEBUGPC(DRR, "ERR CM3 TAG\n");
1060 return -EINVAL;
1061 }
1062 if (cm2_len > 3) {
1063 DEBUGPC(DRR, "CM2 too long!\n");
1064 return -EINVAL;
1065 }
1066
1067 cm3_len = gh->data[cm2_len+2];
1068 cm3 = &gh->data[cm2_len+3];
1069 if (cm3_len > 14) {
1070 DEBUGPC(DRR, "CM3 len %u too long!\n", cm3_len);
1071 return -EINVAL;
1072 }
1073 DEBUGPC(DRR, "CM3(len=%u)\n", cm3_len);
1074 }
1075 if (subscr) {
Harald Weltec2e302d2009-07-05 14:08:13 +02001076 subscr->equipment.classmark2_len = cm2_len;
1077 memcpy(subscr->equipment.classmark2, cm2, cm2_len);
Harald Weltef7c43522009-06-09 20:24:21 +00001078 if (cm3) {
Harald Weltec2e302d2009-07-05 14:08:13 +02001079 subscr->equipment.classmark3_len = cm3_len;
1080 memcpy(subscr->equipment.classmark3, cm3, cm3_len);
Harald Weltef7c43522009-06-09 20:24:21 +00001081 }
Harald Weltec2e302d2009-07-05 14:08:13 +02001082 db_sync_equipment(&subscr->equipment);
Harald Weltef7c43522009-06-09 20:24:21 +00001083 }
1084
Harald Weltef7c43522009-06-09 20:24:21 +00001085 return 0;
1086}
1087
Harald Weltecf5b3592009-05-01 18:28:42 +00001088static int gsm48_rx_rr_status(struct msgb *msg)
1089{
1090 struct gsm48_hdr *gh = msgb_l3(msg);
1091
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001092 DEBUGP(DRR, "STATUS rr_cause = %s\n",
Harald Weltecf5b3592009-05-01 18:28:42 +00001093 rr_cause_name(gh->data[0]));
1094
1095 return 0;
1096}
1097
Harald Weltef7c43522009-06-09 20:24:21 +00001098static int gsm48_rx_rr_meas_rep(struct msgb *msg)
1099{
Harald Welted12b0fd2009-12-15 21:36:05 +01001100 struct gsm_meas_rep *meas_rep = lchan_next_meas_rep(msg->lchan);
Harald Weltef7c43522009-06-09 20:24:21 +00001101
Harald Welte3c7dc6e2009-11-29 19:07:28 +01001102 /* This shouldn't actually end up here, as RSL treats
1103 * L3 Info of 08.58 MEASUREMENT REPORT different by calling
1104 * directly into gsm48_parse_meas_rep */
1105 DEBUGP(DMEAS, "DIRECT GSM48 MEASUREMENT REPORT ?!? ");
Harald Welted12b0fd2009-12-15 21:36:05 +01001106 gsm48_parse_meas_rep(meas_rep, msg);
Harald Weltef7c43522009-06-09 20:24:21 +00001107
1108 return 0;
1109}
1110
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001111static int gsm48_rx_rr_app_info(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001112{
1113 struct gsm48_hdr *gh = msgb_l3(msg);
1114 u_int8_t apdu_id_flags;
1115 u_int8_t apdu_len;
1116 u_int8_t *apdu_data;
1117
1118 apdu_id_flags = gh->data[0];
1119 apdu_len = gh->data[1];
1120 apdu_data = gh->data+2;
1121
1122 DEBUGP(DNM, "RX APPLICATION INFO id/flags=0x%02x apdu_len=%u apdu=%s",
1123 apdu_id_flags, apdu_len, hexdump(apdu_data, apdu_len));
1124
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001125 return db_apdu_blob_store(conn->subscr, apdu_id_flags, apdu_len, apdu_data);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001126}
1127
Sylvain Munaut30a15382009-12-24 00:27:26 +01001128/* Chapter 9.1.10 Ciphering Mode Complete */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001129static int gsm48_rx_rr_ciph_m_compl(struct gsm_subscriber_connection *conn, struct msgb *msg)
Sylvain Munaut30a15382009-12-24 00:27:26 +01001130{
Sylvain Munaut30a15382009-12-24 00:27:26 +01001131 gsm_cbfn *cb;
1132 int rc = 0;
1133
1134 DEBUGP(DRR, "CIPHERING MODE COMPLETE\n");
1135
1136 /* Safety check */
1137 if (!conn->sec_operation) {
1138 DEBUGP(DRR, "No authentication/cipher operation in progress !!!\n");
1139 return -EIO;
1140 }
1141
1142 /* FIXME: check for MI (if any) */
1143
1144 /* Call back whatever was in progress (if anything) ... */
1145 cb = conn->sec_operation->cb;
1146 if (cb) {
1147 rc = cb(GSM_HOOK_RR_SECURITY, GSM_SECURITY_SUCCEEDED,
Holger Hans Peter Freyther228c1052010-06-16 12:47:59 +08001148 NULL, conn, conn->sec_operation->cb_data);
Sylvain Munaut30a15382009-12-24 00:27:26 +01001149 }
1150
1151 /* Complete the operation */
1152 release_security_operation(conn);
1153
1154 return rc;
1155}
1156
Harald Welted011e8b2009-11-29 22:45:52 +01001157/* Chapter 9.1.16 Handover complete */
Harald Welte1e191c52009-12-14 17:51:15 +01001158static int gsm48_rx_rr_ho_compl(struct msgb *msg)
Harald Welted011e8b2009-11-29 22:45:52 +01001159{
Holger Hans Peter Freyther08eebd52010-12-27 13:28:20 +01001160 struct lchan_signal_data sig;
Harald Welted011e8b2009-11-29 22:45:52 +01001161 struct gsm48_hdr *gh = msgb_l3(msg);
1162
1163 DEBUGP(DRR, "HANDOVER COMPLETE cause = %s\n",
1164 rr_cause_name(gh->data[0]));
1165
Holger Hans Peter Freyther08eebd52010-12-27 13:28:20 +01001166 sig.lchan = msg->lchan;
1167 sig.mr = NULL;
1168 dispatch_signal(SS_LCHAN, S_LCHAN_HANDOVER_COMPL, &sig);
Harald Welted011e8b2009-11-29 22:45:52 +01001169 /* FIXME: release old channel */
1170
1171 return 0;
1172}
1173
1174/* Chapter 9.1.17 Handover Failure */
Harald Welte1e191c52009-12-14 17:51:15 +01001175static int gsm48_rx_rr_ho_fail(struct msgb *msg)
Harald Welted011e8b2009-11-29 22:45:52 +01001176{
Holger Hans Peter Freyther08eebd52010-12-27 13:28:20 +01001177 struct lchan_signal_data sig;
Harald Welted011e8b2009-11-29 22:45:52 +01001178 struct gsm48_hdr *gh = msgb_l3(msg);
1179
1180 DEBUGP(DRR, "HANDOVER FAILED cause = %s\n",
1181 rr_cause_name(gh->data[0]));
1182
Holger Hans Peter Freyther08eebd52010-12-27 13:28:20 +01001183 sig.lchan = msg->lchan;
1184 sig.mr = NULL;
1185 dispatch_signal(SS_LCHAN, S_LCHAN_HANDOVER_FAIL, &sig);
Harald Welted011e8b2009-11-29 22:45:52 +01001186 /* FIXME: release allocated new channel */
1187
1188 return 0;
1189}
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001190
Harald Weltebf5e8df2009-02-03 12:59:45 +00001191/* Receive a GSM 04.08 Radio Resource (RR) message */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001192static int gsm0408_rcv_rr(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00001193{
1194 struct gsm48_hdr *gh = msgb_l3(msg);
Harald Welte2d35ae62009-02-06 12:02:13 +00001195 int rc = 0;
Harald Welte52b1f982008-12-23 20:25:15 +00001196
1197 switch (gh->msg_type) {
1198 case GSM48_MT_RR_CLSM_CHG:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001199 rc = gsm48_rx_rr_classmark(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00001200 break;
Harald Weltefc977a82008-12-27 10:19:37 +00001201 case GSM48_MT_RR_GPRS_SUSP_REQ:
1202 DEBUGP(DRR, "GRPS SUSPEND REQUEST\n");
1203 break;
Harald Welte52b1f982008-12-23 20:25:15 +00001204 case GSM48_MT_RR_PAG_RESP:
Holger Hans Peter Freytherdb4ef0d2010-06-21 10:46:44 +08001205 rc = gsm48_rx_rr_pag_resp(conn, msg);
Harald Welte2d35ae62009-02-06 12:02:13 +00001206 break;
Harald Weltecf5b3592009-05-01 18:28:42 +00001207 case GSM48_MT_RR_STATUS:
1208 rc = gsm48_rx_rr_status(msg);
1209 break;
Harald Weltef7c43522009-06-09 20:24:21 +00001210 case GSM48_MT_RR_MEAS_REP:
1211 rc = gsm48_rx_rr_meas_rep(msg);
1212 break;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001213 case GSM48_MT_RR_APP_INFO:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001214 rc = gsm48_rx_rr_app_info(conn, msg);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001215 break;
Harald Welte08d91a52009-08-30 15:37:11 +09001216 case GSM48_MT_RR_CIPH_M_COMPL:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08001217 rc = gsm48_rx_rr_ciph_m_compl(conn, msg);
Harald Welte08d91a52009-08-30 15:37:11 +09001218 break;
Harald Welteccd5a882009-11-29 20:02:20 +01001219 case GSM48_MT_RR_HANDO_COMPL:
Harald Welted011e8b2009-11-29 22:45:52 +01001220 rc = gsm48_rx_rr_ho_compl(msg);
Harald Welteccd5a882009-11-29 20:02:20 +01001221 break;
1222 case GSM48_MT_RR_HANDO_FAIL:
Harald Welted011e8b2009-11-29 22:45:52 +01001223 rc = gsm48_rx_rr_ho_fail(msg);
Harald Welteccd5a882009-11-29 20:02:20 +01001224 break;
Harald Welte52b1f982008-12-23 20:25:15 +00001225 default:
Harald Welte5d24ba12009-12-24 12:13:17 +01001226 LOGP(DRR, LOGL_NOTICE, "Unimplemented "
1227 "GSM 04.08 RR msg type 0x%02x\n", gh->msg_type);
Harald Welte52b1f982008-12-23 20:25:15 +00001228 break;
1229 }
1230
Harald Welte2d35ae62009-02-06 12:02:13 +00001231 return rc;
Harald Welte52b1f982008-12-23 20:25:15 +00001232}
1233
Holger Hans Peter Freyther9ce1b272010-06-16 13:52:55 +08001234int gsm48_send_rr_app_info(struct gsm_subscriber_connection *conn, u_int8_t apdu_id,
Holger Hans Peter Freyther8b77a342009-10-22 15:42:19 +02001235 u_int8_t apdu_len, const u_int8_t *apdu)
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001236{
1237 struct msgb *msg = gsm48_msgb_alloc();
1238 struct gsm48_hdr *gh;
1239
Holger Hans Peter Freyther9ce1b272010-06-16 13:52:55 +08001240 msg->lchan = conn->lchan;
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001241
1242 DEBUGP(DRR, "TX APPLICATION INFO id=0x%02x, len=%u\n",
1243 apdu_id, apdu_len);
1244
1245 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 2 + apdu_len);
1246 gh->proto_discr = GSM48_PDISC_RR;
1247 gh->msg_type = GSM48_MT_RR_APP_INFO;
1248 gh->data[0] = apdu_id;
1249 gh->data[1] = apdu_len;
1250 memcpy(gh->data+2, apdu, apdu_len);
1251
Holger Hans Peter Freyther9ce1b272010-06-16 13:52:55 +08001252 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte (local)6eef5642009-08-15 23:32:44 +02001253}
1254
Harald Welte4bc90a12008-12-27 16:32:52 +00001255/* Call Control */
1256
Harald Welte7584aea2009-02-11 11:44:12 +00001257/* The entire call control code is written in accordance with Figure 7.10c
1258 * for 'very early assignment', i.e. we allocate a TCH/F during IMMEDIATE
1259 * ASSIGN, then first use that TCH/F for signalling and later MODE MODIFY
1260 * it for voice */
1261
Harald Welte4bfdfe72009-06-10 23:11:52 +08001262static void new_cc_state(struct gsm_trans *trans, int state)
1263{
1264 if (state > 31 || state < 0)
1265 return;
1266
1267 DEBUGP(DCC, "new state %s -> %s\n",
Harald Weltee95daf12010-03-25 12:13:02 +08001268 gsm48_cc_state_name(trans->cc.state),
1269 gsm48_cc_state_name(state));
Harald Welte4bfdfe72009-06-10 23:11:52 +08001270
Harald Weltedcaf5652009-07-23 18:56:43 +02001271 trans->cc.state = state;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001272}
1273
1274static int gsm48_cc_tx_status(struct gsm_trans *trans, void *arg)
Harald Welte4bc90a12008-12-27 16:32:52 +00001275{
1276 struct msgb *msg = gsm48_msgb_alloc();
1277 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1278 u_int8_t *cause, *call_state;
1279
Harald Welte4bc90a12008-12-27 16:32:52 +00001280 gh->msg_type = GSM48_MT_CC_STATUS;
1281
1282 cause = msgb_put(msg, 3);
1283 cause[0] = 2;
1284 cause[1] = GSM48_CAUSE_CS_GSM | GSM48_CAUSE_LOC_USER;
1285 cause[2] = 0x80 | 30; /* response to status inquiry */
1286
1287 call_state = msgb_put(msg, 1);
1288 call_state[0] = 0xc0 | 0x00;
1289
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08001290 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bc90a12008-12-27 16:32:52 +00001291}
1292
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001293static int gsm48_tx_simple(struct gsm_subscriber_connection *conn,
Harald Welte6f4b7532008-12-29 00:39:37 +00001294 u_int8_t pdisc, u_int8_t msg_type)
Harald Welte4bc90a12008-12-27 16:32:52 +00001295{
1296 struct msgb *msg = gsm48_msgb_alloc();
1297 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1298
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001299 msg->lchan = conn->lchan;
Harald Welte4bc90a12008-12-27 16:32:52 +00001300
Harald Welte6f4b7532008-12-29 00:39:37 +00001301 gh->proto_discr = pdisc;
Harald Welte4bc90a12008-12-27 16:32:52 +00001302 gh->msg_type = msg_type;
1303
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08001304 return gsm48_conn_sendmsg(msg, conn, NULL);
Harald Welte4bc90a12008-12-27 16:32:52 +00001305}
1306
Harald Welte4bfdfe72009-06-10 23:11:52 +08001307static void gsm48_stop_cc_timer(struct gsm_trans *trans)
1308{
Harald Weltedcaf5652009-07-23 18:56:43 +02001309 if (bsc_timer_pending(&trans->cc.timer)) {
1310 DEBUGP(DCC, "stopping pending timer T%x\n", trans->cc.Tcurrent);
1311 bsc_del_timer(&trans->cc.timer);
1312 trans->cc.Tcurrent = 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001313 }
1314}
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001315
Harald Welte4bfdfe72009-06-10 23:11:52 +08001316static int mncc_recvmsg(struct gsm_network *net, struct gsm_trans *trans,
1317 int msg_type, struct gsm_mncc *mncc)
1318{
1319 struct msgb *msg;
1320
1321 if (trans)
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001322 if (trans->conn)
Harald Welte6f5aee02009-07-23 21:21:14 +02001323 DEBUGP(DCC, "(bts %d trx %d ts %d ti %x sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08001324 "Sending '%s' to MNCC.\n",
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001325 trans->conn->lchan->ts->trx->bts->nr,
1326 trans->conn->lchan->ts->trx->nr,
1327 trans->conn->lchan->ts->nr, trans->transaction_id,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001328 (trans->subscr)?(trans->subscr->extension):"-",
1329 get_mncc_name(msg_type));
1330 else
1331 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
1332 "Sending '%s' to MNCC.\n",
1333 (trans->subscr)?(trans->subscr->extension):"-",
1334 get_mncc_name(msg_type));
1335 else
1336 DEBUGP(DCC, "(bts - trx - ts - ti -- sub -) "
1337 "Sending '%s' to MNCC.\n", get_mncc_name(msg_type));
1338
1339 mncc->msg_type = msg_type;
1340
Harald Welte966636f2009-06-26 19:39:35 +02001341 msg = msgb_alloc(sizeof(struct gsm_mncc), "MNCC");
Harald Welte4bfdfe72009-06-10 23:11:52 +08001342 if (!msg)
1343 return -ENOMEM;
1344 memcpy(msg->data, mncc, sizeof(struct gsm_mncc));
Harald Welte434bb3f2010-12-22 19:02:27 +01001345 mncc_upq_enqueue(net, msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001346
1347 return 0;
1348}
1349
1350int mncc_release_ind(struct gsm_network *net, struct gsm_trans *trans,
1351 u_int32_t callref, int location, int value)
1352{
1353 struct gsm_mncc rel;
1354
Harald Welte92f70c52009-06-12 01:54:08 +08001355 memset(&rel, 0, sizeof(rel));
Harald Welte4bfdfe72009-06-10 23:11:52 +08001356 rel.callref = callref;
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001357 mncc_set_cause(&rel, location, value);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001358 return mncc_recvmsg(net, trans, MNCC_REL_IND, &rel);
1359}
1360
Harald Weltedcaf5652009-07-23 18:56:43 +02001361/* Call Control Specific transaction release.
1362 * gets called by trans_free, DO NOT CALL YOURSELF! */
1363void _gsm48_cc_trans_free(struct gsm_trans *trans)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001364{
Harald Welte4bfdfe72009-06-10 23:11:52 +08001365 gsm48_stop_cc_timer(trans);
1366
1367 /* send release to L4, if callref still exists */
1368 if (trans->callref) {
1369 /* Ressource unavailable */
Harald Welte596fed42009-07-23 19:06:52 +02001370 mncc_release_ind(trans->subscr->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001371 GSM48_CAUSE_LOC_PRN_S_LU,
1372 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001373 }
Harald Weltedcaf5652009-07-23 18:56:43 +02001374 if (trans->cc.state != GSM_CSTATE_NULL)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001375 new_cc_state(trans, GSM_CSTATE_NULL);
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001376 if (trans->conn)
1377 trau_mux_unmap(&trans->conn->lchan->ts->e1_link, trans->callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001378}
1379
1380static int gsm48_cc_tx_setup(struct gsm_trans *trans, void *arg);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001381
Harald Welte09e38af2009-02-16 22:52:23 +00001382/* call-back from paging the B-end of the connection */
1383static int setup_trig_pag_evt(unsigned int hooknum, unsigned int event,
Holger Hans Peter Freyther86481c22010-06-17 15:05:57 +08001384 struct msgb *msg, void *_conn, void *param)
Harald Welte09e38af2009-02-16 22:52:23 +00001385{
Holger Hans Peter Freyther86481c22010-06-17 15:05:57 +08001386 struct gsm_subscriber_connection *conn = _conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001387 struct gsm_subscriber *subscr = param;
1388 struct gsm_trans *transt, *tmp;
1389 struct gsm_network *net;
Harald Weltec05677b2009-06-26 20:17:06 +02001390
Harald Welte09e38af2009-02-16 22:52:23 +00001391 if (hooknum != GSM_HOOK_RR_PAGING)
1392 return -EINVAL;
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001393
Harald Welte4bfdfe72009-06-10 23:11:52 +08001394 if (!subscr)
1395 return -EINVAL;
1396 net = subscr->net;
1397 if (!net) {
1398 DEBUGP(DCC, "Error Network not set!\n");
1399 return -EINVAL;
Harald Welte5a065df2009-02-22 21:13:18 +00001400 }
Harald Welte7584aea2009-02-11 11:44:12 +00001401
Harald Welte4bfdfe72009-06-10 23:11:52 +08001402 /* check all tranactions (without lchan) for subscriber */
1403 llist_for_each_entry_safe(transt, tmp, &net->trans_list, entry) {
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001404 if (transt->subscr != subscr || transt->conn)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001405 continue;
1406 switch (event) {
1407 case GSM_PAGING_SUCCEEDED:
Holger Hans Peter Freyther86481c22010-06-17 15:05:57 +08001408 if (!conn) // paranoid
Harald Welte4bfdfe72009-06-10 23:11:52 +08001409 break;
1410 DEBUGP(DCC, "Paging subscr %s succeeded!\n",
1411 subscr->extension);
1412 /* Assign lchan */
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001413 if (!transt->conn) {
Holger Hans Peter Freyther86481c22010-06-17 15:05:57 +08001414 transt->conn = conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001415 }
1416 /* send SETUP request to called party */
Harald Weltedcaf5652009-07-23 18:56:43 +02001417 gsm48_cc_tx_setup(transt, &transt->cc.msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001418 break;
1419 case GSM_PAGING_EXPIRED:
Holger Hans Peter Freytherd3baf412010-12-23 18:19:17 +01001420 case GSM_PAGING_BUSY:
Harald Welte4bfdfe72009-06-10 23:11:52 +08001421 DEBUGP(DCC, "Paging subscr %s expired!\n",
1422 subscr->extension);
1423 /* Temporarily out of order */
Harald Welte596fed42009-07-23 19:06:52 +02001424 mncc_release_ind(transt->subscr->net, transt,
1425 transt->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001426 GSM48_CAUSE_LOC_PRN_S_LU,
1427 GSM48_CC_CAUSE_DEST_OOO);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001428 transt->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02001429 trans_free(transt);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001430 break;
1431 }
1432 }
Harald Welte09e38af2009-02-16 22:52:23 +00001433 return 0;
Harald Welte4bc90a12008-12-27 16:32:52 +00001434}
Harald Welte7584aea2009-02-11 11:44:12 +00001435
Harald Welteda7ab742009-12-19 22:23:05 +01001436static int tch_recv_mncc(struct gsm_network *net, u_int32_t callref, int enable);
1437
Harald Welte805f6442009-07-28 18:25:29 +02001438/* some other part of the code sends us a signal */
1439static int handle_abisip_signal(unsigned int subsys, unsigned int signal,
1440 void *handler_data, void *signal_data)
1441{
1442 struct gsm_lchan *lchan = signal_data;
Harald Welte805f6442009-07-28 18:25:29 +02001443 int rc;
Harald Welteda7ab742009-12-19 22:23:05 +01001444 struct gsm_network *net;
1445 struct gsm_trans *trans;
Harald Welte805f6442009-07-28 18:25:29 +02001446
1447 if (subsys != SS_ABISIP)
1448 return 0;
1449
1450 /* in case we use direct BTS-to-BTS RTP */
1451 if (ipacc_rtp_direct)
1452 return 0;
1453
Harald Welte805f6442009-07-28 18:25:29 +02001454 switch (signal) {
Holger Hans Peter Freyther231163d2009-11-18 21:06:12 +01001455 case S_ABISIP_CRCX_ACK:
Harald Welteda7ab742009-12-19 22:23:05 +01001456 /* check if any transactions on this lchan still have
1457 * a tch_recv_mncc request pending */
1458 net = lchan->ts->trx->bts->network;
1459 llist_for_each_entry(trans, &net->trans_list, entry) {
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001460 if (trans->conn && trans->conn->lchan == lchan && trans->tch_recv) {
Harald Welteda7ab742009-12-19 22:23:05 +01001461 DEBUGP(DCC, "pending tch_recv_mncc request\n");
1462 tch_recv_mncc(net, trans->callref, 1);
1463 }
1464 }
Harald Welte805f6442009-07-28 18:25:29 +02001465 break;
Harald Welte805f6442009-07-28 18:25:29 +02001466 }
1467
1468 return 0;
Harald Welte805f6442009-07-28 18:25:29 +02001469}
1470
Harald Welte49f48b82009-02-17 15:29:33 +00001471/* map two ipaccess RTP streams onto each other */
Harald Welte11fa29c2009-02-19 17:24:39 +00001472static int tch_map(struct gsm_lchan *lchan, struct gsm_lchan *remote_lchan)
Harald Welte49f48b82009-02-17 15:29:33 +00001473{
Harald Welte11fa29c2009-02-19 17:24:39 +00001474 struct gsm_bts *bts = lchan->ts->trx->bts;
1475 struct gsm_bts *remote_bts = remote_lchan->ts->trx->bts;
Harald Welte805f6442009-07-28 18:25:29 +02001476 int rc;
Harald Welte49f48b82009-02-17 15:29:33 +00001477
Harald Welte11fa29c2009-02-19 17:24:39 +00001478 DEBUGP(DCC, "Setting up TCH map between (bts=%u,trx=%u,ts=%u) and (bts=%u,trx=%u,ts=%u)\n",
1479 bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
1480 remote_bts->nr, remote_lchan->ts->trx->nr, remote_lchan->ts->nr);
1481
1482 if (bts->type != remote_bts->type) {
1483 DEBUGP(DCC, "Cannot switch calls between different BTS types yet\n");
1484 return -EINVAL;
1485 }
Harald Welteda7ab742009-12-19 22:23:05 +01001486
1487 // todo: map between different bts types
Harald Welte11fa29c2009-02-19 17:24:39 +00001488 switch (bts->type) {
Mike Habene2d82272009-10-02 12:19:34 +01001489 case GSM_BTS_TYPE_NANOBTS:
Harald Welte805f6442009-07-28 18:25:29 +02001490 if (!ipacc_rtp_direct) {
1491 /* connect the TCH's to our RTP proxy */
Harald Weltea72273e2009-12-20 16:51:09 +01001492 rc = rsl_ipacc_mdcx_to_rtpsock(lchan);
Harald Welte805f6442009-07-28 18:25:29 +02001493 if (rc < 0)
1494 return rc;
Harald Weltea72273e2009-12-20 16:51:09 +01001495 rc = rsl_ipacc_mdcx_to_rtpsock(remote_lchan);
Harald Welteda7ab742009-12-19 22:23:05 +01001496#warning do we need a check of rc here?
Harald Welte805f6442009-07-28 18:25:29 +02001497
1498 /* connect them with each other */
Harald Welte2c828992009-12-02 01:56:49 +05301499 rtp_socket_proxy(lchan->abis_ip.rtp_socket,
1500 remote_lchan->abis_ip.rtp_socket);
Harald Welte805f6442009-07-28 18:25:29 +02001501 } else {
1502 /* directly connect TCH RTP streams to each other */
Harald Welte2c828992009-12-02 01:56:49 +05301503 rc = rsl_ipacc_mdcx(lchan, remote_lchan->abis_ip.bound_ip,
1504 remote_lchan->abis_ip.bound_port,
Harald Welte2c828992009-12-02 01:56:49 +05301505 remote_lchan->abis_ip.rtp_payload2);
Harald Welte805f6442009-07-28 18:25:29 +02001506 if (rc < 0)
1507 return rc;
Harald Welte2c828992009-12-02 01:56:49 +05301508 rc = rsl_ipacc_mdcx(remote_lchan, lchan->abis_ip.bound_ip,
1509 lchan->abis_ip.bound_port,
Harald Welte2c828992009-12-02 01:56:49 +05301510 lchan->abis_ip.rtp_payload2);
Harald Welte805f6442009-07-28 18:25:29 +02001511 }
Harald Welte11fa29c2009-02-19 17:24:39 +00001512 break;
1513 case GSM_BTS_TYPE_BS11:
1514 trau_mux_map_lchan(lchan, remote_lchan);
1515 break;
1516 default:
1517 DEBUGP(DCC, "Unknown BTS type %u\n", bts->type);
Harald Welteda7ab742009-12-19 22:23:05 +01001518 return -EINVAL;
Harald Welte11fa29c2009-02-19 17:24:39 +00001519 }
Harald Welte49f48b82009-02-17 15:29:33 +00001520
1521 return 0;
1522}
1523
Harald Welte4bfdfe72009-06-10 23:11:52 +08001524/* bridge channels of two transactions */
1525static int tch_bridge(struct gsm_network *net, u_int32_t *refs)
Harald Welte7ccf7782009-02-17 01:43:01 +00001526{
Harald Weltedcaf5652009-07-23 18:56:43 +02001527 struct gsm_trans *trans1 = trans_find_by_callref(net, refs[0]);
1528 struct gsm_trans *trans2 = trans_find_by_callref(net, refs[1]);
Harald Welte7ccf7782009-02-17 01:43:01 +00001529
Harald Welte4bfdfe72009-06-10 23:11:52 +08001530 if (!trans1 || !trans2)
Harald Welte7ccf7782009-02-17 01:43:01 +00001531 return -EIO;
1532
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001533 if (!trans1->conn || !trans2->conn)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001534 return -EIO;
1535
1536 /* through-connect channel */
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001537 return tch_map(trans1->conn->lchan, trans2->conn->lchan);
Harald Welte7ccf7782009-02-17 01:43:01 +00001538}
1539
Harald Welteda7ab742009-12-19 22:23:05 +01001540/* enable receive of channels to MNCC upqueue */
1541static int tch_recv_mncc(struct gsm_network *net, u_int32_t callref, int enable)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001542{
1543 struct gsm_trans *trans;
Harald Welteda7ab742009-12-19 22:23:05 +01001544 struct gsm_lchan *lchan;
1545 struct gsm_bts *bts;
1546 int rc;
Harald Welte7ccf7782009-02-17 01:43:01 +00001547
Harald Welte4bfdfe72009-06-10 23:11:52 +08001548 /* Find callref */
Harald Welteda7ab742009-12-19 22:23:05 +01001549 trans = trans_find_by_callref(net, callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001550 if (!trans)
1551 return -EIO;
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001552 if (!trans->conn)
Harald Welte4bfdfe72009-06-10 23:11:52 +08001553 return 0;
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01001554 lchan = trans->conn->lchan;
Harald Welteda7ab742009-12-19 22:23:05 +01001555 bts = lchan->ts->trx->bts;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001556
Harald Welteda7ab742009-12-19 22:23:05 +01001557 switch (bts->type) {
1558 case GSM_BTS_TYPE_NANOBTS:
1559 if (ipacc_rtp_direct) {
1560 DEBUGP(DCC, "Error: RTP proxy is disabled\n");
1561 return -EINVAL;
1562 }
1563 /* in case, we don't have a RTP socket yet, we note this
1564 * in the transaction and try later */
1565 if (!lchan->abis_ip.rtp_socket) {
1566 trans->tch_recv = enable;
1567 DEBUGP(DCC, "queue tch_recv_mncc request (%d)\n", enable);
1568 return 0;
1569 }
1570 if (enable) {
1571 /* connect the TCH's to our RTP proxy */
Harald Weltea72273e2009-12-20 16:51:09 +01001572 rc = rsl_ipacc_mdcx_to_rtpsock(lchan);
Harald Welteda7ab742009-12-19 22:23:05 +01001573 if (rc < 0)
1574 return rc;
1575 /* assign socket to application interface */
1576 rtp_socket_upstream(lchan->abis_ip.rtp_socket,
1577 net, callref);
1578 } else
1579 rtp_socket_upstream(lchan->abis_ip.rtp_socket,
1580 net, 0);
1581 break;
1582 case GSM_BTS_TYPE_BS11:
1583 if (enable)
1584 return trau_recv_lchan(lchan, callref);
1585 return trau_mux_unmap(NULL, callref);
1586 break;
1587 default:
1588 DEBUGP(DCC, "Unknown BTS type %u\n", bts->type);
1589 return -EINVAL;
1590 }
1591
1592 return 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001593}
1594
Harald Welte4bfdfe72009-06-10 23:11:52 +08001595static int gsm48_cc_rx_status_enq(struct gsm_trans *trans, struct msgb *msg)
1596{
1597 DEBUGP(DCC, "-> STATUS ENQ\n");
1598 return gsm48_cc_tx_status(trans, msg);
1599}
1600
1601static int gsm48_cc_tx_release(struct gsm_trans *trans, void *arg);
1602static int gsm48_cc_tx_disconnect(struct gsm_trans *trans, void *arg);
1603
1604static void gsm48_cc_timeout(void *arg)
1605{
1606 struct gsm_trans *trans = arg;
1607 int disconnect = 0, release = 0;
Harald Weltec66b71c2009-06-11 14:23:20 +08001608 int mo_cause = GSM48_CC_CAUSE_RECOVERY_TIMER;
1609 int mo_location = GSM48_CAUSE_LOC_USER;
1610 int l4_cause = GSM48_CC_CAUSE_NORMAL_UNSPEC;
1611 int l4_location = GSM48_CAUSE_LOC_PRN_S_LU;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001612 struct gsm_mncc mo_rel, l4_rel;
1613
1614 memset(&mo_rel, 0, sizeof(struct gsm_mncc));
1615 mo_rel.callref = trans->callref;
1616 memset(&l4_rel, 0, sizeof(struct gsm_mncc));
1617 l4_rel.callref = trans->callref;
1618
Harald Weltedcaf5652009-07-23 18:56:43 +02001619 switch(trans->cc.Tcurrent) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001620 case 0x303:
1621 release = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001622 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001623 break;
1624 case 0x310:
1625 disconnect = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001626 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001627 break;
1628 case 0x313:
1629 disconnect = 1;
1630 /* unknown, did not find it in the specs */
1631 break;
1632 case 0x301:
1633 disconnect = 1;
Harald Weltec66b71c2009-06-11 14:23:20 +08001634 l4_cause = GSM48_CC_CAUSE_USER_NOTRESPOND;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001635 break;
1636 case 0x308:
Harald Weltedcaf5652009-07-23 18:56:43 +02001637 if (!trans->cc.T308_second) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001638 /* restart T308 a second time */
Harald Weltedcaf5652009-07-23 18:56:43 +02001639 gsm48_cc_tx_release(trans, &trans->cc.msg);
1640 trans->cc.T308_second = 1;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001641 break; /* stay in release state */
1642 }
Harald Weltedcaf5652009-07-23 18:56:43 +02001643 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001644 return;
1645// release = 1;
1646// l4_cause = 14;
1647// break;
1648 case 0x306:
1649 release = 1;
Harald Weltedcaf5652009-07-23 18:56:43 +02001650 mo_cause = trans->cc.msg.cause.value;
1651 mo_location = trans->cc.msg.cause.location;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001652 break;
1653 case 0x323:
1654 disconnect = 1;
1655 break;
1656 default:
1657 release = 1;
1658 }
1659
1660 if (release && trans->callref) {
1661 /* process release towards layer 4 */
Harald Welte596fed42009-07-23 19:06:52 +02001662 mncc_release_ind(trans->subscr->net, trans, trans->callref,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001663 l4_location, l4_cause);
1664 trans->callref = 0;
1665 }
1666
1667 if (disconnect && trans->callref) {
1668 /* process disconnect towards layer 4 */
1669 mncc_set_cause(&l4_rel, l4_location, l4_cause);
Harald Welte596fed42009-07-23 19:06:52 +02001670 mncc_recvmsg(trans->subscr->net, trans, MNCC_DISC_IND, &l4_rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001671 }
1672
1673 /* process disconnect towards mobile station */
1674 if (disconnect || release) {
1675 mncc_set_cause(&mo_rel, mo_location, mo_cause);
Harald Weltedcaf5652009-07-23 18:56:43 +02001676 mo_rel.cause.diag[0] = ((trans->cc.Tcurrent & 0xf00) >> 8) + '0';
1677 mo_rel.cause.diag[1] = ((trans->cc.Tcurrent & 0x0f0) >> 4) + '0';
1678 mo_rel.cause.diag[2] = (trans->cc.Tcurrent & 0x00f) + '0';
Harald Welte4bfdfe72009-06-10 23:11:52 +08001679 mo_rel.cause.diag_len = 3;
1680
1681 if (disconnect)
1682 gsm48_cc_tx_disconnect(trans, &mo_rel);
1683 if (release)
1684 gsm48_cc_tx_release(trans, &mo_rel);
1685 }
1686
1687}
1688
1689static void gsm48_start_cc_timer(struct gsm_trans *trans, int current,
1690 int sec, int micro)
1691{
1692 DEBUGP(DCC, "starting timer T%x with %d seconds\n", current, sec);
Harald Weltedcaf5652009-07-23 18:56:43 +02001693 trans->cc.timer.cb = gsm48_cc_timeout;
1694 trans->cc.timer.data = trans;
1695 bsc_schedule_timer(&trans->cc.timer, sec, micro);
1696 trans->cc.Tcurrent = current;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001697}
1698
1699static int gsm48_cc_rx_setup(struct gsm_trans *trans, struct msgb *msg)
1700{
1701 struct gsm48_hdr *gh = msgb_l3(msg);
1702 u_int8_t msg_type = gh->msg_type & 0xbf;
1703 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
1704 struct tlv_parsed tp;
1705 struct gsm_mncc setup;
1706
1707 memset(&setup, 0, sizeof(struct gsm_mncc));
1708 setup.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01001709 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001710 /* emergency setup is identified by msg_type */
1711 if (msg_type == GSM48_MT_CC_EMERG_SETUP)
1712 setup.emergency = 1;
1713
1714 /* use subscriber as calling party number */
1715 if (trans->subscr) {
1716 setup.fields |= MNCC_F_CALLING;
1717 strncpy(setup.calling.number, trans->subscr->extension,
1718 sizeof(setup.calling.number)-1);
Andreas Eversbergc079be42009-06-15 23:22:09 +02001719 strncpy(setup.imsi, trans->subscr->imsi,
1720 sizeof(setup.imsi)-1);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001721 }
1722 /* bearer capability */
1723 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
1724 setup.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01001725 gsm48_decode_bearer_cap(&setup.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001726 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
1727 }
1728 /* facility */
1729 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
1730 setup.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01001731 gsm48_decode_facility(&setup.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001732 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
1733 }
1734 /* called party bcd number */
1735 if (TLVP_PRESENT(&tp, GSM48_IE_CALLED_BCD)) {
1736 setup.fields |= MNCC_F_CALLED;
Harald Welte55c8f352010-03-07 23:40:35 +01001737 gsm48_decode_called(&setup.called,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001738 TLVP_VAL(&tp, GSM48_IE_CALLED_BCD)-1);
1739 }
1740 /* user-user */
1741 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
1742 setup.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01001743 gsm48_decode_useruser(&setup.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001744 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
1745 }
1746 /* ss-version */
1747 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
1748 setup.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01001749 gsm48_decode_ssversion(&setup.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001750 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
1751 }
1752 /* CLIR suppression */
1753 if (TLVP_PRESENT(&tp, GSM48_IE_CLIR_SUPP))
1754 setup.clir.sup = 1;
1755 /* CLIR invocation */
1756 if (TLVP_PRESENT(&tp, GSM48_IE_CLIR_INVOC))
1757 setup.clir.inv = 1;
1758 /* cc cap */
1759 if (TLVP_PRESENT(&tp, GSM48_IE_CC_CAP)) {
1760 setup.fields |= MNCC_F_CCCAP;
Harald Welte55c8f352010-03-07 23:40:35 +01001761 gsm48_decode_cccap(&setup.cccap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001762 TLVP_VAL(&tp, GSM48_IE_CC_CAP)-1);
1763 }
1764
Harald Welte4bfdfe72009-06-10 23:11:52 +08001765 new_cc_state(trans, GSM_CSTATE_INITIATED);
1766
Harald Welte (local)47df3992009-12-26 19:45:03 +01001767 LOGP(DCC, LOGL_INFO, "Subscriber %s (%s) sends SETUP to %s\n",
1768 subscr_name(trans->subscr), trans->subscr->extension,
1769 setup.called.number);
1770
Harald Weltea29e43a2010-12-24 16:06:33 +01001771 counter_inc(trans->subscr->net->stats.call.mo_setup);
1772
Harald Welte4bfdfe72009-06-10 23:11:52 +08001773 /* indicate setup to MNCC */
Harald Welte596fed42009-07-23 19:06:52 +02001774 mncc_recvmsg(trans->subscr->net, trans, MNCC_SETUP_IND, &setup);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001775
Harald Welte13cac662009-07-29 12:10:35 +02001776 /* MNCC code will modify the channel asynchronously, we should
1777 * ipaccess-bind only after the modification has been made to the
1778 * lchan->tch_mode */
Harald Welte4bfdfe72009-06-10 23:11:52 +08001779 return 0;
1780}
1781
1782static int gsm48_cc_tx_setup(struct gsm_trans *trans, void *arg)
Harald Welte65e74cc2008-12-29 01:55:35 +00001783{
1784 struct msgb *msg = gsm48_msgb_alloc();
1785 struct gsm48_hdr *gh;
Harald Welte4bfdfe72009-06-10 23:11:52 +08001786 struct gsm_mncc *setup = arg;
Harald Welte78283ef2009-07-23 21:36:44 +02001787 int rc, trans_id;
Harald Welte65e74cc2008-12-29 01:55:35 +00001788
Harald Welte7ccf7782009-02-17 01:43:01 +00001789 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Harald Welte65e74cc2008-12-29 01:55:35 +00001790
Harald Welte4bfdfe72009-06-10 23:11:52 +08001791 /* transaction id must not be assigned */
1792 if (trans->transaction_id != 0xff) { /* unasssigned */
1793 DEBUGP(DCC, "TX Setup with assigned transaction. "
1794 "This is not allowed!\n");
1795 /* Temporarily out of order */
Harald Welte596fed42009-07-23 19:06:52 +02001796 rc = mncc_release_ind(trans->subscr->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001797 GSM48_CAUSE_LOC_PRN_S_LU,
1798 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001799 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02001800 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001801 return rc;
1802 }
1803
1804 /* Get free transaction_id */
Harald Welte78283ef2009-07-23 21:36:44 +02001805 trans_id = trans_assign_trans_id(trans->subscr, GSM48_PDISC_CC, 0);
1806 if (trans_id < 0) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08001807 /* no free transaction ID */
Harald Welte596fed42009-07-23 19:06:52 +02001808 rc = mncc_release_ind(trans->subscr->net, trans, trans->callref,
Andreas Eversberg7563ac92009-06-14 22:14:12 +08001809 GSM48_CAUSE_LOC_PRN_S_LU,
1810 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001811 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02001812 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001813 return rc;
1814 }
Harald Welte78283ef2009-07-23 21:36:44 +02001815 trans->transaction_id = trans_id;
Harald Welte49f48b82009-02-17 15:29:33 +00001816
Harald Welte65e74cc2008-12-29 01:55:35 +00001817 gh->msg_type = GSM48_MT_CC_SETUP;
Harald Welte09e38af2009-02-16 22:52:23 +00001818
Harald Welte4bfdfe72009-06-10 23:11:52 +08001819 gsm48_start_cc_timer(trans, 0x303, GSM48_T303);
Harald Welte65e74cc2008-12-29 01:55:35 +00001820
Harald Welte4bfdfe72009-06-10 23:11:52 +08001821 /* bearer capability */
1822 if (setup->fields & MNCC_F_BEARER_CAP)
Harald Welte55c8f352010-03-07 23:40:35 +01001823 gsm48_encode_bearer_cap(msg, 0, &setup->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001824 /* facility */
1825 if (setup->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01001826 gsm48_encode_facility(msg, 0, &setup->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001827 /* progress */
1828 if (setup->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01001829 gsm48_encode_progress(msg, 0, &setup->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001830 /* calling party BCD number */
1831 if (setup->fields & MNCC_F_CALLING)
Harald Welte55c8f352010-03-07 23:40:35 +01001832 gsm48_encode_calling(msg, &setup->calling);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001833 /* called party BCD number */
1834 if (setup->fields & MNCC_F_CALLED)
Harald Welte55c8f352010-03-07 23:40:35 +01001835 gsm48_encode_called(msg, &setup->called);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001836 /* user-user */
1837 if (setup->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01001838 gsm48_encode_useruser(msg, 0, &setup->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001839 /* redirecting party BCD number */
1840 if (setup->fields & MNCC_F_REDIRECTING)
Harald Welte55c8f352010-03-07 23:40:35 +01001841 gsm48_encode_redirecting(msg, &setup->redirecting);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001842 /* signal */
1843 if (setup->fields & MNCC_F_SIGNAL)
Harald Welte55c8f352010-03-07 23:40:35 +01001844 gsm48_encode_signal(msg, setup->signal);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001845
1846 new_cc_state(trans, GSM_CSTATE_CALL_PRESENT);
Harald Welte65e74cc2008-12-29 01:55:35 +00001847
Harald Weltea29e43a2010-12-24 16:06:33 +01001848 counter_inc(trans->subscr->net->stats.call.mt_setup);
1849
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08001850 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte65e74cc2008-12-29 01:55:35 +00001851}
1852
Harald Welte4bfdfe72009-06-10 23:11:52 +08001853static int gsm48_cc_rx_call_conf(struct gsm_trans *trans, struct msgb *msg)
1854{
1855 struct gsm48_hdr *gh = msgb_l3(msg);
1856 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
1857 struct tlv_parsed tp;
1858 struct gsm_mncc call_conf;
1859
1860 gsm48_stop_cc_timer(trans);
1861 gsm48_start_cc_timer(trans, 0x310, GSM48_T310);
1862
1863 memset(&call_conf, 0, sizeof(struct gsm_mncc));
1864 call_conf.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01001865 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001866#if 0
1867 /* repeat */
1868 if (TLVP_PRESENT(&tp, GSM48_IE_REPEAT_CIR))
1869 call_conf.repeat = 1;
1870 if (TLVP_PRESENT(&tp, GSM48_IE_REPEAT_SEQ))
1871 call_conf.repeat = 2;
1872#endif
1873 /* bearer capability */
1874 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
1875 call_conf.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01001876 gsm48_decode_bearer_cap(&call_conf.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001877 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
1878 }
1879 /* cause */
1880 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
1881 call_conf.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01001882 gsm48_decode_cause(&call_conf.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001883 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
1884 }
1885 /* cc cap */
1886 if (TLVP_PRESENT(&tp, GSM48_IE_CC_CAP)) {
1887 call_conf.fields |= MNCC_F_CCCAP;
Harald Welte55c8f352010-03-07 23:40:35 +01001888 gsm48_decode_cccap(&call_conf.cccap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001889 TLVP_VAL(&tp, GSM48_IE_CC_CAP)-1);
1890 }
1891
1892 new_cc_state(trans, GSM_CSTATE_MO_TERM_CALL_CONF);
1893
Harald Welte596fed42009-07-23 19:06:52 +02001894 return mncc_recvmsg(trans->subscr->net, trans, MNCC_CALL_CONF_IND,
1895 &call_conf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001896}
1897
1898static int gsm48_cc_tx_call_proc(struct gsm_trans *trans, void *arg)
1899{
1900 struct gsm_mncc *proceeding = arg;
1901 struct msgb *msg = gsm48_msgb_alloc();
1902 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1903
Harald Welte4bfdfe72009-06-10 23:11:52 +08001904 gh->msg_type = GSM48_MT_CC_CALL_PROC;
1905
1906 new_cc_state(trans, GSM_CSTATE_MO_CALL_PROC);
1907
1908 /* bearer capability */
1909 if (proceeding->fields & MNCC_F_BEARER_CAP)
Harald Welte55c8f352010-03-07 23:40:35 +01001910 gsm48_encode_bearer_cap(msg, 0, &proceeding->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001911 /* facility */
1912 if (proceeding->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01001913 gsm48_encode_facility(msg, 0, &proceeding->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001914 /* progress */
1915 if (proceeding->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01001916 gsm48_encode_progress(msg, 0, &proceeding->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001917
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08001918 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001919}
1920
1921static int gsm48_cc_rx_alerting(struct gsm_trans *trans, struct msgb *msg)
1922{
1923 struct gsm48_hdr *gh = msgb_l3(msg);
1924 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
1925 struct tlv_parsed tp;
1926 struct gsm_mncc alerting;
1927
1928 gsm48_stop_cc_timer(trans);
1929 gsm48_start_cc_timer(trans, 0x301, GSM48_T301);
1930
1931 memset(&alerting, 0, sizeof(struct gsm_mncc));
1932 alerting.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01001933 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001934 /* facility */
1935 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
1936 alerting.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01001937 gsm48_decode_facility(&alerting.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001938 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
1939 }
1940
1941 /* progress */
1942 if (TLVP_PRESENT(&tp, GSM48_IE_PROGR_IND)) {
1943 alerting.fields |= MNCC_F_PROGRESS;
Harald Welte55c8f352010-03-07 23:40:35 +01001944 gsm48_decode_progress(&alerting.progress,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001945 TLVP_VAL(&tp, GSM48_IE_PROGR_IND)-1);
1946 }
1947 /* ss-version */
1948 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
1949 alerting.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01001950 gsm48_decode_ssversion(&alerting.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08001951 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
1952 }
1953
1954 new_cc_state(trans, GSM_CSTATE_CALL_RECEIVED);
1955
Harald Welte596fed42009-07-23 19:06:52 +02001956 return mncc_recvmsg(trans->subscr->net, trans, MNCC_ALERT_IND,
1957 &alerting);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001958}
1959
1960static int gsm48_cc_tx_alerting(struct gsm_trans *trans, void *arg)
1961{
1962 struct gsm_mncc *alerting = arg;
1963 struct msgb *msg = gsm48_msgb_alloc();
1964 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1965
Harald Welte4bfdfe72009-06-10 23:11:52 +08001966 gh->msg_type = GSM48_MT_CC_ALERTING;
1967
1968 /* facility */
1969 if (alerting->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01001970 gsm48_encode_facility(msg, 0, &alerting->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001971 /* progress */
1972 if (alerting->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01001973 gsm48_encode_progress(msg, 0, &alerting->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001974 /* user-user */
1975 if (alerting->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01001976 gsm48_encode_useruser(msg, 0, &alerting->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001977
1978 new_cc_state(trans, GSM_CSTATE_CALL_DELIVERED);
1979
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08001980 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001981}
1982
1983static int gsm48_cc_tx_progress(struct gsm_trans *trans, void *arg)
1984{
1985 struct gsm_mncc *progress = arg;
1986 struct msgb *msg = gsm48_msgb_alloc();
1987 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1988
Harald Welte4bfdfe72009-06-10 23:11:52 +08001989 gh->msg_type = GSM48_MT_CC_PROGRESS;
1990
1991 /* progress */
Harald Welte55c8f352010-03-07 23:40:35 +01001992 gsm48_encode_progress(msg, 1, &progress->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001993 /* user-user */
1994 if (progress->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01001995 gsm48_encode_useruser(msg, 0, &progress->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001996
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08001997 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08001998}
1999
2000static int gsm48_cc_tx_connect(struct gsm_trans *trans, void *arg)
2001{
2002 struct gsm_mncc *connect = arg;
2003 struct msgb *msg = gsm48_msgb_alloc();
2004 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2005
Harald Welte4bfdfe72009-06-10 23:11:52 +08002006 gh->msg_type = GSM48_MT_CC_CONNECT;
2007
2008 gsm48_stop_cc_timer(trans);
2009 gsm48_start_cc_timer(trans, 0x313, GSM48_T313);
2010
2011 /* facility */
2012 if (connect->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002013 gsm48_encode_facility(msg, 0, &connect->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002014 /* progress */
2015 if (connect->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002016 gsm48_encode_progress(msg, 0, &connect->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002017 /* connected number */
2018 if (connect->fields & MNCC_F_CONNECTED)
Harald Welte55c8f352010-03-07 23:40:35 +01002019 gsm48_encode_connected(msg, &connect->connected);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002020 /* user-user */
2021 if (connect->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002022 gsm48_encode_useruser(msg, 0, &connect->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002023
2024 new_cc_state(trans, GSM_CSTATE_CONNECT_IND);
2025
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002026 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002027}
2028
2029static int gsm48_cc_rx_connect(struct gsm_trans *trans, struct msgb *msg)
2030{
2031 struct gsm48_hdr *gh = msgb_l3(msg);
2032 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2033 struct tlv_parsed tp;
2034 struct gsm_mncc connect;
2035
2036 gsm48_stop_cc_timer(trans);
2037
2038 memset(&connect, 0, sizeof(struct gsm_mncc));
2039 connect.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002040 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002041 /* use subscriber as connected party number */
2042 if (trans->subscr) {
2043 connect.fields |= MNCC_F_CONNECTED;
2044 strncpy(connect.connected.number, trans->subscr->extension,
2045 sizeof(connect.connected.number)-1);
Andreas Eversbergc079be42009-06-15 23:22:09 +02002046 strncpy(connect.imsi, trans->subscr->imsi,
2047 sizeof(connect.imsi)-1);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002048 }
2049 /* facility */
2050 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2051 connect.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002052 gsm48_decode_facility(&connect.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002053 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2054 }
2055 /* user-user */
2056 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2057 connect.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002058 gsm48_decode_useruser(&connect.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002059 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2060 }
2061 /* ss-version */
2062 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2063 connect.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002064 gsm48_decode_ssversion(&connect.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002065 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2066 }
2067
2068 new_cc_state(trans, GSM_CSTATE_CONNECT_REQUEST);
Harald Weltea29e43a2010-12-24 16:06:33 +01002069 counter_inc(trans->subscr->net->stats.call.mt_connect);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002070
Harald Welte596fed42009-07-23 19:06:52 +02002071 return mncc_recvmsg(trans->subscr->net, trans, MNCC_SETUP_CNF, &connect);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002072}
2073
2074
2075static int gsm48_cc_rx_connect_ack(struct gsm_trans *trans, struct msgb *msg)
2076{
2077 struct gsm_mncc connect_ack;
2078
2079 gsm48_stop_cc_timer(trans);
2080
2081 new_cc_state(trans, GSM_CSTATE_ACTIVE);
Harald Weltea29e43a2010-12-24 16:06:33 +01002082 counter_inc(trans->subscr->net->stats.call.mo_connect_ack);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002083
2084 memset(&connect_ack, 0, sizeof(struct gsm_mncc));
2085 connect_ack.callref = trans->callref;
Harald Weltea29e43a2010-12-24 16:06:33 +01002086
Harald Welte596fed42009-07-23 19:06:52 +02002087 return mncc_recvmsg(trans->subscr->net, trans, MNCC_SETUP_COMPL_IND,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002088 &connect_ack);
2089}
2090
2091static int gsm48_cc_tx_connect_ack(struct gsm_trans *trans, void *arg)
2092{
2093 struct msgb *msg = gsm48_msgb_alloc();
2094 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2095
Harald Welte4bfdfe72009-06-10 23:11:52 +08002096 gh->msg_type = GSM48_MT_CC_CONNECT_ACK;
2097
2098 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2099
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002100 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002101}
2102
2103static int gsm48_cc_rx_disconnect(struct gsm_trans *trans, struct msgb *msg)
2104{
2105 struct gsm48_hdr *gh = msgb_l3(msg);
2106 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2107 struct tlv_parsed tp;
2108 struct gsm_mncc disc;
2109
2110 gsm48_stop_cc_timer(trans);
2111
2112 new_cc_state(trans, GSM_CSTATE_DISCONNECT_REQ);
2113
2114 memset(&disc, 0, sizeof(struct gsm_mncc));
2115 disc.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002116 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_CAUSE, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002117 /* cause */
2118 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2119 disc.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002120 gsm48_decode_cause(&disc.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002121 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2122 }
2123 /* facility */
2124 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2125 disc.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002126 gsm48_decode_facility(&disc.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002127 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2128 }
2129 /* user-user */
2130 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2131 disc.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002132 gsm48_decode_useruser(&disc.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002133 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2134 }
2135 /* ss-version */
2136 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2137 disc.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002138 gsm48_decode_ssversion(&disc.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002139 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2140 }
2141
Harald Welte596fed42009-07-23 19:06:52 +02002142 return mncc_recvmsg(trans->subscr->net, trans, MNCC_DISC_IND, &disc);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002143
2144}
2145
Harald Weltec66b71c2009-06-11 14:23:20 +08002146static struct gsm_mncc_cause default_cause = {
2147 .location = GSM48_CAUSE_LOC_PRN_S_LU,
2148 .coding = 0,
2149 .rec = 0,
2150 .rec_val = 0,
2151 .value = GSM48_CC_CAUSE_NORMAL_UNSPEC,
2152 .diag_len = 0,
2153 .diag = { 0 },
2154};
Harald Welte4bfdfe72009-06-10 23:11:52 +08002155
2156static int gsm48_cc_tx_disconnect(struct gsm_trans *trans, void *arg)
2157{
2158 struct gsm_mncc *disc = arg;
2159 struct msgb *msg = gsm48_msgb_alloc();
2160 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2161
Harald Welte4bfdfe72009-06-10 23:11:52 +08002162 gh->msg_type = GSM48_MT_CC_DISCONNECT;
2163
2164 gsm48_stop_cc_timer(trans);
2165 gsm48_start_cc_timer(trans, 0x306, GSM48_T306);
2166
2167 /* cause */
2168 if (disc->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002169 gsm48_encode_cause(msg, 1, &disc->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002170 else
Harald Welte55c8f352010-03-07 23:40:35 +01002171 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002172
2173 /* facility */
2174 if (disc->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002175 gsm48_encode_facility(msg, 0, &disc->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002176 /* progress */
2177 if (disc->fields & MNCC_F_PROGRESS)
Harald Welte55c8f352010-03-07 23:40:35 +01002178 gsm48_encode_progress(msg, 0, &disc->progress);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002179 /* user-user */
2180 if (disc->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002181 gsm48_encode_useruser(msg, 0, &disc->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002182
2183 /* store disconnect cause for T306 expiry */
Harald Weltedcaf5652009-07-23 18:56:43 +02002184 memcpy(&trans->cc.msg, disc, sizeof(struct gsm_mncc));
Harald Welte4bfdfe72009-06-10 23:11:52 +08002185
2186 new_cc_state(trans, GSM_CSTATE_DISCONNECT_IND);
2187
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002188 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002189}
2190
2191static int gsm48_cc_rx_release(struct gsm_trans *trans, struct msgb *msg)
2192{
2193 struct gsm48_hdr *gh = msgb_l3(msg);
2194 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2195 struct tlv_parsed tp;
2196 struct gsm_mncc rel;
2197 int rc;
2198
2199 gsm48_stop_cc_timer(trans);
2200
2201 memset(&rel, 0, sizeof(struct gsm_mncc));
2202 rel.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002203 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002204 /* cause */
2205 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2206 rel.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002207 gsm48_decode_cause(&rel.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002208 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2209 }
2210 /* facility */
2211 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2212 rel.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002213 gsm48_decode_facility(&rel.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002214 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2215 }
2216 /* user-user */
2217 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2218 rel.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002219 gsm48_decode_useruser(&rel.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002220 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2221 }
2222 /* ss-version */
2223 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2224 rel.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002225 gsm48_decode_ssversion(&rel.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002226 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2227 }
2228
Harald Weltedcaf5652009-07-23 18:56:43 +02002229 if (trans->cc.state == GSM_CSTATE_RELEASE_REQ) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002230 /* release collision 5.4.5 */
Harald Welte596fed42009-07-23 19:06:52 +02002231 rc = mncc_recvmsg(trans->subscr->net, trans, MNCC_REL_CNF, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002232 } else {
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08002233 rc = gsm48_tx_simple(trans->conn,
Harald Welte6f5aee02009-07-23 21:21:14 +02002234 GSM48_PDISC_CC | (trans->transaction_id << 4),
Harald Welte596fed42009-07-23 19:06:52 +02002235 GSM48_MT_CC_RELEASE_COMPL);
2236 rc = mncc_recvmsg(trans->subscr->net, trans, MNCC_REL_IND, &rel);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002237 }
2238
2239 new_cc_state(trans, GSM_CSTATE_NULL);
2240
2241 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002242 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002243
2244 return rc;
2245}
2246
2247static int gsm48_cc_tx_release(struct gsm_trans *trans, void *arg)
2248{
2249 struct gsm_mncc *rel = arg;
2250 struct msgb *msg = gsm48_msgb_alloc();
2251 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2252
Harald Welte4bfdfe72009-06-10 23:11:52 +08002253 gh->msg_type = GSM48_MT_CC_RELEASE;
2254
2255 trans->callref = 0;
2256
2257 gsm48_stop_cc_timer(trans);
2258 gsm48_start_cc_timer(trans, 0x308, GSM48_T308);
2259
2260 /* cause */
2261 if (rel->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002262 gsm48_encode_cause(msg, 0, &rel->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002263 /* facility */
2264 if (rel->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002265 gsm48_encode_facility(msg, 0, &rel->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002266 /* user-user */
2267 if (rel->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002268 gsm48_encode_useruser(msg, 0, &rel->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002269
Harald Weltedcaf5652009-07-23 18:56:43 +02002270 trans->cc.T308_second = 0;
2271 memcpy(&trans->cc.msg, rel, sizeof(struct gsm_mncc));
Harald Welte4bfdfe72009-06-10 23:11:52 +08002272
Harald Weltedcaf5652009-07-23 18:56:43 +02002273 if (trans->cc.state != GSM_CSTATE_RELEASE_REQ)
Harald Welte4bfdfe72009-06-10 23:11:52 +08002274 new_cc_state(trans, GSM_CSTATE_RELEASE_REQ);
2275
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002276 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002277}
2278
2279static int gsm48_cc_rx_release_compl(struct gsm_trans *trans, struct msgb *msg)
2280{
2281 struct gsm48_hdr *gh = msgb_l3(msg);
2282 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2283 struct tlv_parsed tp;
2284 struct gsm_mncc rel;
2285 int rc = 0;
2286
2287 gsm48_stop_cc_timer(trans);
2288
2289 memset(&rel, 0, sizeof(struct gsm_mncc));
2290 rel.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002291 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002292 /* cause */
2293 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2294 rel.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002295 gsm48_decode_cause(&rel.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002296 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2297 }
2298 /* facility */
2299 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2300 rel.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002301 gsm48_decode_facility(&rel.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002302 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2303 }
2304 /* user-user */
2305 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2306 rel.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002307 gsm48_decode_useruser(&rel.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002308 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2309 }
2310 /* ss-version */
2311 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2312 rel.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002313 gsm48_decode_ssversion(&rel.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002314 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2315 }
2316
2317 if (trans->callref) {
Harald Weltedcaf5652009-07-23 18:56:43 +02002318 switch (trans->cc.state) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002319 case GSM_CSTATE_CALL_PRESENT:
Harald Welte596fed42009-07-23 19:06:52 +02002320 rc = mncc_recvmsg(trans->subscr->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002321 MNCC_REJ_IND, &rel);
2322 break;
2323 case GSM_CSTATE_RELEASE_REQ:
Harald Welte596fed42009-07-23 19:06:52 +02002324 rc = mncc_recvmsg(trans->subscr->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002325 MNCC_REL_CNF, &rel);
2326 break;
2327 default:
Harald Welte596fed42009-07-23 19:06:52 +02002328 rc = mncc_recvmsg(trans->subscr->net, trans,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002329 MNCC_REL_IND, &rel);
2330 }
2331 }
2332
2333 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002334 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002335
2336 return rc;
2337}
2338
2339static int gsm48_cc_tx_release_compl(struct gsm_trans *trans, void *arg)
2340{
2341 struct gsm_mncc *rel = arg;
2342 struct msgb *msg = gsm48_msgb_alloc();
2343 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
Harald Weltec7782de2010-12-21 19:31:41 +01002344 int ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002345
Harald Welte4bfdfe72009-06-10 23:11:52 +08002346 gh->msg_type = GSM48_MT_CC_RELEASE_COMPL;
2347
2348 trans->callref = 0;
2349
2350 gsm48_stop_cc_timer(trans);
2351
2352 /* cause */
2353 if (rel->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002354 gsm48_encode_cause(msg, 0, &rel->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002355 /* facility */
2356 if (rel->fields & MNCC_F_FACILITY)
Harald Welte55c8f352010-03-07 23:40:35 +01002357 gsm48_encode_facility(msg, 0, &rel->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002358 /* user-user */
2359 if (rel->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002360 gsm48_encode_useruser(msg, 0, &rel->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002361
Harald Weltec7782de2010-12-21 19:31:41 +01002362 ret = gsm48_conn_sendmsg(msg, trans->conn, trans);
2363
Harald Weltedcaf5652009-07-23 18:56:43 +02002364 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002365
Harald Weltec7782de2010-12-21 19:31:41 +01002366 return ret;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002367}
2368
2369static int gsm48_cc_rx_facility(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 fac;
2375
2376 memset(&fac, 0, sizeof(struct gsm_mncc));
2377 fac.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002378 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_FACILITY, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002379 /* facility */
2380 if (TLVP_PRESENT(&tp, GSM48_IE_FACILITY)) {
2381 fac.fields |= MNCC_F_FACILITY;
Harald Welte55c8f352010-03-07 23:40:35 +01002382 gsm48_decode_facility(&fac.facility,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002383 TLVP_VAL(&tp, GSM48_IE_FACILITY)-1);
2384 }
2385 /* ss-version */
2386 if (TLVP_PRESENT(&tp, GSM48_IE_SS_VERS)) {
2387 fac.fields |= MNCC_F_SSVERSION;
Harald Welte55c8f352010-03-07 23:40:35 +01002388 gsm48_decode_ssversion(&fac.ssversion,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002389 TLVP_VAL(&tp, GSM48_IE_SS_VERS)-1);
2390 }
2391
Harald Welte596fed42009-07-23 19:06:52 +02002392 return mncc_recvmsg(trans->subscr->net, trans, MNCC_FACILITY_IND, &fac);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002393}
2394
2395static int gsm48_cc_tx_facility(struct gsm_trans *trans, void *arg)
2396{
2397 struct gsm_mncc *fac = arg;
2398 struct msgb *msg = gsm48_msgb_alloc();
2399 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2400
Harald Welte4bfdfe72009-06-10 23:11:52 +08002401 gh->msg_type = GSM48_MT_CC_FACILITY;
2402
2403 /* facility */
Harald Welte55c8f352010-03-07 23:40:35 +01002404 gsm48_encode_facility(msg, 1, &fac->facility);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002405
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002406 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002407}
2408
2409static int gsm48_cc_rx_hold(struct gsm_trans *trans, struct msgb *msg)
2410{
2411 struct gsm_mncc hold;
2412
2413 memset(&hold, 0, sizeof(struct gsm_mncc));
2414 hold.callref = trans->callref;
Harald Welte596fed42009-07-23 19:06:52 +02002415 return mncc_recvmsg(trans->subscr->net, trans, MNCC_HOLD_IND, &hold);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002416}
2417
2418static int gsm48_cc_tx_hold_ack(struct gsm_trans *trans, void *arg)
2419{
2420 struct msgb *msg = gsm48_msgb_alloc();
2421 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2422
Harald Welte4bfdfe72009-06-10 23:11:52 +08002423 gh->msg_type = GSM48_MT_CC_HOLD_ACK;
2424
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002425 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002426}
2427
2428static int gsm48_cc_tx_hold_rej(struct gsm_trans *trans, void *arg)
2429{
2430 struct gsm_mncc *hold_rej = arg;
2431 struct msgb *msg = gsm48_msgb_alloc();
2432 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2433
Harald Welte4bfdfe72009-06-10 23:11:52 +08002434 gh->msg_type = GSM48_MT_CC_HOLD_REJ;
2435
2436 /* cause */
2437 if (hold_rej->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002438 gsm48_encode_cause(msg, 1, &hold_rej->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002439 else
Harald Welte55c8f352010-03-07 23:40:35 +01002440 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002441
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002442 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002443}
2444
2445static int gsm48_cc_rx_retrieve(struct gsm_trans *trans, struct msgb *msg)
2446{
2447 struct gsm_mncc retrieve;
2448
2449 memset(&retrieve, 0, sizeof(struct gsm_mncc));
2450 retrieve.callref = trans->callref;
Harald Welte596fed42009-07-23 19:06:52 +02002451 return mncc_recvmsg(trans->subscr->net, trans, MNCC_RETRIEVE_IND,
2452 &retrieve);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002453}
2454
2455static int gsm48_cc_tx_retrieve_ack(struct gsm_trans *trans, void *arg)
2456{
2457 struct msgb *msg = gsm48_msgb_alloc();
2458 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2459
Harald Welte4bfdfe72009-06-10 23:11:52 +08002460 gh->msg_type = GSM48_MT_CC_RETR_ACK;
2461
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002462 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002463}
2464
2465static int gsm48_cc_tx_retrieve_rej(struct gsm_trans *trans, void *arg)
2466{
2467 struct gsm_mncc *retrieve_rej = arg;
2468 struct msgb *msg = gsm48_msgb_alloc();
2469 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2470
Harald Welte4bfdfe72009-06-10 23:11:52 +08002471 gh->msg_type = GSM48_MT_CC_RETR_REJ;
2472
2473 /* cause */
2474 if (retrieve_rej->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002475 gsm48_encode_cause(msg, 1, &retrieve_rej->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002476 else
Harald Welte55c8f352010-03-07 23:40:35 +01002477 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002478
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002479 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002480}
2481
2482static int gsm48_cc_rx_start_dtmf(struct gsm_trans *trans, struct msgb *msg)
2483{
2484 struct gsm48_hdr *gh = msgb_l3(msg);
2485 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2486 struct tlv_parsed tp;
2487 struct gsm_mncc dtmf;
2488
2489 memset(&dtmf, 0, sizeof(struct gsm_mncc));
2490 dtmf.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002491 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, 0, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002492 /* keypad facility */
2493 if (TLVP_PRESENT(&tp, GSM48_IE_KPD_FACILITY)) {
2494 dtmf.fields |= MNCC_F_KEYPAD;
Harald Welte55c8f352010-03-07 23:40:35 +01002495 gsm48_decode_keypad(&dtmf.keypad,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002496 TLVP_VAL(&tp, GSM48_IE_KPD_FACILITY)-1);
2497 }
2498
Harald Welte596fed42009-07-23 19:06:52 +02002499 return mncc_recvmsg(trans->subscr->net, trans, MNCC_START_DTMF_IND, &dtmf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002500}
2501
2502static int gsm48_cc_tx_start_dtmf_ack(struct gsm_trans *trans, void *arg)
2503{
2504 struct gsm_mncc *dtmf = arg;
2505 struct msgb *msg = gsm48_msgb_alloc();
2506 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2507
Harald Welte4bfdfe72009-06-10 23:11:52 +08002508 gh->msg_type = GSM48_MT_CC_START_DTMF_ACK;
2509
2510 /* keypad */
2511 if (dtmf->fields & MNCC_F_KEYPAD)
Harald Welte55c8f352010-03-07 23:40:35 +01002512 gsm48_encode_keypad(msg, dtmf->keypad);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002513
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002514 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002515}
2516
2517static int gsm48_cc_tx_start_dtmf_rej(struct gsm_trans *trans, void *arg)
2518{
2519 struct gsm_mncc *dtmf = arg;
2520 struct msgb *msg = gsm48_msgb_alloc();
2521 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2522
Harald Welte4bfdfe72009-06-10 23:11:52 +08002523 gh->msg_type = GSM48_MT_CC_START_DTMF_REJ;
2524
2525 /* cause */
2526 if (dtmf->fields & MNCC_F_CAUSE)
Harald Welte55c8f352010-03-07 23:40:35 +01002527 gsm48_encode_cause(msg, 1, &dtmf->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002528 else
Harald Welte55c8f352010-03-07 23:40:35 +01002529 gsm48_encode_cause(msg, 1, &default_cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002530
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002531 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002532}
2533
2534static int gsm48_cc_tx_stop_dtmf_ack(struct gsm_trans *trans, void *arg)
2535{
2536 struct msgb *msg = gsm48_msgb_alloc();
2537 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2538
Harald Welte4bfdfe72009-06-10 23:11:52 +08002539 gh->msg_type = GSM48_MT_CC_STOP_DTMF_ACK;
2540
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002541 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002542}
2543
2544static int gsm48_cc_rx_stop_dtmf(struct gsm_trans *trans, struct msgb *msg)
2545{
2546 struct gsm_mncc dtmf;
2547
2548 memset(&dtmf, 0, sizeof(struct gsm_mncc));
2549 dtmf.callref = trans->callref;
2550
Harald Welte596fed42009-07-23 19:06:52 +02002551 return mncc_recvmsg(trans->subscr->net, trans, MNCC_STOP_DTMF_IND, &dtmf);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002552}
2553
2554static int gsm48_cc_rx_modify(struct gsm_trans *trans, struct msgb *msg)
2555{
2556 struct gsm48_hdr *gh = msgb_l3(msg);
2557 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2558 struct tlv_parsed tp;
2559 struct gsm_mncc modify;
2560
2561 memset(&modify, 0, sizeof(struct gsm_mncc));
2562 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002563 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002564 /* bearer capability */
2565 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2566 modify.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002567 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002568 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
2569 }
2570
2571 new_cc_state(trans, GSM_CSTATE_MO_ORIG_MODIFY);
2572
Harald Welte596fed42009-07-23 19:06:52 +02002573 return mncc_recvmsg(trans->subscr->net, trans, MNCC_MODIFY_IND, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002574}
2575
2576static int gsm48_cc_tx_modify(struct gsm_trans *trans, void *arg)
2577{
2578 struct gsm_mncc *modify = arg;
2579 struct msgb *msg = gsm48_msgb_alloc();
2580 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2581
Harald Welte4bfdfe72009-06-10 23:11:52 +08002582 gh->msg_type = GSM48_MT_CC_MODIFY;
2583
2584 gsm48_start_cc_timer(trans, 0x323, GSM48_T323);
2585
2586 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002587 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002588
2589 new_cc_state(trans, GSM_CSTATE_MO_TERM_MODIFY);
2590
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002591 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002592}
2593
2594static int gsm48_cc_rx_modify_complete(struct gsm_trans *trans, struct msgb *msg)
2595{
2596 struct gsm48_hdr *gh = msgb_l3(msg);
2597 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2598 struct tlv_parsed tp;
2599 struct gsm_mncc modify;
2600
2601 gsm48_stop_cc_timer(trans);
2602
2603 memset(&modify, 0, sizeof(struct gsm_mncc));
2604 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002605 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002606 /* bearer capability */
2607 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2608 modify.fields |= MNCC_F_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002609 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002610 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
2611 }
2612
2613 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2614
Harald Welte596fed42009-07-23 19:06:52 +02002615 return mncc_recvmsg(trans->subscr->net, trans, MNCC_MODIFY_CNF, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002616}
2617
2618static int gsm48_cc_tx_modify_complete(struct gsm_trans *trans, void *arg)
2619{
2620 struct gsm_mncc *modify = arg;
2621 struct msgb *msg = gsm48_msgb_alloc();
2622 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2623
Harald Welte4bfdfe72009-06-10 23:11:52 +08002624 gh->msg_type = GSM48_MT_CC_MODIFY_COMPL;
2625
2626 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002627 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002628
2629 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2630
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002631 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002632}
2633
2634static int gsm48_cc_rx_modify_reject(struct gsm_trans *trans, struct msgb *msg)
2635{
2636 struct gsm48_hdr *gh = msgb_l3(msg);
2637 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2638 struct tlv_parsed tp;
2639 struct gsm_mncc modify;
2640
2641 gsm48_stop_cc_timer(trans);
2642
2643 memset(&modify, 0, sizeof(struct gsm_mncc));
2644 modify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002645 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_BEARER_CAP, GSM48_IE_CAUSE);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002646 /* bearer capability */
2647 if (TLVP_PRESENT(&tp, GSM48_IE_BEARER_CAP)) {
2648 modify.fields |= GSM48_IE_BEARER_CAP;
Harald Welte55c8f352010-03-07 23:40:35 +01002649 gsm48_decode_bearer_cap(&modify.bearer_cap,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002650 TLVP_VAL(&tp, GSM48_IE_BEARER_CAP)-1);
2651 }
2652 /* cause */
2653 if (TLVP_PRESENT(&tp, GSM48_IE_CAUSE)) {
2654 modify.fields |= MNCC_F_CAUSE;
Harald Welte55c8f352010-03-07 23:40:35 +01002655 gsm48_decode_cause(&modify.cause,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002656 TLVP_VAL(&tp, GSM48_IE_CAUSE)-1);
2657 }
2658
2659 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2660
Harald Welte596fed42009-07-23 19:06:52 +02002661 return mncc_recvmsg(trans->subscr->net, trans, MNCC_MODIFY_REJ, &modify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002662}
2663
2664static int gsm48_cc_tx_modify_reject(struct gsm_trans *trans, void *arg)
2665{
2666 struct gsm_mncc *modify = arg;
2667 struct msgb *msg = gsm48_msgb_alloc();
2668 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2669
Harald Welte4bfdfe72009-06-10 23:11:52 +08002670 gh->msg_type = GSM48_MT_CC_MODIFY_REJECT;
2671
2672 /* bearer capability */
Harald Welte55c8f352010-03-07 23:40:35 +01002673 gsm48_encode_bearer_cap(msg, 1, &modify->bearer_cap);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002674 /* cause */
Harald Welte55c8f352010-03-07 23:40:35 +01002675 gsm48_encode_cause(msg, 1, &modify->cause);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002676
2677 new_cc_state(trans, GSM_CSTATE_ACTIVE);
2678
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002679 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002680}
2681
2682static int gsm48_cc_tx_notify(struct gsm_trans *trans, void *arg)
2683{
2684 struct gsm_mncc *notify = arg;
2685 struct msgb *msg = gsm48_msgb_alloc();
2686 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2687
Harald Welte4bfdfe72009-06-10 23:11:52 +08002688 gh->msg_type = GSM48_MT_CC_NOTIFY;
2689
2690 /* notify */
Harald Welte55c8f352010-03-07 23:40:35 +01002691 gsm48_encode_notify(msg, notify->notify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002692
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002693 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002694}
2695
2696static int gsm48_cc_rx_notify(struct gsm_trans *trans, struct msgb *msg)
2697{
2698 struct gsm48_hdr *gh = msgb_l3(msg);
2699 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2700// struct tlv_parsed tp;
2701 struct gsm_mncc notify;
2702
2703 memset(&notify, 0, sizeof(struct gsm_mncc));
2704 notify.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002705// tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002706 if (payload_len >= 1)
Harald Welte55c8f352010-03-07 23:40:35 +01002707 gsm48_decode_notify(&notify.notify, gh->data);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002708
Harald Welte596fed42009-07-23 19:06:52 +02002709 return mncc_recvmsg(trans->subscr->net, trans, MNCC_NOTIFY_IND, &notify);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002710}
2711
2712static int gsm48_cc_tx_userinfo(struct gsm_trans *trans, void *arg)
2713{
2714 struct gsm_mncc *user = arg;
2715 struct msgb *msg = gsm48_msgb_alloc();
2716 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
2717
Harald Welte4bfdfe72009-06-10 23:11:52 +08002718 gh->msg_type = GSM48_MT_CC_USER_INFO;
2719
2720 /* user-user */
2721 if (user->fields & MNCC_F_USERUSER)
Harald Welte55c8f352010-03-07 23:40:35 +01002722 gsm48_encode_useruser(msg, 1, &user->useruser);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002723 /* more data */
2724 if (user->more)
Harald Welte55c8f352010-03-07 23:40:35 +01002725 gsm48_encode_more(msg);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002726
Holger Hans Peter Freyther9c137a72010-06-15 13:57:40 +08002727 return gsm48_conn_sendmsg(msg, trans->conn, trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002728}
2729
2730static int gsm48_cc_rx_userinfo(struct gsm_trans *trans, struct msgb *msg)
2731{
2732 struct gsm48_hdr *gh = msgb_l3(msg);
2733 unsigned int payload_len = msgb_l3len(msg) - sizeof(*gh);
2734 struct tlv_parsed tp;
2735 struct gsm_mncc user;
2736
2737 memset(&user, 0, sizeof(struct gsm_mncc));
2738 user.callref = trans->callref;
Harald Welte474d19f2010-03-02 23:18:30 +01002739 tlv_parse(&tp, &gsm48_att_tlvdef, gh->data, payload_len, GSM48_IE_USER_USER, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002740 /* user-user */
2741 if (TLVP_PRESENT(&tp, GSM48_IE_USER_USER)) {
2742 user.fields |= MNCC_F_USERUSER;
Harald Welte55c8f352010-03-07 23:40:35 +01002743 gsm48_decode_useruser(&user.useruser,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002744 TLVP_VAL(&tp, GSM48_IE_USER_USER)-1);
2745 }
2746 /* more data */
2747 if (TLVP_PRESENT(&tp, GSM48_IE_MORE_DATA))
2748 user.more = 1;
2749
Harald Welte596fed42009-07-23 19:06:52 +02002750 return mncc_recvmsg(trans->subscr->net, trans, MNCC_USERINFO_IND, &user);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002751}
2752
Holger Hans Peter Freytherff3f2602009-10-22 15:13:00 +02002753static int _gsm48_lchan_modify(struct gsm_trans *trans, void *arg)
Harald Welte4bfdfe72009-06-10 23:11:52 +08002754{
2755 struct gsm_mncc *mode = arg;
2756
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01002757 return gsm48_lchan_modify(trans->conn->lchan, mode->lchan_mode);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002758}
2759
2760static struct downstate {
2761 u_int32_t states;
2762 int type;
2763 int (*rout) (struct gsm_trans *trans, void *arg);
2764} downstatelist[] = {
2765 /* mobile originating call establishment */
2766 {SBIT(GSM_CSTATE_INITIATED), /* 5.2.1.2 */
2767 MNCC_CALL_PROC_REQ, gsm48_cc_tx_call_proc},
2768 {SBIT(GSM_CSTATE_INITIATED) | SBIT(GSM_CSTATE_MO_CALL_PROC), /* 5.2.1.2 | 5.2.1.5 */
2769 MNCC_ALERT_REQ, gsm48_cc_tx_alerting},
2770 {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 */
2771 MNCC_SETUP_RSP, gsm48_cc_tx_connect},
2772 {SBIT(GSM_CSTATE_MO_CALL_PROC), /* 5.2.1.4.2 */
2773 MNCC_PROGRESS_REQ, gsm48_cc_tx_progress},
2774 /* mobile terminating call establishment */
2775 {SBIT(GSM_CSTATE_NULL), /* 5.2.2.1 */
2776 MNCC_SETUP_REQ, gsm48_cc_tx_setup},
2777 {SBIT(GSM_CSTATE_CONNECT_REQUEST),
2778 MNCC_SETUP_COMPL_REQ, gsm48_cc_tx_connect_ack},
2779 /* signalling during call */
2780 {SBIT(GSM_CSTATE_ACTIVE),
2781 MNCC_NOTIFY_REQ, gsm48_cc_tx_notify},
2782 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ),
2783 MNCC_FACILITY_REQ, gsm48_cc_tx_facility},
2784 {ALL_STATES,
2785 MNCC_START_DTMF_RSP, gsm48_cc_tx_start_dtmf_ack},
2786 {ALL_STATES,
2787 MNCC_START_DTMF_REJ, gsm48_cc_tx_start_dtmf_rej},
2788 {ALL_STATES,
2789 MNCC_STOP_DTMF_RSP, gsm48_cc_tx_stop_dtmf_ack},
2790 {SBIT(GSM_CSTATE_ACTIVE),
2791 MNCC_HOLD_CNF, gsm48_cc_tx_hold_ack},
2792 {SBIT(GSM_CSTATE_ACTIVE),
2793 MNCC_HOLD_REJ, gsm48_cc_tx_hold_rej},
2794 {SBIT(GSM_CSTATE_ACTIVE),
2795 MNCC_RETRIEVE_CNF, gsm48_cc_tx_retrieve_ack},
2796 {SBIT(GSM_CSTATE_ACTIVE),
2797 MNCC_RETRIEVE_REJ, gsm48_cc_tx_retrieve_rej},
2798 {SBIT(GSM_CSTATE_ACTIVE),
2799 MNCC_MODIFY_REQ, gsm48_cc_tx_modify},
2800 {SBIT(GSM_CSTATE_MO_ORIG_MODIFY),
2801 MNCC_MODIFY_RSP, gsm48_cc_tx_modify_complete},
2802 {SBIT(GSM_CSTATE_MO_ORIG_MODIFY),
2803 MNCC_MODIFY_REJ, gsm48_cc_tx_modify_reject},
2804 {SBIT(GSM_CSTATE_ACTIVE),
2805 MNCC_USERINFO_REQ, gsm48_cc_tx_userinfo},
2806 /* clearing */
2807 {SBIT(GSM_CSTATE_INITIATED),
2808 MNCC_REJ_REQ, gsm48_cc_tx_release_compl},
2809 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_DISCONNECT_IND) - SBIT(GSM_CSTATE_RELEASE_REQ) - SBIT(GSM_CSTATE_DISCONNECT_REQ), /* 5.4.4 */
2810 MNCC_DISC_REQ, gsm48_cc_tx_disconnect},
2811 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ), /* 5.4.3.2 */
2812 MNCC_REL_REQ, gsm48_cc_tx_release},
2813 /* special */
2814 {ALL_STATES,
Holger Hans Peter Freytherff3f2602009-10-22 15:13:00 +02002815 MNCC_LCHAN_MODIFY, _gsm48_lchan_modify},
Harald Welte4bfdfe72009-06-10 23:11:52 +08002816};
2817
2818#define DOWNSLLEN \
2819 (sizeof(downstatelist) / sizeof(struct downstate))
2820
2821
2822int mncc_send(struct gsm_network *net, int msg_type, void *arg)
2823{
Harald Welte1a6f7982009-08-09 18:52:33 +02002824 int i, rc = 0;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002825 struct gsm_trans *trans = NULL, *transt;
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08002826 struct gsm_subscriber_connection *conn = NULL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002827 struct gsm_bts *bts = NULL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002828 struct gsm_mncc *data = arg, rel;
2829
2830 /* handle special messages */
2831 switch(msg_type) {
2832 case MNCC_BRIDGE:
2833 return tch_bridge(net, arg);
2834 case MNCC_FRAME_DROP:
Harald Welteda7ab742009-12-19 22:23:05 +01002835 return tch_recv_mncc(net, data->callref, 0);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002836 case MNCC_FRAME_RECV:
Harald Welteda7ab742009-12-19 22:23:05 +01002837 return tch_recv_mncc(net, data->callref, 1);
2838 case GSM_TCHF_FRAME:
2839 /* Find callref */
2840 trans = trans_find_by_callref(net, data->callref);
2841 if (!trans)
2842 return -EIO;
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01002843 if (!trans->conn)
Harald Welteda7ab742009-12-19 22:23:05 +01002844 return 0;
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01002845 if (trans->conn->lchan->type != GSM_LCHAN_TCH_F)
Harald Welteda7ab742009-12-19 22:23:05 +01002846 return 0;
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01002847 bts = trans->conn->lchan->ts->trx->bts;
Harald Welteda7ab742009-12-19 22:23:05 +01002848 switch (bts->type) {
2849 case GSM_BTS_TYPE_NANOBTS:
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01002850 if (!trans->conn->lchan->abis_ip.rtp_socket)
Harald Welteda7ab742009-12-19 22:23:05 +01002851 return 0;
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01002852 return rtp_send_frame(trans->conn->lchan->abis_ip.rtp_socket, arg);
Harald Welteda7ab742009-12-19 22:23:05 +01002853 case GSM_BTS_TYPE_BS11:
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01002854 return trau_send_frame(trans->conn->lchan, arg);
Harald Welteda7ab742009-12-19 22:23:05 +01002855 default:
2856 DEBUGP(DCC, "Unknown BTS type %u\n", bts->type);
2857 }
2858 return -EINVAL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002859 }
2860
2861 memset(&rel, 0, sizeof(struct gsm_mncc));
2862 rel.callref = data->callref;
2863
2864 /* Find callref */
Harald Weltedcaf5652009-07-23 18:56:43 +02002865 trans = trans_find_by_callref(net, data->callref);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002866
2867 /* Callref unknown */
2868 if (!trans) {
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01002869 struct gsm_subscriber *subscr;
2870
Harald Welte4a3464c2009-07-04 10:11:24 +02002871 if (msg_type != MNCC_SETUP_REQ) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002872 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
2873 "Received '%s' from MNCC with "
2874 "unknown callref %d\n", data->called.number,
2875 get_mncc_name(msg_type), data->callref);
2876 /* Invalid call reference */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08002877 return mncc_release_ind(net, NULL, data->callref,
2878 GSM48_CAUSE_LOC_PRN_S_LU,
2879 GSM48_CC_CAUSE_INVAL_TRANS_ID);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002880 }
Andreas Eversbergc079be42009-06-15 23:22:09 +02002881 if (!data->called.number[0] && !data->imsi[0]) {
2882 DEBUGP(DCC, "(bts - trx - ts - ti) "
2883 "Received '%s' from MNCC with "
2884 "no number or IMSI\n", get_mncc_name(msg_type));
2885 /* Invalid number */
2886 return mncc_release_ind(net, NULL, data->callref,
2887 GSM48_CAUSE_LOC_PRN_S_LU,
2888 GSM48_CC_CAUSE_INV_NR_FORMAT);
2889 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08002890 /* New transaction due to setup, find subscriber */
Andreas Eversbergc079be42009-06-15 23:22:09 +02002891 if (data->called.number[0])
Harald Welte9176bd42009-07-23 18:46:00 +02002892 subscr = subscr_get_by_extension(net,
2893 data->called.number);
Andreas Eversbergc079be42009-06-15 23:22:09 +02002894 else
Harald Welte9176bd42009-07-23 18:46:00 +02002895 subscr = subscr_get_by_imsi(net, data->imsi);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002896 /* If subscriber is not found */
2897 if (!subscr) {
2898 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
2899 "Received '%s' from MNCC with "
2900 "unknown subscriber %s\n", data->called.number,
2901 get_mncc_name(msg_type), data->called.number);
2902 /* Unknown subscriber */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08002903 return mncc_release_ind(net, NULL, data->callref,
2904 GSM48_CAUSE_LOC_PRN_S_LU,
2905 GSM48_CC_CAUSE_UNASSIGNED_NR);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002906 }
2907 /* If subscriber is not "attached" */
2908 if (!subscr->lac) {
2909 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
2910 "Received '%s' from MNCC with "
2911 "detached subscriber %s\n", data->called.number,
2912 get_mncc_name(msg_type), data->called.number);
2913 subscr_put(subscr);
2914 /* Temporarily out of order */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08002915 return mncc_release_ind(net, NULL, data->callref,
2916 GSM48_CAUSE_LOC_PRN_S_LU,
2917 GSM48_CC_CAUSE_DEST_OOO);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002918 }
2919 /* Create transaction */
Harald Weltedcaf5652009-07-23 18:56:43 +02002920 trans = trans_alloc(subscr, GSM48_PDISC_CC, 0xff, data->callref);
2921 if (!trans) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002922 DEBUGP(DCC, "No memory for trans.\n");
2923 subscr_put(subscr);
2924 /* Ressource unavailable */
Andreas Eversberg7563ac92009-06-14 22:14:12 +08002925 mncc_release_ind(net, NULL, data->callref,
2926 GSM48_CAUSE_LOC_PRN_S_LU,
2927 GSM48_CC_CAUSE_RESOURCE_UNAVAIL);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002928 return -ENOMEM;
2929 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08002930 /* Find lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08002931 conn = connection_for_subscr(subscr);
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01002932
Harald Welte4bfdfe72009-06-10 23:11:52 +08002933 /* If subscriber has no lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08002934 if (!conn) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002935 /* find transaction with this subscriber already paging */
2936 llist_for_each_entry(transt, &net->trans_list, entry) {
2937 /* Transaction of our lchan? */
2938 if (transt == trans ||
2939 transt->subscr != subscr)
2940 continue;
2941 DEBUGP(DCC, "(bts %d trx - ts - ti -- sub %s) "
2942 "Received '%s' from MNCC with "
2943 "unallocated channel, paging already "
2944 "started.\n", bts->nr,
2945 data->called.number,
2946 get_mncc_name(msg_type));
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01002947 subscr_put(subscr);
2948 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002949 return 0;
2950 }
2951 /* store setup informations until paging was successfull */
Harald Weltedcaf5652009-07-23 18:56:43 +02002952 memcpy(&trans->cc.msg, data, sizeof(struct gsm_mncc));
Sylvain Munaut567c8dc2010-12-01 22:17:36 +01002953
2954 /* Get a channel */
2955 subscr_get_channel(subscr, RSL_CHANNEED_TCH_F, setup_trig_pag_evt, subscr);
2956
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01002957 subscr_put(subscr);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002958 return 0;
2959 }
2960 /* Assign lchan */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08002961 trans->conn = conn;
Holger Hans Peter Freytherccf53c62009-10-27 14:21:14 +01002962 subscr_put(subscr);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002963 }
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01002964
2965 if (trans->conn)
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08002966 conn = trans->conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08002967
2968 /* if paging did not respond yet */
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08002969 if (!conn) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08002970 DEBUGP(DCC, "(bts - trx - ts - ti -- sub %s) "
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02002971 "Received '%s' from MNCC in paging state\n",
Harald Welte4bfdfe72009-06-10 23:11:52 +08002972 (trans->subscr)?(trans->subscr->extension):"-",
2973 get_mncc_name(msg_type));
Harald Weltec66b71c2009-06-11 14:23:20 +08002974 mncc_set_cause(&rel, GSM48_CAUSE_LOC_PRN_S_LU,
2975 GSM48_CC_CAUSE_NORM_CALL_CLEAR);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002976 if (msg_type == MNCC_REL_REQ)
2977 rc = mncc_recvmsg(net, trans, MNCC_REL_CNF, &rel);
2978 else
2979 rc = mncc_recvmsg(net, trans, MNCC_REL_IND, &rel);
2980 trans->callref = 0;
Harald Weltedcaf5652009-07-23 18:56:43 +02002981 trans_free(trans);
Harald Welte4bfdfe72009-06-10 23:11:52 +08002982 return rc;
2983 }
2984
2985 DEBUGP(DCC, "(bts %d trx %d ts %d ti %02x sub %s) "
2986 "Received '%s' from MNCC in state %d (%s)\n",
Holger Hans Peter Freytherb2be1952010-06-16 13:23:55 +08002987 conn->bts->nr, conn->lchan->ts->trx->nr, conn->lchan->ts->nr,
Harald Welte4bfdfe72009-06-10 23:11:52 +08002988 trans->transaction_id,
Holger Hans Peter Freythere95d4822010-03-23 07:00:22 +01002989 (trans->conn->subscr)?(trans->conn->subscr->extension):"-",
Harald Weltedcaf5652009-07-23 18:56:43 +02002990 get_mncc_name(msg_type), trans->cc.state,
Harald Weltee95daf12010-03-25 12:13:02 +08002991 gsm48_cc_state_name(trans->cc.state));
Harald Welte4bfdfe72009-06-10 23:11:52 +08002992
2993 /* Find function for current state and message */
2994 for (i = 0; i < DOWNSLLEN; i++)
2995 if ((msg_type == downstatelist[i].type)
Harald Weltedcaf5652009-07-23 18:56:43 +02002996 && ((1 << trans->cc.state) & downstatelist[i].states))
Harald Welte4bfdfe72009-06-10 23:11:52 +08002997 break;
2998 if (i == DOWNSLLEN) {
2999 DEBUGP(DCC, "Message unhandled at this state.\n");
3000 return 0;
3001 }
3002
3003 rc = downstatelist[i].rout(trans, arg);
3004
3005 return rc;
3006}
3007
3008
3009static struct datastate {
3010 u_int32_t states;
3011 int type;
3012 int (*rout) (struct gsm_trans *trans, struct msgb *msg);
3013} datastatelist[] = {
3014 /* mobile originating call establishment */
3015 {SBIT(GSM_CSTATE_NULL), /* 5.2.1.2 */
3016 GSM48_MT_CC_SETUP, gsm48_cc_rx_setup},
3017 {SBIT(GSM_CSTATE_NULL), /* 5.2.1.2 */
3018 GSM48_MT_CC_EMERG_SETUP, gsm48_cc_rx_setup},
3019 {SBIT(GSM_CSTATE_CONNECT_IND), /* 5.2.1.2 */
3020 GSM48_MT_CC_CONNECT_ACK, gsm48_cc_rx_connect_ack},
3021 /* mobile terminating call establishment */
3022 {SBIT(GSM_CSTATE_CALL_PRESENT), /* 5.2.2.3.2 */
3023 GSM48_MT_CC_CALL_CONF, gsm48_cc_rx_call_conf},
3024 {SBIT(GSM_CSTATE_CALL_PRESENT) | SBIT(GSM_CSTATE_MO_TERM_CALL_CONF), /* ???? | 5.2.2.3.2 */
3025 GSM48_MT_CC_ALERTING, gsm48_cc_rx_alerting},
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003026 {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 +08003027 GSM48_MT_CC_CONNECT, gsm48_cc_rx_connect},
3028 /* signalling during call */
3029 {ALL_STATES - SBIT(GSM_CSTATE_NULL),
3030 GSM48_MT_CC_FACILITY, gsm48_cc_rx_facility},
3031 {SBIT(GSM_CSTATE_ACTIVE),
3032 GSM48_MT_CC_NOTIFY, gsm48_cc_rx_notify},
3033 {ALL_STATES,
3034 GSM48_MT_CC_START_DTMF, gsm48_cc_rx_start_dtmf},
3035 {ALL_STATES,
3036 GSM48_MT_CC_STOP_DTMF, gsm48_cc_rx_stop_dtmf},
3037 {ALL_STATES,
3038 GSM48_MT_CC_STATUS_ENQ, gsm48_cc_rx_status_enq},
3039 {SBIT(GSM_CSTATE_ACTIVE),
3040 GSM48_MT_CC_HOLD, gsm48_cc_rx_hold},
3041 {SBIT(GSM_CSTATE_ACTIVE),
3042 GSM48_MT_CC_RETR, gsm48_cc_rx_retrieve},
3043 {SBIT(GSM_CSTATE_ACTIVE),
3044 GSM48_MT_CC_MODIFY, gsm48_cc_rx_modify},
3045 {SBIT(GSM_CSTATE_MO_TERM_MODIFY),
3046 GSM48_MT_CC_MODIFY_COMPL, gsm48_cc_rx_modify_complete},
3047 {SBIT(GSM_CSTATE_MO_TERM_MODIFY),
3048 GSM48_MT_CC_MODIFY_REJECT, gsm48_cc_rx_modify_reject},
3049 {SBIT(GSM_CSTATE_ACTIVE),
3050 GSM48_MT_CC_USER_INFO, gsm48_cc_rx_userinfo},
3051 /* clearing */
3052 {ALL_STATES - SBIT(GSM_CSTATE_NULL) - SBIT(GSM_CSTATE_RELEASE_REQ), /* 5.4.3.2 */
3053 GSM48_MT_CC_DISCONNECT, gsm48_cc_rx_disconnect},
3054 {ALL_STATES - SBIT(GSM_CSTATE_NULL), /* 5.4.4.1.2.2 */
3055 GSM48_MT_CC_RELEASE, gsm48_cc_rx_release},
3056 {ALL_STATES, /* 5.4.3.4 */
3057 GSM48_MT_CC_RELEASE_COMPL, gsm48_cc_rx_release_compl},
3058};
3059
3060#define DATASLLEN \
3061 (sizeof(datastatelist) / sizeof(struct datastate))
3062
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003063static int gsm0408_rcv_cc(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte4bc90a12008-12-27 16:32:52 +00003064{
3065 struct gsm48_hdr *gh = msgb_l3(msg);
3066 u_int8_t msg_type = gh->msg_type & 0xbf;
Harald Welte6f5aee02009-07-23 21:21:14 +02003067 u_int8_t transaction_id = ((gh->proto_discr & 0xf0) ^ 0x80) >> 4; /* flip */
Harald Weltedcaf5652009-07-23 18:56:43 +02003068 struct gsm_trans *trans = NULL;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003069 int i, rc = 0;
Harald Welte4bc90a12008-12-27 16:32:52 +00003070
Harald Welte4bfdfe72009-06-10 23:11:52 +08003071 if (msg_type & 0x80) {
3072 DEBUGP(DCC, "MSG 0x%2x not defined for PD error\n", msg_type);
3073 return -EINVAL;
Harald Welte4bc90a12008-12-27 16:32:52 +00003074 }
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003075
Harald Welte4bfdfe72009-06-10 23:11:52 +08003076 /* Find transaction */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003077 trans = trans_find_by_id(conn->subscr, GSM48_PDISC_CC, transaction_id);
Harald Weltedcaf5652009-07-23 18:56:43 +02003078
Harald Welte6f5aee02009-07-23 21:21:14 +02003079 DEBUGP(DCC, "(bts %d trx %d ts %d ti %x sub %s) "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003080 "Received '%s' from MS in state %d (%s)\n",
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003081 conn->bts->nr, conn->lchan->ts->trx->nr, conn->lchan->ts->nr,
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003082 transaction_id, (conn->subscr)?(conn->subscr->extension):"-",
Harald Weltee95daf12010-03-25 12:13:02 +08003083 gsm48_cc_msg_name(msg_type), trans?(trans->cc.state):0,
3084 gsm48_cc_state_name(trans?(trans->cc.state):0));
Harald Welte4bfdfe72009-06-10 23:11:52 +08003085
3086 /* Create transaction */
3087 if (!trans) {
Harald Welte6f5aee02009-07-23 21:21:14 +02003088 DEBUGP(DCC, "Unknown transaction ID %x, "
Harald Welte4bfdfe72009-06-10 23:11:52 +08003089 "creating new trans.\n", transaction_id);
3090 /* Create transaction */
Holger Hans Peter Freyther68884aa2010-03-23 06:41:45 +01003091 trans = trans_alloc(conn->subscr, GSM48_PDISC_CC,
Harald Weltedcaf5652009-07-23 18:56:43 +02003092 transaction_id, new_callref++);
3093 if (!trans) {
Harald Welte4bfdfe72009-06-10 23:11:52 +08003094 DEBUGP(DCC, "No memory for trans.\n");
Holger Hans Peter Freythere9ed3402010-06-16 12:30:50 +08003095 rc = gsm48_tx_simple(trans->conn,
Harald Welte6f5aee02009-07-23 21:21:14 +02003096 GSM48_PDISC_CC | (transaction_id << 4),
Harald Welte4bfdfe72009-06-10 23:11:52 +08003097 GSM48_MT_CC_RELEASE_COMPL);
3098 return -ENOMEM;
3099 }
Harald Welte4bfdfe72009-06-10 23:11:52 +08003100 /* Assign transaction */
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003101 trans->conn = conn;
Harald Welte4bfdfe72009-06-10 23:11:52 +08003102 }
3103
3104 /* find function for current state and message */
3105 for (i = 0; i < DATASLLEN; i++)
3106 if ((msg_type == datastatelist[i].type)
Harald Weltedcaf5652009-07-23 18:56:43 +02003107 && ((1 << trans->cc.state) & datastatelist[i].states))
Harald Welte4bfdfe72009-06-10 23:11:52 +08003108 break;
3109 if (i == DATASLLEN) {
3110 DEBUGP(DCC, "Message unhandled at this state.\n");
3111 return 0;
3112 }
3113
3114 rc = datastatelist[i].rout(trans, msg);
Harald Welte4bc90a12008-12-27 16:32:52 +00003115
3116 return rc;
3117}
3118
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003119/* Create a dummy to wait five seconds */
3120static void release_anchor(struct gsm_subscriber_connection *conn)
3121{
3122 if (!conn->anch_operation)
3123 return;
3124
3125 bsc_del_timer(&conn->anch_operation->timeout);
3126 talloc_free(conn->anch_operation);
3127 conn->anch_operation = NULL;
3128}
3129
3130static void anchor_timeout(void *_data)
3131{
3132 struct gsm_subscriber_connection *con = _data;
3133
3134 release_anchor(con);
3135 msc_release_connection(con);
3136}
3137
3138int gsm0408_new_conn(struct gsm_subscriber_connection *conn)
3139{
3140 conn->anch_operation = talloc_zero(conn, struct gsm_anchor_operation);
3141 if (!conn->anch_operation)
3142 return -1;
3143
3144 conn->anch_operation->timeout.data = conn;
3145 conn->anch_operation->timeout.cb = anchor_timeout;
3146 bsc_schedule_timer(&conn->anch_operation->timeout, 5, 0);
3147 return 0;
3148}
3149
Holger Hans Peter Freyther97643312010-06-17 16:41:25 +08003150/* here we get data from the BSC level... */
3151int gsm0408_dispatch(struct gsm_subscriber_connection *conn, struct msgb *msg)
Harald Welte52b1f982008-12-23 20:25:15 +00003152{
3153 struct gsm48_hdr *gh = msgb_l3(msg);
3154 u_int8_t pdisc = gh->proto_discr & 0x0f;
Harald Welte8470bf22008-12-25 23:28:35 +00003155 int rc = 0;
Harald Welte51008772009-12-29 11:49:12 +01003156
Holger Hans Peter Freyther758f4df2010-06-21 10:34:03 +08003157 if (silent_call_reroute(conn, msg))
3158 return silent_call_rx(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003159
3160 switch (pdisc) {
3161 case GSM48_PDISC_CC:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003162 release_anchor(conn);
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003163 rc = gsm0408_rcv_cc(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003164 break;
3165 case GSM48_PDISC_MM:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003166 rc = gsm0408_rcv_mm(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003167 break;
3168 case GSM48_PDISC_RR:
Holger Hans Peter Freyther3f122be2010-06-17 17:14:35 +08003169 rc = gsm0408_rcv_rr(conn, msg);
Harald Welte52b1f982008-12-23 20:25:15 +00003170 break;
Harald Weltebcae43f2008-12-27 21:45:37 +00003171 case GSM48_PDISC_SMS:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003172 release_anchor(conn);
Holger Hans Peter Freyther97643312010-06-17 16:41:25 +08003173 rc = gsm0411_rcv_sms(conn, msg);
Harald Weltebcae43f2008-12-27 21:45:37 +00003174 break;
Harald Welte52b1f982008-12-23 20:25:15 +00003175 case GSM48_PDISC_MM_GPRS:
Harald Weltebcae43f2008-12-27 21:45:37 +00003176 case GSM48_PDISC_SM_GPRS:
Harald Welte5d24ba12009-12-24 12:13:17 +01003177 LOGP(DRLL, LOGL_NOTICE, "Unimplemented "
3178 "GSM 04.08 discriminator 0x%02x\n", pdisc);
Harald Welte52b1f982008-12-23 20:25:15 +00003179 break;
Harald Welte6eafe912009-10-16 08:32:58 +02003180 case GSM48_PDISC_NC_SS:
Holger Hans Peter Freyther02d39b22010-07-05 15:34:16 +08003181 release_anchor(conn);
Holger Hans Peter Freytherd42c3f22010-06-17 17:35:57 +08003182 rc = handle_rcv_ussd(conn, msg);
Harald Welte6eafe912009-10-16 08:32:58 +02003183 break;
Harald Welte52b1f982008-12-23 20:25:15 +00003184 default:
Harald Welte5d24ba12009-12-24 12:13:17 +01003185 LOGP(DRLL, LOGL_NOTICE, "Unknown "
3186 "GSM 04.08 discriminator 0x%02x\n", pdisc);
Harald Welte52b1f982008-12-23 20:25:15 +00003187 break;
3188 }
3189
3190 return rc;
3191}
Harald Welte8470bf22008-12-25 23:28:35 +00003192
Harald Welte805f6442009-07-28 18:25:29 +02003193/*
3194 * This will be ran by the linker when loading the DSO. We use it to
3195 * do system initialization, e.g. registration of signal handlers.
3196 */
3197static __attribute__((constructor)) void on_dso_load_0408(void)
3198{
Harald Welte805f6442009-07-28 18:25:29 +02003199 register_signal_handler(SS_ABISIP, handle_abisip_signal, NULL);
3200}