aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty_functions.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-28 19:06:09 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2016-02-01 13:58:13 +0100
commitbf49f042d432780fe37c53aed5e4e3f34ac80793 (patch)
treed2c25383480fb572ccf65cef8fce33f9caa15fc4 /src/pcu_vty_functions.h
parentaa9daa1b9dfc74deb2ab4993f74ba61ee2712f73 (diff)
tbf/vty: Move tbf_print_vty_info to pcu_vty_functions.cpp
This function is similar to the show_ms function already present in the target file. Since the TBF lists will be turned into LListHead based lists, they will get an iteration function in pcu_vty_functions.cpp, too. Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/pcu_vty_functions.h')
-rw-r--r--src/pcu_vty_functions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pcu_vty_functions.h b/src/pcu_vty_functions.h
index 1f4ad91..170ad2e 100644
--- a/src/pcu_vty_functions.h
+++ b/src/pcu_vty_functions.h
@@ -34,6 +34,8 @@ int pcu_vty_show_ms_by_tlli(struct vty *vty, struct gprs_rlcmac_bts *bts_data,
int pcu_vty_show_ms_by_imsi(struct vty *vty, struct gprs_rlcmac_bts *bts_data,
const char *imsi);
+void tbf_print_vty_info(struct vty *vty, struct llist_head *tbf);
+
#ifdef __cplusplus
}
#endif