blob: 2a856a6cba5fd29c45b7c16b9bc9092739d0c25e [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 Erlbeck99985b52014-10-13 10:32:00 +0200184static void mm_ctx_cleanup_free(struct sgsn_mm_ctx *ctx, const char *log_text)
185{
Jacob Erlbecke671d252015-01-26 14:43:07 +0100186 LOGMMCTXP(LOGL_INFO, ctx, "Cleaning MM context due to %s\n", log_text);
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200187
188 /* Mark MM state as deregistered */
189 ctx->mm_state = GMM_DEREGISTERED;
190
Jacob Erlbecke671d252015-01-26 14:43:07 +0100191 sgsn_mm_ctx_cleanup_free(ctx);
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200192}
193
Harald Weltef54e7e22010-06-09 10:51:23 +0200194/* Chapter 9.4.18 */
195static int _tx_status(struct msgb *msg, uint8_t cause,
196 struct sgsn_mm_ctx *mmctx, int sm)
197{
198 struct gsm48_hdr *gh;
199
200 /* MMCTX might be NULL! */
201
202 DEBUGP(DMM, "<- GPRS MM STATUS (cause: %s)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +0100203 get_value_string(gsm48_gmm_cause_names, cause));
Harald Weltef54e7e22010-06-09 10:51:23 +0200204
205 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
206 if (sm) {
207 gh->proto_discr = GSM48_PDISC_SM_GPRS;
208 gh->msg_type = GSM48_MT_GSM_STATUS;
209 } else {
210 gh->proto_discr = GSM48_PDISC_MM_GPRS;
211 gh->msg_type = GSM48_MT_GMM_STATUS;
212 }
213 gh->data[0] = cause;
214
215 return gsm48_gmm_sendmsg(msg, 0, mmctx);
216}
Jacob Erlbeck70671422014-10-29 22:57:30 +0100217
Harald Weltef54e7e22010-06-09 10:51:23 +0200218static int gsm48_tx_gmm_status(struct sgsn_mm_ctx *mmctx, uint8_t cause)
219{
220 struct msgb *msg = gsm48_msgb_alloc();
221
222 mmctx2msgid(msg, mmctx);
223 return _tx_status(msg, cause, mmctx, 0);
Harald Weltef54e7e22010-06-09 10:51:23 +0200224}
Jacob Erlbeck70671422014-10-29 22:57:30 +0100225
Harald Weltef54e7e22010-06-09 10:51:23 +0200226static int gsm48_tx_sm_status(struct sgsn_mm_ctx *mmctx, uint8_t cause)
227{
228 struct msgb *msg = gsm48_msgb_alloc();
229
230 mmctx2msgid(msg, mmctx);
231 return _tx_status(msg, cause, mmctx, 1);
Harald Weltef54e7e22010-06-09 10:51:23 +0200232}
233
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +0200234static int _tx_detach_req(struct msgb *msg, uint8_t detach_type, uint8_t cause,
235 struct sgsn_mm_ctx *mmctx)
236{
237 struct gsm48_hdr *gh;
238
239 /* MMCTX might be NULL! */
240
241 DEBUGP(DMM, "<- GPRS MM DETACH REQ (type: %s, cause: %s)\n",
242 get_value_string(gprs_det_t_mt_strs, detach_type),
Jacob Erlbeckafcf2302015-01-05 17:30:02 +0100243 get_value_string(gsm48_gmm_cause_names, cause));
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +0200244
245 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
246
247 gh->proto_discr = GSM48_PDISC_MM_GPRS;
248 gh->msg_type = GSM48_MT_GMM_DETACH_REQ;
249 gh->data[0] = detach_type & 0x07;
250
251 msgb_tv_put(msg, GSM48_IE_GMM_CAUSE, cause);
252
253 return gsm48_gmm_sendmsg(msg, 0, mmctx);
254}
255
256static int gsm48_tx_gmm_detach_req(struct sgsn_mm_ctx *mmctx,
257 uint8_t detach_type, uint8_t cause)
258{
259 struct msgb *msg = gsm48_msgb_alloc();
260
261 mmctx2msgid(msg, mmctx);
262 return _tx_detach_req(msg, detach_type, cause, mmctx);
263}
264
265static int gsm48_tx_gmm_detach_req_oldmsg(struct msgb *oldmsg,
266 uint8_t detach_type, uint8_t cause)
267{
268 struct msgb *msg = gsm48_msgb_alloc();
269
270 gmm_copy_id(msg, oldmsg);
271 return _tx_detach_req(msg, detach_type, cause, NULL);
272}
Harald Weltef54e7e22010-06-09 10:51:23 +0200273
Harald Welte86fda902010-05-03 10:54:35 +0200274static struct gsm48_qos default_qos = {
275 .delay_class = 4, /* best effort */
276 .reliab_class = GSM48_QOS_RC_LLC_UN_RLC_ACK_DATA_PROT,
277 .peak_tput = GSM48_QOS_PEAK_TPUT_32000bps,
278 .preced_class = GSM48_QOS_PC_NORMAL,
279 .mean_tput = GSM48_QOS_MEAN_TPUT_BEST_EFFORT,
280 .traf_class = GSM48_QOS_TC_INTERACTIVE,
281 .deliv_order = GSM48_QOS_DO_UNORDERED,
282 .deliv_err_sdu = GSM48_QOS_ERRSDU_YES,
283 .max_sdu_size = GSM48_QOS_MAXSDU_1520,
284 .max_bitrate_up = GSM48_QOS_MBRATE_63k,
285 .max_bitrate_down = GSM48_QOS_MBRATE_63k,
286 .resid_ber = GSM48_QOS_RBER_5e_2,
287 .sdu_err_ratio = GSM48_QOS_SERR_1e_2,
288 .handling_prio = 3,
289 .xfer_delay = 0x10, /* 200ms */
290 .guar_bitrate_up = GSM48_QOS_MBRATE_0k,
291 .guar_bitrate_down = GSM48_QOS_MBRATE_0k,
292 .sig_ind = 0, /* not optimised for signalling */
293 .max_bitrate_down_ext = 0, /* use octet 9 */
294 .guar_bitrate_down_ext = 0, /* use octet 13 */
295};
296
Harald Welte9b455bf2010-03-14 15:45:01 +0800297/* Chapter 9.4.2: Attach accept */
Harald Welte6463c072010-05-18 17:04:55 +0200298static int gsm48_tx_gmm_att_ack(struct sgsn_mm_ctx *mm)
Harald Welte9b455bf2010-03-14 15:45:01 +0800299{
300 struct msgb *msg = gsm48_msgb_alloc();
301 struct gsm48_hdr *gh;
302 struct gsm48_attach_ack *aa;
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200303 uint8_t *mid;
304#if 0
305 uint8_t *ptsig;
306#endif
Harald Welte9b455bf2010-03-14 15:45:01 +0800307
Daniel Willmann46553142014-09-03 17:46:44 +0200308 LOGMMCTXP(LOGL_INFO, mm, "<- GPRS ATTACH ACCEPT (new P-TMSI=0x%08x)\n", mm->p_tmsi);
Harald Welte9b455bf2010-03-14 15:45:01 +0800309
Harald Welte6463c072010-05-18 17:04:55 +0200310 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800311
312 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
313 gh->proto_discr = GSM48_PDISC_MM_GPRS;
314 gh->msg_type = GSM48_MT_GMM_ATTACH_ACK;
315
316 aa = (struct gsm48_attach_ack *) msgb_put(msg, sizeof(*aa));
317 aa->force_stby = 0; /* not indicated */
318 aa->att_result = 1; /* GPRS only */
Jacob Erlbeck841d95f2015-01-23 12:32:38 +0100319 aa->ra_upd_timer = gprs_secs_to_tmr_floor(GSM0408_T3312_SECS);
Harald Welte9b455bf2010-03-14 15:45:01 +0800320 aa->radio_prio = 4; /* lowest */
Harald Welte6463c072010-05-18 17:04:55 +0200321 gsm48_construct_ra(aa->ra_id.digits, &mm->ra);
Harald Welte9b455bf2010-03-14 15:45:01 +0800322
Harald Welteab1d5622010-05-18 19:58:38 +0200323#if 0
Harald Welte6463c072010-05-18 17:04:55 +0200324 /* Optional: P-TMSI signature */
325 msgb_v_put(msg, GSM48_IE_GMM_PTMSI_SIG);
326 ptsig = msgb_put(msg, 3);
327 ptsig[0] = mm->p_tmsi_sig >> 16;
328 ptsig[1] = mm->p_tmsi_sig >> 8;
329 ptsig[2] = mm->p_tmsi_sig & 0xff;
330
Harald Weltec2e8cc42010-05-31 20:23:38 +0200331#endif
Jacob Erlbeck8de9c482015-01-23 11:44:39 +0100332 /* Optional: Negotiated Ready timer value
333 * (fixed 44s, default value, GSM 04.08, table 11.4a) to safely limit
334 * the inactivity time READY->STANDBY.
335 */
336 msgb_tv_put(msg, GSM48_IE_GMM_TIMER_READY,
337 gprs_secs_to_tmr_floor(GSM0408_T3314_SECS));
Harald Welte6463c072010-05-18 17:04:55 +0200338
Harald Weltec2e8cc42010-05-31 20:23:38 +0200339#ifdef PTMSI_ALLOC
Harald Welte6463c072010-05-18 17:04:55 +0200340 /* Optional: Allocated P-TMSI */
Harald Welte6463c072010-05-18 17:04:55 +0200341 mid = msgb_put(msg, GSM48_MID_TMSI_LEN);
342 gsm48_generate_mid_from_tmsi(mid, mm->p_tmsi);
Harald Welteab1d5622010-05-18 19:58:38 +0200343 mid[0] = GSM48_IE_GMM_ALLOC_PTMSI;
344#endif
Harald Weltec2e8cc42010-05-31 20:23:38 +0200345
Harald Welte6463c072010-05-18 17:04:55 +0200346 /* Optional: MS-identity (combined attach) */
347 /* Optional: GMM cause (partial attach result for combined attach) */
348
Harald Welte56a01452010-05-31 22:12:30 +0200349 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800350}
351
352/* Chapter 9.4.5: Attach reject */
Harald Welte6463c072010-05-18 17:04:55 +0200353static int _tx_gmm_att_rej(struct msgb *msg, uint8_t gmm_cause)
Harald Welte9b455bf2010-03-14 15:45:01 +0800354{
Harald Welte9b455bf2010-03-14 15:45:01 +0800355 struct gsm48_hdr *gh;
356
Jacob Erlbeckafcf2302015-01-05 17:30:02 +0100357 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 +0800358
Harald Welte9b455bf2010-03-14 15:45:01 +0800359 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
360 gh->proto_discr = GSM48_PDISC_MM_GPRS;
361 gh->msg_type = GSM48_MT_GMM_ATTACH_REJ;
362 gh->data[0] = gmm_cause;
363
Harald Welte8acd88f2010-05-18 10:57:45 +0200364 return gsm48_gmm_sendmsg(msg, 0, NULL);
Harald Welte9b455bf2010-03-14 15:45:01 +0800365}
Harald Welte6463c072010-05-18 17:04:55 +0200366static int gsm48_tx_gmm_att_rej_oldmsg(const struct msgb *old_msg,
367 uint8_t gmm_cause)
368{
369 struct msgb *msg = gsm48_msgb_alloc();
370 gmm_copy_id(msg, old_msg);
371 return _tx_gmm_att_rej(msg, gmm_cause);
372}
373static int gsm48_tx_gmm_att_rej(struct sgsn_mm_ctx *mm,
374 uint8_t gmm_cause)
375{
376 struct msgb *msg = gsm48_msgb_alloc();
377 mmctx2msgid(msg, mm);
378 return _tx_gmm_att_rej(msg, gmm_cause);
379}
Harald Welte9b455bf2010-03-14 15:45:01 +0800380
Harald Welte2720e732010-05-17 00:44:57 +0200381/* Chapter 9.4.6.2 Detach accept */
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200382static int _tx_detach_ack(struct msgb *msg, uint8_t force_stby,
383 struct sgsn_mm_ctx *mm)
Harald Welte2720e732010-05-17 00:44:57 +0200384{
Harald Welte2720e732010-05-17 00:44:57 +0200385 struct gsm48_hdr *gh;
386
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200387 /* MMCTX might be NULL! */
Harald Welte2720e732010-05-17 00:44:57 +0200388
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200389 DEBUGP(DMM, "<- GPRS MM DETACH ACC (force-standby: %d)\n", force_stby);
Harald Welte6463c072010-05-18 17:04:55 +0200390
Harald Welte2720e732010-05-17 00:44:57 +0200391 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
392 gh->proto_discr = GSM48_PDISC_MM_GPRS;
393 gh->msg_type = GSM48_MT_GMM_DETACH_ACK;
394 gh->data[0] = force_stby;
395
Harald Welte56a01452010-05-31 22:12:30 +0200396 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte2720e732010-05-17 00:44:57 +0200397}
398
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200399static int gsm48_tx_gmm_det_ack(struct sgsn_mm_ctx *mm, uint8_t force_stby)
400{
401 struct msgb *msg = gsm48_msgb_alloc();
402
403 mmctx2msgid(msg, mm);
404 return _tx_detach_ack(msg, force_stby, mm);
405}
406
407static int gsm48_tx_gmm_det_ack_oldmsg(struct msgb *oldmsg, uint8_t force_stby)
408{
409 struct msgb *msg = gsm48_msgb_alloc();
410
411 gmm_copy_id(msg, oldmsg);
412 return _tx_detach_ack(msg, force_stby, NULL);
413}
414
Harald Welte9b455bf2010-03-14 15:45:01 +0800415/* Transmit Chapter 9.4.12 Identity Request */
Harald Welte6463c072010-05-18 17:04:55 +0200416static int gsm48_tx_gmm_id_req(struct sgsn_mm_ctx *mm, uint8_t id_type)
Harald Welte9b455bf2010-03-14 15:45:01 +0800417{
418 struct msgb *msg = gsm48_msgb_alloc();
419 struct gsm48_hdr *gh;
420
Daniel Willmann46553142014-09-03 17:46:44 +0200421 LOGMMCTXP(LOGL_DEBUG, mm, "<- GPRS IDENTITY REQUEST: mi_type=%02x\n", id_type);
Harald Welte9b455bf2010-03-14 15:45:01 +0800422
Harald Welte6463c072010-05-18 17:04:55 +0200423 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800424
425 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
426 gh->proto_discr = GSM48_PDISC_MM_GPRS;
427 gh->msg_type = GSM48_MT_GMM_ID_REQ;
428 /* 10.5.5.9 ID type 2 + identity type and 10.5.5.7 'force to standby' IE */
429 gh->data[0] = id_type & 0xf;
430
Harald Weltedce12552010-05-31 22:31:04 +0200431 return gsm48_gmm_sendmsg(msg, 1, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800432}
433
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200434/* Section 9.4.9: Authentication and Ciphering Request */
435static int gsm48_tx_gmm_auth_ciph_req(struct sgsn_mm_ctx *mm, uint8_t *rand,
436 uint8_t key_seq, uint8_t algo)
437{
438 struct msgb *msg = gsm48_msgb_alloc();
439 struct gsm48_hdr *gh;
440 struct gsm48_auth_ciph_req *acreq;
441 uint8_t *m_rand, *m_cksn;
442
Daniel Willmann46553142014-09-03 17:46:44 +0200443 LOGMMCTXP(LOGL_INFO, mm, "<- GPRS AUTH AND CIPHERING REQ (rand = %s)\n",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +0200444 osmo_hexdump(rand, 16));
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200445
446 mmctx2msgid(msg, mm);
447
448 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
449 gh->proto_discr = GSM48_PDISC_MM_GPRS;
450 gh->msg_type = GSM48_MT_GMM_AUTH_CIPH_REQ;
451
452 acreq = (struct gsm48_auth_ciph_req *) msgb_put(msg, sizeof(*acreq));
453 acreq->ciph_alg = algo & 0xf;
454 acreq->imeisv_req = 0x1;
455 acreq->force_stby = 0x0;
456 acreq->ac_ref_nr = 0x0; /* FIXME: increment this? */
457
458 /* Only if authentication is requested we need to set RAND + CKSN */
459 if (rand) {
460 m_rand = msgb_put(msg, 16+1);
461 m_rand[0] = GSM48_IE_GMM_AUTH_RAND;
462 memcpy(m_rand+1, rand, 16);
463
Jacob Erlbeck65d82732014-12-01 10:36:17 +0100464 m_cksn = msgb_put(msg, 1);
465 m_cksn[0] = (GSM48_IE_GMM_CIPH_CKSN << 4) | (key_seq & 0x07);
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200466 }
467
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200468 /* FIXME: make sure we don't send any other messages to the MS */
469
470 return gsm48_gmm_sendmsg(msg, 1, mm);
471}
472
473/* Section 9.4.11: Authentication and Ciphering Reject */
474static int gsm48_tx_gmm_auth_ciph_rej(struct sgsn_mm_ctx *mm)
475{
476 struct msgb *msg = gsm48_msgb_alloc();
477 struct gsm48_hdr *gh;
478
Daniel Willmann46553142014-09-03 17:46:44 +0200479 LOGMMCTXP(LOGL_NOTICE, mm, "<- GPRS AUTH AND CIPH REJECT\n");
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200480
481 mmctx2msgid(msg, mm);
482
483 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
484 gh->proto_discr = GSM48_PDISC_MM_GPRS;
485 gh->msg_type = GSM48_MT_GMM_AUTH_CIPH_REJ;
486
487 return gsm48_gmm_sendmsg(msg, 0, mm);
488}
489
490/* Section 9.4.10: Authentication and Ciphering Response */
491static int gsm48_rx_gmm_auth_ciph_resp(struct sgsn_mm_ctx *ctx,
492 struct msgb *msg)
493{
494 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
495 struct gsm48_auth_ciph_resp *acr = (struct gsm48_auth_ciph_resp *)gh->data;
496 struct tlv_parsed tp;
Jacob Erlbeck8ff3fb02014-12-01 12:44:24 +0100497 struct gsm_auth_tuple *at;
498 int rc;
499
500 LOGMMCTXP(LOGL_INFO, ctx, "-> GPRS AUTH AND CIPH RESPONSE\n");
501
502 if (ctx->auth_triplet.key_seq == GSM_KEY_SEQ_INVAL) {
503 LOGMMCTXP(LOGL_NOTICE, ctx,
504 "Unexpected Auth & Ciph Response (ignored)\n");
505 return 0;
506 }
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200507
Jacob Erlbeckbd0cf112014-12-01 12:33:33 +0100508 /* Stop T3360 */
509 mmctx_timer_stop(ctx, 3360);
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200510
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200511 tlv_parse(&tp, &gsm48_gmm_att_tlvdef, acr->data,
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200512 (msg->data + msg->len) - acr->data, 0, 0);
513
514 /* FIXME: compare ac_ref? */
515
516 if (!TLVP_PRESENT(&tp, GSM48_IE_GMM_AUTH_SRES) ||
517 !TLVP_PRESENT(&tp, GSM48_IE_GMM_IMEISV)) {
Jacob Erlbeck8ff3fb02014-12-01 12:44:24 +0100518 /* TODO: missing mandatory IE, return STATUS or REJ? */
519 LOGMMCTXP(LOGL_ERROR, ctx, "Missing mandantory IE\n");
520 return -EINVAL;
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200521 }
522
Jacob Erlbeck8ff3fb02014-12-01 12:44:24 +0100523 /* Compare SRES with what we expected */
524 LOGMMCTXP(LOGL_DEBUG, ctx, "checking received auth info, SRES = %s\n",
525 osmo_hexdump(TLVP_VAL(&tp, GSM48_IE_GMM_AUTH_SRES),
526 TLVP_LEN(&tp, GSM48_IE_GMM_AUTH_SRES)));
527
528 at = &ctx->auth_triplet;
529
530 if (TLVP_LEN(&tp, GSM48_IE_GMM_AUTH_SRES) != sizeof(at->sres) ||
531 memcmp(TLVP_VAL(&tp, GSM48_IE_GMM_AUTH_SRES), at->sres,
532 sizeof(at->sres)) != 0) {
533
534 LOGMMCTXP(LOGL_NOTICE, ctx, "Received SRES doesn't match\n");
535 rc = gsm48_tx_gmm_auth_ciph_rej(ctx);
536 mm_ctx_cleanup_free(ctx, "GPRS AUTH AND CIPH REJECT");
537 return rc;
538 }
539
540 ctx->is_authenticated = 1;
541
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200542 /* FIXME: enable LLC cipheirng */
Jacob Erlbeck4adb1362014-12-02 09:47:26 +0100543
544 /* Check if we can let the mobile station enter */
545 return gsm48_gmm_authorize(ctx);
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200546}
547
Holger Hans Peter Freyther20de3ae2015-05-05 22:52:40 +0200548static void extract_subscr_msisdn(struct sgsn_mm_ctx *ctx)
549{
550 struct gsm_mncc_number called;
551 uint8_t msisdn[sizeof(ctx->subscr->sgsn_data->msisdn) + 1];
552
553 /* Convert MSISDN from encoded to string.. */
554 if (!ctx->subscr)
555 return;
556
557 if (ctx->subscr->sgsn_data->msisdn_len < 1)
558 return;
559
560 /* prepare the data for the decoder */
561 memset(&called, 0, sizeof(called));
562 msisdn[0] = ctx->subscr->sgsn_data->msisdn_len;
563 memcpy(&msisdn[1], ctx->subscr->sgsn_data->msisdn,
564 ctx->subscr->sgsn_data->msisdn_len);
565
566 /* decode the string now */
567 gsm48_decode_called(&called, msisdn);
568
569 /* Prepend a '+' for international numbers */
570 if (called.plan == 1 && called.type == 1) {
571 ctx->msisdn[0] = '+';
572 strncpy(&ctx->msisdn[1], called.number,
573 sizeof(ctx->msisdn) - 1);
574 } else {
575 strncpy(&ctx->msisdn[0], called.number,
576 sizeof(ctx->msisdn) - 1);
577 }
578}
579
Harald Welte9b455bf2010-03-14 15:45:01 +0800580/* Check if we can already authorize a subscriber */
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100581static int gsm48_gmm_authorize(struct sgsn_mm_ctx *ctx)
Harald Welte9b455bf2010-03-14 15:45:01 +0800582{
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100583 /* Request IMSI and IMEI from the MS if they are unknown */
Harald Weltec2e8cc42010-05-31 20:23:38 +0200584 if (!strlen(ctx->imei)) {
Harald Weltec2e8cc42010-05-31 20:23:38 +0200585 ctx->t3370_id_type = GSM_MI_TYPE_IMEI;
586 mmctx_timer_start(ctx, 3370, GSM0408_T3370_SECS);
Harald Welte6463c072010-05-18 17:04:55 +0200587 return gsm48_tx_gmm_id_req(ctx, GSM_MI_TYPE_IMEI);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200588 }
Harald Weltec2e8cc42010-05-31 20:23:38 +0200589 if (!strlen(ctx->imsi)) {
Harald Weltec2e8cc42010-05-31 20:23:38 +0200590 ctx->t3370_id_type = GSM_MI_TYPE_IMSI;
591 mmctx_timer_start(ctx, 3370, GSM0408_T3370_SECS);
Harald Welte6463c072010-05-18 17:04:55 +0200592 return gsm48_tx_gmm_id_req(ctx, GSM_MI_TYPE_IMSI);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200593 }
Harald Welte9b455bf2010-03-14 15:45:01 +0800594
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100595 /* All information required for authentication is available */
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100596 ctx->t3370_id_type = GSM_MI_TYPE_NONE;
597
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200598 if (ctx->auth_state == SGSN_AUTH_UNKNOWN) {
599 /* Request authorization, this leads to a call to
Jacob Erlbeckf951a012014-11-07 14:17:44 +0100600 * sgsn_auth_update which in turn calls
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200601 * gsm0408_gprs_access_granted or gsm0408_gprs_access_denied */
602
Jacob Erlbecka0b6efb2014-11-13 10:48:39 +0100603 sgsn_auth_request(ctx);
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200604 /* Note that gsm48_gmm_authorize can be called recursively via
605 * sgsn_auth_request iff ctx->auth_info changes to AUTH_ACCEPTED
606 */
607 return 0;
608 }
609
Jacob Erlbeck4adb1362014-12-02 09:47:26 +0100610 if (ctx->auth_state == SGSN_AUTH_AUTHENTICATE && !ctx->is_authenticated) {
611 struct gsm_auth_tuple *at = &ctx->auth_triplet;
612
613 mmctx_timer_start(ctx, 3360, GSM0408_T3360_SECS);
614 return gsm48_tx_gmm_auth_ciph_req(ctx, at->rand, at->key_seq,
615 GPRS_ALGO_GEA0);
616 }
617
618 if (ctx->auth_state == SGSN_AUTH_AUTHENTICATE && ctx->is_authenticated &&
619 ctx->auth_triplet.key_seq != GSM_KEY_SEQ_INVAL) {
620 /* Check again for authorization */
621 sgsn_auth_request(ctx);
622 return 0;
623 }
624
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200625 if (ctx->auth_state != SGSN_AUTH_ACCEPTED) {
626 LOGMMCTXP(LOGL_NOTICE, ctx,
627 "authorization is denied, aborting procedure\n");
628 return -EACCES;
Jacob Erlbeck0c06f982014-10-29 22:12:20 +0100629 }
630
631 /* The MS is authorized */
632
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100633 switch (ctx->pending_req) {
634 case 0:
635 LOGMMCTXP(LOGL_INFO, ctx,
636 "no pending request, authorization completed\n");
637 break;
638 case GSM48_MT_GMM_ATTACH_REQ:
Holger Hans Peter Freyther20de3ae2015-05-05 22:52:40 +0200639
640 extract_subscr_msisdn(ctx);
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100641#ifdef PTMSI_ALLOC
642 /* Start T3350 and re-transmit up to 5 times until ATTACH COMPLETE */
643 mmctx_timer_start(ctx, 3350, GSM0408_T3350_SECS);
644 ctx->t3350_mode = GMM_T3350_MODE_ATT;
Jacob Erlbeck0074a772014-10-28 16:23:46 +0100645#else
646 ctx->mm_state = GMM_REGISTERED_NORMAL;
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100647#endif
648
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100649 return gsm48_tx_gmm_att_ack(ctx);
650 default:
651 LOGMMCTXP(LOGL_ERROR, ctx,
652 "only Attach Request is supported yet, "
653 "got request type %u\n", ctx->pending_req);
654 break;
655 }
656
Harald Welte9b455bf2010-03-14 15:45:01 +0800657 return 0;
658}
659
Jacob Erlbeck4adb1362014-12-02 09:47:26 +0100660void gsm0408_gprs_authenticate(struct sgsn_mm_ctx *ctx)
661{
662 ctx->is_authenticated = 0;
663
664 gsm48_gmm_authorize(ctx);
665}
666
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200667void gsm0408_gprs_access_granted(struct sgsn_mm_ctx *ctx)
668{
669 switch (ctx->mm_state) {
670 case GMM_COMMON_PROC_INIT:
671 LOGP(DMM, LOGL_NOTICE,
672 "Authorized, continuing procedure, IMSI=%s\n",
673 ctx->imsi);
674 /* Continue with the authorization */
675 gsm48_gmm_authorize(ctx);
676 break;
677 default:
678 LOGP(DMM, LOGL_INFO,
679 "Authorized, ignored, IMSI=%s\n",
680 ctx->imsi);
681 }
682}
683
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100684void gsm0408_gprs_access_denied(struct sgsn_mm_ctx *ctx, int gmm_cause)
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200685{
Jacob Erlbeckd6267d12015-01-19 11:10:04 +0100686 if (gmm_cause == SGSN_ERROR_CAUSE_NONE)
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100687 gmm_cause = GMM_CAUSE_GPRS_NOTALLOWED;
688
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200689 switch (ctx->mm_state) {
690 case GMM_COMMON_PROC_INIT:
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100691 LOGMMCTXP(LOGL_NOTICE, ctx,
692 "Not authorized, rejecting ATTACH REQUEST "
693 "with cause '%s' (%d)\n",
694 get_value_string(gsm48_gmm_cause_names, gmm_cause),
695 gmm_cause);
696 gsm48_tx_gmm_att_rej(ctx, gmm_cause);
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200697 mm_ctx_cleanup_free(ctx, "GPRS ATTACH REJECT");
698 break;
699 case GMM_REGISTERED_NORMAL:
700 case GMM_REGISTERED_SUSPENDED:
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100701 LOGMMCTXP(LOGL_NOTICE, ctx,
702 "Authorization lost, detaching "
703 "with cause '%s' (%d)\n",
704 get_value_string(gsm48_gmm_cause_names, gmm_cause),
705 gmm_cause);
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200706 gsm48_tx_gmm_detach_req(
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100707 ctx, GPRS_DET_T_MT_REATT_NOTREQ, gmm_cause);
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200708
709 mm_ctx_cleanup_free(ctx, "auth lost");
710 break;
711 default:
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100712 LOGMMCTXP(LOGL_INFO, ctx,
713 "Authorization lost, cause is '%s' (%d)\n",
714 get_value_string(gsm48_gmm_cause_names, gmm_cause),
715 gmm_cause);
716 mm_ctx_cleanup_free(ctx, "auth lost");
Jacob Erlbeck423f8bf2014-10-24 18:09:54 +0200717 }
718}
719
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100720void gsm0408_gprs_access_cancelled(struct sgsn_mm_ctx *ctx, int gmm_cause)
Jacob Erlbeck98647ca2014-11-11 14:47:38 +0100721{
Jacob Erlbeckd6267d12015-01-19 11:10:04 +0100722 if (gmm_cause != SGSN_ERROR_CAUSE_NONE) {
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100723 LOGMMCTXP(LOGL_INFO, ctx,
724 "Cancelled with cause '%s' (%d), deleting context\n",
725 get_value_string(gsm48_gmm_cause_names, gmm_cause),
726 gmm_cause);
727 gsm0408_gprs_access_denied(ctx, gmm_cause);
728 return;
Jacob Erlbeck98647ca2014-11-11 14:47:38 +0100729 }
Jacob Erlbeckaf3d5c52015-01-05 17:51:17 +0100730
731 LOGMMCTXP(LOGL_INFO, ctx, "Cancelled, deleting context silently\n");
Jacob Erlbeck98647ca2014-11-11 14:47:38 +0100732 mm_ctx_cleanup_free(ctx, "access cancelled");
733}
734
Harald Welte9b455bf2010-03-14 15:45:01 +0800735/* Parse Chapter 9.4.13 Identity Response */
Harald Welted193cb32010-05-17 22:58:03 +0200736static int gsm48_rx_gmm_id_resp(struct sgsn_mm_ctx *ctx, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +0800737{
Harald Welte943c5bc2010-04-30 16:33:12 +0200738 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welteeaa614c2010-05-02 11:26:34 +0200739 uint8_t mi_type = gh->data[1] & GSM_MI_TYPE_MASK;
Harald Welte9b455bf2010-03-14 15:45:01 +0800740 char mi_string[GSM48_MI_SIZE];
Harald Welte9b455bf2010-03-14 15:45:01 +0800741
742 gsm48_mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
Harald Welte9b455bf2010-03-14 15:45:01 +0800743 if (!ctx) {
Daniel Willmann46553142014-09-03 17:46:44 +0200744 DEBUGP(DMM, "from unknown TLLI 0x%08x?!? This should not happen\n", msgb_tlli(msg));
Harald Welte9b455bf2010-03-14 15:45:01 +0800745 return -EINVAL;
746 }
747
Daniel Willmannf8070f42014-09-23 18:48:44 +0200748 LOGMMCTXP(LOGL_DEBUG, ctx, "-> GMM IDENTITY RESPONSE: mi_type=0x%02x MI(%s)\n",
749 mi_type, mi_string);
750
Jacob Erlbeckfb26c602014-10-22 12:20:26 +0200751 if (ctx->t3370_id_type == GSM_MI_TYPE_NONE) {
752 LOGMMCTXP(LOGL_NOTICE, ctx,
753 "Got unexpected IDENTITY RESPONSE: mi_type=0x%02x MI(%s), "
754 "ignoring message\n",
755 mi_type, mi_string);
756 return -EINVAL;
757 }
758
Harald Weltec2e8cc42010-05-31 20:23:38 +0200759 if (mi_type == ctx->t3370_id_type)
760 mmctx_timer_stop(ctx, 3370);
761
Harald Welte9b455bf2010-03-14 15:45:01 +0800762 switch (mi_type) {
763 case GSM_MI_TYPE_IMSI:
764 /* we already have a mm context with current TLLI, but no
765 * P-TMSI / IMSI yet. What we now need to do is to fill
766 * this initial context with data from the HLR */
Harald Weltec728eea2010-12-24 23:07:18 +0100767 if (strlen(ctx->imsi) == 0) {
768 /* Check if we already have a MM context for this IMSI */
769 struct sgsn_mm_ctx *ictx;
770 ictx = sgsn_mm_ctx_by_imsi(mi_string);
771 if (ictx) {
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200772 /* Handle it like in gsm48_rx_gmm_det_req,
773 * except that no messages are sent to the BSS */
774
Daniel Willmann46553142014-09-03 17:46:44 +0200775 LOGMMCTXP(LOGL_NOTICE, ctx, "Deleting old MM Context for same IMSI "
776 "p_tmsi_old=0x%08x\n",
777 ictx->p_tmsi);
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200778
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200779 mm_ctx_cleanup_free(ictx, "GPRS IMSI re-use");
Harald Weltec728eea2010-12-24 23:07:18 +0100780 }
781 }
Jacob Erlbeck496aee72015-01-26 10:38:12 +0100782 strncpy(ctx->imsi, mi_string, sizeof(ctx->imsi) - 1);
Harald Welte9b455bf2010-03-14 15:45:01 +0800783 break;
784 case GSM_MI_TYPE_IMEI:
Jacob Erlbeck496aee72015-01-26 10:38:12 +0100785 strncpy(ctx->imei, mi_string, sizeof(ctx->imei) - 1);
Harald Welte9b455bf2010-03-14 15:45:01 +0800786 break;
787 case GSM_MI_TYPE_IMEISV:
788 break;
789 }
790
Harald Welte9b455bf2010-03-14 15:45:01 +0800791 /* Check if we can let the mobile station enter */
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100792 return gsm48_gmm_authorize(ctx);
Harald Welte9b455bf2010-03-14 15:45:01 +0800793}
794
795/* Section 9.4.1 Attach request */
Harald Welte807a5d82010-06-01 11:53:01 +0200796static int gsm48_rx_gmm_att_req(struct sgsn_mm_ctx *ctx, struct msgb *msg,
797 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +0800798{
Harald Welte943c5bc2010-04-30 16:33:12 +0200799 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200800 uint8_t *cur = gh->data, *msnc, *mi, *ms_ra_acc_cap;
Harald Welte56a01452010-05-31 22:12:30 +0200801 uint8_t msnc_len, att_type, mi_len, mi_type, ms_ra_acc_cap_len;
Harald Welteeaa614c2010-05-02 11:26:34 +0200802 uint16_t drx_par;
803 uint32_t tmsi;
Harald Welte9b455bf2010-03-14 15:45:01 +0800804 char mi_string[GSM48_MI_SIZE];
805 struct gprs_ra_id ra_id;
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200806 uint16_t cid;
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100807 enum gsm48_gmm_cause reject_cause;
808 int rc;
Harald Welte9b455bf2010-03-14 15:45:01 +0800809
Daniel Willmann46553142014-09-03 17:46:44 +0200810 LOGP(DMM, LOGL_INFO, "-> GMM ATTACH REQUEST ");
Harald Welte9b455bf2010-03-14 15:45:01 +0800811
812 /* As per TS 04.08 Chapter 4.7.1.4, the attach request arrives either
813 * with a foreign TLLI (P-TMSI that was allocated to the MS before),
814 * or with random TLLI. */
815
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200816 cid = bssgp_parse_cell_id(&ra_id, msgb_bcid(msg));
Harald Welte9b455bf2010-03-14 15:45:01 +0800817
818 /* MS network capability 10.5.5.12 */
819 msnc_len = *cur++;
820 msnc = cur;
Alexander Chemeris84402c02013-07-03 10:12:23 +0400821 if (msnc_len > sizeof(ctx->ms_network_capa.buf))
Harald Welte9b455bf2010-03-14 15:45:01 +0800822 goto err_inval;
823 cur += msnc_len;
824
825 /* aTTACH Type 10.5.5.2 */
826 att_type = *cur++ & 0x0f;
827
828 /* DRX parameter 10.5.5.6 */
Harald Welte56a01452010-05-31 22:12:30 +0200829 drx_par = *cur++ << 8;
830 drx_par |= *cur++;
Harald Welte9b455bf2010-03-14 15:45:01 +0800831
832 /* Mobile Identity (P-TMSI or IMSI) 10.5.1.4 */
833 mi_len = *cur++;
834 mi = cur;
835 if (mi_len > 8)
836 goto err_inval;
837 mi_type = *mi & GSM_MI_TYPE_MASK;
838 cur += mi_len;
839
840 gsm48_mi_to_string(mi_string, sizeof(mi_string), mi, mi_len);
841
Harald Welte2720e732010-05-17 00:44:57 +0200842 DEBUGPC(DMM, "MI(%s) type=\"%s\" ", mi_string,
843 get_value_string(gprs_att_t_strs, att_type));
Harald Welte9b455bf2010-03-14 15:45:01 +0800844
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200845 /* Old routing area identification 10.5.5.15. Skip it */
Harald Welte9b455bf2010-03-14 15:45:01 +0800846 cur += 6;
847
848 /* MS Radio Access Capability 10.5.5.12a */
Harald Welte56a01452010-05-31 22:12:30 +0200849 ms_ra_acc_cap_len = *cur++;
850 ms_ra_acc_cap = cur;
Alexander Chemeris84402c02013-07-03 10:12:23 +0400851 if (ms_ra_acc_cap_len > sizeof(ctx->ms_radio_access_capa.buf))
Harald Weltec48ac472010-07-03 21:20:06 +0200852 goto err_inval;
Harald Welte4b2ed352011-07-27 23:35:38 +0200853 cur += ms_ra_acc_cap_len;
Harald Welte9b455bf2010-03-14 15:45:01 +0800854
Daniel Willmann46553142014-09-03 17:46:44 +0200855 LOGPC(DMM, LOGL_INFO, "\n");
856
Harald Welte9b455bf2010-03-14 15:45:01 +0800857 /* Optional: Old P-TMSI Signature, Requested READY timer, TMSI Status */
858
859 switch (mi_type) {
860 case GSM_MI_TYPE_IMSI:
861 /* Try to find MM context based on IMSI */
Harald Welte807a5d82010-06-01 11:53:01 +0200862 if (!ctx)
863 ctx = sgsn_mm_ctx_by_imsi(mi_string);
Harald Welte9b455bf2010-03-14 15:45:01 +0800864 if (!ctx) {
865#if 0
866 return gsm48_tx_gmm_att_rej(msg, GMM_CAUSE_IMSI_UNKNOWN);
867#else
Harald Welte9b455bf2010-03-14 15:45:01 +0800868 ctx = sgsn_mm_ctx_alloc(0, &ra_id);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100869 if (!ctx) {
870 reject_cause = GMM_CAUSE_NET_FAIL;
871 goto rejected;
872 }
Jacob Erlbeck496aee72015-01-26 10:38:12 +0100873 strncpy(ctx->imsi, mi_string, sizeof(ctx->imsi) - 1);
Harald Welte9b455bf2010-03-14 15:45:01 +0800874#endif
875 }
Harald Welte943c5bc2010-04-30 16:33:12 +0200876 ctx->tlli = msgb_tlli(msg);
Harald Welte807a5d82010-06-01 11:53:01 +0200877 ctx->llme = llme;
Harald Welte68b99a42010-05-18 12:05:42 +0200878 msgid2mmctx(ctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +0800879 break;
880 case GSM_MI_TYPE_TMSI:
Harald Welteab1d5622010-05-18 19:58:38 +0200881 memcpy(&tmsi, mi+1, 4);
882 tmsi = ntohl(tmsi);
Harald Welte9b455bf2010-03-14 15:45:01 +0800883 /* Try to find MM context based on P-TMSI */
Harald Welte807a5d82010-06-01 11:53:01 +0200884 if (!ctx)
885 ctx = sgsn_mm_ctx_by_ptmsi(tmsi);
Harald Welte9b455bf2010-03-14 15:45:01 +0800886 if (!ctx) {
Harald Weltec728eea2010-12-24 23:07:18 +0100887 /* Allocate a context as most of our code expects one.
888 * Context will not have an IMSI ultil ID RESP is received */
Harald Welte943c5bc2010-04-30 16:33:12 +0200889 ctx = sgsn_mm_ctx_alloc(msgb_tlli(msg), &ra_id);
Harald Welte807a5d82010-06-01 11:53:01 +0200890 ctx->p_tmsi = tmsi;
Harald Welte9b455bf2010-03-14 15:45:01 +0800891 }
Harald Welte807a5d82010-06-01 11:53:01 +0200892 ctx->tlli = msgb_tlli(msg);
893 ctx->llme = llme;
894 msgid2mmctx(ctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +0800895 break;
896 default:
Harald Weltec2e8cc42010-05-31 20:23:38 +0200897 LOGP(DMM, LOGL_NOTICE, "Rejecting ATTACH REQUEST with "
898 "MI type %u\n", mi_type);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100899 reject_cause = GMM_CAUSE_MS_ID_NOT_DERIVED;
900 goto rejected;
Harald Welte9b455bf2010-03-14 15:45:01 +0800901 }
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200902 /* Update MM Context with currient RA and Cell ID */
903 ctx->ra = ra_id;
904 ctx->cell_id = cid;
Harald Welte56a01452010-05-31 22:12:30 +0200905 /* Update MM Context with other data */
906 ctx->drx_parms = drx_par;
Alexander Chemeris84402c02013-07-03 10:12:23 +0400907 ctx->ms_radio_access_capa.len = ms_ra_acc_cap_len;
Harald Welte4b2ed352011-07-27 23:35:38 +0200908 memcpy(ctx->ms_radio_access_capa.buf, ms_ra_acc_cap,
909 ctx->ms_radio_access_capa.len);
Harald Welte56a01452010-05-31 22:12:30 +0200910 ctx->ms_network_capa.len = msnc_len;
911 memcpy(ctx->ms_network_capa.buf, msnc, msnc_len);
912
Harald Weltec2e8cc42010-05-31 20:23:38 +0200913#ifdef PTMSI_ALLOC
Harald Welte807a5d82010-06-01 11:53:01 +0200914 /* Allocate a new P-TMSI (+ P-TMSI signature) and update TLLI */
Jacob Erlbeckf6e7d992014-11-06 15:43:10 +0100915 /* Don't change the P-TMSI if a P-TMSI re-assignment is under way */
916 if (ctx->mm_state != GMM_COMMON_PROC_INIT) {
917 ctx->p_tmsi_old = ctx->p_tmsi;
918 ctx->p_tmsi = sgsn_alloc_ptmsi();
919 }
Jacob Erlbeck0074a772014-10-28 16:23:46 +0100920 ctx->mm_state = GMM_COMMON_PROC_INIT;
Harald Welteab1d5622010-05-18 19:58:38 +0200921#endif
Harald Welte807a5d82010-06-01 11:53:01 +0200922 /* Even if there is no P-TMSI allocated, the MS will switch from
923 * foreign TLLI to local TLLI */
924 ctx->tlli_new = gprs_tmsi2tlli(ctx->p_tmsi, TLLI_LOCAL);
925
926 /* Inform LLC layer about new TLLI but keep old active */
Harald Welted6f582b2010-06-30 23:18:57 +0200927 gprs_llgmm_assign(ctx->llme, ctx->tlli, ctx->tlli_new,
928 GPRS_ALGO_GEA0, NULL);
Harald Welte9b455bf2010-03-14 15:45:01 +0800929
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +0100930 ctx->pending_req = GSM48_MT_GMM_ATTACH_REQ;
931 return gsm48_gmm_authorize(ctx);
Harald Welte9b455bf2010-03-14 15:45:01 +0800932
933err_inval:
Daniel Willmann46553142014-09-03 17:46:44 +0200934 LOGPC(DMM, LOGL_INFO, "\n");
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100935 reject_cause = GMM_CAUSE_SEM_INCORR_MSG;
936
937rejected:
938 /* Send ATTACH REJECT */
939 LOGMMCTXP(LOGL_NOTICE, ctx,
940 "Rejecting Attach Request with cause '%s' (%d)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +0100941 get_value_string(gsm48_gmm_cause_names, reject_cause), reject_cause);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +0100942 rc = gsm48_tx_gmm_att_rej_oldmsg(msg, reject_cause);
943 if (ctx)
944 mm_ctx_cleanup_free(ctx, "GPRS ATTACH REJ");
945 else
946 /* TLLI unassignment */
947 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff, GPRS_ALGO_GEA0, NULL);
948
949 return rc;
950
Harald Welte9b455bf2010-03-14 15:45:01 +0800951}
952
Harald Welte2720e732010-05-17 00:44:57 +0200953/* Section 4.7.4.1 / 9.4.5.2 MO Detach request */
Harald Welted193cb32010-05-17 22:58:03 +0200954static int gsm48_rx_gmm_det_req(struct sgsn_mm_ctx *ctx, struct msgb *msg)
Harald Welte2720e732010-05-17 00:44:57 +0200955{
956 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte2720e732010-05-17 00:44:57 +0200957 uint8_t detach_type, power_off;
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200958 int rc = 0;
Harald Welte2720e732010-05-17 00:44:57 +0200959
960 detach_type = gh->data[0] & 0x7;
961 power_off = gh->data[0] & 0x8;
962
963 /* FIXME: In 24.008 there is an optional P-TMSI and P-TMSI signature IE */
964
Daniel Willmann46553142014-09-03 17:46:44 +0200965 LOGMMCTXP(LOGL_INFO, ctx, "-> GMM DETACH REQUEST TLLI=0x%08x type=%s %s\n",
Harald Welte2720e732010-05-17 00:44:57 +0200966 msgb_tlli(msg), get_value_string(gprs_det_t_mo_strs, detach_type),
967 power_off ? "Power-off" : "");
968
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200969 /* Only send the Detach Accept (MO) if power off isn't indicated,
Jacob Erlbeckb9ab0d42014-10-21 09:52:05 +0200970 * see 04.08, 4.7.4.1.2/3 for details */
971 if (!power_off) {
972 /* force_stby = 0 */
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200973 if (ctx)
974 rc = gsm48_tx_gmm_det_ack(ctx, 0);
975 else
976 rc = gsm48_tx_gmm_det_ack_oldmsg(msg, 0);
Jacob Erlbeckb9ab0d42014-10-21 09:52:05 +0200977 }
Harald Weltebd5c9122010-06-28 22:18:53 +0200978
Jacob Erlbeck5a38f642014-10-21 13:09:55 +0200979 if (ctx)
980 mm_ctx_cleanup_free(ctx, "GPRS DETACH REQUEST");
Jacob Erlbeck258ce3d2014-09-30 13:51:45 +0200981
Harald Weltebd5c9122010-06-28 22:18:53 +0200982 return rc;
Harald Welte2720e732010-05-17 00:44:57 +0200983}
984
Harald Welte9b455bf2010-03-14 15:45:01 +0800985/* Chapter 9.4.15: Routing area update accept */
Harald Welte6463c072010-05-18 17:04:55 +0200986static int gsm48_tx_gmm_ra_upd_ack(struct sgsn_mm_ctx *mm)
Harald Welte9b455bf2010-03-14 15:45:01 +0800987{
988 struct msgb *msg = gsm48_msgb_alloc();
989 struct gsm48_hdr *gh;
990 struct gsm48_ra_upd_ack *rua;
Harald Weltec2e8cc42010-05-31 20:23:38 +0200991 uint8_t *mid;
Harald Welte9b455bf2010-03-14 15:45:01 +0800992
Daniel Willmann46553142014-09-03 17:46:44 +0200993 LOGMMCTXP(LOGL_INFO, mm, "<- ROUTING AREA UPDATE ACCEPT\n");
Harald Welte9b455bf2010-03-14 15:45:01 +0800994
Harald Welte6463c072010-05-18 17:04:55 +0200995 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800996
997 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
998 gh->proto_discr = GSM48_PDISC_MM_GPRS;
999 gh->msg_type = GSM48_MT_GMM_RA_UPD_ACK;
1000
1001 rua = (struct gsm48_ra_upd_ack *) msgb_put(msg, sizeof(*rua));
1002 rua->force_stby = 0; /* not indicated */
1003 rua->upd_result = 0; /* RA updated */
Jacob Erlbeck841d95f2015-01-23 12:32:38 +01001004 rua->ra_upd_timer = gprs_secs_to_tmr_floor(GSM0408_T3312_SECS);
Harald Welte11d7c102010-05-02 11:54:55 +02001005
Harald Welte6463c072010-05-18 17:04:55 +02001006 gsm48_construct_ra(rua->ra_id.digits, &mm->ra);
Harald Welte9b455bf2010-03-14 15:45:01 +08001007
Harald Weltec2e8cc42010-05-31 20:23:38 +02001008#if 0
1009 /* Optional: P-TMSI signature */
1010 msgb_v_put(msg, GSM48_IE_GMM_PTMSI_SIG);
1011 ptsig = msgb_put(msg, 3);
1012 ptsig[0] = mm->p_tmsi_sig >> 16;
1013 ptsig[1] = mm->p_tmsi_sig >> 8;
1014 ptsig[2] = mm->p_tmsi_sig & 0xff;
1015#endif
1016
1017#ifdef PTMSI_ALLOC
1018 /* Optional: Allocated P-TMSI */
1019 mid = msgb_put(msg, GSM48_MID_TMSI_LEN);
1020 gsm48_generate_mid_from_tmsi(mid, mm->p_tmsi);
1021 mid[0] = GSM48_IE_GMM_ALLOC_PTMSI;
1022#endif
1023
Jacob Erlbeck8de9c482015-01-23 11:44:39 +01001024 /* Optional: Negotiated READY timer value */
1025 msgb_tv_put(msg, GSM48_IE_GMM_TIMER_READY,
1026 gprs_secs_to_tmr_floor(GSM0408_T3314_SECS));
1027
Harald Weltec2e8cc42010-05-31 20:23:38 +02001028 /* Option: MS ID, ... */
Harald Welte56a01452010-05-31 22:12:30 +02001029 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001030}
1031
1032/* Chapter 9.4.17: Routing area update reject */
Harald Welteeaa614c2010-05-02 11:26:34 +02001033static int gsm48_tx_gmm_ra_upd_rej(struct msgb *old_msg, uint8_t cause)
Harald Welte9b455bf2010-03-14 15:45:01 +08001034{
1035 struct msgb *msg = gsm48_msgb_alloc();
1036 struct gsm48_hdr *gh;
1037
Daniel Willmann46553142014-09-03 17:46:44 +02001038 LOGP(DMM, LOGL_NOTICE, "<- ROUTING AREA UPDATE REJECT\n");
Harald Welte9b455bf2010-03-14 15:45:01 +08001039
Harald Welte11d7c102010-05-02 11:54:55 +02001040 gmm_copy_id(msg, old_msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001041
1042 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 2);
1043 gh->proto_discr = GSM48_PDISC_MM_GPRS;
1044 gh->msg_type = GSM48_MT_GMM_RA_UPD_REJ;
1045 gh->data[0] = cause;
1046 gh->data[1] = 0; /* ? */
1047
1048 /* Option: P-TMSI signature, allocated P-TMSI, MS ID, ... */
Harald Welte8acd88f2010-05-18 10:57:45 +02001049 return gsm48_gmm_sendmsg(msg, 0, NULL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001050}
1051
Harald Welte588d44e2010-06-09 10:28:29 +02001052static void process_ms_ctx_status(struct sgsn_mm_ctx *mmctx,
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001053 const uint8_t *pdp_status)
Harald Welte588d44e2010-06-09 10:28:29 +02001054{
1055 struct sgsn_pdp_ctx *pdp, *pdp2;
1056 /* 24.008 4.7.5.1.3: If the PDP context status information element is
1057 * included in ROUTING AREA UPDATE REQUEST message, then the network
1058 * shall deactivate all those PDP contexts locally (without peer to
1059 * peer signalling between the MS and the network), which are not in SM
1060 * state PDP-INACTIVE on network side but are indicated by the MS as
1061 * being in state PDP-INACTIVE. */
1062
1063 llist_for_each_entry_safe(pdp, pdp2, &mmctx->pdp_list, list) {
Harald Weltecdf76cf2011-08-05 21:23:46 +02001064 if (pdp->nsapi < 8) {
1065 if (!(pdp_status[0] & (1 << pdp->nsapi))) {
Daniel Willmann46553142014-09-03 17:46:44 +02001066 LOGMMCTXP(LOGL_NOTICE, mmctx, "Dropping PDP context for NSAPI=%u "
Harald Weltecdf76cf2011-08-05 21:23:46 +02001067 "due to PDP CTX STATUS IE= 0x%02x%02x\n",
1068 pdp->nsapi, pdp_status[1], pdp_status[0]);
1069 sgsn_delete_pdp_ctx(pdp);
1070 }
1071 } else {
1072 if (!(pdp_status[1] & (1 << (pdp->nsapi - 8)))) {
Daniel Willmann46553142014-09-03 17:46:44 +02001073 LOGMMCTXP(LOGL_NOTICE, mmctx, "Dropping PDP context for NSAPI=%u "
Harald Weltecdf76cf2011-08-05 21:23:46 +02001074 "due to PDP CTX STATUS IE= 0x%02x%02x\n",
1075 pdp->nsapi, pdp_status[1], pdp_status[0]);
1076 sgsn_delete_pdp_ctx(pdp);
1077 }
Harald Welte588d44e2010-06-09 10:28:29 +02001078 }
1079 }
1080}
1081
Harald Welte9b455bf2010-03-14 15:45:01 +08001082/* Chapter 9.4.14: Routing area update request */
Harald Welte807a5d82010-06-01 11:53:01 +02001083static int gsm48_rx_gmm_ra_upd_req(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
1084 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001085{
Harald Welte943c5bc2010-04-30 16:33:12 +02001086 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welteeaa614c2010-05-02 11:26:34 +02001087 uint8_t *cur = gh->data;
Harald Welte588d44e2010-06-09 10:28:29 +02001088 uint8_t ms_ra_acc_cap_len;
Harald Welte9b455bf2010-03-14 15:45:01 +08001089 struct gprs_ra_id old_ra_id;
Harald Welte588d44e2010-06-09 10:28:29 +02001090 struct tlv_parsed tp;
Harald Welteeaa614c2010-05-02 11:26:34 +02001091 uint8_t upd_type;
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001092 enum gsm48_gmm_cause reject_cause;
1093 int rc;
Harald Welte9b455bf2010-03-14 15:45:01 +08001094
1095 /* Update Type 10.5.5.18 */
1096 upd_type = *cur++ & 0x0f;
1097
Daniel Willmann46553142014-09-03 17:46:44 +02001098 LOGP(DMM, LOGL_INFO, "-> GMM RA UPDATE REQUEST type=\"%s\"\n",
Harald Welte2720e732010-05-17 00:44:57 +02001099 get_value_string(gprs_upd_t_strs, upd_type));
Harald Welte9b455bf2010-03-14 15:45:01 +08001100
1101 /* Old routing area identification 10.5.5.15 */
1102 gsm48_parse_ra(&old_ra_id, cur);
1103 cur += 6;
1104
1105 /* MS Radio Access Capability 10.5.5.12a */
Harald Welte588d44e2010-06-09 10:28:29 +02001106 ms_ra_acc_cap_len = *cur++;
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001107 if (ms_ra_acc_cap_len > 52) {
1108 reject_cause = GMM_CAUSE_PROTO_ERR_UNSPEC;
1109 goto rejected;
1110 }
Harald Welte4b2ed352011-07-27 23:35:38 +02001111 cur += ms_ra_acc_cap_len;
Harald Welte9b455bf2010-03-14 15:45:01 +08001112
1113 /* Optional: Old P-TMSI Signature, Requested READY timer, TMSI Status,
1114 * DRX parameter, MS network capability */
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +02001115 tlv_parse(&tp, &gsm48_gmm_att_tlvdef, cur,
Harald Welte588d44e2010-06-09 10:28:29 +02001116 (msg->data + msg->len) - cur, 0, 0);
Harald Welte9b455bf2010-03-14 15:45:01 +08001117
1118 switch (upd_type) {
1119 case GPRS_UPD_T_RA_LA:
1120 case GPRS_UPD_T_RA_LA_IMSI_ATT:
Daniel Willmann46553142014-09-03 17:46:44 +02001121 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 +01001122 reject_cause = GMM_CAUSE_PROTO_ERR_UNSPEC;
1123 goto rejected;
Harald Welte9b455bf2010-03-14 15:45:01 +08001124 case GPRS_UPD_T_RA:
1125 case GPRS_UPD_T_PERIODIC:
1126 break;
1127 }
1128
1129 /* Look-up the MM context based on old RA-ID and TLLI */
Harald Weltef6bd3402010-12-23 23:34:43 +01001130 mmctx = sgsn_mm_ctx_by_tlli(msgb_tlli(msg), &old_ra_id);
Harald Welte9b455bf2010-03-14 15:45:01 +08001131 if (!mmctx || mmctx->mm_state == GMM_DEREGISTERED) {
Harald Welte2b697a62011-10-16 18:50:56 +02001132 /* send a XID reset to re-set all LLC sequence numbers
1133 * in the MS */
Daniel Willmann46553142014-09-03 17:46:44 +02001134 LOGP(DMM, LOGL_NOTICE, "LLC XID RESET\n");
Harald Welte2b697a62011-10-16 18:50:56 +02001135 gprs_llgmm_reset(llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001136 /* The MS has to perform GPRS attach */
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001137 /* Device is still IMSI attached for CS but initiate GPRS ATTACH,
1138 * see GSM 04.08, 4.7.5.1.4 and G.6 */
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001139 reject_cause = GMM_CAUSE_IMPL_DETACHED;
1140 goto rejected;
Harald Welte9b455bf2010-03-14 15:45:01 +08001141 }
1142
Harald Weltef0901f02010-12-26 10:39:26 +01001143 /* Store new BVCI/NSEI in MM context (FIXME: delay until we ack?) */
1144 msgid2mmctx(mmctx, msg);
1145 /* Bump the statistics of received signalling msgs for this MM context */
1146 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_SIG_IN]);
1147
Harald Welte9f1f3ad2010-05-02 12:56:57 +02001148 /* Update the MM context with the new RA-ID */
1149 bssgp_parse_cell_id(&mmctx->ra, msgb_bcid(msg));
Harald Weltef0901f02010-12-26 10:39:26 +01001150 /* Update the MM context with the new (i.e. foreign) TLLI */
Harald Welte9f1f3ad2010-05-02 12:56:57 +02001151 mmctx->tlli = msgb_tlli(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001152 /* FIXME: Update the MM context with the MS radio acc capabilities */
1153 /* FIXME: Update the MM context with the MS network capabilities */
1154
Harald Welte77289c22010-05-18 14:32:29 +02001155 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_RA_UPDATE]);
1156
Harald Weltec2e8cc42010-05-31 20:23:38 +02001157#ifdef PTMSI_ALLOC
Jacob Erlbeckf6e7d992014-11-06 15:43:10 +01001158 /* Don't change the P-TMSI if a P-TMSI re-assignment is under way */
1159 if (mmctx->mm_state != GMM_COMMON_PROC_INIT) {
1160 mmctx->p_tmsi_old = mmctx->p_tmsi;
1161 mmctx->p_tmsi = sgsn_alloc_ptmsi();
1162 }
Harald Weltec2e8cc42010-05-31 20:23:38 +02001163 /* Start T3350 and re-transmit up to 5 times until ATTACH COMPLETE */
1164 mmctx->t3350_mode = GMM_T3350_MODE_RAU;
1165 mmctx_timer_start(mmctx, 3350, GSM0408_T3350_SECS);
Jacob Erlbeck0074a772014-10-28 16:23:46 +01001166
1167 mmctx->mm_state = GMM_COMMON_PROC_INIT;
1168#else
1169 /* Make sure we are NORMAL (i.e. not SUSPENDED anymore) */
1170 mmctx->mm_state = GMM_REGISTERED_NORMAL;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001171#endif
Harald Welte807a5d82010-06-01 11:53:01 +02001172 /* Even if there is no P-TMSI allocated, the MS will switch from
1173 * foreign TLLI to local TLLI */
1174 mmctx->tlli_new = gprs_tmsi2tlli(mmctx->p_tmsi, TLLI_LOCAL);
Harald Weltec2e8cc42010-05-31 20:23:38 +02001175
Harald Welte807a5d82010-06-01 11:53:01 +02001176 /* Inform LLC layer about new TLLI but keep old active */
Harald Welted6f582b2010-06-30 23:18:57 +02001177 gprs_llgmm_assign(mmctx->llme, mmctx->tlli, mmctx->tlli_new,
1178 GPRS_ALGO_GEA0, NULL);
Harald Welte807a5d82010-06-01 11:53:01 +02001179
Harald Welte588d44e2010-06-09 10:28:29 +02001180 /* Look at PDP Context Status IE and see if MS's view of
1181 * activated/deactivated NSAPIs agrees with our view */
1182 if (TLVP_PRESENT(&tp, GSM48_IE_GMM_PDP_CTX_STATUS)) {
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001183 const uint8_t *pdp_status = TLVP_VAL(&tp, GSM48_IE_GMM_PDP_CTX_STATUS);
Harald Welte588d44e2010-06-09 10:28:29 +02001184 process_ms_ctx_status(mmctx, pdp_status);
1185 }
1186
Harald Welte807a5d82010-06-01 11:53:01 +02001187 /* Send RA UPDATE ACCEPT */
Harald Welte6463c072010-05-18 17:04:55 +02001188 return gsm48_tx_gmm_ra_upd_ack(mmctx);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001189
1190rejected:
1191 /* Send RA UPDATE REJECT */
1192 LOGMMCTXP(LOGL_NOTICE, mmctx,
1193 "Rejecting RA Update Request with cause '%s' (%d)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +01001194 get_value_string(gsm48_gmm_cause_names, reject_cause), reject_cause);
Jacob Erlbeck80d07e32014-11-06 13:43:41 +01001195 rc = gsm48_tx_gmm_ra_upd_rej(msg, reject_cause);
1196 if (mmctx)
1197 mm_ctx_cleanup_free(mmctx, "GPRS RA UPDATE REJ");
1198 else
1199 /* TLLI unassignment */
1200 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff, GPRS_ALGO_GEA0,
1201 NULL);
1202
1203 return rc;
Harald Welte9b455bf2010-03-14 15:45:01 +08001204}
1205
Harald Welted193cb32010-05-17 22:58:03 +02001206static int gsm48_rx_gmm_status(struct sgsn_mm_ctx *mmctx, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001207{
1208 struct gsm48_hdr *gh = msgb_l3(msg);
1209
Daniel Willmann46553142014-09-03 17:46:44 +02001210 LOGMMCTXP(LOGL_INFO, mmctx, "-> GPRS MM STATUS (cause: %s)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +01001211 get_value_string(gsm48_gmm_cause_names, gh->data[0]));
Harald Welte9b455bf2010-03-14 15:45:01 +08001212
1213 return 0;
1214}
1215
1216/* GPRS Mobility Management */
Harald Welte807a5d82010-06-01 11:53:01 +02001217static int gsm0408_rcv_gmm(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
1218 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001219{
Harald Welte943c5bc2010-04-30 16:33:12 +02001220 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001221 int rc;
1222
Harald Welte807a5d82010-06-01 11:53:01 +02001223 /* MMCTX can be NULL when called */
1224
Harald Welted193cb32010-05-17 22:58:03 +02001225 if (!mmctx &&
1226 gh->msg_type != GSM48_MT_GMM_ATTACH_REQ &&
Harald Weltec2e8cc42010-05-31 20:23:38 +02001227 gh->msg_type != GSM48_MT_GMM_RA_UPD_REQ) {
Harald Welted193cb32010-05-17 22:58:03 +02001228 LOGP(DMM, LOGL_NOTICE, "Cannot handle GMM for unknown MM CTX\n");
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001229 /* 4.7.10 */
Jacob Erlbeck14ae5822014-10-28 09:47:03 +01001230 if (gh->msg_type == GSM48_MT_GMM_STATUS) {
1231 /* TLLI unassignment */
1232 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff,
1233 GPRS_ALGO_GEA0, NULL);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001234 return 0;
Jacob Erlbeck14ae5822014-10-28 09:47:03 +01001235 }
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001236
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001237 /* Don't reply or establish a LLME on DETACH_ACK */
1238 if (gh->msg_type == GSM48_MT_GMM_DETACH_ACK) {
1239 /* TLLI unassignment */
1240 return gprs_llgmm_assign(llme, llme->tlli, 0xffffffff,
1241 GPRS_ALGO_GEA0, NULL);
1242 }
1243
Jacob Erlbeckc4f9bf32014-11-11 08:55:13 +01001244 gprs_llgmm_reset(llme);
1245
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001246 /* Don't force it into re-attachment */
1247 if (gh->msg_type == GSM48_MT_GMM_DETACH_REQ) {
Jacob Erlbeck5a38f642014-10-21 13:09:55 +02001248 /* Handle Detach Request */
1249 rc = gsm48_rx_gmm_det_req(NULL, msg);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001250
1251 /* TLLI unassignment */
1252 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff,
1253 GPRS_ALGO_GEA0, NULL);
1254 return rc;
1255 }
1256
1257 /* Force the MS to re-attach */
Jacob Erlbeckb1c074f2014-10-31 12:27:11 +01001258 rc = sgsn_force_reattach_oldmsg(msg);
1259
1260 /* TLLI unassignment */
1261 gprs_llgmm_assign(llme, llme->tlli, 0xffffffff,
1262 GPRS_ALGO_GEA0, NULL);
1263 return rc;
Harald Welted193cb32010-05-17 22:58:03 +02001264 }
1265
Harald Welte9b455bf2010-03-14 15:45:01 +08001266 switch (gh->msg_type) {
1267 case GSM48_MT_GMM_RA_UPD_REQ:
Harald Welte807a5d82010-06-01 11:53:01 +02001268 rc = gsm48_rx_gmm_ra_upd_req(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001269 break;
1270 case GSM48_MT_GMM_ATTACH_REQ:
Harald Welte807a5d82010-06-01 11:53:01 +02001271 rc = gsm48_rx_gmm_att_req(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001272 break;
Daniel Willmann46553142014-09-03 17:46:44 +02001273 /* For all the following types mmctx can not be NULL */
Harald Welte9b455bf2010-03-14 15:45:01 +08001274 case GSM48_MT_GMM_ID_RESP:
Harald Welted193cb32010-05-17 22:58:03 +02001275 rc = gsm48_rx_gmm_id_resp(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001276 break;
1277 case GSM48_MT_GMM_STATUS:
Harald Welted193cb32010-05-17 22:58:03 +02001278 rc = gsm48_rx_gmm_status(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001279 break;
Harald Welte2720e732010-05-17 00:44:57 +02001280 case GSM48_MT_GMM_DETACH_REQ:
Harald Welted193cb32010-05-17 22:58:03 +02001281 rc = gsm48_rx_gmm_det_req(mmctx, msg);
Harald Welte2720e732010-05-17 00:44:57 +02001282 break;
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001283 case GSM48_MT_GMM_DETACH_ACK:
1284 LOGMMCTXP(LOGL_INFO, mmctx, "-> DETACH ACK\n");
1285 mm_ctx_cleanup_free(mmctx, "GPRS DETACH ACK");
1286 rc = 0;
1287 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001288 case GSM48_MT_GMM_ATTACH_COMPL:
1289 /* only in case SGSN offered new P-TMSI */
Daniel Willmann46553142014-09-03 17:46:44 +02001290 LOGMMCTXP(LOGL_INFO, mmctx, "-> ATTACH 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 Welteab1d5622010-05-18 19:58:38 +02001302 case GSM48_MT_GMM_RA_UPD_COMPL:
1303 /* only in case SGSN offered new P-TMSI */
Daniel Willmann46553142014-09-03 17:46:44 +02001304 LOGMMCTXP(LOGL_INFO, mmctx, "-> ROUTEING AREA UPDATE COMPLETE\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001305 mmctx_timer_stop(mmctx, 3350);
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001306 mmctx->t3350_mode = GMM_T3350_MODE_NONE;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001307 mmctx->p_tmsi_old = 0;
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001308 mmctx->pending_req = 0;
Harald Welte807a5d82010-06-01 11:53:01 +02001309 /* Unassign the old TLLI */
1310 mmctx->tlli = mmctx->tlli_new;
Harald Welted6f582b2010-06-30 23:18:57 +02001311 gprs_llgmm_assign(mmctx->llme, 0xffffffff, mmctx->tlli_new,
1312 GPRS_ALGO_GEA0, NULL);
Jacob Erlbeck0074a772014-10-28 16:23:46 +01001313 mmctx->mm_state = GMM_REGISTERED_NORMAL;
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001314 rc = 0;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001315 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001316 case GSM48_MT_GMM_PTMSI_REALL_COMPL:
Daniel Willmann46553142014-09-03 17:46:44 +02001317 LOGMMCTXP(LOGL_INFO, mmctx, "-> PTMSI REALLLICATION COMPLETE\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001318 mmctx_timer_stop(mmctx, 3350);
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001319 mmctx->t3350_mode = GMM_T3350_MODE_NONE;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001320 mmctx->p_tmsi_old = 0;
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001321 mmctx->pending_req = 0;
Harald Welte807a5d82010-06-01 11:53:01 +02001322 /* Unassign the old TLLI */
1323 mmctx->tlli = mmctx->tlli_new;
Harald Welted6f582b2010-06-30 23:18:57 +02001324 //gprs_llgmm_assign(mmctx->llme, 0xffffffff, mmctx->tlli_new, GPRS_ALGO_GEA0, NULL);
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001325 rc = 0;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001326 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001327 case GSM48_MT_GMM_AUTH_CIPH_RESP:
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001328 rc = gsm48_rx_gmm_auth_ciph_resp(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001329 break;
1330 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001331 LOGMMCTXP(LOGL_NOTICE, mmctx, "Unknown GSM 04.08 GMM msg type 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001332 gh->msg_type);
Harald Weltef54e7e22010-06-09 10:51:23 +02001333 rc = gsm48_tx_gmm_status(mmctx, GMM_CAUSE_MSGT_NOTEXIST_NOTIMPL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001334 break;
1335 }
1336
1337 return rc;
1338}
1339
Harald Weltec2e8cc42010-05-31 20:23:38 +02001340static void mmctx_timer_cb(void *_mm)
1341{
1342 struct sgsn_mm_ctx *mm = _mm;
Jacob Erlbeckbd0cf112014-12-01 12:33:33 +01001343 struct gsm_auth_tuple *at;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001344
1345 mm->num_T_exp++;
1346
1347 switch (mm->T) {
1348 case 3350: /* waiting for ATTACH COMPLETE */
1349 if (mm->num_T_exp >= 5) {
Daniel Willmann46553142014-09-03 17:46:44 +02001350 LOGMMCTXP(LOGL_NOTICE, mm, "T3350 expired >= 5 times\n");
Jacob Erlbecka7904562014-11-03 10:12:52 +01001351 mm_ctx_cleanup_free(mm, "T3350");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001352 /* FIXME: should we return some error? */
1353 break;
1354 }
1355 /* re-transmit the respective msg and re-start timer */
1356 switch (mm->t3350_mode) {
1357 case GMM_T3350_MODE_ATT:
1358 gsm48_tx_gmm_att_ack(mm);
1359 break;
1360 case GMM_T3350_MODE_RAU:
1361 gsm48_tx_gmm_ra_upd_ack(mm);
1362 break;
1363 case GMM_T3350_MODE_PTMSI_REALL:
1364 /* FIXME */
1365 break;
Jacob Erlbeck93eae8e2014-10-28 12:23:29 +01001366 case GMM_T3350_MODE_NONE:
1367 LOGMMCTXP(LOGL_NOTICE, mm,
1368 "T3350 mode wasn't set, ignoring timeout\n");
1369 break;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001370 }
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001371 osmo_timer_schedule(&mm->timer, GSM0408_T3350_SECS, 0);
Harald Weltec2e8cc42010-05-31 20:23:38 +02001372 break;
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001373 case 3360: /* waiting for AUTH AND CIPH RESP */
1374 if (mm->num_T_exp >= 5) {
Daniel Willmann46553142014-09-03 17:46:44 +02001375 LOGMMCTXP(LOGL_NOTICE, mm, "T3360 expired >= 5 times\n");
Jacob Erlbecka7904562014-11-03 10:12:52 +01001376 mm_ctx_cleanup_free(mm, "T3360");
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001377 break;
1378 }
Jacob Erlbeckbd0cf112014-12-01 12:33:33 +01001379 /* Re-transmit the respective msg and re-start timer */
1380 if (mm->auth_triplet.key_seq == GSM_KEY_SEQ_INVAL) {
1381 LOGMMCTXP(LOGL_ERROR, mm,
1382 "timeout: invalid auth triplet reference\n");
1383 mm_ctx_cleanup_free(mm, "T3360");
1384 break;
1385 }
1386 at = &mm->auth_triplet;
1387
1388 gsm48_tx_gmm_auth_ciph_req(mm, at->rand, at->key_seq, GPRS_ALGO_GEA0);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001389 osmo_timer_schedule(&mm->timer, GSM0408_T3360_SECS, 0);
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001390 break;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001391 case 3370: /* waiting for IDENTITY RESPONSE */
1392 if (mm->num_T_exp >= 5) {
Daniel Willmann46553142014-09-03 17:46:44 +02001393 LOGMMCTXP(LOGL_NOTICE, mm, "T3370 expired >= 5 times\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001394 gsm48_tx_gmm_att_rej(mm, GMM_CAUSE_MS_ID_NOT_DERIVED);
Jacob Erlbecka7904562014-11-03 10:12:52 +01001395 mm_ctx_cleanup_free(mm, "GPRS ATTACH REJECT (T3370)");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001396 break;
1397 }
1398 /* re-tranmit IDENTITY REQUEST and re-start timer */
1399 gsm48_tx_gmm_id_req(mm, mm->t3370_id_type);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001400 osmo_timer_schedule(&mm->timer, GSM0408_T3370_SECS, 0);
Harald Weltec2e8cc42010-05-31 20:23:38 +02001401 break;
1402 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001403 LOGMMCTXP(LOGL_ERROR, mm, "timer expired in unknown mode %u\n",
Harald Weltec2e8cc42010-05-31 20:23:38 +02001404 mm->T);
1405 }
1406}
1407
1408/* GPRS SESSION MANAGEMENT */
1409
Harald Weltea9b473a2010-12-24 21:13:26 +01001410static void pdpctx_timer_cb(void *_mm);
1411
1412static void pdpctx_timer_start(struct sgsn_pdp_ctx *pdp, unsigned int T,
1413 unsigned int seconds)
1414{
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001415 if (osmo_timer_pending(&pdp->timer))
Harald Weltea9b473a2010-12-24 21:13:26 +01001416 LOGP(DMM, LOGL_ERROR, "Starting MM timer %u while old "
1417 "timer %u pending\n", T, pdp->T);
1418 pdp->T = T;
1419 pdp->num_T_exp = 0;
1420
1421 /* FIXME: we should do this only once ? */
1422 pdp->timer.data = pdp;
1423 pdp->timer.cb = &pdpctx_timer_cb;
1424
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001425 osmo_timer_schedule(&pdp->timer, seconds, 0);
Harald Weltea9b473a2010-12-24 21:13:26 +01001426}
1427
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +02001428#if 0
Harald Welte421cba42010-05-02 23:11:50 +02001429static void msgb_put_pdp_addr_ipv4(struct msgb *msg, uint32_t ipaddr)
1430{
1431 uint8_t v[6];
1432
1433 v[0] = PDP_TYPE_ORG_IETF;
1434 v[1] = PDP_TYPE_N_IETF_IPv4;
1435 *(uint32_t *)(v+2) = htonl(ipaddr);
1436
1437 msgb_tlv_put(msg, GSM48_IE_GSM_PDP_ADDR, sizeof(v), v);
1438}
1439
1440static void msgb_put_pdp_addr_ppp(struct msgb *msg)
1441{
1442 uint8_t v[2];
1443
1444 v[0] = PDP_TYPE_ORG_ETSI;
1445 v[1] = PDP_TYPE_N_ETSI_PPP;
1446
1447 msgb_tlv_put(msg, GSM48_IE_GSM_PDP_ADDR, sizeof(v), v);
1448}
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +02001449#endif
Harald Welte421cba42010-05-02 23:11:50 +02001450
Harald Welte9b455bf2010-03-14 15:45:01 +08001451/* Section 9.5.2: Ativate PDP Context Accept */
Harald Welte6abf94e2010-05-18 10:35:06 +02001452int gsm48_tx_gsm_act_pdp_acc(struct sgsn_pdp_ctx *pdp)
Harald Welte9b455bf2010-03-14 15:45:01 +08001453{
Harald Welte9b455bf2010-03-14 15:45:01 +08001454 struct msgb *msg = gsm48_msgb_alloc();
Harald Welte9b455bf2010-03-14 15:45:01 +08001455 struct gsm48_hdr *gh;
Harald Welte6abf94e2010-05-18 10:35:06 +02001456 uint8_t transaction_id = pdp->ti ^ 0x8; /* flip */
Harald Welte9b455bf2010-03-14 15:45:01 +08001457
Daniel Willmann46553142014-09-03 17:46:44 +02001458 LOGPDPCTXP(LOGL_INFO, pdp, "<- ACTIVATE PDP CONTEXT ACK\n");
Harald Welte9b455bf2010-03-14 15:45:01 +08001459
Harald Welte6abf94e2010-05-18 10:35:06 +02001460 mmctx2msgid(msg, pdp->mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001461
1462 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1463 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1464 gh->msg_type = GSM48_MT_GSM_ACT_PDP_ACK;
Harald Welte421cba42010-05-02 23:11:50 +02001465
1466 /* Negotiated LLC SAPI */
Harald Welte6abf94e2010-05-18 10:35:06 +02001467 msgb_v_put(msg, pdp->sapi);
Harald Welte4e38ac72010-05-18 14:51:18 +02001468
Harald Welte55e0df72010-05-18 13:20:08 +02001469 /* FIXME: copy QoS parameters from original request */
1470 //msgb_lv_put(msg, pdp->lib->qos_neg.l, pdp->lib->qos_neg.v);
1471 msgb_lv_put(msg, sizeof(default_qos), (uint8_t *)&default_qos);
Harald Welte4e38ac72010-05-18 14:51:18 +02001472
Harald Welte421cba42010-05-02 23:11:50 +02001473 /* Radio priority 10.5.7.2 */
Harald Welte6abf94e2010-05-18 10:35:06 +02001474 msgb_v_put(msg, pdp->lib->radio_pri);
Harald Welte4e38ac72010-05-18 14:51:18 +02001475
Harald Welte421cba42010-05-02 23:11:50 +02001476 /* PDP address */
Harald Welte4e38ac72010-05-18 14:51:18 +02001477 /* Highest 4 bits of first byte need to be set to 1, otherwise
1478 * the IE is identical with the 04.08 PDP Address IE */
1479 pdp->lib->eua.v[0] &= ~0xf0;
Harald Welte6abf94e2010-05-18 10:35:06 +02001480 msgb_tlv_put(msg, GSM48_IE_GSM_PDP_ADDR,
1481 pdp->lib->eua.l, pdp->lib->eua.v);
Harald Welte4e38ac72010-05-18 14:51:18 +02001482 pdp->lib->eua.v[0] |= 0xf0;
1483
Harald Welte77289c22010-05-18 14:32:29 +02001484 /* Optional: Protocol configuration options (FIXME: why 'req') */
Holger Hans Peter Freytherd2195072014-04-04 11:55:21 +02001485 if (pdp->lib->pco_req.l)
Harald Welte6abf94e2010-05-18 10:35:06 +02001486 msgb_tlv_put(msg, GSM48_IE_GSM_PROTO_CONF_OPT,
Harald Welte3c0b9b92010-05-18 14:36:11 +02001487 pdp->lib->pco_req.l, pdp->lib->pco_req.v);
Harald Welte4e38ac72010-05-18 14:51:18 +02001488
Harald Welte421cba42010-05-02 23:11:50 +02001489 /* Optional: Packet Flow Identifier */
Harald Welte9b455bf2010-03-14 15:45:01 +08001490
Harald Welte8acd88f2010-05-18 10:57:45 +02001491 return gsm48_gmm_sendmsg(msg, 0, pdp->mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001492}
1493
Harald Welte6abf94e2010-05-18 10:35:06 +02001494/* Section 9.5.3: Activate PDP Context reject */
1495int gsm48_tx_gsm_act_pdp_rej(struct sgsn_mm_ctx *mm, uint8_t tid,
1496 uint8_t cause, uint8_t pco_len, uint8_t *pco_v)
1497{
1498 struct msgb *msg = gsm48_msgb_alloc();
Harald Welte6abf94e2010-05-18 10:35:06 +02001499 struct gsm48_hdr *gh;
1500 uint8_t transaction_id = tid ^ 0x8; /* flip */
1501
Daniel Willmann46553142014-09-03 17:46:44 +02001502 LOGMMCTXP(LOGL_NOTICE, mm, "<- ACTIVATE PDP CONTEXT REJ(cause=%u)\n", cause);
Harald Welte6abf94e2010-05-18 10:35:06 +02001503
1504 mmctx2msgid(msg, mm);
1505
1506 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1507 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1508 gh->msg_type = GSM48_MT_GSM_ACT_PDP_REJ;
1509
1510 msgb_v_put(msg, cause);
1511 if (pco_len && pco_v)
1512 msgb_tlv_put(msg, GSM48_IE_GSM_PROTO_CONF_OPT, pco_len, pco_v);
1513
Harald Welte8acd88f2010-05-18 10:57:45 +02001514 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte6abf94e2010-05-18 10:35:06 +02001515}
1516
Harald Weltea9b473a2010-12-24 21:13:26 +01001517/* Section 9.5.8: Deactivate PDP Context Request */
1518static int _gsm48_tx_gsm_deact_pdp_req(struct sgsn_mm_ctx *mm, uint8_t tid,
1519 uint8_t sm_cause)
1520{
1521 struct msgb *msg = gsm48_msgb_alloc();
1522 struct gsm48_hdr *gh;
1523 uint8_t transaction_id = tid ^ 0x8; /* flip */
1524
Daniel Willmann46553142014-09-03 17:46:44 +02001525 LOGMMCTXP(LOGL_INFO, mm, "<- DEACTIVATE PDP CONTEXT REQ\n");
Harald Weltea9b473a2010-12-24 21:13:26 +01001526
1527 mmctx2msgid(msg, mm);
1528
1529 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1530 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1531 gh->msg_type = GSM48_MT_GSM_DEACT_PDP_REQ;
1532
1533 msgb_v_put(msg, sm_cause);
1534
1535 return gsm48_gmm_sendmsg(msg, 0, mm);
1536}
1537int gsm48_tx_gsm_deact_pdp_req(struct sgsn_pdp_ctx *pdp, uint8_t sm_cause)
1538{
1539 pdpctx_timer_start(pdp, 3395, GSM0408_T3395_SECS);
1540
1541 return _gsm48_tx_gsm_deact_pdp_req(pdp->mm, pdp->ti, sm_cause);
1542}
1543
Harald Welte9b455bf2010-03-14 15:45:01 +08001544/* Section 9.5.9: Deactivate PDP Context Accept */
Harald Welte60ebc022010-06-08 18:08:59 +02001545static int _gsm48_tx_gsm_deact_pdp_acc(struct sgsn_mm_ctx *mm, uint8_t tid)
Harald Welte9b455bf2010-03-14 15:45:01 +08001546{
Harald Welte9b455bf2010-03-14 15:45:01 +08001547 struct msgb *msg = gsm48_msgb_alloc();
1548 struct gsm48_hdr *gh;
Harald Welte60ebc022010-06-08 18:08:59 +02001549 uint8_t transaction_id = tid ^ 0x8; /* flip */
Harald Welte9b455bf2010-03-14 15:45:01 +08001550
Daniel Willmann46553142014-09-03 17:46:44 +02001551 LOGMMCTXP(LOGL_INFO, mm, "<- DEACTIVATE PDP CONTEXT ACK\n");
Harald Welte9b455bf2010-03-14 15:45:01 +08001552
Harald Welte60ebc022010-06-08 18:08:59 +02001553 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001554
1555 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1556 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1557 gh->msg_type = GSM48_MT_GSM_DEACT_PDP_ACK;
1558
Harald Welte60ebc022010-06-08 18:08:59 +02001559 return gsm48_gmm_sendmsg(msg, 0, mm);
1560}
1561int gsm48_tx_gsm_deact_pdp_acc(struct sgsn_pdp_ctx *pdp)
1562{
1563 return _gsm48_tx_gsm_deact_pdp_acc(pdp->mm, pdp->ti);
Harald Welte9b455bf2010-03-14 15:45:01 +08001564}
1565
1566/* Section 9.5.1: Activate PDP Context Request */
Harald Welted193cb32010-05-17 22:58:03 +02001567static int gsm48_rx_gsm_act_pdp_req(struct sgsn_mm_ctx *mmctx,
1568 struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001569{
Harald Welte943c5bc2010-04-30 16:33:12 +02001570 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001571 struct gsm48_act_pdp_ctx_req *act_req = (struct gsm48_act_pdp_ctx_req *) gh->data;
Harald Welte0c3eae02010-05-02 21:07:14 +02001572 uint8_t req_qos_len, req_pdpa_len;
1573 uint8_t *req_qos, *req_pdpa;
1574 struct tlv_parsed tp;
Harald Welte6abf94e2010-05-18 10:35:06 +02001575 uint8_t transaction_id = (gh->proto_discr >> 4);
Harald Welte11ff3e82010-07-02 10:17:24 +02001576 struct sgsn_ggsn_ctx *ggsn;
Harald Welte6abf94e2010-05-18 10:35:06 +02001577 struct sgsn_pdp_ctx *pdp;
Jacob Erlbeck277b71e2015-02-02 18:03:05 +01001578 enum gsm48_gsm_cause gsm_cause;
Harald Welte9b455bf2010-03-14 15:45:01 +08001579
Daniel Willmann46553142014-09-03 17:46:44 +02001580 LOGMMCTXP(LOGL_INFO, mmctx, "-> ACTIVATE PDP CONTEXT REQ: SAPI=%u NSAPI=%u ",
Harald Welte6abf94e2010-05-18 10:35:06 +02001581 act_req->req_llc_sapi, act_req->req_nsapi);
Harald Welte8acd88f2010-05-18 10:57:45 +02001582
Harald Welte23c13762010-07-02 22:52:04 +02001583 /* FIXME: length checks! */
Harald Welte0c3eae02010-05-02 21:07:14 +02001584 req_qos_len = act_req->data[0];
1585 req_qos = act_req->data + 1; /* 10.5.6.5 */
1586 req_pdpa_len = act_req->data[1 + req_qos_len];
1587 req_pdpa = act_req->data + 1 + req_qos_len + 1; /* 10.5.6.4 */
Harald Welte9b455bf2010-03-14 15:45:01 +08001588
Harald Welte23c13762010-07-02 22:52:04 +02001589 /* Optional: Access Point Name, Protocol Config Options */
1590 if (req_pdpa + req_pdpa_len < msg->data + msg->len)
1591 tlv_parse(&tp, &gsm48_sm_att_tlvdef, req_pdpa + req_pdpa_len,
1592 (msg->data + msg->len) - (req_pdpa + req_pdpa_len), 0, 0);
1593 else
1594 memset(&tp, 0, sizeof(tp));
1595
Harald Welte0c3eae02010-05-02 21:07:14 +02001596 switch (req_pdpa[0] & 0xf) {
1597 case 0x0:
1598 DEBUGPC(DMM, "ETSI ");
1599 break;
1600 case 0x1:
1601 DEBUGPC(DMM, "IETF ");
1602 break;
1603 case 0xf:
1604 DEBUGPC(DMM, "Empty ");
1605 break;
1606 }
1607
1608 switch (req_pdpa[1]) {
1609 case 0x21:
1610 DEBUGPC(DMM, "IPv4 ");
1611 if (req_pdpa_len >= 6) {
1612 struct in_addr ia;
1613 ia.s_addr = ntohl(*((uint32_t *) (req_pdpa+2)));
1614 DEBUGPC(DMM, "%s ", inet_ntoa(ia));
1615 }
1616 break;
1617 case 0x57:
1618 DEBUGPC(DMM, "IPv6 ");
1619 if (req_pdpa_len >= 18) {
1620 /* FIXME: print IPv6 address */
1621 }
1622 break;
1623 default:
1624 DEBUGPC(DMM, "0x%02x ", req_pdpa[1]);
1625 break;
1626 }
1627
Daniel Willmann46553142014-09-03 17:46:44 +02001628 LOGPC(DMM, LOGL_INFO, "\n");
Harald Welte77289c22010-05-18 14:32:29 +02001629
Harald Welte2720e732010-05-17 00:44:57 +02001630 /* put the non-TLV elements in the TLV parser structure to
1631 * pass them on to the SGSN / GTP code */
1632 tp.lv[OSMO_IE_GSM_REQ_QOS].len = req_qos_len;
1633 tp.lv[OSMO_IE_GSM_REQ_QOS].val = req_qos;
1634 tp.lv[OSMO_IE_GSM_REQ_PDP_ADDR].len = req_pdpa_len;
1635 tp.lv[OSMO_IE_GSM_REQ_PDP_ADDR].val = req_pdpa;
1636
Harald Welte6abf94e2010-05-18 10:35:06 +02001637 /* Check if NSAPI is out of range (TS 04.65 / 7.2) */
1638 if (act_req->req_nsapi < 5 || act_req->req_nsapi > 15) {
1639 /* Send reject with GSM_CAUSE_INV_MAND_INFO */
1640 return gsm48_tx_gsm_act_pdp_rej(mmctx, transaction_id,
1641 GSM_CAUSE_INV_MAND_INFO,
1642 0, NULL);
1643 }
1644
1645 /* Check if NSAPI is already in use */
Harald Welteb37515e2010-07-02 10:12:58 +02001646 pdp = sgsn_pdp_ctx_by_nsapi(mmctx, act_req->req_nsapi);
1647 if (pdp) {
1648 /* We already have a PDP context for this TLLI + NSAPI tuple */
1649 if (pdp->sapi == act_req->req_llc_sapi &&
1650 pdp->ti == transaction_id) {
1651 /* This apparently is a re-transmission of a PDP CTX
1652 * ACT REQ (our ACT ACK must have got dropped) */
1653 return gsm48_tx_gsm_act_pdp_acc(pdp);
1654 }
1655
1656 /* Send reject with GSM_CAUSE_NSAPI_IN_USE */
Harald Welte6abf94e2010-05-18 10:35:06 +02001657 return gsm48_tx_gsm_act_pdp_rej(mmctx, transaction_id,
1658 GSM_CAUSE_NSAPI_IN_USE,
1659 0, NULL);
1660 }
Harald Welte9b455bf2010-03-14 15:45:01 +08001661
Harald Welte19f9e302010-07-02 10:15:49 +02001662 /* Only increment counter for a real activation, after we checked
1663 * for re-transmissions */
1664 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PDP_CTX_ACT]);
1665
Jacob Erlbeck277b71e2015-02-02 18:03:05 +01001666 /* Determine GGSN based on APN and subscription options */
1667 ggsn = sgsn_mm_ctx_find_ggsn_ctx(mmctx, &tp, &gsm_cause);
Harald Welte11ff3e82010-07-02 10:17:24 +02001668 if (!ggsn) {
Jacob Erlbeck277b71e2015-02-02 18:03:05 +01001669 LOGP(DGPRS, LOGL_ERROR, "No GGSN context found!\n");
1670 return gsm48_tx_gsm_act_pdp_rej(mmctx, transaction_id,
1671 gsm_cause, 0, NULL);
Harald Welted193cb32010-05-17 22:58:03 +02001672 }
Jacob Erlbeck277b71e2015-02-02 18:03:05 +01001673 LOGMMCTXP(LOGL_DEBUG, mmctx, "Using GGSN %d\n", ggsn->id);
Harald Welte11ff3e82010-07-02 10:17:24 +02001674 ggsn->gsn = sgsn->gsn;
1675 pdp = sgsn_create_pdp_ctx(ggsn, mmctx, act_req->req_nsapi, &tp);
1676 if (!pdp)
1677 return -1;
1678
1679 /* Store SAPI and Transaction Identifier */
1680 pdp->sapi = act_req->req_llc_sapi;
1681 pdp->ti = transaction_id;
1682
Harald Welte6463c072010-05-18 17:04:55 +02001683 return 0;
Harald Welte9b455bf2010-03-14 15:45:01 +08001684}
1685
1686/* Section 9.5.8: Deactivate PDP Context Request */
Harald Welte77289c22010-05-18 14:32:29 +02001687static int gsm48_rx_gsm_deact_pdp_req(struct sgsn_mm_ctx *mm, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001688{
Harald Welte943c5bc2010-04-30 16:33:12 +02001689 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte77289c22010-05-18 14:32:29 +02001690 uint8_t transaction_id = (gh->proto_discr >> 4);
1691 struct sgsn_pdp_ctx *pdp;
Harald Welte9b455bf2010-03-14 15:45:01 +08001692
Daniel Willmann46553142014-09-03 17:46:44 +02001693 LOGMMCTXP(LOGL_INFO, mm, "-> DEACTIVATE PDP CONTEXT REQ (cause: %s)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +01001694 get_value_string(gsm48_gsm_cause_names, gh->data[0]));
Harald Welte9b455bf2010-03-14 15:45:01 +08001695
Harald Welte77289c22010-05-18 14:32:29 +02001696 pdp = sgsn_pdp_ctx_by_tid(mm, transaction_id);
1697 if (!pdp) {
Daniel Willmann46553142014-09-03 17:46:44 +02001698 LOGMMCTXP(LOGL_NOTICE, mm, "Deactivate PDP Context Request for "
Harald Welte77289c22010-05-18 14:32:29 +02001699 "non-existing PDP Context (IMSI=%s, TI=%u)\n",
1700 mm->imsi, transaction_id);
Harald Welte60ebc022010-06-08 18:08:59 +02001701 return _gsm48_tx_gsm_deact_pdp_acc(mm, transaction_id);
Harald Welte77289c22010-05-18 14:32:29 +02001702 }
1703
1704 return sgsn_delete_pdp_ctx(pdp);
Harald Welte9b455bf2010-03-14 15:45:01 +08001705}
1706
Harald Weltea9b473a2010-12-24 21:13:26 +01001707/* Section 9.5.9: Deactivate PDP Context Accept */
1708static int gsm48_rx_gsm_deact_pdp_ack(struct sgsn_mm_ctx *mm, struct msgb *msg)
1709{
1710 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
1711 uint8_t transaction_id = (gh->proto_discr >> 4);
1712 struct sgsn_pdp_ctx *pdp;
1713
Daniel Willmann46553142014-09-03 17:46:44 +02001714 LOGMMCTXP(LOGL_INFO, mm, "-> DEACTIVATE PDP CONTEXT ACK\n");
Harald Weltea9b473a2010-12-24 21:13:26 +01001715
1716 pdp = sgsn_pdp_ctx_by_tid(mm, transaction_id);
1717 if (!pdp) {
Daniel Willmann46553142014-09-03 17:46:44 +02001718 LOGMMCTXP(LOGL_NOTICE, mm, "Deactivate PDP Context Accept for "
Harald Weltea9b473a2010-12-24 21:13:26 +01001719 "non-existing PDP Context (IMSI=%s, TI=%u)\n",
1720 mm->imsi, transaction_id);
1721 return 0;
1722 }
1723
1724 return sgsn_delete_pdp_ctx(pdp);
1725}
1726
Harald Welted193cb32010-05-17 22:58:03 +02001727static int gsm48_rx_gsm_status(struct sgsn_mm_ctx *ctx, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001728{
1729 struct gsm48_hdr *gh = msgb_l3(msg);
1730
Daniel Willmann46553142014-09-03 17:46:44 +02001731 LOGMMCTXP(LOGL_INFO, ctx, "-> GPRS SM STATUS (cause: %s)\n",
Jacob Erlbeckafcf2302015-01-05 17:30:02 +01001732 get_value_string(gsm48_gsm_cause_names, gh->data[0]));
Harald Welte9b455bf2010-03-14 15:45:01 +08001733
1734 return 0;
1735}
1736
Harald Weltea9b473a2010-12-24 21:13:26 +01001737static void pdpctx_timer_cb(void *_pdp)
1738{
1739 struct sgsn_pdp_ctx *pdp = _pdp;
1740
1741 pdp->num_T_exp++;
1742
1743 switch (pdp->T) {
1744 case 3395: /* waiting for PDP CTX DEACT ACK */
1745 if (pdp->num_T_exp >= 4) {
Daniel Willmann46553142014-09-03 17:46:44 +02001746 LOGPDPCTXP(LOGL_NOTICE, pdp, "T3395 expired >= 5 times\n");
Harald Weltea9b473a2010-12-24 21:13:26 +01001747 pdp->state = PDP_STATE_INACTIVE;
1748 sgsn_delete_pdp_ctx(pdp);
1749 break;
1750 }
1751 gsm48_tx_gsm_deact_pdp_req(pdp, GSM_CAUSE_NET_FAIL);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001752 osmo_timer_schedule(&pdp->timer, GSM0408_T3395_SECS, 0);
Harald Weltea9b473a2010-12-24 21:13:26 +01001753 break;
1754 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001755 LOGPDPCTXP(LOGL_ERROR, pdp, "timer expired in unknown mode %u\n",
Harald Weltea9b473a2010-12-24 21:13:26 +01001756 pdp->T);
1757 }
1758}
1759
1760
Harald Welte9b455bf2010-03-14 15:45:01 +08001761/* GPRS Session Management */
Harald Welte807a5d82010-06-01 11:53:01 +02001762static int gsm0408_rcv_gsm(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
1763 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001764{
Harald Welte943c5bc2010-04-30 16:33:12 +02001765 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001766 int rc;
1767
Harald Welte807a5d82010-06-01 11:53:01 +02001768 /* MMCTX can be NULL when called */
1769
Harald Welted193cb32010-05-17 22:58:03 +02001770 if (!mmctx) {
1771 LOGP(DMM, LOGL_NOTICE, "Cannot handle SM for unknown MM CTX\n");
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001772 /* 6.1.3.6 */
1773 if (gh->msg_type == GSM48_MT_GSM_STATUS)
1774 return 0;
1775
1776 return sgsn_force_reattach_oldmsg(msg);
Harald Welted193cb32010-05-17 22:58:03 +02001777 }
1778
Harald Welte9b455bf2010-03-14 15:45:01 +08001779 switch (gh->msg_type) {
1780 case GSM48_MT_GSM_ACT_PDP_REQ:
Harald Welted193cb32010-05-17 22:58:03 +02001781 rc = gsm48_rx_gsm_act_pdp_req(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001782 break;
1783 case GSM48_MT_GSM_DEACT_PDP_REQ:
Harald Welted193cb32010-05-17 22:58:03 +02001784 rc = gsm48_rx_gsm_deact_pdp_req(mmctx, msg);
Harald Welte77289c22010-05-18 14:32:29 +02001785 break;
Harald Weltea9b473a2010-12-24 21:13:26 +01001786 case GSM48_MT_GSM_DEACT_PDP_ACK:
1787 rc = gsm48_rx_gsm_deact_pdp_ack(mmctx, msg);
1788 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001789 case GSM48_MT_GSM_STATUS:
Harald Welted193cb32010-05-17 22:58:03 +02001790 rc = gsm48_rx_gsm_status(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001791 break;
1792 case GSM48_MT_GSM_REQ_PDP_ACT_REJ:
1793 case GSM48_MT_GSM_ACT_AA_PDP_REQ:
1794 case GSM48_MT_GSM_DEACT_AA_PDP_REQ:
Daniel Willmann46553142014-09-03 17:46:44 +02001795 LOGMMCTXP(LOGL_NOTICE, mmctx, "Unimplemented GSM 04.08 GSM msg type 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001796 gh->msg_type);
Harald Weltef54e7e22010-06-09 10:51:23 +02001797 rc = gsm48_tx_sm_status(mmctx, GSM_CAUSE_MSGT_NOTEXIST_NOTIMPL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001798 break;
1799 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001800 LOGMMCTXP(LOGL_NOTICE, mmctx, "Unknown GSM 04.08 GSM msg type 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001801 gh->msg_type);
Harald Weltef54e7e22010-06-09 10:51:23 +02001802 rc = gsm48_tx_sm_status(mmctx, GSM_CAUSE_MSGT_NOTEXIST_NOTIMPL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001803 break;
1804
1805 }
1806
1807 return rc;
1808}
1809
Jacob Erlbeckabdf02b2014-10-31 12:20:49 +01001810int gsm0408_gprs_force_reattach_oldmsg(struct msgb *msg)
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001811{
Jacob Erlbeckabdf02b2014-10-31 12:20:49 +01001812 int rc;
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001813 gprs_llgmm_reset_oldmsg(msg, GPRS_SAPI_GMM);
1814
Jacob Erlbeckabdf02b2014-10-31 12:20:49 +01001815 rc = gsm48_tx_gmm_detach_req_oldmsg(
1816 msg, GPRS_DET_T_MT_REATT_REQ, GMM_CAUSE_IMPL_DETACHED);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001817
Jacob Erlbeckabdf02b2014-10-31 12:20:49 +01001818 return rc;
1819}
1820
1821int gsm0408_gprs_force_reattach(struct sgsn_mm_ctx *mmctx)
1822{
1823 int rc;
1824 gprs_llgmm_reset(mmctx->llme);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001825
Jacob Erlbeckb1c074f2014-10-31 12:27:11 +01001826 rc = gsm48_tx_gmm_detach_req(
1827 mmctx, GPRS_DET_T_MT_REATT_REQ, GMM_CAUSE_IMPL_DETACHED);
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001828
Jacob Erlbeckb1c074f2014-10-31 12:27:11 +01001829 mm_ctx_cleanup_free(mmctx, "forced reattach");
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001830
Jacob Erlbeckb1c074f2014-10-31 12:27:11 +01001831 return rc;
Jacob Erlbeck78ecaf02014-09-05 14:32:36 +02001832}
1833
Harald Welte9b455bf2010-03-14 15:45:01 +08001834/* Main entry point for incoming 04.08 GPRS messages */
Harald Welte807a5d82010-06-01 11:53:01 +02001835int gsm0408_gprs_rcvmsg(struct msgb *msg, struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001836{
Harald Welte943c5bc2010-04-30 16:33:12 +02001837 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welteeaa614c2010-05-02 11:26:34 +02001838 uint8_t pdisc = gh->proto_discr & 0x0f;
Harald Welted193cb32010-05-17 22:58:03 +02001839 struct sgsn_mm_ctx *mmctx;
1840 struct gprs_ra_id ra_id;
Harald Welte9b455bf2010-03-14 15:45:01 +08001841 int rc = -EINVAL;
1842
Harald Welted193cb32010-05-17 22:58:03 +02001843 bssgp_parse_cell_id(&ra_id, msgb_bcid(msg));
1844 mmctx = sgsn_mm_ctx_by_tlli(msgb_tlli(msg), &ra_id);
Harald Welte8acd88f2010-05-18 10:57:45 +02001845 if (mmctx) {
Harald Welte6abf94e2010-05-18 10:35:06 +02001846 msgid2mmctx(mmctx, msg);
Harald Welte8acd88f2010-05-18 10:57:45 +02001847 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_SIG_IN]);
Harald Welte807a5d82010-06-01 11:53:01 +02001848 mmctx->llme = llme;
Harald Welte8acd88f2010-05-18 10:57:45 +02001849 }
Harald Welted193cb32010-05-17 22:58:03 +02001850
1851 /* MMCTX can be NULL */
1852
Harald Welte9b455bf2010-03-14 15:45:01 +08001853 switch (pdisc) {
1854 case GSM48_PDISC_MM_GPRS:
Harald Welte807a5d82010-06-01 11:53:01 +02001855 rc = gsm0408_rcv_gmm(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001856 break;
1857 case GSM48_PDISC_SM_GPRS:
Harald Welte807a5d82010-06-01 11:53:01 +02001858 rc = gsm0408_rcv_gsm(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001859 break;
1860 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001861 LOGP(DMM, LOGL_NOTICE, "Unknown GSM 04.08 discriminator 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001862 pdisc);
Harald Welte6abf94e2010-05-18 10:35:06 +02001863 /* FIXME: return status message */
Harald Welte9b455bf2010-03-14 15:45:01 +08001864 break;
1865 }
1866
Jacob Erlbeck258ce3d2014-09-30 13:51:45 +02001867 /* MMCTX can be invalid */
1868
Harald Welte9b455bf2010-03-14 15:45:01 +08001869 return rc;
1870}
Harald Welte5bfe4992010-06-09 11:22:47 +02001871
1872int gprs_gmm_rx_suspend(struct gprs_ra_id *raid, uint32_t tlli)
1873{
1874 struct sgsn_mm_ctx *mmctx;
1875
1876 mmctx = sgsn_mm_ctx_by_tlli(tlli, raid);
1877 if (!mmctx) {
1878 LOGP(DMM, LOGL_NOTICE, "SUSPEND request for unknown "
1879 "TLLI=%08x\n", tlli);
1880 return -EINVAL;
1881 }
1882
Jacob Erlbeck7dba11f2014-12-22 17:58:18 +01001883 if (mmctx->mm_state != GMM_REGISTERED_NORMAL &&
1884 mmctx->mm_state != GMM_REGISTERED_SUSPENDED) {
Daniel Willmann46553142014-09-03 17:46:44 +02001885 LOGMMCTXP(LOGL_NOTICE, mmctx, "SUSPEND request while state "
Harald Welte5bfe4992010-06-09 11:22:47 +02001886 "!= REGISTERED (TLLI=%08x)\n", tlli);
1887 return -EINVAL;
1888 }
1889
1890 /* Transition from REGISTERED_NORMAL to REGISTERED_SUSPENDED */
1891 mmctx->mm_state = GMM_REGISTERED_SUSPENDED;
1892 return 0;
1893}
1894
1895int gprs_gmm_rx_resume(struct gprs_ra_id *raid, uint32_t tlli,
1896 uint8_t suspend_ref)
1897{
1898 struct sgsn_mm_ctx *mmctx;
1899
1900 /* FIXME: make use of suspend reference? */
1901
1902 mmctx = sgsn_mm_ctx_by_tlli(tlli, raid);
1903 if (!mmctx) {
1904 LOGP(DMM, LOGL_NOTICE, "RESUME request for unknown "
1905 "TLLI=%08x\n", tlli);
1906 return -EINVAL;
1907 }
1908
Jacob Erlbeck7dba11f2014-12-22 17:58:18 +01001909 if (mmctx->mm_state != GMM_REGISTERED_NORMAL &&
1910 mmctx->mm_state != GMM_REGISTERED_SUSPENDED) {
Daniel Willmann46553142014-09-03 17:46:44 +02001911 LOGMMCTXP(LOGL_NOTICE, mmctx, "RESUME request while state "
Harald Welte5bfe4992010-06-09 11:22:47 +02001912 "!= SUSPENDED (TLLI=%08x)\n", tlli);
1913 /* FIXME: should we not simply ignore it? */
1914 return -EINVAL;
1915 }
1916
1917 /* Transition from SUSPENDED to NORMAL */
1918 mmctx->mm_state = GMM_REGISTERED_NORMAL;
1919 return 0;
1920}