Data processing method and data processing apparatus

Information

  • Patent Grant
  • 11239957
  • Patent Number
    11,239,957
  • Date Filed
    Monday, October 28, 2019
    4 years ago
  • Date Issued
    Tuesday, February 1, 2022
    2 years ago
Abstract
This application provides a data processing method and a data processing apparatus. The data processing method includes: determining C code blocks, where C is a positive integer; and dividing the C code blocks into K code block groups, where an absolute value ΔC of a difference between quantities of code blocks included in any two of the K code block groups is less than or equal to a first threshold, and K is a positive integer. The data processing method and the data processing apparatus provided in this application help lower a bit error rate.
Description
TECHNICAL FIELD

This application relates to the communications field, and more specifically, to a data processing method and a data processing apparatus.


BACKGROUND

In a current communications system, when a receive end checks and finds an error in any code block (CB) in a transport block (TB), the receive end feeds back a negative acknowledgment (NACK) to a transmit end. After receiving the NACK feedback information, the transmit end retransmits the entire TB. Air interface resources are wasted as the transmit end retransmits the entire TB when only some CBs have errors. In view of this, a concept of a code block group (CBG) is put forward.


One CBG includes one or more code blocks. When any code block has an error, the receive end may feed back information about a code block group to which the code block belongs, to instruct the transmit end to retransmit code blocks in the code block group. In this way, the transmit end does not need to send an entire transport block, thereby saving air interface resources.


Although a CBG-related concept has been put forward, a specific implementation solution is still absent at present for division of code blocks into code block groups.


SUMMARY

This application provides a data processing method and a data processing apparatus, so as to divide code blocks into code block groups, thereby helping lower a bit error rate.


According to a first aspect, this application provides a data processing method. The data processing method includes: determining C code blocks, where C is a positive integer; and dividing the C code blocks into K code block groups, where an absolute value ΔC of a difference between quantities of code blocks included in any two of the K code block groups is less than or equal to a first threshold, and K is a positive integer.


In this data processing method, because the difference between the quantities of code blocks included in any two of the K code block groups into which the C code blocks are divided is less than a threshold, the C code blocks can be divided into the K code block groups as equally as possible. This helps make bit error performance of all code block groups close to each other, which in turn helps improve overall bit error performance of a transport block.


When K is 1, that is, when the C code blocks are divided into one code block group, the difference may be drawn between a quantity of code blocks included in the code block group and the quantity of code blocks included in the code block group itself.


With reference to the first aspect, in a first possible implementation, the first threshold is equal to 1.


When the first threshold is 1, a code block group may include no code block.


Optionally, the first threshold may be equal to 0. In that way, C code blocks are equally divided into K code block groups exactly. The first threshold equal to 1 is a division manner closest to equal division when the C code blocks cannot be equally divided into K code block groups.


With reference to the first aspect or the first possible implementation, in a second possible implementation, a quantity of code blocks included in each of the K code block groups is determined based on C and K.


To be specific, how many code blocks are included in one code block group may be determined based on the quantity C of to-be-divided code blocks and the quantity K of target code block groups, so that the C code blocks can be divided into K code block groups as equally as possible.


With reference to the second possible implementation, in a third possible implementation, each of K1 code block groups in the K code block groups includes C1 code blocks of the C code blocks, and each of K2 code block groups in the K code block groups includes C2 code blocks of the C code blocks, where C1 and C2 are determined based on







C
1

=



C
K








and C2=C1−1, and ┌ ┐ represents rounding up to an integer.


To be specific, when the C code blocks are divided into K code block groups, the K code block groups may be divided into two parts: one part is K1 code block groups, and the other part is K2 code block groups. Further, the C code blocks may be divided into two parts: One part is equally divided into K1 code block groups, with each code block group including C1 code blocks; and the other part is equally divided into K2 code block groups, with each code block group including C2 code blocks, where C1 is greater than C2 by 1. In this way, the C code blocks are divided into K code block groups in a manner close to equal division.


With reference to the second possible implementation, in a fourth possible implementation, each of K1 code block groups in the K code block groups includes C1 code blocks of the C code blocks, and each of K2 code block groups in the K code block groups includes C2 code blocks of the C code blocks, where K1 and K2 are determined based on K2=K×C1−C and K1=K−K2.


With reference to any one of the first aspect and the possible implementations, in a fifth possible implementation, the data processing method is performed by the transmit end. In this case, the data processing method further includes: obtaining indication information, where the indication information is used to indicate a to-be-transmitted code block group in the K code block groups; and determining the to-be-transmitted code block in the C code blocks based on the indication information.


