WO2018068310A1 - Data processing method and device, and communications system - Google Patents

Data processing method and device, and communications system Download PDF

Info

Publication number
WO2018068310A1
WO2018068310A1 PCT/CN2016/102155 CN2016102155W WO2018068310A1 WO 2018068310 A1 WO2018068310 A1 WO 2018068310A1 CN 2016102155 W CN2016102155 W CN 2016102155W WO 2018068310 A1 WO2018068310 A1 WO 2018068310A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
field
transmitted
rlc header
transmission data
Prior art date
Application number
PCT/CN2016/102155
Other languages
French (fr)
Chinese (zh)
Inventor
史玉龙
吴联海
贾美艺
Original Assignee
富士通株式会社
史玉龙
吴联海
贾美艺
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 富士通株式会社, 史玉龙, 吴联海, 贾美艺 filed Critical 富士通株式会社
Priority to PCT/CN2016/102155 priority Critical patent/WO2018068310A1/en
Publication of WO2018068310A1 publication Critical patent/WO2018068310A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/06Optimizing the usage of the radio link, e.g. header compression, information sizing, discarding information

Definitions

  • the present invention relates to the field of communications, and in particular, to a data processing method, apparatus, and communication system.
  • the 3rd Generation Partnership Project (3GPP) is studying issues related to next-generation wireless communication systems to meet the needs of new services.
  • the Radio Link Control (RLC) layer is based on the size of the transport block indicated by the Media Access Control (MAC) layer.
  • the Service Data Unit (SDU) performs segmentation or concatenation, so that the assembled RLC Protocol Data Unit (PDU) matches the size of the transport block. For example, when the size of one or more RLC SDUs is smaller than the size of the transport block, multiple RLC SDUs need to be concatenated into the current RLC PDU; when the size of the RLC SDU is larger than the size of the transport block, the RLC SDU needs to be performed.
  • the segmentation is such that the size of the RLC PDU matches the transport block size of the MAC layer to improve the utilization of radio resources.
  • the inventors have found that in order to reduce processing delay and avoid redundant processing with the MAC layer cascading function, the 3GPP discussion can remove the cascading function of the RLC layer and retain its partitioning function. However, if the existing method is still used after the MAC layer indicates the transport block size, the RLC layer packet processing delay is not reduced, and there is no effective solution at present.
  • embodiments of the present invention provide a data processing method, apparatus, and communication system, which can reduce processing delay of data packets.
  • a data processing apparatus comprising:
  • a data splitting unit for adding data transfer when the media access control (MAC) layer is triggered
  • MAC media access control
  • RLC radio link control
  • the RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field, the SN field is used to indicate a sequence number of the data to be transmitted, and the SF field is used to indicate whether the data to be transmitted is divided, or used to indicate Whether the data to be transmitted is divided, whether it is the first segment after the division.
  • SN sequence number
  • SF segmentation identifier
  • a data processing apparatus including:
  • a processing unit configured to process the transmission data according to an indication of a sequence number (SN) field and a segmentation identifier (SF) field included in an RLC header of the received transmission data;
  • the RLC header includes at least an SN field and an SF field, where the SN field is used to indicate a sequence number of the transmission data, where the SF field is used to indicate whether the transmission data is divided, or is used to indicate whether the transmission data is divided. Is the first segment after the segmentation.
  • a communication system including:
  • a base station and user equipment are included; the user equipment comprising the data processing apparatus of the first aspect; the base station comprising the data processing apparatus of the second aspect.
  • the beneficial effects of the embodiments of the present invention are that, by using the embodiment of the present invention, the data to be transmitted may be encapsulated before the size of the transport block is indicated, and then, according to the available transmission resources, when indicating the size of the transmission opportunity and/or the transport block.
  • the encapsulated data is processed to ensure that the packet processing delay is significantly reduced while fully utilizing the transmission resources.
  • FIG. 1 is a schematic diagram of a data processing method of Embodiment 1;
  • FIGS. 2A and 2B are schematic diagrams showing the structure of a data package of Embodiment 1;
  • 3A to 3C are schematic diagrams showing the structure of a data package of Embodiment 1;
  • FIG. 4 is a schematic diagram showing an example of a data processing method of Embodiment 1;
  • FIG. 5 is a schematic diagram of data division of Embodiment 1;
  • FIG. 6 is a schematic diagram of a data processing method of Embodiment 2.
  • FIG. 7 is a schematic diagram of a data processing method in step 601 of Embodiment 2;
  • FIG. 8 is a schematic diagram showing an example of data assembly of Embodiment 2.
  • Embodiment 9 is a schematic diagram showing an example of data assembly of Embodiment 2.
  • FIG. 10 is a schematic diagram showing an example of data assembly of Embodiment 2;
  • Figure 11 is a schematic diagram of a data processing apparatus of Embodiment 3.
  • FIG. 12 is a schematic diagram showing the structure of a user equipment of Embodiment 3.
  • Figure 13 is a schematic diagram of a data processing apparatus of Embodiment 4.
  • Figure 14 is a schematic diagram of a base station of Embodiment 4.
  • Figure 15 is a schematic illustration of a processing unit
  • Figure 16 is a schematic diagram of a communication system of Embodiment 5.
  • FIG. 17 is a schematic diagram of a data encapsulation method of Embodiment 6;
  • Figure 18 is a schematic diagram of a data package apparatus of Embodiment 7.
  • Fig. 19 is a block diagram showing the configuration of the user equipment of the seventh embodiment.
  • a base station may be referred to as an access point, a broadcast transmitter, a Node B, an evolved Node B (eNB), etc., and may include some or all of their functions.
  • the term "base station” will be used herein. Each base station provides communication coverage for a particular geographic area.
  • a mobile station or device may be referred to as a "user equipment (UE)."
  • UE may be fixed or mobile and may also be referred to as a mobile station, terminal, access terminal, subscriber unit, station, and the like.
  • the UE may be a cellular telephone, a personal digital assistant (PDA), a wireless modem, a wireless communication device, a handheld device, a laptop computer, a cordless telephone, a car, and the like.
  • PDA personal digital assistant
  • FIG. 1 is a schematic diagram of a data processing method of the first embodiment.
  • the method is used on the sending end, such as the user equipment side, as shown in FIG. 1 , the method includes:
  • Step 101 When triggering data transmission, when the size of the data to be transmitted that has been added to the radio link control (RLC) header is larger than the available transport block size in the current transmission, the data to be transmitted is segmented, so that The size of the segmented first segment is less than or equal to the available transport block size, and the RLC header is retained in the first segment;
  • RLC radio link control
  • the RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field, the SN field is used to indicate a sequence number of the data to be transmitted, and the SF field is used to indicate whether the data to be transmitted is divided, or used to indicate Whether the data to be transmitted is divided, whether it is the first segment after the division.
  • SN sequence number
  • SF segmentation identifier
  • the MAC layer of the user equipment may be triggered to indicate a transmission opportunity and a transmission block size.
  • the method further includes: when the size of the to-be-transmitted data of the added radio link control (RLC) header is less than or equal to the available transport block size in the current transmission, the available transmission may be used.
  • the block transmits the data to be transmitted. In this way, the data to be transmitted is directly sent without performing the segmentation process on the data to be transmitted, thereby further reducing the processing delay of the data packet.
  • RLC radio link control
  • the data can be encapsulated before the size of the transport block is indicated, and then, when the data transmission is triggered, the encapsulated data is processed according to the available transmission resources to ensure that the transmission resources are fully utilized. Significantly reduces packet processing latency.
  • the method may further include step 102:
  • the segmented first segment is transmitted using the available transport block. This step is an optional step.
  • the data to be transmitted may be divided into at least two segments.
  • the method may further include:
  • the RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field; the sequence number of the SN field is set to a sequence number of the transmission data plus a preset value, The SF field is set to indicate that the data of the second segment is split and not the first segment.
  • SN sequence number
  • SF segmentation identifier
  • the method may further include: buffering the second segment to which the LRC header is added. If the buffer is waiting in the buffer for transmission, the second segment that has been encapsulated can be processed as the data to be transmitted the next time the data transmission is indicated.
  • the method when the data to be transmitted that has been added with the RLC header is further stored in the buffer, the method further includes: modifying the sequence number of the SN field of the other added RLC header, and the modified serial number is current.
  • the serial number plus the preset value In this embodiment, the preset value may be any value, for example, may be 1. In this way, the serial number of the data to be transmitted can be avoided, which is advantageous for the receiving end to assemble the received transmission data according to the serial number.
  • the SF field in the RLC header can be represented by an identifier.
  • it can be represented by 0 or 1.
  • the identifier when the identifier is 0, indicating that the data to be transmitted is not divided, or indicating that the data to be transmitted is divided and is the first segment after the segmentation; when the identifier is 1, indicating the data to be transmitted The first segment that is segmented and not segmented; vice versa.
  • the present invention is not limited thereto, and may be represented by other identifiers, which are not enumerated here.
  • the data to be transmitted may be an upper layer, such as a Packet Data Convergence Protocol (PDCP) layer, which is delivered to a Service Data Unit (SDU) of the RLC layer.
  • PDCP Packet Data Convergence Protocol
  • SDU Service Data Unit
  • the data to be transmitted is encapsulated, that is, the RLC header is added to obtain the RLC PDU; and then the encapsulated data is processed when the MAC layer triggers the data transmission.
  • the method may further include: adding an RLC header to the to-be-transmitted data, and setting an SF field of the RLC header to indicate that the to-be-transmitted data is unsegmented;
  • the SN fields in the RLC header may be numbered in the order of the RLC SDUs.
  • FIGS. 2A and 2B are schematic diagrams showing the structure of an encapsulated RLC PDU.
  • the data to be transmitted is the service data unit (SDU) that the upper layer submits to the RLC layer, as shown in FIG. 2A
  • the SN field is Si.
  • the numbers may be sequentially numbered. For example, each time an RLC SDU is received, the sequence number is increased by a preset value, such as incrementing by one; the SF field is set to indicate that the data to be transmitted is not split, such as setting the SF field to "0".
  • the second segment after the segmentation may be encapsulated, and the package structure is as shown in FIG. 2B, and the SN field is a Si+ preset value.
  • the preset value may be any value, for example, 1; the SF field is set to "1", and as shown in FIG. 2B, the RLC PDU is the second segment after the segmentation.
  • the to-be-transmitted data may also be segmented data after other transmission data is divided.
  • the SF field of the to-be-transmitted data may be set to indicate the segmented and segmented data of the to-be-transmitted data. Not the first segment.
  • FIG. 3A to 3C are schematic diagrams showing the structure of an encapsulated RLC PDU.
  • the encapsulation structure is similar to the structure shown in FIG. 2A.
  • the SN field is Sj.
  • the SF field is set to "0".
  • the structure after encapsulating the second segment is similar to that of FIG. 2B.
  • the SN field is set to SN+.
  • the default value, such as Sj+1; the SF field is set to "1".
  • the second segment after the segmentation may be encapsulated.
  • the package structure is as shown in FIG. 3C, and the SN field is Si+1+. 1, that is, Si+2; the SF field is set to "1".
  • the RLC PDU is the second segment after the RLC PDU of FIG. 3B is divided.
  • the received data can be assembled according to the sequence number of the SN field and the indication of the SF field, which can further save the processing time of the receiving end.
  • the data processing method of this embodiment will be described in detail below with the sending end as the user equipment and the SF field being indicated by "0" or "1" as an example.
  • the SF field when the SF field is 0, it indicates that the data to be transmitted is not divided, or indicates that the data to be transmitted is divided and is the first segment after the segmentation; when the SF field is 1, the to-be-transmitted is indicated.
  • the first segment of the data that is split and not split.
  • FIG. 4 is a flow chart of a data processing method according to Embodiment 1 of the present invention. As shown in FIG. 4, the method includes:
  • Step 401 the RLC layer receives data submitted by an upper layer (such as a PDCP) layer;
  • an upper layer such as a PDCP
  • the data is an RLC SDU.
  • Step 402 Encapsulate the received data.
  • an RLC header is added to the received RLC SDU to encapsulate the data.
  • the RLC header includes at least an SN field and an SF field, and the specific meaning is as described above, wherein the sequence number of the SN field may be sequentially numbered according to the received data. For example, a total of n data are received, and the SN fields of the n data can be set to 1, 2, ..., n-1, n, respectively, in the order of being a positive integer; the SF fields are all set to 0, such as 2A and 3A are shown.
  • Step 403 Cache the encapsulated data.
  • the buffered data can be processed in the case where the data transmission is triggered and the size of the transport block (TB) is indicated, as described below.
  • Step 404 it is determined whether a data transmission indication and a transmission block size are obtained. When the determination result is yes, step 405 is performed; otherwise, the determination is continued;
  • the base station allocates transmission resources to the user equipment, and may trigger data transmission and transmission block size indicated by the MAC layer.
  • Step 405 it is determined whether the size of the current data to be transmitted is greater than the available transport block size in the current transmission, when the determination result is yes, step 406 is performed; otherwise, step 413 is performed;
  • the available transport block may allocate all configured resources or remaining resources for the user to the user; for example, in the current transmission opportunity, when the current data to be transmitted is the first RLC PDU
  • the available transport block corresponds to all the resources of the current transmission opportunity; in the current transmission opportunity, after the RLC layer submits one or more RLC PDUs to be transmitted to the MAC layer, that is, before the data to be transmitted yet,
  • the one or more RLC PDUs use the resources allocated by the base station for the user equipment. If the remaining resources exist in the resources allocated by the base station for the user equipment, the available transport blocks are the remaining resources in the current transmission opportunity.
  • Step 406 Perform segmentation on the current data to be transmitted, so that the size of the segmented first segment is less than or equal to the available transport block size, and the RLC header is reserved in the first segment.
  • the SF field of the RLC header of the current data to be transmitted is 0 in step 405, and indicates that the segmentation is not performed, the SF field in the RLF header reserved in the first segment after the segmentation is still 0, but indicates that the data is split and is the first segment after the segmentation.
  • Step 407 transmitting the first segment by using the available transport block.
  • Step 408 adding an RLC header to the second segment after the segmentation
  • Step 409 the second segment to which the RLC header is added is cached.
  • the second segment that has been encapsulated can be processed as data to be transmitted the next time the data transmission is indicated.
  • step 410 it is determined whether other data to be transmitted is still buffered; when the determination result is yes, step 411 is performed; otherwise, step 412 is performed.
  • Step 411 Modify the sequence number of the SN field of the other added RLC headers, and the modified sequence number is the current sequence number plus a preset value;
  • sequence number of the SN field of the i+1th RLC header is changed from the current i+1 to the i+1+preset value, if the preset value is 1; for other cached data, the processing manner is similar. I will not repeat them here.
  • Step 412 it is judged whether there is still data to be transmitted; when the judgment result is YES, the process returns to step 404 to further judge, waiting for the next transmission instruction; otherwise, the process result.
  • Step 413 in step 405, when the determination result is no, the available transport block can be used to transmit the current data to be transmitted;
  • the RLC layer delivers the RLC PDU to the MAC layer, and uses the available transport block to transmit the current data to be transmitted.
  • step 412 is performed to further determine.
  • step 407 may be completed after step 406, and is not limited to being completed between steps 406 and 408; further, steps 401 to 403 are performed. It can be omitted.
  • the data to be transmitted can be directly obtained from the buffer, and the above steps can be omitted.
  • step 412 when the determination result is yes, the process returns to step 404.
  • the current data to be transmitted may be the encapsulated upper layer submitted data, or may be the divided non-first one. Segmentation.
  • the data to be transmitted is a non-first segment of the divided transmission data
  • the determination result is YES in step 404
  • the subsequent processing is similar to the above, except that:
  • the SF field of the current data to be transmitted is "1"; and in step 408, the SF field of the RLC header of the divided second segment is set to "1" as shown in FIG. 3C.
  • the data submitted by the upper layer to the RLC layer may not be divided or divided into at least two segments, and the RLC header of each segment data may include an SN field and an SF field, so that the receiving end can receive each data according to the received data.
  • the indication of the SN field and the SF field processes the received data.
  • the transmitting end may encapsulate the data transmitted by the upper layer before indicating the size of the transport block, and then process the encapsulated data according to the available transmission resources to ensure that the transmission resource is fully utilized. Significantly reduce packet processing latency.
  • Figure 6 is a diagram showing a data processing method according to a second embodiment of the present invention.
  • the method is used at the receiving end, such as the base station side, as shown in FIG. 6, the method includes:
  • Step 601 Process the transmission data according to an indication of a sequence number (SN) field and a segmentation identifier (SF) field included in an RLC header of the received transmission data.
  • SN sequence number
  • SF segmentation identifier
  • the RLC header includes at least an SN field, which is used to indicate a sequence number of the transmission data, and an SF field, where the SF field is used to indicate whether the transmission data is divided, or is used to indicate whether the transmission data is divided.
  • the receiving end assembles the data according to the information indicated by the RLC header, and the method is simple, and the processing data is improved. s efficiency.
  • the method may further include step 602: in the order of the sequence numbers indicated by the SN field in the RLC header included in the received transmission data.
  • the received transmission data is sorted; and in step 601, the received transmission data may be sequentially processed based on the ranking result.
  • FIG. 7 is a schematic diagram of processing of transmission data in step 601 in the second embodiment. As shown in FIG. 7, in step 601, when processing each transmission data, the method includes:
  • Step 701 Determine, according to the SF field of the RLC header of the current transmission data, and/or the SF field of the RLC header of the transmission data adjacent to the sequence number indicated by the SN field of the RLC header of the current transmission data, the current transmission data is not The segmented data is still segmented data;
  • Step 702 When it is determined that the current transmission data is undivided data, the RLC header of the current transmission data is removed;
  • Step 703 When it is determined that the current transmission data is the divided data, the segmented data is assembled according to an SF field of an RLC header of at least one transmission data adjacent to the current transmission data.
  • step 701 the SF field of the RLC header of the current transmission data and the transmission data adjacent thereto indicates that the transmission data is not divided or indicates that the transmission data is divided and is the first segment after the division.
  • segmenting it is determined that the current transmission data is unsplit data.
  • the SF field of the RLC header of the current transmission data indicates that the current transmission data is not segmented or indicates that the current transmission data is segmented and is the first segment after segmentation
  • the SF field of the transmission data adjacent to the current transmission data indicates that the transmission data is divided and is not the first segment, and it is determined that the current transmission data is the segmented data.
  • step 701 when the SF field of the RLC header of the current transmission data indicates the first field of the current transmission data that is divided and not divided, it is determined that the current transmission data is the divided data. And is the non-first field after the split.
  • the transmission data adjacent to the current transmission data refers to the data immediately following, and may be determined according to the sequence number indicated by the SN field of the RLC header of the transmission data, for example, the current transmission data.
  • the SN field is i
  • the SN field of the transmission data adjacent thereto is i+preset value, such as i+1.
  • the data adjacent to the current transmission data may be at least one subsequent data, and/or at least one of the data in front thereof, according to the sequence number indicated by the SN field of the RLC header of the transmission data.
  • the determination, and the amount of adjacent data may be determined by an indication of the SF field of the current transmission data and the neighboring data.
  • the SF field in the RLC header can be represented by an identifier.
  • it can be represented by 0 or 1.
  • the identifier when the identifier is 0, indicating that the data to be transmitted is not divided, or indicating that the data to be transmitted is divided and is the first segment after the segmentation; when the identifier is 1, indicating the data to be transmitted Segmented and The first segment after non-segmentation; vice versa.
  • the SF field is 0 or 1 and "0" is used to indicate that the transmission data is not divided, or the data to be transmitted is divided and is the first segment after the segmentation; "1" is used to indicate the to-be-segment
  • the first segment in which the transmission data is divided and not divided is described as an example.
  • the SF field of the RLC header of the current transmission data is “0” and the SF field of the RLC header of the transmission data adjacent thereto is also “0”, it is determined that the current transmission data is undivided data. This can directly remove the RLC header.
  • the data portion from which the RLC header is removed may be submitted to an upper layer protocol (such as the PDCP layer).
  • the current transmission data may be determined to be the divided data and The first segment after the segmentation.
  • at least one transmission data adjacent to the sequence number of the SN field may be assembled according to the sequence number of the SN field of the current data, and the adjacent transmission data may be determined according to its SF field, for example, as shown in FIG.
  • the sequence number of the SN field of the RLC header of the transmitted data is i
  • the SF field of the transmission data whose sequence numbers are i+1, i+2, i+3, i+4, and i+5 all indicate "1".
  • the current transmission data is assembled with the transmission data of the sequence number from i+1 to i+5.
  • the current transmission data is the divided non-first segment data.
  • at least one transmission data before and after the sequence number of the SN field is assembled according to the sequence number of the SN field of the current data, and the adjacent transmission data can be determined according to its SF field, for example, as shown in FIG.
  • sequence number of the SN field of the RLC header of the current transmission data is i, and then the SF field of the transmission data whose sequence number is i+1, i+2 indicates "1", and the transmission data of the sequence number i+3
  • the SF field indicates "0"
  • the SF field of the transmission data of the preceding sequence numbers i-1, i-2 all indicate "1”
  • the SF field of the transmission data of the sequence number i-3 indicates "0”
  • the sequence number is from i -3 to i+2 transfer data for assembly.
  • FIG. 10 is a specific example of FIG. 9.
  • the current data and the previous data from i-5 to i-1 are assembled.
  • step 602 may be performed first, and the received transmission data is sorted according to the sequence number of the SN field, and then each transmission data is assembled according to the sequence, thereby improving processing efficiency. save time.
  • the third embodiment of the present invention provides a data processing device.
  • the principle of the device is similar to that of the first embodiment. Therefore, the specific implementation may refer to the implementation of the method in the first embodiment. .
  • Figure 11 is a diagram showing the data processing apparatus of the third embodiment. As shown in FIG. 11, the device 1100 includes:
  • a data dividing unit 1101 configured to split the data to be transmitted when the size of the data to be transmitted that has been added to the radio link control (RLC) header is greater than the available transport block size in the current transmission when the data transmission is triggered. So that the size of the segmented first segment is less than or equal to the available transport block size, and the RLC header is retained in the first segment;
  • RLC radio link control
  • the RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field, the SN field is used to indicate a sequence number of the data to be transmitted, and the SF field is used to indicate whether the data to be transmitted is divided, or used to indicate Whether the data to be transmitted is divided, whether it is the first segment after the division.
  • SN sequence number
  • SF segmentation identifier
  • the encapsulated data is processed according to the available transmission resources to ensure that the packet processing delay is significantly reduced in the case of fully utilizing the transmission resources.
  • the device 1100 when the data to be transmitted is divided into two segments, as shown in FIG. 11, optionally, the device 1100 further includes a first encapsulating unit 1102, which is used for the second segment after the segmentation.
  • a first encapsulating unit 1102 which is used for the second segment after the segmentation.
  • the RLC header includes at least a sequence number (SN) field and a split identifier (SF) field; the sequence number of the SN field is set to a sequence number of the data to be transmitted plus a preset value, and the SF field is set to indicate The data of the second segment is divided and not the first segment.
  • SN sequence number
  • SF split identifier
  • the apparatus 1100 further includes a buffer unit 1103 for buffering the second segment to which the LRC header is added. In this way, after the next data transmission instruction is obtained, the encapsulated data is processed, thereby greatly reducing the processing delay.
  • the apparatus 1100 further includes an updating unit 1104, which is used to modify the sequence number of the SN field of the other added RLC headers, and the modified sequence number is the current serial number plus The preset value is up.
  • an updating unit 1104 which is used to modify the sequence number of the SN field of the other added RLC headers, and the modified sequence number is the current serial number plus The preset value is up.
  • the apparatus 1100 further includes a transmitting unit (not shown) for transmitting the segmented first segment using the available transport block.
  • the SF field in the RLC header is represented by an identifier. Specifically, as described in Embodiment 1, the content thereof is incorporated herein, and details are not described herein again.
  • the apparatus 1100 when the data to be transmitted is a service data unit transmitted by an upper layer, the apparatus 1100 further includes a second encapsulating unit 1105, configured to add the RLC header for the to-be-transmitted data before the MAC layer triggers data transmission, and the SF field of the RLC header is set to indicate that the data to be transmitted is not Segmented.
  • the data encapsulated by the second package unit 1105 can also be stored in the cache unit 1103.
  • Also provided in this embodiment is a user equipment configured with the data processing apparatus 1100 as described above.
  • FIG. 12 is a schematic structural diagram of a user equipment according to an embodiment of the present invention.
  • user equipment 1200 can include a central processing unit (CPU) 1201 and a memory 1202; and a memory 1202 coupled to central processing unit 1201.
  • the memory 1202 can store various data; in addition, a program for data processing is stored, and the program is executed under the control of the central processing unit 1201 to process the data to be transmitted.
  • the functionality of data processing apparatus 1100 can be integrated into central processor 1201.
  • the central processing unit 1201 may be configured to implement the data processing method described in Embodiment 1.
  • the central processing unit 1201 may be configured to: when triggering data transmission, when the size of the data to be transmitted that has been added to the radio link control (RLC) header is larger than the available transport block size in the current transmission, the to-be-transmitted Dividing the data such that the size of the segmented first segment is less than or equal to the available transport block size, and retaining the RLC header in the first segment;
  • RLC radio link control
  • the RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field, the SN field is used to indicate a sequence number of the data to be transmitted, and the SF field is used to indicate whether the data to be transmitted is divided, or used to indicate Whether the data to be transmitted is divided, whether it is the first segment after the division.
  • SN sequence number
  • SF segmentation identifier
  • the data processing apparatus 1100 may be configured separately from the central processing unit 1201.
  • the data processing apparatus 1100 may be configured as a chip connected to the central processing unit 1201, such as the data processing unit shown in FIG.
  • the functions of the data processing device 1100 are implemented by the control of the central processing unit 1201.
  • the user equipment 1200 may further include: a communication module 1203, an input unit 1204, a display 1206, an audio processor 1205, an antenna 1207, a power source 1208, and the like.
  • a communication module 1203, an input unit 1204, a display 1206, an audio processor 1205, an antenna 1207, a power source 1208, and the like The functions of the above components are similar to those of the prior art, and are not described herein again. It should be noted that the user equipment 1200 does not necessarily have to include all the components shown in FIG. 12; in addition, the user equipment 1200 may also include components not shown in FIG. 12, and reference may be made to the prior art.
  • the encapsulated data is processed according to the available transmission resources to ensure that the packet processing delay is significantly reduced in the case of fully utilizing the transmission resources.
  • the fourth embodiment of the present invention provides a data processing device.
  • the principle of the device is similar to that of the second embodiment. Therefore, the specific implementation may refer to the implementation of the method in the second embodiment. .
  • Figure 13 is a diagram showing the data processing apparatus of the fourth embodiment. As shown in FIG. 13, the apparatus 1300 includes:
  • the processing unit 1301 is configured to process the transmission data according to an indication of a sequence number (SN) field and a segmentation identifier (SF) field included in an RLC header of the received transmission data;
  • the RLC header includes at least an SN field, which is used to indicate a sequence number of the transmission data, and an SF field, where the SF field is used to indicate whether the transmission data is divided, or is used to indicate whether the transmission data is divided.
  • the receiving end assembles the data according to the information indicated by the RLC header, and the method is simple, and the processing data is improved. effectiveness.
  • the apparatus 1300 further includes a sorting unit 1302, configured to sort the received transmission data in the order of the sequence numbers indicated by the SE field in the RLC header.
  • the processing unit 1301 is configured to sequentially process the sorted transmission data according to the sorting result of the sorting unit 1302. This can further improve the processing efficiency.
  • the processing unit 1301 when processing the current one transmission data, the processing unit 1301 includes:
  • a determining unit 1401 configured to determine, according to an SF field of an RLC header of the current transmission data, and/or an SF field according to an RLC header of the transmission data adjacent to the sequence number indicated by the SN field of the RLC header of the current transmission data Whether the transmitted data is undivided data or segmented data;
  • a data processing unit 1402 configured to: when determining that the current transmission data is undivided data, remove the RLC header of the current transmission data; or
  • the segmented data is assembled according to an RLC header SF field of at least one transmission data adjacent to a sequence number indicated by an SN field of the RLC header of the current transmission data.
  • the method for determining whether the current transmission data is undivided data or the divided data is as described in Embodiment 2, and the content thereof is incorporated herein, and details are not described herein again.
  • the data processing unit 1402 processes the current transmission data as described in Embodiment 2, and the content thereof is incorporated herein, and details are not described herein again.
  • a base station configured with a data processing apparatus 1300 as previously described.
  • FIG. 15 is a schematic diagram showing the structure of a base station according to an embodiment of the present invention.
  • base station 1500 can include a central processing unit (CPU) 1501 and a memory 1502; and memory 1502 is coupled to central processing unit 1501.
  • the memory 1502 can store various data; in addition, a program for data processing is stored, and the program is executed under the control of the central processing unit 1501 to assemble the received transmission data.
  • the functionality of data processing apparatus 1300 can be integrated into central processor 1501.
  • the central processing unit 1501 may be configured to implement the data processing method described in Embodiment 2.
  • the central processing unit 1501 may be configured to: process the transmission data according to an indication of a sequence number (SN) field and a segmentation identifier (SF) field included in an RLC header of the received transmission data;
  • SN sequence number
  • SF segmentation identifier
  • the RLC header includes at least an SN field, which is used to indicate a sequence number of the transmission data, and an SF field, where the SF field is used to indicate whether the transmission data is divided, or is used to indicate whether the transmission data is divided.
  • the data processing apparatus 1300 may be configured separately from the central processing unit 1501.
  • the data processing apparatus 1300 may be configured as a chip connected to the central processing unit 1501, such as the data processing unit shown in FIG.
  • the function of the data processing device 1300 is realized by the control of the central processing unit 1501.
  • the base station 1500 may further include: a transceiver 1503, an antenna 1504, and the like; wherein the functions of the foregoing components are similar to those of the prior art, and details are not described herein again. It is to be noted that the base station 1500 does not have to include all of the components shown in FIG. 15; in addition, the base station 1500 may also include components not shown in FIG. 15, and reference may be made to the prior art.
  • the receiving end can assemble the data according to the information indicated by the RLC header, and the method is simple and the processing is improved. The efficiency of the data.
  • Figure 16 is a schematic diagram of a communication system of Embodiment 5.
  • the communication system 1600 includes a base station 1601 and a user equipment 1602, and a user equipment 1603; wherein the user equipment 1602, the user equipment 1603, and the base station 1601 are configured as described in Embodiment 3 and Embodiment 4, and their contents are combined. Here, it will not be described here.
  • the user equipment 1602 and the user equipment 1603 can process the data to be transmitted, and the specific processing method is as described in Embodiment 1.
  • the base station 1601 can process the received transmission data, and the specific processing method is as described in Embodiment 2. , the contents of which are incorporated herein, and will not be described here.
  • the transmitting end may encapsulate the data to be transmitted before indicating the size of the transport block, and then process the encapsulated data according to the available transmission resources to ensure that the transmission resource is fully utilized.
  • the packet processing delay is significantly reduced; and the receiving end can assemble the data according to the information indicated by the RLC header, and the method is simple, and the efficiency of processing the data is improved.
  • Embodiment 6 of the present invention further provides a data encapsulation method.
  • Figure 17 is a diagram showing the data encapsulation method of the sixth embodiment. As shown in FIG. 17, the method includes: adding data to an upper layer, or adding an RLC header to the divided data, where the RLC header includes a sequence number (SN) field and a split identifier (SF) field, where the SN field is used to indicate The sequence number of the data, the SF field is used to indicate whether the data is divided, or is used to indicate whether the segment is the first segment when the data to be transmitted is divided.
  • SN sequence number
  • SF split identifier
  • the data is encapsulated by the header structure of the embodiment, so that the sending end performs the data transmission indication and the transport block size on the encapsulated data, thereby reducing the processing delay; and at the receiving end, according to the header structure Helps assemble data.
  • the seventh embodiment of the present invention provides a data encapsulating device.
  • the principle of the device is similar to that of the sixth embodiment. Therefore, the specific implementation may refer to the implementation of the method in the sixth embodiment. Description.
  • Figure 18 is a diagram showing the data package apparatus of the seventh embodiment.
  • the apparatus 1800 includes an encapsulating unit 1801 that adds data to an upper layer or adds an RLC header to the divided data, the RLC header including a sequence number (SN) field and a split identifier (SF) field, the SN field A sequence number indicating the data, the SF field is used to indicate whether the data is divided, or is used to indicate whether the first segment after the segmentation is determined when the data to be transmitted is divided.
  • SN sequence number
  • SF split identifier
  • the data is encapsulated, so that the transmitting end obtains the data transmission indication and When the block size is transferred, the encapsulated data is processed, thereby reducing the processing delay; and at the receiving end, the data structure is assembled according to the header structure.
  • a user equipment is further provided, and the user equipment is configured with the data encapsulating device 1800 as described above.
  • FIG. 19 is a block diagram showing the configuration of a user equipment according to Embodiment 7 of the present invention.
  • user equipment 1900 can include a central processing unit (CPU) 1901 and a memory 1902; and memory 1902 coupled to central processing unit 1901.
  • the memory 1902 can store various data; in addition, a program of the data package is stored, and the program is executed under the control of the central processing unit 1901 to encapsulate the data to be transmitted.
  • the functionality of data encapsulation device 1800 can be integrated into central processor 1901.
  • the central processing unit 1901 can be configured to implement the data encapsulation method described in Embodiment 6.
  • the central processing unit 1901 can be configured to: add data to the upper layer, or add an RLC header to the segmented data, the RLC header including a sequence number (SN) field and a segmentation identifier (SF) field, the SN field being used for Indicates the sequence number of the data, the SF field is used to indicate whether the data is divided, or is used to indicate whether the first segment after the division is performed when the data to be transmitted is divided.
  • RLC header including a sequence number (SN) field and a segmentation identifier (SF) field
  • SN field being used for Indicates the sequence number of the data
  • the SF field is used to indicate whether the data is divided, or is used to indicate whether the first segment after the division is performed when the data to be transmitted is divided.
  • the data encapsulating device 1800 can be configured separately from the central processing unit 1901.
  • the data encapsulating device 1800 can be configured as a chip connected to the central processing unit 1901, such as the data encapsulating unit shown in FIG.
  • the function of the data encapsulation device 1800 is implemented by the control of the central processing unit 1901.
  • the user equipment 1900 may further include: a communication module 1903, an input unit 1904, a display 1906, an audio processor 1905, an antenna 1907, a power source 1908, and the like.
  • a communication module 1903 an input unit 1904, a display 1906, an audio processor 1905, an antenna 1907, a power source 1908, and the like.
  • the functions of the above components are similar to those of the prior art, and are not described herein again.
  • the user equipment 1900 does not have to include all of the components shown in FIG. 19; in addition, the user equipment 1900 may also include components not shown in FIG. 19, and reference may be made to the prior art.
  • the user equipment of the embodiment encapsulates the data, so that the sending end performs the data transmission indication and the transport block size on the encapsulated data, thereby reducing the processing delay; and at the receiving end, according to the header structure, Helps assemble data.
  • the embodiment of the present invention further provides a computer readable program, wherein the program causes the data processing device or user equipment to perform the data processing described in Embodiment 1 when the program is executed in a data processing device or a user equipment method.
  • the embodiment of the present invention further provides a storage medium storing a computer readable program, wherein the computer readable program causes the data processing device or the user equipment to execute the data processing method described in Embodiment 1.
  • the embodiment of the present invention further provides a computer readable program, wherein the program causes the data processing device or the base station to execute the data processing method described in Embodiment 2 when the program is executed in a data processing device or a base station.
  • the embodiment of the present invention further provides a storage medium storing a computer readable program, wherein the computer readable program causes the data processing device or the base station to execute the data processing method described in Embodiment 2.
  • the embodiment of the present invention further provides a computer readable program, wherein the program causes the data encapsulating device or user equipment to perform the data encapsulation described in Embodiment 6 when the program is executed in a data encapsulating device or a user equipment method.
  • the embodiment of the present invention further provides a storage medium storing a computer readable program, wherein the computer readable program causes the data encapsulating device or the user equipment to execute the data encapsulation method described in Embodiment 6.
  • the above apparatus and method of the present invention may be implemented by hardware or by hardware in combination with software.
  • the present invention relates to a computer readable program that, when executed by a logic component, enables the logic component to implement the apparatus or components described above, or to cause the logic component to implement the various methods described above Or steps.
  • the present invention also relates to a storage medium for storing the above program, such as a hard disk, a magnetic disk, an optical disk, a DVD, a flash memory, or the like.
  • the data processing method in the data processing apparatus described in connection with the embodiments of the present invention may be directly embodied as hardware, a software module executed by a processor, or a combination of both.
  • one or more of the functional block diagrams shown in FIGS. 11 and 13 and/or one or more combinations of functional block diagrams may correspond to individual software modules of a computer program flow, or to respective hardware modules.
  • These software modules may correspond to the respective steps shown in FIGS. 1 and 6, respectively.
  • These hardware modules can be implemented, for example, by curing these software modules using a Field Programmable Gate Array (FPGA).
  • FPGA Field Programmable Gate Array
  • the software module can reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, removable disk, CD-ROM, or any other form of storage medium known in the art.
  • a storage medium can be coupled to the processor to enable the processor to read information from, and write information to, the storage medium; or the storage medium can be an integral part of the processor.
  • the processor and the storage medium can be located in an ASIC.
  • the software module can be stored in the memory of the mobile terminal or in a memory card that can be inserted into the mobile terminal. For example, if a device (such as a mobile terminal) uses a larger capacity MEGA-SIM card or a large-capacity flash memory device, the software module can be stored in the MEGA-SIM card. Or a large-capacity flash memory device.
  • One or more of the functional blocks described with respect to Figures 11 and 13 and/or one or more combinations of functional blocks may be implemented as a general purpose processor, digital signal processor (DSP) for performing the functions described herein.
  • DSP digital signal processor
  • ASIC application specific integrated circuit
  • FPGA field programmable gate array
  • One or more of the functional blocks described with respect to Figures 11 and 13 and/or one or more combinations of functional blocks may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, multiple micro A processor, one or more microprocessors in communication with the DSP, or any other such configuration.

