blob: 3fb8516abc18c1695664a85cd52d46721fb2c2b1 [file] [log] [blame]
Harald Welte68628e82009-03-10 12:17:57 +00001/* OpenBSC interface to quagga VTY */
Harald Welteaf387632010-03-14 23:30:30 +08002/* (C) 2009-2010 by Harald Welte <laforge@gnumonks.org>
Harald Welte68628e82009-03-10 12:17:57 +00003 * All Rights Reserved
4 *
5 * This program is free software; you can redistribute it and/or modify
Harald Welte9af6ddf2011-01-01 15:25:50 +01006 * it under the terms of the GNU Affero General Public License as published by
7 * the Free Software Foundation; either version 3 of the License, or
Harald Welte68628e82009-03-10 12:17:57 +00008 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Welte9af6ddf2011-01-01 15:25:50 +010013 * GNU Affero General Public License for more details.
Harald Welte68628e82009-03-10 12:17:57 +000014 *
Harald Welte9af6ddf2011-01-01 15:25:50 +010015 * You should have received a copy of the GNU Affero General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Harald Welte68628e82009-03-10 12:17:57 +000017 *
18 */
19
20#include <stdlib.h>
21#include <unistd.h>
Harald Welte68628e82009-03-10 12:17:57 +000022
Harald Welte4b037e42010-05-19 19:45:32 +020023#include <osmocom/vty/command.h>
24#include <osmocom/vty/buffer.h>
25#include <osmocom/vty/vty.h>
26#include <osmocom/vty/logging.h>
27#include <osmocom/vty/telnet_interface.h>
Harald Welte4ab9d7c2012-08-17 12:42:06 +020028#include <osmocom/vty/misc.h>
Harald Welte68628e82009-03-10 12:17:57 +000029
30#include <arpa/inet.h>
31
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010032#include <osmocom/core/linuxlist.h>
Harald Welte68628e82009-03-10 12:17:57 +000033#include <openbsc/gsm_data.h>
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +020034#include <osmocom/abis/e1_input.h>
Harald Welte1bc77352009-03-10 19:47:51 +000035#include <openbsc/abis_nm.h>
Harald Welte4d54d0b2011-02-19 16:48:17 +010036#include <openbsc/abis_om2000.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010037#include <osmocom/core/utils.h>
38#include <osmocom/gsm/gsm_utils.h>
Harald Weltecdc59ff2011-05-23 20:42:26 +020039#include <osmocom/gsm/abis_nm.h>
Harald Welteb908cb72009-12-22 13:09:29 +010040#include <openbsc/chan_alloc.h>
Harald Welte8387a492009-12-22 21:43:14 +010041#include <openbsc/meas_rep.h>
Harald Welte40f82892009-05-23 17:31:39 +000042#include <openbsc/db.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010043#include <osmocom/core/talloc.h>
Holger Hans Peter Freyther3c712322010-04-06 11:55:37 +020044#include <openbsc/vty.h>
Harald Welteea34a4e2012-06-16 14:59:56 +080045#include <osmocom/gprs/gprs_ns.h>
Harald Welte9fbff4a2010-07-30 11:50:09 +020046#include <openbsc/system_information.h>
Harald Welte5bc61dc2010-05-16 22:02:16 +020047#include <openbsc/debug.h>
Holger Hans Peter Freyther85334f12010-11-09 17:00:42 +010048#include <openbsc/paging.h>
Harald Weltef7a2b192011-08-20 18:25:02 +020049#include <openbsc/ipaccess.h>
Harald Welted0d2b0b2010-12-23 13:18:07 +010050#include <openbsc/abis_rsl.h>
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +010051#include <openbsc/osmo_msc_data.h>
52#include <openbsc/osmo_bsc_rf.h>
Harald Welte68628e82009-03-10 12:17:57 +000053
Harald Weltec08e8be2011-03-04 13:53:51 +010054#include "../../bscconfig.h"
Harald Welte1353f962010-05-16 19:20:24 +020055
Holger Hans Peter Freyther08542562011-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 Welteea4647d2010-05-12 17:19:53 +000064/* FIXME: this should go to some common file */
65static const struct value_string gprs_ns_timer_strs[] = {
Harald Welte615e9562010-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 Welteea4647d2010-05-12 17:19:53 +000076static const struct value_string gprs_bssgp_cfg_strs[] = {
Harald Welte615e9562010-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 Welte64c07d22011-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 Willmann7d109832012-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 Welte5013b2a2009-08-07 13:29:14 +0200105struct cmd_node net_node = {
106 GSMNET_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200107 "%s(config-net)# ",
Harald Welte5013b2a2009-08-07 13:29:14 +0200108 1,
109};
110
Harald Welte68628e82009-03-10 12:17:57 +0000111struct cmd_node bts_node = {
112 BTS_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200113 "%s(config-net-bts)# ",
Harald Welte68628e82009-03-10 12:17:57 +0000114 1,
115};
116
117struct cmd_node trx_node = {
118 TRX_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200119 "%s(config-net-bts-trx)# ",
Harald Welte68628e82009-03-10 12:17:57 +0000120 1,
121};
122
123struct cmd_node ts_node = {
124 TS_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200125 "%s(config-net-bts-trx-ts)# ",
Harald Welte68628e82009-03-10 12:17:57 +0000126 1,
127};
128
Harald Welte39231152010-05-27 13:39:40 +0200129extern struct gsm_network *bsc_gsmnet;
130
Harald Weltedcccb182010-05-16 20:52:23 +0200131struct gsm_network *gsmnet_from_vty(struct vty *v)
132{
Harald Welte39231152010-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 Weltedcccb182010-05-16 20:52:23 +0200137 struct telnet_connection *conn = v->priv;
138 return (struct gsm_network *) conn->priv;
Harald Welte39231152010-05-27 13:39:40 +0200139#else
140 return bsc_gsmnet;
141#endif
Harald Weltedcccb182010-05-16 20:52:23 +0200142}
143
Harald Welte68628e82009-03-10 12:17:57 +0000144static 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 Welte1304b352013-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 Welte867d9f32011-05-23 20:30:39 +0200154 abis_nm_avail_name(nms->availability), VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000155}
156
Harald Welteb908cb72009-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 Welte68628e82009-03-10 12:17:57 +0000177static void net_dump_vty(struct vty *vty, struct gsm_network *net)
178{
Harald Welteb908cb72009-12-22 13:09:29 +0100179 struct pchan_load pl;
180
Harald Welteef235b52009-03-10 12:34:02 +0000181 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);
Harald Welte1bc77352009-03-10 19:47:51 +0000184 vty_out(vty, " Long network name: '%s'%s",
Harald Welte68628e82009-03-10 12:17:57 +0000185 net->name_long, VTY_NEWLINE);
Harald Welte1bc77352009-03-10 19:47:51 +0000186 vty_out(vty, " Short network name: '%s'%s",
Harald Welte68628e82009-03-10 12:17:57 +0000187 net->name_short, VTY_NEWLINE);
Harald Welte (local)69de3972009-08-12 14:42:23 +0200188 vty_out(vty, " Authentication policy: %s%s",
189 gsm_auth_policy_name(net->auth_policy), VTY_NEWLINE);
Harald Welte1085c092009-11-18 20:33:19 +0100190 vty_out(vty, " Location updating reject cause: %u%s",
191 net->reject_cause, VTY_NEWLINE);
Harald Welte4381cfe2009-08-30 15:47:06 +0900192 vty_out(vty, " Encryption: A5/%u%s", net->a5_encryption,
193 VTY_NEWLINE);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +0100194 vty_out(vty, " NECI (TCH/H): %u%s", net->neci,
195 VTY_NEWLINE);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +0800196 vty_out(vty, " Use TCH for Paging any: %d%s", net->pag_any_tch,
197 VTY_NEWLINE);
Harald Welteeab84a12009-12-13 10:53:12 +0100198 vty_out(vty, " RRLP Mode: %s%s", rrlp_mode_name(net->rrlp.mode),
199 VTY_NEWLINE);
Harald Welte648b6ce2009-12-14 09:00:24 +0100200 vty_out(vty, " MM Info: %s%s", net->send_mm_info ? "On" : "Off",
201 VTY_NEWLINE);
Harald Weltebc814502009-12-19 21:41:52 +0100202 vty_out(vty, " Handover: %s%s", net->handover.active ? "On" : "Off",
203 VTY_NEWLINE);
Harald Welteb908cb72009-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 Freyther37ac4202011-02-24 14:19:14 +0100207
208 /* show rf */
Holger Hans Peter Freyther8ec49522011-08-15 15:53:00 +0200209 if (net->bsc_data && net->bsc_data->rf_ctrl)
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100210 vty_out(vty, " Last RF Command: %s%s",
Holger Hans Peter Freyther8ec49522011-08-15 15:53:00 +0200211 net->bsc_data->rf_ctrl->last_state_command,
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100212 VTY_NEWLINE);
Jacob Erlbeck779a7282013-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 Welte68628e82009-03-10 12:17:57 +0000217}
218
219DEFUN(show_net, show_net_cmd, "show network",
220 SHOW_STR "Display information about a GSM NETWORK\n")
221{
Harald Weltedcccb182010-05-16 20:52:23 +0200222 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000223 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{
Harald Welteedb37782009-05-01 14:59:07 +0000230 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,
Harald Welte1bc77352009-03-10 19:47:51 +0000241 e1inp_signtype_name(e1l->type), VTY_NEWLINE);
Harald Welteedb37782009-05-01 14:59:07 +0000242 vty_out(vty, " E1 TEI %u, SAPI %u%s",
Harald Welte68628e82009-03-10 12:17:57 +0000243 e1l->tei, e1l->sapi, VTY_NEWLINE);
244}
245
246static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts)
247{
Harald Welteb908cb72009-12-22 13:09:29 +0100248 struct pchan_load pl;
249
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +0200250 vty_out(vty, "BTS %u is of %s type in band %s, has CI %u LAC %u, "
Harald Weltefcd24452009-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 Freytherc4a49e32009-08-21 14:44:12 +0200253 bts->cell_identity,
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +0200254 bts->location_area_code, bts->bsic, bts->tsc,
Harald Weltefcd24452009-06-20 18:15:19 +0200255 bts->num_trx, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200256 vty_out(vty, "Description: %s%s",
257 bts->description ? bts->description : "(null)", VTY_NEWLINE);
Harald Welte1d8dbc42009-12-12 15:38:16 +0100258 vty_out(vty, "MS Max power: %u dBm%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100259 vty_out(vty, "Minimum Rx Level for Access: %i dBm%s",
Harald Welte1d8dbc42009-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 Welte73225282009-12-12 18:17:25 +0100263 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
Sylvain Munaut4010f1e2009-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 Welte71355012009-12-21 23:08:18 +0100269 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)5dececf2009-08-12 13:28:23 +0200270 vty_out(vty, " CELL IS BARRED%s", VTY_NEWLINE);
Andreas Eversberg2ee7ecd2012-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 Welte9fbff4a2010-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 Welte4cc34222009-05-01 15:12:31 +0000279 if (is_ipaccess_bts(bts))
Harald Welte8175e952009-10-20 00:22:00 +0200280 vty_out(vty, " Unit ID: %u/%u/0, OML Stream ID 0x%02x%s",
Harald Welte4cc34222009-05-01 15:12:31 +0000281 bts->ip_access.site_id, bts->ip_access.bts_id,
Harald Welte8175e952009-10-20 00:22:00 +0200282 bts->oml_tei, VTY_NEWLINE);
Sylvain Munautc9519462011-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 Welte68628e82009-03-10 12:17:57 +0000286 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200287 net_dump_nmstate(vty, &bts->mo.nm_state);
Harald Welte68628e82009-03-10 12:17:57 +0000288 vty_out(vty, " Site Mgr NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200289 net_dump_nmstate(vty, &bts->site_mgr.mo.nm_state);
Holger Hans Peter Freyther846d8dc2013-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 Freyther66e14cd2011-04-26 15:52:34 +0200298 vty_out(vty, " Paging: %u pending requests, %u free slots%s",
299 paging_pending_requests_nr(bts),
Harald Welte68628e82009-03-10 12:17:57 +0000300 bts->paging.available_slots, VTY_NEWLINE);
Holger Hans Peter Freytherd283db42010-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 Welte8175e952009-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 Freytherd283db42010-11-25 16:28:45 +0100308
309 /* FIXME: chan_desc */
Harald Welteb908cb72009-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 Welte68628e82009-03-10 12:17:57 +0000314}
315
Sylvain Munaut39c31de2012-12-28 12:15:11 +0100316DEFUN(show_bts, show_bts_cmd, "show bts [<0-255>]",
Harald Welte68628e82009-03-10 12:17:57 +0000317 SHOW_STR "Display information about a BTS\n"
318 "BTS number")
319{
Harald Weltedcccb182010-05-16 20:52:23 +0200320 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000321 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 Welte712ddbc2010-12-24 12:24:03 +0100326 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000327 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000328 VTY_NEWLINE);
329 return CMD_WARNING;
330 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200331 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte68628e82009-03-10 12:17:57 +0000332 return CMD_SUCCESS;
333 }
334 /* print all BTS's */
335 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++)
Harald Weltee441d9c2009-06-21 16:17:15 +0200336 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte68628e82009-03-10 12:17:57 +0000337
338 return CMD_SUCCESS;
339}
340
Harald Welte42581822009-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 Welte67ce0732009-08-06 19:06:46 +0200369static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
370{
Harald Welte42581822009-08-08 16:12:58 +0200371 vty_out(vty, " timeslot %u%s", ts->nr, VTY_NEWLINE);
Harald Welte135a6482011-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 Welte42581822009-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 Weltea39b0f22010-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 Welte6e0cd042009-09-12 13:05:33 +0200382 ts->hopping.hsn, VTY_NEWLINE);
Harald Weltea39b0f22010-06-14 22:26:10 +0200383 vty_out(vty, " hopping maio %u%s",
Harald Welte6e0cd042009-09-12 13:05:33 +0200384 ts->hopping.maio, VTY_NEWLINE);
Harald Weltea39b0f22010-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 Welte127af342010-12-24 12:07:07 +0100391 }
Harald Welte42581822009-08-08 16:12:58 +0200392 config_write_e1_link(vty, &ts->e1_link, " ");
Harald Welteface7ed2011-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 Welte67ce0732009-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 Welte5013b2a2009-08-07 13:29:14 +0200402 vty_out(vty, " trx %u%s", trx->nr, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200403 if (trx->description)
404 vty_out(vty, " description %s%s", trx->description,
405 VTY_NEWLINE);
Holger Hans Peter Freyther2ba40af2010-04-17 06:42:07 +0200406 vty_out(vty, " rf_locked %u%s",
Harald Welted64c0bc2011-05-30 12:07:53 +0200407 trx->mo.nm_state.administrative == NM_STATE_LOCKED ? 1 : 0,
Holger Hans Peter Freyther2ba40af2010-04-17 06:42:07 +0200408 VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200409 vty_out(vty, " arfcn %u%s", trx->arfcn, VTY_NEWLINE);
Harald Welte (local)7b37d972009-12-27 20:56:38 +0100410 vty_out(vty, " nominal power %u%s", trx->nominal_power, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200411 vty_out(vty, " max_power_red %u%s", trx->max_power_red, VTY_NEWLINE);
Harald Welte42581822009-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 Welte67ce0732009-08-06 19:06:46 +0200414
Harald Welteface7ed2011-02-14 16:15:21 +0100415 if (trx->bts->model->config_write_trx)
416 trx->bts->model->config_write_trx(vty, trx);
417
Harald Welte67ce0732009-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 Welte615e9562010-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 Eversberg0c8f9ca2013-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 Welte615e9562010-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
Harald Welte67ce0732009-08-06 19:06:46 +0200463static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
464{
465 struct gsm_bts_trx *trx;
Harald Welte9fbff4a2010-07-30 11:50:09 +0200466 int i;
Harald Welte67ce0732009-08-06 19:06:46 +0200467
Harald Welte5013b2a2009-08-07 13:29:14 +0200468 vty_out(vty, " bts %u%s", bts->nr, VTY_NEWLINE);
469 vty_out(vty, " type %s%s", btstype2str(bts->type), VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200470 if (bts->description)
471 vty_out(vty, " description %s%s", bts->description, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200472 vty_out(vty, " band %s%s", gsm_band_name(bts->band), VTY_NEWLINE);
Holger Hans Peter Freytherf926ed62009-11-19 16:38:49 +0100473 vty_out(vty, " cell_identity %u%s", bts->cell_identity, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200474 vty_out(vty, " location_area_code %u%s", bts->location_area_code,
Harald Welte67ce0732009-08-06 19:06:46 +0200475 VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200476 vty_out(vty, " training_sequence_code %u%s", bts->tsc, VTY_NEWLINE);
477 vty_out(vty, " base_station_id_code %u%s", bts->bsic, VTY_NEWLINE);
Harald Welte45f91712012-07-08 16:48:11 +0200478 if (bts->tz.override != 0)
479 vty_out(vty, " timezone %d %d%s", bts->tz.hr, bts->tz.mn, VTY_NEWLINE);
Harald Welte (local)0e451d02009-08-13 10:14:26 +0200480 vty_out(vty, " ms max power %u%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100481 vty_out(vty, " cell reselection hysteresis %u%s",
482 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
483 vty_out(vty, " rxlev access min %u%s",
484 bts->si_common.cell_sel_par.rxlev_acc_min, VTY_NEWLINE);
Sylvain Munaute0b06b02010-11-28 18:17:28 +0100485
486 if (bts->si_common.cell_ro_sel_par.present) {
487 struct gsm48_si_selection_params *sp;
488 sp = &bts->si_common.cell_ro_sel_par;
489
490 if (sp->cbq)
491 vty_out(vty, " cell bar qualify %u%s",
492 sp->cbq, VTY_NEWLINE);
493
494 if (sp->cell_resel_off)
495 vty_out(vty, " cell reselection offset %u%s",
496 sp->cell_resel_off*2, VTY_NEWLINE);
497
498 if (sp->temp_offs == 7)
499 vty_out(vty, " temporary offset infinite%s",
500 VTY_NEWLINE);
501 else if (sp->temp_offs)
502 vty_out(vty, " temporary offset %u%s",
503 sp->temp_offs*10, VTY_NEWLINE);
504
505 if (sp->penalty_time == 31)
506 vty_out(vty, " penalty time reserved%s",
507 VTY_NEWLINE);
508 else if (sp->penalty_time)
509 vty_out(vty, " penalty time %u%s",
510 (sp->penalty_time*20)+20, VTY_NEWLINE);
511 }
512
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +0200513 /* Is periodic LU enabled or disabled? */
514 if (bts->si_common.chan_desc.t3212 == 0)
515 vty_out(vty, " no periodic location update%s", VTY_NEWLINE);
516 else
517 vty_out(vty, " periodic location update %u%s",
518 bts->si_common.chan_desc.t3212 * 6, VTY_NEWLINE);
519
Harald Welte7a8fa412009-08-10 13:48:16 +0200520 vty_out(vty, " channel allocator %s%s",
521 bts->chan_alloc_reverse ? "descending" : "ascending",
522 VTY_NEWLINE);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +0100523 vty_out(vty, " rach tx integer %u%s",
524 bts->si_common.rach_control.tx_integer, VTY_NEWLINE);
525 vty_out(vty, " rach max transmission %u%s",
526 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
527 VTY_NEWLINE);
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +0800528
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +0200529 vty_out(vty, " channel-descrption attach %u%s",
530 bts->si_common.chan_desc.att, VTY_NEWLINE);
531 vty_out(vty, " channel-descrption bs-pa-mfrms %u%s",
532 bts->si_common.chan_desc.bs_pa_mfrms + 2, VTY_NEWLINE);
533 vty_out(vty, " channel-descrption bs-ag-blks-res %u%s",
534 bts->si_common.chan_desc.bs_ag_blks_res, VTY_NEWLINE);
535
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +0800536 if (bts->rach_b_thresh != -1)
537 vty_out(vty, " rach nm busy threshold %u%s",
538 bts->rach_b_thresh, VTY_NEWLINE);
539 if (bts->rach_ldavg_slots != -1)
540 vty_out(vty, " rach nm load average %u%s",
541 bts->rach_ldavg_slots, VTY_NEWLINE);
Harald Welte71355012009-12-21 23:08:18 +0100542 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)5dececf2009-08-12 13:28:23 +0200543 vty_out(vty, " cell barred 1%s", VTY_NEWLINE);
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +0800544 if ((bts->si_common.rach_control.t2 & 0x4) == 0)
545 vty_out(vty, " rach emergency call allowed 1%s", VTY_NEWLINE);
Harald Welte9fbff4a2010-07-30 11:50:09 +0200546 for (i = SYSINFO_TYPE_1; i < _MAX_SYSINFO_TYPE; i++) {
547 if (bts->si_mode_static & (1 << i)) {
548 vty_out(vty, " system-information %s mode static%s",
549 get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
550 vty_out(vty, " system-information %s static %s%s",
551 get_value_string(osmo_sitype_strs, i),
Sylvain Munaut63ef2152011-11-13 23:05:23 +0100552 osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
Harald Welte9fbff4a2010-07-30 11:50:09 +0200553 VTY_NEWLINE);
554 }
555 }
Harald Weltefd355a32011-03-04 13:41:31 +0100556 switch (bts->type) {
557 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +0200558 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welte5013b2a2009-08-07 13:29:14 +0200559 vty_out(vty, " ip.access unit_id %u %u%s",
Harald Weltea6fd58e2009-08-07 00:25:23 +0200560 bts->ip_access.site_id, bts->ip_access.bts_id, VTY_NEWLINE);
Harald Welte8b291802013-03-12 13:57:05 +0100561 if (bts->ip_access.rsl_ip) {
562 struct in_addr ia;
563 ia.s_addr = htonl(bts->ip_access.rsl_ip);
564 vty_out(vty, " ip.access rsl-ip %s%s", inet_ntoa(ia),
565 VTY_NEWLINE);
566 }
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +0200567 vty_out(vty, " oml ip.access stream_id %u line %u%s",
568 bts->oml_tei, bts->oml_e1_link.e1_nr, VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100569 break;
Sylvain Munautc9519462011-10-17 14:04:55 +0200570 case GSM_BTS_TYPE_NOKIA_SITE:
571 vty_out(vty, " nokia_site skip-reset %d%s", bts->nokia.skip_reset, VTY_NEWLINE);
572 break;
Harald Weltefd355a32011-03-04 13:41:31 +0100573 default:
Harald Welte42581822009-08-08 16:12:58 +0200574 config_write_e1_link(vty, &bts->oml_e1_link, " oml ");
575 vty_out(vty, " oml e1 tei %u%s", bts->oml_tei, VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100576 break;
Harald Welte42581822009-08-08 16:12:58 +0200577 }
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +0800578
579 /* if we have a limit, write it */
580 if (bts->paging.free_chans_need >= 0)
581 vty_out(vty, " paging free %d%s", bts->paging.free_chans_need, VTY_NEWLINE);
582
Harald Welte32c09622011-01-11 23:44:56 +0100583 vty_out(vty, " neighbor-list mode %s%s",
Harald Welte64c07d22011-02-15 11:43:27 +0100584 get_value_string(bts_neigh_mode_strs, bts->neigh_list_manual_mode), VTY_NEWLINE);
585 if (bts->neigh_list_manual_mode != NL_MODE_AUTOMATIC) {
Harald Welte32c09622011-01-11 23:44:56 +0100586 for (i = 0; i < 1024; i++) {
587 if (bitvec_get_bit_pos(&bts->si_common.neigh_list, i))
588 vty_out(vty, " neighbor-list add arfcn %u%s",
589 i, VTY_NEWLINE);
590 }
591 }
Harald Welte64c07d22011-02-15 11:43:27 +0100592 if (bts->neigh_list_manual_mode == NL_MODE_MANUAL_SI5SEP) {
593 for (i = 0; i < 1024; i++) {
594 if (bitvec_get_bit_pos(&bts->si_common.si5_neigh_list, i))
595 vty_out(vty, " si5 neighbor-list add arfcn %u%s",
596 i, VTY_NEWLINE);
597 }
598 }
Harald Welte32c09622011-01-11 23:44:56 +0100599
Harald Welte615e9562010-05-11 23:50:21 +0200600 config_write_bts_gprs(vty, bts);
Harald Welte67ce0732009-08-06 19:06:46 +0200601
Holger Hans Peter Freythere30d40d2012-07-20 10:27:31 +0200602 if (bts->excl_from_rf_lock)
603 vty_out(vty, " rf-lock-exclude%s", VTY_NEWLINE);
604
Jacob Erlbeck733bec82013-09-11 10:46:56 +0200605 if (bts->model) {
606 if (bts->model->config_write_bts)
607 bts->model->config_write_bts(vty, bts);
Harald Welteface7ed2011-02-14 16:15:21 +0100608
Jacob Erlbeck733bec82013-09-11 10:46:56 +0200609 llist_for_each_entry(trx, &bts->trx_list, list)
610 config_write_trx_single(vty, trx);
611 }
Harald Welte67ce0732009-08-06 19:06:46 +0200612}
613
614static int config_write_bts(struct vty *v)
615{
Harald Weltedcccb182010-05-16 20:52:23 +0200616 struct gsm_network *gsmnet = gsmnet_from_vty(v);
Harald Welte67ce0732009-08-06 19:06:46 +0200617 struct gsm_bts *bts;
618
619 llist_for_each_entry(bts, &gsmnet->bts_list, list)
620 config_write_bts_single(v, bts);
621
622 return CMD_SUCCESS;
623}
624
Harald Welte5013b2a2009-08-07 13:29:14 +0200625static int config_write_net(struct vty *vty)
626{
Harald Weltedcccb182010-05-16 20:52:23 +0200627 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
628
Harald Welte5013b2a2009-08-07 13:29:14 +0200629 vty_out(vty, "network%s", VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200630 vty_out(vty, " network country code %u%s", gsmnet->country_code, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200631 vty_out(vty, " mobile network code %u%s", gsmnet->network_code, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200632 vty_out(vty, " short name %s%s", gsmnet->name_short, VTY_NEWLINE);
633 vty_out(vty, " long name %s%s", gsmnet->name_long, VTY_NEWLINE);
Harald Welte (local)69de3972009-08-12 14:42:23 +0200634 vty_out(vty, " auth policy %s%s", gsm_auth_policy_name(gsmnet->auth_policy), VTY_NEWLINE);
Harald Welte1085c092009-11-18 20:33:19 +0100635 vty_out(vty, " location updating reject cause %u%s",
636 gsmnet->reject_cause, VTY_NEWLINE);
Harald Welte4381cfe2009-08-30 15:47:06 +0900637 vty_out(vty, " encryption a5 %u%s", gsmnet->a5_encryption, VTY_NEWLINE);
Holger Hans Peter Freytherd54c3372009-11-19 16:37:48 +0100638 vty_out(vty, " neci %u%s", gsmnet->neci, VTY_NEWLINE);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +0800639 vty_out(vty, " paging any use tch %d%s", gsmnet->pag_any_tch, VTY_NEWLINE);
Harald Welteeab84a12009-12-13 10:53:12 +0100640 vty_out(vty, " rrlp mode %s%s", rrlp_mode_name(gsmnet->rrlp.mode),
641 VTY_NEWLINE);
Harald Welte648b6ce2009-12-14 09:00:24 +0100642 vty_out(vty, " mm info %u%s", gsmnet->send_mm_info, VTY_NEWLINE);
Harald Weltebc814502009-12-19 21:41:52 +0100643 vty_out(vty, " handover %u%s", gsmnet->handover.active, VTY_NEWLINE);
Harald Welteb720bd32009-12-21 16:51:50 +0100644 vty_out(vty, " handover window rxlev averaging %u%s",
645 gsmnet->handover.win_rxlev_avg, VTY_NEWLINE);
646 vty_out(vty, " handover window rxqual averaging %u%s",
647 gsmnet->handover.win_rxqual_avg, VTY_NEWLINE);
648 vty_out(vty, " handover window rxlev neighbor averaging %u%s",
649 gsmnet->handover.win_rxlev_avg_neigh, VTY_NEWLINE);
650 vty_out(vty, " handover power budget interval %u%s",
651 gsmnet->handover.pwr_interval, VTY_NEWLINE);
652 vty_out(vty, " handover power budget hysteresis %u%s",
653 gsmnet->handover.pwr_hysteresis, VTY_NEWLINE);
654 vty_out(vty, " handover maximum distance %u%s",
655 gsmnet->handover.max_distance, VTY_NEWLINE);
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +0100656 vty_out(vty, " timer t3101 %u%s", gsmnet->T3101, VTY_NEWLINE);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +0100657 vty_out(vty, " timer t3103 %u%s", gsmnet->T3103, VTY_NEWLINE);
658 vty_out(vty, " timer t3105 %u%s", gsmnet->T3105, VTY_NEWLINE);
659 vty_out(vty, " timer t3107 %u%s", gsmnet->T3107, VTY_NEWLINE);
660 vty_out(vty, " timer t3109 %u%s", gsmnet->T3109, VTY_NEWLINE);
661 vty_out(vty, " timer t3111 %u%s", gsmnet->T3111, VTY_NEWLINE);
662 vty_out(vty, " timer t3113 %u%s", gsmnet->T3113, VTY_NEWLINE);
663 vty_out(vty, " timer t3115 %u%s", gsmnet->T3115, VTY_NEWLINE);
664 vty_out(vty, " timer t3117 %u%s", gsmnet->T3117, VTY_NEWLINE);
665 vty_out(vty, " timer t3119 %u%s", gsmnet->T3119, VTY_NEWLINE);
Harald Welte2862dca2010-12-23 14:39:29 +0100666 vty_out(vty, " timer t3122 %u%s", gsmnet->T3122, VTY_NEWLINE);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +0100667 vty_out(vty, " timer t3141 %u%s", gsmnet->T3141, VTY_NEWLINE);
Harald Welte63dbfc62010-12-15 15:34:23 +0100668 vty_out(vty, " dtx-used %u%s", gsmnet->dtx_enabled, VTY_NEWLINE);
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +0100669 vty_out(vty, " subscriber-keep-in-ram %d%s",
670 gsmnet->keep_subscr, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200671
672 return CMD_SUCCESS;
673}
Harald Welte67ce0732009-08-06 19:06:46 +0200674
Harald Welte68628e82009-03-10 12:17:57 +0000675static void trx_dump_vty(struct vty *vty, struct gsm_bts_trx *trx)
676{
677 vty_out(vty, "TRX %u of BTS %u is on ARFCN %u%s",
678 trx->nr, trx->bts->nr, trx->arfcn, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200679 vty_out(vty, "Description: %s%s",
680 trx->description ? trx->description : "(null)", VTY_NEWLINE);
Harald Weltefcd24452009-06-20 18:15:19 +0200681 vty_out(vty, " RF Nominal Power: %d dBm, reduced by %u dB, "
Harald Welte42581822009-08-08 16:12:58 +0200682 "resulting BS power: %d dBm%s",
Harald Weltefcd24452009-06-20 18:15:19 +0200683 trx->nominal_power, trx->max_power_red,
Harald Welte42581822009-08-08 16:12:58 +0200684 trx->nominal_power - trx->max_power_red, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000685 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200686 net_dump_nmstate(vty, &trx->mo.nm_state);
Harald Welte68628e82009-03-10 12:17:57 +0000687 vty_out(vty, " Baseband Transceiver NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200688 net_dump_nmstate(vty, &trx->bb_transc.mo.nm_state);
Harald Welte8175e952009-10-20 00:22:00 +0200689 if (is_ipaccess_bts(trx->bts)) {
690 vty_out(vty, " ip.access stream ID: 0x%02x%s",
691 trx->rsl_tei, VTY_NEWLINE);
692 } else {
693 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
694 e1isl_dump_vty(vty, trx->rsl_link);
695 }
Harald Welte68628e82009-03-10 12:17:57 +0000696}
697
698DEFUN(show_trx,
699 show_trx_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +0100700 "show trx [<0-255>] [<0-255>]",
Harald Welte8f0ed552010-05-11 21:53:49 +0200701 SHOW_STR "Display information about a TRX\n"
702 "BTS Number\n"
703 "TRX Number\n")
Harald Welte68628e82009-03-10 12:17:57 +0000704{
Harald Weltedcccb182010-05-16 20:52:23 +0200705 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000706 struct gsm_bts *bts = NULL;
707 struct gsm_bts_trx *trx;
708 int bts_nr, trx_nr;
709
710 if (argc >= 1) {
711 /* use the BTS number that the user has specified */
712 bts_nr = atoi(argv[0]);
713 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000714 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000715 VTY_NEWLINE);
716 return CMD_WARNING;
717 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200718 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000719 }
720 if (argc >= 2) {
721 trx_nr = atoi(argv[1]);
722 if (trx_nr >= bts->num_trx) {
Harald Welte1bc77352009-03-10 19:47:51 +0000723 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
Harald Welte68628e82009-03-10 12:17:57 +0000724 VTY_NEWLINE);
725 return CMD_WARNING;
726 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200727 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000728 trx_dump_vty(vty, trx);
729 return CMD_SUCCESS;
730 }
731 if (bts) {
732 /* print all TRX in this BTS */
733 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200734 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000735 trx_dump_vty(vty, trx);
736 }
737 return CMD_SUCCESS;
738 }
739
740 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200741 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000742 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200743 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000744 trx_dump_vty(vty, trx);
745 }
746 }
747
748 return CMD_SUCCESS;
749}
750
Harald Welte67ce0732009-08-06 19:06:46 +0200751
Harald Welte68628e82009-03-10 12:17:57 +0000752static void ts_dump_vty(struct vty *vty, struct gsm_bts_trx_ts *ts)
753{
Harald Welte135a6482011-05-30 12:09:13 +0200754 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, phys cfg %s, TSC %u",
Harald Welte026b4ca2010-12-24 12:12:10 +0100755 ts->trx->bts->nr, ts->trx->nr, ts->nr,
Harald Weltee972dba2013-03-08 07:44:45 +0000756 gsm_pchan_name(ts->pchan),
757 ts->tsc == -1 ? ts->trx->bts->tsc : ts->tsc);
Harald Weltecd103a92010-12-24 12:14:52 +0100758 if (ts->pchan == GSM_PCHAN_TCH_F_PDCH)
Harald Welteb29cea12010-12-24 12:26:13 +0100759 vty_out(vty, " (%s mode)",
Harald Weltecd103a92010-12-24 12:14:52 +0100760 ts->flags & TS_F_PDCH_MODE ? "PDCH" : "TCH/F");
761 vty_out(vty, "%s", VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000762 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200763 net_dump_nmstate(vty, &ts->mo.nm_state);
Harald Welte2c828992009-12-02 01:56:49 +0530764 if (!is_ipaccess_bts(ts->trx->bts))
Harald Welteef235b52009-03-10 12:34:02 +0000765 vty_out(vty, " E1 Line %u, Timeslot %u, Subslot %u%s",
766 ts->e1_link.e1_nr, ts->e1_link.e1_ts,
767 ts->e1_link.e1_ts_ss, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000768}
769
770DEFUN(show_ts,
771 show_ts_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +0100772 "show timeslot [<0-255>] [<0-255>] [<0-7>]",
Harald Welte8f0ed552010-05-11 21:53:49 +0200773 SHOW_STR "Display information about a TS\n"
774 "BTS Number\n" "TRX Number\n" "Timeslot Number\n")
Harald Welte68628e82009-03-10 12:17:57 +0000775{
Harald Weltedcccb182010-05-16 20:52:23 +0200776 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte274d0152010-12-24 12:05:03 +0100777 struct gsm_bts *bts = NULL;
778 struct gsm_bts_trx *trx = NULL;
779 struct gsm_bts_trx_ts *ts = NULL;
Harald Welte68628e82009-03-10 12:17:57 +0000780 int bts_nr, trx_nr, ts_nr;
781
782 if (argc >= 1) {
783 /* use the BTS number that the user has specified */
784 bts_nr = atoi(argv[0]);
785 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000786 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000787 VTY_NEWLINE);
788 return CMD_WARNING;
789 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200790 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000791 }
792 if (argc >= 2) {
793 trx_nr = atoi(argv[1]);
794 if (trx_nr >= bts->num_trx) {
Harald Welte1bc77352009-03-10 19:47:51 +0000795 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
Harald Welte68628e82009-03-10 12:17:57 +0000796 VTY_NEWLINE);
797 return CMD_WARNING;
798 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200799 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000800 }
801 if (argc >= 3) {
802 ts_nr = atoi(argv[2]);
803 if (ts_nr >= TRX_NR_TS) {
Harald Welte1bc77352009-03-10 19:47:51 +0000804 vty_out(vty, "%% can't find TS '%s'%s", argv[2],
Harald Welte68628e82009-03-10 12:17:57 +0000805 VTY_NEWLINE);
806 return CMD_WARNING;
807 }
Harald Welte274d0152010-12-24 12:05:03 +0100808 /* Fully Specified: print and exit */
Harald Welte68628e82009-03-10 12:17:57 +0000809 ts = &trx->ts[ts_nr];
810 ts_dump_vty(vty, ts);
811 return CMD_SUCCESS;
812 }
Harald Welte274d0152010-12-24 12:05:03 +0100813
814 if (bts && trx) {
815 /* Iterate over all TS in this TRX */
816 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
817 ts = &trx->ts[ts_nr];
818 ts_dump_vty(vty, ts);
819 }
820 } else if (bts) {
821 /* Iterate over all TRX in this BTS, TS in each TRX */
Harald Welte68628e82009-03-10 12:17:57 +0000822 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200823 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000824 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
825 ts = &trx->ts[ts_nr];
826 ts_dump_vty(vty, ts);
827 }
828 }
Harald Welte274d0152010-12-24 12:05:03 +0100829 } else {
830 /* Iterate over all BTS, TRX in each BTS, TS in each TRX */
831 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
832 bts = gsm_bts_num(net, bts_nr);
833 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
834 trx = gsm_bts_trx_num(bts, trx_nr);
835 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
836 ts = &trx->ts[ts_nr];
837 ts_dump_vty(vty, ts);
838 }
839 }
840 }
Harald Welte68628e82009-03-10 12:17:57 +0000841 }
842
843 return CMD_SUCCESS;
844}
845
Holger Hans Peter Freyther424c4f02010-01-06 06:00:40 +0100846static void subscr_dump_vty(struct vty *vty, struct gsm_subscriber *subscr)
Harald Welte68628e82009-03-10 12:17:57 +0000847{
Harald Weltefcd24452009-06-20 18:15:19 +0200848 vty_out(vty, " ID: %llu, Authorized: %d%s", subscr->id,
Harald Welte40f82892009-05-23 17:31:39 +0000849 subscr->authorized, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000850 if (subscr->name)
Harald Welte1bc77352009-03-10 19:47:51 +0000851 vty_out(vty, " Name: '%s'%s", subscr->name, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000852 if (subscr->extension)
853 vty_out(vty, " Extension: %s%s", subscr->extension,
854 VTY_NEWLINE);
Holger Hans Peter Freyther5ccd0152013-07-14 08:38:24 +0200855 vty_out(vty, " IMSI: %s%s", subscr->imsi, VTY_NEWLINE);
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +0200856 if (subscr->tmsi != GSM_RESERVED_TMSI)
857 vty_out(vty, " TMSI: %08X%s", subscr->tmsi,
Harald Welte731fd912009-08-15 03:24:51 +0200858 VTY_NEWLINE);
Sylvain Munautaf292642009-12-27 19:29:28 +0100859
Harald Welte (local)15920de2009-08-14 20:27:16 +0200860 vty_out(vty, " Use count: %u%s", subscr->use_count, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000861}
862
Harald Welte8387a492009-12-22 21:43:14 +0100863static void meas_rep_dump_uni_vty(struct vty *vty,
864 struct gsm_meas_rep_unidir *mru,
865 const char *prefix,
866 const char *dir)
867{
868 vty_out(vty, "%s RXL-FULL-%s: %4d dBm, RXL-SUB-%s: %4d dBm ",
869 prefix, dir, rxlev2dbm(mru->full.rx_lev),
870 dir, rxlev2dbm(mru->sub.rx_lev));
871 vty_out(vty, "RXQ-FULL-%s: %d, RXQ-SUB-%s: %d%s",
872 dir, mru->full.rx_qual, dir, mru->sub.rx_qual,
873 VTY_NEWLINE);
874}
875
876static void meas_rep_dump_vty(struct vty *vty, struct gsm_meas_rep *mr,
877 const char *prefix)
878{
879 vty_out(vty, "%sMeasurement Report:%s", prefix, VTY_NEWLINE);
880 vty_out(vty, "%s Flags: %s%s%s%s%s", prefix,
881 mr->flags & MEAS_REP_F_UL_DTX ? "DTXu " : "",
882 mr->flags & MEAS_REP_F_DL_DTX ? "DTXd " : "",
883 mr->flags & MEAS_REP_F_FPC ? "FPC " : "",
884 mr->flags & MEAS_REP_F_DL_VALID ? " " : "DLinval ",
885 VTY_NEWLINE);
886 if (mr->flags & MEAS_REP_F_MS_TO)
887 vty_out(vty, "%s MS Timing Offset: %u%s", prefix,
888 mr->ms_timing_offset, VTY_NEWLINE);
889 if (mr->flags & MEAS_REP_F_MS_L1)
890 vty_out(vty, "%s L1 MS Power: %u dBm, Timing Advance: %u%s",
891 prefix, mr->ms_l1.pwr, mr->ms_l1.ta, VTY_NEWLINE);
892 if (mr->flags & MEAS_REP_F_DL_VALID)
893 meas_rep_dump_uni_vty(vty, &mr->dl, prefix, "dl");
894 meas_rep_dump_uni_vty(vty, &mr->ul, prefix, "ul");
895}
896
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +0800897static void lchan_dump_full_vty(struct vty *vty, struct gsm_lchan *lchan)
Harald Welte68628e82009-03-10 12:17:57 +0000898{
Harald Welte8387a492009-12-22 21:43:14 +0100899 int idx;
900
Harald Welte85bded82010-12-24 12:22:34 +0100901 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u: Type %s%s",
902 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
903 lchan->nr, gsm_lchant_name(lchan->type), VTY_NEWLINE);
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +0800904 vty_out(vty, " Connection: %u, State: %s%s",
905 lchan->conn ? 1: 0,
Harald Welte1887f9d2009-12-29 10:52:38 +0100906 gsm_lchans_name(lchan->state), VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100907 vty_out(vty, " BS Power: %u dBm, MS Power: %u dBm%s",
908 lchan->ts->trx->nominal_power - lchan->ts->trx->max_power_red
909 - lchan->bs_power*2,
910 ms_pwr_dbm(lchan->ts->trx->bts->band, lchan->ms_power),
911 VTY_NEWLINE);
Holger Hans Peter Freyther2412a072010-06-28 15:47:12 +0800912 if (lchan->conn && lchan->conn->subscr) {
Harald Welte68628e82009-03-10 12:17:57 +0000913 vty_out(vty, " Subscriber:%s", VTY_NEWLINE);
Holger Hans Peter Freyther2412a072010-06-28 15:47:12 +0800914 subscr_dump_vty(vty, lchan->conn->subscr);
Harald Welte68628e82009-03-10 12:17:57 +0000915 } else
916 vty_out(vty, " No Subscriber%s", VTY_NEWLINE);
Harald Welte2c828992009-12-02 01:56:49 +0530917 if (is_ipaccess_bts(lchan->ts->trx->bts)) {
918 struct in_addr ia;
Holger Hans Peter Freyther54fa7992010-04-07 15:39:16 +0200919 ia.s_addr = htonl(lchan->abis_ip.bound_ip);
Harald Welte2c828992009-12-02 01:56:49 +0530920 vty_out(vty, " Bound IP: %s Port %u RTP_TYPE2=%u CONN_ID=%u%s",
921 inet_ntoa(ia), lchan->abis_ip.bound_port,
922 lchan->abis_ip.rtp_payload2, lchan->abis_ip.conn_id,
923 VTY_NEWLINE);
924 }
Harald Welte8387a492009-12-22 21:43:14 +0100925
926 /* we want to report the last measurement report */
927 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
928 lchan->meas_rep_idx, 1);
929 meas_rep_dump_vty(vty, &lchan->meas_rep[idx], " ");
Harald Welte68628e82009-03-10 12:17:57 +0000930}
931
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +0800932static void lchan_dump_short_vty(struct vty *vty, struct gsm_lchan *lchan)
933{
Holger Hans Peter Freythercf5cc5b2010-05-14 01:57:02 +0800934 struct gsm_meas_rep *mr;
935 int idx;
936
937 /* we want to report the last measurement report */
938 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
939 lchan->meas_rep_idx, 1);
940 mr = &lchan->meas_rep[idx];
941
Harald Welte85bded82010-12-24 12:22:34 +0100942 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u, Type %s - "
943 "L1 MS Power: %u dBm RXL-FULL-dl: %4d dBm RXL-FULL-ul: %4d dBm%s",
944 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
Harald Welteb29cea12010-12-24 12:26:13 +0100945 lchan->nr, gsm_lchant_name(lchan->type), mr->ms_l1.pwr,
Holger Hans Peter Freythercf5cc5b2010-05-14 01:57:02 +0800946 rxlev2dbm(mr->dl.full.rx_lev),
947 rxlev2dbm(mr->ul.full.rx_lev),
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +0800948 VTY_NEWLINE);
949}
950
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +0100951
952static int dump_lchan_trx_ts(struct gsm_bts_trx_ts *ts, struct vty *vty,
953 void (*dump_cb)(struct vty *, struct gsm_lchan *))
954{
955 int lchan_nr;
956 for (lchan_nr = 0; lchan_nr < TS_MAX_LCHAN; lchan_nr++) {
957 struct gsm_lchan *lchan = &ts->lchan[lchan_nr];
958 if ((lchan->type == GSM_LCHAN_NONE) && (lchan->state == LCHAN_S_NONE))
959 continue;
960 dump_cb(vty, lchan);
961 }
962
963 return CMD_SUCCESS;
964}
965
966static int dump_lchan_trx(struct gsm_bts_trx *trx, struct vty *vty,
967 void (*dump_cb)(struct vty *, struct gsm_lchan *))
968{
969 int ts_nr;
970
971 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
972 struct gsm_bts_trx_ts *ts = &trx->ts[ts_nr];
973 dump_lchan_trx_ts(ts, vty, dump_cb);
974 }
975
976 return CMD_SUCCESS;
977}
978
979static int dump_lchan_bts(struct gsm_bts *bts, struct vty *vty,
980 void (*dump_cb)(struct vty *, struct gsm_lchan *))
981{
982 int trx_nr;
983
984 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
985 struct gsm_bts_trx *trx = gsm_bts_trx_num(bts, trx_nr);
986 dump_lchan_trx(trx, vty, dump_cb);
987 }
988
989 return CMD_SUCCESS;
990}
991
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +0800992static int lchan_summary(struct vty *vty, int argc, const char **argv,
993 void (*dump_cb)(struct vty *, struct gsm_lchan *))
Harald Welte68628e82009-03-10 12:17:57 +0000994{
Harald Weltedcccb182010-05-16 20:52:23 +0200995 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000996 struct gsm_bts *bts;
997 struct gsm_bts_trx *trx;
998 struct gsm_bts_trx_ts *ts;
999 struct gsm_lchan *lchan;
1000 int bts_nr, trx_nr, ts_nr, lchan_nr;
1001
1002 if (argc >= 1) {
1003 /* use the BTS number that the user has specified */
1004 bts_nr = atoi(argv[0]);
1005 if (bts_nr >= net->num_bts) {
1006 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1007 VTY_NEWLINE);
1008 return CMD_WARNING;
1009 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001010 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001011
1012 if (argc == 1)
1013 return dump_lchan_bts(bts, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001014 }
1015 if (argc >= 2) {
1016 trx_nr = atoi(argv[1]);
1017 if (trx_nr >= bts->num_trx) {
1018 vty_out(vty, "%% can't find TRX %s%s", argv[1],
1019 VTY_NEWLINE);
1020 return CMD_WARNING;
1021 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001022 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001023
1024 if (argc == 2)
1025 return dump_lchan_trx(trx, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001026 }
1027 if (argc >= 3) {
1028 ts_nr = atoi(argv[2]);
1029 if (ts_nr >= TRX_NR_TS) {
1030 vty_out(vty, "%% can't find TS %s%s", argv[2],
1031 VTY_NEWLINE);
1032 return CMD_WARNING;
1033 }
1034 ts = &trx->ts[ts_nr];
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001035
1036 if (argc == 3)
1037 return dump_lchan_trx_ts(ts, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001038 }
1039 if (argc >= 4) {
1040 lchan_nr = atoi(argv[3]);
1041 if (lchan_nr >= TS_MAX_LCHAN) {
1042 vty_out(vty, "%% can't find LCHAN %s%s", argv[3],
1043 VTY_NEWLINE);
1044 return CMD_WARNING;
1045 }
1046 lchan = &ts->lchan[lchan_nr];
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001047 dump_cb(vty, lchan);
Harald Welte68628e82009-03-10 12:17:57 +00001048 return CMD_SUCCESS;
1049 }
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001050
1051
Harald Welte68628e82009-03-10 12:17:57 +00001052 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +02001053 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001054 dump_lchan_bts(bts, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001055 }
1056
1057 return CMD_SUCCESS;
1058}
1059
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001060
1061DEFUN(show_lchan,
1062 show_lchan_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +01001063 "show lchan [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001064 SHOW_STR "Display information about a logical channel\n"
1065 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001066 LCHAN_NR_STR)
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001067
1068{
1069 return lchan_summary(vty, argc, argv, lchan_dump_full_vty);
1070}
1071
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001072DEFUN(show_lchan_summary,
1073 show_lchan_summary_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +01001074 "show lchan summary [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001075 SHOW_STR "Display information about a logical channel\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001076 "Short summary\n"
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001077 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001078 LCHAN_NR_STR)
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001079{
1080 return lchan_summary(vty, argc, argv, lchan_dump_short_vty);
1081}
1082
Harald Weltebe4b7302009-05-23 16:59:33 +00001083static void paging_dump_vty(struct vty *vty, struct gsm_paging_request *pag)
Harald Weltef5025b62009-03-28 16:55:11 +00001084{
1085 vty_out(vty, "Paging on BTS %u%s", pag->bts->nr, VTY_NEWLINE);
1086 subscr_dump_vty(vty, pag->subscr);
1087}
1088
Harald Weltebe4b7302009-05-23 16:59:33 +00001089static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
Harald Weltef5025b62009-03-28 16:55:11 +00001090{
1091 struct gsm_paging_request *pag;
1092
Holger Hans Peter Freyther9b5192b2013-03-03 11:03:17 +01001093 if (!bts->paging.bts)
1094 return;
1095
Harald Weltef5025b62009-03-28 16:55:11 +00001096 llist_for_each_entry(pag, &bts->paging.pending_requests, entry)
1097 paging_dump_vty(vty, pag);
1098}
1099
1100DEFUN(show_paging,
1101 show_paging_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +01001102 "show paging [<0-255>]",
Harald Welte8f0ed552010-05-11 21:53:49 +02001103 SHOW_STR "Display information about paging reuqests of a BTS\n"
1104 "BTS Number\n")
Harald Weltef5025b62009-03-28 16:55:11 +00001105{
Harald Weltedcccb182010-05-16 20:52:23 +02001106 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Weltef5025b62009-03-28 16:55:11 +00001107 struct gsm_bts *bts;
1108 int bts_nr;
1109
1110 if (argc >= 1) {
1111 /* use the BTS number that the user has specified */
1112 bts_nr = atoi(argv[0]);
1113 if (bts_nr >= net->num_bts) {
1114 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1115 VTY_NEWLINE);
1116 return CMD_WARNING;
1117 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001118 bts = gsm_bts_num(net, bts_nr);
Harald Weltef5025b62009-03-28 16:55:11 +00001119 bts_paging_dump_vty(vty, bts);
1120
1121 return CMD_SUCCESS;
1122 }
1123 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +02001124 bts = gsm_bts_num(net, bts_nr);
Harald Weltef5025b62009-03-28 16:55:11 +00001125 bts_paging_dump_vty(vty, bts);
1126 }
1127
1128 return CMD_SUCCESS;
1129}
1130
Harald Welte5013b2a2009-08-07 13:29:14 +02001131DEFUN(cfg_net,
1132 cfg_net_cmd,
Harald Welte8f0ed552010-05-11 21:53:49 +02001133 "network", NETWORK_STR)
Harald Welte5013b2a2009-08-07 13:29:14 +02001134{
Harald Weltedcccb182010-05-16 20:52:23 +02001135 vty->index = gsmnet_from_vty(vty);
Harald Welte5013b2a2009-08-07 13:29:14 +02001136 vty->node = GSMNET_NODE;
1137
1138 return CMD_SUCCESS;
1139}
1140
Harald Welte5013b2a2009-08-07 13:29:14 +02001141DEFUN(cfg_net_ncc,
1142 cfg_net_ncc_cmd,
1143 "network country code <1-999>",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001144 "Set the GSM network country code\n"
1145 "Country commands\n"
1146 CODE_CMD_STR
1147 "Network Country Code to use\n")
Harald Welte5013b2a2009-08-07 13:29:14 +02001148{
Harald Weltedcccb182010-05-16 20:52:23 +02001149 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1150
Harald Welte5013b2a2009-08-07 13:29:14 +02001151 gsmnet->country_code = atoi(argv[0]);
1152
1153 return CMD_SUCCESS;
1154}
1155
1156DEFUN(cfg_net_mnc,
1157 cfg_net_mnc_cmd,
Dieter Spaar402cced2011-07-27 23:43:56 +02001158 "mobile network code <0-999>",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001159 "Set the GSM mobile network code\n"
1160 "Network Commands\n"
1161 CODE_CMD_STR
1162 "Mobile Network Code to use\n")
Harald Welte5013b2a2009-08-07 13:29:14 +02001163{
Harald Weltedcccb182010-05-16 20:52:23 +02001164 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1165
Harald Welte5013b2a2009-08-07 13:29:14 +02001166 gsmnet->network_code = atoi(argv[0]);
1167
1168 return CMD_SUCCESS;
1169}
1170
1171DEFUN(cfg_net_name_short,
1172 cfg_net_name_short_cmd,
1173 "short name NAME",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001174 "Set the short GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Welte5013b2a2009-08-07 13:29:14 +02001175{
Harald Weltedcccb182010-05-16 20:52:23 +02001176 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1177
Holger Hans Peter Freyther3e9a7f82010-10-12 23:21:54 +02001178 bsc_replace_string(gsmnet, &gsmnet->name_short, argv[0]);
Harald Welte5013b2a2009-08-07 13:29:14 +02001179 return CMD_SUCCESS;
1180}
1181
1182DEFUN(cfg_net_name_long,
1183 cfg_net_name_long_cmd,
1184 "long name NAME",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001185 "Set the long GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Welte5013b2a2009-08-07 13:29:14 +02001186{
Harald Weltedcccb182010-05-16 20:52:23 +02001187 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1188
Holger Hans Peter Freyther3e9a7f82010-10-12 23:21:54 +02001189 bsc_replace_string(gsmnet, &gsmnet->name_long, argv[0]);
Harald Welte5013b2a2009-08-07 13:29:14 +02001190 return CMD_SUCCESS;
1191}
Harald Welte40f82892009-05-23 17:31:39 +00001192
Harald Welte (local)69de3972009-08-12 14:42:23 +02001193DEFUN(cfg_net_auth_policy,
1194 cfg_net_auth_policy_cmd,
1195 "auth policy (closed|accept-all|token)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001196 "Authentication (not cryptographic)\n"
1197 "Set the GSM network authentication policy\n"
1198 "Require the MS to be activated in HLR\n"
1199 "Accept all MS, whether in HLR or not\n"
1200 "Use SMS-token based authentication\n")
Harald Welte (local)69de3972009-08-12 14:42:23 +02001201{
1202 enum gsm_auth_policy policy = gsm_auth_policy_parse(argv[0]);
Harald Weltedcccb182010-05-16 20:52:23 +02001203 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte (local)69de3972009-08-12 14:42:23 +02001204
1205 gsmnet->auth_policy = policy;
1206
1207 return CMD_SUCCESS;
1208}
1209
Harald Welte1085c092009-11-18 20:33:19 +01001210DEFUN(cfg_net_reject_cause,
1211 cfg_net_reject_cause_cmd,
1212 "location updating reject cause <2-111>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001213 "Set the reject cause of location updating reject\n"
1214 "Set the reject cause of location updating reject\n"
1215 "Set the reject cause of location updating reject\n"
1216 "Set the reject cause of location updating reject\n"
1217 "Cause Value as Per GSM TS 04.08\n")
Harald Welte1085c092009-11-18 20:33:19 +01001218{
Harald Weltedcccb182010-05-16 20:52:23 +02001219 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1220
Harald Welte1085c092009-11-18 20:33:19 +01001221 gsmnet->reject_cause = atoi(argv[0]);
1222
1223 return CMD_SUCCESS;
1224}
1225
Harald Welte4381cfe2009-08-30 15:47:06 +09001226DEFUN(cfg_net_encryption,
1227 cfg_net_encryption_cmd,
Harald Weltead66a2d2012-07-04 21:37:56 +02001228 "encryption a5 (0|1|2|3)",
Harald Welte28326062010-05-14 20:05:17 +02001229 "Encryption options\n"
1230 "A5 encryption\n" "A5/0: No encryption\n"
Harald Weltead66a2d2012-07-04 21:37:56 +02001231 "A5/1: Encryption\n" "A5/2: Export-grade Encryption\n"
1232 "A5/3: 'New' Secure Encryption\n")
Harald Welte4381cfe2009-08-30 15:47:06 +09001233{
Harald Weltedcccb182010-05-16 20:52:23 +02001234 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1235
Andreas.Eversberg1059deb2009-11-17 09:55:26 +01001236 gsmnet->a5_encryption= atoi(argv[0]);
Harald Welte4381cfe2009-08-30 15:47:06 +09001237
1238 return CMD_SUCCESS;
1239}
1240
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001241DEFUN(cfg_net_neci,
1242 cfg_net_neci_cmd,
1243 "neci (0|1)",
Harald Welte28326062010-05-14 20:05:17 +02001244 "New Establish Cause Indication\n"
1245 "Don't set the NECI bit\n" "Set the NECI bit\n")
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001246{
Harald Weltedcccb182010-05-16 20:52:23 +02001247 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1248
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001249 gsmnet->neci = atoi(argv[0]);
Holger Hans Peter Freyther78891072010-09-06 09:36:02 +08001250 gsm_net_update_ctype(gsmnet);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001251 return CMD_SUCCESS;
1252}
1253
Harald Welteeab84a12009-12-13 10:53:12 +01001254DEFUN(cfg_net_rrlp_mode, cfg_net_rrlp_mode_cmd,
1255 "rrlp mode (none|ms-based|ms-preferred|ass-preferred)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001256 "Radio Resource Location Protocol\n"
1257 "Set the Radio Resource Location Protocol Mode\n"
1258 "Don't send RRLP request\n"
1259 "Request MS-based location\n"
1260 "Request any location, prefer MS-based\n"
1261 "Request any location, prefer MS-assisted\n")
Harald Welteeab84a12009-12-13 10:53:12 +01001262{
Harald Weltedcccb182010-05-16 20:52:23 +02001263 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1264
Harald Welteeab84a12009-12-13 10:53:12 +01001265 gsmnet->rrlp.mode = rrlp_mode_parse(argv[0]);
1266
1267 return CMD_SUCCESS;
1268}
1269
Harald Welte648b6ce2009-12-14 09:00:24 +01001270DEFUN(cfg_net_mm_info, cfg_net_mm_info_cmd,
1271 "mm info (0|1)",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001272 "Mobility Management\n"
1273 "Send MM INFO after LOC UPD ACCEPT\n"
1274 "Disable\n" "Enable\n")
Harald Welte648b6ce2009-12-14 09:00:24 +01001275{
Harald Weltedcccb182010-05-16 20:52:23 +02001276 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1277
Harald Welte648b6ce2009-12-14 09:00:24 +01001278 gsmnet->send_mm_info = atoi(argv[0]);
1279
1280 return CMD_SUCCESS;
1281}
1282
Harald Welte8f0ed552010-05-11 21:53:49 +02001283#define HANDOVER_STR "Handover Options\n"
1284
Harald Weltebc814502009-12-19 21:41:52 +01001285DEFUN(cfg_net_handover, cfg_net_handover_cmd,
1286 "handover (0|1)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001287 HANDOVER_STR
1288 "Don't perform in-call handover\n"
1289 "Perform in-call handover\n")
Harald Weltebc814502009-12-19 21:41:52 +01001290{
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001291 int enable = atoi(argv[0]);
Harald Weltedcccb182010-05-16 20:52:23 +02001292 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001293
1294 if (enable && ipacc_rtp_direct) {
Harald Weltefe03f0d2009-12-20 13:51:01 +01001295 vty_out(vty, "%% Cannot enable handover unless RTP Proxy mode "
1296 "is enabled by using the -P command line option%s",
1297 VTY_NEWLINE);
1298 return CMD_WARNING;
1299 }
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001300 gsmnet->handover.active = enable;
Harald Weltebc814502009-12-19 21:41:52 +01001301
1302 return CMD_SUCCESS;
1303}
1304
Harald Welte8f0ed552010-05-11 21:53:49 +02001305#define HO_WIN_STR HANDOVER_STR "Measurement Window\n"
1306#define HO_WIN_RXLEV_STR HO_WIN_STR "Received Level Averaging\n"
1307#define HO_WIN_RXQUAL_STR HO_WIN_STR "Received Quality Averaging\n"
1308#define HO_PBUDGET_STR HANDOVER_STR "Power Budget\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001309#define HO_AVG_COUNT_STR "Amount to use for Averaging\n"
Harald Welte8f0ed552010-05-11 21:53:49 +02001310
Harald Welteb720bd32009-12-21 16:51:50 +01001311DEFUN(cfg_net_ho_win_rxlev_avg, cfg_net_ho_win_rxlev_avg_cmd,
1312 "handover window rxlev averaging <1-10>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001313 HO_WIN_RXLEV_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001314 "How many RxLev measurements are used for averaging\n"
1315 HO_AVG_COUNT_STR)
Harald Welteb720bd32009-12-21 16:51:50 +01001316{
Harald Weltedcccb182010-05-16 20:52:23 +02001317 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001318 gsmnet->handover.win_rxlev_avg = atoi(argv[0]);
1319 return CMD_SUCCESS;
1320}
1321
1322DEFUN(cfg_net_ho_win_rxqual_avg, cfg_net_ho_win_rxqual_avg_cmd,
1323 "handover window rxqual averaging <1-10>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001324 HO_WIN_RXQUAL_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001325 "How many RxQual measurements are used for averaging\n"
1326 HO_AVG_COUNT_STR)
Harald Welteb720bd32009-12-21 16:51:50 +01001327{
Harald Weltedcccb182010-05-16 20:52:23 +02001328 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001329 gsmnet->handover.win_rxqual_avg = atoi(argv[0]);
1330 return CMD_SUCCESS;
1331}
1332
1333DEFUN(cfg_net_ho_win_rxlev_neigh_avg, cfg_net_ho_win_rxlev_avg_neigh_cmd,
1334 "handover window rxlev neighbor averaging <1-10>",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001335 HO_WIN_RXLEV_STR "Neighbor\n"
1336 "How many RxQual measurements are used for averaging\n"
1337 HO_AVG_COUNT_STR)
Harald Welteb720bd32009-12-21 16:51:50 +01001338{
Harald Weltedcccb182010-05-16 20:52:23 +02001339 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001340 gsmnet->handover.win_rxlev_avg_neigh = atoi(argv[0]);
1341 return CMD_SUCCESS;
1342}
1343
1344DEFUN(cfg_net_ho_pwr_interval, cfg_net_ho_pwr_interval_cmd,
1345 "handover power budget interval <1-99>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001346 HO_PBUDGET_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001347 "How often to check if we have a better cell (SACCH frames)\n"
1348 "Interval\n" "Number\n")
Harald Welteb720bd32009-12-21 16:51:50 +01001349{
Harald Weltedcccb182010-05-16 20:52:23 +02001350 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001351 gsmnet->handover.pwr_interval = atoi(argv[0]);
1352 return CMD_SUCCESS;
1353}
1354
1355DEFUN(cfg_net_ho_pwr_hysteresis, cfg_net_ho_pwr_hysteresis_cmd,
1356 "handover power budget hysteresis <0-999>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001357 HO_PBUDGET_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001358 "How many dB does a neighbor to be stronger to become a HO candidate\n"
1359 "Hysteresis\n" "Number\n")
Harald Welteb720bd32009-12-21 16:51:50 +01001360{
Harald Weltedcccb182010-05-16 20:52:23 +02001361 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001362 gsmnet->handover.pwr_hysteresis = atoi(argv[0]);
1363 return CMD_SUCCESS;
1364}
1365
1366DEFUN(cfg_net_ho_max_distance, cfg_net_ho_max_distance_cmd,
1367 "handover maximum distance <0-9999>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001368 HANDOVER_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001369 "How big is the maximum timing advance before HO is forced\n"
1370 "Distance\n" "Number\n")
Harald Welteb720bd32009-12-21 16:51:50 +01001371{
Harald Weltedcccb182010-05-16 20:52:23 +02001372 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001373 gsmnet->handover.max_distance = atoi(argv[0]);
1374 return CMD_SUCCESS;
1375}
Harald Weltebc814502009-12-19 21:41:52 +01001376
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001377DEFUN(cfg_net_pag_any_tch,
1378 cfg_net_pag_any_tch_cmd,
1379 "paging any use tch (0|1)",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001380 "Assign a TCH when receiving a Paging Any request\n"
1381 "Any Channel\n" "Use\n" "TCH\n"
1382 "Do not use TCH for Paging Request Any\n"
1383 "Do use TCH for Paging Request Any\n")
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001384{
Holger Hans Peter Freytherb0e88b82010-09-06 10:09:19 +08001385 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001386 gsmnet->pag_any_tch = atoi(argv[0]);
1387 gsm_net_update_ctype(gsmnet);
1388 return CMD_SUCCESS;
1389}
1390
Holger Hans Peter Freytherc8021062009-12-22 08:27:21 +01001391#define DECLARE_TIMER(number, doc) \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001392 DEFUN(cfg_net_T##number, \
1393 cfg_net_T##number##_cmd, \
1394 "timer t" #number " <0-65535>", \
Harald Welte8f0ed552010-05-11 21:53:49 +02001395 "Configure GSM Timers\n" \
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001396 doc "Timer Value\n") \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001397{ \
Harald Weltedcccb182010-05-16 20:52:23 +02001398 struct gsm_network *gsmnet = gsmnet_from_vty(vty); \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001399 int value = atoi(argv[0]); \
1400 \
1401 if (value < 0 || value > 65535) { \
1402 vty_out(vty, "Timer value %s out of range.%s", \
1403 argv[0], VTY_NEWLINE); \
1404 return CMD_WARNING; \
1405 } \
1406 \
1407 gsmnet->T##number = value; \
1408 return CMD_SUCCESS; \
1409}
1410
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001411DECLARE_TIMER(3101, "Set the timeout value for IMMEDIATE ASSIGNMENT.\n")
1412DECLARE_TIMER(3103, "Set the timeout value for HANDOVER.\n")
Harald Welte67161f22012-06-03 13:01:47 +02001413DECLARE_TIMER(3105, "Set the timer for repetition of PHYSICAL INFORMATION.\n")
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001414DECLARE_TIMER(3107, "Currently not used.\n")
Holger Hans Peter Freytherb3489392011-12-28 16:21:05 +01001415DECLARE_TIMER(3109, "Set the RSL SACCH deactivation timeout.\n")
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001416DECLARE_TIMER(3111, "Set the RSL timeout to wait before releasing the RF Channel.\n")
1417DECLARE_TIMER(3113, "Set the time to try paging a subscriber.\n")
1418DECLARE_TIMER(3115, "Currently not used.\n")
1419DECLARE_TIMER(3117, "Currently not used.\n")
1420DECLARE_TIMER(3119, "Currently not used.\n")
1421DECLARE_TIMER(3122, "Waiting time (seconds) after IMM ASS REJECT\n")
1422DECLARE_TIMER(3141, "Currently not used.\n")
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001423
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08001424DEFUN(cfg_net_dtx,
1425 cfg_net_dtx_cmd,
1426 "dtx-used (0|1)",
1427 "Enable the usage of DTX.\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001428 "DTX is disabled\n" "DTX is enabled\n")
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08001429{
1430 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1431 gsmnet->dtx_enabled = atoi(argv[0]);
1432 return CMD_SUCCESS;
1433}
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001434
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +01001435DEFUN(cfg_net_subscr_keep,
1436 cfg_net_subscr_keep_cmd,
1437 "subscriber-keep-in-ram (0|1)",
1438 "Keep unused subscribers in RAM.\n"
1439 "Delete unused subscribers\n" "Keep unused subscribers\n")
1440{
1441 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1442 gsmnet->keep_subscr = atoi(argv[0]);
1443 return CMD_SUCCESS;
1444}
1445
Harald Welte5258fc42009-03-28 19:07:53 +00001446/* per-BTS configuration */
1447DEFUN(cfg_bts,
1448 cfg_bts_cmd,
Harald Welte57e07242012-08-17 12:50:14 +02001449 "bts <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001450 "Select a BTS to configure\n"
1451 "BTS Number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001452{
Harald Weltedcccb182010-05-16 20:52:23 +02001453 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte5258fc42009-03-28 19:07:53 +00001454 int bts_nr = atoi(argv[0]);
1455 struct gsm_bts *bts;
1456
Harald Weltee441d9c2009-06-21 16:17:15 +02001457 if (bts_nr > gsmnet->num_bts) {
1458 vty_out(vty, "%% The next unused BTS number is %u%s",
1459 gsmnet->num_bts, VTY_NEWLINE);
Harald Welte5258fc42009-03-28 19:07:53 +00001460 return CMD_WARNING;
Harald Weltee441d9c2009-06-21 16:17:15 +02001461 } else if (bts_nr == gsmnet->num_bts) {
1462 /* allocate a new one */
Harald Welte3300c012011-06-05 13:31:33 +02001463 bts = gsm_bts_alloc_register(gsmnet, GSM_BTS_TYPE_UNKNOWN,
1464 HARDCODED_TSC, HARDCODED_BSIC);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001465 } else
Harald Weltee441d9c2009-06-21 16:17:15 +02001466 bts = gsm_bts_num(gsmnet, bts_nr);
1467
Daniel Willmannf15c2762010-01-11 13:43:07 +01001468 if (!bts) {
1469 vty_out(vty, "%% Unable to allocate BTS %u%s",
1470 gsmnet->num_bts, VTY_NEWLINE);
Harald Weltee441d9c2009-06-21 16:17:15 +02001471 return CMD_WARNING;
Daniel Willmannf15c2762010-01-11 13:43:07 +01001472 }
Harald Welte5258fc42009-03-28 19:07:53 +00001473
1474 vty->index = bts;
Harald Welte197dea92010-05-14 17:59:53 +02001475 vty->index_sub = &bts->description;
Harald Welte5258fc42009-03-28 19:07:53 +00001476 vty->node = BTS_NODE;
1477
1478 return CMD_SUCCESS;
1479}
1480
1481DEFUN(cfg_bts_type,
1482 cfg_bts_type_cmd,
Harald Weltee555c2b2012-08-17 13:02:12 +02001483 "type TYPE", /* dynamically created */
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001484 "Set the BTS type\n" "Type\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001485{
1486 struct gsm_bts *bts = vty->index;
Harald Welte39315c42010-01-10 18:01:52 +01001487 int rc;
Harald Welte5258fc42009-03-28 19:07:53 +00001488
Harald Welte39315c42010-01-10 18:01:52 +01001489 rc = gsm_set_bts_type(bts, parse_btstype(argv[0]));
1490 if (rc < 0)
1491 return CMD_WARNING;
Harald Welte8175e952009-10-20 00:22:00 +02001492
Harald Welte5258fc42009-03-28 19:07:53 +00001493 return CMD_SUCCESS;
1494}
1495
Harald Weltefcd24452009-06-20 18:15:19 +02001496DEFUN(cfg_bts_band,
1497 cfg_bts_band_cmd,
1498 "band BAND",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001499 "Set the frequency band of this BTS\n" "Frequency band\n")
Harald Weltefcd24452009-06-20 18:15:19 +02001500{
1501 struct gsm_bts *bts = vty->index;
Harald Welte42581822009-08-08 16:12:58 +02001502 int band = gsm_band_parse(argv[0]);
Harald Weltefcd24452009-06-20 18:15:19 +02001503
1504 if (band < 0) {
1505 vty_out(vty, "%% BAND %d is not a valid GSM band%s",
1506 band, VTY_NEWLINE);
1507 return CMD_WARNING;
1508 }
1509
1510 bts->band = band;
1511
1512 return CMD_SUCCESS;
1513}
1514
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02001515DEFUN(cfg_bts_ci,
1516 cfg_bts_ci_cmd,
1517 "cell_identity <0-65535>",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001518 "Set the Cell identity of this BTS\n" "Cell Identity\n")
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02001519{
1520 struct gsm_bts *bts = vty->index;
1521 int ci = atoi(argv[0]);
1522
1523 if (ci < 0 || ci > 0xffff) {
1524 vty_out(vty, "%% CI %d is not in the valid range (0-65535)%s",
1525 ci, VTY_NEWLINE);
1526 return CMD_WARNING;
1527 }
1528 bts->cell_identity = ci;
1529
1530 return CMD_SUCCESS;
1531}
1532
Harald Welte5258fc42009-03-28 19:07:53 +00001533DEFUN(cfg_bts_lac,
1534 cfg_bts_lac_cmd,
Holger Hans Peter Freyther0b7f4b32009-09-29 14:02:33 +02001535 "location_area_code <0-65535>",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001536 "Set the Location Area Code (LAC) of this BTS\n" "LAC\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001537{
1538 struct gsm_bts *bts = vty->index;
1539 int lac = atoi(argv[0]);
1540
Holger Hans Peter Freyther0b7f4b32009-09-29 14:02:33 +02001541 if (lac < 0 || lac > 0xffff) {
1542 vty_out(vty, "%% LAC %d is not in the valid range (0-65535)%s",
Harald Welte5258fc42009-03-28 19:07:53 +00001543 lac, VTY_NEWLINE);
1544 return CMD_WARNING;
1545 }
Holger Hans Peter Freythere48b9562009-10-01 04:07:15 +02001546
1547 if (lac == GSM_LAC_RESERVED_DETACHED || lac == GSM_LAC_RESERVED_ALL_BTS) {
1548 vty_out(vty, "%% LAC %d is reserved by GSM 04.08%s",
1549 lac, VTY_NEWLINE);
1550 return CMD_WARNING;
1551 }
1552
Harald Welte5258fc42009-03-28 19:07:53 +00001553 bts->location_area_code = lac;
1554
1555 return CMD_SUCCESS;
1556}
1557
Harald Weltea43f7892009-12-01 18:04:30 +05301558
Harald Welte5258fc42009-03-28 19:07:53 +00001559DEFUN(cfg_bts_tsc,
1560 cfg_bts_tsc_cmd,
Harald Weltec513ded2012-05-31 10:57:08 +02001561 "training_sequence_code <0-7>",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001562 "Set the Training Sequence Code (TSC) of this BTS\n" "TSC\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001563{
1564 struct gsm_bts *bts = vty->index;
1565 int tsc = atoi(argv[0]);
1566
Harald Welte5258fc42009-03-28 19:07:53 +00001567 bts->tsc = tsc;
1568
1569 return CMD_SUCCESS;
1570}
1571
Harald Welte78f2f502009-05-23 16:56:52 +00001572DEFUN(cfg_bts_bsic,
1573 cfg_bts_bsic_cmd,
1574 "base_station_id_code <0-63>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001575 "Set the Base Station Identity Code (BSIC) of this BTS\n"
1576 "BSIC of this BTS\n")
Harald Welte78f2f502009-05-23 16:56:52 +00001577{
1578 struct gsm_bts *bts = vty->index;
1579 int bsic = atoi(argv[0]);
1580
1581 if (bsic < 0 || bsic > 0x3f) {
Harald Welte42581822009-08-08 16:12:58 +02001582 vty_out(vty, "%% BSIC %d is not in the valid range (0-255)%s",
Harald Welte78f2f502009-05-23 16:56:52 +00001583 bsic, VTY_NEWLINE);
1584 return CMD_WARNING;
1585 }
1586 bts->bsic = bsic;
1587
1588 return CMD_SUCCESS;
1589}
1590
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001591DEFUN(cfg_bts_timezone,
1592 cfg_bts_timezone_cmd,
1593 "timezone <-19-19> (0|15|30|45)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001594 "Set the Timezone Offset of this BTS\n"
1595 "Timezone offset (hours)\n"
1596 "Timezone offset (00 minutes)\n"
1597 "Timezone offset (15 minutes)\n"
1598 "Timezone offset (30 minutes)\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02001599 "Timezone offset (45 minutes)\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02001600 )
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001601{
1602 struct gsm_bts *bts = vty->index;
1603 int tzhr = atoi(argv[0]);
1604 int tzmn = atoi(argv[1]);
1605
Harald Welte45f91712012-07-08 16:48:11 +02001606 bts->tz.hr = tzhr;
1607 bts->tz.mn = tzmn;
1608 bts->tz.override = 1;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001609
1610 return CMD_SUCCESS;
1611}
1612
1613DEFUN(cfg_bts_no_timezone,
1614 cfg_bts_no_timezone_cmd,
1615 "no timezone",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001616 NO_STR
1617 "Disable BTS specific timezone\n")
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001618{
1619 struct gsm_bts *bts = vty->index;
Harald Welte45f91712012-07-08 16:48:11 +02001620
1621 bts->tz.override = 0;
1622
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001623 return CMD_SUCCESS;
1624}
Harald Welte78f2f502009-05-23 16:56:52 +00001625
Harald Welte4cc34222009-05-01 15:12:31 +00001626DEFUN(cfg_bts_unit_id,
1627 cfg_bts_unit_id_cmd,
Harald Welte07dc73d2009-08-07 13:27:09 +02001628 "ip.access unit_id <0-65534> <0-255>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001629 "Abis/IP specific options\n"
1630 "Set the IPA BTS Unit ID\n"
1631 "Unit ID (Site)\n"
1632 "Unit ID (BTS)\n")
Harald Welte4cc34222009-05-01 15:12:31 +00001633{
1634 struct gsm_bts *bts = vty->index;
1635 int site_id = atoi(argv[0]);
1636 int bts_id = atoi(argv[1]);
1637
Harald Welte07dc73d2009-08-07 13:27:09 +02001638 if (!is_ipaccess_bts(bts)) {
1639 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1640 return CMD_WARNING;
1641 }
1642
Harald Welte4cc34222009-05-01 15:12:31 +00001643 bts->ip_access.site_id = site_id;
1644 bts->ip_access.bts_id = bts_id;
1645
1646 return CMD_SUCCESS;
1647}
1648
Harald Welte8b291802013-03-12 13:57:05 +01001649DEFUN(cfg_bts_rsl_ip,
1650 cfg_bts_rsl_ip_cmd,
1651 "ip.access rsl-ip A.B.C.D",
1652 "Abis/IP specific options\n"
1653 "Set the IPA RSL IP Address of the BSC\n"
1654 "Destination IP address for RSL connection\n")
1655{
1656 struct gsm_bts *bts = vty->index;
1657 struct in_addr ia;
1658
1659 if (!is_ipaccess_bts(bts)) {
1660 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1661 return CMD_WARNING;
1662 }
1663
1664 inet_aton(argv[0], &ia);
1665 bts->ip_access.rsl_ip = ntohl(ia.s_addr);
1666
1667 return CMD_SUCCESS;
1668}
1669
1670
Sylvain Munautc9519462011-10-17 14:04:55 +02001671DEFUN(cfg_bts_nokia_site_skip_reset,
1672 cfg_bts_nokia_site_skip_reset_cmd,
1673 "nokia_site skip-reset (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001674 "Nokia *Site related commands\n"
1675 "Skip the reset step during bootstrap process of this BTS\n"
1676 "Do NOT skip the reset\n" "Skip the reset\n")
Sylvain Munautc9519462011-10-17 14:04:55 +02001677{
1678 struct gsm_bts *bts = vty->index;
1679
1680 if (bts->type != GSM_BTS_TYPE_NOKIA_SITE) {
1681 vty_out(vty, "%% BTS is not of Nokia *Site type%s", VTY_NEWLINE);
1682 return CMD_WARNING;
1683 }
1684
1685 bts->nokia.skip_reset = atoi(argv[0]);
1686
1687 return CMD_SUCCESS;
1688}
1689
Harald Welte8f0ed552010-05-11 21:53:49 +02001690#define OML_STR "Organization & Maintenance Link\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02001691#define IPA_STR "A-bis/IP Specific Options\n"
Harald Welte8f0ed552010-05-11 21:53:49 +02001692
Harald Welte8175e952009-10-20 00:22:00 +02001693DEFUN(cfg_bts_stream_id,
1694 cfg_bts_stream_id_cmd,
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001695 "oml ip.access stream_id <0-255> line E1_LINE",
Harald Welte8f0ed552010-05-11 21:53:49 +02001696 OML_STR IPA_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001697 "Set the ip.access Stream ID of the OML link of this BTS\n"
1698 "Stream Identifier\n" "Virtual E1 Line Number\n" "Virtual E1 Line Number\n")
Harald Welte8175e952009-10-20 00:22:00 +02001699{
1700 struct gsm_bts *bts = vty->index;
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001701 int stream_id = atoi(argv[0]), linenr = atoi(argv[1]);
Harald Welte8175e952009-10-20 00:22:00 +02001702
1703 if (!is_ipaccess_bts(bts)) {
1704 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1705 return CMD_WARNING;
1706 }
1707
1708 bts->oml_tei = stream_id;
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001709 /* This is used by e1inp_bind_ops callback for each BTS model. */
1710 bts->oml_e1_link.e1_nr = linenr;
1711
1712 return CMD_SUCCESS;
1713}
1714
Harald Welted13e0cd2012-08-17 09:52:03 +02001715#define OML_E1_STR OML_STR "OML E1/T1 Configuration\n"
Harald Welte8175e952009-10-20 00:22:00 +02001716
Harald Welte42581822009-08-08 16:12:58 +02001717DEFUN(cfg_bts_oml_e1,
1718 cfg_bts_oml_e1_cmd,
1719 "oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welted13e0cd2012-08-17 09:52:03 +02001720 OML_E1_STR
1721 "E1/T1 line number to be used for OML\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02001722 "E1/T1 line number to be used for OML\n"
1723 "E1/T1 timeslot to be used for OML\n"
1724 "E1/T1 timeslot to be used for OML\n"
1725 "E1/T1 sub-slot to be used for OML\n"
1726 "Use E1/T1 sub-slot 0\n"
1727 "Use E1/T1 sub-slot 1\n"
1728 "Use E1/T1 sub-slot 2\n"
1729 "Use E1/T1 sub-slot 3\n"
1730 "Use full E1 slot 3\n"
1731 )
Harald Welte42581822009-08-08 16:12:58 +02001732{
1733 struct gsm_bts *bts = vty->index;
1734
1735 parse_e1_link(&bts->oml_e1_link, argv[0], argv[1], argv[2]);
1736
1737 return CMD_SUCCESS;
1738}
1739
1740
1741DEFUN(cfg_bts_oml_e1_tei,
1742 cfg_bts_oml_e1_tei_cmd,
1743 "oml e1 tei <0-63>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001744 OML_E1_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001745 "Set the TEI to be used for OML\n"
1746 "TEI Number\n")
Harald Welte42581822009-08-08 16:12:58 +02001747{
1748 struct gsm_bts *bts = vty->index;
1749
1750 bts->oml_tei = atoi(argv[0]);
1751
1752 return CMD_SUCCESS;
1753}
1754
Harald Welte7a8fa412009-08-10 13:48:16 +02001755DEFUN(cfg_bts_challoc, cfg_bts_challoc_cmd,
1756 "channel allocator (ascending|descending)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001757 "Channnel Allocator\n" "Channel Allocator\n"
1758 "Allocate Timeslots and Transceivers in ascending order\n"
1759 "Allocate Timeslots and Transceivers in descending order\n")
Harald Welte7a8fa412009-08-10 13:48:16 +02001760{
1761 struct gsm_bts *bts = vty->index;
1762
1763 if (!strcmp(argv[0], "ascending"))
1764 bts->chan_alloc_reverse = 0;
1765 else
1766 bts->chan_alloc_reverse = 1;
1767
1768 return CMD_SUCCESS;
1769}
1770
Harald Welte8f0ed552010-05-11 21:53:49 +02001771#define RACH_STR "Random Access Control Channel\n"
1772
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01001773DEFUN(cfg_bts_rach_tx_integer,
1774 cfg_bts_rach_tx_integer_cmd,
1775 "rach tx integer <0-15>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001776 RACH_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001777 "Set the raw tx integer value in RACH Control parameters IE\n"
1778 "Set the raw tx integer value in RACH Control parameters IE\n"
1779 "Raw tx integer value in RACH Control parameters IE\n")
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01001780{
1781 struct gsm_bts *bts = vty->index;
1782 bts->si_common.rach_control.tx_integer = atoi(argv[0]) & 0xf;
1783 return CMD_SUCCESS;
1784}
1785
1786DEFUN(cfg_bts_rach_max_trans,
1787 cfg_bts_rach_max_trans_cmd,
1788 "rach max transmission (1|2|4|7)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001789 RACH_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001790 "Set the maximum number of RACH burst transmissions\n"
1791 "Set the maximum number of RACH burst transmissions\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02001792 "Maximum number of 1 RACH burst transmissions\n"
1793 "Maximum number of 2 RACH burst transmissions\n"
1794 "Maximum number of 4 RACH burst transmissions\n"
1795 "Maximum number of 7 RACH burst transmissions\n")
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01001796{
1797 struct gsm_bts *bts = vty->index;
1798 bts->si_common.rach_control.max_trans = rach_max_trans_val2raw(atoi(argv[0]));
1799 return CMD_SUCCESS;
1800}
1801
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +02001802#define CD_STR "Channel Description\n"
1803
1804DEFUN(cfg_bts_chan_desc_att,
1805 cfg_bts_chan_desc_att_cmd,
1806 "channel-descrption attach (0|1)",
1807 CD_STR
1808 "Set if attachment is required\n"
1809 "Attachment is NOT required\n"
1810 "Attachment is required (standard)\n")
1811{
1812 struct gsm_bts *bts = vty->index;
1813 bts->si_common.chan_desc.att = atoi(argv[0]);
1814 return CMD_SUCCESS;
1815}
1816
1817DEFUN(cfg_bts_chan_desc_bs_pa_mfrms,
1818 cfg_bts_chan_desc_bs_pa_mfrms_cmd,
1819 "channel-descrption bs-pa-mfrms <2-9>",
1820 CD_STR
1821 "Set number of multiframe periods for paging groups\n"
1822 "Number of multiframe periods for paging groups\n")
1823{
1824 struct gsm_bts *bts = vty->index;
1825 int bs_pa_mfrms = atoi(argv[0]);
1826
1827 bts->si_common.chan_desc.bs_pa_mfrms = bs_pa_mfrms - 2;
1828 return CMD_SUCCESS;
1829}
1830
1831DEFUN(cfg_bts_chan_desc_bs_ag_blks_res,
1832 cfg_bts_chan_desc_bs_ag_blks_res_cmd,
1833 "channel-descrption bs-ag-blks-res <0-7>",
1834 CD_STR
1835 "Set number of blocks reserved for access grant\n"
1836 "Number of blocks reserved for access grant\n")
1837{
1838 struct gsm_bts *bts = vty->index;
1839 int bs_ag_blks_res = atoi(argv[0]);
1840
1841 bts->si_common.chan_desc.bs_ag_blks_res = bs_ag_blks_res;
1842 return CMD_SUCCESS;
1843}
1844
Harald Welte8f0ed552010-05-11 21:53:49 +02001845#define NM_STR "Network Management\n"
1846
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08001847DEFUN(cfg_bts_rach_nm_b_thresh,
1848 cfg_bts_rach_nm_b_thresh_cmd,
1849 "rach nm busy threshold <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001850 RACH_STR NM_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001851 "Set the NM Busy Threshold\n"
1852 "Set the NM Busy Threshold\n"
1853 "NM Busy Threshold in dB")
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08001854{
1855 struct gsm_bts *bts = vty->index;
1856 bts->rach_b_thresh = atoi(argv[0]);
1857 return CMD_SUCCESS;
1858}
1859
1860DEFUN(cfg_bts_rach_nm_ldavg,
1861 cfg_bts_rach_nm_ldavg_cmd,
1862 "rach nm load average <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001863 RACH_STR NM_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001864 "Set the NM Loadaverage Slots value\n"
1865 "Set the NM Loadaverage Slots value\n"
1866 "NM Loadaverage Slots value\n")
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08001867{
1868 struct gsm_bts *bts = vty->index;
1869 bts->rach_ldavg_slots = atoi(argv[0]);
1870 return CMD_SUCCESS;
1871}
1872
Harald Welte (local)5dececf2009-08-12 13:28:23 +02001873DEFUN(cfg_bts_cell_barred, cfg_bts_cell_barred_cmd,
1874 "cell barred (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001875 "Should this cell be barred from access?\n"
1876 "Should this cell be barred from access?\n"
1877 "Cell should NOT be barred\n"
1878 "Cell should be barred\n")
1879
Harald Welte (local)5dececf2009-08-12 13:28:23 +02001880{
1881 struct gsm_bts *bts = vty->index;
1882
Harald Welte71355012009-12-21 23:08:18 +01001883 bts->si_common.rach_control.cell_bar = atoi(argv[0]);
Harald Welte (local)5dececf2009-08-12 13:28:23 +02001884
1885 return CMD_SUCCESS;
1886}
1887
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08001888DEFUN(cfg_bts_rach_ec_allowed, cfg_bts_rach_ec_allowed_cmd,
1889 "rach emergency call allowed (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001890 RACH_STR
1891 "Should this cell allow emergency calls?\n"
1892 "Should this cell allow emergency calls?\n"
1893 "Should this cell allow emergency calls?\n"
1894 "Do NOT allow emergency calls\n"
1895 "Allow emergency calls\n")
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08001896{
1897 struct gsm_bts *bts = vty->index;
1898
1899 if (atoi(argv[0]) == 0)
1900 bts->si_common.rach_control.t2 |= 0x4;
1901 else
1902 bts->si_common.rach_control.t2 &= ~0x4;
1903
1904 return CMD_SUCCESS;
1905}
1906
Harald Welte (local)0e451d02009-08-13 10:14:26 +02001907DEFUN(cfg_bts_ms_max_power, cfg_bts_ms_max_power_cmd,
1908 "ms max power <0-40>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001909 "MS Options\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02001910 "Maximum transmit power of the MS\n"
1911 "Maximum transmit power of the MS\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02001912 "Maximum transmit power of the MS in dBm")
Harald Welte (local)0e451d02009-08-13 10:14:26 +02001913{
1914 struct gsm_bts *bts = vty->index;
1915
1916 bts->ms_max_power = atoi(argv[0]);
1917
1918 return CMD_SUCCESS;
1919}
1920
Harald Weltecfaabbb2012-08-16 23:23:50 +02001921#define CELL_STR "Cell Parameters\n"
1922
Harald Welte73225282009-12-12 18:17:25 +01001923DEFUN(cfg_bts_cell_resel_hyst, cfg_bts_cell_resel_hyst_cmd,
1924 "cell reselection hysteresis <0-14>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001925 CELL_STR "Cell re-selection parameters\n"
1926 "Cell Re-Selection Hysteresis in dB\n"
Harald Welte73225282009-12-12 18:17:25 +01001927 "Cell Re-Selection Hysteresis in dB")
1928{
1929 struct gsm_bts *bts = vty->index;
1930
1931 bts->si_common.cell_sel_par.cell_resel_hyst = atoi(argv[0])/2;
1932
1933 return CMD_SUCCESS;
1934}
1935
1936DEFUN(cfg_bts_rxlev_acc_min, cfg_bts_rxlev_acc_min_cmd,
1937 "rxlev access min <0-63>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001938 "Minimum RxLev needed for cell access\n"
1939 "Minimum RxLev needed for cell access\n"
1940 "Minimum RxLev needed for cell access\n"
Harald Welte73225282009-12-12 18:17:25 +01001941 "Minimum RxLev needed for cell access (better than -110dBm)")
1942{
1943 struct gsm_bts *bts = vty->index;
1944
1945 bts->si_common.cell_sel_par.rxlev_acc_min = atoi(argv[0]);
1946
1947 return CMD_SUCCESS;
1948}
1949
Sylvain Munaute0b06b02010-11-28 18:17:28 +01001950DEFUN(cfg_bts_cell_bar_qualify, cfg_bts_cell_bar_qualify_cmd,
1951 "cell bar qualify (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001952 CELL_STR "Cell Bar Qualify\n" "Cell Bar Qualify\n"
1953 "Set CBQ to 0\n" "Set CBQ to 1\n")
Sylvain Munaute0b06b02010-11-28 18:17:28 +01001954{
1955 struct gsm_bts *bts = vty->index;
1956
1957 bts->si_common.cell_ro_sel_par.present = 1;
1958 bts->si_common.cell_ro_sel_par.cbq = atoi(argv[0]);
1959
1960 return CMD_SUCCESS;
1961}
1962
1963DEFUN(cfg_bts_cell_resel_ofs, cfg_bts_cell_resel_ofs_cmd,
1964 "cell reselection offset <0-126>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001965 CELL_STR "Cell Re-Selection Parameters\n"
1966 "Cell Re-Selection Offset (CRO) in dB\n"
1967 "Cell Re-Selection Offset (CRO) in dB\n"
1968 )
Sylvain Munaute0b06b02010-11-28 18:17:28 +01001969{
1970 struct gsm_bts *bts = vty->index;
1971
1972 bts->si_common.cell_ro_sel_par.present = 1;
1973 bts->si_common.cell_ro_sel_par.cell_resel_off = atoi(argv[0])/2;
1974
1975 return CMD_SUCCESS;
1976}
1977
1978DEFUN(cfg_bts_temp_ofs, cfg_bts_temp_ofs_cmd,
1979 "temporary offset <0-60>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001980 "Cell selection temporary negative offset\n"
1981 "Cell selection temporary negative offset\n"
Sylvain Munaute0b06b02010-11-28 18:17:28 +01001982 "Cell selection temporary negative offset in dB")
1983{
1984 struct gsm_bts *bts = vty->index;
1985
1986 bts->si_common.cell_ro_sel_par.present = 1;
1987 bts->si_common.cell_ro_sel_par.temp_offs = atoi(argv[0])/10;
1988
1989 return CMD_SUCCESS;
1990}
1991
1992DEFUN(cfg_bts_temp_ofs_inf, cfg_bts_temp_ofs_inf_cmd,
1993 "temporary offset infinite",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001994 "Cell selection temporary negative offset\n"
1995 "Cell selection temporary negative offset\n"
Sylvain Munaute0b06b02010-11-28 18:17:28 +01001996 "Sets cell selection temporary negative offset to infinity")
1997{
1998 struct gsm_bts *bts = vty->index;
1999
2000 bts->si_common.cell_ro_sel_par.present = 1;
2001 bts->si_common.cell_ro_sel_par.temp_offs = 7;
2002
2003 return CMD_SUCCESS;
2004}
2005
2006DEFUN(cfg_bts_penalty_time, cfg_bts_penalty_time_cmd,
2007 "penalty time <20-620>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002008 "Cell selection penalty time\n"
2009 "Cell selection penalty time\n"
2010 "Cell selection penalty time in seconds (by 20s increments)\n")
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002011{
2012 struct gsm_bts *bts = vty->index;
2013
2014 bts->si_common.cell_ro_sel_par.present = 1;
2015 bts->si_common.cell_ro_sel_par.penalty_time = (atoi(argv[0])-20)/20;
2016
2017 return CMD_SUCCESS;
2018}
2019
2020DEFUN(cfg_bts_penalty_time_rsvd, cfg_bts_penalty_time_rsvd_cmd,
2021 "penalty time reserved",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002022 "Cell selection penalty time\n"
2023 "Cell selection penalty time\n"
2024 "Set cell selection penalty time to reserved value 31, "
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002025 "(indicate that CELL_RESELECT_OFFSET is subtracted from C2 "
2026 "and TEMPORARY_OFFSET is ignored)")
2027{
2028 struct gsm_bts *bts = vty->index;
2029
2030 bts->si_common.cell_ro_sel_par.present = 1;
2031 bts->si_common.cell_ro_sel_par.penalty_time = 31;
2032
2033 return CMD_SUCCESS;
2034}
2035
Harald Welte (local)efc92312009-08-14 23:09:25 +02002036DEFUN(cfg_bts_per_loc_upd, cfg_bts_per_loc_upd_cmd,
Daniel Willmann4d62d632012-12-27 00:02:01 +01002037 "periodic location update <6-1530>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002038 "Periodic Location Updating Interval\n"
2039 "Periodic Location Updating Interval\n"
2040 "Periodic Location Updating Interval\n"
2041 "Periodic Location Updating Interval in Minutes\n")
Harald Welte (local)efc92312009-08-14 23:09:25 +02002042{
2043 struct gsm_bts *bts = vty->index;
2044
Dieter Spaard6613e02010-10-05 21:10:55 +02002045 bts->si_common.chan_desc.t3212 = atoi(argv[0]) / 6;
Harald Welte (local)efc92312009-08-14 23:09:25 +02002046
2047 return CMD_SUCCESS;
2048}
2049
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +02002050DEFUN(cfg_bts_no_per_loc_upd, cfg_bts_no_per_loc_upd_cmd,
2051 "no periodic location update",
2052 NO_STR
2053 "Periodic Location Updating Interval\n"
2054 "Periodic Location Updating Interval\n"
2055 "Periodic Location Updating Interval\n")
2056{
2057 struct gsm_bts *bts = vty->index;
2058
2059 bts->si_common.chan_desc.t3212 = 0;
2060 return CMD_SUCCESS;
2061}
2062
Harald Welte8f0ed552010-05-11 21:53:49 +02002063#define GPRS_TEXT "GPRS Packet Network\n"
2064
Harald Welteaf387632010-03-14 23:30:30 +08002065DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
Harald Welte57ba7e32010-04-18 14:00:26 +02002066 "gprs cell bvci <2-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002067 GPRS_TEXT
2068 "GPRS Cell Settings\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02002069 "GPRS BSSGP VC Identifier\n"
Harald Welte97a282b2010-03-14 15:37:43 +08002070 "GPRS BSSGP VC Identifier")
2071{
2072 struct gsm_bts *bts = vty->index;
2073
Harald Welte4511d892010-04-18 15:51:20 +02002074 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002075 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2076 return CMD_WARNING;
2077 }
2078
Harald Welte97a282b2010-03-14 15:37:43 +08002079 bts->gprs.cell.bvci = atoi(argv[0]);
2080
2081 return CMD_SUCCESS;
2082}
2083
Harald Weltea5731cf2010-03-22 11:48:36 +08002084DEFUN(cfg_bts_gprs_nsei, cfg_bts_gprs_nsei_cmd,
2085 "gprs nsei <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002086 GPRS_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002087 "GPRS NS Entity Identifier\n"
Harald Weltea5731cf2010-03-22 11:48:36 +08002088 "GPRS NS Entity Identifier")
2089{
2090 struct gsm_bts *bts = vty->index;
2091
Harald Welte4511d892010-04-18 15:51:20 +02002092 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltea5731cf2010-03-22 11:48:36 +08002093 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2094 return CMD_WARNING;
2095 }
2096
2097 bts->gprs.nse.nsei = atoi(argv[0]);
2098
2099 return CMD_SUCCESS;
2100}
2101
Harald Welte8f0ed552010-05-11 21:53:49 +02002102#define NSVC_TEXT "Network Service Virtual Connection (NS-VC)\n" \
2103 "NSVC Logical Number\n"
Harald Weltea5731cf2010-03-22 11:48:36 +08002104
Harald Welte97a282b2010-03-14 15:37:43 +08002105DEFUN(cfg_bts_gprs_nsvci, cfg_bts_gprs_nsvci_cmd,
2106 "gprs nsvc <0-1> nsvci <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002107 GPRS_TEXT NSVC_TEXT
2108 "NS Virtual Connection Identifier\n"
Harald Welte97a282b2010-03-14 15:37:43 +08002109 "GPRS NS VC Identifier")
2110{
2111 struct gsm_bts *bts = vty->index;
2112 int idx = atoi(argv[0]);
2113
Harald Welte4511d892010-04-18 15:51:20 +02002114 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002115 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2116 return CMD_WARNING;
2117 }
2118
Harald Welte97a282b2010-03-14 15:37:43 +08002119 bts->gprs.nsvc[idx].nsvci = atoi(argv[1]);
2120
2121 return CMD_SUCCESS;
2122}
2123
Harald Welteaf387632010-03-14 23:30:30 +08002124DEFUN(cfg_bts_gprs_nsvc_lport, cfg_bts_gprs_nsvc_lport_cmd,
2125 "gprs nsvc <0-1> local udp port <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002126 GPRS_TEXT NSVC_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002127 "GPRS NS Local UDP Port\n"
2128 "GPRS NS Local UDP Port\n"
2129 "GPRS NS Local UDP Port\n"
Harald Welte13fe2192012-08-17 09:57:25 +02002130 "GPRS NS Local UDP Port Number\n")
Harald Welteaf387632010-03-14 23:30:30 +08002131{
2132 struct gsm_bts *bts = vty->index;
2133 int idx = atoi(argv[0]);
2134
Harald Welte4511d892010-04-18 15:51:20 +02002135 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-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 Welteaf387632010-03-14 23:30:30 +08002140 bts->gprs.nsvc[idx].local_port = atoi(argv[1]);
2141
2142 return CMD_SUCCESS;
2143}
2144
2145DEFUN(cfg_bts_gprs_nsvc_rport, cfg_bts_gprs_nsvc_rport_cmd,
2146 "gprs nsvc <0-1> remote udp port <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002147 GPRS_TEXT NSVC_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002148 "GPRS NS Remote UDP Port\n"
2149 "GPRS NS Remote UDP Port\n"
Harald Welte13fe2192012-08-17 09:57:25 +02002150 "GPRS NS Remote UDP Port\n"
2151 "GPRS NS Remote UDP Port Number\n")
Harald Welteaf387632010-03-14 23:30:30 +08002152{
2153 struct gsm_bts *bts = vty->index;
2154 int idx = atoi(argv[0]);
2155
Harald Welte4511d892010-04-18 15:51:20 +02002156 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002157 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2158 return CMD_WARNING;
2159 }
2160
Harald Welteaf387632010-03-14 23:30:30 +08002161 bts->gprs.nsvc[idx].remote_port = atoi(argv[1]);
2162
2163 return CMD_SUCCESS;
2164}
2165
2166DEFUN(cfg_bts_gprs_nsvc_rip, cfg_bts_gprs_nsvc_rip_cmd,
2167 "gprs nsvc <0-1> remote ip A.B.C.D",
Harald Welte8f0ed552010-05-11 21:53:49 +02002168 GPRS_TEXT NSVC_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002169 "GPRS NS Remote IP Address\n"
2170 "GPRS NS Remote IP Address\n"
2171 "GPRS NS Remote IP Address\n")
Harald Welteaf387632010-03-14 23:30:30 +08002172{
2173 struct gsm_bts *bts = vty->index;
2174 int idx = atoi(argv[0]);
2175 struct in_addr ia;
2176
Harald Welte4511d892010-04-18 15:51:20 +02002177 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002178 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2179 return CMD_WARNING;
2180 }
2181
Harald Welteaf387632010-03-14 23:30:30 +08002182 inet_aton(argv[1], &ia);
2183 bts->gprs.nsvc[idx].remote_ip = ntohl(ia.s_addr);
2184
2185 return CMD_SUCCESS;
2186}
2187
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08002188DEFUN(cfg_bts_pag_free, cfg_bts_pag_free_cmd,
Harald Weltecfaabbb2012-08-16 23:23:50 +02002189 "paging free <-1-1024>",
2190 "Paging options\n"
2191 "Only page when having a certain amount of free slots\n"
2192 "amount of required free paging slots. -1 to disable\n")
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08002193{
2194 struct gsm_bts *bts = vty->index;
2195
2196 bts->paging.free_chans_need = atoi(argv[0]);
2197 return CMD_SUCCESS;
2198}
2199
Harald Welte615e9562010-05-11 23:50:21 +02002200DEFUN(cfg_bts_gprs_ns_timer, cfg_bts_gprs_ns_timer_cmd,
2201 "gprs ns timer " NS_TIMERS " <0-255>",
2202 GPRS_TEXT "Network Service\n"
2203 "Network Service Timer\n"
2204 NS_TIMERS_HELP "Timer Value\n")
2205{
2206 struct gsm_bts *bts = vty->index;
2207 int idx = get_string_value(gprs_ns_timer_strs, argv[0]);
2208 int val = atoi(argv[1]);
2209
2210 if (bts->gprs.mode == BTS_GPRS_NONE) {
2211 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2212 return CMD_WARNING;
2213 }
2214
2215 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.nse.timer))
2216 return CMD_WARNING;
2217
2218 bts->gprs.nse.timer[idx] = val;
2219
2220 return CMD_SUCCESS;
2221}
2222
2223#define BSSGP_TIMERS "(blocking-timer|blocking-retries|unblocking-retries|reset-timer|reset-retries|suspend-timer|suspend-retries|resume-timer|resume-retries|capability-update-timer|capability-update-retries)"
Harald Welte28326062010-05-14 20:05:17 +02002224#define BSSGP_TIMERS_HELP \
2225 "Tbvc-block timeout\n" \
2226 "Tbvc-block retries\n" \
2227 "Tbvc-unblock retries\n" \
2228 "Tbvcc-reset timeout\n" \
2229 "Tbvc-reset retries\n" \
2230 "Tbvc-suspend timeout\n" \
2231 "Tbvc-suspend retries\n" \
2232 "Tbvc-resume timeout\n" \
2233 "Tbvc-resume retries\n" \
2234 "Tbvc-capa-update timeout\n" \
2235 "Tbvc-capa-update retries\n"
Harald Welte615e9562010-05-11 23:50:21 +02002236
2237DEFUN(cfg_bts_gprs_cell_timer, cfg_bts_gprs_cell_timer_cmd,
2238 "gprs cell timer " BSSGP_TIMERS " <0-255>",
2239 GPRS_TEXT "Cell / BSSGP\n"
2240 "Cell/BSSGP Timer\n"
2241 BSSGP_TIMERS_HELP "Timer Value\n")
2242{
2243 struct gsm_bts *bts = vty->index;
2244 int idx = get_string_value(gprs_bssgp_cfg_strs, argv[0]);
2245 int val = atoi(argv[1]);
2246
2247 if (bts->gprs.mode == BTS_GPRS_NONE) {
2248 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2249 return CMD_WARNING;
2250 }
2251
2252 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.cell.timer))
2253 return CMD_WARNING;
2254
2255 bts->gprs.cell.timer[idx] = val;
2256
2257 return CMD_SUCCESS;
2258}
2259
Harald Welte97a282b2010-03-14 15:37:43 +08002260DEFUN(cfg_bts_gprs_rac, cfg_bts_gprs_rac_cmd,
2261 "gprs routing area <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002262 GPRS_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002263 "GPRS Routing Area Code\n"
2264 "GPRS Routing Area Code\n"
2265 "GPRS Routing Area Code\n")
Harald Welte97a282b2010-03-14 15:37:43 +08002266{
2267 struct gsm_bts *bts = vty->index;
2268
Harald Welte4511d892010-04-18 15:51:20 +02002269 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002270 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2271 return CMD_WARNING;
2272 }
2273
Harald Welte97a282b2010-03-14 15:37:43 +08002274 bts->gprs.rac = atoi(argv[0]);
2275
2276 return CMD_SUCCESS;
2277}
2278
Andreas Eversberg0c8f9ca2013-03-16 16:31:26 +01002279DEFUN(cfg_bts_gprs_net_ctrl_ord, cfg_bts_gprs_net_ctrl_ord_cmd,
2280 "gprs network-control-order (nc0|nc1|nc2)",
2281 GPRS_TEXT
2282 "GPRS Network Control Order\n"
2283 "MS controlled cell re-selection, no measurement reporting\n"
2284 "MS controlled cell re-selection, MS sends measurement reports\n"
2285 "Network controlled cell re-selection, MS sends measurement reports\n")
2286{
2287 struct gsm_bts *bts = vty->index;
2288
2289 if (bts->gprs.mode == BTS_GPRS_NONE) {
2290 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2291 return CMD_WARNING;
2292 }
2293
2294 bts->gprs.net_ctrl_ord = atoi(argv[0] + 2);
2295
2296 return CMD_SUCCESS;
2297}
2298
Harald Welte4511d892010-04-18 15:51:20 +02002299DEFUN(cfg_bts_gprs_mode, cfg_bts_gprs_mode_cmd,
2300 "gprs mode (none|gprs|egprs)",
Harald Welte8f0ed552010-05-11 21:53:49 +02002301 GPRS_TEXT
2302 "GPRS Mode for this BTS\n"
2303 "GPRS Disabled on this BTS\n"
2304 "GPRS Enabled on this BTS\n"
2305 "EGPRS (EDGE) Enabled on this BTS\n")
Harald Welteaf387632010-03-14 23:30:30 +08002306{
2307 struct gsm_bts *bts = vty->index;
Harald Weltef3d8e922010-06-14 22:44:42 +02002308 enum bts_gprs_mode mode = bts_gprs_mode_parse(argv[0]);
Harald Welteaf387632010-03-14 23:30:30 +08002309
Harald Weltef3d8e922010-06-14 22:44:42 +02002310 if (mode != BTS_GPRS_NONE &&
2311 !gsm_bts_has_feature(bts, BTS_FEAT_GPRS)) {
2312 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2313 VTY_NEWLINE);
2314 return CMD_WARNING;
2315 }
2316 if (mode == BTS_GPRS_EGPRS &&
2317 !gsm_bts_has_feature(bts, BTS_FEAT_EGPRS)) {
2318 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2319 VTY_NEWLINE);
2320 return CMD_WARNING;
2321 }
2322
2323 bts->gprs.mode = mode;
Harald Welteaf387632010-03-14 23:30:30 +08002324
2325 return CMD_SUCCESS;
2326}
2327
Harald Welte9fbff4a2010-07-30 11:50:09 +02002328#define SI_TEXT "System Information Messages\n"
2329#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)"
2330#define SI_TYPE_HELP "System Information Type 1\n" \
2331 "System Information Type 2\n" \
2332 "System Information Type 3\n" \
2333 "System Information Type 4\n" \
2334 "System Information Type 5\n" \
2335 "System Information Type 6\n" \
2336 "System Information Type 7\n" \
2337 "System Information Type 8\n" \
2338 "System Information Type 9\n" \
2339 "System Information Type 10\n" \
2340 "System Information Type 13\n" \
2341 "System Information Type 16\n" \
2342 "System Information Type 17\n" \
2343 "System Information Type 18\n" \
2344 "System Information Type 19\n" \
2345 "System Information Type 20\n" \
2346 "System Information Type 2bis\n" \
2347 "System Information Type 2ter\n" \
2348 "System Information Type 2quater\n" \
2349 "System Information Type 5bis\n" \
2350 "System Information Type 5ter\n"
2351
2352DEFUN(cfg_bts_si_mode, cfg_bts_si_mode_cmd,
2353 "system-information " SI_TYPE_TEXT " mode (static|computed)",
2354 SI_TEXT SI_TYPE_HELP
2355 "System Information Mode\n"
2356 "Static user-specified\n"
2357 "Dynamic, BSC-computed\n")
2358{
2359 struct gsm_bts *bts = vty->index;
2360 int type;
2361
2362 type = get_string_value(osmo_sitype_strs, argv[0]);
2363 if (type < 0) {
2364 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2365 return CMD_WARNING;
2366 }
2367
2368 if (!strcmp(argv[1], "static"))
2369 bts->si_mode_static |= (1 << type);
2370 else
2371 bts->si_mode_static &= ~(1 << type);
2372
2373 return CMD_SUCCESS;
2374}
2375
2376DEFUN(cfg_bts_si_static, cfg_bts_si_static_cmd,
2377 "system-information " SI_TYPE_TEXT " static HEXSTRING",
2378 SI_TEXT SI_TYPE_HELP
2379 "Static System Information filling\n"
2380 "Static user-specified SI content in HEX notation\n")
2381{
2382 struct gsm_bts *bts = vty->index;
2383 int rc, type;
2384
2385 type = get_string_value(osmo_sitype_strs, argv[0]);
2386 if (type < 0) {
2387 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2388 return CMD_WARNING;
2389 }
2390
2391 if (!(bts->si_mode_static & (1 << type))) {
2392 vty_out(vty, "SI Type %s is not configured in static mode%s",
2393 get_value_string(osmo_sitype_strs, type), VTY_NEWLINE);
2394 return CMD_WARNING;
2395 }
2396
Harald Welte290aaed2010-07-30 11:53:18 +02002397 /* Fill buffer with padding pattern */
2398 memset(bts->si_buf[type], 0x2b, sizeof(bts->si_buf[type]));
2399
2400 /* Parse the user-specified SI in hex format, [partially] overwriting padding */
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02002401 rc = osmo_hexparse(argv[1], bts->si_buf[type], sizeof(bts->si_buf[0]));
Harald Welte9fbff4a2010-07-30 11:50:09 +02002402 if (rc < 0 || rc > sizeof(bts->si_buf[0])) {
2403 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
2404 return CMD_WARNING;
2405 }
2406
2407 /* Mark this SI as present */
2408 bts->si_valid |= (1 << type);
2409
2410 return CMD_SUCCESS;
2411}
2412
Harald Welte32c09622011-01-11 23:44:56 +01002413DEFUN(cfg_bts_neigh_mode, cfg_bts_neigh_mode_cmd,
Harald Welte64c07d22011-02-15 11:43:27 +01002414 "neighbor-list mode (automatic|manual|manual-si5)",
Harald Welte32c09622011-01-11 23:44:56 +01002415 "Neighbor List\n" "Mode of Neighbor List generation\n"
Harald Welte64c07d22011-02-15 11:43:27 +01002416 "Automatically from all BTS in this OpenBSC\n" "Manual\n"
2417 "Manual with different lists for SI2 and SI5\n")
Harald Welte32c09622011-01-11 23:44:56 +01002418{
2419 struct gsm_bts *bts = vty->index;
Harald Welte64c07d22011-02-15 11:43:27 +01002420 int mode = get_string_value(bts_neigh_mode_strs, argv[0]);
Harald Welte32c09622011-01-11 23:44:56 +01002421
Harald Welte64c07d22011-02-15 11:43:27 +01002422 switch (mode) {
2423 case NL_MODE_MANUAL_SI5SEP:
2424 case NL_MODE_MANUAL:
Harald Welte32c09622011-01-11 23:44:56 +01002425 /* make sure we clear the current list when switching to
2426 * manual mode */
2427 if (bts->neigh_list_manual_mode == 0)
2428 memset(&bts->si_common.data.neigh_list, 0,
2429 sizeof(bts->si_common.data.neigh_list));
Harald Welte64c07d22011-02-15 11:43:27 +01002430 break;
2431 default:
2432 break;
2433 }
2434
2435 bts->neigh_list_manual_mode = mode;
Harald Welte32c09622011-01-11 23:44:56 +01002436
2437 return CMD_SUCCESS;
2438}
2439
2440DEFUN(cfg_bts_neigh, cfg_bts_neigh_cmd,
Harald Welte1fe73a12012-01-29 13:24:12 +01002441 "neighbor-list (add|del) arfcn <0-1023>",
Harald Welte32c09622011-01-11 23:44:56 +01002442 "Neighbor List\n" "Add to manual neighbor list\n"
2443 "Delete from manual neighbor list\n" "ARFCN of neighbor\n"
2444 "ARFCN of neighbor\n")
2445{
2446 struct gsm_bts *bts = vty->index;
2447 struct bitvec *bv = &bts->si_common.neigh_list;
2448 uint16_t arfcn = atoi(argv[1]);
2449
2450 if (!bts->neigh_list_manual_mode) {
2451 vty_out(vty, "%% Cannot configure neighbor list in "
2452 "automatic mode%s", VTY_NEWLINE);
2453 return CMD_WARNING;
2454 }
2455
2456 if (!strcmp(argv[0], "add"))
2457 bitvec_set_bit_pos(bv, arfcn, 1);
2458 else
2459 bitvec_set_bit_pos(bv, arfcn, 0);
2460
2461 return CMD_SUCCESS;
2462}
2463
Harald Welte64c07d22011-02-15 11:43:27 +01002464DEFUN(cfg_bts_si5_neigh, cfg_bts_si5_neigh_cmd,
Harald Welte1fe73a12012-01-29 13:24:12 +01002465 "si5 neighbor-list (add|del) arfcn <0-1023>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002466 "SI5 Neighbor List\n"
Harald Welte64c07d22011-02-15 11:43:27 +01002467 "SI5 Neighbor List\n" "Add to manual SI5 neighbor list\n"
2468 "Delete from SI5 manual neighbor list\n" "ARFCN of neighbor\n"
2469 "ARFCN of neighbor\n")
2470{
2471 struct gsm_bts *bts = vty->index;
2472 struct bitvec *bv = &bts->si_common.si5_neigh_list;
2473 uint16_t arfcn = atoi(argv[1]);
2474
2475 if (!bts->neigh_list_manual_mode) {
2476 vty_out(vty, "%% Cannot configure neighbor list in "
2477 "automatic mode%s", VTY_NEWLINE);
2478 return CMD_WARNING;
2479 }
2480
2481 if (!strcmp(argv[0], "add"))
2482 bitvec_set_bit_pos(bv, arfcn, 1);
2483 else
2484 bitvec_set_bit_pos(bv, arfcn, 0);
2485
2486 return CMD_SUCCESS;
2487}
Harald Welte9fbff4a2010-07-30 11:50:09 +02002488
Holger Hans Peter Freythere30d40d2012-07-20 10:27:31 +02002489#define EXCL_RFLOCK_STR "Exclude this BTS from the global RF Lock\n"
2490
2491DEFUN(cfg_bts_excl_rf_lock,
2492 cfg_bts_excl_rf_lock_cmd,
2493 "rf-lock-exclude",
2494 EXCL_RFLOCK_STR)
2495{
2496 struct gsm_bts *bts = vty->index;
2497 bts->excl_from_rf_lock = 1;
2498 return CMD_SUCCESS;
2499}
2500
2501DEFUN(cfg_bts_no_excl_rf_lock,
2502 cfg_bts_no_excl_rf_lock_cmd,
2503 "no rf-lock-exclude",
2504 NO_STR EXCL_RFLOCK_STR)
2505{
2506 struct gsm_bts *bts = vty->index;
2507 bts->excl_from_rf_lock = 0;
2508 return CMD_SUCCESS;
2509}
2510
Harald Welte8f0ed552010-05-11 21:53:49 +02002511#define TRX_TEXT "Radio Transceiver\n"
Harald Welte7a8fa412009-08-10 13:48:16 +02002512
Harald Welte5258fc42009-03-28 19:07:53 +00002513/* per TRX configuration */
2514DEFUN(cfg_trx,
2515 cfg_trx_cmd,
Harald Welte57e07242012-08-17 12:50:14 +02002516 "trx <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002517 TRX_TEXT
Harald Welte5258fc42009-03-28 19:07:53 +00002518 "Select a TRX to configure")
2519{
2520 int trx_nr = atoi(argv[0]);
2521 struct gsm_bts *bts = vty->index;
2522 struct gsm_bts_trx *trx;
2523
Harald Weltee441d9c2009-06-21 16:17:15 +02002524 if (trx_nr > bts->num_trx) {
2525 vty_out(vty, "%% The next unused TRX number in this BTS is %u%s",
2526 bts->num_trx, VTY_NEWLINE);
Harald Welte5258fc42009-03-28 19:07:53 +00002527 return CMD_WARNING;
Harald Weltee441d9c2009-06-21 16:17:15 +02002528 } else if (trx_nr == bts->num_trx) {
2529 /* we need to allocate a new one */
2530 trx = gsm_bts_trx_alloc(bts);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02002531 } else
Harald Weltee441d9c2009-06-21 16:17:15 +02002532 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02002533
Harald Weltee441d9c2009-06-21 16:17:15 +02002534 if (!trx)
2535 return CMD_WARNING;
Harald Welte5258fc42009-03-28 19:07:53 +00002536
2537 vty->index = trx;
Harald Welte197dea92010-05-14 17:59:53 +02002538 vty->index_sub = &trx->description;
Harald Welte5258fc42009-03-28 19:07:53 +00002539 vty->node = TRX_NODE;
2540
2541 return CMD_SUCCESS;
2542}
2543
2544DEFUN(cfg_trx_arfcn,
2545 cfg_trx_arfcn_cmd,
Harald Welte1fe73a12012-01-29 13:24:12 +01002546 "arfcn <0-1023>",
Harald Welte13fe2192012-08-17 09:57:25 +02002547 "Set the ARFCN for this TRX\n"
2548 "Absolute Radio Frequency Channel Number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00002549{
2550 int arfcn = atoi(argv[0]);
2551 struct gsm_bts_trx *trx = vty->index;
2552
2553 /* FIXME: check if this ARFCN is supported by this TRX */
2554
2555 trx->arfcn = arfcn;
2556
2557 /* FIXME: patch ARFCN into SYSTEM INFORMATION */
2558 /* FIXME: use OML layer to update the ARFCN */
2559 /* FIXME: use RSL layer to update SYSTEM INFORMATION */
2560
2561 return CMD_SUCCESS;
2562}
2563
Harald Welte (local)7b37d972009-12-27 20:56:38 +01002564DEFUN(cfg_trx_nominal_power,
2565 cfg_trx_nominal_power_cmd,
2566 "nominal power <0-100>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002567 "Nominal TRX RF Power in dBm\n"
2568 "Nominal TRX RF Power in dBm\n"
2569 "Nominal TRX RF Power in dBm\n")
Harald Welte (local)7b37d972009-12-27 20:56:38 +01002570{
2571 struct gsm_bts_trx *trx = vty->index;
2572
2573 trx->nominal_power = atoi(argv[0]);
2574
2575 return CMD_SUCCESS;
2576}
2577
Harald Weltefcd24452009-06-20 18:15:19 +02002578DEFUN(cfg_trx_max_power_red,
2579 cfg_trx_max_power_red_cmd,
2580 "max_power_red <0-100>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002581 "Reduction of maximum BS RF Power (relative to nominal power)\n"
Harald Weltefcd24452009-06-20 18:15:19 +02002582 "Reduction of maximum BS RF Power in dB\n")
2583{
2584 int maxpwr_r = atoi(argv[0]);
2585 struct gsm_bts_trx *trx = vty->index;
Harald Welte61a83b22009-11-18 09:20:22 +01002586 int upper_limit = 24; /* default 12.21 max power red. */
Harald Weltefcd24452009-06-20 18:15:19 +02002587
2588 /* FIXME: check if our BTS type supports more than 12 */
2589 if (maxpwr_r < 0 || maxpwr_r > upper_limit) {
2590 vty_out(vty, "%% Power %d dB is not in the valid range%s",
2591 maxpwr_r, VTY_NEWLINE);
2592 return CMD_WARNING;
2593 }
2594 if (maxpwr_r & 1) {
2595 vty_out(vty, "%% Power %d dB is not an even value%s",
2596 maxpwr_r, VTY_NEWLINE);
2597 return CMD_WARNING;
2598 }
2599
2600 trx->max_power_red = maxpwr_r;
2601
2602 /* FIXME: make sure we update this using OML */
2603
2604 return CMD_SUCCESS;
2605}
2606
Harald Welte42581822009-08-08 16:12:58 +02002607DEFUN(cfg_trx_rsl_e1,
2608 cfg_trx_rsl_e1_cmd,
2609 "rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002610 "RSL Parameters\n"
2611 "E1/T1 interface to be used for RSL\n"
2612 "E1/T1 interface to be used for RSL\n"
2613 "E1/T1 Line Number to be used for RSL\n"
2614 "E1/T1 Timeslot to be used for RSL\n"
2615 "E1/T1 Timeslot to be used for RSL\n"
2616 "E1/T1 Sub-slot to be used for RSL\n"
2617 "E1/T1 Sub-slot 0 is to be used for RSL\n"
2618 "E1/T1 Sub-slot 1 is to be used for RSL\n"
2619 "E1/T1 Sub-slot 2 is to be used for RSL\n"
2620 "E1/T1 Sub-slot 3 is to be used for RSL\n"
2621 "E1/T1 full timeslot is to be used for RSL\n")
Harald Welte42581822009-08-08 16:12:58 +02002622{
2623 struct gsm_bts_trx *trx = vty->index;
2624
2625 parse_e1_link(&trx->rsl_e1_link, argv[0], argv[1], argv[2]);
2626
2627 return CMD_SUCCESS;
2628}
2629
2630DEFUN(cfg_trx_rsl_e1_tei,
2631 cfg_trx_rsl_e1_tei_cmd,
2632 "rsl e1 tei <0-63>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002633 "RSL Parameters\n"
2634 "Set the TEI to be used for RSL\n"
2635 "Set the TEI to be used for RSL\n"
2636 "TEI to be used for RSL\n")
Harald Welte42581822009-08-08 16:12:58 +02002637{
2638 struct gsm_bts_trx *trx = vty->index;
2639
2640 trx->rsl_tei = atoi(argv[0]);
2641
2642 return CMD_SUCCESS;
2643}
2644
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01002645DEFUN(cfg_trx_rf_locked,
2646 cfg_trx_rf_locked_cmd,
2647 "rf_locked (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002648 "Set or unset the RF Locking (Turn off RF of the TRX)\n"
2649 "TRX is NOT RF locked (active)\n"
2650 "TRX is RF locked (turned off)\n")
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01002651{
2652 int locked = atoi(argv[0]);
2653 struct gsm_bts_trx *trx = vty->index;
2654
2655 gsm_trx_lock_rf(trx, locked);
2656 return CMD_SUCCESS;
2657}
Harald Welte42581822009-08-08 16:12:58 +02002658
Harald Welte5258fc42009-03-28 19:07:53 +00002659/* per TS configuration */
2660DEFUN(cfg_ts,
2661 cfg_ts_cmd,
Harald Welte42581822009-08-08 16:12:58 +02002662 "timeslot <0-7>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002663 "Select a Timeslot to configure\n"
2664 "Timeslot number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00002665{
2666 int ts_nr = atoi(argv[0]);
2667 struct gsm_bts_trx *trx = vty->index;
2668 struct gsm_bts_trx_ts *ts;
2669
2670 if (ts_nr >= TRX_NR_TS) {
2671 vty_out(vty, "%% A GSM TRX only has %u Timeslots per TRX%s",
2672 TRX_NR_TS, VTY_NEWLINE);
2673 return CMD_WARNING;
2674 }
2675
2676 ts = &trx->ts[ts_nr];
2677
2678 vty->index = ts;
2679 vty->node = TS_NODE;
2680
2681 return CMD_SUCCESS;
2682}
2683
Harald Weltea6fd58e2009-08-07 00:25:23 +02002684DEFUN(cfg_ts_pchan,
2685 cfg_ts_pchan_cmd,
Harald Welte4ab9d7c2012-08-17 12:42:06 +02002686 "phys_chan_config PCHAN", /* dynamically generated! */
Holger Hans Peter Freyther63b0e442013-03-03 09:32:08 +01002687 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Welte4ab9d7c2012-08-17 12:42:06 +02002688{
2689 struct gsm_bts_trx_ts *ts = vty->index;
2690 int pchanc;
2691
2692 pchanc = gsm_pchan_parse(argv[0]);
2693 if (pchanc < 0)
2694 return CMD_WARNING;
2695
2696 ts->pchan = pchanc;
2697
2698 return CMD_SUCCESS;
2699}
2700
2701/* used for backwards compatibility with old config files that still
2702 * have uppercase pchan type names */
2703DEFUN_HIDDEN(cfg_ts_pchan_compat,
2704 cfg_ts_pchan_compat_cmd,
Harald Weltea6fd58e2009-08-07 00:25:23 +02002705 "phys_chan_config PCHAN",
Holger Hans Peter Freyther63b0e442013-03-03 09:32:08 +01002706 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Weltea6fd58e2009-08-07 00:25:23 +02002707{
2708 struct gsm_bts_trx_ts *ts = vty->index;
2709 int pchanc;
2710
2711 pchanc = gsm_pchan_parse(argv[0]);
2712 if (pchanc < 0)
2713 return CMD_WARNING;
2714
2715 ts->pchan = pchanc;
2716
2717 return CMD_SUCCESS;
2718}
2719
Harald Welte4ab9d7c2012-08-17 12:42:06 +02002720
2721
Harald Welte135a6482011-05-30 12:09:13 +02002722DEFUN(cfg_ts_tsc,
2723 cfg_ts_tsc_cmd,
2724 "training_sequence_code <0-7>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002725 "Training Sequence Code of the Timeslot\n" "TSC\n")
Harald Welte135a6482011-05-30 12:09:13 +02002726{
2727 struct gsm_bts_trx_ts *ts = vty->index;
2728
2729 ts->tsc = atoi(argv[0]);
2730
2731 return CMD_SUCCESS;
2732}
2733
Harald Weltea39b0f22010-06-14 22:26:10 +02002734#define HOPPING_STR "Configure frequency hopping\n"
2735
2736DEFUN(cfg_ts_hopping,
2737 cfg_ts_hopping_cmd,
2738 "hopping enabled (0|1)",
2739 HOPPING_STR "Enable or disable frequency hopping\n"
2740 "Disable frequency hopping\n" "Enable frequency hopping\n")
2741{
2742 struct gsm_bts_trx_ts *ts = vty->index;
Harald Weltec2fb3d02010-06-14 22:47:37 +02002743 int enabled = atoi(argv[0]);
Harald Weltea39b0f22010-06-14 22:26:10 +02002744
Harald Weltec2fb3d02010-06-14 22:47:37 +02002745 if (enabled && !gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_HOPPING)) {
2746 vty_out(vty, "BTS model does not support hopping%s",
2747 VTY_NEWLINE);
2748 return CMD_WARNING;
2749 }
2750
2751 ts->hopping.enabled = enabled;
Harald Weltea39b0f22010-06-14 22:26:10 +02002752
2753 return CMD_SUCCESS;
2754}
2755
Harald Welte6e0cd042009-09-12 13:05:33 +02002756DEFUN(cfg_ts_hsn,
2757 cfg_ts_hsn_cmd,
Harald Weltea39b0f22010-06-14 22:26:10 +02002758 "hopping sequence-number <0-63>",
2759 HOPPING_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02002760 "Which hopping sequence to use for this channel\n"
2761 "Hopping Sequence Number (HSN)\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02002762{
2763 struct gsm_bts_trx_ts *ts = vty->index;
2764
2765 ts->hopping.hsn = atoi(argv[0]);
2766
2767 return CMD_SUCCESS;
2768}
2769
2770DEFUN(cfg_ts_maio,
2771 cfg_ts_maio_cmd,
2772 "hopping maio <0-63>",
Harald Weltea39b0f22010-06-14 22:26:10 +02002773 HOPPING_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02002774 "Which hopping MAIO to use for this channel\n"
2775 "Mobile Allocation Index Offset (MAIO)\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02002776{
2777 struct gsm_bts_trx_ts *ts = vty->index;
2778
2779 ts->hopping.maio = atoi(argv[0]);
2780
2781 return CMD_SUCCESS;
2782}
2783
2784DEFUN(cfg_ts_arfcn_add,
2785 cfg_ts_arfcn_add_cmd,
2786 "hopping arfcn add <0-1023>",
Harald Weltea39b0f22010-06-14 22:26:10 +02002787 HOPPING_STR "Configure hopping ARFCN list\n"
2788 "Add an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02002789{
2790 struct gsm_bts_trx_ts *ts = vty->index;
2791 int arfcn = atoi(argv[0]);
2792
Harald Weltea39b0f22010-06-14 22:26:10 +02002793 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 1);
2794
Harald Welte6e0cd042009-09-12 13:05:33 +02002795 return CMD_SUCCESS;
2796}
2797
2798DEFUN(cfg_ts_arfcn_del,
2799 cfg_ts_arfcn_del_cmd,
2800 "hopping arfcn del <0-1023>",
Harald Weltea39b0f22010-06-14 22:26:10 +02002801 HOPPING_STR "Configure hopping ARFCN list\n"
2802 "Delete an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02002803{
2804 struct gsm_bts_trx_ts *ts = vty->index;
2805 int arfcn = atoi(argv[0]);
2806
Harald Weltea39b0f22010-06-14 22:26:10 +02002807 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 0);
2808
Harald Welte6e0cd042009-09-12 13:05:33 +02002809 return CMD_SUCCESS;
2810}
2811
Harald Weltea6fd58e2009-08-07 00:25:23 +02002812DEFUN(cfg_ts_e1_subslot,
2813 cfg_ts_e1_subslot_cmd,
Harald Welte42581822009-08-08 16:12:58 +02002814 "e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002815 "E1/T1 channel connected to this on-air timeslot\n"
2816 "E1/T1 channel connected to this on-air timeslot\n"
2817 "E1/T1 line connected to this on-air timeslot\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02002818 "E1/T1 timeslot connected to this on-air timeslot\n"
2819 "E1/T1 timeslot connected to this on-air timeslot\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02002820 "E1/T1 sub-slot connected to this on-air timeslot\n"
2821 "E1/T1 sub-slot 0 connected to this on-air timeslot\n"
2822 "E1/T1 sub-slot 1 connected to this on-air timeslot\n"
2823 "E1/T1 sub-slot 2 connected to this on-air timeslot\n"
2824 "E1/T1 sub-slot 3 connected to this on-air timeslot\n"
2825 "Full E1/T1 timeslot connected to this on-air timeslot\n")
Harald Weltea6fd58e2009-08-07 00:25:23 +02002826{
2827 struct gsm_bts_trx_ts *ts = vty->index;
2828
Harald Welte42581822009-08-08 16:12:58 +02002829 parse_e1_link(&ts->e1_link, argv[0], argv[1], argv[2]);
Harald Weltea6fd58e2009-08-07 00:25:23 +02002830
2831 return CMD_SUCCESS;
2832}
Harald Welte5258fc42009-03-28 19:07:53 +00002833
Harald Welte4f10c252010-05-16 21:47:13 +02002834void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *net)
2835{
2836 vty_out(vty, "Channel Requests : %lu total, %lu no channel%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02002837 osmo_counter_get(net->stats.chreq.total),
2838 osmo_counter_get(net->stats.chreq.no_channel), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02002839 vty_out(vty, "Channel Failures : %lu rf_failures, %lu rll failures%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02002840 osmo_counter_get(net->stats.chan.rf_fail),
2841 osmo_counter_get(net->stats.chan.rll_err), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02002842 vty_out(vty, "Paging : %lu attempted, %lu complete, %lu expired%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02002843 osmo_counter_get(net->stats.paging.attempted),
2844 osmo_counter_get(net->stats.paging.completed),
2845 osmo_counter_get(net->stats.paging.expired), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02002846 vty_out(vty, "BTS failures : %lu OML, %lu RSL%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02002847 osmo_counter_get(net->stats.bts.oml_fail),
2848 osmo_counter_get(net->stats.bts.rsl_fail), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02002849}
2850
Harald Welte5bc61dc2010-05-16 22:02:16 +02002851DEFUN(logging_fltr_imsi,
2852 logging_fltr_imsi_cmd,
2853 "logging filter imsi IMSI",
2854 LOGGING_STR FILTER_STR
2855 "Filter log messages by IMSI\n" "IMSI to be used as filter\n")
2856{
Harald Welte8dcebd32011-02-18 21:10:05 +01002857 struct log_target *tgt = osmo_log_vty2tgt(vty);
Harald Welte5bc61dc2010-05-16 22:02:16 +02002858
Harald Welte8dcebd32011-02-18 21:10:05 +01002859 if (!tgt)
Harald Welte5bc61dc2010-05-16 22:02:16 +02002860 return CMD_WARNING;
Harald Welte5bc61dc2010-05-16 22:02:16 +02002861
Harald Welte8dcebd32011-02-18 21:10:05 +01002862 log_set_imsi_filter(tgt, argv[0]);
Harald Welte5bc61dc2010-05-16 22:02:16 +02002863 return CMD_SUCCESS;
2864}
2865
Harald Welte8dcebd32011-02-18 21:10:05 +01002866
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002867DEFUN(drop_bts,
2868 drop_bts_cmd,
Holger Hans Peter Freyther0586b0f2010-04-11 12:46:45 +02002869 "drop bts connection <0-65535> (oml|rsl)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002870 "Debug/Simulation command to drop Abis/IP BTS\n"
2871 "Debug/Simulation command to drop Abis/IP BTS\n"
2872 "Debug/Simulation command to drop Abis/IP BTS\n"
2873 "BTS NR\n" "Drop OML Connection\n" "Drop RSL Connection\n")
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002874{
2875 struct gsm_network *gsmnet;
2876 struct gsm_bts_trx *trx;
2877 struct gsm_bts *bts;
2878 unsigned int bts_nr;
2879
2880 gsmnet = gsmnet_from_vty(vty);
2881
2882 bts_nr = atoi(argv[0]);
2883 if (bts_nr >= gsmnet->num_bts) {
2884 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
2885 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
2886 return CMD_WARNING;
2887 }
2888
2889 bts = gsm_bts_num(gsmnet, bts_nr);
2890 if (!bts) {
2891 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
2892 return CMD_WARNING;
2893 }
2894
2895 if (!is_ipaccess_bts(bts)) {
2896 vty_out(vty, "This command only works for ipaccess.%s", VTY_NEWLINE);
2897 return CMD_WARNING;
2898 }
2899
2900
2901 /* close all connections */
2902 if (strcmp(argv[1], "oml") == 0) {
Holger Hans Peter Freytherdab8e272010-11-15 20:29:46 +01002903 ipaccess_drop_oml(bts);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002904 } else if (strcmp(argv[1], "rsl") == 0) {
2905 /* close all rsl connections */
2906 llist_for_each_entry(trx, &bts->trx_list, list) {
Holger Hans Peter Freytherdab8e272010-11-15 20:29:46 +01002907 ipaccess_drop_rsl(trx);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002908 }
2909 } else {
2910 vty_out(vty, "Argument must be 'oml# or 'rsl'.%s", VTY_NEWLINE);
2911 return CMD_WARNING;
2912 }
2913
2914 return CMD_SUCCESS;
2915}
2916
Harald Welted0d2b0b2010-12-23 13:18:07 +01002917DEFUN(pdch_act, pdch_act_cmd,
2918 "bts <0-255> trx <0-255> timeslot <0-7> pdch (activate|deactivate)",
2919 "BTS related commands\n" "BTS Number\n" "Transceiver\n" "Transceiver Number\n"
2920 "TRX Timeslot\n" "Timeslot Number\n" "Packet Data Channel\n"
2921 "Activate Dynamic PDCH/TCH (-> PDCH mode)\n"
2922 "Deactivate Dynamic PDCH/TCH (-> TCH mode)\n")
2923{
2924 struct gsm_bts *bts;
2925 struct gsm_bts_trx *trx;
2926 struct gsm_bts_trx_ts *ts;
2927 int bts_nr = atoi(argv[0]);
2928 int trx_nr = atoi(argv[1]);
2929 int ts_nr = atoi(argv[2]);
2930 int activate;
2931
2932 bts = gsm_bts_num(bsc_gsmnet, bts_nr);
2933 if (!bts) {
2934 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
2935 return CMD_WARNING;
2936 }
2937
2938 if (!is_ipaccess_bts(bts)) {
2939 vty_out(vty, "%% This command only works for ipaccess BTS%s",
2940 VTY_NEWLINE);
2941 return CMD_WARNING;
2942 }
2943
2944 trx = gsm_bts_trx_num(bts, trx_nr);
2945 if (!trx) {
2946 vty_out(vty, "%% No such TRX (%d)%s", trx_nr, VTY_NEWLINE);
2947 return CMD_WARNING;
2948 }
2949
2950 ts = &trx->ts[ts_nr];
2951 if (ts->pchan != GSM_PCHAN_TCH_F_PDCH) {
2952 vty_out(vty, "%% Timeslot %u is not in dynamic TCH_F/PDCH "
2953 "mode%s", ts_nr, VTY_NEWLINE);
2954 return CMD_WARNING;
2955 }
2956
2957 if (!strcmp(argv[3], "activate"))
2958 activate = 1;
2959 else
2960 activate = 0;
2961
2962 rsl_ipacc_pdch_activate(ts, activate);
2963
2964 return CMD_SUCCESS;
2965
2966}
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02002967
Harald Weltedcccb182010-05-16 20:52:23 +02002968extern int bsc_vty_init_extra(void);
Harald Welte1353f962010-05-16 19:20:24 +02002969extern const char *openbsc_copyright;
Holger Hans Peter Freythere1ffc082010-04-10 00:08:28 +02002970
Pablo Neira Ayuso739a5662011-03-09 13:36:32 +01002971int bsc_vty_init(const struct log_info *cat)
Harald Welte68628e82009-03-10 12:17:57 +00002972{
Harald Welte4ab9d7c2012-08-17 12:42:06 +02002973 cfg_ts_pchan_cmd.string =
2974 vty_cmd_string_from_valstr(tall_bsc_ctx,
2975 gsm_pchant_names,
2976 "phys_chan_config (", "|", ")",
2977 VTY_DO_LOWER);
2978 cfg_ts_pchan_cmd.doc =
2979 vty_cmd_string_from_valstr(tall_bsc_ctx,
2980 gsm_pchant_descs,
2981 "Physical Channel Combination\n",
2982 "\n", "", 0);
2983
Harald Weltee555c2b2012-08-17 13:02:12 +02002984 cfg_bts_type_cmd.string =
2985 vty_cmd_string_from_valstr(tall_bsc_ctx,
2986 bts_type_names,
2987 "type (", "|", ")",
2988 VTY_DO_LOWER);
2989 cfg_bts_type_cmd.doc =
2990 vty_cmd_string_from_valstr(tall_bsc_ctx,
2991 bts_type_descs,
2992 "BTS Vendor/Type\n",
2993 "\n", "", 0);
2994
2995
Harald Welteb4d5b172010-05-12 16:10:35 +00002996 install_element_ve(&show_net_cmd);
2997 install_element_ve(&show_bts_cmd);
2998 install_element_ve(&show_trx_cmd);
2999 install_element_ve(&show_ts_cmd);
3000 install_element_ve(&show_lchan_cmd);
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08003001 install_element_ve(&show_lchan_summary_cmd);
Harald Welte5bc61dc2010-05-16 22:02:16 +02003002 install_element_ve(&logging_fltr_imsi_cmd);
Harald Welte1bc77352009-03-10 19:47:51 +00003003
Harald Welteb4d5b172010-05-12 16:10:35 +00003004 install_element_ve(&show_paging_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00003005
Pablo Neira Ayuso739a5662011-03-09 13:36:32 +01003006 logging_vty_add_cmds(cat);
Harald Welte8dcebd32011-02-18 21:10:05 +01003007 install_element(CFG_LOG_NODE, &logging_fltr_imsi_cmd);
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +01003008
Harald Welte5013b2a2009-08-07 13:29:14 +02003009 install_element(CONFIG_NODE, &cfg_net_cmd);
3010 install_node(&net_node, config_write_net);
Jacob Erlbeck0ae92a92013-09-02 13:17:16 +02003011 bsc_install_default(GSMNET_NODE);
Harald Welte42581822009-08-08 16:12:58 +02003012 install_element(GSMNET_NODE, &cfg_net_ncc_cmd);
Harald Welte5013b2a2009-08-07 13:29:14 +02003013 install_element(GSMNET_NODE, &cfg_net_mnc_cmd);
3014 install_element(GSMNET_NODE, &cfg_net_name_short_cmd);
3015 install_element(GSMNET_NODE, &cfg_net_name_long_cmd);
Harald Welte (local)69de3972009-08-12 14:42:23 +02003016 install_element(GSMNET_NODE, &cfg_net_auth_policy_cmd);
Harald Welte1085c092009-11-18 20:33:19 +01003017 install_element(GSMNET_NODE, &cfg_net_reject_cause_cmd);
Harald Welte4381cfe2009-08-30 15:47:06 +09003018 install_element(GSMNET_NODE, &cfg_net_encryption_cmd);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01003019 install_element(GSMNET_NODE, &cfg_net_neci_cmd);
Harald Welteeab84a12009-12-13 10:53:12 +01003020 install_element(GSMNET_NODE, &cfg_net_rrlp_mode_cmd);
Harald Welte3d23db42009-12-14 17:49:15 +01003021 install_element(GSMNET_NODE, &cfg_net_mm_info_cmd);
Harald Weltebc814502009-12-19 21:41:52 +01003022 install_element(GSMNET_NODE, &cfg_net_handover_cmd);
Harald Welteb720bd32009-12-21 16:51:50 +01003023 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_cmd);
3024 install_element(GSMNET_NODE, &cfg_net_ho_win_rxqual_avg_cmd);
3025 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_neigh_cmd);
3026 install_element(GSMNET_NODE, &cfg_net_ho_pwr_interval_cmd);
3027 install_element(GSMNET_NODE, &cfg_net_ho_pwr_hysteresis_cmd);
3028 install_element(GSMNET_NODE, &cfg_net_ho_max_distance_cmd);
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01003029 install_element(GSMNET_NODE, &cfg_net_T3101_cmd);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +01003030 install_element(GSMNET_NODE, &cfg_net_T3103_cmd);
3031 install_element(GSMNET_NODE, &cfg_net_T3105_cmd);
3032 install_element(GSMNET_NODE, &cfg_net_T3107_cmd);
3033 install_element(GSMNET_NODE, &cfg_net_T3109_cmd);
3034 install_element(GSMNET_NODE, &cfg_net_T3111_cmd);
3035 install_element(GSMNET_NODE, &cfg_net_T3113_cmd);
3036 install_element(GSMNET_NODE, &cfg_net_T3115_cmd);
3037 install_element(GSMNET_NODE, &cfg_net_T3117_cmd);
3038 install_element(GSMNET_NODE, &cfg_net_T3119_cmd);
Harald Weltec9f499f2010-12-23 22:53:50 +01003039 install_element(GSMNET_NODE, &cfg_net_T3122_cmd);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +01003040 install_element(GSMNET_NODE, &cfg_net_T3141_cmd);
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08003041 install_element(GSMNET_NODE, &cfg_net_dtx_cmd);
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +01003042 install_element(GSMNET_NODE, &cfg_net_subscr_keep_cmd);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08003043 install_element(GSMNET_NODE, &cfg_net_pag_any_tch_cmd);
Harald Welte5013b2a2009-08-07 13:29:14 +02003044
3045 install_element(GSMNET_NODE, &cfg_bts_cmd);
Harald Welte67ce0732009-08-06 19:06:46 +02003046 install_node(&bts_node, config_write_bts);
Jacob Erlbeck0ae92a92013-09-02 13:17:16 +02003047 bsc_install_default(BTS_NODE);
Harald Welte5258fc42009-03-28 19:07:53 +00003048 install_element(BTS_NODE, &cfg_bts_type_cmd);
Harald Welte197dea92010-05-14 17:59:53 +02003049 install_element(BTS_NODE, &cfg_description_cmd);
3050 install_element(BTS_NODE, &cfg_no_description_cmd);
Harald Weltefcd24452009-06-20 18:15:19 +02003051 install_element(BTS_NODE, &cfg_bts_band_cmd);
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02003052 install_element(BTS_NODE, &cfg_bts_ci_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00003053 install_element(BTS_NODE, &cfg_bts_lac_cmd);
3054 install_element(BTS_NODE, &cfg_bts_tsc_cmd);
Harald Welte42581822009-08-08 16:12:58 +02003055 install_element(BTS_NODE, &cfg_bts_bsic_cmd);
Harald Welte4cc34222009-05-01 15:12:31 +00003056 install_element(BTS_NODE, &cfg_bts_unit_id_cmd);
Harald Welte8b291802013-03-12 13:57:05 +01003057 install_element(BTS_NODE, &cfg_bts_rsl_ip_cmd);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01003058 install_element(BTS_NODE, &cfg_bts_timezone_cmd);
3059 install_element(BTS_NODE, &cfg_bts_no_timezone_cmd);
Sylvain Munautc9519462011-10-17 14:04:55 +02003060 install_element(BTS_NODE, &cfg_bts_nokia_site_skip_reset_cmd);
Harald Welte8175e952009-10-20 00:22:00 +02003061 install_element(BTS_NODE, &cfg_bts_stream_id_cmd);
Harald Welte42581822009-08-08 16:12:58 +02003062 install_element(BTS_NODE, &cfg_bts_oml_e1_cmd);
3063 install_element(BTS_NODE, &cfg_bts_oml_e1_tei_cmd);
Harald Welte7a8fa412009-08-10 13:48:16 +02003064 install_element(BTS_NODE, &cfg_bts_challoc_cmd);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01003065 install_element(BTS_NODE, &cfg_bts_rach_tx_integer_cmd);
3066 install_element(BTS_NODE, &cfg_bts_rach_max_trans_cmd);
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +02003067 install_element(BTS_NODE, &cfg_bts_chan_desc_att_cmd);
3068 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_pa_mfrms_cmd);
3069 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_ag_blks_res_cmd);
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08003070 install_element(BTS_NODE, &cfg_bts_rach_nm_b_thresh_cmd);
3071 install_element(BTS_NODE, &cfg_bts_rach_nm_ldavg_cmd);
Harald Welte (local)5dececf2009-08-12 13:28:23 +02003072 install_element(BTS_NODE, &cfg_bts_cell_barred_cmd);
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08003073 install_element(BTS_NODE, &cfg_bts_rach_ec_allowed_cmd);
Harald Welte (local)0e451d02009-08-13 10:14:26 +02003074 install_element(BTS_NODE, &cfg_bts_ms_max_power_cmd);
Harald Welte (local)efc92312009-08-14 23:09:25 +02003075 install_element(BTS_NODE, &cfg_bts_per_loc_upd_cmd);
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +02003076 install_element(BTS_NODE, &cfg_bts_no_per_loc_upd_cmd);
Harald Welte73225282009-12-12 18:17:25 +01003077 install_element(BTS_NODE, &cfg_bts_cell_resel_hyst_cmd);
3078 install_element(BTS_NODE, &cfg_bts_rxlev_acc_min_cmd);
Sylvain Munaute0b06b02010-11-28 18:17:28 +01003079 install_element(BTS_NODE, &cfg_bts_cell_bar_qualify_cmd);
3080 install_element(BTS_NODE, &cfg_bts_cell_resel_ofs_cmd);
3081 install_element(BTS_NODE, &cfg_bts_temp_ofs_cmd);
3082 install_element(BTS_NODE, &cfg_bts_temp_ofs_inf_cmd);
3083 install_element(BTS_NODE, &cfg_bts_penalty_time_cmd);
3084 install_element(BTS_NODE, &cfg_bts_penalty_time_rsvd_cmd);
Harald Welte4511d892010-04-18 15:51:20 +02003085 install_element(BTS_NODE, &cfg_bts_gprs_mode_cmd);
Harald Welte615e9562010-05-11 23:50:21 +02003086 install_element(BTS_NODE, &cfg_bts_gprs_ns_timer_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08003087 install_element(BTS_NODE, &cfg_bts_gprs_rac_cmd);
Andreas Eversberg0c8f9ca2013-03-16 16:31:26 +01003088 install_element(BTS_NODE, &cfg_bts_gprs_net_ctrl_ord_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08003089 install_element(BTS_NODE, &cfg_bts_gprs_bvci_cmd);
Harald Welte615e9562010-05-11 23:50:21 +02003090 install_element(BTS_NODE, &cfg_bts_gprs_cell_timer_cmd);
Harald Weltea5731cf2010-03-22 11:48:36 +08003091 install_element(BTS_NODE, &cfg_bts_gprs_nsei_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08003092 install_element(BTS_NODE, &cfg_bts_gprs_nsvci_cmd);
Harald Welteaf387632010-03-14 23:30:30 +08003093 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_lport_cmd);
3094 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rport_cmd);
3095 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rip_cmd);
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08003096 install_element(BTS_NODE, &cfg_bts_pag_free_cmd);
Harald Welte9fbff4a2010-07-30 11:50:09 +02003097 install_element(BTS_NODE, &cfg_bts_si_mode_cmd);
3098 install_element(BTS_NODE, &cfg_bts_si_static_cmd);
Harald Welte32c09622011-01-11 23:44:56 +01003099 install_element(BTS_NODE, &cfg_bts_neigh_mode_cmd);
3100 install_element(BTS_NODE, &cfg_bts_neigh_cmd);
Harald Welte64c07d22011-02-15 11:43:27 +01003101 install_element(BTS_NODE, &cfg_bts_si5_neigh_cmd);
Holger Hans Peter Freythere30d40d2012-07-20 10:27:31 +02003102 install_element(BTS_NODE, &cfg_bts_excl_rf_lock_cmd);
3103 install_element(BTS_NODE, &cfg_bts_no_excl_rf_lock_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00003104
Harald Welte5258fc42009-03-28 19:07:53 +00003105 install_element(BTS_NODE, &cfg_trx_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00003106 install_node(&trx_node, dummy_config_write);
Jacob Erlbeck0ae92a92013-09-02 13:17:16 +02003107 bsc_install_default(TRX_NODE);
Harald Welte5258fc42009-03-28 19:07:53 +00003108 install_element(TRX_NODE, &cfg_trx_arfcn_cmd);
Harald Welte197dea92010-05-14 17:59:53 +02003109 install_element(TRX_NODE, &cfg_description_cmd);
3110 install_element(TRX_NODE, &cfg_no_description_cmd);
Harald Welte (local)7b37d972009-12-27 20:56:38 +01003111 install_element(TRX_NODE, &cfg_trx_nominal_power_cmd);
Harald Welte879dc972009-06-20 22:36:12 +02003112 install_element(TRX_NODE, &cfg_trx_max_power_red_cmd);
Harald Welte42581822009-08-08 16:12:58 +02003113 install_element(TRX_NODE, &cfg_trx_rsl_e1_cmd);
3114 install_element(TRX_NODE, &cfg_trx_rsl_e1_tei_cmd);
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01003115 install_element(TRX_NODE, &cfg_trx_rf_locked_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00003116
Harald Welte5258fc42009-03-28 19:07:53 +00003117 install_element(TRX_NODE, &cfg_ts_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00003118 install_node(&ts_node, dummy_config_write);
Jacob Erlbeck0ae92a92013-09-02 13:17:16 +02003119 bsc_install_default(TS_NODE);
Harald Weltea6fd58e2009-08-07 00:25:23 +02003120 install_element(TS_NODE, &cfg_ts_pchan_cmd);
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003121 install_element(TS_NODE, &cfg_ts_pchan_compat_cmd);
Harald Welte135a6482011-05-30 12:09:13 +02003122 install_element(TS_NODE, &cfg_ts_tsc_cmd);
Harald Weltea39b0f22010-06-14 22:26:10 +02003123 install_element(TS_NODE, &cfg_ts_hopping_cmd);
Harald Welte6e0cd042009-09-12 13:05:33 +02003124 install_element(TS_NODE, &cfg_ts_hsn_cmd);
3125 install_element(TS_NODE, &cfg_ts_maio_cmd);
3126 install_element(TS_NODE, &cfg_ts_arfcn_add_cmd);
3127 install_element(TS_NODE, &cfg_ts_arfcn_del_cmd);
Harald Weltea6fd58e2009-08-07 00:25:23 +02003128 install_element(TS_NODE, &cfg_ts_e1_subslot_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00003129
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003130 install_element(ENABLE_NODE, &drop_bts_cmd);
Harald Welted0d2b0b2010-12-23 13:18:07 +01003131 install_element(ENABLE_NODE, &pdch_act_cmd);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003132
Harald Welte81c9b9c2010-05-31 16:40:40 +02003133 abis_nm_vty_init();
Harald Weltee1d5eca2011-02-12 14:42:59 +01003134 abis_om2k_vty_init();
Harald Welte3016d9f2011-02-05 13:54:41 +01003135 e1inp_vty_init();
Harald Welte81c9b9c2010-05-31 16:40:40 +02003136
Harald Weltedcccb182010-05-16 20:52:23 +02003137 bsc_vty_init_extra();
Harald Welte40f82892009-05-23 17:31:39 +00003138
Harald Welte68628e82009-03-10 12:17:57 +00003139 return 0;
3140}