CE Resource Management(RAN13.0_01)

18
CE Resource Management RAN13.0 Feature Parameter Description Issue 01 Date 2011-12-30 HUAWEI TECHNOLOGIES CO., LTD.

Transcript of CE Resource Management(RAN13.0_01)

Page 1: CE Resource Management(RAN13.0_01)

CE Resource Management RAN13.0

Feature Parameter Description

Issue 01

Date 2011-12-30

HUAWEI TECHNOLOGIES CO., LTD.

Page 2: CE Resource Management(RAN13.0_01)

Copyright © Huawei Technologies Co., Ltd. 2011. 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 the 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: http://www.huawei.com

Email: [email protected]

Page 3: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management Contents

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

ii

Contents

1 Introduction ................................................................................................................................ 1-1

1.1 Scope ............................................................................................................................................ 1-1

1.2 Intended Audience ........................................................................................................................ 1-1

1.3 Change History .............................................................................................................................. 1-1

2 Overview ..................................................................................................................................... 2-1

3 Technical Description .............................................................................................................. 3-1

3.1 Basic Concepts ............................................................................................................................. 3-1

3.1.1 CE ......................................................................................................................................... 3-1

3.1.2 CE Sharing in a Resource Group ......................................................................................... 3-1

3.1.3 NodeB CE Capacity Specifications ...................................................................................... 3-2

3.2 Rules for Calculating CE Consumption ......................................................................................... 3-2

3.3 Admission and Congestion Control Based on CE Resources ...................................................... 3-5

3.3.1 Admission Control ................................................................................................................. 3-5

3.3.2 Basic Congestion Control ..................................................................................................... 3-6

3.4 Admission-CE-based Dynamic TTI Adjustment ............................................................................ 3-6

3.5 Dynamic CE Resource Management for HSUPA ......................................................................... 3-7

3.6 License CE Capacity Alarm ........................................................................................................... 3-7

4 Parameters ................................................................................................................................. 4-1

5 Counters ...................................................................................................................................... 5-1

6 Glossary ...................................................................................................................................... 6-1

7 Reference Documents ............................................................................................................. 7-1

Page 4: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 1 Introduction

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

1-1

1 Introduction

1.1 Scope

This document describes the basic concepts related to channel element (CE) resources and basic methods of managing and controlling CE resources.

1.2 Intended Audience

This document is intended for:

Personnel who are familiar with WCDMA basics

Personnel who need to understand CE resource management

Personnel who work with Huawei products

1.3 Change History

This section provides information on the changes in different document versions.

There are two types of changes, which are defined as follows:

Feature change: refers to the change in the CE resource management feature.

Editorial change: refers to the change in wording or the addition of the information that was not described in the earlier version.

Document Issues

The document issues are as follows:

01 (2011-12-30)

01 (2011-12-30)

This is the document for the first commercial release of RAN13.0.

This is a new document.

Page 5: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 2 Overview

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

2-1

2 Overview

CE resources are a type of NodeB hard resource. The number of CEs supported by a NodeB indicates the channel demodulation capabilities of the NodeB. The more CEs a NodeB supports, the more powerful the channel demodulation and service processing capabilities.

Services at different rates require different numbers of CEs to ensure proper channel demodulation.

In a RAN, CE resources are managed by both the RNC and NodeB, as shown in Figure 2-1. The NodeB reports its CE capacity to the RNC. The RNC determines whether to admit a new service based on the number of CEs that need to be consumed and controls CE resources during CE congestion. This ensures the proper use of CE resources. The NodeB dynamically manages CE resources and rapidly adjusts the number of CEs that can be consumed based on the actual service rate. This increases CE resource usage.

Figure 2-1 CE resource management

A proper use of CE resources increases the number of UEs that can be admitted and improves the service quality of the admitted UEs.

Page 6: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 3 Technical Description

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

3-1

3 Technical Description

3.1 Basic Concepts

3.1.1 CE

CE is a basic unit that measures the channel demodulation capabilities of a NodeB. CEs are classified into uplink (UL) CEs and downlink (DL) CEs.

