WO2009033371A1 - System and apparatus for filling protocol data unit (pdu) and the processing method thereof - Google Patents

System and apparatus for filling protocol data unit (pdu) and the processing method thereof Download PDF

Info

Publication number
WO2009033371A1
WO2009033371A1 PCT/CN2008/001601 CN2008001601W WO2009033371A1 WO 2009033371 A1 WO2009033371 A1 WO 2009033371A1 CN 2008001601 W CN2008001601 W CN 2008001601W WO 2009033371 A1 WO2009033371 A1 WO 2009033371A1
Authority
WO
WIPO (PCT)
Prior art keywords
rlc
mac
layer
pdu
header structure
Prior art date
Application number
PCT/CN2008/001601
Other languages
French (fr)
Chinese (zh)
Inventor
Jiamin Liu
Haizhou Bi
Original Assignee
Datang Mobile Communications Equipment 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 Datang Mobile Communications Equipment Co., Ltd. filed Critical Datang Mobile Communications Equipment Co., Ltd.
Publication of WO2009033371A1 publication Critical patent/WO2009033371A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W80/00Wireless network protocols or protocol adaptations to wireless operation
    • H04W80/02Data link layer protocols

Definitions

  • the present invention relates to the field of mobile communication technologies, and in particular, to a protocol data unit (PDU) processing technology, and in particular, to a processing method, device and system for filling a PDU.
  • PDU protocol data unit
  • LTE Long Term Evolution
  • RLC Service Data Unit
  • RLC PDUs of a specified size are generated by operations such as segmentation and cascading.
  • FIG. 1 is a structural structure of an RLC PDU in the prior art.
  • the indication field in the header structure unrelated to the PDU structure is omitted.
  • SN Sequence Number
  • SI Segmentation Info
  • LI Length Indicator + E (Extension bit) combination is used to indicate the size of each RLC SDU or RLC SDU segment, E indicates whether the immediately following content is LI+E or data, and the last RLC SDU or RLC SDU segment LI+E Combinations can be omitted.
  • LI is in bytes, that is, the RLC SDU or RLC SDU segments in the RLC PDU are all integer bytes.
  • the MAC layer After the RLC PDU is assembled, it is sent to the MAC layer.
  • the MAC layer performs the necessary cascading of the RLC PDUs from different logical channels as MAC SDUs to form the final MAC PDU to be sent to the physical layer.
  • the LCID Logical Channel Identity
  • the E bit is used to indicate whether the following content is data or L (Length) A combination of +E.
  • L Length
  • the MAC SDU header structure used to indicate each The L field at the end of the MAC SDU is also in bytes, that is, the MAC SDU also needs to be the entire byte size.
  • Each part of the RLC PDU header structure adopts a fixed size.
  • the size occupied by the fixed part SN+SI needs to be an entire byte; the size occupied by each set of expandable parts LI+E also needs to be an entire byte.
  • LI is 7bit or 15bit, and E is lbit, so that the entire RLC PDU header structure is an entire byte arrangement, plus the payload portion of the RLC PDU, and the entire RLC PDU satisfies the entire byte arrangement.
  • padding may be used in the RLC PDU to make the RLC PDU reach a certain total number of bytes, as shown in FIG.
  • padding is generally not required.
  • the disadvantages of the prior art are:
  • the parts of the RLC PDU header structure in the prior art are all fixed sizes, and the sizes occupied by the fixed part SN+SI and the expandable part LI+E are all bytes, so the RLC PDU header
  • the number of bits in the structure will be much larger than the number of bits actually needed, which will inevitably result in a certain waste of resources.
  • the capacity of the RLC PDU is not large, the waste of the header structure is not serious.
  • the waste of the RLC PDU header structure is very serious, and sometimes it may not be calculated. Therefore, the waste of the RLC header structure has become very prominent. How to realize the convenience of the whole byte implementation and reduce the RLC header structure overhead has become an urgent problem to be solved. Summary of the invention
  • the object of the present invention is to provide a processing method, system and device for filling a PDU, which can reduce the overhead of the RLC PDU header structure, reduce resource waste, and fully improve the effective throughput of the system.
  • the present invention provides a method for processing protocol data unit PDU padding, the method comprising: receiving, by a radio link, an RLC layer, an RLC service data sheet sent by a network layer. a SDU; segmenting, cascading the received RLC SDU, and adding a corresponding RLC header structure to generate an RLC PDU, and when the size of the RLC header structure is not an entire byte, in the RLC header The number of bits in the structure that fills the RLC header structure and is different from the entire byte.
  • the method further includes: sending the generated RLC PDU to the media interface.
  • the MAC layer groups the RLC PDU as a MAC SDU and adds a corresponding MAC header structure.
  • the size of the MAC header structure is not an entire byte, in the MAC header structure. Filling in the number of bits in which the MAC header structure differs from the entire byte,
  • the total size of the MAC transport blocks is the same.
  • the method further includes: when the MAC layer of the receiving end unpacks the received MAC PDU, parsing the MAC header structure to obtain the indication fields LCID, L, and E corresponding to each MAC SDU, and the last indication The number of bits of the non-full byte after the domain LCID, L, and E is discarded, and the corresponding integer fields LCID, L, and E are used as the starting point to obtain the corresponding indication fields LCID, L, and E.
  • MAC SDU and discards the padding of the MAC PDU.
  • the method further includes: when the RLC layer of the receiving end unpacks the RLC PDU, discards the number of bits of the non-integer byte after the last indication field LI and E in the RLC header structure, and the last one The next full byte of the indication fields LI and E is the starting point to obtain the corresponding RLC SDU or RLC SDU segment according to the indication fields LI and E in the RLC header structure.
  • the number of bits to be padded is between 1 and 7 bits.
  • the present invention further provides a transmitting end device for implementing a PDU filling process, which includes an RLC layer processing unit and a MAC layer processing unit, where the RLC layer processing unit is configured to perform segmentation on the RLC PDU to be sent. And a packing process of cascading and RLC header structure padding, and sending the packetized data to the MAC layer, where the RLC header structure is filled in when the size of the RLC header structure is not a whole byte The number of bits of the RLC header structure that differs from the entire byte; the MAC layer processing unit is configured to group the RLC PDU sent by the RLC layer as a MAC SDU, add a MAC header structure, and fill processing, and process the The data is sent to the physical layer, where, when the size of the MAC header structure is not a full byte, the number of bits in which the MAC header structure differs from the entire byte is filled in the MAC header structure, and the a padding in the MAC PDU payload to make The size of the
  • the RLC layer processing unit further includes an RLC layer group packet module, an RLC layer padding module, and an RLC layer transceiver module, where the RLC layer group packet module is configured to divide the received RLC SDU. Segment, cascading, and adding a header structure filled by the RLC layer filling module, and then sending the packaged RLC PDU to the RLC layer transceiver module of the layer; the RLC layer filling module, used in the RLC header Filling the RLC header structure with the number of bits of the entire byte, and transmitting the filled RLC header structure to the RLC layer packet module of the layer; the RLC layer transceiver module is configured to receive the network layer The RLC SDU sent by the RLC SDU is sent to the RLC layer group packet module of the local layer, and the packetized RLC PDU is sent to the MAC layer.
  • the MAC layer processing unit further includes a MAC layer group packet module, a MAC layer filling module, and a MAC layer transceiver module, where the MAC layer group packet module is used to be sent by the RLC layer.
  • the RLC PDU is grouped as a MAC SDU, and the MAC header structure is added, and the padded MAC PDU is packetized and sent to the MAC layer transceiver module of the layer.
  • the MAC layer padding module is used in the MAC header structure.
  • the MAC layer transceiver module is configured to receive the RLC PDU sent by the RLC layer, and send the packaged MAC PDU Give the physical layer.
  • the present invention also provides a receiving end device for implementing PDU filling processing, which includes a MAC layer processing unit and an RLC layer processing unit, wherein the MAC layer processing unit is configured to unpack the received MAC PDU and solve the MAC address. SDU, and the padding in the MAC header structure and the padding in the MAC PDU payload are discarded, and the solved MAC SDU is sent to the RLC layer; the RLC layer processing unit is configured to send the MAC sent by the MAC layer.
  • the SDU is unpacked as an RLC PDU, and the number of bits filled in the RLC header structure is discarded, and the RLC SDU or RLC SDU segment is obtained, and the unpacked RLC SDU is sent to the network layer, or the unpacked RLC SDU is divided.
  • the segments are assembled into RLC SDUs and sent to the network layer.
  • the MAC layer processing unit further includes a MAC layer unpacking module and a MAC layer transceiver module, where the MAC layer unpacking module is configured to unpack the received MAC PDU and solve the solution.
  • the MAC SDU is sent out by the internal MAC layer de-filling module to discard the padding in the MAC header structure and the padding in the MAC PDU payload, and sends the de-populated MAC SDU to the MAC layer transceiver module of the layer.
  • the MAC layer transceiver module is configured to receive a MAC
  • the PDU data is sent to the MAC layer unpacking module of the layer, and the MAC SDU sent by the MAC layer unpacking module of the layer is sent to the RLC layer.
  • the RLC layer processing unit further includes an RLC layer unpacking module and an RLC layer transceiver module, where the RLC layer unpacking module is configured to solve the received MAC SDU as an RLC PDU.
  • the packet obtains the corresponding RLC SDU or RLC SDU segment, and the internal RLC layer de-filling module removes the number of bits filled in the RLC header structure, and sends the obtained RLC SDU to the RLC layer transceiver module of the layer.
  • the obtained RLC SDU segment is assembled into the RLC layer transceiver module sent by the RLC SDU to the layer; the RLC layer transceiver module is configured to receive the MAC SDU sent by the MAC layer, and receive the received MAC SDU.
  • the RLC layer unpacking module sent to the layer, and sends the unpacked or assembled RLC SDU to the network layer.
  • the present invention also provides a system for implementing PDU filling processing, including a transmitting end device and at least one receiving end device, where the transmitting end device is configured to: when the packet is sent to the MAC PDU, if the size of the MAC header structure is not An integer byte, the number of bits in the MAC header structure that differs from the entire byte is filled in the MAC header structure, and padding in the MAC PDU payload is filled to allocate the size of the MAC PDU to The total size of the MAC transport blocks is the same; the receiving end is configured to receive a MAC PDU sent by the sending end device, parse the MAC header structure to obtain a corresponding indication domain, and set the number of bits filled in the MAC header structure. Discard, and obtain the corresponding MAC SDU according to the indication field in the MAC header structure starting from the next integer byte of the last indication fields LCID, L, and E.
  • the RLC PDU is obtained by the sender device to group the RLC SDU sent by the network layer, and the sender device performs the RLC header structure when the RLC SDU is grouped. If the size is not an integer byte, the number of bits in which the RLC header structure differs from the entire byte is filled in the RLC header structure.
  • the receiving end device is further configured to perform further unpacking using the obtained MAC SDU as an RLC PDU, where the receiving end device discards the number of bits filled in the RLC header structure.
  • the corresponding RLC SDU or RLC SDU segment is obtained according to the indication fields LI and E in the RLC header structure starting from the next integer byte of the last indication fields LI and E.
  • the present invention also provides a terminal comprising the above-described transmitting device and the above receiving device.
  • the present invention also proposes a base station comprising the above-mentioned transmitting end device and the above-mentioned receiving end device.
  • the present invention also proposes an RLC PDU structure, indicating fields LI and E in the RLC header structure At least one of the bytes is a non-full byte, and the RLC header structure further has a padding item such that the size of the RLC header structure is an entire byte, and the size of the padding item is between 1 and 7 bits.
  • the present invention also provides a MAC PDU structure, at least one of the indication fields LCID, L, and E in the MAC header structure is a non-integer byte, and the MAC header structure further has a padding item to enable the MAC
  • the size of the header structure is an entire byte, and the size of the padding item is between 1 and 7 bits.
  • a padding item is further included in a payload of the MAC PDU, and a padding item in the payload is used to allocate a size of the MAC PDU to a total size of the MAC transport block. the same.
  • the PDU filling processing method, device and system provided by the present invention set each domain in the RLC PDU header structure according to the required size, and the number of bits difference between the sum of the header structure size and the number of rounded up bytes is filled. Make up, and fill without special instructions. Moreover, in the MAC SDU group packet, the MAC header structure plus the total size of all MAC SDUs is different from the total size allocated to the MAC transport block, whether or not the entire byte is padded, and the padding does not require an indication.
  • the RLC PDU header structure does not need to meet the entire byte requirement, effectively reduces the overhead of the RLC PDU header structure, avoids resource waste, and substantially improves the effective throughput of the system; and does not need to consider the header structure for the MAC SDU. Bytes, so the operation is single and convenient.
  • each group of MAC SDUs is only solved according to the L+E indication, and the content that is not indicated at the end can be completely discarded as a padding item; likewise, at the RLC receiving end.
  • the operation is simple and convenient, and no complexity is introduced when processing at the receiving end.
  • 1 is a schematic structural diagram of a structure of an RLC PDU in the prior art
  • 2 is a schematic structural diagram of a structure of a MAC PDU in the prior art
  • FIG. 3 is a flowchart of processing of a transmitting end according to an embodiment of the present invention.
  • FIG. 5 is a schematic structural diagram of a structure of a transmitting end device according to an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a structure of a receiving end device according to an embodiment of the present invention.
  • FIG. 7 is a structural diagram of an RLC PDU according to an embodiment of the present invention.
  • FIG. 8 is a structural diagram of a MAC PDU according to an embodiment of the present invention.
  • FIG. 9 is a schematic structural view of an embodiment of the present invention. detailed description
  • the main idea of the present invention is: At the transmitting end, padding is used to compensate for the number of bits in which the RLC PDU header structure differs from the entire byte, so that the RLC PDU header structure is an entire byte, thereby achieving the requirement that the entire RLC PDU meets the entire byte size. Moreover, in the MAC layer processing, the MAC layer header structure plus the total size of all MAC SDUs and the number of bits that are different from the total size allocated to the MAC transport block are also padded, so that the MAC PDU header structure is an entire byte. At the same time, the filling portion is subjected to corresponding discard processing at the receiving end.
  • the number of bits of the RLC PDU header structure and the entire byte may be added to the padding of the RLC PDU, so that at least the entire RLC PDU can satisfy the requirement of the entire byte.
  • the preferred solution of the present invention also adds the above-mentioned phase difference number to the RLC PDU header structure, which not only enables the RLC PDU header structure to satisfy the entire byte requirement, but also enables the entire RLC PDU to satisfy the entire byte requirement. Therefore, the above preferred embodiment will be described in detail below.
  • Step 301 The RLC layer packages the PDU to be sent.
  • the foregoing packaging includes: performing SDU segmentation, cascading, adding an RLC header structure, and a padding operation.
  • the RLC layer performs segmentation, cascading, and the like on the SDUs sent by the network layer according to the transport block size allocated to the RLC entity according to the scheduling policy.
  • the RLC layer determines the size of each part of the RLC header structure according to specific needs to form an RLC header structure.
  • the RLC header structure is supplemented by padding, and the specific padding bit number may be any value from 1 to 7 bits, and the padding does not require any special indication.
  • the RLC header structure For example, if based on SDU or SDU The size of the segment determines that the RLC header structure is 30 bits. In order to satisfy the requirement that the RLC header structure is a full byte, the RLC header structure needs to be filled with 2 bits. Of course, if the size of the RLC header structure is just an integer number of bytes, there is no need to fill the RLC header structure.
  • Step 302 Send the packaged RLC PDU to the MAC layer.
  • Step 303 After receiving the RLC PDU, the MAC layer completes the grouping of the layer, adds the MAC header structure, and fills the MAC header structure.
  • the MAC layer groups the RLC PDU as a MAC SDU according to the size of the specific RLC PDU sent by each logical channel.
  • adding the appropriate L+E MAC header field indicates different MAC SDUs; after determining the size of the MAC header structure, it is also necessary to determine whether the size of the MAC header structure satisfies the entire byte requirement, if the entire byte is not satisfied. If required, the corresponding bit needs to be filled into the MAC header structure, and the padding does not need special indication.
  • the total size of all MAC SDUs in the MAC header structure (padded) plus the MAC payload is compared with the total size allocated to the MAC transport block.
  • the MAC layer fills all the remaining bits, whether or not the entire byte is filled, into the padding in the MAC payload.
  • the MAC header structure is exactly the entire byte, there is no need to fill it up, and the remaining bits directly different from the total size of the MAC transmission block are filled into the padding in the MAC payload.
  • the processing flow of the receiving end of the present invention corresponds to the processing flow of the transmitting end, as shown in FIG. 4, which includes the following steps:
  • Step 401 The MAC layer of the receiving end unpacks the received MAC PDU data, and discards the padding.
  • the unpacking of the received MAC PDU data is as follows: First, the MAC header structure is parsed, and the indication field L+E corresponding to each MAC SDU is sequentially solved. Since the MAC header structure is an entire byte, the solution is solved. After all the indication fields L+E, the receiving end discards the extra bits in the header structure, that is, reads the corresponding MAC SDU according to the corresponding indication field L+E from the next full byte. At the same time, the MAC layer of the receiving end sequentially solves each MAC SDU according to the indication field L+E in the MAC header structure, and then discards the last content as a padding.
  • Step 402 The MAC layer sends the unpacked MAC SDU to the RLC layer.
  • Step 403 The RLC layer unpacks the received MAC SDU and discards the padding item.
  • the RLC layer of the receiving end first parses the RLC header structure to obtain the indication field LI+E corresponding to the RLC SDU or the RLC SDU segment. Since the RLC header structure is an entire byte, all the fingers are solved. After the field L+E, the RLC layer at the receiving end discards the extra bits in the header structure, which is the bit that will be added to make the RLC an integer byte. Also, since the RLC header structure is an entire byte, the receiving end RLC layer also reads the corresponding RLC SDU or RLC SDU segment according to the parsed indication field LI+E from the next full byte of the last LI+E. .
  • the present invention proposes a transmitting end device, a receiving end device and a corresponding system for implementing PDU filling processing, and the above-mentioned transmitting end device and receiving end device can be used in a base station or a terminal.
  • the composition of the transmitting device is as shown in FIG. 5, and the composition of the receiving device is as shown in FIG. 6.
  • the transmitting device includes two parts, an RLC layer processing unit 51 and a MAC layer processing unit 52, where the RLC layer processing unit 51 is configured to perform segmentation, cascading, and header structure filling on the PDU to be sent. In-package processing, and the packetized data is sent to the MAC layer; the MAC layer processing unit 52 is configured to group the data sent by the RLC layer, add a MAC header structure, and fill processing, and process the processed data. Sent to the physical layer.
  • the RLC layer processing unit 51 is further composed of an RLC layer grouping module 511, an RLC layer filling module 512, and an RLC layer transceiver module 513.
  • the RLC layer grouping module 511 is configured to segment and level the SDUs sent by the network layer. And adding the header structure filled by the RLC layer filling module 512, and then sending the packetized RLC PDU to the RLC layer transceiver module 513 of the layer; the RLC layer filling module 512 is configured to fill the RLC header structure in the RLC header structure.
  • the number of bits that are different from the entire byte, and the filled RLC header structure is sent to the RLC layer packet module 511 of the layer; the RLC layer transceiver module 513 receives the SDU sent by the network layer, and sends the received SDU to the SDU.
  • the RLC layer grouping module 511 of this layer sends the finally packaged RLC PDU to the MAC layer.
  • the MAC layer processing unit 52 is in turn composed of a MAC layer group packet module 521, a MAC layer padding module 522, and a MAC layer transceiver module 523.
  • the MAC layer grouping module 521 is configured to group the RLC PDUs sent by the RLC layer, add a MAC header structure, and package the finally filled MAC PDUs to the transceiver module 523 of the layer;
  • the module 522 is configured to fill, in the MAC header structure, the number of bits in which the MAC header structure is different from the entire byte, and the padding in the MAC payload is filled with the number of bits in which the MAC PDU is different from the total size allocated to the MAC transport block, and
  • the MAC PDU is sent to the MAC layer group packet module 521 of the layer.
  • the MAC layer transceiver module 523 receives the RLC PDU sent by the RLC layer, and sends the finally packaged MAC PDU to the physical layer.
  • the receiving end device includes a MAC layer processing unit 61 and an RLC layer processing unit 62.
  • the MAC layer processing unit 61 is configured to unpack the received PDU, decode the MAC SDU, and discard the MAC address.
  • the padding item in the payload part and the number of bits filled in the MAC header structure, and then the decoded MAC SDU is sent to the RLC layer;
  • the RLC layer processing unit 62 is configured to unpack the MAC SDU sent by the MAC layer to obtain the RLC SDU. Or SDU segment and discard the padding in the RLC header structure, and then directly send the unpacked RLC SDU to the local network layer, or assemble the unpacked RLC SDU segment into an RLC SDU and send it to the local network layer. .
  • the MAC layer processing unit 61 is further composed of a MAC layer unpacking module 611 and a MAC layer transceiver module 613.
  • the MAC layer unpacking module 611 is configured to unpack the received MAC PDU and solve the MAC SDU.
  • the MAC layer de-filling module 612 discards the padding item in the MAC PDU payload and the part filled in the MAC header structure, and sends the parsed MAC SDU to the MAC layer transceiver module 612 of the layer.
  • the MAC layer transceiver module 613 uses The MAC PDU data is received and the received MAC PDU is sent to the MAC layer unpacking module 611 of the local layer, and the MAC SDU sent by the MAC layer unpacking module 611 is sent to the RLC layer.
  • the RLC layer processing unit 62 is composed of an RLC layer unpacking module 621 and an RLC layer transceiver module 623, wherein the RLC layer unpacking module 621 is configured to unpack the received MAC SDU as an RLC PDU, and first parse the RLC header structure to obtain The indication field LI+E corresponding to the RLC SDU or the RLC SDU segment, and the RLC layer of the internal RLC layer de-filling the number of bits filled in the RLC header structure by the module 622, and then acquiring each RLC according to the parsed indication field LI+E
  • the SDU or RLC SDU segment because the RLC header structure is an entire byte, the RLC layer unpacking module 621 obtains each RLC SDU or RLC SDU segment starting from the entire byte after the last LI+E, and The obtained RLC SDU or RLC SDU segment is sent to the RLC layer transceiver module 623 of the local layer, or the unpacked RLC SDU segment is segmented into an R
  • the structure diagrams of the RLC PDU and the MAC PDU are as shown in the figure, and there is one in the RLC header structure and the MAC header structure of the RLC PDU and the MAC PDU.
  • the entries are padded such that the size of the RLC header structure and the MAC header structure are integer bytes, so that the RLC PDU and the MAC PDU satisfy the full byte requirement.
  • the total size of the MAC transport block currently allocated to the MAC transport block is 1280 bits according to the scheduling policy.
  • the size of the logical channel 0 allocated to the RLC is 1080 bits, and the size of the logical channel 1 allocated to the RLC is 160 bits.
  • the respective grouping process of the RLC PDU and the MAC PDU is as follows:
  • the LI indication indicates that at least 8 bits, the E domain is the wrist, the SN domain is 10 bits, and the SI domain is 2 bits.
  • the RLC PDU0 has a header structure of 30 bits. Filling the structure with 2 bits makes it a whole byte. As shown in the figure, filling the header structure with 2 bits enables the RLC header structure to be 32 bits, which satisfies the requirements of the entire byte.
  • the encapsulated RLC PDU0 is 1080 bits in size, and the RLC PDU 1 is only 160 bits in size.
  • the L field indicates that at least 8 bits
  • the E field is lbit
  • the LCID is 4 bits
  • the MAC header structure size is 26 bits. Because the MAC header structure needs to be padded to make it a full byte, it needs to be padded with 6 bits.
  • the above-mentioned special value is also used to describe the unpacking process of the receiving end at the same time.
  • the receiving MAC layer first parses the MAC header structure. Since the receiving end knows that the MAC header structure is an integer byte, when parsing the last indication fields LCID, L, and E (according to the indication of E) It can be determined that it is 26 bits, so the next 6 bits are discarded as padding, and the MAC SDU is parsed starting from 32 bits, and the 8-bit padding is also discarded.
  • the parsing process for the RLC PDU is similar to the above process, and will not be described here.
  • the fixed part SN+SI field of the RLC header structure needs 16 bits, LI+E. It also needs 16bit, and the RLC header structure needs to be filled with 48 bits in total; and the method of the present invention only needs 32 bits, so the waste of resources can be greatly reduced.
  • the number of bits of the header structure that can be saved by the method of the present invention will be more significant.

Landscapes

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

Abstract

Method for processing the PDU padding is disclosed by the invention, and it includes: the wireless link control RLC layer receiving the RLC SDU transmitted by the network layer, generating RLC PDU by segmenting, concatenating and adding corresponding RLC header structure to the received RLC SDU, furthermore padding in the RLC header structure with bits, the number of which is the difference between the RLC header structure and the integer bytes, when the size of RLC header is not integer bytes. Apparatus of transmitting end, apparatus of receiving end and the corresponding system for implementing the PDU padding process are also disclosed bythe invention. The overhead of RLC header structure can be reduced and the effective throughput of the system can be increased sufficiently by applying the method, apparatus and system of the invention.

Description

协议数据单元填充的处理方法、 装置及系统 技术领域  Processing method, device and system for protocol data unit filling
本发明涉及移动通信技术领域, 具体涉及协议数据单元(PDU, Protocol Data Unit )处理技术, 特别涉及一种 PDU填充的处理方法、 装置及系统。 背景技术  The present invention relates to the field of mobile communication technologies, and in particular, to a protocol data unit (PDU) processing technology, and in particular, to a processing method, device and system for filling a PDU. Background technique
第三代合作伙伴项目 ( 3GPP )长期演进( LTE )技术是近两年来 3GPP启 动的最大的新技术研发项目, 在 LTE中, 对 PDU的研究是非常重要的一方面。  The 3rd Generation Partnership Project (3GPP) Long Term Evolution (LTE) technology is the largest new technology development project initiated by 3GPP in the past two years. In LTE, the research on PDU is a very important aspect.
根据 LTE二层协议, 高层数据包无线链路控制(RLC, Radio Link Control ) 业务数据单元(SDU, Service Data Unit )到达 RLC层后, 除透明模式以外, 均需根据调度策略将分配给相应 RLC实体的数据块大小进行组包, 通过分段、 级联等操作生成指定大小的 RLC PDU。  According to the LTE Layer 2 protocol, after the RLC (Service Data Unit) of the Radio Link Control (RLC) arrives at the RLC layer, it needs to be assigned to the corresponding RLC according to the scheduling policy. The data block size of the entity is grouped, and RLC PDUs of a specified size are generated by operations such as segmentation and cascading.
为了更加清楚地进行说明, 以下分别利用 RLC PDU 和媒体接入控制 ( MAC, Medium Access Control ) PDU的组成结构图来说明。  For a clearer explanation, the following is a description of the composition of the RLC PDU and the Medium Access Control (MAC) PDU.
图 1为现有技术中 RLC PDU的组成结构,此处为叙述方便,省略了与 PDU 结构无关的头结构中的指示域。 如图 1所示, 在 RLC头结构中, SN ( Sequence Number )为序列号; SI ( Segmentation Info )用以表示该 PDU中第一个以及最 后一个 SDU是分段还是完整的; LI ( Length Indicator ) + E ( Extension bit )组 合用以指示每个 RLC SDU或 RLC SDU分段的大小, E指示后续紧接的内容是 LI+E还是数据, 最后一个 RLC SDU或 RLC SDU分段的 LI+E组合可以省略。 其中, LI是以字节为单位, 也就是说, RLC PDU中的 RLC SDU或 RLC SDU 分段都是整字节大小。  FIG. 1 is a structural structure of an RLC PDU in the prior art. For convenience of description, the indication field in the header structure unrelated to the PDU structure is omitted. As shown in FIG. 1 , in the RLC header structure, SN ( Sequence Number ) is a sequence number; SI ( Segmentation Info ) is used to indicate whether the first and last SDUs in the PDU are segmented or complete; LI ( Length Indicator + E (Extension bit) combination is used to indicate the size of each RLC SDU or RLC SDU segment, E indicates whether the immediately following content is LI+E or data, and the last RLC SDU or RLC SDU segment LI+E Combinations can be omitted. Where LI is in bytes, that is, the RLC SDU or RLC SDU segments in the RLC PDU are all integer bytes.
RLC PDU组装完毕后, 发送到 MAC层, MAC层将来自不同逻辑信道的 RLC PDU作为 MAC SDU进行必要的级联,形成最终的 MAC PDU发送到物理 层。  After the RLC PDU is assembled, it is sent to the MAC layer. The MAC layer performs the necessary cascading of the RLC PDUs from different logical channels as MAC SDUs to form the final MAC PDU to be sent to the physical layer.
图 2为现有技术中 MAC PDU的组成结构, 如图 2所示, MAC头结构中 LCID ( Logical Channel Identity )为逻辑信道号; E比特用于指示后续跟着的内 容是数据还是 L ( Length ) +E 的组合。 MAC SDU 头结构中, 用来指示每个 MAC SDU结尾位置的 L域也是以字节为单位, 也就是说, MAC SDU也需要 是整字节大小。 2 is a structural structure of a MAC PDU in the prior art. As shown in FIG. 2, the LCID (Logical Channel Identity) in the MAC header structure is a logical channel number; the E bit is used to indicate whether the following content is data or L (Length) A combination of +E. In the MAC SDU header structure, used to indicate each The L field at the end of the MAC SDU is also in bytes, that is, the MAC SDU also needs to be the entire byte size.
根据 LTE PDU的结构特点, 结合 R6协议中 RLC PDU头结构的安排以及 整字节实现的方便性, 现有技术中提出以下方案:  According to the structural characteristics of the LTE PDU, combined with the arrangement of the RLC PDU header structure in the R6 protocol and the convenience of the implementation of the entire byte, the following solutions are proposed in the prior art:
RLC PDU头结构中每个部分都采用固定大小, 其中, 固定部分 SN+SI所 占用的大小需要是整字节; 每一组可拓展部分 LI+E所占用的大小也需要是整 字节, 例如: LI为 7bit或 15bit, E为 lbit, 这样整个 RLC PDU头结构就是整 字节排列, 加上 RLC PDU的净荷(payload )部分, 整个 RLC PDU满足整字 节排列。  Each part of the RLC PDU header structure adopts a fixed size. The size occupied by the fixed part SN+SI needs to be an entire byte; the size occupied by each set of expandable parts LI+E also needs to be an entire byte. For example: LI is 7bit or 15bit, and E is lbit, so that the entire RLC PDU header structure is an entire byte arrangement, plus the payload portion of the RLC PDU, and the entire RLC PDU satisfies the entire byte arrangement.
为满足调度策略分配总字节数的需要, 一些情况下 RLC PDU中可采用填 充项(padding ), 使 RLC PDU达到一定的总字节数, 如图 1所示。 但实际应用 中, 由于 RLC PDU的大小可以调节, 因此一般不需要填充。  In order to meet the requirement of the total number of bytes allocated by the scheduling policy, in some cases, padding may be used in the RLC PDU to make the RLC PDU reach a certain total number of bytes, as shown in FIG. However, in practical applications, since the size of the RLC PDU can be adjusted, padding is generally not required.
在 RLC PDU作为 MAC SDU在 MAC层被依次级联 ,并被加入与每个 MAC SDU对应的相应头结构中的指示部分之后, 如果 MAC PDU仍存在剩余容量, 也需要加入相应的填充, 如图 2所示。  After the RLC PDUs are successively cascaded as MAC SDUs at the MAC layer and added to the indication part in the corresponding header structure corresponding to each MAC SDU, if the MAC PDU still has remaining capacity, it is also necessary to add a corresponding padding, as shown in the figure. 2 is shown.
现有技术的缺点是: 现有技术中 RLC PDU头结构的各个部分都为固定大 小,且固定部分 SN+SI、可拓展部分 LI+E所占用的大小均为整字节, 因此 RLC PDU头结构的比特数将会比实际需要的比特数大很多 ,这势必会造成一定的资 源浪费。 在 RLC PDU容量不大时, 这样头结构开销的浪费还不是很严重, 但 随着 PDU容量的急剧增大, 这种 RLC PDU头结构的浪费就显得非常严重, 有 时甚至会导致无法计算。 因此 RLC头结构的浪费问题已经非常突出,如何既能 实现整字节实现的方便性, 又能够减少 RLC头结构开销成为亟待解决的问题。 发明内容  The disadvantages of the prior art are: The parts of the RLC PDU header structure in the prior art are all fixed sizes, and the sizes occupied by the fixed part SN+SI and the expandable part LI+E are all bytes, so the RLC PDU header The number of bits in the structure will be much larger than the number of bits actually needed, which will inevitably result in a certain waste of resources. When the capacity of the RLC PDU is not large, the waste of the header structure is not serious. However, as the capacity of the PDU increases sharply, the waste of the RLC PDU header structure is very serious, and sometimes it may not be calculated. Therefore, the waste of the RLC header structure has become very prominent. How to realize the convenience of the whole byte implementation and reduce the RLC header structure overhead has become an urgent problem to be solved. Summary of the invention
有鉴于此,本发明的目的在于提供一种 PDU填充的处理方法、系统及装置, 可降低 RLC PDU头结构的开销, 减少资源浪费, 充分提高系统的有效吞吐量。  In view of this, the object of the present invention is to provide a processing method, system and device for filling a PDU, which can reduce the overhead of the RLC PDU header structure, reduce resource waste, and fully improve the effective throughput of the system.
为达到上述目的, 本发明的技术方案是这样实现的:  In order to achieve the above object, the technical solution of the present invention is achieved as follows:
为达到上述目的 ,本发明一方面提出了一种协议数据单元 PDU填充的处理 方法, 该方法包括: 无线链路控制 RLC层接收网络层发送的 RLC业务数据单 元 SDU; 对接收的所述 RLC SDU进行分段、 级联, 及添加相应的 RLC头结构 以生成 RLC PDU, 并且在所述 RLC头结构的大小不为整字节时, 在所述 RLC 头结构中填充所述 RLC头结构与整字节相差的比特数。 To achieve the above objective, the present invention provides a method for processing protocol data unit PDU padding, the method comprising: receiving, by a radio link, an RLC layer, an RLC service data sheet sent by a network layer. a SDU; segmenting, cascading the received RLC SDU, and adding a corresponding RLC header structure to generate an RLC PDU, and when the size of the RLC header structure is not an entire byte, in the RLC header The number of bits in the structure that fills the RLC header structure and is different from the entire byte.
作为本发明的一个实施例, 在对接收的所述 RLC SDU进行分段、 级联, 及添加相应的 RLC头结构以生成 RLC PDU之后, 还包括: 将生成的所述 RLC PDU发送至媒介接入控制 MAC层; 所述 MAC层将所述 RLC PDU作为 MAC SDU进行组包并添加相应的 MAC头结构, 当所述 MAC头结构的大小不为整 字节时, 在所述 MAC头结构中填充所述 MAC头结构与整字节相差的比特数,  As an embodiment of the present invention, after segmenting, cascading, and adding a corresponding RLC header structure to generate the RLC PDU, the method further includes: sending the generated RLC PDU to the media interface. Into the control MAC layer; the MAC layer groups the RLC PDU as a MAC SDU and adds a corresponding MAC header structure. When the size of the MAC header structure is not an entire byte, in the MAC header structure. Filling in the number of bits in which the MAC header structure differs from the entire byte,
MAC传输块的总大小相同。 The total size of the MAC transport blocks is the same.
作为本发明的一个实施例, 还包括: 在接收端的 MAC层对接收的 MAC PDU进行解包时,解析 MAC头结构得到各个 MAC SDU所对应的指示域 LCID、 L和 E, 并将最后一个指示域 LCID、 L和 E之后非整字节的比特数丟弃, 并以 最后一个指示域 LCID、 L和 E的下一个整字节为起始点根据解析得到的指示 域 LCID、 L和 E获取对应的 MAC SDU, 并将所述 MAC PDU的填充项丟弃。  As an embodiment of the present invention, the method further includes: when the MAC layer of the receiving end unpacks the received MAC PDU, parsing the MAC header structure to obtain the indication fields LCID, L, and E corresponding to each MAC SDU, and the last indication The number of bits of the non-full byte after the domain LCID, L, and E is discarded, and the corresponding integer fields LCID, L, and E are used as the starting point to obtain the corresponding indication fields LCID, L, and E. MAC SDU, and discards the padding of the MAC PDU.
作为本发明的一个实施例, 还包括: 在接收端的 RLC层对 RLC PDU进行 解包时,将 RLC头结构中最后一个指示域 LI和 E之后非整字节的比特数丢弃, 并以最后一个指示域 LI和 E的下一个整字节为起始点根据 RLC头结构中的指 示域 LI和 E获取对应的 RLC SDU或 RLC SDU分段。  As an embodiment of the present invention, the method further includes: when the RLC layer of the receiving end unpacks the RLC PDU, discards the number of bits of the non-integer byte after the last indication field LI and E in the RLC header structure, and the last one The next full byte of the indication fields LI and E is the starting point to obtain the corresponding RLC SDU or RLC SDU segment according to the indication fields LI and E in the RLC header structure.
在上述实施例中, 所述填充的比特数的取值在 1至 7bit之间。  In the above embodiment, the number of bits to be padded is between 1 and 7 bits.
本发明另一方面还提出一种实现 PDU填充处理的发送端装置, 包括 RLC 层处理单元和 MAC层处理单元, 其中, 所述 RLC层处理单元, 用于对要发送 的 RLC PDU进行包括分段、 级联及 RLC头结构填充在内的打包处理, 并将经 过打包的数据发送至 MAC层,其中,在所述 RLC头结构的大小不为整字节时, 在所述 RLC头结构中填充所述 RLC头结构与整字节相差的比特数;所述 MAC 层处理单元, 用于将 RLC层发来的 RLC PDU作为 MAC SDU进行组包、 添加 MAC 头结构以及填充处理, 并将经过处理的数据发送给物理层, 其中, 在所 述 MAC头结构的大小不为整字节时,在所述 MAC头结构中填充所述 MAC头 结构与整字节相差的比特数, 并且填充所述 MAC PDU净荷中的填充项以使所 述 MAC PDU的大小与分配给所述 MAC传输块的总大小相同。 The present invention further provides a transmitting end device for implementing a PDU filling process, which includes an RLC layer processing unit and a MAC layer processing unit, where the RLC layer processing unit is configured to perform segmentation on the RLC PDU to be sent. And a packing process of cascading and RLC header structure padding, and sending the packetized data to the MAC layer, where the RLC header structure is filled in when the size of the RLC header structure is not a whole byte The number of bits of the RLC header structure that differs from the entire byte; the MAC layer processing unit is configured to group the RLC PDU sent by the RLC layer as a MAC SDU, add a MAC header structure, and fill processing, and process the The data is sent to the physical layer, where, when the size of the MAC header structure is not a full byte, the number of bits in which the MAC header structure differs from the entire byte is filled in the MAC header structure, and the a padding in the MAC PDU payload to make The size of the MAC PDU is the same as the total size allocated to the MAC transport block.
作为本发明的一个实施例, 所述 RLC层处理单元进一步包括 RLC层组包 模块、 RLC层填充模块和 RLC层收发模块, 所述 RLC层组包模块, 用于对收 到的 RLC SDU进行分段、 级联, 并添加经过所述 RLC层填充模块填充的头结 构, 再将打包好的 RLC PDU发送给本层的所述 RLC层收发模块; 所述 RLC 层填充模块, 用于在 RLC头结构中填充所述 RLC头结构与整字节相差的比特 数, 并将填充好的 RLC头结构发送给本层的所述 RLC层组包模块; 所述 RLC 层收发模块, 用于接收网络层发来的 RLC SDU, 将接收到的 RLC SDU发送给 本层的所述 RLC层组包模块, 并将打包好的 RLC PDU发送给 MAC层。  As an embodiment of the present invention, the RLC layer processing unit further includes an RLC layer group packet module, an RLC layer padding module, and an RLC layer transceiver module, where the RLC layer group packet module is configured to divide the received RLC SDU. Segment, cascading, and adding a header structure filled by the RLC layer filling module, and then sending the packaged RLC PDU to the RLC layer transceiver module of the layer; the RLC layer filling module, used in the RLC header Filling the RLC header structure with the number of bits of the entire byte, and transmitting the filled RLC header structure to the RLC layer packet module of the layer; the RLC layer transceiver module is configured to receive the network layer The RLC SDU sent by the RLC SDU is sent to the RLC layer group packet module of the local layer, and the packetized RLC PDU is sent to the MAC layer.
作为本发明的一个实施例, 所述 MAC层处理单元进一步包括 MAC层组 包模块、 MAC层填充模块和 MAC层收发模块, 其中, 所述 MAC层组包模块, 用于将由 RLC层发来的 RLC PDU作为 MAC SDU进行组包、 添加 MAC头结 构, 并将填充好的 MAC PDU进行打包, 发送给本层的所述 MAC层收发模块; 所述 MAC层填充模块,用于在 MAC头结构中填充所述 MAC头结构与整字节 大小与分配给所述 MAC传输块的总大小相同; 所述 MAC层收发模块, 用于 接收 RLC层发来的 RLC PDU, 并将打包好的 MAC PDU发送给物理层。  As an embodiment of the present invention, the MAC layer processing unit further includes a MAC layer group packet module, a MAC layer filling module, and a MAC layer transceiver module, where the MAC layer group packet module is used to be sent by the RLC layer. The RLC PDU is grouped as a MAC SDU, and the MAC header structure is added, and the padded MAC PDU is packetized and sent to the MAC layer transceiver module of the layer. The MAC layer padding module is used in the MAC header structure. Filling the MAC header structure with the entire byte size is the same as the total size allocated to the MAC transport block; the MAC layer transceiver module is configured to receive the RLC PDU sent by the RLC layer, and send the packaged MAC PDU Give the physical layer.
本发明还提出一种实现 PDU填充处理的接收端装置, 包括 MAC层处理单 元和 RLC层处理单元,其中,所述 MAC层处理单元,用于对接收到的 MAC PDU 进行解包, 解出 MAC SDU , 并将 MAC头结构中的填充和 MAC PDU净荷中 的填充项丟弃,再将解出的 MAC SDU发送至 RLC层; 所述 RLC层处理单元, 用于将 MAC层发来的 MAC SDU作为 RLC PDU进行解包, 丟弃 RLC头结构 中填充的比特数, 得到 RLC SDU或 RLC SDU分段, 再将解包好的 RLC SDU 发送给网络层, 或将解包好的 RLC SDU分段组装成 RLC SDU发送给网络层。  The present invention also provides a receiving end device for implementing PDU filling processing, which includes a MAC layer processing unit and an RLC layer processing unit, wherein the MAC layer processing unit is configured to unpack the received MAC PDU and solve the MAC address. SDU, and the padding in the MAC header structure and the padding in the MAC PDU payload are discarded, and the solved MAC SDU is sent to the RLC layer; the RLC layer processing unit is configured to send the MAC sent by the MAC layer. The SDU is unpacked as an RLC PDU, and the number of bits filled in the RLC header structure is discarded, and the RLC SDU or RLC SDU segment is obtained, and the unpacked RLC SDU is sent to the network layer, or the unpacked RLC SDU is divided. The segments are assembled into RLC SDUs and sent to the network layer.
作为本发明的一个实施例, 所述 MAC层处理单元进一步包括 MAC层解 包模块和 MAC层收发模块, 其中, 所述 MAC层解包模块, 用于对接收到的 MAC PDU进行解包,解出 MAC SDU,由其内部的 MAC层去填充模块将 MAC 头结构中的填充和 MAC PDU净荷中的填充项丢弃,并将去填充后的 MAC SDU 发送给本层的所述 MAC层收发模块; 所述 MAC层收发模块, 用于接收 MAC PDU数据并将接收到的 MAC PDU发送给本层的所述 MAC层解包模块, 以及 将本层的所述 MAC层解包模块发来的 MAC SDU发送给 RLC层。 As an embodiment of the present invention, the MAC layer processing unit further includes a MAC layer unpacking module and a MAC layer transceiver module, where the MAC layer unpacking module is configured to unpack the received MAC PDU and solve the solution. The MAC SDU is sent out by the internal MAC layer de-filling module to discard the padding in the MAC header structure and the padding in the MAC PDU payload, and sends the de-populated MAC SDU to the MAC layer transceiver module of the layer. The MAC layer transceiver module is configured to receive a MAC The PDU data is sent to the MAC layer unpacking module of the layer, and the MAC SDU sent by the MAC layer unpacking module of the layer is sent to the RLC layer.
作为本发明的一个实施例, 所述 RLC层处理单元进一步包括 RLC层解包 模块和 RLC层收发模块, 其中, 所述 RLC层解包模块, 用于将接收到的 MAC SDU作为 RLC PDU进行解包得到相应的 RLC SDU或 RLC SDU分段,并由其 内部的 RLC层去填充模块将 RLC头结构中填充的比特数去除, 以及将得到的 RLC SDU发送给本层的所述 RLC层收发模块, 或将得到的 RLC SDU分段组 装成 RLC SDU发送给本层的所述 RLC层收发模块; 所述 RLC层收发模块, 用于接收 MAC层发来的 MAC SDU, 并将接收到的 MAC SDU发送给本层的 所述 RLC层解包模块, 且将解包好的或组装好的 RLC SDU发送给网络层。  As an embodiment of the present invention, the RLC layer processing unit further includes an RLC layer unpacking module and an RLC layer transceiver module, where the RLC layer unpacking module is configured to solve the received MAC SDU as an RLC PDU. The packet obtains the corresponding RLC SDU or RLC SDU segment, and the internal RLC layer de-filling module removes the number of bits filled in the RLC header structure, and sends the obtained RLC SDU to the RLC layer transceiver module of the layer. Or, the obtained RLC SDU segment is assembled into the RLC layer transceiver module sent by the RLC SDU to the layer; the RLC layer transceiver module is configured to receive the MAC SDU sent by the MAC layer, and receive the received MAC SDU. The RLC layer unpacking module sent to the layer, and sends the unpacked or assembled RLC SDU to the network layer.
本发明还提出一种实现 PDU填充处理的系统,包括发送端装置和至少一个 接收端装置, 所述发送端装置, 用于在对发送的 MAC PDU组包时, 如果 MAC 头结构的大小不为整数字节, 则在所述 MAC头结构中填充所述 MAC头结构 与整字节相差的比特数,并填充所述 MAC PDU净荷中的填充项以使所述 MAC PDU的大小与分配给所述 MAC传输块的总大小相同; 所述接收端, 用于接收 所述发送端装置发送的 MAC PDU, 解析 MAC头结构得到相应的指示域, 将 所述 MAC头结构中所填充的比特数丢弃, 并以最后一个指示域 LCID、 L和 E 的下一个整字节为起始点根据 MAC头结构中的指示域获取对应的 MAC SDU。  The present invention also provides a system for implementing PDU filling processing, including a transmitting end device and at least one receiving end device, where the transmitting end device is configured to: when the packet is sent to the MAC PDU, if the size of the MAC header structure is not An integer byte, the number of bits in the MAC header structure that differs from the entire byte is filled in the MAC header structure, and padding in the MAC PDU payload is filled to allocate the size of the MAC PDU to The total size of the MAC transport blocks is the same; the receiving end is configured to receive a MAC PDU sent by the sending end device, parse the MAC header structure to obtain a corresponding indication domain, and set the number of bits filled in the MAC header structure. Discard, and obtain the corresponding MAC SDU according to the indication field in the MAC header structure starting from the next integer byte of the last indication fields LCID, L, and E.
作为本发明的一个实施例, 所述 RLC PDU由所述发送端装置对网络层发 送的 RLC SDU进行组包得到,所述发送端装置在对所述 RLC SDU进行组包时, 如果 RLC头结构的大小不为整数字节, 则在所述 RLC头结构中填充所述 RLC 头结构与整字节相差的比特数。  As an embodiment of the present invention, the RLC PDU is obtained by the sender device to group the RLC SDU sent by the network layer, and the sender device performs the RLC header structure when the RLC SDU is grouped. If the size is not an integer byte, the number of bits in which the RLC header structure differs from the entire byte is filled in the RLC header structure.
作为本发明的一个实施例, 所述接收端装置还用于以获取的 MAC SDU作 为 RLC PDU进行进一步的解包, 所述接收端装置将所述 RLC头结构中所填充 的比特数丟弃,并以最后一个指示域 LI和 E的下一个整字节为起始点根据 RLC 头结构中的指示域 LI和 E获取对应的 RLC SDU或 RLC SDU分段。  As an embodiment of the present invention, the receiving end device is further configured to perform further unpacking using the obtained MAC SDU as an RLC PDU, where the receiving end device discards the number of bits filled in the RLC header structure. The corresponding RLC SDU or RLC SDU segment is obtained according to the indication fields LI and E in the RLC header structure starting from the next integer byte of the last indication fields LI and E.
本发明还提出一种终端, 包括上述的发送端装置和上述的接收端装置。 本发明还提出一种基站, 包括上述的发送端装置和上述的接收端装置。 本发明还提出一种 RLC PDU结构, 所述 RLC头结构中的指示域 LI和 E 中至少一个为非整字节, 且所述 RLC头结构内还具有一填充项以使所述 RLC 头结构的大小为整字节, 所述填充项的大小在 1至 7bit之间。 The present invention also provides a terminal comprising the above-described transmitting device and the above receiving device. The present invention also proposes a base station comprising the above-mentioned transmitting end device and the above-mentioned receiving end device. The present invention also proposes an RLC PDU structure, indicating fields LI and E in the RLC header structure At least one of the bytes is a non-full byte, and the RLC header structure further has a padding item such that the size of the RLC header structure is an entire byte, and the size of the padding item is between 1 and 7 bits.
作为本发明的一个实施例, 在所述 RLC PDU中无对于 RLC头结构中填充 项的指示信息。  As an embodiment of the present invention, there is no indication in the RLC PDU for a padding item in the RLC header structure.
本发明还提出一种 MAC PDU结构, 所述 MAC头结构内的指示域 LCID、 L和 E中至少一个为非整字节, 且所述 MAC头结构内还具有一填充项以使所 述 MAC头结构的大小为整字节, 所述填充项的大小在 1至 7bit之间。  The present invention also provides a MAC PDU structure, at least one of the indication fields LCID, L, and E in the MAC header structure is a non-integer byte, and the MAC header structure further has a padding item to enable the MAC The size of the header structure is an entire byte, and the size of the padding item is between 1 and 7 bits.
作为本发明的一个实施例, 在所述 MAC PDU中无对于 MAC头结构中填 充项的指示信息。  As an embodiment of the present invention, there is no indication information in the MAC PDU for the padding in the MAC header structure.
作为本发明的一个实施例,在所述 MAC PDU的净荷中还包括有一填充项, 所述净荷中的填充项以使所述 MAC PDU的大小与分配给所述 MAC传输块的 总大小相同。  As an embodiment of the present invention, a padding item is further included in a payload of the MAC PDU, and a padding item in the payload is used to allocate a size of the MAC PDU to a total size of the MAC transport block. the same.
本发明所提供的 PDU填充处理方法、 装置及系统, 对 RLC PDU头结构中 各个域分别按各自需要的大小进行设置, 头结构大小总和与向上取整字节数之 间相差的比特数由填充补足, 且填充无需特殊指示。 并且, MAC SDU组包时, MAC头结构加上所有 MAC SDU的总的大小与分配给 MAC传输块总的大小相 差的比特数,无论是否为整字节全部以填充补足,且填充无需指示。如此, RLC PDU头结构不需满足整字节要求, 有效减少了 RLC PDU头结构的开销, 避免 资源浪费, 充分提高了系统的有效吞吐量; 且对于 MAC SDU也无需考虑其头 结构必须采用整字节, 因此操作筒单、 方便。  The PDU filling processing method, device and system provided by the present invention set each domain in the RLC PDU header structure according to the required size, and the number of bits difference between the sum of the header structure size and the number of rounded up bytes is filled. Make up, and fill without special instructions. Moreover, in the MAC SDU group packet, the MAC header structure plus the total size of all MAC SDUs is different from the total size allocated to the MAC transport block, whether or not the entire byte is padded, and the padding does not require an indication. In this way, the RLC PDU header structure does not need to meet the entire byte requirement, effectively reduces the overhead of the RLC PDU header structure, avoids resource waste, and substantially improves the effective throughput of the system; and does not need to consider the header structure for the MAC SDU. Bytes, so the operation is single and convenient.
在 MAC接收端进行解包时, 只需按照 L+E的指示依次解出每一组 MAC SDU, 而对于最后没有任何指示的内容, 可全作为填充项丟弃; 同样, 在 RLC 接收端进行解包时,也只需依次解出每个 RLC SDU或 RLC SDU分段,对最后 一个 RLC SDU或 RLC SDU分段, 也只需将其中的最大整字节大小作为 SDU 或 SDU分段, 而对多余的非整字节比特数当作填充项直接舍弃, 如此, 操作简 单、 方便, 在接收端处理时不会引入任何复杂性。 附图说明  When unpacking at the MAC receiving end, each group of MAC SDUs is only solved according to the L+E indication, and the content that is not indicated at the end can be completely discarded as a padding item; likewise, at the RLC receiving end. When unpacking, you only need to solve each RLC SDU or RLC SDU segment in turn. For the last RLC SDU or RLC SDU segment, you only need to divide the largest integer byte size into SDU or SDU segments. The extra non-integer bit number is directly discarded as a padding. Thus, the operation is simple and convenient, and no complexity is introduced when processing at the receiving end. DRAWINGS
图 1为现有技术中 RLC PDU的组成结构示意图; 图 2为现有技术中 MAC PDU的组成结构示意图; 1 is a schematic structural diagram of a structure of an RLC PDU in the prior art; 2 is a schematic structural diagram of a structure of a MAC PDU in the prior art;
图 3为本发明一个实施例的发送端的处理流程图;  3 is a flowchart of processing of a transmitting end according to an embodiment of the present invention;
图 4为本发明一个实施例的接收端的处理流程图;  4 is a flowchart of processing at a receiving end according to an embodiment of the present invention;
图 5为本发明一个实施例的发送端装置的组成结构示意图;  FIG. 5 is a schematic structural diagram of a structure of a transmitting end device according to an embodiment of the present invention; FIG.
图 6为本发明一个实施例的接收端装置的组成结构示意图;  6 is a schematic structural diagram of a structure of a receiving end device according to an embodiment of the present invention;
图 7为本发明一个实施例的 RLC PDU的结构图;  FIG. 7 is a structural diagram of an RLC PDU according to an embodiment of the present invention; FIG.
图 8为本发明一个实施例的 MAC PDU的结构图;  FIG. 8 is a structural diagram of a MAC PDU according to an embodiment of the present invention; FIG.
图 9为本发明实施例的组成结构示意图。 具体实施方式  FIG. 9 is a schematic structural view of an embodiment of the present invention. detailed description
本发明的主要思想是: 在发送端, 用填充弥补 RLC PDU头结构与整字节 相差的比特数,使 RLC PDU头结构为整字节,进而达到整个 RLC PDU满足整 字节大小的要求。并且,在 MAC层处理时, MAC层头结构加上所有 MAC SDU 的总的大小与分配给 MAC 传输块总的大小相差的比特数也用填充弥补, 使 MAC PDU头结构为整字节。 同时, 在接收端对填充部分进行相应的丟弃处理。 上述仅是本发明的优选实施方式, 当然也可以将 RLC PDU头结构与整字节相 差的比特数补充到 RLC PDU的填充项,至少能够使整个 RLC PDU满足整字节 的要求。  The main idea of the present invention is: At the transmitting end, padding is used to compensate for the number of bits in which the RLC PDU header structure differs from the entire byte, so that the RLC PDU header structure is an entire byte, thereby achieving the requirement that the entire RLC PDU meets the entire byte size. Moreover, in the MAC layer processing, the MAC layer header structure plus the total size of all MAC SDUs and the number of bits that are different from the total size allocated to the MAC transport block are also padded, so that the MAC PDU header structure is an entire byte. At the same time, the filling portion is subjected to corresponding discard processing at the receiving end. The foregoing is only a preferred embodiment of the present invention. Of course, the number of bits of the RLC PDU header structure and the entire byte may be added to the padding of the RLC PDU, so that at least the entire RLC PDU can satisfy the requirement of the entire byte.
本发明的优选方案还是将上述相差的比特数补充到 RLC PDU头结构, 这 样不仅能够使 RLC PDU头结构满足整字节的要求,还能够使整个 RLC PDU满 足整字节的要求。 因此以下将对上述优选的方案进行详细介绍。  The preferred solution of the present invention also adds the above-mentioned phase difference number to the RLC PDU header structure, which not only enables the RLC PDU header structure to satisfy the entire byte requirement, but also enables the entire RLC PDU to satisfy the entire byte requirement. Therefore, the above preferred embodiment will be described in detail below.
基于上述思想, 本发明中发送端的处理流程如图 3所示, 包括以下步骤: 步骤 301 : RLC层对要发送的 PDU进行打包。  Based on the above idea, the processing flow of the transmitting end in the present invention is as shown in FIG. 3, and includes the following steps: Step 301: The RLC layer packages the PDU to be sent.
这里, 上述打包包括: 进行 SDU分段、 级联、 添加 RLC头结构、 填充操作。 通常, RLC层根据调度策略分配给 RLC实体的传输块大小, 对网络层发 来的 SDU进行分段、 级联等操作。 同时, RLC层根据具体需要确定 RLC头结 构中各部分的大小, 组成 RLC头结构。 此时, 如果 RLC头结构的大小不满足 整字节要求, 则用填充对该 RLC头结构进行补充, 具体填充比特数可为 1 至 7bit中的任意值, 且填充不需要任何特殊指示。 例如, 如果根据 SDU或 SDU 分段的大小确定 RLC头结构为 30bit, 为了满足 RLC头结构为整字节的要求则 需在该 RLC头结构中填充 2bit。 当然如果 RLC头结构的大小恰为整数字节, 则无需对该 RLC头结构进行填充。 Here, the foregoing packaging includes: performing SDU segmentation, cascading, adding an RLC header structure, and a padding operation. Generally, the RLC layer performs segmentation, cascading, and the like on the SDUs sent by the network layer according to the transport block size allocated to the RLC entity according to the scheduling policy. At the same time, the RLC layer determines the size of each part of the RLC header structure according to specific needs to form an RLC header structure. At this time, if the size of the RLC header structure does not satisfy the entire byte requirement, the RLC header structure is supplemented by padding, and the specific padding bit number may be any value from 1 to 7 bits, and the padding does not require any special indication. For example, if based on SDU or SDU The size of the segment determines that the RLC header structure is 30 bits. In order to satisfy the requirement that the RLC header structure is a full byte, the RLC header structure needs to be filled with 2 bits. Of course, if the size of the RLC header structure is just an integer number of bytes, there is no need to fill the RLC header structure.
步骤 302: 将打包好的 RLC PDU发送至 MAC层。  Step 302: Send the packaged RLC PDU to the MAC layer.
步驟 303: MAC层收到 RLC PDU后, 完成本层的组包、 添加 MAC头结构和 对 MAC头结构的填充。  Step 303: After receiving the RLC PDU, the MAC layer completes the grouping of the layer, adds the MAC header structure, and fills the MAC header structure.
其中, MAC层根据每条逻辑信道发送来的具体 RLC PDU的大小,将 RLC PDU作为 MAC SDU进行组包。 同时, 添加适当的 L+E的 MAC头结构域指示 不同的 MAC SDU; 在确定 MAC头结构的大小后, 还需要判断该 MAC 头结 构的大小是否满足整字节要求, 如果不满足整字节要求, 则需要填充相应的 bit 至该 MAC头结构中, 该填充无需特殊指示。 在对 MAC头结构进行填充之后, 将 MAC头结构 (填充后的)加上 MAC净荷中所有 MAC SDU的总的大小与 分配给 MAC传输块总的大小进行比较, 如果最终依然有剩余空间, 则 MAC 层将所有剩余比特无论是否满足整字节全部填充至 MAC净荷中的填充项。 当 然如果 MAC头结构恰为整字节, 则无需对其进行填充处理, 直接与 MAC传 输块总的大小相差的剩余比特填充至 MAC净荷中的填充项即可。  The MAC layer groups the RLC PDU as a MAC SDU according to the size of the specific RLC PDU sent by each logical channel. At the same time, adding the appropriate L+E MAC header field indicates different MAC SDUs; after determining the size of the MAC header structure, it is also necessary to determine whether the size of the MAC header structure satisfies the entire byte requirement, if the entire byte is not satisfied. If required, the corresponding bit needs to be filled into the MAC header structure, and the padding does not need special indication. After the MAC header structure is filled, the total size of all MAC SDUs in the MAC header structure (padded) plus the MAC payload is compared with the total size allocated to the MAC transport block. If there is still room left, Then the MAC layer fills all the remaining bits, whether or not the entire byte is filled, into the padding in the MAC payload. Of course, if the MAC header structure is exactly the entire byte, there is no need to fill it up, and the remaining bits directly different from the total size of the MAC transmission block are filled into the padding in the MAC payload.
本发明接收端的处理流程与发送端的处理流程相对应, 具体如图 4所示, 包括以下步骤:  The processing flow of the receiving end of the present invention corresponds to the processing flow of the transmitting end, as shown in FIG. 4, which includes the following steps:
步骤 401 :接收端的 MAC层对收到的 MAC PDU数据进行解包,并丢弃填充。 这里, 所述对收到的 MAC PDU数据进行解包为: 首先解析 MAC头结构, 依次解出每个 MAC SDU对应的指示域 L+E, 由于 MAC头结构为整字节, 因 此在解出所有指示域 L+E之后, 接收端会将头结构中多余的比特丟弃, 也就是 将从下一个整字节开始根据对应的指示域 L+E读取相应的 MAC SDU。 同时接 收端 MAC层按 MAC头结构中的指示域 L+E依次解出每个 MAC SDU之后 , 将最后的内容作为填充项直接丢弃。  Step 401: The MAC layer of the receiving end unpacks the received MAC PDU data, and discards the padding. Here, the unpacking of the received MAC PDU data is as follows: First, the MAC header structure is parsed, and the indication field L+E corresponding to each MAC SDU is sequentially solved. Since the MAC header structure is an entire byte, the solution is solved. After all the indication fields L+E, the receiving end discards the extra bits in the header structure, that is, reads the corresponding MAC SDU according to the corresponding indication field L+E from the next full byte. At the same time, the MAC layer of the receiving end sequentially solves each MAC SDU according to the indication field L+E in the MAC header structure, and then discards the last content as a padding.
步骤 402: MAC层将解包出的 MAC SDU发送至 RLC层。  Step 402: The MAC layer sends the unpacked MAC SDU to the RLC layer.
步骤 403: RLC层对收到的 MAC SDU进行解包, 并丢弃填充项。  Step 403: The RLC layer unpacks the received MAC SDU and discards the padding item.
同样接收端 RLC层也首先对 RLC头结构进行解析,得到 RLC SDU或 RLC SDU分段对应的指示域 LI+E。 由于 RLC头结构为整字节, 因此在解出所有指 示域 L+E之后, 接收端 RLC层会将头结构中多余的比特丟弃, 所述丢弃的多 余比特也就是将为使 RLC为整字节所添加的比特。 同样也由于 RLC头结构为 整字节, 因此接收端 RLC层也会从最后一个 LI+E的下一个整字节开始根据解 析的指示域 LI+E读取相应的 RLC SDU或 RLC SDU分段。 Similarly, the RLC layer of the receiving end first parses the RLC header structure to obtain the indication field LI+E corresponding to the RLC SDU or the RLC SDU segment. Since the RLC header structure is an entire byte, all the fingers are solved. After the field L+E, the RLC layer at the receiving end discards the extra bits in the header structure, which is the bit that will be added to make the RLC an integer byte. Also, since the RLC header structure is an entire byte, the receiving end RLC layer also reads the corresponding RLC SDU or RLC SDU segment according to the parsed indication field LI+E from the next full byte of the last LI+E. .
为实现上述方法,本发明提出了实现 PDU填充处理的发送端装置、接收端 装置以及相应的系统, 上述发送端装置和接收端装置可用在基站或终端之中。 具体地, 发送端装置的组成结构如图 5所示, 接收端装置的组成结构如图 6所 示。  In order to implement the above method, the present invention proposes a transmitting end device, a receiving end device and a corresponding system for implementing PDU filling processing, and the above-mentioned transmitting end device and receiving end device can be used in a base station or a terminal. Specifically, the composition of the transmitting device is as shown in FIG. 5, and the composition of the receiving device is as shown in FIG. 6.
如图 5所示, 发送端装置包括 RLC层处理单元 51和 MAC层处理单元 52 两部分, 其中, RLC层处理单元 51 , 用于对要发送的 PDU进行包括分段、 级 联以及头结构填充在内的打包处理,并将经过打包的数据发送至 MAC层; MAC 层处理单元 52,用于对 RLC层发来的数据进行组包、添加 MAC头结构以及填 充处理, 并将经过处理的数据发送给物理层。  As shown in FIG. 5, the transmitting device includes two parts, an RLC layer processing unit 51 and a MAC layer processing unit 52, where the RLC layer processing unit 51 is configured to perform segmentation, cascading, and header structure filling on the PDU to be sent. In-package processing, and the packetized data is sent to the MAC layer; the MAC layer processing unit 52 is configured to group the data sent by the RLC layer, add a MAC header structure, and fill processing, and process the processed data. Sent to the physical layer.
RLC层处理单元 51又由 RLC层组包模块 511、 RLC层填充模块 512和 RLC 层收发模块 513组成, 其中, RLC层组包模块 511 , 用于将网络层发来的 SDU 进行分段、 级联, 并添加经过 RLC层填充模块 512填充的头结构, 之后将打包 好的 RLC PDU发送给本层的 RLC层收发模块 513; RLC层填充模块 512, 用 于在 RLC头结构中填充 RLC头结构与整字节相差的比特数,并将填充好的 RLC 头结构发送给本层的 RLC层组包模块 511; RLC层收发模块 513, 接收网络层 发来的 SDU, 将接收到的 SDU发送给本层的 RLC层组包模块 511, 并将最终 打包好的 RLC PDU发送给 MAC层。  The RLC layer processing unit 51 is further composed of an RLC layer grouping module 511, an RLC layer filling module 512, and an RLC layer transceiver module 513. The RLC layer grouping module 511 is configured to segment and level the SDUs sent by the network layer. And adding the header structure filled by the RLC layer filling module 512, and then sending the packetized RLC PDU to the RLC layer transceiver module 513 of the layer; the RLC layer filling module 512 is configured to fill the RLC header structure in the RLC header structure. The number of bits that are different from the entire byte, and the filled RLC header structure is sent to the RLC layer packet module 511 of the layer; the RLC layer transceiver module 513 receives the SDU sent by the network layer, and sends the received SDU to the SDU. The RLC layer grouping module 511 of this layer sends the finally packaged RLC PDU to the MAC layer.
MAC层处理单元 52又由 MAC层组包模块 521、 MAC层填充模块 522和 MAC层收发模块 523组成。其中, MAC层组包模块 521用于将由 RLC层发来 的 RLC PDU进行组包、添加 MAC头结构,并将最终填充好的 MAC PDU进行 打包, 发送给本层的收发模块 523; MAC层填充模块 522用于在 MAC头结构 中填充 MAC头结构与整字节相差的比特数, 及在 MAC净荷中的填充项中填 充 MAC PDU与分配给 MAC传输块总的大小相差的比特数, 并将填充好的 MAC PDU发送给本层的 MAC层组包模块 521; MAC层收发模块 523接收 RLC 层发来的 RLC PDU, 并将最后打包好的 MAC PDU发送给物理层。 如图 6所示, 接收端装置包括 MAC层处理单元 61和 RLC层处理单元 62 两部分, 其中, MAC层处理单元 61用于对接收到 PDU进行解包, 解出 MAC SDU并丟弃 MAC净荷部分中的填充项及 MAC头结构中填充的比特数, 之后 将解出的 MAC SDU发送至 RLC层; RLC层处理单元 62用于对 MAC层发来 的 MAC SDU进行解包, 得到 RLC SDU或 SDU分段并丟弃 RLC头结构中的 填充,之后将解包好的 RLC SDU直接发送给本端的网络层、或将解包好的 RLC SDU分段组装成 RLC SDU发送给本端的网络层。 The MAC layer processing unit 52 is in turn composed of a MAC layer group packet module 521, a MAC layer padding module 522, and a MAC layer transceiver module 523. The MAC layer grouping module 521 is configured to group the RLC PDUs sent by the RLC layer, add a MAC header structure, and package the finally filled MAC PDUs to the transceiver module 523 of the layer; The module 522 is configured to fill, in the MAC header structure, the number of bits in which the MAC header structure is different from the entire byte, and the padding in the MAC payload is filled with the number of bits in which the MAC PDU is different from the total size allocated to the MAC transport block, and The MAC PDU is sent to the MAC layer group packet module 521 of the layer. The MAC layer transceiver module 523 receives the RLC PDU sent by the RLC layer, and sends the finally packaged MAC PDU to the physical layer. As shown in FIG. 6, the receiving end device includes a MAC layer processing unit 61 and an RLC layer processing unit 62. The MAC layer processing unit 61 is configured to unpack the received PDU, decode the MAC SDU, and discard the MAC address. The padding item in the payload part and the number of bits filled in the MAC header structure, and then the decoded MAC SDU is sent to the RLC layer; the RLC layer processing unit 62 is configured to unpack the MAC SDU sent by the MAC layer to obtain the RLC SDU. Or SDU segment and discard the padding in the RLC header structure, and then directly send the unpacked RLC SDU to the local network layer, or assemble the unpacked RLC SDU segment into an RLC SDU and send it to the local network layer. .
MAC层处理单元 61又由 MAC层解包模块 611和 MAC层收发模块 613 组成, 其中, MAC层解包模块 611用于对接收到的 MAC PDU进行解包, 解 出 MAC SDU, 由其内部的 MAC层去填充模块 612将 MAC PDU净荷中的填 充项及 MAC头结构中填充的部分丟弃, 并将解析得到的 MAC SDU发送给本 层的 MAC层收发模块 612; MAC层收发模块 613用于接收 MAC PDU数据并 将接收到的 MAC PDU发送给本层的 MAC层解包模块 611 ,以及将 MAC层解 包模块 611发来的 MAC SDU发送给 RLC层。  The MAC layer processing unit 61 is further composed of a MAC layer unpacking module 611 and a MAC layer transceiver module 613. The MAC layer unpacking module 611 is configured to unpack the received MAC PDU and solve the MAC SDU. The MAC layer de-filling module 612 discards the padding item in the MAC PDU payload and the part filled in the MAC header structure, and sends the parsed MAC SDU to the MAC layer transceiver module 612 of the layer. The MAC layer transceiver module 613 uses The MAC PDU data is received and the received MAC PDU is sent to the MAC layer unpacking module 611 of the local layer, and the MAC SDU sent by the MAC layer unpacking module 611 is sent to the RLC layer.
RLC层处理单元 62由 RLC层解包模块 621和 RLC层收发模块 623组成, 其中, RLC层解包模块 621用于将接收到的 MAC SDU作为 RLC PDU进行解 包, 首先解析 RLC头结构得到每个 RLC SDU或 RLC SDU分段所对应的指示 域 LI+E,并由其内部的 RLC层去填充模块 622将 RLC头结构中填充的比特数 , 之后根据解析的指示域 LI+E获取各个 RLC SDU或 RLC SDU分段, 由于 RLC 头结构为整字节, 则因此 RLC层解包模块 621会以最后一个 LI+E之后的整字 节为起始点获取各个 RLC SDU或 RLC SDU分段, 并将获取的各个 RLC SDU 或 RLC SDU分段发送给本层的 RLC层收发模块 623,或将解包好的 RLC SDU 分段组装成 RLC SDU发送给本层的 RLC层收发模块 623; RLC层收发模块 623 用来接收 MAC层发来的 MAC SDU, 并将接收到的 MAC SDU发送给本层的 RLC层解包模块 621 , 且将解包好的或组装好的 RLC SDU发送给网络层。  The RLC layer processing unit 62 is composed of an RLC layer unpacking module 621 and an RLC layer transceiver module 623, wherein the RLC layer unpacking module 621 is configured to unpack the received MAC SDU as an RLC PDU, and first parse the RLC header structure to obtain The indication field LI+E corresponding to the RLC SDU or the RLC SDU segment, and the RLC layer of the internal RLC layer de-filling the number of bits filled in the RLC header structure by the module 622, and then acquiring each RLC according to the parsed indication field LI+E The SDU or RLC SDU segment, because the RLC header structure is an entire byte, the RLC layer unpacking module 621 obtains each RLC SDU or RLC SDU segment starting from the entire byte after the last LI+E, and The obtained RLC SDU or RLC SDU segment is sent to the RLC layer transceiver module 623 of the local layer, or the unpacked RLC SDU segment is segmented into an RLC SDU and sent to the RLC layer transceiver module 623 of the layer; The module 623 is configured to receive the MAC SDU sent by the MAC layer, and send the received MAC SDU to the RLC layer unpacking module 621 of the local layer, and send the unpacked or assembled RLC SDU to the network layer.
本发明中, 图 5所示发送端装置和图 6所示接收端装置共同构成实现 PDU 填充处理的系统。  In the present invention, the transmitting end device shown in Fig. 5 and the receiving end device shown in Fig. 6 together constitute a system for realizing PDU filling processing.
如图 7和图 8所示, 分别为 RLC PDU和 MAC PDU的结构图, 从图中可 以看出, 在 RLC PDU和 MAC PDU的 RLC头结构和 MAC头结构中均具有一 填充项以使所述 RLC头结构和 MAC头结构的大小为整字节, 使 RLC PDU和 MAC PDU满足整字节要求。 As shown in FIG. 7 and FIG. 8, respectively, the structure diagrams of the RLC PDU and the MAC PDU are as shown in the figure, and there is one in the RLC header structure and the MAC header structure of the RLC PDU and the MAC PDU. The entries are padded such that the size of the RLC header structure and the MAC header structure are integer bytes, so that the RLC PDU and the MAC PDU satisfy the full byte requirement.
下面以特殊值为例, 进一步说明本发明方法的具体实现方式:  The following takes a special value as an example to further illustrate the specific implementation of the method of the present invention:
如图 9 所示, 根据调度策略当前分配给 MAC 传输块总的大小一共为 1280bit, 分配给 RLC逻辑信道 0的大小为 1080bit, 分配给 RLC逻辑信道 1的 大小为 160bit。 RLC PDU和 MAC PDU各自的组包过程如下:  As shown in Figure 9, the total size of the MAC transport block currently allocated to the MAC transport block is 1280 bits according to the scheduling policy. The size of the logical channel 0 allocated to the RLC is 1080 bits, and the size of the logical channel 1 allocated to the RLC is 160 bits. The respective grouping process of the RLC PDU and the MAC PDU is as follows:
其中, RLC逻辑信道 0被分配的 PDU大小为 1080bit, 则其 LI指示至少需 要 8bit、 E域为腕、 SN域为 10bit、 SI域为 2bit, 则 RLC PDU0的头结构大小 为 30bit, 则在头结构中填充 2bit即可使其成为整字节, 如图所示, 在头结构中 填充 2bit能够使得 RLC头结构为 32bit, 满足整字节的要求。 被封装好的 RLC PDU0大小 1080bit, RLC PDU 1大小仅有 160bit。  If the PDU size of the RLC logical channel 0 is 1080 bits, the LI indication indicates that at least 8 bits, the E domain is the wrist, the SN domain is 10 bits, and the SI domain is 2 bits. The RLC PDU0 has a header structure of 30 bits. Filling the structure with 2 bits makes it a whole byte. As shown in the figure, filling the header structure with 2 bits enables the RLC header structure to be 32 bits, which satisfies the requirements of the entire byte. The encapsulated RLC PDU0 is 1080 bits in size, and the RLC PDU 1 is only 160 bits in size.
在 MAC层进行组装, 并加入 MAC头结构, 形成 MAC PDU。 MAC头结 构中, L域指示至少需要 8bit、 E域为 lbit、 LCID为 4bit, MAC头结构大小为 26bit, 由于需要对 MAC头结构进行填充使其成为整字节, 因此需填充 6bit。 填充后的 MAC头结构加上组装成的 MAC SDUO大小 1080bit, MAC SDUl大 小 160bit,总共 1272 bit,相对于分配给 MAC PDU的 1280bit的大小, MAC PDU 还有 6bit的剩余空间, 则将所有剩余 8bit进行填充。  It is assembled at the MAC layer and added to the MAC header structure to form a MAC PDU. In the MAC header structure, the L field indicates that at least 8 bits, the E field is lbit, the LCID is 4 bits, and the MAC header structure size is 26 bits. Because the MAC header structure needs to be padded to make it a full byte, it needs to be padded with 6 bits. The padded MAC header structure plus the assembled MAC SDUO size of 1080 bits, the MAC SDUl size of 160 bits, a total of 1272 bits, relative to the size of 1280 bits allocated to the MAC PDU, the MAC PDU has 6 bits of remaining space, then all remaining 8 bits Fill it up.
为了能够便于理解本发明的思想, 也以上特殊值为例将接收端的解包过程 也同时进行描述。 接收端 MAC层在收到 MAC PDU时, 首先解析 MAC头结 构, 由于接收端已知该 MAC头结构为整数字节, 因此在解析到最后一个指示 域 LCID、 L和 E时(根据 E的标示可确定)是 26bit, 因此将之后的 6bit作为 填充丟弃, 并以 32bit为起始点解析 MAC SDU, 同时也将 8bit的填充项丢弃。 同样, 对于 RLC PDU的解析过程与上述过程类似, 在此不再赘述。  In order to facilitate the understanding of the idea of the present invention, the above-mentioned special value is also used to describe the unpacking process of the receiving end at the same time. When receiving the MAC PDU, the receiving MAC layer first parses the MAC header structure. Since the receiving end knows that the MAC header structure is an integer byte, when parsing the last indication fields LCID, L, and E (according to the indication of E) It can be determined that it is 26 bits, so the next 6 bits are discarded as padding, and the MAC SDU is parsed starting from 32 bits, and the 8-bit padding is also discarded. Similarly, the parsing process for the RLC PDU is similar to the above process, and will not be described here.
通过上述例子可以看出, 如果按现有技术的处理方法, RLC头结构中固定 部分和可扩展部分各自满足整字节要求, 则 RLC头结构的固定部分 SN+SI域 需 16bit, LI+E也需 16bit, RLC头结构一共需要填充 48bit; 而应用本发明的方 法, 仅需 32bit, 因此可以大大减少资源的浪费。 特别是在多个小块 RLC SDU 或 RLC SDU分段进行级联形成 RLC PDU时,本发明方法能节省的头结构的比 特数将更显著。 π 本发明还可有其它多种实施例, 在不背离本发明精神及其实质的情况下, 本领域技术人员当可根据本发明作出各种相应的改变和变形, 但这些相应的改 变和变形都应属于本发明所附的权利要求的保护范围。 As can be seen from the above example, if the fixed part and the expandable part of the RLC header structure satisfy the entire byte requirement according to the prior art processing method, the fixed part SN+SI field of the RLC header structure needs 16 bits, LI+E. It also needs 16bit, and the RLC header structure needs to be filled with 48 bits in total; and the method of the present invention only needs 32 bits, so the waste of resources can be greatly reduced. In particular, when a plurality of small RLC SDUs or RLC SDU segments are cascaded to form an RLC PDU, the number of bits of the header structure that can be saved by the method of the present invention will be more significant. π The invention may be embodied in various other modifications and changes without departing from the spirit and scope of the inventions. It is intended to fall within the scope of the appended claims.

Claims

权利要求书 Claim
1、 一种协议数据单元 PDU填充的处理方法, 其特征在于, 该方法包括以 下步骤: A method for processing a protocol data unit PDU padding, characterized in that the method comprises the following steps:
无线链路控制 RLC层接收网络层发送的 RLC业务数据单元 SDU;  Radio link control RLC layer receives the RLC service data unit SDU sent by the network layer;
对接收的所述 RLC SDU进行分段、 级联, 及添加相应的 RLC头结构以生 成 RLC PDU, 并且在所述 RLC头结构的大小不为整字节时, 在所述 RLC头结 构中填充所述 RLC头结构与整字节相差的比特数。  Segmenting, cascading the received RLC SDU, and adding a corresponding RLC header structure to generate an RLC PDU, and filling the RLC header structure when the size of the RLC header structure is not an entire byte The number of bits in which the RLC header structure differs from the entire byte.
2、 根据权利要求 1所述 PDU填充的处理方法, 其特征在于, 在对接收的 所述 RLC SDU进行分段、 级联, 及添加相应的 RLC头结构以生成 RLC PDU 之后, 还包括:  The processing method of the PDU padding according to claim 1, wherein after the segmentation, cascading, and adding the corresponding RLC header structure to generate the RLC PDU, the method further includes:
将生成的所述 RLC PDU发送至媒介接入控制 MAC层;  Sending the generated RLC PDU to the medium access control MAC layer;
所述 MAC层将所述 RLC PDU作为 MAC SDU进行组包, 并添加相应的 MAC头结构, 当所述 MAC头结构的大小不为整字节时, 在所述 MAC头结构 中填充所述 MAC头结构与整字节相差的比特数, 并且填充所述 MAC PDU净 荷中的填充项以使所述 MAC PDU的大小与分配给所述 MAC传输块的总大小 相同。  The MAC layer groups the RLC PDU as a MAC SDU, and adds a corresponding MAC header structure. When the size of the MAC header structure is not an entire byte, the MAC header structure is filled with the MAC. The number of bits of the header structure that differs from the entire byte, and padding the padding in the MAC PDU payload such that the size of the MAC PDU is the same as the total size allocated to the MAC transport block.
3、 根据权利要求 2所述 PDU填充的处理方法, 其特征在于, 还包括: 在接收端的 MAC层对接收的 MAC PDU进行解包时, 解析 MAC头结构 得到各个 MAC SDU所对应的指示域 LCID、 L和 E,并将最后一个指示域 LCID、 L和 E之后非整字节的比特数丟弃, 并以最后一个指示域 LCID、 L和 E的下 一个整字节为起始点根据解析得到的指示域 LCID、 L和 E获取对应的 MAC SDU, 并将所述 MAC PDU净荷中的填充项丢弃。  The processing method of the PDU padding according to claim 2, further comprising: when the MAC layer of the receiving end unpacks the received MAC PDU, parsing the MAC header structure to obtain the indication domain LCID corresponding to each MAC SDU. , L and E, and discard the number of bits of the non-full byte after the last indication field LCID, L and E, and start with the next integer byte of the last indication fields LCID, L and E. The indication fields LCID, L and E obtain the corresponding MAC SDU and discard the padding in the MAC PDU payload.
4、 根据权利要求 3所述 PDU填充的处理方法, 其特征在于, 在获取对应 的 MAC SDU之后, 还包括:  The processing method of the PDU filling according to claim 3, further comprising: after acquiring the corresponding MAC SDU,
将所述 MAC SDU作为 RLC PDU进行解包。  The MAC SDU is unpacked as an RLC PDU.
5、 居权利要求 1或 4所述 PDU填充的处理方法, 其特征在于, 还包括: 在接收端的 RLC层对 RLC PDU进行解包时, 将 RLC头结构中最后一个 指示域 LI和 E之后非整字节的比特数丟弃, 并以最后一个指示域 LI和 E的下 一个整字节为起始点根据 RLC头结构中的指示域 LI和 E获取对应的 RLC SDU 或 RLC SDU分段。 The processing method of the PDU padding according to claim 1 or 4, further comprising: when the RLC layer of the receiving end unpacks the RLC PDU, the last indicator in the RLC header structure indicates the domain LI and E The number of bits of the entire byte is discarded, and the corresponding RLC SDU is obtained according to the indication fields LI and E in the RLC header structure starting from the next integer byte of the last indication fields LI and E. Or RLC SDU segmentation.
6、根据权利要求 1或 2所述的方法, 其特征在于, 所.述填充比特数的取值 在 1至 7bit之间。  The method according to claim 1 or 2, characterized in that the number of padding bits is between 1 and 7 bits.
7、一种实现 PDU填充处理的发送端装置, 其特征在于, 包括 RLC层处理 单元和 MAC层处理单元, 其中,  A transmitting end device for implementing a PDU filling process, comprising: an RLC layer processing unit and a MAC layer processing unit, wherein
所述 RLC层处理单元, 用于对要发送的 RLC PDU进行包括分段、 级联及 填充 RLC头结构在内的打包处理,并将经过打包的数据发送至 MAC层,其中, 在所述 RLC头结构的大小不为整字节时, 在所述 RLC头结构中填充所述 RLC 头结构与整字节相差的比特数;  The RLC layer processing unit is configured to perform packet processing including segmentation, cascading, and padding RLC header structures on the RLC PDU to be sent, and send the packetized data to the MAC layer, where the RLC is When the size of the header structure is not a whole byte, the number of bits in which the RLC header structure differs from the entire byte is filled in the RLC header structure;
所述 MAC层处理单元, 用于将 RLC层发来的 RLC PDU作为 MAC SDU 进行组包、 添加 MAC头结构以及填充处理, 并将经过处理的数据发送给物理 层, 其中, 在所述 MAC头结构的大小不为整字节时, 在所述 MAC头结构中 填充所述 MAC头结构与整字节相差的比特数, 并且填充所述 MAC PDU净荷 中的填充项以使所述 MAC PDU的大小与分配给所述 MAC传输块的总大小相 同。  The MAC layer processing unit is configured to: group the RLC PDU sent by the RLC layer as a MAC SDU, add a MAC header structure, and fill processing, and send the processed data to the physical layer, where the MAC header is When the size of the structure is not a full byte, the number of bits in which the MAC header structure differs from the entire byte is filled in the MAC header structure, and padding in the MAC PDU payload is filled to make the MAC PDU The size is the same as the total size allocated to the MAC transport block.
8、 根据权利要求 7所述的发送端装置, 其特征在于, 所述 RLC层处理单 元进一步包括 RLC层组包模块、 RLC层填充模块和 RLC层收发模块,  The device according to claim 7, wherein the RLC layer processing unit further includes an RLC layer packet module, an RLC layer filling module, and an RLC layer transceiver module.
所述 RLC层组包模块, 用于对收到的 RLC SDU进行分段、 级联, 并添加 经过所述 RLC层填充模块填充的头结构, 再将打包好的 RLC PDU发送给本层 的所述 RLC层收发模块;  The RLC layer grouping module is configured to segment and cascade the received RLC SDU, and add a header structure filled by the RLC layer filling module, and then send the packaged RLC PDU to the layer. Said RLC layer transceiver module;
所述 RLC层填充模块,用于在 RLC头结构中填充所述 RLC头结构与整字 节相差的比特数, 并将填充好的 RLC头结构发送给本层的所述 RLC层组包模 块;  The RLC layer filling module is configured to fill, in the RLC header structure, the number of bits of the RLC header structure that is different from the entire byte, and send the filled RLC header structure to the RLC layer group packet module of the layer;
所述 RLC层收发模块,用于接收网络层发来的 RLC SDU,将接收到的 RLC SDU发送给本层的所述 RLC层组包模块 ,并将打包好的 RLC PDU发送给 MAC 层。  The RLC layer transceiver module is configured to receive the RLC SDU sent by the network layer, send the received RLC SDU to the RLC layer group packet module of the layer, and send the packaged RLC PDU to the MAC layer.
9、 根据权利要求 7或 8所述的发送端装置, 其特征在于, 所述 MAC层处 理单元进一步包括 MAC层组包模块、 MAC层填充模块和 MAC层收发模块, 其中, 所述 MAC层组包模块, 用于将由 RLC层发来的 RLC PDU作为 MAC SDU 进行组包、 添加 MAC头结构, 并将填充好的 MAC PDU进行打包, 发送给本 层的所述 MAC层收发模块; The sender device according to claim 7 or 8, wherein the MAC layer processing unit further includes a MAC layer group packet module, a MAC layer padding module, and a MAC layer transceiver module, where The MAC layer grouping module is configured to group the RLC PDUs sent by the RLC layer as a MAC SDU, add a MAC header structure, and package the filled MAC PDUs, and send the packets to the MAC layer of the local layer. Module
所述 MAC层填充模块,用于在 MAC头结构中填充所述 MAC头结构与整 字节相差的比特数,并填充所述 MAC PDU净荷中的填充项以使所述 MAC PDU 的大小与分配给所述 MAC传输块的总大小相同;  The MAC layer filling module is configured to fill, in the MAC header structure, a number of bits in which the MAC header structure is different from an entire byte, and fill a padding item in the MAC PDU payload to make the size of the MAC PDU The total size allocated to the MAC transport block is the same;
所述 MAC层收发模块, 用于接收 RLC层发来的 RLC PDU, 并将打包好 的 MAC PDU发送给物理层。  The MAC layer transceiver module is configured to receive the RLC PDU sent by the RLC layer, and send the packaged MAC PDU to the physical layer.
10、 一种实现 PDU填充处理的接收端装置, 其特征在于, 包括 MAC层处 理单元和 RLC层处理单元, 其中,  A receiving end device for implementing a PDU filling process, comprising: a MAC layer processing unit and an RLC layer processing unit, wherein
所述 MAC层处理单元, 用于对接收到的 MAC PDU进行解包, 解出 MAC SDU, 并将 MAC头结构中的填充和 MAC PDU净荷中的填充项丢弃, 再将解 出的 MAC SDU发送至 RLC层;  The MAC layer processing unit is configured to unpack the received MAC PDU, decrypt the MAC SDU, and discard the padding in the MAC header structure and the padding in the MAC PDU payload, and then the solved MAC SDU Send to the RLC layer;
所述 RLC层处理单元, 用于将 MAC层发来的 MAC SDU作为 RLC PDU 进行解包, 丟弃 RLC头结构中填充的比特数, 得到 RLC SDU或 RLC SDU分 段,再将解包好的 RLC SDU发送给网络层,或将解包好的 RLC SDU分段组装 成 RLC SDU发送给网络层。  The RLC layer processing unit is configured to unpack the MAC SDU sent by the MAC layer as an RLC PDU, discard the number of bits filled in the RLC header structure, obtain an RLC SDU or an RLC SDU segment, and then unpack the packet. The RLC SDU is sent to the network layer, or the unpacked RLC SDU segments are assembled into RLC SDUs and sent to the network layer.
11、 根据权利要求 10所述的接收端装置, 其特征在于, 所述 MAC层处理 单元进一步包括 MAC层解包模块和 MAC层收发模块, 其中,  The receiving end device according to claim 10, wherein the MAC layer processing unit further includes a MAC layer unpacking module and a MAC layer transceiver module, where
所述 MAC层解包模块, 用于对接收到的 MAC PDU进行解包, 解出 MAC SDU, 由其内部的 MAC层去填充模块将 MAC头结构中的填充和 MAC PDU 净荷中的填充项丢弃, 并将去填充后的 MAC SDU发送给本层的所述 MAC层 收发模块;  The MAC layer unpacking module is configured to unpack the received MAC PDU, and extract the MAC SDU, and the internal MAC layer de-filling module fills the padding in the MAC header structure and the padding in the MAC PDU payload. Discarding, and sending the de-populated MAC SDU to the MAC layer transceiver module of the layer;
所述 MAC层收发模块,用于接收 MAC PDU数据并将接收到的 MAC PDU 发送给本层的所述 MAC层解包模块, 以及将本层的所述 MAC层解包模块发 来的 MAC SDU发送给 RLC层。  The MAC layer transceiver module is configured to receive MAC PDU data, and send the received MAC PDU to the MAC layer unpacking module of the local layer, and send the MAC SDU sent by the MAC layer unpacking module of the layer. Send to the RLC layer.
12、根据权利要求 10或 11所述的接收端装置, 其特征在于, 所述 RLC层 处理单元进一步包括 RLC层解包模块和 RLC层收发模块, 其中,  The receiving end device according to claim 10 or 11, wherein the RLC layer processing unit further comprises an RLC layer unpacking module and an RLC layer transceiver module, wherein
所述 RLC层解包模块, 用于将接收到的 MAC SDU作为 RLC PDU进行解 包得到相应的 RLC SDU或 RLC SDU分段, 并由其内部的 RLC层去填充模块 将 RLC头结构中填充的比特数去除, 以及将得到的 RLC SDU发送给本层的所 述 RLC层收发模块, 或将得到的 RLC SDU分段组装成 RLC SDU发送给本层 的所述 RLC层收发模块; The RLC layer unpacking module is configured to solve the received MAC SDU as an RLC PDU. The packet obtains the corresponding RLC SDU or RLC SDU segment, and the internal RLC layer de-filling module removes the number of bits filled in the RLC header structure, and sends the obtained RLC SDU to the RLC layer transceiver module of the layer. Or assembling the obtained RLC SDU segment into the RLC layer transceiver module sent by the RLC SDU to the layer;
所述 RLC层收发模块, 用于接收 MAC层发来的 MAC SDU, 并将接收到 的 MAC SDU发送给本层的所述 RLC层解包模块, 且将解包好的或组装好的 RLC SDU发送给网絡层。  The RLC layer transceiver module is configured to receive a MAC SDU sent by the MAC layer, and send the received MAC SDU to the RLC layer unpacking module of the layer, and the unpacked or assembled RLC SDU Sent to the network layer.
13、一种实现 PDU填充处理的系统, 其特征在于, 包括发送端装置和至少 一个接收端装置,  13. A system for implementing PDU padding processing, comprising: a transmitting device and at least one receiving device,
所述发送端装置, 用于在对发送的 MAC PDU组包时, 如果 MAC头结构 的大小不为整数字节, 则在所述 MAC头结构中填充所述 MAC头结构与整字 节相差的比特数, 并填充所述 MAC PDU净荷中的填充项以使所述 MAC PDU 的大小与分配给所述 MAC传输块的总大小相同;  The sending end device is configured to: when the packet size of the MAC PDU is grouped, if the size of the MAC header structure is not an integer byte, the MAC header structure is filled with the difference between the MAC header structure and the entire byte. a number of bits, and padding the padding in the MAC PDU payload such that the size of the MAC PDU is the same as the total size allocated to the MAC transport block;
所述接收端装置, 用于接收所述发送端装置发送的 MAC PDU, 解析 MAC 头结构得到相应的指示域, 将所述 MAC头结构中所填充的比特数丢弃, 并以 最后一个指示域 LCID、 L和 E的下一个整字节为起始点根据 MAC头结构中的 指示域获取对应的 MAC SDU。  The receiving end device is configured to receive a MAC PDU sent by the sending end device, parse the MAC header structure to obtain a corresponding indication field, discard the number of bits filled in the MAC header structure, and use the last indication field LCID The next full byte of L, E and E is the starting point to obtain the corresponding MAC SDU according to the indication field in the MAC header structure.
14、如权利要求 13所述实现 PDU填充处理的系统,其特征在于,所述 RLC PDU由所述发送端装置对网络层发送的 RLC SDU进行组包得到, 所述发送端 装置在对所述 RLC SDU进行组包时, 如果 RLC头结构的大小不为整数字节, 则在所述 RLC头结构中填充所述 RLC头结构与整字节相差的比特数。  The system for implementing PDU filling processing according to claim 13, wherein the RLC PDU is obtained by grouping, by the sending end device, an RLC SDU sent by a network layer, and the sending end device is in the When the RLC SDU performs the group packet, if the size of the RLC header structure is not an integer byte, the number of bits in which the RLC header structure differs from the entire byte is filled in the RLC header structure.
15、 如权利要求 14所述实现 PDU填充处理的系统, 其特征在于, 所述接 收端装置还用于以获取的 MAC SDU作为 RLC PDU进行进一步的解包, 所述 接收端装置将所述 RLC 头结构中所填充的比特数丟弃, 并以最后一个指示域 LI和 E的下一个整字节为起始点根据 RLC头结构中的指示域 LI和 E获取对应 的 RLC SDU或 RLC SDU分段。  The system for implementing PDU filling processing according to claim 14, wherein the receiving end device is further configured to perform further unpacking using the acquired MAC SDU as an RLC PDU, where the receiving end device uses the RLC. The number of bits filled in the header structure is discarded, and the corresponding RLC SDU or RLC SDU segment is obtained according to the indication fields LI and E in the RLC header structure starting from the next integer byte of the last indication fields LI and E. .
16、 一种终端, 其特征在于, 包括上述权利要求 7所述的发送端装置和权 利要求 10所述的接收端装置。  A terminal comprising the transmitting device according to claim 7 and the receiving device according to claim 10.
17、 一种基站, 其特征在于, 包括上述权利要求 7所述的发送端装置和权 利要求 10所述的接收端装置。 A base station, comprising the transmitting device and the right according to claim 7 The receiving end device of claim 10.
18、 一种 RLC PDU结构, 其特征在于, 所述 RLC头结构中的指示域 LI 和 E中至少一个为非整字节, 且所述 RLC头结构内还具有一填充项以使所述 RLC头结构的大小为整字节, 所述填充项的大小在 1至 7bit之间。  An RLC PDU structure, wherein at least one of the indication fields LI and E in the RLC header structure is a non-integer byte, and the RLC header structure further has a padding item to enable the RLC. The size of the header structure is an entire byte, and the size of the padding item is between 1 and 7 bits.
19、 如权利要求 18所述 RLC PDU结构, 其特征在于, 在所述 RLC PDU 中无对于 RLC头结构中填充项的指示信息。 ,  19. The RLC PDU structure according to claim 18, wherein there is no indication information for the padding item in the RLC header structure in the RLC PDU. ,
20、一种 MAC PDU结构,其特征在于,所述 MAC头结构内的指示域 LCID、 L和 E中至少一个为非整字节, 且所述 MAC头结构内还具有一填充项以使所 述 MAC头结构的大小为整字节, 所述填充项的大小在 1至 7bit之间。  A MAC PDU structure, characterized in that at least one of the indication fields LCID, L and E in the MAC header structure is a non-integer byte, and the MAC header structure further has a padding item to enable The size of the MAC header structure is a whole byte, and the size of the padding item is between 1 and 7 bits.
21、 如权利要求 20所述 MAC PDU结构, 其特征在于, 在所述 MAC PDU 中无对于 MAC头结构中填充项的指示信息。  21. The MAC PDU structure according to claim 20, wherein there is no indication information for the padding item in the MAC header structure in the MAC PDU.
22、 如权利要求 20所述 MAC PDU结构, 其特征在于, 在所述 MAC PDU 的净荷中还包括有一填充项, 所述净荷中的填充项以使所述 MAC PDU的大小 与分配给所述 MAC传输块的总大小相同。  The MAC PDU structure according to claim 20, further comprising: a padding item in the payload of the MAC PDU, the padding item in the payload to allocate the size and allocation of the MAC PDU to The total size of the MAC transport blocks is the same.
PCT/CN2008/001601 2007-09-12 2008-09-10 System and apparatus for filling protocol data unit (pdu) and the processing method thereof WO2009033371A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710121699.7A CN101388900B (en) 2007-09-12 2007-09-12 Processing method, apparatus and system for protocol data unit filling
CN200710121699.7 2007-09-12

Publications (1)

Publication Number Publication Date
WO2009033371A1 true WO2009033371A1 (en) 2009-03-19

Family

ID=40451567

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/001601 WO2009033371A1 (en) 2007-09-12 2008-09-10 System and apparatus for filling protocol data unit (pdu) and the processing method thereof

Country Status (2)

Country Link
CN (1) CN101388900B (en)
WO (1) WO2009033371A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011097812A1 (en) * 2010-02-11 2011-08-18 上海贝尔股份有限公司 Method and device for segmenting data in communication system based on carrier aggregation

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101697546B (en) * 2009-10-30 2012-10-03 南京中兴软创科技股份有限公司 Method for implementing protocol data unit (PDU) used for packing and unpacking network bytes
CN103517335B (en) * 2013-09-18 2016-06-15 北京创毅讯联科技股份有限公司 Data group bag method and apparatus
CN104734822B (en) * 2013-12-20 2019-04-26 锐迪科(重庆)微电子科技有限公司 Message flow sending method and device
CN105191260B (en) * 2014-03-19 2018-06-19 华为技术有限公司 Data processing method and device
CN107612871B (en) * 2016-07-11 2020-04-17 电信科学技术研究院 Data transmission processing method, user terminal, network equipment and system
CN108024374A (en) 2016-11-03 2018-05-11 电信科学技术研究院 A kind of method and system for carrying out data sending and receiving
CN110249687B (en) * 2017-11-03 2023-10-13 华为技术有限公司 Method and apparatus for processing medium access control protocol data unit
CN111385269B (en) * 2018-12-29 2021-02-12 广州市百果园网络科技有限公司 Data transmission method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006073284A1 (en) * 2005-01-07 2006-07-13 Samsung Electronics Co., Ltd. Apparatus and method for transmitting/receiving multiuser packet in a mobile communication system
CN1859360A (en) * 2005-08-17 2006-11-08 上海华为技术有限公司 Channel quality monitoring method in high speed downward block cut-in system
CN1897514A (en) * 2005-07-14 2007-01-17 中兴通讯股份有限公司 Intersection-protocol data unit method for wireless link control layer transmitting determination mode
WO2007025029A2 (en) * 2005-08-24 2007-03-01 Qualcomm Incorporated Transmission of multiplex protocol data units in physical layer packets
WO2007126298A1 (en) * 2006-05-02 2007-11-08 Samsung Electronics Co., Ltd. Method and apparatus for transmitting/receiving packet in mobile communication system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE1247354T1 (en) * 2000-01-14 2003-03-20 Interdigital Tech Corp WIRELESS COMMUNICATION SYSTEM WITH SELECTIVELY DIMENSIONED DATA TRANSPORT BLOCKS

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006073284A1 (en) * 2005-01-07 2006-07-13 Samsung Electronics Co., Ltd. Apparatus and method for transmitting/receiving multiuser packet in a mobile communication system
CN1897514A (en) * 2005-07-14 2007-01-17 中兴通讯股份有限公司 Intersection-protocol data unit method for wireless link control layer transmitting determination mode
CN1859360A (en) * 2005-08-17 2006-11-08 上海华为技术有限公司 Channel quality monitoring method in high speed downward block cut-in system
WO2007025029A2 (en) * 2005-08-24 2007-03-01 Qualcomm Incorporated Transmission of multiplex protocol data units in physical layer packets
WO2007126298A1 (en) * 2006-05-02 2007-11-08 Samsung Electronics Co., Ltd. Method and apparatus for transmitting/receiving packet in mobile communication system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Byte alignement of L2 header", 3GPP TSG-RAN2 MEETING 56#,R2-063119, 6 November 2006 (2006-11-06) - 10 November 2006 (2006-11-10), RIGA,LATVIA *
"RLC SDUs concatention and RLC PDU structure in LTE", 3GPP TSG RAN WG2 MEETING 56#,R2-063267, 6 November 2006 (2006-11-06) - 10 November 2006 (2006-11-10), RIGA,LATVIA *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011097812A1 (en) * 2010-02-11 2011-08-18 上海贝尔股份有限公司 Method and device for segmenting data in communication system based on carrier aggregation

Also Published As

Publication number Publication date
CN101388900A (en) 2009-03-18
CN101388900B (en) 2014-05-28

Similar Documents

Publication Publication Date Title
WO2009033371A1 (en) System and apparatus for filling protocol data unit (pdu) and the processing method thereof
TWI566549B (en) Communication method, apparatus and system for handling packet data convergence protocol data units
JP5568658B2 (en) Method and apparatus for signaling packet segmentation and concatenation in a communication system
EP2245827B1 (en) Methods and apparatus for formatting headers in a communication frame
JP5572220B2 (en) Method and apparatus for transmitting MAC PDU with fragmented packing extension header
RU2422999C2 (en) Method of operation of improved radio link control (rlc) module and radio network control (rnc) module for multiple access with code division of channels and system for its realisation
JP5894236B2 (en) Method, base station, remote station and system for high speed downlink packet access (HSDPA) communication
US20080310452A1 (en) Data link layer headers
EP2203990B1 (en) Method of providing circuit switched (cs) service using high-speed downlink packet access (hsdpa) or high-speed uplink packet access (hsupa)
KR20100007970A (en) Re-using sequence numbers for wireless communication using multiple protocols
EP2693831A1 (en) Wireless communication method, sending device and receiving device
KR20060115289A (en) A method and apparatus for efficiently utilizing radio resources of voice over internet protocol using predefined length indicator in a mobile telecommunication system
JP2009506608A (en) Optimization of radio link control unacknowledged mode header
WO2010031324A1 (en) Method, device and system for data transmission
WO2015006896A1 (en) Data processing apparatus and method
RU2767321C1 (en) Method and device for wireless communication
WO2013117030A1 (en) Method and device for transmitting/receiving data
CN102547687B (en) Method and device for processing data packet in wireless communication network
JP2011514741A5 (en)
WO2018053685A1 (en) Data encapsulation method and device, and communication system
WO2018077417A1 (en) Sequence numbers in multiple protocol layered mobile communication
CN108882304B (en) Method and device for encapsulating data packet in data link layer
WO2023185450A1 (en) Data packet processing method and apparatus
WO2018188510A1 (en) Method, apparatus and device for encapsulating and parsing data packet in data link layer
KR20100082698A (en) Method and apparatus of transmitting data efficiently using multiplexing mac header

Legal Events

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

Ref document number: 08800595

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08800595

Country of ref document: EP

Kind code of ref document: A1