blob: e0eb635f0028da8c67191a7f44d1c8e8749e844d [file] [log] [blame]
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001/* BSC Multiplexer/NAT */
2
3/*
Holger Hans Peter Freythere18801052011-04-23 23:31:31 +02004 * (C) 2010-2011 by Holger Hans Peter Freyther <zecke@selfish.org>
5 * (C) 2010-2011 by On-Waves
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01006 * (C) 2009 by Harald Welte <laforge@gnumonks.org>
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08007 * 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
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +080012 * (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.
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +080018 *
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/>.
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +080021 *
22 */
23#include <sys/socket.h>
24#include <netinet/in.h>
Holger Hans Peter Freyther9e938c62010-05-05 18:58:13 +080025#include <netinet/tcp.h>
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +080026#include <arpa/inet.h>
27
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +010028#include <errno.h>
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +010029#include <signal.h>
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +080030#include <stdio.h>
31#include <stdlib.h>
Holger Hans Peter Freyther5aa25ae2010-01-12 21:36:08 +010032#include <time.h>
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +080033#include <unistd.h>
34
35#define _GNU_SOURCE
36#include <getopt.h>
37
38#include <openbsc/debug.h>
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +010039#include <openbsc/bsc_msc.h>
Holger Hans Peter Freyther6a97b8d2010-06-15 18:45:26 +080040#include <openbsc/bsc_nat.h>
Holger Hans Peter Freytherc2b31ed2010-07-31 05:17:17 +080041#include <openbsc/bsc_nat_sccp.h>
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +010042#include <openbsc/ipaccess.h>
43#include <openbsc/abis_nm.h>
Holger Hans Peter Freytherf961de12010-10-12 23:28:28 +020044#include <openbsc/socket.h>
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +080045#include <openbsc/vty.h>
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +080046
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +020047#include <osmocom/core/application.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010048#include <osmocom/core/talloc.h>
49#include <osmocom/core/process.h>
Holger Hans Peter Freyther6c45f2e2010-06-15 19:06:18 +080050
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +020051#include <osmocom/gsm/gsm0808.h>
Harald Welted36ff762011-03-23 18:26:56 +010052#include <osmocom/gsm/protocol/gsm_08_08.h>
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +080053
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +080054#include <osmocom/vty/telnet_interface.h>
55#include <osmocom/vty/vty.h>
Pablo Neira Ayuso739a5662011-03-09 13:36:32 +010056#include <osmocom/vty/logging.h>
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +080057
Harald Welted5db12c2010-08-03 15:11:51 +020058#include <osmocom/sccp/sccp.h>
Holger Hans Peter Freyther6a97b8d2010-06-15 18:45:26 +080059
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +080060#include "../../bscconfig.h"
61
Holger Hans Peter Freyther6b6ecba2010-06-15 18:51:56 +080062#define SCCP_CLOSE_TIME 20
63#define SCCP_CLOSE_TIME_TIMEOUT 19
64
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +080065static const char *config_file = "bsc-nat.cfg";
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +080066static struct in_addr local_addr;
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +020067static struct osmo_fd bsc_listen;
Holger Hans Peter Freythera88742c2010-06-15 18:51:04 +080068static const char *msc_ip = NULL;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +020069static struct osmo_timer_list sccp_close;
Harald Welte2c869ef2010-08-25 19:43:54 +020070static int daemonize = 0;
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +010071
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +080072const char *openbsc_copyright =
Holger Hans Peter Freyther5f540752010-09-11 13:32:30 +080073 "Copyright (C) 2010 Holger Hans Peter Freyther and On-Waves\r\n"
Harald Welte9af6ddf2011-01-01 15:25:50 +010074 "License AGPLv3+: GNU AGPL version 3 or later <http://gnu.org/licenses/agpl-3.0.html>\r\n"
Holger Hans Peter Freyther5f540752010-09-11 13:32:30 +080075 "This is free software: you are free to change and redistribute it.\r\n"
76 "There is NO WARRANTY, to the extent permitted by law.\r\n";
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +010077
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +080078static struct bsc_nat *nat;
Holger Hans Peter Freytherdbd16fe2010-07-23 19:08:55 +080079static void bsc_send_data(struct bsc_connection *bsc, const uint8_t *data, unsigned int length, int);
Holger Hans Peter Freytherb7527612010-04-07 11:20:36 +020080static void msc_send_reset(struct bsc_msc_connection *con);
Holger Hans Peter Freytheree884962010-09-25 17:58:22 +080081static void bsc_stat_reject(int filter, struct bsc_connection *bsc, int normal);
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +080082
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +080083struct bsc_config *bsc_config_num(struct bsc_nat *nat, int num)
84{
85 struct bsc_config *conf;
86
87 llist_for_each_entry(conf, &nat->bsc_configs, entry)
88 if (conf->nr == num)
89 return conf;
90
91 return NULL;
92}
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +010093
Holger Hans Peter Freyther9d56d0c2010-04-22 19:11:37 +080094static void queue_for_msc(struct bsc_msc_connection *con, struct msgb *msg)
95{
Holger Hans Peter Freythere8e41e62010-10-06 00:24:28 +080096 if (!con) {
97 LOGP(DINP, LOGL_ERROR, "No MSC Connection assigned. Check your code.\n");
98 msgb_free(msg);
99 return;
100 }
101
102
Pablo Neira Ayusoe1273b12011-05-06 12:09:47 +0200103 if (osmo_wqueue_enqueue(&con->write_queue, msg) != 0) {
Holger Hans Peter Freyther9d56d0c2010-04-22 19:11:37 +0800104 LOGP(DINP, LOGL_ERROR, "Failed to enqueue the write.\n");
105 msgb_free(msg);
106 }
107}
108
Holger Hans Peter Freyther3025e192010-03-26 09:18:02 +0100109static void send_reset_ack(struct bsc_connection *bsc)
Holger Hans Peter Freyther38a77d02010-01-30 12:45:10 +0100110{
Holger Hans Peter Freytherdbd16fe2010-07-23 19:08:55 +0800111 static const uint8_t gsm_reset_ack[] = {
Holger Hans Peter Freyther38a77d02010-01-30 12:45:10 +0100112 0x09, 0x00, 0x03, 0x07, 0x0b, 0x04, 0x43, 0x01,
113 0x00, 0xfe, 0x04, 0x43, 0x5c, 0x00, 0xfe, 0x03,
114 0x00, 0x01, 0x31,
115 };
116
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200117 bsc_send_data(bsc, gsm_reset_ack, sizeof(gsm_reset_ack), IPAC_PROTO_SCCP);
Holger Hans Peter Freyther38a77d02010-01-30 12:45:10 +0100118}
119
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +0800120static void send_ping(struct bsc_connection *bsc)
121{
Holger Hans Peter Freytherdbd16fe2010-07-23 19:08:55 +0800122 static const uint8_t id_ping[] = {
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +0800123 IPAC_MSGT_PING,
124 };
125
126 bsc_send_data(bsc, id_ping, sizeof(id_ping), IPAC_PROTO_IPACCESS);
127}
128
Holger Hans Peter Freyther50788712010-06-15 18:51:33 +0800129static void send_pong(struct bsc_connection *bsc)
130{
Holger Hans Peter Freytherdbd16fe2010-07-23 19:08:55 +0800131 static const uint8_t id_pong[] = {
Holger Hans Peter Freyther50788712010-06-15 18:51:33 +0800132 IPAC_MSGT_PONG,
133 };
134
135 bsc_send_data(bsc, id_pong, sizeof(id_pong), IPAC_PROTO_IPACCESS);
136}
137
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +0800138static void bsc_pong_timeout(void *_bsc)
139{
140 struct bsc_connection *bsc = _bsc;
141
142 LOGP(DNAT, LOGL_ERROR, "BSC Nr: %d PONG timeout.\n", bsc->cfg->nr);
143 bsc_close_connection(bsc);
144}
145
146static void bsc_ping_timeout(void *_bsc)
147{
148 struct bsc_connection *bsc = _bsc;
149
Holger Hans Peter Freytherda35a8d2010-05-05 16:57:38 +0800150 if (bsc->nat->ping_timeout < 0)
151 return;
152
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +0800153 send_ping(bsc);
154
155 /* send another ping in 20 seconds */
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200156 osmo_timer_schedule(&bsc->ping_timeout, bsc->nat->ping_timeout, 0);
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +0800157
158 /* also start a pong timer */
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200159 osmo_timer_schedule(&bsc->pong_timeout, bsc->nat->pong_timeout, 0);
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +0800160}
161
162static void start_ping_pong(struct bsc_connection *bsc)
163{
164 bsc->pong_timeout.data = bsc;
165 bsc->pong_timeout.cb = bsc_pong_timeout;
166 bsc->ping_timeout.data = bsc;
167 bsc->ping_timeout.cb = bsc_ping_timeout;
168
169 bsc_ping_timeout(bsc);
170}
171
Holger Hans Peter Freyther3025e192010-03-26 09:18:02 +0100172static void send_id_ack(struct bsc_connection *bsc)
Holger Hans Peter Freytherdb7ba7d2010-03-26 07:41:54 +0100173{
Holger Hans Peter Freytherdbd16fe2010-07-23 19:08:55 +0800174 static const uint8_t id_ack[] = {
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200175 IPAC_MSGT_ID_ACK
Holger Hans Peter Freytherdb7ba7d2010-03-26 07:41:54 +0100176 };
177
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200178 bsc_send_data(bsc, id_ack, sizeof(id_ack), IPAC_PROTO_IPACCESS);
Holger Hans Peter Freytherdb7ba7d2010-03-26 07:41:54 +0100179}
180
Holger Hans Peter Freyther3025e192010-03-26 09:18:02 +0100181static void send_id_req(struct bsc_connection *bsc)
Holger Hans Peter Freytherdb7ba7d2010-03-26 07:41:54 +0100182{
Holger Hans Peter Freytherdbd16fe2010-07-23 19:08:55 +0800183 static const uint8_t id_req[] = {
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200184 IPAC_MSGT_ID_GET,
Holger Hans Peter Freytherdb7ba7d2010-03-26 07:41:54 +0100185 0x01, IPAC_IDTAG_UNIT,
186 0x01, IPAC_IDTAG_MACADDR,
187 0x01, IPAC_IDTAG_LOCATION1,
188 0x01, IPAC_IDTAG_LOCATION2,
189 0x01, IPAC_IDTAG_EQUIPVERS,
190 0x01, IPAC_IDTAG_SWVERSION,
191 0x01, IPAC_IDTAG_UNITNAME,
192 0x01, IPAC_IDTAG_SERNR,
193 };
194
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200195 bsc_send_data(bsc, id_req, sizeof(id_req), IPAC_PROTO_IPACCESS);
Holger Hans Peter Freytherdb7ba7d2010-03-26 07:41:54 +0100196}
197
Holger Hans Peter Freyther91b9a452011-04-16 17:01:47 +0200198static struct msgb *nat_create_rlsd(struct sccp_connections *conn)
Holger Hans Peter Freyther6b087d12010-04-06 17:32:58 +0200199{
200 struct sccp_connection_released *rel;
201 struct msgb *msg;
202
203 msg = msgb_alloc_headroom(4096, 128, "rlsd");
204 if (!msg) {
Holger Hans Peter Freyther91b9a452011-04-16 17:01:47 +0200205 LOGP(DNAT, LOGL_ERROR, "Failed to allocate released.\n");
206 return NULL;
Holger Hans Peter Freyther6b087d12010-04-06 17:32:58 +0200207 }
208
209 msg->l2h = msgb_put(msg, sizeof(*rel));
210 rel = (struct sccp_connection_released *) msg->l2h;
211 rel->type = SCCP_MSG_TYPE_RLSD;
212 rel->release_cause = SCCP_RELEASE_CAUSE_SCCP_FAILURE;
213 rel->destination_local_reference = conn->remote_ref;
214 rel->source_local_reference = conn->patched_ref;
215
Holger Hans Peter Freyther91b9a452011-04-16 17:01:47 +0200216 return msg;
217}
Holger Hans Peter Freyther6b087d12010-04-06 17:32:58 +0200218
Holger Hans Peter Freyther91b9a452011-04-16 17:01:47 +0200219static void nat_send_rlsd_ussd(struct bsc_nat *nat, struct sccp_connections *conn)
220{
221 struct msgb *msg;
222
223 if (!nat->ussd_con)
224 return;
225
226 msg = nat_create_rlsd(conn);
227 if (!msg)
228 return;
229
230 bsc_do_write(&nat->ussd_con->queue, msg, IPAC_PROTO_SCCP);
231}
232
233static void nat_send_rlsd_msc(struct sccp_connections *conn)
234{
235 struct msgb *msg;
236
237 msg = nat_create_rlsd(conn);
238 if (!msg)
239 return;
240
241 ipaccess_prepend_header(msg, IPAC_PROTO_SCCP);
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +0800242 queue_for_msc(conn->msc_con, msg);
Holger Hans Peter Freyther6b087d12010-04-06 17:32:58 +0200243}
244
Holger Hans Peter Freyther54f53522010-10-27 11:01:55 +0200245static void nat_send_rlsd_bsc(struct sccp_connections *conn)
246{
Holger Hans Peter Freyther54f53522010-10-27 11:01:55 +0200247 struct msgb *msg;
Holger Hans Peter Freyther91b9a452011-04-16 17:01:47 +0200248 struct sccp_connection_released *rel;
Holger Hans Peter Freyther54f53522010-10-27 11:01:55 +0200249
250 msg = msgb_alloc_headroom(4096, 128, "rlsd");
251 if (!msg) {
252 LOGP(DNAT, LOGL_ERROR, "Failed to allocate clear command.\n");
253 return;
254 }
255
256 msg->l2h = msgb_put(msg, sizeof(*rel));
257 rel = (struct sccp_connection_released *) msg->l2h;
258 rel->type = SCCP_MSG_TYPE_RLSD;
259 rel->release_cause = SCCP_RELEASE_CAUSE_SCCP_FAILURE;
260 rel->destination_local_reference = conn->real_ref;
261 rel->source_local_reference = conn->remote_ref;
262
263 bsc_write(conn->bsc, msg, IPAC_PROTO_SCCP);
264}
265
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200266static struct msgb *nat_creat_clrc(struct sccp_connections *conn, uint8_t cause)
Holger Hans Peter Freythera8a50a82010-10-27 11:58:04 +0200267{
268 struct msgb *msg;
269 struct msgb *sccp;
270
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200271 msg = gsm0808_create_clear_command(cause);
Holger Hans Peter Freythera8a50a82010-10-27 11:58:04 +0200272 if (!msg) {
273 LOGP(DNAT, LOGL_ERROR, "Failed to allocate clear command.\n");
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200274 return NULL;
Holger Hans Peter Freythera8a50a82010-10-27 11:58:04 +0200275 }
276
277 sccp = sccp_create_dt1(&conn->real_ref, msg->data, msg->len);
278 if (!sccp) {
279 LOGP(DNAT, LOGL_ERROR, "Failed to allocate SCCP msg.\n");
280 msgb_free(msg);
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200281 return NULL;
Holger Hans Peter Freythera8a50a82010-10-27 11:58:04 +0200282 }
283
284 msgb_free(msg);
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200285 return sccp;
286}
287
288static int nat_send_clrc_bsc(struct sccp_connections *conn)
289{
290 struct msgb *sccp;
291
292 sccp = nat_creat_clrc(conn, 0x20);
293 if (!sccp)
294 return -1;
295 return bsc_write(conn->bsc, sccp, IPAC_PROTO_SCCP);
Holger Hans Peter Freythera8a50a82010-10-27 11:58:04 +0200296}
297
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +0800298static void nat_send_rlc(struct bsc_msc_connection *msc_con,
299 struct sccp_source_reference *src,
Holger Hans Peter Freytherb8a33732010-04-08 11:28:12 +0200300 struct sccp_source_reference *dst)
301{
302 struct sccp_connection_release_complete *rlc;
303 struct msgb *msg;
304
305 msg = msgb_alloc_headroom(4096, 128, "rlc");
306 if (!msg) {
307 LOGP(DNAT, LOGL_ERROR, "Failed to allocate clear command.\n");
308 return;
309 }
310
311 msg->l2h = msgb_put(msg, sizeof(*rlc));
312 rlc = (struct sccp_connection_release_complete *) msg->l2h;
313 rlc->type = SCCP_MSG_TYPE_RLC;
314 rlc->destination_local_reference = *dst;
315 rlc->source_local_reference = *src;
316
317 ipaccess_prepend_header(msg, IPAC_PROTO_SCCP);
318
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +0800319 queue_for_msc(msc_con, msg);
Holger Hans Peter Freytherb8a33732010-04-08 11:28:12 +0200320}
321
Holger Hans Peter Freytherd131b792010-03-31 07:30:58 +0200322static void send_mgcp_reset(struct bsc_connection *bsc)
323{
Holger Hans Peter Freytherdbd16fe2010-07-23 19:08:55 +0800324 static const uint8_t mgcp_reset[] = {
Holger Hans Peter Freytherd131b792010-03-31 07:30:58 +0200325 "RSIP 1 13@mgw MGCP 1.0\r\n"
326 };
327
328 bsc_write_mgcp(bsc, mgcp_reset, sizeof mgcp_reset - 1);
329}
330
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100331/*
332 * Below is the handling of messages coming
333 * from the MSC and need to be forwarded to
334 * a real BSC.
335 */
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +0800336static void initialize_msc_if_needed(struct bsc_msc_connection *msc_con)
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100337{
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +0800338 if (msc_con->first_contact)
Holger Hans Peter Freytherb7527612010-04-07 11:20:36 +0200339 return;
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100340
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +0800341 msc_con->first_contact = 1;
342 msc_send_reset(msc_con);
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100343}
344
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +0800345static void send_id_get_response(struct bsc_msc_connection *msc_con)
Holger Hans Peter Freythere635dab2010-05-15 00:14:58 +0800346{
347 struct msgb *msg = bsc_msc_id_get_resp(nat->token);
348 if (!msg)
349 return;
350
351 ipaccess_prepend_header(msg, IPAC_PROTO_IPACCESS);
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +0800352 queue_for_msc(msc_con, msg);
Holger Hans Peter Freythere635dab2010-05-15 00:14:58 +0800353}
354
Holger Hans Peter Freyther3025e192010-03-26 09:18:02 +0100355/*
356 * Currently we are lacking refcounting so we need to copy each message.
357 */
Holger Hans Peter Freytherdbd16fe2010-07-23 19:08:55 +0800358static void bsc_send_data(struct bsc_connection *bsc, const uint8_t *data, unsigned int length, int proto)
Holger Hans Peter Freytherf7cb33c2010-03-26 07:20:59 +0100359{
Holger Hans Peter Freyther3025e192010-03-26 09:18:02 +0100360 struct msgb *msg;
361
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200362 if (length > 4096 - 128) {
Holger Hans Peter Freyther3025e192010-03-26 09:18:02 +0100363 LOGP(DINP, LOGL_ERROR, "Can not send message of that size.\n");
364 return;
365 }
366
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200367 msg = msgb_alloc_headroom(4096, 128, "to-bsc");
Holger Hans Peter Freyther3025e192010-03-26 09:18:02 +0100368 if (!msg) {
369 LOGP(DINP, LOGL_ERROR, "Failed to allocate memory for BSC msg.\n");
370 return;
371 }
372
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200373 msg->l2h = msgb_put(msg, length);
Holger Hans Peter Freyther3025e192010-03-26 09:18:02 +0100374 memcpy(msg->data, data, length);
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200375
376 bsc_write(bsc, msg, proto);
Holger Hans Peter Freytherf7cb33c2010-03-26 07:20:59 +0100377}
378
Holger Hans Peter Freytherac2763b2010-09-15 07:43:59 +0800379/*
Holger Hans Peter Freytheree884962010-09-25 17:58:22 +0800380 * Update the release statistics
381 */
382static void bsc_stat_reject(int filter, struct bsc_connection *bsc, int normal)
383{
384 if (!bsc->cfg) {
385 LOGP(DNAT, LOGL_ERROR, "BSC is not authenticated.");
386 return;
387 }
388
389 if (filter >= 0) {
390 LOGP(DNAT, LOGL_ERROR, "Connection was not rejected");
391 return;
392 }
393
394 if (filter == -1)
395 rate_ctr_inc(&bsc->cfg->stats.ctrg->ctr[BCFG_CTR_ILL_PACKET]);
396 else if (normal)
397 rate_ctr_inc(&bsc->cfg->stats.ctrg->ctr[BCFG_CTR_REJECTED_MSG]);
398 else
399 rate_ctr_inc(&bsc->cfg->stats.ctrg->ctr[BCFG_CTR_REJECTED_CR]);
400}
401
402/*
Holger Hans Peter Freytherac2763b2010-09-15 07:43:59 +0800403 * Release an established connection. We will have to release it to the BSC
404 * and to the network and we do it the following way.
405 * 1.) Give up on the MSC side
406 * 1.1) Send a RLSD message, it is a bit non standard but should work, we
407 * ignore the RLC... we might complain about it. Other options would
408 * be to send a Release Request, handle the Release Complete..
409 * 1.2) Mark the data structure to be con_local and wait for 2nd
410 *
411 * 2.) Give up on the BSC side
412 * 2.1) Depending on the con type reject the service, or just close it
413 */
414static void bsc_send_con_release(struct bsc_connection *bsc, struct sccp_connections *con)
415{
416 struct msgb *rlsd;
417 /* 1. release the network */
418 rlsd = sccp_create_rlsd(&con->patched_ref, &con->remote_ref,
419 SCCP_RELEASE_CAUSE_END_USER_ORIGINATED);
420 if (!rlsd)
421 LOGP(DNAT, LOGL_ERROR, "Failed to create RLSD message.\n");
422 else {
423 ipaccess_prepend_header(rlsd, IPAC_PROTO_SCCP);
424 queue_for_msc(con->msc_con, rlsd);
425 }
Holger Hans Peter Freythere5d32492011-04-16 16:02:59 +0200426 con->con_local = NAT_CON_END_LOCAL;
Holger Hans Peter Freythereea5a1b2010-09-16 06:41:09 +0800427 con->msc_con = NULL;
Holger Hans Peter Freytherac2763b2010-09-15 07:43:59 +0800428
429 /* 2. release the BSC side */
430 if (con->con_type == NAT_CON_TYPE_LU) {
431 struct msgb *payload, *udt;
432 payload = gsm48_create_loc_upd_rej(GSM48_REJECT_PLMN_NOT_ALLOWED);
433
434 if (payload) {
435 gsm0808_prepend_dtap_header(payload, 0);
436 udt = sccp_create_dt1(&con->real_ref, payload->data, payload->len);
437 if (udt)
438 bsc_write(bsc, udt, IPAC_PROTO_SCCP);
439 else
440 LOGP(DNAT, LOGL_ERROR, "Failed to create DT1\n");
441
442 msgb_free(payload);
443 } else {
444 LOGP(DNAT, LOGL_ERROR, "Failed to allocate LU Reject.\n");
445 }
446 }
447
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200448 nat_send_clrc_bsc(con);
449
Holger Hans Peter Freytherac2763b2010-09-15 07:43:59 +0800450 rlsd = sccp_create_rlsd(&con->remote_ref, &con->real_ref,
451 SCCP_RELEASE_CAUSE_END_USER_ORIGINATED);
452 if (!rlsd) {
453 LOGP(DNAT, LOGL_ERROR, "Failed to allocate RLSD for the BSC.\n");
454 sccp_connection_destroy(con);
455 return;
456 }
457
458 con->con_type = NAT_CON_TYPE_LOCAL_REJECT;
459 bsc_write(bsc, rlsd, IPAC_PROTO_SCCP);
460}
461
Holger Hans Peter Freyther91246d72010-05-16 02:20:26 +0800462static void bsc_send_con_refuse(struct bsc_connection *bsc,
463 struct bsc_nat_parsed *parsed, int con_type)
464{
Holger Hans Peter Freythered775e42010-06-15 18:52:24 +0800465 struct msgb *payload;
Holger Hans Peter Freyther91246d72010-05-16 02:20:26 +0800466 struct msgb *refuse;
Holger Hans Peter Freythered775e42010-06-15 18:52:24 +0800467
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800468 if (con_type == NAT_CON_TYPE_LU)
Holger Hans Peter Freythered775e42010-06-15 18:52:24 +0800469 payload = gsm48_create_loc_upd_rej(GSM48_REJECT_PLMN_NOT_ALLOWED);
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800470 else if (con_type == NAT_CON_TYPE_CM_SERV_REQ)
Holger Hans Peter Freythered775e42010-06-15 18:52:24 +0800471 payload = gsm48_create_mm_serv_rej(GSM48_REJECT_PLMN_NOT_ALLOWED);
Holger Hans Peter Freyther8d7b10e2010-07-23 19:43:12 +0800472 else {
473 LOGP(DNAT, LOGL_ERROR, "Unknown connection type: %d\n", con_type);
474 payload = NULL;
475 }
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800476
477 /*
478 * Some BSCs do not handle the payload inside a SCCP CREF msg
479 * so we will need to:
480 * 1.) Allocate a local connection and mark it as local..
481 * 2.) queue data for downstream.. and the RLC should delete everything
482 */
483 if (payload) {
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200484 struct msgb *cc, *udt, *clear, *rlsd;
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800485 struct sccp_connections *con;
486 con = create_sccp_src_ref(bsc, parsed);
487 if (!con)
488 goto send_refuse;
489
490 /* declare it local and assign a unique remote_ref */
491 con->con_type = NAT_CON_TYPE_LOCAL_REJECT;
Holger Hans Peter Freythere5d32492011-04-16 16:02:59 +0200492 con->con_local = NAT_CON_END_LOCAL;
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800493 con->has_remote_ref = 1;
494 con->remote_ref = con->patched_ref;
495
496 /* 1. create a confirmation */
497 cc = sccp_create_cc(&con->remote_ref, &con->real_ref);
498 if (!cc)
499 goto send_refuse;
500
501 /* 2. create the DT1 */
Holger Hans Peter Freythered775e42010-06-15 18:52:24 +0800502 gsm0808_prepend_dtap_header(payload, 0);
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800503 udt = sccp_create_dt1(&con->real_ref, payload->data, payload->len);
504 if (!udt) {
505 msgb_free(cc);
506 goto send_refuse;
507 }
508
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200509 /* 3. send a Clear Command */
510 clear = nat_creat_clrc(con, 0x20);
511 if (!clear) {
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800512 msgb_free(cc);
513 msgb_free(udt);
514 goto send_refuse;
515 }
516
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200517 /* 4. send a RLSD */
518 rlsd = sccp_create_rlsd(&con->remote_ref, &con->real_ref,
519 SCCP_RELEASE_CAUSE_END_USER_ORIGINATED);
520 if (!rlsd) {
521 msgb_free(cc);
522 msgb_free(udt);
523 msgb_free(clear);
524 goto send_refuse;
525 }
526
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800527 bsc_write(bsc, cc, IPAC_PROTO_SCCP);
528 bsc_write(bsc, udt, IPAC_PROTO_SCCP);
Holger Hans Peter Freyther43eb1a32010-10-29 17:05:28 +0200529 bsc_write(bsc, clear, IPAC_PROTO_SCCP);
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800530 bsc_write(bsc, rlsd, IPAC_PROTO_SCCP);
531 msgb_free(payload);
532 return;
Holger Hans Peter Freythered775e42010-06-15 18:52:24 +0800533 }
534
Holger Hans Peter Freythered775e42010-06-15 18:52:24 +0800535
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800536send_refuse:
Holger Hans Peter Freythered775e42010-06-15 18:52:24 +0800537 if (payload)
538 msgb_free(payload);
539
Holger Hans Peter Freytherb71c23b2010-05-16 20:43:52 +0800540 refuse = sccp_create_refuse(parsed->src_local_ref,
541 SCCP_REFUSAL_SCCP_FAILURE, NULL, 0);
Holger Hans Peter Freyther91246d72010-05-16 02:20:26 +0800542 if (!refuse) {
543 LOGP(DNAT, LOGL_ERROR,
544 "Creating refuse msg failed for SCCP 0x%x on BSC Nr: %d.\n",
545 sccp_src_ref_to_int(parsed->src_local_ref), bsc->cfg->nr);
546 return;
547 }
548
549 bsc_write(bsc, refuse, IPAC_PROTO_SCCP);
550}
551
Holger Hans Peter Freyther1ffe98c2011-05-02 16:20:32 +0200552static void bsc_nat_send_paging(struct bsc_connection *bsc, struct msgb *msg)
553{
554 if (bsc->cfg->forbid_paging) {
555 LOGP(DNAT, LOGL_DEBUG, "Paging forbidden for BTS: %d\n", bsc->cfg->nr);
556 return;
557 }
558
559 bsc_send_data(bsc, msg->l2h, msgb_l2len(msg), IPAC_PROTO_SCCP);
560}
561
562static void bsc_nat_handle_paging(struct bsc_nat *nat, struct msgb *msg)
563{
564 struct bsc_connection *bsc;
565 const uint8_t *paging_start;
Holger Hans Peter Freyther0dc36f12011-05-02 20:03:17 +0200566 int paging_length, i, ret;
Holger Hans Peter Freyther1ffe98c2011-05-02 16:20:32 +0200567
Holger Hans Peter Freyther0dc36f12011-05-02 20:03:17 +0200568 ret = bsc_nat_find_paging(msg, &paging_start, &paging_length);
569 if (ret != 0) {
570 LOGP(DNAT, LOGL_ERROR, "Could not parse paging message: %d\n", ret);
Holger Hans Peter Freyther1ffe98c2011-05-02 16:20:32 +0200571 return;
572 }
573
574 /* This is quite expensive now */
575 for (i = 0; i < paging_length; i += 2) {
576 unsigned int _lac = ntohs(*(unsigned int *) &paging_start[i]);
577 unsigned int paged = 0;
578 llist_for_each_entry(bsc, &nat->bsc_connections, list_entry) {
579 if (!bsc->cfg)
580 continue;
581 if (!bsc->authenticated)
582 continue;
583 if (!bsc_config_handles_lac(bsc->cfg, _lac))
584 continue;
585 bsc_nat_send_paging(bsc, msg);
586 paged += 1;
587 }
588
589 /* highlight a possible config issue */
590 if (paged == 0)
591 LOGP(DNAT, LOGL_ERROR, "No BSC for LAC %d/0x%d\n", _lac, _lac);
592
593 }
594}
595
596
Holger Hans Peter Freytheref38e852011-04-06 11:27:52 +0200597/*
598 * Update the auth status. This can be either a CIPHER MODE COMAMND or
599 * a CM Serivce Accept. Maybe also LU Accept or such in the future.
600 */
601static void update_con_authorize(struct sccp_connections *con,
602 struct bsc_nat_parsed *parsed,
603 struct msgb *msg)
604{
605 if (!con)
606 return;
607 if (con->authorized)
608 return;
609
610 if (parsed->bssap == BSSAP_MSG_BSS_MANAGEMENT &&
611 parsed->gsm_type == BSS_MAP_MSG_CIPHER_MODE_CMD) {
612 con->authorized = 1;
613 } else if (parsed->bssap == BSSAP_MSG_DTAP) {
Holger Hans Peter Freyther5cde92c2011-04-13 18:56:13 +0200614 uint8_t msg_type, proto;
Holger Hans Peter Freytheref38e852011-04-06 11:27:52 +0200615 uint32_t len;
616 struct gsm48_hdr *hdr48;
617 hdr48 = bsc_unpack_dtap(parsed, msg, &len);
618 if (!hdr48)
619 return;
620
Holger Hans Peter Freyther5cde92c2011-04-13 18:56:13 +0200621 proto = hdr48->proto_discr & 0x0f;
Holger Hans Peter Freytheref38e852011-04-06 11:27:52 +0200622 msg_type = hdr48->msg_type & 0xbf;
Holger Hans Peter Freyther5cde92c2011-04-13 18:56:13 +0200623 if (proto == GSM48_PDISC_MM &&
Holger Hans Peter Freytheref38e852011-04-06 11:27:52 +0200624 msg_type == GSM48_MT_MM_CM_SERV_ACC)
625 con->authorized = 1;
626 }
627}
Holger Hans Peter Freyther91246d72010-05-16 02:20:26 +0800628
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +0800629static int forward_sccp_to_bts(struct bsc_msc_connection *msc_con, struct msgb *msg)
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100630{
Holger Hans Peter Freyther8d7b10e2010-07-23 19:43:12 +0800631 struct sccp_connections *con = NULL;
Holger Hans Peter Freyther49c7fb52010-06-15 18:48:55 +0800632 struct bsc_connection *bsc;
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +0800633 struct bsc_nat_parsed *parsed;
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200634 int proto;
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +0100635
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100636 /* filter, drop, patch the message? */
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +0800637 parsed = bsc_nat_parse(msg);
638 if (!parsed) {
639 LOGP(DNAT, LOGL_ERROR, "Can not parse msg from BSC.\n");
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100640 return -1;
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +0800641 }
642
Holger Hans Peter Freyther1d6fb182010-01-30 11:53:30 +0100643 if (bsc_nat_filter_ipa(DIR_BSC, msg, parsed))
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +0800644 goto exit;
Holger Hans Peter Freyther6a97b8d2010-06-15 18:45:26 +0800645
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200646 proto = parsed->ipa_proto;
647
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100648 /* Route and modify the SCCP packet */
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200649 if (proto == IPAC_PROTO_SCCP) {
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100650 switch (parsed->sccp_type) {
651 case SCCP_MSG_TYPE_UDT:
652 /* forward UDT messages to every BSC */
653 goto send_to_all;
654 break;
655 case SCCP_MSG_TYPE_RLSD:
Holger Hans Peter Freyther0b03f162011-04-21 17:13:51 +0200656 if (con && con->con_local == NAT_CON_END_USSD) {
657 LOGP(DNAT, LOGL_NOTICE, "RLSD for a USSD connection. Ignoring.\n");
658 con = NULL;
659 }
660 /* fall through */
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100661 case SCCP_MSG_TYPE_CREF:
662 case SCCP_MSG_TYPE_DT1:
Holger Hans Peter Freytherf46ce532010-04-06 10:22:34 +0200663 case SCCP_MSG_TYPE_IT:
Holger Hans Peter Freyther49c7fb52010-06-15 18:48:55 +0800664 con = patch_sccp_src_ref_to_bsc(msg, parsed, nat);
Holger Hans Peter Freyther465313e2010-06-15 18:49:53 +0800665 if (parsed->gsm_type == BSS_MAP_MSG_ASSIGMENT_RQST) {
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200666 osmo_counter_inc(nat->stats.sccp.calls);
Holger Hans Peter Freytherd4702862010-04-12 12:17:09 +0200667
Holger Hans Peter Freyther465313e2010-06-15 18:49:53 +0800668 if (con) {
Holger Hans Peter Freytherb2c38eb2010-06-17 18:16:00 +0800669 struct rate_ctr_group *ctrg;
670 ctrg = con->bsc->cfg->stats.ctrg;
671 rate_ctr_inc(&ctrg->ctr[BCFG_CTR_SCCP_CALLS]);
Holger Hans Peter Freyther45fd07d2010-08-28 18:22:14 +0800672 if (bsc_mgcp_assign_patch(con, msg) != 0)
Holger Hans Peter Freyther465313e2010-06-15 18:49:53 +0800673 LOGP(DNAT, LOGL_ERROR, "Failed to assign...\n");
674 } else
675 LOGP(DNAT, LOGL_ERROR, "Assignment command but no BSC.\n");
Holger Hans Peter Freyther0b03f162011-04-21 17:13:51 +0200676 } else if (con && con->con_local == NAT_CON_END_USSD &&
677 parsed->gsm_type == BSS_MAP_MSG_CLEAR_CMD) {
678 LOGP(DNAT, LOGL_NOTICE, "Clear Command for USSD Connection. Ignoring.\n");
679 con = NULL;
Holger Hans Peter Freyther465313e2010-06-15 18:49:53 +0800680 }
Holger Hans Peter Freyther16a6f702010-03-29 17:18:42 +0200681 break;
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100682 case SCCP_MSG_TYPE_CC:
Holger Hans Peter Freyther49c7fb52010-06-15 18:48:55 +0800683 con = patch_sccp_src_ref_to_bsc(msg, parsed, nat);
684 if (!con || update_sccp_src_ref(con, parsed) != 0)
Holger Hans Peter Freyther16a6f702010-03-29 17:18:42 +0200685 goto exit;
Holger Hans Peter Freyther0ab6bab2010-06-15 18:47:49 +0800686 break;
687 case SCCP_MSG_TYPE_RLC:
688 LOGP(DNAT, LOGL_ERROR, "Unexpected release complete from MSC.\n");
689 goto exit;
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100690 break;
691 case SCCP_MSG_TYPE_CR:
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100692 /* MSC never opens a SCCP connection, fall through */
693 default:
694 goto exit;
695 }
Holger Hans Peter Freytherf464ea52010-04-06 16:07:44 +0200696
Holger Hans Peter Freytherb8a33732010-04-08 11:28:12 +0200697 if (!con && parsed->sccp_type == SCCP_MSG_TYPE_RLSD) {
698 LOGP(DNAT, LOGL_NOTICE, "Sending fake RLC on RLSD message to network.\n");
699 /* Exchange src/dest for the reply */
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +0800700 nat_send_rlc(msc_con, parsed->dest_local_ref, parsed->src_local_ref);
Holger Hans Peter Freytherb8a33732010-04-08 11:28:12 +0200701 } else if (!con)
Holger Hans Peter Freyther5f10c6d2010-05-15 19:13:52 +0800702 LOGP(DNAT, LOGL_ERROR, "Unknown connection for msg type: 0x%x from the MSC.\n", parsed->sccp_type);
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100703 }
704
705 talloc_free(parsed);
Holger Hans Peter Freyther49c7fb52010-06-15 18:48:55 +0800706 if (!con)
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100707 return -1;
Holger Hans Peter Freyther49c7fb52010-06-15 18:48:55 +0800708 if (!con->bsc->authenticated) {
Holger Hans Peter Freyther6c45f2e2010-06-15 19:06:18 +0800709 LOGP(DNAT, LOGL_ERROR, "Selected BSC not authenticated.\n");
Holger Hans Peter Freyther3f37b8f2010-02-08 23:24:32 +0100710 return -1;
711 }
712
Holger Hans Peter Freytheref38e852011-04-06 11:27:52 +0200713 update_con_authorize(con, parsed, msg);
714
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200715 bsc_send_data(con->bsc, msg->l2h, msgb_l2len(msg), proto);
Holger Hans Peter Freyther3025e192010-03-26 09:18:02 +0100716 return 0;
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100717
718send_to_all:
Holger Hans Peter Freyther45d11812010-06-15 18:46:36 +0800719 /*
720 * Filter Paging from the network. We do not want to send a PAGING
721 * Command to every BSC in our network. We will analys the PAGING
722 * message and then send it to the authenticated messages...
723 */
724 if (parsed->ipa_proto == IPAC_PROTO_SCCP && parsed->gsm_type == BSS_MAP_MSG_PAGING) {
Holger Hans Peter Freyther1ffe98c2011-05-02 16:20:32 +0200725 bsc_nat_handle_paging(nat, msg);
Holger Hans Peter Freyther45d11812010-06-15 18:46:36 +0800726 goto exit;
727 }
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +0100728 /* currently send this to every BSC connected */
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +0800729 llist_for_each_entry(bsc, &nat->bsc_connections, list_entry) {
Holger Hans Peter Freyther3f37b8f2010-02-08 23:24:32 +0100730 if (!bsc->authenticated)
731 continue;
732
Holger Hans Peter Freyther2896df72010-04-08 10:24:57 +0200733 bsc_send_data(bsc, msg->l2h, msgb_l2len(msg), parsed->ipa_proto);
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +0100734 }
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +0800735
736exit:
737 talloc_free(parsed);
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100738 return 0;
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100739}
740
Holger Hans Peter Freytherbaf2abe2010-06-15 18:47:29 +0800741static void msc_connection_was_lost(struct bsc_msc_connection *con)
742{
Holger Hans Peter Freythercd895372010-03-29 08:04:09 +0200743 struct bsc_connection *bsc, *tmp;
744
745 LOGP(DMSC, LOGL_ERROR, "Closing all connections downstream.\n");
746 llist_for_each_entry_safe(bsc, tmp, &nat->bsc_connections, list_entry)
Holger Hans Peter Freyther2f9dcf02010-04-27 13:21:39 +0800747 bsc_close_connection(bsc);
Holger Hans Peter Freythercd895372010-03-29 08:04:09 +0200748
Holger Hans Peter Freyther241e1302010-03-31 09:16:56 +0200749 bsc_mgcp_free_endpoints(nat);
Holger Hans Peter Freythercd895372010-03-29 08:04:09 +0200750 bsc_msc_schedule_connect(con);
Holger Hans Peter Freytherbaf2abe2010-06-15 18:47:29 +0800751}
752
Holger Hans Peter Freythera99c5b92010-08-04 02:31:55 +0800753static void msc_connection_connected(struct bsc_msc_connection *con)
754{
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +0200755 osmo_counter_inc(nat->stats.msc.reconn);
Holger Hans Peter Freythera99c5b92010-08-04 02:31:55 +0800756}
757
Holger Hans Peter Freyther02aee142010-04-08 10:31:07 +0200758static void msc_send_reset(struct bsc_msc_connection *msc_con)
Holger Hans Peter Freytheraf0ff6c2010-04-07 10:46:30 +0200759{
Holger Hans Peter Freytherdbd16fe2010-07-23 19:08:55 +0800760 static const uint8_t reset[] = {
Holger Hans Peter Freyther7cab1662010-04-07 11:11:11 +0200761 0x00, 0x12, 0xfd,
Holger Hans Peter Freytheraf0ff6c2010-04-07 10:46:30 +0200762 0x09, 0x00, 0x03, 0x05, 0x07, 0x02, 0x42, 0xfe,
763 0x02, 0x42, 0xfe, 0x06, 0x00, 0x04, 0x30, 0x04,
764 0x01, 0x20
765 };
766
767 struct msgb *msg;
768
769 msg = msgb_alloc_headroom(4096, 128, "08.08 reset");
770 if (!msg) {
771 LOGP(DMSC, LOGL_ERROR, "Failed to allocate reset msg.\n");
772 return;
773 }
774
775 msg->l2h = msgb_put(msg, sizeof(reset));
776 memcpy(msg->l2h, reset, msgb_l2len(msg));
777
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +0800778 queue_for_msc(msc_con, msg);
Holger Hans Peter Freytheraf0ff6c2010-04-07 10:46:30 +0200779
780 LOGP(DMSC, LOGL_NOTICE, "Scheduled GSM0808 reset msg for the MSC.\n");
781}
782
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200783static int ipaccess_msc_read_cb(struct osmo_fd *bfd)
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100784{
785 int error;
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +0800786 struct bsc_msc_connection *msc_con;
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100787 struct msgb *msg = ipaccess_read_msg(bfd, &error);
788 struct ipaccess_head *hh;
789
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +0800790 msc_con = (struct bsc_msc_connection *) bfd->data;
791
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100792 if (!msg) {
Holger Hans Peter Freyther9db78432010-04-23 00:23:03 +0800793 if (error == 0)
Holger Hans Peter Freyther418f3942010-01-29 05:58:43 +0100794 LOGP(DNAT, LOGL_FATAL, "The connection the MSC was lost, exiting\n");
Holger Hans Peter Freyther9db78432010-04-23 00:23:03 +0800795 else
796 LOGP(DNAT, LOGL_ERROR, "Failed to parse ip access message: %d\n", error);
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100797
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +0800798 bsc_msc_lost(msc_con);
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100799 return -1;
800 }
801
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +0200802 LOGP(DNAT, LOGL_DEBUG, "MSG from MSC: %s proto: %d\n", osmo_hexdump(msg->data, msg->len), msg->l2h[0]);
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100803
804 /* handle base message handling */
805 hh = (struct ipaccess_head *) msg->data;
806 ipaccess_rcvmsg_base(msg, bfd);
807
808 /* initialize the networking. This includes sending a GSM08.08 message */
Holger Hans Peter Freythere635dab2010-05-15 00:14:58 +0800809 if (hh->proto == IPAC_PROTO_IPACCESS) {
810 if (msg->l2h[0] == IPAC_MSGT_ID_ACK)
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +0800811 initialize_msc_if_needed(msc_con);
Holger Hans Peter Freythere635dab2010-05-15 00:14:58 +0800812 else if (msg->l2h[0] == IPAC_MSGT_ID_GET)
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +0800813 send_id_get_response(msc_con);
Holger Hans Peter Freythere635dab2010-05-15 00:14:58 +0800814 } else if (hh->proto == IPAC_PROTO_SCCP)
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +0800815 forward_sccp_to_bts(msc_con, msg);
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100816
Holger Hans Peter Freytheraad68b52010-06-15 18:46:48 +0800817 msgb_free(msg);
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +0100818 return 0;
819}
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +0800820
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200821static int ipaccess_msc_write_cb(struct osmo_fd *bfd, struct msgb *msg)
Holger Hans Peter Freyther6f5fbfd2010-06-15 18:47:02 +0800822{
823 int rc;
824 rc = write(bfd->fd, msg->data, msg->len);
825
826 if (rc != msg->len) {
827 LOGP(DNAT, LOGL_ERROR, "Failed to write MSG to MSC.\n");
828 return -1;
829 }
830
831 return rc;
832}
833
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +0100834/*
835 * Below is the handling of messages coming
836 * from the BSC and need to be forwarded to
837 * a real BSC.
838 */
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +0100839
840/*
841 * Remove the connection from the connections list,
842 * remove it from the patching of SCCP header lists
843 * as well. Maybe in the future even close connection..
844 */
Holger Hans Peter Freyther2f9dcf02010-04-27 13:21:39 +0800845void bsc_close_connection(struct bsc_connection *connection)
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +0100846{
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100847 struct sccp_connections *sccp_patch, *tmp;
Holger Hans Peter Freyther8330c1c2010-06-17 18:29:42 +0800848 struct rate_ctr *ctr = NULL;
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100849
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800850 /* stop the timeout timer */
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200851 osmo_timer_del(&connection->id_timeout);
852 osmo_timer_del(&connection->ping_timeout);
853 osmo_timer_del(&connection->pong_timeout);
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800854
Holger Hans Peter Freyther8330c1c2010-06-17 18:29:42 +0800855 if (connection->cfg)
856 ctr = &connection->cfg->stats.ctrg->ctr[BCFG_CTR_DROPPED_SCCP];
857
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100858 /* remove all SCCP connections */
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +0800859 llist_for_each_entry_safe(sccp_patch, tmp, &nat->sccp_connections, list_entry) {
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100860 if (sccp_patch->bsc != connection)
861 continue;
862
Holger Hans Peter Freyther8330c1c2010-06-17 18:29:42 +0800863 if (ctr)
864 rate_ctr_inc(ctr);
Holger Hans Peter Freyther91b9a452011-04-16 17:01:47 +0200865 if (sccp_patch->has_remote_ref) {
866 if (sccp_patch->con_local == NAT_CON_END_MSC)
867 nat_send_rlsd_msc(sccp_patch);
868 else if (sccp_patch->con_local == NAT_CON_END_USSD)
869 nat_send_rlsd_ussd(nat, sccp_patch);
870 }
871
Holger Hans Peter Freyther23fe7be2010-03-30 10:45:48 +0200872 sccp_connection_destroy(sccp_patch);
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100873 }
874
Holger Hans Peter Freyther26a43892010-04-05 23:09:27 +0200875 /* close endpoints allocated by this BSC */
876 bsc_mgcp_clear_endpoints_for(connection);
877
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200878 osmo_fd_unregister(&connection->write_queue.bfd);
Holger Hans Peter Freythere464ed42010-04-22 12:04:36 +0800879 close(connection->write_queue.bfd.fd);
Pablo Neira Ayusoe1273b12011-05-06 12:09:47 +0200880 osmo_wqueue_clear(&connection->write_queue);
Holger Hans Peter Freythere464ed42010-04-22 12:04:36 +0800881 llist_del(&connection->list_entry);
882
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +0100883 talloc_free(connection);
884}
885
Holger Hans Peter Freytherde2b8602011-04-23 23:55:14 +0200886static void bsc_maybe_close(struct bsc_connection *bsc)
887{
888 struct sccp_connections *sccp;
889 if (!bsc->nat->blocked)
890 return;
891
892 /* are there any connections left */
893 llist_for_each_entry(sccp, &bsc->nat->sccp_connections, list_entry)
894 if (sccp->bsc == bsc)
895 return;
896
897 /* nothing left, close the BSC */
898 LOGP(DNAT, LOGL_NOTICE, "Cleaning up BSC %d in blocking mode.\n",
899 bsc->cfg ? bsc->cfg->nr : -1);
900 bsc_close_connection(bsc);
901}
902
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800903static void ipaccess_close_bsc(void *data)
904{
Holger Hans Peter Freyther6d5a6002010-04-17 07:58:17 +0200905 struct sockaddr_in sock;
906 socklen_t len = sizeof(sock);
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800907 struct bsc_connection *conn = data;
908
Holger Hans Peter Freyther6d5a6002010-04-17 07:58:17 +0200909
910 getpeername(conn->write_queue.bfd.fd, (struct sockaddr *) &sock, &len);
911 LOGP(DNAT, LOGL_ERROR, "BSC on %s didn't respond to identity request. Closing.\n",
912 inet_ntoa(sock.sin_addr));
Holger Hans Peter Freyther2f9dcf02010-04-27 13:21:39 +0800913 bsc_close_connection(conn);
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800914}
915
916static void ipaccess_auth_bsc(struct tlv_parsed *tvp, struct bsc_connection *bsc)
917{
918 struct bsc_config *conf;
Holger Hans Peter Freytheradb6e1c2010-09-18 06:44:24 +0800919 const char *token = (const char *) TLVP_VAL(tvp, IPAC_IDTAG_UNITNAME);
Holger Hans Peter Freythera09b9662010-10-14 17:19:58 +0200920 const int len = TLVP_LEN(tvp, IPAC_IDTAG_UNITNAME);
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800921
Holger Hans Peter Freyther5cdcfa62010-05-02 18:58:10 +0800922 if (bsc->cfg) {
923 LOGP(DNAT, LOGL_ERROR, "Reauth on fd %d bsc nr %d\n",
924 bsc->write_queue.bfd.fd, bsc->cfg->nr);
925 return;
926 }
927
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800928 llist_for_each_entry(conf, &bsc->nat->bsc_configs, entry) {
Holger Hans Peter Freythera09b9662010-10-14 17:19:58 +0200929 if (strncmp(conf->token, token, len) == 0) {
Holger Hans Peter Freytherb2c38eb2010-06-17 18:16:00 +0800930 rate_ctr_inc(&conf->stats.ctrg->ctr[BCFG_CTR_NET_RECONN]);
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800931 bsc->authenticated = 1;
Holger Hans Peter Freyther47dd4942010-04-06 15:11:34 +0200932 bsc->cfg = conf;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +0200933 osmo_timer_del(&bsc->id_timeout);
Holger Hans Peter Freyther0bd60f32010-10-08 22:08:29 +0800934 LOGP(DNAT, LOGL_NOTICE, "Authenticated bsc nr: %d on fd %d\n",
935 conf->nr, bsc->write_queue.bfd.fd);
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +0800936 start_ping_pong(bsc);
Holger Hans Peter Freytherc615c262010-04-17 07:59:57 +0200937 return;
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800938 }
939 }
Holger Hans Peter Freytherc615c262010-04-17 07:59:57 +0200940
Holger Hans Peter Freyther74cfab72010-05-05 17:03:44 +0800941 LOGP(DNAT, LOGL_ERROR, "No bsc found for token %s on fd: %d.\n", token,
942 bsc->write_queue.bfd.fd);
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +0800943}
944
Holger Hans Peter Freyther463dc622010-10-03 19:41:42 +0800945static void handle_con_stats(struct sccp_connections *con)
946{
947 struct rate_ctr_group *ctrg;
948 int id = bsc_conn_type_to_ctr(con);
949
950 if (id == -1)
951 return;
952
953 if (!con->bsc || !con->bsc->cfg)
954 return;
955
956 ctrg = con->bsc->cfg->stats.ctrg;
957 rate_ctr_inc(&ctrg->ctr[id]);
958}
959
Holger Hans Peter Freyther747d6542010-03-26 07:24:34 +0100960static int forward_sccp_to_msc(struct bsc_connection *bsc, struct msgb *msg)
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +0100961{
Holger Hans Peter Freytherc58da4b2010-05-16 16:36:36 +0800962 int con_filter = 0;
Holger Hans Peter Freyther749497e2010-09-29 01:19:42 +0800963 char *imsi = NULL;
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +0800964 struct bsc_msc_connection *con_msc = NULL;
Holger Hans Peter Freyther605f62a2010-05-16 16:30:42 +0800965 struct bsc_connection *con_bsc = NULL;
Holger Hans Peter Freyther19c0a842010-05-16 02:00:40 +0800966 int con_type;
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +0800967 struct bsc_nat_parsed *parsed;
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +0100968
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +0800969 /* Parse and filter messages */
970 parsed = bsc_nat_parse(msg);
971 if (!parsed) {
972 LOGP(DNAT, LOGL_ERROR, "Can not parse msg from BSC.\n");
Holger Hans Peter Freytherd7657ff2010-03-30 07:35:46 +0200973 msgb_free(msg);
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +0800974 return -1;
975 }
976
Holger Hans Peter Freyther1d6fb182010-01-30 11:53:30 +0100977 if (bsc_nat_filter_ipa(DIR_MSC, msg, parsed))
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +0800978 goto exit;
Holger Hans Peter Freyther6a97b8d2010-06-15 18:45:26 +0800979
Holger Hans Peter Freytherbbb9d392010-04-02 03:42:44 +0200980 /*
981 * check authentication after filtering to not reject auth
982 * responses coming from the BSC. We have to make sure that
983 * nothing from the exit path will forward things to the MSC
984 */
985 if (!bsc->authenticated) {
986 LOGP(DNAT, LOGL_ERROR, "BSC is not authenticated.\n");
987 msgb_free(msg);
988 return -1;
989 }
990
991
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100992 /* modify the SCCP entries */
993 if (parsed->ipa_proto == IPAC_PROTO_SCCP) {
Holger Hans Peter Freyther3837f992010-09-15 00:38:54 +0800994 int filter;
Holger Hans Peter Freyther605f62a2010-05-16 16:30:42 +0800995 struct sccp_connections *con;
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +0100996 switch (parsed->sccp_type) {
997 case SCCP_MSG_TYPE_CR:
Holger Hans Peter Freyther749497e2010-09-29 01:19:42 +0800998 filter = bsc_nat_filter_sccp_cr(bsc, msg, parsed, &con_type, &imsi);
Holger Hans Peter Freytheree884962010-09-25 17:58:22 +0800999 if (filter < 0) {
1000 bsc_stat_reject(filter, bsc, 0);
Holger Hans Peter Freytherb4af5c92010-05-14 03:39:56 +08001001 goto exit3;
Holger Hans Peter Freytheree884962010-09-25 17:58:22 +08001002 }
1003
Holger Hans Peter Freytherfa20c942010-05-16 16:51:31 +08001004 if (!create_sccp_src_ref(bsc, parsed))
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +01001005 goto exit2;
Holger Hans Peter Freytherb5513ca2010-04-21 18:56:12 +08001006 con = patch_sccp_src_ref_to_msc(msg, parsed, bsc);
Holger Hans Peter Freyther3a77e612010-07-05 13:33:18 +08001007 con->msc_con = bsc->nat->msc_con;
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +08001008 con_msc = con->msc_con;
Holger Hans Peter Freyther234d3122010-05-16 02:06:11 +08001009 con->con_type = con_type;
Holger Hans Peter Freyther909e61f2010-09-15 00:41:19 +08001010 con->imsi_checked = filter;
Holger Hans Peter Freyther749497e2010-09-29 01:19:42 +08001011 if (imsi)
1012 con->imsi = talloc_steal(con, imsi);
1013 imsi = NULL;
Holger Hans Peter Freyther605f62a2010-05-16 16:30:42 +08001014 con_bsc = con->bsc;
Holger Hans Peter Freyther463dc622010-10-03 19:41:42 +08001015 handle_con_stats(con);
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +01001016 break;
1017 case SCCP_MSG_TYPE_RLSD:
1018 case SCCP_MSG_TYPE_CREF:
1019 case SCCP_MSG_TYPE_DT1:
1020 case SCCP_MSG_TYPE_CC:
Holger Hans Peter Freytherf46ce532010-04-06 10:22:34 +02001021 case SCCP_MSG_TYPE_IT:
Holger Hans Peter Freytherb5513ca2010-04-21 18:56:12 +08001022 con = patch_sccp_src_ref_to_msc(msg, parsed, bsc);
Holger Hans Peter Freyther605f62a2010-05-16 16:30:42 +08001023 if (con) {
Holger Hans Peter Freyther0c41b692010-10-06 00:48:36 +08001024 /* only filter non local connections */
1025 if (!con->con_local) {
1026 filter = bsc_nat_filter_dt(bsc, msg, con, parsed);
1027 if (filter < 0) {
1028 bsc_stat_reject(filter, bsc, 1);
1029 bsc_send_con_release(bsc, con);
1030 con = NULL;
1031 goto exit2;
1032 }
Holger Hans Peter Freyther17870cf2010-09-29 19:32:55 +08001033
1034 /* hand data to a side channel */
Holger Hans Peter Freyther4c401e72010-10-15 10:09:31 +02001035 if (bsc_check_ussd(con, parsed, msg) == 1)
Holger Hans Peter Freythere5d32492011-04-16 16:02:59 +02001036 con->con_local = NAT_CON_END_USSD;
Holger Hans Peter Freythera914daf2010-10-21 12:12:57 +02001037
1038 /*
1039 * Optionally rewrite setup message. This can
1040 * replace the msg and the parsed structure becomes
1041 * invalid.
1042 */
Holger Hans Peter Freytherdf8e6e92011-05-27 14:09:55 +02001043 msg = bsc_nat_rewrite_msg(bsc->nat, msg, parsed, con->imsi);
Holger Hans Peter Freythera914daf2010-10-21 12:12:57 +02001044 talloc_free(parsed);
1045 parsed = NULL;
Holger Hans Peter Freyther123bc322011-04-16 14:06:18 +02001046 } else if (con->con_local == NAT_CON_END_USSD) {
1047 bsc_check_ussd(con, parsed, msg);
Holger Hans Peter Freyther74e0a1b2010-09-15 01:11:08 +08001048 }
Holger Hans Peter Freyther0c41b692010-10-06 00:48:36 +08001049
1050 con_bsc = con->bsc;
1051 con_msc = con->msc_con;
1052 con_filter = con->con_local;
Holger Hans Peter Freyther605f62a2010-05-16 16:30:42 +08001053 }
Holger Hans Peter Freyther17870cf2010-09-29 19:32:55 +08001054
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +01001055 break;
1056 case SCCP_MSG_TYPE_RLC:
Holger Hans Peter Freytherb5513ca2010-04-21 18:56:12 +08001057 con = patch_sccp_src_ref_to_msc(msg, parsed, bsc);
Holger Hans Peter Freyther605f62a2010-05-16 16:30:42 +08001058 if (con) {
Holger Hans Peter Freyther605f62a2010-05-16 16:30:42 +08001059 con_bsc = con->bsc;
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +08001060 con_msc = con->msc_con;
Holger Hans Peter Freytherc58da4b2010-05-16 16:36:36 +08001061 con_filter = con->con_local;
Holger Hans Peter Freyther605f62a2010-05-16 16:30:42 +08001062 }
Holger Hans Peter Freytherf4cfc4f2010-03-31 09:15:05 +02001063 remove_sccp_src_ref(bsc, msg, parsed);
Holger Hans Peter Freytherde2b8602011-04-23 23:55:14 +02001064 bsc_maybe_close(bsc);
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +01001065 break;
1066 case SCCP_MSG_TYPE_UDT:
1067 /* simply forward everything */
Holger Hans Peter Freyther49c7fb52010-06-15 18:48:55 +08001068 con = NULL;
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +01001069 break;
1070 default:
Holger Hans Peter Freyther0ab6bab2010-06-15 18:47:49 +08001071 LOGP(DNAT, LOGL_ERROR, "Not forwarding to msc sccp type: 0x%x\n", parsed->sccp_type);
Holger Hans Peter Freyther49c7fb52010-06-15 18:48:55 +08001072 con = NULL;
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +01001073 goto exit2;
1074 break;
1075 }
Holger Hans Peter Freyther368a0a72011-01-07 16:54:46 +01001076 } else if (parsed->ipa_proto == IPAC_PROTO_MGCP_OLD) {
Holger Hans Peter Freyther3c3bce12010-04-01 10:16:28 +02001077 bsc_mgcp_forward(bsc, msg);
1078 goto exit2;
Holger Hans Peter Freyther49c7fb52010-06-15 18:48:55 +08001079 } else {
1080 LOGP(DNAT, LOGL_ERROR, "Not forwarding unknown stream id: 0x%x\n", parsed->ipa_proto);
1081 goto exit2;
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +01001082 }
1083
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +08001084 if (con_msc && con_bsc != bsc) {
Holger Hans Peter Freytherca0c2f92010-04-21 18:49:55 +08001085 LOGP(DNAT, LOGL_ERROR, "The connection belongs to a different BTS: input: %d con: %d\n",
Holger Hans Peter Freyther605f62a2010-05-16 16:30:42 +08001086 bsc->cfg->nr, con_bsc->cfg->nr);
Holger Hans Peter Freyther058eeb72010-01-31 09:46:21 +01001087 goto exit2;
1088 }
1089
Holger Hans Peter Freyther09ecda42010-09-15 17:39:44 +08001090 /* do not forward messages to the MSC */
1091 if (con_filter)
1092 goto exit2;
1093
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +08001094 if (!con_msc) {
Holger Hans Peter Freyther27640fc2010-09-15 00:14:48 +08001095 LOGP(DNAT, LOGL_ERROR, "Not forwarding data bsc_nr: %d ipa: %d type: 0x%x\n",
1096 bsc->cfg->nr,
1097 parsed ? parsed->ipa_proto : -1,
1098 parsed ? parsed->sccp_type : -1);
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +08001099 goto exit2;
1100 }
1101
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001102 /* send the non-filtered but maybe modified msg */
Holger Hans Peter Freytherdb65bbd2010-07-05 13:58:40 +08001103 queue_for_msc(con_msc, msg);
Holger Hans Peter Freythera914daf2010-10-21 12:12:57 +02001104 if (parsed)
1105 talloc_free(parsed);
Holger Hans Peter Freyther6f5fbfd2010-06-15 18:47:02 +08001106 return 0;
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +08001107
1108exit:
Holger Hans Peter Freyther38a77d02010-01-30 12:45:10 +01001109 /* if we filter out the reset send an ack to the BSC */
1110 if (parsed->bssap == 0 && parsed->gsm_type == BSS_MAP_MSG_RESET) {
Holger Hans Peter Freyther747d6542010-03-26 07:24:34 +01001111 send_reset_ack(bsc);
1112 send_reset_ack(bsc);
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +08001113 } else if (parsed->ipa_proto == IPAC_PROTO_IPACCESS) {
1114 /* do we know who is handling this? */
1115 if (msg->l2h[0] == IPAC_MSGT_ID_RESP) {
1116 struct tlv_parsed tvp;
Pablo Neira Ayusoca05d432011-04-11 16:32:50 +02001117 int ret;
1118 ret = ipaccess_idtag_parse(&tvp,
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +08001119 (unsigned char *) msg->l2h + 2,
1120 msgb_l2len(msg) - 2);
Pablo Neira Ayusoca05d432011-04-11 16:32:50 +02001121 if (ret < 0) {
1122 LOGP(DNAT, LOGL_ERROR, "ignoring IPA response "
1123 "message with malformed TLVs\n");
1124 return ret;
1125 }
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +08001126 if (TLVP_PRESENT(&tvp, IPAC_IDTAG_UNITNAME))
1127 ipaccess_auth_bsc(&tvp, bsc);
1128 }
1129
1130 goto exit2;
Holger Hans Peter Freyther38a77d02010-01-30 12:45:10 +01001131 }
1132
Holger Hans Peter Freyther1498d2e2010-05-15 00:29:50 +08001133exit2:
Holger Hans Peter Freyther749497e2010-09-29 01:19:42 +08001134 if (imsi)
1135 talloc_free(imsi);
Holger Hans Peter Freyther1498d2e2010-05-15 00:29:50 +08001136 talloc_free(parsed);
1137 msgb_free(msg);
1138 return -1;
1139
Holger Hans Peter Freytherb4af5c92010-05-14 03:39:56 +08001140exit3:
1141 /* send a SCCP Connection Refused */
Holger Hans Peter Freyther749497e2010-09-29 01:19:42 +08001142 if (imsi)
1143 talloc_free(imsi);
Holger Hans Peter Freyther91246d72010-05-16 02:20:26 +08001144 bsc_send_con_refuse(bsc, parsed, con_type);
Holger Hans Peter Freyther0b8f69d2010-06-15 18:45:38 +08001145 talloc_free(parsed);
Holger Hans Peter Freyther6f5fbfd2010-06-15 18:47:02 +08001146 msgb_free(msg);
1147 return -1;
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001148}
1149
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +02001150static int ipaccess_bsc_read_cb(struct osmo_fd *bfd)
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001151{
1152 int error;
Holger Hans Peter Freyther747d6542010-03-26 07:24:34 +01001153 struct bsc_connection *bsc = bfd->data;
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001154 struct msgb *msg = ipaccess_read_msg(bfd, &error);
Holger Hans Peter Freyther50788712010-06-15 18:51:33 +08001155 struct ipaccess_head *hh;
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001156
1157 if (!msg) {
Holger Hans Peter Freyther9db78432010-04-23 00:23:03 +08001158 if (error == 0)
Holger Hans Peter Freyther19c35442010-05-01 10:37:15 +08001159 LOGP(DNAT, LOGL_ERROR,
1160 "The connection to the BSC Nr: %d was lost. Cleaning it\n",
1161 bsc->cfg ? bsc->cfg->nr : -1);
Holger Hans Peter Freyther9db78432010-04-23 00:23:03 +08001162 else
Holger Hans Peter Freyther19c35442010-05-01 10:37:15 +08001163 LOGP(DNAT, LOGL_ERROR,
1164 "Stream error on BSC Nr: %d. Failed to parse ip access message: %d\n",
1165 bsc->cfg ? bsc->cfg->nr : -1, error);
Holger Hans Peter Freyther9db78432010-04-23 00:23:03 +08001166
Holger Hans Peter Freyther2f9dcf02010-04-27 13:21:39 +08001167 bsc_close_connection(bsc);
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001168 return -1;
1169 }
1170
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001171
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02001172 LOGP(DNAT, LOGL_DEBUG, "MSG from BSC: %s proto: %d\n", osmo_hexdump(msg->data, msg->len), msg->l2h[0]);
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001173
1174 /* Handle messages from the BSC */
Holger Hans Peter Freyther50788712010-06-15 18:51:33 +08001175 hh = (struct ipaccess_head *) msg->data;
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +08001176
Holger Hans Peter Freyther50788712010-06-15 18:51:33 +08001177 /* stop the pong timeout */
1178 if (hh->proto == IPAC_PROTO_IPACCESS) {
1179 if (msg->l2h[0] == IPAC_MSGT_PONG) {
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001180 osmo_timer_del(&bsc->pong_timeout);
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +08001181 msgb_free(msg);
1182 return 0;
Holger Hans Peter Freyther50788712010-06-15 18:51:33 +08001183 } else if (msg->l2h[0] == IPAC_MSGT_PING) {
1184 send_pong(bsc);
1185 msgb_free(msg);
1186 return 0;
Holger Hans Peter Freyther906c15e2010-05-02 19:28:59 +08001187 }
1188 }
1189
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001190 /* FIXME: Currently no PONG is sent to the BSC */
1191 /* FIXME: Currently no ID ACK is sent to the BSC */
Holger Hans Peter Freyther747d6542010-03-26 07:24:34 +01001192 forward_sccp_to_msc(bsc, msg);
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001193
1194 return 0;
1195}
1196
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +02001197static int ipaccess_listen_bsc_cb(struct osmo_fd *bfd, unsigned int what)
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001198{
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001199 struct bsc_connection *bsc;
Holger Hans Peter Freyther872d7682010-05-05 20:33:34 +08001200 int fd, rc, on;
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001201 struct sockaddr_in sa;
1202 socklen_t sa_len = sizeof(sa);
1203
1204 if (!(what & BSC_FD_READ))
1205 return 0;
1206
Holger Hans Peter Freyther872d7682010-05-05 20:33:34 +08001207 fd = accept(bfd->fd, (struct sockaddr *) &sa, &sa_len);
1208 if (fd < 0) {
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001209 perror("accept");
Holger Hans Peter Freyther872d7682010-05-05 20:33:34 +08001210 return fd;
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001211 }
1212
Holger Hans Peter Freytherd4702862010-04-12 12:17:09 +02001213 /* count the reconnect */
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02001214 osmo_counter_inc(nat->stats.bsc.reconn);
Holger Hans Peter Freytherd4702862010-04-12 12:17:09 +02001215
Holger Hans Peter Freythercd895372010-03-29 08:04:09 +02001216 /*
1217 * if we are not connected to a msc... just close the socket
1218 */
Holger Hans Peter Freyther20ee3122010-07-05 14:39:44 +08001219 if (!bsc_nat_msc_is_connected(nat)) {
Holger Hans Peter Freythercd895372010-03-29 08:04:09 +02001220 LOGP(DNAT, LOGL_NOTICE, "Disconnecting BSC due lack of MSC connection.\n");
Holger Hans Peter Freyther872d7682010-05-05 20:33:34 +08001221 close(fd);
Holger Hans Peter Freythercd895372010-03-29 08:04:09 +02001222 return 0;
1223 }
1224
Holger Hans Peter Freytherde2b8602011-04-23 23:55:14 +02001225 if (nat->blocked) {
1226 LOGP(DNAT, LOGL_NOTICE, "Disconnecting BSC due NAT being blocked.\n");
1227 close(fd);
1228 return 0;
1229 }
1230
Holger Hans Peter Freyther9e938c62010-05-05 18:58:13 +08001231 on = 1;
Holger Hans Peter Freyther569ee122010-05-05 20:42:14 +08001232 rc = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on));
Holger Hans Peter Freyther872d7682010-05-05 20:33:34 +08001233 if (rc != 0)
Holger Hans Peter Freyther9e938c62010-05-05 18:58:13 +08001234 LOGP(DNAT, LOGL_ERROR, "Failed to set TCP_NODELAY: %s\n", strerror(errno));
1235
Holger Hans Peter Freyther078321a2010-05-31 10:36:35 +08001236 rc = setsockopt(fd, IPPROTO_IP, IP_TOS,
Holger Hans Peter Freyther6b771072010-07-27 19:21:53 +08001237 &nat->bsc_ip_dscp, sizeof(nat->bsc_ip_dscp));
Holger Hans Peter Freyther078321a2010-05-31 10:36:35 +08001238 if (rc != 0)
1239 LOGP(DNAT, LOGL_ERROR, "Failed to set IP_TOS: %s\n", strerror(errno));
1240
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001241 /* todo... do something with the connection */
Holger Hans Peter Freytherda86c0a2010-01-12 21:35:32 +01001242 /* todo... use GNUtls to see if we want to trust this as a BTS */
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001243
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001244 /*
1245 *
1246 */
Holger Hans Peter Freytherdcf8a7d2010-06-15 18:48:01 +08001247 bsc = bsc_connection_alloc(nat);
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001248 if (!bsc) {
Holger Hans Peter Freyther418f3942010-01-29 05:58:43 +01001249 LOGP(DNAT, LOGL_ERROR, "Failed to allocate BSC struct.\n");
Holger Hans Peter Freyther872d7682010-05-05 20:33:34 +08001250 close(fd);
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001251 return -1;
1252 }
1253
Holger Hans Peter Freythered07a3f2010-06-15 18:47:10 +08001254 bsc->write_queue.bfd.data = bsc;
Holger Hans Peter Freyther872d7682010-05-05 20:33:34 +08001255 bsc->write_queue.bfd.fd = fd;
Holger Hans Peter Freythered07a3f2010-06-15 18:47:10 +08001256 bsc->write_queue.read_cb = ipaccess_bsc_read_cb;
Holger Hans Peter Freyther69cfa172010-10-13 20:37:13 +02001257 bsc->write_queue.write_cb = bsc_write_cb;
Holger Hans Peter Freythered07a3f2010-06-15 18:47:10 +08001258 bsc->write_queue.bfd.when = BSC_FD_READ;
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +02001259 if (osmo_fd_register(&bsc->write_queue.bfd) < 0) {
Holger Hans Peter Freyther418f3942010-01-29 05:58:43 +01001260 LOGP(DNAT, LOGL_ERROR, "Failed to register BSC fd.\n");
Holger Hans Peter Freyther872d7682010-05-05 20:33:34 +08001261 close(fd);
Holger Hans Peter Freyther24614ad2010-01-13 09:28:12 +01001262 talloc_free(bsc);
1263 return -2;
1264 }
1265
Holger Hans Peter Freyther74cfab72010-05-05 17:03:44 +08001266 LOGP(DNAT, LOGL_NOTICE, "BSC connection on %d with IP: %s\n",
Holger Hans Peter Freyther872d7682010-05-05 20:33:34 +08001267 fd, inet_ntoa(sa.sin_addr));
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +08001268 llist_add(&bsc->list_entry, &nat->bsc_connections);
Holger Hans Peter Freytherdb7ba7d2010-03-26 07:41:54 +01001269 send_id_ack(bsc);
1270 send_id_req(bsc);
Holger Hans Peter Freytherd131b792010-03-31 07:30:58 +02001271 send_mgcp_reset(bsc);
Holger Hans Peter Freytheraa698242010-06-15 18:46:19 +08001272
1273 /*
1274 * start the hangup timer
1275 */
1276 bsc->id_timeout.data = bsc;
1277 bsc->id_timeout.cb = ipaccess_close_bsc;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001278 osmo_timer_schedule(&bsc->id_timeout, nat->auth_timeout, 0);
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001279 return 0;
1280}
1281
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001282static void print_usage()
1283{
1284 printf("Usage: bsc_nat\n");
1285}
1286
1287static void print_help()
1288{
1289 printf(" Some useful help...\n");
1290 printf(" -h --help this text\n");
1291 printf(" -d option --debug=DRLL:DCC:DMM:DRR:DRSL:DNM enable debugging\n");
Harald Welte2c869ef2010-08-25 19:43:54 +02001292 printf(" -D --daemonize Fork the process into a background daemon\n");
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001293 printf(" -s --disable-color\n");
1294 printf(" -c --config-file filename The config file to use.\n");
1295 printf(" -m --msc=IP. The address of the MSC.\n");
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001296 printf(" -l --local=IP. The local address of this BSC.\n");
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001297}
1298
Holger Hans Peter Freytheradb6e1c2010-09-18 06:44:24 +08001299static void handle_options(int argc, char **argv)
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001300{
1301 while (1) {
1302 int option_index = 0, c;
1303 static struct option long_options[] = {
1304 {"help", 0, 0, 'h'},
1305 {"debug", 1, 0, 'd'},
1306 {"config-file", 1, 0, 'c'},
1307 {"disable-color", 0, 0, 's'},
1308 {"timestamp", 0, 0, 'T'},
1309 {"msc", 1, 0, 'm'},
1310 {"local", 1, 0, 'l'},
1311 {0, 0, 0, 0}
1312 };
1313
1314 c = getopt_long(argc, argv, "hd:sTPc:m:l:",
1315 long_options, &option_index);
1316 if (c == -1)
1317 break;
1318
1319 switch (c) {
1320 case 'h':
1321 print_usage();
1322 print_help();
1323 exit(0);
1324 case 's':
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +02001325 log_set_use_color(osmo_stderr_target, 0);
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001326 break;
1327 case 'd':
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +02001328 log_parse_category_mask(osmo_stderr_target, optarg);
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001329 break;
1330 case 'c':
1331 config_file = strdup(optarg);
1332 break;
1333 case 'T':
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +02001334 log_set_print_timestamp(osmo_stderr_target, 1);
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001335 break;
1336 case 'm':
Holger Hans Peter Freythera88742c2010-06-15 18:51:04 +08001337 msc_ip = optarg;
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001338 break;
1339 case 'l':
1340 inet_aton(optarg, &local_addr);
1341 break;
1342 default:
1343 /* ignore */
1344 break;
1345 }
1346 }
1347}
1348
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +01001349static void signal_handler(int signal)
1350{
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +01001351 switch (signal) {
1352 case SIGABRT:
1353 /* in case of abort, we want to obtain a talloc report
1354 * and then return to the caller, who will abort the process */
1355 case SIGUSR1:
1356 talloc_report_full(tall_bsc_ctx, stderr);
1357 break;
1358 default:
1359 break;
1360 }
1361}
1362
Holger Hans Peter Freyther6b6ecba2010-06-15 18:51:56 +08001363static void sccp_close_unconfirmed(void *_data)
1364{
Holger Hans Peter Freytherde2b8602011-04-23 23:55:14 +02001365 int destroyed = 0;
1366 struct bsc_connection *bsc, *bsc_tmp;
Holger Hans Peter Freyther6b6ecba2010-06-15 18:51:56 +08001367 struct sccp_connections *conn, *tmp1;
1368 struct timespec now;
1369 clock_gettime(CLOCK_MONOTONIC, &now);
1370
1371 llist_for_each_entry_safe(conn, tmp1, &nat->sccp_connections, list_entry) {
1372 if (conn->has_remote_ref)
1373 continue;
1374
1375 int diff = (now.tv_sec - conn->creation_time.tv_sec) / 60;
1376 if (diff < SCCP_CLOSE_TIME_TIMEOUT)
1377 continue;
1378
1379 LOGP(DNAT, LOGL_ERROR, "SCCP connection 0x%x/0x%x was never confirmed.\n",
1380 sccp_src_ref_to_int(&conn->real_ref),
1381 sccp_src_ref_to_int(&conn->patched_ref));
1382 sccp_connection_destroy(conn);
Holger Hans Peter Freytherde2b8602011-04-23 23:55:14 +02001383 destroyed = 1;
Holger Hans Peter Freyther6b6ecba2010-06-15 18:51:56 +08001384 }
1385
Holger Hans Peter Freytherde2b8602011-04-23 23:55:14 +02001386 if (!destroyed)
1387 goto out;
1388
1389 /* now close out any BSC */
1390 llist_for_each_entry_safe(bsc, bsc_tmp, &nat->bsc_connections, list_entry)
1391 bsc_maybe_close(bsc);
1392
1393out:
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001394 osmo_timer_schedule(&sccp_close, SCCP_CLOSE_TIME, 0);
Holger Hans Peter Freyther6b6ecba2010-06-15 18:51:56 +08001395}
1396
Holger Hans Peter Freyther0b0b31c2010-06-15 18:51:25 +08001397extern void *tall_msgb_ctx;
1398extern void *tall_ctr_ctx;
1399static void talloc_init_ctx()
1400{
1401 tall_bsc_ctx = talloc_named_const(NULL, 0, "nat");
1402 tall_msgb_ctx = talloc_named_const(tall_bsc_ctx, 0, "msgb");
1403 tall_ctr_ctx = talloc_named_const(tall_bsc_ctx, 0, "counter");
1404}
1405
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +08001406extern enum node_type bsc_vty_go_parent(struct vty *vty);
1407
1408static struct vty_app_info vty_info = {
Harald Welteec1921d2011-02-24 23:57:06 +01001409 .name = "OsmoBSCNAT",
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +08001410 .version = PACKAGE_VERSION,
1411 .go_parent_cb = bsc_vty_go_parent,
Holger Hans Peter Freyther81506b42010-09-04 11:00:01 +08001412 .is_config_node = bsc_vty_is_config_node,
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +08001413};
1414
Holger Hans Peter Freytheradb6e1c2010-09-18 06:44:24 +08001415int main(int argc, char **argv)
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001416{
Harald Welte2c869ef2010-08-25 19:43:54 +02001417 int rc;
Holger Hans Peter Freyther0b0b31c2010-06-15 18:51:25 +08001418
Harald Welte2c869ef2010-08-25 19:43:54 +02001419 talloc_init_ctx();
Holger Hans Peter Freythera1597f12010-06-15 18:51:18 +08001420
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +02001421 osmo_init_logging(&log_info);
Holger Hans Peter Freyther6c45f2e2010-06-15 19:06:18 +08001422
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +08001423 nat = bsc_nat_alloc();
1424 if (!nat) {
1425 fprintf(stderr, "Failed to allocate the BSC nat.\n");
1426 return -4;
1427 }
1428
Holger Hans Peter Freytherd5e6c232010-08-05 10:08:36 +00001429 nat->mgcp_cfg = mgcp_config_alloc();
Holger Hans Peter Freythera88742c2010-06-15 18:51:04 +08001430 if (!nat->mgcp_cfg) {
1431 fprintf(stderr, "Failed to allocate MGCP cfg.\n");
1432 return -5;
1433 }
1434
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +08001435 vty_info.copyright = openbsc_copyright;
1436 vty_init(&vty_info);
Pablo Neira Ayuso739a5662011-03-09 13:36:32 +01001437 logging_vty_add_cmds(&log_info);
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +08001438 bsc_nat_vty_init(nat);
1439
1440
Holger Hans Peter Freythera88742c2010-06-15 18:51:04 +08001441 /* parse options */
1442 local_addr.s_addr = INADDR_ANY;
1443 handle_options(argc, argv);
Holger Hans Peter Freytherf7d33352010-06-15 18:50:26 +08001444
Holger Hans Peter Freytherb2c38eb2010-06-17 18:16:00 +08001445 rate_ctr_init(tall_bsc_ctx);
1446
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +08001447 /* init vty and parse */
Holger Hans Peter Freyther1398f132010-06-15 20:14:08 +08001448 telnet_init(tall_bsc_ctx, NULL, 4244);
Holger Hans Peter Freytherf7d33352010-06-15 18:50:26 +08001449 if (mgcp_parse_config(config_file, nat->mgcp_cfg) < 0) {
Holger Hans Peter Freyther9a85ef32010-06-15 18:46:11 +08001450 fprintf(stderr, "Failed to parse the config file: '%s'\n", config_file);
1451 return -3;
1452 }
1453
Holger Hans Peter Freythera88742c2010-06-15 18:51:04 +08001454 /* over rule the VTY config */
1455 if (msc_ip)
1456 bsc_nat_set_msc_ip(nat, msc_ip);
1457
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001458 /* seed the PRNG */
1459 srand(time(NULL));
1460
Holger Hans Peter Freythera7f80182010-03-31 13:02:22 +02001461 /*
1462 * Setup the MGCP code..
1463 */
Holger Hans Peter Freyther7b7eef62010-04-22 12:08:17 +08001464 if (bsc_mgcp_nat_init(nat) != 0)
Holger Hans Peter Freythera7f80182010-03-31 13:02:22 +02001465 return -4;
1466
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001467 /* connect to the MSC */
Holger Hans Peter Freythere18801052011-04-23 23:31:31 +02001468 nat->msc_con = bsc_msc_create(nat, &nat->dests);
Holger Hans Peter Freytheraad82ce2010-05-11 19:07:39 +08001469 if (!nat->msc_con) {
Holger Hans Peter Freytherbaf2abe2010-06-15 18:47:29 +08001470 fprintf(stderr, "Creating a bsc_msc_connection failed.\n");
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +01001471 exit(1);
1472 }
1473
Holger Hans Peter Freytheraad82ce2010-05-11 19:07:39 +08001474 nat->msc_con->connection_loss = msc_connection_was_lost;
Holger Hans Peter Freythera99c5b92010-08-04 02:31:55 +08001475 nat->msc_con->connected = msc_connection_connected;
Holger Hans Peter Freytheraad82ce2010-05-11 19:07:39 +08001476 nat->msc_con->write_queue.read_cb = ipaccess_msc_read_cb;
1477 nat->msc_con->write_queue.write_cb = ipaccess_msc_write_cb;;
Holger Hans Peter Freytherbec411b2010-07-05 14:14:18 +08001478 nat->msc_con->write_queue.bfd.data = nat->msc_con;
Holger Hans Peter Freytheraad82ce2010-05-11 19:07:39 +08001479 bsc_msc_connect(nat->msc_con);
Holger Hans Peter Freytherbaf2abe2010-06-15 18:47:29 +08001480
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001481 /* wait for the BSC */
Holger Hans Peter Freythera25d5792010-10-19 17:48:13 +02001482 rc = make_sock(&bsc_listen, IPPROTO_TCP, ntohl(local_addr.s_addr),
Holger Hans Peter Freyther7d736422011-04-07 22:14:58 +02001483 5000, 0, ipaccess_listen_bsc_cb, nat);
Holger Hans Peter Freytherf961de12010-10-12 23:28:28 +02001484 if (rc != 0) {
Holger Hans Peter Freyther49d80682010-01-12 21:34:54 +01001485 fprintf(stderr, "Failed to listen for BSC.\n");
1486 exit(1);
1487 }
1488
Holger Hans Peter Freytherc16c2dc2010-10-13 20:22:36 +02001489 rc = bsc_ussd_init(nat);
1490 if (rc != 0) {
1491 LOGP(DNAT, LOGL_ERROR, "Failed to bind the USSD socket.\n");
1492 exit(1);
1493 }
1494
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +01001495 signal(SIGABRT, &signal_handler);
1496 signal(SIGUSR1, &signal_handler);
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +02001497 osmo_init_ignore_signals();
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +01001498
Harald Welte2c869ef2010-08-25 19:43:54 +02001499 if (daemonize) {
1500 rc = osmo_daemonize();
1501 if (rc < 0) {
1502 perror("Error during daemonize");
1503 exit(1);
1504 }
1505 }
1506
Holger Hans Peter Freyther6b6ecba2010-06-15 18:51:56 +08001507 /* recycle timer */
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +08001508 sccp_set_log_area(DSCCP);
Holger Hans Peter Freyther6b6ecba2010-06-15 18:51:56 +08001509 sccp_close.cb = sccp_close_unconfirmed;
1510 sccp_close.data = NULL;
Pablo Neira Ayusobf540cb2011-05-06 12:11:06 +02001511 osmo_timer_schedule(&sccp_close, SCCP_CLOSE_TIME, 0);
Holger Hans Peter Freyther6b6ecba2010-06-15 18:51:56 +08001512
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +01001513 while (1) {
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +02001514 osmo_select_main(0);
Holger Hans Peter Freyther6ace5222010-01-12 21:15:08 +01001515 }
1516
Holger Hans Peter Freyther9e2c5f52010-06-15 18:44:42 +08001517 return 0;
1518}
Holger Hans Peter Freyther54f53522010-10-27 11:01:55 +02001519
1520/* Close all connections handed out to the USSD module */
1521int bsc_close_ussd_connections(struct bsc_nat *nat)
1522{
1523 struct sccp_connections *con;
1524 llist_for_each_entry(con, &nat->sccp_connections, list_entry) {
Holger Hans Peter Freythere5d32492011-04-16 16:02:59 +02001525 if (con->con_local != NAT_CON_END_USSD)
Holger Hans Peter Freyther54f53522010-10-27 11:01:55 +02001526 continue;
1527 if (!con->bsc)
1528 continue;
1529
Holger Hans Peter Freythera8a50a82010-10-27 11:58:04 +02001530 nat_send_clrc_bsc(con);
Holger Hans Peter Freyther54f53522010-10-27 11:01:55 +02001531 nat_send_rlsd_bsc(con);
1532 }
1533
1534 return 0;
1535}