Abstract

Provided are a data processing method and device, and a communications system. The device comprises a data partitioning unit for partitioning, when data transmission is triggered at a MAC layer, data to be transmitted when a size of the data to be transmitted, an RLC header also being added thereto, is greater than that of an available transmission block in the current transmission, such that a size of a partitioned first segment is less than or equal to the size of the available transmission block, and the RLC header is reserved in the first segment. The RLC header comprises at least a sequence number (SN) field and a segmentation identifier (SF) field, the SN field indicating a sequence number of the data to be transmitted, and the SF field indicating whether the data to be transmitted is partitioned or indicating whether the data to be transmitted is the partitioned first segment when the data to be transmitted is being partitioned. Embodiments of the invention can process encapsulated data according to available transmission resources when data transmission is required, ensuring full utilization of transmission resources and significantly reducing delays in data packet processing.

Description

数据处理方法、装置以及通信系统Data processing method, device and communication system 技术领域Technical field
本发明涉及通信领域,特别涉及一种数据处理方法、装置以及通信系统。The present invention relates to the field of communications, and in particular, to a data processing method, apparatus, and communication system.
背景技术Background technique
第3代合作伙伴计划(3GPP,3rd Generation Partnership Project)正在研究下一代无线通信系统的相关议题来满足新业务的需求。The 3rd Generation Partnership Project (3GPP) is studying issues related to next-generation wireless communication systems to meet the needs of new services.
目前,在长期演进(LTE,Long Term Evolution)系统中,无线链路控制(RLC,Radio Link Control)层根据媒体访问控制(MAC,Media Access Control)层所指示的传输块的大小,对RLC层的服务数据单元(SDU,Service Data Unit)进行分割(Segmentation)或级联(Concatenation),使得组装后的RLC协议数据单元(PDU,Protocol Data Unit)与传输块的大小相匹配。例如,当一个或多个RLC SDU的尺寸小于传输块的大小时,需要将多个RLC SDU级联到当前RLC PDU中;当RLC SDU的尺寸大于传输块的大小时,需要对该RLC SDU进行分割,使得RLC PDU的大小匹配MAC层的传输块大小,以提高无线资源的利用率。Currently, in the Long Term Evolution (LTE) system, the Radio Link Control (RLC) layer is based on the size of the transport block indicated by the Media Access Control (MAC) layer. The Service Data Unit (SDU) performs segmentation or concatenation, so that the assembled RLC Protocol Data Unit (PDU) matches the size of the transport block. For example, when the size of one or more RLC SDUs is smaller than the size of the transport block, multiple RLC SDUs need to be concatenated into the current RLC PDU; when the size of the RLC SDU is larger than the size of the transport block, the RLC SDU needs to be performed. The segmentation is such that the size of the RLC PDU matches the transport block size of the MAC layer to improve the utilization of radio resources.
应该注意,上面对技术背景的介绍只是为了方便对本发明的技术方案进行清楚、完整的说明,并方便本领域技术人员的理解而阐述的。不能仅仅因为这些方案在本发明的背景技术部分进行了阐述而认为上述技术方案为本领域技术人员所公知。It should be noted that the above description of the technical background is only for the purpose of facilitating a clear and complete description of the technical solutions of the present invention, and is convenient for understanding by those skilled in the art. The above technical solutions are not considered to be well known to those skilled in the art simply because these aspects are set forth in the background section of the present invention.
发明内容Summary of the invention
发明人发现,为了降低处理时延,避免与MAC层级联功能的冗余处理,3GPP讨论可以去除RLC层的级联功能,保留其分割功能。但如果仍采用现有的方式在MAC层指示传输块大小之后进行分割,不会降低RLC层数据包处理时延,目前还没有有效的解决方案。The inventors have found that in order to reduce processing delay and avoid redundant processing with the MAC layer cascading function, the 3GPP discussion can remove the cascading function of the RLC layer and retain its partitioning function. However, if the existing method is still used after the MAC layer indicates the transport block size, the RLC layer packet processing delay is not reduced, and there is no effective solution at present.
针对上述问题,本发明实施例提供一种数据处理方法、装置以及通信系统,可降低数据包的处理时延。In response to the above problems, embodiments of the present invention provide a data processing method, apparatus, and communication system, which can reduce processing delay of data packets.
根据本实施例的第一方面,提供了一种数据处理装置,包括:According to a first aspect of the present invention, a data processing apparatus is provided, comprising:
数据分割单元,其用于在媒体访问控制(MAC)层触发数据传输时,在已添加 无线链路控制(RLC)报头的待传输数据的尺寸大于本次传输中的可用传输块大小时,对该待传输数据进行分割,使得分割后的第1个分段的尺寸小于或等于该可用传输块大小,并且在该第1个分段中保留该RLC报头;a data splitting unit for adding data transfer when the media access control (MAC) layer is triggered When the size of the data to be transmitted in the radio link control (RLC) header is larger than the available transport block size in the current transmission, the data to be transmitted is divided so that the size of the first segment after the division is less than or equal to the available Transmitting the block size and retaining the RLC header in the first segment;
该RLC报头至少包含序列号(SN)字段和分割标识(SF)字段,该SN字段用于指示该待传输数据的序号,该SF字段用于指示该待传输数据是否经过分割,或者用于指示在该待传输数据经分割时,是否为分割后的第1个分段。The RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field, the SN field is used to indicate a sequence number of the data to be transmitted, and the SF field is used to indicate whether the data to be transmitted is divided, or used to indicate Whether the data to be transmitted is divided, whether it is the first segment after the division.
根据本实施例的第二方面,还提供了一种数据处理装置,包括:According to the second aspect of the embodiment, a data processing apparatus is further provided, including:
处理单元,其用于根据接收的传输数据的RLC报头包含的序列号(SN)字段和分割标识(SF)字段的指示来处理该传输数据;a processing unit, configured to process the transmission data according to an indication of a sequence number (SN) field and a segmentation identifier (SF) field included in an RLC header of the received transmission data;
该RLC报头至少包含SN字段和SF字段,该SN字段用于指示所述传输数据的序号,该SF字段用于指示该传输数据是否经过分割,或者在该传输数据经分割时,用于指示是否为分割后的第1个分段。The RLC header includes at least an SN field and an SF field, where the SN field is used to indicate a sequence number of the transmission data, where the SF field is used to indicate whether the transmission data is divided, or is used to indicate whether the transmission data is divided. Is the first segment after the segmentation.
根据本实施例的第三方面,还提供一种通信系统,包括:According to the third aspect of the embodiment, a communication system is further provided, including:
包括基站和用户设备;该用户设备包括第一方面所述的数据处理装置;该基站包括第二方面所述的数据处理装置。A base station and user equipment are included; the user equipment comprising the data processing apparatus of the first aspect; the base station comprising the data processing apparatus of the second aspect.
本发明实施例的有益效果在于,通过本发明实施例,可在未指示传输块的大小之前对待传输数据进行封装,然后在指示传输机会和/或传输块的大小时,根据可用传输资源的情况对该封装的数据进行处理,以保证在充分利用传输资源的情况下,显著降低数据包处理时延。The beneficial effects of the embodiments of the present invention are that, by using the embodiment of the present invention, the data to be transmitted may be encapsulated before the size of the transport block is indicated, and then, according to the available transmission resources, when indicating the size of the transmission opportunity and/or the transport block. The encapsulated data is processed to ensure that the packet processing delay is significantly reduced while fully utilizing the transmission resources.
参照后文的说明和附图,详细公开了本发明的特定实施方式,指明了本发明的原理可以被采用的方式。应该理解,本发明的实施方式在范围上并不因而受到限制。在所附权利要求的条款的范围内,本发明的实施方式包括许多改变、修改和等同。Specific embodiments of the present invention are disclosed in detail with reference to the following description and the drawings, in which <RTIgt; It should be understood that the embodiments of the invention are not limited in scope. The embodiments of the present invention include many variations, modifications, and equivalents within the scope of the appended claims.
针对一种实施方式描述和/或示出的特征可以以相同或类似的方式在一个或更多个其它实施方式中使用,与其它实施方式中的特征相组合,或替代其它实施方式中的特征。Features described and/or illustrated with respect to one embodiment may be used in one or more other embodiments in the same or similar manner, in combination with, or in place of, features in other embodiments. .
应该强调,术语“包括/包含”在本文使用时指特征、整件、步骤或组件的存在,但并不排除一个或更多个其它特征、整件、步骤或组件的存在或附加。It should be emphasized that the term "comprising" or "comprises" or "comprising" or "comprising" or "comprising" or "comprising" or "comprises"
附图说明 DRAWINGS
在本发明实施例的一个附图或一种实施方式中描述的元素和特征可以与一个或更多个其它附图或实施方式中示出的元素和特征相结合。此外,在附图中,类似的标号表示几个附图中对应的部件,并可用于指示多于一种实施方式中使用的对应部件。The elements and features described in one of the figures or one embodiment of the embodiments of the invention may be combined with the elements and features illustrated in one or more other figures or embodiments. In the accompanying drawings, like reference numerals refer to the
所包括的附图用来提供对本发明实施例的进一步的理解,其构成了说明书的一部分,用于例示本发明的实施方式,并与文字描述一起来阐释本发明的原理。显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。在附图中:The accompanying drawings are included to provide a further understanding of the embodiments of the invention Obviously, the drawings in the following description are only some of the embodiments of the present invention, and those skilled in the art can obtain other drawings according to the drawings without any inventive labor. In the drawing:
图1是实施例1的数据处理方法的示意图;1 is a schematic diagram of a data processing method of Embodiment 1;
图2A和图2B是实施例1的数据封装的结构示意图;2A and 2B are schematic diagrams showing the structure of a data package of Embodiment 1;
图3A至图3C是实施例1的数据封装的结构示意图;3A to 3C are schematic diagrams showing the structure of a data package of Embodiment 1;
图4是实施例1的数据处理方法的一个示例示意图;4 is a schematic diagram showing an example of a data processing method of Embodiment 1;
图5是实施例1的数据分割的示意图;Figure 5 is a schematic diagram of data division of Embodiment 1;
图6是实施例2的数据处理方法的示意图;6 is a schematic diagram of a data processing method of Embodiment 2;
图7是实施例2的步骤601的数据处理方法的示意图;7 is a schematic diagram of a data processing method in step 601 of Embodiment 2;
图8是实施例2的数据组装的示例示意图;8 is a schematic diagram showing an example of data assembly of Embodiment 2;
图9是实施例2的数据组装的示例示意图;9 is a schematic diagram showing an example of data assembly of Embodiment 2;
图10是实施例2的数据组装的示例示意图;10 is a schematic diagram showing an example of data assembly of Embodiment 2;
图11是实施例3的数据处理装置的示意图;Figure 11 is a schematic diagram of a data processing apparatus of Embodiment 3;
图12是实施例3的用户设备的构成示意图;12 is a schematic diagram showing the structure of a user equipment of Embodiment 3;
图13是实施例4的数据处理装置的示意图;Figure 13 is a schematic diagram of a data processing apparatus of Embodiment 4;
图14是实施例4的基站的示意图;Figure 14 is a schematic diagram of a base station of Embodiment 4;
图15是处理单元的示意图;Figure 15 is a schematic illustration of a processing unit;
图16是实施例5的通信系统的示意图;Figure 16 is a schematic diagram of a communication system of Embodiment 5;
图17是实施例6的数据封装方法的示意图;17 is a schematic diagram of a data encapsulation method of Embodiment 6;
图18是实施例7的数据封装装置的示意图;Figure 18 is a schematic diagram of a data package apparatus of Embodiment 7;
图19是实施例7的用户设备的构成示意图。Fig. 19 is a block diagram showing the configuration of the user equipment of the seventh embodiment.
具体实施方式detailed description
参照附图,通过下面的说明书,本发明的前述以及其它特征将变得明显。在说明 书和附图中,具体公开了本发明的特定实施方式,其表明了其中可以采用本发明的原则的部分实施方式,应了解的是,本发明不限于所描述的实施方式,相反,本发明包括落入所附权利要求的范围内的全部修改、变型以及等同物。下面结合附图对本发明的各种实施方式进行说明。这些实施方式只是示例性的,不是对本发明的限制。The foregoing and other features of the present invention will be apparent from the In the description The specific embodiments of the invention are disclosed in the drawings and the drawings, which are illustrated in the embodiment of the invention All modifications, variations, and equivalents are intended to be included within the scope of the appended claims. Various embodiments of the present invention will be described below with reference to the accompanying drawings. These embodiments are merely exemplary and are not limiting of the invention.
在本申请中,基站可以被称为接入点、广播发射机、节点B、演进节点B(eNB)等,并且可以包括它们的一些或所有功能。在文中将使用术语“基站”。每个基站对特定的地理区域提供通信覆盖。In the present application, a base station may be referred to as an access point, a broadcast transmitter, a Node B, an evolved Node B (eNB), etc., and may include some or all of their functions. The term "base station" will be used herein. Each base station provides communication coverage for a particular geographic area.
在本申请中,移动站或设备可以被称为“用户设备(UE)”。UE可以是固定的或移动的,并且也可以称为移动台、终端、接入终端、用户单元、站等。UE可以是蜂窝电话、个人数字助理(PDA)、无线调制解调器、无线通信设备、手持设备、膝上型计算机、无绳电话、汽车等。In this application, a mobile station or device may be referred to as a "user equipment (UE)." A UE may be fixed or mobile and may also be referred to as a mobile station, terminal, access terminal, subscriber unit, station, and the like. The UE may be a cellular telephone, a personal digital assistant (PDA), a wireless modem, a wireless communication device, a handheld device, a laptop computer, a cordless telephone, a car, and the like.
下面结合附图对本发明实施例进行说明。The embodiments of the present invention will be described below with reference to the accompanying drawings.
实施例1Example 1
图1是本实施例1的数据处理方法的示意图。该方法用于发送端,如用户设备侧,如图1所示,该方法包括:1 is a schematic diagram of a data processing method of the first embodiment. The method is used on the sending end, such as the user equipment side, as shown in FIG. 1 , the method includes:
步骤101,在触发数据传输时,在已添加无线链路控制(RLC)报头(Header)的待传输数据的尺寸大于本次传输中的可用传输块大小时,对该待传输数据进行分割,使得分割后的第1个分段的尺寸小于或等于该可用传输块大小,并且在该第1个分段中保留该RLC报头;Step 101: When triggering data transmission, when the size of the data to be transmitted that has been added to the radio link control (RLC) header is larger than the available transport block size in the current transmission, the data to be transmitted is segmented, so that The size of the segmented first segment is less than or equal to the available transport block size, and the RLC header is retained in the first segment;
该RLC报头至少包含序列号(SN)字段和分割标识(SF)字段,该SN字段用于指示该待传输数据的序号,该SF字段用于指示该待传输数据是否经过分割,或者用于指示在该待传输数据经分割时,是否为分割后的第1个分段。The RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field, the SN field is used to indicate a sequence number of the data to be transmitted, and the SF field is used to indicate whether the data to be transmitted is divided, or used to indicate Whether the data to be transmitted is divided, whether it is the first segment after the division.
在本实施例中,在基站为用户设备分配传输资源时,可触发该用户设备的MAC层指示一次传输机会以及传输块大小。In this embodiment, when the base station allocates transmission resources to the user equipment, the MAC layer of the user equipment may be triggered to indicate a transmission opportunity and a transmission block size.
在本实施例中,该方法还包括:在已添加无线链路控制(RLC)报头(Header)的待传输数据的尺寸小于或等于本次传输中的可用传输块大小时,可使用该可用传输块传输该待传输数据。这样,无需对该待传输数据进行分割处理而直接发送该待传输数据,进一步降低数据包的处理时延。 In this embodiment, the method further includes: when the size of the to-be-transmitted data of the added radio link control (RLC) header is less than or equal to the available transport block size in the current transmission, the available transmission may be used. The block transmits the data to be transmitted. In this way, the data to be transmitted is directly sent without performing the segmentation process on the data to be transmitted, thereby further reducing the processing delay of the data packet.
由本实施例可知,可在未指示传输块的大小之前对数据进行封装,然后在触发数据传输时,根据可用传输资源的情况对已封装的数据进行处理,以保证在充分利用传输资源的情况下,显著降低数据包处理时延。It can be seen from the embodiment that the data can be encapsulated before the size of the transport block is indicated, and then, when the data transmission is triggered, the encapsulated data is processed according to the available transmission resources to ensure that the transmission resources are fully utilized. Significantly reduces packet processing latency.
在本实施例中,如图1所示,在步骤101后,该方法还可包括步骤102:In this embodiment, as shown in FIG. 1, after step 101, the method may further include step 102:
利用该可用传输块发送分割后的该第1个分段。该步骤为可选步骤。The segmented first segment is transmitted using the available transport block. This step is an optional step.
在本实施例中,在步骤101中,可将该待传输数据分割为至少2个分段。例如,在将该待传输数据分割为2个分段时,该方法还可包括:In this embodiment, in step 101, the data to be transmitted may be divided into at least two segments. For example, when the data to be transmitted is divided into two segments, the method may further include:
为分割后的第2个分段添加RLC报头;该RLC报头至少包含序列号(SN)字段和分割标识(SF)字段;该SN字段的序号设置为该传输数据的序号加上预设值,该SF字段设置为指示该第2个分段的数据经过分割且非第1个分段。Adding an RLC header to the second segment after the segmentation; the RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field; the sequence number of the SN field is set to a sequence number of the transmission data plus a preset value, The SF field is set to indicate that the data of the second segment is split and not the first segment.
在本实施例中,该方法还可包括:将添加了LRC报头的第2分段进行缓存。如缓存在缓存器中等待发送,这样,可在下一次指示数据传输时将已封装的该第2个分段作为待传输数据进行处理。In this embodiment, the method may further include: buffering the second segment to which the LRC header is added. If the buffer is waiting in the buffer for transmission, the second segment that has been encapsulated can be processed as the data to be transmitted the next time the data transmission is indicated.
在本实施例中,在缓存器中还存储其他已添加了RLC报头的待传输数据时,该方法还包括:修改已存的其他已添加RLC报头的SN字段的序号,修改后的序号为当前序号加上预设值。在本实施例中,该预设值可为任意值,例如可为1。这样,可避免待传输数据序号重复,有利于接收端根据该序号对接收的传输数据进行组装。In this embodiment, when the data to be transmitted that has been added with the RLC header is further stored in the buffer, the method further includes: modifying the sequence number of the SN field of the other added RLC header, and the modified serial number is current. The serial number plus the preset value. In this embodiment, the preset value may be any value, for example, may be 1. In this way, the serial number of the data to be transmitted can be avoided, which is advantageous for the receiving end to assemble the received transmission data according to the serial number.
在本实施例中,该RLC报头中的SF字段可用一个标识符来表示。例如,可用0或1表示。如在该标识符是0时,指示该待传输数据未经分割,或者指示该待传输数据经分割且为分割后的第1个分段;在该标识符是1时,指示该待传输数据经分割且非分割后的第1个分段;反之亦然。但本发明不以此为限,还可以采用其他标识符来表示,此处不一一列举。In this embodiment, the SF field in the RLC header can be represented by an identifier. For example, it can be represented by 0 or 1. For example, when the identifier is 0, indicating that the data to be transmitted is not divided, or indicating that the data to be transmitted is divided and is the first segment after the segmentation; when the identifier is 1, indicating the data to be transmitted The first segment that is segmented and not segmented; vice versa. However, the present invention is not limited thereto, and may be represented by other identifiers, which are not enumerated here.
在一个实施例中,该待传输数据可为上层,如分组数据汇聚协议(PDCP,Packet Data Convergence Protocol)层递交给RLC层的服务数据单元(SDU)。在这种情况下,在MAC层触发数据传输之前,先对该待传输数据进行封装,即添加RLC报头,以获得RLC PDU;然后在MAC层触发数据传输时,对该封装数据进行处理。在这种情况下,在MAC层触发本次数据传输之前,该方法还可包括:为该待传输数据添加RLC报头,并且该RLC报头的SF字段设置为指示该待传输数据未经分割;该RLC报头中的SN字段可按照RLC SDU的顺序编号。 In an embodiment, the data to be transmitted may be an upper layer, such as a Packet Data Convergence Protocol (PDCP) layer, which is delivered to a Service Data Unit (SDU) of the RLC layer. In this case, before the MAC layer triggers the data transmission, the data to be transmitted is encapsulated, that is, the RLC header is added to obtain the RLC PDU; and then the encapsulated data is processed when the MAC layer triggers the data transmission. In this case, before the MAC layer triggers the current data transmission, the method may further include: adding an RLC header to the to-be-transmitted data, and setting an SF field of the RLC header to indicate that the to-be-transmitted data is unsegmented; The SN fields in the RLC header may be numbered in the order of the RLC SDUs.
图2A和图2B是封装的RLC PDU的结构示意图。当该待传输数据为上层递交给RLC层的服务数据单元(SDU)时,如图2A所示,该SN字段为Si。在本实施例中,可按照顺序编号,如每接收一个RLC SDU,其序号增加预设值,如增加1;该SF字段设置为指示该待传输数据未经分割,如将该SF字段设置为“0”。2A and 2B are schematic diagrams showing the structure of an encapsulated RLC PDU. When the data to be transmitted is the service data unit (SDU) that the upper layer submits to the RLC layer, as shown in FIG. 2A, the SN field is Si. In this embodiment, the numbers may be sequentially numbered. For example, each time an RLC SDU is received, the sequence number is increased by a preset value, such as incrementing by one; the SF field is set to indicate that the data to be transmitted is not split, such as setting the SF field to "0".
在这种情况下,在步骤101中对该待传输数据进行分割后,还可对分割后的第2个分段进行封装,其封装结构如图2B所示,该SN字段为Si+预设值,该预设值可为任意值,例如为1;SF字段设置为“1”,如图2B所示,RLC PDU为分割后的第2个分段。In this case, after the data to be transmitted is divided in step 101, the second segment after the segmentation may be encapsulated, and the package structure is as shown in FIG. 2B, and the SN field is a Si+ preset value. The preset value may be any value, for example, 1; the SF field is set to "1", and as shown in FIG. 2B, the RLC PDU is the second segment after the segmentation.
在一个实施例中,该待传输数据还可是其他传输数据分割后的分段数据,在这种情况下,该待传输数据的SF字段可设置为指示该待传输数据经分割且分割后的数据非第1个分段。In an embodiment, the to-be-transmitted data may also be segmented data after other transmission data is divided. In this case, the SF field of the to-be-transmitted data may be set to indicate the segmented and segmented data of the to-be-transmitted data. Not the first segment.
图3A至图3C是封装的RLC PDU的结构示意图。如图3A所示,在该其他传输数据是从上层递交给RLC层的服务数据单元(SDU)时,其封装结构与图2A所示的结构类似,如图3A所示,该SN字段为Sj,SF字段设置为“0”。在该待传输数据是对该其他传输数据进行分割后的第2个分段时,对该第2个分段进行封装后的结构与图2B类似,如图3B所示,SN字段设置为SN+预设值,如Sj+1;SF字段设置为“1”。3A to 3C are schematic diagrams showing the structure of an encapsulated RLC PDU. As shown in FIG. 3A, when the other transmission data is delivered from the upper layer to the service data unit (SDU) of the RLC layer, the encapsulation structure is similar to the structure shown in FIG. 2A. As shown in FIG. 3A, the SN field is Sj. The SF field is set to "0". When the data to be transmitted is the second segment after dividing the other transmission data, the structure after encapsulating the second segment is similar to that of FIG. 2B. As shown in FIG. 3B, the SN field is set to SN+. The default value, such as Sj+1; the SF field is set to "1".
在这种情况下,在步骤101中对该待传输数据进行分割后,还可对分割后的第2个分段进行封装,其封装结构如图3C所示,该SN字段为Si+1+1,即Si+2;SF字段设置为“1”,如图3C所示,RLC PDU为图3B的RLC PDU分割后的第2个分段。In this case, after the data to be transmitted is divided in step 101, the second segment after the segmentation may be encapsulated. The package structure is as shown in FIG. 3C, and the SN field is Si+1+. 1, that is, Si+2; the SF field is set to "1". As shown in FIG. 3C, the RLC PDU is the second segment after the RLC PDU of FIG. 3B is divided.
这样,在接收端接收到传输数据后,可根据SN字段的序号和SF字段的指示对接收到的数据进行组装,可进一步节省接收端的处理时间。In this way, after the receiving end receives the transmission data, the received data can be assembled according to the sequence number of the SN field and the indication of the SF field, which can further save the processing time of the receiving end.
下面以发送端为用户设备、该SF字段用“0”或“1”指示为例对本实施例的数据处理方法进行详细说明。例如,在该SF字段是0时,指示该待传输数据未经分割,或者指示该待传输数据经分割且为分割后的第1个分段;在该SF字段是1时,指示该待传输数据经分割且非分割后的第1个分段。The data processing method of this embodiment will be described in detail below with the sending end as the user equipment and the SF field being indicated by "0" or "1" as an example. For example, when the SF field is 0, it indicates that the data to be transmitted is not divided, or indicates that the data to be transmitted is divided and is the first segment after the segmentation; when the SF field is 1, the to-be-transmitted is indicated. The first segment of the data that is split and not split.
图4是本发明实施例1的数据处理方法流程图。如图4所示,该方法包括:4 is a flow chart of a data processing method according to Embodiment 1 of the present invention. As shown in FIG. 4, the method includes:
步骤401,RLC层接收上层(如PDCP)层递交的数据; Step 401, the RLC layer receives data submitted by an upper layer (such as a PDCP) layer;
在本实施例中,该数据为RLC SDU。 In this embodiment, the data is an RLC SDU.
步骤402,对接收到的数据进行封装;Step 402: Encapsulate the received data.
在本实施例中,为接收到的RLC SDU添加RLC报头,以封装该数据,该RLC报头至少包括SN字段和SF字段,具体含义如上所述,其中SN字段的序号可按照接收的数据顺序编号,例如,共接收了n个数据,该n个数据的SN字段可按照顺序分别设为1、2、……、n-1、n,n为正整数;该SF字段均设为0,如图2A和图3A所示。In this embodiment, an RLC header is added to the received RLC SDU to encapsulate the data. The RLC header includes at least an SN field and an SF field, and the specific meaning is as described above, wherein the sequence number of the SN field may be sequentially numbered according to the received data. For example, a total of n data are received, and the SN fields of the n data can be set to 1, 2, ..., n-1, n, respectively, in the order of being a positive integer; the SF fields are all set to 0, such as 2A and 3A are shown.
步骤403,将已封装的数据进行缓存;Step 403: Cache the encapsulated data.
这样,可在触发了数据传输并指示传输块(TB)大小的情况,对缓存的数据进行处理,具体参见以下说明。In this way, the buffered data can be processed in the case where the data transmission is triggered and the size of the transport block (TB) is indicated, as described below.
步骤404,判断是否取得一次数据传输指示以及传输块大小,在判断结果为是时,执行步骤405;否则继续判断; Step 404, it is determined whether a data transmission indication and a transmission block size are obtained. When the determination result is yes, step 405 is performed; otherwise, the determination is continued;
在本实施例中,在基站为该用户设备分配传输资源,可触发MAC层指示的数据传输和传输块大小。In this embodiment, the base station allocates transmission resources to the user equipment, and may trigger data transmission and transmission block size indicated by the MAC layer.
步骤405,判断当前待传输数据的尺寸是否大于本次传输中的可用传输块大小,在判断结果为是时,执行步骤406;否则执行步骤413; Step 405, it is determined whether the size of the current data to be transmitted is greater than the available transport block size in the current transmission, when the determination result is yes, step 406 is performed; otherwise, step 413 is performed;
在本实施例中,该当前待传输数据是缓存在缓存器中的已封装的数据,如是第i个已封装数据,其SN字段=i;其SF字段为0,如图2A或3A所示,指示该数据未经分割;该可用传输块可为基站为该用户分配配置的全部的资源或者剩余的资源;例如,在本次传输机会中,在当前待传输数据是第一个RLC PDU时,该可用传输块对应本次传输机会的全部的资源;在本次传输机会中,在RLC层递交给MAC层待传输的一个或多个RLC PDU后,即在当前待传输数据之前,已有一个或多个RLC PDU使用了基站为该用户设备分配的资源,如果基站为用户设备分配的资源中还存在剩余资源,则在本次传输机会中该可用传输块为剩余的资源。In this embodiment, the current to-be-transmitted data is encapsulated data buffered in the buffer, such as the i-th encapsulated data, and its SN field=i; its SF field is 0, as shown in FIG. 2A or 3A. Indicates that the data is undivided; the available transport block may allocate all configured resources or remaining resources for the user to the user; for example, in the current transmission opportunity, when the current data to be transmitted is the first RLC PDU The available transport block corresponds to all the resources of the current transmission opportunity; in the current transmission opportunity, after the RLC layer submits one or more RLC PDUs to be transmitted to the MAC layer, that is, before the data to be transmitted yet, The one or more RLC PDUs use the resources allocated by the base station for the user equipment. If the remaining resources exist in the resources allocated by the base station for the user equipment, the available transport blocks are the remaining resources in the current transmission opportunity.
步骤406,对该当前待传输数据进行分割,使得分割后的第1个分段的尺寸小于或等于该可用传输块大小,并且在该第1个分段中保留该RLC报头;Step 406: Perform segmentation on the current data to be transmitted, so that the size of the segmented first segment is less than or equal to the available transport block size, and the RLC header is reserved in the first segment.
在本实施例中,如果在步骤405中,该当前待传输数据的RLC报头的SF字段为0,并指示未经分割,则分割后的第1个分段保留的RLF报头中SF字段仍为0,但指示数据经分割且为分割后的第1个分段。In this embodiment, if the SF field of the RLC header of the current data to be transmitted is 0 in step 405, and indicates that the segmentation is not performed, the SF field in the RLF header reserved in the first segment after the segmentation is still 0, but indicates that the data is split and is the first segment after the segmentation.
步骤407,利用该可用传输块发送该第1个分段。 Step 407, transmitting the first segment by using the available transport block.
步骤408,为分割后的第2个分段添加RLC报头; Step 408, adding an RLC header to the second segment after the segmentation;
在本实施例中,该RLC报头的SN字段的序号设置为所该传输数据的序号加上预设值,即SN字段=i+预设值;该SF字段设置为“1”,如图2B和3B所示;在本实施例中该预设值可取为1,但本发明实施例不限于此,此处不再一一列举。In this embodiment, the sequence number of the SN field of the RLC header is set to the sequence number of the transmitted data plus a preset value, that is, the SN field=i+preset value; the SF field is set to “1”, as shown in FIG. 2B. It is shown in FIG. 3B; in this embodiment, the preset value may be taken as 1, but the embodiment of the present invention is not limited thereto, and is not enumerated here.
步骤409,将添加了RLC报头的第2个分段进行缓存; Step 409, the second segment to which the RLC header is added is cached.
这样,可在下一次指示数据传输时将已封装的该第2个分段作为待传输数据进行处理。In this way, the second segment that has been encapsulated can be processed as data to be transmitted the next time the data transmission is indicated.
步骤410,判断是否还缓存有其他的待传输数据;在判断结果为是时,执行步骤411,否则执行步骤412。In step 410, it is determined whether other data to be transmitted is still buffered; when the determination result is yes, step 411 is performed; otherwise, step 412 is performed.
步骤411,修改已存的其他已添加RLC报头的SN字段的序号,修改后的序号为当前序号加上预设值;Step 411: Modify the sequence number of the SN field of the other added RLC headers, and the modified sequence number is the current sequence number plus a preset value;
例如,将第i+1的RLC报头的SN字段的序号由当前的i+1,改为i+1+预设值,如该预设值取1;对于其他的缓存数据,处理方式类似,此处不再一一赘述。For example, the sequence number of the SN field of the i+1th RLC header is changed from the current i+1 to the i+1+preset value, if the preset value is 1; for other cached data, the processing manner is similar. I will not repeat them here.
这样,可避免待传输数据序号重复,有利于接收端根据该序号对接收的传输数据进行组装。In this way, the serial number of the data to be transmitted can be avoided, which is advantageous for the receiving end to assemble the received transmission data according to the serial number.
步骤412,判断是否还有待传输数据;在判断结果为是时,返回步骤404进一步进行判断,等待下一次传输指示;否则过程结果。 Step 412, it is judged whether there is still data to be transmitted; when the judgment result is YES, the process returns to step 404 to further judge, waiting for the next transmission instruction; otherwise, the process result.
步骤413,在步骤405中,在判断结果为否时,可利用该可用传输块传输该当前待传输数据; Step 413, in step 405, when the determination result is no, the available transport block can be used to transmit the current data to be transmitted;
例如,该RLC层将该RLC PDU递交给MAC层,使用该可用传输块传输该当前待传输数据。For example, the RLC layer delivers the RLC PDU to the MAC layer, and uses the available transport block to transmit the current data to be transmitted.
在步骤413后,执行步骤412,进一步进行判断。After step 413, step 412 is performed to further determine.
在本实施例中,上述步骤执行的顺序可调整,并且有些步骤可省略,例如,步骤407可在步骤406后完成即可,不限于在步骤406和408之间完成;此外,步骤401至403可省略,在已对数据进行封装并进行缓存的情况,直接可从缓存器中取得待传输数据,可省略上述步骤。In this embodiment, the order in which the above steps are performed may be adjusted, and some steps may be omitted. For example, step 407 may be completed after step 406, and is not limited to being completed between steps 406 and 408; further, steps 401 to 403 are performed. It can be omitted. In the case where the data has been encapsulated and cached, the data to be transmitted can be directly obtained from the buffer, and the above steps can be omitted.
在本实施例中,在步骤412中,在判断结果为是时,回到步骤404,此时该当前待传输数据可以是已封装的上层递交的数据,也可以是分割后的非第1个分段。在该待传输数据是经分割的传输数据的非第1个分段时,在步骤404中判断结果为是时, 其后续的处理方式与上述类似,不同之处在于:In this embodiment, in step 412, when the determination result is yes, the process returns to step 404. At this time, the current data to be transmitted may be the encapsulated upper layer submitted data, or may be the divided non-first one. Segmentation. When the data to be transmitted is a non-first segment of the divided transmission data, when the determination result is YES in step 404, The subsequent processing is similar to the above, except that:
该当前待传输数据的SF字段为“1”;并且在步骤408中,分割后的第2个分段的RLC报头的SF字段设置为“1”,如图3C所示。The SF field of the current data to be transmitted is "1"; and in step 408, the SF field of the RLC header of the divided second segment is set to "1" as shown in FIG. 3C.
这样,上层递交给RLC层的数据可以不被分割、或者被分割为至少2段,每个分段数据的RLC报头都可包含SN字段和SF字段,这样,接收端可以根据接收的每个数据的SN字段和SF字段的指示对接收的数据进行处理。In this way, the data submitted by the upper layer to the RLC layer may not be divided or divided into at least two segments, and the RLC header of each segment data may include an SN field and an SF field, so that the receiving end can receive each data according to the received data. The indication of the SN field and the SF field processes the received data.
图5是实施例1的数据分割示意图。如图5所示,存储在缓存中的已封装数据;在对当前SN=i的数据进行处理时,对该数据进行分割,将分割后的第2个分段存入缓存器,其SN字段的序号设置为SN=i+1;此时,将缓存的其他数据的SN字段的序号进行修改,如图5所示。Fig. 5 is a schematic diagram showing the data division of the first embodiment. As shown in FIG. 5, the encapsulated data stored in the cache; when processing the current SN=i data, the data is divided, and the divided second segment is stored in the buffer, and the SN field thereof The sequence number is set to SN=i+1; at this time, the sequence number of the SN field of other data that is cached is modified, as shown in FIG. 5.
由本实施例可知,发送端可在未指示传输块的大小之前对上层传递的数据进行封装,然后根据可用传输资源的情况对该封装的数据进行处理,以保证在充分利用传输资源的情况下,显著降低数据包处理时延。According to the embodiment, the transmitting end may encapsulate the data transmitted by the upper layer before indicating the size of the transport block, and then process the encapsulated data according to the available transmission resources to ensure that the transmission resource is fully utilized. Significantly reduce packet processing latency.
实施例2Example 2
图6是本发明实施例2的数据处理方法的示意图。该方法用于接收端,如基站侧,如图6所示,该方法包括:Figure 6 is a diagram showing a data processing method according to a second embodiment of the present invention. The method is used at the receiving end, such as the base station side, as shown in FIG. 6, the method includes:
步骤601,根据接收的传输数据的RLC报头包含的序列号(SN)字段和分割标识(SF)字段的指示来处理该传输数据;Step 601: Process the transmission data according to an indication of a sequence number (SN) field and a segmentation identifier (SF) field included in an RLC header of the received transmission data.
该RLC报头至少包含SN字段和SF字段,该SN字段用于指示该传输数据的序号,该SF字段用于指示该传输数据是否经过分割,或者在该传输数据经分割时,用于指示是否为分割后的第1个分段。The RLC header includes at least an SN field, which is used to indicate a sequence number of the transmission data, and an SF field, where the SF field is used to indicate whether the transmission data is divided, or is used to indicate whether the transmission data is divided. The first segment after the segmentation.
由上述实施例可知,通过在发送端对传输数据进行分割,并且添加包含SN字段和SF字段的RLC报头,使得接收端根据该RLC报头指示的信息对数据进行组装,方法简单,提高了处理数据的效率。It can be seen from the above embodiment that by dividing the transmission data at the transmitting end and adding the RLC header including the SN field and the SF field, the receiving end assembles the data according to the information indicated by the RLC header, and the method is simple, and the processing data is improved. s efficiency.
在本实施例中,为了进一步提高处理数据的效率,在步骤601之前,可选地,该方法还可包括步骤602:按照接收的传输数据包含的RLC报头中的SN字段指示的序号的顺序对接收的传输数据进行排序;并且在步骤601中,可基于排序结果依次对接收的传输数据进行处理。 In this embodiment, in order to further improve the efficiency of processing data, before step 601, optionally, the method may further include step 602: in the order of the sequence numbers indicated by the SN field in the RLC header included in the received transmission data. The received transmission data is sorted; and in step 601, the received transmission data may be sequentially processed based on the ranking result.
图7是实施例2中步骤601的对传输数据进行处理的示意图。如图7所示,在步骤601中,对每个传输数据进行处理时,包括:FIG. 7 is a schematic diagram of processing of transmission data in step 601 in the second embodiment. As shown in FIG. 7, in step 601, when processing each transmission data, the method includes:
步骤701,根据当前传输数据的RLC报头的SF字段、和/或根据与该当前传输数据的RLC报头的SN字段指示的序号相邻的传输数据的RLC报头的SF字段确定该当前传输数据是未经分割的数据还是经分割的数据;Step 701: Determine, according to the SF field of the RLC header of the current transmission data, and/or the SF field of the RLC header of the transmission data adjacent to the sequence number indicated by the SN field of the RLC header of the current transmission data, the current transmission data is not The segmented data is still segmented data;
步骤702,在确定该当前传输数据是未经分割的数据时,去掉该当前传输数据的RLC报头;Step 702: When it is determined that the current transmission data is undivided data, the RLC header of the current transmission data is removed;
步骤703,在确定该当前传输数据是经分割的数据时,根据与该当前传输数据邻近的至少一个传输数据的RLC报头的SF字段对经分割的数据进行组装。Step 703: When it is determined that the current transmission data is the divided data, the segmented data is assembled according to an SF field of an RLC header of at least one transmission data adjacent to the current transmission data.
在本实施例中,在步骤701中,在该当前传输数据和与其相邻的传输数据的RLC报头的SF字段均指示传输数据未经分割或者指示传输数据经分割且为分割后的第1个分段时,确定该当前传输数据是未经分割的数据。In this embodiment, in step 701, the SF field of the RLC header of the current transmission data and the transmission data adjacent thereto indicates that the transmission data is not divided or indicates that the transmission data is divided and is the first segment after the division. When segmenting, it is determined that the current transmission data is unsplit data.
在本实施例中,在步骤701中,在该当前传输数据的RLC报头的SF字段指示该当前传输数据未经分割或者指示该当前传输数据经分割且为分割后的第1分段,且与该当前传输数据相邻的传输数据的SF字段指示该传输数据经分割且为非第1个分段时,确定该当前传输数据是经分割的数据。In this embodiment, in step 701, the SF field of the RLC header of the current transmission data indicates that the current transmission data is not segmented or indicates that the current transmission data is segmented and is the first segment after segmentation, and The SF field of the transmission data adjacent to the current transmission data indicates that the transmission data is divided and is not the first segment, and it is determined that the current transmission data is the segmented data.
在本实施例中,在步骤701中,在该当前传输数据的RLC报头的SF字段指示该当前传输数据经分割且非分割后的第1个字段时,确定该当前传输数据是经分割的数据,且为分割后的非第1个字段。In this embodiment, in step 701, when the SF field of the RLC header of the current transmission data indicates the first field of the current transmission data that is divided and not divided, it is determined that the current transmission data is the divided data. And is the non-first field after the split.
在本实施例中,在步骤701中,与该当前传输数据相邻的传输数据是指紧随其后的数据,可根据传输数据的RLC报头的SN字段指示的序号确定,例如,当前传输数据的SN字段为i时,与其相邻的传输数据的SN字段为i+预设值,如i+1。In this embodiment, in step 701, the transmission data adjacent to the current transmission data refers to the data immediately following, and may be determined according to the sequence number indicated by the SN field of the RLC header of the transmission data, for example, the current transmission data. When the SN field is i, the SN field of the transmission data adjacent thereto is i+preset value, such as i+1.
在本实施例中,在步骤703中,与该当前传输数据邻近的数据可以是其后的至少一个数据,和/或其前面的至少一个数据,根据传输数据的RLC报头的SN字段指示的序号确定,并且邻近的数据的数量可由该当前传输数据和邻近数据的SF字段的指示来确定。In this embodiment, in step 703, the data adjacent to the current transmission data may be at least one subsequent data, and/or at least one of the data in front thereof, according to the sequence number indicated by the SN field of the RLC header of the transmission data. The determination, and the amount of adjacent data, may be determined by an indication of the SF field of the current transmission data and the neighboring data.
在本实施例中,该RLC报头中的SF字段可用一个标识符来表示。例如,可用0或1表示。如在该标识符是0时,指示该待传输数据未经分割,或者指示该待传输数据经分割且为分割后的第1个分段;在该标识符是1时,指示该待传输数据经分割且 非分割后的第1个分段;反之亦然。In this embodiment, the SF field in the RLC header can be represented by an identifier. For example, it can be represented by 0 or 1. For example, when the identifier is 0, indicating that the data to be transmitted is not divided, or indicating that the data to be transmitted is divided and is the first segment after the segmentation; when the identifier is 1, indicating the data to be transmitted Segmented and The first segment after non-segmentation; vice versa.
下面以SF字段为0或1、且“0”用于指示该传输数据未经分割,或者指示该待传输数据经分割且为分割后的第1个分段;“1”用于指示该待传输数据经分割且非分割后的第1个分段为例进行说明。The SF field is 0 or 1 and "0" is used to indicate that the transmission data is not divided, or the data to be transmitted is divided and is the first segment after the segmentation; "1" is used to indicate the to-be-segment The first segment in which the transmission data is divided and not divided is described as an example.
例1,在该当前传输数据的RLC报头的SF字段为“0”、且与其相邻的传输数据的RLC报头的SF字段也为“0”,则确定该当前传输数据为未分割的数据,这样可直接去掉该RLC报头。此外,还可将去掉RLC报头的数据部分递交给上层协议(如PDCP层)。In the example 1, when the SF field of the RLC header of the current transmission data is “0” and the SF field of the RLC header of the transmission data adjacent thereto is also “0”, it is determined that the current transmission data is undivided data. This can directly remove the RLC header. In addition, the data portion from which the RLC header is removed may be submitted to an upper layer protocol (such as the PDCP layer).
例2,在该当前传输数据的RLC报头的SF字段为“0”,且与其相邻的传输数据的RLC报头的SF字段为“1”时,可确定该当前传输数据为经分割数据且为分割后的第1个分段。这样,可根据该当前数据的SN字段的序号,将与其SN字段的序号邻近的至少一个传输数据进行组装,这些邻近的传输数据可根据其SF字段确定,例如,如图8所示,该当前传输数据的RLC报头的SN字段的序号为i,则其后的序号为i+1、i+2、i+3、i+4、i+5的传输数据的SF字段均指示“1”,则将该当前传输数据与序号从i+1到i+5的传输数据进行组装。In example 2, when the SF field of the RLC header of the current transmission data is “0”, and the SF field of the RLC header of the transmission data adjacent thereto is “1”, the current transmission data may be determined to be the divided data and The first segment after the segmentation. In this way, at least one transmission data adjacent to the sequence number of the SN field may be assembled according to the sequence number of the SN field of the current data, and the adjacent transmission data may be determined according to its SF field, for example, as shown in FIG. The sequence number of the SN field of the RLC header of the transmitted data is i, and the SF field of the transmission data whose sequence numbers are i+1, i+2, i+3, i+4, and i+5 all indicate "1". Then, the current transmission data is assembled with the transmission data of the sequence number from i+1 to i+5.
例3,在该当前传输数据的RLC报头的SF字段为“1”时,可确定该当前传输数据为分割后的非第1段数据。这样,可根据该当前数据的SN字段的序号,将与其SN字段的序号邻近的之前和之后的至少一个传输数据进行组装,这些邻近的传输数据可根据其SF字段确定,例如,如图9所示,该当前传输数据的RLC报头的SN字段的序号为i,则其后的序号为i+1、i+2的传输数据的SF字段均指示“1”,序号i+3的传输数据的SF字段指示“0”,其前的序号i-1、i-2的传输数据的SF字段均指示“1”,序号i-3的传输数据的SF字段指示“0”,则将序号从i-3到i+2的传输数据进行组装。In example 3, when the SF field of the RLC header of the current transmission data is "1", it may be determined that the current transmission data is the divided non-first segment data. In this way, at least one transmission data before and after the sequence number of the SN field is assembled according to the sequence number of the SN field of the current data, and the adjacent transmission data can be determined according to its SF field, for example, as shown in FIG. It is shown that the sequence number of the SN field of the RLC header of the current transmission data is i, and then the SF field of the transmission data whose sequence number is i+1, i+2 indicates "1", and the transmission data of the sequence number i+3 The SF field indicates "0", the SF field of the transmission data of the preceding sequence numbers i-1, i-2 all indicate "1", and the SF field of the transmission data of the sequence number i-3 indicates "0", then the sequence number is from i -3 to i+2 transfer data for assembly.
图10是图9的特例,在当前传输数据的紧随其后的传输数据的SF字段指示“0”时,将该当前数据和之前的从i-5到i-1的数据进行组装。FIG. 10 is a specific example of FIG. 9. When the SF field of the transmission data immediately following the current transmission data indicates "0", the current data and the previous data from i-5 to i-1 are assembled.
在本实施例中,为了提高数据处理的效率,可先执行步骤602,对接收的传输数据根据SN字段的序号进行排序,然后根据先后顺序对每个传输数据进行组装,这样可提高处理效率,节省时间。In this embodiment, in order to improve the efficiency of data processing, step 602 may be performed first, and the received transmission data is sorted according to the sequence number of the SN field, and then each transmission data is assembled according to the sequence, thereby improving processing efficiency. save time.
实施例3 Example 3
本实施例3提供了一种数据处理装置,由于该装置解决问题的原理与实施例1的方法类似,因此其具体的实施可以参考实施例1的方法的实施,内容相同之处不再重复说明。The third embodiment of the present invention provides a data processing device. The principle of the device is similar to that of the first embodiment. Therefore, the specific implementation may refer to the implementation of the method in the first embodiment. .
图11是本实施例3的数据处理装置的示意图。如图11所示,装置1100包括:Figure 11 is a diagram showing the data processing apparatus of the third embodiment. As shown in FIG. 11, the device 1100 includes:
数据分割单元1101,其用于在触发数据传输时,在已添加无线链路控制(RLC)报头的待传输数据的尺寸大于本次传输中的可用传输块大小时,对该待传输数据进行分割,使得分割后的第1个分段的尺寸小于或等于该可用传输块大小,并且在该第1个分段中保留该RLC报头;a data dividing unit 1101, configured to split the data to be transmitted when the size of the data to be transmitted that has been added to the radio link control (RLC) header is greater than the available transport block size in the current transmission when the data transmission is triggered. So that the size of the segmented first segment is less than or equal to the available transport block size, and the RLC header is retained in the first segment;
该RLC报头至少包含序列号(SN)字段和分割标识(SF)字段,该SN字段用于指示该待传输数据的序号,该SF字段用于指示该待传输数据是否经过分割,或者用于指示在该待传输数据经分割时,是否为分割后的第1个分段。The RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field, the SN field is used to indicate a sequence number of the data to be transmitted, and the SF field is used to indicate whether the data to be transmitted is divided, or used to indicate Whether the data to be transmitted is divided, whether it is the first segment after the division.
由本实施例可知,在指示传输块的大小时,根据可用传输资源的情况对已封装的数据进行处理,以保证在充分利用传输资源的情况下,显著降低数据包处理时延。It can be seen from the embodiment that when indicating the size of the transport block, the encapsulated data is processed according to the available transmission resources to ensure that the packet processing delay is significantly reduced in the case of fully utilizing the transmission resources.
在本实施例中,在将该待传输数据分割为2个分段时,如图11所示,可选地,装置1100还包括第一封装单元1102,其用于为分割后的第2个分段添加RLC报头;该RLC报头至少包含序列号(SN)字段和分割标识(SF)字段;该SN字段的序号设置为该待传输数据的序号加上预设值,该SF字段设置为指示该第2个分段的数据经过分割且非第1个分段。In this embodiment, when the data to be transmitted is divided into two segments, as shown in FIG. 11, optionally, the device 1100 further includes a first encapsulating unit 1102, which is used for the second segment after the segmentation. Adding an RLC header to the segment; the RLC header includes at least a sequence number (SN) field and a split identifier (SF) field; the sequence number of the SN field is set to a sequence number of the data to be transmitted plus a preset value, and the SF field is set to indicate The data of the second segment is divided and not the first segment.
在本实施例中,如图11所示,装置1100还包括缓存单元1103,其用于将添加了LRC报头的第2个分段进行缓存。这样,在获得下一次的数据传输指示后,对该已封装的数据进行处理,从而大幅度降低处理时延。In this embodiment, as shown in FIG. 11, the apparatus 1100 further includes a buffer unit 1103 for buffering the second segment to which the LRC header is added. In this way, after the next data transmission instruction is obtained, the encapsulated data is processed, thereby greatly reducing the processing delay.
在本实施例中,如图11所示,可选地,装置1100还包括更新单元1104,其用于修改已存的其他已添加RLC报头的SN字段的序号,修改后的序号为当前序号加上该预设值。In this embodiment, as shown in FIG. 11, optionally, the apparatus 1100 further includes an updating unit 1104, which is used to modify the sequence number of the SN field of the other added RLC headers, and the modified sequence number is the current serial number plus The preset value is up.
在本实施例中,装置1100还包括发送单元(未示出),其用于利用该可用传输块发送分割后的所述第1个分段。In the present embodiment, the apparatus 1100 further includes a transmitting unit (not shown) for transmitting the segmented first segment using the available transport block.
在本实施例中,该RLC报头中的SF字段用一个标识符来表示。具体如实施例1所述,将其内容合并于此,此处不再赘述。In this embodiment, the SF field in the RLC header is represented by an identifier. Specifically, as described in Embodiment 1, the content thereof is incorporated herein, and details are not described herein again.
在本实施例中,如图11所示,在该待传输数据为上层传递的服务数据单元时, 可选地,装置1100还包括第二封装单元1105,其用于在MAC层触发数据传输之前,为该待传输数据添加该RLC报头,并且该RLC报头的SF字段设置为指示该待传输数据未经分割。此外,还可将第二封装单元1105封装的数据存入缓存单元1103中。In this embodiment, as shown in FIG. 11, when the data to be transmitted is a service data unit transmitted by an upper layer, Optionally, the apparatus 1100 further includes a second encapsulating unit 1105, configured to add the RLC header for the to-be-transmitted data before the MAC layer triggers data transmission, and the SF field of the RLC header is set to indicate that the data to be transmitted is not Segmented. In addition, the data encapsulated by the second package unit 1105 can also be stored in the cache unit 1103.
在本实施例中还提供一种用户设备,该用户设备配置有如前所述的数据处理装置1100。Also provided in this embodiment is a user equipment configured with the data processing apparatus 1100 as described above.
图12是本发明实施例的用户设备的构成示意图。如图12所示,用户设备1200可以包括:中央处理器(CPU)1201和存储器1202;存储器1202耦合到中央处理器1201。其中该存储器1202可存储各种数据;此外还存储数据处理的程序,并且在中央处理器1201的控制下执行该程序,以对待传输数据进行处理。FIG. 12 is a schematic structural diagram of a user equipment according to an embodiment of the present invention. As shown in FIG. 12, user equipment 1200 can include a central processing unit (CPU) 1201 and a memory 1202; and a memory 1202 coupled to central processing unit 1201. The memory 1202 can store various data; in addition, a program for data processing is stored, and the program is executed under the control of the central processing unit 1201 to process the data to be transmitted.
在一个实施方式中,数据处理装置1100的功能可以被集成到中央处理器1201中。其中,中央处理器1201可以被配置为实现实施例1所述的数据处理方法。In one embodiment, the functionality of data processing apparatus 1100 can be integrated into central processor 1201. The central processing unit 1201 may be configured to implement the data processing method described in Embodiment 1.
例如,中央处理器1201可以被配置为:在触发数据传输时,在已添加无线链路控制(RLC)报头的待传输数据的尺寸大于本次传输中的可用传输块大小时,对该待传输数据进行分割,使得分割后的第1个分段的尺寸小于或等于该可用传输块大小,并且在该第1个分段中保留该RLC报头;For example, the central processing unit 1201 may be configured to: when triggering data transmission, when the size of the data to be transmitted that has been added to the radio link control (RLC) header is larger than the available transport block size in the current transmission, the to-be-transmitted Dividing the data such that the size of the segmented first segment is less than or equal to the available transport block size, and retaining the RLC header in the first segment;
该RLC报头至少包含序列号(SN)字段和分割标识(SF)字段,该SN字段用于指示该待传输数据的序号,该SF字段用于指示该待传输数据是否经过分割,或者用于指示在该待传输数据经分割时,是否为分割后的第1个分段。The RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field, the SN field is used to indicate a sequence number of the data to be transmitted, and the SF field is used to indicate whether the data to be transmitted is divided, or used to indicate Whether the data to be transmitted is divided, whether it is the first segment after the division.
在另一个实施方式中,上述数据处理装置1100可以与中央处理器1201分开配置,例如,可以将数据处理装置1100配置为与中央处理器1201连接的芯片,如图12所示的数据处理单元,通过中央处理器1201的控制来实现数据处理装置1100的功能。In another embodiment, the data processing apparatus 1100 may be configured separately from the central processing unit 1201. For example, the data processing apparatus 1100 may be configured as a chip connected to the central processing unit 1201, such as the data processing unit shown in FIG. The functions of the data processing device 1100 are implemented by the control of the central processing unit 1201.
此外,如图12所示,用户设备1200还可以包括:通信模块1203、输入单元1204、显示器1206、音频处理器1205、天线1207和电源1208等。其中,上述部件的功能与现有技术类似,此处不再赘述。值得注意的是,用户设备1200也并不是必须要包括图12中所示的所有部件;此外,用户设备1200还可以包括图12中没有示出的部件,可以参考现有技术。In addition, as shown in FIG. 12, the user equipment 1200 may further include: a communication module 1203, an input unit 1204, a display 1206, an audio processor 1205, an antenna 1207, a power source 1208, and the like. The functions of the above components are similar to those of the prior art, and are not described herein again. It should be noted that the user equipment 1200 does not necessarily have to include all the components shown in FIG. 12; in addition, the user equipment 1200 may also include components not shown in FIG. 12, and reference may be made to the prior art.
通过本实施例的用户设备,可在指示传输块的大小时,根据可用传输资源的情况对已封装的数据进行处理,以保证在充分利用传输资源的情况下,显著降低数据包处理时延。 With the user equipment of this embodiment, when the size of the transport block is indicated, the encapsulated data is processed according to the available transmission resources to ensure that the packet processing delay is significantly reduced in the case of fully utilizing the transmission resources.
实施例4Example 4
本实施例4提供了一种数据处理装置,由于该装置解决问题的原理与实施例2的方法类似,因此其具体的实施可以参考实施例2的方法的实施,内容相同之处不再重复说明。The fourth embodiment of the present invention provides a data processing device. The principle of the device is similar to that of the second embodiment. Therefore, the specific implementation may refer to the implementation of the method in the second embodiment. .
图13是本实施例4的数据处理装置的示意图。如图13所示,装置1300包括:Figure 13 is a diagram showing the data processing apparatus of the fourth embodiment. As shown in FIG. 13, the apparatus 1300 includes:
处理单元1301,其用于根据接收的传输数据的RLC报头包含的序列号(SN)字段和分割标识(SF)字段的指示来处理所述传输数据;The processing unit 1301 is configured to process the transmission data according to an indication of a sequence number (SN) field and a segmentation identifier (SF) field included in an RLC header of the received transmission data;
该RLC报头至少包含SN字段和SF字段,该SN字段用于指示该传输数据的序号,该SF字段用于指示该传输数据是否经过分割,或者在该传输数据经分割时,用于指示是否为分割后的第1个分段。The RLC header includes at least an SN field, which is used to indicate a sequence number of the transmission data, and an SF field, where the SF field is used to indicate whether the transmission data is divided, or is used to indicate whether the transmission data is divided. The first segment after the segmentation.
由本实施例可知,通过在发送端对传输数据进行分割,并且添加包含SN字段和SF字段的RLC报头,使得接收端根据该RLC报头指示的信息对数据进行组装,方法简单,提高了处理数据的效率。It can be seen that, by dividing the transmission data at the transmitting end, and adding the RLC header including the SN field and the SF field, the receiving end assembles the data according to the information indicated by the RLC header, and the method is simple, and the processing data is improved. effectiveness.
在本实施例中,可选地,装置1300还包括排序单元1302,其用于按照该RLC报头中的SE字段指示的序号的顺序对接收的传输数据进行排序。并且处理单元1301用于根据排序单元1302的排序结果依次对排序后的传输数据进行处理。这样可进一步提高处理效率。In this embodiment, optionally, the apparatus 1300 further includes a sorting unit 1302, configured to sort the received transmission data in the order of the sequence numbers indicated by the SE field in the RLC header. And the processing unit 1301 is configured to sequentially process the sorted transmission data according to the sorting result of the sorting unit 1302. This can further improve the processing efficiency.
在本实施例中,在对当前一个传输数据进行处理时,处理单元1301包括:In this embodiment, when processing the current one transmission data, the processing unit 1301 includes:
判断单元1401,其用于根据当前传输数据的RLC报头的SF字段、和/或根据与该当前传输数据的RLC报头的SN字段指示的序号相邻的传输数据的RLC报头的SF字段确定该当前传输数据是未经分割的数据还是经分割的数据;a determining unit 1401, configured to determine, according to an SF field of an RLC header of the current transmission data, and/or an SF field according to an RLC header of the transmission data adjacent to the sequence number indicated by the SN field of the RLC header of the current transmission data Whether the transmitted data is undivided data or segmented data;
数据处理单元1402,其用于在确定该当前传输数据是未经分割的数据时,去掉该当前传输数据的RLC报头;或者,a data processing unit 1402, configured to: when determining that the current transmission data is undivided data, remove the RLC header of the current transmission data; or
在确定该当前传输数据是经分割的数据时,根据与该当前传输数据的RLC报头的SN字段指示的序号邻近的至少一个传输数据的RLC报头SF字段对经分割的数据进行组装。When it is determined that the current transmission data is the divided data, the segmented data is assembled according to an RLC header SF field of at least one transmission data adjacent to a sequence number indicated by an SN field of the RLC header of the current transmission data.
在本实施例中,判断单元1401判断该当前传输数据是未经分割的数据还是经分割的数据的方法如实施例2所述,将其内容合并于此,此处不再赘述。 In the embodiment, the method for determining whether the current transmission data is undivided data or the divided data is as described in Embodiment 2, and the content thereof is incorporated herein, and details are not described herein again.
在本实施例中,数据处理单元1402对当前传输数据的处理方法如实施例2所述,将其内容合并于此,此处不再赘述。In this embodiment, the data processing unit 1402 processes the current transmission data as described in Embodiment 2, and the content thereof is incorporated herein, and details are not described herein again.
在本实施例中还提供一种基站,该基站配置有如前所述的数据处理装置1300。Also provided in this embodiment is a base station configured with a data processing apparatus 1300 as previously described.
图15是本发明实施例的基站的构成示意图。如图15所示,基站1500可以包括:中央处理器(CPU)1501和存储器1502;存储器1502耦合到中央处理器1501。其中该存储器1502可存储各种数据;此外还存储数据处理的程序,并且在中央处理器1501的控制下执行该程序,以对接收的传输数据进行组装。FIG. 15 is a schematic diagram showing the structure of a base station according to an embodiment of the present invention. As shown in FIG. 15, base station 1500 can include a central processing unit (CPU) 1501 and a memory 1502; and memory 1502 is coupled to central processing unit 1501. The memory 1502 can store various data; in addition, a program for data processing is stored, and the program is executed under the control of the central processing unit 1501 to assemble the received transmission data.
在一个实施方式中,数据处理装置1300的功能可以被集成到中央处理器1501中。其中,中央处理器1501可以被配置为实现实施例2所述的数据处理方法。In one embodiment, the functionality of data processing apparatus 1300 can be integrated into central processor 1501. The central processing unit 1501 may be configured to implement the data processing method described in Embodiment 2.
例如,中央处理器1501可以被配置为:用于根据接收的传输数据的RLC报头包含的序列号(SN)字段和分割标识(SF)字段的指示来处理该传输数据;For example, the central processing unit 1501 may be configured to: process the transmission data according to an indication of a sequence number (SN) field and a segmentation identifier (SF) field included in an RLC header of the received transmission data;
该RLC报头至少包含SN字段和SF字段,该SN字段用于指示该传输数据的序号,该SF字段用于指示该传输数据是否经过分割,或者在该传输数据经分割时,用于指示是否为分割后的第1个分段。The RLC header includes at least an SN field, which is used to indicate a sequence number of the transmission data, and an SF field, where the SF field is used to indicate whether the transmission data is divided, or is used to indicate whether the transmission data is divided. The first segment after the segmentation.
在另一个实施方式中,上述数据处理装置1300可以与中央处理器1501分开配置,例如,可以将数据处理装置1300配置为与中央处理器1501连接的芯片,如图15所示的数据处理单元,通过中央处理器1501的控制来实现数据处理装置1300的功能。In another embodiment, the data processing apparatus 1300 may be configured separately from the central processing unit 1501. For example, the data processing apparatus 1300 may be configured as a chip connected to the central processing unit 1501, such as the data processing unit shown in FIG. The function of the data processing device 1300 is realized by the control of the central processing unit 1501.
此外,如图15所示,基站1500还可以包括:收发机1503和天线1504等;其中,上述部件的功能与现有技术类似,此处不再赘述。值得注意的是,基站1500也并不是必须要包括图15中所示的所有部件;此外,基站1500还可以包括图15中没有示出的部件,可以参考现有技术。In addition, as shown in FIG. 15, the base station 1500 may further include: a transceiver 1503, an antenna 1504, and the like; wherein the functions of the foregoing components are similar to those of the prior art, and details are not described herein again. It is to be noted that the base station 1500 does not have to include all of the components shown in FIG. 15; in addition, the base station 1500 may also include components not shown in FIG. 15, and reference may be made to the prior art.
通过本实施例的基站,在发送端对传输数据进行分割,并且添加包含SN字段和SF字段的RLC报头时,接收端可根据该RLC报头指示的信息对数据进行组装,方法简单,提高了处理数据的效率。With the base station of this embodiment, when the transmission data is divided at the transmitting end, and the RLC header including the SN field and the SF field is added, the receiving end can assemble the data according to the information indicated by the RLC header, and the method is simple and the processing is improved. The efficiency of the data.
实施例5Example 5
图16是实施例5的通信系统的示意图。如图16所示,通信系统1600包括基站1601和用户设备1602,用户设备1603;其中,用户设备1602,用户设备1603和基站1601的构成如实施例3和实施例4所述,将其内容合并于此,此处不再赘述。 Figure 16 is a schematic diagram of a communication system of Embodiment 5. As shown in FIG. 16, the communication system 1600 includes a base station 1601 and a user equipment 1602, and a user equipment 1603; wherein the user equipment 1602, the user equipment 1603, and the base station 1601 are configured as described in Embodiment 3 and Embodiment 4, and their contents are combined. Here, it will not be described here.
在通信系统1600中,用户设备1602和用户设备1603可对待传输数据进行处理,具体处理方法如实施例1所述;基站1601可对接收的传输数据进行处理,具体处理方法如实施例2所述,将其内容合并于此,此处不再赘述。In the communication system 1600, the user equipment 1602 and the user equipment 1603 can process the data to be transmitted, and the specific processing method is as described in Embodiment 1. The base station 1601 can process the received transmission data, and the specific processing method is as described in Embodiment 2. , the contents of which are incorporated herein, and will not be described here.
通过本发明实施例的通信系统,发送端可在未指示传输块的大小之前对待传输数据进行封装,然后根据可用传输资源的情况对该封装的数据进行处理,以保证在充分利用传输资源的情况下,显著降低数据包处理时延;并且接收端可根据该RLC报头指示的信息对数据进行组装,方法简单,提高了处理数据的效率。With the communication system of the embodiment of the present invention, the transmitting end may encapsulate the data to be transmitted before indicating the size of the transport block, and then process the encapsulated data according to the available transmission resources to ensure that the transmission resource is fully utilized. The packet processing delay is significantly reduced; and the receiving end can assemble the data according to the information indicated by the RLC header, and the method is simple, and the efficiency of processing the data is improved.
实施例6Example 6
本发明实施例6还提供一种数据封装方法。 Embodiment 6 of the present invention further provides a data encapsulation method.
图17是本实施例6的数据封装方法的示意图。如图17所示,该方法包括:对上层传递的数据、或者对经分割的数据添加RLC报头,该RLC报头包含序列号(SN)字段和分割标识(SF)字段,该SN字段用于指示该数据的序号,该SF字段用于指示该数据是否经过分割,或者用于指示在该待传输数据经分割时,是否为分割后的第1个分段。Figure 17 is a diagram showing the data encapsulation method of the sixth embodiment. As shown in FIG. 17, the method includes: adding data to an upper layer, or adding an RLC header to the divided data, where the RLC header includes a sequence number (SN) field and a split identifier (SF) field, where the SN field is used to indicate The sequence number of the data, the SF field is used to indicate whether the data is divided, or is used to indicate whether the segment is the first segment when the data to be transmitted is divided.
通过本实施例的报头结构,对数据进行封装,便于发送端在取得数据传输指示和传输块大小时对已封装的数据进行,从而可降低处理时延;并且在接收端,根据该报头结构有助于对数据进行组装。The data is encapsulated by the header structure of the embodiment, so that the sending end performs the data transmission indication and the transport block size on the encapsulated data, thereby reducing the processing delay; and at the receiving end, according to the header structure Helps assemble data.
实施例7Example 7
本发明实施例7提供了一种数据封装装置,由于该装置解决问题的原理与实施例6的方法类似,因此其具体的实施可以参考实施例6的方法的实施,内容相同之处不再重复说明。The seventh embodiment of the present invention provides a data encapsulating device. The principle of the device is similar to that of the sixth embodiment. Therefore, the specific implementation may refer to the implementation of the method in the sixth embodiment. Description.
图18是本实施例7的数据封装装置的示意图。如图18所示,装置1800包括封装单元1801,对上层传递的数据、或者对经分割的数据添加RLC报头,该RLC报头包含序列号(SN)字段和分割标识(SF)字段,该SN字段用于指示该数据的序号,该SF字段用于指示该数据是否经过分割,或者用于指示在该待传输数据经分割时,是否为分割后的第1个分段。Figure 18 is a diagram showing the data package apparatus of the seventh embodiment. As shown in FIG. 18, the apparatus 1800 includes an encapsulating unit 1801 that adds data to an upper layer or adds an RLC header to the divided data, the RLC header including a sequence number (SN) field and a split identifier (SF) field, the SN field A sequence number indicating the data, the SF field is used to indicate whether the data is divided, or is used to indicate whether the first segment after the segmentation is determined when the data to be transmitted is divided.
通过本实施例的报头结构,对数据进行封装,便于发送端在取得数据传输指示和 传输块大小时对已封装的数据进行,从而可降低处理时延;并且在接收端,根据该报头结构有助于对数据进行组装。By using the header structure of the embodiment, the data is encapsulated, so that the transmitting end obtains the data transmission indication and When the block size is transferred, the encapsulated data is processed, thereby reducing the processing delay; and at the receiving end, the data structure is assembled according to the header structure.
在本实施例中还提供一种用户设备,该用户设备配置有如前所述的数据封装装置1800。In the embodiment, a user equipment is further provided, and the user equipment is configured with the data encapsulating device 1800 as described above.
图19是本发明实施例7的用户设备的构成示意图。如图19所示,用户设备1900可以包括:中央处理器(CPU)1901和存储器1902;存储器1902耦合到中央处理器1901。其中该存储器1902可存储各种数据;此外还存储数据封装的程序,并且在中央处理器1901的控制下执行该程序,以对待传输数据进行封装。Figure 19 is a block diagram showing the configuration of a user equipment according to Embodiment 7 of the present invention. As shown in FIG. 19, user equipment 1900 can include a central processing unit (CPU) 1901 and a memory 1902; and memory 1902 coupled to central processing unit 1901. The memory 1902 can store various data; in addition, a program of the data package is stored, and the program is executed under the control of the central processing unit 1901 to encapsulate the data to be transmitted.
在一个实施方式中,数据封装装置1800的功能可以被集成到中央处理器1901中。其中,中央处理器1901可以被配置为实现实施例6所述的数据封装方法。In one embodiment, the functionality of data encapsulation device 1800 can be integrated into central processor 1901. The central processing unit 1901 can be configured to implement the data encapsulation method described in Embodiment 6.
例如,中央处理器1901可以被配置为:对上层传递的数据、或者对经分割的数据添加RLC报头,该RLC报头包含序列号(SN)字段和分割标识(SF)字段,该SN字段用于指示该数据的序号,该SF字段用于指示该数据是否经过分割,或者用于指示在该待传输数据经分割时,是否为分割后的第1个分段。For example, the central processing unit 1901 can be configured to: add data to the upper layer, or add an RLC header to the segmented data, the RLC header including a sequence number (SN) field and a segmentation identifier (SF) field, the SN field being used for Indicates the sequence number of the data, the SF field is used to indicate whether the data is divided, or is used to indicate whether the first segment after the division is performed when the data to be transmitted is divided.
在另一个实施方式中,上述数据封装装置1800可以与中央处理器1901分开配置,例如,可以将数据封装装置1800配置为与中央处理器1901连接的芯片,如图19所示的数据封装单元,通过中央处理器1901的控制来实现数据封装装置1800的功能。In another embodiment, the data encapsulating device 1800 can be configured separately from the central processing unit 1901. For example, the data encapsulating device 1800 can be configured as a chip connected to the central processing unit 1901, such as the data encapsulating unit shown in FIG. The function of the data encapsulation device 1800 is implemented by the control of the central processing unit 1901.
此外,如图19所示,用户设备1900还可以包括:通信模块1903、输入单元1904、显示器1906、音频处理器1905、天线1907和电源1908等。其中,上述部件的功能与现有技术类似,此处不再赘述。值得注意的是,用户设备1900也并不是必须要包括图19中所示的所有部件;此外,用户设备1900还可以包括图19中没有示出的部件,可以参考现有技术。In addition, as shown in FIG. 19, the user equipment 1900 may further include: a communication module 1903, an input unit 1904, a display 1906, an audio processor 1905, an antenna 1907, a power source 1908, and the like. The functions of the above components are similar to those of the prior art, and are not described herein again. It should be noted that the user equipment 1900 does not have to include all of the components shown in FIG. 19; in addition, the user equipment 1900 may also include components not shown in FIG. 19, and reference may be made to the prior art.
通过本实施例的用户设备,对数据进行封装,便于发送端在取得数据传输指示和传输块大小时对已封装的数据进行,从而可降低处理时延;并且在接收端,根据该报头结构有助于对数据进行组装。The user equipment of the embodiment encapsulates the data, so that the sending end performs the data transmission indication and the transport block size on the encapsulated data, thereby reducing the processing delay; and at the receiving end, according to the header structure, Helps assemble data.
本发明实施例还提供一种计算机可读程序,其中当在数据处理装置或用户设备中执行所述程序时,所述程序使得所述数据处理装置或用户设备执行实施例1所述的数据处理方法。 The embodiment of the present invention further provides a computer readable program, wherein the program causes the data processing device or user equipment to perform the data processing described in Embodiment 1 when the program is executed in a data processing device or a user equipment method.
本发明实施例还提供一种存储有计算机可读程序的存储介质,其中所述计算机可读程序使得数据处理装置或用户设备执行实施例1所述的数据处理方法。The embodiment of the present invention further provides a storage medium storing a computer readable program, wherein the computer readable program causes the data processing device or the user equipment to execute the data processing method described in Embodiment 1.
本发明实施例还提供一种计算机可读程序,其中当在数据处理装置或基站中执行所述程序时,所述程序使得所述数据处理装置或基站执行实施例2所述的数据处理方法。The embodiment of the present invention further provides a computer readable program, wherein the program causes the data processing device or the base station to execute the data processing method described in Embodiment 2 when the program is executed in a data processing device or a base station.
本发明实施例还提供一种存储有计算机可读程序的存储介质,其中所述计算机可读程序使得数据处理装置或基站执行实施例2所述的数据处理方法。The embodiment of the present invention further provides a storage medium storing a computer readable program, wherein the computer readable program causes the data processing device or the base station to execute the data processing method described in Embodiment 2.
本发明实施例还提供一种计算机可读程序,其中当在数据封装装置或用户设备中执行所述程序时,所述程序使得所述数据封装装置或用户设备执行实施例6所述的数据封装方法。The embodiment of the present invention further provides a computer readable program, wherein the program causes the data encapsulating device or user equipment to perform the data encapsulation described in Embodiment 6 when the program is executed in a data encapsulating device or a user equipment method.
本发明实施例还提供一种存储有计算机可读程序的存储介质,其中所述计算机可读程序使得数据封装装置或用户设备执行实施例6所述的数据封装方法。The embodiment of the present invention further provides a storage medium storing a computer readable program, wherein the computer readable program causes the data encapsulating device or the user equipment to execute the data encapsulation method described in Embodiment 6.
本发明以上的装置和方法可以由硬件实现,也可以由硬件结合软件实现。本发明涉及这样的计算机可读程序,当该程序被逻辑部件所执行时,能够使该逻辑部件实现上文所述的装置或构成部件,或使该逻辑部件实现上文所述的各种方法或步骤。本发明还涉及用于存储以上程序的存储介质,如硬盘、磁盘、光盘、DVD、flash存储器等。The above apparatus and method of the present invention may be implemented by hardware or by hardware in combination with software. The present invention relates to a computer readable program that, when executed by a logic component, enables the logic component to implement the apparatus or components described above, or to cause the logic component to implement the various methods described above Or steps. The present invention also relates to a storage medium for storing the above program, such as a hard disk, a magnetic disk, an optical disk, a DVD, a flash memory, or the like.
结合本发明实施例描述的在数据处理装置中的数据处理方法可直接体现为硬件、由处理器执行的软件模块或二者组合。例如,图11和图13中所示的功能框图中的一个或多个和/或功能框图的一个或多个组合,既可以对应于计算机程序流程的各个软件模块,亦可以对应于各个硬件模块。这些软件模块,可以分别对应于图1和图6所示的各个步骤。这些硬件模块例如可利用现场可编程门阵列(FPGA)将这些软件模块固化而实现。The data processing method in the data processing apparatus described in connection with the embodiments of the present invention may be directly embodied as hardware, a software module executed by a processor, or a combination of both. For example, one or more of the functional block diagrams shown in FIGS. 11 and 13 and/or one or more combinations of functional block diagrams may correspond to individual software modules of a computer program flow, or to respective hardware modules. . These software modules may correspond to the respective steps shown in FIGS. 1 and 6, respectively. These hardware modules can be implemented, for example, by curing these software modules using a Field Programmable Gate Array (FPGA).
软件模块可以位于RAM存储器、闪存、ROM存储器、EPROM存储器、EEPROM存储器、寄存器、硬盘、移动磁盘、CD-ROM或者本领域已知的任何其它形式的存储介质。可以将一种存储介质耦接至处理器,从而使处理器能够从该存储介质读取信息,且可向该存储介质写入信息;或者该存储介质可以是处理器的组成部分。处理器和存储介质可以位于ASIC中。该软件模块可以存储在移动终端的存储器中,也可以存储在可插入移动终端的存储卡中。例如,若设备(例如移动终端)采用的是较大容量的MEGA-SIM卡或者大容量的闪存装置,则该软件模块可存储在该MEGA-SIM卡 或者大容量的闪存装置中。The software module can reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, removable disk, CD-ROM, or any other form of storage medium known in the art. A storage medium can be coupled to the processor to enable the processor to read information from, and write information to, the storage medium; or the storage medium can be an integral part of the processor. The processor and the storage medium can be located in an ASIC. The software module can be stored in the memory of the mobile terminal or in a memory card that can be inserted into the mobile terminal. For example, if a device (such as a mobile terminal) uses a larger capacity MEGA-SIM card or a large-capacity flash memory device, the software module can be stored in the MEGA-SIM card. Or a large-capacity flash memory device.
针对图11和图13描述的功能框图中的一个或多个和/或功能框图的一个或多个组合,可以实现为用于执行本申请所描述功能的通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现场可编程门阵列(FPGA)或其它可编程逻辑器件、分立门或晶体管逻辑器件、分立硬件组件、或者其任意适当组合。针对图11和图13描述的功能框图中的一个或多个和/或功能框图的一个或多个组合,还可以实现为计算设备的组合,例如,DSP和微处理器的组合、多个微处理器、与DSP通信结合的一个或多个微处理器或者任何其它这种配置。One or more of the functional blocks described with respect to Figures 11 and 13 and/or one or more combinations of functional blocks may be implemented as a general purpose processor, digital signal processor (DSP) for performing the functions described herein. An application specific integrated circuit (ASIC), field programmable gate array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware component, or any suitable combination thereof. One or more of the functional blocks described with respect to Figures 11 and 13 and/or one or more combinations of functional blocks may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, multiple micro A processor, one or more microprocessors in communication with the DSP, or any other such configuration.
以上结合具体的实施方式对本发明进行了描述,但本领域技术人员应该清楚,这些描述都是示例性的,并不是对本发明保护范围的限制。本领域技术人员可以根据本发明的原理对本发明做出各种变型和修改,这些变型和修改也在本发明的范围内。 The present invention has been described in connection with the specific embodiments thereof, and it should be understood by those skilled in the art that A person skilled in the art can make various modifications and changes to the invention in accordance with the principles of the invention, which are also within the scope of the invention.

