blob: 1e1372cd1650f8ad6391efbb6a23341c4f75d74f [file] [log] [blame]
Harald Welte9b455bf2010-03-14 15:45:01 +08001/* GSM Mobile Radio Interface Layer 3 messages on the A-bis interface
2 * 3GPP TS 04.08 version 7.21.0 Release 1998 / ETSI TS 100 940 V7.21.0 */
3
Harald Welte9f1f3ad2010-05-02 12:56:57 +02004/* (C) 2009-2010 by Harald Welte <laforge@gnumonks.org>
Harald Weltec2e8cc42010-05-31 20:23:38 +02005 * (C) 2010 by On-Waves
Harald Welte9b455bf2010-03-14 15:45:01 +08006 *
7 * All Rights Reserved
8 *
9 * This program is free software; you can redistribute it and/or modify
Harald Welte9af6ddf2011-01-01 15:25:50 +010010 * it under the terms of the GNU Affero General Public License as published by
11 * the Free Software Foundation; either version 3 of the License, or
Harald Welte9b455bf2010-03-14 15:45:01 +080012 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Welte9af6ddf2011-01-01 15:25:50 +010017 * GNU Affero General Public License for more details.
Harald Welte9b455bf2010-03-14 15:45:01 +080018 *
Harald Welte9af6ddf2011-01-01 15:25:50 +010019 * You should have received a copy of the GNU Affero General Public License
20 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Harald Welte9b455bf2010-03-14 15:45:01 +080021 *
22 */
23
24#include <stdio.h>
25#include <stdlib.h>
26#include <string.h>
Harald Welteeaa614c2010-05-02 11:26:34 +020027#include <stdint.h>
Harald Welte9b455bf2010-03-14 15:45:01 +080028#include <errno.h>
29
30#include <netinet/in.h>
Harald Welte421cba42010-05-02 23:11:50 +020031#include <arpa/inet.h>
Harald Welte9b455bf2010-03-14 15:45:01 +080032
33#include <openbsc/db.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010034#include <osmocom/core/msgb.h>
Harald Welted36ff762011-03-23 18:26:56 +010035#include <osmocom/gsm/tlv.h>
36#include <osmocom/gsm/gsm_utils.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010037#include <osmocom/core/signal.h>
38#include <osmocom/core/talloc.h>
39#include <osmocom/core/rate_ctr.h>
Harald Welted6057092010-05-02 12:57:45 +020040
Harald Welteea34a4e2012-06-16 14:59:56 +080041#include <osmocom/gprs/gprs_bssgp.h>
42
Harald Welte9b455bf2010-03-14 15:45:01 +080043#include <openbsc/debug.h>
44#include <openbsc/gsm_data.h>
Harald Welte9b455bf2010-03-14 15:45:01 +080045#include <openbsc/gsm_subscriber.h>
46#include <openbsc/gsm_04_08.h>
47#include <openbsc/gsm_04_08_gprs.h>
48#include <openbsc/paging.h>
Harald Welte9b455bf2010-03-14 15:45:01 +080049#include <openbsc/transaction.h>
50#include <openbsc/gprs_llc.h>
51#include <openbsc/gprs_sgsn.h>
Harald Welte6abf94e2010-05-18 10:35:06 +020052#include <openbsc/gprs_gmm.h>
Jacob Erlbeck8de9c482015-01-23 11:44:39 +010053#include <openbsc/gprs_utils.h>
Harald Welted193cb32010-05-17 22:58:03 +020054#include <openbsc/sgsn.h>
55
Harald Welte6abf94e2010-05-18 10:35:06 +020056#include <pdp.h>
57
Harald Weltec2e8cc42010-05-31 20:23:38 +020058#define PTMSI_ALLOC
59
Jacob Erlbeck841d95f2015-01-23 12:32:38 +010060/* Section 11.2.2 / Table 11.3a GPRS Mobility management timers – MS side */
61#define GSM0408_T3312_SECS (10*60) /* periodic RAU interval, default 54min */
62
Harald Welte649e1ff2013-07-21 17:41:46 +080063/* Section 11.2.2 / Table 11.4 MM timers netwokr side */
Harald Weltec2e8cc42010-05-31 20:23:38 +020064#define GSM0408_T3322_SECS 6 /* DETACH_REQ -> DETACH_ACC */
65#define GSM0408_T3350_SECS 6 /* waiting for ATT/RAU/TMSI COMPL */
66#define GSM0408_T3360_SECS 6 /* waiting for AUTH/CIPH RESP */
67#define GSM0408_T3370_SECS 6 /* waiting for ID RESP */
68
Harald Welte649e1ff2013-07-21 17:41:46 +080069/* Section 11.2.2 / Table 11.4a MM timers netwokr side */
Harald Weltec2e8cc42010-05-31 20:23:38 +020070#define GSM0408_T3313_SECS 30 /* waiting for paging response */
Jacob Erlbeck8de9c482015-01-23 11:44:39 +010071#define GSM0408_T3314_SECS 44 /* force to STBY on expiry, Ready timer */
Harald Weltec2e8cc42010-05-31 20:23:38 +020072#define GSM0408_T3316_SECS 44
Jacob Erlbeck81ffb742015-01-23 11:33:51 +010073#define GSM0408_MOBILE_REACHABLE_SECS (GSM0408_T3312_SECS + 4 * 60)
Harald Weltec2e8cc42010-05-31 20:23:38 +020074
Harald Weltea9b473a2010-12-24 21:13:26 +010075/* Section 11.3 / Table 11.2d Timers of Session Management - network side */
76#define GSM0408_T3385_SECS 8 /* wait for ACT PDP CTX REQ */
77#define GSM0408_T3386_SECS 8 /* wait for MODIFY PDP CTX ACK */
78#define GSM0408_T3395_SECS 8 /* wait for DEACT PDP CTX ACK */
79#define GSM0408_T3397_SECS 8 /* wait for DEACT AA PDP CTX ACK */
80
Harald Welted193cb32010-05-17 22:58:03 +020081extern struct sgsn_instance *sgsn;
Harald Welte9b455bf2010-03-14 15:45:01 +080082
Harald Welte588d44e2010-06-09 10:28:29 +020083static const struct tlv_definition gsm48_gmm_att_tlvdef = {
84 .def = {
Harald Welte4b6ac1e2010-07-03 11:09:06 +020085 [GSM48_IE_GMM_CIPH_CKSN] = { TLV_TYPE_FIXED, 1 },
Harald Welte588d44e2010-06-09 10:28:29 +020086 [GSM48_IE_GMM_TIMER_READY] = { TLV_TYPE_TV, 1 },
87 [GSM48_IE_GMM_ALLOC_PTMSI] = { TLV_TYPE_TLV, 0 },
Harald Welte4b6ac1e2010-07-03 11:09:06 +020088 [GSM48_IE_GMM_PTMSI_SIG] = { TLV_TYPE_FIXED, 3 },
89 [GSM48_IE_GMM_AUTH_RAND] = { TLV_TYPE_FIXED, 16 },
90 [GSM48_IE_GMM_AUTH_SRES] = { TLV_TYPE_FIXED, 4 },
Harald Welte588d44e2010-06-09 10:28:29 +020091 [GSM48_IE_GMM_IMEISV] = { TLV_TYPE_TLV, 0 },
Harald Welte4b6ac1e2010-07-03 11:09:06 +020092 [GSM48_IE_GMM_DRX_PARAM] = { TLV_TYPE_FIXED, 2 },
Harald Welte588d44e2010-06-09 10:28:29 +020093 [GSM48_IE_GMM_MS_NET_CAPA] = { TLV_TYPE_TLV, 0 },
94 [GSM48_IE_GMM_PDP_CTX_STATUS] = { TLV_TYPE_TLV, 0 },
95 [GSM48_IE_GMM_PS_LCS_CAPA] = { TLV_TYPE_TLV, 0 },
96 [GSM48_IE_GMM_GMM_MBMS_CTX_ST] = { TLV_TYPE_TLV, 0 },
97 },
98};
99
100static const struct tlv_definition gsm48_sm_att_tlvdef = {
101 .def = {
102 [GSM48_IE_GSM_APN] = { TLV_TYPE_TLV, 0 },
103 [GSM48_IE_GSM_PROTO_CONF_OPT] = { TLV_TYPE_TLV, 0 },
104 [GSM48_IE_GSM_PDP_ADDR] = { TLV_TYPE_TLV, 0 },
105 [GSM48_IE_GSM_AA_TMR] = { TLV_TYPE_TV, 1 },
106 [GSM48_IE_GSM_NAME_FULL] = { TLV_TYPE_TLV, 0 },
107 [GSM48_IE_GSM_NAME_SHORT] = { TLV_TYPE_TLV, 0 },
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200108 [GSM48_IE_GSM_TIMEZONE] = { TLV_TYPE_FIXED, 1 },
109 [GSM48_IE_GSM_UTC_AND_TZ] = { TLV_TYPE_FIXED, 7 },
Harald Welte588d44e2010-06-09 10:28:29 +0200110 [GSM48_IE_GSM_LSA_ID] = { TLV_TYPE_TLV, 0 },
111 },
112};
113
Jacob Erlbeck4adb1362014-12-02 09:47:26 +0100114static int gsm48_gmm_authorize(struct sgsn_mm_ctx *ctx);
115
Harald Welte2720e732010-05-17 00:44:57 +0200116/* Our implementation, should be kept in SGSN */
Harald Welte9b455bf2010-03-14 15:45:01 +0800117
Harald Weltec2e8cc42010-05-31 20:23:38 +0200118static void mmctx_timer_cb(void *_mm);
119
120static void mmctx_timer_start(struct sgsn_mm_ctx *mm, unsigned int T,
121 unsigned int seconds)
122{
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200123 if (osmo_timer_pending(&mm->timer))
Harald Weltec2e8cc42010-05-31 20:23:38 +0200124 LOGP(DMM, LOGL_ERROR, "Starting MM timer %u while old "
125 "timer %u pending\n", T, mm->T);
126 mm->T = T;
127 mm->num_T_exp = 0;
128
129 /* FIXME: we should do this only once ? */
130 mm->timer.data = mm;
131 mm->timer.cb = &mmctx_timer_cb;
132
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200133 osmo_timer_schedule(&mm->timer, seconds, 0);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200134}
135
136static void mmctx_timer_stop(struct sgsn_mm_ctx *mm, unsigned int T)
137{
138 if (mm->T != T)
139 LOGP(DMM, LOGL_ERROR, "Stopping MM timer %u but "
140 "%u is running\n", T, mm->T);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200141 osmo_timer_del(&mm->timer);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200142}
143
Jacob Erlbeck81ffb742015-01-23 11:33:51 +0100144time_t gprs_max_time_to_idle(void)
145{
146 return GSM0408_T3314_SECS + GSM0408_MOBILE_REACHABLE_SECS;
147}
148
Harald Welte9b455bf2010-03-14 15:45:01 +0800149/* Send a message through the underlying layer */
Harald Welte8acd88f2010-05-18 10:57:45 +0200150static int gsm48_gmm_sendmsg(struct msgb *msg, int command,
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +0200151 struct sgsn_mm_ctx *mm)
Harald Welte9b455bf2010-03-14 15:45:01 +0800152{
Harald Welte8acd88f2010-05-18 10:57:45 +0200153 if (mm)
154 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PKTS_SIG_OUT]);
155
Harald Welte11d7c102010-05-02 11:54:55 +0200156 /* caller needs to provide TLLI, BVCI and NSEI */
Harald Welte56a01452010-05-31 22:12:30 +0200157 return gprs_llc_tx_ui(msg, GPRS_SAPI_GMM, command, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800158}
159
Harald Welte11d7c102010-05-02 11:54:55 +0200160/* copy identifiers from old message to new message, this
161 * is required so lower layers can route it correctly */
162static void gmm_copy_id(struct msgb *msg, const struct msgb *old)
163{
164 msgb_tlli(msg) = msgb_tlli(old);
165 msgb_bvci(msg) = msgb_bvci(old);
166 msgb_nsei(msg) = msgb_nsei(old);
167}
168
Harald Welte6abf94e2010-05-18 10:35:06 +0200169/* Store BVCI/NSEI in MM context */
170static void msgid2mmctx(struct sgsn_mm_ctx *mm, const struct msgb *msg)
171{
172 mm->bvci = msgb_bvci(msg);
173 mm->nsei = msgb_nsei(msg);
174}
175
176/* Store BVCI/NSEI in MM context */
177static void mmctx2msgid(struct msgb *msg, const struct sgsn_mm_ctx *mm)
178{
179 msgb_tlli(msg) = mm->tlli;
180 msgb_bvci(msg) = mm->bvci;
181 msgb_nsei(msg) = mm->nsei;
182}
183
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +0200184static void delete_pdp_contexts(struct sgsn_mm_ctx *ctx, const char *log_text)
185{
186 struct sgsn_pdp_ctx *pdp, *pdp2;
187
188 /* delete all existing PDP contexts for this MS */
189 llist_for_each_entry_safe(pdp, pdp2, &ctx->pdp_list, list) {
190 LOGMMCTXP(LOGL_NOTICE, ctx,
191 "Dropping PDP context for NSAPI=%u due to %s\n",
192 pdp->nsapi, log_text);
193 sgsn_pdp_ctx_terminate(pdp);
194 }
195}
196
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200197static void mm_ctx_cleanup_free(struct sgsn_mm_ctx *ctx, const char *log_text)
198{
199 struct gprs_llc_llme *llme = ctx->llme;
200 uint32_t tlli = ctx->tlli;
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200201
202 /* Mark MM state as deregistered */
203 ctx->mm_state = GMM_DEREGISTERED;
204
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +0200205 delete_pdp_contexts(ctx, log_text);
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200206
207 sgsn_mm_ctx_free(ctx);
208 ctx = NULL;
209
210 /* TLLI unassignment, must be called after sgsn_mm_ctx_free */
211 gprs_llgmm_assign(llme, tlli, 0xffffffff, GPRS_ALGO_GEA0, NULL);
212}
213
Harald Weltef54e7e22010-06-09 10:51:23 +0200214/* Chapter 9.4.18 */
215static int _tx_status(struct msgb *msg, uint8_t cause,
216 struct sgsn_mm_ctx *mmctx, int sm)
217{
218 struct gsm48_hdr *gh;
219
220 /* MMCTX might be NULL! */
221
222 DEBUGP(DMM, "<- GPRS MM STATUS (cause: %s)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +0100223 get_value_string(gsm48_gmm_cause_names, cause));
Harald Weltef54e7e22010-06-09 10:51:23 +0200224
225 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
226 if (sm) {
227 gh->proto_discr = GSM48_PDISC_SM_GPRS;
228 gh->msg_type = GSM48_MT_GSM_STATUS;
229 } else {
230 gh->proto_discr = GSM48_PDISC_MM_GPRS;
231 gh->msg_type = GSM48_MT_GMM_STATUS;
232 }
233 gh->data[0] = cause;
234
235 return gsm48_gmm_sendmsg(msg, 0, mmctx);
236}
Jacob Erlbeck70671422014-10-29 22:57:30 +0100237
Harald Weltef54e7e22010-06-09 10:51:23 +0200238static int gsm48_tx_gmm_status(struct sgsn_mm_ctx *mmctx, uint8_t cause)
239{
240 struct msgb *msg = gsm48_msgb_alloc();
241
242 mmctx2msgid(msg, mmctx);
243 return _tx_status(msg, cause, mmctx, 0);
Harald Weltef54e7e22010-06-09 10:51:23 +0200244}
Jacob Erlbeck70671422014-10-29 22:57:30 +0100245
Harald Weltef54e7e22010-06-09 10:51:23 +0200246static int gsm48_tx_sm_status(struct sgsn_mm_ctx *mmctx, uint8_t cause)
247{
248 struct msgb *msg = gsm48_msgb_alloc();
249
250 mmctx2msgid(msg, mmctx);
251 return _tx_status(msg, cause, mmctx, 1);
Harald Weltef54e7e22010-06-09 10:51:23 +0200252}
253
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +0200254static int _tx_detach_req(struct msgb *msg, uint8_t detach_type, uint8_t cause,
255 struct sgsn_mm_ctx *mmctx)
256{
257 struct gsm48_hdr *gh;
258
259 /* MMCTX might be NULL! */
260
261 DEBUGP(DMM, "<- GPRS MM DETACH REQ (type: %s, cause: %s)\n",
262 get_value_string(gprs_det_t_mt_strs, detach_type),
Jacob Erlbeckafcf2302015-01-05 17:30:02 +0100263 get_value_string(gsm48_gmm_cause_names, cause));
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +0200264
265 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
266
267 gh->proto_discr = GSM48_PDISC_MM_GPRS;
268 gh->msg_type = GSM48_MT_GMM_DETACH_REQ;
269 gh->data[0] = detach_type & 0x07;
270
271 msgb_tv_put(msg, GSM48_IE_GMM_CAUSE, cause);
272
273 return gsm48_gmm_sendmsg(msg, 0, mmctx);
274}
275
276static int gsm48_tx_gmm_detach_req(struct sgsn_mm_ctx *mmctx,
277 uint8_t detach_type, uint8_t cause)
278{
279 struct msgb *msg = gsm48_msgb_alloc();
280
281 mmctx2msgid(msg, mmctx);
282 return _tx_detach_req(msg, detach_type, cause, mmctx);
283}
284
285static int gsm48_tx_gmm_detach_req_oldmsg(struct msgb *oldmsg,
286 uint8_t detach_type, uint8_t cause)
287{
288 struct msgb *msg = gsm48_msgb_alloc();
289
290 gmm_copy_id(msg, oldmsg);
291 return _tx_detach_req(msg, detach_type, cause, NULL);
292}
Harald Weltef54e7e22010-06-09 10:51:23 +0200293
Harald Welte86fda902010-05-03 10:54:35 +0200294static struct gsm48_qos default_qos = {
295 .delay_class = 4, /* best effort */
296 .reliab_class = GSM48_QOS_RC_LLC_UN_RLC_ACK_DATA_PROT,
297 .peak_tput = GSM48_QOS_PEAK_TPUT_32000bps,
298 .preced_class = GSM48_QOS_PC_NORMAL,
299 .mean_tput = GSM48_QOS_MEAN_TPUT_BEST_EFFORT,
300 .traf_class = GSM48_QOS_TC_INTERACTIVE,
301 .deliv_order = GSM48_QOS_DO_UNORDERED,
302 .deliv_err_sdu = GSM48_QOS_ERRSDU_YES,
303 .max_sdu_size = GSM48_QOS_MAXSDU_1520,
304 .max_bitrate_up = GSM48_QOS_MBRATE_63k,
305 .max_bitrate_down = GSM48_QOS_MBRATE_63k,
306 .resid_ber = GSM48_QOS_RBER_5e_2,
307 .sdu_err_ratio = GSM48_QOS_SERR_1e_2,
308 .handling_prio = 3,
309 .xfer_delay = 0x10, /* 200ms */
310 .guar_bitrate_up = GSM48_QOS_MBRATE_0k,
311 .guar_bitrate_down = GSM48_QOS_MBRATE_0k,
312 .sig_ind = 0, /* not optimised for signalling */
313 .max_bitrate_down_ext = 0, /* use octet 9 */
314 .guar_bitrate_down_ext = 0, /* use octet 13 */
315};
316
Harald Welte9b455bf2010-03-14 15:45:01 +0800317/* Chapter 9.4.2: Attach accept */
Harald Welte6463c072010-05-18 17:04:55 +0200318static int gsm48_tx_gmm_att_ack(struct sgsn_mm_ctx *mm)
Harald Welte9b455bf2010-03-14 15:45:01 +0800319{
320 struct msgb *msg = gsm48_msgb_alloc();
321 struct gsm48_hdr *gh;
322 struct gsm48_attach_ack *aa;
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200323 uint8_t *mid;
324#if 0
325 uint8_t *ptsig;
326#endif
Harald Welte9b455bf2010-03-14 15:45:01 +0800327
Daniel Willmann46553142014-09-03 17:46:44 +0200328 LOGMMCTXP(LOGL_INFO, mm, "<- GPRS ATTACH ACCEPT (new P-TMSI=0x%08x)\n", mm->p_tmsi);
Harald Welte9b455bf2010-03-14 15:45:01 +0800329
Harald Welte6463c072010-05-18 17:04:55 +0200330 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800331
332 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
333 gh->proto_discr = GSM48_PDISC_MM_GPRS;
334 gh->msg_type = GSM48_MT_GMM_ATTACH_ACK;
335
336 aa = (struct gsm48_attach_ack *) msgb_put(msg, sizeof(*aa));
337 aa->force_stby = 0; /* not indicated */
338 aa->att_result = 1; /* GPRS only */
Jacob Erlbeck841d95f2015-01-23 12:32:38 +0100339 aa->ra_upd_timer = gprs_secs_to_tmr_floor(GSM0408_T3312_SECS);
Harald Welte9b455bf2010-03-14 15:45:01 +0800340 aa->radio_prio = 4; /* lowest */
Harald Welte6463c072010-05-18 17:04:55 +0200341 gsm48_construct_ra(aa->ra_id.digits, &mm->ra);
Harald Welte9b455bf2010-03-14 15:45:01 +0800342
Harald Welteab1d5622010-05-18 19:58:38 +0200343#if 0
Harald Welte6463c072010-05-18 17:04:55 +0200344 /* Optional: P-TMSI signature */
345 msgb_v_put(msg, GSM48_IE_GMM_PTMSI_SIG);
346 ptsig = msgb_put(msg, 3);
347 ptsig[0] = mm->p_tmsi_sig >> 16;
348 ptsig[1] = mm->p_tmsi_sig >> 8;
349 ptsig[2] = mm->p_tmsi_sig & 0xff;
350
Harald Weltec2e8cc42010-05-31 20:23:38 +0200351#endif
Jacob Erlbeck8de9c482015-01-23 11:44:39 +0100352 /* Optional: Negotiated Ready timer value
353 * (fixed 44s, default value, GSM 04.08, table 11.4a) to safely limit
354 * the inactivity time READY->STANDBY.
355 */
356 msgb_tv_put(msg, GSM48_IE_GMM_TIMER_READY,
357 gprs_secs_to_tmr_floor(GSM0408_T3314_SECS));
Harald Welte6463c072010-05-18 17:04:55 +0200358
Harald Weltec2e8cc42010-05-31 20:23:38 +0200359#ifdef PTMSI_ALLOC
Harald Welte6463c072010-05-18 17:04:55 +0200360 /* Optional: Allocated P-TMSI */
Harald Welte6463c072010-05-18 17:04:55 +0200361 mid = msgb_put(msg, GSM48_MID_TMSI_LEN);
362 gsm48_generate_mid_from_tmsi(mid, mm->p_tmsi);
Harald Welteab1d5622010-05-18 19:58:38 +0200363 mid[0] = GSM48_IE_GMM_ALLOC_PTMSI;
364#endif
Harald Weltec2e8cc42010-05-31 20:23:38 +0200365
Harald Welte6463c072010-05-18 17:04:55 +0200366 /* Optional: MS-identity (combined attach) */
367 /* Optional: GMM cause (partial attach result for combined attach) */
368
Harald Welte56a01452010-05-31 22:12:30 +0200369 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800370}
371
372/* Chapter 9.4.5: Attach reject */
Harald Welte6463c072010-05-18 17:04:55 +0200373static int _tx_gmm_att_rej(struct msgb *msg, uint8_t gmm_cause)
Harald Welte9b455bf2010-03-14 15:45:01 +0800374{
Harald Welte9b455bf2010-03-14 15:45:01 +0800375 struct gsm48_hdr *gh;
376
Jacob Erlbeckafcf2302015-01-05 17:30:02 +0100377 LOGP(DMM, LOGL_NOTICE, "<- GPRS ATTACH REJECT: %s\n", get_value_string(gsm48_gmm_cause_names, gmm_cause));
Harald Welte9b455bf2010-03-14 15:45:01 +0800378
Harald Welte9b455bf2010-03-14 15:45:01 +0800379 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
380 gh->proto_discr = GSM48_PDISC_MM_GPRS;
381 gh->msg_type = GSM48_MT_GMM_ATTACH_REJ;
382 gh->data[0] = gmm_cause;
383
Harald Welte8acd88f2010-05-18 10:57:45 +0200384 return gsm48_gmm_sendmsg(msg, 0, NULL);
Harald Welte9b455bf2010-03-14 15:45:01 +0800385}
Harald Welte6463c072010-05-18 17:04:55 +0200386static int gsm48_tx_gmm_att_rej_oldmsg(const struct msgb *old_msg,
387 uint8_t gmm_cause)
388{
389 struct msgb *msg = gsm48_msgb_alloc();
390 gmm_copy_id(msg, old_msg);
391 return _tx_gmm_att_rej(msg, gmm_cause);
392}
393static int gsm48_tx_gmm_att_rej(struct sgsn_mm_ctx *mm,
394 uint8_t gmm_cause)
395{
396 struct msgb *msg = gsm48_msgb_alloc();
397 mmctx2msgid(msg, mm);
398 return _tx_gmm_att_rej(msg, gmm_cause);
399}
Harald Welte9b455bf2010-03-14 15:45:01 +0800400
Harald Welte2720e732010-05-17 00:44:57 +0200401/* Chapter 9.4.6.2 Detach accept */
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200402static int _tx_detach_ack(struct msgb *msg, uint8_t force_stby,
403 struct sgsn_mm_ctx *mm)
Harald Welte2720e732010-05-17 00:44:57 +0200404{
Harald Welte2720e732010-05-17 00:44:57 +0200405 struct gsm48_hdr *gh;
406
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200407 /* MMCTX might be NULL! */
Harald Welte2720e732010-05-17 00:44:57 +0200408
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200409 DEBUGP(DMM, "<- GPRS MM DETACH ACC (force-standby: %d)\n", force_stby);
Harald Welte6463c072010-05-18 17:04:55 +0200410
Harald Welte2720e732010-05-17 00:44:57 +0200411 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
412 gh->proto_discr = GSM48_PDISC_MM_GPRS;
413 gh->msg_type = GSM48_MT_GMM_DETACH_ACK;
414 gh->data[0] = force_stby;
415
Harald Welte56a01452010-05-31 22:12:30 +0200416 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte2720e732010-05-17 00:44:57 +0200417}
418
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200419static int gsm48_tx_gmm_det_ack(struct sgsn_mm_ctx *mm, uint8_t force_stby)
420{
421 struct msgb *msg = gsm48_msgb_alloc();
422
423 mmctx2msgid(msg, mm);
424 return _tx_detach_ack(msg, force_stby, mm);
425}
426
427static int gsm48_tx_gmm_det_ack_oldmsg(struct msgb *oldmsg, uint8_t force_stby)
428{
429 struct msgb *msg = gsm48_msgb_alloc();
430
431 gmm_copy_id(msg, oldmsg);
432 return _tx_detach_ack(msg, force_stby, NULL);
433}
434
Harald Welte9b455bf2010-03-14 15:45:01 +0800435/* Transmit Chapter 9.4.12 Identity Request */
Harald Welte6463c072010-05-18 17:04:55 +0200436static int gsm48_tx_gmm_id_req(struct sgsn_mm_ctx *mm, uint8_t id_type)
Harald Welte9b455bf2010-03-14 15:45:01 +0800437{
438 struct msgb *msg = gsm48_msgb_alloc();
439 struct gsm48_hdr *gh;
440
Daniel Willmann46553142014-09-03 17:46:44 +0200441 LOGMMCTXP(LOGL_DEBUG, mm, "<- GPRS IDENTITY REQUEST: mi_type=%02x\n", id_type);
Harald Welte9b455bf2010-03-14 15:45:01 +0800442
Harald Welte6463c072010-05-18 17:04:55 +0200443 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800444
445 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
446 gh->proto_discr = GSM48_PDISC_MM_GPRS;
447 gh->msg_type = GSM48_MT_GMM_ID_REQ;
448 /* 10.5.5.9 ID type 2 + identity type and 10.5.5.7 'force to standby' IE */
449 gh->data[0] = id_type & 0xf;
450
Harald Weltedce12552010-05-31 22:31:04 +0200451 return gsm48_gmm_sendmsg(msg, 1, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800452}
453
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200454/* Section 9.4.9: Authentication and Ciphering Request */
455static int gsm48_tx_gmm_auth_ciph_req(struct sgsn_mm_ctx *mm, uint8_t *rand,
456 uint8_t key_seq, uint8_t algo)
457{
458 struct msgb *msg = gsm48_msgb_alloc();
459 struct gsm48_hdr *gh;
460 struct gsm48_auth_ciph_req *acreq;
461 uint8_t *m_rand, *m_cksn;
462
Daniel Willmann46553142014-09-03 17:46:44 +0200463 LOGMMCTXP(LOGL_INFO, mm, "<- GPRS AUTH AND CIPHERING REQ (rand = %s)\n",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +0200464 osmo_hexdump(rand, 16));
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200465
466 mmctx2msgid(msg, mm);
467
468 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
469 gh->proto_discr = GSM48_PDISC_MM_GPRS;
470 gh->msg_type = GSM48_MT_GMM_AUTH_CIPH_REQ;
471
472 acreq = (struct gsm48_auth_ciph_req *) msgb_put(msg, sizeof(*acreq));
473 acreq->ciph_alg = algo & 0xf;
474 acreq->imeisv_req = 0x1;
475 acreq->force_stby = 0x0;
476 acreq->ac_ref_nr = 0x0; /* FIXME: increment this? */
477
478 /* Only if authentication is requested we need to set RAND + CKSN */
479 if (rand) {
480 m_rand = msgb_put(msg, 16+1);
481 m_rand[0] = GSM48_IE_GMM_AUTH_RAND;
482 memcpy(m_rand+1, rand, 16);
483
Jacob Erlbeck65d82732014-12-01 10:36:17 +0100484 m_cksn = msgb_put(msg, 1);
485 m_cksn[0] = (GSM48_IE_GMM_CIPH_CKSN << 4) | (key_seq & 0x07);
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200486 }
487
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200488 /* FIXME: make sure we don't send any other messages to the MS */
489
490 return gsm48_gmm_sendmsg(msg, 1, mm);
491}
492
493/* Section 9.4.11: Authentication and Ciphering Reject */
494static int gsm48_tx_gmm_auth_ciph_rej(struct sgsn_mm_ctx *mm)
495{
496 struct msgb *msg = gsm48_msgb_alloc();
497 struct gsm48_hdr *gh;
498
Daniel Willmann46553142014-09-03 17:46:44 +0200499 LOGMMCTXP(LOGL_NOTICE, mm, "<- GPRS AUTH AND CIPH REJECT\n");
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200500
501 mmctx2msgid(msg, mm);
502
503 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
504 gh->proto_discr = GSM48_PDISC_MM_GPRS;
505 gh->msg_type = GSM48_MT_GMM_AUTH_CIPH_REJ;
506
507 return gsm48_gmm_sendmsg(msg, 0, mm);
508}
509
510/* Section 9.4.10: Authentication and Ciphering Response */
511static int gsm48_rx_gmm_auth_ciph_resp(struct sgsn_mm_ctx *ctx,
512 struct msgb *msg)
513{
514 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
515 struct gsm48_auth_ciph_resp *acr = (struct gsm48_auth_ciph_resp *)gh->data;
516 struct tlv_parsed tp;
Jacob Erlbeck8ff3fb02014-12-01 12:44:24 +0100517 struct gsm_auth_tuple *at;
518 int rc;
519
520 LOGMMCTXP(LOGL_INFO, ctx, "-> GPRS AUTH AND CIPH RESPONSE\n");
521
522 if (ctx->auth_triplet.key_seq == GSM_KEY_SEQ_INVAL) {
523 LOGMMCTXP(LOGL_NOTICE, ctx,
524 "Unexpected Auth & Ciph Response (ignored)\n");
525 return 0;
526 }
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200527
Jacob Erlbeckbd0cf112014-12-01 12:33:33 +0100528 /* Stop T3360 */
529 mmctx_timer_stop(ctx, 3360);
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200530
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200531 tlv_parse(&tp, &gsm48_gmm_att_tlvdef, acr->data,
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200532 (msg->data + msg->len) - acr->data, 0, 0);
533
534 /* FIXME: compare ac_ref? */
535
536 if (!TLVP_PRESENT(&tp, GSM48_IE_GMM_AUTH_SRES) ||
537 !TLVP_PRESENT(&tp, GSM48_IE_GMM_IMEISV)) {
Jacob Erlbeck8ff3fb02014-12-01 12:44:24 +0100538 /* TODO: missing mandatory IE, return STATUS or REJ? */
539 LOGMMCTXP(LOGL_ERROR, ctx, "Missing mandantory IE\n");
540 return -EINVAL;
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200541 }
542
Jacob Erlbeck8ff3fb02014-12-01 12:44:24 +0100543 /* Compare SRES with what we expected */
544 LOGMMCTXP(LOGL_DEBUG, ctx, "checking received auth info, SRES = %s\n",
545 osmo_hexdump(TLVP_VAL(&tp, GSM48_IE_GMM_AUTH_SRES),
546 TLVP_LEN(&tp, GSM48_IE_GMM_AUTH_SRES)));
547
548 at = &ctx->auth_triplet;
549
550 if (TLVP_LEN(&tp, GSM48_IE_GMM_AUTH_SRES) != sizeof(at->sres) ||
551 memcmp(TLVP_VAL(&tp, GSM48_IE_GMM_AUTH_SRES), at->sres,
552 sizeof(at->sres)) != 0) {
553
554 LOGMMCTXP(LOGL_NOTICE, ctx, "Received SRES doesn't match\n");
555 rc = gsm48_tx_gmm_auth_ciph_rej(ctx);
556 mm_ctx_cleanup_free(ctx, "GPRS AUTH AND CIPH REJECT");
557 return rc;
558 }
559
560 ctx->is_authenticated = 1;
561
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200562 /* FIXME: enable LLC cipheirng */
Jacob Erlbeck4adb1362014-12-02 09:47:26 +0100563
564 /* Check if we can let the mobile station enter */
565 return gsm48_gmm_authorize(ctx);
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200566}
567
Harald Welte9b455bf2010-03-14 15:45:01 +0800568/* Check if we can already authorize a subscriber */
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100569static int gsm48_gmm_authorize(struct sgsn_mm_ctx *ctx)
Harald Welte9b455bf2010-03-14 15:45:01 +0800570{
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100571 /* Request IMSI and IMEI from the MS if they are unknown */
Harald Weltec2e8cc42010-05-31 20:23:38 +0200572 if (!strlen(ctx->imei)) {
Harald Weltec2e8cc42010-05-31 20:23:38 +0200573 ctx->t3370_id_type = GSM_MI_TYPE_IMEI;
574 mmctx_timer_start(ctx, 3370, GSM0408_T3370_SECS);
Harald Welte6463c072010-05-18 17:04:55 +0200575 return gsm48_tx_gmm_id_req(ctx, GSM_MI_TYPE_IMEI);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200576 }
Harald Weltec2e8cc42010-05-31 20:23:38 +0200577 if (!strlen(ctx->imsi)) {
Harald Weltec2e8cc42010-05-31 20:23:38 +0200578 ctx->t3370_id_type = GSM_MI_TYPE_IMSI;
579 mmctx_timer_start(ctx, 3370, GSM0408_T3370_SECS);
Harald Welte6463c072010-05-18 17:04:55 +0200580 return gsm48_tx_gmm_id_req(ctx, GSM_MI_TYPE_IMSI);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200581 }
Harald Welte9b455bf2010-03-14 15:45:01 +0800582
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100583 /* All information required for authentication is available */
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100584 ctx->t3370_id_type = GSM_MI_TYPE_NONE;
585
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200586 if (ctx->auth_state == SGSN_AUTH_UNKNOWN) {
587 /* Request authorization, this leads to a call to
Jacob Erlbeckf951a012014-11-07 14:17:44 +0100588 * sgsn_auth_update which in turn calls
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200589 * gsm0408_gprs_access_granted or gsm0408_gprs_access_denied */
590
Jacob Erlbecka0b6efb2014-11-13 10:48:39 +0100591 sgsn_auth_request(ctx);
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200592 /* Note that gsm48_gmm_authorize can be called recursively via
593 * sgsn_auth_request iff ctx->auth_info changes to AUTH_ACCEPTED
594 */
595 return 0;
596 }
597
Jacob Erlbeck4adb1362014-12-02 09:47:26 +0100598 if (ctx->auth_state == SGSN_AUTH_AUTHENTICATE && !ctx->is_authenticated) {
599 struct gsm_auth_tuple *at = &ctx->auth_triplet;
600
601 mmctx_timer_start(ctx, 3360, GSM0408_T3360_SECS);
602 return gsm48_tx_gmm_auth_ciph_req(ctx, at->rand, at->key_seq,
603 GPRS_ALGO_GEA0);
604 }
605
606 if (ctx->auth_state == SGSN_AUTH_AUTHENTICATE && ctx->is_authenticated &&
607 ctx->auth_triplet.key_seq != GSM_KEY_SEQ_INVAL) {
608 /* Check again for authorization */
609 sgsn_auth_request(ctx);
610 return 0;
611 }
612
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200613 if (ctx->auth_state != SGSN_AUTH_ACCEPTED) {
614 LOGMMCTXP(LOGL_NOTICE, ctx,
615 "authorization is denied, aborting procedure\n");
616 return -EACCES;
Jacob Erlbeck0c06f982014-10-29 22:12:20 +0100617 }
618
619 /* The MS is authorized */
620
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100621 switch (ctx->pending_req) {
622 case 0:
623 LOGMMCTXP(LOGL_INFO, ctx,
624 "no pending request, authorization completed\n");
625 break;
626 case GSM48_MT_GMM_ATTACH_REQ:
627#ifdef PTMSI_ALLOC
628 /* Start T3350 and re-transmit up to 5 times until ATTACH COMPLETE */
629 mmctx_timer_start(ctx, 3350, GSM0408_T3350_SECS);
630 ctx->t3350_mode = GMM_T3350_MODE_ATT;
Jacob Erlbeck0074a772014-10-28 16:23:46 +0100631#else
632 ctx->mm_state = GMM_REGISTERED_NORMAL;
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100633#endif
634
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100635 return gsm48_tx_gmm_att_ack(ctx);
636 default:
637 LOGMMCTXP(LOGL_ERROR, ctx,
638 "only Attach Request is supported yet, "
639 "got request type %u\n", ctx->pending_req);
640 break;
641 }
642
Harald Welte9b455bf2010-03-14 15:45:01 +0800643 return 0;
644}
645
Jacob Erlbeck4adb1362014-12-02 09:47:26 +0100646void gsm0408_gprs_authenticate(struct sgsn_mm_ctx *ctx)
647{
648 ctx->is_authenticated = 0;
649
650 gsm48_gmm_authorize(ctx);
651}
652
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200653void gsm0408_gprs_access_granted(struct sgsn_mm_ctx *ctx)
654{
655 switch (ctx->mm_state) {
656 case GMM_COMMON_PROC_INIT:
657 LOGP(DMM, LOGL_NOTICE,
658 "Authorized, continuing procedure, IMSI=%s\n",
659 ctx->imsi);
660 /* Continue with the authorization */
661 gsm48_gmm_authorize(ctx);
662 break;
663 default:
664 LOGP(DMM, LOGL_INFO,
665 "Authorized, ignored, IMSI=%s\n",
666 ctx->imsi);
667 }
668}
669
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100670void gsm0408_gprs_access_denied(struct sgsn_mm_ctx *ctx, int gmm_cause)
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200671{
Jacob Erlbeckd6267d12015-01-19 11:10:04 +0100672 if (gmm_cause == SGSN_ERROR_CAUSE_NONE)
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100673 gmm_cause = GMM_CAUSE_GPRS_NOTALLOWED;
674
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200675 switch (ctx->mm_state) {
676 case GMM_COMMON_PROC_INIT:
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100677 LOGMMCTXP(LOGL_NOTICE, ctx,
678 "Not authorized, rejecting ATTACH REQUEST "
679 "with cause '%s' (%d)\n",
680 get_value_string(gsm48_gmm_cause_names, gmm_cause),
681 gmm_cause);
682 gsm48_tx_gmm_att_rej(ctx, gmm_cause);
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200683 mm_ctx_cleanup_free(ctx, "GPRS ATTACH REJECT");
684 break;
685 case GMM_REGISTERED_NORMAL:
686 case GMM_REGISTERED_SUSPENDED:
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100687 LOGMMCTXP(LOGL_NOTICE, ctx,
688 "Authorization lost, detaching "
689 "with cause '%s' (%d)\n",
690 get_value_string(gsm48_gmm_cause_names, gmm_cause),
691 gmm_cause);
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200692 gsm48_tx_gmm_detach_req(
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100693 ctx, GPRS_DET_T_MT_REATT_NOTREQ, gmm_cause);
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200694
695 mm_ctx_cleanup_free(ctx, "auth lost");
696 break;
697 default:
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100698 LOGMMCTXP(LOGL_INFO, ctx,
699 "Authorization lost, cause is '%s' (%d)\n",
700 get_value_string(gsm48_gmm_cause_names, gmm_cause),
701 gmm_cause);
702 mm_ctx_cleanup_free(ctx, "auth lost");
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200703 }
704}
705
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100706void gsm0408_gprs_access_cancelled(struct sgsn_mm_ctx *ctx, int gmm_cause)
Jacob Erlbeck98647ca2014-11-11 14:47:38 +0100707{
Jacob Erlbeckd6267d12015-01-19 11:10:04 +0100708 if (gmm_cause != SGSN_ERROR_CAUSE_NONE) {
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100709 LOGMMCTXP(LOGL_INFO, ctx,
710 "Cancelled with cause '%s' (%d), deleting context\n",
711 get_value_string(gsm48_gmm_cause_names, gmm_cause),
712 gmm_cause);
713 gsm0408_gprs_access_denied(ctx, gmm_cause);
714 return;
Jacob Erlbeck98647ca2014-11-11 14:47:38 +0100715 }
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100716
717 LOGMMCTXP(LOGL_INFO, ctx, "Cancelled, deleting context silently\n");
Jacob Erlbeck98647ca2014-11-11 14:47:38 +0100718 mm_ctx_cleanup_free(ctx, "access cancelled");
719}
720
Harald Welte9b455bf2010-03-14 15:45:01 +0800721/* Parse Chapter 9.4.13 Identity Response */
Harald Welted193cb32010-05-17 22:58:03 +0200722static int gsm48_rx_gmm_id_resp(struct sgsn_mm_ctx *ctx, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +0800723{
Harald Welte943c5bc2010-04-30 16:33:12 +0200724 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welteeaa614c2010-05-02 11:26:34 +0200725 uint8_t mi_type = gh->data[1] & GSM_MI_TYPE_MASK;
Harald Welte9b455bf2010-03-14 15:45:01 +0800726 char mi_string[GSM48_MI_SIZE];
Harald Welte9b455bf2010-03-14 15:45:01 +0800727
728 gsm48_mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
Harald Welte9b455bf2010-03-14 15:45:01 +0800729 if (!ctx) {
Daniel Willmann46553142014-09-03 17:46:44 +0200730 DEBUGP(DMM, "from unknown TLLI 0x%08x?!? This should not happen\n", msgb_tlli(msg));
Harald Welte9b455bf2010-03-14 15:45:01 +0800731 return -EINVAL;
732 }
733
Daniel Willmannf8070f42014-09-23 18:48:44 +0200734 LOGMMCTXP(LOGL_DEBUG, ctx, "-> GMM IDENTITY RESPONSE: mi_type=0x%02x MI(%s)\n",
735 mi_type, mi_string);
736
Jacob Erlbeckfb26c602014-10-22 12:20:26 +0200737 if (ctx->t3370_id_type == GSM_MI_TYPE_NONE) {
738 LOGMMCTXP(LOGL_NOTICE, ctx,
739 "Got unexpected IDENTITY RESPONSE: mi_type=0x%02x MI(%s), "
740 "ignoring message\n",
741 mi_type, mi_string);
742 return -EINVAL;
743 }
744
Harald Weltec2e8cc42010-05-31 20:23:38 +0200745 if (mi_type == ctx->t3370_id_type)
746 mmctx_timer_stop(ctx, 3370);
747
Harald Welte9b455bf2010-03-14 15:45:01 +0800748 switch (mi_type) {
749 case GSM_MI_TYPE_IMSI:
750 /* we already have a mm context with current TLLI, but no
751 * P-TMSI / IMSI yet. What we now need to do is to fill
752 * this initial context with data from the HLR */
Harald Weltec728eea2010-12-24 23:07:18 +0100753 if (strlen(ctx->imsi) == 0) {
754 /* Check if we already have a MM context for this IMSI */
755 struct sgsn_mm_ctx *ictx;
756 ictx = sgsn_mm_ctx_by_imsi(mi_string);
757 if (ictx) {
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200758 /* Handle it like in gsm48_rx_gmm_det_req,
759 * except that no messages are sent to the BSS */
760
Daniel Willmann46553142014-09-03 17:46:44 +0200761 LOGMMCTXP(LOGL_NOTICE, ctx, "Deleting old MM Context for same IMSI "
762 "p_tmsi_old=0x%08x\n",
763 ictx->p_tmsi);
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200764
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200765 mm_ctx_cleanup_free(ictx, "GPRS IMSI re-use");
Harald Weltec728eea2010-12-24 23:07:18 +0100766 }
767 }
Jacob Erlbeckfd636ae2014-07-08 09:49:07 +0200768 strncpy(ctx->imsi, mi_string, sizeof(ctx->imsi));
Harald Welte9b455bf2010-03-14 15:45:01 +0800769 break;
770 case GSM_MI_TYPE_IMEI:
771 strncpy(ctx->imei, mi_string, sizeof(ctx->imei));
772 break;
773 case GSM_MI_TYPE_IMEISV:
774 break;
775 }
776
Harald Welte9b455bf2010-03-14 15:45:01 +0800777 /* Check if we can let the mobile station enter */
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100778 return gsm48_gmm_authorize(ctx);
Harald Welte9b455bf2010-03-14 15:45:01 +0800779}
780
781/* Section 9.4.1 Attach request */
Harald Welte807a5d82010-06-01 11:53:01 +0200782static int gsm48_rx_gmm_att_req(struct sgsn_mm_ctx *ctx, struct msgb *msg,
783 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +0800784{
Harald Welte943c5bc2010-04-30 16:33:12 +0200785 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200786 uint8_t *cur = gh->data, *msnc, *mi, *ms_ra_acc_cap;
Harald Welte56a01452010-05-31 22:12:30 +0200787 uint8_t msnc_len, att_type, mi_len, mi_type, ms_ra_acc_cap_len;
Harald Welteeaa614c2010-05-02 11:26:34 +0200788 uint16_t drx_par;
789 uint32_t tmsi;
Harald Welte9b455bf2010-03-14 15:45:01 +0800790 char mi_string[GSM48_MI_SIZE];
791 struct gprs_ra_id ra_id;
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200792 uint16_t cid;
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100793 enum gsm48_gmm_cause reject_cause;
794 int rc;
Harald Welte9b455bf2010-03-14 15:45:01 +0800795
Daniel Willmann46553142014-09-03 17:46:44 +0200796 LOGP(DMM, LOGL_INFO, "-> GMM ATTACH REQUEST ");
Harald Welte9b455bf2010-03-14 15:45:01 +0800797
798 /* As per TS 04.08 Chapter 4.7.1.4, the attach request arrives either
799 * with a foreign TLLI (P-TMSI that was allocated to the MS before),
800 * or with random TLLI. */
801
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200802 cid = bssgp_parse_cell_id(&ra_id, msgb_bcid(msg));
Harald Welte9b455bf2010-03-14 15:45:01 +0800803
804 /* MS network capability 10.5.5.12 */
805 msnc_len = *cur++;
806 msnc = cur;
Alexander Chemeris84402c02013-07-03 10:12:23 +0400807 if (msnc_len > sizeof(ctx->ms_network_capa.buf))
Harald Welte9b455bf2010-03-14 15:45:01 +0800808 goto err_inval;
809 cur += msnc_len;
810
811 /* aTTACH Type 10.5.5.2 */
812 att_type = *cur++ & 0x0f;
813
814 /* DRX parameter 10.5.5.6 */
Harald Welte56a01452010-05-31 22:12:30 +0200815 drx_par = *cur++ << 8;
816 drx_par |= *cur++;
Harald Welte9b455bf2010-03-14 15:45:01 +0800817
818 /* Mobile Identity (P-TMSI or IMSI) 10.5.1.4 */
819 mi_len = *cur++;
820 mi = cur;
821 if (mi_len > 8)
822 goto err_inval;
823 mi_type = *mi & GSM_MI_TYPE_MASK;
824 cur += mi_len;
825
826 gsm48_mi_to_string(mi_string, sizeof(mi_string), mi, mi_len);
827
Harald Welte2720e732010-05-17 00:44:57 +0200828 DEBUGPC(DMM, "MI(%s) type=\"%s\" ", mi_string,
829 get_value_string(gprs_att_t_strs, att_type));
Harald Welte9b455bf2010-03-14 15:45:01 +0800830
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200831 /* Old routing area identification 10.5.5.15. Skip it */
Harald Welte9b455bf2010-03-14 15:45:01 +0800832 cur += 6;
833
834 /* MS Radio Access Capability 10.5.5.12a */
Harald Welte56a01452010-05-31 22:12:30 +0200835 ms_ra_acc_cap_len = *cur++;
836 ms_ra_acc_cap = cur;
Alexander Chemeris84402c02013-07-03 10:12:23 +0400837 if (ms_ra_acc_cap_len > sizeof(ctx->ms_radio_access_capa.buf))
Harald Weltec48ac472010-07-03 21:20:06 +0200838 goto err_inval;
Harald Welte4b2ed352011-07-27 23:35:38 +0200839 cur += ms_ra_acc_cap_len;
Harald Welte9b455bf2010-03-14 15:45:01 +0800840
Daniel Willmann46553142014-09-03 17:46:44 +0200841 LOGPC(DMM, LOGL_INFO, "\n");
842
Harald Welte9b455bf2010-03-14 15:45:01 +0800843 /* Optional: Old P-TMSI Signature, Requested READY timer, TMSI Status */
844
845 switch (mi_type) {
846 case GSM_MI_TYPE_IMSI:
847 /* Try to find MM context based on IMSI */
Harald Welte807a5d82010-06-01 11:53:01 +0200848 if (!ctx)
849 ctx = sgsn_mm_ctx_by_imsi(mi_string);
Harald Welte9b455bf2010-03-14 15:45:01 +0800850 if (!ctx) {
851#if 0
852 return gsm48_tx_gmm_att_rej(msg, GMM_CAUSE_IMSI_UNKNOWN);
853#else
Harald Welte9b455bf2010-03-14 15:45:01 +0800854 ctx = sgsn_mm_ctx_alloc(0, &ra_id);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100855 if (!ctx) {
856 reject_cause = GMM_CAUSE_NET_FAIL;
857 goto rejected;
858 }
Harald Welte9b455bf2010-03-14 15:45:01 +0800859 strncpy(ctx->imsi, mi_string, sizeof(ctx->imsi));
860#endif
861 }
Harald Welte943c5bc2010-04-30 16:33:12 +0200862 ctx->tlli = msgb_tlli(msg);
Harald Welte807a5d82010-06-01 11:53:01 +0200863 ctx->llme = llme;
Harald Welte68b99a42010-05-18 12:05:42 +0200864 msgid2mmctx(ctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +0800865 break;
866 case GSM_MI_TYPE_TMSI:
Harald Welteab1d5622010-05-18 19:58:38 +0200867 memcpy(&tmsi, mi+1, 4);
868 tmsi = ntohl(tmsi);
Harald Welte9b455bf2010-03-14 15:45:01 +0800869 /* Try to find MM context based on P-TMSI */
Harald Welte807a5d82010-06-01 11:53:01 +0200870 if (!ctx)
871 ctx = sgsn_mm_ctx_by_ptmsi(tmsi);
Harald Welte9b455bf2010-03-14 15:45:01 +0800872 if (!ctx) {
Harald Weltec728eea2010-12-24 23:07:18 +0100873 /* Allocate a context as most of our code expects one.
874 * Context will not have an IMSI ultil ID RESP is received */
Harald Welte943c5bc2010-04-30 16:33:12 +0200875 ctx = sgsn_mm_ctx_alloc(msgb_tlli(msg), &ra_id);
Harald Welte807a5d82010-06-01 11:53:01 +0200876 ctx->p_tmsi = tmsi;
Harald Welte9b455bf2010-03-14 15:45:01 +0800877 }
Harald Welte807a5d82010-06-01 11:53:01 +0200878 ctx->tlli = msgb_tlli(msg);
879 ctx->llme = llme;
880 msgid2mmctx(ctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +0800881 break;
882 default:
Harald Weltec2e8cc42010-05-31 20:23:38 +0200883 LOGP(DMM, LOGL_NOTICE, "Rejecting ATTACH REQUEST with "
884 "MI type %u\n", mi_type);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100885 reject_cause = GMM_CAUSE_MS_ID_NOT_DERIVED;
886 goto rejected;
Harald Welte9b455bf2010-03-14 15:45:01 +0800887 }
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200888 /* Update MM Context with currient RA and Cell ID */
889 ctx->ra = ra_id;
890 ctx->cell_id = cid;
Harald Welte56a01452010-05-31 22:12:30 +0200891 /* Update MM Context with other data */
892 ctx->drx_parms = drx_par;
Alexander Chemeris84402c02013-07-03 10:12:23 +0400893 ctx->ms_radio_access_capa.len = ms_ra_acc_cap_len;
Harald Welte4b2ed352011-07-27 23:35:38 +0200894 memcpy(ctx->ms_radio_access_capa.buf, ms_ra_acc_cap,
895 ctx->ms_radio_access_capa.len);
Harald Welte56a01452010-05-31 22:12:30 +0200896 ctx->ms_network_capa.len = msnc_len;
897 memcpy(ctx->ms_network_capa.buf, msnc, msnc_len);
898
Harald Weltec2e8cc42010-05-31 20:23:38 +0200899#ifdef PTMSI_ALLOC
Harald Welte807a5d82010-06-01 11:53:01 +0200900 /* Allocate a new P-TMSI (+ P-TMSI signature) and update TLLI */
Jacob Erlbeckf6e7d992014-11-06 15:43:10 +0100901 /* Don't change the P-TMSI if a P-TMSI re-assignment is under way */
902 if (ctx->mm_state != GMM_COMMON_PROC_INIT) {
903 ctx->p_tmsi_old = ctx->p_tmsi;
904 ctx->p_tmsi = sgsn_alloc_ptmsi();
905 }
Jacob Erlbeck0074a772014-10-28 16:23:46 +0100906 ctx->mm_state = GMM_COMMON_PROC_INIT;
Harald Welteab1d5622010-05-18 19:58:38 +0200907#endif
Harald Welte807a5d82010-06-01 11:53:01 +0200908 /* Even if there is no P-TMSI allocated, the MS will switch from
909 * foreign TLLI to local TLLI */
910 ctx->tlli_new = gprs_tmsi2tlli(ctx->p_tmsi, TLLI_LOCAL);
911
912 /* Inform LLC layer about new TLLI but keep old active */
Harald Welted6f582b2010-06-30 23:18:57 +0200913 gprs_llgmm_assign(ctx->llme, ctx->tlli, ctx->tlli_new,
914 GPRS_ALGO_GEA0, NULL);
Harald Welte9b455bf2010-03-14 15:45:01 +0800915
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100916 ctx->pending_req = GSM48_MT_GMM_ATTACH_REQ;
917 return gsm48_gmm_authorize(ctx);
Harald Welte9b455bf2010-03-14 15:45:01 +0800918
919err_inval:
Daniel Willmann46553142014-09-03 17:46:44 +0200920 LOGPC(DMM, LOGL_INFO, "\n");
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100921 reject_cause = GMM_CAUSE_SEM_INCORR_MSG;
922
923rejected:
924 /* Send ATTACH REJECT */
925 LOGMMCTXP(LOGL_NOTICE, ctx,
926 "Rejecting Attach Request with cause '%s' (%d)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +0100927 get_value_string(gsm48_gmm_cause_names, reject_cause), reject_cause);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100928 rc = gsm48_tx_gmm_att_rej_oldmsg(msg, reject_cause);
929 if (ctx)
930 mm_ctx_cleanup_free(ctx, "GPRS ATTACH REJ");
931 else
932 /* TLLI unassignment */
933 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff, GPRS_ALGO_GEA0, NULL);
934
935 return rc;
936
Harald Welte9b455bf2010-03-14 15:45:01 +0800937}
938
Harald Welte2720e732010-05-17 00:44:57 +0200939/* Section 4.7.4.1 / 9.4.5.2 MO Detach request */
Harald Welted193cb32010-05-17 22:58:03 +0200940static int gsm48_rx_gmm_det_req(struct sgsn_mm_ctx *ctx, struct msgb *msg)
Harald Welte2720e732010-05-17 00:44:57 +0200941{
942 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte2720e732010-05-17 00:44:57 +0200943 uint8_t detach_type, power_off;
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200944 int rc = 0;
Harald Welte2720e732010-05-17 00:44:57 +0200945
946 detach_type = gh->data[0] & 0x7;
947 power_off = gh->data[0] & 0x8;
948
949 /* FIXME: In 24.008 there is an optional P-TMSI and P-TMSI signature IE */
950
Daniel Willmann46553142014-09-03 17:46:44 +0200951 LOGMMCTXP(LOGL_INFO, ctx, "-> GMM DETACH REQUEST TLLI=0x%08x type=%s %s\n",
Harald Welte2720e732010-05-17 00:44:57 +0200952 msgb_tlli(msg), get_value_string(gprs_det_t_mo_strs, detach_type),
953 power_off ? "Power-off" : "");
954
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200955 /* Only send the Detach Accept (MO) if power off isn't indicated,
Jacob Erlbeckb9ab0d42014-10-21 09:52:05 +0200956 * see 04.08, 4.7.4.1.2/3 for details */
957 if (!power_off) {
958 /* force_stby = 0 */
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200959 if (ctx)
960 rc = gsm48_tx_gmm_det_ack(ctx, 0);
961 else
962 rc = gsm48_tx_gmm_det_ack_oldmsg(msg, 0);
Jacob Erlbeckb9ab0d42014-10-21 09:52:05 +0200963 }
Harald Weltebd5c9122010-06-28 22:18:53 +0200964
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200965 if (ctx)
966 mm_ctx_cleanup_free(ctx, "GPRS DETACH REQUEST");
Jacob Erlbeck258ce3d2014-09-30 13:51:45 +0200967
Harald Weltebd5c9122010-06-28 22:18:53 +0200968 return rc;
Harald Welte2720e732010-05-17 00:44:57 +0200969}
970
Harald Welte9b455bf2010-03-14 15:45:01 +0800971/* Chapter 9.4.15: Routing area update accept */
Harald Welte6463c072010-05-18 17:04:55 +0200972static int gsm48_tx_gmm_ra_upd_ack(struct sgsn_mm_ctx *mm)
Harald Welte9b455bf2010-03-14 15:45:01 +0800973{
974 struct msgb *msg = gsm48_msgb_alloc();
975 struct gsm48_hdr *gh;
976 struct gsm48_ra_upd_ack *rua;
Harald Weltec2e8cc42010-05-31 20:23:38 +0200977 uint8_t *mid;
Harald Welte9b455bf2010-03-14 15:45:01 +0800978
Daniel Willmann46553142014-09-03 17:46:44 +0200979 LOGMMCTXP(LOGL_INFO, mm, "<- ROUTING AREA UPDATE ACCEPT\n");
Harald Welte9b455bf2010-03-14 15:45:01 +0800980
Harald Welte6463c072010-05-18 17:04:55 +0200981 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800982
983 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
984 gh->proto_discr = GSM48_PDISC_MM_GPRS;
985 gh->msg_type = GSM48_MT_GMM_RA_UPD_ACK;
986
987 rua = (struct gsm48_ra_upd_ack *) msgb_put(msg, sizeof(*rua));
988 rua->force_stby = 0; /* not indicated */
989 rua->upd_result = 0; /* RA updated */
Jacob Erlbeck841d95f2015-01-23 12:32:38 +0100990 rua->ra_upd_timer = gprs_secs_to_tmr_floor(GSM0408_T3312_SECS);
Harald Welte11d7c102010-05-02 11:54:55 +0200991
Harald Welte6463c072010-05-18 17:04:55 +0200992 gsm48_construct_ra(rua->ra_id.digits, &mm->ra);
Harald Welte9b455bf2010-03-14 15:45:01 +0800993
Harald Weltec2e8cc42010-05-31 20:23:38 +0200994#if 0
995 /* Optional: P-TMSI signature */
996 msgb_v_put(msg, GSM48_IE_GMM_PTMSI_SIG);
997 ptsig = msgb_put(msg, 3);
998 ptsig[0] = mm->p_tmsi_sig >> 16;
999 ptsig[1] = mm->p_tmsi_sig >> 8;
1000 ptsig[2] = mm->p_tmsi_sig & 0xff;
1001#endif
1002
1003#ifdef PTMSI_ALLOC
1004 /* Optional: Allocated P-TMSI */
1005 mid = msgb_put(msg, GSM48_MID_TMSI_LEN);
1006 gsm48_generate_mid_from_tmsi(mid, mm->p_tmsi);
1007 mid[0] = GSM48_IE_GMM_ALLOC_PTMSI;
1008#endif
1009
Jacob Erlbeck8de9c482015-01-23 11:44:39 +01001010 /* Optional: Negotiated READY timer value */
1011 msgb_tv_put(msg, GSM48_IE_GMM_TIMER_READY,
1012 gprs_secs_to_tmr_floor(GSM0408_T3314_SECS));
1013
Harald Weltec2e8cc42010-05-31 20:23:38 +02001014 /* Option: MS ID, ... */
Harald Welte56a01452010-05-31 22:12:30 +02001015 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001016}
1017
1018/* Chapter 9.4.17: Routing area update reject */
Harald Welteeaa614c2010-05-02 11:26:34 +02001019static int gsm48_tx_gmm_ra_upd_rej(struct msgb *old_msg, uint8_t cause)
Harald Welte9b455bf2010-03-14 15:45:01 +08001020{
1021 struct msgb *msg = gsm48_msgb_alloc();
1022 struct gsm48_hdr *gh;
1023
Daniel Willmann46553142014-09-03 17:46:44 +02001024 LOGP(DMM, LOGL_NOTICE, "<- ROUTING AREA UPDATE REJECT\n");
Harald Welte9b455bf2010-03-14 15:45:01 +08001025
Harald Welte11d7c102010-05-02 11:54:55 +02001026 gmm_copy_id(msg, old_msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001027
1028 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 2);
1029 gh->proto_discr = GSM48_PDISC_MM_GPRS;
1030 gh->msg_type = GSM48_MT_GMM_RA_UPD_REJ;
1031 gh->data[0] = cause;
1032 gh->data[1] = 0; /* ? */
1033
1034 /* Option: P-TMSI signature, allocated P-TMSI, MS ID, ... */
Harald Welte8acd88f2010-05-18 10:57:45 +02001035 return gsm48_gmm_sendmsg(msg, 0, NULL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001036}
1037
Harald Welte588d44e2010-06-09 10:28:29 +02001038static void process_ms_ctx_status(struct sgsn_mm_ctx *mmctx,
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001039 const uint8_t *pdp_status)
Harald Welte588d44e2010-06-09 10:28:29 +02001040{
1041 struct sgsn_pdp_ctx *pdp, *pdp2;
1042 /* 24.008 4.7.5.1.3: If the PDP context status information element is
1043 * included in ROUTING AREA UPDATE REQUEST message, then the network
1044 * shall deactivate all those PDP contexts locally (without peer to
1045 * peer signalling between the MS and the network), which are not in SM
1046 * state PDP-INACTIVE on network side but are indicated by the MS as
1047 * being in state PDP-INACTIVE. */
1048
1049 llist_for_each_entry_safe(pdp, pdp2, &mmctx->pdp_list, list) {
Harald Weltecdf76cf2011-08-05 21:23:46 +02001050 if (pdp->nsapi < 8) {
1051 if (!(pdp_status[0] & (1 << pdp->nsapi))) {
Daniel Willmann46553142014-09-03 17:46:44 +02001052 LOGMMCTXP(LOGL_NOTICE, mmctx, "Dropping PDP context for NSAPI=%u "
Harald Weltecdf76cf2011-08-05 21:23:46 +02001053 "due to PDP CTX STATUS IE= 0x%02x%02x\n",
1054 pdp->nsapi, pdp_status[1], pdp_status[0]);
1055 sgsn_delete_pdp_ctx(pdp);
1056 }
1057 } else {
1058 if (!(pdp_status[1] & (1 << (pdp->nsapi - 8)))) {
Daniel Willmann46553142014-09-03 17:46:44 +02001059 LOGMMCTXP(LOGL_NOTICE, mmctx, "Dropping PDP context for NSAPI=%u "
Harald Weltecdf76cf2011-08-05 21:23:46 +02001060 "due to PDP CTX STATUS IE= 0x%02x%02x\n",
1061 pdp->nsapi, pdp_status[1], pdp_status[0]);
1062 sgsn_delete_pdp_ctx(pdp);
1063 }
Harald Welte588d44e2010-06-09 10:28:29 +02001064 }
1065 }
1066}
1067
Harald Welte9b455bf2010-03-14 15:45:01 +08001068/* Chapter 9.4.14: Routing area update request */
Harald Welte807a5d82010-06-01 11:53:01 +02001069static int gsm48_rx_gmm_ra_upd_req(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
1070 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001071{
Harald Welte943c5bc2010-04-30 16:33:12 +02001072 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welteeaa614c2010-05-02 11:26:34 +02001073 uint8_t *cur = gh->data;
Harald Welte588d44e2010-06-09 10:28:29 +02001074 uint8_t ms_ra_acc_cap_len;
Harald Welte9b455bf2010-03-14 15:45:01 +08001075 struct gprs_ra_id old_ra_id;
Harald Welte588d44e2010-06-09 10:28:29 +02001076 struct tlv_parsed tp;
Harald Welteeaa614c2010-05-02 11:26:34 +02001077 uint8_t upd_type;
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001078 enum gsm48_gmm_cause reject_cause;
1079 int rc;
Harald Welte9b455bf2010-03-14 15:45:01 +08001080
1081 /* Update Type 10.5.5.18 */
1082 upd_type = *cur++ & 0x0f;
1083
Daniel Willmann46553142014-09-03 17:46:44 +02001084 LOGP(DMM, LOGL_INFO, "-> GMM RA UPDATE REQUEST type=\"%s\"\n",
Harald Welte2720e732010-05-17 00:44:57 +02001085 get_value_string(gprs_upd_t_strs, upd_type));
Harald Welte9b455bf2010-03-14 15:45:01 +08001086
1087 /* Old routing area identification 10.5.5.15 */
1088 gsm48_parse_ra(&old_ra_id, cur);
1089 cur += 6;
1090
1091 /* MS Radio Access Capability 10.5.5.12a */
Harald Welte588d44e2010-06-09 10:28:29 +02001092 ms_ra_acc_cap_len = *cur++;
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001093 if (ms_ra_acc_cap_len > 52) {
1094 reject_cause = GMM_CAUSE_PROTO_ERR_UNSPEC;
1095 goto rejected;
1096 }
Harald Welte4b2ed352011-07-27 23:35:38 +02001097 cur += ms_ra_acc_cap_len;
Harald Welte9b455bf2010-03-14 15:45:01 +08001098
1099 /* Optional: Old P-TMSI Signature, Requested READY timer, TMSI Status,
1100 * DRX parameter, MS network capability */
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +02001101 tlv_parse(&tp, &gsm48_gmm_att_tlvdef, cur,
Harald Welte588d44e2010-06-09 10:28:29 +02001102 (msg->data + msg->len) - cur, 0, 0);
Harald Welte9b455bf2010-03-14 15:45:01 +08001103
1104 switch (upd_type) {
1105 case GPRS_UPD_T_RA_LA:
1106 case GPRS_UPD_T_RA_LA_IMSI_ATT:
Daniel Willmann46553142014-09-03 17:46:44 +02001107 LOGP(DMM, LOGL_NOTICE, "Update type %i unsupported in Mode III, is your SI13 corrupt?\n", upd_type);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001108 reject_cause = GMM_CAUSE_PROTO_ERR_UNSPEC;
1109 goto rejected;
Harald Welte9b455bf2010-03-14 15:45:01 +08001110 case GPRS_UPD_T_RA:
1111 case GPRS_UPD_T_PERIODIC:
1112 break;
1113 }
1114
1115 /* Look-up the MM context based on old RA-ID and TLLI */
Harald Weltef6bd3402010-12-23 23:34:43 +01001116 mmctx = sgsn_mm_ctx_by_tlli(msgb_tlli(msg), &old_ra_id);
Harald Welte9b455bf2010-03-14 15:45:01 +08001117 if (!mmctx || mmctx->mm_state == GMM_DEREGISTERED) {
Harald Welte2b697a62011-10-16 18:50:56 +02001118 /* send a XID reset to re-set all LLC sequence numbers
1119 * in the MS */
Daniel Willmann46553142014-09-03 17:46:44 +02001120 LOGP(DMM, LOGL_NOTICE, "LLC XID RESET\n");
Harald Welte2b697a62011-10-16 18:50:56 +02001121 gprs_llgmm_reset(llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001122 /* The MS has to perform GPRS attach */
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001123 /* Device is still IMSI attached for CS but initiate GPRS ATTACH,
1124 * see GSM 04.08, 4.7.5.1.4 and G.6 */
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001125 reject_cause = GMM_CAUSE_IMPL_DETACHED;
1126 goto rejected;
Harald Welte9b455bf2010-03-14 15:45:01 +08001127 }
1128
Harald Weltef0901f02010-12-26 10:39:26 +01001129 /* Store new BVCI/NSEI in MM context (FIXME: delay until we ack?) */
1130 msgid2mmctx(mmctx, msg);
1131 /* Bump the statistics of received signalling msgs for this MM context */
1132 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_SIG_IN]);
1133
Harald Welte9f1f3ad2010-05-02 12:56:57 +02001134 /* Update the MM context with the new RA-ID */
1135 bssgp_parse_cell_id(&mmctx->ra, msgb_bcid(msg));
Harald Weltef0901f02010-12-26 10:39:26 +01001136 /* Update the MM context with the new (i.e. foreign) TLLI */
Harald Welte9f1f3ad2010-05-02 12:56:57 +02001137 mmctx->tlli = msgb_tlli(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001138 /* FIXME: Update the MM context with the MS radio acc capabilities */
1139 /* FIXME: Update the MM context with the MS network capabilities */
1140
Harald Welte77289c22010-05-18 14:32:29 +02001141 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_RA_UPDATE]);
1142
Harald Weltec2e8cc42010-05-31 20:23:38 +02001143#ifdef PTMSI_ALLOC
Jacob Erlbeckf6e7d992014-11-06 15:43:10 +01001144 /* Don't change the P-TMSI if a P-TMSI re-assignment is under way */
1145 if (mmctx->mm_state != GMM_COMMON_PROC_INIT) {
1146 mmctx->p_tmsi_old = mmctx->p_tmsi;
1147 mmctx->p_tmsi = sgsn_alloc_ptmsi();
1148 }
Harald Weltec2e8cc42010-05-31 20:23:38 +02001149 /* Start T3350 and re-transmit up to 5 times until ATTACH COMPLETE */
1150 mmctx->t3350_mode = GMM_T3350_MODE_RAU;
1151 mmctx_timer_start(mmctx, 3350, GSM0408_T3350_SECS);
Jacob Erlbeck0074a772014-10-28 16:23:46 +01001152
1153 mmctx->mm_state = GMM_COMMON_PROC_INIT;
1154#else
1155 /* Make sure we are NORMAL (i.e. not SUSPENDED anymore) */
1156 mmctx->mm_state = GMM_REGISTERED_NORMAL;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001157#endif
Harald Welte807a5d82010-06-01 11:53:01 +02001158 /* Even if there is no P-TMSI allocated, the MS will switch from
1159 * foreign TLLI to local TLLI */
1160 mmctx->tlli_new = gprs_tmsi2tlli(mmctx->p_tmsi, TLLI_LOCAL);
Harald Weltec2e8cc42010-05-31 20:23:38 +02001161
Harald Welte807a5d82010-06-01 11:53:01 +02001162 /* Inform LLC layer about new TLLI but keep old active */
Harald Welted6f582b2010-06-30 23:18:57 +02001163 gprs_llgmm_assign(mmctx->llme, mmctx->tlli, mmctx->tlli_new,
1164 GPRS_ALGO_GEA0, NULL);
Harald Welte807a5d82010-06-01 11:53:01 +02001165
Harald Welte588d44e2010-06-09 10:28:29 +02001166 /* Look at PDP Context Status IE and see if MS's view of
1167 * activated/deactivated NSAPIs agrees with our view */
1168 if (TLVP_PRESENT(&tp, GSM48_IE_GMM_PDP_CTX_STATUS)) {
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001169 const uint8_t *pdp_status = TLVP_VAL(&tp, GSM48_IE_GMM_PDP_CTX_STATUS);
Harald Welte588d44e2010-06-09 10:28:29 +02001170 process_ms_ctx_status(mmctx, pdp_status);
1171 }
1172
Harald Welte807a5d82010-06-01 11:53:01 +02001173 /* Send RA UPDATE ACCEPT */
Harald Welte6463c072010-05-18 17:04:55 +02001174 return gsm48_tx_gmm_ra_upd_ack(mmctx);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001175
1176rejected:
1177 /* Send RA UPDATE REJECT */
1178 LOGMMCTXP(LOGL_NOTICE, mmctx,
1179 "Rejecting RA Update Request with cause '%s' (%d)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +01001180 get_value_string(gsm48_gmm_cause_names, reject_cause), reject_cause);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001181 rc = gsm48_tx_gmm_ra_upd_rej(msg, reject_cause);
1182 if (mmctx)
1183 mm_ctx_cleanup_free(mmctx, "GPRS RA UPDATE REJ");
1184 else
1185 /* TLLI unassignment */
1186 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff, GPRS_ALGO_GEA0,
1187 NULL);
1188
1189 return rc;
Harald Welte9b455bf2010-03-14 15:45:01 +08001190}
1191
Harald Welted193cb32010-05-17 22:58:03 +02001192static int gsm48_rx_gmm_status(struct sgsn_mm_ctx *mmctx, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001193{
1194 struct gsm48_hdr *gh = msgb_l3(msg);
1195
Daniel Willmann46553142014-09-03 17:46:44 +02001196 LOGMMCTXP(LOGL_INFO, mmctx, "-> GPRS MM STATUS (cause: %s)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +01001197 get_value_string(gsm48_gmm_cause_names, gh->data[0]));
Harald Welte9b455bf2010-03-14 15:45:01 +08001198
1199 return 0;
1200}
1201
1202/* GPRS Mobility Management */
Harald Welte807a5d82010-06-01 11:53:01 +02001203static int gsm0408_rcv_gmm(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
1204 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001205{
Harald Welte943c5bc2010-04-30 16:33:12 +02001206 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001207 int rc;
1208
Harald Welte807a5d82010-06-01 11:53:01 +02001209 /* MMCTX can be NULL when called */
1210
Harald Welted193cb32010-05-17 22:58:03 +02001211 if (!mmctx &&
1212 gh->msg_type != GSM48_MT_GMM_ATTACH_REQ &&
Harald Weltec2e8cc42010-05-31 20:23:38 +02001213 gh->msg_type != GSM48_MT_GMM_RA_UPD_REQ) {
Harald Welted193cb32010-05-17 22:58:03 +02001214 LOGP(DMM, LOGL_NOTICE, "Cannot handle GMM for unknown MM CTX\n");
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001215 /* 4.7.10 */
Jacob Erlbeck14ae5822014-10-28 09:47:03 +01001216 if (gh->msg_type == GSM48_MT_GMM_STATUS) {
1217 /* TLLI unassignment */
1218 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff,
1219 GPRS_ALGO_GEA0, NULL);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001220 return 0;
Jacob Erlbeck14ae5822014-10-28 09:47:03 +01001221 }
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001222
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001223 /* Don't reply or establish a LLME on DETACH_ACK */
1224 if (gh->msg_type == GSM48_MT_GMM_DETACH_ACK) {
1225 /* TLLI unassignment */
1226 return gprs_llgmm_assign(llme, llme->tlli, 0xffffffff,
1227 GPRS_ALGO_GEA0, NULL);
1228 }
1229
Jacob Erlbeckc4f9bf32014-11-11 08:55:13 +01001230 gprs_llgmm_reset(llme);
1231
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001232 /* Don't force it into re-attachment */
1233 if (gh->msg_type == GSM48_MT_GMM_DETACH_REQ) {
Jacob Erlbeck5a38f642014-10-21 13:09:55 +02001234 /* Handle Detach Request */
1235 rc = gsm48_rx_gmm_det_req(NULL, msg);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001236
1237 /* TLLI unassignment */
1238 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff,
1239 GPRS_ALGO_GEA0, NULL);
1240 return rc;
1241 }
1242
1243 /* Force the MS to re-attach */
Jacob Erlbeckb1c074f2014-10-31 12:27:11 +01001244 rc = sgsn_force_reattach_oldmsg(msg);
1245
1246 /* TLLI unassignment */
1247 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff,
1248 GPRS_ALGO_GEA0, NULL);
1249 return rc;
Harald Welted193cb32010-05-17 22:58:03 +02001250 }
1251
Harald Welte9b455bf2010-03-14 15:45:01 +08001252 switch (gh->msg_type) {
1253 case GSM48_MT_GMM_RA_UPD_REQ:
Harald Welte807a5d82010-06-01 11:53:01 +02001254 rc = gsm48_rx_gmm_ra_upd_req(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001255 break;
1256 case GSM48_MT_GMM_ATTACH_REQ:
Harald Welte807a5d82010-06-01 11:53:01 +02001257 rc = gsm48_rx_gmm_att_req(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001258 break;
Daniel Willmann46553142014-09-03 17:46:44 +02001259 /* For all the following types mmctx can not be NULL */
Harald Welte9b455bf2010-03-14 15:45:01 +08001260 case GSM48_MT_GMM_ID_RESP:
Harald Welted193cb32010-05-17 22:58:03 +02001261 rc = gsm48_rx_gmm_id_resp(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001262 break;
1263 case GSM48_MT_GMM_STATUS:
Harald Welted193cb32010-05-17 22:58:03 +02001264 rc = gsm48_rx_gmm_status(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001265 break;
Harald Welte2720e732010-05-17 00:44:57 +02001266 case GSM48_MT_GMM_DETACH_REQ:
Harald Welted193cb32010-05-17 22:58:03 +02001267 rc = gsm48_rx_gmm_det_req(mmctx, msg);
Harald Welte2720e732010-05-17 00:44:57 +02001268 break;
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001269 case GSM48_MT_GMM_DETACH_ACK:
1270 LOGMMCTXP(LOGL_INFO, mmctx, "-> DETACH ACK\n");
1271 mm_ctx_cleanup_free(mmctx, "GPRS DETACH ACK");
1272 rc = 0;
1273 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001274 case GSM48_MT_GMM_ATTACH_COMPL:
1275 /* only in case SGSN offered new P-TMSI */
Daniel Willmann46553142014-09-03 17:46:44 +02001276 LOGMMCTXP(LOGL_INFO, mmctx, "-> ATTACH COMPLETE\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001277 mmctx_timer_stop(mmctx, 3350);
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001278 mmctx->t3350_mode = GMM_T3350_MODE_NONE;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001279 mmctx->p_tmsi_old = 0;
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001280 mmctx->pending_req = 0;
Harald Welte807a5d82010-06-01 11:53:01 +02001281 /* Unassign the old TLLI */
1282 mmctx->tlli = mmctx->tlli_new;
Harald Welted6f582b2010-06-30 23:18:57 +02001283 gprs_llgmm_assign(mmctx->llme, 0xffffffff, mmctx->tlli_new,
1284 GPRS_ALGO_GEA0, NULL);
Jacob Erlbeck0074a772014-10-28 16:23:46 +01001285 mmctx->mm_state = GMM_REGISTERED_NORMAL;
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001286 rc = 0;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001287 break;
Harald Welteab1d5622010-05-18 19:58:38 +02001288 case GSM48_MT_GMM_RA_UPD_COMPL:
1289 /* only in case SGSN offered new P-TMSI */
Daniel Willmann46553142014-09-03 17:46:44 +02001290 LOGMMCTXP(LOGL_INFO, mmctx, "-> ROUTEING AREA UPDATE COMPLETE\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001291 mmctx_timer_stop(mmctx, 3350);
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001292 mmctx->t3350_mode = GMM_T3350_MODE_NONE;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001293 mmctx->p_tmsi_old = 0;
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001294 mmctx->pending_req = 0;
Harald Welte807a5d82010-06-01 11:53:01 +02001295 /* Unassign the old TLLI */
1296 mmctx->tlli = mmctx->tlli_new;
Harald Welted6f582b2010-06-30 23:18:57 +02001297 gprs_llgmm_assign(mmctx->llme, 0xffffffff, mmctx->tlli_new,
1298 GPRS_ALGO_GEA0, NULL);
Jacob Erlbeck0074a772014-10-28 16:23:46 +01001299 mmctx->mm_state = GMM_REGISTERED_NORMAL;
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001300 rc = 0;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001301 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001302 case GSM48_MT_GMM_PTMSI_REALL_COMPL:
Daniel Willmann46553142014-09-03 17:46:44 +02001303 LOGMMCTXP(LOGL_INFO, mmctx, "-> PTMSI REALLLICATION COMPLETE\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001304 mmctx_timer_stop(mmctx, 3350);
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001305 mmctx->t3350_mode = GMM_T3350_MODE_NONE;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001306 mmctx->p_tmsi_old = 0;
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001307 mmctx->pending_req = 0;
Harald Welte807a5d82010-06-01 11:53:01 +02001308 /* Unassign the old TLLI */
1309 mmctx->tlli = mmctx->tlli_new;
Harald Welted6f582b2010-06-30 23:18:57 +02001310 //gprs_llgmm_assign(mmctx->llme, 0xffffffff, mmctx->tlli_new, GPRS_ALGO_GEA0, NULL);
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001311 rc = 0;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001312 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001313 case GSM48_MT_GMM_AUTH_CIPH_RESP:
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001314 rc = gsm48_rx_gmm_auth_ciph_resp(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001315 break;
1316 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001317 LOGMMCTXP(LOGL_NOTICE, mmctx, "Unknown GSM 04.08 GMM msg type 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001318 gh->msg_type);
Harald Weltef54e7e22010-06-09 10:51:23 +02001319 rc = gsm48_tx_gmm_status(mmctx, GMM_CAUSE_MSGT_NOTEXIST_NOTIMPL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001320 break;
1321 }
1322
1323 return rc;
1324}
1325
Harald Weltec2e8cc42010-05-31 20:23:38 +02001326static void mmctx_timer_cb(void *_mm)
1327{
1328 struct sgsn_mm_ctx *mm = _mm;
Jacob Erlbeckbd0cf112014-12-01 12:33:33 +01001329 struct gsm_auth_tuple *at;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001330
1331 mm->num_T_exp++;
1332
1333 switch (mm->T) {
1334 case 3350: /* waiting for ATTACH COMPLETE */
1335 if (mm->num_T_exp >= 5) {
Daniel Willmann46553142014-09-03 17:46:44 +02001336 LOGMMCTXP(LOGL_NOTICE, mm, "T3350 expired >= 5 times\n");
Jacob Erlbecka7904562014-11-03 10:12:52 +01001337 mm_ctx_cleanup_free(mm, "T3350");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001338 /* FIXME: should we return some error? */
1339 break;
1340 }
1341 /* re-transmit the respective msg and re-start timer */
1342 switch (mm->t3350_mode) {
1343 case GMM_T3350_MODE_ATT:
1344 gsm48_tx_gmm_att_ack(mm);
1345 break;
1346 case GMM_T3350_MODE_RAU:
1347 gsm48_tx_gmm_ra_upd_ack(mm);
1348 break;
1349 case GMM_T3350_MODE_PTMSI_REALL:
1350 /* FIXME */
1351 break;
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001352 case GMM_T3350_MODE_NONE:
1353 LOGMMCTXP(LOGL_NOTICE, mm,
1354 "T3350 mode wasn't set, ignoring timeout\n");
1355 break;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001356 }
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001357 osmo_timer_schedule(&mm->timer, GSM0408_T3350_SECS, 0);
Harald Weltec2e8cc42010-05-31 20:23:38 +02001358 break;
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001359 case 3360: /* waiting for AUTH AND CIPH RESP */
1360 if (mm->num_T_exp >= 5) {
Daniel Willmann46553142014-09-03 17:46:44 +02001361 LOGMMCTXP(LOGL_NOTICE, mm, "T3360 expired >= 5 times\n");
Jacob Erlbecka7904562014-11-03 10:12:52 +01001362 mm_ctx_cleanup_free(mm, "T3360");
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001363 break;
1364 }
Jacob Erlbeckbd0cf112014-12-01 12:33:33 +01001365 /* Re-transmit the respective msg and re-start timer */
1366 if (mm->auth_triplet.key_seq == GSM_KEY_SEQ_INVAL) {
1367 LOGMMCTXP(LOGL_ERROR, mm,
1368 "timeout: invalid auth triplet reference\n");
1369 mm_ctx_cleanup_free(mm, "T3360");
1370 break;
1371 }
1372 at = &mm->auth_triplet;
1373
1374 gsm48_tx_gmm_auth_ciph_req(mm, at->rand, at->key_seq, GPRS_ALGO_GEA0);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001375 osmo_timer_schedule(&mm->timer, GSM0408_T3360_SECS, 0);
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001376 break;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001377 case 3370: /* waiting for IDENTITY RESPONSE */
1378 if (mm->num_T_exp >= 5) {
Daniel Willmann46553142014-09-03 17:46:44 +02001379 LOGMMCTXP(LOGL_NOTICE, mm, "T3370 expired >= 5 times\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001380 gsm48_tx_gmm_att_rej(mm, GMM_CAUSE_MS_ID_NOT_DERIVED);
Jacob Erlbecka7904562014-11-03 10:12:52 +01001381 mm_ctx_cleanup_free(mm, "GPRS ATTACH REJECT (T3370)");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001382 break;
1383 }
1384 /* re-tranmit IDENTITY REQUEST and re-start timer */
1385 gsm48_tx_gmm_id_req(mm, mm->t3370_id_type);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001386 osmo_timer_schedule(&mm->timer, GSM0408_T3370_SECS, 0);
Harald Weltec2e8cc42010-05-31 20:23:38 +02001387 break;
1388 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001389 LOGMMCTXP(LOGL_ERROR, mm, "timer expired in unknown mode %u\n",
Harald Weltec2e8cc42010-05-31 20:23:38 +02001390 mm->T);
1391 }
1392}
1393
1394/* GPRS SESSION MANAGEMENT */
1395
Harald Weltea9b473a2010-12-24 21:13:26 +01001396static void pdpctx_timer_cb(void *_mm);
1397
1398static void pdpctx_timer_start(struct sgsn_pdp_ctx *pdp, unsigned int T,
1399 unsigned int seconds)
1400{
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001401 if (osmo_timer_pending(&pdp->timer))
Harald Weltea9b473a2010-12-24 21:13:26 +01001402 LOGP(DMM, LOGL_ERROR, "Starting MM timer %u while old "
1403 "timer %u pending\n", T, pdp->T);
1404 pdp->T = T;
1405 pdp->num_T_exp = 0;
1406
1407 /* FIXME: we should do this only once ? */
1408 pdp->timer.data = pdp;
1409 pdp->timer.cb = &pdpctx_timer_cb;
1410
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001411 osmo_timer_schedule(&pdp->timer, seconds, 0);
Harald Weltea9b473a2010-12-24 21:13:26 +01001412}
1413
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +02001414#if 0
Harald Welte421cba42010-05-02 23:11:50 +02001415static void msgb_put_pdp_addr_ipv4(struct msgb *msg, uint32_t ipaddr)
1416{
1417 uint8_t v[6];
1418
1419 v[0] = PDP_TYPE_ORG_IETF;
1420 v[1] = PDP_TYPE_N_IETF_IPv4;
1421 *(uint32_t *)(v+2) = htonl(ipaddr);
1422
1423 msgb_tlv_put(msg, GSM48_IE_GSM_PDP_ADDR, sizeof(v), v);
1424}
1425
1426static void msgb_put_pdp_addr_ppp(struct msgb *msg)
1427{
1428 uint8_t v[2];
1429
1430 v[0] = PDP_TYPE_ORG_ETSI;
1431 v[1] = PDP_TYPE_N_ETSI_PPP;
1432
1433 msgb_tlv_put(msg, GSM48_IE_GSM_PDP_ADDR, sizeof(v), v);
1434}
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +02001435#endif
Harald Welte421cba42010-05-02 23:11:50 +02001436
Harald Welte9b455bf2010-03-14 15:45:01 +08001437/* Section 9.5.2: Ativate PDP Context Accept */
Harald Welte6abf94e2010-05-18 10:35:06 +02001438int gsm48_tx_gsm_act_pdp_acc(struct sgsn_pdp_ctx *pdp)
Harald Welte9b455bf2010-03-14 15:45:01 +08001439{
Harald Welte9b455bf2010-03-14 15:45:01 +08001440 struct msgb *msg = gsm48_msgb_alloc();
Harald Welte9b455bf2010-03-14 15:45:01 +08001441 struct gsm48_hdr *gh;
Harald Welte6abf94e2010-05-18 10:35:06 +02001442 uint8_t transaction_id = pdp->ti ^ 0x8; /* flip */
Harald Welte9b455bf2010-03-14 15:45:01 +08001443
Daniel Willmann46553142014-09-03 17:46:44 +02001444 LOGPDPCTXP(LOGL_INFO, pdp, "<- ACTIVATE PDP CONTEXT ACK\n");
Harald Welte9b455bf2010-03-14 15:45:01 +08001445
Harald Welte6abf94e2010-05-18 10:35:06 +02001446 mmctx2msgid(msg, pdp->mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001447
1448 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1449 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1450 gh->msg_type = GSM48_MT_GSM_ACT_PDP_ACK;
Harald Welte421cba42010-05-02 23:11:50 +02001451
1452 /* Negotiated LLC SAPI */
Harald Welte6abf94e2010-05-18 10:35:06 +02001453 msgb_v_put(msg, pdp->sapi);
Harald Welte4e38ac72010-05-18 14:51:18 +02001454
Harald Welte55e0df72010-05-18 13:20:08 +02001455 /* FIXME: copy QoS parameters from original request */
1456 //msgb_lv_put(msg, pdp->lib->qos_neg.l, pdp->lib->qos_neg.v);
1457 msgb_lv_put(msg, sizeof(default_qos), (uint8_t *)&default_qos);
Harald Welte4e38ac72010-05-18 14:51:18 +02001458
Harald Welte421cba42010-05-02 23:11:50 +02001459 /* Radio priority 10.5.7.2 */
Harald Welte6abf94e2010-05-18 10:35:06 +02001460 msgb_v_put(msg, pdp->lib->radio_pri);
Harald Welte4e38ac72010-05-18 14:51:18 +02001461
Harald Welte421cba42010-05-02 23:11:50 +02001462 /* PDP address */
Harald Welte4e38ac72010-05-18 14:51:18 +02001463 /* Highest 4 bits of first byte need to be set to 1, otherwise
1464 * the IE is identical with the 04.08 PDP Address IE */
1465 pdp->lib->eua.v[0] &= ~0xf0;
Harald Welte6abf94e2010-05-18 10:35:06 +02001466 msgb_tlv_put(msg, GSM48_IE_GSM_PDP_ADDR,
1467 pdp->lib->eua.l, pdp->lib->eua.v);
Harald Welte4e38ac72010-05-18 14:51:18 +02001468 pdp->lib->eua.v[0] |= 0xf0;
1469
Harald Welte77289c22010-05-18 14:32:29 +02001470 /* Optional: Protocol configuration options (FIXME: why 'req') */
Holger Hans Peter Freytherd2195072014-04-04 11:55:21 +02001471 if (pdp->lib->pco_req.l)
Harald Welte6abf94e2010-05-18 10:35:06 +02001472 msgb_tlv_put(msg, GSM48_IE_GSM_PROTO_CONF_OPT,
Harald Welte3c0b9b92010-05-18 14:36:11 +02001473 pdp->lib->pco_req.l, pdp->lib->pco_req.v);
Harald Welte4e38ac72010-05-18 14:51:18 +02001474
Harald Welte421cba42010-05-02 23:11:50 +02001475 /* Optional: Packet Flow Identifier */
Harald Welte9b455bf2010-03-14 15:45:01 +08001476
Harald Welte8acd88f2010-05-18 10:57:45 +02001477 return gsm48_gmm_sendmsg(msg, 0, pdp->mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001478}
1479
Harald Welte6abf94e2010-05-18 10:35:06 +02001480/* Section 9.5.3: Activate PDP Context reject */
1481int gsm48_tx_gsm_act_pdp_rej(struct sgsn_mm_ctx *mm, uint8_t tid,
1482 uint8_t cause, uint8_t pco_len, uint8_t *pco_v)
1483{
1484 struct msgb *msg = gsm48_msgb_alloc();
Harald Welte6abf94e2010-05-18 10:35:06 +02001485 struct gsm48_hdr *gh;
1486 uint8_t transaction_id = tid ^ 0x8; /* flip */
1487
Daniel Willmann46553142014-09-03 17:46:44 +02001488 LOGMMCTXP(LOGL_NOTICE, mm, "<- ACTIVATE PDP CONTEXT REJ(cause=%u)\n", cause);
Harald Welte6abf94e2010-05-18 10:35:06 +02001489
1490 mmctx2msgid(msg, mm);
1491
1492 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1493 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1494 gh->msg_type = GSM48_MT_GSM_ACT_PDP_REJ;
1495
1496 msgb_v_put(msg, cause);
1497 if (pco_len && pco_v)
1498 msgb_tlv_put(msg, GSM48_IE_GSM_PROTO_CONF_OPT, pco_len, pco_v);
1499
Harald Welte8acd88f2010-05-18 10:57:45 +02001500 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte6abf94e2010-05-18 10:35:06 +02001501}
1502
Harald Weltea9b473a2010-12-24 21:13:26 +01001503/* Section 9.5.8: Deactivate PDP Context Request */
1504static int _gsm48_tx_gsm_deact_pdp_req(struct sgsn_mm_ctx *mm, uint8_t tid,
1505 uint8_t sm_cause)
1506{
1507 struct msgb *msg = gsm48_msgb_alloc();
1508 struct gsm48_hdr *gh;
1509 uint8_t transaction_id = tid ^ 0x8; /* flip */
1510
Daniel Willmann46553142014-09-03 17:46:44 +02001511 LOGMMCTXP(LOGL_INFO, mm, "<- DEACTIVATE PDP CONTEXT REQ\n");
Harald Weltea9b473a2010-12-24 21:13:26 +01001512
1513 mmctx2msgid(msg, mm);
1514
1515 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1516 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1517 gh->msg_type = GSM48_MT_GSM_DEACT_PDP_REQ;
1518
1519 msgb_v_put(msg, sm_cause);
1520
1521 return gsm48_gmm_sendmsg(msg, 0, mm);
1522}
1523int gsm48_tx_gsm_deact_pdp_req(struct sgsn_pdp_ctx *pdp, uint8_t sm_cause)
1524{
1525 pdpctx_timer_start(pdp, 3395, GSM0408_T3395_SECS);
1526
1527 return _gsm48_tx_gsm_deact_pdp_req(pdp->mm, pdp->ti, sm_cause);
1528}
1529
Harald Welte9b455bf2010-03-14 15:45:01 +08001530/* Section 9.5.9: Deactivate PDP Context Accept */
Harald Welte60ebc022010-06-08 18:08:59 +02001531static int _gsm48_tx_gsm_deact_pdp_acc(struct sgsn_mm_ctx *mm, uint8_t tid)
Harald Welte9b455bf2010-03-14 15:45:01 +08001532{
Harald Welte9b455bf2010-03-14 15:45:01 +08001533 struct msgb *msg = gsm48_msgb_alloc();
1534 struct gsm48_hdr *gh;
Harald Welte60ebc022010-06-08 18:08:59 +02001535 uint8_t transaction_id = tid ^ 0x8; /* flip */
Harald Welte9b455bf2010-03-14 15:45:01 +08001536
Daniel Willmann46553142014-09-03 17:46:44 +02001537 LOGMMCTXP(LOGL_INFO, mm, "<- DEACTIVATE PDP CONTEXT ACK\n");
Harald Welte9b455bf2010-03-14 15:45:01 +08001538
Harald Welte60ebc022010-06-08 18:08:59 +02001539 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001540
1541 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1542 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1543 gh->msg_type = GSM48_MT_GSM_DEACT_PDP_ACK;
1544
Harald Welte60ebc022010-06-08 18:08:59 +02001545 return gsm48_gmm_sendmsg(msg, 0, mm);
1546}
1547int gsm48_tx_gsm_deact_pdp_acc(struct sgsn_pdp_ctx *pdp)
1548{
1549 return _gsm48_tx_gsm_deact_pdp_acc(pdp->mm, pdp->ti);
Harald Welte9b455bf2010-03-14 15:45:01 +08001550}
1551
1552/* Section 9.5.1: Activate PDP Context Request */
Harald Welted193cb32010-05-17 22:58:03 +02001553static int gsm48_rx_gsm_act_pdp_req(struct sgsn_mm_ctx *mmctx,
1554 struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001555{
Harald Welte943c5bc2010-04-30 16:33:12 +02001556 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001557 struct gsm48_act_pdp_ctx_req *act_req = (struct gsm48_act_pdp_ctx_req *) gh->data;
Harald Welte0c3eae02010-05-02 21:07:14 +02001558 uint8_t req_qos_len, req_pdpa_len;
1559 uint8_t *req_qos, *req_pdpa;
1560 struct tlv_parsed tp;
Harald Welte6abf94e2010-05-18 10:35:06 +02001561 uint8_t transaction_id = (gh->proto_discr >> 4);
Harald Welte11ff3e82010-07-02 10:17:24 +02001562 struct sgsn_ggsn_ctx *ggsn;
Harald Welte6abf94e2010-05-18 10:35:06 +02001563 struct sgsn_pdp_ctx *pdp;
Harald Welte9b455bf2010-03-14 15:45:01 +08001564
Daniel Willmann46553142014-09-03 17:46:44 +02001565 LOGMMCTXP(LOGL_INFO, mmctx, "-> ACTIVATE PDP CONTEXT REQ: SAPI=%u NSAPI=%u ",
Harald Welte6abf94e2010-05-18 10:35:06 +02001566 act_req->req_llc_sapi, act_req->req_nsapi);
Harald Welte8acd88f2010-05-18 10:57:45 +02001567
Harald Welte23c13762010-07-02 22:52:04 +02001568 /* FIXME: length checks! */
Harald Welte0c3eae02010-05-02 21:07:14 +02001569 req_qos_len = act_req->data[0];
1570 req_qos = act_req->data + 1; /* 10.5.6.5 */
1571 req_pdpa_len = act_req->data[1 + req_qos_len];
1572 req_pdpa = act_req->data + 1 + req_qos_len + 1; /* 10.5.6.4 */
Harald Welte9b455bf2010-03-14 15:45:01 +08001573
Harald Welte23c13762010-07-02 22:52:04 +02001574 /* Optional: Access Point Name, Protocol Config Options */
1575 if (req_pdpa + req_pdpa_len < msg->data + msg->len)
1576 tlv_parse(&tp, &gsm48_sm_att_tlvdef, req_pdpa + req_pdpa_len,
1577 (msg->data + msg->len) - (req_pdpa + req_pdpa_len), 0, 0);
1578 else
1579 memset(&tp, 0, sizeof(tp));
1580
Harald Welte0c3eae02010-05-02 21:07:14 +02001581 switch (req_pdpa[0] & 0xf) {
1582 case 0x0:
1583 DEBUGPC(DMM, "ETSI ");
1584 break;
1585 case 0x1:
1586 DEBUGPC(DMM, "IETF ");
1587 break;
1588 case 0xf:
1589 DEBUGPC(DMM, "Empty ");
1590 break;
1591 }
1592
1593 switch (req_pdpa[1]) {
1594 case 0x21:
1595 DEBUGPC(DMM, "IPv4 ");
1596 if (req_pdpa_len >= 6) {
1597 struct in_addr ia;
1598 ia.s_addr = ntohl(*((uint32_t *) (req_pdpa+2)));
1599 DEBUGPC(DMM, "%s ", inet_ntoa(ia));
1600 }
1601 break;
1602 case 0x57:
1603 DEBUGPC(DMM, "IPv6 ");
1604 if (req_pdpa_len >= 18) {
1605 /* FIXME: print IPv6 address */
1606 }
1607 break;
1608 default:
1609 DEBUGPC(DMM, "0x%02x ", req_pdpa[1]);
1610 break;
1611 }
1612
Daniel Willmann46553142014-09-03 17:46:44 +02001613 LOGPC(DMM, LOGL_INFO, "\n");
Harald Welte77289c22010-05-18 14:32:29 +02001614
Harald Welte2720e732010-05-17 00:44:57 +02001615 /* put the non-TLV elements in the TLV parser structure to
1616 * pass them on to the SGSN / GTP code */
1617 tp.lv[OSMO_IE_GSM_REQ_QOS].len = req_qos_len;
1618 tp.lv[OSMO_IE_GSM_REQ_QOS].val = req_qos;
1619 tp.lv[OSMO_IE_GSM_REQ_PDP_ADDR].len = req_pdpa_len;
1620 tp.lv[OSMO_IE_GSM_REQ_PDP_ADDR].val = req_pdpa;
1621
Harald Welte6abf94e2010-05-18 10:35:06 +02001622 /* FIXME: determine GGSN based on APN and subscription options */
Harald Welte0c3eae02010-05-02 21:07:14 +02001623 if (TLVP_PRESENT(&tp, GSM48_IE_GSM_APN)) {}
Harald Welte6abf94e2010-05-18 10:35:06 +02001624
1625 /* Check if NSAPI is out of range (TS 04.65 / 7.2) */
1626 if (act_req->req_nsapi < 5 || act_req->req_nsapi > 15) {
1627 /* Send reject with GSM_CAUSE_INV_MAND_INFO */
1628 return gsm48_tx_gsm_act_pdp_rej(mmctx, transaction_id,
1629 GSM_CAUSE_INV_MAND_INFO,
1630 0, NULL);
1631 }
1632
1633 /* Check if NSAPI is already in use */
Harald Welteb37515e2010-07-02 10:12:58 +02001634 pdp = sgsn_pdp_ctx_by_nsapi(mmctx, act_req->req_nsapi);
1635 if (pdp) {
1636 /* We already have a PDP context for this TLLI + NSAPI tuple */
1637 if (pdp->sapi == act_req->req_llc_sapi &&
1638 pdp->ti == transaction_id) {
1639 /* This apparently is a re-transmission of a PDP CTX
1640 * ACT REQ (our ACT ACK must have got dropped) */
1641 return gsm48_tx_gsm_act_pdp_acc(pdp);
1642 }
1643
1644 /* Send reject with GSM_CAUSE_NSAPI_IN_USE */
Harald Welte6abf94e2010-05-18 10:35:06 +02001645 return gsm48_tx_gsm_act_pdp_rej(mmctx, transaction_id,
1646 GSM_CAUSE_NSAPI_IN_USE,
1647 0, NULL);
1648 }
Harald Welte9b455bf2010-03-14 15:45:01 +08001649
Harald Welte19f9e302010-07-02 10:15:49 +02001650 /* Only increment counter for a real activation, after we checked
1651 * for re-transmissions */
1652 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PDP_CTX_ACT]);
1653
Harald Welte11ff3e82010-07-02 10:17:24 +02001654 ggsn = sgsn_ggsn_ctx_by_id(0);
1655 if (!ggsn) {
1656 LOGP(DGPRS, LOGL_ERROR, "No GGSN context 0 found!\n");
1657 return -EIO;
Harald Welted193cb32010-05-17 22:58:03 +02001658 }
Harald Welte11ff3e82010-07-02 10:17:24 +02001659 ggsn->gsn = sgsn->gsn;
1660 pdp = sgsn_create_pdp_ctx(ggsn, mmctx, act_req->req_nsapi, &tp);
1661 if (!pdp)
1662 return -1;
1663
1664 /* Store SAPI and Transaction Identifier */
1665 pdp->sapi = act_req->req_llc_sapi;
1666 pdp->ti = transaction_id;
1667
Harald Welte6463c072010-05-18 17:04:55 +02001668 return 0;
Harald Welte9b455bf2010-03-14 15:45:01 +08001669}
1670
1671/* Section 9.5.8: Deactivate PDP Context Request */
Harald Welte77289c22010-05-18 14:32:29 +02001672static int gsm48_rx_gsm_deact_pdp_req(struct sgsn_mm_ctx *mm, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001673{
Harald Welte943c5bc2010-04-30 16:33:12 +02001674 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte77289c22010-05-18 14:32:29 +02001675 uint8_t transaction_id = (gh->proto_discr >> 4);
1676 struct sgsn_pdp_ctx *pdp;
Harald Welte9b455bf2010-03-14 15:45:01 +08001677
Daniel Willmann46553142014-09-03 17:46:44 +02001678 LOGMMCTXP(LOGL_INFO, mm, "-> DEACTIVATE PDP CONTEXT REQ (cause: %s)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +01001679 get_value_string(gsm48_gsm_cause_names, gh->data[0]));
Harald Welte9b455bf2010-03-14 15:45:01 +08001680
Harald Welte77289c22010-05-18 14:32:29 +02001681 pdp = sgsn_pdp_ctx_by_tid(mm, transaction_id);
1682 if (!pdp) {
Daniel Willmann46553142014-09-03 17:46:44 +02001683 LOGMMCTXP(LOGL_NOTICE, mm, "Deactivate PDP Context Request for "
Harald Welte77289c22010-05-18 14:32:29 +02001684 "non-existing PDP Context (IMSI=%s, TI=%u)\n",
1685 mm->imsi, transaction_id);
Harald Welte60ebc022010-06-08 18:08:59 +02001686 return _gsm48_tx_gsm_deact_pdp_acc(mm, transaction_id);
Harald Welte77289c22010-05-18 14:32:29 +02001687 }
1688
1689 return sgsn_delete_pdp_ctx(pdp);
Harald Welte9b455bf2010-03-14 15:45:01 +08001690}
1691
Harald Weltea9b473a2010-12-24 21:13:26 +01001692/* Section 9.5.9: Deactivate PDP Context Accept */
1693static int gsm48_rx_gsm_deact_pdp_ack(struct sgsn_mm_ctx *mm, struct msgb *msg)
1694{
1695 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
1696 uint8_t transaction_id = (gh->proto_discr >> 4);
1697 struct sgsn_pdp_ctx *pdp;
1698
Daniel Willmann46553142014-09-03 17:46:44 +02001699 LOGMMCTXP(LOGL_INFO, mm, "-> DEACTIVATE PDP CONTEXT ACK\n");
Harald Weltea9b473a2010-12-24 21:13:26 +01001700
1701 pdp = sgsn_pdp_ctx_by_tid(mm, transaction_id);
1702 if (!pdp) {
Daniel Willmann46553142014-09-03 17:46:44 +02001703 LOGMMCTXP(LOGL_NOTICE, mm, "Deactivate PDP Context Accept for "
Harald Weltea9b473a2010-12-24 21:13:26 +01001704 "non-existing PDP Context (IMSI=%s, TI=%u)\n",
1705 mm->imsi, transaction_id);
1706 return 0;
1707 }
1708
1709 return sgsn_delete_pdp_ctx(pdp);
1710}
1711
Harald Welted193cb32010-05-17 22:58:03 +02001712static int gsm48_rx_gsm_status(struct sgsn_mm_ctx *ctx, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001713{
1714 struct gsm48_hdr *gh = msgb_l3(msg);
1715
Daniel Willmann46553142014-09-03 17:46:44 +02001716 LOGMMCTXP(LOGL_INFO, ctx, "-> GPRS SM STATUS (cause: %s)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +01001717 get_value_string(gsm48_gsm_cause_names, gh->data[0]));
Harald Welte9b455bf2010-03-14 15:45:01 +08001718
1719 return 0;
1720}
1721
Harald Weltea9b473a2010-12-24 21:13:26 +01001722static void pdpctx_timer_cb(void *_pdp)
1723{
1724 struct sgsn_pdp_ctx *pdp = _pdp;
1725
1726 pdp->num_T_exp++;
1727
1728 switch (pdp->T) {
1729 case 3395: /* waiting for PDP CTX DEACT ACK */
1730 if (pdp->num_T_exp >= 4) {
Daniel Willmann46553142014-09-03 17:46:44 +02001731 LOGPDPCTXP(LOGL_NOTICE, pdp, "T3395 expired >= 5 times\n");
Harald Weltea9b473a2010-12-24 21:13:26 +01001732 pdp->state = PDP_STATE_INACTIVE;
1733 sgsn_delete_pdp_ctx(pdp);
1734 break;
1735 }
1736 gsm48_tx_gsm_deact_pdp_req(pdp, GSM_CAUSE_NET_FAIL);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001737 osmo_timer_schedule(&pdp->timer, GSM0408_T3395_SECS, 0);
Harald Weltea9b473a2010-12-24 21:13:26 +01001738 break;
1739 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001740 LOGPDPCTXP(LOGL_ERROR, pdp, "timer expired in unknown mode %u\n",
Harald Weltea9b473a2010-12-24 21:13:26 +01001741 pdp->T);
1742 }
1743}
1744
1745
Harald Welte9b455bf2010-03-14 15:45:01 +08001746/* GPRS Session Management */
Harald Welte807a5d82010-06-01 11:53:01 +02001747static int gsm0408_rcv_gsm(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
1748 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001749{
Harald Welte943c5bc2010-04-30 16:33:12 +02001750 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001751 int rc;
1752
Harald Welte807a5d82010-06-01 11:53:01 +02001753 /* MMCTX can be NULL when called */
1754
Harald Welted193cb32010-05-17 22:58:03 +02001755 if (!mmctx) {
1756 LOGP(DMM, LOGL_NOTICE, "Cannot handle SM for unknown MM CTX\n");
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001757 /* 6.1.3.6 */
1758 if (gh->msg_type == GSM48_MT_GSM_STATUS)
1759 return 0;
1760
1761 return sgsn_force_reattach_oldmsg(msg);
Harald Welted193cb32010-05-17 22:58:03 +02001762 }
1763
Harald Welte9b455bf2010-03-14 15:45:01 +08001764 switch (gh->msg_type) {
1765 case GSM48_MT_GSM_ACT_PDP_REQ:
Harald Welted193cb32010-05-17 22:58:03 +02001766 rc = gsm48_rx_gsm_act_pdp_req(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001767 break;
1768 case GSM48_MT_GSM_DEACT_PDP_REQ:
Harald Welted193cb32010-05-17 22:58:03 +02001769 rc = gsm48_rx_gsm_deact_pdp_req(mmctx, msg);
Harald Welte77289c22010-05-18 14:32:29 +02001770 break;
Harald Weltea9b473a2010-12-24 21:13:26 +01001771 case GSM48_MT_GSM_DEACT_PDP_ACK:
1772 rc = gsm48_rx_gsm_deact_pdp_ack(mmctx, msg);
1773 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001774 case GSM48_MT_GSM_STATUS:
Harald Welted193cb32010-05-17 22:58:03 +02001775 rc = gsm48_rx_gsm_status(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001776 break;
1777 case GSM48_MT_GSM_REQ_PDP_ACT_REJ:
1778 case GSM48_MT_GSM_ACT_AA_PDP_REQ:
1779 case GSM48_MT_GSM_DEACT_AA_PDP_REQ:
Daniel Willmann46553142014-09-03 17:46:44 +02001780 LOGMMCTXP(LOGL_NOTICE, mmctx, "Unimplemented GSM 04.08 GSM msg type 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001781 gh->msg_type);
Harald Weltef54e7e22010-06-09 10:51:23 +02001782 rc = gsm48_tx_sm_status(mmctx, GSM_CAUSE_MSGT_NOTEXIST_NOTIMPL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001783 break;
1784 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001785 LOGMMCTXP(LOGL_NOTICE, mmctx, "Unknown GSM 04.08 GSM msg type 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001786 gh->msg_type);
Harald Weltef54e7e22010-06-09 10:51:23 +02001787 rc = gsm48_tx_sm_status(mmctx, GSM_CAUSE_MSGT_NOTEXIST_NOTIMPL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001788 break;
1789
1790 }
1791
1792 return rc;
1793}
1794
Jacob Erlbeckabdf02b2014-10-31 12:20:49 +01001795int gsm0408_gprs_force_reattach_oldmsg(struct msgb *msg)
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001796{
Jacob Erlbeckabdf02b2014-10-31 12:20:49 +01001797 int rc;
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001798 gprs_llgmm_reset_oldmsg(msg, GPRS_SAPI_GMM);
1799
Jacob Erlbeckabdf02b2014-10-31 12:20:49 +01001800 rc = gsm48_tx_gmm_detach_req_oldmsg(
1801 msg, GPRS_DET_T_MT_REATT_REQ, GMM_CAUSE_IMPL_DETACHED);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001802
Jacob Erlbeckabdf02b2014-10-31 12:20:49 +01001803 return rc;
1804}
1805
1806int gsm0408_gprs_force_reattach(struct sgsn_mm_ctx *mmctx)
1807{
1808 int rc;
1809 gprs_llgmm_reset(mmctx->llme);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001810
Jacob Erlbeckb1c074f2014-10-31 12:27:11 +01001811 rc = gsm48_tx_gmm_detach_req(
1812 mmctx, GPRS_DET_T_MT_REATT_REQ, GMM_CAUSE_IMPL_DETACHED);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001813
Jacob Erlbeckb1c074f2014-10-31 12:27:11 +01001814 mm_ctx_cleanup_free(mmctx, "forced reattach");
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001815
Jacob Erlbeckb1c074f2014-10-31 12:27:11 +01001816 return rc;
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001817}
1818
Harald Welte9b455bf2010-03-14 15:45:01 +08001819/* Main entry point for incoming 04.08 GPRS messages */
Harald Welte807a5d82010-06-01 11:53:01 +02001820int gsm0408_gprs_rcvmsg(struct msgb *msg, struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001821{
Harald Welte943c5bc2010-04-30 16:33:12 +02001822 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welteeaa614c2010-05-02 11:26:34 +02001823 uint8_t pdisc = gh->proto_discr & 0x0f;
Harald Welted193cb32010-05-17 22:58:03 +02001824 struct sgsn_mm_ctx *mmctx;
1825 struct gprs_ra_id ra_id;
Harald Welte9b455bf2010-03-14 15:45:01 +08001826 int rc = -EINVAL;
1827
Harald Welted193cb32010-05-17 22:58:03 +02001828 bssgp_parse_cell_id(&ra_id, msgb_bcid(msg));
1829 mmctx = sgsn_mm_ctx_by_tlli(msgb_tlli(msg), &ra_id);
Harald Welte8acd88f2010-05-18 10:57:45 +02001830 if (mmctx) {
Harald Welte6abf94e2010-05-18 10:35:06 +02001831 msgid2mmctx(mmctx, msg);
Harald Welte8acd88f2010-05-18 10:57:45 +02001832 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_SIG_IN]);
Harald Welte807a5d82010-06-01 11:53:01 +02001833 mmctx->llme = llme;
Harald Welte8acd88f2010-05-18 10:57:45 +02001834 }
Harald Welted193cb32010-05-17 22:58:03 +02001835
1836 /* MMCTX can be NULL */
1837
Harald Welte9b455bf2010-03-14 15:45:01 +08001838 switch (pdisc) {
1839 case GSM48_PDISC_MM_GPRS:
Harald Welte807a5d82010-06-01 11:53:01 +02001840 rc = gsm0408_rcv_gmm(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001841 break;
1842 case GSM48_PDISC_SM_GPRS:
Harald Welte807a5d82010-06-01 11:53:01 +02001843 rc = gsm0408_rcv_gsm(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001844 break;
1845 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001846 LOGP(DMM, LOGL_NOTICE, "Unknown GSM 04.08 discriminator 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001847 pdisc);
Harald Welte6abf94e2010-05-18 10:35:06 +02001848 /* FIXME: return status message */
Harald Welte9b455bf2010-03-14 15:45:01 +08001849 break;
1850 }
1851
Jacob Erlbeck258ce3d2014-09-30 13:51:45 +02001852 /* MMCTX can be invalid */
1853
Harald Welte9b455bf2010-03-14 15:45:01 +08001854 return rc;
1855}
Harald Welte5bfe4992010-06-09 11:22:47 +02001856
1857int gprs_gmm_rx_suspend(struct gprs_ra_id *raid, uint32_t tlli)
1858{
1859 struct sgsn_mm_ctx *mmctx;
1860
1861 mmctx = sgsn_mm_ctx_by_tlli(tlli, raid);
1862 if (!mmctx) {
1863 LOGP(DMM, LOGL_NOTICE, "SUSPEND request for unknown "
1864 "TLLI=%08x\n", tlli);
1865 return -EINVAL;
1866 }
1867
Jacob Erlbeck7dba11f2014-12-22 17:58:18 +01001868 if (mmctx->mm_state != GMM_REGISTERED_NORMAL &&
1869 mmctx->mm_state != GMM_REGISTERED_SUSPENDED) {
Daniel Willmann46553142014-09-03 17:46:44 +02001870 LOGMMCTXP(LOGL_NOTICE, mmctx, "SUSPEND request while state "
Harald Welte5bfe4992010-06-09 11:22:47 +02001871 "!= REGISTERED (TLLI=%08x)\n", tlli);
1872 return -EINVAL;
1873 }
1874
1875 /* Transition from REGISTERED_NORMAL to REGISTERED_SUSPENDED */
1876 mmctx->mm_state = GMM_REGISTERED_SUSPENDED;
1877 return 0;
1878}
1879
1880int gprs_gmm_rx_resume(struct gprs_ra_id *raid, uint32_t tlli,
1881 uint8_t suspend_ref)
1882{
1883 struct sgsn_mm_ctx *mmctx;
1884
1885 /* FIXME: make use of suspend reference? */
1886
1887 mmctx = sgsn_mm_ctx_by_tlli(tlli, raid);
1888 if (!mmctx) {
1889 LOGP(DMM, LOGL_NOTICE, "RESUME request for unknown "
1890 "TLLI=%08x\n", tlli);
1891 return -EINVAL;
1892 }
1893
Jacob Erlbeck7dba11f2014-12-22 17:58:18 +01001894 if (mmctx->mm_state != GMM_REGISTERED_NORMAL &&
1895 mmctx->mm_state != GMM_REGISTERED_SUSPENDED) {
Daniel Willmann46553142014-09-03 17:46:44 +02001896 LOGMMCTXP(LOGL_NOTICE, mmctx, "RESUME request while state "
Harald Welte5bfe4992010-06-09 11:22:47 +02001897 "!= SUSPENDED (TLLI=%08x)\n", tlli);
1898 /* FIXME: should we not simply ignore it? */
1899 return -EINVAL;
1900 }
1901
1902 /* Transition from SUSPENDED to NORMAL */
1903 mmctx->mm_state = GMM_REGISTERED_NORMAL;
1904 return 0;
1905}