blob: 7b10a45a32d10806f46b5bb0854434332d02a4bc [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
Harald Welte2720e732010-05-17 00:44:57 +02006 * All Rights Reserved
7 *
8 * This program is free software; you can redistribute it and/or modify
Harald Welte9af6ddf2011-01-01 15:25:50 +01009 * it under the terms of the GNU Affero General Public License as published by
10 * the Free Software Foundation; either version 3 of the License, or
Harald Welte2720e732010-05-17 00:44:57 +020011 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Welte9af6ddf2011-01-01 15:25:50 +010016 * GNU Affero General Public License for more details.
Harald Welte2720e732010-05-17 00:44:57 +020017 *
Harald Welte9af6ddf2011-01-01 15:25:50 +010018 * You should have received a copy of the GNU Affero General Public License
19 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Harald Welte2720e732010-05-17 00:44:57 +020020 *
21 */
22
23#include <unistd.h>
24#include <stdio.h>
25#include <stdlib.h>
26#include <string.h>
27#include <getopt.h>
28#include <errno.h>
29#include <signal.h>
30#include <sys/fcntl.h>
31#include <sys/stat.h>
32#include <sys/types.h>
33#include <sys/socket.h>
34#include <netinet/in.h>
35#include <arpa/inet.h>
36
37#include <osmocore/talloc.h>
38#include <osmocore/select.h>
39#include <osmocore/rate_ctr.h>
Harald Welte6abf94e2010-05-18 10:35:06 +020040#include <openbsc/gsm_04_08_gprs.h>
Harald Welte2720e732010-05-17 00:44:57 +020041
42#include <openbsc/signal.h>
43#include <openbsc/debug.h>
44#include <openbsc/sgsn.h>
Harald Welteebabdea2010-06-01 18:28:10 +020045#include <openbsc/gprs_llc.h>
46#include <openbsc/gprs_bssgp.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>
Harald Welte2720e732010-05-17 00:44:57 +020049
50#include <gtp.h>
51#include <pdp.h>
52
Harald Welte2720e732010-05-17 00:44:57 +020053const struct value_string gtp_cause_strs[] = {
54 { GTPCAUSE_REQ_IMSI, "Request IMSI" },
55 { GTPCAUSE_REQ_IMEI, "Request IMEI" },
56 { GTPCAUSE_REQ_IMSI_IMEI, "Request IMSI and IMEI" },
57 { GTPCAUSE_NO_ID_NEEDED, "No identity needed" },
58 { GTPCAUSE_MS_REFUSES_X, "MS refuses" },
59 { GTPCAUSE_MS_NOT_RESP_X, "MS is not GPRS responding" },
60 { GTPCAUSE_ACC_REQ, "Request accepted" },
61 { GTPCAUSE_NON_EXIST, "Non-existent" },
62 { GTPCAUSE_INVALID_MESSAGE, "Invalid message format" },
63 { GTPCAUSE_IMSI_NOT_KNOWN, "IMSI not known" },
64 { GTPCAUSE_MS_DETACHED, "MS is GPRS detached" },
65 { GTPCAUSE_MS_NOT_RESP, "MS is not GPRS responding" },
66 { GTPCAUSE_MS_REFUSES, "MS refuses" },
67 { GTPCAUSE_NO_RESOURCES, "No resources available" },
68 { GTPCAUSE_NOT_SUPPORTED, "Service not supported" },
69 { GTPCAUSE_MAN_IE_INCORRECT, "Mandatory IE incorrect" },
70 { GTPCAUSE_MAN_IE_MISSING, "Mandatory IE missing" },
71 { GTPCAUSE_OPT_IE_INCORRECT, "Optional IE incorrect" },
72 { GTPCAUSE_SYS_FAIL, "System failure" },
73 { GTPCAUSE_ROAMING_REST, "Roaming restrictions" },
74 { GTPCAUSE_PTIMSI_MISMATCH, "P-TMSI Signature mismatch" },
75 { GTPCAUSE_CONN_SUSP, "GPRS connection suspended" },
76 { GTPCAUSE_AUTH_FAIL, "Authentication failure" },
77 { GTPCAUSE_USER_AUTH_FAIL, "User authentication failed" },
78 { GTPCAUSE_CONTEXT_NOT_FOUND, "Context not found" },
79 { GTPCAUSE_ADDR_OCCUPIED, "All dynamic PDP addresses occupied" },
80 { GTPCAUSE_NO_MEMORY, "No memory is available" },
81 { GTPCAUSE_RELOC_FAIL, "Relocation failure" },
82 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, "Unknown mandatory ext. header" },
83 { GTPCAUSE_SEM_ERR_TFT, "Semantic error in TFT operation" },
84 { GTPCAUSE_SYN_ERR_TFT, "Syntactic error in TFT operation" },
85 { GTPCAUSE_SEM_ERR_FILTER, "Semantic errors in packet filter" },
86 { GTPCAUSE_SYN_ERR_FILTER, "Syntactic errors in packet filter" },
87 { GTPCAUSE_MISSING_APN, "Missing or unknown APN" },
88 { GTPCAUSE_UNKNOWN_PDP, "Unknown PDP address or PDP type" },
89 { 0, NULL }
90};
91
Harald Welte6add7c22010-07-02 22:47:39 +020092/* Generate the GTP IMSI IE according to 09.60 Section 7.9.2 */
93static uint64_t imsi_str2gtp(char *str)
94{
95 uint64_t imsi64 = 0;
96 unsigned int n;
97 unsigned int imsi_len = strlen(str);
98
99 if (imsi_len > 16) {
100 LOGP(DGPRS, LOGL_NOTICE, "IMSI length > 16 not supported!\n");
101 return 0;
102 }
103
104 for (n = 0; n < 16; n++) {
105 uint64_t val;
106 if (n < imsi_len)
107 val = (str[n]-'0') & 0xf;
108 else
109 val = 0xf;
110 imsi64 |= (val << (n*4));
111 }
112 return imsi64;
113}
114
Harald Welte2720e732010-05-17 00:44:57 +0200115/* generate a PDP context based on the IE's from the 04.08 message,
116 * and send the GTP create pdp context request to the GGSN */
Harald Welte77289c22010-05-18 14:32:29 +0200117struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
Harald Welted193cb32010-05-17 22:58:03 +0200118 struct sgsn_mm_ctx *mmctx,
119 uint16_t nsapi,
120 struct tlv_parsed *tp)
Harald Welte2720e732010-05-17 00:44:57 +0200121{
Harald Welted193cb32010-05-17 22:58:03 +0200122 struct sgsn_pdp_ctx *pctx;
Harald Welte2720e732010-05-17 00:44:57 +0200123 struct pdp_t *pdp;
Harald Welte6add7c22010-07-02 22:47:39 +0200124 uint64_t imsi_ui64;
Harald Welte2720e732010-05-17 00:44:57 +0200125 int rc;
126
Harald Welte77289c22010-05-18 14:32:29 +0200127 LOGP(DGPRS, LOGL_ERROR, "Create PDP Context\n");
Harald Welted193cb32010-05-17 22:58:03 +0200128 pctx = sgsn_pdp_ctx_alloc(mmctx, nsapi);
129 if (!pctx) {
130 LOGP(DGPRS, LOGL_ERROR, "Couldn't allocate PDP Ctx\n");
131 return NULL;
132 }
133
Harald Welte6add7c22010-07-02 22:47:39 +0200134 imsi_ui64 = imsi_str2gtp(mmctx->imsi);
135
Harald Welte2720e732010-05-17 00:44:57 +0200136 rc = pdp_newpdp(&pdp, imsi_ui64, nsapi, NULL);
137 if (rc) {
Harald Welted193cb32010-05-17 22:58:03 +0200138 LOGP(DGPRS, LOGL_ERROR, "Out of libgtp PDP Contexts\n");
139 return NULL;
Harald Welte2720e732010-05-17 00:44:57 +0200140 }
Harald Weltebb1c8052010-06-03 06:38:38 +0200141 pdp->priv = pctx;
Harald Welted193cb32010-05-17 22:58:03 +0200142 pctx->lib = pdp;
143 pctx->ggsn = ggsn;
144
Harald Welte2720e732010-05-17 00:44:57 +0200145 //pdp->peer = /* sockaddr_in of GGSN (receive) */
146 //pdp->ipif = /* not used by library */
147 pdp->version = ggsn->gtp_version;
148 pdp->hisaddr0 = ggsn->remote_addr;
149 pdp->hisaddr1 = ggsn->remote_addr;
150 //pdp->cch_pdp = 512; /* Charging Flat Rate */
151
152 /* MS provided APN, subscription not verified */
153 pdp->selmode = 0x01;
154
155 /* IMSI, TEID/TEIC, FLLU/FLLC, TID, NSAPI set in pdp_newpdp */
156
157 /* FIXME: MSISDN in BCD format from mmctx */
158 //pdp->msisdn.l/.v
159
160 /* End User Address from GMM requested PDP address */
161 pdp->eua.l = TLVP_LEN(tp, OSMO_IE_GSM_REQ_PDP_ADDR);
162 if (pdp->eua.l > sizeof(pdp->eua.v))
163 pdp->eua.l = sizeof(pdp->eua.v);
164 memcpy(pdp->eua.v, TLVP_VAL(tp, OSMO_IE_GSM_REQ_PDP_ADDR),
165 pdp->eua.l);
166 /* Highest 4 bits of first byte need to be set to 1, otherwise
167 * the IE is identical with the 04.08 PDP Address IE */
168 pdp->eua.v[0] |= 0xf0;
169
170 /* APN name from GMM */
171 pdp->apn_use.l = TLVP_LEN(tp, GSM48_IE_GSM_APN);
172 if (pdp->apn_use.l > sizeof(pdp->apn_use.v))
173 pdp->apn_use.l = sizeof(pdp->apn_use.v);
174 memcpy(pdp->apn_use.v, TLVP_VAL(tp, GSM48_IE_GSM_APN),
175 pdp->apn_use.l);
176
177 /* Protocol Configuration Options from GMM */
178 pdp->pco_req.l = TLVP_LEN(tp, GSM48_IE_GSM_PROTO_CONF_OPT);
179 if (pdp->pco_req.l > sizeof(pdp->pco_req.v))
180 pdp->pco_req.l = sizeof(pdp->pco_req.v);
181 memcpy(pdp->pco_req.v, TLVP_VAL(tp, GSM48_IE_GSM_PROTO_CONF_OPT),
182 pdp->pco_req.l);
183
184 /* QoS options from GMM */
185 pdp->qos_req.l = TLVP_LEN(tp, OSMO_IE_GSM_REQ_QOS);
186 if (pdp->qos_req.l > sizeof(pdp->qos_req.v))
187 pdp->qos_req.l = sizeof(pdp->qos_req.v);
188 memcpy(pdp->qos_req.v, TLVP_VAL(tp, OSMO_IE_GSM_REQ_QOS),
189 pdp->qos_req.l);
190
191 /* SGSN address for control plane */
Harald Welte61ca7ce2010-06-02 23:17:33 +0200192 pdp->gsnlc.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
193 memcpy(pdp->gsnlc.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
194 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte2720e732010-05-17 00:44:57 +0200195
196 /* SGSN address for user plane */
Harald Welte61ca7ce2010-06-02 23:17:33 +0200197 pdp->gsnlu.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
198 memcpy(pdp->gsnlu.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
199 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte2720e732010-05-17 00:44:57 +0200200
Harald Welte6abf94e2010-05-18 10:35:06 +0200201 /* change pdp state to 'requested' */
202 pctx->state = PDP_STATE_CR_REQ;
Harald Welte2720e732010-05-17 00:44:57 +0200203
Harald Welted193cb32010-05-17 22:58:03 +0200204 rc = gtp_create_context_req(ggsn->gsn, pdp, pctx);
205 /* FIXME */
206
207 return pctx;
Harald Welte2720e732010-05-17 00:44:57 +0200208}
209
Harald Welte3357add2010-12-24 19:21:13 +0100210/* SGSN wants to delete a PDP context */
Harald Welte77289c22010-05-18 14:32:29 +0200211int sgsn_delete_pdp_ctx(struct sgsn_pdp_ctx *pctx)
212{
213 LOGP(DGPRS, LOGL_ERROR, "Delete PDP Context\n");
214
215 /* FIXME: decide if we need teardown or not ! */
216 return gtp_delete_context_req(pctx->ggsn->gsn, pctx->lib, pctx, 1);
217}
Harald Welte6abf94e2010-05-18 10:35:06 +0200218
219struct cause_map {
220 uint8_t cause_in;
221 uint8_t cause_out;
222};
223
224static uint8_t cause_map(const struct cause_map *map, uint8_t in, uint8_t deflt)
225{
226 const struct cause_map *m;
227
228 for (m = map; m->cause_in && m->cause_out; m++) {
229 if (m->cause_in == in)
230 return m->cause_out;
231 }
232 return deflt;
233}
234
235/* how do we map from gtp cause to SM cause */
236static const struct cause_map gtp2sm_cause_map[] = {
237 { GTPCAUSE_NO_RESOURCES, GSM_CAUSE_INSUFF_RSRC },
238 { GTPCAUSE_NOT_SUPPORTED, GSM_CAUSE_SERV_OPT_NOTSUPP },
239 { GTPCAUSE_MAN_IE_INCORRECT, GSM_CAUSE_INV_MAND_INFO },
240 { GTPCAUSE_MAN_IE_MISSING, GSM_CAUSE_INV_MAND_INFO },
241 { GTPCAUSE_OPT_IE_INCORRECT, GSM_CAUSE_PROTO_ERR_UNSPEC },
242 { GTPCAUSE_SYS_FAIL, GSM_CAUSE_NET_FAIL },
243 { GTPCAUSE_ROAMING_REST, GSM_CAUSE_REQ_SERV_OPT_NOTSUB },
244 { GTPCAUSE_PTIMSI_MISMATCH, GSM_CAUSE_PROTO_ERR_UNSPEC },
245 { GTPCAUSE_CONN_SUSP, GSM_CAUSE_PROTO_ERR_UNSPEC },
246 { GTPCAUSE_AUTH_FAIL, GSM_CAUSE_AUTH_FAILED },
247 { GTPCAUSE_USER_AUTH_FAIL, GSM_CAUSE_ACT_REJ_GGSN },
248 { GTPCAUSE_CONTEXT_NOT_FOUND, GSM_CAUSE_PROTO_ERR_UNSPEC },
249 { GTPCAUSE_ADDR_OCCUPIED, GSM_CAUSE_INSUFF_RSRC },
250 { GTPCAUSE_NO_MEMORY, GSM_CAUSE_INSUFF_RSRC },
251 { GTPCAUSE_RELOC_FAIL, GSM_CAUSE_PROTO_ERR_UNSPEC },
252 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, GSM_CAUSE_PROTO_ERR_UNSPEC },
253 { GTPCAUSE_MISSING_APN, GSM_CAUSE_MISSING_APN },
254 { GTPCAUSE_UNKNOWN_PDP, GSM_CAUSE_UNKNOWN_PDP },
255 { 0, 0 }
256};
257
Harald Welte2720e732010-05-17 00:44:57 +0200258/* The GGSN has confirmed the creation of a PDP Context */
259static int create_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
260{
Harald Welted193cb32010-05-17 22:58:03 +0200261 struct sgsn_pdp_ctx *pctx = cbp;
Harald Welte6abf94e2010-05-18 10:35:06 +0200262 uint8_t reject_cause;
Harald Weltef11b6d22010-06-02 10:09:50 +0200263 int rc;
Harald Welte2720e732010-05-17 00:44:57 +0200264
265 DEBUGP(DGPRS, "Received CREATE PDP CTX CONF, cause=%d(%s)\n",
266 cause, get_value_string(gtp_cause_strs, cause));
267
268 /* Check for cause value if it was really successful */
269 if (cause < 0) {
270 LOGP(DGPRS, LOGL_NOTICE, "Create PDP ctx req timed out\n");
Harald Welte1371f7d2010-06-01 11:52:41 +0200271 if (pdp && pdp->version == 1) {
Harald Welte2720e732010-05-17 00:44:57 +0200272 pdp->version = 0;
Harald Welte8fc1a462010-05-17 00:53:10 +0200273 gtp_create_context_req(sgsn->gsn, pdp, cbp);
Harald Welte2720e732010-05-17 00:44:57 +0200274 return 0;
275 } else {
Harald Welte6abf94e2010-05-18 10:35:06 +0200276 reject_cause = GSM_CAUSE_NET_FAIL;
277 goto reject;
Harald Welte2720e732010-05-17 00:44:57 +0200278 }
279 }
280
281 /* Check for cause value if it was really successful */
282 if (cause != GTPCAUSE_ACC_REQ) {
Harald Welte6abf94e2010-05-18 10:35:06 +0200283 reject_cause = cause_map(gtp2sm_cause_map, cause,
284 GSM_CAUSE_ACT_REJ_GGSN);
285 goto reject;
Harald Welte2720e732010-05-17 00:44:57 +0200286 }
287
Harald Welteebabdea2010-06-01 18:28:10 +0200288 /* Activate the SNDCP layer */
289 sndcp_sm_activate_ind(&pctx->mm->llme->lle[pctx->sapi], pctx->nsapi);
290
Harald Welte6abf94e2010-05-18 10:35:06 +0200291 /* Send PDP CTX ACT to MS */
292 return gsm48_tx_gsm_act_pdp_acc(pctx);
293
294reject:
295 pctx->state = PDP_STATE_NONE;
Harald Welte1371f7d2010-06-01 11:52:41 +0200296 if (pdp)
297 pdp_freepdp(pdp);
Harald Welte6abf94e2010-05-18 10:35:06 +0200298 /* Send PDP CTX ACT REJ to MS */
Harald Weltef11b6d22010-06-02 10:09:50 +0200299 rc = gsm48_tx_gsm_act_pdp_rej(pctx->mm, pctx->ti, reject_cause,
Harald Welte6abf94e2010-05-18 10:35:06 +0200300 0, NULL);
Harald Weltef11b6d22010-06-02 10:09:50 +0200301 sgsn_pdp_ctx_free(pctx);
Harald Welte6abf94e2010-05-18 10:35:06 +0200302
303 return EOF;
Harald Welte2720e732010-05-17 00:44:57 +0200304}
305
Harald Welte2720e732010-05-17 00:44:57 +0200306/* Confirmation of a PDP Context Delete */
Harald Welte77289c22010-05-18 14:32:29 +0200307static int delete_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
Harald Welte2720e732010-05-17 00:44:57 +0200308{
Harald Welte77289c22010-05-18 14:32:29 +0200309 struct sgsn_pdp_ctx *pctx = cbp;
310 int rc;
311
Harald Welte2720e732010-05-17 00:44:57 +0200312 DEBUGP(DGPRS, "Received DELETE PDP CTX CONF, cause=%d(%s)\n",
313 cause, get_value_string(gtp_cause_strs, cause));
Harald Welte77289c22010-05-18 14:32:29 +0200314
Harald Welte8fc60f02010-06-28 22:21:57 +0200315 /* Deactivate the SNDCP layer */
316 sndcp_sm_deactivate_ind(&pctx->mm->llme->lle[pctx->sapi], pctx->nsapi);
317
Harald Welte77289c22010-05-18 14:32:29 +0200318 /* Confirm deactivation of PDP context to MS */
319 rc = gsm48_tx_gsm_deact_pdp_acc(pctx);
320
321 sgsn_pdp_ctx_free(pctx);
322
323 return rc;
Harald Welte2720e732010-05-17 00:44:57 +0200324}
325
326/* Confirmation of an GTP ECHO request */
Harald Weltea9b473a2010-12-24 21:13:26 +0100327static int echo_conf(struct pdp_t *pdp, void *cbp, int recovery)
Harald Welte2720e732010-05-17 00:44:57 +0200328{
329 if (recovery < 0) {
330 DEBUGP(DGPRS, "GTP Echo Request timed out\n");
331 /* FIXME: if version == 1, retry with version 0 */
332 } else {
333 DEBUGP(DGPRS, "GTP Rx Echo Response\n");
Harald Weltea9b473a2010-12-24 21:13:26 +0100334 }
335 return 0;
336}
337
338/* Any message received by GGSN contains a recovery IE */
339static int cb_recovery(struct sockaddr_in *peer, uint8_t recovery)
340{
341 struct sgsn_ggsn_ctx *ggsn;
342
343 ggsn = sgsn_ggsn_ctx_by_addr(&peer->sin_addr);
344 if (!ggsn) {
345 DEBUGP(DGPRS, "Received Recovery IE for unknown GGSN\n");
346 return -EINVAL;
347 }
348
349 if (ggsn->remote_restart_ctr == -1) {
350 /* First received ECHO RESPONSE, note the restart ctr */
351 ggsn->remote_restart_ctr = recovery;
352 } else if (ggsn->remote_restart_ctr != recovery) {
353 /* counter has changed (GGSN restart): release all PDP */
354 LOGP(DGPRS, LOGL_NOTICE, "GGSN recovery (%u->%u), "
355 "releasing all PDP contexts\n",
356 ggsn->remote_restart_ctr, recovery);
357 ggsn->remote_restart_ctr = recovery;
358 drop_all_pdp_for_ggsn(ggsn);
Harald Welte2720e732010-05-17 00:44:57 +0200359 }
360 return 0;
361}
362
363/* libgtp callback for confirmations */
364static int cb_conf(int type, int cause, struct pdp_t *pdp, void *cbp)
365{
366 DEBUGP(DGPRS, "libgtp cb_conf(type=%d, cause=%d, pdp=%p, cbp=%p)\n",
367 type, cause, pdp, cbp);
368
369 if (cause == EOF)
370 LOGP(DGPRS, LOGL_ERROR, "libgtp EOF (type=%u, pdp=%p, cbp=%p)\n",
371 type, pdp, cbp);
372
373 switch (type) {
374 case GTP_ECHO_REQ:
Harald Welte3357add2010-12-24 19:21:13 +0100375 /* libgtp hands us the RECOVERY number instead of a cause */
Harald Weltea9b473a2010-12-24 21:13:26 +0100376 return echo_conf(pdp, cbp, cause);
Harald Welte2720e732010-05-17 00:44:57 +0200377 case GTP_CREATE_PDP_REQ:
378 return create_pdp_conf(pdp, cbp, cause);
379 case GTP_DELETE_PDP_REQ:
Harald Welte77289c22010-05-18 14:32:29 +0200380 return delete_pdp_conf(pdp, cbp, cause);
Harald Welte2720e732010-05-17 00:44:57 +0200381 default:
382 break;
383 }
384 return 0;
385}
386
387/* Called whenever a PDP context is deleted for any reason */
388static int cb_delete_context(struct pdp_t *pdp)
389{
390 LOGP(DGPRS, LOGL_INFO, "PDP Context was deleted\n");
391 return 0;
392}
393
394/* Called when we receive a Version Not Supported message */
395static int cb_unsup_ind(struct sockaddr_in *peer)
396{
397 LOGP(DGPRS, LOGL_INFO, "GTP Version not supported Indication "
398 "from %s:%u\n", inet_ntoa(peer->sin_addr),
399 ntohs(peer->sin_port));
400 return 0;
401}
402
403/* Called when we receive a Supported Ext Headers Notification */
404static int cb_extheader_ind(struct sockaddr_in *peer)
405{
406 LOGP(DGPRS, LOGL_INFO, "GTP Supported Ext Headers Noficiation "
407 "from %s:%u\n", inet_ntoa(peer->sin_addr),
408 ntohs(peer->sin_port));
409 return 0;
410}
411
412/* Called whenever we recive a DATA packet */
Harald Weltebb1c8052010-06-03 06:38:38 +0200413static int cb_data_ind(struct pdp_t *lib, void *packet, unsigned int len)
Harald Welte2720e732010-05-17 00:44:57 +0200414{
Harald Weltebb35c452010-06-09 16:22:28 +0200415 struct bssgp_paging_info pinfo;
Harald Weltebb1c8052010-06-03 06:38:38 +0200416 struct sgsn_pdp_ctx *pdp;
Harald Weltebb35c452010-06-09 16:22:28 +0200417 struct sgsn_mm_ctx *mm;
418 struct msgb *msg;
Harald Weltebb1c8052010-06-03 06:38:38 +0200419 uint8_t *ud;
Harald Weltebb35c452010-06-09 16:22:28 +0200420 int rc;
Harald Weltebb1c8052010-06-03 06:38:38 +0200421
Harald Welte2720e732010-05-17 00:44:57 +0200422 DEBUGP(DGPRS, "GTP DATA IND from GGSN, length=%u\n", len);
Harald Welte2720e732010-05-17 00:44:57 +0200423
Harald Weltebb1c8052010-06-03 06:38:38 +0200424 pdp = lib->priv;
425 if (!pdp) {
426 DEBUGP(DGPRS, "GTP DATA IND from GGSN for unknown PDP\n");
427 return -EIO;
428 }
Harald Weltebb35c452010-06-09 16:22:28 +0200429 mm = pdp->mm;
Harald Weltebb1c8052010-06-03 06:38:38 +0200430
Sylvain Munaut5914bad2010-06-09 20:49:24 +0200431 msg = msgb_alloc_headroom(len+256, 128, "GTP->SNDCP");
Harald Weltebb1c8052010-06-03 06:38:38 +0200432 ud = msgb_put(msg, len);
433 memcpy(ud, packet, len);
434
Harald Weltebb35c452010-06-09 16:22:28 +0200435 msgb_tlli(msg) = mm->tlli;
436 msgb_bvci(msg) = mm->bvci;
437 msgb_nsei(msg) = mm->nsei;
Harald Weltebb1c8052010-06-03 06:38:38 +0200438
Harald Weltebb35c452010-06-09 16:22:28 +0200439 switch (mm->mm_state) {
440 case GMM_REGISTERED_SUSPENDED:
441 /* initiate PS PAGING procedure */
442 memset(&pinfo, 0, sizeof(pinfo));
443 pinfo.mode = BSSGP_PAGING_PS;
444 pinfo.scope = BSSGP_PAGING_BVCI;
445 pinfo.bvci = mm->bvci;
446 pinfo.imsi = mm->imsi;
Harald Welte937a9ec2010-07-01 11:53:25 +0200447 pinfo.ptmsi = &mm->p_tmsi;
Harald Weltebb35c452010-06-09 16:22:28 +0200448 pinfo.drx_params = mm->drx_parms;
449 pinfo.qos[0] = 0; // FIXME
450 rc = gprs_bssgp_tx_paging(mm->nsei, 0, &pinfo);
Harald Welteefbdee92010-06-10 00:20:12 +0200451 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PAGING_PS]);
Harald Weltebb35c452010-06-09 16:22:28 +0200452 /* FIXME: queue the packet we received from GTP */
453 break;
454 case GMM_REGISTERED_NORMAL:
455 break;
456 default:
457 LOGP(DGPRS, LOGL_ERROR, "GTP DATA IND for TLLI %08X in state "
458 "%u\n", mm->tlli, mm->mm_state);
459 msgb_free(msg);
460 return -1;
461 }
462
Harald Welteefbdee92010-06-10 00:20:12 +0200463 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_OUT]);
464 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_OUT], len);
465 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PKTS_UDATA_OUT]);
466 rate_ctr_add(&mm->ctrg->ctr[GMM_CTR_BYTES_UDATA_OUT], len);
467
Harald Weltebb35c452010-06-09 16:22:28 +0200468 return sndcp_unitdata_req(msg, &mm->llme->lle[pdp->sapi],
469 pdp->nsapi, mm);
Harald Welte2720e732010-05-17 00:44:57 +0200470}
471
Harald Welteebabdea2010-06-01 18:28:10 +0200472/* Called by SNDCP when it has received/re-assembled a N-PDU */
Harald Welte8911cef2010-07-01 19:56:19 +0200473int sgsn_rx_sndcp_ud_ind(struct gprs_ra_id *ra_id, int32_t tlli, uint8_t nsapi,
474 struct msgb *msg, uint32_t npdu_len, uint8_t *npdu)
Harald Welteebabdea2010-06-01 18:28:10 +0200475{
476 struct sgsn_mm_ctx *mmctx;
477 struct sgsn_pdp_ctx *pdp;
Harald Welteebabdea2010-06-01 18:28:10 +0200478
479 /* look-up the MM context for this message */
Harald Welte8911cef2010-07-01 19:56:19 +0200480 mmctx = sgsn_mm_ctx_by_tlli(tlli, ra_id);
Harald Welteebabdea2010-06-01 18:28:10 +0200481 if (!mmctx) {
482 LOGP(DGPRS, LOGL_ERROR,
483 "Cannot find MM CTX for TLLI %08x\n", tlli);
484 return -EIO;
485 }
486 /* look-up the PDP context for this message */
487 pdp = sgsn_pdp_ctx_by_nsapi(mmctx, nsapi);
488 if (!pdp) {
489 LOGP(DGPRS, LOGL_ERROR, "Cannot find PDP CTX for "
490 "TLLI=%08x, NSAPI=%u\n", tlli, nsapi);
491 return -EIO;
492 }
493 if (!pdp->lib) {
494 LOGP(DGPRS, LOGL_ERROR, "PDP CTX without libgtp\n");
495 return -EIO;
496 }
Harald Welteefbdee92010-06-10 00:20:12 +0200497
498 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_IN]);
499 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_IN], npdu_len);
500 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_UDATA_IN]);
501 rate_ctr_add(&mmctx->ctrg->ctr[GMM_CTR_BYTES_UDATA_IN], npdu_len);
502
503 return gtp_data_req(pdp->ggsn->gsn, pdp->lib, npdu, npdu_len);
504
Harald Welteebabdea2010-06-01 18:28:10 +0200505 return gtp_data_req(pdp->ggsn->gsn, pdp->lib, npdu, npdu_len);
506}
507
Harald Welte2720e732010-05-17 00:44:57 +0200508/* libgtp select loop integration */
509static int sgsn_gtp_fd_cb(struct bsc_fd *fd, unsigned int what)
510{
511 struct sgsn_instance *sgi = fd->data;
512 int rc;
513
514 if (!(what & BSC_FD_READ))
515 return 0;
516
517 switch (fd->priv_nr) {
518 case 0:
519 rc = gtp_decaps0(sgi->gsn);
520 break;
521 case 1:
522 rc = gtp_decaps1c(sgi->gsn);
523 break;
524 case 2:
525 rc = gtp_decaps1u(sgi->gsn);
526 break;
Harald Weltecd4dd4d2010-05-18 17:20:49 +0200527 default:
528 rc = -EINVAL;
529 break;
Harald Welte2720e732010-05-17 00:44:57 +0200530 }
531 return rc;
532}
533
Harald Welte2720e732010-05-17 00:44:57 +0200534static void sgsn_gtp_tmr_start(struct sgsn_instance *sgi)
535{
Harald Welteb4a31292010-05-18 18:24:53 +0200536 struct timeval next;
Harald Welte2720e732010-05-17 00:44:57 +0200537
538 /* Retrieve next retransmission as struct timeval */
539 gtp_retranstimeout(sgi->gsn, &next);
540
Harald Welte2720e732010-05-17 00:44:57 +0200541 /* re-schedule the timer */
Harald Welteb4a31292010-05-18 18:24:53 +0200542 bsc_schedule_timer(&sgi->gtp_timer, next.tv_sec, next.tv_usec/1000);
Harald Welte2720e732010-05-17 00:44:57 +0200543}
544
545/* timer callback for libgtp retransmissions and ping */
546static void sgsn_gtp_tmr_cb(void *data)
547{
548 struct sgsn_instance *sgi = data;
549
550 /* Do all the retransmissions as needed */
551 gtp_retrans(sgi->gsn);
552
553 sgsn_gtp_tmr_start(sgi);
554}
555
556int sgsn_gtp_init(struct sgsn_instance *sgi)
557{
558 int rc;
559 struct gsn_t *gsn;
560
561 rc = gtp_new(&sgi->gsn, sgi->cfg.gtp_statedir,
562 &sgi->cfg.gtp_listenaddr.sin_addr, GTP_MODE_SGSN);
563 if (rc) {
564 LOGP(DGPRS, LOGL_ERROR, "Failed to create GTP: %d\n", rc);
565 return rc;
566 }
567 gsn = sgi->gsn;
568
569 sgi->gtp_fd0.fd = gsn->fd0;
570 sgi->gtp_fd0.priv_nr = 0;
571 sgi->gtp_fd0.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200572 sgi->gtp_fd0.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200573 sgi->gtp_fd0.cb = sgsn_gtp_fd_cb;
574 rc = bsc_register_fd(&sgi->gtp_fd0);
575 if (rc < 0)
576 return rc;
577
578 sgi->gtp_fd1c.fd = gsn->fd1c;
579 sgi->gtp_fd1c.priv_nr = 1;
580 sgi->gtp_fd1c.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200581 sgi->gtp_fd1c.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200582 sgi->gtp_fd1c.cb = sgsn_gtp_fd_cb;
583 bsc_register_fd(&sgi->gtp_fd1c);
584 if (rc < 0)
585 return rc;
586
587 sgi->gtp_fd1u.fd = gsn->fd1u;
588 sgi->gtp_fd1u.priv_nr = 2;
589 sgi->gtp_fd1u.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200590 sgi->gtp_fd1u.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200591 sgi->gtp_fd1u.cb = sgsn_gtp_fd_cb;
592 bsc_register_fd(&sgi->gtp_fd1u);
593 if (rc < 0)
594 return rc;
595
596 /* Start GTP re-transmission timer */
597 sgi->gtp_timer.cb = sgsn_gtp_tmr_cb;
Harald Welte51537ee2010-05-18 18:28:13 +0200598 sgi->gtp_timer.data = sgi;
Harald Welte2720e732010-05-17 00:44:57 +0200599 sgsn_gtp_tmr_start(sgi);
600
601 /* Register callbackcs with libgtp */
602 gtp_set_cb_delete_context(gsn, cb_delete_context);
603 gtp_set_cb_conf(gsn, cb_conf);
Harald Weltea9b473a2010-12-24 21:13:26 +0100604 gtp_set_cb_recovery(gsn, cb_recovery);
Harald Welte2720e732010-05-17 00:44:57 +0200605 gtp_set_cb_data_ind(gsn, cb_data_ind);
606 gtp_set_cb_unsup_ind(gsn, cb_unsup_ind);
607 gtp_set_cb_extheader_ind(gsn, cb_extheader_ind);
608
609 return 0;
610}