blob: cc4686577bd6a211bca8172050fd5d900e255045 [file] [log] [blame]
Harald Welte59b04682009-06-10 05:40:52 +08001/* OpenBSC interface to quagga VTY */
Harald Welte410575a2010-03-14 23:30:30 +08002/* (C) 2009-2010 by Harald Welte <laforge@gnumonks.org>
Harald Welte59b04682009-06-10 05:40:52 +08003 * All Rights Reserved
4 *
5 * This program is free software; you can redistribute it and/or modify
Harald Welte0e3e88e2011-01-01 15:25:50 +01006 * it under the terms of the GNU Affero General Public License as published by
7 * the Free Software Foundation; either version 3 of the License, or
Harald Welte59b04682009-06-10 05:40:52 +08008 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Welte0e3e88e2011-01-01 15:25:50 +010013 * GNU Affero General Public License for more details.
Harald Welte59b04682009-06-10 05:40:52 +080014 *
Harald Welte0e3e88e2011-01-01 15:25:50 +010015 * You should have received a copy of the GNU Affero General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Harald Welte59b04682009-06-10 05:40:52 +080017 *
18 */
19
20#include <stdlib.h>
21#include <unistd.h>
Harald Welte59b04682009-06-10 05:40:52 +080022
Harald Weltebd9591f2010-05-19 19:45:32 +020023#include <osmocom/vty/command.h>
24#include <osmocom/vty/buffer.h>
25#include <osmocom/vty/vty.h>
26#include <osmocom/vty/logging.h>
Jacob Erlbeck63fac682015-10-26 16:25:37 +010027#include <osmocom/vty/stats.h>
Harald Weltebd9591f2010-05-19 19:45:32 +020028#include <osmocom/vty/telnet_interface.h>
Harald Welte2addf852012-08-17 12:42:06 +020029#include <osmocom/vty/misc.h>
Harald Welte59b04682009-06-10 05:40:52 +080030
Holger Hans Peter Freyther35e6fbb2013-02-05 09:39:09 +010031#include <osmocom/gsm/gsm0502.h>
32
Harald Welte59b04682009-06-10 05:40:52 +080033#include <arpa/inet.h>
34
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010035#include <osmocom/core/linuxlist.h>
Harald Welte59b04682009-06-10 05:40:52 +080036#include <openbsc/gsm_data.h>
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +020037#include <osmocom/abis/e1_input.h>
Harald Welte59b04682009-06-10 05:40:52 +080038#include <openbsc/abis_nm.h>
Harald Welte30f93fb2011-02-19 16:48:17 +010039#include <openbsc/abis_om2000.h>
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010040#include <osmocom/core/utils.h>
41#include <osmocom/gsm/gsm_utils.h>
Harald Welte73e69942011-05-23 20:42:26 +020042#include <osmocom/gsm/abis_nm.h>
Harald Weltefe96f382009-12-22 13:09:29 +010043#include <openbsc/chan_alloc.h>
Harald Welte44007742009-12-22 21:43:14 +010044#include <openbsc/meas_rep.h>
Harald Welte59b04682009-06-10 05:40:52 +080045#include <openbsc/db.h>
Holger Hans Peter Freytherb70d45b2010-04-06 11:55:37 +020046#include <openbsc/vty.h>
Harald Weltecfb6b282012-06-16 14:59:56 +080047#include <osmocom/gprs/gprs_ns.h>
Harald Welted8acf142010-07-30 11:50:09 +020048#include <openbsc/system_information.h>
Harald Welte682ee5f2010-05-16 22:02:16 +020049#include <openbsc/debug.h>
Holger Hans Peter Freyther25176f12010-11-09 17:00:42 +010050#include <openbsc/paging.h>
Harald Welte64fcd772011-08-20 18:25:02 +020051#include <openbsc/ipaccess.h>
Harald Welte5213e992010-12-23 13:18:07 +010052#include <openbsc/abis_rsl.h>
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +010053#include <openbsc/osmo_msc_data.h>
54#include <openbsc/osmo_bsc_rf.h>
Harald Welte59b04682009-06-10 05:40:52 +080055
Holger Hans Peter Freyther35e6fbb2013-02-05 09:39:09 +010056#include <inttypes.h>
57
Harald Welted9dea592011-03-04 13:53:51 +010058#include "../../bscconfig.h"
Harald Welte10c29f62010-05-16 19:20:24 +020059
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +020060
61#define NETWORK_STR "Configure the GSM network\n"
62#define CODE_CMD_STR "Code commands\n"
63#define NAME_CMD_STR "Name Commands\n"
64#define NAME_STR "Name to use\n"
65#define LCHAN_NR_STR "Logical Channel Number\n"
66
67
Harald Welted6b62e32010-05-12 17:19:53 +000068/* FIXME: this should go to some common file */
69static const struct value_string gprs_ns_timer_strs[] = {
Harald Weltea9251762010-05-11 23:50:21 +020070 { 0, "tns-block" },
71 { 1, "tns-block-retries" },
72 { 2, "tns-reset" },
73 { 3, "tns-reset-retries" },
74 { 4, "tns-test" },
75 { 5, "tns-alive" },
76 { 6, "tns-alive-retries" },
77 { 0, NULL }
78};
79
Harald Welted6b62e32010-05-12 17:19:53 +000080static const struct value_string gprs_bssgp_cfg_strs[] = {
Harald Weltea9251762010-05-11 23:50:21 +020081 { 0, "blocking-timer" },
82 { 1, "blocking-retries" },
83 { 2, "unblocking-retries" },
84 { 3, "reset-timer" },
85 { 4, "reset-retries" },
86 { 5, "suspend-timer" },
87 { 6, "suspend-retries" },
88 { 7, "resume-timer" },
89 { 8, "resume-retries" },
90 { 9, "capability-update-timer" },
91 { 10, "capability-update-retries" },
92 { 0, NULL }
93};
94
Harald Weltef989b782011-02-15 11:43:27 +010095static const struct value_string bts_neigh_mode_strs[] = {
96 { NL_MODE_AUTOMATIC, "automatic" },
97 { NL_MODE_MANUAL, "manual" },
98 { NL_MODE_MANUAL_SI5SEP, "manual-si5" },
99 { 0, NULL }
100};
101
Daniel Willmann2c9540c2012-05-14 18:43:23 +0200102const struct value_string bts_loc_fix_names[] = {
103 { BTS_LOC_FIX_INVALID, "invalid" },
104 { BTS_LOC_FIX_2D, "fix2d" },
105 { BTS_LOC_FIX_3D, "fix3d" },
106 { 0, NULL }
107};
108
Harald Weltee87eb462009-08-07 13:29:14 +0200109struct cmd_node net_node = {
110 GSMNET_NODE,
Harald Welte45362bb2012-08-17 13:16:10 +0200111 "%s(config-net)# ",
Harald Weltee87eb462009-08-07 13:29:14 +0200112 1,
113};
114
Harald Welte59b04682009-06-10 05:40:52 +0800115struct cmd_node bts_node = {
116 BTS_NODE,
Harald Welte45362bb2012-08-17 13:16:10 +0200117 "%s(config-net-bts)# ",
Harald Welte59b04682009-06-10 05:40:52 +0800118 1,
119};
120
121struct cmd_node trx_node = {
122 TRX_NODE,
Harald Welte45362bb2012-08-17 13:16:10 +0200123 "%s(config-net-bts-trx)# ",
Harald Welte59b04682009-06-10 05:40:52 +0800124 1,
125};
126
127struct cmd_node ts_node = {
128 TS_NODE,
Harald Welte45362bb2012-08-17 13:16:10 +0200129 "%s(config-net-bts-trx-ts)# ",
Harald Welte59b04682009-06-10 05:40:52 +0800130 1,
131};
132
Harald Welte61daf6d2010-05-27 13:39:40 +0200133extern struct gsm_network *bsc_gsmnet;
134
Harald Welte40152872010-05-16 20:52:23 +0200135struct gsm_network *gsmnet_from_vty(struct vty *v)
136{
Harald Welte61daf6d2010-05-27 13:39:40 +0200137 /* In case we read from the config file, the vty->priv cannot
138 * point to a struct telnet_connection, and thus conn->priv
139 * will not point to the gsm_network structure */
140#if 0
Harald Welte40152872010-05-16 20:52:23 +0200141 struct telnet_connection *conn = v->priv;
142 return (struct gsm_network *) conn->priv;
Harald Welte61daf6d2010-05-27 13:39:40 +0200143#else
144 return bsc_gsmnet;
145#endif
Harald Welte40152872010-05-16 20:52:23 +0200146}
147
Harald Welte59b04682009-06-10 05:40:52 +0800148static int dummy_config_write(struct vty *v)
149{
150 return CMD_SUCCESS;
151}
152
153static void net_dump_nmstate(struct vty *vty, struct gsm_nm_state *nms)
154{
Harald Weltee7b751c2013-03-15 16:57:33 +0100155 vty_out(vty,"Oper '%s', Admin '%s', Avail '%s'%s",
156 abis_nm_opstate_name(nms->operational),
157 get_value_string(abis_nm_adm_state_names, nms->administrative),
Harald Welte306a8892011-05-23 20:30:39 +0200158 abis_nm_avail_name(nms->availability), VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800159}
160
Harald Weltefe96f382009-12-22 13:09:29 +0100161static void dump_pchan_load_vty(struct vty *vty, char *prefix,
162 const struct pchan_load *pl)
163{
164 int i;
165
166 for (i = 0; i < ARRAY_SIZE(pl->pchan); i++) {
167 const struct load_counter *lc = &pl->pchan[i];
168 unsigned int percent;
169
170 if (lc->total == 0)
171 continue;
172
173 percent = (lc->used * 100) / lc->total;
174
175 vty_out(vty, "%s%20s: %3u%% (%u/%u)%s", prefix,
176 gsm_pchan_name(i), percent, lc->used, lc->total,
177 VTY_NEWLINE);
178 }
179}
180
Harald Welte59b04682009-06-10 05:40:52 +0800181static void net_dump_vty(struct vty *vty, struct gsm_network *net)
182{
Harald Weltefe96f382009-12-22 13:09:29 +0100183 struct pchan_load pl;
184
Harald Welte59b04682009-06-10 05:40:52 +0800185 vty_out(vty, "BSC is on Country Code %u, Network Code %u "
186 "and has %u BTS%s", net->country_code, net->network_code,
187 net->num_bts, VTY_NEWLINE);
188 vty_out(vty, " Long network name: '%s'%s",
189 net->name_long, VTY_NEWLINE);
190 vty_out(vty, " Short network name: '%s'%s",
191 net->name_short, VTY_NEWLINE);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +0200192 vty_out(vty, " Authentication policy: %s%s",
193 gsm_auth_policy_name(net->auth_policy), VTY_NEWLINE);
Harald Welte59936d72009-11-18 20:33:19 +0100194 vty_out(vty, " Location updating reject cause: %u%s",
195 net->reject_cause, VTY_NEWLINE);
Harald Weltecca253a2009-08-30 15:47:06 +0900196 vty_out(vty, " Encryption: A5/%u%s", net->a5_encryption,
197 VTY_NEWLINE);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +0100198 vty_out(vty, " NECI (TCH/H): %u%s", net->neci,
199 VTY_NEWLINE);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +0800200 vty_out(vty, " Use TCH for Paging any: %d%s", net->pag_any_tch,
201 VTY_NEWLINE);
Harald Welte52af1952009-12-13 10:53:12 +0100202 vty_out(vty, " RRLP Mode: %s%s", rrlp_mode_name(net->rrlp.mode),
203 VTY_NEWLINE);
Harald Weltea310f3e2009-12-14 09:00:24 +0100204 vty_out(vty, " MM Info: %s%s", net->send_mm_info ? "On" : "Off",
205 VTY_NEWLINE);
Harald Welte0af9c9f2009-12-19 21:41:52 +0100206 vty_out(vty, " Handover: %s%s", net->handover.active ? "On" : "Off",
207 VTY_NEWLINE);
Harald Weltefe96f382009-12-22 13:09:29 +0100208 network_chan_load(&pl, net);
209 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
210 dump_pchan_load_vty(vty, " ", &pl);
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100211
212 /* show rf */
Holger Hans Peter Freytherab25ee42014-02-08 12:12:03 +0100213 if (net->bsc_data)
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100214 vty_out(vty, " Last RF Command: %s%s",
Holger Hans Peter Freyther4d614172011-08-15 15:53:00 +0200215 net->bsc_data->rf_ctrl->last_state_command,
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100216 VTY_NEWLINE);
Holger Hans Peter Freytherab25ee42014-02-08 12:12:03 +0100217 if (net->bsc_data)
Jacob Erlbeckdcce8e82013-09-11 10:46:57 +0200218 vty_out(vty, " Last RF Lock Command: %s%s",
219 net->bsc_data->rf_ctrl->last_rf_lock_ctrl_command,
220 VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800221}
222
223DEFUN(show_net, show_net_cmd, "show network",
224 SHOW_STR "Display information about a GSM NETWORK\n")
225{
Harald Welte40152872010-05-16 20:52:23 +0200226 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800227 net_dump_vty(vty, net);
228
229 return CMD_SUCCESS;
230}
231
232static void e1isl_dump_vty(struct vty *vty, struct e1inp_sign_link *e1l)
233{
234 struct e1inp_line *line;
235
236 if (!e1l) {
237 vty_out(vty, " None%s", VTY_NEWLINE);
238 return;
239 }
240
241 line = e1l->ts->line;
242
243 vty_out(vty, " E1 Line %u, Type %s: Timeslot %u, Mode %s%s",
244 line->num, line->driver->name, e1l->ts->num,
245 e1inp_signtype_name(e1l->type), VTY_NEWLINE);
246 vty_out(vty, " E1 TEI %u, SAPI %u%s",
247 e1l->tei, e1l->sapi, VTY_NEWLINE);
248}
249
250static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts)
251{
Harald Weltefe96f382009-12-22 13:09:29 +0100252 struct pchan_load pl;
253
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +0200254 vty_out(vty, "BTS %u is of %s type in band %s, has CI %u LAC %u, "
Harald Welte4d4a2a22015-11-20 10:50:24 +0100255 "BSIC %u (NCC=%u, BCC=%u) and %u TRX%s",
Harald Welte91afe4c2009-06-20 18:15:19 +0200256 bts->nr, btstype2str(bts->type), gsm_band_name(bts->band),
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +0200257 bts->cell_identity,
Harald Welte7bb55f32015-11-20 10:43:31 +0100258 bts->location_area_code, bts->bsic,
Harald Welte4d4a2a22015-11-20 10:50:24 +0100259 bts->bsic >> 3, bts->bsic & 7,
Harald Welte91afe4c2009-06-20 18:15:19 +0200260 bts->num_trx, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200261 vty_out(vty, "Description: %s%s",
262 bts->description ? bts->description : "(null)", VTY_NEWLINE);
Harald Welte8e9d1792009-12-12 15:38:16 +0100263 vty_out(vty, "MS Max power: %u dBm%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100264 vty_out(vty, "Minimum Rx Level for Access: %i dBm%s",
Harald Welte8e9d1792009-12-12 15:38:16 +0100265 rxlev2dbm(bts->si_common.cell_sel_par.rxlev_acc_min),
266 VTY_NEWLINE);
267 vty_out(vty, "Cell Reselection Hysteresis: %u dBm%s",
Harald Welteb761bf82009-12-12 18:17:25 +0100268 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +0100269 vty_out(vty, "RACH TX-Integer: %u%s", bts->si_common.rach_control.tx_integer,
270 VTY_NEWLINE);
271 vty_out(vty, "RACH Max transmissions: %u%s",
272 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
273 VTY_NEWLINE);
Harald Welte8c973ba2009-12-21 23:08:18 +0100274 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)e19be3f2009-08-12 13:28:23 +0200275 vty_out(vty, " CELL IS BARRED%s", VTY_NEWLINE);
Andreas Eversberg14e12f22012-10-13 07:27:47 +0200276 vty_out(vty, "Channel Description Attachment: %s%s",
277 (bts->si_common.chan_desc.att) ? "yes" : "no", VTY_NEWLINE);
278 vty_out(vty, "Channel Description BS-PA-MFRMS: %u%s",
279 bts->si_common.chan_desc.bs_pa_mfrms + 2, VTY_NEWLINE);
280 vty_out(vty, "Channel Description BS-AG_BLKS-RES: %u%s",
281 bts->si_common.chan_desc.bs_ag_blks_res, VTY_NEWLINE);
Harald Welted8acf142010-07-30 11:50:09 +0200282 vty_out(vty, "System Information present: 0x%08x, static: 0x%08x%s",
283 bts->si_valid, bts->si_mode_static, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800284 if (is_ipaccess_bts(bts))
Harald Welte25572872009-10-20 00:22:00 +0200285 vty_out(vty, " Unit ID: %u/%u/0, OML Stream ID 0x%02x%s",
Harald Welte59b04682009-06-10 05:40:52 +0800286 bts->ip_access.site_id, bts->ip_access.bts_id,
Harald Welte25572872009-10-20 00:22:00 +0200287 bts->oml_tei, VTY_NEWLINE);
Sylvain Munautcb8e8432011-10-17 14:04:55 +0200288 else if (bts->type == GSM_BTS_TYPE_NOKIA_SITE)
289 vty_out(vty, " Skip Reset: %d%s",
290 bts->nokia.skip_reset, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800291 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200292 net_dump_nmstate(vty, &bts->mo.nm_state);
Harald Welte59b04682009-06-10 05:40:52 +0800293 vty_out(vty, " Site Mgr NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200294 net_dump_nmstate(vty, &bts->site_mgr.mo.nm_state);
Holger Hans Peter Freyther03d80af2013-05-29 16:22:09 +0200295 vty_out(vty, " GPRS NSE: ");
296 net_dump_nmstate(vty, &bts->gprs.nse.mo.nm_state);
297 vty_out(vty, " GPRS CELL: ");
298 net_dump_nmstate(vty, &bts->gprs.cell.mo.nm_state);
299 vty_out(vty, " GPRS NSVC0: ");
300 net_dump_nmstate(vty, &bts->gprs.nsvc[0].mo.nm_state);
301 vty_out(vty, " GPRS NSVC1: ");
302 net_dump_nmstate(vty, &bts->gprs.nsvc[1].mo.nm_state);
Holger Hans Peter Freyther914ff192011-04-26 15:52:34 +0200303 vty_out(vty, " Paging: %u pending requests, %u free slots%s",
304 paging_pending_requests_nr(bts),
Harald Welte59b04682009-06-10 05:40:52 +0800305 bts->paging.available_slots, VTY_NEWLINE);
Holger Hans Peter Freytherb5c79c92010-11-25 16:28:45 +0100306 if (is_ipaccess_bts(bts)) {
307 vty_out(vty, " OML Link state: %s.%s",
308 bts->oml_link ? "connected" : "disconnected", VTY_NEWLINE);
309 } else {
Harald Welte25572872009-10-20 00:22:00 +0200310 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
311 e1isl_dump_vty(vty, bts->oml_link);
312 }
Holger Hans Peter Freytherb5c79c92010-11-25 16:28:45 +0100313
314 /* FIXME: chan_desc */
Harald Weltefe96f382009-12-22 13:09:29 +0100315 memset(&pl, 0, sizeof(pl));
316 bts_chan_load(&pl, bts);
317 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
318 dump_pchan_load_vty(vty, " ", &pl);
Harald Welte59b04682009-06-10 05:40:52 +0800319}
320
Sylvain Munaut1ad96282012-12-28 12:15:11 +0100321DEFUN(show_bts, show_bts_cmd, "show bts [<0-255>]",
Harald Welte59b04682009-06-10 05:40:52 +0800322 SHOW_STR "Display information about a BTS\n"
323 "BTS number")
324{
Harald Welte40152872010-05-16 20:52:23 +0200325 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800326 int bts_nr;
327
328 if (argc != 0) {
329 /* use the BTS number that the user has specified */
330 bts_nr = atoi(argv[0]);
Harald Welteda5db862010-12-24 12:24:03 +0100331 if (bts_nr >= net->num_bts) {
Harald Welte59b04682009-06-10 05:40:52 +0800332 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
333 VTY_NEWLINE);
334 return CMD_WARNING;
335 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200336 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte59b04682009-06-10 05:40:52 +0800337 return CMD_SUCCESS;
338 }
339 /* print all BTS's */
340 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++)
Harald Weltee712a5f2009-06-21 16:17:15 +0200341 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte59b04682009-06-10 05:40:52 +0800342
343 return CMD_SUCCESS;
344}
345
Harald Welte62868882009-08-08 16:12:58 +0200346/* utility functions */
347static void parse_e1_link(struct gsm_e1_subslot *e1_link, const char *line,
348 const char *ts, const char *ss)
349{
350 e1_link->e1_nr = atoi(line);
351 e1_link->e1_ts = atoi(ts);
352 if (!strcmp(ss, "full"))
353 e1_link->e1_ts_ss = 255;
354 else
355 e1_link->e1_ts_ss = atoi(ss);
356}
357
358static void config_write_e1_link(struct vty *vty, struct gsm_e1_subslot *e1_link,
359 const char *prefix)
360{
361 if (!e1_link->e1_ts)
362 return;
363
364 if (e1_link->e1_ts_ss == 255)
365 vty_out(vty, "%se1 line %u timeslot %u sub-slot full%s",
366 prefix, e1_link->e1_nr, e1_link->e1_ts, VTY_NEWLINE);
367 else
368 vty_out(vty, "%se1 line %u timeslot %u sub-slot %u%s",
369 prefix, e1_link->e1_nr, e1_link->e1_ts,
370 e1_link->e1_ts_ss, VTY_NEWLINE);
371}
372
373
Harald Welte97ceef92009-08-06 19:06:46 +0200374static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
375{
Neels Hofmeyr0aec2f92016-01-27 14:20:29 +0100376 vty_out(vty, " timeslot %u%s", ts->nr, VTY_NEWLINE);
Harald Welte7bb55f32015-11-20 10:43:31 +0100377 if (ts->tsc != -1)
Neels Hofmeyr0aec2f92016-01-27 14:20:29 +0100378 vty_out(vty, " training_sequence_code %u%s", ts->tsc, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200379 if (ts->pchan != GSM_PCHAN_NONE)
Neels Hofmeyr0aec2f92016-01-27 14:20:29 +0100380 vty_out(vty, " phys_chan_config %s%s",
Harald Welte62868882009-08-08 16:12:58 +0200381 gsm_pchan_name(ts->pchan), VTY_NEWLINE);
Neels Hofmeyr0aec2f92016-01-27 14:20:29 +0100382 vty_out(vty, " hopping enabled %u%s",
Harald Weltea42a93f2010-06-14 22:26:10 +0200383 ts->hopping.enabled, VTY_NEWLINE);
384 if (ts->hopping.enabled) {
385 unsigned int i;
Neels Hofmeyr0aec2f92016-01-27 14:20:29 +0100386 vty_out(vty, " hopping sequence-number %u%s",
Harald Welte67104d12009-09-12 13:05:33 +0200387 ts->hopping.hsn, VTY_NEWLINE);
Neels Hofmeyr0aec2f92016-01-27 14:20:29 +0100388 vty_out(vty, " hopping maio %u%s",
Harald Welte67104d12009-09-12 13:05:33 +0200389 ts->hopping.maio, VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200390 for (i = 0; i < ts->hopping.arfcns.data_len*8; i++) {
391 if (!bitvec_get_bit_pos(&ts->hopping.arfcns, i))
392 continue;
Neels Hofmeyr0aec2f92016-01-27 14:20:29 +0100393 vty_out(vty, " hopping arfcn add %u%s",
Harald Weltea42a93f2010-06-14 22:26:10 +0200394 i, VTY_NEWLINE);
395 }
Harald Welteff598092010-12-24 12:07:07 +0100396 }
Neels Hofmeyr0aec2f92016-01-27 14:20:29 +0100397 config_write_e1_link(vty, &ts->e1_link, " ");
Harald Weltec02789e2011-02-14 16:15:21 +0100398
399 if (ts->trx->bts->model->config_write_ts)
400 ts->trx->bts->model->config_write_ts(vty, ts);
Harald Welte97ceef92009-08-06 19:06:46 +0200401}
402
403static void config_write_trx_single(struct vty *vty, struct gsm_bts_trx *trx)
404{
405 int i;
406
Harald Weltee87eb462009-08-07 13:29:14 +0200407 vty_out(vty, " trx %u%s", trx->nr, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200408 if (trx->description)
409 vty_out(vty, " description %s%s", trx->description,
410 VTY_NEWLINE);
Holger Hans Peter Freyther32be2aa2010-04-17 06:42:07 +0200411 vty_out(vty, " rf_locked %u%s",
Harald Welte69f6f812011-05-30 12:07:53 +0200412 trx->mo.nm_state.administrative == NM_STATE_LOCKED ? 1 : 0,
Holger Hans Peter Freyther32be2aa2010-04-17 06:42:07 +0200413 VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200414 vty_out(vty, " arfcn %u%s", trx->arfcn, VTY_NEWLINE);
Harald Welte (local)b709bfe2009-12-27 20:56:38 +0100415 vty_out(vty, " nominal power %u%s", trx->nominal_power, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200416 vty_out(vty, " max_power_red %u%s", trx->max_power_red, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200417 config_write_e1_link(vty, &trx->rsl_e1_link, " rsl ");
418 vty_out(vty, " rsl e1 tei %u%s", trx->rsl_tei, VTY_NEWLINE);
Harald Welte97ceef92009-08-06 19:06:46 +0200419
Harald Weltec02789e2011-02-14 16:15:21 +0100420 if (trx->bts->model->config_write_trx)
421 trx->bts->model->config_write_trx(vty, trx);
422
Harald Welte97ceef92009-08-06 19:06:46 +0200423 for (i = 0; i < TRX_NR_TS; i++)
424 config_write_ts_single(vty, &trx->ts[i]);
425}
426
Harald Weltea9251762010-05-11 23:50:21 +0200427static void config_write_bts_gprs(struct vty *vty, struct gsm_bts *bts)
428{
429 unsigned int i;
430 vty_out(vty, " gprs mode %s%s", bts_gprs_mode_name(bts->gprs.mode),
431 VTY_NEWLINE);
432 if (bts->gprs.mode == BTS_GPRS_NONE)
433 return;
434
435 vty_out(vty, " gprs routing area %u%s", bts->gprs.rac,
436 VTY_NEWLINE);
Andreas Eversberga4fa21c2013-03-16 16:31:26 +0100437 vty_out(vty, " gprs network-control-order nc%u%s",
438 bts->gprs.net_ctrl_ord, VTY_NEWLINE);
Harald Weltea9251762010-05-11 23:50:21 +0200439 vty_out(vty, " gprs cell bvci %u%s", bts->gprs.cell.bvci,
440 VTY_NEWLINE);
441 for (i = 0; i < ARRAY_SIZE(bts->gprs.cell.timer); i++)
442 vty_out(vty, " gprs cell timer %s %u%s",
443 get_value_string(gprs_bssgp_cfg_strs, i),
444 bts->gprs.cell.timer[i], VTY_NEWLINE);
445 vty_out(vty, " gprs nsei %u%s", bts->gprs.nse.nsei,
446 VTY_NEWLINE);
447 for (i = 0; i < ARRAY_SIZE(bts->gprs.nse.timer); i++)
448 vty_out(vty, " gprs ns timer %s %u%s",
449 get_value_string(gprs_ns_timer_strs, i),
450 bts->gprs.nse.timer[i], VTY_NEWLINE);
451 for (i = 0; i < ARRAY_SIZE(bts->gprs.nsvc); i++) {
452 struct gsm_bts_gprs_nsvc *nsvc =
453 &bts->gprs.nsvc[i];
454 struct in_addr ia;
455
456 ia.s_addr = htonl(nsvc->remote_ip);
457 vty_out(vty, " gprs nsvc %u nsvci %u%s", i,
458 nsvc->nsvci, VTY_NEWLINE);
459 vty_out(vty, " gprs nsvc %u local udp port %u%s", i,
460 nsvc->local_port, VTY_NEWLINE);
461 vty_out(vty, " gprs nsvc %u remote udp port %u%s", i,
462 nsvc->remote_port, VTY_NEWLINE);
463 vty_out(vty, " gprs nsvc %u remote ip %s%s", i,
464 inet_ntoa(ia), VTY_NEWLINE);
465 }
466}
467
Holger Hans Peter Freyther38c56672013-09-15 17:23:34 +0200468/* Write the model data if there is one */
469static void config_write_bts_model(struct vty *vty, struct gsm_bts *bts)
Harald Welte97ceef92009-08-06 19:06:46 +0200470{
471 struct gsm_bts_trx *trx;
Holger Hans Peter Freyther38c56672013-09-15 17:23:34 +0200472
473 if (!bts->model)
474 return;
475
476 if (bts->model->config_write_bts)
477 bts->model->config_write_bts(vty, bts);
478
479 llist_for_each_entry(trx, &bts->trx_list, list)
480 config_write_trx_single(vty, trx);
481}
482
Holger Hans Peter Freyther8083cc92015-09-24 11:39:38 +0200483static void write_amr_modes(struct vty *vty, const char *prefix,
484 const char *name, struct amr_mode *modes, int num)
485{
486 int i;
487
488 vty_out(vty, " %s threshold %s", prefix, name);
489 for (i = 0; i < num - 1; i++)
490 vty_out(vty, " %d", modes[i].threshold);
491 vty_out(vty, "%s", VTY_NEWLINE);
492 vty_out(vty, " %s hysteresis %s", prefix, name);
493 for (i = 0; i < num - 1; i++)
494 vty_out(vty, " %d", modes[i].hysteresis);
495 vty_out(vty, "%s", VTY_NEWLINE);
496}
497
Andreas Eversbergfa163e82014-01-19 11:47:44 +0100498static void config_write_bts_amr(struct vty *vty, struct gsm_bts *bts,
499 struct amr_multirate_conf *mr, int full)
500{
501 struct gsm48_multi_rate_conf *mr_conf;
502 const char *prefix = (full) ? "amr tch-f" : "amr tch-h";
503 int i, num;
504
505 if (!(mr->gsm48_ie[1]))
506 return;
507
508 mr_conf = (struct gsm48_multi_rate_conf *) mr->gsm48_ie;
509
510 num = 0;
511 vty_out(vty, " %s modes", prefix);
512 for (i = 0; i < ((full) ? 8 : 6); i++) {
513 if ((mr->gsm48_ie[1] & (1 << i))) {
514 vty_out(vty, " %d", i);
515 num++;
516 }
517 }
518 vty_out(vty, "%s", VTY_NEWLINE);
519 if (num > 4)
520 num = 4;
521 if (num > 1) {
Holger Hans Peter Freyther8083cc92015-09-24 11:39:38 +0200522 write_amr_modes(vty, prefix, "ms", mr->ms_mode, num);
523 write_amr_modes(vty, prefix, "bts", mr->bts_mode, num);
Andreas Eversbergfa163e82014-01-19 11:47:44 +0100524 }
525 vty_out(vty, " %s start-mode ", prefix);
526 if (mr_conf->icmi) {
527 num = 0;
528 for (i = 0; i < ((full) ? 8 : 6) && num < 4; i++) {
529 if ((mr->gsm48_ie[1] & (1 << i)))
530 num++;
531 if (mr_conf->smod == num - 1) {
532 vty_out(vty, "%d%s", num, VTY_NEWLINE);
533 break;
534 }
535 }
536 } else
537 vty_out(vty, "auto%s", VTY_NEWLINE);
538}
539
Holger Hans Peter Freyther38c56672013-09-15 17:23:34 +0200540static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
541{
Harald Welted8acf142010-07-30 11:50:09 +0200542 int i;
Harald Welte97ceef92009-08-06 19:06:46 +0200543
Harald Weltee87eb462009-08-07 13:29:14 +0200544 vty_out(vty, " bts %u%s", bts->nr, VTY_NEWLINE);
545 vty_out(vty, " type %s%s", btstype2str(bts->type), VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200546 if (bts->description)
547 vty_out(vty, " description %s%s", bts->description, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200548 vty_out(vty, " band %s%s", gsm_band_name(bts->band), VTY_NEWLINE);
Holger Hans Peter Freyther6d82b7c2009-11-19 16:38:49 +0100549 vty_out(vty, " cell_identity %u%s", bts->cell_identity, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200550 vty_out(vty, " location_area_code %u%s", bts->location_area_code,
Harald Welte97ceef92009-08-06 19:06:46 +0200551 VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200552 vty_out(vty, " base_station_id_code %u%s", bts->bsic, VTY_NEWLINE);
Jacob Erlbeckcc0d8842013-09-17 13:59:29 +0200553 if (bts->tz.override != 0) {
554 if (bts->tz.dst)
555 vty_out(vty, " timezone %d %d %d%s",
556 bts->tz.hr, bts->tz.mn, bts->tz.dst, VTY_NEWLINE);
557 else
558 vty_out(vty, " timezone %d %d%s",
559 bts->tz.hr, bts->tz.mn, VTY_NEWLINE);
560 }
Harald Welte (local)cbd46102009-08-13 10:14:26 +0200561 vty_out(vty, " ms max power %u%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100562 vty_out(vty, " cell reselection hysteresis %u%s",
563 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
564 vty_out(vty, " rxlev access min %u%s",
565 bts->si_common.cell_sel_par.rxlev_acc_min, VTY_NEWLINE);
Sylvain Munaut00d71462010-11-28 18:17:28 +0100566
567 if (bts->si_common.cell_ro_sel_par.present) {
568 struct gsm48_si_selection_params *sp;
569 sp = &bts->si_common.cell_ro_sel_par;
570
571 if (sp->cbq)
572 vty_out(vty, " cell bar qualify %u%s",
573 sp->cbq, VTY_NEWLINE);
574
575 if (sp->cell_resel_off)
576 vty_out(vty, " cell reselection offset %u%s",
577 sp->cell_resel_off*2, VTY_NEWLINE);
578
579 if (sp->temp_offs == 7)
580 vty_out(vty, " temporary offset infinite%s",
581 VTY_NEWLINE);
582 else if (sp->temp_offs)
583 vty_out(vty, " temporary offset %u%s",
584 sp->temp_offs*10, VTY_NEWLINE);
585
586 if (sp->penalty_time == 31)
587 vty_out(vty, " penalty time reserved%s",
588 VTY_NEWLINE);
589 else if (sp->penalty_time)
590 vty_out(vty, " penalty time %u%s",
591 (sp->penalty_time*20)+20, VTY_NEWLINE);
592 }
593
Holger Hans Peter Freyther2fb8ebf2013-07-27 21:07:57 +0200594 /* Is periodic LU enabled or disabled? */
595 if (bts->si_common.chan_desc.t3212 == 0)
596 vty_out(vty, " no periodic location update%s", VTY_NEWLINE);
597 else
598 vty_out(vty, " periodic location update %u%s",
599 bts->si_common.chan_desc.t3212 * 6, VTY_NEWLINE);
600
Andreas Eversbergf9248d92013-03-10 11:49:35 +0100601 vty_out(vty, " radio-link-timeout %d%s",
602 get_radio_link_timeout(&bts->si_common.cell_options),
603 VTY_NEWLINE);
Harald Welte3e774612009-08-10 13:48:16 +0200604 vty_out(vty, " channel allocator %s%s",
605 bts->chan_alloc_reverse ? "descending" : "ascending",
606 VTY_NEWLINE);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +0100607 vty_out(vty, " rach tx integer %u%s",
608 bts->si_common.rach_control.tx_integer, VTY_NEWLINE);
609 vty_out(vty, " rach max transmission %u%s",
610 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
611 VTY_NEWLINE);
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +0800612
Andreas Eversberg14e12f22012-10-13 07:27:47 +0200613 vty_out(vty, " channel-descrption attach %u%s",
614 bts->si_common.chan_desc.att, VTY_NEWLINE);
615 vty_out(vty, " channel-descrption bs-pa-mfrms %u%s",
616 bts->si_common.chan_desc.bs_pa_mfrms + 2, VTY_NEWLINE);
617 vty_out(vty, " channel-descrption bs-ag-blks-res %u%s",
618 bts->si_common.chan_desc.bs_ag_blks_res, VTY_NEWLINE);
619
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +0800620 if (bts->rach_b_thresh != -1)
621 vty_out(vty, " rach nm busy threshold %u%s",
622 bts->rach_b_thresh, VTY_NEWLINE);
623 if (bts->rach_ldavg_slots != -1)
624 vty_out(vty, " rach nm load average %u%s",
625 bts->rach_ldavg_slots, VTY_NEWLINE);
Harald Welte8c973ba2009-12-21 23:08:18 +0100626 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)e19be3f2009-08-12 13:28:23 +0200627 vty_out(vty, " cell barred 1%s", VTY_NEWLINE);
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +0800628 if ((bts->si_common.rach_control.t2 & 0x4) == 0)
629 vty_out(vty, " rach emergency call allowed 1%s", VTY_NEWLINE);
Ivan Kluchnikov80d58432013-09-16 13:13:04 +0400630 if ((bts->si_common.rach_control.t3) != 0)
631 for (i = 0; i < 8; i++)
632 if (bts->si_common.rach_control.t3 & (0x1 << i))
633 vty_out(vty, " rach access-control-class %d barred%s", i, VTY_NEWLINE);
634 if ((bts->si_common.rach_control.t2 & 0xfb) != 0)
635 for (i = 0; i < 8; i++)
636 if ((i != 2) && (bts->si_common.rach_control.t2 & (0x1 << i)))
637 vty_out(vty, " rach access-control-class %d barred%s", i+8, VTY_NEWLINE);
Harald Welted8acf142010-07-30 11:50:09 +0200638 for (i = SYSINFO_TYPE_1; i < _MAX_SYSINFO_TYPE; i++) {
639 if (bts->si_mode_static & (1 << i)) {
640 vty_out(vty, " system-information %s mode static%s",
641 get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
642 vty_out(vty, " system-information %s static %s%s",
643 get_value_string(osmo_sitype_strs, i),
Sylvain Munaut79eae142011-11-13 23:05:23 +0100644 osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
Harald Welted8acf142010-07-30 11:50:09 +0200645 VTY_NEWLINE);
646 }
647 }
Harald Welte08011e22011-03-04 13:41:31 +0100648 switch (bts->type) {
649 case GSM_BTS_TYPE_NANOBTS:
Harald Welte35ac0e42012-07-02 19:51:55 +0200650 case GSM_BTS_TYPE_OSMO_SYSMO:
Harald Weltee87eb462009-08-07 13:29:14 +0200651 vty_out(vty, " ip.access unit_id %u %u%s",
Harald Welte3ffe1b32009-08-07 00:25:23 +0200652 bts->ip_access.site_id, bts->ip_access.bts_id, VTY_NEWLINE);
Harald Welte8b3c5952013-03-12 13:57:05 +0100653 if (bts->ip_access.rsl_ip) {
654 struct in_addr ia;
655 ia.s_addr = htonl(bts->ip_access.rsl_ip);
656 vty_out(vty, " ip.access rsl-ip %s%s", inet_ntoa(ia),
657 VTY_NEWLINE);
658 }
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +0200659 vty_out(vty, " oml ip.access stream_id %u line %u%s",
660 bts->oml_tei, bts->oml_e1_link.e1_nr, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100661 break;
Sylvain Munautcb8e8432011-10-17 14:04:55 +0200662 case GSM_BTS_TYPE_NOKIA_SITE:
663 vty_out(vty, " nokia_site skip-reset %d%s", bts->nokia.skip_reset, VTY_NEWLINE);
Andreas Eversbergac27b952013-12-05 13:25:06 +0100664 vty_out(vty, " nokia_site no-local-rel-conf %d%s",
665 bts->nokia.no_loc_rel_cnf, VTY_NEWLINE);
Sipos Csabadef87b42015-02-07 13:27:36 +0100666 vty_out(vty, " nokia_site bts-reset-timer %d%s", bts->nokia.bts_reset_timer_cnf, VTY_NEWLINE);
Andreas Eversbergc3daa0f2013-12-05 16:02:37 +0100667 /* fall through: Nokia requires "oml e1" parameters also */
Harald Welte08011e22011-03-04 13:41:31 +0100668 default:
Harald Welte62868882009-08-08 16:12:58 +0200669 config_write_e1_link(vty, &bts->oml_e1_link, " oml ");
670 vty_out(vty, " oml e1 tei %u%s", bts->oml_tei, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100671 break;
Harald Welte62868882009-08-08 16:12:58 +0200672 }
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +0800673
674 /* if we have a limit, write it */
675 if (bts->paging.free_chans_need >= 0)
676 vty_out(vty, " paging free %d%s", bts->paging.free_chans_need, VTY_NEWLINE);
677
Harald Welteca46eff2011-01-11 23:44:56 +0100678 vty_out(vty, " neighbor-list mode %s%s",
Harald Weltef989b782011-02-15 11:43:27 +0100679 get_value_string(bts_neigh_mode_strs, bts->neigh_list_manual_mode), VTY_NEWLINE);
680 if (bts->neigh_list_manual_mode != NL_MODE_AUTOMATIC) {
Harald Welteca46eff2011-01-11 23:44:56 +0100681 for (i = 0; i < 1024; i++) {
682 if (bitvec_get_bit_pos(&bts->si_common.neigh_list, i))
683 vty_out(vty, " neighbor-list add arfcn %u%s",
684 i, VTY_NEWLINE);
685 }
686 }
Harald Weltef989b782011-02-15 11:43:27 +0100687 if (bts->neigh_list_manual_mode == NL_MODE_MANUAL_SI5SEP) {
688 for (i = 0; i < 1024; i++) {
689 if (bitvec_get_bit_pos(&bts->si_common.si5_neigh_list, i))
690 vty_out(vty, " si5 neighbor-list add arfcn %u%s",
691 i, VTY_NEWLINE);
692 }
693 }
Harald Welteca46eff2011-01-11 23:44:56 +0100694
Max88ddcaa2016-04-15 16:04:46 +0200695 for (i = 0; i < MAX_EARFCN_LIST; i++) {
696 if (bts->si_common.si2quater_neigh_list.arfcn[i] !=
697 OSMO_EARFCN_INVALID) {
698 vty_out(vty, " si2quater neighbor-list add earfcn %u threshold %u",
699 bts->si_common.si2quater_neigh_list.arfcn[i],
700 bts->si_common.si2quater_neigh_list.thresh_hi);
701 if (bts->si_common.si2quater_neigh_list.meas_bw[i] !=
702 OSMO_EARFCN_MEAS_INVALID)
703 vty_out(vty, " %u",
704 bts->si_common.si2quater_neigh_list.meas_bw[i]);
705
706 vty_out(vty, "%s", VTY_NEWLINE);
707 }
708 }
709
Maxeaf196c2016-04-20 15:57:13 +0200710 for (i = 0; i < bts->si_common.uarfcn_length; i++) {
711 vty_out(vty, " si2quater neighbor-list add uarfcn %u %u %u%s",
712 bts->si_common.data.uarfcn_list[i],
713 bts->si_common.data.scramble_list[i] & ~(1 << 9),
714 (bts->si_common.data.scramble_list[i] >> 9) & 1,
715 VTY_NEWLINE);
716 }
717
Andreas Eversberg976493b2013-12-07 18:32:28 +0100718 vty_out(vty, " codec-support fr");
719 if (bts->codec.hr)
720 vty_out(vty, " hr");
721 if (bts->codec.efr)
722 vty_out(vty, " efr");
723 if (bts->codec.amr)
724 vty_out(vty, " amr");
725 vty_out(vty, "%s", VTY_NEWLINE);
726
Andreas Eversbergfa163e82014-01-19 11:47:44 +0100727 config_write_bts_amr(vty, bts, &bts->mr_full, 1);
728 config_write_bts_amr(vty, bts, &bts->mr_half, 0);
729
Harald Weltea9251762010-05-11 23:50:21 +0200730 config_write_bts_gprs(vty, bts);
Harald Welte97ceef92009-08-06 19:06:46 +0200731
Holger Hans Peter Freyther10799162012-07-20 10:27:31 +0200732 if (bts->excl_from_rf_lock)
733 vty_out(vty, " rf-lock-exclude%s", VTY_NEWLINE);
734
Jacob Erlbeck8f8e5bf2014-01-16 11:02:14 +0100735 vty_out(vty, " %sforce-combined-si%s",
736 bts->force_combined_si ? "" : "no ", VTY_NEWLINE);
737
Holger Hans Peter Freyther15152612014-12-17 14:46:17 +0100738 for (i = 0; i < ARRAY_SIZE(bts->depends_on); ++i) {
739 int j;
740
741 if (bts->depends_on[i] == 0)
742 continue;
743
744 for (j = 0; j < sizeof(bts->depends_on[i]) * 8; ++j) {
745 int bts_nr;
746
747 if ((bts->depends_on[i] & (1<<j)) == 0)
748 continue;
749
750 bts_nr = (i * sizeof(bts->depends_on[i]) * 8) + j;
751 vty_out(vty, " depends-on-bts %d%s", bts_nr, VTY_NEWLINE);
752 }
753 }
754
Holger Hans Peter Freyther38c56672013-09-15 17:23:34 +0200755 config_write_bts_model(vty, bts);
Harald Welte97ceef92009-08-06 19:06:46 +0200756}
757
758static int config_write_bts(struct vty *v)
759{
Harald Welte40152872010-05-16 20:52:23 +0200760 struct gsm_network *gsmnet = gsmnet_from_vty(v);
Harald Welte97ceef92009-08-06 19:06:46 +0200761 struct gsm_bts *bts;
762
763 llist_for_each_entry(bts, &gsmnet->bts_list, list)
764 config_write_bts_single(v, bts);
765
766 return CMD_SUCCESS;
767}
768
Harald Weltee87eb462009-08-07 13:29:14 +0200769static int config_write_net(struct vty *vty)
770{
Harald Welte40152872010-05-16 20:52:23 +0200771 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
772
Harald Weltee87eb462009-08-07 13:29:14 +0200773 vty_out(vty, "network%s", VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200774 vty_out(vty, " network country code %u%s", gsmnet->country_code, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200775 vty_out(vty, " mobile network code %u%s", gsmnet->network_code, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200776 vty_out(vty, " short name %s%s", gsmnet->name_short, VTY_NEWLINE);
777 vty_out(vty, " long name %s%s", gsmnet->name_long, VTY_NEWLINE);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +0200778 vty_out(vty, " auth policy %s%s", gsm_auth_policy_name(gsmnet->auth_policy), VTY_NEWLINE);
Harald Welte59936d72009-11-18 20:33:19 +0100779 vty_out(vty, " location updating reject cause %u%s",
780 gsmnet->reject_cause, VTY_NEWLINE);
Harald Weltecca253a2009-08-30 15:47:06 +0900781 vty_out(vty, " encryption a5 %u%s", gsmnet->a5_encryption, VTY_NEWLINE);
Holger Hans Peter Freyther6b4f5462009-11-19 16:37:48 +0100782 vty_out(vty, " neci %u%s", gsmnet->neci, VTY_NEWLINE);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +0800783 vty_out(vty, " paging any use tch %d%s", gsmnet->pag_any_tch, VTY_NEWLINE);
Harald Welte52af1952009-12-13 10:53:12 +0100784 vty_out(vty, " rrlp mode %s%s", rrlp_mode_name(gsmnet->rrlp.mode),
785 VTY_NEWLINE);
Harald Weltea310f3e2009-12-14 09:00:24 +0100786 vty_out(vty, " mm info %u%s", gsmnet->send_mm_info, VTY_NEWLINE);
Harald Welte0af9c9f2009-12-19 21:41:52 +0100787 vty_out(vty, " handover %u%s", gsmnet->handover.active, VTY_NEWLINE);
Harald Weltea8062f12009-12-21 16:51:50 +0100788 vty_out(vty, " handover window rxlev averaging %u%s",
789 gsmnet->handover.win_rxlev_avg, VTY_NEWLINE);
790 vty_out(vty, " handover window rxqual averaging %u%s",
791 gsmnet->handover.win_rxqual_avg, VTY_NEWLINE);
792 vty_out(vty, " handover window rxlev neighbor averaging %u%s",
793 gsmnet->handover.win_rxlev_avg_neigh, VTY_NEWLINE);
794 vty_out(vty, " handover power budget interval %u%s",
795 gsmnet->handover.pwr_interval, VTY_NEWLINE);
796 vty_out(vty, " handover power budget hysteresis %u%s",
797 gsmnet->handover.pwr_hysteresis, VTY_NEWLINE);
798 vty_out(vty, " handover maximum distance %u%s",
799 gsmnet->handover.max_distance, VTY_NEWLINE);
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +0100800 vty_out(vty, " timer t3101 %u%s", gsmnet->T3101, VTY_NEWLINE);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +0100801 vty_out(vty, " timer t3103 %u%s", gsmnet->T3103, VTY_NEWLINE);
802 vty_out(vty, " timer t3105 %u%s", gsmnet->T3105, VTY_NEWLINE);
803 vty_out(vty, " timer t3107 %u%s", gsmnet->T3107, VTY_NEWLINE);
804 vty_out(vty, " timer t3109 %u%s", gsmnet->T3109, VTY_NEWLINE);
805 vty_out(vty, " timer t3111 %u%s", gsmnet->T3111, VTY_NEWLINE);
806 vty_out(vty, " timer t3113 %u%s", gsmnet->T3113, VTY_NEWLINE);
807 vty_out(vty, " timer t3115 %u%s", gsmnet->T3115, VTY_NEWLINE);
808 vty_out(vty, " timer t3117 %u%s", gsmnet->T3117, VTY_NEWLINE);
809 vty_out(vty, " timer t3119 %u%s", gsmnet->T3119, VTY_NEWLINE);
Harald Weltea00fdd72010-12-23 14:39:29 +0100810 vty_out(vty, " timer t3122 %u%s", gsmnet->T3122, VTY_NEWLINE);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +0100811 vty_out(vty, " timer t3141 %u%s", gsmnet->T3141, VTY_NEWLINE);
Harald Weltef41bfd52010-12-15 15:34:23 +0100812 vty_out(vty, " dtx-used %u%s", gsmnet->dtx_enabled, VTY_NEWLINE);
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +0100813 vty_out(vty, " subscriber-keep-in-ram %d%s",
Jacob Erlbeckda8770b2014-12-03 09:28:24 +0100814 gsmnet->subscr_group->keep_subscr, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200815
816 return CMD_SUCCESS;
817}
Harald Welte97ceef92009-08-06 19:06:46 +0200818
Harald Welte59b04682009-06-10 05:40:52 +0800819static void trx_dump_vty(struct vty *vty, struct gsm_bts_trx *trx)
820{
821 vty_out(vty, "TRX %u of BTS %u is on ARFCN %u%s",
822 trx->nr, trx->bts->nr, trx->arfcn, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200823 vty_out(vty, "Description: %s%s",
824 trx->description ? trx->description : "(null)", VTY_NEWLINE);
Harald Welte91afe4c2009-06-20 18:15:19 +0200825 vty_out(vty, " RF Nominal Power: %d dBm, reduced by %u dB, "
Harald Welte62868882009-08-08 16:12:58 +0200826 "resulting BS power: %d dBm%s",
Harald Welte91afe4c2009-06-20 18:15:19 +0200827 trx->nominal_power, trx->max_power_red,
Harald Welte62868882009-08-08 16:12:58 +0200828 trx->nominal_power - trx->max_power_red, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800829 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200830 net_dump_nmstate(vty, &trx->mo.nm_state);
Harald Welte59b04682009-06-10 05:40:52 +0800831 vty_out(vty, " Baseband Transceiver NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200832 net_dump_nmstate(vty, &trx->bb_transc.mo.nm_state);
Harald Welte25572872009-10-20 00:22:00 +0200833 if (is_ipaccess_bts(trx->bts)) {
834 vty_out(vty, " ip.access stream ID: 0x%02x%s",
835 trx->rsl_tei, VTY_NEWLINE);
836 } else {
837 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
838 e1isl_dump_vty(vty, trx->rsl_link);
839 }
Harald Welte59b04682009-06-10 05:40:52 +0800840}
841
842DEFUN(show_trx,
843 show_trx_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +0100844 "show trx [<0-255>] [<0-255>]",
Harald Welte9e002452010-05-11 21:53:49 +0200845 SHOW_STR "Display information about a TRX\n"
846 "BTS Number\n"
847 "TRX Number\n")
Harald Welte59b04682009-06-10 05:40:52 +0800848{
Harald Welte40152872010-05-16 20:52:23 +0200849 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800850 struct gsm_bts *bts = NULL;
851 struct gsm_bts_trx *trx;
852 int bts_nr, trx_nr;
853
854 if (argc >= 1) {
855 /* use the BTS number that the user has specified */
856 bts_nr = atoi(argv[0]);
857 if (bts_nr >= net->num_bts) {
858 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
859 VTY_NEWLINE);
860 return CMD_WARNING;
861 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200862 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800863 }
864 if (argc >= 2) {
865 trx_nr = atoi(argv[1]);
866 if (trx_nr >= bts->num_trx) {
867 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
868 VTY_NEWLINE);
869 return CMD_WARNING;
870 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200871 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800872 trx_dump_vty(vty, trx);
873 return CMD_SUCCESS;
874 }
875 if (bts) {
876 /* print all TRX in this BTS */
877 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200878 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800879 trx_dump_vty(vty, trx);
880 }
881 return CMD_SUCCESS;
882 }
883
884 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200885 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800886 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200887 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800888 trx_dump_vty(vty, trx);
889 }
890 }
891
892 return CMD_SUCCESS;
893}
894
Harald Welte97ceef92009-08-06 19:06:46 +0200895
Harald Welte59b04682009-06-10 05:40:52 +0800896static void ts_dump_vty(struct vty *vty, struct gsm_bts_trx_ts *ts)
897{
Harald Welte85771a42011-05-30 12:09:13 +0200898 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, phys cfg %s, TSC %u",
Harald Weltee3bd0c02010-12-24 12:12:10 +0100899 ts->trx->bts->nr, ts->trx->nr, ts->nr,
Harald Welte025e6c92014-01-19 17:18:21 +0100900 gsm_pchan_name(ts->pchan), gsm_ts_tsc(ts));
Harald Welte98d2bb82010-12-24 12:14:52 +0100901 if (ts->pchan == GSM_PCHAN_TCH_F_PDCH)
Harald Welte81c2ed32010-12-24 12:26:13 +0100902 vty_out(vty, " (%s mode)",
Harald Welte98d2bb82010-12-24 12:14:52 +0100903 ts->flags & TS_F_PDCH_MODE ? "PDCH" : "TCH/F");
904 vty_out(vty, "%s", VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800905 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200906 net_dump_nmstate(vty, &ts->mo.nm_state);
Harald Welte87504212009-12-02 01:56:49 +0530907 if (!is_ipaccess_bts(ts->trx->bts))
Harald Welte59b04682009-06-10 05:40:52 +0800908 vty_out(vty, " E1 Line %u, Timeslot %u, Subslot %u%s",
909 ts->e1_link.e1_nr, ts->e1_link.e1_ts,
910 ts->e1_link.e1_ts_ss, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800911}
912
913DEFUN(show_ts,
914 show_ts_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +0100915 "show timeslot [<0-255>] [<0-255>] [<0-7>]",
Harald Welte9e002452010-05-11 21:53:49 +0200916 SHOW_STR "Display information about a TS\n"
917 "BTS Number\n" "TRX Number\n" "Timeslot Number\n")
Harald Welte59b04682009-06-10 05:40:52 +0800918{
Harald Welte40152872010-05-16 20:52:23 +0200919 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte06868382010-12-24 12:05:03 +0100920 struct gsm_bts *bts = NULL;
921 struct gsm_bts_trx *trx = NULL;
922 struct gsm_bts_trx_ts *ts = NULL;
Harald Welte59b04682009-06-10 05:40:52 +0800923 int bts_nr, trx_nr, ts_nr;
924
925 if (argc >= 1) {
926 /* use the BTS number that the user has specified */
927 bts_nr = atoi(argv[0]);
928 if (bts_nr >= net->num_bts) {
929 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
930 VTY_NEWLINE);
931 return CMD_WARNING;
932 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200933 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800934 }
935 if (argc >= 2) {
936 trx_nr = atoi(argv[1]);
937 if (trx_nr >= bts->num_trx) {
938 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
939 VTY_NEWLINE);
940 return CMD_WARNING;
941 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200942 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800943 }
944 if (argc >= 3) {
945 ts_nr = atoi(argv[2]);
946 if (ts_nr >= TRX_NR_TS) {
947 vty_out(vty, "%% can't find TS '%s'%s", argv[2],
948 VTY_NEWLINE);
949 return CMD_WARNING;
950 }
Harald Welte06868382010-12-24 12:05:03 +0100951 /* Fully Specified: print and exit */
Harald Welte59b04682009-06-10 05:40:52 +0800952 ts = &trx->ts[ts_nr];
953 ts_dump_vty(vty, ts);
954 return CMD_SUCCESS;
955 }
Harald Welte06868382010-12-24 12:05:03 +0100956
957 if (bts && trx) {
958 /* Iterate over all TS in this TRX */
959 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
960 ts = &trx->ts[ts_nr];
961 ts_dump_vty(vty, ts);
962 }
963 } else if (bts) {
964 /* Iterate over all TRX in this BTS, TS in each TRX */
Harald Welte59b04682009-06-10 05:40:52 +0800965 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200966 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800967 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
968 ts = &trx->ts[ts_nr];
969 ts_dump_vty(vty, ts);
970 }
971 }
Harald Welte06868382010-12-24 12:05:03 +0100972 } else {
973 /* Iterate over all BTS, TRX in each BTS, TS in each TRX */
974 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
975 bts = gsm_bts_num(net, bts_nr);
976 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
977 trx = gsm_bts_trx_num(bts, trx_nr);
978 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 }
983 }
Harald Welte59b04682009-06-10 05:40:52 +0800984 }
985
986 return CMD_SUCCESS;
987}
988
Holger Hans Peter Freyther1dd0a1b2010-01-06 06:00:40 +0100989static void subscr_dump_vty(struct vty *vty, struct gsm_subscriber *subscr)
Harald Welte59b04682009-06-10 05:40:52 +0800990{
Harald Welte91afe4c2009-06-20 18:15:19 +0200991 vty_out(vty, " ID: %llu, Authorized: %d%s", subscr->id,
Harald Welte59b04682009-06-10 05:40:52 +0800992 subscr->authorized, VTY_NEWLINE);
Holger Hans Peter Freyther7d552fc2013-12-12 15:45:41 +0100993 if (strlen(subscr->name))
Harald Welte59b04682009-06-10 05:40:52 +0800994 vty_out(vty, " Name: '%s'%s", subscr->name, VTY_NEWLINE);
Holger Hans Peter Freyther4fcba8e2014-04-04 11:53:18 +0200995 if (strlen(subscr->extension))
Harald Welte59b04682009-06-10 05:40:52 +0800996 vty_out(vty, " Extension: %s%s", subscr->extension,
997 VTY_NEWLINE);
Holger Hans Peter Freytherb0be39b2013-07-14 08:38:24 +0200998 vty_out(vty, " IMSI: %s%s", subscr->imsi, VTY_NEWLINE);
Holger Hans Peter Freythercd8bacf2009-08-19 12:53:57 +0200999 if (subscr->tmsi != GSM_RESERVED_TMSI)
1000 vty_out(vty, " TMSI: %08X%s", subscr->tmsi,
Harald Welte270c06c2009-08-15 03:24:51 +02001001 VTY_NEWLINE);
Sylvain Munaute5863a22009-12-27 19:29:28 +01001002
Harald Welte (local)02d5efa2009-08-14 20:27:16 +02001003 vty_out(vty, " Use count: %u%s", subscr->use_count, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +08001004}
1005
Harald Welte44007742009-12-22 21:43:14 +01001006static void meas_rep_dump_uni_vty(struct vty *vty,
1007 struct gsm_meas_rep_unidir *mru,
1008 const char *prefix,
1009 const char *dir)
1010{
1011 vty_out(vty, "%s RXL-FULL-%s: %4d dBm, RXL-SUB-%s: %4d dBm ",
1012 prefix, dir, rxlev2dbm(mru->full.rx_lev),
1013 dir, rxlev2dbm(mru->sub.rx_lev));
1014 vty_out(vty, "RXQ-FULL-%s: %d, RXQ-SUB-%s: %d%s",
1015 dir, mru->full.rx_qual, dir, mru->sub.rx_qual,
1016 VTY_NEWLINE);
1017}
1018
1019static void meas_rep_dump_vty(struct vty *vty, struct gsm_meas_rep *mr,
1020 const char *prefix)
1021{
1022 vty_out(vty, "%sMeasurement Report:%s", prefix, VTY_NEWLINE);
1023 vty_out(vty, "%s Flags: %s%s%s%s%s", prefix,
1024 mr->flags & MEAS_REP_F_UL_DTX ? "DTXu " : "",
1025 mr->flags & MEAS_REP_F_DL_DTX ? "DTXd " : "",
1026 mr->flags & MEAS_REP_F_FPC ? "FPC " : "",
1027 mr->flags & MEAS_REP_F_DL_VALID ? " " : "DLinval ",
1028 VTY_NEWLINE);
1029 if (mr->flags & MEAS_REP_F_MS_TO)
1030 vty_out(vty, "%s MS Timing Offset: %u%s", prefix,
1031 mr->ms_timing_offset, VTY_NEWLINE);
1032 if (mr->flags & MEAS_REP_F_MS_L1)
1033 vty_out(vty, "%s L1 MS Power: %u dBm, Timing Advance: %u%s",
1034 prefix, mr->ms_l1.pwr, mr->ms_l1.ta, VTY_NEWLINE);
1035 if (mr->flags & MEAS_REP_F_DL_VALID)
1036 meas_rep_dump_uni_vty(vty, &mr->dl, prefix, "dl");
1037 meas_rep_dump_uni_vty(vty, &mr->ul, prefix, "ul");
1038}
1039
Harald Weltee9db0242015-12-05 17:22:49 +01001040/* FIXME: move this to libosmogsm */
1041static const struct value_string gsm48_cmode_names[] = {
1042 { GSM48_CMODE_SIGN, "signalling" },
1043 { GSM48_CMODE_SPEECH_V1, "FR or HR" },
1044 { GSM48_CMODE_SPEECH_EFR, "EFR" },
1045 { GSM48_CMODE_SPEECH_AMR, "AMR" },
1046 { GSM48_CMODE_DATA_14k5, "CSD(14k5)" },
1047 { GSM48_CMODE_DATA_12k0, "CSD(12k0)" },
1048 { GSM48_CMODE_DATA_6k0, "CSD(6k0)" },
1049 { GSM48_CMODE_DATA_3k6, "CSD(3k6)" },
1050 { 0, NULL }
1051};
1052
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001053static void lchan_dump_full_vty(struct vty *vty, struct gsm_lchan *lchan)
Harald Welte59b04682009-06-10 05:40:52 +08001054{
Harald Welte44007742009-12-22 21:43:14 +01001055 int idx;
1056
Harald Weltef62dad62010-12-24 12:22:34 +01001057 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u: Type %s%s",
1058 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
1059 lchan->nr, gsm_lchant_name(lchan->type), VTY_NEWLINE);
Holger Hans Peter Freyther960adfe2014-12-28 12:08:28 +01001060 vty_out(vty, " Connection: %u, State: %s%s%s%s",
Holger Hans Peter Freyther6e5c50f2010-06-28 17:09:29 +08001061 lchan->conn ? 1: 0,
Holger Hans Peter Freyther960adfe2014-12-28 12:08:28 +01001062 gsm_lchans_name(lchan->state),
1063 lchan->state == LCHAN_S_BROKEN ? " Error reason: " : "",
1064 lchan->state == LCHAN_S_BROKEN ? lchan->broken_reason : "",
1065 VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +01001066 vty_out(vty, " BS Power: %u dBm, MS Power: %u dBm%s",
1067 lchan->ts->trx->nominal_power - lchan->ts->trx->max_power_red
1068 - lchan->bs_power*2,
1069 ms_pwr_dbm(lchan->ts->trx->bts->band, lchan->ms_power),
1070 VTY_NEWLINE);
Harald Weltee9db0242015-12-05 17:22:49 +01001071 vty_out(vty, " Channel Mode / Codec: %s%s",
1072 get_value_string(gsm48_cmode_names, lchan->tch_mode),
1073 VTY_NEWLINE);
Holger Hans Peter Freyther1a95fa82010-06-28 15:47:12 +08001074 if (lchan->conn && lchan->conn->subscr) {
Harald Welte59b04682009-06-10 05:40:52 +08001075 vty_out(vty, " Subscriber:%s", VTY_NEWLINE);
Holger Hans Peter Freyther1a95fa82010-06-28 15:47:12 +08001076 subscr_dump_vty(vty, lchan->conn->subscr);
Harald Welte59b04682009-06-10 05:40:52 +08001077 } else
1078 vty_out(vty, " No Subscriber%s", VTY_NEWLINE);
Harald Welte87504212009-12-02 01:56:49 +05301079 if (is_ipaccess_bts(lchan->ts->trx->bts)) {
1080 struct in_addr ia;
Holger Hans Peter Freythercec1ec52010-04-07 15:39:16 +02001081 ia.s_addr = htonl(lchan->abis_ip.bound_ip);
Harald Welte87504212009-12-02 01:56:49 +05301082 vty_out(vty, " Bound IP: %s Port %u RTP_TYPE2=%u CONN_ID=%u%s",
1083 inet_ntoa(ia), lchan->abis_ip.bound_port,
1084 lchan->abis_ip.rtp_payload2, lchan->abis_ip.conn_id,
1085 VTY_NEWLINE);
1086 }
Harald Welte44007742009-12-22 21:43:14 +01001087
1088 /* we want to report the last measurement report */
1089 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
1090 lchan->meas_rep_idx, 1);
1091 meas_rep_dump_vty(vty, &lchan->meas_rep[idx], " ");
Harald Welte59b04682009-06-10 05:40:52 +08001092}
1093
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001094static void lchan_dump_short_vty(struct vty *vty, struct gsm_lchan *lchan)
1095{
Holger Hans Peter Freythercf13a922010-05-14 01:57:02 +08001096 struct gsm_meas_rep *mr;
1097 int idx;
1098
1099 /* we want to report the last measurement report */
1100 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
1101 lchan->meas_rep_idx, 1);
1102 mr = &lchan->meas_rep[idx];
1103
Harald Weltef62dad62010-12-24 12:22:34 +01001104 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u, Type %s - "
1105 "L1 MS Power: %u dBm RXL-FULL-dl: %4d dBm RXL-FULL-ul: %4d dBm%s",
1106 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
Harald Welte81c2ed32010-12-24 12:26:13 +01001107 lchan->nr, gsm_lchant_name(lchan->type), mr->ms_l1.pwr,
Holger Hans Peter Freythercf13a922010-05-14 01:57:02 +08001108 rxlev2dbm(mr->dl.full.rx_lev),
1109 rxlev2dbm(mr->ul.full.rx_lev),
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001110 VTY_NEWLINE);
1111}
1112
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001113
1114static int dump_lchan_trx_ts(struct gsm_bts_trx_ts *ts, struct vty *vty,
1115 void (*dump_cb)(struct vty *, struct gsm_lchan *))
1116{
1117 int lchan_nr;
1118 for (lchan_nr = 0; lchan_nr < TS_MAX_LCHAN; lchan_nr++) {
1119 struct gsm_lchan *lchan = &ts->lchan[lchan_nr];
1120 if ((lchan->type == GSM_LCHAN_NONE) && (lchan->state == LCHAN_S_NONE))
1121 continue;
1122 dump_cb(vty, lchan);
1123 }
1124
1125 return CMD_SUCCESS;
1126}
1127
1128static int dump_lchan_trx(struct gsm_bts_trx *trx, struct vty *vty,
1129 void (*dump_cb)(struct vty *, struct gsm_lchan *))
1130{
1131 int ts_nr;
1132
1133 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
1134 struct gsm_bts_trx_ts *ts = &trx->ts[ts_nr];
1135 dump_lchan_trx_ts(ts, vty, dump_cb);
1136 }
1137
1138 return CMD_SUCCESS;
1139}
1140
1141static int dump_lchan_bts(struct gsm_bts *bts, struct vty *vty,
1142 void (*dump_cb)(struct vty *, struct gsm_lchan *))
1143{
1144 int trx_nr;
1145
1146 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
1147 struct gsm_bts_trx *trx = gsm_bts_trx_num(bts, trx_nr);
1148 dump_lchan_trx(trx, vty, dump_cb);
1149 }
1150
1151 return CMD_SUCCESS;
1152}
1153
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001154static int lchan_summary(struct vty *vty, int argc, const char **argv,
1155 void (*dump_cb)(struct vty *, struct gsm_lchan *))
Harald Welte59b04682009-06-10 05:40:52 +08001156{
Harald Welte40152872010-05-16 20:52:23 +02001157 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001158 struct gsm_bts *bts;
1159 struct gsm_bts_trx *trx;
1160 struct gsm_bts_trx_ts *ts;
1161 struct gsm_lchan *lchan;
1162 int bts_nr, trx_nr, ts_nr, lchan_nr;
1163
1164 if (argc >= 1) {
1165 /* use the BTS number that the user has specified */
1166 bts_nr = atoi(argv[0]);
1167 if (bts_nr >= net->num_bts) {
1168 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1169 VTY_NEWLINE);
1170 return CMD_WARNING;
1171 }
Harald Weltee712a5f2009-06-21 16:17:15 +02001172 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001173
1174 if (argc == 1)
1175 return dump_lchan_bts(bts, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +08001176 }
1177 if (argc >= 2) {
1178 trx_nr = atoi(argv[1]);
1179 if (trx_nr >= bts->num_trx) {
1180 vty_out(vty, "%% can't find TRX %s%s", argv[1],
1181 VTY_NEWLINE);
1182 return CMD_WARNING;
1183 }
Harald Weltee712a5f2009-06-21 16:17:15 +02001184 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001185
1186 if (argc == 2)
1187 return dump_lchan_trx(trx, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +08001188 }
1189 if (argc >= 3) {
1190 ts_nr = atoi(argv[2]);
1191 if (ts_nr >= TRX_NR_TS) {
1192 vty_out(vty, "%% can't find TS %s%s", argv[2],
1193 VTY_NEWLINE);
1194 return CMD_WARNING;
1195 }
1196 ts = &trx->ts[ts_nr];
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001197
1198 if (argc == 3)
1199 return dump_lchan_trx_ts(ts, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +08001200 }
1201 if (argc >= 4) {
1202 lchan_nr = atoi(argv[3]);
1203 if (lchan_nr >= TS_MAX_LCHAN) {
1204 vty_out(vty, "%% can't find LCHAN %s%s", argv[3],
1205 VTY_NEWLINE);
1206 return CMD_WARNING;
1207 }
1208 lchan = &ts->lchan[lchan_nr];
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001209 dump_cb(vty, lchan);
Harald Welte59b04682009-06-10 05:40:52 +08001210 return CMD_SUCCESS;
1211 }
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001212
1213
Harald Welte59b04682009-06-10 05:40:52 +08001214 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +02001215 bts = gsm_bts_num(net, bts_nr);
Holger Hans Peter Freyther86bbcbd2011-12-27 16:34:12 +01001216 dump_lchan_bts(bts, vty, dump_cb);
Harald Welte59b04682009-06-10 05:40:52 +08001217 }
1218
1219 return CMD_SUCCESS;
1220}
1221
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001222
1223DEFUN(show_lchan,
1224 show_lchan_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +01001225 "show lchan [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001226 SHOW_STR "Display information about a logical channel\n"
1227 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001228 LCHAN_NR_STR)
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +08001229
1230{
1231 return lchan_summary(vty, argc, argv, lchan_dump_full_vty);
1232}
1233
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001234DEFUN(show_lchan_summary,
1235 show_lchan_summary_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +01001236 "show lchan summary [<0-255>] [<0-255>] [<0-7>] [lchan_nr]",
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001237 SHOW_STR "Display information about a logical channel\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001238 "Short summary\n"
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001239 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001240 LCHAN_NR_STR)
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08001241{
1242 return lchan_summary(vty, argc, argv, lchan_dump_short_vty);
1243}
1244
Harald Welte59b04682009-06-10 05:40:52 +08001245static void paging_dump_vty(struct vty *vty, struct gsm_paging_request *pag)
1246{
1247 vty_out(vty, "Paging on BTS %u%s", pag->bts->nr, VTY_NEWLINE);
1248 subscr_dump_vty(vty, pag->subscr);
1249}
1250
1251static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
1252{
1253 struct gsm_paging_request *pag;
1254
Holger Hans Peter Freyther9372d9c2013-03-03 11:03:17 +01001255 if (!bts->paging.bts)
1256 return;
1257
Harald Welte59b04682009-06-10 05:40:52 +08001258 llist_for_each_entry(pag, &bts->paging.pending_requests, entry)
1259 paging_dump_vty(vty, pag);
1260}
1261
1262DEFUN(show_paging,
1263 show_paging_cmd,
Sylvain Munaut1ad96282012-12-28 12:15:11 +01001264 "show paging [<0-255>]",
Harald Welte9e002452010-05-11 21:53:49 +02001265 SHOW_STR "Display information about paging reuqests of a BTS\n"
1266 "BTS Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08001267{
Harald Welte40152872010-05-16 20:52:23 +02001268 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001269 struct gsm_bts *bts;
1270 int bts_nr;
1271
1272 if (argc >= 1) {
1273 /* use the BTS number that the user has specified */
1274 bts_nr = atoi(argv[0]);
1275 if (bts_nr >= net->num_bts) {
1276 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1277 VTY_NEWLINE);
1278 return CMD_WARNING;
1279 }
Harald Weltee712a5f2009-06-21 16:17:15 +02001280 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +08001281 bts_paging_dump_vty(vty, bts);
1282
1283 return CMD_SUCCESS;
1284 }
1285 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +02001286 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +08001287 bts_paging_dump_vty(vty, bts);
1288 }
1289
1290 return CMD_SUCCESS;
1291}
1292
Holger Hans Peter Freyther35e6fbb2013-02-05 09:39:09 +01001293DEFUN(show_paging_group,
1294 show_paging_group_cmd,
1295 "show paging-group <0-255> IMSI",
1296 SHOW_STR "Display the paging group\n"
1297 "BTS Number\n" "IMSI\n")
1298{
1299 struct gsm_network *net = gsmnet_from_vty(vty);
1300 struct gsm_bts *bts;
1301 unsigned int page_group;
1302 int bts_nr = atoi(argv[0]);
1303
1304 if (bts_nr >= net->num_bts) {
1305 vty_out(vty, "%% can't find BTS %s%s", argv[0], VTY_NEWLINE);
1306 return CMD_WARNING;
1307 }
1308
1309 bts = gsm_bts_num(net, bts_nr);
1310 if (!bts) {
1311 vty_out(vty, "%% can't find BTS %s%s", argv[0], VTY_NEWLINE);
1312 return CMD_WARNING;
1313 }
1314
1315 page_group = gsm0502_calc_paging_group(&bts->si_common.chan_desc,
1316 str_to_imsi(argv[1]));
1317 vty_out(vty, "%%Paging group for IMSI %" PRIu64 " on BTS #%d is %u%s",
1318 str_to_imsi(argv[1]), bts->nr,
1319 page_group, VTY_NEWLINE);
1320 return CMD_SUCCESS;
1321}
1322
Harald Weltee87eb462009-08-07 13:29:14 +02001323DEFUN(cfg_net,
1324 cfg_net_cmd,
Harald Welte9e002452010-05-11 21:53:49 +02001325 "network", NETWORK_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001326{
Harald Welte40152872010-05-16 20:52:23 +02001327 vty->index = gsmnet_from_vty(vty);
Harald Weltee87eb462009-08-07 13:29:14 +02001328 vty->node = GSMNET_NODE;
1329
1330 return CMD_SUCCESS;
1331}
1332
Harald Weltee87eb462009-08-07 13:29:14 +02001333DEFUN(cfg_net_ncc,
1334 cfg_net_ncc_cmd,
1335 "network country code <1-999>",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001336 "Set the GSM network country code\n"
1337 "Country commands\n"
1338 CODE_CMD_STR
1339 "Network Country Code to use\n")
Harald Weltee87eb462009-08-07 13:29:14 +02001340{
Harald Welte40152872010-05-16 20:52:23 +02001341 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1342
Harald Weltee87eb462009-08-07 13:29:14 +02001343 gsmnet->country_code = atoi(argv[0]);
1344
1345 return CMD_SUCCESS;
1346}
1347
1348DEFUN(cfg_net_mnc,
1349 cfg_net_mnc_cmd,
Dieter Spaarf1295252011-07-27 23:43:56 +02001350 "mobile network code <0-999>",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001351 "Set the GSM mobile network code\n"
1352 "Network Commands\n"
1353 CODE_CMD_STR
1354 "Mobile Network Code to use\n")
Harald Weltee87eb462009-08-07 13:29:14 +02001355{
Harald Welte40152872010-05-16 20:52:23 +02001356 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1357
Harald Weltee87eb462009-08-07 13:29:14 +02001358 gsmnet->network_code = atoi(argv[0]);
1359
1360 return CMD_SUCCESS;
1361}
1362
1363DEFUN(cfg_net_name_short,
1364 cfg_net_name_short_cmd,
1365 "short name NAME",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001366 "Set the short GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001367{
Harald Welte40152872010-05-16 20:52:23 +02001368 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1369
Holger Hans Peter Freyther7c831f62010-10-12 23:21:54 +02001370 bsc_replace_string(gsmnet, &gsmnet->name_short, argv[0]);
Harald Weltee87eb462009-08-07 13:29:14 +02001371 return CMD_SUCCESS;
1372}
1373
1374DEFUN(cfg_net_name_long,
1375 cfg_net_name_long_cmd,
1376 "long name NAME",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001377 "Set the long GSM network name\n" NAME_CMD_STR NAME_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001378{
Harald Welte40152872010-05-16 20:52:23 +02001379 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1380
Holger Hans Peter Freyther7c831f62010-10-12 23:21:54 +02001381 bsc_replace_string(gsmnet, &gsmnet->name_long, argv[0]);
Harald Weltee87eb462009-08-07 13:29:14 +02001382 return CMD_SUCCESS;
1383}
Harald Welte59b04682009-06-10 05:40:52 +08001384
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001385DEFUN(cfg_net_auth_policy,
1386 cfg_net_auth_policy_cmd,
1387 "auth policy (closed|accept-all|token)",
Harald Welte9e002452010-05-11 21:53:49 +02001388 "Authentication (not cryptographic)\n"
1389 "Set the GSM network authentication policy\n"
1390 "Require the MS to be activated in HLR\n"
1391 "Accept all MS, whether in HLR or not\n"
1392 "Use SMS-token based authentication\n")
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001393{
1394 enum gsm_auth_policy policy = gsm_auth_policy_parse(argv[0]);
Harald Welte40152872010-05-16 20:52:23 +02001395 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001396
1397 gsmnet->auth_policy = policy;
1398
1399 return CMD_SUCCESS;
1400}
1401
Harald Welte59936d72009-11-18 20:33:19 +01001402DEFUN(cfg_net_reject_cause,
1403 cfg_net_reject_cause_cmd,
1404 "location updating reject cause <2-111>",
Harald Welte557f3992012-08-16 23:23:50 +02001405 "Set the reject cause of location updating reject\n"
1406 "Set the reject cause of location updating reject\n"
1407 "Set the reject cause of location updating reject\n"
1408 "Set the reject cause of location updating reject\n"
1409 "Cause Value as Per GSM TS 04.08\n")
Harald Welte59936d72009-11-18 20:33:19 +01001410{
Harald Welte40152872010-05-16 20:52:23 +02001411 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1412
Harald Welte59936d72009-11-18 20:33:19 +01001413 gsmnet->reject_cause = atoi(argv[0]);
1414
1415 return CMD_SUCCESS;
1416}
1417
Harald Weltecca253a2009-08-30 15:47:06 +09001418DEFUN(cfg_net_encryption,
1419 cfg_net_encryption_cmd,
Harald Welte55ff9362012-07-04 21:37:56 +02001420 "encryption a5 (0|1|2|3)",
Harald Welte18ce31c2010-05-14 20:05:17 +02001421 "Encryption options\n"
1422 "A5 encryption\n" "A5/0: No encryption\n"
Harald Welte55ff9362012-07-04 21:37:56 +02001423 "A5/1: Encryption\n" "A5/2: Export-grade Encryption\n"
1424 "A5/3: 'New' Secure Encryption\n")
Harald Weltecca253a2009-08-30 15:47:06 +09001425{
Harald Welte40152872010-05-16 20:52:23 +02001426 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1427
Andreas.Eversberg53293292009-11-17 09:55:26 +01001428 gsmnet->a5_encryption= atoi(argv[0]);
Harald Weltecca253a2009-08-30 15:47:06 +09001429
1430 return CMD_SUCCESS;
1431}
1432
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001433DEFUN(cfg_net_neci,
1434 cfg_net_neci_cmd,
1435 "neci (0|1)",
Harald Welte18ce31c2010-05-14 20:05:17 +02001436 "New Establish Cause Indication\n"
1437 "Don't set the NECI bit\n" "Set the NECI bit\n")
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001438{
Harald Welte40152872010-05-16 20:52:23 +02001439 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1440
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001441 gsmnet->neci = atoi(argv[0]);
Holger Hans Peter Freytherf0f37f12010-09-06 09:36:02 +08001442 gsm_net_update_ctype(gsmnet);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001443 return CMD_SUCCESS;
1444}
1445
Harald Welte52af1952009-12-13 10:53:12 +01001446DEFUN(cfg_net_rrlp_mode, cfg_net_rrlp_mode_cmd,
1447 "rrlp mode (none|ms-based|ms-preferred|ass-preferred)",
Harald Welte9e002452010-05-11 21:53:49 +02001448 "Radio Resource Location Protocol\n"
1449 "Set the Radio Resource Location Protocol Mode\n"
1450 "Don't send RRLP request\n"
1451 "Request MS-based location\n"
1452 "Request any location, prefer MS-based\n"
1453 "Request any location, prefer MS-assisted\n")
Harald Welte52af1952009-12-13 10:53:12 +01001454{
Harald Welte40152872010-05-16 20:52:23 +02001455 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1456
Harald Welte52af1952009-12-13 10:53:12 +01001457 gsmnet->rrlp.mode = rrlp_mode_parse(argv[0]);
1458
1459 return CMD_SUCCESS;
1460}
1461
Harald Weltea310f3e2009-12-14 09:00:24 +01001462DEFUN(cfg_net_mm_info, cfg_net_mm_info_cmd,
1463 "mm info (0|1)",
Holger Hans Peter Freyther29844222012-07-21 00:27:10 +02001464 "Mobility Management\n"
1465 "Send MM INFO after LOC UPD ACCEPT\n"
1466 "Disable\n" "Enable\n")
Harald Weltea310f3e2009-12-14 09:00:24 +01001467{
Harald Welte40152872010-05-16 20:52:23 +02001468 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1469
Harald Weltea310f3e2009-12-14 09:00:24 +01001470 gsmnet->send_mm_info = atoi(argv[0]);
1471
1472 return CMD_SUCCESS;
1473}
1474
Harald Welte9e002452010-05-11 21:53:49 +02001475#define HANDOVER_STR "Handover Options\n"
1476
Harald Welte0af9c9f2009-12-19 21:41:52 +01001477DEFUN(cfg_net_handover, cfg_net_handover_cmd,
1478 "handover (0|1)",
Harald Welte9e002452010-05-11 21:53:49 +02001479 HANDOVER_STR
1480 "Don't perform in-call handover\n"
1481 "Perform in-call handover\n")
Harald Welte0af9c9f2009-12-19 21:41:52 +01001482{
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001483 int enable = atoi(argv[0]);
Harald Welte40152872010-05-16 20:52:23 +02001484 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001485
1486 if (enable && ipacc_rtp_direct) {
Harald Welteaa2c3032009-12-20 13:51:01 +01001487 vty_out(vty, "%% Cannot enable handover unless RTP Proxy mode "
1488 "is enabled by using the -P command line option%s",
1489 VTY_NEWLINE);
1490 return CMD_WARNING;
1491 }
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001492 gsmnet->handover.active = enable;
Harald Welte0af9c9f2009-12-19 21:41:52 +01001493
1494 return CMD_SUCCESS;
1495}
1496
Harald Welte9e002452010-05-11 21:53:49 +02001497#define HO_WIN_STR HANDOVER_STR "Measurement Window\n"
1498#define HO_WIN_RXLEV_STR HO_WIN_STR "Received Level Averaging\n"
1499#define HO_WIN_RXQUAL_STR HO_WIN_STR "Received Quality Averaging\n"
1500#define HO_PBUDGET_STR HANDOVER_STR "Power Budget\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001501#define HO_AVG_COUNT_STR "Amount to use for Averaging\n"
Harald Welte9e002452010-05-11 21:53:49 +02001502
Harald Weltea8062f12009-12-21 16:51:50 +01001503DEFUN(cfg_net_ho_win_rxlev_avg, cfg_net_ho_win_rxlev_avg_cmd,
1504 "handover window rxlev averaging <1-10>",
Harald Welte9e002452010-05-11 21:53:49 +02001505 HO_WIN_RXLEV_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001506 "How many RxLev measurements are used for averaging\n"
1507 HO_AVG_COUNT_STR)
Harald Weltea8062f12009-12-21 16:51:50 +01001508{
Harald Welte40152872010-05-16 20:52:23 +02001509 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001510 gsmnet->handover.win_rxlev_avg = atoi(argv[0]);
1511 return CMD_SUCCESS;
1512}
1513
1514DEFUN(cfg_net_ho_win_rxqual_avg, cfg_net_ho_win_rxqual_avg_cmd,
1515 "handover window rxqual averaging <1-10>",
Harald Welte9e002452010-05-11 21:53:49 +02001516 HO_WIN_RXQUAL_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001517 "How many RxQual measurements are used for averaging\n"
1518 HO_AVG_COUNT_STR)
Harald Weltea8062f12009-12-21 16:51:50 +01001519{
Harald Welte40152872010-05-16 20:52:23 +02001520 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001521 gsmnet->handover.win_rxqual_avg = atoi(argv[0]);
1522 return CMD_SUCCESS;
1523}
1524
1525DEFUN(cfg_net_ho_win_rxlev_neigh_avg, cfg_net_ho_win_rxlev_avg_neigh_cmd,
1526 "handover window rxlev neighbor averaging <1-10>",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001527 HO_WIN_RXLEV_STR "Neighbor\n"
1528 "How many RxQual measurements are used for averaging\n"
1529 HO_AVG_COUNT_STR)
Harald Weltea8062f12009-12-21 16:51:50 +01001530{
Harald Welte40152872010-05-16 20:52:23 +02001531 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001532 gsmnet->handover.win_rxlev_avg_neigh = atoi(argv[0]);
1533 return CMD_SUCCESS;
1534}
1535
1536DEFUN(cfg_net_ho_pwr_interval, cfg_net_ho_pwr_interval_cmd,
1537 "handover power budget interval <1-99>",
Harald Welte9e002452010-05-11 21:53:49 +02001538 HO_PBUDGET_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001539 "How often to check if we have a better cell (SACCH frames)\n"
1540 "Interval\n" "Number\n")
Harald Weltea8062f12009-12-21 16:51:50 +01001541{
Harald Welte40152872010-05-16 20:52:23 +02001542 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001543 gsmnet->handover.pwr_interval = atoi(argv[0]);
1544 return CMD_SUCCESS;
1545}
1546
1547DEFUN(cfg_net_ho_pwr_hysteresis, cfg_net_ho_pwr_hysteresis_cmd,
1548 "handover power budget hysteresis <0-999>",
Harald Welte9e002452010-05-11 21:53:49 +02001549 HO_PBUDGET_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001550 "How many dB does a neighbor to be stronger to become a HO candidate\n"
1551 "Hysteresis\n" "Number\n")
Harald Weltea8062f12009-12-21 16:51:50 +01001552{
Harald Welte40152872010-05-16 20:52:23 +02001553 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001554 gsmnet->handover.pwr_hysteresis = atoi(argv[0]);
1555 return CMD_SUCCESS;
1556}
1557
1558DEFUN(cfg_net_ho_max_distance, cfg_net_ho_max_distance_cmd,
1559 "handover maximum distance <0-9999>",
Harald Welte9e002452010-05-11 21:53:49 +02001560 HANDOVER_STR
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001561 "How big is the maximum timing advance before HO is forced\n"
1562 "Distance\n" "Number\n")
Harald Weltea8062f12009-12-21 16:51:50 +01001563{
Harald Welte40152872010-05-16 20:52:23 +02001564 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001565 gsmnet->handover.max_distance = atoi(argv[0]);
1566 return CMD_SUCCESS;
1567}
Harald Welte0af9c9f2009-12-19 21:41:52 +01001568
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001569DEFUN(cfg_net_pag_any_tch,
1570 cfg_net_pag_any_tch_cmd,
1571 "paging any use tch (0|1)",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001572 "Assign a TCH when receiving a Paging Any request\n"
1573 "Any Channel\n" "Use\n" "TCH\n"
1574 "Do not use TCH for Paging Request Any\n"
1575 "Do use TCH for Paging Request Any\n")
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001576{
Holger Hans Peter Freytherc5628882010-09-06 10:09:19 +08001577 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001578 gsmnet->pag_any_tch = atoi(argv[0]);
1579 gsm_net_update_ctype(gsmnet);
1580 return CMD_SUCCESS;
1581}
1582
Holger Hans Peter Freyther13ae9802009-12-22 08:27:21 +01001583#define DECLARE_TIMER(number, doc) \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001584 DEFUN(cfg_net_T##number, \
1585 cfg_net_T##number##_cmd, \
1586 "timer t" #number " <0-65535>", \
Harald Welte9e002452010-05-11 21:53:49 +02001587 "Configure GSM Timers\n" \
Holger Hans Peter Freyther18dd1a32014-04-11 19:30:27 +02001588 doc "Timer Value in seconds\n") \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001589{ \
Harald Welte40152872010-05-16 20:52:23 +02001590 struct gsm_network *gsmnet = gsmnet_from_vty(vty); \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001591 int value = atoi(argv[0]); \
1592 \
1593 if (value < 0 || value > 65535) { \
1594 vty_out(vty, "Timer value %s out of range.%s", \
1595 argv[0], VTY_NEWLINE); \
1596 return CMD_WARNING; \
1597 } \
1598 \
1599 gsmnet->T##number = value; \
1600 return CMD_SUCCESS; \
1601}
1602
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001603DECLARE_TIMER(3101, "Set the timeout value for IMMEDIATE ASSIGNMENT.\n")
1604DECLARE_TIMER(3103, "Set the timeout value for HANDOVER.\n")
Harald Welte9b77f612012-06-03 13:01:47 +02001605DECLARE_TIMER(3105, "Set the timer for repetition of PHYSICAL INFORMATION.\n")
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001606DECLARE_TIMER(3107, "Currently not used.\n")
Holger Hans Peter Freyther969a4052011-12-28 16:21:05 +01001607DECLARE_TIMER(3109, "Set the RSL SACCH deactivation timeout.\n")
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001608DECLARE_TIMER(3111, "Set the RSL timeout to wait before releasing the RF Channel.\n")
1609DECLARE_TIMER(3113, "Set the time to try paging a subscriber.\n")
1610DECLARE_TIMER(3115, "Currently not used.\n")
1611DECLARE_TIMER(3117, "Currently not used.\n")
1612DECLARE_TIMER(3119, "Currently not used.\n")
1613DECLARE_TIMER(3122, "Waiting time (seconds) after IMM ASS REJECT\n")
1614DECLARE_TIMER(3141, "Currently not used.\n")
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001615
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08001616DEFUN(cfg_net_dtx,
1617 cfg_net_dtx_cmd,
1618 "dtx-used (0|1)",
1619 "Enable the usage of DTX.\n"
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001620 "DTX is disabled\n" "DTX is enabled\n")
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08001621{
1622 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1623 gsmnet->dtx_enabled = atoi(argv[0]);
1624 return CMD_SUCCESS;
1625}
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001626
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +01001627DEFUN(cfg_net_subscr_keep,
1628 cfg_net_subscr_keep_cmd,
1629 "subscriber-keep-in-ram (0|1)",
1630 "Keep unused subscribers in RAM.\n"
1631 "Delete unused subscribers\n" "Keep unused subscribers\n")
1632{
1633 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Jacob Erlbeckda8770b2014-12-03 09:28:24 +01001634 gsmnet->subscr_group->keep_subscr = atoi(argv[0]);
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +01001635 return CMD_SUCCESS;
1636}
1637
Harald Welte59b04682009-06-10 05:40:52 +08001638/* per-BTS configuration */
1639DEFUN(cfg_bts,
1640 cfg_bts_cmd,
Harald Welte2af06cb2012-08-17 12:50:14 +02001641 "bts <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02001642 "Select a BTS to configure\n"
1643 "BTS Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08001644{
Harald Welte40152872010-05-16 20:52:23 +02001645 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001646 int bts_nr = atoi(argv[0]);
1647 struct gsm_bts *bts;
1648
Harald Weltee712a5f2009-06-21 16:17:15 +02001649 if (bts_nr > gsmnet->num_bts) {
1650 vty_out(vty, "%% The next unused BTS number is %u%s",
1651 gsmnet->num_bts, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +08001652 return CMD_WARNING;
Harald Weltee712a5f2009-06-21 16:17:15 +02001653 } else if (bts_nr == gsmnet->num_bts) {
1654 /* allocate a new one */
Harald Weltec7881282011-06-05 13:31:33 +02001655 bts = gsm_bts_alloc_register(gsmnet, GSM_BTS_TYPE_UNKNOWN,
Harald Welte7bb55f32015-11-20 10:43:31 +01001656 HARDCODED_BSIC);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02001657 } else
Harald Weltee712a5f2009-06-21 16:17:15 +02001658 bts = gsm_bts_num(gsmnet, bts_nr);
1659
Daniel Willmann580085f2010-01-11 13:43:07 +01001660 if (!bts) {
1661 vty_out(vty, "%% Unable to allocate BTS %u%s",
1662 gsmnet->num_bts, VTY_NEWLINE);
Harald Weltee712a5f2009-06-21 16:17:15 +02001663 return CMD_WARNING;
Daniel Willmann580085f2010-01-11 13:43:07 +01001664 }
Harald Welte59b04682009-06-10 05:40:52 +08001665
1666 vty->index = bts;
Harald Welte8791dac2010-05-14 17:59:53 +02001667 vty->index_sub = &bts->description;
Harald Welte59b04682009-06-10 05:40:52 +08001668 vty->node = BTS_NODE;
1669
1670 return CMD_SUCCESS;
1671}
1672
1673DEFUN(cfg_bts_type,
1674 cfg_bts_type_cmd,
Harald Welte85a77b12012-08-17 13:02:12 +02001675 "type TYPE", /* dynamically created */
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001676 "Set the BTS type\n" "Type\n")
Harald Welte59b04682009-06-10 05:40:52 +08001677{
1678 struct gsm_bts *bts = vty->index;
Harald Welte59698fb2010-01-10 18:01:52 +01001679 int rc;
Harald Welte59b04682009-06-10 05:40:52 +08001680
Harald Welte59698fb2010-01-10 18:01:52 +01001681 rc = gsm_set_bts_type(bts, parse_btstype(argv[0]));
1682 if (rc < 0)
1683 return CMD_WARNING;
Harald Welte25572872009-10-20 00:22:00 +02001684
Harald Welte59b04682009-06-10 05:40:52 +08001685 return CMD_SUCCESS;
1686}
1687
Harald Welte91afe4c2009-06-20 18:15:19 +02001688DEFUN(cfg_bts_band,
1689 cfg_bts_band_cmd,
1690 "band BAND",
Holger Hans Peter Freythere8127042011-10-03 23:42:06 +02001691 "Set the frequency band of this BTS\n" "Frequency band\n")
Harald Welte91afe4c2009-06-20 18:15:19 +02001692{
1693 struct gsm_bts *bts = vty->index;
Harald Welte62868882009-08-08 16:12:58 +02001694 int band = gsm_band_parse(argv[0]);
Harald Welte91afe4c2009-06-20 18:15:19 +02001695
1696 if (band < 0) {
1697 vty_out(vty, "%% BAND %d is not a valid GSM band%s",
1698 band, VTY_NEWLINE);
1699 return CMD_WARNING;
1700 }
1701
1702 bts->band = band;
1703
1704 return CMD_SUCCESS;
1705}
1706
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02001707DEFUN(cfg_bts_ci,
1708 cfg_bts_ci_cmd,
1709 "cell_identity <0-65535>",
Holger Hans Peter Freyther29844222012-07-21 00:27:10 +02001710 "Set the Cell identity of this BTS\n" "Cell Identity\n")
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02001711{
1712 struct gsm_bts *bts = vty->index;
1713 int ci = atoi(argv[0]);
1714
1715 if (ci < 0 || ci > 0xffff) {
1716 vty_out(vty, "%% CI %d is not in the valid range (0-65535)%s",
1717 ci, VTY_NEWLINE);
1718 return CMD_WARNING;
1719 }
1720 bts->cell_identity = ci;
1721
1722 return CMD_SUCCESS;
1723}
1724
Harald Welte59b04682009-06-10 05:40:52 +08001725DEFUN(cfg_bts_lac,
1726 cfg_bts_lac_cmd,
Holger Hans Peter Freyther54a22832009-09-29 14:02:33 +02001727 "location_area_code <0-65535>",
Holger Hans Peter Freyther29844222012-07-21 00:27:10 +02001728 "Set the Location Area Code (LAC) of this BTS\n" "LAC\n")
Harald Welte59b04682009-06-10 05:40:52 +08001729{
1730 struct gsm_bts *bts = vty->index;
1731 int lac = atoi(argv[0]);
1732
Holger Hans Peter Freyther54a22832009-09-29 14:02:33 +02001733 if (lac < 0 || lac > 0xffff) {
1734 vty_out(vty, "%% LAC %d is not in the valid range (0-65535)%s",
Harald Welte59b04682009-06-10 05:40:52 +08001735 lac, VTY_NEWLINE);
1736 return CMD_WARNING;
1737 }
Holger Hans Peter Freyther6c6ab862009-10-01 04:07:15 +02001738
1739 if (lac == GSM_LAC_RESERVED_DETACHED || lac == GSM_LAC_RESERVED_ALL_BTS) {
1740 vty_out(vty, "%% LAC %d is reserved by GSM 04.08%s",
1741 lac, VTY_NEWLINE);
1742 return CMD_WARNING;
1743 }
1744
Harald Welte59b04682009-06-10 05:40:52 +08001745 bts->location_area_code = lac;
1746
1747 return CMD_SUCCESS;
1748}
1749
Harald Weltea54a2bb2009-12-01 18:04:30 +05301750
Harald Welte7bb55f32015-11-20 10:43:31 +01001751/* compatibility wrapper for old config files */
1752DEFUN_HIDDEN(cfg_bts_tsc,
Harald Welte59b04682009-06-10 05:40:52 +08001753 cfg_bts_tsc_cmd,
Harald Weltede896da2012-05-31 10:57:08 +02001754 "training_sequence_code <0-7>",
Holger Hans Peter Freyther29844222012-07-21 00:27:10 +02001755 "Set the Training Sequence Code (TSC) of this BTS\n" "TSC\n")
Harald Welte59b04682009-06-10 05:40:52 +08001756{
Harald Welte59b04682009-06-10 05:40:52 +08001757 return CMD_SUCCESS;
1758}
1759
1760DEFUN(cfg_bts_bsic,
1761 cfg_bts_bsic_cmd,
1762 "base_station_id_code <0-63>",
Harald Welte557f3992012-08-16 23:23:50 +02001763 "Set the Base Station Identity Code (BSIC) of this BTS\n"
1764 "BSIC of this BTS\n")
Harald Welte59b04682009-06-10 05:40:52 +08001765{
1766 struct gsm_bts *bts = vty->index;
1767 int bsic = atoi(argv[0]);
1768
1769 if (bsic < 0 || bsic > 0x3f) {
Harald Welte62868882009-08-08 16:12:58 +02001770 vty_out(vty, "%% BSIC %d is not in the valid range (0-255)%s",
Harald Welte59b04682009-06-10 05:40:52 +08001771 bsic, VTY_NEWLINE);
1772 return CMD_WARNING;
1773 }
1774 bts->bsic = bsic;
1775
1776 return CMD_SUCCESS;
1777}
1778
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001779DEFUN(cfg_bts_timezone,
1780 cfg_bts_timezone_cmd,
1781 "timezone <-19-19> (0|15|30|45)",
Harald Welte557f3992012-08-16 23:23:50 +02001782 "Set the Timezone Offset of this BTS\n"
1783 "Timezone offset (hours)\n"
1784 "Timezone offset (00 minutes)\n"
1785 "Timezone offset (15 minutes)\n"
1786 "Timezone offset (30 minutes)\n"
Harald Weltefa2015f2012-08-17 09:52:03 +02001787 "Timezone offset (45 minutes)\n"
Harald Welte557f3992012-08-16 23:23:50 +02001788 )
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001789{
1790 struct gsm_bts *bts = vty->index;
1791 int tzhr = atoi(argv[0]);
1792 int tzmn = atoi(argv[1]);
1793
Harald Welte5c3abf92012-07-08 16:48:11 +02001794 bts->tz.hr = tzhr;
1795 bts->tz.mn = tzmn;
Jacob Erlbeckcc0d8842013-09-17 13:59:29 +02001796 bts->tz.dst = 0;
1797 bts->tz.override = 1;
1798
1799 return CMD_SUCCESS;
1800}
1801
1802DEFUN(cfg_bts_timezone_dst,
1803 cfg_bts_timezone_dst_cmd,
1804 "timezone <-19-19> (0|15|30|45) <0-2>",
1805 "Set the Timezone Offset of this BTS\n"
1806 "Timezone offset (hours)\n"
1807 "Timezone offset (00 minutes)\n"
1808 "Timezone offset (15 minutes)\n"
1809 "Timezone offset (30 minutes)\n"
1810 "Timezone offset (45 minutes)\n"
1811 "DST offset (hours)\n"
1812 )
1813{
1814 struct gsm_bts *bts = vty->index;
1815 int tzhr = atoi(argv[0]);
1816 int tzmn = atoi(argv[1]);
1817 int tzdst = atoi(argv[2]);
1818
1819 bts->tz.hr = tzhr;
1820 bts->tz.mn = tzmn;
1821 bts->tz.dst = tzdst;
Harald Welte5c3abf92012-07-08 16:48:11 +02001822 bts->tz.override = 1;
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001823
1824 return CMD_SUCCESS;
1825}
1826
1827DEFUN(cfg_bts_no_timezone,
1828 cfg_bts_no_timezone_cmd,
1829 "no timezone",
Harald Welte557f3992012-08-16 23:23:50 +02001830 NO_STR
1831 "Disable BTS specific timezone\n")
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001832{
1833 struct gsm_bts *bts = vty->index;
Harald Welte5c3abf92012-07-08 16:48:11 +02001834
1835 bts->tz.override = 0;
1836
Gus Bourgf9dc16b2011-12-02 10:18:17 +01001837 return CMD_SUCCESS;
1838}
Harald Welte59b04682009-06-10 05:40:52 +08001839
1840DEFUN(cfg_bts_unit_id,
1841 cfg_bts_unit_id_cmd,
Harald Weltef515aa02009-08-07 13:27:09 +02001842 "ip.access unit_id <0-65534> <0-255>",
Harald Welte557f3992012-08-16 23:23:50 +02001843 "Abis/IP specific options\n"
1844 "Set the IPA BTS Unit ID\n"
1845 "Unit ID (Site)\n"
1846 "Unit ID (BTS)\n")
Harald Welte59b04682009-06-10 05:40:52 +08001847{
1848 struct gsm_bts *bts = vty->index;
1849 int site_id = atoi(argv[0]);
1850 int bts_id = atoi(argv[1]);
1851
Harald Weltef515aa02009-08-07 13:27:09 +02001852 if (!is_ipaccess_bts(bts)) {
1853 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1854 return CMD_WARNING;
1855 }
1856
Harald Welte59b04682009-06-10 05:40:52 +08001857 bts->ip_access.site_id = site_id;
1858 bts->ip_access.bts_id = bts_id;
1859
1860 return CMD_SUCCESS;
1861}
1862
Harald Welte8b3c5952013-03-12 13:57:05 +01001863DEFUN(cfg_bts_rsl_ip,
1864 cfg_bts_rsl_ip_cmd,
1865 "ip.access rsl-ip A.B.C.D",
1866 "Abis/IP specific options\n"
1867 "Set the IPA RSL IP Address of the BSC\n"
1868 "Destination IP address for RSL connection\n")
1869{
1870 struct gsm_bts *bts = vty->index;
1871 struct in_addr ia;
1872
1873 if (!is_ipaccess_bts(bts)) {
1874 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1875 return CMD_WARNING;
1876 }
1877
1878 inet_aton(argv[0], &ia);
1879 bts->ip_access.rsl_ip = ntohl(ia.s_addr);
1880
1881 return CMD_SUCCESS;
1882}
1883
Andreas Eversbergac27b952013-12-05 13:25:06 +01001884#define NOKIA_STR "Nokia *Site related commands\n"
Harald Welte8b3c5952013-03-12 13:57:05 +01001885
Sylvain Munautcb8e8432011-10-17 14:04:55 +02001886DEFUN(cfg_bts_nokia_site_skip_reset,
1887 cfg_bts_nokia_site_skip_reset_cmd,
1888 "nokia_site skip-reset (0|1)",
Andreas Eversbergac27b952013-12-05 13:25:06 +01001889 NOKIA_STR
Harald Welte557f3992012-08-16 23:23:50 +02001890 "Skip the reset step during bootstrap process of this BTS\n"
1891 "Do NOT skip the reset\n" "Skip the reset\n")
Sylvain Munautcb8e8432011-10-17 14:04:55 +02001892{
1893 struct gsm_bts *bts = vty->index;
1894
1895 if (bts->type != GSM_BTS_TYPE_NOKIA_SITE) {
1896 vty_out(vty, "%% BTS is not of Nokia *Site type%s", VTY_NEWLINE);
1897 return CMD_WARNING;
1898 }
1899
1900 bts->nokia.skip_reset = atoi(argv[0]);
1901
1902 return CMD_SUCCESS;
1903}
1904
Andreas Eversbergac27b952013-12-05 13:25:06 +01001905DEFUN(cfg_bts_nokia_site_no_loc_rel_cnf,
1906 cfg_bts_nokia_site_no_loc_rel_cnf_cmd,
1907 "nokia_site no-local-rel-conf (0|1)",
1908 NOKIA_STR
1909 "Do not wait for RELease CONFirm message when releasing channel locally\n"
1910 "Wait for RELease CONFirm\n" "Do not wait for RELease CONFirm\n")
1911{
1912 struct gsm_bts *bts = vty->index;
1913
1914 if (!is_nokia_bts(bts)) {
1915 vty_out(vty, "%% BTS is not of Nokia *Site type%s",
1916 VTY_NEWLINE);
1917 return CMD_WARNING;
1918 }
1919
1920 bts->nokia.no_loc_rel_cnf = atoi(argv[0]);
1921
1922 return CMD_SUCCESS;
1923}
1924
Sipos Csabadef87b42015-02-07 13:27:36 +01001925DEFUN(cfg_bts_nokia_site_bts_reset_timer_cnf,
1926 cfg_bts_nokia_site_bts_reset_timer_cnf_cmd,
1927 "nokia_site bts-reset-timer <15-100>",
1928 NOKIA_STR
1929 "The amount of time (in sec.) between BTS_RESET is sent,\n"
1930 "and the BTS is being bootstrapped.\n")
1931{
1932 struct gsm_bts *bts = vty->index;
1933
1934 if (!is_nokia_bts(bts)) {
1935 vty_out(vty, "%% BTS is not of Nokia *Site type%s",
1936 VTY_NEWLINE);
1937 return CMD_WARNING;
1938 }
1939
1940 bts->nokia.bts_reset_timer_cnf = atoi(argv[0]);
1941
1942 return CMD_SUCCESS;
1943}
Harald Welte9e002452010-05-11 21:53:49 +02001944#define OML_STR "Organization & Maintenance Link\n"
Harald Welte557f3992012-08-16 23:23:50 +02001945#define IPA_STR "A-bis/IP Specific Options\n"
Harald Welte9e002452010-05-11 21:53:49 +02001946
Harald Welte25572872009-10-20 00:22:00 +02001947DEFUN(cfg_bts_stream_id,
1948 cfg_bts_stream_id_cmd,
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001949 "oml ip.access stream_id <0-255> line E1_LINE",
Harald Welte9e002452010-05-11 21:53:49 +02001950 OML_STR IPA_STR
Harald Welte557f3992012-08-16 23:23:50 +02001951 "Set the ip.access Stream ID of the OML link of this BTS\n"
1952 "Stream Identifier\n" "Virtual E1 Line Number\n" "Virtual E1 Line Number\n")
Harald Welte25572872009-10-20 00:22:00 +02001953{
1954 struct gsm_bts *bts = vty->index;
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001955 int stream_id = atoi(argv[0]), linenr = atoi(argv[1]);
Harald Welte25572872009-10-20 00:22:00 +02001956
1957 if (!is_ipaccess_bts(bts)) {
1958 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1959 return CMD_WARNING;
1960 }
1961
1962 bts->oml_tei = stream_id;
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001963 /* This is used by e1inp_bind_ops callback for each BTS model. */
1964 bts->oml_e1_link.e1_nr = linenr;
1965
1966 return CMD_SUCCESS;
1967}
1968
Harald Weltefa2015f2012-08-17 09:52:03 +02001969#define OML_E1_STR OML_STR "OML E1/T1 Configuration\n"
Harald Welte25572872009-10-20 00:22:00 +02001970
Harald Welte62868882009-08-08 16:12:58 +02001971DEFUN(cfg_bts_oml_e1,
1972 cfg_bts_oml_e1_cmd,
1973 "oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Weltefa2015f2012-08-17 09:52:03 +02001974 OML_E1_STR
1975 "E1/T1 line number to be used for OML\n"
Harald Welte557f3992012-08-16 23:23:50 +02001976 "E1/T1 line number to be used for OML\n"
1977 "E1/T1 timeslot to be used for OML\n"
1978 "E1/T1 timeslot to be used for OML\n"
1979 "E1/T1 sub-slot to be used for OML\n"
1980 "Use E1/T1 sub-slot 0\n"
1981 "Use E1/T1 sub-slot 1\n"
1982 "Use E1/T1 sub-slot 2\n"
1983 "Use E1/T1 sub-slot 3\n"
1984 "Use full E1 slot 3\n"
1985 )
Harald Welte62868882009-08-08 16:12:58 +02001986{
1987 struct gsm_bts *bts = vty->index;
1988
1989 parse_e1_link(&bts->oml_e1_link, argv[0], argv[1], argv[2]);
1990
1991 return CMD_SUCCESS;
1992}
1993
1994
1995DEFUN(cfg_bts_oml_e1_tei,
1996 cfg_bts_oml_e1_tei_cmd,
1997 "oml e1 tei <0-63>",
Harald Welte9e002452010-05-11 21:53:49 +02001998 OML_E1_STR
Harald Welte557f3992012-08-16 23:23:50 +02001999 "Set the TEI to be used for OML\n"
2000 "TEI Number\n")
Harald Welte62868882009-08-08 16:12:58 +02002001{
2002 struct gsm_bts *bts = vty->index;
2003
2004 bts->oml_tei = atoi(argv[0]);
2005
2006 return CMD_SUCCESS;
2007}
2008
Harald Welte3e774612009-08-10 13:48:16 +02002009DEFUN(cfg_bts_challoc, cfg_bts_challoc_cmd,
2010 "channel allocator (ascending|descending)",
Harald Welte9e002452010-05-11 21:53:49 +02002011 "Channnel Allocator\n" "Channel Allocator\n"
2012 "Allocate Timeslots and Transceivers in ascending order\n"
2013 "Allocate Timeslots and Transceivers in descending order\n")
Harald Welte3e774612009-08-10 13:48:16 +02002014{
2015 struct gsm_bts *bts = vty->index;
2016
2017 if (!strcmp(argv[0], "ascending"))
2018 bts->chan_alloc_reverse = 0;
2019 else
2020 bts->chan_alloc_reverse = 1;
2021
2022 return CMD_SUCCESS;
2023}
2024
Harald Welte9e002452010-05-11 21:53:49 +02002025#define RACH_STR "Random Access Control Channel\n"
2026
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01002027DEFUN(cfg_bts_rach_tx_integer,
2028 cfg_bts_rach_tx_integer_cmd,
2029 "rach tx integer <0-15>",
Harald Welte9e002452010-05-11 21:53:49 +02002030 RACH_STR
Harald Welte557f3992012-08-16 23:23:50 +02002031 "Set the raw tx integer value in RACH Control parameters IE\n"
2032 "Set the raw tx integer value in RACH Control parameters IE\n"
2033 "Raw tx integer value in RACH Control parameters IE\n")
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01002034{
2035 struct gsm_bts *bts = vty->index;
2036 bts->si_common.rach_control.tx_integer = atoi(argv[0]) & 0xf;
2037 return CMD_SUCCESS;
2038}
2039
2040DEFUN(cfg_bts_rach_max_trans,
2041 cfg_bts_rach_max_trans_cmd,
2042 "rach max transmission (1|2|4|7)",
Harald Welte9e002452010-05-11 21:53:49 +02002043 RACH_STR
Harald Welte557f3992012-08-16 23:23:50 +02002044 "Set the maximum number of RACH burst transmissions\n"
2045 "Set the maximum number of RACH burst transmissions\n"
Harald Weltefa2015f2012-08-17 09:52:03 +02002046 "Maximum number of 1 RACH burst transmissions\n"
2047 "Maximum number of 2 RACH burst transmissions\n"
2048 "Maximum number of 4 RACH burst transmissions\n"
2049 "Maximum number of 7 RACH burst transmissions\n")
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01002050{
2051 struct gsm_bts *bts = vty->index;
2052 bts->si_common.rach_control.max_trans = rach_max_trans_val2raw(atoi(argv[0]));
2053 return CMD_SUCCESS;
2054}
2055
Andreas Eversberg14e12f22012-10-13 07:27:47 +02002056#define CD_STR "Channel Description\n"
2057
2058DEFUN(cfg_bts_chan_desc_att,
2059 cfg_bts_chan_desc_att_cmd,
2060 "channel-descrption attach (0|1)",
2061 CD_STR
2062 "Set if attachment is required\n"
2063 "Attachment is NOT required\n"
2064 "Attachment is required (standard)\n")
2065{
2066 struct gsm_bts *bts = vty->index;
2067 bts->si_common.chan_desc.att = atoi(argv[0]);
2068 return CMD_SUCCESS;
2069}
2070
2071DEFUN(cfg_bts_chan_desc_bs_pa_mfrms,
2072 cfg_bts_chan_desc_bs_pa_mfrms_cmd,
2073 "channel-descrption bs-pa-mfrms <2-9>",
2074 CD_STR
2075 "Set number of multiframe periods for paging groups\n"
2076 "Number of multiframe periods for paging groups\n")
2077{
2078 struct gsm_bts *bts = vty->index;
2079 int bs_pa_mfrms = atoi(argv[0]);
2080
2081 bts->si_common.chan_desc.bs_pa_mfrms = bs_pa_mfrms - 2;
2082 return CMD_SUCCESS;
2083}
2084
2085DEFUN(cfg_bts_chan_desc_bs_ag_blks_res,
2086 cfg_bts_chan_desc_bs_ag_blks_res_cmd,
2087 "channel-descrption bs-ag-blks-res <0-7>",
2088 CD_STR
2089 "Set number of blocks reserved for access grant\n"
2090 "Number of blocks reserved for access grant\n")
2091{
2092 struct gsm_bts *bts = vty->index;
2093 int bs_ag_blks_res = atoi(argv[0]);
2094
2095 bts->si_common.chan_desc.bs_ag_blks_res = bs_ag_blks_res;
2096 return CMD_SUCCESS;
2097}
2098
Harald Welte9e002452010-05-11 21:53:49 +02002099#define NM_STR "Network Management\n"
2100
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08002101DEFUN(cfg_bts_rach_nm_b_thresh,
2102 cfg_bts_rach_nm_b_thresh_cmd,
2103 "rach nm busy threshold <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02002104 RACH_STR NM_STR
Harald Welte557f3992012-08-16 23:23:50 +02002105 "Set the NM Busy Threshold\n"
2106 "Set the NM Busy Threshold\n"
2107 "NM Busy Threshold in dB")
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08002108{
2109 struct gsm_bts *bts = vty->index;
2110 bts->rach_b_thresh = atoi(argv[0]);
2111 return CMD_SUCCESS;
2112}
2113
2114DEFUN(cfg_bts_rach_nm_ldavg,
2115 cfg_bts_rach_nm_ldavg_cmd,
2116 "rach nm load average <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002117 RACH_STR NM_STR
Harald Welte557f3992012-08-16 23:23:50 +02002118 "Set the NM Loadaverage Slots value\n"
2119 "Set the NM Loadaverage Slots value\n"
2120 "NM Loadaverage Slots value\n")
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08002121{
2122 struct gsm_bts *bts = vty->index;
2123 bts->rach_ldavg_slots = atoi(argv[0]);
2124 return CMD_SUCCESS;
2125}
2126
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02002127DEFUN(cfg_bts_cell_barred, cfg_bts_cell_barred_cmd,
2128 "cell barred (0|1)",
Harald Welte557f3992012-08-16 23:23:50 +02002129 "Should this cell be barred from access?\n"
2130 "Should this cell be barred from access?\n"
2131 "Cell should NOT be barred\n"
2132 "Cell should be barred\n")
2133
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02002134{
2135 struct gsm_bts *bts = vty->index;
2136
Harald Welte8c973ba2009-12-21 23:08:18 +01002137 bts->si_common.rach_control.cell_bar = atoi(argv[0]);
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02002138
2139 return CMD_SUCCESS;
2140}
2141
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08002142DEFUN(cfg_bts_rach_ec_allowed, cfg_bts_rach_ec_allowed_cmd,
2143 "rach emergency call allowed (0|1)",
Harald Welte557f3992012-08-16 23:23:50 +02002144 RACH_STR
2145 "Should this cell allow emergency calls?\n"
2146 "Should this cell allow emergency calls?\n"
2147 "Should this cell allow emergency calls?\n"
2148 "Do NOT allow emergency calls\n"
2149 "Allow emergency calls\n")
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08002150{
2151 struct gsm_bts *bts = vty->index;
2152
2153 if (atoi(argv[0]) == 0)
2154 bts->si_common.rach_control.t2 |= 0x4;
2155 else
2156 bts->si_common.rach_control.t2 &= ~0x4;
2157
2158 return CMD_SUCCESS;
2159}
2160
Ivan Kluchnikov80d58432013-09-16 13:13:04 +04002161DEFUN(cfg_bts_rach_ac_class, cfg_bts_rach_ac_class_cmd,
2162 "rach access-control-class (0|1|2|3|4|5|6|7|8|9|11|12|13|14|15) (barred|allowed)",
2163 RACH_STR
2164 "Set access control class\n"
2165 "Access control class 0\n"
2166 "Access control class 1\n"
2167 "Access control class 2\n"
2168 "Access control class 3\n"
2169 "Access control class 4\n"
2170 "Access control class 5\n"
2171 "Access control class 6\n"
2172 "Access control class 7\n"
2173 "Access control class 8\n"
2174 "Access control class 9\n"
2175 "Access control class 11 for PLMN use\n"
2176 "Access control class 12 for security services\n"
2177 "Access control class 13 for public utilities (e.g. water/gas suppliers)\n"
2178 "Access control class 14 for emergency services\n"
2179 "Access control class 15 for PLMN staff\n"
2180 "barred to use access control class\n"
2181 "allowed to use access control class\n")
2182{
2183 struct gsm_bts *bts = vty->index;
2184
2185 uint8_t control_class;
2186 uint8_t allowed = 0;
2187
2188 if (strcmp(argv[1], "allowed") == 0)
2189 allowed = 1;
2190
2191 control_class = atoi(argv[0]);
2192 if (control_class < 8)
2193 if (allowed)
2194 bts->si_common.rach_control.t3 &= ~(0x1 << control_class);
2195 else
2196 bts->si_common.rach_control.t3 |= (0x1 << control_class);
2197 else
2198 if (allowed)
2199 bts->si_common.rach_control.t2 &= ~(0x1 << (control_class - 8));
2200 else
2201 bts->si_common.rach_control.t2 |= (0x1 << (control_class - 8));
2202
2203 return CMD_SUCCESS;
2204}
2205
Harald Welte (local)cbd46102009-08-13 10:14:26 +02002206DEFUN(cfg_bts_ms_max_power, cfg_bts_ms_max_power_cmd,
2207 "ms max power <0-40>",
Harald Welte557f3992012-08-16 23:23:50 +02002208 "MS Options\n"
Harald Weltefa2015f2012-08-17 09:52:03 +02002209 "Maximum transmit power of the MS\n"
2210 "Maximum transmit power of the MS\n"
Harald Welte557f3992012-08-16 23:23:50 +02002211 "Maximum transmit power of the MS in dBm")
Harald Welte (local)cbd46102009-08-13 10:14:26 +02002212{
2213 struct gsm_bts *bts = vty->index;
2214
2215 bts->ms_max_power = atoi(argv[0]);
2216
2217 return CMD_SUCCESS;
2218}
2219
Harald Welte557f3992012-08-16 23:23:50 +02002220#define CELL_STR "Cell Parameters\n"
2221
Harald Welteb761bf82009-12-12 18:17:25 +01002222DEFUN(cfg_bts_cell_resel_hyst, cfg_bts_cell_resel_hyst_cmd,
2223 "cell reselection hysteresis <0-14>",
Harald Welte557f3992012-08-16 23:23:50 +02002224 CELL_STR "Cell re-selection parameters\n"
2225 "Cell Re-Selection Hysteresis in dB\n"
Harald Welteb761bf82009-12-12 18:17:25 +01002226 "Cell Re-Selection Hysteresis in dB")
2227{
2228 struct gsm_bts *bts = vty->index;
2229
2230 bts->si_common.cell_sel_par.cell_resel_hyst = atoi(argv[0])/2;
2231
2232 return CMD_SUCCESS;
2233}
2234
2235DEFUN(cfg_bts_rxlev_acc_min, cfg_bts_rxlev_acc_min_cmd,
2236 "rxlev access min <0-63>",
Harald Welte557f3992012-08-16 23:23:50 +02002237 "Minimum RxLev needed for cell access\n"
2238 "Minimum RxLev needed for cell access\n"
2239 "Minimum RxLev needed for cell access\n"
Harald Welteb761bf82009-12-12 18:17:25 +01002240 "Minimum RxLev needed for cell access (better than -110dBm)")
2241{
2242 struct gsm_bts *bts = vty->index;
2243
2244 bts->si_common.cell_sel_par.rxlev_acc_min = atoi(argv[0]);
2245
2246 return CMD_SUCCESS;
2247}
2248
Sylvain Munaut00d71462010-11-28 18:17:28 +01002249DEFUN(cfg_bts_cell_bar_qualify, cfg_bts_cell_bar_qualify_cmd,
2250 "cell bar qualify (0|1)",
Harald Welte557f3992012-08-16 23:23:50 +02002251 CELL_STR "Cell Bar Qualify\n" "Cell Bar Qualify\n"
2252 "Set CBQ to 0\n" "Set CBQ to 1\n")
Sylvain Munaut00d71462010-11-28 18:17:28 +01002253{
2254 struct gsm_bts *bts = vty->index;
2255
2256 bts->si_common.cell_ro_sel_par.present = 1;
2257 bts->si_common.cell_ro_sel_par.cbq = atoi(argv[0]);
2258
2259 return CMD_SUCCESS;
2260}
2261
2262DEFUN(cfg_bts_cell_resel_ofs, cfg_bts_cell_resel_ofs_cmd,
2263 "cell reselection offset <0-126>",
Harald Welte557f3992012-08-16 23:23:50 +02002264 CELL_STR "Cell Re-Selection Parameters\n"
2265 "Cell Re-Selection Offset (CRO) in dB\n"
2266 "Cell Re-Selection Offset (CRO) in dB\n"
2267 )
Sylvain Munaut00d71462010-11-28 18:17:28 +01002268{
2269 struct gsm_bts *bts = vty->index;
2270
2271 bts->si_common.cell_ro_sel_par.present = 1;
2272 bts->si_common.cell_ro_sel_par.cell_resel_off = atoi(argv[0])/2;
2273
2274 return CMD_SUCCESS;
2275}
2276
2277DEFUN(cfg_bts_temp_ofs, cfg_bts_temp_ofs_cmd,
2278 "temporary offset <0-60>",
Harald Welte557f3992012-08-16 23:23:50 +02002279 "Cell selection temporary negative offset\n"
2280 "Cell selection temporary negative offset\n"
Sylvain Munaut00d71462010-11-28 18:17:28 +01002281 "Cell selection temporary negative offset in dB")
2282{
2283 struct gsm_bts *bts = vty->index;
2284
2285 bts->si_common.cell_ro_sel_par.present = 1;
2286 bts->si_common.cell_ro_sel_par.temp_offs = atoi(argv[0])/10;
2287
2288 return CMD_SUCCESS;
2289}
2290
2291DEFUN(cfg_bts_temp_ofs_inf, cfg_bts_temp_ofs_inf_cmd,
2292 "temporary offset infinite",
Harald Welte557f3992012-08-16 23:23:50 +02002293 "Cell selection temporary negative offset\n"
2294 "Cell selection temporary negative offset\n"
Sylvain Munaut00d71462010-11-28 18:17:28 +01002295 "Sets cell selection temporary negative offset to infinity")
2296{
2297 struct gsm_bts *bts = vty->index;
2298
2299 bts->si_common.cell_ro_sel_par.present = 1;
2300 bts->si_common.cell_ro_sel_par.temp_offs = 7;
2301
2302 return CMD_SUCCESS;
2303}
2304
2305DEFUN(cfg_bts_penalty_time, cfg_bts_penalty_time_cmd,
2306 "penalty time <20-620>",
Harald Welte557f3992012-08-16 23:23:50 +02002307 "Cell selection penalty time\n"
2308 "Cell selection penalty time\n"
2309 "Cell selection penalty time in seconds (by 20s increments)\n")
Sylvain Munaut00d71462010-11-28 18:17:28 +01002310{
2311 struct gsm_bts *bts = vty->index;
2312
2313 bts->si_common.cell_ro_sel_par.present = 1;
2314 bts->si_common.cell_ro_sel_par.penalty_time = (atoi(argv[0])-20)/20;
2315
2316 return CMD_SUCCESS;
2317}
2318
2319DEFUN(cfg_bts_penalty_time_rsvd, cfg_bts_penalty_time_rsvd_cmd,
2320 "penalty time reserved",
Harald Welte557f3992012-08-16 23:23:50 +02002321 "Cell selection penalty time\n"
2322 "Cell selection penalty time\n"
2323 "Set cell selection penalty time to reserved value 31, "
Sylvain Munaut00d71462010-11-28 18:17:28 +01002324 "(indicate that CELL_RESELECT_OFFSET is subtracted from C2 "
2325 "and TEMPORARY_OFFSET is ignored)")
2326{
2327 struct gsm_bts *bts = vty->index;
2328
2329 bts->si_common.cell_ro_sel_par.present = 1;
2330 bts->si_common.cell_ro_sel_par.penalty_time = 31;
2331
2332 return CMD_SUCCESS;
2333}
2334
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02002335DEFUN(cfg_bts_per_loc_upd, cfg_bts_per_loc_upd_cmd,
Daniel Willmann3e7db9e2012-12-27 00:02:01 +01002336 "periodic location update <6-1530>",
Harald Welte557f3992012-08-16 23:23:50 +02002337 "Periodic Location Updating Interval\n"
2338 "Periodic Location Updating Interval\n"
2339 "Periodic Location Updating Interval\n"
2340 "Periodic Location Updating Interval in Minutes\n")
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02002341{
2342 struct gsm_bts *bts = vty->index;
2343
Dieter Spaarb0f746d2010-10-05 21:10:55 +02002344 bts->si_common.chan_desc.t3212 = atoi(argv[0]) / 6;
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02002345
2346 return CMD_SUCCESS;
2347}
2348
Holger Hans Peter Freyther2fb8ebf2013-07-27 21:07:57 +02002349DEFUN(cfg_bts_no_per_loc_upd, cfg_bts_no_per_loc_upd_cmd,
2350 "no periodic location update",
2351 NO_STR
2352 "Periodic Location Updating Interval\n"
2353 "Periodic Location Updating Interval\n"
2354 "Periodic Location Updating Interval\n")
2355{
2356 struct gsm_bts *bts = vty->index;
2357
2358 bts->si_common.chan_desc.t3212 = 0;
Andreas Eversbergf9248d92013-03-10 11:49:35 +01002359
2360 return CMD_SUCCESS;
2361}
2362
2363DEFUN(cfg_bts_radio_link_timeout, cfg_bts_radio_link_timeout_cmd,
2364 "radio-link-timeout <4-64>",
2365 "Radio link timeout criterion (BTS side)\n"
2366 "Radio link timeout value (lost SACCH block)\n")
2367{
2368 struct gsm_bts *bts = vty->index;
2369
2370 set_radio_link_timeout(&bts->si_common.cell_options, atoi(argv[0]));
2371
Holger Hans Peter Freyther2fb8ebf2013-07-27 21:07:57 +02002372 return CMD_SUCCESS;
2373}
2374
Harald Welte9e002452010-05-11 21:53:49 +02002375#define GPRS_TEXT "GPRS Packet Network\n"
2376
Harald Welte410575a2010-03-14 23:30:30 +08002377DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
Harald Welteb42fe342010-04-18 14:00:26 +02002378 "gprs cell bvci <2-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002379 GPRS_TEXT
2380 "GPRS Cell Settings\n"
Harald Welte557f3992012-08-16 23:23:50 +02002381 "GPRS BSSGP VC Identifier\n"
Harald Welte3055e332010-03-14 15:37:43 +08002382 "GPRS BSSGP VC Identifier")
2383{
2384 struct gsm_bts *bts = vty->index;
2385
Harald Weltecb20b7a2010-04-18 15:51:20 +02002386 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002387 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2388 return CMD_WARNING;
2389 }
2390
Harald Welte3055e332010-03-14 15:37:43 +08002391 bts->gprs.cell.bvci = atoi(argv[0]);
2392
2393 return CMD_SUCCESS;
2394}
2395
Harald Welte4a048c52010-03-22 11:48:36 +08002396DEFUN(cfg_bts_gprs_nsei, cfg_bts_gprs_nsei_cmd,
2397 "gprs nsei <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002398 GPRS_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002399 "GPRS NS Entity Identifier\n"
Harald Welte4a048c52010-03-22 11:48:36 +08002400 "GPRS NS Entity Identifier")
2401{
2402 struct gsm_bts *bts = vty->index;
2403
Harald Weltecb20b7a2010-04-18 15:51:20 +02002404 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte4a048c52010-03-22 11:48:36 +08002405 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2406 return CMD_WARNING;
2407 }
2408
2409 bts->gprs.nse.nsei = atoi(argv[0]);
2410
2411 return CMD_SUCCESS;
2412}
2413
Harald Welte9e002452010-05-11 21:53:49 +02002414#define NSVC_TEXT "Network Service Virtual Connection (NS-VC)\n" \
2415 "NSVC Logical Number\n"
Harald Welte4a048c52010-03-22 11:48:36 +08002416
Harald Welte3055e332010-03-14 15:37:43 +08002417DEFUN(cfg_bts_gprs_nsvci, cfg_bts_gprs_nsvci_cmd,
2418 "gprs nsvc <0-1> nsvci <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002419 GPRS_TEXT NSVC_TEXT
2420 "NS Virtual Connection Identifier\n"
Harald Welte3055e332010-03-14 15:37:43 +08002421 "GPRS NS VC Identifier")
2422{
2423 struct gsm_bts *bts = vty->index;
2424 int idx = atoi(argv[0]);
2425
Harald Weltecb20b7a2010-04-18 15:51:20 +02002426 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002427 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2428 return CMD_WARNING;
2429 }
2430
Harald Welte3055e332010-03-14 15:37:43 +08002431 bts->gprs.nsvc[idx].nsvci = atoi(argv[1]);
2432
2433 return CMD_SUCCESS;
2434}
2435
Harald Welte410575a2010-03-14 23:30:30 +08002436DEFUN(cfg_bts_gprs_nsvc_lport, cfg_bts_gprs_nsvc_lport_cmd,
2437 "gprs nsvc <0-1> local udp port <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002438 GPRS_TEXT NSVC_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002439 "GPRS NS Local UDP Port\n"
2440 "GPRS NS Local UDP Port\n"
2441 "GPRS NS Local UDP Port\n"
Harald Welte764c8e12012-08-17 09:57:25 +02002442 "GPRS NS Local UDP Port Number\n")
Harald Welte410575a2010-03-14 23:30:30 +08002443{
2444 struct gsm_bts *bts = vty->index;
2445 int idx = atoi(argv[0]);
2446
Harald Weltecb20b7a2010-04-18 15:51:20 +02002447 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002448 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2449 return CMD_WARNING;
2450 }
2451
Harald Welte410575a2010-03-14 23:30:30 +08002452 bts->gprs.nsvc[idx].local_port = atoi(argv[1]);
2453
2454 return CMD_SUCCESS;
2455}
2456
2457DEFUN(cfg_bts_gprs_nsvc_rport, cfg_bts_gprs_nsvc_rport_cmd,
2458 "gprs nsvc <0-1> remote udp port <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02002459 GPRS_TEXT NSVC_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002460 "GPRS NS Remote UDP Port\n"
2461 "GPRS NS Remote UDP Port\n"
Harald Welte764c8e12012-08-17 09:57:25 +02002462 "GPRS NS Remote UDP Port\n"
2463 "GPRS NS Remote UDP Port Number\n")
Harald Welte410575a2010-03-14 23:30:30 +08002464{
2465 struct gsm_bts *bts = vty->index;
2466 int idx = atoi(argv[0]);
2467
Harald Weltecb20b7a2010-04-18 15:51:20 +02002468 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002469 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2470 return CMD_WARNING;
2471 }
2472
Harald Welte410575a2010-03-14 23:30:30 +08002473 bts->gprs.nsvc[idx].remote_port = atoi(argv[1]);
2474
2475 return CMD_SUCCESS;
2476}
2477
2478DEFUN(cfg_bts_gprs_nsvc_rip, cfg_bts_gprs_nsvc_rip_cmd,
2479 "gprs nsvc <0-1> remote ip A.B.C.D",
Harald Welte9e002452010-05-11 21:53:49 +02002480 GPRS_TEXT NSVC_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002481 "GPRS NS Remote IP Address\n"
2482 "GPRS NS Remote IP Address\n"
2483 "GPRS NS Remote IP Address\n")
Harald Welte410575a2010-03-14 23:30:30 +08002484{
2485 struct gsm_bts *bts = vty->index;
2486 int idx = atoi(argv[0]);
2487 struct in_addr ia;
2488
Harald Weltecb20b7a2010-04-18 15:51:20 +02002489 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002490 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2491 return CMD_WARNING;
2492 }
2493
Harald Welte410575a2010-03-14 23:30:30 +08002494 inet_aton(argv[1], &ia);
2495 bts->gprs.nsvc[idx].remote_ip = ntohl(ia.s_addr);
2496
2497 return CMD_SUCCESS;
2498}
2499
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08002500DEFUN(cfg_bts_pag_free, cfg_bts_pag_free_cmd,
Harald Welte557f3992012-08-16 23:23:50 +02002501 "paging free <-1-1024>",
2502 "Paging options\n"
2503 "Only page when having a certain amount of free slots\n"
2504 "amount of required free paging slots. -1 to disable\n")
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08002505{
2506 struct gsm_bts *bts = vty->index;
2507
2508 bts->paging.free_chans_need = atoi(argv[0]);
2509 return CMD_SUCCESS;
2510}
2511
Harald Weltea9251762010-05-11 23:50:21 +02002512DEFUN(cfg_bts_gprs_ns_timer, cfg_bts_gprs_ns_timer_cmd,
2513 "gprs ns timer " NS_TIMERS " <0-255>",
2514 GPRS_TEXT "Network Service\n"
2515 "Network Service Timer\n"
2516 NS_TIMERS_HELP "Timer Value\n")
2517{
2518 struct gsm_bts *bts = vty->index;
2519 int idx = get_string_value(gprs_ns_timer_strs, argv[0]);
2520 int val = atoi(argv[1]);
2521
2522 if (bts->gprs.mode == BTS_GPRS_NONE) {
2523 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2524 return CMD_WARNING;
2525 }
2526
2527 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.nse.timer))
2528 return CMD_WARNING;
2529
2530 bts->gprs.nse.timer[idx] = val;
2531
2532 return CMD_SUCCESS;
2533}
2534
2535#define BSSGP_TIMERS "(blocking-timer|blocking-retries|unblocking-retries|reset-timer|reset-retries|suspend-timer|suspend-retries|resume-timer|resume-retries|capability-update-timer|capability-update-retries)"
Harald Welte18ce31c2010-05-14 20:05:17 +02002536#define BSSGP_TIMERS_HELP \
2537 "Tbvc-block timeout\n" \
2538 "Tbvc-block retries\n" \
2539 "Tbvc-unblock retries\n" \
2540 "Tbvcc-reset timeout\n" \
2541 "Tbvc-reset retries\n" \
2542 "Tbvc-suspend timeout\n" \
2543 "Tbvc-suspend retries\n" \
2544 "Tbvc-resume timeout\n" \
2545 "Tbvc-resume retries\n" \
2546 "Tbvc-capa-update timeout\n" \
2547 "Tbvc-capa-update retries\n"
Harald Weltea9251762010-05-11 23:50:21 +02002548
2549DEFUN(cfg_bts_gprs_cell_timer, cfg_bts_gprs_cell_timer_cmd,
2550 "gprs cell timer " BSSGP_TIMERS " <0-255>",
2551 GPRS_TEXT "Cell / BSSGP\n"
2552 "Cell/BSSGP Timer\n"
2553 BSSGP_TIMERS_HELP "Timer Value\n")
2554{
2555 struct gsm_bts *bts = vty->index;
2556 int idx = get_string_value(gprs_bssgp_cfg_strs, argv[0]);
2557 int val = atoi(argv[1]);
2558
2559 if (bts->gprs.mode == BTS_GPRS_NONE) {
2560 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2561 return CMD_WARNING;
2562 }
2563
2564 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.cell.timer))
2565 return CMD_WARNING;
2566
2567 bts->gprs.cell.timer[idx] = val;
2568
2569 return CMD_SUCCESS;
2570}
2571
Harald Welte3055e332010-03-14 15:37:43 +08002572DEFUN(cfg_bts_gprs_rac, cfg_bts_gprs_rac_cmd,
2573 "gprs routing area <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02002574 GPRS_TEXT
Harald Welte557f3992012-08-16 23:23:50 +02002575 "GPRS Routing Area Code\n"
2576 "GPRS Routing Area Code\n"
2577 "GPRS Routing Area Code\n")
Harald Welte3055e332010-03-14 15:37:43 +08002578{
2579 struct gsm_bts *bts = vty->index;
2580
Harald Weltecb20b7a2010-04-18 15:51:20 +02002581 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08002582 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2583 return CMD_WARNING;
2584 }
2585
Harald Welte3055e332010-03-14 15:37:43 +08002586 bts->gprs.rac = atoi(argv[0]);
2587
2588 return CMD_SUCCESS;
2589}
2590
Andreas Eversberga4fa21c2013-03-16 16:31:26 +01002591DEFUN(cfg_bts_gprs_net_ctrl_ord, cfg_bts_gprs_net_ctrl_ord_cmd,
2592 "gprs network-control-order (nc0|nc1|nc2)",
2593 GPRS_TEXT
2594 "GPRS Network Control Order\n"
2595 "MS controlled cell re-selection, no measurement reporting\n"
2596 "MS controlled cell re-selection, MS sends measurement reports\n"
2597 "Network controlled cell re-selection, MS sends measurement reports\n")
2598{
2599 struct gsm_bts *bts = vty->index;
2600
2601 if (bts->gprs.mode == BTS_GPRS_NONE) {
2602 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
2603 return CMD_WARNING;
2604 }
2605
2606 bts->gprs.net_ctrl_ord = atoi(argv[0] + 2);
2607
2608 return CMD_SUCCESS;
2609}
2610
Harald Weltecb20b7a2010-04-18 15:51:20 +02002611DEFUN(cfg_bts_gprs_mode, cfg_bts_gprs_mode_cmd,
2612 "gprs mode (none|gprs|egprs)",
Harald Welte9e002452010-05-11 21:53:49 +02002613 GPRS_TEXT
2614 "GPRS Mode for this BTS\n"
2615 "GPRS Disabled on this BTS\n"
2616 "GPRS Enabled on this BTS\n"
2617 "EGPRS (EDGE) Enabled on this BTS\n")
Harald Welte410575a2010-03-14 23:30:30 +08002618{
2619 struct gsm_bts *bts = vty->index;
Holger Hans Peter Freyther611f7752015-01-31 22:16:00 +01002620 enum bts_gprs_mode mode = bts_gprs_mode_parse(argv[0], NULL);
Harald Welte410575a2010-03-14 23:30:30 +08002621
Holger Hans Peter Freyther611f7752015-01-31 22:16:00 +01002622 if (!bts_gprs_mode_is_compat(bts, mode)) {
Harald Welte20e275a2010-06-14 22:44:42 +02002623 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2624 VTY_NEWLINE);
2625 return CMD_WARNING;
2626 }
2627
2628 bts->gprs.mode = mode;
Harald Welte410575a2010-03-14 23:30:30 +08002629
2630 return CMD_SUCCESS;
2631}
2632
Harald Welted8acf142010-07-30 11:50:09 +02002633#define SI_TEXT "System Information Messages\n"
2634#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)"
2635#define SI_TYPE_HELP "System Information Type 1\n" \
2636 "System Information Type 2\n" \
2637 "System Information Type 3\n" \
2638 "System Information Type 4\n" \
2639 "System Information Type 5\n" \
2640 "System Information Type 6\n" \
2641 "System Information Type 7\n" \
2642 "System Information Type 8\n" \
2643 "System Information Type 9\n" \
2644 "System Information Type 10\n" \
2645 "System Information Type 13\n" \
2646 "System Information Type 16\n" \
2647 "System Information Type 17\n" \
2648 "System Information Type 18\n" \
2649 "System Information Type 19\n" \
2650 "System Information Type 20\n" \
2651 "System Information Type 2bis\n" \
2652 "System Information Type 2ter\n" \
2653 "System Information Type 2quater\n" \
2654 "System Information Type 5bis\n" \
2655 "System Information Type 5ter\n"
2656
2657DEFUN(cfg_bts_si_mode, cfg_bts_si_mode_cmd,
2658 "system-information " SI_TYPE_TEXT " mode (static|computed)",
2659 SI_TEXT SI_TYPE_HELP
2660 "System Information Mode\n"
2661 "Static user-specified\n"
2662 "Dynamic, BSC-computed\n")
2663{
2664 struct gsm_bts *bts = vty->index;
2665 int type;
2666
2667 type = get_string_value(osmo_sitype_strs, argv[0]);
2668 if (type < 0) {
2669 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2670 return CMD_WARNING;
2671 }
2672
2673 if (!strcmp(argv[1], "static"))
2674 bts->si_mode_static |= (1 << type);
2675 else
2676 bts->si_mode_static &= ~(1 << type);
2677
2678 return CMD_SUCCESS;
2679}
2680
2681DEFUN(cfg_bts_si_static, cfg_bts_si_static_cmd,
2682 "system-information " SI_TYPE_TEXT " static HEXSTRING",
2683 SI_TEXT SI_TYPE_HELP
2684 "Static System Information filling\n"
2685 "Static user-specified SI content in HEX notation\n")
2686{
2687 struct gsm_bts *bts = vty->index;
2688 int rc, type;
2689
2690 type = get_string_value(osmo_sitype_strs, argv[0]);
2691 if (type < 0) {
2692 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2693 return CMD_WARNING;
2694 }
2695
2696 if (!(bts->si_mode_static & (1 << type))) {
2697 vty_out(vty, "SI Type %s is not configured in static mode%s",
2698 get_value_string(osmo_sitype_strs, type), VTY_NEWLINE);
2699 return CMD_WARNING;
2700 }
2701
Harald Welte9f09ac32010-07-30 11:53:18 +02002702 /* Fill buffer with padding pattern */
2703 memset(bts->si_buf[type], 0x2b, sizeof(bts->si_buf[type]));
2704
2705 /* Parse the user-specified SI in hex format, [partially] overwriting padding */
Pablo Neira Ayusob1d5a692011-05-07 12:12:48 +02002706 rc = osmo_hexparse(argv[1], bts->si_buf[type], sizeof(bts->si_buf[0]));
Harald Welted8acf142010-07-30 11:50:09 +02002707 if (rc < 0 || rc > sizeof(bts->si_buf[0])) {
2708 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
2709 return CMD_WARNING;
2710 }
2711
2712 /* Mark this SI as present */
2713 bts->si_valid |= (1 << type);
2714
2715 return CMD_SUCCESS;
2716}
2717
Harald Welteca46eff2011-01-11 23:44:56 +01002718DEFUN(cfg_bts_neigh_mode, cfg_bts_neigh_mode_cmd,
Harald Weltef989b782011-02-15 11:43:27 +01002719 "neighbor-list mode (automatic|manual|manual-si5)",
Harald Welteca46eff2011-01-11 23:44:56 +01002720 "Neighbor List\n" "Mode of Neighbor List generation\n"
Harald Weltef989b782011-02-15 11:43:27 +01002721 "Automatically from all BTS in this OpenBSC\n" "Manual\n"
2722 "Manual with different lists for SI2 and SI5\n")
Harald Welteca46eff2011-01-11 23:44:56 +01002723{
2724 struct gsm_bts *bts = vty->index;
Harald Weltef989b782011-02-15 11:43:27 +01002725 int mode = get_string_value(bts_neigh_mode_strs, argv[0]);
Harald Welteca46eff2011-01-11 23:44:56 +01002726
Harald Weltef989b782011-02-15 11:43:27 +01002727 switch (mode) {
2728 case NL_MODE_MANUAL_SI5SEP:
2729 case NL_MODE_MANUAL:
Harald Welteca46eff2011-01-11 23:44:56 +01002730 /* make sure we clear the current list when switching to
2731 * manual mode */
2732 if (bts->neigh_list_manual_mode == 0)
2733 memset(&bts->si_common.data.neigh_list, 0,
2734 sizeof(bts->si_common.data.neigh_list));
Harald Weltef989b782011-02-15 11:43:27 +01002735 break;
2736 default:
2737 break;
2738 }
2739
2740 bts->neigh_list_manual_mode = mode;
Harald Welteca46eff2011-01-11 23:44:56 +01002741
2742 return CMD_SUCCESS;
2743}
2744
2745DEFUN(cfg_bts_neigh, cfg_bts_neigh_cmd,
Harald Welte09e4fad2012-01-29 13:24:12 +01002746 "neighbor-list (add|del) arfcn <0-1023>",
Harald Welteca46eff2011-01-11 23:44:56 +01002747 "Neighbor List\n" "Add to manual neighbor list\n"
2748 "Delete from manual neighbor list\n" "ARFCN of neighbor\n"
2749 "ARFCN of neighbor\n")
2750{
2751 struct gsm_bts *bts = vty->index;
2752 struct bitvec *bv = &bts->si_common.neigh_list;
2753 uint16_t arfcn = atoi(argv[1]);
2754
2755 if (!bts->neigh_list_manual_mode) {
2756 vty_out(vty, "%% Cannot configure neighbor list in "
2757 "automatic mode%s", VTY_NEWLINE);
2758 return CMD_WARNING;
2759 }
2760
2761 if (!strcmp(argv[0], "add"))
2762 bitvec_set_bit_pos(bv, arfcn, 1);
2763 else
2764 bitvec_set_bit_pos(bv, arfcn, 0);
2765
2766 return CMD_SUCCESS;
2767}
2768
Max88ddcaa2016-04-15 16:04:46 +02002769DEFUN(cfg_bts_si2quater_neigh_add, cfg_bts_si2quater_neigh_add_cmd,
2770 "si2quater neighbor-list add earfcn <1900-2200> threshold <0-1000> "
2771 "[<0-255>]", "SI2quater Neighbor List\n"
2772 "SI2quater Neighbor List\n" "Add to manual SI2quater neighbor list\n"
2773 "EARFCN of neighbor\n" "EARFCN of neighbor\n" "threshold high bits\n"
2774 "threshold high bits\n" "measurement bandwidth\n")
2775{
2776 struct gsm_bts *bts = vty->index;
2777 struct osmo_earfcn_si2q *e = &bts->si_common.si2quater_neigh_list;
2778 uint16_t arfcn = atoi(argv[0]);
2779 uint8_t meas = OSMO_EARFCN_MEAS_INVALID, thresh = atoi(argv[1]);
2780 int r;
2781
2782 if (3 == argc)
2783 meas = atoi(argv[2]);
2784
2785 r = osmo_earfcn_add(e, arfcn, meas);
2786
2787 if (r < 0) {
2788 vty_out(vty, "Unable to add arfcn %u: %s%s", arfcn, strerror(r),
2789 VTY_NEWLINE);
2790 return CMD_WARNING;
2791 }
2792
2793 if (e->thresh_hi && thresh != e->thresh_hi)
2794 vty_out(vty, "Warning: multiple thresholds are not supported, "
2795 "overriding previous threshold %u%s",
2796 e->thresh_hi, VTY_NEWLINE);
2797
2798 e->thresh_hi = thresh;
2799
2800 return CMD_SUCCESS;
2801}
2802
2803DEFUN(cfg_bts_si2quater_neigh_del, cfg_bts_si2quater_neigh_del_cmd,
2804 "si2quater neighbor-list del earfcn <1900-2200>",
2805 "SI2quater Neighbor List\n"
2806 "SI2quater Neighbor List\n"
2807 "Delete from SI2quater manual neighbor list\n"
Max303753e2016-04-20 12:06:05 +02002808 "EARFCN of neighbor\n"
2809 "EARFCN\n")
Max88ddcaa2016-04-15 16:04:46 +02002810{
2811 struct gsm_bts *bts = vty->index;
2812 struct osmo_earfcn_si2q *e = &bts->si_common.si2quater_neigh_list;
Max2befab12016-04-20 12:06:06 +02002813 uint16_t arfcn = atoi(argv[0]);
Max88ddcaa2016-04-15 16:04:46 +02002814 int r = osmo_earfcn_del(e, arfcn);
2815 if (r < 0) {
2816 vty_out(vty, "Unable to delete arfcn %u: %s%s", arfcn,
Max2befab12016-04-20 12:06:06 +02002817 strerror(-r), VTY_NEWLINE);
Max88ddcaa2016-04-15 16:04:46 +02002818 return CMD_WARNING;
2819 }
2820
2821 return CMD_SUCCESS;
2822}
2823
Maxeaf196c2016-04-20 15:57:13 +02002824DEFUN(cfg_bts_si2quater_uarfcn_add, cfg_bts_si2quater_uarfcn_add_cmd,
2825 "si2quater neighbor-list add uarfcn <1900-2200> <0-511> <0-1>",
2826 "SI2quater Neighbor List\n"
2827 "SI2quater Neighbor List\n" "Add to manual SI2quater neighbor list\n"
2828 "UARFCN of neighbor\n" "UARFCN of neighbor\n" "scrambling code\n"
2829 "diversity bit\n")
2830{
2831 struct gsm_bts *bts = vty->index;
2832 uint16_t arfcn = atoi(argv[0]), scramble = atoi(argv[1]);
2833
2834 switch(bts_uarfcn_add(bts, arfcn, scramble, atoi(argv[2]))) {
2835 case -ENOMEM:
2836 vty_out(vty, "Unable to add arfcn: max number of UARFCNs (%u) "
2837 "reached%s", MAX_EARFCN_LIST, VTY_NEWLINE);
2838 case -EADDRINUSE:
2839 vty_out(vty, "Unable to add arfcn: (%u, %u) is already added%s",
2840 arfcn, scramble, VTY_NEWLINE);
2841 return CMD_WARNING;
2842 }
2843
2844 return CMD_SUCCESS;
2845}
2846
2847DEFUN(cfg_bts_si2quater_uarfcn_del, cfg_bts_si2quater_uarfcn_del_cmd,
2848 "si2quater neighbor-list del uarfcn <1900-2200> <0-511>",
2849 "SI2quater Neighbor List\n"
2850 "SI2quater Neighbor List\n"
2851 "Delete from SI2quater manual neighbor list\n"
2852 "UARFCN of neighbor\n"
2853 "UARFCN\n"
2854 "scrambling code\n")
2855{
2856 struct gsm_bts *bts = vty->index;
2857
2858 if (bts_uarfcn_del(bts, atoi(argv[0]), atoi(argv[1])) < 0) {
2859 vty_out(vty, "Unable to delete uarfcn: pair not found%s",
2860 VTY_NEWLINE);
2861 return CMD_WARNING;
2862 }
2863
2864 return CMD_SUCCESS;
2865}
2866
Harald Weltef989b782011-02-15 11:43:27 +01002867DEFUN(cfg_bts_si5_neigh, cfg_bts_si5_neigh_cmd,
Harald Welte09e4fad2012-01-29 13:24:12 +01002868 "si5 neighbor-list (add|del) arfcn <0-1023>",
Harald Welte557f3992012-08-16 23:23:50 +02002869 "SI5 Neighbor List\n"
Harald Weltef989b782011-02-15 11:43:27 +01002870 "SI5 Neighbor List\n" "Add to manual SI5 neighbor list\n"
2871 "Delete from SI5 manual neighbor list\n" "ARFCN of neighbor\n"
2872 "ARFCN of neighbor\n")
2873{
2874 struct gsm_bts *bts = vty->index;
2875 struct bitvec *bv = &bts->si_common.si5_neigh_list;
2876 uint16_t arfcn = atoi(argv[1]);
2877
2878 if (!bts->neigh_list_manual_mode) {
2879 vty_out(vty, "%% Cannot configure neighbor list in "
2880 "automatic mode%s", VTY_NEWLINE);
2881 return CMD_WARNING;
2882 }
2883
2884 if (!strcmp(argv[0], "add"))
2885 bitvec_set_bit_pos(bv, arfcn, 1);
2886 else
2887 bitvec_set_bit_pos(bv, arfcn, 0);
2888
2889 return CMD_SUCCESS;
2890}
Harald Welted8acf142010-07-30 11:50:09 +02002891
Holger Hans Peter Freyther10799162012-07-20 10:27:31 +02002892#define EXCL_RFLOCK_STR "Exclude this BTS from the global RF Lock\n"
2893
2894DEFUN(cfg_bts_excl_rf_lock,
2895 cfg_bts_excl_rf_lock_cmd,
2896 "rf-lock-exclude",
2897 EXCL_RFLOCK_STR)
2898{
2899 struct gsm_bts *bts = vty->index;
2900 bts->excl_from_rf_lock = 1;
2901 return CMD_SUCCESS;
2902}
2903
2904DEFUN(cfg_bts_no_excl_rf_lock,
2905 cfg_bts_no_excl_rf_lock_cmd,
2906 "no rf-lock-exclude",
2907 NO_STR EXCL_RFLOCK_STR)
2908{
2909 struct gsm_bts *bts = vty->index;
2910 bts->excl_from_rf_lock = 0;
2911 return CMD_SUCCESS;
2912}
2913
Jacob Erlbeck8f8e5bf2014-01-16 11:02:14 +01002914#define FORCE_COMB_SI_STR "Force the generation of a single SI (no ter/bis)\n"
2915
2916DEFUN(cfg_bts_force_comb_si,
2917 cfg_bts_force_comb_si_cmd,
2918 "force-combined-si",
2919 FORCE_COMB_SI_STR)
2920{
2921 struct gsm_bts *bts = vty->index;
2922 bts->force_combined_si = 1;
2923 return CMD_SUCCESS;
2924}
2925
2926DEFUN(cfg_bts_no_force_comb_si,
2927 cfg_bts_no_force_comb_si_cmd,
2928 "no force-combined-si",
2929 NO_STR FORCE_COMB_SI_STR)
2930{
2931 struct gsm_bts *bts = vty->index;
2932 bts->force_combined_si = 0;
2933 return CMD_SUCCESS;
2934}
2935
Andreas Eversberg976493b2013-12-07 18:32:28 +01002936static void _get_codec_from_arg(struct vty *vty, int argc, const char *argv[])
2937{
2938 struct gsm_bts *bts = vty->index;
2939 struct bts_codec_conf *codec = &bts->codec;
2940 int i;
2941
2942 codec->hr = 0;
2943 codec->efr = 0;
2944 codec->amr = 0;
2945 for (i = 0; i < argc; i++) {
2946 if (!strcmp(argv[i], "hr"))
2947 codec->hr = 1;
2948 if (!strcmp(argv[i], "efr"))
2949 codec->efr = 1;
2950 if (!strcmp(argv[i], "amr"))
2951 codec->amr = 1;
2952 }
2953}
2954
2955#define CODEC_PAR_STR " (hr|efr|amr)"
2956#define CODEC_HELP_STR "Half Rate\n" \
2957 "Enhanced Full Rate\nAdaptive Multirate\n"
2958
2959DEFUN(cfg_bts_codec0, cfg_bts_codec0_cmd,
2960 "codec-support fr",
2961 "Codec Support settings\nFullrate\n")
2962{
2963 _get_codec_from_arg(vty, 0, argv);
2964 return CMD_SUCCESS;
2965}
2966
2967DEFUN(cfg_bts_codec1, cfg_bts_codec1_cmd,
2968 "codec-support fr" CODEC_PAR_STR,
2969 "Codec Support settings\nFullrate\n"
2970 CODEC_HELP_STR)
2971{
2972 _get_codec_from_arg(vty, 1, argv);
2973 return CMD_SUCCESS;
2974}
2975
2976DEFUN(cfg_bts_codec2, cfg_bts_codec2_cmd,
2977 "codec-support fr" CODEC_PAR_STR CODEC_PAR_STR,
2978 "Codec Support settings\nFullrate\n"
2979 CODEC_HELP_STR CODEC_HELP_STR)
2980{
2981 _get_codec_from_arg(vty, 2, argv);
2982 return CMD_SUCCESS;
2983}
2984
2985DEFUN(cfg_bts_codec3, cfg_bts_codec3_cmd,
2986 "codec-support fr" CODEC_PAR_STR CODEC_PAR_STR CODEC_PAR_STR,
2987 "Codec Support settings\nFullrate\n"
2988 CODEC_HELP_STR CODEC_HELP_STR CODEC_HELP_STR)
2989{
2990 _get_codec_from_arg(vty, 3, argv);
2991 return CMD_SUCCESS;
2992}
2993
2994DEFUN(cfg_bts_codec4, cfg_bts_codec4_cmd,
2995 "codec-support fr" CODEC_PAR_STR CODEC_PAR_STR CODEC_PAR_STR CODEC_PAR_STR,
2996 "Codec Support settings\nFullrate\n"
2997 CODEC_HELP_STR CODEC_HELP_STR CODEC_HELP_STR CODEC_HELP_STR)
2998{
2999 _get_codec_from_arg(vty, 4, argv);
3000 return CMD_SUCCESS;
3001}
3002
Holger Hans Peter Freyther15152612014-12-17 14:46:17 +01003003DEFUN(cfg_bts_depends_on, cfg_bts_depends_on_cmd,
3004 "depends-on-bts <0-255>",
3005 "This BTS can only be started if another one is up\n" "BTS Number\n")
3006{
3007 struct gsm_bts *bts = vty->index;
3008 struct gsm_bts *other_bts;
3009 int dep = atoi(argv[0]);
3010
3011
3012 if (!is_ipaccess_bts(bts)) {
3013 vty_out(vty, "This feature is only available for IP systems.%s",
3014 VTY_NEWLINE);
3015 return CMD_WARNING;
3016 }
3017
3018 other_bts = gsm_bts_num(bts->network, dep);
3019 if (!other_bts || !is_ipaccess_bts(other_bts)) {
3020 vty_out(vty, "This feature is only available for IP systems.%s",
3021 VTY_NEWLINE);
3022 return CMD_WARNING;
3023 }
3024
3025 if (dep >= bts->nr) {
3026 vty_out(vty, "%%Need to depend on an already declared unit.%s",
3027 VTY_NEWLINE);
3028 return CMD_WARNING;
3029 }
3030
3031 bts_depend_mark(bts, dep);
3032 return CMD_SUCCESS;
3033}
3034
3035DEFUN(cfg_bts_no_depends_on, cfg_bts_no_depends_on_cmd,
3036 "depeneds-on-bts <0-255>",
3037 NO_STR "This BTS can only be started if another one is up\n"
3038 "BTS Number\n")
3039{
3040 struct gsm_bts *bts = vty->index;
3041 int dep = atoi(argv[0]);
3042
3043 bts_depend_clear(bts, dep);
3044 return CMD_SUCCESS;
3045}
3046
Andreas Eversbergfa163e82014-01-19 11:47:44 +01003047#define AMR_TEXT "Adaptive Multi Rate settings\n"
3048#define AMR_MODE_TEXT "Codec modes to use with AMR codec\n"
3049#define AMR_START_TEXT "Initial codec to use with AMR\n" \
3050 "Automatically\nFirst codec\nSecond codec\nThird codec\nFourth codec\n"
3051#define AMR_TH_TEXT "AMR threshold between codecs\nMS side\nBTS side\n"
3052#define AMR_HY_TEXT "AMR hysteresis between codecs\nMS side\nBTS side\n"
3053
3054static void get_amr_from_arg(struct vty *vty, int argc, const char *argv[], int full)
3055{
3056 struct gsm_bts *bts = vty->index;
3057 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
3058 struct gsm48_multi_rate_conf *mr_conf =
3059 (struct gsm48_multi_rate_conf *) mr->gsm48_ie;
3060 int i;
3061
3062 mr->gsm48_ie[1] = 0;
3063 for (i = 0; i < argc; i++)
3064 mr->gsm48_ie[1] |= 1 << atoi(argv[i]);
3065 mr_conf->icmi = 0;
3066}
3067
3068static void get_amr_th_from_arg(struct vty *vty, int argc, const char *argv[], int full)
3069{
3070 struct gsm_bts *bts = vty->index;
3071 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
Holger Hans Peter Freyther8083cc92015-09-24 11:39:38 +02003072 struct amr_mode *modes;
Andreas Eversbergfa163e82014-01-19 11:47:44 +01003073 int i;
3074
Holger Hans Peter Freyther8083cc92015-09-24 11:39:38 +02003075 modes = argv[0][0]=='m' ? mr->ms_mode : mr->bts_mode;
3076 for (i = 0; i < argc - 1; i++)
3077 modes[i].threshold = atoi(argv[i + 1]);
Andreas Eversbergfa163e82014-01-19 11:47:44 +01003078}
3079
3080static void get_amr_hy_from_arg(struct vty *vty, int argc, const char *argv[], int full)
3081{
3082 struct gsm_bts *bts = vty->index;
3083 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
Holger Hans Peter Freyther8083cc92015-09-24 11:39:38 +02003084 struct amr_mode *modes;
Andreas Eversbergfa163e82014-01-19 11:47:44 +01003085 int i;
3086
Holger Hans Peter Freyther8083cc92015-09-24 11:39:38 +02003087 modes = argv[0][0]=='m' ? mr->ms_mode : mr->bts_mode;
3088 for (i = 0; i < argc - 1; i++)
3089 modes[i].hysteresis = atoi(argv[i + 1]);
Andreas Eversbergfa163e82014-01-19 11:47:44 +01003090}
3091
3092static void get_amr_start_from_arg(struct vty *vty, const char *argv[], int full)
3093{
3094 struct gsm_bts *bts = vty->index;
3095 struct amr_multirate_conf *mr = (full) ? &bts->mr_full: &bts->mr_half;
3096 struct gsm48_multi_rate_conf *mr_conf =
3097 (struct gsm48_multi_rate_conf *) mr->gsm48_ie;
3098 int num = 0, i;
3099
3100 for (i = 0; i < ((full) ? 8 : 6); i++) {
3101 if ((mr->gsm48_ie[1] & (1 << i))) {
3102 num++;
3103 }
3104 }
3105
3106 if (argv[0][0] == 'a' || num == 0)
3107 mr_conf->icmi = 0;
3108 else {
3109 mr_conf->icmi = 1;
3110 if (num < atoi(argv[0]))
3111 mr_conf->smod = num - 1;
3112 else
3113 mr_conf->smod = atoi(argv[0]) - 1;
3114 }
3115}
3116
3117#define AMR_TCHF_PAR_STR " (0|1|2|3|4|5|6|7)"
3118#define AMR_TCHF_HELP_STR "4,75k\n5,15k\n5,90k\n6,70k\n7,40k\n7,95k\n" \
3119 "10,2k\n12,2k\n"
3120
3121#define AMR_TCHH_PAR_STR " (0|1|2|3|4|5)"
3122#define AMR_TCHH_HELP_STR "4,75k\n5,15k\n5,90k\n6,70k\n7,40k\n7,95k\n"
3123
3124#define AMR_TH_HELP_STR "Threshold between codec 1 and 2\n"
3125#define AMR_HY_HELP_STR "Hysteresis between codec 1 and 2\n"
3126
3127DEFUN(cfg_bts_amr_fr_modes1, cfg_bts_amr_fr_modes1_cmd,
3128 "amr tch-f modes" AMR_TCHF_PAR_STR,
3129 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3130 AMR_TCHF_HELP_STR)
3131{
3132 get_amr_from_arg(vty, 1, argv, 1);
3133 return CMD_SUCCESS;
3134}
3135
3136DEFUN(cfg_bts_amr_fr_modes2, cfg_bts_amr_fr_modes2_cmd,
3137 "amr tch-f modes" AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR,
3138 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3139 AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR)
3140{
3141 get_amr_from_arg(vty, 2, argv, 1);
3142 return CMD_SUCCESS;
3143}
3144
3145DEFUN(cfg_bts_amr_fr_modes3, cfg_bts_amr_fr_modes3_cmd,
3146 "amr tch-f modes" AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR,
3147 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3148 AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR)
3149{
3150 get_amr_from_arg(vty, 3, argv, 1);
3151 return CMD_SUCCESS;
3152}
3153
3154DEFUN(cfg_bts_amr_fr_modes4, cfg_bts_amr_fr_modes4_cmd,
3155 "amr tch-f modes" AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR AMR_TCHF_PAR_STR,
3156 AMR_TEXT "Full Rate\n" AMR_MODE_TEXT
3157 AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR AMR_TCHF_HELP_STR)
3158{
3159 get_amr_from_arg(vty, 4, argv, 1);
3160 return CMD_SUCCESS;
3161}
3162
3163DEFUN(cfg_bts_amr_fr_start_mode, cfg_bts_amr_fr_start_mode_cmd,
3164 "amr tch-f start-mode (auto|1|2|3|4)",
3165 AMR_TEXT "Full Rate\n" AMR_START_TEXT)
3166{
3167 get_amr_start_from_arg(vty, argv, 1);
3168 return CMD_SUCCESS;
3169}
3170
3171DEFUN(cfg_bts_amr_fr_thres1, cfg_bts_amr_fr_thres1_cmd,
3172 "amr tch-f threshold (ms|bts) <0-63>",
3173 AMR_TEXT "Full Rate\n" AMR_TH_TEXT
3174 AMR_TH_HELP_STR)
3175{
3176 get_amr_th_from_arg(vty, 2, argv, 1);
3177 return CMD_SUCCESS;
3178}
3179
3180DEFUN(cfg_bts_amr_fr_thres2, cfg_bts_amr_fr_thres2_cmd,
3181 "amr tch-f threshold (ms|bts) <0-63> <0-63>",
3182 AMR_TEXT "Full Rate\n" AMR_TH_TEXT
3183 AMR_TH_HELP_STR AMR_TH_HELP_STR)
3184{
3185 get_amr_th_from_arg(vty, 3, argv, 1);
3186 return CMD_SUCCESS;
3187}
3188
3189DEFUN(cfg_bts_amr_fr_thres3, cfg_bts_amr_fr_thres3_cmd,
3190 "amr tch-f threshold (ms|bts) <0-63> <0-63> <0-63>",
3191 AMR_TEXT "Full Rate\n" AMR_TH_TEXT
3192 AMR_TH_HELP_STR AMR_TH_HELP_STR AMR_TH_HELP_STR)
3193{
3194 get_amr_th_from_arg(vty, 4, argv, 1);
3195 return CMD_SUCCESS;
3196}
3197
3198DEFUN(cfg_bts_amr_fr_hyst1, cfg_bts_amr_fr_hyst1_cmd,
3199 "amr tch-f hysteresis (ms|bts) <0-15>",
3200 AMR_TEXT "Full Rate\n" AMR_HY_TEXT
3201 AMR_HY_HELP_STR)
3202{
3203 get_amr_hy_from_arg(vty, 2, argv, 1);
3204 return CMD_SUCCESS;
3205}
3206
3207DEFUN(cfg_bts_amr_fr_hyst2, cfg_bts_amr_fr_hyst2_cmd,
3208 "amr tch-f hysteresis (ms|bts) <0-15> <0-15>",
3209 AMR_TEXT "Full Rate\n" AMR_HY_TEXT
3210 AMR_HY_HELP_STR AMR_HY_HELP_STR)
3211{
3212 get_amr_hy_from_arg(vty, 3, argv, 1);
3213 return CMD_SUCCESS;
3214}
3215
3216DEFUN(cfg_bts_amr_fr_hyst3, cfg_bts_amr_fr_hyst3_cmd,
3217 "amr tch-f hysteresis (ms|bts) <0-15> <0-15> <0-15>",
3218 AMR_TEXT "Full Rate\n" AMR_HY_TEXT
3219 AMR_HY_HELP_STR AMR_HY_HELP_STR AMR_HY_HELP_STR)
3220{
3221 get_amr_hy_from_arg(vty, 4, argv, 1);
3222 return CMD_SUCCESS;
3223}
3224
3225DEFUN(cfg_bts_amr_hr_modes1, cfg_bts_amr_hr_modes1_cmd,
3226 "amr tch-h modes" AMR_TCHH_PAR_STR,
3227 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3228 AMR_TCHH_HELP_STR)
3229{
3230 get_amr_from_arg(vty, 1, argv, 0);
3231 return CMD_SUCCESS;
3232}
3233
3234DEFUN(cfg_bts_amr_hr_modes2, cfg_bts_amr_hr_modes2_cmd,
3235 "amr tch-h modes" AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR,
3236 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3237 AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR)
3238{
3239 get_amr_from_arg(vty, 2, argv, 0);
3240 return CMD_SUCCESS;
3241}
3242
3243DEFUN(cfg_bts_amr_hr_modes3, cfg_bts_amr_hr_modes3_cmd,
3244 "amr tch-h modes" AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR,
3245 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3246 AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR)
3247{
3248 get_amr_from_arg(vty, 3, argv, 0);
3249 return CMD_SUCCESS;
3250}
3251
3252DEFUN(cfg_bts_amr_hr_modes4, cfg_bts_amr_hr_modes4_cmd,
3253 "amr tch-h modes" AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR AMR_TCHH_PAR_STR,
3254 AMR_TEXT "Half Rate\n" AMR_MODE_TEXT
3255 AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR AMR_TCHH_HELP_STR)
3256{
3257 get_amr_from_arg(vty, 4, argv, 0);
3258 return CMD_SUCCESS;
3259}
3260
3261DEFUN(cfg_bts_amr_hr_start_mode, cfg_bts_amr_hr_start_mode_cmd,
3262 "amr tch-h start-mode (auto|1|2|3|4)",
3263 AMR_TEXT "Half Rate\n" AMR_START_TEXT)
3264{
3265 get_amr_start_from_arg(vty, argv, 0);
3266 return CMD_SUCCESS;
3267}
3268
3269DEFUN(cfg_bts_amr_hr_thres1, cfg_bts_amr_hr_thres1_cmd,
3270 "amr tch-h threshold (ms|bts) <0-63>",
3271 AMR_TEXT "Half Rate\n" AMR_TH_TEXT
3272 AMR_TH_HELP_STR)
3273{
3274 get_amr_th_from_arg(vty, 2, argv, 0);
3275 return CMD_SUCCESS;
3276}
3277
3278DEFUN(cfg_bts_amr_hr_thres2, cfg_bts_amr_hr_thres2_cmd,
3279 "amr tch-h threshold (ms|bts) <0-63> <0-63>",
3280 AMR_TEXT "Half Rate\n" AMR_TH_TEXT
3281 AMR_TH_HELP_STR AMR_TH_HELP_STR)
3282{
3283 get_amr_th_from_arg(vty, 3, argv, 0);
3284 return CMD_SUCCESS;
3285}
3286
3287DEFUN(cfg_bts_amr_hr_thres3, cfg_bts_amr_hr_thres3_cmd,
3288 "amr tch-h threshold (ms|bts) <0-63> <0-63> <0-63>",
3289 AMR_TEXT "Half Rate\n" AMR_TH_TEXT
3290 AMR_TH_HELP_STR AMR_TH_HELP_STR AMR_TH_HELP_STR)
3291{
3292 get_amr_th_from_arg(vty, 4, argv, 0);
3293 return CMD_SUCCESS;
3294}
3295
3296DEFUN(cfg_bts_amr_hr_hyst1, cfg_bts_amr_hr_hyst1_cmd,
3297 "amr tch-h hysteresis (ms|bts) <0-15>",
3298 AMR_TEXT "Half Rate\n" AMR_HY_TEXT
3299 AMR_HY_HELP_STR)
3300{
3301 get_amr_hy_from_arg(vty, 2, argv, 0);
3302 return CMD_SUCCESS;
3303}
3304
3305DEFUN(cfg_bts_amr_hr_hyst2, cfg_bts_amr_hr_hyst2_cmd,
3306 "amr tch-h hysteresis (ms|bts) <0-15> <0-15>",
3307 AMR_TEXT "Half Rate\n" AMR_HY_TEXT
3308 AMR_HY_HELP_STR AMR_HY_HELP_STR)
3309{
3310 get_amr_hy_from_arg(vty, 3, argv, 0);
3311 return CMD_SUCCESS;
3312}
3313
3314DEFUN(cfg_bts_amr_hr_hyst3, cfg_bts_amr_hr_hyst3_cmd,
3315 "amr tch-h hysteresis (ms|bts) <0-15> <0-15> <0-15>",
3316 AMR_TEXT "Half Rate\n" AMR_HY_TEXT
3317 AMR_HY_HELP_STR AMR_HY_HELP_STR AMR_HY_HELP_STR)
3318{
3319 get_amr_hy_from_arg(vty, 4, argv, 0);
3320 return CMD_SUCCESS;
3321}
3322
Harald Welte9e002452010-05-11 21:53:49 +02003323#define TRX_TEXT "Radio Transceiver\n"
Harald Welte3e774612009-08-10 13:48:16 +02003324
Harald Welte59b04682009-06-10 05:40:52 +08003325/* per TRX configuration */
3326DEFUN(cfg_trx,
3327 cfg_trx_cmd,
Harald Welte2af06cb2012-08-17 12:50:14 +02003328 "trx <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02003329 TRX_TEXT
Harald Welte59b04682009-06-10 05:40:52 +08003330 "Select a TRX to configure")
3331{
3332 int trx_nr = atoi(argv[0]);
3333 struct gsm_bts *bts = vty->index;
3334 struct gsm_bts_trx *trx;
3335
Harald Weltee712a5f2009-06-21 16:17:15 +02003336 if (trx_nr > bts->num_trx) {
3337 vty_out(vty, "%% The next unused TRX number in this BTS is %u%s",
3338 bts->num_trx, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +08003339 return CMD_WARNING;
Harald Weltee712a5f2009-06-21 16:17:15 +02003340 } else if (trx_nr == bts->num_trx) {
3341 /* we need to allocate a new one */
3342 trx = gsm_bts_trx_alloc(bts);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02003343 } else
Harald Weltee712a5f2009-06-21 16:17:15 +02003344 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02003345
Harald Weltee712a5f2009-06-21 16:17:15 +02003346 if (!trx)
3347 return CMD_WARNING;
Harald Welte59b04682009-06-10 05:40:52 +08003348
3349 vty->index = trx;
Harald Welte8791dac2010-05-14 17:59:53 +02003350 vty->index_sub = &trx->description;
Harald Welte59b04682009-06-10 05:40:52 +08003351 vty->node = TRX_NODE;
3352
3353 return CMD_SUCCESS;
3354}
3355
3356DEFUN(cfg_trx_arfcn,
3357 cfg_trx_arfcn_cmd,
Harald Welte09e4fad2012-01-29 13:24:12 +01003358 "arfcn <0-1023>",
Harald Welte764c8e12012-08-17 09:57:25 +02003359 "Set the ARFCN for this TRX\n"
3360 "Absolute Radio Frequency Channel Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08003361{
3362 int arfcn = atoi(argv[0]);
3363 struct gsm_bts_trx *trx = vty->index;
3364
3365 /* FIXME: check if this ARFCN is supported by this TRX */
3366
3367 trx->arfcn = arfcn;
3368
3369 /* FIXME: patch ARFCN into SYSTEM INFORMATION */
3370 /* FIXME: use OML layer to update the ARFCN */
3371 /* FIXME: use RSL layer to update SYSTEM INFORMATION */
3372
3373 return CMD_SUCCESS;
3374}
3375
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01003376DEFUN(cfg_trx_nominal_power,
3377 cfg_trx_nominal_power_cmd,
3378 "nominal power <0-100>",
Harald Welte557f3992012-08-16 23:23:50 +02003379 "Nominal TRX RF Power in dBm\n"
3380 "Nominal TRX RF Power in dBm\n"
3381 "Nominal TRX RF Power in dBm\n")
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01003382{
3383 struct gsm_bts_trx *trx = vty->index;
3384
3385 trx->nominal_power = atoi(argv[0]);
3386
3387 return CMD_SUCCESS;
3388}
3389
Harald Welte91afe4c2009-06-20 18:15:19 +02003390DEFUN(cfg_trx_max_power_red,
3391 cfg_trx_max_power_red_cmd,
3392 "max_power_red <0-100>",
Harald Welte557f3992012-08-16 23:23:50 +02003393 "Reduction of maximum BS RF Power (relative to nominal power)\n"
Harald Welte91afe4c2009-06-20 18:15:19 +02003394 "Reduction of maximum BS RF Power in dB\n")
3395{
3396 int maxpwr_r = atoi(argv[0]);
3397 struct gsm_bts_trx *trx = vty->index;
Harald Welte01acd742009-11-18 09:20:22 +01003398 int upper_limit = 24; /* default 12.21 max power red. */
Harald Welte91afe4c2009-06-20 18:15:19 +02003399
3400 /* FIXME: check if our BTS type supports more than 12 */
3401 if (maxpwr_r < 0 || maxpwr_r > upper_limit) {
3402 vty_out(vty, "%% Power %d dB is not in the valid range%s",
3403 maxpwr_r, VTY_NEWLINE);
3404 return CMD_WARNING;
3405 }
3406 if (maxpwr_r & 1) {
3407 vty_out(vty, "%% Power %d dB is not an even value%s",
3408 maxpwr_r, VTY_NEWLINE);
3409 return CMD_WARNING;
3410 }
3411
3412 trx->max_power_red = maxpwr_r;
3413
3414 /* FIXME: make sure we update this using OML */
3415
3416 return CMD_SUCCESS;
3417}
3418
Harald Welte62868882009-08-08 16:12:58 +02003419DEFUN(cfg_trx_rsl_e1,
3420 cfg_trx_rsl_e1_cmd,
3421 "rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welte557f3992012-08-16 23:23:50 +02003422 "RSL Parameters\n"
3423 "E1/T1 interface to be used for RSL\n"
3424 "E1/T1 interface to be used for RSL\n"
3425 "E1/T1 Line Number to be used for RSL\n"
3426 "E1/T1 Timeslot to be used for RSL\n"
3427 "E1/T1 Timeslot to be used for RSL\n"
3428 "E1/T1 Sub-slot to be used for RSL\n"
3429 "E1/T1 Sub-slot 0 is to be used for RSL\n"
3430 "E1/T1 Sub-slot 1 is to be used for RSL\n"
3431 "E1/T1 Sub-slot 2 is to be used for RSL\n"
3432 "E1/T1 Sub-slot 3 is to be used for RSL\n"
3433 "E1/T1 full timeslot is to be used for RSL\n")
Harald Welte62868882009-08-08 16:12:58 +02003434{
3435 struct gsm_bts_trx *trx = vty->index;
3436
3437 parse_e1_link(&trx->rsl_e1_link, argv[0], argv[1], argv[2]);
3438
3439 return CMD_SUCCESS;
3440}
3441
3442DEFUN(cfg_trx_rsl_e1_tei,
3443 cfg_trx_rsl_e1_tei_cmd,
3444 "rsl e1 tei <0-63>",
Harald Welte557f3992012-08-16 23:23:50 +02003445 "RSL Parameters\n"
3446 "Set the TEI to be used for RSL\n"
3447 "Set the TEI to be used for RSL\n"
3448 "TEI to be used for RSL\n")
Harald Welte62868882009-08-08 16:12:58 +02003449{
3450 struct gsm_bts_trx *trx = vty->index;
3451
3452 trx->rsl_tei = atoi(argv[0]);
3453
3454 return CMD_SUCCESS;
3455}
3456
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01003457DEFUN(cfg_trx_rf_locked,
3458 cfg_trx_rf_locked_cmd,
3459 "rf_locked (0|1)",
Harald Welte557f3992012-08-16 23:23:50 +02003460 "Set or unset the RF Locking (Turn off RF of the TRX)\n"
3461 "TRX is NOT RF locked (active)\n"
3462 "TRX is RF locked (turned off)\n")
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01003463{
3464 int locked = atoi(argv[0]);
3465 struct gsm_bts_trx *trx = vty->index;
3466
3467 gsm_trx_lock_rf(trx, locked);
3468 return CMD_SUCCESS;
3469}
Harald Welte62868882009-08-08 16:12:58 +02003470
Harald Welte59b04682009-06-10 05:40:52 +08003471/* per TS configuration */
3472DEFUN(cfg_ts,
3473 cfg_ts_cmd,
Harald Welte62868882009-08-08 16:12:58 +02003474 "timeslot <0-7>",
Harald Welte557f3992012-08-16 23:23:50 +02003475 "Select a Timeslot to configure\n"
3476 "Timeslot number\n")
Harald Welte59b04682009-06-10 05:40:52 +08003477{
3478 int ts_nr = atoi(argv[0]);
3479 struct gsm_bts_trx *trx = vty->index;
3480 struct gsm_bts_trx_ts *ts;
3481
3482 if (ts_nr >= TRX_NR_TS) {
3483 vty_out(vty, "%% A GSM TRX only has %u Timeslots per TRX%s",
3484 TRX_NR_TS, VTY_NEWLINE);
3485 return CMD_WARNING;
3486 }
3487
3488 ts = &trx->ts[ts_nr];
3489
3490 vty->index = ts;
3491 vty->node = TS_NODE;
3492
3493 return CMD_SUCCESS;
3494}
3495
Harald Welte3ffe1b32009-08-07 00:25:23 +02003496DEFUN(cfg_ts_pchan,
3497 cfg_ts_pchan_cmd,
Harald Welte2addf852012-08-17 12:42:06 +02003498 "phys_chan_config PCHAN", /* dynamically generated! */
Holger Hans Peter Freytherebe37252013-03-03 09:32:08 +01003499 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Welte2addf852012-08-17 12:42:06 +02003500{
3501 struct gsm_bts_trx_ts *ts = vty->index;
3502 int pchanc;
3503
3504 pchanc = gsm_pchan_parse(argv[0]);
3505 if (pchanc < 0)
3506 return CMD_WARNING;
3507
3508 ts->pchan = pchanc;
3509
3510 return CMD_SUCCESS;
3511}
3512
3513/* used for backwards compatibility with old config files that still
3514 * have uppercase pchan type names */
3515DEFUN_HIDDEN(cfg_ts_pchan_compat,
3516 cfg_ts_pchan_compat_cmd,
Harald Welte3ffe1b32009-08-07 00:25:23 +02003517 "phys_chan_config PCHAN",
Holger Hans Peter Freytherebe37252013-03-03 09:32:08 +01003518 "Physical Channel configuration (TCH/SDCCH/...)\n" "Physical Channel\n")
Harald Welte3ffe1b32009-08-07 00:25:23 +02003519{
3520 struct gsm_bts_trx_ts *ts = vty->index;
3521 int pchanc;
3522
3523 pchanc = gsm_pchan_parse(argv[0]);
3524 if (pchanc < 0)
3525 return CMD_WARNING;
3526
3527 ts->pchan = pchanc;
3528
3529 return CMD_SUCCESS;
3530}
3531
Harald Welte2addf852012-08-17 12:42:06 +02003532
3533
Harald Welte85771a42011-05-30 12:09:13 +02003534DEFUN(cfg_ts_tsc,
3535 cfg_ts_tsc_cmd,
3536 "training_sequence_code <0-7>",
Harald Welte557f3992012-08-16 23:23:50 +02003537 "Training Sequence Code of the Timeslot\n" "TSC\n")
Harald Welte85771a42011-05-30 12:09:13 +02003538{
3539 struct gsm_bts_trx_ts *ts = vty->index;
3540
Harald Welte499cd252014-01-19 17:10:50 +01003541 if (!gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_MULTI_TSC)) {
3542 vty_out(vty, "%% This BTS does not support a TSC != BCC, "
3543 "falling back to BCC%s", VTY_NEWLINE);
3544 ts->tsc = -1;
3545 return CMD_WARNING;
3546 }
3547
Harald Welte85771a42011-05-30 12:09:13 +02003548 ts->tsc = atoi(argv[0]);
3549
3550 return CMD_SUCCESS;
3551}
3552
Harald Weltea42a93f2010-06-14 22:26:10 +02003553#define HOPPING_STR "Configure frequency hopping\n"
3554
3555DEFUN(cfg_ts_hopping,
3556 cfg_ts_hopping_cmd,
3557 "hopping enabled (0|1)",
3558 HOPPING_STR "Enable or disable frequency hopping\n"
3559 "Disable frequency hopping\n" "Enable frequency hopping\n")
3560{
3561 struct gsm_bts_trx_ts *ts = vty->index;
Harald Welte059c1ef2010-06-14 22:47:37 +02003562 int enabled = atoi(argv[0]);
Harald Weltea42a93f2010-06-14 22:26:10 +02003563
Harald Welte059c1ef2010-06-14 22:47:37 +02003564 if (enabled && !gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_HOPPING)) {
3565 vty_out(vty, "BTS model does not support hopping%s",
3566 VTY_NEWLINE);
3567 return CMD_WARNING;
3568 }
3569
3570 ts->hopping.enabled = enabled;
Harald Weltea42a93f2010-06-14 22:26:10 +02003571
3572 return CMD_SUCCESS;
3573}
3574
Harald Welte67104d12009-09-12 13:05:33 +02003575DEFUN(cfg_ts_hsn,
3576 cfg_ts_hsn_cmd,
Harald Weltea42a93f2010-06-14 22:26:10 +02003577 "hopping sequence-number <0-63>",
3578 HOPPING_STR
Harald Welte557f3992012-08-16 23:23:50 +02003579 "Which hopping sequence to use for this channel\n"
3580 "Hopping Sequence Number (HSN)\n")
Harald Welte67104d12009-09-12 13:05:33 +02003581{
3582 struct gsm_bts_trx_ts *ts = vty->index;
3583
3584 ts->hopping.hsn = atoi(argv[0]);
3585
3586 return CMD_SUCCESS;
3587}
3588
3589DEFUN(cfg_ts_maio,
3590 cfg_ts_maio_cmd,
3591 "hopping maio <0-63>",
Harald Weltea42a93f2010-06-14 22:26:10 +02003592 HOPPING_STR
Harald Welte557f3992012-08-16 23:23:50 +02003593 "Which hopping MAIO to use for this channel\n"
3594 "Mobile Allocation Index Offset (MAIO)\n")
Harald Welte67104d12009-09-12 13:05:33 +02003595{
3596 struct gsm_bts_trx_ts *ts = vty->index;
3597
3598 ts->hopping.maio = atoi(argv[0]);
3599
3600 return CMD_SUCCESS;
3601}
3602
3603DEFUN(cfg_ts_arfcn_add,
3604 cfg_ts_arfcn_add_cmd,
3605 "hopping arfcn add <0-1023>",
Harald Weltea42a93f2010-06-14 22:26:10 +02003606 HOPPING_STR "Configure hopping ARFCN list\n"
3607 "Add an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte67104d12009-09-12 13:05:33 +02003608{
3609 struct gsm_bts_trx_ts *ts = vty->index;
3610 int arfcn = atoi(argv[0]);
3611
Harald Weltea42a93f2010-06-14 22:26:10 +02003612 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 1);
3613
Harald Welte67104d12009-09-12 13:05:33 +02003614 return CMD_SUCCESS;
3615}
3616
3617DEFUN(cfg_ts_arfcn_del,
3618 cfg_ts_arfcn_del_cmd,
3619 "hopping arfcn del <0-1023>",
Harald Weltea42a93f2010-06-14 22:26:10 +02003620 HOPPING_STR "Configure hopping ARFCN list\n"
3621 "Delete an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte67104d12009-09-12 13:05:33 +02003622{
3623 struct gsm_bts_trx_ts *ts = vty->index;
3624 int arfcn = atoi(argv[0]);
3625
Harald Weltea42a93f2010-06-14 22:26:10 +02003626 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 0);
3627
Harald Welte67104d12009-09-12 13:05:33 +02003628 return CMD_SUCCESS;
3629}
3630
Harald Welte3ffe1b32009-08-07 00:25:23 +02003631DEFUN(cfg_ts_e1_subslot,
3632 cfg_ts_e1_subslot_cmd,
Harald Welte62868882009-08-08 16:12:58 +02003633 "e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welte557f3992012-08-16 23:23:50 +02003634 "E1/T1 channel connected to this on-air timeslot\n"
3635 "E1/T1 channel connected to this on-air timeslot\n"
3636 "E1/T1 line connected to this on-air timeslot\n"
Harald Weltefa2015f2012-08-17 09:52:03 +02003637 "E1/T1 timeslot connected to this on-air timeslot\n"
3638 "E1/T1 timeslot connected to this on-air timeslot\n"
Harald Welte557f3992012-08-16 23:23:50 +02003639 "E1/T1 sub-slot connected to this on-air timeslot\n"
3640 "E1/T1 sub-slot 0 connected to this on-air timeslot\n"
3641 "E1/T1 sub-slot 1 connected to this on-air timeslot\n"
3642 "E1/T1 sub-slot 2 connected to this on-air timeslot\n"
3643 "E1/T1 sub-slot 3 connected to this on-air timeslot\n"
3644 "Full E1/T1 timeslot connected to this on-air timeslot\n")
Harald Welte3ffe1b32009-08-07 00:25:23 +02003645{
3646 struct gsm_bts_trx_ts *ts = vty->index;
3647
Harald Welte62868882009-08-08 16:12:58 +02003648 parse_e1_link(&ts->e1_link, argv[0], argv[1], argv[2]);
Harald Welte3ffe1b32009-08-07 00:25:23 +02003649
3650 return CMD_SUCCESS;
3651}
Harald Welte59b04682009-06-10 05:40:52 +08003652
Harald Weltea5b1dae2010-05-16 21:47:13 +02003653void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *net)
3654{
3655 vty_out(vty, "Channel Requests : %lu total, %lu no channel%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02003656 osmo_counter_get(net->stats.chreq.total),
3657 osmo_counter_get(net->stats.chreq.no_channel), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02003658 vty_out(vty, "Channel Failures : %lu rf_failures, %lu rll failures%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02003659 osmo_counter_get(net->stats.chan.rf_fail),
3660 osmo_counter_get(net->stats.chan.rll_err), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02003661 vty_out(vty, "Paging : %lu attempted, %lu complete, %lu expired%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02003662 osmo_counter_get(net->stats.paging.attempted),
3663 osmo_counter_get(net->stats.paging.completed),
3664 osmo_counter_get(net->stats.paging.expired), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02003665 vty_out(vty, "BTS failures : %lu OML, %lu RSL%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02003666 osmo_counter_get(net->stats.bts.oml_fail),
3667 osmo_counter_get(net->stats.bts.rsl_fail), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02003668}
3669
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02003670DEFUN(drop_bts,
3671 drop_bts_cmd,
Holger Hans Peter Freythere4ac0e42010-04-11 12:46:45 +02003672 "drop bts connection <0-65535> (oml|rsl)",
Harald Welte557f3992012-08-16 23:23:50 +02003673 "Debug/Simulation command to drop Abis/IP BTS\n"
3674 "Debug/Simulation command to drop Abis/IP BTS\n"
3675 "Debug/Simulation command to drop Abis/IP BTS\n"
3676 "BTS NR\n" "Drop OML Connection\n" "Drop RSL Connection\n")
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02003677{
3678 struct gsm_network *gsmnet;
3679 struct gsm_bts_trx *trx;
3680 struct gsm_bts *bts;
3681 unsigned int bts_nr;
3682
3683 gsmnet = gsmnet_from_vty(vty);
3684
3685 bts_nr = atoi(argv[0]);
3686 if (bts_nr >= gsmnet->num_bts) {
3687 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
3688 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
3689 return CMD_WARNING;
3690 }
3691
3692 bts = gsm_bts_num(gsmnet, bts_nr);
3693 if (!bts) {
3694 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
3695 return CMD_WARNING;
3696 }
3697
3698 if (!is_ipaccess_bts(bts)) {
3699 vty_out(vty, "This command only works for ipaccess.%s", VTY_NEWLINE);
3700 return CMD_WARNING;
3701 }
3702
3703
3704 /* close all connections */
3705 if (strcmp(argv[1], "oml") == 0) {
Holger Hans Peter Freyther03f17d02010-11-15 20:29:46 +01003706 ipaccess_drop_oml(bts);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02003707 } else if (strcmp(argv[1], "rsl") == 0) {
3708 /* close all rsl connections */
3709 llist_for_each_entry(trx, &bts->trx_list, list) {
Holger Hans Peter Freyther03f17d02010-11-15 20:29:46 +01003710 ipaccess_drop_rsl(trx);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02003711 }
3712 } else {
3713 vty_out(vty, "Argument must be 'oml# or 'rsl'.%s", VTY_NEWLINE);
3714 return CMD_WARNING;
3715 }
3716
3717 return CMD_SUCCESS;
3718}
3719
Holger Hans Peter Freyther8ab66e82016-03-16 13:45:23 +01003720DEFUN(restart_bts, restart_bts_cmd,
3721 "restart-bts <0-65535>",
3722 "Restart ip.access nanoBTS through OML\n"
3723 "BTS Number\n")
3724{
3725 struct gsm_network *gsmnet;
3726 struct gsm_bts_trx *trx;
3727 struct gsm_bts *bts;
3728 unsigned int bts_nr;
3729
3730 gsmnet = gsmnet_from_vty(vty);
3731
3732 bts_nr = atoi(argv[0]);
3733 if (bts_nr >= gsmnet->num_bts) {
3734 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
3735 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
3736 return CMD_WARNING;
3737 }
3738
3739 bts = gsm_bts_num(gsmnet, bts_nr);
3740 if (!bts) {
3741 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
3742 return CMD_WARNING;
3743 }
3744
3745 if (!is_ipaccess_bts(bts) || is_sysmobts_v2(bts)) {
3746 vty_out(vty, "This command only works for ipaccess nanoBTS.%s",
3747 VTY_NEWLINE);
3748 return CMD_WARNING;
3749 }
3750
3751 /* go from last TRX to c0 */
3752 llist_for_each_entry_reverse(trx, &bts->trx_list, list)
3753 abis_nm_ipaccess_restart(trx);
3754
3755 return CMD_SUCCESS;
3756}
3757
Harald Weltebf4ba722014-12-28 15:00:45 +01003758DEFUN(smscb_cmd, smscb_cmd_cmd,
3759 "bts <0-255> smscb-command <1-4> HEXSTRING",
3760 "BTS related commands\n" "BTS Number\n"
3761 "SMS Cell Broadcast\n" "Last Valid Block\n"
3762 "Hex Encoded SMSCB message (up to 88 octets)\n")
3763{
3764 struct gsm_bts *bts;
3765 int bts_nr = atoi(argv[0]);
3766 int last_block = atoi(argv[1]);
3767 struct rsl_ie_cb_cmd_type cb_cmd;
3768 uint8_t buf[88];
3769 int rc;
3770
3771 bts = gsm_bts_num(bsc_gsmnet, bts_nr);
3772 if (!bts) {
3773 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
3774 return CMD_WARNING;
3775 }
3776 rc = osmo_hexparse(argv[2], buf, sizeof(buf));
3777 if (rc < 0 || rc > sizeof(buf)) {
3778 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
3779 return CMD_WARNING;
3780 }
3781
3782 cb_cmd.spare = 0;
3783 cb_cmd.def_bcast = 0;
3784 cb_cmd.command = RSL_CB_CMD_TYPE_NORMAL;
3785
3786 switch (last_block) {
3787 case 1:
3788 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_1;
3789 break;
3790 case 2:
3791 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_2;
3792 break;
3793 case 3:
3794 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_3;
3795 break;
3796 case 4:
3797 cb_cmd.last_block = RSL_CB_CMD_LASTBLOCK_4;
3798 break;
3799 }
3800
3801 rsl_sms_cb_command(bts, RSL_CHAN_SDCCH4_ACCH, cb_cmd, buf, rc);
3802
3803 return CMD_SUCCESS;
3804}
3805
3806
Harald Welte5213e992010-12-23 13:18:07 +01003807DEFUN(pdch_act, pdch_act_cmd,
3808 "bts <0-255> trx <0-255> timeslot <0-7> pdch (activate|deactivate)",
3809 "BTS related commands\n" "BTS Number\n" "Transceiver\n" "Transceiver Number\n"
3810 "TRX Timeslot\n" "Timeslot Number\n" "Packet Data Channel\n"
3811 "Activate Dynamic PDCH/TCH (-> PDCH mode)\n"
3812 "Deactivate Dynamic PDCH/TCH (-> TCH mode)\n")
3813{
3814 struct gsm_bts *bts;
3815 struct gsm_bts_trx *trx;
3816 struct gsm_bts_trx_ts *ts;
3817 int bts_nr = atoi(argv[0]);
3818 int trx_nr = atoi(argv[1]);
3819 int ts_nr = atoi(argv[2]);
3820 int activate;
3821
3822 bts = gsm_bts_num(bsc_gsmnet, bts_nr);
3823 if (!bts) {
3824 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
3825 return CMD_WARNING;
3826 }
3827
3828 if (!is_ipaccess_bts(bts)) {
3829 vty_out(vty, "%% This command only works for ipaccess BTS%s",
3830 VTY_NEWLINE);
3831 return CMD_WARNING;
3832 }
3833
3834 trx = gsm_bts_trx_num(bts, trx_nr);
3835 if (!trx) {
3836 vty_out(vty, "%% No such TRX (%d)%s", trx_nr, VTY_NEWLINE);
3837 return CMD_WARNING;
3838 }
3839
3840 ts = &trx->ts[ts_nr];
3841 if (ts->pchan != GSM_PCHAN_TCH_F_PDCH) {
3842 vty_out(vty, "%% Timeslot %u is not in dynamic TCH_F/PDCH "
3843 "mode%s", ts_nr, VTY_NEWLINE);
3844 return CMD_WARNING;
3845 }
3846
3847 if (!strcmp(argv[3], "activate"))
3848 activate = 1;
3849 else
3850 activate = 0;
3851
3852 rsl_ipacc_pdch_activate(ts, activate);
3853
3854 return CMD_SUCCESS;
3855
3856}
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02003857
Harald Welte40152872010-05-16 20:52:23 +02003858extern int bsc_vty_init_extra(void);
Harald Welte10c29f62010-05-16 19:20:24 +02003859extern const char *openbsc_copyright;
Holger Hans Peter Freytherc48a2a12010-04-10 00:08:28 +02003860
Pablo Neira Ayuso36ad9a42011-03-09 13:36:32 +01003861int bsc_vty_init(const struct log_info *cat)
Harald Welte59b04682009-06-10 05:40:52 +08003862{
Harald Welte2addf852012-08-17 12:42:06 +02003863 cfg_ts_pchan_cmd.string =
3864 vty_cmd_string_from_valstr(tall_bsc_ctx,
3865 gsm_pchant_names,
3866 "phys_chan_config (", "|", ")",
3867 VTY_DO_LOWER);
3868 cfg_ts_pchan_cmd.doc =
3869 vty_cmd_string_from_valstr(tall_bsc_ctx,
3870 gsm_pchant_descs,
3871 "Physical Channel Combination\n",
3872 "\n", "", 0);
3873
Harald Welte85a77b12012-08-17 13:02:12 +02003874 cfg_bts_type_cmd.string =
3875 vty_cmd_string_from_valstr(tall_bsc_ctx,
3876 bts_type_names,
3877 "type (", "|", ")",
3878 VTY_DO_LOWER);
3879 cfg_bts_type_cmd.doc =
3880 vty_cmd_string_from_valstr(tall_bsc_ctx,
3881 bts_type_descs,
3882 "BTS Vendor/Type\n",
3883 "\n", "", 0);
3884
3885
Harald Welte7bc28f62010-05-12 16:10:35 +00003886 install_element_ve(&show_net_cmd);
3887 install_element_ve(&show_bts_cmd);
3888 install_element_ve(&show_trx_cmd);
3889 install_element_ve(&show_ts_cmd);
3890 install_element_ve(&show_lchan_cmd);
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08003891 install_element_ve(&show_lchan_summary_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003892
Harald Welte7bc28f62010-05-12 16:10:35 +00003893 install_element_ve(&show_paging_cmd);
Holger Hans Peter Freyther35e6fbb2013-02-05 09:39:09 +01003894 install_element_ve(&show_paging_group_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003895
Pablo Neira Ayuso36ad9a42011-03-09 13:36:32 +01003896 logging_vty_add_cmds(cat);
Jacob Erlbeck63fac682015-10-26 16:25:37 +01003897 osmo_stats_vty_add_cmds();
Holger Hans Peter Freytherc8d862e2009-12-22 22:32:51 +01003898
Harald Weltee87eb462009-08-07 13:29:14 +02003899 install_element(CONFIG_NODE, &cfg_net_cmd);
3900 install_node(&net_node, config_write_net);
Jacob Erlbeckf414e852013-10-29 09:30:30 +01003901 vty_install_default(GSMNET_NODE);
Harald Welte62868882009-08-08 16:12:58 +02003902 install_element(GSMNET_NODE, &cfg_net_ncc_cmd);
Harald Weltee87eb462009-08-07 13:29:14 +02003903 install_element(GSMNET_NODE, &cfg_net_mnc_cmd);
3904 install_element(GSMNET_NODE, &cfg_net_name_short_cmd);
3905 install_element(GSMNET_NODE, &cfg_net_name_long_cmd);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02003906 install_element(GSMNET_NODE, &cfg_net_auth_policy_cmd);
Harald Welte59936d72009-11-18 20:33:19 +01003907 install_element(GSMNET_NODE, &cfg_net_reject_cause_cmd);
Harald Weltecca253a2009-08-30 15:47:06 +09003908 install_element(GSMNET_NODE, &cfg_net_encryption_cmd);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01003909 install_element(GSMNET_NODE, &cfg_net_neci_cmd);
Harald Welte52af1952009-12-13 10:53:12 +01003910 install_element(GSMNET_NODE, &cfg_net_rrlp_mode_cmd);
Harald Welte284ddba2009-12-14 17:49:15 +01003911 install_element(GSMNET_NODE, &cfg_net_mm_info_cmd);
Harald Welte0af9c9f2009-12-19 21:41:52 +01003912 install_element(GSMNET_NODE, &cfg_net_handover_cmd);
Harald Weltea8062f12009-12-21 16:51:50 +01003913 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_cmd);
3914 install_element(GSMNET_NODE, &cfg_net_ho_win_rxqual_avg_cmd);
3915 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_neigh_cmd);
3916 install_element(GSMNET_NODE, &cfg_net_ho_pwr_interval_cmd);
3917 install_element(GSMNET_NODE, &cfg_net_ho_pwr_hysteresis_cmd);
3918 install_element(GSMNET_NODE, &cfg_net_ho_max_distance_cmd);
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01003919 install_element(GSMNET_NODE, &cfg_net_T3101_cmd);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +01003920 install_element(GSMNET_NODE, &cfg_net_T3103_cmd);
3921 install_element(GSMNET_NODE, &cfg_net_T3105_cmd);
3922 install_element(GSMNET_NODE, &cfg_net_T3107_cmd);
3923 install_element(GSMNET_NODE, &cfg_net_T3109_cmd);
3924 install_element(GSMNET_NODE, &cfg_net_T3111_cmd);
3925 install_element(GSMNET_NODE, &cfg_net_T3113_cmd);
3926 install_element(GSMNET_NODE, &cfg_net_T3115_cmd);
3927 install_element(GSMNET_NODE, &cfg_net_T3117_cmd);
3928 install_element(GSMNET_NODE, &cfg_net_T3119_cmd);
Harald Weltee2aaf442010-12-23 22:53:50 +01003929 install_element(GSMNET_NODE, &cfg_net_T3122_cmd);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +01003930 install_element(GSMNET_NODE, &cfg_net_T3141_cmd);
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08003931 install_element(GSMNET_NODE, &cfg_net_dtx_cmd);
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +01003932 install_element(GSMNET_NODE, &cfg_net_subscr_keep_cmd);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08003933 install_element(GSMNET_NODE, &cfg_net_pag_any_tch_cmd);
Harald Weltee87eb462009-08-07 13:29:14 +02003934
3935 install_element(GSMNET_NODE, &cfg_bts_cmd);
Harald Welte97ceef92009-08-06 19:06:46 +02003936 install_node(&bts_node, config_write_bts);
Jacob Erlbeckf414e852013-10-29 09:30:30 +01003937 vty_install_default(BTS_NODE);
Harald Welte59b04682009-06-10 05:40:52 +08003938 install_element(BTS_NODE, &cfg_bts_type_cmd);
Harald Welte8791dac2010-05-14 17:59:53 +02003939 install_element(BTS_NODE, &cfg_description_cmd);
3940 install_element(BTS_NODE, &cfg_no_description_cmd);
Harald Welte91afe4c2009-06-20 18:15:19 +02003941 install_element(BTS_NODE, &cfg_bts_band_cmd);
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02003942 install_element(BTS_NODE, &cfg_bts_ci_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003943 install_element(BTS_NODE, &cfg_bts_lac_cmd);
3944 install_element(BTS_NODE, &cfg_bts_tsc_cmd);
Harald Welte62868882009-08-08 16:12:58 +02003945 install_element(BTS_NODE, &cfg_bts_bsic_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08003946 install_element(BTS_NODE, &cfg_bts_unit_id_cmd);
Harald Welte8b3c5952013-03-12 13:57:05 +01003947 install_element(BTS_NODE, &cfg_bts_rsl_ip_cmd);
Gus Bourgf9dc16b2011-12-02 10:18:17 +01003948 install_element(BTS_NODE, &cfg_bts_timezone_cmd);
Jacob Erlbeckcc0d8842013-09-17 13:59:29 +02003949 install_element(BTS_NODE, &cfg_bts_timezone_dst_cmd);
Gus Bourgf9dc16b2011-12-02 10:18:17 +01003950 install_element(BTS_NODE, &cfg_bts_no_timezone_cmd);
Sylvain Munautcb8e8432011-10-17 14:04:55 +02003951 install_element(BTS_NODE, &cfg_bts_nokia_site_skip_reset_cmd);
Andreas Eversbergac27b952013-12-05 13:25:06 +01003952 install_element(BTS_NODE, &cfg_bts_nokia_site_no_loc_rel_cnf_cmd);
Sipos Csabadef87b42015-02-07 13:27:36 +01003953 install_element(BTS_NODE, &cfg_bts_nokia_site_bts_reset_timer_cnf_cmd);
Harald Welte25572872009-10-20 00:22:00 +02003954 install_element(BTS_NODE, &cfg_bts_stream_id_cmd);
Harald Welte62868882009-08-08 16:12:58 +02003955 install_element(BTS_NODE, &cfg_bts_oml_e1_cmd);
3956 install_element(BTS_NODE, &cfg_bts_oml_e1_tei_cmd);
Harald Welte3e774612009-08-10 13:48:16 +02003957 install_element(BTS_NODE, &cfg_bts_challoc_cmd);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01003958 install_element(BTS_NODE, &cfg_bts_rach_tx_integer_cmd);
3959 install_element(BTS_NODE, &cfg_bts_rach_max_trans_cmd);
Andreas Eversberg14e12f22012-10-13 07:27:47 +02003960 install_element(BTS_NODE, &cfg_bts_chan_desc_att_cmd);
3961 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_pa_mfrms_cmd);
3962 install_element(BTS_NODE, &cfg_bts_chan_desc_bs_ag_blks_res_cmd);
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08003963 install_element(BTS_NODE, &cfg_bts_rach_nm_b_thresh_cmd);
3964 install_element(BTS_NODE, &cfg_bts_rach_nm_ldavg_cmd);
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02003965 install_element(BTS_NODE, &cfg_bts_cell_barred_cmd);
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08003966 install_element(BTS_NODE, &cfg_bts_rach_ec_allowed_cmd);
Ivan Kluchnikov80d58432013-09-16 13:13:04 +04003967 install_element(BTS_NODE, &cfg_bts_rach_ac_class_cmd);
Harald Welte (local)cbd46102009-08-13 10:14:26 +02003968 install_element(BTS_NODE, &cfg_bts_ms_max_power_cmd);
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02003969 install_element(BTS_NODE, &cfg_bts_per_loc_upd_cmd);
Holger Hans Peter Freyther2fb8ebf2013-07-27 21:07:57 +02003970 install_element(BTS_NODE, &cfg_bts_no_per_loc_upd_cmd);
Harald Welteb761bf82009-12-12 18:17:25 +01003971 install_element(BTS_NODE, &cfg_bts_cell_resel_hyst_cmd);
3972 install_element(BTS_NODE, &cfg_bts_rxlev_acc_min_cmd);
Sylvain Munaut00d71462010-11-28 18:17:28 +01003973 install_element(BTS_NODE, &cfg_bts_cell_bar_qualify_cmd);
3974 install_element(BTS_NODE, &cfg_bts_cell_resel_ofs_cmd);
3975 install_element(BTS_NODE, &cfg_bts_temp_ofs_cmd);
3976 install_element(BTS_NODE, &cfg_bts_temp_ofs_inf_cmd);
3977 install_element(BTS_NODE, &cfg_bts_penalty_time_cmd);
3978 install_element(BTS_NODE, &cfg_bts_penalty_time_rsvd_cmd);
Andreas Eversbergf9248d92013-03-10 11:49:35 +01003979 install_element(BTS_NODE, &cfg_bts_radio_link_timeout_cmd);
Harald Weltecb20b7a2010-04-18 15:51:20 +02003980 install_element(BTS_NODE, &cfg_bts_gprs_mode_cmd);
Harald Weltea9251762010-05-11 23:50:21 +02003981 install_element(BTS_NODE, &cfg_bts_gprs_ns_timer_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08003982 install_element(BTS_NODE, &cfg_bts_gprs_rac_cmd);
Andreas Eversberga4fa21c2013-03-16 16:31:26 +01003983 install_element(BTS_NODE, &cfg_bts_gprs_net_ctrl_ord_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08003984 install_element(BTS_NODE, &cfg_bts_gprs_bvci_cmd);
Harald Weltea9251762010-05-11 23:50:21 +02003985 install_element(BTS_NODE, &cfg_bts_gprs_cell_timer_cmd);
Harald Welte4a048c52010-03-22 11:48:36 +08003986 install_element(BTS_NODE, &cfg_bts_gprs_nsei_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08003987 install_element(BTS_NODE, &cfg_bts_gprs_nsvci_cmd);
Harald Welte410575a2010-03-14 23:30:30 +08003988 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_lport_cmd);
3989 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rport_cmd);
3990 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rip_cmd);
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08003991 install_element(BTS_NODE, &cfg_bts_pag_free_cmd);
Harald Welted8acf142010-07-30 11:50:09 +02003992 install_element(BTS_NODE, &cfg_bts_si_mode_cmd);
3993 install_element(BTS_NODE, &cfg_bts_si_static_cmd);
Harald Welteca46eff2011-01-11 23:44:56 +01003994 install_element(BTS_NODE, &cfg_bts_neigh_mode_cmd);
3995 install_element(BTS_NODE, &cfg_bts_neigh_cmd);
Harald Weltef989b782011-02-15 11:43:27 +01003996 install_element(BTS_NODE, &cfg_bts_si5_neigh_cmd);
Max88ddcaa2016-04-15 16:04:46 +02003997 install_element(BTS_NODE, &cfg_bts_si2quater_neigh_add_cmd);
3998 install_element(BTS_NODE, &cfg_bts_si2quater_neigh_del_cmd);
Maxeaf196c2016-04-20 15:57:13 +02003999 install_element(BTS_NODE, &cfg_bts_si2quater_uarfcn_add_cmd);
4000 install_element(BTS_NODE, &cfg_bts_si2quater_uarfcn_del_cmd);
Holger Hans Peter Freyther10799162012-07-20 10:27:31 +02004001 install_element(BTS_NODE, &cfg_bts_excl_rf_lock_cmd);
4002 install_element(BTS_NODE, &cfg_bts_no_excl_rf_lock_cmd);
Jacob Erlbeck8f8e5bf2014-01-16 11:02:14 +01004003 install_element(BTS_NODE, &cfg_bts_force_comb_si_cmd);
4004 install_element(BTS_NODE, &cfg_bts_no_force_comb_si_cmd);
Andreas Eversberg976493b2013-12-07 18:32:28 +01004005 install_element(BTS_NODE, &cfg_bts_codec0_cmd);
4006 install_element(BTS_NODE, &cfg_bts_codec1_cmd);
4007 install_element(BTS_NODE, &cfg_bts_codec2_cmd);
4008 install_element(BTS_NODE, &cfg_bts_codec3_cmd);
4009 install_element(BTS_NODE, &cfg_bts_codec4_cmd);
Holger Hans Peter Freyther15152612014-12-17 14:46:17 +01004010 install_element(BTS_NODE, &cfg_bts_depends_on_cmd);
4011 install_element(BTS_NODE, &cfg_bts_no_depends_on_cmd);
Andreas Eversbergfa163e82014-01-19 11:47:44 +01004012 install_element(BTS_NODE, &cfg_bts_amr_fr_modes1_cmd);
4013 install_element(BTS_NODE, &cfg_bts_amr_fr_modes2_cmd);
4014 install_element(BTS_NODE, &cfg_bts_amr_fr_modes3_cmd);
4015 install_element(BTS_NODE, &cfg_bts_amr_fr_modes4_cmd);
4016 install_element(BTS_NODE, &cfg_bts_amr_fr_thres1_cmd);
4017 install_element(BTS_NODE, &cfg_bts_amr_fr_thres2_cmd);
4018 install_element(BTS_NODE, &cfg_bts_amr_fr_thres3_cmd);
4019 install_element(BTS_NODE, &cfg_bts_amr_fr_hyst1_cmd);
4020 install_element(BTS_NODE, &cfg_bts_amr_fr_hyst2_cmd);
4021 install_element(BTS_NODE, &cfg_bts_amr_fr_hyst3_cmd);
4022 install_element(BTS_NODE, &cfg_bts_amr_fr_start_mode_cmd);
4023 install_element(BTS_NODE, &cfg_bts_amr_hr_modes1_cmd);
4024 install_element(BTS_NODE, &cfg_bts_amr_hr_modes2_cmd);
4025 install_element(BTS_NODE, &cfg_bts_amr_hr_modes3_cmd);
4026 install_element(BTS_NODE, &cfg_bts_amr_hr_modes4_cmd);
4027 install_element(BTS_NODE, &cfg_bts_amr_hr_thres1_cmd);
4028 install_element(BTS_NODE, &cfg_bts_amr_hr_thres2_cmd);
4029 install_element(BTS_NODE, &cfg_bts_amr_hr_thres3_cmd);
4030 install_element(BTS_NODE, &cfg_bts_amr_hr_hyst1_cmd);
4031 install_element(BTS_NODE, &cfg_bts_amr_hr_hyst2_cmd);
4032 install_element(BTS_NODE, &cfg_bts_amr_hr_hyst3_cmd);
4033 install_element(BTS_NODE, &cfg_bts_amr_hr_start_mode_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08004034
4035 install_element(BTS_NODE, &cfg_trx_cmd);
4036 install_node(&trx_node, dummy_config_write);
Jacob Erlbeckf414e852013-10-29 09:30:30 +01004037 vty_install_default(TRX_NODE);
Harald Welte59b04682009-06-10 05:40:52 +08004038 install_element(TRX_NODE, &cfg_trx_arfcn_cmd);
Harald Welte8791dac2010-05-14 17:59:53 +02004039 install_element(TRX_NODE, &cfg_description_cmd);
4040 install_element(TRX_NODE, &cfg_no_description_cmd);
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01004041 install_element(TRX_NODE, &cfg_trx_nominal_power_cmd);
Harald Welte7f597bc2009-06-20 22:36:12 +02004042 install_element(TRX_NODE, &cfg_trx_max_power_red_cmd);
Harald Welte62868882009-08-08 16:12:58 +02004043 install_element(TRX_NODE, &cfg_trx_rsl_e1_cmd);
4044 install_element(TRX_NODE, &cfg_trx_rsl_e1_tei_cmd);
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01004045 install_element(TRX_NODE, &cfg_trx_rf_locked_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08004046
4047 install_element(TRX_NODE, &cfg_ts_cmd);
4048 install_node(&ts_node, dummy_config_write);
Jacob Erlbeckf414e852013-10-29 09:30:30 +01004049 vty_install_default(TS_NODE);
Harald Welte3ffe1b32009-08-07 00:25:23 +02004050 install_element(TS_NODE, &cfg_ts_pchan_cmd);
Harald Welte2addf852012-08-17 12:42:06 +02004051 install_element(TS_NODE, &cfg_ts_pchan_compat_cmd);
Harald Welte85771a42011-05-30 12:09:13 +02004052 install_element(TS_NODE, &cfg_ts_tsc_cmd);
Harald Weltea42a93f2010-06-14 22:26:10 +02004053 install_element(TS_NODE, &cfg_ts_hopping_cmd);
Harald Welte67104d12009-09-12 13:05:33 +02004054 install_element(TS_NODE, &cfg_ts_hsn_cmd);
4055 install_element(TS_NODE, &cfg_ts_maio_cmd);
4056 install_element(TS_NODE, &cfg_ts_arfcn_add_cmd);
4057 install_element(TS_NODE, &cfg_ts_arfcn_del_cmd);
Harald Welte3ffe1b32009-08-07 00:25:23 +02004058 install_element(TS_NODE, &cfg_ts_e1_subslot_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08004059
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02004060 install_element(ENABLE_NODE, &drop_bts_cmd);
Holger Hans Peter Freyther8ab66e82016-03-16 13:45:23 +01004061 install_element(ENABLE_NODE, &restart_bts_cmd);
Harald Welte5213e992010-12-23 13:18:07 +01004062 install_element(ENABLE_NODE, &pdch_act_cmd);
Harald Weltebf4ba722014-12-28 15:00:45 +01004063 install_element(ENABLE_NODE, &smscb_cmd_cmd);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02004064
Harald Welte63b964e2010-05-31 16:40:40 +02004065 abis_nm_vty_init();
Harald Welte1d5a2062011-02-12 14:42:59 +01004066 abis_om2k_vty_init();
Harald Weltee76bea02011-02-05 13:54:41 +01004067 e1inp_vty_init();
Harald Welte63b964e2010-05-31 16:40:40 +02004068
Harald Welte40152872010-05-16 20:52:23 +02004069 bsc_vty_init_extra();
Harald Welte59b04682009-06-10 05:40:52 +08004070
4071 return 0;
4072}