WO2021139751A1 - Data processing method, configuration method, and communication device - Google Patents

Data processing method, configuration method, and communication device Download PDF

Info

Publication number
WO2021139751A1
WO2021139751A1 PCT/CN2021/070812 CN2021070812W WO2021139751A1 WO 2021139751 A1 WO2021139751 A1 WO 2021139751A1 CN 2021070812 W CN2021070812 W CN 2021070812W WO 2021139751 A1 WO2021139751 A1 WO 2021139751A1
Authority
WO
WIPO (PCT)
Prior art keywords
parameter
parameters
coding
sub
block
Prior art date
Application number
PCT/CN2021/070812
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 维沃移动通信有限公司
Publication of WO2021139751A1 publication Critical patent/WO2021139751A1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0009Systems modifying transmission characteristics according to link quality, e.g. power backoff by adapting the channel coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0033Systems modifying transmission characteristics according to link quality, e.g. power backoff arrangements specific to the transmitter

Definitions

  • the embodiments of the present invention relate to the field of communication technology, and in particular, to a data processing method, a configuration method, and a communication device.
  • Packet Duplication also known as packet data aggregation protocol
  • PDCP Packet Data Convergence Protocol
  • Duplication Duplication
  • PDCP Packet two independent transmission paths are used to transmit the same PDCP packet
  • PDCP Packet two independent transmission paths are used to transmit the same PDCP packet
  • the embodiments of the present invention provide a data processing method, a configuration method, and a communication device to solve the problem of low spectrum utilization due to high redundancy in data transmission in the prior art.
  • the present invention is implemented as follows:
  • an embodiment of the present invention provides a data processing method applied to a first communication device, and the method includes:
  • N is a positive integer.
  • an embodiment of the present invention provides a data processing method applied to a second communication device, and the method includes:
  • each of the column vectors includes K elements, and K is the first The number of partitions of the data block, where M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
  • the first matrix is a row full-rank matrix
  • an embodiment of the present invention provides a configuration method, which is applied to a third communication device, and the method includes:
  • the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, where L is positive Integer
  • the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block
  • the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
  • the first parameter is used to determine the number of partitions of the data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • an embodiment of the present invention also provides a communication device, the communication device is a first communication device, and the communication device includes:
  • the first obtaining module is used to obtain network coding parameters
  • the first generating module is configured to generate N coding sub-blocks of the first data block through the target layer according to the network coding parameters, where N is a positive integer;
  • the first sending module is configured to send the N coded sub-blocks to the second communication device.
  • an embodiment of the present invention also provides a communication device, the communication device is a second communication device, and the communication device includes:
  • the second obtaining module is configured to obtain M column vectors corresponding to the M coding sub-blocks when the M coding sub-blocks corresponding to the first data block are received, and each column vector includes K elements , K is the number of divisions of the first data block, and M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
  • a second generation module configured to generate a first matrix, the first matrix including the M column vectors
  • the restoration module is configured to restore the first data block according to the first matrix and the M coded sub-blocks when the first matrix is a row full-rank matrix.
  • an embodiment of the present invention also provides a communication device, the communication device is a third communication device, and the communication device includes:
  • the second sending module is configured to send configuration information for configuring network coding parameters.
  • the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, L is a positive integer;
  • the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block
  • the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
  • the first parameter is used to determine the number of partitions of the data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • an embodiment of the present invention also provides a communication device that includes a processor, a memory, and a computer program stored on the memory and capable of running on the processor, and the computer program is
  • the processor implements the steps of the data processing method described in the first aspect above, or the steps of the data processing method described in the second aspect above, or the steps of the configuration method described in the third aspect when executed by the processor.
  • an embodiment of the present invention also provides a computer-readable storage medium having a computer program stored on the computer-readable storage medium, and when the computer program is executed by a processor, the data processing as described in the first aspect is realized.
  • the first communication device may generate N coding sub-blocks of the first data block through the target layer according to the acquired network coding parameters, and send the N coding sub-blocks to the second communication device, N is a positive integer.
  • the second communication device can obtain the first data block based on the received coding sub-block. It can be seen that the embodiment of the present invention adopts network coding to realize the transmission of the first data block from the first communication device to the second communication device, thereby reducing the redundancy of data transmission while ensuring the reliability of data transmission, and thereby Can improve spectrum utilization.
  • Figure 1 is one of the flowcharts of a data processing method provided by an embodiment of the present invention
  • FIG. 3 is one of the flowcharts of the configuration method provided by the embodiment of the present invention.
  • FIG. 5 is the third flowchart of the data processing method provided by the embodiment of the present invention.
  • FIG. 6 is the fourth flow chart of the data processing method provided by the embodiment of the present invention.
  • Figure 7 is one of the schematic diagrams of a communication system provided by an embodiment of the present invention.
  • FIG. 8 is one of the schematic diagrams of the header of the coding sub-block provided by an embodiment of the present invention.
  • Fig. 9 is a second schematic diagram of a communication system provided by an embodiment of the present invention.
  • FIG. 10 is the second schematic diagram of the header of a coding sub-block provided by an embodiment of the present invention.
  • FIG. 11 is a third schematic diagram of a communication system provided by an embodiment of the present invention.
  • FIG. 12 is the third schematic diagram of the header of a coding sub-block provided by an embodiment of the present invention.
  • Figure 13 is one of the structural diagrams of a communication device provided by an embodiment of the present invention.
  • FIG. 14 is a second structural diagram of a communication device provided by an embodiment of the present invention.
  • FIG. 15 is the third structural diagram of a communication device provided by an embodiment of the present invention.
  • FIG. 16 is the fourth structural diagram of the communication device provided by the embodiment of the present invention.
  • first”, “second”, etc. in the present invention are used to distinguish similar objects, and are not necessarily used to describe a specific sequence or sequence.
  • the terms “including” and “having” and any variations of them are intended to cover non-exclusive inclusions.
  • a process, method, system, product, or device that includes a series of steps or units is not necessarily limited to those clearly listed. Those steps or units may include other steps or units that are not clearly listed or are inherent to these processes, methods, products, or equipment.
  • the use of "and/or" in the present invention means at least one of the connected objects, such as A and/or B and/or C, which means that it includes A alone, B alone, C alone, and both A and B exist, Both B and C exist, A and C exist, and A, B, and C all exist in 7 cases.
  • the network coding process may include the following steps:
  • Step 1 The originator divides the original data block.
  • the original data block can be evenly divided into K original data sub-blocks (Source Data Segment).
  • the original data block can be expressed as:
  • p k represents the Kth original data sub-block obtained by dividing the original data block P.
  • Each element in p k belongs to GF(2), GF is Galois Field, and GF(2) is the simplest finite field.
  • each element in p k only takes a value between 0 and 1, and the result of the operation is only 0 and 1, which is equivalent to only exclusive OR and multiplication.
  • Step 2 The sender generates a coding matrix.
  • the coding matrix is as follows:
  • the coding matrix M includes elements of K rows and N columns, where K is the number of original data sub-blocks obtained by dividing the original data block into equal parts, and N is the number of coded sub-blocks obtained by encoding K original data sub-blocks. Number. It should be understood that i in the coding matrix M is a positive integer less than or equal to K, and j is a positive integer less than or equal to N. In addition, a column of elements in the coding matrix M can be referred to as a column vector in the coding matrix M.
  • each column vector in the coding matrix M includes K elements, and each element in the coding matrix only takes a value between 0 and 1, therefore, the value of the degree of freedom of each column vector in the coding matrix M is greater than or Equal to 0, less than or equal to K. It should be understood that the values of the degrees of freedom of different columns may be the same or different.
  • the degree of freedom d obeys a specific distribution ⁇ (d).
  • c is a suitable constant
  • is the allowable failure probability
  • the j-th column vector in the coding matrix M (that is, the j-th column vector from left to right in the coding matrix M) can be generated in the following way:
  • the value of K of the coding matrix M is 3 and the value of N is 4; the value of the degree of freedom of the first column vector of the coding matrix M is 1, and the value of the degree of freedom of the second column vector is 1.
  • the value of the degree of freedom of the third column of vectors is 2, and the value of the degree of freedom of the fourth column of vectors is 2.
  • the first element of the first column vector from top to bottom takes the value 1
  • the second and third elements of the third column vector from top to bottom take the value of 1
  • the fourth column vector from the top is 1.
  • Step 3 The sender encodes the original data block P to generate N coded sub-blocks.
  • c N is the N-th coded sub-block among the N coded sub-blocks. It can be known from the above formula that c N is determined based on the original data block P and the Nth column vector in the coding matrix M. Therefore, it can be considered that the Nth coding sub-block has a corresponding relationship with the Nth column vector in the coding matrix M. It can be seen that each coding sub-block corresponds to a column vector in the coding matrix M.
  • the column vector corresponding to the coding sub-block may also be referred to as the number of the original data sub-block required to generate the coding sub-block. Since the column vectors corresponding to different coding sub-blocks are different column vectors of the coding matrix M, the numbers of the original data sub-blocks required to generate different coding sub-blocks are different.
  • Step 4 The receiving end decodes the received coded sub-block and restores the original data block.
  • Both the transmitting and receiving ends need to have the original data sub-block number (that is, the j-th column vector in the coding matrix M corresponding to the j-th coding sub-block) required to generate the coding sub-block.
  • the receiving end combines the column vectors corresponding to the received coding sub-blocks into a matrix H.
  • the obtained original data sub-blocks are combined in order, that is, the original data block P is completely restored.
  • the required redundancy varies in different situations, but in general, the required redundancy is significantly less than 100%.
  • the receiving end has no prejudice to the received coding sub-block (it is not required to receive a specific coding sub-block), only the matrix composed of the column vector corresponding to the received coding sub-block is in line with the full row Under the condition of the rank, the coded sub-block can be successfully decoded.
  • the embodiment of the present invention adopts a network coding manner to realize the transmission of the data block from the first communication device to the second communication device.
  • the embodiment of the present invention includes a data processing method applied to a first communication device, a data processing method applied to a second communication device, and a configuration method applied to a third communication device.
  • the first communication device can send the data block in the manner of network coding through the data processing method applied to the first communication device.
  • the second communication device can recover the database sent by the first communication device in a network coding manner.
  • the third communication device can configure the network coding parameters for the first communication device and the second communication device.
  • the communication device may be a network-side device or a terminal (also called User Equipment (UE)).
  • UE User Equipment
  • the embodiments of the present invention may include the following application scenarios.
  • Both the first communication device and the second communication device may be UEs.
  • the data block can be transmitted between UEs in a network coding manner.
  • One of the first communication device and the second communication device is a UE, and the other communication device may be a base station.
  • the data block can be transmitted between the UE and the base station in a network coding manner.
  • One of the first communication device and the second communication device is a UE, and the other communication device may be an intermediate point between the UE and the base station.
  • the data block can be transmitted between the UE and the intermediate point in a network coding manner.
  • One of the first communication device and the second communication device is a base station, and the other communication device may be an intermediate point between the UE and the base station. That is to say, the data block can be transmitted between the base station and the intermediate point by means of network coding.
  • Both the first communication device and the second communication device can be intermediate points between the UE and the base station.
  • data blocks can be transmitted between intermediate points by means of network coding.
  • the UE can be a mobile phone, a tablet (Personal Computer), a laptop (Laptop Computer), a personal digital assistant (PDA), a mobile Internet device (Mobile Internet Device, MID), Wearable device (Wearable Device) or vehicle-mounted device, etc.
  • the intermediate point between the UE and the base station may be a relay or an Integrated Access Backhaul (IAB) node, etc.
  • the third communication device in the embodiment of the present invention may be a base station, an IAB node, a relay, or an access point, etc.
  • FIG. 1 is one of the flowcharts of the data processing method provided by the embodiment of the present invention.
  • the data processing method shown in FIG. 1 can be applied to the first communication device.
  • the data processing method may include the following steps:
  • Step 101 Obtain network coding parameters.
  • the acquiring network coding parameters includes: acquiring the network coding parameters according to at least one of the protocol agreement and the configuration information sent by the third communication device. That is to say, the network coding parameters may be agreed by the protocol and/or configured by the third communication device.
  • the network coding parameters may include one or at least two parameters. It should be understood that in the case where the number of parameters included in the network coding parameter is different, the method of obtaining the network coding parameter may be different, and the specific description is as follows:
  • the network coding parameter may be predetermined by a protocol or configured by a third communication device.
  • the network coding parameters include two or more parameters, the following implementation manners may be included:
  • the network coding parameters include a first part of parameters and a second part of parameters, the first part of parameters is predetermined by a protocol, and the second part of parameters is configured by a third communication device.
  • the specific expression forms of the first part of the parameters and the second part of the parameters may be determined according to actual conditions, which are not limited in the embodiment of the present invention.
  • the network coding parameter corresponds to a target object
  • the target object may correspond to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group. That is, the network coding parameter is the network coding parameter of the target object, and the network coding parameter serves the target object.
  • the first communication device may perform network coding processing based on the network coding parameters corresponding to the target object.
  • Step 102 Generate N coded sub-blocks of the first data block through the target layer according to the network coding parameters, where N is a positive integer.
  • N 1
  • the target layer does not perform network coding on the first data block.
  • N 1
  • the target layer performs network coding on the first data block. The following mainly describes the case where N is greater than 1.
  • the target layer of the first communication device may first generate the first data block P and the coding matrix M according to the network coding parameters, and then use the first data block P and the coding matrix M to generate the first data block N coding sub-blocks.
  • Step 103 Send the N coded sub-blocks to the second communication device.
  • the first communication device may generate N coding sub-blocks of the first data block through the target layer according to the acquired network coding parameters, and send the N coding sub-blocks to the second communication device , N is a positive integer.
  • the second communication device can obtain the first data block based on the received coding sub-block.
  • the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, and L is a positive integer;
  • the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block
  • the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
  • the first parameter is used to determine the number of divisions of the first data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • the first parameter may be used to determine the number of divisions of the first data block, that is, the value of K.
  • the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
  • the first communication device may directly determine the value of the first parameter as the division of the first data block Number of copies. Exemplarily, assuming that the value of the first parameter is 5, the number of divisions of the first data block is 5, and the first communication device may equally divide the first data block into 5 data sub-blocks.
  • the first communication device may select any positive integer less than or equal to the value of the first parameter as the first data block The number of splits. Exemplarily, assuming that the value of the first parameter is 5, the first communication device may determine that the number of divisions of the first data block is 3, and divide the first data block into 3 data sub-blocks on average.
  • the second parameter can be used to determine the value of N.
  • the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
  • the first communication device may directly determine the value of the second parameter as the value of N .
  • the value of the second parameter is 10.
  • the first communication device can generate 10 coded sub-blocks, that is, the first data block The block corresponds to 10 coded sub-blocks.
  • the first communication device may select any positive integer less than or equal to the value of the second parameter as the value of N value. Exemplarily, assuming that the value of the second parameter is 10, the first communication device may determine that the value of N is 8. At this time, for the first data block, the first communication device may generate 8 coding sub-blocks, that is In other words, the first data block corresponds to 8 coding sub-blocks.
  • the third parameter can be used to determine the distribution of degrees of freedom.
  • the distribution of degrees of freedom d is related to K, c, and ⁇ .
  • the value of K can be determined by the first parameter, therefore, the third parameter can be used to determine c and ⁇ .
  • the pseudo-random code seed can be used to determine the column vector information corresponding to the coded sub-block.
  • the communication device determines the column vector information corresponding to the coding sub-block according to the pseudo-random code seed, it also needs to combine the distribution of the degrees of freedom d. That is, the pseudo-random code seed determines the column vector information corresponding to the coded sub-block based on the distribution of the degrees of freedom d.
  • the column vector information may include the degree of freedom of the column vector and the number of the element whose value is 1 in the column vector.
  • the pseudo-random code seed may include a first pseudo-random code seed and a second pseudo-random code seed, wherein the first pseudo-random code seed is used to generate a column vector corresponding to the coding sub-block. Degree of freedom, the second random code seed is used to generate the number of the element whose value is 1 in the column vector corresponding to the coding sub-block.
  • the first pseudorandom code seed and the second pseudorandom code seed can be regarded as different types.
  • the pseudo-random code seed can be regarded as different types.
  • different types of pseudo-random code seeds can have different manifestations.
  • the first pseudo-random code seed can be represented as Arabic numerals
  • the second pseudo-random code seed can be represented as English letters.
  • the communication device can distinguish between different types of pseudo-random code seeds.
  • the foregoing manner is only an example. In practical applications, different types of pseudo-random code seeds may also be distinguished in other manners, which is not limited in the embodiment of the present invention.
  • the first pseudo-random code seed can generate N values, each value represents the value of the degree of freedom of a column vector;
  • the second pseudo-random code seed can generate N groups of values, each group of values includes V values, the value of V is equal to the number of elements with the value of 1 in the column vector, and each value in the V values represents the number of the element with the value of 1 in the column vector.
  • the value sequence generated by the first pseudo-random code seed is 2; 3; 5; 5; 1; 2, the second pseudo-random code
  • the value sequence generated by the seed is: 1, 2; 1, 3, 5; 1, 2, 3, 4, 5; 1, 2, 3, 4, 5; 3; 4, 5.
  • the first communication device may determine, based on the first pseudorandom code seed, that the value of N is 6, the coding matrix includes 6 column vectors, and the degree of freedom of the first column vector is 2, and the degree of freedom of the second column vector is 2. Is 3, the degree of freedom of the third column vector is 5, the degree of freedom of the fourth column vector is 5, the degree of freedom of the fifth column vector is 1, and the degree of freedom of the sixth column vector is 2.
  • the second communication device may determine, based on the second pseudo-random code seed, that the values of the first element and the second element in the first column vector are 1, and the remaining elements are 0; the first element in the first column vector The value of one element, the third element, and the fifth element is 1, and the value of the remaining elements is 0; the value of all elements in the third column vector and the fourth column vector is 1; the value of the fifth column vector is The value of the third element of is 1 and the value of other elements are 0; the value of the fourth element and the fifth element of the sixth column vector is 1, and the value of the remaining elements is 0.
  • the first communication device can generate a coding matrix M:
  • the first communication device generates 6 coding sub-blocks based on the first data block:
  • the value sequence that can be obtained based on the first pseudo-random code seed is 2; 3; 5; 5; 1.
  • the value sequence that can be obtained based on the first pseudo-random code seed is 2; 3; 1; 2; 1.
  • the first pseudo-random code seed can be used to determine the degree of freedom corresponding to the coded sub-block.
  • the generated N sets of values can be different.
  • the column vector information may be a column vector.
  • the pseudo-random code seed can be used to generate N column vectors.
  • the first communication device can generate an encoding matrix M based on the generated N column vectors; in addition, the first communication device can determine the value of K based on the number of elements included in any column vector of the generated N column vectors, Generate the first data block P. After that, N coded sub-blocks of the first data block are generated.
  • the second communication device can autonomously determine the column vector corresponding to the coding sub-block based on the pseudo-random code seed, which is compared with the second communication device based on the pseudo-random code seed.
  • the instruction of the first communication device determines the column vector corresponding to the coding sub-block, which can reduce the signaling overhead between the first communication device and the second communication device.
  • the number is the number of the network coding parameter combination, and can be used to indicate the network coding parameter combination.
  • the network coding parameter combination may include at least two of the following: a first parameter, a second parameter, and a third parameter.
  • the first communication device may store P network coding parameter combinations.
  • the first communication device may determine the L network coding parameter combinations in the P network coding parameter combinations based on the L numbers.
  • the network coding parameter combination includes the first parameter, the second parameter, and the third parameter.
  • the first communication device can determine the values of K, N, c, and ⁇ .
  • the first communication device can autonomously select the target number from the L numbers, and then determine the values of K, N, c, and ⁇ according to the target encoding parameter combination corresponding to the target number.
  • Obtaining method 1 Obtain the value of K according to the first parameter.
  • the second acquisition method is to acquire the value of K according to the number of the network coding parameter combination, and the network coding parameter combination includes the first parameter.
  • N can be obtained in any of the following ways:
  • the third acquisition method is to acquire the value of N according to the second parameter.
  • the fourth method of obtaining is to obtain the value of N according to the number of the network coding parameter combination, and the network coding parameter combination includes the second parameter.
  • the purpose of acquiring the network coding parameters by the first communication device is to generate a first data block P and generate a coding matrix M, and then generate first data according to the generated first data block P and coding matrix M. N coded sub-blocks of the block.
  • the first communication device can generate the first data block P after obtaining the value of K.
  • the coding matrix M it can be generated according to K, N, c, and ⁇ .
  • the network coding parameters in any of the following manifestations can enable the first communication device to generate the first data block P and the coding matrix M, and then generate the first data block P and the coding matrix M according to the generated first data block P and the coding matrix M.
  • the network coding parameters include L first parameters, L second parameters, and third parameters.
  • the first communication device may select a first parameter from the L first parameters, and then determine the value of K based on the first parameter; A second parameter is selected for the L second parameters, and then the value of N is determined based on the second parameter.
  • the L second parameters correspond to the L first parameters.
  • the L second parameters and the L first parameters have a one-to-one correspondence.
  • the first communication device can only select the first parameter or the second parameter, and then can determine the other one of the first parameter and the second parameter based on the above-mentioned corresponding relationship, thereby simplifying the selection operation of the first communication device .
  • the number of the third parameter is 1 or Q
  • Q is an integer greater than 1 and less than or equal to L.
  • the Q third parameters satisfy at least one of the following:
  • the Q third parameters correspond to the L first parameters
  • the Q third parameters correspond to the L second parameters.
  • the Q third parameters correspond to the L first parameters
  • the first communication device may determine the third parameter based on the determined first parameter.
  • the Q third parameters correspond to the L second parameters
  • the Q third parameters can also correspond to two or more of the Q third parameters; if the value of Q is equal to the value of L, then one of the L second parameters corresponds to the Q third parameter.
  • the first communication device may determine the third parameter based on the determined second parameter.
  • Expression form 2 The network coding parameters include L numbers.
  • the network coding parameter may only include L numbers.
  • the network coding parameter combination includes the first parameter and the third parameter
  • the network coding parameter may further include L second parameters.
  • the network coding parameter combination includes the first parameter and the second parameter
  • the network coding parameter may further include a third parameter.
  • the network coding parameter combination includes the second parameter and the third parameter
  • the network coding parameter may further include L first parameters.
  • the first communication device may first select one of the L parameters, and then generate N coding sub-blocks based on the selected parameters.
  • the value of N determined by the first communication device may be greater than the value of K, so as to improve the reliability of data block transmission.
  • the network coding parameters include a first parameter and a second parameter
  • the first parameter is the maximum divisible number of the first data block
  • the second parameter is the corresponding value of the first data block
  • the values of the first parameter and the second parameter are both 10.
  • the value of K determined by the first communication device may be 3, and the value of N may be 6.
  • the above-mentioned network coding parameters are only examples. Any data block that can cause the first communication device to generate the first data block P and the coding matrix M, and then generate the first data block according to the generated first data block P and the coding matrix M
  • the network coding parameters of the N coding sub-blocks all fall into the protection scope of the embodiment of the present invention.
  • the first communication device may first determine the distribution of the degrees of freedom d according to K, c, and ⁇ , and then may generate the coding matrix M according to the distribution of the degrees of freedom d, K and N.
  • the first communication device can autonomously determine the degrees of freedom corresponding to the N column vectors in the coding matrix according to the distribution of the degrees of freedom d, and the number of the element whose value is 1 in each of the N column vectors. .
  • the first communication device can generate the degrees of freedom of N column vectors based on the pseudo-random code seed, and the values of the elements of the N column vectors whose value is 1 in each column vector. Numbering.
  • the network coding parameters of the above-mentioned expression form 1 and expression form 2 may also include a pseudo-random code seed.
  • the first communication device since the degrees of freedom corresponding to the N column vectors in the coding matrix, and the number of the element whose value is 1 in each column vector of the N column vectors are determined independently by the first communication device Therefore, in order for the second communication device to decode successfully, the first communication device should instruct the second communication device to determine the degree of freedom of the N column vectors in the coding matrix determined by it, and the value of each column vector in the N column vectors The number of the element that is 1.
  • the second communication The device can determine the degrees of freedom corresponding to each of the N column vectors in the coding matrix by obtaining the pseudo-random code seed, and the number of the element whose value is 1 in each column vector of the N column vectors, without the instruction of the first communication device. Reduce the signaling overhead between the first communication device and the second communication device.
  • the header of the coding sub-block will be described below.
  • the header of the first coding sub-block in the N coding sub-blocks includes a first set field, and the first set field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the first coding sub-block
  • the fourth field is used to indicate the column vector information corresponding to the first coding sub-block
  • the fifth field is used to indicate the data length of the first coding sub-block.
  • the header of the first coding sub-block in the N coding sub-blocks includes a second set field, and the second set field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
  • the seventh field is used to indicate the target number among the L numbers
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the first coding sub-block
  • the fourth field is used to indicate the column vector information corresponding to the first coding sub-block
  • the fifth field is used to indicate the data length of the first coding sub-block.
  • the first field is used to indicate the number of divisions of the first data block, that is, the value of K. It can be seen that the first communication device can explicitly indicate the value of K by carrying the first field in the header of the coding sub-block.
  • the second field is used to indicate the number of the first data block.
  • the first communication device may send two or more data blocks to the second communication device. In this case, the first communication device sends coded sub-blocks with different data blocks. Therefore, in order to facilitate the second communication device to accurately identify the coding sub-block corresponding to the same data block, the first communication device may carry a second field in the header of each coding sub-block to indicate the number of the data block corresponding to the coding sub-block .
  • the third field is used to indicate the number of the first coding sub-block.
  • the value of N is generally greater than 1. It can be seen from the foregoing that the column vectors in the coding matrix corresponding to different coding sub-blocks are different. Therefore, in order to facilitate the second communication device to accurately determine the column vector corresponding to each coding sub-block, the first communication device may carry a third field in the header of each coding sub-block to indicate the number of the coding sub-block.
  • the fourth field is used to indicate column vector information corresponding to the first coding sub-block. Specifically, the fourth field may be used to indicate the degree of freedom of the column vector corresponding to the first coding sub-block, and the number of the element in the column vector whose value is 1. In this way, the second communication device can obtain the column vector corresponding to the first coding sub-block based on the fourth domain and the value of K.
  • the fifth field is used to indicate the data length of the first coding sub-block.
  • the sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block.
  • the protocol may agree on the correspondence between the fourth parameter and K. For example, if the value of the fourth parameter is 1, the value of K corresponding to the fourth parameter is 4; If the value is 2, the value of K corresponding to the fourth parameter is 5. In this way, the second communication device can determine the value of K based on the fourth parameter indicated by the sixth domain and the foregoing corresponding relationship.
  • the seventh field is used to indicate a target number in the L numbers, and the target number indicates a network coding parameter combination in P network coding parameter combinations. It should be understood that the target network coding parameter combination corresponding to the target number is a parameter used by the first communication device to generate the N coding sub-blocks. In this way, the second communication device can determine the value of K based on the target number indicated by the seventh field.
  • the first, sixth, and seventh fields can all be used to determine the value of K. It can be seen that the first communication device can carry the first and sixth fields in the header of the coding sub-block. Or the seventh field, which explicitly indicates the value of K.
  • the first communication device may also implicitly indicate the value of K.
  • the size of the first coding sub-block in the N coding sub-blocks corresponds to any one of the following:
  • the value of K is different, and the size of the coding sub-block is different.
  • the value of K may be negatively related to the size of the coding sub-block, that is, the smaller the value of K, the larger the size of the coding sub-block, and the smaller it is anyway.
  • the sizes of different coded sub-blocks corresponding to the same data block may be the same. Therefore, the first communication device may determine the value of K corresponding to the data block based on the size of any coding sub-block corresponding to the same data block.
  • the header of the network coding layer or the sub-label of the network coding sublayer may explicitly indicate the parameters used, or the network coding layer parameters may be implicitly indicated.
  • the first coding sub-block may be understood as any coding sub-block of the N coding sub-blocks.
  • the headers of different coded sub-blocks in the N coded sub-blocks may be the same or different.
  • one coding sub-block corresponding to the data block may carry the first domain to indicate the K value, and other coding sub-blocks corresponding to the data block may not carry the first domain.
  • the header of the coding sub-block may include the fourth field. If the second communication device determines to obtain the column vector corresponding to the received coding sub-block through the foregoing implementation manner 2, the header of the coding sub-block may not include the fourth field, so that the first communication device and the second communication can be reduced. Signaling overhead between devices.
  • the first communication device can perform network coding on the data block through the target layer.
  • the target layer may be:
  • the first layer in the Radio Access Network (RAN) protocol stack or,
  • the first layer can be regarded as an existing layer in the RAN protocol stack, such as the Packet Data Convergence Protocol (PDCP) layer, the Radio Link Control (RLC) layer, and the backhaul from The Backhaul Adaptation Protocol (BAP) layer, the Medium Access Control (MAC) layer, and the physical (PHY) layer;
  • the second layer can be regarded as a newly added layer in the RAN protocol stack.
  • the following describes the cases where the target layer is the first layer and the target layer is the second layer.
  • Case 1 The target layer is the first layer.
  • the first layer includes a network coding sublayer, a first target indication field is generated by the network coding sublayer, and the first target set field is the first set field or the second set field .
  • the first communication device performs network coding on the data block through the network coding sublayer of the first layer to generate coded sub-blocks.
  • the header of the first coding sub-block may further include a third aggregation field, and the third aggregation field is divided by the network coding from the target layer.
  • Other sub-layers other than sub-layers are generated.
  • the header of the coded sub-block includes the first target set field and the third set field.
  • the first target set field can be regarded as the first sub-header of the coded sub-block
  • the third set field can be regarded as the coded sub-block.
  • the third set field is generated by other sublayers in the first layer except the network coding sublayer.
  • the second subheader can be regarded as the header of the original first layer. For example, if the first layer is PDCP layer, the second sub-header can be regarded as the header of the PDCP layer.
  • the third collection domain is located before the first target collection domain, or the third collection domain is located after the first target collection domain.
  • the first layer first performs network coding processing to generate the first target collection domain, and then performs the existing processing of the first layer to generate the third collection domain .
  • the first layer first performs the existing processing of the first layer to generate the third collection domain, and then performs network coding processing to generate the first target collection domain .
  • Case 2 The target layer is the second layer.
  • the target layer is an independent layer. Therefore, the header of the coding sub-block may only include the first target set field.
  • the target layer can be set between any two existing layers of the RAN protocol stack.
  • the network coding layer satisfies any one of the following:
  • the network coding layer is set between the PDCP layer and the radio link control RLC layer;
  • the network coding layer is set between the PDCP layer and the backhaul adaptive protocol BAP layer.
  • FIG. 2 is the second flowchart of the data processing method provided by the embodiment of the present invention.
  • the data processing method shown in FIG. 2 can be applied to the second communication device.
  • the data processing method of this embodiment includes the following steps:
  • Step 201 In the case of receiving M coded sub-blocks corresponding to the first data block, obtain M column vectors corresponding to the M coded sub-blocks, each of the column vectors includes K elements, and K is all The number of divisions of the first data block, M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block.
  • Step 202 Generate a first matrix, where the first matrix includes the M column vectors.
  • Step 203 In a case where the first matrix is a row full-rank matrix, restore the first data block according to the first matrix and the M coded sub-blocks.
  • the number of received coding sub-blocks of the first data block may be greater than or equal to M.
  • the second communication device may select M coded sub-blocks from the received coded sub-blocks, and determine the corresponding code sub-blocks of the M coded sub-blocks. Whether the matrix generated by the M column vectors is a row-full-rank matrix, until the coding sub-blocks that make the row of the first matrix full-rank are found.
  • the restoring the first data block according to the first matrix and the M coding sub-blocks may specifically include: obtaining the first data according to the first matrix and the M coding sub-blocks The data sub-blocks corresponding to the blocks are then combined in order to obtain the first data block.
  • the second communication device may perform the above steps through the target layer.
  • the target layer can refer to the foregoing description, which will not be repeated here.
  • the obtaining M column vectors corresponding to the M coding sub-blocks includes:
  • Acquire M column vectors corresponding to the M coded sub-blocks according to the first information includes any one of the following:
  • a pseudo-random code seed in the network coding parameters where the pseudo-random code seed is used to determine the column vector information corresponding to the coding sub-block;
  • the fourth field in the header of each coding sub-block in the M coding sub-blocks, and the fourth field in the header of each coding sub-block is used to indicate column vector information corresponding to the coding sub-block.
  • the network coding parameters further include at least one of the following: L first parameters, L second parameters, third parameters, and L numbers, where L is a positive integer;
  • each network coding parameter combination includes at least two of the following: One parameter, second parameter, and third parameter;
  • the first parameter is used to determine the number of divisions of the first data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • the L second parameters correspond to the L first parameters.
  • the number of the third parameter is 1 or Q
  • Q is an integer greater than 1 and less than or equal to L.
  • the Q third parameters satisfy at least one of the following:
  • the Q third parameters correspond to the L first parameters
  • the Q third parameters correspond to the L second parameters.
  • the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
  • the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
  • the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  • the network coding parameter is determined according to at least one of a protocol agreement and configuration information sent by the third communication device.
  • the header of the second coding sub-block in the M coding sub-blocks further includes a fourth aggregation field, and the fourth aggregation field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the second coding sub-block
  • the fifth field is used to indicate the data length of the second coding sub-block.
  • the header of the second coding sub-block in the M coding sub-blocks further includes a fifth aggregation field, and the fifth aggregation field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
  • the seventh field is used to indicate a target number, where the target number indicates a target network coding parameter combination in P network coding parameter combinations, and P is a positive integer;
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the second coding sub-block
  • the fifth field is used to indicate the data length of the second coding sub-block.
  • the header of the second coding sub-block further includes a sixth set field, and the first The six set fields are generated by other sublayers in the first layer except the network coding sublayer;
  • the second target collection domain is the fourth collection domain or the fifth collection domain.
  • the sixth collection domain is located before the second target collection domain, or the third collection domain is located after the second target collection domain.
  • the second communication device may decode and obtain the first data block based on the received coding sub-block. It can be seen that the embodiment of the present invention adopts network coding to realize the transmission of the first data block from the first communication device to the second communication device, thereby reducing the redundancy of data transmission while ensuring the reliability of data transmission, and thereby Can improve spectrum utilization.
  • this embodiment serves as an embodiment of the second communication device corresponding to the method embodiment corresponding to FIG. 1. Therefore, you can refer to the relevant description in the method embodiment corresponding to FIG. 1, and the same beneficial effects can be achieved. . In order to avoid repeating the description, it will not be repeated here.
  • FIG. 3 is one of the flowcharts of the configuration method provided by the embodiment of the present invention.
  • the configuration method shown in FIG. 3 can be applied to the third communication device.
  • the configuration method of this embodiment includes the following steps:
  • Step 301 Send configuration information for configuring network coding parameters, where the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, and L numbers, L is a positive integer.
  • the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block
  • the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
  • the first parameter is used to determine the number of partitions of the data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • the L second parameters correspond to the L first parameters.
  • the number of the third parameter is 1 or Q
  • Q is an integer greater than 1 and less than or equal to L.
  • the Q third parameters satisfy at least one of the following:
  • the Q third parameters correspond to the L first parameters
  • the Q third parameters correspond to the L second parameters.
  • the first parameter is any one of the following: the number of divisions of the first data block, and the maximum number of divisions of the first data block.
  • the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
  • the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  • the third communication device can configure network coding parameters by sending configuration information, so that the first communication device and the second communication device can perform network coding and decoding on the data block based on the network coding parameters, and further Under the condition of ensuring the reliability of data transmission, the redundancy of data transmission is reduced, and the spectrum utilization rate can be improved.
  • this embodiment is an embodiment of the third communication device corresponding to the method embodiment corresponding to FIG. 1. Therefore, you can refer to the related description in the method embodiment corresponding to FIG. 1, and the same beneficial effects can be achieved. . In order to avoid repeating the description, it will not be repeated here.
  • Network Coding can be a completely new protocol layer or an extended sublayer of a certain layer in the existing protocol stack.
  • the present invention designs network coding for protocol design and related signaling design when RAN data transmission, including "network coding parameter configuration" and "NWC header design".
  • the configuration can be configured according to communication equipment or according to communication equipment.
  • the MAC entity, cell group, or LCH/LCG can be configured to configure a consistent network code, or it can be configured with multiple network codes to provide flexibility to choose according to the situation.
  • Figure 4 shows the flow chart of the network control unit that performs network coding configuration according to LCH
  • Figure 5 shows the flow chart of the origination of network coding configuration according to LCH
  • Figure 6 shows the network coding configuration according to LCH The flow chart of the configuration of the receipt.
  • Figure 4 includes the following steps:
  • Step 401 The network control unit configures the originating LCH network coding parameters.
  • Step 402 The network control unit configures the receiving end LCH network coding parameters.
  • the sending end LCH network coding parameters and the receiving end LCH network coding parameters configured by the network control unit may be the same or different.
  • Figure 5 includes the following steps:
  • Step 501 Receive an LCH network coding parameter of the communication device.
  • Step 502 Determine the header format of the coded sub-block.
  • Step 503 Perform network coding processing on the data block of the LCH according to the network coding parameter of the LCH and the header format of the coding sub-block to generate a coding sub-block.
  • Step 504 Send the coded sub-block generated by the LCH.
  • Figure 6 includes the following steps:
  • Step 601 Receive an LCH network coding parameter of the communication device.
  • Step 602 Determine the header format of the coded sub-block.
  • Step 603 Receive the coding sub-block of the LCH.
  • Step 604 According to the network coding parameters of the LCH and the header format of the coding sub-block, decode the received coding sub-block of the LCH, and restore the data block.
  • the receiving end may directly decode the received encoding sub-block of the LCH according to the header format of the encoding sub-block to restore the data block. Therefore, in these embodiments, the network control unit may not perform step 401, and the receiving end may not perform step 604.
  • the header format of the coding sub-block may be pre-arranged by the protocol. Specifically, the header format of the coding sub-block may include at least one of the aforementioned first to seventh fields.
  • the NWC layer is newly added between any two layers in the existing RAN protocol stack.
  • the configuration of network encoding includes one or more of the following parameters:
  • the "coding matrix parameter” is used to generate the coding matrix, including at least one of the following parameters: protocol definition or network (pre-)configured degree of freedom d related parameters, and locally generated distribution of d according to the related parameters;
  • Protocol definition or network (pre-)configured pseudo-random code seed (equipped at both receiving and sending ends), used to generate the number of the original data sub-block that needs to be used when encoding the sub-block;
  • Protocol definition or network (pre-)configuration of a network coding parameter combination number where "parameter combination” includes a K value, an N value, and related parameters generated by the coding matrix; different “parameter combination numbers” correspond to different network codes Parameter configuration.
  • the sender carries the number of the original data sub-block used when the coding sub-block is encoded in the NWC header of each coding sub-block;
  • the configuration of network encoding includes one or more of the following parameters:
  • Protocol definition or network (pre) configuration corresponding to K1, K2,..., KL corresponding to the number of codes N1, N2,..., NL (or the maximum number of coded sub-blocks Nmax) generated by encoding an original data block;
  • Protocol definition or network (pre-)configuration of "coding matrix parameters” are related parameters for generating degrees of freedom d, and the distribution of d is generated locally according to related parameters.
  • K and N values the same configuration can be configured "Encoding matrix parameters", you can also configure different "coding matrix parameters” for different K values (or combinations of K values) or N values (or combinations of N values). If it is the latter, you can pass the value of K or the value of N Value to implicitly indicate the "coding matrix parameter" used;
  • Protocol definition or network (pre-)configured pseudo-random code seed (equipped at both receiving and sending ends), used to generate the number of the original data sub-block that needs to be used when encoding the sub-block;
  • the header of the network coding layer can contain one or more of the following fields:
  • Network coding parameter combination number used to indicate the value of the number of copies K actually taken for the original data to be divided into equal parts
  • the number (index) of the original NWC data block (Service Data Unit, SDU);
  • the sender carries the number of the original data sub-block corresponding to the coded sub-block in the NWC header of each coded sub-block;
  • the network coding layer parameters can be implicitly indicated. At this time, the header of the network coding layer is not required to indicate the selected parameters with additional information .
  • the size of the received coding sub-block can be used to indicate the network coding layer parameters used (assuming that different network coding layer parameters correspond to different coding block sizes).
  • the NWC layer may be an extended sublayer of any layer of PDCP, BAP, or RLC in the existing RAN protocol stack.
  • the header of NWC can be regarded as an extension of the header of PDCP, BAP or RLC.
  • the NWC header is called an independent header
  • the header of the NWC plus the header that the layer originally needs to add to process the data is the final header of the layer. Therefore, in the second, the NWC The header can be regarded as a subheader.
  • the NWC layer is newly added between the PDCP and RLC layers in the protocol stack.
  • the configuration of network coding includes the following parameters:
  • Protocol definition or network (pre-)configuration pseudo-random code seed (equipped at both receiving and sending ends), used to generate the original data sub-block number corresponding to the coding sub-block;
  • a coding matrix is generated, the original data is coded, and the header of the network coding layer is added before each coding sub-block.
  • Figure 8 is an example diagram of the header of the network coding layer.
  • the header of the network coding layer contains the following fields:
  • the NWC layer is an extended sublayer of PDCP in the existing protocol stack.
  • the configuration of the network coding parameters is configured for each LCH, and the configuration of the network coding parameters has a many-to-one relationship with the LCH.
  • the configuration of network coding includes parameters:
  • the protocol defines the relevant parameters of the degrees of freedom d l corresponding to K 1 , K 2 ,..., K L , and locally generates the distribution of d l according to the relevant parameters.
  • the packet size of the PDCP SDU determine the l-th K value among the L parameters defined by the protocol, namely K l ;
  • the value of N l corresponding to K l and the related parameters of corresponding d l can be obtained according to the value of l, and the distribution of d l can be generated;
  • a coding matrix is generated, the original data is coded, and the header of the network coding layer is added before each coding sub-block.
  • the header of the network coding layer contains the following fields:
  • NWC SDU service data unit number (index);
  • the initiator carries the number of the original data sub-block corresponding to the coded sub-block in the NWC header of each coded sub-block.
  • the NWC layer is an extended sublayer of RLC in the existing IAB protocol stack.
  • the configuration of the network coding parameters is configured for each LCH (logical channel), and the configuration of the network coding parameters is in a many-to-one relationship with the LCH.
  • the configuration of network coding includes parameters:
  • the protocol defines the number of codes corresponding to K 1 , K 2 ,..., K L N 1 , N 2 ,..., N L ;
  • the protocol defines the relevant parameters of the degrees of freedom d l corresponding to K 1 , K 2 ,..., K L , and locally generates the distribution of d l according to the relevant parameters.
  • the packet size of the PDCP SDU determine the l-th K value among the L parameters defined by the protocol, namely K l ;
  • the value of N l corresponding to K l and the related parameters of corresponding d l can be obtained according to the value of l, and the distribution of d l can be generated;
  • a coding matrix is generated, the original data is coded, and the header of the network coding layer is added before each coding sub-block.
  • the header of the network coding layer contains the following fields:
  • NWC SDU service data unit number (index);
  • the initiator carries the number of the original data sub-block corresponding to the coded sub-block in the NWC header of each coded sub-block.
  • D/C is used to indicate whether the protocol data unit (Protocol Data Unit, PDU) belongs to the data (data) or control (control) category; reserved (R); sequence Number (Sequence Number, SN).
  • the embodiment of the present invention is applicable to data transmission of IAB node wireless loop, between UE and serving base station, and sidelink wireless connection between UE.
  • the present invention provides a "network coding layer" design scheme, which designs the signaling configuration of the network coding (the way of indicating important parameters in the network coding) and the fields carried in the header of the SDU passing through the network coding layer. .
  • network coding can be effectively applied to the current communication system, so that the "network coding" method for data transmission has the beneficial effects of low delay and high spectrum utilization at the same time.
  • FIG. 13 is one of the structural diagrams of a communication device provided by an embodiment of the present invention.
  • the communication device shown in FIG. 13 is the first communication device in the embodiment of the present invention.
  • the communication device 1300 includes:
  • the first obtaining module 1301 is used to obtain network coding parameters
  • the first generating module 1302 is configured to generate N coding sub-blocks of the first data block through the target layer according to the network coding parameters, where N is a positive integer;
  • the first sending module 1303 is configured to send the N coded sub-blocks to the second communication device.
  • the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, and L is a positive integer;
  • the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block
  • the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
  • the first parameter is used to determine the number of divisions of the first data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • the L second parameters correspond to the L first parameters.
  • the number of the third parameter is 1 or Q
  • Q is an integer greater than 1 and less than or equal to L.
  • the Q third parameters satisfy at least one of the following:
  • the Q third parameters correspond to the L first parameters
  • the Q third parameters correspond to the L second parameters.
  • the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
  • the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
  • the size of the first coding sub-block in the N coding sub-blocks corresponds to any one of the following:
  • the header of the first coding sub-block in the N coding sub-blocks includes a first set field, and the first set field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the first coding sub-block
  • the fourth field is used to indicate the column vector information corresponding to the first coding sub-block
  • the fifth field is used to indicate the data length of the first coding sub-block.
  • the header of the first coding sub-block in the N coding sub-blocks includes a second set field, and the second set field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
  • the seventh field is used to indicate the target number among the L numbers
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the first coding sub-block
  • the fourth field is used to indicate the column vector information corresponding to the first coding sub-block
  • the fifth field is used to indicate the data length of the first coding sub-block.
  • the target layer is the first layer in the radio access network RAN protocol stack
  • the first layer includes a network coding sublayer
  • the first target indication field is generated by the network coding sublayer
  • the first target collection domain is the first collection domain or the second collection domain.
  • the header of the first coding sub-block further includes a third aggregation field, and the third aggregation field is generated by another sub-layer in the target layer except the network coding sub-layer.
  • the third collection domain is located before the first target collection domain, or the third collection domain is located after the first target collection domain.
  • the target layer is the second layer in the RAN protocol stack, and the second layer is the network coding layer.
  • the network coding layer satisfies any one of the following:
  • the network coding layer is set between the PDCP layer and the radio link control RLC layer;
  • the network coding layer is set between the PDCP layer and the backhaul adaptive protocol BAP layer.
  • the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  • the first obtaining module 1301 is specifically configured to:
  • the communication device 1300 can implement each process implemented by the first communication device in the method embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
  • FIG. 14 is a second structural diagram of a communication device provided by an embodiment of the present invention.
  • the communication device shown in FIG. 14 is the second communication device according to the embodiment of the present invention.
  • the communication device 1400 includes:
  • the second obtaining module 1401 is configured to obtain M column vectors corresponding to the M coding sub-blocks when the M coding sub-blocks corresponding to the first data block are received, each of the column vectors includes K Element, K is the number of divisions of the first data block, and M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
  • the second generating module 1402 is configured to generate a first matrix, the first matrix including the M column vectors;
  • the restoration module 1403 is configured to restore the first data block according to the first matrix and the M coded sub-blocks when the first matrix is a row full-rank matrix.
  • the second obtaining module 1402 is specifically configured to:
  • Acquire M column vectors corresponding to the M coded sub-blocks according to the first information includes any one of the following:
  • a pseudo-random code seed in the network coding parameters where the pseudo-random code seed is used to determine the column vector information corresponding to the coding sub-block;
  • the fourth field in the header of each coding sub-block in the M coding sub-blocks, and the fourth field in the header of each coding sub-block is used to indicate column vector information corresponding to the coding sub-block.
  • the network coding parameters further include at least one of the following: L first parameters, L second parameters, third parameters, and L numbers, where L is a positive integer;
  • each network coding parameter combination includes at least two of the following: One parameter, second parameter, and third parameter;
  • the first parameter is used to determine the number of divisions of the first data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • the L second parameters correspond to the L first parameters.
  • the number of the third parameter is 1 or Q
  • Q is an integer greater than 1 and less than or equal to L.
  • the Q third parameters satisfy at least one of the following:
  • the Q third parameters correspond to the L first parameters
  • the Q third parameters correspond to the L second parameters.
  • the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
  • the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
  • the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  • the network coding parameter is determined according to at least one of a protocol agreement and configuration information sent by the third communication device.
  • the header of the second coding sub-block in the M coding sub-blocks further includes a fourth aggregation field, and the fourth aggregation field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the second coding sub-block
  • the fifth field is used to indicate the data length of the second coding sub-block.
  • the header of the second coding sub-block in the M coding sub-blocks further includes a fifth aggregation field, and the fifth aggregation field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
  • the seventh field is used to indicate a target number, where the target number indicates a target network coding parameter combination in P network coding parameter combinations, and P is a positive integer;
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the second coding sub-block
  • the fifth field is used to indicate the data length of the second coding sub-block.
  • the header of the second coding sub-block further includes a sixth set field, and the first The six set fields are generated by other sublayers in the first layer except the network coding sublayer;
  • the second target collection domain is the fourth collection domain or the fifth collection domain.
  • the sixth collection domain is located before the second target collection domain, or the third collection domain is located after the second target collection domain.
  • the communication device 1400 can implement each process implemented by the second communication device in the method embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
  • FIG. 15 is the third structural diagram of a communication device provided by an embodiment of the present invention.
  • the communication device shown in FIG. 15 is the third communication device according to the embodiment of the present invention.
  • the communication device 1500 includes:
  • the second sending module 1501 is configured to send configuration information for configuring network coding parameters.
  • the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds , L number, L is a positive integer;
  • the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block
  • the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
  • the first parameter is used to determine the number of partitions of the data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • the L second parameters correspond to the L first parameters.
  • the number of the third parameter is 1 or Q
  • Q is an integer greater than 1 and less than or equal to L.
  • the Q third parameters satisfy at least one of the following:
  • the Q third parameters correspond to the L first parameters
  • the Q third parameters correspond to the L second parameters.
  • the first parameter is any one of the following: the number of divisions of the first data block, and the maximum number of divisions of the first data block.
  • the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
  • the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  • the communication device 1500 can implement each process implemented by the third communication device in the method embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
  • FIG. 16 is a fourth structural diagram of a communication device provided by an embodiment of the present invention.
  • the communication device shown in FIG. 16 may be a schematic diagram of the hardware structure of the first communication device, the second communication device, or the third communication device in the embodiment of the present invention.
  • the communication device 1600 includes a processor 1601, a memory 1602, a user interface 1603, a transceiver 1604, and a bus interface.
  • the bus architecture may include any number of interconnected buses and bridges. Specifically, one or more processors represented by the processor 1601 and various circuits of the memory represented by the memory 1602 are linked together.
  • the bus architecture can also link various other circuits such as peripherals, voltage regulators, power management circuits, etc., which are all known in the art, and therefore, will not be further described in this article.
  • the bus interface provides the interface.
  • the transceiver 1604 may be a plurality of elements, that is, including a transmitter and a receiver, and provide a unit for communicating with various other devices on the transmission medium.
  • the user interface 1603 may also be an interface capable of connecting externally and internally with the required equipment.
  • the connected equipment includes but not limited to a keypad, a display, a speaker, a microphone, a joystick, and the like.
  • the communication device 1600 further includes: a computer program stored on the memory 1602 and running on the processor 1601.
  • the communication device shown in FIG. 16 may be a schematic diagram of the hardware structure of the first communication device in the embodiment of the present invention.
  • N coding sub-blocks of the first data block are generated through the target layer, where N is a positive integer
  • the N coded sub-blocks are sent to the second communication device through the transceiver 1604.
  • the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, and L is a positive integer;
  • the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block
  • the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
  • the first parameter is used to determine the number of divisions of the first data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • the L second parameters correspond to the L first parameters.
  • the number of the third parameter is 1 or Q
  • Q is an integer greater than 1 and less than or equal to L.
  • the Q third parameters satisfy at least one of the following:
  • the Q third parameters correspond to the L first parameters
  • the Q third parameters correspond to the L second parameters.
  • the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
  • the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
  • the size of the first coding sub-block in the N coding sub-blocks corresponds to any one of the following:
  • the header of the first coding sub-block in the N coding sub-blocks includes a first set field, and the first set field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the first coding sub-block
  • the fourth field is used to indicate the column vector information corresponding to the first coding sub-block
  • the fifth field is used to indicate the data length of the first coding sub-block.
  • the header of the first coding sub-block in the N coding sub-blocks includes a second set field, and the second set field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
  • the seventh field is used to indicate the target number among the L numbers
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the first coding sub-block
  • the fourth field is used to indicate the column vector information corresponding to the first coding sub-block
  • the fifth field is used to indicate the data length of the first coding sub-block.
  • the target layer is the first layer in the radio access network RAN protocol stack
  • the first layer includes a network coding sublayer
  • the first target indication field is generated by the network coding sublayer
  • the first target collection domain is the first collection domain or the second collection domain.
  • the header of the first coding sub-block further includes a third aggregation field, and the third aggregation field is generated by another sub-layer in the target layer except the network coding sub-layer.
  • the third collection domain is located before the first target collection domain, or the third collection domain is located after the first target collection domain.
  • the target layer is the second layer in the RAN protocol stack, and the second layer is the network coding layer.
  • the network coding layer satisfies any one of the following:
  • the network coding layer is set between the PDCP layer and the radio link control RLC layer;
  • the network coding layer is set between the PDCP layer and the backhaul adaptive protocol BAP layer.
  • the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  • the communication device 1600 can implement each process implemented by the first communication device in the embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
  • the communication device shown in FIG. 16 may be a schematic diagram of the hardware structure of the second communication device in the embodiment of the present invention.
  • each of the column vectors includes K elements, and K is The number of divisions of the first data block, M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
  • the first matrix is a row full-rank matrix
  • Acquire M column vectors corresponding to the M coded sub-blocks according to the first information includes any one of the following:
  • a pseudo-random code seed in the network coding parameters where the pseudo-random code seed is used to determine the column vector information corresponding to the coding sub-block;
  • the fourth field in the header of each coding sub-block in the M coding sub-blocks, and the fourth field in the header of each coding sub-block is used to indicate column vector information corresponding to the coding sub-block.
  • the network coding parameters further include at least one of the following: L first parameters, L second parameters, third parameters, and L numbers, where L is a positive integer;
  • each network coding parameter combination includes at least two of the following: One parameter, second parameter, and third parameter;
  • the first parameter is used to determine the number of divisions of the first data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • the L second parameters correspond to the L first parameters.
  • the number of the third parameter is 1 or Q
  • Q is an integer greater than 1 and less than or equal to L.
  • the Q third parameters satisfy at least one of the following:
  • the Q third parameters correspond to the L first parameters
  • the Q third parameters correspond to the L second parameters.
  • the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
  • the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
  • the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  • the network coding parameter is determined according to at least one of a protocol agreement and configuration information sent by the third communication device.
  • the header of the second coding sub-block in the M coding sub-blocks further includes a fourth aggregation field, and the fourth aggregation field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the second coding sub-block
  • the fifth field is used to indicate the data length of the second coding sub-block.
  • the header of the second coding sub-block in the M coding sub-blocks further includes a fifth aggregation field, and the fifth aggregation field includes at least one of the following:
  • the first field is used to indicate the number of divisions of the first data block
  • the sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
  • the seventh field is used to indicate a target number, where the target number indicates a target network coding parameter combination in P network coding parameter combinations, and P is a positive integer;
  • the second field is used to indicate the number of the first data block
  • the third field is used to indicate the number of the second coding sub-block
  • the fifth field is used to indicate the data length of the second coding sub-block.
  • the header of the second coding sub-block further includes a sixth set field, and the first The six set fields are generated by other sublayers in the first layer except the network coding sublayer;
  • the second target collection domain is the fourth collection domain or the fifth collection domain.
  • the sixth collection domain is located before the second target collection domain, or the third collection domain is located after the second target collection domain.
  • the communication device 1600 can implement each process implemented by the second communication device in the embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
  • the communication device shown in FIG. 16 may be a schematic diagram of the hardware structure of the third communication device in the embodiment of the present invention.
  • the configuration information is sent through the transceiver Z04 for configuring network coding parameters.
  • the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, and L numbers , L is a positive integer;
  • the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block
  • the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
  • the first parameter is used to determine the number of partitions of the data block
  • the second parameter is used to determine the value of N
  • the third parameter is used to determine the distribution of degrees of freedom.
  • the L second parameters correspond to the L first parameters.
  • the number of the third parameter is 1 or Q
  • Q is an integer greater than 1 and less than or equal to L.
  • the Q third parameters satisfy at least one of the following:
  • the Q third parameters correspond to the L first parameters
  • the Q third parameters correspond to the L second parameters.
  • the first parameter is any one of the following: the number of divisions of the first data block, and the maximum number of divisions of the first data block.
  • the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
  • the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  • the communication device 1600 can implement each process implemented by the third communication device in the embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
  • the embodiment of the present invention also provides a computer-readable storage medium, and a computer program is stored on the computer-readable storage medium.
  • a computer program is stored on the computer-readable storage medium.
  • the computer program is executed by a processor, each process of the above-mentioned embodiment of the data processing method applied to the first communication device is realized.
  • each process of the data processing method embodiment applied to the second communication device, or, each process of the configuration method embodiment applied to the third communication device and can achieve the same technical effect. In order to avoid repetition, it is not here. Go into details again.
  • the computer-readable storage medium such as read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk, or optical disk, etc.
  • the technical solution of the present invention essentially or the part that contributes to the existing technology can be embodied in the form of a software product, and the computer software product is stored in a storage medium (such as ROM/RAM, magnetic disk, The optical disc) includes several instructions to make a communication device (which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) execute the method described in each embodiment of the present invention.
  • a communication device which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.

