blob: 9634508e1a6c6ac8a47a5f8791bc51eb144696ed [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>
Jacob Erlbeck64630cc2015-10-26 16:25:37 +010027#include <osmocom/vty/stats.h>
Harald Welte4b037e42010-05-19 19:45:32 +020028#include <osmocom/vty/telnet_interface.h>
Harald Welte4ab9d7c2012-08-17 12:42:06 +020029#include <osmocom/vty/misc.h>
Harald Welte68628e82009-03-10 12:17:57 +000030
Holger Hans Peter Freytherec37bb22013-02-05 09:39:09 +010031#include <osmocom/gsm/gsm0502.h>
32
Harald Welte68628e82009-03-10 12:17:57 +000033#include <arpa/inet.h>
34
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010035#include <osmocom/core/linuxlist.h>
Harald Welte68628e82009-03-10 12:17:57 +000036#include <openbsc/gsm_data.h>
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +020037#include <osmocom/abis/e1_input.h>
Harald Welte1bc77352009-03-10 19:47:51 +000038#include <openbsc/abis_nm.h>
Harald Welte4d54d0b2011-02-19 16:48:17 +010039#include <openbsc/abis_om2000.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010040#include <osmocom/core/utils.h>
41#include <osmocom/gsm/gsm_utils.h>
Harald Weltecdc59ff2011-05-23 20:42:26 +020042#include <osmocom/gsm/abis_nm.h>
Harald Welteb908cb72009-12-22 13:09:29 +010043#include <openbsc/chan_alloc.h>
Harald Welte8387a492009-12-22 21:43:14 +010044#include <openbsc/meas_rep.h>
Harald Welte40f82892009-05-23 17:31:39 +000045#include <openbsc/db.h>
Holger Hans Peter Freyther3c712322010-04-06 11:55:37 +020046#include <openbsc/vty.h>
Harald Welteea34a4e2012-06-16 14:59:56 +080047#include <osmocom/gprs/gprs_ns.h>
Harald Welte9fbff4a2010-07-30 11:50:09 +020048#include <openbsc/system_information.h>
Harald Welte5bc61dc2010-05-16 22:02:16 +020049#include <openbsc/debug.h>
Holger Hans Peter Freyther85334f12010-11-09 17:00:42 +010050#include <openbsc/paging.h>
Harald Weltef7a2b192011-08-20 18:25:02 +020051#include <openbsc/ipaccess.h>
Harald Welted0d2b0b2010-12-23 13:18:07 +010052#include <openbsc/abis_rsl.h>
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +010053#include <openbsc/osmo_msc_data.h>
54#include <openbsc/osmo_bsc_rf.h>
Harald Welte68628e82009-03-10 12:17:57 +000055
Holger Hans Peter Freytherec37bb22013-02-05 09:39:09 +010056#include <inttypes.h>
57
Harald Weltec08e8be2011-03-04 13:53:51 +010058#include "../../bscconfig.h"
Harald Welte1353f962010-05-16 19:20:24 +020059
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +020060
61#define NETWORK_STR "Configure the GSM network\n"
62#define CODE_CMD_STR "Code commands\n"
63#define NAME_CMD_STR "Name Commands\n"
64#define NAME_STR "Name to use\n"
65#define LCHAN_NR_STR "Logical Channel Number\n"
66
67
Harald Welteea4647d2010-05-12 17:19:53 +000068/* FIXME: this should go to some common file */
69static const struct value_string gprs_ns_timer_strs[] = {
Harald Welte615e9562010-05-11 23:50:21 +020070 { 0, "tns-block" },
71 { 1, "tns-block-retries" },
72 { 2, "tns-reset" },
73 { 3, "tns-reset-retries" },
74 { 4, "tns-test" },
75 { 5, "tns-alive" },
76 { 6, "tns-alive-retries" },
77 { 0, NULL }
78};
79
Harald Welteea4647d2010-05-12 17:19:53 +000080static const struct value_string gprs_bssgp_cfg_strs[] = {
Harald Welte615e9562010-05-11 23:50:21 +020081 { 0, "blocking-timer" },
82 { 1, "blocking-retries" },
83 { 2, "unblocking-retries" },
84 { 3, "reset-timer" },
85 { 4, "reset-retries" },
86 { 5, "suspend-timer" },
87 { 6, "suspend-retries" },
88 { 7, "resume-timer" },
89 { 8, "resume-retries" },
90 { 9, "capability-update-timer" },
91 { 10, "capability-update-retries" },
92 { 0, NULL }
93};
94
Harald Welte64c07d22011-02-15 11:43:27 +010095static const struct value_string bts_neigh_mode_strs[] = {
96 { NL_MODE_AUTOMATIC, "automatic" },
97 { NL_MODE_MANUAL, "manual" },
98 { NL_MODE_MANUAL_SI5SEP, "manual-si5" },
99 { 0, NULL }
100};
101
Daniel Willmann7d109832012-05-14 18:43:23 +0200102const struct value_string bts_loc_fix_names[] = {
103 { BTS_LOC_FIX_INVALID, "invalid" },
104 { BTS_LOC_FIX_2D, "fix2d" },
105 { BTS_LOC_FIX_3D, "fix3d" },
106 { 0, NULL }
107};
108
Harald Welte5013b2a2009-08-07 13:29:14 +0200109struct cmd_node net_node = {
110 GSMNET_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200111 "%s(config-net)# ",
Harald Welte5013b2a2009-08-07 13:29:14 +0200112 1,
113};
114
Harald Welte68628e82009-03-10 12:17:57 +0000115struct cmd_node bts_node = {
116 BTS_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200117 "%s(config-net-bts)# ",
Harald Welte68628e82009-03-10 12:17:57 +0000118 1,
119};
120
121struct cmd_node trx_node = {
122 TRX_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200123 "%s(config-net-bts-trx)# ",
Harald Welte68628e82009-03-10 12:17:57 +0000124 1,
125};
126
127struct cmd_node ts_node = {
128 TS_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200129 "%s(config-net-bts-trx-ts)# ",
Harald Welte68628e82009-03-10 12:17:57 +0000130 1,
131};
132
Harald Welte39231152010-05-27 13:39:40 +0200133extern struct gsm_network *bsc_gsmnet;
134
Harald Weltedcccb182010-05-16 20:52:23 +0200135struct gsm_network *gsmnet_from_vty(struct vty *v)
136{
Harald Welte39231152010-05-27 13:39:40 +0200137 /* In case we read from the config file, the vty->priv cannot
138 * point to a struct telnet_connection, and thus conn->priv
139 * will not point to the gsm_network structure */
140#if 0
Harald Weltedcccb182010-05-16 20:52:23 +0200141 struct telnet_connection *conn = v->priv;
142 return (struct gsm_network *) conn->priv;
Harald Welte39231152010-05-27 13:39:40 +0200143#else
144 return bsc_gsmnet;
145#endif
Harald Weltedcccb182010-05-16 20:52:23 +0200146}
147
Harald Welte68628e82009-03-10 12:17:57 +0000148static int dummy_config_write(struct vty *v)
149{
150 return CMD_SUCCESS;
151}
152
153static void net_dump_nmstate(struct vty *vty, struct gsm_nm_state *nms)
154{
Harald Welte1304b352013-03-15 16:57:33 +0100155 vty_out(vty,"Oper '%s', Admin '%s', Avail '%s'%s",
156 abis_nm_opstate_name(nms->operational),
157 get_value_string(abis_nm_adm_state_names, nms->administrative),
Harald Welte867d9f32011-05-23 20:30:39 +0200158 abis_nm_avail_name(nms->availability), VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000159}
160
Harald Welteb908cb72009-12-22 13:09:29 +0100161static void dump_pchan_load_vty(struct vty *vty, char *prefix,
162 const struct pchan_load *pl)
163{
164 int i;
165
166 for (i = 0; i < ARRAY_SIZE(pl->pchan); i++) {
167 const struct load_counter *lc = &pl->pchan[i];
168 unsigned int percent;
169
170 if (lc->total == 0)
171 continue;
172
173 percent = (lc->used * 100) / lc->total;
174
175 vty_out(vty, "%s%20s: %3u%% (%u/%u)%s", prefix,
176 gsm_pchan_name(i), percent, lc->used, lc->total,
177 VTY_NEWLINE);
178 }
179}
180
Harald Welte68628e82009-03-10 12:17:57 +0000181static void net_dump_vty(struct vty *vty, struct gsm_network *net)
182{
Harald Welteb908cb72009-12-22 13:09:29 +0100183 struct pchan_load pl;
184
Harald Welteef235b52009-03-10 12:34:02 +0000185 vty_out(vty, "BSC is on Country Code %u, Network Code %u "
186 "and has %u BTS%s", net->country_code, net->network_code,
187 net->num_bts, VTY_NEWLINE);
Harald Welte1bc77352009-03-10 19:47:51 +0000188 vty_out(vty, " Long network name: '%s'%s",
Harald Welte68628e82009-03-10 12:17:57 +0000189 net->name_long, VTY_NEWLINE);
Harald Welte1bc77352009-03-10 19:47:51 +0000190 vty_out(vty, " Short network name: '%s'%s",
Harald Welte68628e82009-03-10 12:17:57 +0000191 net->name_short, VTY_NEWLINE);
Harald Welte (local)69de3972009-08-12 14:42:23 +0200192 vty_out(vty, " Authentication policy: %s%s",
193 gsm_auth_policy_name(net->auth_policy), VTY_NEWLINE);
Harald Welte1085c092009-11-18 20:33:19 +0100194 vty_out(vty, " Location updating reject cause: %u%s",
195 net->reject_cause, VTY_NEWLINE);
Harald Welte4381cfe2009-08-30 15:47:06 +0900196 vty_out(vty, " Encryption: A5/%u%s", net->a5_encryption,
197 VTY_NEWLINE);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +0100198 vty_out(vty, " NECI (TCH/H): %u%s", net->neci,
199 VTY_NEWLINE);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +0800200 vty_out(vty, " Use TCH for Paging any: %d%s", net->pag_any_tch,
201 VTY_NEWLINE);
Harald Welteeab84a12009-12-13 10:53:12 +0100202 vty_out(vty, " RRLP Mode: %s%s", rrlp_mode_name(net->rrlp.mode),
203 VTY_NEWLINE);
Harald Welte648b6ce2009-12-14 09:00:24 +0100204 vty_out(vty, " MM Info: %s%s", net->send_mm_info ? "On" : "Off",
205 VTY_NEWLINE);
Harald Weltebc814502009-12-19 21:41:52 +0100206 vty_out(vty, " Handover: %s%s", net->handover.active ? "On" : "Off",
207 VTY_NEWLINE);
Harald Welteb908cb72009-12-22 13:09:29 +0100208 network_chan_load(&pl, net);
209 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
210 dump_pchan_load_vty(vty, " ", &pl);
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100211
212 /* show rf */
Holger Hans Peter Freythera9fae1a2014-02-08 12:12:03 +0100213 if (net->bsc_data)
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100214 vty_out(vty, " Last RF Command: %s%s",
Holger Hans Peter Freyther8ec49522011-08-15 15:53:00 +0200215 net->bsc_data->rf_ctrl->last_state_command,
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100216 VTY_NEWLINE);
Holger Hans Peter Freythera9fae1a2014-02-08 12:12:03 +0100217 if (net->bsc_data)
Jacob Erlbeck779a7282013-09-11 10:46:57 +0200218 vty_out(vty, " Last RF Lock Command: %s%s",
219 net->bsc_data->rf_ctrl->last_rf_lock_ctrl_command,
220 VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000221}
222
223DEFUN(show_net, show_net_cmd, "show network",
224 SHOW_STR "Display information about a GSM NETWORK\n")
225{
Harald Weltedcccb182010-05-16 20:52:23 +0200226 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000227 net_dump_vty(vty, net);
228
229 return CMD_SUCCESS;
230}
231
232static void e1isl_dump_vty(struct vty *vty, struct e1inp_sign_link *e1l)
233{
Harald Welteedb37782009-05-01 14:59:07 +0000234 struct e1inp_line *line;
235
236 if (!e1l) {
237 vty_out(vty, " None%s", VTY_NEWLINE);
238 return;
239 }
240
241 line = e1l->ts->line;
242
243 vty_out(vty, " E1 Line %u, Type %s: Timeslot %u, Mode %s%s",
244 line->num, line->driver->name, e1l->ts->num,
Harald Welte1bc77352009-03-10 19:47:51 +0000245 e1inp_signtype_name(e1l->type), VTY_NEWLINE);
Harald Welteedb37782009-05-01 14:59:07 +0000246 vty_out(vty, " E1 TEI %u, SAPI %u%s",
Harald Welte68628e82009-03-10 12:17:57 +0000247 e1l->tei, e1l->sapi, VTY_NEWLINE);
248}
249
250static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts)
251{
Harald Welteb908cb72009-12-22 13:09:29 +0100252 struct pchan_load pl;
253
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +0200254 vty_out(vty, "BTS %u is of %s type in band %s, has CI %u LAC %u, "
Harald Welte557c84e2015-11-20 10:50:24 +0100255 "BSIC %u (NCC=%u, BCC=%u) and %u TRX%s",
Harald Weltefcd24452009-06-20 18:15:19 +0200256 bts->nr, btstype2str(bts->type), gsm_band_name(bts->band),
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +0200257 bts->cell_identity,
Harald Weltea2bbc5e2015-11-20 10:43:31 +0100258 bts->location_area_code, bts->bsic,
Harald Welte557c84e2015-11-20 10:50:24 +0100259 bts->bsic >> 3, bts->bsic & 7,
Harald Weltefcd24452009-06-20 18:15:19 +0200260 bts->num_trx, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200261 vty_out(vty, "Description: %s%s",
262 bts->description ? bts->description : "(null)", VTY_NEWLINE);
Harald Welte1d8dbc42009-12-12 15:38:16 +0100263 vty_out(vty, "MS Max power: %u dBm%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100264 vty_out(vty, "Minimum Rx Level for Access: %i dBm%s",
Harald Welte1d8dbc42009-12-12 15:38:16 +0100265 rxlev2dbm(bts->si_common.cell_sel_par.rxlev_acc_min),
266 VTY_NEWLINE);
267 vty_out(vty, "Cell Reselection Hysteresis: %u dBm%s",
Harald Welte73225282009-12-12 18:17:25 +0100268 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +0100269 vty_out(vty, "RACH TX-Integer: %u%s", bts->si_common.rach_control.tx_integer,
270 VTY_NEWLINE);
271 vty_out(vty, "RACH Max transmissions: %u%s",
272 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
273 VTY_NEWLINE);
Harald Welte71355012009-12-21 23:08:18 +0100274 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)5dececf2009-08-12 13:28:23 +0200275 vty_out(vty, " CELL IS BARRED%s", VTY_NEWLINE);
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +0200276 vty_out(vty, "Channel Description Attachment: %s%s",
277 (bts->si_common.chan_desc.att) ? "yes" : "no", VTY_NEWLINE);
278 vty_out(vty, "Channel Description BS-PA-MFRMS: %u%s",
279 bts->si_common.chan_desc.bs_pa_mfrms + 2, VTY_NEWLINE);
280 vty_out(vty, "Channel Description BS-AG_BLKS-RES: %u%s",
281 bts->si_common.chan_desc.bs_ag_blks_res, VTY_NEWLINE);
Harald Welte9fbff4a2010-07-30 11:50:09 +0200282 vty_out(vty, "System Information present: 0x%08x, static: 0x%08x%s",
283 bts->si_valid, bts->si_mode_static, VTY_NEWLINE);
Harald Welte4cc34222009-05-01 15:12:31 +0000284 if (is_ipaccess_bts(bts))
Harald Welte8175e952009-10-20 00:22:00 +0200285 vty_out(vty, " Unit ID: %u/%u/0, OML Stream ID 0x%02x%s",
Harald Welte4cc34222009-05-01 15:12:31 +0000286 bts->ip_access.site_id, bts->ip_access.bts_id,
Harald Welte8175e952009-10-20 00:22:00 +0200287 bts->oml_tei, VTY_NEWLINE);
Sylvain Munautc9519462011-10-17 14:04:55 +0200288 else if (bts->type == GSM_BTS_TYPE_NOKIA_SITE)
289 vty_out(vty, " Skip Reset: %d%s",
290 bts->nokia.skip_reset, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000291 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200292 net_dump_nmstate(vty, &bts->mo.nm_state);
Harald Welte68628e82009-03-10 12:17:57 +0000293 vty_out(vty, " Site Mgr NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200294 net_dump_nmstate(vty, &bts->site_mgr.mo.nm_state);
Holger Hans Peter Freyther846d8dc2013-05-29 16:22:09 +0200295 vty_out(vty, " GPRS NSE: ");
296 net_dump_nmstate(vty, &bts->gprs.nse.mo.nm_state);
297 vty_out(vty, " GPRS CELL: ");
298 net_dump_nmstate(vty, &bts->gprs.cell.mo.nm_state);
299 vty_out(vty, " GPRS NSVC0: ");
300 net_dump_nmstate(vty, &bts->gprs.nsvc[0].mo.nm_state);
301 vty_out(vty, " GPRS NSVC1: ");
302 net_dump_nmstate(vty, &bts->gprs.nsvc[1].mo.nm_state);
Holger Hans Peter Freyther66e14cd2011-04-26 15:52:34 +0200303 vty_out(vty, " Paging: %u pending requests, %u free slots%s",
304 paging_pending_requests_nr(bts),
Harald Welte68628e82009-03-10 12:17:57 +0000305 bts->paging.available_slots, VTY_NEWLINE);
Holger Hans Peter Freytherd283db42010-11-25 16:28:45 +0100306 if (is_ipaccess_bts(bts)) {
307 vty_out(vty, " OML Link state: %s.%s",
308 bts->oml_link ? "connected" : "disconnected", VTY_NEWLINE);
309 } else {
Harald Welte8175e952009-10-20 00:22:00 +0200310 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
311 e1isl_dump_vty(vty, bts->oml_link);
312 }
Holger Hans Peter Freytherd283db42010-11-25 16:28:45 +0100313
314 /* FIXME: chan_desc */
Harald Welteb908cb72009-12-22 13:09:29 +0100315 memset(&pl, 0, sizeof(pl));
316 bts_chan_load(&pl, bts);
317 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
318 dump_pchan_load_vty(vty, " ", &pl);
Harald Welte68628e82009-03-10 12:17:57 +0000319}
320
Sylvain Munaut39c31de2012-12-28 12:15:11 +0100321DEFUN(show_bts, show_bts_cmd, "show bts [<0-255>]",
Harald Welte68628e82009-03-10 12:17:57 +0000322 SHOW_STR "Display information about a BTS\n"
323 "BTS number")
324{
Harald Weltedcccb182010-05-16 20:52:23 +0200325 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000326 int bts_nr;
327
328 if (argc != 0) {
329 /* use the BTS number that the user has specified */
330 bts_nr = atoi(argv[0]);
Harald Welte712ddbc2010-12-24 12:24:03 +0100331 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000332 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000333 VTY_NEWLINE);
334 return CMD_WARNING;
335 }
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 return CMD_SUCCESS;
338 }
339 /* print all BTS's */
340 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++)
Harald Weltee441d9c2009-06-21 16:17:15 +0200341 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte68628e82009-03-10 12:17:57 +0000342
343 return CMD_SUCCESS;
344}
345
Harald Welte42581822009-08-08 16:12:58 +0200346/* utility functions */
347static void parse_e1_link(struct gsm_e1_subslot *e1_link, const char *line,
348 const char *ts, const char *ss)
349{
350 e1_link->e1_nr = atoi(line);
351 e1_link->e1_ts = atoi(ts);
352 if (!strcmp(ss, "full"))
353 e1_link->e1_ts_ss = 255;
354 else
355 e1_link->e1_ts_ss = atoi(ss);
356}
357
358static void config_write_e1_link(struct vty *vty, struct gsm_e1_subslot *e1_link,
359 const char *prefix)
360{
361 if (!e1_link->e1_ts)
362 return;
363
364 if (e1_link->e1_ts_ss == 255)
365 vty_out(vty, "%se1 line %u timeslot %u sub-slot full%s",
366 prefix, e1_link->e1_nr, e1_link->e1_ts, VTY_NEWLINE);
367 else
368 vty_out(vty, "%se1 line %u timeslot %u sub-slot %u%s",
369 prefix, e1_link->e1_nr, e1_link->e1_ts,
370 e1_link->e1_ts_ss, VTY_NEWLINE);
371}
372
373
Harald Welte67ce0732009-08-06 19:06:46 +0200374static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
375{
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100376 vty_out(vty, " timeslot %u%s", ts->nr, VTY_NEWLINE);
Harald Weltea2bbc5e2015-11-20 10:43:31 +0100377 if (ts->tsc != -1)
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100378 vty_out(vty, " training_sequence_code %u%s", ts->tsc, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200379 if (ts->pchan != GSM_PCHAN_NONE)
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100380 vty_out(vty, " phys_chan_config %s%s",
Harald Welte42581822009-08-08 16:12:58 +0200381 gsm_pchan_name(ts->pchan), VTY_NEWLINE);
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100382 vty_out(vty, " hopping enabled %u%s",
Harald Weltea39b0f22010-06-14 22:26:10 +0200383 ts->hopping.enabled, VTY_NEWLINE);
384 if (ts->hopping.enabled) {
385 unsigned int i;
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100386 vty_out(vty, " hopping sequence-number %u%s",
Harald Welte6e0cd042009-09-12 13:05:33 +0200387 ts->hopping.hsn, VTY_NEWLINE);
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100388 vty_out(vty, " hopping maio %u%s",
Harald Welte6e0cd042009-09-12 13:05:33 +0200389 ts->hopping.maio, VTY_NEWLINE);
Harald Weltea39b0f22010-06-14 22:26:10 +0200390 for (i = 0; i < ts->hopping.arfcns.data_len*8; i++) {
391 if (!bitvec_get_bit_pos(&ts->hopping.arfcns, i))
392 continue;
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100393 vty_out(vty, " hopping arfcn add %u%s",
Harald Weltea39b0f22010-06-14 22:26:10 +0200394 i, VTY_NEWLINE);
395 }
Harald Welte127af342010-12-24 12:07:07 +0100396 }
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100397 config_write_e1_link(vty, &ts->e1_link, " ");
Harald Welteface7ed2011-02-14 16:15:21 +0100398
399 if (ts->trx->bts->model->config_write_ts)
400 ts->trx->bts->model->config_write_ts(vty, ts);
Harald Welte67ce0732009-08-06 19:06:46 +0200401}
402
403static void config_write_trx_single(struct vty *vty, struct gsm_bts_trx *trx)
404{
405 int i;
406
Harald Welte5013b2a2009-08-07 13:29:14 +0200407 vty_out(vty, " trx %u%s", trx->nr, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200408 if (trx->description)
409 vty_out(vty, " description %s%s", trx->description,
410 VTY_NEWLINE);
Holger Hans Peter Freyther2ba40af2010-04-17 06:42:07 +0200411 vty_out(vty, " rf_locked %u%s",
Harald Welted64c0bc2011-05-30 12:07:53 +0200412 trx->mo.nm_state.administrative == NM_STATE_LOCKED ? 1 : 0,
Holger Hans Peter Freyther2ba40af2010-04-17 06:42:07 +0200413 VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200414 vty_out(vty, " arfcn %u%s", trx->arfcn, VTY_NEWLINE);
Harald Welte (local)7b37d972009-12-27 20:56:38 +0100415 vty_out(vty, " nominal power %u%s", trx->nominal_power, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200416 vty_out(vty, " max_power_red %u%s", trx->max_power_red, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200417 config_write_e1_link(vty, &trx->rsl_e1_link, " rsl ");
418 vty_out(vty, " rsl e1 tei %u%s", trx->rsl_tei, VTY_NEWLINE);
Harald Welte67ce0732009-08-06 19:06:46 +0200419
Harald Welteface7ed2011-02-14 16:15:21 +0100420 if (trx->bts->model->config_write_trx)
421 trx->bts->model->config_write_trx(vty, trx);
422
Harald Welte67ce0732009-08-06 19:06:46 +0200423 for (i = 0; i < TRX_NR_TS; i++)
424 config_write_ts_single(vty, &trx->ts[i]);
425}
426
Harald Welte615e9562010-05-11 23:50:21 +0200427static void config_write_bts_gprs(struct vty *vty, struct gsm_bts *bts)
428{
429 unsigned int i;
430 vty_out(vty, " gprs mode %s%s", bts_gprs_mode_name(bts->gprs.mode),
431 VTY_NEWLINE);
432 if (bts->gprs.mode == BTS_GPRS_NONE)
433 return;
434
435 vty_out(vty, " gprs routing area %u%s", bts->gprs.rac,
436 VTY_NEWLINE);
Andreas Eversberg0c8f9ca2013-03-16 16:31:26 +0100437 vty_out(vty, " gprs network-control-order nc%u%s",
438 bts->gprs.net_ctrl_ord, VTY_NEWLINE);
Harald Welte615e9562010-05-11 23:50:21 +0200439 vty_out(vty, " gprs cell bvci %u%s", bts->gprs.cell.bvci,
440 VTY_NEWLINE);
441 for (i = 0; i < ARRAY_SIZE(bts->gprs.cell.timer); i++)
442 vty_out(vty, " gprs cell timer %s %u%s",
443 get_value_string(gprs_bssgp_cfg_strs, i),
444 bts->gprs.cell.timer[i], VTY_NEWLINE);
445 vty_out(vty, " gprs nsei %u%s", bts->gprs.nse.nsei,
446 VTY_NEWLINE);
447 for (i = 0; i < ARRAY_SIZE(bts->gprs.nse.timer); i++)
448 vty_out(vty, " gprs ns timer %s %u%s",
449 get_value_string(gprs_ns_timer_strs, i),
450 bts->gprs.nse.timer[i], VTY_NEWLINE);
451 for (i = 0; i < ARRAY_SIZE(bts->gprs.nsvc); i++) {
452 struct gsm_bts_gprs_nsvc *nsvc =
453 &bts->gprs.nsvc[i];
454 struct in_addr ia;
455
456 ia.s_addr = htonl(nsvc->remote_ip);
457 vty_out(vty, " gprs nsvc %u nsvci %u%s", i,
458 nsvc->nsvci, VTY_NEWLINE);
459 vty_out(vty, " gprs nsvc %u local udp port %u%s", i,
460 nsvc->local_port, VTY_NEWLINE);
461 vty_out(vty, " gprs nsvc %u remote udp port %u%s", i,
462 nsvc->remote_port, VTY_NEWLINE);
463 vty_out(vty, " gprs nsvc %u remote ip %s%s", i,
464 inet_ntoa(ia), VTY_NEWLINE);
465 }
466}
467
Holger Hans Peter Freythercd40fb42013-09-15 17:23:34 +0200468/* Write the model data if there is one */
469static void config_write_bts_model(struct vty *vty, struct gsm_bts *bts)
Harald Welte67ce0732009-08-06 19:06:46 +0200470{
471 struct gsm_bts_trx *trx;
Holger Hans Peter Freythercd40fb42013-09-15 17:23:34 +0200472
473 if (!bts->model)
474 return;
475
476 if (bts->model->config_write_bts)
477 bts->model->config_write_bts(vty, bts);
478
479 llist_for_each_entry(trx, &bts->trx_list, list)
480 config_write_trx_single(vty, trx);
481}
482
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +0200483static void write_amr_modes(struct vty *vty, const char *prefix,
484 const char *name, struct amr_mode *modes, int num)
485{
486 int i;
487
488 vty_out(vty, " %s threshold %s", prefix, name);
489 for (i = 0; i < num - 1; i++)
490 vty_out(vty, " %d", modes[i].threshold);
491 vty_out(vty, "%s", VTY_NEWLINE);
492 vty_out(vty, " %s hysteresis %s", prefix, name);
493 for (i = 0; i < num - 1; i++)
494 vty_out(vty, " %d", modes[i].hysteresis);
495 vty_out(vty, "%s", VTY_NEWLINE);
496}
497
Andreas Eversberg73266522014-01-19 11:47:44 +0100498static void config_write_bts_amr(struct vty *vty, struct gsm_bts *bts,
499 struct amr_multirate_conf *mr, int full)
500{
501 struct gsm48_multi_rate_conf *mr_conf;
502 const char *prefix = (full) ? "amr tch-f" : "amr tch-h";
503 int i, num;
504
505 if (!(mr->gsm48_ie[1]))
506 return;
507
508 mr_conf = (struct gsm48_multi_rate_conf *) mr->gsm48_ie;
509
510 num = 0;
511 vty_out(vty, " %s modes", prefix);
512 for (i = 0; i < ((full) ? 8 : 6); i++) {
513 if ((mr->gsm48_ie[1] & (1 << i))) {
514 vty_out(vty, " %d", i);
515 num++;
516 }
517 }
518 vty_out(vty, "%s", VTY_NEWLINE);
519 if (num > 4)
520 num = 4;
521 if (num > 1) {
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +0200522 write_amr_modes(vty, prefix, "ms", mr->ms_mode, num);
523 write_amr_modes(vty, prefix, "bts", mr->bts_mode, num);
Andreas Eversberg73266522014-01-19 11:47:44 +0100524 }
525 vty_out(vty, " %s start-mode ", prefix);
526 if (mr_conf->icmi) {
527 num = 0;
528 for (i = 0; i < ((full) ? 8 : 6) && num < 4; i++) {
529 if ((mr->gsm48_ie[1] & (1 << i)))
530 num++;
531 if (mr_conf->smod == num - 1) {
532 vty_out(vty, "%d%s", num, VTY_NEWLINE);
533 break;
534 }
535 }
536 } else
537 vty_out(vty, "auto%s", VTY_NEWLINE);
538}
539
Holger Hans Peter Freythercd40fb42013-09-15 17:23:34 +0200540static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
541{
Harald Welte9fbff4a2010-07-30 11:50:09 +0200542 int i;
Harald Welte67ce0732009-08-06 19:06:46 +0200543
Harald Welte5013b2a2009-08-07 13:29:14 +0200544 vty_out(vty, " bts %u%s", bts->nr, VTY_NEWLINE);
545 vty_out(vty, " type %s%s", btstype2str(bts->type), VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200546 if (bts->description)
547 vty_out(vty, " description %s%s", bts->description, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200548 vty_out(vty, " band %s%s", gsm_band_name(bts->band), VTY_NEWLINE);
Holger Hans Peter Freytherf926ed62009-11-19 16:38:49 +0100549 vty_out(vty, " cell_identity %u%s", bts->cell_identity, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200550 vty_out(vty, " location_area_code %u%s", bts->location_area_code,
Harald Welte67ce0732009-08-06 19:06:46 +0200551 VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200552 vty_out(vty, " base_station_id_code %u%s", bts->bsic, VTY_NEWLINE);
Jacob Erlbeck946d1412013-09-17 13:59:29 +0200553 if (bts->tz.override != 0) {
554 if (bts->tz.dst)
555 vty_out(vty, " timezone %d %d %d%s",
556 bts->tz.hr, bts->tz.mn, bts->tz.dst, VTY_NEWLINE);
557 else
558 vty_out(vty, " timezone %d %d%s",
559 bts->tz.hr, bts->tz.mn, VTY_NEWLINE);
560 }
Harald Welte (local)0e451d02009-08-13 10:14:26 +0200561 vty_out(vty, " ms max power %u%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100562 vty_out(vty, " cell reselection hysteresis %u%s",
563 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
564 vty_out(vty, " rxlev access min %u%s",
565 bts->si_common.cell_sel_par.rxlev_acc_min, VTY_NEWLINE);
Sylvain Munaute0b06b02010-11-28 18:17:28 +0100566
567 if (bts->si_common.cell_ro_sel_par.present) {
568 struct gsm48_si_selection_params *sp;
569 sp = &bts->si_common.cell_ro_sel_par;
570
571 if (sp->cbq)
572 vty_out(vty, " cell bar qualify %u%s",
573 sp->cbq, VTY_NEWLINE);
574
575 if (sp->cell_resel_off)
576 vty_out(vty, " cell reselection offset %u%s",
577 sp->cell_resel_off*2, VTY_NEWLINE);
578
579 if (sp->temp_offs == 7)
580 vty_out(vty, " temporary offset infinite%s",
581 VTY_NEWLINE);
582 else if (sp->temp_offs)
583 vty_out(vty, " temporary offset %u%s",
584 sp->temp_offs*10, VTY_NEWLINE);
585
586 if (sp->penalty_time == 31)
587 vty_out(vty, " penalty time reserved%s",
588 VTY_NEWLINE);
589 else if (sp->penalty_time)
590 vty_out(vty, " penalty time %u%s",
591 (sp->penalty_time*20)+20, VTY_NEWLINE);
592 }
593
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +0200594 /* Is periodic LU enabled or disabled? */
595 if (bts->si_common.chan_desc.t3212 == 0)
596 vty_out(vty, " no periodic location update%s", VTY_NEWLINE);
597 else
598 vty_out(vty, " periodic location update %u%s",
599 bts->si_common.chan_desc.t3212 * 6, VTY_NEWLINE);
600
Andreas Eversberg4d4944a2013-03-10 11:49:35 +0100601 vty_out(vty, " radio-link-timeout %d%s",
602 get_radio_link_timeout(&bts->si_common.cell_options),
603 VTY_NEWLINE);
Harald Welte7a8fa412009-08-10 13:48:16 +0200604 vty_out(vty, " channel allocator %s%s",
605 bts->chan_alloc_reverse ? "descending" : "ascending",
606 VTY_NEWLINE);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +0100607 vty_out(vty, " rach tx integer %u%s",
608 bts->si_common.rach_control.tx_integer, VTY_NEWLINE);
609 vty_out(vty, " rach max transmission %u%s",
610 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
611 VTY_NEWLINE);
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +0800612
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +0200613 vty_out(vty, " channel-descrption attach %u%s",
614 bts->si_common.chan_desc.att, VTY_NEWLINE);
615 vty_out(vty, " channel-descrption bs-pa-mfrms %u%s",
616 bts->si_common.chan_desc.bs_pa_mfrms + 2, VTY_NEWLINE);
617 vty_out(vty, " channel-descrption bs-ag-blks-res %u%s",
618 bts->si_common.chan_desc.bs_ag_blks_res, VTY_NEWLINE);
619
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +0800620 if (bts->rach_b_thresh != -1)
621 vty_out(vty, " rach nm busy threshold %u%s",
622 bts->rach_b_thresh, VTY_NEWLINE);
623 if (bts->rach_ldavg_slots != -1)
624 vty_out(vty, " rach nm load average %u%s",
625 bts->rach_ldavg_slots, VTY_NEWLINE);
Harald Welte71355012009-12-21 23:08:18 +0100626 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)5dececf2009-08-12 13:28:23 +0200627 vty_out(vty, " cell barred 1%s", VTY_NEWLINE);
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +0800628 if ((bts->si_common.rach_control.t2 & 0x4) == 0)
629 vty_out(vty, " rach emergency call allowed 1%s", VTY_NEWLINE);
Ivan Kluchnikov67920592013-09-16 13:13:04 +0400630 if ((bts->si_common.rach_control.t3) != 0)
631 for (i = 0; i < 8; i++)
632 if (bts->si_common.rach_control.t3 & (0x1 << i))
633 vty_out(vty, " rach access-control-class %d barred%s", i, VTY_NEWLINE);
634 if ((bts->si_common.rach_control.t2 & 0xfb) != 0)
635 for (i = 0; i < 8; i++)
636 if ((i != 2) && (bts->si_common.rach_control.t2 & (0x1 << i)))
637 vty_out(vty, " rach access-control-class %d barred%s", i+8, VTY_NEWLINE);
Harald Welte9fbff4a2010-07-30 11:50:09 +0200638 for (i = SYSINFO_TYPE_1; i < _MAX_SYSINFO_TYPE; i++) {
639 if (bts->si_mode_static & (1 << i)) {
640 vty_out(vty, " system-information %s mode static%s",
641 get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
642 vty_out(vty, " system-information %s static %s%s",
643 get_value_string(osmo_sitype_strs, i),
Sylvain Munaut63ef2152011-11-13 23:05:23 +0100644 osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
Harald Welte9fbff4a2010-07-30 11:50:09 +0200645 VTY_NEWLINE);
646 }
647 }
Harald Weltefd355a32011-03-04 13:41:31 +0100648 switch (bts->type) {
649 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +0200650 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welte5013b2a2009-08-07 13:29:14 +0200651 vty_out(vty, " ip.access unit_id %u %u%s",
Harald Weltea6fd58e2009-08-07 00:25:23 +0200652 bts->ip_access.site_id, bts->ip_access.bts_id, VTY_NEWLINE);
Harald Welte8b291802013-03-12 13:57:05 +0100653 if (bts->ip_access.rsl_ip) {
654 struct in_addr ia;
655 ia.s_addr = htonl(bts->ip_access.rsl_ip);
656 vty_out(vty, " ip.access rsl-ip %s%s", inet_ntoa(ia),
657 VTY_NEWLINE);
658 }
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +0200659 vty_out(vty, " oml ip.access stream_id %u line %u%s",
660 bts->oml_tei, bts->oml_e1_link.e1_nr, VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100661 break;
Sylvain Munautc9519462011-10-17 14:04:55 +0200662 case GSM_BTS_TYPE_NOKIA_SITE:
663 vty_out(vty, " nokia_site skip-reset %d%s", bts->nokia.skip_reset, VTY_NEWLINE);
Andreas Eversberg7d8fa342013-12-05 13:25:06 +0100664 vty_out(vty, " nokia_site no-local-rel-conf %d%s",
665 bts->nokia.no_loc_rel_cnf, VTY_NEWLINE);
Sipos Csaba56e17662015-02-07 13:27:36 +0100666 vty_out(vty, " nokia_site bts-reset-timer %d%s", bts->nokia.bts_reset_timer_cnf, VTY_NEWLINE);
Andreas Eversbergb6f95162013-12-05 16:02:37 +0100667 /* fall through: Nokia requires "oml e1" parameters also */
Harald Weltefd355a32011-03-04 13:41:31 +0100668 default:
Harald Welte42581822009-08-08 16:12:58 +0200669 config_write_e1_link(vty, &bts->oml_e1_link, " oml ");
670 vty_out(vty, " oml e1 tei %u%s", bts->oml_tei, VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100671 break;
Harald Welte42581822009-08-08 16:12:58 +0200672 }
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +0800673
674 /* if we have a limit, write it */
675 if (bts->paging.free_chans_need >= 0)
676 vty_out(vty, " paging free %d%s", bts->paging.free_chans_need, VTY_NEWLINE);
677
Harald Welte32c09622011-01-11 23:44:56 +0100678 vty_out(vty, " neighbor-list mode %s%s",
Harald Welte64c07d22011-02-15 11:43:27 +0100679 get_value_string(bts_neigh_mode_strs, bts->neigh_list_manual_mode), VTY_NEWLINE);
680 if (bts->neigh_list_manual_mode != NL_MODE_AUTOMATIC) {
Harald Welte32c09622011-01-11 23:44:56 +0100681 for (i = 0; i < 1024; i++) {
682 if (bitvec_get_bit_pos(&bts->si_common.neigh_list, i))
683 vty_out(vty, " neighbor-list add arfcn %u%s",
684 i, VTY_NEWLINE);
685 }
686 }
Harald Welte64c07d22011-02-15 11:43:27 +0100687 if (bts->neigh_list_manual_mode == NL_MODE_MANUAL_SI5SEP) {
688 for (i = 0; i < 1024; i++) {
689 if (bitvec_get_bit_pos(&bts->si_common.si5_neigh_list, i))
690 vty_out(vty, " si5 neighbor-list add arfcn %u%s",
691 i, VTY_NEWLINE);
692 }
693 }
Harald Welte32c09622011-01-11 23:44:56 +0100694
Max59a1bf32016-04-15 16:04:46 +0200695 for (i = 0; i < MAX_EARFCN_LIST; i++) {
696 if (bts->si_common.si2quater_neigh_list.arfcn[i] !=
697 OSMO_EARFCN_INVALID) {
698 vty_out(vty, " si2quater neighbor-list add earfcn %u threshold %u",
699 bts->si_common.si2quater_neigh_list.arfcn[i],
700 bts->si_common.si2quater_neigh_list.thresh_hi);
701 if (bts->si_common.si2quater_neigh_list.meas_bw[i] !=
702 OSMO_EARFCN_MEAS_INVALID)
703 vty_out(vty, " %u",
704 bts->si_common.si2quater_neigh_list.meas_bw[i]);
705
706 vty_out(vty, "%s", VTY_NEWLINE);
707 }
708 }
709
Andreas Eversberga83d5112013-12-07 18:32:28 +0100710 vty_out(vty, " codec-support fr");
711 if (bts->codec.hr)
712 vty_out(vty, " hr");
713 if (bts->codec.efr)
714 vty_out(vty, " efr");
715 if (bts->codec.amr)
716 vty_out(vty, " amr");
717 vty_out(vty, "%s", VTY_NEWLINE);
718
Andreas Eversberg73266522014-01-19 11:47:44 +0100719 config_write_bts_amr(vty, bts, &bts->mr_full, 1);
720 config_write_bts_amr(vty, bts, &bts->mr_half, 0);
721
Harald Welte615e9562010-05-11 23:50:21 +0200722 config_write_bts_gprs(vty, bts);
Harald Welte67ce0732009-08-06 19:06:46 +0200723
Holger Hans Peter Freythere30d40d2012-07-20 10:27:31 +0200724 if (bts->excl_from_rf_lock)
725 vty_out(vty, " rf-lock-exclude%s", VTY_NEWLINE);
726
Jacob Erlbeck65d114f2014-01-16 11:02:14 +0100727 vty_out(vty, " %sforce-combined-si%s",
728 bts->force_combined_si ? "" : "no ", VTY_NEWLINE);
729
Holger Hans Peter Freytherc22930e2014-12-17 14:46:17 +0100730 for (i = 0; i < ARRAY_SIZE(bts->depends_on); ++i) {
731 int j;
732
733 if (bts->depends_on[i] == 0)
734 continue;
735
736 for (j = 0; j < sizeof(bts->depends_on[i]) * 8; ++j) {
737 int bts_nr;
738
739 if ((bts->depends_on[i] & (1<<j)) == 0)
740 continue;
741
742 bts_nr = (i * sizeof(bts->depends_on[i]) * 8) + j;
743 vty_out(vty, " depends-on-bts %d%s", bts_nr, VTY_NEWLINE);
744 }
745 }
746
Holger Hans Peter Freythercd40fb42013-09-15 17:23:34 +0200747 config_write_bts_model(vty, bts);
Harald Welte67ce0732009-08-06 19:06:46 +0200748}
749
750static int config_write_bts(struct vty *v)
751{
Harald Weltedcccb182010-05-16 20:52:23 +0200752 struct gsm_network *gsmnet = gsmnet_from_vty(v);
Harald Welte67ce0732009-08-06 19:06:46 +0200753 struct gsm_bts *bts;
754
755 llist_for_each_entry(bts, &gsmnet->bts_list, list)
756 config_write_bts_single(v, bts);
757
758 return CMD_SUCCESS;
759}
760
Harald Welte5013b2a2009-08-07 13:29:14 +0200761static int config_write_net(struct vty *vty)
762{
Harald Weltedcccb182010-05-16 20:52:23 +0200763 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
764
Harald Welte5013b2a2009-08-07 13:29:14 +0200765 vty_out(vty, "network%s", VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200766 vty_out(vty, " network country code %u%s", gsmnet->country_code, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200767 vty_out(vty, " mobile network code %u%s", gsmnet->network_code, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200768 vty_out(vty, " short name %s%s", gsmnet->name_short, VTY_NEWLINE);
769 vty_out(vty, " long name %s%s", gsmnet->name_long, VTY_NEWLINE);
Harald Welte (local)69de3972009-08-12 14:42:23 +0200770 vty_out(vty, " auth policy %s%s", gsm_auth_policy_name(gsmnet->auth_policy), VTY_NEWLINE);
Harald Welte1085c092009-11-18 20:33:19 +0100771 vty_out(vty, " location updating reject cause %u%s",
772 gsmnet->reject_cause, VTY_NEWLINE);
Harald Welte4381cfe2009-08-30 15:47:06 +0900773 vty_out(vty, " encryption a5 %u%s", gsmnet->a5_encryption, VTY_NEWLINE);
Holger Hans Peter Freytherd54c3372009-11-19 16:37:48 +0100774 vty_out(vty, " neci %u%s", gsmnet->neci, VTY_NEWLINE);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +0800775 vty_out(vty, " paging any use tch %d%s", gsmnet->pag_any_tch, VTY_NEWLINE);
Harald Welteeab84a12009-12-13 10:53:12 +0100776 vty_out(vty, " rrlp mode %s%s", rrlp_mode_name(gsmnet->rrlp.mode),
777 VTY_NEWLINE);
Harald Welte648b6ce2009-12-14 09:00:24 +0100778 vty_out(vty, " mm info %u%s", gsmnet->send_mm_info, VTY_NEWLINE);
Harald Weltebc814502009-12-19 21:41:52 +0100779 vty_out(vty, " handover %u%s", gsmnet->handover.active, VTY_NEWLINE);
Harald Welteb720bd32009-12-21 16:51:50 +0100780 vty_out(vty, " handover window rxlev averaging %u%s",
781 gsmnet->handover.win_rxlev_avg, VTY_NEWLINE);
782 vty_out(vty, " handover window rxqual averaging %u%s",
783 gsmnet->handover.win_rxqual_avg, VTY_NEWLINE);
784 vty_out(vty, " handover window rxlev neighbor averaging %u%s",
785 gsmnet->handover.win_rxlev_avg_neigh, VTY_NEWLINE);
786 vty_out(vty, " handover power budget interval %u%s",
787 gsmnet->handover.pwr_interval, VTY_NEWLINE);
788 vty_out(vty, " handover power budget hysteresis %u%s",
789 gsmnet->handover.pwr_hysteresis, VTY_NEWLINE);
790 vty_out(vty, " handover maximum distance %u%s",
791 gsmnet->handover.max_distance, VTY_NEWLINE);
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +0100792 vty_out(vty, " timer t3101 %u%s", gsmnet->T3101, VTY_NEWLINE);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +0100793 vty_out(vty, " timer t3103 %u%s", gsmnet->T3103, VTY_NEWLINE);
794 vty_out(vty, " timer t3105 %u%s", gsmnet->T3105, VTY_NEWLINE);
795 vty_out(vty, " timer t3107 %u%s", gsmnet->T3107, VTY_NEWLINE);
796 vty_out(vty, " timer t3109 %u%s", gsmnet->T3109, VTY_NEWLINE);
797 vty_out(vty, " timer t3111 %u%s", gsmnet->T3111, VTY_NEWLINE);
798 vty_out(vty, " timer t3113 %u%s", gsmnet->T3113, VTY_NEWLINE);
799 vty_out(vty, " timer t3115 %u%s", gsmnet->T3115, VTY_NEWLINE);
800 vty_out(vty, " timer t3117 %u%s", gsmnet->T3117, VTY_NEWLINE);
801 vty_out(vty, " timer t3119 %u%s", gsmnet->T3119, VTY_NEWLINE);
Harald Welte2862dca2010-12-23 14:39:29 +0100802 vty_out(vty, " timer t3122 %u%s", gsmnet->T3122, VTY_NEWLINE);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +0100803 vty_out(vty, " timer t3141 %u%s", gsmnet->T3141, VTY_NEWLINE);
Harald Welte63dbfc62010-12-15 15:34:23 +0100804 vty_out(vty, " dtx-used %u%s", gsmnet->dtx_enabled, VTY_NEWLINE);
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +0100805 vty_out(vty, " subscriber-keep-in-ram %d%s",
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100806 gsmnet->subscr_group->keep_subscr, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200807
808 return CMD_SUCCESS;
809}
Harald Welte67ce0732009-08-06 19:06:46 +0200810
Harald Welte68628e82009-03-10 12:17:57 +0000811static void trx_dump_vty(struct vty *vty, struct gsm_bts_trx *trx)
812{
813 vty_out(vty, "TRX %u of BTS %u is on ARFCN %u%s",
814 trx->nr, trx->bts->nr, trx->arfcn, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200815 vty_out(vty, "Description: %s%s",
816 trx->description ? trx->description : "(null)", VTY_NEWLINE);
Harald Weltefcd24452009-06-20 18:15:19 +0200817 vty_out(vty, " RF Nominal Power: %d dBm, reduced by %u dB, "
Harald Welte42581822009-08-08 16:12:58 +0200818 "resulting BS power: %d dBm%s",
Harald Weltefcd24452009-06-20 18:15:19 +0200819 trx->nominal_power, trx->max_power_red,
Harald Welte42581822009-08-08 16:12:58 +0200820 trx->nominal_power - trx->max_power_red, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000821 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200822 net_dump_nmstate(vty, &trx->mo.nm_state);
Harald Welte68628e82009-03-10 12:17:57 +0000823 vty_out(vty, " Baseband Transceiver NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200824 net_dump_nmstate(vty, &trx->bb_transc.mo.nm_state);
Harald Welte8175e952009-10-20 00:22:00 +0200825 if (is_ipaccess_bts(trx->bts)) {
826 vty_out(vty, " ip.access stream ID: 0x%02x%s",
827 trx->rsl_tei, VTY_NEWLINE);
828 } else {
829 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
830 e1isl_dump_vty(vty, trx->rsl_link);
831 }
Harald Welte68628e82009-03-10 12:17:57 +0000832}
833
834DEFUN(show_trx,
835 show_trx_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +0100836 "show trx [<0-255>] [<0-255>]",
Harald Welte8f0ed552010-05-11 21:53:49 +0200837 SHOW_STR "Display information about a TRX\n"
838 "BTS Number\n"
839 "TRX Number\n")
Harald Welte68628e82009-03-10 12:17:57 +0000840{
Harald Weltedcccb182010-05-16 20:52:23 +0200841 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000842 struct gsm_bts *bts = NULL;
843 struct gsm_bts_trx *trx;
844 int bts_nr, trx_nr;
845
846 if (argc >= 1) {
847 /* use the BTS number that the user has specified */
848 bts_nr = atoi(argv[0]);
849 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000850 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000851 VTY_NEWLINE);
852 return CMD_WARNING;
853 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200854 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000855 }
856 if (argc >= 2) {
857 trx_nr = atoi(argv[1]);
858 if (trx_nr >= bts->num_trx) {
Harald Welte1bc77352009-03-10 19:47:51 +0000859 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
Harald Welte68628e82009-03-10 12:17:57 +0000860 VTY_NEWLINE);
861 return CMD_WARNING;
862 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200863 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000864 trx_dump_vty(vty, trx);
865 return CMD_SUCCESS;
866 }
867 if (bts) {
868 /* print all TRX in this BTS */
869 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200870 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000871 trx_dump_vty(vty, trx);
872 }
873 return CMD_SUCCESS;
874 }
875
876 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200877 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000878 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200879 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000880 trx_dump_vty(vty, trx);
881 }
882 }
883
884 return CMD_SUCCESS;
885}
886
Harald Welte67ce0732009-08-06 19:06:46 +0200887
Harald Welte68628e82009-03-10 12:17:57 +0000888static void ts_dump_vty(struct vty *vty, struct gsm_bts_trx_ts *ts)
889{
Harald Welte135a6482011-05-30 12:09:13 +0200890 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, phys cfg %s, TSC %u",
Harald Welte026b4ca2010-12-24 12:12:10 +0100891 ts->trx->bts->nr, ts->trx->nr, ts->nr,
Harald Welte1fe24122014-01-19 17:18:21 +0100892 gsm_pchan_name(ts->pchan), gsm_ts_tsc(ts));
Harald Weltecd103a92010-12-24 12:14:52 +0100893 if (ts->pchan == GSM_PCHAN_TCH_F_PDCH)
Harald Welteb29cea12010-12-24 12:26:13 +0100894 vty_out(vty, " (%s mode)",
Harald Weltecd103a92010-12-24 12:14:52 +0100895 ts->flags & TS_F_PDCH_MODE ? "PDCH" : "TCH/F");
896 vty_out(vty, "%s", VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000897 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200898 net_dump_nmstate(vty, &ts->mo.nm_state);
Harald Welte2c828992009-12-02 01:56:49 +0530899 if (!is_ipaccess_bts(ts->trx->bts))
Harald Welteef235b52009-03-10 12:34:02 +0000900 vty_out(vty, " E1 Line %u, Timeslot %u, Subslot %u%s",
901 ts->e1_link.e1_nr, ts->e1_link.e1_ts,
902 ts->e1_link.e1_ts_ss, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000903}
904
905DEFUN(show_ts,
906 show_ts_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +0100907 "show timeslot [<0-255>] [<0-255>] [<0-7>]",
Harald Welte8f0ed552010-05-11 21:53:49 +0200908 SHOW_STR "Display information about a TS\n"
909 "BTS Number\n" "TRX Number\n" "Timeslot Number\n")
Harald Welte68628e82009-03-10 12:17:57 +0000910{
Harald Weltedcccb182010-05-16 20:52:23 +0200911 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte274d0152010-12-24 12:05:03 +0100912 struct gsm_bts *bts = NULL;
913 struct gsm_bts_trx *trx = NULL;
914 struct gsm_bts_trx_ts *ts = NULL;
Harald Welte68628e82009-03-10 12:17:57 +0000915 int bts_nr, trx_nr, ts_nr;
916
917 if (argc >= 1) {
918 /* use the BTS number that the user has specified */
919 bts_nr = atoi(argv[0]);
920 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000921 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000922 VTY_NEWLINE);
923 return CMD_WARNING;
924 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200925 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000926 }
927 if (argc >= 2) {
928 trx_nr = atoi(argv[1]);
929 if (trx_nr >= bts->num_trx) {
Harald Welte1bc77352009-03-10 19:47:51 +0000930 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
Harald Welte68628e82009-03-10 12:17:57 +0000931 VTY_NEWLINE);
932 return CMD_WARNING;
933 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200934 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000935 }
936 if (argc >= 3) {
937 ts_nr = atoi(argv[2]);
938 if (ts_nr >= TRX_NR_TS) {
Harald Welte1bc77352009-03-10 19:47:51 +0000939 vty_out(vty, "%% can't find TS '%s'%s", argv[2],
Harald Welte68628e82009-03-10 12:17:57 +0000940 VTY_NEWLINE);
941 return CMD_WARNING;
942 }
Harald Welte274d0152010-12-24 12:05:03 +0100943 /* Fully Specified: print and exit */
Harald Welte68628e82009-03-10 12:17:57 +0000944 ts = &trx->ts[ts_nr];
945 ts_dump_vty(vty, ts);
946 return CMD_SUCCESS;
947 }
Harald Welte274d0152010-12-24 12:05:03 +0100948
949 if (bts && trx) {
950 /* Iterate over all TS in this TRX */
951 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
952 ts = &trx->ts[ts_nr];
953 ts_dump_vty(vty, ts);
954 }
955 } else if (bts) {
956 /* Iterate over all TRX in this BTS, TS in each TRX */
Harald Welte68628e82009-03-10 12:17:57 +0000957 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200958 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000959 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
960 ts = &trx->ts[ts_nr];
961 ts_dump_vty(vty, ts);
962 }
963 }
Harald Welte274d0152010-12-24 12:05:03 +0100964 } else {
965 /* Iterate over all BTS, TRX in each BTS, TS in each TRX */
966 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
967 bts = gsm_bts_num(net, bts_nr);
968 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
969 trx = gsm_bts_trx_num(bts, trx_nr);
970 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
971 ts = &trx->ts[ts_nr];
972 ts_dump_vty(vty, ts);
973 }
974 }
975 }
Harald Welte68628e82009-03-10 12:17:57 +0000976 }
977
978 return CMD_SUCCESS;
979}
980
Holger Hans Peter Freyther424c4f02010-01-06 06:00:40 +0100981static void subscr_dump_vty(struct vty *vty, struct gsm_subscriber *subscr)
Harald Welte68628e82009-03-10 12:17:57 +0000982{
Harald Weltefcd24452009-06-20 18:15:19 +0200983 vty_out(vty, " ID: %llu, Authorized: %d%s", subscr->id,
Harald Welte40f82892009-05-23 17:31:39 +0000984 subscr->authorized, VTY_NEWLINE);
Holger Hans Peter Freyther7f180e82013-12-12 15:45:41 +0100985 if (strlen(subscr->name))
Harald Welte1bc77352009-03-10 19:47:51 +0000986 vty_out(vty, " Name: '%s'%s", subscr->name, VTY_NEWLINE);
Holger Hans Peter Freytherbd30cd32014-04-04 11:53:18 +0200987 if (strlen(subscr->extension))
Harald Welte68628e82009-03-10 12:17:57 +0000988 vty_out(vty, " Extension: %s%s", subscr->extension,
989 VTY_NEWLINE);
Holger Hans Peter Freyther5ccd0152013-07-14 08:38:24 +0200990 vty_out(vty, " IMSI: %s%s", subscr->imsi, VTY_NEWLINE);
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +0200991 if (subscr->tmsi != GSM_RESERVED_TMSI)
992 vty_out(vty, " TMSI: %08X%s", subscr->tmsi,
Harald Welte731fd912009-08-15 03:24:51 +0200993 VTY_NEWLINE);
Sylvain Munautaf292642009-12-27 19:29:28 +0100994
Harald Welte (local)15920de2009-08-14 20:27:16 +0200995 vty_out(vty, " Use count: %u%s", subscr->use_count, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000996}
997
Harald Welte8387a492009-12-22 21:43:14 +0100998static void meas_rep_dump_uni_vty(struct vty *vty,
999 struct gsm_meas_rep_unidir *mru,
1000 const char *prefix,
1001 const char *dir)
1002{
1003 vty_out(vty, "%s RXL-FULL-%s: %4d dBm, RXL-SUB-%s: %4d dBm ",
1004 prefix, dir, rxlev2dbm(mru->full.rx_lev),
1005 dir, rxlev2dbm(mru->sub.rx_lev));
1006 vty_out(vty, "RXQ-FULL-%s: %d, RXQ-SUB-%s: %d%s",
1007 dir, mru->full.rx_qual, dir, mru->sub.rx_qual,
1008 VTY_NEWLINE);
1009}
1010
1011static void meas_rep_dump_vty(struct vty *vty, struct gsm_meas_rep *mr,
1012 const char *prefix)
1013{
1014 vty_out(vty, "%sMeasurement Report:%s", prefix, VTY_NEWLINE);
1015 vty_out(vty, "%s Flags: %s%s%s%s%s", prefix,
1016 mr->flags & MEAS_REP_F_UL_DTX ? "DTXu " : "",
1017 mr->flags & MEAS_REP_F_DL_DTX ? "DTXd " : "",
1018 mr->flags & MEAS_REP_F_FPC ? "FPC " : "",
1019 mr->flags & MEAS_REP_F_DL_VALID ? " " : "DLinval ",
1020 VTY_NEWLINE);
1021 if (mr->flags & MEAS_REP_F_MS_TO)
1022 vty_out(vty, "%s MS Timing Offset: %u%s", prefix,
1023 mr->ms_timing_offset, VTY_NEWLINE);
1024 if (mr->flags & MEAS_REP_F_MS_L1)
1025 vty_out(vty, "%s L1 MS Power: %u dBm, Timing Advance: %u%s",
1026 prefix, mr->ms_l1.pwr, mr->ms_l1.ta, VTY_NEWLINE);
1027 if (mr->flags & MEAS_REP_F_DL_VALID)
1028 meas_rep_dump_uni_vty(vty, &mr->dl, prefix, "dl");
1029 meas_rep_dump_uni_vty(vty, &mr->ul, prefix, "ul");
1030}
1031
Harald Welte0a8cf322015-12-05 17:22:49 +01001032/* FIXME: move this to libosmogsm */
1033static const struct value_string gsm48_cmode_names[] = {
1034 { GSM48_CMODE_SIGN, "signalling" },
1035 { GSM48_CMODE_SPEECH_V1, "FR or HR" },
1036 { GSM48_CMODE_SPEECH_EFR, "EFR" },
1037 { GSM48_CMODE_SPEECH_AMR, "AMR" },
1038 { GSM48_CMODE_DATA_14k5, "CSD(14k5)" },
1039 { GSM48_CMODE_DATA_12k0, "CSD(12k0)" },
1040 { GSM48_CMODE_DATA_6k0, "CSD(6k0)" },
1041 { GSM48_CMODE_DATA_3k6, "CSD(3k6)" },
1042 { 0, NULL }
1043};
1044
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001045static void lchan_dump_full_vty(struct vty *vty, struct gsm_lchan *lchan)
Harald Welte68628e82009-03-10 12:17:57 +00001046{
Harald Welte8387a492009-12-22 21:43:14 +01001047 int idx;
1048
Harald Welte85bded82010-12-24 12:22:34 +01001049 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u: Type %s%s",
1050 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
1051 lchan->nr, gsm_lchant_name(lchan->type), VTY_NEWLINE);
Holger Hans Peter Freyther454140e2014-12-28 12:08:28 +01001052 vty_out(vty, " Connection: %u, State: %s%s%s%s",
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +08001053 lchan->conn ? 1: 0,
Holger Hans Peter Freyther454140e2014-12-28 12:08:28 +01001054 gsm_lchans_name(lchan->state),
1055 lchan->state == LCHAN_S_BROKEN ? " Error reason: " : "",
1056 lchan->state == LCHAN_S_BROKEN ? lchan->broken_reason : "",
1057 VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +01001058 vty_out(vty, " BS Power: %u dBm, MS Power: %u dBm%s",
1059 lchan->ts->trx->nominal_power - lchan->ts->trx->max_power_red
1060 - lchan->bs_power*2,
1061 ms_pwr_dbm(lchan->ts->trx->bts->band, lchan->ms_power),
1062 VTY_NEWLINE);
Harald Welte0a8cf322015-12-05 17:22:49 +01001063 vty_out(vty, " Channel Mode / Codec: %s%s",
1064 get_value_string(gsm48_cmode_names, lchan->tch_mode),
1065 VTY_NEWLINE);
Holger Hans Peter Freyther2412a072010-06-28 15:47:12 +08001066 if (lchan->conn && lchan->conn->subscr) {
Harald Welte68628e82009-03-10 12:17:57 +00001067 vty_out(vty, " Subscriber:%s", VTY_NEWLINE);
Holger Hans Peter Freyther2412a072010-06-28 15:47:12 +08001068 subscr_dump_vty(vty, lchan->conn->subscr);
Harald Welte68628e82009-03-10 12:17:57 +00001069 } else
1070 vty_out(vty, " No Subscriber%s", VTY_NEWLINE);
Harald Welte2c828992009-12-02 01:56:49 +05301071 if (is_ipaccess_bts(lchan->ts->trx->bts)) {
1072 struct in_addr ia;
Holger Hans Peter Freyther54fa7992010-04-07 15:39:16 +02001073 ia.s_addr = htonl(lchan->abis_ip.bound_ip);
Harald Welte2c828992009-12-02 01:56:49 +05301074 vty_out(vty, " Bound IP: %s Port %u RTP_TYPE2=%u CONN_ID=%u%s",
1075 inet_ntoa(ia), lchan->abis_ip.bound_port,
1076 lchan->abis_ip.rtp_payload2, lchan->abis_ip.conn_id,
1077 VTY_NEWLINE);
1078 }
Harald Welte8387a492009-12-22 21:43:14 +01001079
1080 /* we want to report the last measurement report */
1081 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
1082 lchan->meas_rep_idx, 1);
1083 meas_rep_dump_vty(vty, &lchan->meas_rep[idx], " ");
Harald Welte68628e82009-03-10 12:17:57 +00001084}
1085
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001086static void lchan_dump_short_vty(struct vty *vty, struct gsm_lchan *lchan)
1087{
Holger Hans Peter Freythercf5cc5b2010-05-14 01:57:02 +08001088 struct gsm_meas_rep *mr;
1089 int idx;
1090
1091 /* we want to report the last measurement report */
1092 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
1093 lchan->meas_rep_idx, 1);
1094 mr = &lchan->meas_rep[idx];
1095
Harald Welte85bded82010-12-24 12:22:34 +01001096 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u, Type %s - "
1097 "L1 MS Power: %u dBm RXL-FULL-dl: %4d dBm RXL-FULL-ul: %4d dBm%s",
1098 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
Harald Welteb29cea12010-12-24 12:26:13 +01001099 lchan->nr, gsm_lchant_name(lchan->type), mr->ms_l1.pwr,
Holger Hans Peter Freythercf5cc5b2010-05-14 01:57:02 +08001100 rxlev2dbm(mr->dl.full.rx_lev),
1101 rxlev2dbm(mr->ul.full.rx_lev),
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001102 VTY_NEWLINE);
1103}
1104
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001105
1106static int dump_lchan_trx_ts(struct gsm_bts_trx_ts *ts, struct vty *vty,
1107 void (*dump_cb)(struct vty *, struct gsm_lchan *))
1108{
1109 int lchan_nr;
1110 for (lchan_nr = 0; lchan_nr < TS_MAX_LCHAN; lchan_nr++) {
1111 struct gsm_lchan *lchan = &ts->lchan[lchan_nr];
1112 if ((lchan->type == GSM_LCHAN_NONE) && (lchan->state == LCHAN_S_NONE))
1113 continue;
1114 dump_cb(vty, lchan);
1115 }
1116
1117 return CMD_SUCCESS;
1118}
1119
1120static int dump_lchan_trx(struct gsm_bts_trx *trx, struct vty *vty,
1121 void (*dump_cb)(struct vty *, struct gsm_lchan *))
1122{
1123 int ts_nr;
1124
1125 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
1126 struct gsm_bts_trx_ts *ts = &trx->ts[ts_nr];
1127 dump_lchan_trx_ts(ts, vty, dump_cb);
1128 }
1129
1130 return CMD_SUCCESS;
1131}
1132
1133static int dump_lchan_bts(struct gsm_bts *bts, struct vty *vty,
1134 void (*dump_cb)(struct vty *, struct gsm_lchan *))
1135{
1136 int trx_nr;
1137
1138 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
1139 struct gsm_bts_trx *trx = gsm_bts_trx_num(bts, trx_nr);
1140 dump_lchan_trx(trx, vty, dump_cb);
1141 }
1142
1143 return CMD_SUCCESS;
1144}
1145
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001146static int lchan_summary(struct vty *vty, int argc, const char **argv,
1147 void (*dump_cb)(struct vty *, struct gsm_lchan *))
Harald Welte68628e82009-03-10 12:17:57 +00001148{
Harald Weltedcccb182010-05-16 20:52:23 +02001149 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +00001150 struct gsm_bts *bts;
1151 struct gsm_bts_trx *trx;
1152 struct gsm_bts_trx_ts *ts;
1153 struct gsm_lchan *lchan;
1154 int bts_nr, trx_nr, ts_nr, lchan_nr;
1155
1156 if (argc >= 1) {
1157 /* use the BTS number that the user has specified */
1158 bts_nr = atoi(argv[0]);
1159 if (bts_nr >= net->num_bts) {
1160 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1161 VTY_NEWLINE);
1162 return CMD_WARNING;
1163 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001164 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001165
1166 if (argc == 1)
1167 return dump_lchan_bts(bts, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001168 }
1169 if (argc >= 2) {
1170 trx_nr = atoi(argv[1]);
1171 if (trx_nr >= bts->num_trx) {
1172 vty_out(vty, "%% can't find TRX %s%s", argv[1],
1173 VTY_NEWLINE);
1174 return CMD_WARNING;
1175 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001176 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001177
1178 if (argc == 2)
1179 return dump_lchan_trx(trx, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001180 }
1181 if (argc >= 3) {
1182 ts_nr = atoi(argv[2]);
1183 if (ts_nr >= TRX_NR_TS) {
1184 vty_out(vty, "%% can't find TS %s%s", argv[2],
1185 VTY_NEWLINE);
1186 return CMD_WARNING;
1187 }
1188 ts = &trx->ts[ts_nr];
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001189
1190 if (argc == 3)
1191 return dump_lchan_trx_ts(ts, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001192 }
1193 if (argc >= 4) {
1194 lchan_nr = atoi(argv[3]);
1195 if (lchan_nr >= TS_MAX_LCHAN) {
1196 vty_out(vty, "%% can't find LCHAN %s%s", argv[3],
1197 VTY_NEWLINE);
1198 return CMD_WARNING;
1199 }
1200 lchan = &ts->lchan[lchan_nr];
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001201 dump_cb(vty, lchan);
Harald Welte68628e82009-03-10 12:17:57 +00001202 return CMD_SUCCESS;
1203 }
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001204
1205
Harald Welte68628e82009-03-10 12:17:57 +00001206 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +02001207 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001208 dump_lchan_bts(bts, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001209 }
1210
1211 return CMD_SUCCESS;
1212}
1213
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001214
1215DEFUN(show_lchan,
1216 show_lchan_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +01001217 "show lchan [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001218 SHOW_STR "Display information about a logical channel\n"
1219 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001220 LCHAN_NR_STR)
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001221
1222{
1223 return lchan_summary(vty, argc, argv, lchan_dump_full_vty);
1224}
1225
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001226DEFUN(show_lchan_summary,
1227 show_lchan_summary_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +01001228 "show lchan summary [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001229 SHOW_STR "Display information about a logical channel\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001230 "Short summary\n"
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001231 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001232 LCHAN_NR_STR)
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001233{
1234 return lchan_summary(vty, argc, argv, lchan_dump_short_vty);
1235}
1236
Harald Weltebe4b7302009-05-23 16:59:33 +00001237static void paging_dump_vty(struct vty *vty, struct gsm_paging_request *pag)
Harald Weltef5025b62009-03-28 16:55:11 +00001238{
1239 vty_out(vty, "Paging on BTS %u%s", pag->bts->nr, VTY_NEWLINE);
1240 subscr_dump_vty(vty, pag->subscr);
1241}
1242
Harald Weltebe4b7302009-05-23 16:59:33 +00001243static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
Harald Weltef5025b62009-03-28 16:55:11 +00001244{
1245 struct gsm_paging_request *pag;
1246
Holger Hans Peter Freyther9b5192b2013-03-03 11:03:17 +01001247 if (!bts->paging.bts)
1248 return;
1249
Harald Weltef5025b62009-03-28 16:55:11 +00001250 llist_for_each_entry(pag, &bts->paging.pending_requests, entry)
1251 paging_dump_vty(vty, pag);
1252}
1253
1254DEFUN(show_paging,
1255 show_paging_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +01001256 "show paging [<0-255>]",
Harald Welte8f0ed552010-05-11 21:53:49 +02001257 SHOW_STR "Display information about paging reuqests of a BTS\n"
1258 "BTS Number\n")
Harald Weltef5025b62009-03-28 16:55:11 +00001259{
Harald Weltedcccb182010-05-16 20:52:23 +02001260 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Weltef5025b62009-03-28 16:55:11 +00001261 struct gsm_bts *bts;
1262 int bts_nr;
1263
1264 if (argc >= 1) {
1265 /* use the BTS number that the user has specified */
1266 bts_nr = atoi(argv[0]);
1267 if (bts_nr >= net->num_bts) {
1268 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1269 VTY_NEWLINE);
1270 return CMD_WARNING;
1271 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001272 bts = gsm_bts_num(net, bts_nr);
Harald Weltef5025b62009-03-28 16:55:11 +00001273 bts_paging_dump_vty(vty, bts);
1274
1275 return CMD_SUCCESS;
1276 }
1277 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +02001278 bts = gsm_bts_num(net, bts_nr);
Harald Weltef5025b62009-03-28 16:55:11 +00001279 bts_paging_dump_vty(vty, bts);
1280 }
1281
1282 return CMD_SUCCESS;
1283}
1284
Holger Hans Peter Freytherec37bb22013-02-05 09:39:09 +01001285DEFUN(show_paging_group,
1286 show_paging_group_cmd,
1287 "show paging-group <0-255> IMSI",
1288 SHOW_STR "Display the paging group\n"
1289 "BTS Number\n" "IMSI\n")
1290{
1291 struct gsm_network *net = gsmnet_from_vty(vty);
1292 struct gsm_bts *bts;
1293 unsigned int page_group;
1294 int bts_nr = atoi(argv[0]);
1295
1296 if (bts_nr >= net->num_bts) {
1297 vty_out(vty, "%% can't find BTS %s%s", argv[0], VTY_NEWLINE);
1298 return CMD_WARNING;
1299 }
1300
1301 bts = gsm_bts_num(net, bts_nr);
1302 if (!bts) {
1303 vty_out(vty, "%% can't find BTS %s%s", argv[0], VTY_NEWLINE);
1304 return CMD_WARNING;
1305 }
1306
1307 page_group = gsm0502_calc_paging_group(&bts->si_common.chan_desc,
1308 str_to_imsi(argv[1]));
1309 vty_out(vty, "%%Paging group for IMSI %" PRIu64 " on BTS #%d is %u%s",
1310 str_to_imsi(argv[1]), bts->nr,
1311 page_group, VTY_NEWLINE);
1312 return CMD_SUCCESS;
1313}
1314
Harald Welte5013b2a2009-08-07 13:29:14 +02001315DEFUN(cfg_net,
1316 cfg_net_cmd,
Harald Welte8f0ed552010-05-11 21:53:49 +02001317 "network", NETWORK_STR)
Harald Welte5013b2a2009-08-07 13:29:14 +02001318{
Harald Weltedcccb182010-05-16 20:52:23 +02001319 vty->index = gsmnet_from_vty(vty);
Harald Welte5013b2a2009-08-07 13:29:14 +02001320 vty->node = GSMNET_NODE;
1321
1322 return CMD_SUCCESS;
1323}
1324
Harald Welte5013b2a2009-08-07 13:29:14 +02001325DEFUN(cfg_net_ncc,
1326 cfg_net_ncc_cmd,
1327 "network country code <1-999>",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001328 "Set the GSM network country code\n"
1329 "Country commands\n"
1330 CODE_CMD_STR
1331 "Network Country Code to use\n")
Harald Welte5013b2a2009-08-07 13:29:14 +02001332{
Harald Weltedcccb182010-05-16 20:52:23 +02001333 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1334
Harald Welte5013b2a2009-08-07 13:29:14 +02001335 gsmnet->country_code = atoi(argv[0]);
1336
1337 return CMD_SUCCESS;
1338}
1339
1340DEFUN(cfg_net_mnc,
1341 cfg_net_mnc_cmd,
Dieter Spaar402cced2011-07-27 23:43:56 +02001342 "mobile network code <0-999>",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001343 "Set the GSM mobile network code\n"
1344 "Network Commands\n"
1345 CODE_CMD_STR
1346 "Mobile Network Code to use\n")
Harald Welte5013b2a2009-08-07 13:29:14 +02001347{
Harald Weltedcccb182010-05-16 20:52:23 +02001348 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1349
Harald Welte5013b2a2009-08-07 13:29:14 +02001350 gsmnet->network_code = atoi(argv[0]);
1351
1352 return CMD_SUCCESS;
1353}
1354
1355DEFUN(cfg_net_name_short,
1356 cfg_net_name_short_cmd,
1357 "short name NAME",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001358 "Set the short GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Welte5013b2a2009-08-07 13:29:14 +02001359{
Harald Weltedcccb182010-05-16 20:52:23 +02001360 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1361
Holger Hans Peter Freyther3e9a7f82010-10-12 23:21:54 +02001362 bsc_replace_string(gsmnet, &gsmnet->name_short, argv[0]);
Harald Welte5013b2a2009-08-07 13:29:14 +02001363 return CMD_SUCCESS;
1364}
1365
1366DEFUN(cfg_net_name_long,
1367 cfg_net_name_long_cmd,
1368 "long name NAME",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001369 "Set the long GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Welte5013b2a2009-08-07 13:29:14 +02001370{
Harald Weltedcccb182010-05-16 20:52:23 +02001371 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1372
Holger Hans Peter Freyther3e9a7f82010-10-12 23:21:54 +02001373 bsc_replace_string(gsmnet, &gsmnet->name_long, argv[0]);
Harald Welte5013b2a2009-08-07 13:29:14 +02001374 return CMD_SUCCESS;
1375}
Harald Welte40f82892009-05-23 17:31:39 +00001376
Harald Welte (local)69de3972009-08-12 14:42:23 +02001377DEFUN(cfg_net_auth_policy,
1378 cfg_net_auth_policy_cmd,
1379 "auth policy (closed|accept-all|token)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001380 "Authentication (not cryptographic)\n"
1381 "Set the GSM network authentication policy\n"
1382 "Require the MS to be activated in HLR\n"
1383 "Accept all MS, whether in HLR or not\n"
1384 "Use SMS-token based authentication\n")
Harald Welte (local)69de3972009-08-12 14:42:23 +02001385{
1386 enum gsm_auth_policy policy = gsm_auth_policy_parse(argv[0]);
Harald Weltedcccb182010-05-16 20:52:23 +02001387 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte (local)69de3972009-08-12 14:42:23 +02001388
1389 gsmnet->auth_policy = policy;
1390
1391 return CMD_SUCCESS;
1392}
1393
Harald Welte1085c092009-11-18 20:33:19 +01001394DEFUN(cfg_net_reject_cause,
1395 cfg_net_reject_cause_cmd,
1396 "location updating reject cause <2-111>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001397 "Set the reject cause of location updating reject\n"
1398 "Set the reject cause of location updating reject\n"
1399 "Set the reject cause of location updating reject\n"
1400 "Set the reject cause of location updating reject\n"
1401 "Cause Value as Per GSM TS 04.08\n")
Harald Welte1085c092009-11-18 20:33:19 +01001402{
Harald Weltedcccb182010-05-16 20:52:23 +02001403 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1404
Harald Welte1085c092009-11-18 20:33:19 +01001405 gsmnet->reject_cause = atoi(argv[0]);
1406
1407 return CMD_SUCCESS;
1408}
1409
Harald Welte4381cfe2009-08-30 15:47:06 +09001410DEFUN(cfg_net_encryption,
1411 cfg_net_encryption_cmd,
Harald Weltead66a2d2012-07-04 21:37:56 +02001412 "encryption a5 (0|1|2|3)",
Harald Welte28326062010-05-14 20:05:17 +02001413 "Encryption options\n"
1414 "A5 encryption\n" "A5/0: No encryption\n"
Harald Weltead66a2d2012-07-04 21:37:56 +02001415 "A5/1: Encryption\n" "A5/2: Export-grade Encryption\n"
1416 "A5/3: 'New' Secure Encryption\n")
Harald Welte4381cfe2009-08-30 15:47:06 +09001417{
Harald Weltedcccb182010-05-16 20:52:23 +02001418 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1419
Andreas.Eversberg1059deb2009-11-17 09:55:26 +01001420 gsmnet->a5_encryption= atoi(argv[0]);
Harald Welte4381cfe2009-08-30 15:47:06 +09001421
1422 return CMD_SUCCESS;
1423}
1424
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001425DEFUN(cfg_net_neci,
1426 cfg_net_neci_cmd,
1427 "neci (0|1)",
Harald Welte28326062010-05-14 20:05:17 +02001428 "New Establish Cause Indication\n"
1429 "Don't set the NECI bit\n" "Set the NECI bit\n")
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001430{
Harald Weltedcccb182010-05-16 20:52:23 +02001431 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1432
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001433 gsmnet->neci = atoi(argv[0]);
Holger Hans Peter Freyther78891072010-09-06 09:36:02 +08001434 gsm_net_update_ctype(gsmnet);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001435 return CMD_SUCCESS;
1436}
1437
Harald Welteeab84a12009-12-13 10:53:12 +01001438DEFUN(cfg_net_rrlp_mode, cfg_net_rrlp_mode_cmd,
1439 "rrlp mode (none|ms-based|ms-preferred|ass-preferred)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001440 "Radio Resource Location Protocol\n"
1441 "Set the Radio Resource Location Protocol Mode\n"
1442 "Don't send RRLP request\n"
1443 "Request MS-based location\n"
1444 "Request any location, prefer MS-based\n"
1445 "Request any location, prefer MS-assisted\n")
Harald Welteeab84a12009-12-13 10:53:12 +01001446{
Harald Weltedcccb182010-05-16 20:52:23 +02001447 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1448
Harald Welteeab84a12009-12-13 10:53:12 +01001449 gsmnet->rrlp.mode = rrlp_mode_parse(argv[0]);
1450
1451 return CMD_SUCCESS;
1452}
1453
Harald Welte648b6ce2009-12-14 09:00:24 +01001454DEFUN(cfg_net_mm_info, cfg_net_mm_info_cmd,
1455 "mm info (0|1)",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001456 "Mobility Management\n"
1457 "Send MM INFO after LOC UPD ACCEPT\n"
1458 "Disable\n" "Enable\n")
Harald Welte648b6ce2009-12-14 09:00:24 +01001459{
Harald Weltedcccb182010-05-16 20:52:23 +02001460 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1461
Harald Welte648b6ce2009-12-14 09:00:24 +01001462 gsmnet->send_mm_info = atoi(argv[0]);
1463
1464 return CMD_SUCCESS;
1465}
1466
Harald Welte8f0ed552010-05-11 21:53:49 +02001467#define HANDOVER_STR "Handover Options\n"
1468
Harald Weltebc814502009-12-19 21:41:52 +01001469DEFUN(cfg_net_handover, cfg_net_handover_cmd,
1470 "handover (0|1)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001471 HANDOVER_STR
1472 "Don't perform in-call handover\n"
1473 "Perform in-call handover\n")
Harald Weltebc814502009-12-19 21:41:52 +01001474{
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001475 int enable = atoi(argv[0]);
Harald Weltedcccb182010-05-16 20:52:23 +02001476 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001477
1478 if (enable && ipacc_rtp_direct) {
Harald Weltefe03f0d2009-12-20 13:51:01 +01001479 vty_out(vty, "%% Cannot enable handover unless RTP Proxy mode "
1480 "is enabled by using the -P command line option%s",
1481 VTY_NEWLINE);
1482 return CMD_WARNING;
1483 }
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001484 gsmnet->handover.active = enable;
Harald Weltebc814502009-12-19 21:41:52 +01001485
1486 return CMD_SUCCESS;
1487}
1488
Harald Welte8f0ed552010-05-11 21:53:49 +02001489#define HO_WIN_STR HANDOVER_STR "Measurement Window\n"
1490#define HO_WIN_RXLEV_STR HO_WIN_STR "Received Level Averaging\n"
1491#define HO_WIN_RXQUAL_STR HO_WIN_STR "Received Quality Averaging\n"
1492#define HO_PBUDGET_STR HANDOVER_STR "Power Budget\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001493#define HO_AVG_COUNT_STR "Amount to use for Averaging\n"
Harald Welte8f0ed552010-05-11 21:53:49 +02001494
Harald Welteb720bd32009-12-21 16:51:50 +01001495DEFUN(cfg_net_ho_win_rxlev_avg, cfg_net_ho_win_rxlev_avg_cmd,
1496 "handover window rxlev averaging <1-10>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001497 HO_WIN_RXLEV_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001498 "How many RxLev measurements are used for averaging\n"
1499 HO_AVG_COUNT_STR)
Harald Welteb720bd32009-12-21 16:51:50 +01001500{
Harald Weltedcccb182010-05-16 20:52:23 +02001501 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001502 gsmnet->handover.win_rxlev_avg = atoi(argv[0]);
1503 return CMD_SUCCESS;
1504}
1505
1506DEFUN(cfg_net_ho_win_rxqual_avg, cfg_net_ho_win_rxqual_avg_cmd,
1507 "handover window rxqual averaging <1-10>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001508 HO_WIN_RXQUAL_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001509 "How many RxQual measurements are used for averaging\n"
1510 HO_AVG_COUNT_STR)
Harald Welteb720bd32009-12-21 16:51:50 +01001511{
Harald Weltedcccb182010-05-16 20:52:23 +02001512 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001513 gsmnet->handover.win_rxqual_avg = atoi(argv[0]);
1514 return CMD_SUCCESS;
1515}
1516
1517DEFUN(cfg_net_ho_win_rxlev_neigh_avg, cfg_net_ho_win_rxlev_avg_neigh_cmd,
1518 "handover window rxlev neighbor averaging <1-10>",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001519 HO_WIN_RXLEV_STR "Neighbor\n"
1520 "How many RxQual measurements are used for averaging\n"
1521 HO_AVG_COUNT_STR)
Harald Welteb720bd32009-12-21 16:51:50 +01001522{
Harald Weltedcccb182010-05-16 20:52:23 +02001523 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001524 gsmnet->handover.win_rxlev_avg_neigh = atoi(argv[0]);
1525 return CMD_SUCCESS;
1526}
1527
1528DEFUN(cfg_net_ho_pwr_interval, cfg_net_ho_pwr_interval_cmd,
1529 "handover power budget interval <1-99>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001530 HO_PBUDGET_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001531 "How often to check if we have a better cell (SACCH frames)\n"
1532 "Interval\n" "Number\n")
Harald Welteb720bd32009-12-21 16:51:50 +01001533{
Harald Weltedcccb182010-05-16 20:52:23 +02001534 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001535 gsmnet->handover.pwr_interval = atoi(argv[0]);
1536 return CMD_SUCCESS;
1537}
1538
1539DEFUN(cfg_net_ho_pwr_hysteresis, cfg_net_ho_pwr_hysteresis_cmd,
1540 "handover power budget hysteresis <0-999>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001541 HO_PBUDGET_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001542 "How many dB does a neighbor to be stronger to become a HO candidate\n"
1543 "Hysteresis\n" "Number\n")
Harald Welteb720bd32009-12-21 16:51:50 +01001544{
Harald Weltedcccb182010-05-16 20:52:23 +02001545 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001546 gsmnet->handover.pwr_hysteresis = atoi(argv[0]);
1547 return CMD_SUCCESS;
1548}
1549
1550DEFUN(cfg_net_ho_max_distance, cfg_net_ho_max_distance_cmd,
1551 "handover maximum distance <0-9999>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001552 HANDOVER_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001553 "How big is the maximum timing advance before HO is forced\n"
1554 "Distance\n" "Number\n")
Harald Welteb720bd32009-12-21 16:51:50 +01001555{
Harald Weltedcccb182010-05-16 20:52:23 +02001556 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001557 gsmnet->handover.max_distance = atoi(argv[0]);
1558 return CMD_SUCCESS;
1559}
Harald Weltebc814502009-12-19 21:41:52 +01001560
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001561DEFUN(cfg_net_pag_any_tch,
1562 cfg_net_pag_any_tch_cmd,
1563 "paging any use tch (0|1)",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001564 "Assign a TCH when receiving a Paging Any request\n"
1565 "Any Channel\n" "Use\n" "TCH\n"
1566 "Do not use TCH for Paging Request Any\n"
1567 "Do use TCH for Paging Request Any\n")
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001568{
Holger Hans Peter Freytherb0e88b82010-09-06 10:09:19 +08001569 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001570 gsmnet->pag_any_tch = atoi(argv[0]);
1571 gsm_net_update_ctype(gsmnet);
1572 return CMD_SUCCESS;
1573}
1574
Holger Hans Peter Freytherc8021062009-12-22 08:27:21 +01001575#define DECLARE_TIMER(number, doc) \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001576 DEFUN(cfg_net_T##number, \
1577 cfg_net_T##number##_cmd, \
1578 "timer t" #number " <0-65535>", \
Harald Welte8f0ed552010-05-11 21:53:49 +02001579 "Configure GSM Timers\n" \
Holger Hans Peter Freyther5dd295f2014-04-11 19:30:27 +02001580 doc "Timer Value in seconds\n") \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001581{ \
Harald Weltedcccb182010-05-16 20:52:23 +02001582 struct gsm_network *gsmnet = gsmnet_from_vty(vty); \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001583 int value = atoi(argv[0]); \
1584 \
1585 if (value < 0 || value > 65535) { \
1586 vty_out(vty, "Timer value %s out of range.%s", \
1587 argv[0], VTY_NEWLINE); \
1588 return CMD_WARNING; \
1589 } \
1590 \
1591 gsmnet->T##number = value; \
1592 return CMD_SUCCESS; \
1593}
1594
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001595DECLARE_TIMER(3101, "Set the timeout value for IMMEDIATE ASSIGNMENT.\n")
1596DECLARE_TIMER(3103, "Set the timeout value for HANDOVER.\n")
Harald Welte67161f22012-06-03 13:01:47 +02001597DECLARE_TIMER(3105, "Set the timer for repetition of PHYSICAL INFORMATION.\n")
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001598DECLARE_TIMER(3107, "Currently not used.\n")
Holger Hans Peter Freytherb3489392011-12-28 16:21:05 +01001599DECLARE_TIMER(3109, "Set the RSL SACCH deactivation timeout.\n")
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001600DECLARE_TIMER(3111, "Set the RSL timeout to wait before releasing the RF Channel.\n")
1601DECLARE_TIMER(3113, "Set the time to try paging a subscriber.\n")
1602DECLARE_TIMER(3115, "Currently not used.\n")
1603DECLARE_TIMER(3117, "Currently not used.\n")
1604DECLARE_TIMER(3119, "Currently not used.\n")
1605DECLARE_TIMER(3122, "Waiting time (seconds) after IMM ASS REJECT\n")
1606DECLARE_TIMER(3141, "Currently not used.\n")
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001607
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08001608DEFUN(cfg_net_dtx,
1609 cfg_net_dtx_cmd,
1610 "dtx-used (0|1)",
1611 "Enable the usage of DTX.\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001612 "DTX is disabled\n" "DTX is enabled\n")
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08001613{
1614 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1615 gsmnet->dtx_enabled = atoi(argv[0]);
1616 return CMD_SUCCESS;
1617}
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001618
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +01001619DEFUN(cfg_net_subscr_keep,
1620 cfg_net_subscr_keep_cmd,
1621 "subscriber-keep-in-ram (0|1)",
1622 "Keep unused subscribers in RAM.\n"
1623 "Delete unused subscribers\n" "Keep unused subscribers\n")
1624{
1625 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Jacob Erlbeck1e30a282014-12-03 09:28:24 +01001626 gsmnet->subscr_group->keep_subscr = atoi(argv[0]);
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +01001627 return CMD_SUCCESS;
1628}
1629
Harald Welte5258fc42009-03-28 19:07:53 +00001630/* per-BTS configuration */
1631DEFUN(cfg_bts,
1632 cfg_bts_cmd,
Harald Welte57e07242012-08-17 12:50:14 +02001633 "bts <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001634 "Select a BTS to configure\n"
1635 "BTS Number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001636{
Harald Weltedcccb182010-05-16 20:52:23 +02001637 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte5258fc42009-03-28 19:07:53 +00001638 int bts_nr = atoi(argv[0]);
1639 struct gsm_bts *bts;
1640
Harald Weltee441d9c2009-06-21 16:17:15 +02001641 if (bts_nr > gsmnet->num_bts) {
1642 vty_out(vty, "%% The next unused BTS number is %u%s",
1643 gsmnet->num_bts, VTY_NEWLINE);
Harald Welte5258fc42009-03-28 19:07:53 +00001644 return CMD_WARNING;
Harald Weltee441d9c2009-06-21 16:17:15 +02001645 } else if (bts_nr == gsmnet->num_bts) {
1646 /* allocate a new one */
Harald Welte3300c012011-06-05 13:31:33 +02001647 bts = gsm_bts_alloc_register(gsmnet, GSM_BTS_TYPE_UNKNOWN,
Harald Weltea2bbc5e2015-11-20 10:43:31 +01001648 HARDCODED_BSIC);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001649 } else
Harald Weltee441d9c2009-06-21 16:17:15 +02001650 bts = gsm_bts_num(gsmnet, bts_nr);
1651
Daniel Willmannf15c2762010-01-11 13:43:07 +01001652 if (!bts) {
1653 vty_out(vty, "%% Unable to allocate BTS %u%s",
1654 gsmnet->num_bts, VTY_NEWLINE);
Harald Weltee441d9c2009-06-21 16:17:15 +02001655 return CMD_WARNING;
Daniel Willmannf15c2762010-01-11 13:43:07 +01001656 }
Harald Welte5258fc42009-03-28 19:07:53 +00001657
1658 vty->index = bts;
Harald Welte197dea92010-05-14 17:59:53 +02001659 vty->index_sub = &bts->description;
Harald Welte5258fc42009-03-28 19:07:53 +00001660 vty->node = BTS_NODE;
1661
1662 return CMD_SUCCESS;
1663}
1664
1665DEFUN(cfg_bts_type,
1666 cfg_bts_type_cmd,
Harald Weltee555c2b2012-08-17 13:02:12 +02001667 "type TYPE", /* dynamically created */
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001668 "Set the BTS type\n" "Type\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001669{
1670 struct gsm_bts *bts = vty->index;
Harald Welte39315c42010-01-10 18:01:52 +01001671 int rc;
Harald Welte5258fc42009-03-28 19:07:53 +00001672
Harald Welte39315c42010-01-10 18:01:52 +01001673 rc = gsm_set_bts_type(bts, parse_btstype(argv[0]));
1674 if (rc < 0)
1675 return CMD_WARNING;
Harald Welte8175e952009-10-20 00:22:00 +02001676
Harald Welte5258fc42009-03-28 19:07:53 +00001677 return CMD_SUCCESS;
1678}
1679
Harald Weltefcd24452009-06-20 18:15:19 +02001680DEFUN(cfg_bts_band,
1681 cfg_bts_band_cmd,
1682 "band BAND",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001683 "Set the frequency band of this BTS\n" "Frequency band\n")
Harald Weltefcd24452009-06-20 18:15:19 +02001684{
1685 struct gsm_bts *bts = vty->index;
Harald Welte42581822009-08-08 16:12:58 +02001686 int band = gsm_band_parse(argv[0]);
Harald Weltefcd24452009-06-20 18:15:19 +02001687
1688 if (band < 0) {
1689 vty_out(vty, "%% BAND %d is not a valid GSM band%s",
1690 band, VTY_NEWLINE);
1691 return CMD_WARNING;
1692 }
1693
1694 bts->band = band;
1695
1696 return CMD_SUCCESS;
1697}
1698
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02001699DEFUN(cfg_bts_ci,
1700 cfg_bts_ci_cmd,
1701 "cell_identity <0-65535>",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001702 "Set the Cell identity of this BTS\n" "Cell Identity\n")
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02001703{
1704 struct gsm_bts *bts = vty->index;
1705 int ci = atoi(argv[0]);
1706
1707 if (ci < 0 || ci > 0xffff) {
1708 vty_out(vty, "%% CI %d is not in the valid range (0-65535)%s",
1709 ci, VTY_NEWLINE);
1710 return CMD_WARNING;
1711 }
1712 bts->cell_identity = ci;
1713
1714 return CMD_SUCCESS;
1715}
1716
Harald Welte5258fc42009-03-28 19:07:53 +00001717DEFUN(cfg_bts_lac,
1718 cfg_bts_lac_cmd,
Holger Hans Peter Freyther0b7f4b32009-09-29 14:02:33 +02001719 "location_area_code <0-65535>",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001720 "Set the Location Area Code (LAC) of this BTS\n" "LAC\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001721{
1722 struct gsm_bts *bts = vty->index;
1723 int lac = atoi(argv[0]);
1724
Holger Hans Peter Freyther0b7f4b32009-09-29 14:02:33 +02001725 if (lac < 0 || lac > 0xffff) {
1726 vty_out(vty, "%% LAC %d is not in the valid range (0-65535)%s",
Harald Welte5258fc42009-03-28 19:07:53 +00001727 lac, VTY_NEWLINE);
1728 return CMD_WARNING;
1729 }
Holger Hans Peter Freythere48b9562009-10-01 04:07:15 +02001730
1731 if (lac == GSM_LAC_RESERVED_DETACHED || lac == GSM_LAC_RESERVED_ALL_BTS) {
1732 vty_out(vty, "%% LAC %d is reserved by GSM 04.08%s",
1733 lac, VTY_NEWLINE);
1734 return CMD_WARNING;
1735 }
1736
Harald Welte5258fc42009-03-28 19:07:53 +00001737 bts->location_area_code = lac;
1738
1739 return CMD_SUCCESS;
1740}
1741
Harald Weltea43f7892009-12-01 18:04:30 +05301742
Harald Weltea2bbc5e2015-11-20 10:43:31 +01001743/* compatibility wrapper for old config files */
1744DEFUN_HIDDEN(cfg_bts_tsc,
Harald Welte5258fc42009-03-28 19:07:53 +00001745 cfg_bts_tsc_cmd,
Harald Weltec513ded2012-05-31 10:57:08 +02001746 "training_sequence_code <0-7>",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001747 "Set the Training Sequence Code (TSC) of this BTS\n" "TSC\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001748{
Harald Welte5258fc42009-03-28 19:07:53 +00001749 return CMD_SUCCESS;
1750}
1751
Harald Welte78f2f502009-05-23 16:56:52 +00001752DEFUN(cfg_bts_bsic,
1753 cfg_bts_bsic_cmd,
1754 "base_station_id_code <0-63>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001755 "Set the Base Station Identity Code (BSIC) of this BTS\n"
1756 "BSIC of this BTS\n")
Harald Welte78f2f502009-05-23 16:56:52 +00001757{
1758 struct gsm_bts *bts = vty->index;
1759 int bsic = atoi(argv[0]);
1760
1761 if (bsic < 0 || bsic > 0x3f) {
Harald Welte42581822009-08-08 16:12:58 +02001762 vty_out(vty, "%% BSIC %d is not in the valid range (0-255)%s",
Harald Welte78f2f502009-05-23 16:56:52 +00001763 bsic, VTY_NEWLINE);
1764 return CMD_WARNING;
1765 }
1766 bts->bsic = bsic;
1767
1768 return CMD_SUCCESS;
1769}
1770
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001771DEFUN(cfg_bts_timezone,
1772 cfg_bts_timezone_cmd,
1773 "timezone <-19-19> (0|15|30|45)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001774 "Set the Timezone Offset of this BTS\n"
1775 "Timezone offset (hours)\n"
1776 "Timezone offset (00 minutes)\n"
1777 "Timezone offset (15 minutes)\n"
1778 "Timezone offset (30 minutes)\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02001779 "Timezone offset (45 minutes)\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02001780 )
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001781{
1782 struct gsm_bts *bts = vty->index;
1783 int tzhr = atoi(argv[0]);
1784 int tzmn = atoi(argv[1]);
1785
Harald Welte45f91712012-07-08 16:48:11 +02001786 bts->tz.hr = tzhr;
1787 bts->tz.mn = tzmn;
Jacob Erlbeck946d1412013-09-17 13:59:29 +02001788 bts->tz.dst = 0;
1789 bts->tz.override = 1;
1790
1791 return CMD_SUCCESS;
1792}
1793
1794DEFUN(cfg_bts_timezone_dst,
1795 cfg_bts_timezone_dst_cmd,
1796 "timezone <-19-19> (0|15|30|45) <0-2>",
1797 "Set the Timezone Offset of this BTS\n"
1798 "Timezone offset (hours)\n"
1799 "Timezone offset (00 minutes)\n"
1800 "Timezone offset (15 minutes)\n"
1801 "Timezone offset (30 minutes)\n"
1802 "Timezone offset (45 minutes)\n"
1803 "DST offset (hours)\n"
1804 )
1805{
1806 struct gsm_bts *bts = vty->index;
1807 int tzhr = atoi(argv[0]);
1808 int tzmn = atoi(argv[1]);
1809 int tzdst = atoi(argv[2]);
1810
1811 bts->tz.hr = tzhr;
1812 bts->tz.mn = tzmn;
1813 bts->tz.dst = tzdst;
Harald Welte45f91712012-07-08 16:48:11 +02001814 bts->tz.override = 1;
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001815
1816 return CMD_SUCCESS;
1817}
1818
1819DEFUN(cfg_bts_no_timezone,
1820 cfg_bts_no_timezone_cmd,
1821 "no timezone",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001822 NO_STR
1823 "Disable BTS specific timezone\n")
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001824{
1825 struct gsm_bts *bts = vty->index;
Harald Welte45f91712012-07-08 16:48:11 +02001826
1827 bts->tz.override = 0;
1828
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01001829 return CMD_SUCCESS;
1830}
Harald Welte78f2f502009-05-23 16:56:52 +00001831
Harald Welte4cc34222009-05-01 15:12:31 +00001832DEFUN(cfg_bts_unit_id,
1833 cfg_bts_unit_id_cmd,
Harald Welte07dc73d2009-08-07 13:27:09 +02001834 "ip.access unit_id <0-65534> <0-255>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001835 "Abis/IP specific options\n"
1836 "Set the IPA BTS Unit ID\n"
1837 "Unit ID (Site)\n"
1838 "Unit ID (BTS)\n")
Harald Welte4cc34222009-05-01 15:12:31 +00001839{
1840 struct gsm_bts *bts = vty->index;
1841 int site_id = atoi(argv[0]);
1842 int bts_id = atoi(argv[1]);
1843
Harald Welte07dc73d2009-08-07 13:27:09 +02001844 if (!is_ipaccess_bts(bts)) {
1845 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1846 return CMD_WARNING;
1847 }
1848
Harald Welte4cc34222009-05-01 15:12:31 +00001849 bts->ip_access.site_id = site_id;
1850 bts->ip_access.bts_id = bts_id;
1851
1852 return CMD_SUCCESS;
1853}
1854
Harald Welte8b291802013-03-12 13:57:05 +01001855DEFUN(cfg_bts_rsl_ip,
1856 cfg_bts_rsl_ip_cmd,
1857 "ip.access rsl-ip A.B.C.D",
1858 "Abis/IP specific options\n"
1859 "Set the IPA RSL IP Address of the BSC\n"
1860 "Destination IP address for RSL connection\n")
1861{
1862 struct gsm_bts *bts = vty->index;
1863 struct in_addr ia;
1864
1865 if (!is_ipaccess_bts(bts)) {
1866 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1867 return CMD_WARNING;
1868 }
1869
1870 inet_aton(argv[0], &ia);
1871 bts->ip_access.rsl_ip = ntohl(ia.s_addr);
1872
1873 return CMD_SUCCESS;
1874}
1875
Andreas Eversberg7d8fa342013-12-05 13:25:06 +01001876#define NOKIA_STR "Nokia *Site related commands\n"
Harald Welte8b291802013-03-12 13:57:05 +01001877
Sylvain Munautc9519462011-10-17 14:04:55 +02001878DEFUN(cfg_bts_nokia_site_skip_reset,
1879 cfg_bts_nokia_site_skip_reset_cmd,
1880 "nokia_site skip-reset (0|1)",
Andreas Eversberg7d8fa342013-12-05 13:25:06 +01001881 NOKIA_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001882 "Skip the reset step during bootstrap process of this BTS\n"
1883 "Do NOT skip the reset\n" "Skip the reset\n")
Sylvain Munautc9519462011-10-17 14:04:55 +02001884{
1885 struct gsm_bts *bts = vty->index;
1886
1887 if (bts->type != GSM_BTS_TYPE_NOKIA_SITE) {
1888 vty_out(vty, "%% BTS is not of Nokia *Site type%s", VTY_NEWLINE);
1889 return CMD_WARNING;
1890 }
1891
1892 bts->nokia.skip_reset = atoi(argv[0]);
1893
1894 return CMD_SUCCESS;
1895}
1896
Andreas Eversberg7d8fa342013-12-05 13:25:06 +01001897DEFUN(cfg_bts_nokia_site_no_loc_rel_cnf,
1898 cfg_bts_nokia_site_no_loc_rel_cnf_cmd,
1899 "nokia_site no-local-rel-conf (0|1)",
1900 NOKIA_STR
1901 "Do not wait for RELease CONFirm message when releasing channel locally\n"
1902 "Wait for RELease CONFirm\n" "Do not wait for RELease CONFirm\n")
1903{
1904 struct gsm_bts *bts = vty->index;
1905
1906 if (!is_nokia_bts(bts)) {
1907 vty_out(vty, "%% BTS is not of Nokia *Site type%s",
1908 VTY_NEWLINE);
1909 return CMD_WARNING;
1910 }
1911
1912 bts->nokia.no_loc_rel_cnf = atoi(argv[0]);
1913
1914 return CMD_SUCCESS;
1915}
1916
Sipos Csaba56e17662015-02-07 13:27:36 +01001917DEFUN(cfg_bts_nokia_site_bts_reset_timer_cnf,
1918 cfg_bts_nokia_site_bts_reset_timer_cnf_cmd,
1919 "nokia_site bts-reset-timer <15-100>",
1920 NOKIA_STR
1921 "The amount of time (in sec.) between BTS_RESET is sent,\n"
1922 "and the BTS is being bootstrapped.\n")
1923{
1924 struct gsm_bts *bts = vty->index;
1925
1926 if (!is_nokia_bts(bts)) {
1927 vty_out(vty, "%% BTS is not of Nokia *Site type%s",
1928 VTY_NEWLINE);
1929 return CMD_WARNING;
1930 }
1931
1932 bts->nokia.bts_reset_timer_cnf = atoi(argv[0]);
1933
1934 return CMD_SUCCESS;
1935}
Harald Welte8f0ed552010-05-11 21:53:49 +02001936#define OML_STR "Organization & Maintenance Link\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02001937#define IPA_STR "A-bis/IP Specific Options\n"
Harald Welte8f0ed552010-05-11 21:53:49 +02001938
Harald Welte8175e952009-10-20 00:22:00 +02001939DEFUN(cfg_bts_stream_id,
1940 cfg_bts_stream_id_cmd,
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001941 "oml ip.access stream_id <0-255> line E1_LINE",
Harald Welte8f0ed552010-05-11 21:53:49 +02001942 OML_STR IPA_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001943 "Set the ip.access Stream ID of the OML link of this BTS\n"
1944 "Stream Identifier\n" "Virtual E1 Line Number\n" "Virtual E1 Line Number\n")
Harald Welte8175e952009-10-20 00:22:00 +02001945{
1946 struct gsm_bts *bts = vty->index;
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001947 int stream_id = atoi(argv[0]), linenr = atoi(argv[1]);
Harald Welte8175e952009-10-20 00:22:00 +02001948
1949 if (!is_ipaccess_bts(bts)) {
1950 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1951 return CMD_WARNING;
1952 }
1953
1954 bts->oml_tei = stream_id;
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001955 /* This is used by e1inp_bind_ops callback for each BTS model. */
1956 bts->oml_e1_link.e1_nr = linenr;
1957
1958 return CMD_SUCCESS;
1959}
1960
Harald Welted13e0cd2012-08-17 09:52:03 +02001961#define OML_E1_STR OML_STR "OML E1/T1 Configuration\n"
Harald Welte8175e952009-10-20 00:22:00 +02001962
Harald Welte42581822009-08-08 16:12:58 +02001963DEFUN(cfg_bts_oml_e1,
1964 cfg_bts_oml_e1_cmd,
1965 "oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welted13e0cd2012-08-17 09:52:03 +02001966 OML_E1_STR
1967 "E1/T1 line number to be used for OML\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02001968 "E1/T1 line number to be used for OML\n"
1969 "E1/T1 timeslot to be used for OML\n"
1970 "E1/T1 timeslot to be used for OML\n"
1971 "E1/T1 sub-slot to be used for OML\n"
1972 "Use E1/T1 sub-slot 0\n"
1973 "Use E1/T1 sub-slot 1\n"
1974 "Use E1/T1 sub-slot 2\n"
1975 "Use E1/T1 sub-slot 3\n"
1976 "Use full E1 slot 3\n"
1977 )
Harald Welte42581822009-08-08 16:12:58 +02001978{
1979 struct gsm_bts *bts = vty->index;
1980
1981 parse_e1_link(&bts->oml_e1_link, argv[0], argv[1], argv[2]);
1982
1983 return CMD_SUCCESS;
1984}
1985
1986
1987DEFUN(cfg_bts_oml_e1_tei,
1988 cfg_bts_oml_e1_tei_cmd,
1989 "oml e1 tei <0-63>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001990 OML_E1_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001991 "Set the TEI to be used for OML\n"
1992 "TEI Number\n")
Harald Welte42581822009-08-08 16:12:58 +02001993{
1994 struct gsm_bts *bts = vty->index;
1995
1996 bts->oml_tei = atoi(argv[0]);
1997
1998 return CMD_SUCCESS;
1999}
2000
Harald Welte7a8fa412009-08-10 13:48:16 +02002001DEFUN(cfg_bts_challoc, cfg_bts_challoc_cmd,
2002 "channel allocator (ascending|descending)",
Harald Welte8f0ed552010-05-11 21:53:49 +02002003 "Channnel Allocator\n" "Channel Allocator\n"
2004 "Allocate Timeslots and Transceivers in ascending order\n"
2005 "Allocate Timeslots and Transceivers in descending order\n")
Harald Welte7a8fa412009-08-10 13:48:16 +02002006{
2007 struct gsm_bts *bts = vty->index;
2008
2009 if (!strcmp(argv[0], "ascending"))
2010 bts->chan_alloc_reverse = 0;
2011 else
2012 bts->chan_alloc_reverse = 1;
2013
2014 return CMD_SUCCESS;
2015}
2016
Harald Welte8f0ed552010-05-11 21:53:49 +02002017#define RACH_STR "Random Access Control Channel\n"
2018
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01002019DEFUN(cfg_bts_rach_tx_integer,
2020 cfg_bts_rach_tx_integer_cmd,
2021 "rach tx integer <0-15>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002022 RACH_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02002023 "Set the raw tx integer value in RACH Control parameters IE\n"
2024 "Set the raw tx integer value in RACH Control parameters IE\n"
2025 "Raw tx integer value in RACH Control parameters IE\n")
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01002026{
2027 struct gsm_bts *bts = vty->index;
2028 bts->si_common.rach_control.tx_integer = atoi(argv[0]) & 0xf;
2029 return CMD_SUCCESS;
2030}
2031
2032DEFUN(cfg_bts_rach_max_trans,
2033 cfg_bts_rach_max_trans_cmd,
2034 "rach max transmission (1|2|4|7)",
Harald Welte8f0ed552010-05-11 21:53:49 +02002035 RACH_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02002036 "Set the maximum number of RACH burst transmissions\n"
2037 "Set the maximum number of RACH burst transmissions\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02002038 "Maximum number of 1 RACH burst transmissions\n"
2039 "Maximum number of 2 RACH burst transmissions\n"
2040 "Maximum number of 4 RACH burst transmissions\n"
2041 "Maximum number of 7 RACH burst transmissions\n")
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01002042{
2043 struct gsm_bts *bts = vty->index;
2044 bts->si_common.rach_control.max_trans = rach_max_trans_val2raw(atoi(argv[0]));
2045 return CMD_SUCCESS;
2046}
2047
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +02002048#define CD_STR "Channel Description\n"
2049
2050DEFUN(cfg_bts_chan_desc_att,
2051 cfg_bts_chan_desc_att_cmd,
2052 "channel-descrption attach (0|1)",
2053 CD_STR
2054 "Set if attachment is required\n"
2055 "Attachment is NOT required\n"
2056 "Attachment is required (standard)\n")
2057{
2058 struct gsm_bts *bts = vty->index;
2059 bts->si_common.chan_desc.att = atoi(argv[0]);
2060 return CMD_SUCCESS;
2061}
2062
2063DEFUN(cfg_bts_chan_desc_bs_pa_mfrms,
2064 cfg_bts_chan_desc_bs_pa_mfrms_cmd,
2065 "channel-descrption bs-pa-mfrms <2-9>",
2066 CD_STR
2067 "Set number of multiframe periods for paging groups\n"
2068 "Number of multiframe periods for paging groups\n")
2069{
2070 struct gsm_bts *bts = vty->index;
2071 int bs_pa_mfrms = atoi(argv[0]);
2072
2073 bts->si_common.chan_desc.bs_pa_mfrms = bs_pa_mfrms - 2;
2074 return CMD_SUCCESS;
2075}
2076
2077DEFUN(cfg_bts_chan_desc_bs_ag_blks_res,
2078 cfg_bts_chan_desc_bs_ag_blks_res_cmd,
2079 "channel-descrption bs-ag-blks-res <0-7>",
2080 CD_STR
2081 "Set number of blocks reserved for access grant\n"
2082 "Number of blocks reserved for access grant\n")
2083{
2084 struct gsm_bts *bts = vty->index;
2085 int bs_ag_blks_res = atoi(argv[0]);
2086
2087 bts->si_common.chan_desc.bs_ag_blks_res = bs_ag_blks_res;
2088 return CMD_SUCCESS;
2089}
2090
Harald Welte8f0ed552010-05-11 21:53:49 +02002091#define NM_STR "Network Management\n"
2092
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08002093DEFUN(cfg_bts_rach_nm_b_thresh,
2094 cfg_bts_rach_nm_b_thresh_cmd,
2095 "rach nm busy threshold <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002096 RACH_STR NM_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02002097 "Set the NM Busy Threshold\n"
2098 "Set the NM Busy Threshold\n"
2099 "NM Busy Threshold in dB")
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08002100{
2101 struct gsm_bts *bts = vty->index;
2102 bts->rach_b_thresh = atoi(argv[0]);
2103 return CMD_SUCCESS;
2104}
2105
2106DEFUN(cfg_bts_rach_nm_ldavg,
2107 cfg_bts_rach_nm_ldavg_cmd,
2108 "rach nm load average <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002109 RACH_STR NM_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02002110 "Set the NM Loadaverage Slots value\n"
2111 "Set the NM Loadaverage Slots value\n"
2112 "NM Loadaverage Slots value\n")
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08002113{
2114 struct gsm_bts *bts = vty->index;
2115 bts->rach_ldavg_slots = atoi(argv[0]);
2116 return CMD_SUCCESS;
2117}
2118
Harald Welte (local)5dececf2009-08-12 13:28:23 +02002119DEFUN(cfg_bts_cell_barred, cfg_bts_cell_barred_cmd,
2120 "cell barred (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002121 "Should this cell be barred from access?\n"
2122 "Should this cell be barred from access?\n"
2123 "Cell should NOT be barred\n"
2124 "Cell should be barred\n")
2125
Harald Welte (local)5dececf2009-08-12 13:28:23 +02002126{
2127 struct gsm_bts *bts = vty->index;
2128
Harald Welte71355012009-12-21 23:08:18 +01002129 bts->si_common.rach_control.cell_bar = atoi(argv[0]);
Harald Welte (local)5dececf2009-08-12 13:28:23 +02002130
2131 return CMD_SUCCESS;
2132}
2133
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08002134DEFUN(cfg_bts_rach_ec_allowed, cfg_bts_rach_ec_allowed_cmd,
2135 "rach emergency call allowed (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002136 RACH_STR
2137 "Should this cell allow emergency calls?\n"
2138 "Should this cell allow emergency calls?\n"
2139 "Should this cell allow emergency calls?\n"
2140 "Do NOT allow emergency calls\n"
2141 "Allow emergency calls\n")
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08002142{
2143 struct gsm_bts *bts = vty->index;
2144
2145 if (atoi(argv[0]) == 0)
2146 bts->si_common.rach_control.t2 |= 0x4;
2147 else
2148 bts->si_common.rach_control.t2 &= ~0x4;
2149
2150 return CMD_SUCCESS;
2151}
2152
Ivan Kluchnikov67920592013-09-16 13:13:04 +04002153DEFUN(cfg_bts_rach_ac_class, cfg_bts_rach_ac_class_cmd,
2154 "rach access-control-class (0|1|2|3|4|5|6|7|8|9|11|12|13|14|15) (barred|allowed)",
2155 RACH_STR
2156 "Set access control class\n"
2157 "Access control class 0\n"
2158 "Access control class 1\n"
2159 "Access control class 2\n"
2160 "Access control class 3\n"
2161 "Access control class 4\n"
2162 "Access control class 5\n"
2163 "Access control class 6\n"
2164 "Access control class 7\n"
2165 "Access control class 8\n"
2166 "Access control class 9\n"
2167 "Access control class 11 for PLMN use\n"
2168 "Access control class 12 for security services\n"
2169 "Access control class 13 for public utilities (e.g. water/gas suppliers)\n"
2170 "Access control class 14 for emergency services\n"
2171 "Access control class 15 for PLMN staff\n"
2172 "barred to use access control class\n"
2173 "allowed to use access control class\n")
2174{
2175 struct gsm_bts *bts = vty->index;
2176
2177 uint8_t control_class;
2178 uint8_t allowed = 0;
2179
2180 if (strcmp(argv[1], "allowed") == 0)
2181 allowed = 1;
2182
2183 control_class = atoi(argv[0]);
2184 if (control_class < 8)
2185 if (allowed)
2186 bts->si_common.rach_control.t3 &= ~(0x1 << control_class);
2187 else
2188 bts->si_common.rach_control.t3 |= (0x1 << control_class);
2189 else
2190 if (allowed)
2191 bts->si_common.rach_control.t2 &= ~(0x1 << (control_class - 8));
2192 else
2193 bts->si_common.rach_control.t2 |= (0x1 << (control_class - 8));
2194
2195 return CMD_SUCCESS;
2196}
2197
Harald Welte (local)0e451d02009-08-13 10:14:26 +02002198DEFUN(cfg_bts_ms_max_power, cfg_bts_ms_max_power_cmd,
2199 "ms max power <0-40>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002200 "MS Options\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02002201 "Maximum transmit power of the MS\n"
2202 "Maximum transmit power of the MS\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02002203 "Maximum transmit power of the MS in dBm")
Harald Welte (local)0e451d02009-08-13 10:14:26 +02002204{
2205 struct gsm_bts *bts = vty->index;
2206
2207 bts->ms_max_power = atoi(argv[0]);
2208
2209 return CMD_SUCCESS;
2210}
2211
Harald Weltecfaabbb2012-08-16 23:23:50 +02002212#define CELL_STR "Cell Parameters\n"
2213
Harald Welte73225282009-12-12 18:17:25 +01002214DEFUN(cfg_bts_cell_resel_hyst, cfg_bts_cell_resel_hyst_cmd,
2215 "cell reselection hysteresis <0-14>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002216 CELL_STR "Cell re-selection parameters\n"
2217 "Cell Re-Selection Hysteresis in dB\n"
Harald Welte73225282009-12-12 18:17:25 +01002218 "Cell Re-Selection Hysteresis in dB")
2219{
2220 struct gsm_bts *bts = vty->index;
2221
2222 bts->si_common.cell_sel_par.cell_resel_hyst = atoi(argv[0])/2;
2223
2224 return CMD_SUCCESS;
2225}
2226
2227DEFUN(cfg_bts_rxlev_acc_min, cfg_bts_rxlev_acc_min_cmd,
2228 "rxlev access min <0-63>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002229 "Minimum RxLev needed for cell access\n"
2230 "Minimum RxLev needed for cell access\n"
2231 "Minimum RxLev needed for cell access\n"
Harald Welte73225282009-12-12 18:17:25 +01002232 "Minimum RxLev needed for cell access (better than -110dBm)")
2233{
2234 struct gsm_bts *bts = vty->index;
2235
2236 bts->si_common.cell_sel_par.rxlev_acc_min = atoi(argv[0]);
2237
2238 return CMD_SUCCESS;
2239}
2240
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002241DEFUN(cfg_bts_cell_bar_qualify, cfg_bts_cell_bar_qualify_cmd,
2242 "cell bar qualify (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002243 CELL_STR "Cell Bar Qualify\n" "Cell Bar Qualify\n"
2244 "Set CBQ to 0\n" "Set CBQ to 1\n")
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002245{
2246 struct gsm_bts *bts = vty->index;
2247
2248 bts->si_common.cell_ro_sel_par.present = 1;
2249 bts->si_common.cell_ro_sel_par.cbq = atoi(argv[0]);
2250
2251 return CMD_SUCCESS;
2252}
2253
2254DEFUN(cfg_bts_cell_resel_ofs, cfg_bts_cell_resel_ofs_cmd,
2255 "cell reselection offset <0-126>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002256 CELL_STR "Cell Re-Selection Parameters\n"
2257 "Cell Re-Selection Offset (CRO) in dB\n"
2258 "Cell Re-Selection Offset (CRO) in dB\n"
2259 )
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002260{
2261 struct gsm_bts *bts = vty->index;
2262
2263 bts->si_common.cell_ro_sel_par.present = 1;
2264 bts->si_common.cell_ro_sel_par.cell_resel_off = atoi(argv[0])/2;
2265
2266 return CMD_SUCCESS;
2267}
2268
2269DEFUN(cfg_bts_temp_ofs, cfg_bts_temp_ofs_cmd,
2270 "temporary offset <0-60>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002271 "Cell selection temporary negative offset\n"
2272 "Cell selection temporary negative offset\n"
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002273 "Cell selection temporary negative offset in dB")
2274{
2275 struct gsm_bts *bts = vty->index;
2276
2277 bts->si_common.cell_ro_sel_par.present = 1;
2278 bts->si_common.cell_ro_sel_par.temp_offs = atoi(argv[0])/10;
2279
2280 return CMD_SUCCESS;
2281}
2282
2283DEFUN(cfg_bts_temp_ofs_inf, cfg_bts_temp_ofs_inf_cmd,
2284 "temporary offset infinite",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002285 "Cell selection temporary negative offset\n"
2286 "Cell selection temporary negative offset\n"
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002287 "Sets cell selection temporary negative offset to infinity")
2288{
2289 struct gsm_bts *bts = vty->index;
2290
2291 bts->si_common.cell_ro_sel_par.present = 1;
2292 bts->si_common.cell_ro_sel_par.temp_offs = 7;
2293
2294 return CMD_SUCCESS;
2295}
2296
2297DEFUN(cfg_bts_penalty_time, cfg_bts_penalty_time_cmd,
2298 "penalty time <20-620>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002299 "Cell selection penalty time\n"
2300 "Cell selection penalty time\n"
2301 "Cell selection penalty time in seconds (by 20s increments)\n")
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002302{
2303 struct gsm_bts *bts = vty->index;
2304
2305 bts->si_common.cell_ro_sel_par.present = 1;
2306 bts->si_common.cell_ro_sel_par.penalty_time = (atoi(argv[0])-20)/20;
2307
2308 return CMD_SUCCESS;
2309}
2310
2311DEFUN(cfg_bts_penalty_time_rsvd, cfg_bts_penalty_time_rsvd_cmd,
2312 "penalty time reserved",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002313 "Cell selection penalty time\n"
2314 "Cell selection penalty time\n"
2315 "Set cell selection penalty time to reserved value 31, "
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002316 "(indicate that CELL_RESELECT_OFFSET is subtracted from C2 "
2317 "and TEMPORARY_OFFSET is ignored)")
2318{
2319 struct gsm_bts *bts = vty->index;
2320
2321 bts->si_common.cell_ro_sel_par.present = 1;
2322 bts->si_common.cell_ro_sel_par.penalty_time = 31;
2323
2324 return CMD_SUCCESS;
2325}
2326
Harald Welte (local)efc92312009-08-14 23:09:25 +02002327DEFUN(cfg_bts_per_loc_upd, cfg_bts_per_loc_upd_cmd,
Daniel Willmann4d62d632012-12-27 00:02:01 +01002328 "periodic location update <6-1530>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002329 "Periodic Location Updating Interval\n"
2330 "Periodic Location Updating Interval\n"
2331 "Periodic Location Updating Interval\n"
2332 "Periodic Location Updating Interval in Minutes\n")
Harald Welte (local)efc92312009-08-14 23:09:25 +02002333{
2334 struct gsm_bts *bts = vty->index;
2335
Dieter Spaard6613e02010-10-05 21:10:55 +02002336 bts->si_common.chan_desc.t3212 = atoi(argv[0]) / 6;
Harald Welte (local)efc92312009-08-14 23:09:25 +02002337
2338 return CMD_SUCCESS;
2339}
2340
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +02002341DEFUN(cfg_bts_no_per_loc_upd, cfg_bts_no_per_loc_upd_cmd,
2342 "no periodic location update",
2343 NO_STR
2344 "Periodic Location Updating Interval\n"
2345 "Periodic Location Updating Interval\n"
2346 "Periodic Location Updating Interval\n")
2347{
2348 struct gsm_bts *bts = vty->index;
2349
2350 bts->si_common.chan_desc.t3212 = 0;
Andreas Eversberg4d4944a2013-03-10 11:49:35 +01002351
2352 return CMD_SUCCESS;
2353}
2354
2355DEFUN(cfg_bts_radio_link_timeout, cfg_bts_radio_link_timeout_cmd,
2356 "radio-link-timeout <4-64>",
2357 "Radio link timeout criterion (BTS side)\n"
2358 "Radio link timeout value (lost SACCH block)\n")
2359{
2360 struct gsm_bts *bts = vty->index;
2361
2362 set_radio_link_timeout(&bts->si_common.cell_options, atoi(argv[0]));
2363
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +02002364 return CMD_SUCCESS;
2365}
2366
Harald Welte8f0ed552010-05-11 21:53:49 +02002367#define GPRS_TEXT "GPRS Packet Network\n"
2368
Harald Welteaf387632010-03-14 23:30:30 +08002369DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
Harald Welte57ba7e32010-04-18 14:00:26 +02002370 "gprs cell bvci <2-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002371 GPRS_TEXT
2372 "GPRS Cell Settings\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02002373 "GPRS BSSGP VC Identifier\n"
Harald Welte97a282b2010-03-14 15:37:43 +08002374 "GPRS BSSGP VC Identifier")
2375{
2376 struct gsm_bts *bts = vty->index;
2377
Harald Welte4511d892010-04-18 15:51:20 +02002378 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002379 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2380 return CMD_WARNING;
2381 }
2382
Harald Welte97a282b2010-03-14 15:37:43 +08002383 bts->gprs.cell.bvci = atoi(argv[0]);
2384
2385 return CMD_SUCCESS;
2386}
2387
Harald Weltea5731cf2010-03-22 11:48:36 +08002388DEFUN(cfg_bts_gprs_nsei, cfg_bts_gprs_nsei_cmd,
2389 "gprs nsei <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002390 GPRS_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002391 "GPRS NS Entity Identifier\n"
Harald Weltea5731cf2010-03-22 11:48:36 +08002392 "GPRS NS Entity Identifier")
2393{
2394 struct gsm_bts *bts = vty->index;
2395
Harald Welte4511d892010-04-18 15:51:20 +02002396 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltea5731cf2010-03-22 11:48:36 +08002397 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2398 return CMD_WARNING;
2399 }
2400
2401 bts->gprs.nse.nsei = atoi(argv[0]);
2402
2403 return CMD_SUCCESS;
2404}
2405
Harald Welte8f0ed552010-05-11 21:53:49 +02002406#define NSVC_TEXT "Network Service Virtual Connection (NS-VC)\n" \
2407 "NSVC Logical Number\n"
Harald Weltea5731cf2010-03-22 11:48:36 +08002408
Harald Welte97a282b2010-03-14 15:37:43 +08002409DEFUN(cfg_bts_gprs_nsvci, cfg_bts_gprs_nsvci_cmd,
2410 "gprs nsvc <0-1> nsvci <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002411 GPRS_TEXT NSVC_TEXT
2412 "NS Virtual Connection Identifier\n"
Harald Welte97a282b2010-03-14 15:37:43 +08002413 "GPRS NS VC Identifier")
2414{
2415 struct gsm_bts *bts = vty->index;
2416 int idx = atoi(argv[0]);
2417
Harald Welte4511d892010-04-18 15:51:20 +02002418 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002419 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2420 return CMD_WARNING;
2421 }
2422
Harald Welte97a282b2010-03-14 15:37:43 +08002423 bts->gprs.nsvc[idx].nsvci = atoi(argv[1]);
2424
2425 return CMD_SUCCESS;
2426}
2427
Harald Welteaf387632010-03-14 23:30:30 +08002428DEFUN(cfg_bts_gprs_nsvc_lport, cfg_bts_gprs_nsvc_lport_cmd,
2429 "gprs nsvc <0-1> local udp port <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002430 GPRS_TEXT NSVC_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002431 "GPRS NS Local UDP Port\n"
2432 "GPRS NS Local UDP Port\n"
2433 "GPRS NS Local UDP Port\n"
Harald Welte13fe2192012-08-17 09:57:25 +02002434 "GPRS NS Local UDP Port Number\n")
Harald Welteaf387632010-03-14 23:30:30 +08002435{
2436 struct gsm_bts *bts = vty->index;
2437 int idx = atoi(argv[0]);
2438
Harald Welte4511d892010-04-18 15:51:20 +02002439 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002440 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2441 return CMD_WARNING;
2442 }
2443
Harald Welteaf387632010-03-14 23:30:30 +08002444 bts->gprs.nsvc[idx].local_port = atoi(argv[1]);
2445
2446 return CMD_SUCCESS;
2447}
2448
2449DEFUN(cfg_bts_gprs_nsvc_rport, cfg_bts_gprs_nsvc_rport_cmd,
2450 "gprs nsvc <0-1> remote udp port <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002451 GPRS_TEXT NSVC_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002452 "GPRS NS Remote UDP Port\n"
2453 "GPRS NS Remote UDP Port\n"
Harald Welte13fe2192012-08-17 09:57:25 +02002454 "GPRS NS Remote UDP Port\n"
2455 "GPRS NS Remote UDP Port Number\n")
Harald Welteaf387632010-03-14 23:30:30 +08002456{
2457 struct gsm_bts *bts = vty->index;
2458 int idx = atoi(argv[0]);
2459
Harald Welte4511d892010-04-18 15:51:20 +02002460 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002461 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2462 return CMD_WARNING;
2463 }
2464
Harald Welteaf387632010-03-14 23:30:30 +08002465 bts->gprs.nsvc[idx].remote_port = atoi(argv[1]);
2466
2467 return CMD_SUCCESS;
2468}
2469
2470DEFUN(cfg_bts_gprs_nsvc_rip, cfg_bts_gprs_nsvc_rip_cmd,
2471 "gprs nsvc <0-1> remote ip A.B.C.D",
Harald Welte8f0ed552010-05-11 21:53:49 +02002472 GPRS_TEXT NSVC_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002473 "GPRS NS Remote IP Address\n"
2474 "GPRS NS Remote IP Address\n"
2475 "GPRS NS Remote IP Address\n")
Harald Welteaf387632010-03-14 23:30:30 +08002476{
2477 struct gsm_bts *bts = vty->index;
2478 int idx = atoi(argv[0]);
2479 struct in_addr ia;
2480
Harald Welte4511d892010-04-18 15:51:20 +02002481 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002482 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2483 return CMD_WARNING;
2484 }
2485
Harald Welteaf387632010-03-14 23:30:30 +08002486 inet_aton(argv[1], &ia);
2487 bts->gprs.nsvc[idx].remote_ip = ntohl(ia.s_addr);
2488
2489 return CMD_SUCCESS;
2490}
2491
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08002492DEFUN(cfg_bts_pag_free, cfg_bts_pag_free_cmd,
Harald Weltecfaabbb2012-08-16 23:23:50 +02002493 "paging free <-1-1024>",
2494 "Paging options\n"
2495 "Only page when having a certain amount of free slots\n"
2496 "amount of required free paging slots. -1 to disable\n")
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08002497{
2498 struct gsm_bts *bts = vty->index;
2499
2500 bts->paging.free_chans_need = atoi(argv[0]);
2501 return CMD_SUCCESS;
2502}
2503
Harald Welte615e9562010-05-11 23:50:21 +02002504DEFUN(cfg_bts_gprs_ns_timer, cfg_bts_gprs_ns_timer_cmd,
2505 "gprs ns timer " NS_TIMERS " <0-255>",
2506 GPRS_TEXT "Network Service\n"
2507 "Network Service Timer\n"
2508 NS_TIMERS_HELP "Timer Value\n")
2509{
2510 struct gsm_bts *bts = vty->index;
2511 int idx = get_string_value(gprs_ns_timer_strs, argv[0]);
2512 int val = atoi(argv[1]);
2513
2514 if (bts->gprs.mode == BTS_GPRS_NONE) {
2515 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2516 return CMD_WARNING;
2517 }
2518
2519 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.nse.timer))
2520 return CMD_WARNING;
2521
2522 bts->gprs.nse.timer[idx] = val;
2523
2524 return CMD_SUCCESS;
2525}
2526
2527#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 +02002528#define BSSGP_TIMERS_HELP \
2529 "Tbvc-block timeout\n" \
2530 "Tbvc-block retries\n" \
2531 "Tbvc-unblock retries\n" \
2532 "Tbvcc-reset timeout\n" \
2533 "Tbvc-reset retries\n" \
2534 "Tbvc-suspend timeout\n" \
2535 "Tbvc-suspend retries\n" \
2536 "Tbvc-resume timeout\n" \
2537 "Tbvc-resume retries\n" \
2538 "Tbvc-capa-update timeout\n" \
2539 "Tbvc-capa-update retries\n"
Harald Welte615e9562010-05-11 23:50:21 +02002540
2541DEFUN(cfg_bts_gprs_cell_timer, cfg_bts_gprs_cell_timer_cmd,
2542 "gprs cell timer " BSSGP_TIMERS " <0-255>",
2543 GPRS_TEXT "Cell / BSSGP\n"
2544 "Cell/BSSGP Timer\n"
2545 BSSGP_TIMERS_HELP "Timer Value\n")
2546{
2547 struct gsm_bts *bts = vty->index;
2548 int idx = get_string_value(gprs_bssgp_cfg_strs, argv[0]);
2549 int val = atoi(argv[1]);
2550
2551 if (bts->gprs.mode == BTS_GPRS_NONE) {
2552 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2553 return CMD_WARNING;
2554 }
2555
2556 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.cell.timer))
2557 return CMD_WARNING;
2558
2559 bts->gprs.cell.timer[idx] = val;
2560
2561 return CMD_SUCCESS;
2562}
2563
Harald Welte97a282b2010-03-14 15:37:43 +08002564DEFUN(cfg_bts_gprs_rac, cfg_bts_gprs_rac_cmd,
2565 "gprs routing area <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002566 GPRS_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002567 "GPRS Routing Area Code\n"
2568 "GPRS Routing Area Code\n"
2569 "GPRS Routing Area Code\n")
Harald Welte97a282b2010-03-14 15:37:43 +08002570{
2571 struct gsm_bts *bts = vty->index;
2572
Harald Welte4511d892010-04-18 15:51:20 +02002573 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002574 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2575 return CMD_WARNING;
2576 }
2577
Harald Welte97a282b2010-03-14 15:37:43 +08002578 bts->gprs.rac = atoi(argv[0]);
2579
2580 return CMD_SUCCESS;
2581}
2582
Andreas Eversberg0c8f9ca2013-03-16 16:31:26 +01002583DEFUN(cfg_bts_gprs_net_ctrl_ord, cfg_bts_gprs_net_ctrl_ord_cmd,
2584 "gprs network-control-order (nc0|nc1|nc2)",
2585 GPRS_TEXT
2586 "GPRS Network Control Order\n"
2587 "MS controlled cell re-selection, no measurement reporting\n"
2588 "MS controlled cell re-selection, MS sends measurement reports\n"
2589 "Network controlled cell re-selection, MS sends measurement reports\n")
2590{
2591 struct gsm_bts *bts = vty->index;
2592
2593 if (bts->gprs.mode == BTS_GPRS_NONE) {
2594 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2595 return CMD_WARNING;
2596 }
2597
2598 bts->gprs.net_ctrl_ord = atoi(argv[0] + 2);
2599
2600 return CMD_SUCCESS;
2601}
2602
Harald Welte4511d892010-04-18 15:51:20 +02002603DEFUN(cfg_bts_gprs_mode, cfg_bts_gprs_mode_cmd,
2604 "gprs mode (none|gprs|egprs)",
Harald Welte8f0ed552010-05-11 21:53:49 +02002605 GPRS_TEXT
2606 "GPRS Mode for this BTS\n"
2607 "GPRS Disabled on this BTS\n"
2608 "GPRS Enabled on this BTS\n"
2609 "EGPRS (EDGE) Enabled on this BTS\n")
Harald Welteaf387632010-03-14 23:30:30 +08002610{
2611 struct gsm_bts *bts = vty->index;
Holger Hans Peter Freyther4e13a8f2015-01-31 22:16:00 +01002612 enum bts_gprs_mode mode = bts_gprs_mode_parse(argv[0], NULL);
Harald Welteaf387632010-03-14 23:30:30 +08002613
Holger Hans Peter Freyther4e13a8f2015-01-31 22:16:00 +01002614 if (!bts_gprs_mode_is_compat(bts, mode)) {
Harald Weltef3d8e922010-06-14 22:44:42 +02002615 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2616 VTY_NEWLINE);
2617 return CMD_WARNING;
2618 }
2619
2620 bts->gprs.mode = mode;
Harald Welteaf387632010-03-14 23:30:30 +08002621
2622 return CMD_SUCCESS;
2623}
2624
Harald Welte9fbff4a2010-07-30 11:50:09 +02002625#define SI_TEXT "System Information Messages\n"
2626#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)"
2627#define SI_TYPE_HELP "System Information Type 1\n" \
2628 "System Information Type 2\n" \
2629 "System Information Type 3\n" \
2630 "System Information Type 4\n" \
2631 "System Information Type 5\n" \
2632 "System Information Type 6\n" \
2633 "System Information Type 7\n" \
2634 "System Information Type 8\n" \
2635 "System Information Type 9\n" \
2636 "System Information Type 10\n" \
2637 "System Information Type 13\n" \
2638 "System Information Type 16\n" \
2639 "System Information Type 17\n" \
2640 "System Information Type 18\n" \
2641 "System Information Type 19\n" \
2642 "System Information Type 20\n" \
2643 "System Information Type 2bis\n" \
2644 "System Information Type 2ter\n" \
2645 "System Information Type 2quater\n" \
2646 "System Information Type 5bis\n" \
2647 "System Information Type 5ter\n"
2648
2649DEFUN(cfg_bts_si_mode, cfg_bts_si_mode_cmd,
2650 "system-information " SI_TYPE_TEXT " mode (static|computed)",
2651 SI_TEXT SI_TYPE_HELP
2652 "System Information Mode\n"
2653 "Static user-specified\n"
2654 "Dynamic, BSC-computed\n")
2655{
2656 struct gsm_bts *bts = vty->index;
2657 int type;
2658
2659 type = get_string_value(osmo_sitype_strs, argv[0]);
2660 if (type < 0) {
2661 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2662 return CMD_WARNING;
2663 }
2664
2665 if (!strcmp(argv[1], "static"))
2666 bts->si_mode_static |= (1 << type);
2667 else
2668 bts->si_mode_static &= ~(1 << type);
2669
2670 return CMD_SUCCESS;
2671}
2672
2673DEFUN(cfg_bts_si_static, cfg_bts_si_static_cmd,
2674 "system-information " SI_TYPE_TEXT " static HEXSTRING",
2675 SI_TEXT SI_TYPE_HELP
2676 "Static System Information filling\n"
2677 "Static user-specified SI content in HEX notation\n")
2678{
2679 struct gsm_bts *bts = vty->index;
2680 int rc, type;
2681
2682 type = get_string_value(osmo_sitype_strs, argv[0]);
2683 if (type < 0) {
2684 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2685 return CMD_WARNING;
2686 }
2687
2688 if (!(bts->si_mode_static & (1 << type))) {
2689 vty_out(vty, "SI Type %s is not configured in static mode%s",
2690 get_value_string(osmo_sitype_strs, type), VTY_NEWLINE);
2691 return CMD_WARNING;
2692 }
2693
Harald Welte290aaed2010-07-30 11:53:18 +02002694 /* Fill buffer with padding pattern */
2695 memset(bts->si_buf[type], 0x2b, sizeof(bts->si_buf[type]));
2696
2697 /* Parse the user-specified SI in hex format, [partially] overwriting padding */
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02002698 rc = osmo_hexparse(argv[1], bts->si_buf[type], sizeof(bts->si_buf[0]));
Harald Welte9fbff4a2010-07-30 11:50:09 +02002699 if (rc < 0 || rc > sizeof(bts->si_buf[0])) {
2700 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
2701 return CMD_WARNING;
2702 }
2703
2704 /* Mark this SI as present */
2705 bts->si_valid |= (1 << type);
2706
2707 return CMD_SUCCESS;
2708}
2709
Harald Welte32c09622011-01-11 23:44:56 +01002710DEFUN(cfg_bts_neigh_mode, cfg_bts_neigh_mode_cmd,
Harald Welte64c07d22011-02-15 11:43:27 +01002711 "neighbor-list mode (automatic|manual|manual-si5)",
Harald Welte32c09622011-01-11 23:44:56 +01002712 "Neighbor List\n" "Mode of Neighbor List generation\n"
Harald Welte64c07d22011-02-15 11:43:27 +01002713 "Automatically from all BTS in this OpenBSC\n" "Manual\n"
2714 "Manual with different lists for SI2 and SI5\n")
Harald Welte32c09622011-01-11 23:44:56 +01002715{
2716 struct gsm_bts *bts = vty->index;
Harald Welte64c07d22011-02-15 11:43:27 +01002717 int mode = get_string_value(bts_neigh_mode_strs, argv[0]);
Harald Welte32c09622011-01-11 23:44:56 +01002718
Harald Welte64c07d22011-02-15 11:43:27 +01002719 switch (mode) {
2720 case NL_MODE_MANUAL_SI5SEP:
2721 case NL_MODE_MANUAL:
Harald Welte32c09622011-01-11 23:44:56 +01002722 /* make sure we clear the current list when switching to
2723 * manual mode */
2724 if (bts->neigh_list_manual_mode == 0)
2725 memset(&bts->si_common.data.neigh_list, 0,
2726 sizeof(bts->si_common.data.neigh_list));
Harald Welte64c07d22011-02-15 11:43:27 +01002727 break;
2728 default:
2729 break;
2730 }
2731
2732 bts->neigh_list_manual_mode = mode;
Harald Welte32c09622011-01-11 23:44:56 +01002733
2734 return CMD_SUCCESS;
2735}
2736
2737DEFUN(cfg_bts_neigh, cfg_bts_neigh_cmd,
Harald Welte1fe73a12012-01-29 13:24:12 +01002738 "neighbor-list (add|del) arfcn <0-1023>",
Harald Welte32c09622011-01-11 23:44:56 +01002739 "Neighbor List\n" "Add to manual neighbor list\n"
2740 "Delete from manual neighbor list\n" "ARFCN of neighbor\n"
2741 "ARFCN of neighbor\n")
2742{
2743 struct gsm_bts *bts = vty->index;
2744 struct bitvec *bv = &bts->si_common.neigh_list;
2745 uint16_t arfcn = atoi(argv[1]);
2746
2747 if (!bts->neigh_list_manual_mode) {
2748 vty_out(vty, "%% Cannot configure neighbor list in "
2749 "automatic mode%s", VTY_NEWLINE);
2750 return CMD_WARNING;
2751 }
2752
2753 if (!strcmp(argv[0], "add"))
2754 bitvec_set_bit_pos(bv, arfcn, 1);
2755 else
2756 bitvec_set_bit_pos(bv, arfcn, 0);
2757
2758 return CMD_SUCCESS;
2759}
2760
Max59a1bf32016-04-15 16:04:46 +02002761DEFUN(cfg_bts_si2quater_neigh_add, cfg_bts_si2quater_neigh_add_cmd,
2762 "si2quater neighbor-list add earfcn <1900-2200> threshold <0-1000> "
2763 "[<0-255>]", "SI2quater Neighbor List\n"
2764 "SI2quater Neighbor List\n" "Add to manual SI2quater neighbor list\n"
2765 "EARFCN of neighbor\n" "EARFCN of neighbor\n" "threshold high bits\n"
2766 "threshold high bits\n" "measurement bandwidth\n")
2767{
2768 struct gsm_bts *bts = vty->index;
2769 struct osmo_earfcn_si2q *e = &bts->si_common.si2quater_neigh_list;
2770 uint16_t arfcn = atoi(argv[0]);
2771 uint8_t meas = OSMO_EARFCN_MEAS_INVALID, thresh = atoi(argv[1]);
2772 int r;
2773
2774 if (3 == argc)
2775 meas = atoi(argv[2]);
2776
2777 r = osmo_earfcn_add(e, arfcn, meas);
2778
2779 if (r < 0) {
2780 vty_out(vty, "Unable to add arfcn %u: %s%s", arfcn, strerror(r),
2781 VTY_NEWLINE);
2782 return CMD_WARNING;
2783 }
2784
2785 if (e->thresh_hi && thresh != e->thresh_hi)
2786 vty_out(vty, "Warning: multiple thresholds are not supported, "
2787 "overriding previous threshold %u%s",
2788 e->thresh_hi, VTY_NEWLINE);
2789
2790 e->thresh_hi = thresh;
2791
2792 return CMD_SUCCESS;
2793}
2794
2795DEFUN(cfg_bts_si2quater_neigh_del, cfg_bts_si2quater_neigh_del_cmd,
2796 "si2quater neighbor-list del earfcn <1900-2200>",
2797 "SI2quater Neighbor List\n"
2798 "SI2quater Neighbor List\n"
2799 "Delete from SI2quater manual neighbor list\n"
2800 "EARFCN of neighbor\n")
2801{
2802 struct gsm_bts *bts = vty->index;
2803 struct osmo_earfcn_si2q *e = &bts->si_common.si2quater_neigh_list;
2804 uint16_t arfcn = atoi(argv[1]);
2805 int r = osmo_earfcn_del(e, arfcn);
2806 if (r < 0) {
2807 vty_out(vty, "Unable to delete arfcn %u: %s%s", arfcn,
2808 strerror(r), VTY_NEWLINE);
2809 return CMD_WARNING;
2810 }
2811
2812 return CMD_SUCCESS;
2813}
2814
Harald Welte64c07d22011-02-15 11:43:27 +01002815DEFUN(cfg_bts_si5_neigh, cfg_bts_si5_neigh_cmd,
Harald Welte1fe73a12012-01-29 13:24:12 +01002816 "si5 neighbor-list (add|del) arfcn <0-1023>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002817 "SI5 Neighbor List\n"
Harald Welte64c07d22011-02-15 11:43:27 +01002818 "SI5 Neighbor List\n" "Add to manual SI5 neighbor list\n"
2819 "Delete from SI5 manual neighbor list\n" "ARFCN of neighbor\n"
2820 "ARFCN of neighbor\n")
2821{
2822 struct gsm_bts *bts = vty->index;
2823 struct bitvec *bv = &bts->si_common.si5_neigh_list;
2824 uint16_t arfcn = atoi(argv[1]);
2825
2826 if (!bts->neigh_list_manual_mode) {
2827 vty_out(vty, "%% Cannot configure neighbor list in "
2828 "automatic mode%s", VTY_NEWLINE);
2829 return CMD_WARNING;
2830 }
2831
2832 if (!strcmp(argv[0], "add"))
2833 bitvec_set_bit_pos(bv, arfcn, 1);
2834 else
2835 bitvec_set_bit_pos(bv, arfcn, 0);
2836
2837 return CMD_SUCCESS;
2838}
Harald Welte9fbff4a2010-07-30 11:50:09 +02002839
Holger Hans Peter Freythere30d40d2012-07-20 10:27:31 +02002840#define EXCL_RFLOCK_STR "Exclude this BTS from the global RF Lock\n"
2841
2842DEFUN(cfg_bts_excl_rf_lock,
2843 cfg_bts_excl_rf_lock_cmd,
2844 "rf-lock-exclude",
2845 EXCL_RFLOCK_STR)
2846{
2847 struct gsm_bts *bts = vty->index;
2848 bts->excl_from_rf_lock = 1;
2849 return CMD_SUCCESS;
2850}
2851
2852DEFUN(cfg_bts_no_excl_rf_lock,
2853 cfg_bts_no_excl_rf_lock_cmd,
2854 "no rf-lock-exclude",
2855 NO_STR EXCL_RFLOCK_STR)
2856{
2857 struct gsm_bts *bts = vty->index;
2858 bts->excl_from_rf_lock = 0;
2859 return CMD_SUCCESS;
2860}
2861
Jacob Erlbeck65d114f2014-01-16 11:02:14 +01002862#define FORCE_COMB_SI_STR "Force the generation of a single SI (no ter/bis)\n"
2863
2864DEFUN(cfg_bts_force_comb_si,
2865 cfg_bts_force_comb_si_cmd,
2866 "force-combined-si",
2867 FORCE_COMB_SI_STR)
2868{
2869 struct gsm_bts *bts = vty->index;
2870 bts->force_combined_si = 1;
2871 return CMD_SUCCESS;
2872}
2873
2874DEFUN(cfg_bts_no_force_comb_si,
2875 cfg_bts_no_force_comb_si_cmd,
2876 "no force-combined-si",
2877 NO_STR FORCE_COMB_SI_STR)
2878{
2879 struct gsm_bts *bts = vty->index;
2880 bts->force_combined_si = 0;
2881 return CMD_SUCCESS;
2882}
2883
Andreas Eversberga83d5112013-12-07 18:32:28 +01002884static void _get_codec_from_arg(struct vty *vty, int argc, const char *argv[])
2885{
2886 struct gsm_bts *bts = vty->index;
2887 struct bts_codec_conf *codec = &bts->codec;
2888 int i;
2889
2890 codec->hr = 0;
2891 codec->efr = 0;
2892 codec->amr = 0;
2893 for (i = 0; i < argc; i++) {
2894 if (!strcmp(argv[i], "hr"))
2895 codec->hr = 1;
2896 if (!strcmp(argv[i], "efr"))
2897 codec->efr = 1;
2898 if (!strcmp(argv[i], "amr"))
2899 codec->amr = 1;
2900 }
2901}
2902
2903#define CODEC_PAR_STR " (hr|efr|amr)"
2904#define CODEC_HELP_STR "Half Rate\n" \
2905 "Enhanced Full Rate\nAdaptive Multirate\n"
2906
2907DEFUN(cfg_bts_codec0, cfg_bts_codec0_cmd,
2908 "codec-support fr",
2909 "Codec Support settings\nFullrate\n")
2910{
2911 _get_codec_from_arg(vty, 0, argv);
2912 return CMD_SUCCESS;
2913}
2914
2915DEFUN(cfg_bts_codec1, cfg_bts_codec1_cmd,
2916 "codec-support fr" CODEC_PAR_STR,
2917 "Codec Support settings\nFullrate\n"
2918 CODEC_HELP_STR)
2919{
2920 _get_codec_from_arg(vty, 1, argv);
2921 return CMD_SUCCESS;
2922}
2923
2924DEFUN(cfg_bts_codec2, cfg_bts_codec2_cmd,
2925 "codec-support fr" CODEC_PAR_STR CODEC_PAR_STR,
2926 "Codec Support settings\nFullrate\n"
2927 CODEC_HELP_STR CODEC_HELP_STR)
2928{
2929 _get_codec_from_arg(vty, 2, argv);
2930 return CMD_SUCCESS;
2931}
2932
2933DEFUN(cfg_bts_codec3, cfg_bts_codec3_cmd,
2934 "codec-support fr" CODEC_PAR_STR CODEC_PAR_STR CODEC_PAR_STR,
2935 "Codec Support settings\nFullrate\n"
2936 CODEC_HELP_STR CODEC_HELP_STR CODEC_HELP_STR)
2937{
2938 _get_codec_from_arg(vty, 3, argv);
2939 return CMD_SUCCESS;
2940}
2941
2942DEFUN(cfg_bts_codec4, cfg_bts_codec4_cmd,
2943 "codec-support fr" CODEC_PAR_STR CODEC_PAR_STR CODEC_PAR_STR CODEC_PAR_STR,
2944 "Codec Support settings\nFullrate\n"
2945 CODEC_HELP_STR CODEC_HELP_STR CODEC_HELP_STR CODEC_HELP_STR)
2946{
2947 _get_codec_from_arg(vty, 4, argv);
2948 return CMD_SUCCESS;
2949}
2950
Holger Hans Peter Freytherc22930e2014-12-17 14:46:17 +01002951DEFUN(cfg_bts_depends_on, cfg_bts_depends_on_cmd,
2952 "depends-on-bts <0-255>",
2953 "This BTS can only be started if another one is up\n" "BTS Number\n")
2954{
2955 struct gsm_bts *bts = vty->index;
2956 struct gsm_bts *other_bts;
2957 int dep = atoi(argv[0]);
2958
2959
2960 if (!is_ipaccess_bts(bts)) {
2961 vty_out(vty, "This feature is only available for IP systems.%s",
2962 VTY_NEWLINE);
2963 return CMD_WARNING;
2964 }
2965
2966 other_bts = gsm_bts_num(bts->network, dep);
2967 if (!other_bts || !is_ipaccess_bts(other_bts)) {
2968 vty_out(vty, "This feature is only available for IP systems.%s",
2969 VTY_NEWLINE);
2970 return CMD_WARNING;
2971 }
2972
2973 if (dep >= bts->nr) {
2974 vty_out(vty, "%%Need to depend on an already declared unit.%s",
2975 VTY_NEWLINE);
2976 return CMD_WARNING;
2977 }
2978
2979 bts_depend_mark(bts, dep);
2980 return CMD_SUCCESS;
2981}
2982
2983DEFUN(cfg_bts_no_depends_on, cfg_bts_no_depends_on_cmd,
2984 "depeneds-on-bts <0-255>",
2985 NO_STR "This BTS can only be started if another one is up\n"
2986 "BTS Number\n")
2987{
2988 struct gsm_bts *bts = vty->index;
2989 int dep = atoi(argv[0]);
2990
2991 bts_depend_clear(bts, dep);
2992 return CMD_SUCCESS;
2993}
2994
Andreas Eversberg73266522014-01-19 11:47:44 +01002995#define AMR_TEXT "Adaptive Multi Rate settings\n"
2996#define AMR_MODE_TEXT "Codec modes to use with AMR codec\n"
2997#define AMR_START_TEXT "Initial codec to use with AMR\n" \
2998 "Automatically\nFirst codec\nSecond codec\nThird codec\nFourth codec\n"
2999#define AMR_TH_TEXT "AMR threshold between codecs\nMS side\nBTS side\n"
3000#define AMR_HY_TEXT "AMR hysteresis between codecs\nMS side\nBTS side\n"
3001
3002static void get_amr_from_arg(struct vty *vty, int argc, const char *argv[], int full)
3003{
3004 struct gsm_bts *bts = vty->index;
3005 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
3006 struct gsm48_multi_rate_conf *mr_conf =
3007 (struct gsm48_multi_rate_conf *) mr->gsm48_ie;
3008 int i;
3009
3010 mr->gsm48_ie[1] = 0;
3011 for (i = 0; i < argc; i++)
3012 mr->gsm48_ie[1] |= 1 << atoi(argv[i]);
3013 mr_conf->icmi = 0;
3014}
3015
3016static void get_amr_th_from_arg(struct vty *vty, int argc, const char *argv[], int full)
3017{
3018 struct gsm_bts *bts = vty->index;
3019 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +02003020 struct amr_mode *modes;
Andreas Eversberg73266522014-01-19 11:47:44 +01003021 int i;
3022
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +02003023 modes = argv[0][0]=='m' ? mr->ms_mode : mr->bts_mode;
3024 for (i = 0; i < argc - 1; i++)
3025 modes[i].threshold = atoi(argv[i + 1]);
Andreas Eversberg73266522014-01-19 11:47:44 +01003026}
3027
3028static void get_amr_hy_from_arg(struct vty *vty, int argc, const char *argv[], int full)
3029{
3030 struct gsm_bts *bts = vty->index;
3031 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +02003032 struct amr_mode *modes;
Andreas Eversberg73266522014-01-19 11:47:44 +01003033 int i;
3034
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +02003035 modes = argv[0][0]=='m' ? mr->ms_mode : mr->bts_mode;
3036 for (i = 0; i < argc - 1; i++)
3037 modes[i].hysteresis = atoi(argv[i + 1]);
Andreas Eversberg73266522014-01-19 11:47:44 +01003038}
3039
3040static void get_amr_start_from_arg(struct vty *vty, const char *argv[], int full)
3041{
3042 struct gsm_bts *bts = vty->index;
3043 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
3044 struct gsm48_multi_rate_conf *mr_conf =
3045 (struct gsm48_multi_rate_conf *) mr->gsm48_ie;
3046 int num = 0, i;
3047
3048 for (i = 0; i < ((full) ? 8 : 6); i++) {
3049 if ((mr->gsm48_ie[1] & (1 << i))) {
3050 num++;
3051 }
3052 }
3053
3054 if (argv[0][0] == 'a' || num == 0)
3055 mr_conf->icmi = 0;
3056 else {
3057 mr_conf->icmi = 1;
3058 if (num < atoi(argv[0]))
3059 mr_conf->smod = num - 1;
3060 else
3061 mr_conf->smod = atoi(argv[0]) - 1;
3062 }
3063}
3064
3065#define AMR_TCHF_PAR_STR " (0|1|2|3|4|5|6|7)"
3066#define AMR_TCHF_HELP_STR "4,75k\n5,15k\n5,90k\n6,70k\n7,40k\n7,95k\n" \
3067 "10,2k\n12,2k\n"
3068
3069#define AMR_TCHH_PAR_STR " (0|1|2|3|4|5)"
3070#define AMR_TCHH_HELP_STR "4,75k\n5,15k\n5,90k\n6,70k\n7,40k\n7,95k\n"
3071
3072#define AMR_TH_HELP_STR "Threshold between codec 1 and 2\n"
3073#define AMR_HY_HELP_STR "Hysteresis between codec 1 and 2\n"
3074
3075DEFUN(cfg_bts_amr_fr_modes1, cfg_bts_amr_fr_modes1_cmd,
3076 "amr tch-f modes" AMR_TCHF_PAR_STR,
3077 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3078 AMR_TCHF_HELP_STR)
3079{
3080 get_amr_from_arg(vty, 1, argv, 1);
3081 return CMD_SUCCESS;
3082}
3083
3084DEFUN(cfg_bts_amr_fr_modes2, cfg_bts_amr_fr_modes2_cmd,
3085 "amr tch-f modes" AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR,
3086 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3087 AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR)
3088{
3089 get_amr_from_arg(vty, 2, argv, 1);
3090 return CMD_SUCCESS;
3091}
3092
3093DEFUN(cfg_bts_amr_fr_modes3, cfg_bts_amr_fr_modes3_cmd,
3094 "amr tch-f modes" AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR,
3095 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3096 AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR)
3097{
3098 get_amr_from_arg(vty, 3, argv, 1);
3099 return CMD_SUCCESS;
3100}
3101
3102DEFUN(cfg_bts_amr_fr_modes4, cfg_bts_amr_fr_modes4_cmd,
3103 "amr tch-f modes" AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR,
3104 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3105 AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR)
3106{
3107 get_amr_from_arg(vty, 4, argv, 1);
3108 return CMD_SUCCESS;
3109}
3110
3111DEFUN(cfg_bts_amr_fr_start_mode, cfg_bts_amr_fr_start_mode_cmd,
3112 "amr tch-f start-mode (auto|1|2|3|4)",
3113 AMR_TEXT "Full Rate\n" AMR_START_TEXT)
3114{
3115 get_amr_start_from_arg(vty, argv, 1);
3116 return CMD_SUCCESS;
3117}
3118
3119DEFUN(cfg_bts_amr_fr_thres1, cfg_bts_amr_fr_thres1_cmd,
3120 "amr tch-f threshold (ms|bts) <0-63>",
3121 AMR_TEXT "Full Rate\n" AMR_TH_TEXT
3122 AMR_TH_HELP_STR)
3123{
3124 get_amr_th_from_arg(vty, 2, argv, 1);
3125 return CMD_SUCCESS;
3126}
3127
3128DEFUN(cfg_bts_amr_fr_thres2, cfg_bts_amr_fr_thres2_cmd,
3129 "amr tch-f threshold (ms|bts) <0-63> <0-63>",
3130 AMR_TEXT "Full Rate\n" AMR_TH_TEXT
3131 AMR_TH_HELP_STR AMR_TH_HELP_STR)
3132{
3133 get_amr_th_from_arg(vty, 3, argv, 1);
3134 return CMD_SUCCESS;
3135}
3136
3137DEFUN(cfg_bts_amr_fr_thres3, cfg_bts_amr_fr_thres3_cmd,
3138 "amr tch-f threshold (ms|bts) <0-63> <0-63> <0-63>",
3139 AMR_TEXT "Full Rate\n" AMR_TH_TEXT
3140 AMR_TH_HELP_STR AMR_TH_HELP_STR AMR_TH_HELP_STR)
3141{
3142 get_amr_th_from_arg(vty, 4, argv, 1);
3143 return CMD_SUCCESS;
3144}
3145
3146DEFUN(cfg_bts_amr_fr_hyst1, cfg_bts_amr_fr_hyst1_cmd,
3147 "amr tch-f hysteresis (ms|bts) <0-15>",
3148 AMR_TEXT "Full Rate\n" AMR_HY_TEXT
3149 AMR_HY_HELP_STR)
3150{
3151 get_amr_hy_from_arg(vty, 2, argv, 1);
3152 return CMD_SUCCESS;
3153}
3154
3155DEFUN(cfg_bts_amr_fr_hyst2, cfg_bts_amr_fr_hyst2_cmd,
3156 "amr tch-f hysteresis (ms|bts) <0-15> <0-15>",
3157 AMR_TEXT "Full Rate\n" AMR_HY_TEXT
3158 AMR_HY_HELP_STR AMR_HY_HELP_STR)
3159{
3160 get_amr_hy_from_arg(vty, 3, argv, 1);
3161 return CMD_SUCCESS;
3162}
3163
3164DEFUN(cfg_bts_amr_fr_hyst3, cfg_bts_amr_fr_hyst3_cmd,
3165 "amr tch-f hysteresis (ms|bts) <0-15> <0-15> <0-15>",
3166 AMR_TEXT "Full Rate\n" AMR_HY_TEXT
3167 AMR_HY_HELP_STR AMR_HY_HELP_STR AMR_HY_HELP_STR)
3168{
3169 get_amr_hy_from_arg(vty, 4, argv, 1);
3170 return CMD_SUCCESS;
3171}
3172
3173DEFUN(cfg_bts_amr_hr_modes1, cfg_bts_amr_hr_modes1_cmd,
3174 "amr tch-h modes" AMR_TCHH_PAR_STR,
3175 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3176 AMR_TCHH_HELP_STR)
3177{
3178 get_amr_from_arg(vty, 1, argv, 0);
3179 return CMD_SUCCESS;
3180}
3181
3182DEFUN(cfg_bts_amr_hr_modes2, cfg_bts_amr_hr_modes2_cmd,
3183 "amr tch-h modes" AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR,
3184 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3185 AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR)
3186{
3187 get_amr_from_arg(vty, 2, argv, 0);
3188 return CMD_SUCCESS;
3189}
3190
3191DEFUN(cfg_bts_amr_hr_modes3, cfg_bts_amr_hr_modes3_cmd,
3192 "amr tch-h modes" AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR,
3193 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3194 AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR)
3195{
3196 get_amr_from_arg(vty, 3, argv, 0);
3197 return CMD_SUCCESS;
3198}
3199
3200DEFUN(cfg_bts_amr_hr_modes4, cfg_bts_amr_hr_modes4_cmd,
3201 "amr tch-h modes" AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR,
3202 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3203 AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR)
3204{
3205 get_amr_from_arg(vty, 4, argv, 0);
3206 return CMD_SUCCESS;
3207}
3208
3209DEFUN(cfg_bts_amr_hr_start_mode, cfg_bts_amr_hr_start_mode_cmd,
3210 "amr tch-h start-mode (auto|1|2|3|4)",
3211 AMR_TEXT "Half Rate\n" AMR_START_TEXT)
3212{
3213 get_amr_start_from_arg(vty, argv, 0);
3214 return CMD_SUCCESS;
3215}
3216
3217DEFUN(cfg_bts_amr_hr_thres1, cfg_bts_amr_hr_thres1_cmd,
3218 "amr tch-h threshold (ms|bts) <0-63>",
3219 AMR_TEXT "Half Rate\n" AMR_TH_TEXT
3220 AMR_TH_HELP_STR)
3221{
3222 get_amr_th_from_arg(vty, 2, argv, 0);
3223 return CMD_SUCCESS;
3224}
3225
3226DEFUN(cfg_bts_amr_hr_thres2, cfg_bts_amr_hr_thres2_cmd,
3227 "amr tch-h threshold (ms|bts) <0-63> <0-63>",
3228 AMR_TEXT "Half Rate\n" AMR_TH_TEXT
3229 AMR_TH_HELP_STR AMR_TH_HELP_STR)
3230{
3231 get_amr_th_from_arg(vty, 3, argv, 0);
3232 return CMD_SUCCESS;
3233}
3234
3235DEFUN(cfg_bts_amr_hr_thres3, cfg_bts_amr_hr_thres3_cmd,
3236 "amr tch-h threshold (ms|bts) <0-63> <0-63> <0-63>",
3237 AMR_TEXT "Half Rate\n" AMR_TH_TEXT
3238 AMR_TH_HELP_STR AMR_TH_HELP_STR AMR_TH_HELP_STR)
3239{
3240 get_amr_th_from_arg(vty, 4, argv, 0);
3241 return CMD_SUCCESS;
3242}
3243
3244DEFUN(cfg_bts_amr_hr_hyst1, cfg_bts_amr_hr_hyst1_cmd,
3245 "amr tch-h hysteresis (ms|bts) <0-15>",
3246 AMR_TEXT "Half Rate\n" AMR_HY_TEXT
3247 AMR_HY_HELP_STR)
3248{
3249 get_amr_hy_from_arg(vty, 2, argv, 0);
3250 return CMD_SUCCESS;
3251}
3252
3253DEFUN(cfg_bts_amr_hr_hyst2, cfg_bts_amr_hr_hyst2_cmd,
3254 "amr tch-h hysteresis (ms|bts) <0-15> <0-15>",
3255 AMR_TEXT "Half Rate\n" AMR_HY_TEXT
3256 AMR_HY_HELP_STR AMR_HY_HELP_STR)
3257{
3258 get_amr_hy_from_arg(vty, 3, argv, 0);
3259 return CMD_SUCCESS;
3260}
3261
3262DEFUN(cfg_bts_amr_hr_hyst3, cfg_bts_amr_hr_hyst3_cmd,
3263 "amr tch-h hysteresis (ms|bts) <0-15> <0-15> <0-15>",
3264 AMR_TEXT "Half Rate\n" AMR_HY_TEXT
3265 AMR_HY_HELP_STR AMR_HY_HELP_STR AMR_HY_HELP_STR)
3266{
3267 get_amr_hy_from_arg(vty, 4, argv, 0);
3268 return CMD_SUCCESS;
3269}
3270
Harald Welte8f0ed552010-05-11 21:53:49 +02003271#define TRX_TEXT "Radio Transceiver\n"
Harald Welte7a8fa412009-08-10 13:48:16 +02003272
Harald Welte5258fc42009-03-28 19:07:53 +00003273/* per TRX configuration */
3274DEFUN(cfg_trx,
3275 cfg_trx_cmd,
Harald Welte57e07242012-08-17 12:50:14 +02003276 "trx <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02003277 TRX_TEXT
Harald Welte5258fc42009-03-28 19:07:53 +00003278 "Select a TRX to configure")
3279{
3280 int trx_nr = atoi(argv[0]);
3281 struct gsm_bts *bts = vty->index;
3282 struct gsm_bts_trx *trx;
3283
Harald Weltee441d9c2009-06-21 16:17:15 +02003284 if (trx_nr > bts->num_trx) {
3285 vty_out(vty, "%% The next unused TRX number in this BTS is %u%s",
3286 bts->num_trx, VTY_NEWLINE);
Harald Welte5258fc42009-03-28 19:07:53 +00003287 return CMD_WARNING;
Harald Weltee441d9c2009-06-21 16:17:15 +02003288 } else if (trx_nr == bts->num_trx) {
3289 /* we need to allocate a new one */
3290 trx = gsm_bts_trx_alloc(bts);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003291 } else
Harald Weltee441d9c2009-06-21 16:17:15 +02003292 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003293
Harald Weltee441d9c2009-06-21 16:17:15 +02003294 if (!trx)
3295 return CMD_WARNING;
Harald Welte5258fc42009-03-28 19:07:53 +00003296
3297 vty->index = trx;
Harald Welte197dea92010-05-14 17:59:53 +02003298 vty->index_sub = &trx->description;
Harald Welte5258fc42009-03-28 19:07:53 +00003299 vty->node = TRX_NODE;
3300
3301 return CMD_SUCCESS;
3302}
3303
3304DEFUN(cfg_trx_arfcn,
3305 cfg_trx_arfcn_cmd,
Harald Welte1fe73a12012-01-29 13:24:12 +01003306 "arfcn <0-1023>",
Harald Welte13fe2192012-08-17 09:57:25 +02003307 "Set the ARFCN for this TRX\n"
3308 "Absolute Radio Frequency Channel Number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00003309{
3310 int arfcn = atoi(argv[0]);
3311 struct gsm_bts_trx *trx = vty->index;
3312
3313 /* FIXME: check if this ARFCN is supported by this TRX */
3314
3315 trx->arfcn = arfcn;
3316
3317 /* FIXME: patch ARFCN into SYSTEM INFORMATION */
3318 /* FIXME: use OML layer to update the ARFCN */
3319 /* FIXME: use RSL layer to update SYSTEM INFORMATION */
3320
3321 return CMD_SUCCESS;
3322}
3323
Harald Welte (local)7b37d972009-12-27 20:56:38 +01003324DEFUN(cfg_trx_nominal_power,
3325 cfg_trx_nominal_power_cmd,
3326 "nominal power <0-100>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003327 "Nominal TRX RF Power in dBm\n"
3328 "Nominal TRX RF Power in dBm\n"
3329 "Nominal TRX RF Power in dBm\n")
Harald Welte (local)7b37d972009-12-27 20:56:38 +01003330{
3331 struct gsm_bts_trx *trx = vty->index;
3332
3333 trx->nominal_power = atoi(argv[0]);
3334
3335 return CMD_SUCCESS;
3336}
3337
Harald Weltefcd24452009-06-20 18:15:19 +02003338DEFUN(cfg_trx_max_power_red,
3339 cfg_trx_max_power_red_cmd,
3340 "max_power_red <0-100>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003341 "Reduction of maximum BS RF Power (relative to nominal power)\n"
Harald Weltefcd24452009-06-20 18:15:19 +02003342 "Reduction of maximum BS RF Power in dB\n")
3343{
3344 int maxpwr_r = atoi(argv[0]);
3345 struct gsm_bts_trx *trx = vty->index;
Harald Welte61a83b22009-11-18 09:20:22 +01003346 int upper_limit = 24; /* default 12.21 max power red. */
Harald Weltefcd24452009-06-20 18:15:19 +02003347
3348 /* FIXME: check if our BTS type supports more than 12 */
3349 if (maxpwr_r < 0 || maxpwr_r > upper_limit) {
3350 vty_out(vty, "%% Power %d dB is not in the valid range%s",
3351 maxpwr_r, VTY_NEWLINE);
3352 return CMD_WARNING;
3353 }
3354 if (maxpwr_r & 1) {
3355 vty_out(vty, "%% Power %d dB is not an even value%s",
3356 maxpwr_r, VTY_NEWLINE);
3357 return CMD_WARNING;
3358 }
3359
3360 trx->max_power_red = maxpwr_r;
3361
3362 /* FIXME: make sure we update this using OML */
3363
3364 return CMD_SUCCESS;
3365}
3366
Harald Welte42581822009-08-08 16:12:58 +02003367DEFUN(cfg_trx_rsl_e1,
3368 cfg_trx_rsl_e1_cmd,
3369 "rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003370 "RSL Parameters\n"
3371 "E1/T1 interface to be used for RSL\n"
3372 "E1/T1 interface to be used for RSL\n"
3373 "E1/T1 Line Number to be used for RSL\n"
3374 "E1/T1 Timeslot to be used for RSL\n"
3375 "E1/T1 Timeslot to be used for RSL\n"
3376 "E1/T1 Sub-slot to be used for RSL\n"
3377 "E1/T1 Sub-slot 0 is to be used for RSL\n"
3378 "E1/T1 Sub-slot 1 is to be used for RSL\n"
3379 "E1/T1 Sub-slot 2 is to be used for RSL\n"
3380 "E1/T1 Sub-slot 3 is to be used for RSL\n"
3381 "E1/T1 full timeslot is to be used for RSL\n")
Harald Welte42581822009-08-08 16:12:58 +02003382{
3383 struct gsm_bts_trx *trx = vty->index;
3384
3385 parse_e1_link(&trx->rsl_e1_link, argv[0], argv[1], argv[2]);
3386
3387 return CMD_SUCCESS;
3388}
3389
3390DEFUN(cfg_trx_rsl_e1_tei,
3391 cfg_trx_rsl_e1_tei_cmd,
3392 "rsl e1 tei <0-63>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003393 "RSL Parameters\n"
3394 "Set the TEI to be used for RSL\n"
3395 "Set the TEI to be used for RSL\n"
3396 "TEI to be used for RSL\n")
Harald Welte42581822009-08-08 16:12:58 +02003397{
3398 struct gsm_bts_trx *trx = vty->index;
3399
3400 trx->rsl_tei = atoi(argv[0]);
3401
3402 return CMD_SUCCESS;
3403}
3404
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01003405DEFUN(cfg_trx_rf_locked,
3406 cfg_trx_rf_locked_cmd,
3407 "rf_locked (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003408 "Set or unset the RF Locking (Turn off RF of the TRX)\n"
3409 "TRX is NOT RF locked (active)\n"
3410 "TRX is RF locked (turned off)\n")
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01003411{
3412 int locked = atoi(argv[0]);
3413 struct gsm_bts_trx *trx = vty->index;
3414
3415 gsm_trx_lock_rf(trx, locked);
3416 return CMD_SUCCESS;
3417}
Harald Welte42581822009-08-08 16:12:58 +02003418
Harald Welte5258fc42009-03-28 19:07:53 +00003419/* per TS configuration */
3420DEFUN(cfg_ts,
3421 cfg_ts_cmd,
Harald Welte42581822009-08-08 16:12:58 +02003422 "timeslot <0-7>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003423 "Select a Timeslot to configure\n"
3424 "Timeslot number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00003425{
3426 int ts_nr = atoi(argv[0]);
3427 struct gsm_bts_trx *trx = vty->index;
3428 struct gsm_bts_trx_ts *ts;
3429
3430 if (ts_nr >= TRX_NR_TS) {
3431 vty_out(vty, "%% A GSM TRX only has %u Timeslots per TRX%s",
3432 TRX_NR_TS, VTY_NEWLINE);
3433 return CMD_WARNING;
3434 }
3435
3436 ts = &trx->ts[ts_nr];
3437
3438 vty->index = ts;
3439 vty->node = TS_NODE;
3440
3441 return CMD_SUCCESS;
3442}
3443
Harald Weltea6fd58e2009-08-07 00:25:23 +02003444DEFUN(cfg_ts_pchan,
3445 cfg_ts_pchan_cmd,
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003446 "phys_chan_config PCHAN", /* dynamically generated! */
Holger Hans Peter Freyther63b0e442013-03-03 09:32:08 +01003447 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003448{
3449 struct gsm_bts_trx_ts *ts = vty->index;
3450 int pchanc;
3451
3452 pchanc = gsm_pchan_parse(argv[0]);
3453 if (pchanc < 0)
3454 return CMD_WARNING;
3455
3456 ts->pchan = pchanc;
3457
3458 return CMD_SUCCESS;
3459}
3460
3461/* used for backwards compatibility with old config files that still
3462 * have uppercase pchan type names */
3463DEFUN_HIDDEN(cfg_ts_pchan_compat,
3464 cfg_ts_pchan_compat_cmd,
Harald Weltea6fd58e2009-08-07 00:25:23 +02003465 "phys_chan_config PCHAN",
Holger Hans Peter Freyther63b0e442013-03-03 09:32:08 +01003466 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Weltea6fd58e2009-08-07 00:25:23 +02003467{
3468 struct gsm_bts_trx_ts *ts = vty->index;
3469 int pchanc;
3470
3471 pchanc = gsm_pchan_parse(argv[0]);
3472 if (pchanc < 0)
3473 return CMD_WARNING;
3474
3475 ts->pchan = pchanc;
3476
3477 return CMD_SUCCESS;
3478}
3479
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003480
3481
Harald Welte135a6482011-05-30 12:09:13 +02003482DEFUN(cfg_ts_tsc,
3483 cfg_ts_tsc_cmd,
3484 "training_sequence_code <0-7>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003485 "Training Sequence Code of the Timeslot\n" "TSC\n")
Harald Welte135a6482011-05-30 12:09:13 +02003486{
3487 struct gsm_bts_trx_ts *ts = vty->index;
3488
Harald Welte903aaea2014-01-19 17:10:50 +01003489 if (!gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_MULTI_TSC)) {
3490 vty_out(vty, "%% This BTS does not support a TSC != BCC, "
3491 "falling back to BCC%s", VTY_NEWLINE);
3492 ts->tsc = -1;
3493 return CMD_WARNING;
3494 }
3495
Harald Welte135a6482011-05-30 12:09:13 +02003496 ts->tsc = atoi(argv[0]);
3497
3498 return CMD_SUCCESS;
3499}
3500
Harald Weltea39b0f22010-06-14 22:26:10 +02003501#define HOPPING_STR "Configure frequency hopping\n"
3502
3503DEFUN(cfg_ts_hopping,
3504 cfg_ts_hopping_cmd,
3505 "hopping enabled (0|1)",
3506 HOPPING_STR "Enable or disable frequency hopping\n"
3507 "Disable frequency hopping\n" "Enable frequency hopping\n")
3508{
3509 struct gsm_bts_trx_ts *ts = vty->index;
Harald Weltec2fb3d02010-06-14 22:47:37 +02003510 int enabled = atoi(argv[0]);
Harald Weltea39b0f22010-06-14 22:26:10 +02003511
Harald Weltec2fb3d02010-06-14 22:47:37 +02003512 if (enabled && !gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_HOPPING)) {
3513 vty_out(vty, "BTS model does not support hopping%s",
3514 VTY_NEWLINE);
3515 return CMD_WARNING;
3516 }
3517
3518 ts->hopping.enabled = enabled;
Harald Weltea39b0f22010-06-14 22:26:10 +02003519
3520 return CMD_SUCCESS;
3521}
3522
Harald Welte6e0cd042009-09-12 13:05:33 +02003523DEFUN(cfg_ts_hsn,
3524 cfg_ts_hsn_cmd,
Harald Weltea39b0f22010-06-14 22:26:10 +02003525 "hopping sequence-number <0-63>",
3526 HOPPING_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02003527 "Which hopping sequence to use for this channel\n"
3528 "Hopping Sequence Number (HSN)\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02003529{
3530 struct gsm_bts_trx_ts *ts = vty->index;
3531
3532 ts->hopping.hsn = atoi(argv[0]);
3533
3534 return CMD_SUCCESS;
3535}
3536
3537DEFUN(cfg_ts_maio,
3538 cfg_ts_maio_cmd,
3539 "hopping maio <0-63>",
Harald Weltea39b0f22010-06-14 22:26:10 +02003540 HOPPING_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02003541 "Which hopping MAIO to use for this channel\n"
3542 "Mobile Allocation Index Offset (MAIO)\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02003543{
3544 struct gsm_bts_trx_ts *ts = vty->index;
3545
3546 ts->hopping.maio = atoi(argv[0]);
3547
3548 return CMD_SUCCESS;
3549}
3550
3551DEFUN(cfg_ts_arfcn_add,
3552 cfg_ts_arfcn_add_cmd,
3553 "hopping arfcn add <0-1023>",
Harald Weltea39b0f22010-06-14 22:26:10 +02003554 HOPPING_STR "Configure hopping ARFCN list\n"
3555 "Add an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02003556{
3557 struct gsm_bts_trx_ts *ts = vty->index;
3558 int arfcn = atoi(argv[0]);
3559
Harald Weltea39b0f22010-06-14 22:26:10 +02003560 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 1);
3561
Harald Welte6e0cd042009-09-12 13:05:33 +02003562 return CMD_SUCCESS;
3563}
3564
3565DEFUN(cfg_ts_arfcn_del,
3566 cfg_ts_arfcn_del_cmd,
3567 "hopping arfcn del <0-1023>",
Harald Weltea39b0f22010-06-14 22:26:10 +02003568 HOPPING_STR "Configure hopping ARFCN list\n"
3569 "Delete an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02003570{
3571 struct gsm_bts_trx_ts *ts = vty->index;
3572 int arfcn = atoi(argv[0]);
3573
Harald Weltea39b0f22010-06-14 22:26:10 +02003574 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 0);
3575
Harald Welte6e0cd042009-09-12 13:05:33 +02003576 return CMD_SUCCESS;
3577}
3578
Harald Weltea6fd58e2009-08-07 00:25:23 +02003579DEFUN(cfg_ts_e1_subslot,
3580 cfg_ts_e1_subslot_cmd,
Harald Welte42581822009-08-08 16:12:58 +02003581 "e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003582 "E1/T1 channel connected to this on-air timeslot\n"
3583 "E1/T1 channel connected to this on-air timeslot\n"
3584 "E1/T1 line connected to this on-air timeslot\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02003585 "E1/T1 timeslot connected to this on-air timeslot\n"
3586 "E1/T1 timeslot connected to this on-air timeslot\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02003587 "E1/T1 sub-slot connected to this on-air timeslot\n"
3588 "E1/T1 sub-slot 0 connected to this on-air timeslot\n"
3589 "E1/T1 sub-slot 1 connected to this on-air timeslot\n"
3590 "E1/T1 sub-slot 2 connected to this on-air timeslot\n"
3591 "E1/T1 sub-slot 3 connected to this on-air timeslot\n"
3592 "Full E1/T1 timeslot connected to this on-air timeslot\n")
Harald Weltea6fd58e2009-08-07 00:25:23 +02003593{
3594 struct gsm_bts_trx_ts *ts = vty->index;
3595
Harald Welte42581822009-08-08 16:12:58 +02003596 parse_e1_link(&ts->e1_link, argv[0], argv[1], argv[2]);
Harald Weltea6fd58e2009-08-07 00:25:23 +02003597
3598 return CMD_SUCCESS;
3599}
Harald Welte5258fc42009-03-28 19:07:53 +00003600
Harald Welte4f10c252010-05-16 21:47:13 +02003601void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *net)
3602{
3603 vty_out(vty, "Channel Requests : %lu total, %lu no channel%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02003604 osmo_counter_get(net->stats.chreq.total),
3605 osmo_counter_get(net->stats.chreq.no_channel), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02003606 vty_out(vty, "Channel Failures : %lu rf_failures, %lu rll failures%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02003607 osmo_counter_get(net->stats.chan.rf_fail),
3608 osmo_counter_get(net->stats.chan.rll_err), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02003609 vty_out(vty, "Paging : %lu attempted, %lu complete, %lu expired%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02003610 osmo_counter_get(net->stats.paging.attempted),
3611 osmo_counter_get(net->stats.paging.completed),
3612 osmo_counter_get(net->stats.paging.expired), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02003613 vty_out(vty, "BTS failures : %lu OML, %lu RSL%s",
Pablo Neira Ayusodfb342c2011-05-06 12:13:10 +02003614 osmo_counter_get(net->stats.bts.oml_fail),
3615 osmo_counter_get(net->stats.bts.rsl_fail), VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02003616}
3617
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003618DEFUN(drop_bts,
3619 drop_bts_cmd,
Holger Hans Peter Freyther0586b0f2010-04-11 12:46:45 +02003620 "drop bts connection <0-65535> (oml|rsl)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003621 "Debug/Simulation command to drop Abis/IP BTS\n"
3622 "Debug/Simulation command to drop Abis/IP BTS\n"
3623 "Debug/Simulation command to drop Abis/IP BTS\n"
3624 "BTS NR\n" "Drop OML Connection\n" "Drop RSL Connection\n")
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003625{
3626 struct gsm_network *gsmnet;
3627 struct gsm_bts_trx *trx;
3628 struct gsm_bts *bts;
3629 unsigned int bts_nr;
3630
3631 gsmnet = gsmnet_from_vty(vty);
3632
3633 bts_nr = atoi(argv[0]);
3634 if (bts_nr >= gsmnet->num_bts) {
3635 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
3636 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
3637 return CMD_WARNING;
3638 }
3639
3640 bts = gsm_bts_num(gsmnet, bts_nr);
3641 if (!bts) {
3642 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
3643 return CMD_WARNING;
3644 }
3645
3646 if (!is_ipaccess_bts(bts)) {
3647 vty_out(vty, "This command only works for ipaccess.%s", VTY_NEWLINE);
3648 return CMD_WARNING;
3649 }
3650
3651
3652 /* close all connections */
3653 if (strcmp(argv[1], "oml") == 0) {
Holger Hans Peter Freytherdab8e272010-11-15 20:29:46 +01003654 ipaccess_drop_oml(bts);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003655 } else if (strcmp(argv[1], "rsl") == 0) {
3656 /* close all rsl connections */
3657 llist_for_each_entry(trx, &bts->trx_list, list) {
Holger Hans Peter Freytherdab8e272010-11-15 20:29:46 +01003658 ipaccess_drop_rsl(trx);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003659 }
3660 } else {
3661 vty_out(vty, "Argument must be 'oml# or 'rsl'.%s", VTY_NEWLINE);
3662 return CMD_WARNING;
3663 }
3664
3665 return CMD_SUCCESS;
3666}
3667
Holger Hans Peter Freyther740e65f2016-03-16 13:45:23 +01003668DEFUN(restart_bts, restart_bts_cmd,
3669 "restart-bts <0-65535>",
3670 "Restart ip.access nanoBTS through OML\n"
3671 "BTS Number\n")
3672{
3673 struct gsm_network *gsmnet;
3674 struct gsm_bts_trx *trx;
3675 struct gsm_bts *bts;
3676 unsigned int bts_nr;
3677
3678 gsmnet = gsmnet_from_vty(vty);
3679
3680 bts_nr = atoi(argv[0]);
3681 if (bts_nr >= gsmnet->num_bts) {
3682 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
3683 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
3684 return CMD_WARNING;
3685 }
3686
3687 bts = gsm_bts_num(gsmnet, bts_nr);
3688 if (!bts) {
3689 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
3690 return CMD_WARNING;
3691 }
3692
3693 if (!is_ipaccess_bts(bts) || is_sysmobts_v2(bts)) {
3694 vty_out(vty, "This command only works for ipaccess nanoBTS.%s",
3695 VTY_NEWLINE);
3696 return CMD_WARNING;
3697 }
3698
3699 /* go from last TRX to c0 */
3700 llist_for_each_entry_reverse(trx, &bts->trx_list, list)
3701 abis_nm_ipaccess_restart(trx);
3702
3703 return CMD_SUCCESS;
3704}
3705
Harald Welte30f1f372014-12-28 15:00:45 +01003706DEFUN(smscb_cmd, smscb_cmd_cmd,
3707 "bts <0-255> smscb-command <1-4> HEXSTRING",
3708 "BTS related commands\n" "BTS Number\n"
3709 "SMS Cell Broadcast\n" "Last Valid Block\n"
3710 "Hex Encoded SMSCB message (up to 88 octets)\n")
3711{
3712 struct gsm_bts *bts;
3713 int bts_nr = atoi(argv[0]);
3714 int last_block = atoi(argv[1]);
3715 struct rsl_ie_cb_cmd_type cb_cmd;
3716 uint8_t buf[88];
3717 int rc;
3718
3719 bts = gsm_bts_num(bsc_gsmnet, bts_nr);
3720 if (!bts) {
3721 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
3722 return CMD_WARNING;
3723 }
3724 rc = osmo_hexparse(argv[2], buf, sizeof(buf));
3725 if (rc < 0 || rc > sizeof(buf)) {
3726 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
3727 return CMD_WARNING;
3728 }
3729
3730 cb_cmd.spare = 0;
3731 cb_cmd.def_bcast = 0;
3732 cb_cmd.command = RSL_CB_CMD_TYPE_NORMAL;
3733
3734 switch (last_block) {
3735 case 1:
3736 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_1;
3737 break;
3738 case 2:
3739 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_2;
3740 break;
3741 case 3:
3742 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_3;
3743 break;
3744 case 4:
3745 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_4;
3746 break;
3747 }
3748
3749 rsl_sms_cb_command(bts, RSL_CHAN_SDCCH4_ACCH, cb_cmd, buf, rc);
3750
3751 return CMD_SUCCESS;
3752}
3753
3754
Harald Welted0d2b0b2010-12-23 13:18:07 +01003755DEFUN(pdch_act, pdch_act_cmd,
3756 "bts <0-255> trx <0-255> timeslot <0-7> pdch (activate|deactivate)",
3757 "BTS related commands\n" "BTS Number\n" "Transceiver\n" "Transceiver Number\n"
3758 "TRX Timeslot\n" "Timeslot Number\n" "Packet Data Channel\n"
3759 "Activate Dynamic PDCH/TCH (-> PDCH mode)\n"
3760 "Deactivate Dynamic PDCH/TCH (-> TCH mode)\n")
3761{
3762 struct gsm_bts *bts;
3763 struct gsm_bts_trx *trx;
3764 struct gsm_bts_trx_ts *ts;
3765 int bts_nr = atoi(argv[0]);
3766 int trx_nr = atoi(argv[1]);
3767 int ts_nr = atoi(argv[2]);
3768 int activate;
3769
3770 bts = gsm_bts_num(bsc_gsmnet, bts_nr);
3771 if (!bts) {
3772 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
3773 return CMD_WARNING;
3774 }
3775
3776 if (!is_ipaccess_bts(bts)) {
3777 vty_out(vty, "%% This command only works for ipaccess BTS%s",
3778 VTY_NEWLINE);
3779 return CMD_WARNING;
3780 }
3781
3782 trx = gsm_bts_trx_num(bts, trx_nr);
3783 if (!trx) {
3784 vty_out(vty, "%% No such TRX (%d)%s", trx_nr, VTY_NEWLINE);
3785 return CMD_WARNING;
3786 }
3787
3788 ts = &trx->ts[ts_nr];
3789 if (ts->pchan != GSM_PCHAN_TCH_F_PDCH) {
3790 vty_out(vty, "%% Timeslot %u is not in dynamic TCH_F/PDCH "
3791 "mode%s", ts_nr, VTY_NEWLINE);
3792 return CMD_WARNING;
3793 }
3794
3795 if (!strcmp(argv[3], "activate"))
3796 activate = 1;
3797 else
3798 activate = 0;
3799
3800 rsl_ipacc_pdch_activate(ts, activate);
3801
3802 return CMD_SUCCESS;
3803
3804}
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003805
Harald Weltedcccb182010-05-16 20:52:23 +02003806extern int bsc_vty_init_extra(void);
Harald Welte1353f962010-05-16 19:20:24 +02003807extern const char *openbsc_copyright;
Holger Hans Peter Freythere1ffc082010-04-10 00:08:28 +02003808
Pablo Neira Ayuso739a5662011-03-09 13:36:32 +01003809int bsc_vty_init(const struct log_info *cat)
Harald Welte68628e82009-03-10 12:17:57 +00003810{
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003811 cfg_ts_pchan_cmd.string =
3812 vty_cmd_string_from_valstr(tall_bsc_ctx,
3813 gsm_pchant_names,
3814 "phys_chan_config (", "|", ")",
3815 VTY_DO_LOWER);
3816 cfg_ts_pchan_cmd.doc =
3817 vty_cmd_string_from_valstr(tall_bsc_ctx,
3818 gsm_pchant_descs,
3819 "Physical Channel Combination\n",
3820 "\n", "", 0);
3821
Harald Weltee555c2b2012-08-17 13:02:12 +02003822 cfg_bts_type_cmd.string =
3823 vty_cmd_string_from_valstr(tall_bsc_ctx,
3824 bts_type_names,
3825 "type (", "|", ")",
3826 VTY_DO_LOWER);
3827 cfg_bts_type_cmd.doc =
3828 vty_cmd_string_from_valstr(tall_bsc_ctx,
3829 bts_type_descs,
3830 "BTS Vendor/Type\n",
3831 "\n", "", 0);
3832
3833
Harald Welteb4d5b172010-05-12 16:10:35 +00003834 install_element_ve(&show_net_cmd);
3835 install_element_ve(&show_bts_cmd);
3836 install_element_ve(&show_trx_cmd);
3837 install_element_ve(&show_ts_cmd);
3838 install_element_ve(&show_lchan_cmd);
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08003839 install_element_ve(&show_lchan_summary_cmd);
Harald Welte1bc77352009-03-10 19:47:51 +00003840
Harald Welteb4d5b172010-05-12 16:10:35 +00003841 install_element_ve(&show_paging_cmd);
Holger Hans Peter Freytherec37bb22013-02-05 09:39:09 +01003842 install_element_ve(&show_paging_group_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00003843
Pablo Neira Ayuso739a5662011-03-09 13:36:32 +01003844 logging_vty_add_cmds(cat);
Jacob Erlbeck64630cc2015-10-26 16:25:37 +01003845 osmo_stats_vty_add_cmds();
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +01003846
Harald Welte5013b2a2009-08-07 13:29:14 +02003847 install_element(CONFIG_NODE, &cfg_net_cmd);
3848 install_node(&net_node, config_write_net);
Jacob Erlbeck36722e12013-10-29 09:30:30 +01003849 vty_install_default(GSMNET_NODE);
Harald Welte42581822009-08-08 16:12:58 +02003850 install_element(GSMNET_NODE, &cfg_net_ncc_cmd);
Harald Welte5013b2a2009-08-07 13:29:14 +02003851 install_element(GSMNET_NODE, &cfg_net_mnc_cmd);
3852 install_element(GSMNET_NODE, &cfg_net_name_short_cmd);
3853 install_element(GSMNET_NODE, &cfg_net_name_long_cmd);
Harald Welte (local)69de3972009-08-12 14:42:23 +02003854 install_element(GSMNET_NODE, &cfg_net_auth_policy_cmd);
Harald Welte1085c092009-11-18 20:33:19 +01003855 install_element(GSMNET_NODE, &cfg_net_reject_cause_cmd);
Harald Welte4381cfe2009-08-30 15:47:06 +09003856 install_element(GSMNET_NODE, &cfg_net_encryption_cmd);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01003857 install_element(GSMNET_NODE, &cfg_net_neci_cmd);
Harald Welteeab84a12009-12-13 10:53:12 +01003858 install_element(GSMNET_NODE, &cfg_net_rrlp_mode_cmd);
Harald Welte3d23db42009-12-14 17:49:15 +01003859 install_element(GSMNET_NODE, &cfg_net_mm_info_cmd);
Harald Weltebc814502009-12-19 21:41:52 +01003860 install_element(GSMNET_NODE, &cfg_net_handover_cmd);
Harald Welteb720bd32009-12-21 16:51:50 +01003861 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_cmd);
3862 install_element(GSMNET_NODE, &cfg_net_ho_win_rxqual_avg_cmd);
3863 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_neigh_cmd);
3864 install_element(GSMNET_NODE, &cfg_net_ho_pwr_interval_cmd);
3865 install_element(GSMNET_NODE, &cfg_net_ho_pwr_hysteresis_cmd);
3866 install_element(GSMNET_NODE, &cfg_net_ho_max_distance_cmd);
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01003867 install_element(GSMNET_NODE, &cfg_net_T3101_cmd);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +01003868 install_element(GSMNET_NODE, &cfg_net_T3103_cmd);
3869 install_element(GSMNET_NODE, &cfg_net_T3105_cmd);
3870 install_element(GSMNET_NODE, &cfg_net_T3107_cmd);
3871 install_element(GSMNET_NODE, &cfg_net_T3109_cmd);
3872 install_element(GSMNET_NODE, &cfg_net_T3111_cmd);
3873 install_element(GSMNET_NODE, &cfg_net_T3113_cmd);
3874 install_element(GSMNET_NODE, &cfg_net_T3115_cmd);
3875 install_element(GSMNET_NODE, &cfg_net_T3117_cmd);
3876 install_element(GSMNET_NODE, &cfg_net_T3119_cmd);
Harald Weltec9f499f2010-12-23 22:53:50 +01003877 install_element(GSMNET_NODE, &cfg_net_T3122_cmd);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +01003878 install_element(GSMNET_NODE, &cfg_net_T3141_cmd);
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08003879 install_element(GSMNET_NODE, &cfg_net_dtx_cmd);
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +01003880 install_element(GSMNET_NODE, &cfg_net_subscr_keep_cmd);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08003881 install_element(GSMNET_NODE, &cfg_net_pag_any_tch_cmd);
Harald Welte5013b2a2009-08-07 13:29:14 +02003882
3883 install_element(GSMNET_NODE, &cfg_bts_cmd);
Harald Welte67ce0732009-08-06 19:06:46 +02003884 install_node(&bts_node, config_write_bts);
Jacob Erlbeck36722e12013-10-29 09:30:30 +01003885 vty_install_default(BTS_NODE);
Harald Welte5258fc42009-03-28 19:07:53 +00003886 install_element(BTS_NODE, &cfg_bts_type_cmd);
Harald Welte197dea92010-05-14 17:59:53 +02003887 install_element(BTS_NODE, &cfg_description_cmd);
3888 install_element(BTS_NODE, &cfg_no_description_cmd);
Harald Weltefcd24452009-06-20 18:15:19 +02003889 install_element(BTS_NODE, &cfg_bts_band_cmd);
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02003890 install_element(BTS_NODE, &cfg_bts_ci_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00003891 install_element(BTS_NODE, &cfg_bts_lac_cmd);
3892 install_element(BTS_NODE, &cfg_bts_tsc_cmd);
Harald Welte42581822009-08-08 16:12:58 +02003893 install_element(BTS_NODE, &cfg_bts_bsic_cmd);
Harald Welte4cc34222009-05-01 15:12:31 +00003894 install_element(BTS_NODE, &cfg_bts_unit_id_cmd);
Harald Welte8b291802013-03-12 13:57:05 +01003895 install_element(BTS_NODE, &cfg_bts_rsl_ip_cmd);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01003896 install_element(BTS_NODE, &cfg_bts_timezone_cmd);
Jacob Erlbeck946d1412013-09-17 13:59:29 +02003897 install_element(BTS_NODE, &cfg_bts_timezone_dst_cmd);
Gus Bourg1c5dd2c2011-12-02 10:18:17 +01003898 install_element(BTS_NODE, &cfg_bts_no_timezone_cmd);
Sylvain Munautc9519462011-10-17 14:04:55 +02003899 install_element(BTS_NODE, &cfg_bts_nokia_site_skip_reset_cmd);
Andreas Eversberg7d8fa342013-12-05 13:25:06 +01003900 install_element(BTS_NODE, &cfg_bts_nokia_site_no_loc_rel_cnf_cmd);
Sipos Csaba56e17662015-02-07 13:27:36 +01003901 install_element(BTS_NODE, &cfg_bts_nokia_site_bts_reset_timer_cnf_cmd);
Harald Welte8175e952009-10-20 00:22:00 +02003902 install_element(BTS_NODE, &cfg_bts_stream_id_cmd);
Harald Welte42581822009-08-08 16:12:58 +02003903 install_element(BTS_NODE, &cfg_bts_oml_e1_cmd);
3904 install_element(BTS_NODE, &cfg_bts_oml_e1_tei_cmd);
Harald Welte7a8fa412009-08-10 13:48:16 +02003905 install_element(BTS_NODE, &cfg_bts_challoc_cmd);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01003906 install_element(BTS_NODE, &cfg_bts_rach_tx_integer_cmd);
3907 install_element(BTS_NODE, &cfg_bts_rach_max_trans_cmd);
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +02003908 install_element(BTS_NODE, &cfg_bts_chan_desc_att_cmd);
3909 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_pa_mfrms_cmd);
3910 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_ag_blks_res_cmd);
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08003911 install_element(BTS_NODE, &cfg_bts_rach_nm_b_thresh_cmd);
3912 install_element(BTS_NODE, &cfg_bts_rach_nm_ldavg_cmd);
Harald Welte (local)5dececf2009-08-12 13:28:23 +02003913 install_element(BTS_NODE, &cfg_bts_cell_barred_cmd);
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08003914 install_element(BTS_NODE, &cfg_bts_rach_ec_allowed_cmd);
Ivan Kluchnikov67920592013-09-16 13:13:04 +04003915 install_element(BTS_NODE, &cfg_bts_rach_ac_class_cmd);
Harald Welte (local)0e451d02009-08-13 10:14:26 +02003916 install_element(BTS_NODE, &cfg_bts_ms_max_power_cmd);
Harald Welte (local)efc92312009-08-14 23:09:25 +02003917 install_element(BTS_NODE, &cfg_bts_per_loc_upd_cmd);
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +02003918 install_element(BTS_NODE, &cfg_bts_no_per_loc_upd_cmd);
Harald Welte73225282009-12-12 18:17:25 +01003919 install_element(BTS_NODE, &cfg_bts_cell_resel_hyst_cmd);
3920 install_element(BTS_NODE, &cfg_bts_rxlev_acc_min_cmd);
Sylvain Munaute0b06b02010-11-28 18:17:28 +01003921 install_element(BTS_NODE, &cfg_bts_cell_bar_qualify_cmd);
3922 install_element(BTS_NODE, &cfg_bts_cell_resel_ofs_cmd);
3923 install_element(BTS_NODE, &cfg_bts_temp_ofs_cmd);
3924 install_element(BTS_NODE, &cfg_bts_temp_ofs_inf_cmd);
3925 install_element(BTS_NODE, &cfg_bts_penalty_time_cmd);
3926 install_element(BTS_NODE, &cfg_bts_penalty_time_rsvd_cmd);
Andreas Eversberg4d4944a2013-03-10 11:49:35 +01003927 install_element(BTS_NODE, &cfg_bts_radio_link_timeout_cmd);
Harald Welte4511d892010-04-18 15:51:20 +02003928 install_element(BTS_NODE, &cfg_bts_gprs_mode_cmd);
Harald Welte615e9562010-05-11 23:50:21 +02003929 install_element(BTS_NODE, &cfg_bts_gprs_ns_timer_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08003930 install_element(BTS_NODE, &cfg_bts_gprs_rac_cmd);
Andreas Eversberg0c8f9ca2013-03-16 16:31:26 +01003931 install_element(BTS_NODE, &cfg_bts_gprs_net_ctrl_ord_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08003932 install_element(BTS_NODE, &cfg_bts_gprs_bvci_cmd);
Harald Welte615e9562010-05-11 23:50:21 +02003933 install_element(BTS_NODE, &cfg_bts_gprs_cell_timer_cmd);
Harald Weltea5731cf2010-03-22 11:48:36 +08003934 install_element(BTS_NODE, &cfg_bts_gprs_nsei_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08003935 install_element(BTS_NODE, &cfg_bts_gprs_nsvci_cmd);
Harald Welteaf387632010-03-14 23:30:30 +08003936 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_lport_cmd);
3937 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rport_cmd);
3938 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rip_cmd);
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08003939 install_element(BTS_NODE, &cfg_bts_pag_free_cmd);
Harald Welte9fbff4a2010-07-30 11:50:09 +02003940 install_element(BTS_NODE, &cfg_bts_si_mode_cmd);
3941 install_element(BTS_NODE, &cfg_bts_si_static_cmd);
Harald Welte32c09622011-01-11 23:44:56 +01003942 install_element(BTS_NODE, &cfg_bts_neigh_mode_cmd);
3943 install_element(BTS_NODE, &cfg_bts_neigh_cmd);
Harald Welte64c07d22011-02-15 11:43:27 +01003944 install_element(BTS_NODE, &cfg_bts_si5_neigh_cmd);
Max59a1bf32016-04-15 16:04:46 +02003945 install_element(BTS_NODE, &cfg_bts_si2quater_neigh_add_cmd);
3946 install_element(BTS_NODE, &cfg_bts_si2quater_neigh_del_cmd);
Holger Hans Peter Freythere30d40d2012-07-20 10:27:31 +02003947 install_element(BTS_NODE, &cfg_bts_excl_rf_lock_cmd);
3948 install_element(BTS_NODE, &cfg_bts_no_excl_rf_lock_cmd);
Jacob Erlbeck65d114f2014-01-16 11:02:14 +01003949 install_element(BTS_NODE, &cfg_bts_force_comb_si_cmd);
3950 install_element(BTS_NODE, &cfg_bts_no_force_comb_si_cmd);
Andreas Eversberga83d5112013-12-07 18:32:28 +01003951 install_element(BTS_NODE, &cfg_bts_codec0_cmd);
3952 install_element(BTS_NODE, &cfg_bts_codec1_cmd);
3953 install_element(BTS_NODE, &cfg_bts_codec2_cmd);
3954 install_element(BTS_NODE, &cfg_bts_codec3_cmd);
3955 install_element(BTS_NODE, &cfg_bts_codec4_cmd);
Holger Hans Peter Freytherc22930e2014-12-17 14:46:17 +01003956 install_element(BTS_NODE, &cfg_bts_depends_on_cmd);
3957 install_element(BTS_NODE, &cfg_bts_no_depends_on_cmd);
Andreas Eversberg73266522014-01-19 11:47:44 +01003958 install_element(BTS_NODE, &cfg_bts_amr_fr_modes1_cmd);
3959 install_element(BTS_NODE, &cfg_bts_amr_fr_modes2_cmd);
3960 install_element(BTS_NODE, &cfg_bts_amr_fr_modes3_cmd);
3961 install_element(BTS_NODE, &cfg_bts_amr_fr_modes4_cmd);
3962 install_element(BTS_NODE, &cfg_bts_amr_fr_thres1_cmd);
3963 install_element(BTS_NODE, &cfg_bts_amr_fr_thres2_cmd);
3964 install_element(BTS_NODE, &cfg_bts_amr_fr_thres3_cmd);
3965 install_element(BTS_NODE, &cfg_bts_amr_fr_hyst1_cmd);
3966 install_element(BTS_NODE, &cfg_bts_amr_fr_hyst2_cmd);
3967 install_element(BTS_NODE, &cfg_bts_amr_fr_hyst3_cmd);
3968 install_element(BTS_NODE, &cfg_bts_amr_fr_start_mode_cmd);
3969 install_element(BTS_NODE, &cfg_bts_amr_hr_modes1_cmd);
3970 install_element(BTS_NODE, &cfg_bts_amr_hr_modes2_cmd);
3971 install_element(BTS_NODE, &cfg_bts_amr_hr_modes3_cmd);
3972 install_element(BTS_NODE, &cfg_bts_amr_hr_modes4_cmd);
3973 install_element(BTS_NODE, &cfg_bts_amr_hr_thres1_cmd);
3974 install_element(BTS_NODE, &cfg_bts_amr_hr_thres2_cmd);
3975 install_element(BTS_NODE, &cfg_bts_amr_hr_thres3_cmd);
3976 install_element(BTS_NODE, &cfg_bts_amr_hr_hyst1_cmd);
3977 install_element(BTS_NODE, &cfg_bts_amr_hr_hyst2_cmd);
3978 install_element(BTS_NODE, &cfg_bts_amr_hr_hyst3_cmd);
3979 install_element(BTS_NODE, &cfg_bts_amr_hr_start_mode_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00003980
Harald Welte5258fc42009-03-28 19:07:53 +00003981 install_element(BTS_NODE, &cfg_trx_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00003982 install_node(&trx_node, dummy_config_write);
Jacob Erlbeck36722e12013-10-29 09:30:30 +01003983 vty_install_default(TRX_NODE);
Harald Welte5258fc42009-03-28 19:07:53 +00003984 install_element(TRX_NODE, &cfg_trx_arfcn_cmd);
Harald Welte197dea92010-05-14 17:59:53 +02003985 install_element(TRX_NODE, &cfg_description_cmd);
3986 install_element(TRX_NODE, &cfg_no_description_cmd);
Harald Welte (local)7b37d972009-12-27 20:56:38 +01003987 install_element(TRX_NODE, &cfg_trx_nominal_power_cmd);
Harald Welte879dc972009-06-20 22:36:12 +02003988 install_element(TRX_NODE, &cfg_trx_max_power_red_cmd);
Harald Welte42581822009-08-08 16:12:58 +02003989 install_element(TRX_NODE, &cfg_trx_rsl_e1_cmd);
3990 install_element(TRX_NODE, &cfg_trx_rsl_e1_tei_cmd);
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01003991 install_element(TRX_NODE, &cfg_trx_rf_locked_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00003992
Harald Welte5258fc42009-03-28 19:07:53 +00003993 install_element(TRX_NODE, &cfg_ts_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00003994 install_node(&ts_node, dummy_config_write);
Jacob Erlbeck36722e12013-10-29 09:30:30 +01003995 vty_install_default(TS_NODE);
Harald Weltea6fd58e2009-08-07 00:25:23 +02003996 install_element(TS_NODE, &cfg_ts_pchan_cmd);
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003997 install_element(TS_NODE, &cfg_ts_pchan_compat_cmd);
Harald Welte135a6482011-05-30 12:09:13 +02003998 install_element(TS_NODE, &cfg_ts_tsc_cmd);
Harald Weltea39b0f22010-06-14 22:26:10 +02003999 install_element(TS_NODE, &cfg_ts_hopping_cmd);
Harald Welte6e0cd042009-09-12 13:05:33 +02004000 install_element(TS_NODE, &cfg_ts_hsn_cmd);
4001 install_element(TS_NODE, &cfg_ts_maio_cmd);
4002 install_element(TS_NODE, &cfg_ts_arfcn_add_cmd);
4003 install_element(TS_NODE, &cfg_ts_arfcn_del_cmd);
Harald Weltea6fd58e2009-08-07 00:25:23 +02004004 install_element(TS_NODE, &cfg_ts_e1_subslot_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00004005
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02004006 install_element(ENABLE_NODE, &drop_bts_cmd);
Holger Hans Peter Freyther740e65f2016-03-16 13:45:23 +01004007 install_element(ENABLE_NODE, &restart_bts_cmd);
Harald Welted0d2b0b2010-12-23 13:18:07 +01004008 install_element(ENABLE_NODE, &pdch_act_cmd);
Harald Welte30f1f372014-12-28 15:00:45 +01004009 install_element(ENABLE_NODE, &smscb_cmd_cmd);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02004010
Harald Welte81c9b9c2010-05-31 16:40:40 +02004011 abis_nm_vty_init();
Harald Weltee1d5eca2011-02-12 14:42:59 +01004012 abis_om2k_vty_init();
Harald Welte3016d9f2011-02-05 13:54:41 +01004013 e1inp_vty_init();
Harald Welte81c9b9c2010-05-31 16:40:40 +02004014
Harald Weltedcccb182010-05-16 20:52:23 +02004015 bsc_vty_init_extra();
Harald Welte40f82892009-05-23 17:31:39 +00004016
Harald Welte68628e82009-03-10 12:17:57 +00004017 return 0;
4018}