WO2018072097A1 - Data transmission method and device - Google Patents

Data transmission method and device Download PDF

Info

Publication number
WO2018072097A1
WO2018072097A1 PCT/CN2016/102441 CN2016102441W WO2018072097A1 WO 2018072097 A1 WO2018072097 A1 WO 2018072097A1 CN 2016102441 W CN2016102441 W CN 2016102441W WO 2018072097 A1 WO2018072097 A1 WO 2018072097A1
Authority
WO
WIPO (PCT)
Prior art keywords
rlc
tcp
status report
identifier
receiving device
Prior art date
Application number
PCT/CN2016/102441
Other languages
French (fr)
Chinese (zh)
Inventor
石娴文
庞伶俐
楼群芳
巢志骏
Original Assignee
华为技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Priority to CN201680089303.2A priority Critical patent/CN109845317A/en
Priority to PCT/CN2016/102441 priority patent/WO2018072097A1/en
Publication of WO2018072097A1 publication Critical patent/WO2018072097A1/en

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

Definitions

  • the embodiments of the present invention relate to the field of communications technologies, and in particular, to a data transmission method and device.
  • the Transmission Control Protocol is a connection-oriented, reliable, byte stream-based transport layer communication protocol defined by the Internet Engineering Task Force (IETF) RFC 793. In the simplified computer network OSI model, it performs the functions specified by the fourth layer of the transport layer.
  • the User Datagram Protocol is another important transport protocol in the same layer.
  • the TCP layer is an intermediate layer located above the Internet Protocol (IP) layer and below the application layer. Reliable, pipe-like connections are often required between application layers of different hosts, but the IP layer does not provide such a flow mechanism, but provides unreliable packet switching.
  • the data traffic on the Internet and the data traffic of the TCP protocol account for more than 90%.
  • the data traffic of the TCP protocol on the mobile network also accounts for the vast majority.
  • streaming media, web browsing, Email, Filehosting, and SNS services are basically based on the TCP protocol, peer-to-peer (Peer to Peer, P2P).
  • IM Instant Messaging
  • TCP or UDP protocols can be based on TCP or UDP protocols.
  • the application layer sends a data stream represented by an 8-bit byte for inter-network transmission to the TCP layer, and then the TCP layer partitions the data stream into a segment of a suitable length to generate a result packet.
  • the length of the segment is typically limited by the Maximum Transmission Unit (MTU) of the data link layer of the network to which the computer is connected.
  • MTU Maximum Transmission Unit
  • the TCP layer transmits the result packet to the IP layer, and the IP layer transmits the packet to the TCP layer of the receiving device through the network.
  • the process needs to be implemented by wireless transmission.
  • the receiving device returns a confirmation of the required packet that has been successfully received.
  • the wireless resources are scarce.
  • the ratio of the number of uplink and downlink data packets of the TCP protocol is 1:1.3, so the requirements for the uplink and downlink bandwidth are very high, and the data rate of the TCP protocol is low, and the user has a low transmission rate. Poor experience.
  • the embodiment of the invention provides a data transmission method and device.
  • the function of the TCP confirmation packet is realized by the RLC confirming the transmission of the packet in the air interface. Since the Radio Link Control (RLC) confirms that the resources occupied by the packet in the air interface transmission are much smaller than the TCP acknowledgement packet, the transmission rate of the data stream of the TCP protocol can be improved.
  • RLC Radio Link Control
  • the invention provides a method of data transmission.
  • the method includes: the eNB establishes, by the eNB, a connection based on a transmission control protocol TCP and a radio link layer control RLC protocol; the eNB sends data processed according to the TCP and the RLC protocol to the UE, where the data to be sent according to the TCP processing is obtained by one or more
  • the TCP data packet is processed according to the RLC protocol to obtain one or more RLC Protocol Data Units (PDUs); the eNB determines a mapping relationship between the identifier of the TCP data packet and the identifier of the RLC PDU.
  • PDUs RLC Protocol Data Units
  • the eNB receives an RLC status report sent by the UE, where the RLC status report includes an identifier of the RLC PDU, where the RLC status report is used to indicate that the RLC PDU indicated by the RLC PDU identifier included by the UE is received by the UE.
  • the eNB generates a TCP status report according to the RLC status report and the mapping relationship between the TCP packet identifier and the RLC PDU identifier, where the TCP status report is used to indicate the reception status of the TCP data packet in the UE.
  • the transmission of the RLC status report in the air interface can be realized, and the transmission of the TCP data packet is confirmed, which saves the wireless resource and improves the user experience.
  • the identification of the TCP packet includes quintuple information for the TCP packet; the identification of the RLC PDU includes the sequence number of the RLC PDU.
  • the mapping relationship between the identifier of the TCP packet corresponding to the foregoing determination data and the identifier of the RLC PDU specifically includes: determining a mapping relationship between the quintuple information of the TCP packet and the PDCP sequence number of the packet data convergence protocol The mapping between the packet data convergence protocol (PDCP) sequence number and the sequence number of the RLC PDU is determined.
  • the mapping between the TCP layer and the PDCP layer and the mapping between the PDCP layer and the RLC layer can be implemented by using the embodiment of the present invention. Finally, the mapping between the TCP layer and the RLC layer is implemented.
  • the method before the eNB receives the RLC status report sent by the UE, the method further includes: when the RLC PDU sent by the eNB to the UE reaches a threshold, when the eNB sends the next RLC PDU, A polling polling is configured on the next RLC PDU, and the polling is used to instruct the UE to return an RLC status report.
  • the eNB can trigger the sending of the RLC status report by using the embodiment of the present invention, and can ensure that the RLC status report is faster than the TCP status report, and the user experience is higher.
  • the method further includes: after sending the RLC PDU configured with the polling to the UE, after the set scheduling time, the eNB sends uplink grant information to the UE, where the uplink The link grant information is used to instruct the UE to send an RLC status report to the eNB.
  • the intelligent scheduling can be implemented by the embodiment of the invention, so that the sending of the status report is more timely and accurate.
  • the eNB generates a TCP status report according to the RLC status report and the mapping relationship between the TCP packet identifier and the PDU identifier of the RLC layer, including: when the eNB and the UE support the selective acknowledge SACK function, according to The RLC status report generates a TCP status report that supports SACK.
  • the construction of the status report of the TCP status report supporting SACK can be realized by the present invention.
  • the present invention provides a data transmission method.
  • the method includes: the UE establishes a connection with the eNB according to a transmission control protocol TCP and a radio link layer control RLC protocol, where the connection is used to transmit data processed according to the TCP and the RLC protocol, where the data is processed according to the TCP.
  • the UE sends an RLC status report to the eNB, where the RLC status report includes Determining an identifier of the RLC PDU, where the RLC status report is used to indicate a receiving situation of the RLC PDU in the UE, so that the eNB determines, according to the receiving situation of the RLC PDU in the UE, that the RLC PDU corresponds to The TCP packet is received by the UE.
  • the method before the sending the RLC status report to the eNB, the method further includes: the UE processing the RLC PDU according to a TCP and an RLC protocol, obtaining the TCP data packet, and determining, Determining a mapping relationship between an identifier of the RLC PDU and an identifier of the TCP data packet; the UE generates a TCP status report, the TCP status report includes an identifier of the TCP data packet, and the TCP status report is used to indicate the TCP a status of the data packet received by the UE; the UE generates an RLC status report according to the TCP status report and a mapping relationship between the identifier of the RLC PDU and the identifier of the TCP data packet, where the RLC status report includes An identifier of the RLC PDU, where the RLC status report is used to indicate a reception status of the RLC PDU at the UE.
  • the UE after receiving the RLC protocol data unit PDU sent by the eNB, the UE sends an RLC status report to the eNB, where the RLC status report includes an identifier of the RLC PDU corresponding to the data,
  • the RLC status report is used to indicate the receiving situation of the RLC PDU in the UE, including: after receiving the threshold of the RLC PDU sent by the eNB, the UE sends an RLC status report to the eNB, where The RLC status report includes an identifier of a corresponding RLC PDU in the threshold, and the RLC status report is used to indicate a reception status of the corresponding RLC PDU in the threshold at the UE.
  • the identifier of the TCP data packet includes quintuple information of the TCP data packet; the identifier of the RLC PDU includes a sequence number of the RLC PDU, and the TCP corresponding to the data is determined.
  • the mapping relationship between the identifier of the data packet and the identifier of the RLC PDU includes: determining a mapping relationship between the quintuple information of the TCP data packet and the PDCP sequence number of the packet data convergence protocol; Determining a mapping relationship between the PDCP sequence number and a sequence number of the RLC PDU.
  • the method before the sending the RLC status report to the eNB, the method further includes: receiving, by the UE, an RLC PDU sent by the eNB, where the RLC PDU is configured with a polling poll; The eNB sends an RLC status report, where the RLC status report includes an identifier of the RLC PDU, where the RLC status report is used to indicate a reception status of the RLC PDU in the UE, so that the eNB is according to the RLC Determining, by the PDU in the receiving situation of the UE, that the TCP data packet corresponding to the RLC PDU is received by the UE, the UE sends an RLC status report to the eNB according to the polling, where the RLC status report includes The received configuration is configured with the polled RLC PDU to the identifier of the plurality of RLC PDUs received between the last received RLC PDUs configured with polling, and the RLC status report is used to indicate that the multiple RLC PDUs are in
  • the method before the sending the RLC status report to the eNB, the method further includes: after the UE receives the RLC PDU configured with polling, after the set scheduling time, the UE receives the The uplink grant information sent by the eNB is used to indicate that the RLC status report is sent to the eNB.
  • an embodiment of the present invention provides a sending device, which can implement the steps performed by the sending device in the foregoing first aspect and optionally in the method.
  • the device can be implemented in hardware or implemented in hardware.
  • the hardware or software includes one or more modules corresponding to the functions described above.
  • an embodiment of the present invention provides a receiving device, which is capable of implementing the steps performed by the receiving device in the foregoing second aspect and optionally in the method.
  • the device can be implemented in hardware or implemented in hardware.
  • the hardware or software includes one or more modules corresponding to the functions described above.
  • an embodiment of the present invention provides a sending device, where the device includes a transceiver, a processor, and a memory.
  • the transceiver is for interacting with the receiving device, and may include a receiver and a transmitter; the memory is used to store programs and data.
  • the processor implements the steps performed by the transmitting device in the first aspect described above, and optionally in the implementation, by executing a program stored in the memory.
  • an embodiment of the present invention provides a receiving device.
  • the receiving device includes a transceiver, a processor, and a memory. Each module can be connected via a bus.
  • the transceiver is used to communicate with the transmitting device.
  • the memory is used to store program code as well as data.
  • the processor performs the operational steps of the receiving device in the second aspect and optionally in accordance with the program instructions stored in the memory.
  • an embodiment of the present invention provides a computer storage medium for storing computer software instructions for use in the above-described transmitting device, including a program for performing the above first aspect and optionally implementing the program.
  • an embodiment of the present invention provides a computer storage medium for storing computer software instructions for use in the above-mentioned receiving device, including a program designed to perform the second aspect described above and optionally implemented.
  • an embodiment of the present invention provides a data transmission system.
  • the data transmission system includes a transmitting device and a receiving device, wherein the transmitting device is the transmitting device in the fifth aspect; and the receiving device is the receiving device in the sixth aspect.
  • FIG. 1 is a schematic diagram of an application scenario
  • FIG. 2 is a signaling interaction diagram of a data transmission method according to an embodiment of the present invention.
  • FIG. 3 is an example of an embodiment of the present invention.
  • Figure 5 is an example of an RLC status report format
  • FIG. 6 is still another example provided by an embodiment of the present invention.
  • FIG. 7 is an example of an RLC PDU structure
  • FIG. 8 is still another example provided by an embodiment of the present invention.
  • Figure 9 is a RLC status report delay analysis
  • FIG. 10 is a schematic structural diagram of a sending device according to an embodiment of the present disclosure.
  • FIG. 11 is a schematic structural diagram of a receiving device according to an embodiment of the present disclosure.
  • FIG. 12 is a schematic structural diagram of another sending device according to an embodiment of the present disclosure.
  • FIG. 13 is a schematic structural diagram of another receiving device according to an embodiment of the present invention.
  • the embodiments of the present invention are mainly applicable to a wireless communication system, for example, LTE, LTE-A, and the like.
  • LTE is a long-term evolution of the UMTS (Universal Mobile Telecommunications System) technical standard established by the 3GPP (The 3rd Generation Partnership Project).
  • the TCP packet generated by the TCP server is sent by the evolved Node B (eNB) to the user equipment (User Equipment, UE) by wireless transmission. After receiving the TCP data packet sent by the eNB, the user equipment returns the confirmation information, or The UE sends a TCP packet to the eNB, and after receiving the TCP packet, the eNB returns a confirmation message.
  • eNB evolved Node B
  • UE User Equipment
  • the transmitting device is a device that sends a TCP packet, and is also a device that receives an RLC status report.
  • the receiving device is a device that receives TCP packets and is also a device that sends RLC status reports.
  • the eNB may send a TCP packet to the user equipment, and the user equipment may also send a TCP packet to the eNB. Therefore, the sending device may be an eNB or a user equipment, and the receiving device may be a user equipment or an eNB.
  • the TCP status report is used to indicate the reception status of the TCP packet at the receiving device, and may also be referred to as a TCP ACK or a TCP acknowledgement packet.
  • the RLC status report user indicates the reception status of the RLC PDU at the receiving device, and may also be referred to as an RLC ACK or an RLC acknowledgement packet.
  • the inventor of the present application found through analysis that most of the current network is medium to low load, so the downlink belt Width is not a factor, the uplink transmission becomes a bottleneck, the uplink coverage is limited, and the uplink bandwidth cannot meet the requirement of the uplink TCP acknowledgement packet rate corresponding to the downlink video data transmission rate.
  • the downlink rate of the TCP is not as good as the User Datagram Protocol (User Datagram Protocol, UDP) Downstream rate.
  • UDP User Datagram Protocol
  • the invention realizes the function of the TCP confirmation packet by confirming the transmission of the packet in the air interface by the RLC. Since the RLC acknowledges that the packet occupies less resources than the TCP acknowledgment packet in the air interface transmission, the transmission rate of the data stream of the TCP protocol can be improved.
  • the eNB sends a TCP packet to the user equipment as an example.
  • the TCP packet is sent by the user equipment to the TCP server during the wireless transmission between the eNB and the user equipment, or the eNB is from the core.
  • the TCP packet sent to the user equipment received by the Packet Switched (Packet Switched Domain) is compressed in the Packet Data Convergence Protocol (PDCP) layer (in order to improve efficiency), and then submitted.
  • PDCP Packet Data Convergence Protocol
  • the RLC layer is divided and concatenated, and then placed in an RLC Protocol Data Unit (PDU), and then a MAC header field is added to the Media Access Control (MAC) layer to become a MAC PDU.
  • PDU RLC Protocol Data Unit
  • the physical layer the last physical layer needs to add a Cyclic Redundancy Check (CRC) header, coding, interleaving, and then convert the data into electromagnetic waves for transmission, and the eNB or user equipment recovers the TCP through the inverse operation of the above process.
  • Packet If it is a TCP packet of the user equipment to the TCP server, it needs to be sent by the eNB to the core network. Similarly, the TCP service. The TCP packet sent to the user equipment is transmitted to the eNB via the core network, and then sent by the eNB to the user equipment.
  • CRC Cyclic Redundancy Check
  • the eNB when the eNB sends a TCP packet to the user equipment or the user equipment sends a data packet to the eNB, the correspondence between the TCP layer and the RLC layer is established, and only the RLC status report is transmitted in the wireless air interface, according to the TCP layer and the RLC.
  • the correspondence between the layers constructs a TCP status report. Due to the characteristics of the RLC acknowledgment mechanism and the size of the data packet reported by the RLC status, the size of the data packet of the RLC status report is much smaller than that of the TCP status report. Therefore, in the data transmission process between the eNB and the user equipment, the air interface resources are greatly saved, and the sensing rate is improved. And business experience.
  • the eNB actively constructs a polling to trigger the UE to send an RLC status report, and also supports a TCP shape under the SACK function.
  • the configuration of the state report, the eNB can reconstruct more types of TCP status reports, and can improve the downlink rate, uplink coverage, and resource saving.
  • the uplink pre-scheduling and the downlink sensing rate of the TCP service can be improved by using the uplink pre-scheduling.
  • the receiving device has the capability of intercepting the TCP status report and actively triggering the RLC status report.
  • the intercepting of the TCP status report by the receiving device may include at least the following methods:
  • the receiving device When the receiving device identifies the TCP status report delivered by the TCP layer according to the received PDCP SDU, the PDCP PDU, or the RLC SDU, the receiving device intercepts the TCP status report and does not generate the RLC PDU to the lower layer.
  • the receiving device triggers the RLC status report to be sent at least in the following manner:
  • the RLC layer when the RLC layer correctly receives the RLC service data unit (SDU) sent by the peer end to the PDCP layer, it triggers sending an RLC status report to the sending device, where the RLC status report is generated according to the RLC SDU.
  • SDU RLC service data unit
  • the RLC layer when the RLC layer receives the TCP status report sent by the local TCP layer, it triggers sending an RLC status report to the sending device.
  • the receiving device can implement the function of the TCP status report by using only the transmission of the RLC status report.
  • the transmitting device needs to be able to determine the correspondence between the RLC status report of the receiving device and the TCP packet to generate a TCP status report according to the received RLC status report.
  • the mapping relationship between the RLC PDU identifier and the identifier of the TCP data packet needs to be implemented.
  • the determining the mapping relationship between the RLC PDU identifier and the identifier of the TCP packet is as follows:
  • the sending device can receive the TCP packet sent by the TCP layer at the RLC layer, and when the RLC SDU is generated according to the TCP packet, record the correspondence between each RLC PDU identifier and the identifier of the TCP packet, and generate a mapping list.
  • the correspondence between the RLC PDU identifier and the identifier of the TCP packet may be a correspondence between the RLC PDU sequence number and the quintuple of the TCP packet.
  • the mapping between the TCP layer and the RLC layer can be implemented by using a TCP layer and a PDCP layer and a PDCP layer and an RLC layer mapping method.
  • the specific description is as follows:
  • the PDCP layer maintains the mapping relationship between the quintuple of the TCP packet and the PDCP sequence number.
  • the RLC layer maintains a mapping relationship between the PDCP sequence number and the RLC PDU sequence number.
  • the two-layer mapping finally realizes the mapping relationship between the quintuple of the TCP packet and the RLC PDU sequence number.
  • the sending device may trigger the receiving device to send an RLC status report, which ensures timely reporting of the RLC status report.
  • the sending device needs to maintain a mapping relationship between the identifier of the RLC PDU and the identifier of the TCP packet.
  • the sending device may determine, according to the mapping relationship between the RLC PDU identifier and the TCP packet identifier, that when a certain number of TCP data packets are sent, when the RLC PDUs corresponding to the certain number of data packets are sent, in the RLC PDUs.
  • the polling is configured on the last RLC PDU.
  • the receiving device After receiving the RLC PDU configured with polling, the receiving device sends an RLC status report to the sending device. In this process, intelligent pre-scheduling can also be performed.
  • the RLC includes three types of RLC entities: a transparent mode TM RLC entity, a non-acknowledged mode UM RLC entity, and an acknowledge mode AM RLC entity.
  • the AM RLC entity of the receiving device reports a status report RLC status report to the AM RLC entity of the transmitting device, the RLC status reporting confirmation information about the received AMD (AMData, acknowledgment mode data) PDU for the transmitting device.
  • the AM RLC entity performs corresponding processing according to the confirmation information, thereby ensuring the orderly transmission and the normal operation of the system.
  • the acknowledgement information returned by the AM RLC entity of the receiving device to the AM RLC entity of the transmitting device may be a confirmation message regarding an AMD PDU. It can also be the confirmation information of multiple AMD PDUs.
  • the method may include the following steps:
  • Step 210 The transmitting device establishes a wireless connection with the receiving device, and the wireless connection is established based on a transmission control protocol TCP and a radio link layer control RLC protocol and the like.
  • the data is transmitted according to the TCP and the RLC protocol, and the data packet of the TCP layer needs to be transmitted through the RLC layer, and when the connection is established, the sending device and the receiving device are required to be established.
  • the TCP-based connection and the RCL connection in other words, the transmitting device and the user equipment need to establish a connection between the TCP layer of the transmitting device and the TCP layer of the receiving device and the RLC layer of the transmitting device and the RLC layer of the receiving device.
  • the data packet of the TCP layer may be from a TCP server, a core network device, or a user equipment, etc.
  • the user equipment uses streaming media provided by a TCP server, web browsing, Email (email), Filehosting (file access).
  • a service such as a social network service (SNS)
  • the user equipment obtains service data from the TCP server, and the service data is generally transmitted to the user equipment in the form of a TCP packet according to TCP processing, or the user equipment is also User data is uploaded to the TCP server, and the user data is generally transmitted to the TCP server in the form of TCP packets according to TCP processing.
  • SNS social network service
  • Step 220 The sending device sends a TCP data packet to the receiving device by using a wireless connection. Specifically, the sending device processes the TCP data packet according to the RLC protocol to obtain one or more RLC PDUs, and the sending device sends the RLC PDU to the receiving device.
  • the RLC PDU is a data unit that is transmitted by the RLC layer between the sending device and the receiving device.
  • the transmitting device may configure a polling polling on the next RLC PDU when the number of the RLC PDUs sent by the sending device to the receiving device reaches a threshold, and the polling is used to indicate that the UE returns the RLC status report. .
  • the threshold of the number of RLC PDUs may be set according to actual needs, for example, according to the RLC status report and the RLC PDU.
  • the ratio can be set to 2.
  • each TCP data packet has a TCP data packet identifier, and the TCP data packet identifier can identify the TCP data packet to enable the transmitting device and the receiving device to identify the TCP data packet, such as quintuple information of the TCP data packet.
  • Each RLC PDU has an RLC PDU identification that can identify the RLC PDU to enable the transmitting device and the receiving device to identify the RLC PDU, such as the sequence number of the RLC PDU.
  • Each TCP packet corresponds to one or more RLC PDUs.
  • the transmitting device can determine the mapping relationship between the identifier of the TCP packet and the identifier of the RLC PDU.
  • the TCP layer of the transmitting device receives the IP data packet sent by the TCP server, and after parsing the TCP data packet, the TCP data packet is transmitted to the PDCP layer.
  • the PDCP layer compresses and configures the PDCP sequence number.
  • the PDCP layer of the transmitting device records the mapping relationship between the quintuple of the TCP packet and the PDCP sequence number.
  • the PDCP layer transmits the compressed TCP data packet to the RLC layer of the transmitting device, and the RLC layer generates an RLC PDU according to the compressed TCP data packet, the RLC PDU includes the RLC PDU sequence number, and the RLC layer of the transmitting device records the PDCP sequence number and the RLC. Mapping relationship between PDU serial numbers.
  • the RLC layer After the RLC layer transmits the RLC PDU to the MAC for further processing by the MAC layer, electromagnetic waves generated by the physical layer are transmitted to the receiving device.
  • Step 230 The receiving device receives the TCP data packet sent by the sending device.
  • the receiving device receives the RLC SDU sent by the sending device, processes the RLC PDU according to the RLC protocol, and processes the RLC PDU according to the TCP to obtain a TCP packet.
  • the receiving device may also determine a mapping relationship between the identifier of the TCP packet and the identifier of the RLC PDU.
  • the RLC layer of the receiving device receives the data transmitted by the MAC layer, parses the TCP data packet, transmits the TCP data packet to the PDCP layer, and determines the PDCP sequence number and the RLC PDU sequence.
  • the mapping relationship of the identifier of the number, the PDCP layer decompresses the TCP packet sent by the RLC, sends the decompressed TCP packet to the TCP layer, and determines the mapping relationship between the TCP packet quintuple and the PDCP sequence number.
  • TCP layer parsing is obtained in the TCP packet data.
  • the receiving device processes the received data according to the RLC protocol and TCP to obtain data in the TCP packet. This process does not require determining the mapping relationship between the TCP packet identifier and the RLC PDU identifier.
  • the sending device sends an indication of the RLC status report feedback to the receiving device, for example, carrying the polled RLC PDU.
  • Step 240 The receiving device sends an RLC status report to the sending device.
  • the receiving device may generate a TCP status report, but does not send, and after the preset condition is reached, sends an RLC status report, so that the existing process can be changed at a minimum cost to implement the present invention.
  • the generated TCP status report is intercepted at the PDCP layer or the RLC layer.
  • the receiving device may also not generate a TCP status report, and directly send the RLC status report after the preset condition is reached.
  • the RLC status report format is as follows.
  • the CPT Control PDU category indication is used to indicate the category of the RLC PDU.
  • ACK_SN A sequence number used to indicate the next PDU that did not receive the ACK information and did not indicate a loss in the status report.
  • E1 A combined field for indicating whether a group of NACK_SN and E1/E2 is followed.
  • E2 A combined field used to indicate whether or not it is accompanied by a set of SOstart and SOend.
  • SOstart and SOend jointly indicate an AMD PDU that has been detected as lost in the AM RLC receiving portion, where SOstart indicates the starting position of the lost portion in the AMD PDU, and SOend indicates the ending position of the lost portion in the AMD PDU, both in bytes.
  • NACK_SN Used to indicate the sequence number of the most recently detected lost AMD PDU. All PDUs with the ACK_SN as the line are correctly received except for the RCL PDUs or segments that have failed to be listed in this status report.
  • the TCP layer of the receiving device correctly receives the TCP data.
  • a TCP status report is sent to the PDCP layer.
  • the PDCP layer can intercept the TCP status report, or it can be transmitted to the RLC layer by the PDCP layer, and intercepted by the RLC layer.
  • the receiving device after receiving the indication of the RLC status report feedback sent by the sending device (the RLC PDU carrying the polling), the receiving device sends an RLC status report to the sending device according to the indication of the RLC status report feedback. It should be noted that the embodiment of the present invention may not generate a TCP status report on the receiving device.
  • the receiving device can report to the transmitting device RLC status when the preset condition is reached.
  • the RLC status report is sent to the transmitting device to notify that all RLC PDUs of the TCP packets corresponding to the threshold are correctly received.
  • the TCP packet and the TCP status report are 2:1, and the receiving device can report the status to the transmitting device RLC when the two TCP packets are correctly received.
  • the RLC layer of the receiving device can determine that the TCP packet has been correctly received at least by:
  • the RLC layer of the receiving device correctly receives the RLC SDU sent by the sending device.
  • the RLC layer of the receiving device receives the TCP status report of the TCP layer transmission of the receiving device.
  • Step 250 The sending device receives the RLC status report sent by the receiving device.
  • the downlink scheduler and the uplink scheduler may coordinate to implement intelligent pre-scheduling. Specifically, after the transmitting device sends the RLC PDU configured with the polling to the receiving device, the sending device sends uplink grant information to the receiving device after the set scheduling time, where the uplink grant information is used to indicate that the receiving device sends the uplink grant information.
  • the device sends an RLC status report.
  • the set scheduling time may be determined according to actual conditions, for example, according to channel quality, delay, and other information.
  • Step 260 The sending device according to the RLC status report and the TCP packet identifier and the RLC PDU The mapping relationship of the identifier determines the reception status of the TCP packet at the receiving end according to the RLC status report.
  • a TCP status report is generated according to the RLC status report and the mapping relationship between the TCP packet identifier and the RLC PDU identifier, and the TCP status report is used to indicate the reception status of the TCP data packet at the receiving device.
  • the RLC layer of the sending device receives the RLC status report sent by the receiving device, that is, the acknowledgment information that the RLC layer of the receiving device correctly receives the downlink RLC PDU, and the sending device determines that the mapping relationship is correct according to the mapping relationship between the RLC PDU identifier and the identifier of the TCP packet.
  • the received TCP packet identifier generates a TCP status report.
  • the RLC layer determines the correctly received PDCP sequence number according to the RLC status report and the mapping relationship between the PDCP sequence number and the RLC PDU sequence number maintained by the RLC, and sends the PDCP sequence number to the upper layer PDCP layer, and the PDCP layer maintains the TCP according to the maintenance.
  • the mapping relationship between the packet quintuple and the PDCP sequence number generates a TCP status report and sends it to the TCP layer.
  • the eNB side PDCP layer refers to the TCP packet header information in the relationship list to construct a UL TCP status report packet to be delivered to the upper layer TCP Proxy (proxy).
  • the TCP proxy on the eNB side sends the TCP status report uploaded by the PDCP layer to the TCP layer of the server.
  • the sending device when the sending device generates the TCP status report according to the RLC status report sent by the receiving device, the acknowledgment sequence number needs to be constructed, and the sending sequence number needs to be updated in real time according to the information in the TCP header with the uplink service data sent by the UE.
  • a TCP status report when generating a TCP status report, it is specifically configured in the format of a general TCP status report (there is no SACK field in the TCP option), or is constructed in a TCP status report format that supports the SACK function (with the SACK field in the TCP option).
  • the device and the receiving device determine the SACK function support.
  • the SACK function can be determined by the sending device and the receiving device when the connection is established according to the TCP.
  • the sending device When both the sending device and the receiving device support the SACK function, the sending device generates a TCP status report in a format that supports the SACK function. Otherwise, the TCP status report is generated according to the general format. .
  • the transmission of the RLC status report in the air interface can be realized, and the TCP is implemented.
  • the transmission of the data packet is confirmed, which saves wireless resources and improves the user experience.
  • the embodiment of the present invention can use the active acknowledgment mechanism of the RLC layer to ensure that the RLC status report is faster than the TCP status report.
  • the present invention does not affect the RLC layer's own retransmission mechanism based on the active use of the RLC acknowledgment mechanism. .
  • the receiving device can also actively intercept the TCP status report and utilize the uplink pre-scheduling, which greatly reduces the requirement for the uplink rate at the same downlink rate, saves the consumption of air interface resources, and improves the uplink coverage and user experience.
  • the RLC may rebuild due to data transfer. Since the RLC layer maintains the mapping relationship between the PDCP SN and the RLC PDU SN, when the RLC re-establishment occurs, it means that the entity needs to re-maintain new parameters. Since these PDCP SNs are not retransmitted, the PDCP SN corresponding to the PDUs that are not confirmed by the RLC layer and the SDUs that are not sent out are required to be fed back to the PDCP layer before the reconstruction.
  • the AM RLC layer needs to perform the following operations:
  • the receiving device needs to initialize related state variables and timers
  • the sending device needs to discard all RLC SDUs and RLC PDUs.
  • the PDCP layer may feed back to the TCP layer the TCP status report generated according to the RLC status report when the preset condition is reached.
  • the TCP layer of the sending device determines that the TCP layer transmits the TCP packet from the serial number greater than the expected received sequence number (indicating that packet loss or delay occurs)
  • the TCP status report is immediately sent
  • the TCP The status report indicates that the last sequence number is received in order, so that the TCP layer determines that packet loss or delay occurs according to the TCP status report, and the TCP layer retransmits the TCP packet that has lost or retransmitted.
  • the maximum number of delayed TCP status reports is reached (by default, the ratio of TCP packets to TCP status reports is 2, the default is 2).
  • the TCP status report is sent immediately, and FIN
  • the timer for delaying the TCP status report is started, and if not, the timer is started.
  • the Delay timeout (for example, the timer can be set to 0.2s), the TCP status report is sent immediately.
  • the PDCP layer finds that the sequence number of the downlink TCP packet is smaller than the expected sequence number, and considers this to be a duplicate packet, the duplicate packet is directly discarded.
  • the repeated packet here means that the sending device retransmits a TCP packet, and the TCP packet has been correctly received by the receiving device before.
  • the SACK in the SYN packet sent by the two parties according to the TCP connection is SACK in the TCP option. Whether the function supports the determination.
  • the TCP status report it is constructed according to the format of the general TCP status report (there is no SACK field in the TCP option), or is constructed according to the TCP status report format that supports the SACK function (the SACK field is included in the TCP option).
  • the sending device When both the sending device and the receiving device support the SACK function, the sending device generates a TCP status report in the format that supports the SACK function. Otherwise, the TCP status report is generated in the normal format.
  • the following is an example of the filling of the ACK sequence number and the SACK option when the TCP status report is constructed in different situations.
  • the ratio of TCP packets and TCP status reports is assumed to be 1:1 in Table 1-4.
  • Table 1 shows the TCP packets from the TCP server to the eNB in order, without packet loss.
  • Table 2 shows the TCP packets from the TCP server to the eNB in order, without packet loss.
  • the RLC retransmission is not performed at this time, and the RLC only when the MAC indication reaches the maximum number of HARQ retransmissions. The RLC retransmission is triggered again.
  • the embodiment of the present invention generates a TCP status report by using the RLC status report, and the RLC status report may not be used for the RLC retransmission mechanism to avoid unnecessary resource consumption due to RLC retransmission.
  • FIG. 7 is a schematic structural diagram of an RLC PDU, wherein the meanings of the fields in the figure are as follows.
  • SN Serial number indicating the serial number of the corresponding PDU.
  • FI Indicates whether a PDU is divided at the beginning or end of the data field.
  • E Extended bit.
  • R1 Reserved field.
  • LI length indication field, Indicates the length of the byte in the data field.
  • D/C A data/control indication indicating whether the PDU is a data PDU or a control PDU.
  • RF A segmentation indication to indicate whether it is a PDU or a PDU segment.
  • P A polling indication bit indicating whether the sender of the AMRLC entity needs to send a status report to the peer entity.
  • the sending device instructs the receiving device to feed back the RLC status, which may be specifically as follows:
  • the sending device sets the P field to 1, and the P field indicates that the receiving device sends the RLC status report.
  • polling can be configured on the last RLC PDU sent every two TCP packets, the polling instructs the receiving device to send an RLC status report.
  • the parameter t-StatusProhibit (timer) of the receiving device RLC layer controls the actual transmission time of the RLC status report.
  • the t-StatusProhibit is set smaller and the receiving device sends the RLC status report with a minimum time granularity. For example, set the timer to 0ms.
  • the parameter t-Reordering of the receiving device RLC layer detects the out-of-order packet received by the RLC PDU at the receiving device, but if the timer expires, the corresponding RLC PDU is lost, and the VR (MS) is updated. Therefore, the timely update of the VR (MS) ensures that the RLC status report indicates whether or not the correct timeliness is received. Therefore, setting the timer to 0ms indicates that the timer always times out. Once the receiving device receives a downlink subframe, the RLC layer can immediately determine whether it is correctly received.
  • STATUS PDU status protocol data unit
  • the uplink intelligent pre-scheduling is triggered, and the UL grant is sent at the time of TTI n+2 to let the receiving device send the RLC status report in time.
  • the data packet is solved at time n.
  • the RLC status report is grouped into the MAC PDU at time n+1.
  • the n+k time is sent to the transmitting device through the air interface.
  • the RLC status report is released, and the transmitting device can recognize whether the transmission of n-2 is correct through the RLC.
  • the delay of the UL grant will be caused, and the maximum delay will be 9ms. As shown in Figure 9, the analysis is as follows:
  • the data packet is solved at time n.
  • the uplink sends the RLC status report in cycles of 5ms (the receiving device buffer is empty and not triggered by the UL grant), there is no UL grant at time n, and the RLC status report is triggered at time n+5.
  • the N+5+4 time sending device sends the UL grant.
  • the time when the UL grant is obtained when the uplink is not pre-scheduled is 9 ms later than the time when the uplink intelligent pre-scheduling obtains the UL grant.
  • the judgment process is as follows:
  • MCS in the UL grant MCS level -2 order of historical SINR conversion to further reduce its bit error rate
  • the PRB Num is determined by the RLC status report size (typically 4Byte RLC Status Report + 600 bit BSR + 3 Byte MAC header) and Modulation and Coding Scheme (MCS).
  • RLC status report size typically 4Byte RLC Status Report + 600 bit BSR + 3 Byte MAC header
  • MCS Modulation and Coding Scheme
  • the PRB Num is determined by the amount of data to be transmitted and the history MCS.
  • the amount of data to be transmitted UeBufferSize + RLC status report size (usually 4Byte)
  • FIG. 10 is a schematic structural diagram of a sending device according to an embodiment of the present invention. As shown in FIG. 10, the sending device specifically includes:
  • the RLC processing unit 1001 is configured to process the transmission control protocol TCP data packet according to the radio link layer control RLC protocol to obtain at least one RLC protocol data unit PDU;
  • mapping relationship determining unit 1002 configured to determine a mapping relationship between an identifier of the TCP data packet and an identifier of the at least one RLC PDU;
  • the sending unit 1003 is configured to send the at least one RLC PDU to the receiving device, when the number of RLC PDUs sent by the sending device to the receiving device reaches a threshold, when the sending device sends the next RLC PDU, Configuring polling polling on the next RLC PDU, where the polling is used to instruct the receiving device to return an RLC status report;
  • the receiving unit 1004 is configured to receive, by the receiving device, at least one RLC status report, where one of the at least one RLC status report includes an identifier of one or more of the at least one RLC PDU, the at least one RLC status One of the reports is used to indicate reception of one or more of the at least one RLC PDU at the receiving device;
  • the receiving status determining unit 1005 is configured to determine, according to the at least one RLC status report and the mapping relationship between the TCP data packet identifier and the at least one RLC PDU identifier, the reception status of the TCP data packet at the receiving device.
  • the identifier of the TCP packet includes the quintuple information of the TCP packet; the identifier of the RLC PDU includes the sequence number of the RLC PDU, and the mapping relationship determining unit 1002 is further configured to:
  • the sending unit 1003 is further configured to send, to the receiving device, uplink grant information, where the uplink is sent.
  • the authorization information is used to instruct the receiving device to send an RLC status report to the sending device.
  • the receiving state determining unit 1005 is further configured to: when the sending device and the receiving device support the selective acknowledge SACK function, generate a TCP status report that supports SACK according to the at least one RLC status report.
  • FIG. 11 is a schematic structural diagram of a receiving device according to an embodiment of the present invention. As shown in FIG. 11, the receiving device specifically includes:
  • the receiving unit 1101 is configured to receive an RLC protocol data unit PDU sent by the sending device, where the polling poll is configured on the RLC PDU;
  • the sending unit 1102 is configured to send, to the sending device, an RLC status report according to the indication of the polling, where the RLC status report includes an identifier of at least one RLC PDU, where the RLC status report is used to indicate that the at least one RLC PDU is
  • the receiving device receives the situation, so that the sending device determines, according to the receiving situation of the at least one RLC PDU in the receiving device, the receiving situation of the TCP data packet corresponding to the RLC PDU at the receiving device.
  • it also includes:
  • the RLC processing unit 1103 is configured to process the at least one RLC PDU according to the RLC protocol, obtain a TCP data packet, and determine a mapping relationship between the identifier of the at least one RLC PDU and the identifier of the TCP data packet;
  • a TCP status report generating unit 1104 configured to generate a TCP status report, where the TCP status report includes an identifier of the TCP data packet, where the TCP status report is used to indicate a reception status of the TCP data packet at the receiving device;
  • An RLC status report generating unit 1105 configured to report according to the TCP status, and the Generating an RLC status report by using a mapping relationship between an identifier of the one RLC PDU and an identifier of the at least one TCP data packet, where the RLC status report includes an identifier of the RLC PDU, where the RLC status report is used to indicate the RLC PDU The reception situation at the receiving device.
  • the identifier of the at least one RLC PDU includes:
  • the received configuration has the identity of the polled RLC PDU to the last received RLC PDU received between the RLC PDUs configured with polling.
  • the receiving unit 1101 is further configured to:
  • the receiving device After receiving the RLC PDU configured with the polling, the receiving device receives the uplink grant information sent by the sending device, where the uplink grant information is used to indicate the location The sending device sends an RLC status report.
  • FIG. 12 is a schematic structural diagram of another sending device according to an embodiment of the present invention. As shown in FIG. 12, the sending device specifically includes: a receiver 1201, a transmitter 1202, a processor 1203, and a memory 1204. Individual modules can be connected via bus 1205.
  • the receiver 1201 and the transmitter 1202 are configured to support sending and receiving information between the sending device and the receiving device in the foregoing embodiment.
  • the receiver 1201 and the transmitter 1202 may be radio frequency circuits, and may support between the sending device and the receiving device.
  • Wireless communication During communication between the transmitting device and the receiving device, the data and signaling messages are processed by the processor 1203 and transmitted by the transmitter 1202 to the receiving device.
  • the signal from the receiving device is received via the receiver 1201 and processed by the processor 1203 to obtain data and signaling information transmitted or forwarded by the receiving device.
  • the processor 1203 also performs the processes involved in the transmitting device of Figures 2-4 and 6 and/or other processes for the techniques described herein.
  • the memory 1204 is used to store program codes and data of the terminal.
  • FIG. 13 is a schematic structural diagram of another receiving device according to an embodiment of the present invention. As shown in FIG. 12, the device specifically includes: a receiver 1301, a transmitter 1302, a processor 1303, and a memory 1304. Individual modules can be connected via bus 1305.
  • the receiver 1301 and the transmitter 1302 are configured to support sending and receiving information between the receiving device and the sending device in the foregoing embodiment.
  • the receiver 1301 and the transmitter 1302 may be radio frequency circuits. Supports communication between the transmitting device and the receiving device.
  • the data and signaling messages are processed by the processor 1303 and transmitted by the transmitter 1302 to the transmitting device.
  • the signal from the transmitting device is received via the receiver 1301, and processed by the processor 1303 to obtain data and signaling information transmitted or forwarded by the transmitting device.
  • the processor 1303 also performs the processes involved in the receiving device of Figures 2-4 and 6 and/or other processes for the techniques described herein.
  • the memory 1304 is used to store program codes and data of the profile download server.
  • the processor may be a central processing unit (CPU), and may be other general-purpose processors, digital signal processors (DSPs), application specific integrated circuits (ASICs), Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc.
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the memory can include read only memory and random access memory, store program code, and provide instructions and data to the processor.
  • the communication bus may include a power bus, a control bus, and a status signal bus in addition to the data bus.
  • the various buses are labeled as communication buses in the figures.

