WO2012083762A1 - 数据传输方法、设备及系统 - Google Patents

数据传输方法、设备及系统 Download PDF

Info

Publication number
WO2012083762A1
WO2012083762A1 PCT/CN2011/081890 CN2011081890W WO2012083762A1 WO 2012083762 A1 WO2012083762 A1 WO 2012083762A1 CN 2011081890 W CN2011081890 W CN 2011081890W WO 2012083762 A1 WO2012083762 A1 WO 2012083762A1
Authority
WO
WIPO (PCT)
Prior art keywords
pdu
data
received
retransmitted
identifier
Prior art date
Application number
PCT/CN2011/081890
Other languages
English (en)
French (fr)
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 WO2012083762A1 publication Critical patent/WO2012083762A1/zh

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/1829Arrangements specially adapted for the receiver end
    • H04L1/1835Buffer management
    • H04L1/1841Resequencing

Definitions

  • the present invention relates to the field of communications, and in particular, to a data transmission method, device, and system. Background of the invention
  • LTE Long Term Evolution
  • the user protocols of LTE include: PDCP (Packet Data Convergence Protocol), RLC (Radio Link Control), MAC (Medium Access Control), and Physical Layer (Physical Layer). ).
  • PDCP Packet Data Convergence Protocol
  • RLC Radio Link Control
  • MAC Medium Access Control
  • Physical Layer Physical Layer
  • the main functions of PDCP are: header compression of IP data packets, encryption and decryption of data, discarding of timers, retransmission and reordering processing during re-establishment.
  • the process of determining, by the receiver, whether to discard the received data according to the SN associated with the PDCP PDU is: if the received PDCP PDU SN is smaller than the last PDCP PDU SN submitted to the upper layer, it is considered that the received sender is repeated because of the handover retransmission.
  • the transmitted data needs to be discarded; or if the difference between the received PDCP PDU SN and the last PDCP PDU SN submitted to the upper layer is greater than half the size of the PDCP receiving window, it is also determined to be received by the sender because of the handover.
  • the data is repeatedly transmitted and retransmitted, and discarded.
  • the receiver determines whether the received PDCP PDU includes retransmission data according to the SN of the received PDCP PDU and the SN of the PDCP PDU submitted by the receiver to the upper layer.
  • the judgment process is cumbersome, resulting in data transmission efficiency. low. Summary of the invention
  • An aspect of the present invention provides a data transmission method, including:
  • the first identifier in the header information of the PDU indicates whether the data in the PDU is retransmitted data.
  • Another aspect of the present invention provides a data transmission method, including:
  • the receiving unit is configured to receive the protocol data unit PDU, where the first identifier in the header information of the PDU indicates whether the data in the PDU is retransmitted data.
  • Another aspect of the invention also provides a system.
  • the header information of the PDU sent by the data sender includes a first identifier, where the first identifier is used to indicate whether the data in the PDU is retransmitted data, and the receiver passes the data after receiving the data. Determining whether the data in the PDU is the retransmission data or the initial transmission data, and performing the discarding operation on the PDUs with the retransmitted data that meet the conditions, changing the discriminating method of the discarding processing in the prior art, and simplifying whether the data in the PDU is determined. The process of retransmitting data improves the efficiency of the transmission process.
  • the method directly identifies the data in the transmitted PDU, without relying on the SN of the PDCP PDU received in the data transmission process and the SN of the PDCP PDU submitted by the PDCP receiver to the last time, which improves the reliability of the discrimination result.
  • Sexuality and accuracy avoiding the phenomenon of discarding normally transmitted data caused by inconsistent data receiver and sender state variables.
  • FIG. 1 is a schematic structural diagram of a PDCP PDU according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a data transmission method according to an embodiment of the present invention.
  • FIG. 3 is a flowchart of still another data transmission method according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of an apparatus according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of still another apparatus according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a system provided by the present invention. Mode for carrying out the invention
  • An embodiment of the present invention provides a data transmission method, in which a protocol data unit PDU is transmitted, and a first identifier in a header information of the PDU indicates whether data in the PDU is retransmitted data.
  • the R_TX in the header information of the PDU is a retransmission bit that identifies whether the data is retransmitted data. For example, when 1_ ⁇ is 1, it indicates that the data in the PDU is the data that the sender retransmits. When R_TX is 0, it indicates that the data in the PDU is the initial data, that is, not The data that the sender retransmits. For example, when 1_ ⁇ is True, it indicates that the data in the PDU is data that the sender retransmits. When R_TX is False, the data in the PDU is the initial data.
  • This embodiment is applicable to the data transmission process in the acknowledgment mode, that is, in the method provided by the embodiment, in the process of generating the PDU, the data sender can set the value of the first identifier to identify whether the data is The data is retransmitted, so that the receiver directly determines whether the received PDU contains retransmission data according to the first identifier, which simplifies the process of discriminating the retransmitted data by the receiver, improves the efficiency and reliability of data transmission, and saves air interfaces. Resources.
  • This embodiment also does not limit the structure improvement method to only the PDCP PDU, and can also be applied to other protocol data units.
  • the header information of the protocol data unit of the MAC layer includes a retransmission bit, which is in the MAC PDU. The data is identified, which simplifies the process of judging whether the data in the PDU is retransmitted data, and improves the efficiency of the transmission process.
  • Step S21 Receive a protocol data unit PDU, where a first identifier in the header information of the PDU indicates that the data in the PDU is retransmitted data.
  • Step S22 Determine, according to the first identifier, that the data in the received PDU is retransmission data.
  • the data receiver determines whether the data in the PDU is retransmitted data by using the first identifier in the received PDU, which simplifies the discriminating process for the retransmitted data, and improves the efficiency and reliability of the protocol transmission.
  • This embodiment may further include the following steps.
  • Step S23 Determine whether the PDU is a PDU outside the reordering window, and if yes, execute step S25; otherwise, execute step S24.
  • the process of determining whether the PDU is outside the reordering window is: obtaining a difference between the sequence number SN of the PDU and the PDU SN submitted by the previous upper layer, when the difference is greater than the reordering window length, the PDU
  • the PDUs received outside the window are reordered.
  • the reordering window size can be set according to the actual situation, for example, the reordering window size is set to one-half of the number of SNs. Assuming that the number of SNs is 4096, the reordering window size is 2048. Assuming the number of SNs is 8192, the reordering window size is 4096.
  • the data in the PDU is the initial data, it can be cached and sorted, and then directly submitted to the upper layer, such as the layer application above the protocol layer corresponding to the PDU, and details are not described herein again.
  • Step S24 It is determined whether the same PDU is buffered as the PDU, and if yes, step S25 is performed; otherwise, step B is performed, and step S26 is performed.
  • Step S25 discarding the PDU.
  • this step by discarding the received PDU, it is possible to avoid repeatedly processing the same PDU, which is advantageous for improving processing efficiency and correctness.
  • Step S26 Cache the PDU.
  • this step by buffering the received PDU, it is possible to avoid erroneously discarding the data originally transmitted by the sender due to misjudgment, avoiding data loss, and improving data transmission quality.
  • the receiver may be deemed to have received all the data that needs to be retransmitted.
  • the embodiment may further include the step S27: after receiving all the PDUs of the retransmitted data, sorting the received PDUs containing the retransmitted data in ascending order of the COUNT value, and then submitting the PDUs to the upper layer in order.
  • the counter COUNT of the receiver is composed of the flip counts HFN and SN, and the COUNT in each PDU is the same as its corresponding SN.
  • whether the PDU with the retransmitted data needs to be discarded is determined by the reordering window and whether the condition of the same PDU is currently buffered, the accuracy of the judgment result is improved, and the data receiver and the sender state are avoided.
  • the phenomenon of discarding normally transmitted data caused by inconsistent variables improves the reliability of the data transmission process.
  • Step S31 Receive a protocol data unit PDU, where the first identifier in the header information of the PDU indicates that the data in the PDU is not retransmitted data.
  • Step S32 Determine, according to the first identifier, that the data in the received PDU is not retransmission data.
  • Step S33 Determine whether the initial transmission data in the PDU is the data sent after the link is reestablished, and if yes, execute step S34, if no, execute S35.
  • Step S34 Determine whether the PDU SN is greater than the SN that was last submitted to the upper layer PDU. If yes, submit the received PDU to the upper layer; otherwise, buffer the received PDU.
  • Step S35 Update the relevant state variable according to the received PDU SN, and submit the received PDU to the upper layer.
  • the process may specifically be: when the received PDU SN is smaller than the next PDU SN that is expected to be received, the counted count HFN is incremented by one.
  • the SN flip count HFN is incremented by 1 to indicate the number of data transfers. Assuming that the currently received SN is 3, then the next expected received SN should be 4, but if current When the received SN is smaller than the next SN that should be received, for example, the SN it receives is 2, indicating that the receiver has received the data in the last transmission process, that is, the data loss occurs in the previous data transmission.
  • the HFN of the receiver is inconsistent with the sender at this time, which causes the PDCP layer sender and the receiver to be inconsistent with the encryption and decryption COUNT parameters calculated according to the HFN and the SN during the encryption and decryption process, and causes the receiver to decrypt the erroneous data. And continue to cause the receiver to decompress the processing failed.
  • the normal transmission of the data is ensured.
  • another embodiment of the present invention provides an apparatus, including: a sending unit 41, configured to send a PDU, where a first identifier in the header information of the PDU indicates whether data in the PDU is Retransmit the data.
  • the device provided in this embodiment may be used to implement the steps performed by the sender or the base station in the method provided in the foregoing embodiment, and details are not described herein again.
  • the device provided in this embodiment may be a base station or other device that can send a data packet to the UE.
  • an apparatus includes: a receiving unit 51, configured to receive
  • the PDU, the first identifier in the header information of the PDU indicates whether the data in the PDU is retransmitted data.
  • the device further includes: a processing unit 52, configured to: when the data in the PDU is retransmitted data, and the PDU is a PDU received in a reordering window, and the same PDU is cached, or When the data in the PDU is retransmitted data and the PDU is a PDU received outside the reordering window, the PDU is discarded; or when the PDU is a PDU received in a reordering window and the same PDU is not cached. When the PDU is cached.
  • the processing unit 52 may include a storage unit 53 that buffers the PDU by the storage unit 53.
  • the working process of each unit in the device is: the receiving unit receives the PDU sent by the data sender, and the processing unit determines, according to the first identifier in the header information in the PDU, whether the data in the PDU is retransmitted data, when determining The PDU with the retransmitted data is the PDU received in the reordering window, and the same PDU is cached, or the PDU with the retransmitted data is the PDU received outside the reordering window, and the received PDU is discarded.
  • the PDU is buffered.
  • the device provided in this embodiment may be used to implement the steps performed by the receiver in the method provided in the foregoing embodiment, and details are not described herein again.
  • the device provided in this embodiment may be a user equipment UE, such as a mobile phone.
  • the present invention also provides a data transmission system, the structure of which is shown in FIG. 6, and includes: a data sender 61 and a data receiver 62, wherein:
  • the data sender 61 is configured to send a protocol data unit PDU, where a first identifier in the header information of the PDU indicates whether the data in the PDU is retransmitted data;
  • the data receiver 62 is configured to receive the PDU sent by the sender.
  • the data receiver is further configured to: when the data in the PDU is retransmitted data, and the PDU is a PDU received in a reordering window, and the same PDU is cached, or in the PDU If the data is retransmitted and the PDU is a PDU received outside the reordering window, the PDU is discarded; or is used when the PDU is a PDU received in a reordering window and the same PDU is not cached. The PDU.
  • the device and the system provided by the embodiment of the present invention determine whether the data in the PDU is retransmitted data by using the first identifier in the header information of the PDU, simplifying the process of discriminating the retransmitted data, and improving the efficiency of data transmission. And reliability, it also saves air resources. Moreover, whether the PDU with the retransmitted data needs to be discarded is determined by the reordering window and whether the condition of the same PDU is currently buffered, thereby improving the accuracy of the judgment result and avoiding the inconsistency between the data receiver and the sender state variable. Discarding the normal transmission of data improves the reliability of the data transmission process and improves the performance of the device and system.
  • RAM random access memory
  • ROM Read only memory
  • electrically programmable ROM electrically erasable programmable ROM
  • registers hard disk, removable disk, CD-ROM, or any other form of storage medium known in the art.

