Added Web File Download behaviour.

Added buffer limit for surfing behaviour.
Changed name of log files to csv.
This commit is contained in:
Ziver Koc 2014-08-04 13:35:06 +02:00
parent acd7f21f11
commit 7ca05039b5
9 changed files with 95 additions and 45 deletions

View file

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="behaviours" >
<item>com.ericsson.uecontrol.core.behaviour.UeBehaviourFtp</item>
<item>com.ericsson.uecontrol.core.behaviour.UeBehaviourFileDownload</item>
<item>com.ericsson.uecontrol.core.behaviour.UeBehaviourFtpDownload</item>
<item>com.ericsson.uecontrol.core.behaviour.UeBehaviourSleep</item>
<item>com.ericsson.uecontrol.core.behaviour.UeBehaviourSurfing</item>
</string-array>