aboutsummaryrefslogtreecommitdiffstats
path: root/src/tbf.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/tbf.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/tbf.h')
-rw-r--r--src/tbf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/tbf.h b/src/tbf.h
index 190101bf..de7063da 100644
--- a/src/tbf.h
+++ b/src/tbf.h
@@ -470,14 +470,3 @@ inline gprs_rlcmac_dl_tbf *as_dl_tbf(gprs_rlcmac_tbf *tbf)
}
#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-#include <osmocom/vty/command.h>
-#include <osmocom/vty/vty.h>
-
- void tbf_print_vty_info(struct vty *vty, struct llist_head *tbf);
-#ifdef __cplusplus
-}
-#endif