Changed Weights from float64 to DynamicWeights for Resources and Chargers

This commit is contained in:
andronache98
2022-02-10 14:53:51 +02:00
committed by Dan Christian Bogos
parent 74700402f2
commit fad736e5a6
62 changed files with 1322 additions and 621 deletions

View File

@@ -1,8 +1,8 @@
# Tenant,ID,FilterIDs,Weight,RunID,AttributeIDs
# Tenant,ID,FilterIDs,Weights,RunID,AttributeIDs
# CGR_DEFAULT is the default charger for events
cgrates.org,CGR_DEFAULT,,0,*default,*none
cgrates.org,CGR_DEFAULT,,;0,*default,*none
# CGR_RESELLER1 creates an additional CDR for calculating reseller costs
# uses ATTR_CRG_RESELLER1 to replace Category and RequestType in events
cgrates.org,CRG_RESELLER1,,1,reseller1,ATTR_CRG_RESELLER1
cgrates.org,CRG_RESELLER1,,;1,reseller1,ATTR_CRG_RESELLER1
1 # Tenant,ID,FilterIDs,Weight,RunID,AttributeIDs # Tenant,ID,FilterIDs,Weights,RunID,AttributeIDs
2 # CGR_DEFAULT is the default charger for events # CGR_DEFAULT is the default charger for events
3 cgrates.org,CGR_DEFAULT,,0,*default,*none cgrates.org,CGR_DEFAULT,,;0,*default,*none
4 # CGR_RESELLER1 creates an additional CDR for calculating reseller costs # CGR_RESELLER1 creates an additional CDR for calculating reseller costs
5 # uses ATTR_CRG_RESELLER1 to replace Category and RequestType in events # uses ATTR_CRG_RESELLER1 to replace Category and RequestType in events
6 cgrates.org,CRG_RESELLER1,,1,reseller1,ATTR_CRG_RESELLER1 cgrates.org,CRG_RESELLER1,,;1,reseller1,ATTR_CRG_RESELLER1
7
8