One UL CE needs to be consumed by a UL 12.2 kbit/s voice service (SF = 64) plus 3.4 kbit/s signaling.

One DL CE needs to be consumed by a DL 12.2 kbit/s voice service (SF = 128) plus 3.4 kbit/s signaling.

If only 3.4 kbit/s signaling traffic is carried on a DCH or HSPA channel, one CE still needs to be consumed. The number of CEs that need to be consumed by services of other types can be calculated by analogy.

The number of UL and DL CEs supported by a NodeB is determined by the NodeB hardware capabilities and the licensed CE capacity. The number of UL and DL CEs supported by the NodeB hardware is called the physical CE capacity. The licensed CE capacity may differ from the physical CE capacity. The smaller determines the number of CEs that can be used by an operator.

CE is a concept of the NodeB side. On the RNC side, it is called NodeB credit. The RNC performs admission and congestion control based on the NodeB credit. In the UL, the number of Node credit resources is twice that of CEs. In the DL, the number of NodeB credit resources equals that of CEs.

3.1.2 CE Sharing in a Resource Group

To facilitate baseband resource management, NodeB baseband resources fall into UL and DL resource groups. The UL and DL resource groups are independent with each other. Figure 3-1 describes the UL and DL resource groups.

Figure 3-1 UL and DL resource groups

Page 7: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 3 Technical Description

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

3-2

UL Resource Group

A UL resource group is a UL resource pool shared on a per-channel basis. As shown in Figure 3-1, more than one cell can be setup in one UL resource group, One UL resource group can have multiple baseband boards, but one board can belong to only one UL resource group. CE resources in one UL resource group can be shared by baseband boards. This means that UEs in a cell in a UL resource group can set up services on any board in the group. The physical CE capacity of a UL resource group is the total CE capacity of baseband boards in the group.

DL Resource Group

Different from a UL resource group, a DL resource group is shared on a per-cell basis. As shown in Figure 3-1, resources in a DL resource group are allocated to each baseband board based on cells; one board can be configured to multiple DL resource groups. DL CE resources for UEs in the same cell can be provided by any baseband board in the DL resource group. CE resources in one DL resource group can be shared only within a baseband board.

3.1.3 NodeB CE Capacity Specifications

Different baseband boards of a NodeB have their own CE capacity specifications. For detailed CE capacity specifications supported by each type of baseband board, see the BBU3900 Hardware Description in the WCDMA NodeB Product Documentation.

CE capacity here refers to the number of CEs that can be consumed by UL and DL R99 services and HSUPA services. It does not include CE resources reserved by the NodeB for common and HSDPA channels.

3.2 Rules for Calculating CE Consumption

Introduction

The RNC determines the number of CEs required for a service based on the SF that matches the service rate.

When an RAB connection is set up or released for a service, CE resources must be allocated or taken back and the number of CEs must be deducted or added accordingly. Different rules for calculating CE resource consumption apply to channels or services of different types, as shown in Figure 3-2.

Figure 3-2 Rules for calculating CE resource consumption

CE resources reserved by the NodeB for common and HSDPA channels are shown in gray. CE resources that need to be consumed by R99 and HSUPA services are shown in orange.

Page 8: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 3 Technical Description

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

3-3

CE Consumption of Common Channels

CE resources required on the UL and DL common channels are reserved by the NodeB. Therefore, they do not occupy the licensed CE capacity. These CEs do not need to be considered in the calculation of CE consumption.

CE Consumption of HSDPA Channels

Similarly, the NodeB reserves CE resources for the high-speed downlink shared channel (HS-DSCH) and the related control channels if HSDPA is used. These CEs also do not need to be considered in the calculation of CE consumption.

Note that the signaling of an HSDPA UE that is not performing an R99 service occupies one DCH and needs to consume one DL CE. If the SRB over HSDPA function is enabled, the signaling of an HSDPA service does not consume additional CE resources. For an HSDPA UE that is performing an R99 service, its signaling and the R99 service occupy the same DCH. Therefore, only the CEs consumed on R99 traffic channels need to be calculated.

CE Consumption of an R99 Service

