You are on page 1of 17

Configuring SRB over HSDPA

This section describes how to activate, verify, and deactivate the optional feature WRFD-010652 SRB
over HSDPA.

Prerequisites

 Dependencies on Hardware
 Requirement for the BSC6900
 This feature does not depend on the hardware.
 Requirements for the NodeB
 The BTS3812E, BTS3812A, or BTS3812AE is configured with the EBBI, EBOI, or
EDLP board.
 The BBU3806 is configured with the EBBC or EBBCd board.
 The BBU3900 is configured with the WBBPb, WBBPd or wBBPf board.
 Dependencies on Other Features
 The WRFD-010610 HSDPA Introduction Package feature must be configured before this
feature is configured.
 License
 The license controlling this feature has been activated. For details on how to activate the
license, see Activating the UMTS License. For details about license items, see Feature
Activation and License Item Descriptions.
 Others
 The UE complies with the specifications of 3GPP Release 6 or higher versions and
supports fractional DPCH (F-DPCH) or E-FDPCH.

Context

Using F-DPCH multiplexing, this feature enables downlink signaling radio bearers (SRBs) of multiple
users to be carried over HSDPA. This helps reduce downlink code resource consumption and call setup
delay.
During radio access bearer (RAB) setup, SRBs can be carried over HSDPA only when all the downlink
services of the UE are carried on the HSDPA channels. During radio resource control (RRC) connection
setup, this feature can be activated by performing the following operations:

Procedure

 Activation Procedure
1. Run the BSC6900 MML command SET UFRCCHLTYPEPARA (CME single
configuration: UMTS Radio Global Configuration Express > Basic Resource Control
Parameter Configuration > Channel Type Parameters; CME batch modification center:
Modifying RNC Parameters in Batches) to set Type of Channel Preferably Carrying
Signaling RB to HSDPA(UL_DCH,DL_HSDSCH) or HSPA(UL_EDCH,DL_HSDSCH).
2. Run the BSC6900 MML command SET UFRCCHLTYPEPARA (CME single
configuration: UMTS Radio Global Configuration Express > Basic Resource Control
Parameter Configuration > Channel Type Parameters; CME batch modification center:
Modifying RNC Parameters in Batches) to set the phase at which this feature is activated
by means of the Effective Flag of Signaling RB Channel Type parameter.

NOTE:
 If Effective Flag of Signaling RB Channel Type is set to False, this feature is
activated during RAB setup. Recommended Value is False.
 If Effective Flag of Signaling RB Channel Type is set to TRUE, this feature is
activated during RRC connection setup.

3. Run the BSC6900 MML command MOD UCELLALGOSWITCH (CME single


configuration: UMTS Cell Configuration Express > Cell Parameters > Cell Algorithm
Switches; CME batch modification center: Modifying UMTS Cell Parameters in Batches)
to set the E_F_DPCH is activated by means of the Cell Hspa Enhanced function
switch parameter.

NOTE:
 If Cell Hspa Enhanced function switch is set to E_F_DPCH_ON, E_F_DPCH is
enabled.
 If Cell Hspa Enhanced function switch is set to E_F_DPCH_OFF, E_F_DPCH is
disabled.

 Verification Procedure
1. Log in to the BSC6900 LMT to enable Uu interface tracing. In the displayed dialog box,
select RRC_RB_SETUP, as shown in Figure 1.
Figure 1 Uu Interface Trace dialog box
2. To verify whether this feature is activated , view the information element (IE) dl-
TransportChannelType and rb-Identity in the RRC_RB SETUP message from the Uu
interface trace data.
 If the value of dl-TransportChannelType is hsdsch, as shown in Figure 2, and the
value of rb-Identity is less than or equal to 4, as shown in Figure 3, this feature is
activated.
Figure 2 Value of the dl-TransportChannelType IE

Figure 3 Value of the rb-Identity IE

 Deactivation Procedure
1. Run the BSC6900 MML command SET UFRCCHLTYPEPARA (CME single
configuration: UMTS Radio Global Configuration Express > Basic Resource Control
Parameter Configuration > Channel Type Parameters; CME batch modification center:
Modifying RNC Parameters in Batches) to set Type of Channel Preferably Carrying
Signaling RB to HSUPA or DCH.
Example

