资源预览内容
第1页 / 共19页
第2页 / 共19页
第3页 / 共19页
第4页 / 共19页
第5页 / 共19页
第6页 / 共19页
第7页 / 共19页
第8页 / 共19页
第9页 / 共19页
第10页 / 共19页
亲,该文档总共19页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述
资料编码诺优 ATU 拉网测试速率低问题分析报告文档版本 01发布日期 2018-02-12华 为 技 术 有 限 公 司目 录Contents目 录C ontents1 基本信息Basic Information .1-12 问题描述Problem Description .2-13 问题分析Problem Analysis .3-24 根本原因Root Cause .4-105 解决措施Corrective Action .5-115.1 临时解决措施Workaround .5-115.2 最终解决措施Solution .5-116 规避措施Preventive Action .6-11 基本信息 Basic InformationHuawei Proprietary and Confidential Copyright Huawei Technologies Co., Ltd1-11 基本信息 Basic InformationProduct Name VersionBTS 3900 LTE TDD BTS3900 LTEV100R008C00SPC1002 问题描述Problem DescriptionHuawei Proprietary and Confidential Copyright Huawei Technologies Co., Ltd2-12 问题描述 Problem Description使用诺优 ATU 设备测试在华为网络测试,存在 SINR 很好,但速率很低的现象。如下图所示,RSRP 在-70 以上,SINR 在 1720,但速率仅有 2M 多,而 PDSCH BLER 高达 40%以上:经过多次测试,发现问题有如下规律:1) 拉网测试存在该问题,定点测试未能复现2) 问题多发生在切换之后,且速率在该小区会一直很低,直至切出该小区3) 问题发生时,终端重建立或重新接入后,速率可恢复4) SA2/SSP5配置下不存在该问题5) 据诺优反馈,相同ATU终端设备在四川中兴主设备区域无此现象需要对该问题进行分析和定位。3 问题分析Problem AnalysisIssue 01 (2018-02-12) Huawei Proprietary and Confidential Copyright Huawei Technologies Co., Ltd3-23 问题分析 Problem Analysis3.1 ACK/NCK 反馈模式TDD 中一个上行子帧可能要反馈多个下行子帧的 ACK/NACK,协议采用了两种上报模式,Bundling 和Multiplexing。 Bundling模式将同一个用户不同下行子帧相同码字的 ACK/NACK 进行逻辑 AND 操作,发送 1bit 或者 2bit 的ACK/NACK。优点是比特数少,节约资源,用于下行信道质量较好,上行信道质量较差的情形;缺点是重传的数据量大。 Multiplexing模式将同一用户同一子帧的不同码字进行空间 Bundling,即对两个码字的 ACK 反馈进行逻辑 AND 操作,传输最大 4bit 的 ACK/NACK 反馈。优点是可以区分每个子帧的结果,有利于重传,用于下行信道质量差,上行信道质量好的情行;缺点是比特数大,占据较多资源。对于 ACK/NCK 的反馈模式,华为网络在 SA2/SSP6 和 SA2/SSP7 配置下,会参考小区中当前用户数,为终端配置 bundling 或 multiplexing 模式。使用 multiplexing 模式主要是基于频谱效率的考虑,两种模式对比如下:HARQ-ACK Feedback mode Advantage DisadvantageMultiplexing1. Each sub-frame has a corresponding HARQ result, which results to little useless retransmission; 2. eNB can adjust MCS more accurately based on HARQ result of every sub frame, which can improve the spectral efficiency of network . 1. There isnt DTX status in Multiplexing mode, which will affect the CCE aggregation level and power control of PDCCH ; 2. The HARQ results of two codeword of each DL sub frame are bound to feedback. Two codeword influence each other. Bundling1. There is DTX state in bundling mode, which can be used to adjust CCE aggregation level and power of PDCCH ; 2. UE feedbacks HARQ-ACK result of two codeword individually. 1. UE will feedback NACK as long as one of the DL sub frames is error. And eNB shall retransmit all DL sub-frames which are bound to feedback, which result much useless retransmission . 2. When eNB receives NACK, eNB dont know how 3 问题分析Problem AnalysisHuawei Proprietary and Confidential Copyright Huawei Technologies Co., Ltd3-3many error frames in the binding sub frames, so eNB may consider all the sub frames are error, which results to lower MCS. 另外,3GPP 36331 协议中规定,如果终端和系统协商出来的版本是 R8/R9,则终端和系统间ACK/NACK 反馈模式是通过 RRC_CONN_RECFG 中的 tdd-AckNackFeedbackMode 信元表征;The following was introduced in Rel-8/9:如果终端和系统协商出来的版本是 R10,对于 Multiplexing 模式且使用 36213 中的表格 10.1.3-5, 10.1.3-6, and 10.1.3-7(R10 协议引入)时,系统使用 pucch-Format 信元表征反馈模式,而不携带tdd-AckNackFeedbackMode 信元;其他场景则使用 tdd-AckNackFeedbackMode 信元表征反馈模式。The following was introduced in Rel-10:PUCCH-ConfigDedicated := SEQUENCE ackNackRepetition CHOICErelease NULL,setup SEQUENCE repetitionFactor ENUMERATED n2, n4, n6, spare1,n1PUCCH-AN-Rep INTEGER (0.2047),tdd-AckNackFeedbackMode ENUMERATED bundling, multiplexing OPTIONAL - Cond TDDPUCCH-ConfigDedicated-v1020 := SEQUENCE pucch-Format-r10 CHOICE format3-r10 SEQUENCE .,3 问题分析Problem AnalysisIssue 01 (2018-02-12) Huawei Proprietary and Confidential Copyright Huawei Technologies Co., Ltd3-4channelSelection-r10 SEQUENCE n1PUCCH-AN-CS-r10 CHOICE release NULL,setup SEQUENCE n1PUCCH-AN-CS-List-r10 SEQUENCE (SIZE (1.2) OF N1PUCCH-AN-CS-r10 OPTIONAL - Need ON OPTIONAL, - Need OR.pucch-FormatParameter indicates one of the PUCCH formats for transmission of HARQ-ACK, see TS 36.213 23, 10.1. For TDD, if the UE is configured with PCell only, the channelSelection indicates the transmission of HARQ-ACK Multiplexing as defined in Tables 10.1.3-5, 10.1.3-6, and 10.1.3-7 in TS 36.213 23.3.2 问题原因拉网测试时,当终端从一个小
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号