Abstract

Provided in the present invention are a data processing method, a configuration method, and a communication device. The data processing method applicable in a first communication device comprises: acquiring a network coding parameter; generating N coding sub-blocks of a first data block via a target layer on the basis of the network coding parameter; and transmitting the N coding sub-blocks to a second communication device, N being a positive integer.

Description

数据处理方法、配置方法及通信设备Data processing method, configuration method and communication equipment
相关申请的交叉引用Cross-references to related applications
本申请主张在2020年1月10日在中国提交的中国专利申请号No.202010027931.6的优先权,其全部内容通过引用包含于此。This application claims the priority of Chinese Patent Application No. 202010027931.6 filed in China on January 10, 2020, the entire content of which is incorporated herein by reference.
技术领域Technical field
本发明实施例涉及通信技术领域,尤其涉及一种数据处理方法、配置方法及通信设备。The embodiments of the present invention relate to the field of communication technology, and in particular, to a data processing method, a configuration method, and a communication device.
背景技术Background technique
目前,在载波聚合(Carrier Aggregation,CA)或双连接(Dual connectivity,DC)的通信系统中,为提高数据传输的可靠性,一般采用数据包复制(Packet Duplication),也称为分组数据汇聚协议(Packet Data Convergence Protocol,PDCP)复制(Duplication)的方式进行数据的传输,即采用两条独立的传输路径传输相同的PDCP数据包(PDCP Packet),如在两个不同的载波或两个无线连接传输相同的数据包。At present, in carrier aggregation (CA) or dual connectivity (Dual Connectivity, DC) communication systems, in order to improve the reliability of data transmission, packet duplication (Packet Duplication), also known as packet data aggregation protocol, is generally adopted (Packet Data Convergence Protocol, PDCP) Duplication (Duplication) is used for data transmission, that is, two independent transmission paths are used to transmit the same PDCP packet (PDCP Packet), such as on two different carriers or two wireless connections The same data packet is transmitted.
上述方式虽然可以一定程度上提高数据传输的可靠性,但会造成数据传输的冗余度较高,导致频谱利用率较低。Although the above method can improve the reliability of data transmission to a certain extent, it will cause higher redundancy of data transmission, resulting in lower spectrum utilization.
发明内容Summary of the invention
本发明实施例提供一种数据处理方法、配置方法及通信设备,以解决现有技术中数据传输因冗余度较高导致频谱利用率较低的问题。The embodiments of the present invention provide a data processing method, a configuration method, and a communication device to solve the problem of low spectrum utilization due to high redundancy in data transmission in the prior art.
为解决上述问题,本发明是这样实现的:In order to solve the above problems, the present invention is implemented as follows:
第一方面,本发明实施例提供了一种数据处理方法,应用于第一通信设备,所述方法包括:In the first aspect, an embodiment of the present invention provides a data processing method applied to a first communication device, and the method includes:
获取网络编码参数;Obtain network coding parameters;
根据所述网络编码参数,通过目标层生成第一数据块的N个编码子块;Generating N coding sub-blocks of the first data block through the target layer according to the network coding parameters;
向第二通信设备发送所述N个编码子块,N为正整数。Send the N coded sub-blocks to the second communication device, where N is a positive integer.
第二方面,本发明实施例提供了一种数据处理方法,应用于第二通信设备,所述方法包括:In a second aspect, an embodiment of the present invention provides a data processing method applied to a second communication device, and the method includes:
在接收到第一数据块对应的M个编码子块的情况下,获取所述M个编码子块对应的M个列向量,每个所述列向量包括K个元素,K为所述第一数据块的分割份数,M为小于或等于基于所述第一数据块生成的编码子块的数量N的正整数;In the case of receiving M coded sub-blocks corresponding to the first data block, obtain M column vectors corresponding to the M coded sub-blocks, each of the column vectors includes K elements, and K is the first The number of partitions of the data block, where M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
生成第一矩阵,所述第一矩阵包括所述M个列向量;Generating a first matrix, the first matrix including the M column vectors;
在所述第一矩阵为行满秩矩阵的情况下,根据所述第一矩阵和所述M个编码子块,恢复所述第一数据块。In a case where the first matrix is a row full-rank matrix, restore the first data block according to the first matrix and the M coded sub-blocks.
第三方面,本发明实施例提供了一种配置方法,应用于第三通信设备,所述方法包括:In the third aspect, an embodiment of the present invention provides a configuration method, which is applied to a third communication device, and the method includes:
发送配置信息,用于配置网络编码参数,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数;Sending configuration information for configuring network coding parameters. The network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, where L is positive Integer
其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
所述第一参数用于确定数据块的分割份数;The first parameter is used to determine the number of partitions of the data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
第四方面,本发明实施例还提供一种通信设备,所述通信设备为第一通信设备,所述通信设备包括:In a fourth aspect, an embodiment of the present invention also provides a communication device, the communication device is a first communication device, and the communication device includes:
第一获取模块,用于获取网络编码参数;The first obtaining module is used to obtain network coding parameters;
第一生成模块,用于根据所述网络编码参数,通过目标层生成第一数据块的N个编码子块,N为正整数;The first generating module is configured to generate N coding sub-blocks of the first data block through the target layer according to the network coding parameters, where N is a positive integer;
第一发送模块,用于向第二通信设备发送所述N个编码子块。The first sending module is configured to send the N coded sub-blocks to the second communication device.
第五方面,本发明实施例还提供一种通信设备,所述通信设备为第二通信设备,所述通信设备包括:In a fifth aspect, an embodiment of the present invention also provides a communication device, the communication device is a second communication device, and the communication device includes:
第二获取模块,用于在接收到第一数据块对应的M个编码子块的情况下,获取所述M个编码子块对应的M个列向量,每个所述列向量包括K个元素,K为所述第一数据块的分割份数,M为小于或等于基于所述第一数据块生成的编码子块的数量N的正整数;The second obtaining module is configured to obtain M column vectors corresponding to the M coding sub-blocks when the M coding sub-blocks corresponding to the first data block are received, and each column vector includes K elements , K is the number of divisions of the first data block, and M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
第二生成模块,用于生成第一矩阵,所述第一矩阵包括所述M个列向量;A second generation module, configured to generate a first matrix, the first matrix including the M column vectors;
恢复模块,用于在所述第一矩阵为行满秩矩阵的情况下,根据所述第一矩阵和所述M个编码子块,恢复所述第一数据块。The restoration module is configured to restore the first data block according to the first matrix and the M coded sub-blocks when the first matrix is a row full-rank matrix.
第六方面,本发明实施例还提供一种通信设备,所述通信设备为第三通信设备,所述通信设备包括:In a sixth aspect, an embodiment of the present invention also provides a communication device, the communication device is a third communication device, and the communication device includes:
第二发送模块,用于发送配置信息,用于配置网络编码参数,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数;The second sending module is configured to send configuration information for configuring network coding parameters. The network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, L is a positive integer;
其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
所述第一参数用于确定数据块的分割份数;The first parameter is used to determine the number of partitions of the data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
第七方面,本发明实施例还提供一种通信设备,该通信设备包括处理器、存储器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现如上述第一方面所述的数据处理方法的步骤,或,如第上述二方面所述的数据处理方法的步骤,或,如上述第三方面所述的配置方法的步骤。In a seventh aspect, an embodiment of the present invention also provides a communication device that includes a processor, a memory, and a computer program stored on the memory and capable of running on the processor, and the computer program is The processor implements the steps of the data processing method described in the first aspect above, or the steps of the data processing method described in the second aspect above, or the steps of the configuration method described in the third aspect when executed by the processor.
第八方面,本发明实施例还提供一种计算机可读存储介质,该计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如上述第一方面所述的数据处理方法的步骤,或,如第上述二方面所述的数据处理方法的步骤,或,如上述第三方面所述的配置方法的步骤。In an eighth aspect, an embodiment of the present invention also provides a computer-readable storage medium having a computer program stored on the computer-readable storage medium, and when the computer program is executed by a processor, the data processing as described in the first aspect is realized. The steps of the method, or the steps of the data processing method as described in the second aspect, or the steps of the configuration method as described in the third aspect.
在本发明实施例中,第一通信设备可以根据获取到的网络编码参数,通 过目标层生成第一数据块的N个编码子块,并向第二通信设备发送所述N个编码子块,N为正整数。这样,第二通信设备可以基于接收到的编码子块,获取到所述第一数据块。可见,本发明实施例采用网络编码的方式实现第一数据块从第一通信设备到第二通信设备的传输,从而可以在保证数据传输可靠性的情况下,降低数据传输的冗余度,进而可以提高频谱利用率。In the embodiment of the present invention, the first communication device may generate N coding sub-blocks of the first data block through the target layer according to the acquired network coding parameters, and send the N coding sub-blocks to the second communication device, N is a positive integer. In this way, the second communication device can obtain the first data block based on the received coding sub-block. It can be seen that the embodiment of the present invention adopts network coding to realize the transmission of the first data block from the first communication device to the second communication device, thereby reducing the redundancy of data transmission while ensuring the reliability of data transmission, and thereby Can improve spectrum utilization.
附图说明Description of the drawings
为了更清楚地说明本发明实施例的技术方案,下面将对本发明实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。In order to explain the technical solutions of the embodiments of the present invention more clearly, the following will briefly introduce the drawings used in the description of the embodiments of the present invention. Obviously, the drawings in the following description are only some embodiments of the present invention. For those of ordinary skill in the art, other drawings can be obtained from these drawings without creative labor.
图1是本发明实施例提供的数据处理方法的流程图之一;Figure 1 is one of the flowcharts of a data processing method provided by an embodiment of the present invention;
图2是本发明实施例提供的数据处理方法的流程图之二;2 is the second flowchart of the data processing method provided by the embodiment of the present invention;
图3是本发明实施例提供的配置方法的流程图之一;FIG. 3 is one of the flowcharts of the configuration method provided by the embodiment of the present invention;
图4是本发明实施例提供的配置方法的流程图之二;4 is the second flowchart of the configuration method provided by the embodiment of the present invention;
图5是本发明实施例提供的数据处理方法的流程图之三;FIG. 5 is the third flowchart of the data processing method provided by the embodiment of the present invention;
图6是本发明实施例提供的数据处理方法的流程图之四;FIG. 6 is the fourth flow chart of the data processing method provided by the embodiment of the present invention;
图7是本发明实施例提供的通信系统的示意图之一;Figure 7 is one of the schematic diagrams of a communication system provided by an embodiment of the present invention;
图8是本发明实施例提供的编码子块的标头的示意图之一;FIG. 8 is one of the schematic diagrams of the header of the coding sub-block provided by an embodiment of the present invention;
图9是本发明实施例提供的通信系统的示意图之二;Fig. 9 is a second schematic diagram of a communication system provided by an embodiment of the present invention;
图10是本发明实施例提供的编码子块的标头的示意图之二;FIG. 10 is the second schematic diagram of the header of a coding sub-block provided by an embodiment of the present invention;
图11是本发明实施例提供的通信系统的示意图之三;FIG. 11 is a third schematic diagram of a communication system provided by an embodiment of the present invention;
图12是本发明实施例提供的编码子块的标头的示意图之三;FIG. 12 is the third schematic diagram of the header of a coding sub-block provided by an embodiment of the present invention;
图13是本发明实施例提供的通信设备的结构图之一;Figure 13 is one of the structural diagrams of a communication device provided by an embodiment of the present invention;
图14是本发明实施例提供的通信设备的结构图之二;FIG. 14 is a second structural diagram of a communication device provided by an embodiment of the present invention;
图15是本发明实施例提供的通信设备的结构图之三;FIG. 15 is the third structural diagram of a communication device provided by an embodiment of the present invention;
图16是本发明实施例提供的通信设备的结构图之四。FIG. 16 is the fourth structural diagram of the communication device provided by the embodiment of the present invention.
具体实施方式Detailed ways
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are part of the embodiments of the present invention, not all of them. Based on the embodiments of the present invention, all other embodiments obtained by those of ordinary skill in the art without creative work shall fall within the protection scope of the present invention.
本发明中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。此外,本发明中使用“和/或”表示所连接对象的至少其中之一,例如A和/或B和/或C,表示包含单独A,单独B,单独C,以及A和B都存在,B和C都存在,A和C都存在,以及A、B和C都存在的7种情况。The terms "first", "second", etc. in the present invention are used to distinguish similar objects, and are not necessarily used to describe a specific sequence or sequence. In addition, the terms "including" and "having" and any variations of them are intended to cover non-exclusive inclusions. For example, a process, method, system, product, or device that includes a series of steps or units is not necessarily limited to those clearly listed. Those steps or units may include other steps or units that are not clearly listed or are inherent to these processes, methods, products, or equipment. In addition, the use of "and/or" in the present invention means at least one of the connected objects, such as A and/or B and/or C, which means that it includes A alone, B alone, C alone, and both A and B exist, Both B and C exist, A and C exist, and A, B, and C all exist in 7 cases.
为了方便理解,以下对网络编码进行说明:In order to facilitate understanding, the following describes the network coding:
在对原始数据块(Source Data Packet)进行网络编码时,网络编码流程可以包括以下步骤:When performing network coding on the original data block (Source Data Packet), the network coding process may include the following steps:
步骤一、发端分割原始数据块。Step 1. The originator divides the original data block.
原始数据块可以被平均分成K个原始数据子块(Source Data Segment)。原始数据块可以表示为:The original data block can be evenly divided into K original data sub-blocks (Source Data Segment). The original data block can be expressed as:
P=[p 1 p 2…p K] P=[p 1 p 2 …p K ]
其中,p k表示分割原始数据块P得到的第K个原始数据子块。p k中的每个元素都属于GF(2),GF为伽罗瓦域(Galois Field),GF(2)是最简单的有限域。也就是说,p k中的每个元素都只在0和1中取值,且进行运算得到的结果也只有0和1,相当于只存在异或和乘法。 Among them, p k represents the Kth original data sub-block obtained by dividing the original data block P. Each element in p k belongs to GF(2), GF is Galois Field, and GF(2) is the simplest finite field. In other words, each element in p k only takes a value between 0 and 1, and the result of the operation is only 0 and 1, which is equivalent to only exclusive OR and multiplication.
需要说明的是,在实际应用中,若最后一个原始数据子块的数据长度不够,可以采用补0的方式,使得其数据长度与其他原始数据子块的数据长度相等。示例性的,假设原始数据块为01 00 10 0,K的取值为4,则:It should be noted that, in practical applications, if the data length of the last original data sub-block is not enough, a zero-filling method can be used to make its data length equal to the data length of other original data sub-blocks. Exemplarily, assuming that the original data block is 01 00 10 0 and the value of K is 4, then:
P=[01 00 10 00]P=[01 00 10 00]
步骤二、发端生成编码矩阵。Step 2: The sender generates a coding matrix.
编码矩阵如下所示:The coding matrix is as follows:
Figure PCTCN2021070812-appb-000001
Figure PCTCN2021070812-appb-000001
可见,编码矩阵M包括K行N列的元素,其中,K是原始数据块等份分割得到的原始数据子块的个数,N为对K个原始数据子块进行编码得到的编码子块的个数。应理解的是,编码矩阵M中的i为小于或等于K的正整数,j为小于或等于N的正整数。另外,对于编码矩阵M中的一列元素,可以称为编码矩阵M中的列向量。It can be seen that the coding matrix M includes elements of K rows and N columns, where K is the number of original data sub-blocks obtained by dividing the original data block into equal parts, and N is the number of coded sub-blocks obtained by encoding K original data sub-blocks. Number. It should be understood that i in the coding matrix M is a positive integer less than or equal to K, and j is a positive integer less than or equal to N. In addition, a column of elements in the coding matrix M can be referred to as a column vector in the coding matrix M.
定义编码矩阵M中的每一个列向量中的元素的和为自由度d,公式为:Define the sum of the elements in each column vector in the coding matrix M as the degree of freedom d, the formula is:
Figure PCTCN2021070812-appb-000002
Figure PCTCN2021070812-appb-000002
由于编码矩阵M中的每一列向量包括K个元素,且编码矩阵中的每个元素都只在0和1中取值,因此,编码矩阵M中的每一列向量的自由度的取值大于或等于0,小于或等于K。应理解的是,不同列的自由度的取值可相同,也可不同。Since each column vector in the coding matrix M includes K elements, and each element in the coding matrix only takes a value between 0 and 1, therefore, the value of the degree of freedom of each column vector in the coding matrix M is greater than or Equal to 0, less than or equal to K. It should be understood that the values of the degrees of freedom of different columns may be the same or different.
自由度d服从一个特定的分布μ(d)。The degree of freedom d obeys a specific distribution μ(d).
Figure PCTCN2021070812-appb-000003
Figure PCTCN2021070812-appb-000003
其中,τ(d)的计算公式为:Among them, the calculation formula of τ(d) is:
Figure PCTCN2021070812-appb-000004
Figure PCTCN2021070812-appb-000004
ρ(d)的计算公式为:The calculation formula of ρ(d) is:
Figure PCTCN2021070812-appb-000005
Figure PCTCN2021070812-appb-000005
进一步地,
Figure PCTCN2021070812-appb-000006
c为常数(a suitable constant),δ为允许的失败概率(allowable failure probability)。
further,
Figure PCTCN2021070812-appb-000006
c is a suitable constant, and δ is the allowable failure probability.
由上述内容可知,自由度d的分布与K、c和δ相关。It can be seen from the above that the distribution of degrees of freedom d is related to K, c, and δ.
编码矩阵M中第j列向量(即编码矩阵M中从左至右的第j个列向量)可以通过以下方式生成:The j-th column vector in the coding matrix M (that is, the j-th column vector from left to right in the coding matrix M) can be generated in the following way:
根据自由度的分布确定第j列向量的自由度d j Determine the degrees of freedom d j of the j-th column of vectors according to the distribution of degrees of freedom;
随机从第j列向量中选择d j个元素取值为1,其余元素取值为0。 Randomly select d j elements from the j-th column vector to take the value 1, and the remaining elements take the value 0.
示例性的,假设编码矩阵M的K的取值为3,N的取值为4;编码矩阵M的第一列向量的自由度的取值为1,第二列向量的自由度的取值为3,第三列向量的自由度的取值为2,第四列向量的自由度的取值为2。另外,第一列向量从上至下的第一个元素取值为1,第三列向量从上至下的第二个元素和第三个元素的取值为1,第四列向量从上至下的第一个元素和第二个元素的取值为1。那么,在此情况下,编码矩阵M为:Exemplarily, suppose that the value of K of the coding matrix M is 3 and the value of N is 4; the value of the degree of freedom of the first column vector of the coding matrix M is 1, and the value of the degree of freedom of the second column vector is 1. The value of the degree of freedom of the third column of vectors is 2, and the value of the degree of freedom of the fourth column of vectors is 2. In addition, the first element of the first column vector from top to bottom takes the value 1, the second and third elements of the third column vector from top to bottom take the value of 1, and the fourth column vector from the top The value of the first element and the second element below is 1. Then, in this case, the coding matrix M is:
Figure PCTCN2021070812-appb-000007
Figure PCTCN2021070812-appb-000007
步骤三、发端对原始数据块P进行编码,生成N个编码子块。Step 3: The sender encodes the original data block P to generate N coded sub-blocks.
C=PM=[c 1 c 2…c N] C=PM=[c 1 c 2 …c N ]
其中,c N是N个编码子块中的第N个编码子块。由上述公式可知,c N基于原始数据块P和编码矩阵M中的第N列向量确定。因此,可以视第N个编码子块与编码矩阵M中的第N列向量具有对应关系。可见,每个编码子块对应有编码矩阵M中的一个列向量。 Among them, c N is the N-th coded sub-block among the N coded sub-blocks. It can be known from the above formula that c N is determined based on the original data block P and the Nth column vector in the coding matrix M. Therefore, it can be considered that the Nth coding sub-block has a corresponding relationship with the Nth column vector in the coding matrix M. It can be seen that each coding sub-block corresponds to a column vector in the coding matrix M.
编码子块对应的列向量也可以称为生成该编码子块所需的原始数据子块的编号。由于不同编码子块对应的列向量为编码矩阵M的不同列向量,因此,生成不同编码子块所需的原始数据子块的编号不同。The column vector corresponding to the coding sub-block may also be referred to as the number of the original data sub-block required to generate the coding sub-block. Since the column vectors corresponding to different coding sub-blocks are different column vectors of the coding matrix M, the numbers of the original data sub-blocks required to generate different coding sub-blocks are different.
步骤四、收端对接收到的编码子块进行解码,恢复原始数据块。Step 4: The receiving end decodes the received coded sub-block and restores the original data block.
收发两端都需要具有生成编码子块所需的原始数据子块编号(即第j个编码子块所对应的编码矩阵M中的第j列向量)。收端将接收到的编码子块对应的列向量组合成一个矩阵H,当H满足行满秩的条件时(rank(H)=K),即代表当前所接收到的编码子块足以可以恢复原始数据块P。Both the transmitting and receiving ends need to have the original data sub-block number (that is, the j-th column vector in the coding matrix M corresponding to the j-th coding sub-block) required to generate the coding sub-block. The receiving end combines the column vectors corresponding to the received coding sub-blocks into a matrix H. When H satisfies the condition of row full rank (rank(H)=K), it means that the currently received coding sub-block is sufficient to be restored Original data block P.
将矩阵H中构成行满秩的列向量以及对应的编码子块取出,组成一个新的编码矩阵H′,和新的编码子块向量C′,因此可以得到原始数据为:Take out the column vector that constitutes the full rank of the row and the corresponding coding sub-block from the matrix H to form a new coding matrix H′ and a new coding sub-block vector C′, so the original data can be obtained as:
[p 1 p 2…p K]=C′H′ -1 [p 1 p 2 …p K ]=C′H′ -1
将得到的原始数据子块按顺序组合,即完全恢复得到原始数据块P。The obtained original data sub-blocks are combined in order, that is, the original data block P is completely restored.
使用网络编码进行冗余传输来提高传输的可靠性进而传输时延时,需要的冗余度在不同的情况下有所差异,但一般情况下,要求的冗余度显著小于100%。Using network coding for redundant transmission to improve the reliability of transmission and thus the transmission time delay, the required redundancy varies in different situations, but in general, the required redundancy is significantly less than 100%.
网络编码具有以下特性:Network coding has the following characteristics:
1)发端生成编码子块的个数理论上可以是无穷大的;1) The number of coded sub-blocks generated by the sender can theoretically be infinite;
2)发端只需要传输少量的冗余编码子块(Encoded Packet),即可使得收端能够成功恢复原始数据块;2) The sender only needs to transmit a small number of redundant coded sub-blocks (Encoded Packet), so that the receiver can successfully restore the original data block;
3)收端对于接收到的编码子块没有偏见性(不要求一定要接收到某一个特定的编码子块),只需要所接收到的编码子块对应的列向量所组成的矩阵符合行满秩的条件时,即可成功对编码子块进行解码。3) The receiving end has no prejudice to the received coding sub-block (it is not required to receive a specific coding sub-block), only the matrix composed of the column vector corresponding to the received coding sub-block is in line with the full row Under the condition of the rank, the coded sub-block can be successfully decoded.
因此,如果将“网络编码”应用到通信系统中,收端只需在接收到的编码子块符合一定条件时,向发端反馈指示即可,而不需要像以往每接收到一个编码子块就向发端反馈,能够大大减少时延。因此,将“网络编码”应用到通信系统中,能够有效地解决空口(Uu接口)中因采用重复传输(如采用自动重传请求(Automatic Repeat reQuest,ARQ)或者混合自动重传请求(Hybrid Automatic Repeat reQuest,HARQ))来保证通信系统稳定性造成的时延问题。另外,由上述特性2)可知:与载波聚合(Carrier Aggregation,CA)或双连接(Dual connectivity,DC)的数据包复制(Packet Duplication)相比,采用网络编码传输数据冗余度更低,从而可以提高频谱利用率。Therefore, if "network coding" is applied to the communication system, the receiving end only needs to feed back instructions to the transmitting end when the received coding sub-block meets certain conditions, instead of requiring every coding sub-block received in the past. Feedback to the sender can greatly reduce the delay. Therefore, the application of "network coding" to the communication system can effectively solve the problem of repeated transmission (such as automatic repeat reQuest (ARQ) or hybrid automatic retransmission request (Hybrid Automatic) in the air interface (Uu interface)). Repeat reQuest, HARQ)) to ensure the delay caused by the stability of the communication system. In addition, from the above feature 2), it can be seen that compared with carrier aggregation (CA) or dual connectivity (DC) packet duplication (Packet Duplication), the use of network coding to transmit data has lower redundancy, thus Can improve spectrum utilization.
本发明实施例采用网络编码的方式实现数据块从第一通信设备到第二通信设备的传输。本发明实施例包括应用于第一通信设备的数据处理方法,应用于第二通信设备的数据处理方法及应用于第三通信设备的配置方法。The embodiment of the present invention adopts a network coding manner to realize the transmission of the data block from the first communication device to the second communication device. The embodiment of the present invention includes a data processing method applied to a first communication device, a data processing method applied to a second communication device, and a configuration method applied to a third communication device.
具体实现时,通过应用于第一通信设备的数据处理方法,第一通信设备可以采用网络编码的方式发送数据块。通过应用于第二通信设备的数据处理方法,第二通信设备可以采用网络编码的方式恢复第一通信设备发送的数据库。通过应用于第三通信设备的配置方法,第三通信设备可以为第一通信设备和第二通信设备配置网络编码参数。In a specific implementation, the first communication device can send the data block in the manner of network coding through the data processing method applied to the first communication device. Through the data processing method applied to the second communication device, the second communication device can recover the database sent by the first communication device in a network coding manner. Through the configuration method applied to the third communication device, the third communication device can configure the network coding parameters for the first communication device and the second communication device.
在实际应用中,通信设备可以是网络侧设备或终端(也可以称作用户设 备(User Equipment,UE))。In practical applications, the communication device may be a network-side device or a terminal (also called User Equipment (UE)).
本发明实施例可以包括以下应用场景。The embodiments of the present invention may include the following application scenarios.
应用场景一、第一通信设备和第二通信设备均可以为UE。也就是说,UE之间可以采用网络编码的方式传输数据块。Application scenario 1: Both the first communication device and the second communication device may be UEs. In other words, the data block can be transmitted between UEs in a network coding manner.
应用场景二、第一通信设备和第二通信设备中的一个通信设备为UE,另一个通信设备可以为基站。也就是说,UE和基站之间可以采用网络编码的方式传输数据块。Application scenario 2: One of the first communication device and the second communication device is a UE, and the other communication device may be a base station. In other words, the data block can be transmitted between the UE and the base station in a network coding manner.
应用场景三、第一通信设备和第二通信设备中的一个通信设备为UE,另一个通信设备可以为UE和基站之间的中间点。也就是说,UE和中间点之间可以采用网络编码的方式传输数据块。Application scenario 3: One of the first communication device and the second communication device is a UE, and the other communication device may be an intermediate point between the UE and the base station. In other words, the data block can be transmitted between the UE and the intermediate point in a network coding manner.
应用场景四、第一通信设备和第二通信设备中的一个通信设备为基站,另一个通信设备可以为UE和基站之间的中间点。也就是说,基站和中间点之间可以采用网络编码的方式传输数据块。Application scenario 4: One of the first communication device and the second communication device is a base station, and the other communication device may be an intermediate point between the UE and the base station. That is to say, the data block can be transmitted between the base station and the intermediate point by means of network coding.
应该场景五、第一通信设备和第二通信设备均可以为UE和基站之间的中间点。也就是说,中间点之间可以采用网络编码的方式传输数据块。Scenario 5: Both the first communication device and the second communication device can be intermediate points between the UE and the base station. In other words, data blocks can be transmitted between intermediate points by means of network coding.
在实际应用中,UE可以是手机、平板电脑(Tablet Personal Computer)、膝上型电脑(Laptop Computer)、个人数字助理(Personal Digital Assistant,PDA)、移动上网装置(Mobile Internet Device,MID)、可穿戴式设备(Wearable Device)或车载设备等。UE和基站之间的中间点可以是中继或无线接入和回传一体化(Integrated Access Backhaul,IAB)节点等。另外,本发明实施例的第三通信设备可以是基站、IAB节点、中继或接入点等。In practical applications, the UE can be a mobile phone, a tablet (Personal Computer), a laptop (Laptop Computer), a personal digital assistant (PDA), a mobile Internet device (Mobile Internet Device, MID), Wearable device (Wearable Device) or vehicle-mounted device, etc. The intermediate point between the UE and the base station may be a relay or an Integrated Access Backhaul (IAB) node, etc. In addition, the third communication device in the embodiment of the present invention may be a base station, an IAB node, a relay, or an access point, etc.
以下对本发明实施例进行具体说明。The embodiments of the present invention will be described in detail below.
参见图1,图1是本发明实施例提供的数据处理方法的流程图之一。图1所示的数据处理方法可以应用于第一通信设备。Referring to FIG. 1, FIG. 1 is one of the flowcharts of the data processing method provided by the embodiment of the present invention. The data processing method shown in FIG. 1 can be applied to the first communication device.
如图1所示,数据处理方法可以包括以下步骤:As shown in Figure 1, the data processing method may include the following steps:
步骤101、获取网络编码参数。Step 101: Obtain network coding parameters.
可选的,所述获取网络编码参数,包括:根据协议约定和第三通信设备发送的配置信息中的至少一项,获取网络编码参数。也就是说,所述网络编码参数可以由协议约定和/或第三通信设备配置。Optionally, the acquiring network coding parameters includes: acquiring the network coding parameters according to at least one of the protocol agreement and the configuration information sent by the third communication device. That is to say, the network coding parameters may be agreed by the protocol and/or configured by the third communication device.
具体实现时,所述网络编码参数可以包括一个或至少两个参数。应理解的是,在所述网络编码参数包括的参数的个数不同的情况下,所述网络编码参数的获取方式可以不同,具体说明如下:In specific implementation, the network coding parameters may include one or at least two parameters. It should be understood that in the case where the number of parameters included in the network coding parameter is different, the method of obtaining the network coding parameter may be different, and the specific description is as follows:
在所述网络编码参数仅包括一个参数的情况下,所述网络编码参数可以由协议预定或第三通信设备配置。In the case that the network coding parameter includes only one parameter, the network coding parameter may be predetermined by a protocol or configured by a third communication device.
在所述网路编码参数包括两个或两个以上的参数的情况下,可以包括以下实现方式:In the case that the network coding parameters include two or more parameters, the following implementation manners may be included:
实现方式一、所述网络编码参数的全部参数由第三通信设备配置。Implementation manner 1: All parameters of the network coding parameters are configured by the third communication device.
实现方式二、所述网络编码参数的全部参数由协议预定。Implementation manner 2: All parameters of the network coding parameters are predetermined by the protocol.
实现方式三、所述网络编码参数包括第一部分参数和第二部分参数,所述第一部分参数由协议预定,所述第二部分参数由第三通信设备配置。在实现方式三中,第一部分参数和第二部分参数的具体表现形式可以根据实际情况确定,本发明实施例对此不做限定。Implementation manner 3: The network coding parameters include a first part of parameters and a second part of parameters, the first part of parameters is predetermined by a protocol, and the second part of parameters is configured by a third communication device. In the third implementation manner, the specific expression forms of the first part of the parameters and the second part of the parameters may be determined according to actual conditions, which are not limited in the embodiment of the present invention.
可选的,所述网络编码参数与目标对象对应,所述目标对象可以为以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。也就是说,所述网络编码参数为所述目标对象的网络编码参数,所述网络编码参数服务于所述目标对象。Optionally, the network coding parameter corresponds to a target object, and the target object may correspond to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group. That is, the network coding parameter is the network coding parameter of the target object, and the network coding parameter serves the target object.
在实际应用中,对于某目标对象的数据块,第一通信设备可以基于该目标对象对应的网络编码参数进行网络编码处理。In practical applications, for the data block of a certain target object, the first communication device may perform network coding processing based on the network coding parameters corresponding to the target object.
步骤102、根据所述网络编码参数,通过目标层生成第一数据块的N个编码子块,N为正整数。Step 102: Generate N coded sub-blocks of the first data block through the target layer according to the network coding parameters, where N is a positive integer.
需要说明的是,在N为1的情况下,可以视所述目标层未对所述第一数据块进行网络编码。在N大于1的情况下,所述目标层对所述第一数据块进行了网络编码。以下主要针对N大于1的情况进行说明。It should be noted that when N is 1, it may be considered that the target layer does not perform network coding on the first data block. When N is greater than 1, the target layer performs network coding on the first data block. The following mainly describes the case where N is greater than 1.
由前述内容可知,所述N个编码子块基于原始数据块P和编码矩阵M确定。因此,具体实现时,第一通信设备的目标层可以先根据所述网络编码参数,生成第一数据块P和编码矩阵M,之后,利用第一数据块P和编码矩阵M生成第一数据块的N个编码子块。It can be known from the foregoing that the N coding sub-blocks are determined based on the original data block P and the coding matrix M. Therefore, in specific implementation, the target layer of the first communication device may first generate the first data block P and the coding matrix M according to the network coding parameters, and then use the first data block P and the coding matrix M to generate the first data block N coding sub-blocks.
步骤103、向第二通信设备发送所述N个编码子块。Step 103: Send the N coded sub-blocks to the second communication device.
本实施例的数据处理方法,第一通信设备可以根据获取到的网络编码参数,通过目标层生成第一数据块的N个编码子块,并向第二通信设备发送所述N个编码子块,N为正整数。这样,第二通信设备可以基于接收到的编码子块,获取到所述第一数据块。可见,本发明实施例采用网络编码的方式实现第一数据块从第一通信设备到第二通信设备的传输,从而可以在保证数据传输可靠性的情况下,降低数据传输的冗余度,进而可以提高频谱利用率。In the data processing method of this embodiment, the first communication device may generate N coding sub-blocks of the first data block through the target layer according to the acquired network coding parameters, and send the N coding sub-blocks to the second communication device , N is a positive integer. In this way, the second communication device can obtain the first data block based on the received coding sub-block. It can be seen that the embodiment of the present invention adopts network coding to realize the transmission of the first data block from the first communication device to the second communication device, thereby reducing the redundancy of data transmission while ensuring the reliability of data transmission, and thereby Can improve spectrum utilization.
可选的,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数;Optionally, the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, and L is a positive integer;
其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
所述第一参数用于确定所述第一数据块的分割份数;The first parameter is used to determine the number of divisions of the first data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
为方便理解,以下分别对上述各项参数进行说明。To facilitate understanding, the above parameters are described below.
1)第一参数1) The first parameter
所述第一参数可用于确定所述第一数据块的分割份数,即K的取值。The first parameter may be used to determine the number of divisions of the first data block, that is, the value of K.
可选的,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大可分割份数。Optionally, the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
具体实现时,在所述第一参数为所述第一数据块的分割份数的情况下,第一通信设备可以直接将所述第一参数的取值确定为所述第一数据块的分割份数。示例性的,假设第一参数的取值为5,则所述第一数据块的分割份数为5,第一通信设备可以将所述第一数据块平均分成5个数据子块。In specific implementation, when the first parameter is the number of divisions of the first data block, the first communication device may directly determine the value of the first parameter as the division of the first data block Number of copies. Exemplarily, assuming that the value of the first parameter is 5, the number of divisions of the first data block is 5, and the first communication device may equally divide the first data block into 5 data sub-blocks.
在所述第一参数为所述第一数据块的最大可分割份数的情况下,第一通信设备可以选择小于或等于第一参数的取值的任一正整数作为所述第一数据块的分割份数。示例性的,假设第一参数的取值为5,第一通信设备可以确定所述第一数据块的分割份数为3,将所述第一数据块平均分成3个数据子块。In the case that the first parameter is the maximum divisible number of shares of the first data block, the first communication device may select any positive integer less than or equal to the value of the first parameter as the first data block The number of splits. Exemplarily, assuming that the value of the first parameter is 5, the first communication device may determine that the number of divisions of the first data block is 3, and divide the first data block into 3 data sub-blocks on average.
2)第二参数2) The second parameter
所述第二参数可用于确定N的取值。The second parameter can be used to determine the value of N.
可选的,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。Optionally, the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
具体实现时,在所述第二参数为所述第一数据块对应的编码子块的个数的情况下,第一通信设备可以将所述第二参数的取值直接确定为N的取值。示例性的,假设第二参数的取值为10,则N的取值为10,此时,对于第一数据块,第一通信设备可生成10个编码子块,也就是说,第一数据块对应10个编码子块。During specific implementation, when the second parameter is the number of coding sub-blocks corresponding to the first data block, the first communication device may directly determine the value of the second parameter as the value of N . Exemplarily, assuming that the value of the second parameter is 10, the value of N is 10. At this time, for the first data block, the first communication device can generate 10 coded sub-blocks, that is, the first data block The block corresponds to 10 coded sub-blocks.
在所述第二参数为所述第一数据块对应的编码子块的最大个数的情况下,第一通信设备可以选择小于或等于第二参数的取值的任一正整数作为N的取值。示例性的,假设第二参数的取值为10,第一通信设备可以确定N的取值为8,此时,对于第一数据块,第一通信设备可生成8个编码子块,也就是说,第一数据块对应8个编码子块。In the case where the second parameter is the maximum number of coded sub-blocks corresponding to the first data block, the first communication device may select any positive integer less than or equal to the value of the second parameter as the value of N value. Exemplarily, assuming that the value of the second parameter is 10, the first communication device may determine that the value of N is 8. At this time, for the first data block, the first communication device may generate 8 coding sub-blocks, that is In other words, the first data block corresponds to 8 coding sub-blocks.
3)第三参数3) The third parameter
所述第三参数可用于确定自由度的分布。The third parameter can be used to determine the distribution of degrees of freedom.
由前述内容可知,自由度d的分布与K、c和δ相关。K的取值可以由第一参数确定,因此,所述第三参数可以用于确定c和δ。It can be seen from the foregoing that the distribution of degrees of freedom d is related to K, c, and δ. The value of K can be determined by the first parameter, therefore, the third parameter can be used to determine c and δ.
4)伪随机码种子4) Pseudo-random code seed
所述伪随机码种子可用于确定编码子块对应的列向量信息。The pseudo-random code seed can be used to determine the column vector information corresponding to the coded sub-block.
需要说明的是,在实际应用中,通信设备在根据伪随机码种子确定编码子块对应的列向量信息时,还需要结合自由度d的分布。也就是说,所述伪随机码种子基于自由度d的分布确定编码子块对应的列向量信息。It should be noted that, in practical applications, when the communication device determines the column vector information corresponding to the coding sub-block according to the pseudo-random code seed, it also needs to combine the distribution of the degrees of freedom d. That is, the pseudo-random code seed determines the column vector information corresponding to the coded sub-block based on the distribution of the degrees of freedom d.
第一实现方式,列向量信息可以包括列向量的自由度和列向量中取值为1的元素的编号。In the first implementation manner, the column vector information may include the degree of freedom of the column vector and the number of the element whose value is 1 in the column vector.
在第一实现方式中,所述伪随机码种子可以包括第一伪随机码种子和第二伪随机码种子,其中,所述第一伪随机码种子用于生成编码子块对应的列向量的自由度,所述第二随机码种子用于生成编码子块对应的列向量中取值为1的元素的编号。In the first implementation manner, the pseudo-random code seed may include a first pseudo-random code seed and a second pseudo-random code seed, wherein the first pseudo-random code seed is used to generate a column vector corresponding to the coding sub-block. Degree of freedom, the second random code seed is used to generate the number of the element whose value is 1 in the column vector corresponding to the coding sub-block.
由上述内容可知,所述第一伪随机码种子和所述第二伪随机码种子的作 用不同,因此,所述第一伪随机码种子和所述第二伪随机码种子可以视为不同类型的伪随机码种子。It can be seen from the above content that the roles of the first pseudorandom code seed and the second pseudorandom code seed are different. Therefore, the first pseudorandom code seed and the second pseudorandom code seed can be regarded as different types. The pseudo-random code seed.
具体实现时,可选的,不同类型的伪随机码种子的表现形式可以不同,如:第一伪随机码种子可以表现为阿拉伯数字,第二伪随机码种子可以表现为英文字母。这样,通信设备可以区分不同类型的伪随机码种子。当然,上述方式仅为示例,在实际应用中,也可以通过其他方式区分不同类型的伪随机码种子,本发明实施例对此不做限定。During specific implementation, optionally, different types of pseudo-random code seeds can have different manifestations. For example, the first pseudo-random code seed can be represented as Arabic numerals, and the second pseudo-random code seed can be represented as English letters. In this way, the communication device can distinguish between different types of pseudo-random code seeds. Of course, the foregoing manner is only an example. In practical applications, different types of pseudo-random code seeds may also be distinguished in other manners, which is not limited in the embodiment of the present invention.
具体实现时,所述第一伪随机码种子可以生成N个值,每个值表示一个列向量的自由度的取值;所述第二伪随机码种子可以生成N组值,每组值包括V个值,V的取值等于列向量中取值为1的元素的个数,V个值中的每个值表示列向量中取值为1的元素的编号。In specific implementation, the first pseudo-random code seed can generate N values, each value represents the value of the degree of freedom of a column vector; the second pseudo-random code seed can generate N groups of values, each group of values includes V values, the value of V is equal to the number of elements with the value of 1 in the column vector, and each value in the V values represents the number of the element with the value of 1 in the column vector.
示例性的,在获取到K的取值为5的情况下,假设所述第一伪随机码种子生成的值序列为2;3;5;5;1;2,所述第二伪随机码种子生成的值序列为:1、2;1、3、5;1、2、3、4、5;1、2、3、4、5;3;4、5。Exemplarily, when the value of K is obtained as 5, it is assumed that the value sequence generated by the first pseudo-random code seed is 2; 3; 5; 5; 1; 2, the second pseudo-random code The value sequence generated by the seed is: 1, 2; 1, 3, 5; 1, 2, 3, 4, 5; 1, 2, 3, 4, 5; 3; 4, 5.
那么,第一通信设备可以基于所述第一伪随机码种子确定N的取值为6,编码矩阵包括6个列向量,且第一列向量的自由度为2,第二列向量的自由度为3,第三列向量的自由度为5,第四列向量的自由度为5,第五列向量的自由度为1,第六列向量的自由度为2。Then, the first communication device may determine, based on the first pseudorandom code seed, that the value of N is 6, the coding matrix includes 6 column vectors, and the degree of freedom of the first column vector is 2, and the degree of freedom of the second column vector is 2. Is 3, the degree of freedom of the third column vector is 5, the degree of freedom of the fourth column vector is 5, the degree of freedom of the fifth column vector is 1, and the degree of freedom of the sixth column vector is 2.
第二通信设备可以基于所述第二伪随机码种子确定第一列向量中的第一个元素和第二个元素的取值为1,其余元素取值为0;第一列向量中的第一个元素、第三个元素和第五个元素的取值为1,其余元素取值为0;第三列向量和第四列向量中的全部元素的取值为1;第五列向量中的第三个元素的取值为1,其余元素取值为0;第六列向量中的第四个元素和第五个元素的取值为1,其余元素取值为0。The second communication device may determine, based on the second pseudo-random code seed, that the values of the first element and the second element in the first column vector are 1, and the remaining elements are 0; the first element in the first column vector The value of one element, the third element, and the fifth element is 1, and the value of the remaining elements is 0; the value of all elements in the third column vector and the fourth column vector is 1; the value of the fifth column vector is The value of the third element of is 1 and the value of other elements are 0; the value of the fourth element and the fifth element of the sixth column vector is 1, and the value of the remaining elements is 0.
基于上述内容,第一通信设备可以生成编码矩阵M:Based on the above content, the first communication device can generate a coding matrix M:
Figure PCTCN2021070812-appb-000008
Figure PCTCN2021070812-appb-000008
假设第一数据块为11001,那么基于获取到的K的取值5,第一通信设备 可以生成P=[1 1 0 0 1]。Assuming that the first data block is 11001, based on the acquired value of K of 5, the first communication device can generate P=[1 1 0 0 1].
这样,第一通信设备基于第一数据块生成6个编码子块:In this way, the first communication device generates 6 coding sub-blocks based on the first data block:
Figure PCTCN2021070812-appb-000009
Figure PCTCN2021070812-appb-000009
需要说明的是,对于不同取值的第一伪随机码种子,其生成的N个值不同,但N个值都服从自由度d的分布。It should be noted that, for the first pseudo-random code seeds with different values, the generated N values are different, but the N values all obey the distribution of the degree of freedom d.
示例性的,假设d服从正太分布,按d的分布概率进行取值可以得到1;3;5;5;2等值。Exemplarily, assuming that d obeys the normal distribution, and taking the value according to the distribution probability of d, the value of 1; 3; 5; 5; 2 can be obtained.
若第一伪随机码种子为2,基于该第一伪随机码种子可以得到的值序列为2;3;5;5;1。If the first pseudo-random code seed is 2, the value sequence that can be obtained based on the first pseudo-random code seed is 2; 3; 5; 5; 1.
若第一伪随机码种子为3,基于该第一伪随机码种子可以得到的值序列为2;3;1;2;1。If the first pseudo-random code seed is 3, the value sequence that can be obtained based on the first pseudo-random code seed is 2; 3; 1; 2; 1.
可见,第一伪随机码种子可以用于确定编码子块对应的自由度。It can be seen that the first pseudo-random code seed can be used to determine the degree of freedom corresponding to the coded sub-block.
类似地,对于不同取值的第二伪随机码种子,其生成的N组值可以不同。Similarly, for the second pseudo-random code seeds with different values, the generated N sets of values can be different.
第二实现方式中,列向量信息可以为列向量。In the second implementation manner, the column vector information may be a column vector.
在第二实现方式中,所述伪随机码种子可以用于生成N个列向量。这样,第一通信设备可以基于生成的N个列向量生成编码矩阵M;另外,第一通信设备可以基于生成的N个列向量中的任一列向量包括的元素的个数,确定K的值,生成第一数据块P。之后,生成第一数据块的N个编码子块。In the second implementation manner, the pseudo-random code seed can be used to generate N column vectors. In this way, the first communication device can generate an encoding matrix M based on the generated N column vectors; in addition, the first communication device can determine the value of K based on the number of elements included in any column vector of the generated N column vectors, Generate the first data block P. After that, N coded sub-blocks of the first data block are generated.
可见,在所述网络编码参数包括所述伪随机码种子的情况下,第二通信设备可以自主基于所述伪随机码种子确定编码子块对应的列向量,从而相比于第二通信设备基于第一通信设备的指示确定编码子块对应的列向量,可以降低第一通信设备和第二通信设备之间的信令开销。It can be seen that in the case that the network coding parameters include the pseudo-random code seed, the second communication device can autonomously determine the column vector corresponding to the coding sub-block based on the pseudo-random code seed, which is compared with the second communication device based on the pseudo-random code seed. The instruction of the first communication device determines the column vector corresponding to the coding sub-block, which can reduce the signaling overhead between the first communication device and the second communication device.
4)编号4) Number
所述编号为网络编码参数组合的编号,可用于指示网络编码参数组合。网络编码参数组合可以包括以下至少两项:第一参数、第二参数、第三参数。The number is the number of the network coding parameter combination, and can be used to indicate the network coding parameter combination. The network coding parameter combination may include at least two of the following: a first parameter, a second parameter, and a third parameter.
在实际应用中,第一通信设备可以存储有P个网络编码参数组合。第一通信设备可以基于L个编号确定所述P个网络编码参数组合中的L个网络编 码参数组合。In practical applications, the first communication device may store P network coding parameter combinations. The first communication device may determine the L network coding parameter combinations in the P network coding parameter combinations based on the L numbers.
假设网络编码参数组合包括第一参数、第二参数和第三参数。It is assumed that the network coding parameter combination includes the first parameter, the second parameter, and the third parameter.
那么,在L为1的情况下,第一通信设备可以确定K、N、c和δ的取值。Then, when L is 1, the first communication device can determine the values of K, N, c, and δ.
在L大于1的情况下,第一通信设备可以自主从L个编号中选择目标编号,进而根据目标编号对应的目标编码参数组合确定K、N、c和δ的取值。In the case that L is greater than 1, the first communication device can autonomously select the target number from the L numbers, and then determine the values of K, N, c, and δ according to the target encoding parameter combination corresponding to the target number.
由上述内容可知,K的取值可以通过以下任一方式获取:It can be seen from the above content that the value of K can be obtained in any of the following ways:
获取方式一、根据第一参数获取K的取值。Obtaining method 1: Obtain the value of K according to the first parameter.
获取方式二、根据网络编码参数组合的编号获取K的取值,网络编码参数组合包括第一参数。The second acquisition method is to acquire the value of K according to the number of the network coding parameter combination, and the network coding parameter combination includes the first parameter.
N的取值可以通过以下任一方式获取:The value of N can be obtained in any of the following ways:
获取方式三、根据第二参数获取N的取值。The third acquisition method is to acquire the value of N according to the second parameter.
获取方式四、根据网络编码参数组合的编号获取N的取值,网络编码参数组合包括第二参数。The fourth method of obtaining is to obtain the value of N according to the number of the network coding parameter combination, and the network coding parameter combination includes the second parameter.
c和δ的取值可以根据第三参数获取。The values of c and δ can be obtained according to the third parameter.
在本实施例中,第一通信设备获取所述网络编码参数的目的在于:生成第一数据块P和生成编码矩阵M,进而根据生成的第一数据块P和编码矩阵M,生成第一数据块的N个编码子块。In this embodiment, the purpose of acquiring the network coding parameters by the first communication device is to generate a first data block P and generate a coding matrix M, and then generate first data according to the generated first data block P and coding matrix M. N coded sub-blocks of the block.
对于第一数据块P,第一通信设备在获取到K的取值之后,即可以生成第一数据块P。For the first data block P, the first communication device can generate the first data block P after obtaining the value of K.
对于编码矩阵M,其可以根据K、N、c和δ生成。For the coding matrix M, it can be generated according to K, N, c, and δ.
综上可知,以下任一种表现形式的网络编码参数,都可以使得第一通信设备生成第一数据块P和生成编码矩阵M,进而根据生成的第一数据块P和编码矩阵M,生成第一数据块的N个编码子块。In summary, the network coding parameters in any of the following manifestations can enable the first communication device to generate the first data block P and the coding matrix M, and then generate the first data block P and the coding matrix M according to the generated first data block P and the coding matrix M. N coded sub-blocks of a data block.
表现形式一、所述网络编码参数包括L个第一参数、L个第二参数和第三参数。Expression form 1: The network coding parameters include L first parameters, L second parameters, and third parameters.
对于表现形式一的网路编码参数,在L大于1的情况下,第一通信设备可以从L个第一参数选择一个第一参数,之后,基于该第一参数确定K的取值;可以从L个第二参数选择一个第二参数,之后,基于该第二参数确定N的取值。For the network coding parameter of the first form of expression, when L is greater than 1, the first communication device may select a first parameter from the L first parameters, and then determine the value of K based on the first parameter; A second parameter is selected for the L second parameters, and then the value of N is determined based on the second parameter.
可选的,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。具体地,L个第二参数与L个第一参数为一对一的对应关系。这样,第一通信设备可以只进行第一参数或第二参数的选择,之后,可以基于上述对应关系,确定第一参数和第二参数中的另外一个,从而可以简化第一通信设备的选择操作。Optionally, when L is greater than 1, the L second parameters correspond to the L first parameters. Specifically, the L second parameters and the L first parameters have a one-to-one correspondence. In this way, the first communication device can only select the first parameter or the second parameter, and then can determine the other one of the first parameter and the second parameter based on the above-mentioned corresponding relationship, thereby simplifying the selection operation of the first communication device .
可选的,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。Optionally, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
进一步地,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:Further, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
在所述Q个第三参数与所述L个第一参数对应的情况下,若Q的取值小于L的取值,则L个第一参数中的一个参数可以对应Q个第三参数中的一个参数,也可以对应Q个第三参数中的两个或两个以上参数;若Q的取值等于L的取值,则L个第一参数中的一个参数对应Q个第三参数中的一个参数。在此情况下,第一通信设备可以基于确定的第一参数确定第三参数。In the case where the Q third parameters correspond to the L first parameters, if the value of Q is less than the value of L, then one of the L first parameters may correspond to the Q third parameters A parameter of can also correspond to two or more of the Q third parameters; if the value of Q is equal to the value of L, then one of the L first parameters corresponds to the Q third parameters One of the parameters. In this case, the first communication device may determine the third parameter based on the determined first parameter.
同样地,在所述Q个第三参数与所述L个第二参数对应的情况下,若Q的取值小于L的取值,则L个第二参数中的一个参数可以对应Q个第三参数中的一个参数,也可以对应Q个第三参数中的两个或两个以上参数;若Q的取值等于L的取值,则L个第二参数中的一个参数对应Q个第三参数中的一个参数。在此情况下,第一通信设备可以基于确定的第二参数确定第三参数。Similarly, when the Q third parameters correspond to the L second parameters, if the value of Q is less than the value of L, then one of the L second parameters can correspond to the Q One of the three parameters can also correspond to two or more of the Q third parameters; if the value of Q is equal to the value of L, then one of the L second parameters corresponds to the Q third parameter. One of the three parameters. In this case, the first communication device may determine the third parameter based on the determined second parameter.
表现形式二、所述网络编码参数包括L个编号。Expression form 2: The network coding parameters include L numbers.
对于表现形式二的网络编码参数,在网络编码参数组合包括第一参数、第二参数和第三参数的情况下,所述网络编码参数可以仅包括L个编号。For the network coding parameters of the second expression form, in the case that the network coding parameter combination includes the first parameter, the second parameter, and the third parameter, the network coding parameter may only include L numbers.
在网络编码参数组合包括第一参数和第三参数的情况下,所述网络编码参数还可以包括L个第二参数。In the case that the network coding parameter combination includes the first parameter and the third parameter, the network coding parameter may further include L second parameters.
在网络编码参数组合包括第一参数和第二参数的情况下,所述网络编码参数还可以包括第三参数。In the case that the network coding parameter combination includes the first parameter and the second parameter, the network coding parameter may further include a third parameter.
在网络编码参数组合包括第二参数和第三参数的情况下,所述网络编码 参数还可以包括L个第一参数。In the case that the network coding parameter combination includes the second parameter and the third parameter, the network coding parameter may further include L first parameters.
对于表现形式二的网络编码参数,在L大于1的情况下,第一通信设备可先选择L个参数中的一个参数,之后,基于选择的参数生成N个编码子块。For the network coding parameters of the second expression form, when L is greater than 1, the first communication device may first select one of the L parameters, and then generate N coding sub-blocks based on the selected parameters.
需要说明的是,在实际应用中,可选的,第一通信设备确定的N的取值可以大于K的取值,以提高数据块传输的可靠性。示例性的,假设网络编码参数包括1个第一参数和1个第二参数,第一参数为所述第一数据块的最大可分割份数,第二参数为所述第一数据块对应的编码子块的最大个数,第一参数和第二参数的取值均为10,那么,第一通信设备确定的K的取值可以为3,N的取值可以为6。It should be noted that, in practical applications, optionally, the value of N determined by the first communication device may be greater than the value of K, so as to improve the reliability of data block transmission. Exemplarily, suppose that the network coding parameters include a first parameter and a second parameter, the first parameter is the maximum divisible number of the first data block, and the second parameter is the corresponding value of the first data block For the maximum number of coding sub-blocks, the values of the first parameter and the second parameter are both 10. Then, the value of K determined by the first communication device may be 3, and the value of N may be 6.
上述表现形式的网络编码参数仅为示例,任何可使得第一通信设备生成第一数据块P和生成编码矩阵M,进而根据生成的第一数据块P和编码矩阵M,生成第一数据块的N个编码子块的网络编码参数均可落入本发明实施例的保护范围。The above-mentioned network coding parameters are only examples. Any data block that can cause the first communication device to generate the first data block P and the coding matrix M, and then generate the first data block according to the generated first data block P and the coding matrix M The network coding parameters of the N coding sub-blocks all fall into the protection scope of the embodiment of the present invention.
具体实现时,在生成编码矩阵M时,第一通信设备可以先根据K、c和δ确定自由度d的分布,之后,可以根据自由度d的分布、K和N生成编码矩阵M。In specific implementation, when generating the coding matrix M, the first communication device may first determine the distribution of the degrees of freedom d according to K, c, and δ, and then may generate the coding matrix M according to the distribution of the degrees of freedom d, K and N.
在确定自由度d的分布、K和N后,为生成编码矩阵M,需要确定编码矩阵中N个列向量分别对应的自由度,以及N个列向量中各列向量中取值为1的元素的编号。After determining the distribution of degrees of freedom d, K, and N, in order to generate the encoding matrix M, it is necessary to determine the degrees of freedom corresponding to the N column vectors in the encoding matrix, and the elements of the N column vectors with the value of 1 Number.
第一实施方式中,第一通信设备可以自主根据自由度d的分布确定编码矩阵中N个列向量分别对应的自由度,以及N个列向量中各列向量中取值为1的元素的编号。In the first embodiment, the first communication device can autonomously determine the degrees of freedom corresponding to the N column vectors in the coding matrix according to the distribution of the degrees of freedom d, and the number of the element whose value is 1 in each of the N column vectors. .
第二实施方式中,在确定自由度d的分布后,第一通信设备可以基于伪随机码种子生成N个列向量的自由度,以及N个列向量中各列向量取值为1的元素的编号。In the second embodiment, after determining the distribution of the degrees of freedom d, the first communication device can generate the degrees of freedom of N column vectors based on the pseudo-random code seed, and the values of the elements of the N column vectors whose value is 1 in each column vector. Numbering.
可以理解的是,在第一通信设备根据第二实施方式确定编码矩阵中N个列向量分别对应的自由度,以及N个列向量中各列向量中取值为1的元素的编号的情况下,上述表现形式一和表现形式二的网络编码参数还可以包括伪随机码种子。It can be understood that, in the case where the first communication device determines the degrees of freedom corresponding to the N column vectors in the coding matrix according to the second embodiment, and the number of the element whose value is 1 in each of the N column vectors The network coding parameters of the above-mentioned expression form 1 and expression form 2 may also include a pseudo-random code seed.
需要说明的是,对于第一实施方式,由于编码矩阵中N个列向量分别对应的自由度,以及N个列向量中各列向量中取值为1的元素的编号由第一通信设备自主确定,因此,为使得第二通信设备解码成功,第一通信设备应该指示第二通信设备其确定的编码矩阵中N个列向量分别对应的自由度,以及N个列向量中各列向量中取值为1的元素的编号。It should be noted that, for the first embodiment, since the degrees of freedom corresponding to the N column vectors in the coding matrix, and the number of the element whose value is 1 in each column vector of the N column vectors are determined independently by the first communication device Therefore, in order for the second communication device to decode successfully, the first communication device should instruct the second communication device to determine the degree of freedom of the N column vectors in the coding matrix determined by it, and the value of each column vector in the N column vectors The number of the element that is 1.
对于第二实施方式,由于编码矩阵中N个列向量分别对应的自由度,以及N个列向量中各列向量中取值为1的元素的编号由伪随机码种子确定,因此,第二通信设备可以通过获取伪随机码种子确定编码矩阵中N个列向量分别对应的自由度,以及N个列向量中各列向量中取值为1的元素的编号,无需第一通信设备指示,从而可降低第一通信设备和第二通信设备间的信令开销。For the second embodiment, since the degrees of freedom corresponding to the N column vectors in the coding matrix, and the number of the element whose value is 1 in each column vector of the N column vectors are determined by the pseudo-random code seed, the second communication The device can determine the degrees of freedom corresponding to each of the N column vectors in the coding matrix by obtaining the pseudo-random code seed, and the number of the element whose value is 1 in each column vector of the N column vectors, without the instruction of the first communication device. Reduce the signaling overhead between the first communication device and the second communication device.
以下对编码子块的标头进行说明。The header of the coding sub-block will be described below.
可选的,在L为1的情况下,所述N个编码子块中的第一编码子块的标头包括第一集合域,所述第一集合域包括以下至少一项:Optionally, when L is 1, the header of the first coding sub-block in the N coding sub-blocks includes a first set field, and the first set field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第一编码子块的编号;The third field is used to indicate the number of the first coding sub-block;
第四域,用于指示所述第一编码子块对应的列向量信息;The fourth field is used to indicate the column vector information corresponding to the first coding sub-block;
第五域,用于指示所述第一编码子块的数据长度。The fifth field is used to indicate the data length of the first coding sub-block.
可选的,在L为大于1的情况下,所述N个编码子块中的第一编码子块的标头包括第二集合域,所述第二集合域包括以下至少一项:Optionally, when L is greater than 1, the header of the first coding sub-block in the N coding sub-blocks includes a second set field, and the second set field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第六域,用于指示第四参数,所述第四参数与所述第一数据块的分割份数具有对应关系;The sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
第七域,用于指示所述L个编号中的目标编号;The seventh field is used to indicate the target number among the L numbers;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第一编码子块的编号;The third field is used to indicate the number of the first coding sub-block;
第四域,用于指示所述第一编码子块对应的列向量信息;The fourth field is used to indicate the column vector information corresponding to the first coding sub-block;
第五域,用于指示所述第一编码子块的数据长度。The fifth field is used to indicate the data length of the first coding sub-block.
为方便理解,以下对上述各域进行说明。To facilitate understanding, the above domains are described below.
1)第一域1) The first domain
所述第一域用于指示所述第一数据块的分割份数,即K的取值。可见,第一通信设备可以通过在编码子块的标头中携带第一域,显式指示K的取值。The first field is used to indicate the number of divisions of the first data block, that is, the value of K. It can be seen that the first communication device can explicitly indicate the value of K by carrying the first field in the header of the coding sub-block.
2)第二域2) The second domain
所述第二域用于指示所述第一数据块的编号。在实际应用中,第一通信设备可能向第二通信设备发送两个或两个以上数据块,在此情况下,第一通信设备发送有不同数据块的编码子块。因此,为方便第二通信设备准确识别同一数据块对应的编码子块,第一通信设备可以在每个编码子块的标头中携带第二域,指示该编码子块对应的数据块的编号。The second field is used to indicate the number of the first data block. In practical applications, the first communication device may send two or more data blocks to the second communication device. In this case, the first communication device sends coded sub-blocks with different data blocks. Therefore, in order to facilitate the second communication device to accurately identify the coding sub-block corresponding to the same data block, the first communication device may carry a second field in the header of each coding sub-block to indicate the number of the data block corresponding to the coding sub-block .
3)第三域3) Third domain
所述第三域用于指示所述第一编码子块的编号。在实际应用中,N的取值一般大于1,由前述内容可知,不同编码子块对应的编码矩阵中的列向量不同。因此,为方便第二通信设备准确确定每个编码子块对应的列向量,第一通信设备可以在每个编码子块的标头中携带第三域,指示该编码子块的编号。The third field is used to indicate the number of the first coding sub-block. In practical applications, the value of N is generally greater than 1. It can be seen from the foregoing that the column vectors in the coding matrix corresponding to different coding sub-blocks are different. Therefore, in order to facilitate the second communication device to accurately determine the column vector corresponding to each coding sub-block, the first communication device may carry a third field in the header of each coding sub-block to indicate the number of the coding sub-block.
4)第四域4) The fourth domain
所述第四域用于指示所述第一编码子块对应的列向量信息。具体地,所述第四域可以用于指示所述第一编码子块对应的列向量的自由度,以及列向量中取值为1的元素的编号。这样,第二通信设备可以基于第四域,以及K的取值,得到所述第一编码子块对应的列向量。The fourth field is used to indicate column vector information corresponding to the first coding sub-block. Specifically, the fourth field may be used to indicate the degree of freedom of the column vector corresponding to the first coding sub-block, and the number of the element in the column vector whose value is 1. In this way, the second communication device can obtain the column vector corresponding to the first coding sub-block based on the fourth domain and the value of K.
5)第五域5) Fifth domain
所述第五域用于指示所述第一编码子块的数据长度。The fifth field is used to indicate the data length of the first coding sub-block.
6)第六域6) The sixth domain
所述第六域用于指示第四参数,所述第四参数与所述第一数据块的分割份数具有对应关系。在实际应用中,协议可以约定第四参数与K的对应关系,示例性的,若第四参数的取值为1,则该第四参数对应的K的取值为4;若第四参数的取值为2,则该第四参数对应的K的取值为5。这样,第二通信设备可以基于第六域指示的第四参数,以及上述对应关系,确定K的取值。The sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block. In practical applications, the protocol may agree on the correspondence between the fourth parameter and K. For example, if the value of the fourth parameter is 1, the value of K corresponding to the fourth parameter is 4; If the value is 2, the value of K corresponding to the fourth parameter is 5. In this way, the second communication device can determine the value of K based on the fourth parameter indicated by the sixth domain and the foregoing corresponding relationship.
7)第七域7) The seventh domain
所述第七域用于指示所述L个编号中的目标编号,所述目标编号指示P个网络编码参数组合中的网络编码参数组合。应理解的是,所述目标编号对应的目标网络编码参数组合为第一通信设备生成所述N个编码子块用到的参数。这样,第二通信设备可以基于第七域指示的目标编号,确定K的取值。The seventh field is used to indicate a target number in the L numbers, and the target number indicates a network coding parameter combination in P network coding parameter combinations. It should be understood that the target network coding parameter combination corresponding to the target number is a parameter used by the first communication device to generate the N coding sub-blocks. In this way, the second communication device can determine the value of K based on the target number indicated by the seventh field.
由上述内容可知,第一域、第六域和第七域都可以用于确定K的取值,可见,第一通信设备可以通过在编码子块的标头中携带第一域、第六域或第七域,显式指示K的取值。It can be seen from the above that the first, sixth, and seventh fields can all be used to determine the value of K. It can be seen that the first communication device can carry the first and sixth fields in the header of the coding sub-block. Or the seventh field, which explicitly indicates the value of K.
需要说明的是,在其他实施方式中,第一通信设备也可以隐式指示K的取值。可选的,在L大于1的情况下,所述N个编码子块中的第一编码子块的尺寸大小与以下任意一项对应:It should be noted that in other implementation manners, the first communication device may also implicitly indicate the value of K. Optionally, when L is greater than 1, the size of the first coding sub-block in the N coding sub-blocks corresponds to any one of the following:
所述第一数据块的分割份数;The number of partitions of the first data block;
所述第一数据块的分割份数对应的网络编码参数组合的编号。The number of the network coding parameter combination corresponding to the number of divisions of the first data block.
在此可选实施方式中,K的取值不同,编码子块的尺寸大小不同。具体地,K的取值可以与编码子块的尺寸大小负相关,即K的取值越小,编码子块的尺寸大小越大,反正越小。在实际应用中,同一数据块对应的不同编码子块的尺寸大小可以相同。因此,第一通信设备可以基于同一数据块对应的任一编码子块的尺寸大小,确定与该数据块对应的K的取值。In this optional implementation manner, the value of K is different, and the size of the coding sub-block is different. Specifically, the value of K may be negatively related to the size of the coding sub-block, that is, the smaller the value of K, the larger the size of the coding sub-block, and the smaller it is anyway. In practical applications, the sizes of different coded sub-blocks corresponding to the same data block may be the same. Therefore, the first communication device may determine the value of K corresponding to the data block based on the size of any coding sub-block corresponding to the same data block.
应理解的是,上述隐式指示方式仅为示例,其他隐式指示K的取值的方式均可落入本发明实施例的保护范围。It should be understood that the foregoing implicit indication manner is only an example, and other implicit indication manners of the value of K may all fall within the protection scope of the embodiment of the present invention.
在本实施例中,当协议定义或网络(预)配置了多个可选的网络编码层参数,如L个第一参数,网络编码层的标头(header)或网络编码子层的子标头(subheader)可以显式指示所使用的参数,或者,网络编码层参数可以被隐式指示。In this embodiment, when multiple optional network coding layer parameters are defined in the protocol or the network (pre-)configured, such as L first parameters, the header of the network coding layer or the sub-label of the network coding sublayer The subheader may explicitly indicate the parameters used, or the network coding layer parameters may be implicitly indicated.
需要说明的是,所述第一编码子块可以理解为所述N个编码子块的任一编码子块。It should be noted that the first coding sub-block may be understood as any coding sub-block of the N coding sub-blocks.
另外,所述N个编码子块中不同编码子块的标头可以相同,也可以不同。示例性的,由于一个数据块对应一个K值,因此,可以通过数据块对应的一个编码子块携带第一域指示K值,该数据块对应的其他编码子块可以不携带第一域。In addition, the headers of different coded sub-blocks in the N coded sub-blocks may be the same or different. Exemplarily, since one data block corresponds to one K value, one coding sub-block corresponding to the data block may carry the first domain to indicate the K value, and other coding sub-blocks corresponding to the data block may not carry the first domain.
在实际应用中,由前述内容可知,若第二通信设备通过前述实施方式一确定获取接收到的编码子块对应的列向量,则编码子块的标头可以包括所述第四域。若第二通信设备通过前述实施方式二确定获取接收到的编码子块对应的列向量,则编码子块的标头可以不包括所述第四域,从而可以降低第一通信设备和第二通信设备之间的信令开销。In practical applications, it can be known from the foregoing that if the second communication device determines to obtain the column vector corresponding to the received coding sub-block through the foregoing embodiment 1, the header of the coding sub-block may include the fourth field. If the second communication device determines to obtain the column vector corresponding to the received coding sub-block through the foregoing implementation manner 2, the header of the coding sub-block may not include the fourth field, so that the first communication device and the second communication can be reduced. Signaling overhead between devices.
由前述内容可知,第一通信设备可以通过目标层对数据块进行网络编码。在实际应用中,所述目标层可以为:It can be known from the foregoing that the first communication device can perform network coding on the data block through the target layer. In practical applications, the target layer may be:
无线接入网络(Radio Access Network,RAN)协议栈中的第一层,或,The first layer in the Radio Access Network (RAN) protocol stack, or,
RAN协议栈中的第二层;The second layer in the RAN protocol stack;
其中,所述第一层可以视为RAN协议栈中现有的层,如分组数据汇聚协议(Packet Data Convergence Protocol,PDCP)层、无限链路控制(Radio Link Control,RLC)层、回传自适应协议(Backhaul Adaptation Protocol,BAP)层、媒体接入控制(Medium Access Control,MAC)层、物理(physical,PHY)层;所述第二层可以视为为RAN协议栈中新增的层。Among them, the first layer can be regarded as an existing layer in the RAN protocol stack, such as the Packet Data Convergence Protocol (PDCP) layer, the Radio Link Control (RLC) layer, and the backhaul from The Backhaul Adaptation Protocol (BAP) layer, the Medium Access Control (MAC) layer, and the physical (PHY) layer; the second layer can be regarded as a newly added layer in the RAN protocol stack.
以下分别对目标层为所述第一层和目标层为所述第二层的情况进行说明。The following describes the cases where the target layer is the first layer and the target layer is the second layer.
情况一、所述目标层为所述第一层。Case 1: The target layer is the first layer.
可选的,所述第一层包括网络编码子层,第一目标指示域由所述网络编码子层生成,所述第一目标集合域为所述第一集合域或所述第二集合域。Optionally, the first layer includes a network coding sublayer, a first target indication field is generated by the network coding sublayer, and the first target set field is the first set field or the second set field .
在情况一中,第一通信设备通过第一层的网络编码子层对数据块进行网络编码,生成编码子块。In case 1, the first communication device performs network coding on the data block through the network coding sublayer of the first layer to generate coded sub-blocks.
由于目标层为现有的层,因此,可选的,所述第一编码子块的标头还可以包括第三集合域,所述第三集合域由所述目标层中除所述网络编码子层之外的其他子层生成。Since the target layer is an existing layer, optionally, the header of the first coding sub-block may further include a third aggregation field, and the third aggregation field is divided by the network coding from the target layer. Other sub-layers other than sub-layers are generated.
在此情况下,编码子块的标头包括第一目标集合域和第三集合域,可以视第一目标集合域为编码子块的第一子标头,视第三集合域为编码子块的第二子标头。第三集合域由第一层中除所述网络编码子层之外的其他子层生成,可以视第二子标头为原有第一层的标头,示例性的,若第一层为PDCP层,则第二子标头可以视为PDCP层的标头。In this case, the header of the coded sub-block includes the first target set field and the third set field. The first target set field can be regarded as the first sub-header of the coded sub-block, and the third set field can be regarded as the coded sub-block. The second sub-header. The third set field is generated by other sublayers in the first layer except the network coding sublayer. The second subheader can be regarded as the header of the original first layer. For example, if the first layer is PDCP layer, the second sub-header can be regarded as the header of the PDCP layer.
进一步地,所述第三集合域位于所述第一目标集合域之前,或,所述第 三集合域位于所述第一目标集合域之后。Further, the third collection domain is located before the first target collection domain, or the third collection domain is located after the first target collection domain.
在所述第三集合域位于所述第一目标集合域之前的情况下,第一层先进行网络编码处理生成第一目标集合域之后,再进行第一层的现有处理生成第三集合域。In the case that the third collection domain is located before the first target collection domain, the first layer first performs network coding processing to generate the first target collection domain, and then performs the existing processing of the first layer to generate the third collection domain .
在所述第三集合域位于所述第一目标集合域之后的情况下,第一层先进行第一层的现有处理生成第三集合域之后,再进行网络编码处理生成第一目标集合域。In the case that the third collection domain is located after the first target collection domain, the first layer first performs the existing processing of the first layer to generate the third collection domain, and then performs network coding processing to generate the first target collection domain .
情况二、所述目标层为所述第二层。Case 2: The target layer is the second layer.
在情况二中,目标层为一个独立层,因此,编码子块的标头可以仅包括上述第一目标集合域。In the second case, the target layer is an independent layer. Therefore, the header of the coding sub-block may only include the first target set field.
在实际应用中,目标层可以设置于RAN协议栈现有层中任意两层之间。In practical applications, the target layer can be set between any two existing layers of the RAN protocol stack.
可选的,所述网络编码层满足以下任意一项:Optionally, the network coding layer satisfies any one of the following:
所述网络编码层设置在分组数据汇聚协议PDCP层和无线链路控制RLC层之间;The network coding layer is set between the PDCP layer and the radio link control RLC layer;
所述网络编码层设置在PDCP层和回传自适应协议BAP层之间。The network coding layer is set between the PDCP layer and the backhaul adaptive protocol BAP layer.
参见图2,图2是本发明实施例提供的数据处理方法的流程图之二。图2所示的数据处理方法可以应用于第二通信设备。Refer to FIG. 2, which is the second flowchart of the data processing method provided by the embodiment of the present invention. The data processing method shown in FIG. 2 can be applied to the second communication device.
如图2所示,本实施例的数据处理方法包括以下步骤:As shown in Figure 2, the data processing method of this embodiment includes the following steps:
步骤201、在接收到第一数据块对应的M个编码子块的情况下,获取所述M个编码子块对应的M个列向量,每个所述列向量包括K个元素,K为所述第一数据块的分割份数,M为小于或等于基于所述第一数据块生成的编码子块的数量N的正整数。Step 201: In the case of receiving M coded sub-blocks corresponding to the first data block, obtain M column vectors corresponding to the M coded sub-blocks, each of the column vectors includes K elements, and K is all The number of divisions of the first data block, M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block.
步骤202、生成第一矩阵,所述第一矩阵包括所述M个列向量。Step 202: Generate a first matrix, where the first matrix includes the M column vectors.
步骤203、在所述第一矩阵为行满秩矩阵的情况下,根据所述第一矩阵和所述M个编码子块,恢复所述第一数据块。Step 203: In a case where the first matrix is a row full-rank matrix, restore the first data block according to the first matrix and the M coded sub-blocks.
具体实现时,第二通信设备执行上述步骤201时,接收到的第一数据块的编码子块的数量可以大于或等于M。In specific implementation, when the second communication device executes the above step 201, the number of received coding sub-blocks of the first data block may be greater than or equal to M.
在接收到的第一数据块的编码子块的数量可以大于M的情况下,第二通信设备可以从接收到的编码子块中选择M个编码子块,确定该M个编码子 块对应的M个列向量生成的矩阵是否为行满秩矩阵,直到找到使得第一矩阵行满秩的那几个编码子块。In the case that the number of coded sub-blocks of the received first data block may be greater than M, the second communication device may select M coded sub-blocks from the received coded sub-blocks, and determine the corresponding code sub-blocks of the M coded sub-blocks. Whether the matrix generated by the M column vectors is a row-full-rank matrix, until the coding sub-blocks that make the row of the first matrix full-rank are found.
所述根据所述第一矩阵和所述M个编码子块,恢复所述第一数据块,具体可以包括:根据所述第一矩阵和所述M个编码子块,得到所述第一数据块对应的数据子块,之后,将得到的数组子块按顺序组合,得到所述第一数据块。The restoring the first data block according to the first matrix and the M coding sub-blocks may specifically include: obtaining the first data according to the first matrix and the M coding sub-blocks The data sub-blocks corresponding to the blocks are then combined in order to obtain the first data block.
需要说明的是,在实际应用中,第二通信设备可以通过目标层执行上述步骤。其中,目标层可参考前述描述,此处不再赘述。It should be noted that, in actual applications, the second communication device may perform the above steps through the target layer. Among them, the target layer can refer to the foregoing description, which will not be repeated here.
可选的,所述获取所述M个编码子块对应的M个列向量,包括:Optionally, the obtaining M column vectors corresponding to the M coding sub-blocks includes:
根据第一信息,获取所述M个编码子块对应的M个列向量,所述第一信息包括以下任意一项:Acquire M column vectors corresponding to the M coded sub-blocks according to the first information, and the first information includes any one of the following:
网络编码参数中的伪随机码种子,所述伪随机码种子用于确定编码子块对应的列向量信息;A pseudo-random code seed in the network coding parameters, where the pseudo-random code seed is used to determine the column vector information corresponding to the coding sub-block;
所述M个编码子块中每个编码子块的标头中的第四域,每个编码子块的标头中的第四域用于指示该编码子块对应的列向量信息。The fourth field in the header of each coding sub-block in the M coding sub-blocks, and the fourth field in the header of each coding sub-block is used to indicate column vector information corresponding to the coding sub-block.
可选的,所述网络编码参数还包括以下至少一项:L个第一参数、L个第二参数、第三参数、L个编号,L为正整数;Optionally, the network coding parameters further include at least one of the following: L first parameters, L second parameters, third parameters, and L numbers, where L is a positive integer;
其中,所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;Wherein, the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: One parameter, second parameter, and third parameter;
所述第一参数用于确定所述第一数据块的分割份数;The first parameter is used to determine the number of divisions of the first data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
可选的,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。Optionally, when L is greater than 1, the L second parameters correspond to the L first parameters.
可选的,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。Optionally, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
可选的,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:Optionally, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
可选的,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大可分割份数。Optionally, the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
可选的,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。Optionally, the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
可选的,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。Optionally, the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
可选的,所述网络编码参数根据协议约定和第三通信设备发送的配置信息中的至少一项确定。Optionally, the network coding parameter is determined according to at least one of a protocol agreement and configuration information sent by the third communication device.
可选的,所述M个编码子块中第二编码子块的标头还包括第四集合域,所述第四集合域包括以下至少一项:Optionally, the header of the second coding sub-block in the M coding sub-blocks further includes a fourth aggregation field, and the fourth aggregation field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第二编码子块的编号;The third field is used to indicate the number of the second coding sub-block;
第五域,用于指示所述第二编码子块的数据长度。The fifth field is used to indicate the data length of the second coding sub-block.
可选的,所述M个编码子块中第二编码子块的标头还包括第五集合域,所述第五集合域包括以下至少一项:Optionally, the header of the second coding sub-block in the M coding sub-blocks further includes a fifth aggregation field, and the fifth aggregation field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第六域,用于指示第四参数,所述第四参数与所述第一数据块的分割份数具有对应关系;The sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
第七域,用于指示目标编号,所述目标编号指示P个网络编码参数组合中的目标网络编码参数组合,P为正整数;The seventh field is used to indicate a target number, where the target number indicates a target network coding parameter combination in P network coding parameter combinations, and P is a positive integer;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第二编码子块的编号;The third field is used to indicate the number of the second coding sub-block;
第五域,用于指示所述第二编码子块的数据长度。The fifth field is used to indicate the data length of the second coding sub-block.
可选的,在第二目标集合域由RAN协议栈中的第一层中的网络编码子层生成的情况下,所述第二编码子块的标头还包括第六集合域,所述第六集合域由所述第一层中除所述网络编码子层之外的其他子层生成;Optionally, in the case that the second target set field is generated by the network coding sublayer in the first layer of the RAN protocol stack, the header of the second coding sub-block further includes a sixth set field, and the first The six set fields are generated by other sublayers in the first layer except the network coding sublayer;
所述第二目标集合域为所述第四集合域或所述第五集合域。The second target collection domain is the fourth collection domain or the fifth collection domain.
可选的,所述第六集合域位于所述第二目标集合域之前,或,所述第三集合域位于所述第二目标集合域之后。Optionally, the sixth collection domain is located before the second target collection domain, or the third collection domain is located after the second target collection domain.
本实施例的数据处理方法,第二通信设备可以基于接收到的编码子块,解码获取到所述第一数据块。可见,本发明实施例采用网络编码的方式实现第一数据块从第一通信设备到第二通信设备的传输,从而可以在保证数据传输可靠性的情况下,降低数据传输的冗余度,进而可以提高频谱利用率。In the data processing method of this embodiment, the second communication device may decode and obtain the first data block based on the received coding sub-block. It can be seen that the embodiment of the present invention adopts network coding to realize the transmission of the first data block from the first communication device to the second communication device, thereby reducing the redundancy of data transmission while ensuring the reliability of data transmission, and thereby Can improve spectrum utilization.
需要说明的是,本实施例作为与图1对应的方法实施例对应的第二通信设备的实施例,因此,可以参见图1对应的方法实施例中的相关说明,且可以达到相同的有益效果。为了避免重复说明,在此不再赘述。It should be noted that this embodiment serves as an embodiment of the second communication device corresponding to the method embodiment corresponding to FIG. 1. Therefore, you can refer to the relevant description in the method embodiment corresponding to FIG. 1, and the same beneficial effects can be achieved. . In order to avoid repeating the description, it will not be repeated here.
参见图3,图3是本发明实施例提供的配置方法的流程图之一。图3所示的配置方法可以应用于第三通信设备。Refer to FIG. 3, which is one of the flowcharts of the configuration method provided by the embodiment of the present invention. The configuration method shown in FIG. 3 can be applied to the third communication device.
如图3所示,本实施例的配置方法包括以下步骤:As shown in Figure 3, the configuration method of this embodiment includes the following steps:
步骤301、发送配置信息,用于配置网络编码参数,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数。Step 301: Send configuration information for configuring network coding parameters, where the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, and L numbers, L is a positive integer.
其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
所述第一参数用于确定数据块的分割份数;The first parameter is used to determine the number of partitions of the data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
可选的,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。Optionally, when L is greater than 1, the L second parameters correspond to the L first parameters.
可选的,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。Optionally, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
可选的,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:Optionally, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
可选的,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大分割份数。Optionally, the first parameter is any one of the following: the number of divisions of the first data block, and the maximum number of divisions of the first data block.
可选的,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。Optionally, the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
可选的,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。Optionally, the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
本实施例的配置方法,第三通信设备可以通过发送配置信息,配置网络编码参数,以使第一通信设备和第二通信设备可以基于网络编码参数,对数据块进行网络编码和解码,进而可以在保证数据传输可靠性的情况下,降低数据传输的冗余度,进而可以提高频谱利用率。In the configuration method of this embodiment, the third communication device can configure network coding parameters by sending configuration information, so that the first communication device and the second communication device can perform network coding and decoding on the data block based on the network coding parameters, and further Under the condition of ensuring the reliability of data transmission, the redundancy of data transmission is reduced, and the spectrum utilization rate can be improved.
需要说明的是,本实施例作为与图1对应的方法实施例对应的第三通信设备的实施例,因此,可以参见图1对应的方法实施例中的相关说明,且可以达到相同的有益效果。为了避免重复说明,在此不再赘述。It should be noted that this embodiment is an embodiment of the third communication device corresponding to the method embodiment corresponding to FIG. 1. Therefore, you can refer to the related description in the method embodiment corresponding to FIG. 1, and the same beneficial effects can be achieved. . In order to avoid repeating the description, it will not be repeated here.
需要说明的是,本发明实施例中介绍的多种可选的实施方式,在彼此不冲突的情况下可以相互结合实现,也可以单独实现,对此本发明实施例不作限定。It should be noted that the various optional implementation manners introduced in the embodiments of the present invention may be implemented in combination with each other or may be implemented separately if they do not conflict with each other, which is not limited in the embodiments of the present invention.
为方便理解,示例说明如下:To facilitate understanding, examples are described as follows:
网络编码(Network Coding,NWC)可以是一个全新的协议层或现有协议栈中某个层的扩展子层。本发明设计网络编码用于RAN数据传输时的协议设计和相关信令设计,包括“网络编码参数配置”和“NWC header设计”,该配置可以是按通信设备进行配置,也可以是按通信设备的MAC entity、cell group或LCH/LCG进行配置,可以配置一致的网络编码,也可以是配置多种网络编码提供按情况选择的灵活性。Network Coding (NWC) can be a completely new protocol layer or an extended sublayer of a certain layer in the existing protocol stack. The present invention designs network coding for protocol design and related signaling design when RAN data transmission, including "network coding parameter configuration" and "NWC header design". The configuration can be configured according to communication equipment or according to communication equipment. The MAC entity, cell group, or LCH/LCG can be configured to configure a consistent network code, or it can be configured with multiple network codes to provide flexibility to choose according to the situation.
为了叙述简洁,在后文的详细描述中,假设网络编码是按LCH(i.e.per LCH)进行配置的。但这些解决方案可以推广应用到按通信设备的MAC entity、cell group或LCG进行网络编码配置的情形,以上这些应用也包含在本发明的保护的范围之内。For the sake of brevity, in the detailed description below, it is assumed that the network coding is configured according to LCH (i.e. per LCH). However, these solutions can be extended and applied to the case of network coding configuration according to the MAC entity, cell group, or LCG of the communication device, and these applications are also included in the protection scope of the present invention.
作为一个示例,图4给出了按LCH进行网络编码配置的网络控制单元的流程图;图5给出了按LCH进行网络编码配置的发端的流程图;图6给出了按LCH进行网络编码配置的收的流程图。As an example, Figure 4 shows the flow chart of the network control unit that performs network coding configuration according to LCH; Figure 5 shows the flow chart of the origination of network coding configuration according to LCH; Figure 6 shows the network coding configuration according to LCH The flow chart of the configuration of the receipt.
图4包括以下步骤:Figure 4 includes the following steps:
步骤401、网络控制单元配置发端LCH网络编码参数。Step 401: The network control unit configures the originating LCH network coding parameters.
步骤402、网络控制单元配置收端LCH网络编码参数。Step 402: The network control unit configures the receiving end LCH network coding parameters.
在实际应用中,网路控制单元配置的发端LCH网络编码参数和收端LCH网络编码参数可以相同,也可以不同。In practical applications, the sending end LCH network coding parameters and the receiving end LCH network coding parameters configured by the network control unit may be the same or different.
图5包括以下步骤:Figure 5 includes the following steps:
步骤501、接收通信设备的一个LCH的网络编码参数。Step 501: Receive an LCH network coding parameter of the communication device.
步骤502、确定编码子块的标头格式。Step 502: Determine the header format of the coded sub-block.
步骤503、按照该LCH的网络编码参数和编码子块的标头格式,对该LCH的数据块进行网络编码处理,生成编码子块。Step 503: Perform network coding processing on the data block of the LCH according to the network coding parameter of the LCH and the header format of the coding sub-block to generate a coding sub-block.
步骤504、发送该LCH生成的编码子块。Step 504: Send the coded sub-block generated by the LCH.
图6包括以下步骤:Figure 6 includes the following steps:
步骤601、接收通信设备的一个LCH的网络编码参数。Step 601: Receive an LCH network coding parameter of the communication device.
步骤602、确定编码子块的标头格式。Step 602: Determine the header format of the coded sub-block.
步骤603、接收该LCH的编码子块。Step 603: Receive the coding sub-block of the LCH.
步骤604、按照该LCH的网络编码参数和编码子块的标头格式,对接收到的该LCH的编码子块进行解码,恢复数据块。Step 604: According to the network coding parameters of the LCH and the header format of the coding sub-block, decode the received coding sub-block of the LCH, and restore the data block.
需要说明的是,在某些实施方式中,收端可以直接按照编码子块的标头格式,对接收到的该LCH的编码子块进行解码,恢复数据块。因此,在这些实施方式中,网络控制单元可以不执行步骤401,收端可以不执行步骤604。It should be noted that, in some implementation manners, the receiving end may directly decode the received encoding sub-block of the LCH according to the header format of the encoding sub-block to restore the data block. Therefore, in these embodiments, the network control unit may not perform step 401, and the receiving end may not perform step 604.
需要说明的是,编码子块的标头格式可以由协议预先约定,具体地,编码子块的标头格式可以包括前述第一域至第七域中的至少一个域。It should be noted that the header format of the coding sub-block may be pre-arranged by the protocol. Specifically, the header format of the coding sub-block may include at least one of the aforementioned first to seventh fields.
一、NWC层新增在现有RAN协议栈中的任意两层之间。1. The NWC layer is newly added between any two layers in the existing RAN protocol stack.
当网络编码参数的配置与LCH是一一对应的关系时。When there is a one-to-one correspondence between the configuration of the network coding parameters and the LCH.
网络编码的配置包含以下一个或多个参数:The configuration of network encoding includes one or more of the following parameters:
协议定义或网络(预)配置原始数据块等份分割的固定份数K(或最大 可分割份数Kmax);Protocol definition or network (pre-)configuration of the fixed number K (or the maximum number of divisible copies Kmax) for dividing the original data block into equal parts;
协议定义或网络(预)配置一个原始数据块编码产生的编码个数N(或最大编码子块数Nmax);Protocol definition or network (pre-)configuration of the number of codes N (or the maximum number of coded sub-blocks Nmax) generated by encoding an original data block;
“编码矩阵参数”用于生成编码矩阵,包括至少一个以下参数:协议定义或网络(预)配置自由度d的相关参数,本地根据相关参数生成d的分布;The "coding matrix parameter" is used to generate the coding matrix, including at least one of the following parameters: protocol definition or network (pre-)configured degree of freedom d related parameters, and locally generated distribution of d according to the related parameters;
协议定义或网络(预)配置伪随机码种子(收发两端都配备),用于生成编码子块进行编码时所需要使用到的原始数据子块的编号;Protocol definition or network (pre-)configured pseudo-random code seed (equipped at both receiving and sending ends), used to generate the number of the original data sub-block that needs to be used when encoding the sub-block;
协议定义或网络(预)配置一个网络编码参数组合编号,其中,“参数组合”包含一个K值,一个N值,以及编码矩阵生成的相关参数;不同的“参数组合编号”对应不同的网络编码参数配置。Protocol definition or network (pre-)configuration of a network coding parameter combination number, where "parameter combination" includes a K value, an N value, and related parameters generated by the coding matrix; different "parameter combination numbers" correspond to different network codes Parameter configuration.
网络编码层的标头(header)中可包含至少一个以下域:The header of the network coding layer may contain at least one of the following fields:
原始数据块实际等份分割的份数K;The number of copies of the original data block actually divided into equal parts K;
网络编码层原始数据块(NWC SDU)的编号(index);The number (index) of the original data block (NWC SDU) of the network coding layer;
经过编码后所生成的编码子块(encoded packet)的编号;The number of the encoded sub-block (encoded packet) generated after encoding;
发端在每一个编码子块的NWC header中携带该编码子块进行编码时所使用的原始数据子块的编号;The sender carries the number of the original data sub-block used when the coding sub-block is encoded in the NWC header of each coding sub-block;
编码子块的数据长度。Encode the data length of the sub-block.
当网络编码参数的配置与LCH/CG是多对一的关系时。When the configuration of network coding parameters is in a many-to-one relationship with LCH/CG.
网络编码的配置包含以下一个或多个参数:The configuration of network encoding includes one or more of the following parameters:
协议定义或网络(预)配置L(L>=1)个原始数据等份分割份数的值:K1,K2,…,KL;Protocol definition or network (pre-)configuration L (L>=1) the value of the number of equal divisions of original data: K1, K2,..., KL;
协议定义或网络(预)配置与K1,K2,…,KL对应的一个原始数据块编码产生的编码个数N1,N2,…,NL(或最大编码子块数Nmax);Protocol definition or network (pre) configuration corresponding to K1, K2,..., KL corresponding to the number of codes N1, N2,..., NL (or the maximum number of coded sub-blocks Nmax) generated by encoding an original data block;
协议定义或网络(预)配置“编码矩阵参数”,“编码矩阵参数”为生成自由度d的相关参数,本地根据相关参数生成d的分布,对于不同的K值和N值,可以配置相同的“编码矩阵参数”,也可以对不同的K值(或K值组合)或N值(或N值组合)配置不同的“编码矩阵参数”,如果是后者,可以通过K的值或N的值来隐式指示所使用的“编码矩阵参数”;Protocol definition or network (pre-)configuration of "coding matrix parameters", "coding matrix parameters" are related parameters for generating degrees of freedom d, and the distribution of d is generated locally according to related parameters. For different K and N values, the same configuration can be configured "Encoding matrix parameters", you can also configure different "coding matrix parameters" for different K values (or combinations of K values) or N values (or combinations of N values). If it is the latter, you can pass the value of K or the value of N Value to implicitly indicate the "coding matrix parameter" used;
协议定义或网络(预)配置伪随机码种子(收发两端都配备),用于生成 编码子块进行编码时所需要使用到的原始数据子块的编号;Protocol definition or network (pre-)configured pseudo-random code seed (equipped at both receiving and sending ends), used to generate the number of the original data sub-block that needs to be used when encoding the sub-block;
协议定义或网络(预)配置多个“网络编码参数组合编号”,其中,“参数组合”包含一个K值,一个N值,以及“编码矩阵参数”;不同的“参数组合编号”对应不同的网络编码参数配置。Protocol definition or network (pre-)configuration of multiple "network coding parameter combination numbers", among them, "parameter combination" includes a K value, an N value, and "coding matrix parameters"; different "parameter combination numbers" correspond to different Network coding parameter configuration.
当协议定义或网络(预)配置了多个可选参数时,网络编码层的标头(header)中可以显式指示所使用的参数。考虑到这一点,网络编码层的标头(header)可包含一个或多个以下域:When multiple optional parameters are defined by the protocol or the network (pre-)configured, the used parameters can be explicitly indicated in the header of the network coding layer. With this in mind, the header of the network coding layer can contain one or more of the following fields:
原始数据块等份分割所采取的份数Kl(假设一共有L(L>=1)个选项,从K1,K2,KL中选出第l个;从L个最大分割份数Kmax选择一个最大分割份数Kmax,之后确定具体的份数Kl);The number of shares taken for equal division of the original data block Kl (assuming that there are a total of L (L>= 1) options, select the lth option from K1, K2, KL; select the largest one from the L maximum number of divisions Kmax Split the number of copies Kmax, and then determine the specific number of copies Kl);
“网络编码矩阵编号”:用于指示从L个备选值中实际所选用的K值(采用header中一个“网络编码矩阵index”指示选用的K值,如果采用index指示的方法,那么就需要协议定义,或者网络配置好K的取值与Index的关系,比如有个K取值的列表:l=1对应K=4;l=2对应K=5);"Network coding matrix number": used to indicate the K value actually selected from the L candidate values (using a "network coding matrix index" in the header to indicate the selected K value, if the index indication method is used, then it is required Protocol definition, or the relationship between the value of K and Index when the network is configured, for example, there is a list of K values: l=1 corresponds to K=4; l=2 corresponds to K=5);
“网络编码参数组合编号”:用于指示原始数据等份分割实际所采取的份数K的值;"Network coding parameter combination number": used to indicate the value of the number of copies K actually taken for the original data to be divided into equal parts;
NWC原始数据块(Service Data Unit,SDU)的编号(index);The number (index) of the original NWC data block (Service Data Unit, SDU);
经过编码后所生成的编码子块(encoded packet)的编号;The number of the encoded sub-block (encoded packet) generated after encoding;
发端在每一个编码子块的NWC header中携带该编码子块所对应的原始数据子块的编号;The sender carries the number of the original data sub-block corresponding to the coded sub-block in the NWC header of each coded sub-block;
编码子块的数据长度。Encode the data length of the sub-block.
当协议定义或网络(预)配置了多个可选的网络编码层参数时,网络编码层参数可以被隐式指示,此时不需要网络编码层的标头用额外信息对所选参数进行指示。When multiple optional network coding layer parameters are defined by the protocol or the network is (pre-)configured, the network coding layer parameters can be implicitly indicated. At this time, the header of the network coding layer is not required to indicate the selected parameters with additional information .
作为一个隐式指示的例子,可以用收到的编码子块的大小指示所使用的网络编码层参数(假设不同的网络编码层参数对应不同的编码块大小)。As an example of implicit indication, the size of the received coding sub-block can be used to indicate the network coding layer parameters used (assuming that different network coding layer parameters correspond to different coding block sizes).
二、可选地,NWC层可以为现有RAN协议栈中PDCP、BAP或者RLC中的任意一层的扩展子层(sublayer)。2. Optionally, the NWC layer may be an extended sublayer of any layer of PDCP, BAP, or RLC in the existing RAN protocol stack.
此时,NWC的header可以视为PDCP、BAP或者RLC的header的一个 扩展(extension)。At this time, the header of NWC can be regarded as an extension of the header of PDCP, BAP or RLC.
当NWC为某一层的扩展子层时,所需的设计和配置与一中一致。但在一中,称NWC header为一个独立的header,而在二中,NWC的header加上该层原先处理数据所需添加的header才是该层最后得到的header,因此,在二中,NWC的header可以视为subheader。When NWC is an extended sub-layer of a certain layer, the required design and configuration are the same as those of one. But in the first, the NWC header is called an independent header, and in the second, the header of the NWC plus the header that the layer originally needs to add to process the data is the final header of the layer. Therefore, in the second, the NWC The header can be regarded as a subheader.
实施例一Example one
如图7所示,NWC层新增在协议栈中的PDCP与RLC层之间。As shown in Figure 7, the NWC layer is newly added between the PDCP and RLC layers in the protocol stack.
a)网络编码参数的配置对每个逻辑信道(Logical Channel,LCH)进行配置,且网络编码参数的配置与LCH是一对一的关系时。a) Configuration of network coding parameters When each logical channel (Logical Channel, LCH) is configured, and the configuration of network coding parameters has a one-to-one relationship with the LCH.
网络编码的配置包含以下参数:The configuration of network coding includes the following parameters:
协议定义或网络(预)配置原始数据等份分割的份数K;Protocol definition or network (pre-)configuration of the number of copies of the original data divided into equal parts K;
协议定义或网络(预)配置编码个数N;Protocol definition or network (pre) configuration code number N;
协议定义或网络(预)配置“编码矩阵参数”,即自由度d的相关参数,本地根据相关参数生成d的分布;Protocol definition or network (pre-)configuration of "coding matrix parameters", that is, the relevant parameters of the degree of freedom d, locally generate the distribution of d according to the relevant parameters;
协议定义或网络(预)配置伪随机码种子(收发两端都配备),用于生成编码子块对应的原始数据子块编号;Protocol definition or network (pre-)configuration pseudo-random code seed (equipped at both receiving and sending ends), used to generate the original data sub-block number corresponding to the coding sub-block;
b)确定网络编码配置b) Determine the network coding configuration
根据确定的K,N以及d的分布,生成编码矩阵,对原始数据进行编码,并且在每个编码子块前加上网络编码层的标头。According to the determined distribution of K, N and d, a coding matrix is generated, the original data is coded, and the header of the network coding layer is added before each coding sub-block.
c)图8为网络编码层标头的一个示例图,网络编码层的标头(header)中包含以下域:c) Figure 8 is an example diagram of the header of the network coding layer. The header of the network coding layer contains the following fields:
原始数据块的分割份数K;The number of divisions of the original data block K;
网络编码层原始数据块(NWC SDU)的编号(index);The number (index) of the original data block (NWC SDU) of the network coding layer;
经过编码后所生成的编码子块(encoded packet)的编号;The number of the encoded sub-block (encoded packet) generated after encoding;
编码子块的数据长度。Encode the data length of the sub-block.
实施例二Example two
如图9所示,NWC层为现有协议栈中PDCP的扩展子层(sublayer)。As shown in Figure 9, the NWC layer is an extended sublayer of PDCP in the existing protocol stack.
网络编码参数的配置对每个LCH进行配置,且网络编码参数的配置与LCH是多对一的关系时。When the configuration of the network coding parameters is configured for each LCH, and the configuration of the network coding parameters has a many-to-one relationship with the LCH.
a)网络编码的配置包含以参数:a) The configuration of network coding includes parameters:
协议定义L(L>=1)个原始数据等份分割份数的值:K 1,K 2,…,K LThe agreement defines the value of the number of divisions of L (L>=1) original data equal parts: K 1 , K 2 ,..., K L ;
协议定义与K 1,K 2,…,K L对应的编码个数N 1,N 2,…,N LProtocol definition and K 1, K 2, ..., L corresponding to the number of coding K N 1, N 2, ... , N L;
协议定义与K 1,K 2,…,K L对应的自由度d l的相关参数,本地根据相关参数生成d l的分布。 The protocol defines the relevant parameters of the degrees of freedom d l corresponding to K 1 , K 2 ,..., K L , and locally generates the distribution of d l according to the relevant parameters.
b)确定网络编码配置b) Determine the network coding configuration
根据PDCP SDU的packet size确定采用协议定义的L个参数中的第l个K值,即K lAccording to the packet size of the PDCP SDU, determine the l-th K value among the L parameters defined by the protocol, namely K l ;
确定l之后,即可根据l的值得到与对应K l的N l的值,以及对应的d l的相关参数,并且生成d l的分布; After determining l, the value of N l corresponding to K l and the related parameters of corresponding d l can be obtained according to the value of l, and the distribution of d l can be generated;
根据确定的K l,N l以及d l的分布,生成编码矩阵,对原始数据进行编码,并且在每个编码子块前加上网络编码层的标头。 According to the determined distribution of K l , N l and d l , a coding matrix is generated, the original data is coded, and the header of the network coding layer is added before each coding sub-block.
c)网络编码层的标头(header)中包含以下域:c) The header of the network coding layer contains the following fields:
原始数据等份分割所采取的份数Kl(假设一共有L(L>=1)个选项,从K1,K2,KL中选出第l个);The number of shares Kl taken for dividing the original data into equal parts (assuming that there are a total of L (L>= 1) options, the l is selected from K1, K2, and KL);
NWC SDU(service data unit)的编号(index);NWC SDU (service data unit) number (index);
经过编码后所生成的编码子块(encoded packet)的编号;The number of the encoded sub-block (encoded packet) generated after encoding;
发端在每一个编码子块的NWC header中携带该编码子块所对应的原始数据子块的编号。The initiator carries the number of the original data sub-block corresponding to the coded sub-block in the NWC header of each coded sub-block.
编码子块的数据长度。Encode the data length of the sub-block.
d)对每一个NWC处理后的编码子块进行PDCP层的常规处理,处理完毕后在每个编码子块前加上PDCP的标头,此时的NWC标头可以视为PDCP标头的一个扩展(extension),如图10所示。d) Perform normal PDCP layer processing on each coded sub-block after NWC processing. After processing, add a PDCP header before each coded sub-block. At this time, the NWC header can be regarded as one of the PDCP headers. Extension, as shown in Figure 10.
实施例三。Example three.
如图11所示,NWC层为现有IAB协议栈中RLC的扩展子层(sublayer)。As shown in FIG. 11, the NWC layer is an extended sublayer of RLC in the existing IAB protocol stack.
a)网络编码参数的配置对每个LCH(logical channel)进行配置,且网络编码参数的配置与LCH是多对一的关系时。a) The configuration of the network coding parameters is configured for each LCH (logical channel), and the configuration of the network coding parameters is in a many-to-one relationship with the LCH.
网络编码的配置包含以参数:The configuration of network coding includes parameters:
协议定义L(L>=1)个原始数据等份分割份数的值:K 1,K 2,…,K LThe agreement defines the value of L (L>=1) the number of equal parts of the original data: K 1 , K 2 ,..., K L ;
协议定义与K 1,K 2,…,K L对应的编码个数N 1,N 2,…,N LThe protocol defines the number of codes corresponding to K 1 , K 2 ,..., K L N 1 , N 2 ,..., N L ;
协议定义与K 1,K 2,…,K L对应的自由度d l的相关参数,本地根据相关参数生成d l的分布。 The protocol defines the relevant parameters of the degrees of freedom d l corresponding to K 1 , K 2 ,..., K L , and locally generates the distribution of d l according to the relevant parameters.
b)确定网络编码配置b) Determine the network coding configuration
根据PDCP SDU的packet size确定采用协议定义的L个参数中的第l个K值,即K lAccording to the packet size of the PDCP SDU, determine the l-th K value among the L parameters defined by the protocol, namely K l ;
确定l之后,即可根据l的值得到与对应K l的N l的值,以及对应的d l的相关参数,并且生成d l的分布; After determining l, the value of N l corresponding to K l and the related parameters of corresponding d l can be obtained according to the value of l, and the distribution of d l can be generated;
根据确定的K l,N l以及d l的分布,生成编码矩阵,对原始数据进行编码,并且在每个编码子块前加上网络编码层的标头。 According to the determined distribution of K l , N l and d l , a coding matrix is generated, the original data is coded, and the header of the network coding layer is added before each coding sub-block.
c)网络编码层的标头(header)中包含以下域:c) The header of the network coding layer contains the following fields:
原始数据等份分割所采取的份数K l(假设一共有L(L>=1)个选项,从K 1,K 2,K L中选出第l个); The number of shares K l taken to divide the original data into equal parts (assuming that there are a total of L (L>= 1) options, the l is selected from K 1 , K 2 , and K L);
NWC SDU(service data unit)的编号(index);NWC SDU (service data unit) number (index);
经过编码后所生成的编码子块(encoded packet)的编号;The number of the encoded sub-block (encoded packet) generated after encoding;
发端在每一个编码子块的NWC header中携带该编码子块所对应的原始数据子块的编号。The initiator carries the number of the original data sub-block corresponding to the coded sub-block in the NWC header of each coded sub-block.
编码子块的数据长度。Encode the data length of the sub-block.
d)对每一个NWC处理后的编码子块进行RLC层的常规处理,处理完毕后在每个编码子块前加上RLC的标头,此时的NWC标头可以视为RLC标头的一个扩展(extension),如图12所示。d) Perform regular processing of the RLC layer on each coded sub-block processed by NWC. After processing, add the RLC header before each coded sub-block. At this time, the NWC header can be regarded as one of the RLC headers. Extension, as shown in Figure 12.
在图8、图10和、图12中,D/C用于表示该协议数据单元(Protocol Data Unit,PDU)属于数据(data)还是控制(control)类;预留(Reserved,R);序列号(Sequence Number,SN)。In Figure 8, Figure 10, and Figure 12, D/C is used to indicate whether the protocol data unit (Protocol Data Unit, PDU) belongs to the data (data) or control (control) category; reserved (R); sequence Number (Sequence Number, SN).
需要说明的是,本发明实施例可适用于IAB节点无线回路,UE和服务基站之间,UE之间副链路(sidelink)无线连接的数据传输。It should be noted that the embodiment of the present invention is applicable to data transmission of IAB node wireless loop, between UE and serving base station, and sidelink wireless connection between UE.
本发明提供了一种“网络编码层”的设计方案,对网络编码的信令配置(网络编码中重要参数的指示方式),以及经过网络编码层的SDU的header中所携带的域进行了设计。根据定义的规则,网络编码可以被有效地应用在 当前的通信系统中,从而使得采用了“网络编码”进行数据传输的方式同时具有低时延和高频谱利用率的有益效果。The present invention provides a "network coding layer" design scheme, which designs the signaling configuration of the network coding (the way of indicating important parameters in the network coding) and the fields carried in the header of the SDU passing through the network coding layer. . According to the defined rules, network coding can be effectively applied to the current communication system, so that the "network coding" method for data transmission has the beneficial effects of low delay and high spectrum utilization at the same time.
参见图13,图13是本发明实施例提供的通信设备的结构图之一。图13所示的通信设备为本发明实施例的第一通信设备。如图13所示,通信设备1300包括:Refer to FIG. 13, which is one of the structural diagrams of a communication device provided by an embodiment of the present invention. The communication device shown in FIG. 13 is the first communication device in the embodiment of the present invention. As shown in FIG. 13, the communication device 1300 includes:
第一获取模块1301,用于获取网络编码参数;The first obtaining module 1301 is used to obtain network coding parameters;
第一生成模块1302,用于根据所述网络编码参数,通过目标层生成第一数据块的N个编码子块,N为正整数;The first generating module 1302 is configured to generate N coding sub-blocks of the first data block through the target layer according to the network coding parameters, where N is a positive integer;
第一发送模块1303,用于向第二通信设备发送所述N个编码子块。The first sending module 1303 is configured to send the N coded sub-blocks to the second communication device.
可选的,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数;Optionally, the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, and L is a positive integer;
其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
所述第一参数用于确定所述第一数据块的分割份数;The first parameter is used to determine the number of divisions of the first data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
可选的,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。Optionally, when L is greater than 1, the L second parameters correspond to the L first parameters.
可选的,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。Optionally, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
可选的,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:Optionally, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
可选的,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大可分割份数。Optionally, the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
可选的,所述第二参数为以下任意一项:所述第一数据块对应的编码子 块的个数、所述第一数据块对应的编码子块的最大个数。Optionally, the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
可选的,在L大于1的情况下,所述N个编码子块中的第一编码子块的尺寸大小与以下任意一项对应:Optionally, when L is greater than 1, the size of the first coding sub-block in the N coding sub-blocks corresponds to any one of the following:
所述第一数据块的分割份数;The number of partitions of the first data block;
所述第一数据块的分割份数对应的网络编码参数组合的编号。The number of the network coding parameter combination corresponding to the number of divisions of the first data block.
可选的,在L为1的情况下,所述N个编码子块中的第一编码子块的标头包括第一集合域,所述第一集合域包括以下至少一项:Optionally, when L is 1, the header of the first coding sub-block in the N coding sub-blocks includes a first set field, and the first set field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第一编码子块的编号;The third field is used to indicate the number of the first coding sub-block;
第四域,用于指示所述第一编码子块对应的列向量信息;The fourth field is used to indicate the column vector information corresponding to the first coding sub-block;
第五域,用于指示所述第一编码子块的数据长度。The fifth field is used to indicate the data length of the first coding sub-block.
可选的,在L为大于1的情况下,所述N个编码子块中的第一编码子块的标头包括第二集合域,所述第二集合域包括以下至少一项:Optionally, when L is greater than 1, the header of the first coding sub-block in the N coding sub-blocks includes a second set field, and the second set field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第六域,用于指示第四参数,所述第四参数与所述第一数据块的分割份数具有对应关系;The sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
第七域,用于指示所述L个编号中的目标编号;The seventh field is used to indicate the target number among the L numbers;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第一编码子块的编号;The third field is used to indicate the number of the first coding sub-block;
第四域,用于指示所述第一编码子块对应的列向量信息;The fourth field is used to indicate the column vector information corresponding to the first coding sub-block;
第五域,用于指示所述第一编码子块的数据长度。The fifth field is used to indicate the data length of the first coding sub-block.
可选的,在所述目标层为无线接入网络RAN协议栈中的第一层的情况下,所述第一层包括网络编码子层,第一目标指示域由所述网络编码子层生成,所述第一目标集合域为所述第一集合域或所述第二集合域。Optionally, when the target layer is the first layer in the radio access network RAN protocol stack, the first layer includes a network coding sublayer, and the first target indication field is generated by the network coding sublayer , The first target collection domain is the first collection domain or the second collection domain.
可选的,所述第一编码子块的标头还包括第三集合域,所述第三集合域由所述目标层中除所述网络编码子层之外的其他子层生成。Optionally, the header of the first coding sub-block further includes a third aggregation field, and the third aggregation field is generated by another sub-layer in the target layer except the network coding sub-layer.
可选的,所述第三集合域位于所述第一目标集合域之前,或,所述第三集合域位于所述第一目标集合域之后。Optionally, the third collection domain is located before the first target collection domain, or the third collection domain is located after the first target collection domain.
可选的,所述目标层为RAN协议栈中的第二层,所述第二层为网络编码层。Optionally, the target layer is the second layer in the RAN protocol stack, and the second layer is the network coding layer.
可选的,所述网络编码层满足以下任意一项:Optionally, the network coding layer satisfies any one of the following:
所述网络编码层设置在分组数据汇聚协议PDCP层和无线链路控制RLC层之间;The network coding layer is set between the PDCP layer and the radio link control RLC layer;
所述网络编码层设置在PDCP层和回传自适应协议BAP层之间。The network coding layer is set between the PDCP layer and the backhaul adaptive protocol BAP layer.
可选的,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。Optionally, the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
可选的,所述第一获取模块1301,具体用于:Optionally, the first obtaining module 1301 is specifically configured to:
根据协议约定和第三通信设备发送的配置信息中的至少一项,获取网络编码参数。Acquire network coding parameters according to at least one item of the agreement and the configuration information sent by the third communication device.
通信设备1300能够实现本发明方法实施例中第一通信设备实现的各个过程,以及达到相同的有益效果,为避免重复,这里不再赘述。The communication device 1300 can implement each process implemented by the first communication device in the method embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
参见图14,图14是本发明实施例提供的通信设备的结构图之二。图14所示的通信设备为本发明实施例的第二通信设备。如图14所示,通信设备1400包括:Refer to FIG. 14, which is a second structural diagram of a communication device provided by an embodiment of the present invention. The communication device shown in FIG. 14 is the second communication device according to the embodiment of the present invention. As shown in FIG. 14, the communication device 1400 includes:
第二获取模块1401,用于在接收到第一数据块对应的M个编码子块的情况下,获取所述M个编码子块对应的M个列向量,每个所述列向量包括K个元素,K为所述第一数据块的分割份数,M为小于或等于基于所述第一数据块生成的编码子块的数量N的正整数;The second obtaining module 1401 is configured to obtain M column vectors corresponding to the M coding sub-blocks when the M coding sub-blocks corresponding to the first data block are received, each of the column vectors includes K Element, K is the number of divisions of the first data block, and M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
第二生成模块1402,用于生成第一矩阵,所述第一矩阵包括所述M个列向量;The second generating module 1402 is configured to generate a first matrix, the first matrix including the M column vectors;
恢复模块1403,用于在所述第一矩阵为行满秩矩阵的情况下,根据所述第一矩阵和所述M个编码子块,恢复所述第一数据块。The restoration module 1403 is configured to restore the first data block according to the first matrix and the M coded sub-blocks when the first matrix is a row full-rank matrix.
可选的,所述第二获取模块1402,具体用于:Optionally, the second obtaining module 1402 is specifically configured to:
根据第一信息,获取所述M个编码子块对应的M个列向量,所述第一信息包括以下任意一项:Acquire M column vectors corresponding to the M coded sub-blocks according to the first information, and the first information includes any one of the following:
网络编码参数中的伪随机码种子,所述伪随机码种子用于确定编码子块对应的列向量信息;A pseudo-random code seed in the network coding parameters, where the pseudo-random code seed is used to determine the column vector information corresponding to the coding sub-block;
所述M个编码子块中每个编码子块的标头中的第四域,每个编码子块的标头中的第四域用于指示该编码子块对应的列向量信息。The fourth field in the header of each coding sub-block in the M coding sub-blocks, and the fourth field in the header of each coding sub-block is used to indicate column vector information corresponding to the coding sub-block.
可选的,所述网络编码参数还包括以下至少一项:L个第一参数、L个第二参数、第三参数、L个编号,L为正整数;Optionally, the network coding parameters further include at least one of the following: L first parameters, L second parameters, third parameters, and L numbers, where L is a positive integer;
其中,所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;Wherein, the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: One parameter, second parameter, and third parameter;
所述第一参数用于确定所述第一数据块的分割份数;The first parameter is used to determine the number of divisions of the first data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
可选的,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。Optionally, when L is greater than 1, the L second parameters correspond to the L first parameters.
可选的,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。Optionally, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
可选的,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:Optionally, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
可选的,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大可分割份数。Optionally, the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
可选的,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。Optionally, the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
可选的,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。Optionally, the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
可选的,所述网络编码参数根据协议约定和第三通信设备发送的配置信息中的至少一项确定。Optionally, the network coding parameter is determined according to at least one of a protocol agreement and configuration information sent by the third communication device.
可选的,所述M个编码子块中第二编码子块的标头还包括第四集合域,所述第四集合域包括以下至少一项:Optionally, the header of the second coding sub-block in the M coding sub-blocks further includes a fourth aggregation field, and the fourth aggregation field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第二编码子块的编号;The third field is used to indicate the number of the second coding sub-block;
第五域,用于指示所述第二编码子块的数据长度。The fifth field is used to indicate the data length of the second coding sub-block.
可选的,所述M个编码子块中第二编码子块的标头还包括第五集合域,所述第五集合域包括以下至少一项:Optionally, the header of the second coding sub-block in the M coding sub-blocks further includes a fifth aggregation field, and the fifth aggregation field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第六域,用于指示第四参数,所述第四参数与所述第一数据块的分割份数具有对应关系;The sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
第七域,用于指示目标编号,所述目标编号指示P个网络编码参数组合中的目标网络编码参数组合,P为正整数;The seventh field is used to indicate a target number, where the target number indicates a target network coding parameter combination in P network coding parameter combinations, and P is a positive integer;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第二编码子块的编号;The third field is used to indicate the number of the second coding sub-block;
第五域,用于指示所述第二编码子块的数据长度。The fifth field is used to indicate the data length of the second coding sub-block.
可选的,在第二目标集合域由RAN协议栈中的第一层中的网络编码子层生成的情况下,所述第二编码子块的标头还包括第六集合域,所述第六集合域由所述第一层中除所述网络编码子层之外的其他子层生成;Optionally, in the case that the second target set field is generated by the network coding sublayer in the first layer of the RAN protocol stack, the header of the second coding sub-block further includes a sixth set field, and the first The six set fields are generated by other sublayers in the first layer except the network coding sublayer;
所述第二目标集合域为所述第四集合域或所述第五集合域。The second target collection domain is the fourth collection domain or the fifth collection domain.
可选的,所述第六集合域位于所述第二目标集合域之前,或,所述第三集合域位于所述第二目标集合域之后。Optionally, the sixth collection domain is located before the second target collection domain, or the third collection domain is located after the second target collection domain.
通信设备1400能够实现本发明方法实施例中第二通信设备实现的各个过程,以及达到相同的有益效果,为避免重复,这里不再赘述。The communication device 1400 can implement each process implemented by the second communication device in the method embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
参见图15,图15是本发明实施例提供的通信设备的结构图之三。图15所示的通信设备为本发明实施例的第三通信设备。如图15所示,通信设备1500包括:Referring to FIG. 15, FIG. 15 is the third structural diagram of a communication device provided by an embodiment of the present invention. The communication device shown in FIG. 15 is the third communication device according to the embodiment of the present invention. As shown in FIG. 15, the communication device 1500 includes:
第二发送模块1501,用于发送配置信息,用于配置网络编码参数,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数;The second sending module 1501 is configured to send configuration information for configuring network coding parameters. The network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds , L number, L is a positive integer;
其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组 合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
所述第一参数用于确定数据块的分割份数;The first parameter is used to determine the number of partitions of the data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
可选的,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。Optionally, when L is greater than 1, the L second parameters correspond to the L first parameters.
可选的,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。Optionally, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
可选的,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:Optionally, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
可选的,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大分割份数。Optionally, the first parameter is any one of the following: the number of divisions of the first data block, and the maximum number of divisions of the first data block.
可选的,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。Optionally, the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
可选的,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。Optionally, the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
通信设备1500能够实现本发明方法实施例中第三通信设备实现的各个过程,以及达到相同的有益效果,为避免重复,这里不再赘述。The communication device 1500 can implement each process implemented by the third communication device in the method embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
参见图16,图16是本发明实施例提供的通信设备的结构图之四。图16所示的通信设备可以为本发明实施例中第一通信设备、第二通信设备或第三通信设备的硬件结构示意图。如图16所示,通信设备1600包括:处理器1601、存储器1602、用户接口1603、收发机1604和总线接口。Refer to FIG. 16, which is a fourth structural diagram of a communication device provided by an embodiment of the present invention. The communication device shown in FIG. 16 may be a schematic diagram of the hardware structure of the first communication device, the second communication device, or the third communication device in the embodiment of the present invention. As shown in FIG. 16, the communication device 1600 includes a processor 1601, a memory 1602, a user interface 1603, a transceiver 1604, and a bus interface.
在图16中,总线架构可以包括任意数量的互联的总线和桥,具体由处理器1601代表的一个或多个处理器和存储器1602代表的存储器的各种电路链接在一起。总线架构还可以将诸如外围设备、稳压器和功率管理电路等之类的各种其他电路链接在一起,这些都是本领域所公知的,因此,本文不再对 其进行进一步描述。总线接口提供接口。收发机1604可以是多个元件,即包括发送机和接收机,提供用于在传输介质上与各种其他装置通信的单元。针对不同的用户设备,用户接口1603还可以是能够外接内接需要设备的接口,连接的设备包括但不限于小键盘、显示器、扬声器、麦克风、操纵杆等。In FIG. 16, the bus architecture may include any number of interconnected buses and bridges. Specifically, one or more processors represented by the processor 1601 and various circuits of the memory represented by the memory 1602 are linked together. The bus architecture can also link various other circuits such as peripherals, voltage regulators, power management circuits, etc., which are all known in the art, and therefore, will not be further described in this article. The bus interface provides the interface. The transceiver 1604 may be a plurality of elements, that is, including a transmitter and a receiver, and provide a unit for communicating with various other devices on the transmission medium. For different user equipment, the user interface 1603 may also be an interface capable of connecting externally and internally with the required equipment. The connected equipment includes but not limited to a keypad, a display, a speaker, a microphone, a joystick, and the like.
在本实施例中,通信设备1600还包括:存储在存储器1602上并可在处理器1601上运行的计算机程序。In this embodiment, the communication device 1600 further includes: a computer program stored on the memory 1602 and running on the processor 1601.
场景一、图16所示的通信设备可以为本发明实施例中第一通信设备的硬件结构示意图。Scenario 1. The communication device shown in FIG. 16 may be a schematic diagram of the hardware structure of the first communication device in the embodiment of the present invention.
在场景一中,计算机程序被处理器1601执行时实现如下步骤:In scenario 1, the following steps are implemented when the computer program is executed by the processor 1601:
获取网络编码参数;Obtain network coding parameters;
根据所述网络编码参数,通过目标层生成第一数据块的N个编码子块,N为正整数;According to the network coding parameters, N coding sub-blocks of the first data block are generated through the target layer, where N is a positive integer;
通过收发机1604向第二通信设备发送所述N个编码子块。The N coded sub-blocks are sent to the second communication device through the transceiver 1604.
可选的,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数;Optionally, the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, and L is a positive integer;
其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
所述第一参数用于确定所述第一数据块的分割份数;The first parameter is used to determine the number of divisions of the first data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
可选的,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。Optionally, when L is greater than 1, the L second parameters correspond to the L first parameters.
可选的,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。Optionally, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
可选的,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:Optionally, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
可选的,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大可分割份数。Optionally, the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
可选的,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。Optionally, the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
可选的,在L大于1的情况下,所述N个编码子块中的第一编码子块的尺寸大小与以下任意一项对应:Optionally, when L is greater than 1, the size of the first coding sub-block in the N coding sub-blocks corresponds to any one of the following:
所述第一数据块的分割份数;The number of partitions of the first data block;
所述第一数据块的分割份数对应的网络编码参数组合的编号。The number of the network coding parameter combination corresponding to the number of divisions of the first data block.
可选的,在L为1的情况下,所述N个编码子块中的第一编码子块的标头包括第一集合域,所述第一集合域包括以下至少一项:Optionally, when L is 1, the header of the first coding sub-block in the N coding sub-blocks includes a first set field, and the first set field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第一编码子块的编号;The third field is used to indicate the number of the first coding sub-block;
第四域,用于指示所述第一编码子块对应的列向量信息;The fourth field is used to indicate the column vector information corresponding to the first coding sub-block;
第五域,用于指示所述第一编码子块的数据长度。The fifth field is used to indicate the data length of the first coding sub-block.
可选的,在L为大于1的情况下,所述N个编码子块中的第一编码子块的标头包括第二集合域,所述第二集合域包括以下至少一项:Optionally, when L is greater than 1, the header of the first coding sub-block in the N coding sub-blocks includes a second set field, and the second set field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第六域,用于指示第四参数,所述第四参数与所述第一数据块的分割份数具有对应关系;The sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
第七域,用于指示所述L个编号中的目标编号;The seventh field is used to indicate the target number among the L numbers;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第一编码子块的编号;The third field is used to indicate the number of the first coding sub-block;
第四域,用于指示所述第一编码子块对应的列向量信息;The fourth field is used to indicate the column vector information corresponding to the first coding sub-block;
第五域,用于指示所述第一编码子块的数据长度。The fifth field is used to indicate the data length of the first coding sub-block.
可选的,在所述目标层为无线接入网络RAN协议栈中的第一层的情况下,所述第一层包括网络编码子层,第一目标指示域由所述网络编码子层生成,所述第一目标集合域为所述第一集合域或所述第二集合域。Optionally, when the target layer is the first layer in the radio access network RAN protocol stack, the first layer includes a network coding sublayer, and the first target indication field is generated by the network coding sublayer , The first target collection domain is the first collection domain or the second collection domain.
可选的,所述第一编码子块的标头还包括第三集合域,所述第三集合域由所述目标层中除所述网络编码子层之外的其他子层生成。Optionally, the header of the first coding sub-block further includes a third aggregation field, and the third aggregation field is generated by another sub-layer in the target layer except the network coding sub-layer.
可选的,所述第三集合域位于所述第一目标集合域之前,或,所述第三集合域位于所述第一目标集合域之后。Optionally, the third collection domain is located before the first target collection domain, or the third collection domain is located after the first target collection domain.
可选的,所述目标层为RAN协议栈中的第二层,所述第二层为网络编码层。Optionally, the target layer is the second layer in the RAN protocol stack, and the second layer is the network coding layer.
可选的,所述网络编码层满足以下任意一项:Optionally, the network coding layer satisfies any one of the following:
所述网络编码层设置在分组数据汇聚协议PDCP层和无线链路控制RLC层之间;The network coding layer is set between the PDCP layer and the radio link control RLC layer;
所述网络编码层设置在PDCP层和回传自适应协议BAP层之间。The network coding layer is set between the PDCP layer and the backhaul adaptive protocol BAP layer.
可选的,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。Optionally, the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
可选的,计算机程序被处理器Z01执行时还可实现如下步骤:Optionally, the following steps may be implemented when the computer program is executed by the processor Z01:
根据协议约定和第三通信设备发送的配置信息中的至少一项,获取网络编码参数。Acquire network coding parameters according to at least one item of the agreement and the configuration information sent by the third communication device.
在场景一中,通信设备1600可以实现本发明实施例中第一通信设备实现的各个过程,以及达到相同的有益效果,为避免重复,此处不再赘述。In scenario 1, the communication device 1600 can implement each process implemented by the first communication device in the embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
场景二、图16所示的通信设备可以为本发明实施例中第二通信设备的硬件结构示意图。Scenario 2: The communication device shown in FIG. 16 may be a schematic diagram of the hardware structure of the second communication device in the embodiment of the present invention.
在场景二中,计算机程序被处理器Z01执行时实现如下步骤:In the second scenario, the following steps are implemented when the computer program is executed by the processor Z01:
在通过收发机Z04接收到第一数据块对应的M个编码子块的情况下,获取所述M个编码子块对应的M个列向量,每个所述列向量包括K个元素,K为所述第一数据块的分割份数,M为小于或等于基于所述第一数据块生成的编码子块的数量N的正整数;In the case of receiving the M coded sub-blocks corresponding to the first data block through the transceiver Z04, obtain the M column vectors corresponding to the M coded sub-blocks, each of the column vectors includes K elements, and K is The number of divisions of the first data block, M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
生成第一矩阵,所述第一矩阵包括所述M个列向量;Generating a first matrix, the first matrix including the M column vectors;
在所述第一矩阵为行满秩矩阵的情况下,根据所述第一矩阵和所述M个编码子块,恢复所述第一数据块。In a case where the first matrix is a row full-rank matrix, restore the first data block according to the first matrix and the M coded sub-blocks.
可选的,计算机程序被处理器Z01执行时还可以实现如下步骤:Optionally, when the computer program is executed by the processor Z01, the following steps may also be implemented:
根据第一信息,获取所述M个编码子块对应的M个列向量,所述第一 信息包括以下任意一项:Acquire M column vectors corresponding to the M coded sub-blocks according to the first information, and the first information includes any one of the following:
网络编码参数中的伪随机码种子,所述伪随机码种子用于确定编码子块对应的列向量信息;A pseudo-random code seed in the network coding parameters, where the pseudo-random code seed is used to determine the column vector information corresponding to the coding sub-block;
所述M个编码子块中每个编码子块的标头中的第四域,每个编码子块的标头中的第四域用于指示该编码子块对应的列向量信息。The fourth field in the header of each coding sub-block in the M coding sub-blocks, and the fourth field in the header of each coding sub-block is used to indicate column vector information corresponding to the coding sub-block.
可选的,所述网络编码参数还包括以下至少一项:L个第一参数、L个第二参数、第三参数、L个编号,L为正整数;Optionally, the network coding parameters further include at least one of the following: L first parameters, L second parameters, third parameters, and L numbers, where L is a positive integer;
其中,所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;Wherein, the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: One parameter, second parameter, and third parameter;
所述第一参数用于确定所述第一数据块的分割份数;The first parameter is used to determine the number of divisions of the first data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
可选的,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。Optionally, when L is greater than 1, the L second parameters correspond to the L first parameters.
可选的,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。Optionally, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
可选的,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:Optionally, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
可选的,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大可分割份数。Optionally, the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
可选的,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。Optionally, the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
可选的,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。Optionally, the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
可选的,所述网络编码参数根据协议约定和第三通信设备发送的配置信息中的至少一项确定。Optionally, the network coding parameter is determined according to at least one of a protocol agreement and configuration information sent by the third communication device.
可选的,所述M个编码子块中第二编码子块的标头还包括第四集合域,所述第四集合域包括以下至少一项:Optionally, the header of the second coding sub-block in the M coding sub-blocks further includes a fourth aggregation field, and the fourth aggregation field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第二编码子块的编号;The third field is used to indicate the number of the second coding sub-block;
第五域,用于指示所述第二编码子块的数据长度。The fifth field is used to indicate the data length of the second coding sub-block.
可选的,所述M个编码子块中第二编码子块的标头还包括第五集合域,所述第五集合域包括以下至少一项:Optionally, the header of the second coding sub-block in the M coding sub-blocks further includes a fifth aggregation field, and the fifth aggregation field includes at least one of the following:
第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
第六域,用于指示第四参数,所述第四参数与所述第一数据块的分割份数具有对应关系;The sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
第七域,用于指示目标编号,所述目标编号指示P个网络编码参数组合中的目标网络编码参数组合,P为正整数;The seventh field is used to indicate a target number, where the target number indicates a target network coding parameter combination in P network coding parameter combinations, and P is a positive integer;
第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
第三域,用于指示所述第二编码子块的编号;The third field is used to indicate the number of the second coding sub-block;
第五域,用于指示所述第二编码子块的数据长度。The fifth field is used to indicate the data length of the second coding sub-block.
可选的,在第二目标集合域由RAN协议栈中的第一层中的网络编码子层生成的情况下,所述第二编码子块的标头还包括第六集合域,所述第六集合域由所述第一层中除所述网络编码子层之外的其他子层生成;Optionally, in the case that the second target set field is generated by the network coding sublayer in the first layer of the RAN protocol stack, the header of the second coding sub-block further includes a sixth set field, and the first The six set fields are generated by other sublayers in the first layer except the network coding sublayer;
所述第二目标集合域为所述第四集合域或所述第五集合域。The second target collection domain is the fourth collection domain or the fifth collection domain.
可选的,所述第六集合域位于所述第二目标集合域之前,或,所述第三集合域位于所述第二目标集合域之后。Optionally, the sixth collection domain is located before the second target collection domain, or the third collection domain is located after the second target collection domain.
在场景二中,通信设备1600可以实现本发明实施例中第二通信设备实现的各个过程,以及达到相同的有益效果,为避免重复,此处不再赘述。In the second scenario, the communication device 1600 can implement each process implemented by the second communication device in the embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
场景三、图16所示的通信设备可以为本发明实施例中第三通信设备的硬件结构示意图。Scenario 3: The communication device shown in FIG. 16 may be a schematic diagram of the hardware structure of the third communication device in the embodiment of the present invention.
在场景三中,计算机程序被处理器Z01执行时实现如下步骤:In scenario three, the following steps are implemented when the computer program is executed by the processor Z01:
通过收发机Z04发送配置信息,用于配置网络编码参数,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码 种子、L个编号,L为正整数;The configuration information is sent through the transceiver Z04 for configuring network coding parameters. The network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, and L numbers , L is a positive integer;
其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
所述第一参数用于确定数据块的分割份数;The first parameter is used to determine the number of partitions of the data block;
所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
可选的,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。Optionally, when L is greater than 1, the L second parameters correspond to the L first parameters.
可选的,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。Optionally, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
可选的,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:Optionally, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
可选的,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大分割份数。Optionally, the first parameter is any one of the following: the number of divisions of the first data block, and the maximum number of divisions of the first data block.
可选的,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。Optionally, the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, and the maximum number of coding sub-blocks corresponding to the first data block.
可选的,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。Optionally, the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
在场景三中,通信设备1600可以实现本发明实施例中第三通信设备实现的各个过程,以及达到相同的有益效果,为避免重复,此处不再赘述。In scenario three, the communication device 1600 can implement each process implemented by the third communication device in the embodiment of the present invention and achieve the same beneficial effects. To avoid repetition, details are not described herein again.
本发明实施例还提供一种计算机可读存储介质,计算机可读存储介质上存储有计算机程序,该计算机程序被处理器执行时实现上述应用于第一通信设备的数据处理方法实施例的各个过程,或,应用于第二通信设备的数据处理方法实施例的各个过程,或,应用于第三通信设备的配置方法实施例的各个过程,且能达到相同的技术效果,为避免重复,这里不再赘述。其中,所述 的计算机可读存储介质,如只读存储器(Read-Only Memory,ROM)、随机存取存储器(Random Access Memory,RAM)、磁碟或者光盘等。The embodiment of the present invention also provides a computer-readable storage medium, and a computer program is stored on the computer-readable storage medium. When the computer program is executed by a processor, each process of the above-mentioned embodiment of the data processing method applied to the first communication device is realized. , Or, each process of the data processing method embodiment applied to the second communication device, or, each process of the configuration method embodiment applied to the third communication device, and can achieve the same technical effect. In order to avoid repetition, it is not here. Go into details again. Wherein, the computer-readable storage medium, such as read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic disk, or optical disk, etc.
需要说明的是,在本文中,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者装置不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者装置所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括该要素的过程、方法、物品或者装置中还存在另外的相同要素。It should be noted that in this article, the terms "include", "include" or any other variants thereof are intended to cover non-exclusive inclusion, so that a process, method, article or device including a series of elements not only includes those elements, It also includes other elements that are not explicitly listed, or elements inherent to the process, method, article, or device. If there are no more restrictions, the element defined by the sentence "including a..." does not exclude the existence of other identical elements in the process, method, article, or device that includes the element.
通过以上的实施方式的描述,本领域的技术人员可以清楚地了解到上述实施例方法可借助软件加必需的通用硬件平台的方式来实现,当然也可以通过硬件,但很多情况下前者是更佳的实施方式。基于这样的理解,本发明的技术方案本质上或者说对现有技术做出贡献的部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质(如ROM/RAM、磁碟、光盘)中,包括若干指令用以使得一台通信设备(可以是手机,计算机,服务器,空调器,或者网络设备等)执行本发明各个实施例所述的方法。Through the description of the above implementation manners, those skilled in the art can clearly understand that the above-mentioned embodiment method can be implemented by means of software plus the necessary general hardware platform, of course, it can also be implemented by hardware, but in many cases the former is better.的实施方式。 Based on this understanding, the technical solution of the present invention essentially or the part that contributes to the existing technology can be embodied in the form of a software product, and the computer software product is stored in a storage medium (such as ROM/RAM, magnetic disk, The optical disc) includes several instructions to make a communication device (which can be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) execute the method described in each embodiment of the present invention.
上面结合附图对本发明的实施例进行了描述,但是本发明并不局限于上述的具体实施方式,上述的具体实施方式仅仅是示意性的,而不是限制性的,本领域的普通技术人员在本发明的启示下,在不脱离本发明宗旨和权利要求所保护的范围情况下,还可做出很多形式,均属于本发明的保护之内。The embodiments of the present invention are described above with reference to the accompanying drawings, but the present invention is not limited to the above-mentioned specific embodiments. The above-mentioned specific embodiments are only illustrative and not restrictive. Those of ordinary skill in the art are Under the enlightenment of the present invention, many forms can be made without departing from the purpose of the present invention and the scope of protection of the claims, and they all fall within the protection of the present invention.

