diff -r af3fb27c7511 -r 13838cf40350 wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacnullsendcontroller.inl --- a/wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacnullsendcontroller.inl Tue May 25 14:40:09 2010 +0300 +++ b/wlan_bearer/wlanldd/wlan_common/umac_common/inc/umacnullsendcontroller.inl Mon Jun 21 17:43:00 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of the License "Eclipse Public License v1.0" @@ -17,7 +17,7 @@ */ /* -* %version: 10 % +* %version: 11 % */ // Default Voice Call Entry timeout @@ -38,7 +38,7 @@ // Default Keep Alive timeout // This value is used if no other value has been provided -const TUint32 KDefaultKeepAliveTimeout = 200000000; // 200 s +const TUint32 KDefaultKeepAliveTimeout = 60000000; // 60 s // Default value for frame payload length threashold of a potential // carrier of downlink Voice over WLAN Call data, which is erroneously @@ -221,3 +221,12 @@ // during a Voice Call } } + +// --------------------------------------------------------------------------- +// +// --------------------------------------------------------------------------- +// +inline TBool WlanNullSendController::InVoiceCallState() const + { + return static_cast(iFlags & KInVoiceCallState); + }