Landscapes

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

Abstract

Embodiments of the present invention relate to a data transmission method and device. The method comprises: a sending device determines a mapping relationship between a TCP data packet identifier and an RLC PDU identifier; receive an RLC status report sent by a receiving device, the RLC status report comprising the RLC PDU identifier and being used for indicating the receiving condition, at the receiving device, of the RLC PDU indicated by the RLC PDU identifier comprised in the RLC status report; the sending device generates a TCP status report according to the RLC status report and the mapping relationship between the TCP data packet identifier and the RLC PDU identifier, the TCP status report being used for indicating the receiving condition of the TCP data packet at the receiving device. The present invention achieves the function of a TCP acknowledgement packet by means of the transmission of an RLC acknowledgement packet at an air interface. The resources occupied by the RLC acknowledgement packet during air interface transmission are far less than those occupied by the TCP acknowledgement packet, and therefore, the transmission rate of data flow of a TCP protocol can be improved.

Description

数据传输方法及设备Data transmission method and device 技术领域Technical field
本发明实施例涉及通信技术领域,尤其涉及一种数据传输方法及设备。The embodiments of the present invention relate to the field of communications technologies, and in particular, to a data transmission method and device.
背景技术Background technique
传输控制协议(Transmission Control Protocol,TCP)是一种面向连接的、可靠的、基于字节流的传输层通信协议,由Internet工程任务组(Internet Engineering Task Force,IETF)的RFC 793定义。在简化的计算机网络OSI模型中,它完成第四层传输层所指定的功能,用户数据报协议(User Datagram Protocol,UDP)是同一层内另一个重要的传输协议。在因特网协议族(Internet protocol suite)中,TCP层是位于网络协议(Internet Protocol,IP)层之上,应用层之下的中间层。不同主机的应用层之间经常需要可靠的、像管道一样的连接,但是IP层不提供这样的流机制,而是提供不可靠的包交换。The Transmission Control Protocol (TCP) is a connection-oriented, reliable, byte stream-based transport layer communication protocol defined by the Internet Engineering Task Force (IETF) RFC 793. In the simplified computer network OSI model, it performs the functions specified by the fourth layer of the transport layer. The User Datagram Protocol (UDP) is another important transport protocol in the same layer. In the Internet protocol suite, the TCP layer is an intermediate layer located above the Internet Protocol (IP) layer and below the application layer. Reliable, pipe-like connections are often required between application layers of different hosts, but the IP layer does not provide such a flow mechanism, but provides unreliable packet switching.
目前互联网上的数据流量,TCP协议的数据流量都占了90%以上。其中,移动网络上的TCP协议的数据流量也占了绝大多数,例如,流媒体、网页浏览、Email、Filehosting和SNS业务基本都是基于TCP协议的,对等网络(Peer to Peer,P2P)和即时通讯(Instant Messaging,IM)可以是基于TCP或UDP协议的。At present, the data traffic on the Internet and the data traffic of the TCP protocol account for more than 90%. Among them, the data traffic of the TCP protocol on the mobile network also accounts for the vast majority. For example, streaming media, web browsing, Email, Filehosting, and SNS services are basically based on the TCP protocol, peer-to-peer (Peer to Peer, P2P). And Instant Messaging (IM) can be based on TCP or UDP protocols.
在TCP协议的数据流传输过程中,应用层向TCP层发送用于网间传输的、用8位字节表示的数据流,然后TCP层把数据流分区成适当长度的报文段生成结果包,该报文段的长度通常受该计算机连接的网络的数据链路层的最大传输单元(Maximum Transmission Unit,MTU)的限制。TCP层将结果包传给IP层,由IP层来通过网络将包传送给接收设备的TCP层,对于移动网络,该过程需通过以无线传输的方式实现。接收设备对已成功收到的需包返回确认 (Acknowledgement,ACK),对于移动网络,该过程需通过以无线传输的方式实现;如果发送设备在合理的往返时延(Round-Trip Time,RTT)内未收到确认,那么对应的数据包就被假设为已丢失将会被进行重传。在此过程中,根据现网数据统计TCP协议的上下行数据包数量(TCP确认包与TCP数据包)之比会达到1:1.3。In the data stream transmission process of the TCP protocol, the application layer sends a data stream represented by an 8-bit byte for inter-network transmission to the TCP layer, and then the TCP layer partitions the data stream into a segment of a suitable length to generate a result packet. The length of the segment is typically limited by the Maximum Transmission Unit (MTU) of the data link layer of the network to which the computer is connected. The TCP layer transmits the result packet to the IP layer, and the IP layer transmits the packet to the TCP layer of the receiving device through the network. For the mobile network, the process needs to be implemented by wireless transmission. The receiving device returns a confirmation of the required packet that has been successfully received. (Acknowledgement, ACK), for mobile networks, the process needs to be implemented by wireless transmission; if the transmitting device does not receive an acknowledgment within a reasonable Round-Trip Time (RTT), then the corresponding packet is It is assumed that it has been lost and will be retransmitted. In this process, the ratio of the uplink and downlink data packets (TCP acknowledgement packet to TCP packet) of the TCP protocol according to the current network data will reach 1:1.3.
现有移动网络中,无线资源匮乏,但是,TCP协议的上下行数据包数量之比为1:1.3,所以对上行以及下行带宽的要求都非常高,TCP协议的数据流的传输速率低,用户体验差。In the existing mobile network, the wireless resources are scarce. However, the ratio of the number of uplink and downlink data packets of the TCP protocol is 1:1.3, so the requirements for the uplink and downlink bandwidth are very high, and the data rate of the TCP protocol is low, and the user has a low transmission rate. Poor experience.
发明内容Summary of the invention
本发明实施例提供了一种数据传输方法及设备。通过RLC确认包在空口的传输,实现TCP确认包的功能。由于无线链路层控制(Radio Link Control,RLC)确认包在空口传输占用的资源远小于TCP确认包,故能够实现提高TCP协议的数据流的传输速率。The embodiment of the invention provides a data transmission method and device. The function of the TCP confirmation packet is realized by the RLC confirming the transmission of the packet in the air interface. Since the Radio Link Control (RLC) confirms that the resources occupied by the packet in the air interface transmission are much smaller than the TCP acknowledgement packet, the transmission rate of the data stream of the TCP protocol can be improved.
一方面,本发明提供了一种数据传输方法。包括:eNB与UE建立基于传输控制协议TCP以及无线链路层控制RLC协议的连接;该eNB向UE发送根据TCP以及RLC协议处理的数据,其中,根据TCP处理需要发送的数据得到一个或多个TCP数据包,根据RLC协议处理该一个或多个TCP数据包得到一个或多个RLC协议数据单元(Protocol Data Unit,PDU);eNB确定TCP数据包的标识与RLC PDU的标识的映射关系。eNB接收UE发送的RLC状态报告,该RLC状态报告包括RLC PDU的标识,该RLC状态报告用于指示其包括的RLC PDU标识指示的RLC PDU在UE的接收情况。eNB根据RLC状态报告以及TCP数据包标识与RLC PDU标识的映射关系,生成TCP状态报告,所述TCP状态报告用于指示所述TCP数据包在所述UE的接收情况。通过本发明实施例,可实现由RLC状态报告在空口的传输,来对TCP数据包的传输进行确认,节省了无线资源,提高了用户体验。 In one aspect, the invention provides a method of data transmission. The method includes: the eNB establishes, by the eNB, a connection based on a transmission control protocol TCP and a radio link layer control RLC protocol; the eNB sends data processed according to the TCP and the RLC protocol to the UE, where the data to be sent according to the TCP processing is obtained by one or more The TCP data packet is processed according to the RLC protocol to obtain one or more RLC Protocol Data Units (PDUs); the eNB determines a mapping relationship between the identifier of the TCP data packet and the identifier of the RLC PDU. The eNB receives an RLC status report sent by the UE, where the RLC status report includes an identifier of the RLC PDU, where the RLC status report is used to indicate that the RLC PDU indicated by the RLC PDU identifier included by the UE is received by the UE. The eNB generates a TCP status report according to the RLC status report and the mapping relationship between the TCP packet identifier and the RLC PDU identifier, where the TCP status report is used to indicate the reception status of the TCP data packet in the UE. Through the embodiment of the present invention, the transmission of the RLC status report in the air interface can be realized, and the transmission of the TCP data packet is confirmed, which saves the wireless resource and improves the user experience.
在一个可的地实现中,TCP数据包的标识包括TCP数据包的五元组信息;RLC PDU的标识包括所述RLC PDU的序列号。In one possible implementation, the identification of the TCP packet includes quintuple information for the TCP packet; the identification of the RLC PDU includes the sequence number of the RLC PDU.
在另一个可选的实现中,前述确定数据对应的TCP数据包的标识与RLC PDU的标识的映射关系具体包括:确定TCP数据包的五元组信息与分组数据汇聚协议PDCP序列号的映射关系;确定分组数据汇聚协议((Packet Data Convergence Protocol,PDCP)序列号与RLC PDU的序列号的映射关系。通过本发明实施例可实现通过TCP层与PDCP层的映射以及PDCP层与RLC层的映射,最终实现TCP层与RLC层的映射。In another optional implementation, the mapping relationship between the identifier of the TCP packet corresponding to the foregoing determination data and the identifier of the RLC PDU specifically includes: determining a mapping relationship between the quintuple information of the TCP packet and the PDCP sequence number of the packet data convergence protocol The mapping between the packet data convergence protocol (PDCP) sequence number and the sequence number of the RLC PDU is determined. The mapping between the TCP layer and the PDCP layer and the mapping between the PDCP layer and the RLC layer can be implemented by using the embodiment of the present invention. Finally, the mapping between the TCP layer and the RLC layer is implemented.
在又一个可选的实现中,在所述eNB接收所述UE发送的RLC状态报告之前,还包括:当eNB向UE发送的RLC PDU达到阈值时,eNB在发送下一个RLC PDU时,在所述下一个RLC PDU上配置轮询polling,所述polling用于指示所述UE返回RLC状态报告。通过本发明实施例可以实现eNB触发RLC状态报告的发送,能确保RLC状态报告比TCP状态报告回的更快,用户体验更高。In still another optional implementation, before the eNB receives the RLC status report sent by the UE, the method further includes: when the RLC PDU sent by the eNB to the UE reaches a threshold, when the eNB sends the next RLC PDU, A polling polling is configured on the next RLC PDU, and the polling is used to instruct the UE to return an RLC status report. The eNB can trigger the sending of the RLC status report by using the embodiment of the present invention, and can ensure that the RLC status report is faster than the TCP status report, and the user experience is higher.
在再一个可选的实现中,还包括:在向所述UE发送配置有polling的RLC PDU后,经过设定的调度时间,所述eNB向所述UE发送上行链路授权信息,所述上行链路授权信息用于指示所述UE向所述eNB发送RLC状态报告。通过本发明实施例可实现智能调度,使得状态报告的发送更及时准确。In still another optional implementation, the method further includes: after sending the RLC PDU configured with the polling to the UE, after the set scheduling time, the eNB sends uplink grant information to the UE, where the uplink The link grant information is used to instruct the UE to send an RLC status report to the eNB. The intelligent scheduling can be implemented by the embodiment of the invention, so that the sending of the status report is more timely and accurate.
在再一个可选的实现中,所述eNB根据RLC状态报告以及TCP数据包标识与RLC层的PDU标识的映射关系,生成TCP状态报告包括:当eNB与UE支持选择性确认SACK功能时,根据RLC状态报告生成支持SACK的TCP状态报告。通过本发明可以实现支持SACK的TCP状态报告的状态报告的构造。In still another optional implementation, the eNB generates a TCP status report according to the RLC status report and the mapping relationship between the TCP packet identifier and the PDU identifier of the RLC layer, including: when the eNB and the UE support the selective acknowledge SACK function, according to The RLC status report generates a TCP status report that supports SACK. The construction of the status report of the TCP status report supporting SACK can be realized by the present invention.
第二方面,本发明提供了一种数据传输方法。包括:UE与eNB建立基于传输控制协议TCP以及无线链路层控制RLC协议的连接,所述连接用于传输根据TCP以及RLC协议处理的数据,其中,根据TCP处理所述数据得到 TCP数据包,根据RLC协议处理所述TCP数据包得到RLC协议数据单元PDU;UE在接收到eNB发送的RLC协议数据单元PDU后,向所述eNB发送RLC状态报告,所述RLC状态报告包括所述RLC PDU的标识,所述RLC状态报告用于指示所述RLC PDU在所述UE的接收情况,以使得所述eNB根据所述RLC PDU在所述UE的接收情况,确定所述RLC PDU对应的TCP数据包在所述UE的接收情况。In a second aspect, the present invention provides a data transmission method. The method includes: the UE establishes a connection with the eNB according to a transmission control protocol TCP and a radio link layer control RLC protocol, where the connection is used to transmit data processed according to the TCP and the RLC protocol, where the data is processed according to the TCP. a TCP packet, which processes the TCP packet according to the RLC protocol to obtain an RLC protocol data unit PDU; after receiving the RLC protocol data unit PDU sent by the eNB, the UE sends an RLC status report to the eNB, where the RLC status report includes Determining an identifier of the RLC PDU, where the RLC status report is used to indicate a receiving situation of the RLC PDU in the UE, so that the eNB determines, according to the receiving situation of the RLC PDU in the UE, that the RLC PDU corresponds to The TCP packet is received by the UE.
在一个可选的实现中,在所述向所述eNB发送RLC状态报告之前,还包括:所述UE根据TCP以及RLC协议对所述RLC PDU进行处理,得到所述TCP数据包,并确定所述RLC PDU的标识与所述TCP数据包的标识的映射关系;所述UE生成TCP状态报告,所述TCP状态报告包括所述TCP数据包的标识,所述TCP状态报告用于指示所述TCP数据包在所述UE的接收情况;所述UE根据所述TCP状态报告,以及所述RLC PDU的标识与所述TCP数据包的标识的映射关系,生成RLC状态报告,所述RLC状态报告包括所述RLC PDU的标识,所述RLC状态报告用于指示所述RLC PDU在所述UE的接收情况。In an optional implementation, before the sending the RLC status report to the eNB, the method further includes: the UE processing the RLC PDU according to a TCP and an RLC protocol, obtaining the TCP data packet, and determining, Determining a mapping relationship between an identifier of the RLC PDU and an identifier of the TCP data packet; the UE generates a TCP status report, the TCP status report includes an identifier of the TCP data packet, and the TCP status report is used to indicate the TCP a status of the data packet received by the UE; the UE generates an RLC status report according to the TCP status report and a mapping relationship between the identifier of the RLC PDU and the identifier of the TCP data packet, where the RLC status report includes An identifier of the RLC PDU, where the RLC status report is used to indicate a reception status of the RLC PDU at the UE.
在另一个可选的实现中,所述UE在接收到eNB发送的RLC协议数据单元PDU后,向所述eNB发送RLC状态报告,所述RLC状态报告包括所述数据对应的RLC PDU的标识,所述RLC状态报告用于指示所述RLC PDU在所述UE的接收情况,包括:所述UE在接收到eNB发送的RLC PDU的数量达到阈值后,向所述eNB发送RLC状态报告,所述RLC状态报告包括该阈值内对应的RLC PDU的标识,所述RLC状态报告用于指示该阈值内对应的RLC PDU在所述UE的接收情况。In another optional implementation, after receiving the RLC protocol data unit PDU sent by the eNB, the UE sends an RLC status report to the eNB, where the RLC status report includes an identifier of the RLC PDU corresponding to the data, The RLC status report is used to indicate the receiving situation of the RLC PDU in the UE, including: after receiving the threshold of the RLC PDU sent by the eNB, the UE sends an RLC status report to the eNB, where The RLC status report includes an identifier of a corresponding RLC PDU in the threshold, and the RLC status report is used to indicate a reception status of the corresponding RLC PDU in the threshold at the UE.
在又一个可选的实现中,所述TCP数据包的标识包括TCP数据包的五元组信息;所述RLC PDU的标识包括所述RLC PDU的序列号,所述确定所述数据对应的TCP数据包的标识与RLC PDU的标识的映射关系包括:确定所述TCP数据包的五元组信息与分组数据汇聚协议PDCP序列号的映射关系; 确定所述PDCP序列号与所述RLC PDU的序列号的映射关系。In still another optional implementation, the identifier of the TCP data packet includes quintuple information of the TCP data packet; the identifier of the RLC PDU includes a sequence number of the RLC PDU, and the TCP corresponding to the data is determined. The mapping relationship between the identifier of the data packet and the identifier of the RLC PDU includes: determining a mapping relationship between the quintuple information of the TCP data packet and the PDCP sequence number of the packet data convergence protocol; Determining a mapping relationship between the PDCP sequence number and a sequence number of the RLC PDU.
在再一个可选的实现中,在所述向所述eNB发送RLC状态报告之前,还包括:所述UE接收所述eNB发送的RLC PDU,所述RLC PDU配置有轮询polling;所述向所述eNB发送RLC状态报告,所述RLC状态报告包括所述RLC PDU的标识,所述RLC状态报告用于指示所述RLC PDU在所述UE的接收情况,以使得所述eNB根据所述RLC PDU在所述UE的接收情况,确定所述RLC PDU对应的TCP数据包在所述UE的接收情况包括:所述UE根据所述polling向所述eNB发送RLC状态报告,所述RLC状态报告包括此次接收到的配置有polling的RLC PDU到上一次接收到配置有polling的RLC PDU之间接收到的多个RLC PDU的标识,所述RLC状态报告用于指示所述多个RLC PDU在所述UE的接收情况,以使得所述eNB根据所述多个RLC PDU在所述UE的接收情况,确定所述多个RLC PDU对应的TCP数据包在所述UE的接收情况。In another optional implementation, before the sending the RLC status report to the eNB, the method further includes: receiving, by the UE, an RLC PDU sent by the eNB, where the RLC PDU is configured with a polling poll; The eNB sends an RLC status report, where the RLC status report includes an identifier of the RLC PDU, where the RLC status report is used to indicate a reception status of the RLC PDU in the UE, so that the eNB is according to the RLC Determining, by the PDU in the receiving situation of the UE, that the TCP data packet corresponding to the RLC PDU is received by the UE, the UE sends an RLC status report to the eNB according to the polling, where the RLC status report includes The received configuration is configured with the polled RLC PDU to the identifier of the plurality of RLC PDUs received between the last received RLC PDUs configured with polling, and the RLC status report is used to indicate that the multiple RLC PDUs are in the The receiving situation of the UE is such that the eNB determines, according to the receiving situation of the multiple RLC PDUs in the UE, the reception status of the TCP data packet corresponding to the multiple RLC PDUs in the UE.
在再一个可选的实现中,在所述向所述eNB发送RLC状态报告之前,还包括:在所述UE接收配置有polling的RLC PDU后,经过设定的调度时间,所述UE接收所述eNB发送的上行链路授权信息,所述上行链路授权信息用于指示向所述eNB发送RLC状态报告。In another optional implementation, before the sending the RLC status report to the eNB, the method further includes: after the UE receives the RLC PDU configured with polling, after the set scheduling time, the UE receives the The uplink grant information sent by the eNB is used to indicate that the RLC status report is sent to the eNB.
第三方面,本发明实施例提供了一种发送设备,该设备能够实现上述第一方面以及可选地实现中的方法中发送设备执行的步骤。该设备可以通过硬件实现,也可以通过硬件执行相应的软件实现。该硬件或软件包括一个或多个与上述功能相对应的模块。In a third aspect, an embodiment of the present invention provides a sending device, which can implement the steps performed by the sending device in the foregoing first aspect and optionally in the method. The device can be implemented in hardware or implemented in hardware. The hardware or software includes one or more modules corresponding to the functions described above.
第四方面,本发明实施例提供了一种接收设备,该设备能够实现上述第二方面以及可选地实现中的方法中接收设备执行的步骤。该设备可以通过硬件实现,也可以通过硬件执行相应的软件实现。该硬件或软件包括一个或多个与上述功能相对应的模块。 In a fourth aspect, an embodiment of the present invention provides a receiving device, which is capable of implementing the steps performed by the receiving device in the foregoing second aspect and optionally in the method. The device can be implemented in hardware or implemented in hardware. The hardware or software includes one or more modules corresponding to the functions described above.
第五方面,本发明实施例提供了一种发送设备,该设备包括收发器、处理器和存储器。收发器用于与接收设备进行交互,可包括接收器和发送器;存储器用来存储程序以及数据。处理器通过执行存储器中存储的程序,实现前述第一方面以及可选地实现中的发送设备执行的步骤。In a fifth aspect, an embodiment of the present invention provides a sending device, where the device includes a transceiver, a processor, and a memory. The transceiver is for interacting with the receiving device, and may include a receiver and a transmitter; the memory is used to store programs and data. The processor implements the steps performed by the transmitting device in the first aspect described above, and optionally in the implementation, by executing a program stored in the memory.
第六方面,本发明实施例提供了一种接收设备。该接收设备包括收发器、处理器以及存储器。各个模块可通过总线连接。收发器用于与发送设备通信。存储器用于存储程序代码以及数据。处理器根据存储器存储的程序指令,执行第二方面中以及可选地实现中的接收设备的操作步骤。In a sixth aspect, an embodiment of the present invention provides a receiving device. The receiving device includes a transceiver, a processor, and a memory. Each module can be connected via a bus. The transceiver is used to communicate with the transmitting device. The memory is used to store program code as well as data. The processor performs the operational steps of the receiving device in the second aspect and optionally in accordance with the program instructions stored in the memory.
第七方面,本发明实施例提供了一种计算机存储介质,用于储存为上述发送设备所用的计算机软件指令,其包含用于执行上述第一方面以及可选地实现中所设计的程序。In a seventh aspect, an embodiment of the present invention provides a computer storage medium for storing computer software instructions for use in the above-described transmitting device, including a program for performing the above first aspect and optionally implementing the program.
第八方面,本发明实施例提供了一种计算机存储介质,用于储存为上述接收设备所用的计算机软件指令,其包含用于执行上述第二方面以及可选地实现中所设计的程序。In an eighth aspect, an embodiment of the present invention provides a computer storage medium for storing computer software instructions for use in the above-mentioned receiving device, including a program designed to perform the second aspect described above and optionally implemented.
第九方面,本发明实施例提供了一种数据传输系统。该数据传输系统包括发送设备和接收设备,其中,发送设备为第五方面中的发送设备;接收设备为第六方面的接收设备。In a ninth aspect, an embodiment of the present invention provides a data transmission system. The data transmission system includes a transmitting device and a receiving device, wherein the transmitting device is the transmitting device in the fifth aspect; and the receiving device is the receiving device in the sixth aspect.
附图说明DRAWINGS
图1为一种应用场景示意图;FIG. 1 is a schematic diagram of an application scenario;
图2为本本发明实施例提供的一种数据传输方法的信令交互图;2 is a signaling interaction diagram of a data transmission method according to an embodiment of the present invention;
图3为本发明实施例提供的一个示例;FIG. 3 is an example of an embodiment of the present invention;
图4为本发明实施例提供的另一个示例;4 is another example provided by an embodiment of the present invention;
图5为一个RLC状态报告格式示例;Figure 5 is an example of an RLC status report format;
图6为本发明实施例提供的又一个示例;FIG. 6 is still another example provided by an embodiment of the present invention;
图7为一个RLC PDU结构示例; Figure 7 is an example of an RLC PDU structure;
图8为本发明实施例提供的再一个示例;FIG. 8 is still another example provided by an embodiment of the present invention;
图9为RLC状态报告时延分析;Figure 9 is a RLC status report delay analysis;
图10为本发明实施例提供的一种发送设备结构示意图;FIG. 10 is a schematic structural diagram of a sending device according to an embodiment of the present disclosure;
图11为本发明实施例提供的一种接收设备结构示意图;FIG. 11 is a schematic structural diagram of a receiving device according to an embodiment of the present disclosure;
图12为本发明实施例提供的另一种发送设备结构示意图;FIG. 12 is a schematic structural diagram of another sending device according to an embodiment of the present disclosure;
图13为本发明实施例提供的另一种接收设备结构示意图。FIG. 13 is a schematic structural diagram of another receiving device according to an embodiment of the present invention.
具体实施方式detailed description
如图1所示,本发明实施例主要适用于无线通信系统中,例如,LTE、LTE-A等等。其中,LTE是由3GPP(The 3rd Generation Partnership Project,第三代合作伙伴计划)组织制定的UMTS(Universal Mobile Telecommunications System,通用移动通信系统)技术标准的长期演进。TCP服务器产生的TCP数据包,由基站(evolved Node B,eNB)通过无线传输发送给接用户设备(User Equipment,UE),用户设备在正确接收eNB发送的TCP数据包后,返回确认信息,或者,UE向eNB发送TCP数据包,在eNB接收该TCP数据包后,返回确认信息。As shown in FIG. 1, the embodiments of the present invention are mainly applicable to a wireless communication system, for example, LTE, LTE-A, and the like. Among them, LTE is a long-term evolution of the UMTS (Universal Mobile Telecommunications System) technical standard established by the 3GPP (The 3rd Generation Partnership Project). The TCP packet generated by the TCP server is sent by the evolved Node B (eNB) to the user equipment (User Equipment, UE) by wireless transmission. After receiving the TCP data packet sent by the eNB, the user equipment returns the confirmation information, or The UE sends a TCP packet to the eNB, and after receiving the TCP packet, the eNB returns a confirmation message.
本发明实施例涉及的发送设备为发送TCP数据包的设备,同时也是接收RLC状态报告的设备。接收设备为接收TCP数据包的设备,同时也是发送RLC状态报告的设备。eNB可向用户设备发送TCP数据包,用户设备也可向eNB发送TCP数据包,故发送设备可为eNB或用户设备,接收设备可为用户设备或eNB。The transmitting device according to the embodiment of the present invention is a device that sends a TCP packet, and is also a device that receives an RLC status report. The receiving device is a device that receives TCP packets and is also a device that sends RLC status reports. The eNB may send a TCP packet to the user equipment, and the user equipment may also send a TCP packet to the eNB. Therefore, the sending device may be an eNB or a user equipment, and the receiving device may be a user equipment or an eNB.
TCP状态报告用于指示TCP数据包在接收设备的接收情况,也可称为TCP ACK或TCP确认包等。The TCP status report is used to indicate the reception status of the TCP packet at the receiving device, and may also be referred to as a TCP ACK or a TCP acknowledgement packet.
RLC状态报告用户指示RLC PDU在接收设备的接收情况,也可称为RLC ACK或RLC确认包等。The RLC status report user indicates the reception status of the RLC PDU at the receiving device, and may also be referred to as an RLC ACK or an RLC acknowledgement packet.
本申请的发明人通过分析发现,现网中,大多为中低负载,所以下行带 宽不是影响因素,上行传输成为瓶颈,上行覆盖受限,上行带宽无法满足与下行视频数据传输速率对应的上行TCP确认包速率的需求,导致TCP的下行速率不如用户数据报协议(User Datagram Protocol,UDP)下行速率。本发明通过RLC确认包在空口的传输,实现TCP确认包的功能。由于RLC确认包在空口传输占用的资源远小于TCP确认包,故能够实现提高TCP协议的数据流的传输速率。The inventor of the present application found through analysis that most of the current network is medium to low load, so the downlink belt Width is not a factor, the uplink transmission becomes a bottleneck, the uplink coverage is limited, and the uplink bandwidth cannot meet the requirement of the uplink TCP acknowledgement packet rate corresponding to the downlink video data transmission rate. As a result, the downlink rate of the TCP is not as good as the User Datagram Protocol (User Datagram Protocol, UDP) Downstream rate. The invention realizes the function of the TCP confirmation packet by confirming the transmission of the packet in the air interface by the RLC. Since the RLC acknowledges that the packet occupies less resources than the TCP acknowledgment packet in the air interface transmission, the transmission rate of the data stream of the TCP protocol can be improved.
具体地,以eNB向用户设备发送TCP数据包为例进行说明,其中TCP数据包在eNB与用户设备之间的无线传输过程中,用户设备发出给TCP服务器的TCP数据包,或者是eNB从核心网PS域(Packet Switched,分组交换域)接收到的发往用户设备的TCP数据包,在分组数据汇聚协议((Packet Data Convergence Protocol,PDCP)层中被压缩(目的在于提高效率),然后递交给RLC层进行分割、串接后放入RLC协议数据单元(Protocol Data Unit,PDU)中,接着再由往介质访问控制(Media Access Control,MAC)层添加个MAC头字段变成MAC PDU发送到物理层,最后物理层需要添加循环冗余校验(Cyclic Redundancy Check,CRC)头、编码、交织,然后将这些数据转换成电磁波发射出去,eNB或者用户设备再通过上述过程的逆操作恢复出TCP数据包。如果是用户设备向TCP服务器的TCP数据包,需要由eNB将其发送至核心网,同样的,TCP服务器发给用户设备的TCP数据包,经由核心网传发送给eNB,再由eNB发给用户设备。Specifically, the eNB sends a TCP packet to the user equipment as an example. The TCP packet is sent by the user equipment to the TCP server during the wireless transmission between the eNB and the user equipment, or the eNB is from the core. The TCP packet sent to the user equipment received by the Packet Switched (Packet Switched Domain) is compressed in the Packet Data Convergence Protocol (PDCP) layer (in order to improve efficiency), and then submitted. The RLC layer is divided and concatenated, and then placed in an RLC Protocol Data Unit (PDU), and then a MAC header field is added to the Media Access Control (MAC) layer to become a MAC PDU. The physical layer, the last physical layer needs to add a Cyclic Redundancy Check (CRC) header, coding, interleaving, and then convert the data into electromagnetic waves for transmission, and the eNB or user equipment recovers the TCP through the inverse operation of the above process. Packet. If it is a TCP packet of the user equipment to the TCP server, it needs to be sent by the eNB to the core network. Similarly, the TCP service. The TCP packet sent to the user equipment is transmitted to the eNB via the core network, and then sent by the eNB to the user equipment.
在本发明中,在eNB向用户设备发送TCP数据包或用户设备向eNB发送数据包时,建立TCP层与RLC层之间的对应关系,在无线空口只传输RLC状态报告,根据TCP层与RLC层之间的对应关系构造TCP状态报告。由于RLC确认机制自身的特性,以及RLC状态报告的数据包的大小要远小于TCP状态报告数据包的大小,所以在eNB与用户设备数据传输过程中,极大地节省了空口资源,提升了感知速率和业务体验。本发明实施例可通过eNB主动构造polling触发UE发送RLC状态报告,还可支持SACK功能下的TCP状 态报告的构造,eNB能重构的TCP状态报告的类型更多,更能提高下行速率、上行覆盖和节省资源。另外,本发明实施例还可通过上行预调度,提升TCP业务的上行覆盖率和下行感知速率。In the present invention, when the eNB sends a TCP packet to the user equipment or the user equipment sends a data packet to the eNB, the correspondence between the TCP layer and the RLC layer is established, and only the RLC status report is transmitted in the wireless air interface, according to the TCP layer and the RLC. The correspondence between the layers constructs a TCP status report. Due to the characteristics of the RLC acknowledgment mechanism and the size of the data packet reported by the RLC status, the size of the data packet of the RLC status report is much smaller than that of the TCP status report. Therefore, in the data transmission process between the eNB and the user equipment, the air interface resources are greatly saved, and the sensing rate is improved. And business experience. In the embodiment of the present invention, the eNB actively constructs a polling to trigger the UE to send an RLC status report, and also supports a TCP shape under the SACK function. The configuration of the state report, the eNB can reconstruct more types of TCP status reports, and can improve the downlink rate, uplink coverage, and resource saving. In addition, the uplink pre-scheduling and the downlink sensing rate of the TCP service can be improved by using the uplink pre-scheduling.
需要说明的是,在本发明实施例中,接收设备具有拦截TCP状态报告和主动触发RLC状态报告的能力。It should be noted that, in the embodiment of the present invention, the receiving device has the capability of intercepting the TCP status report and actively triggering the RLC status report.
其中,接收设备对于TCP状态报告的拦截至少可包括如下方式:The intercepting of the TCP status report by the receiving device may include at least the following methods:
接收设备根据接收到的PDCP SDU、PDCP PDU或RLC SDU识别出是TCP层下发的TCP状态报告时,拦截该TCP状态报告,不再生成RLC PDU往低层发送。When the receiving device identifies the TCP status report delivered by the TCP layer according to the received PDCP SDU, the PDCP PDU, or the RLC SDU, the receiving device intercepts the TCP status report and does not generate the RLC PDU to the lower layer.
接收设备触发RLC状态报告发送至少可以包括如下方式:The receiving device triggers the RLC status report to be sent at least in the following manner:
方式一,RLC层正确接收到对端发送的RLC服务数据单元(Services Data Unit,SDU)往PDCP层递交时,触发向发送设备发送RLC状态报告,其中该RLC状态报告根据RLC SDU生成。In the first mode, when the RLC layer correctly receives the RLC service data unit (SDU) sent by the peer end to the PDCP layer, it triggers sending an RLC status report to the sending device, where the RLC status report is generated according to the RLC SDU.
方式二,RLC层收到本端TCP层下发的TCP状态报告时,触发向发送设备发送RLC状态报告。In the second mode, when the RLC layer receives the TCP status report sent by the local TCP layer, it triggers sending an RLC status report to the sending device.
需要说明的是,通过接收设备对于TCP状态报告的拦截,可以实现接收设备仅利用RLC状态报告的传输来实现TCP状态报告的功能。发送设备需要能够确定接收设备的RLC状态报告与TCP数据包的对应关系,以便根据接收到的RLC状态报告生成TCP状态报告。It should be noted that, by intercepting the TCP status report by the receiving device, the receiving device can implement the function of the TCP status report by using only the transmission of the RLC status report. The transmitting device needs to be able to determine the correspondence between the RLC status report of the receiving device and the TCP packet to generate a TCP status report according to the received RLC status report.
在本发明实施例中,无论接收设备对于TCP状态报告的拦截,还是发送设备根据RLC状态报告生成TCP状态报告,都需要通过维护RLC PDU标识与TCP数据包的标识的映射关系来实现。In the embodiment of the present invention, whether the receiving device intercepts the TCP status report or the sending device generates a TCP status report according to the RLC status report, the mapping relationship between the RLC PDU identifier and the identifier of the TCP data packet needs to be implemented.
其中,对于RLC PDU标识与TCP数据包的标识的映射关系的确定具体如下所述:The determining the mapping relationship between the RLC PDU identifier and the identifier of the TCP packet is as follows:
接收设备的RLC层正确接收发送设备发来的RLC SDU并往PDCP层发送时,记录每个RLC PDU标识与TCP数据包的标识之间的对应关系,生成 映射列表。When the RLC layer of the receiving device correctly receives the RLC SDU sent by the sending device and sends the RLC SDU to the PDCP layer, the correspondence between each RLC PDU identifier and the identifier of the TCP packet is recorded, and the corresponding relationship is generated. Map list.
发送设备可在RLC层接收到TCP层发送的TCP数据包,根据该TCP数据包生成RLC SDU时,记录每个RLC PDU标识与TCP数据包的标识之间的对应关系,生成映射列表。The sending device can receive the TCP packet sent by the TCP layer at the RLC layer, and when the RLC SDU is generated according to the TCP packet, record the correspondence between each RLC PDU identifier and the identifier of the TCP packet, and generate a mapping list.
具体地,RLC PDU标识与TCP数据包的标识之间的对应关系可以是RLC PDU序列号与TCP数据包的五元组之间的对应关系。Specifically, the correspondence between the RLC PDU identifier and the identifier of the TCP packet may be a correspondence between the RLC PDU sequence number and the quintuple of the TCP packet.
其中,可用TCP层与PDCP层以及PDCP层与RLC层两层映射方法,来实现TCP层与RLC层的映射。具体描述如下:The mapping between the TCP layer and the RLC layer can be implemented by using a TCP layer and a PDCP layer and a PDCP layer and an RLC layer mapping method. The specific description is as follows:
PDCP层维护TCP数据包的五元组与PDCP序列号的映射关系。The PDCP layer maintains the mapping relationship between the quintuple of the TCP packet and the PDCP sequence number.
RLC层维护PDCP序列号与RLC PDU序列号的映射关系。The RLC layer maintains a mapping relationship between the PDCP sequence number and the RLC PDU sequence number.
两层映射最终实现TCP数据包的五元组与RLC PDU序列号的映射关系。The two-layer mapping finally realizes the mapping relationship between the quintuple of the TCP packet and the RLC PDU sequence number.
在本发明另一个实施例中,发送设备可触发接收设备发送RLC状态报告,这样能够确保RLC状态报告的及时上报。其中,发送设备需维护RLC PDU的标识与TCP数据包的标识之间的映射关系。In another embodiment of the present invention, the sending device may trigger the receiving device to send an RLC status report, which ensures timely reporting of the RLC status report. The sending device needs to maintain a mapping relationship between the identifier of the RLC PDU and the identifier of the TCP packet.
具体地,发送设备可根据RLC PDU标识与TCP数据包标识的映射关系,确定每当有一定数量的TCP数据包发送时,该一定数量的数据包对应的RLC PDUs发出时,在这些RLC PDUs中的最后一个RLC PDU上配置轮询(polling),接收设备在接收到配置有polling的RLC PDU后,向发送设备发送RLC状态报告,在此过程中,还可进行智能预调度。Specifically, the sending device may determine, according to the mapping relationship between the RLC PDU identifier and the TCP packet identifier, that when a certain number of TCP data packets are sent, when the RLC PDUs corresponding to the certain number of data packets are sent, in the RLC PDUs. The polling is configured on the last RLC PDU. After receiving the RLC PDU configured with polling, the receiving device sends an RLC status report to the sending device. In this process, intelligent pre-scheduling can also be performed.
应该知道的是,RLC包括三种类型的RLC实体:透明模式TM RLC实体、非确认模式UM RLC实体和确认模式AM RLC实体。接收设备的AM RLC实体会向发送设备的AM RLC实体反馈状态报告RLC状态报告(status report),该RLC状态报告关于其所接收AMD(AMData,确认模式数据)PDU的确认信息,以便发送设备的AM RLC实体根据确认信息进行相应处理,从而保证发送的有序进行及系统的正常运行。接收设备的AM RLC实体向发送设备的AM RLC实体返回的确认信息可以是关于一个AMD PDU的确认信 息,也可以是多个AMD PDU的确认信息。It should be appreciated that the RLC includes three types of RLC entities: a transparent mode TM RLC entity, a non-acknowledged mode UM RLC entity, and an acknowledge mode AM RLC entity. The AM RLC entity of the receiving device reports a status report RLC status report to the AM RLC entity of the transmitting device, the RLC status reporting confirmation information about the received AMD (AMData, acknowledgment mode data) PDU for the transmitting device The AM RLC entity performs corresponding processing according to the confirmation information, thereby ensuring the orderly transmission and the normal operation of the system. The acknowledgement information returned by the AM RLC entity of the receiving device to the AM RLC entity of the transmitting device may be a confirmation message regarding an AMD PDU. It can also be the confirmation information of multiple AMD PDUs.
下面结合数据传输的流程对本发明实施例做进一步地介绍。如图2所示,具体可以包括如下步骤:The embodiments of the present invention are further described below in conjunction with the flow of data transmission. As shown in FIG. 2, the method may include the following steps:
步骤210,发送设备与接收设备建立无线连接,该无线连接基于传输控制协议TCP以及无线链路层控制RLC协议等等建立。Step 210: The transmitting device establishes a wireless connection with the receiving device, and the wireless connection is established based on a transmission control protocol TCP and a radio link layer control RLC protocol and the like.
发送设备与接收设备在传输数据时,需建立无线连接,通过该无线连接传输的数据才能够被正确的接收。When the transmitting device and the receiving device transmit data, a wireless connection needs to be established, and the data transmitted through the wireless connection can be correctly received.
其中,在本发明实施例的无线通信中,数据是根据TCP以及RLC协议来进行传输的,TCP层的数据包需要通过RLC层来进行传输,在建立连接时,需建立发送设备与接收设备的基于TCP的连接以及RCL的连接,换句话说,发送设备与用户设备需建立发送设备的TCP层与接收设备的TCP层的连接以及发送设备的RLC层与接收设备的RLC层的连接。In the wireless communication of the embodiment of the present invention, the data is transmitted according to the TCP and the RLC protocol, and the data packet of the TCP layer needs to be transmitted through the RLC layer, and when the connection is established, the sending device and the receiving device are required to be established. The TCP-based connection and the RCL connection, in other words, the transmitting device and the user equipment need to establish a connection between the TCP layer of the transmitting device and the TCP layer of the receiving device and the RLC layer of the transmitting device and the RLC layer of the receiving device.
另外,TCP层的数据包可以是来自TCP服务器、核心网设备或者用户设备等等,例如,用户设备在使用TCP服务器提供的流媒体、网页浏览、Email(电子邮件)、Filehosting(文件存取)和社交网络服务(Social Networking Services,SNS)等的业务时,用户设备会从TCP服务器获取服务数据,该服务数据一般会依据TCP处理以TCP数据包的形式传输给用户设备,或者,用户设备也会向TCP服务器上传用户数据,该用户数据一般会依据TCP处理以TCP数据包的形式传输给TCP服务器。In addition, the data packet of the TCP layer may be from a TCP server, a core network device, or a user equipment, etc., for example, the user equipment uses streaming media provided by a TCP server, web browsing, Email (email), Filehosting (file access). When a service such as a social network service (SNS) is used, the user equipment obtains service data from the TCP server, and the service data is generally transmitted to the user equipment in the form of a TCP packet according to TCP processing, or the user equipment is also User data is uploaded to the TCP server, and the user data is generally transmitted to the TCP server in the form of TCP packets according to TCP processing.
步骤220,发送设备通过无线连接向接收设备发送TCP数据包。具体地,发送设备根据RLC协议处理TCP数据包得到一个或多个RLC PDU,发送设备向接收设备发送该RLC PDU。其中,RLC PDU即为发送设备与接收设备之间RLC层传输的数据单元。发送设备可在发送设备向接收设备发送的RLC PDU数量达到阈值时,在发送下一个RLC PDU时,在该下一个RLC PDU上配置轮询polling,该polling用于指示所述UE返回RLC状态报告。其中,RLC PDU数量的阈值可根据实际需要设定,例如,根据RLC状态报告与RLC PDU 的比例,可设定为2。Step 220: The sending device sends a TCP data packet to the receiving device by using a wireless connection. Specifically, the sending device processes the TCP data packet according to the RLC protocol to obtain one or more RLC PDUs, and the sending device sends the RLC PDU to the receiving device. The RLC PDU is a data unit that is transmitted by the RLC layer between the sending device and the receiving device. The transmitting device may configure a polling polling on the next RLC PDU when the number of the RLC PDUs sent by the sending device to the receiving device reaches a threshold, and the polling is used to indicate that the UE returns the RLC status report. . The threshold of the number of RLC PDUs may be set according to actual needs, for example, according to the RLC status report and the RLC PDU. The ratio can be set to 2.
其中,每个TCP数据包具有TCP数据包标识,该TCP数据包标识能够标识该TCP数据包以使得发送设备和接收设备能够识别该TCP数据包,例如TCP数据包的五元组信息。每个RLC PDU具有RLC PDU标识,该RLC PDU标识能够标识该RLC PDU以使得发送设备和接收设备能够识别该RLC PDU,例如RLC PDU的序列号。每个TCP数据包对应一个或多个RLC PDU。Wherein each TCP data packet has a TCP data packet identifier, and the TCP data packet identifier can identify the TCP data packet to enable the transmitting device and the receiving device to identify the TCP data packet, such as quintuple information of the TCP data packet. Each RLC PDU has an RLC PDU identification that can identify the RLC PDU to enable the transmitting device and the receiving device to identify the RLC PDU, such as the sequence number of the RLC PDU. Each TCP packet corresponds to one or more RLC PDUs.
发送设备可确定TCP数据包的标识与RLC PDU的标识的映射关系。The transmitting device can determine the mapping relationship between the identifier of the TCP packet and the identifier of the RLC PDU.
例如,如图3所示,在图3所示的过程中,发送设备的TCP层接收到TCP服务器发送的IP数据包,经解析得到TCP数据包,会将该TCP数据包传输给PDCP层,由PDCP层进行压缩并配置PDCP序列号,此时,发送设备的PDCP层记录TCP数据包的五元组与PDCP序列号的映射关系。For example, as shown in FIG. 3, in the process shown in FIG. 3, the TCP layer of the transmitting device receives the IP data packet sent by the TCP server, and after parsing the TCP data packet, the TCP data packet is transmitted to the PDCP layer. The PDCP layer compresses and configures the PDCP sequence number. At this time, the PDCP layer of the transmitting device records the mapping relationship between the quintuple of the TCP packet and the PDCP sequence number.
PDCP层将压缩后的TCP数据包传输给发送设备的RLC层,RLC层根据压缩后的TCP数据包生成RLC PDU,该RLC PDU包括RLC PDU序列号,发送设备的RLC层记录PDCP序列号与RLC PDU序列号的映射关系。The PDCP layer transmits the compressed TCP data packet to the RLC layer of the transmitting device, and the RLC layer generates an RLC PDU according to the compressed TCP data packet, the RLC PDU includes the RLC PDU sequence number, and the RLC layer of the transmitting device records the PDCP sequence number and the RLC. Mapping relationship between PDU serial numbers.
RLC层将RLC PDU传输给MAC以便MAC层对其进行进一步处理后,由物理层产生电磁波发送给接收设备。After the RLC layer transmits the RLC PDU to the MAC for further processing by the MAC layer, electromagnetic waves generated by the physical layer are transmitted to the receiving device.
步骤230,接收设备接收发送设备发送的TCP数据包。Step 230: The receiving device receives the TCP data packet sent by the sending device.
接收设备接收发送设备发送的RLC SDU,根据RLC协议处理得到RLC PDU,根据TCP处理该RLC PDU得到TCP数据包。The receiving device receives the RLC SDU sent by the sending device, processes the RLC PDU according to the RLC protocol, and processes the RLC PDU according to the TCP to obtain a TCP packet.
另外,接收设备还可确定TCP数据包的标识与RLC PDU的标识的映射关系。In addition, the receiving device may also determine a mapping relationship between the identifier of the TCP packet and the identifier of the RLC PDU.
如图4所示,在一个例子中,接收设备的RLC层接收到MAC层传输的数据,经过解析得到TCP数据包,将该TCP数据包传输给PDCP层,并确定PDCP序列号与RLC PDU序列号的标识的映射关系,PDCP层对RLC发送的TCP数据包进行解压,将解压后的TCP数据包发送给TCP层,并确定TCP数据包五元组与PDCP序列号的映射关系。TCP层解析得到TCP数据包中的 数据。As shown in FIG. 4, in an example, the RLC layer of the receiving device receives the data transmitted by the MAC layer, parses the TCP data packet, transmits the TCP data packet to the PDCP layer, and determines the PDCP sequence number and the RLC PDU sequence. The mapping relationship of the identifier of the number, the PDCP layer decompresses the TCP packet sent by the RLC, sends the decompressed TCP packet to the TCP layer, and determines the mapping relationship between the TCP packet quintuple and the PDCP sequence number. TCP layer parsing is obtained in the TCP packet data.
在另一个例子中,接收设备对接收到的数据根据RLC协议及TCP进行处理,得到TCP数据包中的数据。此过程并不需要确定TCP数据包标识与RLC PDU标识的映射关系。在接收TCP数据包的过程中,发送设备会向接收设备发送RLC状态报告反馈的指示,例如,携带有polling的RLC PDU。In another example, the receiving device processes the received data according to the RLC protocol and TCP to obtain data in the TCP packet. This process does not require determining the mapping relationship between the TCP packet identifier and the RLC PDU identifier. In the process of receiving the TCP packet, the sending device sends an indication of the RLC status report feedback to the receiving device, for example, carrying the polled RLC PDU.
步骤240,接收设备向发送设备发送RLC状态报告。Step 240: The receiving device sends an RLC status report to the sending device.
其中,接收设备可产生TCP状态报告,但并不发送,在达到预设条件后,发送RLC状态报告,这样可以最小的代价改变现有流程实现本发明。例如,生成的TCP状态报告在PDCP层或RLC层被拦截。The receiving device may generate a TCP status report, but does not send, and after the preset condition is reached, sends an RLC status report, so that the existing process can be changed at a minimum cost to implement the present invention. For example, the generated TCP status report is intercepted at the PDCP layer or the RLC layer.
接收设备还可不产生TCP状态报告,在达到预设条件后,直接发送RLC状态报告。The receiving device may also not generate a TCP status report, and directly send the RLC status report after the preset condition is reached.
其中,对于RLC状态报告的生成和发送,接收设备的RLC层确定TCP数据包正确接收后,根据RLC PDU序列号与TCP数据包五元组的映射关系,确定下行TCP packet对应的哪些RLC PDU被正确接收到,在RLC状态报告中ACK_SN字段填写下一个待接收的RLC PDU序列号,并向发送设备发送该RLC状态报告。如图5所示,RLC状态报告格式如下,CPT:控制PDU类别指示,用于指示RLC PDU的类别。ACK_SN:用于指示下一个没有接收到ACK信息并且在状态报告中没有指示丢失的PDU的序列号。E1:用于指示其后是否伴随一组NACK_SN和E1/E2的组合字段。E2:用于指示其后是否伴随一组SOstart和SOend的组合字段。SOstart和SOend共同指示在AM RLC接收部分已经检测为丢失的AMD PDU,其中SOstart指示该丢失部分在AMD PDU中的起始位置,SOend指示该丢失部分在AMD PDU中的结束位置,均以字节为单位。NACK_SN:用于指示最近检测到的丢失的AMD PDU的序列号。除了在本状态报告明确列出的接收失败的RCL PDU或分段以外,其余所有以ACK_SN为上线的PDU均已正确接收。For the generation and transmission of the RLC status report, after the RLC layer of the receiving device determines that the TCP data packet is correctly received, according to the mapping relationship between the RLC PDU sequence number and the TCP packet quintuple, it is determined which RLC PDUs corresponding to the downlink TCP packet are Correctly received, the ACK_SN field in the RLC status report fills in the next RLC PDU sequence number to be received, and sends the RLC status report to the sending device. As shown in FIG. 5, the RLC status report format is as follows. The CPT: Control PDU category indication is used to indicate the category of the RLC PDU. ACK_SN: A sequence number used to indicate the next PDU that did not receive the ACK information and did not indicate a loss in the status report. E1: A combined field for indicating whether a group of NACK_SN and E1/E2 is followed. E2: A combined field used to indicate whether or not it is accompanied by a set of SOstart and SOend. SOstart and SOend jointly indicate an AMD PDU that has been detected as lost in the AM RLC receiving portion, where SOstart indicates the starting position of the lost portion in the AMD PDU, and SOend indicates the ending position of the lost portion in the AMD PDU, both in bytes. For the unit. NACK_SN: Used to indicate the sequence number of the most recently detected lost AMD PDU. All PDUs with the ACK_SN as the line are correctly received except for the RCL PDUs or segments that have failed to be listed in this status report.
如图6所示,在一个例子中,接收设备的TCP层在正确接收到TCP数据 包后,向PDCP层发送TCP状态报告。PDCP层可拦截该TCP状态报告,也可以PDCP层传输给RLC层,由RLC层对其进行拦截。As shown in FIG. 6, in one example, the TCP layer of the receiving device correctly receives the TCP data. After the packet, a TCP status report is sent to the PDCP layer. The PDCP layer can intercept the TCP status report, or it can be transmitted to the RLC layer by the PDCP layer, and intercepted by the RLC layer.
在另一个例子中,接收设备在接收到发送设备发送的RLC状态报告反馈的指示后(携带有polling的RLC PDU),根据该RLC状态报告反馈的指示接收设备向发送设备发送RLC状态报告。需要说明的是,本发明实施例在接收设备可不生成TCP状态报告。In another example, after receiving the indication of the RLC status report feedback sent by the sending device (the RLC PDU carrying the polling), the receiving device sends an RLC status report to the sending device according to the indication of the RLC status report feedback. It should be noted that the embodiment of the present invention may not generate a TCP status report on the receiving device.
在又一个例子中,可在达到预设条件时,接收设备向发送设备RLC状态报告。In yet another example, the receiving device can report to the transmitting device RLC status when the preset condition is reached.
在再一个例子中,当接收设备的RLC层确定TCP数据包被正确接收的数量达到阈值时,则向发送设备发送RLC状态报告来通知该阈值对应的TCP数据包的所有RLC PDU都被正确接收。例如,一般在TCP数据包与TCP状态报告是2:1的关系,可在两个TCP数据包被正确接收时,接收设备向发送设备RLC状态报告。In still another example, when the RLC layer of the receiving device determines that the number of correctly received TCP packets reaches a threshold, the RLC status report is sent to the transmitting device to notify that all RLC PDUs of the TCP packets corresponding to the threshold are correctly received. . For example, in general, the TCP packet and the TCP status report are 2:1, and the receiving device can report the status to the transmitting device RLC when the two TCP packets are correctly received.
其中,接收设备的RLC层至少可通过如下方式判断TCP数据包已被正确接收:The RLC layer of the receiving device can determine that the TCP packet has been correctly received at least by:
方式一,接收设备的RLC层正确接收到发送设备发送的RLC SDU。In the first mode, the RLC layer of the receiving device correctly receives the RLC SDU sent by the sending device.
方式二,接收设备的RLC层收到接收设备的TCP层传输的TCP状态报告。In the second mode, the RLC layer of the receiving device receives the TCP status report of the TCP layer transmission of the receiving device.
步骤250,发送设备接收接收设备发送的RLC状态报告。Step 250: The sending device receives the RLC status report sent by the receiving device.
在发送设备接收到接收设备发送的状态报告时,可由下行调度器和上行调度器进行协调,以实现智能预调度。具体地,发送设备在向接收设备发送配置有polling的RLC PDU后,经过设定的调度时间,发送设备向接收设备发送上行链路授权信息,该上行链路授权信息用于指示接收设备向发送设备发送RLC状态报告。其中,设定的调度时间可根据实际情况确定,例如,根据信道质量、时延以及其他信息等等来确定。When the sending device receives the status report sent by the receiving device, the downlink scheduler and the uplink scheduler may coordinate to implement intelligent pre-scheduling. Specifically, after the transmitting device sends the RLC PDU configured with the polling to the receiving device, the sending device sends uplink grant information to the receiving device after the set scheduling time, where the uplink grant information is used to indicate that the receiving device sends the uplink grant information. The device sends an RLC status report. The set scheduling time may be determined according to actual conditions, for example, according to channel quality, delay, and other information.
步骤260,发送设备根据RLC状态报告以及TCP数据包标识与RLC PDU 标识的映射关系,根据RLC状态报告确定TCP数据包的在接收端的接收情况。例如,根据RLC状态报告以及TCP数据包标识与RLC PDU标识的映射关系,生成TCP状态报告,该TCP状态报告用于指示TCP数据包在接收设备的接收情况。Step 260: The sending device according to the RLC status report and the TCP packet identifier and the RLC PDU The mapping relationship of the identifier determines the reception status of the TCP packet at the receiving end according to the RLC status report. For example, a TCP status report is generated according to the RLC status report and the mapping relationship between the TCP packet identifier and the RLC PDU identifier, and the TCP status report is used to indicate the reception status of the TCP data packet at the receiving device.
发送设备的RLC层收到接收设备发送的RLC状态报告,即接收设备的RLC层对下行RLC PDU正确接收的确认信息,发送设备根据RLC PDU标识与TCP数据包的标识的映射关系,确定已正确接收的TCP数据包标识,生成TCP状态报告。The RLC layer of the sending device receives the RLC status report sent by the receiving device, that is, the acknowledgment information that the RLC layer of the receiving device correctly receives the downlink RLC PDU, and the sending device determines that the mapping relationship is correct according to the mapping relationship between the RLC PDU identifier and the identifier of the TCP packet. The received TCP packet identifier generates a TCP status report.
具体地,RLC层根据RLC状态报告,以及其维护的PDCP序列号与RLC PDU序列号的映射关系,确定正确接收的PDCP序列号,并将其发送给上层PDCP层,PDCP层根据其维护的TCP数据包五元组与PDCP序列号的映射关系,生成TCP状态报告,并将其发送给TCP层。Specifically, the RLC layer determines the correctly received PDCP sequence number according to the RLC status report and the mapping relationship between the PDCP sequence number and the RLC PDU sequence number maintained by the RLC, and sends the PDCP sequence number to the upper layer PDCP layer, and the PDCP layer maintains the TCP according to the maintenance. The mapping relationship between the packet quintuple and the PDCP sequence number generates a TCP status report and sends it to the TCP layer.
例如,eNB侧PDCP层参照关系列表中TCP数据包头信息构造UL TCP状态报告数据包往上层TCP Proxy(代理)中递交。eNB侧的TCP proxy将PDCP层上传的TCP状态报告发送给服务器端的TCP层。For example, the eNB side PDCP layer refers to the TCP packet header information in the relationship list to construct a UL TCP status report packet to be delivered to the upper layer TCP Proxy (proxy). The TCP proxy on the eNB side sends the TCP status report uploaded by the PDCP layer to the TCP layer of the server.
另外,发送设备在根据接收设备发送的RLC状态报告生成TCP状态报告时,需构造确认序列号,发送序列号还需要根据UE上发的带有上行业务数据的TCP头中的信息做实时更新。In addition, when the sending device generates the TCP status report according to the RLC status report sent by the receiving device, the acknowledgment sequence number needs to be constructed, and the sending sequence number needs to be updated in real time according to the information in the TCP header with the uplink service data sent by the UE.
在一个例子中,生成TCP状态报告时具体是按一般TCP状态报告的格式构造(TCP选项中没有SACK字段),还是按支持SACK功能的TCP状态报告格式构造(TCP选项中具有SACK字段)根据发送设备与接收设备对SACK功能支持的情况来确定。可根据TCP建立连接时确定发送设备与接收设备是否支持SACK功能,当发送设备和接收设备都支持SACK功能时,发送设备按支持SACK功能的格式生成TCP状态报告,否则按一般格式生成TCP状态报告。In one example, when generating a TCP status report, it is specifically configured in the format of a general TCP status report (there is no SACK field in the TCP option), or is constructed in a TCP status report format that supports the SACK function (with the SACK field in the TCP option). The device and the receiving device determine the SACK function support. The SACK function can be determined by the sending device and the receiving device when the connection is established according to the TCP. When both the sending device and the receiving device support the SACK function, the sending device generates a TCP status report in a format that supports the SACK function. Otherwise, the TCP status report is generated according to the general format. .
通过本发明实施例,可实现由RLC状态报告在空口的传输,来对TCP 数据包的传输进行确认,节省了无线资源,提高了用户体验。本发明实施例可使用RLC层主动的确认机制,能确保RLC状态报告比TCP状态报告回的更快,本发明在主动利用RLC确认机制的基础上,不会对RLC层自身重传机制造成影响。接收设备还可主动拦截TCP状态报告,利用上行预调度,大大减少了相同下行速率下对上行速率的需求,节省了空口资源的消耗,提高了上行覆盖和用户体验。Through the embodiment of the present invention, the transmission of the RLC status report in the air interface can be realized, and the TCP is implemented. The transmission of the data packet is confirmed, which saves wireless resources and improves the user experience. The embodiment of the present invention can use the active acknowledgment mechanism of the RLC layer to ensure that the RLC status report is faster than the TCP status report. The present invention does not affect the RLC layer's own retransmission mechanism based on the active use of the RLC acknowledgment mechanism. . The receiving device can also actively intercept the TCP status report and utilize the uplink pre-scheduling, which greatly reduces the requirement for the uplink rate at the same downlink rate, saves the consumption of air interface resources, and improves the uplink coverage and user experience.
在一个实施例中,由于在数据传输过程中,RLC可能会发生重建。由于RLC层维护了PDCP SN与RLC PDU SN的映射关系,当发生RLC重建时,意味着该实体要重新维护新的参数。由于这些PDCP SN不会重传,因此重建前需要将RLC层没被确认的PDU以及没发送出去的SDU等等数据单元对应的PDCP SN都要反馈到PDCP层。In one embodiment, the RLC may rebuild due to data transfer. Since the RLC layer maintains the mapping relationship between the PDCP SN and the RLC PDU SN, when the RLC re-establishment occurs, it means that the entity needs to re-maintain new parameters. Since these PDCP SNs are not retransmitted, the PDCP SN corresponding to the PDUs that are not confirmed by the RLC layer and the SDUs that are not sent out are required to be fed back to the PDCP layer before the reconstruction.
在RLC重建立过程中,AM RLC层需要执行如下操作:During the RLC re-establishment process, the AM RLC layer needs to perform the following operations:
接收设备需要初始化相关的状态变量和计时器;The receiving device needs to initialize related state variables and timers;
丢弃所有的RLC控制协议数据单元(RLC control PDUs);Discard all RLC control PDUs;
如果可能,重组经过重新排序的RLC PDU为RLC SDUs,并按序提供的RLC SDUs给上层(PDCP层)。丢弃任何剩余的不能重新组装成的RCL SDUs的PDU;If possible, reassemble the reordered RLC PDUs into RLC SDUs and provide the RLC SDUs in order to the upper layer (PDCP layer). Discard any remaining PDUs that cannot be reassembled into RCL SDUs;
发送设备需要丢弃所有的RLC SDUs和RLC PDUs。The sending device needs to discard all RLC SDUs and RLC PDUs.
在另一个实施例中,在发送设备,PDCP层可在达到预设的条件时,向TCP层反馈根据RLC状态报告生成的TCP状态报告。In another embodiment, at the transmitting device, the PDCP layer may feed back to the TCP layer the TCP status report generated according to the RLC status report when the preset condition is reached.
具体地,当发送设备的PDCP层确定,TCP层从发送的TCP数据包的序列号大于期望接收到的序列号时(说明发生了丢包或延时),则立即发送TCP状态报告,该TCP状态报告指示顺序接收最后一个序列号,以便TCP层根据TCP状态报告确定发生丢包或延时的情况,TCP层对发生丢包或重传的TCP数据包进行重传。Specifically, when the PDCP layer of the sending device determines that the TCP layer transmits the TCP packet from the serial number greater than the expected received sequence number (indicating that packet loss or delay occurs), the TCP status report is immediately sent, the TCP The status report indicates that the last sequence number is received in order, so that the TCP layer determines that packet loss or delay occurs according to the TCP status report, and the TCP layer retransmits the TCP packet that has lost or retransmitted.
当接收的数据是期望收到的数据: When the received data is the data that you expect to receive:
如果达到最大延迟TCP状态报告数(按预设的TCP包与TCP状态报告比例关系,默认取2)立马发送TCP状态报告,在连接释放过程中需要发送FIN|ACK。If the maximum number of delayed TCP status reports is reached (by default, the ratio of TCP packets to TCP status reports is 2, the default is 2). The TCP status report is sent immediately, and FIN|ACK needs to be sent during the connection release process.
如果没有达到最大延迟TCP状态报告数,则判断延迟TCP状态报告的定时器是否启动,如果未启动,启动定时器(Delay)。If the maximum delayed TCP status report number is not reached, it is determined whether the timer for delaying the TCP status report is started, and if not, the timer is started.
如果Delay超时(例如,定时器设定的时长可为0.2s)则立马发送TCP状态报告。If the Delay timeout (for example, the timer can be set to 0.2s), the TCP status report is sent immediately.
当PDCP层发现下行TCP包的序列号小于期望接收到的序列号,认为这是一个重复的包,则直接丢弃这个重复包。其中,这里重复的包是指发送设备重传了一个TCP包,而该TCP包之前已经被接收设备正确接收过了。When the PDCP layer finds that the sequence number of the downlink TCP packet is smaller than the expected sequence number, and considers this to be a duplicate packet, the duplicate packet is directly discarded. Wherein, the repeated packet here means that the sending device retransmits a TCP packet, and the TCP packet has been correctly received by the receiving device before.
还需要说明的是,当PDCP层发现下行TCP包的序列号大于期望接收到的序列号时(说明发生了丢包或延时),根据TCP建立链接时双方发送的SYN包中TCP选项中SACK功能是否支持确定,生成TCP状态报告时具体是按一般TCP状态报告的格式构造(TCP选项中没有SACK字段),还是按支持SACK功能的TCP状态报告格式构造(TCP选项中具有SACK字段),当发送设备和接收设备都支持SACK功能时,发送设备按支持SACK功能的格式生成TCP状态报告,否则按一般格式生成TCP状态报告。It should also be noted that when the PDCP layer finds that the sequence number of the downlink TCP packet is larger than the expected sequence number (indicating that packet loss or delay occurs), the SACK in the SYN packet sent by the two parties according to the TCP connection is SACK in the TCP option. Whether the function supports the determination. When generating the TCP status report, it is constructed according to the format of the general TCP status report (there is no SACK field in the TCP option), or is constructed according to the TCP status report format that supports the SACK function (the SACK field is included in the TCP option). When both the sending device and the receiving device support the SACK function, the sending device generates a TCP status report in the format that supports the SACK function. Otherwise, the TCP status report is generated in the normal format.
下面是举例说明,不同情况下TCP状态报告构造时,ACK序列号和SACK选项的填写。The following is an example of the filling of the ACK sequence number and the SACK option when the TCP status report is constructed in different situations.
表1-4中假定TCP包和TCP状态报告的比例是1:1。The ratio of TCP packets and TCP status reports is assumed to be 1:1 in Table 1-4.
表格1从TCP server到eNB的TCP数据包有序达到,未丢包Table 1 shows the TCP packets from the TCP server to the eNB in order, without packet loss.
Figure PCTCN2016102441-appb-000001
Figure PCTCN2016102441-appb-000001
表格2从TCP server到eNB的TCP包有序达到,未丢包Table 2 shows the TCP packets from the TCP server to the eNB in order, without packet loss.
Figure PCTCN2016102441-appb-000002
Figure PCTCN2016102441-appb-000002
表格3:从TCP server到eNB的TCP包发生丢包Table 3: Packet loss from the TCP server to the eNB TCP packet
Figure PCTCN2016102441-appb-000003
Figure PCTCN2016102441-appb-000003
表格4:从TCP server到eNB的TCP包数据包乱序Table 4: Out of order of TCP packet data from TCP server to eNB
Figure PCTCN2016102441-appb-000004
Figure PCTCN2016102441-appb-000004
需要注意的是,在发送设备,当收到接收设备的RLC状态报告,该RLC状态报告反馈某RLC PDU错误时,此时不进行RLC重传,RLC仅在MAC指示达到最大HARQ重传次数时再触发RLC重传。It is noted that, in the sending device, when the RLC status report of the receiving device is received, and the RLC status report feeds back an RLC PDU error, the RLC retransmission is not performed at this time, and the RLC only when the MAC indication reaches the maximum number of HARQ retransmissions. The RLC retransmission is triggered again.
本发明实施例借助RLC状态报告来生成TCP状态报告,该RLC状态报告可不用于RLC重传机制,避免由于RLC重传造成的不必要的资源消耗。The embodiment of the present invention generates a TCP status report by using the RLC status report, and the RLC status report may not be used for the RLC retransmission mechanism to avoid unnecessary resource consumption due to RLC retransmission.
如图7所示,图7为RLC PDU结构示意图,其中,图中各字段的含义如下。SN:序列号,指示相应PDU的序列号。FI:指示一个PDU划分在数据域的起始还是末尾位置。E:扩展比特。R1:保留字段。LI:长度指示字段, 指示数据域中的字节长度。D/C:数据/控制指示,用于指示该PDU是数据PDU还是控制PDU。RF:分段指示,用于指示是PDU还是PDU分段。P:轮询指示比特,指示AMRLC实体发送端是否需要对等实体发送状态报告。As shown in FIG. 7, FIG. 7 is a schematic structural diagram of an RLC PDU, wherein the meanings of the fields in the figure are as follows. SN: Serial number indicating the serial number of the corresponding PDU. FI: Indicates whether a PDU is divided at the beginning or end of the data field. E: Extended bit. R1: Reserved field. LI: length indication field, Indicates the length of the byte in the data field. D/C: A data/control indication indicating whether the PDU is a data PDU or a control PDU. RF: A segmentation indication to indicate whether it is a PDU or a PDU segment. P: A polling indication bit indicating whether the sender of the AMRLC entity needs to send a status report to the peer entity.
发送设备指示接收设备反馈RLC状态包括具体可如下方式:发送设备将P字段置为1,该P字段指示接收设备发送RLC状态报告。The sending device instructs the receiving device to feed back the RLC status, which may be specifically as follows: The sending device sets the P field to 1, and the P field indicates that the receiving device sends the RLC status report.
按照一般的TCP数据包与TCP状态报告是2:1的关系,可以在每发送满两个TCP数据包的最后一个RLC PDU上配置polling,该polling指示接收设备发送RLC状态报告。According to the general TCP packet and the TCP status report is a 2:1 relationship, polling can be configured on the last RLC PDU sent every two TCP packets, the polling instructs the receiving device to send an RLC status report.
具体地,接收设备RLC层的参数t-StatusProhibit(定时器)控制着RLC状态报告实际发送时刻。将t-StatusProhibit设置较小,接收设备以最小时间粒度发送RLC状态报告。例如把定时器设置为0ms。Specifically, the parameter t-StatusProhibit (timer) of the receiving device RLC layer controls the actual transmission time of the RLC status report. The t-StatusProhibit is set smaller and the receiving device sends the RLC status report with a minimum time granularity. For example, set the timer to 0ms.
接收设备RLC层的参数t-Reordering(重排序定时器)在接收设备对RLC PDU接收的乱序包进行检测,但该定时器超时,则指示对应RLC PDU丢失,此时VR(MS)更新,所以VR(MS)的及时更新保证RLC状态报告指示是否接收正确的及时性。所以将该定时器设置为0ms,表示该定时器始终超时,接收设备侧一旦有下行子帧接收,RLC层就可以立即判断是否正确接收。The parameter t-Reordering of the receiving device RLC layer detects the out-of-order packet received by the RLC PDU at the receiving device, but if the timer expires, the corresponding RLC PDU is lost, and the VR (MS) is updated. Therefore, the timely update of the VR (MS) ensures that the RLC status report indicates whether or not the correct timeliness is received. Therefore, setting the timer to 0ms indicates that the timer always times out. Once the receiving device receives a downlink subframe, the RLC layer can immediately determine whether it is correctly received.
当一个RLC状态报告被触发发送,若t-StatusProhibit没有运行,则在MAC指示的第一个传输时机构造一个状态协议数据单元(STATUS PDU)并传给MAC。When an RLC status report is triggered to be sent, if t-StatusProhibit is not running, a status protocol data unit (STATUS PDU) is constructed and passed to the MAC at the first transmission opportunity indicated by the MAC.
在配置polling的TTI n时刻,触发上行智能预调度,在TTI n+2时刻发UL grant让接收设备及时发送RLC状态报告。When the polling TTI n is configured, the uplink intelligent pre-scheduling is triggered, and the UL grant is sent at the time of TTI n+2 to let the receiving device send the RLC status report in time.
通过RLC状态报告来判断RLC PDU是否正确接收的时延分析:Delay analysis of whether the RLC PDU is correctly received by the RLC status report:
如图8所示,如果在n-2时刻下行初传且RLC PDU中配置了polling,那么n时刻数据包被解出。As shown in FIG. 8, if the downlink is initially transmitted at time n-2 and polling is configured in the RLC PDU, the data packet is solved at time n.
对于n时刻的UL grant(up line grant,上行链路授权),n+1时刻把RLC状态报告(status report)组到MAC PDU中。 For the UL grant (up line grant) at time n, the RLC status report is grouped into the MAC PDU at time n+1.
n+k时刻通过空口发送至发送设备。The n+k time is sent to the transmitting device through the air interface.
n+k+2时刻,RLC status report被解除,发送设备通过RLC可以识别出n-2的传输是否正确。At the time of n+k+2, the RLC status report is released, and the transmitting device can recognize whether the transmission of n-2 is correct through the RLC.
从图8中可以看出,依靠RLC状态报告,调度可以在k+4(K>=4的第一个上行子帧)时刻得到包接收正确信息。也就是说当k=4时,从下行子帧调度,到RLC成功解出RLC status report,需要至少8ms。As can be seen from Figure 8, by means of the RLC status report, the scheduling can get the packet reception correct information at time k+4 (the first uplink subframe with K>=4). That is to say, when k=4, it takes at least 8ms from the downlink subframe scheduling to the RLC to successfully solve the RLC status report.
如果上行不做预调度,会导致UL grant的时延,最大时延会有9ms,如图9所示,分析如下:If the uplink does not perform pre-scheduling, the delay of the UL grant will be caused, and the maximum delay will be 9ms. As shown in Figure 9, the analysis is as follows:
如果下行初传在n-2时刻,那么n时刻数据包被解出。If the downlink initial transmission is at time n-2, then the data packet is solved at time n.
上行按周期5ms发送RLC status report(接收设备缓冲器空到非空且没有UL grant才触发),n时刻没有UL grant,n+5时刻触发了RLC status report。The uplink sends the RLC status report in cycles of 5ms (the receiving device buffer is empty and not triggered by the UL grant), there is no UL grant at time n, and the RLC status report is triggered at time n+5.
N+5+4时刻发送设备才发送了UL grant。The N+5+4 time sending device sends the UL grant.
可见上行不做预调度时获得UL grant的时刻比上行做智能预调度获得UL grant的时刻晚了9ms。It can be seen that the time when the UL grant is obtained when the uplink is not pre-scheduled is 9 ms later than the time when the uplink intelligent pre-scheduling obtains the UL grant.
在n时刻上行调度器是否触发n+2时刻的智能预调度,判断过程如下:Whether the uplink scheduler triggers intelligent pre-scheduling at time n+2 at time n, the judgment process is as follows:
If UeBufferSize==0//UeBufferSize是发送设备维护的接收设备BufferSize的大小If UeBufferSize==0//UeBufferSize is the size of the receiving device BufferSize maintained by the sending device
{触发智能预调度,在n+2时刻发UL grant;{trigger intelligent pre-scheduling, issuing UL grant at time n+2;
UL grant中MCS=历史SINR折算的MCS等级-2阶,以进一步减小其误码率;MCS in the UL grant = MCS level -2 order of historical SINR conversion to further reduce its bit error rate;
PRB Num由RLC状态报告大小(一般为4Byte RLC Status Report+600bit BSR+3Byte MAC header)和调制与编码策略(Modulation and Coding Scheme,MCS)确定。The PRB Num is determined by the RLC status report size (typically 4Byte RLC Status Report + 600 bit BSR + 3 Byte MAC header) and Modulation and Coding Scheme (MCS).
}else//UeBufferSize!=0}else//UeBufferSize! =0
{不用触发智能预调度,但可做补偿调度,对UeBufferSize较小情况调整一下UL grant中的PRB数。 {Do not trigger intelligent pre-scheduling, but can do compensation scheduling. Adjust the number of PRBs in the UL grant for small UeBufferSize cases.
If UeBufferSize<10Byte//调整UL grant中的PRB数If UeBufferSize<10Byte//Adjust the number of PRBs in the UL grant
{{
PRB Num由待传数据量和历史MCS确定。The PRB Num is determined by the amount of data to be transmitted and the history MCS.
其中待传数据量=UeBufferSize+RLC状态报告大小(一般为4Byte)The amount of data to be transmitted = UeBufferSize + RLC status report size (usually 4Byte)
}}
}}
图10为本发明实施例提供的一种发送设备结构示意图。如图10所示,该发送设备具体包括:FIG. 10 is a schematic structural diagram of a sending device according to an embodiment of the present invention. As shown in FIG. 10, the sending device specifically includes:
RLC处理单元1001,用于将传输控制协议TCP数据包依据无线链路层控制RLC协议处理得到至少一个RLC协议数据单元PDU;The RLC processing unit 1001 is configured to process the transmission control protocol TCP data packet according to the radio link layer control RLC protocol to obtain at least one RLC protocol data unit PDU;
映射关系确定单元1002,用于确定所述TCP数据包的标识与所述至少一个RLC PDU的标识的映射关系;a mapping relationship determining unit 1002, configured to determine a mapping relationship between an identifier of the TCP data packet and an identifier of the at least one RLC PDU;
发送单元1003,用于向接收设备发送所述至少一个RLC PDU,当所述发送设备向所述接收设备发送的RLC PDU数量达到阈值时,所述发送设备在发送下一个RLC PDU时,在所述下一个RLC PDU上配置轮询polling,所述polling用于指示所述接收设备返回RLC状态报告;The sending unit 1003 is configured to send the at least one RLC PDU to the receiving device, when the number of RLC PDUs sent by the sending device to the receiving device reaches a threshold, when the sending device sends the next RLC PDU, Configuring polling polling on the next RLC PDU, where the polling is used to instruct the receiving device to return an RLC status report;
接收单元1004,用于接收所述接收设备发送的至少一个RLC状态报告,所述至少一个RLC状态报告中的一个包括所述至少一个RLC PDU中一个或多个的标识,所述至少一个RLC状态报告中的一个用于指示所述至少一个RLC PDU中一个或多个在所述接收设备的接收情况;The receiving unit 1004 is configured to receive, by the receiving device, at least one RLC status report, where one of the at least one RLC status report includes an identifier of one or more of the at least one RLC PDU, the at least one RLC status One of the reports is used to indicate reception of one or more of the at least one RLC PDU at the receiving device;
接收状态确定单元1005,用于根据所述至少一个RLC状态报告以及所述TCP数据包标识与至少一个RLC PDU标识的映射关系,确定所述TCP数据包在所述接收设备的接收情况。The receiving status determining unit 1005 is configured to determine, according to the at least one RLC status report and the mapping relationship between the TCP data packet identifier and the at least one RLC PDU identifier, the reception status of the TCP data packet at the receiving device.
可选地,TCP数据包的标识包括TCP数据包的五元组信息;RLC PDU的标识包括所述RLC PDU的序列号,映射关系确定单元1002还用于:Optionally, the identifier of the TCP packet includes the quintuple information of the TCP packet; the identifier of the RLC PDU includes the sequence number of the RLC PDU, and the mapping relationship determining unit 1002 is further configured to:
确定所述TCP数据包的五元组信息与分组数据汇聚协议PDCP序列号的 映射关系;Determining the quintuple information of the TCP data packet and the packet data convergence protocol PDCP serial number Mapping relations;
确定所述PDCP序列号与所述至少一个RLC PDU的序列号的映射关系。Determining a mapping relationship between the PDCP sequence number and a sequence number of the at least one RLC PDU.
可选地,在向所述接收设备发送配置有polling的RLC PDU后,经过设定的调度时间,发送单元1003还用于,向所述接收设备发送上行链路授权信息,所述上行链路授权信息用于指示所述接收设备向所述发送设备发送RLC状态报告。Optionally, after sending the RLC PDU configured with the polling to the receiving device, the sending unit 1003 is further configured to send, to the receiving device, uplink grant information, where the uplink is sent. The authorization information is used to instruct the receiving device to send an RLC status report to the sending device.
可选地,接收状态确定单元1005还用于,当所述发送设备与所述接收设备支持选择性确认SACK功能时,根据所述至少一个RLC状态报告生成支持SACK的TCP状态报告。Optionally, the receiving state determining unit 1005 is further configured to: when the sending device and the receiving device support the selective acknowledge SACK function, generate a TCP status report that supports SACK according to the at least one RLC status report.
图11为本发明实施例提供的一种接收设备结构示意图。如图11所示,该接收设备具体包括:FIG. 11 is a schematic structural diagram of a receiving device according to an embodiment of the present invention. As shown in FIG. 11, the receiving device specifically includes:
接收单元1101,用于接收发送设备发送的RLC协议数据单元PDU,所述RLC PDU上配置轮询polling;The receiving unit 1101 is configured to receive an RLC protocol data unit PDU sent by the sending device, where the polling poll is configured on the RLC PDU;
发送单元1102,用于根据所述polling的指示向所述发送设备发送RLC状态报告,所述RLC状态报告包括至少一个RLC PDU的标识,所述RLC状态报告用于指示所述至少一个RLC PDU在所述接收设备的接收情况,以使得所述发送设备根据所述至少一个RLC PDU在所述接收设备的接收情况,确定所述RLC PDU对应的TCP数据包在所述接收设备的接收情况。The sending unit 1102 is configured to send, to the sending device, an RLC status report according to the indication of the polling, where the RLC status report includes an identifier of at least one RLC PDU, where the RLC status report is used to indicate that the at least one RLC PDU is The receiving device receives the situation, so that the sending device determines, according to the receiving situation of the at least one RLC PDU in the receiving device, the receiving situation of the TCP data packet corresponding to the RLC PDU at the receiving device.
可选地,还包括:Optionally, it also includes:
RLC处理单元1103,用于根据RLC协议对至少一个RLC PDU进行处理,得到TCP数据包,并确定所述至少一个RLC PDU的标识与所述TCP数据包的标识的映射关系;The RLC processing unit 1103 is configured to process the at least one RLC PDU according to the RLC protocol, obtain a TCP data packet, and determine a mapping relationship between the identifier of the at least one RLC PDU and the identifier of the TCP data packet;
TCP状态报告生成单元1104,用于生成TCP状态报告,所述TCP状态报告包括所述TCP数据包的标识,所述TCP状态报告用于指示所述TCP数据包在所述接收设备的接收情况;a TCP status report generating unit 1104, configured to generate a TCP status report, where the TCP status report includes an identifier of the TCP data packet, where the TCP status report is used to indicate a reception status of the TCP data packet at the receiving device;
RLC状态报告生成单元1105,用于根据所述TCP状态报告,以及所述至 少一个RLC PDU的标识与所述至少一个TCP数据包的标识的映射关系,生成RLC状态报告,所述RLC状态报告包括所述RLC PDU的标识,所述RLC状态报告用于指示所述RLC PDU在所述接收设备的接收情况。An RLC status report generating unit 1105, configured to report according to the TCP status, and the Generating an RLC status report by using a mapping relationship between an identifier of the one RLC PDU and an identifier of the at least one TCP data packet, where the RLC status report includes an identifier of the RLC PDU, where the RLC status report is used to indicate the RLC PDU The reception situation at the receiving device.
可选地,所述至少一个RLC PDU的标识包括:Optionally, the identifier of the at least one RLC PDU includes:
此次接收到的配置有polling的RLC PDU到上一次接收到配置有polling的RLC PDU之间接收到的至少一个RLC PDU的标识。The received configuration has the identity of the polled RLC PDU to the last received RLC PDU received between the RLC PDUs configured with polling.
可选地,接收单元1101还用于,Optionally, the receiving unit 1101 is further configured to:
在所述接收设备接收配置有polling的RLC PDU后,经过设定的调度时间,所述接收设备接收所述发送设备发送的上行链路授权信息,所述上行链路授权信息用于指示向所述发送设备发送RLC状态报告。After receiving the RLC PDU configured with the polling, the receiving device receives the uplink grant information sent by the sending device, where the uplink grant information is used to indicate the location The sending device sends an RLC status report.
图12为本发明实施例提供的另一种发送设备结构示意图。如图12所示,该发送设备具体包括:包括接收器1201,发送器1202,处理器1203,存储器1204。各个模块可以通过总线1205连接。FIG. 12 is a schematic structural diagram of another sending device according to an embodiment of the present invention. As shown in FIG. 12, the sending device specifically includes: a receiver 1201, a transmitter 1202, a processor 1203, and a memory 1204. Individual modules can be connected via bus 1205.
其中,接收器1201和发送器1202用于支持发送设备与上述实施例中的接收设备之间收发信息,例如,接收器1201和发送器1202可以是射频电路,可以支持发送设备与接收设备之间的无线通信。在发送设备与接收设备通信过程中,数据和信令消息由处理器1203进行处理,并由发送器1202发送给接收设备。来自接收设备的信号经由接收器1201接收,由处理器1203进行处理得到接收设备发送或转发的数据和信令信息。处理器1203还执行图2-4以及图6中涉及发送设备的处理过程和/或用于本申请所描述的技术的其他过程。存储器1204用于存储终端的程序代码和数据。The receiver 1201 and the transmitter 1202 are configured to support sending and receiving information between the sending device and the receiving device in the foregoing embodiment. For example, the receiver 1201 and the transmitter 1202 may be radio frequency circuits, and may support between the sending device and the receiving device. Wireless communication. During communication between the transmitting device and the receiving device, the data and signaling messages are processed by the processor 1203 and transmitted by the transmitter 1202 to the receiving device. The signal from the receiving device is received via the receiver 1201 and processed by the processor 1203 to obtain data and signaling information transmitted or forwarded by the receiving device. The processor 1203 also performs the processes involved in the transmitting device of Figures 2-4 and 6 and/or other processes for the techniques described herein. The memory 1204 is used to store program codes and data of the terminal.
图13为本发明实施例提供的另一种接收设备结构示意图。如图12所示,该设备具体包括:接收器1301,发送器1302,处理器1303,存储器1304。各个模块可以通过总线1305连接。FIG. 13 is a schematic structural diagram of another receiving device according to an embodiment of the present invention. As shown in FIG. 12, the device specifically includes: a receiver 1301, a transmitter 1302, a processor 1303, and a memory 1304. Individual modules can be connected via bus 1305.
其中,接收器1301和发送器1302用于支持接收设备与上述实施例中的发送设备之间收发信息,例如,接收器1301和发送器1302可以是射频电路, 支持发送设备与接收设备之间的通信。在发送设备与接收设备通信过程中,数据和信令消息由处理器1303进行处理,并由发送器1302发送给发送设备。来自发送设备的信号经由接收器1301接收,由处理器1303进行处理得到发送设备发送或转发的数据和信令信息。处理器1303还执行图2-4以及图6中涉及接收设备的处理过程和/或用于本申请所描述的技术的其他过程。存储器1304用于存储Profile下载服务器的程序代码和数据。The receiver 1301 and the transmitter 1302 are configured to support sending and receiving information between the receiving device and the sending device in the foregoing embodiment. For example, the receiver 1301 and the transmitter 1302 may be radio frequency circuits. Supports communication between the transmitting device and the receiving device. During communication between the transmitting device and the receiving device, the data and signaling messages are processed by the processor 1303 and transmitted by the transmitter 1302 to the transmitting device. The signal from the transmitting device is received via the receiver 1301, and processed by the processor 1303 to obtain data and signaling information transmitted or forwarded by the transmitting device. The processor 1303 also performs the processes involved in the receiving device of Figures 2-4 and 6 and/or other processes for the techniques described herein. The memory 1304 is used to store program codes and data of the profile download server.
应理解,在本发明上述实施例中,处理器可以是中央处理单元(Central Processing Unit,简称CPU),还可以是其他通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现场可编程门阵列(FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。It should be understood that, in the foregoing embodiment of the present invention, the processor may be a central processing unit (CPU), and may be other general-purpose processors, digital signal processors (DSPs), application specific integrated circuits (ASICs), Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc. The general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
存储器可以包括只读存储器和随机存取存储器,存储有程序代码,并向处理器提供指令和数据。The memory can include read only memory and random access memory, store program code, and provide instructions and data to the processor.
通信总线除包括数据总线之外,还可以包括电源总线、控制总线和状态信号总线等。但是为了清楚说明起见,在图中将各种总线都标为通信总线。The communication bus may include a power bus, a control bus, and a status signal bus in addition to the data bus. However, for the sake of clarity, the various buses are labeled as communication buses in the figures.
专业人员应该还可以进一步意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、计算机软件或者二者的结合来实现,为了清楚地说明硬件和软件的可互换性,在上述说明中已经按照功能一般性地描述了各示例的组成及步骤。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本发明的范围。A person skilled in the art should further appreciate that the elements and algorithm steps of the various examples described in connection with the embodiments disclosed herein can be implemented in electronic hardware, computer software, or a combination of both, in order to clearly illustrate hardware and software. Interchangeability, the composition and steps of the various examples have been generally described in terms of function in the above description. Whether these functions are performed in hardware or software depends on the specific application and design constraints of the solution. A person skilled in the art can use different methods for implementing the described functions for each particular application, but such implementation should not be considered to be beyond the scope of the present invention.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分步骤是可以通过程序来指令处理器完成,所述的程序可以存储于计算机可读存储介质中,所述存储介质是非短暂性(英文:non-transitory)介质,例如随机存取存储器,只读存储器,快闪存储器,硬盘,固态硬盘,磁带(英文:magnetic  tape),软盘(英文:floppy disk),光盘(英文:optical disc)及其任意组合。It will be understood by those skilled in the art that all or part of the steps of implementing the above embodiments may be performed by a program, and the program may be stored in a computer readable storage medium, which is non-transitory ( English: non-transitory) media, such as random access memory, read-only memory, flash memory, hard disk, solid state disk, tape (English: magnetic Tape), floppy disk (English: floppy disk), optical disc (English: optical disc) and any combination thereof.
以上所述,仅为本发明较佳的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到的变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应该以权利要求的保护范围为准。 The above is only a preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily think of changes or within the technical scope disclosed by the present invention. Alternatives are intended to be covered by the scope of the present invention. Therefore, the scope of protection of the present invention should be determined by the scope of the claims.

Claims (16)

  1. 一种数据传输方法,其特征在于,包括:A data transmission method, comprising:
    发送设备将传输控制协议TCP数据包依据无线链路层控制RLC协议处理得到至少一个RLC协议数据单元PDU;The transmitting device processes the transmission control protocol TCP data packet according to the radio link layer control RLC protocol to obtain at least one RLC protocol data unit PDU;
    所述发送设备确定所述TCP数据包的标识与所述至少一个RLC PDU的标识的映射关系;Determining, by the sending device, a mapping relationship between an identifier of the TCP data packet and an identifier of the at least one RLC PDU;
    所述发送设备向接收设备发送所述至少一个RLC PDU,当所述发送设备向所述接收设备发送的RLC PDU数量达到阈值时,所述发送设备在发送下一个RLC PDU时,在所述下一个RLC PDU上配置轮询polling,所述polling用于指示所述接收设备返回RLC状态报告;The sending device sends the at least one RLC PDU to the receiving device, when the number of RLC PDUs sent by the sending device to the receiving device reaches a threshold, when the sending device sends the next RLC PDU, under the Polling polling is configured on an RLC PDU, where the polling is used to instruct the receiving device to return an RLC status report;
    所述发送设备接收所述接收设备发送的至少一个RLC状态报告,所述至少一个RLC状态报告中的一个包括所述至少一个RLC PDU中一个或多个的标识,所述至少一个RLC状态报告中的一个用于指示所述至少一个RLC PDU中一个或多个在所述接收设备的接收情况;Receiving, by the sending device, at least one RLC status report sent by the receiving device, where one of the at least one RLC status report includes an identifier of one or more of the at least one RLC PDU, where the at least one RLC status report is One for indicating reception of one or more of the at least one RLC PDU at the receiving device;
    所述发送设备根据所述至少一个RLC状态报告以及所述TCP数据包标识与至少一个RLC PDU标识的映射关系,确定所述TCP数据包在所述接收设备的接收情况。The transmitting device determines, according to the at least one RLC status report and the mapping relationship between the TCP data packet identifier and the at least one RLC PDU identifier, the reception status of the TCP data packet at the receiving device.
  2. 根据权利要求1所述的方法,其特征在于,TCP数据包的标识包括TCP数据包的五元组信息;RLC PDU的标识包括所述RLC PDU的序列号,所述发送设备确定所述TCP数据包的标识与所述至少一个RLC PDU的标识的映射关系包括:The method according to claim 1, wherein the identifier of the TCP packet includes quintuple information of the TCP packet; the identifier of the RLC PDU includes a sequence number of the RLC PDU, and the transmitting device determines the TCP data The mapping relationship between the identifier of the packet and the identifier of the at least one RLC PDU includes:
    所述发送设备确定所述TCP数据包的五元组信息与分组数据汇聚协议PDCP序列号的映射关系;The sending device determines a mapping relationship between the quintuple information of the TCP data packet and a packet data convergence protocol PDCP sequence number;
    所述发送设备确定所述PDCP序列号与所述至少一个RLC PDU的序列号的映射关系。The transmitting device determines a mapping relationship between the PDCP sequence number and a sequence number of the at least one RLC PDU.
  3. 根据权利要求1或2所述的方法,其特征在于,还包括:在向所述接 收设备发送配置有polling的RLC PDU后,经过设定的调度时间,所述发送设备向所述接收设备发送上行链路授权信息,所述上行链路授权信息用于指示所述接收设备向所述发送设备发送RLC状态报告。The method according to claim 1 or 2, further comprising: After the receiving device sends the RLC PDU configured with the polling, the sending device sends uplink grant information to the receiving device, where the uplink grant information is used to indicate that the receiving device is located The sending device sends an RLC status report.
  4. 根据权利要求1-3任意一项所述的方法,其特征在于,所述发送设备根据所述至少一个RLC状态报告以及所述TCP数据包标识与至少一个RLC PDU标识的映射关系,确定所述TCP数据包在所述接收设备的接收情况包括:The method according to any one of claims 1 to 3, wherein the transmitting device determines the according to the at least one RLC status report and a mapping relationship between the TCP packet identifier and at least one RLC PDU identifier. The reception of the TCP packet at the receiving device includes:
    当所述发送设备与所述接收设备支持选择性确认SACK功能时,根据所述至少一个RLC状态报告生成支持SACK的TCP状态报告。When the transmitting device and the receiving device support the selective acknowledge SACK function, generate a TCP status report supporting SACK according to the at least one RLC status report.
  5. 一种数据传输方法,其特征在于,包括:A data transmission method, comprising:
    接收设备接收发送设备发送的RLC协议数据单元PDU,所述RLC PDU上配置轮询polling;Receiving, by the receiving device, an RLC protocol data unit PDU sent by the sending device, where the polling poll is configured on the RLC PDU;
    所述接收设备根据所述polling的指示向所述发送设备发送RLC状态报告,所述RLC状态报告包括至少一个RLC PDU的标识,所述RLC状态报告用于指示所述至少一个RLC PDU在所述接收设备的接收情况,以使得所述发送设备根据所述至少一个RLC PDU在所述接收设备的接收情况,确定所述RLC PDU对应的TCP数据包在所述接收设备的接收情况。Sending, by the receiving device, an RLC status report to the sending device according to the indication of the polling, where the RLC status report includes an identifier of at least one RLC PDU, where the RLC status report is used to indicate that the at least one RLC PDU is in the The receiving device receives the situation, so that the sending device determines, according to the receiving situation of the at least one RLC PDU in the receiving device, the receiving situation of the TCP data packet corresponding to the RLC PDU at the receiving device.
  6. 根据权利要求5所述的方法,其特征在于,在所述向所述发送设备发送RLC状态报告之前,还包括:The method according to claim 5, further comprising: before the sending the RLC status report to the sending device,
    所述接收设备根据RLC协议对至少一个RLC PDU进行处理,得到TCP数据包,并确定所述至少一个RLC PDU的标识与所述TCP数据包的标识的映射关系;The receiving device processes the at least one RLC PDU according to the RLC protocol, obtains a TCP data packet, and determines a mapping relationship between the identifier of the at least one RLC PDU and the identifier of the TCP data packet;
    所述接收设备生成TCP状态报告,所述TCP状态报告包括所述TCP数据包的标识,所述TCP状态报告用于指示所述TCP数据包在所述接收设备的接收情况;The receiving device generates a TCP status report, where the TCP status report includes an identifier of the TCP data packet, and the TCP status report is used to indicate a reception status of the TCP data packet at the receiving device;
    所述接收设备根据所述TCP状态报告,以及所述至少一个RLC PDU的标识与所述至少一个TCP数据包的标识的映射关系,生成RLC状态报告,所 述RLC状态报告包括所述RLC PDU的标识,所述RLC状态报告用于指示所述RLC PDU在所述接收设备的接收情况。The receiving device generates an RLC status report according to the TCP status report and a mapping relationship between the identifier of the at least one RLC PDU and the identifier of the at least one TCP data packet. The RLC status report includes an identifier of the RLC PDU, and the RLC status report is used to indicate a reception status of the RLC PDU at the receiving device.
  7. 根据权利要求5或6所述的方法,其特征在于,所述至少一个RLC PDU的标识包括:The method according to claim 5 or 6, wherein the identifier of the at least one RLC PDU comprises:
    此次接收到的配置有polling的RLC PDU到上一次接收到配置有polling的RLC PDU之间接收到的至少一个RLC PDU的标识。The received configuration has the identity of the polled RLC PDU to the last received RLC PDU received between the RLC PDUs configured with polling.
  8. 根据权利要求5-7任意一项所述的方法,其特征在于,在所述向所述发送设备发送RLC状态报告之前,还包括:The method according to any one of claims 5-7, further comprising: before the sending the RLC status report to the sending device,
    在所述接收设备接收配置有polling的RLC PDU后,经过设定的调度时间,所述接收设备接收所述发送设备发送的上行链路授权信息,所述上行链路授权信息用于指示向所述发送设备发送RLC状态报告。After receiving the RLC PDU configured with the polling, the receiving device receives the uplink grant information sent by the sending device, where the uplink grant information is used to indicate the location The sending device sends an RLC status report.
  9. 一种发送设备,其特征在于,包括:A transmitting device, comprising:
    RLC处理单元,用于将传输控制协议TCP数据包依据无线链路层控制RLC协议处理得到至少一个RLC协议数据单元PDU;An RLC processing unit, configured to process the transmission control protocol TCP data packet according to a radio link layer control RLC protocol to obtain at least one RLC protocol data unit PDU;
    映射关系确定单元,用于确定所述TCP数据包的标识与所述至少一个RLC PDU的标识的映射关系;a mapping relationship determining unit, configured to determine a mapping relationship between an identifier of the TCP data packet and an identifier of the at least one RLC PDU;
    发送单元,用于向接收设备发送所述至少一个RLC PDU,当所述发送设备向所述接收设备发送的RLC PDU数量达到阈值时,所述发送设备在发送下一个RLC PDU时,在所述下一个RLC PDU上配置轮询polling,所述polling用于指示所述接收设备返回RLC状态报告;a sending unit, configured to send the at least one RLC PDU to the receiving device, when the number of RLC PDUs sent by the sending device to the receiving device reaches a threshold, when the transmitting device sends the next RLC PDU, in the Polling polling is configured on the next RLC PDU, where the polling is used to instruct the receiving device to return an RLC status report;
    接收单元,用于接收所述接收设备发送的至少一个RLC状态报告,所述至少一个RLC状态报告中的一个包括所述至少一个RLC PDU中一个或多个的标识,所述至少一个RLC状态报告中的一个用于指示所述至少一个RLC PDU中一个或多个在所述接收设备的接收情况;a receiving unit, configured to receive at least one RLC status report sent by the receiving device, where one of the at least one RLC status report includes an identifier of one or more of the at least one RLC PDU, the at least one RLC status report One of the instructions for indicating reception of one or more of the at least one RLC PDU at the receiving device;
    接收状态确定单元,用于根据所述至少一个RLC状态报告以及所述TCP数据包标识与至少一个RLC PDU标识的映射关系,确定所述TCP数据包在 所述接收设备的接收情况。a receiving status determining unit, configured to determine, according to the at least one RLC status report and a mapping relationship between the TCP data packet identifier and the at least one RLC PDU identifier, that the TCP data packet is in the The receiving situation of the receiving device.
  10. 根据权利要求9所述的发送设备,其特征在于,TCP数据包的标识包括TCP数据包的五元组信息;RLC PDU的标识包括所述RLC PDU的序列号,所述映射关系确定单元还用于:The transmitting device according to claim 9, wherein the identifier of the TCP packet includes quintuple information of the TCP packet; the identifier of the RLC PDU includes a sequence number of the RLC PDU, and the mapping relationship determining unit further uses to:
    确定所述TCP数据包的五元组信息与分组数据汇聚协议PDCP序列号的映射关系;Determining a mapping relationship between the quintuple information of the TCP data packet and the packet data convergence protocol PDCP serial number;
    确定所述PDCP序列号与所述至少一个RLC PDU的序列号的映射关系。Determining a mapping relationship between the PDCP sequence number and a sequence number of the at least one RLC PDU.
  11. 根据权利要求9或10所述的发送设备,其特征在于,在向所述接收设备发送配置有polling的RLC PDU后,经过设定的调度时间,所述发送单元还用于,向所述接收设备发送上行链路授权信息,所述上行链路授权信息用于指示所述接收设备向所述发送设备发送RLC状态报告。The transmitting device according to claim 9 or 10, wherein after transmitting the RLC PDU configured with polling to the receiving device, the sending unit is further configured to receive the received scheduling time The device sends uplink grant information, where the uplink grant information is used to instruct the receiving device to send an RLC status report to the sending device.
  12. 根据权利要求9-11任意一项所述的发送设备,其特征在于,所述接收状态确定单元还用于,当所述发送设备与所述接收设备支持选择性确认SACK功能时,根据所述至少一个RLC状态报告生成支持SACK的TCP状态报告。The transmitting device according to any one of claims 9 to 11, wherein the receiving state determining unit is further configured to: when the transmitting device and the receiving device support a selective acknowledge SACK function, according to the At least one RLC status report generates a TCP status report that supports SACK.
  13. 一种接收设备,其特征在于,包括:接收单元,用于接收发送设备发送的RLC协议数据单元PDU,所述RLC PDU上配置轮询polling;A receiving device, comprising: a receiving unit, configured to receive an RLC protocol data unit PDU sent by a sending device, where a polling poll is configured on the RLC PDU;
    发送单元,用于根据所述polling的指示向所述发送设备发送RLC状态报告,所述RLC状态报告包括至少一个RLC PDU的标识,所述RLC状态报告用于指示所述至少一个RLC PDU在所述接收设备的接收情况,以使得所述发送设备根据所述至少一个RLC PDU在所述接收设备的接收情况,确定所述RLC PDU对应的TCP数据包在所述接收设备的接收情况。a sending unit, configured to send, to the sending device, an RLC status report according to the indication of the polling, where the RLC status report includes an identifier of at least one RLC PDU, where the RLC status report is used to indicate that the at least one RLC PDU is in the The receiving situation of the receiving device is performed, so that the sending device determines, according to the receiving situation of the at least one RLC PDU in the receiving device, the receiving situation of the TCP data packet corresponding to the RLC PDU at the receiving device.
  14. 根据权利要求13所述的接收设备,其特征在于,还包括:The receiving device according to claim 13, further comprising:
    RLC处理单元,用于根据RLC协议对至少一个RLC PDU进行处理,得到TCP数据包,并确定所述至少一个RLC PDU的标识与所述TCP数据包的标识的映射关系; An RLC processing unit, configured to process at least one RLC PDU according to an RLC protocol, obtain a TCP data packet, and determine a mapping relationship between an identifier of the at least one RLC PDU and an identifier of the TCP data packet;
    TCP状态报告生成单元,用于生成TCP状态报告,所述TCP状态报告包括所述TCP数据包的标识,所述TCP状态报告用于指示所述TCP数据包在所述接收设备的接收情况;a TCP status report generating unit, configured to generate a TCP status report, where the TCP status report includes an identifier of the TCP data packet, where the TCP status report is used to indicate a reception status of the TCP data packet at the receiving device;
    RLC状态报告生成单元,用于根据所述TCP状态报告,以及所述至少一个RLC PDU的标识与所述至少一个TCP数据包的标识的映射关系,生成RLC状态报告,所述RLC状态报告包括所述RLC PDU的标识,所述RLC状态报告用于指示所述RLC PDU在所述接收设备的接收情况。An RLC status report generating unit, configured to generate an RLC status report according to the TCP status report and a mapping relationship between an identifier of the at least one RLC PDU and an identifier of the at least one TCP data packet, where the RLC status report includes An identifier of the RLC PDU, where the RLC status report is used to indicate a reception status of the RLC PDU at the receiving device.
  15. 根据权利要求13或14所述的接收设备,其特征在于,所述至少一个RLC PDU的标识包括:The receiving device according to claim 13 or 14, wherein the identifier of the at least one RLC PDU comprises:
    此次接收到的配置有polling的RLC PDU到上一次接收到配置有polling的RLC PDU之间接收到的至少一个RLC PDU的标识。The received configuration has the identity of the polled RLC PDU to the last received RLC PDU received between the RLC PDUs configured with polling.
  16. 根据权利要求13-15任意一项所述的接收设备,其特征在于,所述接收单元还用于,The receiving device according to any one of claims 13-15, wherein the receiving unit is further configured to:
    在所述接收设备接收配置有polling的RLC PDU后,经过设定的调度时间,所述接收设备接收所述发送设备发送的上行链路授权信息,所述上行链路授权信息用于指示向所述发送设备发送RLC状态报告。 After receiving the RLC PDU configured with the polling, the receiving device receives the uplink grant information sent by the sending device, where the uplink grant information is used to indicate the location The sending device sends an RLC status report.
PCT/CN2016/102441 2016-10-18 2016-10-18 Data transmission method and device WO2018072097A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201680089303.2A CN109845317A (en) 2016-10-18 2016-10-18 Data transmission method and equipment
PCT/CN2016/102441 WO2018072097A1 (en) 2016-10-18 2016-10-18 Data transmission method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/102441 WO2018072097A1 (en) 2016-10-18 2016-10-18 Data transmission method and device

Publications (1)

Publication Number Publication Date
WO2018072097A1 true WO2018072097A1 (en) 2018-04-26

Family

ID=62018075

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/102441 WO2018072097A1 (en) 2016-10-18 2016-10-18 Data transmission method and device

Country Status (2)

Country Link
CN (1) CN109845317A (en)
WO (1) WO2018072097A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101193095A (en) * 2006-11-20 2008-06-04 大唐移动通信设备有限公司 Data transmission method and system for wireless link control layer
WO2008140222A1 (en) * 2007-05-09 2008-11-20 Samsung Electronics Co., Ltd. Method and apparatus for layer 2 arq for packets
CN102761905A (en) * 2011-04-26 2012-10-31 华为技术有限公司 Message handling method, apparatus and system
WO2015094043A1 (en) * 2013-12-18 2015-06-25 Telefonaktiebolaget L M Ericsson (Publ) Multipath tcp subflow establishing on single ip connection

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101132261A (en) * 2006-08-21 2008-02-27 华为技术有限公司 Data package retransmission method and system thereof
US8295159B2 (en) * 2009-01-14 2012-10-23 Qualcomm Incorporated Timer poll retransmission expiry in a wireless communication system
US9496971B2 (en) * 2012-12-10 2016-11-15 Qualcomm Incorporated Techniques for determining actual and/or near states of proximity between mobile devices

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101193095A (en) * 2006-11-20 2008-06-04 大唐移动通信设备有限公司 Data transmission method and system for wireless link control layer
WO2008140222A1 (en) * 2007-05-09 2008-11-20 Samsung Electronics Co., Ltd. Method and apparatus for layer 2 arq for packets
CN102761905A (en) * 2011-04-26 2012-10-31 华为技术有限公司 Message handling method, apparatus and system
WO2015094043A1 (en) * 2013-12-18 2015-06-25 Telefonaktiebolaget L M Ericsson (Publ) Multipath tcp subflow establishing on single ip connection

Also Published As

Publication number Publication date
CN109845317A (en) 2019-06-04

Similar Documents

Publication Publication Date Title
US11751097B2 (en) Method and apparatus for reestablishing packet data convergence protocol (PDCP) entity in a wireless communication system
JP6005710B2 (en) Status information transmission method and receiver for wireless communication system
US9860024B2 (en) Transmission control protocol in long term evolution radio access network
JP6436436B2 (en) Efficient destruction mechanism when deploying small cells
EP3011705B1 (en) Polling and reporting mechanism
US8958411B2 (en) Method of transmitting RLC data
JP5351329B2 (en) Method and terminal for receiving one-to-many service in a wireless communication system
KR101211758B1 (en) Method for generating block data in wireless communication system
JP4806030B2 (en) Method for transferring signals in a mobile communication system
US11381354B2 (en) Method and apparatus for wireless communication of wireless node in wireless communication system
EP2214435A1 (en) Efficient packet data unit transmissions and re-transmissions involving a relay node
US9930694B2 (en) Re-transmitting a poll to a peer protocol entity when a timer expires
WO2009022877A2 (en) A method of transmitting and processing data block of specific protocol layer in wireless communication system
KR20070073577A (en) Method for transmitting signals in the moblie communication system
WO2018086969A1 (en) Transmitting node, receiving node, methods and mobile communications system
WO2011100911A2 (en) Detection processing method, data transmitter, data receiver and communication system
WO2017008266A1 (en) Data processing method and apparatus for lte and wlan aggregation, and communications system
CN114189901A (en) Data receiving state reporting method and device
WO2015018009A1 (en) Method for automatic retransmission, user equipment, and base station
WO2020010511A1 (en) Data transmission method and base station
WO2018072097A1 (en) Data transmission method and device
KR20190116021A (en) Method and apparatus for controlling data receiving rate in mobile communication system
KR20200014155A (en) Method and apparatus for wireless communication of wireless node in wireless communication system
WO2015178812A1 (en) Method in a radio network node for reducing uplink overhead by aggregating tcp segments
WO2023080821A1 (en) Delay tolerant data object transmission

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

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

Country of ref document: EP

Kind code of ref document: A1