blob: a98779dac77d9f1864fddb0cf583dd3de2ca4b31 [file] [log] [blame]
Harald Welte59b04682009-06-10 05:40:52 +08001/* OpenBSC interface to quagga VTY */
Harald Welte410575a2010-03-14 23:30:30 +08002/* (C) 2009-2010 by Harald Welte <laforge@gnumonks.org>
Harald Welte59b04682009-06-10 05:40:52 +08003 * All Rights Reserved
4 *
5 * This program is free software; you can redistribute it and/or modify
Harald Welte0e3e88e2011-01-01 15:25:50 +01006 * it under the terms of the GNU Affero General Public License as published by
7 * the Free Software Foundation; either version 3 of the License, or
Harald Welte59b04682009-06-10 05:40:52 +08008 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Harald Welte0e3e88e2011-01-01 15:25:50 +010013 * GNU Affero General Public License for more details.
Harald Welte59b04682009-06-10 05:40:52 +080014 *
Harald Welte0e3e88e2011-01-01 15:25:50 +010015 * You should have received a copy of the GNU Affero General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
Harald Welte59b04682009-06-10 05:40:52 +080017 *
18 */
19
20#include <stdlib.h>
21#include <unistd.h>
Harald Welte59b04682009-06-10 05:40:52 +080022
Harald Weltebd9591f2010-05-19 19:45:32 +020023#include <osmocom/vty/command.h>
24#include <osmocom/vty/buffer.h>
25#include <osmocom/vty/vty.h>
26#include <osmocom/vty/logging.h>
27#include <osmocom/vty/telnet_interface.h>
Harald Welte59b04682009-06-10 05:40:52 +080028
29#include <arpa/inet.h>
30
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010031#include <osmocom/core/linuxlist.h>
Harald Welte59b04682009-06-10 05:40:52 +080032#include <openbsc/gsm_data.h>
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +020033#include <osmocom/abis/e1_input.h>
Harald Welte59b04682009-06-10 05:40:52 +080034#include <openbsc/abis_nm.h>
Harald Welte30f93fb2011-02-19 16:48:17 +010035#include <openbsc/abis_om2000.h>
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010036#include <osmocom/core/utils.h>
37#include <osmocom/gsm/gsm_utils.h>
Harald Welte73e69942011-05-23 20:42:26 +020038#include <osmocom/gsm/abis_nm.h>
Harald Weltefe96f382009-12-22 13:09:29 +010039#include <openbsc/chan_alloc.h>
Harald Welte44007742009-12-22 21:43:14 +010040#include <openbsc/meas_rep.h>
Harald Welte59b04682009-06-10 05:40:52 +080041#include <openbsc/db.h>
Pablo Neira Ayusodd5fff42011-03-22 16:47:59 +010042#include <osmocom/core/talloc.h>
Holger Hans Peter Freytherb70d45b2010-04-06 11:55:37 +020043#include <openbsc/vty.h>
Harald Weltef45981f2010-05-12 20:28:04 +020044#include <openbsc/gprs_ns.h>
Harald Welted8acf142010-07-30 11:50:09 +020045#include <openbsc/system_information.h>
Harald Welte682ee5f2010-05-16 22:02:16 +020046#include <openbsc/debug.h>
Holger Hans Peter Freyther25176f12010-11-09 17:00:42 +010047#include <openbsc/paging.h>
Harald Welte64fcd772011-08-20 18:25:02 +020048#include <openbsc/ipaccess.h>
Harald Welte5213e992010-12-23 13:18:07 +010049#include <openbsc/abis_rsl.h>
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +010050#include <openbsc/osmo_msc_data.h>
51#include <openbsc/osmo_bsc_rf.h>
Harald Welte59b04682009-06-10 05:40:52 +080052
Harald Welted9dea592011-03-04 13:53:51 +010053#include "../../bscconfig.h"
Harald Welte10c29f62010-05-16 19:20:24 +020054
Harald Welted6b62e32010-05-12 17:19:53 +000055/* FIXME: this should go to some common file */
56static const struct value_string gprs_ns_timer_strs[] = {
Harald Weltea9251762010-05-11 23:50:21 +020057 { 0, "tns-block" },
58 { 1, "tns-block-retries" },
59 { 2, "tns-reset" },
60 { 3, "tns-reset-retries" },
61 { 4, "tns-test" },
62 { 5, "tns-alive" },
63 { 6, "tns-alive-retries" },
64 { 0, NULL }
65};
66
Harald Welted6b62e32010-05-12 17:19:53 +000067static const struct value_string gprs_bssgp_cfg_strs[] = {
Harald Weltea9251762010-05-11 23:50:21 +020068 { 0, "blocking-timer" },
69 { 1, "blocking-retries" },
70 { 2, "unblocking-retries" },
71 { 3, "reset-timer" },
72 { 4, "reset-retries" },
73 { 5, "suspend-timer" },
74 { 6, "suspend-retries" },
75 { 7, "resume-timer" },
76 { 8, "resume-retries" },
77 { 9, "capability-update-timer" },
78 { 10, "capability-update-retries" },
79 { 0, NULL }
80};
81
Harald Weltef989b782011-02-15 11:43:27 +010082static const struct value_string bts_neigh_mode_strs[] = {
83 { NL_MODE_AUTOMATIC, "automatic" },
84 { NL_MODE_MANUAL, "manual" },
85 { NL_MODE_MANUAL_SI5SEP, "manual-si5" },
86 { 0, NULL }
87};
88
Harald Weltee87eb462009-08-07 13:29:14 +020089struct cmd_node net_node = {
90 GSMNET_NODE,
91 "%s(network)#",
92 1,
93};
94
Harald Welte59b04682009-06-10 05:40:52 +080095struct cmd_node bts_node = {
96 BTS_NODE,
97 "%s(bts)#",
98 1,
99};
100
101struct cmd_node trx_node = {
102 TRX_NODE,
103 "%s(trx)#",
104 1,
105};
106
107struct cmd_node ts_node = {
108 TS_NODE,
109 "%s(ts)#",
110 1,
111};
112
Harald Welte61daf6d2010-05-27 13:39:40 +0200113extern struct gsm_network *bsc_gsmnet;
114
Harald Welte40152872010-05-16 20:52:23 +0200115struct gsm_network *gsmnet_from_vty(struct vty *v)
116{
Harald Welte61daf6d2010-05-27 13:39:40 +0200117 /* In case we read from the config file, the vty->priv cannot
118 * point to a struct telnet_connection, and thus conn->priv
119 * will not point to the gsm_network structure */
120#if 0
Harald Welte40152872010-05-16 20:52:23 +0200121 struct telnet_connection *conn = v->priv;
122 return (struct gsm_network *) conn->priv;
Harald Welte61daf6d2010-05-27 13:39:40 +0200123#else
124 return bsc_gsmnet;
125#endif
Harald Welte40152872010-05-16 20:52:23 +0200126}
127
Harald Welte59b04682009-06-10 05:40:52 +0800128static int dummy_config_write(struct vty *v)
129{
130 return CMD_SUCCESS;
131}
132
133static void net_dump_nmstate(struct vty *vty, struct gsm_nm_state *nms)
134{
135 vty_out(vty,"Oper '%s', Admin %u, Avail '%s'%s",
Harald Welte306a8892011-05-23 20:30:39 +0200136 abis_nm_opstate_name(nms->operational), nms->administrative,
137 abis_nm_avail_name(nms->availability), VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800138}
139
Harald Weltefe96f382009-12-22 13:09:29 +0100140static void dump_pchan_load_vty(struct vty *vty, char *prefix,
141 const struct pchan_load *pl)
142{
143 int i;
144
145 for (i = 0; i < ARRAY_SIZE(pl->pchan); i++) {
146 const struct load_counter *lc = &pl->pchan[i];
147 unsigned int percent;
148
149 if (lc->total == 0)
150 continue;
151
152 percent = (lc->used * 100) / lc->total;
153
154 vty_out(vty, "%s%20s: %3u%% (%u/%u)%s", prefix,
155 gsm_pchan_name(i), percent, lc->used, lc->total,
156 VTY_NEWLINE);
157 }
158}
159
Harald Welte59b04682009-06-10 05:40:52 +0800160static void net_dump_vty(struct vty *vty, struct gsm_network *net)
161{
Harald Weltefe96f382009-12-22 13:09:29 +0100162 struct pchan_load pl;
163
Harald Welte59b04682009-06-10 05:40:52 +0800164 vty_out(vty, "BSC is on Country Code %u, Network Code %u "
165 "and has %u BTS%s", net->country_code, net->network_code,
166 net->num_bts, VTY_NEWLINE);
167 vty_out(vty, " Long network name: '%s'%s",
168 net->name_long, VTY_NEWLINE);
169 vty_out(vty, " Short network name: '%s'%s",
170 net->name_short, VTY_NEWLINE);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +0200171 vty_out(vty, " Authentication policy: %s%s",
172 gsm_auth_policy_name(net->auth_policy), VTY_NEWLINE);
Harald Welte59936d72009-11-18 20:33:19 +0100173 vty_out(vty, " Location updating reject cause: %u%s",
174 net->reject_cause, VTY_NEWLINE);
Harald Weltecca253a2009-08-30 15:47:06 +0900175 vty_out(vty, " Encryption: A5/%u%s", net->a5_encryption,
176 VTY_NEWLINE);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +0100177 vty_out(vty, " NECI (TCH/H): %u%s", net->neci,
178 VTY_NEWLINE);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +0800179 vty_out(vty, " Use TCH for Paging any: %d%s", net->pag_any_tch,
180 VTY_NEWLINE);
Harald Welte52af1952009-12-13 10:53:12 +0100181 vty_out(vty, " RRLP Mode: %s%s", rrlp_mode_name(net->rrlp.mode),
182 VTY_NEWLINE);
Harald Weltea310f3e2009-12-14 09:00:24 +0100183 vty_out(vty, " MM Info: %s%s", net->send_mm_info ? "On" : "Off",
184 VTY_NEWLINE);
Harald Welte0af9c9f2009-12-19 21:41:52 +0100185 vty_out(vty, " Handover: %s%s", net->handover.active ? "On" : "Off",
186 VTY_NEWLINE);
Harald Weltefe96f382009-12-22 13:09:29 +0100187 network_chan_load(&pl, net);
188 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
189 dump_pchan_load_vty(vty, " ", &pl);
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100190
191 /* show rf */
Holger Hans Peter Freyther410ee272011-06-04 09:32:35 +0200192 if (net->msc_data && net->msc_data->rf_ctrl)
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100193 vty_out(vty, " Last RF Command: %s%s",
Holger Hans Peter Freyther410ee272011-06-04 09:32:35 +0200194 net->msc_data->rf_ctrl->last_state_command,
Holger Hans Peter Freytherd0146922011-02-24 14:19:14 +0100195 VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800196}
197
198DEFUN(show_net, show_net_cmd, "show network",
199 SHOW_STR "Display information about a GSM NETWORK\n")
200{
Harald Welte40152872010-05-16 20:52:23 +0200201 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800202 net_dump_vty(vty, net);
203
204 return CMD_SUCCESS;
205}
206
207static void e1isl_dump_vty(struct vty *vty, struct e1inp_sign_link *e1l)
208{
209 struct e1inp_line *line;
210
211 if (!e1l) {
212 vty_out(vty, " None%s", VTY_NEWLINE);
213 return;
214 }
215
216 line = e1l->ts->line;
217
218 vty_out(vty, " E1 Line %u, Type %s: Timeslot %u, Mode %s%s",
219 line->num, line->driver->name, e1l->ts->num,
220 e1inp_signtype_name(e1l->type), VTY_NEWLINE);
221 vty_out(vty, " E1 TEI %u, SAPI %u%s",
222 e1l->tei, e1l->sapi, VTY_NEWLINE);
223}
224
225static void bts_dump_vty(struct vty *vty, struct gsm_bts *bts)
226{
Harald Weltefe96f382009-12-22 13:09:29 +0100227 struct pchan_load pl;
228
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +0200229 vty_out(vty, "BTS %u is of %s type in band %s, has CI %u LAC %u, "
Harald Welte91afe4c2009-06-20 18:15:19 +0200230 "BSIC %u, TSC %u and %u TRX%s",
231 bts->nr, btstype2str(bts->type), gsm_band_name(bts->band),
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +0200232 bts->cell_identity,
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +0200233 bts->location_area_code, bts->bsic, bts->tsc,
Harald Welte91afe4c2009-06-20 18:15:19 +0200234 bts->num_trx, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200235 vty_out(vty, "Description: %s%s",
236 bts->description ? bts->description : "(null)", VTY_NEWLINE);
Harald Welte8e9d1792009-12-12 15:38:16 +0100237 vty_out(vty, "MS Max power: %u dBm%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100238 vty_out(vty, "Minimum Rx Level for Access: %i dBm%s",
Harald Welte8e9d1792009-12-12 15:38:16 +0100239 rxlev2dbm(bts->si_common.cell_sel_par.rxlev_acc_min),
240 VTY_NEWLINE);
241 vty_out(vty, "Cell Reselection Hysteresis: %u dBm%s",
Harald Welteb761bf82009-12-12 18:17:25 +0100242 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +0100243 vty_out(vty, "RACH TX-Integer: %u%s", bts->si_common.rach_control.tx_integer,
244 VTY_NEWLINE);
245 vty_out(vty, "RACH Max transmissions: %u%s",
246 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
247 VTY_NEWLINE);
Harald Welte8c973ba2009-12-21 23:08:18 +0100248 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)e19be3f2009-08-12 13:28:23 +0200249 vty_out(vty, " CELL IS BARRED%s", VTY_NEWLINE);
Harald Welted8acf142010-07-30 11:50:09 +0200250 vty_out(vty, "System Information present: 0x%08x, static: 0x%08x%s",
251 bts->si_valid, bts->si_mode_static, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800252 if (is_ipaccess_bts(bts))
Harald Welte25572872009-10-20 00:22:00 +0200253 vty_out(vty, " Unit ID: %u/%u/0, OML Stream ID 0x%02x%s",
Harald Welte59b04682009-06-10 05:40:52 +0800254 bts->ip_access.site_id, bts->ip_access.bts_id,
Harald Welte25572872009-10-20 00:22:00 +0200255 bts->oml_tei, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100256 else if (bts->type == GSM_BTS_TYPE_HSL_FEMTO)
257 vty_out(vty, " Serial Number: %lu%s", bts->hsl.serno, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800258 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200259 net_dump_nmstate(vty, &bts->mo.nm_state);
Harald Welte59b04682009-06-10 05:40:52 +0800260 vty_out(vty, " Site Mgr NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200261 net_dump_nmstate(vty, &bts->site_mgr.mo.nm_state);
Holger Hans Peter Freyther914ff192011-04-26 15:52:34 +0200262 vty_out(vty, " Paging: %u pending requests, %u free slots%s",
263 paging_pending_requests_nr(bts),
Harald Welte59b04682009-06-10 05:40:52 +0800264 bts->paging.available_slots, VTY_NEWLINE);
Holger Hans Peter Freytherb5c79c92010-11-25 16:28:45 +0100265 if (is_ipaccess_bts(bts)) {
266 vty_out(vty, " OML Link state: %s.%s",
267 bts->oml_link ? "connected" : "disconnected", VTY_NEWLINE);
268 } else {
Harald Welte25572872009-10-20 00:22:00 +0200269 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
270 e1isl_dump_vty(vty, bts->oml_link);
271 }
Holger Hans Peter Freytherb5c79c92010-11-25 16:28:45 +0100272
273 /* FIXME: chan_desc */
Harald Weltefe96f382009-12-22 13:09:29 +0100274 memset(&pl, 0, sizeof(pl));
275 bts_chan_load(&pl, bts);
276 vty_out(vty, " Current Channel Load:%s", VTY_NEWLINE);
277 dump_pchan_load_vty(vty, " ", &pl);
Harald Welte59b04682009-06-10 05:40:52 +0800278}
279
280DEFUN(show_bts, show_bts_cmd, "show bts [number]",
281 SHOW_STR "Display information about a BTS\n"
282 "BTS number")
283{
Harald Welte40152872010-05-16 20:52:23 +0200284 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800285 int bts_nr;
286
287 if (argc != 0) {
288 /* use the BTS number that the user has specified */
289 bts_nr = atoi(argv[0]);
Harald Welteda5db862010-12-24 12:24:03 +0100290 if (bts_nr >= net->num_bts) {
Harald Welte59b04682009-06-10 05:40:52 +0800291 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
292 VTY_NEWLINE);
293 return CMD_WARNING;
294 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200295 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte59b04682009-06-10 05:40:52 +0800296 return CMD_SUCCESS;
297 }
298 /* print all BTS's */
299 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++)
Harald Weltee712a5f2009-06-21 16:17:15 +0200300 bts_dump_vty(vty, gsm_bts_num(net, bts_nr));
Harald Welte59b04682009-06-10 05:40:52 +0800301
302 return CMD_SUCCESS;
303}
304
Harald Welte62868882009-08-08 16:12:58 +0200305/* utility functions */
306static void parse_e1_link(struct gsm_e1_subslot *e1_link, const char *line,
307 const char *ts, const char *ss)
308{
309 e1_link->e1_nr = atoi(line);
310 e1_link->e1_ts = atoi(ts);
311 if (!strcmp(ss, "full"))
312 e1_link->e1_ts_ss = 255;
313 else
314 e1_link->e1_ts_ss = atoi(ss);
315}
316
317static void config_write_e1_link(struct vty *vty, struct gsm_e1_subslot *e1_link,
318 const char *prefix)
319{
320 if (!e1_link->e1_ts)
321 return;
322
323 if (e1_link->e1_ts_ss == 255)
324 vty_out(vty, "%se1 line %u timeslot %u sub-slot full%s",
325 prefix, e1_link->e1_nr, e1_link->e1_ts, VTY_NEWLINE);
326 else
327 vty_out(vty, "%se1 line %u timeslot %u sub-slot %u%s",
328 prefix, e1_link->e1_nr, e1_link->e1_ts,
329 e1_link->e1_ts_ss, VTY_NEWLINE);
330}
331
332
Harald Welte97ceef92009-08-06 19:06:46 +0200333static void config_write_ts_single(struct vty *vty, struct gsm_bts_trx_ts *ts)
334{
Harald Welte62868882009-08-08 16:12:58 +0200335 vty_out(vty, " timeslot %u%s", ts->nr, VTY_NEWLINE);
Harald Welte85771a42011-05-30 12:09:13 +0200336 if (ts->tsc != -1 && ts->tsc != ts->trx->bts->tsc)
337 vty_out(vty, " training_sequence_code %u%s", ts->tsc, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200338 if (ts->pchan != GSM_PCHAN_NONE)
339 vty_out(vty, " phys_chan_config %s%s",
340 gsm_pchan_name(ts->pchan), VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200341 vty_out(vty, " hopping enabled %u%s",
342 ts->hopping.enabled, VTY_NEWLINE);
343 if (ts->hopping.enabled) {
344 unsigned int i;
345 vty_out(vty, " hopping sequence-number %u%s",
Harald Welte67104d12009-09-12 13:05:33 +0200346 ts->hopping.hsn, VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200347 vty_out(vty, " hopping maio %u%s",
Harald Welte67104d12009-09-12 13:05:33 +0200348 ts->hopping.maio, VTY_NEWLINE);
Harald Weltea42a93f2010-06-14 22:26:10 +0200349 for (i = 0; i < ts->hopping.arfcns.data_len*8; i++) {
350 if (!bitvec_get_bit_pos(&ts->hopping.arfcns, i))
351 continue;
352 vty_out(vty, " hopping arfcn add %u%s",
353 i, VTY_NEWLINE);
354 }
Harald Welteff598092010-12-24 12:07:07 +0100355 }
Harald Welte62868882009-08-08 16:12:58 +0200356 config_write_e1_link(vty, &ts->e1_link, " ");
Harald Weltec02789e2011-02-14 16:15:21 +0100357
358 if (ts->trx->bts->model->config_write_ts)
359 ts->trx->bts->model->config_write_ts(vty, ts);
Harald Welte97ceef92009-08-06 19:06:46 +0200360}
361
362static void config_write_trx_single(struct vty *vty, struct gsm_bts_trx *trx)
363{
364 int i;
365
Harald Weltee87eb462009-08-07 13:29:14 +0200366 vty_out(vty, " trx %u%s", trx->nr, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200367 if (trx->description)
368 vty_out(vty, " description %s%s", trx->description,
369 VTY_NEWLINE);
Holger Hans Peter Freyther32be2aa2010-04-17 06:42:07 +0200370 vty_out(vty, " rf_locked %u%s",
Harald Welte69f6f812011-05-30 12:07:53 +0200371 trx->mo.nm_state.administrative == NM_STATE_LOCKED ? 1 : 0,
Holger Hans Peter Freyther32be2aa2010-04-17 06:42:07 +0200372 VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200373 vty_out(vty, " arfcn %u%s", trx->arfcn, VTY_NEWLINE);
Harald Welte (local)b709bfe2009-12-27 20:56:38 +0100374 vty_out(vty, " nominal power %u%s", trx->nominal_power, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200375 vty_out(vty, " max_power_red %u%s", trx->max_power_red, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200376 config_write_e1_link(vty, &trx->rsl_e1_link, " rsl ");
377 vty_out(vty, " rsl e1 tei %u%s", trx->rsl_tei, VTY_NEWLINE);
Harald Welte97ceef92009-08-06 19:06:46 +0200378
Harald Weltec02789e2011-02-14 16:15:21 +0100379 if (trx->bts->model->config_write_trx)
380 trx->bts->model->config_write_trx(vty, trx);
381
Harald Welte97ceef92009-08-06 19:06:46 +0200382 for (i = 0; i < TRX_NR_TS; i++)
383 config_write_ts_single(vty, &trx->ts[i]);
384}
385
Harald Weltea9251762010-05-11 23:50:21 +0200386static void config_write_bts_gprs(struct vty *vty, struct gsm_bts *bts)
387{
388 unsigned int i;
389 vty_out(vty, " gprs mode %s%s", bts_gprs_mode_name(bts->gprs.mode),
390 VTY_NEWLINE);
391 if (bts->gprs.mode == BTS_GPRS_NONE)
392 return;
393
394 vty_out(vty, " gprs routing area %u%s", bts->gprs.rac,
395 VTY_NEWLINE);
396 vty_out(vty, " gprs cell bvci %u%s", bts->gprs.cell.bvci,
397 VTY_NEWLINE);
398 for (i = 0; i < ARRAY_SIZE(bts->gprs.cell.timer); i++)
399 vty_out(vty, " gprs cell timer %s %u%s",
400 get_value_string(gprs_bssgp_cfg_strs, i),
401 bts->gprs.cell.timer[i], VTY_NEWLINE);
402 vty_out(vty, " gprs nsei %u%s", bts->gprs.nse.nsei,
403 VTY_NEWLINE);
404 for (i = 0; i < ARRAY_SIZE(bts->gprs.nse.timer); i++)
405 vty_out(vty, " gprs ns timer %s %u%s",
406 get_value_string(gprs_ns_timer_strs, i),
407 bts->gprs.nse.timer[i], VTY_NEWLINE);
408 for (i = 0; i < ARRAY_SIZE(bts->gprs.nsvc); i++) {
409 struct gsm_bts_gprs_nsvc *nsvc =
410 &bts->gprs.nsvc[i];
411 struct in_addr ia;
412
413 ia.s_addr = htonl(nsvc->remote_ip);
414 vty_out(vty, " gprs nsvc %u nsvci %u%s", i,
415 nsvc->nsvci, VTY_NEWLINE);
416 vty_out(vty, " gprs nsvc %u local udp port %u%s", i,
417 nsvc->local_port, VTY_NEWLINE);
418 vty_out(vty, " gprs nsvc %u remote udp port %u%s", i,
419 nsvc->remote_port, VTY_NEWLINE);
420 vty_out(vty, " gprs nsvc %u remote ip %s%s", i,
421 inet_ntoa(ia), VTY_NEWLINE);
422 }
423}
424
Harald Welte97ceef92009-08-06 19:06:46 +0200425static void config_write_bts_single(struct vty *vty, struct gsm_bts *bts)
426{
427 struct gsm_bts_trx *trx;
Harald Welted8acf142010-07-30 11:50:09 +0200428 int i;
Harald Welte97ceef92009-08-06 19:06:46 +0200429
Harald Weltee87eb462009-08-07 13:29:14 +0200430 vty_out(vty, " bts %u%s", bts->nr, VTY_NEWLINE);
431 vty_out(vty, " type %s%s", btstype2str(bts->type), VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200432 if (bts->description)
433 vty_out(vty, " description %s%s", bts->description, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200434 vty_out(vty, " band %s%s", gsm_band_name(bts->band), VTY_NEWLINE);
Holger Hans Peter Freyther6d82b7c2009-11-19 16:38:49 +0100435 vty_out(vty, " cell_identity %u%s", bts->cell_identity, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200436 vty_out(vty, " location_area_code %u%s", bts->location_area_code,
Harald Welte97ceef92009-08-06 19:06:46 +0200437 VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200438 vty_out(vty, " training_sequence_code %u%s", bts->tsc, VTY_NEWLINE);
439 vty_out(vty, " base_station_id_code %u%s", bts->bsic, VTY_NEWLINE);
Harald Welte (local)cbd46102009-08-13 10:14:26 +0200440 vty_out(vty, " ms max power %u%s", bts->ms_max_power, VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100441 vty_out(vty, " cell reselection hysteresis %u%s",
442 bts->si_common.cell_sel_par.cell_resel_hyst*2, VTY_NEWLINE);
443 vty_out(vty, " rxlev access min %u%s",
444 bts->si_common.cell_sel_par.rxlev_acc_min, VTY_NEWLINE);
Sylvain Munaut00d71462010-11-28 18:17:28 +0100445
446 if (bts->si_common.cell_ro_sel_par.present) {
447 struct gsm48_si_selection_params *sp;
448 sp = &bts->si_common.cell_ro_sel_par;
449
450 if (sp->cbq)
451 vty_out(vty, " cell bar qualify %u%s",
452 sp->cbq, VTY_NEWLINE);
453
454 if (sp->cell_resel_off)
455 vty_out(vty, " cell reselection offset %u%s",
456 sp->cell_resel_off*2, VTY_NEWLINE);
457
458 if (sp->temp_offs == 7)
459 vty_out(vty, " temporary offset infinite%s",
460 VTY_NEWLINE);
461 else if (sp->temp_offs)
462 vty_out(vty, " temporary offset %u%s",
463 sp->temp_offs*10, VTY_NEWLINE);
464
465 if (sp->penalty_time == 31)
466 vty_out(vty, " penalty time reserved%s",
467 VTY_NEWLINE);
468 else if (sp->penalty_time)
469 vty_out(vty, " penalty time %u%s",
470 (sp->penalty_time*20)+20, VTY_NEWLINE);
471 }
472
Harald Weltea54a2bb2009-12-01 18:04:30 +0530473 if (bts->si_common.chan_desc.t3212)
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +0200474 vty_out(vty, " periodic location update %u%s",
Dieter Spaarb0f746d2010-10-05 21:10:55 +0200475 bts->si_common.chan_desc.t3212 * 6, VTY_NEWLINE);
Harald Welte3e774612009-08-10 13:48:16 +0200476 vty_out(vty, " channel allocator %s%s",
477 bts->chan_alloc_reverse ? "descending" : "ascending",
478 VTY_NEWLINE);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +0100479 vty_out(vty, " rach tx integer %u%s",
480 bts->si_common.rach_control.tx_integer, VTY_NEWLINE);
481 vty_out(vty, " rach max transmission %u%s",
482 rach_max_trans_raw2val(bts->si_common.rach_control.max_trans),
483 VTY_NEWLINE);
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +0800484
485 if (bts->rach_b_thresh != -1)
486 vty_out(vty, " rach nm busy threshold %u%s",
487 bts->rach_b_thresh, VTY_NEWLINE);
488 if (bts->rach_ldavg_slots != -1)
489 vty_out(vty, " rach nm load average %u%s",
490 bts->rach_ldavg_slots, VTY_NEWLINE);
Harald Welte8c973ba2009-12-21 23:08:18 +0100491 if (bts->si_common.rach_control.cell_bar)
Harald Welte (local)e19be3f2009-08-12 13:28:23 +0200492 vty_out(vty, " cell barred 1%s", VTY_NEWLINE);
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +0800493 if ((bts->si_common.rach_control.t2 & 0x4) == 0)
494 vty_out(vty, " rach emergency call allowed 1%s", VTY_NEWLINE);
Harald Welted8acf142010-07-30 11:50:09 +0200495 for (i = SYSINFO_TYPE_1; i < _MAX_SYSINFO_TYPE; i++) {
496 if (bts->si_mode_static & (1 << i)) {
497 vty_out(vty, " system-information %s mode static%s",
498 get_value_string(osmo_sitype_strs, i), VTY_NEWLINE);
499 vty_out(vty, " system-information %s static %s%s",
500 get_value_string(osmo_sitype_strs, i),
Pablo Neira Ayusob1d5a692011-05-07 12:12:48 +0200501 osmo_osmo_hexdump_nospc(bts->si_buf[i], sizeof(bts->si_buf[i])),
Harald Welted8acf142010-07-30 11:50:09 +0200502 VTY_NEWLINE);
503 }
504 }
Harald Welte08011e22011-03-04 13:41:31 +0100505 switch (bts->type) {
506 case GSM_BTS_TYPE_NANOBTS:
Harald Weltee87eb462009-08-07 13:29:14 +0200507 vty_out(vty, " ip.access unit_id %u %u%s",
Harald Welte3ffe1b32009-08-07 00:25:23 +0200508 bts->ip_access.site_id, bts->ip_access.bts_id, VTY_NEWLINE);
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +0200509 vty_out(vty, " oml ip.access stream_id %u line %u%s",
510 bts->oml_tei, bts->oml_e1_link.e1_nr, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100511 break;
512 case GSM_BTS_TYPE_HSL_FEMTO:
513 vty_out(vty, " hsl serial-number %lu%s", bts->hsl.serno, VTY_NEWLINE);
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +0200514 vty_out(vty, " oml hsl line %u%s",
515 bts->oml_e1_link.e1_nr, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100516 break;
517 default:
Harald Welte62868882009-08-08 16:12:58 +0200518 config_write_e1_link(vty, &bts->oml_e1_link, " oml ");
519 vty_out(vty, " oml e1 tei %u%s", bts->oml_tei, VTY_NEWLINE);
Harald Welte08011e22011-03-04 13:41:31 +0100520 break;
Harald Welte62868882009-08-08 16:12:58 +0200521 }
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +0800522
523 /* if we have a limit, write it */
524 if (bts->paging.free_chans_need >= 0)
525 vty_out(vty, " paging free %d%s", bts->paging.free_chans_need, VTY_NEWLINE);
526
Harald Welteca46eff2011-01-11 23:44:56 +0100527 vty_out(vty, " neighbor-list mode %s%s",
Harald Weltef989b782011-02-15 11:43:27 +0100528 get_value_string(bts_neigh_mode_strs, bts->neigh_list_manual_mode), VTY_NEWLINE);
529 if (bts->neigh_list_manual_mode != NL_MODE_AUTOMATIC) {
Harald Welteca46eff2011-01-11 23:44:56 +0100530 for (i = 0; i < 1024; i++) {
531 if (bitvec_get_bit_pos(&bts->si_common.neigh_list, i))
532 vty_out(vty, " neighbor-list add arfcn %u%s",
533 i, VTY_NEWLINE);
534 }
535 }
Harald Weltef989b782011-02-15 11:43:27 +0100536 if (bts->neigh_list_manual_mode == NL_MODE_MANUAL_SI5SEP) {
537 for (i = 0; i < 1024; i++) {
538 if (bitvec_get_bit_pos(&bts->si_common.si5_neigh_list, i))
539 vty_out(vty, " si5 neighbor-list add arfcn %u%s",
540 i, VTY_NEWLINE);
541 }
542 }
Harald Welteca46eff2011-01-11 23:44:56 +0100543
Harald Weltea9251762010-05-11 23:50:21 +0200544 config_write_bts_gprs(vty, bts);
Harald Welte97ceef92009-08-06 19:06:46 +0200545
Harald Weltec02789e2011-02-14 16:15:21 +0100546 if (bts->model->config_write_bts)
547 bts->model->config_write_bts(vty, bts);
548
Harald Welte97ceef92009-08-06 19:06:46 +0200549 llist_for_each_entry(trx, &bts->trx_list, list)
550 config_write_trx_single(vty, trx);
551}
552
553static int config_write_bts(struct vty *v)
554{
Harald Welte40152872010-05-16 20:52:23 +0200555 struct gsm_network *gsmnet = gsmnet_from_vty(v);
Harald Welte97ceef92009-08-06 19:06:46 +0200556 struct gsm_bts *bts;
557
558 llist_for_each_entry(bts, &gsmnet->bts_list, list)
559 config_write_bts_single(v, bts);
560
561 return CMD_SUCCESS;
562}
563
Harald Weltee87eb462009-08-07 13:29:14 +0200564static int config_write_net(struct vty *vty)
565{
Harald Welte40152872010-05-16 20:52:23 +0200566 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
567
Harald Weltee87eb462009-08-07 13:29:14 +0200568 vty_out(vty, "network%s", VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200569 vty_out(vty, " network country code %u%s", gsmnet->country_code, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200570 vty_out(vty, " mobile network code %u%s", gsmnet->network_code, VTY_NEWLINE);
Harald Welte62868882009-08-08 16:12:58 +0200571 vty_out(vty, " short name %s%s", gsmnet->name_short, VTY_NEWLINE);
572 vty_out(vty, " long name %s%s", gsmnet->name_long, VTY_NEWLINE);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +0200573 vty_out(vty, " auth policy %s%s", gsm_auth_policy_name(gsmnet->auth_policy), VTY_NEWLINE);
Harald Welte59936d72009-11-18 20:33:19 +0100574 vty_out(vty, " location updating reject cause %u%s",
575 gsmnet->reject_cause, VTY_NEWLINE);
Harald Weltecca253a2009-08-30 15:47:06 +0900576 vty_out(vty, " encryption a5 %u%s", gsmnet->a5_encryption, VTY_NEWLINE);
Holger Hans Peter Freyther6b4f5462009-11-19 16:37:48 +0100577 vty_out(vty, " neci %u%s", gsmnet->neci, VTY_NEWLINE);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +0800578 vty_out(vty, " paging any use tch %d%s", gsmnet->pag_any_tch, VTY_NEWLINE);
Harald Welte52af1952009-12-13 10:53:12 +0100579 vty_out(vty, " rrlp mode %s%s", rrlp_mode_name(gsmnet->rrlp.mode),
580 VTY_NEWLINE);
Harald Weltea310f3e2009-12-14 09:00:24 +0100581 vty_out(vty, " mm info %u%s", gsmnet->send_mm_info, VTY_NEWLINE);
Harald Welte0af9c9f2009-12-19 21:41:52 +0100582 vty_out(vty, " handover %u%s", gsmnet->handover.active, VTY_NEWLINE);
Harald Weltea8062f12009-12-21 16:51:50 +0100583 vty_out(vty, " handover window rxlev averaging %u%s",
584 gsmnet->handover.win_rxlev_avg, VTY_NEWLINE);
585 vty_out(vty, " handover window rxqual averaging %u%s",
586 gsmnet->handover.win_rxqual_avg, VTY_NEWLINE);
587 vty_out(vty, " handover window rxlev neighbor averaging %u%s",
588 gsmnet->handover.win_rxlev_avg_neigh, VTY_NEWLINE);
589 vty_out(vty, " handover power budget interval %u%s",
590 gsmnet->handover.pwr_interval, VTY_NEWLINE);
591 vty_out(vty, " handover power budget hysteresis %u%s",
592 gsmnet->handover.pwr_hysteresis, VTY_NEWLINE);
593 vty_out(vty, " handover maximum distance %u%s",
594 gsmnet->handover.max_distance, VTY_NEWLINE);
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +0100595 vty_out(vty, " timer t3101 %u%s", gsmnet->T3101, VTY_NEWLINE);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +0100596 vty_out(vty, " timer t3103 %u%s", gsmnet->T3103, VTY_NEWLINE);
597 vty_out(vty, " timer t3105 %u%s", gsmnet->T3105, VTY_NEWLINE);
598 vty_out(vty, " timer t3107 %u%s", gsmnet->T3107, VTY_NEWLINE);
599 vty_out(vty, " timer t3109 %u%s", gsmnet->T3109, VTY_NEWLINE);
600 vty_out(vty, " timer t3111 %u%s", gsmnet->T3111, VTY_NEWLINE);
601 vty_out(vty, " timer t3113 %u%s", gsmnet->T3113, VTY_NEWLINE);
602 vty_out(vty, " timer t3115 %u%s", gsmnet->T3115, VTY_NEWLINE);
603 vty_out(vty, " timer t3117 %u%s", gsmnet->T3117, VTY_NEWLINE);
604 vty_out(vty, " timer t3119 %u%s", gsmnet->T3119, VTY_NEWLINE);
Harald Weltea00fdd72010-12-23 14:39:29 +0100605 vty_out(vty, " timer t3122 %u%s", gsmnet->T3122, VTY_NEWLINE);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +0100606 vty_out(vty, " timer t3141 %u%s", gsmnet->T3141, VTY_NEWLINE);
Harald Weltef41bfd52010-12-15 15:34:23 +0100607 vty_out(vty, " dtx-used %u%s", gsmnet->dtx_enabled, VTY_NEWLINE);
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +0100608 vty_out(vty, " subscriber-keep-in-ram %d%s",
609 gsmnet->keep_subscr, VTY_NEWLINE);
Harald Weltee87eb462009-08-07 13:29:14 +0200610
611 return CMD_SUCCESS;
612}
Harald Welte97ceef92009-08-06 19:06:46 +0200613
Harald Welte59b04682009-06-10 05:40:52 +0800614static void trx_dump_vty(struct vty *vty, struct gsm_bts_trx *trx)
615{
616 vty_out(vty, "TRX %u of BTS %u is on ARFCN %u%s",
617 trx->nr, trx->bts->nr, trx->arfcn, VTY_NEWLINE);
Harald Welte8791dac2010-05-14 17:59:53 +0200618 vty_out(vty, "Description: %s%s",
619 trx->description ? trx->description : "(null)", VTY_NEWLINE);
Harald Welte91afe4c2009-06-20 18:15:19 +0200620 vty_out(vty, " RF Nominal Power: %d dBm, reduced by %u dB, "
Harald Welte62868882009-08-08 16:12:58 +0200621 "resulting BS power: %d dBm%s",
Harald Welte91afe4c2009-06-20 18:15:19 +0200622 trx->nominal_power, trx->max_power_red,
Harald Welte62868882009-08-08 16:12:58 +0200623 trx->nominal_power - trx->max_power_red, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800624 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200625 net_dump_nmstate(vty, &trx->mo.nm_state);
Harald Welte59b04682009-06-10 05:40:52 +0800626 vty_out(vty, " Baseband Transceiver NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200627 net_dump_nmstate(vty, &trx->bb_transc.mo.nm_state);
Harald Welte25572872009-10-20 00:22:00 +0200628 if (is_ipaccess_bts(trx->bts)) {
629 vty_out(vty, " ip.access stream ID: 0x%02x%s",
630 trx->rsl_tei, VTY_NEWLINE);
631 } else {
632 vty_out(vty, " E1 Signalling Link:%s", VTY_NEWLINE);
633 e1isl_dump_vty(vty, trx->rsl_link);
634 }
Harald Welte59b04682009-06-10 05:40:52 +0800635}
636
637DEFUN(show_trx,
638 show_trx_cmd,
639 "show trx [bts_nr] [trx_nr]",
Harald Welte9e002452010-05-11 21:53:49 +0200640 SHOW_STR "Display information about a TRX\n"
641 "BTS Number\n"
642 "TRX Number\n")
Harald Welte59b04682009-06-10 05:40:52 +0800643{
Harald Welte40152872010-05-16 20:52:23 +0200644 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800645 struct gsm_bts *bts = NULL;
646 struct gsm_bts_trx *trx;
647 int bts_nr, trx_nr;
648
649 if (argc >= 1) {
650 /* use the BTS number that the user has specified */
651 bts_nr = atoi(argv[0]);
652 if (bts_nr >= net->num_bts) {
653 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
654 VTY_NEWLINE);
655 return CMD_WARNING;
656 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200657 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800658 }
659 if (argc >= 2) {
660 trx_nr = atoi(argv[1]);
661 if (trx_nr >= bts->num_trx) {
662 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
663 VTY_NEWLINE);
664 return CMD_WARNING;
665 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200666 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800667 trx_dump_vty(vty, trx);
668 return CMD_SUCCESS;
669 }
670 if (bts) {
671 /* print all TRX in this BTS */
672 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200673 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800674 trx_dump_vty(vty, trx);
675 }
676 return CMD_SUCCESS;
677 }
678
679 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200680 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800681 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200682 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800683 trx_dump_vty(vty, trx);
684 }
685 }
686
687 return CMD_SUCCESS;
688}
689
Harald Welte97ceef92009-08-06 19:06:46 +0200690
Harald Welte59b04682009-06-10 05:40:52 +0800691static void ts_dump_vty(struct vty *vty, struct gsm_bts_trx_ts *ts)
692{
Harald Welte85771a42011-05-30 12:09:13 +0200693 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, phys cfg %s, TSC %u",
Harald Weltee3bd0c02010-12-24 12:12:10 +0100694 ts->trx->bts->nr, ts->trx->nr, ts->nr,
Harald Welte85771a42011-05-30 12:09:13 +0200695 gsm_pchan_name(ts->pchan), ts->tsc);
Harald Welte98d2bb82010-12-24 12:14:52 +0100696 if (ts->pchan == GSM_PCHAN_TCH_F_PDCH)
Harald Welte81c2ed32010-12-24 12:26:13 +0100697 vty_out(vty, " (%s mode)",
Harald Welte98d2bb82010-12-24 12:14:52 +0100698 ts->flags & TS_F_PDCH_MODE ? "PDCH" : "TCH/F");
699 vty_out(vty, "%s", VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800700 vty_out(vty, " NM State: ");
Harald Welte69f6f812011-05-30 12:07:53 +0200701 net_dump_nmstate(vty, &ts->mo.nm_state);
Harald Welte87504212009-12-02 01:56:49 +0530702 if (!is_ipaccess_bts(ts->trx->bts))
Harald Welte59b04682009-06-10 05:40:52 +0800703 vty_out(vty, " E1 Line %u, Timeslot %u, Subslot %u%s",
704 ts->e1_link.e1_nr, ts->e1_link.e1_ts,
705 ts->e1_link.e1_ts_ss, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800706}
707
708DEFUN(show_ts,
709 show_ts_cmd,
710 "show timeslot [bts_nr] [trx_nr] [ts_nr]",
Harald Welte9e002452010-05-11 21:53:49 +0200711 SHOW_STR "Display information about a TS\n"
712 "BTS Number\n" "TRX Number\n" "Timeslot Number\n")
Harald Welte59b04682009-06-10 05:40:52 +0800713{
Harald Welte40152872010-05-16 20:52:23 +0200714 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte06868382010-12-24 12:05:03 +0100715 struct gsm_bts *bts = NULL;
716 struct gsm_bts_trx *trx = NULL;
717 struct gsm_bts_trx_ts *ts = NULL;
Harald Welte59b04682009-06-10 05:40:52 +0800718 int bts_nr, trx_nr, ts_nr;
719
720 if (argc >= 1) {
721 /* use the BTS number that the user has specified */
722 bts_nr = atoi(argv[0]);
723 if (bts_nr >= net->num_bts) {
724 vty_out(vty, "%% can't find BTS '%s'%s", argv[0],
725 VTY_NEWLINE);
726 return CMD_WARNING;
727 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200728 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800729 }
730 if (argc >= 2) {
731 trx_nr = atoi(argv[1]);
732 if (trx_nr >= bts->num_trx) {
733 vty_out(vty, "%% can't find TRX '%s'%s", argv[1],
734 VTY_NEWLINE);
735 return CMD_WARNING;
736 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200737 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800738 }
739 if (argc >= 3) {
740 ts_nr = atoi(argv[2]);
741 if (ts_nr >= TRX_NR_TS) {
742 vty_out(vty, "%% can't find TS '%s'%s", argv[2],
743 VTY_NEWLINE);
744 return CMD_WARNING;
745 }
Harald Welte06868382010-12-24 12:05:03 +0100746 /* Fully Specified: print and exit */
Harald Welte59b04682009-06-10 05:40:52 +0800747 ts = &trx->ts[ts_nr];
748 ts_dump_vty(vty, ts);
749 return CMD_SUCCESS;
750 }
Harald Welte06868382010-12-24 12:05:03 +0100751
752 if (bts && trx) {
753 /* Iterate over all TS in this TRX */
754 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
755 ts = &trx->ts[ts_nr];
756 ts_dump_vty(vty, ts);
757 }
758 } else if (bts) {
759 /* Iterate over all TRX in this BTS, TS in each TRX */
Harald Welte59b04682009-06-10 05:40:52 +0800760 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200761 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800762 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
763 ts = &trx->ts[ts_nr];
764 ts_dump_vty(vty, ts);
765 }
766 }
Harald Welte06868382010-12-24 12:05:03 +0100767 } else {
768 /* Iterate over all BTS, TRX in each BTS, TS in each TRX */
769 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
770 bts = gsm_bts_num(net, bts_nr);
771 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
772 trx = gsm_bts_trx_num(bts, trx_nr);
773 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
774 ts = &trx->ts[ts_nr];
775 ts_dump_vty(vty, ts);
776 }
777 }
778 }
Harald Welte59b04682009-06-10 05:40:52 +0800779 }
780
781 return CMD_SUCCESS;
782}
783
Holger Hans Peter Freyther1dd0a1b2010-01-06 06:00:40 +0100784static void subscr_dump_vty(struct vty *vty, struct gsm_subscriber *subscr)
Harald Welte59b04682009-06-10 05:40:52 +0800785{
Harald Welte91afe4c2009-06-20 18:15:19 +0200786 vty_out(vty, " ID: %llu, Authorized: %d%s", subscr->id,
Harald Welte59b04682009-06-10 05:40:52 +0800787 subscr->authorized, VTY_NEWLINE);
788 if (subscr->name)
789 vty_out(vty, " Name: '%s'%s", subscr->name, VTY_NEWLINE);
790 if (subscr->extension)
791 vty_out(vty, " Extension: %s%s", subscr->extension,
792 VTY_NEWLINE);
793 if (subscr->imsi)
794 vty_out(vty, " IMSI: %s%s", subscr->imsi, VTY_NEWLINE);
Holger Hans Peter Freythercd8bacf2009-08-19 12:53:57 +0200795 if (subscr->tmsi != GSM_RESERVED_TMSI)
796 vty_out(vty, " TMSI: %08X%s", subscr->tmsi,
Harald Welte270c06c2009-08-15 03:24:51 +0200797 VTY_NEWLINE);
Sylvain Munaute5863a22009-12-27 19:29:28 +0100798
Harald Welte (local)02d5efa2009-08-14 20:27:16 +0200799 vty_out(vty, " Use count: %u%s", subscr->use_count, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +0800800}
801
Harald Welte44007742009-12-22 21:43:14 +0100802static void meas_rep_dump_uni_vty(struct vty *vty,
803 struct gsm_meas_rep_unidir *mru,
804 const char *prefix,
805 const char *dir)
806{
807 vty_out(vty, "%s RXL-FULL-%s: %4d dBm, RXL-SUB-%s: %4d dBm ",
808 prefix, dir, rxlev2dbm(mru->full.rx_lev),
809 dir, rxlev2dbm(mru->sub.rx_lev));
810 vty_out(vty, "RXQ-FULL-%s: %d, RXQ-SUB-%s: %d%s",
811 dir, mru->full.rx_qual, dir, mru->sub.rx_qual,
812 VTY_NEWLINE);
813}
814
815static void meas_rep_dump_vty(struct vty *vty, struct gsm_meas_rep *mr,
816 const char *prefix)
817{
818 vty_out(vty, "%sMeasurement Report:%s", prefix, VTY_NEWLINE);
819 vty_out(vty, "%s Flags: %s%s%s%s%s", prefix,
820 mr->flags & MEAS_REP_F_UL_DTX ? "DTXu " : "",
821 mr->flags & MEAS_REP_F_DL_DTX ? "DTXd " : "",
822 mr->flags & MEAS_REP_F_FPC ? "FPC " : "",
823 mr->flags & MEAS_REP_F_DL_VALID ? " " : "DLinval ",
824 VTY_NEWLINE);
825 if (mr->flags & MEAS_REP_F_MS_TO)
826 vty_out(vty, "%s MS Timing Offset: %u%s", prefix,
827 mr->ms_timing_offset, VTY_NEWLINE);
828 if (mr->flags & MEAS_REP_F_MS_L1)
829 vty_out(vty, "%s L1 MS Power: %u dBm, Timing Advance: %u%s",
830 prefix, mr->ms_l1.pwr, mr->ms_l1.ta, VTY_NEWLINE);
831 if (mr->flags & MEAS_REP_F_DL_VALID)
832 meas_rep_dump_uni_vty(vty, &mr->dl, prefix, "dl");
833 meas_rep_dump_uni_vty(vty, &mr->ul, prefix, "ul");
834}
835
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +0800836static void lchan_dump_full_vty(struct vty *vty, struct gsm_lchan *lchan)
Harald Welte59b04682009-06-10 05:40:52 +0800837{
Harald Welte44007742009-12-22 21:43:14 +0100838 int idx;
839
Harald Weltef62dad62010-12-24 12:22:34 +0100840 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u: Type %s%s",
841 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
842 lchan->nr, gsm_lchant_name(lchan->type), VTY_NEWLINE);
Holger Hans Peter Freyther6e5c50f2010-06-28 17:09:29 +0800843 vty_out(vty, " Connection: %u, State: %s%s",
844 lchan->conn ? 1: 0,
Harald Welteab2534c2009-12-29 10:52:38 +0100845 gsm_lchans_name(lchan->state), VTY_NEWLINE);
Harald Welteb761bf82009-12-12 18:17:25 +0100846 vty_out(vty, " BS Power: %u dBm, MS Power: %u dBm%s",
847 lchan->ts->trx->nominal_power - lchan->ts->trx->max_power_red
848 - lchan->bs_power*2,
849 ms_pwr_dbm(lchan->ts->trx->bts->band, lchan->ms_power),
850 VTY_NEWLINE);
Holger Hans Peter Freyther1a95fa82010-06-28 15:47:12 +0800851 if (lchan->conn && lchan->conn->subscr) {
Harald Welte59b04682009-06-10 05:40:52 +0800852 vty_out(vty, " Subscriber:%s", VTY_NEWLINE);
Holger Hans Peter Freyther1a95fa82010-06-28 15:47:12 +0800853 subscr_dump_vty(vty, lchan->conn->subscr);
Harald Welte59b04682009-06-10 05:40:52 +0800854 } else
855 vty_out(vty, " No Subscriber%s", VTY_NEWLINE);
Harald Welte87504212009-12-02 01:56:49 +0530856 if (is_ipaccess_bts(lchan->ts->trx->bts)) {
857 struct in_addr ia;
Holger Hans Peter Freythercec1ec52010-04-07 15:39:16 +0200858 ia.s_addr = htonl(lchan->abis_ip.bound_ip);
Harald Welte87504212009-12-02 01:56:49 +0530859 vty_out(vty, " Bound IP: %s Port %u RTP_TYPE2=%u CONN_ID=%u%s",
860 inet_ntoa(ia), lchan->abis_ip.bound_port,
861 lchan->abis_ip.rtp_payload2, lchan->abis_ip.conn_id,
862 VTY_NEWLINE);
863 }
Harald Welte44007742009-12-22 21:43:14 +0100864
865 /* we want to report the last measurement report */
866 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
867 lchan->meas_rep_idx, 1);
868 meas_rep_dump_vty(vty, &lchan->meas_rep[idx], " ");
Harald Welte59b04682009-06-10 05:40:52 +0800869}
870
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +0800871static void lchan_dump_short_vty(struct vty *vty, struct gsm_lchan *lchan)
872{
Holger Hans Peter Freythercf13a922010-05-14 01:57:02 +0800873 struct gsm_meas_rep *mr;
874 int idx;
875
876 /* we want to report the last measurement report */
877 idx = calc_initial_idx(ARRAY_SIZE(lchan->meas_rep),
878 lchan->meas_rep_idx, 1);
879 mr = &lchan->meas_rep[idx];
880
Harald Weltef62dad62010-12-24 12:22:34 +0100881 vty_out(vty, "BTS %u, TRX %u, Timeslot %u, Lchan %u, Type %s - "
882 "L1 MS Power: %u dBm RXL-FULL-dl: %4d dBm RXL-FULL-ul: %4d dBm%s",
883 lchan->ts->trx->bts->nr, lchan->ts->trx->nr, lchan->ts->nr,
Harald Welte81c2ed32010-12-24 12:26:13 +0100884 lchan->nr, gsm_lchant_name(lchan->type), mr->ms_l1.pwr,
Holger Hans Peter Freythercf13a922010-05-14 01:57:02 +0800885 rxlev2dbm(mr->dl.full.rx_lev),
886 rxlev2dbm(mr->ul.full.rx_lev),
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +0800887 VTY_NEWLINE);
888}
889
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +0800890static int lchan_summary(struct vty *vty, int argc, const char **argv,
891 void (*dump_cb)(struct vty *, struct gsm_lchan *))
Harald Welte59b04682009-06-10 05:40:52 +0800892{
Harald Welte40152872010-05-16 20:52:23 +0200893 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +0800894 struct gsm_bts *bts;
895 struct gsm_bts_trx *trx;
896 struct gsm_bts_trx_ts *ts;
897 struct gsm_lchan *lchan;
898 int bts_nr, trx_nr, ts_nr, lchan_nr;
899
900 if (argc >= 1) {
901 /* use the BTS number that the user has specified */
902 bts_nr = atoi(argv[0]);
903 if (bts_nr >= net->num_bts) {
904 vty_out(vty, "%% can't find BTS %s%s", argv[0],
905 VTY_NEWLINE);
906 return CMD_WARNING;
907 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200908 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800909 }
910 if (argc >= 2) {
911 trx_nr = atoi(argv[1]);
912 if (trx_nr >= bts->num_trx) {
913 vty_out(vty, "%% can't find TRX %s%s", argv[1],
914 VTY_NEWLINE);
915 return CMD_WARNING;
916 }
Harald Weltee712a5f2009-06-21 16:17:15 +0200917 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800918 }
919 if (argc >= 3) {
920 ts_nr = atoi(argv[2]);
921 if (ts_nr >= TRX_NR_TS) {
922 vty_out(vty, "%% can't find TS %s%s", argv[2],
923 VTY_NEWLINE);
924 return CMD_WARNING;
925 }
926 ts = &trx->ts[ts_nr];
927 }
928 if (argc >= 4) {
929 lchan_nr = atoi(argv[3]);
930 if (lchan_nr >= TS_MAX_LCHAN) {
931 vty_out(vty, "%% can't find LCHAN %s%s", argv[3],
932 VTY_NEWLINE);
933 return CMD_WARNING;
934 }
935 lchan = &ts->lchan[lchan_nr];
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +0800936 dump_cb(vty, lchan);
Harald Welte59b04682009-06-10 05:40:52 +0800937 return CMD_SUCCESS;
938 }
939 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200940 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800941 for (trx_nr = 0; trx_nr < bts->num_trx; trx_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +0200942 trx = gsm_bts_trx_num(bts, trx_nr);
Harald Welte59b04682009-06-10 05:40:52 +0800943 for (ts_nr = 0; ts_nr < TRX_NR_TS; ts_nr++) {
944 ts = &trx->ts[ts_nr];
945 for (lchan_nr = 0; lchan_nr < TS_MAX_LCHAN;
946 lchan_nr++) {
947 lchan = &ts->lchan[lchan_nr];
Jan Luebbed18d8f02011-08-11 04:40:00 +0200948 if ((lchan->type == GSM_LCHAN_NONE) && (lchan->state == LCHAN_S_NONE))
Harald Welte59b04682009-06-10 05:40:52 +0800949 continue;
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +0800950 dump_cb(vty, lchan);
Harald Welte59b04682009-06-10 05:40:52 +0800951 }
952 }
953 }
954 }
955
956 return CMD_SUCCESS;
957}
958
Holger Hans Peter Freyther5424e022010-05-14 02:03:16 +0800959
960DEFUN(show_lchan,
961 show_lchan_cmd,
962 "show lchan [bts_nr] [trx_nr] [ts_nr] [lchan_nr]",
963 SHOW_STR "Display information about a logical channel\n"
964 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
965 "Logical Channel Number\n")
966
967{
968 return lchan_summary(vty, argc, argv, lchan_dump_full_vty);
969}
970
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +0800971DEFUN(show_lchan_summary,
972 show_lchan_summary_cmd,
973 "show lchan summary [bts_nr] [trx_nr] [ts_nr] [lchan_nr]",
974 SHOW_STR "Display information about a logical channel\n"
975 "BTS Number\n" "TRX Number\n" "Timeslot Number\n"
976 "Logical Channel Number\n")
977{
978 return lchan_summary(vty, argc, argv, lchan_dump_short_vty);
979}
980
Harald Welte59b04682009-06-10 05:40:52 +0800981static void paging_dump_vty(struct vty *vty, struct gsm_paging_request *pag)
982{
983 vty_out(vty, "Paging on BTS %u%s", pag->bts->nr, VTY_NEWLINE);
984 subscr_dump_vty(vty, pag->subscr);
985}
986
987static void bts_paging_dump_vty(struct vty *vty, struct gsm_bts *bts)
988{
989 struct gsm_paging_request *pag;
990
991 llist_for_each_entry(pag, &bts->paging.pending_requests, entry)
992 paging_dump_vty(vty, pag);
993}
994
995DEFUN(show_paging,
996 show_paging_cmd,
997 "show paging [bts_nr]",
Harald Welte9e002452010-05-11 21:53:49 +0200998 SHOW_STR "Display information about paging reuqests of a BTS\n"
999 "BTS Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08001000{
Harald Welte40152872010-05-16 20:52:23 +02001001 struct gsm_network *net = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001002 struct gsm_bts *bts;
1003 int bts_nr;
1004
1005 if (argc >= 1) {
1006 /* use the BTS number that the user has specified */
1007 bts_nr = atoi(argv[0]);
1008 if (bts_nr >= net->num_bts) {
1009 vty_out(vty, "%% can't find BTS %s%s", argv[0],
1010 VTY_NEWLINE);
1011 return CMD_WARNING;
1012 }
Harald Weltee712a5f2009-06-21 16:17:15 +02001013 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +08001014 bts_paging_dump_vty(vty, bts);
1015
1016 return CMD_SUCCESS;
1017 }
1018 for (bts_nr = 0; bts_nr < net->num_bts; bts_nr++) {
Harald Weltee712a5f2009-06-21 16:17:15 +02001019 bts = gsm_bts_num(net, bts_nr);
Harald Welte59b04682009-06-10 05:40:52 +08001020 bts_paging_dump_vty(vty, bts);
1021 }
1022
1023 return CMD_SUCCESS;
1024}
1025
Harald Welte9e002452010-05-11 21:53:49 +02001026#define NETWORK_STR "Configure the GSM network\n"
1027
Harald Weltee87eb462009-08-07 13:29:14 +02001028DEFUN(cfg_net,
1029 cfg_net_cmd,
Harald Welte9e002452010-05-11 21:53:49 +02001030 "network", NETWORK_STR)
Harald Weltee87eb462009-08-07 13:29:14 +02001031{
Harald Welte40152872010-05-16 20:52:23 +02001032 vty->index = gsmnet_from_vty(vty);
Harald Weltee87eb462009-08-07 13:29:14 +02001033 vty->node = GSMNET_NODE;
1034
1035 return CMD_SUCCESS;
1036}
1037
1038
1039DEFUN(cfg_net_ncc,
1040 cfg_net_ncc_cmd,
1041 "network country code <1-999>",
1042 "Set the GSM network country code")
1043{
Harald Welte40152872010-05-16 20:52:23 +02001044 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1045
Harald Weltee87eb462009-08-07 13:29:14 +02001046 gsmnet->country_code = atoi(argv[0]);
1047
1048 return CMD_SUCCESS;
1049}
1050
1051DEFUN(cfg_net_mnc,
1052 cfg_net_mnc_cmd,
Dieter Spaarf1295252011-07-27 23:43:56 +02001053 "mobile network code <0-999>",
Harald Weltee87eb462009-08-07 13:29:14 +02001054 "Set the GSM mobile network code")
1055{
Harald Welte40152872010-05-16 20:52:23 +02001056 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1057
Harald Weltee87eb462009-08-07 13:29:14 +02001058 gsmnet->network_code = atoi(argv[0]);
1059
1060 return CMD_SUCCESS;
1061}
1062
1063DEFUN(cfg_net_name_short,
1064 cfg_net_name_short_cmd,
1065 "short name NAME",
1066 "Set the short GSM network name")
1067{
Harald Welte40152872010-05-16 20:52:23 +02001068 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1069
Holger Hans Peter Freyther7c831f62010-10-12 23:21:54 +02001070 bsc_replace_string(gsmnet, &gsmnet->name_short, argv[0]);
Harald Weltee87eb462009-08-07 13:29:14 +02001071 return CMD_SUCCESS;
1072}
1073
1074DEFUN(cfg_net_name_long,
1075 cfg_net_name_long_cmd,
1076 "long name NAME",
1077 "Set the long GSM network name")
1078{
Harald Welte40152872010-05-16 20:52:23 +02001079 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1080
Holger Hans Peter Freyther7c831f62010-10-12 23:21:54 +02001081 bsc_replace_string(gsmnet, &gsmnet->name_long, argv[0]);
Harald Weltee87eb462009-08-07 13:29:14 +02001082 return CMD_SUCCESS;
1083}
Harald Welte59b04682009-06-10 05:40:52 +08001084
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001085DEFUN(cfg_net_auth_policy,
1086 cfg_net_auth_policy_cmd,
1087 "auth policy (closed|accept-all|token)",
Harald Welte9e002452010-05-11 21:53:49 +02001088 "Authentication (not cryptographic)\n"
1089 "Set the GSM network authentication policy\n"
1090 "Require the MS to be activated in HLR\n"
1091 "Accept all MS, whether in HLR or not\n"
1092 "Use SMS-token based authentication\n")
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001093{
1094 enum gsm_auth_policy policy = gsm_auth_policy_parse(argv[0]);
Harald Welte40152872010-05-16 20:52:23 +02001095 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02001096
1097 gsmnet->auth_policy = policy;
1098
1099 return CMD_SUCCESS;
1100}
1101
Harald Welte59936d72009-11-18 20:33:19 +01001102DEFUN(cfg_net_reject_cause,
1103 cfg_net_reject_cause_cmd,
1104 "location updating reject cause <2-111>",
1105 "Set the reject cause of location updating reject\n")
1106{
Harald Welte40152872010-05-16 20:52:23 +02001107 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1108
Harald Welte59936d72009-11-18 20:33:19 +01001109 gsmnet->reject_cause = atoi(argv[0]);
1110
1111 return CMD_SUCCESS;
1112}
1113
Harald Weltecca253a2009-08-30 15:47:06 +09001114DEFUN(cfg_net_encryption,
1115 cfg_net_encryption_cmd,
1116 "encryption a5 (0|1|2)",
Harald Welte18ce31c2010-05-14 20:05:17 +02001117 "Encryption options\n"
1118 "A5 encryption\n" "A5/0: No encryption\n"
1119 "A5/1: Encryption\n" "A5/2: Export-grade Encryption\n")
Harald Weltecca253a2009-08-30 15:47:06 +09001120{
Harald Welte40152872010-05-16 20:52:23 +02001121 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1122
Andreas.Eversberg53293292009-11-17 09:55:26 +01001123 gsmnet->a5_encryption= atoi(argv[0]);
Harald Weltecca253a2009-08-30 15:47:06 +09001124
1125 return CMD_SUCCESS;
1126}
1127
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001128DEFUN(cfg_net_neci,
1129 cfg_net_neci_cmd,
1130 "neci (0|1)",
Harald Welte18ce31c2010-05-14 20:05:17 +02001131 "New Establish Cause Indication\n"
1132 "Don't set the NECI bit\n" "Set the NECI bit\n")
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001133{
Harald Welte40152872010-05-16 20:52:23 +02001134 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1135
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001136 gsmnet->neci = atoi(argv[0]);
Holger Hans Peter Freytherf0f37f12010-09-06 09:36:02 +08001137 gsm_net_update_ctype(gsmnet);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01001138 return CMD_SUCCESS;
1139}
1140
Harald Welte52af1952009-12-13 10:53:12 +01001141DEFUN(cfg_net_rrlp_mode, cfg_net_rrlp_mode_cmd,
1142 "rrlp mode (none|ms-based|ms-preferred|ass-preferred)",
Harald Welte9e002452010-05-11 21:53:49 +02001143 "Radio Resource Location Protocol\n"
1144 "Set the Radio Resource Location Protocol Mode\n"
1145 "Don't send RRLP request\n"
1146 "Request MS-based location\n"
1147 "Request any location, prefer MS-based\n"
1148 "Request any location, prefer MS-assisted\n")
Harald Welte52af1952009-12-13 10:53:12 +01001149{
Harald Welte40152872010-05-16 20:52:23 +02001150 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1151
Harald Welte52af1952009-12-13 10:53:12 +01001152 gsmnet->rrlp.mode = rrlp_mode_parse(argv[0]);
1153
1154 return CMD_SUCCESS;
1155}
1156
Harald Weltea310f3e2009-12-14 09:00:24 +01001157DEFUN(cfg_net_mm_info, cfg_net_mm_info_cmd,
1158 "mm info (0|1)",
1159 "Whether to send MM INFO after LOC UPD ACCEPT")
1160{
Harald Welte40152872010-05-16 20:52:23 +02001161 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1162
Harald Weltea310f3e2009-12-14 09:00:24 +01001163 gsmnet->send_mm_info = atoi(argv[0]);
1164
1165 return CMD_SUCCESS;
1166}
1167
Harald Welte9e002452010-05-11 21:53:49 +02001168#define HANDOVER_STR "Handover Options\n"
1169
Harald Welte0af9c9f2009-12-19 21:41:52 +01001170DEFUN(cfg_net_handover, cfg_net_handover_cmd,
1171 "handover (0|1)",
Harald Welte9e002452010-05-11 21:53:49 +02001172 HANDOVER_STR
1173 "Don't perform in-call handover\n"
1174 "Perform in-call handover\n")
Harald Welte0af9c9f2009-12-19 21:41:52 +01001175{
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001176 int enable = atoi(argv[0]);
Harald Welte40152872010-05-16 20:52:23 +02001177 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001178
1179 if (enable && ipacc_rtp_direct) {
Harald Welteaa2c3032009-12-20 13:51:01 +01001180 vty_out(vty, "%% Cannot enable handover unless RTP Proxy mode "
1181 "is enabled by using the -P command line option%s",
1182 VTY_NEWLINE);
1183 return CMD_WARNING;
1184 }
Holger Hans Peter Freyther3524d4b2010-01-07 16:14:38 +01001185 gsmnet->handover.active = enable;
Harald Welte0af9c9f2009-12-19 21:41:52 +01001186
1187 return CMD_SUCCESS;
1188}
1189
Harald Welte9e002452010-05-11 21:53:49 +02001190#define HO_WIN_STR HANDOVER_STR "Measurement Window\n"
1191#define HO_WIN_RXLEV_STR HO_WIN_STR "Received Level Averaging\n"
1192#define HO_WIN_RXQUAL_STR HO_WIN_STR "Received Quality Averaging\n"
1193#define HO_PBUDGET_STR HANDOVER_STR "Power Budget\n"
1194
Harald Weltea8062f12009-12-21 16:51:50 +01001195DEFUN(cfg_net_ho_win_rxlev_avg, cfg_net_ho_win_rxlev_avg_cmd,
1196 "handover window rxlev averaging <1-10>",
Harald Welte9e002452010-05-11 21:53:49 +02001197 HO_WIN_RXLEV_STR
Harald Weltea8062f12009-12-21 16:51:50 +01001198 "How many RxLev measurements are used for averaging")
1199{
Harald Welte40152872010-05-16 20:52:23 +02001200 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001201 gsmnet->handover.win_rxlev_avg = atoi(argv[0]);
1202 return CMD_SUCCESS;
1203}
1204
1205DEFUN(cfg_net_ho_win_rxqual_avg, cfg_net_ho_win_rxqual_avg_cmd,
1206 "handover window rxqual averaging <1-10>",
Harald Welte9e002452010-05-11 21:53:49 +02001207 HO_WIN_RXQUAL_STR
Harald Weltea8062f12009-12-21 16:51:50 +01001208 "How many RxQual measurements are used for averaging")
1209{
Harald Welte40152872010-05-16 20:52:23 +02001210 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001211 gsmnet->handover.win_rxqual_avg = atoi(argv[0]);
1212 return CMD_SUCCESS;
1213}
1214
1215DEFUN(cfg_net_ho_win_rxlev_neigh_avg, cfg_net_ho_win_rxlev_avg_neigh_cmd,
1216 "handover window rxlev neighbor averaging <1-10>",
Harald Welte9e002452010-05-11 21:53:49 +02001217 HO_WIN_RXLEV_STR
Harald Weltea8062f12009-12-21 16:51:50 +01001218 "How many RxQual measurements are used for averaging")
1219{
Harald Welte40152872010-05-16 20:52:23 +02001220 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001221 gsmnet->handover.win_rxlev_avg_neigh = atoi(argv[0]);
1222 return CMD_SUCCESS;
1223}
1224
1225DEFUN(cfg_net_ho_pwr_interval, cfg_net_ho_pwr_interval_cmd,
1226 "handover power budget interval <1-99>",
Harald Welte9e002452010-05-11 21:53:49 +02001227 HO_PBUDGET_STR
Harald Weltea8062f12009-12-21 16:51:50 +01001228 "How often to check if we have a better cell (SACCH frames)")
1229{
Harald Welte40152872010-05-16 20:52:23 +02001230 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001231 gsmnet->handover.pwr_interval = atoi(argv[0]);
1232 return CMD_SUCCESS;
1233}
1234
1235DEFUN(cfg_net_ho_pwr_hysteresis, cfg_net_ho_pwr_hysteresis_cmd,
1236 "handover power budget hysteresis <0-999>",
Harald Welte9e002452010-05-11 21:53:49 +02001237 HO_PBUDGET_STR
Harald Weltea8062f12009-12-21 16:51:50 +01001238 "How many dB does a neighbor to be stronger to become a HO candidate")
1239{
Harald Welte40152872010-05-16 20:52:23 +02001240 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001241 gsmnet->handover.pwr_hysteresis = atoi(argv[0]);
1242 return CMD_SUCCESS;
1243}
1244
1245DEFUN(cfg_net_ho_max_distance, cfg_net_ho_max_distance_cmd,
1246 "handover maximum distance <0-9999>",
Harald Welte9e002452010-05-11 21:53:49 +02001247 HANDOVER_STR
Harald Weltea8062f12009-12-21 16:51:50 +01001248 "How big is the maximum timing advance before HO is forced")
1249{
Harald Welte40152872010-05-16 20:52:23 +02001250 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Weltea8062f12009-12-21 16:51:50 +01001251 gsmnet->handover.max_distance = atoi(argv[0]);
1252 return CMD_SUCCESS;
1253}
Harald Welte0af9c9f2009-12-19 21:41:52 +01001254
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001255DEFUN(cfg_net_pag_any_tch,
1256 cfg_net_pag_any_tch_cmd,
1257 "paging any use tch (0|1)",
1258 "Assign a TCH when receiving a Paging Any request")
1259{
Holger Hans Peter Freytherc5628882010-09-06 10:09:19 +08001260 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08001261 gsmnet->pag_any_tch = atoi(argv[0]);
1262 gsm_net_update_ctype(gsmnet);
1263 return CMD_SUCCESS;
1264}
1265
Holger Hans Peter Freyther13ae9802009-12-22 08:27:21 +01001266#define DECLARE_TIMER(number, doc) \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001267 DEFUN(cfg_net_T##number, \
1268 cfg_net_T##number##_cmd, \
1269 "timer t" #number " <0-65535>", \
Harald Welte9e002452010-05-11 21:53:49 +02001270 "Configure GSM Timers\n" \
Holger Hans Peter Freyther13ae9802009-12-22 08:27:21 +01001271 doc) \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001272{ \
Harald Welte40152872010-05-16 20:52:23 +02001273 struct gsm_network *gsmnet = gsmnet_from_vty(vty); \
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001274 int value = atoi(argv[0]); \
1275 \
1276 if (value < 0 || value > 65535) { \
1277 vty_out(vty, "Timer value %s out of range.%s", \
1278 argv[0], VTY_NEWLINE); \
1279 return CMD_WARNING; \
1280 } \
1281 \
1282 gsmnet->T##number = value; \
1283 return CMD_SUCCESS; \
1284}
1285
Holger Hans Peter Freyther13ae9802009-12-22 08:27:21 +01001286DECLARE_TIMER(3101, "Set the timeout value for IMMEDIATE ASSIGNMENT.")
1287DECLARE_TIMER(3103, "Set the timeout value for HANDOVER.")
1288DECLARE_TIMER(3105, "Currently not used.")
1289DECLARE_TIMER(3107, "Currently not used.")
1290DECLARE_TIMER(3109, "Currently not used.")
Holger Hans Peter Freyther4a00c062010-05-31 21:33:15 +08001291DECLARE_TIMER(3111, "Set the RSL timeout to wait before releasing the RF Channel.")
Holger Hans Peter Freyther13ae9802009-12-22 08:27:21 +01001292DECLARE_TIMER(3113, "Set the time to try paging a subscriber.")
1293DECLARE_TIMER(3115, "Currently not used.")
1294DECLARE_TIMER(3117, "Currently not used.")
1295DECLARE_TIMER(3119, "Currently not used.")
Harald Weltea00fdd72010-12-23 14:39:29 +01001296DECLARE_TIMER(3122, "Waiting time (seconds) after IMM ASS REJECT")
Holger Hans Peter Freyther13ae9802009-12-22 08:27:21 +01001297DECLARE_TIMER(3141, "Currently not used.")
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001298
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08001299DEFUN(cfg_net_dtx,
1300 cfg_net_dtx_cmd,
1301 "dtx-used (0|1)",
1302 "Enable the usage of DTX.\n"
1303 "DTX is enabled/disabled")
1304{
1305 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1306 gsmnet->dtx_enabled = atoi(argv[0]);
1307 return CMD_SUCCESS;
1308}
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01001309
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +01001310DEFUN(cfg_net_subscr_keep,
1311 cfg_net_subscr_keep_cmd,
1312 "subscriber-keep-in-ram (0|1)",
1313 "Keep unused subscribers in RAM.\n"
1314 "Delete unused subscribers\n" "Keep unused subscribers\n")
1315{
1316 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
1317 gsmnet->keep_subscr = atoi(argv[0]);
1318 return CMD_SUCCESS;
1319}
1320
Harald Welte59b04682009-06-10 05:40:52 +08001321/* per-BTS configuration */
1322DEFUN(cfg_bts,
1323 cfg_bts_cmd,
1324 "bts BTS_NR",
Harald Welte9e002452010-05-11 21:53:49 +02001325 "Select a BTS to configure\n"
1326 "BTS Number\n")
Harald Welte59b04682009-06-10 05:40:52 +08001327{
Harald Welte40152872010-05-16 20:52:23 +02001328 struct gsm_network *gsmnet = gsmnet_from_vty(vty);
Harald Welte59b04682009-06-10 05:40:52 +08001329 int bts_nr = atoi(argv[0]);
1330 struct gsm_bts *bts;
1331
Harald Weltee712a5f2009-06-21 16:17:15 +02001332 if (bts_nr > gsmnet->num_bts) {
1333 vty_out(vty, "%% The next unused BTS number is %u%s",
1334 gsmnet->num_bts, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +08001335 return CMD_WARNING;
Harald Weltee712a5f2009-06-21 16:17:15 +02001336 } else if (bts_nr == gsmnet->num_bts) {
1337 /* allocate a new one */
Harald Weltec7881282011-06-05 13:31:33 +02001338 bts = gsm_bts_alloc_register(gsmnet, GSM_BTS_TYPE_UNKNOWN,
1339 HARDCODED_TSC, HARDCODED_BSIC);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02001340 } else
Harald Weltee712a5f2009-06-21 16:17:15 +02001341 bts = gsm_bts_num(gsmnet, bts_nr);
1342
Daniel Willmann580085f2010-01-11 13:43:07 +01001343 if (!bts) {
1344 vty_out(vty, "%% Unable to allocate BTS %u%s",
1345 gsmnet->num_bts, VTY_NEWLINE);
Harald Weltee712a5f2009-06-21 16:17:15 +02001346 return CMD_WARNING;
Daniel Willmann580085f2010-01-11 13:43:07 +01001347 }
Harald Welte59b04682009-06-10 05:40:52 +08001348
1349 vty->index = bts;
Harald Welte8791dac2010-05-14 17:59:53 +02001350 vty->index_sub = &bts->description;
Harald Welte59b04682009-06-10 05:40:52 +08001351 vty->node = BTS_NODE;
1352
1353 return CMD_SUCCESS;
1354}
1355
1356DEFUN(cfg_bts_type,
1357 cfg_bts_type_cmd,
1358 "type TYPE",
1359 "Set the BTS type\n")
1360{
1361 struct gsm_bts *bts = vty->index;
Harald Welte59698fb2010-01-10 18:01:52 +01001362 int rc;
Harald Welte59b04682009-06-10 05:40:52 +08001363
Harald Welte59698fb2010-01-10 18:01:52 +01001364 rc = gsm_set_bts_type(bts, parse_btstype(argv[0]));
1365 if (rc < 0)
1366 return CMD_WARNING;
Harald Welte25572872009-10-20 00:22:00 +02001367
Harald Welte59b04682009-06-10 05:40:52 +08001368 return CMD_SUCCESS;
1369}
1370
Harald Welte91afe4c2009-06-20 18:15:19 +02001371DEFUN(cfg_bts_band,
1372 cfg_bts_band_cmd,
1373 "band BAND",
1374 "Set the frequency band of this BTS\n")
1375{
1376 struct gsm_bts *bts = vty->index;
Harald Welte62868882009-08-08 16:12:58 +02001377 int band = gsm_band_parse(argv[0]);
Harald Welte91afe4c2009-06-20 18:15:19 +02001378
1379 if (band < 0) {
1380 vty_out(vty, "%% BAND %d is not a valid GSM band%s",
1381 band, VTY_NEWLINE);
1382 return CMD_WARNING;
1383 }
1384
1385 bts->band = band;
1386
1387 return CMD_SUCCESS;
1388}
1389
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02001390DEFUN(cfg_bts_ci,
1391 cfg_bts_ci_cmd,
1392 "cell_identity <0-65535>",
1393 "Set the Cell identity of this BTS\n")
1394{
1395 struct gsm_bts *bts = vty->index;
1396 int ci = atoi(argv[0]);
1397
1398 if (ci < 0 || ci > 0xffff) {
1399 vty_out(vty, "%% CI %d is not in the valid range (0-65535)%s",
1400 ci, VTY_NEWLINE);
1401 return CMD_WARNING;
1402 }
1403 bts->cell_identity = ci;
1404
1405 return CMD_SUCCESS;
1406}
1407
Harald Welte59b04682009-06-10 05:40:52 +08001408DEFUN(cfg_bts_lac,
1409 cfg_bts_lac_cmd,
Holger Hans Peter Freyther54a22832009-09-29 14:02:33 +02001410 "location_area_code <0-65535>",
Harald Welte59b04682009-06-10 05:40:52 +08001411 "Set the Location Area Code (LAC) of this BTS\n")
1412{
1413 struct gsm_bts *bts = vty->index;
1414 int lac = atoi(argv[0]);
1415
Holger Hans Peter Freyther54a22832009-09-29 14:02:33 +02001416 if (lac < 0 || lac > 0xffff) {
1417 vty_out(vty, "%% LAC %d is not in the valid range (0-65535)%s",
Harald Welte59b04682009-06-10 05:40:52 +08001418 lac, VTY_NEWLINE);
1419 return CMD_WARNING;
1420 }
Holger Hans Peter Freyther6c6ab862009-10-01 04:07:15 +02001421
1422 if (lac == GSM_LAC_RESERVED_DETACHED || lac == GSM_LAC_RESERVED_ALL_BTS) {
1423 vty_out(vty, "%% LAC %d is reserved by GSM 04.08%s",
1424 lac, VTY_NEWLINE);
1425 return CMD_WARNING;
1426 }
1427
Harald Welte59b04682009-06-10 05:40:52 +08001428 bts->location_area_code = lac;
1429
1430 return CMD_SUCCESS;
1431}
1432
Harald Weltea54a2bb2009-12-01 18:04:30 +05301433
Harald Welte59b04682009-06-10 05:40:52 +08001434DEFUN(cfg_bts_tsc,
1435 cfg_bts_tsc_cmd,
1436 "training_sequence_code <0-255>",
1437 "Set the Training Sequence Code (TSC) of this BTS\n")
1438{
1439 struct gsm_bts *bts = vty->index;
1440 int tsc = atoi(argv[0]);
1441
1442 if (tsc < 0 || tsc > 0xff) {
1443 vty_out(vty, "%% TSC %d is not in the valid range (0-255)%s",
1444 tsc, VTY_NEWLINE);
1445 return CMD_WARNING;
1446 }
1447 bts->tsc = tsc;
1448
1449 return CMD_SUCCESS;
1450}
1451
1452DEFUN(cfg_bts_bsic,
1453 cfg_bts_bsic_cmd,
1454 "base_station_id_code <0-63>",
1455 "Set the Base Station Identity Code (BSIC) of this BTS\n")
1456{
1457 struct gsm_bts *bts = vty->index;
1458 int bsic = atoi(argv[0]);
1459
1460 if (bsic < 0 || bsic > 0x3f) {
Harald Welte62868882009-08-08 16:12:58 +02001461 vty_out(vty, "%% BSIC %d is not in the valid range (0-255)%s",
Harald Welte59b04682009-06-10 05:40:52 +08001462 bsic, VTY_NEWLINE);
1463 return CMD_WARNING;
1464 }
1465 bts->bsic = bsic;
1466
1467 return CMD_SUCCESS;
1468}
1469
1470
1471DEFUN(cfg_bts_unit_id,
1472 cfg_bts_unit_id_cmd,
Harald Weltef515aa02009-08-07 13:27:09 +02001473 "ip.access unit_id <0-65534> <0-255>",
1474 "Set the ip.access BTS Unit ID of this BTS\n")
Harald Welte59b04682009-06-10 05:40:52 +08001475{
1476 struct gsm_bts *bts = vty->index;
1477 int site_id = atoi(argv[0]);
1478 int bts_id = atoi(argv[1]);
1479
Harald Weltef515aa02009-08-07 13:27:09 +02001480 if (!is_ipaccess_bts(bts)) {
1481 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1482 return CMD_WARNING;
1483 }
1484
Harald Welte59b04682009-06-10 05:40:52 +08001485 bts->ip_access.site_id = site_id;
1486 bts->ip_access.bts_id = bts_id;
1487
1488 return CMD_SUCCESS;
1489}
1490
Harald Welte08011e22011-03-04 13:41:31 +01001491DEFUN(cfg_bts_serno,
1492 cfg_bts_serno_cmd,
1493 "hsl serial-number STRING",
1494 "Set the HSL Serial Number of this BTS\n")
1495{
1496 struct gsm_bts *bts = vty->index;
1497
1498 if (bts->type != GSM_BTS_TYPE_HSL_FEMTO) {
1499 vty_out(vty, "%% BTS is not of HSL type%s", VTY_NEWLINE);
1500 return CMD_WARNING;
1501 }
1502
1503 bts->hsl.serno = strtoul(argv[0], NULL, 10);
1504
1505 return CMD_SUCCESS;
1506}
1507
Harald Welte9e002452010-05-11 21:53:49 +02001508#define OML_STR "Organization & Maintenance Link\n"
1509#define IPA_STR "ip.access Specific Options\n"
1510
Harald Welte25572872009-10-20 00:22:00 +02001511DEFUN(cfg_bts_stream_id,
1512 cfg_bts_stream_id_cmd,
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001513 "oml ip.access stream_id <0-255> line E1_LINE",
Harald Welte9e002452010-05-11 21:53:49 +02001514 OML_STR IPA_STR
Harald Welte25572872009-10-20 00:22:00 +02001515 "Set the ip.access Stream ID of the OML link of this BTS\n")
1516{
1517 struct gsm_bts *bts = vty->index;
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001518 int stream_id = atoi(argv[0]), linenr = atoi(argv[1]);
Harald Welte25572872009-10-20 00:22:00 +02001519
1520 if (!is_ipaccess_bts(bts)) {
1521 vty_out(vty, "%% BTS is not of ip.access type%s", VTY_NEWLINE);
1522 return CMD_WARNING;
1523 }
1524
1525 bts->oml_tei = stream_id;
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02001526 /* This is used by e1inp_bind_ops callback for each BTS model. */
1527 bts->oml_e1_link.e1_nr = linenr;
1528
1529 return CMD_SUCCESS;
1530}
1531
1532DEFUN(cfg_bts_hsl_oml,
1533 cfg_bts_hsl_oml_cmd,
1534 "oml hsl line E1_LINE",
1535 OML_STR "HSL femto Specific Options"
1536 "Set OML link of this HSL femto BTS\n")
1537{
1538 struct gsm_bts *bts = vty->index;
1539 int linenr = atoi(argv[0]);
1540
1541 if (!(bts->type == GSM_BTS_TYPE_HSL_FEMTO)) {
1542 vty_out(vty, "%% BTS is not of HSL type%s", VTY_NEWLINE);
1543 return CMD_WARNING;
1544 }
1545
1546 bts->oml_e1_link.e1_nr = linenr;
Harald Welte25572872009-10-20 00:22:00 +02001547
1548 return CMD_SUCCESS;
1549}
1550
Harald Welte9e002452010-05-11 21:53:49 +02001551#define OML_E1_STR OML_STR "E1 Line\n"
Harald Welte25572872009-10-20 00:22:00 +02001552
Harald Welte62868882009-08-08 16:12:58 +02001553DEFUN(cfg_bts_oml_e1,
1554 cfg_bts_oml_e1_cmd,
1555 "oml e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welte9e002452010-05-11 21:53:49 +02001556 OML_E1_STR
Harald Welte62868882009-08-08 16:12:58 +02001557 "E1 interface to be used for OML\n")
1558{
1559 struct gsm_bts *bts = vty->index;
1560
1561 parse_e1_link(&bts->oml_e1_link, argv[0], argv[1], argv[2]);
1562
1563 return CMD_SUCCESS;
1564}
1565
1566
1567DEFUN(cfg_bts_oml_e1_tei,
1568 cfg_bts_oml_e1_tei_cmd,
1569 "oml e1 tei <0-63>",
Harald Welte9e002452010-05-11 21:53:49 +02001570 OML_E1_STR
Harald Welte62868882009-08-08 16:12:58 +02001571 "Set the TEI to be used for OML")
1572{
1573 struct gsm_bts *bts = vty->index;
1574
1575 bts->oml_tei = atoi(argv[0]);
1576
1577 return CMD_SUCCESS;
1578}
1579
Harald Welte3e774612009-08-10 13:48:16 +02001580DEFUN(cfg_bts_challoc, cfg_bts_challoc_cmd,
1581 "channel allocator (ascending|descending)",
Harald Welte9e002452010-05-11 21:53:49 +02001582 "Channnel Allocator\n" "Channel Allocator\n"
1583 "Allocate Timeslots and Transceivers in ascending order\n"
1584 "Allocate Timeslots and Transceivers in descending order\n")
Harald Welte3e774612009-08-10 13:48:16 +02001585{
1586 struct gsm_bts *bts = vty->index;
1587
1588 if (!strcmp(argv[0], "ascending"))
1589 bts->chan_alloc_reverse = 0;
1590 else
1591 bts->chan_alloc_reverse = 1;
1592
1593 return CMD_SUCCESS;
1594}
1595
Harald Welte9e002452010-05-11 21:53:49 +02001596#define RACH_STR "Random Access Control Channel\n"
1597
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01001598DEFUN(cfg_bts_rach_tx_integer,
1599 cfg_bts_rach_tx_integer_cmd,
1600 "rach tx integer <0-15>",
Harald Welte9e002452010-05-11 21:53:49 +02001601 RACH_STR
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01001602 "Set the raw tx integer value in RACH Control parameters IE")
1603{
1604 struct gsm_bts *bts = vty->index;
1605 bts->si_common.rach_control.tx_integer = atoi(argv[0]) & 0xf;
1606 return CMD_SUCCESS;
1607}
1608
1609DEFUN(cfg_bts_rach_max_trans,
1610 cfg_bts_rach_max_trans_cmd,
1611 "rach max transmission (1|2|4|7)",
Harald Welte9e002452010-05-11 21:53:49 +02001612 RACH_STR
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01001613 "Set the maximum number of RACH burst transmissions")
1614{
1615 struct gsm_bts *bts = vty->index;
1616 bts->si_common.rach_control.max_trans = rach_max_trans_val2raw(atoi(argv[0]));
1617 return CMD_SUCCESS;
1618}
1619
Harald Welte9e002452010-05-11 21:53:49 +02001620#define NM_STR "Network Management\n"
1621
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08001622DEFUN(cfg_bts_rach_nm_b_thresh,
1623 cfg_bts_rach_nm_b_thresh_cmd,
1624 "rach nm busy threshold <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02001625 RACH_STR NM_STR
1626 "Set the NM Busy Threshold in dB")
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08001627{
1628 struct gsm_bts *bts = vty->index;
1629 bts->rach_b_thresh = atoi(argv[0]);
1630 return CMD_SUCCESS;
1631}
1632
1633DEFUN(cfg_bts_rach_nm_ldavg,
1634 cfg_bts_rach_nm_ldavg_cmd,
1635 "rach nm load average <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001636 RACH_STR NM_STR
1637 "Set the NM Loadaverage Slots value")
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08001638{
1639 struct gsm_bts *bts = vty->index;
1640 bts->rach_ldavg_slots = atoi(argv[0]);
1641 return CMD_SUCCESS;
1642}
1643
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02001644DEFUN(cfg_bts_cell_barred, cfg_bts_cell_barred_cmd,
1645 "cell barred (0|1)",
1646 "Should this cell be barred from access?")
1647{
1648 struct gsm_bts *bts = vty->index;
1649
Harald Welte8c973ba2009-12-21 23:08:18 +01001650 bts->si_common.rach_control.cell_bar = atoi(argv[0]);
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02001651
1652 return CMD_SUCCESS;
1653}
1654
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08001655DEFUN(cfg_bts_rach_ec_allowed, cfg_bts_rach_ec_allowed_cmd,
1656 "rach emergency call allowed (0|1)",
1657 "Should this cell allow emergency calls?")
1658{
1659 struct gsm_bts *bts = vty->index;
1660
1661 if (atoi(argv[0]) == 0)
1662 bts->si_common.rach_control.t2 |= 0x4;
1663 else
1664 bts->si_common.rach_control.t2 &= ~0x4;
1665
1666 return CMD_SUCCESS;
1667}
1668
Harald Welte (local)cbd46102009-08-13 10:14:26 +02001669DEFUN(cfg_bts_ms_max_power, cfg_bts_ms_max_power_cmd,
1670 "ms max power <0-40>",
1671 "Maximum transmit power of the MS")
1672{
1673 struct gsm_bts *bts = vty->index;
1674
1675 bts->ms_max_power = atoi(argv[0]);
1676
1677 return CMD_SUCCESS;
1678}
1679
Harald Welteb761bf82009-12-12 18:17:25 +01001680DEFUN(cfg_bts_cell_resel_hyst, cfg_bts_cell_resel_hyst_cmd,
1681 "cell reselection hysteresis <0-14>",
1682 "Cell Re-Selection Hysteresis in dB")
1683{
1684 struct gsm_bts *bts = vty->index;
1685
1686 bts->si_common.cell_sel_par.cell_resel_hyst = atoi(argv[0])/2;
1687
1688 return CMD_SUCCESS;
1689}
1690
1691DEFUN(cfg_bts_rxlev_acc_min, cfg_bts_rxlev_acc_min_cmd,
1692 "rxlev access min <0-63>",
1693 "Minimum RxLev needed for cell access (better than -110dBm)")
1694{
1695 struct gsm_bts *bts = vty->index;
1696
1697 bts->si_common.cell_sel_par.rxlev_acc_min = atoi(argv[0]);
1698
1699 return CMD_SUCCESS;
1700}
1701
Sylvain Munaut00d71462010-11-28 18:17:28 +01001702DEFUN(cfg_bts_cell_bar_qualify, cfg_bts_cell_bar_qualify_cmd,
1703 "cell bar qualify (0|1)",
1704 "Cell Bar Qualify")
1705{
1706 struct gsm_bts *bts = vty->index;
1707
1708 bts->si_common.cell_ro_sel_par.present = 1;
1709 bts->si_common.cell_ro_sel_par.cbq = atoi(argv[0]);
1710
1711 return CMD_SUCCESS;
1712}
1713
1714DEFUN(cfg_bts_cell_resel_ofs, cfg_bts_cell_resel_ofs_cmd,
1715 "cell reselection offset <0-126>",
1716 "Cell Re-Selection Offset in dB")
1717{
1718 struct gsm_bts *bts = vty->index;
1719
1720 bts->si_common.cell_ro_sel_par.present = 1;
1721 bts->si_common.cell_ro_sel_par.cell_resel_off = atoi(argv[0])/2;
1722
1723 return CMD_SUCCESS;
1724}
1725
1726DEFUN(cfg_bts_temp_ofs, cfg_bts_temp_ofs_cmd,
1727 "temporary offset <0-60>",
1728 "Cell selection temporary negative offset in dB")
1729{
1730 struct gsm_bts *bts = vty->index;
1731
1732 bts->si_common.cell_ro_sel_par.present = 1;
1733 bts->si_common.cell_ro_sel_par.temp_offs = atoi(argv[0])/10;
1734
1735 return CMD_SUCCESS;
1736}
1737
1738DEFUN(cfg_bts_temp_ofs_inf, cfg_bts_temp_ofs_inf_cmd,
1739 "temporary offset infinite",
1740 "Sets cell selection temporary negative offset to infinity")
1741{
1742 struct gsm_bts *bts = vty->index;
1743
1744 bts->si_common.cell_ro_sel_par.present = 1;
1745 bts->si_common.cell_ro_sel_par.temp_offs = 7;
1746
1747 return CMD_SUCCESS;
1748}
1749
1750DEFUN(cfg_bts_penalty_time, cfg_bts_penalty_time_cmd,
1751 "penalty time <20-620>",
1752 "Cell selection penalty time in seconds (by 20s increments)")
1753{
1754 struct gsm_bts *bts = vty->index;
1755
1756 bts->si_common.cell_ro_sel_par.present = 1;
1757 bts->si_common.cell_ro_sel_par.penalty_time = (atoi(argv[0])-20)/20;
1758
1759 return CMD_SUCCESS;
1760}
1761
1762DEFUN(cfg_bts_penalty_time_rsvd, cfg_bts_penalty_time_rsvd_cmd,
1763 "penalty time reserved",
1764 "Set cell selection penalty time to reserved value 31\n"
1765 "(indicate that CELL_RESELECT_OFFSET is subtracted from C2 "
1766 "and TEMPORARY_OFFSET is ignored)")
1767{
1768 struct gsm_bts *bts = vty->index;
1769
1770 bts->si_common.cell_ro_sel_par.present = 1;
1771 bts->si_common.cell_ro_sel_par.penalty_time = 31;
1772
1773 return CMD_SUCCESS;
1774}
1775
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02001776DEFUN(cfg_bts_per_loc_upd, cfg_bts_per_loc_upd_cmd,
1777 "periodic location update <0-1530>",
1778 "Periodic Location Updating Interval in Minutes")
1779{
1780 struct gsm_bts *bts = vty->index;
1781
Dieter Spaarb0f746d2010-10-05 21:10:55 +02001782 bts->si_common.chan_desc.t3212 = atoi(argv[0]) / 6;
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02001783
1784 return CMD_SUCCESS;
1785}
1786
Harald Welte9e002452010-05-11 21:53:49 +02001787#define GPRS_TEXT "GPRS Packet Network\n"
1788
Harald Welte410575a2010-03-14 23:30:30 +08001789DEFUN(cfg_bts_prs_bvci, cfg_bts_gprs_bvci_cmd,
Harald Welteb42fe342010-04-18 14:00:26 +02001790 "gprs cell bvci <2-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001791 GPRS_TEXT
1792 "GPRS Cell Settings\n"
Harald Welte3055e332010-03-14 15:37:43 +08001793 "GPRS BSSGP VC Identifier")
1794{
1795 struct gsm_bts *bts = vty->index;
1796
Harald Weltecb20b7a2010-04-18 15:51:20 +02001797 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08001798 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1799 return CMD_WARNING;
1800 }
1801
Harald Welte3055e332010-03-14 15:37:43 +08001802 bts->gprs.cell.bvci = atoi(argv[0]);
1803
1804 return CMD_SUCCESS;
1805}
1806
Harald Welte4a048c52010-03-22 11:48:36 +08001807DEFUN(cfg_bts_gprs_nsei, cfg_bts_gprs_nsei_cmd,
1808 "gprs nsei <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001809 GPRS_TEXT
Harald Welte4a048c52010-03-22 11:48:36 +08001810 "GPRS NS Entity Identifier")
1811{
1812 struct gsm_bts *bts = vty->index;
1813
Harald Weltecb20b7a2010-04-18 15:51:20 +02001814 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Welte4a048c52010-03-22 11:48:36 +08001815 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1816 return CMD_WARNING;
1817 }
1818
1819 bts->gprs.nse.nsei = atoi(argv[0]);
1820
1821 return CMD_SUCCESS;
1822}
1823
Harald Welte9e002452010-05-11 21:53:49 +02001824#define NSVC_TEXT "Network Service Virtual Connection (NS-VC)\n" \
1825 "NSVC Logical Number\n"
Harald Welte4a048c52010-03-22 11:48:36 +08001826
Harald Welte3055e332010-03-14 15:37:43 +08001827DEFUN(cfg_bts_gprs_nsvci, cfg_bts_gprs_nsvci_cmd,
1828 "gprs nsvc <0-1> nsvci <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001829 GPRS_TEXT NSVC_TEXT
1830 "NS Virtual Connection Identifier\n"
Harald Welte3055e332010-03-14 15:37:43 +08001831 "GPRS NS VC Identifier")
1832{
1833 struct gsm_bts *bts = vty->index;
1834 int idx = atoi(argv[0]);
1835
Harald Weltecb20b7a2010-04-18 15:51:20 +02001836 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08001837 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1838 return CMD_WARNING;
1839 }
1840
Harald Welte3055e332010-03-14 15:37:43 +08001841 bts->gprs.nsvc[idx].nsvci = atoi(argv[1]);
1842
1843 return CMD_SUCCESS;
1844}
1845
Harald Welte410575a2010-03-14 23:30:30 +08001846DEFUN(cfg_bts_gprs_nsvc_lport, cfg_bts_gprs_nsvc_lport_cmd,
1847 "gprs nsvc <0-1> local udp port <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001848 GPRS_TEXT NSVC_TEXT
Harald Welte410575a2010-03-14 23:30:30 +08001849 "GPRS NS Local UDP Port")
1850{
1851 struct gsm_bts *bts = vty->index;
1852 int idx = atoi(argv[0]);
1853
Harald Weltecb20b7a2010-04-18 15:51:20 +02001854 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08001855 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1856 return CMD_WARNING;
1857 }
1858
Harald Welte410575a2010-03-14 23:30:30 +08001859 bts->gprs.nsvc[idx].local_port = atoi(argv[1]);
1860
1861 return CMD_SUCCESS;
1862}
1863
1864DEFUN(cfg_bts_gprs_nsvc_rport, cfg_bts_gprs_nsvc_rport_cmd,
1865 "gprs nsvc <0-1> remote udp port <0-65535>",
Harald Welte9e002452010-05-11 21:53:49 +02001866 GPRS_TEXT NSVC_TEXT
Harald Welte410575a2010-03-14 23:30:30 +08001867 "GPRS NS Remote UDP Port")
1868{
1869 struct gsm_bts *bts = vty->index;
1870 int idx = atoi(argv[0]);
1871
Harald Weltecb20b7a2010-04-18 15:51:20 +02001872 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08001873 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1874 return CMD_WARNING;
1875 }
1876
Harald Welte410575a2010-03-14 23:30:30 +08001877 bts->gprs.nsvc[idx].remote_port = atoi(argv[1]);
1878
1879 return CMD_SUCCESS;
1880}
1881
1882DEFUN(cfg_bts_gprs_nsvc_rip, cfg_bts_gprs_nsvc_rip_cmd,
1883 "gprs nsvc <0-1> remote ip A.B.C.D",
Harald Welte9e002452010-05-11 21:53:49 +02001884 GPRS_TEXT NSVC_TEXT
Harald Welte410575a2010-03-14 23:30:30 +08001885 "GPRS NS Remote IP Address")
1886{
1887 struct gsm_bts *bts = vty->index;
1888 int idx = atoi(argv[0]);
1889 struct in_addr ia;
1890
Harald Weltecb20b7a2010-04-18 15:51:20 +02001891 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08001892 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1893 return CMD_WARNING;
1894 }
1895
Harald Welte410575a2010-03-14 23:30:30 +08001896 inet_aton(argv[1], &ia);
1897 bts->gprs.nsvc[idx].remote_ip = ntohl(ia.s_addr);
1898
1899 return CMD_SUCCESS;
1900}
1901
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08001902DEFUN(cfg_bts_pag_free, cfg_bts_pag_free_cmd,
1903 "paging free FREE_NR",
1904 "Only page when having a certain amount of free slots. -1 to disable")
1905{
1906 struct gsm_bts *bts = vty->index;
1907
1908 bts->paging.free_chans_need = atoi(argv[0]);
1909 return CMD_SUCCESS;
1910}
1911
Harald Weltea9251762010-05-11 23:50:21 +02001912DEFUN(cfg_bts_gprs_ns_timer, cfg_bts_gprs_ns_timer_cmd,
1913 "gprs ns timer " NS_TIMERS " <0-255>",
1914 GPRS_TEXT "Network Service\n"
1915 "Network Service Timer\n"
1916 NS_TIMERS_HELP "Timer Value\n")
1917{
1918 struct gsm_bts *bts = vty->index;
1919 int idx = get_string_value(gprs_ns_timer_strs, argv[0]);
1920 int val = atoi(argv[1]);
1921
1922 if (bts->gprs.mode == BTS_GPRS_NONE) {
1923 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1924 return CMD_WARNING;
1925 }
1926
1927 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.nse.timer))
1928 return CMD_WARNING;
1929
1930 bts->gprs.nse.timer[idx] = val;
1931
1932 return CMD_SUCCESS;
1933}
1934
1935#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 +02001936#define BSSGP_TIMERS_HELP \
1937 "Tbvc-block timeout\n" \
1938 "Tbvc-block retries\n" \
1939 "Tbvc-unblock retries\n" \
1940 "Tbvcc-reset timeout\n" \
1941 "Tbvc-reset retries\n" \
1942 "Tbvc-suspend timeout\n" \
1943 "Tbvc-suspend retries\n" \
1944 "Tbvc-resume timeout\n" \
1945 "Tbvc-resume retries\n" \
1946 "Tbvc-capa-update timeout\n" \
1947 "Tbvc-capa-update retries\n"
Harald Weltea9251762010-05-11 23:50:21 +02001948
1949DEFUN(cfg_bts_gprs_cell_timer, cfg_bts_gprs_cell_timer_cmd,
1950 "gprs cell timer " BSSGP_TIMERS " <0-255>",
1951 GPRS_TEXT "Cell / BSSGP\n"
1952 "Cell/BSSGP Timer\n"
1953 BSSGP_TIMERS_HELP "Timer Value\n")
1954{
1955 struct gsm_bts *bts = vty->index;
1956 int idx = get_string_value(gprs_bssgp_cfg_strs, argv[0]);
1957 int val = atoi(argv[1]);
1958
1959 if (bts->gprs.mode == BTS_GPRS_NONE) {
1960 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1961 return CMD_WARNING;
1962 }
1963
1964 if (idx < 0 || idx >= ARRAY_SIZE(bts->gprs.cell.timer))
1965 return CMD_WARNING;
1966
1967 bts->gprs.cell.timer[idx] = val;
1968
1969 return CMD_SUCCESS;
1970}
1971
Harald Welte3055e332010-03-14 15:37:43 +08001972DEFUN(cfg_bts_gprs_rac, cfg_bts_gprs_rac_cmd,
1973 "gprs routing area <0-255>",
Harald Welte9e002452010-05-11 21:53:49 +02001974 GPRS_TEXT
Harald Welte3055e332010-03-14 15:37:43 +08001975 "GPRS Routing Area Code")
1976{
1977 struct gsm_bts *bts = vty->index;
1978
Harald Weltecb20b7a2010-04-18 15:51:20 +02001979 if (bts->gprs.mode == BTS_GPRS_NONE) {
Harald Weltec05a4b12010-03-14 23:56:56 +08001980 vty_out(vty, "%% GPRS not enabled on this BTS%s", VTY_NEWLINE);
1981 return CMD_WARNING;
1982 }
1983
Harald Welte3055e332010-03-14 15:37:43 +08001984 bts->gprs.rac = atoi(argv[0]);
1985
1986 return CMD_SUCCESS;
1987}
1988
Harald Weltecb20b7a2010-04-18 15:51:20 +02001989DEFUN(cfg_bts_gprs_mode, cfg_bts_gprs_mode_cmd,
1990 "gprs mode (none|gprs|egprs)",
Harald Welte9e002452010-05-11 21:53:49 +02001991 GPRS_TEXT
1992 "GPRS Mode for this BTS\n"
1993 "GPRS Disabled on this BTS\n"
1994 "GPRS Enabled on this BTS\n"
1995 "EGPRS (EDGE) Enabled on this BTS\n")
Harald Welte410575a2010-03-14 23:30:30 +08001996{
1997 struct gsm_bts *bts = vty->index;
Harald Welte20e275a2010-06-14 22:44:42 +02001998 enum bts_gprs_mode mode = bts_gprs_mode_parse(argv[0]);
Harald Welte410575a2010-03-14 23:30:30 +08001999
Harald Welte20e275a2010-06-14 22:44:42 +02002000 if (mode != BTS_GPRS_NONE &&
2001 !gsm_bts_has_feature(bts, BTS_FEAT_GPRS)) {
2002 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2003 VTY_NEWLINE);
2004 return CMD_WARNING;
2005 }
2006 if (mode == BTS_GPRS_EGPRS &&
2007 !gsm_bts_has_feature(bts, BTS_FEAT_EGPRS)) {
2008 vty_out(vty, "This BTS type does not support %s%s", argv[0],
2009 VTY_NEWLINE);
2010 return CMD_WARNING;
2011 }
2012
2013 bts->gprs.mode = mode;
Harald Welte410575a2010-03-14 23:30:30 +08002014
2015 return CMD_SUCCESS;
2016}
2017
Harald Welted8acf142010-07-30 11:50:09 +02002018#define SI_TEXT "System Information Messages\n"
2019#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)"
2020#define SI_TYPE_HELP "System Information Type 1\n" \
2021 "System Information Type 2\n" \
2022 "System Information Type 3\n" \
2023 "System Information Type 4\n" \
2024 "System Information Type 5\n" \
2025 "System Information Type 6\n" \
2026 "System Information Type 7\n" \
2027 "System Information Type 8\n" \
2028 "System Information Type 9\n" \
2029 "System Information Type 10\n" \
2030 "System Information Type 13\n" \
2031 "System Information Type 16\n" \
2032 "System Information Type 17\n" \
2033 "System Information Type 18\n" \
2034 "System Information Type 19\n" \
2035 "System Information Type 20\n" \
2036 "System Information Type 2bis\n" \
2037 "System Information Type 2ter\n" \
2038 "System Information Type 2quater\n" \
2039 "System Information Type 5bis\n" \
2040 "System Information Type 5ter\n"
2041
2042DEFUN(cfg_bts_si_mode, cfg_bts_si_mode_cmd,
2043 "system-information " SI_TYPE_TEXT " mode (static|computed)",
2044 SI_TEXT SI_TYPE_HELP
2045 "System Information Mode\n"
2046 "Static user-specified\n"
2047 "Dynamic, BSC-computed\n")
2048{
2049 struct gsm_bts *bts = vty->index;
2050 int type;
2051
2052 type = get_string_value(osmo_sitype_strs, argv[0]);
2053 if (type < 0) {
2054 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2055 return CMD_WARNING;
2056 }
2057
2058 if (!strcmp(argv[1], "static"))
2059 bts->si_mode_static |= (1 << type);
2060 else
2061 bts->si_mode_static &= ~(1 << type);
2062
2063 return CMD_SUCCESS;
2064}
2065
2066DEFUN(cfg_bts_si_static, cfg_bts_si_static_cmd,
2067 "system-information " SI_TYPE_TEXT " static HEXSTRING",
2068 SI_TEXT SI_TYPE_HELP
2069 "Static System Information filling\n"
2070 "Static user-specified SI content in HEX notation\n")
2071{
2072 struct gsm_bts *bts = vty->index;
2073 int rc, type;
2074
2075 type = get_string_value(osmo_sitype_strs, argv[0]);
2076 if (type < 0) {
2077 vty_out(vty, "Error SI Type%s", VTY_NEWLINE);
2078 return CMD_WARNING;
2079 }
2080
2081 if (!(bts->si_mode_static & (1 << type))) {
2082 vty_out(vty, "SI Type %s is not configured in static mode%s",
2083 get_value_string(osmo_sitype_strs, type), VTY_NEWLINE);
2084 return CMD_WARNING;
2085 }
2086
Harald Welte9f09ac32010-07-30 11:53:18 +02002087 /* Fill buffer with padding pattern */
2088 memset(bts->si_buf[type], 0x2b, sizeof(bts->si_buf[type]));
2089
2090 /* Parse the user-specified SI in hex format, [partially] overwriting padding */
Pablo Neira Ayusob1d5a692011-05-07 12:12:48 +02002091 rc = osmo_hexparse(argv[1], bts->si_buf[type], sizeof(bts->si_buf[0]));
Harald Welted8acf142010-07-30 11:50:09 +02002092 if (rc < 0 || rc > sizeof(bts->si_buf[0])) {
2093 vty_out(vty, "Error parsing HEXSTRING%s", VTY_NEWLINE);
2094 return CMD_WARNING;
2095 }
2096
2097 /* Mark this SI as present */
2098 bts->si_valid |= (1 << type);
2099
2100 return CMD_SUCCESS;
2101}
2102
Harald Welteca46eff2011-01-11 23:44:56 +01002103DEFUN(cfg_bts_neigh_mode, cfg_bts_neigh_mode_cmd,
Harald Weltef989b782011-02-15 11:43:27 +01002104 "neighbor-list mode (automatic|manual|manual-si5)",
Harald Welteca46eff2011-01-11 23:44:56 +01002105 "Neighbor List\n" "Mode of Neighbor List generation\n"
Harald Weltef989b782011-02-15 11:43:27 +01002106 "Automatically from all BTS in this OpenBSC\n" "Manual\n"
2107 "Manual with different lists for SI2 and SI5\n")
Harald Welteca46eff2011-01-11 23:44:56 +01002108{
2109 struct gsm_bts *bts = vty->index;
Harald Weltef989b782011-02-15 11:43:27 +01002110 int mode = get_string_value(bts_neigh_mode_strs, argv[0]);
Harald Welteca46eff2011-01-11 23:44:56 +01002111
Harald Weltef989b782011-02-15 11:43:27 +01002112 switch (mode) {
2113 case NL_MODE_MANUAL_SI5SEP:
2114 case NL_MODE_MANUAL:
Harald Welteca46eff2011-01-11 23:44:56 +01002115 /* make sure we clear the current list when switching to
2116 * manual mode */
2117 if (bts->neigh_list_manual_mode == 0)
2118 memset(&bts->si_common.data.neigh_list, 0,
2119 sizeof(bts->si_common.data.neigh_list));
Harald Weltef989b782011-02-15 11:43:27 +01002120 break;
2121 default:
2122 break;
2123 }
2124
2125 bts->neigh_list_manual_mode = mode;
Harald Welteca46eff2011-01-11 23:44:56 +01002126
2127 return CMD_SUCCESS;
2128}
2129
2130DEFUN(cfg_bts_neigh, cfg_bts_neigh_cmd,
2131 "neighbor-list (add|del) arfcn <0-1024>",
2132 "Neighbor List\n" "Add to manual neighbor list\n"
2133 "Delete from manual neighbor list\n" "ARFCN of neighbor\n"
2134 "ARFCN of neighbor\n")
2135{
2136 struct gsm_bts *bts = vty->index;
2137 struct bitvec *bv = &bts->si_common.neigh_list;
2138 uint16_t arfcn = atoi(argv[1]);
2139
2140 if (!bts->neigh_list_manual_mode) {
2141 vty_out(vty, "%% Cannot configure neighbor list in "
2142 "automatic mode%s", VTY_NEWLINE);
2143 return CMD_WARNING;
2144 }
2145
2146 if (!strcmp(argv[0], "add"))
2147 bitvec_set_bit_pos(bv, arfcn, 1);
2148 else
2149 bitvec_set_bit_pos(bv, arfcn, 0);
2150
2151 return CMD_SUCCESS;
2152}
2153
Harald Weltef989b782011-02-15 11:43:27 +01002154DEFUN(cfg_bts_si5_neigh, cfg_bts_si5_neigh_cmd,
2155 "si5 neighbor-list (add|del) arfcn <0-1024>",
2156 "SI5 Neighbor List\n" "Add to manual SI5 neighbor list\n"
2157 "Delete from SI5 manual neighbor list\n" "ARFCN of neighbor\n"
2158 "ARFCN of neighbor\n")
2159{
2160 struct gsm_bts *bts = vty->index;
2161 struct bitvec *bv = &bts->si_common.si5_neigh_list;
2162 uint16_t arfcn = atoi(argv[1]);
2163
2164 if (!bts->neigh_list_manual_mode) {
2165 vty_out(vty, "%% Cannot configure neighbor list in "
2166 "automatic mode%s", VTY_NEWLINE);
2167 return CMD_WARNING;
2168 }
2169
2170 if (!strcmp(argv[0], "add"))
2171 bitvec_set_bit_pos(bv, arfcn, 1);
2172 else
2173 bitvec_set_bit_pos(bv, arfcn, 0);
2174
2175 return CMD_SUCCESS;
2176}
Harald Welted8acf142010-07-30 11:50:09 +02002177
Harald Welte9e002452010-05-11 21:53:49 +02002178#define TRX_TEXT "Radio Transceiver\n"
Harald Welte3e774612009-08-10 13:48:16 +02002179
Harald Welte59b04682009-06-10 05:40:52 +08002180/* per TRX configuration */
2181DEFUN(cfg_trx,
2182 cfg_trx_cmd,
2183 "trx TRX_NR",
Harald Welte9e002452010-05-11 21:53:49 +02002184 TRX_TEXT
Harald Welte59b04682009-06-10 05:40:52 +08002185 "Select a TRX to configure")
2186{
2187 int trx_nr = atoi(argv[0]);
2188 struct gsm_bts *bts = vty->index;
2189 struct gsm_bts_trx *trx;
2190
Harald Weltee712a5f2009-06-21 16:17:15 +02002191 if (trx_nr > bts->num_trx) {
2192 vty_out(vty, "%% The next unused TRX number in this BTS is %u%s",
2193 bts->num_trx, VTY_NEWLINE);
Harald Welte59b04682009-06-10 05:40:52 +08002194 return CMD_WARNING;
Harald Weltee712a5f2009-06-21 16:17:15 +02002195 } else if (trx_nr == bts->num_trx) {
2196 /* we need to allocate a new one */
2197 trx = gsm_bts_trx_alloc(bts);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02002198 } else
Harald Weltee712a5f2009-06-21 16:17:15 +02002199 trx = gsm_bts_trx_num(bts, trx_nr);
Holger Hans Peter Freyther71135142010-03-29 08:47:44 +02002200
Harald Weltee712a5f2009-06-21 16:17:15 +02002201 if (!trx)
2202 return CMD_WARNING;
Harald Welte59b04682009-06-10 05:40:52 +08002203
2204 vty->index = trx;
Harald Welte8791dac2010-05-14 17:59:53 +02002205 vty->index_sub = &trx->description;
Harald Welte59b04682009-06-10 05:40:52 +08002206 vty->node = TRX_NODE;
2207
2208 return CMD_SUCCESS;
2209}
2210
2211DEFUN(cfg_trx_arfcn,
2212 cfg_trx_arfcn_cmd,
Harald Welte00044592010-05-14 19:00:52 +02002213 "arfcn <0-1024>",
Harald Welte59b04682009-06-10 05:40:52 +08002214 "Set the ARFCN for this TRX\n")
2215{
2216 int arfcn = atoi(argv[0]);
2217 struct gsm_bts_trx *trx = vty->index;
2218
2219 /* FIXME: check if this ARFCN is supported by this TRX */
2220
2221 trx->arfcn = arfcn;
2222
2223 /* FIXME: patch ARFCN into SYSTEM INFORMATION */
2224 /* FIXME: use OML layer to update the ARFCN */
2225 /* FIXME: use RSL layer to update SYSTEM INFORMATION */
2226
2227 return CMD_SUCCESS;
2228}
2229
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01002230DEFUN(cfg_trx_nominal_power,
2231 cfg_trx_nominal_power_cmd,
2232 "nominal power <0-100>",
2233 "Nominal TRX RF Power in dB\n")
2234{
2235 struct gsm_bts_trx *trx = vty->index;
2236
2237 trx->nominal_power = atoi(argv[0]);
2238
2239 return CMD_SUCCESS;
2240}
2241
Harald Welte91afe4c2009-06-20 18:15:19 +02002242DEFUN(cfg_trx_max_power_red,
2243 cfg_trx_max_power_red_cmd,
2244 "max_power_red <0-100>",
2245 "Reduction of maximum BS RF Power in dB\n")
2246{
2247 int maxpwr_r = atoi(argv[0]);
2248 struct gsm_bts_trx *trx = vty->index;
Harald Welte01acd742009-11-18 09:20:22 +01002249 int upper_limit = 24; /* default 12.21 max power red. */
Harald Welte91afe4c2009-06-20 18:15:19 +02002250
2251 /* FIXME: check if our BTS type supports more than 12 */
2252 if (maxpwr_r < 0 || maxpwr_r > upper_limit) {
2253 vty_out(vty, "%% Power %d dB is not in the valid range%s",
2254 maxpwr_r, VTY_NEWLINE);
2255 return CMD_WARNING;
2256 }
2257 if (maxpwr_r & 1) {
2258 vty_out(vty, "%% Power %d dB is not an even value%s",
2259 maxpwr_r, VTY_NEWLINE);
2260 return CMD_WARNING;
2261 }
2262
2263 trx->max_power_red = maxpwr_r;
2264
2265 /* FIXME: make sure we update this using OML */
2266
2267 return CMD_SUCCESS;
2268}
2269
Harald Welte62868882009-08-08 16:12:58 +02002270DEFUN(cfg_trx_rsl_e1,
2271 cfg_trx_rsl_e1_cmd,
2272 "rsl e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
2273 "E1 interface to be used for RSL\n")
2274{
2275 struct gsm_bts_trx *trx = vty->index;
2276
2277 parse_e1_link(&trx->rsl_e1_link, argv[0], argv[1], argv[2]);
2278
2279 return CMD_SUCCESS;
2280}
2281
2282DEFUN(cfg_trx_rsl_e1_tei,
2283 cfg_trx_rsl_e1_tei_cmd,
2284 "rsl e1 tei <0-63>",
2285 "Set the TEI to be used for RSL")
2286{
2287 struct gsm_bts_trx *trx = vty->index;
2288
2289 trx->rsl_tei = atoi(argv[0]);
2290
2291 return CMD_SUCCESS;
2292}
2293
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01002294DEFUN(cfg_trx_rf_locked,
2295 cfg_trx_rf_locked_cmd,
2296 "rf_locked (0|1)",
2297 "Turn off RF of the TRX.\n")
2298{
2299 int locked = atoi(argv[0]);
2300 struct gsm_bts_trx *trx = vty->index;
2301
2302 gsm_trx_lock_rf(trx, locked);
2303 return CMD_SUCCESS;
2304}
Harald Welte62868882009-08-08 16:12:58 +02002305
Harald Welte59b04682009-06-10 05:40:52 +08002306/* per TS configuration */
2307DEFUN(cfg_ts,
2308 cfg_ts_cmd,
Harald Welte62868882009-08-08 16:12:58 +02002309 "timeslot <0-7>",
Harald Welte59b04682009-06-10 05:40:52 +08002310 "Select a Timeslot to configure")
2311{
2312 int ts_nr = atoi(argv[0]);
2313 struct gsm_bts_trx *trx = vty->index;
2314 struct gsm_bts_trx_ts *ts;
2315
2316 if (ts_nr >= TRX_NR_TS) {
2317 vty_out(vty, "%% A GSM TRX only has %u Timeslots per TRX%s",
2318 TRX_NR_TS, VTY_NEWLINE);
2319 return CMD_WARNING;
2320 }
2321
2322 ts = &trx->ts[ts_nr];
2323
2324 vty->index = ts;
2325 vty->node = TS_NODE;
2326
2327 return CMD_SUCCESS;
2328}
2329
Harald Welte3ffe1b32009-08-07 00:25:23 +02002330DEFUN(cfg_ts_pchan,
2331 cfg_ts_pchan_cmd,
2332 "phys_chan_config PCHAN",
2333 "Physical Channel configuration (TCH/SDCCH/...)")
2334{
2335 struct gsm_bts_trx_ts *ts = vty->index;
2336 int pchanc;
2337
2338 pchanc = gsm_pchan_parse(argv[0]);
2339 if (pchanc < 0)
2340 return CMD_WARNING;
2341
2342 ts->pchan = pchanc;
2343
2344 return CMD_SUCCESS;
2345}
2346
Harald Welte85771a42011-05-30 12:09:13 +02002347DEFUN(cfg_ts_tsc,
2348 cfg_ts_tsc_cmd,
2349 "training_sequence_code <0-7>",
2350 "Training Sequence Code")
2351{
2352 struct gsm_bts_trx_ts *ts = vty->index;
2353
2354 ts->tsc = atoi(argv[0]);
2355
2356 return CMD_SUCCESS;
2357}
2358
Harald Weltea42a93f2010-06-14 22:26:10 +02002359#define HOPPING_STR "Configure frequency hopping\n"
2360
2361DEFUN(cfg_ts_hopping,
2362 cfg_ts_hopping_cmd,
2363 "hopping enabled (0|1)",
2364 HOPPING_STR "Enable or disable frequency hopping\n"
2365 "Disable frequency hopping\n" "Enable frequency hopping\n")
2366{
2367 struct gsm_bts_trx_ts *ts = vty->index;
Harald Welte059c1ef2010-06-14 22:47:37 +02002368 int enabled = atoi(argv[0]);
Harald Weltea42a93f2010-06-14 22:26:10 +02002369
Harald Welte059c1ef2010-06-14 22:47:37 +02002370 if (enabled && !gsm_bts_has_feature(ts->trx->bts, BTS_FEAT_HOPPING)) {
2371 vty_out(vty, "BTS model does not support hopping%s",
2372 VTY_NEWLINE);
2373 return CMD_WARNING;
2374 }
2375
2376 ts->hopping.enabled = enabled;
Harald Weltea42a93f2010-06-14 22:26:10 +02002377
2378 return CMD_SUCCESS;
2379}
2380
Harald Welte67104d12009-09-12 13:05:33 +02002381DEFUN(cfg_ts_hsn,
2382 cfg_ts_hsn_cmd,
Harald Weltea42a93f2010-06-14 22:26:10 +02002383 "hopping sequence-number <0-63>",
2384 HOPPING_STR
Harald Welte67104d12009-09-12 13:05:33 +02002385 "Which hopping sequence to use for this channel")
2386{
2387 struct gsm_bts_trx_ts *ts = vty->index;
2388
2389 ts->hopping.hsn = atoi(argv[0]);
2390
2391 return CMD_SUCCESS;
2392}
2393
2394DEFUN(cfg_ts_maio,
2395 cfg_ts_maio_cmd,
2396 "hopping maio <0-63>",
Harald Weltea42a93f2010-06-14 22:26:10 +02002397 HOPPING_STR
Harald Welte67104d12009-09-12 13:05:33 +02002398 "Which hopping MAIO to use for this channel")
2399{
2400 struct gsm_bts_trx_ts *ts = vty->index;
2401
2402 ts->hopping.maio = atoi(argv[0]);
2403
2404 return CMD_SUCCESS;
2405}
2406
2407DEFUN(cfg_ts_arfcn_add,
2408 cfg_ts_arfcn_add_cmd,
2409 "hopping arfcn add <0-1023>",
Harald Weltea42a93f2010-06-14 22:26:10 +02002410 HOPPING_STR "Configure hopping ARFCN list\n"
2411 "Add an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte67104d12009-09-12 13:05:33 +02002412{
2413 struct gsm_bts_trx_ts *ts = vty->index;
2414 int arfcn = atoi(argv[0]);
2415
Harald Weltea42a93f2010-06-14 22:26:10 +02002416 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 1);
2417
Harald Welte67104d12009-09-12 13:05:33 +02002418 return CMD_SUCCESS;
2419}
2420
2421DEFUN(cfg_ts_arfcn_del,
2422 cfg_ts_arfcn_del_cmd,
2423 "hopping arfcn del <0-1023>",
Harald Weltea42a93f2010-06-14 22:26:10 +02002424 HOPPING_STR "Configure hopping ARFCN list\n"
2425 "Delete an entry to the hopping ARFCN list\n" "ARFCN\n")
Harald Welte67104d12009-09-12 13:05:33 +02002426{
2427 struct gsm_bts_trx_ts *ts = vty->index;
2428 int arfcn = atoi(argv[0]);
2429
Harald Weltea42a93f2010-06-14 22:26:10 +02002430 bitvec_set_bit_pos(&ts->hopping.arfcns, arfcn, 0);
2431
Harald Welte67104d12009-09-12 13:05:33 +02002432 return CMD_SUCCESS;
2433}
2434
Harald Welte3ffe1b32009-08-07 00:25:23 +02002435DEFUN(cfg_ts_e1_subslot,
2436 cfg_ts_e1_subslot_cmd,
Harald Welte62868882009-08-08 16:12:58 +02002437 "e1 line E1_LINE timeslot <1-31> sub-slot (0|1|2|3|full)",
Harald Welte3ffe1b32009-08-07 00:25:23 +02002438 "E1 sub-slot connected to this on-air timeslot")
2439{
2440 struct gsm_bts_trx_ts *ts = vty->index;
2441
Harald Welte62868882009-08-08 16:12:58 +02002442 parse_e1_link(&ts->e1_link, argv[0], argv[1], argv[2]);
Harald Welte3ffe1b32009-08-07 00:25:23 +02002443
2444 return CMD_SUCCESS;
2445}
Harald Welte59b04682009-06-10 05:40:52 +08002446
Harald Weltea5b1dae2010-05-16 21:47:13 +02002447void openbsc_vty_print_statistics(struct vty *vty, struct gsm_network *net)
2448{
2449 vty_out(vty, "Channel Requests : %lu total, %lu no channel%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002450 osmo_counter_get(net->stats.chreq.total),
2451 osmo_counter_get(net->stats.chreq.no_channel), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002452 vty_out(vty, "Channel Failures : %lu rf_failures, %lu rll failures%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002453 osmo_counter_get(net->stats.chan.rf_fail),
2454 osmo_counter_get(net->stats.chan.rll_err), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002455 vty_out(vty, "Paging : %lu attempted, %lu complete, %lu expired%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002456 osmo_counter_get(net->stats.paging.attempted),
2457 osmo_counter_get(net->stats.paging.completed),
2458 osmo_counter_get(net->stats.paging.expired), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002459 vty_out(vty, "BTS failures : %lu OML, %lu RSL%s",
Pablo Neira Ayuso1c450742011-05-06 12:13:10 +02002460 osmo_counter_get(net->stats.bts.oml_fail),
2461 osmo_counter_get(net->stats.bts.rsl_fail), VTY_NEWLINE);
Harald Weltea5b1dae2010-05-16 21:47:13 +02002462}
2463
Harald Welte682ee5f2010-05-16 22:02:16 +02002464DEFUN(logging_fltr_imsi,
2465 logging_fltr_imsi_cmd,
2466 "logging filter imsi IMSI",
2467 LOGGING_STR FILTER_STR
2468 "Filter log messages by IMSI\n" "IMSI to be used as filter\n")
2469{
Harald Welte58bef962011-02-18 21:10:05 +01002470 struct log_target *tgt = osmo_log_vty2tgt(vty);
Harald Welte682ee5f2010-05-16 22:02:16 +02002471
Harald Welte58bef962011-02-18 21:10:05 +01002472 if (!tgt)
Harald Welte682ee5f2010-05-16 22:02:16 +02002473 return CMD_WARNING;
Harald Welte682ee5f2010-05-16 22:02:16 +02002474
Harald Welte58bef962011-02-18 21:10:05 +01002475 log_set_imsi_filter(tgt, argv[0]);
Harald Welte682ee5f2010-05-16 22:02:16 +02002476 return CMD_SUCCESS;
2477}
2478
Harald Welte58bef962011-02-18 21:10:05 +01002479
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002480DEFUN(drop_bts,
2481 drop_bts_cmd,
Holger Hans Peter Freythere4ac0e42010-04-11 12:46:45 +02002482 "drop bts connection <0-65535> (oml|rsl)",
2483 "Debug/Simulation command to drop ipaccess BTS\n"
2484 "BTS NR\n" "Connection Type\n")
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002485{
2486 struct gsm_network *gsmnet;
2487 struct gsm_bts_trx *trx;
2488 struct gsm_bts *bts;
2489 unsigned int bts_nr;
2490
2491 gsmnet = gsmnet_from_vty(vty);
2492
2493 bts_nr = atoi(argv[0]);
2494 if (bts_nr >= gsmnet->num_bts) {
2495 vty_out(vty, "BTS number must be between 0 and %d. It was %d.%s",
2496 gsmnet->num_bts, bts_nr, VTY_NEWLINE);
2497 return CMD_WARNING;
2498 }
2499
2500 bts = gsm_bts_num(gsmnet, bts_nr);
2501 if (!bts) {
2502 vty_out(vty, "BTS Nr. %d could not be found.%s", bts_nr, VTY_NEWLINE);
2503 return CMD_WARNING;
2504 }
2505
2506 if (!is_ipaccess_bts(bts)) {
2507 vty_out(vty, "This command only works for ipaccess.%s", VTY_NEWLINE);
2508 return CMD_WARNING;
2509 }
2510
2511
2512 /* close all connections */
2513 if (strcmp(argv[1], "oml") == 0) {
Holger Hans Peter Freyther03f17d02010-11-15 20:29:46 +01002514 ipaccess_drop_oml(bts);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002515 } else if (strcmp(argv[1], "rsl") == 0) {
2516 /* close all rsl connections */
2517 llist_for_each_entry(trx, &bts->trx_list, list) {
Holger Hans Peter Freyther03f17d02010-11-15 20:29:46 +01002518 ipaccess_drop_rsl(trx);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002519 }
2520 } else {
2521 vty_out(vty, "Argument must be 'oml# or 'rsl'.%s", VTY_NEWLINE);
2522 return CMD_WARNING;
2523 }
2524
2525 return CMD_SUCCESS;
2526}
2527
Harald Welte5213e992010-12-23 13:18:07 +01002528DEFUN(pdch_act, pdch_act_cmd,
2529 "bts <0-255> trx <0-255> timeslot <0-7> pdch (activate|deactivate)",
2530 "BTS related commands\n" "BTS Number\n" "Transceiver\n" "Transceiver Number\n"
2531 "TRX Timeslot\n" "Timeslot Number\n" "Packet Data Channel\n"
2532 "Activate Dynamic PDCH/TCH (-> PDCH mode)\n"
2533 "Deactivate Dynamic PDCH/TCH (-> TCH mode)\n")
2534{
2535 struct gsm_bts *bts;
2536 struct gsm_bts_trx *trx;
2537 struct gsm_bts_trx_ts *ts;
2538 int bts_nr = atoi(argv[0]);
2539 int trx_nr = atoi(argv[1]);
2540 int ts_nr = atoi(argv[2]);
2541 int activate;
2542
2543 bts = gsm_bts_num(bsc_gsmnet, bts_nr);
2544 if (!bts) {
2545 vty_out(vty, "%% No such BTS (%d)%s", bts_nr, VTY_NEWLINE);
2546 return CMD_WARNING;
2547 }
2548
2549 if (!is_ipaccess_bts(bts)) {
2550 vty_out(vty, "%% This command only works for ipaccess BTS%s",
2551 VTY_NEWLINE);
2552 return CMD_WARNING;
2553 }
2554
2555 trx = gsm_bts_trx_num(bts, trx_nr);
2556 if (!trx) {
2557 vty_out(vty, "%% No such TRX (%d)%s", trx_nr, VTY_NEWLINE);
2558 return CMD_WARNING;
2559 }
2560
2561 ts = &trx->ts[ts_nr];
2562 if (ts->pchan != GSM_PCHAN_TCH_F_PDCH) {
2563 vty_out(vty, "%% Timeslot %u is not in dynamic TCH_F/PDCH "
2564 "mode%s", ts_nr, VTY_NEWLINE);
2565 return CMD_WARNING;
2566 }
2567
2568 if (!strcmp(argv[3], "activate"))
2569 activate = 1;
2570 else
2571 activate = 0;
2572
2573 rsl_ipacc_pdch_activate(ts, activate);
2574
2575 return CMD_SUCCESS;
2576
2577}
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002578
Harald Welte40152872010-05-16 20:52:23 +02002579extern int bsc_vty_init_extra(void);
Harald Welte10c29f62010-05-16 19:20:24 +02002580extern const char *openbsc_copyright;
Holger Hans Peter Freytherc48a2a12010-04-10 00:08:28 +02002581
Pablo Neira Ayuso36ad9a42011-03-09 13:36:32 +01002582int bsc_vty_init(const struct log_info *cat)
Harald Welte59b04682009-06-10 05:40:52 +08002583{
Harald Welte7bc28f62010-05-12 16:10:35 +00002584 install_element_ve(&show_net_cmd);
2585 install_element_ve(&show_bts_cmd);
2586 install_element_ve(&show_trx_cmd);
2587 install_element_ve(&show_ts_cmd);
2588 install_element_ve(&show_lchan_cmd);
Holger Hans Peter Freythere959b4e2010-05-14 02:08:49 +08002589 install_element_ve(&show_lchan_summary_cmd);
Harald Welte682ee5f2010-05-16 22:02:16 +02002590 install_element_ve(&logging_fltr_imsi_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002591
Harald Welte7bc28f62010-05-12 16:10:35 +00002592 install_element_ve(&show_paging_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002593
Pablo Neira Ayuso36ad9a42011-03-09 13:36:32 +01002594 logging_vty_add_cmds(cat);
Harald Welte58bef962011-02-18 21:10:05 +01002595 install_element(CFG_LOG_NODE, &logging_fltr_imsi_cmd);
Holger Hans Peter Freytherc8d862e2009-12-22 22:32:51 +01002596
Harald Weltee87eb462009-08-07 13:29:14 +02002597 install_element(CONFIG_NODE, &cfg_net_cmd);
2598 install_node(&net_node, config_write_net);
2599 install_default(GSMNET_NODE);
Harald Welte58ed1cb2010-05-14 18:59:17 +02002600 install_element(GSMNET_NODE, &ournode_exit_cmd);
Harald Weltedc82b9b2010-05-14 19:11:04 +02002601 install_element(GSMNET_NODE, &ournode_end_cmd);
Harald Welte62868882009-08-08 16:12:58 +02002602 install_element(GSMNET_NODE, &cfg_net_ncc_cmd);
Harald Weltee87eb462009-08-07 13:29:14 +02002603 install_element(GSMNET_NODE, &cfg_net_mnc_cmd);
2604 install_element(GSMNET_NODE, &cfg_net_name_short_cmd);
2605 install_element(GSMNET_NODE, &cfg_net_name_long_cmd);
Harald Welte (local)a59a27e2009-08-12 14:42:23 +02002606 install_element(GSMNET_NODE, &cfg_net_auth_policy_cmd);
Harald Welte59936d72009-11-18 20:33:19 +01002607 install_element(GSMNET_NODE, &cfg_net_reject_cause_cmd);
Harald Weltecca253a2009-08-30 15:47:06 +09002608 install_element(GSMNET_NODE, &cfg_net_encryption_cmd);
Holger Hans Peter Freyther96c89822009-11-16 17:12:38 +01002609 install_element(GSMNET_NODE, &cfg_net_neci_cmd);
Harald Welte52af1952009-12-13 10:53:12 +01002610 install_element(GSMNET_NODE, &cfg_net_rrlp_mode_cmd);
Harald Welte284ddba2009-12-14 17:49:15 +01002611 install_element(GSMNET_NODE, &cfg_net_mm_info_cmd);
Harald Welte0af9c9f2009-12-19 21:41:52 +01002612 install_element(GSMNET_NODE, &cfg_net_handover_cmd);
Harald Weltea8062f12009-12-21 16:51:50 +01002613 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_cmd);
2614 install_element(GSMNET_NODE, &cfg_net_ho_win_rxqual_avg_cmd);
2615 install_element(GSMNET_NODE, &cfg_net_ho_win_rxlev_avg_neigh_cmd);
2616 install_element(GSMNET_NODE, &cfg_net_ho_pwr_interval_cmd);
2617 install_element(GSMNET_NODE, &cfg_net_ho_pwr_hysteresis_cmd);
2618 install_element(GSMNET_NODE, &cfg_net_ho_max_distance_cmd);
Holger Hans Peter Freyther26ba2e72009-11-21 21:18:38 +01002619 install_element(GSMNET_NODE, &cfg_net_T3101_cmd);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +01002620 install_element(GSMNET_NODE, &cfg_net_T3103_cmd);
2621 install_element(GSMNET_NODE, &cfg_net_T3105_cmd);
2622 install_element(GSMNET_NODE, &cfg_net_T3107_cmd);
2623 install_element(GSMNET_NODE, &cfg_net_T3109_cmd);
2624 install_element(GSMNET_NODE, &cfg_net_T3111_cmd);
2625 install_element(GSMNET_NODE, &cfg_net_T3113_cmd);
2626 install_element(GSMNET_NODE, &cfg_net_T3115_cmd);
2627 install_element(GSMNET_NODE, &cfg_net_T3117_cmd);
2628 install_element(GSMNET_NODE, &cfg_net_T3119_cmd);
Harald Weltee2aaf442010-12-23 22:53:50 +01002629 install_element(GSMNET_NODE, &cfg_net_T3122_cmd);
Holger Hans Peter Freyther89733862009-11-21 21:42:26 +01002630 install_element(GSMNET_NODE, &cfg_net_T3141_cmd);
Holger Hans Peter Freyther21d63ff2010-09-06 09:25:48 +08002631 install_element(GSMNET_NODE, &cfg_net_dtx_cmd);
Holger Hans Peter Freyther68b21e12010-12-22 16:26:04 +01002632 install_element(GSMNET_NODE, &cfg_net_subscr_keep_cmd);
Holger Hans Peter Freytherb6b9d702010-09-06 09:41:50 +08002633 install_element(GSMNET_NODE, &cfg_net_pag_any_tch_cmd);
Harald Weltee87eb462009-08-07 13:29:14 +02002634
2635 install_element(GSMNET_NODE, &cfg_bts_cmd);
Harald Welte97ceef92009-08-06 19:06:46 +02002636 install_node(&bts_node, config_write_bts);
Harald Welte59b04682009-06-10 05:40:52 +08002637 install_default(BTS_NODE);
Harald Welte58ed1cb2010-05-14 18:59:17 +02002638 install_element(BTS_NODE, &ournode_exit_cmd);
Harald Weltedc82b9b2010-05-14 19:11:04 +02002639 install_element(BTS_NODE, &ournode_end_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002640 install_element(BTS_NODE, &cfg_bts_type_cmd);
Harald Welte8791dac2010-05-14 17:59:53 +02002641 install_element(BTS_NODE, &cfg_description_cmd);
2642 install_element(BTS_NODE, &cfg_no_description_cmd);
Harald Welte91afe4c2009-06-20 18:15:19 +02002643 install_element(BTS_NODE, &cfg_bts_band_cmd);
Holger Hans Peter Freythera098dfb2009-08-21 14:44:12 +02002644 install_element(BTS_NODE, &cfg_bts_ci_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002645 install_element(BTS_NODE, &cfg_bts_lac_cmd);
2646 install_element(BTS_NODE, &cfg_bts_tsc_cmd);
Harald Welte62868882009-08-08 16:12:58 +02002647 install_element(BTS_NODE, &cfg_bts_bsic_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002648 install_element(BTS_NODE, &cfg_bts_unit_id_cmd);
Harald Welte08011e22011-03-04 13:41:31 +01002649 install_element(BTS_NODE, &cfg_bts_serno_cmd);
Harald Welte25572872009-10-20 00:22:00 +02002650 install_element(BTS_NODE, &cfg_bts_stream_id_cmd);
Pablo Neira Ayuso42e41df2011-08-17 22:44:07 +02002651 install_element(BTS_NODE, &cfg_bts_hsl_oml_cmd);
Harald Welte62868882009-08-08 16:12:58 +02002652 install_element(BTS_NODE, &cfg_bts_oml_e1_cmd);
2653 install_element(BTS_NODE, &cfg_bts_oml_e1_tei_cmd);
Harald Welte3e774612009-08-10 13:48:16 +02002654 install_element(BTS_NODE, &cfg_bts_challoc_cmd);
Sylvain Munaut8e2d8de2009-12-22 13:43:26 +01002655 install_element(BTS_NODE, &cfg_bts_rach_tx_integer_cmd);
2656 install_element(BTS_NODE, &cfg_bts_rach_max_trans_cmd);
Holger Hans Peter Freyther697ed2b2010-04-25 23:08:39 +08002657 install_element(BTS_NODE, &cfg_bts_rach_nm_b_thresh_cmd);
2658 install_element(BTS_NODE, &cfg_bts_rach_nm_ldavg_cmd);
Harald Welte (local)e19be3f2009-08-12 13:28:23 +02002659 install_element(BTS_NODE, &cfg_bts_cell_barred_cmd);
Holger Hans Peter Freyther440984b2010-05-14 00:39:19 +08002660 install_element(BTS_NODE, &cfg_bts_rach_ec_allowed_cmd);
Harald Welte (local)cbd46102009-08-13 10:14:26 +02002661 install_element(BTS_NODE, &cfg_bts_ms_max_power_cmd);
Harald Welte (local)b6ea7f72009-08-14 23:09:25 +02002662 install_element(BTS_NODE, &cfg_bts_per_loc_upd_cmd);
Harald Welteb761bf82009-12-12 18:17:25 +01002663 install_element(BTS_NODE, &cfg_bts_cell_resel_hyst_cmd);
2664 install_element(BTS_NODE, &cfg_bts_rxlev_acc_min_cmd);
Sylvain Munaut00d71462010-11-28 18:17:28 +01002665 install_element(BTS_NODE, &cfg_bts_cell_bar_qualify_cmd);
2666 install_element(BTS_NODE, &cfg_bts_cell_resel_ofs_cmd);
2667 install_element(BTS_NODE, &cfg_bts_temp_ofs_cmd);
2668 install_element(BTS_NODE, &cfg_bts_temp_ofs_inf_cmd);
2669 install_element(BTS_NODE, &cfg_bts_penalty_time_cmd);
2670 install_element(BTS_NODE, &cfg_bts_penalty_time_rsvd_cmd);
Harald Weltecb20b7a2010-04-18 15:51:20 +02002671 install_element(BTS_NODE, &cfg_bts_gprs_mode_cmd);
Harald Weltea9251762010-05-11 23:50:21 +02002672 install_element(BTS_NODE, &cfg_bts_gprs_ns_timer_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08002673 install_element(BTS_NODE, &cfg_bts_gprs_rac_cmd);
2674 install_element(BTS_NODE, &cfg_bts_gprs_bvci_cmd);
Harald Weltea9251762010-05-11 23:50:21 +02002675 install_element(BTS_NODE, &cfg_bts_gprs_cell_timer_cmd);
Harald Welte4a048c52010-03-22 11:48:36 +08002676 install_element(BTS_NODE, &cfg_bts_gprs_nsei_cmd);
Harald Welte3055e332010-03-14 15:37:43 +08002677 install_element(BTS_NODE, &cfg_bts_gprs_nsvci_cmd);
Harald Welte410575a2010-03-14 23:30:30 +08002678 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_lport_cmd);
2679 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rport_cmd);
2680 install_element(BTS_NODE, &cfg_bts_gprs_nsvc_rip_cmd);
Holger Hans Peter Freyther3112f672010-09-06 10:11:25 +08002681 install_element(BTS_NODE, &cfg_bts_pag_free_cmd);
Harald Welted8acf142010-07-30 11:50:09 +02002682 install_element(BTS_NODE, &cfg_bts_si_mode_cmd);
2683 install_element(BTS_NODE, &cfg_bts_si_static_cmd);
Harald Welteca46eff2011-01-11 23:44:56 +01002684 install_element(BTS_NODE, &cfg_bts_neigh_mode_cmd);
2685 install_element(BTS_NODE, &cfg_bts_neigh_cmd);
Harald Weltef989b782011-02-15 11:43:27 +01002686 install_element(BTS_NODE, &cfg_bts_si5_neigh_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002687
2688 install_element(BTS_NODE, &cfg_trx_cmd);
2689 install_node(&trx_node, dummy_config_write);
2690 install_default(TRX_NODE);
Harald Welte58ed1cb2010-05-14 18:59:17 +02002691 install_element(TRX_NODE, &ournode_exit_cmd);
Harald Weltedc82b9b2010-05-14 19:11:04 +02002692 install_element(TRX_NODE, &ournode_end_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002693 install_element(TRX_NODE, &cfg_trx_arfcn_cmd);
Harald Welte8791dac2010-05-14 17:59:53 +02002694 install_element(TRX_NODE, &cfg_description_cmd);
2695 install_element(TRX_NODE, &cfg_no_description_cmd);
Harald Welte (local)b709bfe2009-12-27 20:56:38 +01002696 install_element(TRX_NODE, &cfg_trx_nominal_power_cmd);
Harald Welte7f597bc2009-06-20 22:36:12 +02002697 install_element(TRX_NODE, &cfg_trx_max_power_red_cmd);
Harald Welte62868882009-08-08 16:12:58 +02002698 install_element(TRX_NODE, &cfg_trx_rsl_e1_cmd);
2699 install_element(TRX_NODE, &cfg_trx_rsl_e1_tei_cmd);
Holger Hans Peter Freyther1c8b4802009-11-11 11:54:24 +01002700 install_element(TRX_NODE, &cfg_trx_rf_locked_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002701
2702 install_element(TRX_NODE, &cfg_ts_cmd);
2703 install_node(&ts_node, dummy_config_write);
2704 install_default(TS_NODE);
Harald Welte58ed1cb2010-05-14 18:59:17 +02002705 install_element(TS_NODE, &ournode_exit_cmd);
Harald Weltedc82b9b2010-05-14 19:11:04 +02002706 install_element(TS_NODE, &ournode_end_cmd);
Harald Welte3ffe1b32009-08-07 00:25:23 +02002707 install_element(TS_NODE, &cfg_ts_pchan_cmd);
Harald Welte85771a42011-05-30 12:09:13 +02002708 install_element(TS_NODE, &cfg_ts_tsc_cmd);
Harald Weltea42a93f2010-06-14 22:26:10 +02002709 install_element(TS_NODE, &cfg_ts_hopping_cmd);
Harald Welte67104d12009-09-12 13:05:33 +02002710 install_element(TS_NODE, &cfg_ts_hsn_cmd);
2711 install_element(TS_NODE, &cfg_ts_maio_cmd);
2712 install_element(TS_NODE, &cfg_ts_arfcn_add_cmd);
2713 install_element(TS_NODE, &cfg_ts_arfcn_del_cmd);
Harald Welte3ffe1b32009-08-07 00:25:23 +02002714 install_element(TS_NODE, &cfg_ts_e1_subslot_cmd);
Harald Welte59b04682009-06-10 05:40:52 +08002715
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002716 install_element(ENABLE_NODE, &drop_bts_cmd);
Harald Welte5213e992010-12-23 13:18:07 +01002717 install_element(ENABLE_NODE, &pdch_act_cmd);
Holger Hans Peter Freyther07ff1c32010-10-26 09:40:13 +02002718
Harald Welte63b964e2010-05-31 16:40:40 +02002719 abis_nm_vty_init();
Harald Welte1d5a2062011-02-12 14:42:59 +01002720 abis_om2k_vty_init();
Harald Weltee76bea02011-02-05 13:54:41 +01002721 e1inp_vty_init();
Harald Welte63b964e2010-05-31 16:40:40 +02002722
Harald Welte40152872010-05-16 20:52:23 +02002723 bsc_vty_init_extra();
Harald Welte59b04682009-06-10 05:40:52 +08002724
2725 return 0;
2726}