CN116266931A - Method, device, communication equipment and storage medium for data packet serial connection - Google Patents

Method, device, communication equipment and storage medium for data packet serial connection Download PDF

Info

Publication number
CN116266931A
CN116266931A CN202111554765.6A CN202111554765A CN116266931A CN 116266931 A CN116266931 A CN 116266931A CN 202111554765 A CN202111554765 A CN 202111554765A CN 116266931 A CN116266931 A CN 116266931A
Authority
CN
China
Prior art keywords
pdcp
network device
packet
concatenation
data packet
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202111554765.6A
Other languages
Chinese (zh)
Inventor
李娜
赵芸
张慧敏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
Research Institute of China Mobile Communication Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
Research Institute of China Mobile Communication Co Ltd
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 China Mobile Communications Group Co Ltd, Research Institute of China Mobile Communication Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN202111554765.6A priority Critical patent/CN116266931A/en
Publication of CN116266931A publication Critical patent/CN116266931A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0023Systems modifying transmission characteristics according to link quality, e.g. power backoff characterised by the signalling
    • H04L1/0026Transmission of channel quality indication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/163In-band adaptation of TCP data exchange; In-band control procedures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Quality & Reliability (AREA)
  • Computer Security & Cryptography (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

本发明实施例公开了一种数据包串联的方法、装置、通信设备和存储介质。所述方法包括:终端设备接收第一指示信息,所述第一指示信息用于指示是否开启分组数据汇聚协议(PDCP)数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP服务数据单元(SDU)进行串联。

Figure 202111554765

The embodiment of the invention discloses a data packet concatenation method, device, communication equipment and storage medium. The method includes: the terminal device receives first indication information, and the first indication information is used to indicate whether to enable Packet Data Convergence Protocol (PDCP) data packet concatenation; the PDCP data packet concatenation means that before the PDCP entity adds a header, the At least two PDCP Service Data Units (SDUs) are concatenated.

Figure 202111554765

Description

一种数据包串联的方法、装置、通信设备和存储介质A method, device, communication device and storage medium for concatenation of data packets

技术领域technical field

本发明涉及通信技术领域,具体涉及一种数据包串联的方法、装置、通信设备和存储介质。The present invention relates to the technical field of communication, in particular to a method, device, communication device and storage medium for concatenating data packets.

背景技术Background technique

对于通过传输控制协议(TCP,Transmission Control Protocol)连接传输的4K视频流和文件下载,用户设备(UE,User Equipment)可能会同时生成很多TCP反馈确认(ACK)数据包。这些数据包仅携带TCP ACK信息,数据包大小在25-60字节之间。考虑到分组数据汇聚协议(PDCP,Packet Data Convergence Protocol)层会对这些小数据包分别进行用户面完整性保护和加密操作,因此处理效率较低。与此同时,针对每个小数据包,层2(L2,Layer2)都需要为其添加各包头,这些包头大概需要6字节(例如PDCP包头占2-3字节,无线链路控制(RLC,Radio Link Control)包头占2-3字节,介质访问控制(MAC,Medium AccessControl)包头占2字节),占整个数据包大小的19%(假设每个数据包25字节)/9%(假设每个数据包60字节)。For 4K video streams and file downloads transmitted over a Transmission Control Protocol (TCP, Transmission Control Protocol) connection, a user equipment (UE, User Equipment) may simultaneously generate many TCP feedback acknowledgment (ACK) packets. These packets only carry TCP ACK information, and the packet size is between 25-60 bytes. Considering that the Packet Data Convergence Protocol (PDCP, Packet Data Convergence Protocol) layer respectively performs user plane integrity protection and encryption operations on these small data packets, the processing efficiency is low. At the same time, for each small data packet, layer 2 (L2, Layer2) needs to add various headers to it, and these headers need about 6 bytes (for example, the PDCP header occupies 2-3 bytes, and the radio link control (RLC) , Radio Link Control) packet header occupies 2-3 bytes, medium access control (MAC, Medium AccessControl) packet header occupies 2 bytes), accounting for 19% of the entire packet size (assuming each packet is 25 bytes)/9% (assuming 60 bytes per packet).

发明内容Contents of the invention

为解决现有存在的技术问题,本发明实施例提供一种数据包串联的方法、装置、通信设备和存储介质。In order to solve the existing technical problems, the embodiments of the present invention provide a data packet concatenation method, device, communication device and storage medium.

为达到上述目的,本发明实施例的技术方案是这样实现的:In order to achieve the above object, the technical solution of the embodiment of the present invention is achieved in this way:

第一方面,本发明实施例提供了一种数据包串联的方法,所述方法包括:In the first aspect, the embodiment of the present invention provides a method for concatenating data packets, the method comprising:

终端设备接收第一指示信息,所述第一指示信息用于指示是否开启PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP服务数据单元(SDU,Service Data Unit)进行串联。The terminal device receives first indication information, and the first indication information is used to indicate whether to enable PDCP data packet concatenation; the PDCP data packet concatenation refers to at least two PDCP service data units (SDU, Service Data Unit) in series.

上述方案中,所述终端设备接收第一指示信息,包括:所述终端设备接收网络设备发送的第一配置信息,所述第一配置信息包括所述第一指示信息;In the above solution, the terminal device receiving the first indication information includes: the terminal device receiving first configuration information sent by the network device, the first configuration information including the first indication information;

所述第一配置信息还包括:PDCP报文头部中用于指示数据包长度的指示域大小;和/或,用于指示数据包串联规则的选项。The first configuration information further includes: the size of an indication field in the PDCP message header used to indicate the length of the data packet; and/or, an option used to indicate the concatenation rule of the data packet.

上述方案中,所述第一指示信息还包括以下至少一种信息:In the above solution, the first indication information further includes at least one of the following information:

PDCP报文头部中用于指示数据包长度的指示域大小;The size of the indication field used to indicate the length of the data packet in the PDCP message header;

用于指示数据包串联规则的选项。Option to indicate packet concatenation rules.

上述方案中,所述终端设备接收网络设备发送的第一配置信息,包括:In the above solution, the terminal device receives the first configuration information sent by the network device, including:

所述终端设备通过高层信令接收网络设备发送的第一配置信息。The terminal device receives the first configuration information sent by the network device through high-layer signaling.

上述方案中,所述终端设备接收第一指示信息,包括:In the above solution, the terminal device receives the first indication information, including:

所述终端设备的PDCP实体接收MAC实体发送的所述第一指示信息。The PDCP entity of the terminal device receives the first indication information sent by the MAC entity.

上述方案中,所述第一指示信息还用于指示启动的用于指示数据包串联规则的选项,所述用于指示数据包串联规则的选项是网络设备配置的,或者是所述终端设备预定义的,或者是协议规定的。In the above solution, the first indication information is also used to indicate the activated option for indicating the data packet concatenation rule, and the option for indicating the data packet concatenation rule is configured by the network device, or the terminal device pre-configured Defined, or stipulated by the agreement.

上述方案中,所述方法还包括:所述终端设备的PDCP实体接收所述MAC实体发送的以下至少一种信息:In the above solution, the method further includes: the PDCP entity of the terminal device receives at least one of the following information sent by the MAC entity:

预测的传输块大小;predicted transport block size;

预测的上行资源分配大小;Predicted uplink resource allocation size;

预测的信道质量。Predicted channel quality.

上述方案中,所述用于指示数据包串联规则的选项包括以下其中之一:In the above solution, the option for indicating the data packet concatenation rule includes one of the following:

用于指示串联数据包大小的选项;option to indicate concatenated packet size;

用于指示串联数据包数量的选项;option to indicate the number of concatenated packets;

针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项;Options for different concatenated packet sizes or number of concatenated packets for different predicted transport block sizes;

针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项;For different predicted uplink resource allocation sizes, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers;

针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项。For different predicted channel qualities, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers.

上述方案中,所述方法还包括:所述终端设备的PDCP实体基于所述第一指示信息发送PDCP数据,在所述第一指示信息指示开启PDCP数据包串联的情况下,所述PDCP数据中包括串联的PDCP数据包。In the above solution, the method further includes: the PDCP entity of the terminal device sends PDCP data based on the first indication information, and when the first indication information indicates that PDCP data packet concatenation is enabled, the PDCP data in the PDCP data Concatenated PDCP packets are included.

上述方案中,所述PDCP数据的报文头中的至少一个预留位用于指示是否开启PDCP数据包串联。In the above solution, at least one reserved bit in the packet header of the PDCP data is used to indicate whether to enable PDCP data packet concatenation.

上述方案中,所述PDCP数据的报文头中的至少两个预留位用于指示启用的所述用于指示PDCP数据包串联规则的选项。In the above solution, at least two reserved bits in the packet header of the PDCP data are used to indicate the enabled option for indicating the concatenation rules of PDCP data packets.

上述方案中,所述PDCP数据的报文头中还包括至少一个第一指示域,所述至少一个第一指示域用于指示接收到的每个上层数据包的大小或者经压缩后的每个上层数据包的大小。In the above solution, the packet header of the PDCP data further includes at least one first indication field, and the at least one first indication field is used to indicate the size of each received upper layer data packet or each compressed The size of the upper layer packet.

上述方案中,在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,所述方法还包括:In the above solution, when the terminal device is switched from the first network device to the second network device, the method further includes:

所述终端设备向所述第二网络设备发送第一PDCP状态报告,所述第一PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。The terminal device sends a first PDCP status report to the second network device, and the sequence number field in the first PDCP status report is filled with sequence numbers of data packets not received in the first network device.

上述方案中,所述方法还包括:所述终端设备接收所述第二网络设备发送的第二PDCP状态报告,所述第二PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In the above solution, the method further includes: the terminal device receiving a second PDCP status report sent by the second network device, and the sequence number field in the second PDCP status report is filled in the first network device The sequence number of the packet that was not received.

上述方案中,所述方法还包括:所述终端设备向网络设备发送能力信息,所述能力信息包括以下至少一种信息:In the above solution, the method further includes: the terminal device sending capability information to the network device, where the capability information includes at least one of the following information:

所述终端设备是否支持PDCP数据包串联功能;Whether the terminal device supports the PDCP packet concatenation function;

所述终端设备是否支持上行PDCP数据包串联功能;Whether the terminal device supports the uplink PDCP packet concatenation function;

所述终端设备是否支持下行PDCP数据包串联功能。Whether the terminal device supports the downlink PDCP packet concatenation function.

第二方面,本发明实施例还提供了一种数据包串联的方法,所述方法包括:In the second aspect, the embodiment of the present invention also provides a method for concatenating data packets, the method comprising:

网络设备向终端设备发送第一指示信息,所述第一指示信息用于指示是否开启PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP SDU进行串联。The network device sends first indication information to the terminal device, where the first indication information is used to indicate whether to enable PDCP data packet concatenation; the PDCP data packet concatenation refers to concatenation of at least two PDCP SDUs before the PDCP entity adds a header.

上述方案中,所述网络设备向终端设备发送第一指示信息,包括:所述网络设备向所述终端设备发送第一配置信息,所述第一配置信息包括所述第一指示信息;In the above solution, the network device sending the first indication information to the terminal device includes: the network device sending first configuration information to the terminal device, the first configuration information including the first indication information;

所述第一配置信息还包括:PDCP报文头部中用于指示数据包长度的指示域大小;和/或,用于指示数据包串联规则的选项。The first configuration information further includes: the size of an indication field in the PDCP message header used to indicate the length of the data packet; and/or, an option used to indicate the concatenation rule of the data packet.

上述方案中,所述第一指示信息还包括以下至少一种信息:In the above solution, the first indication information further includes at least one of the following information:

PDCP报文头部中用于指示数据包长度的指示域大小;The size of the indication field used to indicate the length of the data packet in the PDCP message header;

用于指示数据包串联规则的选项。Option to indicate packet concatenation rules.

上述方案中,所述用于指示数据包串联规则的选项包括以下其中之一:In the above solution, the option for indicating the data packet concatenation rule includes one of the following:

用于指示串联数据包大小的选项;option to indicate concatenated packet size;

用于指示串联数据包数量的选项;option to indicate the number of concatenated packets;

针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项;Options for different concatenated packet sizes or number of concatenated packets for different predicted transport block sizes;

针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项;For different predicted uplink resource allocation sizes, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers;

针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项。For different predicted channel qualities, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers.

上述方案中,所述网络设备向所述终端设备发送第一配置信息,包括:In the above solution, the network device sends the first configuration information to the terminal device, including:

所述网络设备通过高层信令向所述终端设备发送第一配置信息。The network device sends the first configuration information to the terminal device through high-level signaling.

上述方案中,所述方法还包括:所述网络设备接收所述终端设备发送的数据,在所述第一指示信息指示开启PDCP数据包串联的情况下,所述数据对应的PDCP数据中包括串联的PDCP数据包。In the above scheme, the method further includes: the network device receiving the data sent by the terminal device, and when the first indication information indicates that PDCP data packet concatenation is enabled, the PDCP data corresponding to the data includes concatenation PDCP packets.

