WO2005117395A1 - Method for processing the data of the user surface - Google Patents

Method for processing the data of the user surface Download PDF

Info

Publication number
WO2005117395A1
WO2005117395A1 PCT/CN2005/000755 CN2005000755W WO2005117395A1 WO 2005117395 A1 WO2005117395 A1 WO 2005117395A1 CN 2005000755 W CN2005000755 W CN 2005000755W WO 2005117395 A1 WO2005117395 A1 WO 2005117395A1
Authority
WO
WIPO (PCT)
Prior art keywords
air interface
data packet
data
packet
layer
Prior art date
Application number
PCT/CN2005/000755
Other languages
French (fr)
Chinese (zh)
Inventor
Yongwei Chen
Zhenghua Tang
Jia Li
Weimin Ying
Hua Qiu
Hua Zhang
Original Assignee
Huawei Technologies Co., Ltd.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2005117395A1 publication Critical patent/WO2005117395A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/163In-band adaptation of TCP data exchange; In-band control procedures

Definitions

  • the invention relates to a data processing technology, in particular to a user-plane data processing method. Background of the invention
  • the existing Internet mainly uses the Transmission Control Protocol (TCP) / Internet Protocol (IP) for networking and data transmission.
  • TCP Transmission Control Protocol
  • IP Internet Protocol
  • each protocol layer is divided into a user plane and a control plane, and data transmitted on the user plane is called user plane data.
  • TCP transmission mechanism is combined with the Global System for Mobile Communications (UMTS)
  • UMTS Global System for Mobile Communications
  • the user plane data of the air interface is divided into two types: TCP acknowledgement (ACK) data packets and non-TCP ACK data packets.
  • ACK TCP acknowledgement
  • the air interface and TCP transmission when the user plane data transmission is performed simultaneously in the uplink and the downlink, especially in asymmetric services, the air interface and TCP transmission.
  • the cooperation of the transmission mechanism is often not satisfactory. effect. For example: After the downlink sender sends a TCP data packet, according to the TCP ACK packet reply mechanism, the downlink receiver needs to return an ACK packet to the sender, and then the sender can confirm whether the receiver has received the TCP data packet; As the two-way data transmission, the uplink sender, the above-mentioned downlink receiver, will also send TCP data packets.
  • the uplink TCP data packets may block the reply of the ACK data packets of the downlink TCP data packets on the air interface. If the ACK data packets are caused The delay of the reply is large. The sender will think that the TCP data packet is not sent and resend it, so that the data packet blocked on the air interface This greatly increases the delay of the ACK data packet response, and the sender may even start the congestion mechanism according to TCP to slow down the transmission rate, thereby greatly reducing the overall user plane data transmission efficiency.
  • the protocols RFC3481 and RFC3449 respectively provide relevant strategies, including: Adjusting the TCP window size of the sender and receiver, increasing the sender's Initial sending window, limiting the sender ’s sending rate, adjusting the size of the maximum data transmission unit (MTU), enabling the path MTU detection mechanism on the sender, enabling selective ACK on the sender and receiver, enabling the direct congestion notification mechanism, enabling time Poke mechanism, do not use TCP / IP header compression algorithm, modify the receiver to return ACK mechanism and so on.
  • MTU maximum data transmission unit
  • Another IP terminal is a mobile phone. It is unrealistic to adjust the TCP / IP parameters of an uncontrollable host or modify the TCP / IP parameters by ordinary mobile phone users, which does not meet the actual application requirements of the network. In addition, some of these measures require redesign and implementation of TCP / IP, which will affect the data transmission of the existing network and are not feasible for the existing network. Summary of the invention
  • the main object of the present invention is to provide a user-plane data processing method, and on the basis of maintaining the original TCP / IP and UMTS data transmission mechanisms, preferentially send TCP ACK data packets to the other party, thereby reducing TCP
  • the response delay of the ACK data packet ensures a stable user-plane data transmission rate.
  • the invention discloses a user plane data processing method for processing each IP data packet delivered from the IP layer of an air interface protocol stack.
  • the method includes:
  • step b Determine whether the currently received IP data packet is a TCP ACK data packet, and if so, perform step b; otherwise, perform flow control on the IP data packet;
  • PDCP Packet Data Convergence Protocol
  • step a when the ACK packet is determined to be TCP, the method further includes: identifying the IP data packet as a high priority; the flow control in step a is: identifying the IP data packet as a low priority;
  • step b the method further includes: the radio link control protocol (RLC) layer processes the PDCP data packet to obtain an RLC data packet, and determines whether the obtained RLC data packet is a high-priority data packet, and if so, the RLC The data packet is allocated to a logical channel with a high priority; otherwise, the RLC data packet is allocated to a logical channel with a low priority.
  • RLC radio link control protocol
  • the method further includes: the PDCP layer acquires current air interface data transmission performance; in step a, performing flow control according to the acquired air interface data transmission performance.
  • the air interface data transmission performance includes an air interface congestion indication;
  • the flow control in step a is: the PDCP layer buffers IP data packets; judging whether the air interface is congested according to whether the obtained air interface congestion indication is valid, and if so, ending the current processing; Otherwise, the buffered IP data packet is read and sent to the PDCP function processing module.
  • the air interface data transmission performance further includes: an air interface rate; in the flow control in step a, the sending an IP data packet to the PDCP function processing module is: sending the IP data packet at the obtained air interface rate.
  • the method when the air interface is determined to be congested, the method further includes: reading the buffered IP data packet, and sending the IP data packet to the PDCP function processing module at a rate lower than the air interface rate, and performing step b.
  • the air interface data transmission performance is an air interface rate.
  • the flow control is: the PDCP layer buffers IP data packets, reads the buffered IP data packets, and sends the IP data packets to itself at the acquired air interface rate.
  • PDCP function processing module the PDCP layer buffers IP data packets, reads the buffered IP data packets, and sends the IP data packets to itself at the acquired air interface rate.
  • the method for obtaining air interface data transmission performance is:
  • the media access control protocol MAC layer calculates the air interface data transmission performance based on the monitored air interface data transmission parameters and reports it to the PDCP layer.
  • the method for obtaining air interface data transmission performance is: the MAC layer reports the monitored air interface data transmission parameters to the PDCP layer, and the PDCP layer calculates the air interface data transmission performance according to the air interface data transmission parameters.
  • the method further includes: connecting a portable machine to the UE side and the network host side of the user equipment, and each portable machine intercepts the IP data packet from the UE and the network host; each portable machine performs step a on the intercepted IP data packet. Said processing; after step a, further comprising: sending, by the portable machine, the intercepted IP data packet back to the PDCP layer of the UE or the network host connected to it.
  • the method further includes: setting the air interface rate of each connected UE or network host in each portable machine; in step a, the flow control is: the portable machine caches the IP data packet and caches the cached IP data packet The rate sent back to the UE or the network host is adjusted to the set air interface rate.
  • the key of the present invention is: analyzing the TCP header of the IP data packet delivered by the IP layer; and then directly sending the TCP ACK data packet, and Non-TCP ACK: The packets are sent after flow control. Therefore, the TCP ACK data packet can be preferentially delivered to the air interface.
  • the user-side data processing method provided by the present invention only needs to add some packet analysis and flow control processing to the functional processing of each protocol layer of the original air interface. Therefore, the method of the present invention can maintain the original TCP Based on the / IP and UMTS data transmission mechanisms, TCP ACK packets are preferentially issued, which basically prevents TCP ACK packets from being blocked on the air interface by non-TCP ACK packets, reducing the response delay of TCP ACK packets, thereby Improve the transmission performance of user plane data as a whole.
  • TCP ACK packets are preferentially issued, which basically prevents TCP ACK packets from being blocked on the air interface by non-TCP ACK packets, reducing the response delay of TCP ACK packets, thereby Improve the transmission performance of user plane data as a whole.
  • FIG. 1 is a schematic flowchart of a process of a first preferred embodiment of the method of the present invention
  • Figure 2 is a schematic diagram of the distribution structure and corresponding relationship between the protocol layers of the UE and UTRAN in the air interface protocol stack;
  • FIG. 3 is a schematic diagram of a processing flow of a second preferred embodiment of the method of the present invention.
  • FIG. 4 is a schematic process flow diagram of a third preferred embodiment of the method of the present invention. Mode of Carrying Out the Invention
  • the main processing idea of the present invention is: judging each IP data packet delivered from the IP layer of the air interface protocol stack. If the IP data packet is a TCP ACK data packet, it is directly sent, so as to sequentially perform the protocol stipulated. Processing of packet data convergence protocol (PDCP) layer, wireless link control protocol (RLC) layer, etc .; if the IP data packet is a non-TCP ACK data packet, flow control is performed on the data packet, after the flow control Processes such as the PDCP layer and the RLC layer are performed.
  • PDCP packet data convergence protocol
  • RLC wireless link control protocol
  • FIG. 1 is a schematic flowchart of a process according to a first preferred embodiment of the method of the present invention.
  • the flow control method of the non-TCP ACK data packet is: each TCP sent from the IP layer The ACK data packet is identified as a high priority. Then, after the PDCP layer process is performed on the IP data packet to obtain the PDCP data packet, the RLC layer further analyzes the priority of the received PDCP data packet, and the high priority TCP ACK is parsed. Packets are assigned to logical channels with high priority. As shown in Figure 1, the specific processing steps are as follows:
  • Step 101 The PDCP layer receives the IP data stream sent by the IP layer, and determines whether the currently received IP data packet is a TCP ACK packet. If yes, go to step 102; otherwise, go to step 103.
  • the user interface protocol stack of the air interface is divided into: a PDCP layer, an RLC layer, a media access control protocol (MAC) layer, and a physical (PHY) layer.
  • Figure 2 is a schematic diagram of the distribution structure and corresponding relationship between the protocol layers between the user terminal (UE) and the UTRAN in the air interface protocol stack.
  • the PDCP layer first compresses the IP data packets issued by the IP layer on the UE side.
  • the RLC layer performs fragmentation and concatenation on the received PDCP data packet to obtain the RLC data packet and send it to the MAC layer; the MAC layer according to the current RLC data packet and the configured TFCS selects the appropriate transmission format combination (TFC); finally, the PHY layer sends the data packet to the UTRAN side after encoding and modulation according to the selected TFC; on the UTRAN side, the data packet passes through the PHY layer, After the MAC layer, RLC layer and PDCP layer perform demodulation, decoding, recombination, data recombination and decompression, the IP data packet sent by the UE is obtained and sent to the IP layer of the UTRAN layer.
  • the downlink data transmission is opposite to the uplink data transmission process, and the UE is replaced with UTRAN and the UTRAN is replaced with UE in the uplink data transmission process.
  • the PDCP layer mainly completes the functions of data aggregation and sending and compressing the TCP / IP data packet header.
  • the data packet header of the IP data packet issued by the IP layer is read first, and then the compression processing of the TCP / IP data packet header is performed. It is then sent to the LC layer. So here's the Both the TCP and IP data packet headers are visible, and it can be determined whether the IP data packet is a TCP ACK data packet during the PDCP layer reading the IP data packet header.
  • the PDCP layer can analyze and process IP data packets on both the UTRAN side and the UE side. Therefore, after receiving the IP data packet, the PDCP layer can Whether the flag bit identifying the ACK data packet in the TCP data packet header is valid, to determine whether the IP data packet is a TCP ACK data packet.
  • Step 102 The PDCP layer identifies the IP data packet as a data packet with a high priority, and executes Step 104.
  • Step 103 The PDCP layer identifies the IP data packet as a low-priority data packet.
  • Step 104 The PDCP layer performs an existing PDCP function processing on the data packet to obtain a PDCP data packet, and then sends it to the RLC layer.
  • the existing PDCP function processing is the compression processing of the TCP / IP data packet header after reading the data packet header.
  • Step 105 The RLC layer receives the PDCP data packet sent by the PDCP layer, analyzes the priority of the PDCP data packet, and performs the existing RLC function processing to obtain the RLC data packet.
  • the existing RLC function processing described here is to perform processing such as fragmentation and concatenation on data packets.
  • the PDCP layer sends the data packet to the RLC layer through the RLC-AM-DATA-Req primitive.
  • the RLC layer first analyzes the primitive sent by the higher layer to process the data packet accordingly, so In step 102 or step 103, the PDCP layer identifies the priority of the data packet by adding a cell identifying the priority of the data packet to the primitive; then in step 105, the RLC layer analyzes The primitive learns the priority of the data packet. If the cell identifying the priority of the data packet in the primitive indicates that the priority is high, the data packet is a high priority data packet; otherwise, the data packet is a low priority data packet. data pack.
  • Step 106 The RLC layer judges whether the RLC data packet is a data packet with a high priority, and if so, proceeds to step 107; otherwise, proceeds to step 108. Since the RLC layer already knows the priority of the data packet in step 105, the priority of the RLC data packet can be determined here.
  • Step 107 The RLC layer sends the RLC data packet to a logical channel with a higher priority, and ends the current processing.
  • Step 108 The RLC layer sends the RLC data packet to a logical channel with a lower priority, and ends the current processing.
  • one RLC layer can correspond to two logical channels, and when the MAC layer performs scheduling according to the logical channel priority, it will first schedule the logical channel with the higher priority for processing. Therefore, in this embodiment, the TCP ACK.
  • Data packet is identified as a data packet with high priority in step 102, and the TCP ACK data packet with high priority is sent to the priority in step 107. High logical channel. In this way, the air interface can send TCP ACK data packets first to ensure that the TCP sender can get ACK data packets within a small delay.
  • Step 101 to step 108 are processing for one data packet.
  • each of the data packets sequentially delivered from the IP layer to the PDCP layer and the RLC layer is processed as described above, and at the UE side of the air interface and The PDCP layer and RLC layer on the UTRAN side both perform the processing described in Figure 1.
  • each TCP ACK packet sent on the UE side and the UTRAN side will be assigned to a logical channel with a higher priority, so that it is processed preferentially. .
  • the data flow is processed at the PDCP layer and the RLC layer, so that the MAC layer can send TCP ACK packets preferentially, which basically guarantees that TCP ACK packets will not be transmitted when data is transmitted in both uplink and downlink.
  • Non-TCP ACK packets are blocked on the air interface, reducing the delay of TCP ACK packet reply, which can basically prevent the TCP layer data transmission from entering the congested state and enable the TCP sender to enable the congestion mechanism. In this way, the efficiency of uplink and downlink bidirectional data transmission is guaranteed, thereby greatly improving the matching of the air interface and the TCP transmission mechanism. Timely data transmission performance.
  • FIG. 3 is a schematic diagram of a processing flow of a second preferred embodiment of the method of the present invention.
  • the PDCP layer directly performs the existing PDCP function processing on the TCP ACK data packet.
  • the PDCP layer performs flow control on the non-TCP ACK data packet according to the air interface data transmission performance obtained by the PDCP layer, and then performs Processing of existing PDCP functions.
  • the specific processing steps are as follows:
  • Step 301 The PDCP layer receives a piece of data stream sent by the IP layer, analyzes each IP data packet in the data stream, and determines whether the currently received IP data packet is a TCP ACK packet, and for all eligible IPs
  • the data packet is a TCP ACK data packet, and step 305 is performed; for all IP packets that do not meet the conditions, that is, a non-TCP ACK data packet, step 302 is performed.
  • Step 302 The PDCP layer buffers the IP data packet.
  • Step 303 The PDCP layer acquires air interface data transmission performance, and judges whether the air interface is congested according to the acquired air interface data transmission performance, and if so, ends the current processing; otherwise, execute step 304.
  • the method for performing flow control according to the data transmission performance of the air interface in this embodiment is: ⁇
  • the IP data packet is buffered and not processed until the air interface is not congested, and then the cached IP data packet is read. For processing.
  • the air interface data transmission performance needs to be calculated through various data transmission parameters monitored from the air interface.
  • the MAC layer monitors the air interface data transmission parameters and calculates the air interface data transmission performance, and then reports the air interface data transmission performance calculated by itself.
  • the air interface transmission performance described in this embodiment may only include an air interface congestion indication.
  • the method for obtaining the air interface congestion indication can be: According to the air interface rate and the amount of data buffering at the RLC layer, the minimum time for data packets to be buffered at the RLC layer can be obtained; and then based on the minimum time for buffering the data packets and the preset congestion determination time The threshold determines whether the air interface is congested: If the minimum time for data packets buffered in the RLC layer exceeds this congestion determination time threshold, the air interface can be determined to be congested, and the air interface congestion indicator is valid; otherwise, the air interface is not congested, and the air interface congestion indicator is invalid.
  • the setting of the congestion determination time threshold is related to the current specific service type, and the specific standard used to determine whether the air interface is congested is not limited to one type.
  • the rate can be used as a standard to measure whether the air interface is congested. Not limited.
  • Step 304 The PDCP layer reads the buffered IP data packet and sends it to its own PDCP function processing module.
  • the IP data packet may include the data packet buffered in step 302, and may also include the IP data packet stored before the PDCP layer.
  • the IP data packet is a non-TCP ACK data packet.
  • Step 305 Perform PDCP function processing on the IP data packet, and end the current processing.
  • the IP data packet will be delivered to the RLC layer for the existing corresponding subsequent processing, and finally sent to the air interface.
  • the acquired air interface data transmission performance may include an air interface congestion indication, and may further include an air interface rate.
  • the PDCP layer may send an IP data packet to the PDCP function processing module at the air interface rate, so that the data rate arriving at the air interface is in line with the actual data rate.
  • the air interface rate basically matches.
  • the judging air interface congestion when judging air interface congestion, it may further issue a number of packets at a rate lower than the current air interface rate, that is, in step 303, when judging air interface congestion, it further includes reading the buffered IP data packet, The read IP data packet is less than the air interface rate A certain rate is sent to the PDCP function processing module, so that the congestion of the air interface is gradually alleviated and eventually eliminated, but the value of the specific rate is determined by the actual situation, and the invention is not limited.
  • there are various criteria for determining the IP packet delivery rate when judging the occurrence of air interface congestion The delivery rate determined by these criteria will alleviate the congestion of the air interface, but which criteria are specifically used to determine whether the delivery rate does not It is the focus of the present invention and will not be described in detail here.
  • the acquired air interface data transmission performance may also be only the air interface rate.
  • the method for the PDCP layer to perform flow control according to the obtained air interface rate is to: buffer the IP data packets issued by the IP layer, read the buffered IP data packets, and send them to the PDCP function processing module at the air interface rate.
  • step 301 to step 305 is performed for each piece of data flow delivered by the IP layer, and the PDCP layer and the RLC layer on the UE side and the UTRAN side of the air interface are performed.
  • the processing described in FIG. 1 is performed for each piece of data flow delivered by the IP layer, and the PDCP layer and the RLC layer on the UE side and the UTRAN side of the air interface are performed.
  • the PDCP layer can directly process the existing PDCP function for each TCP ACK packet sent by the IP layer, and then send it to the lower layer, so that the TCP ACK data
  • the packet can be sent to the TCP sender corresponding to the non-TCP ACK data packet with a small delay, so that the TCP sender's rate remains stable; at the same time, the MAC layer continuously monitors the air interface data transmission parameters so that the PDCP layer can
  • the air interface data transmission parameters obtain the air interface data transmission performance, so that the non-TCP ACK data packets sent by each IP layer are flow controlled, so that the data rate arriving at the air interface basically matches the actual air interface rate, which basically guarantees that no air interface congestion will occur Case.
  • FIG. 4 is a schematic diagram of a processing flow of a third preferred embodiment of the method of the present invention.
  • a portable machine connected to the UE and the network host side is used to intercept the IP data stream, and the portable machine analyzes the intercepted IP data stream and sends the TCP ACK data packet directly to the respective connected UE and Network host, buffer non-TCP ⁇ ACK data packets and use current air interface speed Rate to send non-TCP ACK packets back to the respective connected UEs and network hosts.
  • FIG. 4 only the UE-side processing is used as an example for description. As shown in FIG.
  • Step 401 The portable computer connected to the UE intercepts an IP layer data stream from the UE, analyzes each IP data packet in the data stream, and judges: the currently received IP Whether the data packet is a TCP ACK data packet, the portable computer sends all IP data packets that meet this condition back to the UE, and then executes step 404; performs step 402 for all IP data packets that do not meet this condition.
  • Step 402 The portable computer buffers the IP data packet.
  • the IP packet here is a non-TCP ACK packet.
  • Step 403 The portable computer sends the buffered IP data packet back to the UE at the current air interface rate.
  • the air interface rate is an air interface rate of a UE to which the portable machine is currently connected, which is preset in the portable machine.
  • Step 404 The PDCP layer of the UE performs the existing PDCP function processing on these IP data packets, and ends the current processing.
  • the IP data packet is processed by the PDCP function, it will be delivered to the RLC layer for the existing corresponding subsequent processing, and finally sent to the air interface.
  • the processing described in the above steps 401 to 404 is the processing of a piece of IP data flow delivered by the intercepted IP layer by the portable computer. In this embodiment, steps are performed for each piece of data flow delivered from the IP layer on the UE side. 401 to 404.
  • the processing principle of this embodiment is described above by taking the data processing flow of the portable machine connected to the UE as an example.
  • the processing process of the portable machine connected to the network host is also connected to the processing process of the portable machine connected to the network host.
  • the process described in steps 401 to 404 is basically the same, and only the UE in the above steps is replaced with a network host.
  • the portable computer can send the TCP ACK data packets sent by each IP layer preferentially, and perform flow control on the non-TCP ACK data packets sent by each IP layer, so that the non-TCP ACK The data packet is sent back to the UE or the network host at the current air interface rate.
  • TCP ACK data packets are prevented from being blocked by non-TCP ACK data packets on the air interface.
  • the response delay of the ACK data packet is greatly reduced, and the stable sending rate of the TCP sender is ensured; and the non-TCP ACK data packet is flow-controlled to be sent to the lower layer at the current air interface rate, which can enable the data rate to the air interface. It is basically consistent with the current actual air interface rate, thereby improving data transmission efficiency.
  • the user plane data processing method provided by the present invention can preferentially send a TCP ACK data packet to a corresponding TCP sender when the air interface and the TCP transmission mechanism are combined for data transmission, so that the TCP ACK
  • the response delay of the data packet is greatly reduced, ensuring a stable user-plane data transmission rate, thereby significantly improving the user-plane data transmission performance.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

