aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty_functions.h
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-06-04 10:23:24 +0200
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-06-08 09:39:51 +0200
commitf47f68a9d8e4421398e2369e4b18de8c52a9d396 (patch)
treeeb9302e10310ee513b2f0ac1c468a98f2032272b /src/pcu_vty_functions.h
parent62e96a3535714088a5dabe3cb4a8523165b19877 (diff)
vty: Add 'show ms all' command
This command lists the entries of the ms_store by a line per MS. Beside TLLI and IMSI, some measurement and state information is shown. A ms_list() getter method is added to GprsMsStorage to obtain a list of the MsGprs objects. The following VTY command is added to the 'enable' node: - show ms all 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 15006355..89c5f821 100644
--- a/src/pcu_vty_functions.h
+++ b/src/pcu_vty_functions.h
@@ -25,8 +25,10 @@ extern "C" {
#endif
struct vty;
+struct gprs_rlcmac_bts;
int pcu_vty_config_write_pcu_ext(struct vty *vty);
+int pcu_vty_show_ms_all(struct vty *vty, struct gprs_rlcmac_bts *bts_data);
#ifdef __cplusplus
}