//Activating SRB over HSDPA

//Setting the type of channel on which SRBs are preferably carried with
SrbChlType set to HSDPA
SET UFRCCHLTYPEPARA: SrbChlType=HSDPA;

//Setting the type of channel on which SRBs are preferably carried with
SrbChlTypeRrcEffectFlag set to False
SET UFRCCHLTYPEPARA: SrbChlTypeRrcEffectFlag=False;

//setting the E_F_DPCH function


MOD UCELLALGOSWITCH: CellId=1, HspaEnhSwitch=E_F_DPCH_ON;
//Deactivating SRB over HSDPA
//Setting the type of channel on which SRBs are preferably carried with
SrbChlType set to DCH
SET UFRCCHLTYPEPARA: SrbChlType=DCH;

Configuring SRB over HSUPA


This section describes how to activate, verify, and deactivate the optional feature WRFD-010636 SRB
over HSUPA.

Prerequisites

 Dependencies on Hardware
 BSC6900
 This feature does not depend on the hardware.
 Requirements for the NodeB
 The 38XX series NodeB supports this feature, and the EBBI, EBOI, EULP or EULPd,
EBBC or EBBCd is required.
 The 3900 series NodeB supports this feature, and the WBBPb, WBBPd or WBBPf is
required.
 Dependencies on Other Features
 The WRFD-010612 HSUPA Introduction Package feature must be configured before this
feature is configured.
 License
 The license controlling this feature has been activated. For details on how to activate the
license, see Activating the UMTS License. For details about license items, see Feature
Activation and License Item Descriptions.
 Other Prerequisites
 The transmission mapping to support SRB over HSUPA has been configured.

Context

This feature provides high signaling rate and shortens call setup delay. Compared with the function of
carrying SRBs on DCHs, this feature saves code resources and reduces cell load.

Procedure

 Activation Procedure
1. Run the BSC6900 MML command SET UFRCCHLTYPEPARA (CME single
configuration: UMTS Radio Global Configuration Express > Basic Resource Control
Parameter Configuration > Channel Type Parameters; CME batch modification center:
Modifying RNC Parameters in Batches) to set Type of Channel Preferably Carrying
Signaling RB to HSUPA(UL_EDCH,DL_DCH) or HSPA(UL_EDCH,DL_HSDSCH).

NOTE:
If the feature is effective in the case of RRC connection establishment, set Effective Flag
of Signaling RB Channel Type to TRUE.
 Verification Procedure
1. Run the BSC6900 MML command LST UFRCCHLTYPEPARA to query whether the
SRBs are carried over HSUPA.
2. Use a UE with the HSPA function to set up an RRC connection on the enhanced DCH (E-
DCH).
View the RRC_RRC_CONN_SETUP message from the Uu interface trace data. If the
EDCH information is contained in the message, this feature is activated.
 Deactivation Procedure
1. Run the BSC6900 MML command SET UFRCCHLTYPEPARA (CME single
configuration: UMTS Radio Global Configuration Express > Basic Resource Control
Parameter Configuration > Channel Type Parameters; CME batch modification center:
Modifying RNC Parameters in Batches) to set Type of Channel Preferably Carrying
Signaling RB to DCH(UL_DCH,DL_DCH) and Effective Flag of Signaling RB Channel
Type to FALSE.
Example

//Activating SRB over HSUPA


SET UFRCCHLTYPEPARA: SrbChlType=HSUPA, SrbChlTypeRrcEffectFlag=TRUE;
//Verifying SRB over HSUPA
LST UFRCCHLTYPEPARA:;
//Deactivating SRB over HSUPA
SET UFRCCHLTYPEPARA: SrbChlType=DCH, SrbChlTypeRrcEffectFlag=FALSE;

Configuring CPC - HS-SCCH less operation


This section describes how to activate, verify, and deactivate the optional feature WRFD-010687 CPC -
HS-SCCH less operation.

Prerequisites

 Dependencies on Hardware
 This feature does not have any special requirements for hardware.
 Dependencies on Other Features
 The configurations of the features on which this feature depends are complete. This
feature depends on the feature WRFD-010652 SRB over HSDPA, WRFD-010636 SRB
over HSUPA.
 License
 The license controlling this feature has been activated. For details on how to activate the