Specifically, the indication information about the to-be-transmitted code block group may be obtained by receiving indication information sent by a receive end or by obtaining indication information configured on the transmit end.


With reference to any one of the first aspect and the possible implementations, in a sixth possible implementation, the data processing method is performed by the receive end. In this case, the data processing method further includes: determining a to-be-transmitted code block group in the K code block groups, where the to-be-transmitted code block group includes a code block with a decoding error in the C code blocks; and sending indication information about the to-be-transmitted code block group.


To be specific, when encountering a decoding error or a decoding failure, the receive end determines to which code block group a code block with the decoding error or decoding failure belongs, and then sends indication information about the code block group to a transmit end, so that the transmit end can determine, based on the indication information, which code block group needs to be retransmitted, and further determine which code blocks need to be retransmitted.


With reference to any one of the first aspect and the possible implementations, in a seventh possible implementation, K is system-configured or obtained from system signaling.


According to a second aspect, this application provides a data processing apparatus. The data processing apparatus includes a first processing module and a second processing module. The first processing module is configured to determine C code blocks, where C is a positive integer. The second processing module is configured to divide C code blocks into K code block groups, where an absolute value ΔC of a difference between quantities of code blocks included in any two of the K code block groups is less than or equal to a first threshold, and K is a positive integer.


Optionally, the first processing module and the second processing module may be configured to perform the data processing method in any possible implementation of the first aspect.


According to a third aspect, this application provides a data processing apparatus. The data processing apparatus includes a processor. The processor is configured to execute code. When executing the code, the processor determines C code blocks, and divides the C code blocks into K code block groups, where C is a positive integer, an absolute value ΔC of a difference between quantities of code blocks included in any two of the K code block groups is less than or equal to a first threshold, and K is a positive integer.


Optionally, the processor may perform the data processing method in any possible implementation of the first aspect.


Optionally, the data processing apparatus may further include a memory, configured to store the code executed by the processor. The data processing apparatus may further include a receiver and a transmitter, configured to communicate with another device.


According to a fourth aspect, this application provides a computer-readable storage medium. The computer-readable storage medium stores program code for execution by a data processing apparatus, and the program code includes an instruction used to perform the data processing method in any one of the first aspect and the possible implementations of the first aspect.


According to a fifth aspect, this application provides a computer program product that includes an instruction. When the computer program product runs on a data processing apparatus, the data processing apparatus performs the data processing method in any one of the first aspect and the possible implementations of the first aspect.





DESCRIPTION OF DRAWINGS


FIG. 1 is a schematic architectural diagram of a communications system to which a data processing method according to an embodiment of this application is applicable;



FIG. 2 is a schematic flowchart of a data processing method according to an embodiment of this application;



FIG. 3 is a schematic structural diagram of a data processing apparatus according to an embodiment of this application; and



FIG. 4 is a schematic structural diagram of a data processing apparatus according to an embodiment of this application;





DESCRIPTION OF EMBODIMENTS

The following describes technical solutions of this application with reference to the accompanying drawings.



FIG. 1 is a schematic architectural diagram of an application scenario of the embodiments of this application. It should be understood that the embodiments of this application are not limited to the system architecture shown in FIG. 1. Moreover, an apparatus in FIG. 1 may be hardware, or software based on functional division, or a combination of both hardware and software.


A communications system 100 shown in FIG. 1 includes a communications device 110 and a communications device 120.


When sending information data, the communications device 110 may segment the information data into a plurality of transport blocks based on supported transport block sizes and attach CRC parity bits to each transport block. If a size of a transport block with CRC parity bits attached exceeds a maximum code block length, the transport block needs to be segmented into several code blocks. To each code block, cyclic redundancy check (CRC) parity bits may also be attached, and filler bits may also be inserted.


The communications device 110 can divide a transport block, or in other words, divide code blocks resulting from segmentation of a transport block, into code block groups (CBG). One CBG may include one or more code blocks. When any code block has an error, a receive end may feed back information about a code block group to which the code block belongs, to indicate a transmit end to retransmit code blocks in this code block group. In this way, the transmit end does not need to send the entire transport block, thereby saving air interface resources.


The communications device 110 performs channel encoding for each code block. For example, low density parity check codes (LDPC) are used for the encoding to obtain corresponding coded blocks. Each coded block includes a plurality of information bits and parity bits generated during the encoding, and the information bits and the parity bits are collectively referred to as encoded bits.


