blob: 504590bbe2d5847e506b1dd2bc8c206168cd5737 [file] [log] [blame]
Harald Welte2720e732010-05-17 00:44:57 +02001/* GPRS SGSN integration with libgtp of OpenGGSN */
Harald Welte993d0602010-06-04 17:43:19 +02002/* libgtp implements the GPRS Tunelling Protocol GTP per TS 09.60 / 29.060 */
Harald Welte2720e732010-05-17 00:44:57 +02003
4/* (C) 2010 by Harald Welte <laforge@gnumonks.org>
Holger Hans Peter Freyther85531cc2010-10-06 20:37:09 +08005 * (C) 2010 by On-Waves
Holger Hans Peter Freyther9ba273d2015-04-23 09:53:53 -04006 * (C) 2015 by Holger Hans Peter Freyther
Harald Welte2720e732010-05-17 00:44:57 +02007 * 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 Welte2720e732010-05-17 00:44:57 +020012 * (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 Welte2720e732010-05-17 00:44:57 +020018 *
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 Welte2720e732010-05-17 00:44:57 +020021 *
22 */
23
24#include <unistd.h>
25#include <stdio.h>
26#include <stdlib.h>
27#include <string.h>
28#include <getopt.h>
29#include <errno.h>
30#include <signal.h>
31#include <sys/fcntl.h>
32#include <sys/stat.h>
Harald Welte2720e732010-05-17 00:44:57 +020033#include <sys/socket.h>
34#include <netinet/in.h>
35#include <arpa/inet.h>
36
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010037#include <osmocom/core/talloc.h>
38#include <osmocom/core/select.h>
39#include <osmocom/core/rate_ctr.h>
Harald Welteea34a4e2012-06-16 14:59:56 +080040#include <osmocom/gprs/gprs_bssgp.h>
Harald Welte53373bc2016-04-20 17:11:43 +020041#include <osmocom/gsm/protocol/gsm_04_08_gprs.h>
Harald Welte2720e732010-05-17 00:44:57 +020042
43#include <openbsc/signal.h>
44#include <openbsc/debug.h>
45#include <openbsc/sgsn.h>
Harald Welteebabdea2010-06-01 18:28:10 +020046#include <openbsc/gprs_llc.h>
Harald Welte2720e732010-05-17 00:44:57 +020047#include <openbsc/gprs_sgsn.h>
Harald Welte6abf94e2010-05-18 10:35:06 +020048#include <openbsc/gprs_gmm.h>
Holger Hans Peter Freyther9ba273d2015-04-23 09:53:53 -040049#include <openbsc/gsm_subscriber.h>
Harald Welte2720e732010-05-17 00:44:57 +020050
51#include <gtp.h>
52#include <pdp.h>
53
Harald Welte2720e732010-05-17 00:44:57 +020054const struct value_string gtp_cause_strs[] = {
55 { GTPCAUSE_REQ_IMSI, "Request IMSI" },
56 { GTPCAUSE_REQ_IMEI, "Request IMEI" },
57 { GTPCAUSE_REQ_IMSI_IMEI, "Request IMSI and IMEI" },
58 { GTPCAUSE_NO_ID_NEEDED, "No identity needed" },
59 { GTPCAUSE_MS_REFUSES_X, "MS refuses" },
60 { GTPCAUSE_MS_NOT_RESP_X, "MS is not GPRS responding" },
61 { GTPCAUSE_ACC_REQ, "Request accepted" },
62 { GTPCAUSE_NON_EXIST, "Non-existent" },
63 { GTPCAUSE_INVALID_MESSAGE, "Invalid message format" },
64 { GTPCAUSE_IMSI_NOT_KNOWN, "IMSI not known" },
65 { GTPCAUSE_MS_DETACHED, "MS is GPRS detached" },
66 { GTPCAUSE_MS_NOT_RESP, "MS is not GPRS responding" },
67 { GTPCAUSE_MS_REFUSES, "MS refuses" },
68 { GTPCAUSE_NO_RESOURCES, "No resources available" },
69 { GTPCAUSE_NOT_SUPPORTED, "Service not supported" },
70 { GTPCAUSE_MAN_IE_INCORRECT, "Mandatory IE incorrect" },
71 { GTPCAUSE_MAN_IE_MISSING, "Mandatory IE missing" },
72 { GTPCAUSE_OPT_IE_INCORRECT, "Optional IE incorrect" },
73 { GTPCAUSE_SYS_FAIL, "System failure" },
74 { GTPCAUSE_ROAMING_REST, "Roaming restrictions" },
75 { GTPCAUSE_PTIMSI_MISMATCH, "P-TMSI Signature mismatch" },
76 { GTPCAUSE_CONN_SUSP, "GPRS connection suspended" },
77 { GTPCAUSE_AUTH_FAIL, "Authentication failure" },
78 { GTPCAUSE_USER_AUTH_FAIL, "User authentication failed" },
79 { GTPCAUSE_CONTEXT_NOT_FOUND, "Context not found" },
80 { GTPCAUSE_ADDR_OCCUPIED, "All dynamic PDP addresses occupied" },
81 { GTPCAUSE_NO_MEMORY, "No memory is available" },
82 { GTPCAUSE_RELOC_FAIL, "Relocation failure" },
83 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, "Unknown mandatory ext. header" },
84 { GTPCAUSE_SEM_ERR_TFT, "Semantic error in TFT operation" },
85 { GTPCAUSE_SYN_ERR_TFT, "Syntactic error in TFT operation" },
86 { GTPCAUSE_SEM_ERR_FILTER, "Semantic errors in packet filter" },
87 { GTPCAUSE_SYN_ERR_FILTER, "Syntactic errors in packet filter" },
88 { GTPCAUSE_MISSING_APN, "Missing or unknown APN" },
89 { GTPCAUSE_UNKNOWN_PDP, "Unknown PDP address or PDP type" },
90 { 0, NULL }
91};
92
Harald Welte6add7c22010-07-02 22:47:39 +020093/* Generate the GTP IMSI IE according to 09.60 Section 7.9.2 */
94static uint64_t imsi_str2gtp(char *str)
95{
96 uint64_t imsi64 = 0;
97 unsigned int n;
98 unsigned int imsi_len = strlen(str);
99
100 if (imsi_len > 16) {
101 LOGP(DGPRS, LOGL_NOTICE, "IMSI length > 16 not supported!\n");
102 return 0;
103 }
104
105 for (n = 0; n < 16; n++) {
106 uint64_t val;
107 if (n < imsi_len)
108 val = (str[n]-'0') & 0xf;
109 else
110 val = 0xf;
111 imsi64 |= (val << (n*4));
112 }
113 return imsi64;
114}
115
Harald Welte2720e732010-05-17 00:44:57 +0200116/* generate a PDP context based on the IE's from the 04.08 message,
117 * and send the GTP create pdp context request to the GGSN */
Harald Welte77289c22010-05-18 14:32:29 +0200118struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
Harald Welted193cb32010-05-17 22:58:03 +0200119 struct sgsn_mm_ctx *mmctx,
120 uint16_t nsapi,
121 struct tlv_parsed *tp)
Harald Welte2720e732010-05-17 00:44:57 +0200122{
Holger Hans Peter Freyther072bee52015-05-17 17:36:23 +0200123 struct gprs_ra_id raid;
Harald Welted193cb32010-05-17 22:58:03 +0200124 struct sgsn_pdp_ctx *pctx;
Harald Welte2720e732010-05-17 00:44:57 +0200125 struct pdp_t *pdp;
Harald Welte6add7c22010-07-02 22:47:39 +0200126 uint64_t imsi_ui64;
Holger Hans Peter Freyther8cedded2015-04-23 11:33:35 -0400127 size_t qos_len;
128 const uint8_t *qos;
Harald Welte2720e732010-05-17 00:44:57 +0200129 int rc;
130
Harald Welte77289c22010-05-18 14:32:29 +0200131 LOGP(DGPRS, LOGL_ERROR, "Create PDP Context\n");
Harald Welted193cb32010-05-17 22:58:03 +0200132 pctx = sgsn_pdp_ctx_alloc(mmctx, nsapi);
133 if (!pctx) {
134 LOGP(DGPRS, LOGL_ERROR, "Couldn't allocate PDP Ctx\n");
135 return NULL;
136 }
137
Harald Welte6add7c22010-07-02 22:47:39 +0200138 imsi_ui64 = imsi_str2gtp(mmctx->imsi);
139
Harald Welte2720e732010-05-17 00:44:57 +0200140 rc = pdp_newpdp(&pdp, imsi_ui64, nsapi, NULL);
141 if (rc) {
Harald Welted193cb32010-05-17 22:58:03 +0200142 LOGP(DGPRS, LOGL_ERROR, "Out of libgtp PDP Contexts\n");
143 return NULL;
Harald Welte2720e732010-05-17 00:44:57 +0200144 }
Harald Weltebb1c8052010-06-03 06:38:38 +0200145 pdp->priv = pctx;
Harald Welted193cb32010-05-17 22:58:03 +0200146 pctx->lib = pdp;
147 pctx->ggsn = ggsn;
148
Harald Welte2720e732010-05-17 00:44:57 +0200149 //pdp->peer = /* sockaddr_in of GGSN (receive) */
150 //pdp->ipif = /* not used by library */
151 pdp->version = ggsn->gtp_version;
152 pdp->hisaddr0 = ggsn->remote_addr;
153 pdp->hisaddr1 = ggsn->remote_addr;
154 //pdp->cch_pdp = 512; /* Charging Flat Rate */
155
Holger Hans Peter Freyther0f7a2792015-05-22 10:03:21 +0800156 /* MS provided APN, subscription was verified by the caller */
157 pdp->selmode = 0xFC | 0x00;
Harald Welte2720e732010-05-17 00:44:57 +0200158
159 /* IMSI, TEID/TEIC, FLLU/FLLC, TID, NSAPI set in pdp_newpdp */
160
Holger Hans Peter Freyther9ba273d2015-04-23 09:53:53 -0400161 /* Put the MSISDN in case we have it */
162 if (mmctx->subscr) {
163 pdp->msisdn.l = mmctx->subscr->sgsn_data->msisdn_len;
164 if (pdp->msisdn.l > sizeof(pdp->msisdn.v))
Holger Hans Peter Freyther9861c122015-10-12 10:43:17 +0200165 pdp->msisdn.l = sizeof(pdp->msisdn.v);
Holger Hans Peter Freyther9ba273d2015-04-23 09:53:53 -0400166 memcpy(pdp->msisdn.v, mmctx->subscr->sgsn_data->msisdn,
167 pdp->msisdn.l);
168 }
Harald Welte2720e732010-05-17 00:44:57 +0200169
170 /* End User Address from GMM requested PDP address */
171 pdp->eua.l = TLVP_LEN(tp, OSMO_IE_GSM_REQ_PDP_ADDR);
172 if (pdp->eua.l > sizeof(pdp->eua.v))
173 pdp->eua.l = sizeof(pdp->eua.v);
174 memcpy(pdp->eua.v, TLVP_VAL(tp, OSMO_IE_GSM_REQ_PDP_ADDR),
175 pdp->eua.l);
176 /* Highest 4 bits of first byte need to be set to 1, otherwise
177 * the IE is identical with the 04.08 PDP Address IE */
178 pdp->eua.v[0] |= 0xf0;
179
180 /* APN name from GMM */
181 pdp->apn_use.l = TLVP_LEN(tp, GSM48_IE_GSM_APN);
182 if (pdp->apn_use.l > sizeof(pdp->apn_use.v))
183 pdp->apn_use.l = sizeof(pdp->apn_use.v);
184 memcpy(pdp->apn_use.v, TLVP_VAL(tp, GSM48_IE_GSM_APN),
185 pdp->apn_use.l);
186
187 /* Protocol Configuration Options from GMM */
188 pdp->pco_req.l = TLVP_LEN(tp, GSM48_IE_GSM_PROTO_CONF_OPT);
189 if (pdp->pco_req.l > sizeof(pdp->pco_req.v))
190 pdp->pco_req.l = sizeof(pdp->pco_req.v);
191 memcpy(pdp->pco_req.v, TLVP_VAL(tp, GSM48_IE_GSM_PROTO_CONF_OPT),
192 pdp->pco_req.l);
193
Holger Hans Peter Freyther8cedded2015-04-23 11:33:35 -0400194 /* QoS options from GMM or remote */
195 if (TLVP_LEN(tp, OSMO_IE_GSM_SUB_QOS) > 0) {
196 qos_len = TLVP_LEN(tp, OSMO_IE_GSM_SUB_QOS);
197 qos = TLVP_VAL(tp, OSMO_IE_GSM_SUB_QOS);
198 } else {
199 qos_len = TLVP_LEN(tp, OSMO_IE_GSM_REQ_QOS);
200 qos = TLVP_VAL(tp, OSMO_IE_GSM_REQ_QOS);
201 }
202
Holger Hans Peter Freyther4bd931f2015-04-23 11:50:41 -0400203 if (qos_len <= 3) {
204 pdp->qos_req.l = qos_len + 1;
205 if (pdp->qos_req.l > sizeof(pdp->qos_req.v))
206 pdp->qos_req.l = sizeof(pdp->qos_req.v);
207 pdp->qos_req.v[0] = 0; /* Allocation/Retention policy */
208 memcpy(&pdp->qos_req.v[1], qos, pdp->qos_req.l - 1);
209 } else {
210 pdp->qos_req.l = qos_len;
211 if (pdp->qos_req.l > sizeof(pdp->qos_req.v))
212 pdp->qos_req.l = sizeof(pdp->qos_req.v);
213 memcpy(pdp->qos_req.v, qos, pdp->qos_req.l);
214 }
Harald Welte2720e732010-05-17 00:44:57 +0200215
216 /* SGSN address for control plane */
Harald Welte61ca7ce2010-06-02 23:17:33 +0200217 pdp->gsnlc.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
218 memcpy(pdp->gsnlc.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
219 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte2720e732010-05-17 00:44:57 +0200220
221 /* SGSN address for user plane */
Harald Welte61ca7ce2010-06-02 23:17:33 +0200222 pdp->gsnlu.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
223 memcpy(pdp->gsnlu.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
224 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte2720e732010-05-17 00:44:57 +0200225
Holger Hans Peter Freytherd4b03182015-04-22 21:40:39 -0400226 /* Assume we are a GERAN system */
227 pdp->rattype.l = 1;
228 pdp->rattype.v[0] = 2;
229 pdp->rattype_given = 1;
230
Holger Hans Peter Freyther6ddb6ac2015-05-12 22:00:22 +0200231 /* Include RAI and ULI all the time */
Holger Hans Peter Freyther22093ef2015-05-12 21:46:58 +0200232 pdp->rai_given = 1;
233 pdp->rai.l = 6;
Holger Hans Peter Freyther072bee52015-05-17 17:36:23 +0200234 raid = mmctx->ra;
235 raid.lac = 0xFFFE;
236 raid.rac = 0xFF;
237 gsm48_construct_ra(pdp->rai.v, &raid);
Holger Hans Peter Freyther22093ef2015-05-12 21:46:58 +0200238
Holger Hans Peter Freyther6ddb6ac2015-05-12 22:00:22 +0200239 pdp->userloc_given = 1;
240 pdp->userloc.l = 8;
241 pdp->userloc.v[0] = 0; /* CGI for GERAN */
Harald Weltef97ee042015-12-25 19:12:21 +0100242 bssgp_create_cell_id(&pdp->userloc.v[1], &mmctx->ra, mmctx->gb.cell_id);
Holger Hans Peter Freyther6ddb6ac2015-05-12 22:00:22 +0200243
Holger Hans Peter Freytherd6900df2015-05-12 22:20:05 +0200244 /* include the IMEI(SV) */
245 pdp->imeisv_given = 1;
246 gsm48_encode_bcd_number(&pdp->imeisv.v[0], 8, 0, mmctx->imei);
247 pdp->imeisv.l = pdp->imeisv.v[0];
248 memmove(&pdp->imeisv.v[0], &pdp->imeisv.v[1], 8);
249
Harald Welte6abf94e2010-05-18 10:35:06 +0200250 /* change pdp state to 'requested' */
251 pctx->state = PDP_STATE_CR_REQ;
Harald Welte2720e732010-05-17 00:44:57 +0200252
Harald Welted193cb32010-05-17 22:58:03 +0200253 rc = gtp_create_context_req(ggsn->gsn, pdp, pctx);
254 /* FIXME */
255
256 return pctx;
Harald Welte2720e732010-05-17 00:44:57 +0200257}
258
Harald Welte3357add2010-12-24 19:21:13 +0100259/* SGSN wants to delete a PDP context */
Harald Welte77289c22010-05-18 14:32:29 +0200260int sgsn_delete_pdp_ctx(struct sgsn_pdp_ctx *pctx)
261{
Daniel Willmann46553142014-09-03 17:46:44 +0200262 LOGPDPCTXP(LOGL_ERROR, pctx, "Delete PDP Context\n");
Harald Welte77289c22010-05-18 14:32:29 +0200263
264 /* FIXME: decide if we need teardown or not ! */
265 return gtp_delete_context_req(pctx->ggsn->gsn, pctx->lib, pctx, 1);
266}
Harald Welte6abf94e2010-05-18 10:35:06 +0200267
268struct cause_map {
269 uint8_t cause_in;
270 uint8_t cause_out;
271};
272
273static uint8_t cause_map(const struct cause_map *map, uint8_t in, uint8_t deflt)
274{
275 const struct cause_map *m;
276
277 for (m = map; m->cause_in && m->cause_out; m++) {
278 if (m->cause_in == in)
279 return m->cause_out;
280 }
281 return deflt;
282}
283
284/* how do we map from gtp cause to SM cause */
285static const struct cause_map gtp2sm_cause_map[] = {
286 { GTPCAUSE_NO_RESOURCES, GSM_CAUSE_INSUFF_RSRC },
287 { GTPCAUSE_NOT_SUPPORTED, GSM_CAUSE_SERV_OPT_NOTSUPP },
288 { GTPCAUSE_MAN_IE_INCORRECT, GSM_CAUSE_INV_MAND_INFO },
289 { GTPCAUSE_MAN_IE_MISSING, GSM_CAUSE_INV_MAND_INFO },
290 { GTPCAUSE_OPT_IE_INCORRECT, GSM_CAUSE_PROTO_ERR_UNSPEC },
291 { GTPCAUSE_SYS_FAIL, GSM_CAUSE_NET_FAIL },
292 { GTPCAUSE_ROAMING_REST, GSM_CAUSE_REQ_SERV_OPT_NOTSUB },
293 { GTPCAUSE_PTIMSI_MISMATCH, GSM_CAUSE_PROTO_ERR_UNSPEC },
294 { GTPCAUSE_CONN_SUSP, GSM_CAUSE_PROTO_ERR_UNSPEC },
295 { GTPCAUSE_AUTH_FAIL, GSM_CAUSE_AUTH_FAILED },
296 { GTPCAUSE_USER_AUTH_FAIL, GSM_CAUSE_ACT_REJ_GGSN },
297 { GTPCAUSE_CONTEXT_NOT_FOUND, GSM_CAUSE_PROTO_ERR_UNSPEC },
298 { GTPCAUSE_ADDR_OCCUPIED, GSM_CAUSE_INSUFF_RSRC },
299 { GTPCAUSE_NO_MEMORY, GSM_CAUSE_INSUFF_RSRC },
300 { GTPCAUSE_RELOC_FAIL, GSM_CAUSE_PROTO_ERR_UNSPEC },
301 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, GSM_CAUSE_PROTO_ERR_UNSPEC },
302 { GTPCAUSE_MISSING_APN, GSM_CAUSE_MISSING_APN },
303 { GTPCAUSE_UNKNOWN_PDP, GSM_CAUSE_UNKNOWN_PDP },
304 { 0, 0 }
305};
306
Daniel Willmann62ff3842016-05-21 01:40:19 +0200307static int send_act_pdp_cont_acc(struct sgsn_pdp_ctx *pctx)
308{
309 struct sgsn_signal_data sig_data;
310
311 /* Inform others about it */
312 memset(&sig_data, 0, sizeof(sig_data));
313 sig_data.pdp = pctx;
314 osmo_signal_dispatch(SS_SGSN, S_SGSN_PDP_ACT, &sig_data);
315
316 /* Send PDP CTX ACT to MS */
317 return gsm48_tx_gsm_act_pdp_acc(pctx);
318}
319
Harald Welte2720e732010-05-17 00:44:57 +0200320/* The GGSN has confirmed the creation of a PDP Context */
321static int create_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
322{
Harald Welted193cb32010-05-17 22:58:03 +0200323 struct sgsn_pdp_ctx *pctx = cbp;
Harald Welte6abf94e2010-05-18 10:35:06 +0200324 uint8_t reject_cause;
Harald Welte2720e732010-05-17 00:44:57 +0200325
Daniel Willmann46553142014-09-03 17:46:44 +0200326 LOGPDPCTXP(LOGL_INFO, pctx, "Received CREATE PDP CTX CONF, cause=%d(%s)\n",
Harald Welte2720e732010-05-17 00:44:57 +0200327 cause, get_value_string(gtp_cause_strs, cause));
328
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200329 if (!pctx->mm) {
330 LOGP(DGPRS, LOGL_INFO,
331 "No MM context, aborting CREATE PDP CTX CONF\n");
332 return -EIO;
333 }
334
Harald Welte2720e732010-05-17 00:44:57 +0200335 /* Check for cause value if it was really successful */
336 if (cause < 0) {
337 LOGP(DGPRS, LOGL_NOTICE, "Create PDP ctx req timed out\n");
Harald Welte1371f7d2010-06-01 11:52:41 +0200338 if (pdp && pdp->version == 1) {
Harald Welte2720e732010-05-17 00:44:57 +0200339 pdp->version = 0;
Harald Welte8fc1a462010-05-17 00:53:10 +0200340 gtp_create_context_req(sgsn->gsn, pdp, cbp);
Harald Welte2720e732010-05-17 00:44:57 +0200341 return 0;
342 } else {
Harald Welte6abf94e2010-05-18 10:35:06 +0200343 reject_cause = GSM_CAUSE_NET_FAIL;
344 goto reject;
Harald Welte2720e732010-05-17 00:44:57 +0200345 }
346 }
347
348 /* Check for cause value if it was really successful */
349 if (cause != GTPCAUSE_ACC_REQ) {
Harald Welte6abf94e2010-05-18 10:35:06 +0200350 reject_cause = cause_map(gtp2sm_cause_map, cause,
351 GSM_CAUSE_ACT_REJ_GGSN);
352 goto reject;
Harald Welte2720e732010-05-17 00:44:57 +0200353 }
354
Harald Welteebabdea2010-06-01 18:28:10 +0200355 /* Activate the SNDCP layer */
Harald Weltef97ee042015-12-25 19:12:21 +0100356 sndcp_sm_activate_ind(&pctx->mm->gb.llme->lle[pctx->sapi], pctx->nsapi);
Daniel Willmann62ff3842016-05-21 01:40:19 +0200357 return send_act_pdp_cont_acc(pctx);
Harald Welte6abf94e2010-05-18 10:35:06 +0200358
359reject:
Holger Hans Peter Freyther598e7b32013-07-30 08:45:29 +0200360 /*
361 * In case of a timeout pdp will be NULL but we have a valid pointer
362 * in pctx->lib. For other rejects pctx->lib and pdp might be the
363 * same.
364 */
Harald Welte6abf94e2010-05-18 10:35:06 +0200365 pctx->state = PDP_STATE_NONE;
Holger Hans Peter Freyther598e7b32013-07-30 08:45:29 +0200366 if (pctx->lib && pctx->lib != pdp)
367 pdp_freepdp(pctx->lib);
368 pctx->lib = NULL;
369
Harald Welte1371f7d2010-06-01 11:52:41 +0200370 if (pdp)
371 pdp_freepdp(pdp);
Harald Welte6abf94e2010-05-18 10:35:06 +0200372 /* Send PDP CTX ACT REJ to MS */
Holger Hans Peter Freyther65762e02014-04-04 12:49:00 +0200373 gsm48_tx_gsm_act_pdp_rej(pctx->mm, pctx->ti, reject_cause,
Harald Welte6abf94e2010-05-18 10:35:06 +0200374 0, NULL);
Harald Weltef11b6d22010-06-02 10:09:50 +0200375 sgsn_pdp_ctx_free(pctx);
Harald Welte6abf94e2010-05-18 10:35:06 +0200376
377 return EOF;
Harald Welte2720e732010-05-17 00:44:57 +0200378}
379
Harald Welte2720e732010-05-17 00:44:57 +0200380/* Confirmation of a PDP Context Delete */
Harald Welte77289c22010-05-18 14:32:29 +0200381static int delete_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
Harald Welte2720e732010-05-17 00:44:57 +0200382{
Holger Hans Peter Freytherb1008952015-05-02 19:55:38 +0200383 struct sgsn_signal_data sig_data;
Harald Welte77289c22010-05-18 14:32:29 +0200384 struct sgsn_pdp_ctx *pctx = cbp;
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200385 int rc = 0;
Harald Welte77289c22010-05-18 14:32:29 +0200386
Daniel Willmann46553142014-09-03 17:46:44 +0200387 LOGPDPCTXP(LOGL_INFO, pctx, "Received DELETE PDP CTX CONF, cause=%d(%s)\n",
Harald Welte2720e732010-05-17 00:44:57 +0200388 cause, get_value_string(gtp_cause_strs, cause));
Harald Welte77289c22010-05-18 14:32:29 +0200389
Holger Hans Peter Freytherb1008952015-05-02 19:55:38 +0200390 memset(&sig_data, 0, sizeof(sig_data));
391 sig_data.pdp = pctx;
392 osmo_signal_dispatch(SS_SGSN, S_SGSN_PDP_DEACT, &sig_data);
393
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200394 if (pctx->mm) {
395 /* Deactivate the SNDCP layer */
Harald Weltef97ee042015-12-25 19:12:21 +0100396 sndcp_sm_deactivate_ind(&pctx->mm->gb.llme->lle[pctx->sapi], pctx->nsapi);
Harald Welte8fc60f02010-06-28 22:21:57 +0200397
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200398 /* Confirm deactivation of PDP context to MS */
399 rc = gsm48_tx_gsm_deact_pdp_acc(pctx);
400 } else {
401 LOGPDPCTXP(LOGL_NOTICE, pctx,
402 "Not deactivating SNDCP layer since the MM context "
403 "is not available\n");
404 }
Harald Welte77289c22010-05-18 14:32:29 +0200405
Harald Weltefdf453c2012-07-14 12:15:19 +0200406 /* unlink the now non-existing library handle from the pdp
407 * context */
408 pctx->lib = NULL;
409
Harald Welte77289c22010-05-18 14:32:29 +0200410 sgsn_pdp_ctx_free(pctx);
411
412 return rc;
Harald Welte2720e732010-05-17 00:44:57 +0200413}
414
415/* Confirmation of an GTP ECHO request */
Harald Weltea9b473a2010-12-24 21:13:26 +0100416static int echo_conf(struct pdp_t *pdp, void *cbp, int recovery)
Harald Welte2720e732010-05-17 00:44:57 +0200417{
418 if (recovery < 0) {
Daniel Willmann46553142014-09-03 17:46:44 +0200419 LOGP(DGPRS, LOGL_NOTICE, "GTP Echo Request timed out\n");
Harald Welte2720e732010-05-17 00:44:57 +0200420 /* FIXME: if version == 1, retry with version 0 */
421 } else {
422 DEBUGP(DGPRS, "GTP Rx Echo Response\n");
Harald Weltea9b473a2010-12-24 21:13:26 +0100423 }
424 return 0;
425}
426
427/* Any message received by GGSN contains a recovery IE */
428static int cb_recovery(struct sockaddr_in *peer, uint8_t recovery)
429{
430 struct sgsn_ggsn_ctx *ggsn;
431
432 ggsn = sgsn_ggsn_ctx_by_addr(&peer->sin_addr);
433 if (!ggsn) {
Daniel Willmann46553142014-09-03 17:46:44 +0200434 LOGP(DGPRS, LOGL_NOTICE, "Received Recovery IE for unknown GGSN\n");
Harald Weltea9b473a2010-12-24 21:13:26 +0100435 return -EINVAL;
436 }
437
438 if (ggsn->remote_restart_ctr == -1) {
439 /* First received ECHO RESPONSE, note the restart ctr */
440 ggsn->remote_restart_ctr = recovery;
441 } else if (ggsn->remote_restart_ctr != recovery) {
442 /* counter has changed (GGSN restart): release all PDP */
443 LOGP(DGPRS, LOGL_NOTICE, "GGSN recovery (%u->%u), "
444 "releasing all PDP contexts\n",
445 ggsn->remote_restart_ctr, recovery);
446 ggsn->remote_restart_ctr = recovery;
447 drop_all_pdp_for_ggsn(ggsn);
Harald Welte2720e732010-05-17 00:44:57 +0200448 }
449 return 0;
450}
451
452/* libgtp callback for confirmations */
453static int cb_conf(int type, int cause, struct pdp_t *pdp, void *cbp)
454{
455 DEBUGP(DGPRS, "libgtp cb_conf(type=%d, cause=%d, pdp=%p, cbp=%p)\n",
456 type, cause, pdp, cbp);
457
458 if (cause == EOF)
459 LOGP(DGPRS, LOGL_ERROR, "libgtp EOF (type=%u, pdp=%p, cbp=%p)\n",
460 type, pdp, cbp);
461
462 switch (type) {
463 case GTP_ECHO_REQ:
Harald Welte3357add2010-12-24 19:21:13 +0100464 /* libgtp hands us the RECOVERY number instead of a cause */
Harald Weltea9b473a2010-12-24 21:13:26 +0100465 return echo_conf(pdp, cbp, cause);
Harald Welte2720e732010-05-17 00:44:57 +0200466 case GTP_CREATE_PDP_REQ:
467 return create_pdp_conf(pdp, cbp, cause);
468 case GTP_DELETE_PDP_REQ:
Harald Welte77289c22010-05-18 14:32:29 +0200469 return delete_pdp_conf(pdp, cbp, cause);
Harald Welte2720e732010-05-17 00:44:57 +0200470 default:
471 break;
472 }
473 return 0;
474}
475
476/* Called whenever a PDP context is deleted for any reason */
477static int cb_delete_context(struct pdp_t *pdp)
478{
479 LOGP(DGPRS, LOGL_INFO, "PDP Context was deleted\n");
480 return 0;
481}
482
483/* Called when we receive a Version Not Supported message */
484static int cb_unsup_ind(struct sockaddr_in *peer)
485{
486 LOGP(DGPRS, LOGL_INFO, "GTP Version not supported Indication "
487 "from %s:%u\n", inet_ntoa(peer->sin_addr),
488 ntohs(peer->sin_port));
489 return 0;
490}
491
492/* Called when we receive a Supported Ext Headers Notification */
493static int cb_extheader_ind(struct sockaddr_in *peer)
494{
495 LOGP(DGPRS, LOGL_INFO, "GTP Supported Ext Headers Noficiation "
496 "from %s:%u\n", inet_ntoa(peer->sin_addr),
497 ntohs(peer->sin_port));
498 return 0;
499}
500
501/* Called whenever we recive a DATA packet */
Harald Weltebb1c8052010-06-03 06:38:38 +0200502static int cb_data_ind(struct pdp_t *lib, void *packet, unsigned int len)
Harald Welte2720e732010-05-17 00:44:57 +0200503{
Harald Weltebb35c452010-06-09 16:22:28 +0200504 struct bssgp_paging_info pinfo;
Harald Weltebb1c8052010-06-03 06:38:38 +0200505 struct sgsn_pdp_ctx *pdp;
Harald Weltebb35c452010-06-09 16:22:28 +0200506 struct sgsn_mm_ctx *mm;
507 struct msgb *msg;
Harald Weltebb1c8052010-06-03 06:38:38 +0200508 uint8_t *ud;
509
Harald Welte2720e732010-05-17 00:44:57 +0200510 DEBUGP(DGPRS, "GTP DATA IND from GGSN, length=%u\n", len);
Harald Welte2720e732010-05-17 00:44:57 +0200511
Harald Weltebb1c8052010-06-03 06:38:38 +0200512 pdp = lib->priv;
513 if (!pdp) {
Harald Weltefdf453c2012-07-14 12:15:19 +0200514 LOGP(DGPRS, LOGL_NOTICE,
515 "GTP DATA IND from GGSN for unknown PDP\n");
Harald Weltebb1c8052010-06-03 06:38:38 +0200516 return -EIO;
517 }
Harald Weltebb35c452010-06-09 16:22:28 +0200518 mm = pdp->mm;
Harald Weltefdf453c2012-07-14 12:15:19 +0200519 if (!mm) {
520 LOGP(DGPRS, LOGL_ERROR,
521 "PDP context (imsi=%s) without MM context!\n", mm->imsi);
522 return -EIO;
523 }
Harald Weltebb1c8052010-06-03 06:38:38 +0200524
Sylvain Munaut5914bad2010-06-09 20:49:24 +0200525 msg = msgb_alloc_headroom(len+256, 128, "GTP->SNDCP");
Harald Weltebb1c8052010-06-03 06:38:38 +0200526 ud = msgb_put(msg, len);
527 memcpy(ud, packet, len);
528
Harald Weltef97ee042015-12-25 19:12:21 +0100529 msgb_tlli(msg) = mm->gb.tlli;
530 msgb_bvci(msg) = mm->gb.bvci;
531 msgb_nsei(msg) = mm->gb.nsei;
Harald Weltebb1c8052010-06-03 06:38:38 +0200532
Harald Weltebb35c452010-06-09 16:22:28 +0200533 switch (mm->mm_state) {
534 case GMM_REGISTERED_SUSPENDED:
535 /* initiate PS PAGING procedure */
536 memset(&pinfo, 0, sizeof(pinfo));
537 pinfo.mode = BSSGP_PAGING_PS;
538 pinfo.scope = BSSGP_PAGING_BVCI;
Harald Weltef97ee042015-12-25 19:12:21 +0100539 pinfo.bvci = mm->gb.bvci;
Harald Weltebb35c452010-06-09 16:22:28 +0200540 pinfo.imsi = mm->imsi;
Harald Welte937a9ec2010-07-01 11:53:25 +0200541 pinfo.ptmsi = &mm->p_tmsi;
Harald Weltebb35c452010-06-09 16:22:28 +0200542 pinfo.drx_params = mm->drx_parms;
543 pinfo.qos[0] = 0; // FIXME
Harald Weltef97ee042015-12-25 19:12:21 +0100544 bssgp_tx_paging(mm->gb.nsei, 0, &pinfo);
Harald Welteefbdee92010-06-10 00:20:12 +0200545 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PAGING_PS]);
Harald Weltebb35c452010-06-09 16:22:28 +0200546 /* FIXME: queue the packet we received from GTP */
547 break;
548 case GMM_REGISTERED_NORMAL:
549 break;
550 default:
551 LOGP(DGPRS, LOGL_ERROR, "GTP DATA IND for TLLI %08X in state "
Harald Weltef97ee042015-12-25 19:12:21 +0100552 "%u\n", mm->gb.tlli, mm->mm_state);
Harald Weltebb35c452010-06-09 16:22:28 +0200553 msgb_free(msg);
554 return -1;
555 }
556
Harald Welteefbdee92010-06-10 00:20:12 +0200557 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_OUT]);
558 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_OUT], len);
559 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PKTS_UDATA_OUT]);
560 rate_ctr_add(&mm->ctrg->ctr[GMM_CTR_BYTES_UDATA_OUT], len);
561
Holger Hans Peter Freyther4f5b8232015-05-05 22:25:48 +0200562 /* It is easier to have a global count */
563 pdp->cdr_bytes_out += len;
564
Harald Weltef97ee042015-12-25 19:12:21 +0100565 return sndcp_unitdata_req(msg, &mm->gb.llme->lle[pdp->sapi],
Harald Weltebb35c452010-06-09 16:22:28 +0200566 pdp->nsapi, mm);
Harald Welte2720e732010-05-17 00:44:57 +0200567}
568
Harald Welteebabdea2010-06-01 18:28:10 +0200569/* Called by SNDCP when it has received/re-assembled a N-PDU */
Harald Welte8911cef2010-07-01 19:56:19 +0200570int sgsn_rx_sndcp_ud_ind(struct gprs_ra_id *ra_id, int32_t tlli, uint8_t nsapi,
571 struct msgb *msg, uint32_t npdu_len, uint8_t *npdu)
Harald Welteebabdea2010-06-01 18:28:10 +0200572{
573 struct sgsn_mm_ctx *mmctx;
574 struct sgsn_pdp_ctx *pdp;
Harald Welteebabdea2010-06-01 18:28:10 +0200575
576 /* look-up the MM context for this message */
Harald Welte8911cef2010-07-01 19:56:19 +0200577 mmctx = sgsn_mm_ctx_by_tlli(tlli, ra_id);
Harald Welteebabdea2010-06-01 18:28:10 +0200578 if (!mmctx) {
579 LOGP(DGPRS, LOGL_ERROR,
580 "Cannot find MM CTX for TLLI %08x\n", tlli);
581 return -EIO;
582 }
583 /* look-up the PDP context for this message */
584 pdp = sgsn_pdp_ctx_by_nsapi(mmctx, nsapi);
585 if (!pdp) {
586 LOGP(DGPRS, LOGL_ERROR, "Cannot find PDP CTX for "
587 "TLLI=%08x, NSAPI=%u\n", tlli, nsapi);
588 return -EIO;
589 }
590 if (!pdp->lib) {
591 LOGP(DGPRS, LOGL_ERROR, "PDP CTX without libgtp\n");
592 return -EIO;
593 }
Harald Welteefbdee92010-06-10 00:20:12 +0200594
595 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_IN]);
596 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_IN], npdu_len);
597 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_UDATA_IN]);
598 rate_ctr_add(&mmctx->ctrg->ctr[GMM_CTR_BYTES_UDATA_IN], npdu_len);
599
Holger Hans Peter Freyther4f5b8232015-05-05 22:25:48 +0200600 /* It is easier to have a global count */
601 pdp->cdr_bytes_in += npdu_len;
602
Harald Welteefbdee92010-06-10 00:20:12 +0200603 return gtp_data_req(pdp->ggsn->gsn, pdp->lib, npdu, npdu_len);
Harald Welteebabdea2010-06-01 18:28:10 +0200604}
605
Harald Welte2720e732010-05-17 00:44:57 +0200606/* libgtp select loop integration */
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200607static int sgsn_gtp_fd_cb(struct osmo_fd *fd, unsigned int what)
Harald Welte2720e732010-05-17 00:44:57 +0200608{
609 struct sgsn_instance *sgi = fd->data;
610 int rc;
611
612 if (!(what & BSC_FD_READ))
613 return 0;
614
615 switch (fd->priv_nr) {
616 case 0:
617 rc = gtp_decaps0(sgi->gsn);
618 break;
619 case 1:
620 rc = gtp_decaps1c(sgi->gsn);
621 break;
622 case 2:
623 rc = gtp_decaps1u(sgi->gsn);
624 break;
Harald Weltecd4dd4d2010-05-18 17:20:49 +0200625 default:
626 rc = -EINVAL;
627 break;
Harald Welte2720e732010-05-17 00:44:57 +0200628 }
629 return rc;
630}
631
Harald Welte2720e732010-05-17 00:44:57 +0200632static void sgsn_gtp_tmr_start(struct sgsn_instance *sgi)
633{
Harald Welteb4a31292010-05-18 18:24:53 +0200634 struct timeval next;
Harald Welte2720e732010-05-17 00:44:57 +0200635
636 /* Retrieve next retransmission as struct timeval */
637 gtp_retranstimeout(sgi->gsn, &next);
638
Harald Welte2720e732010-05-17 00:44:57 +0200639 /* re-schedule the timer */
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200640 osmo_timer_schedule(&sgi->gtp_timer, next.tv_sec, next.tv_usec/1000);
Harald Welte2720e732010-05-17 00:44:57 +0200641}
642
643/* timer callback for libgtp retransmissions and ping */
644static void sgsn_gtp_tmr_cb(void *data)
645{
646 struct sgsn_instance *sgi = data;
647
648 /* Do all the retransmissions as needed */
649 gtp_retrans(sgi->gsn);
650
651 sgsn_gtp_tmr_start(sgi);
652}
653
654int sgsn_gtp_init(struct sgsn_instance *sgi)
655{
656 int rc;
657 struct gsn_t *gsn;
658
659 rc = gtp_new(&sgi->gsn, sgi->cfg.gtp_statedir,
660 &sgi->cfg.gtp_listenaddr.sin_addr, GTP_MODE_SGSN);
661 if (rc) {
662 LOGP(DGPRS, LOGL_ERROR, "Failed to create GTP: %d\n", rc);
663 return rc;
664 }
665 gsn = sgi->gsn;
666
667 sgi->gtp_fd0.fd = gsn->fd0;
668 sgi->gtp_fd0.priv_nr = 0;
669 sgi->gtp_fd0.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200670 sgi->gtp_fd0.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200671 sgi->gtp_fd0.cb = sgsn_gtp_fd_cb;
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200672 rc = osmo_fd_register(&sgi->gtp_fd0);
Harald Welte2720e732010-05-17 00:44:57 +0200673 if (rc < 0)
674 return rc;
675
676 sgi->gtp_fd1c.fd = gsn->fd1c;
677 sgi->gtp_fd1c.priv_nr = 1;
678 sgi->gtp_fd1c.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200679 sgi->gtp_fd1c.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200680 sgi->gtp_fd1c.cb = sgsn_gtp_fd_cb;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200681 rc = osmo_fd_register(&sgi->gtp_fd1c);
682 if (rc < 0) {
683 osmo_fd_unregister(&sgi->gtp_fd0);
Harald Welte2720e732010-05-17 00:44:57 +0200684 return rc;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200685 }
Harald Welte2720e732010-05-17 00:44:57 +0200686
687 sgi->gtp_fd1u.fd = gsn->fd1u;
688 sgi->gtp_fd1u.priv_nr = 2;
689 sgi->gtp_fd1u.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200690 sgi->gtp_fd1u.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200691 sgi->gtp_fd1u.cb = sgsn_gtp_fd_cb;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200692 rc = osmo_fd_register(&sgi->gtp_fd1u);
693 if (rc < 0) {
694 osmo_fd_unregister(&sgi->gtp_fd0);
695 osmo_fd_unregister(&sgi->gtp_fd1c);
Harald Welte2720e732010-05-17 00:44:57 +0200696 return rc;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200697 }
Harald Welte2720e732010-05-17 00:44:57 +0200698
699 /* Start GTP re-transmission timer */
700 sgi->gtp_timer.cb = sgsn_gtp_tmr_cb;
Harald Welte51537ee2010-05-18 18:28:13 +0200701 sgi->gtp_timer.data = sgi;
Harald Welte2720e732010-05-17 00:44:57 +0200702 sgsn_gtp_tmr_start(sgi);
703
704 /* Register callbackcs with libgtp */
705 gtp_set_cb_delete_context(gsn, cb_delete_context);
706 gtp_set_cb_conf(gsn, cb_conf);
Harald Weltea9b473a2010-12-24 21:13:26 +0100707 gtp_set_cb_recovery(gsn, cb_recovery);
Harald Welte2720e732010-05-17 00:44:57 +0200708 gtp_set_cb_data_ind(gsn, cb_data_ind);
709 gtp_set_cb_unsup_ind(gsn, cb_unsup_ind);
710 gtp_set_cb_extheader_ind(gsn, cb_extheader_ind);
711
712 return 0;
713}