license, see Activating the UMTS License. For details about license items, see Feature
Activation and License Item Descriptions.
 Other Prerequisites
 The UE must be Release-7 (or later) to support this feature.

Context

This feature supports the HS-SCCH less operation function. With this feature, UE can receive data from
HS-PDSCH without sending data on HS-SCCH. This increases the capacity of downlink data services.
Procedure

 Activation Procedure
1. Run the BSC6900 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, select
CFG_HSPA_HSSCCH_LESS_OP_SWITCH in the Channel configuration strategy
switch parameter to switch on the HS-SCCH less operation function.
2. Run the BSC6900 MML command MOD UCELLALGOSWITCH (CME single
configuration: UMTS Cell Configuration Express > Cell Parameters > Cell Algorithm
Switches; CME batch modification center: Modifying UMTS Cell Parameters in Batches).
In this step, select HS_SCCH_LESS_OPERATION(Cell HS_SCCH LESS OPERATION
Function Switch) in the Cell Hspa Plus function switch parameter to activate the HS-
SCCH less operation function at the cell level.
 Verification Procedure
1. Use an HSPA-supportive UE to initiate a PS service. The service is carried on E-DCH
and HS-DSCH.

NOTE:
How to make the service on E-DCH, see section Configuring HSUPA Introduction
Package.

2. Check the RRC_RB_SETUP message traced over the Uu interface. You can find the hs-
scch-LessInfo IE which contains the parameters related to CPC-HSSCCH less
operation, as shown in Figure 1.

Configuring CPC - DTX /DRX


This section describes how to activate, verify, and deactivate the optional feature WRFD-010686 CPC -
DTX /DRX.

Prerequisites

 Dependencies on Hardware
 Dependencies on BSC6900 Hardware
 This feature does not depend on the hardware.
 Dependencies on NodeB Hardware
 The BTS3812E, BTS3812A, or BTS3812AE is configured with the EBBI, EBOI,
EULP/EULPd (supporting DTX), and EDLP (supporting DRX) boards.
 The BBU3806 is configured with the EBBC or EBBCd board.
 The BBU3900 is configured with the WBBPb, WBBPd or WBBPf board.
 Dependencies on Other Features
 The following features must be configured before this feature is activated: WRFD-010636
SRB over HSUPA and WRFD-010652 SRB over HSDPA.
 License
 The license controlling this feature has been activated. For details on how to activate the
license, see Activating the UMTS License. For details about license items, see Feature
Activation and License Item Descriptions.
 Other Prerequisites
 The UE is of 3GPP Release 7 or later and supports this feature.

Context

This feature is related to DTX and DRX. It can reduce the interference between UEs, improve the HSPA+
user capacity per cell and save the battery consumption of the UE.

Procedure

 Activation Procedure
1. Run the BSC6900 MML command MOD UCELLALGOSWITCH (CME single
configuration: UMTS Cell Configuration Express > Cell Parameters > Cell Algorithm
Switches; CME batch modification center: Modifying UMTS Cell Parameters in Batches).
In this step, select DTX_DRX(Cell DTX_DRX Function Switch) from the Cell Hspa Plus
function switch drop-down list.
2. Run the BSC6900 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, select
CFG_HSPA_DTX_DRX_SWITCH from the Channel Configuration Strategy Switch
drop-down list.
3. Run the BSC6900 MML command SET UFRCCHLTYPEPARA (CME single
configuration: UMTS Radio Global Configuration Express > Basic Resource Control
Parameter Configuration > Channel Type Parameters; CME batch modification center:
Modifying RNC Parameters in Batches). In this step, select
HSPA(UL_EDCH,DL_HSDSCH) from the Type of Channel Preferably Carrying
Signaling RB drop-down list.
 Verification Procedure
1. Create a Uu tracing task on the BSC6900 LMT, as shown in Figure 1.
Figure 1 Uu interface tracing task

2. Use an HSPA-capable UE to establish a new service.


3. Check whether the following IEs are included in the RRC_RB_SETUP message, as
shown in Figure 2.
Figure 2 IE information

 dtx-drx-TimingInfo
 dtx-drx-Info
 Deactivation Procedure
