blob: b5285dc7fade0b5eb639c8fc7465943bd4913e93 [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>
Harald Welte2720e732010-05-17 00:44:57 +020032#include <sys/socket.h>
33#include <netinet/in.h>
34#include <arpa/inet.h>
35
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010036#include <osmocom/core/talloc.h>
37#include <osmocom/core/select.h>
38#include <osmocom/core/rate_ctr.h>
Harald Welteea34a4e2012-06-16 14:59:56 +080039#include <osmocom/gprs/gprs_bssgp.h>
Harald Welte2720e732010-05-17 00:44:57 +020040
Harald Welteea34a4e2012-06-16 14:59:56 +080041#include <openbsc/gsm_04_08_gprs.h>
Harald Welte2720e732010-05-17 00:44:57 +020042#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>
Harald Welte2720e732010-05-17 00:44:57 +020046#include <openbsc/gprs_sgsn.h>
Harald Welte6abf94e2010-05-18 10:35:06 +020047#include <openbsc/gprs_gmm.h>
Harald Welte2720e732010-05-17 00:44:57 +020048
49#include <gtp.h>
50#include <pdp.h>
51
Harald Welte2720e732010-05-17 00:44:57 +020052const struct value_string gtp_cause_strs[] = {
53 { GTPCAUSE_REQ_IMSI, "Request IMSI" },
54 { GTPCAUSE_REQ_IMEI, "Request IMEI" },
55 { GTPCAUSE_REQ_IMSI_IMEI, "Request IMSI and IMEI" },
56 { GTPCAUSE_NO_ID_NEEDED, "No identity needed" },
57 { GTPCAUSE_MS_REFUSES_X, "MS refuses" },
58 { GTPCAUSE_MS_NOT_RESP_X, "MS is not GPRS responding" },
59 { GTPCAUSE_ACC_REQ, "Request accepted" },
60 { GTPCAUSE_NON_EXIST, "Non-existent" },
61 { GTPCAUSE_INVALID_MESSAGE, "Invalid message format" },
62 { GTPCAUSE_IMSI_NOT_KNOWN, "IMSI not known" },
63 { GTPCAUSE_MS_DETACHED, "MS is GPRS detached" },
64 { GTPCAUSE_MS_NOT_RESP, "MS is not GPRS responding" },
65 { GTPCAUSE_MS_REFUSES, "MS refuses" },
66 { GTPCAUSE_NO_RESOURCES, "No resources available" },
67 { GTPCAUSE_NOT_SUPPORTED, "Service not supported" },
68 { GTPCAUSE_MAN_IE_INCORRECT, "Mandatory IE incorrect" },
69 { GTPCAUSE_MAN_IE_MISSING, "Mandatory IE missing" },
70 { GTPCAUSE_OPT_IE_INCORRECT, "Optional IE incorrect" },
71 { GTPCAUSE_SYS_FAIL, "System failure" },
72 { GTPCAUSE_ROAMING_REST, "Roaming restrictions" },
73 { GTPCAUSE_PTIMSI_MISMATCH, "P-TMSI Signature mismatch" },
74 { GTPCAUSE_CONN_SUSP, "GPRS connection suspended" },
75 { GTPCAUSE_AUTH_FAIL, "Authentication failure" },
76 { GTPCAUSE_USER_AUTH_FAIL, "User authentication failed" },
77 { GTPCAUSE_CONTEXT_NOT_FOUND, "Context not found" },
78 { GTPCAUSE_ADDR_OCCUPIED, "All dynamic PDP addresses occupied" },
79 { GTPCAUSE_NO_MEMORY, "No memory is available" },
80 { GTPCAUSE_RELOC_FAIL, "Relocation failure" },
81 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, "Unknown mandatory ext. header" },
82 { GTPCAUSE_SEM_ERR_TFT, "Semantic error in TFT operation" },
83 { GTPCAUSE_SYN_ERR_TFT, "Syntactic error in TFT operation" },
84 { GTPCAUSE_SEM_ERR_FILTER, "Semantic errors in packet filter" },
85 { GTPCAUSE_SYN_ERR_FILTER, "Syntactic errors in packet filter" },
86 { GTPCAUSE_MISSING_APN, "Missing or unknown APN" },
87 { GTPCAUSE_UNKNOWN_PDP, "Unknown PDP address or PDP type" },
88 { 0, NULL }
89};
90
Harald Welte6add7c22010-07-02 22:47:39 +020091/* Generate the GTP IMSI IE according to 09.60 Section 7.9.2 */
92static uint64_t imsi_str2gtp(char *str)
93{
94 uint64_t imsi64 = 0;
95 unsigned int n;
96 unsigned int imsi_len = strlen(str);
97
98 if (imsi_len > 16) {
99 LOGP(DGPRS, LOGL_NOTICE, "IMSI length > 16 not supported!\n");
100 return 0;
101 }
102
103 for (n = 0; n < 16; n++) {
104 uint64_t val;
105 if (n < imsi_len)
106 val = (str[n]-'0') & 0xf;
107 else
108 val = 0xf;
109 imsi64 |= (val << (n*4));
110 }
111 return imsi64;
112}
113
Harald Welte2720e732010-05-17 00:44:57 +0200114/* generate a PDP context based on the IE's from the 04.08 message,
115 * and send the GTP create pdp context request to the GGSN */
Harald Welte77289c22010-05-18 14:32:29 +0200116struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
Harald Welted193cb32010-05-17 22:58:03 +0200117 struct sgsn_mm_ctx *mmctx,
118 uint16_t nsapi,
119 struct tlv_parsed *tp)
Harald Welte2720e732010-05-17 00:44:57 +0200120{
Harald Welted193cb32010-05-17 22:58:03 +0200121 struct sgsn_pdp_ctx *pctx;
Harald Welte2720e732010-05-17 00:44:57 +0200122 struct pdp_t *pdp;
Harald Welte6add7c22010-07-02 22:47:39 +0200123 uint64_t imsi_ui64;
Harald Welte2720e732010-05-17 00:44:57 +0200124 int rc;
125
Harald Welte77289c22010-05-18 14:32:29 +0200126 LOGP(DGPRS, LOGL_ERROR, "Create PDP Context\n");
Harald Welted193cb32010-05-17 22:58:03 +0200127 pctx = sgsn_pdp_ctx_alloc(mmctx, nsapi);
128 if (!pctx) {
129 LOGP(DGPRS, LOGL_ERROR, "Couldn't allocate PDP Ctx\n");
130 return NULL;
131 }
132
Harald Welte6add7c22010-07-02 22:47:39 +0200133 imsi_ui64 = imsi_str2gtp(mmctx->imsi);
134
Harald Welte2720e732010-05-17 00:44:57 +0200135 rc = pdp_newpdp(&pdp, imsi_ui64, nsapi, NULL);
136 if (rc) {
Harald Welted193cb32010-05-17 22:58:03 +0200137 LOGP(DGPRS, LOGL_ERROR, "Out of libgtp PDP Contexts\n");
138 return NULL;
Harald Welte2720e732010-05-17 00:44:57 +0200139 }
Harald Weltebb1c8052010-06-03 06:38:38 +0200140 pdp->priv = pctx;
Harald Welted193cb32010-05-17 22:58:03 +0200141 pctx->lib = pdp;
142 pctx->ggsn = ggsn;
143
Harald Welte2720e732010-05-17 00:44:57 +0200144 //pdp->peer = /* sockaddr_in of GGSN (receive) */
145 //pdp->ipif = /* not used by library */
146 pdp->version = ggsn->gtp_version;
147 pdp->hisaddr0 = ggsn->remote_addr;
148 pdp->hisaddr1 = ggsn->remote_addr;
149 //pdp->cch_pdp = 512; /* Charging Flat Rate */
150
151 /* MS provided APN, subscription not verified */
152 pdp->selmode = 0x01;
153
154 /* IMSI, TEID/TEIC, FLLU/FLLC, TID, NSAPI set in pdp_newpdp */
155
156 /* FIXME: MSISDN in BCD format from mmctx */
157 //pdp->msisdn.l/.v
158
159 /* End User Address from GMM requested PDP address */
160 pdp->eua.l = TLVP_LEN(tp, OSMO_IE_GSM_REQ_PDP_ADDR);
161 if (pdp->eua.l > sizeof(pdp->eua.v))
162 pdp->eua.l = sizeof(pdp->eua.v);
163 memcpy(pdp->eua.v, TLVP_VAL(tp, OSMO_IE_GSM_REQ_PDP_ADDR),
164 pdp->eua.l);
165 /* Highest 4 bits of first byte need to be set to 1, otherwise
166 * the IE is identical with the 04.08 PDP Address IE */
167 pdp->eua.v[0] |= 0xf0;
168
169 /* APN name from GMM */
170 pdp->apn_use.l = TLVP_LEN(tp, GSM48_IE_GSM_APN);
171 if (pdp->apn_use.l > sizeof(pdp->apn_use.v))
172 pdp->apn_use.l = sizeof(pdp->apn_use.v);
173 memcpy(pdp->apn_use.v, TLVP_VAL(tp, GSM48_IE_GSM_APN),
174 pdp->apn_use.l);
175
176 /* Protocol Configuration Options from GMM */
177 pdp->pco_req.l = TLVP_LEN(tp, GSM48_IE_GSM_PROTO_CONF_OPT);
178 if (pdp->pco_req.l > sizeof(pdp->pco_req.v))
179 pdp->pco_req.l = sizeof(pdp->pco_req.v);
180 memcpy(pdp->pco_req.v, TLVP_VAL(tp, GSM48_IE_GSM_PROTO_CONF_OPT),
181 pdp->pco_req.l);
182
183 /* QoS options from GMM */
184 pdp->qos_req.l = TLVP_LEN(tp, OSMO_IE_GSM_REQ_QOS);
185 if (pdp->qos_req.l > sizeof(pdp->qos_req.v))
186 pdp->qos_req.l = sizeof(pdp->qos_req.v);
187 memcpy(pdp->qos_req.v, TLVP_VAL(tp, OSMO_IE_GSM_REQ_QOS),
188 pdp->qos_req.l);
189
190 /* SGSN address for control plane */
Harald Welte61ca7ce2010-06-02 23:17:33 +0200191 pdp->gsnlc.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
192 memcpy(pdp->gsnlc.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
193 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte2720e732010-05-17 00:44:57 +0200194
195 /* SGSN address for user plane */
Harald Welte61ca7ce2010-06-02 23:17:33 +0200196 pdp->gsnlu.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
197 memcpy(pdp->gsnlu.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
198 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte2720e732010-05-17 00:44:57 +0200199
Harald Welte6abf94e2010-05-18 10:35:06 +0200200 /* change pdp state to 'requested' */
201 pctx->state = PDP_STATE_CR_REQ;
Harald Welte2720e732010-05-17 00:44:57 +0200202
Harald Welted193cb32010-05-17 22:58:03 +0200203 rc = gtp_create_context_req(ggsn->gsn, pdp, pctx);
204 /* FIXME */
205
206 return pctx;
Harald Welte2720e732010-05-17 00:44:57 +0200207}
208
Harald Welte3357add2010-12-24 19:21:13 +0100209/* SGSN wants to delete a PDP context */
Harald Welte77289c22010-05-18 14:32:29 +0200210int sgsn_delete_pdp_ctx(struct sgsn_pdp_ctx *pctx)
211{
Daniel Willmann46553142014-09-03 17:46:44 +0200212 LOGPDPCTXP(LOGL_ERROR, pctx, "Delete PDP Context\n");
Harald Welte77289c22010-05-18 14:32:29 +0200213
214 /* FIXME: decide if we need teardown or not ! */
215 return gtp_delete_context_req(pctx->ggsn->gsn, pctx->lib, pctx, 1);
216}
Harald Welte6abf94e2010-05-18 10:35:06 +0200217
218struct cause_map {
219 uint8_t cause_in;
220 uint8_t cause_out;
221};
222
223static uint8_t cause_map(const struct cause_map *map, uint8_t in, uint8_t deflt)
224{
225 const struct cause_map *m;
226
227 for (m = map; m->cause_in && m->cause_out; m++) {
228 if (m->cause_in == in)
229 return m->cause_out;
230 }
231 return deflt;
232}
233
234/* how do we map from gtp cause to SM cause */
235static const struct cause_map gtp2sm_cause_map[] = {
236 { GTPCAUSE_NO_RESOURCES, GSM_CAUSE_INSUFF_RSRC },
237 { GTPCAUSE_NOT_SUPPORTED, GSM_CAUSE_SERV_OPT_NOTSUPP },
238 { GTPCAUSE_MAN_IE_INCORRECT, GSM_CAUSE_INV_MAND_INFO },
239 { GTPCAUSE_MAN_IE_MISSING, GSM_CAUSE_INV_MAND_INFO },
240 { GTPCAUSE_OPT_IE_INCORRECT, GSM_CAUSE_PROTO_ERR_UNSPEC },
241 { GTPCAUSE_SYS_FAIL, GSM_CAUSE_NET_FAIL },
242 { GTPCAUSE_ROAMING_REST, GSM_CAUSE_REQ_SERV_OPT_NOTSUB },
243 { GTPCAUSE_PTIMSI_MISMATCH, GSM_CAUSE_PROTO_ERR_UNSPEC },
244 { GTPCAUSE_CONN_SUSP, GSM_CAUSE_PROTO_ERR_UNSPEC },
245 { GTPCAUSE_AUTH_FAIL, GSM_CAUSE_AUTH_FAILED },
246 { GTPCAUSE_USER_AUTH_FAIL, GSM_CAUSE_ACT_REJ_GGSN },
247 { GTPCAUSE_CONTEXT_NOT_FOUND, GSM_CAUSE_PROTO_ERR_UNSPEC },
248 { GTPCAUSE_ADDR_OCCUPIED, GSM_CAUSE_INSUFF_RSRC },
249 { GTPCAUSE_NO_MEMORY, GSM_CAUSE_INSUFF_RSRC },
250 { GTPCAUSE_RELOC_FAIL, GSM_CAUSE_PROTO_ERR_UNSPEC },
251 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, GSM_CAUSE_PROTO_ERR_UNSPEC },
252 { GTPCAUSE_MISSING_APN, GSM_CAUSE_MISSING_APN },
253 { GTPCAUSE_UNKNOWN_PDP, GSM_CAUSE_UNKNOWN_PDP },
254 { 0, 0 }
255};
256
Harald Welte2720e732010-05-17 00:44:57 +0200257/* The GGSN has confirmed the creation of a PDP Context */
258static int create_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
259{
Harald Welted193cb32010-05-17 22:58:03 +0200260 struct sgsn_pdp_ctx *pctx = cbp;
Harald Welte6abf94e2010-05-18 10:35:06 +0200261 uint8_t reject_cause;
Harald Welte2720e732010-05-17 00:44:57 +0200262
Daniel Willmann46553142014-09-03 17:46:44 +0200263 LOGPDPCTXP(LOGL_INFO, pctx, "Received CREATE PDP CTX CONF, cause=%d(%s)\n",
Harald Welte2720e732010-05-17 00:44:57 +0200264 cause, get_value_string(gtp_cause_strs, cause));
265
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200266 if (!pctx->mm) {
267 LOGP(DGPRS, LOGL_INFO,
268 "No MM context, aborting CREATE PDP CTX CONF\n");
269 return -EIO;
270 }
271
Harald Welte2720e732010-05-17 00:44:57 +0200272 /* Check for cause value if it was really successful */
273 if (cause < 0) {
274 LOGP(DGPRS, LOGL_NOTICE, "Create PDP ctx req timed out\n");
Harald Welte1371f7d2010-06-01 11:52:41 +0200275 if (pdp && pdp->version == 1) {
Harald Welte2720e732010-05-17 00:44:57 +0200276 pdp->version = 0;
Harald Welte8fc1a462010-05-17 00:53:10 +0200277 gtp_create_context_req(sgsn->gsn, pdp, cbp);
Harald Welte2720e732010-05-17 00:44:57 +0200278 return 0;
279 } else {
Harald Welte6abf94e2010-05-18 10:35:06 +0200280 reject_cause = GSM_CAUSE_NET_FAIL;
281 goto reject;
Harald Welte2720e732010-05-17 00:44:57 +0200282 }
283 }
284
285 /* Check for cause value if it was really successful */
286 if (cause != GTPCAUSE_ACC_REQ) {
Harald Welte6abf94e2010-05-18 10:35:06 +0200287 reject_cause = cause_map(gtp2sm_cause_map, cause,
288 GSM_CAUSE_ACT_REJ_GGSN);
289 goto reject;
Harald Welte2720e732010-05-17 00:44:57 +0200290 }
291
Harald Welteebabdea2010-06-01 18:28:10 +0200292 /* Activate the SNDCP layer */
293 sndcp_sm_activate_ind(&pctx->mm->llme->lle[pctx->sapi], pctx->nsapi);
294
Harald Welte6abf94e2010-05-18 10:35:06 +0200295 /* Send PDP CTX ACT to MS */
296 return gsm48_tx_gsm_act_pdp_acc(pctx);
297
298reject:
Holger Hans Peter Freyther598e7b32013-07-30 08:45:29 +0200299 /*
300 * In case of a timeout pdp will be NULL but we have a valid pointer
301 * in pctx->lib. For other rejects pctx->lib and pdp might be the
302 * same.
303 */
Harald Welte6abf94e2010-05-18 10:35:06 +0200304 pctx->state = PDP_STATE_NONE;
Holger Hans Peter Freyther598e7b32013-07-30 08:45:29 +0200305 if (pctx->lib && pctx->lib != pdp)
306 pdp_freepdp(pctx->lib);
307 pctx->lib = NULL;
308
Harald Welte1371f7d2010-06-01 11:52:41 +0200309 if (pdp)
310 pdp_freepdp(pdp);
Harald Welte6abf94e2010-05-18 10:35:06 +0200311 /* Send PDP CTX ACT REJ to MS */
Holger Hans Peter Freyther65762e02014-04-04 12:49:00 +0200312 gsm48_tx_gsm_act_pdp_rej(pctx->mm, pctx->ti, reject_cause,
Harald Welte6abf94e2010-05-18 10:35:06 +0200313 0, NULL);
Harald Weltef11b6d22010-06-02 10:09:50 +0200314 sgsn_pdp_ctx_free(pctx);
Harald Welte6abf94e2010-05-18 10:35:06 +0200315
316 return EOF;
Harald Welte2720e732010-05-17 00:44:57 +0200317}
318
Harald Welte2720e732010-05-17 00:44:57 +0200319/* Confirmation of a PDP Context Delete */
Harald Welte77289c22010-05-18 14:32:29 +0200320static int delete_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
Harald Welte2720e732010-05-17 00:44:57 +0200321{
Harald Welte77289c22010-05-18 14:32:29 +0200322 struct sgsn_pdp_ctx *pctx = cbp;
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200323 int rc = 0;
Harald Welte77289c22010-05-18 14:32:29 +0200324
Daniel Willmann46553142014-09-03 17:46:44 +0200325 LOGPDPCTXP(LOGL_INFO, pctx, "Received DELETE PDP CTX CONF, cause=%d(%s)\n",
Harald Welte2720e732010-05-17 00:44:57 +0200326 cause, get_value_string(gtp_cause_strs, cause));
Harald Welte77289c22010-05-18 14:32:29 +0200327
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200328 if (pctx->mm) {
329 /* Deactivate the SNDCP layer */
330 sndcp_sm_deactivate_ind(&pctx->mm->llme->lle[pctx->sapi], pctx->nsapi);
Harald Welte8fc60f02010-06-28 22:21:57 +0200331
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200332 /* Confirm deactivation of PDP context to MS */
333 rc = gsm48_tx_gsm_deact_pdp_acc(pctx);
334 } else {
335 LOGPDPCTXP(LOGL_NOTICE, pctx,
336 "Not deactivating SNDCP layer since the MM context "
337 "is not available\n");
338 }
Harald Welte77289c22010-05-18 14:32:29 +0200339
Harald Weltefdf453c2012-07-14 12:15:19 +0200340 /* unlink the now non-existing library handle from the pdp
341 * context */
342 pctx->lib = NULL;
343
Harald Welte77289c22010-05-18 14:32:29 +0200344 sgsn_pdp_ctx_free(pctx);
345
346 return rc;
Harald Welte2720e732010-05-17 00:44:57 +0200347}
348
349/* Confirmation of an GTP ECHO request */
Harald Weltea9b473a2010-12-24 21:13:26 +0100350static int echo_conf(struct pdp_t *pdp, void *cbp, int recovery)
Harald Welte2720e732010-05-17 00:44:57 +0200351{
352 if (recovery < 0) {
Daniel Willmann46553142014-09-03 17:46:44 +0200353 LOGP(DGPRS, LOGL_NOTICE, "GTP Echo Request timed out\n");
Harald Welte2720e732010-05-17 00:44:57 +0200354 /* FIXME: if version == 1, retry with version 0 */
355 } else {
356 DEBUGP(DGPRS, "GTP Rx Echo Response\n");
Harald Weltea9b473a2010-12-24 21:13:26 +0100357 }
358 return 0;
359}
360
361/* Any message received by GGSN contains a recovery IE */
362static int cb_recovery(struct sockaddr_in *peer, uint8_t recovery)
363{
364 struct sgsn_ggsn_ctx *ggsn;
365
366 ggsn = sgsn_ggsn_ctx_by_addr(&peer->sin_addr);
367 if (!ggsn) {
Daniel Willmann46553142014-09-03 17:46:44 +0200368 LOGP(DGPRS, LOGL_NOTICE, "Received Recovery IE for unknown GGSN\n");
Harald Weltea9b473a2010-12-24 21:13:26 +0100369 return -EINVAL;
370 }
371
372 if (ggsn->remote_restart_ctr == -1) {
373 /* First received ECHO RESPONSE, note the restart ctr */
374 ggsn->remote_restart_ctr = recovery;
375 } else if (ggsn->remote_restart_ctr != recovery) {
376 /* counter has changed (GGSN restart): release all PDP */
377 LOGP(DGPRS, LOGL_NOTICE, "GGSN recovery (%u->%u), "
378 "releasing all PDP contexts\n",
379 ggsn->remote_restart_ctr, recovery);
380 ggsn->remote_restart_ctr = recovery;
381 drop_all_pdp_for_ggsn(ggsn);
Harald Welte2720e732010-05-17 00:44:57 +0200382 }
383 return 0;
384}
385
386/* libgtp callback for confirmations */
387static int cb_conf(int type, int cause, struct pdp_t *pdp, void *cbp)
388{
389 DEBUGP(DGPRS, "libgtp cb_conf(type=%d, cause=%d, pdp=%p, cbp=%p)\n",
390 type, cause, pdp, cbp);
391
392 if (cause == EOF)
393 LOGP(DGPRS, LOGL_ERROR, "libgtp EOF (type=%u, pdp=%p, cbp=%p)\n",
394 type, pdp, cbp);
395
396 switch (type) {
397 case GTP_ECHO_REQ:
Harald Welte3357add2010-12-24 19:21:13 +0100398 /* libgtp hands us the RECOVERY number instead of a cause */
Harald Weltea9b473a2010-12-24 21:13:26 +0100399 return echo_conf(pdp, cbp, cause);
Harald Welte2720e732010-05-17 00:44:57 +0200400 case GTP_CREATE_PDP_REQ:
401 return create_pdp_conf(pdp, cbp, cause);
402 case GTP_DELETE_PDP_REQ:
Harald Welte77289c22010-05-18 14:32:29 +0200403 return delete_pdp_conf(pdp, cbp, cause);
Harald Welte2720e732010-05-17 00:44:57 +0200404 default:
405 break;
406 }
407 return 0;
408}
409
410/* Called whenever a PDP context is deleted for any reason */
411static int cb_delete_context(struct pdp_t *pdp)
412{
413 LOGP(DGPRS, LOGL_INFO, "PDP Context was deleted\n");
414 return 0;
415}
416
417/* Called when we receive a Version Not Supported message */
418static int cb_unsup_ind(struct sockaddr_in *peer)
419{
420 LOGP(DGPRS, LOGL_INFO, "GTP Version not supported Indication "
421 "from %s:%u\n", inet_ntoa(peer->sin_addr),
422 ntohs(peer->sin_port));
423 return 0;
424}
425
426/* Called when we receive a Supported Ext Headers Notification */
427static int cb_extheader_ind(struct sockaddr_in *peer)
428{
429 LOGP(DGPRS, LOGL_INFO, "GTP Supported Ext Headers Noficiation "
430 "from %s:%u\n", inet_ntoa(peer->sin_addr),
431 ntohs(peer->sin_port));
432 return 0;
433}
434
435/* Called whenever we recive a DATA packet */
Harald Weltebb1c8052010-06-03 06:38:38 +0200436static int cb_data_ind(struct pdp_t *lib, void *packet, unsigned int len)
Harald Welte2720e732010-05-17 00:44:57 +0200437{
Harald Weltebb35c452010-06-09 16:22:28 +0200438 struct bssgp_paging_info pinfo;
Harald Weltebb1c8052010-06-03 06:38:38 +0200439 struct sgsn_pdp_ctx *pdp;
Harald Weltebb35c452010-06-09 16:22:28 +0200440 struct sgsn_mm_ctx *mm;
441 struct msgb *msg;
Harald Weltebb1c8052010-06-03 06:38:38 +0200442 uint8_t *ud;
443
Harald Welte2720e732010-05-17 00:44:57 +0200444 DEBUGP(DGPRS, "GTP DATA IND from GGSN, length=%u\n", len);
Harald Welte2720e732010-05-17 00:44:57 +0200445
Harald Weltebb1c8052010-06-03 06:38:38 +0200446 pdp = lib->priv;
447 if (!pdp) {
Harald Weltefdf453c2012-07-14 12:15:19 +0200448 LOGP(DGPRS, LOGL_NOTICE,
449 "GTP DATA IND from GGSN for unknown PDP\n");
Harald Weltebb1c8052010-06-03 06:38:38 +0200450 return -EIO;
451 }
Harald Weltebb35c452010-06-09 16:22:28 +0200452 mm = pdp->mm;
Harald Weltefdf453c2012-07-14 12:15:19 +0200453 if (!mm) {
454 LOGP(DGPRS, LOGL_ERROR,
455 "PDP context (imsi=%s) without MM context!\n", mm->imsi);
456 return -EIO;
457 }
Harald Weltebb1c8052010-06-03 06:38:38 +0200458
Sylvain Munaut5914bad2010-06-09 20:49:24 +0200459 msg = msgb_alloc_headroom(len+256, 128, "GTP->SNDCP");
Harald Weltebb1c8052010-06-03 06:38:38 +0200460 ud = msgb_put(msg, len);
461 memcpy(ud, packet, len);
462
Harald Weltebb35c452010-06-09 16:22:28 +0200463 msgb_tlli(msg) = mm->tlli;
464 msgb_bvci(msg) = mm->bvci;
465 msgb_nsei(msg) = mm->nsei;
Harald Weltebb1c8052010-06-03 06:38:38 +0200466
Harald Weltebb35c452010-06-09 16:22:28 +0200467 switch (mm->mm_state) {
468 case GMM_REGISTERED_SUSPENDED:
469 /* initiate PS PAGING procedure */
470 memset(&pinfo, 0, sizeof(pinfo));
471 pinfo.mode = BSSGP_PAGING_PS;
472 pinfo.scope = BSSGP_PAGING_BVCI;
473 pinfo.bvci = mm->bvci;
474 pinfo.imsi = mm->imsi;
Harald Welte937a9ec2010-07-01 11:53:25 +0200475 pinfo.ptmsi = &mm->p_tmsi;
Harald Weltebb35c452010-06-09 16:22:28 +0200476 pinfo.drx_params = mm->drx_parms;
477 pinfo.qos[0] = 0; // FIXME
Holger Hans Peter Freyther65762e02014-04-04 12:49:00 +0200478 bssgp_tx_paging(mm->nsei, 0, &pinfo);
Harald Welteefbdee92010-06-10 00:20:12 +0200479 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PAGING_PS]);
Harald Weltebb35c452010-06-09 16:22:28 +0200480 /* FIXME: queue the packet we received from GTP */
481 break;
482 case GMM_REGISTERED_NORMAL:
483 break;
484 default:
485 LOGP(DGPRS, LOGL_ERROR, "GTP DATA IND for TLLI %08X in state "
486 "%u\n", mm->tlli, mm->mm_state);
487 msgb_free(msg);
488 return -1;
489 }
490
Harald Welteefbdee92010-06-10 00:20:12 +0200491 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_OUT]);
492 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_OUT], len);
493 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PKTS_UDATA_OUT]);
494 rate_ctr_add(&mm->ctrg->ctr[GMM_CTR_BYTES_UDATA_OUT], len);
495
Harald Weltebb35c452010-06-09 16:22:28 +0200496 return sndcp_unitdata_req(msg, &mm->llme->lle[pdp->sapi],
497 pdp->nsapi, mm);
Harald Welte2720e732010-05-17 00:44:57 +0200498}
499
Harald Welteebabdea2010-06-01 18:28:10 +0200500/* Called by SNDCP when it has received/re-assembled a N-PDU */
Harald Welte8911cef2010-07-01 19:56:19 +0200501int sgsn_rx_sndcp_ud_ind(struct gprs_ra_id *ra_id, int32_t tlli, uint8_t nsapi,
502 struct msgb *msg, uint32_t npdu_len, uint8_t *npdu)
Harald Welteebabdea2010-06-01 18:28:10 +0200503{
504 struct sgsn_mm_ctx *mmctx;
505 struct sgsn_pdp_ctx *pdp;
Harald Welteebabdea2010-06-01 18:28:10 +0200506
507 /* look-up the MM context for this message */
Harald Welte8911cef2010-07-01 19:56:19 +0200508 mmctx = sgsn_mm_ctx_by_tlli(tlli, ra_id);
Harald Welteebabdea2010-06-01 18:28:10 +0200509 if (!mmctx) {
510 LOGP(DGPRS, LOGL_ERROR,
511 "Cannot find MM CTX for TLLI %08x\n", tlli);
512 return -EIO;
513 }
514 /* look-up the PDP context for this message */
515 pdp = sgsn_pdp_ctx_by_nsapi(mmctx, nsapi);
516 if (!pdp) {
517 LOGP(DGPRS, LOGL_ERROR, "Cannot find PDP CTX for "
518 "TLLI=%08x, NSAPI=%u\n", tlli, nsapi);
519 return -EIO;
520 }
521 if (!pdp->lib) {
522 LOGP(DGPRS, LOGL_ERROR, "PDP CTX without libgtp\n");
523 return -EIO;
524 }
Harald Welteefbdee92010-06-10 00:20:12 +0200525
526 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_IN]);
527 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_IN], npdu_len);
528 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_UDATA_IN]);
529 rate_ctr_add(&mmctx->ctrg->ctr[GMM_CTR_BYTES_UDATA_IN], npdu_len);
530
531 return gtp_data_req(pdp->ggsn->gsn, pdp->lib, npdu, npdu_len);
Harald Welteebabdea2010-06-01 18:28:10 +0200532}
533
Harald Welte2720e732010-05-17 00:44:57 +0200534/* libgtp select loop integration */
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200535static int sgsn_gtp_fd_cb(struct osmo_fd *fd, unsigned int what)
Harald Welte2720e732010-05-17 00:44:57 +0200536{
537 struct sgsn_instance *sgi = fd->data;
538 int rc;
539
540 if (!(what & BSC_FD_READ))
541 return 0;
542
543 switch (fd->priv_nr) {
544 case 0:
545 rc = gtp_decaps0(sgi->gsn);
546 break;
547 case 1:
548 rc = gtp_decaps1c(sgi->gsn);
549 break;
550 case 2:
551 rc = gtp_decaps1u(sgi->gsn);
552 break;
Harald Weltecd4dd4d2010-05-18 17:20:49 +0200553 default:
554 rc = -EINVAL;
555 break;
Harald Welte2720e732010-05-17 00:44:57 +0200556 }
557 return rc;
558}
559
Harald Welte2720e732010-05-17 00:44:57 +0200560static void sgsn_gtp_tmr_start(struct sgsn_instance *sgi)
561{
Harald Welteb4a31292010-05-18 18:24:53 +0200562 struct timeval next;
Harald Welte2720e732010-05-17 00:44:57 +0200563
564 /* Retrieve next retransmission as struct timeval */
565 gtp_retranstimeout(sgi->gsn, &next);
566
Harald Welte2720e732010-05-17 00:44:57 +0200567 /* re-schedule the timer */
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200568 osmo_timer_schedule(&sgi->gtp_timer, next.tv_sec, next.tv_usec/1000);
Harald Welte2720e732010-05-17 00:44:57 +0200569}
570
571/* timer callback for libgtp retransmissions and ping */
572static void sgsn_gtp_tmr_cb(void *data)
573{
574 struct sgsn_instance *sgi = data;
575
576 /* Do all the retransmissions as needed */
577 gtp_retrans(sgi->gsn);
578
579 sgsn_gtp_tmr_start(sgi);
580}
581
582int sgsn_gtp_init(struct sgsn_instance *sgi)
583{
584 int rc;
585 struct gsn_t *gsn;
586
587 rc = gtp_new(&sgi->gsn, sgi->cfg.gtp_statedir,
588 &sgi->cfg.gtp_listenaddr.sin_addr, GTP_MODE_SGSN);
589 if (rc) {
590 LOGP(DGPRS, LOGL_ERROR, "Failed to create GTP: %d\n", rc);
591 return rc;
592 }
593 gsn = sgi->gsn;
594
595 sgi->gtp_fd0.fd = gsn->fd0;
596 sgi->gtp_fd0.priv_nr = 0;
597 sgi->gtp_fd0.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200598 sgi->gtp_fd0.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200599 sgi->gtp_fd0.cb = sgsn_gtp_fd_cb;
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200600 rc = osmo_fd_register(&sgi->gtp_fd0);
Harald Welte2720e732010-05-17 00:44:57 +0200601 if (rc < 0)
602 return rc;
603
604 sgi->gtp_fd1c.fd = gsn->fd1c;
605 sgi->gtp_fd1c.priv_nr = 1;
606 sgi->gtp_fd1c.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200607 sgi->gtp_fd1c.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200608 sgi->gtp_fd1c.cb = sgsn_gtp_fd_cb;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200609 rc = osmo_fd_register(&sgi->gtp_fd1c);
610 if (rc < 0) {
611 osmo_fd_unregister(&sgi->gtp_fd0);
Harald Welte2720e732010-05-17 00:44:57 +0200612 return rc;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200613 }
Harald Welte2720e732010-05-17 00:44:57 +0200614
615 sgi->gtp_fd1u.fd = gsn->fd1u;
616 sgi->gtp_fd1u.priv_nr = 2;
617 sgi->gtp_fd1u.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200618 sgi->gtp_fd1u.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200619 sgi->gtp_fd1u.cb = sgsn_gtp_fd_cb;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200620 rc = osmo_fd_register(&sgi->gtp_fd1u);
621 if (rc < 0) {
622 osmo_fd_unregister(&sgi->gtp_fd0);
623 osmo_fd_unregister(&sgi->gtp_fd1c);
Harald Welte2720e732010-05-17 00:44:57 +0200624 return rc;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200625 }
Harald Welte2720e732010-05-17 00:44:57 +0200626
627 /* Start GTP re-transmission timer */
628 sgi->gtp_timer.cb = sgsn_gtp_tmr_cb;
Harald Welte51537ee2010-05-18 18:28:13 +0200629 sgi->gtp_timer.data = sgi;
Harald Welte2720e732010-05-17 00:44:57 +0200630 sgsn_gtp_tmr_start(sgi);
631
632 /* Register callbackcs with libgtp */
633 gtp_set_cb_delete_context(gsn, cb_delete_context);
634 gtp_set_cb_conf(gsn, cb_conf);
Harald Weltea9b473a2010-12-24 21:13:26 +0100635 gtp_set_cb_recovery(gsn, cb_recovery);
Harald Welte2720e732010-05-17 00:44:57 +0200636 gtp_set_cb_data_ind(gsn, cb_data_ind);
637 gtp_set_cb_unsup_ind(gsn, cb_unsup_ind);
638 gtp_set_cb_extheader_ind(gsn, cb_extheader_ind);
639
640 return 0;
641}