Fix *max_tcc and *min_tcc actions triggers

This commit is contained in:
Eloy Coto
2015-04-28 15:54:17 +00:00
parent 42cd26972f
commit a9e9396b3c

View File

@@ -40,8 +40,8 @@ var METRIC_TRIGGER_MAP = map[string]string{
"*max_tcd": TCD,
"*min_acc": ACC,
"*max_acc": ACC,
"*min_tcc": ACC,
"*max_tcc": ACC,
"*min_tcc": TCC,
"*max_tcc": TCC,
}
// Simplified cdr structure containing only the necessary info