Diameter proper serialization in CCA, fixes #334

This commit is contained in:
DanB
2015-12-23 12:52:55 +01:00
parent 24cccdc89c
commit ccd23b0d64
3 changed files with 28 additions and 27 deletions

View File

@@ -293,7 +293,7 @@ const CGRATES_CFG_JSON = `
{"tag": "SubscriberID", "field_id": "SubscriberId", "type": "*composed", "value": "Subscription-Id>Subscription-Id-Data", "mandatory": true},
],
"cca_fields":[ // fields returned in CCA
{"tag": "GrantedUnits", "type": "*handler", "handler_id": "*cca_usage", "value": "Granted-Service-Unit>CC-Time", "mandatory": true},
{"tag": "GrantedUnits", "field_id": "Granted-Service-Unit>CC-Time", "type": "*handler", "handler_id": "*cca_usage", "mandatory": true},
],
},
],