blob: 413eac44dced5acc2c6a56917b2253736c789215 [file] [log] [blame]
Harald Welte59b04682009-06-10 05:40:52 +08001/* OpenBSC interface to quagga VTY */
Harald Welte410575a2010-03-14 23:30:30 +08002/* (C) 2009-2010 by Harald Welte <laforge@gnumonks.org>
Harald Welte59b04682009-06-10 05:40:52 +08003 * All Rights Reserved
4 *
5 * This program is free software; you can redistribute it and/or modify
Harald Welte0e3e88e2011-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 Welte59b04682009-06-10 05:40:52 +08008 * (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 Welte0e3e88e2011-01-01 15:25:50 +010013 * GNU Affero General Public License for more details.
Harald Welte59b04682009-06-10 05:40:52 +080014 *
Harald Welte0e3e88e2011-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 Welte59b04682009-06-10 05:40:52 +080017 *
18 */
19
20#include <stdlib.h>
21#include <unistd.h>
Harald Welte59b04682009-06-10 05:40:52 +080022
Harald Weltebd9591f2010-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 Welte59b04682009-06-10 05:40:52 +080028
29#include <arpa/inet.h>
30
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010031#include <osmocom/core/linuxlist.h>
Harald Welte59b04682009-06-10 05:40:52 +080032#include <openbsc/gsm_data.h>
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +020033#include <osmocom/abis/e1_input.h>
Harald Welte59b04682009-06-10 05:40:52 +080034#include <openbsc/abis_nm.h>
Harald Welte30f93fb2011-02-19 16:48:17 +010035#include <openbsc/abis_om2000.h>
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010036#include <osmocom/core/utils.h>
37#include <osmocom/gsm/gsm_utils.h>
Harald Welte73e69942011-05-23 20:42:26 +020038#include <osmocom/gsm/abis_nm.h>
Harald Weltefe96f382009-12-22 13:09:29 +010039#include <openbsc/chan_alloc.h>
Harald Welte44007742009-12-22 21:43:14 +010040#include <openbsc/meas_rep.h>
Harald Welte59b04682009-06-10 05:40:52 +080041#include <openbsc/db.h>
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010042#include <osmocom/core/talloc.h>
Holger Hans Peter Freytherb70d45b2010-04-06 11:55:37 +020043#include <openbsc/vty.h>
Harald Weltecfb6b282012-06-16 14:59:56 +080044#include <osmocom/gprs/gprs_ns.h>
Harald Welted8acf142010-07-30 11:50:09 +020045#include <openbsc/system_information.h>
Harald Welte682ee5f2010-05-16 22:02:16 +020046#include <openbsc/debug.h>
Holger Hans Peter Freyther25176f12010-11-09 17:00:42 +010047#include <openbsc/paging.h>
Harald Welte64fcd772011-08-20 18:25:02 +020048#include <openbsc/ipaccess.h>
Harald Welte5213e992010-12-23 13:18:07 +010049#include <openbsc/abis_rsl.h>
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +010050#include <openbsc/osmo_msc_data.h>
51#include <openbsc/osmo_bsc_rf.h>
Harald Welte59b04682009-06-10 05:40:52 +080052
Harald Welted9dea592011-03-04 13:53:51 +010053#include "../../bscconfig.h"
Harald Welte10c29f62010-05-16 19:20:24 +020054
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +020055
56#define NETWORK_STR "Configure the GSM network\n"
57#define CODE_CMD_STR "Code commands\n"
58#define NAME_CMD_STR "Name Commands\n"
59#define NAME_STR "Name to use\n"
60#define LCHAN_NR_STR "Logical Channel Number\n"
61
62
Harald Welted6b62e32010-05-12 17:19:53 +000063/* FIXME: this should go to some common file */
64static const struct value_string gprs_ns_timer_strs[] = {
Harald Weltea9251762010-05-11 23:50:21 +020065 { 0, "tns-block" },
66 { 1, "tns-block-retries" },
67 { 2, "tns-reset" },
68 { 3, "tns-reset-retries" },
69 { 4, "tns-test" },
70 { 5, "tns-alive" },
71 { 6, "tns-alive-retries" },
72 { 0, NULL }
73};
74
Harald Welted6b62e32010-05-12 17:19:53 +000075static const struct value_string gprs_bssgp_cfg_strs[] = {
Harald Weltea9251762010-05-11 23:50:21 +020076 { 0, "blocking-timer" },
77 { 1, "blocking-retries" },
78 { 2, "unblocking-retries" },
79 { 3, "reset-timer" },
80 { 4, "reset-retries" },
81 { 5, "suspend-timer" },
82 { 6, "suspend-retries" },
83 { 7, "resume-timer" },
84 { 8, "resume-retries" },
85 { 9, "capability-update-timer" },
86 { 10, "capability-update-retries" },
87 { 0, NULL }
88};
89
Harald Weltef989b782011-02-15 11:43:27 +010090static const struct value_string bts_neigh_mode_strs[] = {
91 { NL_MODE_AUTOMATIC, "automatic" },
92 { NL_MODE_MANUAL, "manual" },
93 { NL_MODE_MANUAL_SI5SEP, "manual-si5" },
94 { 0, NULL }
95};
96
Harald Weltee87eb462009-08-07 13:29:14 +020097struct cmd_node net_node = {
98 GSMNET_NODE,
99 "%s(network)#",
100 1,
101};
102
Harald Welte59b04682009-06-10 05:40:52 +0800103struct cmd_node bts_node = {
104 BTS_NODE,
105 "%s(bts)#",
106 1,
107};
108
109struct cmd_node trx_node = {
110 TRX_NODE,
111 "%s(trx)#",
112 1,
113};
114
115struct cmd_node ts_node = {
116 TS_NODE,
117 "%s(ts)#",
118 1,
119};
120
Harald Welte61daf6d2010-05-27 13:39:40 +0200121extern struct gsm_network *bsc_gsmnet;
122
Harald Welte40152872010-05-16 20:52:23 +0200123struct gsm_network *gsmnet_from_vty(struct vty *v)
124{
Harald Welte61daf6d2010-05-27 13:39:40 +0200125 /* In case we read from the config file, the vty->priv cannot
126 * point to a struct telnet_connection, and thus conn->priv
127 * will not point to the gsm_network structure */
128#if 0
Harald Welte40152872010-05-16 20:52:23 +0200129 struct telnet_connection *conn = v->priv;
130 return (struct gsm_network *) conn->priv;
Harald Welte61daf6d2010-05-27 13:39:40 +0200131#else
132 return bsc_gsmnet;
133#endif
Harald Welte40152872010-05-16 20:52:23 +0200134}
135
Harald Welte59b04682009-06-10 05:40:52 +0800136static int dummy_config_write(struct vty *v)
137{
138 return CMD_SUCCESS;
139}
140
141static void net_dump_nmstate(struct vty *vty, struct gsm_nm_state *nms)
142{
143 vty_out(vty,"Oper '%s', Admin %u, Avail '%s'%s",
Harald Welte306a8892011-05-23 20:30:39 +0200144 abis_nm_opstate_name(nms->operational), nms->administrative,
145 abis_nm_avail_name(nms->availability), VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800146}
147
Harald Weltefe96f382009-12-22 13:09:29 +0100148static void dump_pchan_load_vty(struct vty *vty, char *prefix,
149 const struct pchan_load *pl)
150{
151 int i;
152
153 for (i = 0; i < ARRAY_SIZE(pl->pchan); i++) {
154 const struct load_counter *lc = &pl->pchan[i];
155 unsigned int percent;
156
157 if (lc->total == 0)
158 continue;
159
160 percent = (lc->used * 100) / lc->total;
161
162 vty_out(vty, "%s%20s: %3u%% (%u/%u)%s", prefix,
163 gsm_pchan_name(i), percent, lc->used, lc->total,
164 VTY_NEWLINE);
165 }
166}
167
Harald Welte59b04682009-06-10 05:40:52 +0800168static void net_dump_vty(struct vty *vty, struct gsm_network *net)
169{
Harald Weltefe96f382009-12-22 13:09:29 +0100170 struct pchan_load pl;
171
Harald Welte59b04682009-06-10 05:40:52 +0800172 vty_out(vty, "BSC is on Country Code %u, Network Code %u "
173 "and has %u BTS%s", net->country_code, net->network_code,
174 net->num_bts, VTY_NEWLINE);
175 vty_out(vty, " Long network name: '%s'%s",
176 net->name_long, VTY_NEWLINE);
177 vty_out(vty, " Short network name: '%s'%s",
178 net->name_short, VTY_NEWLINE);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +0200179 vty_out(vty, " Authentication policy: %s%s",
180 gsm_auth_policy_name(net->auth_policy), VTY_NEWLINE);
Harald Welte59936d72009-11-18 20:33:19 +0100181 vty_out(vty, " Location updating reject cause: %u%s",
182 net->reject_cause, VTY_NEWLINE);
Harald Weltecca253a2009-08-30 15:47:06 +0900183 vty_out(vty, " Encryption: A5/%u%s", net->a5_encryption,
184 VTY_NEWLINE);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +0100185 vty_out(vty, " NECI (TCH/H): %u%s", net->neci,
186 VTY_NEWLINE);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +0800187 vty_out(vty, " Use TCH for Paging any: %d%s", net->pag_any_tch,
188 VTY_NEWLINE);
Harald Welte52af1952009-12-13 10:53:12 +0100189 vty_out(vty, " RRLP Mode: %s%s", rrlp_mode_name(net->rrlp.mode),
190 VTY_NEWLINE);
Harald Weltea310f3e2009-12-14 09:00:24 +0100191 vty_out(vty, " MM Info: %s%s", net->send_mm_info ? "On" : "Off",
192 VTY_NEWLINE);
Harald Welte0af9c9f2009-12-19 21:41:52 +0100193 vty_out(vty, " Handover: %s%s", net->handover.active ? "On" : "Off",
194 VTY_NEWLINE);
Harald Weltefe96f382009-12-22 13:09:29 +0100195 network_chan_load(&pl, net);
196 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
197 dump_pchan_load_vty(vty, " ", &pl);
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100198
199 /* show rf */
Holger Hans Peter Freyther4d614172011-08-15 15:53:00 +0200200 if (net->bsc_data && net->bsc_data->rf_ctrl)
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100201 vty_out(vty, " Last RF Command: %s%s",
Holger Hans Peter Freyther4d614172011-08-15 15:53:00 +0200202 net->bsc_data->rf_ctrl->last_state_command,
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100203 VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800204}
205
206DEFUN(show_net, show_net_cmd, "show network",
207 SHOW_STR "Display information about a GSM NETWORK\n")
208{
Harald Welte40152872010-05-16 20:52:23 +0200209 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800210 net_dump_vty(vty, net);
211
212 return CMD_SUCCESS;
213}
214
215static void e1isl_dump_vty(struct vty *vty, struct e1inp_sign_link *e1l)
216{
217 struct e1inp_line *line;
218
219 if (!e1l) {
220 vty_out(vty, " None%s", VTY_NEWLINE);
221 return;
222 }
223
224 line = e1l->ts->line;
225
226 vty_out(vty, " E1 Line %u, Type %s: Timeslot %u, Mode %s%s",
227 line->num, line->driver->name, e1l->ts->num,
228 e1inp_signtype_name(e1l->type), VTY_NEWLINE);
229 vty_out(vty, " E1 TEI %u, SAPI %u%s",
230 e1l->tei, e1l->sapi, VTY_NEWLINE);
231}
232
233static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts)
234{
Harald Weltefe96f382009-12-22 13:09:29 +0100235 struct pchan_load pl;
236
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +0200237 vty_out(vty, "BTS %u is of %s type in band %s, has CI %u LAC %u, "
Harald Welte91afe4c2009-06-20 18:15:19 +0200238 "BSIC %u, TSC %u and %u TRX%s",
239 bts->nr, btstype2str(bts->type), gsm_band_name(bts->band),
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +0200240 bts->cell_identity,
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +0200241 bts->location_area_code, bts->bsic, bts->tsc,
Harald Welte91afe4c2009-06-20 18:15:19 +0200242 bts->num_trx, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200243 vty_out(vty, "Description: %s%s",
244 bts->description ? bts->description : "(null)", VTY_NEWLINE);
Harald Welte8e9d1792009-12-12 15:38:16 +0100245 vty_out(vty, "MS Max power: %u dBm%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100246 vty_out(vty, "Minimum Rx Level for Access: %i dBm%s",
Harald Welte8e9d1792009-12-12 15:38:16 +0100247 rxlev2dbm(bts->si_common.cell_sel_par.rxlev_acc_min),
248 VTY_NEWLINE);
249 vty_out(vty, "Cell Reselection Hysteresis: %u dBm%s",
Harald Welteb761bf82009-12-12 18:17:25 +0100250 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +0100251 vty_out(vty, "RACH TX-Integer: %u%s", bts->si_common.rach_control.tx_integer,
252 VTY_NEWLINE);
253 vty_out(vty, "RACH Max transmissions: %u%s",
254 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
255 VTY_NEWLINE);
Harald Welte8c973ba2009-12-21 23:08:18 +0100256 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)e19be3f2009-08-12 13:28:23 +0200257 vty_out(vty, " CELL IS BARRED%s", VTY_NEWLINE);
Harald Welted8acf142010-07-30 11:50:09 +0200258 vty_out(vty, "System Information present: 0x%08x, static: 0x%08x%s",
259 bts->si_valid, bts->si_mode_static, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800260 if (is_ipaccess_bts(bts))
Harald Welte25572872009-10-20 00:22:00 +0200261 vty_out(vty, " Unit ID: %u/%u/0, OML Stream ID 0x%02x%s",
Harald Welte59b04682009-06-10 05:40:52 +0800262 bts->ip_access.site_id, bts->ip_access.bts_id,
Harald Welte25572872009-10-20 00:22:00 +0200263 bts->oml_tei, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100264 else if (bts->type == GSM_BTS_TYPE_HSL_FEMTO)
265 vty_out(vty, " Serial Number: %lu%s", bts->hsl.serno, VTY_NEWLINE);
Sylvain Munautcb8e8432011-10-17 14:04:55 +0200266 else if (bts->type == GSM_BTS_TYPE_NOKIA_SITE)
267 vty_out(vty, " Skip Reset: %d%s",
268 bts->nokia.skip_reset, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800269 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200270 net_dump_nmstate(vty, &bts->mo.nm_state);
Harald Welte59b04682009-06-10 05:40:52 +0800271 vty_out(vty, " Site Mgr NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200272 net_dump_nmstate(vty, &bts->site_mgr.mo.nm_state);
Holger Hans Peter Freyther914ff192011-04-26 15:52:34 +0200273 vty_out(vty, " Paging: %u pending requests, %u free slots%s",
274 paging_pending_requests_nr(bts),
Harald Welte59b04682009-06-10 05:40:52 +0800275 bts->paging.available_slots, VTY_NEWLINE);
Holger Hans Peter Freytherb5c79c92010-11-25 16:28:45 +0100276 if (is_ipaccess_bts(bts)) {
277 vty_out(vty, " OML Link state: %s.%s",
278 bts->oml_link ? "connected" : "disconnected", VTY_NEWLINE);
279 } else {
Harald Welte25572872009-10-20 00:22:00 +0200280 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
281 e1isl_dump_vty(vty, bts->oml_link);
282 }
Holger Hans Peter Freytherb5c79c92010-11-25 16:28:45 +0100283
284 /* FIXME: chan_desc */
Harald Weltefe96f382009-12-22 13:09:29 +0100285 memset(&pl, 0, sizeof(pl));
286 bts_chan_load(&pl, bts);
287 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
288 dump_pchan_load_vty(vty, " ", &pl);
Harald Welte59b04682009-06-10 05:40:52 +0800289}
290
291DEFUN(show_bts, show_bts_cmd, "show bts [number]",
292 SHOW_STR "Display information about a BTS\n"
293 "BTS number")
294{
Harald Welte40152872010-05-16 20:52:23 +0200295 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800296 int bts_nr;
297
298 if (argc != 0) {
299 /* use the BTS number that the user has specified */
300 bts_nr = atoi(argv[0]);
Harald Welteda5db862010-12-24 12:24:03 +0100301 if (bts_nr >= net->num_bts) {
Harald Welte59b04682009-06-10 05:40:52 +0800302 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
303 VTY_NEWLINE);
304 return CMD_WARNING;
305 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200306 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte59b04682009-06-10 05:40:52 +0800307 return CMD_SUCCESS;
308 }
309 /* print all BTS's */
310 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++)
Harald Weltee712a5f2009-06-21 16:17:15 +0200311 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte59b04682009-06-10 05:40:52 +0800312
313 return CMD_SUCCESS;
314}
315
Harald Welte62868882009-08-08 16:12:58 +0200316/* utility functions */
317static void parse_e1_link(struct gsm_e1_subslot *e1_link, const char *line,
318 const char *ts, const char *ss)
319{
320 e1_link->e1_nr = atoi(line);
321 e1_link->e1_ts = atoi(ts);
322 if (!strcmp(ss, "full"))
323 e1_link->e1_ts_ss = 255;
324 else
325 e1_link->e1_ts_ss = atoi(ss);
326}
327
328static void config_write_e1_link(struct vty *vty, struct gsm_e1_subslot *e1_link,
329 const char *prefix)
330{
331 if (!e1_link->e1_ts)
332 return;
333
334 if (e1_link->e1_ts_ss == 255)
335 vty_out(vty, "%se1 line %u timeslot %u sub-slot full%s",
336 prefix, e1_link->e1_nr, e1_link->e1_ts, VTY_NEWLINE);
337 else
338 vty_out(vty, "%se1 line %u timeslot %u sub-slot %u%s",
339 prefix, e1_link->e1_nr, e1_link->e1_ts,
340 e1_link->e1_ts_ss, VTY_NEWLINE);
341}
342
343
Harald Welte97ceef92009-08-06 19:06:46 +0200344static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
345{
Harald Welte62868882009-08-08 16:12:58 +0200346 vty_out(vty, " timeslot %u%s", ts->nr, VTY_NEWLINE);
Harald Welte85771a42011-05-30 12:09:13 +0200347 if (ts->tsc != -1 && ts->tsc != ts->trx->bts->tsc)
348 vty_out(vty, " training_sequence_code %u%s", ts->tsc, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200349 if (ts->pchan != GSM_PCHAN_NONE)
350 vty_out(vty, " phys_chan_config %s%s",
351 gsm_pchan_name(ts->pchan), VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200352 vty_out(vty, " hopping enabled %u%s",
353 ts->hopping.enabled, VTY_NEWLINE);
354 if (ts->hopping.enabled) {
355 unsigned int i;
356 vty_out(vty, " hopping sequence-number %u%s",
Harald Welte67104d12009-09-12 13:05:33 +0200357 ts->hopping.hsn, VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200358 vty_out(vty, " hopping maio %u%s",
Harald Welte67104d12009-09-12 13:05:33 +0200359 ts->hopping.maio, VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200360 for (i = 0; i < ts->hopping.arfcns.data_len*8; i++) {
361 if (!bitvec_get_bit_pos(&ts->hopping.arfcns, i))
362 continue;
363 vty_out(vty, " hopping arfcn add %u%s",
364 i, VTY_NEWLINE);
365 }
Harald Welteff598092010-12-24 12:07:07 +0100366 }
Harald Welte62868882009-08-08 16:12:58 +0200367 config_write_e1_link(vty, &ts->e1_link, " ");
Harald Weltec02789e2011-02-14 16:15:21 +0100368
369 if (ts->trx->bts->model->config_write_ts)
370 ts->trx->bts->model->config_write_ts(vty, ts);
Harald Welte97ceef92009-08-06 19:06:46 +0200371}
372
373static void config_write_trx_single(struct vty *vty, struct gsm_bts_trx *trx)
374{
375 int i;
376
Harald Weltee87eb462009-08-07 13:29:14 +0200377 vty_out(vty, " trx %u%s", trx->nr, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200378 if (trx->description)
379 vty_out(vty, " description %s%s", trx->description,
380 VTY_NEWLINE);
Holger Hans Peter Freyther32be2aa2010-04-17 06:42:07 +0200381 vty_out(vty, " rf_locked %u%s",
Harald Welte69f6f812011-05-30 12:07:53 +0200382 trx->mo.nm_state.administrative == NM_STATE_LOCKED ? 1 : 0,
Holger Hans Peter Freyther32be2aa2010-04-17 06:42:07 +0200383 VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200384 vty_out(vty, " arfcn %u%s", trx->arfcn, VTY_NEWLINE);
Harald Welte (local)b709bfe2009-12-27 20:56:38 +0100385 vty_out(vty, " nominal power %u%s", trx->nominal_power, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200386 vty_out(vty, " max_power_red %u%s", trx->max_power_red, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200387 config_write_e1_link(vty, &trx->rsl_e1_link, " rsl ");
388 vty_out(vty, " rsl e1 tei %u%s", trx->rsl_tei, VTY_NEWLINE);
Harald Welte97ceef92009-08-06 19:06:46 +0200389
Harald Weltec02789e2011-02-14 16:15:21 +0100390 if (trx->bts->model->config_write_trx)
391 trx->bts->model->config_write_trx(vty, trx);
392
Harald Welte97ceef92009-08-06 19:06:46 +0200393 for (i = 0; i < TRX_NR_TS; i++)
394 config_write_ts_single(vty, &trx->ts[i]);
395}
396
Harald Weltea9251762010-05-11 23:50:21 +0200397static void config_write_bts_gprs(struct vty *vty, struct gsm_bts *bts)
398{
399 unsigned int i;
400 vty_out(vty, " gprs mode %s%s", bts_gprs_mode_name(bts->gprs.mode),
401 VTY_NEWLINE);
402 if (bts->gprs.mode == BTS_GPRS_NONE)
403 return;
404
405 vty_out(vty, " gprs routing area %u%s", bts->gprs.rac,
406 VTY_NEWLINE);
407 vty_out(vty, " gprs cell bvci %u%s", bts->gprs.cell.bvci,
408 VTY_NEWLINE);
409 for (i = 0; i < ARRAY_SIZE(bts->gprs.cell.timer); i++)
410 vty_out(vty, " gprs cell timer %s %u%s",
411 get_value_string(gprs_bssgp_cfg_strs, i),
412 bts->gprs.cell.timer[i], VTY_NEWLINE);
413 vty_out(vty, " gprs nsei %u%s", bts->gprs.nse.nsei,
414 VTY_NEWLINE);
415 for (i = 0; i < ARRAY_SIZE(bts->gprs.nse.timer); i++)
416 vty_out(vty, " gprs ns timer %s %u%s",
417 get_value_string(gprs_ns_timer_strs, i),
418 bts->gprs.nse.timer[i], VTY_NEWLINE);
419 for (i = 0; i < ARRAY_SIZE(bts->gprs.nsvc); i++) {
420 struct gsm_bts_gprs_nsvc *nsvc =
421 &bts->gprs.nsvc[i];
422 struct in_addr ia;
423
424 ia.s_addr = htonl(nsvc->remote_ip);
425 vty_out(vty, " gprs nsvc %u nsvci %u%s", i,
426 nsvc->nsvci, VTY_NEWLINE);
427 vty_out(vty, " gprs nsvc %u local udp port %u%s", i,
428 nsvc->local_port, VTY_NEWLINE);
429 vty_out(vty, " gprs nsvc %u remote udp port %u%s", i,
430 nsvc->remote_port, VTY_NEWLINE);
431 vty_out(vty, " gprs nsvc %u remote ip %s%s", i,
432 inet_ntoa(ia), VTY_NEWLINE);
433 }
434}
435
Harald Welte97ceef92009-08-06 19:06:46 +0200436static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
437{
438 struct gsm_bts_trx *trx;
Harald Welted8acf142010-07-30 11:50:09 +0200439 int i;
Harald Welte97ceef92009-08-06 19:06:46 +0200440
Harald Weltee87eb462009-08-07 13:29:14 +0200441 vty_out(vty, " bts %u%s", bts->nr, VTY_NEWLINE);
442 vty_out(vty, " type %s%s", btstype2str(bts->type), VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200443 if (bts->description)
444 vty_out(vty, " description %s%s", bts->description, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200445 vty_out(vty, " band %s%s", gsm_band_name(bts->band), VTY_NEWLINE);
Holger Hans Peter Freyther6d82b7c2009-11-19 16:38:49 +0100446 vty_out(vty, " cell_identity %u%s", bts->cell_identity, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200447 vty_out(vty, " location_area_code %u%s", bts->location_area_code,
Harald Welte97ceef92009-08-06 19:06:46 +0200448 VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200449 vty_out(vty, " training_sequence_code %u%s", bts->tsc, VTY_NEWLINE);
450 vty_out(vty, " base_station_id_code %u%s", bts->bsic, VTY_NEWLINE);
Gus Bourgf9dc16b2011-12-02 10:18:17 +0100451 if (bts->tz_bts_specific != 0)
452 vty_out(vty, " timezone %d %d%s", bts->tzhr, bts->tzmn, VTY_NEWLINE);
Harald Welte (local)cbd46102009-08-13 10:14:26 +0200453 vty_out(vty, " ms max power %u%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100454 vty_out(vty, " cell reselection hysteresis %u%s",
455 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
456 vty_out(vty, " rxlev access min %u%s",
457 bts->si_common.cell_sel_par.rxlev_acc_min, VTY_NEWLINE);
Sylvain Munaut00d71462010-11-28 18:17:28 +0100458
459 if (bts->si_common.cell_ro_sel_par.present) {
460 struct gsm48_si_selection_params *sp;
461 sp = &bts->si_common.cell_ro_sel_par;
462
463 if (sp->cbq)
464 vty_out(vty, " cell bar qualify %u%s",
465 sp->cbq, VTY_NEWLINE);
466
467 if (sp->cell_resel_off)
468 vty_out(vty, " cell reselection offset %u%s",
469 sp->cell_resel_off*2, VTY_NEWLINE);
470
471 if (sp->temp_offs == 7)
472 vty_out(vty, " temporary offset infinite%s",
473 VTY_NEWLINE);
474 else if (sp->temp_offs)
475 vty_out(vty, " temporary offset %u%s",
476 sp->temp_offs*10, VTY_NEWLINE);
477
478 if (sp->penalty_time == 31)
479 vty_out(vty, " penalty time reserved%s",
480 VTY_NEWLINE);
481 else if (sp->penalty_time)
482 vty_out(vty, " penalty time %u%s",
483 (sp->penalty_time*20)+20, VTY_NEWLINE);
484 }
485
Harald Weltea54a2bb2009-12-01 18:04:30 +0530486 if (bts->si_common.chan_desc.t3212)
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +0200487 vty_out(vty, " periodic location update %u%s",
Dieter Spaarb0f746d2010-10-05 21:10:55 +0200488 bts->si_common.chan_desc.t3212 * 6, VTY_NEWLINE);
Harald Welte3e774612009-08-10 13:48:16 +0200489 vty_out(vty, " channel allocator %s%s",
490 bts->chan_alloc_reverse ? "descending" : "ascending",
491 VTY_NEWLINE);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +0100492 vty_out(vty, " rach tx integer %u%s",
493 bts->si_common.rach_control.tx_integer, VTY_NEWLINE);
494 vty_out(vty, " rach max transmission %u%s",
495 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
496 VTY_NEWLINE);
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +0800497
498 if (bts->rach_b_thresh != -1)
499 vty_out(vty, " rach nm busy threshold %u%s",
500 bts->rach_b_thresh, VTY_NEWLINE);
501 if (bts->rach_ldavg_slots != -1)
502 vty_out(vty, " rach nm load average %u%s",
503 bts->rach_ldavg_slots, VTY_NEWLINE);
Harald Welte8c973ba2009-12-21 23:08:18 +0100504 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)e19be3f2009-08-12 13:28:23 +0200505 vty_out(vty, " cell barred 1%s", VTY_NEWLINE);
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +0800506 if ((bts->si_common.rach_control.t2 & 0x4) == 0)
507 vty_out(vty, " rach emergency call allowed 1%s", VTY_NEWLINE);
Harald Welted8acf142010-07-30 11:50:09 +0200508 for (i = SYSINFO_TYPE_1; i < _MAX_SYSINFO_TYPE; i++) {
509 if (bts->si_mode_static & (1 << i)) {
510 vty_out(vty, " system-information %s mode static%s",
511 get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
512 vty_out(vty, " system-information %s static %s%s",
513 get_value_string(osmo_sitype_strs, i),
Sylvain Munaut79eae142011-11-13 23:05:23 +0100514 osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
Harald Welted8acf142010-07-30 11:50:09 +0200515 VTY_NEWLINE);
516 }
517 }
Harald Welte08011e22011-03-04 13:41:31 +0100518 switch (bts->type) {
519 case GSM_BTS_TYPE_NANOBTS:
Harald Weltee87eb462009-08-07 13:29:14 +0200520 vty_out(vty, " ip.access unit_id %u %u%s",
Harald Welte3ffe1b32009-08-07 00:25:23 +0200521 bts->ip_access.site_id, bts->ip_access.bts_id, VTY_NEWLINE);
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +0200522 vty_out(vty, " oml ip.access stream_id %u line %u%s",
523 bts->oml_tei, bts->oml_e1_link.e1_nr, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100524 break;
525 case GSM_BTS_TYPE_HSL_FEMTO:
526 vty_out(vty, " hsl serial-number %lu%s", bts->hsl.serno, VTY_NEWLINE);
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +0200527 vty_out(vty, " oml hsl line %u%s",
528 bts->oml_e1_link.e1_nr, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100529 break;
Sylvain Munautcb8e8432011-10-17 14:04:55 +0200530 case GSM_BTS_TYPE_NOKIA_SITE:
531 vty_out(vty, " nokia_site skip-reset %d%s", bts->nokia.skip_reset, VTY_NEWLINE);
532 break;
Harald Welte08011e22011-03-04 13:41:31 +0100533 default:
Harald Welte62868882009-08-08 16:12:58 +0200534 config_write_e1_link(vty, &bts->oml_e1_link, " oml ");
535 vty_out(vty, " oml e1 tei %u%s", bts->oml_tei, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100536 break;
Harald Welte62868882009-08-08 16:12:58 +0200537 }
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +0800538
539 /* if we have a limit, write it */
540 if (bts->paging.free_chans_need >= 0)
541 vty_out(vty, " paging free %d%s", bts->paging.free_chans_need, VTY_NEWLINE);
542
Harald Welteca46eff2011-01-11 23:44:56 +0100543 vty_out(vty, " neighbor-list mode %s%s",
Harald Weltef989b782011-02-15 11:43:27 +0100544 get_value_string(bts_neigh_mode_strs, bts->neigh_list_manual_mode), VTY_NEWLINE);
545 if (bts->neigh_list_manual_mode != NL_MODE_AUTOMATIC) {
Harald Welteca46eff2011-01-11 23:44:56 +0100546 for (i = 0; i < 1024; i++) {
547 if (bitvec_get_bit_pos(&bts->si_common.neigh_list, i))
548 vty_out(vty, " neighbor-list add arfcn %u%s",
549 i, VTY_NEWLINE);
550 }
551 }
Harald Weltef989b782011-02-15 11:43:27 +0100552 if (bts->neigh_list_manual_mode == NL_MODE_MANUAL_SI5SEP) {
553 for (i = 0; i < 1024; i++) {
554 if (bitvec_get_bit_pos(&bts->si_common.si5_neigh_list, i))
555 vty_out(vty, " si5 neighbor-list add arfcn %u%s",
556 i, VTY_NEWLINE);
557 }
558 }
Harald Welteca46eff2011-01-11 23:44:56 +0100559
Harald Weltea9251762010-05-11 23:50:21 +0200560 config_write_bts_gprs(vty, bts);
Harald Welte97ceef92009-08-06 19:06:46 +0200561
Harald Weltec02789e2011-02-14 16:15:21 +0100562 if (bts->model->config_write_bts)
563 bts->model->config_write_bts(vty, bts);
564
Harald Welte97ceef92009-08-06 19:06:46 +0200565 llist_for_each_entry(trx, &bts->trx_list, list)
566 config_write_trx_single(vty, trx);
567}
568
569static int config_write_bts(struct vty *v)
570{
Harald Welte40152872010-05-16 20:52:23 +0200571 struct gsm_network *gsmnet = gsmnet_from_vty(v);
Harald Welte97ceef92009-08-06 19:06:46 +0200572 struct gsm_bts *bts;
573
574 llist_for_each_entry(bts, &gsmnet->bts_list, list)
575 config_write_bts_single(v, bts);
576
577 return CMD_SUCCESS;
578}
579
Harald Weltee87eb462009-08-07 13:29:14 +0200580static int config_write_net(struct vty *vty)
581{
Harald Welte40152872010-05-16 20:52:23 +0200582 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
583
Harald Weltee87eb462009-08-07 13:29:14 +0200584 vty_out(vty, "network%s", VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200585 vty_out(vty, " network country code %u%s", gsmnet->country_code, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200586 vty_out(vty, " mobile network code %u%s", gsmnet->network_code, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200587 vty_out(vty, " short name %s%s", gsmnet->name_short, VTY_NEWLINE);
588 vty_out(vty, " long name %s%s", gsmnet->name_long, VTY_NEWLINE);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +0200589 vty_out(vty, " auth policy %s%s", gsm_auth_policy_name(gsmnet->auth_policy), VTY_NEWLINE);
Harald Welte59936d72009-11-18 20:33:19 +0100590 vty_out(vty, " location updating reject cause %u%s",
591 gsmnet->reject_cause, VTY_NEWLINE);
Harald Weltecca253a2009-08-30 15:47:06 +0900592 vty_out(vty, " encryption a5 %u%s", gsmnet->a5_encryption, VTY_NEWLINE);
Holger Hans Peter Freyther6b4f5462009-11-19 16:37:48 +0100593 vty_out(vty, " neci %u%s", gsmnet->neci, VTY_NEWLINE);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +0800594 vty_out(vty, " paging any use tch %d%s", gsmnet->pag_any_tch, VTY_NEWLINE);
Harald Welte52af1952009-12-13 10:53:12 +0100595 vty_out(vty, " rrlp mode %s%s", rrlp_mode_name(gsmnet->rrlp.mode),
596 VTY_NEWLINE);
Harald Weltea310f3e2009-12-14 09:00:24 +0100597 vty_out(vty, " mm info %u%s", gsmnet->send_mm_info, VTY_NEWLINE);
Harald Welte0af9c9f2009-12-19 21:41:52 +0100598 vty_out(vty, " handover %u%s", gsmnet->handover.active, VTY_NEWLINE);
Harald Weltea8062f12009-12-21 16:51:50 +0100599 vty_out(vty, " handover window rxlev averaging %u%s",
600 gsmnet->handover.win_rxlev_avg, VTY_NEWLINE);
601 vty_out(vty, " handover window rxqual averaging %u%s",
602 gsmnet->handover.win_rxqual_avg, VTY_NEWLINE);
603 vty_out(vty, " handover window rxlev neighbor averaging %u%s",
604 gsmnet->handover.win_rxlev_avg_neigh, VTY_NEWLINE);
605 vty_out(vty, " handover power budget interval %u%s",
606 gsmnet->handover.pwr_interval, VTY_NEWLINE);
607 vty_out(vty, " handover power budget hysteresis %u%s",
608 gsmnet->handover.pwr_hysteresis, VTY_NEWLINE);
609 vty_out(vty, " handover maximum distance %u%s",
610 gsmnet->handover.max_distance, VTY_NEWLINE);
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +0100611 vty_out(vty, " timer t3101 %u%s", gsmnet->T3101, VTY_NEWLINE);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +0100612 vty_out(vty, " timer t3103 %u%s", gsmnet->T3103, VTY_NEWLINE);
613 vty_out(vty, " timer t3105 %u%s", gsmnet->T3105, VTY_NEWLINE);
614 vty_out(vty, " timer t3107 %u%s", gsmnet->T3107, VTY_NEWLINE);
615 vty_out(vty, " timer t3109 %u%s", gsmnet->T3109, VTY_NEWLINE);
616 vty_out(vty, " timer t3111 %u%s", gsmnet->T3111, VTY_NEWLINE);
617 vty_out(vty, " timer t3113 %u%s", gsmnet->T3113, VTY_NEWLINE);
618 vty_out(vty, " timer t3115 %u%s", gsmnet->T3115, VTY_NEWLINE);
619 vty_out(vty, " timer t3117 %u%s", gsmnet->T3117, VTY_NEWLINE);
620 vty_out(vty, " timer t3119 %u%s", gsmnet->T3119, VTY_NEWLINE);
Harald Weltea00fdd72010-12-23 14:39:29 +0100621 vty_out(vty, " timer t3122 %u%s", gsmnet->T3122, VTY_NEWLINE);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +0100622 vty_out(vty, " timer t3141 %u%s", gsmnet->T3141, VTY_NEWLINE);
Harald Weltef41bfd52010-12-15 15:34:23 +0100623 vty_out(vty, " dtx-used %u%s", gsmnet->dtx_enabled, VTY_NEWLINE);
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +0100624 vty_out(vty, " subscriber-keep-in-ram %d%s",
625 gsmnet->keep_subscr, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200626
627 return CMD_SUCCESS;
628}
Harald Welte97ceef92009-08-06 19:06:46 +0200629
Harald Welte59b04682009-06-10 05:40:52 +0800630static void trx_dump_vty(struct vty *vty, struct gsm_bts_trx *trx)
631{
632 vty_out(vty, "TRX %u of BTS %u is on ARFCN %u%s",
633 trx->nr, trx->bts->nr, trx->arfcn, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200634 vty_out(vty, "Description: %s%s",
635 trx->description ? trx->description : "(null)", VTY_NEWLINE);
Harald Welte91afe4c2009-06-20 18:15:19 +0200636 vty_out(vty, " RF Nominal Power: %d dBm, reduced by %u dB, "
Harald Welte62868882009-08-08 16:12:58 +0200637 "resulting BS power: %d dBm%s",
Harald Welte91afe4c2009-06-20 18:15:19 +0200638 trx->nominal_power, trx->max_power_red,
Harald Welte62868882009-08-08 16:12:58 +0200639 trx->nominal_power - trx->max_power_red, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800640 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200641 net_dump_nmstate(vty, &trx->mo.nm_state);
Harald Welte59b04682009-06-10 05:40:52 +0800642 vty_out(vty, " Baseband Transceiver NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200643 net_dump_nmstate(vty, &trx->bb_transc.mo.nm_state);
Harald Welte25572872009-10-20 00:22:00 +0200644 if (is_ipaccess_bts(trx->bts)) {
645 vty_out(vty, " ip.access stream ID: 0x%02x%s",
646 trx->rsl_tei, VTY_NEWLINE);
647 } else {
648 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
649 e1isl_dump_vty(vty, trx->rsl_link);
650 }
Harald Welte59b04682009-06-10 05:40:52 +0800651}
652
653DEFUN(show_trx,
654 show_trx_cmd,
655 "show trx [bts_nr] [trx_nr]",
Harald Welte9e002452010-05-11 21:53:49 +0200656 SHOW_STR "Display information about a TRX\n"
657 "BTS Number\n"
658 "TRX Number\n")
Harald Welte59b04682009-06-10 05:40:52 +0800659{
Harald Welte40152872010-05-16 20:52:23 +0200660 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800661 struct gsm_bts *bts = NULL;
662 struct gsm_bts_trx *trx;
663 int bts_nr, trx_nr;
664
665 if (argc >= 1) {
666 /* use the BTS number that the user has specified */
667 bts_nr = atoi(argv[0]);
668 if (bts_nr >= net->num_bts) {
669 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
670 VTY_NEWLINE);
671 return CMD_WARNING;
672 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200673 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800674 }
675 if (argc >= 2) {
676 trx_nr = atoi(argv[1]);
677 if (trx_nr >= bts->num_trx) {
678 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
679 VTY_NEWLINE);
680 return CMD_WARNING;
681 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200682 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800683 trx_dump_vty(vty, trx);
684 return CMD_SUCCESS;
685 }
686 if (bts) {
687 /* print all TRX in this BTS */
688 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200689 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800690 trx_dump_vty(vty, trx);
691 }
692 return CMD_SUCCESS;
693 }
694
695 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200696 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800697 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200698 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800699 trx_dump_vty(vty, trx);
700 }
701 }
702
703 return CMD_SUCCESS;
704}
705
Harald Welte97ceef92009-08-06 19:06:46 +0200706
Harald Welte59b04682009-06-10 05:40:52 +0800707static void ts_dump_vty(struct vty *vty, struct gsm_bts_trx_ts *ts)
708{
Harald Welte85771a42011-05-30 12:09:13 +0200709 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, phys cfg %s, TSC %u",
Harald Weltee3bd0c02010-12-24 12:12:10 +0100710 ts->trx->bts->nr, ts->trx->nr, ts->nr,
Harald Welte85771a42011-05-30 12:09:13 +0200711 gsm_pchan_name(ts->pchan), ts->tsc);
Harald Welte98d2bb82010-12-24 12:14:52 +0100712 if (ts->pchan == GSM_PCHAN_TCH_F_PDCH)
Harald Welte81c2ed32010-12-24 12:26:13 +0100713 vty_out(vty, " (%s mode)",
Harald Welte98d2bb82010-12-24 12:14:52 +0100714 ts->flags & TS_F_PDCH_MODE ? "PDCH" : "TCH/F");
715 vty_out(vty, "%s", VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800716 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200717 net_dump_nmstate(vty, &ts->mo.nm_state);
Harald Welte87504212009-12-02 01:56:49 +0530718 if (!is_ipaccess_bts(ts->trx->bts))
Harald Welte59b04682009-06-10 05:40:52 +0800719 vty_out(vty, " E1 Line %u, Timeslot %u, Subslot %u%s",
720 ts->e1_link.e1_nr, ts->e1_link.e1_ts,
721 ts->e1_link.e1_ts_ss, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800722}
723
724DEFUN(show_ts,
725 show_ts_cmd,
726 "show timeslot [bts_nr] [trx_nr] [ts_nr]",
Harald Welte9e002452010-05-11 21:53:49 +0200727 SHOW_STR "Display information about a TS\n"
728 "BTS Number\n" "TRX Number\n" "Timeslot Number\n")
Harald Welte59b04682009-06-10 05:40:52 +0800729{
Harald Welte40152872010-05-16 20:52:23 +0200730 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte06868382010-12-24 12:05:03 +0100731 struct gsm_bts *bts = NULL;
732 struct gsm_bts_trx *trx = NULL;
733 struct gsm_bts_trx_ts *ts = NULL;
Harald Welte59b04682009-06-10 05:40:52 +0800734 int bts_nr, trx_nr, ts_nr;
735
736 if (argc >= 1) {
737 /* use the BTS number that the user has specified */
738 bts_nr = atoi(argv[0]);
739 if (bts_nr >= net->num_bts) {
740 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
741 VTY_NEWLINE);
742 return CMD_WARNING;
743 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200744 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800745 }
746 if (argc >= 2) {
747 trx_nr = atoi(argv[1]);
748 if (trx_nr >= bts->num_trx) {
749 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
750 VTY_NEWLINE);
751 return CMD_WARNING;
752 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200753 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800754 }
755 if (argc >= 3) {
756 ts_nr = atoi(argv[2]);
757 if (ts_nr >= TRX_NR_TS) {
758 vty_out(vty, "%% can't find TS '%s'%s", argv[2],
759 VTY_NEWLINE);
760 return CMD_WARNING;
761 }
Harald Welte06868382010-12-24 12:05:03 +0100762 /* Fully Specified: print and exit */
Harald Welte59b04682009-06-10 05:40:52 +0800763 ts = &trx->ts[ts_nr];
764 ts_dump_vty(vty, ts);
765 return CMD_SUCCESS;
766 }
Harald Welte06868382010-12-24 12:05:03 +0100767
768 if (bts && trx) {
769 /* Iterate over all TS in this TRX */
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 } else if (bts) {
775 /* Iterate over all TRX in this BTS, TS in each TRX */
Harald Welte59b04682009-06-10 05:40:52 +0800776 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200777 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800778 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
779 ts = &trx->ts[ts_nr];
780 ts_dump_vty(vty, ts);
781 }
782 }
Harald Welte06868382010-12-24 12:05:03 +0100783 } else {
784 /* Iterate over all BTS, TRX in each BTS, TS in each TRX */
785 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
786 bts = gsm_bts_num(net, bts_nr);
787 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
788 trx = gsm_bts_trx_num(bts, trx_nr);
789 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
790 ts = &trx->ts[ts_nr];
791 ts_dump_vty(vty, ts);
792 }
793 }
794 }
Harald Welte59b04682009-06-10 05:40:52 +0800795 }
796
797 return CMD_SUCCESS;
798}
799
Holger Hans Peter Freyther1dd0a1b2010-01-06 06:00:40 +0100800static void subscr_dump_vty(struct vty *vty, struct gsm_subscriber *subscr)
Harald Welte59b04682009-06-10 05:40:52 +0800801{
Harald Welte91afe4c2009-06-20 18:15:19 +0200802 vty_out(vty, " ID: %llu, Authorized: %d%s", subscr->id,
Harald Welte59b04682009-06-10 05:40:52 +0800803 subscr->authorized, VTY_NEWLINE);
804 if (subscr->name)
805 vty_out(vty, " Name: '%s'%s", subscr->name, VTY_NEWLINE);
806 if (subscr->extension)
807 vty_out(vty, " Extension: %s%s", subscr->extension,
808 VTY_NEWLINE);
809 if (subscr->imsi)
810 vty_out(vty, " IMSI: %s%s", subscr->imsi, VTY_NEWLINE);
Holger Hans Peter Freythercd8bacf2009-08-19 12:53:57 +0200811 if (subscr->tmsi != GSM_RESERVED_TMSI)
812 vty_out(vty, " TMSI: %08X%s", subscr->tmsi,
Harald Welte270c06c2009-08-15 03:24:51 +0200813 VTY_NEWLINE);
Sylvain Munaute5863a22009-12-27 19:29:28 +0100814
Harald Welte (local)02d5efa2009-08-14 20:27:16 +0200815 vty_out(vty, " Use count: %u%s", subscr->use_count, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800816}
817
Harald Welte44007742009-12-22 21:43:14 +0100818static void meas_rep_dump_uni_vty(struct vty *vty,
819 struct gsm_meas_rep_unidir *mru,
820 const char *prefix,
821 const char *dir)
822{
823 vty_out(vty, "%s RXL-FULL-%s: %4d dBm, RXL-SUB-%s: %4d dBm ",
824 prefix, dir, rxlev2dbm(mru->full.rx_lev),
825 dir, rxlev2dbm(mru->sub.rx_lev));
826 vty_out(vty, "RXQ-FULL-%s: %d, RXQ-SUB-%s: %d%s",
827 dir, mru->full.rx_qual, dir, mru->sub.rx_qual,
828 VTY_NEWLINE);
829}
830
831static void meas_rep_dump_vty(struct vty *vty, struct gsm_meas_rep *mr,
832 const char *prefix)
833{
834 vty_out(vty, "%sMeasurement Report:%s", prefix, VTY_NEWLINE);
835 vty_out(vty, "%s Flags: %s%s%s%s%s", prefix,
836 mr->flags & MEAS_REP_F_UL_DTX ? "DTXu " : "",
837 mr->flags & MEAS_REP_F_DL_DTX ? "DTXd " : "",
838 mr->flags & MEAS_REP_F_FPC ? "FPC " : "",
839 mr->flags & MEAS_REP_F_DL_VALID ? " " : "DLinval ",
840 VTY_NEWLINE);
841 if (mr->flags & MEAS_REP_F_MS_TO)
842 vty_out(vty, "%s MS Timing Offset: %u%s", prefix,
843 mr->ms_timing_offset, VTY_NEWLINE);
844 if (mr->flags & MEAS_REP_F_MS_L1)
845 vty_out(vty, "%s L1 MS Power: %u dBm, Timing Advance: %u%s",
846 prefix, mr->ms_l1.pwr, mr->ms_l1.ta, VTY_NEWLINE);
847 if (mr->flags & MEAS_REP_F_DL_VALID)
848 meas_rep_dump_uni_vty(vty, &mr->dl, prefix, "dl");
849 meas_rep_dump_uni_vty(vty, &mr->ul, prefix, "ul");
850}
851
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +0800852static void lchan_dump_full_vty(struct vty *vty, struct gsm_lchan *lchan)
Harald Welte59b04682009-06-10 05:40:52 +0800853{
Harald Welte44007742009-12-22 21:43:14 +0100854 int idx;
855
Harald Weltef62dad62010-12-24 12:22:34 +0100856 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u: Type %s%s",
857 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
858 lchan->nr, gsm_lchant_name(lchan->type), VTY_NEWLINE);
Holger Hans Peter Freyther6e5c50f2010-06-28 17:09:29 +0800859 vty_out(vty, " Connection: %u, State: %s%s",
860 lchan->conn ? 1: 0,
Harald Welteab2534c2009-12-29 10:52:38 +0100861 gsm_lchans_name(lchan->state), VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100862 vty_out(vty, " BS Power: %u dBm, MS Power: %u dBm%s",
863 lchan->ts->trx->nominal_power - lchan->ts->trx->max_power_red
864 - lchan->bs_power*2,
865 ms_pwr_dbm(lchan->ts->trx->bts->band, lchan->ms_power),
866 VTY_NEWLINE);
Holger Hans Peter Freyther1a95fa82010-06-28 15:47:12 +0800867 if (lchan->conn && lchan->conn->subscr) {
Harald Welte59b04682009-06-10 05:40:52 +0800868 vty_out(vty, " Subscriber:%s", VTY_NEWLINE);
Holger Hans Peter Freyther1a95fa82010-06-28 15:47:12 +0800869 subscr_dump_vty(vty, lchan->conn->subscr);
Harald Welte59b04682009-06-10 05:40:52 +0800870 } else
871 vty_out(vty, " No Subscriber%s", VTY_NEWLINE);
Harald Welte87504212009-12-02 01:56:49 +0530872 if (is_ipaccess_bts(lchan->ts->trx->bts)) {
873 struct in_addr ia;
Holger Hans Peter Freythercec1ec52010-04-07 15:39:16 +0200874 ia.s_addr = htonl(lchan->abis_ip.bound_ip);
Harald Welte87504212009-12-02 01:56:49 +0530875 vty_out(vty, " Bound IP: %s Port %u RTP_TYPE2=%u CONN_ID=%u%s",
876 inet_ntoa(ia), lchan->abis_ip.bound_port,
877 lchan->abis_ip.rtp_payload2, lchan->abis_ip.conn_id,
878 VTY_NEWLINE);
879 }
Harald Welte44007742009-12-22 21:43:14 +0100880
881 /* we want to report the last measurement report */
882 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
883 lchan->meas_rep_idx, 1);
884 meas_rep_dump_vty(vty, &lchan->meas_rep[idx], " ");
Harald Welte59b04682009-06-10 05:40:52 +0800885}
886
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +0800887static void lchan_dump_short_vty(struct vty *vty, struct gsm_lchan *lchan)
888{
Holger Hans Peter Freythercf13a922010-05-14 01:57:02 +0800889 struct gsm_meas_rep *mr;
890 int idx;
891
892 /* we want to report the last measurement report */
893 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
894 lchan->meas_rep_idx, 1);
895 mr = &lchan->meas_rep[idx];
896
Harald Weltef62dad62010-12-24 12:22:34 +0100897 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u, Type %s - "
898 "L1 MS Power: %u dBm RXL-FULL-dl: %4d dBm RXL-FULL-ul: %4d dBm%s",
899 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
Harald Welte81c2ed32010-12-24 12:26:13 +0100900 lchan->nr, gsm_lchant_name(lchan->type), mr->ms_l1.pwr,
Holger Hans Peter Freythercf13a922010-05-14 01:57:02 +0800901 rxlev2dbm(mr->dl.full.rx_lev),
902 rxlev2dbm(mr->ul.full.rx_lev),
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +0800903 VTY_NEWLINE);
904}
905
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +0100906
907static int dump_lchan_trx_ts(struct gsm_bts_trx_ts *ts, struct vty *vty,
908 void (*dump_cb)(struct vty *, struct gsm_lchan *))
909{
910 int lchan_nr;
911 for (lchan_nr = 0; lchan_nr < TS_MAX_LCHAN; lchan_nr++) {
912 struct gsm_lchan *lchan = &ts->lchan[lchan_nr];
913 if ((lchan->type == GSM_LCHAN_NONE) && (lchan->state == LCHAN_S_NONE))
914 continue;
915 dump_cb(vty, lchan);
916 }
917
918 return CMD_SUCCESS;
919}
920
921static int dump_lchan_trx(struct gsm_bts_trx *trx, struct vty *vty,
922 void (*dump_cb)(struct vty *, struct gsm_lchan *))
923{
924 int ts_nr;
925
926 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
927 struct gsm_bts_trx_ts *ts = &trx->ts[ts_nr];
928 dump_lchan_trx_ts(ts, vty, dump_cb);
929 }
930
931 return CMD_SUCCESS;
932}
933
934static int dump_lchan_bts(struct gsm_bts *bts, struct vty *vty,
935 void (*dump_cb)(struct vty *, struct gsm_lchan *))
936{
937 int trx_nr;
938
939 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
940 struct gsm_bts_trx *trx = gsm_bts_trx_num(bts, trx_nr);
941 dump_lchan_trx(trx, vty, dump_cb);
942 }
943
944 return CMD_SUCCESS;
945}
946
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +0800947static int lchan_summary(struct vty *vty, int argc, const char **argv,
948 void (*dump_cb)(struct vty *, struct gsm_lchan *))
Harald Welte59b04682009-06-10 05:40:52 +0800949{
Harald Welte40152872010-05-16 20:52:23 +0200950 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800951 struct gsm_bts *bts;
952 struct gsm_bts_trx *trx;
953 struct gsm_bts_trx_ts *ts;
954 struct gsm_lchan *lchan;
955 int bts_nr, trx_nr, ts_nr, lchan_nr;
956
957 if (argc >= 1) {
958 /* use the BTS number that the user has specified */
959 bts_nr = atoi(argv[0]);
960 if (bts_nr >= net->num_bts) {
961 vty_out(vty, "%% can't find BTS %s%s", argv[0],
962 VTY_NEWLINE);
963 return CMD_WARNING;
964 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200965 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +0100966
967 if (argc == 1)
968 return dump_lchan_bts(bts, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +0800969 }
970 if (argc >= 2) {
971 trx_nr = atoi(argv[1]);
972 if (trx_nr >= bts->num_trx) {
973 vty_out(vty, "%% can't find TRX %s%s", argv[1],
974 VTY_NEWLINE);
975 return CMD_WARNING;
976 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200977 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +0100978
979 if (argc == 2)
980 return dump_lchan_trx(trx, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +0800981 }
982 if (argc >= 3) {
983 ts_nr = atoi(argv[2]);
984 if (ts_nr >= TRX_NR_TS) {
985 vty_out(vty, "%% can't find TS %s%s", argv[2],
986 VTY_NEWLINE);
987 return CMD_WARNING;
988 }
989 ts = &trx->ts[ts_nr];
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +0100990
991 if (argc == 3)
992 return dump_lchan_trx_ts(ts, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +0800993 }
994 if (argc >= 4) {
995 lchan_nr = atoi(argv[3]);
996 if (lchan_nr >= TS_MAX_LCHAN) {
997 vty_out(vty, "%% can't find LCHAN %s%s", argv[3],
998 VTY_NEWLINE);
999 return CMD_WARNING;
1000 }
1001 lchan = &ts->lchan[lchan_nr];
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001002 dump_cb(vty, lchan);
Harald Welte59b04682009-06-10 05:40:52 +08001003 return CMD_SUCCESS;
1004 }
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001005
1006
Harald Welte59b04682009-06-10 05:40:52 +08001007 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +02001008 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001009 dump_lchan_bts(bts, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +08001010 }
1011
1012 return CMD_SUCCESS;
1013}
1014
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001015
1016DEFUN(show_lchan,
1017 show_lchan_cmd,
1018 "show lchan [bts_nr] [trx_nr] [ts_nr] [lchan_nr]",
1019 SHOW_STR "Display information about a logical channel\n"
1020 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001021 LCHAN_NR_STR)
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001022
1023{
1024 return lchan_summary(vty, argc, argv, lchan_dump_full_vty);
1025}
1026
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001027DEFUN(show_lchan_summary,
1028 show_lchan_summary_cmd,
1029 "show lchan summary [bts_nr] [trx_nr] [ts_nr] [lchan_nr]",
1030 SHOW_STR "Display information about a logical channel\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001031 "Short summary\n"
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001032 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001033 LCHAN_NR_STR)
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001034{
1035 return lchan_summary(vty, argc, argv, lchan_dump_short_vty);
1036}
1037
Harald Welte59b04682009-06-10 05:40:52 +08001038static void paging_dump_vty(struct vty *vty, struct gsm_paging_request *pag)
1039{
1040 vty_out(vty, "Paging on BTS %u%s", pag->bts->nr, VTY_NEWLINE);
1041 subscr_dump_vty(vty, pag->subscr);
1042}
1043
1044static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
1045{
1046 struct gsm_paging_request *pag;
1047
1048 llist_for_each_entry(pag, &bts->paging.pending_requests, entry)
1049 paging_dump_vty(vty, pag);
1050}
1051
1052DEFUN(show_paging,
1053 show_paging_cmd,
1054 "show paging [bts_nr]",
Harald Welte9e002452010-05-11 21:53:49 +02001055 SHOW_STR "Display information about paging reuqests of a BTS\n"
1056 "BTS Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08001057{
Harald Welte40152872010-05-16 20:52:23 +02001058 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001059 struct gsm_bts *bts;
1060 int bts_nr;
1061
1062 if (argc >= 1) {
1063 /* use the BTS number that the user has specified */
1064 bts_nr = atoi(argv[0]);
1065 if (bts_nr >= net->num_bts) {
1066 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1067 VTY_NEWLINE);
1068 return CMD_WARNING;
1069 }
Harald Weltee712a5f2009-06-21 16:17:15 +02001070 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +08001071 bts_paging_dump_vty(vty, bts);
1072
1073 return CMD_SUCCESS;
1074 }
1075 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +02001076 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +08001077 bts_paging_dump_vty(vty, bts);
1078 }
1079
1080 return CMD_SUCCESS;
1081}
1082
Harald Weltee87eb462009-08-07 13:29:14 +02001083DEFUN(cfg_net,
1084 cfg_net_cmd,
Harald Welte9e002452010-05-11 21:53:49 +02001085 "network", NETWORK_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001086{
Harald Welte40152872010-05-16 20:52:23 +02001087 vty->index = gsmnet_from_vty(vty);
Harald Weltee87eb462009-08-07 13:29:14 +02001088 vty->node = GSMNET_NODE;
1089
1090 return CMD_SUCCESS;
1091}
1092
Harald Weltee87eb462009-08-07 13:29:14 +02001093DEFUN(cfg_net_ncc,
1094 cfg_net_ncc_cmd,
1095 "network country code <1-999>",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001096 "Set the GSM network country code\n"
1097 "Country commands\n"
1098 CODE_CMD_STR
1099 "Network Country Code to use\n")
Harald Weltee87eb462009-08-07 13:29:14 +02001100{
Harald Welte40152872010-05-16 20:52:23 +02001101 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1102
Harald Weltee87eb462009-08-07 13:29:14 +02001103 gsmnet->country_code = atoi(argv[0]);
1104
1105 return CMD_SUCCESS;
1106}
1107
1108DEFUN(cfg_net_mnc,
1109 cfg_net_mnc_cmd,
Dieter Spaarf1295252011-07-27 23:43:56 +02001110 "mobile network code <0-999>",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001111 "Set the GSM mobile network code\n"
1112 "Network Commands\n"
1113 CODE_CMD_STR
1114 "Mobile Network Code to use\n")
Harald Weltee87eb462009-08-07 13:29:14 +02001115{
Harald Welte40152872010-05-16 20:52:23 +02001116 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1117
Harald Weltee87eb462009-08-07 13:29:14 +02001118 gsmnet->network_code = atoi(argv[0]);
1119
1120 return CMD_SUCCESS;
1121}
1122
1123DEFUN(cfg_net_name_short,
1124 cfg_net_name_short_cmd,
1125 "short name NAME",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001126 "Set the short GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001127{
Harald Welte40152872010-05-16 20:52:23 +02001128 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1129
Holger Hans Peter Freyther7c831f62010-10-12 23:21:54 +02001130 bsc_replace_string(gsmnet, &gsmnet->name_short, argv[0]);
Harald Weltee87eb462009-08-07 13:29:14 +02001131 return CMD_SUCCESS;
1132}
1133
1134DEFUN(cfg_net_name_long,
1135 cfg_net_name_long_cmd,
1136 "long name NAME",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001137 "Set the long GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001138{
Harald Welte40152872010-05-16 20:52:23 +02001139 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1140
Holger Hans Peter Freyther7c831f62010-10-12 23:21:54 +02001141 bsc_replace_string(gsmnet, &gsmnet->name_long, argv[0]);
Harald Weltee87eb462009-08-07 13:29:14 +02001142 return CMD_SUCCESS;
1143}
Harald Welte59b04682009-06-10 05:40:52 +08001144
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001145DEFUN(cfg_net_auth_policy,
1146 cfg_net_auth_policy_cmd,
1147 "auth policy (closed|accept-all|token)",
Harald Welte9e002452010-05-11 21:53:49 +02001148 "Authentication (not cryptographic)\n"
1149 "Set the GSM network authentication policy\n"
1150 "Require the MS to be activated in HLR\n"
1151 "Accept all MS, whether in HLR or not\n"
1152 "Use SMS-token based authentication\n")
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001153{
1154 enum gsm_auth_policy policy = gsm_auth_policy_parse(argv[0]);
Harald Welte40152872010-05-16 20:52:23 +02001155 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001156
1157 gsmnet->auth_policy = policy;
1158
1159 return CMD_SUCCESS;
1160}
1161
Harald Welte59936d72009-11-18 20:33:19 +01001162DEFUN(cfg_net_reject_cause,
1163 cfg_net_reject_cause_cmd,
1164 "location updating reject cause <2-111>",
1165 "Set the reject cause of location updating reject\n")
1166{
Harald Welte40152872010-05-16 20:52:23 +02001167 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1168
Harald Welte59936d72009-11-18 20:33:19 +01001169 gsmnet->reject_cause = atoi(argv[0]);
1170
1171 return CMD_SUCCESS;
1172}
1173
Harald Weltecca253a2009-08-30 15:47:06 +09001174DEFUN(cfg_net_encryption,
1175 cfg_net_encryption_cmd,
1176 "encryption a5 (0|1|2)",
Harald Welte18ce31c2010-05-14 20:05:17 +02001177 "Encryption options\n"
1178 "A5 encryption\n" "A5/0: No encryption\n"
1179 "A5/1: Encryption\n" "A5/2: Export-grade Encryption\n")
Harald Weltecca253a2009-08-30 15:47:06 +09001180{
Harald Welte40152872010-05-16 20:52:23 +02001181 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1182
Andreas.Eversberg53293292009-11-17 09:55:26 +01001183 gsmnet->a5_encryption= atoi(argv[0]);
Harald Weltecca253a2009-08-30 15:47:06 +09001184
1185 return CMD_SUCCESS;
1186}
1187
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001188DEFUN(cfg_net_neci,
1189 cfg_net_neci_cmd,
1190 "neci (0|1)",
Harald Welte18ce31c2010-05-14 20:05:17 +02001191 "New Establish Cause Indication\n"
1192 "Don't set the NECI bit\n" "Set the NECI bit\n")
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001193{
Harald Welte40152872010-05-16 20:52:23 +02001194 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1195
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001196 gsmnet->neci = atoi(argv[0]);
Holger Hans Peter Freytherf0f37f12010-09-06 09:36:02 +08001197 gsm_net_update_ctype(gsmnet);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001198 return CMD_SUCCESS;
1199}
1200
Harald Welte52af1952009-12-13 10:53:12 +01001201DEFUN(cfg_net_rrlp_mode, cfg_net_rrlp_mode_cmd,
1202 "rrlp mode (none|ms-based|ms-preferred|ass-preferred)",
Harald Welte9e002452010-05-11 21:53:49 +02001203 "Radio Resource Location Protocol\n"
1204 "Set the Radio Resource Location Protocol Mode\n"
1205 "Don't send RRLP request\n"
1206 "Request MS-based location\n"
1207 "Request any location, prefer MS-based\n"
1208 "Request any location, prefer MS-assisted\n")
Harald Welte52af1952009-12-13 10:53:12 +01001209{
Harald Welte40152872010-05-16 20:52:23 +02001210 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1211
Harald Welte52af1952009-12-13 10:53:12 +01001212 gsmnet->rrlp.mode = rrlp_mode_parse(argv[0]);
1213
1214 return CMD_SUCCESS;
1215}
1216
Harald Weltea310f3e2009-12-14 09:00:24 +01001217DEFUN(cfg_net_mm_info, cfg_net_mm_info_cmd,
1218 "mm info (0|1)",
1219 "Whether to send MM INFO after LOC UPD ACCEPT")
1220{
Harald Welte40152872010-05-16 20:52:23 +02001221 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1222
Harald Weltea310f3e2009-12-14 09:00:24 +01001223 gsmnet->send_mm_info = atoi(argv[0]);
1224
1225 return CMD_SUCCESS;
1226}
1227
Harald Welte9e002452010-05-11 21:53:49 +02001228#define HANDOVER_STR "Handover Options\n"
1229
Harald Welte0af9c9f2009-12-19 21:41:52 +01001230DEFUN(cfg_net_handover, cfg_net_handover_cmd,
1231 "handover (0|1)",
Harald Welte9e002452010-05-11 21:53:49 +02001232 HANDOVER_STR
1233 "Don't perform in-call handover\n"
1234 "Perform in-call handover\n")
Harald Welte0af9c9f2009-12-19 21:41:52 +01001235{
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001236 int enable = atoi(argv[0]);
Harald Welte40152872010-05-16 20:52:23 +02001237 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001238
1239 if (enable && ipacc_rtp_direct) {
Harald Welteaa2c3032009-12-20 13:51:01 +01001240 vty_out(vty, "%% Cannot enable handover unless RTP Proxy mode "
1241 "is enabled by using the -P command line option%s",
1242 VTY_NEWLINE);
1243 return CMD_WARNING;
1244 }
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001245 gsmnet->handover.active = enable;
Harald Welte0af9c9f2009-12-19 21:41:52 +01001246
1247 return CMD_SUCCESS;
1248}
1249
Harald Welte9e002452010-05-11 21:53:49 +02001250#define HO_WIN_STR HANDOVER_STR "Measurement Window\n"
1251#define HO_WIN_RXLEV_STR HO_WIN_STR "Received Level Averaging\n"
1252#define HO_WIN_RXQUAL_STR HO_WIN_STR "Received Quality Averaging\n"
1253#define HO_PBUDGET_STR HANDOVER_STR "Power Budget\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001254#define HO_AVG_COUNT_STR "Amount to use for Averaging\n"
Harald Welte9e002452010-05-11 21:53:49 +02001255
Harald Weltea8062f12009-12-21 16:51:50 +01001256DEFUN(cfg_net_ho_win_rxlev_avg, cfg_net_ho_win_rxlev_avg_cmd,
1257 "handover window rxlev averaging <1-10>",
Harald Welte9e002452010-05-11 21:53:49 +02001258 HO_WIN_RXLEV_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001259 "How many RxLev measurements are used for averaging\n"
1260 HO_AVG_COUNT_STR)
Harald Weltea8062f12009-12-21 16:51:50 +01001261{
Harald Welte40152872010-05-16 20:52:23 +02001262 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001263 gsmnet->handover.win_rxlev_avg = atoi(argv[0]);
1264 return CMD_SUCCESS;
1265}
1266
1267DEFUN(cfg_net_ho_win_rxqual_avg, cfg_net_ho_win_rxqual_avg_cmd,
1268 "handover window rxqual averaging <1-10>",
Harald Welte9e002452010-05-11 21:53:49 +02001269 HO_WIN_RXQUAL_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001270 "How many RxQual measurements are used for averaging\n"
1271 HO_AVG_COUNT_STR)
Harald Weltea8062f12009-12-21 16:51:50 +01001272{
Harald Welte40152872010-05-16 20:52:23 +02001273 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001274 gsmnet->handover.win_rxqual_avg = atoi(argv[0]);
1275 return CMD_SUCCESS;
1276}
1277
1278DEFUN(cfg_net_ho_win_rxlev_neigh_avg, cfg_net_ho_win_rxlev_avg_neigh_cmd,
1279 "handover window rxlev neighbor averaging <1-10>",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001280 HO_WIN_RXLEV_STR "Neighbor\n"
1281 "How many RxQual measurements are used for averaging\n"
1282 HO_AVG_COUNT_STR)
Harald Weltea8062f12009-12-21 16:51:50 +01001283{
Harald Welte40152872010-05-16 20:52:23 +02001284 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001285 gsmnet->handover.win_rxlev_avg_neigh = atoi(argv[0]);
1286 return CMD_SUCCESS;
1287}
1288
1289DEFUN(cfg_net_ho_pwr_interval, cfg_net_ho_pwr_interval_cmd,
1290 "handover power budget interval <1-99>",
Harald Welte9e002452010-05-11 21:53:49 +02001291 HO_PBUDGET_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001292 "How often to check if we have a better cell (SACCH frames)\n"
1293 "Interval\n" "Number\n")
Harald Weltea8062f12009-12-21 16:51:50 +01001294{
Harald Welte40152872010-05-16 20:52:23 +02001295 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001296 gsmnet->handover.pwr_interval = atoi(argv[0]);
1297 return CMD_SUCCESS;
1298}
1299
1300DEFUN(cfg_net_ho_pwr_hysteresis, cfg_net_ho_pwr_hysteresis_cmd,
1301 "handover power budget hysteresis <0-999>",
Harald Welte9e002452010-05-11 21:53:49 +02001302 HO_PBUDGET_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001303 "How many dB does a neighbor to be stronger to become a HO candidate\n"
1304 "Hysteresis\n" "Number\n")
Harald Weltea8062f12009-12-21 16:51:50 +01001305{
Harald Welte40152872010-05-16 20:52:23 +02001306 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001307 gsmnet->handover.pwr_hysteresis = atoi(argv[0]);
1308 return CMD_SUCCESS;
1309}
1310
1311DEFUN(cfg_net_ho_max_distance, cfg_net_ho_max_distance_cmd,
1312 "handover maximum distance <0-9999>",
Harald Welte9e002452010-05-11 21:53:49 +02001313 HANDOVER_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001314 "How big is the maximum timing advance before HO is forced\n"
1315 "Distance\n" "Number\n")
Harald Weltea8062f12009-12-21 16:51:50 +01001316{
Harald Welte40152872010-05-16 20:52:23 +02001317 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001318 gsmnet->handover.max_distance = atoi(argv[0]);
1319 return CMD_SUCCESS;
1320}
Harald Welte0af9c9f2009-12-19 21:41:52 +01001321
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001322DEFUN(cfg_net_pag_any_tch,
1323 cfg_net_pag_any_tch_cmd,
1324 "paging any use tch (0|1)",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001325 "Assign a TCH when receiving a Paging Any request\n"
1326 "Any Channel\n" "Use\n" "TCH\n"
1327 "Do not use TCH for Paging Request Any\n"
1328 "Do use TCH for Paging Request Any\n")
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001329{
Holger Hans Peter Freytherc5628882010-09-06 10:09:19 +08001330 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001331 gsmnet->pag_any_tch = atoi(argv[0]);
1332 gsm_net_update_ctype(gsmnet);
1333 return CMD_SUCCESS;
1334}
1335
Holger Hans Peter Freyther13ae9802009-12-22 08:27:21 +01001336#define DECLARE_TIMER(number, doc) \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001337 DEFUN(cfg_net_T##number, \
1338 cfg_net_T##number##_cmd, \
1339 "timer t" #number " <0-65535>", \
Harald Welte9e002452010-05-11 21:53:49 +02001340 "Configure GSM Timers\n" \
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001341 doc "Timer Value\n") \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001342{ \
Harald Welte40152872010-05-16 20:52:23 +02001343 struct gsm_network *gsmnet = gsmnet_from_vty(vty); \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001344 int value = atoi(argv[0]); \
1345 \
1346 if (value < 0 || value > 65535) { \
1347 vty_out(vty, "Timer value %s out of range.%s", \
1348 argv[0], VTY_NEWLINE); \
1349 return CMD_WARNING; \
1350 } \
1351 \
1352 gsmnet->T##number = value; \
1353 return CMD_SUCCESS; \
1354}
1355
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001356DECLARE_TIMER(3101, "Set the timeout value for IMMEDIATE ASSIGNMENT.\n")
1357DECLARE_TIMER(3103, "Set the timeout value for HANDOVER.\n")
Harald Welte9b77f612012-06-03 13:01:47 +02001358DECLARE_TIMER(3105, "Set the timer for repetition of PHYSICAL INFORMATION.\n")
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001359DECLARE_TIMER(3107, "Currently not used.\n")
1360DECLARE_TIMER(3109, "Currently not used.\n")
1361DECLARE_TIMER(3111, "Set the RSL timeout to wait before releasing the RF Channel.\n")
1362DECLARE_TIMER(3113, "Set the time to try paging a subscriber.\n")
1363DECLARE_TIMER(3115, "Currently not used.\n")
1364DECLARE_TIMER(3117, "Currently not used.\n")
1365DECLARE_TIMER(3119, "Currently not used.\n")
1366DECLARE_TIMER(3122, "Waiting time (seconds) after IMM ASS REJECT\n")
1367DECLARE_TIMER(3141, "Currently not used.\n")
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001368
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08001369DEFUN(cfg_net_dtx,
1370 cfg_net_dtx_cmd,
1371 "dtx-used (0|1)",
1372 "Enable the usage of DTX.\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001373 "DTX is disabled\n" "DTX is enabled\n")
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08001374{
1375 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1376 gsmnet->dtx_enabled = atoi(argv[0]);
1377 return CMD_SUCCESS;
1378}
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001379
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +01001380DEFUN(cfg_net_subscr_keep,
1381 cfg_net_subscr_keep_cmd,
1382 "subscriber-keep-in-ram (0|1)",
1383 "Keep unused subscribers in RAM.\n"
1384 "Delete unused subscribers\n" "Keep unused subscribers\n")
1385{
1386 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1387 gsmnet->keep_subscr = atoi(argv[0]);
1388 return CMD_SUCCESS;
1389}
1390
Harald Welte59b04682009-06-10 05:40:52 +08001391/* per-BTS configuration */
1392DEFUN(cfg_bts,
1393 cfg_bts_cmd,
1394 "bts BTS_NR",
Harald Welte9e002452010-05-11 21:53:49 +02001395 "Select a BTS to configure\n"
1396 "BTS Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08001397{
Harald Welte40152872010-05-16 20:52:23 +02001398 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001399 int bts_nr = atoi(argv[0]);
1400 struct gsm_bts *bts;
1401
Harald Weltee712a5f2009-06-21 16:17:15 +02001402 if (bts_nr > gsmnet->num_bts) {
1403 vty_out(vty, "%% The next unused BTS number is %u%s",
1404 gsmnet->num_bts, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +08001405 return CMD_WARNING;
Harald Weltee712a5f2009-06-21 16:17:15 +02001406 } else if (bts_nr == gsmnet->num_bts) {
1407 /* allocate a new one */
Harald Weltec7881282011-06-05 13:31:33 +02001408 bts = gsm_bts_alloc_register(gsmnet, GSM_BTS_TYPE_UNKNOWN,
1409 HARDCODED_TSC, HARDCODED_BSIC);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02001410 } else
Harald Weltee712a5f2009-06-21 16:17:15 +02001411 bts = gsm_bts_num(gsmnet, bts_nr);
1412
Daniel Willmann580085f2010-01-11 13:43:07 +01001413 if (!bts) {
1414 vty_out(vty, "%% Unable to allocate BTS %u%s",
1415 gsmnet->num_bts, VTY_NEWLINE);
Harald Weltee712a5f2009-06-21 16:17:15 +02001416 return CMD_WARNING;
Daniel Willmann580085f2010-01-11 13:43:07 +01001417 }
Harald Welte59b04682009-06-10 05:40:52 +08001418
1419 vty->index = bts;
Harald Welte8791dac2010-05-14 17:59:53 +02001420 vty->index_sub = &bts->description;
Harald Welte59b04682009-06-10 05:40:52 +08001421 vty->node = BTS_NODE;
1422
1423 return CMD_SUCCESS;
1424}
1425
1426DEFUN(cfg_bts_type,
1427 cfg_bts_type_cmd,
1428 "type TYPE",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001429 "Set the BTS type\n" "Type\n")
Harald Welte59b04682009-06-10 05:40:52 +08001430{
1431 struct gsm_bts *bts = vty->index;
Harald Welte59698fb2010-01-10 18:01:52 +01001432 int rc;
Harald Welte59b04682009-06-10 05:40:52 +08001433
Harald Welte59698fb2010-01-10 18:01:52 +01001434 rc = gsm_set_bts_type(bts, parse_btstype(argv[0]));
1435 if (rc < 0)
1436 return CMD_WARNING;
Harald Welte25572872009-10-20 00:22:00 +02001437
Harald Welte59b04682009-06-10 05:40:52 +08001438 return CMD_SUCCESS;
1439}
1440
Harald Welte91afe4c2009-06-20 18:15:19 +02001441DEFUN(cfg_bts_band,
1442 cfg_bts_band_cmd,
1443 "band BAND",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001444 "Set the frequency band of this BTS\n" "Frequency band\n")
Harald Welte91afe4c2009-06-20 18:15:19 +02001445{
1446 struct gsm_bts *bts = vty->index;
Harald Welte62868882009-08-08 16:12:58 +02001447 int band = gsm_band_parse(argv[0]);
Harald Welte91afe4c2009-06-20 18:15:19 +02001448
1449 if (band < 0) {
1450 vty_out(vty, "%% BAND %d is not a valid GSM band%s",
1451 band, VTY_NEWLINE);
1452 return CMD_WARNING;
1453 }
1454
1455 bts->band = band;
1456
1457 return CMD_SUCCESS;
1458}
1459
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02001460DEFUN(cfg_bts_ci,
1461 cfg_bts_ci_cmd,
1462 "cell_identity <0-65535>",
1463 "Set the Cell identity of this BTS\n")
1464{
1465 struct gsm_bts *bts = vty->index;
1466 int ci = atoi(argv[0]);
1467
1468 if (ci < 0 || ci > 0xffff) {
1469 vty_out(vty, "%% CI %d is not in the valid range (0-65535)%s",
1470 ci, VTY_NEWLINE);
1471 return CMD_WARNING;
1472 }
1473 bts->cell_identity = ci;
1474
1475 return CMD_SUCCESS;
1476}
1477
Harald Welte59b04682009-06-10 05:40:52 +08001478DEFUN(cfg_bts_lac,
1479 cfg_bts_lac_cmd,
Holger Hans Peter Freyther54a22832009-09-29 14:02:33 +02001480 "location_area_code <0-65535>",
Harald Welte59b04682009-06-10 05:40:52 +08001481 "Set the Location Area Code (LAC) of this BTS\n")
1482{
1483 struct gsm_bts *bts = vty->index;
1484 int lac = atoi(argv[0]);
1485
Holger Hans Peter Freyther54a22832009-09-29 14:02:33 +02001486 if (lac < 0 || lac > 0xffff) {
1487 vty_out(vty, "%% LAC %d is not in the valid range (0-65535)%s",
Harald Welte59b04682009-06-10 05:40:52 +08001488 lac, VTY_NEWLINE);
1489 return CMD_WARNING;
1490 }
Holger Hans Peter Freyther6c6ab862009-10-01 04:07:15 +02001491
1492 if (lac == GSM_LAC_RESERVED_DETACHED || lac == GSM_LAC_RESERVED_ALL_BTS) {
1493 vty_out(vty, "%% LAC %d is reserved by GSM 04.08%s",
1494 lac, VTY_NEWLINE);
1495 return CMD_WARNING;
1496 }
1497
Harald Welte59b04682009-06-10 05:40:52 +08001498 bts->location_area_code = lac;
1499
1500 return CMD_SUCCESS;
1501}
1502
Harald Weltea54a2bb2009-12-01 18:04:30 +05301503
Harald Welte59b04682009-06-10 05:40:52 +08001504DEFUN(cfg_bts_tsc,
1505 cfg_bts_tsc_cmd,
Harald Weltede896da2012-05-31 10:57:08 +02001506 "training_sequence_code <0-7>",
Harald Welte59b04682009-06-10 05:40:52 +08001507 "Set the Training Sequence Code (TSC) of this BTS\n")
1508{
1509 struct gsm_bts *bts = vty->index;
1510 int tsc = atoi(argv[0]);
1511
Harald Welte59b04682009-06-10 05:40:52 +08001512 bts->tsc = tsc;
1513
1514 return CMD_SUCCESS;
1515}
1516
1517DEFUN(cfg_bts_bsic,
1518 cfg_bts_bsic_cmd,
1519 "base_station_id_code <0-63>",
1520 "Set the Base Station Identity Code (BSIC) of this BTS\n")
1521{
1522 struct gsm_bts *bts = vty->index;
1523 int bsic = atoi(argv[0]);
1524
1525 if (bsic < 0 || bsic > 0x3f) {
Harald Welte62868882009-08-08 16:12:58 +02001526 vty_out(vty, "%% BSIC %d is not in the valid range (0-255)%s",
Harald Welte59b04682009-06-10 05:40:52 +08001527 bsic, VTY_NEWLINE);
1528 return CMD_WARNING;
1529 }
1530 bts->bsic = bsic;
1531
1532 return CMD_SUCCESS;
1533}
1534
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001535DEFUN(cfg_bts_timezone,
1536 cfg_bts_timezone_cmd,
1537 "timezone <-19-19> (0|15|30|45)",
1538 "Set the Timezone Offset of this BTS\n")
1539{
1540 struct gsm_bts *bts = vty->index;
1541 int tzhr = atoi(argv[0]);
1542 int tzmn = atoi(argv[1]);
1543
1544 bts->tzhr = tzhr;
1545 bts->tzmn = tzmn;
1546 bts->tz_bts_specific=1;
1547
1548 return CMD_SUCCESS;
1549}
1550
1551DEFUN(cfg_bts_no_timezone,
1552 cfg_bts_no_timezone_cmd,
1553 "no timezone",
1554 "disable bts specific timezone\n")
1555{
1556 struct gsm_bts *bts = vty->index;
1557 bts->tz_bts_specific=0;
1558 return CMD_SUCCESS;
1559}
Harald Welte59b04682009-06-10 05:40:52 +08001560
1561DEFUN(cfg_bts_unit_id,
1562 cfg_bts_unit_id_cmd,
Harald Weltef515aa02009-08-07 13:27:09 +02001563 "ip.access unit_id <0-65534> <0-255>",
1564 "Set the ip.access BTS Unit ID of this BTS\n")
Harald Welte59b04682009-06-10 05:40:52 +08001565{
1566 struct gsm_bts *bts = vty->index;
1567 int site_id = atoi(argv[0]);
1568 int bts_id = atoi(argv[1]);
1569
Harald Weltef515aa02009-08-07 13:27:09 +02001570 if (!is_ipaccess_bts(bts)) {
1571 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1572 return CMD_WARNING;
1573 }
1574
Harald Welte59b04682009-06-10 05:40:52 +08001575 bts->ip_access.site_id = site_id;
1576 bts->ip_access.bts_id = bts_id;
1577
1578 return CMD_SUCCESS;
1579}
1580
Harald Welte08011e22011-03-04 13:41:31 +01001581DEFUN(cfg_bts_serno,
1582 cfg_bts_serno_cmd,
1583 "hsl serial-number STRING",
1584 "Set the HSL Serial Number of this BTS\n")
1585{
1586 struct gsm_bts *bts = vty->index;
1587
1588 if (bts->type != GSM_BTS_TYPE_HSL_FEMTO) {
1589 vty_out(vty, "%% BTS is not of HSL type%s", VTY_NEWLINE);
1590 return CMD_WARNING;
1591 }
1592
1593 bts->hsl.serno = strtoul(argv[0], NULL, 10);
1594
1595 return CMD_SUCCESS;
1596}
1597
Sylvain Munautcb8e8432011-10-17 14:04:55 +02001598DEFUN(cfg_bts_nokia_site_skip_reset,
1599 cfg_bts_nokia_site_skip_reset_cmd,
1600 "nokia_site skip-reset (0|1)",
1601 "Skip the reset step during bootstrap process of this BTS\n")
1602{
1603 struct gsm_bts *bts = vty->index;
1604
1605 if (bts->type != GSM_BTS_TYPE_NOKIA_SITE) {
1606 vty_out(vty, "%% BTS is not of Nokia *Site type%s", VTY_NEWLINE);
1607 return CMD_WARNING;
1608 }
1609
1610 bts->nokia.skip_reset = atoi(argv[0]);
1611
1612 return CMD_SUCCESS;
1613}
1614
Harald Welte9e002452010-05-11 21:53:49 +02001615#define OML_STR "Organization & Maintenance Link\n"
1616#define IPA_STR "ip.access Specific Options\n"
1617
Harald Welte25572872009-10-20 00:22:00 +02001618DEFUN(cfg_bts_stream_id,
1619 cfg_bts_stream_id_cmd,
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001620 "oml ip.access stream_id <0-255> line E1_LINE",
Harald Welte9e002452010-05-11 21:53:49 +02001621 OML_STR IPA_STR
Harald Welte25572872009-10-20 00:22:00 +02001622 "Set the ip.access Stream ID of the OML link of this BTS\n")
1623{
1624 struct gsm_bts *bts = vty->index;
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001625 int stream_id = atoi(argv[0]), linenr = atoi(argv[1]);
Harald Welte25572872009-10-20 00:22:00 +02001626
1627 if (!is_ipaccess_bts(bts)) {
1628 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1629 return CMD_WARNING;
1630 }
1631
1632 bts->oml_tei = stream_id;
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001633 /* This is used by e1inp_bind_ops callback for each BTS model. */
1634 bts->oml_e1_link.e1_nr = linenr;
1635
1636 return CMD_SUCCESS;
1637}
1638
1639DEFUN(cfg_bts_hsl_oml,
1640 cfg_bts_hsl_oml_cmd,
1641 "oml hsl line E1_LINE",
1642 OML_STR "HSL femto Specific Options"
1643 "Set OML link of this HSL femto BTS\n")
1644{
1645 struct gsm_bts *bts = vty->index;
1646 int linenr = atoi(argv[0]);
1647
1648 if (!(bts->type == GSM_BTS_TYPE_HSL_FEMTO)) {
1649 vty_out(vty, "%% BTS is not of HSL type%s", VTY_NEWLINE);
1650 return CMD_WARNING;
1651 }
1652
1653 bts->oml_e1_link.e1_nr = linenr;
Harald Welte25572872009-10-20 00:22:00 +02001654
1655 return CMD_SUCCESS;
1656}
1657
Harald Welte9e002452010-05-11 21:53:49 +02001658#define OML_E1_STR OML_STR "E1 Line\n"
Harald Welte25572872009-10-20 00:22:00 +02001659
Harald Welte62868882009-08-08 16:12:58 +02001660DEFUN(cfg_bts_oml_e1,
1661 cfg_bts_oml_e1_cmd,
1662 "oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welte9e002452010-05-11 21:53:49 +02001663 OML_E1_STR
Harald Welte62868882009-08-08 16:12:58 +02001664 "E1 interface to be used for OML\n")
1665{
1666 struct gsm_bts *bts = vty->index;
1667
1668 parse_e1_link(&bts->oml_e1_link, argv[0], argv[1], argv[2]);
1669
1670 return CMD_SUCCESS;
1671}
1672
1673
1674DEFUN(cfg_bts_oml_e1_tei,
1675 cfg_bts_oml_e1_tei_cmd,
1676 "oml e1 tei <0-63>",
Harald Welte9e002452010-05-11 21:53:49 +02001677 OML_E1_STR
Harald Welte62868882009-08-08 16:12:58 +02001678 "Set the TEI to be used for OML")
1679{
1680 struct gsm_bts *bts = vty->index;
1681
1682 bts->oml_tei = atoi(argv[0]);
1683
1684 return CMD_SUCCESS;
1685}
1686
Harald Welte3e774612009-08-10 13:48:16 +02001687DEFUN(cfg_bts_challoc, cfg_bts_challoc_cmd,
1688 "channel allocator (ascending|descending)",
Harald Welte9e002452010-05-11 21:53:49 +02001689 "Channnel Allocator\n" "Channel Allocator\n"
1690 "Allocate Timeslots and Transceivers in ascending order\n"
1691 "Allocate Timeslots and Transceivers in descending order\n")
Harald Welte3e774612009-08-10 13:48:16 +02001692{
1693 struct gsm_bts *bts = vty->index;
1694
1695 if (!strcmp(argv[0], "ascending"))
1696 bts->chan_alloc_reverse = 0;
1697 else
1698 bts->chan_alloc_reverse = 1;
1699
1700 return CMD_SUCCESS;
1701}
1702
Harald Welte9e002452010-05-11 21:53:49 +02001703#define RACH_STR "Random Access Control Channel\n"
1704
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01001705DEFUN(cfg_bts_rach_tx_integer,
1706 cfg_bts_rach_tx_integer_cmd,
1707 "rach tx integer <0-15>",
Harald Welte9e002452010-05-11 21:53:49 +02001708 RACH_STR
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01001709 "Set the raw tx integer value in RACH Control parameters IE")
1710{
1711 struct gsm_bts *bts = vty->index;
1712 bts->si_common.rach_control.tx_integer = atoi(argv[0]) & 0xf;
1713 return CMD_SUCCESS;
1714}
1715
1716DEFUN(cfg_bts_rach_max_trans,
1717 cfg_bts_rach_max_trans_cmd,
1718 "rach max transmission (1|2|4|7)",
Harald Welte9e002452010-05-11 21:53:49 +02001719 RACH_STR
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01001720 "Set the maximum number of RACH burst transmissions")
1721{
1722 struct gsm_bts *bts = vty->index;
1723 bts->si_common.rach_control.max_trans = rach_max_trans_val2raw(atoi(argv[0]));
1724 return CMD_SUCCESS;
1725}
1726
Harald Welte9e002452010-05-11 21:53:49 +02001727#define NM_STR "Network Management\n"
1728
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08001729DEFUN(cfg_bts_rach_nm_b_thresh,
1730 cfg_bts_rach_nm_b_thresh_cmd,
1731 "rach nm busy threshold <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02001732 RACH_STR NM_STR
1733 "Set the NM Busy Threshold in dB")
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08001734{
1735 struct gsm_bts *bts = vty->index;
1736 bts->rach_b_thresh = atoi(argv[0]);
1737 return CMD_SUCCESS;
1738}
1739
1740DEFUN(cfg_bts_rach_nm_ldavg,
1741 cfg_bts_rach_nm_ldavg_cmd,
1742 "rach nm load average <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001743 RACH_STR NM_STR
1744 "Set the NM Loadaverage Slots value")
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08001745{
1746 struct gsm_bts *bts = vty->index;
1747 bts->rach_ldavg_slots = atoi(argv[0]);
1748 return CMD_SUCCESS;
1749}
1750
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02001751DEFUN(cfg_bts_cell_barred, cfg_bts_cell_barred_cmd,
1752 "cell barred (0|1)",
1753 "Should this cell be barred from access?")
1754{
1755 struct gsm_bts *bts = vty->index;
1756
Harald Welte8c973ba2009-12-21 23:08:18 +01001757 bts->si_common.rach_control.cell_bar = atoi(argv[0]);
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02001758
1759 return CMD_SUCCESS;
1760}
1761
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08001762DEFUN(cfg_bts_rach_ec_allowed, cfg_bts_rach_ec_allowed_cmd,
1763 "rach emergency call allowed (0|1)",
1764 "Should this cell allow emergency calls?")
1765{
1766 struct gsm_bts *bts = vty->index;
1767
1768 if (atoi(argv[0]) == 0)
1769 bts->si_common.rach_control.t2 |= 0x4;
1770 else
1771 bts->si_common.rach_control.t2 &= ~0x4;
1772
1773 return CMD_SUCCESS;
1774}
1775
Harald Welte (local)cbd46102009-08-13 10:14:26 +02001776DEFUN(cfg_bts_ms_max_power, cfg_bts_ms_max_power_cmd,
1777 "ms max power <0-40>",
1778 "Maximum transmit power of the MS")
1779{
1780 struct gsm_bts *bts = vty->index;
1781
1782 bts->ms_max_power = atoi(argv[0]);
1783
1784 return CMD_SUCCESS;
1785}
1786
Harald Welteb761bf82009-12-12 18:17:25 +01001787DEFUN(cfg_bts_cell_resel_hyst, cfg_bts_cell_resel_hyst_cmd,
1788 "cell reselection hysteresis <0-14>",
1789 "Cell Re-Selection Hysteresis in dB")
1790{
1791 struct gsm_bts *bts = vty->index;
1792
1793 bts->si_common.cell_sel_par.cell_resel_hyst = atoi(argv[0])/2;
1794
1795 return CMD_SUCCESS;
1796}
1797
1798DEFUN(cfg_bts_rxlev_acc_min, cfg_bts_rxlev_acc_min_cmd,
1799 "rxlev access min <0-63>",
1800 "Minimum RxLev needed for cell access (better than -110dBm)")
1801{
1802 struct gsm_bts *bts = vty->index;
1803
1804 bts->si_common.cell_sel_par.rxlev_acc_min = atoi(argv[0]);
1805
1806 return CMD_SUCCESS;
1807}
1808
Sylvain Munaut00d71462010-11-28 18:17:28 +01001809DEFUN(cfg_bts_cell_bar_qualify, cfg_bts_cell_bar_qualify_cmd,
1810 "cell bar qualify (0|1)",
1811 "Cell Bar Qualify")
1812{
1813 struct gsm_bts *bts = vty->index;
1814
1815 bts->si_common.cell_ro_sel_par.present = 1;
1816 bts->si_common.cell_ro_sel_par.cbq = atoi(argv[0]);
1817
1818 return CMD_SUCCESS;
1819}
1820
1821DEFUN(cfg_bts_cell_resel_ofs, cfg_bts_cell_resel_ofs_cmd,
1822 "cell reselection offset <0-126>",
1823 "Cell Re-Selection Offset in dB")
1824{
1825 struct gsm_bts *bts = vty->index;
1826
1827 bts->si_common.cell_ro_sel_par.present = 1;
1828 bts->si_common.cell_ro_sel_par.cell_resel_off = atoi(argv[0])/2;
1829
1830 return CMD_SUCCESS;
1831}
1832
1833DEFUN(cfg_bts_temp_ofs, cfg_bts_temp_ofs_cmd,
1834 "temporary offset <0-60>",
1835 "Cell selection temporary negative offset in dB")
1836{
1837 struct gsm_bts *bts = vty->index;
1838
1839 bts->si_common.cell_ro_sel_par.present = 1;
1840 bts->si_common.cell_ro_sel_par.temp_offs = atoi(argv[0])/10;
1841
1842 return CMD_SUCCESS;
1843}
1844
1845DEFUN(cfg_bts_temp_ofs_inf, cfg_bts_temp_ofs_inf_cmd,
1846 "temporary offset infinite",
1847 "Sets cell selection temporary negative offset to infinity")
1848{
1849 struct gsm_bts *bts = vty->index;
1850
1851 bts->si_common.cell_ro_sel_par.present = 1;
1852 bts->si_common.cell_ro_sel_par.temp_offs = 7;
1853
1854 return CMD_SUCCESS;
1855}
1856
1857DEFUN(cfg_bts_penalty_time, cfg_bts_penalty_time_cmd,
1858 "penalty time <20-620>",
1859 "Cell selection penalty time in seconds (by 20s increments)")
1860{
1861 struct gsm_bts *bts = vty->index;
1862
1863 bts->si_common.cell_ro_sel_par.present = 1;
1864 bts->si_common.cell_ro_sel_par.penalty_time = (atoi(argv[0])-20)/20;
1865
1866 return CMD_SUCCESS;
1867}
1868
1869DEFUN(cfg_bts_penalty_time_rsvd, cfg_bts_penalty_time_rsvd_cmd,
1870 "penalty time reserved",
1871 "Set cell selection penalty time to reserved value 31\n"
1872 "(indicate that CELL_RESELECT_OFFSET is subtracted from C2 "
1873 "and TEMPORARY_OFFSET is ignored)")
1874{
1875 struct gsm_bts *bts = vty->index;
1876
1877 bts->si_common.cell_ro_sel_par.present = 1;
1878 bts->si_common.cell_ro_sel_par.penalty_time = 31;
1879
1880 return CMD_SUCCESS;
1881}
1882
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02001883DEFUN(cfg_bts_per_loc_upd, cfg_bts_per_loc_upd_cmd,
1884 "periodic location update <0-1530>",
1885 "Periodic Location Updating Interval in Minutes")
1886{
1887 struct gsm_bts *bts = vty->index;
1888
Dieter Spaarb0f746d2010-10-05 21:10:55 +02001889 bts->si_common.chan_desc.t3212 = atoi(argv[0]) / 6;
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02001890
1891 return CMD_SUCCESS;
1892}
1893
Harald Welte9e002452010-05-11 21:53:49 +02001894#define GPRS_TEXT "GPRS Packet Network\n"
1895
Harald Welte410575a2010-03-14 23:30:30 +08001896DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
Harald Welteb42fe342010-04-18 14:00:26 +02001897 "gprs cell bvci <2-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001898 GPRS_TEXT
1899 "GPRS Cell Settings\n"
Harald Welte3055e332010-03-14 15:37:43 +08001900 "GPRS BSSGP VC Identifier")
1901{
1902 struct gsm_bts *bts = vty->index;
1903
Harald Weltecb20b7a2010-04-18 15:51:20 +02001904 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08001905 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1906 return CMD_WARNING;
1907 }
1908
Harald Welte3055e332010-03-14 15:37:43 +08001909 bts->gprs.cell.bvci = atoi(argv[0]);
1910
1911 return CMD_SUCCESS;
1912}
1913
Harald Welte4a048c52010-03-22 11:48:36 +08001914DEFUN(cfg_bts_gprs_nsei, cfg_bts_gprs_nsei_cmd,
1915 "gprs nsei <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001916 GPRS_TEXT
Harald Welte4a048c52010-03-22 11:48:36 +08001917 "GPRS NS Entity Identifier")
1918{
1919 struct gsm_bts *bts = vty->index;
1920
Harald Weltecb20b7a2010-04-18 15:51:20 +02001921 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte4a048c52010-03-22 11:48:36 +08001922 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1923 return CMD_WARNING;
1924 }
1925
1926 bts->gprs.nse.nsei = atoi(argv[0]);
1927
1928 return CMD_SUCCESS;
1929}
1930
Harald Welte9e002452010-05-11 21:53:49 +02001931#define NSVC_TEXT "Network Service Virtual Connection (NS-VC)\n" \
1932 "NSVC Logical Number\n"
Harald Welte4a048c52010-03-22 11:48:36 +08001933
Harald Welte3055e332010-03-14 15:37:43 +08001934DEFUN(cfg_bts_gprs_nsvci, cfg_bts_gprs_nsvci_cmd,
1935 "gprs nsvc <0-1> nsvci <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001936 GPRS_TEXT NSVC_TEXT
1937 "NS Virtual Connection Identifier\n"
Harald Welte3055e332010-03-14 15:37:43 +08001938 "GPRS NS VC Identifier")
1939{
1940 struct gsm_bts *bts = vty->index;
1941 int idx = atoi(argv[0]);
1942
Harald Weltecb20b7a2010-04-18 15:51:20 +02001943 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-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 Welte3055e332010-03-14 15:37:43 +08001948 bts->gprs.nsvc[idx].nsvci = atoi(argv[1]);
1949
1950 return CMD_SUCCESS;
1951}
1952
Harald Welte410575a2010-03-14 23:30:30 +08001953DEFUN(cfg_bts_gprs_nsvc_lport, cfg_bts_gprs_nsvc_lport_cmd,
1954 "gprs nsvc <0-1> local udp port <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001955 GPRS_TEXT NSVC_TEXT
Harald Welte410575a2010-03-14 23:30:30 +08001956 "GPRS NS Local UDP Port")
1957{
1958 struct gsm_bts *bts = vty->index;
1959 int idx = atoi(argv[0]);
1960
Harald Weltecb20b7a2010-04-18 15:51:20 +02001961 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-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 Welte410575a2010-03-14 23:30:30 +08001966 bts->gprs.nsvc[idx].local_port = atoi(argv[1]);
1967
1968 return CMD_SUCCESS;
1969}
1970
1971DEFUN(cfg_bts_gprs_nsvc_rport, cfg_bts_gprs_nsvc_rport_cmd,
1972 "gprs nsvc <0-1> remote udp port <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001973 GPRS_TEXT NSVC_TEXT
Harald Welte410575a2010-03-14 23:30:30 +08001974 "GPRS NS Remote UDP Port")
1975{
1976 struct gsm_bts *bts = vty->index;
1977 int idx = atoi(argv[0]);
1978
Harald Weltecb20b7a2010-04-18 15:51:20 +02001979 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08001980 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1981 return CMD_WARNING;
1982 }
1983
Harald Welte410575a2010-03-14 23:30:30 +08001984 bts->gprs.nsvc[idx].remote_port = atoi(argv[1]);
1985
1986 return CMD_SUCCESS;
1987}
1988
1989DEFUN(cfg_bts_gprs_nsvc_rip, cfg_bts_gprs_nsvc_rip_cmd,
1990 "gprs nsvc <0-1> remote ip A.B.C.D",
Harald Welte9e002452010-05-11 21:53:49 +02001991 GPRS_TEXT NSVC_TEXT
Harald Welte410575a2010-03-14 23:30:30 +08001992 "GPRS NS Remote IP Address")
1993{
1994 struct gsm_bts *bts = vty->index;
1995 int idx = atoi(argv[0]);
1996 struct in_addr ia;
1997
Harald Weltecb20b7a2010-04-18 15:51:20 +02001998 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08001999 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2000 return CMD_WARNING;
2001 }
2002
Harald Welte410575a2010-03-14 23:30:30 +08002003 inet_aton(argv[1], &ia);
2004 bts->gprs.nsvc[idx].remote_ip = ntohl(ia.s_addr);
2005
2006 return CMD_SUCCESS;
2007}
2008
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08002009DEFUN(cfg_bts_pag_free, cfg_bts_pag_free_cmd,
2010 "paging free FREE_NR",
2011 "Only page when having a certain amount of free slots. -1 to disable")
2012{
2013 struct gsm_bts *bts = vty->index;
2014
2015 bts->paging.free_chans_need = atoi(argv[0]);
2016 return CMD_SUCCESS;
2017}
2018
Harald Weltea9251762010-05-11 23:50:21 +02002019DEFUN(cfg_bts_gprs_ns_timer, cfg_bts_gprs_ns_timer_cmd,
2020 "gprs ns timer " NS_TIMERS " <0-255>",
2021 GPRS_TEXT "Network Service\n"
2022 "Network Service Timer\n"
2023 NS_TIMERS_HELP "Timer Value\n")
2024{
2025 struct gsm_bts *bts = vty->index;
2026 int idx = get_string_value(gprs_ns_timer_strs, argv[0]);
2027 int val = atoi(argv[1]);
2028
2029 if (bts->gprs.mode == BTS_GPRS_NONE) {
2030 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2031 return CMD_WARNING;
2032 }
2033
2034 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.nse.timer))
2035 return CMD_WARNING;
2036
2037 bts->gprs.nse.timer[idx] = val;
2038
2039 return CMD_SUCCESS;
2040}
2041
2042#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 Welte18ce31c2010-05-14 20:05:17 +02002043#define BSSGP_TIMERS_HELP \
2044 "Tbvc-block timeout\n" \
2045 "Tbvc-block retries\n" \
2046 "Tbvc-unblock retries\n" \
2047 "Tbvcc-reset timeout\n" \
2048 "Tbvc-reset retries\n" \
2049 "Tbvc-suspend timeout\n" \
2050 "Tbvc-suspend retries\n" \
2051 "Tbvc-resume timeout\n" \
2052 "Tbvc-resume retries\n" \
2053 "Tbvc-capa-update timeout\n" \
2054 "Tbvc-capa-update retries\n"
Harald Weltea9251762010-05-11 23:50:21 +02002055
2056DEFUN(cfg_bts_gprs_cell_timer, cfg_bts_gprs_cell_timer_cmd,
2057 "gprs cell timer " BSSGP_TIMERS " <0-255>",
2058 GPRS_TEXT "Cell / BSSGP\n"
2059 "Cell/BSSGP Timer\n"
2060 BSSGP_TIMERS_HELP "Timer Value\n")
2061{
2062 struct gsm_bts *bts = vty->index;
2063 int idx = get_string_value(gprs_bssgp_cfg_strs, argv[0]);
2064 int val = atoi(argv[1]);
2065
2066 if (bts->gprs.mode == BTS_GPRS_NONE) {
2067 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2068 return CMD_WARNING;
2069 }
2070
2071 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.cell.timer))
2072 return CMD_WARNING;
2073
2074 bts->gprs.cell.timer[idx] = val;
2075
2076 return CMD_SUCCESS;
2077}
2078
Harald Welte3055e332010-03-14 15:37:43 +08002079DEFUN(cfg_bts_gprs_rac, cfg_bts_gprs_rac_cmd,
2080 "gprs routing area <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02002081 GPRS_TEXT
Harald Welte3055e332010-03-14 15:37:43 +08002082 "GPRS Routing Area Code")
2083{
2084 struct gsm_bts *bts = vty->index;
2085
Harald Weltecb20b7a2010-04-18 15:51:20 +02002086 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002087 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2088 return CMD_WARNING;
2089 }
2090
Harald Welte3055e332010-03-14 15:37:43 +08002091 bts->gprs.rac = atoi(argv[0]);
2092
2093 return CMD_SUCCESS;
2094}
2095
Harald Weltecb20b7a2010-04-18 15:51:20 +02002096DEFUN(cfg_bts_gprs_mode, cfg_bts_gprs_mode_cmd,
2097 "gprs mode (none|gprs|egprs)",
Harald Welte9e002452010-05-11 21:53:49 +02002098 GPRS_TEXT
2099 "GPRS Mode for this BTS\n"
2100 "GPRS Disabled on this BTS\n"
2101 "GPRS Enabled on this BTS\n"
2102 "EGPRS (EDGE) Enabled on this BTS\n")
Harald Welte410575a2010-03-14 23:30:30 +08002103{
2104 struct gsm_bts *bts = vty->index;
Harald Welte20e275a2010-06-14 22:44:42 +02002105 enum bts_gprs_mode mode = bts_gprs_mode_parse(argv[0]);
Harald Welte410575a2010-03-14 23:30:30 +08002106
Harald Welte20e275a2010-06-14 22:44:42 +02002107 if (mode != BTS_GPRS_NONE &&
2108 !gsm_bts_has_feature(bts, BTS_FEAT_GPRS)) {
2109 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2110 VTY_NEWLINE);
2111 return CMD_WARNING;
2112 }
2113 if (mode == BTS_GPRS_EGPRS &&
2114 !gsm_bts_has_feature(bts, BTS_FEAT_EGPRS)) {
2115 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2116 VTY_NEWLINE);
2117 return CMD_WARNING;
2118 }
2119
2120 bts->gprs.mode = mode;
Harald Welte410575a2010-03-14 23:30:30 +08002121
2122 return CMD_SUCCESS;
2123}
2124
Harald Welted8acf142010-07-30 11:50:09 +02002125#define SI_TEXT "System Information Messages\n"
2126#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)"
2127#define SI_TYPE_HELP "System Information Type 1\n" \
2128 "System Information Type 2\n" \
2129 "System Information Type 3\n" \
2130 "System Information Type 4\n" \
2131 "System Information Type 5\n" \
2132 "System Information Type 6\n" \
2133 "System Information Type 7\n" \
2134 "System Information Type 8\n" \
2135 "System Information Type 9\n" \
2136 "System Information Type 10\n" \
2137 "System Information Type 13\n" \
2138 "System Information Type 16\n" \
2139 "System Information Type 17\n" \
2140 "System Information Type 18\n" \
2141 "System Information Type 19\n" \
2142 "System Information Type 20\n" \
2143 "System Information Type 2bis\n" \
2144 "System Information Type 2ter\n" \
2145 "System Information Type 2quater\n" \
2146 "System Information Type 5bis\n" \
2147 "System Information Type 5ter\n"
2148
2149DEFUN(cfg_bts_si_mode, cfg_bts_si_mode_cmd,
2150 "system-information " SI_TYPE_TEXT " mode (static|computed)",
2151 SI_TEXT SI_TYPE_HELP
2152 "System Information Mode\n"
2153 "Static user-specified\n"
2154 "Dynamic, BSC-computed\n")
2155{
2156 struct gsm_bts *bts = vty->index;
2157 int type;
2158
2159 type = get_string_value(osmo_sitype_strs, argv[0]);
2160 if (type < 0) {
2161 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2162 return CMD_WARNING;
2163 }
2164
2165 if (!strcmp(argv[1], "static"))
2166 bts->si_mode_static |= (1 << type);
2167 else
2168 bts->si_mode_static &= ~(1 << type);
2169
2170 return CMD_SUCCESS;
2171}
2172
2173DEFUN(cfg_bts_si_static, cfg_bts_si_static_cmd,
2174 "system-information " SI_TYPE_TEXT " static HEXSTRING",
2175 SI_TEXT SI_TYPE_HELP
2176 "Static System Information filling\n"
2177 "Static user-specified SI content in HEX notation\n")
2178{
2179 struct gsm_bts *bts = vty->index;
2180 int rc, type;
2181
2182 type = get_string_value(osmo_sitype_strs, argv[0]);
2183 if (type < 0) {
2184 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2185 return CMD_WARNING;
2186 }
2187
2188 if (!(bts->si_mode_static & (1 << type))) {
2189 vty_out(vty, "SI Type %s is not configured in static mode%s",
2190 get_value_string(osmo_sitype_strs, type), VTY_NEWLINE);
2191 return CMD_WARNING;
2192 }
2193
Harald Welte9f09ac32010-07-30 11:53:18 +02002194 /* Fill buffer with padding pattern */
2195 memset(bts->si_buf[type], 0x2b, sizeof(bts->si_buf[type]));
2196
2197 /* Parse the user-specified SI in hex format, [partially] overwriting padding */
Pablo Neira Ayusob1d5a692011-05-07 12:12:48 +02002198 rc = osmo_hexparse(argv[1], bts->si_buf[type], sizeof(bts->si_buf[0]));
Harald Welted8acf142010-07-30 11:50:09 +02002199 if (rc < 0 || rc > sizeof(bts->si_buf[0])) {
2200 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
2201 return CMD_WARNING;
2202 }
2203
2204 /* Mark this SI as present */
2205 bts->si_valid |= (1 << type);
2206
2207 return CMD_SUCCESS;
2208}
2209
Harald Welteca46eff2011-01-11 23:44:56 +01002210DEFUN(cfg_bts_neigh_mode, cfg_bts_neigh_mode_cmd,
Harald Weltef989b782011-02-15 11:43:27 +01002211 "neighbor-list mode (automatic|manual|manual-si5)",
Harald Welteca46eff2011-01-11 23:44:56 +01002212 "Neighbor List\n" "Mode of Neighbor List generation\n"
Harald Weltef989b782011-02-15 11:43:27 +01002213 "Automatically from all BTS in this OpenBSC\n" "Manual\n"
2214 "Manual with different lists for SI2 and SI5\n")
Harald Welteca46eff2011-01-11 23:44:56 +01002215{
2216 struct gsm_bts *bts = vty->index;
Harald Weltef989b782011-02-15 11:43:27 +01002217 int mode = get_string_value(bts_neigh_mode_strs, argv[0]);
Harald Welteca46eff2011-01-11 23:44:56 +01002218
Harald Weltef989b782011-02-15 11:43:27 +01002219 switch (mode) {
2220 case NL_MODE_MANUAL_SI5SEP:
2221 case NL_MODE_MANUAL:
Harald Welteca46eff2011-01-11 23:44:56 +01002222 /* make sure we clear the current list when switching to
2223 * manual mode */
2224 if (bts->neigh_list_manual_mode == 0)
2225 memset(&bts->si_common.data.neigh_list, 0,
2226 sizeof(bts->si_common.data.neigh_list));
Harald Weltef989b782011-02-15 11:43:27 +01002227 break;
2228 default:
2229 break;
2230 }
2231
2232 bts->neigh_list_manual_mode = mode;
Harald Welteca46eff2011-01-11 23:44:56 +01002233
2234 return CMD_SUCCESS;
2235}
2236
2237DEFUN(cfg_bts_neigh, cfg_bts_neigh_cmd,
Harald Welte09e4fad2012-01-29 13:24:12 +01002238 "neighbor-list (add|del) arfcn <0-1023>",
Harald Welteca46eff2011-01-11 23:44:56 +01002239 "Neighbor List\n" "Add to manual neighbor list\n"
2240 "Delete from manual neighbor list\n" "ARFCN of neighbor\n"
2241 "ARFCN of neighbor\n")
2242{
2243 struct gsm_bts *bts = vty->index;
2244 struct bitvec *bv = &bts->si_common.neigh_list;
2245 uint16_t arfcn = atoi(argv[1]);
2246
2247 if (!bts->neigh_list_manual_mode) {
2248 vty_out(vty, "%% Cannot configure neighbor list in "
2249 "automatic mode%s", VTY_NEWLINE);
2250 return CMD_WARNING;
2251 }
2252
2253 if (!strcmp(argv[0], "add"))
2254 bitvec_set_bit_pos(bv, arfcn, 1);
2255 else
2256 bitvec_set_bit_pos(bv, arfcn, 0);
2257
2258 return CMD_SUCCESS;
2259}
2260
Harald Weltef989b782011-02-15 11:43:27 +01002261DEFUN(cfg_bts_si5_neigh, cfg_bts_si5_neigh_cmd,
Harald Welte09e4fad2012-01-29 13:24:12 +01002262 "si5 neighbor-list (add|del) arfcn <0-1023>",
Harald Weltef989b782011-02-15 11:43:27 +01002263 "SI5 Neighbor List\n" "Add to manual SI5 neighbor list\n"
2264 "Delete from SI5 manual neighbor list\n" "ARFCN of neighbor\n"
2265 "ARFCN of neighbor\n")
2266{
2267 struct gsm_bts *bts = vty->index;
2268 struct bitvec *bv = &bts->si_common.si5_neigh_list;
2269 uint16_t arfcn = atoi(argv[1]);
2270
2271 if (!bts->neigh_list_manual_mode) {
2272 vty_out(vty, "%% Cannot configure neighbor list in "
2273 "automatic mode%s", VTY_NEWLINE);
2274 return CMD_WARNING;
2275 }
2276
2277 if (!strcmp(argv[0], "add"))
2278 bitvec_set_bit_pos(bv, arfcn, 1);
2279 else
2280 bitvec_set_bit_pos(bv, arfcn, 0);
2281
2282 return CMD_SUCCESS;
2283}
Harald Welted8acf142010-07-30 11:50:09 +02002284
Harald Welte9e002452010-05-11 21:53:49 +02002285#define TRX_TEXT "Radio Transceiver\n"
Harald Welte3e774612009-08-10 13:48:16 +02002286
Harald Welte59b04682009-06-10 05:40:52 +08002287/* per TRX configuration */
2288DEFUN(cfg_trx,
2289 cfg_trx_cmd,
2290 "trx TRX_NR",
Harald Welte9e002452010-05-11 21:53:49 +02002291 TRX_TEXT
Harald Welte59b04682009-06-10 05:40:52 +08002292 "Select a TRX to configure")
2293{
2294 int trx_nr = atoi(argv[0]);
2295 struct gsm_bts *bts = vty->index;
2296 struct gsm_bts_trx *trx;
2297
Harald Weltee712a5f2009-06-21 16:17:15 +02002298 if (trx_nr > bts->num_trx) {
2299 vty_out(vty, "%% The next unused TRX number in this BTS is %u%s",
2300 bts->num_trx, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +08002301 return CMD_WARNING;
Harald Weltee712a5f2009-06-21 16:17:15 +02002302 } else if (trx_nr == bts->num_trx) {
2303 /* we need to allocate a new one */
2304 trx = gsm_bts_trx_alloc(bts);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02002305 } else
Harald Weltee712a5f2009-06-21 16:17:15 +02002306 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02002307
Harald Weltee712a5f2009-06-21 16:17:15 +02002308 if (!trx)
2309 return CMD_WARNING;
Harald Welte59b04682009-06-10 05:40:52 +08002310
2311 vty->index = trx;
Harald Welte8791dac2010-05-14 17:59:53 +02002312 vty->index_sub = &trx->description;
Harald Welte59b04682009-06-10 05:40:52 +08002313 vty->node = TRX_NODE;
2314
2315 return CMD_SUCCESS;
2316}
2317
2318DEFUN(cfg_trx_arfcn,
2319 cfg_trx_arfcn_cmd,
Harald Welte09e4fad2012-01-29 13:24:12 +01002320 "arfcn <0-1023>",
Harald Welte59b04682009-06-10 05:40:52 +08002321 "Set the ARFCN for this TRX\n")
2322{
2323 int arfcn = atoi(argv[0]);
2324 struct gsm_bts_trx *trx = vty->index;
2325
2326 /* FIXME: check if this ARFCN is supported by this TRX */
2327
2328 trx->arfcn = arfcn;
2329
2330 /* FIXME: patch ARFCN into SYSTEM INFORMATION */
2331 /* FIXME: use OML layer to update the ARFCN */
2332 /* FIXME: use RSL layer to update SYSTEM INFORMATION */
2333
2334 return CMD_SUCCESS;
2335}
2336
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01002337DEFUN(cfg_trx_nominal_power,
2338 cfg_trx_nominal_power_cmd,
2339 "nominal power <0-100>",
2340 "Nominal TRX RF Power in dB\n")
2341{
2342 struct gsm_bts_trx *trx = vty->index;
2343
2344 trx->nominal_power = atoi(argv[0]);
2345
2346 return CMD_SUCCESS;
2347}
2348
Harald Welte91afe4c2009-06-20 18:15:19 +02002349DEFUN(cfg_trx_max_power_red,
2350 cfg_trx_max_power_red_cmd,
2351 "max_power_red <0-100>",
2352 "Reduction of maximum BS RF Power in dB\n")
2353{
2354 int maxpwr_r = atoi(argv[0]);
2355 struct gsm_bts_trx *trx = vty->index;
Harald Welte01acd742009-11-18 09:20:22 +01002356 int upper_limit = 24; /* default 12.21 max power red. */
Harald Welte91afe4c2009-06-20 18:15:19 +02002357
2358 /* FIXME: check if our BTS type supports more than 12 */
2359 if (maxpwr_r < 0 || maxpwr_r > upper_limit) {
2360 vty_out(vty, "%% Power %d dB is not in the valid range%s",
2361 maxpwr_r, VTY_NEWLINE);
2362 return CMD_WARNING;
2363 }
2364 if (maxpwr_r & 1) {
2365 vty_out(vty, "%% Power %d dB is not an even value%s",
2366 maxpwr_r, VTY_NEWLINE);
2367 return CMD_WARNING;
2368 }
2369
2370 trx->max_power_red = maxpwr_r;
2371
2372 /* FIXME: make sure we update this using OML */
2373
2374 return CMD_SUCCESS;
2375}
2376
Harald Welte62868882009-08-08 16:12:58 +02002377DEFUN(cfg_trx_rsl_e1,
2378 cfg_trx_rsl_e1_cmd,
2379 "rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
2380 "E1 interface to be used for RSL\n")
2381{
2382 struct gsm_bts_trx *trx = vty->index;
2383
2384 parse_e1_link(&trx->rsl_e1_link, argv[0], argv[1], argv[2]);
2385
2386 return CMD_SUCCESS;
2387}
2388
2389DEFUN(cfg_trx_rsl_e1_tei,
2390 cfg_trx_rsl_e1_tei_cmd,
2391 "rsl e1 tei <0-63>",
2392 "Set the TEI to be used for RSL")
2393{
2394 struct gsm_bts_trx *trx = vty->index;
2395
2396 trx->rsl_tei = atoi(argv[0]);
2397
2398 return CMD_SUCCESS;
2399}
2400
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01002401DEFUN(cfg_trx_rf_locked,
2402 cfg_trx_rf_locked_cmd,
2403 "rf_locked (0|1)",
2404 "Turn off RF of the TRX.\n")
2405{
2406 int locked = atoi(argv[0]);
2407 struct gsm_bts_trx *trx = vty->index;
2408
2409 gsm_trx_lock_rf(trx, locked);
2410 return CMD_SUCCESS;
2411}
Harald Welte62868882009-08-08 16:12:58 +02002412
Harald Welte59b04682009-06-10 05:40:52 +08002413/* per TS configuration */
2414DEFUN(cfg_ts,
2415 cfg_ts_cmd,
Harald Welte62868882009-08-08 16:12:58 +02002416 "timeslot <0-7>",
Harald Welte59b04682009-06-10 05:40:52 +08002417 "Select a Timeslot to configure")
2418{
2419 int ts_nr = atoi(argv[0]);
2420 struct gsm_bts_trx *trx = vty->index;
2421 struct gsm_bts_trx_ts *ts;
2422
2423 if (ts_nr >= TRX_NR_TS) {
2424 vty_out(vty, "%% A GSM TRX only has %u Timeslots per TRX%s",
2425 TRX_NR_TS, VTY_NEWLINE);
2426 return CMD_WARNING;
2427 }
2428
2429 ts = &trx->ts[ts_nr];
2430
2431 vty->index = ts;
2432 vty->node = TS_NODE;
2433
2434 return CMD_SUCCESS;
2435}
2436
Harald Welte3ffe1b32009-08-07 00:25:23 +02002437DEFUN(cfg_ts_pchan,
2438 cfg_ts_pchan_cmd,
2439 "phys_chan_config PCHAN",
2440 "Physical Channel configuration (TCH/SDCCH/...)")
2441{
2442 struct gsm_bts_trx_ts *ts = vty->index;
2443 int pchanc;
2444
2445 pchanc = gsm_pchan_parse(argv[0]);
2446 if (pchanc < 0)
2447 return CMD_WARNING;
2448
2449 ts->pchan = pchanc;
2450
2451 return CMD_SUCCESS;
2452}
2453
Harald Welte85771a42011-05-30 12:09:13 +02002454DEFUN(cfg_ts_tsc,
2455 cfg_ts_tsc_cmd,
2456 "training_sequence_code <0-7>",
2457 "Training Sequence Code")
2458{
2459 struct gsm_bts_trx_ts *ts = vty->index;
2460
2461 ts->tsc = atoi(argv[0]);
2462
2463 return CMD_SUCCESS;
2464}
2465
Harald Weltea42a93f2010-06-14 22:26:10 +02002466#define HOPPING_STR "Configure frequency hopping\n"
2467
2468DEFUN(cfg_ts_hopping,
2469 cfg_ts_hopping_cmd,
2470 "hopping enabled (0|1)",
2471 HOPPING_STR "Enable or disable frequency hopping\n"
2472 "Disable frequency hopping\n" "Enable frequency hopping\n")
2473{
2474 struct gsm_bts_trx_ts *ts = vty->index;
Harald Welte059c1ef2010-06-14 22:47:37 +02002475 int enabled = atoi(argv[0]);
Harald Weltea42a93f2010-06-14 22:26:10 +02002476
Harald Welte059c1ef2010-06-14 22:47:37 +02002477 if (enabled && !gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_HOPPING)) {
2478 vty_out(vty, "BTS model does not support hopping%s",
2479 VTY_NEWLINE);
2480 return CMD_WARNING;
2481 }
2482
2483 ts->hopping.enabled = enabled;
Harald Weltea42a93f2010-06-14 22:26:10 +02002484
2485 return CMD_SUCCESS;
2486}
2487
Harald Welte67104d12009-09-12 13:05:33 +02002488DEFUN(cfg_ts_hsn,
2489 cfg_ts_hsn_cmd,
Harald Weltea42a93f2010-06-14 22:26:10 +02002490 "hopping sequence-number <0-63>",
2491 HOPPING_STR
Harald Welte67104d12009-09-12 13:05:33 +02002492 "Which hopping sequence to use for this channel")
2493{
2494 struct gsm_bts_trx_ts *ts = vty->index;
2495
2496 ts->hopping.hsn = atoi(argv[0]);
2497
2498 return CMD_SUCCESS;
2499}
2500
2501DEFUN(cfg_ts_maio,
2502 cfg_ts_maio_cmd,
2503 "hopping maio <0-63>",
Harald Weltea42a93f2010-06-14 22:26:10 +02002504 HOPPING_STR
Harald Welte67104d12009-09-12 13:05:33 +02002505 "Which hopping MAIO to use for this channel")
2506{
2507 struct gsm_bts_trx_ts *ts = vty->index;
2508
2509 ts->hopping.maio = atoi(argv[0]);
2510
2511 return CMD_SUCCESS;
2512}
2513
2514DEFUN(cfg_ts_arfcn_add,
2515 cfg_ts_arfcn_add_cmd,
2516 "hopping arfcn add <0-1023>",
Harald Weltea42a93f2010-06-14 22:26:10 +02002517 HOPPING_STR "Configure hopping ARFCN list\n"
2518 "Add an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte67104d12009-09-12 13:05:33 +02002519{
2520 struct gsm_bts_trx_ts *ts = vty->index;
2521 int arfcn = atoi(argv[0]);
2522
Harald Weltea42a93f2010-06-14 22:26:10 +02002523 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 1);
2524
Harald Welte67104d12009-09-12 13:05:33 +02002525 return CMD_SUCCESS;
2526}
2527
2528DEFUN(cfg_ts_arfcn_del,
2529 cfg_ts_arfcn_del_cmd,
2530 "hopping arfcn del <0-1023>",
Harald Weltea42a93f2010-06-14 22:26:10 +02002531 HOPPING_STR "Configure hopping ARFCN list\n"
2532 "Delete an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte67104d12009-09-12 13:05:33 +02002533{
2534 struct gsm_bts_trx_ts *ts = vty->index;
2535 int arfcn = atoi(argv[0]);
2536
Harald Weltea42a93f2010-06-14 22:26:10 +02002537 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 0);
2538
Harald Welte67104d12009-09-12 13:05:33 +02002539 return CMD_SUCCESS;
2540}
2541
Harald Welte3ffe1b32009-08-07 00:25:23 +02002542DEFUN(cfg_ts_e1_subslot,
2543 cfg_ts_e1_subslot_cmd,
Harald Welte62868882009-08-08 16:12:58 +02002544 "e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welte3ffe1b32009-08-07 00:25:23 +02002545 "E1 sub-slot connected to this on-air timeslot")
2546{
2547 struct gsm_bts_trx_ts *ts = vty->index;
2548
Harald Welte62868882009-08-08 16:12:58 +02002549 parse_e1_link(&ts->e1_link, argv[0], argv[1], argv[2]);
Harald Welte3ffe1b32009-08-07 00:25:23 +02002550
2551 return CMD_SUCCESS;
2552}
Harald Welte59b04682009-06-10 05:40:52 +08002553
Harald Weltea5b1dae2010-05-16 21:47:13 +02002554void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *net)
2555{
2556 vty_out(vty, "Channel Requests : %lu total, %lu no channel%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002557 osmo_counter_get(net->stats.chreq.total),
2558 osmo_counter_get(net->stats.chreq.no_channel), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002559 vty_out(vty, "Channel Failures : %lu rf_failures, %lu rll failures%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002560 osmo_counter_get(net->stats.chan.rf_fail),
2561 osmo_counter_get(net->stats.chan.rll_err), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002562 vty_out(vty, "Paging : %lu attempted, %lu complete, %lu expired%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002563 osmo_counter_get(net->stats.paging.attempted),
2564 osmo_counter_get(net->stats.paging.completed),
2565 osmo_counter_get(net->stats.paging.expired), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002566 vty_out(vty, "BTS failures : %lu OML, %lu RSL%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002567 osmo_counter_get(net->stats.bts.oml_fail),
2568 osmo_counter_get(net->stats.bts.rsl_fail), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002569}
2570
Harald Welte682ee5f2010-05-16 22:02:16 +02002571DEFUN(logging_fltr_imsi,
2572 logging_fltr_imsi_cmd,
2573 "logging filter imsi IMSI",
2574 LOGGING_STR FILTER_STR
2575 "Filter log messages by IMSI\n" "IMSI to be used as filter\n")
2576{
Harald Welte58bef962011-02-18 21:10:05 +01002577 struct log_target *tgt = osmo_log_vty2tgt(vty);
Harald Welte682ee5f2010-05-16 22:02:16 +02002578
Harald Welte58bef962011-02-18 21:10:05 +01002579 if (!tgt)
Harald Welte682ee5f2010-05-16 22:02:16 +02002580 return CMD_WARNING;
Harald Welte682ee5f2010-05-16 22:02:16 +02002581
Harald Welte58bef962011-02-18 21:10:05 +01002582 log_set_imsi_filter(tgt, argv[0]);
Harald Welte682ee5f2010-05-16 22:02:16 +02002583 return CMD_SUCCESS;
2584}
2585
Harald Welte58bef962011-02-18 21:10:05 +01002586
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002587DEFUN(drop_bts,
2588 drop_bts_cmd,
Holger Hans Peter Freythere4ac0e42010-04-11 12:46:45 +02002589 "drop bts connection <0-65535> (oml|rsl)",
2590 "Debug/Simulation command to drop ipaccess BTS\n"
2591 "BTS NR\n" "Connection Type\n")
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002592{
2593 struct gsm_network *gsmnet;
2594 struct gsm_bts_trx *trx;
2595 struct gsm_bts *bts;
2596 unsigned int bts_nr;
2597
2598 gsmnet = gsmnet_from_vty(vty);
2599
2600 bts_nr = atoi(argv[0]);
2601 if (bts_nr >= gsmnet->num_bts) {
2602 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
2603 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
2604 return CMD_WARNING;
2605 }
2606
2607 bts = gsm_bts_num(gsmnet, bts_nr);
2608 if (!bts) {
2609 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
2610 return CMD_WARNING;
2611 }
2612
2613 if (!is_ipaccess_bts(bts)) {
2614 vty_out(vty, "This command only works for ipaccess.%s", VTY_NEWLINE);
2615 return CMD_WARNING;
2616 }
2617
2618
2619 /* close all connections */
2620 if (strcmp(argv[1], "oml") == 0) {
Holger Hans Peter Freyther03f17d02010-11-15 20:29:46 +01002621 ipaccess_drop_oml(bts);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002622 } else if (strcmp(argv[1], "rsl") == 0) {
2623 /* close all rsl connections */
2624 llist_for_each_entry(trx, &bts->trx_list, list) {
Holger Hans Peter Freyther03f17d02010-11-15 20:29:46 +01002625 ipaccess_drop_rsl(trx);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002626 }
2627 } else {
2628 vty_out(vty, "Argument must be 'oml# or 'rsl'.%s", VTY_NEWLINE);
2629 return CMD_WARNING;
2630 }
2631
2632 return CMD_SUCCESS;
2633}
2634
Harald Welte5213e992010-12-23 13:18:07 +01002635DEFUN(pdch_act, pdch_act_cmd,
2636 "bts <0-255> trx <0-255> timeslot <0-7> pdch (activate|deactivate)",
2637 "BTS related commands\n" "BTS Number\n" "Transceiver\n" "Transceiver Number\n"
2638 "TRX Timeslot\n" "Timeslot Number\n" "Packet Data Channel\n"
2639 "Activate Dynamic PDCH/TCH (-> PDCH mode)\n"
2640 "Deactivate Dynamic PDCH/TCH (-> TCH mode)\n")
2641{
2642 struct gsm_bts *bts;
2643 struct gsm_bts_trx *trx;
2644 struct gsm_bts_trx_ts *ts;
2645 int bts_nr = atoi(argv[0]);
2646 int trx_nr = atoi(argv[1]);
2647 int ts_nr = atoi(argv[2]);
2648 int activate;
2649
2650 bts = gsm_bts_num(bsc_gsmnet, bts_nr);
2651 if (!bts) {
2652 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
2653 return CMD_WARNING;
2654 }
2655
2656 if (!is_ipaccess_bts(bts)) {
2657 vty_out(vty, "%% This command only works for ipaccess BTS%s",
2658 VTY_NEWLINE);
2659 return CMD_WARNING;
2660 }
2661
2662 trx = gsm_bts_trx_num(bts, trx_nr);
2663 if (!trx) {
2664 vty_out(vty, "%% No such TRX (%d)%s", trx_nr, VTY_NEWLINE);
2665 return CMD_WARNING;
2666 }
2667
2668 ts = &trx->ts[ts_nr];
2669 if (ts->pchan != GSM_PCHAN_TCH_F_PDCH) {
2670 vty_out(vty, "%% Timeslot %u is not in dynamic TCH_F/PDCH "
2671 "mode%s", ts_nr, VTY_NEWLINE);
2672 return CMD_WARNING;
2673 }
2674
2675 if (!strcmp(argv[3], "activate"))
2676 activate = 1;
2677 else
2678 activate = 0;
2679
2680 rsl_ipacc_pdch_activate(ts, activate);
2681
2682 return CMD_SUCCESS;
2683
2684}
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002685
Harald Welte40152872010-05-16 20:52:23 +02002686extern int bsc_vty_init_extra(void);
Harald Welte10c29f62010-05-16 19:20:24 +02002687extern const char *openbsc_copyright;
Holger Hans Peter Freytherc48a2a12010-04-10 00:08:28 +02002688
Pablo Neira Ayuso36ad9a42011-03-09 13:36:32 +01002689int bsc_vty_init(const struct log_info *cat)
Harald Welte59b04682009-06-10 05:40:52 +08002690{
Harald Welte7bc28f62010-05-12 16:10:35 +00002691 install_element_ve(&show_net_cmd);
2692 install_element_ve(&show_bts_cmd);
2693 install_element_ve(&show_trx_cmd);
2694 install_element_ve(&show_ts_cmd);
2695 install_element_ve(&show_lchan_cmd);
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08002696 install_element_ve(&show_lchan_summary_cmd);
Harald Welte682ee5f2010-05-16 22:02:16 +02002697 install_element_ve(&logging_fltr_imsi_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002698
Harald Welte7bc28f62010-05-12 16:10:35 +00002699 install_element_ve(&show_paging_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002700
Pablo Neira Ayuso36ad9a42011-03-09 13:36:32 +01002701 logging_vty_add_cmds(cat);
Harald Welte58bef962011-02-18 21:10:05 +01002702 install_element(CFG_LOG_NODE, &logging_fltr_imsi_cmd);
Holger Hans Peter Freytherc8d862e2009-12-22 22:32:51 +01002703
Harald Weltee87eb462009-08-07 13:29:14 +02002704 install_element(CONFIG_NODE, &cfg_net_cmd);
2705 install_node(&net_node, config_write_net);
2706 install_default(GSMNET_NODE);
Harald Welte58ed1cb2010-05-14 18:59:17 +02002707 install_element(GSMNET_NODE, &ournode_exit_cmd);
Harald Weltedc82b9b2010-05-14 19:11:04 +02002708 install_element(GSMNET_NODE, &ournode_end_cmd);
Harald Welte62868882009-08-08 16:12:58 +02002709 install_element(GSMNET_NODE, &cfg_net_ncc_cmd);
Harald Weltee87eb462009-08-07 13:29:14 +02002710 install_element(GSMNET_NODE, &cfg_net_mnc_cmd);
2711 install_element(GSMNET_NODE, &cfg_net_name_short_cmd);
2712 install_element(GSMNET_NODE, &cfg_net_name_long_cmd);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02002713 install_element(GSMNET_NODE, &cfg_net_auth_policy_cmd);
Harald Welte59936d72009-11-18 20:33:19 +01002714 install_element(GSMNET_NODE, &cfg_net_reject_cause_cmd);
Harald Weltecca253a2009-08-30 15:47:06 +09002715 install_element(GSMNET_NODE, &cfg_net_encryption_cmd);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01002716 install_element(GSMNET_NODE, &cfg_net_neci_cmd);
Harald Welte52af1952009-12-13 10:53:12 +01002717 install_element(GSMNET_NODE, &cfg_net_rrlp_mode_cmd);
Harald Welte284ddba2009-12-14 17:49:15 +01002718 install_element(GSMNET_NODE, &cfg_net_mm_info_cmd);
Harald Welte0af9c9f2009-12-19 21:41:52 +01002719 install_element(GSMNET_NODE, &cfg_net_handover_cmd);
Harald Weltea8062f12009-12-21 16:51:50 +01002720 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_cmd);
2721 install_element(GSMNET_NODE, &cfg_net_ho_win_rxqual_avg_cmd);
2722 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_neigh_cmd);
2723 install_element(GSMNET_NODE, &cfg_net_ho_pwr_interval_cmd);
2724 install_element(GSMNET_NODE, &cfg_net_ho_pwr_hysteresis_cmd);
2725 install_element(GSMNET_NODE, &cfg_net_ho_max_distance_cmd);
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01002726 install_element(GSMNET_NODE, &cfg_net_T3101_cmd);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +01002727 install_element(GSMNET_NODE, &cfg_net_T3103_cmd);
2728 install_element(GSMNET_NODE, &cfg_net_T3105_cmd);
2729 install_element(GSMNET_NODE, &cfg_net_T3107_cmd);
2730 install_element(GSMNET_NODE, &cfg_net_T3109_cmd);
2731 install_element(GSMNET_NODE, &cfg_net_T3111_cmd);
2732 install_element(GSMNET_NODE, &cfg_net_T3113_cmd);
2733 install_element(GSMNET_NODE, &cfg_net_T3115_cmd);
2734 install_element(GSMNET_NODE, &cfg_net_T3117_cmd);
2735 install_element(GSMNET_NODE, &cfg_net_T3119_cmd);
Harald Weltee2aaf442010-12-23 22:53:50 +01002736 install_element(GSMNET_NODE, &cfg_net_T3122_cmd);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +01002737 install_element(GSMNET_NODE, &cfg_net_T3141_cmd);
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08002738 install_element(GSMNET_NODE, &cfg_net_dtx_cmd);
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +01002739 install_element(GSMNET_NODE, &cfg_net_subscr_keep_cmd);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08002740 install_element(GSMNET_NODE, &cfg_net_pag_any_tch_cmd);
Harald Weltee87eb462009-08-07 13:29:14 +02002741
2742 install_element(GSMNET_NODE, &cfg_bts_cmd);
Harald Welte97ceef92009-08-06 19:06:46 +02002743 install_node(&bts_node, config_write_bts);
Harald Welte59b04682009-06-10 05:40:52 +08002744 install_default(BTS_NODE);
Harald Welte58ed1cb2010-05-14 18:59:17 +02002745 install_element(BTS_NODE, &ournode_exit_cmd);
Harald Weltedc82b9b2010-05-14 19:11:04 +02002746 install_element(BTS_NODE, &ournode_end_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002747 install_element(BTS_NODE, &cfg_bts_type_cmd);
Harald Welte8791dac2010-05-14 17:59:53 +02002748 install_element(BTS_NODE, &cfg_description_cmd);
2749 install_element(BTS_NODE, &cfg_no_description_cmd);
Harald Welte91afe4c2009-06-20 18:15:19 +02002750 install_element(BTS_NODE, &cfg_bts_band_cmd);
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02002751 install_element(BTS_NODE, &cfg_bts_ci_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002752 install_element(BTS_NODE, &cfg_bts_lac_cmd);
2753 install_element(BTS_NODE, &cfg_bts_tsc_cmd);
Harald Welte62868882009-08-08 16:12:58 +02002754 install_element(BTS_NODE, &cfg_bts_bsic_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002755 install_element(BTS_NODE, &cfg_bts_unit_id_cmd);
Gus Bourgf9dc16b2011-12-02 10:18:17 +01002756 install_element(BTS_NODE, &cfg_bts_timezone_cmd);
2757 install_element(BTS_NODE, &cfg_bts_no_timezone_cmd);
Harald Welte08011e22011-03-04 13:41:31 +01002758 install_element(BTS_NODE, &cfg_bts_serno_cmd);
Sylvain Munautcb8e8432011-10-17 14:04:55 +02002759 install_element(BTS_NODE, &cfg_bts_nokia_site_skip_reset_cmd);
Harald Welte25572872009-10-20 00:22:00 +02002760 install_element(BTS_NODE, &cfg_bts_stream_id_cmd);
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02002761 install_element(BTS_NODE, &cfg_bts_hsl_oml_cmd);
Harald Welte62868882009-08-08 16:12:58 +02002762 install_element(BTS_NODE, &cfg_bts_oml_e1_cmd);
2763 install_element(BTS_NODE, &cfg_bts_oml_e1_tei_cmd);
Harald Welte3e774612009-08-10 13:48:16 +02002764 install_element(BTS_NODE, &cfg_bts_challoc_cmd);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01002765 install_element(BTS_NODE, &cfg_bts_rach_tx_integer_cmd);
2766 install_element(BTS_NODE, &cfg_bts_rach_max_trans_cmd);
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08002767 install_element(BTS_NODE, &cfg_bts_rach_nm_b_thresh_cmd);
2768 install_element(BTS_NODE, &cfg_bts_rach_nm_ldavg_cmd);
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02002769 install_element(BTS_NODE, &cfg_bts_cell_barred_cmd);
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08002770 install_element(BTS_NODE, &cfg_bts_rach_ec_allowed_cmd);
Harald Welte (local)cbd46102009-08-13 10:14:26 +02002771 install_element(BTS_NODE, &cfg_bts_ms_max_power_cmd);
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02002772 install_element(BTS_NODE, &cfg_bts_per_loc_upd_cmd);
Harald Welteb761bf82009-12-12 18:17:25 +01002773 install_element(BTS_NODE, &cfg_bts_cell_resel_hyst_cmd);
2774 install_element(BTS_NODE, &cfg_bts_rxlev_acc_min_cmd);
Sylvain Munaut00d71462010-11-28 18:17:28 +01002775 install_element(BTS_NODE, &cfg_bts_cell_bar_qualify_cmd);
2776 install_element(BTS_NODE, &cfg_bts_cell_resel_ofs_cmd);
2777 install_element(BTS_NODE, &cfg_bts_temp_ofs_cmd);
2778 install_element(BTS_NODE, &cfg_bts_temp_ofs_inf_cmd);
2779 install_element(BTS_NODE, &cfg_bts_penalty_time_cmd);
2780 install_element(BTS_NODE, &cfg_bts_penalty_time_rsvd_cmd);
Harald Weltecb20b7a2010-04-18 15:51:20 +02002781 install_element(BTS_NODE, &cfg_bts_gprs_mode_cmd);
Harald Weltea9251762010-05-11 23:50:21 +02002782 install_element(BTS_NODE, &cfg_bts_gprs_ns_timer_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08002783 install_element(BTS_NODE, &cfg_bts_gprs_rac_cmd);
2784 install_element(BTS_NODE, &cfg_bts_gprs_bvci_cmd);
Harald Weltea9251762010-05-11 23:50:21 +02002785 install_element(BTS_NODE, &cfg_bts_gprs_cell_timer_cmd);
Harald Welte4a048c52010-03-22 11:48:36 +08002786 install_element(BTS_NODE, &cfg_bts_gprs_nsei_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08002787 install_element(BTS_NODE, &cfg_bts_gprs_nsvci_cmd);
Harald Welte410575a2010-03-14 23:30:30 +08002788 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_lport_cmd);
2789 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rport_cmd);
2790 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rip_cmd);
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08002791 install_element(BTS_NODE, &cfg_bts_pag_free_cmd);
Harald Welted8acf142010-07-30 11:50:09 +02002792 install_element(BTS_NODE, &cfg_bts_si_mode_cmd);
2793 install_element(BTS_NODE, &cfg_bts_si_static_cmd);
Harald Welteca46eff2011-01-11 23:44:56 +01002794 install_element(BTS_NODE, &cfg_bts_neigh_mode_cmd);
2795 install_element(BTS_NODE, &cfg_bts_neigh_cmd);
Harald Weltef989b782011-02-15 11:43:27 +01002796 install_element(BTS_NODE, &cfg_bts_si5_neigh_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002797
2798 install_element(BTS_NODE, &cfg_trx_cmd);
2799 install_node(&trx_node, dummy_config_write);
2800 install_default(TRX_NODE);
Harald Welte58ed1cb2010-05-14 18:59:17 +02002801 install_element(TRX_NODE, &ournode_exit_cmd);
Harald Weltedc82b9b2010-05-14 19:11:04 +02002802 install_element(TRX_NODE, &ournode_end_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002803 install_element(TRX_NODE, &cfg_trx_arfcn_cmd);
Harald Welte8791dac2010-05-14 17:59:53 +02002804 install_element(TRX_NODE, &cfg_description_cmd);
2805 install_element(TRX_NODE, &cfg_no_description_cmd);
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01002806 install_element(TRX_NODE, &cfg_trx_nominal_power_cmd);
Harald Welte7f597bc2009-06-20 22:36:12 +02002807 install_element(TRX_NODE, &cfg_trx_max_power_red_cmd);
Harald Welte62868882009-08-08 16:12:58 +02002808 install_element(TRX_NODE, &cfg_trx_rsl_e1_cmd);
2809 install_element(TRX_NODE, &cfg_trx_rsl_e1_tei_cmd);
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01002810 install_element(TRX_NODE, &cfg_trx_rf_locked_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002811
2812 install_element(TRX_NODE, &cfg_ts_cmd);
2813 install_node(&ts_node, dummy_config_write);
2814 install_default(TS_NODE);
Harald Welte58ed1cb2010-05-14 18:59:17 +02002815 install_element(TS_NODE, &ournode_exit_cmd);
Harald Weltedc82b9b2010-05-14 19:11:04 +02002816 install_element(TS_NODE, &ournode_end_cmd);
Harald Welte3ffe1b32009-08-07 00:25:23 +02002817 install_element(TS_NODE, &cfg_ts_pchan_cmd);
Harald Welte85771a42011-05-30 12:09:13 +02002818 install_element(TS_NODE, &cfg_ts_tsc_cmd);
Harald Weltea42a93f2010-06-14 22:26:10 +02002819 install_element(TS_NODE, &cfg_ts_hopping_cmd);
Harald Welte67104d12009-09-12 13:05:33 +02002820 install_element(TS_NODE, &cfg_ts_hsn_cmd);
2821 install_element(TS_NODE, &cfg_ts_maio_cmd);
2822 install_element(TS_NODE, &cfg_ts_arfcn_add_cmd);
2823 install_element(TS_NODE, &cfg_ts_arfcn_del_cmd);
Harald Welte3ffe1b32009-08-07 00:25:23 +02002824 install_element(TS_NODE, &cfg_ts_e1_subslot_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002825
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002826 install_element(ENABLE_NODE, &drop_bts_cmd);
Harald Welte5213e992010-12-23 13:18:07 +01002827 install_element(ENABLE_NODE, &pdch_act_cmd);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002828
Harald Welte63b964e2010-05-31 16:40:40 +02002829 abis_nm_vty_init();
Harald Welte1d5a2062011-02-12 14:42:59 +01002830 abis_om2k_vty_init();
Harald Weltee76bea02011-02-05 13:54:41 +01002831 e1inp_vty_init();
Harald Welte63b964e2010-05-31 16:40:40 +02002832
Harald Welte40152872010-05-16 20:52:23 +02002833 bsc_vty_init_extra();
Harald Welte59b04682009-06-10 05:40:52 +08002834
2835 return 0;
2836}