For an R99 service, the RNC determines the number of CEs and NodeB credit resources that need to be consumed based on the SF that matches the maximum bit rate (MBR) of the service.

Direction Rate (kbit/s) SF Number of CEs Consumed Corresponding Credits Consumed

UL 3.4 256 1 2

13.6 64 1 2

8 64 1 2

16 64 1 2

32 32 1.5 3

64 16 3 6

128 8 5 10

144 8 5 10

256 4 10 20

384 4 10 20

DL 3.4 256 1 1

13.6 128 1 1

8 128 1 1

16 128 1 1

32 64 1 1

64 32 2 2

128 16 4 4

144 16 4 4

Page 9: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 3 Technical Description

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

3-4

Direction Rate (kbit/s) SF Number of CEs Consumed Corresponding Credits Consumed

256 8 8 8

384 8 8 8

CE Consumption of an HSUPA Service

For an HSUPA service, the RNC determines the number of CEs and NodeB credit resources that need to be consumed based on the SF that matches the service rate. The RNC determines the SF based on a certain rate in the following ways:

If the UL enhanced L2 function is disabled and the NodeB indicates in a private information element (IE) that dynamic CE resource management has been enabled in the cell, the RNC calculates the SF based on the larger of the bit rate of one RLC PDU and the guaranteed bit rate (GBR).

If the UL enhanced L2 function is disabled, the RLC PDU size is fixed. The bit rate of one RLC PDU is determined by the RLC PDU size and transmission time interval (TTI).

If the UL enhanced L2 function is enabled and the NodeB indicates in a private IE that dynamic CE resource management has been enabled in the cell, the RNC calculates the SF based on the larger of the bit rate of the smallest RLC PDU and the GBR.

If the UL enhanced L2 function is enabled, the RLC PDU size is flexible. The bit rate of the smallest RLC PDU is determined by the minimum RLC PDU size and the TTI. The minimum RLC PDU size can be specified by the RlcPduMaxSizeForUlL2Enhance parameter.

If the NodeB reports that dynamic CE resource management has been disabled, the RNC calculates the SF based on the MBR.

If the NodeB does not report whether dynamic CE resource management has been enabled, the RNC calculates the SF based on the value of the HsupaCeConsumeSelection parameter and whether the UL enhanced L2 function is enabled.

− If HsupaCeConsumeSelection is set to MBR, the RNC calculates the SF based on the MBR.

− If HsupaCeConsumeSelection is set to GBR:

a. If the UL enhanced L2 function is disabled, the RNC calculates the SF based on the larger of the bit rate of one RLC PDU and the GBR.

b. If the UL enhanced L2 function is enabled, the RNC calculates the SF based on the larger of the bit rate of the smallest RLC PDU and the GBR.

After determining the SF, the RNC searches the CE consumption mapping listed in Table 3-1 for the number of CEs that need to be consumed.

Table 3-1 CE consumption mapping for HSUPA services

Direction Rate (kbit/s) SF Number of CEs Consumed

Corresponding Credits Consumed

UL 8 64 1 2

16 64 1 2

32 32 1 2

64 32 1 2

Page 10: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 3 Technical Description

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

3-5

Direction Rate (kbit/s) SF Number of CEs Consumed

Corresponding Credits Consumed

128 16 2 4

144 16 2 4

256 8 4 8

384 4 8 16

608 4 8 16

1450 2SF4 16 32

2048 2SF2 32 64

2890 2SF2 32 64

5760 2SF2+2SF4 48 96

CE Consumption of 4-Way Receive Diversity

The use of 4-way receive diversity does not affect DL CE consumption but doubles UL CE consumption. The use of 4-way receive diversity can be configured by resource group. UL CE consumption of a resource group doubles if the resource group is configured with 4-way receive diversity. CE consumption of a common resource group remains unchanged.

Examples of CE Consumption

UE A, which performs a UL 64 kbit/s and DL 384 kbit/s service on the DCH, consumes three UL CEs and eight DL CEs.

UE B, which performs a UL 64 kbit/s and DL 1024 kbit/s service on the DCH and HS-DSCH respectively, consumes three UL CEs and one DL CE if the DL signaling radio bearer (SRB) is carried on the DCH.

