WO2022143684A1 - 一种数据处理方法及装置 - Google Patents

一种数据处理方法及装置 Download PDF

Info

Publication number
WO2022143684A1
WO2022143684A1 PCT/CN2021/142145 CN2021142145W WO2022143684A1 WO 2022143684 A1 WO2022143684 A1 WO 2022143684A1 CN 2021142145 W CN2021142145 W CN 2021142145W WO 2022143684 A1 WO2022143684 A1 WO 2022143684A1
Authority
WO
WIPO (PCT)
Prior art keywords
data packet
data
sequence number
target
sent
Prior art date
Application number
PCT/CN2021/142145
Other languages
English (en)
French (fr)
Inventor
卿晋
Original Assignee
展讯半导体(成都)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 展讯半导体(成都)有限公司 filed Critical 展讯半导体(成都)有限公司
Publication of WO2022143684A1 publication Critical patent/WO2022143684A1/zh

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/1607Details of the supervisory signal
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/1607Details of the supervisory signal
    • H04L1/1628List acknowledgements, i.e. the acknowledgement message consisting of a list of identifiers, e.g. of sequence numbers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/62Queue scheduling characterised by scheduling criteria
    • H04L47/622Queue service order
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L5/00Arrangements affording multiple use of the transmission path
    • H04L5/003Arrangements for allocating sub-channels of the transmission path
    • H04L5/0053Allocation of signaling, i.e. of overhead other than pilot signals
    • H04L5/0055Physical resource allocation for ACK/NACK