Landscapes

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

Description

数据传输方法、 设备及系统
本申请要求于 2010年 12月 22 日提交中国专利局、 申请号为 201010600678.5、 发 明名称为"数据传输方法、 设备及系统"的中国专利申请的优先权, 其全部内容通过引用 结合在本申请中。 技术领域
本发明涉及通信领域, 尤其涉及数据传输方法、 设备及系统。 发明背景
LTE ( Long Term Evolution, 长期演进)属于第三代无线移动通信协议的长期演进 版本。 LTE的用户协议包括: PDCP ( Packet Data Convergence Protocol, 包分组汇聚协 议)、 RLC ( Radio Link Control, 无线链路控制)、 MAC ( Medium Access Control, 媒体 接入控制)和 PHY ( Physical Layer, 物理层)。 其中, PDCP的主要功能为: IP数据包 的头压缩、 数据的加解密、 定时器丢弃、 重建立时重传及重排序处理。
接收方根据 PDCP PDU关联的 SN来确定是否丢弃接收到的数据过程为: 如果接收到 的 PDCP PDU SN小于最后一个提交给上层的 PDCP PDU SN, 则认为是接收到发送方因 为切换重传而重复发送的数据, 需要进行丢弃处理; 或者如果接收到的 PDCP PDU SN 和最后一个提交给上层的 PDCP PDU SN的差值大于 PDCP接收窗口大小的一半,同样也 会被判定为接收到发送方因为切换重传而重复发送的数据, 并进行丢弃处理。
现有技术, 接收方根据接收到的 PDCP PDU的 SN和接收方上一次向上层提交的 PDCP PDU的 SN来确定接收的 PDCP PDU是否包含重传数据, 判断过程繁瑣, 从而导 致数据传输的效率较低。 发明内容
本发明的一方面提供一种数据传输方法, 包括:
接收协议数据单元 PDU,所述 PDU的头部信息中的第一标识指示所述 PDU中的数 据是否为重传数据。
本发明的另一方面提供一种数据传输方法, 包括:
发送协议数据单元 PDU,所述 PDU的头部信息中的第一标识指示所述 PDU中的数 据是否为重传数据。
本发明的另一方面提供一种设备, 包括: 接收单元, 用于接收协议数据单元 PDU , 所述 PDU的头部信息中的第一标识指示 所述 PDU中的数据是否为重传数据。
本发明的另一方面还提供一种系统。
本发明实施例中, 数据发送方发送的 PDU的头部信息包括第一标识, 所述第一标 识用于指示所述 PDU中的数据是否为重传数据, 接收方在接收到数据后, 通过标识判 断 PDU中的数据是重传数据还是初传数据, 并对符合条件的具有重传数据的 PDU执行 丢弃操作, 改变了现有技术中丢弃处理的判别方法, 简化了判断 PDU中的数据是否为 重传数据的过程, 提高了传输过程的效率。
进一步的,该方法对发送的 PDU中数据直接进行标识, 而不需依靠数据传输过程中 接收的 PDCP PDU的 SN和 PDCP接收方最近一次向上层提交的 PDCP PDU的 SN, 提高了 判别结果的可靠性和准确性,避免出现数据接收方和发送方状态变量不一致造成的丢弃 正常发送的数据的现象。 附图简要说明
图 1为本发明的一个实施例提供的 PDCP PDU的结构示意图;
图 2为本发明的一个实施例提供的数据传输方法的流程图;
图 3为本发明的一个实施例提供的又一数据传输方法的流程图;
图 4为本发明的一个实施例提供的一种设备的结构示意图;
图 5为本发明的一个实施例提供的又一设备的结构示意图;
图 6为本发明提供的系统结构示意图。 实施本发明的方式
下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行清楚、 完整 地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而不是全部的实施例。 基 于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有 其他实施例, 都属于本发明保护的范围。
本发明的一个实施例提供一种数据传输方法, 其中, 发送协议数据单元 PDU, 所 述 PDU的头部信息中的第一标识指示所述 PDU中的数据是否为重传数据。
以 PDCP PDU为例, PDU的结构如图 1所示, PDU的头部信息中的 R_TX为标识 数据是否为重传数据的重传比特位。 例如, 当 1 _丁 为 1时, 表示该 PDU中的数据为 发送方进行重传的数据, 当 R_TX为 0时, 表示该 PDU中的数据为初传数据, 即不是 发送方重传的数据。 又如, 当 1 _丁 为 True时, 表示该 PDU中的数据为发送方进行重 传的数据, 当 R_TX为 False时, 表示该 PDU中的数据为初传数据。
本实施例适用于确认模式下的数据传输过程, 即釆用本实施例提供的方法中, 数 据发送方在生成 PDU的过程中, 即可通过设置该第一标识的值来标识该数据是否为重 传数据, 以便接收方根据第一标识直接判断出接收到的 PDU是否包含重传数据, 简化 了接收方对于重传数据的判别过程, 提高了数据传输的效率和可靠性, 也节约了空口资 源。
本实施例也并不限定该结构改进方法只适应于 PDCP PDU,同样也可以适用于其他 协议数据单元,例如, MAC层的协议数据单元的头部信息包含重传比特位,对 MAC PDU 中的数据进行标识, 简化了对 PDU 中的数据是否为重传数据的判断过程, 提高了传输 过程的效率。
如图 2所示, 本发明的另一个实施例提供一种数据传输方法, 包括如下步骤。 步骤 S21、 接收协议数据单元 PDU, 所述 PDU的头部信息中的第一标识指示所述 PDU中的数据是重传数据。
步骤 S22、 依据所述第一标识判断所述接收的 PDU中的数据是重传数据。
本实施例中,数据接收方通过接收的 PDU中的第一标识判断该 PDU中的数据是否 为重传数据, 简化了对于重传数据的判别过程, 提高了协议传输的效率和可靠性。
本实施例还可以包括如下步骤。
步骤 S23、 判断所述 PDU是否为重排序窗口外的 PDU, 若是, 则执行步骤 S25; 否则执行步骤 S24。
例如, 判断是否为重排序窗口外的 PDU过程为: 获取所述 PDU的序列号 SN与上 一次向上层提交的 PDU SN的差值, 当所述差值大于重排序窗口长度时, 所述 PDU为 重排序窗口外接收的 PDU。 其中, 重排序窗口大小可以根据实际情况设定, 例如, 将重 排序窗口大小设为 SN数量的二分之一。假设 SN的数量为 4096个, 则重排序窗口大小 为 2048。 假设 SN数量是 8192, 则重排序窗口大小为 4096。
当所述 PDU中的数据为初传数据时, 可以将其进行緩存、 排序后直接提交给上层, 如所述 PDU对应的协议层以上的层应用, 此处不再赘述。
步骤 S24、 判断是否緩存有与所述 PDU相同的 PDU, 若是, 则执行步骤 S25; 否 贝' J , 执行步骤 S26。
步骤 S25、 丢弃所述 PDU。 本步骤中, 通过丢弃接收到的 PDU, 可以避免重复处理相同的 PDU, 有利于提高 处理效率和正确率。
步骤 S26、 緩存所述 PDU。
本步骤中,通过緩存接收到的 PDU, 可以避免因误判导致错误的丢弃发送方初传的 数据, 避免数据的丢失, 提高数据的传输质量。
可选的, 接收方接收到的 PDU 中的数据为初传数据时, 可以视为接收方已经接收 到了全部需要重传的数据。
本实施例还可以包括步骤 S27: 当接收到全部重传数据的 PDU后, 将接收的包含 有重传数据的 PDU按照 COUNT值的升序进行排序, 然后按序将 PDU提交给上层。 其 中,接收方的计数器 COUNT由翻转统计计数 HFN和 SN构成,每一个 PDU中的 COUNT 与其对应的 SN相同。
本实施例中, 对通过重排序窗口及当前是否緩存由相同的 PDU的条件判断具有重 传数据的 PDU是否需要被丢弃, 提高了判断结果的准确性, 避免了出现数据接收方和 发送方状态变量不一致造成的丢弃正常发送的数据的现象,提高了数据传输过程的可靠 性。
如图 3所示, 本发明的另一个实施例提供一种数据传输方法, 包括如下步骤。 步骤 S31、 接收协议数据单元 PDU, 所述 PDU的头部信息中的第一标识指示所述 PDU中的数据不是重传数据。
步骤 S32、 依据所述第一标识判断所述接收的 PDU中的数据不是重传数据。
步骤 S33、 判断 PDU 中的初传数据是否为链路重建后发送的数据, 若是, 则执行 步骤 S34, 若否, 则执行 S35。
步骤 S34、 判断 PDU SN是否比上一次提交给上层的 PDU的 SN大 1 , 若是, 则向 上层提交所述接收的 PDU; 否则, 緩存接收的 PDU。
步骤 S35、依据接收的 PDU SN更新相关状态变量,并向上层提交所述接收的 PDU。 该过程具体可以为: 当接收的 PDU SN小于下一个期望接收的 PDU SN时, 将翻转 统计计数 HFN加 1。
也就是说, 当接收的 PDU中的数据不是重传数据时, 如果是正常发送并接收的数 据, 其 SN为递增, 艮设 SN的范围为 0-4095 , 发送方会持续并重复发送 SN为 0-4095 的数据, 每发送一次 0-4095的数据, SN翻转统计计数 HFN就会加 1 , 以表示数据传输 的次数。 假设当前接收的 SN为 3, 那么下一个期望接收的 SN应该为 4, 但是如果当前 接收的 SN小于下一个应该接收的 SN时, 例如其接收的 SN为 2, 说明此时接收方接收 到了上一次发送过程中的数据, 也即上一次的数据传输中发生了数据丢失现象, 则接收 方的 HFN此时与发送方不一致, 从而导致 PDCP层发送方和接收方的在进行加解密处 理时根据 HFN和 SN计算出的加解密 COUNT参数不一致,并导致接收方解密出错误的 数据, 并继续导致接收方解压缩处理失败。
为了保证后续的数据传输过程中, 接收方和发送方的 HFN—致, 保证数据的正常 传输,本实施例提供的方法中,当判断出接收的 PDU SN小于下一个期望接收的 PDU SN 时, 为接收方的 HFN自动加 1 , 从而有效保证在链路中丢失的 PDU数量超过重排序窗 口大小时数据发送方和接收方 SN翻转计数状态变量 HFN的同步,提升了协议层在启用 用户面非空加密算法加密及 ROHC压缩处理条件下的高速数传处理可靠性和稳定性。
如图 4所示, 本发明的另一个实施例提供一种设备, 包括: 发送单元 41 , 用于发送 PDU, 所述 PDU的头部信息中的第一标识指示所述 PDU中的数据是否为重传数据。 本 实施例提供的设备可以用于实现上述实施例提供的方法中发送方或基站执行的步骤,此 处不再赘述。本实施例提供的设备可以为基站,或者可以向 UE发送数据包的其他设备。
如图 5所示, 本发明的另一个实施例提供的一种设备包括: 接收单元 51 , 用于接收
PDU, 所述 PDU的头部信息中的第一标识指示所述 PDU中的数据是否为重传数据。
可选的, 该设备还包括: 处理单元 52, 用于当所述 PDU中的数据为重传数据且所 述 PDU为重排序窗口内接收的 PDU, 且已緩存与其相同的 PDU, 或者当所述 PDU中 的数据为重传数据且所述 PDU为重排序窗口外接收的 PDU时,丢弃所述 PDU; 或者用 于当所述 PDU为重排序窗口内接收的 PDU且未緩存与其相同的 PDU 时, 緩存所述 PDU。
可选的, 处理单元 52可以包括存储单元 53 , 由存储单元 53緩存所述 PDU。
例如, 该设备中的各个单元的工作过程为: 接收单元接收数据发送方发送的 PDU, 处理单元根据 PDU中头部信息中的第一标识判断该 PDU中的数据是否为重传数据, 当 判断出具有重传数据的 PDU为重排序窗口内接收的 PDU,并且已緩存与其相同的 PDU, 或者所述具有重传数据的 PDU为重排序窗口外接收的 PDU时, 将接收的 PDU丢弃, 当判断出具有重传数据的 PDU为重排序窗口内接收的 PDU且未緩存与其相同的 PDU 时, 緩存所述 PDU。
本实施例提供的设备可以用于实现上述实施例提供的方法中接收方执行的步骤,此 处不再赘述。 本实施例提供的设备可以是用户设备 UE, 例如手机等。 本发明还提供了一种数据传输系统, 其结构如图 6所示, 包括: 数据发送方 61和 数据接收方 62, 其中:
所述数据发送方 61用于,发送协议数据单元 PDU,所述 PDU的头部信息中的第一 标识指示所述 PDU中的数据是否为重传数据;
所述数据接收方 62用于, 接收所述发送方发送的 PDU。
进一步的, 所述数据接收方还用于, 当所述 PDU中的数据为重传数据且所述 PDU 为重排序窗口内接收的 PDU, 且已緩存与其相同的 PDU, 或者当所述 PDU中的数据为 重传数据且所述 PDU为重排序窗口外接收的 PDU时,丢弃所述 PDU; 或者用于当所述 PDU为重排序窗口内接收的 PDU且未緩存与其相同的 PDU时, 緩存所述 PDU。
本实施例提供的系统中的数据发送方 61和数据接收方 62之间的通信过程和其他相 同处理可参见上述实施例提供的方法, 此处不再赘述。
本发明实施例提供的设备和系统, 通过 PDU 的头部信息中的第一标识判断所述 PDU中的数据是否为重传数据, 简化了对重传数据的判别过程,提高了数据传输的效率 和可靠性, 也节约了空口资源。 并且, 通过重排序窗口及当前是否緩存由相同的 PDU 的条件判断具有重传数据的 PDU是否需要被丢弃, 提高了判断结果的准确性, 避免了 出现数据接收方和发送方状态变量不一致造成的丢弃正常发送的数据的现象,提高了数 据传输过程的可靠性, 提高了设备和系统的工作性能。 本说明书中各个实施例釆用递进的方式描述,每个实施例重点说明的都是与其他实 施例的不同之处, 各个实施例之间相同相似部分互相参见即可。 对于实施例公开的设备 而言, 由于其与实施例公开的方法相对应, 所以描述的比较简单, 相关之处参见方法部 分说明即可。
专业人员还可以进一步意识到, 结合本文中所公开的实施例描述的各示例的单元及 算法步骤, 能够以电子硬件、 计算机软件或者二者的结合来实现, 为了清楚地说明硬件 和软件的可互换性, 在上述说明中已经按照功能一般性地描述了各示例的组成及步骤。 这些功能究竟以硬件还是软件方式来执行, 取决于技术方案的特定应用和设计约束条 件。 专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能, 但是这 种实现不应认为超出本发明的范围。
结合本文中所公开的实施例描述的方法或算法的步骤可以直接用硬件、处理器执行 的软件模块, 或者二者的结合来实施。 软件模块可以置于随机存储器(RAM )、 内存、 只读存储器(ROM )、 电可编程 ROM、 电可擦除可编程 ROM、 寄存器、 硬盘、 可移动 磁盘、 CD-ROM、 或技术领域内所公知的任意其它形式的存储介质中。
对所公开的实施例的上述说明,使本领域专业技术人员能够实现或使用本发明。对 这些实施例的多种修改对本领域的专业技术人员来说将是显而易见的,本文中所定义的 一般原理可以在不脱离本发明的范围的情况下, 在其它实施例中实现。 因此, 本发明将 不会被限制于本文所示的这些实施例, 而是要符合与本文所公开的原理和新颖特点相一 致的最宽的范围。