Claims (43)

  1. 一种数据处理方法,应用于第一通信设备,所述方法包括:A data processing method applied to a first communication device, the method including:
    获取网络编码参数;Obtain network coding parameters;
    根据所述网络编码参数,通过目标层生成第一数据块的N个编码子块;Generating N coding sub-blocks of the first data block through the target layer according to the network coding parameters;
    向第二通信设备发送所述N个编码子块,N为正整数。Send the N coded sub-blocks to the second communication device, where N is a positive integer.
  2. 根据权利要求1所述的方法,其中,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数;The method according to claim 1, wherein the network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, where L is positive Integer
    其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
    所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
    所述第一参数用于确定所述第一数据块的分割份数;The first parameter is used to determine the number of divisions of the first data block;
    所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
    所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
  3. 根据权利要求2所述的方法,其中,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。The method according to claim 2, wherein, when L is greater than 1, the L second parameters correspond to the L first parameters.
  4. 根据权利要求2所述的方法,其中,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。The method according to claim 2, wherein when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
  5. 根据权利要求4所述的方法,其中,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:The method according to claim 4, wherein, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
    所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
    所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
  6. 根据权利要求2所述的方法,其中,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大可分割份数。The method according to claim 2, wherein the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
  7. 根据权利要求2所述的方法,其中,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。The method according to claim 2, wherein the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, the maximum number of coding sub-blocks corresponding to the first data block Number.
  8. 根据权利要求2所述的方法,其中,在L大于1的情况下,所述N个编码子块中的第一编码子块的尺寸大小与以下任意一项对应:The method according to claim 2, wherein when L is greater than 1, the size of the first coding sub-block in the N coding sub-blocks corresponds to any one of the following:
    所述第一数据块的分割份数;The number of partitions of the first data block;
    所述第一数据块的分割份数对应的网络编码参数组合的编号。The number of the network coding parameter combination corresponding to the number of divisions of the first data block.
  9. 根据权利要求2所述的方法,其中,在L为1的情况下,所述N个编码子块中的第一编码子块的标头包括第一集合域,所述第一集合域包括以下至少一项:The method according to claim 2, wherein when L is 1, the header of the first coding sub-block in the N coding sub-blocks includes a first set field, and the first set field includes the following At least one:
    第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
    第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
    第三域,用于指示所述第一编码子块的编号;The third field is used to indicate the number of the first coding sub-block;
    第四域,用于指示所述第一编码子块对应的列向量信息;The fourth field is used to indicate the column vector information corresponding to the first coding sub-block;
    第五域,用于指示所述第一编码子块的数据长度。The fifth field is used to indicate the data length of the first coding sub-block.
  10. 根据权利要求2所述的方法,其中,在L为大于1的情况下,所述N个编码子块中的第一编码子块的标头包括第二集合域,所述第二集合域包括以下至少一项:The method according to claim 2, wherein, when L is greater than 1, the header of the first coding sub-block in the N coding sub-blocks includes a second set field, and the second set field includes At least one of the following:
    第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
    第六域,用于指示第四参数,所述第四参数与所述第一数据块的分割份数具有对应关系;The sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
    第七域,用于指示所述L个编号中的目标编号;The seventh field is used to indicate the target number among the L numbers;
    第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
    第三域,用于指示所述第一编码子块的编号;The third field is used to indicate the number of the first coding sub-block;
    第四域,用于指示所述第一编码子块对应的列向量信息;The fourth field is used to indicate the column vector information corresponding to the first coding sub-block;
    第五域,用于指示所述第一编码子块的数据长度。The fifth field is used to indicate the data length of the first coding sub-block.
  11. 根据权利要求9或10所述的方法,其中,在所述目标层为无线接入网络RAN协议栈中的第一层的情况下,所述第一层包括网络编码子层,第一目标指示域由所述网络编码子层生成,所述第一目标集合域为所述第一集合域或所述第二集合域。The method according to claim 9 or 10, wherein, in the case that the target layer is the first layer in the radio access network RAN protocol stack, the first layer includes a network coding sublayer, and the first target indicates The domain is generated by the network coding sublayer, and the first target collection domain is the first collection domain or the second collection domain.
  12. 根据权利要求11所述的方法,其中,所述第一编码子块的标头还包括第三集合域,所述第三集合域由所述目标层中除所述网络编码子层之外的 其他子层生成。The method according to claim 11, wherein the header of the first coding sub-block further comprises a third aggregation field, and the third aggregation field is defined by the target layer except for the network coding sub-layer Other sublayers are generated.
  13. 根据权利要求12所述的方法,其中,所述第三集合域位于所述第一目标集合域之前,或,所述第三集合域位于所述第一目标集合域之后。The method according to claim 12, wherein the third collection domain is located before the first target collection domain, or the third collection domain is located after the first target collection domain.
  14. 根据权利要求1所述的方法,其中,所述目标层为RAN协议栈中的第二层,所述第二层为网络编码层。The method according to claim 1, wherein the target layer is the second layer in the RAN protocol stack, and the second layer is a network coding layer.
  15. 根据权利要求14所述的方法,其中,所述网络编码层满足以下任意一项:The method according to claim 14, wherein the network coding layer satisfies any one of the following:
    所述网络编码层设置在分组数据汇聚协议PDCP层和无线链路控制RLC层之间;The network coding layer is set between the PDCP layer and the radio link control RLC layer;
    所述网络编码层设置在PDCP层和回传自适应协议BAP层之间。The network coding layer is set between the PDCP layer and the backhaul adaptive protocol BAP layer.
  16. 根据权利要求1所述的方法,其中,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。The method according to claim 1, wherein the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  17. 根据权利要求1所述的方法,其中,所述获取网络编码参数,包括:The method according to claim 1, wherein said obtaining network coding parameters comprises:
    根据协议约定和第三通信设备发送的配置信息中的至少一项,获取网络编码参数。Acquire network coding parameters according to at least one item of the agreement and the configuration information sent by the third communication device.
  18. 一种数据处理方法,应用于第二通信设备,所述方法包括:A data processing method applied to a second communication device, the method including:
    在接收到第一数据块对应的M个编码子块的情况下,获取所述M个编码子块对应的M个列向量,每个所述列向量包括K个元素,K为所述第一数据块的分割份数,M为小于或等于基于所述第一数据块生成的编码子块的数量N的正整数;In the case of receiving M coded sub-blocks corresponding to the first data block, obtain M column vectors corresponding to the M coded sub-blocks, each of the column vectors includes K elements, and K is the first The number of partitions of the data block, where M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
    生成第一矩阵,所述第一矩阵包括所述M个列向量;Generating a first matrix, the first matrix including the M column vectors;
    在所述第一矩阵为行满秩矩阵的情况下,根据所述第一矩阵和所述M个编码子块,恢复所述第一数据块。In a case where the first matrix is a row full-rank matrix, restore the first data block according to the first matrix and the M coded sub-blocks.
  19. 根据权利要求18所述的方法,其中,所述获取所述M个编码子块对应的M个列向量,包括:The method according to claim 18, wherein said obtaining the M column vectors corresponding to the M coding sub-blocks comprises:
    根据第一信息,获取所述M个编码子块对应的M个列向量,所述第一信息包括以下任意一项:Acquire M column vectors corresponding to the M coded sub-blocks according to the first information, and the first information includes any one of the following:
    网络编码参数中的伪随机码种子,所述伪随机码种子用于确定编码子块 对应的列向量信息;A pseudo-random code seed in the network coding parameters, where the pseudo-random code seed is used to determine the column vector information corresponding to the coding sub-block;
    所述M个编码子块中每个编码子块的标头中的第四域,每个编码子块的标头中的第四域用于指示该编码子块对应的列向量信息。The fourth field in the header of each coding sub-block in the M coding sub-blocks, and the fourth field in the header of each coding sub-block is used to indicate column vector information corresponding to the coding sub-block.
  20. 根据权利要求19所述的方法,其中,所述网络编码参数还包括以下至少一项:L个第一参数、L个第二参数、第三参数、L个编号,L为正整数;The method according to claim 19, wherein the network coding parameters further comprise at least one of the following: L first parameters, L second parameters, third parameters, L numbers, and L is a positive integer;
    其中,所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;Wherein, the L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: One parameter, second parameter, and third parameter;
    所述第一参数用于确定所述第一数据块的分割份数;The first parameter is used to determine the number of divisions of the first data block;
    所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
    所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
  21. 根据权利要求20所述的方法,其中,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。The method according to claim 20, wherein, when L is greater than 1, the L second parameters correspond to the L first parameters.
  22. 根据权利要求20所述的方法,其中,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。The method according to claim 20, wherein, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
  23. 根据权利要求22所述的方法,其中,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:The method according to claim 22, wherein, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
    所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
    所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
  24. 根据权利要求20所述的方法,其中,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大可分割份数。The method according to claim 20, wherein the first parameter is any one of the following: the number of partitions of the first data block, and the maximum number of partitions of the first data block.
  25. 根据权利要求20所述的方法,其中,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。The method according to claim 20, wherein the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, the maximum number of coding sub-blocks corresponding to the first data block Number.
  26. 根据权利要求19所述的方法,其中,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。The method according to claim 19, wherein the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  27. 根据权利要求19所述的方法,其中,所述网络编码参数根据协议约定和第三通信设备发送的配置信息中的至少一项确定。The method according to claim 19, wherein the network coding parameter is determined according to at least one of a protocol agreement and configuration information sent by the third communication device.
  28. 根据权利要求19所述的方法,其中,所述M个编码子块中第二编码子块的标头还包括第四集合域,所述第四集合域包括以下至少一项:The method according to claim 19, wherein the header of the second coding sub-block in the M coding sub-blocks further includes a fourth aggregation field, and the fourth aggregation field includes at least one of the following:
    第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
    第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
    第三域,用于指示所述第二编码子块的编号;The third field is used to indicate the number of the second coding sub-block;
    第五域,用于指示所述第二编码子块的数据长度。The fifth field is used to indicate the data length of the second coding sub-block.
  29. 根据权利要求19所述的方法,其中,所述M个编码子块中第二编码子块的标头还包括第五集合域,所述第五集合域包括以下至少一项:The method according to claim 19, wherein the header of the second coding sub-block in the M coding sub-blocks further includes a fifth aggregation field, and the fifth aggregation field includes at least one of the following:
    第一域,用于指示所述第一数据块的分割份数;The first field is used to indicate the number of divisions of the first data block;
    第六域,用于指示第四参数,所述第四参数与所述第一数据块的分割份数具有对应关系;The sixth field is used to indicate a fourth parameter, and the fourth parameter has a corresponding relationship with the number of divisions of the first data block;
    第七域,用于指示目标编号,所述目标编号指示P个网络编码参数组合中的目标网络编码参数组合,P为正整数;The seventh field is used to indicate a target number, where the target number indicates a target network coding parameter combination in P network coding parameter combinations, and P is a positive integer;
    第二域,用于指示所述第一数据块的编号;The second field is used to indicate the number of the first data block;
    第三域,用于指示所述第二编码子块的编号;The third field is used to indicate the number of the second coding sub-block;
    第五域,用于指示所述第二编码子块的数据长度。The fifth field is used to indicate the data length of the second coding sub-block.
  30. 根据权利要求28或29所述的方法,其中,在第二目标集合域由RAN协议栈中的第一层中的网络编码子层生成的情况下,所述第二编码子块的标头还包括第六集合域,所述第六集合域由所述第一层中除所述网络编码子层之外的其他子层生成;The method according to claim 28 or 29, wherein, in the case that the second target set domain is generated by the network coding sublayer in the first layer in the RAN protocol stack, the header of the second coding sub-block is also Including a sixth aggregation domain, the sixth aggregation domain being generated by other sublayers in the first layer except the network coding sublayer;
    所述第二目标集合域为所述第四集合域或所述第五集合域。The second target collection domain is the fourth collection domain or the fifth collection domain.
  31. 根据权利要求30所述的方法,其中,所述第六集合域位于所述第二目标集合域之前,或,所述第三集合域位于所述第二目标集合域之后。The method according to claim 30, wherein the sixth collection domain is located before the second target collection domain, or the third collection domain is located after the second target collection domain.
  32. 一种配置方法,应用于第三通信设备,所述方法包括:A configuration method applied to a third communication device, the method including:
    发送配置信息,用于配置网络编码参数,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数;Sending configuration information for configuring network coding parameters. The network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, where L is positive Integer
    其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
    所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组 合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
    所述第一参数用于确定数据块的分割份数;The first parameter is used to determine the number of partitions of the data block;
    所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
    所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
  33. 根据权利要求32所述的方法,其中,在L大于1的情况下,所述L个第二参数与所述L个第一参数对应。The method according to claim 32, wherein, when L is greater than 1, the L second parameters correspond to the L first parameters.
  34. 根据权利要求32所述的方法,其中,在L大于1的情况下,所述第三参数的数量为1或Q,Q为大于1且小于或等于L的整数。The method according to claim 32, wherein, when L is greater than 1, the number of the third parameter is 1 or Q, and Q is an integer greater than 1 and less than or equal to L.
  35. 根据权利要求34所述的方法,其中,在所述第三参数的数量为Q的情况下,所述Q个第三参数满足以下至少一项:The method according to claim 34, wherein, when the number of the third parameters is Q, the Q third parameters satisfy at least one of the following:
    所述Q个第三参数与所述L个第一参数对应;The Q third parameters correspond to the L first parameters;
    所述Q个第三参数与所述L个第二参数对应。The Q third parameters correspond to the L second parameters.
  36. 根据权利要求32所述的方法,其中,所述第一参数为以下任意一项:所述第一数据块的分割份数、所述第一数据块的最大分割份数。The method according to claim 32, wherein the first parameter is any one of the following: the number of divisions of the first data block, and the maximum number of divisions of the first data block.
  37. 根据权利要求32所述的方法,其中,所述第二参数为以下任意一项:所述第一数据块对应的编码子块的个数、所述第一数据块对应的编码子块的最大个数。The method according to claim 32, wherein the second parameter is any one of the following: the number of coding sub-blocks corresponding to the first data block, the maximum number of coding sub-blocks corresponding to the first data block Number.
  38. 根据权利要求32所述的方法,其中,所述网络编码参数与以下任意一项对应:通信设备、通信设备的媒体接入控制MAC实体、小区组、逻辑信道、逻辑信道组。The method according to claim 32, wherein the network coding parameter corresponds to any one of the following: a communication device, a media access control MAC entity of the communication device, a cell group, a logical channel, and a logical channel group.
  39. 一种通信设备,所述通信设备为第一通信设备,所述通信设备包括:A communication device, the communication device is a first communication device, and the communication device includes:
    第一获取模块,用于获取网络编码参数;The first obtaining module is used to obtain network coding parameters;
    第一生成模块,用于根据所述网络编码参数,通过目标层生成第一数据块的N个编码子块,N为正整数;The first generating module is configured to generate N coding sub-blocks of the first data block through the target layer according to the network coding parameters, where N is a positive integer;
    第一发送模块,用于向第二通信设备发送所述N个编码子块。The first sending module is configured to send the N coded sub-blocks to the second communication device.
  40. 一种通信设备,所述通信设备为第二通信设备,所述通信设备包括:A communication device, the communication device is a second communication device, and the communication device includes:
    第二获取模块,用于在接收到第一数据块对应的M个编码子块的情况下,获取所述M个编码子块对应的M个列向量,每个所述列向量包括K个元素, K为所述第一数据块的分割份数,M为小于或等于基于所述第一数据块生成的编码子块的数量N的正整数;The second obtaining module is configured to obtain M column vectors corresponding to the M coding sub-blocks when the M coding sub-blocks corresponding to the first data block are received, and each column vector includes K elements K is the number of divisions of the first data block, and M is a positive integer less than or equal to the number N of coded sub-blocks generated based on the first data block;
    第二生成模块,用于生成第一矩阵,所述第一矩阵包括所述M个列向量;A second generation module, configured to generate a first matrix, the first matrix including the M column vectors;
    恢复模块,用于在所述第一矩阵为行满秩矩阵的情况下,根据所述第一矩阵和所述M个编码子块,恢复所述第一数据块。The restoration module is configured to restore the first data block according to the first matrix and the M coded sub-blocks when the first matrix is a row full-rank matrix.
  41. 一种通信设备,所述通信设备为第三通信设备,所述通信设备包括:A communication device, the communication device is a third communication device, and the communication device includes:
    第二发送模块,用于发送配置信息,用于配置网络编码参数,所述网络编码参数包括以下至少一项:L个第一参数、L个第二参数、第三参数、伪随机码种子、L个编号,L为正整数;The second sending module is configured to send configuration information for configuring network coding parameters. The network coding parameters include at least one of the following: L first parameters, L second parameters, third parameters, pseudo-random code seeds, L numbers, L is a positive integer;
    其中,所述伪随机码种子用于确定编码子块对应的列向量信息;Wherein, the pseudo-random code seed is used to determine the column vector information corresponding to the coded sub-block;
    所述L个编号用于指示P个网络编码参数组合中的L个网络编码参数组合,P为大于或等于L的正整数,每个所述网络编码参数组合包括以下至少两项:第一参数、第二参数、第三参数;The L numbers are used to indicate L network coding parameter combinations in P network coding parameter combinations, P is a positive integer greater than or equal to L, and each network coding parameter combination includes at least two of the following: first parameter , The second parameter, the third parameter;
    所述第一参数用于确定数据块的分割份数;The first parameter is used to determine the number of partitions of the data block;
    所述第二参数用于确定N的取值;The second parameter is used to determine the value of N;
    所述第三参数用于确定自由度的分布。The third parameter is used to determine the distribution of degrees of freedom.
  42. 一种通信设备,包括处理器、存储器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述计算机程序被所述处理器执行时实现如权利要求1至17中任一项所述的数据处理方法的步骤,或,如权利要求18至31中任一项所述的数据处理方法的步骤,或,如权利要求32至38中任一项所述的配置方法的步骤。A communication device, comprising a processor, a memory, and a computer program stored on the memory and capable of running on the processor. The computer program is executed by the processor to implement any of claims 1 to 17 One of the steps of the data processing method, or the steps of the data processing method according to any one of claims 18 to 31, or the configuration method according to any one of claims 32 to 38 step.
  43. 一种计算机可读存储介质,所述计算机可读存储介质上存储有计算机程序,所述计算机程序被处理器执行时实现如权利要求1至17中任一项所述的数据处理方法的步骤,或,如权利要求18至31中任一项所述的数据处理方法的步骤,或,如权利要求32至38中任一项所述的配置方法的步骤。A computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the steps of the data processing method according to any one of claims 1 to 17 are realized, Or, the step of the data processing method according to any one of claims 18 to 31, or the step of the configuration method according to any one of claims 32 to 38.
