Commit 24896eabee79646f4701d3b9e67f696051838c9f
1 parent
7bacf71c
bandwidth in CAC export debug time
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/org/openflow/protocol/Pel/statistics/StatisticVoIP_CAC.java
| ... | ... | @@ -45,7 +45,7 @@ public class StatisticVoIP_CAC extends Statistic{ |
| 45 | 45 | double stats[]=new double[4]; |
| 46 | 46 | stats[1]=nbCalls; |
| 47 | 47 | stats[2]=averageMos; |
| 48 | - stats[0]=date.getTime(); | |
| 48 | + stats[0]=date.getTime()/1000/1000000000; | |
| 49 | 49 | stats[3]=bandwidth; |
| 50 | 50 | return stats; |
| 51 | 51 | } | ... | ... |