Definitions

  • the present application relates to the field of communication technologies, and in particular, to a data processing method and apparatus.
  • the terminal device After the terminal device successfully receives the downlink data, it will reply to the access network device with a TCP ACK data packet, which can indicate that all downlink data before the confirmation number corresponding to the TCP ACK data packet has been confirmed to be received. In this way, the access network device determines that all downlink data to be sent to the terminal device has been successfully delivered.
  • uplink and downlink data can be transmitted at the same time.
  • the uplink transmission rate is much lower than that of the downlink.
  • the uplink TCP ACK packets corresponding to the downlink data may be blocked by the uplink data service. This will result in delayed sending of TCP ACK packets, and further, will reduce the transmission rate of downlink data.
  • the present application discloses a data processing method and device, which are beneficial to improve the transmission rate of downlink data.
  • the embodiments of the present application provide a data processing method and apparatus, which are applied to a Packet Data Convergence Protocol PDCP entity included in a terminal device, and the method includes:
  • the target sequence number is the sequence number of the first data packet to be sent in the queue of data packets to be sent.
  • the method further includes: for each data packet other than the target data packet in the data packet queue to be sent, updating the sequence number of the data packet, and the sequence number of the updated data packet is the sequence of the data packet before the update. The sum of number and 1.
  • the data packet whose type is TCP ACK includes an acknowledgment number; the method further includes: determining a first data packet matching the target data packet in the queue of the data packets to be sent, and the first data packet and the target data packet belong to the same In the data flow, the confirmation number in the first data packet is smaller than the confirmation number in the target data packet; the first data packet is deleted from the queue of data packets to be sent.
  • the type is that the data packet of TCP ACK includes an acknowledgment number; the method also includes: the above-mentioned target sequence number is the sequence number of the second data packet; A matching data packet, wherein the second data packet and the target data packet belong to the same data flow, and the acknowledgment number in the second data packet is smaller than the acknowledgment number in the target data packet.
  • the method further includes: deleting the second data packet from the queue of data packets to be sent.
  • an embodiment of the present application provides a data processing apparatus, including:
  • a determining unit for determining that the type of the data packet included in the target data packet is the transmission control protocol message arrival confirmation TCP ACK type;
  • the modification unit is used to modify the sequence number of the target data packet in the queue of the data packet to be sent from the initial sequence number to the target sequence number, and the target sequence number is smaller than the initial sequence number;
  • the transmission unit is used for sending each data packet in the queue of data packets to be sent in order of sequence numbers from small to large.
  • the target sequence number is the sequence number of the first data packet to be sent in the queue of data packets to be sent.
  • an embodiment of the present application provides a data processing device, including a processor, a memory, and a communication interface, where the processor, the memory, and the communication interface are connected to each other, wherein the memory is used to store a computer program, and the computer program includes program instructions,
  • the processor is configured to invoke program instructions to execute the data processing method as described in the first aspect.
  • embodiments of the present application provide a computer-readable storage medium, where one or more instructions are stored in the computer-readable storage medium, and the one or more instructions are suitable for being loaded and executed by a processor as described in the first aspect data processing method.
  • an embodiment of the present application provides a chip, the chip includes a processor and a data interface, and the processor reads an instruction stored in a memory through the data interface, so as to use the data processing method described in the first aspect.
  • an embodiment of the present application provides a chip module, and the chip module includes the chip described in the fifth aspect.
  • the PDCP entity may determine that the type of the target data packet is the transmission control protocol TCP packet arrival confirmation ACK; the sequence number of the target data packet in the queue of the data packets to be sent is modified from the initial sequence number to the target sequence number, The target sequence number is smaller than the initial sequence number; each data packet in the queue of data packets to be sent is sent according to the sequence number from small to large.
  • This method is beneficial to improve the transmission rate of downlink data.
  • FIG. 1 is a schematic structural diagram of a TCP ACK provided by an embodiment of the present application.
  • FIG. 2 is a schematic structural diagram of a wireless communication network according to an embodiment of the present application.
  • FIG. 3 is a schematic diagram of a data flow of wireless communication according to an embodiment of the present application.
  • FIG. 4 is a schematic flowchart of a data processing method provided by an embodiment of the present application.
  • FIG. 5 is a schematic diagram of a method for determining a target serial number according to an embodiment of the present application
  • FIG. 6 is a schematic diagram of another method for determining a target serial number provided by an embodiment of the present application.
  • FIG. 7 is a schematic diagram of a unit of a data processing apparatus provided by an embodiment of the present application.
  • FIG. 8 is a simplified schematic diagram of the physical structure of a data processing apparatus according to an embodiment of the present application.
  • FIG. 9 is a simplified schematic diagram of a chip of a data processing apparatus according to an embodiment of the present application.
  • first, second, third, etc. may be used herein to describe various information, such information should not be limited by these terms. These terms are only used to distinguish the same type of information from each other.
  • first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of this document.
  • the word “if” as used herein can be interpreted as “at the time of” or “when” or “in response to determining”, depending on the context.
  • the singular forms "a,” “an,” and “the” are intended to include the plural forms as well, unless the context dictates otherwise.
  • Transmission Control Protocol It is a connection-oriented, reliable, byte stream-based transport layer communication protocol.
  • TCP is designed to accommodate a layered protocol hierarchy that supports multiple network applications. Reliable communication services are provided between pairs of processes in host computers connected to different but interconnected computer communication networks relying on TCP.
  • Packet Data Convergence Protocol The PDCP layer belongs to the second layer of the radio interface protocol stack and handles radio resource management (Radio Resource Control, RRC) messages on the control plane and Internet Protocol (IP) messages on the user plane. )Bag.
  • RRC Radio Resource Control
  • IP Internet Protocol
  • PDCP sublayer On the user plane, after the PDCP sublayer obtains the IP data packet from the upper layer, it can perform header compression and encryption on the IP data packet, and then submit it to the Radio Link Control Protocol (RLC) sublayer.
  • RLC Radio Link Control Protocol
  • the PDCP sublayer also provides in-order submission and duplicate packet detection functions to upper layers.
  • the PDCP sublayer provides signaling transmission services for the upper-layer RRC, and implements encryption and consistency protection of RRC signaling, as well as decryption and consistency checking of RRC signaling in the reverse direction.
  • the PDCP entity is located at the PDCP layer.
  • multiple PDCP entities can be defined.
  • Each PDCP entity for carrying user plane data can be configured to use header compression technology, and each PDCP entity carries data of one radio bearer.
  • TCP packet arrival confirmation (Acknowledge, ACK): It is the confirmation of the highest sequence number of the received data, and returns to the sender the sequence number (Ack Number) of the TCP packet expected at the next reception. For example, if the current data sequence number sent by the terminal device is 400 and the data length is 100, the access network device will return a confirmation number of 501 to the terminal device after receiving it.
  • the structure of TCPACK can be shown in Figure 1.
  • the TCP ACK may be a data packet dedicated to replying to the acknowledgment number ACK, or it may be a TCP data packet carrying other data, which is added in the TCP data packet carrying other data. There is ACK information.
  • the SN number may be the sending sequence number of the data packet, and the PDCP layer may send each data packet according to the SN number of each data packet.
  • the receiver in the access network device or the terminal device can guarantee the sequential submission or detection of duplicate data packets.
  • the SN number has a maximum value, which is determined according to the relevant protocol. When the SN number reaches the maximum value, the next SN number of the SN number that reaches the maximum value will be rearranged from 0. . For example, if the maximum value is 2 32 -1, then the next SN number with SN number 2 32 -1 is 0. In the embodiments of the present application, the addition and subtraction operations on the SN number are involved, which all satisfy the algorithm.
  • FIG. 2 provides a schematic structural diagram of a wireless communication network according to an embodiment of the present application.
  • the wireless communication network architecture includes terminal equipment and access network equipment.
  • the access network device may deploy a serving cell, and the number of serving cells may be one or more. In the embodiment of the present application, one serving cell is used as an example.
  • Various channels can be distributed in the serving cell to transmit different services.
  • Both the terminal device and the access network device may include their own PDCP entities, and the PDCP entity is located in the PDCP layer.
  • the terminal device and the access network device can perform IP packet header compression and decompression, data and signaling encryption and decryption through the PDCP entity, And signaling integrity protection and other operations.
  • the PDCP entity can process data in the PDCP layer, and the data can be data packets, that is, data packets, and these data packets can come from the middle and high layers of the device, such as the IP layer.
  • the PDCP entity can process the data packets sent by the middle and high layers, that is, assign an SN number to each data packet, and then send each data packet according to the SN number of each data packet.
  • Figure 3 is a schematic diagram of the data flow of a wireless communication.
  • the PDCP entity of the terminal device can receive the data sent by the network layer of the terminal device, that is, the middle and upper layers. After the PDCP entity processes the data, it can send it to the RLC entity.
  • the RLC layer processes the data sent by the PDCP entity and sends it to the MAC entity, and so on.
  • the physical layer of the access network device receives the information sent by the physical layer of the terminal device, it can demodulate and decode the information, and then gradually send it to the PCDP entity and the network layer of the access network device. In this way, the data exchange of wireless communication is realized.
  • each protocol layer may correspond to its own entity, for example, the RLC layer corresponds to the RLC entity.
  • the steps performed by the entities corresponding to each protocol layer are completed in the protocol layer.
  • the steps performed by the PDCP entity are done in the PDCP layer.
  • the access network device involved in the embodiments of the present application is an entity on the network side that is used to transmit or receive signals, and can be used to convert received air frames and network protocol (Internet protocol, IP) packets to and from each other. , as a router between the terminal device and the rest of the access network, where the rest of the access network may include an IP network and the like.
  • IP Internet protocol
  • the access network equipment can also coordinate the attribute management of the air interface.
  • the access network device may be an evolutional Node B (evolutional Node B, eNB or e-NodeB) in LTE, a new radio controller (new radio controller, NR controller), or a gNode B in the 5G system (gNB), which can be a centralized unit, a new wireless base station, a remote radio module, a micro base station, a relay, or a distributed unit ), which may be a reception point (transmission reception point, TRP) or a transmission point (transmission point, TP) or any other wireless access device, but the embodiment of the present application is not limited to this.
  • evolutional Node B evolutional Node B, eNB or e-NodeB
  • a new radio controller new radio controller, NR controller
  • gNode B in the 5G system gNB
  • TRP transmission reception point
  • TP transmission point
  • the terminal equipment involved in the embodiments of this application is an entity on the user side that is used to receive or transmit signals.
  • a terminal device may be a device that provides voice and/or data connectivity to a user, eg, a handheld device with a wireless connection function, a vehicle-mounted device, and the like.
  • the terminal device may also be other processing device connected to the wireless modem.
  • Terminal devices can communicate with a radio access network (RAN).
  • RAN radio access network
  • Terminal equipment may also be referred to as wireless terminal, subscriber unit, subscriber station, mobile station, mobile station, remote station, access point , remote terminal (remote terminal), access terminal (access terminal), user terminal (user terminal), user agent (user agent), user equipment (user device), or user equipment (user equipment, UE) and so on.
  • Terminal devices may be mobile terminals, such as mobile phones (or “cellular" phones) and computers with mobile terminals, for example, may be portable, pocket-sized, hand-held, computer-built, or vehicle-mounted mobile devices, which are associated with wireless The access network exchanges language and/or data.
  • the terminal device may also be a personal communication service (PCS) phone, a cordless phone, a session initiation protocol (SIP) phone, a wireless local loop (WLL) station, a personal digital assistant (personal digital assistant, PDA), and other equipment.
  • Common terminal devices include, for example, mobile phones, tablet computers, notebook computers, PDAs, mobile internet devices (MIDs), vehicles, roadside devices, aircraft, and wearable devices, such as smart watches, smart bracelets, and computing devices. Steppers, etc., but the embodiments of the present application are not limited thereto.
  • the communication method and related devices provided by the present application will be introduced in detail below.
  • the embodiments of the present application provide a data processing method and apparatus, and the data processing method and apparatus provided by the embodiments of the present application are further described below in detail.
  • FIG. 4 provides a schematic flowchart of a data processing method according to an embodiment of the present application.
  • the method can be applied to the PDCP entity included in the terminal device.
  • the PDCP entity executes the data processing method, the following steps can be included:
  • the PDCP entity can determine that a data packet of type TCP ACK is a target data packet when it detects the data packet.
  • the target data packet may come from the middle and upper layers of the terminal device.
  • the PDCP entity can automatically assign a sequence number (SN number) to it, and the sequence number is called the initial sequence number.
  • the initial serial number is determined according to the occupied serial number. For example, the sequence number has been used to 400, then when the PDCP entity determines that the target data packet is a TCP ACK, it can automatically assign the sequence number to 401, which is the initial sequence number of the target data packet.
  • the target sequence number may be the sequence number of the first data packet to be sent in the queue of data packets to be sent.
  • the sequence numbers of each data packet in the queue of data packets to be sent are arranged from small to large, that is, the PDCP entity can put the target data packet at the front of the queue of data packets to be sent.
  • the sequence numbers of other data packets in the queue of data packets to be sent will be changed accordingly due to the modification of the sequence numbers of the target data packet.
  • the PDCP entity may update the serial number of the data packet for each data packet in the queue of data packets to be sent except the target data packet, and the serial number of the updated data packet is the sum of the serial number of the data packet before the update and 1.
  • FIG. 5 is a schematic diagram of a method for determining a target serial number.
  • the diagram includes a queue of packets to be sent.
  • the PDCP entity In the to-be-sent data packet queue, the PDCP entity has sent all data packets with sequence numbers from 0 to 99, and data with sequence numbers from 100 to 400 is currently in a state to be sent.
  • the PDCP entity determines that a target data packet is a TCP ACK
  • the initial sequence number automatically assigned by the PDCP entity should be 401, that is, it is queued to the end of the queue of the data packet to be sent.
  • the PDCP entity Considering that the target data packet should be sent in time, the PDCP entity should modify the sequence number of the target data packet from the initial sequence number to the target sequence number at this time.
  • the target sequence number may be the sequence number of the first data packet to be sent in the queue of data packets to be sent, that is, 100.
  • the PDCP entity may set the sequence number of the target data packet to 100, and accordingly, move the sequence numbers of all other data to be sent backward by one unit. For example, the original sequence number 100 is shifted to 101, the original sequence number 210 is shifted to 211, the original sequence number 400 is shifted to 401, and so on. In this way, the PDCP entity can send the target data packet next time without queuing after the data packets with sequence numbers 100 to 400, that is, without queuing at the initial sequence number 401.
  • the PDCP entity may update the sequence number of the data packet for each data packet in the queue of data packets to be sent, and the sequence number of the updated data packet is the sequence number of the data packet before the update and 1. and.
  • the position of the first data packet to be sent in the queue of data packets to be sent is vacated, and the PDCP entity can determine the sequence number corresponding to the position of the first data packet as the target sequence number of the target data packet .
  • the PDCP entity can also first add 1 to the sequence numbers of the target data packets in the queue of data packets to be sent, and then set aside the position of the first data packet to be sent in the queue of data packets to be sent. The location of the first packet can then be the target sequence number.
  • the initial sequence number of the target data packet confirmed by the PDCP entity is the same as the target sequence number.
  • the data packet of type TCP ACK includes an acknowledgment number; the acknowledgment number is used to indicate the data sequence number of the next data packet that the terminal device expects to receive, the acknowledgment number is carried in the uplink data, and the data sequence number carried in downlink data.
  • the PDCP entity can determine the first data packet in the queue of data packets to be sent that matches the target data packet, wherein the first data packet and the target data packet belong to the same data flow, and the acknowledgment number in the first data packet is smaller than the target data packet confirmation number. Then the PDCP entity can delete the first data packet from the queue of data packets to be sent.
  • the PDCP entity can change the sequence numbers of other data packets in the queue of the data packets to be sent accordingly, for example, subtract 1 from the sequence numbers of the data packets after the first data packet .
  • the acknowledgment number of the target data packet can indicate that the sequence number in the received downlink data is all data before the acknowledgment number in the target data packet
  • the first data packet can Indicates that the sequence numbers in the received downlink data are all data before the acknowledgment number in the first data packet. In this way, the range indicated by the acknowledgment number of the target data packet can cover the range indicated by the acknowledgment number of the first data packet.
  • the PDCP entity can determine that the sequence number 100 is the target sequence number of the target data packet, and further, through comparison, it is found that the confirmation number (101) of the first data packet is smaller than the confirmation number (301) of the target data packet.
  • the acknowledgment number of the target data packet may indicate that the data with the sequence number before 300 in the downlink data is received, and the acknowledgment number of the first data packet may indicate that the data with the sequence number before 100 in the downlink data has been received.
  • the PDCP entity confirms that the target data packet is sent more preferentially, the first data packet can be deleted, because the function of the first data packet at this time has become invalid.
  • packets of type TCP ACK include an acknowledgment number.
  • the PDCP entity may determine a second data packet matching the target data packet from the queue of data packets to be sent, the second data packet and the target data packet belong to the same data flow, and the acknowledgment number in the second data packet is smaller than the target data packet. Confirmation Number. Then the PDCP entity can determine the sequence number of the second data packet as the target sequence number of the target data.
  • the acknowledgment number of the target data packet can indicate that the sequence number in the received downlink data is all data before the acknowledgment number in the target data packet
  • the second data packet can Indicates that the sequence numbers in the received downlink data are all data before the acknowledgment number in the second data packet.
  • the range indicated by the acknowledgment number of the target data packet covers the range indicated by the acknowledgment number of the second data packet.
  • the PDCP entity may delete the second data packet from the queue of data packets to be sent.
  • the PDCP entity may determine the sequence number of the second data packet with the smallest sequence number as the target sequence number.
  • FIG. 6 is a schematic diagram of another method for determining the target sequence number, wherein the figure includes target data packet 1 (TCP ACK4) and target data packet 2 (TCP ACK5).
  • TCP ACK1 is the data packet matched by this TCP ACK5 (that is, the second data packet 1 corresponding to TCP ACK5)
  • the confirmation number in TCP ACK5 is greater than the confirmation number of TCP ACK1
  • TCP ACK1 and TCP ACK5 belong to the same data stream, that is, the first a data stream.
  • the sequence number of TCP ACK1 in the queue of packets to be sent is 101
  • the sequence number of TCP ACK2 is 100
  • the sequence number of TCP ACK3 is 102.
  • the PDCP entity may automatically determine that the initial sequence number of the TCP ACK5 is 401 after determining that the TCP ACK5 is a TCP ACK. After the PDCP entity determines the TCP ACK1 that matches the TCP ACK5, the sequence number of the TCP ACK1 can be determined as the target sequence number of the TCP ACK5. Then the PDCP entity can modify the sequence number of the TCP ACK5 from the initial sequence number (401) to the target sequence number (101), and the PDCP entity can delete the TCP ACK1 from the queue of data packets to be sent.
  • TCP ACK2 and TCP ACK3 are data packets matched by TCP ACK4 (that is, TCP ACK2 and TCP ACK3 are both second data packets 2 corresponding to TCP ACK4, and the number of second data packets 2 is 2 ), the acknowledgment number in TCP ACK4 is greater than the acknowledgment numbers of TCP ACK2 and TCP ACK3, and TCP ACK2, TCP3 and TCP ACK4 belong to the same data stream, that is, the second data stream.
  • the PDCP entity may automatically determine that the initial sequence number of the TCP ACK4 is 402 after determining that the TCP ACK4 is a TCP ACK.
  • the PDCP entity After the PDCP entity determines the TCP ACK2 and TCP ACK3 that match the TCP ACK4, it can determine that the sequence number of the TCP ACK with the smaller sequence number among the TCP ACK2 and the TCP ACK3 is the target sequence number. Since the sequence number (100) of TCP ACK2 is smaller than the sequence number (102) of TCP ACK3, the PDCP entity determines that the target sequence number of TCP ACK4 is the sequence number of TCP ACK2, which is 100. In addition, the PDCP entity may also delete both TCP ACK2 and TCP ACK3 from the queue of data packets to be sent.
  • the acknowledgment numbers of data packets belonging to different data streams are independent, and the ACKs of different data streams will not interfere with each other.
  • TCP ACK5 and TCP ACK2 do not belong to the same data stream, then the PDCP entity will not use the sequence number of TCP ACK2 as the target sequence number of TCP ACK5, nor the sequence number of TCP ACK1 as the target sequence of TCP ACK4. No.
  • the PDCP entity may first determine a second data packet matching the target data packet from the queue of data packets to be sent, delete the second data packet, and then determine the sequence number of the second data packet is the target sequence number of the target packet. In other words, the PDCP entity may also delete the second data packet in the queue of data packets to be sent first, and then determine the sequence number corresponding to the second data packet as the target sequence number of the target data packet. If the number of the second data packets is more than one, the PDCP entity may delete all the second data packets in the queue of the data packets to be sent first, and then determine the position corresponding to the position with the smallest sequence number among the positions vacated in the queue of the data packets to be sent.
  • the serial number is the target serial number.
  • Each data packet in the queue of data packets to be sent is arranged in sequence numbers from small to large.
  • the PDCP entity can send each data packet in the data packet queue according to the sequence from small to large. In this way, the target data can be sent. Packets are sent first.
  • the PDCP entity can modify the sequence number of the target data packet in the queue of data packets to be sent from the initial sequence number to the target sequence number, wherein the target sequence number number is less than the original serial number.
  • the target data packet of the target sequence number can be sent preferentially compared to the target data packet of the initial sequence number.
  • the transmission delay of the TCP ACK data packet can be reduced, so that the access network device can determine in time that the terminal device has received the sent downlink data, so as to avoid the sent downlink data. retransmission, thereby helping to improve the transmission rate of downlink data.
  • FIG. 7 is a schematic diagram of a unit in a data processing apparatus provided by an embodiment of the present application.
  • the data processing apparatus shown in FIG. 7 may be used to perform some or all of the functions in the method embodiment described in FIG. 4 above.
  • the device may be a terminal device, or a device in the terminal device, or a device that can be used in combination with the terminal device.
  • the logical structure of the apparatus may include: a determination unit 710 , a modification unit 720 and a transmission unit 730 , and optionally, the apparatus may further include a deletion unit 740 .
  • the device When the device is applied to terminal equipment:
  • Determining unit 710 for determining that the type of the data packet included in the target data packet is the transmission control protocol message arrival confirmation TCP ACK type;
  • a modification unit 720 configured to modify the sequence number of the target data packet in the data packet queue to be sent from an initial sequence number to a target sequence number, where the target sequence number is smaller than the initial sequence number;
  • the transmission unit 730 is configured to send each data packet in the queue of data packets to be sent in order of sequence numbers from small to large.
  • the above-mentioned target sequence number is the sequence number of the first data packet to be sent in the queue of data packets to be sent.
  • the modifying unit 720 is further configured to update the serial number of the data packet for each data packet in the queue of data packets to be sent except the target data packet, and the serial number of the updated data packet is updated The sum of the sequence number of the previous packet and 1.
  • the data packet whose type is TCP ACK includes an acknowledgment number;
  • the above-mentioned target sequence number is the sequence number of the second data packet;
  • the foregoing deletion unit 740 is further configured to delete the second data packet from the queue of data packets to be sent.
  • FIG. 8 is a simplified schematic diagram of the physical structure of a data processing apparatus according to an embodiment of the present application.
  • the apparatus includes a processor 810 , a memory 820 and a communication interface 830 .
  • the processor 810 , the memory 820 and the communication interface 830 Connected via one or more communication buses.
  • the data processing device may also be a chip, a chip module, or the like.
  • the processor 810 is configured to support the data processing apparatus to perform functions corresponding to the method of FIG. 4 .
  • the processor 810 may be a central processing unit (central processing unit, CPU for short), and the processor may also be other general-purpose processors, digital signal processors (digital signal processor, DSP for short) ), application specific integrated circuit (ASIC), off-the-shelf programmable gate array (FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc.
  • a general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
  • the memory 820 is used to store program codes and the like.
  • the memory 820 in this embodiment of the present application may be a volatile memory or a nonvolatile memory, or may include both volatile and nonvolatile memory.
  • the non-volatile memory may be read-only memory (ROM for short), programmable read-only memory (PROM for short), erasable programmable read-only memory (EPROM for short) , Electrically Erasable Programmable Read-Only Memory (electrically EPROM, EEPROM for short) or flash memory.
  • Volatile memory may be random access memory (RAM), which acts as an external cache.
  • RAM random access memory
  • SRAM static random access memory
  • DRAM dynamic random access memory
  • DRAM synchronous Dynamic random access memory
  • SDRAM synchronous Dynamic random access memory
  • DDR SDRAM double data rate synchronous dynamic random access memory
  • ESDRAM enhanced synchronous dynamic random access memory
  • SLDRAM Synchronous connection dynamic random access memory
  • DR RAM direct memory bus random access memory
  • the communication interface 830 is used for sending and receiving data, information or messages, etc., and can also be described as a transceiver, a transceiver circuit, and the like.
  • the processor 810 invokes the program code stored in the memory 820 to perform the following operations:
  • the processor 810 calls the program code stored in the memory 820 to determine that the type of the data packet included in the target data packet is the transmission control protocol message arrival confirmation TCP ACK type;
  • the processor 810 calls the program code stored in the memory 820 to modify the sequence number of the target data packet in the data packet queue to be sent from an initial sequence number to a target sequence number, where the target sequence number is smaller than the initial sequence number;
  • the control communication interface 830 sends each data packet in the to-be-sent data packet queue according to the sequence number from small to large.
  • the above-mentioned target sequence number is the sequence number of the first data packet to be sent in the queue of data packets to be sent.
  • the processor 810 invokes the program code stored in the memory 820 to update the serial number of the data packet for each data packet in the queue of data packets to be sent except the target data packet, and the updated data packet
  • the sequence number is the sum of the sequence number of the packet before the update and 1.
  • the data packet of type TCP ACK includes an acknowledgment number; the processor 810 invokes the program code stored in the memory 820 to determine the first data packet in the queue of the data packets to be sent that matches the target data packet, and the first A data packet and the target data packet belong to the same data stream, and the acknowledgment number in the first data packet is smaller than the acknowledgment number in the target data packet; the processor 810 calls the program code stored in the memory 820 to transfer the first data packet from the to-be-sent data packet removed from the queue.
  • the data packet whose type is TCP ACK includes an acknowledgment number;
  • the above-mentioned target sequence number is the sequence number of the second data packet;
  • the processor 810 invokes the program code stored in the memory 820 to delete the second data packet from the queue of data packets to be sent.
  • modules/units included in the devices and products described in the foregoing embodiments may be software modules/units or hardware modules/units, or may be partly software modules/units and partly hardware modules/units.
  • each module/unit included therein may be implemented by hardware such as circuits, or at least some of the modules/units may be implemented by a software program.
  • the remaining (if any) part of the modules/units can be implemented by hardware such as circuits; for each device and product applied to or integrated in the chip module, the modules/units contained therein can be They are all implemented by hardware such as circuits, and different modules/units can be located in the same component of the chip module (such as chips, circuit modules, etc.) or in different components, or at least some of the modules/units can be implemented by software programs.
  • the software program runs on the processor integrated inside the chip module, and the remaining (if any) part of the modules/units can be implemented by hardware such as circuits; for each device and product applied to or integrated in the terminal, each module contained in it
  • the units/units may all be implemented in hardware such as circuits, and different modules/units may be located in the same component (eg, chip, circuit module, etc.) or in different components in the terminal, or at least some of the modules/units may be implemented in the form of software programs Realization, the software program runs on the processor integrated inside the terminal, and the remaining (if any) part of the modules/units can be implemented in hardware such as circuits.
  • FIG. 9 is a simplified schematic diagram of a chip of a data processing apparatus provided by an embodiment of the present application, where the chip includes a processor 910 and a data interface 920 .
  • the chip can be used to process functions corresponding to the method in FIG. 4 .
  • the chip may be the data processing apparatus shown in FIG. 8 , or may be included in the data processing apparatus shown in FIG. 8 .
  • the chip may also be included in a chip module.
  • the units in the processing device in the embodiment of the present invention may be combined, divided, and deleted according to actual needs.
  • a computer program product includes one or more computer instructions.
  • the computer may be a general purpose computer, a special purpose computer, a computer network, or other programmable device.
  • Computer instructions may be stored in or transmitted from one computer-readable storage medium to another computer-readable storage medium, for example, the computer instructions may be transmitted from a website site, computer, server, or data center over a wire (e.g.
  • coaxial cable, optical fiber, digital subscriber line) or wireless means to another website site, computer, server or data center.
  • a computer-readable storage medium can be any available medium that can be accessed by a computer or a data storage device such as a server, data center, or the like that contains one or more of the available mediums integrated.
  • Useful media may be magnetic media (eg, floppy disks, storage disks, magnetic tapes), optical media (eg, DVD), or semiconductor media (eg, Solid State Disk (SSD)), among others.

Abstract

本申请公开了一种数据处理方法及装置,其中,该方法包括:确定目标数据包的类型为传输控制协议TCP报文到达确认ACK;将目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,目标序列号小于初始序列号;按照序列号从小到大的顺序发送待发送数据包队列中的各个数据包。通过该方法,有利于提高下行数据的传输速率。

Description

一种数据处理方法及装置 技术领域
本申请涉及通信技术领域,尤其涉及一种数据处理方法及装置。
背景技术
终端设备成功接收到下行数据后,会回复接入网设备一个TCP ACK数据包,该TCP ACK数据包可以表示已经确认接收到该TCP ACK数据包对应的确认号之前的所有下行数据。这样接入网设备就确定需要发送至终端设备的下行数据都已成功送达。
目前,上下行数据可以同时传输,通常上行传输速率比下行低很多,下行数据对应的上行TCP ACK数据包可能会被上行数据业务阻挡。这样就会导致TCP ACK数据包延迟发送,进一步地,会导致下行数据的传输速率降低。
发明内容
本申请公开了一种数据处理方法及装置,有利于提高下行数据的传输速率。
第一方面,本申请实施例提供了一种数据处理方法及装置,应用于终端设备包括的分组数据汇聚协议PDCP实体,该方法包括:
确定目标数据包的类型为传输控制协议TCP报文到达确认ACK;
将目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,目标序列号小于初始序列号;
按照序列号从小到大的顺序发送待发送数据包队列中的各个数据包。
在一实施方式中,上述目标序列号为待发送数据包队列中待发送的第一个数据包的序列号。
在一实施方式中,该方法还包括:针对待发送数据包队列中除目标数据包以外的各个数据包,更新数据包的序列号,更新后数据包的序列号为更新前的数据包的序列号与1之和。
在一实施方式中,类型为TCP ACK的数据包包括确认号;该方法还包括: 确定待发送数据包队列中与目标数据包匹配的第一数据包,第一数据包与目标数据包属于同一数据流,第一数据包中的确认号小于目标数据包中的确认号;将第一数据包从待发送数据包队列中删除。
在一实施方式中,类型为TCP ACK的数据包包括确认号;该方法还包括:上述目标序列号为第二数据包的序列号;第二数据包为待发送数据包队列中与目标数据包匹配的数据包,其中,第二数据包与目标数据包属于同一数据流,第二数据包中的确认号小于目标数据包中的确认号。
在一实施方式中,该方法还包括:将第二数据包从待发送数据包队列中删除。
第二方面,本申请实施例提供了一种数据处理装置,包括:
确定单元,用于确定目标数据包中包括的数据分组的类型为传输控制协议报文到达确认TCP ACK类型;
修改单元,用于将目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,目标序列号小于初始序列号;
传输单元,用于按照序列号从小到大的顺序发送待发送数据包队列中的各个数据包。
在一实施方式中,目标序列号为待发送数据包队列中待发送的第一个数据包的序列号。
第三方面,本申请实施例提供了一种数据处理装置,包括处理器、存储器和通信接口,处理器、存储器和通信接口相互连接,其中,存储器用于存储计算机程序,计算机程序包括程序指令,处理器被配置用于调用程序指令,执行如第一方面描述的数据处理方法。
第四方面,本申请实施例提供了一种计算机可读存储介质,该计算机可读存储介质存储有一条或多条指令,一条或多条指令适于由处理器加载并执行如第一方面描述的数据处理方法。
第五方面,本申请实施例提供了一种芯片,该芯片包括处理器与数据接口,该处理器通过该数据接口读取存储器上存储的指令,以如第一方面描述的数据处理方法。
第六方面,本申请实施例提供了一种芯片模组,该芯片模组包括如第五 方面描述的芯片。
本申请实施例中,PDCP实体可以确定目标数据包的类型为传输控制协议TCP报文到达确认ACK;将目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,目标序列号小于初始序列号;按照序列号从小到大的顺序发送待发送数据包队列中的各个数据包。通过该方法,有利于提高下行数据的传输速率。
附图说明
为了更清楚地说明本申请实施例技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1为本申请实施例提供的TCP ACK的结构示意图;
图2为本申请实施例提供的一种无线通信网络的架构示意图;
图3为本申请实施例提供的一种无线通信的数据流向示意图;
图4为本申请实施例提供的一种数据处理方法的流程示意图;
图5为本申请实施例提供的一种确定目标序列号的方法示意图;
图6为本申请实施例提供的另一种确定目标序列号的方法示意图;
图7为本申请实施例提供的一种数据处理装置的单元示意图;
图8为本申请实施例提供的一种数据处理装置的实体结构简化示意图;
图9为本申请实施例提供的一种数据处理装置的芯片简化示意图。
具体实施方式
这里将详细地对示例性实施例进行说明,其示例表示在附图中。下面的描述涉及附图时,除非另有表示,不同附图中的相同数字表示相同或相似的要素。以下示例性实施例中所描述的实施方式并不代表与本申请相一致的所有实施方式。相反,它们仅是与如所附权利要求书中所详述的、本申请的一些方面相一致的装置和方法的例子。
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在 涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者装置不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者装置所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者装置中还存在另外的相同要素,此外,本申请不同实施例中具有同样命名的部件、特征、要素可能具有相同含义,也可能具有不同含义,其具体含义需以其在该具体实施例中的解释或者进一步结合该具体实施例中上下文进行确定。
应当理解,尽管在本文可能采用术语第一、第二、第三等来描述各种信息,但这些信息不应限于这些术语。这些术语仅用来将同一类型的信息彼此区分开。例如,在不脱离本文范围的情况下,第一信息也可以被称为第二信息,类似地,第二信息也可以被称为第一信息。取决于语境,如在此所使用的词语"如果"可以被解释成为"在……时"或"当……时"或"响应于确定"。再者,如同在本文中所使用的,单数形式“一”、“一个”和“该”旨在也包括复数形式,除非上下文中有相反的指示。应当进一步理解,术语“包含”、“包括”表明存在所述的特征、步骤、操作、元件、组件、项目、种类、和/或组,但不排除一个或多个其他特征、步骤、操作、元件、组件、项目、种类、和/或组的存在、出现或添加。此处使用的术语“或”和“和/或”被解释为包括性的,或意味着任一个或任何组合。因此,“A、B或C”或者“A、B和/或C”意味着“以下任一个:A;B;C;A和B;A和C;B和C;A、B和C”。仅当元件、功能、步骤或操作的组合在某些方式下内在地互相排斥时,才会出现该定义的例外。
为了能够更好地理解本申请实施例,下面对本申请实施例涉及的专业术语进行介绍:
传输控制协议(Transmission Control Protocol,TCP):是一种面向连接的、可靠的、基于字节流的传输层通信协议。TCP旨在适应支持多网络应用的分层协议层次结构。连接到不同但互连的计算机通信网络的主计算机中的成对进程之间依靠TCP提供可靠的通信服务。
分组数据汇聚协议(Packet Data Convergence Protocol,PDCP):PDCP层属于无线接口协议栈的第二层,处理控制平面上的无线资源管理(Radio  Resource Control,RRC)消息以及用户平面上的因特网协议(IP)包。在用户平面上,PDCP子层得到来自上层的IP数据分组后,可以对IP数据分组进行头压缩和加密,然后递交到无线链路控制协议(RLC)子层。PDCP子层还向上层提供按序提交和重复分组检测功能。在控制平面,PDCP子层为上层RRC提供信令传输服务,并实现RRC信令的加密和一致性保护,以及在反方向上实现RRC信令的解密和一致性检查。PDCP实体位于PDCP层。对于一个终端设备,可以定义多个PDCP实体。每个用于携带用户平面数据的PDCP实体可以配置使用头压缩技术,每个PDCP实体携带一个无线承载的数据。
TCP报文到达确认(Acknowledge,ACK):是对接收到的数据的最高序列号的确认,并向发送端返回一个下次接收时期望的TCP数据包的序列号(Ack Number)。例如,终端设备发送的当前数据序号是400,数据长度是100,则接入网设备收到后会返回一个确认号是501的确认号给终端设备。TCPACK的结构可以如图1所示,确认号占用32位,终端设备和接入网设备都可以发送,Ack=Seq+1,其中该Seq即序列号,且是下行数据的序列号,并非本申请实施例中的序列号。需要说明的是,在本申请实施例中,TCP ACK可以是一个专用于回复确认号ACK的数据包,也可以是在一个携带其他数据的TCP数据包,该携带其他数据的TCP数据包中添加有ACK的信息。
序列号(Sequence Number,SN):在PDCP实体中,SN编号可以是数据包的发送序列号,PDCP层可以根据每个数据包的SN编号来发送每个数据包。这样,接入网设备或终端设备中的接收方就可以保证顺序提交或检测重复的数据包。需要说明的是,SN编号存在一个最大值,该最大值是根据相关的协议确定的,当SN编号达到最大值后,该达到最大值的SN编号的下一个SN编号将会从0开始重新排列。例如,若该最大值为2 32-1,那么SN编号为2 32-1的下一个SN编号则为0。在本申请实施例中,涉及到对SN编号的加减运算,均满足该运算法则。
为了能够更好地理解本申请实施例,下面对本申请实施例可应用的网络架构进行说明。
请参见图2,图2为本申请实施例提供了一种无线通信网络的架构示意图。 该无线通信网络架构中包括终端设备和接入网设备。接入网设备可以部署服务小区,服务小区的个数可以是一个或一个以上,本申请实施例以服务小区为一个为例。在服务小区中可以分布多种信道,以传输不同的业务。终端设备和接入网设备都可以包括各自的PDCP实体,PDCP实体位于PDCP层中,终端设备和接入网设备可以通过PDCP实体进行IP包头压缩与解压缩、数据与信令的加密和解密,以及信令的完整性保护等操作。PDCP实体可以对PDCP层中的数据进行处理,这些数据可以是数据分组,即数据包,这些数据包可以来自该设备的中高层,如IP层等。PDCP实体可以将中高层发送过来的数据包进行编号处理,即给每个数据包分配一个SN编号,然后根据各个数据包的SN编号分别发送各个数据包。如图3所示为一种无线通信的数据流向示意图,终端设备的PDCP实体可以接收终端设备的网络层,即中高层发送的数据,PDCP实体处理完该数据后,可以将其发送给RLC实体,RLC层再对PDCP实体发送的数据进行处理并发送给MAC实体,以此类推。当接入网设备的物理层接收到终端设备的物理层发送的信息后,可以对该信息进行解调、解码等操作,逐步发送至接入网设备的PCDP实体、网络层等。这样就实现了无线通信的数据交换。
需要说明的是,在本申请实施例中,每个协议层均可以对应有各自的实体,例如,RLC层对应RLC实体。各协议层对应的实体所执行的步骤在该协议层中完成。例如,PDCP实体所执行的步骤在PDCP层中完成。
本申请实施例中所涉及的接入网设备,是网络侧的一种用于发射或接收信号的实体,可以用于将收到的空中帧与网络协议(internet protocol,IP)分组进行相互转换,作为终端设备与接入网的其余部分之间的路由器,其中接入网的其余部分可以包括IP网络等。接入网设备还可以协调对空中接口的属性管理。例如,接入网设备可以是LTE中的演进型基站(evolutional Node B,eNB或e-NodeB),还可以是新无线控制器(new radio controller,NR controller),可以是5G系统中的gNode B(gNB),可以是集中式网元(centralized unit),可以是新无线基站,可以是射频拉远模块,可以是微基站,可以是中继(relay),可以是分布式网元(distributed unit),可以是接收点(transmission reception point,TRP)或传输点(transmission point,TP)或者任何其它无线接入设备, 但本申请实施例不限于此。
本申请实施例中涉及的终端设备,是用户侧的一种用于接收或发射信号的实体。终端设备可以是一种向用户提供语音和/或数据连通性的设备,例如,具有无线连接功能的手持式设备、车载设备等。终端设备也可以是连接到无线调制解调器的其他处理设备。终端设备可以与无线接入网(radio access network,RAN)进行通信。终端设备也可以称为无线终端、订户单元(subscriber unit)、订户站(subscriber station),移动站(mobile station)、移动台(mobile)、远程站(remote station)、接入点(access point)、远程终端(remote terminal)、接入终端(access terminal)、用户终端(user terminal)、用户代理(user agent)、用户设备(user device)、或用户设备(user equipment,UE)等等。终端设备可以是移动终端,如移动电话(或称为“蜂窝”电话)和具有移动终端的计算机,例如,可以是便携式、袖珍式、手持式、计算机内置的或者车载的移动装置,它们与无线接入网交换语言和/或数据。例如,终端设备还可以是个人通信业务(personal communication service,PCS)电话、无绳电话、会话发起协议(session initiation protocol,SIP)话机、无线本地环路(wireless local loop,WLL)站、个人数字助理(personal digital assistant,PDA)、等设备。常见的终端设备例如包括:手机、平板电脑、笔记本电脑、掌上电脑、移动互联网设备(mobile internet device,MID)、车辆、路边设备、飞行器、可穿戴设备,例如智能手表、智能手环、计步器等,但本申请实施例不限于此。以下对本申请所提供的通信方法及相关设备进行详细地介绍。
为了能够提高下行数据的传输速率,本申请实施例提供了一种数据处理方法及装置,下面进一步对本申请实施例提供的数据处理方法及装置进行详细介绍。
请参见图4,图4为本申请实施例提供了一种数据处理方法的流程示意图。该方法可以应用于终端设备包括的PDCP实体中,当PDCP实体执行该数据处理方法时,可以包括以下步骤:
410、确定目标数据包的类型为传输控制协议TCP报文到达确认ACK。
PDCP实体可以在检测到类型为TCP ACK的数据包时确定该数据包为目 标数据包。其中,该目标数据包可以来自终端设备的中高层。PDCP实体可以在确定该目标数据包后,就自动为其分配一个序列号(SN编号),该序列号称为初始序列号。该初始序列号是根据已经占用的序列号来确定的。例如,序列号已经被使用到了400,那么当PDCP实体确定该目标数据包为TCP ACK,就可以自动为其分配序列号为401,该401就是目标数据包的初始序列号。
420、将目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,该目标序列号小于初始序列号。
在一种可能的实现方式中,该目标序列号可以是该待发送数据包队列中的待发送的第一个数据包的序列号。PDCP实体中,待发送数据包队列中各个数据包的序列号是由小到大排列的,也就是说,PDCP实体可以将该目标数据包放在待发送数据包队列中的最前面。那么相应地,待发送数据包队列中的其他数据包的序列号都会因为该目标数据包的序列号的修改而产生相应的变动。PDCP实体可以针对待发送数据包队列中除该目标数据包以外的各个数据包,更新数据包的序列号,更新后数据包的序列号为更新前的数据包的序列号与1之和。
例如,如图5所示为一种确定目标序列号的方法示意图。该示意图中包括待发送数据包队列。在该待发送数据包队列中,PDCP实体已将序列号为0~99的数据包都发送出去,且序列号为100~400的数据目前正处于待发送状态。当PDCP实体确定了一个目标数据包为TCP ACK,PDCP实体就会自动分配的初始序列号就应该为401,即排到该待发送数据包队列的最后。考虑到应及时发送该目标数据包,PDCP实体此时应目标数据包的序列号由初始序列号修改为目标序列号。该目标序列号可以是待发送数据包队列中待发送的第一个数据包的序列号,即100。此时,PDCP实体可以将该目标数据包的序列号设置为100,相应地,将其他的所有的待发送数据的序列号均向后顺移一个单位。如,原先序列号为100的数据包顺移后为101,原先序列号为210的数据包顺移为211,原先序列号为400的数据包顺移为401,以此类推。这样PDCP实体可以在下一次就将该目标数据包发送出去,不需要排队到序列号为100~400的数据包之后,即不需要排队在初始序列号401处。
在一种可能的实现方式中,PDCP实体可以针对待发送数据包队列中的各 个数据包,更新数据包的序列号,更新后数据包的序列号为更新前的数据包的序列号与1之和。此时该待发送数据包队列中的待发送的第一个数据包的位置则空出,PDCP实体可以将该第一个数据包的位置对应的序列号确定为该目标数据包的目标序列号。换言之,PDCP实体也可以先将待发送数据包队列中的除该目标数据包的序列号都进行加1运算,则可以留出待发送数据包队列中待发送的第一个数据包的位置,该第一个数据包的位置则可以为目标序列号。
在一种可能的实现方式中,若待发送数据包队列中不存在待发送的数据包,那么PDCP实体确认的目标数据包的初始序列号则与目标序列号相同。
在一种可能的实现方式中,类型为TCP ACK的数据包包括确认号;该确认号用于指示终端设备期待接收到的下一个数据包的数据序号,确认号携带于上行数据中,数据序号携带于下行数据中。PDCP实体可以确定待发送数据包队列中与该目标数据包匹配的第一数据包,其中该第一数据包与目标数据包属于同一数据流,且第一数据包中的确认号小于目标数据包的确认号。那么PDCP实体就可以将该第一数据包从待发送数据包队列中删除。删除该第一数据包,PDCP实体可以对该待发送数据包队列中的其他的数据包的序列号进行相应地变动,例如将该第一数据包之后的数据包的序列号进行减1的运算。这是因为,该目标数据包较第一数据包更新,目标数据包的确认号可以指示接收到的下行数据中序列号为该目标数据包中的确认号之前的所有数据,第一数据包可以指示接收到的下行数据中序列号为该第一数据包中确认号之前的所有数据。这样目标数据包的确认号所指示的范围就可以覆盖第一数据包的确认号所指示的范围。
举例来说,若第一数据包的序列号为200,第一数据包的确认号为101,目标数据包的确认号为301,待发送数据包队列中各个数据包的序列号分布为100~400。那么PDCP实体可以确定序列号100为该目标数据包的目标序列号,进一步地,通过对比发现第一数据包的确认号(101)小于目标数据包的确认号(301)。说明,目标数据包的确认号可以指示接收到了下行数据中序列号为300之前的数据,第一数据包的确认号可以指示接收到了下行数据中序列号为100之前的数据。那么当PDCP实体确认了目标数据包更优先发送时, 就可以将第一数据包删除,因为此时的第一数据包的作用已失效。
在一种可能的实现方式中,类型为TCP ACK的数据包包括确认号。PDCP实体可以从待发送数据包队列中确定该目标数据包匹配的第二数据包,该第二数据包与目标数据包属于同一数据流,且第二数据包中的确认号小于目标数据包的确认号。那么PDCP实体就可以将该第二数据包的序列号确定为该目标数据的目标序列号。这是因为,该目标数据包较第二数据包更新,目标数据包的确认号可以指示接收到的下行数据中序列号为该目标数据包中的确认号之前的所有数据,第二数据包可以指示接收到的下行数据中序列号为该第二数据包中的确认号之前的所有数据。这样目标数据包的确认号所指示的范围就覆盖了第二数据包的确认号所指示的范围。PDCP实体在确定目标序列号为第二数据包的序列号后,可以将该第二数据包从该待发送数据包队列中删除。通过这种方式,一方面,可以确保优先发送新TCP ACK数据包(即目标数据包),从而有利于缩短回环时间(Round Trip Time,RTT);另一方面,无需更改未被替换的待发送数据包(包括旧TCP ACK数据包(即第二数据包)和/或非TCP ACK数据包)的序列号,有利于降低开销。
需要说明的是,当与目标数据包匹配的第二数据包的个数为一个以上时,PDCP实体可以将其中序列号最小的第二数据包的序列号确定为目标序列号。
例如,如图6所示为另一种确定目标序列号的方法示意图,其中,该图中包括目标数据包1(TCP ACK4)和目标数据包2(TCP ACK5)。TCP ACK1是该TCP ACK5所匹配的数据包(即TCP ACK5对应的第二数据包1),TCP ACK5中的确认号大于TCP ACK1的确认号,且TCP ACK1和TCP ACK5属于同一数据流,即第一数据流。在该例子中,TCP ACK1的在待发送数据包队列中的序列号为101,TCP ACK2的序列号为100,TCP ACK3的序列号为102。PDCP实体可以在确定TCP ACK5为TCP ACK后,自动确定该TCP ACK5的初始序列号为401。当PDCP实体确定与TCP ACK5匹配的TCP ACK1后,则可以将TCP ACK1的序列号确定为TCP ACK5的目标序列号。则PDCP实体可以将TCP ACK5的序列号由初始序列号(401)修改为目标序列号(101),并且PDCP实体可以将TCP ACK1从待发送数据包队列中删除。
又例如,图6中,TCP ACK2和TCP ACK3是TCP ACK4所匹配的数据 包(即TCP ACK2和TCP ACK3都是TCP ACK4对应的第二数据包2,第二数据包2的个数为2个),TCP ACK4中的确认号大于TCP ACK2和TCP ACK3的确认号,且TCP ACK2、TCP3和TCP ACK4属于同一数据流,即第二数据流。PDCP实体可以在确定TCP ACK4为TCP ACK后,自动确定该TCP ACK4的初始序列号为402。当PDCP实体确定与TCP ACK4匹配的TCP ACK2和TCP ACK3后,则可以确定TCP ACK2和TCP ACK3中序列号较小的TCP ACK的序列号为目标序列号。由于TCP ACK2的序列号(100)小于TCP ACK3的序列号(102),那么PDCP实体就会确定TCP ACK4的目标序列号为TCP ACK2的序列号,即100。并且,PDCP实体还可以将TCP ACK2和TCP ACK3均从该待发送数据包队列中删除。
需要说明的是,属于不同数据流的数据包的确认号是独立的,不同数据流的ACK不会互相干扰。如上述举例中,TCP ACK5与TCP ACK2不属于同一数据流,那么PDCP实体不会将TCP ACK2的序列号作为TCP ACK5的目标序列号,也不会将TCP ACK1的序列号作为TCP ACK4的目标序列号。
在一种可能的实现方式中,PDCP实体可以先从待发送数据包队列中确定该目标数据包匹配的第二数据包,将该第二数据包删除,再确定该第二数据包的序列号为目标数据包的目标序列号。换言之,PDCP实体也可以先将待发送数据包队列中的第二数据包删除,再确定该第二数据包对应的序列号为目标数据包的目标序列号。若第二数据包的个数为一个以上,则PDCP实体可以先删除待发送数据包队列中的所有第二数据包,再确定待发送数据包队列中空出的位置中序列号最小的位置对应的序列号为目标序列号。
430、按照序列号从小到大的顺序发送待发送数据包队列中的各个数据包。
待发送数据包队列中的各个数据包是以从小到大的序列号进行排列的,PDCP实体可以根据该从小到大的顺序发送数据包队列中的各个数据包,这样,就可以实现让目标数据包进行优先发送。
通过本申请实施例,PDCP实体可以在确定目标数据包的类型为TCP ACK后,将目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,其中,该目标序列号小于初始序列号。当PDCP实体按照序列号从小到大的顺序发送待发送数据包队列中的各个数据包时,目标序列号的目标 数据包就可以相较于初始序列号的目标数据包得到优先发送。目标数据包得到优先发送后,就可以降低TCP ACK数据包的发送延迟,使得接入网设备可以及时确定终端设备已经接收到了已发送的下行数据,这样就可以避免对已送达的下行数据进行重传,从而有利于提高下行数据的传输速率。
请参见图7,图7为本申请实施例提供的在数据处理装置的单元示意图。图7所示的数据处理装置可以用于执行上述图4所描述的方法实施例中的部分或全部功能。该装置可以是终端设备,也可以是终端设备中的装置,或者是能够和终端设备匹配使用的装置。
该装置的逻辑结构可包括:确定单元710、修改单元720和传输单元730,可选的,该装置还可以包括删除单元740。当该装置被应用于终端设备时:
确定单元710,用于确定目标数据包中包括的数据分组的类型为传输控制协议报文到达确认TCP ACK类型;
修改单元720,用于将所述目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,所述目标序列号小于所述初始序列号;
传输单元730,用于按照序列号从小到大的顺序发送所述待发送数据包队列中的各个数据包。
在一种可能的实现方式中,上述目标序列号为待发送数据包队列中待发送的第一个数据包的序列号。
在一种可能的实现方式中,所述修改单元720还用于针对待发送数据包队列中除目标数据包以外的各个数据包,更新数据包的序列号,更新后数据包的序列号为更新前的数据包的序列号与1之和。
在一种可能的实现方式中,类型为TCP ACK的数据包包括确认号;上述确定单元710还用于确定待发送数据包队列中与目标数据包匹配的第一数据包,第一数据包与目标数据包属于同一数据流,第一数据包中的确认号小于目标数据包中的确认号;删除单元740,用于将第一数据包从待发送数据包队列中删除。
在一种可能的实现方式中,类型为TCP ACK的数据包包括确认号;上述目标序列号为第二数据包的序列号;第二数据包为待发送数据包队列中与目 标数据包匹配的数据包,其中,第二数据包与目标数据包属于同一数据流,第二数据包中的确认号小于目标数据包中的确认号。
在一种可能的实现方式中,上述删除单元740还用于将第二数据包从待发送数据包队列中删除。
请参见图8,图8为本申请实施例提供的一种数据处理装置的实体结构简化示意图,该装置包括处理器810、存储器820和通信接口830,该处理器810、存储器820以及通信接口830通过一条或多条通信总线连接。该数据处理装置还可以是芯片、或芯片模组等。
处理器810被配置为支持数据处理装置执行图4中方法相应的功能。应理解,本申请实施例中,所述处理器810可以为中央处理单元(central processing unit,简称CPU),该处理器还可以是其他通用处理器、数字信号处理器(digital signal processor,简称DSP)、专用集成电路(application specific integrated circuit,简称ASIC)、现成可编程门阵列(field programmable gate array,简称FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。
存储器820用于存储程序代码等。本申请实施例中的存储器820可以是易失性存储器或非易失性存储器,或可包括易失性和非易失性存储器两者。其中,非易失性存储器可以是只读存储器(read-only memory,简称ROM)、可编程只读存储器(programmable ROM,简称PROM)、可擦除可编程只读存储器(erasable PROM,简称EPROM)、电可擦除可编程只读存储器(electrically EPROM,简称EEPROM)或闪存。易失性存储器可以是随机存取存储器(random access memory,简称RAM),其用作外部高速缓存。通过示例性但不是限制性说明,许多形式的随机存取存储器(random access memory,简称RAM)可用,例如静态随机存取存储器(static RAM,简称SRAM)、动态随机存取存储器(DRAM)、同步动态随机存取存储器(synchronous DRAM,简称SDRAM)、双倍数据速率同步动态随机存取存储器(double data rate SDRAM,简称DDR SDRAM)、增强型同步动态随机存取存储器(enhanced  SDRAM,简称ESDRAM)、同步连接动态随机存取存储器(synchlink DRAM,简称SLDRAM)和直接内存总线随机存取存储器(direct rambus RAM,简称DR RAM)。
通信接口830用于收发数据、信息或消息等,也可以描述为收发器、收发电路等。
在本申请实施例中,当该数据处理装置应用于终端设备时,该处理器810调用存储器820中存储的程序代码以执行以下操作:
处理器810调用存储器820中存储的程序代码确定目标数据包中包括的数据分组的类型为传输控制协议报文到达确认TCP ACK类型;
处理器810调用存储器820中存储的程序代码将所述目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,所述目标序列号小于所述初始序列号;
控制通信接口830按照序列号从小到大的顺序发送所述待发送数据包队列中的各个数据包。
在一种可能的实现方式中,上述目标序列号为待发送数据包队列中待发送的第一个数据包的序列号。
在一种可能的实现方式中,所处理器810调用存储器820中存储的程序代码针对待发送数据包队列中除目标数据包以外的各个数据包,更新数据包的序列号,更新后数据包的序列号为更新前的数据包的序列号与1之和。
在一种可能的实现方式中,类型为TCP ACK的数据包包括确认号;处理器810调用存储器820中存储的程序代码确定待发送数据包队列中与目标数据包匹配的第一数据包,第一数据包与目标数据包属于同一数据流,第一数据包中的确认号小于目标数据包中的确认号;处理器810调用存储器820中存储的程序代码将第一数据包从待发送数据包队列中删除。
在一种可能的实现方式中,类型为TCP ACK的数据包包括确认号;上述目标序列号为第二数据包的序列号;第二数据包为待发送数据包队列中与目标数据包匹配的数据包,其中,第二数据包与目标数据包属于同一数据流,第二数据包中的确认号小于目标数据包中的确认号。
在一种可能的实现方式中,处理器810调用存储器820中存储的程序代 码将第二数据包从待发送数据包队列中删除。
关于上述实施例中描述的装置、产品包含的各个模块/单元,其可以是软件模块/单元,也可以是硬件模块/单元,或者也可以部分是软件模块/单元,部分是硬件模块/单元。例如,对于应用于或集成于芯片的各个装置、产品,其包含的各个模块/单元可以都采用电路等硬件的方式实现,或者,至少部分模块/单元可以采用软件程序的方式实现,该软件程序运行于芯片内部集成的处理器,剩余的(如果有)部分模块/单元可以采用电路等硬件方式实现;对于应用于或集成于芯片模组的各个装置、产品,其包含的各个模块/单元可以都采用电路等硬件的方式实现,不同的模块/单元可以位于芯片模组的同一组件(例如芯片、电路模块等)或者不同组件中,或者,至少部分模块/单元可以采用软件程序的方式实现,该软件程序运行于芯片模组内部集成的处理器,剩余的(如果有)部分模块/单元可以采用电路等硬件方式实现;对于应用于或集成于终端的各个装置、产品,其包含的各个模块/单元可以都采用电路等硬件的方式实现,不同的模块/单元可以位于终端内同一组件(例如,芯片、电路模块等)或者不同组件中,或者,至少部分模块/单元可以采用软件程序的方式实现,该软件程序运行于终端内部集成的处理器,剩余的(如果有)部分模块/单元可以采用电路等硬件方式实现。
请参见图9,图9为本申请实施例提供的一种数据处理装置的芯片简化示意图,该芯片中包括处理器910和数据接口920。该芯片可以用于处理如图4中方法相应的功能。该芯片可以是如图8所示的数据处理装置,也可以包含于如图8所示的数据处理装置中。该芯片也可以包含于芯片模组中。
需要说明的是,在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详细描述的部分,可以参见其他实施例的相关描述。
本发明实施例方法中的步骤可以根据实际需要进行顺序调整、合并和删减。
本发明实施例处理设备中的单元可以根据实际需要进行合并、划分和删减。
在上述实施例中,可以全部或部分地通过软件、硬件、固件或者其任意组合来实现。当使用软件实现时,可以全部或部分地以计算机程序产品的形式实现。计算机程序产品包括一个或多个计算机指令。在计算机上加载和执行计算机程序指令时,全部或部分地产生按照本申请实施例的流程或功能。计算机可以是通用计算机、专用计算机、计算机网络、或者其他可编程装置。计算机指令可以存储在计算机可读存储介质中,或者从一个计算机可读存储介质向另一个计算机可读存储介质传输,例如,计算机指令可以从一个网站站点、计算机、服务器或数据中心通过有线(例如同轴电缆、光纤、数字用户线)或无线(例如红外、无线、微波等)方式向另一个网站站点、计算机、服务器或数据中心进行传输。计算机可读存储介质可以是计算机能够存取的任何可用介质或者是包含一个或多个可用介质集成的服务器、数据中心等数据存储设备。可用介质可以是磁性介质,(例如,软盘、存储盘、磁带)、光介质(例如,DVD)、或者半导体介质(例如固态存储盘Solid State Disk(SSD))等。
最后应说明的是:以上各实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述各实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的范围。

Claims (20)

  1. 一种数据处理方法,其特征在于,应用于终端设备包括的分组数据汇聚协议PDCP实体,所述方法包括:
    确定目标数据包的类型为传输控制协议TCP报文到达确认ACK;
    将所述目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,所述目标序列号小于所述初始序列号;
    按照序列号从小到大的顺序发送所述待发送数据包队列中的各个数据包。
  2. 根据权利要求1所述的方法,其特征在于,所述目标序列号为所述待发送数据包队列中待发送的第一个数据包的序列号。
  3. 根据权利要求1或2所述的方法,其特征在于,所述方法还包括:
    针对待发送数据包队列中除所述目标数据包以外的各个数据包,更新所述数据包的序列号,更新后所述数据包的序列号为更新前的所述数据包的序列号与1之和。
  4. 根据权利要求1或2所述的方法,其特征在于,类型为所述TCP ACK的数据包包括确认号;所述方法还包括:
    确定所述待发送数据包队列中与所述目标数据包匹配的第一数据包,所述第一数据包与所述目标数据包属于同一数据流,所述第一数据包中的确认号小于所述目标数据包中的确认号;
    将所述第一数据包从所述待发送数据包队列中删除。
  5. 根据权利要求4所述的方法,其特征在于,所述方法还包括:
    将所述待发送数据包队列中所述第一数据包之后的数据包的序列号进行减一的运算。
  6. 根据权利要求1所述的方法,其特征在于,类型为所述TCP ACK的数据包包括确认号;
    所述目标序列号为第二数据包的序列号;
    所述第二数据包为所述待发送数据包队列中与所述目标数据包匹配的数据包,其中,所述第二数据包与所述目标数据包属于同一数据流,所述第二数据包中的确认号小于所述目标数据包中的确认号。
  7. 根据权利要求6所述的方法,其特征在于,所述方法还包括:
    将所述第二数据包从所述待发送数据包队列中删除。
  8. 根据权利要求6或7所述的方法,其特征在于,若所述第二数据包的个数为一个以上时,所述目标序列号为所述第二数据包中序列号最小的第二数据包的序列号。
  9. 一种数据处理装置,其特征在于,包括:
    确定单元,用于确定目标数据包中包括的数据分组的类型为传输控制协议报文到达确认TCP ACK类型;
    修改单元,用于将所述目标数据包在待发送数据包队列中的序列号由初始序列号修改为目标序列号,所述目标序列号小于所述初始序列号;
    传输单元,用于按照序列号从小到大的顺序发送所述待发送数据包队列中的各个数据包。
  10. 根据权利要求9所述的装置,其特征在于,所述目标序列号为所述待发送数据包队列中待发送的第一个数据包的序列号。
  11. 根据权利要求9或10所述的装置,其特征在于,所述修改单元还用于:
    针对待发送数据包队列中除所述目标数据包以外的各个数据包,更新所述数据包的序列号,更新后所述数据包的序列号为更新前的所述数据包的序列号与1之和。
  12. 根据权利要求9或10所述的装置,其特征在于,类型为TCP ACK的数据包包括确认号;所述确定单元还用于:
    确定所述待发送数据包队列中与所述目标数据包匹配的第一数据包,所述第一数据包与所述目标数据包属于同一数据流,所述第一数据包中的确认号小于所述目标数据包中的确认号;
    所述装置还包括删除单元,所述删除单元用于将所述第一数据包从所述待发送数据包队列中删除。
  13. 根据权利要求12所述的装置,其特征在于,所述修改单元还用于:
    将所述待发送数据包队列中所述第一数据包之后的数据包的序列号进行减一的运算。
  14. 根据权利要求9所述的装置,其特征在于,类型为TCP ACK的数据包包括确认号;
    所述目标序列号为第二数据包的序列号;
    所述第二数据包为所述待发送数据包队列中与所述目标数据包匹配的数据包,其中,所述第二数据包与所述目标数据包属于同一数据流,所述第二数据包中的确认号小于所述目标数据包中的确认号。
  15. 根据权利要求14所述的装置,其特征在于,所述装置还包括删除单元,所述删除单元还用于:
    将所述第二数据包从所述待发送数据包队列中删除。
  16. 根据权利要求14或15所述的装置,其特征在于,若所述第二数据包的个数为一个以上时,所述目标序列号为所述第二数据包中序列号最小的第二数据包的序列号。
  17. 一种数据处理装置,其特征在于,包括处理器、存储器和通信接口,所述处理器、所述存储器和所述通信接口相互连接,其中,所述存储器用于 存储计算机程序,所述计算机程序包括程序指令,所述处理器被配置用于调用所述程序指令,执行如权利要求1至8中任一项所述的数据处理方法。
  18. 一种计算机可读存储介质,其特征在于,所述计算机可读存储介质存储有一条或多条指令,所述一条或多条指令适于由处理器加载并执行如权利要求1至8中任一项所述的数据处理方法。
  19. 一种芯片,其特征在于,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行计算机程序时实现如权利要求1至8中任一项所述的数据处理方法。
  20. 一种芯片模组,其特征在于,包括收发组件和芯片,所述芯片包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机程序,所述处理器执行计算机程序时实现如权利要求1至8中任一项所述的数据处理方法。
PCT/CN2021/142145 2020-12-30 2021-12-28 一种数据处理方法及装置 WO2022143684A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011644118.X 2020-12-30
CN202011644118.XA CN112615701B (zh) 2020-12-30 2020-12-30 一种数据处理方法及装置

Publications (1)

Publication Number Publication Date
WO2022143684A1 true WO2022143684A1 (zh) 2022-07-07

Family

ID=75253270

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/142145 WO2022143684A1 (zh) 2020-12-30 2021-12-28 一种数据处理方法及装置

Country Status (2)

Country Link
CN (1) CN112615701B (zh)
WO (1) WO2022143684A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112615701B (zh) * 2020-12-30 2023-02-14 展讯半导体(成都)有限公司 一种数据处理方法及装置
CN114585019B (zh) * 2022-05-05 2022-08-23 深圳国人无线通信有限公司 一种5g下行tcp的ack包防拥塞方法、基站、终端与系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103763314A (zh) * 2014-01-06 2014-04-30 南京信息工程大学 实际部署的跌倒检测系统中用户层数据的处理方法及装置
US20180176816A1 (en) * 2016-12-19 2018-06-21 Qualcomm Incorporated Prioritizing packets in wireless communications
CN109600853A (zh) * 2017-09-30 2019-04-09 华为技术有限公司 一种上行数据传输方法及装置
CN109983740A (zh) * 2016-11-04 2019-07-05 联发科技股份有限公司 移动通信中数据传输增强的方法及装置
CN112615701A (zh) * 2020-12-30 2021-04-06 展讯半导体(成都)有限公司 一种数据处理方法及装置

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102006283B (zh) * 2010-10-21 2013-07-17 意法·爱立信半导体(北京)有限公司 数据传输的方法和装置
CN102457986A (zh) * 2010-10-29 2012-05-16 联芯科技有限公司 终端的上行数据传输方法及终端
CN102420684B (zh) * 2011-11-04 2014-11-05 展讯通信(上海)有限公司 Tcp数据流的处理方法以及通信设备
CN104093170B (zh) * 2014-06-10 2017-12-01 北京创毅视讯科技有限公司 基于tcp的数据传输方法和tcp代理装置
CN106209325A (zh) * 2015-04-30 2016-12-07 中兴通讯股份有限公司 一种tcp ack报文处理方法及装置
US10645176B2 (en) * 2016-12-29 2020-05-05 Cyphort Inc. System and method to process packets in a transmission control protocol session
WO2018226919A1 (en) * 2017-06-08 2018-12-13 Hyannis Port Research, Inc. Dynamic tcp stream processing with modification notification
CN111181697A (zh) * 2018-11-13 2020-05-19 三星电子株式会社 用于tcp ack包的传输的方法和系统
CN111800499B (zh) * 2020-06-30 2022-04-15 北京百度网讯科技有限公司 一种数据传输方法、装置及电子设备
CN111865828A (zh) * 2020-07-24 2020-10-30 展讯通信(上海)有限公司 数据传输方法、系统、电子设备及存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103763314A (zh) * 2014-01-06 2014-04-30 南京信息工程大学 实际部署的跌倒检测系统中用户层数据的处理方法及装置
CN109983740A (zh) * 2016-11-04 2019-07-05 联发科技股份有限公司 移动通信中数据传输增强的方法及装置
US20180176816A1 (en) * 2016-12-19 2018-06-21 Qualcomm Incorporated Prioritizing packets in wireless communications
CN109600853A (zh) * 2017-09-30 2019-04-09 华为技术有限公司 一种上行数据传输方法及装置
CN112615701A (zh) * 2020-12-30 2021-04-06 展讯半导体(成都)有限公司 一种数据处理方法及装置

Also Published As

Publication number Publication date
CN112615701A (zh) 2021-04-06
CN112615701B (zh) 2023-02-14

Similar Documents

Publication Publication Date Title
US8988994B2 (en) System and method for creating logical radio link control (RLC) and medium access control (MAC) protocol data units (PDUs) in mobile communication system
WO2022143684A1 (zh) 一种数据处理方法及装置
JP2008289160A (ja) 無線通信システムにおいてrlcエンティティーの再確立を処理する方法及び装置
WO2017049647A1 (zh) 一种数据发送方法、数据接收方法和相关设备
WO2019034130A1 (zh) 传输方法、发送端和接收端
WO2021000783A1 (zh) 指示数据传输情况的方法和装置
TW201914339A (zh) 處理用於無線承載的承載型態改變的裝置及方法
WO2019019150A1 (zh) 数据传输的方法、终端设备和网络设备
WO2019061151A1 (zh) 切换路径的方法和终端设备
WO2019213922A1 (zh) 中继网络中节点间转发数据的方法和网络节点
WO2020224631A1 (zh) 处理数据包的方法和装置
US8073012B2 (en) Method and related apparatus for handling packet discard in a wireless communications system
WO2019085920A1 (zh) 信息传输方法和通信设备
WO2020107220A1 (zh) 无线通信方法、终端设备和网络设备
JP2023062123A (ja) 無線通信装置、無線通信方法、及び無線通信システム
EP3200526B1 (en) Data transmission method and device
WO2022242305A1 (zh) 消息传输方法、系统及相关装置
WO2018218996A1 (zh) 数据包传输方法及设备
WO2020029414A1 (zh) 无线通信方法、通信设备、芯片和通信系统
WO2020029080A1 (zh) 切换网络的方法、网络节点、芯片和通信系统
WO2022155977A1 (zh) 通信方法和装置
US20220311539A1 (en) Forward error correction and ran retransmission
JP5075100B2 (ja) 最大受信状態変数を設定する方法及び通信装置
JP2024504158A (ja) 通信方法および装置
WO2021128100A1 (zh) 一种通信方法及装置

Legal Events

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

Ref document number: 21914418

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 21914418

Country of ref document: EP

Kind code of ref document: A1