blob: 7d3b4afa992c37a80fc92bd8b47ad356b8de052a [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>
Maxc08ee712016-05-11 12:45:13 +020021#include <stdbool.h>
Harald Welte68628e82009-03-10 12:17:57 +000022#include <unistd.h>
Harald Welte68628e82009-03-10 12:17:57 +000023
Harald Welte4b037e42010-05-19 19:45:32 +020024#include <osmocom/vty/command.h>
25#include <osmocom/vty/buffer.h>
26#include <osmocom/vty/vty.h>
27#include <osmocom/vty/logging.h>
Jacob Erlbeck64630cc2015-10-26 16:25:37 +010028#include <osmocom/vty/stats.h>
Harald Welte4b037e42010-05-19 19:45:32 +020029#include <osmocom/vty/telnet_interface.h>
Harald Welte4ab9d7c2012-08-17 12:42:06 +020030#include <osmocom/vty/misc.h>
Maxc08ee712016-05-11 12:45:13 +020031#include <osmocom/gsm/protocol/gsm_04_08.h>
Holger Hans Peter Freytherec37bb22013-02-05 09:39:09 +010032#include <osmocom/gsm/gsm0502.h>
33
Harald Welte68628e82009-03-10 12:17:57 +000034#include <arpa/inet.h>
35
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010036#include <osmocom/core/linuxlist.h>
Harald Welte68628e82009-03-10 12:17:57 +000037#include <openbsc/gsm_data.h>
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +020038#include <osmocom/abis/e1_input.h>
Harald Welte1bc77352009-03-10 19:47:51 +000039#include <openbsc/abis_nm.h>
Harald Welte4d54d0b2011-02-19 16:48:17 +010040#include <openbsc/abis_om2000.h>
Pablo Neira Ayuso136f4532011-03-22 16:47:59 +010041#include <osmocom/core/utils.h>
42#include <osmocom/gsm/gsm_utils.h>
Harald Weltecdc59ff2011-05-23 20:42:26 +020043#include <osmocom/gsm/abis_nm.h>
Harald Welteb908cb72009-12-22 13:09:29 +010044#include <openbsc/chan_alloc.h>
Harald Welte8387a492009-12-22 21:43:14 +010045#include <openbsc/meas_rep.h>
Harald Welte40f82892009-05-23 17:31:39 +000046#include <openbsc/db.h>
Holger Hans Peter Freyther3c712322010-04-06 11:55:37 +020047#include <openbsc/vty.h>
Harald Welteea34a4e2012-06-16 14:59:56 +080048#include <osmocom/gprs/gprs_ns.h>
Harald Welte9fbff4a2010-07-30 11:50:09 +020049#include <openbsc/system_information.h>
Harald Welte5bc61dc2010-05-16 22:02:16 +020050#include <openbsc/debug.h>
Holger Hans Peter Freyther85334f12010-11-09 17:00:42 +010051#include <openbsc/paging.h>
Harald Weltef7a2b192011-08-20 18:25:02 +020052#include <openbsc/ipaccess.h>
Harald Welted0d2b0b2010-12-23 13:18:07 +010053#include <openbsc/abis_rsl.h>
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +010054#include <openbsc/osmo_msc_data.h>
55#include <openbsc/osmo_bsc_rf.h>
Harald Welte68628e82009-03-10 12:17:57 +000056
Neels Hofmeyr06d39fd2016-05-12 01:16:58 +020057#include <openbsc/common_cs.h>
58
Holger Hans Peter Freytherec37bb22013-02-05 09:39:09 +010059#include <inttypes.h>
60
Harald Weltec08e8be2011-03-04 13:53:51 +010061#include "../../bscconfig.h"
Harald Welte1353f962010-05-16 19:20:24 +020062
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +020063
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +020064#define LCHAN_NR_STR "Logical Channel Number\n"
65
66
Harald Welteea4647d2010-05-12 17:19:53 +000067/* FIXME: this should go to some common file */
68static const struct value_string gprs_ns_timer_strs[] = {
Harald Welte615e9562010-05-11 23:50:21 +020069 { 0, "tns-block" },
70 { 1, "tns-block-retries" },
71 { 2, "tns-reset" },
72 { 3, "tns-reset-retries" },
73 { 4, "tns-test" },
74 { 5, "tns-alive" },
75 { 6, "tns-alive-retries" },
76 { 0, NULL }
77};
78
Harald Welteea4647d2010-05-12 17:19:53 +000079static const struct value_string gprs_bssgp_cfg_strs[] = {
Harald Welte615e9562010-05-11 23:50:21 +020080 { 0, "blocking-timer" },
81 { 1, "blocking-retries" },
82 { 2, "unblocking-retries" },
83 { 3, "reset-timer" },
84 { 4, "reset-retries" },
85 { 5, "suspend-timer" },
86 { 6, "suspend-retries" },
87 { 7, "resume-timer" },
88 { 8, "resume-retries" },
89 { 9, "capability-update-timer" },
90 { 10, "capability-update-retries" },
91 { 0, NULL }
92};
93
Harald Welte64c07d22011-02-15 11:43:27 +010094static const struct value_string bts_neigh_mode_strs[] = {
95 { NL_MODE_AUTOMATIC, "automatic" },
96 { NL_MODE_MANUAL, "manual" },
97 { NL_MODE_MANUAL_SI5SEP, "manual-si5" },
98 { 0, NULL }
99};
100
Daniel Willmann7d109832012-05-14 18:43:23 +0200101const struct value_string bts_loc_fix_names[] = {
102 { BTS_LOC_FIX_INVALID, "invalid" },
103 { BTS_LOC_FIX_2D, "fix2d" },
104 { BTS_LOC_FIX_3D, "fix3d" },
105 { 0, NULL }
106};
107
Harald Welte68628e82009-03-10 12:17:57 +0000108struct cmd_node bts_node = {
109 BTS_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200110 "%s(config-net-bts)# ",
Harald Welte68628e82009-03-10 12:17:57 +0000111 1,
112};
113
114struct cmd_node trx_node = {
115 TRX_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200116 "%s(config-net-bts-trx)# ",
Harald Welte68628e82009-03-10 12:17:57 +0000117 1,
118};
119
120struct cmd_node ts_node = {
121 TS_NODE,
Harald Welte570ce242012-08-17 13:16:10 +0200122 "%s(config-net-bts-trx-ts)# ",
Harald Welte68628e82009-03-10 12:17:57 +0000123 1,
124};
125
126static int dummy_config_write(struct vty *v)
127{
128 return CMD_SUCCESS;
129}
130
131static void net_dump_nmstate(struct vty *vty, struct gsm_nm_state *nms)
132{
Harald Welte1304b352013-03-15 16:57:33 +0100133 vty_out(vty,"Oper '%s', Admin '%s', Avail '%s'%s",
134 abis_nm_opstate_name(nms->operational),
135 get_value_string(abis_nm_adm_state_names, nms->administrative),
Harald Welte867d9f32011-05-23 20:30:39 +0200136 abis_nm_avail_name(nms->availability), VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000137}
138
Harald Welteb908cb72009-12-22 13:09:29 +0100139static void dump_pchan_load_vty(struct vty *vty, char *prefix,
140 const struct pchan_load *pl)
141{
142 int i;
143
144 for (i = 0; i < ARRAY_SIZE(pl->pchan); i++) {
145 const struct load_counter *lc = &pl->pchan[i];
146 unsigned int percent;
147
148 if (lc->total == 0)
149 continue;
150
151 percent = (lc->used * 100) / lc->total;
152
153 vty_out(vty, "%s%20s: %3u%% (%u/%u)%s", prefix,
154 gsm_pchan_name(i), percent, lc->used, lc->total,
155 VTY_NEWLINE);
156 }
157}
158
Harald Welte68628e82009-03-10 12:17:57 +0000159static void net_dump_vty(struct vty *vty, struct gsm_network *net)
160{
Harald Welteb908cb72009-12-22 13:09:29 +0100161 struct pchan_load pl;
162
Harald Welteef235b52009-03-10 12:34:02 +0000163 vty_out(vty, "BSC is on Country Code %u, Network Code %u "
164 "and has %u BTS%s", net->country_code, net->network_code,
165 net->num_bts, VTY_NEWLINE);
Harald Welte1bc77352009-03-10 19:47:51 +0000166 vty_out(vty, " Long network name: '%s'%s",
Harald Welte68628e82009-03-10 12:17:57 +0000167 net->name_long, VTY_NEWLINE);
Harald Welte1bc77352009-03-10 19:47:51 +0000168 vty_out(vty, " Short network name: '%s'%s",
Harald Welte68628e82009-03-10 12:17:57 +0000169 net->name_short, VTY_NEWLINE);
Maxddee01f2016-05-24 14:23:27 +0200170 vty_out(vty, " Authentication policy: %s",
171 gsm_auth_policy_name(net->auth_policy));
172 if (net->authorized_reg_str)
173 vty_out(vty, ", authorized regexp: %s", net->authorized_reg_str);
174 vty_out(vty, "%s", VTY_NEWLINE);
Maxe6052c42016-06-30 10:25:49 +0200175 vty_out(vty, " Auto create subscriber: %s%s",
176 net->auto_create_subscr ? "yes" : "no", VTY_NEWLINE);
177 vty_out(vty, " Auto assign extension: %s%s",
178 net->auto_assign_exten ? "yes" : "no", VTY_NEWLINE);
Harald Welte1085c092009-11-18 20:33:19 +0100179 vty_out(vty, " Location updating reject cause: %u%s",
180 net->reject_cause, VTY_NEWLINE);
Harald Welte4381cfe2009-08-30 15:47:06 +0900181 vty_out(vty, " Encryption: A5/%u%s", net->a5_encryption,
182 VTY_NEWLINE);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +0100183 vty_out(vty, " NECI (TCH/H): %u%s", net->neci,
184 VTY_NEWLINE);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +0800185 vty_out(vty, " Use TCH for Paging any: %d%s", net->pag_any_tch,
186 VTY_NEWLINE);
Harald Welteeab84a12009-12-13 10:53:12 +0100187 vty_out(vty, " RRLP Mode: %s%s", rrlp_mode_name(net->rrlp.mode),
188 VTY_NEWLINE);
Harald Welte648b6ce2009-12-14 09:00:24 +0100189 vty_out(vty, " MM Info: %s%s", net->send_mm_info ? "On" : "Off",
190 VTY_NEWLINE);
Harald Weltebc814502009-12-19 21:41:52 +0100191 vty_out(vty, " Handover: %s%s", net->handover.active ? "On" : "Off",
192 VTY_NEWLINE);
Harald Welteb908cb72009-12-22 13:09:29 +0100193 network_chan_load(&pl, net);
194 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
195 dump_pchan_load_vty(vty, " ", &pl);
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100196
197 /* show rf */
Holger Hans Peter Freythera9fae1a2014-02-08 12:12:03 +0100198 if (net->bsc_data)
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100199 vty_out(vty, " Last RF Command: %s%s",
Holger Hans Peter Freyther8ec49522011-08-15 15:53:00 +0200200 net->bsc_data->rf_ctrl->last_state_command,
Holger Hans Peter Freyther37ac4202011-02-24 14:19:14 +0100201 VTY_NEWLINE);
Holger Hans Peter Freythera9fae1a2014-02-08 12:12:03 +0100202 if (net->bsc_data)
Jacob Erlbeck779a7282013-09-11 10:46:57 +0200203 vty_out(vty, " Last RF Lock Command: %s%s",
204 net->bsc_data->rf_ctrl->last_rf_lock_ctrl_command,
205 VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000206}
207
Neels Hofmeyrea11bf82016-05-12 01:53:23 +0200208DEFUN(bsc_show_net, bsc_show_net_cmd, "show network",
Harald Welte68628e82009-03-10 12:17:57 +0000209 SHOW_STR "Display information about a GSM NETWORK\n")
210{
Harald Weltedcccb182010-05-16 20:52:23 +0200211 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000212 net_dump_vty(vty, net);
213
214 return CMD_SUCCESS;
215}
216
217static void e1isl_dump_vty(struct vty *vty, struct e1inp_sign_link *e1l)
218{
Harald Welteedb37782009-05-01 14:59:07 +0000219 struct e1inp_line *line;
220
221 if (!e1l) {
222 vty_out(vty, " None%s", VTY_NEWLINE);
223 return;
224 }
225
226 line = e1l->ts->line;
227
228 vty_out(vty, " E1 Line %u, Type %s: Timeslot %u, Mode %s%s",
229 line->num, line->driver->name, e1l->ts->num,
Harald Welte1bc77352009-03-10 19:47:51 +0000230 e1inp_signtype_name(e1l->type), VTY_NEWLINE);
Harald Welteedb37782009-05-01 14:59:07 +0000231 vty_out(vty, " E1 TEI %u, SAPI %u%s",
Harald Welte68628e82009-03-10 12:17:57 +0000232 e1l->tei, e1l->sapi, VTY_NEWLINE);
233}
234
235static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts)
236{
Harald Welteb908cb72009-12-22 13:09:29 +0100237 struct pchan_load pl;
238
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +0200239 vty_out(vty, "BTS %u is of %s type in band %s, has CI %u LAC %u, "
Harald Welte557c84e2015-11-20 10:50:24 +0100240 "BSIC %u (NCC=%u, BCC=%u) and %u TRX%s",
Harald Weltefcd24452009-06-20 18:15:19 +0200241 bts->nr, btstype2str(bts->type), gsm_band_name(bts->band),
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +0200242 bts->cell_identity,
Harald Weltea2bbc5e2015-11-20 10:43:31 +0100243 bts->location_area_code, bts->bsic,
Harald Welte557c84e2015-11-20 10:50:24 +0100244 bts->bsic >> 3, bts->bsic & 7,
Harald Weltefcd24452009-06-20 18:15:19 +0200245 bts->num_trx, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200246 vty_out(vty, "Description: %s%s",
247 bts->description ? bts->description : "(null)", VTY_NEWLINE);
Harald Welte1d8dbc42009-12-12 15:38:16 +0100248 vty_out(vty, "MS Max power: %u dBm%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100249 vty_out(vty, "Minimum Rx Level for Access: %i dBm%s",
Harald Welte1d8dbc42009-12-12 15:38:16 +0100250 rxlev2dbm(bts->si_common.cell_sel_par.rxlev_acc_min),
251 VTY_NEWLINE);
252 vty_out(vty, "Cell Reselection Hysteresis: %u dBm%s",
Harald Welte73225282009-12-12 18:17:25 +0100253 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +0100254 vty_out(vty, "RACH TX-Integer: %u%s", bts->si_common.rach_control.tx_integer,
255 VTY_NEWLINE);
256 vty_out(vty, "RACH Max transmissions: %u%s",
257 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
258 VTY_NEWLINE);
Harald Welte71355012009-12-21 23:08:18 +0100259 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)5dececf2009-08-12 13:28:23 +0200260 vty_out(vty, " CELL IS BARRED%s", VTY_NEWLINE);
Maxc08ee712016-05-11 12:45:13 +0200261 if (bts->dtxu != GSM48_DTX_SHALL_NOT_BE_USED)
262 vty_out(vty, "Uplink DTX: %s%s",
263 (bts->dtxu != GSM48_DTX_SHALL_BE_USED) ?
264 "enabled" : "forced", VTY_NEWLINE);
265 else
266 vty_out(vty, "Uplink DTX: not enabled%s", VTY_NEWLINE);
267 vty_out(vty, "Downlink DTX: %senabled%s", bts->dtxd ? "" : "not ",
268 VTY_NEWLINE);
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +0200269 vty_out(vty, "Channel Description Attachment: %s%s",
270 (bts->si_common.chan_desc.att) ? "yes" : "no", VTY_NEWLINE);
271 vty_out(vty, "Channel Description BS-PA-MFRMS: %u%s",
272 bts->si_common.chan_desc.bs_pa_mfrms + 2, VTY_NEWLINE);
273 vty_out(vty, "Channel Description BS-AG_BLKS-RES: %u%s",
274 bts->si_common.chan_desc.bs_ag_blks_res, VTY_NEWLINE);
Harald Welte9fbff4a2010-07-30 11:50:09 +0200275 vty_out(vty, "System Information present: 0x%08x, static: 0x%08x%s",
276 bts->si_valid, bts->si_mode_static, VTY_NEWLINE);
Harald Welte42def722017-01-13 00:10:32 +0100277 vty_out(vty, "Early Classmark Sending: %s%s",
278 bts->early_classmark_allowed ? "allowed" : "forbidden",
279 VTY_NEWLINE);
Harald Welte4cc34222009-05-01 15:12:31 +0000280 if (is_ipaccess_bts(bts))
Harald Welte8175e952009-10-20 00:22:00 +0200281 vty_out(vty, " Unit ID: %u/%u/0, OML Stream ID 0x%02x%s",
Harald Welte4cc34222009-05-01 15:12:31 +0000282 bts->ip_access.site_id, bts->ip_access.bts_id,
Harald Welte8175e952009-10-20 00:22:00 +0200283 bts->oml_tei, VTY_NEWLINE);
Sylvain Munautc9519462011-10-17 14:04:55 +0200284 else if (bts->type == GSM_BTS_TYPE_NOKIA_SITE)
285 vty_out(vty, " Skip Reset: %d%s",
286 bts->nokia.skip_reset, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000287 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200288 net_dump_nmstate(vty, &bts->mo.nm_state);
Harald Welte68628e82009-03-10 12:17:57 +0000289 vty_out(vty, " Site Mgr NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200290 net_dump_nmstate(vty, &bts->site_mgr.mo.nm_state);
Holger Hans Peter Freyther846d8dc2013-05-29 16:22:09 +0200291 vty_out(vty, " GPRS NSE: ");
292 net_dump_nmstate(vty, &bts->gprs.nse.mo.nm_state);
293 vty_out(vty, " GPRS CELL: ");
294 net_dump_nmstate(vty, &bts->gprs.cell.mo.nm_state);
295 vty_out(vty, " GPRS NSVC0: ");
296 net_dump_nmstate(vty, &bts->gprs.nsvc[0].mo.nm_state);
297 vty_out(vty, " GPRS NSVC1: ");
298 net_dump_nmstate(vty, &bts->gprs.nsvc[1].mo.nm_state);
Holger Hans Peter Freyther66e14cd2011-04-26 15:52:34 +0200299 vty_out(vty, " Paging: %u pending requests, %u free slots%s",
300 paging_pending_requests_nr(bts),
Harald Welte68628e82009-03-10 12:17:57 +0000301 bts->paging.available_slots, VTY_NEWLINE);
Holger Hans Peter Freytherd283db42010-11-25 16:28:45 +0100302 if (is_ipaccess_bts(bts)) {
303 vty_out(vty, " OML Link state: %s.%s",
304 bts->oml_link ? "connected" : "disconnected", VTY_NEWLINE);
305 } else {
Harald Welte8175e952009-10-20 00:22:00 +0200306 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
307 e1isl_dump_vty(vty, bts->oml_link);
308 }
Holger Hans Peter Freytherd283db42010-11-25 16:28:45 +0100309
310 /* FIXME: chan_desc */
Harald Welteb908cb72009-12-22 13:09:29 +0100311 memset(&pl, 0, sizeof(pl));
Neels Hofmeyr2afffd52016-09-25 17:01:20 +0200312 bts_chan_load(&pl, bts);
Harald Welteb908cb72009-12-22 13:09:29 +0100313 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
314 dump_pchan_load_vty(vty, " ", &pl);
Harald Welte68628e82009-03-10 12:17:57 +0000315}
316
Sylvain Munaut39c31de2012-12-28 12:15:11 +0100317DEFUN(show_bts, show_bts_cmd, "show bts [<0-255>]",
Harald Welte68628e82009-03-10 12:17:57 +0000318 SHOW_STR "Display information about a BTS\n"
319 "BTS number")
320{
Harald Weltedcccb182010-05-16 20:52:23 +0200321 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000322 int bts_nr;
323
324 if (argc != 0) {
325 /* use the BTS number that the user has specified */
326 bts_nr = atoi(argv[0]);
Harald Welte712ddbc2010-12-24 12:24:03 +0100327 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000328 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000329 VTY_NEWLINE);
330 return CMD_WARNING;
331 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200332 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte68628e82009-03-10 12:17:57 +0000333 return CMD_SUCCESS;
334 }
335 /* print all BTS's */
336 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++)
Harald Weltee441d9c2009-06-21 16:17:15 +0200337 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte68628e82009-03-10 12:17:57 +0000338
339 return CMD_SUCCESS;
340}
341
Harald Welte42581822009-08-08 16:12:58 +0200342/* utility functions */
343static void parse_e1_link(struct gsm_e1_subslot *e1_link, const char *line,
344 const char *ts, const char *ss)
345{
346 e1_link->e1_nr = atoi(line);
347 e1_link->e1_ts = atoi(ts);
348 if (!strcmp(ss, "full"))
349 e1_link->e1_ts_ss = 255;
350 else
351 e1_link->e1_ts_ss = atoi(ss);
352}
353
354static void config_write_e1_link(struct vty *vty, struct gsm_e1_subslot *e1_link,
355 const char *prefix)
356{
357 if (!e1_link->e1_ts)
358 return;
359
360 if (e1_link->e1_ts_ss == 255)
361 vty_out(vty, "%se1 line %u timeslot %u sub-slot full%s",
362 prefix, e1_link->e1_nr, e1_link->e1_ts, VTY_NEWLINE);
363 else
364 vty_out(vty, "%se1 line %u timeslot %u sub-slot %u%s",
365 prefix, e1_link->e1_nr, e1_link->e1_ts,
366 e1_link->e1_ts_ss, VTY_NEWLINE);
367}
368
369
Harald Welte67ce0732009-08-06 19:06:46 +0200370static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
371{
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100372 vty_out(vty, " timeslot %u%s", ts->nr, VTY_NEWLINE);
Harald Weltea2bbc5e2015-11-20 10:43:31 +0100373 if (ts->tsc != -1)
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100374 vty_out(vty, " training_sequence_code %u%s", ts->tsc, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200375 if (ts->pchan != GSM_PCHAN_NONE)
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100376 vty_out(vty, " phys_chan_config %s%s",
Harald Welte42581822009-08-08 16:12:58 +0200377 gsm_pchan_name(ts->pchan), VTY_NEWLINE);
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100378 vty_out(vty, " hopping enabled %u%s",
Harald Weltea39b0f22010-06-14 22:26:10 +0200379 ts->hopping.enabled, VTY_NEWLINE);
380 if (ts->hopping.enabled) {
381 unsigned int i;
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100382 vty_out(vty, " hopping sequence-number %u%s",
Harald Welte6e0cd042009-09-12 13:05:33 +0200383 ts->hopping.hsn, VTY_NEWLINE);
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100384 vty_out(vty, " hopping maio %u%s",
Harald Welte6e0cd042009-09-12 13:05:33 +0200385 ts->hopping.maio, VTY_NEWLINE);
Harald Weltea39b0f22010-06-14 22:26:10 +0200386 for (i = 0; i < ts->hopping.arfcns.data_len*8; i++) {
387 if (!bitvec_get_bit_pos(&ts->hopping.arfcns, i))
388 continue;
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100389 vty_out(vty, " hopping arfcn add %u%s",
Harald Weltea39b0f22010-06-14 22:26:10 +0200390 i, VTY_NEWLINE);
391 }
Harald Welte127af342010-12-24 12:07:07 +0100392 }
Neels Hofmeyr9c4f1d62016-01-27 14:20:29 +0100393 config_write_e1_link(vty, &ts->e1_link, " ");
Harald Welteface7ed2011-02-14 16:15:21 +0100394
395 if (ts->trx->bts->model->config_write_ts)
396 ts->trx->bts->model->config_write_ts(vty, ts);
Harald Welte67ce0732009-08-06 19:06:46 +0200397}
398
399static void config_write_trx_single(struct vty *vty, struct gsm_bts_trx *trx)
400{
401 int i;
402
Harald Welte5013b2a2009-08-07 13:29:14 +0200403 vty_out(vty, " trx %u%s", trx->nr, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200404 if (trx->description)
405 vty_out(vty, " description %s%s", trx->description,
406 VTY_NEWLINE);
Holger Hans Peter Freyther2ba40af2010-04-17 06:42:07 +0200407 vty_out(vty, " rf_locked %u%s",
Harald Welted64c0bc2011-05-30 12:07:53 +0200408 trx->mo.nm_state.administrative == NM_STATE_LOCKED ? 1 : 0,
Holger Hans Peter Freyther2ba40af2010-04-17 06:42:07 +0200409 VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200410 vty_out(vty, " arfcn %u%s", trx->arfcn, VTY_NEWLINE);
Harald Welte (local)7b37d972009-12-27 20:56:38 +0100411 vty_out(vty, " nominal power %u%s", trx->nominal_power, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200412 vty_out(vty, " max_power_red %u%s", trx->max_power_red, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200413 config_write_e1_link(vty, &trx->rsl_e1_link, " rsl ");
414 vty_out(vty, " rsl e1 tei %u%s", trx->rsl_tei, VTY_NEWLINE);
Harald Welte67ce0732009-08-06 19:06:46 +0200415
Harald Welteface7ed2011-02-14 16:15:21 +0100416 if (trx->bts->model->config_write_trx)
417 trx->bts->model->config_write_trx(vty, trx);
418
Harald Welte67ce0732009-08-06 19:06:46 +0200419 for (i = 0; i < TRX_NR_TS; i++)
420 config_write_ts_single(vty, &trx->ts[i]);
421}
422
Harald Welte615e9562010-05-11 23:50:21 +0200423static void config_write_bts_gprs(struct vty *vty, struct gsm_bts *bts)
424{
425 unsigned int i;
426 vty_out(vty, " gprs mode %s%s", bts_gprs_mode_name(bts->gprs.mode),
427 VTY_NEWLINE);
428 if (bts->gprs.mode == BTS_GPRS_NONE)
429 return;
430
bhargava350533c2016-07-21 11:14:34 +0530431 vty_out(vty, " gprs 11bit_rach_support_for_egprs %u%s",
432 bts->gprs.supports_egprs_11bit_rach, VTY_NEWLINE);
433
Harald Welte615e9562010-05-11 23:50:21 +0200434 vty_out(vty, " gprs routing area %u%s", bts->gprs.rac,
435 VTY_NEWLINE);
Andreas Eversberg0c8f9ca2013-03-16 16:31:26 +0100436 vty_out(vty, " gprs network-control-order nc%u%s",
437 bts->gprs.net_ctrl_ord, VTY_NEWLINE);
Max292ec582016-07-28 11:55:37 +0200438 if (!bts->gprs.ctrl_ack_type_use_block)
439 vty_out(vty, " gprs control-ack-type-rach%s", VTY_NEWLINE);
Harald Welte615e9562010-05-11 23:50:21 +0200440 vty_out(vty, " gprs cell bvci %u%s", bts->gprs.cell.bvci,
441 VTY_NEWLINE);
442 for (i = 0; i < ARRAY_SIZE(bts->gprs.cell.timer); i++)
443 vty_out(vty, " gprs cell timer %s %u%s",
444 get_value_string(gprs_bssgp_cfg_strs, i),
445 bts->gprs.cell.timer[i], VTY_NEWLINE);
446 vty_out(vty, " gprs nsei %u%s", bts->gprs.nse.nsei,
447 VTY_NEWLINE);
448 for (i = 0; i < ARRAY_SIZE(bts->gprs.nse.timer); i++)
449 vty_out(vty, " gprs ns timer %s %u%s",
450 get_value_string(gprs_ns_timer_strs, i),
451 bts->gprs.nse.timer[i], VTY_NEWLINE);
452 for (i = 0; i < ARRAY_SIZE(bts->gprs.nsvc); i++) {
453 struct gsm_bts_gprs_nsvc *nsvc =
454 &bts->gprs.nsvc[i];
455 struct in_addr ia;
456
457 ia.s_addr = htonl(nsvc->remote_ip);
458 vty_out(vty, " gprs nsvc %u nsvci %u%s", i,
459 nsvc->nsvci, VTY_NEWLINE);
460 vty_out(vty, " gprs nsvc %u local udp port %u%s", i,
461 nsvc->local_port, VTY_NEWLINE);
462 vty_out(vty, " gprs nsvc %u remote udp port %u%s", i,
463 nsvc->remote_port, VTY_NEWLINE);
464 vty_out(vty, " gprs nsvc %u remote ip %s%s", i,
465 inet_ntoa(ia), VTY_NEWLINE);
466 }
467}
468
Holger Hans Peter Freythercd40fb42013-09-15 17:23:34 +0200469/* Write the model data if there is one */
470static void config_write_bts_model(struct vty *vty, struct gsm_bts *bts)
Harald Welte67ce0732009-08-06 19:06:46 +0200471{
472 struct gsm_bts_trx *trx;
Holger Hans Peter Freythercd40fb42013-09-15 17:23:34 +0200473
474 if (!bts->model)
475 return;
476
477 if (bts->model->config_write_bts)
478 bts->model->config_write_bts(vty, bts);
479
480 llist_for_each_entry(trx, &bts->trx_list, list)
481 config_write_trx_single(vty, trx);
482}
483
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +0200484static void write_amr_modes(struct vty *vty, const char *prefix,
485 const char *name, struct amr_mode *modes, int num)
486{
487 int i;
488
489 vty_out(vty, " %s threshold %s", prefix, name);
490 for (i = 0; i < num - 1; i++)
491 vty_out(vty, " %d", modes[i].threshold);
492 vty_out(vty, "%s", VTY_NEWLINE);
493 vty_out(vty, " %s hysteresis %s", prefix, name);
494 for (i = 0; i < num - 1; i++)
495 vty_out(vty, " %d", modes[i].hysteresis);
496 vty_out(vty, "%s", VTY_NEWLINE);
497}
498
Andreas Eversberg73266522014-01-19 11:47:44 +0100499static void config_write_bts_amr(struct vty *vty, struct gsm_bts *bts,
500 struct amr_multirate_conf *mr, int full)
501{
502 struct gsm48_multi_rate_conf *mr_conf;
503 const char *prefix = (full) ? "amr tch-f" : "amr tch-h";
504 int i, num;
505
506 if (!(mr->gsm48_ie[1]))
507 return;
508
509 mr_conf = (struct gsm48_multi_rate_conf *) mr->gsm48_ie;
510
511 num = 0;
512 vty_out(vty, " %s modes", prefix);
513 for (i = 0; i < ((full) ? 8 : 6); i++) {
514 if ((mr->gsm48_ie[1] & (1 << i))) {
515 vty_out(vty, " %d", i);
516 num++;
517 }
518 }
519 vty_out(vty, "%s", VTY_NEWLINE);
520 if (num > 4)
521 num = 4;
522 if (num > 1) {
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +0200523 write_amr_modes(vty, prefix, "ms", mr->ms_mode, num);
524 write_amr_modes(vty, prefix, "bts", mr->bts_mode, num);
Andreas Eversberg73266522014-01-19 11:47:44 +0100525 }
526 vty_out(vty, " %s start-mode ", prefix);
527 if (mr_conf->icmi) {
528 num = 0;
529 for (i = 0; i < ((full) ? 8 : 6) && num < 4; i++) {
530 if ((mr->gsm48_ie[1] & (1 << i)))
531 num++;
532 if (mr_conf->smod == num - 1) {
533 vty_out(vty, "%d%s", num, VTY_NEWLINE);
534 break;
535 }
536 }
537 } else
538 vty_out(vty, "auto%s", VTY_NEWLINE);
539}
540
Holger Hans Peter Freythercd40fb42013-09-15 17:23:34 +0200541static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
542{
Harald Welte9fbff4a2010-07-30 11:50:09 +0200543 int i;
Harald Welte67ce0732009-08-06 19:06:46 +0200544
Harald Welte5013b2a2009-08-07 13:29:14 +0200545 vty_out(vty, " bts %u%s", bts->nr, VTY_NEWLINE);
546 vty_out(vty, " type %s%s", btstype2str(bts->type), VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200547 if (bts->description)
548 vty_out(vty, " description %s%s", bts->description, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200549 vty_out(vty, " band %s%s", gsm_band_name(bts->band), VTY_NEWLINE);
Holger Hans Peter Freytherf926ed62009-11-19 16:38:49 +0100550 vty_out(vty, " cell_identity %u%s", bts->cell_identity, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200551 vty_out(vty, " location_area_code %u%s", bts->location_area_code,
Harald Welte67ce0732009-08-06 19:06:46 +0200552 VTY_NEWLINE);
Maxc08ee712016-05-11 12:45:13 +0200553 if (bts->dtxu != GSM48_DTX_SHALL_NOT_BE_USED)
554 vty_out(vty, " dtx uplink%s%s",
555 (bts->dtxu != GSM48_DTX_SHALL_BE_USED) ? "" : " force",
556 VTY_NEWLINE);
557 if (bts->dtxd)
558 vty_out(vty, " dtx downlink%s", VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200559 vty_out(vty, " base_station_id_code %u%s", bts->bsic, VTY_NEWLINE);
Harald Welte (local)0e451d02009-08-13 10:14:26 +0200560 vty_out(vty, " ms max power %u%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +0100561 vty_out(vty, " cell reselection hysteresis %u%s",
562 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
563 vty_out(vty, " rxlev access min %u%s",
564 bts->si_common.cell_sel_par.rxlev_acc_min, VTY_NEWLINE);
Sylvain Munaute0b06b02010-11-28 18:17:28 +0100565
566 if (bts->si_common.cell_ro_sel_par.present) {
567 struct gsm48_si_selection_params *sp;
568 sp = &bts->si_common.cell_ro_sel_par;
569
570 if (sp->cbq)
571 vty_out(vty, " cell bar qualify %u%s",
572 sp->cbq, VTY_NEWLINE);
573
574 if (sp->cell_resel_off)
575 vty_out(vty, " cell reselection offset %u%s",
576 sp->cell_resel_off*2, VTY_NEWLINE);
577
578 if (sp->temp_offs == 7)
579 vty_out(vty, " temporary offset infinite%s",
580 VTY_NEWLINE);
581 else if (sp->temp_offs)
582 vty_out(vty, " temporary offset %u%s",
583 sp->temp_offs*10, VTY_NEWLINE);
584
585 if (sp->penalty_time == 31)
586 vty_out(vty, " penalty time reserved%s",
587 VTY_NEWLINE);
588 else if (sp->penalty_time)
589 vty_out(vty, " penalty time %u%s",
590 (sp->penalty_time*20)+20, VTY_NEWLINE);
591 }
592
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +0200593 /* Is periodic LU enabled or disabled? */
594 if (bts->si_common.chan_desc.t3212 == 0)
595 vty_out(vty, " no periodic location update%s", VTY_NEWLINE);
596 else
597 vty_out(vty, " periodic location update %u%s",
598 bts->si_common.chan_desc.t3212 * 6, VTY_NEWLINE);
599
Andreas Eversberg4d4944a2013-03-10 11:49:35 +0100600 vty_out(vty, " radio-link-timeout %d%s",
601 get_radio_link_timeout(&bts->si_common.cell_options),
602 VTY_NEWLINE);
Harald Welte7a8fa412009-08-10 13:48:16 +0200603 vty_out(vty, " channel allocator %s%s",
604 bts->chan_alloc_reverse ? "descending" : "ascending",
605 VTY_NEWLINE);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +0100606 vty_out(vty, " rach tx integer %u%s",
607 bts->si_common.rach_control.tx_integer, VTY_NEWLINE);
608 vty_out(vty, " rach max transmission %u%s",
609 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
610 VTY_NEWLINE);
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +0800611
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +0200612 vty_out(vty, " channel-descrption attach %u%s",
613 bts->si_common.chan_desc.att, VTY_NEWLINE);
614 vty_out(vty, " channel-descrption bs-pa-mfrms %u%s",
615 bts->si_common.chan_desc.bs_pa_mfrms + 2, VTY_NEWLINE);
616 vty_out(vty, " channel-descrption bs-ag-blks-res %u%s",
617 bts->si_common.chan_desc.bs_ag_blks_res, VTY_NEWLINE);
618
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +0800619 if (bts->rach_b_thresh != -1)
620 vty_out(vty, " rach nm busy threshold %u%s",
621 bts->rach_b_thresh, VTY_NEWLINE);
622 if (bts->rach_ldavg_slots != -1)
623 vty_out(vty, " rach nm load average %u%s",
624 bts->rach_ldavg_slots, VTY_NEWLINE);
Harald Welte71355012009-12-21 23:08:18 +0100625 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)5dececf2009-08-12 13:28:23 +0200626 vty_out(vty, " cell barred 1%s", VTY_NEWLINE);
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +0800627 if ((bts->si_common.rach_control.t2 & 0x4) == 0)
628 vty_out(vty, " rach emergency call allowed 1%s", VTY_NEWLINE);
Ivan Kluchnikov67920592013-09-16 13:13:04 +0400629 if ((bts->si_common.rach_control.t3) != 0)
630 for (i = 0; i < 8; i++)
631 if (bts->si_common.rach_control.t3 & (0x1 << i))
632 vty_out(vty, " rach access-control-class %d barred%s", i, VTY_NEWLINE);
633 if ((bts->si_common.rach_control.t2 & 0xfb) != 0)
634 for (i = 0; i < 8; i++)
635 if ((i != 2) && (bts->si_common.rach_control.t2 & (0x1 << i)))
636 vty_out(vty, " rach access-control-class %d barred%s", i+8, VTY_NEWLINE);
Harald Welte9fbff4a2010-07-30 11:50:09 +0200637 for (i = SYSINFO_TYPE_1; i < _MAX_SYSINFO_TYPE; i++) {
638 if (bts->si_mode_static & (1 << i)) {
639 vty_out(vty, " system-information %s mode static%s",
640 get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
641 vty_out(vty, " system-information %s static %s%s",
642 get_value_string(osmo_sitype_strs, i),
Sylvain Munaut63ef2152011-11-13 23:05:23 +0100643 osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
Harald Welte9fbff4a2010-07-30 11:50:09 +0200644 VTY_NEWLINE);
645 }
646 }
Harald Welte42def722017-01-13 00:10:32 +0100647 vty_out(vty, " early-classmark-sending %s%s",
648 bts->early_classmark_allowed ? "allowed" : "forbidden", VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100649 switch (bts->type) {
650 case GSM_BTS_TYPE_NANOBTS:
Harald Weltef383aa12012-07-02 19:51:55 +0200651 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Welte5013b2a2009-08-07 13:29:14 +0200652 vty_out(vty, " ip.access unit_id %u %u%s",
Harald Weltea6fd58e2009-08-07 00:25:23 +0200653 bts->ip_access.site_id, bts->ip_access.bts_id, VTY_NEWLINE);
Harald Welte8b291802013-03-12 13:57:05 +0100654 if (bts->ip_access.rsl_ip) {
655 struct in_addr ia;
656 ia.s_addr = htonl(bts->ip_access.rsl_ip);
657 vty_out(vty, " ip.access rsl-ip %s%s", inet_ntoa(ia),
658 VTY_NEWLINE);
659 }
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +0200660 vty_out(vty, " oml ip.access stream_id %u line %u%s",
661 bts->oml_tei, bts->oml_e1_link.e1_nr, VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100662 break;
Sylvain Munautc9519462011-10-17 14:04:55 +0200663 case GSM_BTS_TYPE_NOKIA_SITE:
664 vty_out(vty, " nokia_site skip-reset %d%s", bts->nokia.skip_reset, VTY_NEWLINE);
Andreas Eversberg7d8fa342013-12-05 13:25:06 +0100665 vty_out(vty, " nokia_site no-local-rel-conf %d%s",
666 bts->nokia.no_loc_rel_cnf, VTY_NEWLINE);
Sipos Csaba56e17662015-02-07 13:27:36 +0100667 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 +0100668 /* fall through: Nokia requires "oml e1" parameters also */
Harald Weltefd355a32011-03-04 13:41:31 +0100669 default:
Harald Welte42581822009-08-08 16:12:58 +0200670 config_write_e1_link(vty, &bts->oml_e1_link, " oml ");
671 vty_out(vty, " oml e1 tei %u%s", bts->oml_tei, VTY_NEWLINE);
Harald Weltefd355a32011-03-04 13:41:31 +0100672 break;
Harald Welte42581822009-08-08 16:12:58 +0200673 }
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +0800674
675 /* if we have a limit, write it */
676 if (bts->paging.free_chans_need >= 0)
677 vty_out(vty, " paging free %d%s", bts->paging.free_chans_need, VTY_NEWLINE);
678
Harald Welte32c09622011-01-11 23:44:56 +0100679 vty_out(vty, " neighbor-list mode %s%s",
Harald Welte64c07d22011-02-15 11:43:27 +0100680 get_value_string(bts_neigh_mode_strs, bts->neigh_list_manual_mode), VTY_NEWLINE);
681 if (bts->neigh_list_manual_mode != NL_MODE_AUTOMATIC) {
Harald Welte32c09622011-01-11 23:44:56 +0100682 for (i = 0; i < 1024; i++) {
683 if (bitvec_get_bit_pos(&bts->si_common.neigh_list, i))
684 vty_out(vty, " neighbor-list add arfcn %u%s",
685 i, VTY_NEWLINE);
686 }
687 }
Harald Welte64c07d22011-02-15 11:43:27 +0100688 if (bts->neigh_list_manual_mode == NL_MODE_MANUAL_SI5SEP) {
689 for (i = 0; i < 1024; i++) {
690 if (bitvec_get_bit_pos(&bts->si_common.si5_neigh_list, i))
691 vty_out(vty, " si5 neighbor-list add arfcn %u%s",
692 i, VTY_NEWLINE);
693 }
694 }
Harald Welte32c09622011-01-11 23:44:56 +0100695
Max59a1bf32016-04-15 16:04:46 +0200696 for (i = 0; i < MAX_EARFCN_LIST; i++) {
697 if (bts->si_common.si2quater_neigh_list.arfcn[i] !=
698 OSMO_EARFCN_INVALID) {
699 vty_out(vty, " si2quater neighbor-list add earfcn %u threshold %u",
700 bts->si_common.si2quater_neigh_list.arfcn[i],
701 bts->si_common.si2quater_neigh_list.thresh_hi);
702 if (bts->si_common.si2quater_neigh_list.meas_bw[i] !=
703 OSMO_EARFCN_MEAS_INVALID)
704 vty_out(vty, " %u",
705 bts->si_common.si2quater_neigh_list.meas_bw[i]);
706
707 vty_out(vty, "%s", VTY_NEWLINE);
708 }
709 }
710
Max26679e02016-04-20 15:57:13 +0200711 for (i = 0; i < bts->si_common.uarfcn_length; i++) {
712 vty_out(vty, " si2quater neighbor-list add uarfcn %u %u %u%s",
713 bts->si_common.data.uarfcn_list[i],
714 bts->si_common.data.scramble_list[i] & ~(1 << 9),
715 (bts->si_common.data.scramble_list[i] >> 9) & 1,
716 VTY_NEWLINE);
717 }
718
Andreas Eversberga83d5112013-12-07 18:32:28 +0100719 vty_out(vty, " codec-support fr");
720 if (bts->codec.hr)
721 vty_out(vty, " hr");
722 if (bts->codec.efr)
723 vty_out(vty, " efr");
724 if (bts->codec.amr)
725 vty_out(vty, " amr");
726 vty_out(vty, "%s", VTY_NEWLINE);
727
Andreas Eversberg73266522014-01-19 11:47:44 +0100728 config_write_bts_amr(vty, bts, &bts->mr_full, 1);
729 config_write_bts_amr(vty, bts, &bts->mr_half, 0);
730
Harald Welte615e9562010-05-11 23:50:21 +0200731 config_write_bts_gprs(vty, bts);
Harald Welte67ce0732009-08-06 19:06:46 +0200732
Holger Hans Peter Freythere30d40d2012-07-20 10:27:31 +0200733 if (bts->excl_from_rf_lock)
734 vty_out(vty, " rf-lock-exclude%s", VTY_NEWLINE);
735
Jacob Erlbeck65d114f2014-01-16 11:02:14 +0100736 vty_out(vty, " %sforce-combined-si%s",
737 bts->force_combined_si ? "" : "no ", VTY_NEWLINE);
738
Holger Hans Peter Freytherc22930e2014-12-17 14:46:17 +0100739 for (i = 0; i < ARRAY_SIZE(bts->depends_on); ++i) {
740 int j;
741
742 if (bts->depends_on[i] == 0)
743 continue;
744
745 for (j = 0; j < sizeof(bts->depends_on[i]) * 8; ++j) {
746 int bts_nr;
747
748 if ((bts->depends_on[i] & (1<<j)) == 0)
749 continue;
750
751 bts_nr = (i * sizeof(bts->depends_on[i]) * 8) + j;
752 vty_out(vty, " depends-on-bts %d%s", bts_nr, VTY_NEWLINE);
753 }
754 }
755
Holger Hans Peter Freythercd40fb42013-09-15 17:23:34 +0200756 config_write_bts_model(vty, bts);
Harald Welte67ce0732009-08-06 19:06:46 +0200757}
758
759static int config_write_bts(struct vty *v)
760{
Harald Weltedcccb182010-05-16 20:52:23 +0200761 struct gsm_network *gsmnet = gsmnet_from_vty(v);
Harald Welte67ce0732009-08-06 19:06:46 +0200762 struct gsm_bts *bts;
763
764 llist_for_each_entry(bts, &gsmnet->bts_list, list)
765 config_write_bts_single(v, bts);
766
767 return CMD_SUCCESS;
768}
769
Harald Welte5013b2a2009-08-07 13:29:14 +0200770static int config_write_net(struct vty *vty)
771{
Harald Weltedcccb182010-05-16 20:52:23 +0200772 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
773
Harald Welte5013b2a2009-08-07 13:29:14 +0200774 vty_out(vty, "network%s", VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200775 vty_out(vty, " network country code %u%s", gsmnet->country_code, VTY_NEWLINE);
Harald Welte5013b2a2009-08-07 13:29:14 +0200776 vty_out(vty, " mobile network code %u%s", gsmnet->network_code, VTY_NEWLINE);
Harald Welte42581822009-08-08 16:12:58 +0200777 vty_out(vty, " short name %s%s", gsmnet->name_short, VTY_NEWLINE);
778 vty_out(vty, " long name %s%s", gsmnet->name_long, VTY_NEWLINE);
Harald Welte (local)69de3972009-08-12 14:42:23 +0200779 vty_out(vty, " auth policy %s%s", gsm_auth_policy_name(gsmnet->auth_policy), VTY_NEWLINE);
Maxddee01f2016-05-24 14:23:27 +0200780 if (gsmnet->authorized_reg_str)
781 vty_out(vty, " authorized-regexp %s%s", gsmnet->authorized_reg_str, VTY_NEWLINE);
Harald Welte1085c092009-11-18 20:33:19 +0100782 vty_out(vty, " location updating reject cause %u%s",
783 gsmnet->reject_cause, VTY_NEWLINE);
Harald Welte4381cfe2009-08-30 15:47:06 +0900784 vty_out(vty, " encryption a5 %u%s", gsmnet->a5_encryption, VTY_NEWLINE);
Holger Hans Peter Freytherd54c3372009-11-19 16:37:48 +0100785 vty_out(vty, " neci %u%s", gsmnet->neci, VTY_NEWLINE);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +0800786 vty_out(vty, " paging any use tch %d%s", gsmnet->pag_any_tch, VTY_NEWLINE);
Harald Welteeab84a12009-12-13 10:53:12 +0100787 vty_out(vty, " rrlp mode %s%s", rrlp_mode_name(gsmnet->rrlp.mode),
788 VTY_NEWLINE);
Harald Welte648b6ce2009-12-14 09:00:24 +0100789 vty_out(vty, " mm info %u%s", gsmnet->send_mm_info, VTY_NEWLINE);
Harald Weltebc814502009-12-19 21:41:52 +0100790 vty_out(vty, " handover %u%s", gsmnet->handover.active, VTY_NEWLINE);
Harald Welteb720bd32009-12-21 16:51:50 +0100791 vty_out(vty, " handover window rxlev averaging %u%s",
792 gsmnet->handover.win_rxlev_avg, VTY_NEWLINE);
793 vty_out(vty, " handover window rxqual averaging %u%s",
794 gsmnet->handover.win_rxqual_avg, VTY_NEWLINE);
795 vty_out(vty, " handover window rxlev neighbor averaging %u%s",
796 gsmnet->handover.win_rxlev_avg_neigh, VTY_NEWLINE);
797 vty_out(vty, " handover power budget interval %u%s",
798 gsmnet->handover.pwr_interval, VTY_NEWLINE);
799 vty_out(vty, " handover power budget hysteresis %u%s",
800 gsmnet->handover.pwr_hysteresis, VTY_NEWLINE);
801 vty_out(vty, " handover maximum distance %u%s",
802 gsmnet->handover.max_distance, VTY_NEWLINE);
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +0100803 vty_out(vty, " timer t3101 %u%s", gsmnet->T3101, VTY_NEWLINE);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +0100804 vty_out(vty, " timer t3103 %u%s", gsmnet->T3103, VTY_NEWLINE);
805 vty_out(vty, " timer t3105 %u%s", gsmnet->T3105, VTY_NEWLINE);
806 vty_out(vty, " timer t3107 %u%s", gsmnet->T3107, VTY_NEWLINE);
807 vty_out(vty, " timer t3109 %u%s", gsmnet->T3109, VTY_NEWLINE);
808 vty_out(vty, " timer t3111 %u%s", gsmnet->T3111, VTY_NEWLINE);
809 vty_out(vty, " timer t3113 %u%s", gsmnet->T3113, VTY_NEWLINE);
810 vty_out(vty, " timer t3115 %u%s", gsmnet->T3115, VTY_NEWLINE);
811 vty_out(vty, " timer t3117 %u%s", gsmnet->T3117, VTY_NEWLINE);
812 vty_out(vty, " timer t3119 %u%s", gsmnet->T3119, VTY_NEWLINE);
Harald Welte2862dca2010-12-23 14:39:29 +0100813 vty_out(vty, " timer t3122 %u%s", gsmnet->T3122, VTY_NEWLINE);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +0100814 vty_out(vty, " timer t3141 %u%s", gsmnet->T3141, VTY_NEWLINE);
Holger Hans Peter Freytherae9006a2010-12-22 16:26:04 +0100815 vty_out(vty, " subscriber-keep-in-ram %d%s",
Jacob Erlbeck1e30a282014-12-03 09:28:24 +0100816 gsmnet->subscr_group->keep_subscr, VTY_NEWLINE);
Neels Hofmeyr73983952016-05-10 13:29:33 +0200817 if (gsmnet->tz.override != 0) {
818 if (gsmnet->tz.dst)
819 vty_out(vty, " timezone %d %d %d%s",
820 gsmnet->tz.hr, gsmnet->tz.mn, gsmnet->tz.dst,
821 VTY_NEWLINE);
822 else
823 vty_out(vty, " timezone %d %d%s",
824 gsmnet->tz.hr, gsmnet->tz.mn, VTY_NEWLINE);
825 }
Harald Welte5013b2a2009-08-07 13:29:14 +0200826
827 return CMD_SUCCESS;
828}
Harald Welte67ce0732009-08-06 19:06:46 +0200829
Harald Welte68628e82009-03-10 12:17:57 +0000830static void trx_dump_vty(struct vty *vty, struct gsm_bts_trx *trx)
831{
832 vty_out(vty, "TRX %u of BTS %u is on ARFCN %u%s",
833 trx->nr, trx->bts->nr, trx->arfcn, VTY_NEWLINE);
Harald Welte197dea92010-05-14 17:59:53 +0200834 vty_out(vty, "Description: %s%s",
835 trx->description ? trx->description : "(null)", VTY_NEWLINE);
Harald Weltefcd24452009-06-20 18:15:19 +0200836 vty_out(vty, " RF Nominal Power: %d dBm, reduced by %u dB, "
Harald Welte42581822009-08-08 16:12:58 +0200837 "resulting BS power: %d dBm%s",
Harald Weltefcd24452009-06-20 18:15:19 +0200838 trx->nominal_power, trx->max_power_red,
Harald Welte42581822009-08-08 16:12:58 +0200839 trx->nominal_power - trx->max_power_red, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000840 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200841 net_dump_nmstate(vty, &trx->mo.nm_state);
Harald Welte68628e82009-03-10 12:17:57 +0000842 vty_out(vty, " Baseband Transceiver NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200843 net_dump_nmstate(vty, &trx->bb_transc.mo.nm_state);
Harald Welte8175e952009-10-20 00:22:00 +0200844 if (is_ipaccess_bts(trx->bts)) {
845 vty_out(vty, " ip.access stream ID: 0x%02x%s",
846 trx->rsl_tei, VTY_NEWLINE);
847 } else {
848 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
849 e1isl_dump_vty(vty, trx->rsl_link);
850 }
Harald Welte68628e82009-03-10 12:17:57 +0000851}
852
853DEFUN(show_trx,
854 show_trx_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +0100855 "show trx [<0-255>] [<0-255>]",
Harald Welte8f0ed552010-05-11 21:53:49 +0200856 SHOW_STR "Display information about a TRX\n"
857 "BTS Number\n"
858 "TRX Number\n")
Harald Welte68628e82009-03-10 12:17:57 +0000859{
Harald Weltedcccb182010-05-16 20:52:23 +0200860 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +0000861 struct gsm_bts *bts = NULL;
862 struct gsm_bts_trx *trx;
863 int bts_nr, trx_nr;
864
865 if (argc >= 1) {
866 /* use the BTS number that the user has specified */
867 bts_nr = atoi(argv[0]);
868 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000869 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000870 VTY_NEWLINE);
871 return CMD_WARNING;
872 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200873 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000874 }
875 if (argc >= 2) {
876 trx_nr = atoi(argv[1]);
877 if (trx_nr >= bts->num_trx) {
Harald Welte1bc77352009-03-10 19:47:51 +0000878 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
Harald Welte68628e82009-03-10 12:17:57 +0000879 VTY_NEWLINE);
880 return CMD_WARNING;
881 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200882 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000883 trx_dump_vty(vty, trx);
884 return CMD_SUCCESS;
885 }
886 if (bts) {
887 /* print all TRX in this BTS */
888 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200889 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000890 trx_dump_vty(vty, trx);
891 }
892 return CMD_SUCCESS;
893 }
894
895 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200896 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000897 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200898 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000899 trx_dump_vty(vty, trx);
900 }
901 }
902
903 return CMD_SUCCESS;
904}
905
Harald Welte67ce0732009-08-06 19:06:46 +0200906
Harald Welte68628e82009-03-10 12:17:57 +0000907static void ts_dump_vty(struct vty *vty, struct gsm_bts_trx_ts *ts)
908{
Harald Welte135a6482011-05-30 12:09:13 +0200909 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, phys cfg %s, TSC %u",
Harald Welte026b4ca2010-12-24 12:12:10 +0100910 ts->trx->bts->nr, ts->trx->nr, ts->nr,
Harald Welte1fe24122014-01-19 17:18:21 +0100911 gsm_pchan_name(ts->pchan), gsm_ts_tsc(ts));
Harald Weltecd103a92010-12-24 12:14:52 +0100912 if (ts->pchan == GSM_PCHAN_TCH_F_PDCH)
Harald Welteb29cea12010-12-24 12:26:13 +0100913 vty_out(vty, " (%s mode)",
Neels Hofmeyr2ebacce2016-06-14 14:08:35 +0200914 ts->flags & TS_F_PDCH_ACTIVE ? "PDCH" : "TCH/F");
Harald Weltecd103a92010-12-24 12:14:52 +0100915 vty_out(vty, "%s", VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000916 vty_out(vty, " NM State: ");
Harald Welted64c0bc2011-05-30 12:07:53 +0200917 net_dump_nmstate(vty, &ts->mo.nm_state);
Harald Welte2c828992009-12-02 01:56:49 +0530918 if (!is_ipaccess_bts(ts->trx->bts))
Harald Welteef235b52009-03-10 12:34:02 +0000919 vty_out(vty, " E1 Line %u, Timeslot %u, Subslot %u%s",
920 ts->e1_link.e1_nr, ts->e1_link.e1_ts,
921 ts->e1_link.e1_ts_ss, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +0000922}
923
924DEFUN(show_ts,
925 show_ts_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +0100926 "show timeslot [<0-255>] [<0-255>] [<0-7>]",
Harald Welte8f0ed552010-05-11 21:53:49 +0200927 SHOW_STR "Display information about a TS\n"
928 "BTS Number\n" "TRX Number\n" "Timeslot Number\n")
Harald Welte68628e82009-03-10 12:17:57 +0000929{
Harald Weltedcccb182010-05-16 20:52:23 +0200930 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte274d0152010-12-24 12:05:03 +0100931 struct gsm_bts *bts = NULL;
932 struct gsm_bts_trx *trx = NULL;
933 struct gsm_bts_trx_ts *ts = NULL;
Harald Welte68628e82009-03-10 12:17:57 +0000934 int bts_nr, trx_nr, ts_nr;
935
936 if (argc >= 1) {
937 /* use the BTS number that the user has specified */
938 bts_nr = atoi(argv[0]);
939 if (bts_nr >= net->num_bts) {
Harald Welte1bc77352009-03-10 19:47:51 +0000940 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
Harald Welte68628e82009-03-10 12:17:57 +0000941 VTY_NEWLINE);
942 return CMD_WARNING;
943 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200944 bts = gsm_bts_num(net, bts_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000945 }
946 if (argc >= 2) {
947 trx_nr = atoi(argv[1]);
948 if (trx_nr >= bts->num_trx) {
Harald Welte1bc77352009-03-10 19:47:51 +0000949 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
Harald Welte68628e82009-03-10 12:17:57 +0000950 VTY_NEWLINE);
951 return CMD_WARNING;
952 }
Harald Weltee441d9c2009-06-21 16:17:15 +0200953 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000954 }
955 if (argc >= 3) {
956 ts_nr = atoi(argv[2]);
957 if (ts_nr >= TRX_NR_TS) {
Harald Welte1bc77352009-03-10 19:47:51 +0000958 vty_out(vty, "%% can't find TS '%s'%s", argv[2],
Harald Welte68628e82009-03-10 12:17:57 +0000959 VTY_NEWLINE);
960 return CMD_WARNING;
961 }
Harald Welte274d0152010-12-24 12:05:03 +0100962 /* Fully Specified: print and exit */
Harald Welte68628e82009-03-10 12:17:57 +0000963 ts = &trx->ts[ts_nr];
964 ts_dump_vty(vty, ts);
965 return CMD_SUCCESS;
966 }
Harald Welte274d0152010-12-24 12:05:03 +0100967
968 if (bts && trx) {
969 /* Iterate over all TS in this TRX */
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 } else if (bts) {
975 /* Iterate over all TRX in this BTS, TS in each TRX */
Harald Welte68628e82009-03-10 12:17:57 +0000976 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +0200977 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte68628e82009-03-10 12:17:57 +0000978 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
979 ts = &trx->ts[ts_nr];
980 ts_dump_vty(vty, ts);
981 }
982 }
Harald Welte274d0152010-12-24 12:05:03 +0100983 } else {
984 /* Iterate over all BTS, TRX in each BTS, TS in each TRX */
985 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
986 bts = gsm_bts_num(net, bts_nr);
987 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
988 trx = gsm_bts_trx_num(bts, trx_nr);
989 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
990 ts = &trx->ts[ts_nr];
991 ts_dump_vty(vty, ts);
992 }
993 }
994 }
Harald Welte68628e82009-03-10 12:17:57 +0000995 }
996
997 return CMD_SUCCESS;
998}
999
Holger Hans Peter Freyther424c4f02010-01-06 06:00:40 +01001000static void subscr_dump_vty(struct vty *vty, struct gsm_subscriber *subscr)
Harald Welte68628e82009-03-10 12:17:57 +00001001{
Harald Weltefcd24452009-06-20 18:15:19 +02001002 vty_out(vty, " ID: %llu, Authorized: %d%s", subscr->id,
Harald Welte40f82892009-05-23 17:31:39 +00001003 subscr->authorized, VTY_NEWLINE);
Holger Hans Peter Freyther7f180e82013-12-12 15:45:41 +01001004 if (strlen(subscr->name))
Harald Welte1bc77352009-03-10 19:47:51 +00001005 vty_out(vty, " Name: '%s'%s", subscr->name, VTY_NEWLINE);
Holger Hans Peter Freytherbd30cd32014-04-04 11:53:18 +02001006 if (strlen(subscr->extension))
Harald Welte68628e82009-03-10 12:17:57 +00001007 vty_out(vty, " Extension: %s%s", subscr->extension,
1008 VTY_NEWLINE);
Holger Hans Peter Freyther5ccd0152013-07-14 08:38:24 +02001009 vty_out(vty, " IMSI: %s%s", subscr->imsi, VTY_NEWLINE);
Holger Hans Peter Freyther22230252009-08-19 12:53:57 +02001010 if (subscr->tmsi != GSM_RESERVED_TMSI)
1011 vty_out(vty, " TMSI: %08X%s", subscr->tmsi,
Harald Welte731fd912009-08-15 03:24:51 +02001012 VTY_NEWLINE);
Sylvain Munautaf292642009-12-27 19:29:28 +01001013
Harald Welte (local)15920de2009-08-14 20:27:16 +02001014 vty_out(vty, " Use count: %u%s", subscr->use_count, VTY_NEWLINE);
Harald Welte68628e82009-03-10 12:17:57 +00001015}
1016
Harald Welte8387a492009-12-22 21:43:14 +01001017static void meas_rep_dump_uni_vty(struct vty *vty,
1018 struct gsm_meas_rep_unidir *mru,
1019 const char *prefix,
1020 const char *dir)
1021{
1022 vty_out(vty, "%s RXL-FULL-%s: %4d dBm, RXL-SUB-%s: %4d dBm ",
1023 prefix, dir, rxlev2dbm(mru->full.rx_lev),
1024 dir, rxlev2dbm(mru->sub.rx_lev));
1025 vty_out(vty, "RXQ-FULL-%s: %d, RXQ-SUB-%s: %d%s",
1026 dir, mru->full.rx_qual, dir, mru->sub.rx_qual,
1027 VTY_NEWLINE);
1028}
1029
1030static void meas_rep_dump_vty(struct vty *vty, struct gsm_meas_rep *mr,
1031 const char *prefix)
1032{
1033 vty_out(vty, "%sMeasurement Report:%s", prefix, VTY_NEWLINE);
1034 vty_out(vty, "%s Flags: %s%s%s%s%s", prefix,
1035 mr->flags & MEAS_REP_F_UL_DTX ? "DTXu " : "",
1036 mr->flags & MEAS_REP_F_DL_DTX ? "DTXd " : "",
1037 mr->flags & MEAS_REP_F_FPC ? "FPC " : "",
1038 mr->flags & MEAS_REP_F_DL_VALID ? " " : "DLinval ",
1039 VTY_NEWLINE);
1040 if (mr->flags & MEAS_REP_F_MS_TO)
1041 vty_out(vty, "%s MS Timing Offset: %u%s", prefix,
1042 mr->ms_timing_offset, VTY_NEWLINE);
1043 if (mr->flags & MEAS_REP_F_MS_L1)
1044 vty_out(vty, "%s L1 MS Power: %u dBm, Timing Advance: %u%s",
1045 prefix, mr->ms_l1.pwr, mr->ms_l1.ta, VTY_NEWLINE);
1046 if (mr->flags & MEAS_REP_F_DL_VALID)
1047 meas_rep_dump_uni_vty(vty, &mr->dl, prefix, "dl");
1048 meas_rep_dump_uni_vty(vty, &mr->ul, prefix, "ul");
1049}
1050
Harald Welte0a8cf322015-12-05 17:22:49 +01001051/* FIXME: move this to libosmogsm */
1052static const struct value_string gsm48_cmode_names[] = {
1053 { GSM48_CMODE_SIGN, "signalling" },
1054 { GSM48_CMODE_SPEECH_V1, "FR or HR" },
1055 { GSM48_CMODE_SPEECH_EFR, "EFR" },
1056 { GSM48_CMODE_SPEECH_AMR, "AMR" },
1057 { GSM48_CMODE_DATA_14k5, "CSD(14k5)" },
1058 { GSM48_CMODE_DATA_12k0, "CSD(12k0)" },
1059 { GSM48_CMODE_DATA_6k0, "CSD(6k0)" },
1060 { GSM48_CMODE_DATA_3k6, "CSD(3k6)" },
1061 { 0, NULL }
1062};
1063
Neels Hofmeyrb7480122016-11-02 14:28:15 +01001064/* call vty_out() to print a string like " as TCH/H" for dynamic timeslots.
1065 * Don't do anything if the ts is not dynamic. */
1066static void vty_out_dyn_ts_status(struct vty *vty, struct gsm_bts_trx_ts *ts)
1067{
1068 switch (ts->pchan) {
1069 case GSM_PCHAN_TCH_F_TCH_H_PDCH:
1070 if (ts->dyn.pchan_is == ts->dyn.pchan_want)
1071 vty_out(vty, " as %s",
1072 gsm_pchan_name(ts->dyn.pchan_is));
1073 else
1074 vty_out(vty, " switching %s -> %s",
1075 gsm_pchan_name(ts->dyn.pchan_is),
1076 gsm_pchan_name(ts->dyn.pchan_want));
1077 break;
1078 case GSM_PCHAN_TCH_F_PDCH:
1079 if ((ts->flags & TS_F_PDCH_PENDING_MASK) == 0)
1080 vty_out(vty, " as %s",
1081 (ts->flags & TS_F_PDCH_ACTIVE)? "PDCH"
1082 : "TCH/F");
1083 else
1084 vty_out(vty, " switching %s -> %s",
1085 (ts->flags & TS_F_PDCH_ACTIVE)? "PDCH"
1086 : "TCH/F",
1087 (ts->flags & TS_F_PDCH_ACT_PENDING)? "PDCH"
1088 : "TCH/F");
1089 break;
1090 default:
1091 /* no dyn ts */
1092 break;
1093 }
1094}
1095
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001096static void lchan_dump_full_vty(struct vty *vty, struct gsm_lchan *lchan)
Harald Welte68628e82009-03-10 12:17:57 +00001097{
Harald Welte8387a492009-12-22 21:43:14 +01001098 int idx;
1099
Harald Welte85bded82010-12-24 12:22:34 +01001100 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u: Type %s%s",
1101 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
1102 lchan->nr, gsm_lchant_name(lchan->type), VTY_NEWLINE);
Neels Hofmeyrb7480122016-11-02 14:28:15 +01001103 /* show dyn TS details, if applicable */
1104 switch (lchan->ts->pchan) {
1105 case GSM_PCHAN_TCH_F_TCH_H_PDCH:
1106 vty_out(vty, " Osmocom Dyn TS:");
1107 vty_out_dyn_ts_status(vty, lchan->ts);
1108 vty_out(vty, VTY_NEWLINE);
1109 break;
1110 case GSM_PCHAN_TCH_F_PDCH:
1111 vty_out(vty, " IPACC Dyn PDCH TS:");
1112 vty_out_dyn_ts_status(vty, lchan->ts);
1113 vty_out(vty, VTY_NEWLINE);
1114 break;
1115 default:
1116 /* no dyn ts */
1117 break;
1118 }
Holger Hans Peter Freyther454140e2014-12-28 12:08:28 +01001119 vty_out(vty, " Connection: %u, State: %s%s%s%s",
Holger Hans Peter Freyther40494552010-06-28 17:09:29 +08001120 lchan->conn ? 1: 0,
Holger Hans Peter Freyther454140e2014-12-28 12:08:28 +01001121 gsm_lchans_name(lchan->state),
1122 lchan->state == LCHAN_S_BROKEN ? " Error reason: " : "",
1123 lchan->state == LCHAN_S_BROKEN ? lchan->broken_reason : "",
1124 VTY_NEWLINE);
Harald Welte73225282009-12-12 18:17:25 +01001125 vty_out(vty, " BS Power: %u dBm, MS Power: %u dBm%s",
1126 lchan->ts->trx->nominal_power - lchan->ts->trx->max_power_red
1127 - lchan->bs_power*2,
1128 ms_pwr_dbm(lchan->ts->trx->bts->band, lchan->ms_power),
1129 VTY_NEWLINE);
Harald Welte0a8cf322015-12-05 17:22:49 +01001130 vty_out(vty, " Channel Mode / Codec: %s%s",
1131 get_value_string(gsm48_cmode_names, lchan->tch_mode),
1132 VTY_NEWLINE);
Holger Hans Peter Freyther2412a072010-06-28 15:47:12 +08001133 if (lchan->conn && lchan->conn->subscr) {
Harald Welte68628e82009-03-10 12:17:57 +00001134 vty_out(vty, " Subscriber:%s", VTY_NEWLINE);
Holger Hans Peter Freyther2412a072010-06-28 15:47:12 +08001135 subscr_dump_vty(vty, lchan->conn->subscr);
Harald Welte68628e82009-03-10 12:17:57 +00001136 } else
1137 vty_out(vty, " No Subscriber%s", VTY_NEWLINE);
Harald Welte2c828992009-12-02 01:56:49 +05301138 if (is_ipaccess_bts(lchan->ts->trx->bts)) {
1139 struct in_addr ia;
Holger Hans Peter Freyther54fa7992010-04-07 15:39:16 +02001140 ia.s_addr = htonl(lchan->abis_ip.bound_ip);
Harald Welte2c828992009-12-02 01:56:49 +05301141 vty_out(vty, " Bound IP: %s Port %u RTP_TYPE2=%u CONN_ID=%u%s",
1142 inet_ntoa(ia), lchan->abis_ip.bound_port,
1143 lchan->abis_ip.rtp_payload2, lchan->abis_ip.conn_id,
1144 VTY_NEWLINE);
1145 }
Harald Welte8387a492009-12-22 21:43:14 +01001146
1147 /* we want to report the last measurement report */
1148 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
1149 lchan->meas_rep_idx, 1);
1150 meas_rep_dump_vty(vty, &lchan->meas_rep[idx], " ");
Harald Welte68628e82009-03-10 12:17:57 +00001151}
1152
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001153static void lchan_dump_short_vty(struct vty *vty, struct gsm_lchan *lchan)
1154{
Holger Hans Peter Freythercf5cc5b2010-05-14 01:57:02 +08001155 struct gsm_meas_rep *mr;
1156 int idx;
1157
1158 /* we want to report the last measurement report */
1159 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
1160 lchan->meas_rep_idx, 1);
1161 mr = &lchan->meas_rep[idx];
1162
Neels Hofmeyrb7480122016-11-02 14:28:15 +01001163 vty_out(vty, "BTS %u, TRX %u, Timeslot %u %s",
Harald Welte85bded82010-12-24 12:22:34 +01001164 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
Neels Hofmeyrb7480122016-11-02 14:28:15 +01001165 gsm_pchan_name(lchan->ts->pchan));
1166 vty_out_dyn_ts_status(vty, lchan->ts);
1167 vty_out(vty, ", Lchan %u, Type %s, State %s - "
1168 "L1 MS Power: %u dBm RXL-FULL-dl: %4d dBm RXL-FULL-ul: %4d dBm%s",
Neels Hofmeyrefedf802016-06-14 01:31:38 +02001169 lchan->nr,
1170 gsm_lchant_name(lchan->type), gsm_lchans_name(lchan->state),
1171 mr->ms_l1.pwr,
Holger Hans Peter Freythercf5cc5b2010-05-14 01:57:02 +08001172 rxlev2dbm(mr->dl.full.rx_lev),
1173 rxlev2dbm(mr->ul.full.rx_lev),
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001174 VTY_NEWLINE);
1175}
1176
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001177
1178static int dump_lchan_trx_ts(struct gsm_bts_trx_ts *ts, struct vty *vty,
1179 void (*dump_cb)(struct vty *, struct gsm_lchan *))
1180{
1181 int lchan_nr;
1182 for (lchan_nr = 0; lchan_nr < TS_MAX_LCHAN; lchan_nr++) {
1183 struct gsm_lchan *lchan = &ts->lchan[lchan_nr];
1184 if ((lchan->type == GSM_LCHAN_NONE) && (lchan->state == LCHAN_S_NONE))
1185 continue;
1186 dump_cb(vty, lchan);
1187 }
1188
1189 return CMD_SUCCESS;
1190}
1191
1192static int dump_lchan_trx(struct gsm_bts_trx *trx, struct vty *vty,
1193 void (*dump_cb)(struct vty *, struct gsm_lchan *))
1194{
1195 int ts_nr;
1196
1197 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
1198 struct gsm_bts_trx_ts *ts = &trx->ts[ts_nr];
1199 dump_lchan_trx_ts(ts, vty, dump_cb);
1200 }
1201
1202 return CMD_SUCCESS;
1203}
1204
1205static int dump_lchan_bts(struct gsm_bts *bts, struct vty *vty,
1206 void (*dump_cb)(struct vty *, struct gsm_lchan *))
1207{
1208 int trx_nr;
1209
1210 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
1211 struct gsm_bts_trx *trx = gsm_bts_trx_num(bts, trx_nr);
1212 dump_lchan_trx(trx, vty, dump_cb);
1213 }
1214
1215 return CMD_SUCCESS;
1216}
1217
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001218static int lchan_summary(struct vty *vty, int argc, const char **argv,
1219 void (*dump_cb)(struct vty *, struct gsm_lchan *))
Harald Welte68628e82009-03-10 12:17:57 +00001220{
Harald Weltedcccb182010-05-16 20:52:23 +02001221 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte68628e82009-03-10 12:17:57 +00001222 struct gsm_bts *bts;
1223 struct gsm_bts_trx *trx;
1224 struct gsm_bts_trx_ts *ts;
1225 struct gsm_lchan *lchan;
1226 int bts_nr, trx_nr, ts_nr, lchan_nr;
1227
1228 if (argc >= 1) {
1229 /* use the BTS number that the user has specified */
1230 bts_nr = atoi(argv[0]);
1231 if (bts_nr >= net->num_bts) {
1232 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1233 VTY_NEWLINE);
1234 return CMD_WARNING;
1235 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001236 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001237
1238 if (argc == 1)
1239 return dump_lchan_bts(bts, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001240 }
1241 if (argc >= 2) {
1242 trx_nr = atoi(argv[1]);
1243 if (trx_nr >= bts->num_trx) {
1244 vty_out(vty, "%% can't find TRX %s%s", argv[1],
1245 VTY_NEWLINE);
1246 return CMD_WARNING;
1247 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001248 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001249
1250 if (argc == 2)
1251 return dump_lchan_trx(trx, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001252 }
1253 if (argc >= 3) {
1254 ts_nr = atoi(argv[2]);
1255 if (ts_nr >= TRX_NR_TS) {
1256 vty_out(vty, "%% can't find TS %s%s", argv[2],
1257 VTY_NEWLINE);
1258 return CMD_WARNING;
1259 }
1260 ts = &trx->ts[ts_nr];
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001261
1262 if (argc == 3)
1263 return dump_lchan_trx_ts(ts, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001264 }
1265 if (argc >= 4) {
1266 lchan_nr = atoi(argv[3]);
1267 if (lchan_nr >= TS_MAX_LCHAN) {
1268 vty_out(vty, "%% can't find LCHAN %s%s", argv[3],
1269 VTY_NEWLINE);
1270 return CMD_WARNING;
1271 }
1272 lchan = &ts->lchan[lchan_nr];
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001273 dump_cb(vty, lchan);
Harald Welte68628e82009-03-10 12:17:57 +00001274 return CMD_SUCCESS;
1275 }
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001276
1277
Harald Welte68628e82009-03-10 12:17:57 +00001278 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +02001279 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther7173f632011-12-27 16:34:12 +01001280 dump_lchan_bts(bts, vty, dump_cb);
Harald Welte68628e82009-03-10 12:17:57 +00001281 }
1282
1283 return CMD_SUCCESS;
1284}
1285
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001286
1287DEFUN(show_lchan,
1288 show_lchan_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +01001289 "show lchan [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001290 SHOW_STR "Display information about a logical channel\n"
1291 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001292 LCHAN_NR_STR)
Holger Hans Peter Freyther029235e2010-05-14 02:03:16 +08001293
1294{
1295 return lchan_summary(vty, argc, argv, lchan_dump_full_vty);
1296}
1297
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001298DEFUN(show_lchan_summary,
1299 show_lchan_summary_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +01001300 "show lchan summary [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001301 SHOW_STR "Display information about a logical channel\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001302 "Short summary\n"
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001303 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001304 LCHAN_NR_STR)
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08001305{
1306 return lchan_summary(vty, argc, argv, lchan_dump_short_vty);
1307}
1308
Harald Weltebe4b7302009-05-23 16:59:33 +00001309static void paging_dump_vty(struct vty *vty, struct gsm_paging_request *pag)
Harald Weltef5025b62009-03-28 16:55:11 +00001310{
1311 vty_out(vty, "Paging on BTS %u%s", pag->bts->nr, VTY_NEWLINE);
1312 subscr_dump_vty(vty, pag->subscr);
1313}
1314
Harald Weltebe4b7302009-05-23 16:59:33 +00001315static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
Harald Weltef5025b62009-03-28 16:55:11 +00001316{
1317 struct gsm_paging_request *pag;
1318
Holger Hans Peter Freyther9b5192b2013-03-03 11:03:17 +01001319 if (!bts->paging.bts)
1320 return;
1321
Harald Weltef5025b62009-03-28 16:55:11 +00001322 llist_for_each_entry(pag, &bts->paging.pending_requests, entry)
1323 paging_dump_vty(vty, pag);
1324}
1325
1326DEFUN(show_paging,
1327 show_paging_cmd,
Sylvain Munaut39c31de2012-12-28 12:15:11 +01001328 "show paging [<0-255>]",
Harald Welte8f0ed552010-05-11 21:53:49 +02001329 SHOW_STR "Display information about paging reuqests of a BTS\n"
1330 "BTS Number\n")
Harald Weltef5025b62009-03-28 16:55:11 +00001331{
Harald Weltedcccb182010-05-16 20:52:23 +02001332 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Weltef5025b62009-03-28 16:55:11 +00001333 struct gsm_bts *bts;
1334 int bts_nr;
1335
1336 if (argc >= 1) {
1337 /* use the BTS number that the user has specified */
1338 bts_nr = atoi(argv[0]);
1339 if (bts_nr >= net->num_bts) {
1340 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1341 VTY_NEWLINE);
1342 return CMD_WARNING;
1343 }
Harald Weltee441d9c2009-06-21 16:17:15 +02001344 bts = gsm_bts_num(net, bts_nr);
Harald Weltef5025b62009-03-28 16:55:11 +00001345 bts_paging_dump_vty(vty, bts);
1346
1347 return CMD_SUCCESS;
1348 }
1349 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee441d9c2009-06-21 16:17:15 +02001350 bts = gsm_bts_num(net, bts_nr);
Harald Weltef5025b62009-03-28 16:55:11 +00001351 bts_paging_dump_vty(vty, bts);
1352 }
1353
1354 return CMD_SUCCESS;
1355}
1356
Holger Hans Peter Freytherec37bb22013-02-05 09:39:09 +01001357DEFUN(show_paging_group,
1358 show_paging_group_cmd,
1359 "show paging-group <0-255> IMSI",
1360 SHOW_STR "Display the paging group\n"
1361 "BTS Number\n" "IMSI\n")
1362{
1363 struct gsm_network *net = gsmnet_from_vty(vty);
1364 struct gsm_bts *bts;
1365 unsigned int page_group;
1366 int bts_nr = atoi(argv[0]);
1367
1368 if (bts_nr >= net->num_bts) {
1369 vty_out(vty, "%% can't find BTS %s%s", argv[0], VTY_NEWLINE);
1370 return CMD_WARNING;
1371 }
1372
1373 bts = gsm_bts_num(net, bts_nr);
1374 if (!bts) {
1375 vty_out(vty, "%% can't find BTS %s%s", argv[0], VTY_NEWLINE);
1376 return CMD_WARNING;
1377 }
1378
1379 page_group = gsm0502_calc_paging_group(&bts->si_common.chan_desc,
1380 str_to_imsi(argv[1]));
1381 vty_out(vty, "%%Paging group for IMSI %" PRIu64 " on BTS #%d is %u%s",
1382 str_to_imsi(argv[1]), bts->nr,
1383 page_group, VTY_NEWLINE);
1384 return CMD_SUCCESS;
1385}
1386
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001387DEFUN(cfg_net_neci,
1388 cfg_net_neci_cmd,
1389 "neci (0|1)",
Harald Welte28326062010-05-14 20:05:17 +02001390 "New Establish Cause Indication\n"
1391 "Don't set the NECI bit\n" "Set the NECI bit\n")
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001392{
Harald Weltedcccb182010-05-16 20:52:23 +02001393 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1394
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001395 gsmnet->neci = atoi(argv[0]);
Holger Hans Peter Freyther78891072010-09-06 09:36:02 +08001396 gsm_net_update_ctype(gsmnet);
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01001397 return CMD_SUCCESS;
1398}
1399
Harald Welte8f0ed552010-05-11 21:53:49 +02001400#define HANDOVER_STR "Handover Options\n"
1401
Harald Weltebc814502009-12-19 21:41:52 +01001402DEFUN(cfg_net_handover, cfg_net_handover_cmd,
1403 "handover (0|1)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001404 HANDOVER_STR
1405 "Don't perform in-call handover\n"
1406 "Perform in-call handover\n")
Harald Weltebc814502009-12-19 21:41:52 +01001407{
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001408 int enable = atoi(argv[0]);
Harald Weltedcccb182010-05-16 20:52:23 +02001409 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001410
1411 if (enable && ipacc_rtp_direct) {
Harald Weltefe03f0d2009-12-20 13:51:01 +01001412 vty_out(vty, "%% Cannot enable handover unless RTP Proxy mode "
1413 "is enabled by using the -P command line option%s",
1414 VTY_NEWLINE);
1415 return CMD_WARNING;
1416 }
Holger Hans Peter Freythercbcfe242010-01-07 16:14:38 +01001417 gsmnet->handover.active = enable;
Harald Weltebc814502009-12-19 21:41:52 +01001418
1419 return CMD_SUCCESS;
1420}
1421
Harald Welte8f0ed552010-05-11 21:53:49 +02001422#define HO_WIN_STR HANDOVER_STR "Measurement Window\n"
1423#define HO_WIN_RXLEV_STR HO_WIN_STR "Received Level Averaging\n"
1424#define HO_WIN_RXQUAL_STR HO_WIN_STR "Received Quality Averaging\n"
1425#define HO_PBUDGET_STR HANDOVER_STR "Power Budget\n"
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001426#define HO_AVG_COUNT_STR "Amount to use for Averaging\n"
Harald Welte8f0ed552010-05-11 21:53:49 +02001427
Harald Welteb720bd32009-12-21 16:51:50 +01001428DEFUN(cfg_net_ho_win_rxlev_avg, cfg_net_ho_win_rxlev_avg_cmd,
1429 "handover window rxlev averaging <1-10>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001430 HO_WIN_RXLEV_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001431 "How many RxLev measurements are used for averaging\n"
1432 HO_AVG_COUNT_STR)
Harald Welteb720bd32009-12-21 16:51:50 +01001433{
Harald Weltedcccb182010-05-16 20:52:23 +02001434 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001435 gsmnet->handover.win_rxlev_avg = atoi(argv[0]);
1436 return CMD_SUCCESS;
1437}
1438
1439DEFUN(cfg_net_ho_win_rxqual_avg, cfg_net_ho_win_rxqual_avg_cmd,
1440 "handover window rxqual averaging <1-10>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001441 HO_WIN_RXQUAL_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001442 "How many RxQual measurements are used for averaging\n"
1443 HO_AVG_COUNT_STR)
Harald Welteb720bd32009-12-21 16:51:50 +01001444{
Harald Weltedcccb182010-05-16 20:52:23 +02001445 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001446 gsmnet->handover.win_rxqual_avg = atoi(argv[0]);
1447 return CMD_SUCCESS;
1448}
1449
1450DEFUN(cfg_net_ho_win_rxlev_neigh_avg, cfg_net_ho_win_rxlev_avg_neigh_cmd,
1451 "handover window rxlev neighbor averaging <1-10>",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001452 HO_WIN_RXLEV_STR "Neighbor\n"
1453 "How many RxQual measurements are used for averaging\n"
1454 HO_AVG_COUNT_STR)
Harald Welteb720bd32009-12-21 16:51:50 +01001455{
Harald Weltedcccb182010-05-16 20:52:23 +02001456 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001457 gsmnet->handover.win_rxlev_avg_neigh = atoi(argv[0]);
1458 return CMD_SUCCESS;
1459}
1460
1461DEFUN(cfg_net_ho_pwr_interval, cfg_net_ho_pwr_interval_cmd,
1462 "handover power budget interval <1-99>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001463 HO_PBUDGET_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001464 "How often to check if we have a better cell (SACCH frames)\n"
1465 "Interval\n" "Number\n")
Harald Welteb720bd32009-12-21 16:51:50 +01001466{
Harald Weltedcccb182010-05-16 20:52:23 +02001467 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001468 gsmnet->handover.pwr_interval = atoi(argv[0]);
1469 return CMD_SUCCESS;
1470}
1471
1472DEFUN(cfg_net_ho_pwr_hysteresis, cfg_net_ho_pwr_hysteresis_cmd,
1473 "handover power budget hysteresis <0-999>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001474 HO_PBUDGET_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001475 "How many dB does a neighbor to be stronger to become a HO candidate\n"
1476 "Hysteresis\n" "Number\n")
Harald Welteb720bd32009-12-21 16:51:50 +01001477{
Harald Weltedcccb182010-05-16 20:52:23 +02001478 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001479 gsmnet->handover.pwr_hysteresis = atoi(argv[0]);
1480 return CMD_SUCCESS;
1481}
1482
1483DEFUN(cfg_net_ho_max_distance, cfg_net_ho_max_distance_cmd,
1484 "handover maximum distance <0-9999>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001485 HANDOVER_STR
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001486 "How big is the maximum timing advance before HO is forced\n"
1487 "Distance\n" "Number\n")
Harald Welteb720bd32009-12-21 16:51:50 +01001488{
Harald Weltedcccb182010-05-16 20:52:23 +02001489 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welteb720bd32009-12-21 16:51:50 +01001490 gsmnet->handover.max_distance = atoi(argv[0]);
1491 return CMD_SUCCESS;
1492}
Harald Weltebc814502009-12-19 21:41:52 +01001493
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001494DEFUN(cfg_net_pag_any_tch,
1495 cfg_net_pag_any_tch_cmd,
1496 "paging any use tch (0|1)",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001497 "Assign a TCH when receiving a Paging Any request\n"
1498 "Any Channel\n" "Use\n" "TCH\n"
1499 "Do not use TCH for Paging Request Any\n"
1500 "Do use TCH for Paging Request Any\n")
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001501{
Holger Hans Peter Freytherb0e88b82010-09-06 10:09:19 +08001502 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08001503 gsmnet->pag_any_tch = atoi(argv[0]);
1504 gsm_net_update_ctype(gsmnet);
1505 return CMD_SUCCESS;
1506}
1507
Holger Hans Peter Freytherc8021062009-12-22 08:27:21 +01001508#define DECLARE_TIMER(number, doc) \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001509 DEFUN(cfg_net_T##number, \
1510 cfg_net_T##number##_cmd, \
1511 "timer t" #number " <0-65535>", \
Harald Welte8f0ed552010-05-11 21:53:49 +02001512 "Configure GSM Timers\n" \
Holger Hans Peter Freyther5dd295f2014-04-11 19:30:27 +02001513 doc "Timer Value in seconds\n") \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001514{ \
Harald Weltedcccb182010-05-16 20:52:23 +02001515 struct gsm_network *gsmnet = gsmnet_from_vty(vty); \
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001516 int value = atoi(argv[0]); \
1517 \
1518 if (value < 0 || value > 65535) { \
1519 vty_out(vty, "Timer value %s out of range.%s", \
1520 argv[0], VTY_NEWLINE); \
1521 return CMD_WARNING; \
1522 } \
1523 \
1524 gsmnet->T##number = value; \
1525 return CMD_SUCCESS; \
1526}
1527
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001528DECLARE_TIMER(3101, "Set the timeout value for IMMEDIATE ASSIGNMENT.\n")
1529DECLARE_TIMER(3103, "Set the timeout value for HANDOVER.\n")
Harald Welte67161f22012-06-03 13:01:47 +02001530DECLARE_TIMER(3105, "Set the timer for repetition of PHYSICAL INFORMATION.\n")
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001531DECLARE_TIMER(3107, "Currently not used.\n")
Holger Hans Peter Freytherb3489392011-12-28 16:21:05 +01001532DECLARE_TIMER(3109, "Set the RSL SACCH deactivation timeout.\n")
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001533DECLARE_TIMER(3111, "Set the RSL timeout to wait before releasing the RF Channel.\n")
1534DECLARE_TIMER(3113, "Set the time to try paging a subscriber.\n")
1535DECLARE_TIMER(3115, "Currently not used.\n")
1536DECLARE_TIMER(3117, "Currently not used.\n")
1537DECLARE_TIMER(3119, "Currently not used.\n")
1538DECLARE_TIMER(3122, "Waiting time (seconds) after IMM ASS REJECT\n")
1539DECLARE_TIMER(3141, "Currently not used.\n")
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001540
Maxc08ee712016-05-11 12:45:13 +02001541DEFUN_DEPRECATED(cfg_net_dtx,
1542 cfg_net_dtx_cmd,
1543 "dtx-used (0|1)",
1544 ".HIDDEN\n""Obsolete\n""Obsolete\n")
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08001545{
Maxc08ee712016-05-11 12:45:13 +02001546 vty_out(vty, "%% 'dtx-used' is now deprecated: use dtx * "
1547 "configuration options of BTS instead%s", VTY_NEWLINE);
1548 return CMD_SUCCESS;
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08001549}
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01001550
Harald Welte5258fc42009-03-28 19:07:53 +00001551/* per-BTS configuration */
1552DEFUN(cfg_bts,
1553 cfg_bts_cmd,
Harald Welte57e07242012-08-17 12:50:14 +02001554 "bts <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001555 "Select a BTS to configure\n"
1556 "BTS Number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001557{
Harald Weltedcccb182010-05-16 20:52:23 +02001558 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte5258fc42009-03-28 19:07:53 +00001559 int bts_nr = atoi(argv[0]);
1560 struct gsm_bts *bts;
1561
Harald Weltee441d9c2009-06-21 16:17:15 +02001562 if (bts_nr > gsmnet->num_bts) {
1563 vty_out(vty, "%% The next unused BTS number is %u%s",
1564 gsmnet->num_bts, VTY_NEWLINE);
Harald Welte5258fc42009-03-28 19:07:53 +00001565 return CMD_WARNING;
Harald Weltee441d9c2009-06-21 16:17:15 +02001566 } else if (bts_nr == gsmnet->num_bts) {
1567 /* allocate a new one */
Harald Welte3300c012011-06-05 13:31:33 +02001568 bts = gsm_bts_alloc_register(gsmnet, GSM_BTS_TYPE_UNKNOWN,
Harald Weltea2bbc5e2015-11-20 10:43:31 +01001569 HARDCODED_BSIC);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02001570 } else
Harald Weltee441d9c2009-06-21 16:17:15 +02001571 bts = gsm_bts_num(gsmnet, bts_nr);
1572
Daniel Willmannf15c2762010-01-11 13:43:07 +01001573 if (!bts) {
1574 vty_out(vty, "%% Unable to allocate BTS %u%s",
1575 gsmnet->num_bts, VTY_NEWLINE);
Harald Weltee441d9c2009-06-21 16:17:15 +02001576 return CMD_WARNING;
Daniel Willmannf15c2762010-01-11 13:43:07 +01001577 }
Harald Welte5258fc42009-03-28 19:07:53 +00001578
1579 vty->index = bts;
Harald Welte197dea92010-05-14 17:59:53 +02001580 vty->index_sub = &bts->description;
Harald Welte5258fc42009-03-28 19:07:53 +00001581 vty->node = BTS_NODE;
1582
1583 return CMD_SUCCESS;
1584}
1585
1586DEFUN(cfg_bts_type,
1587 cfg_bts_type_cmd,
Harald Weltee555c2b2012-08-17 13:02:12 +02001588 "type TYPE", /* dynamically created */
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001589 "Set the BTS type\n" "Type\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001590{
1591 struct gsm_bts *bts = vty->index;
Harald Welte39315c42010-01-10 18:01:52 +01001592 int rc;
Harald Welte5258fc42009-03-28 19:07:53 +00001593
Harald Welte39315c42010-01-10 18:01:52 +01001594 rc = gsm_set_bts_type(bts, parse_btstype(argv[0]));
1595 if (rc < 0)
1596 return CMD_WARNING;
Harald Welte8175e952009-10-20 00:22:00 +02001597
Harald Welte5258fc42009-03-28 19:07:53 +00001598 return CMD_SUCCESS;
1599}
1600
Harald Weltefcd24452009-06-20 18:15:19 +02001601DEFUN(cfg_bts_band,
1602 cfg_bts_band_cmd,
1603 "band BAND",
Holger Hans Peter Freyther08542562011-10-03 23:42:06 +02001604 "Set the frequency band of this BTS\n" "Frequency band\n")
Harald Weltefcd24452009-06-20 18:15:19 +02001605{
1606 struct gsm_bts *bts = vty->index;
Harald Welte42581822009-08-08 16:12:58 +02001607 int band = gsm_band_parse(argv[0]);
Harald Weltefcd24452009-06-20 18:15:19 +02001608
1609 if (band < 0) {
1610 vty_out(vty, "%% BAND %d is not a valid GSM band%s",
1611 band, VTY_NEWLINE);
1612 return CMD_WARNING;
1613 }
1614
1615 bts->band = band;
1616
1617 return CMD_SUCCESS;
1618}
1619
Maxc08ee712016-05-11 12:45:13 +02001620DEFUN(cfg_bts_dtxu, cfg_bts_dtxu_cmd, "dtx uplink [force]",
1621 "Configure discontinuous transmission\n"
1622 "Enable Uplink DTX for this BTS\n"
1623 "MS 'shall' use DTXu instead of 'may' use (might not be supported by "
1624 "older phones).\n")
1625{
1626 struct gsm_bts *bts = vty->index;
1627
1628 bts->dtxu = (argc > 0) ? GSM48_DTX_SHALL_BE_USED : GSM48_DTX_MAY_BE_USED;
Max60795282016-06-06 11:30:57 +02001629 if (!is_ipaccess_bts(bts))
1630 vty_out(vty, "%% DTX enabled on non-IP BTS: this configuration "
1631 "neither supported nor tested!%s", VTY_NEWLINE);
Maxc08ee712016-05-11 12:45:13 +02001632 return CMD_SUCCESS;
1633}
1634
1635DEFUN(cfg_bts_no_dtxu, cfg_bts_no_dtxu_cmd, "no dtx uplink",
1636 NO_STR
1637 "Configure discontinuous transmission\n"
1638 "Disable Uplink DTX for this BTS\n")
1639{
1640 struct gsm_bts *bts = vty->index;
1641
1642 bts->dtxu = GSM48_DTX_SHALL_NOT_BE_USED;
1643
1644 return CMD_SUCCESS;
1645}
1646
1647DEFUN(cfg_bts_dtxd, cfg_bts_dtxd_cmd, "dtx downlink",
1648 "Configure discontinuous transmission\n"
1649 "Enable Downlink DTX for this BTS\n")
1650{
1651 struct gsm_bts *bts = vty->index;
1652
1653 bts->dtxd = true;
Max60795282016-06-06 11:30:57 +02001654 if (!is_ipaccess_bts(bts))
1655 vty_out(vty, "%% DTX enabled on non-IP BTS: this configuration "
1656 "neither supported nor tested!%s", VTY_NEWLINE);
Maxc08ee712016-05-11 12:45:13 +02001657 return CMD_SUCCESS;
1658}
1659
1660DEFUN(cfg_bts_no_dtxd, cfg_bts_no_dtxd_cmd, "no dtx downlink",
1661 NO_STR
1662 "Configure discontinuous transmission\n"
1663 "Disable Downlink DTX for this BTS\n")
1664{
1665 struct gsm_bts *bts = vty->index;
1666
1667 bts->dtxd = false;
1668
1669 return CMD_SUCCESS;
1670}
1671
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02001672DEFUN(cfg_bts_ci,
1673 cfg_bts_ci_cmd,
1674 "cell_identity <0-65535>",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001675 "Set the Cell identity of this BTS\n" "Cell Identity\n")
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02001676{
1677 struct gsm_bts *bts = vty->index;
1678 int ci = atoi(argv[0]);
1679
1680 if (ci < 0 || ci > 0xffff) {
1681 vty_out(vty, "%% CI %d is not in the valid range (0-65535)%s",
1682 ci, VTY_NEWLINE);
1683 return CMD_WARNING;
1684 }
1685 bts->cell_identity = ci;
1686
1687 return CMD_SUCCESS;
1688}
1689
Harald Welte5258fc42009-03-28 19:07:53 +00001690DEFUN(cfg_bts_lac,
1691 cfg_bts_lac_cmd,
Holger Hans Peter Freyther0b7f4b32009-09-29 14:02:33 +02001692 "location_area_code <0-65535>",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001693 "Set the Location Area Code (LAC) of this BTS\n" "LAC\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001694{
1695 struct gsm_bts *bts = vty->index;
1696 int lac = atoi(argv[0]);
1697
Holger Hans Peter Freyther0b7f4b32009-09-29 14:02:33 +02001698 if (lac < 0 || lac > 0xffff) {
1699 vty_out(vty, "%% LAC %d is not in the valid range (0-65535)%s",
Harald Welte5258fc42009-03-28 19:07:53 +00001700 lac, VTY_NEWLINE);
1701 return CMD_WARNING;
1702 }
Holger Hans Peter Freythere48b9562009-10-01 04:07:15 +02001703
1704 if (lac == GSM_LAC_RESERVED_DETACHED || lac == GSM_LAC_RESERVED_ALL_BTS) {
1705 vty_out(vty, "%% LAC %d is reserved by GSM 04.08%s",
1706 lac, VTY_NEWLINE);
1707 return CMD_WARNING;
1708 }
1709
Harald Welte5258fc42009-03-28 19:07:53 +00001710 bts->location_area_code = lac;
1711
1712 return CMD_SUCCESS;
1713}
1714
Harald Weltea43f7892009-12-01 18:04:30 +05301715
Harald Weltea2bbc5e2015-11-20 10:43:31 +01001716/* compatibility wrapper for old config files */
1717DEFUN_HIDDEN(cfg_bts_tsc,
Harald Welte5258fc42009-03-28 19:07:53 +00001718 cfg_bts_tsc_cmd,
Harald Weltec513ded2012-05-31 10:57:08 +02001719 "training_sequence_code <0-7>",
Holger Hans Peter Freyther64c17fa2012-07-21 00:27:10 +02001720 "Set the Training Sequence Code (TSC) of this BTS\n" "TSC\n")
Harald Welte5258fc42009-03-28 19:07:53 +00001721{
Harald Welte5258fc42009-03-28 19:07:53 +00001722 return CMD_SUCCESS;
1723}
1724
Harald Welte78f2f502009-05-23 16:56:52 +00001725DEFUN(cfg_bts_bsic,
1726 cfg_bts_bsic_cmd,
1727 "base_station_id_code <0-63>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001728 "Set the Base Station Identity Code (BSIC) of this BTS\n"
1729 "BSIC of this BTS\n")
Harald Welte78f2f502009-05-23 16:56:52 +00001730{
1731 struct gsm_bts *bts = vty->index;
1732 int bsic = atoi(argv[0]);
1733
1734 if (bsic < 0 || bsic > 0x3f) {
Harald Welte42581822009-08-08 16:12:58 +02001735 vty_out(vty, "%% BSIC %d is not in the valid range (0-255)%s",
Harald Welte78f2f502009-05-23 16:56:52 +00001736 bsic, VTY_NEWLINE);
1737 return CMD_WARNING;
1738 }
1739 bts->bsic = bsic;
1740
1741 return CMD_SUCCESS;
1742}
1743
Harald Welte4cc34222009-05-01 15:12:31 +00001744DEFUN(cfg_bts_unit_id,
1745 cfg_bts_unit_id_cmd,
Harald Welte07dc73d2009-08-07 13:27:09 +02001746 "ip.access unit_id <0-65534> <0-255>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02001747 "Abis/IP specific options\n"
1748 "Set the IPA BTS Unit ID\n"
1749 "Unit ID (Site)\n"
1750 "Unit ID (BTS)\n")
Harald Welte4cc34222009-05-01 15:12:31 +00001751{
1752 struct gsm_bts *bts = vty->index;
1753 int site_id = atoi(argv[0]);
1754 int bts_id = atoi(argv[1]);
1755
Harald Welte07dc73d2009-08-07 13:27:09 +02001756 if (!is_ipaccess_bts(bts)) {
1757 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1758 return CMD_WARNING;
1759 }
1760
Harald Welte4cc34222009-05-01 15:12:31 +00001761 bts->ip_access.site_id = site_id;
1762 bts->ip_access.bts_id = bts_id;
1763
1764 return CMD_SUCCESS;
1765}
1766
Harald Welte8b291802013-03-12 13:57:05 +01001767DEFUN(cfg_bts_rsl_ip,
1768 cfg_bts_rsl_ip_cmd,
1769 "ip.access rsl-ip A.B.C.D",
1770 "Abis/IP specific options\n"
1771 "Set the IPA RSL IP Address of the BSC\n"
1772 "Destination IP address for RSL connection\n")
1773{
1774 struct gsm_bts *bts = vty->index;
1775 struct in_addr ia;
1776
1777 if (!is_ipaccess_bts(bts)) {
1778 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1779 return CMD_WARNING;
1780 }
1781
1782 inet_aton(argv[0], &ia);
1783 bts->ip_access.rsl_ip = ntohl(ia.s_addr);
1784
1785 return CMD_SUCCESS;
1786}
1787
Andreas Eversberg7d8fa342013-12-05 13:25:06 +01001788#define NOKIA_STR "Nokia *Site related commands\n"
Harald Welte8b291802013-03-12 13:57:05 +01001789
Sylvain Munautc9519462011-10-17 14:04:55 +02001790DEFUN(cfg_bts_nokia_site_skip_reset,
1791 cfg_bts_nokia_site_skip_reset_cmd,
1792 "nokia_site skip-reset (0|1)",
Andreas Eversberg7d8fa342013-12-05 13:25:06 +01001793 NOKIA_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001794 "Skip the reset step during bootstrap process of this BTS\n"
1795 "Do NOT skip the reset\n" "Skip the reset\n")
Sylvain Munautc9519462011-10-17 14:04:55 +02001796{
1797 struct gsm_bts *bts = vty->index;
1798
1799 if (bts->type != GSM_BTS_TYPE_NOKIA_SITE) {
1800 vty_out(vty, "%% BTS is not of Nokia *Site type%s", VTY_NEWLINE);
1801 return CMD_WARNING;
1802 }
1803
1804 bts->nokia.skip_reset = atoi(argv[0]);
1805
1806 return CMD_SUCCESS;
1807}
1808
Andreas Eversberg7d8fa342013-12-05 13:25:06 +01001809DEFUN(cfg_bts_nokia_site_no_loc_rel_cnf,
1810 cfg_bts_nokia_site_no_loc_rel_cnf_cmd,
1811 "nokia_site no-local-rel-conf (0|1)",
1812 NOKIA_STR
1813 "Do not wait for RELease CONFirm message when releasing channel locally\n"
1814 "Wait for RELease CONFirm\n" "Do not wait for RELease CONFirm\n")
1815{
1816 struct gsm_bts *bts = vty->index;
1817
1818 if (!is_nokia_bts(bts)) {
1819 vty_out(vty, "%% BTS is not of Nokia *Site type%s",
1820 VTY_NEWLINE);
1821 return CMD_WARNING;
1822 }
1823
1824 bts->nokia.no_loc_rel_cnf = atoi(argv[0]);
1825
1826 return CMD_SUCCESS;
1827}
1828
Sipos Csaba56e17662015-02-07 13:27:36 +01001829DEFUN(cfg_bts_nokia_site_bts_reset_timer_cnf,
1830 cfg_bts_nokia_site_bts_reset_timer_cnf_cmd,
1831 "nokia_site bts-reset-timer <15-100>",
1832 NOKIA_STR
1833 "The amount of time (in sec.) between BTS_RESET is sent,\n"
1834 "and the BTS is being bootstrapped.\n")
1835{
1836 struct gsm_bts *bts = vty->index;
1837
1838 if (!is_nokia_bts(bts)) {
1839 vty_out(vty, "%% BTS is not of Nokia *Site type%s",
1840 VTY_NEWLINE);
1841 return CMD_WARNING;
1842 }
1843
1844 bts->nokia.bts_reset_timer_cnf = atoi(argv[0]);
1845
1846 return CMD_SUCCESS;
1847}
Harald Welte8f0ed552010-05-11 21:53:49 +02001848#define OML_STR "Organization & Maintenance Link\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02001849#define IPA_STR "A-bis/IP Specific Options\n"
Harald Welte8f0ed552010-05-11 21:53:49 +02001850
Harald Welte8175e952009-10-20 00:22:00 +02001851DEFUN(cfg_bts_stream_id,
1852 cfg_bts_stream_id_cmd,
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001853 "oml ip.access stream_id <0-255> line E1_LINE",
Harald Welte8f0ed552010-05-11 21:53:49 +02001854 OML_STR IPA_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001855 "Set the ip.access Stream ID of the OML link of this BTS\n"
1856 "Stream Identifier\n" "Virtual E1 Line Number\n" "Virtual E1 Line Number\n")
Harald Welte8175e952009-10-20 00:22:00 +02001857{
1858 struct gsm_bts *bts = vty->index;
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001859 int stream_id = atoi(argv[0]), linenr = atoi(argv[1]);
Harald Welte8175e952009-10-20 00:22:00 +02001860
1861 if (!is_ipaccess_bts(bts)) {
1862 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1863 return CMD_WARNING;
1864 }
1865
1866 bts->oml_tei = stream_id;
Pablo Neira Ayusoed5cacb2011-08-17 22:44:07 +02001867 /* This is used by e1inp_bind_ops callback for each BTS model. */
1868 bts->oml_e1_link.e1_nr = linenr;
1869
1870 return CMD_SUCCESS;
1871}
1872
Harald Welted13e0cd2012-08-17 09:52:03 +02001873#define OML_E1_STR OML_STR "OML E1/T1 Configuration\n"
Harald Welte8175e952009-10-20 00:22:00 +02001874
Harald Welte42581822009-08-08 16:12:58 +02001875DEFUN(cfg_bts_oml_e1,
1876 cfg_bts_oml_e1_cmd,
1877 "oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welted13e0cd2012-08-17 09:52:03 +02001878 OML_E1_STR
1879 "E1/T1 line number to be used for OML\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02001880 "E1/T1 line number to be used for OML\n"
1881 "E1/T1 timeslot to be used for OML\n"
1882 "E1/T1 timeslot to be used for OML\n"
1883 "E1/T1 sub-slot to be used for OML\n"
1884 "Use E1/T1 sub-slot 0\n"
1885 "Use E1/T1 sub-slot 1\n"
1886 "Use E1/T1 sub-slot 2\n"
1887 "Use E1/T1 sub-slot 3\n"
1888 "Use full E1 slot 3\n"
1889 )
Harald Welte42581822009-08-08 16:12:58 +02001890{
1891 struct gsm_bts *bts = vty->index;
1892
1893 parse_e1_link(&bts->oml_e1_link, argv[0], argv[1], argv[2]);
1894
1895 return CMD_SUCCESS;
1896}
1897
1898
1899DEFUN(cfg_bts_oml_e1_tei,
1900 cfg_bts_oml_e1_tei_cmd,
1901 "oml e1 tei <0-63>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001902 OML_E1_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001903 "Set the TEI to be used for OML\n"
1904 "TEI Number\n")
Harald Welte42581822009-08-08 16:12:58 +02001905{
1906 struct gsm_bts *bts = vty->index;
1907
1908 bts->oml_tei = atoi(argv[0]);
1909
1910 return CMD_SUCCESS;
1911}
1912
Harald Welte7a8fa412009-08-10 13:48:16 +02001913DEFUN(cfg_bts_challoc, cfg_bts_challoc_cmd,
1914 "channel allocator (ascending|descending)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001915 "Channnel Allocator\n" "Channel Allocator\n"
1916 "Allocate Timeslots and Transceivers in ascending order\n"
1917 "Allocate Timeslots and Transceivers in descending order\n")
Harald Welte7a8fa412009-08-10 13:48:16 +02001918{
1919 struct gsm_bts *bts = vty->index;
1920
1921 if (!strcmp(argv[0], "ascending"))
1922 bts->chan_alloc_reverse = 0;
1923 else
1924 bts->chan_alloc_reverse = 1;
1925
1926 return CMD_SUCCESS;
1927}
1928
Harald Welte8f0ed552010-05-11 21:53:49 +02001929#define RACH_STR "Random Access Control Channel\n"
1930
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01001931DEFUN(cfg_bts_rach_tx_integer,
1932 cfg_bts_rach_tx_integer_cmd,
1933 "rach tx integer <0-15>",
Harald Welte8f0ed552010-05-11 21:53:49 +02001934 RACH_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001935 "Set the raw tx integer value in RACH Control parameters IE\n"
1936 "Set the raw tx integer value in RACH Control parameters IE\n"
1937 "Raw tx integer value in RACH Control parameters IE\n")
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01001938{
1939 struct gsm_bts *bts = vty->index;
1940 bts->si_common.rach_control.tx_integer = atoi(argv[0]) & 0xf;
1941 return CMD_SUCCESS;
1942}
1943
1944DEFUN(cfg_bts_rach_max_trans,
1945 cfg_bts_rach_max_trans_cmd,
1946 "rach max transmission (1|2|4|7)",
Harald Welte8f0ed552010-05-11 21:53:49 +02001947 RACH_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02001948 "Set the maximum number of RACH burst transmissions\n"
1949 "Set the maximum number of RACH burst transmissions\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02001950 "Maximum number of 1 RACH burst transmissions\n"
1951 "Maximum number of 2 RACH burst transmissions\n"
1952 "Maximum number of 4 RACH burst transmissions\n"
1953 "Maximum number of 7 RACH burst transmissions\n")
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01001954{
1955 struct gsm_bts *bts = vty->index;
1956 bts->si_common.rach_control.max_trans = rach_max_trans_val2raw(atoi(argv[0]));
1957 return CMD_SUCCESS;
1958}
1959
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +02001960#define CD_STR "Channel Description\n"
1961
1962DEFUN(cfg_bts_chan_desc_att,
1963 cfg_bts_chan_desc_att_cmd,
1964 "channel-descrption attach (0|1)",
1965 CD_STR
1966 "Set if attachment is required\n"
1967 "Attachment is NOT required\n"
1968 "Attachment is required (standard)\n")
1969{
1970 struct gsm_bts *bts = vty->index;
1971 bts->si_common.chan_desc.att = atoi(argv[0]);
1972 return CMD_SUCCESS;
1973}
1974
1975DEFUN(cfg_bts_chan_desc_bs_pa_mfrms,
1976 cfg_bts_chan_desc_bs_pa_mfrms_cmd,
1977 "channel-descrption bs-pa-mfrms <2-9>",
1978 CD_STR
1979 "Set number of multiframe periods for paging groups\n"
1980 "Number of multiframe periods for paging groups\n")
1981{
1982 struct gsm_bts *bts = vty->index;
1983 int bs_pa_mfrms = atoi(argv[0]);
1984
1985 bts->si_common.chan_desc.bs_pa_mfrms = bs_pa_mfrms - 2;
1986 return CMD_SUCCESS;
1987}
1988
1989DEFUN(cfg_bts_chan_desc_bs_ag_blks_res,
1990 cfg_bts_chan_desc_bs_ag_blks_res_cmd,
1991 "channel-descrption bs-ag-blks-res <0-7>",
1992 CD_STR
1993 "Set number of blocks reserved for access grant\n"
1994 "Number of blocks reserved for access grant\n")
1995{
1996 struct gsm_bts *bts = vty->index;
1997 int bs_ag_blks_res = atoi(argv[0]);
1998
1999 bts->si_common.chan_desc.bs_ag_blks_res = bs_ag_blks_res;
2000 return CMD_SUCCESS;
2001}
2002
Harald Welte8f0ed552010-05-11 21:53:49 +02002003#define NM_STR "Network Management\n"
2004
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08002005DEFUN(cfg_bts_rach_nm_b_thresh,
2006 cfg_bts_rach_nm_b_thresh_cmd,
2007 "rach nm busy threshold <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002008 RACH_STR NM_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02002009 "Set the NM Busy Threshold\n"
2010 "Set the NM Busy Threshold\n"
2011 "NM Busy Threshold in dB")
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08002012{
2013 struct gsm_bts *bts = vty->index;
2014 bts->rach_b_thresh = atoi(argv[0]);
2015 return CMD_SUCCESS;
2016}
2017
2018DEFUN(cfg_bts_rach_nm_ldavg,
2019 cfg_bts_rach_nm_ldavg_cmd,
2020 "rach nm load average <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002021 RACH_STR NM_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02002022 "Set the NM Loadaverage Slots value\n"
2023 "Set the NM Loadaverage Slots value\n"
2024 "NM Loadaverage Slots value\n")
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08002025{
2026 struct gsm_bts *bts = vty->index;
2027 bts->rach_ldavg_slots = atoi(argv[0]);
2028 return CMD_SUCCESS;
2029}
2030
Harald Welte (local)5dececf2009-08-12 13:28:23 +02002031DEFUN(cfg_bts_cell_barred, cfg_bts_cell_barred_cmd,
2032 "cell barred (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002033 "Should this cell be barred from access?\n"
2034 "Should this cell be barred from access?\n"
2035 "Cell should NOT be barred\n"
2036 "Cell should be barred\n")
2037
Harald Welte (local)5dececf2009-08-12 13:28:23 +02002038{
2039 struct gsm_bts *bts = vty->index;
2040
Harald Welte71355012009-12-21 23:08:18 +01002041 bts->si_common.rach_control.cell_bar = atoi(argv[0]);
Harald Welte (local)5dececf2009-08-12 13:28:23 +02002042
2043 return CMD_SUCCESS;
2044}
2045
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08002046DEFUN(cfg_bts_rach_ec_allowed, cfg_bts_rach_ec_allowed_cmd,
2047 "rach emergency call allowed (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002048 RACH_STR
2049 "Should this cell allow emergency calls?\n"
2050 "Should this cell allow emergency calls?\n"
2051 "Should this cell allow emergency calls?\n"
2052 "Do NOT allow emergency calls\n"
2053 "Allow emergency calls\n")
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08002054{
2055 struct gsm_bts *bts = vty->index;
2056
2057 if (atoi(argv[0]) == 0)
2058 bts->si_common.rach_control.t2 |= 0x4;
2059 else
2060 bts->si_common.rach_control.t2 &= ~0x4;
2061
2062 return CMD_SUCCESS;
2063}
2064
Ivan Kluchnikov67920592013-09-16 13:13:04 +04002065DEFUN(cfg_bts_rach_ac_class, cfg_bts_rach_ac_class_cmd,
2066 "rach access-control-class (0|1|2|3|4|5|6|7|8|9|11|12|13|14|15) (barred|allowed)",
2067 RACH_STR
2068 "Set access control class\n"
2069 "Access control class 0\n"
2070 "Access control class 1\n"
2071 "Access control class 2\n"
2072 "Access control class 3\n"
2073 "Access control class 4\n"
2074 "Access control class 5\n"
2075 "Access control class 6\n"
2076 "Access control class 7\n"
2077 "Access control class 8\n"
2078 "Access control class 9\n"
2079 "Access control class 11 for PLMN use\n"
2080 "Access control class 12 for security services\n"
2081 "Access control class 13 for public utilities (e.g. water/gas suppliers)\n"
2082 "Access control class 14 for emergency services\n"
2083 "Access control class 15 for PLMN staff\n"
2084 "barred to use access control class\n"
2085 "allowed to use access control class\n")
2086{
2087 struct gsm_bts *bts = vty->index;
2088
2089 uint8_t control_class;
2090 uint8_t allowed = 0;
2091
2092 if (strcmp(argv[1], "allowed") == 0)
2093 allowed = 1;
2094
2095 control_class = atoi(argv[0]);
2096 if (control_class < 8)
2097 if (allowed)
2098 bts->si_common.rach_control.t3 &= ~(0x1 << control_class);
2099 else
2100 bts->si_common.rach_control.t3 |= (0x1 << control_class);
2101 else
2102 if (allowed)
2103 bts->si_common.rach_control.t2 &= ~(0x1 << (control_class - 8));
2104 else
2105 bts->si_common.rach_control.t2 |= (0x1 << (control_class - 8));
2106
2107 return CMD_SUCCESS;
2108}
2109
Harald Welte (local)0e451d02009-08-13 10:14:26 +02002110DEFUN(cfg_bts_ms_max_power, cfg_bts_ms_max_power_cmd,
2111 "ms max power <0-40>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002112 "MS Options\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02002113 "Maximum transmit power of the MS\n"
2114 "Maximum transmit power of the MS\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02002115 "Maximum transmit power of the MS in dBm")
Harald Welte (local)0e451d02009-08-13 10:14:26 +02002116{
2117 struct gsm_bts *bts = vty->index;
2118
2119 bts->ms_max_power = atoi(argv[0]);
2120
2121 return CMD_SUCCESS;
2122}
2123
Harald Weltecfaabbb2012-08-16 23:23:50 +02002124#define CELL_STR "Cell Parameters\n"
2125
Harald Welte73225282009-12-12 18:17:25 +01002126DEFUN(cfg_bts_cell_resel_hyst, cfg_bts_cell_resel_hyst_cmd,
2127 "cell reselection hysteresis <0-14>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002128 CELL_STR "Cell re-selection parameters\n"
2129 "Cell Re-Selection Hysteresis in dB\n"
Harald Welte73225282009-12-12 18:17:25 +01002130 "Cell Re-Selection Hysteresis in dB")
2131{
2132 struct gsm_bts *bts = vty->index;
2133
2134 bts->si_common.cell_sel_par.cell_resel_hyst = atoi(argv[0])/2;
2135
2136 return CMD_SUCCESS;
2137}
2138
2139DEFUN(cfg_bts_rxlev_acc_min, cfg_bts_rxlev_acc_min_cmd,
2140 "rxlev access min <0-63>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002141 "Minimum RxLev needed for cell access\n"
2142 "Minimum RxLev needed for cell access\n"
2143 "Minimum RxLev needed for cell access\n"
Harald Welte73225282009-12-12 18:17:25 +01002144 "Minimum RxLev needed for cell access (better than -110dBm)")
2145{
2146 struct gsm_bts *bts = vty->index;
2147
2148 bts->si_common.cell_sel_par.rxlev_acc_min = atoi(argv[0]);
2149
2150 return CMD_SUCCESS;
2151}
2152
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002153DEFUN(cfg_bts_cell_bar_qualify, cfg_bts_cell_bar_qualify_cmd,
2154 "cell bar qualify (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002155 CELL_STR "Cell Bar Qualify\n" "Cell Bar Qualify\n"
2156 "Set CBQ to 0\n" "Set CBQ to 1\n")
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002157{
2158 struct gsm_bts *bts = vty->index;
2159
2160 bts->si_common.cell_ro_sel_par.present = 1;
2161 bts->si_common.cell_ro_sel_par.cbq = atoi(argv[0]);
2162
2163 return CMD_SUCCESS;
2164}
2165
2166DEFUN(cfg_bts_cell_resel_ofs, cfg_bts_cell_resel_ofs_cmd,
2167 "cell reselection offset <0-126>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002168 CELL_STR "Cell Re-Selection Parameters\n"
2169 "Cell Re-Selection Offset (CRO) in dB\n"
2170 "Cell Re-Selection Offset (CRO) in dB\n"
2171 )
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002172{
2173 struct gsm_bts *bts = vty->index;
2174
2175 bts->si_common.cell_ro_sel_par.present = 1;
2176 bts->si_common.cell_ro_sel_par.cell_resel_off = atoi(argv[0])/2;
2177
2178 return CMD_SUCCESS;
2179}
2180
2181DEFUN(cfg_bts_temp_ofs, cfg_bts_temp_ofs_cmd,
2182 "temporary offset <0-60>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002183 "Cell selection temporary negative offset\n"
2184 "Cell selection temporary negative offset\n"
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002185 "Cell selection temporary negative offset in dB")
2186{
2187 struct gsm_bts *bts = vty->index;
2188
2189 bts->si_common.cell_ro_sel_par.present = 1;
2190 bts->si_common.cell_ro_sel_par.temp_offs = atoi(argv[0])/10;
2191
2192 return CMD_SUCCESS;
2193}
2194
2195DEFUN(cfg_bts_temp_ofs_inf, cfg_bts_temp_ofs_inf_cmd,
2196 "temporary offset infinite",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002197 "Cell selection temporary negative offset\n"
2198 "Cell selection temporary negative offset\n"
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002199 "Sets cell selection temporary negative offset to infinity")
2200{
2201 struct gsm_bts *bts = vty->index;
2202
2203 bts->si_common.cell_ro_sel_par.present = 1;
2204 bts->si_common.cell_ro_sel_par.temp_offs = 7;
2205
2206 return CMD_SUCCESS;
2207}
2208
2209DEFUN(cfg_bts_penalty_time, cfg_bts_penalty_time_cmd,
2210 "penalty time <20-620>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002211 "Cell selection penalty time\n"
2212 "Cell selection penalty time\n"
2213 "Cell selection penalty time in seconds (by 20s increments)\n")
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002214{
2215 struct gsm_bts *bts = vty->index;
2216
2217 bts->si_common.cell_ro_sel_par.present = 1;
2218 bts->si_common.cell_ro_sel_par.penalty_time = (atoi(argv[0])-20)/20;
2219
2220 return CMD_SUCCESS;
2221}
2222
2223DEFUN(cfg_bts_penalty_time_rsvd, cfg_bts_penalty_time_rsvd_cmd,
2224 "penalty time reserved",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002225 "Cell selection penalty time\n"
2226 "Cell selection penalty time\n"
2227 "Set cell selection penalty time to reserved value 31, "
Sylvain Munaute0b06b02010-11-28 18:17:28 +01002228 "(indicate that CELL_RESELECT_OFFSET is subtracted from C2 "
2229 "and TEMPORARY_OFFSET is ignored)")
2230{
2231 struct gsm_bts *bts = vty->index;
2232
2233 bts->si_common.cell_ro_sel_par.present = 1;
2234 bts->si_common.cell_ro_sel_par.penalty_time = 31;
2235
2236 return CMD_SUCCESS;
2237}
2238
Harald Welte (local)efc92312009-08-14 23:09:25 +02002239DEFUN(cfg_bts_per_loc_upd, cfg_bts_per_loc_upd_cmd,
Daniel Willmann4d62d632012-12-27 00:02:01 +01002240 "periodic location update <6-1530>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002241 "Periodic Location Updating Interval\n"
2242 "Periodic Location Updating Interval\n"
2243 "Periodic Location Updating Interval\n"
2244 "Periodic Location Updating Interval in Minutes\n")
Harald Welte (local)efc92312009-08-14 23:09:25 +02002245{
2246 struct gsm_bts *bts = vty->index;
2247
Dieter Spaard6613e02010-10-05 21:10:55 +02002248 bts->si_common.chan_desc.t3212 = atoi(argv[0]) / 6;
Harald Welte (local)efc92312009-08-14 23:09:25 +02002249
2250 return CMD_SUCCESS;
2251}
2252
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +02002253DEFUN(cfg_bts_no_per_loc_upd, cfg_bts_no_per_loc_upd_cmd,
2254 "no periodic location update",
2255 NO_STR
2256 "Periodic Location Updating Interval\n"
2257 "Periodic Location Updating Interval\n"
2258 "Periodic Location Updating Interval\n")
2259{
2260 struct gsm_bts *bts = vty->index;
2261
2262 bts->si_common.chan_desc.t3212 = 0;
Andreas Eversberg4d4944a2013-03-10 11:49:35 +01002263
2264 return CMD_SUCCESS;
2265}
2266
2267DEFUN(cfg_bts_radio_link_timeout, cfg_bts_radio_link_timeout_cmd,
2268 "radio-link-timeout <4-64>",
2269 "Radio link timeout criterion (BTS side)\n"
2270 "Radio link timeout value (lost SACCH block)\n")
2271{
2272 struct gsm_bts *bts = vty->index;
2273
2274 set_radio_link_timeout(&bts->si_common.cell_options, atoi(argv[0]));
2275
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +02002276 return CMD_SUCCESS;
2277}
2278
Harald Welte8f0ed552010-05-11 21:53:49 +02002279#define GPRS_TEXT "GPRS Packet Network\n"
2280
Harald Welteaf387632010-03-14 23:30:30 +08002281DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
Harald Welte57ba7e32010-04-18 14:00:26 +02002282 "gprs cell bvci <2-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002283 GPRS_TEXT
2284 "GPRS Cell Settings\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02002285 "GPRS BSSGP VC Identifier\n"
Harald Welte97a282b2010-03-14 15:37:43 +08002286 "GPRS BSSGP VC Identifier")
2287{
2288 struct gsm_bts *bts = vty->index;
2289
Harald Welte4511d892010-04-18 15:51:20 +02002290 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002291 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2292 return CMD_WARNING;
2293 }
2294
Harald Welte97a282b2010-03-14 15:37:43 +08002295 bts->gprs.cell.bvci = atoi(argv[0]);
2296
2297 return CMD_SUCCESS;
2298}
2299
Harald Weltea5731cf2010-03-22 11:48:36 +08002300DEFUN(cfg_bts_gprs_nsei, cfg_bts_gprs_nsei_cmd,
2301 "gprs nsei <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002302 GPRS_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002303 "GPRS NS Entity Identifier\n"
Harald Weltea5731cf2010-03-22 11:48:36 +08002304 "GPRS NS Entity Identifier")
2305{
2306 struct gsm_bts *bts = vty->index;
2307
Harald Welte4511d892010-04-18 15:51:20 +02002308 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltea5731cf2010-03-22 11:48:36 +08002309 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2310 return CMD_WARNING;
2311 }
2312
2313 bts->gprs.nse.nsei = atoi(argv[0]);
2314
2315 return CMD_SUCCESS;
2316}
2317
Harald Welte8f0ed552010-05-11 21:53:49 +02002318#define NSVC_TEXT "Network Service Virtual Connection (NS-VC)\n" \
2319 "NSVC Logical Number\n"
Harald Weltea5731cf2010-03-22 11:48:36 +08002320
Harald Welte97a282b2010-03-14 15:37:43 +08002321DEFUN(cfg_bts_gprs_nsvci, cfg_bts_gprs_nsvci_cmd,
2322 "gprs nsvc <0-1> nsvci <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002323 GPRS_TEXT NSVC_TEXT
2324 "NS Virtual Connection Identifier\n"
Harald Welte97a282b2010-03-14 15:37:43 +08002325 "GPRS NS VC Identifier")
2326{
2327 struct gsm_bts *bts = vty->index;
2328 int idx = atoi(argv[0]);
2329
Harald Welte4511d892010-04-18 15:51:20 +02002330 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002331 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2332 return CMD_WARNING;
2333 }
2334
Harald Welte97a282b2010-03-14 15:37:43 +08002335 bts->gprs.nsvc[idx].nsvci = atoi(argv[1]);
2336
2337 return CMD_SUCCESS;
2338}
2339
Harald Welteaf387632010-03-14 23:30:30 +08002340DEFUN(cfg_bts_gprs_nsvc_lport, cfg_bts_gprs_nsvc_lport_cmd,
2341 "gprs nsvc <0-1> local udp port <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002342 GPRS_TEXT NSVC_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002343 "GPRS NS Local UDP Port\n"
2344 "GPRS NS Local UDP Port\n"
2345 "GPRS NS Local UDP Port\n"
Harald Welte13fe2192012-08-17 09:57:25 +02002346 "GPRS NS Local UDP Port Number\n")
Harald Welteaf387632010-03-14 23:30:30 +08002347{
2348 struct gsm_bts *bts = vty->index;
2349 int idx = atoi(argv[0]);
2350
Harald Welte4511d892010-04-18 15:51:20 +02002351 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002352 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2353 return CMD_WARNING;
2354 }
2355
Harald Welteaf387632010-03-14 23:30:30 +08002356 bts->gprs.nsvc[idx].local_port = atoi(argv[1]);
2357
2358 return CMD_SUCCESS;
2359}
2360
2361DEFUN(cfg_bts_gprs_nsvc_rport, cfg_bts_gprs_nsvc_rport_cmd,
2362 "gprs nsvc <0-1> remote udp port <0-65535>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002363 GPRS_TEXT NSVC_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002364 "GPRS NS Remote UDP Port\n"
2365 "GPRS NS Remote UDP Port\n"
Harald Welte13fe2192012-08-17 09:57:25 +02002366 "GPRS NS Remote UDP Port\n"
2367 "GPRS NS Remote UDP Port Number\n")
Harald Welteaf387632010-03-14 23:30:30 +08002368{
2369 struct gsm_bts *bts = vty->index;
2370 int idx = atoi(argv[0]);
2371
Harald Welte4511d892010-04-18 15:51:20 +02002372 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002373 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2374 return CMD_WARNING;
2375 }
2376
Harald Welteaf387632010-03-14 23:30:30 +08002377 bts->gprs.nsvc[idx].remote_port = atoi(argv[1]);
2378
2379 return CMD_SUCCESS;
2380}
2381
2382DEFUN(cfg_bts_gprs_nsvc_rip, cfg_bts_gprs_nsvc_rip_cmd,
2383 "gprs nsvc <0-1> remote ip A.B.C.D",
Harald Welte8f0ed552010-05-11 21:53:49 +02002384 GPRS_TEXT NSVC_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002385 "GPRS NS Remote IP Address\n"
2386 "GPRS NS Remote IP Address\n"
2387 "GPRS NS Remote IP Address\n")
Harald Welteaf387632010-03-14 23:30:30 +08002388{
2389 struct gsm_bts *bts = vty->index;
2390 int idx = atoi(argv[0]);
2391 struct in_addr ia;
2392
Harald Welte4511d892010-04-18 15:51:20 +02002393 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002394 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2395 return CMD_WARNING;
2396 }
2397
Harald Welteaf387632010-03-14 23:30:30 +08002398 inet_aton(argv[1], &ia);
2399 bts->gprs.nsvc[idx].remote_ip = ntohl(ia.s_addr);
2400
2401 return CMD_SUCCESS;
2402}
2403
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08002404DEFUN(cfg_bts_pag_free, cfg_bts_pag_free_cmd,
Harald Weltecfaabbb2012-08-16 23:23:50 +02002405 "paging free <-1-1024>",
2406 "Paging options\n"
2407 "Only page when having a certain amount of free slots\n"
2408 "amount of required free paging slots. -1 to disable\n")
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08002409{
2410 struct gsm_bts *bts = vty->index;
2411
2412 bts->paging.free_chans_need = atoi(argv[0]);
2413 return CMD_SUCCESS;
2414}
2415
Harald Welte615e9562010-05-11 23:50:21 +02002416DEFUN(cfg_bts_gprs_ns_timer, cfg_bts_gprs_ns_timer_cmd,
2417 "gprs ns timer " NS_TIMERS " <0-255>",
2418 GPRS_TEXT "Network Service\n"
2419 "Network Service Timer\n"
2420 NS_TIMERS_HELP "Timer Value\n")
2421{
2422 struct gsm_bts *bts = vty->index;
2423 int idx = get_string_value(gprs_ns_timer_strs, argv[0]);
2424 int val = atoi(argv[1]);
2425
2426 if (bts->gprs.mode == BTS_GPRS_NONE) {
2427 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2428 return CMD_WARNING;
2429 }
2430
2431 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.nse.timer))
2432 return CMD_WARNING;
2433
2434 bts->gprs.nse.timer[idx] = val;
2435
2436 return CMD_SUCCESS;
2437}
2438
2439#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 +02002440#define BSSGP_TIMERS_HELP \
2441 "Tbvc-block timeout\n" \
2442 "Tbvc-block retries\n" \
2443 "Tbvc-unblock retries\n" \
2444 "Tbvcc-reset timeout\n" \
2445 "Tbvc-reset retries\n" \
2446 "Tbvc-suspend timeout\n" \
2447 "Tbvc-suspend retries\n" \
2448 "Tbvc-resume timeout\n" \
2449 "Tbvc-resume retries\n" \
2450 "Tbvc-capa-update timeout\n" \
2451 "Tbvc-capa-update retries\n"
Harald Welte615e9562010-05-11 23:50:21 +02002452
2453DEFUN(cfg_bts_gprs_cell_timer, cfg_bts_gprs_cell_timer_cmd,
2454 "gprs cell timer " BSSGP_TIMERS " <0-255>",
2455 GPRS_TEXT "Cell / BSSGP\n"
2456 "Cell/BSSGP Timer\n"
2457 BSSGP_TIMERS_HELP "Timer Value\n")
2458{
2459 struct gsm_bts *bts = vty->index;
2460 int idx = get_string_value(gprs_bssgp_cfg_strs, argv[0]);
2461 int val = atoi(argv[1]);
2462
2463 if (bts->gprs.mode == BTS_GPRS_NONE) {
2464 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2465 return CMD_WARNING;
2466 }
2467
2468 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.cell.timer))
2469 return CMD_WARNING;
2470
2471 bts->gprs.cell.timer[idx] = val;
2472
2473 return CMD_SUCCESS;
2474}
2475
Harald Welte97a282b2010-03-14 15:37:43 +08002476DEFUN(cfg_bts_gprs_rac, cfg_bts_gprs_rac_cmd,
2477 "gprs routing area <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02002478 GPRS_TEXT
Harald Weltecfaabbb2012-08-16 23:23:50 +02002479 "GPRS Routing Area Code\n"
2480 "GPRS Routing Area Code\n"
2481 "GPRS Routing Area Code\n")
Harald Welte97a282b2010-03-14 15:37:43 +08002482{
2483 struct gsm_bts *bts = vty->index;
2484
Harald Welte4511d892010-04-18 15:51:20 +02002485 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte94036702010-03-14 23:56:56 +08002486 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2487 return CMD_WARNING;
2488 }
2489
Harald Welte97a282b2010-03-14 15:37:43 +08002490 bts->gprs.rac = atoi(argv[0]);
2491
2492 return CMD_SUCCESS;
2493}
2494
Max292ec582016-07-28 11:55:37 +02002495DEFUN(cfg_bts_gprs_ctrl_ack, cfg_bts_gprs_ctrl_ack_cmd,
2496 "gprs control-ack-type-rach", GPRS_TEXT
2497 "Set GPRS Control Ack Type for PACKET CONTROL ACKNOWLEDGMENT message to "
2498 "four access bursts format instead of default RLC/MAC control block\n")
2499{
2500 struct gsm_bts *bts = vty->index;
2501
2502 if (bts->gprs.mode == BTS_GPRS_NONE) {
2503 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2504 return CMD_WARNING;
2505 }
2506
2507 bts->gprs.ctrl_ack_type_use_block = false;
2508
2509 return CMD_SUCCESS;
2510}
2511
2512DEFUN(cfg_no_bts_gprs_ctrl_ack, cfg_no_bts_gprs_ctrl_ack_cmd,
2513 "no gprs control-ack-type-rach", NO_STR GPRS_TEXT
2514 "Set GPRS Control Ack Type for PACKET CONTROL ACKNOWLEDGMENT message to "
2515 "four access bursts format instead of default RLC/MAC control block\n")
2516{
2517 struct gsm_bts *bts = vty->index;
2518
2519 if (bts->gprs.mode == BTS_GPRS_NONE) {
2520 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2521 return CMD_WARNING;
2522 }
2523
2524 bts->gprs.ctrl_ack_type_use_block = true;
2525
2526 return CMD_SUCCESS;
2527}
2528
Andreas Eversberg0c8f9ca2013-03-16 16:31:26 +01002529DEFUN(cfg_bts_gprs_net_ctrl_ord, cfg_bts_gprs_net_ctrl_ord_cmd,
2530 "gprs network-control-order (nc0|nc1|nc2)",
2531 GPRS_TEXT
2532 "GPRS Network Control Order\n"
2533 "MS controlled cell re-selection, no measurement reporting\n"
2534 "MS controlled cell re-selection, MS sends measurement reports\n"
2535 "Network controlled cell re-selection, MS sends measurement reports\n")
2536{
2537 struct gsm_bts *bts = vty->index;
2538
2539 if (bts->gprs.mode == BTS_GPRS_NONE) {
2540 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2541 return CMD_WARNING;
2542 }
2543
2544 bts->gprs.net_ctrl_ord = atoi(argv[0] + 2);
2545
2546 return CMD_SUCCESS;
2547}
2548
Harald Welte4511d892010-04-18 15:51:20 +02002549DEFUN(cfg_bts_gprs_mode, cfg_bts_gprs_mode_cmd,
2550 "gprs mode (none|gprs|egprs)",
Harald Welte8f0ed552010-05-11 21:53:49 +02002551 GPRS_TEXT
2552 "GPRS Mode for this BTS\n"
2553 "GPRS Disabled on this BTS\n"
2554 "GPRS Enabled on this BTS\n"
2555 "EGPRS (EDGE) Enabled on this BTS\n")
Harald Welteaf387632010-03-14 23:30:30 +08002556{
2557 struct gsm_bts *bts = vty->index;
Holger Hans Peter Freyther4e13a8f2015-01-31 22:16:00 +01002558 enum bts_gprs_mode mode = bts_gprs_mode_parse(argv[0], NULL);
Harald Welteaf387632010-03-14 23:30:30 +08002559
Holger Hans Peter Freyther4e13a8f2015-01-31 22:16:00 +01002560 if (!bts_gprs_mode_is_compat(bts, mode)) {
Harald Weltef3d8e922010-06-14 22:44:42 +02002561 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2562 VTY_NEWLINE);
2563 return CMD_WARNING;
2564 }
2565
2566 bts->gprs.mode = mode;
Harald Welteaf387632010-03-14 23:30:30 +08002567
2568 return CMD_SUCCESS;
2569}
2570
bhargava350533c2016-07-21 11:14:34 +05302571DEFUN(cfg_bts_gprs_11bit_rach_support_for_egprs,
2572 cfg_bts_gprs_11bit_rach_support_for_egprs_cmd,
2573 "gprs 11bit_rach_support_for_egprs (0|1)",
2574 GPRS_TEXT "11 bit RACH options\n"
2575 "Disable 11 bit RACH for EGPRS\n"
2576 "Enable 11 bit RACH for EGPRS")
2577{
2578 struct gsm_bts *bts = vty->index;
2579
2580 bts->gprs.supports_egprs_11bit_rach = atoi(argv[0]);
2581
2582 if (bts->gprs.supports_egprs_11bit_rach > 1) {
2583 vty_out(vty, "Error in RACH type%s", VTY_NEWLINE);
2584 return CMD_WARNING;
2585 }
2586
2587 if ((bts->gprs.mode == BTS_GPRS_NONE) &&
2588 (bts->gprs.supports_egprs_11bit_rach == 1)) {
2589 vty_out(vty, "Error:gprs mode is none and 11bit rach is"
2590 " enabled%s", VTY_NEWLINE);
2591 return CMD_WARNING;
2592 }
2593
2594 return CMD_SUCCESS;
2595}
2596
Harald Welte9fbff4a2010-07-30 11:50:09 +02002597#define SI_TEXT "System Information Messages\n"
2598#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)"
2599#define SI_TYPE_HELP "System Information Type 1\n" \
2600 "System Information Type 2\n" \
2601 "System Information Type 3\n" \
2602 "System Information Type 4\n" \
2603 "System Information Type 5\n" \
2604 "System Information Type 6\n" \
2605 "System Information Type 7\n" \
2606 "System Information Type 8\n" \
2607 "System Information Type 9\n" \
2608 "System Information Type 10\n" \
2609 "System Information Type 13\n" \
2610 "System Information Type 16\n" \
2611 "System Information Type 17\n" \
2612 "System Information Type 18\n" \
2613 "System Information Type 19\n" \
2614 "System Information Type 20\n" \
2615 "System Information Type 2bis\n" \
2616 "System Information Type 2ter\n" \
2617 "System Information Type 2quater\n" \
2618 "System Information Type 5bis\n" \
2619 "System Information Type 5ter\n"
2620
2621DEFUN(cfg_bts_si_mode, cfg_bts_si_mode_cmd,
2622 "system-information " SI_TYPE_TEXT " mode (static|computed)",
2623 SI_TEXT SI_TYPE_HELP
2624 "System Information Mode\n"
2625 "Static user-specified\n"
2626 "Dynamic, BSC-computed\n")
2627{
2628 struct gsm_bts *bts = vty->index;
2629 int type;
2630
2631 type = get_string_value(osmo_sitype_strs, argv[0]);
2632 if (type < 0) {
2633 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2634 return CMD_WARNING;
2635 }
2636
2637 if (!strcmp(argv[1], "static"))
2638 bts->si_mode_static |= (1 << type);
2639 else
2640 bts->si_mode_static &= ~(1 << type);
2641
2642 return CMD_SUCCESS;
2643}
2644
2645DEFUN(cfg_bts_si_static, cfg_bts_si_static_cmd,
2646 "system-information " SI_TYPE_TEXT " static HEXSTRING",
2647 SI_TEXT SI_TYPE_HELP
2648 "Static System Information filling\n"
2649 "Static user-specified SI content in HEX notation\n")
2650{
2651 struct gsm_bts *bts = vty->index;
2652 int rc, type;
2653
2654 type = get_string_value(osmo_sitype_strs, argv[0]);
2655 if (type < 0) {
2656 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2657 return CMD_WARNING;
2658 }
2659
2660 if (!(bts->si_mode_static & (1 << type))) {
2661 vty_out(vty, "SI Type %s is not configured in static mode%s",
2662 get_value_string(osmo_sitype_strs, type), VTY_NEWLINE);
2663 return CMD_WARNING;
2664 }
2665
Harald Welte290aaed2010-07-30 11:53:18 +02002666 /* Fill buffer with padding pattern */
2667 memset(bts->si_buf[type], 0x2b, sizeof(bts->si_buf[type]));
2668
2669 /* Parse the user-specified SI in hex format, [partially] overwriting padding */
Pablo Neira Ayusoc0d17f22011-05-07 12:12:48 +02002670 rc = osmo_hexparse(argv[1], bts->si_buf[type], sizeof(bts->si_buf[0]));
Harald Welte9fbff4a2010-07-30 11:50:09 +02002671 if (rc < 0 || rc > sizeof(bts->si_buf[0])) {
2672 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
2673 return CMD_WARNING;
2674 }
2675
2676 /* Mark this SI as present */
2677 bts->si_valid |= (1 << type);
2678
2679 return CMD_SUCCESS;
2680}
2681
Harald Welte42def722017-01-13 00:10:32 +01002682DEFUN(cfg_bts_early_cm, cfg_bts_early_cm_cmd,
2683 "early-classmark-sending (allowed|forbidden)",
2684 "Early Classmark Sending\n"
2685 "Early Classmark Sending is allowed\n"
2686 "Early Classmark Sending is forbidden\n")
2687{
2688 struct gsm_bts *bts = vty->index;
Harald Welte42def722017-01-13 00:10:32 +01002689
2690 if (!strcmp(argv[0], "allowed"))
2691 bts->early_classmark_allowed = true;
2692 else
2693 bts->early_classmark_allowed = false;
2694
2695 return CMD_SUCCESS;
2696}
2697
Harald Welte32c09622011-01-11 23:44:56 +01002698DEFUN(cfg_bts_neigh_mode, cfg_bts_neigh_mode_cmd,
Harald Welte64c07d22011-02-15 11:43:27 +01002699 "neighbor-list mode (automatic|manual|manual-si5)",
Harald Welte32c09622011-01-11 23:44:56 +01002700 "Neighbor List\n" "Mode of Neighbor List generation\n"
Harald Welte64c07d22011-02-15 11:43:27 +01002701 "Automatically from all BTS in this OpenBSC\n" "Manual\n"
2702 "Manual with different lists for SI2 and SI5\n")
Harald Welte32c09622011-01-11 23:44:56 +01002703{
2704 struct gsm_bts *bts = vty->index;
Harald Welte64c07d22011-02-15 11:43:27 +01002705 int mode = get_string_value(bts_neigh_mode_strs, argv[0]);
Harald Welte32c09622011-01-11 23:44:56 +01002706
Harald Welte64c07d22011-02-15 11:43:27 +01002707 switch (mode) {
2708 case NL_MODE_MANUAL_SI5SEP:
2709 case NL_MODE_MANUAL:
Harald Welte32c09622011-01-11 23:44:56 +01002710 /* make sure we clear the current list when switching to
2711 * manual mode */
2712 if (bts->neigh_list_manual_mode == 0)
2713 memset(&bts->si_common.data.neigh_list, 0,
2714 sizeof(bts->si_common.data.neigh_list));
Harald Welte64c07d22011-02-15 11:43:27 +01002715 break;
2716 default:
2717 break;
2718 }
2719
2720 bts->neigh_list_manual_mode = mode;
Harald Welte32c09622011-01-11 23:44:56 +01002721
2722 return CMD_SUCCESS;
2723}
2724
2725DEFUN(cfg_bts_neigh, cfg_bts_neigh_cmd,
Harald Welte1fe73a12012-01-29 13:24:12 +01002726 "neighbor-list (add|del) arfcn <0-1023>",
Harald Welte32c09622011-01-11 23:44:56 +01002727 "Neighbor List\n" "Add to manual neighbor list\n"
2728 "Delete from manual neighbor list\n" "ARFCN of neighbor\n"
2729 "ARFCN of neighbor\n")
2730{
2731 struct gsm_bts *bts = vty->index;
2732 struct bitvec *bv = &bts->si_common.neigh_list;
2733 uint16_t arfcn = atoi(argv[1]);
2734
2735 if (!bts->neigh_list_manual_mode) {
2736 vty_out(vty, "%% Cannot configure neighbor list in "
2737 "automatic mode%s", VTY_NEWLINE);
2738 return CMD_WARNING;
2739 }
2740
2741 if (!strcmp(argv[0], "add"))
2742 bitvec_set_bit_pos(bv, arfcn, 1);
2743 else
2744 bitvec_set_bit_pos(bv, arfcn, 0);
2745
2746 return CMD_SUCCESS;
2747}
2748
Max35697b92016-04-29 12:51:31 +02002749
Max59a1bf32016-04-15 16:04:46 +02002750DEFUN(cfg_bts_si2quater_neigh_add, cfg_bts_si2quater_neigh_add_cmd,
Max35697b92016-04-29 12:51:31 +02002751 "si2quater neighbor-list add earfcn <0-65535> threshold <0-31> "
2752 "[<0-7>]", "SI2quater Neighbor List\n"
Max59a1bf32016-04-15 16:04:46 +02002753 "SI2quater Neighbor List\n" "Add to manual SI2quater neighbor list\n"
2754 "EARFCN of neighbor\n" "EARFCN of neighbor\n" "threshold high bits\n"
2755 "threshold high bits\n" "measurement bandwidth\n")
2756{
2757 struct gsm_bts *bts = vty->index;
2758 struct osmo_earfcn_si2q *e = &bts->si_common.si2quater_neigh_list;
2759 uint16_t arfcn = atoi(argv[0]);
2760 uint8_t meas = OSMO_EARFCN_MEAS_INVALID, thresh = atoi(argv[1]);
2761 int r;
2762
2763 if (3 == argc)
2764 meas = atoi(argv[2]);
2765
2766 r = osmo_earfcn_add(e, arfcn, meas);
2767
2768 if (r < 0) {
Harald Welte1cd50582016-11-26 15:04:39 +01002769 vty_out(vty, "Unable to add arfcn %u: %s%s", arfcn, strerror(-r),
Max59a1bf32016-04-15 16:04:46 +02002770 VTY_NEWLINE);
2771 return CMD_WARNING;
2772 }
Maxaafff962016-04-20 15:57:14 +02002773 if (si2q_size_check(bts)) {
2774 if (e->thresh_hi && thresh != e->thresh_hi)
2775 vty_out(vty, "Warning: multiple thresholds are not "
2776 "supported, overriding previous threshold %u%s",
2777 e->thresh_hi, VTY_NEWLINE);
Max59a1bf32016-04-15 16:04:46 +02002778
Maxaafff962016-04-20 15:57:14 +02002779 e->thresh_hi = thresh;
2780 return CMD_SUCCESS;
2781 }
2782 vty_out(vty, "Warning: not enough space in si2quater for a given arfcn%s"
2783 , VTY_NEWLINE);
2784 osmo_earfcn_del(e, arfcn);
2785 return CMD_WARNING;
Max59a1bf32016-04-15 16:04:46 +02002786}
2787
2788DEFUN(cfg_bts_si2quater_neigh_del, cfg_bts_si2quater_neigh_del_cmd,
Max35697b92016-04-29 12:51:31 +02002789 "si2quater neighbor-list del earfcn <0-65535>",
Max59a1bf32016-04-15 16:04:46 +02002790 "SI2quater Neighbor List\n"
2791 "SI2quater Neighbor List\n"
2792 "Delete from SI2quater manual neighbor list\n"
Max36212f22016-04-20 12:06:05 +02002793 "EARFCN of neighbor\n"
2794 "EARFCN\n")
Max59a1bf32016-04-15 16:04:46 +02002795{
2796 struct gsm_bts *bts = vty->index;
2797 struct osmo_earfcn_si2q *e = &bts->si_common.si2quater_neigh_list;
Max0c1bc262016-04-20 12:06:06 +02002798 uint16_t arfcn = atoi(argv[0]);
Max59a1bf32016-04-15 16:04:46 +02002799 int r = osmo_earfcn_del(e, arfcn);
2800 if (r < 0) {
2801 vty_out(vty, "Unable to delete arfcn %u: %s%s", arfcn,
Max0c1bc262016-04-20 12:06:06 +02002802 strerror(-r), VTY_NEWLINE);
Max59a1bf32016-04-15 16:04:46 +02002803 return CMD_WARNING;
2804 }
2805
2806 return CMD_SUCCESS;
2807}
2808
Max26679e02016-04-20 15:57:13 +02002809DEFUN(cfg_bts_si2quater_uarfcn_add, cfg_bts_si2quater_uarfcn_add_cmd,
Max35697b92016-04-29 12:51:31 +02002810 "si2quater neighbor-list add uarfcn <0-16383> <0-511> <0-1>",
Max26679e02016-04-20 15:57:13 +02002811 "SI2quater Neighbor List\n"
2812 "SI2quater Neighbor List\n" "Add to manual SI2quater neighbor list\n"
2813 "UARFCN of neighbor\n" "UARFCN of neighbor\n" "scrambling code\n"
2814 "diversity bit\n")
2815{
2816 struct gsm_bts *bts = vty->index;
2817 uint16_t arfcn = atoi(argv[0]), scramble = atoi(argv[1]);
2818
2819 switch(bts_uarfcn_add(bts, arfcn, scramble, atoi(argv[2]))) {
2820 case -ENOMEM:
2821 vty_out(vty, "Unable to add arfcn: max number of UARFCNs (%u) "
2822 "reached%s", MAX_EARFCN_LIST, VTY_NEWLINE);
Harald Weltea191dcd2016-11-26 15:06:37 +01002823 return CMD_WARNING;
Maxaafff962016-04-20 15:57:14 +02002824 case -ENOSPC:
2825 vty_out(vty, "Warning: not enough space in si2quater for a "
2826 "given arfcn%s", VTY_NEWLINE);
Harald Weltea191dcd2016-11-26 15:06:37 +01002827 return CMD_WARNING;
Max26679e02016-04-20 15:57:13 +02002828 case -EADDRINUSE:
2829 vty_out(vty, "Unable to add arfcn: (%u, %u) is already added%s",
2830 arfcn, scramble, VTY_NEWLINE);
2831 return CMD_WARNING;
2832 }
2833
2834 return CMD_SUCCESS;
2835}
2836
2837DEFUN(cfg_bts_si2quater_uarfcn_del, cfg_bts_si2quater_uarfcn_del_cmd,
Max35697b92016-04-29 12:51:31 +02002838 "si2quater neighbor-list del uarfcn <0-16383> <0-511>",
Max26679e02016-04-20 15:57:13 +02002839 "SI2quater Neighbor List\n"
2840 "SI2quater Neighbor List\n"
2841 "Delete from SI2quater manual neighbor list\n"
2842 "UARFCN of neighbor\n"
2843 "UARFCN\n"
2844 "scrambling code\n")
2845{
2846 struct gsm_bts *bts = vty->index;
2847
2848 if (bts_uarfcn_del(bts, atoi(argv[0]), atoi(argv[1])) < 0) {
2849 vty_out(vty, "Unable to delete uarfcn: pair not found%s",
2850 VTY_NEWLINE);
2851 return CMD_WARNING;
2852 }
2853
2854 return CMD_SUCCESS;
2855}
2856
Harald Welte64c07d22011-02-15 11:43:27 +01002857DEFUN(cfg_bts_si5_neigh, cfg_bts_si5_neigh_cmd,
Harald Welte1fe73a12012-01-29 13:24:12 +01002858 "si5 neighbor-list (add|del) arfcn <0-1023>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02002859 "SI5 Neighbor List\n"
Harald Welte64c07d22011-02-15 11:43:27 +01002860 "SI5 Neighbor List\n" "Add to manual SI5 neighbor list\n"
2861 "Delete from SI5 manual neighbor list\n" "ARFCN of neighbor\n"
2862 "ARFCN of neighbor\n")
2863{
2864 struct gsm_bts *bts = vty->index;
2865 struct bitvec *bv = &bts->si_common.si5_neigh_list;
2866 uint16_t arfcn = atoi(argv[1]);
2867
2868 if (!bts->neigh_list_manual_mode) {
2869 vty_out(vty, "%% Cannot configure neighbor list in "
2870 "automatic mode%s", VTY_NEWLINE);
2871 return CMD_WARNING;
2872 }
2873
2874 if (!strcmp(argv[0], "add"))
2875 bitvec_set_bit_pos(bv, arfcn, 1);
2876 else
2877 bitvec_set_bit_pos(bv, arfcn, 0);
2878
2879 return CMD_SUCCESS;
2880}
Harald Welte9fbff4a2010-07-30 11:50:09 +02002881
Holger Hans Peter Freythere30d40d2012-07-20 10:27:31 +02002882#define EXCL_RFLOCK_STR "Exclude this BTS from the global RF Lock\n"
2883
2884DEFUN(cfg_bts_excl_rf_lock,
2885 cfg_bts_excl_rf_lock_cmd,
2886 "rf-lock-exclude",
2887 EXCL_RFLOCK_STR)
2888{
2889 struct gsm_bts *bts = vty->index;
2890 bts->excl_from_rf_lock = 1;
2891 return CMD_SUCCESS;
2892}
2893
2894DEFUN(cfg_bts_no_excl_rf_lock,
2895 cfg_bts_no_excl_rf_lock_cmd,
2896 "no rf-lock-exclude",
2897 NO_STR EXCL_RFLOCK_STR)
2898{
2899 struct gsm_bts *bts = vty->index;
2900 bts->excl_from_rf_lock = 0;
2901 return CMD_SUCCESS;
2902}
2903
Jacob Erlbeck65d114f2014-01-16 11:02:14 +01002904#define FORCE_COMB_SI_STR "Force the generation of a single SI (no ter/bis)\n"
2905
2906DEFUN(cfg_bts_force_comb_si,
2907 cfg_bts_force_comb_si_cmd,
2908 "force-combined-si",
2909 FORCE_COMB_SI_STR)
2910{
2911 struct gsm_bts *bts = vty->index;
2912 bts->force_combined_si = 1;
2913 return CMD_SUCCESS;
2914}
2915
2916DEFUN(cfg_bts_no_force_comb_si,
2917 cfg_bts_no_force_comb_si_cmd,
2918 "no force-combined-si",
2919 NO_STR FORCE_COMB_SI_STR)
2920{
2921 struct gsm_bts *bts = vty->index;
2922 bts->force_combined_si = 0;
2923 return CMD_SUCCESS;
2924}
2925
Andreas Eversberga83d5112013-12-07 18:32:28 +01002926static void _get_codec_from_arg(struct vty *vty, int argc, const char *argv[])
2927{
2928 struct gsm_bts *bts = vty->index;
2929 struct bts_codec_conf *codec = &bts->codec;
2930 int i;
2931
2932 codec->hr = 0;
2933 codec->efr = 0;
2934 codec->amr = 0;
2935 for (i = 0; i < argc; i++) {
2936 if (!strcmp(argv[i], "hr"))
2937 codec->hr = 1;
2938 if (!strcmp(argv[i], "efr"))
2939 codec->efr = 1;
2940 if (!strcmp(argv[i], "amr"))
2941 codec->amr = 1;
2942 }
2943}
2944
2945#define CODEC_PAR_STR " (hr|efr|amr)"
2946#define CODEC_HELP_STR "Half Rate\n" \
2947 "Enhanced Full Rate\nAdaptive Multirate\n"
2948
2949DEFUN(cfg_bts_codec0, cfg_bts_codec0_cmd,
2950 "codec-support fr",
2951 "Codec Support settings\nFullrate\n")
2952{
2953 _get_codec_from_arg(vty, 0, argv);
2954 return CMD_SUCCESS;
2955}
2956
2957DEFUN(cfg_bts_codec1, cfg_bts_codec1_cmd,
2958 "codec-support fr" CODEC_PAR_STR,
2959 "Codec Support settings\nFullrate\n"
2960 CODEC_HELP_STR)
2961{
2962 _get_codec_from_arg(vty, 1, argv);
2963 return CMD_SUCCESS;
2964}
2965
2966DEFUN(cfg_bts_codec2, cfg_bts_codec2_cmd,
2967 "codec-support fr" CODEC_PAR_STR CODEC_PAR_STR,
2968 "Codec Support settings\nFullrate\n"
2969 CODEC_HELP_STR CODEC_HELP_STR)
2970{
2971 _get_codec_from_arg(vty, 2, argv);
2972 return CMD_SUCCESS;
2973}
2974
2975DEFUN(cfg_bts_codec3, cfg_bts_codec3_cmd,
2976 "codec-support fr" CODEC_PAR_STR CODEC_PAR_STR CODEC_PAR_STR,
2977 "Codec Support settings\nFullrate\n"
2978 CODEC_HELP_STR CODEC_HELP_STR CODEC_HELP_STR)
2979{
2980 _get_codec_from_arg(vty, 3, argv);
2981 return CMD_SUCCESS;
2982}
2983
2984DEFUN(cfg_bts_codec4, cfg_bts_codec4_cmd,
2985 "codec-support fr" CODEC_PAR_STR CODEC_PAR_STR CODEC_PAR_STR CODEC_PAR_STR,
2986 "Codec Support settings\nFullrate\n"
2987 CODEC_HELP_STR CODEC_HELP_STR CODEC_HELP_STR CODEC_HELP_STR)
2988{
2989 _get_codec_from_arg(vty, 4, argv);
2990 return CMD_SUCCESS;
2991}
2992
Holger Hans Peter Freytherc22930e2014-12-17 14:46:17 +01002993DEFUN(cfg_bts_depends_on, cfg_bts_depends_on_cmd,
2994 "depends-on-bts <0-255>",
2995 "This BTS can only be started if another one is up\n" "BTS Number\n")
2996{
2997 struct gsm_bts *bts = vty->index;
2998 struct gsm_bts *other_bts;
2999 int dep = atoi(argv[0]);
3000
3001
3002 if (!is_ipaccess_bts(bts)) {
3003 vty_out(vty, "This feature is only available for IP systems.%s",
3004 VTY_NEWLINE);
3005 return CMD_WARNING;
3006 }
3007
3008 other_bts = gsm_bts_num(bts->network, dep);
3009 if (!other_bts || !is_ipaccess_bts(other_bts)) {
3010 vty_out(vty, "This feature is only available for IP systems.%s",
3011 VTY_NEWLINE);
3012 return CMD_WARNING;
3013 }
3014
3015 if (dep >= bts->nr) {
3016 vty_out(vty, "%%Need to depend on an already declared unit.%s",
3017 VTY_NEWLINE);
3018 return CMD_WARNING;
3019 }
3020
3021 bts_depend_mark(bts, dep);
3022 return CMD_SUCCESS;
3023}
3024
3025DEFUN(cfg_bts_no_depends_on, cfg_bts_no_depends_on_cmd,
3026 "depeneds-on-bts <0-255>",
3027 NO_STR "This BTS can only be started if another one is up\n"
3028 "BTS Number\n")
3029{
3030 struct gsm_bts *bts = vty->index;
3031 int dep = atoi(argv[0]);
3032
3033 bts_depend_clear(bts, dep);
3034 return CMD_SUCCESS;
3035}
3036
Andreas Eversberg73266522014-01-19 11:47:44 +01003037#define AMR_TEXT "Adaptive Multi Rate settings\n"
3038#define AMR_MODE_TEXT "Codec modes to use with AMR codec\n"
3039#define AMR_START_TEXT "Initial codec to use with AMR\n" \
3040 "Automatically\nFirst codec\nSecond codec\nThird codec\nFourth codec\n"
3041#define AMR_TH_TEXT "AMR threshold between codecs\nMS side\nBTS side\n"
3042#define AMR_HY_TEXT "AMR hysteresis between codecs\nMS side\nBTS side\n"
3043
3044static void get_amr_from_arg(struct vty *vty, int argc, const char *argv[], int full)
3045{
3046 struct gsm_bts *bts = vty->index;
3047 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
3048 struct gsm48_multi_rate_conf *mr_conf =
3049 (struct gsm48_multi_rate_conf *) mr->gsm48_ie;
3050 int i;
3051
3052 mr->gsm48_ie[1] = 0;
3053 for (i = 0; i < argc; i++)
3054 mr->gsm48_ie[1] |= 1 << atoi(argv[i]);
3055 mr_conf->icmi = 0;
3056}
3057
3058static void get_amr_th_from_arg(struct vty *vty, int argc, const char *argv[], int full)
3059{
3060 struct gsm_bts *bts = vty->index;
3061 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +02003062 struct amr_mode *modes;
Andreas Eversberg73266522014-01-19 11:47:44 +01003063 int i;
3064
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +02003065 modes = argv[0][0]=='m' ? mr->ms_mode : mr->bts_mode;
3066 for (i = 0; i < argc - 1; i++)
3067 modes[i].threshold = atoi(argv[i + 1]);
Andreas Eversberg73266522014-01-19 11:47:44 +01003068}
3069
3070static void get_amr_hy_from_arg(struct vty *vty, int argc, const char *argv[], int full)
3071{
3072 struct gsm_bts *bts = vty->index;
3073 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +02003074 struct amr_mode *modes;
Andreas Eversberg73266522014-01-19 11:47:44 +01003075 int i;
3076
Holger Hans Peter Freythera174a472015-09-24 11:39:38 +02003077 modes = argv[0][0]=='m' ? mr->ms_mode : mr->bts_mode;
3078 for (i = 0; i < argc - 1; i++)
3079 modes[i].hysteresis = atoi(argv[i + 1]);
Andreas Eversberg73266522014-01-19 11:47:44 +01003080}
3081
3082static void get_amr_start_from_arg(struct vty *vty, const char *argv[], int full)
3083{
3084 struct gsm_bts *bts = vty->index;
3085 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
3086 struct gsm48_multi_rate_conf *mr_conf =
3087 (struct gsm48_multi_rate_conf *) mr->gsm48_ie;
3088 int num = 0, i;
3089
3090 for (i = 0; i < ((full) ? 8 : 6); i++) {
3091 if ((mr->gsm48_ie[1] & (1 << i))) {
3092 num++;
3093 }
3094 }
3095
3096 if (argv[0][0] == 'a' || num == 0)
3097 mr_conf->icmi = 0;
3098 else {
3099 mr_conf->icmi = 1;
3100 if (num < atoi(argv[0]))
3101 mr_conf->smod = num - 1;
3102 else
3103 mr_conf->smod = atoi(argv[0]) - 1;
3104 }
3105}
3106
3107#define AMR_TCHF_PAR_STR " (0|1|2|3|4|5|6|7)"
3108#define AMR_TCHF_HELP_STR "4,75k\n5,15k\n5,90k\n6,70k\n7,40k\n7,95k\n" \
3109 "10,2k\n12,2k\n"
3110
3111#define AMR_TCHH_PAR_STR " (0|1|2|3|4|5)"
3112#define AMR_TCHH_HELP_STR "4,75k\n5,15k\n5,90k\n6,70k\n7,40k\n7,95k\n"
3113
3114#define AMR_TH_HELP_STR "Threshold between codec 1 and 2\n"
3115#define AMR_HY_HELP_STR "Hysteresis between codec 1 and 2\n"
3116
3117DEFUN(cfg_bts_amr_fr_modes1, cfg_bts_amr_fr_modes1_cmd,
3118 "amr tch-f modes" AMR_TCHF_PAR_STR,
3119 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3120 AMR_TCHF_HELP_STR)
3121{
3122 get_amr_from_arg(vty, 1, argv, 1);
3123 return CMD_SUCCESS;
3124}
3125
3126DEFUN(cfg_bts_amr_fr_modes2, cfg_bts_amr_fr_modes2_cmd,
3127 "amr tch-f modes" AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR,
3128 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3129 AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR)
3130{
3131 get_amr_from_arg(vty, 2, argv, 1);
3132 return CMD_SUCCESS;
3133}
3134
3135DEFUN(cfg_bts_amr_fr_modes3, cfg_bts_amr_fr_modes3_cmd,
3136 "amr tch-f modes" AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR,
3137 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3138 AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR)
3139{
3140 get_amr_from_arg(vty, 3, argv, 1);
3141 return CMD_SUCCESS;
3142}
3143
3144DEFUN(cfg_bts_amr_fr_modes4, cfg_bts_amr_fr_modes4_cmd,
3145 "amr tch-f modes" AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR,
3146 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3147 AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR)
3148{
3149 get_amr_from_arg(vty, 4, argv, 1);
3150 return CMD_SUCCESS;
3151}
3152
3153DEFUN(cfg_bts_amr_fr_start_mode, cfg_bts_amr_fr_start_mode_cmd,
3154 "amr tch-f start-mode (auto|1|2|3|4)",
3155 AMR_TEXT "Full Rate\n" AMR_START_TEXT)
3156{
3157 get_amr_start_from_arg(vty, argv, 1);
3158 return CMD_SUCCESS;
3159}
3160
3161DEFUN(cfg_bts_amr_fr_thres1, cfg_bts_amr_fr_thres1_cmd,
3162 "amr tch-f threshold (ms|bts) <0-63>",
3163 AMR_TEXT "Full Rate\n" AMR_TH_TEXT
3164 AMR_TH_HELP_STR)
3165{
3166 get_amr_th_from_arg(vty, 2, argv, 1);
3167 return CMD_SUCCESS;
3168}
3169
3170DEFUN(cfg_bts_amr_fr_thres2, cfg_bts_amr_fr_thres2_cmd,
3171 "amr tch-f threshold (ms|bts) <0-63> <0-63>",
3172 AMR_TEXT "Full Rate\n" AMR_TH_TEXT
3173 AMR_TH_HELP_STR AMR_TH_HELP_STR)
3174{
3175 get_amr_th_from_arg(vty, 3, argv, 1);
3176 return CMD_SUCCESS;
3177}
3178
3179DEFUN(cfg_bts_amr_fr_thres3, cfg_bts_amr_fr_thres3_cmd,
3180 "amr tch-f threshold (ms|bts) <0-63> <0-63> <0-63>",
3181 AMR_TEXT "Full Rate\n" AMR_TH_TEXT
3182 AMR_TH_HELP_STR AMR_TH_HELP_STR AMR_TH_HELP_STR)
3183{
3184 get_amr_th_from_arg(vty, 4, argv, 1);
3185 return CMD_SUCCESS;
3186}
3187
3188DEFUN(cfg_bts_amr_fr_hyst1, cfg_bts_amr_fr_hyst1_cmd,
3189 "amr tch-f hysteresis (ms|bts) <0-15>",
3190 AMR_TEXT "Full Rate\n" AMR_HY_TEXT
3191 AMR_HY_HELP_STR)
3192{
3193 get_amr_hy_from_arg(vty, 2, argv, 1);
3194 return CMD_SUCCESS;
3195}
3196
3197DEFUN(cfg_bts_amr_fr_hyst2, cfg_bts_amr_fr_hyst2_cmd,
3198 "amr tch-f hysteresis (ms|bts) <0-15> <0-15>",
3199 AMR_TEXT "Full Rate\n" AMR_HY_TEXT
3200 AMR_HY_HELP_STR AMR_HY_HELP_STR)
3201{
3202 get_amr_hy_from_arg(vty, 3, argv, 1);
3203 return CMD_SUCCESS;
3204}
3205
3206DEFUN(cfg_bts_amr_fr_hyst3, cfg_bts_amr_fr_hyst3_cmd,
3207 "amr tch-f hysteresis (ms|bts) <0-15> <0-15> <0-15>",
3208 AMR_TEXT "Full Rate\n" AMR_HY_TEXT
3209 AMR_HY_HELP_STR AMR_HY_HELP_STR AMR_HY_HELP_STR)
3210{
3211 get_amr_hy_from_arg(vty, 4, argv, 1);
3212 return CMD_SUCCESS;
3213}
3214
3215DEFUN(cfg_bts_amr_hr_modes1, cfg_bts_amr_hr_modes1_cmd,
3216 "amr tch-h modes" AMR_TCHH_PAR_STR,
3217 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3218 AMR_TCHH_HELP_STR)
3219{
3220 get_amr_from_arg(vty, 1, argv, 0);
3221 return CMD_SUCCESS;
3222}
3223
3224DEFUN(cfg_bts_amr_hr_modes2, cfg_bts_amr_hr_modes2_cmd,
3225 "amr tch-h modes" AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR,
3226 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3227 AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR)
3228{
3229 get_amr_from_arg(vty, 2, argv, 0);
3230 return CMD_SUCCESS;
3231}
3232
3233DEFUN(cfg_bts_amr_hr_modes3, cfg_bts_amr_hr_modes3_cmd,
3234 "amr tch-h modes" AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR,
3235 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3236 AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR)
3237{
3238 get_amr_from_arg(vty, 3, argv, 0);
3239 return CMD_SUCCESS;
3240}
3241
3242DEFUN(cfg_bts_amr_hr_modes4, cfg_bts_amr_hr_modes4_cmd,
3243 "amr tch-h modes" AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR,
3244 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3245 AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR)
3246{
3247 get_amr_from_arg(vty, 4, argv, 0);
3248 return CMD_SUCCESS;
3249}
3250
3251DEFUN(cfg_bts_amr_hr_start_mode, cfg_bts_amr_hr_start_mode_cmd,
3252 "amr tch-h start-mode (auto|1|2|3|4)",
3253 AMR_TEXT "Half Rate\n" AMR_START_TEXT)
3254{
3255 get_amr_start_from_arg(vty, argv, 0);
3256 return CMD_SUCCESS;
3257}
3258
3259DEFUN(cfg_bts_amr_hr_thres1, cfg_bts_amr_hr_thres1_cmd,
3260 "amr tch-h threshold (ms|bts) <0-63>",
3261 AMR_TEXT "Half Rate\n" AMR_TH_TEXT
3262 AMR_TH_HELP_STR)
3263{
3264 get_amr_th_from_arg(vty, 2, argv, 0);
3265 return CMD_SUCCESS;
3266}
3267
3268DEFUN(cfg_bts_amr_hr_thres2, cfg_bts_amr_hr_thres2_cmd,
3269 "amr tch-h threshold (ms|bts) <0-63> <0-63>",
3270 AMR_TEXT "Half Rate\n" AMR_TH_TEXT
3271 AMR_TH_HELP_STR AMR_TH_HELP_STR)
3272{
3273 get_amr_th_from_arg(vty, 3, argv, 0);
3274 return CMD_SUCCESS;
3275}
3276
3277DEFUN(cfg_bts_amr_hr_thres3, cfg_bts_amr_hr_thres3_cmd,
3278 "amr tch-h threshold (ms|bts) <0-63> <0-63> <0-63>",
3279 AMR_TEXT "Half Rate\n" AMR_TH_TEXT
3280 AMR_TH_HELP_STR AMR_TH_HELP_STR AMR_TH_HELP_STR)
3281{
3282 get_amr_th_from_arg(vty, 4, argv, 0);
3283 return CMD_SUCCESS;
3284}
3285
3286DEFUN(cfg_bts_amr_hr_hyst1, cfg_bts_amr_hr_hyst1_cmd,
3287 "amr tch-h hysteresis (ms|bts) <0-15>",
3288 AMR_TEXT "Half Rate\n" AMR_HY_TEXT
3289 AMR_HY_HELP_STR)
3290{
3291 get_amr_hy_from_arg(vty, 2, argv, 0);
3292 return CMD_SUCCESS;
3293}
3294
3295DEFUN(cfg_bts_amr_hr_hyst2, cfg_bts_amr_hr_hyst2_cmd,
3296 "amr tch-h hysteresis (ms|bts) <0-15> <0-15>",
3297 AMR_TEXT "Half Rate\n" AMR_HY_TEXT
3298 AMR_HY_HELP_STR AMR_HY_HELP_STR)
3299{
3300 get_amr_hy_from_arg(vty, 3, argv, 0);
3301 return CMD_SUCCESS;
3302}
3303
3304DEFUN(cfg_bts_amr_hr_hyst3, cfg_bts_amr_hr_hyst3_cmd,
3305 "amr tch-h hysteresis (ms|bts) <0-15> <0-15> <0-15>",
3306 AMR_TEXT "Half Rate\n" AMR_HY_TEXT
3307 AMR_HY_HELP_STR AMR_HY_HELP_STR AMR_HY_HELP_STR)
3308{
3309 get_amr_hy_from_arg(vty, 4, argv, 0);
3310 return CMD_SUCCESS;
3311}
3312
Harald Welte8f0ed552010-05-11 21:53:49 +02003313#define TRX_TEXT "Radio Transceiver\n"
Harald Welte7a8fa412009-08-10 13:48:16 +02003314
Harald Welte5258fc42009-03-28 19:07:53 +00003315/* per TRX configuration */
3316DEFUN(cfg_trx,
3317 cfg_trx_cmd,
Harald Welte57e07242012-08-17 12:50:14 +02003318 "trx <0-255>",
Harald Welte8f0ed552010-05-11 21:53:49 +02003319 TRX_TEXT
Harald Welte5258fc42009-03-28 19:07:53 +00003320 "Select a TRX to configure")
3321{
3322 int trx_nr = atoi(argv[0]);
3323 struct gsm_bts *bts = vty->index;
3324 struct gsm_bts_trx *trx;
3325
Harald Weltee441d9c2009-06-21 16:17:15 +02003326 if (trx_nr > bts->num_trx) {
3327 vty_out(vty, "%% The next unused TRX number in this BTS is %u%s",
3328 bts->num_trx, VTY_NEWLINE);
Harald Welte5258fc42009-03-28 19:07:53 +00003329 return CMD_WARNING;
Harald Weltee441d9c2009-06-21 16:17:15 +02003330 } else if (trx_nr == bts->num_trx) {
3331 /* we need to allocate a new one */
3332 trx = gsm_bts_trx_alloc(bts);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003333 } else
Harald Weltee441d9c2009-06-21 16:17:15 +02003334 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freytheracf8a0c2010-03-29 08:47:44 +02003335
Harald Weltee441d9c2009-06-21 16:17:15 +02003336 if (!trx)
3337 return CMD_WARNING;
Harald Welte5258fc42009-03-28 19:07:53 +00003338
3339 vty->index = trx;
Harald Welte197dea92010-05-14 17:59:53 +02003340 vty->index_sub = &trx->description;
Harald Welte5258fc42009-03-28 19:07:53 +00003341 vty->node = TRX_NODE;
3342
3343 return CMD_SUCCESS;
3344}
3345
3346DEFUN(cfg_trx_arfcn,
3347 cfg_trx_arfcn_cmd,
Harald Welte1fe73a12012-01-29 13:24:12 +01003348 "arfcn <0-1023>",
Harald Welte13fe2192012-08-17 09:57:25 +02003349 "Set the ARFCN for this TRX\n"
3350 "Absolute Radio Frequency Channel Number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00003351{
3352 int arfcn = atoi(argv[0]);
3353 struct gsm_bts_trx *trx = vty->index;
3354
3355 /* FIXME: check if this ARFCN is supported by this TRX */
3356
3357 trx->arfcn = arfcn;
3358
3359 /* FIXME: patch ARFCN into SYSTEM INFORMATION */
3360 /* FIXME: use OML layer to update the ARFCN */
3361 /* FIXME: use RSL layer to update SYSTEM INFORMATION */
3362
3363 return CMD_SUCCESS;
3364}
3365
Harald Welte (local)7b37d972009-12-27 20:56:38 +01003366DEFUN(cfg_trx_nominal_power,
3367 cfg_trx_nominal_power_cmd,
3368 "nominal power <0-100>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003369 "Nominal TRX RF Power in dBm\n"
3370 "Nominal TRX RF Power in dBm\n"
3371 "Nominal TRX RF Power in dBm\n")
Harald Welte (local)7b37d972009-12-27 20:56:38 +01003372{
3373 struct gsm_bts_trx *trx = vty->index;
3374
3375 trx->nominal_power = atoi(argv[0]);
3376
3377 return CMD_SUCCESS;
3378}
3379
Harald Weltefcd24452009-06-20 18:15:19 +02003380DEFUN(cfg_trx_max_power_red,
3381 cfg_trx_max_power_red_cmd,
3382 "max_power_red <0-100>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003383 "Reduction of maximum BS RF Power (relative to nominal power)\n"
Harald Weltefcd24452009-06-20 18:15:19 +02003384 "Reduction of maximum BS RF Power in dB\n")
3385{
3386 int maxpwr_r = atoi(argv[0]);
3387 struct gsm_bts_trx *trx = vty->index;
Harald Welte61a83b22009-11-18 09:20:22 +01003388 int upper_limit = 24; /* default 12.21 max power red. */
Harald Weltefcd24452009-06-20 18:15:19 +02003389
3390 /* FIXME: check if our BTS type supports more than 12 */
3391 if (maxpwr_r < 0 || maxpwr_r > upper_limit) {
3392 vty_out(vty, "%% Power %d dB is not in the valid range%s",
3393 maxpwr_r, VTY_NEWLINE);
3394 return CMD_WARNING;
3395 }
3396 if (maxpwr_r & 1) {
3397 vty_out(vty, "%% Power %d dB is not an even value%s",
3398 maxpwr_r, VTY_NEWLINE);
3399 return CMD_WARNING;
3400 }
3401
3402 trx->max_power_red = maxpwr_r;
3403
3404 /* FIXME: make sure we update this using OML */
3405
3406 return CMD_SUCCESS;
3407}
3408
Harald Welte42581822009-08-08 16:12:58 +02003409DEFUN(cfg_trx_rsl_e1,
3410 cfg_trx_rsl_e1_cmd,
3411 "rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003412 "RSL Parameters\n"
3413 "E1/T1 interface to be used for RSL\n"
3414 "E1/T1 interface to be used for RSL\n"
3415 "E1/T1 Line Number to be used for RSL\n"
3416 "E1/T1 Timeslot to be used for RSL\n"
3417 "E1/T1 Timeslot to be used for RSL\n"
3418 "E1/T1 Sub-slot to be used for RSL\n"
3419 "E1/T1 Sub-slot 0 is to be used for RSL\n"
3420 "E1/T1 Sub-slot 1 is to be used for RSL\n"
3421 "E1/T1 Sub-slot 2 is to be used for RSL\n"
3422 "E1/T1 Sub-slot 3 is to be used for RSL\n"
3423 "E1/T1 full timeslot is to be used for RSL\n")
Harald Welte42581822009-08-08 16:12:58 +02003424{
3425 struct gsm_bts_trx *trx = vty->index;
3426
3427 parse_e1_link(&trx->rsl_e1_link, argv[0], argv[1], argv[2]);
3428
3429 return CMD_SUCCESS;
3430}
3431
3432DEFUN(cfg_trx_rsl_e1_tei,
3433 cfg_trx_rsl_e1_tei_cmd,
3434 "rsl e1 tei <0-63>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003435 "RSL Parameters\n"
3436 "Set the TEI to be used for RSL\n"
3437 "Set the TEI to be used for RSL\n"
3438 "TEI to be used for RSL\n")
Harald Welte42581822009-08-08 16:12:58 +02003439{
3440 struct gsm_bts_trx *trx = vty->index;
3441
3442 trx->rsl_tei = atoi(argv[0]);
3443
3444 return CMD_SUCCESS;
3445}
3446
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01003447DEFUN(cfg_trx_rf_locked,
3448 cfg_trx_rf_locked_cmd,
3449 "rf_locked (0|1)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003450 "Set or unset the RF Locking (Turn off RF of the TRX)\n"
3451 "TRX is NOT RF locked (active)\n"
3452 "TRX is RF locked (turned off)\n")
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01003453{
3454 int locked = atoi(argv[0]);
3455 struct gsm_bts_trx *trx = vty->index;
3456
3457 gsm_trx_lock_rf(trx, locked);
3458 return CMD_SUCCESS;
3459}
Harald Welte42581822009-08-08 16:12:58 +02003460
Harald Welte5258fc42009-03-28 19:07:53 +00003461/* per TS configuration */
3462DEFUN(cfg_ts,
3463 cfg_ts_cmd,
Harald Welte42581822009-08-08 16:12:58 +02003464 "timeslot <0-7>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003465 "Select a Timeslot to configure\n"
3466 "Timeslot number\n")
Harald Welte5258fc42009-03-28 19:07:53 +00003467{
3468 int ts_nr = atoi(argv[0]);
3469 struct gsm_bts_trx *trx = vty->index;
3470 struct gsm_bts_trx_ts *ts;
3471
3472 if (ts_nr >= TRX_NR_TS) {
3473 vty_out(vty, "%% A GSM TRX only has %u Timeslots per TRX%s",
3474 TRX_NR_TS, VTY_NEWLINE);
3475 return CMD_WARNING;
3476 }
3477
3478 ts = &trx->ts[ts_nr];
3479
3480 vty->index = ts;
3481 vty->node = TS_NODE;
3482
3483 return CMD_SUCCESS;
3484}
3485
Harald Weltea6fd58e2009-08-07 00:25:23 +02003486DEFUN(cfg_ts_pchan,
3487 cfg_ts_pchan_cmd,
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003488 "phys_chan_config PCHAN", /* dynamically generated! */
Holger Hans Peter Freyther63b0e442013-03-03 09:32:08 +01003489 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003490{
3491 struct gsm_bts_trx_ts *ts = vty->index;
3492 int pchanc;
3493
3494 pchanc = gsm_pchan_parse(argv[0]);
3495 if (pchanc < 0)
3496 return CMD_WARNING;
3497
3498 ts->pchan = pchanc;
3499
3500 return CMD_SUCCESS;
3501}
3502
3503/* used for backwards compatibility with old config files that still
3504 * have uppercase pchan type names */
3505DEFUN_HIDDEN(cfg_ts_pchan_compat,
3506 cfg_ts_pchan_compat_cmd,
Harald Weltea6fd58e2009-08-07 00:25:23 +02003507 "phys_chan_config PCHAN",
Holger Hans Peter Freyther63b0e442013-03-03 09:32:08 +01003508 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Weltea6fd58e2009-08-07 00:25:23 +02003509{
3510 struct gsm_bts_trx_ts *ts = vty->index;
3511 int pchanc;
3512
3513 pchanc = gsm_pchan_parse(argv[0]);
3514 if (pchanc < 0)
3515 return CMD_WARNING;
3516
3517 ts->pchan = pchanc;
3518
3519 return CMD_SUCCESS;
3520}
3521
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003522
3523
Harald Welte135a6482011-05-30 12:09:13 +02003524DEFUN(cfg_ts_tsc,
3525 cfg_ts_tsc_cmd,
3526 "training_sequence_code <0-7>",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003527 "Training Sequence Code of the Timeslot\n" "TSC\n")
Harald Welte135a6482011-05-30 12:09:13 +02003528{
3529 struct gsm_bts_trx_ts *ts = vty->index;
3530
Harald Welte903aaea2014-01-19 17:10:50 +01003531 if (!gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_MULTI_TSC)) {
3532 vty_out(vty, "%% This BTS does not support a TSC != BCC, "
3533 "falling back to BCC%s", VTY_NEWLINE);
3534 ts->tsc = -1;
3535 return CMD_WARNING;
3536 }
3537
Harald Welte135a6482011-05-30 12:09:13 +02003538 ts->tsc = atoi(argv[0]);
3539
3540 return CMD_SUCCESS;
3541}
3542
Harald Weltea39b0f22010-06-14 22:26:10 +02003543#define HOPPING_STR "Configure frequency hopping\n"
3544
3545DEFUN(cfg_ts_hopping,
3546 cfg_ts_hopping_cmd,
3547 "hopping enabled (0|1)",
3548 HOPPING_STR "Enable or disable frequency hopping\n"
3549 "Disable frequency hopping\n" "Enable frequency hopping\n")
3550{
3551 struct gsm_bts_trx_ts *ts = vty->index;
Harald Weltec2fb3d02010-06-14 22:47:37 +02003552 int enabled = atoi(argv[0]);
Harald Weltea39b0f22010-06-14 22:26:10 +02003553
Harald Weltec2fb3d02010-06-14 22:47:37 +02003554 if (enabled && !gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_HOPPING)) {
3555 vty_out(vty, "BTS model does not support hopping%s",
3556 VTY_NEWLINE);
3557 return CMD_WARNING;
3558 }
3559
3560 ts->hopping.enabled = enabled;
Harald Weltea39b0f22010-06-14 22:26:10 +02003561
3562 return CMD_SUCCESS;
3563}
3564
Harald Welte6e0cd042009-09-12 13:05:33 +02003565DEFUN(cfg_ts_hsn,
3566 cfg_ts_hsn_cmd,
Harald Weltea39b0f22010-06-14 22:26:10 +02003567 "hopping sequence-number <0-63>",
3568 HOPPING_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02003569 "Which hopping sequence to use for this channel\n"
3570 "Hopping Sequence Number (HSN)\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02003571{
3572 struct gsm_bts_trx_ts *ts = vty->index;
3573
3574 ts->hopping.hsn = atoi(argv[0]);
3575
3576 return CMD_SUCCESS;
3577}
3578
3579DEFUN(cfg_ts_maio,
3580 cfg_ts_maio_cmd,
3581 "hopping maio <0-63>",
Harald Weltea39b0f22010-06-14 22:26:10 +02003582 HOPPING_STR
Harald Weltecfaabbb2012-08-16 23:23:50 +02003583 "Which hopping MAIO to use for this channel\n"
3584 "Mobile Allocation Index Offset (MAIO)\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02003585{
3586 struct gsm_bts_trx_ts *ts = vty->index;
3587
3588 ts->hopping.maio = atoi(argv[0]);
3589
3590 return CMD_SUCCESS;
3591}
3592
3593DEFUN(cfg_ts_arfcn_add,
3594 cfg_ts_arfcn_add_cmd,
3595 "hopping arfcn add <0-1023>",
Harald Weltea39b0f22010-06-14 22:26:10 +02003596 HOPPING_STR "Configure hopping ARFCN list\n"
3597 "Add an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02003598{
3599 struct gsm_bts_trx_ts *ts = vty->index;
3600 int arfcn = atoi(argv[0]);
3601
Harald Weltea39b0f22010-06-14 22:26:10 +02003602 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 1);
3603
Harald Welte6e0cd042009-09-12 13:05:33 +02003604 return CMD_SUCCESS;
3605}
3606
3607DEFUN(cfg_ts_arfcn_del,
3608 cfg_ts_arfcn_del_cmd,
3609 "hopping arfcn del <0-1023>",
Harald Weltea39b0f22010-06-14 22:26:10 +02003610 HOPPING_STR "Configure hopping ARFCN list\n"
3611 "Delete an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte6e0cd042009-09-12 13:05:33 +02003612{
3613 struct gsm_bts_trx_ts *ts = vty->index;
3614 int arfcn = atoi(argv[0]);
3615
Harald Weltea39b0f22010-06-14 22:26:10 +02003616 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 0);
3617
Harald Welte6e0cd042009-09-12 13:05:33 +02003618 return CMD_SUCCESS;
3619}
3620
Harald Weltea6fd58e2009-08-07 00:25:23 +02003621DEFUN(cfg_ts_e1_subslot,
3622 cfg_ts_e1_subslot_cmd,
Harald Welte42581822009-08-08 16:12:58 +02003623 "e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003624 "E1/T1 channel connected to this on-air timeslot\n"
3625 "E1/T1 channel connected to this on-air timeslot\n"
3626 "E1/T1 line connected to this on-air timeslot\n"
Harald Welted13e0cd2012-08-17 09:52:03 +02003627 "E1/T1 timeslot connected to this on-air timeslot\n"
3628 "E1/T1 timeslot connected to this on-air timeslot\n"
Harald Weltecfaabbb2012-08-16 23:23:50 +02003629 "E1/T1 sub-slot connected to this on-air timeslot\n"
3630 "E1/T1 sub-slot 0 connected to this on-air timeslot\n"
3631 "E1/T1 sub-slot 1 connected to this on-air timeslot\n"
3632 "E1/T1 sub-slot 2 connected to this on-air timeslot\n"
3633 "E1/T1 sub-slot 3 connected to this on-air timeslot\n"
3634 "Full E1/T1 timeslot connected to this on-air timeslot\n")
Harald Weltea6fd58e2009-08-07 00:25:23 +02003635{
3636 struct gsm_bts_trx_ts *ts = vty->index;
3637
Harald Welte42581822009-08-08 16:12:58 +02003638 parse_e1_link(&ts->e1_link, argv[0], argv[1], argv[2]);
Harald Weltea6fd58e2009-08-07 00:25:23 +02003639
3640 return CMD_SUCCESS;
3641}
Harald Welte5258fc42009-03-28 19:07:53 +00003642
Harald Welte4f10c252010-05-16 21:47:13 +02003643void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *net)
3644{
3645 vty_out(vty, "Channel Requests : %lu total, %lu no channel%s",
Alexander Couzensb847a212016-08-02 11:34:11 +02003646 net->bsc_ctrs->ctr[BSC_CTR_CHREQ_TOTAL].current,
3647 net->bsc_ctrs->ctr[BSC_CTR_CHREQ_NO_CHANNEL].current,
Alexander Couzens20423ea2016-07-12 15:42:02 +02003648 VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02003649 vty_out(vty, "Channel Failures : %lu rf_failures, %lu rll failures%s",
Alexander Couzensb847a212016-08-02 11:34:11 +02003650 net->bsc_ctrs->ctr[BSC_CTR_CHAN_RF_FAIL].current,
3651 net->bsc_ctrs->ctr[BSC_CTR_CHAN_RLL_ERR].current,
Alexander Couzens20423ea2016-07-12 15:42:02 +02003652 VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02003653 vty_out(vty, "Paging : %lu attempted, %lu complete, %lu expired%s",
Alexander Couzensb847a212016-08-02 11:34:11 +02003654 net->bsc_ctrs->ctr[BSC_CTR_PAGING_ATTEMPTED].current,
3655 net->bsc_ctrs->ctr[BSC_CTR_PAGING_COMPLETED].current,
3656 net->bsc_ctrs->ctr[BSC_CTR_PAGING_EXPIRED].current,
Alexander Couzens20423ea2016-07-12 15:42:02 +02003657 VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02003658 vty_out(vty, "BTS failures : %lu OML, %lu RSL%s",
Alexander Couzensb847a212016-08-02 11:34:11 +02003659 net->bsc_ctrs->ctr[BSC_CTR_BTS_OML_FAIL].current,
3660 net->bsc_ctrs->ctr[BSC_CTR_BTS_RSL_FAIL].current,
Alexander Couzens20423ea2016-07-12 15:42:02 +02003661 VTY_NEWLINE);
Harald Welte4f10c252010-05-16 21:47:13 +02003662}
3663
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003664DEFUN(drop_bts,
3665 drop_bts_cmd,
Holger Hans Peter Freyther0586b0f2010-04-11 12:46:45 +02003666 "drop bts connection <0-65535> (oml|rsl)",
Harald Weltecfaabbb2012-08-16 23:23:50 +02003667 "Debug/Simulation command to drop Abis/IP BTS\n"
3668 "Debug/Simulation command to drop Abis/IP BTS\n"
3669 "Debug/Simulation command to drop Abis/IP BTS\n"
3670 "BTS NR\n" "Drop OML Connection\n" "Drop RSL Connection\n")
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003671{
3672 struct gsm_network *gsmnet;
3673 struct gsm_bts_trx *trx;
3674 struct gsm_bts *bts;
3675 unsigned int bts_nr;
3676
3677 gsmnet = gsmnet_from_vty(vty);
3678
3679 bts_nr = atoi(argv[0]);
3680 if (bts_nr >= gsmnet->num_bts) {
3681 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
3682 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
3683 return CMD_WARNING;
3684 }
3685
3686 bts = gsm_bts_num(gsmnet, bts_nr);
3687 if (!bts) {
3688 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
3689 return CMD_WARNING;
3690 }
3691
3692 if (!is_ipaccess_bts(bts)) {
3693 vty_out(vty, "This command only works for ipaccess.%s", VTY_NEWLINE);
3694 return CMD_WARNING;
3695 }
3696
3697
3698 /* close all connections */
3699 if (strcmp(argv[1], "oml") == 0) {
Holger Hans Peter Freytherdab8e272010-11-15 20:29:46 +01003700 ipaccess_drop_oml(bts);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003701 } else if (strcmp(argv[1], "rsl") == 0) {
3702 /* close all rsl connections */
3703 llist_for_each_entry(trx, &bts->trx_list, list) {
Holger Hans Peter Freytherdab8e272010-11-15 20:29:46 +01003704 ipaccess_drop_rsl(trx);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003705 }
3706 } else {
3707 vty_out(vty, "Argument must be 'oml# or 'rsl'.%s", VTY_NEWLINE);
3708 return CMD_WARNING;
3709 }
3710
3711 return CMD_SUCCESS;
3712}
3713
Holger Hans Peter Freyther740e65f2016-03-16 13:45:23 +01003714DEFUN(restart_bts, restart_bts_cmd,
3715 "restart-bts <0-65535>",
3716 "Restart ip.access nanoBTS through OML\n"
3717 "BTS Number\n")
3718{
3719 struct gsm_network *gsmnet;
3720 struct gsm_bts_trx *trx;
3721 struct gsm_bts *bts;
3722 unsigned int bts_nr;
3723
3724 gsmnet = gsmnet_from_vty(vty);
3725
3726 bts_nr = atoi(argv[0]);
3727 if (bts_nr >= gsmnet->num_bts) {
3728 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
3729 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
3730 return CMD_WARNING;
3731 }
3732
3733 bts = gsm_bts_num(gsmnet, bts_nr);
3734 if (!bts) {
3735 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
3736 return CMD_WARNING;
3737 }
3738
3739 if (!is_ipaccess_bts(bts) || is_sysmobts_v2(bts)) {
3740 vty_out(vty, "This command only works for ipaccess nanoBTS.%s",
3741 VTY_NEWLINE);
3742 return CMD_WARNING;
3743 }
3744
3745 /* go from last TRX to c0 */
3746 llist_for_each_entry_reverse(trx, &bts->trx_list, list)
3747 abis_nm_ipaccess_restart(trx);
3748
3749 return CMD_SUCCESS;
3750}
3751
Harald Welte30f1f372014-12-28 15:00:45 +01003752DEFUN(smscb_cmd, smscb_cmd_cmd,
3753 "bts <0-255> smscb-command <1-4> HEXSTRING",
3754 "BTS related commands\n" "BTS Number\n"
3755 "SMS Cell Broadcast\n" "Last Valid Block\n"
3756 "Hex Encoded SMSCB message (up to 88 octets)\n")
3757{
3758 struct gsm_bts *bts;
3759 int bts_nr = atoi(argv[0]);
3760 int last_block = atoi(argv[1]);
3761 struct rsl_ie_cb_cmd_type cb_cmd;
3762 uint8_t buf[88];
3763 int rc;
3764
Neels Hofmeyrb90eabf2016-05-11 18:48:39 +02003765 bts = gsm_bts_num(gsmnet_from_vty(vty), bts_nr);
Harald Welte30f1f372014-12-28 15:00:45 +01003766 if (!bts) {
3767 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
3768 return CMD_WARNING;
3769 }
3770 rc = osmo_hexparse(argv[2], buf, sizeof(buf));
3771 if (rc < 0 || rc > sizeof(buf)) {
3772 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
3773 return CMD_WARNING;
3774 }
3775
3776 cb_cmd.spare = 0;
3777 cb_cmd.def_bcast = 0;
3778 cb_cmd.command = RSL_CB_CMD_TYPE_NORMAL;
3779
3780 switch (last_block) {
3781 case 1:
3782 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_1;
3783 break;
3784 case 2:
3785 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_2;
3786 break;
3787 case 3:
3788 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_3;
3789 break;
3790 case 4:
3791 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_4;
3792 break;
3793 }
3794
3795 rsl_sms_cb_command(bts, RSL_CHAN_SDCCH4_ACCH, cb_cmd, buf, rc);
3796
3797 return CMD_SUCCESS;
3798}
3799
3800
Harald Welted0d2b0b2010-12-23 13:18:07 +01003801DEFUN(pdch_act, pdch_act_cmd,
3802 "bts <0-255> trx <0-255> timeslot <0-7> pdch (activate|deactivate)",
3803 "BTS related commands\n" "BTS Number\n" "Transceiver\n" "Transceiver Number\n"
3804 "TRX Timeslot\n" "Timeslot Number\n" "Packet Data Channel\n"
3805 "Activate Dynamic PDCH/TCH (-> PDCH mode)\n"
3806 "Deactivate Dynamic PDCH/TCH (-> TCH mode)\n")
3807{
3808 struct gsm_bts *bts;
3809 struct gsm_bts_trx *trx;
3810 struct gsm_bts_trx_ts *ts;
3811 int bts_nr = atoi(argv[0]);
3812 int trx_nr = atoi(argv[1]);
3813 int ts_nr = atoi(argv[2]);
3814 int activate;
3815
Neels Hofmeyrb90eabf2016-05-11 18:48:39 +02003816 bts = gsm_bts_num(gsmnet_from_vty(vty), bts_nr);
Harald Welted0d2b0b2010-12-23 13:18:07 +01003817 if (!bts) {
3818 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
3819 return CMD_WARNING;
3820 }
3821
3822 if (!is_ipaccess_bts(bts)) {
3823 vty_out(vty, "%% This command only works for ipaccess BTS%s",
3824 VTY_NEWLINE);
3825 return CMD_WARNING;
3826 }
3827
3828 trx = gsm_bts_trx_num(bts, trx_nr);
3829 if (!trx) {
3830 vty_out(vty, "%% No such TRX (%d)%s", trx_nr, VTY_NEWLINE);
3831 return CMD_WARNING;
3832 }
3833
3834 ts = &trx->ts[ts_nr];
3835 if (ts->pchan != GSM_PCHAN_TCH_F_PDCH) {
3836 vty_out(vty, "%% Timeslot %u is not in dynamic TCH_F/PDCH "
3837 "mode%s", ts_nr, VTY_NEWLINE);
3838 return CMD_WARNING;
3839 }
3840
3841 if (!strcmp(argv[3], "activate"))
3842 activate = 1;
3843 else
3844 activate = 0;
3845
3846 rsl_ipacc_pdch_activate(ts, activate);
3847
3848 return CMD_SUCCESS;
3849
3850}
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02003851
Harald Weltedcccb182010-05-16 20:52:23 +02003852extern int bsc_vty_init_extra(void);
Holger Hans Peter Freythere1ffc082010-04-10 00:08:28 +02003853
Neels Hofmeyr43d86bf2016-05-10 13:40:19 +02003854int bsc_vty_init(const struct log_info *cat, struct gsm_network *network)
Harald Welte68628e82009-03-10 12:17:57 +00003855{
Harald Welte4ab9d7c2012-08-17 12:42:06 +02003856 cfg_ts_pchan_cmd.string =
3857 vty_cmd_string_from_valstr(tall_bsc_ctx,
3858 gsm_pchant_names,
3859 "phys_chan_config (", "|", ")",
3860 VTY_DO_LOWER);
3861 cfg_ts_pchan_cmd.doc =
3862 vty_cmd_string_from_valstr(tall_bsc_ctx,
3863 gsm_pchant_descs,
3864 "Physical Channel Combination\n",
3865 "\n", "", 0);
3866
Harald Weltee555c2b2012-08-17 13:02:12 +02003867 cfg_bts_type_cmd.string =
3868 vty_cmd_string_from_valstr(tall_bsc_ctx,
3869 bts_type_names,
3870 "type (", "|", ")",
3871 VTY_DO_LOWER);
3872 cfg_bts_type_cmd.doc =
3873 vty_cmd_string_from_valstr(tall_bsc_ctx,
3874 bts_type_descs,
3875 "BTS Vendor/Type\n",
3876 "\n", "", 0);
3877
Neels Hofmeyr06d39fd2016-05-12 01:16:58 +02003878 common_cs_vty_init(network, config_write_net);
Harald Weltee555c2b2012-08-17 13:02:12 +02003879
Neels Hofmeyrea11bf82016-05-12 01:53:23 +02003880 install_element_ve(&bsc_show_net_cmd);
Harald Welteb4d5b172010-05-12 16:10:35 +00003881 install_element_ve(&show_bts_cmd);
3882 install_element_ve(&show_trx_cmd);
3883 install_element_ve(&show_ts_cmd);
3884 install_element_ve(&show_lchan_cmd);
Holger Hans Peter Freyther3d6a5d62010-05-14 02:08:49 +08003885 install_element_ve(&show_lchan_summary_cmd);
Harald Welte1bc77352009-03-10 19:47:51 +00003886
Harald Welteb4d5b172010-05-12 16:10:35 +00003887 install_element_ve(&show_paging_cmd);
Holger Hans Peter Freytherec37bb22013-02-05 09:39:09 +01003888 install_element_ve(&show_paging_group_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00003889
Pablo Neira Ayuso739a5662011-03-09 13:36:32 +01003890 logging_vty_add_cmds(cat);
Jacob Erlbeck64630cc2015-10-26 16:25:37 +01003891 osmo_stats_vty_add_cmds();
Holger Hans Peter Freytherb61e3b22009-12-22 22:32:51 +01003892
Holger Hans Peter Freytherf7d752f2009-11-16 17:12:38 +01003893 install_element(GSMNET_NODE, &cfg_net_neci_cmd);
Harald Weltebc814502009-12-19 21:41:52 +01003894 install_element(GSMNET_NODE, &cfg_net_handover_cmd);
Harald Welteb720bd32009-12-21 16:51:50 +01003895 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_cmd);
3896 install_element(GSMNET_NODE, &cfg_net_ho_win_rxqual_avg_cmd);
3897 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_neigh_cmd);
3898 install_element(GSMNET_NODE, &cfg_net_ho_pwr_interval_cmd);
3899 install_element(GSMNET_NODE, &cfg_net_ho_pwr_hysteresis_cmd);
3900 install_element(GSMNET_NODE, &cfg_net_ho_max_distance_cmd);
Holger Hans Peter Freytherc4d88ad2009-11-21 21:18:38 +01003901 install_element(GSMNET_NODE, &cfg_net_T3101_cmd);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +01003902 install_element(GSMNET_NODE, &cfg_net_T3103_cmd);
3903 install_element(GSMNET_NODE, &cfg_net_T3105_cmd);
3904 install_element(GSMNET_NODE, &cfg_net_T3107_cmd);
3905 install_element(GSMNET_NODE, &cfg_net_T3109_cmd);
3906 install_element(GSMNET_NODE, &cfg_net_T3111_cmd);
3907 install_element(GSMNET_NODE, &cfg_net_T3113_cmd);
3908 install_element(GSMNET_NODE, &cfg_net_T3115_cmd);
3909 install_element(GSMNET_NODE, &cfg_net_T3117_cmd);
3910 install_element(GSMNET_NODE, &cfg_net_T3119_cmd);
Harald Weltec9f499f2010-12-23 22:53:50 +01003911 install_element(GSMNET_NODE, &cfg_net_T3122_cmd);
Holger Hans Peter Freyther23975e72009-11-21 21:42:26 +01003912 install_element(GSMNET_NODE, &cfg_net_T3141_cmd);
Holger Hans Peter Freyther5a3a61d2010-09-06 09:25:48 +08003913 install_element(GSMNET_NODE, &cfg_net_dtx_cmd);
Holger Hans Peter Freyther76fc4a32010-09-06 09:41:50 +08003914 install_element(GSMNET_NODE, &cfg_net_pag_any_tch_cmd);
Harald Welte5013b2a2009-08-07 13:29:14 +02003915
3916 install_element(GSMNET_NODE, &cfg_bts_cmd);
Harald Welte67ce0732009-08-06 19:06:46 +02003917 install_node(&bts_node, config_write_bts);
Jacob Erlbeck36722e12013-10-29 09:30:30 +01003918 vty_install_default(BTS_NODE);
Harald Welte5258fc42009-03-28 19:07:53 +00003919 install_element(BTS_NODE, &cfg_bts_type_cmd);
Harald Welte197dea92010-05-14 17:59:53 +02003920 install_element(BTS_NODE, &cfg_description_cmd);
3921 install_element(BTS_NODE, &cfg_no_description_cmd);
Harald Weltefcd24452009-06-20 18:15:19 +02003922 install_element(BTS_NODE, &cfg_bts_band_cmd);
Holger Hans Peter Freytherc4a49e32009-08-21 14:44:12 +02003923 install_element(BTS_NODE, &cfg_bts_ci_cmd);
Maxc08ee712016-05-11 12:45:13 +02003924 install_element(BTS_NODE, &cfg_bts_dtxu_cmd);
3925 install_element(BTS_NODE, &cfg_bts_dtxd_cmd);
3926 install_element(BTS_NODE, &cfg_bts_no_dtxu_cmd);
3927 install_element(BTS_NODE, &cfg_bts_no_dtxd_cmd);
Harald Welte5258fc42009-03-28 19:07:53 +00003928 install_element(BTS_NODE, &cfg_bts_lac_cmd);
3929 install_element(BTS_NODE, &cfg_bts_tsc_cmd);
Harald Welte42581822009-08-08 16:12:58 +02003930 install_element(BTS_NODE, &cfg_bts_bsic_cmd);
Harald Welte4cc34222009-05-01 15:12:31 +00003931 install_element(BTS_NODE, &cfg_bts_unit_id_cmd);
Harald Welte8b291802013-03-12 13:57:05 +01003932 install_element(BTS_NODE, &cfg_bts_rsl_ip_cmd);
Sylvain Munautc9519462011-10-17 14:04:55 +02003933 install_element(BTS_NODE, &cfg_bts_nokia_site_skip_reset_cmd);
Andreas Eversberg7d8fa342013-12-05 13:25:06 +01003934 install_element(BTS_NODE, &cfg_bts_nokia_site_no_loc_rel_cnf_cmd);
Sipos Csaba56e17662015-02-07 13:27:36 +01003935 install_element(BTS_NODE, &cfg_bts_nokia_site_bts_reset_timer_cnf_cmd);
Harald Welte8175e952009-10-20 00:22:00 +02003936 install_element(BTS_NODE, &cfg_bts_stream_id_cmd);
Harald Welte42581822009-08-08 16:12:58 +02003937 install_element(BTS_NODE, &cfg_bts_oml_e1_cmd);
3938 install_element(BTS_NODE, &cfg_bts_oml_e1_tei_cmd);
Harald Welte7a8fa412009-08-10 13:48:16 +02003939 install_element(BTS_NODE, &cfg_bts_challoc_cmd);
Sylvain Munaut4010f1e2009-12-22 13:43:26 +01003940 install_element(BTS_NODE, &cfg_bts_rach_tx_integer_cmd);
3941 install_element(BTS_NODE, &cfg_bts_rach_max_trans_cmd);
Andreas Eversberg2ee7ecd2012-10-13 07:27:47 +02003942 install_element(BTS_NODE, &cfg_bts_chan_desc_att_cmd);
3943 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_pa_mfrms_cmd);
3944 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_ag_blks_res_cmd);
Holger Hans Peter Freyther95c22902010-04-25 23:08:39 +08003945 install_element(BTS_NODE, &cfg_bts_rach_nm_b_thresh_cmd);
3946 install_element(BTS_NODE, &cfg_bts_rach_nm_ldavg_cmd);
Harald Welte (local)5dececf2009-08-12 13:28:23 +02003947 install_element(BTS_NODE, &cfg_bts_cell_barred_cmd);
Holger Hans Peter Freyther3a0a4632010-05-14 00:39:19 +08003948 install_element(BTS_NODE, &cfg_bts_rach_ec_allowed_cmd);
Ivan Kluchnikov67920592013-09-16 13:13:04 +04003949 install_element(BTS_NODE, &cfg_bts_rach_ac_class_cmd);
Harald Welte (local)0e451d02009-08-13 10:14:26 +02003950 install_element(BTS_NODE, &cfg_bts_ms_max_power_cmd);
Harald Welte (local)efc92312009-08-14 23:09:25 +02003951 install_element(BTS_NODE, &cfg_bts_per_loc_upd_cmd);
Holger Hans Peter Freytherc63f6f12013-07-27 21:07:57 +02003952 install_element(BTS_NODE, &cfg_bts_no_per_loc_upd_cmd);
Harald Welte73225282009-12-12 18:17:25 +01003953 install_element(BTS_NODE, &cfg_bts_cell_resel_hyst_cmd);
3954 install_element(BTS_NODE, &cfg_bts_rxlev_acc_min_cmd);
Sylvain Munaute0b06b02010-11-28 18:17:28 +01003955 install_element(BTS_NODE, &cfg_bts_cell_bar_qualify_cmd);
3956 install_element(BTS_NODE, &cfg_bts_cell_resel_ofs_cmd);
3957 install_element(BTS_NODE, &cfg_bts_temp_ofs_cmd);
3958 install_element(BTS_NODE, &cfg_bts_temp_ofs_inf_cmd);
3959 install_element(BTS_NODE, &cfg_bts_penalty_time_cmd);
3960 install_element(BTS_NODE, &cfg_bts_penalty_time_rsvd_cmd);
Andreas Eversberg4d4944a2013-03-10 11:49:35 +01003961 install_element(BTS_NODE, &cfg_bts_radio_link_timeout_cmd);
Harald Welte4511d892010-04-18 15:51:20 +02003962 install_element(BTS_NODE, &cfg_bts_gprs_mode_cmd);
bhargava350533c2016-07-21 11:14:34 +05303963 install_element(BTS_NODE, &cfg_bts_gprs_11bit_rach_support_for_egprs_cmd);
Harald Welte615e9562010-05-11 23:50:21 +02003964 install_element(BTS_NODE, &cfg_bts_gprs_ns_timer_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08003965 install_element(BTS_NODE, &cfg_bts_gprs_rac_cmd);
Andreas Eversberg0c8f9ca2013-03-16 16:31:26 +01003966 install_element(BTS_NODE, &cfg_bts_gprs_net_ctrl_ord_cmd);
Max292ec582016-07-28 11:55:37 +02003967 install_element(BTS_NODE, &cfg_bts_gprs_ctrl_ack_cmd);
3968 install_element(BTS_NODE, &cfg_no_bts_gprs_ctrl_ack_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08003969 install_element(BTS_NODE, &cfg_bts_gprs_bvci_cmd);
Harald Welte615e9562010-05-11 23:50:21 +02003970 install_element(BTS_NODE, &cfg_bts_gprs_cell_timer_cmd);
Harald Weltea5731cf2010-03-22 11:48:36 +08003971 install_element(BTS_NODE, &cfg_bts_gprs_nsei_cmd);
Harald Welte97a282b2010-03-14 15:37:43 +08003972 install_element(BTS_NODE, &cfg_bts_gprs_nsvci_cmd);
Harald Welteaf387632010-03-14 23:30:30 +08003973 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_lport_cmd);
3974 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rport_cmd);
3975 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rip_cmd);
Holger Hans Peter Freythere66bf1f2010-09-06 10:11:25 +08003976 install_element(BTS_NODE, &cfg_bts_pag_free_cmd);
Harald Welte9fbff4a2010-07-30 11:50:09 +02003977 install_element(BTS_NODE, &cfg_bts_si_mode_cmd);
3978 install_element(BTS_NODE, &cfg_bts_si_static_cmd);
Harald Welte42def722017-01-13 00:10:32 +01003979 install_element(BTS_NODE, &cfg_bts_early_cm_cmd);
Harald Welte32c09622011-01-11 23:44:56 +01003980 install_element(BTS_NODE, &cfg_bts_neigh_mode_cmd);
3981 install_element(BTS_NODE, &cfg_bts_neigh_cmd);
Harald Welte64c07d22011-02-15 11:43:27 +01003982 install_element(BTS_NODE, &cfg_bts_si5_neigh_cmd);
Max59a1bf32016-04-15 16:04:46 +02003983 install_element(BTS_NODE, &cfg_bts_si2quater_neigh_add_cmd);
3984 install_element(BTS_NODE, &cfg_bts_si2quater_neigh_del_cmd);
Max26679e02016-04-20 15:57:13 +02003985 install_element(BTS_NODE, &cfg_bts_si2quater_uarfcn_add_cmd);
3986 install_element(BTS_NODE, &cfg_bts_si2quater_uarfcn_del_cmd);
Holger Hans Peter Freythere30d40d2012-07-20 10:27:31 +02003987 install_element(BTS_NODE, &cfg_bts_excl_rf_lock_cmd);
3988 install_element(BTS_NODE, &cfg_bts_no_excl_rf_lock_cmd);
Jacob Erlbeck65d114f2014-01-16 11:02:14 +01003989 install_element(BTS_NODE, &cfg_bts_force_comb_si_cmd);
3990 install_element(BTS_NODE, &cfg_bts_no_force_comb_si_cmd);
Andreas Eversberga83d5112013-12-07 18:32:28 +01003991 install_element(BTS_NODE, &cfg_bts_codec0_cmd);
3992 install_element(BTS_NODE, &cfg_bts_codec1_cmd);
3993 install_element(BTS_NODE, &cfg_bts_codec2_cmd);
3994 install_element(BTS_NODE, &cfg_bts_codec3_cmd);
3995 install_element(BTS_NODE, &cfg_bts_codec4_cmd);
Holger Hans Peter Freytherc22930e2014-12-17 14:46:17 +01003996 install_element(BTS_NODE, &cfg_bts_depends_on_cmd);
3997 install_element(BTS_NODE, &cfg_bts_no_depends_on_cmd);
Andreas Eversberg73266522014-01-19 11:47:44 +01003998 install_element(BTS_NODE, &cfg_bts_amr_fr_modes1_cmd);
3999 install_element(BTS_NODE, &cfg_bts_amr_fr_modes2_cmd);
4000 install_element(BTS_NODE, &cfg_bts_amr_fr_modes3_cmd);
4001 install_element(BTS_NODE, &cfg_bts_amr_fr_modes4_cmd);
4002 install_element(BTS_NODE, &cfg_bts_amr_fr_thres1_cmd);
4003 install_element(BTS_NODE, &cfg_bts_amr_fr_thres2_cmd);
4004 install_element(BTS_NODE, &cfg_bts_amr_fr_thres3_cmd);
4005 install_element(BTS_NODE, &cfg_bts_amr_fr_hyst1_cmd);
4006 install_element(BTS_NODE, &cfg_bts_amr_fr_hyst2_cmd);
4007 install_element(BTS_NODE, &cfg_bts_amr_fr_hyst3_cmd);
4008 install_element(BTS_NODE, &cfg_bts_amr_fr_start_mode_cmd);
4009 install_element(BTS_NODE, &cfg_bts_amr_hr_modes1_cmd);
4010 install_element(BTS_NODE, &cfg_bts_amr_hr_modes2_cmd);
4011 install_element(BTS_NODE, &cfg_bts_amr_hr_modes3_cmd);
4012 install_element(BTS_NODE, &cfg_bts_amr_hr_modes4_cmd);
4013 install_element(BTS_NODE, &cfg_bts_amr_hr_thres1_cmd);
4014 install_element(BTS_NODE, &cfg_bts_amr_hr_thres2_cmd);
4015 install_element(BTS_NODE, &cfg_bts_amr_hr_thres3_cmd);
4016 install_element(BTS_NODE, &cfg_bts_amr_hr_hyst1_cmd);
4017 install_element(BTS_NODE, &cfg_bts_amr_hr_hyst2_cmd);
4018 install_element(BTS_NODE, &cfg_bts_amr_hr_hyst3_cmd);
4019 install_element(BTS_NODE, &cfg_bts_amr_hr_start_mode_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00004020
Harald Welte5258fc42009-03-28 19:07:53 +00004021 install_element(BTS_NODE, &cfg_trx_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00004022 install_node(&trx_node, dummy_config_write);
Jacob Erlbeck36722e12013-10-29 09:30:30 +01004023 vty_install_default(TRX_NODE);
Harald Welte5258fc42009-03-28 19:07:53 +00004024 install_element(TRX_NODE, &cfg_trx_arfcn_cmd);
Harald Welte197dea92010-05-14 17:59:53 +02004025 install_element(TRX_NODE, &cfg_description_cmd);
4026 install_element(TRX_NODE, &cfg_no_description_cmd);
Harald Welte (local)7b37d972009-12-27 20:56:38 +01004027 install_element(TRX_NODE, &cfg_trx_nominal_power_cmd);
Harald Welte879dc972009-06-20 22:36:12 +02004028 install_element(TRX_NODE, &cfg_trx_max_power_red_cmd);
Harald Welte42581822009-08-08 16:12:58 +02004029 install_element(TRX_NODE, &cfg_trx_rsl_e1_cmd);
4030 install_element(TRX_NODE, &cfg_trx_rsl_e1_tei_cmd);
Holger Hans Peter Freyther2d501ea2009-11-11 11:54:24 +01004031 install_element(TRX_NODE, &cfg_trx_rf_locked_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00004032
Harald Welte5258fc42009-03-28 19:07:53 +00004033 install_element(TRX_NODE, &cfg_ts_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00004034 install_node(&ts_node, dummy_config_write);
Jacob Erlbeck36722e12013-10-29 09:30:30 +01004035 vty_install_default(TS_NODE);
Harald Weltea6fd58e2009-08-07 00:25:23 +02004036 install_element(TS_NODE, &cfg_ts_pchan_cmd);
Harald Welte4ab9d7c2012-08-17 12:42:06 +02004037 install_element(TS_NODE, &cfg_ts_pchan_compat_cmd);
Harald Welte135a6482011-05-30 12:09:13 +02004038 install_element(TS_NODE, &cfg_ts_tsc_cmd);
Harald Weltea39b0f22010-06-14 22:26:10 +02004039 install_element(TS_NODE, &cfg_ts_hopping_cmd);
Harald Welte6e0cd042009-09-12 13:05:33 +02004040 install_element(TS_NODE, &cfg_ts_hsn_cmd);
4041 install_element(TS_NODE, &cfg_ts_maio_cmd);
4042 install_element(TS_NODE, &cfg_ts_arfcn_add_cmd);
4043 install_element(TS_NODE, &cfg_ts_arfcn_del_cmd);
Harald Weltea6fd58e2009-08-07 00:25:23 +02004044 install_element(TS_NODE, &cfg_ts_e1_subslot_cmd);
Harald Welte68628e82009-03-10 12:17:57 +00004045
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02004046 install_element(ENABLE_NODE, &drop_bts_cmd);
Holger Hans Peter Freyther740e65f2016-03-16 13:45:23 +01004047 install_element(ENABLE_NODE, &restart_bts_cmd);
Harald Welted0d2b0b2010-12-23 13:18:07 +01004048 install_element(ENABLE_NODE, &pdch_act_cmd);
Harald Welte30f1f372014-12-28 15:00:45 +01004049 install_element(ENABLE_NODE, &smscb_cmd_cmd);
Holger Hans Peter Freyther2484ceb2010-10-26 09:40:13 +02004050
Harald Welte81c9b9c2010-05-31 16:40:40 +02004051 abis_nm_vty_init();
Harald Weltee1d5eca2011-02-12 14:42:59 +01004052 abis_om2k_vty_init();
Harald Welte3016d9f2011-02-05 13:54:41 +01004053 e1inp_vty_init();
Harald Welte42def722017-01-13 00:10:32 +01004054 osmo_fsm_vty_add_cmds();
Harald Welte81c9b9c2010-05-31 16:40:40 +02004055
Harald Weltedcccb182010-05-16 20:52:23 +02004056 bsc_vty_init_extra();
Harald Welte40f82892009-05-23 17:31:39 +00004057
Harald Welte68628e82009-03-10 12:17:57 +00004058 return 0;
4059}