blob: 4a14cf61174f017099ce6270d6f4d2346cf8176d [file] [log] [blame]
Harald Welte8f77f192010-05-17 00:44:57 +02001/* GPRS SGSN integration with libgtp of OpenGGSN */
Harald Welte3a333192010-06-04 17:43:19 +02002/* libgtp implements the GPRS Tunelling Protocol GTP per TS 09.60 / 29.060 */
Harald Welte8f77f192010-05-17 00:44:57 +02003
4/* (C) 2010 by Harald Welte <laforge@gnumonks.org>
Holger Hans Peter Freyther51808442010-10-06 20:37:09 +08005 * (C) 2010 by On-Waves
Holger Hans Peter Freyther786cfee2015-04-23 09:53:53 -04006 * (C) 2015 by Holger Hans Peter Freyther
Harald Welte8f77f192010-05-17 00:44:57 +02007 * All Rights Reserved
8 *
9 * This program is free software; you can redistribute it and/or modify
Harald Welte0e3e88e2011-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 Welte8f77f192010-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 Welte0e3e88e2011-01-01 15:25:50 +010017 * GNU Affero General Public License for more details.
Harald Welte8f77f192010-05-17 00:44:57 +020018 *
Harald Welte0e3e88e2011-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 Welte8f77f192010-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 Welte8f77f192010-05-17 00:44:57 +020033#include <sys/socket.h>
34#include <netinet/in.h>
35#include <arpa/inet.h>
36
Daniel Willmann945f6082016-05-21 17:35:57 +020037#include "bscconfig.h"
38
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010039#include <osmocom/core/talloc.h>
40#include <osmocom/core/select.h>
41#include <osmocom/core/rate_ctr.h>
Harald Weltecfb6b282012-06-16 14:59:56 +080042#include <osmocom/gprs/gprs_bssgp.h>
Harald Welte35ade5e2016-04-20 17:11:43 +020043#include <osmocom/gsm/protocol/gsm_04_08_gprs.h>
Harald Welte8f77f192010-05-17 00:44:57 +020044
45#include <openbsc/signal.h>
46#include <openbsc/debug.h>
47#include <openbsc/sgsn.h>
Harald Welted0e36dc2010-06-01 18:28:10 +020048#include <openbsc/gprs_llc.h>
Harald Welte8f77f192010-05-17 00:44:57 +020049#include <openbsc/gprs_sgsn.h>
Harald Welte29d838e2010-05-18 10:35:06 +020050#include <openbsc/gprs_gmm.h>
Holger Hans Peter Freyther786cfee2015-04-23 09:53:53 -040051#include <openbsc/gsm_subscriber.h>
Harald Welte8f77f192010-05-17 00:44:57 +020052
Daniel Willmann945f6082016-05-21 17:35:57 +020053#ifdef BUILD_IU
54#include <openbsc/iu.h>
55#include <osmocom/ranap/ranap_ies_defs.h>
56#endif
57
Harald Welte8f77f192010-05-17 00:44:57 +020058#include <gtp.h>
59#include <pdp.h>
60
Harald Welte8f77f192010-05-17 00:44:57 +020061const struct value_string gtp_cause_strs[] = {
62 { GTPCAUSE_REQ_IMSI, "Request IMSI" },
63 { GTPCAUSE_REQ_IMEI, "Request IMEI" },
64 { GTPCAUSE_REQ_IMSI_IMEI, "Request IMSI and IMEI" },
65 { GTPCAUSE_NO_ID_NEEDED, "No identity needed" },
66 { GTPCAUSE_MS_REFUSES_X, "MS refuses" },
67 { GTPCAUSE_MS_NOT_RESP_X, "MS is not GPRS responding" },
68 { GTPCAUSE_ACC_REQ, "Request accepted" },
69 { GTPCAUSE_NON_EXIST, "Non-existent" },
70 { GTPCAUSE_INVALID_MESSAGE, "Invalid message format" },
71 { GTPCAUSE_IMSI_NOT_KNOWN, "IMSI not known" },
72 { GTPCAUSE_MS_DETACHED, "MS is GPRS detached" },
73 { GTPCAUSE_MS_NOT_RESP, "MS is not GPRS responding" },
74 { GTPCAUSE_MS_REFUSES, "MS refuses" },
75 { GTPCAUSE_NO_RESOURCES, "No resources available" },
76 { GTPCAUSE_NOT_SUPPORTED, "Service not supported" },
77 { GTPCAUSE_MAN_IE_INCORRECT, "Mandatory IE incorrect" },
78 { GTPCAUSE_MAN_IE_MISSING, "Mandatory IE missing" },
79 { GTPCAUSE_OPT_IE_INCORRECT, "Optional IE incorrect" },
80 { GTPCAUSE_SYS_FAIL, "System failure" },
81 { GTPCAUSE_ROAMING_REST, "Roaming restrictions" },
82 { GTPCAUSE_PTIMSI_MISMATCH, "P-TMSI Signature mismatch" },
83 { GTPCAUSE_CONN_SUSP, "GPRS connection suspended" },
84 { GTPCAUSE_AUTH_FAIL, "Authentication failure" },
85 { GTPCAUSE_USER_AUTH_FAIL, "User authentication failed" },
86 { GTPCAUSE_CONTEXT_NOT_FOUND, "Context not found" },
87 { GTPCAUSE_ADDR_OCCUPIED, "All dynamic PDP addresses occupied" },
88 { GTPCAUSE_NO_MEMORY, "No memory is available" },
89 { GTPCAUSE_RELOC_FAIL, "Relocation failure" },
90 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, "Unknown mandatory ext. header" },
91 { GTPCAUSE_SEM_ERR_TFT, "Semantic error in TFT operation" },
92 { GTPCAUSE_SYN_ERR_TFT, "Syntactic error in TFT operation" },
93 { GTPCAUSE_SEM_ERR_FILTER, "Semantic errors in packet filter" },
94 { GTPCAUSE_SYN_ERR_FILTER, "Syntactic errors in packet filter" },
95 { GTPCAUSE_MISSING_APN, "Missing or unknown APN" },
96 { GTPCAUSE_UNKNOWN_PDP, "Unknown PDP address or PDP type" },
97 { 0, NULL }
98};
99
Harald Weltec1920c02010-07-02 22:47:39 +0200100/* Generate the GTP IMSI IE according to 09.60 Section 7.9.2 */
101static uint64_t imsi_str2gtp(char *str)
102{
103 uint64_t imsi64 = 0;
104 unsigned int n;
105 unsigned int imsi_len = strlen(str);
106
107 if (imsi_len > 16) {
108 LOGP(DGPRS, LOGL_NOTICE, "IMSI length > 16 not supported!\n");
109 return 0;
110 }
111
112 for (n = 0; n < 16; n++) {
113 uint64_t val;
114 if (n < imsi_len)
115 val = (str[n]-'0') & 0xf;
116 else
117 val = 0xf;
118 imsi64 |= (val << (n*4));
119 }
120 return imsi64;
121}
122
Harald Welte8f77f192010-05-17 00:44:57 +0200123/* generate a PDP context based on the IE's from the 04.08 message,
124 * and send the GTP create pdp context request to the GGSN */
Harald Welteeb471c92010-05-18 14:32:29 +0200125struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
Harald Weltec1f6bfe2010-05-17 22:58:03 +0200126 struct sgsn_mm_ctx *mmctx,
127 uint16_t nsapi,
128 struct tlv_parsed *tp)
Harald Welte8f77f192010-05-17 00:44:57 +0200129{
Holger Hans Peter Freyther4198b792015-05-17 17:36:23 +0200130 struct gprs_ra_id raid;
Harald Weltec1f6bfe2010-05-17 22:58:03 +0200131 struct sgsn_pdp_ctx *pctx;
Harald Welte8f77f192010-05-17 00:44:57 +0200132 struct pdp_t *pdp;
Harald Weltec1920c02010-07-02 22:47:39 +0200133 uint64_t imsi_ui64;
Holger Hans Peter Freyther532b09d2015-04-23 11:33:35 -0400134 size_t qos_len;
135 const uint8_t *qos;
Harald Welte8f77f192010-05-17 00:44:57 +0200136 int rc;
137
Harald Welteeb471c92010-05-18 14:32:29 +0200138 LOGP(DGPRS, LOGL_ERROR, "Create PDP Context\n");
Harald Weltec1f6bfe2010-05-17 22:58:03 +0200139 pctx = sgsn_pdp_ctx_alloc(mmctx, nsapi);
140 if (!pctx) {
141 LOGP(DGPRS, LOGL_ERROR, "Couldn't allocate PDP Ctx\n");
142 return NULL;
143 }
144
Harald Weltec1920c02010-07-02 22:47:39 +0200145 imsi_ui64 = imsi_str2gtp(mmctx->imsi);
146
Harald Welte8f77f192010-05-17 00:44:57 +0200147 rc = pdp_newpdp(&pdp, imsi_ui64, nsapi, NULL);
148 if (rc) {
Harald Weltec1f6bfe2010-05-17 22:58:03 +0200149 LOGP(DGPRS, LOGL_ERROR, "Out of libgtp PDP Contexts\n");
150 return NULL;
Harald Welte8f77f192010-05-17 00:44:57 +0200151 }
Harald Welteef1bef72010-06-03 06:38:38 +0200152 pdp->priv = pctx;
Harald Weltec1f6bfe2010-05-17 22:58:03 +0200153 pctx->lib = pdp;
154 pctx->ggsn = ggsn;
155
Harald Welte8f77f192010-05-17 00:44:57 +0200156 //pdp->peer = /* sockaddr_in of GGSN (receive) */
157 //pdp->ipif = /* not used by library */
158 pdp->version = ggsn->gtp_version;
159 pdp->hisaddr0 = ggsn->remote_addr;
160 pdp->hisaddr1 = ggsn->remote_addr;
161 //pdp->cch_pdp = 512; /* Charging Flat Rate */
162
Holger Hans Peter Freyther604ead02015-05-22 10:03:21 +0800163 /* MS provided APN, subscription was verified by the caller */
164 pdp->selmode = 0xFC | 0x00;
Harald Welte8f77f192010-05-17 00:44:57 +0200165
166 /* IMSI, TEID/TEIC, FLLU/FLLC, TID, NSAPI set in pdp_newpdp */
167
Holger Hans Peter Freyther786cfee2015-04-23 09:53:53 -0400168 /* Put the MSISDN in case we have it */
169 if (mmctx->subscr) {
170 pdp->msisdn.l = mmctx->subscr->sgsn_data->msisdn_len;
171 if (pdp->msisdn.l > sizeof(pdp->msisdn.v))
Holger Hans Peter Freyther4a091e32015-10-12 10:43:17 +0200172 pdp->msisdn.l = sizeof(pdp->msisdn.v);
Holger Hans Peter Freyther786cfee2015-04-23 09:53:53 -0400173 memcpy(pdp->msisdn.v, mmctx->subscr->sgsn_data->msisdn,
174 pdp->msisdn.l);
175 }
Harald Welte8f77f192010-05-17 00:44:57 +0200176
177 /* End User Address from GMM requested PDP address */
178 pdp->eua.l = TLVP_LEN(tp, OSMO_IE_GSM_REQ_PDP_ADDR);
179 if (pdp->eua.l > sizeof(pdp->eua.v))
180 pdp->eua.l = sizeof(pdp->eua.v);
181 memcpy(pdp->eua.v, TLVP_VAL(tp, OSMO_IE_GSM_REQ_PDP_ADDR),
182 pdp->eua.l);
183 /* Highest 4 bits of first byte need to be set to 1, otherwise
184 * the IE is identical with the 04.08 PDP Address IE */
185 pdp->eua.v[0] |= 0xf0;
186
187 /* APN name from GMM */
188 pdp->apn_use.l = TLVP_LEN(tp, GSM48_IE_GSM_APN);
189 if (pdp->apn_use.l > sizeof(pdp->apn_use.v))
190 pdp->apn_use.l = sizeof(pdp->apn_use.v);
191 memcpy(pdp->apn_use.v, TLVP_VAL(tp, GSM48_IE_GSM_APN),
192 pdp->apn_use.l);
193
194 /* Protocol Configuration Options from GMM */
195 pdp->pco_req.l = TLVP_LEN(tp, GSM48_IE_GSM_PROTO_CONF_OPT);
196 if (pdp->pco_req.l > sizeof(pdp->pco_req.v))
197 pdp->pco_req.l = sizeof(pdp->pco_req.v);
198 memcpy(pdp->pco_req.v, TLVP_VAL(tp, GSM48_IE_GSM_PROTO_CONF_OPT),
199 pdp->pco_req.l);
200
Holger Hans Peter Freyther532b09d2015-04-23 11:33:35 -0400201 /* QoS options from GMM or remote */
202 if (TLVP_LEN(tp, OSMO_IE_GSM_SUB_QOS) > 0) {
203 qos_len = TLVP_LEN(tp, OSMO_IE_GSM_SUB_QOS);
204 qos = TLVP_VAL(tp, OSMO_IE_GSM_SUB_QOS);
205 } else {
206 qos_len = TLVP_LEN(tp, OSMO_IE_GSM_REQ_QOS);
207 qos = TLVP_VAL(tp, OSMO_IE_GSM_REQ_QOS);
208 }
209
Holger Hans Peter Freyther05f7b042015-04-23 11:50:41 -0400210 if (qos_len <= 3) {
211 pdp->qos_req.l = qos_len + 1;
212 if (pdp->qos_req.l > sizeof(pdp->qos_req.v))
213 pdp->qos_req.l = sizeof(pdp->qos_req.v);
214 pdp->qos_req.v[0] = 0; /* Allocation/Retention policy */
215 memcpy(&pdp->qos_req.v[1], qos, pdp->qos_req.l - 1);
216 } else {
217 pdp->qos_req.l = qos_len;
218 if (pdp->qos_req.l > sizeof(pdp->qos_req.v))
219 pdp->qos_req.l = sizeof(pdp->qos_req.v);
220 memcpy(pdp->qos_req.v, qos, pdp->qos_req.l);
221 }
Harald Welte8f77f192010-05-17 00:44:57 +0200222
223 /* SGSN address for control plane */
Harald Welteaff6aeb2010-06-02 23:17:33 +0200224 pdp->gsnlc.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
225 memcpy(pdp->gsnlc.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
226 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte8f77f192010-05-17 00:44:57 +0200227
Daniel Willmann945f6082016-05-21 17:35:57 +0200228 /* SGSN address for user plane
229 * Default to the control plane addr for now. If we are connected to a
230 * hnbgw via IuPS we'll need to send a PDP context update with the
231 * correct IP address after the RAB Assignment is complete */
Harald Welteaff6aeb2010-06-02 23:17:33 +0200232 pdp->gsnlu.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
233 memcpy(pdp->gsnlu.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
234 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte8f77f192010-05-17 00:44:57 +0200235
Holger Hans Peter Freyther0d5ee642015-04-22 21:40:39 -0400236 /* Assume we are a GERAN system */
237 pdp->rattype.l = 1;
238 pdp->rattype.v[0] = 2;
239 pdp->rattype_given = 1;
240
Holger Hans Peter Freythera8b50302015-05-12 22:00:22 +0200241 /* Include RAI and ULI all the time */
Holger Hans Peter Freyther293b8212015-05-12 21:46:58 +0200242 pdp->rai_given = 1;
243 pdp->rai.l = 6;
Holger Hans Peter Freyther4198b792015-05-17 17:36:23 +0200244 raid = mmctx->ra;
245 raid.lac = 0xFFFE;
246 raid.rac = 0xFF;
247 gsm48_construct_ra(pdp->rai.v, &raid);
Holger Hans Peter Freyther293b8212015-05-12 21:46:58 +0200248
Holger Hans Peter Freythera8b50302015-05-12 22:00:22 +0200249 pdp->userloc_given = 1;
250 pdp->userloc.l = 8;
251 pdp->userloc.v[0] = 0; /* CGI for GERAN */
Harald Weltec28dc2f2015-12-25 19:12:21 +0100252 bssgp_create_cell_id(&pdp->userloc.v[1], &mmctx->ra, mmctx->gb.cell_id);
Holger Hans Peter Freythera8b50302015-05-12 22:00:22 +0200253
Holger Hans Peter Freyther3f1e7722015-05-12 22:20:05 +0200254 /* include the IMEI(SV) */
255 pdp->imeisv_given = 1;
256 gsm48_encode_bcd_number(&pdp->imeisv.v[0], 8, 0, mmctx->imei);
257 pdp->imeisv.l = pdp->imeisv.v[0];
258 memmove(&pdp->imeisv.v[0], &pdp->imeisv.v[1], 8);
259
Harald Welte29d838e2010-05-18 10:35:06 +0200260 /* change pdp state to 'requested' */
261 pctx->state = PDP_STATE_CR_REQ;
Harald Welte8f77f192010-05-17 00:44:57 +0200262
Harald Weltec1f6bfe2010-05-17 22:58:03 +0200263 rc = gtp_create_context_req(ggsn->gsn, pdp, pctx);
264 /* FIXME */
265
266 return pctx;
Harald Welte8f77f192010-05-17 00:44:57 +0200267}
268
Harald Weltef28e1a02010-12-24 19:21:13 +0100269/* SGSN wants to delete a PDP context */
Harald Welteeb471c92010-05-18 14:32:29 +0200270int sgsn_delete_pdp_ctx(struct sgsn_pdp_ctx *pctx)
271{
Daniel Willmannc9ac9732014-09-03 17:46:44 +0200272 LOGPDPCTXP(LOGL_ERROR, pctx, "Delete PDP Context\n");
Harald Welteeb471c92010-05-18 14:32:29 +0200273
274 /* FIXME: decide if we need teardown or not ! */
275 return gtp_delete_context_req(pctx->ggsn->gsn, pctx->lib, pctx, 1);
276}
Harald Welte29d838e2010-05-18 10:35:06 +0200277
278struct cause_map {
279 uint8_t cause_in;
280 uint8_t cause_out;
281};
282
283static uint8_t cause_map(const struct cause_map *map, uint8_t in, uint8_t deflt)
284{
285 const struct cause_map *m;
286
287 for (m = map; m->cause_in && m->cause_out; m++) {
288 if (m->cause_in == in)
289 return m->cause_out;
290 }
291 return deflt;
292}
293
294/* how do we map from gtp cause to SM cause */
295static const struct cause_map gtp2sm_cause_map[] = {
296 { GTPCAUSE_NO_RESOURCES, GSM_CAUSE_INSUFF_RSRC },
297 { GTPCAUSE_NOT_SUPPORTED, GSM_CAUSE_SERV_OPT_NOTSUPP },
298 { GTPCAUSE_MAN_IE_INCORRECT, GSM_CAUSE_INV_MAND_INFO },
299 { GTPCAUSE_MAN_IE_MISSING, GSM_CAUSE_INV_MAND_INFO },
300 { GTPCAUSE_OPT_IE_INCORRECT, GSM_CAUSE_PROTO_ERR_UNSPEC },
301 { GTPCAUSE_SYS_FAIL, GSM_CAUSE_NET_FAIL },
302 { GTPCAUSE_ROAMING_REST, GSM_CAUSE_REQ_SERV_OPT_NOTSUB },
303 { GTPCAUSE_PTIMSI_MISMATCH, GSM_CAUSE_PROTO_ERR_UNSPEC },
304 { GTPCAUSE_CONN_SUSP, GSM_CAUSE_PROTO_ERR_UNSPEC },
305 { GTPCAUSE_AUTH_FAIL, GSM_CAUSE_AUTH_FAILED },
306 { GTPCAUSE_USER_AUTH_FAIL, GSM_CAUSE_ACT_REJ_GGSN },
307 { GTPCAUSE_CONTEXT_NOT_FOUND, GSM_CAUSE_PROTO_ERR_UNSPEC },
308 { GTPCAUSE_ADDR_OCCUPIED, GSM_CAUSE_INSUFF_RSRC },
309 { GTPCAUSE_NO_MEMORY, GSM_CAUSE_INSUFF_RSRC },
310 { GTPCAUSE_RELOC_FAIL, GSM_CAUSE_PROTO_ERR_UNSPEC },
311 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, GSM_CAUSE_PROTO_ERR_UNSPEC },
312 { GTPCAUSE_MISSING_APN, GSM_CAUSE_MISSING_APN },
313 { GTPCAUSE_UNKNOWN_PDP, GSM_CAUSE_UNKNOWN_PDP },
314 { 0, 0 }
315};
316
Daniel Willmann7736dda2016-05-21 01:40:19 +0200317static int send_act_pdp_cont_acc(struct sgsn_pdp_ctx *pctx)
318{
319 struct sgsn_signal_data sig_data;
320
321 /* Inform others about it */
322 memset(&sig_data, 0, sizeof(sig_data));
323 sig_data.pdp = pctx;
324 osmo_signal_dispatch(SS_SGSN, S_SGSN_PDP_ACT, &sig_data);
325
326 /* Send PDP CTX ACT to MS */
327 return gsm48_tx_gsm_act_pdp_acc(pctx);
328}
329
Harald Welte8f77f192010-05-17 00:44:57 +0200330/* The GGSN has confirmed the creation of a PDP Context */
331static int create_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
332{
Harald Weltec1f6bfe2010-05-17 22:58:03 +0200333 struct sgsn_pdp_ctx *pctx = cbp;
Harald Welte29d838e2010-05-18 10:35:06 +0200334 uint8_t reject_cause;
Harald Welte8f77f192010-05-17 00:44:57 +0200335
Daniel Willmannc9ac9732014-09-03 17:46:44 +0200336 LOGPDPCTXP(LOGL_INFO, pctx, "Received CREATE PDP CTX CONF, cause=%d(%s)\n",
Harald Welte8f77f192010-05-17 00:44:57 +0200337 cause, get_value_string(gtp_cause_strs, cause));
338
Jacob Erlbeckd781c7a2014-10-13 10:32:00 +0200339 if (!pctx->mm) {
340 LOGP(DGPRS, LOGL_INFO,
341 "No MM context, aborting CREATE PDP CTX CONF\n");
342 return -EIO;
343 }
344
Harald Welte8f77f192010-05-17 00:44:57 +0200345 /* Check for cause value if it was really successful */
346 if (cause < 0) {
347 LOGP(DGPRS, LOGL_NOTICE, "Create PDP ctx req timed out\n");
Harald Weltea640f132010-06-01 11:52:41 +0200348 if (pdp && pdp->version == 1) {
Harald Welte8f77f192010-05-17 00:44:57 +0200349 pdp->version = 0;
Harald Welte17072d12010-05-17 00:53:10 +0200350 gtp_create_context_req(sgsn->gsn, pdp, cbp);
Harald Welte8f77f192010-05-17 00:44:57 +0200351 return 0;
352 } else {
Harald Welte29d838e2010-05-18 10:35:06 +0200353 reject_cause = GSM_CAUSE_NET_FAIL;
354 goto reject;
Harald Welte8f77f192010-05-17 00:44:57 +0200355 }
356 }
357
358 /* Check for cause value if it was really successful */
359 if (cause != GTPCAUSE_ACC_REQ) {
Harald Welte29d838e2010-05-18 10:35:06 +0200360 reject_cause = cause_map(gtp2sm_cause_map, cause,
361 GSM_CAUSE_ACT_REJ_GGSN);
362 goto reject;
Harald Welte8f77f192010-05-17 00:44:57 +0200363 }
364
Daniel Willmann711adc22016-05-20 22:36:23 +0200365 if (pctx->mm->ran_type == MM_CTX_T_GERAN_Gb) {
366 /* Activate the SNDCP layer */
367 sndcp_sm_activate_ind(&pctx->mm->gb.llme->lle[pctx->sapi], pctx->nsapi);
368 return send_act_pdp_cont_acc(pctx);
369 }
Harald Welte29d838e2010-05-18 10:35:06 +0200370
Neels Hofmeyr47f19432016-07-23 22:23:17 +0200371 LOGP(DGPRS, LOGL_ERROR, "Unknown ran_type %d\n",
372 pctx->mm->ran_type);
373 reject_cause = GSM_CAUSE_PROTO_ERR_UNSPEC;
374
Harald Welte29d838e2010-05-18 10:35:06 +0200375reject:
Holger Hans Peter Freyther7e066c12013-07-30 08:45:29 +0200376 /*
377 * In case of a timeout pdp will be NULL but we have a valid pointer
378 * in pctx->lib. For other rejects pctx->lib and pdp might be the
379 * same.
380 */
Harald Welte29d838e2010-05-18 10:35:06 +0200381 pctx->state = PDP_STATE_NONE;
Holger Hans Peter Freyther7e066c12013-07-30 08:45:29 +0200382 if (pctx->lib && pctx->lib != pdp)
383 pdp_freepdp(pctx->lib);
384 pctx->lib = NULL;
385
Harald Weltea640f132010-06-01 11:52:41 +0200386 if (pdp)
387 pdp_freepdp(pdp);
Harald Welte29d838e2010-05-18 10:35:06 +0200388 /* Send PDP CTX ACT REJ to MS */
Holger Hans Peter Freyther511c31f2014-04-04 12:49:00 +0200389 gsm48_tx_gsm_act_pdp_rej(pctx->mm, pctx->ti, reject_cause,
Harald Welte29d838e2010-05-18 10:35:06 +0200390 0, NULL);
Harald Welte4aa41482010-06-02 10:09:50 +0200391 sgsn_pdp_ctx_free(pctx);
Harald Welte29d838e2010-05-18 10:35:06 +0200392
393 return EOF;
Harald Welte8f77f192010-05-17 00:44:57 +0200394}
395
Daniel Willmann945f6082016-05-21 17:35:57 +0200396#ifdef BUILD_IU
397/* Callback for RAB assignment response */
398int sgsn_ranap_rab_ass_resp(struct sgsn_mm_ctx *ctx, RANAP_RAB_SetupOrModifiedItemIEs_t *setup_ies)
399{
400 uint8_t rab_id;
401 bool require_pdp_update = false;
402 struct sgsn_pdp_ctx *pdp = NULL;
403 RANAP_RAB_SetupOrModifiedItem_t *item = &setup_ies->raB_SetupOrModifiedItem;
404
405 rab_id = item->rAB_ID.buf[0];
406
407 pdp = sgsn_pdp_ctx_by_nsapi(ctx, rab_id);
408 if (!pdp) {
409 LOGP(DRANAP, LOGL_ERROR, "RAB Assignment Response for unknown RAB/NSAPI=%u\n", rab_id);
410 return -1;
411 }
412
413 if (item->transportLayerAddress) {
414 LOGPC(DRANAP, LOGL_INFO, " Setup: (%u/%s)", rab_id, osmo_hexdump(item->transportLayerAddress->buf,
415 item->transportLayerAddress->size));
416 switch (item->transportLayerAddress->size) {
417 case 7:
418 /* It must be IPv4 inside a X213 NSAP */
419 memcpy(pdp->lib->gsnlu.v, &item->transportLayerAddress->buf[3], 4);
420 break;
421 case 4:
422 /* It must be a raw IPv4 address */
423 memcpy(pdp->lib->gsnlu.v, item->transportLayerAddress->buf, 4);
424 break;
425 case 16:
426 /* TODO: It must be a raw IPv6 address */
427 case 19:
428 /* TODO: It must be IPv6 inside a X213 NSAP */
429 default:
430 LOGP(DRANAP, LOGL_ERROR, "RAB Assignment Resp: Unknown "
431 "transport layer address size %u\n",
432 item->transportLayerAddress->size);
433 return -1;
434 }
435 require_pdp_update = true;
436 }
437
438 /* The TEI on the RNC side might have changed, too */
439 if (item->iuTransportAssociation &&
440 item->iuTransportAssociation->present == RANAP_IuTransportAssociation_PR_gTP_TEI &&
441 item->iuTransportAssociation->choice.gTP_TEI.buf &&
442 item->iuTransportAssociation->choice.gTP_TEI.size >= 4) {
443 uint32_t tei = osmo_load32be(item->iuTransportAssociation->choice.gTP_TEI.buf);
444 LOGP(DRANAP, LOGL_DEBUG, "Updating TEID on RNC side from 0x%08x to 0x%08x\n",
445 pdp->lib->teid_own, tei);
446 pdp->lib->teid_own = tei;
447 require_pdp_update = true;
448 }
449
450 if (require_pdp_update)
451 gtp_update_context(pdp->ggsn->gsn, pdp->lib, pdp, &pdp->lib->hisaddr0);
452
453 if (pdp->state != PDP_STATE_CR_CONF) {
454 send_act_pdp_cont_acc(pdp);
455 pdp->state = PDP_STATE_CR_CONF;
456 }
457 return 0;
458
459}
460#endif
461
Harald Welte8f77f192010-05-17 00:44:57 +0200462/* Confirmation of a PDP Context Delete */
Harald Welteeb471c92010-05-18 14:32:29 +0200463static int delete_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
Harald Welte8f77f192010-05-17 00:44:57 +0200464{
Holger Hans Peter Freytherf14098a2015-05-02 19:55:38 +0200465 struct sgsn_signal_data sig_data;
Harald Welteeb471c92010-05-18 14:32:29 +0200466 struct sgsn_pdp_ctx *pctx = cbp;
Jacob Erlbeckd781c7a2014-10-13 10:32:00 +0200467 int rc = 0;
Harald Welteeb471c92010-05-18 14:32:29 +0200468
Daniel Willmannc9ac9732014-09-03 17:46:44 +0200469 LOGPDPCTXP(LOGL_INFO, pctx, "Received DELETE PDP CTX CONF, cause=%d(%s)\n",
Harald Welte8f77f192010-05-17 00:44:57 +0200470 cause, get_value_string(gtp_cause_strs, cause));
Harald Welteeb471c92010-05-18 14:32:29 +0200471
Holger Hans Peter Freytherf14098a2015-05-02 19:55:38 +0200472 memset(&sig_data, 0, sizeof(sig_data));
473 sig_data.pdp = pctx;
474 osmo_signal_dispatch(SS_SGSN, S_SGSN_PDP_DEACT, &sig_data);
475
Jacob Erlbeckd781c7a2014-10-13 10:32:00 +0200476 if (pctx->mm) {
Daniel Willmann711adc22016-05-20 22:36:23 +0200477 if (pctx->mm->ran_type == MM_CTX_T_GERAN_Gb) {
478 /* Deactivate the SNDCP layer */
479 sndcp_sm_deactivate_ind(&pctx->mm->gb.llme->lle[pctx->sapi], pctx->nsapi);
480 }
Harald Welte502e8a52010-06-28 22:21:57 +0200481
Jacob Erlbeckd781c7a2014-10-13 10:32:00 +0200482 /* Confirm deactivation of PDP context to MS */
483 rc = gsm48_tx_gsm_deact_pdp_acc(pctx);
484 } else {
485 LOGPDPCTXP(LOGL_NOTICE, pctx,
486 "Not deactivating SNDCP layer since the MM context "
487 "is not available\n");
488 }
Harald Welteeb471c92010-05-18 14:32:29 +0200489
Harald Welte095b3de2012-07-14 12:15:19 +0200490 /* unlink the now non-existing library handle from the pdp
491 * context */
492 pctx->lib = NULL;
493
Harald Welteeb471c92010-05-18 14:32:29 +0200494 sgsn_pdp_ctx_free(pctx);
495
496 return rc;
Harald Welte8f77f192010-05-17 00:44:57 +0200497}
498
499/* Confirmation of an GTP ECHO request */
Harald Welte94ecef32010-12-24 21:13:26 +0100500static int echo_conf(struct pdp_t *pdp, void *cbp, int recovery)
Harald Welte8f77f192010-05-17 00:44:57 +0200501{
502 if (recovery < 0) {
Daniel Willmannc9ac9732014-09-03 17:46:44 +0200503 LOGP(DGPRS, LOGL_NOTICE, "GTP Echo Request timed out\n");
Harald Welte8f77f192010-05-17 00:44:57 +0200504 /* FIXME: if version == 1, retry with version 0 */
505 } else {
506 DEBUGP(DGPRS, "GTP Rx Echo Response\n");
Harald Welte94ecef32010-12-24 21:13:26 +0100507 }
508 return 0;
509}
510
511/* Any message received by GGSN contains a recovery IE */
512static int cb_recovery(struct sockaddr_in *peer, uint8_t recovery)
513{
514 struct sgsn_ggsn_ctx *ggsn;
515
516 ggsn = sgsn_ggsn_ctx_by_addr(&peer->sin_addr);
517 if (!ggsn) {
Daniel Willmannc9ac9732014-09-03 17:46:44 +0200518 LOGP(DGPRS, LOGL_NOTICE, "Received Recovery IE for unknown GGSN\n");
Harald Welte94ecef32010-12-24 21:13:26 +0100519 return -EINVAL;
520 }
521
522 if (ggsn->remote_restart_ctr == -1) {
523 /* First received ECHO RESPONSE, note the restart ctr */
524 ggsn->remote_restart_ctr = recovery;
525 } else if (ggsn->remote_restart_ctr != recovery) {
526 /* counter has changed (GGSN restart): release all PDP */
527 LOGP(DGPRS, LOGL_NOTICE, "GGSN recovery (%u->%u), "
528 "releasing all PDP contexts\n",
529 ggsn->remote_restart_ctr, recovery);
530 ggsn->remote_restart_ctr = recovery;
531 drop_all_pdp_for_ggsn(ggsn);
Harald Welte8f77f192010-05-17 00:44:57 +0200532 }
533 return 0;
534}
535
536/* libgtp callback for confirmations */
537static int cb_conf(int type, int cause, struct pdp_t *pdp, void *cbp)
538{
539 DEBUGP(DGPRS, "libgtp cb_conf(type=%d, cause=%d, pdp=%p, cbp=%p)\n",
540 type, cause, pdp, cbp);
541
542 if (cause == EOF)
543 LOGP(DGPRS, LOGL_ERROR, "libgtp EOF (type=%u, pdp=%p, cbp=%p)\n",
544 type, pdp, cbp);
545
546 switch (type) {
547 case GTP_ECHO_REQ:
Harald Weltef28e1a02010-12-24 19:21:13 +0100548 /* libgtp hands us the RECOVERY number instead of a cause */
Harald Welte94ecef32010-12-24 21:13:26 +0100549 return echo_conf(pdp, cbp, cause);
Harald Welte8f77f192010-05-17 00:44:57 +0200550 case GTP_CREATE_PDP_REQ:
551 return create_pdp_conf(pdp, cbp, cause);
552 case GTP_DELETE_PDP_REQ:
Harald Welteeb471c92010-05-18 14:32:29 +0200553 return delete_pdp_conf(pdp, cbp, cause);
Harald Welte8f77f192010-05-17 00:44:57 +0200554 default:
555 break;
556 }
557 return 0;
558}
559
560/* Called whenever a PDP context is deleted for any reason */
561static int cb_delete_context(struct pdp_t *pdp)
562{
563 LOGP(DGPRS, LOGL_INFO, "PDP Context was deleted\n");
564 return 0;
565}
566
567/* Called when we receive a Version Not Supported message */
568static int cb_unsup_ind(struct sockaddr_in *peer)
569{
570 LOGP(DGPRS, LOGL_INFO, "GTP Version not supported Indication "
571 "from %s:%u\n", inet_ntoa(peer->sin_addr),
572 ntohs(peer->sin_port));
573 return 0;
574}
575
576/* Called when we receive a Supported Ext Headers Notification */
577static int cb_extheader_ind(struct sockaddr_in *peer)
578{
579 LOGP(DGPRS, LOGL_INFO, "GTP Supported Ext Headers Noficiation "
580 "from %s:%u\n", inet_ntoa(peer->sin_addr),
581 ntohs(peer->sin_port));
582 return 0;
583}
584
585/* Called whenever we recive a DATA packet */
Harald Welteef1bef72010-06-03 06:38:38 +0200586static int cb_data_ind(struct pdp_t *lib, void *packet, unsigned int len)
Harald Welte8f77f192010-05-17 00:44:57 +0200587{
Harald Welte92f27a92010-06-09 16:22:28 +0200588 struct bssgp_paging_info pinfo;
Harald Welteef1bef72010-06-03 06:38:38 +0200589 struct sgsn_pdp_ctx *pdp;
Harald Welte92f27a92010-06-09 16:22:28 +0200590 struct sgsn_mm_ctx *mm;
591 struct msgb *msg;
Harald Welteef1bef72010-06-03 06:38:38 +0200592 uint8_t *ud;
593
Harald Welte8f77f192010-05-17 00:44:57 +0200594 DEBUGP(DGPRS, "GTP DATA IND from GGSN, length=%u\n", len);
Harald Welte8f77f192010-05-17 00:44:57 +0200595
Harald Welteef1bef72010-06-03 06:38:38 +0200596 pdp = lib->priv;
597 if (!pdp) {
Harald Welte095b3de2012-07-14 12:15:19 +0200598 LOGP(DGPRS, LOGL_NOTICE,
599 "GTP DATA IND from GGSN for unknown PDP\n");
Harald Welteef1bef72010-06-03 06:38:38 +0200600 return -EIO;
601 }
Harald Welte92f27a92010-06-09 16:22:28 +0200602 mm = pdp->mm;
Harald Welte095b3de2012-07-14 12:15:19 +0200603 if (!mm) {
604 LOGP(DGPRS, LOGL_ERROR,
605 "PDP context (imsi=%s) without MM context!\n", mm->imsi);
606 return -EIO;
607 }
Harald Welteef1bef72010-06-03 06:38:38 +0200608
Sylvain Munautb59499b2010-06-09 20:49:24 +0200609 msg = msgb_alloc_headroom(len+256, 128, "GTP->SNDCP");
Harald Welteef1bef72010-06-03 06:38:38 +0200610 ud = msgb_put(msg, len);
611 memcpy(ud, packet, len);
612
Harald Weltec28dc2f2015-12-25 19:12:21 +0100613 msgb_tlli(msg) = mm->gb.tlli;
614 msgb_bvci(msg) = mm->gb.bvci;
615 msgb_nsei(msg) = mm->gb.nsei;
Harald Welteef1bef72010-06-03 06:38:38 +0200616
Harald Welte92f27a92010-06-09 16:22:28 +0200617 switch (mm->mm_state) {
618 case GMM_REGISTERED_SUSPENDED:
619 /* initiate PS PAGING procedure */
620 memset(&pinfo, 0, sizeof(pinfo));
621 pinfo.mode = BSSGP_PAGING_PS;
622 pinfo.scope = BSSGP_PAGING_BVCI;
Harald Weltec28dc2f2015-12-25 19:12:21 +0100623 pinfo.bvci = mm->gb.bvci;
Harald Welte92f27a92010-06-09 16:22:28 +0200624 pinfo.imsi = mm->imsi;
Harald Weltef81c3c82010-07-01 11:53:25 +0200625 pinfo.ptmsi = &mm->p_tmsi;
Harald Welte92f27a92010-06-09 16:22:28 +0200626 pinfo.drx_params = mm->drx_parms;
627 pinfo.qos[0] = 0; // FIXME
Harald Weltec28dc2f2015-12-25 19:12:21 +0100628 bssgp_tx_paging(mm->gb.nsei, 0, &pinfo);
Harald Welte0fe506b2010-06-10 00:20:12 +0200629 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PAGING_PS]);
Harald Welte92f27a92010-06-09 16:22:28 +0200630 /* FIXME: queue the packet we received from GTP */
631 break;
632 case GMM_REGISTERED_NORMAL:
633 break;
634 default:
635 LOGP(DGPRS, LOGL_ERROR, "GTP DATA IND for TLLI %08X in state "
Harald Weltec28dc2f2015-12-25 19:12:21 +0100636 "%u\n", mm->gb.tlli, mm->mm_state);
Harald Welte92f27a92010-06-09 16:22:28 +0200637 msgb_free(msg);
638 return -1;
639 }
640
Harald Welte0fe506b2010-06-10 00:20:12 +0200641 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_OUT]);
642 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_OUT], len);
643 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PKTS_UDATA_OUT]);
644 rate_ctr_add(&mm->ctrg->ctr[GMM_CTR_BYTES_UDATA_OUT], len);
645
Holger Hans Peter Freyther33d469b2015-05-05 22:25:48 +0200646 /* It is easier to have a global count */
647 pdp->cdr_bytes_out += len;
648
Harald Weltec28dc2f2015-12-25 19:12:21 +0100649 return sndcp_unitdata_req(msg, &mm->gb.llme->lle[pdp->sapi],
Harald Welte92f27a92010-06-09 16:22:28 +0200650 pdp->nsapi, mm);
Harald Welte8f77f192010-05-17 00:44:57 +0200651}
652
Harald Welted0e36dc2010-06-01 18:28:10 +0200653/* Called by SNDCP when it has received/re-assembled a N-PDU */
Harald Welte3322cb32010-07-01 19:56:19 +0200654int sgsn_rx_sndcp_ud_ind(struct gprs_ra_id *ra_id, int32_t tlli, uint8_t nsapi,
655 struct msgb *msg, uint32_t npdu_len, uint8_t *npdu)
Harald Welted0e36dc2010-06-01 18:28:10 +0200656{
657 struct sgsn_mm_ctx *mmctx;
658 struct sgsn_pdp_ctx *pdp;
Harald Welted0e36dc2010-06-01 18:28:10 +0200659
660 /* look-up the MM context for this message */
Harald Welte3322cb32010-07-01 19:56:19 +0200661 mmctx = sgsn_mm_ctx_by_tlli(tlli, ra_id);
Harald Welted0e36dc2010-06-01 18:28:10 +0200662 if (!mmctx) {
663 LOGP(DGPRS, LOGL_ERROR,
664 "Cannot find MM CTX for TLLI %08x\n", tlli);
665 return -EIO;
666 }
667 /* look-up the PDP context for this message */
668 pdp = sgsn_pdp_ctx_by_nsapi(mmctx, nsapi);
669 if (!pdp) {
670 LOGP(DGPRS, LOGL_ERROR, "Cannot find PDP CTX for "
671 "TLLI=%08x, NSAPI=%u\n", tlli, nsapi);
672 return -EIO;
673 }
674 if (!pdp->lib) {
675 LOGP(DGPRS, LOGL_ERROR, "PDP CTX without libgtp\n");
676 return -EIO;
677 }
Harald Welte0fe506b2010-06-10 00:20:12 +0200678
679 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_IN]);
680 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_IN], npdu_len);
681 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_UDATA_IN]);
682 rate_ctr_add(&mmctx->ctrg->ctr[GMM_CTR_BYTES_UDATA_IN], npdu_len);
683
Holger Hans Peter Freyther33d469b2015-05-05 22:25:48 +0200684 /* It is easier to have a global count */
685 pdp->cdr_bytes_in += npdu_len;
686
Harald Welte0fe506b2010-06-10 00:20:12 +0200687 return gtp_data_req(pdp->ggsn->gsn, pdp->lib, npdu, npdu_len);
Harald Welted0e36dc2010-06-01 18:28:10 +0200688}
689
Harald Welte8f77f192010-05-17 00:44:57 +0200690/* libgtp select loop integration */
Pablo Neira Ayuso04d24cd2011-05-06 12:11:23 +0200691static int sgsn_gtp_fd_cb(struct osmo_fd *fd, unsigned int what)
Harald Welte8f77f192010-05-17 00:44:57 +0200692{
693 struct sgsn_instance *sgi = fd->data;
694 int rc;
695
696 if (!(what & BSC_FD_READ))
697 return 0;
698
699 switch (fd->priv_nr) {
700 case 0:
701 rc = gtp_decaps0(sgi->gsn);
702 break;
703 case 1:
704 rc = gtp_decaps1c(sgi->gsn);
705 break;
706 case 2:
707 rc = gtp_decaps1u(sgi->gsn);
708 break;
Harald Welte50d44fe2010-05-18 17:20:49 +0200709 default:
710 rc = -EINVAL;
711 break;
Harald Welte8f77f192010-05-17 00:44:57 +0200712 }
713 return rc;
714}
715
Harald Welte8f77f192010-05-17 00:44:57 +0200716static void sgsn_gtp_tmr_start(struct sgsn_instance *sgi)
717{
Harald Welte56087152010-05-18 18:24:53 +0200718 struct timeval next;
Harald Welte8f77f192010-05-17 00:44:57 +0200719
720 /* Retrieve next retransmission as struct timeval */
721 gtp_retranstimeout(sgi->gsn, &next);
722
Harald Welte8f77f192010-05-17 00:44:57 +0200723 /* re-schedule the timer */
Pablo Neira Ayuso840ccf62011-05-06 12:11:06 +0200724 osmo_timer_schedule(&sgi->gtp_timer, next.tv_sec, next.tv_usec/1000);
Harald Welte8f77f192010-05-17 00:44:57 +0200725}
726
727/* timer callback for libgtp retransmissions and ping */
728static void sgsn_gtp_tmr_cb(void *data)
729{
730 struct sgsn_instance *sgi = data;
731
732 /* Do all the retransmissions as needed */
733 gtp_retrans(sgi->gsn);
734
735 sgsn_gtp_tmr_start(sgi);
736}
737
738int sgsn_gtp_init(struct sgsn_instance *sgi)
739{
740 int rc;
741 struct gsn_t *gsn;
742
743 rc = gtp_new(&sgi->gsn, sgi->cfg.gtp_statedir,
744 &sgi->cfg.gtp_listenaddr.sin_addr, GTP_MODE_SGSN);
745 if (rc) {
746 LOGP(DGPRS, LOGL_ERROR, "Failed to create GTP: %d\n", rc);
747 return rc;
748 }
749 gsn = sgi->gsn;
750
751 sgi->gtp_fd0.fd = gsn->fd0;
752 sgi->gtp_fd0.priv_nr = 0;
753 sgi->gtp_fd0.data = sgi;
Harald Welte15bd9242010-05-18 13:13:11 +0200754 sgi->gtp_fd0.when = BSC_FD_READ;
Harald Welte8f77f192010-05-17 00:44:57 +0200755 sgi->gtp_fd0.cb = sgsn_gtp_fd_cb;
Pablo Neira Ayuso04d24cd2011-05-06 12:11:23 +0200756 rc = osmo_fd_register(&sgi->gtp_fd0);
Harald Welte8f77f192010-05-17 00:44:57 +0200757 if (rc < 0)
758 return rc;
759
760 sgi->gtp_fd1c.fd = gsn->fd1c;
761 sgi->gtp_fd1c.priv_nr = 1;
762 sgi->gtp_fd1c.data = sgi;
Harald Welte15bd9242010-05-18 13:13:11 +0200763 sgi->gtp_fd1c.when = BSC_FD_READ;
Harald Welte8f77f192010-05-17 00:44:57 +0200764 sgi->gtp_fd1c.cb = sgsn_gtp_fd_cb;
Holger Hans Peter Freyther44051a22013-07-04 18:39:02 +0200765 rc = osmo_fd_register(&sgi->gtp_fd1c);
766 if (rc < 0) {
767 osmo_fd_unregister(&sgi->gtp_fd0);
Harald Welte8f77f192010-05-17 00:44:57 +0200768 return rc;
Holger Hans Peter Freyther44051a22013-07-04 18:39:02 +0200769 }
Harald Welte8f77f192010-05-17 00:44:57 +0200770
771 sgi->gtp_fd1u.fd = gsn->fd1u;
772 sgi->gtp_fd1u.priv_nr = 2;
773 sgi->gtp_fd1u.data = sgi;
Harald Welte15bd9242010-05-18 13:13:11 +0200774 sgi->gtp_fd1u.when = BSC_FD_READ;
Harald Welte8f77f192010-05-17 00:44:57 +0200775 sgi->gtp_fd1u.cb = sgsn_gtp_fd_cb;
Holger Hans Peter Freyther44051a22013-07-04 18:39:02 +0200776 rc = osmo_fd_register(&sgi->gtp_fd1u);
777 if (rc < 0) {
778 osmo_fd_unregister(&sgi->gtp_fd0);
779 osmo_fd_unregister(&sgi->gtp_fd1c);
Harald Welte8f77f192010-05-17 00:44:57 +0200780 return rc;
Holger Hans Peter Freyther44051a22013-07-04 18:39:02 +0200781 }
Harald Welte8f77f192010-05-17 00:44:57 +0200782
783 /* Start GTP re-transmission timer */
784 sgi->gtp_timer.cb = sgsn_gtp_tmr_cb;
Harald Welteb2788dc2010-05-18 18:28:13 +0200785 sgi->gtp_timer.data = sgi;
Harald Welte8f77f192010-05-17 00:44:57 +0200786 sgsn_gtp_tmr_start(sgi);
787
788 /* Register callbackcs with libgtp */
789 gtp_set_cb_delete_context(gsn, cb_delete_context);
790 gtp_set_cb_conf(gsn, cb_conf);
Harald Welte94ecef32010-12-24 21:13:26 +0100791 gtp_set_cb_recovery(gsn, cb_recovery);
Harald Welte8f77f192010-05-17 00:44:57 +0200792 gtp_set_cb_data_ind(gsn, cb_data_ind);
793 gtp_set_cb_unsup_ind(gsn, cb_unsup_ind);
794 gtp_set_cb_extheader_ind(gsn, cb_extheader_ind);
795
796 return 0;
797}