WO2012024949A1 - Data retransmission method and apparatus - Google Patents

Data retransmission method and apparatus Download PDF

Info

Publication number
WO2012024949A1
WO2012024949A1 PCT/CN2011/074444 CN2011074444W WO2012024949A1 WO 2012024949 A1 WO2012024949 A1 WO 2012024949A1 CN 2011074444 W CN2011074444 W CN 2011074444W WO 2012024949 A1 WO2012024949 A1 WO 2012024949A1
Authority
WO
WIPO (PCT)
Prior art keywords
nack information
retransmission
pdu
data
rlc
Prior art date
Application number
PCT/CN2011/074444
Other languages
French (fr)
Chinese (zh)
Inventor
任泰云
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012024949A1 publication Critical patent/WO2012024949A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1867Arrangements specially adapted for the transmitter end

Definitions

  • the present invention relates to a wireless communication technology, and in particular, to a data retransmission method and apparatus for a Long Term Evolution (LTE) system.
  • LTE Long Term Evolution
  • the Radio Link Control (RLC) protocol layer is located under the Packet Data Convergence Protocol (PDCP) layer in the LTE radio interface protocol stack.
  • PDCP Packet Data Convergence Protocol
  • MAC Media Access Control
  • Above the Access Control layer is a sublayer of Layer 2 protocols for error recovery and flow control in 3G systems.
  • the RLC sublayer provides segmentation and retransmission services for user service data and control data.
  • the functions of the RLC sublayer include link control, delivery of upper layer (RRC/PDCP) Protocol Data Unit (PDU), reassembly, segmentation, re-segmentation and cascading, sequential delivery of PDUs to the upper layer, automatic repeat request (ARQ, Automatic Repeat Request) error correction, repetitive detection, flow control, protocol error detection and repair, RLC reconstruction, etc.
  • RRC Radio Resource Control
  • TM transparent mode
  • UM Unacknowledged Mode
  • AM Acknowledged Mode
  • the ARQ retransmission in the acknowledgment mode is that the receiver sends a status report to the sender, and the sender ACK_SN (Acknowledgement Sequence Number) and NACK-SN (Negative) in the advertisement according to the status. Acknowledgement Sequence Number) determines which PDUs have been acknowledged by the receiving end, and which PDUs or PDU fragments need to be retransmitted, thereby ensuring the reliability of data transmission.
  • the number of retransmissions needs to be If the number of retransmissions of a PDU reaches a maximum, the RRC layer needs to report the maximum number of retransmissions to initiate the RRC reestablishment process. But in the prior art, as long as it is
  • the retransmission of the PDU is recorded as a retransmission of the PDU, which may cause a processing exception in the following cases.
  • the RLC layer receives the scheduling result of the MAC layer, and the size of the TB block is 8192 bytes.
  • the RLC groups 8192 bytes of PDUs according to the size of the TB block and sends them to the peer.
  • the PDU is PDU_1.
  • the TB block is lost during transmission, and the channel quality deteriorates at this time.
  • the size of the scheduling result TB of the MAC is 100 bytes each time, and the RLC constructs a retransmission PDU through the PDU_1, each time the configurable size If the TB is sent to the peer, the peer can receive the retransmitted PDU fragment after the PDU_1 is split, but the PDU_1 needs to be sent through the retransmission packet. After more than 80 times, it can be sent out.
  • the present invention is to provide a data retransmission method and apparatus, which solves the problem that the bandwidth of the radio link is wasted due to the deficiencies in the process of constructing the RLC layer in the LTE existing system due to retransmission of data packets.
  • the present invention provides a data retransmission method for determining whether to increase the number of retransmissions of a PDU by comparing the NACK information received by the RLC with the last saved NACK information.
  • the comparison is specifically: if the size of the retransmission data included in the received NACK information is smaller than the size of the retransmission data in the last saved NACK information, the retransmission data is constructed only by the NACK information, and the PDU is not The number of retransmissions is incremented by one; otherwise, after the retransmission data is constructed by the NACK information, the number of retransmissions of the PDU is incremented by one.
  • the method further includes: after saving the NACK information received this time, according to the TB of the MAC The information fills the TB block with the constructed retransmission PDU and sends the TB block to the receiving end.
  • the method further includes: receiving, by the RLC, the status report sent by the peer end, and obtaining the NACK information by parsing the status report.
  • the present invention further provides a data retransmission apparatus, comprising a comparison decision module, configured to determine whether to increase the number of retransmissions of the PDU by one by comparing the NACK information received by the RLC and the last saved NACK information.
  • a comparison decision module configured to determine whether to increase the number of retransmissions of the PDU by one by comparing the NACK information received by the RLC and the last saved NACK information.
  • the comparison decision module is further configured to: if the size of the retransmission data included in the received NACK information is smaller than the size of the retransmission data in the last saved NACK information, construct the retransmission data only by using the NACK information, The number of retransmissions of the PDU is not increased by one; otherwise, after the retransmission data is constructed by the NACK information, the number of retransmissions of the PDU is incremented by one.
  • the present invention performs comparison with the last NACK information to ensure the correctness of the retransmission PDU count; at the same time, the frequency of reconstruction in the data transmission process is reduced, and the frequency is enhanced. System reliability.
  • Figure 1 is a schematic diagram of the structure of the RLC status report.
  • Figure 2 is a schematic diagram of the RLC retransmission data construction process.
  • FIG. 3 is a flow chart of an embodiment of a method of the present invention.
  • FIG. 4 is a schematic structural view of a data retransmission device of the present invention. detailed description
  • the present invention determines whether the size of the retransmission data included in the NACK information received and the size of the retransmission data in the last saved NACK information is compared when the RLC layer receives the status report constructing the retransmission message.
  • the number of retransmissions of the PDU is increased by one.
  • FIG. 2 is a flowchart of constructing an RLC retransmission data according to the present invention, as shown in FIG. 2, specifically including: Step 201: The RLC sending side receives a status report sent by the opposite end.
  • Step 202 The RLC parses the status report to obtain NACK information.
  • Step 203 Obtain a length RetransLen_l of the PDU retransmission part indicated by the NACK information received by the RLC and a retransmission part length RetransLen_2 indicated by the last saved corresponding NACK information.
  • Step 204 Compare the sizes of RetransLen_l and RetransLen_2. If RetransLen_l 'J is in RetransLen_2, go to step 205. Otherwise, go to step 206.
  • Step 205 The RLC layer constructs a retransmission PDU according to the NACK information received this time, and then saves the NACK information received this time, and then performs step 207.
  • Step 206 Construct a retransmission PDU according to the received NACK information, and add 1 to the retransmission number of the PDU corresponding to the NACK information, and then save the NACK information received this time, and then perform step 207.
  • Step 207 Fill the TB block with the constructed retransmission PDU according to the TD information of the MAC, and send the TB block to the receiving end.
  • FIG. 3 shows an embodiment of a data retransmission method according to the present invention.
  • This embodiment is an example of a retransmission data structure of a radio link control layer in an LTE system.
  • the RLC transmitting side sends Three PDUs of 8192 bytes are recorded as PDU_1, PDU_2 and PDU3. Due to the link, the PDU_1 is lost during transmission, and the receiving side of the RLC does not receive the PDU_1.
  • the maximum number of retransmissions is 3.
  • Step 301 The RLC sending side receives the status report Status_l sent by the peer end.
  • Step 302 The RLC sending side parses the status report Status_l to obtain the Nack information, indicating that the PDU_1 is not received as a whole.
  • Step 303 because the NACK information is not received last time, the RLC transmitting side will PDU_1
  • the NACK is saved, and the PDU as a whole is used as a retransmission PDU according to the NACK indication, and the number of retransmissions of the PDU is PdulRetransCount.
  • Step 304 The RLC sends the scheduling result of the MAC, and the size of the TB is 4000 bytes.
  • the RLC adds the 1-4000 byte data portion of the retransmission 4 bytes to the TB block for transmission.
  • Step 305 The RLC sending side receives the status report Status_2 sent by the peer end.
  • Step 306 The RLC sending side parses the status report Status_2, and obtains the Nack information, indicating that the 4001-8192 bytes are not received.
  • Step 307 The RLC transmitting side compares the current NACk information with the last NACK information, and finds that the length of the retransmission part indicated by the current NACK information is smaller than the length of the retransmission part indicated by the last NACK information, and the number of retransmissions is not PdulRetransCount.
  • the addition operation is performed, and the retransmission PDU is constructed only according to the 4001-8192 byte data portion indicated by the NACK information. Then wait for the MAC scheduling opportunity.
  • Step 308 The RLC sending side receives the scheduling result of the MAC, where the size of the TB is 5000.
  • the RLC adds the bytes of the retransmitted message 4001-8192 to the TB block and sends it out. However, due to the link, the TB block is lost during transmission and the receiving side of the RLC is not received.
  • Step 309 The RLC sending side receives the status report Status_3 sent by the peer.
  • Step 310 The RLC sending side parses the status report Status_3, and obtains the Nack information, indicating that the 4001-8192 bytes are not received.
  • Step 311 The RLC transmitting side compares the current NAC K information with the last NACK information, and finds that the length of the retransmission part indicated by the current NACK information is equal to the length of the retransmission part indicated by the last NACK information, and the number of retransmissions is first.
  • PdulRetransCount performs an operation of adding 1 to determine that PdulRetransCount is 2, less than 3, and does not initiate reconstruction.
  • the retransmitted PDU is constructed according to the 4001-8192 byte data portion indicated by the NACK information. Then wait for the MAC scheduling opportunity.
  • Step 312 The RLC sending side receives the scheduling result of the MAC, where the size of the TB is 5000 bytes. The RLC adds the bytes of 4001-8192 that are retransmitted to the TB block and sends them out. Step 313: The RLC sending side receives the status report Status_4 sent by the peer end.
  • Step 314 the RLC sending side parses the status report Status_4, and finds that the PDU_1 has been completely received, and the RLC deletes the NACK information saved by the PDU_1.
  • the data retransmission device includes a comparison decision module, which is used to compare the NACK information received by the RLC and the last saved NACK information. Whether to increase the number of retransmissions of the PDU by one. Specifically, if the size of the retransmission data included in the received NACK information is smaller than the size of the retransmission data in the last saved NACK information, the retransmission data is constructed only by the NACK information, and the number of retransmissions of the PDU is not increased by one. Operation; Otherwise, after the retransmission data is constructed by the NACK information, the number of retransmissions of the PDU is incremented by one.
  • the data retransmission apparatus further includes: a storage module, configured to save the NACK information received this time; a receiving module, configured to receive, by the RLC transmitting side, a status report sent by the peer end; and a parsing module, configured to perform the RLC parsing the status report NACK information.
  • the present invention performs comparison with the last NACK information to ensure the correctness of the retransmission PDU count; at the same time, the frequency of reconstruction in the data transmission process is reduced, and the frequency is enhanced. System reliability.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The present invention discloses a data retransmission method and apparatus. The method includes: judging whether to add one to the number of Protocol Data Unit (PDU) retransmissions by comparing the Negative Acknowledgement (NACK) information received by a Radio Link Control (RLC) this time with the NACK information stored last time. The present invention also provides a data retransmission apparatus, which includes a comparison and judgment module for judging whether to add one to the number of PDU retransmissions by comparing the NACK information received by the RLC this time with the NACK information stored last time. With the present invention, the accuracy for counting the number of PDU retransmissions is ensured, and meanwhile, the frequency of reestablishment during the data transmission process is reduced, and the system reliability is enhanced.

