blob: 2dfb4d82c3f8ed838715190fec07d0ed52ddd5b6 [file] [log] [blame]
Harald Welte9f75c352010-04-30 20:26:32 +02001/* NS-over-IP proxy */
2
3/* (C) 2010 by Harald Welte <laforge@gnumonks.org>
Holger Hans Peter Freyther90267a92013-10-23 11:24:17 +02004 * (C) 2010-2013 by On-Waves
5 * (C) 2013 by Holger Hans Peter Freyther
Harald Welte9f75c352010-04-30 20:26:32 +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 Welte9f75c352010-04-30 20:26:32 +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 Welte9f75c352010-04-30 20:26:32 +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 Welte9f75c352010-04-30 20:26:32 +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 <sys/fcntl.h>
30#include <sys/stat.h>
Harald Welte7fc98222010-05-11 10:15:42 +020031#include <arpa/inet.h>
Jacob Erlbeck7c101d92014-06-06 18:49:23 +020032#include <time.h>
Harald Welte9f75c352010-04-30 20:26:32 +020033
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010034#include <osmocom/core/talloc.h>
35#include <osmocom/core/select.h>
Jacob Erlbeckbc555742013-10-18 14:34:55 +020036#include <osmocom/core/rate_ctr.h>
37
Harald Welteea34a4e2012-06-16 14:59:56 +080038#include <osmocom/gprs/gprs_ns.h>
39#include <osmocom/gprs/gprs_bssgp.h>
40
Jacob Erlbeck7c101d92014-06-06 18:49:23 +020041#include <osmocom/gsm/gsm_utils.h>
42
Harald Welte9f75c352010-04-30 20:26:32 +020043#include <openbsc/signal.h>
44#include <openbsc/debug.h>
Jacob Erlbeck9114bee2014-08-19 12:21:01 +020045#include <openbsc/gprs_gb_parse.h>
Harald Welte672f5c42010-05-03 18:54:58 +020046#include <openbsc/gb_proxy.h>
Harald Welte9f75c352010-04-30 20:26:32 +020047
Jacob Erlbeck67a44452014-05-19 10:14:58 +020048#include <openbsc/gprs_llc.h>
49#include <openbsc/gsm_04_08.h>
50#include <openbsc/gsm_04_08_gprs.h>
Holger Hans Peter Freyther7127b022014-08-04 11:52:52 +020051#include <openbsc/gprs_utils.h>
Jacob Erlbeck67a44452014-05-19 10:14:58 +020052
Jacob Erlbeckbc555742013-10-18 14:34:55 +020053static const struct rate_ctr_desc global_ctr_description[] = {
54 { "inv-bvci", "Invalid BVC Identifier " },
Jacob Erlbeck8f503592014-06-02 10:49:00 +020055 { "inv-lai", "Invalid Location Area Identifier" },
56 { "inv-rai", "Invalid Routing Area Identifier " },
Jacob Erlbeckbc555742013-10-18 14:34:55 +020057 { "inv-nsei", "No BVC established for NSEI " },
58 { "proto-err.bss", "BSSGP protocol error (BSS )" },
59 { "proto-err.sgsn", "BSSGP protocol error (SGSN)" },
60 { "not-supp.bss", "Feature not supported (BSS )" },
61 { "not-supp.sgsn", "Feature not supported (SGSN)" },
62 { "restart.sgsn", "Restarted RESET procedure (SGSN)" },
63 { "tx-err.sgsn", "NS Transmission error (SGSN)" },
64 { "error", "Other error " },
Jacob Erlbeck006c0382014-05-27 13:49:04 +020065 { "mod-peer-err", "Patch error: no peer " },
Jacob Erlbeckbc555742013-10-18 14:34:55 +020066};
67
68static const struct rate_ctr_group_desc global_ctrg_desc = {
69 .group_name_prefix = "gbproxy.global",
70 .group_description = "GBProxy Global Statistics",
71 .num_ctr = ARRAY_SIZE(global_ctr_description),
72 .ctr_desc = global_ctr_description,
73};
74
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +020075static int gbprox_relay2peer(struct msgb *old_msg, struct gbproxy_peer *peer,
76 uint16_t ns_bvci);
77static int gbprox_relay2sgsn(struct gbproxy_config *cfg, struct msgb *old_msg,
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +020078 uint16_t ns_bvci, uint16_t sgsn_nsei);
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +020079
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +020080static int check_peer_nsei(struct gbproxy_peer *peer, uint16_t nsei)
Jacob Erlbeckbc555742013-10-18 14:34:55 +020081{
82 if (peer->nsei != nsei) {
83 LOGP(DGPRS, LOGL_NOTICE, "Peer entry doesn't match current NSEI "
84 "BVCI=%u via NSEI=%u (expected NSEI=%u)\n",
85 peer->bvci, nsei, peer->nsei);
86 rate_ctr_inc(&peer->ctrg->ctr[GBPROX_PEER_CTR_INV_NSEI]);
Jacob Erlbeck64cb9242013-10-24 12:48:56 +020087 return 0;
Jacob Erlbeckbc555742013-10-18 14:34:55 +020088 }
89
Jacob Erlbeck64cb9242013-10-24 12:48:56 +020090 return 1;
Jacob Erlbeckbc555742013-10-18 14:34:55 +020091}
92
Harald Welte69619e32010-05-03 19:05:10 +020093/* strip off the NS header */
94static void strip_ns_hdr(struct msgb *msg)
95{
96 int strip_len = msgb_bssgph(msg) - msg->data;
97 msgb_pull(msg, strip_len);
98}
99
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200100/* Transmit Chapter 9.2.10 Identity Request */
101static void gprs_put_identity_req(struct msgb *msg, uint8_t id_type)
102{
103 struct gsm48_hdr *gh;
104
105 id_type &= GSM_MI_TYPE_MASK;
106
107 gh = (struct gsm48_hdr *) msgb_put(msg, sizeof(*gh) + 1);
108 gh->proto_discr = GSM48_PDISC_MM_GPRS;
109 gh->msg_type = GSM48_MT_GMM_ID_REQ;
110 gh->data[0] = id_type;
111}
112
113static void gprs_push_llc_ui(struct msgb *msg,
114 int is_uplink, unsigned sapi, unsigned nu)
115{
116 const uint8_t e_bit = 0;
117 const uint8_t pm_bit = 1;
118 const uint8_t cr_bit = is_uplink ? 0 : 1;
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200119 uint8_t *llc;
120 uint8_t *fcs_field;
121 uint32_t fcs;
122
123 nu &= 0x01ff; /* 9 Bit */
124
125 llc = msgb_push(msg, 3);
126 llc[0] = (cr_bit << 6) | (sapi & 0x0f);
127 llc[1] = 0xc0 | (nu >> 6); /* UI frame */
128 llc[2] = (nu << 2) | ((e_bit & 1) << 1) | (pm_bit & 1);
129
130 fcs = gprs_llc_fcs(llc, msgb_length(msg));
131 fcs_field = msgb_put(msg, 3);
132 fcs_field[0] = (uint8_t)(fcs >> 0);
133 fcs_field[1] = (uint8_t)(fcs >> 8);
134 fcs_field[2] = (uint8_t)(fcs >> 16);
135}
136
137static void gprs_push_bssgp_dl_unitdata(struct msgb *msg,
138 uint32_t tlli)
139{
140 struct bssgp_ud_hdr *budh;
141 uint8_t *llc = msgb_data(msg);
142 size_t llc_size = msgb_length(msg);
143 const size_t llc_ie_hdr_size = 3;
144 const uint8_t qos_profile[] = {0x00, 0x50, 0x20}; /* hard-coded */
145 const uint8_t lifetime[] = {0x02, 0x58}; /* 6s hard-coded */
146
147 const size_t bssgp_overhead = sizeof(*budh) +
148 TVLV_GROSS_LEN(sizeof(lifetime)) + llc_ie_hdr_size;
149 uint8_t *ie;
150 uint32_t tlli_be = htonl(tlli);
151
152 budh = (struct bssgp_ud_hdr *)msgb_push(msg, bssgp_overhead);
153
154 budh->pdu_type = BSSGP_PDUT_DL_UNITDATA;
155 memcpy(&budh->tlli, &tlli_be, sizeof(budh->tlli));
156 memcpy(&budh->qos_profile, qos_profile, sizeof(budh->qos_profile));
157
158 ie = budh->data;
159 tvlv_put(ie, BSSGP_IE_PDU_LIFETIME, sizeof(lifetime), lifetime);
160 ie += TVLV_GROSS_LEN(sizeof(lifetime));
161
162 /* Note: Add alignment before the LLC IE if inserting other IE */
163
164 *(ie++) = BSSGP_IE_LLC_PDU;
165 *(ie++) = llc_size / 256;
166 *(ie++) = llc_size % 256;
167
168 OSMO_ASSERT(ie == llc);
169
170 msgb_bssgph(msg) = (uint8_t *)budh;
171 msgb_tlli(msg) = tlli;
172}
173
Jacob Erlbeck12496dd2014-08-18 15:41:41 +0200174/* update peer according to the BSS message */
175static void gbprox_update_current_raid(uint8_t *raid_enc,
176 struct gbproxy_peer *peer,
177 const char *log_text)
Jacob Erlbeck67a44452014-05-19 10:14:58 +0200178{
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +0200179 struct gbproxy_patch_state *state = &peer->patch_state;
Jacob Erlbeck67a44452014-05-19 10:14:58 +0200180 const int old_local_mcc = state->local_mcc;
181 const int old_local_mnc = state->local_mnc;
Jacob Erlbeck12496dd2014-08-18 15:41:41 +0200182 struct gprs_ra_id raid;
183
184 if (!raid_enc)
185 return;
186
187 gsm48_parse_ra(&raid, raid_enc);
188
189 /* save source side MCC/MNC */
190 if (!peer->cfg->core_mcc || raid.mcc == peer->cfg->core_mcc) {
191 state->local_mcc = 0;
192 } else {
193 state->local_mcc = raid.mcc;
194 }
195
196 if (!peer->cfg->core_mnc || raid.mnc == peer->cfg->core_mnc) {
197 state->local_mnc = 0;
198 } else {
199 state->local_mnc = raid.mnc;
200 }
201
202 if (old_local_mcc != state->local_mcc ||
203 old_local_mnc != state->local_mnc)
204 LOGP(DGPRS, LOGL_NOTICE,
205 "Patching RAID %sactivated, msg: %s, "
206 "local: %d-%d, core: %d-%d\n",
207 state->local_mcc || state->local_mnc ?
208 "" : "de",
209 log_text,
210 state->local_mcc, state->local_mnc,
211 peer->cfg->core_mcc, peer->cfg->core_mnc);
212}
213
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200214uint32_t gbproxy_make_bss_ptmsi(struct gbproxy_peer *peer,
215 uint32_t sgsn_ptmsi)
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200216{
Jacob Erlbeck0d376712014-08-11 19:12:24 +0200217 uint32_t bss_ptmsi;
218 if (!peer->cfg->patch_ptmsi) {
219 bss_ptmsi = sgsn_ptmsi;
220 } else {
221 do {
222 bss_ptmsi = rand_r(&peer->cfg->bss_ptmsi_state);
223 bss_ptmsi = bss_ptmsi | 0xC0000000;
224
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200225 if (gbproxy_find_tlli_by_ptmsi(peer, bss_ptmsi))
Jacob Erlbeck0d376712014-08-11 19:12:24 +0200226 bss_ptmsi = GSM_RESERVED_TMSI;
227 } while (bss_ptmsi == GSM_RESERVED_TMSI);
228 }
229
230 return bss_ptmsi;
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200231}
232
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200233uint32_t gbproxy_make_sgsn_tlli(struct gbproxy_peer *peer,
234 struct gbproxy_tlli_info *tlli_info,
235 uint32_t bss_tlli)
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200236{
Jacob Erlbeck0d376712014-08-11 19:12:24 +0200237 uint32_t sgsn_tlli;
238 if (!peer->cfg->patch_ptmsi) {
239 sgsn_tlli = bss_tlli;
240 } else if (tlli_info->sgsn_tlli.ptmsi != GSM_RESERVED_TMSI) {
241 sgsn_tlli = gprs_tmsi2tlli(tlli_info->sgsn_tlli.ptmsi,
242 TLLI_FOREIGN);
243 } else {
244 do {
245 /* create random TLLI, 0b01111xxx... */
246 sgsn_tlli = rand_r(&peer->cfg->sgsn_tlli_state);
247 sgsn_tlli = (sgsn_tlli & 0x7fffffff) | 0x78000000;
248
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200249 if (gbproxy_find_tlli_by_sgsn_tlli(peer, sgsn_tlli))
Jacob Erlbeck0d376712014-08-11 19:12:24 +0200250 sgsn_tlli = 0;
251 } while (!sgsn_tlli);
252 }
253 return sgsn_tlli;
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200254}
255
Jacob Erlbeck31591142014-09-03 11:59:48 +0200256/* Returns != 0 iff IMSI acquisition was in progress */
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200257static int gbproxy_restart_imsi_acquisition(struct gbproxy_tlli_info* tlli_info)
Jacob Erlbeck31591142014-09-03 11:59:48 +0200258{
259 int in_progress = 0;
260 if (!tlli_info)
261 return 0;
262
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200263 if (tlli_info->imsi_acq_pending) {
Jacob Erlbeck31591142014-09-03 11:59:48 +0200264 in_progress = 1;
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200265 tlli_info->imsi_acq_retries += 1;
266 }
Jacob Erlbeck31591142014-09-03 11:59:48 +0200267
268 gbproxy_tlli_info_discard_messages(tlli_info);
269 tlli_info->imsi_acq_pending = 0;
270
271 return in_progress;
272}
273
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200274static void gbproxy_reset_imsi_acquisition(struct gbproxy_tlli_info* tlli_info)
275{
276 gbproxy_restart_imsi_acquisition(tlli_info);
277 tlli_info->imsi_acq_retries = 0;
278}
279
280static void gbproxy_flush_stored_messages(struct gbproxy_peer *peer,
281 struct msgb *msg,
282 uint16_t sgsn_nsei,
283 time_t now,
284 struct gbproxy_tlli_info* tlli_info,
285 struct gprs_gb_parse_context *parse_ctx)
286{
287 int rc;
288 struct msgb *stored_msg;
289 /* Got identity response with IMSI, assuming the request had
290 * been generated by the gbproxy */
291
292 LOGP(DLLC, LOGL_DEBUG,
293 "NSEI=%d(BSS) IMSI acquisition succeeded, "
294 "flushing stored messages\n",
295 msgb_nsei(msg));
296
297 /* Patch and flush stored messages towards the SGSN */
298 while ((stored_msg = msgb_dequeue(&tlli_info->stored_msgs))) {
299 struct gprs_gb_parse_context tmp_parse_ctx = {0};
300 tmp_parse_ctx.to_bss = 0;
301 int len_change = 0;
302
303 gprs_gb_parse_bssgp(msgb_bssgph(stored_msg),
304 msgb_bssgp_len(stored_msg),
305 &tmp_parse_ctx);
306 gbproxy_patch_bssgp(msg, msgb_bssgph(stored_msg),
307 msgb_bssgp_len(stored_msg),
308 peer, tlli_info, &len_change,
309 &tmp_parse_ctx);
310
311 gbproxy_update_tlli_state_after(peer, tlli_info, now,
312 &tmp_parse_ctx);
313
314 rc = gbprox_relay2sgsn(peer->cfg, stored_msg,
315 msgb_bvci(msg), sgsn_nsei);
316
317 if (rc < 0)
318 LOGP(DLLC, LOGL_ERROR,
319 "NSEI=%d(BSS) failed to send stored message "
320 "(%s)\n",
321 msgb_nsei(msg),
322 parse_ctx->llc_msg_name ?
323 parse_ctx->llc_msg_name : "BSSGP");
324 msgb_free(stored_msg);
325 }
326}
327
328static void gbproxy_acquire_imsi(struct gbproxy_peer *peer,
329 struct gbproxy_tlli_info* tlli_info,
330 uint16_t bvci)
331{
332 struct msgb *idreq_msg;
333
334 /* Send IDENT REQ */
335 idreq_msg = gsm48_msgb_alloc();
336 gprs_put_identity_req(idreq_msg, GSM_MI_TYPE_IMSI);
337 /* Workaround to avoid N(U) collisions and to enable a restart
338 * of the IMSI acquisition procedure. This will work unless the
339 * SGSN has an initial V(UT) within [256-32, 256+n_retries]
340 * (see GSM 04.64, 8.4.2).
341 * TODO: Check whether it is sensible to rely on this, it might
342 * be an issue when P-TMSI patching is _not_ enabled and the SGSN
343 * doesn't reset V(UT) after a detach. */
344 gprs_push_llc_ui(idreq_msg, 0, GPRS_SAPI_GMM,
345 (tlli_info->imsi_acq_retries + 256) % 512);
346 gprs_push_bssgp_dl_unitdata(idreq_msg, tlli_info->tlli.current);
347 gbprox_relay2peer(idreq_msg, peer, bvci);
348 msgb_free(idreq_msg);
349}
350
351
352/* Return != 0 iff msg still needs to be processed */
353static int gbproxy_imsi_acquisition(struct gbproxy_peer *peer,
354 struct msgb *msg,
355 uint16_t sgsn_nsei,
356 time_t now,
357 struct gbproxy_tlli_info* tlli_info,
358 struct gprs_gb_parse_context *parse_ctx)
359{
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200360 struct msgb *stored_msg;
361
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200362 if (!tlli_info)
363 return 1;
364
Jacob Erlbeck2fd1ba42014-09-11 14:57:03 +0200365 if (!tlli_info->imsi_acq_pending && tlli_info->imsi_len > 0)
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200366 return 1;
367
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200368 if (parse_ctx->g48_hdr &&
369 parse_ctx->g48_hdr->msg_type == GSM48_MT_GMM_ATTACH_REQ)
370 {
371 if (gbproxy_restart_imsi_acquisition(tlli_info)) {
372 LOGP(DLLC, LOGL_INFO,
373 "NSEI=%d(BSS) IMSI acquisition was in progress "
374 "when receiving an ATTACH_REQ.\n",
375 msgb_nsei(msg));
376 }
377 }
378
Jacob Erlbeck2fd1ba42014-09-11 14:57:03 +0200379 if (tlli_info->imsi_acq_pending && tlli_info->imsi_len > 0) {
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200380 int is_ident_resp =
381 parse_ctx->g48_hdr &&
382 parse_ctx->g48_hdr->proto_discr == GSM48_PDISC_MM_GPRS &&
383 parse_ctx->g48_hdr->msg_type == GSM48_MT_GMM_ID_RESP;
384
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200385 /* The IMSI is now available */
386 gbproxy_flush_stored_messages(peer, msg, sgsn_nsei, now,
387 tlli_info, parse_ctx);
388
389 gbproxy_reset_imsi_acquisition(tlli_info);
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200390
391 /* This message is most probably the response to the ident
392 * request sent by gbproxy_acquire_imsi(). Don't forward it to
393 * the SGSN. */
394 return !is_ident_resp;
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200395 }
396
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200397 /* The message cannot be processed since the IMSI is still missing */
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200398
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200399 /* Enqueue unpatched messages */
400 LOGP(DLLC, LOGL_INFO,
401 "NSEI=%d(BSS) IMSI acquisition in progress, "
402 "storing message (%s)\n",
403 msgb_nsei(msg),
404 parse_ctx->llc_msg_name ? parse_ctx->llc_msg_name : "BSSGP");
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200405
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200406 stored_msg = gprs_msgb_copy(msg, "process_bssgp_ul");
407 msgb_enqueue(&tlli_info->stored_msgs, stored_msg);
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200408
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200409 if (!tlli_info->imsi_acq_pending) {
410 LOGP(DLLC, LOGL_INFO,
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200411 "NSEI=%d(BSS) IMSI is required but not available, "
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200412 "initiating identification procedure (%s)\n",
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200413 msgb_nsei(msg),
414 parse_ctx->llc_msg_name ? parse_ctx->llc_msg_name : "BSSGP");
415
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200416 gbproxy_acquire_imsi(peer, tlli_info, msgb_bvci(msg));
417
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200418 /* There is no explicit retransmission handling, the
419 * implementation relies on the MS doing proper retransmissions
420 * of the triggering message instead */
421
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200422 tlli_info->imsi_acq_pending = 1;
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200423 }
424
Jacob Erlbeck6bafa4c2014-09-11 11:35:17 +0200425 return 0;
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200426}
427
428struct gbproxy_peer *gbproxy_find_peer(struct gbproxy_config *cfg,
429 struct msgb *msg,
430 struct gprs_gb_parse_context *parse_ctx)
431{
432 struct gbproxy_peer *peer = NULL;
433
434 if (msgb_bvci(msg) >= 2)
435 peer = gbproxy_peer_by_bvci(cfg, msgb_bvci(msg));
436
437 if (!peer && !parse_ctx->to_bss)
438 peer = gbproxy_peer_by_nsei(cfg, msgb_nsei(msg));
439
440 if (!peer)
441 peer = gbproxy_peer_by_bssgp_tlv(cfg, &parse_ctx->bssgp_tp);
442
443 if (!peer) {
444 LOGP(DLLC, LOGL_INFO,
445 "NSEI=%d(%s) patching: didn't find peer for message, "
446 "PDU %d\n",
447 msgb_nsei(msg), parse_ctx->to_bss ? "BSS" : "SGSN",
448 parse_ctx->pdu_type);
449 /* Increment counter */
450 rate_ctr_inc(&cfg->ctrg->ctr[GBPROX_GLOB_CTR_PATCH_PEER_ERR]);
451 }
452 return peer;
453}
454
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200455/* patch BSSGP message */
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200456static int gbprox_process_bssgp_ul(struct gbproxy_config *cfg,
457 struct msgb *msg,
458 struct gbproxy_peer *peer)
Jacob Erlbeckc8128822014-08-07 16:07:24 +0200459{
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200460 struct gprs_gb_parse_context parse_ctx = {0};
Jacob Erlbeck2db25122014-08-06 12:41:31 +0200461 int rc;
Jacob Erlbeckc8128822014-08-07 16:07:24 +0200462 int len_change = 0;
Jacob Erlbeck7b821d02014-08-08 08:37:37 +0200463 time_t now;
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200464 struct gbproxy_tlli_info *tlli_info = NULL;
Jacob Erlbeckcabd24b2014-08-27 12:51:07 +0200465 uint32_t sgsn_nsei = cfg->nsip_sgsn_nsei;
466 int send_msg_directly = 0;
Jacob Erlbeck2db25122014-08-06 12:41:31 +0200467
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200468 if (!cfg->core_mcc && !cfg->core_mnc && !cfg->core_apn &&
Jacob Erlbeck1abfdc22014-09-04 11:42:08 +0200469 !cfg->acquire_imsi && !cfg->patch_ptmsi && !cfg->route_to_sgsn2)
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200470 return 1;
Jacob Erlbeck2db25122014-08-06 12:41:31 +0200471
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200472 parse_ctx.to_bss = 0;
473
474 /* Parse BSSGP/LLC */
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200475 rc = gprs_gb_parse_bssgp(msgb_bssgph(msg), msgb_bssgp_len(msg),
476 &parse_ctx);
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200477
478 if (!rc) {
479 if (!parse_ctx.need_decryption) {
480 LOGP(DGPRS, LOGL_ERROR,
Jacob Erlbeck643d5222014-08-18 17:26:04 +0200481 "NSEI=%u(BSS) patching: "
482 "failed to parse BSSGP/GMM message\n",
483 msgb_nsei(msg));
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200484 return 0;
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200485 }
486 }
487
488 /* Get peer */
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200489 if (!peer)
490 peer = gbproxy_find_peer(cfg, msg, &parse_ctx);
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200491
492 if (!peer)
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200493 return 0;
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200494
495 now = time(NULL);
496
Jacob Erlbeck12496dd2014-08-18 15:41:41 +0200497 if (parse_ctx.bssgp_raid_enc && parse_ctx.old_raid_enc &&
498 memcmp(parse_ctx.bssgp_raid_enc, parse_ctx.old_raid_enc, 6) == 0)
499 parse_ctx.old_raid_matches = 1;
500
501 gbprox_update_current_raid(parse_ctx.bssgp_raid_enc, peer,
502 parse_ctx.llc_msg_name);
503
Jacob Erlbeck31591142014-09-03 11:59:48 +0200504 gprs_gb_log_parse_context(&parse_ctx, "BSSGP");
505
506 tlli_info = gbproxy_update_tlli_state_ul(peer, now, &parse_ctx);
507
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200508 if (parse_ctx.g48_hdr) {
509 switch (parse_ctx.g48_hdr->msg_type) {
510 case GSM48_MT_GMM_ATTACH_REQ:
511 rate_ctr_inc(&peer->ctrg->ctr[GBPROX_PEER_CTR_ATTACH_REQS]);
512 break;
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200513
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200514 default:
515 break;
516 }
517 }
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200518
Jacob Erlbeck18a37872014-09-08 09:59:16 +0200519 if (tlli_info && cfg->route_to_sgsn2 && gbproxy_check_tlli(peer, tlli_info)) {
Jacob Erlbeckcabd24b2014-08-27 12:51:07 +0200520 sgsn_nsei = cfg->nsip_sgsn2_nsei;
521 send_msg_directly = 1;
522 }
523
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200524 /* Handle IMSI acquisition */
525 if (cfg->acquire_imsi) {
526 rc = gbproxy_imsi_acquisition(peer, msg, sgsn_nsei, now,
527 tlli_info, &parse_ctx);
528 if (rc <= 0)
529 return rc;
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200530 }
531
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200532 gbproxy_patch_bssgp(msg, msgb_bssgph(msg), msgb_bssgp_len(msg),
533 peer, tlli_info, &len_change, &parse_ctx);
534
535 gbproxy_update_tlli_state_after(peer, tlli_info, now, &parse_ctx);
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200536
Jacob Erlbeckcabd24b2014-08-27 12:51:07 +0200537 if (send_msg_directly) {
538 /* Send message directly to the selected SGSN */
539 rc = gbprox_relay2sgsn(cfg, msg, msgb_bvci(msg), sgsn_nsei);
540 /* Don't let the calling code handle the transmission */
541 return 0;
542 }
543
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200544 return 1;
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200545}
546
547/* patch BSSGP message to use core_mcc/mnc on the SGSN side */
548static void gbprox_process_bssgp_dl(struct gbproxy_config *cfg,
549 struct msgb *msg,
550 struct gbproxy_peer *peer)
551{
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200552 struct gprs_gb_parse_context parse_ctx = {0};
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200553 int rc;
554 int len_change = 0;
555 time_t now;
556 struct gbproxy_tlli_info *tlli_info = NULL;
557
Jacob Erlbeck1abfdc22014-09-04 11:42:08 +0200558 if (!cfg->core_mcc && !cfg->core_mnc && !cfg->core_apn &&
559 !cfg->acquire_imsi && !cfg->patch_ptmsi && !cfg->route_to_sgsn2)
560 return;
561
Jacob Erlbeck9057bc32014-08-12 16:30:30 +0200562 parse_ctx.to_bss = 1;
Jacob Erlbeck2db25122014-08-06 12:41:31 +0200563
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200564 rc = gprs_gb_parse_bssgp(msgb_bssgph(msg), msgb_bssgp_len(msg),
565 &parse_ctx);
Jacob Erlbeck2db25122014-08-06 12:41:31 +0200566
567 if (!rc) {
568 if (!parse_ctx.need_decryption) {
569 LOGP(DGPRS, LOGL_ERROR,
Jacob Erlbeck643d5222014-08-18 17:26:04 +0200570 "NSEI=%u(SGSN) patching: "
571 "failed to parse BSSGP/GMM message\n",
572 msgb_nsei(msg));
Jacob Erlbeck2db25122014-08-06 12:41:31 +0200573 return;
574 }
575 }
Jacob Erlbeck67a44452014-05-19 10:14:58 +0200576
Jacob Erlbeck0b243a12014-09-11 10:30:21 +0200577 /* Get peer */
578 if (!peer)
579 peer = gbproxy_find_peer(cfg, msg, &parse_ctx);
Jacob Erlbeck006c0382014-05-27 13:49:04 +0200580
Jacob Erlbeck006c0382014-05-27 13:49:04 +0200581 if (!peer)
Jacob Erlbeck006c0382014-05-27 13:49:04 +0200582 return;
Jacob Erlbeck006c0382014-05-27 13:49:04 +0200583
Jacob Erlbeck7b821d02014-08-08 08:37:37 +0200584 now = time(NULL);
585
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200586 if (parse_ctx.g48_hdr) {
587 switch (parse_ctx.g48_hdr->msg_type) {
588 case GSM48_MT_GMM_ATTACH_REJ:
589 rate_ctr_inc(&peer->ctrg->ctr[GBPROX_PEER_CTR_ATTACH_REJS]);
590 break;
Jacob Erlbeck91fb6802014-05-28 10:59:10 +0200591
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200592 default:
593 break;
594 }
595 }
Jacob Erlbeck2db25122014-08-06 12:41:31 +0200596
Jacob Erlbeck9114bee2014-08-19 12:21:01 +0200597 gprs_gb_log_parse_context(&parse_ctx, "BSSGP");
598
599 tlli_info = gbproxy_update_tlli_state_dl(peer, now, &parse_ctx);
600
601 gbproxy_patch_bssgp(msg, msgb_bssgph(msg), msgb_bssgp_len(msg),
602 peer, tlli_info, &len_change, &parse_ctx);
603
604 gbproxy_update_tlli_state_after(peer, tlli_info, now, &parse_ctx);
Jacob Erlbeck2db25122014-08-06 12:41:31 +0200605
Jacob Erlbeck03551e52014-06-27 19:56:05 +0200606 return;
Jacob Erlbeck67a44452014-05-19 10:14:58 +0200607}
608
Harald Welte9f75c352010-04-30 20:26:32 +0200609/* feed a message down the NS-VC associated with the specified peer */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200610static int gbprox_relay2sgsn(struct gbproxy_config *cfg, struct msgb *old_msg,
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +0200611 uint16_t ns_bvci, uint16_t sgsn_nsei)
Harald Welte672f5c42010-05-03 18:54:58 +0200612{
Harald Welte39d0bb52010-05-12 18:10:25 +0000613 /* create a copy of the message so the old one can
614 * be free()d safely when we return from gbprox_rcvmsg() */
Holger Hans Peter Freyther7127b022014-08-04 11:52:52 +0200615 struct msgb *msg = gprs_msgb_copy(old_msg, "msgb_relay2sgsn");
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200616 int rc;
Harald Welte39d0bb52010-05-12 18:10:25 +0000617
Harald Weltee9ea2692010-05-11 20:20:13 +0200618 DEBUGP(DGPRS, "NSEI=%u proxying BTS->SGSN (NS_BVCI=%u, NSEI=%u)\n",
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +0200619 msgb_nsei(msg), ns_bvci, sgsn_nsei);
Harald Welte44c48302010-05-03 19:22:32 +0200620
Harald Welte672f5c42010-05-03 18:54:58 +0200621 msgb_bvci(msg) = ns_bvci;
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +0200622 msgb_nsei(msg) = sgsn_nsei;
Harald Welte672f5c42010-05-03 18:54:58 +0200623
Harald Welte69619e32010-05-03 19:05:10 +0200624 strip_ns_hdr(msg);
625
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200626 rc = gprs_ns_sendmsg(bssgp_nsi, msg);
627 if (rc < 0)
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200628 rate_ctr_inc(&cfg->ctrg->ctr[GBPROX_GLOB_CTR_TX_ERR_SGSN]);
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200629
630 return rc;
Harald Welte672f5c42010-05-03 18:54:58 +0200631}
632
Harald Welte672f5c42010-05-03 18:54:58 +0200633/* feed a message down the NS-VC associated with the specified peer */
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +0200634static int gbprox_relay2peer(struct msgb *old_msg, struct gbproxy_peer *peer,
Harald Welte9f75c352010-04-30 20:26:32 +0200635 uint16_t ns_bvci)
636{
Harald Welte39d0bb52010-05-12 18:10:25 +0000637 /* create a copy of the message so the old one can
638 * be free()d safely when we return from gbprox_rcvmsg() */
Holger Hans Peter Freyther7127b022014-08-04 11:52:52 +0200639 struct msgb *msg = gprs_msgb_copy(old_msg, "msgb_relay2peer");
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200640 int rc;
Harald Welte39d0bb52010-05-12 18:10:25 +0000641
Harald Welte0ab535b2010-05-13 10:34:56 +0200642 DEBUGP(DGPRS, "NSEI=%u proxying SGSN->BSS (NS_BVCI=%u, NSEI=%u)\n",
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200643 msgb_nsei(msg), ns_bvci, peer->nsei);
Harald Welte44c48302010-05-03 19:22:32 +0200644
Harald Welte9f75c352010-04-30 20:26:32 +0200645 msgb_bvci(msg) = ns_bvci;
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200646 msgb_nsei(msg) = peer->nsei;
Harald Welte9f75c352010-04-30 20:26:32 +0200647
Harald Welte0ab535b2010-05-13 10:34:56 +0200648 /* Strip the old NS header, it will be replaced with a new one */
Harald Welte69619e32010-05-03 19:05:10 +0200649 strip_ns_hdr(msg);
650
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200651 rc = gprs_ns_sendmsg(bssgp_nsi, msg);
652 if (rc < 0)
653 rate_ctr_inc(&peer->ctrg->ctr[GBPROX_PEER_CTR_TX_ERR]);
654
655 return rc;
Harald Welte9f75c352010-04-30 20:26:32 +0200656}
657
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200658static int block_unblock_peer(struct gbproxy_config *cfg, uint16_t ptp_bvci, uint8_t pdu_type)
Harald Welte36f98d92011-02-06 13:09:29 +0100659{
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +0200660 struct gbproxy_peer *peer;
Harald Welte36f98d92011-02-06 13:09:29 +0100661
Jacob Erlbeck5f1faa32014-08-21 10:01:30 +0200662 peer = gbproxy_peer_by_bvci(cfg, ptp_bvci);
Harald Welte36f98d92011-02-06 13:09:29 +0100663 if (!peer) {
664 LOGP(DGPRS, LOGL_ERROR, "BVCI=%u: Cannot find BSS\n",
665 ptp_bvci);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200666 rate_ctr_inc(&cfg->ctrg->ctr[GBPROX_GLOB_CTR_INV_BVCI]);
Harald Welte36f98d92011-02-06 13:09:29 +0100667 return -ENOENT;
668 }
669
670 switch (pdu_type) {
671 case BSSGP_PDUT_BVC_BLOCK_ACK:
672 peer->blocked = 1;
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200673 rate_ctr_inc(&peer->ctrg->ctr[GBPROX_PEER_CTR_BLOCKED]);
Harald Welte36f98d92011-02-06 13:09:29 +0100674 break;
675 case BSSGP_PDUT_BVC_UNBLOCK_ACK:
676 peer->blocked = 0;
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200677 rate_ctr_inc(&peer->ctrg->ctr[GBPROX_PEER_CTR_UNBLOCKED]);
Harald Welte36f98d92011-02-06 13:09:29 +0100678 break;
679 default:
680 break;
681 }
682 return 0;
683}
684
Harald Welte9f75c352010-04-30 20:26:32 +0200685/* Send a message to a peer identified by ptp_bvci but using ns_bvci
686 * in the NS hdr */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200687static int gbprox_relay2bvci(struct gbproxy_config *cfg, struct msgb *msg, uint16_t ptp_bvci,
Harald Welte9f75c352010-04-30 20:26:32 +0200688 uint16_t ns_bvci)
689{
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +0200690 struct gbproxy_peer *peer;
Harald Welte9f75c352010-04-30 20:26:32 +0200691
Jacob Erlbeck5f1faa32014-08-21 10:01:30 +0200692 peer = gbproxy_peer_by_bvci(cfg, ptp_bvci);
Harald Welte1c77c6e2010-05-03 21:37:11 +0200693 if (!peer) {
Harald Welte4cf12e92010-05-13 14:14:56 +0200694 LOGP(DGPRS, LOGL_ERROR, "BVCI=%u: Cannot find BSS\n",
Harald Welte1c77c6e2010-05-03 21:37:11 +0200695 ptp_bvci);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200696 rate_ctr_inc(&cfg->ctrg->ctr[GBPROX_GLOB_CTR_INV_BVCI]);
Harald Welte9f75c352010-04-30 20:26:32 +0200697 return -ENOENT;
Harald Welte1c77c6e2010-05-03 21:37:11 +0200698 }
Harald Welte9f75c352010-04-30 20:26:32 +0200699
Harald Welte69619e32010-05-03 19:05:10 +0200700 return gbprox_relay2peer(msg, peer, ns_bvci);
Harald Welte9f75c352010-04-30 20:26:32 +0200701}
702
Harald Welteb1fd9022012-06-17 12:16:31 +0800703int bssgp_prim_cb(struct osmo_prim_hdr *oph, void *ctx)
704{
705 return 0;
706}
707
Jacob Erlbeck46f1d6f2014-08-21 13:45:04 +0200708/* Receive an incoming PTP message from a BSS-side NS-VC */
709static int gbprox_rx_ptp_from_bss(struct gbproxy_config *cfg,
710 struct msgb *msg, uint16_t nsei,
711 uint16_t nsvci, uint16_t ns_bvci)
712{
713 struct gbproxy_peer *peer;
Jacob Erlbeckc1c57d32014-08-28 13:20:39 +0200714 struct bssgp_normal_hdr *bgph = (struct bssgp_normal_hdr *) msgb_bssgph(msg);
715 uint8_t pdu_type = bgph->pdu_type;
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200716 int rc;
Jacob Erlbeck46f1d6f2014-08-21 13:45:04 +0200717
718 peer = gbproxy_peer_by_bvci(cfg, ns_bvci);
719
720 if (peer)
721 check_peer_nsei(peer, nsei);
722
Jacob Erlbeck5f4ef322014-08-22 17:10:01 +0200723 rc = gbprox_process_bssgp_ul(cfg, msg, peer);
724 if (!rc)
725 return 0;
Jacob Erlbeck46f1d6f2014-08-21 13:45:04 +0200726
Jacob Erlbeckc1c57d32014-08-28 13:20:39 +0200727 switch (pdu_type) {
728 case BSSGP_PDUT_FLOW_CONTROL_BVC:
729 if (!cfg->route_to_sgsn2)
730 break;
731
732 /* Send a copy to the secondary SGSN */
733 gbprox_relay2sgsn(cfg, msg, ns_bvci, cfg->nsip_sgsn2_nsei);
734 break;
735 default:
736 break;
737 }
738
739
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +0200740 return gbprox_relay2sgsn(cfg, msg, ns_bvci, cfg->nsip_sgsn_nsei);
Jacob Erlbeck46f1d6f2014-08-21 13:45:04 +0200741}
742
743/* Receive an incoming PTP message from a SGSN-side NS-VC */
744static int gbprox_rx_ptp_from_sgsn(struct gbproxy_config *cfg,
745 struct msgb *msg, uint16_t nsei,
746 uint16_t nsvci, uint16_t ns_bvci)
747{
748 struct gbproxy_peer *peer;
Jacob Erlbeckc1c57d32014-08-28 13:20:39 +0200749 struct bssgp_normal_hdr *bgph = (struct bssgp_normal_hdr *) msgb_bssgph(msg);
750 uint8_t pdu_type = bgph->pdu_type;
Jacob Erlbeck46f1d6f2014-08-21 13:45:04 +0200751
752 peer = gbproxy_peer_by_bvci(cfg, ns_bvci);
753
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +0200754 /* Send status messages before patching */
755
Jacob Erlbeck46f1d6f2014-08-21 13:45:04 +0200756 if (!peer) {
757 LOGP(DGPRS, LOGL_INFO, "Didn't find peer for "
758 "BVCI=%u for message from NSVC=%u/NSEI=%u (SGSN)\n",
759 ns_bvci, nsvci, nsei);
760 rate_ctr_inc(&cfg->ctrg->
761 ctr[GBPROX_GLOB_CTR_INV_BVCI]);
762 return bssgp_tx_status(BSSGP_CAUSE_UNKNOWN_BVCI,
763 &ns_bvci, msg);
764 }
765
766 if (peer->blocked) {
767 LOGP(DGPRS, LOGL_NOTICE, "Dropping PDU for "
768 "blocked BVCI=%u via NSVC=%u/NSEI=%u\n",
769 ns_bvci, nsvci, nsei);
770 rate_ctr_inc(&peer->ctrg->ctr[GBPROX_PEER_CTR_DROPPED]);
Jacob Erlbeck17b42b82014-08-29 12:20:15 +0200771 return bssgp_tx_status(BSSGP_CAUSE_BVCI_BLOCKED, &ns_bvci, msg);
Jacob Erlbeck46f1d6f2014-08-21 13:45:04 +0200772 }
773
Jacob Erlbeckc1c57d32014-08-28 13:20:39 +0200774 switch (pdu_type) {
775 case BSSGP_PDUT_FLOW_CONTROL_BVC_ACK:
776 case BSSGP_PDUT_BVC_BLOCK_ACK:
777 case BSSGP_PDUT_BVC_UNBLOCK_ACK:
778 if (cfg->route_to_sgsn2 && nsei == cfg->nsip_sgsn2_nsei)
779 /* Hide ACKs from the secondary SGSN, the primary SGSN
780 * is responsible to send them. */
781 return 0;
782 break;
783 default:
784 break;
785 }
786
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +0200787 /* Optionally patch the message */
788 gbprox_process_bssgp_dl(cfg, msg, peer);
789
Jacob Erlbeck46f1d6f2014-08-21 13:45:04 +0200790 return gbprox_relay2peer(msg, peer, ns_bvci);
791}
792
Harald Welte9f75c352010-04-30 20:26:32 +0200793/* Receive an incoming signalling message from a BSS-side NS-VC */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200794static int gbprox_rx_sig_from_bss(struct gbproxy_config *cfg,
795 struct msgb *msg, uint16_t nsei,
Harald Welte9f75c352010-04-30 20:26:32 +0200796 uint16_t ns_bvci)
797{
Harald Welteca3620a2010-05-03 16:30:59 +0200798 struct bssgp_normal_hdr *bgph = (struct bssgp_normal_hdr *) msgb_bssgph(msg);
Harald Welte9f75c352010-04-30 20:26:32 +0200799 struct tlv_parsed tp;
800 uint8_t pdu_type = bgph->pdu_type;
Harald Welteca3620a2010-05-03 16:30:59 +0200801 int data_len = msgb_bssgp_len(msg) - sizeof(*bgph);
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +0200802 struct gbproxy_peer *from_peer = NULL;
Harald Welte70f38d22010-05-01 12:10:57 +0200803 struct gprs_ra_id raid;
Jacob Erlbeckc1c57d32014-08-28 13:20:39 +0200804 int copy_to_sgsn2 = 0;
Jacob Erlbeck59300642014-09-08 09:04:01 +0200805 int rc;
Harald Welte9f75c352010-04-30 20:26:32 +0200806
Harald Weltec471d3d2011-02-06 17:13:12 +0100807 if (ns_bvci != 0 && ns_bvci != 1) {
Harald Welte4cf12e92010-05-13 14:14:56 +0200808 LOGP(DGPRS, LOGL_NOTICE, "NSEI=%u BVCI=%u is not signalling\n",
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200809 nsei, ns_bvci);
Harald Welte9f75c352010-04-30 20:26:32 +0200810 return -EINVAL;
811 }
812
813 /* we actually should never see those two for BVCI == 0, but double-check
814 * just to make sure */
815 if (pdu_type == BSSGP_PDUT_UL_UNITDATA ||
816 pdu_type == BSSGP_PDUT_DL_UNITDATA) {
Harald Welte44c48302010-05-03 19:22:32 +0200817 LOGP(DGPRS, LOGL_NOTICE, "NSEI=%u UNITDATA not allowed in "
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200818 "signalling\n", nsei);
Harald Welte9f75c352010-04-30 20:26:32 +0200819 return -EINVAL;
820 }
821
822 bssgp_tlv_parse(&tp, bgph->data, data_len);
823
824 switch (pdu_type) {
825 case BSSGP_PDUT_SUSPEND:
826 case BSSGP_PDUT_RESUME:
Jacob Erlbeck8f503592014-06-02 10:49:00 +0200827 /* We implement RAI snooping during SUSPEND/RESUME, since it
828 * establishes a relationsip between BVCI/peer and the routeing
829 * area identification. The snooped information is then used
830 * for routing the {SUSPEND,RESUME}_[N]ACK back to the correct
831 * BSSGP */
Harald Welte9f75c352010-04-30 20:26:32 +0200832 if (!TLVP_PRESENT(&tp, BSSGP_IE_ROUTEING_AREA))
833 goto err_mand_ie;
Jacob Erlbeck5f1faa32014-08-21 10:01:30 +0200834 from_peer = gbproxy_peer_by_nsei(cfg, nsei);
Harald Welte9f75c352010-04-30 20:26:32 +0200835 if (!from_peer)
836 goto err_no_peer;
Harald Welte1174c082010-05-12 00:07:29 +0200837 memcpy(from_peer->ra, TLVP_VAL(&tp, BSSGP_IE_ROUTEING_AREA),
838 sizeof(from_peer->ra));
Harald Welte7fc98222010-05-11 10:15:42 +0200839 gsm48_parse_ra(&raid, from_peer->ra);
Harald Welte4cf12e92010-05-13 14:14:56 +0200840 LOGP(DGPRS, LOGL_INFO, "NSEI=%u BSSGP SUSPEND/RESUME "
Jacob Erlbeck8f503592014-06-02 10:49:00 +0200841 "RAI snooping: RAI %u-%u-%u-%u behind BVCI=%u\n",
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200842 nsei, raid.mcc, raid.mnc, raid.lac,
843 raid.rac , from_peer->bvci);
Harald Welte9f75c352010-04-30 20:26:32 +0200844 /* FIXME: This only supports one BSS per RA */
845 break;
Harald Welte44c48302010-05-03 19:22:32 +0200846 case BSSGP_PDUT_BVC_RESET:
847 /* If we receive a BVC reset on the signalling endpoint, we
848 * don't want the SGSN to reset, as the signalling endpoint
849 * is common for all point-to-point BVCs (and thus all BTS) */
850 if (TLVP_PRESENT(&tp, BSSGP_IE_BVCI)) {
Holger Hans Peter Freytherffd68562012-09-04 20:42:20 +0200851 uint16_t bvci = ntohs(tlvp_val16_unal(&tp, BSSGP_IE_BVCI));
Harald Welte72953b82010-05-12 00:20:41 +0200852 LOGP(DGPRS, LOGL_INFO, "NSEI=%u Rx BVC RESET (BVCI=%u)\n",
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200853 nsei, bvci);
Harald Welte44c48302010-05-03 19:22:32 +0200854 if (bvci == 0) {
855 /* FIXME: only do this if SGSN is alive! */
Harald Weltee9ea2692010-05-11 20:20:13 +0200856 LOGP(DGPRS, LOGL_INFO, "NSEI=%u Tx fake "
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200857 "BVC RESET ACK of BVCI=0\n", nsei);
Harald Welte44c48302010-05-03 19:22:32 +0200858 return bssgp_tx_simple_bvci(BSSGP_PDUT_BVC_RESET_ACK,
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200859 nsei, 0, ns_bvci);
Harald Welte1174c082010-05-12 00:07:29 +0200860 }
Jacob Erlbeck5f1faa32014-08-21 10:01:30 +0200861 from_peer = gbproxy_peer_by_bvci(cfg, bvci);
Harald Welte1174c082010-05-12 00:07:29 +0200862 if (!from_peer) {
Harald Welte1c77c6e2010-05-03 21:37:11 +0200863 /* if a PTP-BVC is reset, and we don't know that
864 * PTP-BVCI yet, we should allocate a new peer */
865 LOGP(DGPRS, LOGL_INFO, "Allocationg new peer for "
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200866 "BVCI=%u via NSEI=%u\n", bvci, nsei);
Holger Hans Peter Freyther0196c992014-08-04 17:10:08 +0200867 from_peer = gbproxy_peer_alloc(cfg, bvci);
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200868 from_peer->nsei = nsei;
Harald Welte44c48302010-05-03 19:22:32 +0200869 }
Jacob Erlbeck64cb9242013-10-24 12:48:56 +0200870
871 if (!check_peer_nsei(from_peer, nsei))
872 from_peer->nsei = nsei;
873
Harald Welte1174c082010-05-12 00:07:29 +0200874 if (TLVP_PRESENT(&tp, BSSGP_IE_CELL_ID)) {
875 struct gprs_ra_id raid;
876 /* We have a Cell Identifier present in this
877 * PDU, this means we can extend our local
878 * state information about this particular cell
879 * */
880 memcpy(from_peer->ra,
881 TLVP_VAL(&tp, BSSGP_IE_CELL_ID),
882 sizeof(from_peer->ra));
883 gsm48_parse_ra(&raid, from_peer->ra);
884 LOGP(DGPRS, LOGL_INFO, "NSEI=%u/BVCI=%u "
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200885 "Cell ID %u-%u-%u-%u\n", nsei,
Harald Welte1174c082010-05-12 00:07:29 +0200886 bvci, raid.mcc, raid.mnc, raid.lac,
887 raid.rac);
888 }
Jacob Erlbeckc1c57d32014-08-28 13:20:39 +0200889 if (cfg->route_to_sgsn2)
890 copy_to_sgsn2 = 1;
Harald Welte44c48302010-05-03 19:22:32 +0200891 }
892 break;
Harald Welte9f75c352010-04-30 20:26:32 +0200893 }
894
Harald Weltee9ea2692010-05-11 20:20:13 +0200895 /* Normally, we can simply pass on all signalling messages from BSS to
896 * SGSN */
Jacob Erlbeck59300642014-09-08 09:04:01 +0200897 rc = gbprox_process_bssgp_ul(cfg, msg, from_peer);
898 if (!rc)
899 return 0;
Jacob Erlbeckc1c57d32014-08-28 13:20:39 +0200900
901 if (copy_to_sgsn2)
902 gbprox_relay2sgsn(cfg, msg, ns_bvci, cfg->nsip_sgsn2_nsei);
903
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +0200904 return gbprox_relay2sgsn(cfg, msg, ns_bvci, cfg->nsip_sgsn_nsei);
Harald Welte9f75c352010-04-30 20:26:32 +0200905err_no_peer:
Jacob Erlbeckc5085f92013-10-18 13:04:48 +0200906 LOGP(DGPRS, LOGL_ERROR, "NSEI=%u(BSS) cannot find peer based on NSEI\n",
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200907 nsei);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200908 rate_ctr_inc(&cfg->ctrg->ctr[GBPROX_GLOB_CTR_INV_NSEI]);
Jacob Erlbeck17b42b82014-08-29 12:20:15 +0200909 return bssgp_tx_status(BSSGP_CAUSE_INV_MAND_INF, NULL, msg);
Harald Welte9f75c352010-04-30 20:26:32 +0200910err_mand_ie:
Harald Welte0a4050c2010-05-11 10:01:17 +0200911 LOGP(DGPRS, LOGL_ERROR, "NSEI=%u(BSS) missing mandatory RA IE\n",
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200912 nsei);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200913 rate_ctr_inc(&cfg->ctrg->ctr[GBPROX_GLOB_CTR_PROTO_ERR_BSS]);
Harald Welte0a4050c2010-05-11 10:01:17 +0200914 return bssgp_tx_status(BSSGP_CAUSE_MISSING_MAND_IE, NULL, msg);
Harald Welte9f75c352010-04-30 20:26:32 +0200915}
916
917/* Receive paging request from SGSN, we need to relay to proper BSS */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200918static int gbprox_rx_paging(struct gbproxy_config *cfg, struct msgb *msg, struct tlv_parsed *tp,
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200919 uint32_t nsei, uint16_t ns_bvci)
Harald Welte9f75c352010-04-30 20:26:32 +0200920{
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +0200921 struct gbproxy_peer *peer = NULL;
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200922 int errctr = GBPROX_GLOB_CTR_PROTO_ERR_SGSN;
Harald Welte9f75c352010-04-30 20:26:32 +0200923
Harald Welte4cf12e92010-05-13 14:14:56 +0200924 LOGP(DGPRS, LOGL_INFO, "NSEI=%u(SGSN) BSSGP PAGING ",
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200925 nsei);
Harald Welte9f75c352010-04-30 20:26:32 +0200926 if (TLVP_PRESENT(tp, BSSGP_IE_BVCI)) {
Holger Hans Peter Freytherffd68562012-09-04 20:42:20 +0200927 uint16_t bvci = ntohs(tlvp_val16_unal(tp, BSSGP_IE_BVCI));
Harald Welte4cf12e92010-05-13 14:14:56 +0200928 LOGPC(DGPRS, LOGL_INFO, "routing by BVCI to peer BVCI=%u\n",
929 bvci);
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200930 errctr = GBPROX_GLOB_CTR_OTHER_ERR;
Harald Welte9f75c352010-04-30 20:26:32 +0200931 } else if (TLVP_PRESENT(tp, BSSGP_IE_ROUTEING_AREA)) {
Jacob Erlbeck5f1faa32014-08-21 10:01:30 +0200932 peer = gbproxy_peer_by_rai(cfg, TLVP_VAL(tp, BSSGP_IE_ROUTEING_AREA));
Jacob Erlbeck8f503592014-06-02 10:49:00 +0200933 LOGPC(DGPRS, LOGL_INFO, "routing by RAI to peer BVCI=%u\n",
Holger Hans Peter Freyther62eaf542010-06-08 16:30:24 +0800934 peer ? peer->bvci : -1);
Jacob Erlbeck8f503592014-06-02 10:49:00 +0200935 errctr = GBPROX_GLOB_CTR_INV_RAI;
Harald Welte9f75c352010-04-30 20:26:32 +0200936 } else if (TLVP_PRESENT(tp, BSSGP_IE_LOCATION_AREA)) {
Jacob Erlbeck5f1faa32014-08-21 10:01:30 +0200937 peer = gbproxy_peer_by_lai(cfg, TLVP_VAL(tp, BSSGP_IE_LOCATION_AREA));
Jacob Erlbeck8f503592014-06-02 10:49:00 +0200938 LOGPC(DGPRS, LOGL_INFO, "routing by LAI to peer BVCI=%u\n",
Holger Hans Peter Freyther62eaf542010-06-08 16:30:24 +0800939 peer ? peer->bvci : -1);
Jacob Erlbeck8f503592014-06-02 10:49:00 +0200940 errctr = GBPROX_GLOB_CTR_INV_LAI;
Harald Welte9f75c352010-04-30 20:26:32 +0200941 } else
Harald Welte4cf12e92010-05-13 14:14:56 +0200942 LOGPC(DGPRS, LOGL_INFO, "\n");
943
944 if (!peer) {
945 LOGP(DGPRS, LOGL_ERROR, "NSEI=%u(SGSN) BSSGP PAGING: "
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200946 "unable to route, missing IE\n", nsei);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200947 rate_ctr_inc(&cfg->ctrg->ctr[errctr]);
Harald Welte9f75c352010-04-30 20:26:32 +0200948 return -EINVAL;
Harald Welte4cf12e92010-05-13 14:14:56 +0200949 }
950 return gbprox_relay2peer(msg, peer, ns_bvci);
Harald Welte9f75c352010-04-30 20:26:32 +0200951}
952
Harald Welte0a4050c2010-05-11 10:01:17 +0200953/* Receive an incoming BVC-RESET message from the SGSN */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200954static int rx_reset_from_sgsn(struct gbproxy_config *cfg,
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +0200955 struct msgb *orig_msg,
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200956 struct msgb *msg, struct tlv_parsed *tp,
957 uint32_t nsei, uint16_t ns_bvci)
Harald Welte0a4050c2010-05-11 10:01:17 +0200958{
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +0200959 struct gbproxy_peer *peer;
Harald Welte0a4050c2010-05-11 10:01:17 +0200960 uint16_t ptp_bvci;
961
962 if (!TLVP_PRESENT(tp, BSSGP_IE_BVCI)) {
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200963 rate_ctr_inc(&cfg->ctrg->
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200964 ctr[GBPROX_GLOB_CTR_PROTO_ERR_SGSN]);
Harald Welte0a4050c2010-05-11 10:01:17 +0200965 return bssgp_tx_status(BSSGP_CAUSE_MISSING_MAND_IE,
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +0200966 NULL, orig_msg);
Harald Welte0a4050c2010-05-11 10:01:17 +0200967 }
Holger Hans Peter Freytherffd68562012-09-04 20:42:20 +0200968 ptp_bvci = ntohs(tlvp_val16_unal(tp, BSSGP_IE_BVCI));
Harald Welte0a4050c2010-05-11 10:01:17 +0200969
970 if (ptp_bvci >= 2) {
971 /* A reset for a PTP BVC was received, forward it to its
972 * respective peer */
Jacob Erlbeck5f1faa32014-08-21 10:01:30 +0200973 peer = gbproxy_peer_by_bvci(cfg, ptp_bvci);
Harald Welte0a4050c2010-05-11 10:01:17 +0200974 if (!peer) {
Harald Welte4cf12e92010-05-13 14:14:56 +0200975 LOGP(DGPRS, LOGL_ERROR, "NSEI=%u BVCI=%u: Cannot find BSS\n",
Jacob Erlbecke75fec62013-10-15 12:00:27 +0200976 nsei, ptp_bvci);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200977 rate_ctr_inc(&cfg->ctrg->
Jacob Erlbeckbc555742013-10-18 14:34:55 +0200978 ctr[GBPROX_GLOB_CTR_INV_BVCI]);
Harald Welte0a4050c2010-05-11 10:01:17 +0200979 return bssgp_tx_status(BSSGP_CAUSE_UNKNOWN_BVCI,
Jacob Erlbeck17b42b82014-08-29 12:20:15 +0200980 &ptp_bvci, orig_msg);
Harald Welte0a4050c2010-05-11 10:01:17 +0200981 }
982 return gbprox_relay2peer(msg, peer, ns_bvci);
983 }
984
985 /* A reset for the Signalling entity has been received
986 * from the SGSN. As the signalling BVCI is shared
987 * among all the BSS's that we multiplex, it needs to
988 * be relayed */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200989 llist_for_each_entry(peer, &cfg->bts_peers, list)
Harald Welte0a4050c2010-05-11 10:01:17 +0200990 gbprox_relay2peer(msg, peer, ns_bvci);
991
992 return 0;
993}
994
Harald Welte9f75c352010-04-30 20:26:32 +0200995/* Receive an incoming signalling message from the SGSN-side NS-VC */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200996static int gbprox_rx_sig_from_sgsn(struct gbproxy_config *cfg,
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +0200997 struct msgb *orig_msg, uint32_t nsei,
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +0200998 uint16_t ns_bvci)
Harald Welte9f75c352010-04-30 20:26:32 +0200999{
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001000 struct bssgp_normal_hdr *bgph =
1001 (struct bssgp_normal_hdr *) msgb_bssgph(orig_msg);
Harald Welte9f75c352010-04-30 20:26:32 +02001002 struct tlv_parsed tp;
1003 uint8_t pdu_type = bgph->pdu_type;
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001004 int data_len;
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +02001005 struct gbproxy_peer *peer;
Harald Welte9f75c352010-04-30 20:26:32 +02001006 uint16_t bvci;
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001007 struct msgb *msg;
Harald Welte9f75c352010-04-30 20:26:32 +02001008 int rc = 0;
Jacob Erlbeck1e65b0e2014-08-29 13:32:17 +02001009 int cause;
Harald Welte9f75c352010-04-30 20:26:32 +02001010
Harald Weltec471d3d2011-02-06 17:13:12 +01001011 if (ns_bvci != 0 && ns_bvci != 1) {
Harald Welte4cf12e92010-05-13 14:14:56 +02001012 LOGP(DGPRS, LOGL_NOTICE, "NSEI=%u(SGSN) BVCI=%u is not "
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001013 "signalling\n", nsei, ns_bvci);
Harald Welte0a4050c2010-05-11 10:01:17 +02001014 /* FIXME: Send proper error message */
Harald Welte9f75c352010-04-30 20:26:32 +02001015 return -EINVAL;
1016 }
1017
1018 /* we actually should never see those two for BVCI == 0, but double-check
1019 * just to make sure */
1020 if (pdu_type == BSSGP_PDUT_UL_UNITDATA ||
1021 pdu_type == BSSGP_PDUT_DL_UNITDATA) {
Harald Welte44c48302010-05-03 19:22:32 +02001022 LOGP(DGPRS, LOGL_NOTICE, "NSEI=%u(SGSN) UNITDATA not allowed in "
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001023 "signalling\n", nsei);
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001024 return bssgp_tx_status(BSSGP_CAUSE_PROTO_ERR_UNSPEC, NULL, orig_msg);
Harald Welte9f75c352010-04-30 20:26:32 +02001025 }
1026
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001027 msg = gprs_msgb_copy(orig_msg, "rx_sig_from_sgsn");
1028 gbprox_process_bssgp_dl(cfg, msg, NULL);
1029 /* Update message info */
1030 bgph = (struct bssgp_normal_hdr *) msgb_bssgph(msg);
1031 data_len = msgb_bssgp_len(orig_msg) - sizeof(*bgph);
Harald Welte9f75c352010-04-30 20:26:32 +02001032 rc = bssgp_tlv_parse(&tp, bgph->data, data_len);
1033
1034 switch (pdu_type) {
Harald Welte0a4050c2010-05-11 10:01:17 +02001035 case BSSGP_PDUT_BVC_RESET:
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001036 rc = rx_reset_from_sgsn(cfg, msg, orig_msg, &tp, nsei, ns_bvci);
Harald Welte0a4050c2010-05-11 10:01:17 +02001037 break;
Harald Welte9f75c352010-04-30 20:26:32 +02001038 case BSSGP_PDUT_BVC_RESET_ACK:
Jacob Erlbeckc1c57d32014-08-28 13:20:39 +02001039 if (cfg->route_to_sgsn2 && nsei == cfg->nsip_sgsn2_nsei)
1040 break;
1041 /* fall through */
1042 case BSSGP_PDUT_FLUSH_LL:
Harald Welte9f75c352010-04-30 20:26:32 +02001043 /* simple case: BVCI IE is mandatory */
1044 if (!TLVP_PRESENT(&tp, BSSGP_IE_BVCI))
1045 goto err_mand_ie;
Holger Hans Peter Freytherffd68562012-09-04 20:42:20 +02001046 bvci = ntohs(tlvp_val16_unal(&tp, BSSGP_IE_BVCI));
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001047 rc = gbprox_relay2bvci(cfg, msg, bvci, ns_bvci);
Harald Welte9f75c352010-04-30 20:26:32 +02001048 break;
1049 case BSSGP_PDUT_PAGING_PS:
1050 case BSSGP_PDUT_PAGING_CS:
Jacob Erlbeck8f503592014-06-02 10:49:00 +02001051 /* process the paging request (LAI/RAI lookup) */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001052 rc = gbprox_rx_paging(cfg, msg, &tp, nsei, ns_bvci);
Harald Welte9f75c352010-04-30 20:26:32 +02001053 break;
1054 case BSSGP_PDUT_STATUS:
Harald Welte0a4050c2010-05-11 10:01:17 +02001055 /* Some exception has occurred */
Harald Welte44c48302010-05-03 19:22:32 +02001056 LOGP(DGPRS, LOGL_NOTICE,
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001057 "NSEI=%u(SGSN) BSSGP STATUS ", nsei);
Harald Welte0a4050c2010-05-11 10:01:17 +02001058 if (!TLVP_PRESENT(&tp, BSSGP_IE_CAUSE)) {
1059 LOGPC(DGPRS, LOGL_NOTICE, "\n");
1060 goto err_mand_ie;
1061 }
Jacob Erlbeck1e65b0e2014-08-29 13:32:17 +02001062 cause = *TLVP_VAL(&tp, BSSGP_IE_CAUSE);
Harald Welte0a4050c2010-05-11 10:01:17 +02001063 LOGPC(DGPRS, LOGL_NOTICE,
1064 "cause=0x%02x(%s) ", *TLVP_VAL(&tp, BSSGP_IE_CAUSE),
Jacob Erlbeck1e65b0e2014-08-29 13:32:17 +02001065 bssgp_cause_str(cause));
Harald Welte0a4050c2010-05-11 10:01:17 +02001066 if (TLVP_PRESENT(&tp, BSSGP_IE_BVCI)) {
Jacob Erlbeck1e65b0e2014-08-29 13:32:17 +02001067 bvci = ntohs(tlvp_val16_unal(&tp, BSSGP_IE_BVCI));
1068 LOGPC(DGPRS, LOGL_NOTICE, "BVCI=%u\n", bvci);
1069
1070 if (cause == BSSGP_CAUSE_UNKNOWN_BVCI)
1071 rc = gbprox_relay2bvci(cfg, msg, bvci, ns_bvci);
Harald Welte0a4050c2010-05-11 10:01:17 +02001072 } else
1073 LOGPC(DGPRS, LOGL_NOTICE, "\n");
Harald Welte9f75c352010-04-30 20:26:32 +02001074 break;
1075 /* those only exist in the SGSN -> BSS direction */
1076 case BSSGP_PDUT_SUSPEND_ACK:
1077 case BSSGP_PDUT_SUSPEND_NACK:
1078 case BSSGP_PDUT_RESUME_ACK:
1079 case BSSGP_PDUT_RESUME_NACK:
Jacob Erlbeck8f503592014-06-02 10:49:00 +02001080 /* RAI IE is mandatory */
Harald Welte9f75c352010-04-30 20:26:32 +02001081 if (!TLVP_PRESENT(&tp, BSSGP_IE_ROUTEING_AREA))
1082 goto err_mand_ie;
Jacob Erlbeck5f1faa32014-08-21 10:01:30 +02001083 peer = gbproxy_peer_by_rai(cfg, TLVP_VAL(&tp, BSSGP_IE_ROUTEING_AREA));
Harald Welte9f75c352010-04-30 20:26:32 +02001084 if (!peer)
1085 goto err_no_peer;
Harald Welte69619e32010-05-03 19:05:10 +02001086 rc = gbprox_relay2peer(msg, peer, ns_bvci);
Harald Welte9f75c352010-04-30 20:26:32 +02001087 break;
Harald Welte36f98d92011-02-06 13:09:29 +01001088 case BSSGP_PDUT_BVC_BLOCK_ACK:
1089 case BSSGP_PDUT_BVC_UNBLOCK_ACK:
1090 if (!TLVP_PRESENT(&tp, BSSGP_IE_BVCI))
1091 goto err_mand_ie;
Holger Hans Peter Freytherffd68562012-09-04 20:42:20 +02001092 bvci = ntohs(tlvp_val16_unal(&tp, BSSGP_IE_BVCI));
Harald Welte36f98d92011-02-06 13:09:29 +01001093 if (bvci == 0) {
1094 LOGP(DGPRS, LOGL_NOTICE, "NSEI=%u(SGSN) BSSGP "
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001095 "%sBLOCK_ACK for signalling BVCI ?!?\n", nsei,
Harald Welte36f98d92011-02-06 13:09:29 +01001096 pdu_type == BSSGP_PDUT_BVC_UNBLOCK_ACK ? "UN":"");
1097 /* should we send STATUS ? */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001098 rate_ctr_inc(&cfg->ctrg->
Jacob Erlbeckbc555742013-10-18 14:34:55 +02001099 ctr[GBPROX_GLOB_CTR_INV_BVCI]);
Harald Welte36f98d92011-02-06 13:09:29 +01001100 } else {
1101 /* Mark BVC as (un)blocked */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001102 block_unblock_peer(cfg, bvci, pdu_type);
Harald Welte36f98d92011-02-06 13:09:29 +01001103 }
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001104 rc = gbprox_relay2bvci(cfg, msg, bvci, ns_bvci);
Harald Welte36f98d92011-02-06 13:09:29 +01001105 break;
Harald Welte9f75c352010-04-30 20:26:32 +02001106 case BSSGP_PDUT_SGSN_INVOKE_TRACE:
Harald Welte44c48302010-05-03 19:22:32 +02001107 LOGP(DGPRS, LOGL_ERROR,
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001108 "NSEI=%u(SGSN) BSSGP INVOKE TRACE not supported\n",nsei);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001109 rate_ctr_inc(&cfg->ctrg->
Jacob Erlbeckbc555742013-10-18 14:34:55 +02001110 ctr[GBPROX_GLOB_CTR_NOT_SUPPORTED_SGSN]);
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001111 rc = bssgp_tx_status(BSSGP_CAUSE_PDU_INCOMP_FEAT, NULL, orig_msg);
Harald Welte9f75c352010-04-30 20:26:32 +02001112 break;
1113 default:
Harald Welte72953b82010-05-12 00:20:41 +02001114 LOGP(DGPRS, LOGL_NOTICE, "BSSGP PDU type 0x%02x unknown\n",
1115 pdu_type);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001116 rate_ctr_inc(&cfg->ctrg->
Jacob Erlbeckbc555742013-10-18 14:34:55 +02001117 ctr[GBPROX_GLOB_CTR_PROTO_ERR_SGSN]);
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001118 rc = bssgp_tx_status(BSSGP_CAUSE_PROTO_ERR_UNSPEC, NULL, orig_msg);
Harald Welte9f75c352010-04-30 20:26:32 +02001119 break;
1120 }
1121
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001122 msgb_free(msg);
1123
Harald Welte9f75c352010-04-30 20:26:32 +02001124 return rc;
1125err_mand_ie:
Harald Welte1c77c6e2010-05-03 21:37:11 +02001126 LOGP(DGPRS, LOGL_ERROR, "NSEI=%u(SGSN) missing mandatory IE\n",
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001127 nsei);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001128 rate_ctr_inc(&cfg->ctrg->
Jacob Erlbeckbc555742013-10-18 14:34:55 +02001129 ctr[GBPROX_GLOB_CTR_PROTO_ERR_SGSN]);
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001130 msgb_free(msg);
1131 return bssgp_tx_status(BSSGP_CAUSE_MISSING_MAND_IE, NULL, orig_msg);
Harald Welte9f75c352010-04-30 20:26:32 +02001132err_no_peer:
Jacob Erlbeck8f503592014-06-02 10:49:00 +02001133 LOGP(DGPRS, LOGL_ERROR, "NSEI=%u(SGSN) cannot find peer based on RAI\n",
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001134 nsei);
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001135 rate_ctr_inc(&cfg->ctrg-> ctr[GBPROX_GLOB_CTR_INV_RAI]);
Jacob Erlbeck4b663ac2014-08-21 15:07:11 +02001136 msgb_free(msg);
Jacob Erlbeck17b42b82014-08-29 12:20:15 +02001137 return bssgp_tx_status(BSSGP_CAUSE_INV_MAND_INF, NULL, orig_msg);
Harald Welte9f75c352010-04-30 20:26:32 +02001138}
1139
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +02001140static int gbproxy_is_sgsn_nsei(struct gbproxy_config *cfg, uint16_t nsei)
1141{
1142 return nsei == cfg->nsip_sgsn_nsei ||
1143 (cfg->route_to_sgsn2 && nsei == cfg->nsip_sgsn2_nsei);
1144}
1145
Harald Welte9f75c352010-04-30 20:26:32 +02001146/* Main input function for Gb proxy */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001147int gbprox_rcvmsg(struct gbproxy_config *cfg, struct msgb *msg, uint16_t nsei,
1148 uint16_t ns_bvci, uint16_t nsvci)
Harald Welte9f75c352010-04-30 20:26:32 +02001149{
Harald Welte672f5c42010-05-03 18:54:58 +02001150 int rc;
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +02001151 int remote_end_is_sgsn = gbproxy_is_sgsn_nsei(cfg, nsei);
Harald Welte9f75c352010-04-30 20:26:32 +02001152
1153 /* Only BVCI=0 messages need special treatment */
1154 if (ns_bvci == 0 || ns_bvci == 1) {
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001155 if (remote_end_is_sgsn)
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001156 rc = gbprox_rx_sig_from_sgsn(cfg, msg, nsei, ns_bvci);
Harald Welte9f75c352010-04-30 20:26:32 +02001157 else
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001158 rc = gbprox_rx_sig_from_bss(cfg, msg, nsei, ns_bvci);
Harald Welte672f5c42010-05-03 18:54:58 +02001159 } else {
Jacob Erlbeck46f1d6f2014-08-21 13:45:04 +02001160 /* All other BVCI are PTP */
1161 if (remote_end_is_sgsn)
1162 rc = gbprox_rx_ptp_from_sgsn(cfg, msg, nsei, nsvci,
1163 ns_bvci);
1164 else
1165 rc = gbprox_rx_ptp_from_bss(cfg, msg, nsei, nsvci,
1166 ns_bvci);
Harald Welte9f75c352010-04-30 20:26:32 +02001167 }
1168
Harald Welte672f5c42010-05-03 18:54:58 +02001169 return rc;
Harald Welte9f75c352010-04-30 20:26:32 +02001170}
Harald Welte85801d02010-05-11 05:49:43 +02001171
Harald Welte1ccbf442010-05-14 11:53:08 +00001172int gbprox_reset_persistent_nsvcs(struct gprs_ns_inst *nsi)
1173{
1174 struct gprs_nsvc *nsvc;
1175
1176 llist_for_each_entry(nsvc, &nsi->gprs_nsvcs, list) {
1177 if (!nsvc->persistent)
1178 continue;
1179 gprs_nsvc_reset(nsvc, NS_CAUSE_OM_INTERVENTION);
1180 }
1181 return 0;
1182}
1183
Harald Weltec1c1dd22010-05-11 06:34:24 +02001184/* Signal handler for signals from NS layer */
1185int gbprox_signal(unsigned int subsys, unsigned int signal,
1186 void *handler_data, void *signal_data)
1187{
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001188 struct gbproxy_config *cfg = handler_data;
Harald Weltec1c1dd22010-05-11 06:34:24 +02001189 struct ns_signal_data *nssd = signal_data;
1190 struct gprs_nsvc *nsvc = nssd->nsvc;
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +02001191 struct gbproxy_peer *peer;
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +02001192 int remote_end_is_sgsn = gbproxy_is_sgsn_nsei(cfg, nsvc->nsei);
Harald Weltec1c1dd22010-05-11 06:34:24 +02001193
Harald Weltea6a20b42012-06-16 16:40:42 +08001194 if (subsys != SS_L_NS)
Harald Weltec1c1dd22010-05-11 06:34:24 +02001195 return 0;
1196
Jacob Erlbeckf4d60c82014-08-26 14:47:15 +02001197 if (signal == S_NS_RESET && remote_end_is_sgsn) {
Harald Weltef69c0592010-05-11 18:29:44 +02001198 /* We have received a NS-RESET from the NSEI and NSVC
1199 * of the SGSN. This might happen with SGSN that start
1200 * their own NS-RESET procedure without waiting for our
1201 * NS-RESET */
1202 nsvc->remote_end_is_sgsn = 1;
1203 }
1204
Harald Welteb778d2c2010-05-12 13:28:25 +00001205 if (signal == S_NS_ALIVE_EXP && nsvc->remote_end_is_sgsn) {
1206 LOGP(DGPRS, LOGL_NOTICE, "Tns alive expired too often, "
1207 "re-starting RESET procedure\n");
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001208 rate_ctr_inc(&cfg->ctrg->
Jacob Erlbeckbc555742013-10-18 14:34:55 +02001209 ctr[GBPROX_GLOB_CTR_RESTART_RESET_SGSN]);
Harald Weltee6599ee2012-06-17 12:25:53 +08001210 gprs_ns_nsip_connect(nsvc->nsi, &nsvc->ip.bts_addr,
1211 nsvc->nsei, nsvc->nsvci);
Harald Welteb778d2c2010-05-12 13:28:25 +00001212 }
1213
Harald Welte5e106d72011-02-06 16:33:29 +01001214 if (!nsvc->remote_end_is_sgsn) {
1215 /* from BSS to SGSN */
Jacob Erlbeck5f1faa32014-08-21 10:01:30 +02001216 peer = gbproxy_peer_by_nsei(cfg, nsvc->nsei);
Harald Welte5e106d72011-02-06 16:33:29 +01001217 if (!peer) {
1218 LOGP(DGPRS, LOGL_NOTICE, "signal %u for unknown peer "
1219 "NSEI=%u/NSVCI=%u\n", signal, nsvc->nsei,
1220 nsvc->nsvci);
1221 return 0;
1222 }
Harald Weltec1c1dd22010-05-11 06:34:24 +02001223 switch (signal) {
1224 case S_NS_RESET:
Harald Weltec1c1dd22010-05-11 06:34:24 +02001225 case S_NS_BLOCK:
Harald Welte5e106d72011-02-06 16:33:29 +01001226 if (!peer->blocked)
1227 break;
1228 LOGP(DGPRS, LOGL_NOTICE, "Converting NS_RESET from "
1229 "NSEI=%u/NSVCI=%u into BSSGP_BVC_BLOCK to SGSN\n",
1230 nsvc->nsei, nsvc->nsvci);
1231 bssgp_tx_simple_bvci(BSSGP_PDUT_BVC_BLOCK, nsvc->nsei,
1232 peer->bvci, 0);
Harald Weltec1c1dd22010-05-11 06:34:24 +02001233 break;
Harald Welte5e106d72011-02-06 16:33:29 +01001234 }
1235 } else {
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001236 /* Forward this message to all NS-VC to BSS */
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001237 struct gprs_ns_inst *nsi = cfg->nsi;
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001238 struct gprs_nsvc *next_nsvc;
1239
1240 llist_for_each_entry(next_nsvc, &nsi->gprs_nsvcs, list) {
1241 if (next_nsvc->remote_end_is_sgsn)
1242 continue;
1243
1244 /* Note that the following does not start the full
1245 * procedures including timer based retransmissions. */
Harald Welte5e106d72011-02-06 16:33:29 +01001246 switch (signal) {
1247 case S_NS_RESET:
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001248 gprs_ns_tx_reset(next_nsvc, nssd->cause);
Harald Welte5e106d72011-02-06 16:33:29 +01001249 break;
1250 case S_NS_BLOCK:
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001251 gprs_ns_tx_block(next_nsvc, nssd->cause);
Harald Welte5e106d72011-02-06 16:33:29 +01001252 break;
1253 case S_NS_UNBLOCK:
Jacob Erlbecke75fec62013-10-15 12:00:27 +02001254 gprs_ns_tx_unblock(next_nsvc);
Harald Welte5e106d72011-02-06 16:33:29 +01001255 break;
1256 }
Harald Weltec1c1dd22010-05-11 06:34:24 +02001257 }
1258 }
1259 return 0;
1260}
1261
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001262void gbprox_reset(struct gbproxy_config *cfg)
Jacob Erlbeck72b401f2013-10-24 12:48:55 +02001263{
Holger Hans Peter Freyther1ddd9e52014-08-04 11:35:32 +02001264 struct gbproxy_peer *peer, *tmp;
Jacob Erlbeck72b401f2013-10-24 12:48:55 +02001265
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001266 llist_for_each_entry_safe(peer, tmp, &cfg->bts_peers, list)
Holger Hans Peter Freyther0196c992014-08-04 17:10:08 +02001267 gbproxy_peer_free(peer);
Jacob Erlbeck72b401f2013-10-24 12:48:55 +02001268
Holger Hans Peter Freythereece62772014-08-04 15:42:36 +02001269 rate_ctr_group_free(cfg->ctrg);
1270 gbproxy_init_config(cfg);
Jacob Erlbeck72b401f2013-10-24 12:48:55 +02001271}
1272
Holger Hans Peter Freyther18739ea2014-08-04 11:10:09 +02001273int gbproxy_init_config(struct gbproxy_config *cfg)
Jacob Erlbeck4211d792013-10-24 12:48:23 +02001274{
Jacob Erlbeck0d376712014-08-11 19:12:24 +02001275 struct timespec tp;
Holger Hans Peter Freyther18739ea2014-08-04 11:10:09 +02001276 INIT_LLIST_HEAD(&cfg->bts_peers);
Holger Hans Peter Freythera7027a02014-08-04 11:19:56 +02001277 cfg->ctrg = rate_ctr_group_alloc(tall_bsc_ctx, &global_ctrg_desc, 0);
Jacob Erlbeck0d376712014-08-11 19:12:24 +02001278 clock_gettime(CLOCK_REALTIME, &tp);
1279 cfg->bss_ptmsi_state = tp.tv_sec + tp.tv_nsec;
1280 cfg->sgsn_tlli_state = tp.tv_sec - tp.tv_nsec;
Holger Hans Peter Freyther18739ea2014-08-04 11:10:09 +02001281 return 0;
Jacob Erlbeck4211d792013-10-24 12:48:23 +02001282}