blob: d1567169af63cce8dd76dbd7f931bfd82fcb9ff1 [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 Welte2addf852012-08-17 12:42:06 +020028#include <osmocom/vty/misc.h>
Harald Welte59b04682009-06-10 05:40:52 +080029
30#include <arpa/inet.h>
31
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010032#include <osmocom/core/linuxlist.h>
Harald Welte59b04682009-06-10 05:40:52 +080033#include <openbsc/gsm_data.h>
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +020034#include <osmocom/abis/e1_input.h>
Harald Welte59b04682009-06-10 05:40:52 +080035#include <openbsc/abis_nm.h>
Harald Welte30f93fb2011-02-19 16:48:17 +010036#include <openbsc/abis_om2000.h>
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010037#include <osmocom/core/utils.h>
38#include <osmocom/gsm/gsm_utils.h>
Harald Welte73e69942011-05-23 20:42:26 +020039#include <osmocom/gsm/abis_nm.h>
Harald Weltefe96f382009-12-22 13:09:29 +010040#include <openbsc/chan_alloc.h>
Harald Welte44007742009-12-22 21:43:14 +010041#include <openbsc/meas_rep.h>
Harald Welte59b04682009-06-10 05:40:52 +080042#include <openbsc/db.h>
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010043#include <osmocom/core/talloc.h>
Holger Hans Peter Freytherb70d45b2010-04-06 11:55:37 +020044#include <openbsc/vty.h>
Harald Weltecfb6b282012-06-16 14:59:56 +080045#include <osmocom/gprs/gprs_ns.h>
Harald Welted8acf142010-07-30 11:50:09 +020046#include <openbsc/system_information.h>
Harald Welte682ee5f2010-05-16 22:02:16 +020047#include <openbsc/debug.h>
Holger Hans Peter Freyther25176f12010-11-09 17:00:42 +010048#include <openbsc/paging.h>
Harald Welte64fcd772011-08-20 18:25:02 +020049#include <openbsc/ipaccess.h>
Harald Welte5213e992010-12-23 13:18:07 +010050#include <openbsc/abis_rsl.h>
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +010051#include <openbsc/osmo_msc_data.h>
52#include <openbsc/osmo_bsc_rf.h>
Harald Welte59b04682009-06-10 05:40:52 +080053
Harald Welted9dea592011-03-04 13:53:51 +010054#include "../../bscconfig.h"
Harald Welte10c29f62010-05-16 19:20:24 +020055
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +020056
57#define NETWORK_STR "Configure the GSM network\n"
58#define CODE_CMD_STR "Code commands\n"
59#define NAME_CMD_STR "Name Commands\n"
60#define NAME_STR "Name to use\n"
61#define LCHAN_NR_STR "Logical Channel Number\n"
62
63
Harald Welted6b62e32010-05-12 17:19:53 +000064/* FIXME: this should go to some common file */
65static const struct value_string gprs_ns_timer_strs[] = {
Harald Weltea9251762010-05-11 23:50:21 +020066 { 0, "tns-block" },
67 { 1, "tns-block-retries" },
68 { 2, "tns-reset" },
69 { 3, "tns-reset-retries" },
70 { 4, "tns-test" },
71 { 5, "tns-alive" },
72 { 6, "tns-alive-retries" },
73 { 0, NULL }
74};
75
Harald Welted6b62e32010-05-12 17:19:53 +000076static const struct value_string gprs_bssgp_cfg_strs[] = {
Harald Weltea9251762010-05-11 23:50:21 +020077 { 0, "blocking-timer" },
78 { 1, "blocking-retries" },
79 { 2, "unblocking-retries" },
80 { 3, "reset-timer" },
81 { 4, "reset-retries" },
82 { 5, "suspend-timer" },
83 { 6, "suspend-retries" },
84 { 7, "resume-timer" },
85 { 8, "resume-retries" },
86 { 9, "capability-update-timer" },
87 { 10, "capability-update-retries" },
88 { 0, NULL }
89};
90
Harald Weltef989b782011-02-15 11:43:27 +010091static const struct value_string bts_neigh_mode_strs[] = {
92 { NL_MODE_AUTOMATIC, "automatic" },
93 { NL_MODE_MANUAL, "manual" },
94 { NL_MODE_MANUAL_SI5SEP, "manual-si5" },
95 { 0, NULL }
96};
97
Daniel Willmann2c9540c2012-05-14 18:43:23 +020098const struct value_string bts_loc_fix_names[] = {
99 { BTS_LOC_FIX_INVALID, "invalid" },
100 { BTS_LOC_FIX_2D, "fix2d" },
101 { BTS_LOC_FIX_3D, "fix3d" },
102 { 0, NULL }
103};
104
Harald Weltee87eb462009-08-07 13:29:14 +0200105struct cmd_node net_node = {
106 GSMNET_NODE,
Harald Welte45362bb2012-08-17 13:16:10 +0200107 "%s(config-net)# ",
Harald Weltee87eb462009-08-07 13:29:14 +0200108 1,
109};
110
Harald Welte59b04682009-06-10 05:40:52 +0800111struct cmd_node bts_node = {
112 BTS_NODE,
Harald Welte45362bb2012-08-17 13:16:10 +0200113 "%s(config-net-bts)# ",
Harald Welte59b04682009-06-10 05:40:52 +0800114 1,
115};
116
117struct cmd_node trx_node = {
118 TRX_NODE,
Harald Welte45362bb2012-08-17 13:16:10 +0200119 "%s(config-net-bts-trx)# ",
Harald Welte59b04682009-06-10 05:40:52 +0800120 1,
121};
122
123struct cmd_node ts_node = {
124 TS_NODE,
Harald Welte45362bb2012-08-17 13:16:10 +0200125 "%s(config-net-bts-trx-ts)# ",
Harald Welte59b04682009-06-10 05:40:52 +0800126 1,
127};
128
Harald Welte61daf6d2010-05-27 13:39:40 +0200129extern struct gsm_network *bsc_gsmnet;
130
Harald Welte40152872010-05-16 20:52:23 +0200131struct gsm_network *gsmnet_from_vty(struct vty *v)
132{
Harald Welte61daf6d2010-05-27 13:39:40 +0200133 /* In case we read from the config file, the vty->priv cannot
134 * point to a struct telnet_connection, and thus conn->priv
135 * will not point to the gsm_network structure */
136#if 0
Harald Welte40152872010-05-16 20:52:23 +0200137 struct telnet_connection *conn = v->priv;
138 return (struct gsm_network *) conn->priv;
Harald Welte61daf6d2010-05-27 13:39:40 +0200139#else
140 return bsc_gsmnet;
141#endif
Harald Welte40152872010-05-16 20:52:23 +0200142}
143
Harald Welte59b04682009-06-10 05:40:52 +0800144static int dummy_config_write(struct vty *v)
145{
146 return CMD_SUCCESS;
147}
148
149static void net_dump_nmstate(struct vty *vty, struct gsm_nm_state *nms)
150{
Harald Weltee7b751c2013-03-15 16:57:33 +0100151 vty_out(vty,"Oper '%s', Admin '%s', Avail '%s'%s",
152 abis_nm_opstate_name(nms->operational),
153 get_value_string(abis_nm_adm_state_names, nms->administrative),
Harald Welte306a8892011-05-23 20:30:39 +0200154 abis_nm_avail_name(nms->availability), VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800155}
156
Harald Weltefe96f382009-12-22 13:09:29 +0100157static void dump_pchan_load_vty(struct vty *vty, char *prefix,
158 const struct pchan_load *pl)
159{
160 int i;
161
162 for (i = 0; i < ARRAY_SIZE(pl->pchan); i++) {
163 const struct load_counter *lc = &pl->pchan[i];
164 unsigned int percent;
165
166 if (lc->total == 0)
167 continue;
168
169 percent = (lc->used * 100) / lc->total;
170
171 vty_out(vty, "%s%20s: %3u%% (%u/%u)%s", prefix,
172 gsm_pchan_name(i), percent, lc->used, lc->total,
173 VTY_NEWLINE);
174 }
175}
176
Harald Welte59b04682009-06-10 05:40:52 +0800177static void net_dump_vty(struct vty *vty, struct gsm_network *net)
178{
Harald Weltefe96f382009-12-22 13:09:29 +0100179 struct pchan_load pl;
180
Harald Welte59b04682009-06-10 05:40:52 +0800181 vty_out(vty, "BSC is on Country Code %u, Network Code %u "
182 "and has %u BTS%s", net->country_code, net->network_code,
183 net->num_bts, VTY_NEWLINE);
184 vty_out(vty, " Long network name: '%s'%s",
185 net->name_long, VTY_NEWLINE);
186 vty_out(vty, " Short network name: '%s'%s",
187 net->name_short, VTY_NEWLINE);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +0200188 vty_out(vty, " Authentication policy: %s%s",
189 gsm_auth_policy_name(net->auth_policy), VTY_NEWLINE);
Harald Welte59936d72009-11-18 20:33:19 +0100190 vty_out(vty, " Location updating reject cause: %u%s",
191 net->reject_cause, VTY_NEWLINE);
Harald Weltecca253a2009-08-30 15:47:06 +0900192 vty_out(vty, " Encryption: A5/%u%s", net->a5_encryption,
193 VTY_NEWLINE);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +0100194 vty_out(vty, " NECI (TCH/H): %u%s", net->neci,
195 VTY_NEWLINE);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +0800196 vty_out(vty, " Use TCH for Paging any: %d%s", net->pag_any_tch,
197 VTY_NEWLINE);
Harald Welte52af1952009-12-13 10:53:12 +0100198 vty_out(vty, " RRLP Mode: %s%s", rrlp_mode_name(net->rrlp.mode),
199 VTY_NEWLINE);
Harald Weltea310f3e2009-12-14 09:00:24 +0100200 vty_out(vty, " MM Info: %s%s", net->send_mm_info ? "On" : "Off",
201 VTY_NEWLINE);
Harald Welte0af9c9f2009-12-19 21:41:52 +0100202 vty_out(vty, " Handover: %s%s", net->handover.active ? "On" : "Off",
203 VTY_NEWLINE);
Harald Weltefe96f382009-12-22 13:09:29 +0100204 network_chan_load(&pl, net);
205 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
206 dump_pchan_load_vty(vty, " ", &pl);
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100207
208 /* show rf */
Holger Hans Peter Freyther4d614172011-08-15 15:53:00 +0200209 if (net->bsc_data && net->bsc_data->rf_ctrl)
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100210 vty_out(vty, " Last RF Command: %s%s",
Holger Hans Peter Freyther4d614172011-08-15 15:53:00 +0200211 net->bsc_data->rf_ctrl->last_state_command,
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100212 VTY_NEWLINE);
Jacob Erlbeckdcce8e82013-09-11 10:46:57 +0200213 if (net->bsc_data && net->bsc_data->rf_ctrl)
214 vty_out(vty, " Last RF Lock Command: %s%s",
215 net->bsc_data->rf_ctrl->last_rf_lock_ctrl_command,
216 VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800217}
218
219DEFUN(show_net, show_net_cmd, "show network",
220 SHOW_STR "Display information about a GSM NETWORK\n")
221{
Harald Welte40152872010-05-16 20:52:23 +0200222 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800223 net_dump_vty(vty, net);
224
225 return CMD_SUCCESS;
226}
227
228static void e1isl_dump_vty(struct vty *vty, struct e1inp_sign_link *e1l)
229{
230 struct e1inp_line *line;
231
232 if (!e1l) {
233 vty_out(vty, " None%s", VTY_NEWLINE);
234 return;
235 }
236
237 line = e1l->ts->line;
238
239 vty_out(vty, " E1 Line %u, Type %s: Timeslot %u, Mode %s%s",
240 line->num, line->driver->name, e1l->ts->num,
241 e1inp_signtype_name(e1l->type), VTY_NEWLINE);
242 vty_out(vty, " E1 TEI %u, SAPI %u%s",
243 e1l->tei, e1l->sapi, VTY_NEWLINE);
244}
245
246static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts)
247{
Harald Weltefe96f382009-12-22 13:09:29 +0100248 struct pchan_load pl;
249
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +0200250 vty_out(vty, "BTS %u is of %s type in band %s, has CI %u LAC %u, "
Harald Welte91afe4c2009-06-20 18:15:19 +0200251 "BSIC %u, TSC %u and %u TRX%s",
252 bts->nr, btstype2str(bts->type), gsm_band_name(bts->band),
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +0200253 bts->cell_identity,
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +0200254 bts->location_area_code, bts->bsic, bts->tsc,
Harald Welte91afe4c2009-06-20 18:15:19 +0200255 bts->num_trx, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200256 vty_out(vty, "Description: %s%s",
257 bts->description ? bts->description : "(null)", VTY_NEWLINE);
Harald Welte8e9d1792009-12-12 15:38:16 +0100258 vty_out(vty, "MS Max power: %u dBm%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100259 vty_out(vty, "Minimum Rx Level for Access: %i dBm%s",
Harald Welte8e9d1792009-12-12 15:38:16 +0100260 rxlev2dbm(bts->si_common.cell_sel_par.rxlev_acc_min),
261 VTY_NEWLINE);
262 vty_out(vty, "Cell Reselection Hysteresis: %u dBm%s",
Harald Welteb761bf82009-12-12 18:17:25 +0100263 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +0100264 vty_out(vty, "RACH TX-Integer: %u%s", bts->si_common.rach_control.tx_integer,
265 VTY_NEWLINE);
266 vty_out(vty, "RACH Max transmissions: %u%s",
267 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
268 VTY_NEWLINE);
Harald Welte8c973ba2009-12-21 23:08:18 +0100269 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)e19be3f2009-08-12 13:28:23 +0200270 vty_out(vty, " CELL IS BARRED%s", VTY_NEWLINE);
Andreas Eversberg14e12f22012-10-13 07:27:47 +0200271 vty_out(vty, "Channel Description Attachment: %s%s",
272 (bts->si_common.chan_desc.att) ? "yes" : "no", VTY_NEWLINE);
273 vty_out(vty, "Channel Description BS-PA-MFRMS: %u%s",
274 bts->si_common.chan_desc.bs_pa_mfrms + 2, VTY_NEWLINE);
275 vty_out(vty, "Channel Description BS-AG_BLKS-RES: %u%s",
276 bts->si_common.chan_desc.bs_ag_blks_res, VTY_NEWLINE);
Harald Welted8acf142010-07-30 11:50:09 +0200277 vty_out(vty, "System Information present: 0x%08x, static: 0x%08x%s",
278 bts->si_valid, bts->si_mode_static, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800279 if (is_ipaccess_bts(bts))
Harald Welte25572872009-10-20 00:22:00 +0200280 vty_out(vty, " Unit ID: %u/%u/0, OML Stream ID 0x%02x%s",
Harald Welte59b04682009-06-10 05:40:52 +0800281 bts->ip_access.site_id, bts->ip_access.bts_id,
Harald Welte25572872009-10-20 00:22:00 +0200282 bts->oml_tei, VTY_NEWLINE);
Sylvain Munautcb8e8432011-10-17 14:04:55 +0200283 else if (bts->type == GSM_BTS_TYPE_NOKIA_SITE)
284 vty_out(vty, " Skip Reset: %d%s",
285 bts->nokia.skip_reset, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800286 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200287 net_dump_nmstate(vty, &bts->mo.nm_state);
Harald Welte59b04682009-06-10 05:40:52 +0800288 vty_out(vty, " Site Mgr NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200289 net_dump_nmstate(vty, &bts->site_mgr.mo.nm_state);
Holger Hans Peter Freyther03d80af2013-05-29 16:22:09 +0200290 vty_out(vty, " GPRS NSE: ");
291 net_dump_nmstate(vty, &bts->gprs.nse.mo.nm_state);
292 vty_out(vty, " GPRS CELL: ");
293 net_dump_nmstate(vty, &bts->gprs.cell.mo.nm_state);
294 vty_out(vty, " GPRS NSVC0: ");
295 net_dump_nmstate(vty, &bts->gprs.nsvc[0].mo.nm_state);
296 vty_out(vty, " GPRS NSVC1: ");
297 net_dump_nmstate(vty, &bts->gprs.nsvc[1].mo.nm_state);
Holger Hans Peter Freyther914ff192011-04-26 15:52:34 +0200298 vty_out(vty, " Paging: %u pending requests, %u free slots%s",
299 paging_pending_requests_nr(bts),
Harald Welte59b04682009-06-10 05:40:52 +0800300 bts->paging.available_slots, VTY_NEWLINE);
Holger Hans Peter Freytherb5c79c92010-11-25 16:28:45 +0100301 if (is_ipaccess_bts(bts)) {
302 vty_out(vty, " OML Link state: %s.%s",
303 bts->oml_link ? "connected" : "disconnected", VTY_NEWLINE);
304 } else {
Harald Welte25572872009-10-20 00:22:00 +0200305 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
306 e1isl_dump_vty(vty, bts->oml_link);
307 }
Holger Hans Peter Freytherb5c79c92010-11-25 16:28:45 +0100308
309 /* FIXME: chan_desc */
Harald Weltefe96f382009-12-22 13:09:29 +0100310 memset(&pl, 0, sizeof(pl));
311 bts_chan_load(&pl, bts);
312 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
313 dump_pchan_load_vty(vty, " ", &pl);
Harald Welte59b04682009-06-10 05:40:52 +0800314}
315
Sylvain Munaut1ad96282012-12-28 12:15:11 +0100316DEFUN(show_bts, show_bts_cmd, "show bts [<0-255>]",
Harald Welte59b04682009-06-10 05:40:52 +0800317 SHOW_STR "Display information about a BTS\n"
318 "BTS number")
319{
Harald Welte40152872010-05-16 20:52:23 +0200320 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800321 int bts_nr;
322
323 if (argc != 0) {
324 /* use the BTS number that the user has specified */
325 bts_nr = atoi(argv[0]);
Harald Welteda5db862010-12-24 12:24:03 +0100326 if (bts_nr >= net->num_bts) {
Harald Welte59b04682009-06-10 05:40:52 +0800327 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
328 VTY_NEWLINE);
329 return CMD_WARNING;
330 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200331 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte59b04682009-06-10 05:40:52 +0800332 return CMD_SUCCESS;
333 }
334 /* print all BTS's */
335 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++)
Harald Weltee712a5f2009-06-21 16:17:15 +0200336 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte59b04682009-06-10 05:40:52 +0800337
338 return CMD_SUCCESS;
339}
340
Harald Welte62868882009-08-08 16:12:58 +0200341/* utility functions */
342static void parse_e1_link(struct gsm_e1_subslot *e1_link, const char *line,
343 const char *ts, const char *ss)
344{
345 e1_link->e1_nr = atoi(line);
346 e1_link->e1_ts = atoi(ts);
347 if (!strcmp(ss, "full"))
348 e1_link->e1_ts_ss = 255;
349 else
350 e1_link->e1_ts_ss = atoi(ss);
351}
352
353static void config_write_e1_link(struct vty *vty, struct gsm_e1_subslot *e1_link,
354 const char *prefix)
355{
356 if (!e1_link->e1_ts)
357 return;
358
359 if (e1_link->e1_ts_ss == 255)
360 vty_out(vty, "%se1 line %u timeslot %u sub-slot full%s",
361 prefix, e1_link->e1_nr, e1_link->e1_ts, VTY_NEWLINE);
362 else
363 vty_out(vty, "%se1 line %u timeslot %u sub-slot %u%s",
364 prefix, e1_link->e1_nr, e1_link->e1_ts,
365 e1_link->e1_ts_ss, VTY_NEWLINE);
366}
367
368
Harald Welte97ceef92009-08-06 19:06:46 +0200369static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
370{
Harald Welte62868882009-08-08 16:12:58 +0200371 vty_out(vty, " timeslot %u%s", ts->nr, VTY_NEWLINE);
Harald Welte85771a42011-05-30 12:09:13 +0200372 if (ts->tsc != -1 && ts->tsc != ts->trx->bts->tsc)
373 vty_out(vty, " training_sequence_code %u%s", ts->tsc, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200374 if (ts->pchan != GSM_PCHAN_NONE)
375 vty_out(vty, " phys_chan_config %s%s",
376 gsm_pchan_name(ts->pchan), VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200377 vty_out(vty, " hopping enabled %u%s",
378 ts->hopping.enabled, VTY_NEWLINE);
379 if (ts->hopping.enabled) {
380 unsigned int i;
381 vty_out(vty, " hopping sequence-number %u%s",
Harald Welte67104d12009-09-12 13:05:33 +0200382 ts->hopping.hsn, VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200383 vty_out(vty, " hopping maio %u%s",
Harald Welte67104d12009-09-12 13:05:33 +0200384 ts->hopping.maio, VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200385 for (i = 0; i < ts->hopping.arfcns.data_len*8; i++) {
386 if (!bitvec_get_bit_pos(&ts->hopping.arfcns, i))
387 continue;
388 vty_out(vty, " hopping arfcn add %u%s",
389 i, VTY_NEWLINE);
390 }
Harald Welteff598092010-12-24 12:07:07 +0100391 }
Harald Welte62868882009-08-08 16:12:58 +0200392 config_write_e1_link(vty, &ts->e1_link, " ");
Harald Weltec02789e2011-02-14 16:15:21 +0100393
394 if (ts->trx->bts->model->config_write_ts)
395 ts->trx->bts->model->config_write_ts(vty, ts);
Harald Welte97ceef92009-08-06 19:06:46 +0200396}
397
398static void config_write_trx_single(struct vty *vty, struct gsm_bts_trx *trx)
399{
400 int i;
401
Harald Weltee87eb462009-08-07 13:29:14 +0200402 vty_out(vty, " trx %u%s", trx->nr, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200403 if (trx->description)
404 vty_out(vty, " description %s%s", trx->description,
405 VTY_NEWLINE);
Holger Hans Peter Freyther32be2aa2010-04-17 06:42:07 +0200406 vty_out(vty, " rf_locked %u%s",
Harald Welte69f6f812011-05-30 12:07:53 +0200407 trx->mo.nm_state.administrative == NM_STATE_LOCKED ? 1 : 0,
Holger Hans Peter Freyther32be2aa2010-04-17 06:42:07 +0200408 VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200409 vty_out(vty, " arfcn %u%s", trx->arfcn, VTY_NEWLINE);
Harald Welte (local)b709bfe2009-12-27 20:56:38 +0100410 vty_out(vty, " nominal power %u%s", trx->nominal_power, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200411 vty_out(vty, " max_power_red %u%s", trx->max_power_red, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200412 config_write_e1_link(vty, &trx->rsl_e1_link, " rsl ");
413 vty_out(vty, " rsl e1 tei %u%s", trx->rsl_tei, VTY_NEWLINE);
Harald Welte97ceef92009-08-06 19:06:46 +0200414
Harald Weltec02789e2011-02-14 16:15:21 +0100415 if (trx->bts->model->config_write_trx)
416 trx->bts->model->config_write_trx(vty, trx);
417
Harald Welte97ceef92009-08-06 19:06:46 +0200418 for (i = 0; i < TRX_NR_TS; i++)
419 config_write_ts_single(vty, &trx->ts[i]);
420}
421
Harald Weltea9251762010-05-11 23:50:21 +0200422static void config_write_bts_gprs(struct vty *vty, struct gsm_bts *bts)
423{
424 unsigned int i;
425 vty_out(vty, " gprs mode %s%s", bts_gprs_mode_name(bts->gprs.mode),
426 VTY_NEWLINE);
427 if (bts->gprs.mode == BTS_GPRS_NONE)
428 return;
429
430 vty_out(vty, " gprs routing area %u%s", bts->gprs.rac,
431 VTY_NEWLINE);
Andreas Eversberga4fa21c2013-03-16 16:31:26 +0100432 vty_out(vty, " gprs network-control-order nc%u%s",
433 bts->gprs.net_ctrl_ord, VTY_NEWLINE);
Harald Weltea9251762010-05-11 23:50:21 +0200434 vty_out(vty, " gprs cell bvci %u%s", bts->gprs.cell.bvci,
435 VTY_NEWLINE);
436 for (i = 0; i < ARRAY_SIZE(bts->gprs.cell.timer); i++)
437 vty_out(vty, " gprs cell timer %s %u%s",
438 get_value_string(gprs_bssgp_cfg_strs, i),
439 bts->gprs.cell.timer[i], VTY_NEWLINE);
440 vty_out(vty, " gprs nsei %u%s", bts->gprs.nse.nsei,
441 VTY_NEWLINE);
442 for (i = 0; i < ARRAY_SIZE(bts->gprs.nse.timer); i++)
443 vty_out(vty, " gprs ns timer %s %u%s",
444 get_value_string(gprs_ns_timer_strs, i),
445 bts->gprs.nse.timer[i], VTY_NEWLINE);
446 for (i = 0; i < ARRAY_SIZE(bts->gprs.nsvc); i++) {
447 struct gsm_bts_gprs_nsvc *nsvc =
448 &bts->gprs.nsvc[i];
449 struct in_addr ia;
450
451 ia.s_addr = htonl(nsvc->remote_ip);
452 vty_out(vty, " gprs nsvc %u nsvci %u%s", i,
453 nsvc->nsvci, VTY_NEWLINE);
454 vty_out(vty, " gprs nsvc %u local udp port %u%s", i,
455 nsvc->local_port, VTY_NEWLINE);
456 vty_out(vty, " gprs nsvc %u remote udp port %u%s", i,
457 nsvc->remote_port, VTY_NEWLINE);
458 vty_out(vty, " gprs nsvc %u remote ip %s%s", i,
459 inet_ntoa(ia), VTY_NEWLINE);
460 }
461}
462
Holger Hans Peter Freyther38c56672013-09-15 17:23:34 +0200463/* Write the model data if there is one */
464static void config_write_bts_model(struct vty *vty, struct gsm_bts *bts)
Harald Welte97ceef92009-08-06 19:06:46 +0200465{
466 struct gsm_bts_trx *trx;
Holger Hans Peter Freyther38c56672013-09-15 17:23:34 +0200467
468 if (!bts->model)
469 return;
470
471 if (bts->model->config_write_bts)
472 bts->model->config_write_bts(vty, bts);
473
474 llist_for_each_entry(trx, &bts->trx_list, list)
475 config_write_trx_single(vty, trx);
476}
477
478static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
479{
Harald Welted8acf142010-07-30 11:50:09 +0200480 int i;
Harald Welte97ceef92009-08-06 19:06:46 +0200481
Harald Weltee87eb462009-08-07 13:29:14 +0200482 vty_out(vty, " bts %u%s", bts->nr, VTY_NEWLINE);
483 vty_out(vty, " type %s%s", btstype2str(bts->type), VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200484 if (bts->description)
485 vty_out(vty, " description %s%s", bts->description, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200486 vty_out(vty, " band %s%s", gsm_band_name(bts->band), VTY_NEWLINE);
Holger Hans Peter Freyther6d82b7c2009-11-19 16:38:49 +0100487 vty_out(vty, " cell_identity %u%s", bts->cell_identity, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200488 vty_out(vty, " location_area_code %u%s", bts->location_area_code,
Harald Welte97ceef92009-08-06 19:06:46 +0200489 VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200490 vty_out(vty, " training_sequence_code %u%s", bts->tsc, VTY_NEWLINE);
491 vty_out(vty, " base_station_id_code %u%s", bts->bsic, VTY_NEWLINE);
Harald Welte5c3abf92012-07-08 16:48:11 +0200492 if (bts->tz.override != 0)
493 vty_out(vty, " timezone %d %d%s", bts->tz.hr, bts->tz.mn, VTY_NEWLINE);
Harald Welte (local)cbd46102009-08-13 10:14:26 +0200494 vty_out(vty, " ms max power %u%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100495 vty_out(vty, " cell reselection hysteresis %u%s",
496 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
497 vty_out(vty, " rxlev access min %u%s",
498 bts->si_common.cell_sel_par.rxlev_acc_min, VTY_NEWLINE);
Sylvain Munaut00d71462010-11-28 18:17:28 +0100499
500 if (bts->si_common.cell_ro_sel_par.present) {
501 struct gsm48_si_selection_params *sp;
502 sp = &bts->si_common.cell_ro_sel_par;
503
504 if (sp->cbq)
505 vty_out(vty, " cell bar qualify %u%s",
506 sp->cbq, VTY_NEWLINE);
507
508 if (sp->cell_resel_off)
509 vty_out(vty, " cell reselection offset %u%s",
510 sp->cell_resel_off*2, VTY_NEWLINE);
511
512 if (sp->temp_offs == 7)
513 vty_out(vty, " temporary offset infinite%s",
514 VTY_NEWLINE);
515 else if (sp->temp_offs)
516 vty_out(vty, " temporary offset %u%s",
517 sp->temp_offs*10, VTY_NEWLINE);
518
519 if (sp->penalty_time == 31)
520 vty_out(vty, " penalty time reserved%s",
521 VTY_NEWLINE);
522 else if (sp->penalty_time)
523 vty_out(vty, " penalty time %u%s",
524 (sp->penalty_time*20)+20, VTY_NEWLINE);
525 }
526
Holger Hans Peter Freyther2fb8ebf2013-07-27 21:07:57 +0200527 /* Is periodic LU enabled or disabled? */
528 if (bts->si_common.chan_desc.t3212 == 0)
529 vty_out(vty, " no periodic location update%s", VTY_NEWLINE);
530 else
531 vty_out(vty, " periodic location update %u%s",
532 bts->si_common.chan_desc.t3212 * 6, VTY_NEWLINE);
533
Harald Welte3e774612009-08-10 13:48:16 +0200534 vty_out(vty, " channel allocator %s%s",
535 bts->chan_alloc_reverse ? "descending" : "ascending",
536 VTY_NEWLINE);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +0100537 vty_out(vty, " rach tx integer %u%s",
538 bts->si_common.rach_control.tx_integer, VTY_NEWLINE);
539 vty_out(vty, " rach max transmission %u%s",
540 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
541 VTY_NEWLINE);
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +0800542
Andreas Eversberg14e12f22012-10-13 07:27:47 +0200543 vty_out(vty, " channel-descrption attach %u%s",
544 bts->si_common.chan_desc.att, VTY_NEWLINE);
545 vty_out(vty, " channel-descrption bs-pa-mfrms %u%s",
546 bts->si_common.chan_desc.bs_pa_mfrms + 2, VTY_NEWLINE);
547 vty_out(vty, " channel-descrption bs-ag-blks-res %u%s",
548 bts->si_common.chan_desc.bs_ag_blks_res, VTY_NEWLINE);
549
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +0800550 if (bts->rach_b_thresh != -1)
551 vty_out(vty, " rach nm busy threshold %u%s",
552 bts->rach_b_thresh, VTY_NEWLINE);
553 if (bts->rach_ldavg_slots != -1)
554 vty_out(vty, " rach nm load average %u%s",
555 bts->rach_ldavg_slots, VTY_NEWLINE);
Harald Welte8c973ba2009-12-21 23:08:18 +0100556 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)e19be3f2009-08-12 13:28:23 +0200557 vty_out(vty, " cell barred 1%s", VTY_NEWLINE);
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +0800558 if ((bts->si_common.rach_control.t2 & 0x4) == 0)
559 vty_out(vty, " rach emergency call allowed 1%s", VTY_NEWLINE);
Ivan Kluchnikov80d58432013-09-16 13:13:04 +0400560 if ((bts->si_common.rach_control.t3) != 0)
561 for (i = 0; i < 8; i++)
562 if (bts->si_common.rach_control.t3 & (0x1 << i))
563 vty_out(vty, " rach access-control-class %d barred%s", i, VTY_NEWLINE);
564 if ((bts->si_common.rach_control.t2 & 0xfb) != 0)
565 for (i = 0; i < 8; i++)
566 if ((i != 2) && (bts->si_common.rach_control.t2 & (0x1 << i)))
567 vty_out(vty, " rach access-control-class %d barred%s", i+8, VTY_NEWLINE);
Harald Welted8acf142010-07-30 11:50:09 +0200568 for (i = SYSINFO_TYPE_1; i < _MAX_SYSINFO_TYPE; i++) {
569 if (bts->si_mode_static & (1 << i)) {
570 vty_out(vty, " system-information %s mode static%s",
571 get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
572 vty_out(vty, " system-information %s static %s%s",
573 get_value_string(osmo_sitype_strs, i),
Sylvain Munaut79eae142011-11-13 23:05:23 +0100574 osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
Harald Welted8acf142010-07-30 11:50:09 +0200575 VTY_NEWLINE);
576 }
577 }
Harald Welte08011e22011-03-04 13:41:31 +0100578 switch (bts->type) {
579 case GSM_BTS_TYPE_NANOBTS:
Harald Welte35ac0e42012-07-02 19:51:55 +0200580 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Weltee87eb462009-08-07 13:29:14 +0200581 vty_out(vty, " ip.access unit_id %u %u%s",
Harald Welte3ffe1b32009-08-07 00:25:23 +0200582 bts->ip_access.site_id, bts->ip_access.bts_id, VTY_NEWLINE);
Harald Welte8b3c5952013-03-12 13:57:05 +0100583 if (bts->ip_access.rsl_ip) {
584 struct in_addr ia;
585 ia.s_addr = htonl(bts->ip_access.rsl_ip);
586 vty_out(vty, " ip.access rsl-ip %s%s", inet_ntoa(ia),
587 VTY_NEWLINE);
588 }
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +0200589 vty_out(vty, " oml ip.access stream_id %u line %u%s",
590 bts->oml_tei, bts->oml_e1_link.e1_nr, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100591 break;
Sylvain Munautcb8e8432011-10-17 14:04:55 +0200592 case GSM_BTS_TYPE_NOKIA_SITE:
593 vty_out(vty, " nokia_site skip-reset %d%s", bts->nokia.skip_reset, VTY_NEWLINE);
594 break;
Harald Welte08011e22011-03-04 13:41:31 +0100595 default:
Harald Welte62868882009-08-08 16:12:58 +0200596 config_write_e1_link(vty, &bts->oml_e1_link, " oml ");
597 vty_out(vty, " oml e1 tei %u%s", bts->oml_tei, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100598 break;
Harald Welte62868882009-08-08 16:12:58 +0200599 }
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +0800600
601 /* if we have a limit, write it */
602 if (bts->paging.free_chans_need >= 0)
603 vty_out(vty, " paging free %d%s", bts->paging.free_chans_need, VTY_NEWLINE);
604
Harald Welteca46eff2011-01-11 23:44:56 +0100605 vty_out(vty, " neighbor-list mode %s%s",
Harald Weltef989b782011-02-15 11:43:27 +0100606 get_value_string(bts_neigh_mode_strs, bts->neigh_list_manual_mode), VTY_NEWLINE);
607 if (bts->neigh_list_manual_mode != NL_MODE_AUTOMATIC) {
Harald Welteca46eff2011-01-11 23:44:56 +0100608 for (i = 0; i < 1024; i++) {
609 if (bitvec_get_bit_pos(&bts->si_common.neigh_list, i))
610 vty_out(vty, " neighbor-list add arfcn %u%s",
611 i, VTY_NEWLINE);
612 }
613 }
Harald Weltef989b782011-02-15 11:43:27 +0100614 if (bts->neigh_list_manual_mode == NL_MODE_MANUAL_SI5SEP) {
615 for (i = 0; i < 1024; i++) {
616 if (bitvec_get_bit_pos(&bts->si_common.si5_neigh_list, i))
617 vty_out(vty, " si5 neighbor-list add arfcn %u%s",
618 i, VTY_NEWLINE);
619 }
620 }
Harald Welteca46eff2011-01-11 23:44:56 +0100621
Harald Weltea9251762010-05-11 23:50:21 +0200622 config_write_bts_gprs(vty, bts);
Harald Welte97ceef92009-08-06 19:06:46 +0200623
Holger Hans Peter Freyther10799162012-07-20 10:27:31 +0200624 if (bts->excl_from_rf_lock)
625 vty_out(vty, " rf-lock-exclude%s", VTY_NEWLINE);
626
Holger Hans Peter Freyther38c56672013-09-15 17:23:34 +0200627 config_write_bts_model(vty, bts);
Harald Welte97ceef92009-08-06 19:06:46 +0200628}
629
630static int config_write_bts(struct vty *v)
631{
Harald Welte40152872010-05-16 20:52:23 +0200632 struct gsm_network *gsmnet = gsmnet_from_vty(v);
Harald Welte97ceef92009-08-06 19:06:46 +0200633 struct gsm_bts *bts;
634
635 llist_for_each_entry(bts, &gsmnet->bts_list, list)
636 config_write_bts_single(v, bts);
637
638 return CMD_SUCCESS;
639}
640
Harald Weltee87eb462009-08-07 13:29:14 +0200641static int config_write_net(struct vty *vty)
642{
Harald Welte40152872010-05-16 20:52:23 +0200643 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
644
Harald Weltee87eb462009-08-07 13:29:14 +0200645 vty_out(vty, "network%s", VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200646 vty_out(vty, " network country code %u%s", gsmnet->country_code, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200647 vty_out(vty, " mobile network code %u%s", gsmnet->network_code, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200648 vty_out(vty, " short name %s%s", gsmnet->name_short, VTY_NEWLINE);
649 vty_out(vty, " long name %s%s", gsmnet->name_long, VTY_NEWLINE);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +0200650 vty_out(vty, " auth policy %s%s", gsm_auth_policy_name(gsmnet->auth_policy), VTY_NEWLINE);
Harald Welte59936d72009-11-18 20:33:19 +0100651 vty_out(vty, " location updating reject cause %u%s",
652 gsmnet->reject_cause, VTY_NEWLINE);
Harald Weltecca253a2009-08-30 15:47:06 +0900653 vty_out(vty, " encryption a5 %u%s", gsmnet->a5_encryption, VTY_NEWLINE);
Holger Hans Peter Freyther6b4f5462009-11-19 16:37:48 +0100654 vty_out(vty, " neci %u%s", gsmnet->neci, VTY_NEWLINE);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +0800655 vty_out(vty, " paging any use tch %d%s", gsmnet->pag_any_tch, VTY_NEWLINE);
Harald Welte52af1952009-12-13 10:53:12 +0100656 vty_out(vty, " rrlp mode %s%s", rrlp_mode_name(gsmnet->rrlp.mode),
657 VTY_NEWLINE);
Harald Weltea310f3e2009-12-14 09:00:24 +0100658 vty_out(vty, " mm info %u%s", gsmnet->send_mm_info, VTY_NEWLINE);
Harald Welte0af9c9f2009-12-19 21:41:52 +0100659 vty_out(vty, " handover %u%s", gsmnet->handover.active, VTY_NEWLINE);
Harald Weltea8062f12009-12-21 16:51:50 +0100660 vty_out(vty, " handover window rxlev averaging %u%s",
661 gsmnet->handover.win_rxlev_avg, VTY_NEWLINE);
662 vty_out(vty, " handover window rxqual averaging %u%s",
663 gsmnet->handover.win_rxqual_avg, VTY_NEWLINE);
664 vty_out(vty, " handover window rxlev neighbor averaging %u%s",
665 gsmnet->handover.win_rxlev_avg_neigh, VTY_NEWLINE);
666 vty_out(vty, " handover power budget interval %u%s",
667 gsmnet->handover.pwr_interval, VTY_NEWLINE);
668 vty_out(vty, " handover power budget hysteresis %u%s",
669 gsmnet->handover.pwr_hysteresis, VTY_NEWLINE);
670 vty_out(vty, " handover maximum distance %u%s",
671 gsmnet->handover.max_distance, VTY_NEWLINE);
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +0100672 vty_out(vty, " timer t3101 %u%s", gsmnet->T3101, VTY_NEWLINE);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +0100673 vty_out(vty, " timer t3103 %u%s", gsmnet->T3103, VTY_NEWLINE);
674 vty_out(vty, " timer t3105 %u%s", gsmnet->T3105, VTY_NEWLINE);
675 vty_out(vty, " timer t3107 %u%s", gsmnet->T3107, VTY_NEWLINE);
676 vty_out(vty, " timer t3109 %u%s", gsmnet->T3109, VTY_NEWLINE);
677 vty_out(vty, " timer t3111 %u%s", gsmnet->T3111, VTY_NEWLINE);
678 vty_out(vty, " timer t3113 %u%s", gsmnet->T3113, VTY_NEWLINE);
679 vty_out(vty, " timer t3115 %u%s", gsmnet->T3115, VTY_NEWLINE);
680 vty_out(vty, " timer t3117 %u%s", gsmnet->T3117, VTY_NEWLINE);
681 vty_out(vty, " timer t3119 %u%s", gsmnet->T3119, VTY_NEWLINE);
Harald Weltea00fdd72010-12-23 14:39:29 +0100682 vty_out(vty, " timer t3122 %u%s", gsmnet->T3122, VTY_NEWLINE);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +0100683 vty_out(vty, " timer t3141 %u%s", gsmnet->T3141, VTY_NEWLINE);
Harald Weltef41bfd52010-12-15 15:34:23 +0100684 vty_out(vty, " dtx-used %u%s", gsmnet->dtx_enabled, VTY_NEWLINE);
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +0100685 vty_out(vty, " subscriber-keep-in-ram %d%s",
686 gsmnet->keep_subscr, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200687
688 return CMD_SUCCESS;
689}
Harald Welte97ceef92009-08-06 19:06:46 +0200690
Harald Welte59b04682009-06-10 05:40:52 +0800691static void trx_dump_vty(struct vty *vty, struct gsm_bts_trx *trx)
692{
693 vty_out(vty, "TRX %u of BTS %u is on ARFCN %u%s",
694 trx->nr, trx->bts->nr, trx->arfcn, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200695 vty_out(vty, "Description: %s%s",
696 trx->description ? trx->description : "(null)", VTY_NEWLINE);
Harald Welte91afe4c2009-06-20 18:15:19 +0200697 vty_out(vty, " RF Nominal Power: %d dBm, reduced by %u dB, "
Harald Welte62868882009-08-08 16:12:58 +0200698 "resulting BS power: %d dBm%s",
Harald Welte91afe4c2009-06-20 18:15:19 +0200699 trx->nominal_power, trx->max_power_red,
Harald Welte62868882009-08-08 16:12:58 +0200700 trx->nominal_power - trx->max_power_red, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800701 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200702 net_dump_nmstate(vty, &trx->mo.nm_state);
Harald Welte59b04682009-06-10 05:40:52 +0800703 vty_out(vty, " Baseband Transceiver NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200704 net_dump_nmstate(vty, &trx->bb_transc.mo.nm_state);
Harald Welte25572872009-10-20 00:22:00 +0200705 if (is_ipaccess_bts(trx->bts)) {
706 vty_out(vty, " ip.access stream ID: 0x%02x%s",
707 trx->rsl_tei, VTY_NEWLINE);
708 } else {
709 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
710 e1isl_dump_vty(vty, trx->rsl_link);
711 }
Harald Welte59b04682009-06-10 05:40:52 +0800712}
713
714DEFUN(show_trx,
715 show_trx_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +0100716 "show trx [<0-255>] [<0-255>]",
Harald Welte9e002452010-05-11 21:53:49 +0200717 SHOW_STR "Display information about a TRX\n"
718 "BTS Number\n"
719 "TRX Number\n")
Harald Welte59b04682009-06-10 05:40:52 +0800720{
Harald Welte40152872010-05-16 20:52:23 +0200721 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800722 struct gsm_bts *bts = NULL;
723 struct gsm_bts_trx *trx;
724 int bts_nr, trx_nr;
725
726 if (argc >= 1) {
727 /* use the BTS number that the user has specified */
728 bts_nr = atoi(argv[0]);
729 if (bts_nr >= net->num_bts) {
730 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
731 VTY_NEWLINE);
732 return CMD_WARNING;
733 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200734 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800735 }
736 if (argc >= 2) {
737 trx_nr = atoi(argv[1]);
738 if (trx_nr >= bts->num_trx) {
739 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
740 VTY_NEWLINE);
741 return CMD_WARNING;
742 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200743 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800744 trx_dump_vty(vty, trx);
745 return CMD_SUCCESS;
746 }
747 if (bts) {
748 /* print all TRX in this BTS */
749 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200750 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800751 trx_dump_vty(vty, trx);
752 }
753 return CMD_SUCCESS;
754 }
755
756 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200757 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800758 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200759 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800760 trx_dump_vty(vty, trx);
761 }
762 }
763
764 return CMD_SUCCESS;
765}
766
Harald Welte97ceef92009-08-06 19:06:46 +0200767
Harald Welte59b04682009-06-10 05:40:52 +0800768static void ts_dump_vty(struct vty *vty, struct gsm_bts_trx_ts *ts)
769{
Harald Welte85771a42011-05-30 12:09:13 +0200770 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, phys cfg %s, TSC %u",
Harald Weltee3bd0c02010-12-24 12:12:10 +0100771 ts->trx->bts->nr, ts->trx->nr, ts->nr,
Harald Welted1dcdb82013-03-08 07:44:45 +0000772 gsm_pchan_name(ts->pchan),
773 ts->tsc == -1 ? ts->trx->bts->tsc : ts->tsc);
Harald Welte98d2bb82010-12-24 12:14:52 +0100774 if (ts->pchan == GSM_PCHAN_TCH_F_PDCH)
Harald Welte81c2ed32010-12-24 12:26:13 +0100775 vty_out(vty, " (%s mode)",
Harald Welte98d2bb82010-12-24 12:14:52 +0100776 ts->flags & TS_F_PDCH_MODE ? "PDCH" : "TCH/F");
777 vty_out(vty, "%s", VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800778 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200779 net_dump_nmstate(vty, &ts->mo.nm_state);
Harald Welte87504212009-12-02 01:56:49 +0530780 if (!is_ipaccess_bts(ts->trx->bts))
Harald Welte59b04682009-06-10 05:40:52 +0800781 vty_out(vty, " E1 Line %u, Timeslot %u, Subslot %u%s",
782 ts->e1_link.e1_nr, ts->e1_link.e1_ts,
783 ts->e1_link.e1_ts_ss, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800784}
785
786DEFUN(show_ts,
787 show_ts_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +0100788 "show timeslot [<0-255>] [<0-255>] [<0-7>]",
Harald Welte9e002452010-05-11 21:53:49 +0200789 SHOW_STR "Display information about a TS\n"
790 "BTS Number\n" "TRX Number\n" "Timeslot Number\n")
Harald Welte59b04682009-06-10 05:40:52 +0800791{
Harald Welte40152872010-05-16 20:52:23 +0200792 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte06868382010-12-24 12:05:03 +0100793 struct gsm_bts *bts = NULL;
794 struct gsm_bts_trx *trx = NULL;
795 struct gsm_bts_trx_ts *ts = NULL;
Harald Welte59b04682009-06-10 05:40:52 +0800796 int bts_nr, trx_nr, ts_nr;
797
798 if (argc >= 1) {
799 /* use the BTS number that the user has specified */
800 bts_nr = atoi(argv[0]);
801 if (bts_nr >= net->num_bts) {
802 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
803 VTY_NEWLINE);
804 return CMD_WARNING;
805 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200806 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800807 }
808 if (argc >= 2) {
809 trx_nr = atoi(argv[1]);
810 if (trx_nr >= bts->num_trx) {
811 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
812 VTY_NEWLINE);
813 return CMD_WARNING;
814 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200815 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800816 }
817 if (argc >= 3) {
818 ts_nr = atoi(argv[2]);
819 if (ts_nr >= TRX_NR_TS) {
820 vty_out(vty, "%% can't find TS '%s'%s", argv[2],
821 VTY_NEWLINE);
822 return CMD_WARNING;
823 }
Harald Welte06868382010-12-24 12:05:03 +0100824 /* Fully Specified: print and exit */
Harald Welte59b04682009-06-10 05:40:52 +0800825 ts = &trx->ts[ts_nr];
826 ts_dump_vty(vty, ts);
827 return CMD_SUCCESS;
828 }
Harald Welte06868382010-12-24 12:05:03 +0100829
830 if (bts && trx) {
831 /* Iterate over all TS in this TRX */
832 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
833 ts = &trx->ts[ts_nr];
834 ts_dump_vty(vty, ts);
835 }
836 } else if (bts) {
837 /* Iterate over all TRX in this BTS, TS in each TRX */
Harald Welte59b04682009-06-10 05:40:52 +0800838 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200839 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800840 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
841 ts = &trx->ts[ts_nr];
842 ts_dump_vty(vty, ts);
843 }
844 }
Harald Welte06868382010-12-24 12:05:03 +0100845 } else {
846 /* Iterate over all BTS, TRX in each BTS, TS in each TRX */
847 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
848 bts = gsm_bts_num(net, bts_nr);
849 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
850 trx = gsm_bts_trx_num(bts, trx_nr);
851 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
852 ts = &trx->ts[ts_nr];
853 ts_dump_vty(vty, ts);
854 }
855 }
856 }
Harald Welte59b04682009-06-10 05:40:52 +0800857 }
858
859 return CMD_SUCCESS;
860}
861
Holger Hans Peter Freyther1dd0a1b2010-01-06 06:00:40 +0100862static void subscr_dump_vty(struct vty *vty, struct gsm_subscriber *subscr)
Harald Welte59b04682009-06-10 05:40:52 +0800863{
Harald Welte91afe4c2009-06-20 18:15:19 +0200864 vty_out(vty, " ID: %llu, Authorized: %d%s", subscr->id,
Harald Welte59b04682009-06-10 05:40:52 +0800865 subscr->authorized, VTY_NEWLINE);
866 if (subscr->name)
867 vty_out(vty, " Name: '%s'%s", subscr->name, VTY_NEWLINE);
868 if (subscr->extension)
869 vty_out(vty, " Extension: %s%s", subscr->extension,
870 VTY_NEWLINE);
Holger Hans Peter Freytherb0be39b2013-07-14 08:38:24 +0200871 vty_out(vty, " IMSI: %s%s", subscr->imsi, VTY_NEWLINE);
Holger Hans Peter Freythercd8bacf2009-08-19 12:53:57 +0200872 if (subscr->tmsi != GSM_RESERVED_TMSI)
873 vty_out(vty, " TMSI: %08X%s", subscr->tmsi,
Harald Welte270c06c2009-08-15 03:24:51 +0200874 VTY_NEWLINE);
Sylvain Munaute5863a22009-12-27 19:29:28 +0100875
Harald Welte (local)02d5efa2009-08-14 20:27:16 +0200876 vty_out(vty, " Use count: %u%s", subscr->use_count, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800877}
878
Harald Welte44007742009-12-22 21:43:14 +0100879static void meas_rep_dump_uni_vty(struct vty *vty,
880 struct gsm_meas_rep_unidir *mru,
881 const char *prefix,
882 const char *dir)
883{
884 vty_out(vty, "%s RXL-FULL-%s: %4d dBm, RXL-SUB-%s: %4d dBm ",
885 prefix, dir, rxlev2dbm(mru->full.rx_lev),
886 dir, rxlev2dbm(mru->sub.rx_lev));
887 vty_out(vty, "RXQ-FULL-%s: %d, RXQ-SUB-%s: %d%s",
888 dir, mru->full.rx_qual, dir, mru->sub.rx_qual,
889 VTY_NEWLINE);
890}
891
892static void meas_rep_dump_vty(struct vty *vty, struct gsm_meas_rep *mr,
893 const char *prefix)
894{
895 vty_out(vty, "%sMeasurement Report:%s", prefix, VTY_NEWLINE);
896 vty_out(vty, "%s Flags: %s%s%s%s%s", prefix,
897 mr->flags & MEAS_REP_F_UL_DTX ? "DTXu " : "",
898 mr->flags & MEAS_REP_F_DL_DTX ? "DTXd " : "",
899 mr->flags & MEAS_REP_F_FPC ? "FPC " : "",
900 mr->flags & MEAS_REP_F_DL_VALID ? " " : "DLinval ",
901 VTY_NEWLINE);
902 if (mr->flags & MEAS_REP_F_MS_TO)
903 vty_out(vty, "%s MS Timing Offset: %u%s", prefix,
904 mr->ms_timing_offset, VTY_NEWLINE);
905 if (mr->flags & MEAS_REP_F_MS_L1)
906 vty_out(vty, "%s L1 MS Power: %u dBm, Timing Advance: %u%s",
907 prefix, mr->ms_l1.pwr, mr->ms_l1.ta, VTY_NEWLINE);
908 if (mr->flags & MEAS_REP_F_DL_VALID)
909 meas_rep_dump_uni_vty(vty, &mr->dl, prefix, "dl");
910 meas_rep_dump_uni_vty(vty, &mr->ul, prefix, "ul");
911}
912
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +0800913static void lchan_dump_full_vty(struct vty *vty, struct gsm_lchan *lchan)
Harald Welte59b04682009-06-10 05:40:52 +0800914{
Harald Welte44007742009-12-22 21:43:14 +0100915 int idx;
916
Harald Weltef62dad62010-12-24 12:22:34 +0100917 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u: Type %s%s",
918 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
919 lchan->nr, gsm_lchant_name(lchan->type), VTY_NEWLINE);
Holger Hans Peter Freyther6e5c50f2010-06-28 17:09:29 +0800920 vty_out(vty, " Connection: %u, State: %s%s",
921 lchan->conn ? 1: 0,
Harald Welteab2534c2009-12-29 10:52:38 +0100922 gsm_lchans_name(lchan->state), VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100923 vty_out(vty, " BS Power: %u dBm, MS Power: %u dBm%s",
924 lchan->ts->trx->nominal_power - lchan->ts->trx->max_power_red
925 - lchan->bs_power*2,
926 ms_pwr_dbm(lchan->ts->trx->bts->band, lchan->ms_power),
927 VTY_NEWLINE);
Holger Hans Peter Freyther1a95fa82010-06-28 15:47:12 +0800928 if (lchan->conn && lchan->conn->subscr) {
Harald Welte59b04682009-06-10 05:40:52 +0800929 vty_out(vty, " Subscriber:%s", VTY_NEWLINE);
Holger Hans Peter Freyther1a95fa82010-06-28 15:47:12 +0800930 subscr_dump_vty(vty, lchan->conn->subscr);
Harald Welte59b04682009-06-10 05:40:52 +0800931 } else
932 vty_out(vty, " No Subscriber%s", VTY_NEWLINE);
Harald Welte87504212009-12-02 01:56:49 +0530933 if (is_ipaccess_bts(lchan->ts->trx->bts)) {
934 struct in_addr ia;
Holger Hans Peter Freythercec1ec52010-04-07 15:39:16 +0200935 ia.s_addr = htonl(lchan->abis_ip.bound_ip);
Harald Welte87504212009-12-02 01:56:49 +0530936 vty_out(vty, " Bound IP: %s Port %u RTP_TYPE2=%u CONN_ID=%u%s",
937 inet_ntoa(ia), lchan->abis_ip.bound_port,
938 lchan->abis_ip.rtp_payload2, lchan->abis_ip.conn_id,
939 VTY_NEWLINE);
940 }
Harald Welte44007742009-12-22 21:43:14 +0100941
942 /* we want to report the last measurement report */
943 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
944 lchan->meas_rep_idx, 1);
945 meas_rep_dump_vty(vty, &lchan->meas_rep[idx], " ");
Harald Welte59b04682009-06-10 05:40:52 +0800946}
947
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +0800948static void lchan_dump_short_vty(struct vty *vty, struct gsm_lchan *lchan)
949{
Holger Hans Peter Freythercf13a922010-05-14 01:57:02 +0800950 struct gsm_meas_rep *mr;
951 int idx;
952
953 /* we want to report the last measurement report */
954 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
955 lchan->meas_rep_idx, 1);
956 mr = &lchan->meas_rep[idx];
957
Harald Weltef62dad62010-12-24 12:22:34 +0100958 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u, Type %s - "
959 "L1 MS Power: %u dBm RXL-FULL-dl: %4d dBm RXL-FULL-ul: %4d dBm%s",
960 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
Harald Welte81c2ed32010-12-24 12:26:13 +0100961 lchan->nr, gsm_lchant_name(lchan->type), mr->ms_l1.pwr,
Holger Hans Peter Freythercf13a922010-05-14 01:57:02 +0800962 rxlev2dbm(mr->dl.full.rx_lev),
963 rxlev2dbm(mr->ul.full.rx_lev),
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +0800964 VTY_NEWLINE);
965}
966
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +0100967
968static int dump_lchan_trx_ts(struct gsm_bts_trx_ts *ts, struct vty *vty,
969 void (*dump_cb)(struct vty *, struct gsm_lchan *))
970{
971 int lchan_nr;
972 for (lchan_nr = 0; lchan_nr < TS_MAX_LCHAN; lchan_nr++) {
973 struct gsm_lchan *lchan = &ts->lchan[lchan_nr];
974 if ((lchan->type == GSM_LCHAN_NONE) && (lchan->state == LCHAN_S_NONE))
975 continue;
976 dump_cb(vty, lchan);
977 }
978
979 return CMD_SUCCESS;
980}
981
982static int dump_lchan_trx(struct gsm_bts_trx *trx, struct vty *vty,
983 void (*dump_cb)(struct vty *, struct gsm_lchan *))
984{
985 int ts_nr;
986
987 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
988 struct gsm_bts_trx_ts *ts = &trx->ts[ts_nr];
989 dump_lchan_trx_ts(ts, vty, dump_cb);
990 }
991
992 return CMD_SUCCESS;
993}
994
995static int dump_lchan_bts(struct gsm_bts *bts, struct vty *vty,
996 void (*dump_cb)(struct vty *, struct gsm_lchan *))
997{
998 int trx_nr;
999
1000 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
1001 struct gsm_bts_trx *trx = gsm_bts_trx_num(bts, trx_nr);
1002 dump_lchan_trx(trx, vty, dump_cb);
1003 }
1004
1005 return CMD_SUCCESS;
1006}
1007
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001008static int lchan_summary(struct vty *vty, int argc, const char **argv,
1009 void (*dump_cb)(struct vty *, struct gsm_lchan *))
Harald Welte59b04682009-06-10 05:40:52 +08001010{
Harald Welte40152872010-05-16 20:52:23 +02001011 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001012 struct gsm_bts *bts;
1013 struct gsm_bts_trx *trx;
1014 struct gsm_bts_trx_ts *ts;
1015 struct gsm_lchan *lchan;
1016 int bts_nr, trx_nr, ts_nr, lchan_nr;
1017
1018 if (argc >= 1) {
1019 /* use the BTS number that the user has specified */
1020 bts_nr = atoi(argv[0]);
1021 if (bts_nr >= net->num_bts) {
1022 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1023 VTY_NEWLINE);
1024 return CMD_WARNING;
1025 }
Harald Weltee712a5f2009-06-21 16:17:15 +02001026 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001027
1028 if (argc == 1)
1029 return dump_lchan_bts(bts, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +08001030 }
1031 if (argc >= 2) {
1032 trx_nr = atoi(argv[1]);
1033 if (trx_nr >= bts->num_trx) {
1034 vty_out(vty, "%% can't find TRX %s%s", argv[1],
1035 VTY_NEWLINE);
1036 return CMD_WARNING;
1037 }
Harald Weltee712a5f2009-06-21 16:17:15 +02001038 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001039
1040 if (argc == 2)
1041 return dump_lchan_trx(trx, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +08001042 }
1043 if (argc >= 3) {
1044 ts_nr = atoi(argv[2]);
1045 if (ts_nr >= TRX_NR_TS) {
1046 vty_out(vty, "%% can't find TS %s%s", argv[2],
1047 VTY_NEWLINE);
1048 return CMD_WARNING;
1049 }
1050 ts = &trx->ts[ts_nr];
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001051
1052 if (argc == 3)
1053 return dump_lchan_trx_ts(ts, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +08001054 }
1055 if (argc >= 4) {
1056 lchan_nr = atoi(argv[3]);
1057 if (lchan_nr >= TS_MAX_LCHAN) {
1058 vty_out(vty, "%% can't find LCHAN %s%s", argv[3],
1059 VTY_NEWLINE);
1060 return CMD_WARNING;
1061 }
1062 lchan = &ts->lchan[lchan_nr];
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001063 dump_cb(vty, lchan);
Harald Welte59b04682009-06-10 05:40:52 +08001064 return CMD_SUCCESS;
1065 }
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001066
1067
Harald Welte59b04682009-06-10 05:40:52 +08001068 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +02001069 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001070 dump_lchan_bts(bts, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +08001071 }
1072
1073 return CMD_SUCCESS;
1074}
1075
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001076
1077DEFUN(show_lchan,
1078 show_lchan_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +01001079 "show lchan [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001080 SHOW_STR "Display information about a logical channel\n"
1081 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001082 LCHAN_NR_STR)
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001083
1084{
1085 return lchan_summary(vty, argc, argv, lchan_dump_full_vty);
1086}
1087
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001088DEFUN(show_lchan_summary,
1089 show_lchan_summary_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +01001090 "show lchan summary [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001091 SHOW_STR "Display information about a logical channel\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001092 "Short summary\n"
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001093 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001094 LCHAN_NR_STR)
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001095{
1096 return lchan_summary(vty, argc, argv, lchan_dump_short_vty);
1097}
1098
Harald Welte59b04682009-06-10 05:40:52 +08001099static void paging_dump_vty(struct vty *vty, struct gsm_paging_request *pag)
1100{
1101 vty_out(vty, "Paging on BTS %u%s", pag->bts->nr, VTY_NEWLINE);
1102 subscr_dump_vty(vty, pag->subscr);
1103}
1104
1105static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
1106{
1107 struct gsm_paging_request *pag;
1108
Holger Hans Peter Freyther9372d9c2013-03-03 11:03:17 +01001109 if (!bts->paging.bts)
1110 return;
1111
Harald Welte59b04682009-06-10 05:40:52 +08001112 llist_for_each_entry(pag, &bts->paging.pending_requests, entry)
1113 paging_dump_vty(vty, pag);
1114}
1115
1116DEFUN(show_paging,
1117 show_paging_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +01001118 "show paging [<0-255>]",
Harald Welte9e002452010-05-11 21:53:49 +02001119 SHOW_STR "Display information about paging reuqests of a BTS\n"
1120 "BTS Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08001121{
Harald Welte40152872010-05-16 20:52:23 +02001122 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001123 struct gsm_bts *bts;
1124 int bts_nr;
1125
1126 if (argc >= 1) {
1127 /* use the BTS number that the user has specified */
1128 bts_nr = atoi(argv[0]);
1129 if (bts_nr >= net->num_bts) {
1130 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1131 VTY_NEWLINE);
1132 return CMD_WARNING;
1133 }
Harald Weltee712a5f2009-06-21 16:17:15 +02001134 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +08001135 bts_paging_dump_vty(vty, bts);
1136
1137 return CMD_SUCCESS;
1138 }
1139 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +02001140 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +08001141 bts_paging_dump_vty(vty, bts);
1142 }
1143
1144 return CMD_SUCCESS;
1145}
1146
Harald Weltee87eb462009-08-07 13:29:14 +02001147DEFUN(cfg_net,
1148 cfg_net_cmd,
Harald Welte9e002452010-05-11 21:53:49 +02001149 "network", NETWORK_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001150{
Harald Welte40152872010-05-16 20:52:23 +02001151 vty->index = gsmnet_from_vty(vty);
Harald Weltee87eb462009-08-07 13:29:14 +02001152 vty->node = GSMNET_NODE;
1153
1154 return CMD_SUCCESS;
1155}
1156
Harald Weltee87eb462009-08-07 13:29:14 +02001157DEFUN(cfg_net_ncc,
1158 cfg_net_ncc_cmd,
1159 "network country code <1-999>",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001160 "Set the GSM network country code\n"
1161 "Country commands\n"
1162 CODE_CMD_STR
1163 "Network Country Code to use\n")
Harald Weltee87eb462009-08-07 13:29:14 +02001164{
Harald Welte40152872010-05-16 20:52:23 +02001165 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1166
Harald Weltee87eb462009-08-07 13:29:14 +02001167 gsmnet->country_code = atoi(argv[0]);
1168
1169 return CMD_SUCCESS;
1170}
1171
1172DEFUN(cfg_net_mnc,
1173 cfg_net_mnc_cmd,
Dieter Spaarf1295252011-07-27 23:43:56 +02001174 "mobile network code <0-999>",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001175 "Set the GSM mobile network code\n"
1176 "Network Commands\n"
1177 CODE_CMD_STR
1178 "Mobile Network Code to use\n")
Harald Weltee87eb462009-08-07 13:29:14 +02001179{
Harald Welte40152872010-05-16 20:52:23 +02001180 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1181
Harald Weltee87eb462009-08-07 13:29:14 +02001182 gsmnet->network_code = atoi(argv[0]);
1183
1184 return CMD_SUCCESS;
1185}
1186
1187DEFUN(cfg_net_name_short,
1188 cfg_net_name_short_cmd,
1189 "short name NAME",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001190 "Set the short GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001191{
Harald Welte40152872010-05-16 20:52:23 +02001192 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1193
Holger Hans Peter Freyther7c831f62010-10-12 23:21:54 +02001194 bsc_replace_string(gsmnet, &gsmnet->name_short, argv[0]);
Harald Weltee87eb462009-08-07 13:29:14 +02001195 return CMD_SUCCESS;
1196}
1197
1198DEFUN(cfg_net_name_long,
1199 cfg_net_name_long_cmd,
1200 "long name NAME",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001201 "Set the long GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001202{
Harald Welte40152872010-05-16 20:52:23 +02001203 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1204
Holger Hans Peter Freyther7c831f62010-10-12 23:21:54 +02001205 bsc_replace_string(gsmnet, &gsmnet->name_long, argv[0]);
Harald Weltee87eb462009-08-07 13:29:14 +02001206 return CMD_SUCCESS;
1207}
Harald Welte59b04682009-06-10 05:40:52 +08001208
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001209DEFUN(cfg_net_auth_policy,
1210 cfg_net_auth_policy_cmd,
1211 "auth policy (closed|accept-all|token)",
Harald Welte9e002452010-05-11 21:53:49 +02001212 "Authentication (not cryptographic)\n"
1213 "Set the GSM network authentication policy\n"
1214 "Require the MS to be activated in HLR\n"
1215 "Accept all MS, whether in HLR or not\n"
1216 "Use SMS-token based authentication\n")
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001217{
1218 enum gsm_auth_policy policy = gsm_auth_policy_parse(argv[0]);
Harald Welte40152872010-05-16 20:52:23 +02001219 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001220
1221 gsmnet->auth_policy = policy;
1222
1223 return CMD_SUCCESS;
1224}
1225
Harald Welte59936d72009-11-18 20:33:19 +01001226DEFUN(cfg_net_reject_cause,
1227 cfg_net_reject_cause_cmd,
1228 "location updating reject cause <2-111>",
Harald Welte557f3992012-08-16 23:23:50 +02001229 "Set the reject cause of location updating reject\n"
1230 "Set the reject cause of location updating reject\n"
1231 "Set the reject cause of location updating reject\n"
1232 "Set the reject cause of location updating reject\n"
1233 "Cause Value as Per GSM TS 04.08\n")
Harald Welte59936d72009-11-18 20:33:19 +01001234{
Harald Welte40152872010-05-16 20:52:23 +02001235 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1236
Harald Welte59936d72009-11-18 20:33:19 +01001237 gsmnet->reject_cause = atoi(argv[0]);
1238
1239 return CMD_SUCCESS;
1240}
1241
Harald Weltecca253a2009-08-30 15:47:06 +09001242DEFUN(cfg_net_encryption,
1243 cfg_net_encryption_cmd,
Harald Welte55ff9362012-07-04 21:37:56 +02001244 "encryption a5 (0|1|2|3)",
Harald Welte18ce31c2010-05-14 20:05:17 +02001245 "Encryption options\n"
1246 "A5 encryption\n" "A5/0: No encryption\n"
Harald Welte55ff9362012-07-04 21:37:56 +02001247 "A5/1: Encryption\n" "A5/2: Export-grade Encryption\n"
1248 "A5/3: 'New' Secure Encryption\n")
Harald Weltecca253a2009-08-30 15:47:06 +09001249{
Harald Welte40152872010-05-16 20:52:23 +02001250 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1251
Andreas.Eversberg53293292009-11-17 09:55:26 +01001252 gsmnet->a5_encryption= atoi(argv[0]);
Harald Weltecca253a2009-08-30 15:47:06 +09001253
1254 return CMD_SUCCESS;
1255}
1256
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001257DEFUN(cfg_net_neci,
1258 cfg_net_neci_cmd,
1259 "neci (0|1)",
Harald Welte18ce31c2010-05-14 20:05:17 +02001260 "New Establish Cause Indication\n"
1261 "Don't set the NECI bit\n" "Set the NECI bit\n")
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001262{
Harald Welte40152872010-05-16 20:52:23 +02001263 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1264
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001265 gsmnet->neci = atoi(argv[0]);
Holger Hans Peter Freytherf0f37f12010-09-06 09:36:02 +08001266 gsm_net_update_ctype(gsmnet);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001267 return CMD_SUCCESS;
1268}
1269
Harald Welte52af1952009-12-13 10:53:12 +01001270DEFUN(cfg_net_rrlp_mode, cfg_net_rrlp_mode_cmd,
1271 "rrlp mode (none|ms-based|ms-preferred|ass-preferred)",
Harald Welte9e002452010-05-11 21:53:49 +02001272 "Radio Resource Location Protocol\n"
1273 "Set the Radio Resource Location Protocol Mode\n"
1274 "Don't send RRLP request\n"
1275 "Request MS-based location\n"
1276 "Request any location, prefer MS-based\n"
1277 "Request any location, prefer MS-assisted\n")
Harald Welte52af1952009-12-13 10:53:12 +01001278{
Harald Welte40152872010-05-16 20:52:23 +02001279 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1280
Harald Welte52af1952009-12-13 10:53:12 +01001281 gsmnet->rrlp.mode = rrlp_mode_parse(argv[0]);
1282
1283 return CMD_SUCCESS;
1284}
1285
Harald Weltea310f3e2009-12-14 09:00:24 +01001286DEFUN(cfg_net_mm_info, cfg_net_mm_info_cmd,
1287 "mm info (0|1)",
Holger Hans Peter Freyther29844222012-07-21 00:27:10 +02001288 "Mobility Management\n"
1289 "Send MM INFO after LOC UPD ACCEPT\n"
1290 "Disable\n" "Enable\n")
Harald Weltea310f3e2009-12-14 09:00:24 +01001291{
Harald Welte40152872010-05-16 20:52:23 +02001292 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1293
Harald Weltea310f3e2009-12-14 09:00:24 +01001294 gsmnet->send_mm_info = atoi(argv[0]);
1295
1296 return CMD_SUCCESS;
1297}
1298
Harald Welte9e002452010-05-11 21:53:49 +02001299#define HANDOVER_STR "Handover Options\n"
1300
Harald Welte0af9c9f2009-12-19 21:41:52 +01001301DEFUN(cfg_net_handover, cfg_net_handover_cmd,
1302 "handover (0|1)",
Harald Welte9e002452010-05-11 21:53:49 +02001303 HANDOVER_STR
1304 "Don't perform in-call handover\n"
1305 "Perform in-call handover\n")
Harald Welte0af9c9f2009-12-19 21:41:52 +01001306{
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001307 int enable = atoi(argv[0]);
Harald Welte40152872010-05-16 20:52:23 +02001308 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001309
1310 if (enable && ipacc_rtp_direct) {
Harald Welteaa2c3032009-12-20 13:51:01 +01001311 vty_out(vty, "%% Cannot enable handover unless RTP Proxy mode "
1312 "is enabled by using the -P command line option%s",
1313 VTY_NEWLINE);
1314 return CMD_WARNING;
1315 }
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001316 gsmnet->handover.active = enable;
Harald Welte0af9c9f2009-12-19 21:41:52 +01001317
1318 return CMD_SUCCESS;
1319}
1320
Harald Welte9e002452010-05-11 21:53:49 +02001321#define HO_WIN_STR HANDOVER_STR "Measurement Window\n"
1322#define HO_WIN_RXLEV_STR HO_WIN_STR "Received Level Averaging\n"
1323#define HO_WIN_RXQUAL_STR HO_WIN_STR "Received Quality Averaging\n"
1324#define HO_PBUDGET_STR HANDOVER_STR "Power Budget\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001325#define HO_AVG_COUNT_STR "Amount to use for Averaging\n"
Harald Welte9e002452010-05-11 21:53:49 +02001326
Harald Weltea8062f12009-12-21 16:51:50 +01001327DEFUN(cfg_net_ho_win_rxlev_avg, cfg_net_ho_win_rxlev_avg_cmd,
1328 "handover window rxlev averaging <1-10>",
Harald Welte9e002452010-05-11 21:53:49 +02001329 HO_WIN_RXLEV_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001330 "How many RxLev measurements are used for averaging\n"
1331 HO_AVG_COUNT_STR)
Harald Weltea8062f12009-12-21 16:51:50 +01001332{
Harald Welte40152872010-05-16 20:52:23 +02001333 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001334 gsmnet->handover.win_rxlev_avg = atoi(argv[0]);
1335 return CMD_SUCCESS;
1336}
1337
1338DEFUN(cfg_net_ho_win_rxqual_avg, cfg_net_ho_win_rxqual_avg_cmd,
1339 "handover window rxqual averaging <1-10>",
Harald Welte9e002452010-05-11 21:53:49 +02001340 HO_WIN_RXQUAL_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001341 "How many RxQual measurements are used for averaging\n"
1342 HO_AVG_COUNT_STR)
Harald Weltea8062f12009-12-21 16:51:50 +01001343{
Harald Welte40152872010-05-16 20:52:23 +02001344 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001345 gsmnet->handover.win_rxqual_avg = atoi(argv[0]);
1346 return CMD_SUCCESS;
1347}
1348
1349DEFUN(cfg_net_ho_win_rxlev_neigh_avg, cfg_net_ho_win_rxlev_avg_neigh_cmd,
1350 "handover window rxlev neighbor averaging <1-10>",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001351 HO_WIN_RXLEV_STR "Neighbor\n"
1352 "How many RxQual measurements are used for averaging\n"
1353 HO_AVG_COUNT_STR)
Harald Weltea8062f12009-12-21 16:51:50 +01001354{
Harald Welte40152872010-05-16 20:52:23 +02001355 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001356 gsmnet->handover.win_rxlev_avg_neigh = atoi(argv[0]);
1357 return CMD_SUCCESS;
1358}
1359
1360DEFUN(cfg_net_ho_pwr_interval, cfg_net_ho_pwr_interval_cmd,
1361 "handover power budget interval <1-99>",
Harald Welte9e002452010-05-11 21:53:49 +02001362 HO_PBUDGET_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001363 "How often to check if we have a better cell (SACCH frames)\n"
1364 "Interval\n" "Number\n")
Harald Weltea8062f12009-12-21 16:51:50 +01001365{
Harald Welte40152872010-05-16 20:52:23 +02001366 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001367 gsmnet->handover.pwr_interval = atoi(argv[0]);
1368 return CMD_SUCCESS;
1369}
1370
1371DEFUN(cfg_net_ho_pwr_hysteresis, cfg_net_ho_pwr_hysteresis_cmd,
1372 "handover power budget hysteresis <0-999>",
Harald Welte9e002452010-05-11 21:53:49 +02001373 HO_PBUDGET_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001374 "How many dB does a neighbor to be stronger to become a HO candidate\n"
1375 "Hysteresis\n" "Number\n")
Harald Weltea8062f12009-12-21 16:51:50 +01001376{
Harald Welte40152872010-05-16 20:52:23 +02001377 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001378 gsmnet->handover.pwr_hysteresis = atoi(argv[0]);
1379 return CMD_SUCCESS;
1380}
1381
1382DEFUN(cfg_net_ho_max_distance, cfg_net_ho_max_distance_cmd,
1383 "handover maximum distance <0-9999>",
Harald Welte9e002452010-05-11 21:53:49 +02001384 HANDOVER_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001385 "How big is the maximum timing advance before HO is forced\n"
1386 "Distance\n" "Number\n")
Harald Weltea8062f12009-12-21 16:51:50 +01001387{
Harald Welte40152872010-05-16 20:52:23 +02001388 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001389 gsmnet->handover.max_distance = atoi(argv[0]);
1390 return CMD_SUCCESS;
1391}
Harald Welte0af9c9f2009-12-19 21:41:52 +01001392
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001393DEFUN(cfg_net_pag_any_tch,
1394 cfg_net_pag_any_tch_cmd,
1395 "paging any use tch (0|1)",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001396 "Assign a TCH when receiving a Paging Any request\n"
1397 "Any Channel\n" "Use\n" "TCH\n"
1398 "Do not use TCH for Paging Request Any\n"
1399 "Do use TCH for Paging Request Any\n")
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001400{
Holger Hans Peter Freytherc5628882010-09-06 10:09:19 +08001401 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001402 gsmnet->pag_any_tch = atoi(argv[0]);
1403 gsm_net_update_ctype(gsmnet);
1404 return CMD_SUCCESS;
1405}
1406
Holger Hans Peter Freyther13ae9802009-12-22 08:27:21 +01001407#define DECLARE_TIMER(number, doc) \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001408 DEFUN(cfg_net_T##number, \
1409 cfg_net_T##number##_cmd, \
1410 "timer t" #number " <0-65535>", \
Harald Welte9e002452010-05-11 21:53:49 +02001411 "Configure GSM Timers\n" \
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001412 doc "Timer Value\n") \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001413{ \
Harald Welte40152872010-05-16 20:52:23 +02001414 struct gsm_network *gsmnet = gsmnet_from_vty(vty); \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001415 int value = atoi(argv[0]); \
1416 \
1417 if (value < 0 || value > 65535) { \
1418 vty_out(vty, "Timer value %s out of range.%s", \
1419 argv[0], VTY_NEWLINE); \
1420 return CMD_WARNING; \
1421 } \
1422 \
1423 gsmnet->T##number = value; \
1424 return CMD_SUCCESS; \
1425}
1426
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001427DECLARE_TIMER(3101, "Set the timeout value for IMMEDIATE ASSIGNMENT.\n")
1428DECLARE_TIMER(3103, "Set the timeout value for HANDOVER.\n")
Harald Welte9b77f612012-06-03 13:01:47 +02001429DECLARE_TIMER(3105, "Set the timer for repetition of PHYSICAL INFORMATION.\n")
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001430DECLARE_TIMER(3107, "Currently not used.\n")
Holger Hans Peter Freyther969a4052011-12-28 16:21:05 +01001431DECLARE_TIMER(3109, "Set the RSL SACCH deactivation timeout.\n")
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001432DECLARE_TIMER(3111, "Set the RSL timeout to wait before releasing the RF Channel.\n")
1433DECLARE_TIMER(3113, "Set the time to try paging a subscriber.\n")
1434DECLARE_TIMER(3115, "Currently not used.\n")
1435DECLARE_TIMER(3117, "Currently not used.\n")
1436DECLARE_TIMER(3119, "Currently not used.\n")
1437DECLARE_TIMER(3122, "Waiting time (seconds) after IMM ASS REJECT\n")
1438DECLARE_TIMER(3141, "Currently not used.\n")
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001439
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08001440DEFUN(cfg_net_dtx,
1441 cfg_net_dtx_cmd,
1442 "dtx-used (0|1)",
1443 "Enable the usage of DTX.\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001444 "DTX is disabled\n" "DTX is enabled\n")
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08001445{
1446 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1447 gsmnet->dtx_enabled = atoi(argv[0]);
1448 return CMD_SUCCESS;
1449}
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001450
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +01001451DEFUN(cfg_net_subscr_keep,
1452 cfg_net_subscr_keep_cmd,
1453 "subscriber-keep-in-ram (0|1)",
1454 "Keep unused subscribers in RAM.\n"
1455 "Delete unused subscribers\n" "Keep unused subscribers\n")
1456{
1457 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1458 gsmnet->keep_subscr = atoi(argv[0]);
1459 return CMD_SUCCESS;
1460}
1461
Harald Welte59b04682009-06-10 05:40:52 +08001462/* per-BTS configuration */
1463DEFUN(cfg_bts,
1464 cfg_bts_cmd,
Harald Welte2af06cb2012-08-17 12:50:14 +02001465 "bts <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02001466 "Select a BTS to configure\n"
1467 "BTS Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08001468{
Harald Welte40152872010-05-16 20:52:23 +02001469 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001470 int bts_nr = atoi(argv[0]);
1471 struct gsm_bts *bts;
1472
Harald Weltee712a5f2009-06-21 16:17:15 +02001473 if (bts_nr > gsmnet->num_bts) {
1474 vty_out(vty, "%% The next unused BTS number is %u%s",
1475 gsmnet->num_bts, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +08001476 return CMD_WARNING;
Harald Weltee712a5f2009-06-21 16:17:15 +02001477 } else if (bts_nr == gsmnet->num_bts) {
1478 /* allocate a new one */
Harald Weltec7881282011-06-05 13:31:33 +02001479 bts = gsm_bts_alloc_register(gsmnet, GSM_BTS_TYPE_UNKNOWN,
1480 HARDCODED_TSC, HARDCODED_BSIC);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02001481 } else
Harald Weltee712a5f2009-06-21 16:17:15 +02001482 bts = gsm_bts_num(gsmnet, bts_nr);
1483
Daniel Willmann580085f2010-01-11 13:43:07 +01001484 if (!bts) {
1485 vty_out(vty, "%% Unable to allocate BTS %u%s",
1486 gsmnet->num_bts, VTY_NEWLINE);
Harald Weltee712a5f2009-06-21 16:17:15 +02001487 return CMD_WARNING;
Daniel Willmann580085f2010-01-11 13:43:07 +01001488 }
Harald Welte59b04682009-06-10 05:40:52 +08001489
1490 vty->index = bts;
Harald Welte8791dac2010-05-14 17:59:53 +02001491 vty->index_sub = &bts->description;
Harald Welte59b04682009-06-10 05:40:52 +08001492 vty->node = BTS_NODE;
1493
1494 return CMD_SUCCESS;
1495}
1496
1497DEFUN(cfg_bts_type,
1498 cfg_bts_type_cmd,
Harald Welte85a77b12012-08-17 13:02:12 +02001499 "type TYPE", /* dynamically created */
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001500 "Set the BTS type\n" "Type\n")
Harald Welte59b04682009-06-10 05:40:52 +08001501{
1502 struct gsm_bts *bts = vty->index;
Harald Welte59698fb2010-01-10 18:01:52 +01001503 int rc;
Harald Welte59b04682009-06-10 05:40:52 +08001504
Harald Welte59698fb2010-01-10 18:01:52 +01001505 rc = gsm_set_bts_type(bts, parse_btstype(argv[0]));
1506 if (rc < 0)
1507 return CMD_WARNING;
Harald Welte25572872009-10-20 00:22:00 +02001508
Harald Welte59b04682009-06-10 05:40:52 +08001509 return CMD_SUCCESS;
1510}
1511
Harald Welte91afe4c2009-06-20 18:15:19 +02001512DEFUN(cfg_bts_band,
1513 cfg_bts_band_cmd,
1514 "band BAND",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001515 "Set the frequency band of this BTS\n" "Frequency band\n")
Harald Welte91afe4c2009-06-20 18:15:19 +02001516{
1517 struct gsm_bts *bts = vty->index;
Harald Welte62868882009-08-08 16:12:58 +02001518 int band = gsm_band_parse(argv[0]);
Harald Welte91afe4c2009-06-20 18:15:19 +02001519
1520 if (band < 0) {
1521 vty_out(vty, "%% BAND %d is not a valid GSM band%s",
1522 band, VTY_NEWLINE);
1523 return CMD_WARNING;
1524 }
1525
1526 bts->band = band;
1527
1528 return CMD_SUCCESS;
1529}
1530
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02001531DEFUN(cfg_bts_ci,
1532 cfg_bts_ci_cmd,
1533 "cell_identity <0-65535>",
Holger Hans Peter Freyther29844222012-07-21 00:27:10 +02001534 "Set the Cell identity of this BTS\n" "Cell Identity\n")
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02001535{
1536 struct gsm_bts *bts = vty->index;
1537 int ci = atoi(argv[0]);
1538
1539 if (ci < 0 || ci > 0xffff) {
1540 vty_out(vty, "%% CI %d is not in the valid range (0-65535)%s",
1541 ci, VTY_NEWLINE);
1542 return CMD_WARNING;
1543 }
1544 bts->cell_identity = ci;
1545
1546 return CMD_SUCCESS;
1547}
1548
Harald Welte59b04682009-06-10 05:40:52 +08001549DEFUN(cfg_bts_lac,
1550 cfg_bts_lac_cmd,
Holger Hans Peter Freyther54a22832009-09-29 14:02:33 +02001551 "location_area_code <0-65535>",
Holger Hans Peter Freyther29844222012-07-21 00:27:10 +02001552 "Set the Location Area Code (LAC) of this BTS\n" "LAC\n")
Harald Welte59b04682009-06-10 05:40:52 +08001553{
1554 struct gsm_bts *bts = vty->index;
1555 int lac = atoi(argv[0]);
1556
Holger Hans Peter Freyther54a22832009-09-29 14:02:33 +02001557 if (lac < 0 || lac > 0xffff) {
1558 vty_out(vty, "%% LAC %d is not in the valid range (0-65535)%s",
Harald Welte59b04682009-06-10 05:40:52 +08001559 lac, VTY_NEWLINE);
1560 return CMD_WARNING;
1561 }
Holger Hans Peter Freyther6c6ab862009-10-01 04:07:15 +02001562
1563 if (lac == GSM_LAC_RESERVED_DETACHED || lac == GSM_LAC_RESERVED_ALL_BTS) {
1564 vty_out(vty, "%% LAC %d is reserved by GSM 04.08%s",
1565 lac, VTY_NEWLINE);
1566 return CMD_WARNING;
1567 }
1568
Harald Welte59b04682009-06-10 05:40:52 +08001569 bts->location_area_code = lac;
1570
1571 return CMD_SUCCESS;
1572}
1573
Harald Weltea54a2bb2009-12-01 18:04:30 +05301574
Harald Welte59b04682009-06-10 05:40:52 +08001575DEFUN(cfg_bts_tsc,
1576 cfg_bts_tsc_cmd,
Harald Weltede896da2012-05-31 10:57:08 +02001577 "training_sequence_code <0-7>",
Holger Hans Peter Freyther29844222012-07-21 00:27:10 +02001578 "Set the Training Sequence Code (TSC) of this BTS\n" "TSC\n")
Harald Welte59b04682009-06-10 05:40:52 +08001579{
1580 struct gsm_bts *bts = vty->index;
1581 int tsc = atoi(argv[0]);
1582
Harald Welte59b04682009-06-10 05:40:52 +08001583 bts->tsc = tsc;
1584
1585 return CMD_SUCCESS;
1586}
1587
1588DEFUN(cfg_bts_bsic,
1589 cfg_bts_bsic_cmd,
1590 "base_station_id_code <0-63>",
Harald Welte557f3992012-08-16 23:23:50 +02001591 "Set the Base Station Identity Code (BSIC) of this BTS\n"
1592 "BSIC of this BTS\n")
Harald Welte59b04682009-06-10 05:40:52 +08001593{
1594 struct gsm_bts *bts = vty->index;
1595 int bsic = atoi(argv[0]);
1596
1597 if (bsic < 0 || bsic > 0x3f) {
Harald Welte62868882009-08-08 16:12:58 +02001598 vty_out(vty, "%% BSIC %d is not in the valid range (0-255)%s",
Harald Welte59b04682009-06-10 05:40:52 +08001599 bsic, VTY_NEWLINE);
1600 return CMD_WARNING;
1601 }
1602 bts->bsic = bsic;
1603
1604 return CMD_SUCCESS;
1605}
1606
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001607DEFUN(cfg_bts_timezone,
1608 cfg_bts_timezone_cmd,
1609 "timezone <-19-19> (0|15|30|45)",
Harald Welte557f3992012-08-16 23:23:50 +02001610 "Set the Timezone Offset of this BTS\n"
1611 "Timezone offset (hours)\n"
1612 "Timezone offset (00 minutes)\n"
1613 "Timezone offset (15 minutes)\n"
1614 "Timezone offset (30 minutes)\n"
Harald Weltefa2015f2012-08-17 09:52:03 +02001615 "Timezone offset (45 minutes)\n"
Harald Welte557f3992012-08-16 23:23:50 +02001616 )
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001617{
1618 struct gsm_bts *bts = vty->index;
1619 int tzhr = atoi(argv[0]);
1620 int tzmn = atoi(argv[1]);
1621
Harald Welte5c3abf92012-07-08 16:48:11 +02001622 bts->tz.hr = tzhr;
1623 bts->tz.mn = tzmn;
1624 bts->tz.override = 1;
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001625
1626 return CMD_SUCCESS;
1627}
1628
1629DEFUN(cfg_bts_no_timezone,
1630 cfg_bts_no_timezone_cmd,
1631 "no timezone",
Harald Welte557f3992012-08-16 23:23:50 +02001632 NO_STR
1633 "Disable BTS specific timezone\n")
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001634{
1635 struct gsm_bts *bts = vty->index;
Harald Welte5c3abf92012-07-08 16:48:11 +02001636
1637 bts->tz.override = 0;
1638
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001639 return CMD_SUCCESS;
1640}
Harald Welte59b04682009-06-10 05:40:52 +08001641
1642DEFUN(cfg_bts_unit_id,
1643 cfg_bts_unit_id_cmd,
Harald Weltef515aa02009-08-07 13:27:09 +02001644 "ip.access unit_id <0-65534> <0-255>",
Harald Welte557f3992012-08-16 23:23:50 +02001645 "Abis/IP specific options\n"
1646 "Set the IPA BTS Unit ID\n"
1647 "Unit ID (Site)\n"
1648 "Unit ID (BTS)\n")
Harald Welte59b04682009-06-10 05:40:52 +08001649{
1650 struct gsm_bts *bts = vty->index;
1651 int site_id = atoi(argv[0]);
1652 int bts_id = atoi(argv[1]);
1653
Harald Weltef515aa02009-08-07 13:27:09 +02001654 if (!is_ipaccess_bts(bts)) {
1655 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1656 return CMD_WARNING;
1657 }
1658
Harald Welte59b04682009-06-10 05:40:52 +08001659 bts->ip_access.site_id = site_id;
1660 bts->ip_access.bts_id = bts_id;
1661
1662 return CMD_SUCCESS;
1663}
1664
Harald Welte8b3c5952013-03-12 13:57:05 +01001665DEFUN(cfg_bts_rsl_ip,
1666 cfg_bts_rsl_ip_cmd,
1667 "ip.access rsl-ip A.B.C.D",
1668 "Abis/IP specific options\n"
1669 "Set the IPA RSL IP Address of the BSC\n"
1670 "Destination IP address for RSL connection\n")
1671{
1672 struct gsm_bts *bts = vty->index;
1673 struct in_addr ia;
1674
1675 if (!is_ipaccess_bts(bts)) {
1676 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1677 return CMD_WARNING;
1678 }
1679
1680 inet_aton(argv[0], &ia);
1681 bts->ip_access.rsl_ip = ntohl(ia.s_addr);
1682
1683 return CMD_SUCCESS;
1684}
1685
1686
Sylvain Munautcb8e8432011-10-17 14:04:55 +02001687DEFUN(cfg_bts_nokia_site_skip_reset,
1688 cfg_bts_nokia_site_skip_reset_cmd,
1689 "nokia_site skip-reset (0|1)",
Harald Welte557f3992012-08-16 23:23:50 +02001690 "Nokia *Site related commands\n"
1691 "Skip the reset step during bootstrap process of this BTS\n"
1692 "Do NOT skip the reset\n" "Skip the reset\n")
Sylvain Munautcb8e8432011-10-17 14:04:55 +02001693{
1694 struct gsm_bts *bts = vty->index;
1695
1696 if (bts->type != GSM_BTS_TYPE_NOKIA_SITE) {
1697 vty_out(vty, "%% BTS is not of Nokia *Site type%s", VTY_NEWLINE);
1698 return CMD_WARNING;
1699 }
1700
1701 bts->nokia.skip_reset = atoi(argv[0]);
1702
1703 return CMD_SUCCESS;
1704}
1705
Harald Welte9e002452010-05-11 21:53:49 +02001706#define OML_STR "Organization & Maintenance Link\n"
Harald Welte557f3992012-08-16 23:23:50 +02001707#define IPA_STR "A-bis/IP Specific Options\n"
Harald Welte9e002452010-05-11 21:53:49 +02001708
Harald Welte25572872009-10-20 00:22:00 +02001709DEFUN(cfg_bts_stream_id,
1710 cfg_bts_stream_id_cmd,
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001711 "oml ip.access stream_id <0-255> line E1_LINE",
Harald Welte9e002452010-05-11 21:53:49 +02001712 OML_STR IPA_STR
Harald Welte557f3992012-08-16 23:23:50 +02001713 "Set the ip.access Stream ID of the OML link of this BTS\n"
1714 "Stream Identifier\n" "Virtual E1 Line Number\n" "Virtual E1 Line Number\n")
Harald Welte25572872009-10-20 00:22:00 +02001715{
1716 struct gsm_bts *bts = vty->index;
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001717 int stream_id = atoi(argv[0]), linenr = atoi(argv[1]);
Harald Welte25572872009-10-20 00:22:00 +02001718
1719 if (!is_ipaccess_bts(bts)) {
1720 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1721 return CMD_WARNING;
1722 }
1723
1724 bts->oml_tei = stream_id;
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001725 /* This is used by e1inp_bind_ops callback for each BTS model. */
1726 bts->oml_e1_link.e1_nr = linenr;
1727
1728 return CMD_SUCCESS;
1729}
1730
Harald Weltefa2015f2012-08-17 09:52:03 +02001731#define OML_E1_STR OML_STR "OML E1/T1 Configuration\n"
Harald Welte25572872009-10-20 00:22:00 +02001732
Harald Welte62868882009-08-08 16:12:58 +02001733DEFUN(cfg_bts_oml_e1,
1734 cfg_bts_oml_e1_cmd,
1735 "oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Weltefa2015f2012-08-17 09:52:03 +02001736 OML_E1_STR
1737 "E1/T1 line number to be used for OML\n"
Harald Welte557f3992012-08-16 23:23:50 +02001738 "E1/T1 line number to be used for OML\n"
1739 "E1/T1 timeslot to be used for OML\n"
1740 "E1/T1 timeslot to be used for OML\n"
1741 "E1/T1 sub-slot to be used for OML\n"
1742 "Use E1/T1 sub-slot 0\n"
1743 "Use E1/T1 sub-slot 1\n"
1744 "Use E1/T1 sub-slot 2\n"
1745 "Use E1/T1 sub-slot 3\n"
1746 "Use full E1 slot 3\n"
1747 )
Harald Welte62868882009-08-08 16:12:58 +02001748{
1749 struct gsm_bts *bts = vty->index;
1750
1751 parse_e1_link(&bts->oml_e1_link, argv[0], argv[1], argv[2]);
1752
1753 return CMD_SUCCESS;
1754}
1755
1756
1757DEFUN(cfg_bts_oml_e1_tei,
1758 cfg_bts_oml_e1_tei_cmd,
1759 "oml e1 tei <0-63>",
Harald Welte9e002452010-05-11 21:53:49 +02001760 OML_E1_STR
Harald Welte557f3992012-08-16 23:23:50 +02001761 "Set the TEI to be used for OML\n"
1762 "TEI Number\n")
Harald Welte62868882009-08-08 16:12:58 +02001763{
1764 struct gsm_bts *bts = vty->index;
1765
1766 bts->oml_tei = atoi(argv[0]);
1767
1768 return CMD_SUCCESS;
1769}
1770
Harald Welte3e774612009-08-10 13:48:16 +02001771DEFUN(cfg_bts_challoc, cfg_bts_challoc_cmd,
1772 "channel allocator (ascending|descending)",
Harald Welte9e002452010-05-11 21:53:49 +02001773 "Channnel Allocator\n" "Channel Allocator\n"
1774 "Allocate Timeslots and Transceivers in ascending order\n"
1775 "Allocate Timeslots and Transceivers in descending order\n")
Harald Welte3e774612009-08-10 13:48:16 +02001776{
1777 struct gsm_bts *bts = vty->index;
1778
1779 if (!strcmp(argv[0], "ascending"))
1780 bts->chan_alloc_reverse = 0;
1781 else
1782 bts->chan_alloc_reverse = 1;
1783
1784 return CMD_SUCCESS;
1785}
1786
Harald Welte9e002452010-05-11 21:53:49 +02001787#define RACH_STR "Random Access Control Channel\n"
1788
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01001789DEFUN(cfg_bts_rach_tx_integer,
1790 cfg_bts_rach_tx_integer_cmd,
1791 "rach tx integer <0-15>",
Harald Welte9e002452010-05-11 21:53:49 +02001792 RACH_STR
Harald Welte557f3992012-08-16 23:23:50 +02001793 "Set the raw tx integer value in RACH Control parameters IE\n"
1794 "Set the raw tx integer value in RACH Control parameters IE\n"
1795 "Raw tx integer value in RACH Control parameters IE\n")
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01001796{
1797 struct gsm_bts *bts = vty->index;
1798 bts->si_common.rach_control.tx_integer = atoi(argv[0]) & 0xf;
1799 return CMD_SUCCESS;
1800}
1801
1802DEFUN(cfg_bts_rach_max_trans,
1803 cfg_bts_rach_max_trans_cmd,
1804 "rach max transmission (1|2|4|7)",
Harald Welte9e002452010-05-11 21:53:49 +02001805 RACH_STR
Harald Welte557f3992012-08-16 23:23:50 +02001806 "Set the maximum number of RACH burst transmissions\n"
1807 "Set the maximum number of RACH burst transmissions\n"
Harald Weltefa2015f2012-08-17 09:52:03 +02001808 "Maximum number of 1 RACH burst transmissions\n"
1809 "Maximum number of 2 RACH burst transmissions\n"
1810 "Maximum number of 4 RACH burst transmissions\n"
1811 "Maximum number of 7 RACH burst transmissions\n")
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01001812{
1813 struct gsm_bts *bts = vty->index;
1814 bts->si_common.rach_control.max_trans = rach_max_trans_val2raw(atoi(argv[0]));
1815 return CMD_SUCCESS;
1816}
1817
Andreas Eversberg14e12f22012-10-13 07:27:47 +02001818#define CD_STR "Channel Description\n"
1819
1820DEFUN(cfg_bts_chan_desc_att,
1821 cfg_bts_chan_desc_att_cmd,
1822 "channel-descrption attach (0|1)",
1823 CD_STR
1824 "Set if attachment is required\n"
1825 "Attachment is NOT required\n"
1826 "Attachment is required (standard)\n")
1827{
1828 struct gsm_bts *bts = vty->index;
1829 bts->si_common.chan_desc.att = atoi(argv[0]);
1830 return CMD_SUCCESS;
1831}
1832
1833DEFUN(cfg_bts_chan_desc_bs_pa_mfrms,
1834 cfg_bts_chan_desc_bs_pa_mfrms_cmd,
1835 "channel-descrption bs-pa-mfrms <2-9>",
1836 CD_STR
1837 "Set number of multiframe periods for paging groups\n"
1838 "Number of multiframe periods for paging groups\n")
1839{
1840 struct gsm_bts *bts = vty->index;
1841 int bs_pa_mfrms = atoi(argv[0]);
1842
1843 bts->si_common.chan_desc.bs_pa_mfrms = bs_pa_mfrms - 2;
1844 return CMD_SUCCESS;
1845}
1846
1847DEFUN(cfg_bts_chan_desc_bs_ag_blks_res,
1848 cfg_bts_chan_desc_bs_ag_blks_res_cmd,
1849 "channel-descrption bs-ag-blks-res <0-7>",
1850 CD_STR
1851 "Set number of blocks reserved for access grant\n"
1852 "Number of blocks reserved for access grant\n")
1853{
1854 struct gsm_bts *bts = vty->index;
1855 int bs_ag_blks_res = atoi(argv[0]);
1856
1857 bts->si_common.chan_desc.bs_ag_blks_res = bs_ag_blks_res;
1858 return CMD_SUCCESS;
1859}
1860
Harald Welte9e002452010-05-11 21:53:49 +02001861#define NM_STR "Network Management\n"
1862
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08001863DEFUN(cfg_bts_rach_nm_b_thresh,
1864 cfg_bts_rach_nm_b_thresh_cmd,
1865 "rach nm busy threshold <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02001866 RACH_STR NM_STR
Harald Welte557f3992012-08-16 23:23:50 +02001867 "Set the NM Busy Threshold\n"
1868 "Set the NM Busy Threshold\n"
1869 "NM Busy Threshold in dB")
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08001870{
1871 struct gsm_bts *bts = vty->index;
1872 bts->rach_b_thresh = atoi(argv[0]);
1873 return CMD_SUCCESS;
1874}
1875
1876DEFUN(cfg_bts_rach_nm_ldavg,
1877 cfg_bts_rach_nm_ldavg_cmd,
1878 "rach nm load average <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001879 RACH_STR NM_STR
Harald Welte557f3992012-08-16 23:23:50 +02001880 "Set the NM Loadaverage Slots value\n"
1881 "Set the NM Loadaverage Slots value\n"
1882 "NM Loadaverage Slots value\n")
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08001883{
1884 struct gsm_bts *bts = vty->index;
1885 bts->rach_ldavg_slots = atoi(argv[0]);
1886 return CMD_SUCCESS;
1887}
1888
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02001889DEFUN(cfg_bts_cell_barred, cfg_bts_cell_barred_cmd,
1890 "cell barred (0|1)",
Harald Welte557f3992012-08-16 23:23:50 +02001891 "Should this cell be barred from access?\n"
1892 "Should this cell be barred from access?\n"
1893 "Cell should NOT be barred\n"
1894 "Cell should be barred\n")
1895
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02001896{
1897 struct gsm_bts *bts = vty->index;
1898
Harald Welte8c973ba2009-12-21 23:08:18 +01001899 bts->si_common.rach_control.cell_bar = atoi(argv[0]);
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02001900
1901 return CMD_SUCCESS;
1902}
1903
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08001904DEFUN(cfg_bts_rach_ec_allowed, cfg_bts_rach_ec_allowed_cmd,
1905 "rach emergency call allowed (0|1)",
Harald Welte557f3992012-08-16 23:23:50 +02001906 RACH_STR
1907 "Should this cell allow emergency calls?\n"
1908 "Should this cell allow emergency calls?\n"
1909 "Should this cell allow emergency calls?\n"
1910 "Do NOT allow emergency calls\n"
1911 "Allow emergency calls\n")
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08001912{
1913 struct gsm_bts *bts = vty->index;
1914
1915 if (atoi(argv[0]) == 0)
1916 bts->si_common.rach_control.t2 |= 0x4;
1917 else
1918 bts->si_common.rach_control.t2 &= ~0x4;
1919
1920 return CMD_SUCCESS;
1921}
1922
Ivan Kluchnikov80d58432013-09-16 13:13:04 +04001923DEFUN(cfg_bts_rach_ac_class, cfg_bts_rach_ac_class_cmd,
1924 "rach access-control-class (0|1|2|3|4|5|6|7|8|9|11|12|13|14|15) (barred|allowed)",
1925 RACH_STR
1926 "Set access control class\n"
1927 "Access control class 0\n"
1928 "Access control class 1\n"
1929 "Access control class 2\n"
1930 "Access control class 3\n"
1931 "Access control class 4\n"
1932 "Access control class 5\n"
1933 "Access control class 6\n"
1934 "Access control class 7\n"
1935 "Access control class 8\n"
1936 "Access control class 9\n"
1937 "Access control class 11 for PLMN use\n"
1938 "Access control class 12 for security services\n"
1939 "Access control class 13 for public utilities (e.g. water/gas suppliers)\n"
1940 "Access control class 14 for emergency services\n"
1941 "Access control class 15 for PLMN staff\n"
1942 "barred to use access control class\n"
1943 "allowed to use access control class\n")
1944{
1945 struct gsm_bts *bts = vty->index;
1946
1947 uint8_t control_class;
1948 uint8_t allowed = 0;
1949
1950 if (strcmp(argv[1], "allowed") == 0)
1951 allowed = 1;
1952
1953 control_class = atoi(argv[0]);
1954 if (control_class < 8)
1955 if (allowed)
1956 bts->si_common.rach_control.t3 &= ~(0x1 << control_class);
1957 else
1958 bts->si_common.rach_control.t3 |= (0x1 << control_class);
1959 else
1960 if (allowed)
1961 bts->si_common.rach_control.t2 &= ~(0x1 << (control_class - 8));
1962 else
1963 bts->si_common.rach_control.t2 |= (0x1 << (control_class - 8));
1964
1965 return CMD_SUCCESS;
1966}
1967
Harald Welte (local)cbd46102009-08-13 10:14:26 +02001968DEFUN(cfg_bts_ms_max_power, cfg_bts_ms_max_power_cmd,
1969 "ms max power <0-40>",
Harald Welte557f3992012-08-16 23:23:50 +02001970 "MS Options\n"
Harald Weltefa2015f2012-08-17 09:52:03 +02001971 "Maximum transmit power of the MS\n"
1972 "Maximum transmit power of the MS\n"
Harald Welte557f3992012-08-16 23:23:50 +02001973 "Maximum transmit power of the MS in dBm")
Harald Welte (local)cbd46102009-08-13 10:14:26 +02001974{
1975 struct gsm_bts *bts = vty->index;
1976
1977 bts->ms_max_power = atoi(argv[0]);
1978
1979 return CMD_SUCCESS;
1980}
1981
Harald Welte557f3992012-08-16 23:23:50 +02001982#define CELL_STR "Cell Parameters\n"
1983
Harald Welteb761bf82009-12-12 18:17:25 +01001984DEFUN(cfg_bts_cell_resel_hyst, cfg_bts_cell_resel_hyst_cmd,
1985 "cell reselection hysteresis <0-14>",
Harald Welte557f3992012-08-16 23:23:50 +02001986 CELL_STR "Cell re-selection parameters\n"
1987 "Cell Re-Selection Hysteresis in dB\n"
Harald Welteb761bf82009-12-12 18:17:25 +01001988 "Cell Re-Selection Hysteresis in dB")
1989{
1990 struct gsm_bts *bts = vty->index;
1991
1992 bts->si_common.cell_sel_par.cell_resel_hyst = atoi(argv[0])/2;
1993
1994 return CMD_SUCCESS;
1995}
1996
1997DEFUN(cfg_bts_rxlev_acc_min, cfg_bts_rxlev_acc_min_cmd,
1998 "rxlev access min <0-63>",
Harald Welte557f3992012-08-16 23:23:50 +02001999 "Minimum RxLev needed for cell access\n"
2000 "Minimum RxLev needed for cell access\n"
2001 "Minimum RxLev needed for cell access\n"
Harald Welteb761bf82009-12-12 18:17:25 +01002002 "Minimum RxLev needed for cell access (better than -110dBm)")
2003{
2004 struct gsm_bts *bts = vty->index;
2005
2006 bts->si_common.cell_sel_par.rxlev_acc_min = atoi(argv[0]);
2007
2008 return CMD_SUCCESS;
2009}
2010
Sylvain Munaut00d71462010-11-28 18:17:28 +01002011DEFUN(cfg_bts_cell_bar_qualify, cfg_bts_cell_bar_qualify_cmd,
2012 "cell bar qualify (0|1)",
Harald Welte557f3992012-08-16 23:23:50 +02002013 CELL_STR "Cell Bar Qualify\n" "Cell Bar Qualify\n"
2014 "Set CBQ to 0\n" "Set CBQ to 1\n")
Sylvain Munaut00d71462010-11-28 18:17:28 +01002015{
2016 struct gsm_bts *bts = vty->index;
2017
2018 bts->si_common.cell_ro_sel_par.present = 1;
2019 bts->si_common.cell_ro_sel_par.cbq = atoi(argv[0]);
2020
2021 return CMD_SUCCESS;
2022}
2023
2024DEFUN(cfg_bts_cell_resel_ofs, cfg_bts_cell_resel_ofs_cmd,
2025 "cell reselection offset <0-126>",
Harald Welte557f3992012-08-16 23:23:50 +02002026 CELL_STR "Cell Re-Selection Parameters\n"
2027 "Cell Re-Selection Offset (CRO) in dB\n"
2028 "Cell Re-Selection Offset (CRO) in dB\n"
2029 )
Sylvain Munaut00d71462010-11-28 18:17:28 +01002030{
2031 struct gsm_bts *bts = vty->index;
2032
2033 bts->si_common.cell_ro_sel_par.present = 1;
2034 bts->si_common.cell_ro_sel_par.cell_resel_off = atoi(argv[0])/2;
2035
2036 return CMD_SUCCESS;
2037}
2038
2039DEFUN(cfg_bts_temp_ofs, cfg_bts_temp_ofs_cmd,
2040 "temporary offset <0-60>",
Harald Welte557f3992012-08-16 23:23:50 +02002041 "Cell selection temporary negative offset\n"
2042 "Cell selection temporary negative offset\n"
Sylvain Munaut00d71462010-11-28 18:17:28 +01002043 "Cell selection temporary negative offset in dB")
2044{
2045 struct gsm_bts *bts = vty->index;
2046
2047 bts->si_common.cell_ro_sel_par.present = 1;
2048 bts->si_common.cell_ro_sel_par.temp_offs = atoi(argv[0])/10;
2049
2050 return CMD_SUCCESS;
2051}
2052
2053DEFUN(cfg_bts_temp_ofs_inf, cfg_bts_temp_ofs_inf_cmd,
2054 "temporary offset infinite",
Harald Welte557f3992012-08-16 23:23:50 +02002055 "Cell selection temporary negative offset\n"
2056 "Cell selection temporary negative offset\n"
Sylvain Munaut00d71462010-11-28 18:17:28 +01002057 "Sets cell selection temporary negative offset to infinity")
2058{
2059 struct gsm_bts *bts = vty->index;
2060
2061 bts->si_common.cell_ro_sel_par.present = 1;
2062 bts->si_common.cell_ro_sel_par.temp_offs = 7;
2063
2064 return CMD_SUCCESS;
2065}
2066
2067DEFUN(cfg_bts_penalty_time, cfg_bts_penalty_time_cmd,
2068 "penalty time <20-620>",
Harald Welte557f3992012-08-16 23:23:50 +02002069 "Cell selection penalty time\n"
2070 "Cell selection penalty time\n"
2071 "Cell selection penalty time in seconds (by 20s increments)\n")
Sylvain Munaut00d71462010-11-28 18:17:28 +01002072{
2073 struct gsm_bts *bts = vty->index;
2074
2075 bts->si_common.cell_ro_sel_par.present = 1;
2076 bts->si_common.cell_ro_sel_par.penalty_time = (atoi(argv[0])-20)/20;
2077
2078 return CMD_SUCCESS;
2079}
2080
2081DEFUN(cfg_bts_penalty_time_rsvd, cfg_bts_penalty_time_rsvd_cmd,
2082 "penalty time reserved",
Harald Welte557f3992012-08-16 23:23:50 +02002083 "Cell selection penalty time\n"
2084 "Cell selection penalty time\n"
2085 "Set cell selection penalty time to reserved value 31, "
Sylvain Munaut00d71462010-11-28 18:17:28 +01002086 "(indicate that CELL_RESELECT_OFFSET is subtracted from C2 "
2087 "and TEMPORARY_OFFSET is ignored)")
2088{
2089 struct gsm_bts *bts = vty->index;
2090
2091 bts->si_common.cell_ro_sel_par.present = 1;
2092 bts->si_common.cell_ro_sel_par.penalty_time = 31;
2093
2094 return CMD_SUCCESS;
2095}
2096
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02002097DEFUN(cfg_bts_per_loc_upd, cfg_bts_per_loc_upd_cmd,
Daniel Willmann3e7db9e2012-12-27 00:02:01 +01002098 "periodic location update <6-1530>",
Harald Welte557f3992012-08-16 23:23:50 +02002099 "Periodic Location Updating Interval\n"
2100 "Periodic Location Updating Interval\n"
2101 "Periodic Location Updating Interval\n"
2102 "Periodic Location Updating Interval in Minutes\n")
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02002103{
2104 struct gsm_bts *bts = vty->index;
2105
Dieter Spaarb0f746d2010-10-05 21:10:55 +02002106 bts->si_common.chan_desc.t3212 = atoi(argv[0]) / 6;
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02002107
2108 return CMD_SUCCESS;
2109}
2110
Holger Hans Peter Freyther2fb8ebf2013-07-27 21:07:57 +02002111DEFUN(cfg_bts_no_per_loc_upd, cfg_bts_no_per_loc_upd_cmd,
2112 "no periodic location update",
2113 NO_STR
2114 "Periodic Location Updating Interval\n"
2115 "Periodic Location Updating Interval\n"
2116 "Periodic Location Updating Interval\n")
2117{
2118 struct gsm_bts *bts = vty->index;
2119
2120 bts->si_common.chan_desc.t3212 = 0;
2121 return CMD_SUCCESS;
2122}
2123
Harald Welte9e002452010-05-11 21:53:49 +02002124#define GPRS_TEXT "GPRS Packet Network\n"
2125
Harald Welte410575a2010-03-14 23:30:30 +08002126DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
Harald Welteb42fe342010-04-18 14:00:26 +02002127 "gprs cell bvci <2-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002128 GPRS_TEXT
2129 "GPRS Cell Settings\n"
Harald Welte557f3992012-08-16 23:23:50 +02002130 "GPRS BSSGP VC Identifier\n"
Harald Welte3055e332010-03-14 15:37:43 +08002131 "GPRS BSSGP VC Identifier")
2132{
2133 struct gsm_bts *bts = vty->index;
2134
Harald Weltecb20b7a2010-04-18 15:51:20 +02002135 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002136 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2137 return CMD_WARNING;
2138 }
2139
Harald Welte3055e332010-03-14 15:37:43 +08002140 bts->gprs.cell.bvci = atoi(argv[0]);
2141
2142 return CMD_SUCCESS;
2143}
2144
Harald Welte4a048c52010-03-22 11:48:36 +08002145DEFUN(cfg_bts_gprs_nsei, cfg_bts_gprs_nsei_cmd,
2146 "gprs nsei <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002147 GPRS_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002148 "GPRS NS Entity Identifier\n"
Harald Welte4a048c52010-03-22 11:48:36 +08002149 "GPRS NS Entity Identifier")
2150{
2151 struct gsm_bts *bts = vty->index;
2152
Harald Weltecb20b7a2010-04-18 15:51:20 +02002153 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte4a048c52010-03-22 11:48:36 +08002154 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2155 return CMD_WARNING;
2156 }
2157
2158 bts->gprs.nse.nsei = atoi(argv[0]);
2159
2160 return CMD_SUCCESS;
2161}
2162
Harald Welte9e002452010-05-11 21:53:49 +02002163#define NSVC_TEXT "Network Service Virtual Connection (NS-VC)\n" \
2164 "NSVC Logical Number\n"
Harald Welte4a048c52010-03-22 11:48:36 +08002165
Harald Welte3055e332010-03-14 15:37:43 +08002166DEFUN(cfg_bts_gprs_nsvci, cfg_bts_gprs_nsvci_cmd,
2167 "gprs nsvc <0-1> nsvci <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002168 GPRS_TEXT NSVC_TEXT
2169 "NS Virtual Connection Identifier\n"
Harald Welte3055e332010-03-14 15:37:43 +08002170 "GPRS NS VC Identifier")
2171{
2172 struct gsm_bts *bts = vty->index;
2173 int idx = atoi(argv[0]);
2174
Harald Weltecb20b7a2010-04-18 15:51:20 +02002175 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002176 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2177 return CMD_WARNING;
2178 }
2179
Harald Welte3055e332010-03-14 15:37:43 +08002180 bts->gprs.nsvc[idx].nsvci = atoi(argv[1]);
2181
2182 return CMD_SUCCESS;
2183}
2184
Harald Welte410575a2010-03-14 23:30:30 +08002185DEFUN(cfg_bts_gprs_nsvc_lport, cfg_bts_gprs_nsvc_lport_cmd,
2186 "gprs nsvc <0-1> local udp port <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002187 GPRS_TEXT NSVC_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002188 "GPRS NS Local UDP Port\n"
2189 "GPRS NS Local UDP Port\n"
2190 "GPRS NS Local UDP Port\n"
Harald Welte764c8e12012-08-17 09:57:25 +02002191 "GPRS NS Local UDP Port Number\n")
Harald Welte410575a2010-03-14 23:30:30 +08002192{
2193 struct gsm_bts *bts = vty->index;
2194 int idx = atoi(argv[0]);
2195
Harald Weltecb20b7a2010-04-18 15:51:20 +02002196 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002197 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2198 return CMD_WARNING;
2199 }
2200
Harald Welte410575a2010-03-14 23:30:30 +08002201 bts->gprs.nsvc[idx].local_port = atoi(argv[1]);
2202
2203 return CMD_SUCCESS;
2204}
2205
2206DEFUN(cfg_bts_gprs_nsvc_rport, cfg_bts_gprs_nsvc_rport_cmd,
2207 "gprs nsvc <0-1> remote udp port <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002208 GPRS_TEXT NSVC_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002209 "GPRS NS Remote UDP Port\n"
2210 "GPRS NS Remote UDP Port\n"
Harald Welte764c8e12012-08-17 09:57:25 +02002211 "GPRS NS Remote UDP Port\n"
2212 "GPRS NS Remote UDP Port Number\n")
Harald Welte410575a2010-03-14 23:30:30 +08002213{
2214 struct gsm_bts *bts = vty->index;
2215 int idx = atoi(argv[0]);
2216
Harald Weltecb20b7a2010-04-18 15:51:20 +02002217 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002218 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2219 return CMD_WARNING;
2220 }
2221
Harald Welte410575a2010-03-14 23:30:30 +08002222 bts->gprs.nsvc[idx].remote_port = atoi(argv[1]);
2223
2224 return CMD_SUCCESS;
2225}
2226
2227DEFUN(cfg_bts_gprs_nsvc_rip, cfg_bts_gprs_nsvc_rip_cmd,
2228 "gprs nsvc <0-1> remote ip A.B.C.D",
Harald Welte9e002452010-05-11 21:53:49 +02002229 GPRS_TEXT NSVC_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002230 "GPRS NS Remote IP Address\n"
2231 "GPRS NS Remote IP Address\n"
2232 "GPRS NS Remote IP Address\n")
Harald Welte410575a2010-03-14 23:30:30 +08002233{
2234 struct gsm_bts *bts = vty->index;
2235 int idx = atoi(argv[0]);
2236 struct in_addr ia;
2237
Harald Weltecb20b7a2010-04-18 15:51:20 +02002238 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002239 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2240 return CMD_WARNING;
2241 }
2242
Harald Welte410575a2010-03-14 23:30:30 +08002243 inet_aton(argv[1], &ia);
2244 bts->gprs.nsvc[idx].remote_ip = ntohl(ia.s_addr);
2245
2246 return CMD_SUCCESS;
2247}
2248
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08002249DEFUN(cfg_bts_pag_free, cfg_bts_pag_free_cmd,
Harald Welte557f3992012-08-16 23:23:50 +02002250 "paging free <-1-1024>",
2251 "Paging options\n"
2252 "Only page when having a certain amount of free slots\n"
2253 "amount of required free paging slots. -1 to disable\n")
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08002254{
2255 struct gsm_bts *bts = vty->index;
2256
2257 bts->paging.free_chans_need = atoi(argv[0]);
2258 return CMD_SUCCESS;
2259}
2260
Harald Weltea9251762010-05-11 23:50:21 +02002261DEFUN(cfg_bts_gprs_ns_timer, cfg_bts_gprs_ns_timer_cmd,
2262 "gprs ns timer " NS_TIMERS " <0-255>",
2263 GPRS_TEXT "Network Service\n"
2264 "Network Service Timer\n"
2265 NS_TIMERS_HELP "Timer Value\n")
2266{
2267 struct gsm_bts *bts = vty->index;
2268 int idx = get_string_value(gprs_ns_timer_strs, argv[0]);
2269 int val = atoi(argv[1]);
2270
2271 if (bts->gprs.mode == BTS_GPRS_NONE) {
2272 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2273 return CMD_WARNING;
2274 }
2275
2276 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.nse.timer))
2277 return CMD_WARNING;
2278
2279 bts->gprs.nse.timer[idx] = val;
2280
2281 return CMD_SUCCESS;
2282}
2283
2284#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 +02002285#define BSSGP_TIMERS_HELP \
2286 "Tbvc-block timeout\n" \
2287 "Tbvc-block retries\n" \
2288 "Tbvc-unblock retries\n" \
2289 "Tbvcc-reset timeout\n" \
2290 "Tbvc-reset retries\n" \
2291 "Tbvc-suspend timeout\n" \
2292 "Tbvc-suspend retries\n" \
2293 "Tbvc-resume timeout\n" \
2294 "Tbvc-resume retries\n" \
2295 "Tbvc-capa-update timeout\n" \
2296 "Tbvc-capa-update retries\n"
Harald Weltea9251762010-05-11 23:50:21 +02002297
2298DEFUN(cfg_bts_gprs_cell_timer, cfg_bts_gprs_cell_timer_cmd,
2299 "gprs cell timer " BSSGP_TIMERS " <0-255>",
2300 GPRS_TEXT "Cell / BSSGP\n"
2301 "Cell/BSSGP Timer\n"
2302 BSSGP_TIMERS_HELP "Timer Value\n")
2303{
2304 struct gsm_bts *bts = vty->index;
2305 int idx = get_string_value(gprs_bssgp_cfg_strs, argv[0]);
2306 int val = atoi(argv[1]);
2307
2308 if (bts->gprs.mode == BTS_GPRS_NONE) {
2309 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2310 return CMD_WARNING;
2311 }
2312
2313 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.cell.timer))
2314 return CMD_WARNING;
2315
2316 bts->gprs.cell.timer[idx] = val;
2317
2318 return CMD_SUCCESS;
2319}
2320
Harald Welte3055e332010-03-14 15:37:43 +08002321DEFUN(cfg_bts_gprs_rac, cfg_bts_gprs_rac_cmd,
2322 "gprs routing area <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02002323 GPRS_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002324 "GPRS Routing Area Code\n"
2325 "GPRS Routing Area Code\n"
2326 "GPRS Routing Area Code\n")
Harald Welte3055e332010-03-14 15:37:43 +08002327{
2328 struct gsm_bts *bts = vty->index;
2329
Harald Weltecb20b7a2010-04-18 15:51:20 +02002330 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002331 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2332 return CMD_WARNING;
2333 }
2334
Harald Welte3055e332010-03-14 15:37:43 +08002335 bts->gprs.rac = atoi(argv[0]);
2336
2337 return CMD_SUCCESS;
2338}
2339
Andreas Eversberga4fa21c2013-03-16 16:31:26 +01002340DEFUN(cfg_bts_gprs_net_ctrl_ord, cfg_bts_gprs_net_ctrl_ord_cmd,
2341 "gprs network-control-order (nc0|nc1|nc2)",
2342 GPRS_TEXT
2343 "GPRS Network Control Order\n"
2344 "MS controlled cell re-selection, no measurement reporting\n"
2345 "MS controlled cell re-selection, MS sends measurement reports\n"
2346 "Network controlled cell re-selection, MS sends measurement reports\n")
2347{
2348 struct gsm_bts *bts = vty->index;
2349
2350 if (bts->gprs.mode == BTS_GPRS_NONE) {
2351 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2352 return CMD_WARNING;
2353 }
2354
2355 bts->gprs.net_ctrl_ord = atoi(argv[0] + 2);
2356
2357 return CMD_SUCCESS;
2358}
2359
Harald Weltecb20b7a2010-04-18 15:51:20 +02002360DEFUN(cfg_bts_gprs_mode, cfg_bts_gprs_mode_cmd,
2361 "gprs mode (none|gprs|egprs)",
Harald Welte9e002452010-05-11 21:53:49 +02002362 GPRS_TEXT
2363 "GPRS Mode for this BTS\n"
2364 "GPRS Disabled on this BTS\n"
2365 "GPRS Enabled on this BTS\n"
2366 "EGPRS (EDGE) Enabled on this BTS\n")
Harald Welte410575a2010-03-14 23:30:30 +08002367{
2368 struct gsm_bts *bts = vty->index;
Harald Welte20e275a2010-06-14 22:44:42 +02002369 enum bts_gprs_mode mode = bts_gprs_mode_parse(argv[0]);
Harald Welte410575a2010-03-14 23:30:30 +08002370
Harald Welte20e275a2010-06-14 22:44:42 +02002371 if (mode != BTS_GPRS_NONE &&
2372 !gsm_bts_has_feature(bts, BTS_FEAT_GPRS)) {
2373 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2374 VTY_NEWLINE);
2375 return CMD_WARNING;
2376 }
2377 if (mode == BTS_GPRS_EGPRS &&
2378 !gsm_bts_has_feature(bts, BTS_FEAT_EGPRS)) {
2379 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2380 VTY_NEWLINE);
2381 return CMD_WARNING;
2382 }
2383
2384 bts->gprs.mode = mode;
Harald Welte410575a2010-03-14 23:30:30 +08002385
2386 return CMD_SUCCESS;
2387}
2388
Harald Welted8acf142010-07-30 11:50:09 +02002389#define SI_TEXT "System Information Messages\n"
2390#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)"
2391#define SI_TYPE_HELP "System Information Type 1\n" \
2392 "System Information Type 2\n" \
2393 "System Information Type 3\n" \
2394 "System Information Type 4\n" \
2395 "System Information Type 5\n" \
2396 "System Information Type 6\n" \
2397 "System Information Type 7\n" \
2398 "System Information Type 8\n" \
2399 "System Information Type 9\n" \
2400 "System Information Type 10\n" \
2401 "System Information Type 13\n" \
2402 "System Information Type 16\n" \
2403 "System Information Type 17\n" \
2404 "System Information Type 18\n" \
2405 "System Information Type 19\n" \
2406 "System Information Type 20\n" \
2407 "System Information Type 2bis\n" \
2408 "System Information Type 2ter\n" \
2409 "System Information Type 2quater\n" \
2410 "System Information Type 5bis\n" \
2411 "System Information Type 5ter\n"
2412
2413DEFUN(cfg_bts_si_mode, cfg_bts_si_mode_cmd,
2414 "system-information " SI_TYPE_TEXT " mode (static|computed)",
2415 SI_TEXT SI_TYPE_HELP
2416 "System Information Mode\n"
2417 "Static user-specified\n"
2418 "Dynamic, BSC-computed\n")
2419{
2420 struct gsm_bts *bts = vty->index;
2421 int type;
2422
2423 type = get_string_value(osmo_sitype_strs, argv[0]);
2424 if (type < 0) {
2425 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2426 return CMD_WARNING;
2427 }
2428
2429 if (!strcmp(argv[1], "static"))
2430 bts->si_mode_static |= (1 << type);
2431 else
2432 bts->si_mode_static &= ~(1 << type);
2433
2434 return CMD_SUCCESS;
2435}
2436
2437DEFUN(cfg_bts_si_static, cfg_bts_si_static_cmd,
2438 "system-information " SI_TYPE_TEXT " static HEXSTRING",
2439 SI_TEXT SI_TYPE_HELP
2440 "Static System Information filling\n"
2441 "Static user-specified SI content in HEX notation\n")
2442{
2443 struct gsm_bts *bts = vty->index;
2444 int rc, type;
2445
2446 type = get_string_value(osmo_sitype_strs, argv[0]);
2447 if (type < 0) {
2448 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2449 return CMD_WARNING;
2450 }
2451
2452 if (!(bts->si_mode_static & (1 << type))) {
2453 vty_out(vty, "SI Type %s is not configured in static mode%s",
2454 get_value_string(osmo_sitype_strs, type), VTY_NEWLINE);
2455 return CMD_WARNING;
2456 }
2457
Harald Welte9f09ac32010-07-30 11:53:18 +02002458 /* Fill buffer with padding pattern */
2459 memset(bts->si_buf[type], 0x2b, sizeof(bts->si_buf[type]));
2460
2461 /* Parse the user-specified SI in hex format, [partially] overwriting padding */
Pablo Neira Ayusob1d5a692011-05-07 12:12:48 +02002462 rc = osmo_hexparse(argv[1], bts->si_buf[type], sizeof(bts->si_buf[0]));
Harald Welted8acf142010-07-30 11:50:09 +02002463 if (rc < 0 || rc > sizeof(bts->si_buf[0])) {
2464 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
2465 return CMD_WARNING;
2466 }
2467
2468 /* Mark this SI as present */
2469 bts->si_valid |= (1 << type);
2470
2471 return CMD_SUCCESS;
2472}
2473
Harald Welteca46eff2011-01-11 23:44:56 +01002474DEFUN(cfg_bts_neigh_mode, cfg_bts_neigh_mode_cmd,
Harald Weltef989b782011-02-15 11:43:27 +01002475 "neighbor-list mode (automatic|manual|manual-si5)",
Harald Welteca46eff2011-01-11 23:44:56 +01002476 "Neighbor List\n" "Mode of Neighbor List generation\n"
Harald Weltef989b782011-02-15 11:43:27 +01002477 "Automatically from all BTS in this OpenBSC\n" "Manual\n"
2478 "Manual with different lists for SI2 and SI5\n")
Harald Welteca46eff2011-01-11 23:44:56 +01002479{
2480 struct gsm_bts *bts = vty->index;
Harald Weltef989b782011-02-15 11:43:27 +01002481 int mode = get_string_value(bts_neigh_mode_strs, argv[0]);
Harald Welteca46eff2011-01-11 23:44:56 +01002482
Harald Weltef989b782011-02-15 11:43:27 +01002483 switch (mode) {
2484 case NL_MODE_MANUAL_SI5SEP:
2485 case NL_MODE_MANUAL:
Harald Welteca46eff2011-01-11 23:44:56 +01002486 /* make sure we clear the current list when switching to
2487 * manual mode */
2488 if (bts->neigh_list_manual_mode == 0)
2489 memset(&bts->si_common.data.neigh_list, 0,
2490 sizeof(bts->si_common.data.neigh_list));
Harald Weltef989b782011-02-15 11:43:27 +01002491 break;
2492 default:
2493 break;
2494 }
2495
2496 bts->neigh_list_manual_mode = mode;
Harald Welteca46eff2011-01-11 23:44:56 +01002497
2498 return CMD_SUCCESS;
2499}
2500
2501DEFUN(cfg_bts_neigh, cfg_bts_neigh_cmd,
Harald Welte09e4fad2012-01-29 13:24:12 +01002502 "neighbor-list (add|del) arfcn <0-1023>",
Harald Welteca46eff2011-01-11 23:44:56 +01002503 "Neighbor List\n" "Add to manual neighbor list\n"
2504 "Delete from manual neighbor list\n" "ARFCN of neighbor\n"
2505 "ARFCN of neighbor\n")
2506{
2507 struct gsm_bts *bts = vty->index;
2508 struct bitvec *bv = &bts->si_common.neigh_list;
2509 uint16_t arfcn = atoi(argv[1]);
2510
2511 if (!bts->neigh_list_manual_mode) {
2512 vty_out(vty, "%% Cannot configure neighbor list in "
2513 "automatic mode%s", VTY_NEWLINE);
2514 return CMD_WARNING;
2515 }
2516
2517 if (!strcmp(argv[0], "add"))
2518 bitvec_set_bit_pos(bv, arfcn, 1);
2519 else
2520 bitvec_set_bit_pos(bv, arfcn, 0);
2521
2522 return CMD_SUCCESS;
2523}
2524
Harald Weltef989b782011-02-15 11:43:27 +01002525DEFUN(cfg_bts_si5_neigh, cfg_bts_si5_neigh_cmd,
Harald Welte09e4fad2012-01-29 13:24:12 +01002526 "si5 neighbor-list (add|del) arfcn <0-1023>",
Harald Welte557f3992012-08-16 23:23:50 +02002527 "SI5 Neighbor List\n"
Harald Weltef989b782011-02-15 11:43:27 +01002528 "SI5 Neighbor List\n" "Add to manual SI5 neighbor list\n"
2529 "Delete from SI5 manual neighbor list\n" "ARFCN of neighbor\n"
2530 "ARFCN of neighbor\n")
2531{
2532 struct gsm_bts *bts = vty->index;
2533 struct bitvec *bv = &bts->si_common.si5_neigh_list;
2534 uint16_t arfcn = atoi(argv[1]);
2535
2536 if (!bts->neigh_list_manual_mode) {
2537 vty_out(vty, "%% Cannot configure neighbor list in "
2538 "automatic mode%s", VTY_NEWLINE);
2539 return CMD_WARNING;
2540 }
2541
2542 if (!strcmp(argv[0], "add"))
2543 bitvec_set_bit_pos(bv, arfcn, 1);
2544 else
2545 bitvec_set_bit_pos(bv, arfcn, 0);
2546
2547 return CMD_SUCCESS;
2548}
Harald Welted8acf142010-07-30 11:50:09 +02002549
Holger Hans Peter Freyther10799162012-07-20 10:27:31 +02002550#define EXCL_RFLOCK_STR "Exclude this BTS from the global RF Lock\n"
2551
2552DEFUN(cfg_bts_excl_rf_lock,
2553 cfg_bts_excl_rf_lock_cmd,
2554 "rf-lock-exclude",
2555 EXCL_RFLOCK_STR)
2556{
2557 struct gsm_bts *bts = vty->index;
2558 bts->excl_from_rf_lock = 1;
2559 return CMD_SUCCESS;
2560}
2561
2562DEFUN(cfg_bts_no_excl_rf_lock,
2563 cfg_bts_no_excl_rf_lock_cmd,
2564 "no rf-lock-exclude",
2565 NO_STR EXCL_RFLOCK_STR)
2566{
2567 struct gsm_bts *bts = vty->index;
2568 bts->excl_from_rf_lock = 0;
2569 return CMD_SUCCESS;
2570}
2571
Harald Welte9e002452010-05-11 21:53:49 +02002572#define TRX_TEXT "Radio Transceiver\n"
Harald Welte3e774612009-08-10 13:48:16 +02002573
Harald Welte59b04682009-06-10 05:40:52 +08002574/* per TRX configuration */
2575DEFUN(cfg_trx,
2576 cfg_trx_cmd,
Harald Welte2af06cb2012-08-17 12:50:14 +02002577 "trx <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02002578 TRX_TEXT
Harald Welte59b04682009-06-10 05:40:52 +08002579 "Select a TRX to configure")
2580{
2581 int trx_nr = atoi(argv[0]);
2582 struct gsm_bts *bts = vty->index;
2583 struct gsm_bts_trx *trx;
2584
Harald Weltee712a5f2009-06-21 16:17:15 +02002585 if (trx_nr > bts->num_trx) {
2586 vty_out(vty, "%% The next unused TRX number in this BTS is %u%s",
2587 bts->num_trx, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +08002588 return CMD_WARNING;
Harald Weltee712a5f2009-06-21 16:17:15 +02002589 } else if (trx_nr == bts->num_trx) {
2590 /* we need to allocate a new one */
2591 trx = gsm_bts_trx_alloc(bts);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02002592 } else
Harald Weltee712a5f2009-06-21 16:17:15 +02002593 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02002594
Harald Weltee712a5f2009-06-21 16:17:15 +02002595 if (!trx)
2596 return CMD_WARNING;
Harald Welte59b04682009-06-10 05:40:52 +08002597
2598 vty->index = trx;
Harald Welte8791dac2010-05-14 17:59:53 +02002599 vty->index_sub = &trx->description;
Harald Welte59b04682009-06-10 05:40:52 +08002600 vty->node = TRX_NODE;
2601
2602 return CMD_SUCCESS;
2603}
2604
2605DEFUN(cfg_trx_arfcn,
2606 cfg_trx_arfcn_cmd,
Harald Welte09e4fad2012-01-29 13:24:12 +01002607 "arfcn <0-1023>",
Harald Welte764c8e12012-08-17 09:57:25 +02002608 "Set the ARFCN for this TRX\n"
2609 "Absolute Radio Frequency Channel Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08002610{
2611 int arfcn = atoi(argv[0]);
2612 struct gsm_bts_trx *trx = vty->index;
2613
2614 /* FIXME: check if this ARFCN is supported by this TRX */
2615
2616 trx->arfcn = arfcn;
2617
2618 /* FIXME: patch ARFCN into SYSTEM INFORMATION */
2619 /* FIXME: use OML layer to update the ARFCN */
2620 /* FIXME: use RSL layer to update SYSTEM INFORMATION */
2621
2622 return CMD_SUCCESS;
2623}
2624
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01002625DEFUN(cfg_trx_nominal_power,
2626 cfg_trx_nominal_power_cmd,
2627 "nominal power <0-100>",
Harald Welte557f3992012-08-16 23:23:50 +02002628 "Nominal TRX RF Power in dBm\n"
2629 "Nominal TRX RF Power in dBm\n"
2630 "Nominal TRX RF Power in dBm\n")
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01002631{
2632 struct gsm_bts_trx *trx = vty->index;
2633
2634 trx->nominal_power = atoi(argv[0]);
2635
2636 return CMD_SUCCESS;
2637}
2638
Harald Welte91afe4c2009-06-20 18:15:19 +02002639DEFUN(cfg_trx_max_power_red,
2640 cfg_trx_max_power_red_cmd,
2641 "max_power_red <0-100>",
Harald Welte557f3992012-08-16 23:23:50 +02002642 "Reduction of maximum BS RF Power (relative to nominal power)\n"
Harald Welte91afe4c2009-06-20 18:15:19 +02002643 "Reduction of maximum BS RF Power in dB\n")
2644{
2645 int maxpwr_r = atoi(argv[0]);
2646 struct gsm_bts_trx *trx = vty->index;
Harald Welte01acd742009-11-18 09:20:22 +01002647 int upper_limit = 24; /* default 12.21 max power red. */
Harald Welte91afe4c2009-06-20 18:15:19 +02002648
2649 /* FIXME: check if our BTS type supports more than 12 */
2650 if (maxpwr_r < 0 || maxpwr_r > upper_limit) {
2651 vty_out(vty, "%% Power %d dB is not in the valid range%s",
2652 maxpwr_r, VTY_NEWLINE);
2653 return CMD_WARNING;
2654 }
2655 if (maxpwr_r & 1) {
2656 vty_out(vty, "%% Power %d dB is not an even value%s",
2657 maxpwr_r, VTY_NEWLINE);
2658 return CMD_WARNING;
2659 }
2660
2661 trx->max_power_red = maxpwr_r;
2662
2663 /* FIXME: make sure we update this using OML */
2664
2665 return CMD_SUCCESS;
2666}
2667
Harald Welte62868882009-08-08 16:12:58 +02002668DEFUN(cfg_trx_rsl_e1,
2669 cfg_trx_rsl_e1_cmd,
2670 "rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welte557f3992012-08-16 23:23:50 +02002671 "RSL Parameters\n"
2672 "E1/T1 interface to be used for RSL\n"
2673 "E1/T1 interface to be used for RSL\n"
2674 "E1/T1 Line Number to be used for RSL\n"
2675 "E1/T1 Timeslot to be used for RSL\n"
2676 "E1/T1 Timeslot to be used for RSL\n"
2677 "E1/T1 Sub-slot to be used for RSL\n"
2678 "E1/T1 Sub-slot 0 is to be used for RSL\n"
2679 "E1/T1 Sub-slot 1 is to be used for RSL\n"
2680 "E1/T1 Sub-slot 2 is to be used for RSL\n"
2681 "E1/T1 Sub-slot 3 is to be used for RSL\n"
2682 "E1/T1 full timeslot is to be used for RSL\n")
Harald Welte62868882009-08-08 16:12:58 +02002683{
2684 struct gsm_bts_trx *trx = vty->index;
2685
2686 parse_e1_link(&trx->rsl_e1_link, argv[0], argv[1], argv[2]);
2687
2688 return CMD_SUCCESS;
2689}
2690
2691DEFUN(cfg_trx_rsl_e1_tei,
2692 cfg_trx_rsl_e1_tei_cmd,
2693 "rsl e1 tei <0-63>",
Harald Welte557f3992012-08-16 23:23:50 +02002694 "RSL Parameters\n"
2695 "Set the TEI to be used for RSL\n"
2696 "Set the TEI to be used for RSL\n"
2697 "TEI to be used for RSL\n")
Harald Welte62868882009-08-08 16:12:58 +02002698{
2699 struct gsm_bts_trx *trx = vty->index;
2700
2701 trx->rsl_tei = atoi(argv[0]);
2702
2703 return CMD_SUCCESS;
2704}
2705
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01002706DEFUN(cfg_trx_rf_locked,
2707 cfg_trx_rf_locked_cmd,
2708 "rf_locked (0|1)",
Harald Welte557f3992012-08-16 23:23:50 +02002709 "Set or unset the RF Locking (Turn off RF of the TRX)\n"
2710 "TRX is NOT RF locked (active)\n"
2711 "TRX is RF locked (turned off)\n")
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01002712{
2713 int locked = atoi(argv[0]);
2714 struct gsm_bts_trx *trx = vty->index;
2715
2716 gsm_trx_lock_rf(trx, locked);
2717 return CMD_SUCCESS;
2718}
Harald Welte62868882009-08-08 16:12:58 +02002719
Harald Welte59b04682009-06-10 05:40:52 +08002720/* per TS configuration */
2721DEFUN(cfg_ts,
2722 cfg_ts_cmd,
Harald Welte62868882009-08-08 16:12:58 +02002723 "timeslot <0-7>",
Harald Welte557f3992012-08-16 23:23:50 +02002724 "Select a Timeslot to configure\n"
2725 "Timeslot number\n")
Harald Welte59b04682009-06-10 05:40:52 +08002726{
2727 int ts_nr = atoi(argv[0]);
2728 struct gsm_bts_trx *trx = vty->index;
2729 struct gsm_bts_trx_ts *ts;
2730
2731 if (ts_nr >= TRX_NR_TS) {
2732 vty_out(vty, "%% A GSM TRX only has %u Timeslots per TRX%s",
2733 TRX_NR_TS, VTY_NEWLINE);
2734 return CMD_WARNING;
2735 }
2736
2737 ts = &trx->ts[ts_nr];
2738
2739 vty->index = ts;
2740 vty->node = TS_NODE;
2741
2742 return CMD_SUCCESS;
2743}
2744
Harald Welte3ffe1b32009-08-07 00:25:23 +02002745DEFUN(cfg_ts_pchan,
2746 cfg_ts_pchan_cmd,
Harald Welte2addf852012-08-17 12:42:06 +02002747 "phys_chan_config PCHAN", /* dynamically generated! */
Holger Hans Peter Freytherebe37252013-03-03 09:32:08 +01002748 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Welte2addf852012-08-17 12:42:06 +02002749{
2750 struct gsm_bts_trx_ts *ts = vty->index;
2751 int pchanc;
2752
2753 pchanc = gsm_pchan_parse(argv[0]);
2754 if (pchanc < 0)
2755 return CMD_WARNING;
2756
2757 ts->pchan = pchanc;
2758
2759 return CMD_SUCCESS;
2760}
2761
2762/* used for backwards compatibility with old config files that still
2763 * have uppercase pchan type names */
2764DEFUN_HIDDEN(cfg_ts_pchan_compat,
2765 cfg_ts_pchan_compat_cmd,
Harald Welte3ffe1b32009-08-07 00:25:23 +02002766 "phys_chan_config PCHAN",
Holger Hans Peter Freytherebe37252013-03-03 09:32:08 +01002767 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Welte3ffe1b32009-08-07 00:25:23 +02002768{
2769 struct gsm_bts_trx_ts *ts = vty->index;
2770 int pchanc;
2771
2772 pchanc = gsm_pchan_parse(argv[0]);
2773 if (pchanc < 0)
2774 return CMD_WARNING;
2775
2776 ts->pchan = pchanc;
2777
2778 return CMD_SUCCESS;
2779}
2780
Harald Welte2addf852012-08-17 12:42:06 +02002781
2782
Harald Welte85771a42011-05-30 12:09:13 +02002783DEFUN(cfg_ts_tsc,
2784 cfg_ts_tsc_cmd,
2785 "training_sequence_code <0-7>",
Harald Welte557f3992012-08-16 23:23:50 +02002786 "Training Sequence Code of the Timeslot\n" "TSC\n")
Harald Welte85771a42011-05-30 12:09:13 +02002787{
2788 struct gsm_bts_trx_ts *ts = vty->index;
2789
2790 ts->tsc = atoi(argv[0]);
2791
2792 return CMD_SUCCESS;
2793}
2794
Harald Weltea42a93f2010-06-14 22:26:10 +02002795#define HOPPING_STR "Configure frequency hopping\n"
2796
2797DEFUN(cfg_ts_hopping,
2798 cfg_ts_hopping_cmd,
2799 "hopping enabled (0|1)",
2800 HOPPING_STR "Enable or disable frequency hopping\n"
2801 "Disable frequency hopping\n" "Enable frequency hopping\n")
2802{
2803 struct gsm_bts_trx_ts *ts = vty->index;
Harald Welte059c1ef2010-06-14 22:47:37 +02002804 int enabled = atoi(argv[0]);
Harald Weltea42a93f2010-06-14 22:26:10 +02002805
Harald Welte059c1ef2010-06-14 22:47:37 +02002806 if (enabled && !gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_HOPPING)) {
2807 vty_out(vty, "BTS model does not support hopping%s",
2808 VTY_NEWLINE);
2809 return CMD_WARNING;
2810 }
2811
2812 ts->hopping.enabled = enabled;
Harald Weltea42a93f2010-06-14 22:26:10 +02002813
2814 return CMD_SUCCESS;
2815}
2816
Harald Welte67104d12009-09-12 13:05:33 +02002817DEFUN(cfg_ts_hsn,
2818 cfg_ts_hsn_cmd,
Harald Weltea42a93f2010-06-14 22:26:10 +02002819 "hopping sequence-number <0-63>",
2820 HOPPING_STR
Harald Welte557f3992012-08-16 23:23:50 +02002821 "Which hopping sequence to use for this channel\n"
2822 "Hopping Sequence Number (HSN)\n")
Harald Welte67104d12009-09-12 13:05:33 +02002823{
2824 struct gsm_bts_trx_ts *ts = vty->index;
2825
2826 ts->hopping.hsn = atoi(argv[0]);
2827
2828 return CMD_SUCCESS;
2829}
2830
2831DEFUN(cfg_ts_maio,
2832 cfg_ts_maio_cmd,
2833 "hopping maio <0-63>",
Harald Weltea42a93f2010-06-14 22:26:10 +02002834 HOPPING_STR
Harald Welte557f3992012-08-16 23:23:50 +02002835 "Which hopping MAIO to use for this channel\n"
2836 "Mobile Allocation Index Offset (MAIO)\n")
Harald Welte67104d12009-09-12 13:05:33 +02002837{
2838 struct gsm_bts_trx_ts *ts = vty->index;
2839
2840 ts->hopping.maio = atoi(argv[0]);
2841
2842 return CMD_SUCCESS;
2843}
2844
2845DEFUN(cfg_ts_arfcn_add,
2846 cfg_ts_arfcn_add_cmd,
2847 "hopping arfcn add <0-1023>",
Harald Weltea42a93f2010-06-14 22:26:10 +02002848 HOPPING_STR "Configure hopping ARFCN list\n"
2849 "Add an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte67104d12009-09-12 13:05:33 +02002850{
2851 struct gsm_bts_trx_ts *ts = vty->index;
2852 int arfcn = atoi(argv[0]);
2853
Harald Weltea42a93f2010-06-14 22:26:10 +02002854 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 1);
2855
Harald Welte67104d12009-09-12 13:05:33 +02002856 return CMD_SUCCESS;
2857}
2858
2859DEFUN(cfg_ts_arfcn_del,
2860 cfg_ts_arfcn_del_cmd,
2861 "hopping arfcn del <0-1023>",
Harald Weltea42a93f2010-06-14 22:26:10 +02002862 HOPPING_STR "Configure hopping ARFCN list\n"
2863 "Delete an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte67104d12009-09-12 13:05:33 +02002864{
2865 struct gsm_bts_trx_ts *ts = vty->index;
2866 int arfcn = atoi(argv[0]);
2867
Harald Weltea42a93f2010-06-14 22:26:10 +02002868 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 0);
2869
Harald Welte67104d12009-09-12 13:05:33 +02002870 return CMD_SUCCESS;
2871}
2872
Harald Welte3ffe1b32009-08-07 00:25:23 +02002873DEFUN(cfg_ts_e1_subslot,
2874 cfg_ts_e1_subslot_cmd,
Harald Welte62868882009-08-08 16:12:58 +02002875 "e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welte557f3992012-08-16 23:23:50 +02002876 "E1/T1 channel connected to this on-air timeslot\n"
2877 "E1/T1 channel connected to this on-air timeslot\n"
2878 "E1/T1 line connected to this on-air timeslot\n"
Harald Weltefa2015f2012-08-17 09:52:03 +02002879 "E1/T1 timeslot connected to this on-air timeslot\n"
2880 "E1/T1 timeslot connected to this on-air timeslot\n"
Harald Welte557f3992012-08-16 23:23:50 +02002881 "E1/T1 sub-slot connected to this on-air timeslot\n"
2882 "E1/T1 sub-slot 0 connected to this on-air timeslot\n"
2883 "E1/T1 sub-slot 1 connected to this on-air timeslot\n"
2884 "E1/T1 sub-slot 2 connected to this on-air timeslot\n"
2885 "E1/T1 sub-slot 3 connected to this on-air timeslot\n"
2886 "Full E1/T1 timeslot connected to this on-air timeslot\n")
Harald Welte3ffe1b32009-08-07 00:25:23 +02002887{
2888 struct gsm_bts_trx_ts *ts = vty->index;
2889
Harald Welte62868882009-08-08 16:12:58 +02002890 parse_e1_link(&ts->e1_link, argv[0], argv[1], argv[2]);
Harald Welte3ffe1b32009-08-07 00:25:23 +02002891
2892 return CMD_SUCCESS;
2893}
Harald Welte59b04682009-06-10 05:40:52 +08002894
Harald Weltea5b1dae2010-05-16 21:47:13 +02002895void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *net)
2896{
2897 vty_out(vty, "Channel Requests : %lu total, %lu no channel%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002898 osmo_counter_get(net->stats.chreq.total),
2899 osmo_counter_get(net->stats.chreq.no_channel), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002900 vty_out(vty, "Channel Failures : %lu rf_failures, %lu rll failures%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002901 osmo_counter_get(net->stats.chan.rf_fail),
2902 osmo_counter_get(net->stats.chan.rll_err), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002903 vty_out(vty, "Paging : %lu attempted, %lu complete, %lu expired%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002904 osmo_counter_get(net->stats.paging.attempted),
2905 osmo_counter_get(net->stats.paging.completed),
2906 osmo_counter_get(net->stats.paging.expired), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002907 vty_out(vty, "BTS failures : %lu OML, %lu RSL%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002908 osmo_counter_get(net->stats.bts.oml_fail),
2909 osmo_counter_get(net->stats.bts.rsl_fail), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002910}
2911
Harald Welte682ee5f2010-05-16 22:02:16 +02002912DEFUN(logging_fltr_imsi,
2913 logging_fltr_imsi_cmd,
2914 "logging filter imsi IMSI",
2915 LOGGING_STR FILTER_STR
2916 "Filter log messages by IMSI\n" "IMSI to be used as filter\n")
2917{
Harald Welte58bef962011-02-18 21:10:05 +01002918 struct log_target *tgt = osmo_log_vty2tgt(vty);
Harald Welte682ee5f2010-05-16 22:02:16 +02002919
Harald Welte58bef962011-02-18 21:10:05 +01002920 if (!tgt)
Harald Welte682ee5f2010-05-16 22:02:16 +02002921 return CMD_WARNING;
Harald Welte682ee5f2010-05-16 22:02:16 +02002922
Harald Welte58bef962011-02-18 21:10:05 +01002923 log_set_imsi_filter(tgt, argv[0]);
Harald Welte682ee5f2010-05-16 22:02:16 +02002924 return CMD_SUCCESS;
2925}
2926
Harald Welte58bef962011-02-18 21:10:05 +01002927
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002928DEFUN(drop_bts,
2929 drop_bts_cmd,
Holger Hans Peter Freythere4ac0e42010-04-11 12:46:45 +02002930 "drop bts connection <0-65535> (oml|rsl)",
Harald Welte557f3992012-08-16 23:23:50 +02002931 "Debug/Simulation command to drop Abis/IP BTS\n"
2932 "Debug/Simulation command to drop Abis/IP BTS\n"
2933 "Debug/Simulation command to drop Abis/IP BTS\n"
2934 "BTS NR\n" "Drop OML Connection\n" "Drop RSL Connection\n")
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002935{
2936 struct gsm_network *gsmnet;
2937 struct gsm_bts_trx *trx;
2938 struct gsm_bts *bts;
2939 unsigned int bts_nr;
2940
2941 gsmnet = gsmnet_from_vty(vty);
2942
2943 bts_nr = atoi(argv[0]);
2944 if (bts_nr >= gsmnet->num_bts) {
2945 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
2946 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
2947 return CMD_WARNING;
2948 }
2949
2950 bts = gsm_bts_num(gsmnet, bts_nr);
2951 if (!bts) {
2952 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
2953 return CMD_WARNING;
2954 }
2955
2956 if (!is_ipaccess_bts(bts)) {
2957 vty_out(vty, "This command only works for ipaccess.%s", VTY_NEWLINE);
2958 return CMD_WARNING;
2959 }
2960
2961
2962 /* close all connections */
2963 if (strcmp(argv[1], "oml") == 0) {
Holger Hans Peter Freyther03f17d02010-11-15 20:29:46 +01002964 ipaccess_drop_oml(bts);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002965 } else if (strcmp(argv[1], "rsl") == 0) {
2966 /* close all rsl connections */
2967 llist_for_each_entry(trx, &bts->trx_list, list) {
Holger Hans Peter Freyther03f17d02010-11-15 20:29:46 +01002968 ipaccess_drop_rsl(trx);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002969 }
2970 } else {
2971 vty_out(vty, "Argument must be 'oml# or 'rsl'.%s", VTY_NEWLINE);
2972 return CMD_WARNING;
2973 }
2974
2975 return CMD_SUCCESS;
2976}
2977
Harald Welte5213e992010-12-23 13:18:07 +01002978DEFUN(pdch_act, pdch_act_cmd,
2979 "bts <0-255> trx <0-255> timeslot <0-7> pdch (activate|deactivate)",
2980 "BTS related commands\n" "BTS Number\n" "Transceiver\n" "Transceiver Number\n"
2981 "TRX Timeslot\n" "Timeslot Number\n" "Packet Data Channel\n"
2982 "Activate Dynamic PDCH/TCH (-> PDCH mode)\n"
2983 "Deactivate Dynamic PDCH/TCH (-> TCH mode)\n")
2984{
2985 struct gsm_bts *bts;
2986 struct gsm_bts_trx *trx;
2987 struct gsm_bts_trx_ts *ts;
2988 int bts_nr = atoi(argv[0]);
2989 int trx_nr = atoi(argv[1]);
2990 int ts_nr = atoi(argv[2]);
2991 int activate;
2992
2993 bts = gsm_bts_num(bsc_gsmnet, bts_nr);
2994 if (!bts) {
2995 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
2996 return CMD_WARNING;
2997 }
2998
2999 if (!is_ipaccess_bts(bts)) {
3000 vty_out(vty, "%% This command only works for ipaccess BTS%s",
3001 VTY_NEWLINE);
3002 return CMD_WARNING;
3003 }
3004
3005 trx = gsm_bts_trx_num(bts, trx_nr);
3006 if (!trx) {
3007 vty_out(vty, "%% No such TRX (%d)%s", trx_nr, VTY_NEWLINE);
3008 return CMD_WARNING;
3009 }
3010
3011 ts = &trx->ts[ts_nr];
3012 if (ts->pchan != GSM_PCHAN_TCH_F_PDCH) {
3013 vty_out(vty, "%% Timeslot %u is not in dynamic TCH_F/PDCH "
3014 "mode%s", ts_nr, VTY_NEWLINE);
3015 return CMD_WARNING;
3016 }
3017
3018 if (!strcmp(argv[3], "activate"))
3019 activate = 1;
3020 else
3021 activate = 0;
3022
3023 rsl_ipacc_pdch_activate(ts, activate);
3024
3025 return CMD_SUCCESS;
3026
3027}
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02003028
Harald Welte40152872010-05-16 20:52:23 +02003029extern int bsc_vty_init_extra(void);
Harald Welte10c29f62010-05-16 19:20:24 +02003030extern const char *openbsc_copyright;
Holger Hans Peter Freytherc48a2a12010-04-10 00:08:28 +02003031
Pablo Neira Ayuso36ad9a42011-03-09 13:36:32 +01003032int bsc_vty_init(const struct log_info *cat)
Harald Welte59b04682009-06-10 05:40:52 +08003033{
Harald Welte2addf852012-08-17 12:42:06 +02003034 cfg_ts_pchan_cmd.string =
3035 vty_cmd_string_from_valstr(tall_bsc_ctx,
3036 gsm_pchant_names,
3037 "phys_chan_config (", "|", ")",
3038 VTY_DO_LOWER);
3039 cfg_ts_pchan_cmd.doc =
3040 vty_cmd_string_from_valstr(tall_bsc_ctx,
3041 gsm_pchant_descs,
3042 "Physical Channel Combination\n",
3043 "\n", "", 0);
3044
Harald Welte85a77b12012-08-17 13:02:12 +02003045 cfg_bts_type_cmd.string =
3046 vty_cmd_string_from_valstr(tall_bsc_ctx,
3047 bts_type_names,
3048 "type (", "|", ")",
3049 VTY_DO_LOWER);
3050 cfg_bts_type_cmd.doc =
3051 vty_cmd_string_from_valstr(tall_bsc_ctx,
3052 bts_type_descs,
3053 "BTS Vendor/Type\n",
3054 "\n", "", 0);
3055
3056
Harald Welte7bc28f62010-05-12 16:10:35 +00003057 install_element_ve(&show_net_cmd);
3058 install_element_ve(&show_bts_cmd);
3059 install_element_ve(&show_trx_cmd);
3060 install_element_ve(&show_ts_cmd);
3061 install_element_ve(&show_lchan_cmd);
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08003062 install_element_ve(&show_lchan_summary_cmd);
Harald Welte682ee5f2010-05-16 22:02:16 +02003063 install_element_ve(&logging_fltr_imsi_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003064
Harald Welte7bc28f62010-05-12 16:10:35 +00003065 install_element_ve(&show_paging_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003066
Pablo Neira Ayuso36ad9a42011-03-09 13:36:32 +01003067 logging_vty_add_cmds(cat);
Harald Welte58bef962011-02-18 21:10:05 +01003068 install_element(CFG_LOG_NODE, &logging_fltr_imsi_cmd);
Holger Hans Peter Freytherc8d862e2009-12-22 22:32:51 +01003069
Harald Weltee87eb462009-08-07 13:29:14 +02003070 install_element(CONFIG_NODE, &cfg_net_cmd);
3071 install_node(&net_node, config_write_net);
Jacob Erlbeckbf8eec72013-09-02 13:17:16 +02003072 bsc_install_default(GSMNET_NODE);
Harald Welte62868882009-08-08 16:12:58 +02003073 install_element(GSMNET_NODE, &cfg_net_ncc_cmd);
Harald Weltee87eb462009-08-07 13:29:14 +02003074 install_element(GSMNET_NODE, &cfg_net_mnc_cmd);
3075 install_element(GSMNET_NODE, &cfg_net_name_short_cmd);
3076 install_element(GSMNET_NODE, &cfg_net_name_long_cmd);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02003077 install_element(GSMNET_NODE, &cfg_net_auth_policy_cmd);
Harald Welte59936d72009-11-18 20:33:19 +01003078 install_element(GSMNET_NODE, &cfg_net_reject_cause_cmd);
Harald Weltecca253a2009-08-30 15:47:06 +09003079 install_element(GSMNET_NODE, &cfg_net_encryption_cmd);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01003080 install_element(GSMNET_NODE, &cfg_net_neci_cmd);
Harald Welte52af1952009-12-13 10:53:12 +01003081 install_element(GSMNET_NODE, &cfg_net_rrlp_mode_cmd);
Harald Welte284ddba2009-12-14 17:49:15 +01003082 install_element(GSMNET_NODE, &cfg_net_mm_info_cmd);
Harald Welte0af9c9f2009-12-19 21:41:52 +01003083 install_element(GSMNET_NODE, &cfg_net_handover_cmd);
Harald Weltea8062f12009-12-21 16:51:50 +01003084 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_cmd);
3085 install_element(GSMNET_NODE, &cfg_net_ho_win_rxqual_avg_cmd);
3086 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_neigh_cmd);
3087 install_element(GSMNET_NODE, &cfg_net_ho_pwr_interval_cmd);
3088 install_element(GSMNET_NODE, &cfg_net_ho_pwr_hysteresis_cmd);
3089 install_element(GSMNET_NODE, &cfg_net_ho_max_distance_cmd);
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01003090 install_element(GSMNET_NODE, &cfg_net_T3101_cmd);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +01003091 install_element(GSMNET_NODE, &cfg_net_T3103_cmd);
3092 install_element(GSMNET_NODE, &cfg_net_T3105_cmd);
3093 install_element(GSMNET_NODE, &cfg_net_T3107_cmd);
3094 install_element(GSMNET_NODE, &cfg_net_T3109_cmd);
3095 install_element(GSMNET_NODE, &cfg_net_T3111_cmd);
3096 install_element(GSMNET_NODE, &cfg_net_T3113_cmd);
3097 install_element(GSMNET_NODE, &cfg_net_T3115_cmd);
3098 install_element(GSMNET_NODE, &cfg_net_T3117_cmd);
3099 install_element(GSMNET_NODE, &cfg_net_T3119_cmd);
Harald Weltee2aaf442010-12-23 22:53:50 +01003100 install_element(GSMNET_NODE, &cfg_net_T3122_cmd);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +01003101 install_element(GSMNET_NODE, &cfg_net_T3141_cmd);
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08003102 install_element(GSMNET_NODE, &cfg_net_dtx_cmd);
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +01003103 install_element(GSMNET_NODE, &cfg_net_subscr_keep_cmd);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08003104 install_element(GSMNET_NODE, &cfg_net_pag_any_tch_cmd);
Harald Weltee87eb462009-08-07 13:29:14 +02003105
3106 install_element(GSMNET_NODE, &cfg_bts_cmd);
Harald Welte97ceef92009-08-06 19:06:46 +02003107 install_node(&bts_node, config_write_bts);
Jacob Erlbeckbf8eec72013-09-02 13:17:16 +02003108 bsc_install_default(BTS_NODE);
Harald Welte59b04682009-06-10 05:40:52 +08003109 install_element(BTS_NODE, &cfg_bts_type_cmd);
Harald Welte8791dac2010-05-14 17:59:53 +02003110 install_element(BTS_NODE, &cfg_description_cmd);
3111 install_element(BTS_NODE, &cfg_no_description_cmd);
Harald Welte91afe4c2009-06-20 18:15:19 +02003112 install_element(BTS_NODE, &cfg_bts_band_cmd);
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02003113 install_element(BTS_NODE, &cfg_bts_ci_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003114 install_element(BTS_NODE, &cfg_bts_lac_cmd);
3115 install_element(BTS_NODE, &cfg_bts_tsc_cmd);
Harald Welte62868882009-08-08 16:12:58 +02003116 install_element(BTS_NODE, &cfg_bts_bsic_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003117 install_element(BTS_NODE, &cfg_bts_unit_id_cmd);
Harald Welte8b3c5952013-03-12 13:57:05 +01003118 install_element(BTS_NODE, &cfg_bts_rsl_ip_cmd);
Gus Bourgf9dc16b2011-12-02 10:18:17 +01003119 install_element(BTS_NODE, &cfg_bts_timezone_cmd);
3120 install_element(BTS_NODE, &cfg_bts_no_timezone_cmd);
Sylvain Munautcb8e8432011-10-17 14:04:55 +02003121 install_element(BTS_NODE, &cfg_bts_nokia_site_skip_reset_cmd);
Harald Welte25572872009-10-20 00:22:00 +02003122 install_element(BTS_NODE, &cfg_bts_stream_id_cmd);
Harald Welte62868882009-08-08 16:12:58 +02003123 install_element(BTS_NODE, &cfg_bts_oml_e1_cmd);
3124 install_element(BTS_NODE, &cfg_bts_oml_e1_tei_cmd);
Harald Welte3e774612009-08-10 13:48:16 +02003125 install_element(BTS_NODE, &cfg_bts_challoc_cmd);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01003126 install_element(BTS_NODE, &cfg_bts_rach_tx_integer_cmd);
3127 install_element(BTS_NODE, &cfg_bts_rach_max_trans_cmd);
Andreas Eversberg14e12f22012-10-13 07:27:47 +02003128 install_element(BTS_NODE, &cfg_bts_chan_desc_att_cmd);
3129 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_pa_mfrms_cmd);
3130 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_ag_blks_res_cmd);
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08003131 install_element(BTS_NODE, &cfg_bts_rach_nm_b_thresh_cmd);
3132 install_element(BTS_NODE, &cfg_bts_rach_nm_ldavg_cmd);
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02003133 install_element(BTS_NODE, &cfg_bts_cell_barred_cmd);
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08003134 install_element(BTS_NODE, &cfg_bts_rach_ec_allowed_cmd);
Ivan Kluchnikov80d58432013-09-16 13:13:04 +04003135 install_element(BTS_NODE, &cfg_bts_rach_ac_class_cmd);
Harald Welte (local)cbd46102009-08-13 10:14:26 +02003136 install_element(BTS_NODE, &cfg_bts_ms_max_power_cmd);
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02003137 install_element(BTS_NODE, &cfg_bts_per_loc_upd_cmd);
Holger Hans Peter Freyther2fb8ebf2013-07-27 21:07:57 +02003138 install_element(BTS_NODE, &cfg_bts_no_per_loc_upd_cmd);
Harald Welteb761bf82009-12-12 18:17:25 +01003139 install_element(BTS_NODE, &cfg_bts_cell_resel_hyst_cmd);
3140 install_element(BTS_NODE, &cfg_bts_rxlev_acc_min_cmd);
Sylvain Munaut00d71462010-11-28 18:17:28 +01003141 install_element(BTS_NODE, &cfg_bts_cell_bar_qualify_cmd);
3142 install_element(BTS_NODE, &cfg_bts_cell_resel_ofs_cmd);
3143 install_element(BTS_NODE, &cfg_bts_temp_ofs_cmd);
3144 install_element(BTS_NODE, &cfg_bts_temp_ofs_inf_cmd);
3145 install_element(BTS_NODE, &cfg_bts_penalty_time_cmd);
3146 install_element(BTS_NODE, &cfg_bts_penalty_time_rsvd_cmd);
Harald Weltecb20b7a2010-04-18 15:51:20 +02003147 install_element(BTS_NODE, &cfg_bts_gprs_mode_cmd);
Harald Weltea9251762010-05-11 23:50:21 +02003148 install_element(BTS_NODE, &cfg_bts_gprs_ns_timer_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08003149 install_element(BTS_NODE, &cfg_bts_gprs_rac_cmd);
Andreas Eversberga4fa21c2013-03-16 16:31:26 +01003150 install_element(BTS_NODE, &cfg_bts_gprs_net_ctrl_ord_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08003151 install_element(BTS_NODE, &cfg_bts_gprs_bvci_cmd);
Harald Weltea9251762010-05-11 23:50:21 +02003152 install_element(BTS_NODE, &cfg_bts_gprs_cell_timer_cmd);
Harald Welte4a048c52010-03-22 11:48:36 +08003153 install_element(BTS_NODE, &cfg_bts_gprs_nsei_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08003154 install_element(BTS_NODE, &cfg_bts_gprs_nsvci_cmd);
Harald Welte410575a2010-03-14 23:30:30 +08003155 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_lport_cmd);
3156 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rport_cmd);
3157 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rip_cmd);
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08003158 install_element(BTS_NODE, &cfg_bts_pag_free_cmd);
Harald Welted8acf142010-07-30 11:50:09 +02003159 install_element(BTS_NODE, &cfg_bts_si_mode_cmd);
3160 install_element(BTS_NODE, &cfg_bts_si_static_cmd);
Harald Welteca46eff2011-01-11 23:44:56 +01003161 install_element(BTS_NODE, &cfg_bts_neigh_mode_cmd);
3162 install_element(BTS_NODE, &cfg_bts_neigh_cmd);
Harald Weltef989b782011-02-15 11:43:27 +01003163 install_element(BTS_NODE, &cfg_bts_si5_neigh_cmd);
Holger Hans Peter Freyther10799162012-07-20 10:27:31 +02003164 install_element(BTS_NODE, &cfg_bts_excl_rf_lock_cmd);
3165 install_element(BTS_NODE, &cfg_bts_no_excl_rf_lock_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003166
3167 install_element(BTS_NODE, &cfg_trx_cmd);
3168 install_node(&trx_node, dummy_config_write);
Jacob Erlbeckbf8eec72013-09-02 13:17:16 +02003169 bsc_install_default(TRX_NODE);
Harald Welte59b04682009-06-10 05:40:52 +08003170 install_element(TRX_NODE, &cfg_trx_arfcn_cmd);
Harald Welte8791dac2010-05-14 17:59:53 +02003171 install_element(TRX_NODE, &cfg_description_cmd);
3172 install_element(TRX_NODE, &cfg_no_description_cmd);
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01003173 install_element(TRX_NODE, &cfg_trx_nominal_power_cmd);
Harald Welte7f597bc2009-06-20 22:36:12 +02003174 install_element(TRX_NODE, &cfg_trx_max_power_red_cmd);
Harald Welte62868882009-08-08 16:12:58 +02003175 install_element(TRX_NODE, &cfg_trx_rsl_e1_cmd);
3176 install_element(TRX_NODE, &cfg_trx_rsl_e1_tei_cmd);
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01003177 install_element(TRX_NODE, &cfg_trx_rf_locked_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003178
3179 install_element(TRX_NODE, &cfg_ts_cmd);
3180 install_node(&ts_node, dummy_config_write);
Jacob Erlbeckbf8eec72013-09-02 13:17:16 +02003181 bsc_install_default(TS_NODE);
Harald Welte3ffe1b32009-08-07 00:25:23 +02003182 install_element(TS_NODE, &cfg_ts_pchan_cmd);
Harald Welte2addf852012-08-17 12:42:06 +02003183 install_element(TS_NODE, &cfg_ts_pchan_compat_cmd);
Harald Welte85771a42011-05-30 12:09:13 +02003184 install_element(TS_NODE, &cfg_ts_tsc_cmd);
Harald Weltea42a93f2010-06-14 22:26:10 +02003185 install_element(TS_NODE, &cfg_ts_hopping_cmd);
Harald Welte67104d12009-09-12 13:05:33 +02003186 install_element(TS_NODE, &cfg_ts_hsn_cmd);
3187 install_element(TS_NODE, &cfg_ts_maio_cmd);
3188 install_element(TS_NODE, &cfg_ts_arfcn_add_cmd);
3189 install_element(TS_NODE, &cfg_ts_arfcn_del_cmd);
Harald Welte3ffe1b32009-08-07 00:25:23 +02003190 install_element(TS_NODE, &cfg_ts_e1_subslot_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003191
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02003192 install_element(ENABLE_NODE, &drop_bts_cmd);
Harald Welte5213e992010-12-23 13:18:07 +01003193 install_element(ENABLE_NODE, &pdch_act_cmd);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02003194
Harald Welte63b964e2010-05-31 16:40:40 +02003195 abis_nm_vty_init();
Harald Welte1d5a2062011-02-12 14:42:59 +01003196 abis_om2k_vty_init();
Harald Weltee76bea02011-02-05 13:54:41 +01003197 e1inp_vty_init();
Harald Welte63b964e2010-05-31 16:40:40 +02003198
Harald Welte40152872010-05-16 20:52:23 +02003199 bsc_vty_init_extra();
Harald Welte59b04682009-06-10 05:40:52 +08003200
3201 return 0;
3202}