0% found this document useful (0 votes)
12 views25 pages

AQM Feature Parameter Description: Wcdma Ran

RAN14

Uploaded by

anthony
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views25 pages

AQM Feature Parameter Description: Wcdma Ran

RAN14

Uploaded by

anthony
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

WCDMA RAN

AQM Feature Parameter Description

Issue 02
Date 2014-02-28

HUAWEI TECHNOLOGIES CO., LTD.


Copyright © Huawei Technologies Co., Ltd. 2014. All rights reserved.
No part of this document may be reproduced or transmitted in any form or by any means without prior written
consent of Huawei Technologies Co., Ltd.

Trademarks and Permissions

and other Huawei trademarks are trademarks of Huawei Technologies Co., Ltd.
All other trademarks and trade names mentioned in this document are the property of their respective
holders.

Notice
The purchased products, services and features are stipulated by the contract made between Huawei and the
customer. All or part of the products, services and features described in this document may not be within the
purchase scope or the usage scope. Unless otherwise specified in the contract, all statements, information,
and recommendations in this document are provided "AS IS" without warranties, guarantees or
representations of any kind, either express or implied.

The information in this document is subject to change without notice. Every effort has been made in the
preparation of this document to ensure accuracy of the contents, but all statements, information, and
recommendations in this document do not constitute a warranty of any kind, express or implied.

Huawei Technologies Co., Ltd.


Address: Huawei Industrial Base
Bantian, Longgang
Shenzhen 518129
People's Republic of China

Website: [Link]
Email: support@[Link]

Issue 02 (2014-02-28) Huawei Proprietary and Confidential i


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description Contents

Contents

1 About This Document.................................................................................................................. 1


1.1 Scope.............................................................................................................................................................................. 1
1.2 Intended Audience.......................................................................................................................................................... 1
1.3 Change History............................................................................................................................................................... 1
1.4 Differences Between Base Station Types....................................................................................................................... 2

2 Technical Description...................................................................................................................3
3 Engineering Guidelines............................................................................................................... 4
3.1 Requirements.................................................................................................................................................................. 4
3.2 Activation....................................................................................................................................................................... 5
3.3 Activation Observation...................................................................................................................................................5
3.4 Deactivation....................................................................................................................................................................6
3.5 MML Command Examples............................................................................................................................................ 6

4 Parameters....................................................................................................................................... 7
5 Counters........................................................................................................................................ 20
6 Glossary......................................................................................................................................... 21
7 Reference Documents................................................................................................................. 22

Issue 02 (2014-02-28) Huawei Proprietary and Confidential ii


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 1 About This Document

1 About This Document

1.1 Scope
This document describes WRFD-011502 Active Queue Management (AQM), including its
technical principles, related features, network impact, and engineering guidelines.
This document applies to the following NE types.

NE Type NE Model

RNC BSC6900 and BSC6910

NodeB Macro 3900 series macro base stations: BTS3900, BTS3900A,


BTS3900L, BTS3900AL, DBS3900, and BTS3900C
5900 series macro base stations: BTS5900, BTS5900A,
BTS5900L, BTS5900AL, and DBS5900

Micro BTS3911E

LampSite DBS3900 LampSite and DBS5900 LampSite

1.2 Intended Audience


This document is intended for personnel who:
l Need to understand the features described herein
l Work with Huawei products

1.3 Change History


This section provides information about the changes in different document versions. There are
two types of changes, which are defined as follows:
l Feature change
Changes in features and parameters of a specified version as well as the affected entities

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 1


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 1 About This Document

l Editorial change
Changes in wording or addition of information and any related parameters affected by
editorial changes. Editorial change does not specify the affected entities.

RAN14.0 02 (2014-02-28)
This issue includes the following changes.

Change Type Change Description Parameter


Change

Feature change None None

Editorial change Enhanced the document readability. None

RAN14.0 01 (2012-07-20)
Compared with issue 02 (2011-06-30) of RAN14.0, 01 (2012-07-20) of RAN14.0 includes the
following changes.

Change Type Change Description Parameter


Change

Feature change None None

Editorial change Added the descriptions about how to deploy AQM. None
For details, see chapter 3 Engineering Guidelines.

1.4 Differences Between Base Station Types


Feature Support by Macro, Micro, and LampSite Base Stations
Feature ID Descriptio Supported by Base Supported Supported Supported
n Station Controller by Macro by Micro by
Base Base LampSite
BSC6900 BSC6910 Station Station Base
Station

WRFD-01 Active Yes Yes Yes Yes Yes


1502 Queue
Managem
ent
(AQM)

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 2


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 2 Technical Description

2 Technical Description

