WO2005112489A1 - A method of transmitting status report - Google Patents

A method of transmitting status report Download PDF

Info

Publication number
WO2005112489A1
WO2005112489A1 PCT/CN2005/000688 CN2005000688W WO2005112489A1 WO 2005112489 A1 WO2005112489 A1 WO 2005112489A1 CN 2005000688 W CN2005000688 W CN 2005000688W WO 2005112489 A1 WO2005112489 A1 WO 2005112489A1
Authority
WO
WIPO (PCT)
Prior art keywords
status information
information unit
unit
status
data
Prior art date
Application number
PCT/CN2005/000688
Other languages
French (fr)
Chinese (zh)
Inventor
Xuezhi Yang
Yingzhe Ding
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 WO2005112489A1 publication Critical patent/WO2005112489A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/1607Details of the supervisory signal
    • H04L1/1664Details of the supervisory signal the supervisory signal being transmitted together with payload signals; piggybacking

Definitions

  • the present invention relates to a data transmission technology for data communication, and in particular, to a method for sending a status report under an automatic repeat request (ARQ) mechanism of a communication entity.
  • ARQ automatic repeat request
  • the wireless interface is divided into a physical layer, a data link layer, and a network layer.
  • the data link layer further includes a medium access control (MAC) sublayer, a radio link control (RLC) sublayer, a packet data compression protocol (PDCP) sublayer, and a broadcast / multicast control (BMC) sublayer; a network layer It also includes a radio resource control (RRC) sublayer.
  • MAC medium access control
  • RLC radio link control
  • PDCP packet data compression protocol
  • BMC broadcast / multicast control
  • RRC radio resource control
  • the RLC sublayer of the data link layer supports three transmission modes: transparent mode (TM), unacknowledged mode (UM), and acknowledged mode (AM).
  • TM transparent mode
  • UM unacknowledged mode
  • AM acknowledged mode
  • the RLC layer can implement functions such as segmenting, concatenating, filling, reorganizing, error control, flow control, and repeatability detection of data.
  • the AM mode also has an ARQ mechanism for error control of data units.
  • the ARQ mechanism in AM mode is applicable to two RLC AM entities that communicate with each other.
  • Each RLC AM entity includes two sides: a transmitting side (Transmitting side) and a receiving side (Receiving side).
  • the sending side can schedule and send data units to the peer RLC AM entity;
  • the receiving side can receive data units sent by the peer RLC AM entity, and is responsible for generating a status report according to the reception status of the data unit, and reporting the sending status to the sending side
  • the transmitting side bears the status report in the status information unit, and sends the status information unit to the peer RLC AM entity.
  • the status report is used to confirm that the RLC AM entity has correctly received the data unit, and is used to request the peer RLC AM entity to retransmit the RLC AM entity that it has not received.
  • the status report contains a positive confirmation that the data unit was received correctly
  • ACK acknowledgement
  • NACK negative acknowledgement
  • FIG. 1 is a schematic diagram of a functional model of an RLC AM entity in the prior art. The following describes the processing process of the data unit by the sending side and the receiving side of the RLC AM entity in the WCDMA system according to FIG. 1.
  • the processing process of the data unit by the sending side of the RLC AM entity is:
  • the sending side of the RLC AM entity receives the service data unit (SDU) transmitted from the upper layer, and performs segmentation and / or concatenation processing on the received SDU.
  • the segmented and / or concatenated SDU is then added to the RLC header to assemble a fixed-length acknowledge mode data (AMD) protocol data unit (PDU).
  • AMD acknowledge mode data
  • PDU protocol data unit
  • the generated AMD PDU is then placed in a retransmission buffer and a multiplexing device.
  • the retransmission buffer determines the AMD PDUs that need to be retransmitted according to the NACK information in the status PDU from the peer RLC AM entity, and multiplexes them to the multiplexing device.
  • the device sends these AMD PDUs that need to be retransmitted.
  • the multiplexing device multiplexes the AMD PDUs transmitted from the retransmission buffer and the newly generated AMD PDUs by segmentation and / or concatenation processing, and places the multiplexed AMD PDUs into the sending buffer.
  • the status report transmitted from the receiving side is carried in a status information unit, where the status information unit is a status PDU, and a sending buffer is used to find whether there is an AMD PDU that can piggyback the status PDU, that is, the AMD PDU. If the length of the stuffing byte is greater than or equal to the length of the status PDU, it can be piggybacked, and the status PDU is encapsulated in the stuffing byte part of the AMD PDU, and sent as a piggyback; if all AMD PDUs in the sending buffer are sent If the length of the padding bytes is less than the length of the status PDU, the status PDU is not encapsulated.
  • the status information unit is a status PDU
  • a sending buffer is used to find whether there is an AMD PDU that can piggyback the status PDU, that is, the AMD PDU. If the length of the stuffing byte is greater than or equal to the length of the status PDU, it can be piggybacked, and the status PDU is encapsul
  • the PDU and the control PDU from the RLC control unit are multiplexed, and the AMD PDUs therein are encrypted.
  • the logical PDUs such as one or two dedicated control channels (DCCH) or dedicated service channels (DTCH), are used.
  • the multiplexed PDU is sent out.
  • Figure 2 shows the data structure of the sent AMD PDU.
  • D in the first byte indicates that the AMD PDU is a data PDU; the serial number of the AMD PDU is placed in the first and second bytes; P in the second byte indicates The query bit is used to request the peer RLC AM entity to send a status report;
  • HE is a graph extension type, indicating that the following bytes are a data field or a length indicator (LI, Length Indicator) field; the LI field is used to define the SDU in the AMD PDU. Boundary; the bytes following the data field are padding bytes or piggybacked status PDUs.
  • LI Length Indicator
  • the demultiplexing / routing unit sends the received AMD PDU to the decryption unit; sends the received control PDU to the RLC control unit, and sends the received status PDU to the retransmission buffer of the sending side of the RLC AM entity Area.
  • the decryption unit decrypts the AMD PDU and places it in the receiving buffer.
  • the repetitive management mechanism of the receiving buffer generates a status report according to the reception status of the AMD PDU, and sends the status report to the sending side of the RLC AM entity for sending. Then, analyze the AMD PDU in the receiving buffer to determine whether the RLC SDU can be recombined.
  • piggybacking is allowed when sending a status report of a data unit, that is, if the length of a status PDU to be sent is equal to or less than the padding byte of the AMD PDU to be sent, the status is used
  • the PDU replaces the stuffing byte of the AMD PDU, is encapsulated in the AMD PDU, and is sent together with the AMD PDU.
  • the piggybacked state PDU technology can reduce unnecessary padding bytes, thereby improving link utilization.
  • the prior art method of using the piggyback mechanism to send a status report has the following disadvantages:
  • the RLC AM entity After receiving the SDU from the upper layer, the RLC AM entity immediately performs segmentation and / or concatenation processing, assembles it into a fixed-length AMD PDU, and then uses the padding bytes of the AMD-PDU to piggyback the status PDU, and the length of the padding bytes needs to be Greater than or equal to the length of the status PDU.
  • This processing method depends on the length of the padding bytes of the AMD PDU after segmentation and / or concatenation. If the length of the padding bytes is less than the length of the status PDU, it can only form an independent status PDU to carry the status report. Therefore, the benefits brought by the piggyback mechanism cannot be fully utilized, resulting in a waste of link resources.
  • a main object of the present invention is to provide a method for sending a status report, so as to improve link resource utilization of a communication entity of an ARQ mechanism.
  • a method for sending a status report, a communication entity suitable for data communication using an automatic retransmission mechanism includes:
  • a. Determine the length of the status information unit used to carry the current status report; b. Segment and / or cascade the service data to be sent in the communication entity, generate a new data unit to be sent, and Reserved in the newly generated data unit is greater than or equal to the stated A padding byte of the length of the status information unit, and the data unit that is greater than or equal to the padding byte of the length of the status information unit is a data unit that can carry the status information unit;
  • the method further includes:
  • step c Find whether there is a data unit that can carry the status information unit in the data unit of the communication entity that needs to be retransmitted, and if found, go to step c; otherwise, go to step 13. .
  • the data unit that can piggyback the status information unit is a data unit with padding bytes, and the length of the padding byte is greater than or equal to the length of the piggybacked status information unit.
  • the method further includes:
  • the status information unit can be piggybacked according to a preset piggybacking threshold. If the length of the status information unit is greater than the piggybacking threshold, the status information unit cannot be piggybacked, and the status information unit is directly sent. To end the process; if the length of the status information unit is less than or equal to the piggyback threshold, the status information unit can piggyback and execute steps
  • the piggyback threshold is a product of a predetermined length of the data unit to be transmitted and a coefficient a.
  • the value of the coefficient a is 0.0625.
  • the method further includes:
  • step b It is determined whether there is service data to be sent in the communication entity, and if so, step b is performed, otherwise, the status information unit is directly sent, and the process ends.
  • the communication entity has a service data buffer, and the service data to be sent is temporarily stored in the service data buffer before segmentation and / or cascading processing.
  • the communication entity is a communication entity in a broadband code division multiple access system, or a communication entity in a time division synchronous code division multiple access system.
  • the method is applied in a broadband code division multiple access communication entity or a time division synchronous code division multiple access communication entity that implements an automatic retransmission mechanism in an acknowledgement mode of a radio link control protocol.
  • the data unit that can carry the status information unit is: a protocol data unit for confirming the mode data.
  • the communication entity is a communication entity in a CDMA2000 system.
  • the method is applied to a CDMA2000 communication entity that implements an automatic retransmission mechanism in an automatic retransmission request sublayer of a link access control protocol.
  • the method of the present invention first determines the length of the status information unit carrying the status report, and then performs segmentation and / or concatenation processing on the data to be sent according to the length of the status information unit, and generates a padding byte length greater than or equal to the status information.
  • the utilization of network resources improves the working efficiency of communication entities and reduces costs indirectly.
  • the number of status information units sent separately can be reduced. Reduce the probability of sending blocking.
  • the present invention can further determine whether there is a data unit that has been subjected to segmentation and / or cascade processing before the data is segmented and / or cascaded, the status information unit can be piggybacked. If it exists, the data unit is directly used The data unit carries a status information unit, so the transmission speed can be further increased, and the processing load of the communication entity can be reduced.
  • Figure 1 is a schematic diagram of a functional model of an RLC AM entity in the prior art
  • FIG. 2 is a data structure diagram of an AMD PDU
  • FIG. 3 is a flowchart of sending a status report by using the piggyback mechanism in the method according to the present invention.
  • Party implementing the invention Party implementing the invention,
  • the communication system to which the present invention is applicable includes at least two communication entities, each communication entity includes a transmitting side and a receiving side, and the communication between the two communication entities uses an automatic retransmission request
  • the communication system may be a WCDMA system, a TD-SCDMA system, or a code division multiple access (CDMA) 2000 system.
  • CDMA code division multiple access
  • the automatic retransmission request mechanism is implemented in the AM mode of the RLC protocol; for CDMA2000 systems, the automatic retransmission request mechanism is implemented in the ARQ sublayer of the Link Access Control (LAC) protocol.
  • LAC Link Access Control
  • the core idea of the present invention is: segment / cascade the upper-layer service data, that is, the SDU, according to the length of the status information unit to be piggybacked, generate a data unit that can hold the status information unit, and encapsulate the status information unit in the Piggybacked in the data unit.
  • the following embodiments use the AM mode of the RLC layer in the Universal Terrestrial Radio Access Network (UTRAN) of the WCDMA system as an example to describe the method of the present invention.
  • UTRAN Universal Terrestrial Radio Access Network
  • FIG. 3 is a flowchart of sending a status report by using the piggyback mechanism in the method according to the present invention. As shown in FIG. 3, the status report sending method described in this embodiment includes the following steps:
  • Step 301 The sending process of the status report is triggered, and the receiving side of the RLC AM entity generates a status report that needs to be sent according to the reception status of the PDU, and further generates a carrier of the status report, that is, at least one status information unit, and the status information here.
  • the unit is a status PDU. Send the status PDU to the sending side of the RLC AM entity, and determine the length of the status PDU.
  • the Timer- Status- Prohibit mechanism can trigger status reports and control the frequency of sending status reports.
  • Step 302 Determine whether the length of the status PDU is less than or equal to a preset piggyback threshold of the RLC PDU. If yes, the status PDU can be piggybacked, and step 303 is performed; otherwise, the status PDU cannot be piggybacked, and step 308 is performed.
  • the piggybacking threshold may be a product of a predetermined length L of the RLC PDU and a coefficient a, and a value of the coefficient a may be 0.0625.
  • Step 303 Determine whether there is an AMD PDU to be transmitted in the retransmission buffer, and if there is, execute step 304; otherwise, perform step 305.
  • Step 304 Check the padding bytes of each AMD PDU to be sent in turn. If there is a padding byte of an AMD PDU that is larger than the length of the status PDU, the AMD PDU is a data unit that can carry the status report. And select the AMD PDU as the carrier of the status PDU, and perform step 307; otherwise, perform step 305.
  • Step 305 Determine whether there are high-level SDUs in the SDU buffer that have not been segmented and / or concatenated yet to be sent, and if so, go to step 306; otherwise, go to step 308.
  • the RLC AM entity described in the present invention does not immediately segment and / or concatenate the SDU, but places the SDU in the SDU buffer, which needs to be piggybacked in the stateful PDU.
  • the SDU is then segmented and / or cascaded.
  • Step 306 Segment and / or cascade the unprocessed SDUs according to the length of the status PDU, generate a new AMD PDU, and reserve in at least one newly generated AMD PDU greater than or equal to the status PDU.
  • a padding byte of length, and the newly generated AMD PDU is an AMD PDU that can carry the status PDU.
  • Step 307 Encapsulate the status PDU in a padding byte in the AMD PDU that can piggyback the status PDU, and send the AMD PDU with the status PDU encapsulated, and end the process.
  • Step 308 Send the status PDU without piggybacking the status PDU, and end the process.
  • Step 302, step 303 and step 304, or step 305 are optional steps.
  • the present invention can also perform step 306 directly after performing step 301.

