aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_strings.c
diff options
context:
space:
mode:
authorgokuls <goksing@gmail.com>2017-07-14 16:02:58 -0400
committergokuls <goksing@gmail.com>2017-07-14 17:38:57 -0400
commit65c3a02cf2b1083debdd087fef9a656d3e3c6cea (patch)
treee9b3ea16f8c584e70a2d33a7c080b994b85e5491 /vnfs/VES5.0/evel/evel-library/code/evel_library/evel_strings.c
parent1a92cb5c28ba17b4a57e4c02ad7223119c810c4a (diff)
Fixed bugs with VoiceQuality and TCA
Change-Id: I0d839079b3a97116db05fa261146998200eb9ae3 Signed-Off-By: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_library/evel_strings.c')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/evel_library/evel_strings.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_strings.c b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_strings.c
index 2cd4ee75..96db59bd 100644
--- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_strings.c
+++ b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_strings.c
@@ -236,6 +236,10 @@ char * evel_event_domain(const EVEL_EVENT_DOMAINS domain)
result = "voiceQuality";
break;
+ case EVEL_DOMAIN_THRESHOLD_CROSS:
+ result = "thresholdCrossingAlert";
+ break;
+
default:
result = NULL;
EVEL_ERROR("Unexpected domain %d", domain);