Guest User

Untitled

a guest
Feb 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <service_tree name="coverageFull-GPRS">
  2. <match_set>
  3. <match mode="in" tag="$(answer/event/input/event_data/resource/service_type)">GPRS,RGPRS</match>
  4. </match_set>
  5.  
  6. <set path="answer/resource/granted_resources/total_octets/_ApplyFunction"/>
  7. <set path="answer/resource/granted_resources/total_octets/_ApplyFunction.func">mathOpTruncate</set>
  8. <set path="answer/resource/granted_resources/total_octets/_ApplyFunction.param1">$(answer/event/output/rating/measure/@requested[type='Bytes']?)</set>
  9. <set path="answer/reservation">extend</set>
  10. <set path="answer/resource/resultCode">0</set>
  11. <service_tree name="cst_5477_notlinemain">
  12. <match_set>
  13. <match mode="notin" tag="$(answer/event/output/rating/balance/@name)">Line_Main</match>
  14. <!--<match mode="greater-or-equal" tag="$(answer/event/output/rating/measure/@requested[type='Bytes'])">10000000</match>-->
  15. </match_set>
  16. <set path="answer/resource/granted_resources/total_octets">100000</set>
  17. </service_tree>
  18. <service_tree name="cst_5477_linemain">
  19. <match_set>
  20. <match mode="in" tag="$(answer/event/output/rating/balance/@name)">Line_Main</match>
  21. <!--<match mode="greater-or-equal" tag="$(answer/resource/granted_resources/total_octets)">1000000</match>-->
  22. </match_set>
  23. <set path="answer/resource/granted_resources/total_octets">1000000</set>
  24. </service_tree>
  25.  
  26.  
  27. </service_tree>
Add Comment
Please, Sign In to add comment