Sei sulla pagina 1di 11

66 CnnfIgurIng TRX Pnwcr Amp!

IfIcr
Intc!!Igcnt 5hutdnwn
This section describes how to activate, veriIy, and deactivate the optional Ieature GBFD-111602
TRX Power AmpliIier Intelligent Shutdown.
PrcrcquIsItc
z Dependencies on Hardware
This Ieature does not have any special requirements Ior hardware.
z Dependencies on Other Features
This Ieature cannot be used with the Iollowing Ieatures:
GBFD-113701 Frequency Hopping (baseband hopping) when a Irequency hopping
group is involved in baseband hopping.
GBFD-113701 Frequency Hopping (RF hopping) when inter-module RF hopping is
applied.
z License
The license controlling this Ieature has been activated.
Cnntcxt
The TRX Power AmpliIier Intelligent Shutdown Iunction can be enabled during a speciIic
period. AIter this Iunction is enabled, idle TRXs can be shut down to reduce power consumption
when estimated traIIic load is light, and disabled TRXs can be switched on so that they are
available Ior use when estimated traIIic load is heavy.
Generally, channel allocation measures are used together with this Iunction. The channels on
the BCCH TRX are preIerentially assigned so that the utilization oI the non-BCCH TRX
channels is decreased and the overall power consumption oI the BTS is reduced. In addition, the
BTS allocates channels based on the priorities oI TRXs. Channels on the TRXs with high
priorities are preIerentially assigned to MSs. In this way, the BSC centralizes busy channels into
a Iew TRXs so that as many idle TRXs as possible can be shut down.
When the BCCH TRX participates in baseband FH, the cell TRX cannot be shut down. Thus,
the TRX power ampliIier intelligent shutdown cannot be used.
GBSS
Feature Activation Guide 66 ConIiguring TRX Power AmpliIier Intelligent Shutdown
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
205
When the BCCH TRX does not participate in baseband FH and all the TRXs (excluding the
BCCH TRX) in the cell are idle, the TRXs can be shut down. II one or more TRXs (excluding
the BCCH TRX) are not idle, the TRXs cannot be shut down.
BeIore conIiguring Allow Shutdown oI TRX Power AmpliIier on the TRX, ensure that the TRX
meets the Iollowing conditions:
z The TRX is not on the BCCH.
z The PDCH is not available on the TRX.
z The antenna hopping is disabled Ior the TRX.
Prnccdurc
z Activation Procedure
1. Run the BSC6900 MML command SET BSCDSTPA. In this step, set Allow
Dynamic Shutdown Trx by BSC to YES(Yes), and set Time When the Function
Is Enabled and Time When the Function Is Disabled according to the actual
condition.
2. Run the BSC6900 MML command SET GCELLBASICPARA. In this step, set
Allow Dynamic Shutdown of TRX Power Amplifier to YES(Yes) to enable the
TRX power ampliIier intelligent shutdown Iunction Ior the cell.
3. Run the BSC6900 MML command SET GTRXDEV. In this step, set Allow
Shutdown of TRX Power Amplifier to YES(Yes), thereIore allowing the BSC6900
to shut down the power ampliIier oI a TRX based on the traIIic volume.
4. Optional: Run the BSC6900 MML command ADD BSCDSTPADATE. In this step,
set the period in which the TRX power ampliIier intelligent shutdown Iunction is
disabled. In the period oI heavy traIIic, this Iunction needs to be disabled.
127(
z The BSC6900 MML command LST BSCDSTPA can be used to query the value oI Prohibiting
Dynamic Shutdown of TRX Power Amplifier Date Range.
z The BSC6900 MML command RMV BSCDSTPADATE can be used to remove the period in
which the TRX power ampliIier intelligent shutdown Iunction is disabled.
z VeriIication Procedure
1. Wait Ior about Iive minutes. Then, run the BSC6900 MML command DSP
GTRXSTAT to query the value oI Close TRX Power.
Expected result: The value oI Close TRX Power is Yes.
z Deactivation Procedure
1. Run the BSC6900 MML command SET BSCDSTPA. In this step, set Allow
Dynamic Shutdown Trx by BSC to NO(No).
2. Run the BSC6900 MML command SET GCELLBASICPARA. In this step, set
Allow Dynamic Shutdwn TRX to NO(No).
3. Run the BSC6900 MML command SET GTRXDEV. In this step, set Allow Dynamic
Shutdown TRX to NO(No).
----End
Examp!c
/*Activation procedure*/
//Enabling the TRX Power Amplifier Intelligent Shutdown function for the
BSC
GBSS
Feature Activation Guide 66 ConIiguring TRX Power AmpliIier Intelligent Shutdown
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
206
SET BSCDSTPA: BSCDynSwitchTrxPAAllow=YES, StartTimeTACloseTrxPA=19&00,
EndTimeTACloseTrxPA=24&00;
//Enabling the TRX Power Amplifier Intelligent Shutdown function for a
cell
SET GCELLBASICPARA: IDTYPE=BYID, CELLID=1, DYNOpenTrxPower=YES;
//Enabling the TRX Power Amplifier Intelligent Shutdown function for a
TRX
SET GTRXDEV: TRXID=2, CPS=YES;
//Setting the period during which the TRX Power Amplifier Intelligent
Shutdown function is prohibited
ADD BSCDSTPADATE: DateRangeIndex=1, StartMonthDSTPA=JAN,
StartDayDSTPA=10, EndMonthDSTPA=FEB, EndDayDSTPA=10;
/*Deactivation procedure*/
//Disabling the TRX Power Amplifier Intelligent Shutdown function for the
BSC
SET BSCDSTPA: BSCDynSwitchTrxPAAllow=NO;
//Disabling the TRX Power Amplifier Intelligent Shutdown function for a
cell
SET GCELLBASICPARA: IDTYPE=BYID, CELLID=1, DYNOpenTrxPower=NO;
//Disabling the TRX Power Amplifier Intelligent Shutdown function for a
TRX
SET GTRXDEV: TRXID=2, CPS=NO;
GBSS
Feature Activation Guide 66 ConIiguring TRX Power AmpliIier Intelligent Shutdown
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
207
67 CnnfIgurIng TRX Pnwcr Amp!IfIcr
Intc!!Igcnt 5hutdnwn nn TImcs!nt Lcvc!
This section describes how to activate, veriIy, and deactivate the optional Ieature GBFD-111603
TRX Power AmpliIier Intelligent Shutdown on Timeslot Level.
PrcrcquIsItc
z Dependencies on Hardware
DRFU, DRRU, and optimized DTRU support this Ieature.
BTS3012/BTS3012AE(QTRU), DBS3900(RRU3008), and BTS3900/BTS3900A/
BTS3900L(GRFU) do not support this Ieature.
BTS3006C, BTS3002E, BTS3012, and BTS3012AE do not support this Ieature when
they use a non-optimized double-transceiver unit.
z Dependencies on Other Features
This Ieature does not depend on other Ieatures.
z License
The license controlling this Ieature has been activated.
Cnntcxt
TRX Power AmpliIier Intelligent Shutdown on Timeslot Level is a Iunction based on which the
PA is controlled on a timeslot basis. In this manner, the static power consumption oI the PA is
0 in the timeslots when the TRX is has no data to transmit, and thus the static power consumption
oI the PA is reduced.
TRX power consumption is a major part oI the BTS power consumption, and PA power
consumption is a major part oI TRX power consumption. According to network operation
experiences, TRXs do not transmit signals all the time. This Iunction shuts down the PA oI the
TRX when there is no data to be transmitted in certain timeslots, thus reducing the cost on power
greatly.
Prnccdurc
z Activation Procedure
GBSS
Feature Activation Guide
67 ConIiguring TRX Power AmpliIier Intelligent Shutdown
on Timeslot Level
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
208
1. Run the BSC6900 MML command SET BSCDSTPA. In this step, set Allow Turning
Off Time Slot to YES(Yes).
z VeriIication Procedure
1. Run the BSC6900 MML command LST BSCDSTPA to check the value oI Time Slot
Turning Off PA Enable. The expected result is Yes.
z Deactivation Procedure
1. Run the BSC6900 MML command SET BSCDSTPA. In this step, set Allow
Dynamic Shutdown of TRX by BSC to NO(No).
----End
Examp!c
//Activation procedure
SET BSCDSTPA: TsTurningOffEnable=YES;
//Verification procedure
LST BSCDSTPA:;
//Deactivation procedure
SET BSCDSTPA: TsTurningOffEnable=NO;
GBSS
Feature Activation Guide
67 ConIiguring TRX Power AmpliIier Intelligent Shutdown
on Timeslot Level
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
209
68 CnnfIgurIng Intc!!Igcnt CnmbIncr
Bypass
This section describes how to activate, veriIy, and deactivate the optional Ieature GBFD-111604
Intelligent Combiner Bypass.
PrcrcquIsItc
z Dependencies on Hardware
Intelligent Combiner Bypass (ICB) is applicable to only the double-transceiver TRXs
and must be conIigured as combining output. The TRXs supporting ICB are the
optimized DTRU, DRRU, and DRFU.
z Dependencies on Other Features
This Ieature and the Ieature GBFD-113701 Frequency Hopping (baseband hopping) are
mutually exclusive.
z License
The license controlling this Ieature has been activated.
z Other Prerequisites
Allow Dynamic Voltage Adjustment in the MML command SET
GCELLBASICPARA is set to Yes.
Cnntcxt
The ICB can be enabled only when all the non-BCCH carriers are idle and there are idle channels
on the BCCH carrier in the cell.
The ICB Iunction cannot be enabled on channels that are conIigured as static PDCHs. Neither
can the Iunction be enabled on dynamic PDCHs (TCHs) that are converted to PDCHs.
The enabled ICB Ieature does not save energy in all cases. It is energy-saving only when the
output power oI the TRX is 40 W and the static power level is 0, when the output power oI the
TRX is 60 W and the static power level is 0, or when the output power oI the TRX is 60 W and
the static power level is 1.
Prnccdurc
z Activation Procedure
GBSS
Feature Activation Guide 68 ConIiguring Intelligent Combiner Bypass
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
210
1. Run the BSC6900 MML command SET GCELLBASICPARA. In this step, change
ICB Allowed to YES(YES).
z VeriIication Procedure
None.
z Deactivation Procedure
This Ieature does not need to be deactivated.
----End
Examp!c
//Activation procedure
SET GCELLBASICPARA: IDTYPE=BYID, CELLID=1, ICBALLOW=YES;
GBSS
Feature Activation Guide 68 ConIiguring Intelligent Combiner Bypass
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
211
69 CnnfIgurIng ActIvc Backup Pnwcr
Cnntrn!
This section describes how to activate, veriIy, and deactivate the optional Ieature GBFD-111605
Active Backup Power Control.
PrcrcquIsItc
z Dependencies on Hardware
This Ieature does not have any special requirements Ior hardware.
z Dependencies on Other Features
This Ieature does not depend on other Ieatures.
z License
The license controlling this Ieature has been activated.
z Other Prerequisites
Huawei power backup divice is needed, such as APM30.
Cnntcxt
When the BTS external power supply Iails, storage batteries are started to supply power. The
BTS shuts down some TRXs automatically under the control oI a timer to save the backup power.
Meanwhile, the BTS gradually decreases the TRX transmit power with a certain step until the
entire BTS is powered oII. When the BTS external power supply recovers, start the TRXs. Then,
the transmit power oI all the TRXs recovers.
Considering the cell coverage, cell capacity, and backup power, this Ieature gradually decreases
cell coverage and hands over MSs at the cell edge to neighboring cells. This does not degrade
network perIormance.
Operators can choose any oI the Iollowing modes:
z Coverage preIerred
Shut down some TRXs and then gradually reduce the transmit power oI the remaining
TRXs.
z Capacity preIerred
Gradually reduce the transmit power oI all TRXs and then shut down some oI the TRXs.
GBSS
Feature Activation Guide 69 ConIiguring Active Backup Power Control
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
212
z Backup power preIerred
Shut down some TRXs and at the same time reduce the transmit power oI the remaining
TRXs.
Prnccdurc
z Activation Procedure
1. Coverage preIerred
Run the BSC6900 MML command SET BTSBAKPWR to set parameters related to
hierarchical backup power reduction oI a BTS. In this step, set Backup Power Saving
Method to BYPWR(Reduce Backup Power) and Backup Power Saving Policy to
BYCOVER(Cover Priority), and set Drop Power Start TimeT1], Shutdown TRX
Start TimeT2], Drop Power Time IntervalT3], Drop Power Step, and Max Drop
Power Threshold to appropriate values.
2. Capacity preIerred
Run the BSC6900 MML command SET BTSBAKPWR to set parameters related to
hierarchical backup power reduction oI a BTS. In this step, set Backup Power Saving
Method to BYPWR(Reduce Backup Power) and Backup Power Saving Policy to
BYCAP(Capability Priority), and set Drop Power Start TimeT1], Shutdown
TRX Start TimeT2], Drop Power Time IntervalT3], Drop Power Step, and Max
Drop Power Threshold to appropriate values.
3. Backup power preIerred
Run the BSC6900 MML command SET BTSBAKPWR to set parameters related to
hierarchical backup power reduction oI a BTS. In this step, set Backup Power Saving
Method to BYPWR(Reduce Backup Power) and Backup Power Saving Policy to
BYSAVING(Saving Priority), and set Drop Power Start TimeT1], Shutdown
TRX Start TimeT2], Drop Power Time IntervalT3], Drop Power Step, and Max
Drop Power Threshold to appropriate values.
z VeriIication Procedure
1. Run the BSC6900 MML command LST BTSBAKPWR to query the value oI Backup
Power Saving Policy.
Expected result: The queried value oI Backup Power Saving Policy is the same as
the set value.
z Deactivation Procedure
127(
The methods oI deactivating this Ieature in GUL modes are the same.
1. Run the BSC6900 MML command SET BTSBAKPWR. In this step, set Backup
Power Saving Method to BYTRX(Turn off TRX).
----End
Examp!c
//Enabling Active Backup Power Control
SET BTSBAKPWR: IDTYPE=BYID, BTSID=1, BAKPWRSAVMETHOD=BYPWR;
//Disabling Active Backup Power Control
SET BTSBAKPWR: IDTYPE=BYID, BTSID=1, BAKPWRSAVMETHOD=BYTRX;
GBSS
Feature Activation Guide 69 ConIiguring Active Backup Power Control
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
213
70 CnnfIgurIng Pnwcr OptImIzatInn Bascd
nn Channc! Typc
This section describes how to activate, veriIy, and deactivate the optional Ieature GBFD-111606
Power Optimization Based on Channel Type.
PrcrcquIsItc
z Dependencies on Hardware
This Ieature does not have any special requirements Ior hardware.
z Dependencies on Other Features
This Ieature does not depend on other Ieatures.
z Dependency on License
The license Ior this Ieature is activated.
Cnntcxt
The power consumption optimization based on channel type has two Iunctions: dynamic voltage
adjustment and dynamic PDCH voltage adjustment. With the dynamic voltage adjustment
Iunction, diIIerent working voltages are provided Ior the TRX power ampliIiers according to
the applied modulation scheme. II all channels on a TRX are conIigured as TCHs and the TRX
works in GMSK mode, the BTS provides the TRX with the working voltage required in GMSK
mode. II a channel on the TRX is conIigured as dynamic or static PDCH and the TRX works in
8PSK mode; the BTS provides the TRX with the working voltage required in 8PSK mode. The
BTS provides the TRX with appropriate working voltage, reducing the power consumption.
Prnccdurc
z Activation Procedure
1. Run the BSC6900 MML command SET GCELLGPRS. In this step, set GPRS to
SupportAsInnPcu(Support as built-in PCU) and EDGE to YES(Yes).
2. Run the BSC6900 MML command SET GCELLSOFT. In this step, set PDCH
Power Saving Enable to YES(Yes).
3. Run the BSC6900 MML command SET GCELLBASICPARA. In this step, set
Adjust Voltage to YES(Yes).
z VeriIication Procedure
GBSS
Feature Activation Guide 70 ConIiguring Power Optimization Based on Channel Type
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
214
1. Run the BSC6900 MML command LST GCELLSOFT to query the value oI PDCH
Power Saving Enable.
Expected result: The value oI PDCH Power Saving Enable is YES(Yes).
2. Run the BSC6900 MML command LST GCELLBASICPARA to query the value
oI Adjust Voltage.
Expected result: The value oI Adjust Voltage is Yes.
z Deactivation Procedure
1. Run the BSC6900 MML command SET GCELLSOFT. In this step, set PDCH
Power Saving Enable to NO(No).
2. Run the BSC6900 MML command SET GCELLBASICPARA to set Adjust
Voltage to NO(No).
----End
Examp!c
/*Activation procedure*/
//Enabling GPRS and EDGE
SET GCELLGPRS: IDTYPE=BYID, CELLID=1, GPRS=SupportAsInnPcu, EDGE=YES;
//Enabling the PDCH power optimization function
SET GCELLSOFT: IDTYPE=BYID, CELLID=1, PDCHPWRSAVEN=YES;
//Enabling the dynamic voltage adjustment function
SET GCELLBASICPARA: IDTYPE=BYID, CELLID=1, BTSadjust=YES;
/*Deactivation procedure*/
//Disabling the PDCH power optimization function
SET GCELLSOFT: IDTYPE=BYID, CELLID=1, PDCHPWRSAVEN=NO;
//Disabling the dynamic voltage adjustment function
SET GCELLBASICPARA: IDTYPE=BYID, CELLID=1, BTSadjust=YES;
GBSS
Feature Activation Guide 70 ConIiguring Power Optimization Based on Channel Type
Issue 05 (2011-08-31) Huawei Proprietary and ConIidential
Copyright Huawei Technologies Co., Ltd.
215

Potrebbero piacerti anche