The coded blocks are stored in a circular buffer of the communications device 110 after interleaving of sub-blocks. The communications device 110 selects a segment of encoded bits from the circular buffer. That is, an encoded bit segment is interleaved and mapped to modulated symbols for transmission.


For retransmission, in a possible implementation, the communications device 110 selects another encoded bit segment from the circular buffer and sends the another encoded bit segment, and if all data in the circular buffer has been transmitted once, sends encoded bits again from the beginning of the circular buffer; in another possible manner, the communications device 110 performs the steps, such as segmentation into and encoding code blocks, again and then selects encoded bits to retransmit from the circular buffer based on a quantity of retransmissions and a redundancy version.


The communications device 120 demodulates and de-interleaves received modulated symbols, and then saves soft values of a received encoded bit segment at corresponding positions in a soft buffer.


The communications device 120 decodes the soft values in the soft buffer to obtain code blocks of information data. If the decoding is incorrect, the communications device 120 sends feedback information to the communications device 110, so that the communications device can perform retransmission in accordance with the feedback information.


If a retransmission occurs, the communications device 120 combines soft values of an encoded bit segment retransmitted every time and saves combined values in the soft buffer. The combination herein refers to combining soft values of encoded bits received in two times if the encoded bits are at the same positions. Then the communications device 120 decodes the soft values in the soft buffer.


It should be noted that in the embodiments of this application, the communications device 110 may be a network device, for example, a base station, in a communications system, and correspondingly the communications device 120 may be a terminal; or the communications device 110 may be a terminal, and correspondingly the communications device 120 may be a network device, for example, a base station. For ease of understanding, some nominal terms used in this application are described below.


In this application, the terms “network” and “system” are frequently interchangeably used, but their meanings can be understood by a person skilled in the art.


A terminal is a device provided with a communication function, and may include a hand-held device, an in-vehicle device, a wearable device, or a computing device that is provided with a function of wireless communication, a computing device, other processing devices connected to a wireless modem, or the like. Terminals may have different names in different networks, for example, user equipment, mobile station, subscriber unit, station, cellular phone, personal digital assistant, wireless modem, wireless communications device, hand-held device, laptop computer, cordless phone, and wireless local loop station. For ease of description, these devices are briefly referred to as terminals in this application.


A base station (BS), which may be referred to as a base station device, is a device that connects a terminal to a wireless network, and includes but is not limited to: a transmission/reception point (TRP), a next generation NodeB (Gnb), an evolved NodeB (eNB), a radio network controller (RNC), a NodeB (NB), a base station controller (BSC), a base transceiver station (BTS), a home base station (for example, a home evolved NodeB or a home NodeB, HNB), a baseband unit (BBU), a Wi-Fi access point (AP), and the like. Alternatively, base stations in other evolved networks may have other names. This is not limited in the present invention.



FIG. 2 is a schematic flowchart of a data processing method according to an embodiment of this application. The data processing method shown in FIG. 2 may be performed by a data processing apparatus. The data processing apparatus may be the communications device 110 or the communications device 120 in FIG. 1, or may be a part of the communications device 110 or the communications device 120.


It should be understood that FIG. 2 shows steps or operations of the data processing method, but these steps or operations are merely examples. Other operations or variations of the operations in FIG. 2 may also be performed in this embodiment of this application. In addition, the steps in FIG. 2 may be performed in an order different from that shown in FIG. 2, and it is possible that not all operations in FIG. 2 need to be performed.


S210: Determine C code blocks, where C is a positive integer.


The determining C code blocks in this step is determining or obtaining code blocks that need to be divided into code block groups. This step may be specifically segmenting a transport block to obtain C code blocks; or encoding code blocks resulting from segmentation of a transport block to obtain C coded blocks; or performing rate matching for each coded block to obtain C rate-matched coded blocks; or interleaving each coded block to obtain C interleaved coded blocks. Certainly, the code blocks to be divided into code block groups may be determined in other manners. This is not limited in this embodiment of this application.


Moreover, how many code block groups into which the to-be-divided code blocks need to be divided also needs to be determined. That is, a code block group quantity K needs to be determined. The code block group quantity K may be pre-configured by a system, may be obtained by the data processing apparatus from system signaling (or referred to as control signaling), or may be determined by the data processing apparatus based on other factors.


For example, K may be determined based on at least one of the following information: a size of a transport block, a maximum quantity of bits used by a receive end to feed back an acknowledgment, and a quantity of code block groups indicated by control signaling.