Claims (14)

  1. 一种数据处理装置,包括:A data processing device comprising:
    数据分割单元,其用于在媒体访问控制(MAC)层触发数据传输时,在已添加无线链路控制(RLC)报头的待传输数据的尺寸大于本次传输中的可用传输块大小时,对所述待传输数据进行分割,使得分割后的第1个分段的尺寸小于或等于所述可用传输块大小,并且在所述第1个分段中保留所述RLC报头;a data splitting unit, configured to: when the media access control (MAC) layer triggers data transmission, when the size of the data to be transmitted that has been added to the radio link control (RLC) header is larger than the available transport block size in the current transmission, The data to be transmitted is divided, so that the size of the segmented first segment is less than or equal to the available transport block size, and the RLC header is reserved in the first segment;
    所述RLC报头至少包含序列号(SN)字段和分割标识(SF)字段,所述SN字段用于指示所述待传输数据的序号,所述SF字段用于指示所述待传输数据是否经过分割,或者用于指示在所述待传输数据经分割时,是否为分割后的第1个分段。The RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field, where the SN field is used to indicate a sequence number of the data to be transmitted, and the SF field is used to indicate whether the data to be transmitted is segmented. Or indicating whether the first segment after the division is performed when the data to be transmitted is divided.
  2. 根据权利要求1所述的装置,其中,在将所述待传输数据分割为2个分段时,所述装置还包括:The apparatus according to claim 1, wherein when the data to be transmitted is divided into two segments, the device further comprises:
    第一封装单元,其用于为分割后的第2个分段添加RLC报头;a first encapsulating unit, configured to add an RLC header to the second segment after the segmentation;
    所述RLC报头至少包含序列号(SN)字段和分割标识(SF)字段;所述SN字段的序号设置为所述待传输数据的序号加上预设值,所述SF字段设置为指示所述第2个分段的数据经过分割且非第1个分段。The RLC header includes at least a sequence number (SN) field and a segmentation identifier (SF) field; the sequence number of the SN field is set to a sequence number of the data to be transmitted plus a preset value, and the SF field is set to indicate the The data of the second segment is divided and not the first segment.
  3. 根据权利要求2所述的装置,其中,所述装置还包括缓存单元,其用于将添加了RLC报头的第2分段进行缓存。The apparatus according to claim 2, wherein said apparatus further comprises a buffer unit for buffering the second segment to which the RLC header is added.
  4. 根据权利要求2所述的装置,其中,所述装置还包括:The device of claim 2, wherein the device further comprises:
    更新单元,其用于修改已存的其他已添加RLC报头的SN字段的序号,修改后的序号为当前序号加上所述预设值。An update unit, configured to modify the sequence number of the SN field of the other added RLC headers, and the modified sequence number is the current sequence number plus the preset value.
  5. 根据权利要求1所述的装置,其中,所述装置还包括发送单元,其用于利用所述可用传输块发送分割后的所述第1个分段。The apparatus of claim 1, wherein the apparatus further comprises a transmitting unit for transmitting the segmented first segment using the available transport block.
  6. 根据权利要求1所述的装置,其中,所述RLC报头中的SF字段用一个标识符来表示。The apparatus of claim 1 wherein the SF field in the RLC header is represented by an identifier.
  7. 根据权利要求6所述的装置,其中,所述标识符是0或1;The apparatus of claim 6 wherein said identifier is 0 or 1;
    在所述标识符是0时,指示所述待传输数据未经分割,或者指示所述待传输数据经分割且为分割后的第1个分段;在所述标识符是1时,指示所述待传输数据经分割且非分割后的第1个分段;反之亦然。 When the identifier is 0, indicating that the data to be transmitted is not divided, or indicating that the data to be transmitted is divided and is the first segment after the segmentation; when the identifier is 1, the indication is The first segment after the segmentation and non-segmentation of the transmitted data is described; vice versa.
  8. 根据权利要求1所述的装置,其中,在所述待传输数据为上层传递的服务数据单元时,所述装置还包括第二封装单元,其用于在MAC层触发数据传输之前,为所述待传输数据添加所述RLC报头,并且所述RLC报头的SF字段设置为指示所述待传输数据未经分割。The apparatus according to claim 1, wherein, when the data to be transmitted is a service data unit delivered by an upper layer, the apparatus further includes a second encapsulating unit, configured to: before the MAC layer triggers data transmission, The RLC header is added to the data to be transmitted, and the SF field of the RLC header is set to indicate that the data to be transmitted is not split.
  9. 一种数据处理装置,包括:A data processing device comprising:
    处理单元,其用于根据接收的传输数据的RLC报头包含的序列号(SN)字段和分割标识(SF)字段的指示来处理所述传输数据;a processing unit, configured to process the transmission data according to an indication of a sequence number (SN) field and a segmentation identifier (SF) field included in an RLC header of the received transmission data;
    所述RLC报头至少包含SN字段和SF字段,所述SN字段用于指示所述传输数据的序号,所述SF字段用于指示所述传输数据是否经过分割,或者在所述传输数据经分割时,用于指示是否为分割后的第1个分段。The RLC header includes at least an SN field for indicating a sequence number of the transmission data, and an SF field for indicating whether the transmission data is divided, or when the transmission data is divided. Used to indicate whether it is the first segment after segmentation.
  10. 根据权利要求9所述的装置,其中,所述装置还包括排序单元,其用于按照所述RLC报头中的SN字段指示的序号的顺序对接收的传输数据进行排序;The apparatus according to claim 9, wherein said apparatus further comprises a sorting unit configured to sort the received transmission data in order of sequence numbers indicated by the SN field in said RLC header;
    并且所述处理单元用于根据所述排序单元的排序结果依次对排序后的传输数据进行处理。And the processing unit is configured to sequentially process the sorted transmission data according to the sorting result of the sorting unit.
  11. 根据权利要求9所述的装置,其中,在对当前一个传输数据进行处理时,所述处理单元包括:The apparatus according to claim 9, wherein, when processing the current one of the transmission data, the processing unit comprises:
    判断单元,其用于根据当前传输数据的RLC报头的SF字段、和/或根据与当前传输数据的RLC报头的SN字段指示的序号相邻的传输数据的RLC报头的SF字段确定所述当前传输数据是未经分割的数据还是经分割的数据;a determining unit, configured to determine the current transmission according to an SF field of an RLC header of a current transmission data, and/or an SF field of an RLC header of transmission data adjacent to a sequence number indicated by an SN field of an RLC header of a current transmission data Whether the data is undivided data or segmented data;
    数据处理单元,其用于在确定所述当前传输数据是未经分割的数据时,去掉所述当前传输数据的RLC报头;或者,a data processing unit, configured to: when determining that the current transmission data is undivided data, remove the RLC header of the current transmission data; or
    在确定所述当前传输数据是经分割的数据时,根据与所述当前传输数据的RLC报头的SN字段指示的序号邻近的至少一个传输数据的RLC报头的SF字段对经分割的数据进行组装。When it is determined that the current transmission data is the divided data, the segmented data is assembled according to an SF field of an RLC header of at least one transmission data adjacent to a sequence number indicated by an SN field of the RLC header of the current transmission data.
  12. 根据权利要求11所述的装置,其中,所述判断单元用于在所述当前传输数据的RLC报头的SF字段、以及与所述当前传输数据的RLC报头的SN字段指示的序号相邻的传输数据的SF字段均指示传输数据未经分割或者指示传输数据经分割且为分割后的第1个分段时,确定所述当前传输数据是未经分割的数据。The apparatus according to claim 11, wherein said judging unit is configured to transmit in an SF field of an RLC header of said current transmission data and a sequence number indicated by an SN field of said RLC header of said current transmission data The SF field of the data indicates that the transmission data is undivided or indicates that the transmission data is divided and is the first segment after the segmentation, and it is determined that the current transmission data is undivided data.
  13. 根据权利要求11所述的装置,其中,所述判断单元用于在所述当前传输数 据的RLC报头的SF字段指示所述当前传输数据未经分割或者指示所述当前传输数据经分割且为分割后的第1分段、且与所述当前传输数据的RLC报头的SN字段指示的序号相邻的传输数据的SF字段指示所述传输数据经分割且经分割的数据非分割后的第1个分段时,或者,在所述当前传输数据的RLC报头的SF字段指示所述当前传输数据经分割且非分割后的第1个字段时,确定所述当前传输数据是经分割的数据。The apparatus according to claim 11, wherein said judging unit is for said current number of transmissions The SF field of the RLC header of the data indicates that the current transmission data is not partitioned or indicates that the current transmission data is divided and is the first segment that is divided, and is indicated by the SN field of the RLC header of the current transmission data. The SF field of the sequenced adjacent transmission data indicates the first segment of the split data and the divided data is not divided, or the SF field of the RLC header of the current transmission data indicates the current When the first field of the divided and non-divided data is transmitted, it is determined that the current transmission data is the divided data.
  14. 一种通信系统,包括基站和用户设备;其中,所述用户设备包括权利要求1所述的数据处理装置;所述基站包括权利要求9所述的数据处理装置。 A communication system comprising a base station and a user equipment; wherein the user equipment comprises the data processing apparatus of claim 1; and the base station comprises the data processing apparatus of claim 9.