1. Run the BSC6900 MML command MOD UCELLALGOSWITCH (CME single
configuration: UMTS Cell Configuration Express > Cell Parameters > Cell Algorithm
Switches; CME batch modification center: Modifying UMTS Cell Parameters in Batches).
In this step, deselect DTX_DRX(Cell DTX_DRX Function Switch) from the Cell Hspa
Plus function switch drop-down list.
Example

//Activating CPC - DTX /DRX


MOD UCELLALGOSWITCH: CellId=0, HspaPlusSwitch=DTX_DRX-1;
SET UCORRMALGOSWITCH: CfgSwitch=CFG_HSPA_DTX_DRX_SWITCH-1;
SET UFRCCHLTYPEPARA: SrbChlType=HSPA;
//Deactivating CPC - DTX /DRX
MOD UCELLALGOSWITCH: CellId=0, HspaPlusSwitch=DTX_DRX-0;
Figure 1 RRC_RB_SETUP Information

 Deactivation Procedure
1. Run the BSC6900 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
CFG_HSPA_HSSCCH_LESS_OP_SWITCH in the Channel configuration strategy
switch parameter to switch off the HS-SCCH less operation function.
2. Run the BSC6900 MML command MOD UCELLALGOSWITCH (CME single
configuration: UMTS Cell Configuration Express > Cell Parameters > Cell Algorithm
Switches; CME batch modification center: Modifying UMTS Cell Parameters in Batches).
In this step, deselect HS_SCCH_LESS_OPERATION(Cell HS_SCCH LESS
OPERATION Function Switch) in the Cell Hspa Plus function switch parameter to
deactivate the HS-SCCH less operation function at the cell level.
Example

//Activating CPC-HS-SCCH Less operation


SET UCORRMALGOSWITCH: CfgSwitch=CFG_HSPA_HSSCCH_LESS_OP_SWITCH-1;
MOD UCELLALGOSWITCH: CellId=0, HspaPlusSwitch=HS_SCCH_LESS_OPERATION-1;
//Deactivating CPC-HS-SCCH Less operation
SET UCORRMALGOSWITCH: CfgSwitch=CFG_HSPA_HSSCCH_LESS_OP_SWITCH-0;
MOD UCELLALGOSWITCH: CellId=0, HspaPlusSwitch=HS_SCCH_LESS_OPERATION-0;
Configuring Enhanced Fast Dormancy
This section describes how to activate, verify, and deactivate the optional feature WRFD-020500
Enhanced Fast Dormancy. (This feature cannot be configured using the CME.)

Prerequisites

 Dependencies on Hardware
 This feature does not have any special requirements for hardware.
 Dependencies on Other Features
 This feature does not depend on other features.
 License
 The license controlling this feature has been activated. For details on how to activate the
license, see Activating the UMTS License. For details about license items, see Feature
Activation and License Item Descriptions.

NOTE:
The license must be activated by performing the following operation first:
Run the BSC6900 MML command SET LICENSE to set Fast Dormancy Enhancement-
per PS Active User to an appropriate value.

 Other Prerequisites
It is good practice to maintain load balancing among all frequencies in the network when using
this feature, if the network is a service-layered network as follows and RSVDBIT1_BIT29 of the
Reserved parameter 1 in the SET URRCTRLSWITCH command is set to 0, in order to reduce
the call drops for UEs in the CELL_FACH state that support fast dormancy, Wait RB
reconfiguration response timer and RL restoration timer in the SET USTATETIMER
command need to be set to 11000 and 15000 respectively.
 Frequency F1 carries R99 services.
 Frequency F2 carries HSPA services.
 F2 does not allow UEs in the idle, CELL_FACH, or CELL_PCH state to camp on.

Context

As the number of smartphones keeps increasing in mobile networks, the networks face signaling storms
produced by these UEs. With rich experience in network optimization, Huawei provides a comprehensive
end-to-end solution to respond to network challenges based on network characteristics.
This feature is a component of the comprehensive solution. Deploying this feature only cannot solve the
signaling storm problem produced by smartphones. Operators should use this feature together with
professional services to optimize the quality of service of the entire network.

CAUTION:
 Consult Huawei engineers about the comprehensive solution to obtain professional technical
support.
 Huawei engineers will recommend appropriate parameter settings for this feature based on the
network conditions.
 Do not configure the parameters related to this feature without Huawei professional technical
support. Inappropriate parameter settings may lead to network failures.

