Using SMGenericV2 methods returning time.Duration as maxDuration instead of float, updated smg_it tests

This commit is contained in:
DanB
2017-11-06 18:20:17 +01:00
parent 286ef0c0aa
commit 86fd8444db
10 changed files with 109 additions and 78 deletions

View File

@@ -488,6 +488,10 @@ const (
Action = "Action"
ThresholdSv1ProcessEvent = "ThresholdSv1.ProcessEvent"
MetaNow = "*now"
SMGenericV2UpdateSession = "SMGenericV2.UpdateSession"
SMGenericV2InitiateSession = "SMGenericV2.InitiateSession"
SMGenericV1UpdateSession = "SMGenericV1.UpdateSession"
SMGenericV1InitiateSession = "SMGenericV1.InitiateSession"
)
func buildCacheInstRevPrefixes() {