上述方案中,所述PDCP数据的报文头中的至少一个预留位用于指示是否开启PDCP数据包串联。In the above solution, at least one reserved bit in the packet header of the PDCP data is used to indicate whether to enable PDCP data packet concatenation.

上述方案中,所述PDCP数据的报文头中的至少两个预留位用于指示启用的所述用于指示PDCP数据包串联规则的选项。In the above solution, at least two reserved bits in the packet header of the PDCP data are used to indicate the enabled option for indicating the concatenation rules of PDCP data packets.

上述方案中,所述PDCP数据的报文头中还包括至少一个第一指示域,所述至少一个第一指示域用于指示接收到的每个上层数据包的大小或者经压缩后的每个上层数据包的大小。In the above solution, the packet header of the PDCP data further includes at least one first indication field, and the at least one first indication field is used to indicate the size of each received upper layer data packet or each compressed The size of the upper layer packet.

上述方案中,在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,所述方法还包括:在所述网络设备为所述第一网络设备的情况下,所述第一网络设备向所述第二网络设备发送所述第一配置信息。In the above solution, when the terminal device is switched from the first network device to the second network device, the method further includes: when the network device is the first network device, the The first network device sends the first configuration information to the second network device.

上述方案中,在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,所述方法还包括:在所述网络设备为所述第二网络设备的情况下,所述第二网络设备向所述第一网络设备发送所述第一配置信息。In the above solution, when the terminal device is switched from the first network device to the second network device, the method further includes: when the network device is the second network device, the The second network device sends the first configuration information to the first network device.

上述方案中,所述方法还包括:所述第二网络设备接收所述终端设备发送的第一PDCP状态报告,所述第一PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In the above scheme, the method further includes: the second network device receiving the first PDCP status report sent by the terminal device, and the sequence number field in the first PDCP status report is filled in the first network device The sequence number of the packet that was not received.

上述方案中,所述方法还包括:所述第二网络设备向所述终端设备发送第二PDCP状态报告,所述第二PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In the above solution, the method further includes: the second network device sending a second PDCP status report to the terminal device, and the sequence number field in the second PDCP status report is filled in the The sequence number of the received packet.

上述方案中,所述方法还包括:所述网络设备接收所述终端设备发送的能力信息,所述能力信息包括以下至少一种信息:In the above solution, the method further includes: the network device receiving capability information sent by the terminal device, where the capability information includes at least one of the following information:

所述终端设备是否支持PDCP数据包串联功能;Whether the terminal device supports the PDCP packet concatenation function;

所述终端设备是否支持上行PDCP数据包串联功能;Whether the terminal device supports the uplink PDCP packet concatenation function;

所述终端设备是否支持下行PDCP数据包串联功能。Whether the terminal device supports the downlink PDCP packet concatenation function.

第三方面,本发明实施例还提供了一种数据包串联的装置,所述装置应用于终端设备中;所述装置包括第一接收单元,用于接收第一指示信息,所述第一指示信息用于指示是否开启PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP SDU进行串联。In the third aspect, the embodiment of the present invention also provides an apparatus for concatenating data packets, the apparatus is applied to terminal equipment; the apparatus includes a first receiving unit for receiving first indication information, and the first indication The information is used to indicate whether to enable PDCP data packet concatenation; the PDCP data packet concatenation refers to concatenation of at least two PDCP SDUs before the PDCP entity adds a packet header.

第四方面,本发明实施例还提供了一种数据包串联的装置,所述装置应用于网络设备中;所述装置包括第二发送单元,用于向终端设备发送第一指示信息,所述第一指示信息用于指示是否开启PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP SDU进行串联。In the fourth aspect, the embodiment of the present invention also provides a device for concatenating data packets, the device is applied to network equipment; the device includes a second sending unit, configured to send the first indication information to the terminal device, the The first indication information is used to indicate whether to enable PDCP data packet concatenation; the PDCP data packet concatenation means to concatenate at least two PDCP SDUs before the PDCP entity adds a packet header.

第五方面,本发明实施例还提供了一种计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现本发明实施例前述第一方面或第二方面所述方法的步骤。In the fifth aspect, the embodiments of the present invention also provide a computer-readable storage medium, on which a computer program is stored. When the program is executed by a processor, the method described in the first aspect or the second aspect of the embodiments of the present invention is implemented. step.

第六方面,本发明实施例还提供了一种通信设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行所述程序时实现本发明实施例前述第一方面或第二方面所述方法的步骤。In the sixth aspect, the embodiment of the present invention also provides a communication device, including a memory, a processor, and a computer program stored on the memory and operable on the processor, and the processor implements the implementation of the present invention when executing the program. For example, the steps of the method described in the aforementioned first aspect or second aspect.

本发明实施例提供的数据包串联的方法、装置、通信设备和存储介质,所述方法包括:终端设备接收第一指示信息,所述第一指示信息用于指示是否开启PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP SDU进行串联。采用本发明实施例的技术方案,通过对PDCP SDU进行串联,降低了包头的开销,也能够提升L2的处理效率。The embodiment of the present invention provides a data packet concatenation method, device, communication device, and storage medium. The method includes: the terminal device receives first indication information, and the first indication information is used to indicate whether to enable PDCP data packet concatenation; The aforementioned concatenation of PDCP data packets refers to concatenation of at least two PDCP SDUs before the PDCP entity adds a packet header. By adopting the technical solution of the embodiment of the present invention, by cascading PDCP SDUs, the overhead of the packet header is reduced, and the processing efficiency of L2 can also be improved.

附图说明Description of drawings

图1为本发明实施例的数据包串联的方法的流程示意图一;FIG. 1 is a first schematic flow diagram of a method for concatenating data packets according to an embodiment of the present invention;

图2为本发明实施例的数据包串联的方法中MAC实体向PDCP实体指示的示意图;2 is a schematic diagram of an indication from a MAC entity to a PDCP entity in a method for concatenating data packets according to an embodiment of the present invention;

图3a至图3d为本发明实施例的数据包串联的方法中的数据包的格式示意图;3a to 3d are schematic diagrams of the format of data packets in the method for concatenating data packets according to an embodiment of the present invention;

图4为本发明实施例的数据包串联的方法中的PDCP状态报告格式示意图;4 is a schematic diagram of a PDCP status report format in a method for concatenating data packets according to an embodiment of the present invention;

图5为本发明实施例的数据包串联的方法的流程示意图二;FIG. 5 is a second schematic flow diagram of a method for concatenating data packets according to an embodiment of the present invention;

图6为本发明实施例的数据包串联的方法的交互流程示意图;FIG. 6 is a schematic diagram of an interaction flow of a method for concatenating data packets according to an embodiment of the present invention;

图7为本发明实施例的数据包串联的装置的组成结构示意图一;FIG. 7 is a first schematic diagram of the composition and structure of a device for connecting data packets in series according to an embodiment of the present invention;

图8为本发明实施例的数据包串联的装置的组成结构示意图二;FIG. 8 is a second structural diagram of a device for connecting data packets in series according to an embodiment of the present invention;

图9为本发明实施例的通信设备的硬件组成结构示意图。FIG. 9 is a schematic diagram of a hardware composition structure of a communication device according to an embodiment of the present invention.

具体实施方式Detailed ways

下面结合附图及具体实施例对本发明作进一步详细的说明。The present invention will be described in further detail below in conjunction with the accompanying drawings and specific embodiments.

本发明实施例的技术方案可以应用于各种通信系统,例如:全球移动通讯(GSM,Global System of Mobile communication)系统、长期演进(LTE,Long Term Evolution)系统或5G系统等。可选地,5G系统或5G网络还可以称为新无线(NR,New Radio)系统或NR网络。The technical solution of the embodiment of the present invention can be applied to various communication systems, for example: Global System of Mobile communication (GSM, Global System of Mobile communication) system, Long Term Evolution (LTE, Long Term Evolution) system or 5G system, etc. Optionally, the 5G system or the 5G network may also be called a New Radio (NR, New Radio) system or an NR network.

示例性的,本发明实施例应用的通信系统可包括网络设备和终端设备(也可称为终端、通信终端等等);网络设备可以是与终端设备通信的设备。其中,网络设备可以为一定区域范围内提供通信覆盖,并且可以与位于该区域内的终端进行通信。可选地,网络设备可以是各通信系统中的基站,例如LTE系统中的演进型基站(eNB,Evolutional Node B),又例如5G系统或NR系统中的基站(gNB)。Exemplarily, the communication system to which the embodiment of the present invention is applied may include a network device and a terminal device (also referred to as a terminal, a communication terminal, etc.); the network device may be a device that communicates with the terminal device. Wherein, the network device can provide communication coverage within a certain area, and can communicate with terminals located in the area. Optionally, the network device may be a base station in each communication system, such as an evolved base station (eNB, Evolutional Node B) in an LTE system, or a base station (gNB) in a 5G system or an NR system.

应理解,本申请实施例中网络/系统中具有通信功能的设备可称为通信设备。通信设备可包括具有通信功能的网络设备和终端,网络设备和终端设备可以为上文所述的具体设备,此处不再赘述;通信设备还可包括通信系统中的其他设备,例如网络控制器、移动管理实体等其他网络实体,本发明实施例中对此不做限定。It should be understood that a device with a communication function in the network/system in the embodiment of the present application may be referred to as a communication device. Communication equipment may include network equipment and terminals with communication functions, and the network equipment and terminal equipment may be the specific equipment described above, which will not be repeated here; communication equipment may also include other equipment in the communication system, such as network controllers , mobility management entity and other network entities, which are not limited in this embodiment of the present invention.

应理解,本文中术语“系统”和“网络”在本文中常被可互换使用。本文中术语“和/或”,仅仅是一种描述关联对象的关联关系,表示可以存在三种关系,例如,A和/或B,可以表示:单独存在A,同时存在A和B,单独存在B这三种情况。另外,本文中字符“/”,一般表示前后关联对象是一种“或”的关系。It should be understood that the terms "system" and "network" are often used interchangeably herein. The term "and/or" in this article is just an association relationship describing associated objects, which means that there can be three relationships, for example, A and/or B can mean: A exists alone, A and B exist simultaneously, and there exists alone B these three situations. In addition, the character "/" in this article generally indicates that the contextual objects are an "or" relationship.

本申请的说明书和权利要求书中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的本申请的实施例例如能够以除了在这里图示或描述的那些以外的顺序实施。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。The terms "first", "second" and the like in the specification and claims of the present application are used to distinguish similar objects, and are not necessarily used to describe a specific order or sequence. It is to be understood that the data so used are interchangeable under appropriate circumstances such that the embodiments of the application described herein, for example, can be practiced in sequences other than those illustrated or described herein. Furthermore, the terms "comprising" and "having", as well as any variations thereof, are intended to cover a non-exclusive inclusion, for example, a process, method, system, product or device comprising a sequence of steps or elements is not necessarily limited to the expressly listed instead, may include other steps or elements not explicitly listed or inherent to the process, method, product or apparatus.

本发明实施例提供了一种数据包串联的方法,应用于终端设备中。图1为本发明实施例的数据包串联的方法的流程示意图一;如图1所示,所述方法包括:The embodiment of the present invention provides a data packet concatenation method, which is applied to a terminal device. Fig. 1 is a schematic flow diagram one of a method for concatenating data packets according to an embodiment of the present invention; as shown in Fig. 1 , the method includes:

步骤101:终端设备接收第一指示信息,所述第一指示信息用于指示是否开启PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP SDU进行串联。Step 101: The terminal device receives first indication information, and the first indication information is used to indicate whether to enable PDCP data packet concatenation; the PDCP data packet concatenation refers to concatenation of at least two PDCP SDUs before the PDCP entity adds a header.

本发明实施例中,终端设备基于第一指示信息的指示,可以开启PDCP数据包串联功能,进而执行在PDCP实体添加包头之前,将至少两个PDCP SDU进行串联,通过对PDCP SDU进行串联,降低了包头的开销,也能够提升L2的处理效率。In the embodiment of the present invention, based on the indication of the first indication information, the terminal device can enable the PDCP data packet concatenation function, and then perform concatenation of at least two PDCP SDUs before the PDCP entity adds the header, and reduce the PDCP SDU concatenation by concatenating the PDCP SDUs. The overhead of the packet header is reduced, and the processing efficiency of L2 can also be improved.

在一些可选实施例中,所述终端设备接收第一指示信息,包括:所述终端设备接收网络设备发送的第一配置信息,所述第一配置信息包括所述第一指示信息。In some optional embodiments, the receiving the first indication information by the terminal device includes: receiving, by the terminal device, first configuration information sent by a network device, where the first configuration information includes the first indication information.

本实施例中,所述第一指示信息是由网络设备下发的,网络设备具体可以通过第一配置信息向终端设备发送所述第一指示信息,也即所述第一配置信息中携带或包括所述第一指示信息。In this embodiment, the first indication information is issued by the network device, and the network device may specifically send the first indication information to the terminal device through the first configuration information, that is, the first configuration information carries or Include the first indication information.

可选地,所述终端设备接收网络设备发送的第一配置信息,包括:所述终端设备通过高层信令接收网络设备发送的第一配置信息。Optionally, the terminal device receiving the first configuration information sent by the network device includes: the terminal device receiving the first configuration information sent by the network device through high-level signaling.

