aboutsummaryrefslogtreecommitdiffstats
path: root/stat_menu.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-31 21:57:15 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-31 21:57:15 +0000
commitc7bd9ae1152939ec491407996334ab0358bfc373 (patch)
treec4e6b9d5b7388ab6a344e5c6ff75e1d3d2507c6a /stat_menu.h
parentbfe9967fc8f56ac5982a52ddf23e1eabfa4b7229 (diff)
Add a REGISTER_STAT_GROUP_TELEPHONY_LTE for the Telephony/LTE menu, and
use it o register the MAC and RLC statistics dialogues. Get rid of the explicit menu items for them, as they now show up in the menu as a result of the tap registering itself. svn path=/trunk/; revision=49658
Diffstat (limited to 'stat_menu.h')
-rw-r--r--stat_menu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stat_menu.h b/stat_menu.h
index 9ded4d1b3a..abb3cce744 100644
--- a/stat_menu.h
+++ b/stat_menu.h
@@ -51,7 +51,8 @@ typedef enum {
REGISTER_STAT_GROUP_ENDPOINT_LIST, /* member of the endpoint list */
REGISTER_STAT_GROUP_RESPONSE_TIME, /* member of the service response time list */
REGISTER_STAT_GROUP_TELEPHONY, /* telephony specific */
- REGISTER_STAT_GROUP_TELEPHONY_GSM, /* GSM (and UMTS and LTE?) */
+ REGISTER_STAT_GROUP_TELEPHONY_GSM, /* GSM (and UMTS?) */
+ REGISTER_STAT_GROUP_TELEPHONY_LTE, /* name says it all */
REGISTER_TOOLS_GROUP_UNSORTED /* unsorted tools */
} register_stat_group_t;