PCT/CN2021/070812 2020-01-10 2021-01-08 Data processing method, configuration method, and communication device WO2021139751A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010027931.6A CN113114410A (en) 2020-01-10 2020-01-10 Data processing method, configuration method and communication equipment
CN202010027931.6 2020-01-10

Publications (1)

Publication Number Publication Date
WO2021139751A1 true WO2021139751A1 (en) 2021-07-15

Family

ID=76708793

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/070812 WO2021139751A1 (en) 2020-01-10 2021-01-08 Data processing method, configuration method, and communication device

Country Status (2)

Country Link
CN (1) CN113114410A (en)
WO (1) WO2021139751A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023051741A1 (en) * 2021-09-30 2023-04-06 华为技术有限公司 Communication method and apparatus
WO2023109616A1 (en) * 2021-12-16 2023-06-22 华为技术有限公司 Data transmission method and apparatus, and communication system

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115225200A (en) * 2021-04-21 2022-10-21 华为技术有限公司 Data processing method and device
CN115706621A (en) * 2021-08-13 2023-02-17 华为技术有限公司 Data transmission method and communication device
CN116074759A (en) * 2021-10-29 2023-05-05 华为技术有限公司 Method for negotiating network coding between network elements and communication device
WO2023123212A1 (en) * 2021-12-30 2023-07-06 Oppo广东移动通信有限公司 Communication method and communication apparatus
WO2023123335A1 (en) * 2021-12-31 2023-07-06 Oppo广东移动通信有限公司 Communication method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060224760A1 (en) * 2005-03-15 2006-10-05 1000 Oaks Hu Lian Technology Development (Beijing) Co., Ltd. Method and system for providing streaming content in a peer-to-peer network with network coding
CN101667885A (en) * 2009-09-29 2010-03-10 天津大学 Method for reducing redundancy message by using network coding technique on DTN or ICN network
CN101848224A (en) * 2010-05-26 2010-09-29 中国科学技术大学 Network coding method for streaming media of peer-to-peer network
CN106850152A (en) * 2017-01-21 2017-06-13 陕西尚品信息科技有限公司 A kind of transmission coating control method based on network code

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103248373B (en) * 2012-02-10 2015-04-08 华为技术有限公司 Network coding method, relay device and screening plant
MY185190A (en) * 2012-04-26 2021-04-30 Huawei Tech Co Ltd System and method for signaling segment encryption and key derivation for adaptive streaming
CN107769887B (en) * 2016-08-17 2021-02-12 华为技术有限公司 Data transmission method, data processing method and device
CN107634823B (en) * 2017-07-19 2020-03-20 西南交通大学 Data transmission method of transmission control protocol based on network coding

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060224760A1 (en) * 2005-03-15 2006-10-05 1000 Oaks Hu Lian Technology Development (Beijing) Co., Ltd. Method and system for providing streaming content in a peer-to-peer network with network coding
CN101667885A (en) * 2009-09-29 2010-03-10 天津大学 Method for reducing redundancy message by using network coding technique on DTN or ICN network
CN101848224A (en) * 2010-05-26 2010-09-29 中国科学技术大学 Network coding method for streaming media of peer-to-peer network
CN106850152A (en) * 2017-01-21 2017-06-13 陕西尚品信息科技有限公司 A kind of transmission coating control method based on network code

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023051741A1 (en) * 2021-09-30 2023-04-06 华为技术有限公司 Communication method and apparatus
WO2023109616A1 (en) * 2021-12-16 2023-06-22 华为技术有限公司 Data transmission method and apparatus, and communication system