示例性的,所述高层信令例如可以是无线资源控制(RRC,Radio ResourceControl)信令,也即网络设备可通过RRC信令向终端设备发送第一配置信息,所述第一配置信息中携带或包括所述第一指示信息。当然,本实施例中的高层信令也不限于是RRC信令,其他类型的高层信令也在本发明实施例的保护范围之内。Exemplarily, the high-level signaling may be, for example, radio resource control (RRC, Radio Resource Control) signaling, that is, the network device may send the first configuration information to the terminal device through the RRC signaling, and the first configuration information carries Or include the first indication information. Of course, the high-level signaling in this embodiment is not limited to RRC signaling, and other types of high-level signaling are also within the protection scope of the embodiment of the present invention.

可选地,所述第一配置信息还包括:PDCP报文头部中用于指示数据包长度的指示域大小;和/或,用于指示数据包串联规则的选项。Optionally, the first configuration information further includes: the size of an indication field in the PDCP packet header used to indicate the length of the data packet; and/or, an option used to indicate the concatenation rule of the data packet.

其中,所述第一配置信息包括的PDCP报文头部中用于指示数据包长度的指示域大小,指的是接收到的上层数据包大小或者经压缩后的上层数据包的大小。示例性的,PDCP实体接收到上层数据包(未进行数据包串联的),根据第一配置信息中的第一指示信息欲将上层数据包进行串联,则所述用于指示数据包长度的指示域大小即指示接收到的各上层数据包的大小,或者PDCP实体对接收到的上层数据包进行头压缩和加密,则所述用于指示数据包长度的指示域大小即指示经压缩后的上层数据包的大小。Wherein, the size of the indication field used to indicate the length of the data packet in the PDCP packet header included in the first configuration information refers to the size of the received upper layer data packet or the size of the compressed upper layer data packet. Exemplarily, when the PDCP entity receives an upper layer data packet (without data packet concatenation), and intends to concatenate the upper layer data packet according to the first indication information in the first configuration information, the indication for indicating the length of the data packet The field size indicates the size of each received upper-layer data packet, or the PDCP entity compresses and encrypts the header of the received upper-layer data packet, then the indication field size used to indicate the length of the data packet indicates the compressed upper-layer The size of the packet.

在一些可选实施例中,所述第一指示信息还包括以下至少一种信息:PDCP报文头部中用于指示数据包长度的指示域大小;用于指示数据包串联规则的选项。In some optional embodiments, the first indication information further includes at least one of the following information: the size of the indication field in the PDCP packet header used to indicate the length of the data packet; an option used to indicate the concatenation rule of the data packet.

其中,所述第一指示信息包括的PDCP报文头部中用于指示数据包长度的指示域大小,指的是接收到的上层数据包大小或者经压缩后的上层数据包的大小。示例性的,PDCP实体接收到上层数据包(未进行数据包串联的),根据第一指示信息欲将上层数据包进行串联,则所述用于指示数据包长度的指示域大小即指示接收到的各上层数据包的大小,或者PDCP实体对接收到的上层数据包进行头压缩和加密,则所述用于指示数据包长度的指示域大小即指示经压缩后的上层数据包的大小。Wherein, the size of the indication field used to indicate the length of the data packet in the PDCP packet header included in the first indication information refers to the size of the received upper layer data packet or the size of the compressed upper layer data packet. Exemplarily, when the PDCP entity receives an upper-layer data packet (without data packet concatenation), and intends to concatenate the upper-layer data packet according to the first indication information, the size of the indication field used to indicate the length of the data packet indicates that the received The size of each upper-layer data packet, or the PDCP entity compresses and encrypts the header of the received upper-layer data packet, then the size of the indication field used to indicate the length of the data packet indicates the size of the compressed upper-layer data packet.

可选地,所述用于指示数据包串联规则的选项包括以下其中之一:Optionally, the option for indicating the data packet concatenation rule includes one of the following:

用于指示串联数据包大小的选项;option to indicate concatenated packet size;

用于指示串联数据包数量的选项;option to indicate the number of concatenated packets;

针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项;Options for different concatenated packet sizes or number of concatenated packets for different predicted transport block sizes;

针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项;For different predicted uplink resource allocation sizes, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers;

针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项。For different predicted channel qualities, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers.

本实施例中,所述用于指示数据包串联规则的选项具体可以是PDCP数据包串联的规则。作为第一种示例,用于指示串联数据包大小的选项例如可以是500字节、1000字节或1500字节,也即按照上述500字节、1000字节或1500字节进行PDCP数据包串联,串联后的PDCP数据包的大小不大于500字节、1000字节或1500字节;当然,本实施例中不限于上述列举的串联数据包大小,也可以是其他字节数量。作为第二种示例,用于指示串联数据包数量的选项,例如可以是2个、5个或10个等,表示串联的PDCP数据包数量,当然,本实施例中不限于上述列举的串联数据包数量,也可以是其他串联数据包数量。作为第三种示例,针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项,例如,针对某一类预测传输块大小(例如预测传输块大小在某一区间,或者不超过某一阈值),配置对应的串联数据包大小或串联数据包数量。作为第四种示例,针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项,例如,针对某一类上行资源分配大小(例如上行资源分配大小在某一区间,或者不超过某一阈值),配置对应的串联数据包大小或串联数据包数量。作为第五种示例,针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项,例如,预测信道质量高于门限1,低于门限2,则配置对应的串联数据包数量为指定数量,或者配置对应的串联数据包大小为指定比特。In this embodiment, the option for indicating a data packet concatenation rule may specifically be a PDCP data packet concatenation rule. As a first example, the option used to indicate the size of the concatenated data packet can be, for example, 500 bytes, 1000 bytes or 1500 bytes, that is, the PDCP data packet concatenation is performed according to the above-mentioned 500 bytes, 1000 bytes or 1500 bytes , the size of the concatenated PDCP data packet is not greater than 500 bytes, 1000 bytes or 1500 bytes; of course, this embodiment is not limited to the size of the concatenated data packet listed above, and may also be other numbers of bytes. As a second example, the option used to indicate the number of concatenated data packets, for example, can be 2, 5 or 10, etc., indicating the number of concatenated PDCP data packets. Of course, this embodiment is not limited to the concatenated data listed above. The number of packets, and can also be other concatenated packet quantities. As a third example, for different predicted transport block sizes, there are corresponding options for different concatenated data packet sizes or the number of concatenated data packets, for example, for a certain type of predicted transport block size (for example, the predicted transport block size is in a certain interval , or does not exceed a certain threshold), configure the corresponding concatenated data packet size or the number of concatenated data packets. As a fourth example, for different predicted uplink resource allocation sizes, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers, for example, for a certain type of uplink resource allocation size (for example, the uplink resource allocation size is in a certain interval, or not exceeding a certain threshold), configure the corresponding concatenated data packet size or the number of concatenated data packets. As a fifth example, for different predicted channel qualities, there are corresponding options for different concatenated data packet sizes or the number of concatenated data packets. For example, if the predicted channel quality is higher than the threshold 1 and lower than the threshold 2, then configure the corresponding concatenated data The number of packets is the specified number, or the size of the corresponding concatenated data packet is configured to be the specified bit.

在另一些可选实施例中,所述终端设备接收第一指示信息,包括:所述终端设备的PDCP实体接收MAC实体发送的所述第一指示信息。In some other optional embodiments, the terminal device receiving the first indication information includes: a PDCP entity of the terminal device receiving the first indication information sent by a MAC entity.

本实施例中,终端设备的PDCP实体接收到的第一指示信息是MAC实体发送的。示例性的,终端设备的MAC实体具有人工智能(AI,Artificial Intelligence)能力,或者具有决策或控制能力,能够基于当前所处的情况,决定是否开启PDCP数据包串联,也即所述终端设备的PDCP实体接收MAC实体发送的所述第一指示信息。In this embodiment, the first indication information received by the PDCP entity of the terminal device is sent by the MAC entity. Exemplarily, the MAC entity of the terminal device has artificial intelligence (AI, Artificial Intelligence) capability, or has a decision-making or control capability, and can decide whether to enable PDCP data packet concatenation based on the current situation, that is, the terminal device's The PDCP entity receives the first indication information sent by the MAC entity.

在本发明的一些可选实施例中,所述第一指示信息还用于指示启动的用于指示数据包串联规则的选项,所述用于指示数据包串联规则的选项是网络设备配置的,或者是所述终端设备预定义的,或者是协议规定的。In some optional embodiments of the present invention, the first indication information is also used to indicate the activated option for indicating the data packet concatenation rule, and the option for indicating the data packet concatenation rule is configured by the network device, Either it is predefined by the terminal device, or it is specified by a protocol.

本实施例中,所述第一指示信息还用于指示启动的用于指示数据包串联规则的选项,所述用于指示数据包串联规则的选项包括以下其中之一:用于指示串联数据包大小的选项;用于指示串联数据包数量的选项;针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项;针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项;针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项。In this embodiment, the first indication information is also used to indicate the activated option for indicating the data packet concatenation rule, and the option for indicating the data packet concatenation rule includes one of the following: for indicating the concatenation data packet Size options; options for indicating the number of concatenated data packets; for different predicted transport block sizes, corresponding to different concatenated data packet sizes or options for concatenated data packets; for different predicted uplink resource allocation sizes, corresponding to different The option of the size of the concatenated data packet or the number of concatenated data packets; for different predicted channel qualities, corresponding options of different concatenated data packet sizes or the number of concatenated data packets.

在本发明的一些可选实施例中,所述方法还包括:所述终端设备的PDCP实体接收所述MAC实体发送的以下至少一种信息:In some optional embodiments of the present invention, the method further includes: the PDCP entity of the terminal device receives at least one of the following information sent by the MAC entity:

预测的传输块大小;predicted transport block size;

预测的上行资源分配大小;Predicted uplink resource allocation size;

预测的信道质量。Predicted channel quality.

示例性的,如图2所示,终端设备的MAC实体可以向PDCP实体发送上述用于指示是否开启PDCP数据包串联的第一指示信息,还可以发送预测的传输块(TB,Transport Block)大小、预测的上行资源分配大小和预测的信道质量中的至少一种信息。Exemplarily, as shown in FIG. 2, the MAC entity of the terminal device may send to the PDCP entity the above-mentioned first indication information for indicating whether to enable PDCP packet concatenation, and may also send a predicted transport block (TB, Transport Block) size , at least one piece of information among predicted uplink resource allocation size and predicted channel quality.

可选地,在所述终端设备的PDCP实体接收所述MAC实体发送的上述至少一种信息之前,和/或,在所述终端设备的PDCP实体接收MAC实体发送的所述第一指示信息之前,所述方法还包括:所述终端设备的PDCP实体向所述MAC实体发送指示信息,所述指示信息用于指示所述PDCP实体能够串联的PDCP数据包大小。Optionally, before the PDCP entity of the terminal device receives the at least one type of information sent by the MAC entity, and/or before the PDCP entity of the terminal device receives the first indication information sent by the MAC entity The method further includes: the PDCP entity of the terminal device sends indication information to the MAC entity, where the indication information is used to indicate the PDCP packet size that the PDCP entity can concatenate.

其中,示例性的,所述预测的上行资源分配大小例如可包括预测的上行时域资源分配大小和/或预测的上行频域资源分配大小,上行时域资源可以是上行传输所涉及到的任何时域资源,上行频域资源可以是上行传输所涉及到的任何频域资源,本实施例中不做限定。Wherein, for example, the predicted uplink resource allocation size may include, for example, the predicted uplink time domain resource allocation size and/or the predicted uplink frequency domain resource allocation size, and the uplink time domain resource may be any The time domain resources and the uplink frequency domain resources may be any frequency domain resources involved in uplink transmission, which are not limited in this embodiment.

其中,示例性的,所述预测的信道质量具体可以是预测的信道质量指示(CQI,Channel Quality Indicator)的取值,当然,本实施例中所述预测的信道质量不限于此,其他能够反映信道质量的参数也可在本发明实施例的保护范围之内。Wherein, for example, the predicted channel quality may specifically be the value of a predicted channel quality indicator (CQI, Channel Quality Indicator). Of course, the predicted channel quality in this embodiment is not limited to this, and other values can reflect Parameters of channel quality may also be within the protection scope of the embodiments of the present invention.

在本发明的一些可选实施例中,所述方法还包括:所述终端设备向网络设备发送能力信息,所述能力信息包括以下至少一种信息:In some optional embodiments of the present invention, the method further includes: the terminal device sending capability information to the network device, where the capability information includes at least one of the following information:

所述终端设备是否支持PDCP数据包串联功能;Whether the terminal device supports the PDCP packet concatenation function;

所述终端设备是否支持上行PDCP数据包串联功能;Whether the terminal device supports the uplink PDCP packet concatenation function;

所述终端设备是否支持下行PDCP数据包串联功能。Whether the terminal device supports the downlink PDCP packet concatenation function.

