blob: 9df0cc62fa59aadc8760aa9d7d5cb76bbd23eeed [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>
Harald Welted193cb32010-05-17 22:58:03 +020053#include <openbsc/sgsn.h>
54
Harald Welte6abf94e2010-05-18 10:35:06 +020055#include <pdp.h>
56
Harald Weltec2e8cc42010-05-31 20:23:38 +020057#define PTMSI_ALLOC
58
Harald Welte649e1ff2013-07-21 17:41:46 +080059/* Section 11.2.2 / Table 11.4 MM timers netwokr side */
Harald Weltec2e8cc42010-05-31 20:23:38 +020060#define GSM0408_T3322_SECS 6 /* DETACH_REQ -> DETACH_ACC */
61#define GSM0408_T3350_SECS 6 /* waiting for ATT/RAU/TMSI COMPL */
62#define GSM0408_T3360_SECS 6 /* waiting for AUTH/CIPH RESP */
63#define GSM0408_T3370_SECS 6 /* waiting for ID RESP */
64
Harald Welte649e1ff2013-07-21 17:41:46 +080065/* Section 11.2.2 / Table 11.4a MM timers netwokr side */
Harald Weltec2e8cc42010-05-31 20:23:38 +020066#define GSM0408_T3313_SECS 30 /* waiting for paging response */
67#define GSM0408_T3314_SECS 44 /* force to STBY on expiry */
68#define GSM0408_T3316_SECS 44
69
Harald Weltea9b473a2010-12-24 21:13:26 +010070/* Section 11.3 / Table 11.2d Timers of Session Management - network side */
71#define GSM0408_T3385_SECS 8 /* wait for ACT PDP CTX REQ */
72#define GSM0408_T3386_SECS 8 /* wait for MODIFY PDP CTX ACK */
73#define GSM0408_T3395_SECS 8 /* wait for DEACT PDP CTX ACK */
74#define GSM0408_T3397_SECS 8 /* wait for DEACT AA PDP CTX ACK */
75
Harald Welted193cb32010-05-17 22:58:03 +020076extern struct sgsn_instance *sgsn;
Harald Welte9b455bf2010-03-14 15:45:01 +080077
Harald Welte2720e732010-05-17 00:44:57 +020078/* Protocol related stuff, should go into libosmocore */
79
Harald Welte9b455bf2010-03-14 15:45:01 +080080/* 10.5.5.14 GPRS MM Cause / Table 10.5.147 */
Harald Welte2720e732010-05-17 00:44:57 +020081const struct value_string gmm_cause_names[] = {
Harald Weltefd29a1f2010-07-01 12:26:59 +020082 { GMM_CAUSE_IMSI_UNKNOWN, "IMSI unknown in HLR" },
83 { GMM_CAUSE_ILLEGAL_MS, "Illegal MS" },
84 { GMM_CAUSE_ILLEGAL_ME, "Illegal ME" },
85 { GMM_CAUSE_GPRS_NOTALLOWED, "GPRS services not allowed" },
86 { GMM_CAUSE_GPRS_OTHER_NOTALLOWED,
87 "GPRS services and non-GPRS services not allowed" },
88 { GMM_CAUSE_MS_ID_NOT_DERIVED,
89 "MS identity cannot be derived by the network" },
90 { GMM_CAUSE_IMPL_DETACHED, "Implicitly detached" },
91 { GMM_CAUSE_PLMN_NOTALLOWED, "PLMN not allowed" },
92 { GMM_CAUSE_LA_NOTALLOWED, "Location Area not allowed" },
93 { GMM_CAUSE_ROAMING_NOTALLOWED,
94 "Roaming not allowed in this location area" },
95 { GMM_CAUSE_NO_GPRS_PLMN,
96 "GPRS services not allowed in this PLMN" },
97 { GMM_CAUSE_MSC_TEMP_NOTREACH, "MSC temporarily not reachable" },
98 { GMM_CAUSE_NET_FAIL, "Network failure" },
99 { GMM_CAUSE_CONGESTION, "Congestion" },
100 { GMM_CAUSE_SEM_INCORR_MSG, "Semantically incorrect message" },
Harald Welte9b455bf2010-03-14 15:45:01 +0800101 { GMM_CAUSE_INV_MAND_INFO, "Invalid mandatory information" },
102 { GMM_CAUSE_MSGT_NOTEXIST_NOTIMPL,
103 "Message type non-existant or not implemented" },
104 { GMM_CAUSE_MSGT_INCOMP_P_STATE,
105 "Message type not compatible with protocol state" },
106 { GMM_CAUSE_IE_NOTEXIST_NOTIMPL,
107 "Information element non-existent or not implemented" },
Harald Weltefd29a1f2010-07-01 12:26:59 +0200108 { GMM_CAUSE_COND_IE_ERR, "Conditional IE error" },
Harald Welte9b455bf2010-03-14 15:45:01 +0800109 { GMM_CAUSE_MSG_INCOMP_P_STATE,
110 "Message not compatible with protocol state " },
Harald Weltefd29a1f2010-07-01 12:26:59 +0200111 { GMM_CAUSE_PROTO_ERR_UNSPEC, "Protocol error, unspecified" },
Harald Welte9b455bf2010-03-14 15:45:01 +0800112 { 0, NULL }
113};
114
115/* 10.5.6.6 SM Cause / Table 10.5.157 */
Harald Welte2720e732010-05-17 00:44:57 +0200116const struct value_string gsm_cause_names[] = {
Harald Welte9b455bf2010-03-14 15:45:01 +0800117 { GSM_CAUSE_INSUFF_RSRC, "Insufficient resources" },
118 { GSM_CAUSE_MISSING_APN, "Missing or unknown APN" },
119 { GSM_CAUSE_UNKNOWN_PDP, "Unknown PDP address or PDP type" },
120 { GSM_CAUSE_AUTH_FAILED, "User Authentication failed" },
121 { GSM_CAUSE_ACT_REJ_GGSN, "Activation rejected by GGSN" },
122 { GSM_CAUSE_ACT_REJ_UNSPEC, "Activation rejected, unspecified" },
123 { GSM_CAUSE_SERV_OPT_NOTSUPP, "Service option not supported" },
124 { GSM_CAUSE_REQ_SERV_OPT_NOTSUB,
125 "Requested service option not subscribed" },
126 { GSM_CAUSE_SERV_OPT_TEMP_OOO,
127 "Service option temporarily out of order" },
128 { GSM_CAUSE_NSAPI_IN_USE, "NSAPI already used" },
129 { GSM_CAUSE_DEACT_REGULAR, "Regular deactivation" },
130 { GSM_CAUSE_QOS_NOT_ACCEPTED, "QoS not accepted" },
131 { GSM_CAUSE_NET_FAIL, "Network Failure" },
132 { GSM_CAUSE_REACT_RQD, "Reactivation required" },
133 { GSM_CAUSE_FEATURE_NOTSUPP, "Feature not supported " },
134 { GSM_CAUSE_INVALID_TRANS_ID, "Invalid transaction identifier" },
135 { GSM_CAUSE_SEM_INCORR_MSG, "Semantically incorrect message" },
136 { GSM_CAUSE_INV_MAND_INFO, "Invalid mandatory information" },
137 { GSM_CAUSE_MSGT_NOTEXIST_NOTIMPL,
138 "Message type non-existant or not implemented" },
139 { GSM_CAUSE_MSGT_INCOMP_P_STATE,
140 "Message type not compatible with protocol state" },
141 { GSM_CAUSE_IE_NOTEXIST_NOTIMPL,
142 "Information element non-existent or not implemented" },
143 { GSM_CAUSE_COND_IE_ERR, "Conditional IE error" },
144 { GSM_CAUSE_MSG_INCOMP_P_STATE,
145 "Message not compatible with protocol state " },
146 { GSM_CAUSE_PROTO_ERR_UNSPEC, "Protocol error, unspecified" },
147 { 0, NULL }
148};
149
Harald Welte2720e732010-05-17 00:44:57 +0200150/* 10.5.5.2 */
151const struct value_string gprs_att_t_strs[] = {
152 { GPRS_ATT_T_ATTACH, "GPRS attach" },
153 { GPRS_ATT_T_ATT_WHILE_IMSI, "GPRS attach while IMSI attached" },
154 { GPRS_ATT_T_COMBINED, "Combined GPRS/IMSI attach" },
155 { 0, NULL }
156};
Harald Welte9b455bf2010-03-14 15:45:01 +0800157
Harald Welte2720e732010-05-17 00:44:57 +0200158const struct value_string gprs_upd_t_strs[] = {
159 { GPRS_UPD_T_RA, "RA updating" },
160 { GPRS_UPD_T_RA_LA, "combined RA/LA updating" },
161 { GPRS_UPD_T_RA_LA_IMSI_ATT, "combined RA/LA updating + IMSI attach" },
162 { GPRS_UPD_T_PERIODIC, "periodic updating" },
163 { 0, NULL }
164};
165
166/* 10.5.5.5 */
167const struct value_string gprs_det_t_mo_strs[] = {
168 { GPRS_DET_T_MO_GPRS, "GPRS detach" },
169 { GPRS_DET_T_MO_IMSI, "IMSI detach" },
170 { GPRS_DET_T_MO_COMBINED, "Combined GPRS/IMSI detach" },
171 { 0, NULL }
172};
173
Harald Welte588d44e2010-06-09 10:28:29 +0200174static const struct tlv_definition gsm48_gmm_att_tlvdef = {
175 .def = {
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200176 [GSM48_IE_GMM_CIPH_CKSN] = { TLV_TYPE_FIXED, 1 },
Harald Welte588d44e2010-06-09 10:28:29 +0200177 [GSM48_IE_GMM_TIMER_READY] = { TLV_TYPE_TV, 1 },
178 [GSM48_IE_GMM_ALLOC_PTMSI] = { TLV_TYPE_TLV, 0 },
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200179 [GSM48_IE_GMM_PTMSI_SIG] = { TLV_TYPE_FIXED, 3 },
180 [GSM48_IE_GMM_AUTH_RAND] = { TLV_TYPE_FIXED, 16 },
181 [GSM48_IE_GMM_AUTH_SRES] = { TLV_TYPE_FIXED, 4 },
Harald Welte588d44e2010-06-09 10:28:29 +0200182 [GSM48_IE_GMM_IMEISV] = { TLV_TYPE_TLV, 0 },
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200183 [GSM48_IE_GMM_DRX_PARAM] = { TLV_TYPE_FIXED, 2 },
Harald Welte588d44e2010-06-09 10:28:29 +0200184 [GSM48_IE_GMM_MS_NET_CAPA] = { TLV_TYPE_TLV, 0 },
185 [GSM48_IE_GMM_PDP_CTX_STATUS] = { TLV_TYPE_TLV, 0 },
186 [GSM48_IE_GMM_PS_LCS_CAPA] = { TLV_TYPE_TLV, 0 },
187 [GSM48_IE_GMM_GMM_MBMS_CTX_ST] = { TLV_TYPE_TLV, 0 },
188 },
189};
190
191static const struct tlv_definition gsm48_sm_att_tlvdef = {
192 .def = {
193 [GSM48_IE_GSM_APN] = { TLV_TYPE_TLV, 0 },
194 [GSM48_IE_GSM_PROTO_CONF_OPT] = { TLV_TYPE_TLV, 0 },
195 [GSM48_IE_GSM_PDP_ADDR] = { TLV_TYPE_TLV, 0 },
196 [GSM48_IE_GSM_AA_TMR] = { TLV_TYPE_TV, 1 },
197 [GSM48_IE_GSM_NAME_FULL] = { TLV_TYPE_TLV, 0 },
198 [GSM48_IE_GSM_NAME_SHORT] = { TLV_TYPE_TLV, 0 },
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200199 [GSM48_IE_GSM_TIMEZONE] = { TLV_TYPE_FIXED, 1 },
200 [GSM48_IE_GSM_UTC_AND_TZ] = { TLV_TYPE_FIXED, 7 },
Harald Welte588d44e2010-06-09 10:28:29 +0200201 [GSM48_IE_GSM_LSA_ID] = { TLV_TYPE_TLV, 0 },
202 },
203};
204
Harald Welte2720e732010-05-17 00:44:57 +0200205/* Our implementation, should be kept in SGSN */
Harald Welte9b455bf2010-03-14 15:45:01 +0800206
Harald Weltec2e8cc42010-05-31 20:23:38 +0200207static void mmctx_timer_cb(void *_mm);
208
209static void mmctx_timer_start(struct sgsn_mm_ctx *mm, unsigned int T,
210 unsigned int seconds)
211{
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200212 if (osmo_timer_pending(&mm->timer))
Harald Weltec2e8cc42010-05-31 20:23:38 +0200213 LOGP(DMM, LOGL_ERROR, "Starting MM timer %u while old "
214 "timer %u pending\n", T, mm->T);
215 mm->T = T;
216 mm->num_T_exp = 0;
217
218 /* FIXME: we should do this only once ? */
219 mm->timer.data = mm;
220 mm->timer.cb = &mmctx_timer_cb;
221
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200222 osmo_timer_schedule(&mm->timer, seconds, 0);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200223}
224
225static void mmctx_timer_stop(struct sgsn_mm_ctx *mm, unsigned int T)
226{
227 if (mm->T != T)
228 LOGP(DMM, LOGL_ERROR, "Stopping MM timer %u but "
229 "%u is running\n", T, mm->T);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200230 osmo_timer_del(&mm->timer);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200231}
232
Harald Welte9b455bf2010-03-14 15:45:01 +0800233/* Send a message through the underlying layer */
Harald Welte8acd88f2010-05-18 10:57:45 +0200234static int gsm48_gmm_sendmsg(struct msgb *msg, int command,
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +0200235 struct sgsn_mm_ctx *mm)
Harald Welte9b455bf2010-03-14 15:45:01 +0800236{
Harald Welte8acd88f2010-05-18 10:57:45 +0200237 if (mm)
238 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PKTS_SIG_OUT]);
239
Harald Welte11d7c102010-05-02 11:54:55 +0200240 /* caller needs to provide TLLI, BVCI and NSEI */
Harald Welte56a01452010-05-31 22:12:30 +0200241 return gprs_llc_tx_ui(msg, GPRS_SAPI_GMM, command, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800242}
243
Harald Welte11d7c102010-05-02 11:54:55 +0200244/* copy identifiers from old message to new message, this
245 * is required so lower layers can route it correctly */
246static void gmm_copy_id(struct msgb *msg, const struct msgb *old)
247{
248 msgb_tlli(msg) = msgb_tlli(old);
249 msgb_bvci(msg) = msgb_bvci(old);
250 msgb_nsei(msg) = msgb_nsei(old);
251}
252
Harald Welte6abf94e2010-05-18 10:35:06 +0200253/* Store BVCI/NSEI in MM context */
254static void msgid2mmctx(struct sgsn_mm_ctx *mm, const struct msgb *msg)
255{
256 mm->bvci = msgb_bvci(msg);
257 mm->nsei = msgb_nsei(msg);
258}
259
260/* Store BVCI/NSEI in MM context */
261static void mmctx2msgid(struct msgb *msg, const struct sgsn_mm_ctx *mm)
262{
263 msgb_tlli(msg) = mm->tlli;
264 msgb_bvci(msg) = mm->bvci;
265 msgb_nsei(msg) = mm->nsei;
266}
267
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200268static void mm_ctx_cleanup_free(struct sgsn_mm_ctx *ctx, const char *log_text)
269{
270 struct gprs_llc_llme *llme = ctx->llme;
271 uint32_t tlli = ctx->tlli;
272 struct sgsn_pdp_ctx *pdp, *pdp2;
273
274 /* Mark MM state as deregistered */
275 ctx->mm_state = GMM_DEREGISTERED;
276
277 llist_for_each_entry_safe(pdp, pdp2, &ctx->pdp_list, list) {
278 LOGMMCTXP(LOGL_NOTICE, ctx, "Dropping PDP context for NSAPI=%u "
279 "due to %s\n", pdp->nsapi, log_text);
280 sgsn_pdp_ctx_terminate(pdp);
281 }
282
283 sgsn_mm_ctx_free(ctx);
284 ctx = NULL;
285
286 /* TLLI unassignment, must be called after sgsn_mm_ctx_free */
287 gprs_llgmm_assign(llme, tlli, 0xffffffff, GPRS_ALGO_GEA0, NULL);
288}
289
Harald Weltef54e7e22010-06-09 10:51:23 +0200290/* Chapter 9.4.18 */
291static int _tx_status(struct msgb *msg, uint8_t cause,
292 struct sgsn_mm_ctx *mmctx, int sm)
293{
294 struct gsm48_hdr *gh;
295
296 /* MMCTX might be NULL! */
297
298 DEBUGP(DMM, "<- GPRS MM STATUS (cause: %s)\n",
299 get_value_string(gmm_cause_names, cause));
300
301 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
302 if (sm) {
303 gh->proto_discr = GSM48_PDISC_SM_GPRS;
304 gh->msg_type = GSM48_MT_GSM_STATUS;
305 } else {
306 gh->proto_discr = GSM48_PDISC_MM_GPRS;
307 gh->msg_type = GSM48_MT_GMM_STATUS;
308 }
309 gh->data[0] = cause;
310
311 return gsm48_gmm_sendmsg(msg, 0, mmctx);
312}
313static int gsm48_tx_gmm_status(struct sgsn_mm_ctx *mmctx, uint8_t cause)
314{
315 struct msgb *msg = gsm48_msgb_alloc();
316
317 mmctx2msgid(msg, mmctx);
318 return _tx_status(msg, cause, mmctx, 0);
319};
320static int gsm48_tx_gmm_status_oldmsg(struct msgb *oldmsg, uint8_t cause)
321{
322 struct msgb *msg = gsm48_msgb_alloc();
323
324 gmm_copy_id(msg, oldmsg);
325 return _tx_status(msg, cause, NULL, 0);
326}
327static int gsm48_tx_sm_status(struct sgsn_mm_ctx *mmctx, uint8_t cause)
328{
329 struct msgb *msg = gsm48_msgb_alloc();
330
331 mmctx2msgid(msg, mmctx);
332 return _tx_status(msg, cause, mmctx, 1);
333};
334static int gsm48_tx_sm_status_oldmsg(struct msgb *oldmsg, uint8_t cause)
335{
336 struct msgb *msg = gsm48_msgb_alloc();
337
338 gmm_copy_id(msg, oldmsg);
339 return _tx_status(msg, cause, NULL, 1);
340}
341
342
Harald Welte86fda902010-05-03 10:54:35 +0200343static struct gsm48_qos default_qos = {
344 .delay_class = 4, /* best effort */
345 .reliab_class = GSM48_QOS_RC_LLC_UN_RLC_ACK_DATA_PROT,
346 .peak_tput = GSM48_QOS_PEAK_TPUT_32000bps,
347 .preced_class = GSM48_QOS_PC_NORMAL,
348 .mean_tput = GSM48_QOS_MEAN_TPUT_BEST_EFFORT,
349 .traf_class = GSM48_QOS_TC_INTERACTIVE,
350 .deliv_order = GSM48_QOS_DO_UNORDERED,
351 .deliv_err_sdu = GSM48_QOS_ERRSDU_YES,
352 .max_sdu_size = GSM48_QOS_MAXSDU_1520,
353 .max_bitrate_up = GSM48_QOS_MBRATE_63k,
354 .max_bitrate_down = GSM48_QOS_MBRATE_63k,
355 .resid_ber = GSM48_QOS_RBER_5e_2,
356 .sdu_err_ratio = GSM48_QOS_SERR_1e_2,
357 .handling_prio = 3,
358 .xfer_delay = 0x10, /* 200ms */
359 .guar_bitrate_up = GSM48_QOS_MBRATE_0k,
360 .guar_bitrate_down = GSM48_QOS_MBRATE_0k,
361 .sig_ind = 0, /* not optimised for signalling */
362 .max_bitrate_down_ext = 0, /* use octet 9 */
363 .guar_bitrate_down_ext = 0, /* use octet 13 */
364};
365
Harald Welte9b455bf2010-03-14 15:45:01 +0800366/* Chapter 9.4.2: Attach accept */
Harald Welte6463c072010-05-18 17:04:55 +0200367static int gsm48_tx_gmm_att_ack(struct sgsn_mm_ctx *mm)
Harald Welte9b455bf2010-03-14 15:45:01 +0800368{
369 struct msgb *msg = gsm48_msgb_alloc();
370 struct gsm48_hdr *gh;
371 struct gsm48_attach_ack *aa;
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200372 uint8_t *mid;
373#if 0
374 uint8_t *ptsig;
375#endif
Harald Welte9b455bf2010-03-14 15:45:01 +0800376
Daniel Willmann46553142014-09-03 17:46:44 +0200377 LOGMMCTXP(LOGL_INFO, mm, "<- GPRS ATTACH ACCEPT (new P-TMSI=0x%08x)\n", mm->p_tmsi);
Harald Welte9b455bf2010-03-14 15:45:01 +0800378
Harald Welte6463c072010-05-18 17:04:55 +0200379 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800380
381 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
382 gh->proto_discr = GSM48_PDISC_MM_GPRS;
383 gh->msg_type = GSM48_MT_GMM_ATTACH_ACK;
384
385 aa = (struct gsm48_attach_ack *) msgb_put(msg, sizeof(*aa));
386 aa->force_stby = 0; /* not indicated */
387 aa->att_result = 1; /* GPRS only */
388 aa->ra_upd_timer = GPRS_TMR_MINUTE | 10;
389 aa->radio_prio = 4; /* lowest */
Harald Welte6463c072010-05-18 17:04:55 +0200390 gsm48_construct_ra(aa->ra_id.digits, &mm->ra);
Harald Welte9b455bf2010-03-14 15:45:01 +0800391
Harald Welteab1d5622010-05-18 19:58:38 +0200392#if 0
Harald Welte6463c072010-05-18 17:04:55 +0200393 /* Optional: P-TMSI signature */
394 msgb_v_put(msg, GSM48_IE_GMM_PTMSI_SIG);
395 ptsig = msgb_put(msg, 3);
396 ptsig[0] = mm->p_tmsi_sig >> 16;
397 ptsig[1] = mm->p_tmsi_sig >> 8;
398 ptsig[2] = mm->p_tmsi_sig & 0xff;
399
400 /* Optional: Negotiated Ready timer value */
Harald Weltec2e8cc42010-05-31 20:23:38 +0200401#endif
Harald Welte6463c072010-05-18 17:04:55 +0200402
Harald Weltec2e8cc42010-05-31 20:23:38 +0200403#ifdef PTMSI_ALLOC
Harald Welte6463c072010-05-18 17:04:55 +0200404 /* Optional: Allocated P-TMSI */
Harald Welte6463c072010-05-18 17:04:55 +0200405 mid = msgb_put(msg, GSM48_MID_TMSI_LEN);
406 gsm48_generate_mid_from_tmsi(mid, mm->p_tmsi);
Harald Welteab1d5622010-05-18 19:58:38 +0200407 mid[0] = GSM48_IE_GMM_ALLOC_PTMSI;
408#endif
Harald Weltec2e8cc42010-05-31 20:23:38 +0200409
Harald Welte6463c072010-05-18 17:04:55 +0200410 /* Optional: MS-identity (combined attach) */
411 /* Optional: GMM cause (partial attach result for combined attach) */
412
Harald Welte56a01452010-05-31 22:12:30 +0200413 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800414}
415
416/* Chapter 9.4.5: Attach reject */
Harald Welte6463c072010-05-18 17:04:55 +0200417static int _tx_gmm_att_rej(struct msgb *msg, uint8_t gmm_cause)
Harald Welte9b455bf2010-03-14 15:45:01 +0800418{
Harald Welte9b455bf2010-03-14 15:45:01 +0800419 struct gsm48_hdr *gh;
420
Daniel Willmann46553142014-09-03 17:46:44 +0200421 LOGP(DMM, LOGL_NOTICE, "<- GPRS ATTACH REJECT: %s\n", get_value_string(gmm_cause_names, gmm_cause));
Harald Welte9b455bf2010-03-14 15:45:01 +0800422
Harald Welte9b455bf2010-03-14 15:45:01 +0800423 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
424 gh->proto_discr = GSM48_PDISC_MM_GPRS;
425 gh->msg_type = GSM48_MT_GMM_ATTACH_REJ;
426 gh->data[0] = gmm_cause;
427
Harald Welte8acd88f2010-05-18 10:57:45 +0200428 return gsm48_gmm_sendmsg(msg, 0, NULL);
Harald Welte9b455bf2010-03-14 15:45:01 +0800429}
Harald Welte6463c072010-05-18 17:04:55 +0200430static int gsm48_tx_gmm_att_rej_oldmsg(const struct msgb *old_msg,
431 uint8_t gmm_cause)
432{
433 struct msgb *msg = gsm48_msgb_alloc();
434 gmm_copy_id(msg, old_msg);
435 return _tx_gmm_att_rej(msg, gmm_cause);
436}
437static int gsm48_tx_gmm_att_rej(struct sgsn_mm_ctx *mm,
438 uint8_t gmm_cause)
439{
440 struct msgb *msg = gsm48_msgb_alloc();
441 mmctx2msgid(msg, mm);
442 return _tx_gmm_att_rej(msg, gmm_cause);
443}
Harald Welte9b455bf2010-03-14 15:45:01 +0800444
Harald Welte2720e732010-05-17 00:44:57 +0200445/* Chapter 9.4.6.2 Detach accept */
Harald Weltecd4dd4d2010-05-18 17:20:49 +0200446static int gsm48_tx_gmm_det_ack(struct sgsn_mm_ctx *mm, uint8_t force_stby)
Harald Welte2720e732010-05-17 00:44:57 +0200447{
448 struct msgb *msg = gsm48_msgb_alloc();
449 struct gsm48_hdr *gh;
450
Daniel Willmann46553142014-09-03 17:46:44 +0200451 LOGMMCTXP(LOGL_INFO, mm, "<- GPRS DETACH ACCEPT\n");
Harald Welte2720e732010-05-17 00:44:57 +0200452
Harald Welte6463c072010-05-18 17:04:55 +0200453 mmctx2msgid(msg, mm);
454
Harald Welte2720e732010-05-17 00:44:57 +0200455 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
456 gh->proto_discr = GSM48_PDISC_MM_GPRS;
457 gh->msg_type = GSM48_MT_GMM_DETACH_ACK;
458 gh->data[0] = force_stby;
459
Harald Welte56a01452010-05-31 22:12:30 +0200460 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte2720e732010-05-17 00:44:57 +0200461}
462
Harald Welte9b455bf2010-03-14 15:45:01 +0800463/* Transmit Chapter 9.4.12 Identity Request */
Harald Welte6463c072010-05-18 17:04:55 +0200464static int gsm48_tx_gmm_id_req(struct sgsn_mm_ctx *mm, uint8_t id_type)
Harald Welte9b455bf2010-03-14 15:45:01 +0800465{
466 struct msgb *msg = gsm48_msgb_alloc();
467 struct gsm48_hdr *gh;
468
Daniel Willmann46553142014-09-03 17:46:44 +0200469 LOGMMCTXP(LOGL_DEBUG, mm, "<- GPRS IDENTITY REQUEST: mi_type=%02x\n", id_type);
Harald Welte9b455bf2010-03-14 15:45:01 +0800470
Harald Welte6463c072010-05-18 17:04:55 +0200471 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800472
473 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
474 gh->proto_discr = GSM48_PDISC_MM_GPRS;
475 gh->msg_type = GSM48_MT_GMM_ID_REQ;
476 /* 10.5.5.9 ID type 2 + identity type and 10.5.5.7 'force to standby' IE */
477 gh->data[0] = id_type & 0xf;
478
Harald Weltedce12552010-05-31 22:31:04 +0200479 return gsm48_gmm_sendmsg(msg, 1, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800480}
481
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200482#if 0
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200483/* Section 9.4.9: Authentication and Ciphering Request */
484static int gsm48_tx_gmm_auth_ciph_req(struct sgsn_mm_ctx *mm, uint8_t *rand,
485 uint8_t key_seq, uint8_t algo)
486{
487 struct msgb *msg = gsm48_msgb_alloc();
488 struct gsm48_hdr *gh;
489 struct gsm48_auth_ciph_req *acreq;
490 uint8_t *m_rand, *m_cksn;
491
Daniel Willmann46553142014-09-03 17:46:44 +0200492 LOGMMCTXP(LOGL_INFO, mm, "<- GPRS AUTH AND CIPHERING REQ (rand = %s)\n",
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +0200493 osmo_hexdump(rand, 16));
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200494
495 mmctx2msgid(msg, mm);
496
497 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
498 gh->proto_discr = GSM48_PDISC_MM_GPRS;
499 gh->msg_type = GSM48_MT_GMM_AUTH_CIPH_REQ;
500
501 acreq = (struct gsm48_auth_ciph_req *) msgb_put(msg, sizeof(*acreq));
502 acreq->ciph_alg = algo & 0xf;
503 acreq->imeisv_req = 0x1;
504 acreq->force_stby = 0x0;
505 acreq->ac_ref_nr = 0x0; /* FIXME: increment this? */
506
507 /* Only if authentication is requested we need to set RAND + CKSN */
508 if (rand) {
509 m_rand = msgb_put(msg, 16+1);
510 m_rand[0] = GSM48_IE_GMM_AUTH_RAND;
511 memcpy(m_rand+1, rand, 16);
512
513 m_cksn = msgb_put(msg, 1+1);
514 m_cksn[0] = GSM48_IE_GMM_CIPH_CKSN;
515 m_cksn[1] = key_seq;
516 }
517
518 /* Start T3360 */
519 mmctx_timer_start(mm, 3360, GSM0408_T3360_SECS);
520
521 /* FIXME: make sure we don't send any other messages to the MS */
522
523 return gsm48_gmm_sendmsg(msg, 1, mm);
524}
525
526/* Section 9.4.11: Authentication and Ciphering Reject */
527static int gsm48_tx_gmm_auth_ciph_rej(struct sgsn_mm_ctx *mm)
528{
529 struct msgb *msg = gsm48_msgb_alloc();
530 struct gsm48_hdr *gh;
531
Daniel Willmann46553142014-09-03 17:46:44 +0200532 LOGMMCTXP(LOGL_NOTICE, mm, "<- GPRS AUTH AND CIPH REJECT\n");
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200533
534 mmctx2msgid(msg, mm);
535
536 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
537 gh->proto_discr = GSM48_PDISC_MM_GPRS;
538 gh->msg_type = GSM48_MT_GMM_AUTH_CIPH_REJ;
539
540 return gsm48_gmm_sendmsg(msg, 0, mm);
541}
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200542#endif
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200543
544/* Section 9.4.10: Authentication and Ciphering Response */
545static int gsm48_rx_gmm_auth_ciph_resp(struct sgsn_mm_ctx *ctx,
546 struct msgb *msg)
547{
548 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
549 struct gsm48_auth_ciph_resp *acr = (struct gsm48_auth_ciph_resp *)gh->data;
550 struct tlv_parsed tp;
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200551
552 /* FIXME: Stop T3360 */
553
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200554 tlv_parse(&tp, &gsm48_gmm_att_tlvdef, acr->data,
Harald Welte4b6ac1e2010-07-03 11:09:06 +0200555 (msg->data + msg->len) - acr->data, 0, 0);
556
557 /* FIXME: compare ac_ref? */
558
559 if (!TLVP_PRESENT(&tp, GSM48_IE_GMM_AUTH_SRES) ||
560 !TLVP_PRESENT(&tp, GSM48_IE_GMM_IMEISV)) {
561 /* FIXME: missing mandatory IE */
562 }
563
564 /* FIXME: compare SRES with what we expected */
565 /* FIXME: enable LLC cipheirng */
566 return 0;
567}
568
Harald Welte9b455bf2010-03-14 15:45:01 +0800569/* Check if we can already authorize a subscriber */
Harald Weltec2e8cc42010-05-31 20:23:38 +0200570static int gsm48_gmm_authorize(struct sgsn_mm_ctx *ctx,
571 enum gprs_t3350_mode t3350_mode)
Harald Welte9b455bf2010-03-14 15:45:01 +0800572{
573 if (strlen(ctx->imei) && strlen(ctx->imsi)) {
Harald Weltec2e8cc42010-05-31 20:23:38 +0200574#ifdef PTMSI_ALLOC
575 /* Start T3350 and re-transmit up to 5 times until ATTACH COMPLETE */
576 ctx->t3350_mode = t3350_mode;
577 mmctx_timer_start(ctx, 3350, GSM0408_T3350_SECS);
578#endif
Harald Welte9b455bf2010-03-14 15:45:01 +0800579 ctx->mm_state = GMM_REGISTERED_NORMAL;
Harald Welte6463c072010-05-18 17:04:55 +0200580 return gsm48_tx_gmm_att_ack(ctx);
Harald Welte9b455bf2010-03-14 15:45:01 +0800581 }
Harald Weltec2e8cc42010-05-31 20:23:38 +0200582 if (!strlen(ctx->imei)) {
583 ctx->mm_state = GMM_COMMON_PROC_INIT;
584 ctx->t3370_id_type = GSM_MI_TYPE_IMEI;
585 mmctx_timer_start(ctx, 3370, GSM0408_T3370_SECS);
Harald Welte6463c072010-05-18 17:04:55 +0200586 return gsm48_tx_gmm_id_req(ctx, GSM_MI_TYPE_IMEI);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200587 }
Harald Welte9b455bf2010-03-14 15:45:01 +0800588
Harald Weltec2e8cc42010-05-31 20:23:38 +0200589 if (!strlen(ctx->imsi)) {
590 ctx->mm_state = GMM_COMMON_PROC_INIT;
591 ctx->t3370_id_type = GSM_MI_TYPE_IMSI;
592 mmctx_timer_start(ctx, 3370, GSM0408_T3370_SECS);
Harald Welte6463c072010-05-18 17:04:55 +0200593 return gsm48_tx_gmm_id_req(ctx, GSM_MI_TYPE_IMSI);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200594 }
Harald Welte9b455bf2010-03-14 15:45:01 +0800595
596 return 0;
597}
598
599/* Parse Chapter 9.4.13 Identity Response */
Harald Welted193cb32010-05-17 22:58:03 +0200600static int gsm48_rx_gmm_id_resp(struct sgsn_mm_ctx *ctx, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +0800601{
Harald Welte943c5bc2010-04-30 16:33:12 +0200602 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welteeaa614c2010-05-02 11:26:34 +0200603 uint8_t mi_type = gh->data[1] & GSM_MI_TYPE_MASK;
Harald Welte9b455bf2010-03-14 15:45:01 +0800604 char mi_string[GSM48_MI_SIZE];
Harald Welte9b455bf2010-03-14 15:45:01 +0800605
606 gsm48_mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
Harald Welte9b455bf2010-03-14 15:45:01 +0800607 if (!ctx) {
Daniel Willmann46553142014-09-03 17:46:44 +0200608 DEBUGP(DMM, "from unknown TLLI 0x%08x?!? This should not happen\n", msgb_tlli(msg));
Harald Welte9b455bf2010-03-14 15:45:01 +0800609 return -EINVAL;
610 }
611
Daniel Willmannf8070f42014-09-23 18:48:44 +0200612 LOGMMCTXP(LOGL_DEBUG, ctx, "-> GMM IDENTITY RESPONSE: mi_type=0x%02x MI(%s)\n",
613 mi_type, mi_string);
614
Harald Weltec2e8cc42010-05-31 20:23:38 +0200615 if (mi_type == ctx->t3370_id_type)
616 mmctx_timer_stop(ctx, 3370);
617
Harald Welte9b455bf2010-03-14 15:45:01 +0800618 switch (mi_type) {
619 case GSM_MI_TYPE_IMSI:
620 /* we already have a mm context with current TLLI, but no
621 * P-TMSI / IMSI yet. What we now need to do is to fill
622 * this initial context with data from the HLR */
Harald Weltec728eea2010-12-24 23:07:18 +0100623 if (strlen(ctx->imsi) == 0) {
624 /* Check if we already have a MM context for this IMSI */
625 struct sgsn_mm_ctx *ictx;
626 ictx = sgsn_mm_ctx_by_imsi(mi_string);
627 if (ictx) {
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200628 /* Handle it like in gsm48_rx_gmm_det_req,
629 * except that no messages are sent to the BSS */
630
Daniel Willmann46553142014-09-03 17:46:44 +0200631 LOGMMCTXP(LOGL_NOTICE, ctx, "Deleting old MM Context for same IMSI "
632 "p_tmsi_old=0x%08x\n",
633 ictx->p_tmsi);
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200634
635 ictx->mm_state = GMM_DEREGISTERED;
636
637 mm_ctx_cleanup_free(ictx, "GPRS IMSI re-use");
Harald Weltec728eea2010-12-24 23:07:18 +0100638 }
639 }
Jacob Erlbeckfd636ae2014-07-08 09:49:07 +0200640 strncpy(ctx->imsi, mi_string, sizeof(ctx->imsi));
Harald Welte9b455bf2010-03-14 15:45:01 +0800641 break;
642 case GSM_MI_TYPE_IMEI:
643 strncpy(ctx->imei, mi_string, sizeof(ctx->imei));
644 break;
645 case GSM_MI_TYPE_IMEISV:
646 break;
647 }
648
Harald Welte9b455bf2010-03-14 15:45:01 +0800649 /* Check if we can let the mobile station enter */
Harald Weltec2e8cc42010-05-31 20:23:38 +0200650 return gsm48_gmm_authorize(ctx, ctx->t3350_mode);
Harald Welte9b455bf2010-03-14 15:45:01 +0800651}
652
653/* Section 9.4.1 Attach request */
Harald Welte807a5d82010-06-01 11:53:01 +0200654static int gsm48_rx_gmm_att_req(struct sgsn_mm_ctx *ctx, struct msgb *msg,
655 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +0800656{
Harald Welte943c5bc2010-04-30 16:33:12 +0200657 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200658 uint8_t *cur = gh->data, *msnc, *mi, *ms_ra_acc_cap;
Harald Welte56a01452010-05-31 22:12:30 +0200659 uint8_t msnc_len, att_type, mi_len, mi_type, ms_ra_acc_cap_len;
Harald Welteeaa614c2010-05-02 11:26:34 +0200660 uint16_t drx_par;
661 uint32_t tmsi;
Harald Welte9b455bf2010-03-14 15:45:01 +0800662 char mi_string[GSM48_MI_SIZE];
663 struct gprs_ra_id ra_id;
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200664 uint16_t cid;
Harald Welte9b455bf2010-03-14 15:45:01 +0800665
Daniel Willmann46553142014-09-03 17:46:44 +0200666 LOGP(DMM, LOGL_INFO, "-> GMM ATTACH REQUEST ");
Harald Welte9b455bf2010-03-14 15:45:01 +0800667
668 /* As per TS 04.08 Chapter 4.7.1.4, the attach request arrives either
669 * with a foreign TLLI (P-TMSI that was allocated to the MS before),
670 * or with random TLLI. */
671
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200672 cid = bssgp_parse_cell_id(&ra_id, msgb_bcid(msg));
Harald Welte9b455bf2010-03-14 15:45:01 +0800673
674 /* MS network capability 10.5.5.12 */
675 msnc_len = *cur++;
676 msnc = cur;
Alexander Chemeris84402c02013-07-03 10:12:23 +0400677 if (msnc_len > sizeof(ctx->ms_network_capa.buf))
Harald Welte9b455bf2010-03-14 15:45:01 +0800678 goto err_inval;
679 cur += msnc_len;
680
681 /* aTTACH Type 10.5.5.2 */
682 att_type = *cur++ & 0x0f;
683
684 /* DRX parameter 10.5.5.6 */
Harald Welte56a01452010-05-31 22:12:30 +0200685 drx_par = *cur++ << 8;
686 drx_par |= *cur++;
Harald Welte9b455bf2010-03-14 15:45:01 +0800687
688 /* Mobile Identity (P-TMSI or IMSI) 10.5.1.4 */
689 mi_len = *cur++;
690 mi = cur;
691 if (mi_len > 8)
692 goto err_inval;
693 mi_type = *mi & GSM_MI_TYPE_MASK;
694 cur += mi_len;
695
696 gsm48_mi_to_string(mi_string, sizeof(mi_string), mi, mi_len);
697
Harald Welte2720e732010-05-17 00:44:57 +0200698 DEBUGPC(DMM, "MI(%s) type=\"%s\" ", mi_string,
699 get_value_string(gprs_att_t_strs, att_type));
Harald Welte9b455bf2010-03-14 15:45:01 +0800700
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200701 /* Old routing area identification 10.5.5.15. Skip it */
Harald Welte9b455bf2010-03-14 15:45:01 +0800702 cur += 6;
703
704 /* MS Radio Access Capability 10.5.5.12a */
Harald Welte56a01452010-05-31 22:12:30 +0200705 ms_ra_acc_cap_len = *cur++;
706 ms_ra_acc_cap = cur;
Alexander Chemeris84402c02013-07-03 10:12:23 +0400707 if (ms_ra_acc_cap_len > sizeof(ctx->ms_radio_access_capa.buf))
Harald Weltec48ac472010-07-03 21:20:06 +0200708 goto err_inval;
Harald Welte4b2ed352011-07-27 23:35:38 +0200709 cur += ms_ra_acc_cap_len;
Harald Welte9b455bf2010-03-14 15:45:01 +0800710
Daniel Willmann46553142014-09-03 17:46:44 +0200711 LOGPC(DMM, LOGL_INFO, "\n");
712
Harald Welte9b455bf2010-03-14 15:45:01 +0800713 /* Optional: Old P-TMSI Signature, Requested READY timer, TMSI Status */
714
715 switch (mi_type) {
716 case GSM_MI_TYPE_IMSI:
717 /* Try to find MM context based on IMSI */
Harald Welte807a5d82010-06-01 11:53:01 +0200718 if (!ctx)
719 ctx = sgsn_mm_ctx_by_imsi(mi_string);
Harald Welte9b455bf2010-03-14 15:45:01 +0800720 if (!ctx) {
721#if 0
722 return gsm48_tx_gmm_att_rej(msg, GMM_CAUSE_IMSI_UNKNOWN);
723#else
Harald Welteeafe22c2010-12-24 15:39:08 +0100724 /* As a temorary hack, we simply assume that the IMSI exists,
725 * as long as it is part of 'our' network */
726 char mccmnc[16];
727 snprintf(mccmnc, sizeof(mccmnc), "%03d%02d", ra_id.mcc, ra_id.mnc);
Harald Welte7f6da482013-03-19 11:00:13 +0100728 if (strncmp(mccmnc, mi_string, 5) &&
Harald Welte3dfb5492013-03-19 11:48:54 +0100729 (sgsn->cfg.acl_enabled &&
730 !sgsn_acl_lookup(mi_string))) {
Daniel Willmann46553142014-09-03 17:46:44 +0200731 LOGP(DMM, LOGL_NOTICE, "Rejecting ATTACH REQUEST IMSI=%s\n",
Harald Welteeafe22c2010-12-24 15:39:08 +0100732 mi_string);
733 return gsm48_tx_gmm_att_rej_oldmsg(msg,
734 GMM_CAUSE_GPRS_NOTALLOWED);
735 }
Harald Welte9b455bf2010-03-14 15:45:01 +0800736 ctx = sgsn_mm_ctx_alloc(0, &ra_id);
737 if (!ctx)
Harald Welte6463c072010-05-18 17:04:55 +0200738 return gsm48_tx_gmm_att_rej_oldmsg(msg, GMM_CAUSE_NET_FAIL);
Harald Welte9b455bf2010-03-14 15:45:01 +0800739 strncpy(ctx->imsi, mi_string, sizeof(ctx->imsi));
740#endif
741 }
Harald Welte943c5bc2010-04-30 16:33:12 +0200742 ctx->tlli = msgb_tlli(msg);
Harald Welte807a5d82010-06-01 11:53:01 +0200743 ctx->llme = llme;
Harald Welte68b99a42010-05-18 12:05:42 +0200744 msgid2mmctx(ctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +0800745 break;
746 case GSM_MI_TYPE_TMSI:
Harald Welteab1d5622010-05-18 19:58:38 +0200747 memcpy(&tmsi, mi+1, 4);
748 tmsi = ntohl(tmsi);
Harald Welte9b455bf2010-03-14 15:45:01 +0800749 /* Try to find MM context based on P-TMSI */
Harald Welte807a5d82010-06-01 11:53:01 +0200750 if (!ctx)
751 ctx = sgsn_mm_ctx_by_ptmsi(tmsi);
Harald Welte9b455bf2010-03-14 15:45:01 +0800752 if (!ctx) {
Harald Weltec728eea2010-12-24 23:07:18 +0100753 /* Allocate a context as most of our code expects one.
754 * Context will not have an IMSI ultil ID RESP is received */
Harald Welte943c5bc2010-04-30 16:33:12 +0200755 ctx = sgsn_mm_ctx_alloc(msgb_tlli(msg), &ra_id);
Harald Welte807a5d82010-06-01 11:53:01 +0200756 ctx->p_tmsi = tmsi;
Harald Welte9b455bf2010-03-14 15:45:01 +0800757 }
Harald Welte807a5d82010-06-01 11:53:01 +0200758 ctx->tlli = msgb_tlli(msg);
759 ctx->llme = llme;
760 msgid2mmctx(ctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +0800761 break;
762 default:
Harald Weltec2e8cc42010-05-31 20:23:38 +0200763 LOGP(DMM, LOGL_NOTICE, "Rejecting ATTACH REQUEST with "
764 "MI type %u\n", mi_type);
765 return gsm48_tx_gmm_att_rej_oldmsg(msg, GMM_CAUSE_MS_ID_NOT_DERIVED);
Harald Welte9b455bf2010-03-14 15:45:01 +0800766 }
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200767 /* Update MM Context with currient RA and Cell ID */
768 ctx->ra = ra_id;
769 ctx->cell_id = cid;
Harald Welte56a01452010-05-31 22:12:30 +0200770 /* Update MM Context with other data */
771 ctx->drx_parms = drx_par;
Alexander Chemeris84402c02013-07-03 10:12:23 +0400772 ctx->ms_radio_access_capa.len = ms_ra_acc_cap_len;
Harald Welte4b2ed352011-07-27 23:35:38 +0200773 memcpy(ctx->ms_radio_access_capa.buf, ms_ra_acc_cap,
774 ctx->ms_radio_access_capa.len);
Harald Welte56a01452010-05-31 22:12:30 +0200775 ctx->ms_network_capa.len = msnc_len;
776 memcpy(ctx->ms_network_capa.buf, msnc, msnc_len);
777
Harald Weltec2e8cc42010-05-31 20:23:38 +0200778#ifdef PTMSI_ALLOC
Harald Welte807a5d82010-06-01 11:53:01 +0200779 /* Allocate a new P-TMSI (+ P-TMSI signature) and update TLLI */
Harald Weltec2e8cc42010-05-31 20:23:38 +0200780 ctx->p_tmsi_old = ctx->p_tmsi;
Harald Welte6463c072010-05-18 17:04:55 +0200781 ctx->p_tmsi = sgsn_alloc_ptmsi();
Harald Welteab1d5622010-05-18 19:58:38 +0200782#endif
Harald Welte807a5d82010-06-01 11:53:01 +0200783 /* Even if there is no P-TMSI allocated, the MS will switch from
784 * foreign TLLI to local TLLI */
785 ctx->tlli_new = gprs_tmsi2tlli(ctx->p_tmsi, TLLI_LOCAL);
786
787 /* Inform LLC layer about new TLLI but keep old active */
Harald Welted6f582b2010-06-30 23:18:57 +0200788 gprs_llgmm_assign(ctx->llme, ctx->tlli, ctx->tlli_new,
789 GPRS_ALGO_GEA0, NULL);
Harald Welte9b455bf2010-03-14 15:45:01 +0800790
Harald Weltef6b606f2011-07-16 13:45:57 +0200791 return gsm48_gmm_authorize(ctx, GMM_T3350_MODE_ATT);
Harald Welte9b455bf2010-03-14 15:45:01 +0800792
793err_inval:
Daniel Willmann46553142014-09-03 17:46:44 +0200794 LOGPC(DMM, LOGL_INFO, "\n");
Harald Welte6463c072010-05-18 17:04:55 +0200795 return gsm48_tx_gmm_att_rej_oldmsg(msg, GMM_CAUSE_SEM_INCORR_MSG);
Harald Welte9b455bf2010-03-14 15:45:01 +0800796}
797
Harald Welte2720e732010-05-17 00:44:57 +0200798/* Section 4.7.4.1 / 9.4.5.2 MO Detach request */
Harald Welted193cb32010-05-17 22:58:03 +0200799static int gsm48_rx_gmm_det_req(struct sgsn_mm_ctx *ctx, struct msgb *msg)
Harald Welte2720e732010-05-17 00:44:57 +0200800{
801 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte2720e732010-05-17 00:44:57 +0200802 uint8_t detach_type, power_off;
Harald Weltebd5c9122010-06-28 22:18:53 +0200803 int rc;
Harald Welte2720e732010-05-17 00:44:57 +0200804
805 detach_type = gh->data[0] & 0x7;
806 power_off = gh->data[0] & 0x8;
807
808 /* FIXME: In 24.008 there is an optional P-TMSI and P-TMSI signature IE */
809
Daniel Willmann46553142014-09-03 17:46:44 +0200810 LOGMMCTXP(LOGL_INFO, ctx, "-> GMM DETACH REQUEST TLLI=0x%08x type=%s %s\n",
Harald Welte2720e732010-05-17 00:44:57 +0200811 msgb_tlli(msg), get_value_string(gprs_det_t_mo_strs, detach_type),
812 power_off ? "Power-off" : "");
813
Harald Welte2720e732010-05-17 00:44:57 +0200814 /* force_stby = 0 */
Harald Weltebd5c9122010-06-28 22:18:53 +0200815 rc = gsm48_tx_gmm_det_ack(ctx, 0);
816
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200817 mm_ctx_cleanup_free(ctx, "GPRS DETACH REQUEST");
Jacob Erlbeck258ce3d2014-09-30 13:51:45 +0200818
Harald Weltebd5c9122010-06-28 22:18:53 +0200819 return rc;
Harald Welte2720e732010-05-17 00:44:57 +0200820}
821
Harald Welte9b455bf2010-03-14 15:45:01 +0800822/* Chapter 9.4.15: Routing area update accept */
Harald Welte6463c072010-05-18 17:04:55 +0200823static int gsm48_tx_gmm_ra_upd_ack(struct sgsn_mm_ctx *mm)
Harald Welte9b455bf2010-03-14 15:45:01 +0800824{
825 struct msgb *msg = gsm48_msgb_alloc();
826 struct gsm48_hdr *gh;
827 struct gsm48_ra_upd_ack *rua;
Harald Weltec2e8cc42010-05-31 20:23:38 +0200828 uint8_t *mid;
Harald Welte9b455bf2010-03-14 15:45:01 +0800829
Daniel Willmann46553142014-09-03 17:46:44 +0200830 LOGMMCTXP(LOGL_INFO, mm, "<- ROUTING AREA UPDATE ACCEPT\n");
Harald Welte9b455bf2010-03-14 15:45:01 +0800831
Harald Welte6463c072010-05-18 17:04:55 +0200832 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800833
834 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
835 gh->proto_discr = GSM48_PDISC_MM_GPRS;
836 gh->msg_type = GSM48_MT_GMM_RA_UPD_ACK;
837
838 rua = (struct gsm48_ra_upd_ack *) msgb_put(msg, sizeof(*rua));
839 rua->force_stby = 0; /* not indicated */
840 rua->upd_result = 0; /* RA updated */
841 rua->ra_upd_timer = GPRS_TMR_MINUTE | 10;
Harald Welte11d7c102010-05-02 11:54:55 +0200842
Harald Welte6463c072010-05-18 17:04:55 +0200843 gsm48_construct_ra(rua->ra_id.digits, &mm->ra);
Harald Welte9b455bf2010-03-14 15:45:01 +0800844
Harald Weltec2e8cc42010-05-31 20:23:38 +0200845#if 0
846 /* Optional: P-TMSI signature */
847 msgb_v_put(msg, GSM48_IE_GMM_PTMSI_SIG);
848 ptsig = msgb_put(msg, 3);
849 ptsig[0] = mm->p_tmsi_sig >> 16;
850 ptsig[1] = mm->p_tmsi_sig >> 8;
851 ptsig[2] = mm->p_tmsi_sig & 0xff;
852#endif
853
854#ifdef PTMSI_ALLOC
855 /* Optional: Allocated P-TMSI */
856 mid = msgb_put(msg, GSM48_MID_TMSI_LEN);
857 gsm48_generate_mid_from_tmsi(mid, mm->p_tmsi);
858 mid[0] = GSM48_IE_GMM_ALLOC_PTMSI;
859#endif
860
861 /* Option: MS ID, ... */
Harald Welte56a01452010-05-31 22:12:30 +0200862 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +0800863}
864
865/* Chapter 9.4.17: Routing area update reject */
Harald Welteeaa614c2010-05-02 11:26:34 +0200866static int gsm48_tx_gmm_ra_upd_rej(struct msgb *old_msg, uint8_t cause)
Harald Welte9b455bf2010-03-14 15:45:01 +0800867{
868 struct msgb *msg = gsm48_msgb_alloc();
869 struct gsm48_hdr *gh;
870
Daniel Willmann46553142014-09-03 17:46:44 +0200871 LOGP(DMM, LOGL_NOTICE, "<- ROUTING AREA UPDATE REJECT\n");
Harald Welte9b455bf2010-03-14 15:45:01 +0800872
Harald Welte11d7c102010-05-02 11:54:55 +0200873 gmm_copy_id(msg, old_msg);
Harald Welte9b455bf2010-03-14 15:45:01 +0800874
875 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 2);
876 gh->proto_discr = GSM48_PDISC_MM_GPRS;
877 gh->msg_type = GSM48_MT_GMM_RA_UPD_REJ;
878 gh->data[0] = cause;
879 gh->data[1] = 0; /* ? */
880
881 /* Option: P-TMSI signature, allocated P-TMSI, MS ID, ... */
Harald Welte8acd88f2010-05-18 10:57:45 +0200882 return gsm48_gmm_sendmsg(msg, 0, NULL);
Harald Welte9b455bf2010-03-14 15:45:01 +0800883}
884
Harald Welte588d44e2010-06-09 10:28:29 +0200885static void process_ms_ctx_status(struct sgsn_mm_ctx *mmctx,
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +0200886 const uint8_t *pdp_status)
Harald Welte588d44e2010-06-09 10:28:29 +0200887{
888 struct sgsn_pdp_ctx *pdp, *pdp2;
889 /* 24.008 4.7.5.1.3: If the PDP context status information element is
890 * included in ROUTING AREA UPDATE REQUEST message, then the network
891 * shall deactivate all those PDP contexts locally (without peer to
892 * peer signalling between the MS and the network), which are not in SM
893 * state PDP-INACTIVE on network side but are indicated by the MS as
894 * being in state PDP-INACTIVE. */
895
896 llist_for_each_entry_safe(pdp, pdp2, &mmctx->pdp_list, list) {
Harald Weltecdf76cf2011-08-05 21:23:46 +0200897 if (pdp->nsapi < 8) {
898 if (!(pdp_status[0] & (1 << pdp->nsapi))) {
Daniel Willmann46553142014-09-03 17:46:44 +0200899 LOGMMCTXP(LOGL_NOTICE, mmctx, "Dropping PDP context for NSAPI=%u "
Harald Weltecdf76cf2011-08-05 21:23:46 +0200900 "due to PDP CTX STATUS IE= 0x%02x%02x\n",
901 pdp->nsapi, pdp_status[1], pdp_status[0]);
902 sgsn_delete_pdp_ctx(pdp);
903 }
904 } else {
905 if (!(pdp_status[1] & (1 << (pdp->nsapi - 8)))) {
Daniel Willmann46553142014-09-03 17:46:44 +0200906 LOGMMCTXP(LOGL_NOTICE, mmctx, "Dropping PDP context for NSAPI=%u "
Harald Weltecdf76cf2011-08-05 21:23:46 +0200907 "due to PDP CTX STATUS IE= 0x%02x%02x\n",
908 pdp->nsapi, pdp_status[1], pdp_status[0]);
909 sgsn_delete_pdp_ctx(pdp);
910 }
Harald Welte588d44e2010-06-09 10:28:29 +0200911 }
912 }
913}
914
Harald Welte9b455bf2010-03-14 15:45:01 +0800915/* Chapter 9.4.14: Routing area update request */
Harald Welte807a5d82010-06-01 11:53:01 +0200916static int gsm48_rx_gmm_ra_upd_req(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
917 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +0800918{
Harald Welte943c5bc2010-04-30 16:33:12 +0200919 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welteeaa614c2010-05-02 11:26:34 +0200920 uint8_t *cur = gh->data;
Harald Welte588d44e2010-06-09 10:28:29 +0200921 uint8_t ms_ra_acc_cap_len;
Harald Welte9b455bf2010-03-14 15:45:01 +0800922 struct gprs_ra_id old_ra_id;
Harald Welte588d44e2010-06-09 10:28:29 +0200923 struct tlv_parsed tp;
Harald Welteeaa614c2010-05-02 11:26:34 +0200924 uint8_t upd_type;
Harald Welte9b455bf2010-03-14 15:45:01 +0800925
926 /* Update Type 10.5.5.18 */
927 upd_type = *cur++ & 0x0f;
928
Daniel Willmann46553142014-09-03 17:46:44 +0200929 LOGP(DMM, LOGL_INFO, "-> GMM RA UPDATE REQUEST type=\"%s\"\n",
Harald Welte2720e732010-05-17 00:44:57 +0200930 get_value_string(gprs_upd_t_strs, upd_type));
Harald Welte9b455bf2010-03-14 15:45:01 +0800931
932 /* Old routing area identification 10.5.5.15 */
933 gsm48_parse_ra(&old_ra_id, cur);
934 cur += 6;
935
936 /* MS Radio Access Capability 10.5.5.12a */
Harald Welte588d44e2010-06-09 10:28:29 +0200937 ms_ra_acc_cap_len = *cur++;
Harald Welte4b2ed352011-07-27 23:35:38 +0200938 if (ms_ra_acc_cap_len > 52)
939 return gsm48_tx_gmm_ra_upd_rej(msg, GMM_CAUSE_PROTO_ERR_UNSPEC);
940 cur += ms_ra_acc_cap_len;
Harald Welte9b455bf2010-03-14 15:45:01 +0800941
942 /* Optional: Old P-TMSI Signature, Requested READY timer, TMSI Status,
943 * DRX parameter, MS network capability */
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +0200944 tlv_parse(&tp, &gsm48_gmm_att_tlvdef, cur,
Harald Welte588d44e2010-06-09 10:28:29 +0200945 (msg->data + msg->len) - cur, 0, 0);
Harald Welte9b455bf2010-03-14 15:45:01 +0800946
947 switch (upd_type) {
948 case GPRS_UPD_T_RA_LA:
949 case GPRS_UPD_T_RA_LA_IMSI_ATT:
Daniel Willmann46553142014-09-03 17:46:44 +0200950 LOGP(DMM, LOGL_NOTICE, "Update type %i unsupported in Mode III, is your SI13 corrupt?\n", upd_type);
Harald Welte9b455bf2010-03-14 15:45:01 +0800951 return gsm48_tx_gmm_ra_upd_rej(msg, GMM_CAUSE_PROTO_ERR_UNSPEC);
952 break;
953 case GPRS_UPD_T_RA:
954 case GPRS_UPD_T_PERIODIC:
955 break;
956 }
957
958 /* Look-up the MM context based on old RA-ID and TLLI */
Harald Weltef6bd3402010-12-23 23:34:43 +0100959 mmctx = sgsn_mm_ctx_by_tlli(msgb_tlli(msg), &old_ra_id);
Harald Welte9b455bf2010-03-14 15:45:01 +0800960 if (!mmctx || mmctx->mm_state == GMM_DEREGISTERED) {
Harald Welte2b697a62011-10-16 18:50:56 +0200961 /* send a XID reset to re-set all LLC sequence numbers
962 * in the MS */
Daniel Willmann46553142014-09-03 17:46:44 +0200963 LOGP(DMM, LOGL_NOTICE, "LLC XID RESET\n");
Harald Welte2b697a62011-10-16 18:50:56 +0200964 gprs_llgmm_reset(llme);
Harald Welte9b455bf2010-03-14 15:45:01 +0800965 /* The MS has to perform GPRS attach */
Harald Weltec2e8cc42010-05-31 20:23:38 +0200966 /* Device is still IMSI atached for CS but initiate GPRS ATTACH */
967 return gsm48_tx_gmm_ra_upd_rej(msg, GMM_CAUSE_MS_ID_NOT_DERIVED);
Harald Welte9b455bf2010-03-14 15:45:01 +0800968 }
969
Harald Weltef0901f02010-12-26 10:39:26 +0100970 /* Store new BVCI/NSEI in MM context (FIXME: delay until we ack?) */
971 msgid2mmctx(mmctx, msg);
972 /* Bump the statistics of received signalling msgs for this MM context */
973 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_SIG_IN]);
974
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200975 /* Update the MM context with the new RA-ID */
976 bssgp_parse_cell_id(&mmctx->ra, msgb_bcid(msg));
Harald Weltef0901f02010-12-26 10:39:26 +0100977 /* Update the MM context with the new (i.e. foreign) TLLI */
Harald Welte9f1f3ad2010-05-02 12:56:57 +0200978 mmctx->tlli = msgb_tlli(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +0800979 /* FIXME: Update the MM context with the MS radio acc capabilities */
980 /* FIXME: Update the MM context with the MS network capabilities */
981
Harald Welte77289c22010-05-18 14:32:29 +0200982 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_RA_UPDATE]);
983
Harald Weltec2e8cc42010-05-31 20:23:38 +0200984#ifdef PTMSI_ALLOC
985 mmctx->p_tmsi_old = mmctx->p_tmsi;
986 mmctx->p_tmsi = sgsn_alloc_ptmsi();
987 /* Start T3350 and re-transmit up to 5 times until ATTACH COMPLETE */
988 mmctx->t3350_mode = GMM_T3350_MODE_RAU;
989 mmctx_timer_start(mmctx, 3350, GSM0408_T3350_SECS);
990#endif
Harald Welte807a5d82010-06-01 11:53:01 +0200991 /* Even if there is no P-TMSI allocated, the MS will switch from
992 * foreign TLLI to local TLLI */
993 mmctx->tlli_new = gprs_tmsi2tlli(mmctx->p_tmsi, TLLI_LOCAL);
Harald Weltec2e8cc42010-05-31 20:23:38 +0200994
Harald Welte807a5d82010-06-01 11:53:01 +0200995 /* Inform LLC layer about new TLLI but keep old active */
Harald Welted6f582b2010-06-30 23:18:57 +0200996 gprs_llgmm_assign(mmctx->llme, mmctx->tlli, mmctx->tlli_new,
997 GPRS_ALGO_GEA0, NULL);
Harald Welte807a5d82010-06-01 11:53:01 +0200998
Harald Welte588d44e2010-06-09 10:28:29 +0200999 /* Look at PDP Context Status IE and see if MS's view of
1000 * activated/deactivated NSAPIs agrees with our view */
1001 if (TLVP_PRESENT(&tp, GSM48_IE_GMM_PDP_CTX_STATUS)) {
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001002 const uint8_t *pdp_status = TLVP_VAL(&tp, GSM48_IE_GMM_PDP_CTX_STATUS);
Harald Welte588d44e2010-06-09 10:28:29 +02001003 process_ms_ctx_status(mmctx, pdp_status);
1004 }
1005
Harald Welted4c6f8b2011-10-16 21:35:21 +02001006 /* Make sure we are NORMAL (i.e. not SUSPENDED anymore) */
1007 mmctx->mm_state = GMM_REGISTERED_NORMAL;
1008
Harald Welte807a5d82010-06-01 11:53:01 +02001009 /* Send RA UPDATE ACCEPT */
Harald Welte6463c072010-05-18 17:04:55 +02001010 return gsm48_tx_gmm_ra_upd_ack(mmctx);
Harald Welte9b455bf2010-03-14 15:45:01 +08001011}
1012
Harald Welted193cb32010-05-17 22:58:03 +02001013static int gsm48_rx_gmm_status(struct sgsn_mm_ctx *mmctx, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001014{
1015 struct gsm48_hdr *gh = msgb_l3(msg);
1016
Daniel Willmann46553142014-09-03 17:46:44 +02001017 LOGMMCTXP(LOGL_INFO, mmctx, "-> GPRS MM STATUS (cause: %s)\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001018 get_value_string(gmm_cause_names, gh->data[0]));
1019
1020 return 0;
1021}
1022
1023/* GPRS Mobility Management */
Harald Welte807a5d82010-06-01 11:53:01 +02001024static int gsm0408_rcv_gmm(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
1025 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001026{
Harald Welte943c5bc2010-04-30 16:33:12 +02001027 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001028 int rc;
1029
Harald Welte807a5d82010-06-01 11:53:01 +02001030 /* MMCTX can be NULL when called */
1031
Harald Welted193cb32010-05-17 22:58:03 +02001032 if (!mmctx &&
1033 gh->msg_type != GSM48_MT_GMM_ATTACH_REQ &&
Harald Weltec2e8cc42010-05-31 20:23:38 +02001034 gh->msg_type != GSM48_MT_GMM_RA_UPD_REQ) {
Harald Welted193cb32010-05-17 22:58:03 +02001035 LOGP(DMM, LOGL_NOTICE, "Cannot handle GMM for unknown MM CTX\n");
Harald Welte2b697a62011-10-16 18:50:56 +02001036 gprs_llgmm_reset(llme);
Harald Weltef54e7e22010-06-09 10:51:23 +02001037 return gsm48_tx_gmm_status_oldmsg(msg, GMM_CAUSE_MS_ID_NOT_DERIVED);
Harald Welted193cb32010-05-17 22:58:03 +02001038 }
1039
Harald Welte9b455bf2010-03-14 15:45:01 +08001040 switch (gh->msg_type) {
1041 case GSM48_MT_GMM_RA_UPD_REQ:
Harald Welte807a5d82010-06-01 11:53:01 +02001042 rc = gsm48_rx_gmm_ra_upd_req(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001043 break;
1044 case GSM48_MT_GMM_ATTACH_REQ:
Harald Welte807a5d82010-06-01 11:53:01 +02001045 rc = gsm48_rx_gmm_att_req(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001046 break;
Daniel Willmann46553142014-09-03 17:46:44 +02001047 /* For all the following types mmctx can not be NULL */
Harald Welte9b455bf2010-03-14 15:45:01 +08001048 case GSM48_MT_GMM_ID_RESP:
Harald Welted193cb32010-05-17 22:58:03 +02001049 rc = gsm48_rx_gmm_id_resp(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001050 break;
1051 case GSM48_MT_GMM_STATUS:
Harald Welted193cb32010-05-17 22:58:03 +02001052 rc = gsm48_rx_gmm_status(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001053 break;
Harald Welte2720e732010-05-17 00:44:57 +02001054 case GSM48_MT_GMM_DETACH_REQ:
Harald Welted193cb32010-05-17 22:58:03 +02001055 rc = gsm48_rx_gmm_det_req(mmctx, msg);
Harald Welte2720e732010-05-17 00:44:57 +02001056 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001057 case GSM48_MT_GMM_ATTACH_COMPL:
1058 /* only in case SGSN offered new P-TMSI */
Daniel Willmann46553142014-09-03 17:46:44 +02001059 LOGMMCTXP(LOGL_INFO, mmctx, "-> ATTACH COMPLETE\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001060 mmctx_timer_stop(mmctx, 3350);
1061 mmctx->p_tmsi_old = 0;
Harald Welte807a5d82010-06-01 11:53:01 +02001062 /* Unassign the old TLLI */
1063 mmctx->tlli = mmctx->tlli_new;
Harald Welted6f582b2010-06-30 23:18:57 +02001064 gprs_llgmm_assign(mmctx->llme, 0xffffffff, mmctx->tlli_new,
1065 GPRS_ALGO_GEA0, NULL);
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001066 rc = 0;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001067 break;
Harald Welteab1d5622010-05-18 19:58:38 +02001068 case GSM48_MT_GMM_RA_UPD_COMPL:
1069 /* only in case SGSN offered new P-TMSI */
Daniel Willmann46553142014-09-03 17:46:44 +02001070 LOGMMCTXP(LOGL_INFO, mmctx, "-> ROUTEING AREA UPDATE COMPLETE\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001071 mmctx_timer_stop(mmctx, 3350);
1072 mmctx->p_tmsi_old = 0;
Harald Welte807a5d82010-06-01 11:53:01 +02001073 /* Unassign the old TLLI */
1074 mmctx->tlli = mmctx->tlli_new;
Harald Welted6f582b2010-06-30 23:18:57 +02001075 gprs_llgmm_assign(mmctx->llme, 0xffffffff, mmctx->tlli_new,
1076 GPRS_ALGO_GEA0, NULL);
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001077 rc = 0;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001078 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001079 case GSM48_MT_GMM_PTMSI_REALL_COMPL:
Daniel Willmann46553142014-09-03 17:46:44 +02001080 LOGMMCTXP(LOGL_INFO, mmctx, "-> PTMSI REALLLICATION COMPLETE\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001081 mmctx_timer_stop(mmctx, 3350);
1082 mmctx->p_tmsi_old = 0;
Harald Welte807a5d82010-06-01 11:53:01 +02001083 /* Unassign the old TLLI */
1084 mmctx->tlli = mmctx->tlli_new;
Harald Welted6f582b2010-06-30 23:18:57 +02001085 //gprs_llgmm_assign(mmctx->llme, 0xffffffff, mmctx->tlli_new, GPRS_ALGO_GEA0, NULL);
Holger Hans Peter Freyther2b174542011-10-14 23:31:34 +02001086 rc = 0;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001087 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001088 case GSM48_MT_GMM_AUTH_CIPH_RESP:
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001089 rc = gsm48_rx_gmm_auth_ciph_resp(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001090 break;
1091 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001092 LOGMMCTXP(LOGL_NOTICE, mmctx, "Unknown GSM 04.08 GMM msg type 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001093 gh->msg_type);
Harald Weltef54e7e22010-06-09 10:51:23 +02001094 rc = gsm48_tx_gmm_status(mmctx, GMM_CAUSE_MSGT_NOTEXIST_NOTIMPL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001095 break;
1096 }
1097
1098 return rc;
1099}
1100
Harald Weltec2e8cc42010-05-31 20:23:38 +02001101static void mmctx_timer_cb(void *_mm)
1102{
1103 struct sgsn_mm_ctx *mm = _mm;
1104
1105 mm->num_T_exp++;
1106
1107 switch (mm->T) {
1108 case 3350: /* waiting for ATTACH COMPLETE */
1109 if (mm->num_T_exp >= 5) {
Daniel Willmann46553142014-09-03 17:46:44 +02001110 LOGMMCTXP(LOGL_NOTICE, mm, "T3350 expired >= 5 times\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001111 mm->mm_state = GMM_DEREGISTERED;
1112 /* FIXME: should we return some error? */
1113 break;
1114 }
1115 /* re-transmit the respective msg and re-start timer */
1116 switch (mm->t3350_mode) {
1117 case GMM_T3350_MODE_ATT:
1118 gsm48_tx_gmm_att_ack(mm);
1119 break;
1120 case GMM_T3350_MODE_RAU:
1121 gsm48_tx_gmm_ra_upd_ack(mm);
1122 break;
1123 case GMM_T3350_MODE_PTMSI_REALL:
1124 /* FIXME */
1125 break;
1126 }
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001127 osmo_timer_schedule(&mm->timer, GSM0408_T3350_SECS, 0);
Harald Weltec2e8cc42010-05-31 20:23:38 +02001128 break;
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001129 case 3360: /* waiting for AUTH AND CIPH RESP */
1130 if (mm->num_T_exp >= 5) {
Daniel Willmann46553142014-09-03 17:46:44 +02001131 LOGMMCTXP(LOGL_NOTICE, mm, "T3360 expired >= 5 times\n");
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001132 mm->mm_state = GMM_DEREGISTERED;
1133 break;
1134 }
1135 /* FIXME: re-transmit the respective msg and re-start timer */
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001136 osmo_timer_schedule(&mm->timer, GSM0408_T3360_SECS, 0);
Harald Welte4b6ac1e2010-07-03 11:09:06 +02001137 break;
Harald Weltec2e8cc42010-05-31 20:23:38 +02001138 case 3370: /* waiting for IDENTITY RESPONSE */
1139 if (mm->num_T_exp >= 5) {
Daniel Willmann46553142014-09-03 17:46:44 +02001140 LOGMMCTXP(LOGL_NOTICE, mm, "T3370 expired >= 5 times\n");
Harald Weltec2e8cc42010-05-31 20:23:38 +02001141 gsm48_tx_gmm_att_rej(mm, GMM_CAUSE_MS_ID_NOT_DERIVED);
1142 mm->mm_state = GMM_DEREGISTERED;
1143 break;
1144 }
1145 /* re-tranmit IDENTITY REQUEST and re-start timer */
1146 gsm48_tx_gmm_id_req(mm, mm->t3370_id_type);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001147 osmo_timer_schedule(&mm->timer, GSM0408_T3370_SECS, 0);
Harald Weltec2e8cc42010-05-31 20:23:38 +02001148 break;
1149 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001150 LOGMMCTXP(LOGL_ERROR, mm, "timer expired in unknown mode %u\n",
Harald Weltec2e8cc42010-05-31 20:23:38 +02001151 mm->T);
1152 }
1153}
1154
1155/* GPRS SESSION MANAGEMENT */
1156
Harald Weltea9b473a2010-12-24 21:13:26 +01001157static void pdpctx_timer_cb(void *_mm);
1158
1159static void pdpctx_timer_start(struct sgsn_pdp_ctx *pdp, unsigned int T,
1160 unsigned int seconds)
1161{
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001162 if (osmo_timer_pending(&pdp->timer))
Harald Weltea9b473a2010-12-24 21:13:26 +01001163 LOGP(DMM, LOGL_ERROR, "Starting MM timer %u while old "
1164 "timer %u pending\n", T, pdp->T);
1165 pdp->T = T;
1166 pdp->num_T_exp = 0;
1167
1168 /* FIXME: we should do this only once ? */
1169 pdp->timer.data = pdp;
1170 pdp->timer.cb = &pdpctx_timer_cb;
1171
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001172 osmo_timer_schedule(&pdp->timer, seconds, 0);
Harald Weltea9b473a2010-12-24 21:13:26 +01001173}
1174
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +02001175#if 0
Harald Welte421cba42010-05-02 23:11:50 +02001176static void msgb_put_pdp_addr_ipv4(struct msgb *msg, uint32_t ipaddr)
1177{
1178 uint8_t v[6];
1179
1180 v[0] = PDP_TYPE_ORG_IETF;
1181 v[1] = PDP_TYPE_N_IETF_IPv4;
1182 *(uint32_t *)(v+2) = htonl(ipaddr);
1183
1184 msgb_tlv_put(msg, GSM48_IE_GSM_PDP_ADDR, sizeof(v), v);
1185}
1186
1187static void msgb_put_pdp_addr_ppp(struct msgb *msg)
1188{
1189 uint8_t v[2];
1190
1191 v[0] = PDP_TYPE_ORG_ETSI;
1192 v[1] = PDP_TYPE_N_ETSI_PPP;
1193
1194 msgb_tlv_put(msg, GSM48_IE_GSM_PDP_ADDR, sizeof(v), v);
1195}
Holger Hans Peter Freyther1768a572014-04-04 12:40:34 +02001196#endif
Harald Welte421cba42010-05-02 23:11:50 +02001197
Harald Welte9b455bf2010-03-14 15:45:01 +08001198/* Section 9.5.2: Ativate PDP Context Accept */
Harald Welte6abf94e2010-05-18 10:35:06 +02001199int gsm48_tx_gsm_act_pdp_acc(struct sgsn_pdp_ctx *pdp)
Harald Welte9b455bf2010-03-14 15:45:01 +08001200{
Harald Welte9b455bf2010-03-14 15:45:01 +08001201 struct msgb *msg = gsm48_msgb_alloc();
Harald Welte9b455bf2010-03-14 15:45:01 +08001202 struct gsm48_hdr *gh;
Harald Welte6abf94e2010-05-18 10:35:06 +02001203 uint8_t transaction_id = pdp->ti ^ 0x8; /* flip */
Harald Welte9b455bf2010-03-14 15:45:01 +08001204
Daniel Willmann46553142014-09-03 17:46:44 +02001205 LOGPDPCTXP(LOGL_INFO, pdp, "<- ACTIVATE PDP CONTEXT ACK\n");
Harald Welte9b455bf2010-03-14 15:45:01 +08001206
Harald Welte6abf94e2010-05-18 10:35:06 +02001207 mmctx2msgid(msg, pdp->mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001208
1209 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1210 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1211 gh->msg_type = GSM48_MT_GSM_ACT_PDP_ACK;
Harald Welte421cba42010-05-02 23:11:50 +02001212
1213 /* Negotiated LLC SAPI */
Harald Welte6abf94e2010-05-18 10:35:06 +02001214 msgb_v_put(msg, pdp->sapi);
Harald Welte4e38ac72010-05-18 14:51:18 +02001215
Harald Welte55e0df72010-05-18 13:20:08 +02001216 /* FIXME: copy QoS parameters from original request */
1217 //msgb_lv_put(msg, pdp->lib->qos_neg.l, pdp->lib->qos_neg.v);
1218 msgb_lv_put(msg, sizeof(default_qos), (uint8_t *)&default_qos);
Harald Welte4e38ac72010-05-18 14:51:18 +02001219
Harald Welte421cba42010-05-02 23:11:50 +02001220 /* Radio priority 10.5.7.2 */
Harald Welte6abf94e2010-05-18 10:35:06 +02001221 msgb_v_put(msg, pdp->lib->radio_pri);
Harald Welte4e38ac72010-05-18 14:51:18 +02001222
Harald Welte421cba42010-05-02 23:11:50 +02001223 /* PDP address */
Harald Welte4e38ac72010-05-18 14:51:18 +02001224 /* Highest 4 bits of first byte need to be set to 1, otherwise
1225 * the IE is identical with the 04.08 PDP Address IE */
1226 pdp->lib->eua.v[0] &= ~0xf0;
Harald Welte6abf94e2010-05-18 10:35:06 +02001227 msgb_tlv_put(msg, GSM48_IE_GSM_PDP_ADDR,
1228 pdp->lib->eua.l, pdp->lib->eua.v);
Harald Welte4e38ac72010-05-18 14:51:18 +02001229 pdp->lib->eua.v[0] |= 0xf0;
1230
Harald Welte77289c22010-05-18 14:32:29 +02001231 /* Optional: Protocol configuration options (FIXME: why 'req') */
Holger Hans Peter Freytherd2195072014-04-04 11:55:21 +02001232 if (pdp->lib->pco_req.l)
Harald Welte6abf94e2010-05-18 10:35:06 +02001233 msgb_tlv_put(msg, GSM48_IE_GSM_PROTO_CONF_OPT,
Harald Welte3c0b9b92010-05-18 14:36:11 +02001234 pdp->lib->pco_req.l, pdp->lib->pco_req.v);
Harald Welte4e38ac72010-05-18 14:51:18 +02001235
Harald Welte421cba42010-05-02 23:11:50 +02001236 /* Optional: Packet Flow Identifier */
Harald Welte9b455bf2010-03-14 15:45:01 +08001237
Harald Welte8acd88f2010-05-18 10:57:45 +02001238 return gsm48_gmm_sendmsg(msg, 0, pdp->mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001239}
1240
Harald Welte6abf94e2010-05-18 10:35:06 +02001241/* Section 9.5.3: Activate PDP Context reject */
1242int gsm48_tx_gsm_act_pdp_rej(struct sgsn_mm_ctx *mm, uint8_t tid,
1243 uint8_t cause, uint8_t pco_len, uint8_t *pco_v)
1244{
1245 struct msgb *msg = gsm48_msgb_alloc();
Harald Welte6abf94e2010-05-18 10:35:06 +02001246 struct gsm48_hdr *gh;
1247 uint8_t transaction_id = tid ^ 0x8; /* flip */
1248
Daniel Willmann46553142014-09-03 17:46:44 +02001249 LOGMMCTXP(LOGL_NOTICE, mm, "<- ACTIVATE PDP CONTEXT REJ(cause=%u)\n", cause);
Harald Welte6abf94e2010-05-18 10:35:06 +02001250
1251 mmctx2msgid(msg, mm);
1252
1253 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1254 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1255 gh->msg_type = GSM48_MT_GSM_ACT_PDP_REJ;
1256
1257 msgb_v_put(msg, cause);
1258 if (pco_len && pco_v)
1259 msgb_tlv_put(msg, GSM48_IE_GSM_PROTO_CONF_OPT, pco_len, pco_v);
1260
Harald Welte8acd88f2010-05-18 10:57:45 +02001261 return gsm48_gmm_sendmsg(msg, 0, mm);
Harald Welte6abf94e2010-05-18 10:35:06 +02001262}
1263
Harald Weltea9b473a2010-12-24 21:13:26 +01001264/* Section 9.5.8: Deactivate PDP Context Request */
1265static int _gsm48_tx_gsm_deact_pdp_req(struct sgsn_mm_ctx *mm, uint8_t tid,
1266 uint8_t sm_cause)
1267{
1268 struct msgb *msg = gsm48_msgb_alloc();
1269 struct gsm48_hdr *gh;
1270 uint8_t transaction_id = tid ^ 0x8; /* flip */
1271
Daniel Willmann46553142014-09-03 17:46:44 +02001272 LOGMMCTXP(LOGL_INFO, mm, "<- DEACTIVATE PDP CONTEXT REQ\n");
Harald Weltea9b473a2010-12-24 21:13:26 +01001273
1274 mmctx2msgid(msg, mm);
1275
1276 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1277 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1278 gh->msg_type = GSM48_MT_GSM_DEACT_PDP_REQ;
1279
1280 msgb_v_put(msg, sm_cause);
1281
1282 return gsm48_gmm_sendmsg(msg, 0, mm);
1283}
1284int gsm48_tx_gsm_deact_pdp_req(struct sgsn_pdp_ctx *pdp, uint8_t sm_cause)
1285{
1286 pdpctx_timer_start(pdp, 3395, GSM0408_T3395_SECS);
1287
1288 return _gsm48_tx_gsm_deact_pdp_req(pdp->mm, pdp->ti, sm_cause);
1289}
1290
Harald Welte9b455bf2010-03-14 15:45:01 +08001291/* Section 9.5.9: Deactivate PDP Context Accept */
Harald Welte60ebc022010-06-08 18:08:59 +02001292static int _gsm48_tx_gsm_deact_pdp_acc(struct sgsn_mm_ctx *mm, uint8_t tid)
Harald Welte9b455bf2010-03-14 15:45:01 +08001293{
Harald Welte9b455bf2010-03-14 15:45:01 +08001294 struct msgb *msg = gsm48_msgb_alloc();
1295 struct gsm48_hdr *gh;
Harald Welte60ebc022010-06-08 18:08:59 +02001296 uint8_t transaction_id = tid ^ 0x8; /* flip */
Harald Welte9b455bf2010-03-14 15:45:01 +08001297
Daniel Willmann46553142014-09-03 17:46:44 +02001298 LOGMMCTXP(LOGL_INFO, mm, "<- DEACTIVATE PDP CONTEXT ACK\n");
Harald Welte9b455bf2010-03-14 15:45:01 +08001299
Harald Welte60ebc022010-06-08 18:08:59 +02001300 mmctx2msgid(msg, mm);
Harald Welte9b455bf2010-03-14 15:45:01 +08001301
1302 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh));
1303 gh->proto_discr = GSM48_PDISC_SM_GPRS | (transaction_id << 4);
1304 gh->msg_type = GSM48_MT_GSM_DEACT_PDP_ACK;
1305
Harald Welte60ebc022010-06-08 18:08:59 +02001306 return gsm48_gmm_sendmsg(msg, 0, mm);
1307}
1308int gsm48_tx_gsm_deact_pdp_acc(struct sgsn_pdp_ctx *pdp)
1309{
1310 return _gsm48_tx_gsm_deact_pdp_acc(pdp->mm, pdp->ti);
Harald Welte9b455bf2010-03-14 15:45:01 +08001311}
1312
1313/* Section 9.5.1: Activate PDP Context Request */
Harald Welted193cb32010-05-17 22:58:03 +02001314static int gsm48_rx_gsm_act_pdp_req(struct sgsn_mm_ctx *mmctx,
1315 struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001316{
Harald Welte943c5bc2010-04-30 16:33:12 +02001317 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001318 struct gsm48_act_pdp_ctx_req *act_req = (struct gsm48_act_pdp_ctx_req *) gh->data;
Harald Welte0c3eae02010-05-02 21:07:14 +02001319 uint8_t req_qos_len, req_pdpa_len;
1320 uint8_t *req_qos, *req_pdpa;
1321 struct tlv_parsed tp;
Harald Welte6abf94e2010-05-18 10:35:06 +02001322 uint8_t transaction_id = (gh->proto_discr >> 4);
Harald Welte11ff3e82010-07-02 10:17:24 +02001323 struct sgsn_ggsn_ctx *ggsn;
Harald Welte6abf94e2010-05-18 10:35:06 +02001324 struct sgsn_pdp_ctx *pdp;
Harald Welte9b455bf2010-03-14 15:45:01 +08001325
Daniel Willmann46553142014-09-03 17:46:44 +02001326 LOGMMCTXP(LOGL_INFO, mmctx, "-> ACTIVATE PDP CONTEXT REQ: SAPI=%u NSAPI=%u ",
Harald Welte6abf94e2010-05-18 10:35:06 +02001327 act_req->req_llc_sapi, act_req->req_nsapi);
Harald Welte8acd88f2010-05-18 10:57:45 +02001328
Harald Welte23c13762010-07-02 22:52:04 +02001329 /* FIXME: length checks! */
Harald Welte0c3eae02010-05-02 21:07:14 +02001330 req_qos_len = act_req->data[0];
1331 req_qos = act_req->data + 1; /* 10.5.6.5 */
1332 req_pdpa_len = act_req->data[1 + req_qos_len];
1333 req_pdpa = act_req->data + 1 + req_qos_len + 1; /* 10.5.6.4 */
Harald Welte9b455bf2010-03-14 15:45:01 +08001334
Harald Welte23c13762010-07-02 22:52:04 +02001335 /* Optional: Access Point Name, Protocol Config Options */
1336 if (req_pdpa + req_pdpa_len < msg->data + msg->len)
1337 tlv_parse(&tp, &gsm48_sm_att_tlvdef, req_pdpa + req_pdpa_len,
1338 (msg->data + msg->len) - (req_pdpa + req_pdpa_len), 0, 0);
1339 else
1340 memset(&tp, 0, sizeof(tp));
1341
Harald Welte0c3eae02010-05-02 21:07:14 +02001342 switch (req_pdpa[0] & 0xf) {
1343 case 0x0:
1344 DEBUGPC(DMM, "ETSI ");
1345 break;
1346 case 0x1:
1347 DEBUGPC(DMM, "IETF ");
1348 break;
1349 case 0xf:
1350 DEBUGPC(DMM, "Empty ");
1351 break;
1352 }
1353
1354 switch (req_pdpa[1]) {
1355 case 0x21:
1356 DEBUGPC(DMM, "IPv4 ");
1357 if (req_pdpa_len >= 6) {
1358 struct in_addr ia;
1359 ia.s_addr = ntohl(*((uint32_t *) (req_pdpa+2)));
1360 DEBUGPC(DMM, "%s ", inet_ntoa(ia));
1361 }
1362 break;
1363 case 0x57:
1364 DEBUGPC(DMM, "IPv6 ");
1365 if (req_pdpa_len >= 18) {
1366 /* FIXME: print IPv6 address */
1367 }
1368 break;
1369 default:
1370 DEBUGPC(DMM, "0x%02x ", req_pdpa[1]);
1371 break;
1372 }
1373
Daniel Willmann46553142014-09-03 17:46:44 +02001374 LOGPC(DMM, LOGL_INFO, "\n");
Harald Welte77289c22010-05-18 14:32:29 +02001375
Harald Welte2720e732010-05-17 00:44:57 +02001376 /* put the non-TLV elements in the TLV parser structure to
1377 * pass them on to the SGSN / GTP code */
1378 tp.lv[OSMO_IE_GSM_REQ_QOS].len = req_qos_len;
1379 tp.lv[OSMO_IE_GSM_REQ_QOS].val = req_qos;
1380 tp.lv[OSMO_IE_GSM_REQ_PDP_ADDR].len = req_pdpa_len;
1381 tp.lv[OSMO_IE_GSM_REQ_PDP_ADDR].val = req_pdpa;
1382
Harald Welte6abf94e2010-05-18 10:35:06 +02001383 /* FIXME: determine GGSN based on APN and subscription options */
Harald Welte0c3eae02010-05-02 21:07:14 +02001384 if (TLVP_PRESENT(&tp, GSM48_IE_GSM_APN)) {}
Harald Welte6abf94e2010-05-18 10:35:06 +02001385
1386 /* Check if NSAPI is out of range (TS 04.65 / 7.2) */
1387 if (act_req->req_nsapi < 5 || act_req->req_nsapi > 15) {
1388 /* Send reject with GSM_CAUSE_INV_MAND_INFO */
1389 return gsm48_tx_gsm_act_pdp_rej(mmctx, transaction_id,
1390 GSM_CAUSE_INV_MAND_INFO,
1391 0, NULL);
1392 }
1393
1394 /* Check if NSAPI is already in use */
Harald Welteb37515e2010-07-02 10:12:58 +02001395 pdp = sgsn_pdp_ctx_by_nsapi(mmctx, act_req->req_nsapi);
1396 if (pdp) {
1397 /* We already have a PDP context for this TLLI + NSAPI tuple */
1398 if (pdp->sapi == act_req->req_llc_sapi &&
1399 pdp->ti == transaction_id) {
1400 /* This apparently is a re-transmission of a PDP CTX
1401 * ACT REQ (our ACT ACK must have got dropped) */
1402 return gsm48_tx_gsm_act_pdp_acc(pdp);
1403 }
1404
1405 /* Send reject with GSM_CAUSE_NSAPI_IN_USE */
Harald Welte6abf94e2010-05-18 10:35:06 +02001406 return gsm48_tx_gsm_act_pdp_rej(mmctx, transaction_id,
1407 GSM_CAUSE_NSAPI_IN_USE,
1408 0, NULL);
1409 }
Harald Welte9b455bf2010-03-14 15:45:01 +08001410
Harald Welte19f9e302010-07-02 10:15:49 +02001411 /* Only increment counter for a real activation, after we checked
1412 * for re-transmissions */
1413 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PDP_CTX_ACT]);
1414
Harald Welte11ff3e82010-07-02 10:17:24 +02001415 ggsn = sgsn_ggsn_ctx_by_id(0);
1416 if (!ggsn) {
1417 LOGP(DGPRS, LOGL_ERROR, "No GGSN context 0 found!\n");
1418 return -EIO;
Harald Welted193cb32010-05-17 22:58:03 +02001419 }
Harald Welte11ff3e82010-07-02 10:17:24 +02001420 ggsn->gsn = sgsn->gsn;
1421 pdp = sgsn_create_pdp_ctx(ggsn, mmctx, act_req->req_nsapi, &tp);
1422 if (!pdp)
1423 return -1;
1424
1425 /* Store SAPI and Transaction Identifier */
1426 pdp->sapi = act_req->req_llc_sapi;
1427 pdp->ti = transaction_id;
1428
Harald Welte6463c072010-05-18 17:04:55 +02001429 return 0;
Harald Welte9b455bf2010-03-14 15:45:01 +08001430}
1431
1432/* Section 9.5.8: Deactivate PDP Context Request */
Harald Welte77289c22010-05-18 14:32:29 +02001433static int gsm48_rx_gsm_deact_pdp_req(struct sgsn_mm_ctx *mm, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001434{
Harald Welte943c5bc2010-04-30 16:33:12 +02001435 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte77289c22010-05-18 14:32:29 +02001436 uint8_t transaction_id = (gh->proto_discr >> 4);
1437 struct sgsn_pdp_ctx *pdp;
Harald Welte9b455bf2010-03-14 15:45:01 +08001438
Daniel Willmann46553142014-09-03 17:46:44 +02001439 LOGMMCTXP(LOGL_INFO, mm, "-> DEACTIVATE PDP CONTEXT REQ (cause: %s)\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001440 get_value_string(gsm_cause_names, gh->data[0]));
1441
Harald Welte77289c22010-05-18 14:32:29 +02001442 pdp = sgsn_pdp_ctx_by_tid(mm, transaction_id);
1443 if (!pdp) {
Daniel Willmann46553142014-09-03 17:46:44 +02001444 LOGMMCTXP(LOGL_NOTICE, mm, "Deactivate PDP Context Request for "
Harald Welte77289c22010-05-18 14:32:29 +02001445 "non-existing PDP Context (IMSI=%s, TI=%u)\n",
1446 mm->imsi, transaction_id);
Harald Welte60ebc022010-06-08 18:08:59 +02001447 return _gsm48_tx_gsm_deact_pdp_acc(mm, transaction_id);
Harald Welte77289c22010-05-18 14:32:29 +02001448 }
1449
1450 return sgsn_delete_pdp_ctx(pdp);
Harald Welte9b455bf2010-03-14 15:45:01 +08001451}
1452
Harald Weltea9b473a2010-12-24 21:13:26 +01001453/* Section 9.5.9: Deactivate PDP Context Accept */
1454static int gsm48_rx_gsm_deact_pdp_ack(struct sgsn_mm_ctx *mm, struct msgb *msg)
1455{
1456 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
1457 uint8_t transaction_id = (gh->proto_discr >> 4);
1458 struct sgsn_pdp_ctx *pdp;
1459
Daniel Willmann46553142014-09-03 17:46:44 +02001460 LOGMMCTXP(LOGL_INFO, mm, "-> DEACTIVATE PDP CONTEXT ACK\n");
Harald Weltea9b473a2010-12-24 21:13:26 +01001461
1462 pdp = sgsn_pdp_ctx_by_tid(mm, transaction_id);
1463 if (!pdp) {
Daniel Willmann46553142014-09-03 17:46:44 +02001464 LOGMMCTXP(LOGL_NOTICE, mm, "Deactivate PDP Context Accept for "
Harald Weltea9b473a2010-12-24 21:13:26 +01001465 "non-existing PDP Context (IMSI=%s, TI=%u)\n",
1466 mm->imsi, transaction_id);
1467 return 0;
1468 }
1469
1470 return sgsn_delete_pdp_ctx(pdp);
1471}
1472
Harald Welted193cb32010-05-17 22:58:03 +02001473static int gsm48_rx_gsm_status(struct sgsn_mm_ctx *ctx, struct msgb *msg)
Harald Welte9b455bf2010-03-14 15:45:01 +08001474{
1475 struct gsm48_hdr *gh = msgb_l3(msg);
1476
Daniel Willmann46553142014-09-03 17:46:44 +02001477 LOGMMCTXP(LOGL_INFO, ctx, "-> GPRS SM STATUS (cause: %s)\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001478 get_value_string(gsm_cause_names, gh->data[0]));
1479
1480 return 0;
1481}
1482
Harald Weltea9b473a2010-12-24 21:13:26 +01001483static void pdpctx_timer_cb(void *_pdp)
1484{
1485 struct sgsn_pdp_ctx *pdp = _pdp;
1486
1487 pdp->num_T_exp++;
1488
1489 switch (pdp->T) {
1490 case 3395: /* waiting for PDP CTX DEACT ACK */
1491 if (pdp->num_T_exp >= 4) {
Daniel Willmann46553142014-09-03 17:46:44 +02001492 LOGPDPCTXP(LOGL_NOTICE, pdp, "T3395 expired >= 5 times\n");
Harald Weltea9b473a2010-12-24 21:13:26 +01001493 pdp->state = PDP_STATE_INACTIVE;
1494 sgsn_delete_pdp_ctx(pdp);
1495 break;
1496 }
1497 gsm48_tx_gsm_deact_pdp_req(pdp, GSM_CAUSE_NET_FAIL);
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001498 osmo_timer_schedule(&pdp->timer, GSM0408_T3395_SECS, 0);
Harald Weltea9b473a2010-12-24 21:13:26 +01001499 break;
1500 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001501 LOGPDPCTXP(LOGL_ERROR, pdp, "timer expired in unknown mode %u\n",
Harald Weltea9b473a2010-12-24 21:13:26 +01001502 pdp->T);
1503 }
1504}
1505
1506
Harald Welte9b455bf2010-03-14 15:45:01 +08001507/* GPRS Session Management */
Harald Welte807a5d82010-06-01 11:53:01 +02001508static int gsm0408_rcv_gsm(struct sgsn_mm_ctx *mmctx, struct msgb *msg,
1509 struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001510{
Harald Welte943c5bc2010-04-30 16:33:12 +02001511 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001512 int rc;
1513
Harald Welte807a5d82010-06-01 11:53:01 +02001514 /* MMCTX can be NULL when called */
1515
Harald Welted193cb32010-05-17 22:58:03 +02001516 if (!mmctx) {
1517 LOGP(DMM, LOGL_NOTICE, "Cannot handle SM for unknown MM CTX\n");
Harald Welte18d14522010-07-02 16:18:18 +02001518 gsm48_tx_gmm_status_oldmsg(msg, GMM_CAUSE_IMPL_DETACHED);
1519 return gsm48_tx_sm_status_oldmsg(msg, GSM_CAUSE_PROTO_ERR_UNSPEC);
Harald Welted193cb32010-05-17 22:58:03 +02001520 }
1521
Harald Welte9b455bf2010-03-14 15:45:01 +08001522 switch (gh->msg_type) {
1523 case GSM48_MT_GSM_ACT_PDP_REQ:
Harald Welted193cb32010-05-17 22:58:03 +02001524 rc = gsm48_rx_gsm_act_pdp_req(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001525 break;
1526 case GSM48_MT_GSM_DEACT_PDP_REQ:
Harald Welted193cb32010-05-17 22:58:03 +02001527 rc = gsm48_rx_gsm_deact_pdp_req(mmctx, msg);
Harald Welte77289c22010-05-18 14:32:29 +02001528 break;
Harald Weltea9b473a2010-12-24 21:13:26 +01001529 case GSM48_MT_GSM_DEACT_PDP_ACK:
1530 rc = gsm48_rx_gsm_deact_pdp_ack(mmctx, msg);
1531 break;
Harald Welte9b455bf2010-03-14 15:45:01 +08001532 case GSM48_MT_GSM_STATUS:
Harald Welted193cb32010-05-17 22:58:03 +02001533 rc = gsm48_rx_gsm_status(mmctx, msg);
Harald Welte9b455bf2010-03-14 15:45:01 +08001534 break;
1535 case GSM48_MT_GSM_REQ_PDP_ACT_REJ:
1536 case GSM48_MT_GSM_ACT_AA_PDP_REQ:
1537 case GSM48_MT_GSM_DEACT_AA_PDP_REQ:
Daniel Willmann46553142014-09-03 17:46:44 +02001538 LOGMMCTXP(LOGL_NOTICE, mmctx, "Unimplemented GSM 04.08 GSM msg type 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001539 gh->msg_type);
Harald Weltef54e7e22010-06-09 10:51:23 +02001540 rc = gsm48_tx_sm_status(mmctx, GSM_CAUSE_MSGT_NOTEXIST_NOTIMPL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001541 break;
1542 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001543 LOGMMCTXP(LOGL_NOTICE, mmctx, "Unknown GSM 04.08 GSM msg type 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001544 gh->msg_type);
Harald Weltef54e7e22010-06-09 10:51:23 +02001545 rc = gsm48_tx_sm_status(mmctx, GSM_CAUSE_MSGT_NOTEXIST_NOTIMPL);
Harald Welte9b455bf2010-03-14 15:45:01 +08001546 break;
1547
1548 }
1549
1550 return rc;
1551}
1552
1553/* Main entry point for incoming 04.08 GPRS messages */
Harald Welte807a5d82010-06-01 11:53:01 +02001554int gsm0408_gprs_rcvmsg(struct msgb *msg, struct gprs_llc_llme *llme)
Harald Welte9b455bf2010-03-14 15:45:01 +08001555{
Harald Welte943c5bc2010-04-30 16:33:12 +02001556 struct gsm48_hdr *gh = (struct gsm48_hdr *) msgb_gmmh(msg);
Harald Welteeaa614c2010-05-02 11:26:34 +02001557 uint8_t pdisc = gh->proto_discr & 0x0f;
Harald Welted193cb32010-05-17 22:58:03 +02001558 struct sgsn_mm_ctx *mmctx;
1559 struct gprs_ra_id ra_id;
Harald Welte9b455bf2010-03-14 15:45:01 +08001560 int rc = -EINVAL;
1561
Harald Welted193cb32010-05-17 22:58:03 +02001562 bssgp_parse_cell_id(&ra_id, msgb_bcid(msg));
1563 mmctx = sgsn_mm_ctx_by_tlli(msgb_tlli(msg), &ra_id);
Harald Welte8acd88f2010-05-18 10:57:45 +02001564 if (mmctx) {
Harald Welte6abf94e2010-05-18 10:35:06 +02001565 msgid2mmctx(mmctx, msg);
Harald Welte8acd88f2010-05-18 10:57:45 +02001566 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_SIG_IN]);
Harald Welte807a5d82010-06-01 11:53:01 +02001567 mmctx->llme = llme;
Harald Welte8acd88f2010-05-18 10:57:45 +02001568 }
Harald Welted193cb32010-05-17 22:58:03 +02001569
1570 /* MMCTX can be NULL */
1571
Harald Welte9b455bf2010-03-14 15:45:01 +08001572 switch (pdisc) {
1573 case GSM48_PDISC_MM_GPRS:
Harald Welte807a5d82010-06-01 11:53:01 +02001574 rc = gsm0408_rcv_gmm(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001575 break;
1576 case GSM48_PDISC_SM_GPRS:
Harald Welte807a5d82010-06-01 11:53:01 +02001577 rc = gsm0408_rcv_gsm(mmctx, msg, llme);
Harald Welte9b455bf2010-03-14 15:45:01 +08001578 break;
1579 default:
Daniel Willmann46553142014-09-03 17:46:44 +02001580 LOGP(DMM, LOGL_NOTICE, "Unknown GSM 04.08 discriminator 0x%02x\n",
Harald Welte9b455bf2010-03-14 15:45:01 +08001581 pdisc);
Harald Welte6abf94e2010-05-18 10:35:06 +02001582 /* FIXME: return status message */
Harald Welte9b455bf2010-03-14 15:45:01 +08001583 break;
1584 }
1585
Jacob Erlbeck258ce3d2014-09-30 13:51:45 +02001586 /* MMCTX can be invalid */
1587
Harald Welte9b455bf2010-03-14 15:45:01 +08001588 return rc;
1589}
Harald Welte5bfe4992010-06-09 11:22:47 +02001590
1591int gprs_gmm_rx_suspend(struct gprs_ra_id *raid, uint32_t tlli)
1592{
1593 struct sgsn_mm_ctx *mmctx;
1594
1595 mmctx = sgsn_mm_ctx_by_tlli(tlli, raid);
1596 if (!mmctx) {
1597 LOGP(DMM, LOGL_NOTICE, "SUSPEND request for unknown "
1598 "TLLI=%08x\n", tlli);
1599 return -EINVAL;
1600 }
1601
1602 if (mmctx->mm_state != GMM_REGISTERED_NORMAL) {
Daniel Willmann46553142014-09-03 17:46:44 +02001603 LOGMMCTXP(LOGL_NOTICE, mmctx, "SUSPEND request while state "
Harald Welte5bfe4992010-06-09 11:22:47 +02001604 "!= REGISTERED (TLLI=%08x)\n", tlli);
1605 return -EINVAL;
1606 }
1607
1608 /* Transition from REGISTERED_NORMAL to REGISTERED_SUSPENDED */
1609 mmctx->mm_state = GMM_REGISTERED_SUSPENDED;
1610 return 0;
1611}
1612
1613int gprs_gmm_rx_resume(struct gprs_ra_id *raid, uint32_t tlli,
1614 uint8_t suspend_ref)
1615{
1616 struct sgsn_mm_ctx *mmctx;
1617
1618 /* FIXME: make use of suspend reference? */
1619
1620 mmctx = sgsn_mm_ctx_by_tlli(tlli, raid);
1621 if (!mmctx) {
1622 LOGP(DMM, LOGL_NOTICE, "RESUME request for unknown "
1623 "TLLI=%08x\n", tlli);
1624 return -EINVAL;
1625 }
1626
1627 if (mmctx->mm_state != GMM_REGISTERED_SUSPENDED) {
Daniel Willmann46553142014-09-03 17:46:44 +02001628 LOGMMCTXP(LOGL_NOTICE, mmctx, "RESUME request while state "
Harald Welte5bfe4992010-06-09 11:22:47 +02001629 "!= SUSPENDED (TLLI=%08x)\n", tlli);
1630 /* FIXME: should we not simply ignore it? */
1631 return -EINVAL;
1632 }
1633
1634 /* Transition from SUSPENDED to NORMAL */
1635 mmctx->mm_state = GMM_REGISTERED_NORMAL;
1636 return 0;
1637}