Remove ActivationInterval for Attributes (tests failing)

This commit is contained in:
ionutboangiu
2021-05-12 11:08:37 +03:00
committed by Dan Christian Bogos
parent 5b62682506
commit 236c61ff1f
9 changed files with 42 additions and 122 deletions

View File

@@ -709,15 +709,14 @@ type TPAttribute struct {
// TPAttributeProfile is used in APIs to manage remotely offline AttributeProfile
type TPAttributeProfile struct {
TPid string
Tenant string
ID string
FilterIDs []string
ActivationInterval *TPActivationInterval // Time when this limit becomes active and expires
Contexts []string // bind this TPAttribute to multiple context
Attributes []*TPAttribute
Blocker bool
Weight float64
TPid string
Tenant string
ID string
FilterIDs []string
Contexts []string // bind this TPAttribute to multiple context
Attributes []*TPAttribute
Blocker bool
Weight float64
}
// TPChargerProfile is used in APIs to manage remotely offline ChargerProfile