PCT/CN2016/102155 2016-10-14 2016-10-14 Data processing method and device, and communications system WO2018068310A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/102155 WO2018068310A1 (en) 2016-10-14 2016-10-14 Data processing method and device, and communications system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2016/102155 WO2018068310A1 (en) 2016-10-14 2016-10-14 Data processing method and device, and communications system

Publications (1)

Publication Number Publication Date
WO2018068310A1 true WO2018068310A1 (en) 2018-04-19

Family

ID=61906107

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/102155 WO2018068310A1 (en) 2016-10-14 2016-10-14 Data processing method and device, and communications system

Country Status (1)

Country Link
WO (1) WO2018068310A1 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222484A (en) * 2007-01-09 2008-07-16 中兴通讯股份有限公司 Method for implementing protocol data unit of wireless links control layer
CN101364990A (en) * 2007-08-08 2009-02-11 华为技术有限公司 Method for reducing data header expense
US20120314719A1 (en) * 2011-06-10 2012-12-13 Samsung Electronics Co., Ltd. Method and system of transmitting and receiving fragmentable data units in a wireless communication environment
CN102939729A (en) * 2010-06-09 2013-02-20 三星电子株式会社 Mobile communication system and packet control method in the mobile communication system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101222484A (en) * 2007-01-09 2008-07-16 中兴通讯股份有限公司 Method for implementing protocol data unit of wireless links control layer
CN101364990A (en) * 2007-08-08 2009-02-11 华为技术有限公司 Method for reducing data header expense
CN102939729A (en) * 2010-06-09 2013-02-20 三星电子株式会社 Mobile communication system and packet control method in the mobile communication system
US20120314719A1 (en) * 2011-06-10 2012-12-13 Samsung Electronics Co., Ltd. Method and system of transmitting and receiving fragmentable data units in a wireless communication environment

