blob: 54d7c6e3509d4de49464dbdcb23ed0f7bddd321e [file] [log] [blame]
Harald Welte68628e82009-03-10 12:17:57 +00001/* OpenBSC interface to quagga VTY */
Harald Welteaf387632010-03-14 23:30:30 +08002/* (C) 2009-2010 by Harald Welte <laforge@gnumonks.org>
Harald Welte68628e82009-03-10 12:17:57 +00003 * All Rights Reserved
4 *
5 * This program is free software; you can redistribute it and/or modify
Harald Welte9af6ddf2011-01-01 15:25:50 +01006 * it under the terms of the GNU Affero General Public License as published by
7 * the Free Software Foundation; either version 3 of the License, or
Harald Welte68628e82009-03-10 12:17:57 +00008 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Welte9af6ddf2011-01-01 15:25:50 +010013 * GNU Affero General Public License for more details.
Harald Welte68628e82009-03-10 12:17:57 +000014 *
Harald Welte9af6ddf2011-01-01 15:25:50 +010015 * You should have received a copy of the GNU Affero General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Harald Welte68628e82009-03-10 12:17:57 +000017 *
18 */
19
20#include <stdlib.h>
21#include <unistd.h>
Harald Welte68628e82009-03-10 12:17:57 +000022
Harald Welte4b037e42010-05-19 19:45:32 +020023#include <osmocom/vty/command.h>
24#include <osmocom/vty/buffer.h>
25#include <osmocom/vty/vty.h>
26#include <osmocom/vty/logging.h>
27#include <osmocom/vty/telnet_interface.h>
Harald Welte68628e82009-03-10 12:17:57 +000028
29#include <arpa/inet.h>
30
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010031#include <osmocom/core/linuxlist.h>
Harald Welte68628e82009-03-10 12:17:57 +000032#include <openbsc/gsm_data.h>
Harald Welte68628e82009-03-10 12:17:57 +000033#include <openbsc/e1_input.h>
Harald Welte1bc77352009-03-10 19:47:51 +000034#include <openbsc/abis_nm.h>
Harald Welte4d54d0b2011-02-19 16:48:17 +010035#include <openbsc/abis_om2000.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010036#include <osmocom/core/utils.h>
37#include <osmocom/gsm/gsm_utils.h>
Harald Weltecdc59ff2011-05-23 20:42:26 +020038#include <osmocom/gsm/abis_nm.h>
Harald Welteb908cb72009-12-22 13:09:29 +010039#include <openbsc/chan_alloc.h>
Harald Welte8387a492009-12-22 21:43:14 +010040#include <openbsc/meas_rep.h>
Harald Welte40f82892009-05-23 17:31:39 +000041#include <openbsc/db.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010042#include <osmocom/core/talloc.h>
Holger Hans Peter Freyther3c712322010-04-06 11:55:37 +020043#include <openbsc/vty.h>
Harald Welte22229d62010-05-12 20:28:04 +020044#include <openbsc/gprs_ns.h>
Harald Welte9fbff4a2010-07-30 11:50:09 +020045#include <openbsc/system_information.h>
Harald Welte5bc61dc2010-05-16 22:02:16 +020046#include <openbsc/debug.h>
Holger Hans Peter Freyther85334f12010-11-09 17:00:42 +010047#include <openbsc/paging.h>
Holger Hans Peter Freytherdab8e272010-11-15 20:29:46 +010048#include <openbsc/ipaccess.h>
Harald Welted0d2b0b2010-12-23 13:18:07 +010049#include <openbsc/abis_rsl.h>
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +010050#include <openbsc/osmo_msc_data.h>
51#include <openbsc/osmo_bsc_rf.h>
Harald Welte68628e82009-03-10 12:17:57 +000052
Harald Weltec08e8be2011-03-04 13:53:51 +010053#include "../../bscconfig.h"
Harald Welte1353f962010-05-16 19:20:24 +020054
Harald Welteea4647d2010-05-12 17:19:53 +000055/* FIXME: this should go to some common file */
56static const struct value_string gprs_ns_timer_strs[] = {
Harald Welte615e9562010-05-11 23:50:21 +020057 { 0, "tns-block" },
58 { 1, "tns-block-retries" },
59 { 2, "tns-reset" },
60 { 3, "tns-reset-retries" },
61 { 4, "tns-test" },
62 { 5, "tns-alive" },
63 { 6, "tns-alive-retries" },
64 { 0, NULL }
65};
66
Harald Welteea4647d2010-05-12 17:19:53 +000067static const struct value_string gprs_bssgp_cfg_strs[] = {
Harald Welte615e9562010-05-11 23:50:21 +020068 { 0, "blocking-timer" },
69 { 1, "blocking-retries" },
70 { 2, "unblocking-retries" },
71 { 3, "reset-timer" },
72 { 4, "reset-retries" },
73 { 5, "suspend-timer" },
74 { 6, "suspend-retries" },
75 { 7, "resume-timer" },
76 { 8, "resume-retries" },
77 { 9, "capability-update-timer" },
78 { 10, "capability-update-retries" },
79 { 0, NULL }
80};
81
Harald Welte64c07d22011-02-15 11:43:27 +010082static const struct value_string bts_neigh_mode_strs[] = {
83 { NL_MODE_AUTOMATIC, "automatic" },
84 { NL_MODE_MANUAL, "manual" },
85 { NL_MODE_MANUAL_SI5SEP, "manual-si5" },
86 { 0, NULL }
87};
88
Harald Welte5013b2a2009-08-07 13:29:14 +020089struct cmd_node net_node = {
90 GSMNET_NODE,
91 "%s(network)#",
92 1,
93};
94
Harald Welte68628e82009-03-10 12:17:57 +000095struct cmd_node bts_node = {
96 BTS_NODE,
97 "%s(bts)#",
98 1,
99};
100
101struct cmd_node trx_node = {
102 TRX_NODE,
103 "%s(trx)#",
104 1,
105};
106
107struct cmd_node ts_node = {
108 TS_NODE,
109 "%s(ts)#",
110 1,
111};
112
Harald Welte39231152010-05-27 13:39:40 +0200113extern struct gsm_network *bsc_gsmnet;
114
Harald Weltedcccb182010-05-16 20:52:23 +0200115struct gsm_network *gsmnet_from_vty(struct vty *v)
116{
Harald Welte39231152010-05-27 13:39:40 +0200117 /* In case we read from the config file, the vty->priv cannot
118 * point to a struct telnet_connection, and thus conn->priv
119 * will not point to the gsm_network structure */
120#if 0
Harald Weltedcccb182010-05-16 20:52:23 +0200121 struct telnet_connection *conn = v->priv;
122 return (struct gsm_network *) conn->priv;
Harald Welte39231152010-05-27 13:39:40 +0200123#else
124 return bsc_gsmnet;
125#endif
Harald Weltedcccb182010-05-16 20:52:23 +0200126}
127
Harald Welte68628e82009-03-10 12:17:57 +0000128static int dummy_config_write(struct vty *v)
129{
130 return CMD_SUCCESS;
131}
132
133static void net_dump_nmstate(struct vty *vty, struct gsm_nm_state *nms)
134{
Harald Welte1bc77352009-03-10 19:47:51 +0000135 vty_out(vty,"Oper '%s', Admin %u, Avail '%s'%s",
Harald Welte867d9f32011-05-23 20:30:39 +0200136 abis_nm_opstate_name(nms->operational), nms->administrative,
137 abis_nm_avail_name(nms->availability), VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000138}
139
Harald Welteb908cb72009-12-22 13:09:29 +0100140static void dump_pchan_load_vty(struct vty *vty, char *prefix,
141 const struct pchan_load *pl)
142{
143 int i;
144
145 for (i = 0; i < ARRAY_SIZE(pl->pchan); i++) {
146 const struct load_counter *lc = &pl->pchan[i];
147 unsigned int percent;
148
149 if (lc->total == 0)
150 continue;
151
152 percent = (lc->used * 100) / lc->total;
153
154 vty_out(vty, "%s%20s: %3u%% (%u/%u)%s", prefix,
155 gsm_pchan_name(i), percent, lc->used, lc->total,
156 VTY_NEWLINE);
157 }
158}
159
Harald Welte68628e82009-03-10 12:17:57 +0000160static void net_dump_vty(struct vty *vty, struct gsm_network *net)
161{
Harald Welteb908cb72009-12-22 13:09:29 +0100162 struct pchan_load pl;
163
Harald Welteef235b52009-03-10 12:34:02 +0000164 vty_out(vty, "BSC is on Country Code %u, Network Code %u "
165 "and has %u BTS%s", net->country_code, net->network_code,
166 net->num_bts, VTY_NEWLINE);
Harald Welte1bc77352009-03-10 19:47:51 +0000167 vty_out(vty, " Long network name: '%s'%s",
Harald Welte68628e82009-03-10 12:17:57 +0000168 net->name_long, VTY_NEWLINE);
Harald Welte1bc77352009-03-10 19:47:51 +0000169 vty_out(vty, " Short network name: '%s'%s",
Harald Welte68628e82009-03-10 12:17:57 +0000170 net->name_short, VTY_NEWLINE);
Harald Welte (local)69de3972009-08-12 14:42:23 +0200171 vty_out(vty, " Authentication policy: %s%s",
172 gsm_auth_policy_name(net->auth_policy), VTY_NEWLINE);
Harald Welte1085c092009-11-18 20:33:19 +0100173 vty_out(vty, " Location updating reject cause: %u%s",
174 net->reject_cause, VTY_NEWLINE);
Harald Welte4381cfe2009-08-30 15:47:06 +0900175 vty_out(vty, " Encryption: A5/%u%s", net->a5_encryption,
176 VTY_NEWLINE);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +0100177 vty_out(vty, " NECI (TCH/H): %u%s", net->neci,
178 VTY_NEWLINE);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +0800179 vty_out(vty, " Use TCH for Paging any: %d%s", net->pag_any_tch,
180 VTY_NEWLINE);
Harald Welteeab84a12009-12-13 10:53:12 +0100181 vty_out(vty, " RRLP Mode: %s%s", rrlp_mode_name(net->rrlp.mode),
182 VTY_NEWLINE);
Harald Welte648b6ce2009-12-14 09:00:24 +0100183 vty_out(vty, " MM Info: %s%s", net->send_mm_info ? "On" : "Off",
184 VTY_NEWLINE);
Harald Weltebc814502009-12-19 21:41:52 +0100185 vty_out(vty, " Handover: %s%s", net->handover.active ? "On" : "Off",
186 VTY_NEWLINE);
Harald Welteb908cb72009-12-22 13:09:29 +0100187 network_chan_load(&pl, net);
188 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
189 dump_pchan_load_vty(vty, " ", &pl);
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100190
191 /* show rf */
Holger Hans Peter Freyther5e3bbba2011-06-04 09:32:35 +0200192 if (net->msc_data && net->msc_data->rf_ctrl)
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100193 vty_out(vty, " Last RF Command: %s%s",
Holger Hans Peter Freyther5e3bbba2011-06-04 09:32:35 +0200194 net->msc_data->rf_ctrl->last_state_command,
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100195 VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000196}
197
198DEFUN(show_net, show_net_cmd, "show network",
199 SHOW_STR "Display information about a GSM NETWORK\n")
200{
Harald Weltedcccb182010-05-16 20:52:23 +0200201 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000202 net_dump_vty(vty, net);
203
204 return CMD_SUCCESS;
205}
206
207static void e1isl_dump_vty(struct vty *vty, struct e1inp_sign_link *e1l)
208{
Harald Welteedb37782009-05-01 14:59:07 +0000209 struct e1inp_line *line;
210
211 if (!e1l) {
212 vty_out(vty, " None%s", VTY_NEWLINE);
213 return;
214 }
215
216 line = e1l->ts->line;
217
218 vty_out(vty, " E1 Line %u, Type %s: Timeslot %u, Mode %s%s",
219 line->num, line->driver->name, e1l->ts->num,
Harald Welte1bc77352009-03-10 19:47:51 +0000220 e1inp_signtype_name(e1l->type), VTY_NEWLINE);
Harald Welteedb37782009-05-01 14:59:07 +0000221 vty_out(vty, " E1 TEI %u, SAPI %u%s",
Harald Welte68628e82009-03-10 12:17:57 +0000222 e1l->tei, e1l->sapi, VTY_NEWLINE);
223}
224
225static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts)
226{
Harald Welteb908cb72009-12-22 13:09:29 +0100227 struct pchan_load pl;
228
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +0200229 vty_out(vty, "BTS %u is of %s type in band %s, has CI %u LAC %u, "
Harald Weltefcd24452009-06-20 18:15:19 +0200230 "BSIC %u, TSC %u and %u TRX%s",
231 bts->nr, btstype2str(bts->type), gsm_band_name(bts->band),
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +0200232 bts->cell_identity,
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +0200233 bts->location_area_code, bts->bsic, bts->tsc,
Harald Weltefcd24452009-06-20 18:15:19 +0200234 bts->num_trx, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200235 vty_out(vty, "Description: %s%s",
236 bts->description ? bts->description : "(null)", VTY_NEWLINE);
Harald Welte1d8dbc42009-12-12 15:38:16 +0100237 vty_out(vty, "MS Max power: %u dBm%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100238 vty_out(vty, "Minimum Rx Level for Access: %i dBm%s",
Harald Welte1d8dbc42009-12-12 15:38:16 +0100239 rxlev2dbm(bts->si_common.cell_sel_par.rxlev_acc_min),
240 VTY_NEWLINE);
241 vty_out(vty, "Cell Reselection Hysteresis: %u dBm%s",
Harald Welte73225282009-12-12 18:17:25 +0100242 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +0100243 vty_out(vty, "RACH TX-Integer: %u%s", bts->si_common.rach_control.tx_integer,
244 VTY_NEWLINE);
245 vty_out(vty, "RACH Max transmissions: %u%s",
246 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
247 VTY_NEWLINE);
Harald Welte71355012009-12-21 23:08:18 +0100248 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)5dececf2009-08-12 13:28:23 +0200249 vty_out(vty, " CELL IS BARRED%s", VTY_NEWLINE);
Harald Welte9fbff4a2010-07-30 11:50:09 +0200250 vty_out(vty, "System Information present: 0x%08x, static: 0x%08x%s",
251 bts->si_valid, bts->si_mode_static, VTY_NEWLINE);
Harald Welte4cc34222009-05-01 15:12:31 +0000252 if (is_ipaccess_bts(bts))
Harald Welte8175e952009-10-20 00:22:00 +0200253 vty_out(vty, " Unit ID: %u/%u/0, OML Stream ID 0x%02x%s",
Harald Welte4cc34222009-05-01 15:12:31 +0000254 bts->ip_access.site_id, bts->ip_access.bts_id,
Harald Welte8175e952009-10-20 00:22:00 +0200255 bts->oml_tei, VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100256 else if (bts->type == GSM_BTS_TYPE_HSL_FEMTO)
257 vty_out(vty, " Serial Number: %lu%s", bts->hsl.serno, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000258 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200259 net_dump_nmstate(vty, &bts->mo.nm_state);
Harald Welte68628e82009-03-10 12:17:57 +0000260 vty_out(vty, " Site Mgr NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200261 net_dump_nmstate(vty, &bts->site_mgr.mo.nm_state);
Holger Hans Peter Freyther66e14cd2011-04-26 15:52:34 +0200262 vty_out(vty, " Paging: %u pending requests, %u free slots%s",
263 paging_pending_requests_nr(bts),
Harald Welte68628e82009-03-10 12:17:57 +0000264 bts->paging.available_slots, VTY_NEWLINE);
Holger Hans Peter Freytherd283db42010-11-25 16:28:45 +0100265 if (is_ipaccess_bts(bts)) {
266 vty_out(vty, " OML Link state: %s.%s",
267 bts->oml_link ? "connected" : "disconnected", VTY_NEWLINE);
268 } else {
Harald Welte8175e952009-10-20 00:22:00 +0200269 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
270 e1isl_dump_vty(vty, bts->oml_link);
271 }
Holger Hans Peter Freytherd283db42010-11-25 16:28:45 +0100272
273 /* FIXME: chan_desc */
Harald Welteb908cb72009-12-22 13:09:29 +0100274 memset(&pl, 0, sizeof(pl));
275 bts_chan_load(&pl, bts);
276 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
277 dump_pchan_load_vty(vty, " ", &pl);
Harald Welte68628e82009-03-10 12:17:57 +0000278}
279
280DEFUN(show_bts, show_bts_cmd, "show bts [number]",
281 SHOW_STR "Display information about a BTS\n"
282 "BTS number")
283{
Harald Weltedcccb182010-05-16 20:52:23 +0200284 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000285 int bts_nr;
286
287 if (argc != 0) {
288 /* use the BTS number that the user has specified */
289 bts_nr = atoi(argv[0]);
Harald Welte712ddbc2010-12-24 12:24:03 +0100290 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000291 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000292 VTY_NEWLINE);
293 return CMD_WARNING;
294 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200295 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte68628e82009-03-10 12:17:57 +0000296 return CMD_SUCCESS;
297 }
298 /* print all BTS's */
299 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++)
Harald Weltee441d9c2009-06-21 16:17:15 +0200300 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte68628e82009-03-10 12:17:57 +0000301
302 return CMD_SUCCESS;
303}
304
Harald Welte42581822009-08-08 16:12:58 +0200305/* utility functions */
306static void parse_e1_link(struct gsm_e1_subslot *e1_link, const char *line,
307 const char *ts, const char *ss)
308{
309 e1_link->e1_nr = atoi(line);
310 e1_link->e1_ts = atoi(ts);
311 if (!strcmp(ss, "full"))
312 e1_link->e1_ts_ss = 255;
313 else
314 e1_link->e1_ts_ss = atoi(ss);
315}
316
317static void config_write_e1_link(struct vty *vty, struct gsm_e1_subslot *e1_link,
318 const char *prefix)
319{
320 if (!e1_link->e1_ts)
321 return;
322
323 if (e1_link->e1_ts_ss == 255)
324 vty_out(vty, "%se1 line %u timeslot %u sub-slot full%s",
325 prefix, e1_link->e1_nr, e1_link->e1_ts, VTY_NEWLINE);
326 else
327 vty_out(vty, "%se1 line %u timeslot %u sub-slot %u%s",
328 prefix, e1_link->e1_nr, e1_link->e1_ts,
329 e1_link->e1_ts_ss, VTY_NEWLINE);
330}
331
332
Harald Welte67ce0732009-08-06 19:06:46 +0200333static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
334{
Harald Welte42581822009-08-08 16:12:58 +0200335 vty_out(vty, " timeslot %u%s", ts->nr, VTY_NEWLINE);
Harald Welte135a6482011-05-30 12:09:13 +0200336 if (ts->tsc != -1 && ts->tsc != ts->trx->bts->tsc)
337 vty_out(vty, " training_sequence_code %u%s", ts->tsc, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200338 if (ts->pchan != GSM_PCHAN_NONE)
339 vty_out(vty, " phys_chan_config %s%s",
340 gsm_pchan_name(ts->pchan), VTY_NEWLINE);
Harald Weltea39b0f22010-06-14 22:26:10 +0200341 vty_out(vty, " hopping enabled %u%s",
342 ts->hopping.enabled, VTY_NEWLINE);
343 if (ts->hopping.enabled) {
344 unsigned int i;
345 vty_out(vty, " hopping sequence-number %u%s",
Harald Welte6e0cd042009-09-12 13:05:33 +0200346 ts->hopping.hsn, VTY_NEWLINE);
Harald Weltea39b0f22010-06-14 22:26:10 +0200347 vty_out(vty, " hopping maio %u%s",
Harald Welte6e0cd042009-09-12 13:05:33 +0200348 ts->hopping.maio, VTY_NEWLINE);
Harald Weltea39b0f22010-06-14 22:26:10 +0200349 for (i = 0; i < ts->hopping.arfcns.data_len*8; i++) {
350 if (!bitvec_get_bit_pos(&ts->hopping.arfcns, i))
351 continue;
352 vty_out(vty, " hopping arfcn add %u%s",
353 i, VTY_NEWLINE);
354 }
Harald Welte127af342010-12-24 12:07:07 +0100355 }
Harald Welte42581822009-08-08 16:12:58 +0200356 config_write_e1_link(vty, &ts->e1_link, " ");
Harald Welteface7ed2011-02-14 16:15:21 +0100357
358 if (ts->trx->bts->model->config_write_ts)
359 ts->trx->bts->model->config_write_ts(vty, ts);
Harald Welte67ce0732009-08-06 19:06:46 +0200360}
361
362static void config_write_trx_single(struct vty *vty, struct gsm_bts_trx *trx)
363{
364 int i;
365
Harald Welte5013b2a2009-08-07 13:29:14 +0200366 vty_out(vty, " trx %u%s", trx->nr, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200367 if (trx->description)
368 vty_out(vty, " description %s%s", trx->description,
369 VTY_NEWLINE);
Holger Hans Peter Freyther2ba40af2010-04-17 06:42:07 +0200370 vty_out(vty, " rf_locked %u%s",
Harald Welted64c0bc2011-05-30 12:07:53 +0200371 trx->mo.nm_state.administrative == NM_STATE_LOCKED ? 1 : 0,
Holger Hans Peter Freyther2ba40af2010-04-17 06:42:07 +0200372 VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200373 vty_out(vty, " arfcn %u%s", trx->arfcn, VTY_NEWLINE);
Harald Welte (local)7b37d972009-12-27 20:56:38 +0100374 vty_out(vty, " nominal power %u%s", trx->nominal_power, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200375 vty_out(vty, " max_power_red %u%s", trx->max_power_red, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200376 config_write_e1_link(vty, &trx->rsl_e1_link, " rsl ");
377 vty_out(vty, " rsl e1 tei %u%s", trx->rsl_tei, VTY_NEWLINE);
Harald Welte67ce0732009-08-06 19:06:46 +0200378
Harald Welteface7ed2011-02-14 16:15:21 +0100379 if (trx->bts->model->config_write_trx)
380 trx->bts->model->config_write_trx(vty, trx);
381
Harald Welte67ce0732009-08-06 19:06:46 +0200382 for (i = 0; i < TRX_NR_TS; i++)
383 config_write_ts_single(vty, &trx->ts[i]);
384}
385
Harald Welte615e9562010-05-11 23:50:21 +0200386static void config_write_bts_gprs(struct vty *vty, struct gsm_bts *bts)
387{
388 unsigned int i;
389 vty_out(vty, " gprs mode %s%s", bts_gprs_mode_name(bts->gprs.mode),
390 VTY_NEWLINE);
391 if (bts->gprs.mode == BTS_GPRS_NONE)
392 return;
393
394 vty_out(vty, " gprs routing area %u%s", bts->gprs.rac,
395 VTY_NEWLINE);
396 vty_out(vty, " gprs cell bvci %u%s", bts->gprs.cell.bvci,
397 VTY_NEWLINE);
398 for (i = 0; i < ARRAY_SIZE(bts->gprs.cell.timer); i++)
399 vty_out(vty, " gprs cell timer %s %u%s",
400 get_value_string(gprs_bssgp_cfg_strs, i),
401 bts->gprs.cell.timer[i], VTY_NEWLINE);
402 vty_out(vty, " gprs nsei %u%s", bts->gprs.nse.nsei,
403 VTY_NEWLINE);
404 for (i = 0; i < ARRAY_SIZE(bts->gprs.nse.timer); i++)
405 vty_out(vty, " gprs ns timer %s %u%s",
406 get_value_string(gprs_ns_timer_strs, i),
407 bts->gprs.nse.timer[i], VTY_NEWLINE);
408 for (i = 0; i < ARRAY_SIZE(bts->gprs.nsvc); i++) {
409 struct gsm_bts_gprs_nsvc *nsvc =
410 &bts->gprs.nsvc[i];
411 struct in_addr ia;
412
413 ia.s_addr = htonl(nsvc->remote_ip);
414 vty_out(vty, " gprs nsvc %u nsvci %u%s", i,
415 nsvc->nsvci, VTY_NEWLINE);
416 vty_out(vty, " gprs nsvc %u local udp port %u%s", i,
417 nsvc->local_port, VTY_NEWLINE);
418 vty_out(vty, " gprs nsvc %u remote udp port %u%s", i,
419 nsvc->remote_port, VTY_NEWLINE);
420 vty_out(vty, " gprs nsvc %u remote ip %s%s", i,
421 inet_ntoa(ia), VTY_NEWLINE);
422 }
423}
424
Harald Welte67ce0732009-08-06 19:06:46 +0200425static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
426{
427 struct gsm_bts_trx *trx;
Harald Welte9fbff4a2010-07-30 11:50:09 +0200428 int i;
Harald Welte67ce0732009-08-06 19:06:46 +0200429
Harald Welte5013b2a2009-08-07 13:29:14 +0200430 vty_out(vty, " bts %u%s", bts->nr, VTY_NEWLINE);
431 vty_out(vty, " type %s%s", btstype2str(bts->type), VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200432 if (bts->description)
433 vty_out(vty, " description %s%s", bts->description, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200434 vty_out(vty, " band %s%s", gsm_band_name(bts->band), VTY_NEWLINE);
Holger Hans Peter Freytherf926ed62009-11-19 16:38:49 +0100435 vty_out(vty, " cell_identity %u%s", bts->cell_identity, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200436 vty_out(vty, " location_area_code %u%s", bts->location_area_code,
Harald Welte67ce0732009-08-06 19:06:46 +0200437 VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200438 vty_out(vty, " training_sequence_code %u%s", bts->tsc, VTY_NEWLINE);
439 vty_out(vty, " base_station_id_code %u%s", bts->bsic, VTY_NEWLINE);
Harald Welte (local)0e451d02009-08-13 10:14:26 +0200440 vty_out(vty, " ms max power %u%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100441 vty_out(vty, " cell reselection hysteresis %u%s",
442 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
443 vty_out(vty, " rxlev access min %u%s",
444 bts->si_common.cell_sel_par.rxlev_acc_min, VTY_NEWLINE);
Sylvain Munaute0b06b02010-11-28 18:17:28 +0100445
446 if (bts->si_common.cell_ro_sel_par.present) {
447 struct gsm48_si_selection_params *sp;
448 sp = &bts->si_common.cell_ro_sel_par;
449
450 if (sp->cbq)
451 vty_out(vty, " cell bar qualify %u%s",
452 sp->cbq, VTY_NEWLINE);
453
454 if (sp->cell_resel_off)
455 vty_out(vty, " cell reselection offset %u%s",
456 sp->cell_resel_off*2, VTY_NEWLINE);
457
458 if (sp->temp_offs == 7)
459 vty_out(vty, " temporary offset infinite%s",
460 VTY_NEWLINE);
461 else if (sp->temp_offs)
462 vty_out(vty, " temporary offset %u%s",
463 sp->temp_offs*10, VTY_NEWLINE);
464
465 if (sp->penalty_time == 31)
466 vty_out(vty, " penalty time reserved%s",
467 VTY_NEWLINE);
468 else if (sp->penalty_time)
469 vty_out(vty, " penalty time %u%s",
470 (sp->penalty_time*20)+20, VTY_NEWLINE);
471 }
472
Harald Weltea43f7892009-12-01 18:04:30 +0530473 if (bts->si_common.chan_desc.t3212)
Harald Welte (local)efc92312009-08-14 23:09:25 +0200474 vty_out(vty, " periodic location update %u%s",
Dieter Spaard6613e02010-10-05 21:10:55 +0200475 bts->si_common.chan_desc.t3212 * 6, VTY_NEWLINE);
Harald Welte7a8fa412009-08-10 13:48:16 +0200476 vty_out(vty, " channel allocator %s%s",
477 bts->chan_alloc_reverse ? "descending" : "ascending",
478 VTY_NEWLINE);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +0100479 vty_out(vty, " rach tx integer %u%s",
480 bts->si_common.rach_control.tx_integer, VTY_NEWLINE);
481 vty_out(vty, " rach max transmission %u%s",
482 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
483 VTY_NEWLINE);
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +0800484
485 if (bts->rach_b_thresh != -1)
486 vty_out(vty, " rach nm busy threshold %u%s",
487 bts->rach_b_thresh, VTY_NEWLINE);
488 if (bts->rach_ldavg_slots != -1)
489 vty_out(vty, " rach nm load average %u%s",
490 bts->rach_ldavg_slots, VTY_NEWLINE);
Harald Welte71355012009-12-21 23:08:18 +0100491 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)5dececf2009-08-12 13:28:23 +0200492 vty_out(vty, " cell barred 1%s", VTY_NEWLINE);
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +0800493 if ((bts->si_common.rach_control.t2 & 0x4) == 0)
494 vty_out(vty, " rach emergency call allowed 1%s", VTY_NEWLINE);
Harald Welte9fbff4a2010-07-30 11:50:09 +0200495 for (i = SYSINFO_TYPE_1; i < _MAX_SYSINFO_TYPE; i++) {
496 if (bts->si_mode_static & (1 << i)) {
497 vty_out(vty, " system-information %s mode static%s",
498 get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
499 vty_out(vty, " system-information %s static %s%s",
500 get_value_string(osmo_sitype_strs, i),
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +0200501 osmo_osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
Harald Welte9fbff4a2010-07-30 11:50:09 +0200502 VTY_NEWLINE);
503 }
504 }
Harald Weltefd355a32011-03-04 13:41:31 +0100505 switch (bts->type) {
506 case GSM_BTS_TYPE_NANOBTS:
Harald Welte5013b2a2009-08-07 13:29:14 +0200507 vty_out(vty, " ip.access unit_id %u %u%s",
Harald Weltea6fd58e2009-08-07 00:25:23 +0200508 bts->ip_access.site_id, bts->ip_access.bts_id, VTY_NEWLINE);
Harald Welte8175e952009-10-20 00:22:00 +0200509 vty_out(vty, " oml ip.access stream_id %u%s", bts->oml_tei, VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100510 break;
511 case GSM_BTS_TYPE_HSL_FEMTO:
512 vty_out(vty, " hsl serial-number %lu%s", bts->hsl.serno, VTY_NEWLINE);
513 break;
514 default:
Harald Welte42581822009-08-08 16:12:58 +0200515 config_write_e1_link(vty, &bts->oml_e1_link, " oml ");
516 vty_out(vty, " oml e1 tei %u%s", bts->oml_tei, VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100517 break;
Harald Welte42581822009-08-08 16:12:58 +0200518 }
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +0800519
520 /* if we have a limit, write it */
521 if (bts->paging.free_chans_need >= 0)
522 vty_out(vty, " paging free %d%s", bts->paging.free_chans_need, VTY_NEWLINE);
523
Harald Welte32c09622011-01-11 23:44:56 +0100524 vty_out(vty, " neighbor-list mode %s%s",
Harald Welte64c07d22011-02-15 11:43:27 +0100525 get_value_string(bts_neigh_mode_strs, bts->neigh_list_manual_mode), VTY_NEWLINE);
526 if (bts->neigh_list_manual_mode != NL_MODE_AUTOMATIC) {
Harald Welte32c09622011-01-11 23:44:56 +0100527 for (i = 0; i < 1024; i++) {
528 if (bitvec_get_bit_pos(&bts->si_common.neigh_list, i))
529 vty_out(vty, " neighbor-list add arfcn %u%s",
530 i, VTY_NEWLINE);
531 }
532 }
Harald Welte64c07d22011-02-15 11:43:27 +0100533 if (bts->neigh_list_manual_mode == NL_MODE_MANUAL_SI5SEP) {
534 for (i = 0; i < 1024; i++) {
535 if (bitvec_get_bit_pos(&bts->si_common.si5_neigh_list, i))
536 vty_out(vty, " si5 neighbor-list add arfcn %u%s",
537 i, VTY_NEWLINE);
538 }
539 }
Harald Welte32c09622011-01-11 23:44:56 +0100540
Harald Welte615e9562010-05-11 23:50:21 +0200541 config_write_bts_gprs(vty, bts);
Harald Welte67ce0732009-08-06 19:06:46 +0200542
Harald Welteface7ed2011-02-14 16:15:21 +0100543 if (bts->model->config_write_bts)
544 bts->model->config_write_bts(vty, bts);
545
Harald Welte67ce0732009-08-06 19:06:46 +0200546 llist_for_each_entry(trx, &bts->trx_list, list)
547 config_write_trx_single(vty, trx);
548}
549
550static int config_write_bts(struct vty *v)
551{
Harald Weltedcccb182010-05-16 20:52:23 +0200552 struct gsm_network *gsmnet = gsmnet_from_vty(v);
Harald Welte67ce0732009-08-06 19:06:46 +0200553 struct gsm_bts *bts;
554
555 llist_for_each_entry(bts, &gsmnet->bts_list, list)
556 config_write_bts_single(v, bts);
557
558 return CMD_SUCCESS;
559}
560
Harald Welte5013b2a2009-08-07 13:29:14 +0200561static int config_write_net(struct vty *vty)
562{
Harald Weltedcccb182010-05-16 20:52:23 +0200563 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
564
Harald Welte5013b2a2009-08-07 13:29:14 +0200565 vty_out(vty, "network%s", VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200566 vty_out(vty, " network country code %u%s", gsmnet->country_code, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200567 vty_out(vty, " mobile network code %u%s", gsmnet->network_code, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200568 vty_out(vty, " short name %s%s", gsmnet->name_short, VTY_NEWLINE);
569 vty_out(vty, " long name %s%s", gsmnet->name_long, VTY_NEWLINE);
Harald Welte (local)69de3972009-08-12 14:42:23 +0200570 vty_out(vty, " auth policy %s%s", gsm_auth_policy_name(gsmnet->auth_policy), VTY_NEWLINE);
Harald Welte1085c092009-11-18 20:33:19 +0100571 vty_out(vty, " location updating reject cause %u%s",
572 gsmnet->reject_cause, VTY_NEWLINE);
Harald Welte4381cfe2009-08-30 15:47:06 +0900573 vty_out(vty, " encryption a5 %u%s", gsmnet->a5_encryption, VTY_NEWLINE);
Holger Hans Peter Freytherd54c3372009-11-19 16:37:48 +0100574 vty_out(vty, " neci %u%s", gsmnet->neci, VTY_NEWLINE);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +0800575 vty_out(vty, " paging any use tch %d%s", gsmnet->pag_any_tch, VTY_NEWLINE);
Harald Welteeab84a12009-12-13 10:53:12 +0100576 vty_out(vty, " rrlp mode %s%s", rrlp_mode_name(gsmnet->rrlp.mode),
577 VTY_NEWLINE);
Harald Welte648b6ce2009-12-14 09:00:24 +0100578 vty_out(vty, " mm info %u%s", gsmnet->send_mm_info, VTY_NEWLINE);
Harald Weltebc814502009-12-19 21:41:52 +0100579 vty_out(vty, " handover %u%s", gsmnet->handover.active, VTY_NEWLINE);
Harald Welteb720bd32009-12-21 16:51:50 +0100580 vty_out(vty, " handover window rxlev averaging %u%s",
581 gsmnet->handover.win_rxlev_avg, VTY_NEWLINE);
582 vty_out(vty, " handover window rxqual averaging %u%s",
583 gsmnet->handover.win_rxqual_avg, VTY_NEWLINE);
584 vty_out(vty, " handover window rxlev neighbor averaging %u%s",
585 gsmnet->handover.win_rxlev_avg_neigh, VTY_NEWLINE);
586 vty_out(vty, " handover power budget interval %u%s",
587 gsmnet->handover.pwr_interval, VTY_NEWLINE);
588 vty_out(vty, " handover power budget hysteresis %u%s",
589 gsmnet->handover.pwr_hysteresis, VTY_NEWLINE);
590 vty_out(vty, " handover maximum distance %u%s",
591 gsmnet->handover.max_distance, VTY_NEWLINE);
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +0100592 vty_out(vty, " timer t3101 %u%s", gsmnet->T3101, VTY_NEWLINE);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +0100593 vty_out(vty, " timer t3103 %u%s", gsmnet->T3103, VTY_NEWLINE);
594 vty_out(vty, " timer t3105 %u%s", gsmnet->T3105, VTY_NEWLINE);
595 vty_out(vty, " timer t3107 %u%s", gsmnet->T3107, VTY_NEWLINE);
596 vty_out(vty, " timer t3109 %u%s", gsmnet->T3109, VTY_NEWLINE);
597 vty_out(vty, " timer t3111 %u%s", gsmnet->T3111, VTY_NEWLINE);
598 vty_out(vty, " timer t3113 %u%s", gsmnet->T3113, VTY_NEWLINE);
599 vty_out(vty, " timer t3115 %u%s", gsmnet->T3115, VTY_NEWLINE);
600 vty_out(vty, " timer t3117 %u%s", gsmnet->T3117, VTY_NEWLINE);
601 vty_out(vty, " timer t3119 %u%s", gsmnet->T3119, VTY_NEWLINE);
Harald Welte2862dca2010-12-23 14:39:29 +0100602 vty_out(vty, " timer t3122 %u%s", gsmnet->T3122, VTY_NEWLINE);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +0100603 vty_out(vty, " timer t3141 %u%s", gsmnet->T3141, VTY_NEWLINE);
Harald Welte63dbfc62010-12-15 15:34:23 +0100604 vty_out(vty, " dtx-used %u%s", gsmnet->dtx_enabled, VTY_NEWLINE);
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +0100605 vty_out(vty, " subscriber-keep-in-ram %d%s",
606 gsmnet->keep_subscr, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200607
608 return CMD_SUCCESS;
609}
Harald Welte67ce0732009-08-06 19:06:46 +0200610
Harald Welte68628e82009-03-10 12:17:57 +0000611static void trx_dump_vty(struct vty *vty, struct gsm_bts_trx *trx)
612{
613 vty_out(vty, "TRX %u of BTS %u is on ARFCN %u%s",
614 trx->nr, trx->bts->nr, trx->arfcn, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200615 vty_out(vty, "Description: %s%s",
616 trx->description ? trx->description : "(null)", VTY_NEWLINE);
Harald Weltefcd24452009-06-20 18:15:19 +0200617 vty_out(vty, " RF Nominal Power: %d dBm, reduced by %u dB, "
Harald Welte42581822009-08-08 16:12:58 +0200618 "resulting BS power: %d dBm%s",
Harald Weltefcd24452009-06-20 18:15:19 +0200619 trx->nominal_power, trx->max_power_red,
Harald Welte42581822009-08-08 16:12:58 +0200620 trx->nominal_power - trx->max_power_red, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000621 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200622 net_dump_nmstate(vty, &trx->mo.nm_state);
Harald Welte68628e82009-03-10 12:17:57 +0000623 vty_out(vty, " Baseband Transceiver NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200624 net_dump_nmstate(vty, &trx->bb_transc.mo.nm_state);
Harald Welte8175e952009-10-20 00:22:00 +0200625 if (is_ipaccess_bts(trx->bts)) {
626 vty_out(vty, " ip.access stream ID: 0x%02x%s",
627 trx->rsl_tei, VTY_NEWLINE);
628 } else {
629 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
630 e1isl_dump_vty(vty, trx->rsl_link);
631 }
Harald Welte68628e82009-03-10 12:17:57 +0000632}
633
634DEFUN(show_trx,
635 show_trx_cmd,
636 "show trx [bts_nr] [trx_nr]",
Harald Welte8f0ed552010-05-11 21:53:49 +0200637 SHOW_STR "Display information about a TRX\n"
638 "BTS Number\n"
639 "TRX Number\n")
Harald Welte68628e82009-03-10 12:17:57 +0000640{
Harald Weltedcccb182010-05-16 20:52:23 +0200641 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000642 struct gsm_bts *bts = NULL;
643 struct gsm_bts_trx *trx;
644 int bts_nr, trx_nr;
645
646 if (argc >= 1) {
647 /* use the BTS number that the user has specified */
648 bts_nr = atoi(argv[0]);
649 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000650 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000651 VTY_NEWLINE);
652 return CMD_WARNING;
653 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200654 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000655 }
656 if (argc >= 2) {
657 trx_nr = atoi(argv[1]);
658 if (trx_nr >= bts->num_trx) {
Harald Welte1bc77352009-03-10 19:47:51 +0000659 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
Harald Welte68628e82009-03-10 12:17:57 +0000660 VTY_NEWLINE);
661 return CMD_WARNING;
662 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200663 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000664 trx_dump_vty(vty, trx);
665 return CMD_SUCCESS;
666 }
667 if (bts) {
668 /* print all TRX in this BTS */
669 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200670 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000671 trx_dump_vty(vty, trx);
672 }
673 return CMD_SUCCESS;
674 }
675
676 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200677 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000678 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200679 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000680 trx_dump_vty(vty, trx);
681 }
682 }
683
684 return CMD_SUCCESS;
685}
686
Harald Welte67ce0732009-08-06 19:06:46 +0200687
Harald Welte68628e82009-03-10 12:17:57 +0000688static void ts_dump_vty(struct vty *vty, struct gsm_bts_trx_ts *ts)
689{
Harald Welte135a6482011-05-30 12:09:13 +0200690 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, phys cfg %s, TSC %u",
Harald Welte026b4ca2010-12-24 12:12:10 +0100691 ts->trx->bts->nr, ts->trx->nr, ts->nr,
Harald Welte135a6482011-05-30 12:09:13 +0200692 gsm_pchan_name(ts->pchan), ts->tsc);
Harald Weltecd103a92010-12-24 12:14:52 +0100693 if (ts->pchan == GSM_PCHAN_TCH_F_PDCH)
Harald Welteb29cea12010-12-24 12:26:13 +0100694 vty_out(vty, " (%s mode)",
Harald Weltecd103a92010-12-24 12:14:52 +0100695 ts->flags & TS_F_PDCH_MODE ? "PDCH" : "TCH/F");
696 vty_out(vty, "%s", VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000697 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200698 net_dump_nmstate(vty, &ts->mo.nm_state);
Harald Welte2c828992009-12-02 01:56:49 +0530699 if (!is_ipaccess_bts(ts->trx->bts))
Harald Welteef235b52009-03-10 12:34:02 +0000700 vty_out(vty, " E1 Line %u, Timeslot %u, Subslot %u%s",
701 ts->e1_link.e1_nr, ts->e1_link.e1_ts,
702 ts->e1_link.e1_ts_ss, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000703}
704
705DEFUN(show_ts,
706 show_ts_cmd,
Harald Welte1bc77352009-03-10 19:47:51 +0000707 "show timeslot [bts_nr] [trx_nr] [ts_nr]",
Harald Welte8f0ed552010-05-11 21:53:49 +0200708 SHOW_STR "Display information about a TS\n"
709 "BTS Number\n" "TRX Number\n" "Timeslot Number\n")
Harald Welte68628e82009-03-10 12:17:57 +0000710{
Harald Weltedcccb182010-05-16 20:52:23 +0200711 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte274d0152010-12-24 12:05:03 +0100712 struct gsm_bts *bts = NULL;
713 struct gsm_bts_trx *trx = NULL;
714 struct gsm_bts_trx_ts *ts = NULL;
Harald Welte68628e82009-03-10 12:17:57 +0000715 int bts_nr, trx_nr, ts_nr;
716
717 if (argc >= 1) {
718 /* use the BTS number that the user has specified */
719 bts_nr = atoi(argv[0]);
720 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000721 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000722 VTY_NEWLINE);
723 return CMD_WARNING;
724 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200725 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000726 }
727 if (argc >= 2) {
728 trx_nr = atoi(argv[1]);
729 if (trx_nr >= bts->num_trx) {
Harald Welte1bc77352009-03-10 19:47:51 +0000730 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
Harald Welte68628e82009-03-10 12:17:57 +0000731 VTY_NEWLINE);
732 return CMD_WARNING;
733 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200734 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000735 }
736 if (argc >= 3) {
737 ts_nr = atoi(argv[2]);
738 if (ts_nr >= TRX_NR_TS) {
Harald Welte1bc77352009-03-10 19:47:51 +0000739 vty_out(vty, "%% can't find TS '%s'%s", argv[2],
Harald Welte68628e82009-03-10 12:17:57 +0000740 VTY_NEWLINE);
741 return CMD_WARNING;
742 }
Harald Welte274d0152010-12-24 12:05:03 +0100743 /* Fully Specified: print and exit */
Harald Welte68628e82009-03-10 12:17:57 +0000744 ts = &trx->ts[ts_nr];
745 ts_dump_vty(vty, ts);
746 return CMD_SUCCESS;
747 }
Harald Welte274d0152010-12-24 12:05:03 +0100748
749 if (bts && trx) {
750 /* Iterate over all TS in this TRX */
751 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
752 ts = &trx->ts[ts_nr];
753 ts_dump_vty(vty, ts);
754 }
755 } else if (bts) {
756 /* Iterate over all TRX in this BTS, TS in each TRX */
Harald Welte68628e82009-03-10 12:17:57 +0000757 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200758 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000759 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
760 ts = &trx->ts[ts_nr];
761 ts_dump_vty(vty, ts);
762 }
763 }
Harald Welte274d0152010-12-24 12:05:03 +0100764 } else {
765 /* Iterate over all BTS, TRX in each BTS, TS in each TRX */
766 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
767 bts = gsm_bts_num(net, bts_nr);
768 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
769 trx = gsm_bts_trx_num(bts, trx_nr);
770 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
771 ts = &trx->ts[ts_nr];
772 ts_dump_vty(vty, ts);
773 }
774 }
775 }
Harald Welte68628e82009-03-10 12:17:57 +0000776 }
777
778 return CMD_SUCCESS;
779}
780
Holger Hans Peter Freyther424c4f02010-01-06 06:00:40 +0100781static void subscr_dump_vty(struct vty *vty, struct gsm_subscriber *subscr)
Harald Welte68628e82009-03-10 12:17:57 +0000782{
Harald Weltefcd24452009-06-20 18:15:19 +0200783 vty_out(vty, " ID: %llu, Authorized: %d%s", subscr->id,
Harald Welte40f82892009-05-23 17:31:39 +0000784 subscr->authorized, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000785 if (subscr->name)
Harald Welte1bc77352009-03-10 19:47:51 +0000786 vty_out(vty, " Name: '%s'%s", subscr->name, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000787 if (subscr->extension)
788 vty_out(vty, " Extension: %s%s", subscr->extension,
789 VTY_NEWLINE);
790 if (subscr->imsi)
791 vty_out(vty, " IMSI: %s%s", subscr->imsi, VTY_NEWLINE);
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +0200792 if (subscr->tmsi != GSM_RESERVED_TMSI)
793 vty_out(vty, " TMSI: %08X%s", subscr->tmsi,
Harald Welte731fd912009-08-15 03:24:51 +0200794 VTY_NEWLINE);
Sylvain Munautaf292642009-12-27 19:29:28 +0100795
Harald Welte (local)15920de2009-08-14 20:27:16 +0200796 vty_out(vty, " Use count: %u%s", subscr->use_count, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000797}
798
Harald Welte8387a492009-12-22 21:43:14 +0100799static void meas_rep_dump_uni_vty(struct vty *vty,
800 struct gsm_meas_rep_unidir *mru,
801 const char *prefix,
802 const char *dir)
803{
804 vty_out(vty, "%s RXL-FULL-%s: %4d dBm, RXL-SUB-%s: %4d dBm ",
805 prefix, dir, rxlev2dbm(mru->full.rx_lev),
806 dir, rxlev2dbm(mru->sub.rx_lev));
807 vty_out(vty, "RXQ-FULL-%s: %d, RXQ-SUB-%s: %d%s",
808 dir, mru->full.rx_qual, dir, mru->sub.rx_qual,
809 VTY_NEWLINE);
810}
811
812static void meas_rep_dump_vty(struct vty *vty, struct gsm_meas_rep *mr,
813 const char *prefix)
814{
815 vty_out(vty, "%sMeasurement Report:%s", prefix, VTY_NEWLINE);
816 vty_out(vty, "%s Flags: %s%s%s%s%s", prefix,
817 mr->flags & MEAS_REP_F_UL_DTX ? "DTXu " : "",
818 mr->flags & MEAS_REP_F_DL_DTX ? "DTXd " : "",
819 mr->flags & MEAS_REP_F_FPC ? "FPC " : "",
820 mr->flags & MEAS_REP_F_DL_VALID ? " " : "DLinval ",
821 VTY_NEWLINE);
822 if (mr->flags & MEAS_REP_F_MS_TO)
823 vty_out(vty, "%s MS Timing Offset: %u%s", prefix,
824 mr->ms_timing_offset, VTY_NEWLINE);
825 if (mr->flags & MEAS_REP_F_MS_L1)
826 vty_out(vty, "%s L1 MS Power: %u dBm, Timing Advance: %u%s",
827 prefix, mr->ms_l1.pwr, mr->ms_l1.ta, VTY_NEWLINE);
828 if (mr->flags & MEAS_REP_F_DL_VALID)
829 meas_rep_dump_uni_vty(vty, &mr->dl, prefix, "dl");
830 meas_rep_dump_uni_vty(vty, &mr->ul, prefix, "ul");
831}
832
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +0800833static void lchan_dump_full_vty(struct vty *vty, struct gsm_lchan *lchan)
Harald Welte68628e82009-03-10 12:17:57 +0000834{
Harald Welte8387a492009-12-22 21:43:14 +0100835 int idx;
836
Harald Welte85bded82010-12-24 12:22:34 +0100837 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u: Type %s%s",
838 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
839 lchan->nr, gsm_lchant_name(lchan->type), VTY_NEWLINE);
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800840 vty_out(vty, " Connection: %u, State: %s%s",
841 lchan->conn ? 1: 0,
Harald Welte1887f9d2009-12-29 10:52:38 +0100842 gsm_lchans_name(lchan->state), VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100843 vty_out(vty, " BS Power: %u dBm, MS Power: %u dBm%s",
844 lchan->ts->trx->nominal_power - lchan->ts->trx->max_power_red
845 - lchan->bs_power*2,
846 ms_pwr_dbm(lchan->ts->trx->bts->band, lchan->ms_power),
847 VTY_NEWLINE);
Holger Hans Peter Freyther2412a072010-06-28 15:47:12 +0800848 if (lchan->conn && lchan->conn->subscr) {
Harald Welte68628e82009-03-10 12:17:57 +0000849 vty_out(vty, " Subscriber:%s", VTY_NEWLINE);
Holger Hans Peter Freyther2412a072010-06-28 15:47:12 +0800850 subscr_dump_vty(vty, lchan->conn->subscr);
Harald Welte68628e82009-03-10 12:17:57 +0000851 } else
852 vty_out(vty, " No Subscriber%s", VTY_NEWLINE);
Harald Welte2c828992009-12-02 01:56:49 +0530853 if (is_ipaccess_bts(lchan->ts->trx->bts)) {
854 struct in_addr ia;
Holger Hans Peter Freyther54fa7992010-04-07 15:39:16 +0200855 ia.s_addr = htonl(lchan->abis_ip.bound_ip);
Harald Welte2c828992009-12-02 01:56:49 +0530856 vty_out(vty, " Bound IP: %s Port %u RTP_TYPE2=%u CONN_ID=%u%s",
857 inet_ntoa(ia), lchan->abis_ip.bound_port,
858 lchan->abis_ip.rtp_payload2, lchan->abis_ip.conn_id,
859 VTY_NEWLINE);
860 }
Harald Welte8387a492009-12-22 21:43:14 +0100861
862 /* we want to report the last measurement report */
863 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
864 lchan->meas_rep_idx, 1);
865 meas_rep_dump_vty(vty, &lchan->meas_rep[idx], " ");
Harald Welte68628e82009-03-10 12:17:57 +0000866}
867
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +0800868static void lchan_dump_short_vty(struct vty *vty, struct gsm_lchan *lchan)
869{
Holger Hans Peter Freythercf5cc5b2010-05-14 01:57:02 +0800870 struct gsm_meas_rep *mr;
871 int idx;
872
873 /* we want to report the last measurement report */
874 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
875 lchan->meas_rep_idx, 1);
876 mr = &lchan->meas_rep[idx];
877
Harald Welte85bded82010-12-24 12:22:34 +0100878 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u, Type %s - "
879 "L1 MS Power: %u dBm RXL-FULL-dl: %4d dBm RXL-FULL-ul: %4d dBm%s",
880 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
Harald Welteb29cea12010-12-24 12:26:13 +0100881 lchan->nr, gsm_lchant_name(lchan->type), mr->ms_l1.pwr,
Holger Hans Peter Freythercf5cc5b2010-05-14 01:57:02 +0800882 rxlev2dbm(mr->dl.full.rx_lev),
883 rxlev2dbm(mr->ul.full.rx_lev),
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +0800884 VTY_NEWLINE);
885}
886
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +0800887static int lchan_summary(struct vty *vty, int argc, const char **argv,
888 void (*dump_cb)(struct vty *, struct gsm_lchan *))
Harald Welte68628e82009-03-10 12:17:57 +0000889{
Harald Weltedcccb182010-05-16 20:52:23 +0200890 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000891 struct gsm_bts *bts;
892 struct gsm_bts_trx *trx;
893 struct gsm_bts_trx_ts *ts;
894 struct gsm_lchan *lchan;
895 int bts_nr, trx_nr, ts_nr, lchan_nr;
896
897 if (argc >= 1) {
898 /* use the BTS number that the user has specified */
899 bts_nr = atoi(argv[0]);
900 if (bts_nr >= net->num_bts) {
901 vty_out(vty, "%% can't find BTS %s%s", argv[0],
902 VTY_NEWLINE);
903 return CMD_WARNING;
904 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200905 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000906 }
907 if (argc >= 2) {
908 trx_nr = atoi(argv[1]);
909 if (trx_nr >= bts->num_trx) {
910 vty_out(vty, "%% can't find TRX %s%s", argv[1],
911 VTY_NEWLINE);
912 return CMD_WARNING;
913 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200914 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000915 }
916 if (argc >= 3) {
917 ts_nr = atoi(argv[2]);
918 if (ts_nr >= TRX_NR_TS) {
919 vty_out(vty, "%% can't find TS %s%s", argv[2],
920 VTY_NEWLINE);
921 return CMD_WARNING;
922 }
923 ts = &trx->ts[ts_nr];
924 }
925 if (argc >= 4) {
926 lchan_nr = atoi(argv[3]);
927 if (lchan_nr >= TS_MAX_LCHAN) {
928 vty_out(vty, "%% can't find LCHAN %s%s", argv[3],
929 VTY_NEWLINE);
930 return CMD_WARNING;
931 }
932 lchan = &ts->lchan[lchan_nr];
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +0800933 dump_cb(vty, lchan);
Harald Welte68628e82009-03-10 12:17:57 +0000934 return CMD_SUCCESS;
935 }
936 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200937 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000938 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200939 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000940 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
941 ts = &trx->ts[ts_nr];
942 for (lchan_nr = 0; lchan_nr < TS_MAX_LCHAN;
943 lchan_nr++) {
944 lchan = &ts->lchan[lchan_nr];
Harald Welteef235b52009-03-10 12:34:02 +0000945 if (lchan->type == GSM_LCHAN_NONE)
946 continue;
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +0800947 dump_cb(vty, lchan);
Harald Welte68628e82009-03-10 12:17:57 +0000948 }
949 }
950 }
951 }
952
953 return CMD_SUCCESS;
954}
955
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +0800956
957DEFUN(show_lchan,
958 show_lchan_cmd,
959 "show lchan [bts_nr] [trx_nr] [ts_nr] [lchan_nr]",
960 SHOW_STR "Display information about a logical channel\n"
961 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
962 "Logical Channel Number\n")
963
964{
965 return lchan_summary(vty, argc, argv, lchan_dump_full_vty);
966}
967
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +0800968DEFUN(show_lchan_summary,
969 show_lchan_summary_cmd,
970 "show lchan summary [bts_nr] [trx_nr] [ts_nr] [lchan_nr]",
971 SHOW_STR "Display information about a logical channel\n"
972 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
973 "Logical Channel Number\n")
974{
975 return lchan_summary(vty, argc, argv, lchan_dump_short_vty);
976}
977
Harald Welte1bc77352009-03-10 19:47:51 +0000978static void e1drv_dump_vty(struct vty *vty, struct e1inp_driver *drv)
979{
980 vty_out(vty, "E1 Input Driver %s%s", drv->name, VTY_NEWLINE);
981}
982
983DEFUN(show_e1drv,
984 show_e1drv_cmd,
985 "show e1_driver",
986 SHOW_STR "Display information about available E1 drivers\n")
987{
988 struct e1inp_driver *drv;
989
990 llist_for_each_entry(drv, &e1inp_driver_list, list)
991 e1drv_dump_vty(vty, drv);
992
993 return CMD_SUCCESS;
994}
995
Harald Welte68628e82009-03-10 12:17:57 +0000996static void e1line_dump_vty(struct vty *vty, struct e1inp_line *line)
997{
998 vty_out(vty, "E1 Line Number %u, Name %s, Driver %s%s",
999 line->num, line->name ? line->name : "",
1000 line->driver->name, VTY_NEWLINE);
1001}
1002
1003DEFUN(show_e1line,
1004 show_e1line_cmd,
1005 "show e1_line [line_nr]",
Harald Welte8f0ed552010-05-11 21:53:49 +02001006 SHOW_STR "Display information about a E1 line\n"
1007 "E1 Line Number\n")
Harald Welte68628e82009-03-10 12:17:57 +00001008{
Harald Welte1bc77352009-03-10 19:47:51 +00001009 struct e1inp_line *line;
1010
1011 if (argc >= 1) {
1012 int num = atoi(argv[0]);
1013 llist_for_each_entry(line, &e1inp_line_list, list) {
1014 if (line->num == num) {
1015 e1line_dump_vty(vty, line);
1016 return CMD_SUCCESS;
1017 }
1018 }
1019 return CMD_WARNING;
1020 }
1021
1022 llist_for_each_entry(line, &e1inp_line_list, list)
1023 e1line_dump_vty(vty, line);
1024
1025 return CMD_SUCCESS;
Harald Welte68628e82009-03-10 12:17:57 +00001026}
1027
1028static void e1ts_dump_vty(struct vty *vty, struct e1inp_ts *ts)
1029{
Harald Welte42581822009-08-08 16:12:58 +02001030 if (ts->type == E1INP_TS_TYPE_NONE)
1031 return;
Harald Welte1bc77352009-03-10 19:47:51 +00001032 vty_out(vty, "E1 Timeslot %2u of Line %u is Type %s%s",
1033 ts->num, ts->line->num, e1inp_tstype_name(ts->type),
1034 VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +00001035}
1036
1037DEFUN(show_e1ts,
1038 show_e1ts_cmd,
1039 "show e1_timeslot [line_nr] [ts_nr]",
Harald Welte8f0ed552010-05-11 21:53:49 +02001040 SHOW_STR "Display information about a E1 timeslot\n"
1041 "E1 Line Number\n" "E1 Timeslot Number\n")
Harald Welte68628e82009-03-10 12:17:57 +00001042{
Harald Welte986c3d72009-11-17 06:12:16 +01001043 struct e1inp_line *line = NULL;
Harald Welte1bc77352009-03-10 19:47:51 +00001044 struct e1inp_ts *ts;
1045 int ts_nr;
Harald Welte68628e82009-03-10 12:17:57 +00001046
Harald Welte1bc77352009-03-10 19:47:51 +00001047 if (argc == 0) {
1048 llist_for_each_entry(line, &e1inp_line_list, list) {
1049 for (ts_nr = 0; ts_nr < NUM_E1_TS; ts_nr++) {
1050 ts = &line->ts[ts_nr];
1051 e1ts_dump_vty(vty, ts);
1052 }
1053 }
1054 return CMD_SUCCESS;
1055 }
1056 if (argc >= 1) {
1057 int num = atoi(argv[0]);
Harald Welte46324cc2011-07-16 13:16:39 +02001058 struct e1inp_line *l;
1059 llist_for_each_entry(l, &e1inp_line_list, list) {
1060 if (l->num == num) {
1061 line = l;
Harald Welte1bc77352009-03-10 19:47:51 +00001062 break;
Harald Welte46324cc2011-07-16 13:16:39 +02001063 }
Harald Welte1bc77352009-03-10 19:47:51 +00001064 }
Harald Welte46324cc2011-07-16 13:16:39 +02001065 if (!line) {
Harald Welte1bc77352009-03-10 19:47:51 +00001066 vty_out(vty, "E1 line %s is invalid%s",
1067 argv[0], VTY_NEWLINE);
1068 return CMD_WARNING;
1069 }
1070 }
1071 if (argc >= 2) {
1072 ts_nr = atoi(argv[1]);
Harald Welte46324cc2011-07-16 13:16:39 +02001073 if (ts_nr >= NUM_E1_TS) {
Harald Welte1bc77352009-03-10 19:47:51 +00001074 vty_out(vty, "E1 timeslot %s is invalid%s",
1075 argv[1], VTY_NEWLINE);
1076 return CMD_WARNING;
1077 }
1078 ts = &line->ts[ts_nr];
1079 e1ts_dump_vty(vty, ts);
1080 return CMD_SUCCESS;
1081 } else {
1082 for (ts_nr = 0; ts_nr < NUM_E1_TS; ts_nr++) {
1083 ts = &line->ts[ts_nr];
1084 e1ts_dump_vty(vty, ts);
1085 }
1086 return CMD_SUCCESS;
1087 }
1088 return CMD_SUCCESS;
Harald Welte68628e82009-03-10 12:17:57 +00001089}
1090
Harald Weltebe4b7302009-05-23 16:59:33 +00001091static void paging_dump_vty(struct vty *vty, struct gsm_paging_request *pag)
Harald Weltef5025b62009-03-28 16:55:11 +00001092{
1093 vty_out(vty, "Paging on BTS %u%s", pag->bts->nr, VTY_NEWLINE);
1094 subscr_dump_vty(vty, pag->subscr);
1095}
1096
Harald Weltebe4b7302009-05-23 16:59:33 +00001097static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
Harald Weltef5025b62009-03-28 16:55:11 +00001098{
1099 struct gsm_paging_request *pag;
1100
1101 llist_for_each_entry(pag, &bts->paging.pending_requests, entry)
1102 paging_dump_vty(vty, pag);
1103}
1104
1105DEFUN(show_paging,
1106 show_paging_cmd,
1107 "show paging [bts_nr]",
Harald Welte8f0ed552010-05-11 21:53:49 +02001108 SHOW_STR "Display information about paging reuqests of a BTS\n"
1109 "BTS Number\n")
Harald Weltef5025b62009-03-28 16:55:11 +00001110{
Harald Weltedcccb182010-05-16 20:52:23 +02001111 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Weltef5025b62009-03-28 16:55:11 +00001112 struct gsm_bts *bts;
1113 int bts_nr;
1114
1115 if (argc >= 1) {
1116 /* use the BTS number that the user has specified */
1117 bts_nr = atoi(argv[0]);
1118 if (bts_nr >= net->num_bts) {
1119 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1120 VTY_NEWLINE);
1121 return CMD_WARNING;
1122 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001123 bts = gsm_bts_num(net, bts_nr);
Harald Weltef5025b62009-03-28 16:55:11 +00001124 bts_paging_dump_vty(vty, bts);
1125
1126 return CMD_SUCCESS;
1127 }
1128 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +02001129 bts = gsm_bts_num(net, bts_nr);
Harald Weltef5025b62009-03-28 16:55:11 +00001130 bts_paging_dump_vty(vty, bts);
1131 }
1132
1133 return CMD_SUCCESS;
1134}
1135
Harald Welte8f0ed552010-05-11 21:53:49 +02001136#define NETWORK_STR "Configure the GSM network\n"
1137
Harald Welte5013b2a2009-08-07 13:29:14 +02001138DEFUN(cfg_net,
1139 cfg_net_cmd,
Harald Welte8f0ed552010-05-11 21:53:49 +02001140 "network", NETWORK_STR)
Harald Welte5013b2a2009-08-07 13:29:14 +02001141{
Harald Weltedcccb182010-05-16 20:52:23 +02001142 vty->index = gsmnet_from_vty(vty);
Harald Welte5013b2a2009-08-07 13:29:14 +02001143 vty->node = GSMNET_NODE;
1144
1145 return CMD_SUCCESS;
1146}
1147
1148
1149DEFUN(cfg_net_ncc,
1150 cfg_net_ncc_cmd,
1151 "network country code <1-999>",
1152 "Set the GSM network country code")
1153{
Harald Weltedcccb182010-05-16 20:52:23 +02001154 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1155
Harald Welte5013b2a2009-08-07 13:29:14 +02001156 gsmnet->country_code = atoi(argv[0]);
1157
1158 return CMD_SUCCESS;
1159}
1160
1161DEFUN(cfg_net_mnc,
1162 cfg_net_mnc_cmd,
1163 "mobile network code <1-999>",
1164 "Set the GSM mobile network code")
1165{
Harald Weltedcccb182010-05-16 20:52:23 +02001166 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1167
Harald Welte5013b2a2009-08-07 13:29:14 +02001168 gsmnet->network_code = atoi(argv[0]);
1169
1170 return CMD_SUCCESS;
1171}
1172
1173DEFUN(cfg_net_name_short,
1174 cfg_net_name_short_cmd,
1175 "short name NAME",
1176 "Set the short GSM network name")
1177{
Harald Weltedcccb182010-05-16 20:52:23 +02001178 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1179
Holger Hans Peter Freyther3e9a7f82010-10-12 23:21:54 +02001180 bsc_replace_string(gsmnet, &gsmnet->name_short, argv[0]);
Harald Welte5013b2a2009-08-07 13:29:14 +02001181 return CMD_SUCCESS;
1182}
1183
1184DEFUN(cfg_net_name_long,
1185 cfg_net_name_long_cmd,
1186 "long name NAME",
1187 "Set the long GSM network name")
1188{
Harald Weltedcccb182010-05-16 20:52:23 +02001189 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1190
Holger Hans Peter Freyther3e9a7f82010-10-12 23:21:54 +02001191 bsc_replace_string(gsmnet, &gsmnet->name_long, argv[0]);
Harald Welte5013b2a2009-08-07 13:29:14 +02001192 return CMD_SUCCESS;
1193}
Harald Welte40f82892009-05-23 17:31:39 +00001194
Harald Welte (local)69de3972009-08-12 14:42:23 +02001195DEFUN(cfg_net_auth_policy,
1196 cfg_net_auth_policy_cmd,
1197 "auth policy (closed|accept-all|token)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001198 "Authentication (not cryptographic)\n"
1199 "Set the GSM network authentication policy\n"
1200 "Require the MS to be activated in HLR\n"
1201 "Accept all MS, whether in HLR or not\n"
1202 "Use SMS-token based authentication\n")
Harald Welte (local)69de3972009-08-12 14:42:23 +02001203{
1204 enum gsm_auth_policy policy = gsm_auth_policy_parse(argv[0]);
Harald Weltedcccb182010-05-16 20:52:23 +02001205 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte (local)69de3972009-08-12 14:42:23 +02001206
1207 gsmnet->auth_policy = policy;
1208
1209 return CMD_SUCCESS;
1210}
1211
Harald Welte1085c092009-11-18 20:33:19 +01001212DEFUN(cfg_net_reject_cause,
1213 cfg_net_reject_cause_cmd,
1214 "location updating reject cause <2-111>",
1215 "Set the reject cause of location updating reject\n")
1216{
Harald Weltedcccb182010-05-16 20:52:23 +02001217 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1218
Harald Welte1085c092009-11-18 20:33:19 +01001219 gsmnet->reject_cause = atoi(argv[0]);
1220
1221 return CMD_SUCCESS;
1222}
1223
Harald Welte4381cfe2009-08-30 15:47:06 +09001224DEFUN(cfg_net_encryption,
1225 cfg_net_encryption_cmd,
1226 "encryption a5 (0|1|2)",
Harald Welte28326062010-05-14 20:05:17 +02001227 "Encryption options\n"
1228 "A5 encryption\n" "A5/0: No encryption\n"
1229 "A5/1: Encryption\n" "A5/2: Export-grade Encryption\n")
Harald Welte4381cfe2009-08-30 15:47:06 +09001230{
Harald Weltedcccb182010-05-16 20:52:23 +02001231 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1232
Andreas.Eversberg1059deb2009-11-17 09:55:26 +01001233 gsmnet->a5_encryption= atoi(argv[0]);
Harald Welte4381cfe2009-08-30 15:47:06 +09001234
1235 return CMD_SUCCESS;
1236}
1237
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001238DEFUN(cfg_net_neci,
1239 cfg_net_neci_cmd,
1240 "neci (0|1)",
Harald Welte28326062010-05-14 20:05:17 +02001241 "New Establish Cause Indication\n"
1242 "Don't set the NECI bit\n" "Set the NECI bit\n")
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001243{
Harald Weltedcccb182010-05-16 20:52:23 +02001244 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1245
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001246 gsmnet->neci = atoi(argv[0]);
Holger Hans Peter Freyther78891072010-09-06 09:36:02 +08001247 gsm_net_update_ctype(gsmnet);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001248 return CMD_SUCCESS;
1249}
1250
Harald Welteeab84a12009-12-13 10:53:12 +01001251DEFUN(cfg_net_rrlp_mode, cfg_net_rrlp_mode_cmd,
1252 "rrlp mode (none|ms-based|ms-preferred|ass-preferred)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001253 "Radio Resource Location Protocol\n"
1254 "Set the Radio Resource Location Protocol Mode\n"
1255 "Don't send RRLP request\n"
1256 "Request MS-based location\n"
1257 "Request any location, prefer MS-based\n"
1258 "Request any location, prefer MS-assisted\n")
Harald Welteeab84a12009-12-13 10:53:12 +01001259{
Harald Weltedcccb182010-05-16 20:52:23 +02001260 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1261
Harald Welteeab84a12009-12-13 10:53:12 +01001262 gsmnet->rrlp.mode = rrlp_mode_parse(argv[0]);
1263
1264 return CMD_SUCCESS;
1265}
1266
Harald Welte648b6ce2009-12-14 09:00:24 +01001267DEFUN(cfg_net_mm_info, cfg_net_mm_info_cmd,
1268 "mm info (0|1)",
1269 "Whether to send MM INFO after LOC UPD ACCEPT")
1270{
Harald Weltedcccb182010-05-16 20:52:23 +02001271 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1272
Harald Welte648b6ce2009-12-14 09:00:24 +01001273 gsmnet->send_mm_info = atoi(argv[0]);
1274
1275 return CMD_SUCCESS;
1276}
1277
Harald Welte8f0ed552010-05-11 21:53:49 +02001278#define HANDOVER_STR "Handover Options\n"
1279
Harald Weltebc814502009-12-19 21:41:52 +01001280DEFUN(cfg_net_handover, cfg_net_handover_cmd,
1281 "handover (0|1)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001282 HANDOVER_STR
1283 "Don't perform in-call handover\n"
1284 "Perform in-call handover\n")
Harald Weltebc814502009-12-19 21:41:52 +01001285{
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001286 int enable = atoi(argv[0]);
Harald Weltedcccb182010-05-16 20:52:23 +02001287 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001288
1289 if (enable && ipacc_rtp_direct) {
Harald Weltefe03f0d2009-12-20 13:51:01 +01001290 vty_out(vty, "%% Cannot enable handover unless RTP Proxy mode "
1291 "is enabled by using the -P command line option%s",
1292 VTY_NEWLINE);
1293 return CMD_WARNING;
1294 }
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001295 gsmnet->handover.active = enable;
Harald Weltebc814502009-12-19 21:41:52 +01001296
1297 return CMD_SUCCESS;
1298}
1299
Harald Welte8f0ed552010-05-11 21:53:49 +02001300#define HO_WIN_STR HANDOVER_STR "Measurement Window\n"
1301#define HO_WIN_RXLEV_STR HO_WIN_STR "Received Level Averaging\n"
1302#define HO_WIN_RXQUAL_STR HO_WIN_STR "Received Quality Averaging\n"
1303#define HO_PBUDGET_STR HANDOVER_STR "Power Budget\n"
1304
Harald Welteb720bd32009-12-21 16:51:50 +01001305DEFUN(cfg_net_ho_win_rxlev_avg, cfg_net_ho_win_rxlev_avg_cmd,
1306 "handover window rxlev averaging <1-10>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001307 HO_WIN_RXLEV_STR
Harald Welteb720bd32009-12-21 16:51:50 +01001308 "How many RxLev measurements are used for averaging")
1309{
Harald Weltedcccb182010-05-16 20:52:23 +02001310 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001311 gsmnet->handover.win_rxlev_avg = atoi(argv[0]);
1312 return CMD_SUCCESS;
1313}
1314
1315DEFUN(cfg_net_ho_win_rxqual_avg, cfg_net_ho_win_rxqual_avg_cmd,
1316 "handover window rxqual averaging <1-10>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001317 HO_WIN_RXQUAL_STR
Harald Welteb720bd32009-12-21 16:51:50 +01001318 "How many RxQual measurements are used for averaging")
1319{
Harald Weltedcccb182010-05-16 20:52:23 +02001320 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001321 gsmnet->handover.win_rxqual_avg = atoi(argv[0]);
1322 return CMD_SUCCESS;
1323}
1324
1325DEFUN(cfg_net_ho_win_rxlev_neigh_avg, cfg_net_ho_win_rxlev_avg_neigh_cmd,
1326 "handover window rxlev neighbor averaging <1-10>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001327 HO_WIN_RXLEV_STR
Harald Welteb720bd32009-12-21 16:51:50 +01001328 "How many RxQual measurements are used for averaging")
1329{
Harald Weltedcccb182010-05-16 20:52:23 +02001330 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001331 gsmnet->handover.win_rxlev_avg_neigh = atoi(argv[0]);
1332 return CMD_SUCCESS;
1333}
1334
1335DEFUN(cfg_net_ho_pwr_interval, cfg_net_ho_pwr_interval_cmd,
1336 "handover power budget interval <1-99>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001337 HO_PBUDGET_STR
Harald Welteb720bd32009-12-21 16:51:50 +01001338 "How often to check if we have a better cell (SACCH frames)")
1339{
Harald Weltedcccb182010-05-16 20:52:23 +02001340 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001341 gsmnet->handover.pwr_interval = atoi(argv[0]);
1342 return CMD_SUCCESS;
1343}
1344
1345DEFUN(cfg_net_ho_pwr_hysteresis, cfg_net_ho_pwr_hysteresis_cmd,
1346 "handover power budget hysteresis <0-999>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001347 HO_PBUDGET_STR
Harald Welteb720bd32009-12-21 16:51:50 +01001348 "How many dB does a neighbor to be stronger to become a HO candidate")
1349{
Harald Weltedcccb182010-05-16 20:52:23 +02001350 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001351 gsmnet->handover.pwr_hysteresis = atoi(argv[0]);
1352 return CMD_SUCCESS;
1353}
1354
1355DEFUN(cfg_net_ho_max_distance, cfg_net_ho_max_distance_cmd,
1356 "handover maximum distance <0-9999>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001357 HANDOVER_STR
Harald Welteb720bd32009-12-21 16:51:50 +01001358 "How big is the maximum timing advance before HO is forced")
1359{
Harald Weltedcccb182010-05-16 20:52:23 +02001360 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001361 gsmnet->handover.max_distance = atoi(argv[0]);
1362 return CMD_SUCCESS;
1363}
Harald Weltebc814502009-12-19 21:41:52 +01001364
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001365DEFUN(cfg_net_pag_any_tch,
1366 cfg_net_pag_any_tch_cmd,
1367 "paging any use tch (0|1)",
1368 "Assign a TCH when receiving a Paging Any request")
1369{
Holger Hans Peter Freytherb0e88b82010-09-06 10:09:19 +08001370 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001371 gsmnet->pag_any_tch = atoi(argv[0]);
1372 gsm_net_update_ctype(gsmnet);
1373 return CMD_SUCCESS;
1374}
1375
Holger Hans Peter Freytherc8021062009-12-22 08:27:21 +01001376#define DECLARE_TIMER(number, doc) \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001377 DEFUN(cfg_net_T##number, \
1378 cfg_net_T##number##_cmd, \
1379 "timer t" #number " <0-65535>", \
Harald Welte8f0ed552010-05-11 21:53:49 +02001380 "Configure GSM Timers\n" \
Holger Hans Peter Freytherc8021062009-12-22 08:27:21 +01001381 doc) \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001382{ \
Harald Weltedcccb182010-05-16 20:52:23 +02001383 struct gsm_network *gsmnet = gsmnet_from_vty(vty); \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001384 int value = atoi(argv[0]); \
1385 \
1386 if (value < 0 || value > 65535) { \
1387 vty_out(vty, "Timer value %s out of range.%s", \
1388 argv[0], VTY_NEWLINE); \
1389 return CMD_WARNING; \
1390 } \
1391 \
1392 gsmnet->T##number = value; \
1393 return CMD_SUCCESS; \
1394}
1395
Holger Hans Peter Freytherc8021062009-12-22 08:27:21 +01001396DECLARE_TIMER(3101, "Set the timeout value for IMMEDIATE ASSIGNMENT.")
1397DECLARE_TIMER(3103, "Set the timeout value for HANDOVER.")
1398DECLARE_TIMER(3105, "Currently not used.")
1399DECLARE_TIMER(3107, "Currently not used.")
1400DECLARE_TIMER(3109, "Currently not used.")
Holger Hans Peter Freytherf30c0dc2010-05-31 21:33:15 +08001401DECLARE_TIMER(3111, "Set the RSL timeout to wait before releasing the RF Channel.")
Holger Hans Peter Freytherc8021062009-12-22 08:27:21 +01001402DECLARE_TIMER(3113, "Set the time to try paging a subscriber.")
1403DECLARE_TIMER(3115, "Currently not used.")
1404DECLARE_TIMER(3117, "Currently not used.")
1405DECLARE_TIMER(3119, "Currently not used.")
Harald Welte2862dca2010-12-23 14:39:29 +01001406DECLARE_TIMER(3122, "Waiting time (seconds) after IMM ASS REJECT")
Holger Hans Peter Freytherc8021062009-12-22 08:27:21 +01001407DECLARE_TIMER(3141, "Currently not used.")
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001408
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08001409DEFUN(cfg_net_dtx,
1410 cfg_net_dtx_cmd,
1411 "dtx-used (0|1)",
1412 "Enable the usage of DTX.\n"
1413 "DTX is enabled/disabled")
1414{
1415 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1416 gsmnet->dtx_enabled = atoi(argv[0]);
1417 return CMD_SUCCESS;
1418}
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001419
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +01001420DEFUN(cfg_net_subscr_keep,
1421 cfg_net_subscr_keep_cmd,
1422 "subscriber-keep-in-ram (0|1)",
1423 "Keep unused subscribers in RAM.\n"
1424 "Delete unused subscribers\n" "Keep unused subscribers\n")
1425{
1426 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1427 gsmnet->keep_subscr = atoi(argv[0]);
1428 return CMD_SUCCESS;
1429}
1430
Harald Welte5258fc42009-03-28 19:07:53 +00001431/* per-BTS configuration */
1432DEFUN(cfg_bts,
1433 cfg_bts_cmd,
1434 "bts BTS_NR",
Harald Welte8f0ed552010-05-11 21:53:49 +02001435 "Select a BTS to configure\n"
1436 "BTS Number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001437{
Harald Weltedcccb182010-05-16 20:52:23 +02001438 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte5258fc42009-03-28 19:07:53 +00001439 int bts_nr = atoi(argv[0]);
1440 struct gsm_bts *bts;
1441
Harald Weltee441d9c2009-06-21 16:17:15 +02001442 if (bts_nr > gsmnet->num_bts) {
1443 vty_out(vty, "%% The next unused BTS number is %u%s",
1444 gsmnet->num_bts, VTY_NEWLINE);
Harald Welte5258fc42009-03-28 19:07:53 +00001445 return CMD_WARNING;
Harald Weltee441d9c2009-06-21 16:17:15 +02001446 } else if (bts_nr == gsmnet->num_bts) {
1447 /* allocate a new one */
Harald Welte3300c012011-06-05 13:31:33 +02001448 bts = gsm_bts_alloc_register(gsmnet, GSM_BTS_TYPE_UNKNOWN,
1449 HARDCODED_TSC, HARDCODED_BSIC);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001450 } else
Harald Weltee441d9c2009-06-21 16:17:15 +02001451 bts = gsm_bts_num(gsmnet, bts_nr);
1452
Daniel Willmannf15c2762010-01-11 13:43:07 +01001453 if (!bts) {
1454 vty_out(vty, "%% Unable to allocate BTS %u%s",
1455 gsmnet->num_bts, VTY_NEWLINE);
Harald Weltee441d9c2009-06-21 16:17:15 +02001456 return CMD_WARNING;
Daniel Willmannf15c2762010-01-11 13:43:07 +01001457 }
Harald Welte5258fc42009-03-28 19:07:53 +00001458
1459 vty->index = bts;
Harald Welte197dea92010-05-14 17:59:53 +02001460 vty->index_sub = &bts->description;
Harald Welte5258fc42009-03-28 19:07:53 +00001461 vty->node = BTS_NODE;
1462
1463 return CMD_SUCCESS;
1464}
1465
1466DEFUN(cfg_bts_type,
1467 cfg_bts_type_cmd,
1468 "type TYPE",
1469 "Set the BTS type\n")
1470{
1471 struct gsm_bts *bts = vty->index;
Harald Welte39315c42010-01-10 18:01:52 +01001472 int rc;
Harald Welte5258fc42009-03-28 19:07:53 +00001473
Harald Welte39315c42010-01-10 18:01:52 +01001474 rc = gsm_set_bts_type(bts, parse_btstype(argv[0]));
1475 if (rc < 0)
1476 return CMD_WARNING;
Harald Welte8175e952009-10-20 00:22:00 +02001477
Harald Welte5258fc42009-03-28 19:07:53 +00001478 return CMD_SUCCESS;
1479}
1480
Harald Weltefcd24452009-06-20 18:15:19 +02001481DEFUN(cfg_bts_band,
1482 cfg_bts_band_cmd,
1483 "band BAND",
1484 "Set the frequency band of this BTS\n")
1485{
1486 struct gsm_bts *bts = vty->index;
Harald Welte42581822009-08-08 16:12:58 +02001487 int band = gsm_band_parse(argv[0]);
Harald Weltefcd24452009-06-20 18:15:19 +02001488
1489 if (band < 0) {
1490 vty_out(vty, "%% BAND %d is not a valid GSM band%s",
1491 band, VTY_NEWLINE);
1492 return CMD_WARNING;
1493 }
1494
1495 bts->band = band;
1496
1497 return CMD_SUCCESS;
1498}
1499
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02001500DEFUN(cfg_bts_ci,
1501 cfg_bts_ci_cmd,
1502 "cell_identity <0-65535>",
1503 "Set the Cell identity of this BTS\n")
1504{
1505 struct gsm_bts *bts = vty->index;
1506 int ci = atoi(argv[0]);
1507
1508 if (ci < 0 || ci > 0xffff) {
1509 vty_out(vty, "%% CI %d is not in the valid range (0-65535)%s",
1510 ci, VTY_NEWLINE);
1511 return CMD_WARNING;
1512 }
1513 bts->cell_identity = ci;
1514
1515 return CMD_SUCCESS;
1516}
1517
Harald Welte5258fc42009-03-28 19:07:53 +00001518DEFUN(cfg_bts_lac,
1519 cfg_bts_lac_cmd,
Holger Hans Peter Freyther0b7f4b32009-09-29 14:02:33 +02001520 "location_area_code <0-65535>",
Harald Welte5258fc42009-03-28 19:07:53 +00001521 "Set the Location Area Code (LAC) of this BTS\n")
1522{
1523 struct gsm_bts *bts = vty->index;
1524 int lac = atoi(argv[0]);
1525
Holger Hans Peter Freyther0b7f4b32009-09-29 14:02:33 +02001526 if (lac < 0 || lac > 0xffff) {
1527 vty_out(vty, "%% LAC %d is not in the valid range (0-65535)%s",
Harald Welte5258fc42009-03-28 19:07:53 +00001528 lac, VTY_NEWLINE);
1529 return CMD_WARNING;
1530 }
Holger Hans Peter Freythere48b9562009-10-01 04:07:15 +02001531
1532 if (lac == GSM_LAC_RESERVED_DETACHED || lac == GSM_LAC_RESERVED_ALL_BTS) {
1533 vty_out(vty, "%% LAC %d is reserved by GSM 04.08%s",
1534 lac, VTY_NEWLINE);
1535 return CMD_WARNING;
1536 }
1537
Harald Welte5258fc42009-03-28 19:07:53 +00001538 bts->location_area_code = lac;
1539
1540 return CMD_SUCCESS;
1541}
1542
Harald Weltea43f7892009-12-01 18:04:30 +05301543
Harald Welte5258fc42009-03-28 19:07:53 +00001544DEFUN(cfg_bts_tsc,
1545 cfg_bts_tsc_cmd,
1546 "training_sequence_code <0-255>",
1547 "Set the Training Sequence Code (TSC) of this BTS\n")
1548{
1549 struct gsm_bts *bts = vty->index;
1550 int tsc = atoi(argv[0]);
1551
1552 if (tsc < 0 || tsc > 0xff) {
1553 vty_out(vty, "%% TSC %d is not in the valid range (0-255)%s",
1554 tsc, VTY_NEWLINE);
1555 return CMD_WARNING;
1556 }
1557 bts->tsc = tsc;
1558
1559 return CMD_SUCCESS;
1560}
1561
Harald Welte78f2f502009-05-23 16:56:52 +00001562DEFUN(cfg_bts_bsic,
1563 cfg_bts_bsic_cmd,
1564 "base_station_id_code <0-63>",
1565 "Set the Base Station Identity Code (BSIC) of this BTS\n")
1566{
1567 struct gsm_bts *bts = vty->index;
1568 int bsic = atoi(argv[0]);
1569
1570 if (bsic < 0 || bsic > 0x3f) {
Harald Welte42581822009-08-08 16:12:58 +02001571 vty_out(vty, "%% BSIC %d is not in the valid range (0-255)%s",
Harald Welte78f2f502009-05-23 16:56:52 +00001572 bsic, VTY_NEWLINE);
1573 return CMD_WARNING;
1574 }
1575 bts->bsic = bsic;
1576
1577 return CMD_SUCCESS;
1578}
1579
1580
Harald Welte4cc34222009-05-01 15:12:31 +00001581DEFUN(cfg_bts_unit_id,
1582 cfg_bts_unit_id_cmd,
Harald Welte07dc73d2009-08-07 13:27:09 +02001583 "ip.access unit_id <0-65534> <0-255>",
1584 "Set the ip.access BTS Unit ID of this BTS\n")
Harald Welte4cc34222009-05-01 15:12:31 +00001585{
1586 struct gsm_bts *bts = vty->index;
1587 int site_id = atoi(argv[0]);
1588 int bts_id = atoi(argv[1]);
1589
Harald Welte07dc73d2009-08-07 13:27:09 +02001590 if (!is_ipaccess_bts(bts)) {
1591 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1592 return CMD_WARNING;
1593 }
1594
Harald Welte4cc34222009-05-01 15:12:31 +00001595 bts->ip_access.site_id = site_id;
1596 bts->ip_access.bts_id = bts_id;
1597
1598 return CMD_SUCCESS;
1599}
1600
Harald Weltefd355a32011-03-04 13:41:31 +01001601DEFUN(cfg_bts_serno,
1602 cfg_bts_serno_cmd,
1603 "hsl serial-number STRING",
1604 "Set the HSL Serial Number of this BTS\n")
1605{
1606 struct gsm_bts *bts = vty->index;
1607
1608 if (bts->type != GSM_BTS_TYPE_HSL_FEMTO) {
1609 vty_out(vty, "%% BTS is not of HSL type%s", VTY_NEWLINE);
1610 return CMD_WARNING;
1611 }
1612
1613 bts->hsl.serno = strtoul(argv[0], NULL, 10);
1614
1615 return CMD_SUCCESS;
1616}
1617
Harald Welte8f0ed552010-05-11 21:53:49 +02001618#define OML_STR "Organization & Maintenance Link\n"
1619#define IPA_STR "ip.access Specific Options\n"
1620
Harald Welte8175e952009-10-20 00:22:00 +02001621DEFUN(cfg_bts_stream_id,
1622 cfg_bts_stream_id_cmd,
1623 "oml ip.access stream_id <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001624 OML_STR IPA_STR
Harald Welte8175e952009-10-20 00:22:00 +02001625 "Set the ip.access Stream ID of the OML link of this BTS\n")
1626{
1627 struct gsm_bts *bts = vty->index;
1628 int stream_id = atoi(argv[0]);
1629
1630 if (!is_ipaccess_bts(bts)) {
1631 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1632 return CMD_WARNING;
1633 }
1634
1635 bts->oml_tei = stream_id;
1636
1637 return CMD_SUCCESS;
1638}
1639
Harald Welte8f0ed552010-05-11 21:53:49 +02001640#define OML_E1_STR OML_STR "E1 Line\n"
Harald Welte8175e952009-10-20 00:22:00 +02001641
Harald Welte42581822009-08-08 16:12:58 +02001642DEFUN(cfg_bts_oml_e1,
1643 cfg_bts_oml_e1_cmd,
1644 "oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001645 OML_E1_STR
Harald Welte42581822009-08-08 16:12:58 +02001646 "E1 interface to be used for OML\n")
1647{
1648 struct gsm_bts *bts = vty->index;
1649
1650 parse_e1_link(&bts->oml_e1_link, argv[0], argv[1], argv[2]);
1651
1652 return CMD_SUCCESS;
1653}
1654
1655
1656DEFUN(cfg_bts_oml_e1_tei,
1657 cfg_bts_oml_e1_tei_cmd,
1658 "oml e1 tei <0-63>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001659 OML_E1_STR
Harald Welte42581822009-08-08 16:12:58 +02001660 "Set the TEI to be used for OML")
1661{
1662 struct gsm_bts *bts = vty->index;
1663
1664 bts->oml_tei = atoi(argv[0]);
1665
1666 return CMD_SUCCESS;
1667}
1668
Harald Welte7a8fa412009-08-10 13:48:16 +02001669DEFUN(cfg_bts_challoc, cfg_bts_challoc_cmd,
1670 "channel allocator (ascending|descending)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001671 "Channnel Allocator\n" "Channel Allocator\n"
1672 "Allocate Timeslots and Transceivers in ascending order\n"
1673 "Allocate Timeslots and Transceivers in descending order\n")
Harald Welte7a8fa412009-08-10 13:48:16 +02001674{
1675 struct gsm_bts *bts = vty->index;
1676
1677 if (!strcmp(argv[0], "ascending"))
1678 bts->chan_alloc_reverse = 0;
1679 else
1680 bts->chan_alloc_reverse = 1;
1681
1682 return CMD_SUCCESS;
1683}
1684
Harald Welte8f0ed552010-05-11 21:53:49 +02001685#define RACH_STR "Random Access Control Channel\n"
1686
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01001687DEFUN(cfg_bts_rach_tx_integer,
1688 cfg_bts_rach_tx_integer_cmd,
1689 "rach tx integer <0-15>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001690 RACH_STR
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01001691 "Set the raw tx integer value in RACH Control parameters IE")
1692{
1693 struct gsm_bts *bts = vty->index;
1694 bts->si_common.rach_control.tx_integer = atoi(argv[0]) & 0xf;
1695 return CMD_SUCCESS;
1696}
1697
1698DEFUN(cfg_bts_rach_max_trans,
1699 cfg_bts_rach_max_trans_cmd,
1700 "rach max transmission (1|2|4|7)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001701 RACH_STR
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01001702 "Set the maximum number of RACH burst transmissions")
1703{
1704 struct gsm_bts *bts = vty->index;
1705 bts->si_common.rach_control.max_trans = rach_max_trans_val2raw(atoi(argv[0]));
1706 return CMD_SUCCESS;
1707}
1708
Harald Welte8f0ed552010-05-11 21:53:49 +02001709#define NM_STR "Network Management\n"
1710
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08001711DEFUN(cfg_bts_rach_nm_b_thresh,
1712 cfg_bts_rach_nm_b_thresh_cmd,
1713 "rach nm busy threshold <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001714 RACH_STR NM_STR
1715 "Set the NM Busy Threshold in dB")
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08001716{
1717 struct gsm_bts *bts = vty->index;
1718 bts->rach_b_thresh = atoi(argv[0]);
1719 return CMD_SUCCESS;
1720}
1721
1722DEFUN(cfg_bts_rach_nm_ldavg,
1723 cfg_bts_rach_nm_ldavg_cmd,
1724 "rach nm load average <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001725 RACH_STR NM_STR
1726 "Set the NM Loadaverage Slots value")
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08001727{
1728 struct gsm_bts *bts = vty->index;
1729 bts->rach_ldavg_slots = atoi(argv[0]);
1730 return CMD_SUCCESS;
1731}
1732
Harald Welte (local)5dececf2009-08-12 13:28:23 +02001733DEFUN(cfg_bts_cell_barred, cfg_bts_cell_barred_cmd,
1734 "cell barred (0|1)",
1735 "Should this cell be barred from access?")
1736{
1737 struct gsm_bts *bts = vty->index;
1738
Harald Welte71355012009-12-21 23:08:18 +01001739 bts->si_common.rach_control.cell_bar = atoi(argv[0]);
Harald Welte (local)5dececf2009-08-12 13:28:23 +02001740
1741 return CMD_SUCCESS;
1742}
1743
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08001744DEFUN(cfg_bts_rach_ec_allowed, cfg_bts_rach_ec_allowed_cmd,
1745 "rach emergency call allowed (0|1)",
1746 "Should this cell allow emergency calls?")
1747{
1748 struct gsm_bts *bts = vty->index;
1749
1750 if (atoi(argv[0]) == 0)
1751 bts->si_common.rach_control.t2 |= 0x4;
1752 else
1753 bts->si_common.rach_control.t2 &= ~0x4;
1754
1755 return CMD_SUCCESS;
1756}
1757
Harald Welte (local)0e451d02009-08-13 10:14:26 +02001758DEFUN(cfg_bts_ms_max_power, cfg_bts_ms_max_power_cmd,
1759 "ms max power <0-40>",
1760 "Maximum transmit power of the MS")
1761{
1762 struct gsm_bts *bts = vty->index;
1763
1764 bts->ms_max_power = atoi(argv[0]);
1765
1766 return CMD_SUCCESS;
1767}
1768
Harald Welte73225282009-12-12 18:17:25 +01001769DEFUN(cfg_bts_cell_resel_hyst, cfg_bts_cell_resel_hyst_cmd,
1770 "cell reselection hysteresis <0-14>",
1771 "Cell Re-Selection Hysteresis in dB")
1772{
1773 struct gsm_bts *bts = vty->index;
1774
1775 bts->si_common.cell_sel_par.cell_resel_hyst = atoi(argv[0])/2;
1776
1777 return CMD_SUCCESS;
1778}
1779
1780DEFUN(cfg_bts_rxlev_acc_min, cfg_bts_rxlev_acc_min_cmd,
1781 "rxlev access min <0-63>",
1782 "Minimum RxLev needed for cell access (better than -110dBm)")
1783{
1784 struct gsm_bts *bts = vty->index;
1785
1786 bts->si_common.cell_sel_par.rxlev_acc_min = atoi(argv[0]);
1787
1788 return CMD_SUCCESS;
1789}
1790
Sylvain Munaute0b06b02010-11-28 18:17:28 +01001791DEFUN(cfg_bts_cell_bar_qualify, cfg_bts_cell_bar_qualify_cmd,
1792 "cell bar qualify (0|1)",
1793 "Cell Bar Qualify")
1794{
1795 struct gsm_bts *bts = vty->index;
1796
1797 bts->si_common.cell_ro_sel_par.present = 1;
1798 bts->si_common.cell_ro_sel_par.cbq = atoi(argv[0]);
1799
1800 return CMD_SUCCESS;
1801}
1802
1803DEFUN(cfg_bts_cell_resel_ofs, cfg_bts_cell_resel_ofs_cmd,
1804 "cell reselection offset <0-126>",
1805 "Cell Re-Selection Offset in dB")
1806{
1807 struct gsm_bts *bts = vty->index;
1808
1809 bts->si_common.cell_ro_sel_par.present = 1;
1810 bts->si_common.cell_ro_sel_par.cell_resel_off = atoi(argv[0])/2;
1811
1812 return CMD_SUCCESS;
1813}
1814
1815DEFUN(cfg_bts_temp_ofs, cfg_bts_temp_ofs_cmd,
1816 "temporary offset <0-60>",
1817 "Cell selection temporary negative offset in dB")
1818{
1819 struct gsm_bts *bts = vty->index;
1820
1821 bts->si_common.cell_ro_sel_par.present = 1;
1822 bts->si_common.cell_ro_sel_par.temp_offs = atoi(argv[0])/10;
1823
1824 return CMD_SUCCESS;
1825}
1826
1827DEFUN(cfg_bts_temp_ofs_inf, cfg_bts_temp_ofs_inf_cmd,
1828 "temporary offset infinite",
1829 "Sets cell selection temporary negative offset to infinity")
1830{
1831 struct gsm_bts *bts = vty->index;
1832
1833 bts->si_common.cell_ro_sel_par.present = 1;
1834 bts->si_common.cell_ro_sel_par.temp_offs = 7;
1835
1836 return CMD_SUCCESS;
1837}
1838
1839DEFUN(cfg_bts_penalty_time, cfg_bts_penalty_time_cmd,
1840 "penalty time <20-620>",
1841 "Cell selection penalty time in seconds (by 20s increments)")
1842{
1843 struct gsm_bts *bts = vty->index;
1844
1845 bts->si_common.cell_ro_sel_par.present = 1;
1846 bts->si_common.cell_ro_sel_par.penalty_time = (atoi(argv[0])-20)/20;
1847
1848 return CMD_SUCCESS;
1849}
1850
1851DEFUN(cfg_bts_penalty_time_rsvd, cfg_bts_penalty_time_rsvd_cmd,
1852 "penalty time reserved",
1853 "Set cell selection penalty time to reserved value 31\n"
1854 "(indicate that CELL_RESELECT_OFFSET is subtracted from C2 "
1855 "and TEMPORARY_OFFSET is ignored)")
1856{
1857 struct gsm_bts *bts = vty->index;
1858
1859 bts->si_common.cell_ro_sel_par.present = 1;
1860 bts->si_common.cell_ro_sel_par.penalty_time = 31;
1861
1862 return CMD_SUCCESS;
1863}
1864
Harald Welte (local)efc92312009-08-14 23:09:25 +02001865DEFUN(cfg_bts_per_loc_upd, cfg_bts_per_loc_upd_cmd,
1866 "periodic location update <0-1530>",
1867 "Periodic Location Updating Interval in Minutes")
1868{
1869 struct gsm_bts *bts = vty->index;
1870
Dieter Spaard6613e02010-10-05 21:10:55 +02001871 bts->si_common.chan_desc.t3212 = atoi(argv[0]) / 6;
Harald Welte (local)efc92312009-08-14 23:09:25 +02001872
1873 return CMD_SUCCESS;
1874}
1875
Harald Welte8f0ed552010-05-11 21:53:49 +02001876#define GPRS_TEXT "GPRS Packet Network\n"
1877
Harald Welteaf387632010-03-14 23:30:30 +08001878DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
Harald Welte57ba7e32010-04-18 14:00:26 +02001879 "gprs cell bvci <2-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001880 GPRS_TEXT
1881 "GPRS Cell Settings\n"
Harald Welte97a282b2010-03-14 15:37:43 +08001882 "GPRS BSSGP VC Identifier")
1883{
1884 struct gsm_bts *bts = vty->index;
1885
Harald Welte4511d892010-04-18 15:51:20 +02001886 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08001887 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1888 return CMD_WARNING;
1889 }
1890
Harald Welte97a282b2010-03-14 15:37:43 +08001891 bts->gprs.cell.bvci = atoi(argv[0]);
1892
1893 return CMD_SUCCESS;
1894}
1895
Harald Weltea5731cf2010-03-22 11:48:36 +08001896DEFUN(cfg_bts_gprs_nsei, cfg_bts_gprs_nsei_cmd,
1897 "gprs nsei <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001898 GPRS_TEXT
Harald Weltea5731cf2010-03-22 11:48:36 +08001899 "GPRS NS Entity Identifier")
1900{
1901 struct gsm_bts *bts = vty->index;
1902
Harald Welte4511d892010-04-18 15:51:20 +02001903 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltea5731cf2010-03-22 11:48:36 +08001904 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1905 return CMD_WARNING;
1906 }
1907
1908 bts->gprs.nse.nsei = atoi(argv[0]);
1909
1910 return CMD_SUCCESS;
1911}
1912
Harald Welte8f0ed552010-05-11 21:53:49 +02001913#define NSVC_TEXT "Network Service Virtual Connection (NS-VC)\n" \
1914 "NSVC Logical Number\n"
Harald Weltea5731cf2010-03-22 11:48:36 +08001915
Harald Welte97a282b2010-03-14 15:37:43 +08001916DEFUN(cfg_bts_gprs_nsvci, cfg_bts_gprs_nsvci_cmd,
1917 "gprs nsvc <0-1> nsvci <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001918 GPRS_TEXT NSVC_TEXT
1919 "NS Virtual Connection Identifier\n"
Harald Welte97a282b2010-03-14 15:37:43 +08001920 "GPRS NS VC Identifier")
1921{
1922 struct gsm_bts *bts = vty->index;
1923 int idx = atoi(argv[0]);
1924
Harald Welte4511d892010-04-18 15:51:20 +02001925 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08001926 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1927 return CMD_WARNING;
1928 }
1929
Harald Welte97a282b2010-03-14 15:37:43 +08001930 bts->gprs.nsvc[idx].nsvci = atoi(argv[1]);
1931
1932 return CMD_SUCCESS;
1933}
1934
Harald Welteaf387632010-03-14 23:30:30 +08001935DEFUN(cfg_bts_gprs_nsvc_lport, cfg_bts_gprs_nsvc_lport_cmd,
1936 "gprs nsvc <0-1> local udp port <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001937 GPRS_TEXT NSVC_TEXT
Harald Welteaf387632010-03-14 23:30:30 +08001938 "GPRS NS Local UDP Port")
1939{
1940 struct gsm_bts *bts = vty->index;
1941 int idx = atoi(argv[0]);
1942
Harald Welte4511d892010-04-18 15:51:20 +02001943 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08001944 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1945 return CMD_WARNING;
1946 }
1947
Harald Welteaf387632010-03-14 23:30:30 +08001948 bts->gprs.nsvc[idx].local_port = atoi(argv[1]);
1949
1950 return CMD_SUCCESS;
1951}
1952
1953DEFUN(cfg_bts_gprs_nsvc_rport, cfg_bts_gprs_nsvc_rport_cmd,
1954 "gprs nsvc <0-1> remote udp port <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001955 GPRS_TEXT NSVC_TEXT
Harald Welteaf387632010-03-14 23:30:30 +08001956 "GPRS NS Remote UDP Port")
1957{
1958 struct gsm_bts *bts = vty->index;
1959 int idx = atoi(argv[0]);
1960
Harald Welte4511d892010-04-18 15:51:20 +02001961 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08001962 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1963 return CMD_WARNING;
1964 }
1965
Harald Welteaf387632010-03-14 23:30:30 +08001966 bts->gprs.nsvc[idx].remote_port = atoi(argv[1]);
1967
1968 return CMD_SUCCESS;
1969}
1970
1971DEFUN(cfg_bts_gprs_nsvc_rip, cfg_bts_gprs_nsvc_rip_cmd,
1972 "gprs nsvc <0-1> remote ip A.B.C.D",
Harald Welte8f0ed552010-05-11 21:53:49 +02001973 GPRS_TEXT NSVC_TEXT
Harald Welteaf387632010-03-14 23:30:30 +08001974 "GPRS NS Remote IP Address")
1975{
1976 struct gsm_bts *bts = vty->index;
1977 int idx = atoi(argv[0]);
1978 struct in_addr ia;
1979
Harald Welte4511d892010-04-18 15:51:20 +02001980 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08001981 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1982 return CMD_WARNING;
1983 }
1984
Harald Welteaf387632010-03-14 23:30:30 +08001985 inet_aton(argv[1], &ia);
1986 bts->gprs.nsvc[idx].remote_ip = ntohl(ia.s_addr);
1987
1988 return CMD_SUCCESS;
1989}
1990
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08001991DEFUN(cfg_bts_pag_free, cfg_bts_pag_free_cmd,
1992 "paging free FREE_NR",
1993 "Only page when having a certain amount of free slots. -1 to disable")
1994{
1995 struct gsm_bts *bts = vty->index;
1996
1997 bts->paging.free_chans_need = atoi(argv[0]);
1998 return CMD_SUCCESS;
1999}
2000
Harald Welte615e9562010-05-11 23:50:21 +02002001DEFUN(cfg_bts_gprs_ns_timer, cfg_bts_gprs_ns_timer_cmd,
2002 "gprs ns timer " NS_TIMERS " <0-255>",
2003 GPRS_TEXT "Network Service\n"
2004 "Network Service Timer\n"
2005 NS_TIMERS_HELP "Timer Value\n")
2006{
2007 struct gsm_bts *bts = vty->index;
2008 int idx = get_string_value(gprs_ns_timer_strs, argv[0]);
2009 int val = atoi(argv[1]);
2010
2011 if (bts->gprs.mode == BTS_GPRS_NONE) {
2012 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2013 return CMD_WARNING;
2014 }
2015
2016 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.nse.timer))
2017 return CMD_WARNING;
2018
2019 bts->gprs.nse.timer[idx] = val;
2020
2021 return CMD_SUCCESS;
2022}
2023
2024#define BSSGP_TIMERS "(blocking-timer|blocking-retries|unblocking-retries|reset-timer|reset-retries|suspend-timer|suspend-retries|resume-timer|resume-retries|capability-update-timer|capability-update-retries)"
Harald Welte28326062010-05-14 20:05:17 +02002025#define BSSGP_TIMERS_HELP \
2026 "Tbvc-block timeout\n" \
2027 "Tbvc-block retries\n" \
2028 "Tbvc-unblock retries\n" \
2029 "Tbvcc-reset timeout\n" \
2030 "Tbvc-reset retries\n" \
2031 "Tbvc-suspend timeout\n" \
2032 "Tbvc-suspend retries\n" \
2033 "Tbvc-resume timeout\n" \
2034 "Tbvc-resume retries\n" \
2035 "Tbvc-capa-update timeout\n" \
2036 "Tbvc-capa-update retries\n"
Harald Welte615e9562010-05-11 23:50:21 +02002037
2038DEFUN(cfg_bts_gprs_cell_timer, cfg_bts_gprs_cell_timer_cmd,
2039 "gprs cell timer " BSSGP_TIMERS " <0-255>",
2040 GPRS_TEXT "Cell / BSSGP\n"
2041 "Cell/BSSGP Timer\n"
2042 BSSGP_TIMERS_HELP "Timer Value\n")
2043{
2044 struct gsm_bts *bts = vty->index;
2045 int idx = get_string_value(gprs_bssgp_cfg_strs, argv[0]);
2046 int val = atoi(argv[1]);
2047
2048 if (bts->gprs.mode == BTS_GPRS_NONE) {
2049 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2050 return CMD_WARNING;
2051 }
2052
2053 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.cell.timer))
2054 return CMD_WARNING;
2055
2056 bts->gprs.cell.timer[idx] = val;
2057
2058 return CMD_SUCCESS;
2059}
2060
Harald Welte97a282b2010-03-14 15:37:43 +08002061DEFUN(cfg_bts_gprs_rac, cfg_bts_gprs_rac_cmd,
2062 "gprs routing area <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002063 GPRS_TEXT
Harald Welte97a282b2010-03-14 15:37:43 +08002064 "GPRS Routing Area Code")
2065{
2066 struct gsm_bts *bts = vty->index;
2067
Harald Welte4511d892010-04-18 15:51:20 +02002068 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002069 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2070 return CMD_WARNING;
2071 }
2072
Harald Welte97a282b2010-03-14 15:37:43 +08002073 bts->gprs.rac = atoi(argv[0]);
2074
2075 return CMD_SUCCESS;
2076}
2077
Harald Welte4511d892010-04-18 15:51:20 +02002078DEFUN(cfg_bts_gprs_mode, cfg_bts_gprs_mode_cmd,
2079 "gprs mode (none|gprs|egprs)",
Harald Welte8f0ed552010-05-11 21:53:49 +02002080 GPRS_TEXT
2081 "GPRS Mode for this BTS\n"
2082 "GPRS Disabled on this BTS\n"
2083 "GPRS Enabled on this BTS\n"
2084 "EGPRS (EDGE) Enabled on this BTS\n")
Harald Welteaf387632010-03-14 23:30:30 +08002085{
2086 struct gsm_bts *bts = vty->index;
Harald Weltef3d8e922010-06-14 22:44:42 +02002087 enum bts_gprs_mode mode = bts_gprs_mode_parse(argv[0]);
Harald Welteaf387632010-03-14 23:30:30 +08002088
Harald Weltef3d8e922010-06-14 22:44:42 +02002089 if (mode != BTS_GPRS_NONE &&
2090 !gsm_bts_has_feature(bts, BTS_FEAT_GPRS)) {
2091 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2092 VTY_NEWLINE);
2093 return CMD_WARNING;
2094 }
2095 if (mode == BTS_GPRS_EGPRS &&
2096 !gsm_bts_has_feature(bts, BTS_FEAT_EGPRS)) {
2097 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2098 VTY_NEWLINE);
2099 return CMD_WARNING;
2100 }
2101
2102 bts->gprs.mode = mode;
Harald Welteaf387632010-03-14 23:30:30 +08002103
2104 return CMD_SUCCESS;
2105}
2106
Harald Welte9fbff4a2010-07-30 11:50:09 +02002107#define SI_TEXT "System Information Messages\n"
2108#define SI_TYPE_TEXT "(1|2|3|4|5|6|7|8|9|10|13|16|17|18|19|20|2bis|2ter|2quater|5bis|5ter)"
2109#define SI_TYPE_HELP "System Information Type 1\n" \
2110 "System Information Type 2\n" \
2111 "System Information Type 3\n" \
2112 "System Information Type 4\n" \
2113 "System Information Type 5\n" \
2114 "System Information Type 6\n" \
2115 "System Information Type 7\n" \
2116 "System Information Type 8\n" \
2117 "System Information Type 9\n" \
2118 "System Information Type 10\n" \
2119 "System Information Type 13\n" \
2120 "System Information Type 16\n" \
2121 "System Information Type 17\n" \
2122 "System Information Type 18\n" \
2123 "System Information Type 19\n" \
2124 "System Information Type 20\n" \
2125 "System Information Type 2bis\n" \
2126 "System Information Type 2ter\n" \
2127 "System Information Type 2quater\n" \
2128 "System Information Type 5bis\n" \
2129 "System Information Type 5ter\n"
2130
2131DEFUN(cfg_bts_si_mode, cfg_bts_si_mode_cmd,
2132 "system-information " SI_TYPE_TEXT " mode (static|computed)",
2133 SI_TEXT SI_TYPE_HELP
2134 "System Information Mode\n"
2135 "Static user-specified\n"
2136 "Dynamic, BSC-computed\n")
2137{
2138 struct gsm_bts *bts = vty->index;
2139 int type;
2140
2141 type = get_string_value(osmo_sitype_strs, argv[0]);
2142 if (type < 0) {
2143 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2144 return CMD_WARNING;
2145 }
2146
2147 if (!strcmp(argv[1], "static"))
2148 bts->si_mode_static |= (1 << type);
2149 else
2150 bts->si_mode_static &= ~(1 << type);
2151
2152 return CMD_SUCCESS;
2153}
2154
2155DEFUN(cfg_bts_si_static, cfg_bts_si_static_cmd,
2156 "system-information " SI_TYPE_TEXT " static HEXSTRING",
2157 SI_TEXT SI_TYPE_HELP
2158 "Static System Information filling\n"
2159 "Static user-specified SI content in HEX notation\n")
2160{
2161 struct gsm_bts *bts = vty->index;
2162 int rc, type;
2163
2164 type = get_string_value(osmo_sitype_strs, argv[0]);
2165 if (type < 0) {
2166 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2167 return CMD_WARNING;
2168 }
2169
2170 if (!(bts->si_mode_static & (1 << type))) {
2171 vty_out(vty, "SI Type %s is not configured in static mode%s",
2172 get_value_string(osmo_sitype_strs, type), VTY_NEWLINE);
2173 return CMD_WARNING;
2174 }
2175
Harald Welte290aaed2010-07-30 11:53:18 +02002176 /* Fill buffer with padding pattern */
2177 memset(bts->si_buf[type], 0x2b, sizeof(bts->si_buf[type]));
2178
2179 /* Parse the user-specified SI in hex format, [partially] overwriting padding */
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02002180 rc = osmo_hexparse(argv[1], bts->si_buf[type], sizeof(bts->si_buf[0]));
Harald Welte9fbff4a2010-07-30 11:50:09 +02002181 if (rc < 0 || rc > sizeof(bts->si_buf[0])) {
2182 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
2183 return CMD_WARNING;
2184 }
2185
2186 /* Mark this SI as present */
2187 bts->si_valid |= (1 << type);
2188
2189 return CMD_SUCCESS;
2190}
2191
Harald Welte32c09622011-01-11 23:44:56 +01002192DEFUN(cfg_bts_neigh_mode, cfg_bts_neigh_mode_cmd,
Harald Welte64c07d22011-02-15 11:43:27 +01002193 "neighbor-list mode (automatic|manual|manual-si5)",
Harald Welte32c09622011-01-11 23:44:56 +01002194 "Neighbor List\n" "Mode of Neighbor List generation\n"
Harald Welte64c07d22011-02-15 11:43:27 +01002195 "Automatically from all BTS in this OpenBSC\n" "Manual\n"
2196 "Manual with different lists for SI2 and SI5\n")
Harald Welte32c09622011-01-11 23:44:56 +01002197{
2198 struct gsm_bts *bts = vty->index;
Harald Welte64c07d22011-02-15 11:43:27 +01002199 int mode = get_string_value(bts_neigh_mode_strs, argv[0]);
Harald Welte32c09622011-01-11 23:44:56 +01002200
Harald Welte64c07d22011-02-15 11:43:27 +01002201 switch (mode) {
2202 case NL_MODE_MANUAL_SI5SEP:
2203 case NL_MODE_MANUAL:
Harald Welte32c09622011-01-11 23:44:56 +01002204 /* make sure we clear the current list when switching to
2205 * manual mode */
2206 if (bts->neigh_list_manual_mode == 0)
2207 memset(&bts->si_common.data.neigh_list, 0,
2208 sizeof(bts->si_common.data.neigh_list));
Harald Welte64c07d22011-02-15 11:43:27 +01002209 break;
2210 default:
2211 break;
2212 }
2213
2214 bts->neigh_list_manual_mode = mode;
Harald Welte32c09622011-01-11 23:44:56 +01002215
2216 return CMD_SUCCESS;
2217}
2218
2219DEFUN(cfg_bts_neigh, cfg_bts_neigh_cmd,
2220 "neighbor-list (add|del) arfcn <0-1024>",
2221 "Neighbor List\n" "Add to manual neighbor list\n"
2222 "Delete from manual neighbor list\n" "ARFCN of neighbor\n"
2223 "ARFCN of neighbor\n")
2224{
2225 struct gsm_bts *bts = vty->index;
2226 struct bitvec *bv = &bts->si_common.neigh_list;
2227 uint16_t arfcn = atoi(argv[1]);
2228
2229 if (!bts->neigh_list_manual_mode) {
2230 vty_out(vty, "%% Cannot configure neighbor list in "
2231 "automatic mode%s", VTY_NEWLINE);
2232 return CMD_WARNING;
2233 }
2234
2235 if (!strcmp(argv[0], "add"))
2236 bitvec_set_bit_pos(bv, arfcn, 1);
2237 else
2238 bitvec_set_bit_pos(bv, arfcn, 0);
2239
2240 return CMD_SUCCESS;
2241}
2242
Harald Welte64c07d22011-02-15 11:43:27 +01002243DEFUN(cfg_bts_si5_neigh, cfg_bts_si5_neigh_cmd,
2244 "si5 neighbor-list (add|del) arfcn <0-1024>",
2245 "SI5 Neighbor List\n" "Add to manual SI5 neighbor list\n"
2246 "Delete from SI5 manual neighbor list\n" "ARFCN of neighbor\n"
2247 "ARFCN of neighbor\n")
2248{
2249 struct gsm_bts *bts = vty->index;
2250 struct bitvec *bv = &bts->si_common.si5_neigh_list;
2251 uint16_t arfcn = atoi(argv[1]);
2252
2253 if (!bts->neigh_list_manual_mode) {
2254 vty_out(vty, "%% Cannot configure neighbor list in "
2255 "automatic mode%s", VTY_NEWLINE);
2256 return CMD_WARNING;
2257 }
2258
2259 if (!strcmp(argv[0], "add"))
2260 bitvec_set_bit_pos(bv, arfcn, 1);
2261 else
2262 bitvec_set_bit_pos(bv, arfcn, 0);
2263
2264 return CMD_SUCCESS;
2265}
Harald Welte9fbff4a2010-07-30 11:50:09 +02002266
Harald Welte8f0ed552010-05-11 21:53:49 +02002267#define TRX_TEXT "Radio Transceiver\n"
Harald Welte7a8fa412009-08-10 13:48:16 +02002268
Harald Welte5258fc42009-03-28 19:07:53 +00002269/* per TRX configuration */
2270DEFUN(cfg_trx,
2271 cfg_trx_cmd,
2272 "trx TRX_NR",
Harald Welte8f0ed552010-05-11 21:53:49 +02002273 TRX_TEXT
Harald Welte5258fc42009-03-28 19:07:53 +00002274 "Select a TRX to configure")
2275{
2276 int trx_nr = atoi(argv[0]);
2277 struct gsm_bts *bts = vty->index;
2278 struct gsm_bts_trx *trx;
2279
Harald Weltee441d9c2009-06-21 16:17:15 +02002280 if (trx_nr > bts->num_trx) {
2281 vty_out(vty, "%% The next unused TRX number in this BTS is %u%s",
2282 bts->num_trx, VTY_NEWLINE);
Harald Welte5258fc42009-03-28 19:07:53 +00002283 return CMD_WARNING;
Harald Weltee441d9c2009-06-21 16:17:15 +02002284 } else if (trx_nr == bts->num_trx) {
2285 /* we need to allocate a new one */
2286 trx = gsm_bts_trx_alloc(bts);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02002287 } else
Harald Weltee441d9c2009-06-21 16:17:15 +02002288 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02002289
Harald Weltee441d9c2009-06-21 16:17:15 +02002290 if (!trx)
2291 return CMD_WARNING;
Harald Welte5258fc42009-03-28 19:07:53 +00002292
2293 vty->index = trx;
Harald Welte197dea92010-05-14 17:59:53 +02002294 vty->index_sub = &trx->description;
Harald Welte5258fc42009-03-28 19:07:53 +00002295 vty->node = TRX_NODE;
2296
2297 return CMD_SUCCESS;
2298}
2299
2300DEFUN(cfg_trx_arfcn,
2301 cfg_trx_arfcn_cmd,
Harald Welte93e90202010-05-14 19:00:52 +02002302 "arfcn <0-1024>",
Harald Welte5258fc42009-03-28 19:07:53 +00002303 "Set the ARFCN for this TRX\n")
2304{
2305 int arfcn = atoi(argv[0]);
2306 struct gsm_bts_trx *trx = vty->index;
2307
2308 /* FIXME: check if this ARFCN is supported by this TRX */
2309
2310 trx->arfcn = arfcn;
2311
2312 /* FIXME: patch ARFCN into SYSTEM INFORMATION */
2313 /* FIXME: use OML layer to update the ARFCN */
2314 /* FIXME: use RSL layer to update SYSTEM INFORMATION */
2315
2316 return CMD_SUCCESS;
2317}
2318
Harald Welte (local)7b37d972009-12-27 20:56:38 +01002319DEFUN(cfg_trx_nominal_power,
2320 cfg_trx_nominal_power_cmd,
2321 "nominal power <0-100>",
2322 "Nominal TRX RF Power in dB\n")
2323{
2324 struct gsm_bts_trx *trx = vty->index;
2325
2326 trx->nominal_power = atoi(argv[0]);
2327
2328 return CMD_SUCCESS;
2329}
2330
Harald Weltefcd24452009-06-20 18:15:19 +02002331DEFUN(cfg_trx_max_power_red,
2332 cfg_trx_max_power_red_cmd,
2333 "max_power_red <0-100>",
2334 "Reduction of maximum BS RF Power in dB\n")
2335{
2336 int maxpwr_r = atoi(argv[0]);
2337 struct gsm_bts_trx *trx = vty->index;
Harald Welte61a83b22009-11-18 09:20:22 +01002338 int upper_limit = 24; /* default 12.21 max power red. */
Harald Weltefcd24452009-06-20 18:15:19 +02002339
2340 /* FIXME: check if our BTS type supports more than 12 */
2341 if (maxpwr_r < 0 || maxpwr_r > upper_limit) {
2342 vty_out(vty, "%% Power %d dB is not in the valid range%s",
2343 maxpwr_r, VTY_NEWLINE);
2344 return CMD_WARNING;
2345 }
2346 if (maxpwr_r & 1) {
2347 vty_out(vty, "%% Power %d dB is not an even value%s",
2348 maxpwr_r, VTY_NEWLINE);
2349 return CMD_WARNING;
2350 }
2351
2352 trx->max_power_red = maxpwr_r;
2353
2354 /* FIXME: make sure we update this using OML */
2355
2356 return CMD_SUCCESS;
2357}
2358
Harald Welte42581822009-08-08 16:12:58 +02002359DEFUN(cfg_trx_rsl_e1,
2360 cfg_trx_rsl_e1_cmd,
2361 "rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
2362 "E1 interface to be used for RSL\n")
2363{
2364 struct gsm_bts_trx *trx = vty->index;
2365
2366 parse_e1_link(&trx->rsl_e1_link, argv[0], argv[1], argv[2]);
2367
2368 return CMD_SUCCESS;
2369}
2370
2371DEFUN(cfg_trx_rsl_e1_tei,
2372 cfg_trx_rsl_e1_tei_cmd,
2373 "rsl e1 tei <0-63>",
2374 "Set the TEI to be used for RSL")
2375{
2376 struct gsm_bts_trx *trx = vty->index;
2377
2378 trx->rsl_tei = atoi(argv[0]);
2379
2380 return CMD_SUCCESS;
2381}
2382
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01002383DEFUN(cfg_trx_rf_locked,
2384 cfg_trx_rf_locked_cmd,
2385 "rf_locked (0|1)",
2386 "Turn off RF of the TRX.\n")
2387{
2388 int locked = atoi(argv[0]);
2389 struct gsm_bts_trx *trx = vty->index;
2390
2391 gsm_trx_lock_rf(trx, locked);
2392 return CMD_SUCCESS;
2393}
Harald Welte42581822009-08-08 16:12:58 +02002394
Harald Welte5258fc42009-03-28 19:07:53 +00002395/* per TS configuration */
2396DEFUN(cfg_ts,
2397 cfg_ts_cmd,
Harald Welte42581822009-08-08 16:12:58 +02002398 "timeslot <0-7>",
Harald Welte5258fc42009-03-28 19:07:53 +00002399 "Select a Timeslot to configure")
2400{
2401 int ts_nr = atoi(argv[0]);
2402 struct gsm_bts_trx *trx = vty->index;
2403 struct gsm_bts_trx_ts *ts;
2404
2405 if (ts_nr >= TRX_NR_TS) {
2406 vty_out(vty, "%% A GSM TRX only has %u Timeslots per TRX%s",
2407 TRX_NR_TS, VTY_NEWLINE);
2408 return CMD_WARNING;
2409 }
2410
2411 ts = &trx->ts[ts_nr];
2412
2413 vty->index = ts;
2414 vty->node = TS_NODE;
2415
2416 return CMD_SUCCESS;
2417}
2418
Harald Weltea6fd58e2009-08-07 00:25:23 +02002419DEFUN(cfg_ts_pchan,
2420 cfg_ts_pchan_cmd,
2421 "phys_chan_config PCHAN",
2422 "Physical Channel configuration (TCH/SDCCH/...)")
2423{
2424 struct gsm_bts_trx_ts *ts = vty->index;
2425 int pchanc;
2426
2427 pchanc = gsm_pchan_parse(argv[0]);
2428 if (pchanc < 0)
2429 return CMD_WARNING;
2430
2431 ts->pchan = pchanc;
2432
2433 return CMD_SUCCESS;
2434}
2435
Harald Welte135a6482011-05-30 12:09:13 +02002436DEFUN(cfg_ts_tsc,
2437 cfg_ts_tsc_cmd,
2438 "training_sequence_code <0-7>",
2439 "Training Sequence Code")
2440{
2441 struct gsm_bts_trx_ts *ts = vty->index;
2442
2443 ts->tsc = atoi(argv[0]);
2444
2445 return CMD_SUCCESS;
2446}
2447
Harald Weltea39b0f22010-06-14 22:26:10 +02002448#define HOPPING_STR "Configure frequency hopping\n"
2449
2450DEFUN(cfg_ts_hopping,
2451 cfg_ts_hopping_cmd,
2452 "hopping enabled (0|1)",
2453 HOPPING_STR "Enable or disable frequency hopping\n"
2454 "Disable frequency hopping\n" "Enable frequency hopping\n")
2455{
2456 struct gsm_bts_trx_ts *ts = vty->index;
Harald Weltec2fb3d02010-06-14 22:47:37 +02002457 int enabled = atoi(argv[0]);
Harald Weltea39b0f22010-06-14 22:26:10 +02002458
Harald Weltec2fb3d02010-06-14 22:47:37 +02002459 if (enabled && !gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_HOPPING)) {
2460 vty_out(vty, "BTS model does not support hopping%s",
2461 VTY_NEWLINE);
2462 return CMD_WARNING;
2463 }
2464
2465 ts->hopping.enabled = enabled;
Harald Weltea39b0f22010-06-14 22:26:10 +02002466
2467 return CMD_SUCCESS;
2468}
2469
Harald Welte6e0cd042009-09-12 13:05:33 +02002470DEFUN(cfg_ts_hsn,
2471 cfg_ts_hsn_cmd,
Harald Weltea39b0f22010-06-14 22:26:10 +02002472 "hopping sequence-number <0-63>",
2473 HOPPING_STR
Harald Welte6e0cd042009-09-12 13:05:33 +02002474 "Which hopping sequence to use for this channel")
2475{
2476 struct gsm_bts_trx_ts *ts = vty->index;
2477
2478 ts->hopping.hsn = atoi(argv[0]);
2479
2480 return CMD_SUCCESS;
2481}
2482
2483DEFUN(cfg_ts_maio,
2484 cfg_ts_maio_cmd,
2485 "hopping maio <0-63>",
Harald Weltea39b0f22010-06-14 22:26:10 +02002486 HOPPING_STR
Harald Welte6e0cd042009-09-12 13:05:33 +02002487 "Which hopping MAIO to use for this channel")
2488{
2489 struct gsm_bts_trx_ts *ts = vty->index;
2490
2491 ts->hopping.maio = atoi(argv[0]);
2492
2493 return CMD_SUCCESS;
2494}
2495
2496DEFUN(cfg_ts_arfcn_add,
2497 cfg_ts_arfcn_add_cmd,
2498 "hopping arfcn add <0-1023>",
Harald Weltea39b0f22010-06-14 22:26:10 +02002499 HOPPING_STR "Configure hopping ARFCN list\n"
2500 "Add an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02002501{
2502 struct gsm_bts_trx_ts *ts = vty->index;
2503 int arfcn = atoi(argv[0]);
2504
Harald Weltea39b0f22010-06-14 22:26:10 +02002505 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 1);
2506
Harald Welte6e0cd042009-09-12 13:05:33 +02002507 return CMD_SUCCESS;
2508}
2509
2510DEFUN(cfg_ts_arfcn_del,
2511 cfg_ts_arfcn_del_cmd,
2512 "hopping arfcn del <0-1023>",
Harald Weltea39b0f22010-06-14 22:26:10 +02002513 HOPPING_STR "Configure hopping ARFCN list\n"
2514 "Delete an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02002515{
2516 struct gsm_bts_trx_ts *ts = vty->index;
2517 int arfcn = atoi(argv[0]);
2518
Harald Weltea39b0f22010-06-14 22:26:10 +02002519 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 0);
2520
Harald Welte6e0cd042009-09-12 13:05:33 +02002521 return CMD_SUCCESS;
2522}
2523
Harald Weltea6fd58e2009-08-07 00:25:23 +02002524DEFUN(cfg_ts_e1_subslot,
2525 cfg_ts_e1_subslot_cmd,
Harald Welte42581822009-08-08 16:12:58 +02002526 "e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Weltea6fd58e2009-08-07 00:25:23 +02002527 "E1 sub-slot connected to this on-air timeslot")
2528{
2529 struct gsm_bts_trx_ts *ts = vty->index;
2530
Harald Welte42581822009-08-08 16:12:58 +02002531 parse_e1_link(&ts->e1_link, argv[0], argv[1], argv[2]);
Harald Weltea6fd58e2009-08-07 00:25:23 +02002532
2533 return CMD_SUCCESS;
2534}
Harald Welte5258fc42009-03-28 19:07:53 +00002535
Harald Welte4f10c252010-05-16 21:47:13 +02002536void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *net)
2537{
2538 vty_out(vty, "Channel Requests : %lu total, %lu no channel%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02002539 osmo_counter_get(net->stats.chreq.total),
2540 osmo_counter_get(net->stats.chreq.no_channel), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02002541 vty_out(vty, "Channel Failures : %lu rf_failures, %lu rll failures%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02002542 osmo_counter_get(net->stats.chan.rf_fail),
2543 osmo_counter_get(net->stats.chan.rll_err), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02002544 vty_out(vty, "Paging : %lu attempted, %lu complete, %lu expired%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02002545 osmo_counter_get(net->stats.paging.attempted),
2546 osmo_counter_get(net->stats.paging.completed),
2547 osmo_counter_get(net->stats.paging.expired), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02002548 vty_out(vty, "BTS failures : %lu OML, %lu RSL%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02002549 osmo_counter_get(net->stats.bts.oml_fail),
2550 osmo_counter_get(net->stats.bts.rsl_fail), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02002551}
2552
Harald Welte5bc61dc2010-05-16 22:02:16 +02002553DEFUN(logging_fltr_imsi,
2554 logging_fltr_imsi_cmd,
2555 "logging filter imsi IMSI",
2556 LOGGING_STR FILTER_STR
2557 "Filter log messages by IMSI\n" "IMSI to be used as filter\n")
2558{
Harald Welte8dcebd32011-02-18 21:10:05 +01002559 struct log_target *tgt = osmo_log_vty2tgt(vty);
Harald Welte5bc61dc2010-05-16 22:02:16 +02002560
Harald Welte8dcebd32011-02-18 21:10:05 +01002561 if (!tgt)
Harald Welte5bc61dc2010-05-16 22:02:16 +02002562 return CMD_WARNING;
Harald Welte5bc61dc2010-05-16 22:02:16 +02002563
Harald Welte8dcebd32011-02-18 21:10:05 +01002564 log_set_imsi_filter(tgt, argv[0]);
Harald Welte5bc61dc2010-05-16 22:02:16 +02002565 return CMD_SUCCESS;
2566}
2567
Harald Welte8dcebd32011-02-18 21:10:05 +01002568
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002569DEFUN(drop_bts,
2570 drop_bts_cmd,
Holger Hans Peter Freyther0586b0f2010-04-11 12:46:45 +02002571 "drop bts connection <0-65535> (oml|rsl)",
2572 "Debug/Simulation command to drop ipaccess BTS\n"
2573 "BTS NR\n" "Connection Type\n")
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002574{
2575 struct gsm_network *gsmnet;
2576 struct gsm_bts_trx *trx;
2577 struct gsm_bts *bts;
2578 unsigned int bts_nr;
2579
2580 gsmnet = gsmnet_from_vty(vty);
2581
2582 bts_nr = atoi(argv[0]);
2583 if (bts_nr >= gsmnet->num_bts) {
2584 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
2585 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
2586 return CMD_WARNING;
2587 }
2588
2589 bts = gsm_bts_num(gsmnet, bts_nr);
2590 if (!bts) {
2591 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
2592 return CMD_WARNING;
2593 }
2594
2595 if (!is_ipaccess_bts(bts)) {
2596 vty_out(vty, "This command only works for ipaccess.%s", VTY_NEWLINE);
2597 return CMD_WARNING;
2598 }
2599
2600
2601 /* close all connections */
2602 if (strcmp(argv[1], "oml") == 0) {
Holger Hans Peter Freytherdab8e272010-11-15 20:29:46 +01002603 ipaccess_drop_oml(bts);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002604 } else if (strcmp(argv[1], "rsl") == 0) {
2605 /* close all rsl connections */
2606 llist_for_each_entry(trx, &bts->trx_list, list) {
Holger Hans Peter Freytherdab8e272010-11-15 20:29:46 +01002607 ipaccess_drop_rsl(trx);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002608 }
2609 } else {
2610 vty_out(vty, "Argument must be 'oml# or 'rsl'.%s", VTY_NEWLINE);
2611 return CMD_WARNING;
2612 }
2613
2614 return CMD_SUCCESS;
2615}
2616
Harald Welted0d2b0b2010-12-23 13:18:07 +01002617DEFUN(pdch_act, pdch_act_cmd,
2618 "bts <0-255> trx <0-255> timeslot <0-7> pdch (activate|deactivate)",
2619 "BTS related commands\n" "BTS Number\n" "Transceiver\n" "Transceiver Number\n"
2620 "TRX Timeslot\n" "Timeslot Number\n" "Packet Data Channel\n"
2621 "Activate Dynamic PDCH/TCH (-> PDCH mode)\n"
2622 "Deactivate Dynamic PDCH/TCH (-> TCH mode)\n")
2623{
2624 struct gsm_bts *bts;
2625 struct gsm_bts_trx *trx;
2626 struct gsm_bts_trx_ts *ts;
2627 int bts_nr = atoi(argv[0]);
2628 int trx_nr = atoi(argv[1]);
2629 int ts_nr = atoi(argv[2]);
2630 int activate;
2631
2632 bts = gsm_bts_num(bsc_gsmnet, bts_nr);
2633 if (!bts) {
2634 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
2635 return CMD_WARNING;
2636 }
2637
2638 if (!is_ipaccess_bts(bts)) {
2639 vty_out(vty, "%% This command only works for ipaccess BTS%s",
2640 VTY_NEWLINE);
2641 return CMD_WARNING;
2642 }
2643
2644 trx = gsm_bts_trx_num(bts, trx_nr);
2645 if (!trx) {
2646 vty_out(vty, "%% No such TRX (%d)%s", trx_nr, VTY_NEWLINE);
2647 return CMD_WARNING;
2648 }
2649
2650 ts = &trx->ts[ts_nr];
2651 if (ts->pchan != GSM_PCHAN_TCH_F_PDCH) {
2652 vty_out(vty, "%% Timeslot %u is not in dynamic TCH_F/PDCH "
2653 "mode%s", ts_nr, VTY_NEWLINE);
2654 return CMD_WARNING;
2655 }
2656
2657 if (!strcmp(argv[3], "activate"))
2658 activate = 1;
2659 else
2660 activate = 0;
2661
2662 rsl_ipacc_pdch_activate(ts, activate);
2663
2664 return CMD_SUCCESS;
2665
2666}
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002667
Harald Weltedcccb182010-05-16 20:52:23 +02002668extern int bsc_vty_init_extra(void);
Harald Welte1353f962010-05-16 19:20:24 +02002669extern const char *openbsc_copyright;
Holger Hans Peter Freythere1ffc082010-04-10 00:08:28 +02002670
Pablo Neira Ayuso739a5662011-03-09 13:36:32 +01002671int bsc_vty_init(const struct log_info *cat)
Harald Welte68628e82009-03-10 12:17:57 +00002672{
Harald Welteb4d5b172010-05-12 16:10:35 +00002673 install_element_ve(&show_net_cmd);
2674 install_element_ve(&show_bts_cmd);
2675 install_element_ve(&show_trx_cmd);
2676 install_element_ve(&show_ts_cmd);
2677 install_element_ve(&show_lchan_cmd);
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08002678 install_element_ve(&show_lchan_summary_cmd);
Harald Welte5bc61dc2010-05-16 22:02:16 +02002679 install_element_ve(&logging_fltr_imsi_cmd);
Harald Welte1bc77352009-03-10 19:47:51 +00002680
Harald Welteb4d5b172010-05-12 16:10:35 +00002681 install_element_ve(&show_e1drv_cmd);
2682 install_element_ve(&show_e1line_cmd);
2683 install_element_ve(&show_e1ts_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00002684
Harald Welteb4d5b172010-05-12 16:10:35 +00002685 install_element_ve(&show_paging_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00002686
Pablo Neira Ayuso739a5662011-03-09 13:36:32 +01002687 logging_vty_add_cmds(cat);
Harald Welte8dcebd32011-02-18 21:10:05 +01002688 install_element(CFG_LOG_NODE, &logging_fltr_imsi_cmd);
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +01002689
Harald Welte5013b2a2009-08-07 13:29:14 +02002690 install_element(CONFIG_NODE, &cfg_net_cmd);
2691 install_node(&net_node, config_write_net);
2692 install_default(GSMNET_NODE);
Harald Welte62ab20c2010-05-14 18:59:17 +02002693 install_element(GSMNET_NODE, &ournode_exit_cmd);
Harald Welte54f74242010-05-14 19:11:04 +02002694 install_element(GSMNET_NODE, &ournode_end_cmd);
Harald Welte42581822009-08-08 16:12:58 +02002695 install_element(GSMNET_NODE, &cfg_net_ncc_cmd);
Harald Welte5013b2a2009-08-07 13:29:14 +02002696 install_element(GSMNET_NODE, &cfg_net_mnc_cmd);
2697 install_element(GSMNET_NODE, &cfg_net_name_short_cmd);
2698 install_element(GSMNET_NODE, &cfg_net_name_long_cmd);
Harald Welte (local)69de3972009-08-12 14:42:23 +02002699 install_element(GSMNET_NODE, &cfg_net_auth_policy_cmd);
Harald Welte1085c092009-11-18 20:33:19 +01002700 install_element(GSMNET_NODE, &cfg_net_reject_cause_cmd);
Harald Welte4381cfe2009-08-30 15:47:06 +09002701 install_element(GSMNET_NODE, &cfg_net_encryption_cmd);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01002702 install_element(GSMNET_NODE, &cfg_net_neci_cmd);
Harald Welteeab84a12009-12-13 10:53:12 +01002703 install_element(GSMNET_NODE, &cfg_net_rrlp_mode_cmd);
Harald Welte3d23db42009-12-14 17:49:15 +01002704 install_element(GSMNET_NODE, &cfg_net_mm_info_cmd);
Harald Weltebc814502009-12-19 21:41:52 +01002705 install_element(GSMNET_NODE, &cfg_net_handover_cmd);
Harald Welteb720bd32009-12-21 16:51:50 +01002706 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_cmd);
2707 install_element(GSMNET_NODE, &cfg_net_ho_win_rxqual_avg_cmd);
2708 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_neigh_cmd);
2709 install_element(GSMNET_NODE, &cfg_net_ho_pwr_interval_cmd);
2710 install_element(GSMNET_NODE, &cfg_net_ho_pwr_hysteresis_cmd);
2711 install_element(GSMNET_NODE, &cfg_net_ho_max_distance_cmd);
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01002712 install_element(GSMNET_NODE, &cfg_net_T3101_cmd);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +01002713 install_element(GSMNET_NODE, &cfg_net_T3103_cmd);
2714 install_element(GSMNET_NODE, &cfg_net_T3105_cmd);
2715 install_element(GSMNET_NODE, &cfg_net_T3107_cmd);
2716 install_element(GSMNET_NODE, &cfg_net_T3109_cmd);
2717 install_element(GSMNET_NODE, &cfg_net_T3111_cmd);
2718 install_element(GSMNET_NODE, &cfg_net_T3113_cmd);
2719 install_element(GSMNET_NODE, &cfg_net_T3115_cmd);
2720 install_element(GSMNET_NODE, &cfg_net_T3117_cmd);
2721 install_element(GSMNET_NODE, &cfg_net_T3119_cmd);
Harald Weltec9f499f2010-12-23 22:53:50 +01002722 install_element(GSMNET_NODE, &cfg_net_T3122_cmd);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +01002723 install_element(GSMNET_NODE, &cfg_net_T3141_cmd);
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08002724 install_element(GSMNET_NODE, &cfg_net_dtx_cmd);
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +01002725 install_element(GSMNET_NODE, &cfg_net_subscr_keep_cmd);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08002726 install_element(GSMNET_NODE, &cfg_net_pag_any_tch_cmd);
Harald Welte5013b2a2009-08-07 13:29:14 +02002727
2728 install_element(GSMNET_NODE, &cfg_bts_cmd);
Harald Welte67ce0732009-08-06 19:06:46 +02002729 install_node(&bts_node, config_write_bts);
Harald Welte68628e82009-03-10 12:17:57 +00002730 install_default(BTS_NODE);
Harald Welte62ab20c2010-05-14 18:59:17 +02002731 install_element(BTS_NODE, &ournode_exit_cmd);
Harald Welte54f74242010-05-14 19:11:04 +02002732 install_element(BTS_NODE, &ournode_end_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00002733 install_element(BTS_NODE, &cfg_bts_type_cmd);
Harald Welte197dea92010-05-14 17:59:53 +02002734 install_element(BTS_NODE, &cfg_description_cmd);
2735 install_element(BTS_NODE, &cfg_no_description_cmd);
Harald Weltefcd24452009-06-20 18:15:19 +02002736 install_element(BTS_NODE, &cfg_bts_band_cmd);
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02002737 install_element(BTS_NODE, &cfg_bts_ci_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00002738 install_element(BTS_NODE, &cfg_bts_lac_cmd);
2739 install_element(BTS_NODE, &cfg_bts_tsc_cmd);
Harald Welte42581822009-08-08 16:12:58 +02002740 install_element(BTS_NODE, &cfg_bts_bsic_cmd);
Harald Welte4cc34222009-05-01 15:12:31 +00002741 install_element(BTS_NODE, &cfg_bts_unit_id_cmd);
Harald Weltefd355a32011-03-04 13:41:31 +01002742 install_element(BTS_NODE, &cfg_bts_serno_cmd);
Harald Welte8175e952009-10-20 00:22:00 +02002743 install_element(BTS_NODE, &cfg_bts_stream_id_cmd);
Harald Welte42581822009-08-08 16:12:58 +02002744 install_element(BTS_NODE, &cfg_bts_oml_e1_cmd);
2745 install_element(BTS_NODE, &cfg_bts_oml_e1_tei_cmd);
Harald Welte7a8fa412009-08-10 13:48:16 +02002746 install_element(BTS_NODE, &cfg_bts_challoc_cmd);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01002747 install_element(BTS_NODE, &cfg_bts_rach_tx_integer_cmd);
2748 install_element(BTS_NODE, &cfg_bts_rach_max_trans_cmd);
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08002749 install_element(BTS_NODE, &cfg_bts_rach_nm_b_thresh_cmd);
2750 install_element(BTS_NODE, &cfg_bts_rach_nm_ldavg_cmd);
Harald Welte (local)5dececf2009-08-12 13:28:23 +02002751 install_element(BTS_NODE, &cfg_bts_cell_barred_cmd);
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08002752 install_element(BTS_NODE, &cfg_bts_rach_ec_allowed_cmd);
Harald Welte (local)0e451d02009-08-13 10:14:26 +02002753 install_element(BTS_NODE, &cfg_bts_ms_max_power_cmd);
Harald Welte (local)efc92312009-08-14 23:09:25 +02002754 install_element(BTS_NODE, &cfg_bts_per_loc_upd_cmd);
Harald Welte73225282009-12-12 18:17:25 +01002755 install_element(BTS_NODE, &cfg_bts_cell_resel_hyst_cmd);
2756 install_element(BTS_NODE, &cfg_bts_rxlev_acc_min_cmd);
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002757 install_element(BTS_NODE, &cfg_bts_cell_bar_qualify_cmd);
2758 install_element(BTS_NODE, &cfg_bts_cell_resel_ofs_cmd);
2759 install_element(BTS_NODE, &cfg_bts_temp_ofs_cmd);
2760 install_element(BTS_NODE, &cfg_bts_temp_ofs_inf_cmd);
2761 install_element(BTS_NODE, &cfg_bts_penalty_time_cmd);
2762 install_element(BTS_NODE, &cfg_bts_penalty_time_rsvd_cmd);
Harald Welte4511d892010-04-18 15:51:20 +02002763 install_element(BTS_NODE, &cfg_bts_gprs_mode_cmd);
Harald Welte615e9562010-05-11 23:50:21 +02002764 install_element(BTS_NODE, &cfg_bts_gprs_ns_timer_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08002765 install_element(BTS_NODE, &cfg_bts_gprs_rac_cmd);
2766 install_element(BTS_NODE, &cfg_bts_gprs_bvci_cmd);
Harald Welte615e9562010-05-11 23:50:21 +02002767 install_element(BTS_NODE, &cfg_bts_gprs_cell_timer_cmd);
Harald Weltea5731cf2010-03-22 11:48:36 +08002768 install_element(BTS_NODE, &cfg_bts_gprs_nsei_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08002769 install_element(BTS_NODE, &cfg_bts_gprs_nsvci_cmd);
Harald Welteaf387632010-03-14 23:30:30 +08002770 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_lport_cmd);
2771 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rport_cmd);
2772 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rip_cmd);
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08002773 install_element(BTS_NODE, &cfg_bts_pag_free_cmd);
Harald Welte9fbff4a2010-07-30 11:50:09 +02002774 install_element(BTS_NODE, &cfg_bts_si_mode_cmd);
2775 install_element(BTS_NODE, &cfg_bts_si_static_cmd);
Harald Welte32c09622011-01-11 23:44:56 +01002776 install_element(BTS_NODE, &cfg_bts_neigh_mode_cmd);
2777 install_element(BTS_NODE, &cfg_bts_neigh_cmd);
Harald Welte64c07d22011-02-15 11:43:27 +01002778 install_element(BTS_NODE, &cfg_bts_si5_neigh_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00002779
Harald Welte5258fc42009-03-28 19:07:53 +00002780 install_element(BTS_NODE, &cfg_trx_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00002781 install_node(&trx_node, dummy_config_write);
Harald Welte68628e82009-03-10 12:17:57 +00002782 install_default(TRX_NODE);
Harald Welte62ab20c2010-05-14 18:59:17 +02002783 install_element(TRX_NODE, &ournode_exit_cmd);
Harald Welte54f74242010-05-14 19:11:04 +02002784 install_element(TRX_NODE, &ournode_end_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00002785 install_element(TRX_NODE, &cfg_trx_arfcn_cmd);
Harald Welte197dea92010-05-14 17:59:53 +02002786 install_element(TRX_NODE, &cfg_description_cmd);
2787 install_element(TRX_NODE, &cfg_no_description_cmd);
Harald Welte (local)7b37d972009-12-27 20:56:38 +01002788 install_element(TRX_NODE, &cfg_trx_nominal_power_cmd);
Harald Welte879dc972009-06-20 22:36:12 +02002789 install_element(TRX_NODE, &cfg_trx_max_power_red_cmd);
Harald Welte42581822009-08-08 16:12:58 +02002790 install_element(TRX_NODE, &cfg_trx_rsl_e1_cmd);
2791 install_element(TRX_NODE, &cfg_trx_rsl_e1_tei_cmd);
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01002792 install_element(TRX_NODE, &cfg_trx_rf_locked_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00002793
Harald Welte5258fc42009-03-28 19:07:53 +00002794 install_element(TRX_NODE, &cfg_ts_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00002795 install_node(&ts_node, dummy_config_write);
Harald Welte68628e82009-03-10 12:17:57 +00002796 install_default(TS_NODE);
Harald Welte62ab20c2010-05-14 18:59:17 +02002797 install_element(TS_NODE, &ournode_exit_cmd);
Harald Welte54f74242010-05-14 19:11:04 +02002798 install_element(TS_NODE, &ournode_end_cmd);
Harald Weltea6fd58e2009-08-07 00:25:23 +02002799 install_element(TS_NODE, &cfg_ts_pchan_cmd);
Harald Welte135a6482011-05-30 12:09:13 +02002800 install_element(TS_NODE, &cfg_ts_tsc_cmd);
Harald Weltea39b0f22010-06-14 22:26:10 +02002801 install_element(TS_NODE, &cfg_ts_hopping_cmd);
Harald Welte6e0cd042009-09-12 13:05:33 +02002802 install_element(TS_NODE, &cfg_ts_hsn_cmd);
2803 install_element(TS_NODE, &cfg_ts_maio_cmd);
2804 install_element(TS_NODE, &cfg_ts_arfcn_add_cmd);
2805 install_element(TS_NODE, &cfg_ts_arfcn_del_cmd);
Harald Weltea6fd58e2009-08-07 00:25:23 +02002806 install_element(TS_NODE, &cfg_ts_e1_subslot_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00002807
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002808 install_element(ENABLE_NODE, &drop_bts_cmd);
Harald Welted0d2b0b2010-12-23 13:18:07 +01002809 install_element(ENABLE_NODE, &pdch_act_cmd);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002810
Harald Welte81c9b9c2010-05-31 16:40:40 +02002811 abis_nm_vty_init();
Harald Weltee1d5eca2011-02-12 14:42:59 +01002812 abis_om2k_vty_init();
Harald Welte3016d9f2011-02-05 13:54:41 +01002813 e1inp_vty_init();
Harald Welte81c9b9c2010-05-31 16:40:40 +02002814
Harald Weltedcccb182010-05-16 20:52:23 +02002815 bsc_vty_init_extra();
Harald Welte40f82892009-05-23 17:31:39 +00002816
Harald Welte68628e82009-03-10 12:17:57 +00002817 return 0;
2818}