在本发明的一些可选实施例中,所述方法还包括:所述终端设备的PDCP实体基于所述第一指示信息发送PDCP数据,在所述第一指示信息指示开启PDCP数据包串联的情况下,所述PDCP数据中包括串联的PDCP数据包。In some optional embodiments of the present invention, the method further includes: the PDCP entity of the terminal device sends PDCP data based on the first indication information, and when the first indication information indicates that PDCP data packet concatenation is enabled Next, the PDCP data includes concatenated PDCP data packets.

本实施例中,在所述第一指示信息指示开启PDCP数据包串联的情况下,所述终端设备的PDCP实体对PDCP数据包进行串联,也即将至少两个PDCP SDU进行串联,将串联后的PDCP SDU添加一个包头进行传输;相比于针对每个PDCP数据包(PDCP SDU)均添加一个包头的方案,本实施例的技术方案降低了包头的开销,也能够提升L2的处理效率。In this embodiment, when the first indication information indicates that PDCP data packet concatenation is enabled, the PDCP entity of the terminal device concatenates the PDCP data packets, that is, at least two PDCP SDUs are concatenated, and the concatenated A packet header is added to the PDCP SDU for transmission; compared with the solution of adding a packet header to each PDCP data packet (PDCP SDU), the technical solution of this embodiment reduces the overhead of the packet header and can also improve L2 processing efficiency.

在一些可选实施例中,所述PDCP数据的报文头中的至少一个预留位用于指示是否开启PDCP数据包串联。In some optional embodiments, at least one reserved bit in the packet header of the PDCP data is used to indicate whether to enable concatenation of PDCP data packets.

本实施例中,通过PDCP数据的报文头中的至少一个预留位用于指示是否开启PDCP数据包串联,以告知接收侧当前的PDCP数据包是否进行了串联,如果指示未进行PDCP数据包串联,则接收侧按照常规的处理方式进行处理;如果指示进行了PDCP数据包串联,则接收侧按照指示对串联后的PDCP数据包进行分解,得到分解后的数据包。In this embodiment, at least one reserved bit in the packet header of the PDCP data is used to indicate whether to enable PDCP data packet concatenation to inform the receiving side whether the current PDCP data packet has been concatenated. If concatenated, the receiving side performs processing according to a conventional processing method; if it is indicated that the PDCP data packets are concatenated, the receiving side decomposes the concatenated PDCP data packets according to the instruction, and obtains the decomposed data packets.

示例性的,参照图3a和图3b中的一个预留位用于“串联指示”。例如,在该“串联指示”位置为1时,表明开启PDCP数据包串联;相应的,在该“串联指示”位置为0时,表明不开启PDCP数据包串联。或者也可相反的,在该“串联指示”位置为0时,表明开启PDCP数据包串联;相应的,在该“串联指示”位置为1时,表明不开启PDCP数据包串联。Exemplarily, refer to a reserved bit in FIG. 3a and FIG. 3b for "serial indication". For example, when the "concatenation indication" bit is 1, it indicates that the PDCP data packet concatenation is enabled; correspondingly, when the "concatenation indication" position is 0, it indicates that the PDCP data packet concatenation is not enabled. Or vice versa, when the "connection indication" bit is 0, it indicates that the PDCP data packet concatenation is enabled; correspondingly, when the "connection indication" bit is 1, it indicates that the PDCP data packet concatenation is not enabled.

在一些可选实施例中,所述PDCP数据的报文头中的至少两个预留位用于指示启用的所述用于指示数据包串联规则的选项。In some optional embodiments, at least two reserved bits in the packet header of the PDCP data are used to indicate the enabled option for indicating the data packet concatenation rule.

示例性的,参照图3c和图3d中的两个预留位用于指示启用的所述用于指示数据包串联规则的选项,即指示“串联选项ID”。例如,在“串联选项ID”置为00时,表明指示串联数据包大小;在“串联选项ID”置为01时,表明指示串联数据包数量;在“串联选项ID”置为10时,表明针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量;在“串联选项ID”置为11时,表明针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量等等。当然,本实施例中“串联选项ID”和对应的用于指示数据包串联规则的选项的对应关系不限于上述示例;在用于指示数据包串联规则的选项数量更多的情况下,也可采用两个以上预留位进行指示。Exemplarily, referring to Fig. 3c and Fig. 3d, the two reserved bits are used to indicate the enabled option for indicating the data packet concatenation rule, that is, to indicate the "concatenation option ID". For example, when the "Concatenation Option ID" is set to 00, it indicates the size of the concatenation data packet; when the "Concatenation Option ID" is set to 01, it indicates the number of concatenation data packets; when the "Concatenation Option ID" is set to 10, it indicates For different predicted transport block sizes, the corresponding different concatenated data packet sizes or the number of concatenated data packets; when the "concatenated option ID" is set to 11, it indicates that for different predicted uplink resource allocation sizes, corresponding different concatenated data packets size or number of concatenated packets and so on. Of course, the correspondence between the "concatenation option ID" and the corresponding option for indicating the data packet concatenation rule in this embodiment is not limited to the above example; when there are more options for indicating the data packet concatenation rule, Use more than two reserved bits for indication.

在一些可选实施例中,所述PDCP数据的报文头中还包括至少一个第一指示域,所述至少一个第一指示域用于指示接收到的每个上层数据包的大小或者经压缩后的每个上层数据包的大小。In some optional embodiments, the packet header of the PDCP data further includes at least one first indication field, and the at least one first indication field is used to indicate the size of each received upper layer data packet or the compressed The size of each upper layer packet after.

示例性的,参照图3a至图3d所示,PDCP数据的报文头中还包括L域(即第一指示域),用于指示每个上层数据包的大小或者经压缩后的每个上层数据包的大小,以便于接收端基于至少一个第一指示域的指示对数据进行分解或分段。Exemplarily, as shown in FIG. 3a to FIG. 3d, the header of the PDCP data also includes an L field (that is, the first indication field), which is used to indicate the size of each upper-layer data packet or the compressed upper-layer The size of the data packet, so that the receiving end can decompose or segment the data based on the indication of at least one first indication field.

在本发明的一些可选实施例中,在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,所述方法还包括:所述终端设备向所述第二网络设备发送第一PDCP状态报告,所述第一PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In some optional embodiments of the present invention, when the terminal device is switched from the first network device to the second network device, the method further includes: the terminal device sends the second network device Sending a first PDCP status report, where the sequence number field in the first PDCP status report is filled with sequence numbers of data packets not received in the first network device.

本实施例中,在终端设备由第一网络设备(例如源基站)切换至第二网络设备(例如目标基站)的场景下,终端设备向所述第二网络设备发送第一PDCP状态报告,所述第一PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号,以便终端设备与第二网络设备之间实现传输状态对齐。In this embodiment, in the scenario where the terminal device is handed over from the first network device (such as the source base station) to the second network device (such as the target base station), the terminal device sends the first PDCP status report to the second network device, so The sequence number field in the first PDCP status report is filled with the sequence numbers of the data packets not received in the first network device, so as to realize the transmission state alignment between the terminal device and the second network device.

示例性的,如图4所示,通过一个预留位指示基于第一网络设备(即源基站)序列号(SN,Serial Number),用于告知接收侧该PDCP状态报告里的SN时第一网络设备的SN。第一次缺失计数(FMC,First Missing Count)域用于指示重排序窗口内第一个丢失的PDCP数据包(即PDCP SDU)。比特图(Bitmap)域用于指示哪些数据包(例如PDCP SDU)丢失、哪些数据包(例如PDCP SDU)正确被接收。Exemplarily, as shown in FIG. 4, a reserved bit is used to indicate the serial number (SN, Serial Number) based on the first network device (that is, the source base station), which is used to inform the receiving side that the SN in the PDCP status report is the first The SN of the network device. The First Missing Count (FMC, First Missing Count) field is used to indicate the first missing PDCP packet (ie PDCP SDU) within the reordering window. The bitmap (Bitmap) field is used to indicate which data packets (such as PDCP SDU) are lost and which data packets (such as PDCP SDU) are correctly received.

在本发明的一些可选实施例中,所述方法还包括:所述终端设备接收所述第二网络设备发送的第二PDCP状态报告,所述第二PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In some optional embodiments of the present invention, the method further includes: the terminal device receiving a second PDCP status report sent by the second network device, and the sequence number field in the second PDCP status report is filled in Sequence numbers of data packets not received in the first network device.

本实施例中,在终端设备由第一网络设备(例如源基站)切换至第二网络设备(例如目标基站)的场景下,终端设备接收所述第二网络设备发送的第二PDCP状态报告,所述第二PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号,以便终端设备与第二网络设备之间实现传输状态对齐。所述第二PDCP状态报告的示例可参照图4所示。In this embodiment, in a scenario where the terminal device is handed over from a first network device (such as a source base station) to a second network device (such as a target base station), the terminal device receives the second PDCP status report sent by the second network device, The sequence number field in the second PDCP status report is filled with the sequence numbers of the data packets not received in the first network device, so as to realize the transmission state alignment between the terminal device and the second network device. For an example of the second PDCP status report, refer to FIG. 4 .

基于上述实施例,本发明实施例还提供了一种数据包串联的方法,应用于网络设备中。图5为本发明实施例的数据包串联的方法的流程示意图二;如图5所示,所述方法包括:Based on the above embodiments, the embodiment of the present invention also provides a data packet concatenation method, which is applied to network devices. FIG. 5 is a second schematic flow diagram of a method for concatenating data packets according to an embodiment of the present invention; as shown in FIG. 5 , the method includes:

步骤201:网络设备向终端设备发送第一指示信息,所述第一指示信息用于指示是否开启PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP SDU进行串联。Step 201: The network device sends first indication information to the terminal device, the first indication information is used to indicate whether to enable PDCP data packet concatenation; the PDCP data packet concatenation refers to at least two PDCP SDUs before the PDCP entity adds a header for concatenation.

在本发明的一些可选实施例中,所述网络设备向终端设备发送第一指示信息,包括:所述网络设备向所述终端设备发送第一配置信息,所述第一配置信息包括所述第一指示信息。In some optional embodiments of the present invention, the network device sending the first indication information to the terminal device includes: the network device sending first configuration information to the terminal device, the first configuration information including the The first instruction message.

可选地,所述第一配置信息还包括:PDCP报文头部中用于指示数据包长度的指示域大小;和/或,用于指示数据包串联规则的选项Optionally, the first configuration information further includes: the size of the indication field used to indicate the length of the data packet in the PDCP message header; and/or, the option used to indicate the concatenation rule of the data packet

可选地,所述网络设备向所述终端设备发送第一配置信息,包括:所述网络设备通过高层信令向所述终端设备发送第一配置信息。Optionally, the network device sending the first configuration information to the terminal device includes: the network device sending the first configuration information to the terminal device through high-layer signaling.

在一些可选实施例中,所述第一指示信息还包括以下至少一种信息:PDCP报文头部中用于指示数据包长度的指示域大小;用于指示数据包串联规则的选项。In some optional embodiments, the first indication information further includes at least one of the following information: the size of the indication field in the PDCP packet header used to indicate the length of the data packet; an option used to indicate the concatenation rule of the data packet.

可选地,所述用于指示数据包串联规则的选项包括以下其中之一:Optionally, the option for indicating the data packet concatenation rule includes one of the following:

用于指示串联数据包大小的选项;option to indicate concatenated packet size;

用于指示串联数据包数量的选项;option to indicate the number of concatenated packets;

针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项;Options for different concatenated packet sizes or number of concatenated packets for different predicted transport block sizes;

针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项;For different predicted uplink resource allocation sizes, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers;

针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项。For different predicted channel qualities, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers.

在本发明的一些可选实施例中,所述方法还包括:所述网络设备接收所述终端设备发送的数据,在所述第一指示信息指示开启PDCP数据包串联的情况下,所述数据对应的PDCP数据中包括串联的PDCP数据包。In some optional embodiments of the present invention, the method further includes: the network device receiving the data sent by the terminal device, and when the first indication information indicates that PDCP data packet concatenation is enabled, the data The corresponding PDCP data includes concatenated PDCP data packets.

在一些可选实施例中,所述PDCP数据的报文头中的至少一个预留位用于指示是否开启PDCP数据包串联。In some optional embodiments, at least one reserved bit in the packet header of the PDCP data is used to indicate whether to enable concatenation of PDCP data packets.

在一些可选实施例中,所述PDCP数据的报文头中的至少两个预留位用于指示启用的所述用于指示PDCP数据包串联规则的选项。In some optional embodiments, at least two reserved bits in the packet header of the PDCP data are used to indicate the enabled option for indicating the concatenation rules of PDCP data packets.

在一些可选实施例中,所述PDCP数据的报文头中还包括至少一个第一指示域,所述至少一个第一指示域用于指示接收到的每个上层数据包的大小或者经压缩后的每个上层数据包的大小。In some optional embodiments, the packet header of the PDCP data further includes at least one first indication field, and the at least one first indication field is used to indicate the size of each received upper layer data packet or the compressed The size of each upper layer packet after.

在本发明的一些可选实施例中,在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,所述方法还包括:在所述网络设备为所述第一网络设备的情况下,所述第一网络设备向所述第二网络设备发送所述第一配置信息。In some optional embodiments of the present invention, when the terminal device is switched from the first network device to the second network device, the method further includes: when the network device is the first network device In the case of a device, the first network device sends the first configuration information to the second network device.