S220: Divide the C code blocks into K code block groups, where an absolute value ΔC of a difference between quantities of code blocks included in any two of the K code block groups is less than or equal to a first threshold, and K is a positive integer.


After the quantities of to-be-divided code blocks and code block groups are determined, the to-be-divided C code blocks may be divided into K code block groups. That is, which code blocks belong to one code block group is determined, or which code blocks are included in each code block group is determined.


Generally speaking, for the division into code block groups, the C code blocks should be divided into K code block groups as equally as possible. That is, all of the K code block groups resulting from division have an equal quantity of code blocks.


Equally dividing code blocks into code block groups helps save air interface resources when a transmit end retransmits code block groups. For example, it is assumed that one transport block includes 10,000 bits, the 10,000 bits are divided into four code blocks, and the four code blocks need to be divided into two code block groups. If the first code block group includes three code blocks and the second code block group includes one code block, the transmit end needs to retransmit all code blocks in the first code block group when any one code block in the first code block group has a decoding error. This wastes air interface resources. In addition, if bit error probabilities of all code blocks are close and an error probability of one code block group is much higher than error probabilities of the other code block group, an error probability of the entire transport block depends on the code block group with the higher error probability.


If the four code blocks are divided into two code block groups and the two code block groups each include two code blocks, the transmit end can retransmit only two code blocks irrespective of which code block has a decoding error, thereby saving air interface resources. Moreover, when error probabilities of both the code block groups are close, an error probability of the entire transport block is lower than that under unequal division.


The data processing apparatus may determine a quantity of code blocks included in each code block group based on the code block quantity C and the code block group quantity K. In other words, the quantity of code blocks included in each code block group may be determined based on the code block quantity C and the code block group quantity K.


For example, when the C code blocks can be equally divided into K code block groups, the quantity of code blocks that may be included in each code block group can be obtained based on







C
K

.




However, in most cases, it is likely that the C code blocks cannot be equally divided into K code block groups. Therefore, it may be considered that the C code blocks are equally divided into K code block groups when the absolute value ΔC of the difference between the quantities of code blocks included in any two of the K code block groups resulting from division is less than or equal to a threshold. In this embodiment of this application, this threshold is referred to as the first threshold. The first threshold may be 0 or any positive integer.


Usually, a value of the first threshold is required to be as small as possible because a smaller value of the first threshold means more equal division of the C code blocks into K code block groups. For example, the first threshold may be 1. That is, the difference between the quantities of code blocks included in any two of the K code block groups resulting from division of the C code blocks is less than or equal to 1.


One implementation of the dividing the C code blocks into K code block groups, where a difference between quantities of code blocks included in any two code block groups is less than or equal to 1, is: calculating C1 and C2 according to







C
1

=



C
K








and C2=C1−1, where ┌ ┐ represents rounding up to an integer, and calculating K1 and K2; dividing some of the C code blocks into K1 code block groups, each of which includes C1 code blocks; and dividing the remaining code blocks of the C code blocks into K2 code block groups, each of which includes C2 code blocks. After C1 and C2 are obtained, K1 and K2 can be calculated according to K2=K×C1−C and K1=K−K2.


One implementation of the dividing the C code blocks into K code block groups, where a difference between quantities of code blocks included in any two code block groups is less than or equal to 1, is: after C1 and C2 are obtained, calculating K1 and K2 according to K2=K×C1−C and K1=K−K2; dividing some of the C code blocks into K1 code block groups, each of which includes C1 code blocks; and dividing the remaining code blocks of the C code blocks into K2 code block groups, each of which includes C2 code blocks.


C1 is greater than C2 by 1. That is, the first threshold is 1. In other words, the difference between the quantities of code blocks included in any two of the K code block groups is 1 or 0.


It should be noted that the code blocks included in the K1 code block groups may be the first or the second part of code blocks in the C code blocks; and correspondingly, the code blocks included in the K2 code block groups may be the second or the first part of code blocks in the C code blocks. In other words, the K1 code block groups may be the first or the second part of code block groups in the K code block groups; and correspondingly, the K2 code block groups may be the second or the first part of code block groups in the K code block groups.


The foregoing formulas used for obtaining C1, C2, K1, and K2 based on C and K are merely examples. Alternatively, C1, C2, K1, and K2 may be obtained based on K and C in other approaches. This is not limited in this embodiment of this application. For example,








C
2

=



C
K




,