UE C, which performs a UL 608 kbit/s and DL 1024 kbit/s service on the E-DCH and HS-DSCH respectively and at the same time performs an AMR speech service, consumes nine UL CEs and one DL CE.

3.3 Admission and Congestion Control Based on CE Resources

Because CE resources are limited, the RNC needs to perform admission and congestion control based on CE resources. UL and DL CE resources undergo separate admission and congestion control.

3.3.1 Admission Control

The RNC admits a service based on NodeB credit resources (called CE resources on the NodeB side). If the admission fails, preemption and queuing will be triggered.

Call Admission

CE resources to be consumed by common channels and HSDPA services are reserved in advance. Therefore, UEs requesting common or HSDPA channels do not need to be admitted based on CE resources.

Admission control based on NodeB credit is performed on the RNC side. It mainly applies to RRC connection requests, handover requests and non-HSDPA services.

Page 11: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 3 Technical Description

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

3-6

Admission based on NodeB credit is optional in resource admission control. This function is controlled by the switch parameters CacSwitch:NODEB_CREDIT_CAC_SWITCH and NBMCacAlgoSwitch:CRD_ADCTRL. It is recommended that these two switch parameters are turned on. If these two switch parameters are turned off, the correctness of the channel demodulation may not be guaranteed because of excessive user admission.

For the detailed description of admission control based on NodeB credit, see the Call Admission Control Feature Parameter Description.

Preemption and Queuing Following a Failed Admission

If an admission based on NodeB credit resources fails, preemption and queuing based on NodeB credit resources will be triggered.

Preemption based on NodeB credit resources is similar to preemption based on other resources. The RNC releases the NodeB credit resources occupied by one or more low-priority UEs until the total released NodeB credit resources meet the requirement for the new UE.

If the preemption fails, queuing is implemented to increase the access success rate of the new UE.

For the detailed description of preemption and queuing, see the Load Control Feature Parameter Description.

3.3.2 Basic Congestion Control

When the usage of NodeB credit resources in a cell exceeds the threshold for triggering basic congestion, the cell enters the basic congestion state. In this case, load reshuffling (LDR) is required to reduce the cell load and increase the access success rate. And the following LDR actions are likely to be taken:

BE rate reduction

QoS renegotiation for uncontrollable real-time services

Inter-RAT handover in the CS domain

Inter-RAT handover in the PS domain

The sequence of these LDR actions can be set by running the ADD UCELLLDR / ADD UNODEBLDR command.

For detailed information about LDR triggered by NodeB credit, see the Load Control Feature Parameter Description.

3.4 Admission-CE-based Dynamic TTI Adjustment

As defined in 3GPP specifications, the minimum SF corresponding to an HSUPA UE with 2 ms TTI is SF4. One HSUPA UE with 2 ms TTI therefore consumes a minimum of eight UL CEs. Because HSUPA UEs with 2 ms TTI outperform HSUPA UEs with 10 ms TTI, they need to consume more CEs than the HSUPA UEs with 10 ms TTI. If HSUPA UEs with 2 ms TTI dominate a cell, fewer UEs can be admitted to the cell.

To prevent this problem, Huawei introduced Admission-CE-based dynamic TTI adjustment. With this function, when the NodeB credit resources are insufficient, the 2 ms TTI is switched to the 10 ms TTI to allow more UEs to access the network. When the throughput of the 10 ms TTI HSUPA UE reaches a certain threshold, the 10 ms TTI needs to be switched to 2 ms TTI to achieve higher peak rates.

For the detailed description of this function, see the HSUPA TTI Selection Feature Parameter Description.

Page 12: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 3 Technical Description

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

3-7

3.5 Dynamic CE Resource Management for HSUPA

Although HSUPA improves user experience and increases UL throughput, it greatly increases the consumption of CE resources due to the use of hybrid automatic repeat request (HARQ) and support for soft handovers. If CE resources are allocated fixedly based on the MBR when radio links are being set up, CE resources will not be taken back even if the actual service rate is much lower than the MBR. Fixed allocation of CE resources wastes CEs and easily causes a bottleneck in HSUPA performance. A more energy-saving and efficient allocation method is required.