Description

一种数据重传方法及装置 技术领域  Data retransmission method and device
本发明涉及无线通信技术,尤其涉及到一种长期演进 ( LTE, Long Term Evolution ) 系统的数据重传方法及装置。 背景技术  The present invention relates to a wireless communication technology, and in particular, to a data retransmission method and apparatus for a Long Term Evolution (LTE) system. Background technique
如图 1所示, 无线链路控制 (RLC, Radio Link Control )协议层位于 LTE无线接口协议栈中分组数据汇聚协议 ( PDCP, Packet Data Convergence Protocol )层之下, 媒体接入控制 (MAC, Media Access Control )层之上, 是 3G系统中用于错误恢复和流控制的第 2层协议的一个子层。 RLC子层 为用户业务数据和控制数据提供分段和重传服务。 RLC子层的功能包括链 接控制、传递上层( RRC/PDCP )的协议数据单元( PDU, Protocol Data Unit ), 重组、 分段、 再分段和级联, 按序向上层投递 PDU, 自动重复请求(ARQ, Automatic Repeat Request )纠错, 重复性检测, 流量控制, 协议错误检测与 修复, RLC重建等。 RLC子层的功能由 RLC实体实现, 每个 RLC实体可 由无线资源控制(RRC, Radio Resource Control )配置为三种模式而用于执 行数据传输: 透明模式 ( TM , Transparent Mode )、 非确认模式 ( UM , Unacknowledged Mode )和确认模式 ( AM, Acknowledged Mode )。 在三种 模式中, 确认模式中的 ARQ 重传, 是通过接收端向发送端发送状态报告 ( Status Report ), 发送端根据状态才艮告中的 ACK_SN ( Acknowledgement Sequence Number )、 NACK—SN ( Negative Acknowledgement Sequence Number )来判定哪些 PDU已经被接收端确认收到,哪些 PDU或 PDU片段 需要重传, 从而保证数据传输的可靠性。  As shown in Figure 1, the Radio Link Control (RLC) protocol layer is located under the Packet Data Convergence Protocol (PDCP) layer in the LTE radio interface protocol stack. Media Access Control (MAC, Media) Above the Access Control layer is a sublayer of Layer 2 protocols for error recovery and flow control in 3G systems. The RLC sublayer provides segmentation and retransmission services for user service data and control data. The functions of the RLC sublayer include link control, delivery of upper layer (RRC/PDCP) Protocol Data Unit (PDU), reassembly, segmentation, re-segmentation and cascading, sequential delivery of PDUs to the upper layer, automatic repeat request (ARQ, Automatic Repeat Request) error correction, repetitive detection, flow control, protocol error detection and repair, RLC reconstruction, etc. The functions of the RLC sublayer are implemented by RLC entities, and each RLC entity can be configured into three modes by RRC (Radio Resource Control) for performing data transmission: transparent mode (TM, Transparent Mode), unacknowledged mode ( UM, Unacknowledged Mode) and acknowledgment mode (AM, Acknowledged Mode). In the three modes, the ARQ retransmission in the acknowledgment mode is that the receiver sends a status report to the sender, and the sender ACK_SN (Acknowledgement Sequence Number) and NACK-SN (Negative) in the advertisement according to the status. Acknowledgement Sequence Number) determines which PDUs have been acknowledged by the receiving end, and which PDUs or PDU fragments need to be retransmitted, thereby ensuring the reliability of data transmission.
现有技术中,在 RLC层构造重传数据的过程中, 需要对重传的次数进 行累加, 当某个 PDU的重传次数达到最大值时, 需要向 RRC层报告达到 最大重传次数, 从而发起 RRC重建流程。 但是在现有技术中, 只要对某个In the prior art, in the process of constructing retransmission data in the RLC layer, the number of retransmissions needs to be If the number of retransmissions of a PDU reaches a maximum, the RRC layer needs to report the maximum number of retransmissions to initiate the RRC reestablishment process. But in the prior art, as long as it is
PDU的重传,不管是整个 PDU重传还是 PDU分片的重传,都会记为该 PDU 的重传, 这样会导致下述情况下的处理异常。 The retransmission of the PDU, whether it is the retransmission of the entire PDU or the retransmission of the PDU fragment, is recorded as a retransmission of the PDU, which may cause a processing exception in the following cases.
4叚设, RLC层收到 MAC层的调度结果, TB块的大小为 8192字节, 4, the RLC layer receives the scheduling result of the MAC layer, and the size of the TB block is 8192 bytes.
RLC按照 TB块的大小组了 8192字节大小的 PDU,并发送到对端,记 PDU 为 PDU_1。 但是该 TB块在传输过程中丟失, 在这个时信道质量变差, 此 后, MAC每次给的调度结果 TB的大小都为 100字节, RLC通过 PDU_1 构造重传 PDU, 每次可构造的大小不超过 100字节, 然后将组好 TB发送 到对端, 即使对端每次都可以收到 PDU_1拆分后的重传 PDU分片, 但是 需要将 PDU_1通过重传报文发送完成, 至少需要超过 80次才可以发完, 按照现有系统的处理方式, RLC层怎么处理都会超过最大重传次数, 并发 送错误指示到 RRC层, 发起重建流程, 但是这是一种正常的情况, 本不该 发起重建流程。 发明内容 本发明是要提供一种数据重传方法和装置, 以解决 LTE 现有系统中 RLC层由于重传数据报文构造过程中的不足, 从而造成无线链路带宽浪费 的问题。 The RLC groups 8192 bytes of PDUs according to the size of the TB block and sends them to the peer. The PDU is PDU_1. However, the TB block is lost during transmission, and the channel quality deteriorates at this time. Thereafter, the size of the scheduling result TB of the MAC is 100 bytes each time, and the RLC constructs a retransmission PDU through the PDU_1, each time the configurable size If the TB is sent to the peer, the peer can receive the retransmitted PDU fragment after the PDU_1 is split, but the PDU_1 needs to be sent through the retransmission packet. After more than 80 times, it can be sent out. According to the processing method of the existing system, how the RLC layer handles the maximum number of retransmissions, and sends an error indication to the RRC layer to initiate the re-establishment process, but this is a normal situation. This initiates the rebuild process. SUMMARY OF THE INVENTION The present invention is to provide a data retransmission method and apparatus, which solves the problem that the bandwidth of the radio link is wasted due to the deficiencies in the process of constructing the RLC layer in the LTE existing system due to retransmission of data packets.
本发明提供了一种数据重传方法,通过比较 RLC本次收到的 NACK信 息和上次保存的 NACK信息确定是否对 PDU的重传次数加 1。  The present invention provides a data retransmission method for determining whether to increase the number of retransmissions of a PDU by comparing the NACK information received by the RLC with the last saved NACK information.
进一步地, 所述比较具体为: 如果本次收到的 NACK信息包含的重传 数据大小小于上次保存的 NACK信息中的重传数据大小, 则只通过 NACK 信息构造重传数据,不对 PDU的重传次数进行加 1操作;否则,通过 NACK 信息构造重传数据后, 对该 PDU的重传次数加 1。  Further, the comparison is specifically: if the size of the retransmission data included in the received NACK information is smaller than the size of the retransmission data in the last saved NACK information, the retransmission data is constructed only by the NACK information, and the PDU is not The number of retransmissions is incremented by one; otherwise, after the retransmission data is constructed by the NACK information, the number of retransmissions of the PDU is incremented by one.
进一步地, 还包括: 保存本次收到的 NACK信息后, 按照 MAC的 TB 信息使用构造好的重传 PDU填充 TB块, 并将 TB块发送到接收端。 Further, the method further includes: after saving the NACK information received this time, according to the TB of the MAC The information fills the TB block with the constructed retransmission PDU and sends the TB block to the receiving end.
进一步地, 还包括: 还包括: RLC发送侧接收到对端发送的状态报告, 通过解析所述状态报告获取 NACK信息。  Further, the method further includes: receiving, by the RLC, the status report sent by the peer end, and obtaining the NACK information by parsing the status report.
本发明还提供了一种数据重传装置, 包括比较判决模块, 用于通过比 较 RLC本次收到的 NACK信息和上次保存的 NACK信息确定是否对 PDU 的重传次数加 1。  The present invention further provides a data retransmission apparatus, comprising a comparison decision module, configured to determine whether to increase the number of retransmissions of the PDU by one by comparing the NACK information received by the RLC and the last saved NACK information.
具体地, 所述比较判决模块进一步用于: 如果本次收到的 NACK信息 包含的重传数据大小小于上次保存的 NACK信息中的重传数据大小, 则只 通过 NACK信息构造重传数据,不对 PDU的重传次数进行加 1操作;否则, 通过 NACK信息构造重传数据后, 对该 PDU的重传次数加 1。  Specifically, the comparison decision module is further configured to: if the size of the retransmission data included in the received NACK information is smaller than the size of the retransmission data in the last saved NACK information, construct the retransmission data only by using the NACK information, The number of retransmissions of the PDU is not increased by one; otherwise, after the retransmission data is constructed by the NACK information, the number of retransmissions of the PDU is incremented by one.
本发明在对重传计数值进行加 1操作时, 进行了和上次 NACK信息的 比较, 保证了对重传 PDU计数的正确性; 同时, 减少了在数据传输过程中 重建的频率, 增强了系统的可靠性。 附图说明  When the retransmission count value is incremented by one, the present invention performs comparison with the last NACK information to ensure the correctness of the retransmission PDU count; at the same time, the frequency of reconstruction in the data transmission process is reduced, and the frequency is enhanced. System reliability. DRAWINGS
图 1是 RLC状态报告结构示意图。  Figure 1 is a schematic diagram of the structure of the RLC status report.
图 2 是 RLC重传数据构建流程示意图。  Figure 2 is a schematic diagram of the RLC retransmission data construction process.
图 3是本发明一方法实施例流程图。  3 is a flow chart of an embodiment of a method of the present invention.
图 4 是本发明的数据重传装置结构示意图。 具体实施方式  4 is a schematic structural view of a data retransmission device of the present invention. detailed description
本发明是当 RLC层收到状态报告构造重传报文时, 通过比较本次收到 的 NACK信息包含的重传数据大小和上次保存的 NACK信息中的重传数据 大小, 确定是否对该 PDU的重传次数加 1。 下面结合附图和实施例详细描 述本发明。  The present invention determines whether the size of the retransmission data included in the NACK information received and the size of the retransmission data in the last saved NACK information is compared when the RLC layer receives the status report constructing the retransmission message. The number of retransmissions of the PDU is increased by one. The invention is described in detail below with reference to the accompanying drawings and embodiments.
图 2示出了本发明 RLC重传数据构建流程图,如图 2所示,具体包括: 步骤 201 , RLC发送侧接收对端发送的状态报告。 FIG. 2 is a flowchart of constructing an RLC retransmission data according to the present invention, as shown in FIG. 2, specifically including: Step 201: The RLC sending side receives a status report sent by the opposite end.
步骤 202, RLC解析状态报告, 获取 NACK信息;  Step 202: The RLC parses the status report to obtain NACK information.
步骤 203 , 获取 RLC本次收到的 NACK信息指示的 PDU重传部分的 长度 RetransLen_l 和上次保存的对应 NACK信息指示的重传部分长度 RetransLen_2。  Step 203: Obtain a length RetransLen_l of the PDU retransmission part indicated by the NACK information received by the RLC and a retransmission part length RetransLen_2 indicated by the last saved corresponding NACK information.
步骤 204,比较 RetransLen_l和 RetransLen_2的大小,如果 RetransLen_l 'J、于 RetransLen_2则执行步骤 205 , 否则执行步骤 206。  Step 204: Compare the sizes of RetransLen_l and RetransLen_2. If RetransLen_l 'J is in RetransLen_2, go to step 205. Otherwise, go to step 206.
步骤 205 , RLC层按照本次收到的 NACK信息构造重传 PDU, 然后 保存本次收到的 NACK信息, 然后执行步骤 207。  Step 205: The RLC layer constructs a retransmission PDU according to the NACK information received this time, and then saves the NACK information received this time, and then performs step 207.
步骤 206, 按照本次收到的 NACK信息构造重传 PDU, 并对该 NACK 信息对应的 PDU的重传次数加 1 , 然后保存本次收到的 NACK信息, 然后 执行步骤 207。  Step 206: Construct a retransmission PDU according to the received NACK information, and add 1 to the retransmission number of the PDU corresponding to the NACK information, and then save the NACK information received this time, and then perform step 207.
步骤 207, 按照 MAC的 TD信息使用构造好的重传 PDU填充 TB块, 并发送 TB块到接收端。  Step 207: Fill the TB block with the constructed retransmission PDU according to the TD information of the MAC, and send the TB block to the receiving end.
方法实施例  Method embodiment
图 3示出了本发明的一种数据重传的方法实施例, 本实施例是以 LTE 系统中无线链路控制层的重传数据构造为例的, 首先假设: (l ) RLC发送 侧发送了 3个 8192字节大小的 PDU, 记为 PDU_1 , PDU_2和 PDU3 , 因 为链路原因,该 PDU_1在传输过程中丟失, RLC的接收侧未收到该 PDU_1 ; ( 2 )设最大重传次数为 3。  FIG. 3 shows an embodiment of a data retransmission method according to the present invention. This embodiment is an example of a retransmission data structure of a radio link control layer in an LTE system. First, it is assumed that: (1) the RLC transmitting side sends Three PDUs of 8192 bytes are recorded as PDU_1, PDU_2 and PDU3. Due to the link, the PDU_1 is lost during transmission, and the receiving side of the RLC does not receive the PDU_1. (2) The maximum number of retransmissions is 3.
如图 3所示, RLC层的重传数据构造的具体步骤如下:  As shown in Figure 3, the specific steps of the RLC layer retransmission data construction are as follows:
步骤 301 , RLC发送侧收到对端发送的状态报告 Status_l。  Step 301: The RLC sending side receives the status report Status_l sent by the peer end.
步骤 302, RLC发送侧解析状态报告 Status_l , 获取 Nack信息, 指示 PDU_1整体未收到。  Step 302: The RLC sending side parses the status report Status_l to obtain the Nack information, indicating that the PDU_1 is not received as a whole.
步骤 303 , 因为上次未收到 NACK信息, RLC发送侧将 PDU_1 的 NACK保存下来,按照 NACK指示将 PDU整体作为重传 PDU,并将该 PDU 的重传次数 PdulRetransCount力口 1。 Step 303, because the NACK information is not received last time, the RLC transmitting side will PDU_1 The NACK is saved, and the PDU as a whole is used as a retransmission PDU according to the NACK indication, and the number of retransmissions of the PDU is PdulRetransCount.
步骤 304, RLC发送侧收到 MAC的调度结果, TB的大小为 4000字节。 RLC将重传 4艮文的 1-4000字节数据部分加入到 TB块中发送出去。  Step 304: The RLC sends the scheduling result of the MAC, and the size of the TB is 4000 bytes. The RLC adds the 1-4000 byte data portion of the retransmission 4 bytes to the TB block for transmission.
步骤 305 , RLC发送侧收到对端发送的状态报告 Status_2。  Step 305: The RLC sending side receives the status report Status_2 sent by the peer end.
步骤 306, RLC发送侧解析状态报告 Status_2, 获取 Nack信息, 指示 4001-8192字节未收到。  Step 306: The RLC sending side parses the status report Status_2, and obtains the Nack information, indicating that the 4001-8192 bytes are not received.
步骤 307 , RLC发送侧比较本次的 NACk信息和上次的 NACK信息, 发现本次的 NACK信息指示的重传部分长度小于上次的 NACK信息指示的 重传部分长度, 则不对重传次数 PdulRetransCount进行加 1操作, 只按照 NACK信息指示的 4001-8192字节数据部分构造重传 PDU。然后等待 MAC 调度机会。  Step 307: The RLC transmitting side compares the current NACk information with the last NACK information, and finds that the length of the retransmission part indicated by the current NACK information is smaller than the length of the retransmission part indicated by the last NACK information, and the number of retransmissions is not PdulRetransCount. The addition operation is performed, and the retransmission PDU is constructed only according to the 4001-8192 byte data portion indicated by the NACK information. Then wait for the MAC scheduling opportunity.
步骤 308, RLC发送侧收到 MAC的调度结果, TB的大小为 5000。 RLC将重传报文的 4001-8192的字节加入到 TB块中发送出去。但是因 为链路原因, 该 TB块在传输过程中丟失, RLC的接收侧未收到。  Step 308: The RLC sending side receives the scheduling result of the MAC, where the size of the TB is 5000. The RLC adds the bytes of the retransmitted message 4001-8192 to the TB block and sends it out. However, due to the link, the TB block is lost during transmission and the receiving side of the RLC is not received.
步骤 309, RLC发送侧收到对端发送的状态报告 Status_3。  Step 309: The RLC sending side receives the status report Status_3 sent by the peer.
步骤 310, RLC发送侧解析状态报告 Status_3 , 获取 Nack信息, 指示 4001-8192字节未收到。  Step 310: The RLC sending side parses the status report Status_3, and obtains the Nack information, indicating that the 4001-8192 bytes are not received.
步骤 311 , RLC发送侧比较本次的 NAC K信息和上次的 NACK信息, 发现本次的 NACK信息指示的重传部分长度等于上次的 NACK信息指示的 重传部分长度, 首先对重传次数 PdulRetransCount进行加 1 操作, 判断 PdulRetransCount 为 2 , 小于 3 , 不发起重建, 按照 NACK信息指示的 4001-8192字节数据部分构造重传 PDU。 然后等待 MAC调度机会。  Step 311: The RLC transmitting side compares the current NAC K information with the last NACK information, and finds that the length of the retransmission part indicated by the current NACK information is equal to the length of the retransmission part indicated by the last NACK information, and the number of retransmissions is first. PdulRetransCount performs an operation of adding 1 to determine that PdulRetransCount is 2, less than 3, and does not initiate reconstruction. The retransmitted PDU is constructed according to the 4001-8192 byte data portion indicated by the NACK information. Then wait for the MAC scheduling opportunity.
步骤 312, RLC发送侧收到 MAC的调度结果, TB的大小为 5000字节。 RLC将重传 4艮文的 4001-8192的字节加入到 TB块中发送出去。 步骤 313 , RLC发送侧收到对端发送的状态报告 Status_4。 Step 312: The RLC sending side receives the scheduling result of the MAC, where the size of the TB is 5000 bytes. The RLC adds the bytes of 4001-8192 that are retransmitted to the TB block and sends them out. Step 313: The RLC sending side receives the status report Status_4 sent by the peer end.
步骤 314, RLC发送侧解析状态报告 Status_4, 发现 PDU_1 已经完全 收到 , RLC删除 PDU_1 保存的 NACK信息。  Step 314, the RLC sending side parses the status report Status_4, and finds that the PDU_1 has been completely received, and the RLC deletes the NACK information saved by the PDU_1.
装置实施例  Device embodiment
图 4示出了本发明的装置结构示意图, 如图 4所示, 该数据重传装置 包括比较判决模块,该模块用于通过比较 RLC本次收到的 NACK信息和上 次保存的 NACK信息确定是否对 PDU的重传次数加 1。 具体地, 如果本次 接收到的 NACK信息包含的重传数据大小小于上次保存的 NACK信息中的 重传数据大小,则只通过 NACK信息构造重传数据, 不对 PDU的重传次数 进行加 1操作; 否则, 通过 NACK信息构造重传数据后, 对该 PDU的重传 次数加 1。  4 is a schematic structural diagram of a device according to the present invention. As shown in FIG. 4, the data retransmission device includes a comparison decision module, which is used to compare the NACK information received by the RLC and the last saved NACK information. Whether to increase the number of retransmissions of the PDU by one. Specifically, if the size of the retransmission data included in the received NACK information is smaller than the size of the retransmission data in the last saved NACK information, the retransmission data is constructed only by the NACK information, and the number of retransmissions of the PDU is not increased by one. Operation; Otherwise, after the retransmission data is constructed by the NACK information, the number of retransmissions of the PDU is incremented by one.
该数据重传装置还包括:存储模块,用于保存本次收到的 NACK信息; 接收模块,用于 RLC发送侧接收对端发送的状态报告;解析模块,用于 RLC 解析所述状态报告获取 NACK信息。  The data retransmission apparatus further includes: a storage module, configured to save the NACK information received this time; a receiving module, configured to receive, by the RLC transmitting side, a status report sent by the peer end; and a parsing module, configured to perform the RLC parsing the status report NACK information.
本发明在对重传计数值进行加 1操作时, 进行了和上次 NACK信息的 比较, 保证了对重传 PDU计数的正确性; 同时, 减少了在数据传输过程中 重建的频率, 增强了系统的可靠性。  When the retransmission count value is incremented by one, the present invention performs comparison with the last NACK information to ensure the correctness of the retransmission PDU count; at the same time, the frequency of reconstruction in the data transmission process is reduced, and the frequency is enhanced. System reliability.
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围。  The above is only the preferred embodiment of the present invention and is not intended to limit the scope of the present invention.