C1=C2+1, K2=K×C1−C, and K1=K−K2, where └ ┘ represents rounding down to an integer.


Optionally, this method may be performed by a transmit end of data or a data processing apparatus on a transmit end; or performed by a receive end of data or a data processing apparatus on a receive end. For example, the method may be performed by either the communications device 110 or the communications device 120 in FIG. 1.


If the method shown in FIG. 2 is performed by a receive end, the receive end may further determine, based on the division of code block groups, which code block group a code block with a decoding error belongs to. In this embodiment of this application, a code block group to which a code block with a decoding error belongs is referred to as a to-be-transmitted code block group.


Specifically, when determining which code block group a code block C′ with a decoding error belongs to, the receive end may first determine a total code block quantity C and a total code block group quantity K, and then perform the following procedures.


(1) C1, C2, K1, and K2 are calculated according to








C
1

=



C
K




,





C2=C1−1, K2=K×C1−C, and K1=K−K2.


It is assumed that the first part of code blocks in the C code blocks is divided into the first K1 code block groups of the K code block groups, and that the second part of code blocks in the C code blocks is divided into the last K2 code block groups of the K code block groups.


(2) If C′<K1×C1, it can be learned according to







K


=




C



C
1









that the code block C′ with a decoding error belongs to the (K′)th code block group.


Therefore, the (K′)th code block group of the K code block groups is a to-be-transmitted code block group. Herein, code blocks are counted starting from 0, and code block groups are counted starting from 0.


(3) If C′≥K1×C1, this is learned according to







K


=


K
1

+





C
-


C
1

×

K
1




C
2




.







Herein, code blocks are counted starting from 0, and code block groups are counted starting from 0.


In the procedure (1), it may also be assumed that the first part of code blocks in the C code blocks is divided into the first K2 code block groups of the K code block groups, and that the second part of code blocks in the C code blocks is divided into the last K1 code block groups of the K code block groups. In this case, K1 and K2 in the procedure (2) and the procedure (3) are interchanged, and C1 and C2 in the procedure (2) and the procedure (3) are interchanged.


After determining the to-be-transmitted code block group, the receive end may send indication information about the to-be-transmitted code block group to a transmit end to inform the transmit end which code block group needs to be retransmitted, that is, to inform the transmit end which code blocks need to be retransmitted. For example, the receive end may indicate the to-be-transmitted code block group in an indicator-blinking manner.


In general, a data processing apparatus on the receive end may first determine the code block quantity C and the code block group quantity K, and determine which code block has encountered a decoding error; then determine how the C code blocks are divided into the K code block groups based on the code block quantity C and the code block group quantity K; and then determine, based on the division result, which code block group the code block with a decoding error belongs to; and finally send indication information to indicate which code block group the code block with a decoding error belongs to.


If the method shown in FIG. 2 is performed by a transmit end, the transmit end may, after dividing the C code blocks into the K code block groups, determine code blocks included in a to-be-transmitted code block group based on the division result and indication information about the to-be-transmitted code block group, and send the code blocks to a receive end.


Specifically, when determining which code blocks are included in the to-be-transmitted code block group, that is, to which code block groups to-be-transmitted code blocks belong, the transmit end may first determine, based on the indication information, that the to-be-transmitted code block groups in the K code block groups are totally i code block groups, the)(K0)th, (K1)th, . . . , and (Ki)th code block groups, where i is a positive integer; and then determine which code blocks are included in any code block group K′ of the Ki code block groups by performing the following procedures.


(4) C1, C2, K1, and K2 are calculated according to








C
1

=



C
K




,





C2=C1−1, K2=K×C1−C, and K1=K−K2.


It is assumed that the first part of code blocks in the C code blocks is divided into the first K1 code block groups of the K code block groups, and that the second part of code blocks in the C code blocks is divided into the last K2 code block groups of the K code block groups.


(5) If K′<K1, the to-be-transmitted code blocks are the (K′×C1)th code block to the ((K′+1)×C1−1)th code block in the C code blocks. Herein, code block groups and code blocks are both counted starting from 0.


(6) If K′≥K1, the to-be-transmitted code blocks are the ((C1×K1)+(K′−K1)×C2)th code block to the ((C1×K1)±(K′−K1+1)×C2−1)th code block in the C code blocks. Herein, code block groups and code blocks are both counted starting from 0.


