blob: 92be77bec08baaf8b52a609c7854fe2e99ab6436 [file] [log] [blame]
Jacob Erlbeck62e96a32015-06-04 09:42:14 +02001/* pcu_vty_functions.cpp
2 *
3 * Copyright (C) 2015 by Sysmocom s.f.m.c. GmbH
4 * Author: Jacob Erlbeck <jerlbeck@sysmocom.de>
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version 2
9 * of the License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 */
20/* OsmoBTS VTY interface */
21
22
23#include <stdint.h>
24#include <stdlib.h>
25#include "pcu_vty_functions.h"
Jacob Erlbeckf47f68a2015-06-04 10:23:24 +020026#include "bts.h"
27#include "gprs_ms_storage.h"
28#include "gprs_ms.h"
29#include "cxx_linuxlist.h"
Max1187a772018-01-26 13:31:42 +010030#include <llc.h>
31#include <pcu_l1_if.h>
32#include <rlc.h>
33#include <tbf.h>
Pau Espin Pedrol9d1cdb12019-09-25 17:47:02 +020034#include <tbf_ul.h>
Max6dc90b82018-02-19 17:17:28 +010035#include <pdch.h>
Jacob Erlbeck62e96a32015-06-04 09:42:14 +020036
37extern "C" {
Maxd2d51ed2018-01-25 15:41:28 +010038#include <osmocom/vty/command.h>
39#include <osmocom/vty/logging.h>
40#include <osmocom/vty/misc.h>
Max1187a772018-01-26 13:31:42 +010041 #include <osmocom/core/linuxlist.h>
42 #include <osmocom/core/utils.h>
43 #include <osmocom/vty/vty.h>
Max136ebcc2019-03-05 14:59:03 +010044 #include "coding_scheme.h"
Jacob Erlbeck62e96a32015-06-04 09:42:14 +020045}
46
Vadim Yanitskiycef2f842019-10-09 21:52:50 +070047static void tbf_print_vty_info(struct vty *vty, gprs_rlcmac_tbf *tbf)
Jacob Erlbeckbf49f042015-12-28 19:06:09 +010048{
Jacob Erlbeck9f686702016-01-19 17:10:07 +010049 gprs_rlcmac_ul_tbf *ul_tbf = as_ul_tbf(tbf);
50 gprs_rlcmac_dl_tbf *dl_tbf = as_dl_tbf(tbf);
51
Minh-Quang Nguyen8d555632017-11-01 15:00:08 -040052 vty_out(vty, "TBF: TFI=%d TLLI=0x%08x (%s) TA=%u DIR=%s IMSI=%s%s", tbf->tfi(),
Pau Espin Pedrol5fc95772020-09-22 16:15:09 +020053 tbf->tlli(), tbf->is_tlli_valid() ? "valid" : "invalid",
54 tbf->ta(),
55 tbf->direction == GPRS_RLCMAC_UL_TBF ? "UL" : "DL",
56 tbf->imsi(), VTY_NEWLINE);
Max5441e1f2018-01-30 17:49:53 +010057 vty_out(vty, " created=%lu state=%08x [CCCH:%u, PACCH:%u] 1st_TS=%d 1st_cTS=%d ctrl_TS=%d MS_CLASS=%d/%d%s",
58 tbf->created_ts(), tbf->state_flags,
59 tbf->state_flags & (1 << GPRS_RLCMAC_FLAG_CCCH),
60 tbf->state_flags & (1 << GPRS_RLCMAC_FLAG_PACCH),
61 tbf->first_ts,
Pau Espin Pedrol5fc95772020-09-22 16:15:09 +020062 tbf->first_common_ts, tbf->control_ts,
63 tbf->ms_class(),
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +010064 tbf->ms() ? ms_egprs_ms_class(tbf->ms()) : -1,
Pau Espin Pedrol5fc95772020-09-22 16:15:09 +020065 VTY_NEWLINE);
Jacob Erlbeckbf49f042015-12-28 19:06:09 +010066 vty_out(vty, " TS_alloc=");
67 for (int i = 0; i < 8; i++) {
Jacob Erlbeck81a04f72016-01-28 16:14:58 +010068 bool is_ctrl = tbf->is_control_ts(i);
Jacob Erlbeckbf49f042015-12-28 19:06:09 +010069 if (tbf->pdch[i])
Jacob Erlbeck81a04f72016-01-28 16:14:58 +010070 vty_out(vty, "%d%s ", i, is_ctrl ? "!" : "");
Jacob Erlbeckbf49f042015-12-28 19:06:09 +010071 }
Mrinal Mishrad453eaa2016-10-26 15:41:56 +053072 if (tbf->trx != NULL)
73 vty_out(vty, " TRX_ID=%d", tbf->trx->trx_no);
Max136ebcc2019-03-05 14:59:03 +010074 vty_out(vty, " CS=%s", mcs_name(tbf->current_cs()));
Jacob Erlbeck9f686702016-01-19 17:10:07 +010075
76 if (ul_tbf) {
Pau Espin Pedrolb3f23972020-10-23 21:00:23 +020077 gprs_rlc_ul_window *win = static_cast<gprs_rlc_ul_window *>(ul_tbf->window());
Maxa4f570f2017-12-15 11:21:57 +010078 vty_out(vty, " WS=%u V(Q)=%d V(R)=%d",
79 ul_tbf->window_size(), win->v_q(), win->v_r());
sivasankarida7250a2016-12-16 12:57:18 +053080 vty_out(vty, "%s", VTY_NEWLINE);
81 vty_out(vty, " TBF Statistics:%s", VTY_NEWLINE);
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +010082 if (GPRS == ms_mode(tbf->ms())) {
sivasankarida7250a2016-12-16 12:57:18 +053083 vty_out_rate_ctr_group(vty, " ", ul_tbf->m_ul_gprs_ctrs);
84 } else {
85 vty_out_rate_ctr_group(vty, " ", ul_tbf->m_ul_egprs_ctrs);
86 }
Jacob Erlbeck9f686702016-01-19 17:10:07 +010087 }
88 if (dl_tbf) {
Pau Espin Pedrolb3f23972020-10-23 21:00:23 +020089 gprs_rlc_dl_window *win = static_cast<gprs_rlc_dl_window *>(dl_tbf->window());
Maxa4f570f2017-12-15 11:21:57 +010090 vty_out(vty, " WS=%u V(A)=%d V(S)=%d nBSN=%d%s",
91 dl_tbf->window_size(), win->v_a(), win->v_s(), win->resend_needed(),
Jacob Erlbeck9f686702016-01-19 17:10:07 +010092 win->window_stalled() ? " STALLED" : "");
sivasankari53950732016-12-08 17:15:17 +053093 vty_out(vty, "%s", VTY_NEWLINE);
94 vty_out_rate_ctr_group(vty, " ", tbf->m_ctrs);
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +010095 if (GPRS == ms_mode(tbf->ms())) {
sivasankari53950732016-12-08 17:15:17 +053096 vty_out_rate_ctr_group(vty, " ", dl_tbf->m_dl_gprs_ctrs);
97 } else {
98 vty_out_rate_ctr_group(vty, " ", dl_tbf->m_dl_egprs_ctrs);
99 }
Jacob Erlbeck9f686702016-01-19 17:10:07 +0100100 }
101 vty_out(vty, "%s%s", VTY_NEWLINE, VTY_NEWLINE);
Jacob Erlbeckbf49f042015-12-28 19:06:09 +0100102}
103
Vadim Yanitskiycef2f842019-10-09 21:52:50 +0700104int pcu_vty_show_tbf_all(struct vty *vty, struct gprs_rlcmac_bts *bts_data, uint32_t flags)
Jacob Erlbecked2dbf62015-12-28 19:15:40 +0100105{
106 BTS *bts = bts_data->bts;
Vadim Yanitskiycef2f842019-10-09 21:52:50 +0700107 LListHead<gprs_rlcmac_tbf> *iter;
Jacob Erlbecked2dbf62015-12-28 19:15:40 +0100108
109 vty_out(vty, "UL TBFs%s", VTY_NEWLINE);
Vadim Yanitskiycef2f842019-10-09 21:52:50 +0700110 llist_for_each(iter, &bts->ul_tbfs()) {
111 if (iter->entry()->state_flags & flags)
112 tbf_print_vty_info(vty, iter->entry());
113 }
Jacob Erlbecked2dbf62015-12-28 19:15:40 +0100114
115 vty_out(vty, "%sDL TBFs%s", VTY_NEWLINE, VTY_NEWLINE);
Vadim Yanitskiycef2f842019-10-09 21:52:50 +0700116 llist_for_each(iter, &bts->dl_tbfs()) {
117 if (iter->entry()->state_flags & flags)
118 tbf_print_vty_info(vty, iter->entry());
119 }
Jacob Erlbecked2dbf62015-12-28 19:15:40 +0100120
121 return CMD_SUCCESS;
122}
123
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200124static int show_ms(struct vty *vty, GprsMs *ms)
125{
Jacob Erlbeck51b11512015-06-11 16:54:50 +0200126 unsigned i;
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100127 struct llist_item *i_tbf;
Jacob Erlbeck7c72aca2016-01-22 17:06:14 +0100128 uint8_t slots;
Jacob Erlbeck51b11512015-06-11 16:54:50 +0200129
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100130 vty_out(vty, "MS TLLI=%08x, IMSI=%s%s", ms_tlli(ms), ms_imsi(ms), VTY_NEWLINE);
131 vty_out(vty, " Timing advance (TA): %d%s", ms_ta(ms), VTY_NEWLINE);
132 vty_out(vty, " Coding scheme uplink: %s%s", mcs_name(ms_current_cs_ul(ms)),
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200133 VTY_NEWLINE);
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100134 vty_out(vty, " Coding scheme downlink: %s%s", mcs_name(ms_current_cs_dl(ms)),
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200135 VTY_NEWLINE);
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100136 vty_out(vty, " Mode: %s%s", mode_name(ms_mode(ms)), VTY_NEWLINE);
137 vty_out(vty, " MS class: %d%s", ms_ms_class(ms), VTY_NEWLINE);
138 vty_out(vty, " EGPRS MS class: %d%s", ms_egprs_ms_class(ms), VTY_NEWLINE);
Jacob Erlbeck7c72aca2016-01-22 17:06:14 +0100139 vty_out(vty, " PACCH: ");
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100140 slots = ms_current_pacch_slots(ms);
Jacob Erlbeck7c72aca2016-01-22 17:06:14 +0100141 for (int i = 0; i < 8; i++)
142 if (slots & (1 << i))
143 vty_out(vty, "%d ", i);
144 vty_out(vty, "%s", VTY_NEWLINE);
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100145 vty_out(vty, " LLC queue length: %zd%s", llc_queue_size(ms_llc_queue(ms)),
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200146 VTY_NEWLINE);
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100147 vty_out(vty, " LLC queue octets: %zd%s", llc_queue_octets(ms_llc_queue(ms)),
Jacob Erlbeck159d4de2015-08-21 16:02:11 +0200148 VTY_NEWLINE);
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100149 if (ms->l1_meas.have_rssi)
Jacob Erlbecke4bcb622015-06-08 11:26:38 +0200150 vty_out(vty, " RSSI: %d dBm%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100151 ms->l1_meas.rssi, VTY_NEWLINE);
152 if (ms->l1_meas.have_ber)
Jacob Erlbecke4bcb622015-06-08 11:26:38 +0200153 vty_out(vty, " Bit error rate: %d %%%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100154 ms->l1_meas.ber, VTY_NEWLINE);
155 if (ms->l1_meas.have_link_qual)
Jacob Erlbecke4bcb622015-06-08 11:26:38 +0200156 vty_out(vty, " Link quality: %d dB%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100157 ms->l1_meas.link_qual, VTY_NEWLINE);
158 if (ms->l1_meas.have_bto)
Jacob Erlbecke4bcb622015-06-08 11:26:38 +0200159 vty_out(vty, " Burst timing offset: %d/4 bit%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100160 ms->l1_meas.bto, VTY_NEWLINE);
161 if (ms->l1_meas.have_ms_rx_qual)
Jacob Erlbeck04a10862015-06-12 16:01:56 +0200162 vty_out(vty, " Downlink NACK rate: %d %%%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100163 ms_nack_rate_dl(ms), VTY_NEWLINE);
164 if (ms->l1_meas.have_ms_rx_qual)
Jacob Erlbeck51b11512015-06-11 16:54:50 +0200165 vty_out(vty, " MS RX quality: %d %%%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100166 ms->l1_meas.ms_rx_qual, VTY_NEWLINE);
167 if (ms->l1_meas.have_ms_c_value)
Jacob Erlbeck51b11512015-06-11 16:54:50 +0200168 vty_out(vty, " MS C value: %d dB%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100169 ms->l1_meas.ms_c_value, VTY_NEWLINE);
170 if (ms->l1_meas.have_ms_sign_var)
Jacob Erlbeck51b11512015-06-11 16:54:50 +0200171 vty_out(vty, " MS SIGN variance: %d dB%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100172 ms->l1_meas.ms_sign_var, VTY_NEWLINE);
173 for (i = 0; i < ARRAY_SIZE(ms->l1_meas.ts); ++i) {
174 if (ms->l1_meas.ts[i].have_ms_i_level)
Jacob Erlbeck51b11512015-06-11 16:54:50 +0200175 vty_out(vty, " MS I level (slot %d): %d dB%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100176 i, ms->l1_meas.ts[i].ms_i_level, VTY_NEWLINE);
Jacob Erlbeck51b11512015-06-11 16:54:50 +0200177 }
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100178 if (ms_ul_tbf(ms))
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200179 vty_out(vty, " Uplink TBF: TFI=%d, state=%s%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100180 ms_ul_tbf(ms)->tfi(),
181 ms_ul_tbf(ms)->state_name(),
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200182 VTY_NEWLINE);
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100183 if (ms_dl_tbf(ms)) {
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200184 vty_out(vty, " Downlink TBF: TFI=%d, state=%s%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100185 ms_dl_tbf(ms)->tfi(),
186 ms_dl_tbf(ms)->state_name(),
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200187 VTY_NEWLINE);
sivasankari53950732016-12-08 17:15:17 +0530188 vty_out(vty, " Current DL Throughput: %d Kbps %s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100189 ms_dl_tbf(ms)->m_bw.dl_throughput,
sivasankari53950732016-12-08 17:15:17 +0530190 VTY_NEWLINE);
191 }
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200192
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100193 llist_for_each_entry(i_tbf, &ms->old_tbfs, list) {
194 struct gprs_rlcmac_tbf *tbf = (struct gprs_rlcmac_tbf *)i_tbf->entry;
Jacob Erlbeckc62216b2015-08-21 15:46:16 +0200195 vty_out(vty, " Old %-19s TFI=%d, state=%s%s",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100196 tbf_direction(tbf) == GPRS_RLCMAC_UL_TBF ?
Jacob Erlbeckc62216b2015-08-21 15:46:16 +0200197 "Uplink TBF:" : "Downlink TBF:",
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100198 tbf->tfi(),
199 tbf->state_name(),
Jacob Erlbeckc62216b2015-08-21 15:46:16 +0200200 VTY_NEWLINE);
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100201 }
Pau Espin Pedrolbed48cc2021-01-11 17:32:18 +0100202 vty_out_rate_ctr_group(vty, " ", ms->ctrs);
Jacob Erlbeckc62216b2015-08-21 15:46:16 +0200203
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200204 return CMD_SUCCESS;
205}
206
Vadim Yanitskiyafbf1892019-10-09 20:26:47 +0700207int pcu_vty_show_ms_all(struct vty *vty, struct gprs_rlcmac_bts *bts_data)
208{
209 BTS *bts = bts_data->bts;
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100210 GprsMs *ms_iter;
Vadim Yanitskiyafbf1892019-10-09 20:26:47 +0700211
Pau Espin Pedrolda971ee2020-12-16 15:59:45 +0100212 llist_for_each_entry(ms_iter, bts->ms_store().ms_list(), list)
213 show_ms(vty, ms_iter);
Vadim Yanitskiyafbf1892019-10-09 20:26:47 +0700214
215 return CMD_SUCCESS;
216}
217
Jacob Erlbeck37e896d2015-06-05 16:33:33 +0200218int pcu_vty_show_ms_by_tlli(struct vty *vty, struct gprs_rlcmac_bts *bts_data,
219 uint32_t tlli)
220{
221 BTS *bts = bts_data->bts;
222 GprsMs *ms = bts->ms_store().get_ms(tlli);
223 if (!ms) {
224 vty_out(vty, "Unknown TLLI %08x.%s", tlli, VTY_NEWLINE);
225 return CMD_WARNING;
226 }
227
228 return show_ms(vty, ms);
229}
230
231int pcu_vty_show_ms_by_imsi(struct vty *vty, struct gprs_rlcmac_bts *bts_data,
232 const char *imsi)
233{
234 BTS *bts = bts_data->bts;
235 GprsMs *ms = bts->ms_store().get_ms(0, 0, imsi);
236 if (!ms) {
237 vty_out(vty, "Unknown IMSI '%s'.%s", imsi, VTY_NEWLINE);
238 return CMD_WARNING;
239 }
240
241 return show_ms(vty, ms);
242}
Pau Espin Pedrola1ac2f02020-09-22 17:01:31 +0200243
244int pcu_vty_show_bts_pdch(struct vty *vty, const struct gprs_rlcmac_bts *bts_data)
245{
246 unsigned int trx_nr, ts_nr;
247
248 vty_out(vty, "BTS (%s)%s", bts_data->active ? "active" : "disabled", VTY_NEWLINE);
249 for (trx_nr = 0; trx_nr < ARRAY_SIZE(bts_data->trx); trx_nr++) {
250 const struct gprs_rlcmac_trx *trx = &bts_data->trx[trx_nr];
251
252 for (ts_nr = 0; ts_nr < ARRAY_SIZE(trx->pdch); ts_nr++) {
253 if (trx->pdch[ts_nr].is_enabled())
254 break;
255 }
256 if (ts_nr == ARRAY_SIZE(trx->pdch))
257 continue; /* no pdch active, skip */
258
259 vty_out(vty, " TRX%u%s", trx->trx_no, VTY_NEWLINE);
260 for (ts_nr = 0; ts_nr < ARRAY_SIZE(trx->pdch); ts_nr++) {
261 const struct gprs_rlcmac_pdch *pdch = &trx->pdch[ts_nr];
262
263 vty_out(vty, " TS%u: PDCH %s, %u UL TBFs, %u DL TBFs%s", pdch->ts_no,
264 pdch->is_enabled() ? "enabled" : "disabled",
265 pdch->num_tbfs(GPRS_RLCMAC_DL_TBF),
266 pdch->num_tbfs(GPRS_RLCMAC_UL_TBF), VTY_NEWLINE);
267 }
268 }
269 return CMD_SUCCESS;
270}