Also Published As

Publication number Publication date
CN113114410A (en) 2021-07-13

Similar Documents

Publication Publication Date Title
WO2021139751A1 (en) Data processing method, configuration method, and communication device
WO2018202057A1 (en) Method for transmitting data, base station, and terminal apparatus
US10454626B2 (en) Transmitter defragmentation for data unit fragments
US20170118673A1 (en) Random Linear Network Encoded Data Transmission
US9883420B2 (en) Random linear network encoded data transmission from user equipment
WO2021004193A1 (en) Capability information feedback method and apparatus, and channel state information feedback method and apparatus
US20190200251A1 (en) Transmission Status Reporting Apparatus and Method and Communication System
WO2020259222A1 (en) Polar code retransmission method and device
CN108337214A (en) A kind of data processing method, terminal and the network equipment
CN106998308B (en) Code hopping transmission method in sparse code multiple access based on time-varying codebook
WO2020077777A1 (en) Uplink transmission method for periodic urllc service
WO2020155691A1 (en) Method and apparatus for wireless communication
WO2019024696A1 (en) Method, apparatus and device for determining size of transmission block
TWI759507B (en) Transmission method, device and system for feedback response information
CN108964945A (en) A kind of configuration method, data receiver method and relevant device
EP3790213B1 (en) Mac-based hybrid automatic repeat request (harq)
WO2019134140A1 (en) Method, apparatus and system for sending feedback response information and method, apparatus and system for receiving feedback response information
WO2019238014A1 (en) Method and device for transmitting feedback information
EP3840272A1 (en) Resource mapping method and apparatus
WO2016188406A1 (en) System and method of header compression for online network codes
WO2018201903A1 (en) Data transmission method, terminal, and base station
KR20190135838A (en) Method and apparatus for transmitting and receiving signal through frequency bands in communication system
WO2018202151A1 (en) Communication method and communication device
CN115276891A (en) Data transmission method and device and readable storage medium
WO2023016506A1 (en) Method for transmitting data and communication apparatus

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

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

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 21738460

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 21/02/2023)