blob: 0a0de0808e8dfe7333c9450ae53dd0a7e45c55e0 [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
Daniel Willmann6292c8d2016-05-21 17:35:57 +020037#include "bscconfig.h"
38
Pablo Neira Ayuso136f4532011-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 Welteea34a4e2012-06-16 14:59:56 +080042#include <osmocom/gprs/gprs_bssgp.h>
Harald Welte53373bc2016-04-20 17:11:43 +020043#include <osmocom/gsm/protocol/gsm_04_08_gprs.h>
Harald Welte2720e732010-05-17 00:44:57 +020044
45#include <openbsc/signal.h>
46#include <openbsc/debug.h>
47#include <openbsc/sgsn.h>
Harald Welteebabdea2010-06-01 18:28:10 +020048#include <openbsc/gprs_llc.h>
Harald Welte2720e732010-05-17 00:44:57 +020049#include <openbsc/gprs_sgsn.h>
Harald Welte6abf94e2010-05-18 10:35:06 +020050#include <openbsc/gprs_gmm.h>
Neels Hofmeyr0e5d8072017-01-10 00:49:56 +010051#include <openbsc/gprs_subscriber.h>
Philippf1f34362016-08-26 17:00:21 +020052#include <openbsc/gprs_sndcp.h>
Harald Welte2720e732010-05-17 00:44:57 +020053
Daniel Willmann6292c8d2016-05-21 17:35:57 +020054#ifdef BUILD_IU
55#include <openbsc/iu.h>
56#include <osmocom/ranap/ranap_ies_defs.h>
57#endif
58
Harald Welte2720e732010-05-17 00:44:57 +020059#include <gtp.h>
60#include <pdp.h>
61
Harald Welte686f4d62016-11-01 03:32:50 +010062/* TS 23.003: The MSISDN shall take the dummy MSISDN value composed of
63 * 15 digits set to 0 (encoded as an E.164 international number) when
64 * the MSISDN is not available in messages in which the presence of the
65 * MSISDN parameter */
66static const uint8_t dummy_msisdn[] =
67 { 0x91, /* No extension, international, E.164 */
68 0, 0, 0, 0, 0, 0, 0, /* 14 digits of zeroes */
69 0xF0 /* 15th digit of zero + padding */ };
70
Harald Welte2720e732010-05-17 00:44:57 +020071const struct value_string gtp_cause_strs[] = {
72 { GTPCAUSE_REQ_IMSI, "Request IMSI" },
73 { GTPCAUSE_REQ_IMEI, "Request IMEI" },
74 { GTPCAUSE_REQ_IMSI_IMEI, "Request IMSI and IMEI" },
75 { GTPCAUSE_NO_ID_NEEDED, "No identity needed" },
76 { GTPCAUSE_MS_REFUSES_X, "MS refuses" },
77 { GTPCAUSE_MS_NOT_RESP_X, "MS is not GPRS responding" },
78 { GTPCAUSE_ACC_REQ, "Request accepted" },
79 { GTPCAUSE_NON_EXIST, "Non-existent" },
80 { GTPCAUSE_INVALID_MESSAGE, "Invalid message format" },
81 { GTPCAUSE_IMSI_NOT_KNOWN, "IMSI not known" },
82 { GTPCAUSE_MS_DETACHED, "MS is GPRS detached" },
83 { GTPCAUSE_MS_NOT_RESP, "MS is not GPRS responding" },
84 { GTPCAUSE_MS_REFUSES, "MS refuses" },
85 { GTPCAUSE_NO_RESOURCES, "No resources available" },
86 { GTPCAUSE_NOT_SUPPORTED, "Service not supported" },
87 { GTPCAUSE_MAN_IE_INCORRECT, "Mandatory IE incorrect" },
88 { GTPCAUSE_MAN_IE_MISSING, "Mandatory IE missing" },
89 { GTPCAUSE_OPT_IE_INCORRECT, "Optional IE incorrect" },
90 { GTPCAUSE_SYS_FAIL, "System failure" },
91 { GTPCAUSE_ROAMING_REST, "Roaming restrictions" },
92 { GTPCAUSE_PTIMSI_MISMATCH, "P-TMSI Signature mismatch" },
93 { GTPCAUSE_CONN_SUSP, "GPRS connection suspended" },
94 { GTPCAUSE_AUTH_FAIL, "Authentication failure" },
95 { GTPCAUSE_USER_AUTH_FAIL, "User authentication failed" },
96 { GTPCAUSE_CONTEXT_NOT_FOUND, "Context not found" },
97 { GTPCAUSE_ADDR_OCCUPIED, "All dynamic PDP addresses occupied" },
98 { GTPCAUSE_NO_MEMORY, "No memory is available" },
99 { GTPCAUSE_RELOC_FAIL, "Relocation failure" },
100 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, "Unknown mandatory ext. header" },
101 { GTPCAUSE_SEM_ERR_TFT, "Semantic error in TFT operation" },
102 { GTPCAUSE_SYN_ERR_TFT, "Syntactic error in TFT operation" },
103 { GTPCAUSE_SEM_ERR_FILTER, "Semantic errors in packet filter" },
104 { GTPCAUSE_SYN_ERR_FILTER, "Syntactic errors in packet filter" },
105 { GTPCAUSE_MISSING_APN, "Missing or unknown APN" },
106 { GTPCAUSE_UNKNOWN_PDP, "Unknown PDP address or PDP type" },
107 { 0, NULL }
108};
109
Harald Welte6add7c22010-07-02 22:47:39 +0200110/* Generate the GTP IMSI IE according to 09.60 Section 7.9.2 */
111static uint64_t imsi_str2gtp(char *str)
112{
113 uint64_t imsi64 = 0;
114 unsigned int n;
115 unsigned int imsi_len = strlen(str);
116
117 if (imsi_len > 16) {
118 LOGP(DGPRS, LOGL_NOTICE, "IMSI length > 16 not supported!\n");
119 return 0;
120 }
121
122 for (n = 0; n < 16; n++) {
123 uint64_t val;
124 if (n < imsi_len)
125 val = (str[n]-'0') & 0xf;
126 else
127 val = 0xf;
128 imsi64 |= (val << (n*4));
129 }
130 return imsi64;
131}
132
Harald Welte2720e732010-05-17 00:44:57 +0200133/* generate a PDP context based on the IE's from the 04.08 message,
134 * and send the GTP create pdp context request to the GGSN */
Harald Welte77289c22010-05-18 14:32:29 +0200135struct sgsn_pdp_ctx *sgsn_create_pdp_ctx(struct sgsn_ggsn_ctx *ggsn,
Harald Welted193cb32010-05-17 22:58:03 +0200136 struct sgsn_mm_ctx *mmctx,
137 uint16_t nsapi,
138 struct tlv_parsed *tp)
Harald Welte2720e732010-05-17 00:44:57 +0200139{
Holger Hans Peter Freyther072bee52015-05-17 17:36:23 +0200140 struct gprs_ra_id raid;
Harald Welted193cb32010-05-17 22:58:03 +0200141 struct sgsn_pdp_ctx *pctx;
Harald Welte2720e732010-05-17 00:44:57 +0200142 struct pdp_t *pdp;
Harald Welte6add7c22010-07-02 22:47:39 +0200143 uint64_t imsi_ui64;
Holger Hans Peter Freyther8cedded2015-04-23 11:33:35 -0400144 size_t qos_len;
145 const uint8_t *qos;
Harald Welte2720e732010-05-17 00:44:57 +0200146 int rc;
147
Harald Welte77289c22010-05-18 14:32:29 +0200148 LOGP(DGPRS, LOGL_ERROR, "Create PDP Context\n");
Harald Welted193cb32010-05-17 22:58:03 +0200149 pctx = sgsn_pdp_ctx_alloc(mmctx, nsapi);
150 if (!pctx) {
151 LOGP(DGPRS, LOGL_ERROR, "Couldn't allocate PDP Ctx\n");
152 return NULL;
153 }
154
Harald Welte6add7c22010-07-02 22:47:39 +0200155 imsi_ui64 = imsi_str2gtp(mmctx->imsi);
156
Harald Welte2720e732010-05-17 00:44:57 +0200157 rc = pdp_newpdp(&pdp, imsi_ui64, nsapi, NULL);
158 if (rc) {
Harald Welted193cb32010-05-17 22:58:03 +0200159 LOGP(DGPRS, LOGL_ERROR, "Out of libgtp PDP Contexts\n");
160 return NULL;
Harald Welte2720e732010-05-17 00:44:57 +0200161 }
Harald Weltebb1c8052010-06-03 06:38:38 +0200162 pdp->priv = pctx;
Harald Welted193cb32010-05-17 22:58:03 +0200163 pctx->lib = pdp;
164 pctx->ggsn = ggsn;
165
Harald Welte2720e732010-05-17 00:44:57 +0200166 //pdp->peer = /* sockaddr_in of GGSN (receive) */
167 //pdp->ipif = /* not used by library */
168 pdp->version = ggsn->gtp_version;
169 pdp->hisaddr0 = ggsn->remote_addr;
170 pdp->hisaddr1 = ggsn->remote_addr;
171 //pdp->cch_pdp = 512; /* Charging Flat Rate */
172
Holger Hans Peter Freyther0f7a2792015-05-22 10:03:21 +0800173 /* MS provided APN, subscription was verified by the caller */
174 pdp->selmode = 0xFC | 0x00;
Harald Welte2720e732010-05-17 00:44:57 +0200175
176 /* IMSI, TEID/TEIC, FLLU/FLLC, TID, NSAPI set in pdp_newpdp */
177
Holger Hans Peter Freyther9ba273d2015-04-23 09:53:53 -0400178 /* Put the MSISDN in case we have it */
Harald Welte686f4d62016-11-01 03:32:50 +0100179 if (mmctx->subscr && mmctx->subscr->sgsn_data->msisdn_len) {
Holger Hans Peter Freyther9ba273d2015-04-23 09:53:53 -0400180 pdp->msisdn.l = mmctx->subscr->sgsn_data->msisdn_len;
181 if (pdp->msisdn.l > sizeof(pdp->msisdn.v))
Holger Hans Peter Freyther9861c122015-10-12 10:43:17 +0200182 pdp->msisdn.l = sizeof(pdp->msisdn.v);
Holger Hans Peter Freyther9ba273d2015-04-23 09:53:53 -0400183 memcpy(pdp->msisdn.v, mmctx->subscr->sgsn_data->msisdn,
184 pdp->msisdn.l);
Harald Welte686f4d62016-11-01 03:32:50 +0100185 } else {
186 /* use the dummy 15-digits-zero MSISDN value */
187 pdp->msisdn.l = sizeof(dummy_msisdn);
188 memcpy(pdp->msisdn.v, dummy_msisdn, pdp->msisdn.l);
Holger Hans Peter Freyther9ba273d2015-04-23 09:53:53 -0400189 }
Harald Welte2720e732010-05-17 00:44:57 +0200190
191 /* End User Address from GMM requested PDP address */
192 pdp->eua.l = TLVP_LEN(tp, OSMO_IE_GSM_REQ_PDP_ADDR);
193 if (pdp->eua.l > sizeof(pdp->eua.v))
194 pdp->eua.l = sizeof(pdp->eua.v);
195 memcpy(pdp->eua.v, TLVP_VAL(tp, OSMO_IE_GSM_REQ_PDP_ADDR),
196 pdp->eua.l);
197 /* Highest 4 bits of first byte need to be set to 1, otherwise
198 * the IE is identical with the 04.08 PDP Address IE */
199 pdp->eua.v[0] |= 0xf0;
200
201 /* APN name from GMM */
202 pdp->apn_use.l = TLVP_LEN(tp, GSM48_IE_GSM_APN);
203 if (pdp->apn_use.l > sizeof(pdp->apn_use.v))
204 pdp->apn_use.l = sizeof(pdp->apn_use.v);
205 memcpy(pdp->apn_use.v, TLVP_VAL(tp, GSM48_IE_GSM_APN),
206 pdp->apn_use.l);
207
208 /* Protocol Configuration Options from GMM */
209 pdp->pco_req.l = TLVP_LEN(tp, GSM48_IE_GSM_PROTO_CONF_OPT);
210 if (pdp->pco_req.l > sizeof(pdp->pco_req.v))
211 pdp->pco_req.l = sizeof(pdp->pco_req.v);
212 memcpy(pdp->pco_req.v, TLVP_VAL(tp, GSM48_IE_GSM_PROTO_CONF_OPT),
213 pdp->pco_req.l);
214
Holger Hans Peter Freyther8cedded2015-04-23 11:33:35 -0400215 /* QoS options from GMM or remote */
216 if (TLVP_LEN(tp, OSMO_IE_GSM_SUB_QOS) > 0) {
217 qos_len = TLVP_LEN(tp, OSMO_IE_GSM_SUB_QOS);
218 qos = TLVP_VAL(tp, OSMO_IE_GSM_SUB_QOS);
219 } else {
220 qos_len = TLVP_LEN(tp, OSMO_IE_GSM_REQ_QOS);
221 qos = TLVP_VAL(tp, OSMO_IE_GSM_REQ_QOS);
222 }
223
Holger Hans Peter Freyther4bd931f2015-04-23 11:50:41 -0400224 if (qos_len <= 3) {
225 pdp->qos_req.l = qos_len + 1;
226 if (pdp->qos_req.l > sizeof(pdp->qos_req.v))
227 pdp->qos_req.l = sizeof(pdp->qos_req.v);
228 pdp->qos_req.v[0] = 0; /* Allocation/Retention policy */
229 memcpy(&pdp->qos_req.v[1], qos, pdp->qos_req.l - 1);
230 } else {
231 pdp->qos_req.l = qos_len;
232 if (pdp->qos_req.l > sizeof(pdp->qos_req.v))
233 pdp->qos_req.l = sizeof(pdp->qos_req.v);
234 memcpy(pdp->qos_req.v, qos, pdp->qos_req.l);
235 }
Harald Welte2720e732010-05-17 00:44:57 +0200236
Holger Hans Peter Freyther9d6f0622017-07-09 13:18:17 +0200237 /* charging characteristics if present */
238 if (TLVP_LEN(tp, OSMO_IE_GSM_CHARG_CHAR) > 0) {
239 OSMO_ASSERT(TLVP_LEN(tp, OSMO_IE_GSM_CHARG_CHAR) <= sizeof(pdp->cch_pdp));
240 memcpy(&pdp->cch_pdp, TLVP_VAL(tp, OSMO_IE_GSM_CHARG_CHAR),
241 TLVP_LEN(tp, OSMO_IE_GSM_CHARG_CHAR));
242 }
243
Harald Welte2720e732010-05-17 00:44:57 +0200244 /* SGSN address for control plane */
Harald Welte61ca7ce2010-06-02 23:17:33 +0200245 pdp->gsnlc.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
246 memcpy(pdp->gsnlc.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
247 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte2720e732010-05-17 00:44:57 +0200248
Daniel Willmann6292c8d2016-05-21 17:35:57 +0200249 /* SGSN address for user plane
250 * Default to the control plane addr for now. If we are connected to a
251 * hnbgw via IuPS we'll need to send a PDP context update with the
252 * correct IP address after the RAB Assignment is complete */
Harald Welte61ca7ce2010-06-02 23:17:33 +0200253 pdp->gsnlu.l = sizeof(sgsn->cfg.gtp_listenaddr.sin_addr);
254 memcpy(pdp->gsnlu.v, &sgsn->cfg.gtp_listenaddr.sin_addr,
255 sizeof(sgsn->cfg.gtp_listenaddr.sin_addr));
Harald Welte2720e732010-05-17 00:44:57 +0200256
Harald Welte46f4f142016-05-02 08:34:57 +0200257 /* Routing Area Identifier with LAC and RAC fixed values, as
258 * requested in 29.006 7.3.1 */
Holger Hans Peter Freyther22093ef2015-05-12 21:46:58 +0200259 pdp->rai_given = 1;
260 pdp->rai.l = 6;
Holger Hans Peter Freyther072bee52015-05-17 17:36:23 +0200261 raid = mmctx->ra;
262 raid.lac = 0xFFFE;
263 raid.rac = 0xFF;
264 gsm48_construct_ra(pdp->rai.v, &raid);
Holger Hans Peter Freyther22093ef2015-05-12 21:46:58 +0200265
Harald Welte46f4f142016-05-02 08:34:57 +0200266 pdp->rattype.l = 1;
267 pdp->rattype_given = 1;
268
269 switch (mmctx->ran_type) {
270 case MM_CTX_T_GERAN_Gb:
271 case MM_CTX_T_GERAN_Iu:
272 pdp->rattype.v[0] = 2;
273 /* User Location Information */
274 pdp->userloc_given = 1;
275 pdp->userloc.l = 8;
276 pdp->userloc.v[0] = 0; /* CGI for GERAN */
277 bssgp_create_cell_id(&pdp->userloc.v[1], &mmctx->ra, mmctx->gb.cell_id);
278 break;
279 case MM_CTX_T_UTRAN_Iu:
280 pdp->rattype.v[0] = 1;
281 /* FIXME: Optional User Location Information with SAI */
282 break;
283 }
Holger Hans Peter Freyther6ddb6ac2015-05-12 22:00:22 +0200284
Holger Hans Peter Freytherd6900df2015-05-12 22:20:05 +0200285 /* include the IMEI(SV) */
286 pdp->imeisv_given = 1;
287 gsm48_encode_bcd_number(&pdp->imeisv.v[0], 8, 0, mmctx->imei);
288 pdp->imeisv.l = pdp->imeisv.v[0];
289 memmove(&pdp->imeisv.v[0], &pdp->imeisv.v[1], 8);
290
Harald Welte6abf94e2010-05-18 10:35:06 +0200291 /* change pdp state to 'requested' */
292 pctx->state = PDP_STATE_CR_REQ;
Harald Welte2720e732010-05-17 00:44:57 +0200293
Harald Welted193cb32010-05-17 22:58:03 +0200294 rc = gtp_create_context_req(ggsn->gsn, pdp, pctx);
295 /* FIXME */
296
297 return pctx;
Harald Welte2720e732010-05-17 00:44:57 +0200298}
299
Harald Welte3357add2010-12-24 19:21:13 +0100300/* SGSN wants to delete a PDP context */
Harald Welte77289c22010-05-18 14:32:29 +0200301int sgsn_delete_pdp_ctx(struct sgsn_pdp_ctx *pctx)
302{
Daniel Willmann46553142014-09-03 17:46:44 +0200303 LOGPDPCTXP(LOGL_ERROR, pctx, "Delete PDP Context\n");
Harald Welte77289c22010-05-18 14:32:29 +0200304
305 /* FIXME: decide if we need teardown or not ! */
306 return gtp_delete_context_req(pctx->ggsn->gsn, pctx->lib, pctx, 1);
307}
Harald Welte6abf94e2010-05-18 10:35:06 +0200308
309struct cause_map {
310 uint8_t cause_in;
311 uint8_t cause_out;
312};
313
314static uint8_t cause_map(const struct cause_map *map, uint8_t in, uint8_t deflt)
315{
316 const struct cause_map *m;
317
318 for (m = map; m->cause_in && m->cause_out; m++) {
319 if (m->cause_in == in)
320 return m->cause_out;
321 }
322 return deflt;
323}
324
325/* how do we map from gtp cause to SM cause */
326static const struct cause_map gtp2sm_cause_map[] = {
327 { GTPCAUSE_NO_RESOURCES, GSM_CAUSE_INSUFF_RSRC },
328 { GTPCAUSE_NOT_SUPPORTED, GSM_CAUSE_SERV_OPT_NOTSUPP },
329 { GTPCAUSE_MAN_IE_INCORRECT, GSM_CAUSE_INV_MAND_INFO },
330 { GTPCAUSE_MAN_IE_MISSING, GSM_CAUSE_INV_MAND_INFO },
331 { GTPCAUSE_OPT_IE_INCORRECT, GSM_CAUSE_PROTO_ERR_UNSPEC },
332 { GTPCAUSE_SYS_FAIL, GSM_CAUSE_NET_FAIL },
333 { GTPCAUSE_ROAMING_REST, GSM_CAUSE_REQ_SERV_OPT_NOTSUB },
334 { GTPCAUSE_PTIMSI_MISMATCH, GSM_CAUSE_PROTO_ERR_UNSPEC },
335 { GTPCAUSE_CONN_SUSP, GSM_CAUSE_PROTO_ERR_UNSPEC },
336 { GTPCAUSE_AUTH_FAIL, GSM_CAUSE_AUTH_FAILED },
337 { GTPCAUSE_USER_AUTH_FAIL, GSM_CAUSE_ACT_REJ_GGSN },
338 { GTPCAUSE_CONTEXT_NOT_FOUND, GSM_CAUSE_PROTO_ERR_UNSPEC },
339 { GTPCAUSE_ADDR_OCCUPIED, GSM_CAUSE_INSUFF_RSRC },
340 { GTPCAUSE_NO_MEMORY, GSM_CAUSE_INSUFF_RSRC },
341 { GTPCAUSE_RELOC_FAIL, GSM_CAUSE_PROTO_ERR_UNSPEC },
342 { GTPCAUSE_UNKNOWN_MAN_EXTHEADER, GSM_CAUSE_PROTO_ERR_UNSPEC },
343 { GTPCAUSE_MISSING_APN, GSM_CAUSE_MISSING_APN },
344 { GTPCAUSE_UNKNOWN_PDP, GSM_CAUSE_UNKNOWN_PDP },
345 { 0, 0 }
346};
347
Daniel Willmann62ff3842016-05-21 01:40:19 +0200348static int send_act_pdp_cont_acc(struct sgsn_pdp_ctx *pctx)
349{
350 struct sgsn_signal_data sig_data;
Philippf1f34362016-08-26 17:00:21 +0200351 int rc;
352 struct gprs_llc_lle *lle;
Daniel Willmann62ff3842016-05-21 01:40:19 +0200353
354 /* Inform others about it */
355 memset(&sig_data, 0, sizeof(sig_data));
356 sig_data.pdp = pctx;
357 osmo_signal_dispatch(SS_SGSN, S_SGSN_PDP_ACT, &sig_data);
358
359 /* Send PDP CTX ACT to MS */
Philippf1f34362016-08-26 17:00:21 +0200360 rc = gsm48_tx_gsm_act_pdp_acc(pctx);
Harald Welte7e5bb622016-09-28 08:20:58 +0800361 if (rc < 0)
Philippf1f34362016-08-26 17:00:21 +0200362 return rc;
363
Neels Hofmeyrc6a44bb2016-09-28 13:44:39 +0200364 if (pctx->mm->ran_type == MM_CTX_T_GERAN_Gb) {
365 /* Send SNDCP XID to MS */
366 lle = &pctx->mm->gb.llme->lle[pctx->sapi];
367 rc = sndcp_sn_xid_req(lle,pctx->nsapi);
368 if (rc < 0)
369 return rc;
370 }
Philippf1f34362016-08-26 17:00:21 +0200371
372 return 0;
Daniel Willmann62ff3842016-05-21 01:40:19 +0200373}
374
Harald Welte2720e732010-05-17 00:44:57 +0200375/* The GGSN has confirmed the creation of a PDP Context */
376static int create_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
377{
Harald Welted193cb32010-05-17 22:58:03 +0200378 struct sgsn_pdp_ctx *pctx = cbp;
Harald Welte6abf94e2010-05-18 10:35:06 +0200379 uint8_t reject_cause;
Harald Welte2720e732010-05-17 00:44:57 +0200380
Daniel Willmann46553142014-09-03 17:46:44 +0200381 LOGPDPCTXP(LOGL_INFO, pctx, "Received CREATE PDP CTX CONF, cause=%d(%s)\n",
Harald Welte2720e732010-05-17 00:44:57 +0200382 cause, get_value_string(gtp_cause_strs, cause));
383
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200384 if (!pctx->mm) {
385 LOGP(DGPRS, LOGL_INFO,
386 "No MM context, aborting CREATE PDP CTX CONF\n");
387 return -EIO;
388 }
389
Harald Welte2720e732010-05-17 00:44:57 +0200390 /* Check for cause value if it was really successful */
391 if (cause < 0) {
392 LOGP(DGPRS, LOGL_NOTICE, "Create PDP ctx req timed out\n");
Harald Welte1371f7d2010-06-01 11:52:41 +0200393 if (pdp && pdp->version == 1) {
Harald Welte2720e732010-05-17 00:44:57 +0200394 pdp->version = 0;
Harald Welte8fc1a462010-05-17 00:53:10 +0200395 gtp_create_context_req(sgsn->gsn, pdp, cbp);
Harald Welte2720e732010-05-17 00:44:57 +0200396 return 0;
397 } else {
Harald Welte6abf94e2010-05-18 10:35:06 +0200398 reject_cause = GSM_CAUSE_NET_FAIL;
399 goto reject;
Harald Welte2720e732010-05-17 00:44:57 +0200400 }
401 }
402
403 /* Check for cause value if it was really successful */
404 if (cause != GTPCAUSE_ACC_REQ) {
Harald Welte6abf94e2010-05-18 10:35:06 +0200405 reject_cause = cause_map(gtp2sm_cause_map, cause,
406 GSM_CAUSE_ACT_REJ_GGSN);
407 goto reject;
Harald Welte2720e732010-05-17 00:44:57 +0200408 }
409
Daniel Willmannf9f43872016-05-20 22:36:23 +0200410 if (pctx->mm->ran_type == MM_CTX_T_GERAN_Gb) {
411 /* Activate the SNDCP layer */
412 sndcp_sm_activate_ind(&pctx->mm->gb.llme->lle[pctx->sapi], pctx->nsapi);
413 return send_act_pdp_cont_acc(pctx);
Daniel Willmann6b7b3192016-05-21 00:53:42 +0200414 } else if (pctx->mm->ran_type == MM_CTX_T_UTRAN_Iu) {
415#ifdef BUILD_IU
416 /* Activate a radio bearer */
Neels Hofmeyr84da6b12016-05-20 21:59:55 +0200417 iu_rab_act_ps(pdp->nsapi, pctx);
Daniel Willmann6b7b3192016-05-21 00:53:42 +0200418 return 0;
419#else
420 return -ENOTSUP;
421#endif
Daniel Willmannf9f43872016-05-20 22:36:23 +0200422 }
Harald Welte6abf94e2010-05-18 10:35:06 +0200423
Neels Hofmeyr67933a12016-07-23 22:23:17 +0200424 LOGP(DGPRS, LOGL_ERROR, "Unknown ran_type %d\n",
425 pctx->mm->ran_type);
426 reject_cause = GSM_CAUSE_PROTO_ERR_UNSPEC;
427
Harald Welte6abf94e2010-05-18 10:35:06 +0200428reject:
Holger Hans Peter Freyther598e7b32013-07-30 08:45:29 +0200429 /*
430 * In case of a timeout pdp will be NULL but we have a valid pointer
431 * in pctx->lib. For other rejects pctx->lib and pdp might be the
432 * same.
433 */
Harald Welte6abf94e2010-05-18 10:35:06 +0200434 pctx->state = PDP_STATE_NONE;
Holger Hans Peter Freyther598e7b32013-07-30 08:45:29 +0200435 if (pctx->lib && pctx->lib != pdp)
436 pdp_freepdp(pctx->lib);
437 pctx->lib = NULL;
438
Harald Welte1371f7d2010-06-01 11:52:41 +0200439 if (pdp)
440 pdp_freepdp(pdp);
Harald Welte6abf94e2010-05-18 10:35:06 +0200441 /* Send PDP CTX ACT REJ to MS */
Holger Hans Peter Freyther65762e02014-04-04 12:49:00 +0200442 gsm48_tx_gsm_act_pdp_rej(pctx->mm, pctx->ti, reject_cause,
Harald Welte6abf94e2010-05-18 10:35:06 +0200443 0, NULL);
Harald Weltef11b6d22010-06-02 10:09:50 +0200444 sgsn_pdp_ctx_free(pctx);
Harald Welte6abf94e2010-05-18 10:35:06 +0200445
446 return EOF;
Harald Welte2720e732010-05-17 00:44:57 +0200447}
448
Daniel Willmann21b269f2016-05-11 12:43:47 +0200449void sgsn_pdp_upd_gtp_u(struct sgsn_pdp_ctx *pdp, void *addr, size_t alen)
450{
451 pdp->lib->gsnlu.l = alen;
452 memcpy(pdp->lib->gsnlu.v, addr, alen);
453 gtp_update_context(pdp->ggsn->gsn, pdp->lib, pdp, &pdp->lib->hisaddr0);
454}
455
Daniel Willmann6292c8d2016-05-21 17:35:57 +0200456#ifdef BUILD_IU
457/* Callback for RAB assignment response */
458int sgsn_ranap_rab_ass_resp(struct sgsn_mm_ctx *ctx, RANAP_RAB_SetupOrModifiedItemIEs_t *setup_ies)
459{
460 uint8_t rab_id;
461 bool require_pdp_update = false;
462 struct sgsn_pdp_ctx *pdp = NULL;
463 RANAP_RAB_SetupOrModifiedItem_t *item = &setup_ies->raB_SetupOrModifiedItem;
464
465 rab_id = item->rAB_ID.buf[0];
466
467 pdp = sgsn_pdp_ctx_by_nsapi(ctx, rab_id);
468 if (!pdp) {
469 LOGP(DRANAP, LOGL_ERROR, "RAB Assignment Response for unknown RAB/NSAPI=%u\n", rab_id);
470 return -1;
471 }
472
473 if (item->transportLayerAddress) {
474 LOGPC(DRANAP, LOGL_INFO, " Setup: (%u/%s)", rab_id, osmo_hexdump(item->transportLayerAddress->buf,
475 item->transportLayerAddress->size));
476 switch (item->transportLayerAddress->size) {
477 case 7:
478 /* It must be IPv4 inside a X213 NSAP */
479 memcpy(pdp->lib->gsnlu.v, &item->transportLayerAddress->buf[3], 4);
480 break;
481 case 4:
482 /* It must be a raw IPv4 address */
483 memcpy(pdp->lib->gsnlu.v, item->transportLayerAddress->buf, 4);
484 break;
485 case 16:
486 /* TODO: It must be a raw IPv6 address */
487 case 19:
488 /* TODO: It must be IPv6 inside a X213 NSAP */
489 default:
490 LOGP(DRANAP, LOGL_ERROR, "RAB Assignment Resp: Unknown "
491 "transport layer address size %u\n",
492 item->transportLayerAddress->size);
493 return -1;
494 }
495 require_pdp_update = true;
496 }
497
498 /* The TEI on the RNC side might have changed, too */
499 if (item->iuTransportAssociation &&
500 item->iuTransportAssociation->present == RANAP_IuTransportAssociation_PR_gTP_TEI &&
501 item->iuTransportAssociation->choice.gTP_TEI.buf &&
502 item->iuTransportAssociation->choice.gTP_TEI.size >= 4) {
503 uint32_t tei = osmo_load32be(item->iuTransportAssociation->choice.gTP_TEI.buf);
504 LOGP(DRANAP, LOGL_DEBUG, "Updating TEID on RNC side from 0x%08x to 0x%08x\n",
505 pdp->lib->teid_own, tei);
506 pdp->lib->teid_own = tei;
507 require_pdp_update = true;
508 }
509
510 if (require_pdp_update)
511 gtp_update_context(pdp->ggsn->gsn, pdp->lib, pdp, &pdp->lib->hisaddr0);
512
513 if (pdp->state != PDP_STATE_CR_CONF) {
514 send_act_pdp_cont_acc(pdp);
515 pdp->state = PDP_STATE_CR_CONF;
516 }
517 return 0;
518
519}
520#endif
521
Harald Welte2720e732010-05-17 00:44:57 +0200522/* Confirmation of a PDP Context Delete */
Harald Welte77289c22010-05-18 14:32:29 +0200523static int delete_pdp_conf(struct pdp_t *pdp, void *cbp, int cause)
Harald Welte2720e732010-05-17 00:44:57 +0200524{
Holger Hans Peter Freytherb1008952015-05-02 19:55:38 +0200525 struct sgsn_signal_data sig_data;
Harald Welte77289c22010-05-18 14:32:29 +0200526 struct sgsn_pdp_ctx *pctx = cbp;
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200527 int rc = 0;
Harald Welte77289c22010-05-18 14:32:29 +0200528
Daniel Willmann46553142014-09-03 17:46:44 +0200529 LOGPDPCTXP(LOGL_INFO, pctx, "Received DELETE PDP CTX CONF, cause=%d(%s)\n",
Harald Welte2720e732010-05-17 00:44:57 +0200530 cause, get_value_string(gtp_cause_strs, cause));
Harald Welte77289c22010-05-18 14:32:29 +0200531
Holger Hans Peter Freytherb1008952015-05-02 19:55:38 +0200532 memset(&sig_data, 0, sizeof(sig_data));
533 sig_data.pdp = pctx;
534 osmo_signal_dispatch(SS_SGSN, S_SGSN_PDP_DEACT, &sig_data);
535
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200536 if (pctx->mm) {
Daniel Willmannf9f43872016-05-20 22:36:23 +0200537 if (pctx->mm->ran_type == MM_CTX_T_GERAN_Gb) {
538 /* Deactivate the SNDCP layer */
539 sndcp_sm_deactivate_ind(&pctx->mm->gb.llme->lle[pctx->sapi], pctx->nsapi);
Daniel Willmann7bc69862016-05-21 00:55:25 +0200540 } else {
541#ifdef BUILD_IU
542 /* Deactivate radio bearer */
543 iu_rab_deact(pctx->mm->iu.ue_ctx, 1);
544#else
545 return -ENOTSUP;
546#endif
Daniel Willmannf9f43872016-05-20 22:36:23 +0200547 }
Harald Welte8fc60f02010-06-28 22:21:57 +0200548
Jacob Erlbeck99985b52014-10-13 10:32:00 +0200549 /* Confirm deactivation of PDP context to MS */
550 rc = gsm48_tx_gsm_deact_pdp_acc(pctx);
551 } else {
552 LOGPDPCTXP(LOGL_NOTICE, pctx,
553 "Not deactivating SNDCP layer since the MM context "
554 "is not available\n");
555 }
Harald Welte77289c22010-05-18 14:32:29 +0200556
Harald Weltefdf453c2012-07-14 12:15:19 +0200557 /* unlink the now non-existing library handle from the pdp
558 * context */
559 pctx->lib = NULL;
560
Harald Welte77289c22010-05-18 14:32:29 +0200561 sgsn_pdp_ctx_free(pctx);
562
563 return rc;
Harald Welte2720e732010-05-17 00:44:57 +0200564}
565
566/* Confirmation of an GTP ECHO request */
Harald Weltea9b473a2010-12-24 21:13:26 +0100567static int echo_conf(struct pdp_t *pdp, void *cbp, int recovery)
Harald Welte2720e732010-05-17 00:44:57 +0200568{
569 if (recovery < 0) {
Daniel Willmann46553142014-09-03 17:46:44 +0200570 LOGP(DGPRS, LOGL_NOTICE, "GTP Echo Request timed out\n");
Harald Welte2720e732010-05-17 00:44:57 +0200571 /* FIXME: if version == 1, retry with version 0 */
572 } else {
573 DEBUGP(DGPRS, "GTP Rx Echo Response\n");
Harald Weltea9b473a2010-12-24 21:13:26 +0100574 }
575 return 0;
576}
577
578/* Any message received by GGSN contains a recovery IE */
579static int cb_recovery(struct sockaddr_in *peer, uint8_t recovery)
580{
581 struct sgsn_ggsn_ctx *ggsn;
582
583 ggsn = sgsn_ggsn_ctx_by_addr(&peer->sin_addr);
584 if (!ggsn) {
Daniel Willmann46553142014-09-03 17:46:44 +0200585 LOGP(DGPRS, LOGL_NOTICE, "Received Recovery IE for unknown GGSN\n");
Harald Weltea9b473a2010-12-24 21:13:26 +0100586 return -EINVAL;
587 }
588
589 if (ggsn->remote_restart_ctr == -1) {
590 /* First received ECHO RESPONSE, note the restart ctr */
591 ggsn->remote_restart_ctr = recovery;
592 } else if (ggsn->remote_restart_ctr != recovery) {
593 /* counter has changed (GGSN restart): release all PDP */
594 LOGP(DGPRS, LOGL_NOTICE, "GGSN recovery (%u->%u), "
595 "releasing all PDP contexts\n",
596 ggsn->remote_restart_ctr, recovery);
597 ggsn->remote_restart_ctr = recovery;
598 drop_all_pdp_for_ggsn(ggsn);
Harald Welte2720e732010-05-17 00:44:57 +0200599 }
600 return 0;
601}
602
603/* libgtp callback for confirmations */
604static int cb_conf(int type, int cause, struct pdp_t *pdp, void *cbp)
605{
606 DEBUGP(DGPRS, "libgtp cb_conf(type=%d, cause=%d, pdp=%p, cbp=%p)\n",
607 type, cause, pdp, cbp);
608
609 if (cause == EOF)
610 LOGP(DGPRS, LOGL_ERROR, "libgtp EOF (type=%u, pdp=%p, cbp=%p)\n",
611 type, pdp, cbp);
612
613 switch (type) {
614 case GTP_ECHO_REQ:
Harald Welte3357add2010-12-24 19:21:13 +0100615 /* libgtp hands us the RECOVERY number instead of a cause */
Harald Weltea9b473a2010-12-24 21:13:26 +0100616 return echo_conf(pdp, cbp, cause);
Harald Welte2720e732010-05-17 00:44:57 +0200617 case GTP_CREATE_PDP_REQ:
618 return create_pdp_conf(pdp, cbp, cause);
619 case GTP_DELETE_PDP_REQ:
Harald Welte77289c22010-05-18 14:32:29 +0200620 return delete_pdp_conf(pdp, cbp, cause);
Harald Welte2720e732010-05-17 00:44:57 +0200621 default:
622 break;
623 }
624 return 0;
625}
626
627/* Called whenever a PDP context is deleted for any reason */
628static int cb_delete_context(struct pdp_t *pdp)
629{
630 LOGP(DGPRS, LOGL_INFO, "PDP Context was deleted\n");
631 return 0;
632}
633
634/* Called when we receive a Version Not Supported message */
635static int cb_unsup_ind(struct sockaddr_in *peer)
636{
637 LOGP(DGPRS, LOGL_INFO, "GTP Version not supported Indication "
638 "from %s:%u\n", inet_ntoa(peer->sin_addr),
639 ntohs(peer->sin_port));
640 return 0;
641}
642
643/* Called when we receive a Supported Ext Headers Notification */
644static int cb_extheader_ind(struct sockaddr_in *peer)
645{
646 LOGP(DGPRS, LOGL_INFO, "GTP Supported Ext Headers Noficiation "
647 "from %s:%u\n", inet_ntoa(peer->sin_addr),
648 ntohs(peer->sin_port));
649 return 0;
650}
651
652/* Called whenever we recive a DATA packet */
Harald Weltebb1c8052010-06-03 06:38:38 +0200653static int cb_data_ind(struct pdp_t *lib, void *packet, unsigned int len)
Harald Welte2720e732010-05-17 00:44:57 +0200654{
Harald Weltebb35c452010-06-09 16:22:28 +0200655 struct bssgp_paging_info pinfo;
Harald Weltebb1c8052010-06-03 06:38:38 +0200656 struct sgsn_pdp_ctx *pdp;
Harald Weltebb35c452010-06-09 16:22:28 +0200657 struct sgsn_mm_ctx *mm;
658 struct msgb *msg;
Harald Weltebb1c8052010-06-03 06:38:38 +0200659 uint8_t *ud;
660
Harald Weltebb1c8052010-06-03 06:38:38 +0200661 pdp = lib->priv;
662 if (!pdp) {
Harald Weltefdf453c2012-07-14 12:15:19 +0200663 LOGP(DGPRS, LOGL_NOTICE,
664 "GTP DATA IND from GGSN for unknown PDP\n");
Harald Weltebb1c8052010-06-03 06:38:38 +0200665 return -EIO;
666 }
Harald Weltebb35c452010-06-09 16:22:28 +0200667 mm = pdp->mm;
Harald Weltefdf453c2012-07-14 12:15:19 +0200668 if (!mm) {
669 LOGP(DGPRS, LOGL_ERROR,
Max0436e422017-03-02 13:28:52 +0100670 "PDP context (address=%u) without MM context!\n",
671 pdp->address);
Harald Weltefdf453c2012-07-14 12:15:19 +0200672 return -EIO;
673 }
Harald Weltebb1c8052010-06-03 06:38:38 +0200674
Max0436e422017-03-02 13:28:52 +0100675 DEBUGP(DGPRS, "GTP DATA IND from GGSN for %s, length=%u\n", mm->imsi,
676 len);
677
Daniel Willmann21b269f2016-05-11 12:43:47 +0200678 if (mm->ran_type == MM_CTX_T_UTRAN_Iu) {
679#ifdef BUILD_IU
680 /* Ignore the packet for now and page the UE to get the RAB
681 * reestablished */
682 iu_page_ps(mm->imsi, &mm->p_tmsi, mm->ra.lac, mm->ra.rac);
683
684 return 0;
685#else
686 return -ENOTSUP;
687#endif
688 }
689
Sylvain Munaut5914bad2010-06-09 20:49:24 +0200690 msg = msgb_alloc_headroom(len+256, 128, "GTP->SNDCP");
Harald Weltebb1c8052010-06-03 06:38:38 +0200691 ud = msgb_put(msg, len);
692 memcpy(ud, packet, len);
693
Harald Weltef97ee042015-12-25 19:12:21 +0100694 msgb_tlli(msg) = mm->gb.tlli;
695 msgb_bvci(msg) = mm->gb.bvci;
696 msgb_nsei(msg) = mm->gb.nsei;
Harald Weltebb1c8052010-06-03 06:38:38 +0200697
Alexander Couzens4f8da6d2017-01-31 15:34:26 +0100698 switch (mm->gmm_state) {
Harald Weltebb35c452010-06-09 16:22:28 +0200699 case GMM_REGISTERED_SUSPENDED:
700 /* initiate PS PAGING procedure */
701 memset(&pinfo, 0, sizeof(pinfo));
702 pinfo.mode = BSSGP_PAGING_PS;
703 pinfo.scope = BSSGP_PAGING_BVCI;
Harald Weltef97ee042015-12-25 19:12:21 +0100704 pinfo.bvci = mm->gb.bvci;
Harald Weltebb35c452010-06-09 16:22:28 +0200705 pinfo.imsi = mm->imsi;
Harald Welte937a9ec2010-07-01 11:53:25 +0200706 pinfo.ptmsi = &mm->p_tmsi;
Harald Weltebb35c452010-06-09 16:22:28 +0200707 pinfo.drx_params = mm->drx_parms;
708 pinfo.qos[0] = 0; // FIXME
Harald Weltef97ee042015-12-25 19:12:21 +0100709 bssgp_tx_paging(mm->gb.nsei, 0, &pinfo);
Harald Welteefbdee92010-06-10 00:20:12 +0200710 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PAGING_PS]);
Harald Weltebb35c452010-06-09 16:22:28 +0200711 /* FIXME: queue the packet we received from GTP */
712 break;
713 case GMM_REGISTERED_NORMAL:
714 break;
715 default:
716 LOGP(DGPRS, LOGL_ERROR, "GTP DATA IND for TLLI %08X in state "
Alexander Couzens4f8da6d2017-01-31 15:34:26 +0100717 "%u\n", mm->gb.tlli, mm->gmm_state);
Harald Weltebb35c452010-06-09 16:22:28 +0200718 msgb_free(msg);
719 return -1;
720 }
721
Harald Welteefbdee92010-06-10 00:20:12 +0200722 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_OUT]);
723 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_OUT], len);
724 rate_ctr_inc(&mm->ctrg->ctr[GMM_CTR_PKTS_UDATA_OUT]);
725 rate_ctr_add(&mm->ctrg->ctr[GMM_CTR_BYTES_UDATA_OUT], len);
726
Holger Hans Peter Freyther4f5b8232015-05-05 22:25:48 +0200727 /* It is easier to have a global count */
728 pdp->cdr_bytes_out += len;
729
Harald Weltef97ee042015-12-25 19:12:21 +0100730 return sndcp_unitdata_req(msg, &mm->gb.llme->lle[pdp->sapi],
Harald Weltebb35c452010-06-09 16:22:28 +0200731 pdp->nsapi, mm);
Harald Welte2720e732010-05-17 00:44:57 +0200732}
733
Harald Welteebabdea2010-06-01 18:28:10 +0200734/* Called by SNDCP when it has received/re-assembled a N-PDU */
Harald Welte8911cef2010-07-01 19:56:19 +0200735int sgsn_rx_sndcp_ud_ind(struct gprs_ra_id *ra_id, int32_t tlli, uint8_t nsapi,
736 struct msgb *msg, uint32_t npdu_len, uint8_t *npdu)
Harald Welteebabdea2010-06-01 18:28:10 +0200737{
738 struct sgsn_mm_ctx *mmctx;
739 struct sgsn_pdp_ctx *pdp;
Harald Welteebabdea2010-06-01 18:28:10 +0200740
741 /* look-up the MM context for this message */
Harald Welte8911cef2010-07-01 19:56:19 +0200742 mmctx = sgsn_mm_ctx_by_tlli(tlli, ra_id);
Harald Welteebabdea2010-06-01 18:28:10 +0200743 if (!mmctx) {
744 LOGP(DGPRS, LOGL_ERROR,
745 "Cannot find MM CTX for TLLI %08x\n", tlli);
746 return -EIO;
747 }
748 /* look-up the PDP context for this message */
749 pdp = sgsn_pdp_ctx_by_nsapi(mmctx, nsapi);
750 if (!pdp) {
751 LOGP(DGPRS, LOGL_ERROR, "Cannot find PDP CTX for "
752 "TLLI=%08x, NSAPI=%u\n", tlli, nsapi);
753 return -EIO;
754 }
755 if (!pdp->lib) {
756 LOGP(DGPRS, LOGL_ERROR, "PDP CTX without libgtp\n");
757 return -EIO;
758 }
Harald Welteefbdee92010-06-10 00:20:12 +0200759
760 rate_ctr_inc(&pdp->ctrg->ctr[PDP_CTR_PKTS_UDATA_IN]);
761 rate_ctr_add(&pdp->ctrg->ctr[PDP_CTR_BYTES_UDATA_IN], npdu_len);
762 rate_ctr_inc(&mmctx->ctrg->ctr[GMM_CTR_PKTS_UDATA_IN]);
763 rate_ctr_add(&mmctx->ctrg->ctr[GMM_CTR_BYTES_UDATA_IN], npdu_len);
764
Holger Hans Peter Freyther4f5b8232015-05-05 22:25:48 +0200765 /* It is easier to have a global count */
766 pdp->cdr_bytes_in += npdu_len;
767
Harald Welteefbdee92010-06-10 00:20:12 +0200768 return gtp_data_req(pdp->ggsn->gsn, pdp->lib, npdu, npdu_len);
Harald Welteebabdea2010-06-01 18:28:10 +0200769}
770
Harald Welte2720e732010-05-17 00:44:57 +0200771/* libgtp select loop integration */
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200772static int sgsn_gtp_fd_cb(struct osmo_fd *fd, unsigned int what)
Harald Welte2720e732010-05-17 00:44:57 +0200773{
774 struct sgsn_instance *sgi = fd->data;
775 int rc;
776
777 if (!(what & BSC_FD_READ))
778 return 0;
779
780 switch (fd->priv_nr) {
781 case 0:
782 rc = gtp_decaps0(sgi->gsn);
783 break;
784 case 1:
785 rc = gtp_decaps1c(sgi->gsn);
786 break;
787 case 2:
788 rc = gtp_decaps1u(sgi->gsn);
789 break;
Harald Weltecd4dd4d2010-05-18 17:20:49 +0200790 default:
791 rc = -EINVAL;
792 break;
Harald Welte2720e732010-05-17 00:44:57 +0200793 }
794 return rc;
795}
796
Harald Welte2720e732010-05-17 00:44:57 +0200797static void sgsn_gtp_tmr_start(struct sgsn_instance *sgi)
798{
Harald Welteb4a31292010-05-18 18:24:53 +0200799 struct timeval next;
Harald Welte2720e732010-05-17 00:44:57 +0200800
801 /* Retrieve next retransmission as struct timeval */
802 gtp_retranstimeout(sgi->gsn, &next);
803
Harald Welte2720e732010-05-17 00:44:57 +0200804 /* re-schedule the timer */
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200805 osmo_timer_schedule(&sgi->gtp_timer, next.tv_sec, next.tv_usec/1000);
Harald Welte2720e732010-05-17 00:44:57 +0200806}
807
808/* timer callback for libgtp retransmissions and ping */
809static void sgsn_gtp_tmr_cb(void *data)
810{
811 struct sgsn_instance *sgi = data;
812
813 /* Do all the retransmissions as needed */
814 gtp_retrans(sgi->gsn);
815
816 sgsn_gtp_tmr_start(sgi);
817}
818
819int sgsn_gtp_init(struct sgsn_instance *sgi)
820{
821 int rc;
822 struct gsn_t *gsn;
823
824 rc = gtp_new(&sgi->gsn, sgi->cfg.gtp_statedir,
825 &sgi->cfg.gtp_listenaddr.sin_addr, GTP_MODE_SGSN);
826 if (rc) {
827 LOGP(DGPRS, LOGL_ERROR, "Failed to create GTP: %d\n", rc);
828 return rc;
829 }
830 gsn = sgi->gsn;
831
832 sgi->gtp_fd0.fd = gsn->fd0;
833 sgi->gtp_fd0.priv_nr = 0;
834 sgi->gtp_fd0.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200835 sgi->gtp_fd0.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200836 sgi->gtp_fd0.cb = sgsn_gtp_fd_cb;
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200837 rc = osmo_fd_register(&sgi->gtp_fd0);
Harald Welte2720e732010-05-17 00:44:57 +0200838 if (rc < 0)
839 return rc;
840
841 sgi->gtp_fd1c.fd = gsn->fd1c;
842 sgi->gtp_fd1c.priv_nr = 1;
843 sgi->gtp_fd1c.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200844 sgi->gtp_fd1c.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200845 sgi->gtp_fd1c.cb = sgsn_gtp_fd_cb;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200846 rc = osmo_fd_register(&sgi->gtp_fd1c);
847 if (rc < 0) {
848 osmo_fd_unregister(&sgi->gtp_fd0);
Harald Welte2720e732010-05-17 00:44:57 +0200849 return rc;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200850 }
Harald Welte2720e732010-05-17 00:44:57 +0200851
852 sgi->gtp_fd1u.fd = gsn->fd1u;
853 sgi->gtp_fd1u.priv_nr = 2;
854 sgi->gtp_fd1u.data = sgi;
Harald Welte322a5ee2010-05-18 13:13:11 +0200855 sgi->gtp_fd1u.when = BSC_FD_READ;
Harald Welte2720e732010-05-17 00:44:57 +0200856 sgi->gtp_fd1u.cb = sgsn_gtp_fd_cb;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200857 rc = osmo_fd_register(&sgi->gtp_fd1u);
858 if (rc < 0) {
859 osmo_fd_unregister(&sgi->gtp_fd0);
860 osmo_fd_unregister(&sgi->gtp_fd1c);
Harald Welte2720e732010-05-17 00:44:57 +0200861 return rc;
Holger Hans Peter Freyther3a708af2013-07-04 18:39:02 +0200862 }
Harald Welte2720e732010-05-17 00:44:57 +0200863
864 /* Start GTP re-transmission timer */
Pablo Neira Ayuso51215762017-05-08 20:57:52 +0200865 osmo_timer_setup(&sgi->gtp_timer, sgsn_gtp_tmr_cb, sgi);
Harald Welte2720e732010-05-17 00:44:57 +0200866 sgsn_gtp_tmr_start(sgi);
867
868 /* Register callbackcs with libgtp */
869 gtp_set_cb_delete_context(gsn, cb_delete_context);
870 gtp_set_cb_conf(gsn, cb_conf);
Harald Weltea9b473a2010-12-24 21:13:26 +0100871 gtp_set_cb_recovery(gsn, cb_recovery);
Harald Welte2720e732010-05-17 00:44:57 +0200872 gtp_set_cb_data_ind(gsn, cb_data_ind);
873 gtp_set_cb_unsup_ind(gsn, cb_unsup_ind);
874 gtp_set_cb_extheader_ind(gsn, cb_extheader_ind);
875
876 return 0;
877}