Active Queue Management (AQM) can actively optimize the management of RLC queues to
reduce the delay of HTTP services in buffer queues.
Currently, most communication systems use Transmission Control Protocol (TCP) to
guarantee the reliability of data services. When TCP is applied to the WCDMA network, one
radio bearer (RB) can simultaneously use multiple TCP connections (multi-thread) and a great
number of data packets may wait in the buffer queue, which leads to a long queuing delay. As
a result, the following problems may occur:
l When a queue is long, the round trip time (RTT) of the synchronization packet of a new
connection is also long, whereas the initial value of the retransmission timeout (RTO)
timer is relatively small. Therefore, the RTT may be longer than the RTO time, that is,
the RTO timer may expire before the new connection is established.
l When a high-priority traffic stream occupies most of the buffer, it is difficult for other
streams to occupy the required bandwidth. As a result, the subsequent data packets of the
other streams are likely to be discarded due to buffer overflow.
l When consecutive loss of packets occurs due to buffer overflow, the TCP link takes a
long time to retrieve the earlier data rate. In such a case, the link cannot be fully used.
AQM optimizes the management of RLC queues and reduces the situations that the
HTTP service data are blocked by other services. It can improve user experience in
HTTP services.
AQM identifies an HTTP service by the TCP port number carried in the service packet. The
default TCP port number is 80 for HTTP services.
The AQM algorithm applies to data transmission in the downlink rather than the uplink.
The AQM algorithm does not require support from other NEs.
The AQM algorithm must be implemented before the PDCP header compression algorithm is
implemented.

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 3


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 3 Engineering Guidelines

3 Engineering Guidelines

This section describes how to activate, verify, and deactivate the optional feature
WRFD-011502 Active Queue Management (AQM).

3.1 Requirements
l Hardware
None
l Other features
None
l License
For details about how to activate the license, see License Management Feature
Parameter Description.
If RAN Sharing or MOCN is enabled, the licensed resource is allocated among the
primary and secondary operators according to the method listed in the License
Allocation for Multiple Operators column.
Feature Feature License License NE License Sal
ID Name Control Control Allocatio es
Item ID Item n for Un
Name Multiple it
Operator
s

WRFD-01 Active LQW1AQ Active BSC6900 Method 5 Mb


1502 Queue M01 Queue BSC6910 ps
Manageme Manageme
nt (AQM) nt (AQM)
(per Mbps)

Method 5: In RAN Sharing scenarios, the license of a feature is activated for the primary
and secondary operators separately. In MOCN scenarios, the license of a feature is
activated only for the primary operator. The licensed values can be set by running the
SET LICENSE command.

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 4


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 3 Engineering Guidelines

3.2 Activation
Run the RNC MML command SET UCORRMALGOSWITCH (CME single configuration:
UMTS Radio Global Configuration Express > Connection_Oriented RRM Switch
Configuration > Connection Oriented Algorithm Switches; CME batch modification center:
Modifying RNC Parameters in Batches) to turn on the RNC-level AQM switch. In this step,
select the check box DRA_AQM_SWITCH under the parameter Dynamic resource
allocation switch (DraSwitch (BSC6900, BSC6910)).

3.3 Activation Observation


Step 1 Select UI_FAM_UT_INTRA_MSG in the Message Setting dialog box on the RNC LMT.

Figure 3-1 Message setting dialog box

Step 2 Initiate UE tracing on the RNC LMT. In the displayed UE Trace dialog box, select the Debug
Mode check box, as shown in Figure 3-2.

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 5


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 3 Engineering Guidelines

Figure 3-2 UE trace dialog box

Step 3 Establish a BE service on the UE. Verify the value of the information element (IE)
"ucAqmSwitch" under PdcpSetupInfo contained in the CRLC_SETUP_REQ message as
follows:
l If the value of the IE "ucAqmSwitch" is 1, this feature is activated.
l If the value of the IE "ucAqmSwitch" is 0, this feature is not activated.

----End

3.4 Deactivation
Run the RNC MML command SET UCORRMALGOSWITCH (CME single configuration:
UMTS Radio Global Configuration Express > Connection_Oriented RRM Switch
Configuration > Connection Oriented Algorithm Switches; CME batch modification center:
Modifying RNC Parameters in Batches). In this step, deselect the DRA_AQM_SWITCH
check box under the parameter Dynamic resource allocation switch (DraSwitch (BSC6900,
BSC6910)).

3.5 MML Command Examples


//Activating Active Queue Management (AQM)
SET UCORRMALGOSWITCH: DraSwitch=DRA_AQM_SWITCH-1;

//Deactivating Active Queue Management (AQM)


SET UCORRMALGOSWITCH: DraSwitch=DRA_AQM_SWITCH-0;

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 6


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

4 Parameters

Table 4-1 Parameters


Parame NE MML Feature Feature Description
ter ID Comma ID Name
nd

DraSwit BSC690 SET WRFD- Dynami Meaning:


ch 0 UCORR 021101 c Dynamic resource allocation switch group.
MALG WRFD- Channel
OSWIT Configu 1. DRA_AQM_SWITCH: When the switch is on, the
0106140 active queue management algorithm is used for the
CH 3 ration
Control RNC.
WRFD- (DCCC) 2.
050405 DRA_BASE_ADM_CE_BE_TTI_L2_OPT_SWITC
HSUPA
WRFD- H: When the switch is on, the TTI dynamic
2ms TTI
0106140 adjustment algorithm for admission CE-based BE
4 Overboo services applies to the UE with the UL enhanced L2
king on feature. This parameter is valid when
WRFD- ATM DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITC
050408 Transmi H(DraSwitch) is set to ON.
WRFD- ssion
3.
010690 HSUPA DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITCH
WRFD- 2ms/ : When the switch is on, the TTI dynamic adjustment
010202 10ms algorithm is supported for admission CE-based BE
WRFD- TTI services.
010612 Handov
4.
er
WRFD- DRA_BASE_COVER_BE_TTI_L2_OPT_SWITCH:
011502 Overboo When the switch is on, the TTI dynamic adjustment
king on algorithm for coverage-based BE services applies to
WRFD- IP the UE with the UL enhanced L2 feature. This
010636 Transmi parameter is valid when
WRFD- ssion DRA_BASE_COVER_BE_TTI_RECFG_SWITCH(
0106101 TTI DraSwitch) is set to ON.
0 Switch 5.
WRFD- for BE DRA_BASE_COVER_BE_TTI_RECFG_SWITCH:
0106111 Services When the switch is on, the TTI dynamic adjustment
1 Based

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 7


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

WRFD- on algorithm is supported for coverage-based BE


0106120 Coverag services.
8 e 6. DRA_BASE_RES_BE_TTI_L2_OPT_SWITCH:
UE When the switch is on, the TTI dynamic adjustment
State in algorithm for differentiation-based BE services
Connect applies to the UE with the UL enhanced L2 feature.
ed Mode This parameter is valid when
(CELL- DRA_BASE_RES_BE_TTI_RECFG_SWITCH(DraS
DCH, witch) is set to ON.
CELL- 7. DRA_BASE_RES_BE_TTI_RECFG_SWITCH:
PCH, When the switch is on, the TTI dynamic adjustment
URA- algorithm is supported for differentiation-based BE
PCH, services.
CELL-
FACH) 8. DRA_DCCC_SWITCH: When the switch is on, the
dynamic channel reconfiguration control algorithm is
HSUPA
used for the RNC.
Introduc
tion 9. DRA_HSDPA_DL_FLOW_CONTROL_SWITCH:
Package When the switch is on, flow control is enabled for
HSDPA services in AM mode.
Active
Queue 10. DRA_HSDPA_STATE_TRANS_SWITCH: When
Manage the switch is on, the status of the UE RRC that
ment carrying HSDPA services can be changed to
(AQM) CELL_FACH at the RNC. If a PS BE service is
carried over the HS-DSCH, the switch
SRB
PS_BE_STATE_TRANS_SWITCH should be on
over
simultaneously. If a PS real-time service is carried
HSUPA
over the HS-DSCH, the switch
HSDPA PS_NON_BE_STATE_TRANS_SWITCH should be
Flow on simultaneously.
Control
11. DRA_HSUPA_DCCC_SWITCH: When the
HSDPA switch is on, the DCCC algorithm is used for HSUPA.
State The DCCC switch must be also on before this switch
Transiti takes effect.
on
12. DRA_HSUPA_STATE_TRANS_SWITCH: When
HSUPA the switch is on, the status of the UE RRC that
DCCC carrying HSUPA services can be changed to
CELL_FACH at the RNC. If a PS BE service is
carried over the E-DCH, the switch
PS_BE_STATE_TRANS_SWITCH should be on
simultaneously. If a PS real-time service is carried
over the E-DCH, the switch
PS_NON_BE_STATE_TRANS_SWITCH should be
on simultaneously.
13. DRA_IP_SERVICE_QOS_SWITCH: Switch of
the algorithm for increasing the quality of subscribed
services. When this parameter is set to ON, the service

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 8


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

priority weight of the subscriber whose key


parameters (IP Address, IP Port, and IP Protocol
Type) match the specified ones can be adjusted. In this
way, the QoS is improved.
14. DRA_PS_BE_STATE_TRANS_SWITCH: When
this switch is turned on, UEs can be transited among
the CELL_DCH, CELL_FACH, CELL_PCH, and
URA_PCH states when they are processing PS BE
services.
15. DRA_PS_NON_BE_STATE_TRANS_SWITCH:
When this switch is turned on, UEs can be transited
between the CELL_DCH and CELL_FACH states
when they are processing real-time PS services.
16. DRA_R99_DL_FLOW_CONTROL_SWITCH:
Under a poor radio environment, the QoS of high
speed services drops considerably and the TX power
is overly high. In this case, the RNC can set
restrictions on low data rate transmission formats
based on the transmission quality, thus lowering traffic
speed and TX power. When the switch is on, the R99
downlink flow control function is enabled.
17. DRA_THROUGHPUT_DCCC_SWITCH: When
the switch is on, the DCCC based on traffic statistics
is supported over the DCH.
18. DRA_VOICE_SAVE_CE_SWITCH: when the
switch is on, the TTI selection based on the voice
service type (including VoIP and CS over HSPA) is
supported when the service is initially established.
19. DRA_VOICE_TTI_RECFG_SWITCH: when the
switch is on, the TTI adjustment based on the voice
service type (including VoIP and CS over HSPA) is
supported.
20.
DRA_DCH_THROU_DCCC_ENH_SWITCH:Wheth
er the RNC-level enhanced throughput-based DCCC
function takes effect for R99 PS BE services.
1: This switch is turned on. The enhanced function is
enabled, the throughput-based DCCC function and the
traffic-based DCCC function become ineffective, and
the RNC adjusts the uplink and downlink rate based
on the throughput of R99 PS BE services.
0: This switch is turned off. The enhanced function is
disabled, and the throughput-based DCCC function
and the traffic-based DCCC function take effect.
21. DRA_CSPS_NO_PERIOD_RETRY_SWITCH:
Whether to prohibit channel retries for CS and PS

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 9


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