A method for processing the data of the user surface processes each IP packet transmitted from IP layer of the air interface protocol stack, the method includes: a. Determining if the receiving IP packet is acknowledgement ACK packet of Transfer Control Protocol(TCP ), if yes, continuing to b, or flow-controlling the IP packet; b. Processing the IP packet and obtaining a packet data convergence protocol (PDCP) packet. Based on the original data transmitting mechanism of TCP/IP and Universal Mobile Telephone System (UMTS), the method of the invention firstly transmits the ACK packet of TCP to the opponent, thereby reduces the respondent time-delay of the ACK packet of TCP and ensures a stable data transfer rate of the user surface.

Description

一种用户面数据处理方法 技术领域  User plane data processing method
本发明涉及一种数据处理技术,特别涉及一种用户面数据处理方法。 发明背景  The invention relates to a data processing technology, in particular to a user-plane data processing method. Background of the invention
目前, 随着通信技术的发展, 特别是 3G技术的发展, 数据业务将 成为移动通信系统的重要业务之一。 这种无线数据业务将为终端用户提 供到 Internet的无缝连接, 可以让用户通过无线系统得到更方便的资讯。 现有的 Internet主要通过传输控制协议 ( TCP ) /网际协议 ( IP )来进行 组网并完成数据传输。 在空口, 各协议层被划分为用户面和控制面, 在 用户面传输的数据被称为用户面数据。当 TCP传输机制和全球移动通信 系统(UMTS )相结合时, 空口的用户面数据被分为两类: TCP的确认 ( ACK )数据包和非 TCP的 ACK数据包。但是,很多的研究已表明 TCP 在无线传输中的性能不是十分理想。  At present, with the development of communication technology, especially the development of 3G technology, data services will become one of the important services of mobile communication systems. This wireless data service will provide end users with a seamless connection to the Internet and allow users to get more convenient information through wireless systems. The existing Internet mainly uses the Transmission Control Protocol (TCP) / Internet Protocol (IP) for networking and data transmission. On the air interface, each protocol layer is divided into a user plane and a control plane, and data transmitted on the user plane is called user plane data. When the TCP transmission mechanism is combined with the Global System for Mobile Communications (UMTS), the user plane data of the air interface is divided into two types: TCP acknowledgement (ACK) data packets and non-TCP ACK data packets. However, many studies have shown that TCP's performance in wireless transmission is not very satisfactory.
根据现有的 TCP传输机制和 UMTS的空口传输特点, 在上行和下 行同时进行用户面数据传输时,特别是在非对称业务中, 空口和 TCP传. 输机制的配合常常不能达到令人满意的效果。 比如说: 当下行发送方下 发 TCP数据包后,根据 TCP的 ACK数据包回复机制, 下行接收方需要 返回 ACK数据包给发送方,然后发送方才能确认接收方是否收到该 TCP 数据包; 由于双向数据传输时, 上行发送方即上述下行接收方同时也会. 发送 TCP数据包, 因此, 上行 TCP数据包就可能在空口阻塞下行 TCP 数据包的 ACK数据包的回复, 如果造成 ACK数据包回复的时延较大, 发送方会认为 TCP数据包没有送到而进行重发,使阻塞在空口的数据包 大大增加, 反而使 ACK数据包回复的时延进一步增加, 发送方甚至会 根据 TCP启动拥塞机制来减慢传输速率,从而使整个用户面数据传输效 率大大降低。 According to the existing TCP transmission mechanism and the air interface transmission characteristics of UMTS, when the user plane data transmission is performed simultaneously in the uplink and the downlink, especially in asymmetric services, the air interface and TCP transmission. The cooperation of the transmission mechanism is often not satisfactory. effect. For example: After the downlink sender sends a TCP data packet, according to the TCP ACK packet reply mechanism, the downlink receiver needs to return an ACK packet to the sender, and then the sender can confirm whether the receiver has received the TCP data packet; As the two-way data transmission, the uplink sender, the above-mentioned downlink receiver, will also send TCP data packets. Therefore, the uplink TCP data packets may block the reply of the ACK data packets of the downlink TCP data packets on the air interface. If the ACK data packets are caused The delay of the reply is large. The sender will think that the TCP data packet is not sent and resend it, so that the data packet blocked on the air interface This greatly increases the delay of the ACK data packet response, and the sender may even start the congestion mechanism according to TCP to slow down the transmission rate, thereby greatly reducing the overall user plane data transmission efficiency.
目前,就如何提高 TCP在无线网络和非对称网络上用户面数据传输 的性能, 协议 RFC3481和 RFC3449分别给出了相关的策略, 包括: 调 整发送方和接收方的 TCP窗口大小,增加发送方的初始发送窗口 , 限制 发送方的发送速率, 调整最大数据传输单元(MTU )的大小, 在发送方 启用路径 MTU检测机制, 在发送方和接收方启用选择性 ACK, 启用直 接拥塞通知机制, 启用时间戳机制, 不使用 TCP/IP 的头压缩算法, 修 改接收方返回 ACK机制等等。  At present, regarding how to improve the performance of TCP user plane data transmission on wireless and asymmetric networks, the protocols RFC3481 and RFC3449 respectively provide relevant strategies, including: Adjusting the TCP window size of the sender and receiver, increasing the sender's Initial sending window, limiting the sender ’s sending rate, adjusting the size of the maximum data transmission unit (MTU), enabling the path MTU detection mechanism on the sender, enabling selective ACK on the sender and receiver, enabling the direct congestion notification mechanism, enabling time Poke mechanism, do not use TCP / IP header compression algorithm, modify the receiver to return ACK mechanism and so on.
这些技术方案都是对现有的 TCP/IP进行参数和机制的相应调整,从 一定程度上提高了 TCP在无线网络中的用户面数据传输的性能。 但是, 这些措施没有真正解决无线网络中上行和下行同时进行数据传输时, 上 行和下行相互影响的问题, 这些调整不能保证用户面数据流在空口保持 稳定的速率, 势必会在空口产生数据的緩存和突发,从而造成 TCP启用 拥塞机制, 导致数据传输速率的不稳定。 另外, 以上的调整不能够产生 统一有益的效果, 往往是针对不同的应用环境采用不同的参数组合才能 达到一定的效果, 并且在实际的无线网络应用中, Internet各个服务节点 的主机是不可控的,或者另一个 IP终端是手机,对不可控主机的 TCP/IP 参数进行调整或者由普通手机用户来修改 TCP/IP参数都是不现实的, 不符合网络的实际应用要求。 而且, 其中有些措施需要对 TCP/IP进行 重新设计和实现, 会影响到现有网络的数据传输, 对于现有的网络来说 并不可行。 发明内容 These technical solutions are to adjust the parameters and mechanisms of the existing TCP / IP accordingly, and to a certain extent improve the performance of TCP user plane data transmission in wireless networks. However, these measures do not really solve the problem of the interaction between uplink and downlink when the uplink and downlink are transmitting data simultaneously in a wireless network. These adjustments cannot guarantee that the user plane data flow maintains a stable rate on the air interface, and it will inevitably generate a buffer of data on the air interface. And burst, which causes TCP to use the congestion mechanism, leading to instability of the data transmission rate. In addition, the above adjustments cannot produce unified and beneficial effects. Often, different parameter combinations are used for different application environments to achieve a certain effect. In actual wireless network applications, the hosts of Internet service nodes are uncontrollable. Or, another IP terminal is a mobile phone. It is unrealistic to adjust the TCP / IP parameters of an uncontrollable host or modify the TCP / IP parameters by ordinary mobile phone users, which does not meet the actual application requirements of the network. In addition, some of these measures require redesign and implementation of TCP / IP, which will affect the data transmission of the existing network and are not feasible for the existing network. Summary of the invention
有鉴于此, 本发明的主要目的在于提供一种用户面数据处理方法, 在保持原有 TCP/IP和 UMTS数据传输机制的基础上, 优先将 TCP的 ACK数据包发送到对方,从而减少 TCP的 ACK数据包的回复时延,保 证稳定的用户面数据传输速率。  In view of this, the main object of the present invention is to provide a user-plane data processing method, and on the basis of maintaining the original TCP / IP and UMTS data transmission mechanisms, preferentially send TCP ACK data packets to the other party, thereby reducing TCP The response delay of the ACK data packet ensures a stable user-plane data transmission rate.
为达到上述目的, 本发明的技术方案是这样实现的:  To achieve the above object, the technical solution of the present invention is implemented as follows:
(蓝字部分不用看, 此权利要求拷过来。)  (The blue part need not be read, this claim is copied over.)
本发明公开了一种用户面数据处理方法 ,用于对从空口协议栈 IP层 下发的每一个 IP数据包进行处理, 该方法包括:  The invention discloses a user plane data processing method for processing each IP data packet delivered from the IP layer of an air interface protocol stack. The method includes:
a.判断当前接收的 IP数据包是否为 TCP的 ACK数据包 , 如果是, 则执行步驟 b; 否则对所述 IP数据包进行流控;  a. Determine whether the currently received IP data packet is a TCP ACK data packet, and if so, perform step b; otherwise, perform flow control on the IP data packet;
b.对所述 IP数据包进行处理得到分組数据汇聚协议 ( PDCP )数据 包。  b. Process the IP data packet to obtain a Packet Data Convergence Protocol (PDCP) data packet.
步骤 a中, 在判断为 TCP的 ACK数据包时, 进一步包括: 将所述 IP数据包标识为高优先级; 步驟 a所述流控为: 将所述 IP数据包标识 为低优先级; 在步骤 b之后, 进一步包括: 无线链路控制协议(RLC ) 层对 PDCP数据包进行处理得到 RLC数据包, 判断所得到的 RLC数据 包是否为优先级高的数据包,如果是,则将该 RLC数据包分配到优先级 高的逻辑信道; 否则将该 RLC数据包分配到优先级低的逻辑信道。  In step a, when the ACK packet is determined to be TCP, the method further includes: identifying the IP data packet as a high priority; the flow control in step a is: identifying the IP data packet as a low priority; After step b, the method further includes: the radio link control protocol (RLC) layer processes the PDCP data packet to obtain an RLC data packet, and determines whether the obtained RLC data packet is a high-priority data packet, and if so, the RLC The data packet is allocated to a logical channel with a high priority; otherwise, the RLC data packet is allocated to a logical channel with a low priority.
其中, 该方法进一步包括: PDCP层获取当前空口数据传输性能; 步骤 a中, 根据所获取的空口数据传输性能进行流控。  The method further includes: the PDCP layer acquires current air interface data transmission performance; in step a, performing flow control according to the acquired air interface data transmission performance.
其中, 所述空口数据传输性能包括空口拥塞指示; 步骤 a所述流控 为: PDCP层緩存 IP数据包; 根据获取到的空口拥塞指示是否有效来判 断空口是否拥塞, 如果是, 结束当前处理; 否则读取所緩存的 IP数据包 并发送至 PDCP功能处理模块。 其中, 所述空口数据传输性能进一步包括: 空口速率; 步骤 a所迷 流控中,所述发送 IP数据包至 PDCP功能处理模块为: 以所获取的空口 速率发送 IP数据包。 步骤 a所述流控中, 所述判断空口拥塞时, 进一步 包括: 读取所緩存的 IP数据包, 以小于所述空口速率的速率发送 IP数 据包至 PDCP功能处理模块, 执行步骤 b。 Wherein, the air interface data transmission performance includes an air interface congestion indication; the flow control in step a is: the PDCP layer buffers IP data packets; judging whether the air interface is congested according to whether the obtained air interface congestion indication is valid, and if so, ending the current processing; Otherwise, the buffered IP data packet is read and sent to the PDCP function processing module. The air interface data transmission performance further includes: an air interface rate; in the flow control in step a, the sending an IP data packet to the PDCP function processing module is: sending the IP data packet at the obtained air interface rate. In the flow control in step a, when the air interface is determined to be congested, the method further includes: reading the buffered IP data packet, and sending the IP data packet to the PDCP function processing module at a rate lower than the air interface rate, and performing step b.
其中, 所述空口数据传输性能为空口速率; 步骤 a中, 所述流控为: PDCP层緩存 IP数据包, 读取所緩存的 IP数据包并以所获取的空口速 率发送 IP数据包至自身的 PDCP功能处理模块。  The air interface data transmission performance is an air interface rate. In step a, the flow control is: the PDCP layer buffers IP data packets, reads the buffered IP data packets, and sends the IP data packets to itself at the acquired air interface rate. PDCP function processing module.
其中, 所述获取空口数据传输性能的方法为: 媒体访问控制协议 MAC层根据监测到的空口数据传输参数计算得到空口数据传输性能并 上报 PDCP层。  The method for obtaining air interface data transmission performance is: The media access control protocol MAC layer calculates the air interface data transmission performance based on the monitored air interface data transmission parameters and reports it to the PDCP layer.
' 其中,所述获取空口数据传输性能的方法为: MAC层上报监测到的 空口数据传输参数至 PDCP层, PDCP层根据所述空口数据传输参数计 算得到空口数据传输性能。  Wherein, the method for obtaining air interface data transmission performance is: the MAC layer reports the monitored air interface data transmission parameters to the PDCP layer, and the PDCP layer calculates the air interface data transmission performance according to the air interface data transmission parameters.
其中, 该方法进一步包括: 在用户设备 UE侧和网络主机侧分别连 接便携机, 由各便携机分别从 UE和网络主机截获 IP数据包; 各便携机 分别对截获到的 IP数据包进行步骤 a所述的处理; 在步骤 a之后, 进一 步包括:便携机将截获到的 IP数据包发送回自身连接的 UE或网络主机 的 PDCP层。  The method further includes: connecting a portable machine to the UE side and the network host side of the user equipment, and each portable machine intercepts the IP data packet from the UE and the network host; each portable machine performs step a on the intercepted IP data packet. Said processing; after step a, further comprising: sending, by the portable machine, the intercepted IP data packet back to the PDCP layer of the UE or the network host connected to it.
其中, 该方法进一步包括: 在各便携机中设置各自连接的 UE或网 络主机的空口速率; 步驟 a中, 所述流控为: 便携机对 IP数据包进行緩 存,将所緩存的 IP数据包发送回 UE或网络主机的速率调整为所设置的 空口速率。  The method further includes: setting the air interface rate of each connected UE or network host in each portable machine; in step a, the flow control is: the portable machine caches the IP data packet and caches the cached IP data packet The rate sent back to the UE or the network host is adjusted to the set air interface rate.
由上述方案可以看出, 本发明的关键在于: 对于 IP层下发的 IP数 据包的 TCP包头进行分析; 然后, 将 TCP的 ACK数据包直接发送, 并 对非 TCP的 ACK:数据包进行流控后再下发。 从而, TCP的 ACK数据 包可以优先下发至空口。 It can be seen from the foregoing solution that the key of the present invention is: analyzing the TCP header of the IP data packet delivered by the IP layer; and then directly sending the TCP ACK data packet, and Non-TCP ACK: The packets are sent after flow control. Therefore, the TCP ACK data packet can be preferentially delivered to the air interface.
综上所述, 本发明所提供的用户面数据处理方法, 仅需在原有空口 各协议层功能处理中添加一些数据包分析和流控的处理, 因此, 本发明 方法能够在保持原有的 TCP/IP和 UMTS数据传输机制的基础上, 优先 下发 TCP的 ACK数据包, 基本避免 TCP的 ACK数据包被非 TCP的 ACK数据包阻塞在空口, 减少 TCP的 ACK数据包的回复时延,从而从 整体上提高用户面数据的传输性能。 附图简要说明  In summary, the user-side data processing method provided by the present invention only needs to add some packet analysis and flow control processing to the functional processing of each protocol layer of the original air interface. Therefore, the method of the present invention can maintain the original TCP Based on the / IP and UMTS data transmission mechanisms, TCP ACK packets are preferentially issued, which basically prevents TCP ACK packets from being blocked on the air interface by non-TCP ACK packets, reducing the response delay of TCP ACK packets, thereby Improve the transmission performance of user plane data as a whole. Brief description of the drawings
图 1为本发明方法第一个较佳实施例处理流程示意图;  FIG. 1 is a schematic flowchart of a process of a first preferred embodiment of the method of the present invention;
图 2为空口协议栈中 UE与 UTRAN之间各协议层分布结构以及对 应关系示意图;  Figure 2 is a schematic diagram of the distribution structure and corresponding relationship between the protocol layers of the UE and UTRAN in the air interface protocol stack;
图 3为本发明方法第二个较佳实施例处理流程示意图;  FIG. 3 is a schematic diagram of a processing flow of a second preferred embodiment of the method of the present invention; FIG.
图 4为本发明方法第三个较佳实施例处理流程示意图。 实施本发明的方式  FIG. 4 is a schematic process flow diagram of a third preferred embodiment of the method of the present invention. Mode of Carrying Out the Invention
下面结合附图及具体实施例对本发明再作进一步详细的说明。  The present invention will be described in further detail below with reference to the drawings and specific embodiments.
本发明的主要处理思想为:对从空口协议栈的 IP层下发的每一个 IP 数据包进行判断,如果该 IP数据包为 TCP的 ACK数据包,则直接下发, 从而依次进行协议规定的分组数据汇聚协议 ( PDCP )层、 无线链路控. 制协议(RLC )层等的处理;如果该 IP数据包为非 TCP的 ACK数据包, 则对该数据包进行流控,在流控之后再进行 PDCP层、 RLC层等的处理。  The main processing idea of the present invention is: judging each IP data packet delivered from the IP layer of the air interface protocol stack. If the IP data packet is a TCP ACK data packet, it is directly sent, so as to sequentially perform the protocol stipulated. Processing of packet data convergence protocol (PDCP) layer, wireless link control protocol (RLC) layer, etc .; if the IP data packet is a non-TCP ACK data packet, flow control is performed on the data packet, after the flow control Processes such as the PDCP layer and the RLC layer are performed.
图 1为本发明方法第一个较佳实施例处理流程示意图。 在本实施例 中, 非 TCP的 ACK数据包的流控方法为:将每一个从 IP层下发的 TCP 的 ACK数据包标识为高优先级; 然后, 对 IP数据包进行 PDCP层处理 得到 PDCP数据包后, RLC层再进一步对接收到的 PDCP数据包优先级 进行解析, 将高优先级的 TCP的 ACK数据包分配到优先级高的逻辑信 道。 如图 1所示, 其具体处理步骤如下: FIG. 1 is a schematic flowchart of a process according to a first preferred embodiment of the method of the present invention. In this embodiment, the flow control method of the non-TCP ACK data packet is: each TCP sent from the IP layer The ACK data packet is identified as a high priority. Then, after the PDCP layer process is performed on the IP data packet to obtain the PDCP data packet, the RLC layer further analyzes the priority of the received PDCP data packet, and the high priority TCP ACK is parsed. Packets are assigned to logical channels with high priority. As shown in Figure 1, the specific processing steps are as follows:
步骤 101 : PDCP层接收 IP层下发的 IP数据流, 判断当前接收的 IP 数据包是否为 TCP的 ACK数据包, 如果是, 转入步骤 102; 否则, 转 入步骤 103。  Step 101: The PDCP layer receives the IP data stream sent by the IP layer, and determines whether the currently received IP data packet is a TCP ACK packet. If yes, go to step 102; otherwise, go to step 103.
其中, 空口的用户面协议栈被划分为: PDCP层、 RLC层、 媒体访 问控制协议 ( MAC )层和物理 ( PHY )层。 图 2为空口协议栈中用户终 端(UE )与 UTRAN之间各协议层分布结构以及对应关系示意图。 由于 通信系统的任何数据传输都要依赖于各协议层支持 , 那么, 基于上述协 议栈结构, 在上行数据传输过程中, UE侧先由 PDCP层对 IP层下发的 IP数据包进行头压缩处理得到 PDCP数据包, 然后将 PDCP数据包发往 RLC层; RLC层对接收到的 PDCP数据包实施分片和级联得到 RLC数 据包并发往 MAC层; MAC层根据当前 RLC数据包和已配置的传输格 式组合集合 ( TFCS )选择合适的传输格式组合( TFC ); 最后由 PHY层 根据选定的 TFC进行编码调制后将数据包发送至 UTRAN侧;在 UTRAN 侧,数据包依次经由 PHY层、 MAC层、 RLC层和 PDCP层做解调译码、 解组合、 重组数据以及解压缩后, 得到 UE所发送的 IP数据包并发往 UTRAN层的 IP层。 下行的数据传输与所述上行数据传输过程相反, 将 上行数据传输过程中所述 UE替换为 UTRAN、 并将所述 UTRAN替换 为 UE即可。  The user interface protocol stack of the air interface is divided into: a PDCP layer, an RLC layer, a media access control protocol (MAC) layer, and a physical (PHY) layer. Figure 2 is a schematic diagram of the distribution structure and corresponding relationship between the protocol layers between the user terminal (UE) and the UTRAN in the air interface protocol stack. As any data transmission of the communication system depends on the support of the various protocol layers, based on the above-mentioned protocol stack structure, during the uplink data transmission process, the PDCP layer first compresses the IP data packets issued by the IP layer on the UE side. Get the PDCP data packet, and then send the PDCP data packet to the RLC layer; the RLC layer performs fragmentation and concatenation on the received PDCP data packet to obtain the RLC data packet and send it to the MAC layer; the MAC layer according to the current RLC data packet and the configured TFCS selects the appropriate transmission format combination (TFC); finally, the PHY layer sends the data packet to the UTRAN side after encoding and modulation according to the selected TFC; on the UTRAN side, the data packet passes through the PHY layer, After the MAC layer, RLC layer and PDCP layer perform demodulation, decoding, recombination, data recombination and decompression, the IP data packet sent by the UE is obtained and sent to the IP layer of the UTRAN layer. The downlink data transmission is opposite to the uplink data transmission process, and the UE is replaced with UTRAN and the UTRAN is replaced with UE in the uplink data transmission process.
由于, PDCP层主要完成数据汇聚发送和压缩 TCP/IP数据包头的功 能, 在这一层, 首先将读取 IP层下发的 IP数据包的数据包头, 然后进 行 TCP/IP数据包头的压缩处理再发送至 LC层。 因此, 这里数据包的 TCP和 IP数据包头都是可见的, 则可以在 PDCP层读取 IP数据包头的 过程中判断 IP数据包是否为 TCP的 ACK数据包。 Because the PDCP layer mainly completes the functions of data aggregation and sending and compressing the TCP / IP data packet header. In this layer, the data packet header of the IP data packet issued by the IP layer is read first, and then the compression processing of the TCP / IP data packet header is performed. It is then sent to the LC layer. So here's the Both the TCP and IP data packet headers are visible, and it can be determined whether the IP data packet is a TCP ACK data packet during the PDCP layer reading the IP data packet header.
根据以上对空口协议栈中各协议层的描述可见, PDCP层在 UTRAN 侧和 UE侧都能够对 IP数据包进行分析和处理, 因此, PDCP层在收到 IP数据包后, 能够根据 IP数据包的 TCP数据包头中标识 ACK数据包 的标志位是否有效, 来判断该 IP数据包是否为 TCP的 ACK数据包。  According to the description of each protocol layer in the air interface protocol stack, it can be seen that the PDCP layer can analyze and process IP data packets on both the UTRAN side and the UE side. Therefore, after receiving the IP data packet, the PDCP layer can Whether the flag bit identifying the ACK data packet in the TCP data packet header is valid, to determine whether the IP data packet is a TCP ACK data packet.
步骤 102: PDCP层将该 IP数据包标识为优先级高的数据包, 执行 步骤 104。  Step 102: The PDCP layer identifies the IP data packet as a data packet with a high priority, and executes Step 104.
步骤 103: PDCP层将该 IP数据包标识为优先级低的数据包。  Step 103: The PDCP layer identifies the IP data packet as a low-priority data packet.
步骤 104: PDCP 层对该数据包进行现有的 PDCP 功能处理得到 PDCP数据包, 再将其发送至 RLC层。 这里, 所述现有 PDCP功能处理 为读取数据包头之后的 TCP/IP数据包头的压缩处理。  Step 104: The PDCP layer performs an existing PDCP function processing on the data packet to obtain a PDCP data packet, and then sends it to the RLC layer. Here, the existing PDCP function processing is the compression processing of the TCP / IP data packet header after reading the data packet header.
步驟 105: RLC层接收 PDCP层发送的 PDCP数据包, 分析 PDCP 数据包的优先级, 并进行现有的 RLC功能处理得到 RLC数据包。 这里 所述的现有的 RLC功能处理为对数据包实施分片和级联等处理。  Step 105: The RLC layer receives the PDCP data packet sent by the PDCP layer, analyzes the priority of the PDCP data packet, and performs the existing RLC function processing to obtain the RLC data packet. The existing RLC function processing described here is to perform processing such as fragmentation and concatenation on data packets.
由于, PDCP 层是通过 RLC-AM-DATA-Req原语来下发数据包给 RLC层, RLC层接收到数据包之后首先通过分析高层下发的原语来对数 据包进行相应的处理, 因此在所述步骤 102或步骤 103中, PDCP层通 过在该原语中添加一个标识数据包优先级的信元来对数据包的优先级 进行标识; 然后在所述步驟 105中, RLC层通过分析该原语得知该数据 包的优先级, 如果原语中标识数据包优先级的信元表明优先级高, 则该 数据包为优先级高的数据包;否则该数据包为优先级低的数据包。这里, 本发明可以采用的标识和识别数据包优先级的方法有多种, 并不局限于 本段所述的方式, 由于标识何识别数据包优先級的处理非本发明解决的 · 问题, 因此, 本文对于其它方式不再详述。 步骤 106: RLC层判断该 RLC数据包是否为优先级高的数据包, 如 果是, 转入步骤 107; 否则转入步骤 108。 由于在步骤 105中 RLC层已 得知数据包的优先级, 因此这里可以对 RLC数据包的优先级进行判断。 The PDCP layer sends the data packet to the RLC layer through the RLC-AM-DATA-Req primitive. After receiving the data packet, the RLC layer first analyzes the primitive sent by the higher layer to process the data packet accordingly, so In step 102 or step 103, the PDCP layer identifies the priority of the data packet by adding a cell identifying the priority of the data packet to the primitive; then in step 105, the RLC layer analyzes The primitive learns the priority of the data packet. If the cell identifying the priority of the data packet in the primitive indicates that the priority is high, the data packet is a high priority data packet; otherwise, the data packet is a low priority data packet. data pack. Here, the present invention can adopt various methods for identifying and identifying the priority of a data packet, and is not limited to the manner described in this paragraph. Since the process of identifying how to identify the priority of a data packet is not a problem addressed by the present invention, This article will not go into details about other methods. Step 106: The RLC layer judges whether the RLC data packet is a data packet with a high priority, and if so, proceeds to step 107; otherwise, proceeds to step 108. Since the RLC layer already knows the priority of the data packet in step 105, the priority of the RLC data packet can be determined here.
步驟 107: RLC层将该 RLC数据包发送给优先级高的逻辑信道, 结 束当前处理。  Step 107: The RLC layer sends the RLC data packet to a logical channel with a higher priority, and ends the current processing.
步骤 108: RLC层将该 RLC数据包发送至优先级低的逻辑信道, 结 束当前处理。  Step 108: The RLC layer sends the RLC data packet to a logical channel with a lower priority, and ends the current processing.
由于,在目前的空口协议规范中, 一个 RLC层可以对应两个逻辑信 道, MAC层在根据逻辑信道优先级进行调度时会首先调度优先级高的 逻辑信道进行处理。 因此, 本实施例在所述步骤 102中将 TCP的 ACK. 数据包标识为优先级高的数据包, 并在所述步骤 107中将优先级标识为 高的 TCP的 ACK数据包发送至优先级高的逻辑信道。 这样, 空口可以 优先发送 TCP的 ACK数据包,来保证 TCP发送方能够在较小的时延内 得到 ACK数据包。  Because in the current air interface protocol specification, one RLC layer can correspond to two logical channels, and when the MAC layer performs scheduling according to the logical channel priority, it will first schedule the logical channel with the higher priority for processing. Therefore, in this embodiment, the TCP ACK. Data packet is identified as a data packet with high priority in step 102, and the TCP ACK data packet with high priority is sent to the priority in step 107. High logical channel. In this way, the air interface can send TCP ACK data packets first to ensure that the TCP sender can get ACK data packets within a small delay.
步驟 101至步骤 108所述为对于一个数据包的处理, 本实施例中对 每一个从 IP层依次下发至 PDCP层和 RLC层的数据包均进行上述处理, 并且, 在空口的 UE侧和 UTRAN侧的 PDCP层、 RLC层均进行图 1所 述的处理, 这样在 UE侧和 UTRAN侧下发的每一个 TCP的 ACK数据 包均将被分配至优先级高的逻辑信道, 从而优先被处理。  Step 101 to step 108 are processing for one data packet. In this embodiment, each of the data packets sequentially delivered from the IP layer to the PDCP layer and the RLC layer is processed as described above, and at the UE side of the air interface and The PDCP layer and RLC layer on the UTRAN side both perform the processing described in Figure 1. In this way, each TCP ACK packet sent on the UE side and the UTRAN side will be assigned to a logical channel with a higher priority, so that it is processed preferentially. .
上述方案,通过在 PDCP层和 RLC层对数据流进行处理,使得 MAC 层可以优先发送 TCP的 ACK数据包, 基本上保证了在上行和下行都进 行数据传输时, TCP的 ACK数据包不会被非 TCP的 ACK数据包阻塞 在空口,减少了 TCP的 ACK数据包回复的时延,从而可以基本避免 TCP 层的数据传输进入拥塞状态使 TCP发送方启用拥塞机制。这样,保证了 上下行双向数据传输的效率,从而大大提高了空口和 TCP传输机制相配 合时的数据传输性能。 In the above scheme, the data flow is processed at the PDCP layer and the RLC layer, so that the MAC layer can send TCP ACK packets preferentially, which basically guarantees that TCP ACK packets will not be transmitted when data is transmitted in both uplink and downlink. Non-TCP ACK packets are blocked on the air interface, reducing the delay of TCP ACK packet reply, which can basically prevent the TCP layer data transmission from entering the congested state and enable the TCP sender to enable the congestion mechanism. In this way, the efficiency of uplink and downlink bidirectional data transmission is guaranteed, thereby greatly improving the matching of the air interface and the TCP transmission mechanism. Timely data transmission performance.
图 3为本发明方法第二个较佳实施例处理流程示意图。 在本实施例 中, PDCP层对 TCP的 ACK数据包直接进行现有的 PDCP功能处理, 同时, PDCP层根据自身获取的空口数据传输性能, 对非 TCP的 ACK 数据包进行流控, 然后再进行现有的 PDCP功能处理。 如图 3所示, 其 具体处理步骤如下:  FIG. 3 is a schematic diagram of a processing flow of a second preferred embodiment of the method of the present invention. In this embodiment, the PDCP layer directly performs the existing PDCP function processing on the TCP ACK data packet. At the same time, the PDCP layer performs flow control on the non-TCP ACK data packet according to the air interface data transmission performance obtained by the PDCP layer, and then performs Processing of existing PDCP functions. As shown in Figure 3, the specific processing steps are as follows:
步骤 301: PDCP层接收 IP层发送的一段数据流, 对数据流中的每 一个 IP数据包进行分析, 并判断: 当前接收的 IP数据包是否为 TCP的 ACK数据包, 对所有符合条件的 IP数据包即 TCP的 ACK数据包执行 步骤 305; 对所有不符合条件的 IP数据包即非 TCP的 ACK数据包执行 步骤 302。  Step 301: The PDCP layer receives a piece of data stream sent by the IP layer, analyzes each IP data packet in the data stream, and determines whether the currently received IP data packet is a TCP ACK packet, and for all eligible IPs The data packet is a TCP ACK data packet, and step 305 is performed; for all IP packets that do not meet the conditions, that is, a non-TCP ACK data packet, step 302 is performed.
步骤 302: PDCP层对 IP数据包进行緩存。  Step 302: The PDCP layer buffers the IP data packet.
步骤 303: PDCP层获取空口数据传输性能,并根据所获取的空口数 据传输性能判断空口是否拥塞, 如果是, 结束当前处理; 否则执行步骤 304。  Step 303: The PDCP layer acquires air interface data transmission performance, and judges whether the air interface is congested according to the acquired air interface data transmission performance, and if so, ends the current processing; otherwise, execute step 304.
本步骤可见,本实施例中根据空口数据传输性能进行流控的方法为:■ 当空口拥塞时, 緩存 IP数据包, 不进行处理, 直到空口不拥塞时, 再读 取所緩存的 IP数据包进行处理。  It can be seen in this step that the method for performing flow control according to the data transmission performance of the air interface in this embodiment is: ■ When the air interface is congested, the IP data packet is buffered and not processed until the air interface is not congested, and then the cached IP data packet is read. For processing.
其中, 空口数据传输性能需要通过从空口监测到的各种数据传输参 数来计算得到。 本步骤所述获取空口数据传输性能的方法基本有两种: 一、 利用媒体传输控制协议 ( MAC )层监测空口数据传输参数的功能, 由 MAC层上报其所监测到的空口数据传输参数给 PDCP层,然后 PDCP 层根据接收到的空口数据传输参数计算得到空口数据传输性能; 二、 MAC层监测空口数据传输参数, 并计算得到空口数据传输性能, 再将' 自身计算得到的空口数据传输性能上报给 PDCP层。 本实施例所述空口传输性能可以仅包括空口拥塞指示。 由于, MAC 层可以监测到当前 MAC层最大发送速率即空口速率、 RLC层的数据緩 存量等空口数据传输参数。 因此得到空口拥塞指示的方法可以为: 才艮据 空口速率和 RLC层的数据緩存量可以得到数据包在 RLC层緩存的最短 时间; 再根据此数据包緩存最短时间和事先设定的拥塞判定时间门限判 决空口是否拥塞:如果数据包在 RLC层緩存的最短时间超出此拥塞判定 时间门限, 则可以判决空口拥塞, 置空口拥塞指示为有效; 否则判决空 口未拥塞, 置空口拥塞指示为无效。 这里, 拥塞判定时间门限的设定与 当前具体业务类型有关, 且判决空口是否拥塞所采用的具体标准也不限 于一种, 比如: 可以速率为标准来衡量空口是否拥塞等, 本发明对此并 不进行限定。 Among them, the air interface data transmission performance needs to be calculated through various data transmission parameters monitored from the air interface. There are basically two methods for obtaining air interface data transmission performance described in this step: 1. The function of using the Media Transmission Control Protocol (MAC) layer to monitor air interface data transmission parameters, and the MAC layer reports its monitored air interface data transmission parameters to PDCP. Layer, and then the PDCP layer calculates the air interface data transmission performance according to the received air interface data transmission parameters; 2. The MAC layer monitors the air interface data transmission parameters and calculates the air interface data transmission performance, and then reports the air interface data transmission performance calculated by itself. To the PDCP layer. The air interface transmission performance described in this embodiment may only include an air interface congestion indication. Because the MAC layer can monitor air interface data transmission parameters such as the current maximum transmission rate of the MAC layer, that is, the air interface rate, and the amount of data cache in the RLC layer. Therefore, the method for obtaining the air interface congestion indication can be: According to the air interface rate and the amount of data buffering at the RLC layer, the minimum time for data packets to be buffered at the RLC layer can be obtained; and then based on the minimum time for buffering the data packets and the preset congestion determination time The threshold determines whether the air interface is congested: If the minimum time for data packets buffered in the RLC layer exceeds this congestion determination time threshold, the air interface can be determined to be congested, and the air interface congestion indicator is valid; otherwise, the air interface is not congested, and the air interface congestion indicator is invalid. Here, the setting of the congestion determination time threshold is related to the current specific service type, and the specific standard used to determine whether the air interface is congested is not limited to one type. For example, the rate can be used as a standard to measure whether the air interface is congested. Not limited.
步骤 304: PDCP层读取所緩存的 IP数据包并发送至自身的 PDCP 功能处理模块。这里 ,所述 IP数据包可以包括步骤 302所緩存的数据包, 也可以包括 PDCP层之前已存储的 IP数据包。  Step 304: The PDCP layer reads the buffered IP data packet and sends it to its own PDCP function processing module. Here, the IP data packet may include the data packet buffered in step 302, and may also include the IP data packet stored before the PDCP layer.
本实施例的步骤 302至步骤 304中 , 所述的 IP数据包为非 TCP的 ACK数据包。  In steps 302 to 304 of this embodiment, the IP data packet is a non-TCP ACK data packet.
步骤 305: 对 IP数据包进行 PDCP功能处理, 结束当前处理。这里, IP数据包经过 PDCP功能处理之后将被下发至 RLC层进行现有的相应 的后续处理, 并最终发送至空口。  Step 305: Perform PDCP function processing on the IP data packet, and end the current processing. Here, after being processed by the PDCP function, the IP data packet will be delivered to the RLC layer for the existing corresponding subsequent processing, and finally sent to the air interface.
其中, 所获取的空口数据传输性能除了可以包括空口拥塞指示, 还 可以进一步包括空口速率, PDCP层可以将 IP数据包以空口速率发送至 PDCP功能处理模块, 从而使到达空口的数据速率与实际的空口速率基 本匹配。 此外, 还可进一步在判决空口拥塞时, 以小于当前空口速率的 速率下发数椐包, 也就是说: 步驟 303中, 当判决空口拥塞时, 进一步 包括, 读取所緩存的 IP数据包, 将所读取的 IP数据包以小于空口速率 的某一速率发送至 PDCP功能处理模块, 从而使空口的拥塞情况逐渐得 以缓解并最终消除, 但具体速率的取值由实际情况决定, 本发明并不限 定。这里,在判决空口发生拥塞时确定 IP数据包下发速率的准则有多种, 这些准则确定的下发速率都会使空口的拥塞情况得到緩解, 但具体采用 何种准则来确定该下发速率不属本发明重点, 这里不作详述。 The acquired air interface data transmission performance may include an air interface congestion indication, and may further include an air interface rate. The PDCP layer may send an IP data packet to the PDCP function processing module at the air interface rate, so that the data rate arriving at the air interface is in line with the actual data rate. The air interface rate basically matches. In addition, when judging air interface congestion, it may further issue a number of packets at a rate lower than the current air interface rate, that is, in step 303, when judging air interface congestion, it further includes reading the buffered IP data packet, The read IP data packet is less than the air interface rate A certain rate is sent to the PDCP function processing module, so that the congestion of the air interface is gradually alleviated and eventually eliminated, but the value of the specific rate is determined by the actual situation, and the invention is not limited. Here, there are various criteria for determining the IP packet delivery rate when judging the occurrence of air interface congestion. The delivery rate determined by these criteria will alleviate the congestion of the air interface, but which criteria are specifically used to determine whether the delivery rate does not It is the focus of the present invention and will not be described in detail here.
另外, 所获取的空口数据传输性能还可以仅为空口速率。 则 PDCP 层 4艮据所获取的空口速率进行流控的方法为: 緩存 IP层下发的 IP数据 包,读取所緩存的 IP数据包并以空口速率发送至自身的 PDCP功能处理 模块。  In addition, the acquired air interface data transmission performance may also be only the air interface rate. Then, the method for the PDCP layer to perform flow control according to the obtained air interface rate is to: buffer the IP data packets issued by the IP layer, read the buffered IP data packets, and send them to the PDCP function processing module at the air interface rate.
IP数据流的处理, 本实施例对于 IP层下发的每一段数据流均会执行步 骤 301至步骤 305所述的处理, 并且, 在空口的 UE侧和 UTRAN侧的 PDCP层、 RLC层均进行图 3所述的处理, 这样, 在 UE侧和 UTRAN 侧 PDCP层可以对 IP层下发的每一个 TCP的 ACK数据包直接进行现有 的 PDCP功能处理, 再发送到下层, 从而 TCP的 ACK数据包可以以较 小时延发送到对应非 TCP的 ACK数据包的 TCP发送方, 使该 TCP发 送方的速率保持稳定; 同时, MAC层对空口数据传输参数进行持续监 测使 PDCP层根据其监测到的空口数据传输参数获取到空口数据传输性 能,从而对每一个 IP层下发的非 TCP的 ACK数据包进行流控,使到达 空口的数据速率与实际空口速率基本匹配, 基本保证空口不会发生拥塞 的情况。 For the processing of the IP data flow, in this embodiment, the processing described in step 301 to step 305 is performed for each piece of data flow delivered by the IP layer, and the PDCP layer and the RLC layer on the UE side and the UTRAN side of the air interface are performed. The processing described in FIG. 3, in this way, at the UE side and the UTRAN side, the PDCP layer can directly process the existing PDCP function for each TCP ACK packet sent by the IP layer, and then send it to the lower layer, so that the TCP ACK data The packet can be sent to the TCP sender corresponding to the non-TCP ACK data packet with a small delay, so that the TCP sender's rate remains stable; at the same time, the MAC layer continuously monitors the air interface data transmission parameters so that the PDCP layer can The air interface data transmission parameters obtain the air interface data transmission performance, so that the non-TCP ACK data packets sent by each IP layer are flow controlled, so that the data rate arriving at the air interface basically matches the actual air interface rate, which basically guarantees that no air interface congestion will occur Case.
图 4为本发明方法第三个较佳实施例处理流程示意图。 在本实施例 中, 利用与 UE和网络主机侧连接的便携机来截获 IP数据流, 便携机对. 截获的 IP数据流进行分析之后,将 TCP的 ACK数据包直接送回各自连 接的 UE和网主机, 对非 TCP妁 ACK数据包进行緩存并以当前空口速 率将非 TCP的 ACK数据包发送回各自连接的 UE和网络主机。图 4中, 仅以 UE侧处理为例进行说明。 如图 4所示, 其具体处理步骤如下: 步骤 401: UE侧连接的便携机从 UE截获一段 IP层数据流,对数据 流中的每一个 IP数据包进行分析, 并判断: 当前接收的 IP数据包是否 为 TCP的 ACK数据包, 便携机将所有符合此条件的 IP数据包发送回 UE, 再执行步骤 404; 对所有不符合此条件的 IP数据包执行步骤 402。 FIG. 4 is a schematic diagram of a processing flow of a third preferred embodiment of the method of the present invention. In this embodiment, a portable machine connected to the UE and the network host side is used to intercept the IP data stream, and the portable machine analyzes the intercepted IP data stream and sends the TCP ACK data packet directly to the respective connected UE and Network host, buffer non-TCP 妁 ACK data packets and use current air interface speed Rate to send non-TCP ACK packets back to the respective connected UEs and network hosts. In FIG. 4, only the UE-side processing is used as an example for description. As shown in FIG. 4, the specific processing steps are as follows: Step 401: The portable computer connected to the UE intercepts an IP layer data stream from the UE, analyzes each IP data packet in the data stream, and judges: the currently received IP Whether the data packet is a TCP ACK data packet, the portable computer sends all IP data packets that meet this condition back to the UE, and then executes step 404; performs step 402 for all IP data packets that do not meet this condition.
步骤 402:便携机对 IP数据包进行緩存。这里的 IP数据包为非 TCP 的 ACK数据包。  Step 402: The portable computer buffers the IP data packet. The IP packet here is a non-TCP ACK packet.
步驟 403: 便携机以当前的空口速率将所緩存的 IP数据包发送回 UE。这里, 所述空口速率为预先设置在便携机中的该便携机当前连接的 UE的空口速率。  Step 403: The portable computer sends the buffered IP data packet back to the UE at the current air interface rate. Here, the air interface rate is an air interface rate of a UE to which the portable machine is currently connected, which is preset in the portable machine.
步骤 404: 由 UE的 PDCP层对这些 IP数据包进行现有的 PDCP功 能处理, 结束当前处理。 这里, IP数据包经过 PDCP功能处理之后将被 下发至 RLC层进行现有的相应的后续处理, 并最终发送至空口。  Step 404: The PDCP layer of the UE performs the existing PDCP function processing on these IP data packets, and ends the current processing. Here, after the IP data packet is processed by the PDCP function, it will be delivered to the RLC layer for the existing corresponding subsequent processing, and finally sent to the air interface.
上述步骤 401至步骤 404所述的处理为便携机对所截获的 IP层下发 的一段 IP数据流的处理, 本实施例对于从 UE侧的 IP层下发的每一段 数据流均会执行步骤 401至步骤 404所述的处理。 另外, 以上以 UE侧 连接的便携机的数据处理流程为例对本实施例的处理原理加以说明, 本 实施例还要在网络主机侧连接便携机进行数据处理, 连接网络主机的便 携机的处理流程与以上步驟 401至步骤 404所描述的过程基本相同 , 只 需将上述步骤中的 UE替换为网络主机即可。  The processing described in the above steps 401 to 404 is the processing of a piece of IP data flow delivered by the intercepted IP layer by the portable computer. In this embodiment, steps are performed for each piece of data flow delivered from the IP layer on the UE side. 401 to 404. In addition, the processing principle of this embodiment is described above by taking the data processing flow of the portable machine connected to the UE as an example. In this embodiment, the processing process of the portable machine connected to the network host is also connected to the processing process of the portable machine connected to the network host. The process described in steps 401 to 404 is basically the same, and only the UE in the above steps is replaced with a network host.
根据图 4所述可见, 便携机可以将每一个 IP层下发的 TCP的 ACK 数据包优先发送,并对每一个 IP层下发的非 TCP的 ACK数据包进行流 控, 使非 TCP的 ACK数据包以当前空口速率发送回 UE或网絡主机。 这样,避免了 TCP的 ACK数据包在空口被非 TCP的 ACK数据包阻塞, 使 ACK数据包的回复时延大大减少, 保证了 TCP发送方稳定的发送速 率; 并且对非 TCP的 ACK数据包进行流控, 使其以当前空口速率发送 到下层, 能够使到达空口的数据速率基本与当前实际空口速率一致, 从 而提高了数据传输效率。 According to FIG. 4, it can be seen that the portable computer can send the TCP ACK data packets sent by each IP layer preferentially, and perform flow control on the non-TCP ACK data packets sent by each IP layer, so that the non-TCP ACK The data packet is sent back to the UE or the network host at the current air interface rate. In this way, TCP ACK data packets are prevented from being blocked by non-TCP ACK data packets on the air interface. The response delay of the ACK data packet is greatly reduced, and the stable sending rate of the TCP sender is ensured; and the non-TCP ACK data packet is flow-controlled to be sent to the lower layer at the current air interface rate, which can enable the data rate to the air interface. It is basically consistent with the current actual air interface rate, thereby improving data transmission efficiency.
综上所述,本发明所提供的用户面数据处理方法,可以在空口和 TCP 传输机制相结合进行数据传输时, 优先将 TCP的 ACK数据包发送到所 对应的 TCP发送方,使 TCP的 ACK数据包的回复时延大大减小,保证 了稳定的用户面数据传输速率, 从而显著提高用户面数据的传输性能。  In summary, the user plane data processing method provided by the present invention can preferentially send a TCP ACK data packet to a corresponding TCP sender when the air interface and the TCP transmission mechanism are combined for data transmission, so that the TCP ACK The response delay of the data packet is greatly reduced, ensuring a stable user-plane data transmission rate, thereby significantly improving the user-plane data transmission performance.
以上所述仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围。 凡在本发明的精神和原则之内所作的任何修改、 等同替换、 改 进等, 均包含在本发明的保护范围内。  The above descriptions are merely preferred embodiments of the present invention, and are not intended to limit the protection scope of the present invention. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention are included in the protection scope of the present invention.