Dynamic CE resource management for HSUPA services was therefore introduced. With the dynamic allocation, the NodeB performs initial CE allocation based on the GBR of a UE. Then the NodeB periodically adjusts CE resources allocated to UEs based on information such as the user priority and actual rate.

For the detailed description of dynamic CE resource management, see the HSUPA Feature Parameter Description.

3.6 License CE Capacity Alarm

When NodeB CE consumption exceeds a specified threshold of the license CE capacity for a specified period, the NodeB reports the alarm ALM-26812 System Dynamic Traffic Exceeding Licensed Limit).

This alarm is cleared when NodeB CE consumption stays below a specified threshold of the license CE capacity, for example, 90% for a specified period. To configure the CE consumption thresholds and the duration, run the NodeB command SET LICENSEALMTHD.

Page 13: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 4 Parameters

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

4-1

4 Parameters

Table 4-1 Parameter description

Parameter ID NE MML Command Description

CacSwitch BSC6900 SET UCACALGOSWITCH(Optional)

Meaning: The parameter values are described as follows:

NODEB_CREDIT_CAC_SWITCH: The system performs CAC based on the usage state of NodeB credit. When the NodeB's credit is not enough, the system rejects new access requests.

GUI Value Range: NODEB_CREDIT_CAC_SWITCH(NodeB Credit CAC Switch)

Actual Value Range: NODEB_CREDIT_CAC_SWITCH

Unit: None

Default Value: None

HsupaCeConsumeSelection

BSC6900 ADD UNODEBALGOPARA(Optional)

MOD UNODEBALGOPARA(Optional)

Meaning: When the dynamic CE algorithm on NodeB is applied, the CE consumption of HSUPA UE is based on the GBR. When the dynamic CE algorithm on NodeB is not applied, the CE consumption of HSUPA UE is based on the MBR. If the CE consumption of HSUPA UE is based on the GBR, the CE LDR will not select HSUPA users to do data rate reduction. If the CE consumption of HSUPA UE is based on the MBR,the CE LDR will select HSUPA users to do data rate reduction on condition that the HSUPA DCCC switch is ON.

GUI Value Range: MBR, GBR

Actual Value Range: MBR, GBR

Unit: None

Default Value: MBR

NBMCacAlgoSwitch

BSC6900 ADD UCELLALGOSWITCH(Optional)

MOD UCELLALGOSWITCH(Optional)

Meaning: The above values of the algorithms represent the following information: CRD_ADCTRL: Control Cell Credit admission control algorithm. Only when NODEB_CREDIT_CAC_SWITCH which is set by the SET UCACALGOSWITCH command and this switch are on,the Cell Credit admission control algorithm is valid. HSDPA_UU_ADCTRL: Control HSDPA UU Load admission control algorithm. This swtich does not work when uplink is beared on HSUPA and downlink is beared on HSDPA. HSDPA_GBP_MEAS: Control HSDPA HS-DSCH Required Power measurement. HSDPA_PBR_MEAS: Control HSDPA HS-DSCH Provided Bit Rate measurement. HSUPA_UU_ADCTRL: Control HSUPA UU Load admission control algorithm. This switch does not work when uplink is beared on HSUPA and downlink is beared on HSDPA. MBMS_UU_ADCTRL:

Page 14: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 4 Parameters

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

4-2

Parameter ID NE MML Command Description

