integration rbs ericsson

17
© NOKIA BSSPAR / 10.05.2006- V3 Power Control CHAPTER 5

Upload: pintor63

Post on 09-Sep-2015

97 views

Category:

Documents


3 download

DESCRIPTION

Troubleshooting Integration RBS 3418 Ericsson

TRANSCRIPT

No Slide TitleIntellectual Property Rights
All copyrights and intellectual property rights for Nokia training documentation, product documentation and slide presentation material, all of which are forthwith known as Nokia training material, are the exclusive property of Nokia. Nokia owns the rights to copying, modification, translation, adaptation or derivatives including any improvements or developments. Nokia has the sole right to copy, distribute, amend, modify, develop, license, sublicense, sell, transfer and assign the Nokia training material.
Individuals can use the Nokia training material for their own personal self-development only, those same individuals cannot subsequently pass on that same Intellectual Property to others without the prior written agreement of Nokia.
The Nokia training material cannot be used outside of an agreed Nokia training session for development of groups without the prior written agreement of Nokia.
Indemnity
The information in this document is subject to change without notice and describes only
the product defined in the introduction of this documentation. This document is intended
for the use of Nokia's customers only for the purposes of the agreement under which the
document is submitted, and no part of it may be reproduced or transmitted in any form or
means without the prior written permission of Nokia. The document has been prepared to
be used by professional and properly trained personnel, and the customer assumes full
responsibility when using it. Nokia welcomes customer comments as part of the process of
continuous development and improvement of the documentation.
The information or statements given in this document concerning the suitability, capacity,
or performance of the mentioned hardware or software products cannot be considered
binding but shall be defined in the agreement made between Nokia and the customer.
However, Nokia has made all reasonable efforts to ensure that the instructions contained
in the document are adequate and free of material errors and omissions. Nokia will, if
necessary, explain issues which may not be covered by the document.
Nokia's liability for any errors in the document is limited to the documentary correction of
errors. NOKIA WILL NOT BE RESPONSIBLE IN ANY EVENT FOR ERRORS IN THIS DOCUMENT
OR FOR ANY DAMAGES, INCIDENTAL OR CONSEQUENTIAL (INCLUDING MONETARY
LOSSES), that might arise from the use of this document or the information in it.
This document and the product it describes are considered protected by copyright
according to the applicable laws.
NOKIA logo is a registered trademark of Nokia Corporation.
Other product names mentioned in this document may be trademarks of their respective
companies, and they are mentioned for identification purposes only.
Copyright © Nokia Oyj 2006. All rights reserved.
© NOKIA BSSPAR / 10.05.2006- V3
Explain the motivation for power control
Indicate the BSS parameters required for power control in general (output power levels, fixed step sizes)
Describe the principle steps to be executed for power control (averaging, triggering, power change step size estimation)
Discuss the algorithms used to estimate the power change step size, when the power has to be increased / decreased due to signal level / quality
Explain the motivation for power optimisation
Indicate the BSS parameters required for power optimisation additionally
Discuss, how power control and traffic channel allocation are modified by power optimisation
© NOKIA BSSPAR / 10.05.2006- V3
Realization of power class
Reduced interference on DL/UL
powerCtrlEnabled Y,N
0..32 dBm GSM 1900 CCH
Minimum MS output power
0..36 dBm GSM 1800
0..32 dBm GSM 1900
bsTxPwrMax 0..30 dB GSM 900
bsTxPwrMax1x00 0..30 dB GSM 1800/1900
Minimum MS output power (by maximum attenuation)
bsTxPowerMin 0..30 dB
bsTxPowerOffset 0..30 dB
powerDecrStepSize 2,4 dB
Desired power level can be achieved in 1 or 2 commands
Yes
No power change triggered
Power
Control
Power
Control
pcLowerThresholdsLevelDL/UL
RXLEV_DL/UL > pcLowerThresholdLevelDL/UL - 2 powerIncrStepSize
(BTS)
pcUpperThresholdsLevelDL
variableDLStepUse = No
(MS)
pcUpperThresholdsLevelUL
pcLowerThresholdsQualDL/UL
Actual receive quality RXQUAL_DL/UL
PWR_INCR_STEP = (1 + Max (0,QUAL)) * powerIncrStepSize
QUAL = RXQUAL_DL/UL – pcLowerThresholdQualDL/UL
Take algorithm for power increase due to signal level
Take largest step size
(No Power Optimisation)
Yes
No
Power
Control
pwrDecrLimitBand0 0..38 dB used for quality 0
pwrDecrLimitBand1 0..38 dB used for quality 1
pwrDecrLimitBand2 0..38 dB used for quality 2 and worse
Enable power decrement below optimum level for UL
powerDecrQualFactor 0,1 enabled, if set to 1
Activation of power optimisation
(With Power Optimisation)
PWR_DECR_STEP = Min (pwrDecrLimit, Max (A,B))
A = Max (0, RXLEV_UL - optimumRxLevUL)
B = (powerDecrQualFactor + Max (0,QUAL)) * powerDecrStepSize
with QUAL = pcUpperThreshold - <RXQUAL_UL>
Term A: Would bring actual receive level exactly to optimum level
Term B: Considers difference between average receive quality and threshold quality
Power decrease step size for BTS
PWR_DECR_STEP = Min [Min (pwrDecrLimit, Max (A,B)),10]
Power
Control