Landscapes

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

Abstract

The present invention disclosed a method of transmitting status report, which is suitable for the communication entities which adopt automatic retransmission request mechanism to perform data communication, the method including : a, determining the length of status information unit used for carrying the status report that need to be transmitted currently; b, performing section/cascade processing on the traffic data which is to be transmitted in the communication unity, creating new data unit that need to be transmitted, and reserving fill byte that is larger than or equal to the length of said status information unit within the new-created data unit, the data unit is the data unit that can carry said status information unit; c, encapsulating the status information unit in the fill byte of the data unit which can carry said status information unit, and transmit the data unit in which encapsulating the status information unit. By using the method of the present invention, it can exert the benefit of the carry mechanism and improve the availability of the link resource.

Description

种发送状态报告的方法  Method for sending status report
技术领域 Technical field
本发明涉及数据通信的数据传输技术, 尤其涉及一种在通信实体的 自动重传请求(ARQ )机制下发送状态报告的方法。 发明背景  The present invention relates to a data transmission technology for data communication, and in particular, to a method for sending a status report under an automatic repeat request (ARQ) mechanism of a communication entity. Background of the invention
目前, 在第三代移动通信系统, 例如宽带码分多址(WCDMA ) 系 统以及时分同步码分多址(TD-SCDMA )系统中,无线接口分为物理层、 数据链路层和网络层。 其中, 数据链路层又包括介质访问控制 (MAC ) 子层、 无线链路控制 (RLC )子层、 分组数据压缩协议(PDCP )子层 和广播 /多播控制 (BMC )子层; 网络层又包括无线资源控制 (RRC ) 子层。  At present, in a third generation mobile communication system, such as a wideband code division multiple access (WCDMA) system and a time division synchronous code division multiple access (TD-SCDMA) system, the wireless interface is divided into a physical layer, a data link layer, and a network layer. The data link layer further includes a medium access control (MAC) sublayer, a radio link control (RLC) sublayer, a packet data compression protocol (PDCP) sublayer, and a broadcast / multicast control (BMC) sublayer; a network layer It also includes a radio resource control (RRC) sublayer.
数据链路层的 RLC子层支持三种传输模式: 透明模式(TM )、 非确 认模式(UM )、 和确认模式(AM )。 RLC层可实现对数据进行分段、 级 联、 填充、 重组、 差错控制、 流量控制、 重复性检测等功能。 其中, AM 模式还具有对数据单元进行差错控制的 ARQ机制。  The RLC sublayer of the data link layer supports three transmission modes: transparent mode (TM), unacknowledged mode (UM), and acknowledged mode (AM). The RLC layer can implement functions such as segmenting, concatenating, filling, reorganizing, error control, flow control, and repeatability detection of data. Among them, the AM mode also has an ARQ mechanism for error control of data units.
AM模式的 ARQ机制适用于两个相互通信的 RLC AM实体。 每个 RLC AM 实体中包括两侧: 发送侧 (Transmitting side ) 和接收侧 ( Receiving side )。其中,发送侧可调度和发送数据单元到对端 RLC AM 实体; 接收侧可接收对端 RLC AM实体发送的数据单元, 并负责根据数 据单元的接收状况生成状态报告, 将发送状态报告到发送侧; 发送侧将 状态报告承载在状态信息单元中, 并将状态信息单元发送到对端 RLC AM实体中。 所述的状态报告用来确认本 RLC AM实体正确接收的数据 单元, 以及用于请求对端 RLC AM实体重传本 RLC AM实体没有收到 的数据单元。 该状态报告中包含表示正确接收数据单元的肯定确认The ARQ mechanism in AM mode is applicable to two RLC AM entities that communicate with each other. Each RLC AM entity includes two sides: a transmitting side (Transmitting side) and a receiving side (Receiving side). The sending side can schedule and send data units to the peer RLC AM entity; the receiving side can receive data units sent by the peer RLC AM entity, and is responsible for generating a status report according to the reception status of the data unit, and reporting the sending status to the sending side The transmitting side bears the status report in the status information unit, and sends the status information unit to the peer RLC AM entity. The status report is used to confirm that the RLC AM entity has correctly received the data unit, and is used to request the peer RLC AM entity to retransmit the RLC AM entity that it has not received. Data unit. The status report contains a positive confirmation that the data unit was received correctly
( ACK )信息,以及包含表示没有正确接收数据单元的否定确认 ( NACK )' 信息。如果对端 RLC AM实体收到的状态信息单元所承咸的状态报告中 包含 NACK信息, 则该对端 RLC AM实体需要重新传送没有被正确接 收的数据单元, 以保证数据单元的正确传输。 (ACK) information and contains a negative acknowledgement (NACK) 'message indicating that the data unit was not received correctly. If the status report carried by the status information unit received by the peer RLC AM entity contains NACK information, the peer RLC AM entity needs to retransmit the data unit that was not received correctly to ensure the correct transmission of the data unit.
图 1为现有技术中 RLC AM实体的功能模型示意图。 以下依据图 1 说明 WCDMA系统中 RLC AM实体的发送侧和接收侧对数据单元的处 理过程。  FIG. 1 is a schematic diagram of a functional model of an RLC AM entity in the prior art. The following describes the processing process of the data unit by the sending side and the receiving side of the RLC AM entity in the WCDMA system according to FIG. 1.
RLC AM实体的发送侧对数据单元的处理过程为:  The processing process of the data unit by the sending side of the RLC AM entity is:
RLC AM实体的发送侧接收高层传送来的业务数据单元(SDU ), ' 对所收到的 SDU进行分段和 /或级联处理。 接着将分段和 /或级联处理后 的 SDU加 RLC报头, 组装成固定长度的确认模式数据 ( AMD )协议数 据单元(PDU )。 根据实际需要, 还可能对分段和 /或级联处理后的 SDU 进行填充处理, 以固定 AMD PDU的长度。 然后将生成的 AMD PDU放 入重传緩冲区和复用设备中,重传緩冲区根据来自对端 RLC AM实体的 状态 PDU中的 NACK信息确定需要重传的 AMD PDU, 并向复用设备 发送这些需要重传的 AMD PDU。 复用设备对重传緩冲区传来的 AMD PDU以及分段和 /或级联处理新产生的 AMD PDU进行复用, 并将复用 后的 AMD PDU放入发送緩冲区。 接着, 将接收侧传来的状态报告承载 在状态信息单元中, 此处的状态信息单元为状态 PDU, 在发送緩冲区中 查找是否有可以捎带所述状态 PDU的 AMD PDU,即该 AMD PDU的填 充字节的长度是否大于或等于所述状态 PDU的长度, 是则可以捎带, 将该状态 PDU封装在该 AMD PDU的填充字节部分, 以捎带发送; 如 果发送緩冲区中所有 AMD PDU的填充字节的长度都小于所述状态 PDU 的长度, 则不对该状态 PDU进行封装。 然后, 对所述 AMD PDU、 状态 PDU,以及来自 RLC控制单元的控制 PDU进行复用,并对其中的 AMD PDU 进行加密, 最后通过逻辑信道, 例如一个或两个专用控制信道 ( DCCH )或专用业务信道(DTCH ), 将所述复用后的 PDU发送出去。 The sending side of the RLC AM entity receives the service data unit (SDU) transmitted from the upper layer, and performs segmentation and / or concatenation processing on the received SDU. The segmented and / or concatenated SDU is then added to the RLC header to assemble a fixed-length acknowledge mode data (AMD) protocol data unit (PDU). According to actual needs, it is also possible to perform padding processing on the segmented and / or concatenated SDUs to fix the length of the AMD PDU. The generated AMD PDU is then placed in a retransmission buffer and a multiplexing device. The retransmission buffer determines the AMD PDUs that need to be retransmitted according to the NACK information in the status PDU from the peer RLC AM entity, and multiplexes them to the multiplexing device. The device sends these AMD PDUs that need to be retransmitted. The multiplexing device multiplexes the AMD PDUs transmitted from the retransmission buffer and the newly generated AMD PDUs by segmentation and / or concatenation processing, and places the multiplexed AMD PDUs into the sending buffer. Next, the status report transmitted from the receiving side is carried in a status information unit, where the status information unit is a status PDU, and a sending buffer is used to find whether there is an AMD PDU that can piggyback the status PDU, that is, the AMD PDU. If the length of the stuffing byte is greater than or equal to the length of the status PDU, it can be piggybacked, and the status PDU is encapsulated in the stuffing byte part of the AMD PDU, and sent as a piggyback; if all AMD PDUs in the sending buffer are sent If the length of the padding bytes is less than the length of the status PDU, the status PDU is not encapsulated. Then, for the AMD PDU, status The PDU and the control PDU from the RLC control unit are multiplexed, and the AMD PDUs therein are encrypted. Finally, the logical PDUs, such as one or two dedicated control channels (DCCH) or dedicated service channels (DTCH), are used. The multiplexed PDU is sent out.
图 2为所发送的 AMD PDU的数据结构图。 如图 2所示, 其中第一' 个字节中的 D表示本 AMD PDU为数据 PDU; AMD PDU的序列号放在 第一和第二个字节中; 第二个字节中的 P表示查询比特, 用于请求对端 RLC AM实体发送状态报告; HE为图扩展类型, 表示后面字节为数据 域, 还是长度指示(LI, Length Indicator )域; LI域用来定义 AMD PDU 内 SDU的边界; 数据域后面的字节为填充字节或捎带的状态 PDU。  Figure 2 shows the data structure of the sent AMD PDU. As shown in FIG. 2, where D in the first byte indicates that the AMD PDU is a data PDU; the serial number of the AMD PDU is placed in the first and second bytes; P in the second byte indicates The query bit is used to request the peer RLC AM entity to send a status report; HE is a graph extension type, indicating that the following bytes are a data field or a length indicator (LI, Length Indicator) field; the LI field is used to define the SDU in the AMD PDU. Boundary; the bytes following the data field are padding bytes or piggybacked status PDUs.
以下所述为 RLC AM实体接收侧对数据单元的处理过程:  The following describes the process of the data unit on the receiving side of the RLC AM entity:
解复用 /选路单元将接收到的 AMD PDU送到解密单元;将接收到的 控制 PDU送到 RLC控制单元, 并将接收到的状态 PDU发送到本 RLC AM实体发送侧的重传緩冲区。 解密单元对 AMD PDU进行解密, 放到 接收緩冲区。 接收緩冲区的重复管理机制根据 AMD PDU的接收状况生 成状态报告,将该状态报告发送到本 RLC AM实体的发送侧发送。接着, 对接收緩冲区中的 AMD PDU进行解析, 以判断能否重组出 RLC SDU, ' 如果能够重组出完整的 RLC SDU, 则去除 AMD PDU中的 RLC报头, 并进行重组操作, 并将重组得到的 RLC SDU提交到高层。 同时, 提取 AMD PDU捎带的状态 PDU, 将该状态 PDU发送到本 RLC AM实体发 送侧的重传緩冲区。  The demultiplexing / routing unit sends the received AMD PDU to the decryption unit; sends the received control PDU to the RLC control unit, and sends the received status PDU to the retransmission buffer of the sending side of the RLC AM entity Area. The decryption unit decrypts the AMD PDU and places it in the receiving buffer. The repetitive management mechanism of the receiving buffer generates a status report according to the reception status of the AMD PDU, and sends the status report to the sending side of the RLC AM entity for sending. Then, analyze the AMD PDU in the receiving buffer to determine whether the RLC SDU can be recombined. 'If a complete RLC SDU can be recombined, remove the RLC header from the AMD PDU and perform the recombination operation. The obtained RLC SDU is submitted to the upper layer. At the same time, the status PDU carried by the AMD PDU is extracted, and the status PDU is sent to the retransmission buffer on the sending side of the RLC AM entity.
如上所述, 在当前 ARQ机制中, 发送数据单元的状态报告时允许 采用捎带技术, 即: 如果要发送的状态 PDU的长度等于或小于要发送 的 AMD PDU的填充字节时, 则用该状态 PDU代替该 AMD PDU的填 充字节, 封装在 AMD PDU中, 与该 AMD PDU一起发送。 捎带状态 PDU技术可以减少不必要的填充字节, 从而提高链路的利用率。 但是, 现有技术利用捎带机制发送状态报告的方法存在以下缺点:As described above, in the current ARQ mechanism, piggybacking is allowed when sending a status report of a data unit, that is, if the length of a status PDU to be sent is equal to or less than the padding byte of the AMD PDU to be sent, the status is used The PDU replaces the stuffing byte of the AMD PDU, is encapsulated in the AMD PDU, and is sent together with the AMD PDU. The piggybacked state PDU technology can reduce unnecessary padding bytes, thereby improving link utilization. However, the prior art method of using the piggyback mechanism to send a status report has the following disadvantages:
RLC AM实体接收到来自高层的 SDU后立即进行分段和 /或级联处 理, 组装成固定长度的 AMD PDU, 然后再利用 AMD-PDU的填充字节 捎带状态 PDU, 且填充字节的长度需大于或等于状态 PDU的长度。 这 种处理方式需依赖于分段和 /或级联后 AMD PDU的填充字节的长度,如 果填充字节的长度都小于状态 PDU的长度,则只能组成独立的状态 PDU 来承载发送状态报告, 因此无法充分利用捎带机制所带来的效益, 造成 链路资源的浪费。 After receiving the SDU from the upper layer, the RLC AM entity immediately performs segmentation and / or concatenation processing, assembles it into a fixed-length AMD PDU, and then uses the padding bytes of the AMD-PDU to piggyback the status PDU, and the length of the padding bytes needs to be Greater than or equal to the length of the status PDU. This processing method depends on the length of the padding bytes of the AMD PDU after segmentation and / or concatenation. If the length of the padding bytes is less than the length of the status PDU, it can only form an independent status PDU to carry the status report. Therefore, the benefits brought by the piggyback mechanism cannot be fully utilized, resulting in a waste of link resources.
所述现有技术尤其是在需要进行大量级联处理的突发业务模式下, , AMD PDU具有填充字节的概率都会很小, 因此更没有足够的填充字节 空间捎带状态 PDU, 更容易造成链路资源的浪费。  In the prior art, especially in a burst service mode that requires a large number of cascading processes, the probability that AMD PDUs have padding bytes will be small, so there is not enough padding byte space to carry status PDUs, which is more likely to cause Waste of link resources.
上述缺点在状态 PDU长度相对较小但发送频繁、单位时间内允许发 送的 AMD PDU个数较少的情况下也尤为突出, 这种情况下, 小量状态 报告的发送会占用较多的链路资源,进一步影响同一 RLC AM实体发送 AMD PDU, 造成发送阻塞。 发明内容 有鉴于此, 本发明的主要目的是提供一种发送状态报告的方法, 以 提高 ARQ机制通信实体的链路资源利用率。  The above disadvantages are particularly prominent when the status PDU is relatively short but frequently sent, and the number of AMD PDUs allowed to be transmitted per unit time is small. In this case, sending a small amount of status reports will occupy more links. Resources, which further affect the sending of AMD PDUs by the same RLC AM entity, resulting in transmission blocking. SUMMARY In view of this, a main object of the present invention is to provide a method for sending a status report, so as to improve link resource utilization of a communication entity of an ARQ mechanism.
为了实现上述目的, 本发明的技术方案具体是这样实现的: 一种发送状态报告的方法, 适于采用自动重传机制进行数据通信的 · 通信实体, 该方法包括:  In order to achieve the foregoing objective, the technical solution of the present invention is specifically implemented as follows: A method for sending a status report, a communication entity suitable for data communication using an automatic retransmission mechanism, the method includes:
a、 确定用于承载当前需发送状态报告的状态信息单元的长度; b、 对通信实体中待发送的业务数据进行分段和 /或级联处理, 生成 新的需发送的数据单元, 并在新生成的数据单元中预留大于或等于所述 状态信息单元长度的填充字节, 该预留大于或等于所述状态信息单元长 度填充字节的数据单元为可捎带所述状态信息单元的数据单元; a. Determine the length of the status information unit used to carry the current status report; b. Segment and / or cascade the service data to be sent in the communication entity, generate a new data unit to be sent, and Reserved in the newly generated data unit is greater than or equal to the stated A padding byte of the length of the status information unit, and the data unit that is greater than or equal to the padding byte of the length of the status information unit is a data unit that can carry the status information unit;
C、将所述状态信息单元封装在所述可捎带该状态信息单元 数据单 . 元中的填充字节内, 并发送该封装有状态信息单元的数据卑元。  C. Encapsulating the status information unit in a padding byte in the data unit that can carry the status information unit, and sending the data element encapsulated with the status information unit.
优选的, 在步驟 a之后, 步骤 b之前, 进一步包括:  Preferably, after step a and before step b, the method further includes:
在通信实体的需重传的数据单元中查找是否有可捎带所述状态信 息单元的数据单元, 如果查找到, 则执行步骤 c; 否则, 执行步骤13。 .  Find whether there is a data unit that can carry the status information unit in the data unit of the communication entity that needs to be retransmitted, and if found, go to step c; otherwise, go to step 13. .
所述可捎带所述状态信息单元的数据单元为具有填充字节的数据 单元, 且其填充字节的长度大于或等于所捎带的状态信息单元的长度。  The data unit that can piggyback the status information unit is a data unit with padding bytes, and the length of the padding byte is greater than or equal to the length of the piggybacked status information unit.
优选的, 在步骤 a之后, 步驟 b之前, 进一步包括:  Preferably, after step a and before step b, the method further includes:
根据预先设定的捎带门限值判断所述状态信息单元是否能捎带, 如. 果所述状态信息单元的长度大于该捎带门限值 , 则该状态信息单元不能 捎带, 直接发送该状态信息单元, 结束流程; 如果所述状态信息单元的 长度小于或等于该捎带门限值, 则该状态信息单元能捎带, 执行步骤  Determine whether the status information unit can be piggybacked according to a preset piggybacking threshold. If the length of the status information unit is greater than the piggybacking threshold, the status information unit cannot be piggybacked, and the status information unit is directly sent. To end the process; if the length of the status information unit is less than or equal to the piggyback threshold, the status information unit can piggyback and execute steps
所述捎带门限值为所述需发送数据单元的预定长度与系数 a的积。 . 所述系数 a的取值为 0.0625。  The piggyback threshold is a product of a predetermined length of the data unit to be transmitted and a coefficient a. The value of the coefficient a is 0.0625.
优选的, 在步骤 a之后, 步骤 b之前进一步包括:  Preferably, after step a and before step b, the method further includes:
判断通信实体中是否有待发送的业务数据, 如果有, 则执行步驟 b, 否则, 直接发送所述的状态信息单元, 结束流程。  It is determined whether there is service data to be sent in the communication entity, and if so, step b is performed, otherwise, the status information unit is directly sent, and the process ends.
所述通信实体具有业务数据緩冲区, 所述待发送的业务数据在分段 和 /或级联处理之前, 暂存在该业务数据緩冲区中。  The communication entity has a service data buffer, and the service data to be sent is temporarily stored in the service data buffer before segmentation and / or cascading processing.
优选的, 所述通信实体为宽带码分多址系统中的通信实体、 或为时 分同步码分多址系统中的通信实体。  Preferably, the communication entity is a communication entity in a broadband code division multiple access system, or a communication entity in a time division synchronous code division multiple access system.
所述方法是在无线链路控制协议的确认模式下实现自动重传机制 的宽带码分多址通信实体、 或者时分同步码分多址通信实体中应用。 所述可捎带状态信息单元的数据单元为: 确认模式数据的协议数据 . 单元。 The method is applied in a broadband code division multiple access communication entity or a time division synchronous code division multiple access communication entity that implements an automatic retransmission mechanism in an acknowledgement mode of a radio link control protocol. The data unit that can carry the status information unit is: a protocol data unit for confirming the mode data.
优选的, 所述通信实体为 CDMA2000系统中的通信实体。  Preferably, the communication entity is a communication entity in a CDMA2000 system.
所述方法是在链路接入控制协议的自动重传请求子层中实现自动重 传机制的 CDMA2000通信实体中应用。  The method is applied to a CDMA2000 communication entity that implements an automatic retransmission mechanism in an automatic retransmission request sublayer of a link access control protocol.
由于本发明所述的方法先确定承载状态报告的状态信息单元的长 度, 再根据状态信息单元的长度对待发送的数据进行分段和 /或级联处 理, 生成填充字节长度大于等于该状态信息单元长度的数据单元, 然后 再利用该数据单元捎带发送所述的状态信息单元, 因此本发明可以提高 . 捎带发送状态信息单元的概率, 充分利用捎带机制所带来的效益, 提高 了对通信链路资源的利用率, 同时提高了通信实体的工作效率, 并间接 地降低了成本。  Because the method of the present invention first determines the length of the status information unit carrying the status report, and then performs segmentation and / or concatenation processing on the data to be sent according to the length of the status information unit, and generates a padding byte length greater than or equal to the status information. A data unit of unit length, and then using the data unit to piggyback the status information unit, so the present invention can improve the probability of piggybacking the status information unit, making full use of the benefits brought by the piggybacking mechanism, and improving the communication chain The utilization of network resources improves the working efficiency of communication entities and reduces costs indirectly.
在状态信息单元长度相对较小但发送频繁、 单位时间内允许发送的 · 数据单元个数较少的情况下, 由于本发明充分利用了捎带机制, 因此可 以减少单独发送的状态信息单元的数量, 降低产生发送阻塞的概率。  In the case where the length of the status information unit is relatively small but is frequently sent and the number of data units allowed to be transmitted per unit time is small, since the present invention makes full use of the piggybacking mechanism, the number of status information units sent separately can be reduced. Reduce the probability of sending blocking.
由于本发明还可在对数据进行分段和 /或级联处理之前,进一步判断 是否存在已经经过分段和 /或级联处理的数据单元可以捎带状态信息单' 元, 如果存在则直接利用该数据单元捎带状态信息单元, 因此可进一步 提高传输速度, 减轻通信实体的处理负担。 附图简要说明 图 1为现有技术中 RLC AM实体的功能模型示意图;  Because the present invention can further determine whether there is a data unit that has been subjected to segmentation and / or cascade processing before the data is segmented and / or cascaded, the status information unit can be piggybacked. If it exists, the data unit is directly used The data unit carries a status information unit, so the transmission speed can be further increased, and the processing load of the communication entity can be reduced. Brief Description of the Drawings Figure 1 is a schematic diagram of a functional model of an RLC AM entity in the prior art;
图 2为 AMD PDU的数据结构图;  Figure 2 is a data structure diagram of an AMD PDU;
图 3为本发明所述方法利用捎带机制发送状态报告的流程图。 实施本发明的方 , FIG. 3 is a flowchart of sending a status report by using the piggyback mechanism in the method according to the present invention. Party implementing the invention,
下面结合附图和具体实施例进一步说明本发明的实施方法。' 本发明适用的通信系统至少包含两个通信实体, 每个通信实体都包 括发送侧和接收侧, 并且, 两个通信实体之间的通信采用自动重传请求 The following describes the implementation method of the present invention with reference to the drawings and specific embodiments. '' The communication system to which the present invention is applicable includes at least two communication entities, each communication entity includes a transmitting side and a receiving side, and the communication between the two communication entities uses an automatic retransmission request
( A Q ) 机制。 这里, 所述的通信系统可以是 WCDMA 系统、 或 TD-SCDMA系统、 或是码分多址(CDMA ) 2000系统。 对于 WCDMA 系统或 TD-SCDMA系统, 自动重传请求机制在 RLC协议的 AM模式下 实现;对于 CDMA2000系统, 自动重传请求机制在链路接入控制(LAC ) 协议的 ARQ子层中实现。 (A Q) mechanism. Here, the communication system may be a WCDMA system, a TD-SCDMA system, or a code division multiple access (CDMA) 2000 system. For WCDMA systems or TD-SCDMA systems, the automatic retransmission request mechanism is implemented in the AM mode of the RLC protocol; for CDMA2000 systems, the automatic retransmission request mechanism is implemented in the ARQ sublayer of the Link Access Control (LAC) protocol.
本发明的核心思想为: 根据需要捎带的状态信息单元的长度对上层 的业务数据, 即 SDU进行分段 /级联处理, 生成可以容纳状态信息单元 的数据单元, 并将状态信息单元封装在该数据单元中捎带发送。  The core idea of the present invention is: segment / cascade the upper-layer service data, that is, the SDU, according to the length of the status information unit to be piggybacked, generate a data unit that can hold the status information unit, and encapsulate the status information unit in the Piggybacked in the data unit.
以下实施例以在 WCDMA系统的通用陆地无线接入网络( UTRAN ) 中 RLC层的 AM模式下为例, 对本发明所述的方法进行说明。  The following embodiments use the AM mode of the RLC layer in the Universal Terrestrial Radio Access Network (UTRAN) of the WCDMA system as an example to describe the method of the present invention.
图 3为本发明所述方法利用捎带机制发送状态报告的流程图。 如图 3所示, 本实施例所述的状态 4艮告发送方法包括以下步骤:  FIG. 3 is a flowchart of sending a status report by using the piggyback mechanism in the method according to the present invention. As shown in FIG. 3, the status report sending method described in this embodiment includes the following steps:
步骤 301、 触发状态报告的发送过程, RLC AM实体的接收侧根据 PDU的接收情况生成当前需发送的状态报告,并进一步生成该状态报告 的载体, 即至少一个状态信息单元, 此处的状态信息单元为状态 PDU。 将该状态 PDU发送到本 RLC AM实体的发送侧,并确定该状态 PDU的 长度。  Step 301: The sending process of the status report is triggered, and the receiving side of the RLC AM entity generates a status report that needs to be sent according to the reception status of the PDU, and further generates a carrier of the status report, that is, at least one status information unit, and the status information here. The unit is a status PDU. Send the status PDU to the sending side of the RLC AM entity, and determine the length of the status PDU.
在 RLC 协议中 , 状态寺艮告的触发有多种机制, 例如 Timer— Status— Prohibit机制可以触发状态报告,并可控制状态报告的发送 频度。  In the RLC protocol, there are multiple mechanisms for triggering status reports. For example, the Timer- Status- Prohibit mechanism can trigger status reports and control the frequency of sending status reports.
以下步骤为 RLC AM实体发送侧的处理过程: 步驟 302、 判断所述状态 PDU的长度是否小于或等于预先设置的 RLC PDU的捎带门限,如果是,则该状态 PDU能捎带,并执 步骤 303; 否则, 该状态 PDU不能捎带, 执行步骤 308。 本实施例中, 所述的捎带 门限可为 RLC PDU的预定长度 L与系数 a的积, 系数 a的值可以取 0.0625。 The following steps are the processes on the sending side of the RLC AM entity: Step 302: Determine whether the length of the status PDU is less than or equal to a preset piggyback threshold of the RLC PDU. If yes, the status PDU can be piggybacked, and step 303 is performed; otherwise, the status PDU cannot be piggybacked, and step 308 is performed. In this embodiment, the piggybacking threshold may be a product of a predetermined length L of the RLC PDU and a coefficient a, and a value of the coefficient a may be 0.0625.
步骤 303、 判断重传緩冲区中是否有需要发送的 AMD PDU, 如果 有, 则执行步骤 304; 否则执行步骤 305。  Step 303: Determine whether there is an AMD PDU to be transmitted in the retransmission buffer, and if there is, execute step 304; otherwise, perform step 305.
步骤 304、 依次检查每个需要发送的 AMD PDU的填充字节, 如果 有某个 AMD PDU的填充字节大于所述状态 PDU的长度, 则该 AMD PDU为一可捎带所述状态报告的数据单元,并选择该 AMD PDU作为状 态 PDU的载体, 执行步骤 307; 否则, 执行步骤 305。  Step 304: Check the padding bytes of each AMD PDU to be sent in turn. If there is a padding byte of an AMD PDU that is larger than the length of the status PDU, the AMD PDU is a data unit that can carry the status report. And select the AMD PDU as the carrier of the status PDU, and perform step 307; otherwise, perform step 305.
步驟 305、判断 SDU緩冲区中是否有尚未进行分段和 /或级联处理 的高层 SDU待发送, 如果有, 则执行步骤 306; 否则, 执行步骤 308。 本发明中所述 RLC AM实体在收到高层的 SDU后 , 不是立即对该 SDU 进行分段和 /或级联处理, 而是将该 SDU放置在 SDU緩冲区中, 在有状 态 PDU需要捎带时再对该 SDU进行分段和 /或级联处理。  Step 305: Determine whether there are high-level SDUs in the SDU buffer that have not been segmented and / or concatenated yet to be sent, and if so, go to step 306; otherwise, go to step 308. After receiving the SDU in the upper layer, the RLC AM entity described in the present invention does not immediately segment and / or concatenate the SDU, but places the SDU in the SDU buffer, which needs to be piggybacked in the stateful PDU. The SDU is then segmented and / or cascaded.
步骤 306、 根据所述状态 PDU的长度对未处理的 SDU进行分段和 / 或级联处理, 生成新的 AMD PDU, 并在至少一个新生成的 AMD PDU 中预留大于或等于所述状态 PDU长度的填充字节, 该新生成的 AMD PDU为可捎带所述状态 PDU的 AMD PDU。  Step 306: Segment and / or cascade the unprocessed SDUs according to the length of the status PDU, generate a new AMD PDU, and reserve in at least one newly generated AMD PDU greater than or equal to the status PDU. A padding byte of length, and the newly generated AMD PDU is an AMD PDU that can carry the status PDU.
步驟 307、将所述状态 PDU封装在所述可捎带该状态 PDU的 AMD PDU中的填充字节中, 并发送该封装有状态 PDU的 AMD PDU, 结束 流程。  Step 307: Encapsulate the status PDU in a padding byte in the AMD PDU that can piggyback the status PDU, and send the AMD PDU with the status PDU encapsulated, and end the process.
步驟 308、 不对状态 PDU进行捎带发送, 直接发送状态 PDU, 结 束流程。 以上所述, 仅为本发明较佳的具体实施方式。 本发明中, 述步骤Step 308: Send the status PDU without piggybacking the status PDU, and end the process. The above are only the preferred embodiments of the present invention. In the present invention, the steps are described
302、 步驟 303和步骤 304、 或者步驟 305为可选步骤。 本发明也可在执 行完步骤 301之后直接执行步骤 306。 Step 302, step 303 and step 304, or step 305 are optional steps. The present invention can also perform step 306 directly after performing step 301.
本发明的保护范围并不局限于上述方案, 任何熟悉该技术的人在本 发明所揭露的技术范围内, 可轻易想到的变化或替换, 都应涵盖在本发 明的保护范围之内。  The protection scope of the present invention is not limited to the above solutions. Any person familiar with the technology can easily think of changes or replacements within the technical scope disclosed by the present invention, which should be covered by the protection scope of the present invention.