Claims

权利要求书 Claim
1、 一种用户面数据处理方法, 用于对从空口协议栈 IP层下发的每 一个 IP数据包进行处理, 其特征在于, 该方法包括:  1. A user plane data processing method for processing each IP data packet delivered from the IP layer of an air interface protocol stack, characterized in that the method includes:
a.判断当前接收的 IP数据包是否为传输控制协议 TCP的确认 ACK 数据包, 如果是, 则执行步驟 b; 否则对所述 IP数据包进行流控;  a. Determine whether the currently received IP data packet is an acknowledgement ACK data packet of the Transmission Control Protocol TCP, and if so, perform step b; otherwise, perform flow control on the IP data packet;
b.对所述 IP数据包进行处理得到分组数据汇聚协议 PDCP数据包。 b. Process the IP data packet to obtain a packet data convergence protocol PDCP data packet.
2、 根据权利要求 1所述的方法, 其特征在于, 步骤 a中, 在判断为 TCP的 ACK数据包时,进一步包括:将所述 IP数据包标识为高优先级; 步骤 a所述流控为: 将所述 IP数据包标识为低优先级; 2. The method according to claim 1, wherein, in step a, when determining that the packet is an ACK packet of TCP, the method further comprises: identifying the IP data packet as a high priority; the flow control in step a Is: identifying the IP data packet as a low priority;
在步骤 b之后, 进一步包括: 无线链路控制协议 RLC层对 PDCP数 据包进行处理得到 RLC数据包, 判断所得到的 RLC数据包是否为优先 级高的数据包,如果是,则将该 RLC数据包分配到优先级高的逻辑信道; 否则将该 RLC数据包分配到优先级低的逻辑信道。  After step b, the method further includes: the radio link control protocol RLC layer processes the PDCP data packet to obtain an RLC data packet, and determines whether the obtained RLC data packet is a high-priority data packet; if it is, the RLC data is The packet is allocated to a logical channel with a high priority; otherwise, the RLC data packet is allocated to a logical channel with a low priority.
3、 根据权利要求 1所述的方法, 其特征在于, 该方法进一步包括: PDCP层获取当前空口数据传输性能; 步骤 a中, 根据所获取的空口数 据传输性能进行流控。  3. The method according to claim 1, further comprising: obtaining, by the PDCP layer, current air interface data transmission performance; and in step a, performing flow control according to the obtained air interface data transmission performance.
4、根据权利要求 3所述的方法, 其特征在于, 所述空口数据传输性. 能包括空口拥塞指示;  4. The method according to claim 3, wherein the air interface data transmission performance can include an air interface congestion indication;
步骤 a所述流控为: PDCP层緩存 IP数据包; 根据获取到的空口拥 塞指示是否有效来判断空口是否拥塞, 如果是, 结束当前处理; 否则读 取所緩存的 IP数据包并发送至 PDCP功能处理模块。  The flow control in step a is: the PDCP layer buffers IP data packets; determines whether the air interface is congested according to whether the obtained air interface congestion indication is valid, and if so, ends the current processing; otherwise, the buffered IP data packet is read and sent to PDCP Functional processing module.
5、根据权利要求 4所述的方法, 其特征在于, 所述空口数据传输性 能进一步包括: 空口速率;  5. The method according to claim 4, wherein the air interface data transmission performance further comprises: an air interface rate;
步骤 a所述流控中, 所述发送 IP数据包至 PDCP功能处理模块为: 以所获取的空口速率发送 IP数据包。 In the flow control in step a, the sending the IP data packet to the PDCP function processing module is: sending the IP data packet at the obtained air interface rate.
6、 根据权利要求 5所述的方法, 其特征在于, 步骤 a所述流控中, 所述判断空口拥塞时, 进一步包括: 读取所緩存的 IP数据包, 以小于所 述空口速率的速率发送 IP数据包至 PDCP功能处理模块, 执行步骤 b。 6. The method according to claim 5, wherein, in the flow control in step a, when determining the air interface is congested, further comprising: reading the buffered IP data packet at a rate lower than the air interface rate. Send the IP data packet to the PDCP function processing module, and execute step b.
7、根据权利要求 3所述的方法, 其特征在于, 所述空口数据传输性 能为空口速率;  7. The method according to claim 3, wherein the air interface data transmission performance is an air interface rate;
步骤 a中, 所述流控为: PDCP层緩存 IP数据包, 读取所緩存的 IP 数据包并以所获取的空口速率发送 IP数据包至自身的 PDCP功能处理模 块。  In step a, the flow control is: the PDCP layer buffers the IP data packet, reads the buffered IP data packet, and sends the IP data packet to its own PDCP function processing module at the acquired air interface rate.
8、根据权利要求 3至 7任一项所述的方法, 其特征在于, 所述获取 空口数据传输性能的方法为: 媒体访问控制协议 MAC层根据监测到的 空口数据传输参数计算得到空口数据传输性能并上报 PDCP层。  8. The method according to any one of claims 3 to 7, wherein the method for obtaining air interface data transmission performance is: a media access control protocol (MAC) layer calculates air interface data transmission based on the monitored air interface data transmission parameters. Performance and report to the PDCP layer.
9、根据权利要求 3至 7任一项所述的方法, 其特征在于, 所述获取 空口数据传输性能的方法为: MAC层上报监测到的空口数据传输参数 至 PDCP层, PDCP层根据所述空口数据传输参数计算得到空口数据传 输性能。  9. The method according to any one of claims 3 to 7, wherein the method for obtaining air interface data transmission performance is: a MAC layer reports a monitored air interface data transmission parameter to a PDCP layer, and the PDCP layer according to the Air interface data transmission parameters are calculated to obtain air interface data transmission performance.
10、根据权利要求 1所述的方法, 其特征在于, 该方法进一步包括: 在用户设备 UE侧和网络主机侧分别连接便携机,由各便携机分别从 UE 和网络主机截获 IP数据包; 各便携机分别对截获到的 IP数据包进行步 骤 a所述的处理;  10. The method according to claim 1, further comprising: connecting a portable machine on the UE side and the network host side of the user equipment, and each portable machine intercepting an IP data packet from the UE and the network host respectively; each The portable machine separately performs the processing described in step a on the intercepted IP data packets;
在步骤 a之后, 进一步包括: 便携机将截获到的 IP数据包发送回自 身连接的 UE或网络主机的 PDCP层。  After step a, the method further includes: the portable computer sends the intercepted IP data packet back to the PDCP layer of the UE or the network host connected to it.
11、根据权利要求 10所述的方法,其特征在于,该方法进一步包括: 在各便携机中设置各自连接的 UE或网络主机的空口速率;  11. The method according to claim 10, further comprising: setting the air interface rate of each connected UE or network host in each portable machine;
步骤 a中, 所述流控为: 便携机对 IP数据包进行緩存, 将所緩存的 IP数据包发送回 UE或网络主机的速率调整为所设置的空口速率。  In step a, the flow control is: the portable computer buffers the IP data packet, and adjusts the rate at which the buffered IP data packet is sent back to the UE or the network host to the set air interface rate.
PCT/CN2005/000755 2004-05-31 2005-05-30 Method for processing the data of the user surface WO2005117395A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN 200410042692 CN100493081C (en) 2004-05-31 2004-05-31 User plane data processing method
CN200410042692.2 2004-05-31

