aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty_functions.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-02-01 16:07:33 +0100
committerHarald Welte <laforge@gnumonks.org>2019-04-08 07:35:00 +0000
commit12a0987b360f6825217aa25249719f1ef85f4a1c (patch)
tree8867ef2a255ffb59427696a4b4f5714a668bf76e /src/pcu_vty_functions.h
parent0e6ac799f7f75639ae37e01feeb507e301a12745 (diff)
vty: add commands to show TBF of a certain kind
Add vty commands to show only TBFs allocated via PACCH or CCCH. Change-Id: I80f8df4fe663a0346f4289a4220b761e39726312 Related: OS#1759
Diffstat (limited to 'src/pcu_vty_functions.h')
-rw-r--r--src/pcu_vty_functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcu_vty_functions.h b/src/pcu_vty_functions.h
index 470df0eb..3fef2082 100644
--- a/src/pcu_vty_functions.h
+++ b/src/pcu_vty_functions.h
@@ -27,7 +27,7 @@ extern "C" {
struct vty;
struct gprs_rlcmac_bts;
-int pcu_vty_show_tbf_all(struct vty *vty, struct gprs_rlcmac_bts *bts_data);
+int pcu_vty_show_tbf_all(struct vty *vty, struct gprs_rlcmac_bts *bts_data, bool show_ccch, bool show_pacch);
int pcu_vty_show_ms_all(struct vty *vty, struct gprs_rlcmac_bts *bts_data);
int pcu_vty_show_ms_by_tlli(struct vty *vty, struct gprs_rlcmac_bts *bts_data,
uint32_t tlli);