Claims

权利要求书 Claim
1、 一种发送状态报告的方法, 适于采用自动重传机制进行数据通 信的通信实体, 其特征在于, 该方法包括: 1. A method for sending a status report, which is suitable for a communication entity that uses an automatic retransmission mechanism for data communication, and is characterized in that the method includes:
a、 确定用于承载当前需发送状态报告的状态信息单元的长度; b、 对通信实体中待发送的业务数据进行分段和 /或级联处理, 生成 新的需发送的数据单元, 并在新生成的数据单元中预留大于或等于所述 状态信息单元长度的填充字节, 该预留大于或等于所述状态信息单元长 度填充字节的数据单元为可捎带所述状态信息单元的数据单元;  a. Determine the length of the status information unit used to carry the current status report; b. Segment and / or cascade the service data to be sent in the communication entity, generate a new data unit to be sent, and The newly generated data unit reserves a padding byte that is greater than or equal to the length of the status information unit, and the data unit that is greater than or equal to the length of the status information unit is filled with data that can carry the status information unit. Unit
c、将所述状态信息单元封装在所述可捎带该状态信息单元的数据单 元中的填充字节内, 并发送该封装有状态信息单元的数据单元。  c. Encapsulate the status information unit in a padding byte in the data unit that can piggyback the status information unit, and send the data unit encapsulated with the status information unit.
2、 根据权利要求 1 所述的发送状态报告的方法, 其特征在于, 在 步骤 a之后, 步骤 b之前, 进一步包括:  2. The method for sending a status report according to claim 1, further comprising: after step a and before step b, further comprising:
在通信实体的需重传的数据单元中查找是否有可捎带所述状态信 息单元的数据单元, 如果查找到, 则执行步骤 c; 否则, 执行步骤¾»。  Find whether there is a data unit that can carry the status information unit in the data unit of the communication entity that needs to be retransmitted, and if found, perform step c; otherwise, perform step ¾ ».
3、 根据权利要求 2所述的发送状态报告的方法, 其特征在于, 所 述可捎带所述状态信息单元的数据单元为具有填充字节的数据单元, 且 其填充字节的长度大于或等于所捎带的状态信息单元的长度。  3. The method for sending a status report according to claim 2, wherein the data unit that can carry the status information unit is a data unit with padding bytes, and the length of the padding bytes is greater than or equal to The length of the piggybacked status information unit.
4、 根据权利要求 1 所述的发送状态报告的方法, 其特征在于, 在 步驟 a之后, 步骤 b之前, 进一步包括:  4. The method for transmitting a status report according to claim 1, further comprising: after step a and before step b, further comprising:
根据预先设定的捎带门限值判断所述状态信息单元是否能捎带, 如 果所述状态信息单元的长度大于该捎带门限值, 则该状态信息单元不能 捎带, 直接发送该状态信息单元, 结束流程; 如果所述状态信息单元的 长度小于或等于该捎带门限值, 则该状态信息单元能捎带, 执行步驟 Determine whether the status information unit can be piggybacked according to a preset piggybacking threshold value. If the length of the status information unit is greater than the piggybacking threshold value, the status information unit cannot be piggybacked, and the status information unit is directly sent. End If the length of the status information unit is less than or equal to the piggybacking threshold, the status information unit can piggyback and execute steps
5、 根据权利要求 4所述的发送状态报告的方法, 其特征在于, 所 述捎带门限值为所述需发送数据单元的预定长度与系数 a的积。 5. The method for sending a status report according to claim 4, characterized in that: The threshold value of the band is the product of the predetermined length of the data unit to be transmitted and the coefficient a.
6、 根据权利要求 5 所述的发送状态报告的方法, 其特征在 , 所 述系数 a的取值为 0.0625。  6. The method for transmitting a status report according to claim 5, wherein the value of the coefficient a is 0.0625.
7、 根据权利要求 1 所述的发送状态报告的方法二, 其特征在于, 在 步驟 a之后, 步骤 b之前进一步包括:  7. The second method for sending a status report according to claim 1, wherein after step a and before step b, further comprising:
判断通信实体中是否有待发送的业务数据, 如果有, 则执行步骤 b, 否则, 直接发送所述的状态信息单元, 结束流程。  It is determined whether there is service data to be sent in the communication entity, and if so, step b is performed, otherwise, the status information unit is directly sent, and the process ends.
8、 根据权利要求 7所述的发送状态报告的方法, 其特征在于, 所 述通信实体具有业务数据緩冲区,所述待发送的业务数据在分段和 /或级 联处理之前, 暂存在该业务数据緩冲区中。  8. The method for transmitting a status report according to claim 7, wherein the communication entity has a service data buffer, and the service data to be transmitted is temporarily stored before segmentation and / or cascade processing. The business data buffer.
9、 根据权利要求 1 所述的发送状态报告的方法, 其特征在于, 所 述通信实体为宽带码分多址系统中的通信实体、 或为时分同步码分多址 系统中的通信实体。  9. The method for transmitting a status report according to claim 1, wherein the communication entity is a communication entity in a wideband code division multiple access system, or a communication entity in a time division synchronous code division multiple access system.
10、 根据权利要求 9所述的发送状态报告的方法, 其特征在于, 所 述方法是在无线链路控制协议的确认模式下实现自动重传机制的宽带 码分多址通信实体、 或者时分同步码分多址通信实体中应用。  10. The method for transmitting a status report according to claim 9, wherein the method is a broadband code division multiple access communication entity or time division synchronization implementing an automatic retransmission mechanism in an acknowledgement mode of a radio link control protocol. Application in code division multiple access communication entity.
11、 根据权利要求 10 所述的发送状态报告的方法, 其特征在于, 所述可捎带状态信息单元的数据单元为: 确认模式数据的协议数据单 元。  11. The method for sending a status report according to claim 10, wherein the data unit capable of carrying the status information unit is: a protocol data unit for confirming mode data.
12、 根据权利要求 1所述的发送状态报告的方法, 其特征在于, 所 述通信实体为 CDMA2000系统中的通信实体。  12. The method for transmitting a status report according to claim 1, wherein the communication entity is a communication entity in a CDMA2000 system.
13、 根据权利要求 12 所述的发送状态报告的方法, 其特征在于, 所述方法是在链路接入控制协议的自动重传请求子层中实现自动重传 机制的 CDMA2000通信实体中应用。  13. The method for transmitting a status report according to claim 12, wherein the method is applied to a CDMA2000 communication entity that implements an automatic retransmission mechanism in an automatic retransmission request sublayer of a link access control protocol.
PCT/CN2005/000688 2004-05-18 2005-05-18 A method of transmitting status report WO2005112489A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CNB2004100424081A CN100359841C (en) 2004-05-18 2004-05-18 A method for transmitting status report
CN200410042408.1 2004-05-18

Publications (1)

Publication Number Publication Date
WO2005112489A1 true WO2005112489A1 (en) 2005-11-24

Family

ID=35394537

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2005/000688 WO2005112489A1 (en) 2004-05-18 2005-05-18 A method of transmitting status report

Country Status (2)

Country Link
CN (1) CN100359841C (en)
WO (1) WO2005112489A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8437257B2 (en) 2007-11-01 2013-05-07 Telefonaktiebolaget L M Ericsson (Publ) Buffer status reporting based on radio bearer configuration

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101009536B (en) * 2006-01-24 2010-09-01 中兴通讯股份有限公司 Status report method of automatic retransfer request
CN101030840B (en) * 2006-03-02 2011-09-14 华为技术有限公司 Data transmission with re-transmission demand and method for presenting receiving-end state report
CN103037438B (en) * 2008-02-20 2016-07-13 亚马逊技术股份有限公司 The method and apparatus processing filled type Buffer Status Report
CN103023625B (en) * 2011-09-21 2017-09-19 中兴通讯股份有限公司 The method and device of triggering construction automatic retransmission request status report

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6393273B1 (en) * 1998-06-23 2002-05-21 Ericsson Inc. Method of and system for determining ARQ capability of a base station
US20040052229A1 (en) * 2002-09-12 2004-03-18 Interdigital Technology Corporation System for efficient recovery of Node-B buffered data following MAC layer reset

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1202643C (en) * 2000-10-07 2005-05-18 Lg电子株式会社 Radio communication system with radio chain-circuit control layer and data processing method
DE10050117A1 (en) * 2000-10-11 2002-04-25 Philips Corp Intellectual Pty Wireless network has physical layer on transmission side for transmitting stored coded transport blocks and physical layer on receiver side for sending acknowledgements according to correct or faulty reception
AU2002339530A1 (en) * 2002-09-07 2004-03-29 Telefonaktiebolaget Lm Ericsson (Publ) Method and devices for efficient data transmission link control in mobile multicast communication systems

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6393273B1 (en) * 1998-06-23 2002-05-21 Ericsson Inc. Method of and system for determining ARQ capability of a base station
US20040052229A1 (en) * 2002-09-12 2004-03-18 Interdigital Technology Corporation System for efficient recovery of Node-B buffered data following MAC layer reset

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8437257B2 (en) 2007-11-01 2013-05-07 Telefonaktiebolaget L M Ericsson (Publ) Buffer status reporting based on radio bearer configuration

Also Published As

Publication number Publication date
CN1700627A (en) 2005-11-23
CN100359841C (en) 2008-01-02

Similar Documents

Publication Publication Date Title
JP4318733B2 (en) Control protocol data unit transmission / reception method including processing time information
CN102123520B (en) The method processing Medium Access Control (MAC) Protocol Data Unit in a wireless communication system
US8259581B2 (en) Apparatus and method for moving a receive window in a radio access network
US9131003B2 (en) Method of transmitting data in a wireless communication system
US9565699B2 (en) Method of performing polling procedure in a wireless communication system
US20090319850A1 (en) Local drop control for a transmit buffer in a repeat transmission protocol device
JP4625044B2 (en) Window control and retransmission control method, and transmission side apparatus
US20080298322A1 (en) Data Transmission Method and Data Re-Transmission Method
WO2008004725A1 (en) Optimized am rlc re-set mechanism
KR20090122986A (en) Packet communication method and receiving side device
WO2008136598A1 (en) Method of data processing in a wireless communication system
WO2005112489A1 (en) A method of transmitting status report
KR100856244B1 (en) apparatus and method transmitting/receiving ARQ packet in mobile telecommunication system
KR100792989B1 (en) Transmission method of discard information of service data unit for a radio communications system
KR101456000B1 (en) Method of data processing in wireless communication system
KR20030004959A (en) Method for retransmitting packet data in high speed downlink packet access communication system

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): BW GH 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