combined services. When this switch is turned on,


channel retries are prohibited for CS and PS combined
services. When this switch is turned off, channel
retries are allowed for CS and PS combined services.
22.
DRA_SMART_FAST_STATE_TRANS_SWITCH:
Whether to activate the fast state transition algorithm.
When this switch is turned on, the RNC identifies UEs
supporting fast state transition and then quickly
transits the UEs from CELL_DCH to CELL_FACH.
23. DRA_PCH_UE_SMART_P2D_SWITCH:
Whether to activate the algorithm for smart PCH-to-
DCH state transition specific to UEs in the
CELL_PCH or URA_PCH state. When this switch is
turned on, the RNC identifies UEs supporting smart
PCH-to-DCH state transition and then transits the UEs
from CELL_PCH or URA_PCH to CELL_DCH.
24.
DRA_BASE_RES_BE_TTI_INIT_SEL_SWITCH:
Whether initial TTI selection is allowed for
differentiated BE services based on fairness
0: This switch is turned off. The TTI is selected
according to the original algorithm.
1: This switch is turned on. In the dynamic TTI
adjustment algorithm for differentiated BE services
based on fairness, HSUPA UEs use 10-ms TTI if the
RTWP, occupied Iub bandwidth, or consumed CE
resources are congested.
25.
DRA_BASE_COVER_BE_TTI_INIT_SEL_SWITC
H: Whether to activate the coverage-based initial TTI
selection algorithm specific to BE services. When this
switch is turned on and conditions on 2 ms TTI
specific to BE services have been met, the RNC
determines uplink coverage wideness of specific cells
based on the Ec/N0 values reported by UEs during
RRC connection. If the uplink coverage of the cells is
weak, the RNC allocates a 10 ms TTI to BE services
as their initial TTI.
26. DRA_F2U_SWITCH: Whether to enable state
transition from CELL_FACH to URA_PCH.When
this switch is turned on, a UE can directly move from
the CELL_FACH to URA_PCH state. When this
switch is turned off, a UE must move from the
CELL_FACH to CELL_PCH and then to URA_PCH
state.

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 10


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

27.
DRA_BASE_LOAD_HBD_INIT_SEL_SWITCH:
Whether to validate the initial selection function for
load-based happy bit delay condition. This function
can be used to improve the HSUPA throughput per
[Link] alternative happy bit delay condition
(specified by the AltHBDelaycnd parameter in the
ADD UTYPRABHSPA command) is selected when
the following conditions are met: This switch is turned
on, the HSUPA UE initially accesses the cell, and the
cell uplink load is not [Link] happy bit delay
time (specified by the HBDelaycnd parameter in the
ADD UTYPRABHSPA command) is selected when
any of the preceding three conditions is not met.
GUI Value Range: DRA_AQM_SWITCH,
DRA_BASE_ADM_CE_BE_TTI_L2_OPT_SWITC
H,
DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITCH,
DRA_BASE_COVER_BE_TTI_L2_OPT_SWITCH,
DRA_BASE_COVER_BE_TTI_RECFG_SWITCH,
DRA_BASE_RES_BE_TTI_L2_OPT_SWITCH,
DRA_BASE_RES_BE_TTI_RECFG_SWITCH,
DRA_DCCC_SWITCH,
DRA_HSDPA_DL_FLOW_CONTROL_SWITCH,
DRA_HSDPA_STATE_TRANS_SWITCH,
DRA_HSUPA_DCCC_SWITCH,
DRA_HSUPA_STATE_TRANS_SWITCH,
DRA_IP_SERVICE_QOS_SWITCH,
DRA_PS_BE_STATE_TRANS_SWITCH,
DRA_PS_NON_BE_STATE_TRANS_SWITCH,
DRA_R99_DL_FLOW_CONTROL_SWITCH,
DRA_THROUGHPUT_DCCC_SWITCH,
DRA_VOICE_SAVE_CE_SWITCH,
DRA_VOICE_TTI_RECFG_SWITCH,
DRA_DCH_THROU_DCCC_ENH_SWITCH,
DRA_CSPS_NO_PERIOD_RETRY_SWITCH,
DRA_SMART_FAST_STATE_TRANS_SWITCH,
DRA_PCH_UE_SMART_P2D_SWITCH,
DRA_BASE_RES_BE_TTI_INIT_SEL_SWITCH,
DRA_BASE_COVER_BE_TTI_INIT_SEL_SWITC
H, DRA_F2U_SWITCH,
DRA_BASE_LOAD_HBD_INIT_SEL_SWITCH
Unit: None
Actual Value Range: DRA_AQM_SWITCH,
DRA_BASE_ADM_CE_BE_TTI_L2_OPT_SWITC
H,
DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITCH,
DRA_BASE_COVER_BE_TTI_L2_OPT_SWITCH,

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 11


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