Publications (1)

Publication Number Publication Date
WO2005117395A1 true WO2005117395A1 (en) 2005-12-08

Family

ID=35451251

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2005/000755 WO2005117395A1 (en) 2004-05-31 2005-05-30 Method for processing the data of the user surface

Country Status (2)

Country Link
CN (1) CN100493081C (en)
WO (1) WO2005117395A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114285800A (en) * 2021-12-17 2022-04-05 瓴盛科技有限公司 Congestion adjustment method and device for TCP data flow

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1976343B (en) * 2006-11-10 2010-07-28 华为技术有限公司 Method and system for raising transmission control protocol data handling capacity
KR101122316B1 (en) 2007-09-28 2012-06-01 인터디지탈 패튼 홀딩스, 인크 Operation of control protocol data units in packet data convergence protocol
US9900799B2 (en) 2011-08-16 2018-02-20 Qualcomm Incorporated Reverse link control to reduce forward link latency
CN103138873B (en) * 2011-11-23 2018-02-02 宁夏恒信捷通信息技术服务有限公司 The acquisition methods and equipment of two Packet Delay of layer
CN104283647B (en) * 2013-07-04 2019-06-04 展讯通信(上海)有限公司 Data transmission method, device and network communication equipment based on air interface
CN103685236A (en) * 2013-11-21 2014-03-26 南京信息工程大学 Method for processing data of user layer in transmission of network data of wireless sensor
CN106341348B (en) * 2015-07-17 2019-06-21 普天信息技术有限公司 A kind of flow control methods and access network elements towards TCP traffic
CN106413095B (en) * 2015-07-31 2020-01-10 辰芯科技有限公司 Data transmission method
CN105517047B (en) * 2015-11-26 2018-11-27 京信通信系统(中国)有限公司 Base station flow shaping method and system
CN107306424A (en) * 2016-04-25 2017-10-31 中兴通讯股份有限公司 Data transmission method and device
CN107124435A (en) * 2017-07-06 2017-09-01 济南浪潮高新科技投资发展有限公司 A kind of TCP message encrypted circuit and method
CN108512833B (en) * 2018-03-09 2021-06-29 新华三技术有限公司 Attack prevention method and device
CN113796026A (en) * 2019-05-08 2021-12-14 联想(北京)有限公司 Method and apparatus for radio link flow control

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1276293A2 (en) * 2001-07-09 2003-01-15 Lg Electronics Inc. Packet data service in radio communication system
WO2003049354A1 (en) * 2001-12-04 2003-06-12 Nokia Corporation Method and system for dispatching multiple tcp packets from communication systems
EP1343267A2 (en) * 2002-02-08 2003-09-10 ASUSTeK Computer Inc. Data transmission confirmation in a wireless communication system
EP1361706A2 (en) * 2002-05-10 2003-11-12 ASUSTeK Computer Inc. Method for determining triggering of a pdcp sequence number synchronization prodecure

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1276293A2 (en) * 2001-07-09 2003-01-15 Lg Electronics Inc. Packet data service in radio communication system
WO2003049354A1 (en) * 2001-12-04 2003-06-12 Nokia Corporation Method and system for dispatching multiple tcp packets from communication systems
EP1343267A2 (en) * 2002-02-08 2003-09-10 ASUSTeK Computer Inc. Data transmission confirmation in a wireless communication system
EP1361706A2 (en) * 2002-05-10 2003-11-12 ASUSTeK Computer Inc. Method for determining triggering of a pdcp sequence number synchronization prodecure

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114285800A (en) * 2021-12-17 2022-04-05 瓴盛科技有限公司 Congestion adjustment method and device for TCP data flow