In the procedure (4), it may also be assumed that the first part of code blocks in the C code blocks is divided into the first K2 code block groups of the K code block groups, and that the second part of code blocks in the C code blocks is divided into the last K1 code block groups of the K code block groups. In this case, K1 and K2 in the procedure (5) and the procedure (6) are interchanged, and C1 and C2 in the procedure (5) and the procedure (6) are interchanged.


Another possible implementation for determining which code blocks are included in the code block group K′ includes: All code blocks are traversed in turn and the procedures (1) to (3) are performed to determine a sequence number of a code block group to which a code block C′ belongs when the traversal proceeds to the code block C′; if it is determined that the obtained code block group sequence number equals K′, it indicates that the code block group K′ includes the code block C′; which code blocks belong to the code block group K′ can be determined when all code blocks are traversed, and then the code block group K′ is obtained.


After determining the to-be-transmitted code block group, the transmit end may send the to-be-transmitted code block group to the receive end, or in other words send the code blocks included in the to-be-transmitted code block group. The determined to-be-transmitted code block group may be one or more code block groups.


In general, a data processing apparatus on the transmit end may first determine the code block quantity C and the code block group quantity K, and determine which code block group is the to-be-transmitted code block group; then determine how the C code blocks are divided into the K code block groups based on the code block quantity C and the code block group quantity K; and then determine which code blocks are included in the to-be-transmitted code block group based on the division result; and finally send the determined code blocks.


In a case of initial transmission by the transmit end, the indication information may be system-configured. In this case, the to-be-transmitted code block group is the K code block groups and the to-be-transmitted code blocks are the C code blocks. In a case of retransmission by the transmit end, the indication information may be received by the transmit end from the receive end.



FIG. 3 is a schematic structural diagram of a data processing apparatus according to an embodiment of this application. It should be understood that the data processing apparatus 300 shown in FIG. 3 is merely an example. The data processing apparatus in this embodiment of this application may further include other modules or units, or include modules having functions similar to those of modules in FIG. 3, or may not necessarily include all modules in FIG. 3.


A first processing module 310 is configured to determine C code blocks, where C is a positive integer.


A second processing module 320 is configured to divide the C code blocks into K code block groups, where an absolute value ΔC of a difference between quantities of code blocks included in any two of the K code block groups is less than or equal to a first threshold, and K is a positive integer.


In this data processing apparatus, because the difference between the quantities of code blocks included in any two of the K code block groups into which the C code blocks are divided is less than a threshold, the C code blocks can be divided into the K code block groups as equally as possible. This helps make bit error performance of all code block groups close to each other, thereby ensuring good overall bit error performance of a transport block.


Optionally, the first threshold may be equal to 1.


Optionally, a quantity of code blocks included in each of the K code block groups may be determined based on C and K.


Optionally, each of K1 code block groups in the K code block groups includes C1 code blocks of the C code blocks, and each of K2 code block groups in the K code block groups includes C2 code blocks of the C code blocks, where C1 and C2 are determined based on







C
1

=



C
K








and C2=C1−1, and ┌ ┐ represents rounding up to an integer.


Optionally, each of K1 code block groups in the K code block groups includes C1 code blocks of the C code blocks, and each of K2 code block groups in the K code block groups includes C2 code blocks of the C code blocks, where K1 and K2 are determined based on K2=K×C1−C and K1=K−K2.


Optionally, the data processing apparatus may be a transmit end of the C code blocks. Correspondingly, the data processing apparatus further includes a third processing module, configured to obtain indication information, where the indication information is used to indicate a to-be-transmitted code block group in the K code block groups; the second processing module is further configured to determine the to-be-transmitted code block group in the K code block groups based on the indication information.


Optionally, the data processing apparatus may be a receive end of the C code blocks. Correspondingly, the second processing module is further configured to determine a to-be-transmitted code block group in the K code block groups, where the to-be-transmitted code block group includes a code block with a decoding error in the C code blocks. In this case, the data processing apparatus may further include a third processing module, where the third processing module is configured to send indication information about the to-be-transmitted code block group.


Optionally, K may be system-configured or obtained from system signaling.


The data processing apparatus shown in FIG. 3 may perform the steps in the data processing method shown in FIG. 2. For brevity, details are not described herein again.



FIG. 4 is a schematic structural diagram of a data processing apparatus according to another embodiment of this application. It should be understood that the data processing apparatus 400 shown in FIG. 4 is merely an example. The data processing apparatus in this embodiment of this application may further include other modules or units, or include modules having functions similar to those of modules in FIG. 4. The data processing apparatus 400 may include one or more processors 410.