DRA_BASE_COVER_BE_TTI_RECFG_SWITCH,
DRA_BASE_RES_BE_TTI_L2_OPT_SWITCH,
DRA_BASE_RES_BE_TTI_RECFG_SWITCH,
DRA_DCCC_SWITCH,
DRA_HSDPA_DL_FLOW_CONTROL_SWITCH,
DRA_HSDPA_STATE_TRANS_SWITCH,
DRA_HSUPA_DCCC_SWITCH,
DRA_HSUPA_STATE_TRANS_SWITCH,
DRA_IP_SERVICE_QOS_SWITCH,
DRA_PS_BE_STATE_TRANS_SWITCH,
DRA_PS_NON_BE_STATE_TRANS_SWITCH,
DRA_R99_DL_FLOW_CONTROL_SWITCH,
DRA_THROUGHPUT_DCCC_SWITCH,
DRA_VOICE_SAVE_CE_SWITCH,
DRA_VOICE_TTI_RECFG_SWITCH,
DRA_DCH_THROU_DCCC_ENH_SWITCH,
DRA_CSPS_NO_PERIOD_RETRY_SWITCH,
DRA_SMART_FAST_STATE_TRANS_SWITCH,
DRA_PCH_UE_SMART_P2D_SWITCH,
DRA_BASE_RES_BE_TTI_INIT_SEL_SWITCH,
DRA_BASE_COVER_BE_TTI_INIT_SEL_SWITC
H, DRA_F2U_SWITCH,
DRA_BASE_LOAD_HBD_INIT_SEL_SWITCH
Default Value: DRA_AQM_SWITCH:0,
DRA_BASE_ADM_CE_BE_TTI_L2_OPT_SWITC
H:0,
DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITCH
:1,
DRA_BASE_COVER_BE_TTI_L2_OPT_SWITCH:
0,
DRA_BASE_COVER_BE_TTI_RECFG_SWITCH:
0, DRA_BASE_RES_BE_TTI_L2_OPT_SWITCH:0,
DRA_BASE_RES_BE_TTI_RECFG_SWITCH:1,
DRA_DCCC_SWITCH:1,
DRA_HSDPA_DL_FLOW_CONTROL_SWITCH:0,
DRA_HSDPA_STATE_TRANS_SWITCH:0,
DRA_HSUPA_DCCC_SWITCH:1,
DRA_HSUPA_STATE_TRANS_SWITCH:0,
DRA_IP_SERVICE_QOS_SWITCH:0,
DRA_PS_BE_STATE_TRANS_SWITCH:1,
DRA_PS_NON_BE_STATE_TRANS_SWITCH:0,
DRA_R99_DL_FLOW_CONTROL_SWITCH:0,
DRA_THROUGHPUT_DCCC_SWITCH:0,
DRA_VOICE_SAVE_CE_SWITCH:0,
DRA_VOICE_TTI_RECFG_SWITCH:0,
DRA_DCH_THROU_DCCC_ENH_SWITCH:0,
DRA_CSPS_NO_PERIOD_RETRY_SWITCH:0,
DRA_SMART_FAST_STATE_TRANS_SWITCH:0,

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 12


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd
DRA_PCH_UE_SMART_P2D_SWITCH:0,
DRA_BASE_RES_BE_TTI_INIT_SEL_SWITCH:0,
DRA_BASE_COVER_BE_TTI_INIT_SEL_SWITC
H:0, DRA_F2U_SWITCH:0,
DRA_BASE_LOAD_HBD_INIT_SEL_SWITCH:0

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 13


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

DraSwit BSC691 SET WRFD- Dynami Meaning:


ch 0 UCORR 021101 c Dynamic resource allocation switch group.
MALG WRFD- Channel
OSWIT Configu 1. DRA_AQM_SWITCH: When the switch is on, the
0106140
CH ration active queue management algorithm is used for the
3
Control RNC.
WRFD- (DCCC) 2.
050405
HSUPA DRA_BASE_ADM_CE_BE_TTI_L2_OPT_SWITC
WRFD- 2ms TTI H: When the switch is on, the TTI dynamic
0106140 adjustment algorithm for admission CE-based BE
4 Overboo
king on services applies to the UE with the UL enhanced L2
WRFD- ATM feature. This parameter is valid when
050408 Transmi DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITC
WRFD- ssion H(DraSwitch) is set to ON.
010690 HSUPA 3.
WRFD- 2ms/ DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITCH
010202 10ms : When the switch is on, the TTI dynamic adjustment
TTI algorithm is supported for admission CE-based BE
WRFD- services.
010612 Handov
er 4.
WRFD-
Overboo DRA_BASE_COVER_BE_TTI_L2_OPT_SWITCH:
011502
king on When the switch is on, the TTI dynamic adjustment
WRFD- IP algorithm for coverage-based BE services applies to
010636 Transmi the UE with the UL enhanced L2 feature. This
WRFD- ssion parameter is valid when
0106101 TTI DRA_BASE_COVER_BE_TTI_RECFG_SWITCH(
0 Switch DraSwitch) is set to ON.
WRFD- for BE 5.
0106111 Services DRA_BASE_COVER_BE_TTI_RECFG_SWITCH:
1 Based When the switch is on, the TTI dynamic adjustment
on algorithm is supported for coverage-based BE
WRFD-
Coverag services.
0106120
e 6. DRA_BASE_RES_BE_TTI_L2_OPT_SWITCH:
8
UE When the switch is on, the TTI dynamic adjustment
State in algorithm for differentiation-based BE services
Connect applies to the UE with the UL enhanced L2 feature.
ed Mode This parameter is valid when
(CELL- DRA_BASE_RES_BE_TTI_RECFG_SWITCH(DraS
DCH, witch) is set to ON.
CELL-
7. DRA_BASE_RES_BE_TTI_RECFG_SWITCH:
PCH,
When the switch is on, the TTI dynamic adjustment
URA-
algorithm is supported for differentiation-based BE
PCH,
services.
CELL-
FACH) 8. DRA_DCCC_SWITCH: When the switch is on, the
HSUPA dynamic channel reconfiguration control algorithm is
Introduc used for the RNC.

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 14


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

tion 9. DRA_HSDPA_DL_FLOW_CONTROL_SWITCH:
Package When the switch is on, flow control is enabled for
Active HSDPA services in AM mode.
Queue 10. DRA_HSDPA_STATE_TRANS_SWITCH: When
Manage the switch is on, the status of the UE RRC that
ment carrying HSDPA services can be changed to
(AQM) CELL_FACH at the RNC. If a PS BE service is
SRB carried over the HS-DSCH, the switch
over PS_BE_STATE_TRANS_SWITCH should be on
HSUPA simultaneously. If a PS real-time service is carried
over the HS-DSCH, the switch
HSDPA PS_NON_BE_STATE_TRANS_SWITCH should be
Flow on simultaneously.
Control
11. DRA_HSUPA_DCCC_SWITCH: When the
HSDPA switch is on, the DCCC algorithm is used for HSUPA.
State The DCCC switch must be also on before this switch
Transiti takes effect.
on
12. DRA_HSUPA_STATE_TRANS_SWITCH: When
HSUPA the switch is on, the status of the UE RRC that
DCCC carrying HSUPA services can be changed to
CELL_FACH at the RNC. If a PS BE service is
carried over the E-DCH, the switch
PS_BE_STATE_TRANS_SWITCH should be on
simultaneously. If a PS real-time service is carried
over the E-DCH, the switch
PS_NON_BE_STATE_TRANS_SWITCH should be
on simultaneously.
13. DRA_IP_SERVICE_QOS_SWITCH: Switch of
the algorithm for increasing the quality of subscribed
services. When this parameter is set to ON, the service
priority weight of the subscriber whose key
parameters (IP Address, IP Port, and IP Protocol
Type) match the specified ones can be adjusted. In this
way, the QoS is improved.
14. DRA_PS_BE_STATE_TRANS_SWITCH: When
this switch is turned on, UEs can be transited among
the CELL_DCH, CELL_FACH, CELL_PCH, and
URA_PCH states when they are processing PS BE
services.
15. DRA_PS_NON_BE_STATE_TRANS_SWITCH:
When this switch is turned on, UEs can be transited
between the CELL_DCH and CELL_FACH states
when they are processing real-time PS services.
16. DRA_R99_DL_FLOW_CONTROL_SWITCH:
Under a poor radio environment, the QoS of high
speed services drops considerably and the TX power
is overly high. In this case, the RNC can set

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 15


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

restrictions on low data rate transmission formats