Claims

权利要求书 Claim
1、 一种数据重传方法, 其特征在于, 通过比较无线链路控制 RLC本 次收到的否定确认 NACK信息和上次保存的 NACK信息确定是否对协议数 据单元 PDU的重传次数加 1。  A data retransmission method, characterized in that it is determined whether the number of retransmissions of the protocol data unit PDU is increased by one by comparing the negative acknowledgement NACK information received by the RLC and the last saved NACK information.
2、 根据权利要求 1所述的数据重传方法, 其特征在于, 所述确定是否 对协议数据单元 PDU的重传次数加 1 , 为: 如果本次收到的 NACK信息包 含的重传数据大小小于上次保存的 NACK信息中的重传数据大小, 则只通 过 NACK信息构造重传数据, 不对 PDU的重传次数进行加 1操作; 否则, 通过 NACK信息构造重传数据后, 对该 PDU的重传次数加 1。  The data retransmission method according to claim 1, wherein the determining whether to add 1 to the number of retransmissions of the protocol data unit PDU is: if the size of the retransmission data included in the NACK information received this time If the size of the retransmission data in the last saved NACK information is smaller, the data is retransmitted only by the NACK information, and the number of retransmissions of the PDU is not increased. Otherwise, after the data is retransmitted by the NACK information, the PDU is retransmitted. The number of retransmissions is increased by 1.
3、 根据权利要求 2所述的数据重传方法, 其特征在于, 所述方法还包 括:  The data retransmission method according to claim 2, wherein the method further comprises:
保存本次收到的 NACK信息, 按照媒体接入控制 MAC的传输块 TB 信息使用构造好的重传 PDU填充 TB块, 并将 TB块发送到接收端。  The NACK information received this time is saved, and the TB block is filled with the constructed retransmission PDU according to the transport block TB information of the medium access control MAC, and the TB block is sent to the receiving end.
4、 根据权利要求 1所述的数据重传方法, 其特征在于, 所述方法还包 括: RLC发送侧接收到对端发送的状态报告, 通过解析所述状态报告获取 NACK信息。  The data retransmission method according to claim 1, wherein the method further comprises: receiving, by the RLC, the status report sent by the peer end, and parsing the status report to obtain the NACK information.
5、 一种数据重传装置, 其特征在于, 包括比较判决模块, 用于通过比 较 RLC本次收到的 NACK信息和上次保存的 NACK信息确定是否对 PDU 的重传次数加 1。  A data retransmission apparatus, comprising: a comparison decision module, configured to determine whether to increase the number of retransmissions of the PDU by one by comparing the NACK information received by the RLC and the last saved NACK information.
6、 根据权利要求 5所述的装置, 其特征在于, 所述比较判决模块进一 步用于: 如果本次收到的 NACK信息包含的重传数据大小小于上次保存的 NACK信息中的重传数据大小, 则只通过 NACK信息构造重传数据, 不对 PDU的重传次数进行加 1操作; 否则, 通过 NACK信息构造重传数据后, 对该 PDU的重传次数加 1。  The apparatus according to claim 5, wherein the comparison decision module is further configured to: if the size of the retransmission data included in the NACK information received this time is smaller than the retransmission data in the last saved NACK information For the size, the retransmission data is constructed only by the NACK information, and the number of retransmissions of the PDU is not increased by 1; otherwise, after the retransmission data is constructed by the NACK information, the number of retransmissions of the PDU is incremented by one.
7、 根据权利要求 6所述的装置, 其特征在于, 还包括: 存储模块, 用 于保存本次收到的 NACK信息。 The device according to claim 6, further comprising: a storage module, In order to save the NACK information received this time.
8、 根据权利要求 5所述的装置, 其特征在于, 还包括: 接收模块, 用 于 RLC发送侧接收对端发送的状态报告;解析模块,用于 RLC解析所述状 态才艮告获取 NACK信息。  The device according to claim 5, further comprising: a receiving module, configured to receive, by the RLC transmitting side, a status report sent by the peer end, and a parsing module, configured by the RLC to parse the status, to obtain the NACK information .
PCT/CN2011/074444 2010-08-26 2011-05-20 Data retransmission method and apparatus WO2012024949A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2010102655809A CN102377553A (en) 2010-08-26 2010-08-26 Data retransmission method and device
CN201010265580.9 2010-08-26

