WO2011157190A2 - Data reception processing method and apparatus - Google Patents

Data reception processing method and apparatus Download PDF

Info

Publication number
WO2011157190A2
WO2011157190A2 PCT/CN2011/075399 CN2011075399W WO2011157190A2 WO 2011157190 A2 WO2011157190 A2 WO 2011157190A2 CN 2011075399 W CN2011075399 W CN 2011075399W WO 2011157190 A2 WO2011157190 A2 WO 2011157190A2
Authority
WO
WIPO (PCT)
Prior art keywords
data packet
layer
data
pdcp
serial number
Prior art date
Application number
PCT/CN2011/075399
Other languages
French (fr)
Chinese (zh)
Other versions
WO2011157190A3 (en
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 华为技术有限公司
Priority to PCT/CN2011/075399 priority Critical patent/WO2011157190A2/en
Priority to CN2011800018264A priority patent/CN102714577A/en
Publication of WO2011157190A2 publication Critical patent/WO2011157190A2/en
Publication of WO2011157190A3 publication Critical patent/WO2011157190A3/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/1829Arrangements specially adapted for the receiver end
    • H04L1/1835Buffer management
    • H04L1/1841Resequencing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/10Flow control; Congestion control
    • H04L47/34Flow control; Congestion control ensuring sequence integrity, e.g. using sequence numbers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/02Terminal devices
    • H04W88/06Terminal devices adapted for operation in multiple networks or having at least two operational modes, e.g. multi-mode terminals

Definitions

  • the embodiments of the present invention relate to the field of communications, and in particular, to a data receiving and processing method and apparatus. Background technique
  • UE User Equipment
  • UMTS Universal Mobile Telecommunications System
  • GSM Global System for Mobile Communications
  • LTE Long Term Evolution
  • the UMTS and LTE radio access technologies serve the same UE at the same time, and can perform data transmission and reception on the UMTS link and the LTE link at the same time.
  • the data transmission delay between the UMTS link and the LTE link is inconsistent.
  • the data packets received by the receiver are out of order, which triggers a fast retransmission mechanism of the Transmission Control Protocol (TCP) layer, which greatly reduces the transmission rate of the application layer.
  • TCP Transmission Control Protocol
  • Embodiments of the present invention provide a data receiving processing method and apparatus to improve service performance.
  • a data receiving processing method including:
  • a data receiving device including:
  • a receiving module configured to receive a data packet sent by the data sending end device on a link of at least two radio access technologies, where the data packet includes a serial number;
  • An obtaining module configured to acquire a serial number in the data packet
  • a sorting processing module configured to sort the data packet according to the serial number.
  • the data receiving end may sort the data packet according to the sequence number included in each data packet, thereby The fast retransmission mechanism is not triggered by receiving out-of-order packets, which improves the throughput of the application layer, improves the utilization of radio resources, and improves service performance.
  • FIG. 1 is a flowchart of an embodiment of a data receiving processing method according to the present invention.
  • FIG. 2 is a schematic structural diagram of a network protocol stack architecture applied to a data receiving processing method according to an embodiment of the present invention
  • FIG. 3 is a schematic flowchart of a data receiving processing method of the second method
  • FIG. 4 is another schematic structural diagram of a network protocol stack to which a data receiving processing method according to an embodiment of the present invention is applied;
  • FIG. 5 is a schematic structural diagram of another network protocol stack applied by the data receiving processing method according to an embodiment of the present invention.
  • Embodiment 1 of a data receiving end device according to the present invention
  • FIG. 7 is a schematic structural diagram of Embodiment 2 of a data receiving end device according to the present invention.
  • FIG. 1 is a flowchart of an embodiment of a data receiving processing method according to the present invention. As shown in FIG. 1, the method in this embodiment may include:
  • Step 101 Receive a data packet sent by the data sending end on a link of at least two radio access technologies, where the data packet includes a sequence number.
  • the data receiving end can receive the data packet sent by the data transmitting end on the link of at least two radio access technologies.
  • the links of at least two radio access technologies may be any combination of radio links such as UMTS, LTE, and GSM.
  • a person skilled in the art can set a combination of multiple links for providing access services to the UE according to the requirements of the network architecture, which is not described in this embodiment. This embodiment is described by taking the example of transmitting and receiving data on the links of the two UMTS and LTE radio access technologies.
  • the data receiving end in the embodiment may be a UE, and the data sending end may be a network side device, such as a base station or a radio network controller; or the data receiving end may be a network side device, and the data sending end device may be UE.
  • the data receiving end is the UE and the data sending end is the network side device.
  • the network side device can distribute the data packet from the links of the UMTS and LTE wireless access technologies, and the UE may use the UMTS and the LTE.
  • the data packets received on the links of the two radio access technologies are aggregated.
  • the case where the data receiving end is a network side device and the data transmitting end is a UE is similar, and details are not described herein again.
  • the data packet in this embodiment includes a sequence number, which may be the serial number of the TCP layer, or the serial number of the Packet Data Convergence Protocol (PDCP) layer, or may be the data.
  • the other identifiers newly added in the package for representing the order, this embodiment need not limit the specific form of the serial number.
  • Step 102 Obtain a serial number in the data packet.
  • the data receiving end can obtain the serial number from the data packet, so that the serial number is used for sorting the data packet.
  • Step 103 Perform sorting processing on the data packet according to the serial number.
  • the data receiving end may sort the data packet according to the sequence number included in each data packet, and never The fast retransmission mechanism is triggered by receiving out-of-order packets, which improves the throughput of the application layer, improves the utilization of radio resources, and improves service performance.
  • step 102 may adopt a serial number of a TCP layer, a sequence number of a split and combination function (SCF) layer, or a packet data convergence protocol ( Packet Data
  • the serial number implementation of the Convergence Protocol (PDCP) layer may be specifically: sorting the data packet according to the serial number of the TCP layer, the serial number of the SCF layer, or the serial number of the PDCP layer.
  • PDCP Convergence Protocol
  • the embodiment of the data receiving processing method of the present invention shown in FIG. 1 may adopt different specific implementation manners.
  • FIG. 2 is a schematic structural diagram of a network protocol stack applied to a data receiving processing method according to an embodiment of the present invention.
  • the UMTS and LTE wireless access technologies are simultaneously used by the same UE as an example. That is, data is simultaneously transmitted and received on the links of the two UMTS and LTE radio access technologies.
  • the network side device adopting the UMTS access technology may include a physical layer entity PHY1, a media access control (MAC) layer entity MAC1, a radio link control (RLC) layer entity RLC1, and a PDCP layer.
  • the entity PDCP1; correspondingly, the UE side may include a corresponding physical layer entity, a medium access control layer entity MAC1 ', a radio link control layer entity RLC1', and a packet data convergence protocol layer entity.
  • the network side device adopting the LTE access technology may include a physical layer entity PHY2, a medium access control layer entity MAC2, a radio link control layer entity RLC2, and a packet data convergence.
  • the protocol layer entity PDCP2; correspondingly, the UE side may include a corresponding physical layer entity PHY2', a medium access control layer entity MAC2', a radio link control layer entity RLC2', and a packet data convergence protocol layer entity PDCP2.
  • the PDCP1 entity and the PDCP2 entity further include a Split and Combination Function (SCF) layer entity SCF, which can be used to send data to the UE when the network side sends Data is distributed from the UMTS link and the LTE link.
  • SCF Split and Combination Function
  • the SCF entity can aggregate data from the UMTS link and the LTE link.
  • the SCF entity may be located on the UMTS network side device, or may be located on the LTE network side device, or may be located on the UMTS network side device and the LTE network side device, which is not limited by the present invention.
  • the SCF distribution aggregation layer entity
  • the SCF can be used to transmit data from the UMTS link and the LTE link when the UE sends data to the network side.
  • the SCF can aggregate data from the UMTS link and the LTE link.
  • the above description is based on the UMTS and LTE two radio access technologies simultaneously serving the same UE, for example, the GSM and WCDMA radio access technologies simultaneously serve the same UE, or two or more radio access technologies simultaneously serve the same UE. I will not repeat them here.
  • Method 1 Use the serial number of the TCP layer to perform sorting processing on the data packet.
  • the data packet transmitted by the network can include the serial number of the TCP layer
  • the data packet can be sorted according to the serial number of the TCP layer.
  • the UE is the data receiving end.
  • the SCF of the UE side can receive the TCP data packet sent by the network side from the LTE link and the UMTS link, and can obtain the TCP data packet from the packet header of the TCP data packet.
  • the serial number of the TCP layer and based on the serial number of the TCP layer
  • the TCP packets are sorted so that the TCP packets can be delivered to the upper layer in order.
  • Manner 2 The IP data packet can be modified at the data transmitting end, and the serial number of the SCF layer is added to the IP data packet, and the data receiving end can perform the sorting processing of the IP data packet according to the serial number of the SCF layer in the data packet.
  • FIG. 3 is a schematic flowchart of a data receiving processing method of the second method.
  • the IP data packet sent from the application layer of the network side includes an IP packet length and an IP.
  • the checksum and the TCP checksum are sent to the SCF layer on the network side.
  • the SCF entity on the network side can add the sequence number (SN) of the SCF layer to the IP packet.
  • the SCF entity on the network side needs to modify the IP packet length of the IP data packet.
  • the falsified IP packet length is the original IP packet length +2, recalculate the IP insurance risk and the TCP checksum, and generate the modification. After the IP checksum and TCP checksum.
  • the SCF entity on the network side can send the modified IP data packet to the PDCP layer on the network side, and the PDCP layer entity on the network side, for example, the PDCP1 entity or the PDCP2 entity, can compress the data packet to generate PDCP compression.
  • the data packet that is, the PDCP compressed packet, is delivered to the next layer for transmission to the UE side.
  • the PDCP layer entity of the UE side for example, the PDCP1 'entity or PDCP2' entity can decompress the received PDCP compressed packet and decompress the IP data packet.
  • the SCF sent to the UE side, the entity, and the SCF on the UE side the entity can obtain the SCF layer sequence number SN from the IP data packet, and restore the IP packet length, IP checksum, and TCP check of the original IP data packet. And deleting the SN, thereby restoring the original IP data packet. Then, the SCF' entity on the UE side can sort the data packets according to the obtained SCF layer sequence number SN in each IP data packet, and deliver it to the upper layer in order.
  • the data transmitting end may use the serial number assigned by the SCF layer to replace the PDPC layer serial number allocated by the PDCP layer in the PDCP compressed packet, and the data receiving end may solve the solution according to the serial number assigned by the SCF layer obtained from the PDCP compressed packet.
  • the IP packets obtained after compression are sorted.
  • each PDCP compressed package includes a PDCP layer entity.
  • the network side is the data transmitting end.
  • the SCF entity on the network side distributes the data packet, and uniformly allocates the serial number of the SCF layer for the data packet.
  • the PDCP layer entity of the network side that is, the PDCP1 entity and the PDCP2 entity, generates a PDCP compressed packet
  • the generated PDCP compressed packet includes the serial number of the SCF layer uniformly numbered by the SCF layer entity on the network side, instead of the original PDCP1 entity and
  • the serial number of the PDCP layer is independently numbered by the PDCP2 entity; that is, the serial number of the PDCP layer in the PDCP compressed packet is uniformly numbered by the SCF layer entity.
  • the PDCP layer entity on the UE side When the data packet is sent to the UE side through the air interface, the PDCP layer entity on the UE side, that is, the PDCP entity and the PDCP2' entity, respectively decompress the received PDCP compressed packet, and obtain the IP data packet and the unified numbered SCF layer sequence. And transmitting the IP data packet and the uniformly numbered SCF layer sequence number to the SCF' entity on the UE side.
  • the SCF' entity on the UE side can sort the IP data packets according to the sequence number of the SCF layer, and deliver them to the upper layer in order.
  • FIG. 4 is another schematic structural diagram of a network protocol stack applied by the data receiving processing method according to an embodiment of the present invention. The difference from the protocol stack shown in FIG. 2 is that the SCF layer is located below the PDCP layer.
  • Method 4 Taking the network side as the data transmitting end
  • the serial number of the SCF layer and the PDCP compressed packet are used to control the service data unit through the radio link ( RLC Service Data Unit, RLC SDU) is sent to the RLC layer entity on the network side, for example, the RLC1 entity or the RLC2 entity on the network side.
  • RLC SDU RLC Service Data Unit
  • the SCF on the terminal side can obtain the sequence number of the SCF layer and the PDCP compressed packet from the received RLC SDU, and according to the sequence of the SCF layer.
  • the number is sorted and delivered in order to the PDCP layer entity on the UE side, for example, PDCP 1, or PDCP2' entity.
  • the PDCP1 'or PDCP2' entity decompresses the PDCP compression packet to obtain an IP packet.
  • the difference between the fourth mode and the second mode is that the serial number of the SCF layer in the second mode is directly added.
  • PDCP compression is performed, and in the fourth mode, the IP data packet is first PDCP-compressed, and then the serial number of the SCF layer and the PDCP compressed packet are placed together in the RLC SDU. Sent in.
  • FIG. 5 is a schematic structural diagram of another network protocol stack applied by the data receiving processing method according to an embodiment of the present invention.
  • the difference between the protocol stack architecture and the protocol stack architecture shown in FIG. 2 is that the SCF layer entity is The PDCP layer entity is located in the lower layer of the PDCP layer entity, and the UMTS link and the LTE link share a PDCP layer entity, and the PDCP layer entity is located in the UMTS network side device. It can be understood that the PDCP layer entity may also be located in the LTE network side device.
  • the invention is not limited thereto.
  • the UMTS link shares a PDCP layer entity with the LTE link.
  • each PDCP compressed packet sent includes the serial number of the PDCP layer allocated by the shared PDCP layer entity, and the data receiving end After decompressing the received PDCP compression package, the IP data packet can be sorted by using the obtained serial number of the PDCP layer.
  • the fifth mode it can be applied to the network architecture shown in FIG. 5.
  • the UE is still used as the data receiving end as an example for detailed description.
  • the UMTS link and the LTE link share one PDCP layer entity. Therefore, for the data sending end, the PDCP layer entity can uniformly allocate the serial number of the PDCP layer to the IP data packet sent by the upper layer, and the IP data packet is allocated to the IP data packet.
  • a compression process is performed to obtain a PDCP compressed packet containing the serial number of the uniformly allocated PDCP layer.
  • the SCF on the UE side can aggregate the data from the UMTS link and the LTE link, and deliver the PDCP compressed packet to the PDCP layer entity on the UE side.
  • the PDCP layer entity on the UE side can decompress the PDCP compressed packet, obtain the IP data packet, and obtain the serial number of the PDCP layer that is uniformly allocated. Then, the PDCP layer entity on the UE side can perform the PDCP layer serial number according to the serial number of the PDCP layer.
  • the sorting process sends the IP data packet to the upper layer in order.
  • FIG. 6 is a schematic structural diagram of Embodiment 1 of a data receiving end device according to the present invention, as shown in FIG.
  • the device of this embodiment may include: a receiving module 11, an obtaining module 12, and a sorting processing module 13, where the receiving module 11 is configured to receive a data packet sent by the data sending end device on a link of at least two radio access technologies.
  • the data packet includes a sequence number; the obtaining module 12 is configured to obtain a sequence number in the data packet; and the sorting processing module 13 is configured to perform sorting processing on the data packet according to the sequence number.
  • the device in this embodiment may be a device on the UE side or a device on the network side.
  • the method in the embodiment of the method shown in FIG. 1 may be implemented to achieve the corresponding technical effects, and details are not described herein.
  • FIG. 7 is a schematic structural diagram of Embodiment 2 of the data receiving device of the present invention.
  • the device in this embodiment is based on the device shown in FIG. 6 , and may further include: the sort processing module 13 may specifically include The first sorting unit 131, the second sorting unit 132, and the third sorting unit 133, wherein the first sorting unit 131 is configured to sort the data packet according to the serial number of the TCP layer; The data packet is sorted according to the sequence number of the SCF layer; the third sorting unit 133 is configured to perform sort processing on the data packet according to the serial number of the PDCP layer.
  • the above three sorting units may also adopt only one or two sorting units.
  • the acquiring module may be further configured to: perform PDCP solution on the received data packet at the PDCP layer. Compressing; at the SCF layer, obtaining the sequence number of the SCF layer in the PDCP decompressed data packet. The sequence number of the SCF layer may be used to replace the PDCP layer sequence number included in the PDCP compressed data packet.
  • the acquiring module may be further used to:
  • the sequence number of the SCF layer is obtained from the received radio link control service data unit.
  • the structure of the data receiving end device shown in FIG. 7 is set in the data receiving end of the present invention.
  • the obtaining module may be further configured to:
  • the received data packet is subjected to PDCP decompression, and the PDCP layer serial number uniformly allocated by the link of the at least two radio access technologies is obtained.
  • the three sorting units of this embodiment are respectively used to implement the technical solutions of the foregoing manners 1 to 5.
  • the implementation principle is similar, and details are not described herein again.
  • the specific process of implementing the data receiving processing method by using the data receiving end device of the embodiment of the present invention is similar to the foregoing method embodiment, and is not described herein again.

Abstract

The embodiments of the invention provide a data reception processing method and apparatus. The data reception processing method includes: receiving data packets transmitted by the data transmission end in a link using at least two radio access technologies, wherein the data packets include sequence numbers (101); acquiring the sequence numbers in the data packets (102); and performing a sequencing processing to the data packets according to the sequence numbers (103). In the embodiments of the invention, after receiving the data packets transmitted by the data transmission end in a link using at least two radio access technologies, the data reception end can perform a sequencing processing to the data packets according to the sequence number included in each data packet, so that a fast retransmission mechanism caused by the data packets received in disorder is not triggered, and the throughput rate of the application layer, the utilization rate of the radio resource and the service performance are improved.

Description

数据接收处理方法及装置  Data receiving processing method and device
技术领域 Technical field
本发明实施例涉及通信领域,尤其涉及一种数据接收处理方法及装置。 背景技术  The embodiments of the present invention relate to the field of communications, and in particular, to a data receiving and processing method and apparatus. Background technique
随着无线接入技术的演进, 用户希望能够得到越来越高的带宽,从而改 善用户体验。 随着用户设备( User Equipment , UE ) 的不断发展, 现有的 UE已经可以同时支持多种无线接入技术, 例如可以同时支持通用移动通 信系统 ( Universal Mobile Telecommunications System, UMTS ) 、 全球移 动通讯系统 ( Global System for Mobile Communications, GSM ) 和长期演 进技术 ( Long Term Evolution, LTE ) , 当多种无线接入技术可以覆盖同 一个区域时, 可以同时利用多种无线接入技术为一个 UE提供接入服务。  With the evolution of wireless access technologies, users hope to get higher and higher bandwidth to improve the user experience. With the continuous development of User Equipment (UE), existing UEs can simultaneously support multiple wireless access technologies, such as Universal Mobile Telecommunications System (UMTS) and Global Mobile Communication System. (Global System for Mobile Communications, GSM) and Long Term Evolution (LTE). When multiple radio access technologies can cover the same area, multiple radio access technologies can be used simultaneously to provide access to one UE. service.
以 UMTS和 LTE两种无线接入技术同时服务同一个 UE为例 , 可以同 时在 UMTS链路和 LTE链路上进行数据收发, 但是, 由于数据在 UMTS 链路和 LTE链路的传输时延不一致, 会导致接收方收到的数据包是乱序 的, 从而触发传输控制协议( Transmission Control Protocol, TCP )层的快 速重传机制, 大大降低应用层的传输速率。 发明内容  The UMTS and LTE radio access technologies serve the same UE at the same time, and can perform data transmission and reception on the UMTS link and the LTE link at the same time. However, the data transmission delay between the UMTS link and the LTE link is inconsistent. The data packets received by the receiver are out of order, which triggers a fast retransmission mechanism of the Transmission Control Protocol (TCP) layer, which greatly reduces the transmission rate of the application layer. Summary of the invention
本发明实施例提供一种数据接收处理方法及装置, 以提高业务性能。 一方面, 提供一种数据接收处理方法, 包括:  Embodiments of the present invention provide a data receiving processing method and apparatus to improve service performance. In one aspect, a data receiving processing method is provided, including:
接收数据发送端在至少两种无线接入技术的链路上发送的数据包, 所 述数据包中包含序列号;  Receiving, by the data sending end, a data packet sent on a link of at least two radio access technologies, where the data packet includes a serial number;
获取所述数据包中的序列号;  Obtaining a serial number in the data packet;
根据所述序列号, 对所述数据包进行排序处理。 另一方面, 提供一种数据接收端设备, 包括: Sorting the data packet according to the serial number. In another aspect, a data receiving device is provided, including:
接收模块, 用于接收数据发送端设备在至少两种无线接入技术的链路 上发送的数据包, 所述数据包中包含序列号;  a receiving module, configured to receive a data packet sent by the data sending end device on a link of at least two radio access technologies, where the data packet includes a serial number;
获取模块, 用于获取所述数据包中的序列号;  An obtaining module, configured to acquire a serial number in the data packet;
排序处理模块, 用于根据所述序列号, 对所述数据包进行排序处理。 本发明实施例中, 数据接收端在从至少两种无线接入技术的链路上接 收数据发送端发送的数据包之后, 可以根据各数据包中包含的序列号对数 据包进行排序处理,从而不会因接收到乱序的数据包而触发快速重传机制, 提高了应用层的吞吐率, 提升了无线资源利用率, 提高了业务性能。 附图说明  And a sorting processing module, configured to sort the data packet according to the serial number. In the embodiment of the present invention, after receiving the data packet sent by the data sending end from the link of the at least two radio access technologies, the data receiving end may sort the data packet according to the sequence number included in each data packet, thereby The fast retransmission mechanism is not triggered by receiving out-of-order packets, which improves the throughput of the application layer, improves the utilization of radio resources, and improves service performance. DRAWINGS
为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对实 施例或现有技术描述中所需要使用的附图作一简单地介绍, 显而易见地, 下 面描述中的附图是本发明的一些实施例, 对于本领域普通技术人员来讲, 在 不付出创造性劳动性的前提下, 还可以根据这些附图获得其他的附图。  In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, a brief description of the drawings used in the embodiments or the prior art description will be briefly described below. Obviously, the drawings in the following description It is a certain embodiment of the present invention, and other drawings can be obtained from those skilled in the art without any inventive labor.
图 1为本发明数据接收处理方法实施例的流程图;  1 is a flowchart of an embodiment of a data receiving processing method according to the present invention;
图 2为本发明实施例的数据接收处理方法所应用的网络协议栈架构的 一种结构示意图;  2 is a schematic structural diagram of a network protocol stack architecture applied to a data receiving processing method according to an embodiment of the present invention;
图 3为方式二的数据接收处理方法的流程示意图;  3 is a schematic flowchart of a data receiving processing method of the second method;
图 4为本发明实施例的数据接收处理方法所应用的网络协议栈的另一 种结构示意图;  4 is another schematic structural diagram of a network protocol stack to which a data receiving processing method according to an embodiment of the present invention is applied;
图 5为本发明实施例的数据接收处理方法所应用的网络协议栈的再一 种结构示意图;  FIG. 5 is a schematic structural diagram of another network protocol stack applied by the data receiving processing method according to an embodiment of the present invention; FIG.
图 6为本发明数据接收端设备实施例一的结构示意图;  6 is a schematic structural diagram of Embodiment 1 of a data receiving end device according to the present invention;
图 7为本发明数据接收端设备实施例二的结构示意图。 具体实施方式 为使本发明实施例的目的、 技术方案和优点更加清楚, 下面将结合本 发明实施例中的附图, 对本发明实施例中的技术方案进行清楚、 完整地描 述, 显然, 所描述的实施例是本发明一部分实施例, 而不是全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有作出创造性劳动前提 下所获得的所有其他实施例, 都属于本发明保护的范围。 FIG. 7 is a schematic structural diagram of Embodiment 2 of a data receiving end device according to the present invention. detailed description The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. It is a partial embodiment of the invention, and not all of the embodiments. All other embodiments obtained by those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
图 1为本发明数据接收处理方法实施例的流程图, 如图 1所示, 本实 施例的方法可以包括:  1 is a flowchart of an embodiment of a data receiving processing method according to the present invention. As shown in FIG. 1, the method in this embodiment may include:
步骤 101、 接收数据发送端在至少两种无线接入技术的链路上发送的 数据包, 所述数据包中包含序列号。  Step 101: Receive a data packet sent by the data sending end on a link of at least two radio access technologies, where the data packet includes a sequence number.
数据接收端可以接收数据发送端在至少两种无线接入技术的链路上发 送的数据包。 其中, 至少两种无线接入技术的链路可以为 UMTS、 LTE以 及 GSM等无线链路的任意组合。 本领域技术人员可以根据网络架构的需 求, 自行设定为 UE提供接入服务的多种链路的组合方式, 本实施例不再 赘述。 本实施例仅以同时在 UMTS和 LTE两种无线接入技术的链路上收 发数据为例进行说明。  The data receiving end can receive the data packet sent by the data transmitting end on the link of at least two radio access technologies. The links of at least two radio access technologies may be any combination of radio links such as UMTS, LTE, and GSM. A person skilled in the art can set a combination of multiple links for providing access services to the UE according to the requirements of the network architecture, which is not described in this embodiment. This embodiment is described by taking the example of transmitting and receiving data on the links of the two UMTS and LTE radio access technologies.
具体来说, 本实施例中的数据接收端可以为 UE, 数据发送端可以为 网络侧设备, 例如基站或无线网络控制器; 或者, 数据接收端可以为网络 侧设备, 数据发送端设备可以为 UE。 以数据接收端为 UE, 数据发送端为 网络侧设备为例来说, 网络侧设备可以将数据包从 UMTS和 LTE两种无 线接入技术的链路上分发出去, UE可以将从 UMTS和 LTE两种无线接入 技术的链路上接收的数据包汇聚起来。 数据接收端为网络侧设备, 数据发 送端为 UE的情况也是类似, 此处不再赘述。  Specifically, the data receiving end in the embodiment may be a UE, and the data sending end may be a network side device, such as a base station or a radio network controller; or the data receiving end may be a network side device, and the data sending end device may be UE. For example, the data receiving end is the UE and the data sending end is the network side device. For example, the network side device can distribute the data packet from the links of the UMTS and LTE wireless access technologies, and the UE may use the UMTS and the LTE. The data packets received on the links of the two radio access technologies are aggregated. The case where the data receiving end is a network side device and the data transmitting end is a UE is similar, and details are not described herein again.
本实施例中的数据包中包含序列号,该序列号既可以为 TCP层的序列 号,也可以是分组数据汇聚协议( Packet Data Convergence Protocol, PDCP ) 层的序列号, 也可以是在该数据包中新添加的用于代表顺序的其它标识, 本实施例无需限制该序列号的具体形式。 步骤 102、 获取所述数据包中的序列号。 The data packet in this embodiment includes a sequence number, which may be the serial number of the TCP layer, or the serial number of the Packet Data Convergence Protocol (PDCP) layer, or may be the data. The other identifiers newly added in the package for representing the order, this embodiment need not limit the specific form of the serial number. Step 102: Obtain a serial number in the data packet.
数据接收端可以从数据包中获取序列号, 以便采用该序列号进行数据 包的排序处理。  The data receiving end can obtain the serial number from the data packet, so that the serial number is used for sorting the data packet.
步骤 103、 根据所述序列号, 对所述数据包进行排序处理。  Step 103: Perform sorting processing on the data packet according to the serial number.
本实施例中, 数据接收端在从至少两种无线接入技术的链路上接收数 据发送端发送的数据包之后, 可以根据各数据包中包含的序列号对数据包 进行排序处理, 从而不会因接收到乱序的数据包而触发快速重传机制的现 象, 提高了应用层的吞吐率, 提升了无线资源利用率, 提高了业务性能。  In this embodiment, after receiving the data packet sent by the data sending end from the link of the at least two radio access technologies, the data receiving end may sort the data packet according to the sequence number included in each data packet, and never The fast retransmission mechanism is triggered by receiving out-of-order packets, which improves the throughput of the application layer, improves the utilization of radio resources, and improves service performance.
在图 1所示本发明数据接收处理方法实施例的具体实现过程中, 步骤 102可以采用 TCP层的序列号、 分发汇集功能 ( Split and Combination Function, SCF ) 层的序列号或者分组数据汇聚协议 ( Packet Data  In the specific implementation process of the data receiving processing method embodiment of the present invention shown in FIG. 1, step 102 may adopt a serial number of a TCP layer, a sequence number of a split and combination function (SCF) layer, or a packet data convergence protocol ( Packet Data
Convergence Protocol, PDCP )层的序列号实现,也即步骤 102可以具体为: 根据 TCP层的序列号、 SCF层的序列号或者 PDCP层的序列号, 对所述数 据包进行排序处理。 The serial number implementation of the Convergence Protocol (PDCP) layer, that is, step 102 may be specifically: sorting the data packet according to the serial number of the TCP layer, the serial number of the SCF layer, or the serial number of the PDCP layer.
具体来说, 图 1所示本发明数据接收处理方法实施例可以采用不同的 具体实现方式。  Specifically, the embodiment of the data receiving processing method of the present invention shown in FIG. 1 may adopt different specific implementation manners.
图 2为本发明实施例的数据接收处理方法所应用的网络协议栈的一种 结构示意图, 如图 2所示, 以 UMTS和 LTE两种无线接入技术同时月良务 同一个 UE为例 ,即同时在 UMTS和 LTE两种无线接入技术的链路上收发 数据。采用 UMTS接入技术的网络侧设备, 可以包含有物理层实体 PHY1、 媒体接入控制 (Media Access Control, MAC )层实体 MAC1、 无线链路控 制 ( Radio Link Control, RLC ) 层实体 RLC1和 PDCP层实体 PDCP1 ; 对 应的, 在 UE侧可以包含有相应的物理层实体 ΡΗΥΓ、 媒体接入控制层实 体 MAC1 '、 无线链路控制层实体 RLC1 '和分组数据汇聚协议层实体  FIG. 2 is a schematic structural diagram of a network protocol stack applied to a data receiving processing method according to an embodiment of the present invention. As shown in FIG. 2, the UMTS and LTE wireless access technologies are simultaneously used by the same UE as an example. That is, data is simultaneously transmitted and received on the links of the two UMTS and LTE radio access technologies. The network side device adopting the UMTS access technology may include a physical layer entity PHY1, a media access control (MAC) layer entity MAC1, a radio link control (RLC) layer entity RLC1, and a PDCP layer. The entity PDCP1; correspondingly, the UE side may include a corresponding physical layer entity, a medium access control layer entity MAC1 ', a radio link control layer entity RLC1', and a packet data convergence protocol layer entity.
PDCP 1,。采用 LTE接入技术的网络侧设备,可以包含有物理层实体 PHY2、 媒体接入控制层实体 MAC2、 无线链路控制层实体 RLC2和分组数据汇聚 协议层实体 PDCP2; 对应的, 在 UE侧可以包含有相应的物理层实体 PHY2'、 媒体接入控制层实体 MAC2'、 无线链路控制层实体 RLC2'和分组 数据汇聚协议层实体 PDCP2,。 PDCP 1, The network side device adopting the LTE access technology may include a physical layer entity PHY2, a medium access control layer entity MAC2, a radio link control layer entity RLC2, and a packet data convergence. The protocol layer entity PDCP2; correspondingly, the UE side may include a corresponding physical layer entity PHY2', a medium access control layer entity MAC2', a radio link control layer entity RLC2', and a packet data convergence protocol layer entity PDCP2.
此外, 在网络侧, 在所述 PDCP1实体、 PDCP2实体之上, 还包含有 —分发汇集功能 ( Split and Combination Function, SCF )层实体 SCF, 可 以用于在网络侧向 UE发送数据时,可以将数据从 UMTS链路和 LTE链路 分发出去, 在接收 UE发送的数据时, 该 SCF实体可以将数据从 UMTS 链路和 LTE链路上汇聚起来。 所述 SCF实体可以位于 UMTS网络侧设备 上,也可以位于 LTE网络侧设备上,也可以位于 UMTS网络侧设备和 LTE 网络侧设备上, 本发明对此并不进行限定。 在终端侧, 在所述 PDCP1 '实 体、 PDCP2'实体之上, 也有相应的分发汇集功能层实体 SCF,, 用于在 UE 向网络侧发送数据时,可以将数据从 UMTS链路和 LTE链路上分发出去, 在接收网络侧发送的数据时, 该 SCF,实体可以将数据从 UMTS链路和 LTE链路上汇聚起来。  In addition, on the network side, the PDCP1 entity and the PDCP2 entity further include a Split and Combination Function (SCF) layer entity SCF, which can be used to send data to the UE when the network side sends Data is distributed from the UMTS link and the LTE link. When receiving data transmitted by the UE, the SCF entity can aggregate data from the UMTS link and the LTE link. The SCF entity may be located on the UMTS network side device, or may be located on the LTE network side device, or may be located on the UMTS network side device and the LTE network side device, which is not limited by the present invention. On the terminal side, above the PDCP1 'entity, PDCP2' entity, there is also a corresponding distribution aggregation layer entity SCF, which can be used to transmit data from the UMTS link and the LTE link when the UE sends data to the network side. Distributed, when receiving data sent by the network side, the SCF, the entity can aggregate data from the UMTS link and the LTE link.
上述描述是以 UMTS和 LTE两种无线接入技术同时服务同一个 UE为 例如, GSM和 WCDMA无线接入技术同时服务同一个 UE , 或者两种以上 无线接入技术同时服务同一个 UE的情况, 此处不再赘述。  The above description is based on the UMTS and LTE two radio access technologies simultaneously serving the same UE, for example, the GSM and WCDMA radio access technologies simultaneously serve the same UE, or two or more radio access technologies simultaneously serve the same UE. I will not repeat them here.
基于图 2所示的网络协议栈架构, 图 1所示实施例可以具体采用如下 方式实现:  Based on the network protocol stack architecture shown in Figure 2, the embodiment shown in Figure 1 can be implemented in the following manner:
方式一、 使用 TCP层的序列号进行数据包的排序处理。  Method 1: Use the serial number of the TCP layer to perform sorting processing on the data packet.
由于网络传输的数据包中可以包含 TCP层的序列号, 因此可以根据 TCP层的序列号进行数据包的排序处理。  Since the data packet transmitted by the network can include the serial number of the TCP layer, the data packet can be sorted according to the serial number of the TCP layer.
以 UE为数据接收端举例来说, UE侧的 SCF, 实体可以接收网络侧从 LTE链路和 UMTS链路上发送的 TCP数据包, 并可以从该 TCP数据包的 包头中获取该 TCP数据包的 TCP层的序列号, 并根据该 TCP层的序列号 对 TCP数据包进行排序处理, 从而可以按序将 TCP数据包递交给高层。 方式二、 在数据发送端可以修改 IP数据包, 将 SCF层的序列号附加 在 IP数据包中, 在数据接收端则可根据数据包中的 SCF层的序列号进行 IP数据包的排序处理。 For example, the UE is the data receiving end. The SCF of the UE side can receive the TCP data packet sent by the network side from the LTE link and the UMTS link, and can obtain the TCP data packet from the packet header of the TCP data packet. The serial number of the TCP layer, and based on the serial number of the TCP layer The TCP packets are sorted so that the TCP packets can be delivered to the upper layer in order. Manner 2: The IP data packet can be modified at the data transmitting end, and the serial number of the SCF layer is added to the IP data packet, and the data receiving end can perform the sorting processing of the IP data packet according to the serial number of the SCF layer in the data packet.
图 3为方式二的数据接收处理方法的流程示意图, 以 UE为数据接收 端举例来说, 如图 3所示, 从网络侧的应用层下发下来的 IP数据包中包括 IP包长、 IP校验和以及 TCP校验和等,该 IP数据包被下发到网络侧的 SCF 层, 网络侧的 SCF实体可以将 SCF层的序列号 ( Sequence Number, SN ) 附加到该 IP数据包中。 相应的, 网络侧的 SCF实体需要修改该 IP数据包 的 IP包长, 例如, 爹改后的 IP包长为原 IP包长 +2, 重新计算 IP校险和 以及 TCP校验和,生成修改后的 IP校验和以及 TCP校验和。网络侧的 SCF 实体可以将修改后的 IP数据包下发到网络侧的 PDCP层,则网络侧的 PDCP 层实体, 例如 PDCP1实体或 PDCP2实体, 可以对该数据包进行压缩处理, 生成 PDCP压缩后的数据包, 即 PDCP压缩包, 并递交到下一层以传送给 UE侧。 当数据包通过空口被传递到 UE侧时, 该 UE侧的 PDCP层实体, 例如, PDCP1 '实体或 PDCP2'实体即可对收到的 PDCP压缩包进行解压缩 并将解压缩后的 IP数据包发送给 UE侧的 SCF,实体,UE侧的 SCF,实体即 可从该 IP数据包中获取 SCF层序列号 SN, 并还原出原 IP数据包的 IP包 长、 IP校验和以及 TCP校验, 并将所述 SN删除, 从而还原出原 IP数据 包。 然后, UE侧的 SCF'实体即可根据获取的各 IP数据包中的 SCF层序 列号 SN, 对数据包进行排序处理, 按序递交给高层。  FIG. 3 is a schematic flowchart of a data receiving processing method of the second method. For example, as shown in FIG. 3, the IP data packet sent from the application layer of the network side includes an IP packet length and an IP. The checksum and the TCP checksum are sent to the SCF layer on the network side. The SCF entity on the network side can add the sequence number (SN) of the SCF layer to the IP packet. Correspondingly, the SCF entity on the network side needs to modify the IP packet length of the IP data packet. For example, the falsified IP packet length is the original IP packet length +2, recalculate the IP insurance risk and the TCP checksum, and generate the modification. After the IP checksum and TCP checksum. The SCF entity on the network side can send the modified IP data packet to the PDCP layer on the network side, and the PDCP layer entity on the network side, for example, the PDCP1 entity or the PDCP2 entity, can compress the data packet to generate PDCP compression. The data packet, that is, the PDCP compressed packet, is delivered to the next layer for transmission to the UE side. When a data packet is delivered to the UE side through an air interface, the PDCP layer entity of the UE side, for example, the PDCP1 'entity or PDCP2' entity can decompress the received PDCP compressed packet and decompress the IP data packet. The SCF sent to the UE side, the entity, and the SCF on the UE side, the entity can obtain the SCF layer sequence number SN from the IP data packet, and restore the IP packet length, IP checksum, and TCP check of the original IP data packet. And deleting the SN, thereby restoring the original IP data packet. Then, the SCF' entity on the UE side can sort the data packets according to the obtained SCF layer sequence number SN in each IP data packet, and deliver it to the upper layer in order.
方式三、数据发送端可以用 SCF层分配的序列号代替 PDCP压缩包中 的 PDCP层分配的 PDPC层序列号, 数据接收端可以根据从 PDCP压缩包 中获取的 SCF层分配的序列号, 对解压缩后获取的 IP数据包进行排序处 理。  In the third mode, the data transmitting end may use the serial number assigned by the SCF layer to replace the PDPC layer serial number allocated by the PDCP layer in the PDCP compressed packet, and the data receiving end may solve the solution according to the serial number assigned by the SCF layer obtained from the PDCP compressed packet. The IP packets obtained after compression are sorted.
在现有技术中, 每个 PDCP压缩包均包含有由 PDCP层实体分配的 PDCP层的序列号, 而本方式三中, 以网络侧为数据发送端举例来说, 在 数据发送端, 网络侧的 SCF实体分发数据包, 并为数据包统一分配 SCF 层的序列号。 网络侧的 PDCP层实体, 即 PDCP1实体和 PDCP2实体生成 PDCP压缩包, 所述生成的 PDCP压缩包中包含有由网络侧的 SCF层实体 统一编号的 SCF层的序列号, 以代替原由 PDCP1实体和 PDCP2实体分别 进行独立编号的 PDCP层的序列号; 即 PDCP压缩包中 PDCP层的序列号 由 SCF层实体统一编号。当数据包通过空口发送到 UE侧时,UE侧的 PDCP 层实体, 即 PDCP Γ实体和 PDCP2'实体可以分别对接收到的 PDCP压缩包 进行解压缩, 获取 IP数据包和统一编号的 SCF层序列号, 并将所述 IP数 据包和统一编号的 SCF层序列号发送给 UE侧的 SCF'实体。 UE侧的 SCF' 实体可以根据 SCF层的序列号对 IP数据包进行排序处理, 按序递交到高 层。 In the prior art, each PDCP compressed package includes a PDCP layer entity. In the third mode, the network side is the data transmitting end. For example, at the data sending end, the SCF entity on the network side distributes the data packet, and uniformly allocates the serial number of the SCF layer for the data packet. The PDCP layer entity of the network side, that is, the PDCP1 entity and the PDCP2 entity, generates a PDCP compressed packet, and the generated PDCP compressed packet includes the serial number of the SCF layer uniformly numbered by the SCF layer entity on the network side, instead of the original PDCP1 entity and The serial number of the PDCP layer is independently numbered by the PDCP2 entity; that is, the serial number of the PDCP layer in the PDCP compressed packet is uniformly numbered by the SCF layer entity. When the data packet is sent to the UE side through the air interface, the PDCP layer entity on the UE side, that is, the PDCP entity and the PDCP2' entity, respectively decompress the received PDCP compressed packet, and obtain the IP data packet and the unified numbered SCF layer sequence. And transmitting the IP data packet and the uniformly numbered SCF layer sequence number to the SCF' entity on the UE side. The SCF' entity on the UE side can sort the IP data packets according to the sequence number of the SCF layer, and deliver them to the upper layer in order.
图 4为本发明实施例的数据接收处理方法所应用的网络协议栈的另一 种结构示意图,与图 2所示的协议栈的区别在于 SCF层位于 PDCP层之下。  FIG. 4 is another schematic structural diagram of a network protocol stack applied by the data receiving processing method according to an embodiment of the present invention. The difference from the protocol stack shown in FIG. 2 is that the SCF layer is located below the PDCP layer.
基于图 4所示的网络协议栈架构, 图 1所示实施例可以具体采用如下 方式实现:  Based on the network protocol stack architecture shown in Figure 4, the embodiment shown in Figure 1 can be implemented in the following manner:
方式四、 以网络侧为数据发送端举例来说, 在数据发送端, 例如, 网 络侧的 SCF实体,将 SCF层的序列号和 PDCP压缩包一起通过无线链路控 制业务数据单元( RLC Service Data Unit, RLC SDU )发送到网络侧的 RLC 层实体, 例如, 网络侧的 RLC1实体或者 RLC2实体。 在数据接收端一侧, 当收到网络侧发送来的 RLC SDU后, 终端侧的 SCF,实体可以从接收到的 RLC SDU中获取 SCF层的序列号和 PDCP压缩包, 并根据 SCF层的序列 号进行排序处理, 按序递交给 UE侧的 PDCP层实体, 例如, PDCP 1,或 PDCP2'实体。 PDCP1 '或 PDCP2'实体对 PDCP压缩包解压缩后可以得到 IP 数据包。  Method 4: Taking the network side as the data transmitting end For example, at the data sending end, for example, the SCF entity on the network side, the serial number of the SCF layer and the PDCP compressed packet are used to control the service data unit through the radio link ( RLC Service Data Unit, RLC SDU) is sent to the RLC layer entity on the network side, for example, the RLC1 entity or the RLC2 entity on the network side. On the data receiving end side, after receiving the RLC SDU sent by the network side, the SCF on the terminal side can obtain the sequence number of the SCF layer and the PDCP compressed packet from the received RLC SDU, and according to the sequence of the SCF layer. The number is sorted and delivered in order to the PDCP layer entity on the UE side, for example, PDCP 1, or PDCP2' entity. The PDCP1 'or PDCP2' entity decompresses the PDCP compression packet to obtain an IP packet.
该方式四与方式二的的区别在于, 方式二中的 SCF层的序列号直接添 加到 IP数据包中后, 然后再进行 PDCP压缩, 而在该方式四中, 则是先对 IP数据包进行 PDCP压缩,然后再将 SCF层的序列号以及该 PDCP压缩包 一起放在 RLC SDU中发送。 The difference between the fourth mode and the second mode is that the serial number of the SCF layer in the second mode is directly added. After being added to the IP data packet, PDCP compression is performed, and in the fourth mode, the IP data packet is first PDCP-compressed, and then the serial number of the SCF layer and the PDCP compressed packet are placed together in the RLC SDU. Sent in.
图 5为本发明实施例的数据接收处理方法所应用的网络协议栈的再一 种结构示意图, 如图 5所示, 该协议栈架构与图 2所示协议栈架构的区别 在于, SCF层实体设在 PDCP层实体的下层, 且 UMTS链路与 LTE链路 共用一个 PDCP层实体, 该 PDCP层实体位于 UMTS网络侧设备中, 可以 理解的是, 该 PDCP层实体也可以位于 LTE网络侧设备中, 本发明对此不 进行限定。  5 is a schematic structural diagram of another network protocol stack applied by the data receiving processing method according to an embodiment of the present invention. As shown in FIG. 5, the difference between the protocol stack architecture and the protocol stack architecture shown in FIG. 2 is that the SCF layer entity is The PDCP layer entity is located in the lower layer of the PDCP layer entity, and the UMTS link and the LTE link share a PDCP layer entity, and the PDCP layer entity is located in the UMTS network side device. It can be understood that the PDCP layer entity may also be located in the LTE network side device. The invention is not limited thereto.
基于图 5所示的网络协议栈架构, 图 1所示实施例可以具体采用如下 方式实现:  Based on the network protocol stack architecture shown in Figure 5, the embodiment shown in Figure 1 can be implemented in the following manner:
方式五、 UMTS链路与 LTE链路共用一个 PDCP层实体, 对于数据发 送端而言, 发送的每个 PDCP压缩包中均包含该共用的 PDCP层实体分配 的 PDCP层的序列号, 数据接收端对收到的 PDCP压缩包解压缩后, 即可 利用获取的 PDCP层的序列号对 IP数据包进行排序处理。  In the fifth mode, the UMTS link shares a PDCP layer entity with the LTE link. For the data sending end, each PDCP compressed packet sent includes the serial number of the PDCP layer allocated by the shared PDCP layer entity, and the data receiving end After decompressing the received PDCP compression package, the IP data packet can be sorted by using the obtained serial number of the PDCP layer.
对于该方式五来说, 其可以适用于图 5所示的网络架构。 仍以 UE为 数据接收端为例进行详细说明。 由于 UMTS链路与 LTE链路共用一个 PDCP层实体, 因此, 对于数据发送端而言, 该 PDCP层实体可以对高层 下发的 IP数据包统一分配 PDCP层的序列号, 并对该 IP数据包进行压缩 处理获得包含该统一分配的 PDCP层的序列号的 PDCP压缩包。 当数据包 通过空口发送到 UE侧后, UE侧的 SCF,实体可以将数据从 UMTS链路和 LTE链路上汇聚起来, 并将 PDCP压缩包递交给 UE侧的 PDCP层实体。 UE侧的 PDCP层实体即可对 PDCP压缩包进行解压缩, 获得 IP数据包, 还可以获取统一分配的 PDCP层的序列号, 然后 UE侧的 PDCP层实体即 可根据该 PDCP层的序列号进行排序处理,按序将该 IP数据包发送给高层。  For the fifth mode, it can be applied to the network architecture shown in FIG. 5. The UE is still used as the data receiving end as an example for detailed description. The UMTS link and the LTE link share one PDCP layer entity. Therefore, for the data sending end, the PDCP layer entity can uniformly allocate the serial number of the PDCP layer to the IP data packet sent by the upper layer, and the IP data packet is allocated to the IP data packet. A compression process is performed to obtain a PDCP compressed packet containing the serial number of the uniformly allocated PDCP layer. After the data packet is sent to the UE side through the air interface, the SCF on the UE side can aggregate the data from the UMTS link and the LTE link, and deliver the PDCP compressed packet to the PDCP layer entity on the UE side. The PDCP layer entity on the UE side can decompress the PDCP compressed packet, obtain the IP data packet, and obtain the serial number of the PDCP layer that is uniformly allocated. Then, the PDCP layer entity on the UE side can perform the PDCP layer serial number according to the serial number of the PDCP layer. The sorting process sends the IP data packet to the upper layer in order.
图 6为本发明数据接收端设备实施例一的结构示意图, 如图 6所示, 本实施例的设备可以包括: 接收模块 11、 获取模块 12以及排序处理模块 13 , 其中,接收模块 1 1用于接收数据发送端设备在至少两种无线接入技术 的链路上发送的数据包, 所述数据包中包含序列号; 获取模块 12用于获取 所述数据包中的序列号; 排序处理模块 13用于根据所述序列号,对所述数 据包进行排序处理。 FIG. 6 is a schematic structural diagram of Embodiment 1 of a data receiving end device according to the present invention, as shown in FIG. The device of this embodiment may include: a receiving module 11, an obtaining module 12, and a sorting processing module 13, where the receiving module 11 is configured to receive a data packet sent by the data sending end device on a link of at least two radio access technologies. The data packet includes a sequence number; the obtaining module 12 is configured to obtain a sequence number in the data packet; and the sorting processing module 13 is configured to perform sorting processing on the data packet according to the sequence number.
本实施例的设备即可为 UE侧的设备也可以为网络侧的设备, 其具体 可以实现图 1所示方法实施例的方法, 达到其相应的技术效果, 此处不再 赘述。  The device in this embodiment may be a device on the UE side or a device on the network side. The method in the embodiment of the method shown in FIG. 1 may be implemented to achieve the corresponding technical effects, and details are not described herein.
图 7为本发明数据接收端设备实施例二的结构示意图, 如图 7所示, 本实施例的设备在图 6所示设备的基础上, 进一步地, 可以包括: 排序处 理模块 13可以具体包括: 第一排序单元 131、 第二排序单元 132以及第三 排序单元 133 , 其中, 第一排序单元 131用于根据 TCP层的序列号, 对所 述数据包进行排序处理; 第二排序单元 132用于根据 SCF层的序列号, 对 所述数据包进行排序处理;第三排序单元 133用于根据 PDCP层的序列号, 对所述数据包进行排序处理。 需要说明的是, 上述三种排序单元也可以只 采用其中的一个或两个排序单元。  FIG. 7 is a schematic structural diagram of Embodiment 2 of the data receiving device of the present invention. As shown in FIG. 7 , the device in this embodiment is based on the device shown in FIG. 6 , and may further include: the sort processing module 13 may specifically include The first sorting unit 131, the second sorting unit 132, and the third sorting unit 133, wherein the first sorting unit 131 is configured to sort the data packet according to the serial number of the TCP layer; The data packet is sorted according to the sequence number of the SCF layer; the third sorting unit 133 is configured to perform sort processing on the data packet according to the serial number of the PDCP layer. It should be noted that the above three sorting units may also adopt only one or two sorting units.
基于图 7所示数据接收端设备的结构示意图, 在本发明数据接收端设 备另一个实施例中, 所述获取模块可以进一步用于: 在 PDCP层, 对所述 接收到的数据包进行 PDCP解压缩; 在 SCF层, 获取所述 PDCP解压缩后 的数据包中的 SCF层的序列号。其中, 所述 SCF层的序列号可以用于代替 PDCP压缩后的数据包中包含的 PDCP层序列号。  Based on the structure of the data receiving device shown in FIG. 7, in another embodiment of the data receiving device of the present invention, the acquiring module may be further configured to: perform PDCP solution on the received data packet at the PDCP layer. Compressing; at the SCF layer, obtaining the sequence number of the SCF layer in the PDCP decompressed data packet. The sequence number of the SCF layer may be used to replace the PDCP layer sequence number included in the PDCP compressed data packet.
基于图 7所示数据接收端设备的结构示意图, 在本发明数据接收端设 备另一个实施例中, 所述获取模块可以进一步用于:  Based on the structure of the data receiving device shown in FIG. 7, in another embodiment of the data receiving device of the present invention, the acquiring module may be further used to:
在 SCF层,从接收到的无线链路控制业务数据单元中获取 SCF层的序 列号。  At the SCF layer, the sequence number of the SCF layer is obtained from the received radio link control service data unit.
基于图 7所示数据接收端设备的结构示意图, 在本发明数据接收端设 备另一个实施例中, 所述获取模块可以进一步用于: The structure of the data receiving end device shown in FIG. 7 is set in the data receiving end of the present invention. In another embodiment, the obtaining module may be further configured to:
在 PDCP层, 对所述接收到的数据包进行 PDCP解压缩, 获取所述至 少两种无线接入技术的链路统一分配的 PDCP层序列号。  At the PDCP layer, the received data packet is subjected to PDCP decompression, and the PDCP layer serial number uniformly allocated by the link of the at least two radio access technologies is obtained.
本实施例的三个排序单元分别用于实现上述方式一〜方式五的技术方 案, 其实现原理类似, 此处不再赘述。 应用本发明实施例的数据接收端设 备实现数据接收处理方法的具体过程与前述方法实施例类似, 此处不再赘 述。  The three sorting units of this embodiment are respectively used to implement the technical solutions of the foregoing manners 1 to 5. The implementation principle is similar, and details are not described herein again. The specific process of implementing the data receiving processing method by using the data receiving end device of the embodiment of the present invention is similar to the foregoing method embodiment, and is not described herein again.
本领域普通技术人员可以理解: 实现上述方法实施例的全部或部分步 骤可以通过程序指令相关的硬件来完成, 前述的程序可以存储于一计算机 可读取存储介质中, 该程序在执行时, 执行包括上述方法实施例的步骤; 而前述的存储介质包括: ROM、 RAM, 磁碟或者光盘等各种可以存储程序 代码的介质。  A person skilled in the art can understand that all or part of the steps of implementing the above method embodiments may be completed by using hardware related to program instructions, and the foregoing program may be stored in a computer readable storage medium, and the program is executed when executed. The foregoing steps include the steps of the foregoing method embodiments; and the foregoing storage medium includes: a medium that can store program codes, such as a ROM, a RAM, a magnetic disk, or an optical disk.
最后应说明的是: 以上实施例仅用以说明本发明的技术方案, 而非对其 限制; 尽管参照前述实施例对本发明进行了详细的说明, 本领域的普通技术 人员应当理解: 其依然可以对前述各实施例所记载的技术方案进行修改, 或 者对其中部分技术特征进行等同替换; 而这些修改或者替换, 并不使相应技 术方案的本质脱离本发明各实施例技术方案的精神和范围。  It should be noted that the above embodiments are only for explaining the technical solutions of the present invention, and are not intended to be limiting; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those skilled in the art that: The technical solutions described in the foregoing embodiments are modified, or some of the technical features are equivalently replaced. The modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention.

Claims

权 利 要 求 Rights request
1、 一种数据接收处理方法, 其特征在于, 包括:  A data receiving processing method, comprising:
接收数据发送端在至少两种无线接入技术的链路上发送的数据包, 所 述数据包中包含序列号;  Receiving, by the data sending end, a data packet sent on a link of at least two radio access technologies, where the data packet includes a serial number;
获取所述数据包中的序列号;  Obtaining a serial number in the data packet;
根据所述序列号, 对所述数据包进行排序处理。  Sorting the data packet according to the serial number.
2、 根据权利要求 1所述的方法, 其特征在于, 所述根据所述序列号, 对所述数据包进行排序处理, 包括:  The method according to claim 1, wherein the sorting the data packet according to the serial number comprises:
根据传输控制协议 TCP层的序列号、 分发汇聚 SCF层的序列号或者 分组数据汇聚协议 PDCP层的序列号, 对所述数据包进行排序处理。  The data packet is sorted according to the sequence number of the transmission control protocol TCP layer, the sequence number of the distribution aggregation SCF layer, or the sequence number of the packet data convergence protocol PDCP layer.
3、 根据权利要求 2所述的方法, 其特征在于, 所述获取所述数据包中 的序列号包括:  The method according to claim 2, wherein the obtaining the serial number in the data packet comprises:
在 PDCP层, 对所述接收到的数据包进行 PDCP解压缩;  Performing PDCP decompression on the received data packet at the PDCP layer;
在 SCF层, 获取所述 PDCP解压缩后的数据包中的 SCF层的序列号。  At the SCF layer, the sequence number of the SCF layer in the PDCP decompressed data packet is obtained.
4、 根据权利要求 3所述的方法, 其特征在于, 所述 SCF层的序列号 用于替换 PDCP压缩后的数据包中包含的 PDCP层序列号。 The method according to claim 3, wherein the sequence number of the SCF layer is used to replace the PDCP layer sequence number included in the PDCP compressed data packet.
5、 根据权利要求 2所述的方法, 其特征在于, 所述获取所述数据包中 的序列号包括:  5. The method according to claim 2, wherein the obtaining the serial number in the data packet comprises:
在 SCF层,从接收到的无线链路控制业务数据单元中获取 SCF层的序 列号。  At the SCF layer, the sequence number of the SCF layer is obtained from the received radio link control service data unit.
6、 根据权利要求 2所述的方法, 其特征在于, 所述获取所述数据包中 的序列号包括:  The method according to claim 2, wherein the obtaining the serial number in the data packet comprises:
在 PDCP层, 对所述接收到的数据包进行 PDCP解压缩, 获取所述至 少两种无线接入技术的链路统一分配的 PDCP层序列号。  At the PDCP layer, the received data packet is subjected to PDCP decompression, and the PDCP layer serial number uniformly allocated by the link of the at least two radio access technologies is obtained.
7、 一种数据接收端设备, 其特征在于, 包括:  7. A data receiving device, comprising:
接收模块, 用于接收数据发送端设备在至少两种无线接入技术的链路 上发送的数据包, 所述数据包中包含序列号; a receiving module, configured to receive a link of the data sending end device in at least two radio access technologies a data packet sent on the data packet, where the data packet includes a serial number;
获取模块, 用于获取所述数据包中的序列号;  An obtaining module, configured to acquire a serial number in the data packet;
排序处理模块, 用于根据所述序列号, 对所述数据包进行排序处理。 And a sorting processing module, configured to sort the data packet according to the serial number.
8、 根据权利要求 7所述的设备, 其特征在于, 所述排序处理模块, 包 括下述至少一种单元: The device according to claim 7, wherein the sorting processing module comprises at least one of the following units:
第一排序单元, 用于根据输控制协议 TCP层的序列号, 对所述数据包 进行排序处理;  a first sorting unit, configured to perform sorting processing on the data packet according to a serial number of a TCP layer of the transmission control protocol;
第二排序单元, 用于根据分发汇聚 SCF层的序列号, 对所述数据包进 行排序处理; 述数据包进行排序处理。  a second sorting unit, configured to sort the data packets according to a sequence number of the distribution aggregation SCF layer; and describe the data packets to be sorted.
9、 根据权利要求 8所述的设备, 其特征在于, 所述获取模块进一步用 于:  9. The device according to claim 8, wherein the obtaining module is further used to:
在 PDCP层, 对所述接收到的数据包进行 PDCP解压缩;  Performing PDCP decompression on the received data packet at the PDCP layer;
在 SCF层, 获取所述 PDCP解压缩后的数据包中的 SCF层的序列号。 At the SCF layer, the sequence number of the SCF layer in the PDCP decompressed data packet is obtained.
10、 根据权利要求 9所述的设备, 其特征在于, 所述 SCF层的序列号 用于替换 PDCP压缩后的数据包中包含的 PDCP层序列号。 10. The device according to claim 9, wherein the sequence number of the SCF layer is used to replace the PDCP layer sequence number included in the PDCP compressed data packet.
1 1、 根据权利要求 8所述的设备, 其特征在于, 所述获取模块进一步 用于:  The device according to claim 8, wherein the acquiring module is further configured to:
在 SCF层,从接收到的无线链路控制业务数据单元中获取 SCF层的序 列号。  At the SCF layer, the sequence number of the SCF layer is obtained from the received radio link control service data unit.
12、 根据权利要求 8所述的设备, 其特征在于, 所述获取模块进一步 用于:  The device according to claim 8, wherein the obtaining module is further configured to:
在 PDCP层, 对所述接收到的数据包进行 PDCP解压缩, 获取所述至 少两种无线接入技术的链路统一分配的 PDCP层序列号。  At the PDCP layer, the received data packet is subjected to PDCP decompression, and the PDCP layer serial number uniformly allocated by the link of the at least two radio access technologies is obtained.
PCT/CN2011/075399 2011-06-07 2011-06-07 Data reception processing method and apparatus WO2011157190A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2011/075399 WO2011157190A2 (en) 2011-06-07 2011-06-07 Data reception processing method and apparatus
CN2011800018264A CN102714577A (en) 2011-06-07 2011-06-07 Data reception processing method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2011/075399 WO2011157190A2 (en) 2011-06-07 2011-06-07 Data reception processing method and apparatus

Publications (2)

Publication Number Publication Date
WO2011157190A2 true WO2011157190A2 (en) 2011-12-22
WO2011157190A3 WO2011157190A3 (en) 2012-05-03

Family

ID=45348645

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/075399 WO2011157190A2 (en) 2011-06-07 2011-06-07 Data reception processing method and apparatus

Country Status (2)

Country Link
CN (1) CN102714577A (en)
WO (1) WO2011157190A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104714900A (en) * 2015-03-26 2015-06-17 百度在线网络技术(北京)有限公司 Data reading method and device
CN111163019A (en) * 2018-11-07 2020-05-15 中兴通讯股份有限公司 Method, apparatus and storage medium for processing data packet

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109392016B (en) * 2017-08-11 2022-06-28 中国电信股份有限公司 Data transmitting/receiving method and device, data transmission system
CN108632171B (en) * 2017-09-07 2020-03-31 视联动力信息技术股份有限公司 Data processing method and device based on video network
CN111385069A (en) * 2018-12-27 2020-07-07 广州市百果园信息技术有限公司 Data transmission method and computer equipment
CN113938438B (en) * 2020-07-14 2023-10-13 维沃移动通信有限公司 Data processing method, data processing device and first terminal

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1951052A (en) * 2004-04-19 2007-04-18 Lg电子株式会社 Apparatus and method for enhanced um rlc data handling
CN101162968A (en) * 2006-12-08 2008-04-16 中兴通讯股份有限公司 Disorder regulation means of forward universal routing encapsulation packet
CN101436984A (en) * 2007-11-13 2009-05-20 华为技术有限公司 Data transmission method and apparatus
CN102025601A (en) * 2009-09-17 2011-04-20 中兴通讯股份有限公司 Data encapsulation method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1951052A (en) * 2004-04-19 2007-04-18 Lg电子株式会社 Apparatus and method for enhanced um rlc data handling
CN101162968A (en) * 2006-12-08 2008-04-16 中兴通讯股份有限公司 Disorder regulation means of forward universal routing encapsulation packet
CN101436984A (en) * 2007-11-13 2009-05-20 华为技术有限公司 Data transmission method and apparatus
CN102025601A (en) * 2009-09-17 2011-04-20 中兴通讯股份有限公司 Data encapsulation method and system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104714900A (en) * 2015-03-26 2015-06-17 百度在线网络技术(北京)有限公司 Data reading method and device
CN104714900B (en) * 2015-03-26 2019-07-05 百度在线网络技术(北京)有限公司 Method for reading data and device
CN111163019A (en) * 2018-11-07 2020-05-15 中兴通讯股份有限公司 Method, apparatus and storage medium for processing data packet
EP3879908A4 (en) * 2018-11-07 2022-07-27 ZTE Corporation Method and apparatus for processing data packets, device, and storage medium
CN111163019B (en) * 2018-11-07 2022-10-28 中兴通讯股份有限公司 Method, apparatus and storage medium for processing data packet

Also Published As

Publication number Publication date
WO2011157190A3 (en) 2012-05-03
CN102714577A (en) 2012-10-03

Similar Documents

Publication Publication Date Title
RU2461147C2 (en) Method of processing radio protocol in mobile communication system and mobile communication transmitter
US11838797B2 (en) Method and device for improved communication performance in wireless communication system
CN108337633B (en) Data distribution configuration method, base station system and user terminal
US20190312938A1 (en) Data Transmission Method And Apparatus
WO2017049505A1 (en) Data transmission method and communications device
KR20200023952A (en) Method of performing dual connectivity in heterogeneous network and an apparatus
CN103945461A (en) Data multi-flow transmission method and device
WO2011157190A2 (en) Data reception processing method and apparatus
WO2016141793A1 (en) Air-interface protocol stack configuration method, and data transmission method and device
US20200336903A1 (en) Method and apparatus for identifying security key in next generation mobile communication system
TW200822659A (en) A method and apparatus for time synchronization of parameters
WO2018201498A1 (en) Data receiving state reporting method and apparatus
WO2012146076A1 (en) Method, device and system for data transmission
JP6034948B2 (en) Method and apparatus for content distribution in a wireless access network
CN113271551B (en) Data stream transmission method, terminal and network side equipment
EP3879780A1 (en) Method and device for identifying security key based on pdcp layer device in next-generation mobile communication system
WO2012146170A1 (en) Data distribution method and apparatus for multiple radio access technologies servicing one user equipment
JP5387680B2 (en) Relay station, communication system, and communication method
WO2017000564A1 (en) Data processing method and device
JP2023062123A (en) Wireless communication device, wireless communication method, and wireless communication system
CN108200605B (en) Data transmission method and device for base station
WO2011107057A2 (en) Data transmission method, radio access network equipment, wireless gateway and system
CN107018531B (en) Method for processing data service in Long Term Evolution (LTE) base station and base station
US20070070913A1 (en) Data transmission method for wireless packet data based data transmission
WO2023207555A1 (en) Communication method and apparatus

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201180001826.4

Country of ref document: CN

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

Ref document number: 11795156

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase in:

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11795156

Country of ref document: EP

Kind code of ref document: A2