based on the transmission quality, thus lowering traffic
speed and TX power. When the switch is on, the R99
downlink flow control function is enabled.
17. DRA_THROUGHPUT_DCCC_SWITCH: When
the switch is on, the DCCC based on traffic statistics
is supported over the DCH.
18. DRA_VOICE_SAVE_CE_SWITCH: when the
switch is on, the TTI selection based on the voice
service type (including VoIP and CS over HSPA) is
supported when the service is initially established.
19. DRA_VOICE_TTI_RECFG_SWITCH: when the
switch is on, the TTI adjustment based on the voice
service type (including VoIP and CS over HSPA) is
supported.
20.
DRA_DCH_THROU_DCCC_ENH_SWITCH:Wheth
er the RNC-level enhanced throughput-based DCCC
function takes effect for R99 PS BE services.
1: This switch is turned on. The enhanced function is
enabled, the throughput-based DCCC function and the
traffic-based DCCC function become ineffective, and
the RNC adjusts the uplink and downlink rate based
on the throughput of R99 PS BE services.
0: This switch is turned off. The enhanced function is
disabled, and the throughput-based DCCC function
and the traffic-based DCCC function take effect.
21. DRA_CSPS_NO_PERIOD_RETRY_SWITCH:
Whether to prohibit channel retries for CS and PS
combined services. When this switch is turned on,
channel retries are prohibited for CS and PS combined
services. When this switch is turned off, channel
retries are allowed for CS and PS combined services.
22.
DRA_SMART_FAST_STATE_TRANS_SWITCH:
Whether to activate the fast state transition algorithm.
When this switch is turned on, the RNC identifies UEs
supporting fast state transition and then quickly
transits the UEs from CELL_DCH to CELL_FACH.
23. DRA_PCH_UE_SMART_P2D_SWITCH:
Whether to activate the algorithm for smart PCH-to-
DCH state transition specific to UEs in the
CELL_PCH or URA_PCH state. When this switch is
turned on, the RNC identifies UEs supporting smart
PCH-to-DCH state transition and then transits the UEs
from CELL_PCH or URA_PCH to CELL_DCH.

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 16


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

24.
DRA_BASE_RES_BE_TTI_INIT_SEL_SWITCH:
Whether initial TTI selection is allowed for
differentiated BE services based on fairness
0: This switch is turned off. The TTI is selected
according to the original algorithm.
1: This switch is turned on. In the dynamic TTI
adjustment algorithm for differentiated BE services
based on fairness, HSUPA UEs use 10-ms TTI if the
RTWP, occupied Iub bandwidth, or consumed CE
resources are congested.
25.
DRA_BASE_COVER_BE_TTI_INIT_SEL_SWITC
H: Whether to activate the coverage-based initial TTI
selection algorithm specific to BE services. When this
switch is turned on and conditions on 2 ms TTI
specific to BE services have been met, the RNC
determines uplink coverage wideness of specific cells
based on the Ec/N0 values reported by UEs during
RRC connection. If the uplink coverage of the cells is
weak, the RNC allocates a 10 ms TTI to BE services
as their initial TTI.
26. DRA_F2U_SWITCH: Whether to enable state
transition from CELL_FACH to URA_PCH.When
this switch is turned on, a UE can directly move from
the CELL_FACH to URA_PCH state. When this
switch is turned off, a UE must move from the
CELL_FACH to CELL_PCH and then to URA_PCH
state.
27.
DRA_BASE_LOAD_HBD_INIT_SEL_SWITCH:
Whether to validate the initial selection function for
load-based happy bit delay condition. This function
can be used to improve the HSUPA throughput per
[Link] alternative happy bit delay condition
(specified by the AltHBDelaycnd parameter in the
ADD UTYPRABHSPA command) is selected when
the following conditions are met: This switch is turned
on, the HSUPA UE initially accesses the cell, and the
cell uplink load is not [Link] happy bit delay
time (specified by the HBDelaycnd parameter in the
ADD UTYPRABHSPA command) is selected when
any of the preceding three conditions is not met.
GUI Value Range: DRA_AQM_SWITCH,
DRA_BASE_ADM_CE_BE_TTI_L2_OPT_SWITC
H,
DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITCH,

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 17


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