Always on line can be provided for PS services of intelligent UEs to improve user experience. Always on
line, however, will increase the power consumption of intelligent UEs. To prolong UE battery life, the Fast
Dormancy feature is introduced. When there is no PS data transfer, the UE will send a signaling
connection release indication (SCRI) message to request the BSC6900 to release the RRC connection
and move the UE state to IDLE mode, CELL_PCH, or URA_PCH.
If this feature is not enabled, the BSC6900 will move the UE state to IDLE mode after the BSC6900
receives an SCRI message from the UE or the UE inactivity timer expires. If UEs are frequently switched
between RRC connected states and IDLE mode, signaling storms occur.
If this feature is enabled, the BSC6900 will move the UE to the CELL_PCH or URA_PCH state instead of
the IDLE mode under either of the following conditions, reducing signaling processing costs:
 The BSC6900 receives an SCRI message from the UE.
 The CELL_FACH/CELL_DCH inactivity timer on the BSC6900 expires.

Procedure

 Activation Procedure (The UE supporting fast dormancy is a Pre-Release 8 UE)


1. Run the BSC6900 MML command SET URRCTRLSWITCH to enable the feature
Enhanced Fast Dormancy at the BSC6900-level. In this step, select the
FAST_DORMANCY_SWITCH under PROCESSSWITCH.
2. Run the BSC6900 MML commandSET URRCTRLSWITCH to select the
RNC_PS_QUERY_UE_IMEI_SWITCH under PROCESSSWITCH2.
3. Run the BSC6900 MML command SET URRCTRLSWITCH to enable cell update during
CS service setup. In this step, clear the RSVDBIT1_BIT21 check box under Reserved
Parameter 1.

NOTE:
After this feature is enabled, the number of CELL_DCH-to-CELL_FACH (D2F)
procedures performed increases.Set this parameter when a UE in the CELL_FACH state
sets up a CS service associated with cell reselection. The switch RSVDBIT1_BIT21
specifies whether to allow cell update during CS service setup. When the switch is turned
on, for UEs that are establishing AMR services and shifting from the CELL_FACH state to
the CELL_DCH state, the RNC stops establishing AMR services to handle cell update if
the RNC receives from the UEs a cell update message containing the cause value "cell
reselection."

4. Run the BSC6900 MML command SET URRCTRLSWITCH to enable the state transition
from CELL_PCH or URA_PCH to CELL_DCH triggered by FACH congestion. In this step,
clear the RSVDBIT1_BIT20 check box under Reserved Parameter 1.

NOTE:
After this feature is enabled, the FACH will carry a large amount of data, which may lead
to FACH congestion. Therefore, it is recommended that a new SCCPCH be added.
For details about how to handle FACH congestion in other methods, see section "FACH
Congestion Control" in the Flow Control in the RAN Feature Documentation.

5. Run the BSC6900 MML command SET UPSINACTTIMER to set the value of the
CELL_DCH, CELL_FACH, and CELL_PCH inactivity timer respectively.
 The recommended value of the FAST DORMANCY USER T1 in CELL_DCH is 5
seconds.
 The recommended value of the FAST DORMANCY USER T1 in CELL_FACH is 5
seconds.
 The recommended value of the FAST DORMANCY USER T1 in CELL_PCH is
1800 seconds.

NOTE:
This document provide the recommended value of the FAST DORMANCY USER T1 in
CELL_DCH, the FAST DORMANCY USER T1 in CELL_FACH, and the FAST
DORMANCY USER T1 in CELL_PCH.

6. Run the BSC6900 MML command SET UUESTATETRANS. In this step, set Fast
Dormancy User FACH/E_FACH2DCH/HSPA 4A Threshold to D1024.
7. Run the BSC6900 MML command SET URRCTRLSWITCH to enable the Type Allocation
Code (TAC) match function. In this step, select the FD_TAC_MATCH_SWITCH under
PROCESSSWITCH.
8. Run the BSC6900 MML commandADD UIMEITAC to set the value of the TAC to add the
IMEI TACs of smartphones to the whitelist, set the The function of the TAC to
Fast_Dormancy, and set the Fast Dormancy Switch to ON.
9. Run the BSC6900 MML command ADD TRMFACTOR and MOD ADJMAP to change the
Iu-PS activity factor. The recommended value of the Iu-PS activity factor is 10%. If the
configured Iu-PS activity factor is smaller than 10%, retain the configured value.