Control MBMS UU Load admission control algorithm. HSUPA_PBR_MEAS: Control HSUPA Provided Bit Rate measurement. HSUPA_EDCH_RSEPS_MEAS: Control HSUPA Provided Received Scheduled EDCH Power Share measurement. EMC_UU_ADCTRL: Control power admission for emergency user. RTWP_RESIST_DISTURB: Control algorithm of resisting disturb when RTWP is abnormal. FACH_UU_ADCTRL: Admission control switch for the FACH on the Uu interface. This switch determines whether to admit a user in the RRC state on the CELL_FACH. 1. If this switch is enabled: if the current cell is congested due to overload, and the users are with RAB connection requests or RRC connection requests(except the cause of ""Detach"", ""Registration"", or ""Emergency Call""), the users will be rejected. Otherwise FACH user admission procedure is initiated. A user can access the cell after the procedure succeeds. 2. If this switch is disabled: FACH user admission procedure is initiated without the consideration of cell state. MIMOCELL_LEGACYHSDPA_ADCTRL: Legacy HSDPA admission control algorithm in MIMO cell. FAST_DORMANCY_ADCTRL: Whether to enable or disable state transition of users in the CELL-DCH state, who are enabled with fast dormancy, to ease FACH congestion in a cell. If this switch is turned off in a cell, state transition of such users is disabled. Note that when this switch is turned off in multiple cells under an RNC, signaling storm may occur. As a result, the CPU usage of the RNC, NodeB, and SGSN increases greatly, leading to service setup failure.Parameter withdrawal explanation:The current version supports synchronization and delivery of the setting of this parameter. The RNC, however, does not use this parameter any longer. Later versions will not support this parameter. Therefore, users should not use this parameter. After this parameter is withdrawn, the RNC always performs cell resource admission on Fast Dormancy users. If cell resources are insufficient, Fast Dormancy users cannot enter the CELL_FACH state. If switches above are selected, the corresponding algorithms will be enabled; otherwise, disabled.

GUI Value Range: CRD_ADCTRL(Credit Admission Control Algorithm), HSDPA_UU_ADCTRL(HSDPA UU Load Admission Control Algorithm), HSUPA_UU_ADCTRL(HSUPA UU Load Admission Control Algorithm), MBMS_UU_ADCTRL(MBMS UU Load Admission Control Algorithm), HSDPA_GBP_MEAS(HSDPA GBP Meas Algorithm), HSDPA_PBR_MEAS(HSDPA PBR Meas Algorithm), HSUPA_PBR_MEAS(HSUPA PBR Meas Algorithm),

Page 15: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 4 Parameters

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

4-3

Parameter ID NE MML Command Description

HSUPA_EDCH_RSEPS_MEAS(HSUPA EDCH RSEPS Meas Algorithm), EMC_UU_ADCTRL(emergency call power admission), RTWP_RESIST_DISTURB(RTWP Resist Disturb Switch), FACH_UU_ADCTRL(FACH power cac switch), MIMOCELL_LEGACYHSDPA_ADCTRL(Legacy HSDPA Admission Control Algorithm in MIMO Cell ), FAST_DORMANCY_ADCTRL(Fast Dormancy User Admission Control Algorithm)

Actual Value Range: CRD_ADCTRL, HSDPA_UU_ADCTRL, HSUPA_UU_ADCTRL,

MBMS_UU_ADCTRL, HSDPA_GBP_MEAS, HSDPA_PBR_MEAS, HSUPA_PBR_MEAS,

HSUPA_EDCH_RSEPS_MEAS, EMC_UU_ADCTRL, RTWP_RESIST_DISTURB,

FACH_UU_ADCTRL, MIMOCELL_LEGACYHSDPA_ADCTRL,

FAST_DORMANCY_ADCTRL

Unit: None

Default Value: None

RlcPduMaxSizeForUlL2Enhance

BSC6900 SET UFRC(Optional)

Meaning: This parameter specifies the maximum RLC PDU size when the UE is in CELL_DCH state and UL Layer 2 Enhanced is enabled.

GUI Value Range: 4~402

Actual Value Range: 4~402

Unit: byte

Default Value: 302

Page 16: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 5 Counters

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

5-1

5 Counters

There are no specific counters associated with this feature.

Page 17: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 6 Glossary

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

6-1

6 Glossary

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

Page 18: CE Resource Management(RAN13.0_01)

WCDMA RAN

CE Resource Management 7 Reference Documents

Issue 01 (2011-12-30) Huawei Proprietary and Confidential

Copyright © Huawei Technologies Co., Ltd

7-1

7 Reference Documents

[1] 3GPP TS 25.433 "UTRAN Iub interface Node B Application Part (NBAP) signaling"

[2] Load Control Feature Parameter Description

[3] HSUPA Feature Parameter Description