DRA_BASE_COVER_BE_TTI_L2_OPT_SWITCH,
DRA_BASE_COVER_BE_TTI_RECFG_SWITCH,
DRA_BASE_RES_BE_TTI_L2_OPT_SWITCH,
DRA_BASE_RES_BE_TTI_RECFG_SWITCH,
DRA_DCCC_SWITCH,
DRA_HSDPA_DL_FLOW_CONTROL_SWITCH,
DRA_HSDPA_STATE_TRANS_SWITCH,
DRA_HSUPA_DCCC_SWITCH,
DRA_HSUPA_STATE_TRANS_SWITCH,
DRA_IP_SERVICE_QOS_SWITCH,
DRA_PS_BE_STATE_TRANS_SWITCH,
DRA_PS_NON_BE_STATE_TRANS_SWITCH,
DRA_R99_DL_FLOW_CONTROL_SWITCH,
DRA_THROUGHPUT_DCCC_SWITCH,
DRA_VOICE_SAVE_CE_SWITCH,
DRA_VOICE_TTI_RECFG_SWITCH,
DRA_DCH_THROU_DCCC_ENH_SWITCH,
DRA_CSPS_NO_PERIOD_RETRY_SWITCH,
DRA_SMART_FAST_STATE_TRANS_SWITCH,
DRA_PCH_UE_SMART_P2D_SWITCH,
DRA_BASE_RES_BE_TTI_INIT_SEL_SWITCH,
DRA_BASE_COVER_BE_TTI_INIT_SEL_SWITC
H, DRA_F2U_SWITCH,
DRA_BASE_LOAD_HBD_INIT_SEL_SWITCH
Unit: None
Actual Value Range: DRA_AQM_SWITCH,
DRA_BASE_ADM_CE_BE_TTI_L2_OPT_SWITC
H,
DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITCH,
DRA_BASE_COVER_BE_TTI_L2_OPT_SWITCH,
DRA_BASE_COVER_BE_TTI_RECFG_SWITCH,
DRA_BASE_RES_BE_TTI_L2_OPT_SWITCH,
DRA_BASE_RES_BE_TTI_RECFG_SWITCH,
DRA_DCCC_SWITCH,
DRA_HSDPA_DL_FLOW_CONTROL_SWITCH,
DRA_HSDPA_STATE_TRANS_SWITCH,
DRA_HSUPA_DCCC_SWITCH,
DRA_HSUPA_STATE_TRANS_SWITCH,
DRA_IP_SERVICE_QOS_SWITCH,
DRA_PS_BE_STATE_TRANS_SWITCH,
DRA_PS_NON_BE_STATE_TRANS_SWITCH,
DRA_R99_DL_FLOW_CONTROL_SWITCH,
DRA_THROUGHPUT_DCCC_SWITCH,
DRA_VOICE_SAVE_CE_SWITCH,
DRA_VOICE_TTI_RECFG_SWITCH,
DRA_DCH_THROU_DCCC_ENH_SWITCH,
DRA_CSPS_NO_PERIOD_RETRY_SWITCH,
DRA_SMART_FAST_STATE_TRANS_SWITCH,

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 18


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 4 Parameters

Parame NE MML Feature Feature Description


ter ID Comma ID Name
nd

DRA_PCH_UE_SMART_P2D_SWITCH,
DRA_BASE_RES_BE_TTI_INIT_SEL_SWITCH,
DRA_BASE_COVER_BE_TTI_INIT_SEL_SWITC
H, DRA_F2U_SWITCH,
DRA_BASE_LOAD_HBD_INIT_SEL_SWITCH
Default Value: DRA_AQM_SWITCH:0,
DRA_BASE_ADM_CE_BE_TTI_L2_OPT_SWITC
H:0,
DRA_BASE_ADM_CE_BE_TTI_RECFG_SWITCH
:1,
DRA_BASE_COVER_BE_TTI_L2_OPT_SWITCH:
0,
DRA_BASE_COVER_BE_TTI_RECFG_SWITCH:
0, DRA_BASE_RES_BE_TTI_L2_OPT_SWITCH:0,
DRA_BASE_RES_BE_TTI_RECFG_SWITCH:1,
DRA_DCCC_SWITCH:1,
DRA_HSDPA_DL_FLOW_CONTROL_SWITCH:0,
DRA_HSDPA_STATE_TRANS_SWITCH:0,
DRA_HSUPA_DCCC_SWITCH:1,
DRA_HSUPA_STATE_TRANS_SWITCH:0,
DRA_IP_SERVICE_QOS_SWITCH:0,
DRA_PS_BE_STATE_TRANS_SWITCH:1,
DRA_PS_NON_BE_STATE_TRANS_SWITCH:0,
DRA_R99_DL_FLOW_CONTROL_SWITCH:0,
DRA_THROUGHPUT_DCCC_SWITCH:0,
DRA_VOICE_SAVE_CE_SWITCH:0,
DRA_VOICE_TTI_RECFG_SWITCH:0,
DRA_DCH_THROU_DCCC_ENH_SWITCH:0,
DRA_CSPS_NO_PERIOD_RETRY_SWITCH:0,
DRA_SMART_FAST_STATE_TRANS_SWITCH:0,
DRA_PCH_UE_SMART_P2D_SWITCH:0,
DRA_BASE_RES_BE_TTI_INIT_SEL_SWITCH:0,
DRA_BASE_COVER_BE_TTI_INIT_SEL_SWITC
H:0, DRA_F2U_SWITCH:0,
DRA_BASE_LOAD_HBD_INIT_SEL_SWITCH:0

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 19


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 5 Counters

5 Counters

There are no specific counters associated with this feature.

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 20


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 6 Glossary

6 Glossary

For the acronyms, abbreviations, terms, and definitions, see the Glossary.

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 21


Copyright © Huawei Technologies Co., Ltd.
WCDMA RAN
AQM Feature Parameter Description 7 Reference Documents

7 Reference Documents

1. License Management Feature Parameter Description

Issue 02 (2014-02-28) Huawei Proprietary and Confidential 22


Copyright © Huawei Technologies Co., Ltd.

You might also like