NOTE:
After this feature is enabled, the number of UEs in the CELL_PCH or URA_PCH state
increases sharply. UEs in the CELL_PCH or URA_PCH state consume a large number of
Iu-PS bandwidth resources although they do not transmit any data.
Adjusting the Iu-PS activity factor can prevent PS service admission failures due to the
increase in the number of UEs in the CELL_PCH or URA_PCH state.

CAUTION:
The Iu-PS activity factor of all services must be set to an appropriate value. Otherwise, a
large number of PS service setups fail, and the CPU usage of the SPU boards increases
sharply.

 Activation Procedure (The UE supporting fast dormancy is a Release 8 or later Release UE)
1. Run the BSC6900 MML command SET URRCTRLSWITCH to enable the feature
Enhanced Fast Dormancy at the BSC6900-level. In this step, select the
FAST_DORMANCY_SWITCH under PROCESSSWITCH.
2. Run the BSC6900 MML command SET UCONNMODETIMER to set the value of the
Timer 323.

NOTE:
If the UE supporting fast dormancy is a Release 8 or later Release UE, you need to set
timer 323 after enabling fast dormancy. When the network supports the CELL_PCH or
URA_PCH, it is good practice to set timer 323 to 120s. When the network does not
support CELL_PCH or URA_PCH, it is good practice to set timer 323 to 10s.
3. Run the BSC6900 MML command SET URRCTRLSWITCH to enable cell update during
CS service setup. In this step, clear the RSVDBIT1_BIT21 check box under Reserved
Parameter 1.

NOTE:
After this feature is enabled, the number of CELL_DCH-to-CELL_FACH (D2F)
procedures performed increases. Set this parameter when a UE in the CELL_FACH state
sets up a CS service associated with cell reselection. The switch RSVDBIT1_BIT21
specifies whether to allow cell update during CS service setup. When the switch is turned
on, for UEs that are establishing AMR services and shifting from the CELL_FACH state to
the CELL_DCH state, the RNC stops establishing AMR services to handle cell update if
the RNC receives from the UEs a cell update message containing the cause value "cell
reselection."

4. Run the BSC6900 MML command SET URRCTRLSWITCH to enable the state transition
from CELL_PCH or URA_PCH to CELL_DCH triggered by FACH congestion. In this step,
clear the RSVDBIT1_BIT20 check box under Reserved Parameter 1.

NOTE:
After this feature is enabled, the FACH will carry a large amount of data, which may lead
to FACH congestion. Therefore, it is recommended that a new SCCPCH be added.
For details about how to handle FACH congestion in other methods, see section "FACH
Congestion Control" in the Flow Control in the RAN Feature Documentation.

5. Run the BSC6900 MML command SET UPSINACTTIMER to set the value of the
CELL_DCH, CELL_FACH, and CELL_PCH inactivity timer respectively.
 The recommended value of the FAST DORMANCY USER T1 in CELL_DCH is 5
seconds.
 The recommended value of the FAST DORMANCY USER T1 in CELL_FACH is 5
seconds.
 The recommended value of the FAST DORMANCY USER T1 in CELL_PCH is
1800 seconds.

NOTE:
This document provide the recommended value of the FAST DORMANCY USER T1 in
CELL_DCH, the FAST DORMANCY USER T1 in CELL_FACH, and the FAST
DORMANCY USER T1 in CELL_PCH.

6. Run the BSC6900 MML command SET UUESTATETRANS. In this step, set Fast
Dormancy User FACH/E_FACH2DCH/HSPA 4A Threshold to D1024.
7. Run the BSC6900 MML command SET URRCTRLSWITCH to enable the Type Allocation
Code (TAC) match function. In this step, select the FD_TAC_MATCH_SWITCH under
PROCESSSWITCH.
8. Optional: To enable this feature only for UEs of Release 8 or later versions on the live
network, Run the BSC6900 MML commandRMV UIMEITAC to remove the TAC values
for these UEs.
9. Run the BSC6900 MML command ADD TRMFACTOR and MOD ADJMAP to change the
Iu-PS activity factor. The recommended value of the Iu-PS activity factor is 10%. If the
configured Iu-PS activity factor is smaller than 10%, retain the configured value.

