IEEE C80216m-10_0529 Project IEEE 802.16 Broadband Wireless Access Working Group <http://ieee802.org/16> Title Proposed Text on Uplink Power Status Reporting (16.3.9.4.7) for the IEEE 802.16m/D5 Amendment Date Submitted 2010-04-30 Source(s) Kun Liu , Zhaohua Lu, Huiying Fang, Xiangyu Liu, Yanfeng Guan ZTE Corporation Email: liu.kun12@zte.com.cn, fang.huiying@zte.com.cn, lu.zhaohua@zte.com.cn Re: Letter Ballot #31a on the Draft Amendment (IEEE P802.16m/D5) Abstract This contribution provides the proposed text for 16m Uplink Power Status Reporting. Purpose To be discussed and adopted into P802.16m/D5 Notice Release Patent Policy This document does not represent the agreed views of the IEEE 802.16 Working Group or any of its subgroups. It represents only the views of the participants listed in the “Source(s)” field above. It is offered as a basis for discussion. It is not binding on the contributor(s), who reserve(s) the right to add, amend or withdraw material contained herein. The contributor grants a free, irrevocable license to the IEEE to incorporate material contained in this contribution, and any modifications thereof, in the creation of an IEEE Standards publication; to copyright in the IEEE’s name any IEEE Standards publication even though it may include portions of this contribution; and at the IEEE’s sole discretion to permit others to reproduce in whole or in part the resulting IEEE Standards publication. The contributor also acknowledges and accepts that this contribution may be made public by IEEE 802.16. The contributor is familiar with the IEEE-SA Patent Policy and Procedures: <http://standards.ieee.org/guides/bylaws/sect6-7.html#6> and <http://standards.ieee.org/guides/opman/sect6.html#6.3>. Further information is located at <http://standards.ieee.org/board/pat/pat-material.html> and <http://standards.ieee.org/board/pat>. 1 IEEE C80216m-10_0529 Proposed Text on Uplink Power Status Reporting(16.3.9.4.7) for the IEEE 802.16m/D5 Amendment Kun Liu, Zhaohua Lu, Xiangyu Liu, Huiying Fang, Yanfeng Guan ZTE Corporation 1. Introduction This contribution proposes some modification in Uplink Power Status Reporting Section (16.3.9.4.7) of IEEE P802.16m/D5[1]. In Section 16.3.9.4.7.2, the AMS shall send the uplink power status reporting message to the ABS by Uplink Power Status Report Header (defined in 16.2.2.1.3.6).There is 1 bit “ULPC Parameters Updating Indicator ” to describe the update states of ULPC parameters from AAI_SCD. But it is not enough for the ABS to judge whether “txPowerPsdBase” and “txSirDownlink” sent in Uplink Power Status Report Header is right only depending on ”ULPC Parameters Updating Indicator ”. For example, before the AMS send the uplink power status reporting message to the ABS, the ABS has broadcast three update AAI_SCD message(AAI_SCD1、AAI_SCD2、AAI_SCD3),and in each AAI_SCD message, the ULPC parameters have been changed. Suppose the AMS doesn’t receive AAI_SCD3 because of the channel fast fading. When the AMS send uplink power status reporting message to the ABS by Uplink Power Status Report Header, the “ULPC Parameters Updating Indicator ” will be set “1” to indicate the ULPC parameters have been changed from AAI_SCD2 to AAI_SCD1.But from the viewpoint of ABS, after the ABS receives the Uplink Power Status Report Header, it will be misunderstanding as the AMS has successfully received AAI_SCD3, and the “ULPC Parameters Updating Indicator ” indicates the ULPC parameters have been changed from AAI_SCD3 to AAI_SCD2. So, it is necessary to add a new parameter to indicate the change of AAI_SCD message in Uplink Power Status Report Header, thus, it is easy to judge whether the AMS has successfully received the AAI_SCD message from ABS and easy to decide whether to use the measure results “txPowerPsdBase” and “txSirDownlink”. 2. References [1] IEEE P802.16m/D5, “Draft Amendment to IEEE Standard for Local and metropolitan area network: Air Interface for Fixed and Mobile Broadband Wireless Access Systems”, April 2010. 2 IEEE C80216m-10_0529 3. Text proposal Instruction to editor; Black text: existing D5 text Red and strike out text: for deletion Blue and underline text: for addition [Remedy 1:] [Modify Table 662 on the page 54, under subsection 16.2.2.1.3.6, as follows:] ============================== Start of Proposed Text ================================= Table 662—Uplink Power Status Report Header Format Syntax Size(bit) Uplink Power Status Report Header(){ FID Type Change configuration change 4 4 4 ULPC Parameters Updating Indicator 1 txPowerPsdBase 8 txSirDownlink 10 Reserved } 2117 Notes Flow Identifier. Set to 0001. Mac Signaling header type = 0b0101 the value is the same as “Change configuration change” in the latest AAI_SCD message. Indicates whether the AMS has updated its ULPC parameters from AAI_SCD: 0: No ULPC parameters changed comparing to previous reporting. 1: The confirmation of new ULPC parameters from AAI_SCD applied. txPowerPsdBase (PSD(base)) is coded using 8 bits in 0.5dBm steps ranging from -74dBm(coded 0x00) to 53.5dBm(coded 0xFF). txSirDownlink(SIRDL) is coded using 10 bits in 1/16dB steps ranging from -12dB(coded 0x00) to 51.9375dB(coded 0x3ff) Shall be filled by 0 ============================== End of Proposed Text ================================= 3