在本发明的一些可选实施例中,在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,所述方法还包括:在所述网络设备为所述第二网络设备的情况下,所述第二网络设备向所述第一网络设备发送所述第一配置信息。In some optional embodiments of the present invention, when the terminal device is switched from the first network device to the second network device, the method further includes: when the network device is the second network device In the case of a device, the second network device sends the first configuration information to the first network device.

在本发明的一些可选实施例中,所述方法还包括:所述第二网络设备接收所述终端设备发送的第一PDCP状态报告,所述第一PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In some optional embodiments of the present invention, the method further includes: the second network device receiving the first PDCP status report sent by the terminal device, and the sequence number field in the first PDCP status report is filled in Sequence numbers of data packets not received in the first network device.

在本发明的一些可选实施例中,所述方法还包括:所述第二网络设备向所述终端设备发送第二PDCP状态报告,所述第二PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In some optional embodiments of the present invention, the method further includes: the second network device sending a second PDCP status report to the terminal device, and the sequence number field in the second PDCP status report is filled in the The sequence number of the data packet not received in the first network device.

在本发明的一些可选实施例中,所述方法还包括:所述网络设备接收所述终端设备发送的能力信息,所述能力信息包括以下至少一种信息:In some optional embodiments of the present invention, the method further includes: the network device receiving capability information sent by the terminal device, where the capability information includes at least one of the following information:

所述终端设备是否支持PDCP数据包串联功能;Whether the terminal device supports the PDCP packet concatenation function;

所述终端设备是否支持上行PDCP数据包串联功能;Whether the terminal device supports the uplink PDCP packet concatenation function;

所述终端设备是否支持下行PDCP数据包串联功能。Whether the terminal device supports the downlink PDCP packet concatenation function.

下面结合一个具体的实例对本发明实施例的数据包串联的方法进行说明。The method for concatenating data packets in the embodiment of the present invention will be described below in conjunction with a specific example.

图6为本发明实施例的数据包串联的方法的交互流程示意图;如图6所示,源基站相当于第一网络设备,目标基站相当于第二网络设备。所述方法包括:FIG. 6 is a schematic diagram of an interaction flow of a method for concatenating data packets according to an embodiment of the present invention; as shown in FIG. 6 , the source base station is equivalent to the first network device, and the target base station is equivalent to the second network device. The methods include:

步骤301:源基站向目标基站发送配置信息,所述配置信息中包括第一指示信息。Step 301: The source base station sends configuration information to the target base station, where the configuration information includes first indication information.

可选地,还可以包括步骤302:目标基站向源基站发送配置信息,所述配置信息中包括第一指示信息。Optionally, step 302 may also be included: the target base station sends configuration information to the source base station, where the configuration information includes first indication information.

本实施例中,步骤301至步骤302的执行顺序不限于上述所示的执行顺序,也可以先执行步骤302,再执行步骤301,或者同时执行步骤301和步骤302,本实施例中对此不做限定。另外,步骤302为可选步骤。In this embodiment, the execution order of steps 301 to 302 is not limited to the above-mentioned execution order, and step 302 may be executed first, and then step 301 may be executed, or step 301 and step 302 may be executed at the same time, which is not mentioned in this embodiment Do limited. In addition, step 302 is an optional step.

上述配置信息相当于前述实施例中的第一配置信息,其具体实现方式可参照前述实施例中所述,这里不再赘述。The foregoing configuration information is equivalent to the first configuration information in the foregoing embodiments, and its specific implementation manner may refer to the foregoing embodiments, and details are not repeated here.

步骤303:源基站向UE发送切换命令。Step 303: the source base station sends a handover command to the UE.

步骤304:UE向目标基站发送第一PDCP状态报告。Step 304: the UE sends a first PDCP status report to the target base station.

步骤305:目标基站向UE发送第二PDCP状态报告。Step 305: the target base station sends a second PDCP status report to the UE.

UE和目标基站之间基于目标基站SN的数据传输。Data transmission between the UE and the target base station based on the target base station SN.

对于无缝切换,与相关技术方案类似,对于下行的数据传输,源基站将尚未进行传输的PDCP SDU、或者尚未进行PDCP处理的下行数据转发给目标基站。已经完成PDCP SDU传输的下行数据,无需转发给目标基站。对于已经进行了部分PDCP SDU的传输,但尚存部分RLC PDU的数据,源基站会将剩余的RLC PDU丢弃,即丢弃PDCP SDU。对于上行的数据传输,UE会将那些尚未在源基站中传输的PDCP SDU数据发给目标基站。For seamless handover, similar to related technical solutions, for downlink data transmission, the source base station forwards PDCP SDUs that have not been transmitted or downlink data that has not been processed by PDCP to the target base station. The downlink data that has completed PDCP SDU transmission does not need to be forwarded to the target base station. For data of part of the PDCP SDU that has been transmitted but still has part of the RLC PDU, the source base station discards the remaining RLC PDU, that is, discards the PDCP SDU. For uplink data transmission, the UE will send the PDCP SDU data that has not been transmitted in the source base station to the target base station.

对于无损切换,本实施例中,源基站将配置信息(如上述实施例中的携带有第一指示信息的第一配置信息,或者也可称为PDCP串联(concatenation)配置信息)。进一步地,UE接收到源基站发送的切换命令,执行切换;切换到目标基站之后,UE和目标基站之间基于目标基站SN的数据传输。For lossless handover, in this embodiment, the source base station configures information (such as the first configuration information carrying the first indication information in the above embodiments, or also called PDCP concatenation configuration information). Further, the UE receives a handover command sent by the source base station, and performs handover; after handover to the target base station, data transmission between the UE and the target base station is based on the target base station SN.

UE向目标基站发送第一PDCP状态报告,第一PDCP状态报告中的SN为源基站的SN。切换到目标基站后,UE可以按照目标基站的SN编号进行数据的新传或重传。UE会从第一个尚未在源基站中得到确认的PDCP SDU开始,重传该未得到确认的PDCP SDU以后的PDCP SDU包(其中可能包括源基站收到、但UE没有收到确认的PDCP SDU)。The UE sends a first PDCP status report to the target base station, and the SN in the first PDCP status report is the SN of the source base station. After switching to the target base station, the UE can perform new or retransmission of data according to the SN number of the target base station. The UE will start from the first PDCP SDU that has not been confirmed in the source base station, and retransmit the PDCP SDU packets after the unconfirmed PDCP SDU (which may include PDCP SDUs received by the source base station but not confirmed by the UE) ).

目标基站向UE发送第二PDCP状态报告,第二PDCP状态报告中的SN为源基站的SN。切换到目标基站后,目标基站可以按照目标基站的SN进行数据的新传或重传。The target base station sends a second PDCP status report to the UE, and the SN in the second PDCP status report is the SN of the source base station. After switching to the target base station, the target base station can perform new or retransmission of data according to the SN of the target base station.

本发明实施例还提供了一种数据包串联的装置,所述装置应用于终端设备中。图7为本发明实施例的数据包串联的装置的组成结构示意图一;如图7所示,所述装置包括第一接收单元31,用于接收第一指示信息,所述第一指示信息用于指示是否开启PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP SDU进行串联。The embodiment of the present invention also provides a device for concatenating data packets, and the device is applied to a terminal device. FIG. 7 is a schematic diagram of the composition and structure of a device for connecting data packets in accordance with an embodiment of the present invention; as shown in FIG. 7 , the device includes a first receiving unit 31 for receiving first indication information, which is used Indicates whether to enable PDCP data packet concatenation; the PDCP data packet concatenation refers to concatenation of at least two PDCP SDUs before the PDCP entity adds a packet header.

在本发明的一些可选实施例中,所述第一接收单元31,用于接收网络设备发送的第一配置信息,所述第一配置信息包括所述第一指示信息;所述第一配置信息还包括:PDCP报文头部中用于指示数据包长度的指示域大小;和/或,用于指示数据包串联规则的选项。In some optional embodiments of the present invention, the first receiving unit 31 is configured to receive first configuration information sent by a network device, where the first configuration information includes the first indication information; the first configuration The information also includes: the size of the indication field used to indicate the length of the data packet in the PDCP message header; and/or, an option used to indicate the concatenation rule of the data packet.

在本发明的一些可选实施例中,所述第一指示信息还包括以下至少一种信息:In some optional embodiments of the present invention, the first indication information further includes at least one of the following information:

PDCP报文头部中用于指示数据包长度的指示域大小;The size of the indication field used to indicate the length of the data packet in the PDCP message header;

用于指示数据包串联规则的选项。Option to indicate packet concatenation rules.

在本发明的一些可选实施例中,所述第一接收单元31,用于通过高层信令接收网络设备发送的第一配置信息。In some optional embodiments of the present invention, the first receiving unit 31 is configured to receive the first configuration information sent by the network device through high-layer signaling.

在本发明的一些可选实施例中,所述第一接收单元31,用于通过PDCP实体接收MAC实体发送的所述第一指示信息。In some optional embodiments of the present invention, the first receiving unit 31 is configured to receive the first indication information sent by the MAC entity through the PDCP entity.

在本发明的一些可选实施例中,所述第一指示信息还用于指示启动的用于指示数据包串联规则的选项,所述用于指示数据包串联规则的选项是网络设备配置的,或者是所述终端设备预定义的,或者是协议规定的。In some optional embodiments of the present invention, the first indication information is also used to indicate the activated option for indicating the data packet concatenation rule, and the option for indicating the data packet concatenation rule is configured by the network device, Either it is predefined by the terminal device, or it is specified by a protocol.

在本发明的一些可选实施例中,所述第一接收单元31,还用于通过PDCP实体接收所述MAC实体发送的以下至少一种信息:In some optional embodiments of the present invention, the first receiving unit 31 is further configured to receive at least one of the following information sent by the MAC entity through the PDCP entity:

预测的传输块大小;predicted transport block size;

预测的上行资源分配大小;Predicted uplink resource allocation size;

预测的信道质量。Predicted channel quality.

在本发明的一些可选实施例中,所述用于指示数据包串联规则的选项包括以下其中之一:In some optional embodiments of the present invention, the options for indicating the data packet concatenation rule include one of the following:

用于指示串联数据包大小的选项;option to indicate concatenated packet size;

用于指示串联数据包数量的选项;option to indicate the number of concatenated packets;

针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项;Options for different concatenated packet sizes or number of concatenated packets for different predicted transport block sizes;

针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项;For different predicted uplink resource allocation sizes, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers;

针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项。For different predicted channel qualities, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers.

在本发明的一些可选实施例中,所述装置还包括第一发送单元32,用于基于所述第一指示信息发送PDCP数据,在所述第一指示信息指示开启PDCP数据包串联的情况下,所述PDCP数据中包括串联的PDCP数据包。In some optional embodiments of the present invention, the device further includes a first sending unit 32, configured to send PDCP data based on the first indication information, and when the first indication information indicates that PDCP data packet concatenation is enabled Next, the PDCP data includes concatenated PDCP data packets.

在本发明的一些可选实施例中,所述PDCP数据的报文头中的至少一个预留位用于指示是否开启PDCP数据包串联。In some optional embodiments of the present invention, at least one reserved bit in the header of the PDCP data is used to indicate whether to enable concatenation of PDCP data packets.

在本发明的一些可选实施例中,所述PDCP数据的报文头中的至少两个预留位用于指示启用的所述用于指示PDCP数据包串联规则的选项。In some optional embodiments of the present invention, at least two reserved bits in the packet header of the PDCP data are used to indicate the enabled option for indicating the concatenation rules of PDCP data packets.

在本发明的一些可选实施例中,所述PDCP数据的报文头中还包括至少一个第一指示域,所述至少一个第一指示域用于指示接收到的每个上层数据包的大小或者经压缩后的每个上层数据包的大小。In some optional embodiments of the present invention, the packet header of the PDCP data further includes at least one first indication field, and the at least one first indication field is used to indicate the size of each received upper layer data packet Or the size of each upper layer packet after compression.

在本发明的一些可选实施例中,所述第一发送单元32,用于在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,向所述第二网络设备发送第一PDCP状态报告,所述第一PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In some optional embodiments of the present invention, the first sending unit 32 is configured to, when the terminal device switches access from the first network device to the second network device, send the Sending a first PDCP status report, where the sequence number field in the first PDCP status report is filled with sequence numbers of data packets not received in the first network device.

在本发明的一些可选实施例中,所述第一接收单元31,还用于接收所述第二网络设备发送的第二PDCP状态报告,所述第二PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In some optional embodiments of the present invention, the first receiving unit 31 is further configured to receive the second PDCP status report sent by the second network device, and the sequence number field in the second PDCP status report is filled with Sequence numbers of data packets not received in the first network device.

在本发明的一些可选实施例中,所述装置还包括第一发送单元32,用于向网络设备发送能力信息,所述能力信息包括以下至少一种信息:In some optional embodiments of the present invention, the apparatus further includes a first sending unit 32, configured to send capability information to the network device, where the capability information includes at least one of the following information:

所述终端设备是否支持PDCP数据包串联功能;Whether the terminal device supports the PDCP packet concatenation function;

所述终端设备是否支持上行PDCP数据包串联功能;Whether the terminal device supports the uplink PDCP packet concatenation function;

所述终端设备是否支持下行PDCP数据包串联功能。Whether the terminal device supports the downlink PDCP packet concatenation function.

本发明实施例中,所述装置中的第一接收单元31和第一发送单元32,在实际应用中可通过通信模组(包含:基础通信套件、操作系统、通信模块、标准化接口和协议等)及收发天线实现。In the embodiment of the present invention, the first receiving unit 31 and the first sending unit 32 in the device can pass communication modules (including: basic communication kits, operating systems, communication modules, standardized interfaces and protocols, etc.) in practical applications. ) and transceiver antennas.

本发明实施例还提供了一种数据包串联的装置,所述装置应用于网络设备中。图8为本发明实施例的数据包串联的装置的组成结构示意图二;如图8所示,所述装置包括第二发送单元41,用于向终端设备发送第一指示信息,所述第一指示信息用于指示是否开启PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP SDU进行串联。The embodiment of the present invention also provides a device for concatenating data packets, and the device is applied to network equipment. Fig. 8 is a schematic diagram 2 of the composition and structure of the device for concatenating data packets according to the embodiment of the present invention; as shown in Fig. The indication information is used to indicate whether to enable PDCP data packet concatenation; the PDCP data packet concatenation means to concatenate at least two PDCP SDUs before the PDCP entity adds a packet header.

在本发明的一些可选实施例中,所述第二发送单元41,用于向所述终端设备发送第一配置信息,所述第一配置信息包括所述第一指示信息;所述第一配置信息还包括:PDCP报文头部中用于指示数据包长度的指示域大小;和/或,用于指示数据包串联规则的选项。In some optional embodiments of the present invention, the second sending unit 41 is configured to send first configuration information to the terminal device, where the first configuration information includes the first indication information; the first The configuration information also includes: the size of the indication field used to indicate the length of the data packet in the PDCP message header; and/or, an option used to indicate the concatenation rule of the data packet.

在本发明的一些可选实施例中,所述第一指示信息还包括以下至少一种信息:PDCP报文头部中用于指示数据包长度的指示域大小;In some optional embodiments of the present invention, the first indication information further includes at least one of the following information: the size of the indication field used to indicate the length of the data packet in the PDCP packet header;

用于指示数据包串联规则的选项。Option to indicate packet concatenation rules.

在本发明的一些可选实施例中,所述用于指示数据包串联规则的选项包括以下其中之一:In some optional embodiments of the present invention, the options for indicating the data packet concatenation rule include one of the following:

用于指示串联数据包大小的选项;option to indicate concatenated packet size;

用于指示串联数据包数量的选项;option to indicate the number of concatenated packets;

针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项;Options for different concatenated packet sizes or number of concatenated packets for different predicted transport block sizes;

针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项;For different predicted uplink resource allocation sizes, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers;

针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项。For different predicted channel qualities, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers.

在本发明的一些可选实施例中,所述第二发送单元41,用于通过高层信令向所述终端设备发送第一配置信息。In some optional embodiments of the present invention, the second sending unit 41 is configured to send the first configuration information to the terminal device through high-layer signaling.

在本发明的一些可选实施例中,所述装置还包括第二接收单元42,用于接收所述终端设备发送的数据,在所述第一指示信息指示开启PDCP数据包串联的情况下,所述数据对应的PDCP数据中包括串联的PDCP数据包。In some optional embodiments of the present invention, the apparatus further includes a second receiving unit 42, configured to receive data sent by the terminal device, and when the first indication information indicates enabling PDCP data packet concatenation, The PDCP data corresponding to the data includes concatenated PDCP data packets.

在本发明的一些可选实施例中,所述PDCP数据的报文头中的至少一个预留位用于指示是否开启PDCP数据包串联。In some optional embodiments of the present invention, at least one reserved bit in the header of the PDCP data is used to indicate whether to enable concatenation of PDCP data packets.

在本发明的一些可选实施例中,所述PDCP数据的报文头中的至少两个预留位用于指示启用的所述用于指示PDCP数据包串联规则的选项。In some optional embodiments of the present invention, at least two reserved bits in the packet header of the PDCP data are used to indicate the enabled option for indicating the concatenation rules of PDCP data packets.

在本发明的一些可选实施例中,所述PDCP数据的报文头中还包括至少一个第一指示域,所述至少一个第一指示域用于指示接收到的每个上层数据包的大小或者经压缩后的每个上层数据包的大小。In some optional embodiments of the present invention, the packet header of the PDCP data further includes at least one first indication field, and the at least one first indication field is used to indicate the size of each received upper layer data packet Or the size of each upper layer packet after compression.

在本发明的一些可选实施例中,在所述终端设备由第一网络设备切换接入至第二网络设备、且在所述网络设备为所述第一网络设备的情况下,所述第二发送单元41,还用于向所述第二网络设备发送所述第一配置信息。In some optional embodiments of the present invention, when the terminal device is switched from the first network device to the second network device, and the network device is the first network device, the second The second sending unit 41 is further configured to send the first configuration information to the second network device.

在本发明的一些可选实施例中,在所述终端设备由第一网络设备切换接入至第二网络设备、且在所述网络设备为所述第二网络设备的情况下,所述第二发送单元41,还用于向所述第一网络设备发送所述第一配置信息。In some optional embodiments of the present invention, when the terminal device is switched from the first network device to the second network device, and the network device is the second network device, the first network device The second sending unit 41 is further configured to send the first configuration information to the first network device.

在本发明的一些可选实施例中,所述装置还包括第二接收单元42,用于接收所述终端设备发送的第一PDCP状态报告,所述第一PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In some optional embodiments of the present invention, the apparatus further includes a second receiving unit 42, configured to receive the first PDCP status report sent by the terminal device, and the sequence number field in the first PDCP status report is filled with Sequence numbers of data packets not received in the first network device.

在本发明的一些可选实施例中,所述第二发送单元41,还用于向所述终端设备发送第二PDCP状态报告,所述第二PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。In some optional embodiments of the present invention, the second sending unit 41 is further configured to send a second PDCP status report to the terminal device, and the sequence number field in the second PDCP status report is filled in the Sequence numbers of packets not received in the first network device.

在本发明的一些可选实施例中,所述装置还包括第二接收单元42,用于接收所述终端设备发送的能力信息,所述能力信息包括以下至少一种信息:In some optional embodiments of the present invention, the apparatus further includes a second receiving unit 42, configured to receive capability information sent by the terminal device, where the capability information includes at least one of the following information:

所述终端设备是否支持PDCP数据包串联功能;Whether the terminal device supports the PDCP packet concatenation function;

所述终端设备是否支持上行PDCP数据包串联功能;Whether the terminal device supports the uplink PDCP packet concatenation function;

所述终端设备是否支持下行PDCP数据包串联功能。Whether the terminal device supports the downlink PDCP packet concatenation function.

本发明实施例中,所述装置中的第二接收单元42和第二发送单元41,在实际应用中可通过通信模组(包含:基础通信套件、操作系统、通信模块、标准化接口和协议等)及收发天线实现。In the embodiment of the present invention, the second receiving unit 42 and the second sending unit 41 in the device can pass communication modules (including: basic communication kits, operating systems, communication modules, standardized interfaces and protocols, etc.) ) and transceiver antennas.

需要说明的是:上述实施例提供的数据包串联的装置在进行数据包串联时,仅以上述各程序模块的划分进行举例说明,实际应用中,可以根据需要而将上述处理分配由不同的程序模块完成,即将装置的内部结构划分成不同的程序模块,以完成以上描述的全部或者部分处理。另外,上述实施例提供的数据包串联的装置与数据包串联的方法实施例属于同一构思,其具体实现过程详见方法实施例,这里不再赘述。It should be noted that: when the data packet concatenation device provided by the above-mentioned embodiment performs data packet concatenation, the division of the above-mentioned program modules is used as an example for illustration. In practical applications, the above-mentioned processing can be allocated by different programs as required. Module completion means that the internal structure of the device is divided into different program modules to complete all or part of the processing described above. In addition, the device for concatenating data packets provided in the above embodiment and the embodiment of the method for concatenating data packets belong to the same idea, and the specific implementation process thereof is detailed in the method embodiment, and will not be repeated here.

基于上述实施例,本发明实施例还提供了一种通信设备,所述通信设备为前述实施例中的终端设备或网络设备。图9为本发明实施例的通信设备的硬件组成结构示意图,如图9所示,所述通信设备包括存储器52、处理器51及存储在存储器52上并可在处理器51上运行的计算机程序,所述处理器51执行所述程序时实现应用于终端设备的所述数据包串联的方法的步骤;或者,所述处理器51执行所述程序时实现应用于网络设备的所述数据包串联的方法的步骤。Based on the foregoing embodiments, an embodiment of the present invention further provides a communication device, where the communication device is the terminal device or the network device in the foregoing embodiments. FIG. 9 is a schematic diagram of the hardware composition structure of the communication device according to the embodiment of the present invention. As shown in FIG. When the processor 51 executes the program, it implements the steps of the data packet concatenation method applied to the terminal device; or, when the processor 51 executes the program, it realizes the data packet concatenation applied to the network device steps of the method.

可选地,通信设备还包括至少一个网络接口53。其中,通信设备中的各个组件通过总线系统54耦合在一起。可理解,总线系统54用于实现这些组件之间的连接通信。总线系统54除包括数据总线之外,还包括电源总线、控制总线和状态信号总线。但是为了清楚说明起见,在图9中将各种总线都标为总线系统54。Optionally, the communication device further includes at least one network interface 53 . Wherein, various components in the communication device are coupled together through the bus system 54 . It can be understood that the bus system 54 is used to realize connection and communication between these components. In addition to the data bus, the bus system 54 also includes a power bus, a control bus and a status signal bus. However, for clarity of illustration, the various buses are labeled as bus system 54 in FIG.

可以理解,存储器52可以是易失性存储器或非易失性存储器,也可包括易失性和非易失性存储器两者。其中,非易失性存储器可以是只读存储器(ROM,Read Only Memory)、可编程只读存储器(PROM,Programmable Read-Only Memory)、可擦除可编程只读存储器(EPROM,Erasable Programmable Read-Only Memory)、电可擦除可编程只读存储器(EEPROM,Electrically Erasable Programmable Read-Only Memory)、磁性随机存取存储器(FRAM,Ferromagnetic Random Access Memory)、快闪存储器(Flash Memory)、磁表面存储器、光盘、或只读光盘(CD-ROM,Compact Disc Read-Only Memory);磁表面存储器可以是磁盘存储器或磁带存储器。易失性存储器可以是随机存取存储器(RAM,Random AccessMemory),其用作外部高速缓存。通过示例性但不是限制性说明,许多形式的RAM可用,例如静态随机存取存储器(SRAM,Static Random Access Memory)、同步静态随机存取存储器(SSRAM,Synchronous Static Random Access Memory)、动态随机存取存储器(DRAM,Dynamic Random Access Memory)、同步动态随机存取存储器(SDRAM,SynchronousDynamic Random Access Memory)、双倍数据速率同步动态随机存取存储器(DDRSDRAM,Double Data Rate Synchronous Dynamic Random Access Memory)、增强型同步动态随机存取存储器(ESDRAM,Enhanced Synchronous Dynamic Random Access Memory)、同步连接动态随机存取存储器(SLDRAM,SyncLink Dynamic Random Access Memory)、直接内存总线随机存取存储器(DRRAM,Direct Rambus Random Access Memory)。本发明实施例描述的存储器52旨在包括但不限于这些和任意其它适合类型的存储器。It can be understood that the memory 52 may be a volatile memory or a non-volatile memory, and may also include both volatile and non-volatile memories. Wherein, the non-volatile memory can be a read-only memory (ROM, Read Only Memory), a programmable read-only memory (PROM, Programmable Read-Only Memory), an erasable programmable read-only memory (EPROM, Erasable Programmable Read-Only Memory), Only Memory), Electrically Erasable Programmable Read-Only Memory (EEPROM, Electrically Erasable Programmable Read-Only Memory), Magnetic Random Access Memory (FRAM, Ferromagnetic Random Access Memory), Flash Memory (Flash Memory), Magnetic Surface Memory , CD, or CD-ROM (CD-ROM, Compact Disc Read-Only Memory); the magnetic surface storage can be disk storage or tape storage. The volatile memory may be random access memory (RAM, Random Access Memory), which is used as an external cache. By way of illustration and not limitation, many forms of RAM are available, such as Static Random Access Memory (SRAM, Static Random Access Memory), Synchronous Static Random Access Memory (SSRAM, Synchronous Static Random Access Memory), Dynamic Random Access Memory Memory (DRAM, Dynamic Random Access Memory), Synchronous Dynamic Random Access Memory (SDRAM, Synchronous Dynamic Random Access Memory), Double Data Rate Synchronous Dynamic Random Access Memory (DDRSDRAM, Double Data Rate Synchronous Dynamic Random Access Memory), Enhanced Synchronous Dynamic Random Access Memory (ESDRAM, Enhanced Synchronous Dynamic Random Access Memory), Synchronous Link Dynamic Random Access Memory (SLDRAM, SyncLink Dynamic Random Access Memory), Direct Memory Bus Random Access Memory (DRRAM, Direct Rambus Random Access Memory) . The memory 52 described in embodiments of the present invention is intended to include, but not be limited to, these and any other suitable types of memory.