NOTE:
After this feature is enabled, the number of UEs in the CELL_PCH or URA_PCH state
increases sharply. UEs in the CELL_PCH or URA_PCH state consume a large number of
Iu-PS bandwidth resources although they do not transmit any data.
Adjusting the Iu-PS activity factor can prevent PS service admission failures due to the
increase in the number of UEs in the CELL_PCH or URA_PCH state.

CAUTION:
The Iu-PS activity factor of all services must be set to an appropriate value. Otherwise, a
large number of PS service setups fail, and the CPU usage of the SPU boards increases
sharply.

 Verification Procedure
1. Run the BSC6900 MML command DSP LICUSAGE to query the state of the license for
this feature. If the result shown in Figure 1 is returned, the license for this feature has
been configured.
Figure 1 Status of the Enhanced Fast Dormancy license

2. Initiate Uu interface message tracing on the BSC6900 LMT.


3. Use a smartphone whose IMEI TAC has been added into whitelist to set up a PS service
in the CELL_DCH state. For example, use the smartphone to browse a Web page.
If the RRC_RB_SETUP message shown in Figure 2 is traced, the UE is in the
CELL_DCH state.
Figure 2 UE in the CELL_DCH state

4. Keep the UE in IDLE mode for 10 seconds and perform no operation after a Web page is
opened.
If the RRC_RB_RECFG message shown in Figure 3 is traced, the UE will move from the
CELL_DCH state to the CELL_FACH state and then to the CELL_PCH state.
Figure 3 State transition to the CELL_PCH state

5. Use the UE to continue PS services such as web page browsing. Cell update or channel
reconfiguration occurs.
Check the RRC_CELL_UPDATE message as shown in Figure 4 and Figure 5.
Figure 4 Cell update

Figure 5 Channel reconfiguration

 Deactivation Procedure
 To deactivate this feature for all UEs on the live network, Run the BSC6900 MML
commandSET URRCTRLSWITCH. In this step, clear FAST_DORMANCY_SWITCH under
Process switch parameter to turn off the BSC6900-level switch for enhanced fast
dormancy.
 To deactivate this feature only for UEs of versions earlier than Release 8 on the live
network, Run the BSC6900 MML commandRMV UIMEITAC to remove the TAC values for
these UEs.
 To deactivate this feature only for UEs of Release 8 or later versions on the live network,
Run the BSC6900 MML commandSET UCONNMODETIMER. In this step, set Timer 323
to INVALID.

NOTE:
If this feature must be deactivated when the SPUa or SPUb board is being reset, do as follows:
4. Run the BSC6900 MML command SET CFGDATAINEFFECTIVE to set the subrack to
ineffective mode.
5. Run the MML commands to deactivate this feature. For details, see the script in the
example.
6. Run the BSC6900 MML command SET CFGDATAEFFECTIVE to set the subrack to
effective mode.

Example

//Activating Fast Dormancy Enhancement (The UE supporting fast dormancy is


a Pre-Release 8 UE)

//Enabling the Enhanced Fast Dormancy feature at the BSC6900 level


SET URRCTRLSWITCH: PROCESSSWITCH=FAST_DORMANCY_SWITCH-1;

//Set the PS IMEI Request Switch


SET URRCTRLSWITCH: PROCESSSWITCH2=RNC_PS_QUERY_UE_IMEI_SWITCH-1;
//Enabling cell update during CS service setup
SET URRCTRLSWITCH: RsvdPara1=RSVDBIT1_BIT21-0;

//Enabling the state transition from CELL_PCH or URA_PCH to CELL_DCH


triggered by FACH congestion
SET URRCTRLSWITCH: RsvdPara1=RSVDBIT1_BIT20-0;

//Setting the value of the CELL_DCH inactivity timer to 5 seconds


SET UPSINACTTIMER: PsInactTmrForFstDrmDch=5;

//Setting the value of the CELL_FACH inactivity timer to 5 seconds


SET UPSINACTTIMER: PsInactTmrForFstDrmFach=5;

//Setting the value of the CELL_PCH inactivity timer to 1800 seconds


SET UPSINACTTIMER: PsInactTmrForPreFstDrm=1800;