Similar Documents

Publication Publication Date Title
ES2707573T3 (en) Method and apparatus for improving the transmission of downlink shared channel in a wireless communication system
WO2020221281A1 (en) Method and apparatus for acquiring radio bearer configuration
US8619760B2 (en) Method of providing circuit switched (SC) service using high-speed downlink packet access (HSDPA) or high-speed uplink packet access (HSUPA)
WO2019057154A1 (en) Data transmission method, terminal device and network device
WO2018227814A1 (en) Data indicating method, device and communication system
WO2019034130A1 (en) Transmission method, transmitting terminal and receiving terminal
WO2021004182A1 (en) Data transmission method and apparatus, first communication node, and second communication node
WO2018148893A1 (en) Data transmission method and device
US11653412B2 (en) Data transmission method and communications apparatus for communication of data from different service types or different destination addresses
WO2019196788A1 (en) Communication method and communication apparatus
WO2018166517A1 (en) Data transmission method, data transmitting device, and data receiving device
WO2018228558A1 (en) Data transmission method, network device, and terminal device
WO2020015727A1 (en) Path selecting method, terminal device, and network device
WO2009033371A1 (en) System and apparatus for filling protocol data unit (pdu) and the processing method thereof
JP2023513651A (en) Quality of Service (QoS) Parameter Configuration Method and Related Apparatus
WO2021027853A1 (en) Communication method and apparatus
WO2019019150A1 (en) Data transmission method, terminal device and network device
TW202013936A (en) Wireless communication method and communication device
WO2011157190A2 (en) Data reception processing method and apparatus
KR102337701B1 (en) Data transmission methods and devices
WO2022011659A1 (en) Data forwarding in centralized unit and distributed unit split architectures
WO2018068704A1 (en) Method, apparatus and equipment for multiplexing and demultiplexing data of radio access network
WO2020147039A1 (en) Ethernet frame header compression processing method, device and chip and computer program
WO2018053685A1 (en) Data encapsulation method and device, and communication system
WO2018068310A1 (en) Data processing method and device, and communications system

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

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

Country of ref document: EP

Kind code of ref document: A1