上述本发明实施例揭示的方法可以应用于处理器51中,或者由处理器51实现。处理器51可能是一种集成电路芯片,具有信号的处理能力。在实现过程中,上述方法的各步骤可以通过处理器51中的硬件的集成逻辑电路或者软件形式的指令完成。上述的处理器51可以是通用处理器、DSP,或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。处理器51可以实现或者执行本发明实施例中的公开的各方法、步骤及逻辑框图。通用处理器可以是微处理器或者任何常规的处理器等。结合本发明实施例所公开的方法的步骤,可以直接体现为硬件译码处理器执行完成,或者用译码处理器中的硬件及软件模块组合执行完成。软件模块可以位于存储介质中,该存储介质位于存储器52,处理器51读取存储器52中的信息,结合其硬件完成前述方法的步骤。The methods disclosed in the foregoing embodiments of the present invention may be applied to the processor 51 or implemented by the processor 51 . The processor 51 may be an integrated circuit chip with signal processing capabilities. In the implementation process, each step of the above method can be completed by an integrated logic circuit of hardware in the processor 51 or instructions in the form of software. The aforementioned processor 51 may be a general-purpose processor, DSP, or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, and the like. The processor 51 may implement or execute various methods, steps and logic block diagrams disclosed in the embodiments of the present invention. A general purpose processor may be a microprocessor or any conventional processor or the like. The steps of the methods disclosed in the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in a storage medium, and the storage medium is located in the memory 52, and the processor 51 reads the information in the memory 52, and completes the steps of the foregoing method in combination with its hardware.

在示例性实施例中,通信设备可以被一个或多个应用专用集成电路(ASIC,Application Specific Integrated Circuit)、DSP、可编程逻辑器件(PLD,ProgrammableLogic Device)、复杂可编程逻辑器件(CPLD,Complex Programmable Logic Device)、FPGA、通用处理器、控制器、MCU、微处理器(Microprocessor)、或其他电子元件实现,用于执行前述方法。In an exemplary embodiment, the communication device may be implemented by one or more Application Specific Integrated Circuit (ASIC, Application Specific Integrated Circuit), DSP, Programmable Logic Device (PLD, ProgrammableLogic Device), Complex Programmable Logic Device (CPLD, Complex Programmable Logic Device), FPGA, general-purpose processor, controller, MCU, microprocessor (Microprocessor), or other electronic components to implement the foregoing method.

在示例性实施例中,本发明实施例还提供了一种计算机可读存储介质,例如包括计算机程序的存储器52,上述计算机程序可由通信设备的处理器51执行,以完成前述方法所述步骤。计算机可读存储介质可以是FRAM、ROM、PROM、EPROM、EEPROM、Flash Memory、磁表面存储器、光盘、或CD-ROM等存储器;也可以是包括上述存储器之一或任意组合的各种设备。In an exemplary embodiment, the embodiment of the present invention also provides a computer-readable storage medium, such as a memory 52 including a computer program, the above-mentioned computer program can be executed by the processor 51 of the communication device, so as to complete the steps in the foregoing method. The computer-readable storage medium can be FRAM, ROM, PROM, EPROM, EEPROM, Flash Memory, magnetic surface memory, optical disk, or CD-ROM, etc.; it can also be various devices including one or any combination of the above-mentioned memories.

本发明实施例提供的计算机可读存储介质,其上存储有计算机程序,该程序被处理器执行时实现应用于终端设备的所述数据包串联的方法的步骤;或者,该程序被处理器执行时实现应用于网络设备的所述数据包串联的方法的步骤。The computer-readable storage medium provided by the embodiment of the present invention has a computer program stored thereon, and when the program is executed by the processor, the steps of the method for concatenating data packets applied to the terminal device are realized; or, the program is executed by the processor Steps in implementing the method for concatenating data packets applied to a network device.

本申请所提供的几个方法实施例中所揭露的方法,在不冲突的情况下可以任意组合,得到新的方法实施例。The methods disclosed in several method embodiments provided in this application can be combined arbitrarily to obtain new method embodiments under the condition of no conflict.

本申请所提供的几个产品实施例中所揭露的特征,在不冲突的情况下可以任意组合,得到新的产品实施例。The features disclosed in several product embodiments provided in this application can be combined arbitrarily without conflict to obtain new product embodiments.

本申请所提供的几个方法或设备实施例中所揭露的特征,在不冲突的情况下可以任意组合,得到新的方法实施例或设备实施例。The features disclosed in several method or device embodiments provided in this application can be combined arbitrarily without conflict to obtain new method embodiments or device embodiments.

在本申请所提供的几个实施例中,应该理解到,所揭露的设备和方法,可以通过其它的方式实现。以上所描述的设备实施例仅仅是示意性的,例如,所述单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,如:多个单元或组件可以结合,或可以集成到另一个系统,或一些特征可以忽略,或不执行。另外,所显示或讨论的各组成部分相互之间的耦合、或直接耦合、或通信连接可以是通过一些接口,设备或单元的间接耦合或通信连接,可以是电性的、机械的或其它形式的。In the several embodiments provided in this application, it should be understood that the disclosed devices and methods may be implemented in other ways. The device embodiments described above are only illustrative. For example, the division of the units is only a logical function division. In actual implementation, there may be other division methods, such as: multiple units or components can be combined, or May be integrated into another system, or some features may be ignored, or not implemented. In addition, the coupling, or direct coupling, or communication connection between the components shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be electrical, mechanical or other forms of.

上述作为分离部件说明的单元可以是、或也可以不是物理上分开的,作为单元显示的部件可以是、或也可以不是物理单元,即可以位于一个地方,也可以分布到多个网络单元上;可以根据实际的需要选择其中的部分或全部单元来实现本实施例方案的目的。The units described above as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units, that is, they may be located in one place or distributed to multiple network units; Part or all of the units can be selected according to actual needs to achieve the purpose of the solution of this embodiment.

另外,在本发明各实施例中的各功能单元可以全部集成在一个处理单元中,也可以是各单元分别单独作为一个单元,也可以两个或两个以上单元集成在一个单元中;上述集成的单元既可以采用硬件的形式实现,也可以采用硬件加软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present invention can be integrated into one processing unit, or each unit can be used as a single unit, or two or more units can be integrated into one unit; the above-mentioned integration The unit can be realized in the form of hardware or in the form of hardware plus software functional unit.

本领域普通技术人员可以理解:实现上述方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成,前述的程序可以存储于一计算机可读取存储介质中,该程序在执行时,执行包括上述方法实施例的步骤;而前述的存储介质包括:移动存储设备、ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质。Those of ordinary skill in the art can understand that all or part of the steps to realize the above method embodiments can be completed by hardware related to program instructions, and the aforementioned program can be stored in a computer-readable storage medium. When the program is executed, the It includes the steps of the above method embodiments; and the aforementioned storage medium includes: various media that can store program codes such as removable storage devices, ROM, RAM, magnetic disks or optical disks.

或者,本发明上述集成的单元如果以软件功能模块的形式实现并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中。基于这样的理解,本发明实施例的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干指令用以使得一台计算机设备(可以是个人计算机、服务器、或者网络设备等)执行本发明各个实施例所述方法的全部或部分。而前述的存储介质包括:移动存储设备、ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质。Alternatively, if the above-mentioned integrated units of the present invention are implemented in the form of software function modules and sold or used as independent products, they can also be stored in a computer-readable storage medium. Based on this understanding, the technical solution of the embodiment of the present invention is essentially or the part that contributes to the prior art can be embodied in the form of a software product. The computer software product is stored in a storage medium and includes several instructions for Make a computer device (which may be a personal computer, a server, or a network device, etc.) execute all or part of the methods described in various embodiments of the present invention. The aforementioned storage medium includes: various media capable of storing program codes such as removable storage devices, ROM, RAM, magnetic disks or optical disks.

以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。The above is only a specific embodiment of the present invention, but the scope of protection of the present invention is not limited thereto. Anyone skilled in the art can easily think of changes or substitutions within the technical scope disclosed in the present invention. Should be covered within the protection scope of the present invention. Therefore, the protection scope of the present invention should be determined by the protection scope of the claims.

Claims (33)