Also Published As

Publication number Publication date
CN100493081C (en) 2009-05-27
CN1705308A (en) 2005-12-07

Similar Documents

Publication Publication Date Title
WO2005117395A1 (en) Method for processing the data of the user surface
AU2005323609B2 (en) Method and apparatus for scheduling enhanced uplink dedicated channels in a mobile communication system
US8750207B2 (en) Adapting transmission to improve QoS in a mobile wireless device
JP4794635B2 (en) Method for operating improved RLC entity and RNC entity for WCDMA, and system thereof
WO2017201677A1 (en) Data transmission method and device
CN103648058B (en) 3G media stream cross-layer rate control method based on channel measurement
US20040015591A1 (en) Collective TCP control for improved wireless network performance
KR101470637B1 (en) Method for enhancing radio resource and informing status report in mobile telecommunications system and receiver of mobile telecommunications
JP2002271366A (en) Packet transmitting method and system, packet sending device, receiving device and sending/receiving device
JP2009544259A (en) Method and apparatus for policy enforcement in a wireless communication system
WO2021128913A1 (en) Enhancement method of cellular network uplink ecn mechanism, device and medium
WO2010006557A1 (en) A method and device for transmitting data
WO2006069534A1 (en) A method for adjusting the size of the transmission buffer of rlc sub-layer
US20070206508A1 (en) Methods and apparatus for supporting fragmentation and defragmentation in a wlan
WO2014205814A1 (en) Data transmission method, apparatus, base station and user equipment
EP1393497A2 (en) Dual mode service platform within network communication system
WO2019144802A1 (en) Data transmission method and related device
WO2012083762A1 (en) Data transmission method, apparatus, and system
CN106993311B (en) Base station data optimized transmission method and system
US20030103483A1 (en) Adaptive radio link protocol (RLP) to improve performance of TCP in wireless environment for cdmaone and cdma2000 systems
TWI394399B (en) Method and apparatus for counting transmission times of a pdu
WO2022007829A1 (en) Data transmission method, apparatus, and device
Sen et al. A survey on cross-layer design frameworks for multimedia applications over wireless networks
CN114285800A (en) Congestion adjustment method and device for TCP data flow
WO2023184545A1 (en) Data transmission method and apparatus, and communication device

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KM KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NG NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SM SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase

Ref country code: DE

WWW Wipo information: withdrawn in national office

Country of ref document: DE

122 Ep: pct application non-entry in european phase