Claims

权利要求
1、 一种数据传输方法, 其特征在于, 包括:
接收协议数据单元 PDU,所述 PDU的头部信息中的第一标识指示所述 PDU中的数 据是否为重传数据。
2、 根据权利要求 1所述的方法, 其特征在于, 还包括:
所述第一标识指示所述 PDU中的数据为重传数据, 所述 PDU不是重排序窗口外接 收的 PDU, 且已緩存与其相同的 PDU时, 丢弃所述 PDU; 或者,
所述第一标识指示所述 PDU中的数据为重传数据,且所述 PDU为重排序窗口外接 收的 PDU时, 丢弃所述 PDU。
3、 根据权利要求 2所述的方法, 其特征在于, 所述第一标识指示所述 PDU中的数 据为重传数据,所述 PDU不是重排序窗口外接收的 PDU,且未緩存与其相同的 PDU时, 緩存所述 PDU。
4、 根据权利要求 2或 3所述的方法, 其特征在于, 还包括:
获取所述 PDU的序列号 SN与上一次向上层提交的 PDU SN的差值;
当所述差值大于重排序窗口长度时, 所述 PDU为重排序窗口外接收的 PDU。
5、 根据权利要求 1所述的方法, 其特征在于, 还包括:
所述第一标识指示所述 PDU中的数据不是重传数据, 且为链路重建后接收的数据 时, 判断所述 PDU的 SN是否比上一次提交的 PDU的 SN大 1 , 如果是, 则向上层提 交所述 PDU, 否则, 緩存所述 PDU。
6、 根据权利要求 5所述的方法, 其特征在于, 所述第一标识指示所述 PDU中的数 据不是重传数据,为非链路重建后接收的数据,且所述 PDU的 SN小于下一个期望接收 的 SN时, 将 SN的翻转统计计数变量 HFN加 1 , 并向上层提交所述 PDU。
7、 一种数据传输方法, 其特征在于, 包括:
发送协议数据单元 PDU,所述 PDU的头部信息中的第一标识指示所述 PDU中的数 据是否为重传数据。
8、 根据权利要求 7所述的方法, 其特征在于,
所述 PDU包括重传数据, 且所述第一标识指示所述 PDU中的数据为重传数据; 或 者,
所述 PDU包括初传数据, 且所述第一标识指示所述 PDU中的数据为初传数据。
9、 根据权利要求 7或 8所述的方法, 其特征在于, 当所述 PDU包括重传数据时, 所述第一标识为 1或 True; 或者, 当所述 PDU包括初传数据时, 所述第一标识为 0或 False。
10、 根据权利要求 9中任意一项所述的方法, 其特征在于, 所述 PDU为包分组汇 聚协议数据单元 PDCP PDU。
11、 一种设备, 其特征在于, 包括:
接收单元, 用于接收协议数据单元 PDU , 所述 PDU的头部信息中的第一标识指示 所述 PDU中的数据是否为重传数据。
12、 根据权利要求 11所述的设备, 其特征在于, 还包括: 处理单元, 用于当所述第一标识指示所述 PDU中的数据为重传数据, 所述 PDU不是 重排序窗口外接收的 PDU, 且已緩存与其相同的 PDU时, 丢弃所述 PDU; 或者, 当所述 第一标识指示所述 PDU中的数据为重传数据, 且所述 PDU是重排序窗口外接收的 PDU 时, 丢弃所述 PDU; 或者, 用于当所述 PDU不是重排序窗口内接收的 PDU, 且未緩存与 其相同的 PDU时, 緩存所述 PDU。
PCT/CN2011/081890 2010-12-22 2011-11-08 数据传输方法、设备及系统 WO2012083762A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN 201010600678 CN102137441B (zh) 2010-12-22 2010-12-22 数据传输方法、设备及系统
CN201010600678.5 2010-12-22

Publications (1)

Publication Number Publication Date
WO2012083762A1 true WO2012083762A1 (zh) 2012-06-28

Family

ID=44297075

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/081890 WO2012083762A1 (zh) 2010-12-22 2011-11-08 数据传输方法、设备及系统

Country Status (2)

Country Link
CN (1) CN102137441B (zh)
WO (1) WO2012083762A1 (zh)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102137441B (zh) * 2010-12-22 2013-08-07 华为技术有限公司 数据传输方法、设备及系统
CN107027136B (zh) * 2016-02-01 2020-11-20 中兴通讯股份有限公司 数据处理的方法及装置
CN107404769A (zh) * 2016-05-20 2017-11-28 中国移动通信有限公司研究院 一种数据传输方法和装置
CN107332648B (zh) * 2017-06-23 2021-01-15 京信通信系统(中国)有限公司 数据重传方法、装置、存储介质及其计算机设备
CN109587818B (zh) 2017-09-28 2021-03-23 华为技术有限公司 信息的传输方法和装置
CN109195183B (zh) * 2018-08-30 2022-03-25 京信网络系统股份有限公司 Pdcp层的数据处理方法、装置和基站
CN109600203B (zh) * 2018-11-29 2021-09-14 西安电子科技大学 一种sdap pdu中携带重映射节点包序列号的方法

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1863381A (zh) * 2005-08-29 2006-11-15 华为技术有限公司 高速下行分组接入用户在基站间平滑切换的方法
CN100438397C (zh) * 2005-08-29 2008-11-26 华为技术有限公司 无线通信系统中的下行数据重传方法
EP2205037A1 (en) * 2009-01-02 2010-07-07 LG Electronics Inc. Random access scheme for user equipment
CN102137441A (zh) * 2010-12-22 2011-07-27 华为技术有限公司 数据传输方法、设备及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1863381A (zh) * 2005-08-29 2006-11-15 华为技术有限公司 高速下行分组接入用户在基站间平滑切换的方法
CN100438397C (zh) * 2005-08-29 2008-11-26 华为技术有限公司 无线通信系统中的下行数据重传方法
EP2205037A1 (en) * 2009-01-02 2010-07-07 LG Electronics Inc. Random access scheme for user equipment
CN102137441A (zh) * 2010-12-22 2011-07-27 华为技术有限公司 数据传输方法、设备及系统

Also Published As

Publication number Publication date
CN102137441B (zh) 2013-08-07
CN102137441A (zh) 2011-07-27

Similar Documents

Publication Publication Date Title
US10630819B2 (en) Method and apparatus for PCDP discard
KR101241056B1 (ko) 무선 리소스 제어 시그널링을 사용하는 무선 링크 제어 리셋
KR101577451B1 (ko) Rlc 무한 재전송 오류를 검출하고 처리하는 방법
US8897229B2 (en) Method and apparatus for delivery notification of non-access stratum retransmission
US20090175163A1 (en) Method and apparatus of performing packet data convergence protocol re-establishment
CA2753192C (en) Method of receiving a point-to-multipoint service in a wireless communication system
WO2012083762A1 (zh) 数据传输方法、设备及系统
KR20190073479A (ko) 메시지들을 송신하기 위한 방법 및 디바이스, 칩 및 단말
KR20100053625A (ko) 무선 통신 시스템에서의 핸드오버 동안 데이터의 계층 2 터널링
TW200935812A (en) Status reporting for retransmission protocol
WO2020147453A1 (zh) 数据传输方法及相关装置
CN108886713B (zh) 一种数据传输方法、数据接收设备及数据发送设备
KR20090132503A (ko) 상위로 PDCP 데이터 유닛(data unit)을 전달하는 방법
CN104137507B (zh) 反馈丢包的消息处理方法及装置
WO2020010511A1 (zh) 数据传输方法及基站
US11984984B2 (en) Link-specific block acknowledgment for multi-link communication
WO2020154872A1 (zh) 一种传输控制协议加速方法和装置
WO2024032354A1 (zh) 数据处理方法及装置
WO2024032352A1 (zh) 数据处理方法及装置
CN116321094A (zh) 蓝牙传输方法及系统

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: 11851990

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: 11851990

Country of ref document: EP

Kind code of ref document: A1