1.一种数据包串联的方法,其特征在于,所述方法包括:1. A method for data packet concatenation, characterized in that the method comprises: 终端设备接收第一指示信息,所述第一指示信息用于指示是否开启分组数据汇聚协议PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP服务数据单元SDU进行串联。The terminal device receives first indication information, and the first indication information is used to indicate whether to enable the concatenation of PDCP data packets of the packet data convergence protocol; the concatenation of PDCP data packets refers to at least two PDCP service data units before the PDCP entity adds a header SDUs are connected in series. 2.根据权利要求1所述的方法,其特征在于,所述终端设备接收第一指示信息,包括:2. The method according to claim 1, wherein the terminal device receiving the first indication information comprises: 所述终端设备接收网络设备发送的第一配置信息,所述第一配置信息包括所述第一指示信息;The terminal device receives first configuration information sent by a network device, where the first configuration information includes the first indication information; 所述第一配置信息还包括:PDCP报文头部中用于指示数据包长度的指示域大小;和/或,用于指示数据包串联规则的选项。The first configuration information further includes: the size of an indication field in the PDCP message header used to indicate the length of the data packet; and/or, an option used to indicate the concatenation rule of the data packet. 3.根据权利要求1所述的方法,其特征在于,所述第一指示信息包括以下至少一种信息:3. The method according to claim 1, wherein the first indication information includes at least one of the following information: PDCP报文头部中用于指示数据包长度的指示域大小;The size of the indication field used to indicate the length of the data packet in the PDCP message header; 用于指示数据包串联规则的选项。Option to indicate packet concatenation rules. 4.根据权利要求2所述的方法,其特征在于,所述终端设备接收网络设备发送的第一配置信息,包括:4. The method according to claim 2, wherein the terminal device receives the first configuration information sent by the network device, comprising: 所述终端设备通过高层信令接收网络设备发送的第一配置信息。The terminal device receives the first configuration information sent by the network device through high-level signaling. 5.根据权利要求1所述的方法,其特征在于,所述终端设备接收第一指示信息,包括:5. The method according to claim 1, wherein the terminal device receiving the first indication information comprises: 所述终端设备的PDCP实体接收介质访问控制MAC实体发送的所述第一指示信息。The PDCP entity of the terminal device receives the first indication information sent by a medium access control MAC entity. 6.根据权利要求1所述的方法,其特征在于,所述第一指示信息还用于指示启动的用于指示数据包串联规则的选项,所述用于指示数据包串联规则的选项是网络设备配置的,或者是所述终端设备预定义的,或者是协议规定的。6. The method according to claim 1, wherein the first indication information is also used to indicate the activated option for indicating the data packet concatenation rule, and the option for indicating the data packet concatenation rule is the network The device is configured, or is predefined by the terminal device, or is stipulated by a protocol. 7.根据权利要求5所述的方法,其特征在于,所述方法还包括:7. The method according to claim 5, wherein the method further comprises: 所述终端设备的PDCP实体接收所述MAC实体发送的以下至少一种信息:The PDCP entity of the terminal device receives at least one of the following information sent by the MAC entity: 预测的传输块大小;predicted transport block size; 预测的上行资源分配大小;Predicted uplink resource allocation size; 预测的信道质量。Predicted channel quality. 8.根据权利要求2、3或6所述的方法,其特征在于,所述用于指示数据包串联规则的选项包括以下其中之一:8. The method according to claim 2, 3 or 6, wherein the option for indicating the data packet concatenation rule includes one of the following: 用于指示串联数据包大小的选项;option to indicate concatenated packet size; 用于指示串联数据包数量的选项;option to indicate the number of concatenated packets; 针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项;Options for different concatenated packet sizes or number of concatenated packets for different predicted transport block sizes; 针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项;For different predicted uplink resource allocation sizes, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers; 针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项。For different predicted channel qualities, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers. 9.根据权利要求1所述的方法,其特征在于,所述方法还包括:9. The method according to claim 1, further comprising: 所述终端设备的PDCP实体基于所述第一指示信息发送PDCP数据,在所述第一指示信息指示开启PDCP数据包串联的情况下,所述PDCP数据中包括串联的PDCP数据包。The PDCP entity of the terminal device sends PDCP data based on the first indication information, and when the first indication information indicates enabling concatenation of PDCP data packets, the PDCP data includes concatenated PDCP data packets. 10.根据权利要求9所述的方法,其特征在于,所述PDCP数据的报文头中的至少一个预留位用于指示是否开启PDCP数据包串联。10. The method according to claim 9, wherein at least one reserved bit in the packet header of the PDCP data is used to indicate whether to enable PDCP data packet concatenation. 11.根据权利要求9所述的方法,其特征在于,所述PDCP数据的报文头中的至少两个预留位用于指示启用的所述用于指示PDCP数据包串联规则的选项。11. The method according to claim 9, wherein at least two reserved bits in the packet header of the PDCP data are used to indicate the enabled option for indicating the concatenation rules of PDCP data packets. 12.根据权利要求10或11所述的方法,其特征在于,所述PDCP数据的报文头中还包括至少一个第一指示域,所述至少一个第一指示域用于指示接收到的每个上层数据包的大小或者经压缩后的每个上层数据包的大小。12. The method according to claim 10 or 11, wherein the packet header of the PDCP data further includes at least one first indication field, and the at least one first indication field is used to indicate that each received The size of each upper-layer data packet or the size of each upper-layer data packet after compression. 13.根据权利要求9所述的方法,其特征在于,在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,所述方法还包括:13. The method according to claim 9, wherein when the terminal device is switched from the first network device to the second network device, the method further comprises: 所述终端设备向所述第二网络设备发送第一PDCP状态报告,所述第一PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。The terminal device sends a first PDCP status report to the second network device, and the sequence number field in the first PDCP status report is filled with sequence numbers of data packets not received in the first network device. 14.根据权利要求13所述的方法,其特征在于,所述方法还包括:14. The method of claim 13, further comprising: 所述终端设备接收所述第二网络设备发送的第二PDCP状态报告,所述第二PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。The terminal device receives the second PDCP status report sent by the second network device, and the sequence number field in the second PDCP status report is filled with sequence numbers of data packets not received by the first network device. 15.根据权利要求1至7任一项所述的方法,其特征在于,所述方法还包括:15. The method according to any one of claims 1 to 7, further comprising: 所述终端设备向网络设备发送能力信息,所述能力信息包括以下至少一种信息:The terminal device sends capability information to the network device, where the capability information includes at least one of the following information: 所述终端设备是否支持PDCP数据包串联功能;Whether the terminal device supports the PDCP packet concatenation function; 所述终端设备是否支持上行PDCP数据包串联功能;Whether the terminal device supports the uplink PDCP packet concatenation function; 所述终端设备是否支持下行PDCP数据包串联功能。Whether the terminal device supports the downlink PDCP packet concatenation function. 16.一种数据包串联的方法,其特征在于,所述方法包括:16. A method for data packet concatenation, characterized in that the method comprises: 网络设备向终端设备发送第一指示信息,所述第一指示信息用于指示是否开启分组数据汇聚协议PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP服务数据单元SDU进行串联。The network device sends first indication information to the terminal device, and the first indication information is used to indicate whether to enable PDCP data packet concatenation of the packet data convergence protocol; the PDCP data packet concatenation refers to combining at least two PDCP packets before the PDCP entity adds a header Service Data Units SDUs are concatenated. 17.根据权利要求16所述的方法,其特征在于,所述网络设备向终端设备发送第一指示信息,包括:17. The method according to claim 16, wherein the network device sends the first indication information to the terminal device, comprising: 所述网络设备向所述终端设备发送第一配置信息,所述第一配置信息包括所述第一指示信息;The network device sends first configuration information to the terminal device, where the first configuration information includes the first indication information; 所述第一配置信息还包括:PDCP报文头部中用于指示数据包长度的指示域大小;和/或,用于指示数据包串联规则的选项。The first configuration information further includes: the size of an indication field in the PDCP message header used to indicate the length of the data packet; and/or, an option used to indicate the concatenation rule of the data packet. 18.根据权利要求16所述的方法,其特征在于,所述第一指示信息还包括以下至少一种信息:18. The method according to claim 16, wherein the first indication information further includes at least one of the following information: PDCP报文头部中用于指示数据包长度的指示域大小;The size of the indication field used to indicate the length of the data packet in the PDCP message header; 用于指示数据包串联规则的选项。Option to indicate packet concatenation rules. 19.根据权利要求18所述的方法,其特征在于,所述用于指示数据包串联规则的选项包括以下其中之一:19. The method according to claim 18, wherein the option for indicating the data packet concatenation rule includes one of the following: 用于指示串联数据包大小的选项;option to indicate concatenated packet size; 用于指示串联数据包数量的选项;option to indicate the number of concatenated packets; 针对不同的预测传输块大小,对应的不同的串联数据包大小或串联数据包数量的选项;Options for different concatenated packet sizes or number of concatenated packets for different predicted transport block sizes; 针对不同的预测上行资源分配大小,对应的不同的串联数据包大小或串联数据包数量的选项;For different predicted uplink resource allocation sizes, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers; 针对不同的预测信道质量,对应的不同的串联数据包大小或串联数据包数量的选项。For different predicted channel qualities, there are corresponding options for different concatenated data packet sizes or concatenated data packet numbers. 20.根据权利要求17所述的方法,其特征在于,所述网络设备向所述终端设备发送第一配置信息,包括:20. The method according to claim 17, wherein the network device sends the first configuration information to the terminal device, comprising: 所述网络设备通过高层信令向所述终端设备发送第一配置信息。The network device sends the first configuration information to the terminal device through high-layer signaling. 21.根据权利要求16至20任一项所述的方法,其特征在于,所述方法还包括:21. The method according to any one of claims 16 to 20, further comprising: 所述网络设备接收所述终端设备发送的数据,在所述第一指示信息指示开启PDCP数据包串联的情况下,所述数据对应的PDCP数据中包括串联的PDCP数据包。The network device receives the data sent by the terminal device, and in a case where the first indication information indicates enabling concatenation of PDCP data packets, the PDCP data corresponding to the data includes concatenated PDCP data packets. 22.根据权利要求21所述的方法,其特征在于,所述PDCP数据的报文头中的至少一个预留位用于指示是否开启PDCP数据包串联。22. The method according to claim 21, wherein at least one reserved bit in the packet header of the PDCP data is used to indicate whether to enable PDCP data packet concatenation. 23.根据权利要求21所述的方法,其特征在于,所述PDCP数据的报文头中的至少两个预留位用于指示启用的所述用于指示PDCP数据包串联规则的选项。23. The method according to claim 21, wherein at least two reserved bits in the packet header of the PDCP data are used to indicate the enabled option for indicating the concatenation rules of PDCP data packets. 24.根据权利要求22或23所述的方法,其特征在于,所述PDCP数据的报文头中还包括至少一个第一指示域,所述至少一个第一指示域用于指示接收到的每个上层数据包的大小或者经压缩后的每个上层数据包的大小。24. The method according to claim 22 or 23, wherein the packet header of the PDCP data further includes at least one first indication field, and the at least one first indication field is used to indicate that each received The size of each upper-layer data packet or the size of each upper-layer data packet after compression. 25.根据权利要求17至20任一项所述的方法,其特征在于,在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,所述方法还包括:25. The method according to any one of claims 17 to 20, wherein when the terminal device is switched from the first network device to the second network device, the method further comprises: 在所述网络设备为所述第一网络设备的情况下,所述第一网络设备向所述第二网络设备发送所述第一配置信息。If the network device is the first network device, the first network device sends the first configuration information to the second network device. 26.根据权利要求17至20任一项所述的方法,其特征在于,在所述终端设备由第一网络设备切换接入至第二网络设备的情况下,所述方法还包括:26. The method according to any one of claims 17 to 20, wherein when the terminal device is switched from the first network device to the second network device, the method further comprises: 在所述网络设备为所述第二网络设备的情况下,所述第二网络设备向所述第一网络设备发送所述第一配置信息。If the network device is the second network device, the second network device sends the first configuration information to the first network device. 27.根据权利要求26所述的方法,其特征在于,所述方法还包括:27. The method of claim 26, further comprising: 所述第二网络设备接收所述终端设备发送的第一PDCP状态报告,所述第一PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。The second network device receives the first PDCP status report sent by the terminal device, and the sequence number field in the first PDCP status report is filled with sequence numbers of data packets not received by the first network device. 28.根据权利要求26所述的方法,其特征在于,所述方法还包括:28. The method of claim 26, further comprising: 所述第二网络设备向所述终端设备发送第二PDCP状态报告,所述第二PDCP状态报告中的序列号字段填充在所述第一网络设备中未接收到的数据包的序列号。The second network device sends a second PDCP status report to the terminal device, and the sequence number field in the second PDCP status report is filled with sequence numbers of data packets not received in the first network device. 29.根据权利要求16至20任一项所述的方法,其特征在于,所述方法还包括:29. The method according to any one of claims 16 to 20, further comprising: 所述网络设备接收所述终端设备发送的能力信息,所述能力信息包括以下至少一种信息:The network device receives the capability information sent by the terminal device, where the capability information includes at least one of the following information: 所述终端设备是否支持PDCP数据包串联功能;Whether the terminal device supports the PDCP packet concatenation function; 所述终端设备是否支持上行PDCP数据包串联功能;Whether the terminal device supports the uplink PDCP packet concatenation function; 所述终端设备是否支持下行PDCP数据包串联功能。Whether the terminal device supports the downlink PDCP packet concatenation function. 30.一种数据包串联的装置,其特征在于,所述装置应用于终端设备中;所述装置包括第一接收单元,用于接收第一指示信息,所述第一指示信息用于指示是否开启分组数据汇聚协议PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP服务数据单元SDU进行串联。30. A device for concatenating data packets, characterized in that the device is applied to terminal equipment; the device includes a first receiving unit for receiving first indication information, and the first indication information is used to indicate whether Enable the concatenation of PDCP data packets of the packet data convergence protocol; the concatenation of PDCP data packets refers to the concatenation of at least two PDCP service data units (SDUs) before the PDCP entity adds a packet header. 31.一种数据包串联的装置,其特征在于,所述装置应用于网络设备中;所述装置包括第二发送单元,用于向终端设备发送第一指示信息,所述第一指示信息用于指示是否开启分组数据汇聚协议PDCP数据包串联;所述PDCP数据包串联指在PDCP实体添加包头之前,将至少两个PDCP服务数据单元SDU进行串联。31. A device for concatenating data packets, characterized in that the device is applied to network equipment; the device includes a second sending unit for sending first indication information to terminal equipment, and the first indication information is used Indicates whether to enable PDCP data packet concatenation; the PDCP data packet concatenation refers to concatenating at least two PDCP service data units (SDUs) before the PDCP entity adds a packet header. 32.一种计算机可读存储介质,其上存储有计算机程序,其特征在于,该程序被处理器执行时实现权利要求1至15任一项所述方法的步骤;或者,32. A computer-readable storage medium, on which a computer program is stored, characterized in that, when the program is executed by a processor, the steps of the method according to any one of claims 1 to 15 are implemented; or, 该程序被处理器执行时实现权利要求16至29任一项所述方法的步骤。When the program is executed by the processor, the steps of the method described in any one of claims 16 to 29 are realized. 33.一种通信设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,其特征在于,所述处理器执行所述程序时实现权利要求1至15任一项所述方法的步骤;或者,33. A communication device, comprising a memory, a processor, and a computer program stored in the memory and operable on the processor, characterized in that, when the processor executes the program, any one of claims 1 to 15 is realized the steps of the method; or, 所述处理器执行所述程序时实现权利要求16至29任一项所述方法的步骤。The steps of the method described in any one of claims 16 to 29 are implemented when the processor executes the program.
CN202111554765.6A 2021-12-17 2021-12-17 Method, device, communication equipment and storage medium for data packet serial connection Pending CN116266931A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111554765.6A CN116266931A (en) 2021-12-17 2021-12-17 Method, device, communication equipment and storage medium for data packet serial connection

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111554765.6A CN116266931A (en) 2021-12-17 2021-12-17 Method, device, communication equipment and storage medium for data packet serial connection

Publications (1)

Publication Number Publication Date
CN116266931A true CN116266931A (en) 2023-06-20

Family

ID=86743815

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111554765.6A Pending CN116266931A (en) 2021-12-17 2021-12-17 Method, device, communication equipment and storage medium for data packet serial connection

Country Status (1)

Country Link
CN (1) CN116266931A (en)

Similar Documents

Publication Publication Date Title
US11310681B2 (en) Transmitting and receiving a PDCP layer status report in a mobile telecommunications system
CN114189901B (en) Data receiving state reporting method and device
CN113133055B (en) Method and apparatus for wireless communication
CN110971363B (en) Method and device for communication method of Ethernet data
CN110099448B (en) Communication method and device
CN110972282B (en) Communication method and device for Ethernet data
US11394656B2 (en) Method and apparatus for avoiding packet fragmentation
TW201633828A (en) Air-interface protocol stack configuration method, and data transmission method and device
WO2019079973A1 (en) Method for transmitting data, terminal device and network device
CN113207133B (en) Method and apparatus for wireless communication
CN116266931A (en) Method, device, communication equipment and storage medium for data packet serial connection
CN112470532B (en) Method for lateral communication, terminal device, chip, storage medium
WO2016106744A1 (en) Data transmission method, wireless access device and communication system
WO2020124540A1 (en) Data packet reordering method, electronic device and storage medium
HK40051642A (en) Method for transmitting status report of pdcp layer in mobile telecommunications system and receiver of mobile telecommunications
CN115915253A (en) Communication method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination