This reverts commit d2ebf628d00d9340f94c979ee8c59cd4e7a3e066. Signed-off-by: Sipun Ku Mahanta <sipunkumar85@gmail.com>
71 lines
2.9 KiB
XML
71 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--Copyright (c) 2012-2013 Qualcomm Technologies, Inc. All Rights Reserved. Qualcomm Technologies Proprietary and Confidential.-->
|
|
<SwimConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SwimConfig.xsd">
|
|
<!--The version of SwimConfig file format-->
|
|
<Version>1.0</Version>
|
|
<ModulesConfiguration>
|
|
<WiFiManager>
|
|
<DefaultState>ON</DefaultState>
|
|
</WiFiManager>
|
|
<LinkPathManager>
|
|
<!-- The number of past days to retain path history-->
|
|
<PathHistory units="days">365</PathHistory>
|
|
</LinkPathManager>
|
|
<IFSelection>
|
|
<HysteresisTimer units="s">10</HysteresisTimer>
|
|
</IFSelection>
|
|
<InterfaceManager>
|
|
<T_BLACKLIST_BQE units="secs">900</T_BLACKLIST_BQE>
|
|
<T_BLACKLIST_ICD units="secs">900</T_BLACKLIST_ICD>
|
|
<T_BLACKLIST_CQE units="secs">900</T_BLACKLIST_CQE>
|
|
<BQE>
|
|
<T_passiveBQE units="s">5</T_passiveBQE>
|
|
</BQE>
|
|
</InterfaceManager>
|
|
<BitrateEstimationManager>
|
|
<RAT Type="WLAN">
|
|
<PollInterval units="ms">60</PollInterval>
|
|
<BurstDuration units="">2</BurstDuration>
|
|
<TopN units="">4</TopN>
|
|
</RAT>
|
|
<RAT Type="WWAN">
|
|
<PollInterval units="ms">70</PollInterval>
|
|
<BurstDuration units="">2</BurstDuration>
|
|
<TopN units="">4</TopN>
|
|
</RAT>
|
|
<ActiveBQE>
|
|
<URI>http://cne.qualcomm.com/cne/v1/bqe/traffic</URI>
|
|
<PostURI>https://cne-post.qualcomm.com/cne/v1/bqe/findings</PostURI>
|
|
<!-- Specifies delaying the active
|
|
probe relative to the start of BPS sampling If the delay value is
|
|
positive the active probe will be delayed and vice versa -->
|
|
<Delay units="ms">0</Delay>
|
|
<Default_mbw units="bps">4000000</Default_mbw>
|
|
<Default_mss units="bytes">1360</Default_mss>
|
|
<default_rtt units="ms">250</default_rtt>
|
|
<cong2slow>1</cong2slow>
|
|
<BQE_Past_Size>7</BQE_Past_Size>
|
|
<BQE_validity_short_timer units="s">10800</BQE_validity_short_timer>
|
|
<BQE_good_validity units="minutes">10080</BQE_good_validity>
|
|
<BQE_bad_validity units="minutes">1440</BQE_bad_validity>
|
|
</ActiveBQE>
|
|
</BitrateEstimationManager>
|
|
<ICD>
|
|
<ICD_Past_Size>7</ICD_Past_Size>
|
|
<ICD_validity_short_timer units="s">3600</ICD_validity_short_timer>
|
|
<ICD_Timeout units="s">5</ICD_Timeout>
|
|
<ICD_High>0.05</ICD_High>
|
|
<ICD_URI>https://cne-ssl.qualcomm.com/cne/v1/icd/wifi-data</ICD_URI>
|
|
<ICD_HTTP_URI>http://cne.qualcomm.com/cne/v1/icd</ICD_HTTP_URI>
|
|
</ICD>
|
|
<TQE>
|
|
<SOCK_ACTIVE_THRESH units="ms">3000</SOCK_ACTIVE_THRESH>
|
|
<TQ_THRESH>0.15</TQ_THRESH>
|
|
<TQE_COUNT_THRESH>2</TQE_COUNT_THRESH>
|
|
<TQE_OVERALL_COUNT_THRESH>2</TQE_OVERALL_COUNT_THRESH>
|
|
<alphaTQE>0.8</alphaTQE>
|
|
<T_BLACKLIST_TQE units="secs">3600</T_BLACKLIST_TQE>
|
|
</TQE>
|
|
</ModulesConfiguration>
|
|
</SwimConfig>
|