Publications (1)

Publication Number Publication Date
WO2012024949A1 true WO2012024949A1 (en) 2012-03-01

Family

ID=45722857

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/074444 WO2012024949A1 (en) 2010-08-26 2011-05-20 Data retransmission method and apparatus

Country Status (2)

Country Link
CN (1) CN102377553A (en)
WO (1) WO2012024949A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090161571A1 (en) * 2007-12-10 2009-06-25 Interdigital Patent Holdings, Inc. Method and apparatus for triggering radio link control packet discard and radio link control re-establishment
CN101695180A (en) * 2009-10-16 2010-04-14 华为技术有限公司 Data retransmission method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090161571A1 (en) * 2007-12-10 2009-06-25 Interdigital Patent Holdings, Inc. Method and apparatus for triggering radio link control packet discard and radio link control re-establishment
CN101695180A (en) * 2009-10-16 2010-04-14 华为技术有限公司 Data retransmission method and device

Also Published As

Publication number Publication date
CN102377553A (en) 2012-03-14

Similar Documents

Publication Publication Date Title
JP5587406B2 (en) Method and apparatus for high-speed retransmission in radio link control layer confirmation mode
US7564851B2 (en) Apparatus and method for moving a receive window in a radio access network
US8730969B2 (en) Method of detecting and handling and endless RLC retransmission
EP2168270B1 (en) A method for handling correctly received but header compression failed packets
US9565007B2 (en) Method of receiving a point-to-multipoint service in a wireless communication system
US8737306B2 (en) Method for triggering status reports and apparatus thereof
EP2493104A1 (en) Header compression data packet transmission method and device based on retransmission mechanism
US8964560B2 (en) Apparatus, method, computer program product and system for requesting acknowledgment of transmitted data packets
US8681608B2 (en) Method for enhancing of controlling radio resources and transmitting status report in mobile telecommunications system and receiver of mobile telecommunications system
JP2010511318A (en) Method and apparatus for transmitting data in radio link control layer in mobile communication system
KR100954925B1 (en) Method of delivering a pdcp data unit to an upper layer
CN107276727A (en) A kind of method and apparatus fed back
US20090268706A1 (en) Optimised packet data transmission protocol in a communication system employing a transmission window
WO2012083762A1 (en) Data transmission method, apparatus, and system
WO2010066152A1 (en) Method and system for reducing redundant message retransmission in radio link control (rlc) layer
WO2012000312A1 (en) Method and device for constructing status report
WO2011116577A1 (en) Data retransmission method and apparatus
WO2012024949A1 (en) Data retransmission method and apparatus
CN115865282A (en) Data retransmission method, device, equipment and storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 11819324

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11819324

Country of ref document: EP

Kind code of ref document: A1