The processor 410 may be configured to perform the operations or steps that can be performed by the first processing module 310 and the second processing module 320 in FIG. 3. Optionally, the processor 410 may be further configured to perform the operations or steps that can be performed by the third processing module included in the data processing apparatus 300.


The data processing apparatus shown in FIG. 4 may further include a receiver and a transmitter, configured to communicate with other devices. The receiver and the transmitter may be integrated into a transceiver.


The data processing apparatus shown in FIG. 4 may also include one or more memories, configured to store program code for execution by the processor. The processor 410 may integrate a memory or be coupled to the one or more memories, and is configured to invoke an instruction in the memory to perform the steps described in the foregoing method embodiment.


A person of ordinary skill in the art may be aware that, the units and algorithm steps in the examples described with reference to the embodiments disclosed in this specification may be performed by electronic hardware or a combination of computer software and electronic hardware. Whether the functions are implemented by hardware or software depends on particular applications and design constraints of the technical solutions. A person skilled in the art may use different methods to implement the described functions for different particular applications, but it should not be considered that the implementation has gone beyond the scope of this application.


It may be clearly understood by a person skilled in the art that, for the purpose of convenient and brief description, for a detailed working process of the foregoing system, apparatus, or unit, reference may be made to a corresponding process in the foregoing method embodiment, and details are not described herein again.


In the several embodiments provided in this application, it should be understood that the disclosed system, apparatus, and method may be implemented in other manners. For example, the described apparatus embodiments are merely examples. For example, the unit division is merely logical function division and may be other division in actual implementation. For example, a plurality of units or components may be combined or integrated into another system, or some features may be ignored or not performed. In addition, the displayed or discussed mutual couplings or direct couplings or communication connections may be indirect couplings or communication connections through some interfaces, apparatuses, or units, and may be implemented in electrical, mechanical, or other forms.


The units described as separate parts may or may not be physically separate. Parts displayed as units may or may not be physical units, and may be located in one position or distributed on a plurality of network units. Some or all of the units may be selected based on actual requirements to achieve the objectives of the solutions of the embodiments.


In addition, the functional units in the embodiments of this application may be integrated into one processing unit, or each of the units may exist alone physically, or two or more units are integrated into one unit.


All or some of the foregoing embodiments may be implemented by software, hardware, firmware, or any combination thereof. When software is used to implement the embodiments, the embodiments may be implemented completely or partially in a form of a computer program product. The computer program product includes one or more computer instructions. When the computer program instructions are loaded and executed on a computer, the procedure or functions according to the embodiments of this application are all or partially generated. The computer may be a general-purpose computer, a dedicated computer, a computer network, or other programmable apparatuses. The computer instructions may be stored in a computer-readable storage medium or may be transmitted from a computer-readable storage medium to another computer-readable storage medium. For example, the computer instructions may be transmitted from a website, computer, server, or data center to another website, computer, server, or data center in a wired (for example, through a coaxial cable, an optical fiber, or a digital subscriber line (DSL)) or wireless (for example, through infrared, radio, or microwave) manner. The computer-readable storage medium may be any usable medium accessible by a computer, or a data storage device, such as a server or a data center, integrating one or more usable media. The usable medium may be a magnetic medium (for example, a floppy disk, a hard disk, or a magnetic tape), an optical medium (for example, a DVD), a semiconductor medium (for example, a solid state disk (SSD)), or the like.


The foregoing descriptions are merely specific implementations of this application, but are not intended to limit the protection scope of this application. Any variation or replacement readily figured out by a person skilled in the art within the technical scope disclosed in this application shall fall within the protection scope of this application. Therefore, the protection scope of this application shall be subject to the protection scope of the claims.

