blob: 44751363c886f3525758eb53ee2ae46fc2285392 [file] [log] [blame]
Harald Welte288be162010-05-01 16:48:27 +02001/* GPRS SGSN Implementation */
2
3/* (C) 2010 by Harald Welte <laforge@gnumonks.org>
Holger Hans Peter Freyther85531cc2010-10-06 20:37:09 +08004 * (C) 2010 by On-Waves
Harald Welte288be162010-05-01 16:48:27 +02005 * All Rights Reserved
6 *
7 * This program is free software; you can redistribute it and/or modify
Harald Welte9af6ddf2011-01-01 15:25:50 +01008 * it under the terms of the GNU Affero General Public License as published by
9 * the Free Software Foundation; either version 3 of the License, or
Harald Welte288be162010-05-01 16:48:27 +020010 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Welte9af6ddf2011-01-01 15:25:50 +010015 * GNU Affero General Public License for more details.
Harald Welte288be162010-05-01 16:48:27 +020016 *
Harald Welte9af6ddf2011-01-01 15:25:50 +010017 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Harald Welte288be162010-05-01 16:48:27 +020019 *
20 */
21
22#include <unistd.h>
23#include <stdio.h>
Max4011e722016-07-05 15:19:12 +020024#include <time.h>
Harald Welte288be162010-05-01 16:48:27 +020025#include <stdlib.h>
26#include <string.h>
27#include <getopt.h>
28#include <errno.h>
Harald Welte66f793a2010-05-13 11:50:04 +020029#include <signal.h>
Harald Welte288be162010-05-01 16:48:27 +020030#include <sys/fcntl.h>
31#include <sys/stat.h>
Harald Welte288be162010-05-01 16:48:27 +020032#include <sys/socket.h>
33#include <netinet/in.h>
34#include <arpa/inet.h>
35
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +020036#include <osmocom/core/application.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010037#include <osmocom/core/talloc.h>
38#include <osmocom/core/select.h>
39#include <osmocom/core/rate_ctr.h>
40#include <osmocom/core/logging.h>
Jacob Erlbeck64630cc2015-10-26 16:25:37 +010041#include <osmocom/core/stats.h>
Harald Welte288be162010-05-01 16:48:27 +020042
Harald Welteea34a4e2012-06-16 14:59:56 +080043#include <osmocom/gprs/gprs_ns.h>
44#include <osmocom/gprs/gprs_bssgp.h>
45
Harald Welte4b037e42010-05-19 19:45:32 +020046#include <osmocom/vty/telnet_interface.h>
Pablo Neira Ayuso38487702011-03-23 08:49:00 +010047#include <osmocom/vty/logging.h>
Jacob Erlbeck64630cc2015-10-26 16:25:37 +010048#include <osmocom/vty/stats.h>
Harald Welte55dc31e2014-08-24 17:54:49 +020049#include <osmocom/vty/ports.h>
Harald Welte4b037e42010-05-19 19:45:32 +020050
Neels Hofmeyr73828152016-02-23 15:10:33 +010051#include <osmocom/ctrl/control_vty.h>
52
Harald Welte288be162010-05-01 16:48:27 +020053#include <openbsc/signal.h>
54#include <openbsc/debug.h>
Harald Welte288be162010-05-01 16:48:27 +020055#include <openbsc/vty.h>
56#include <openbsc/sgsn.h>
Harald Welte2e918a82010-05-18 12:20:12 +020057#include <openbsc/gprs_llc.h>
Harald Welteb1fd9022012-06-17 12:16:31 +080058#include <openbsc/gprs_gmm.h>
Harald Welteba874b82014-08-20 23:47:15 +020059#include <osmocom/ctrl/control_if.h>
Harald Welte55dc31e2014-08-24 17:54:49 +020060#include <osmocom/ctrl/ports.h>
Harald Welte288be162010-05-01 16:48:27 +020061
Harald Welte2720e732010-05-17 00:44:57 +020062#include <gtp.h>
63
Harald Weltee2365962010-05-04 07:41:59 +020064#include "../../bscconfig.h"
Harald Welte288be162010-05-01 16:48:27 +020065
Harald Welte288be162010-05-01 16:48:27 +020066#define _GNU_SOURCE
67#include <getopt.h>
68
69void *tall_bsc_ctx;
70
71struct gprs_ns_inst *sgsn_nsi;
Harald Welte9ae28a12010-08-27 09:26:44 +020072static int daemonize = 0;
Harald Welte288be162010-05-01 16:48:27 +020073const char *openbsc_copyright =
Holger Hans Peter Freyther5f540752010-09-11 13:32:30 +080074 "Copyright (C) 2010 Harald Welte and On-Waves\r\n"
Harald Welte69ca8f02015-10-29 10:35:24 +010075 "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 +080076 "This is free software: you are free to change and redistribute it.\r\n"
77 "There is NO WARRANTY, to the extent permitted by law.\r\n";
Harald Welte288be162010-05-01 16:48:27 +020078
Harald Welte8fc1a462010-05-17 00:53:10 +020079static struct sgsn_instance sgsn_inst = {
Harald Welte2720e732010-05-17 00:44:57 +020080 .config_file = "osmo_sgsn.cfg",
81 .cfg = {
82 .gtp_statedir = "./",
Jacob Erlbeck106f5472014-11-04 10:08:37 +010083 .auth_policy = SGSN_AUTH_POLICY_CLOSED,
Harald Welte2720e732010-05-17 00:44:57 +020084 },
85};
Harald Welte8fc1a462010-05-17 00:53:10 +020086struct sgsn_instance *sgsn = &sgsn_inst;
Harald Welte288be162010-05-01 16:48:27 +020087
88/* call-back function for the NS protocol */
89static int sgsn_ns_cb(enum gprs_ns_evt event, struct gprs_nsvc *nsvc,
Holger Hans Peter Freytherc42ad8b2011-04-18 17:04:00 +020090 struct msgb *msg, uint16_t bvci)
Harald Welte288be162010-05-01 16:48:27 +020091{
92 int rc = 0;
93
94 switch (event) {
95 case GPRS_NS_EVT_UNIT_DATA:
96 /* hand the message into the BSSGP implementation */
Harald Weltece95b272012-06-17 13:04:02 +080097 rc = bssgp_rcvmsg(msg);
Harald Welte288be162010-05-01 16:48:27 +020098 break;
99 default:
100 LOGP(DGPRS, LOGL_ERROR, "SGSN: Unknown event %u from NS\n", event);
101 if (msg)
Holger Hans Peter Freythera8ddb082012-03-01 20:30:32 +0100102 msgb_free(msg);
Harald Welte288be162010-05-01 16:48:27 +0200103 rc = -EIO;
104 break;
105 }
106 return rc;
107}
108
Harald Welteb1fd9022012-06-17 12:16:31 +0800109/* call-back function for the BSSGP protocol */
110int bssgp_prim_cb(struct osmo_prim_hdr *oph, void *ctx)
111{
112 struct osmo_bssgp_prim *bp;
113 bp = container_of(oph, struct osmo_bssgp_prim, oph);
114
115 switch (oph->sap) {
116 case SAP_BSSGP_LL:
117 switch (oph->primitive) {
118 case PRIM_BSSGP_UL_UD:
119 return gprs_llc_rcvmsg(oph->msg, bp->tp);
120 }
121 break;
122 case SAP_BSSGP_GMM:
123 switch (oph->primitive) {
124 case PRIM_BSSGP_GMM_SUSPEND:
125 return gprs_gmm_rx_suspend(bp->ra_id, bp->tlli);
126 case PRIM_BSSGP_GMM_RESUME:
127 return gprs_gmm_rx_resume(bp->ra_id, bp->tlli,
Holger Hans Peter Freyther9b5db282012-08-03 10:01:57 +0200128 bp->u.resume.suspend_ref);
Harald Welteb1fd9022012-06-17 12:16:31 +0800129 }
130 break;
131 case SAP_BSSGP_NM:
132 break;
133 }
134 return 0;
135}
136
Harald Welte66f793a2010-05-13 11:50:04 +0200137static void signal_handler(int signal)
138{
139 fprintf(stdout, "signal %u received\n", signal);
140
141 switch (signal) {
142 case SIGINT:
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +0200143 osmo_signal_dispatch(SS_L_GLOBAL, S_L_GLOBAL_SHUTDOWN, NULL);
Harald Welte66f793a2010-05-13 11:50:04 +0200144 sleep(1);
145 exit(0);
146 break;
147 case SIGABRT:
148 /* in case of abort, we want to obtain a talloc report
149 * and then return to the caller, who will abort the process */
150 case SIGUSR1:
151 talloc_report(tall_vty_ctx, stderr);
152 talloc_report_full(tall_bsc_ctx, stderr);
153 break;
154 case SIGUSR2:
155 talloc_report_full(tall_vty_ctx, stderr);
156 break;
157 default:
158 break;
159 }
160}
161
Harald Welted6c74162010-05-02 21:29:17 +0200162/* NSI that BSSGP uses when transmitting on NS */
163extern struct gprs_ns_inst *bssgp_nsi;
Harald Welte66f793a2010-05-13 11:50:04 +0200164extern void *tall_msgb_ctx;
Harald Welte288be162010-05-01 16:48:27 +0200165
Holger Hans Peter Freyther3e4e8cf2015-09-24 15:38:38 +0200166extern int bsc_vty_go_parent(struct vty *vty);
Harald Weltec31f4802010-05-25 23:31:39 +0200167
168static struct vty_app_info vty_info = {
Harald Welteec1921d2011-02-24 23:57:06 +0100169 .name = "OsmoSGSN",
Harald Weltec31f4802010-05-25 23:31:39 +0200170 .version = PACKAGE_VERSION,
171 .go_parent_cb = bsc_vty_go_parent,
Holger Hans Peter Freyther81506b42010-09-04 11:00:01 +0800172 .is_config_node = bsc_vty_is_config_node,
Harald Weltec31f4802010-05-25 23:31:39 +0200173};
174
Harald Welte9ae28a12010-08-27 09:26:44 +0200175static void print_help(void)
176{
177 printf("Some useful help...\n");
178 printf(" -h --help\tthis text\n");
179 printf(" -D --daemonize\tFork the process into a background daemon\n");
180 printf(" -d option --debug\tenable Debugging\n");
181 printf(" -s --disable-color\n");
Neels Hofmeyr130be402015-09-24 17:28:47 +0200182 printf(" -c --config-file\tThe config file to use [%s]\n", sgsn->config_file);
Harald Welte9ae28a12010-08-27 09:26:44 +0200183 printf(" -e --log-level number\tSet a global log level\n");
184}
185
186static void handle_options(int argc, char **argv)
187{
188 while (1) {
189 int option_index = 0, c;
190 static struct option long_options[] = {
191 {"help", 0, 0, 'h'},
192 {"debug", 1, 0, 'd'},
193 {"daemonize", 0, 0, 'D'},
194 {"config-file", 1, 0, 'c'},
195 {"disable-color", 0, 0, 's'},
196 {"timestamp", 0, 0, 'T'},
197 {"log-level", 1, 0, 'e'},
198 {NULL, 0, 0, 0}
199 };
200
201 c = getopt_long(argc, argv, "hd:Dc:sTe:",
202 long_options, &option_index);
203 if (c == -1)
204 break;
205
206 switch (c) {
207 case 'h':
208 //print_usage();
209 print_help();
210 exit(0);
211 case 's':
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +0200212 log_set_use_color(osmo_stderr_target, 0);
Harald Welte9ae28a12010-08-27 09:26:44 +0200213 break;
214 case 'd':
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +0200215 log_parse_category_mask(osmo_stderr_target, optarg);
Harald Welte9ae28a12010-08-27 09:26:44 +0200216 break;
217 case 'D':
218 daemonize = 1;
219 break;
220 case 'c':
221 sgsn_inst.config_file = strdup(optarg);
222 break;
223 case 'T':
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +0200224 log_set_print_timestamp(osmo_stderr_target, 1);
Harald Welte9ae28a12010-08-27 09:26:44 +0200225 break;
226 case 'e':
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +0200227 log_set_log_level(osmo_stderr_target, atoi(optarg));
Harald Welte9ae28a12010-08-27 09:26:44 +0200228 break;
229 default:
230 /* ignore */
231 break;
232 }
233 }
234}
235
Harald Welte11461a62012-06-17 12:58:46 +0800236/* default categories */
237static struct log_info_cat gprs_categories[] = {
238 [DMM] = {
239 .name = "DMM",
240 .description = "Layer3 Mobility Management (MM)",
241 .color = "\033[1;33m",
242 .enabled = 1, .loglevel = LOGL_NOTICE,
243 },
Harald Welte11461a62012-06-17 12:58:46 +0800244 [DPAG] = {
245 .name = "DPAG",
246 .description = "Paging Subsystem",
247 .color = "\033[1;38m",
248 .enabled = 1, .loglevel = LOGL_NOTICE,
249 },
250 [DMEAS] = {
251 .name = "DMEAS",
252 .description = "Radio Measurement Processing",
253 .enabled = 0, .loglevel = LOGL_NOTICE,
254 },
255 [DREF] = {
256 .name = "DREF",
257 .description = "Reference Counting",
258 .enabled = 0, .loglevel = LOGL_NOTICE,
259 },
260 [DGPRS] = {
261 .name = "DGPRS",
262 .description = "GPRS Packet Service",
263 .enabled = 1, .loglevel = LOGL_DEBUG,
264 },
265 [DNS] = {
266 .name = "DNS",
267 .description = "GPRS Network Service (NS)",
268 .enabled = 1, .loglevel = LOGL_INFO,
269 },
270 [DBSSGP] = {
271 .name = "DBSSGP",
272 .description = "GPRS BSS Gateway Protocol (BSSGP)",
273 .enabled = 1, .loglevel = LOGL_DEBUG,
274 },
275 [DLLC] = {
276 .name = "DLLC",
277 .description = "GPRS Logical Link Control Protocol (LLC)",
278 .enabled = 1, .loglevel = LOGL_DEBUG,
279 },
280 [DSNDCP] = {
281 .name = "DSNDCP",
282 .description = "GPRS Sub-Network Dependent Control Protocol (SNDCP)",
283 .enabled = 1, .loglevel = LOGL_DEBUG,
284 },
Daniel Willmann35a65ed2016-05-20 21:59:45 +0200285 [DRANAP] = {
286 .name = "DRANAP",
287 .description = "RAN Application Part (RANAP)",
288 .enabled = 1, .loglevel = LOGL_DEBUG,
289 },
Daniel Willmann3adb23c2016-05-20 21:59:35 +0200290 [DSUA] = {
291 .name = "DSUA",
292 .description = "SCCP User Adaptation (SUA)",
293 .enabled = 1, .loglevel = LOGL_DEBUG,
294 },
Harald Welte11461a62012-06-17 12:58:46 +0800295};
296
297static const struct log_info gprs_log_info = {
298 .filter_fn = gprs_log_filter_fn,
299 .cat = gprs_categories,
300 .num_cat = ARRAY_SIZE(gprs_categories),
301};
302
303
Harald Welte288be162010-05-01 16:48:27 +0200304int main(int argc, char **argv)
305{
Holger Hans Peter Freythera2730302014-03-23 18:08:26 +0100306 struct ctrl_handle *ctrl;
Harald Welte288be162010-05-01 16:48:27 +0200307 struct gsm_network dummy_network;
Harald Welte288be162010-05-01 16:48:27 +0200308 int rc;
309
Max4011e722016-07-05 15:19:12 +0200310 srand(time(NULL));
Harald Welte288be162010-05-01 16:48:27 +0200311 tall_bsc_ctx = talloc_named_const(NULL, 0, "osmo_sgsn");
Harald Welte66f793a2010-05-13 11:50:04 +0200312 tall_msgb_ctx = talloc_named_const(tall_bsc_ctx, 0, "msgb");
313
314 signal(SIGINT, &signal_handler);
315 signal(SIGABRT, &signal_handler);
316 signal(SIGUSR1, &signal_handler);
317 signal(SIGUSR2, &signal_handler);
Harald Welte288be162010-05-01 16:48:27 +0200318
Holger Hans Peter Freyther67cd75f2011-05-12 16:02:07 +0200319 osmo_init_ignore_signals();
Harald Welte11461a62012-06-17 12:58:46 +0800320 osmo_init_logging(&gprs_log_info);
Jacob Erlbeck64630cc2015-10-26 16:25:37 +0100321 osmo_stats_init(tall_bsc_ctx);
Harald Welte288be162010-05-01 16:48:27 +0200322
Harald Weltec31f4802010-05-25 23:31:39 +0200323 vty_info.copyright = openbsc_copyright;
324 vty_init(&vty_info);
Harald Welte11461a62012-06-17 12:58:46 +0800325 logging_vty_add_cmds(&gprs_log_info);
Jacob Erlbeck64630cc2015-10-26 16:25:37 +0100326 osmo_stats_vty_add_cmds(&gprs_log_info);
327 sgsn_vty_init();
Neels Hofmeyr73828152016-02-23 15:10:33 +0100328 ctrl_vty_init(tall_bsc_ctx);
Harald Weltedcccb182010-05-16 20:52:23 +0200329
Harald Welte9ae28a12010-08-27 09:26:44 +0200330 handle_options(argc, argv);
331
Harald Welte66f793a2010-05-13 11:50:04 +0200332 rate_ctr_init(tall_bsc_ctx);
Harald Welte288be162010-05-01 16:48:27 +0200333
Harald Welte68d85d52012-06-16 17:45:59 +0800334 gprs_ns_set_log_ss(DNS);
Harald Weltece95b272012-06-17 13:04:02 +0800335 bssgp_set_log_ss(DBSSGP);
Harald Welte68d85d52012-06-16 17:45:59 +0800336
Harald Weltefdd8b3b2012-06-16 16:54:06 +0800337 sgsn_nsi = gprs_ns_instantiate(&sgsn_ns_cb, tall_bsc_ctx);
Harald Welte288be162010-05-01 16:48:27 +0200338 if (!sgsn_nsi) {
339 LOGP(DGPRS, LOGL_ERROR, "Unable to instantiate NS\n");
340 exit(1);
341 }
Harald Welte2720e732010-05-17 00:44:57 +0200342 bssgp_nsi = sgsn_inst.cfg.nsi = sgsn_nsi;
Harald Welte496aee42010-06-30 19:59:55 +0200343
344 gprs_llc_init("/usr/local/lib/osmocom/crypt/");
Jacob Erlbeck81ffb742015-01-23 11:33:51 +0100345 sgsn_inst_init();
Harald Welte496aee42010-06-30 19:59:55 +0200346
Harald Welte66f793a2010-05-13 11:50:04 +0200347 gprs_ns_vty_init(bssgp_nsi);
Harald Weltece95b272012-06-17 13:04:02 +0800348 bssgp_vty_init();
Harald Welte2e918a82010-05-18 12:20:12 +0200349 gprs_llc_vty_init();
Harald Weltef78a3b22010-06-30 17:21:19 +0200350 gprs_sndcp_vty_init();
Jacob Erlbecka0b6efb2014-11-13 10:48:39 +0100351 sgsn_auth_init();
Holger Hans Peter Freyther4f5b8232015-05-05 22:25:48 +0200352 sgsn_cdr_init(&sgsn_inst);
Harald Weltea6a20b42012-06-16 16:40:42 +0800353 /* FIXME: register signal handler for SS_L_NS */
Harald Welte66f793a2010-05-13 11:50:04 +0200354
Harald Welte2720e732010-05-17 00:44:57 +0200355 rc = sgsn_parse_config(sgsn_inst.config_file, &sgsn_inst.cfg);
Harald Welte66f793a2010-05-13 11:50:04 +0200356 if (rc < 0) {
357 LOGP(DGPRS, LOGL_FATAL, "Cannot parse config file\n");
358 exit(2);
359 }
360
Neels Hofmeyrfa0f7152016-02-23 14:09:38 +0100361 /* start telnet after reading config for vty_get_bind_addr() */
362 LOGP(DGPRS, LOGL_NOTICE, "VTY at %s %d\n",
363 vty_get_bind_addr(), OSMO_VTY_PORT_SGSN);
364 rc = telnet_init_dynif(tall_bsc_ctx, &dummy_network,
365 vty_get_bind_addr(), OSMO_VTY_PORT_SGSN);
366 if (rc < 0)
367 exit(1);
368
Neels Hofmeyr73828152016-02-23 15:10:33 +0100369 /* start control interface after reading config for
370 * ctrl_vty_get_bind_addr() */
371 LOGP(DGPRS, LOGL_NOTICE, "CTRL at %s %d\n",
372 ctrl_vty_get_bind_addr(), OSMO_CTRL_PORT_SGSN);
373 ctrl = sgsn_controlif_setup(NULL, ctrl_vty_get_bind_addr(),
374 OSMO_CTRL_PORT_SGSN);
375 if (!ctrl) {
376 LOGP(DGPRS, LOGL_ERROR, "Failed to create CTRL interface.\n");
377 exit(1);
378 }
379
380 if (sgsn_ctrl_cmds_install() != 0) {
381 LOGP(DGPRS, LOGL_ERROR, "Failed to install CTRL commands.\n");
382 exit(1);
383 }
384
385
Harald Welte2720e732010-05-17 00:44:57 +0200386 rc = sgsn_gtp_init(&sgsn_inst);
Harald Welte6efc1762010-05-19 15:46:31 +0200387 if (rc) {
388 LOGP(DGPRS, LOGL_FATAL, "Cannot bind/listen on GTP socket\n");
Harald Welte269ae752010-05-18 14:44:31 +0200389 exit(2);
Harald Welte6efc1762010-05-19 15:46:31 +0200390 }
Harald Welte269ae752010-05-18 14:44:31 +0200391
Jacob Erlbeck39f040d2014-12-18 12:46:47 +0100392 rc = gprs_subscr_init(&sgsn_inst);
393 if (rc < 0) {
394 LOGP(DGPRS, LOGL_FATAL, "Cannot set up subscriber management\n");
395 exit(2);
396 }
397
Harald Welteff3bde82010-05-19 15:09:09 +0200398 rc = gprs_ns_nsip_listen(sgsn_nsi);
Harald Welte6efc1762010-05-19 15:46:31 +0200399 if (rc < 0) {
400 LOGP(DGPRS, LOGL_FATAL, "Cannot bind/listen on NSIP socket\n");
Harald Welteff3bde82010-05-19 15:09:09 +0200401 exit(2);
Harald Welte6efc1762010-05-19 15:46:31 +0200402 }
403
404 rc = gprs_ns_frgre_listen(sgsn_nsi);
405 if (rc < 0) {
406 LOGP(DGPRS, LOGL_FATAL, "Cannot bind/listen GRE "
407 "socket. Do you have CAP_NET_RAW?\n");
408 exit(2);
409 }
Harald Welte288be162010-05-01 16:48:27 +0200410
Holger Hans Peter Freyther39c430e2015-05-25 12:26:49 +0800411 if (sgsn->cfg.dynamic_lookup) {
412 if (sgsn_ares_init(sgsn) != 0) {
413 LOGP(DGPRS, LOGL_FATAL,
414 "Failed to initialize c-ares(%d)\n", rc);
415 exit(4);
416 }
417 }
418
Harald Welte9ae28a12010-08-27 09:26:44 +0200419 if (daemonize) {
420 rc = osmo_daemonize();
421 if (rc < 0) {
422 perror("Error during daemonize");
423 exit(1);
424 }
425 }
426
Harald Welte288be162010-05-01 16:48:27 +0200427 while (1) {
Pablo Neira Ayuso4db92992011-05-06 12:11:23 +0200428 rc = osmo_select_main(0);
Harald Welte288be162010-05-01 16:48:27 +0200429 if (rc < 0)
430 exit(3);
431 }
432
Harald Weltebaf77002011-07-16 13:47:01 +0200433 /* not reached */
Harald Welte288be162010-05-01 16:48:27 +0200434 exit(0);
435}