//Setting the traffic threshold of event 4A during the state transition


from CELL_FACH to CELL_DCH to D1024
SET UUESTATETRANS: FastDormancyF2DHTvmThd=D1024;

//Enabling the IMEI Type Allocation Code (TAC) match function


SET URRCTRLSWITCH: PROCESSSWITCH=FD_TAC_MATCH_SWITCH-1;

//Adding the IMEI TACs of smartphones to the whitelist


ADD UIMEITAC: TAC_FUNC=Fast_Dormancy, TAC=01177600, Description="Smart
Phone", FastDormancy=ON;

//Changing the Iu-PS activity factor


ADD TRMFACTOR: REMARK="Smart Phone", CSCONVDL=10, CSCONVUL=10,
CSSTRMDL=10, CSSTRMUL=10, PSCONVDL=10, PSCONVUL=10, PSSTRMDL=10,
PSSTRMUL=10, PSINTERDL=10, PSINTERUL=10, PSBKGDL=10, PSBKGUL=10,
HDVOICEDL=10, HDCONVDL=10, HDSTRMDL=10, HDINTERDL=10, HDBKGDL=10,
HUVOICEUL=10, HUCONVUL=10, HUSTRMUL=10, HUINTERUL=10, HUBKGUL=10;

//Activating Enhanced Fast Dormancy (The UE supporting fast dormancy is a


Release 8 or later Release UE)

//Enabling the Enhanced Fast Dormancy feature at the BSC6900 level


SET URRCTRLSWITCH: PROCESSSWITCH=FAST_DORMANCY_SWITCH-1;

//Set the Timer 323


SET UCONNMODETIMER: T323=D120;

//Enabling cell update during CS service setup


SET URRCTRLSWITCH: RsvdPara1=RSVDBIT1_BIT21-0;

//Enabling the state transition from CELL_PCH or URA_PCH to CELL_DCH


triggered by FACH congestion
SET URRCTRLSWITCH: RsvdPara1=RSVDBIT1_BIT20-0;
//Setting the value of the CELL_DCH inactivity timer to 5 seconds
SET UPSINACTTIMER: PsInactTmrForFstDrmDch=5;

//Setting the value of the CELL_FACH inactivity timer to 5 seconds


SET UPSINACTTIMER: PsInactTmrForFstDrmFach=5;

//Setting the value of the CELL_PCH inactivity timer to 1800 seconds


SET UPSINACTTIMER: PsInactTmrForPreFstDrm=1800;

//Setting the traffic threshold of event 4A during the state transition


from CELL_FACH to CELL_DCH to D1024
SET UUESTATETRANS: FastDormancyF2DHTvmThd=D1024;

//Enabling the IMEI Type Allocation Code (TAC) match function


SET URRCTRLSWITCH: PROCESSSWITCH=FD_TAC_MATCH_SWITCH-1;

//Deleting the IMEI TACs of smartphones from the whitelist


RMV UIMEITAC: TAC_FUNC=Fast_Dormancy, TAC=01177600;

//Changing the Iu-PS activity factor


ADD TRMFACTOR: REMARK="Smart Phone", CSCONVDL=10, CSCONVUL=10,
CSSTRMDL=10, CSSTRMUL=10, PSCONVDL=10, PSCONVUL=10, PSSTRMDL=10,
PSSTRMUL=10, PSINTERDL=10, PSINTERUL=10, PSBKGDL=10, PSBKGUL=10,
HDVOICEDL=10, HDCONVDL=10, HDSTRMDL=10, HDINTERDL=10, HDBKGDL=10,
HUVOICEUL=10, HUCONVUL=10, HUSTRMUL=10, HUINTERUL=10, HUBKGUL=10;
//Deactivating Fast Dormancy Enhancement

//Deactivating Enhanced Fast Dormancy for all


UEs on the live network
SET URRCTRLSWITCH: PROCESSSWITCH=FAST_DORMANCY_SWITCH-0;

//Deactivating Enhanced Fast Dormancy only for UEs of versions earlier


than Release 8
RMV UIMEITAC: TAC_FUNC=Fast_Dormancy, TAC=01177600;

//Deactivating Enhanced Fast Dormancy only for UEs of Release 8 or later


versions
SET UCONNMODETIMER: T323=INVALID;

You might also like