Claims
  • 1. A data processing method, comprising: determining a quantity C of code blocks of a transport block and a quantity K of code block groups of the transport block; anddetermining, based on the quantity C of code blocks of the transport block and the quantity K of code block groups of the transport block, code blocks comprised in a code block group K′, wherein quantities of code blocks comprised in any two of the K code block groups are equal or have a difference of 1;wherein each of the first K1 code block groups in the K code block groups of the transport block comprises
  • 2. The method according to claim 1, wherein the code block group K′ in the first K1 code block groups comprises the
  • 3. The method according to claim 1, wherein the code block group K′ in the last K2 code block groups comprises the
  • 4. The method according to claim 1, wherein the method further comprises: receiving indication information, wherein the indication information is used to indicate the code block group K′ as a to-be-transmitted code block group; andsending the code blocks in the code block group K′.
  • 5. The method according to claim 1, wherein when the C code blocks are equally divided into K code block groups, each of the K code block groups comprises
  • 6. The method according to claim 1, wherein K is obtained from system signaling.
  • 7. A data processing apparatus, comprising: one or more memories configured to store program instructions; andone or more processors coupled to the one or more memories and configured to execute the program instructions;wherein execution of the program instructions by the one or more processors cause the apparatus to:determine a quantity C of code blocks of a transport block and a quantity K of code block groups of the transport block; anddetermine code blocks comprised in a code block group K′ based on the quantity C of code blocks of the transport block and the quantity K of code block groups of the transport block, wherein quantities of code blocks comprised in any two of the K code block groups are equal or have a difference of 1;wherein each of the first K1 code block groups in the K code block groups of the transport block comprises
  • 8. The apparatus according to claim 7, wherein the code block group K′ in first K1 code block groups comprises the
  • 9. The apparatus according to claim 7, wherein the code block group K′ in the last K2 code block groups comprises the
  • 10. The apparatus according to claim 7, wherein the apparatus further comprises a transceiver, wherein the transceiver is configured to: receive indication information, wherein the indication information is used to indicate the code block group K′ as a to-be-transmitted code block group; andsend the code blocks in the code block group K′.
  • 11. The apparatus according to claim 7, wherein when the C code blocks are equally divided into K code block groups, each of the K code block groups comprises
  • 12. The apparatus according to claim 7, wherein K is obtained from system signaling.
  • 13. The apparatus according to claim 7, wherein the apparatus is a network device or a terminal.
  • 14. A non-transitory computer readable storage medium comprising an instruction stored thereon which, when run on a computer, cause the computer to perform operations comprising: determining a quantity C of code blocks of a transport block and a quantity K of code block groups of the transport block; anddetermining, based on the quantity C of code blocks of the transport block and the quantity K of code block groups of the transport block, code blocks comprised in a code block group K′, wherein quantities of code blocks comprised in any two of the K code block groups are equal or have a difference of 1;wherein each of the first K1 code block groups in the K code block groups of the transport block comprises
  • 15. The non-transitory computer readable storage medium according to claim 14, wherein the code block group K′ in first K1 code block groups comprises the
  • 16. The non-transitory computer readable storage medium according to claim 14, wherein the code block group K′ in the last K2 code block groups comprises the
  • 17. The non-transitory computer readable storage medium according to claim 14, wherein the operations further comprises: receiving indication information, wherein the indication information is used to indicate the code block group K′ as a to-be-transmitted code block group; andsending the code blocks in the code block group K′.
Priority Claims (1)
Number Date Country Kind
201710295425.3 Apr 2017 CN national
CROSS-REFERENCE TO RELATED APPLICATIONS

This application is a continuation of International Application No. PCT/CN2018/084156, filed on Apr. 24, 2018, which claims priority to Chinese Patent Application No. 201710295425.3, filed on Apr. 28, 2017. The disclosures of the aforementioned applications are hereby incorporated by reference in their entireties.

US Referenced Citations (4)
Number Name Date Kind
20080288850 Rhee et al. Nov 2008 A1
20180278368 Kim Sep 2018 A1
20190386781 Lin Dec 2019 A1
20200295873 Jayasinghe Sep 2020 A1
Foreign Referenced Citations (2)
Number Date Country
101667900 Mar 2010 CN
3584977 Dec 2019 EP
Non-Patent Literature Citations (3)
Entry
“Overview of CBG-based retransmission in NR,” 3GPPTSG RAN WG1 Meeting #88bis, Spokane, USA, R1-1705401, pp. 1-4, 3rd Generation Partnership Project, Valbonne, France (Apr. 3-7, 2017).
“Discussion on CBG-based feedback and retransmission,” 3GPP TSG RAN WG1 Meeting #88bis, Spokane, USA, R1-1705066, pp. 1-4, 3rd Generation Partnership Project, Valbonne, France (Apr. 3-7, 2017).
“WF on CB-group based retransmission,” 3GPP TSG RAN1#88bis, Spokane, USA, R1-1706585, pp. 1-4, 3rd Generation Partnership Project, Valbonne, France (Apr. 3-7, 2017).
Related Publications (1)
Number Date Country
20200059329 A1 Feb 2020 US
Continuations (1)
Number Date Country
Parent PCT/CN2018/084156 Apr 2018 US
Child 16665750 US