EP2271018A1 - A decoding method and device for reed-solomon code - Google Patents

A decoding method and device for reed-solomon code Download PDF

Info

Publication number
EP2271018A1
EP2271018A1 EP08784122A EP08784122A EP2271018A1 EP 2271018 A1 EP2271018 A1 EP 2271018A1 EP 08784122 A EP08784122 A EP 08784122A EP 08784122 A EP08784122 A EP 08784122A EP 2271018 A1 EP2271018 A1 EP 2271018A1
Authority
EP
European Patent Office
Prior art keywords
data
column
row
byte interleaver
turn
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
EP08784122A
Other languages
German (de)
French (fr)
Other versions
EP2271018B1 (en
EP2271018A4 (en
Inventor
Jin Xu
Jun Xu
Zhifeng Yuan
Liujun Hu
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Publication of EP2271018A1 publication Critical patent/EP2271018A1/en
Publication of EP2271018A4 publication Critical patent/EP2271018A4/en
Application granted granted Critical
Publication of EP2271018B1 publication Critical patent/EP2271018B1/en
Not-in-force legal-status Critical Current
Anticipated expiration legal-status Critical

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/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0071Use of interleaving
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0057Block codes
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/03Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
    • H03M13/05Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
    • H03M13/13Linear codes
    • H03M13/15Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/27Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes using interleaving techniques

Abstract

The present invention provides a decoding method and device for Reed-Solomon (RS) codes. The method includes the following steps: A: filling data to be decoded in a byte interleaver by column in turn; B: performing cyclic shift to data in a check region of the byte interleaver by row and/or by column, so as to make the data of each row in the check region become check data in sequence of data of corresponding row in an information region of the byte interleaver; C: performing RS decoding by row method, and writing information data of each row obtained after decoding into the corresponding row in the information region of the byte interleaver in turn; and D: reading business data of the decoded information data from the information region of the byte interleaver by column. The method and device of the present invention can achieve the best interleaving effect.

Description

    TECHNICAL FIELD
  • The present invention relates to the field of communications, particularly to a decoding method for Reed-Solomon (RS in short) codes.
  • BACKGROUND
  • A linear grouping code is a group of code blocks with fixed length, which can be presented as (n,k), and usually used for forward error correction. During coding, k information bits are grouped into length of n-bit code block. As 2k code words in [n,k,d] grouping code make up a k-dimension sub-space, the 2k code words can consist of k linearly independent bases, and if the k bases are written into form of matrix, then: G = g 1 , n - 1 g 1 , n - 2 g 1 g 2 , n - 1 g 2 , n - 2 g 2 , 0 g k , n - 1 g k , n - 2 g k , 0
    Figure imgb0001
  • Any code word in [n,k,d] code can be generated from linear combination of this group of bases, i.e.:
    Figure imgb0002
  • G is a code generation matrix. Obviously, for each row in the generation matrix, it is enough as long as linear independence can be fulfilled (without consideration of minimum distance), while the base of a k-dimension space can select k linearly independent vectors at random, so that the G as the code generation matrix is not unique. However whichever form is taken, they generate the same sub-space, namely the same [n,k,d] code.
  • An RS code is a linear grouping cyclic code, which is processed in unit (usually n=8 bytes, named as coding word) of a group of symbols of length n, and the n symbols in the group are generated from k information symbols to be transmitted based on certain association relationship. As the n symbols should also include error protection information, therefore the coding form is required to be expressed with (n,k), wherein k<n; so if n=8, then there are 28=256 kinds of symbols in total, and the symbols expressed in decimal system are in range of 0 to 255. The 256 kinds of symbols make up a finite field (named as Galois field) GF(28). Generally, if the finite field is extension field of binary field GF(2), it is expressed as GF(2m). In the field of GF(2m), t wrong (n, k) RS codes can be corrected, the number of check symbols is 2×t, and the minimum code distance dmin=2×t+1=n-k+1 (check matrix is a non-singular matrix). So-called 1 symbol error can be 1 bit wrong in the symbol, or several bits and even all m bits in the symbol can be wrong. It can be seen that, the RS code has extremely powerful random error and burst error correction ability, so it is very widely used in the field of digit error control.
  • A link layer provides data transmission service for a network layer, and this service is realized based on functions of this layer. The link layer has the following functions: establishment and removal of data link, frame transmission and frame synchronization, error and flow control, and data link management. As supplementation to forward error correction technique in physical link layer, the forward error correction (FEC) in link layer is used for realizing functions of error control in link layer, so that the preceding layer of protocol can receive data packet without error. The RS code is very suitable as a link layer forward error correction code due to its excellent performances.
  • Common interleavers in digital communications can be classified into byte interleaver and bit interleaver based on interleaving objects. The main function of byte interleaver is to disorganize the sequence of original bytes, so that the locations of error seem to be random, and the dependence between byte sequences before and after interleaving is weakened, and distributed among many code words instead of a few code words. An outstanding advantage of such practice is that the influence of data burst error is significantly lowered.
  • To further improve the performances of link layer FEC, the RS coder and decoder may be usually used together with the byte interleaver. Normally, the byte interleaver can use row-and-column interleaver, of which column number is equal to RS code length, and row number changes with code block number. For example, the byte interleaver in RS(255,207) code is fixed as 255 columns, wherein the 207 columns on the left side are information region, and the 48 columns on the right side are check region. The row number and column number in the interleaver can be started, but not limited to, numbering from 0. The consistency for description in the present invention starts numbering from 0 without exception.
  • Among the RS code interleaving coding methods in existing technologies, when a business data packet is input into the byte interleaver, firstly fill the 0th column from top to bottom, and after completion of filling the 0th column, fill the 1st column from top to bottom, and so on, until all the data in the business data packet are filled into the interleaver, the unfilled portion in the previous 207 columns is filled in with 0. The check values in each row are formed according to data information in the previous 207 bits. The form after interleaving coding is as shown in Fig. 1, wherein K=207, S=48. When outputting the data in the interleaver, the output starts from the 0th column from top to bottom in turn, and after completion of output the 0th column, output data from the 1st column by sequence from top to bottom, until all the data of the 255 columns output completely.
  • The RS code interleaving coding and the corresponding decoding method in the existing technologies have the following drawbacks: the portions with filling value of 0 in the information region are pooled together; as the data are transmitted by column, this will result in relatively overmuch protection in continuous time region corresponding to the row with more filling value in the column, while the continuous time region with fewer filling values in the column has relatively less protection; in addition, though the data in the check region are generated by row and read out by column, the data interleaving during output is over-regular, and fails to reach the optimum interleaving effect, so that the performances of the whole output data packet fails to be optimum.
  • SUMMARY
  • The technical problem to be solved by the present invention is to provide a method and device for RS codes so as to achieve the best interleaving effect.
  • To solve the above-mentioned problem, the present invention provides a decoding method for Reed-Solomon (RS) codes. The method includes the following steps:
    • A: filling data to be decoded in a byte interleaver by column in turn;
    • B: performing cyclic shift to data in a check region of the byte interleaver by row and/or by column, so as to make the data of each row in the check region become check data in sequence of data of corresponding row in an information region of the byte interleaver;
    • C: performing RS decoding by row method, and writing information data of each row obtained after decoding into the corresponding row in the information region of the byte interleaver in turn; and D: reading business data of the decoded information data from the information region of the byte interleaver by column.
  • Further, in step B, the cyclic shift may be performed to the data in the check region of the byte interleaver by column, and a bit number of shifting all rows in the ith column in the check region may be: floor(ixM/S); wherein, M is a row number of the byte interleaver, and S is a column number of the check region, i is 0, 1, ..., S-1.
  • Further, step D may include the following sub-steps:
    • D1: the business data from the 0th to (kc-1)th column in the information region of the byte interleaver are read in turn; and
    • D2: if the (kc)th column includes business data of d bytes, and 0<d≤M/2, then the remaining d bytes of the business data are read from the 0th, gth, (2×g)th, ..., ((d-1)×g)th row of the column from top to bottom in turn;
  • if the (kc)th column includes business data of d bytes, and d>M/2, then the remaining d bytes of the business data are read from rows except the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row of the column from top to bottom in turn;
    wherein, the byte number of valid data is F, and the row number of the byte interleaver is M, kc=floor(F/M), d=FmodM, g=floor(M/d), h=floor(M/(M-d)).
  • Further, in step B, for the data in the check region of the byte interleaver, the cyclic shift may be performed from bottom to top.
  • To solve the above-mentioned technical problem, the present invention also provides a decoding device for Reed-Solomon codes. The device includes: a data filling unit, a byte interleaver and a decoding unit; the device also includes a cyclic shift unit and a data extraction unit; wherein:
    • the data filling unit is used for filling the byte interleaver with data to be decoded by column in turn;
    • the cyclic shift unit is used for sending cyclic shift control signals to the byte interleaver, and performing cyclic shift to data in a check region of the byte interleaver by row and/or by column, so as to make the data of each row in the check region become check data in sequence of data of corresponding row in an information region of the byte interleaver;
    • the decoding unit is used for performing RS decoding to data in the byte interleaver by row method, and writing information data of each row obtained after decoding into the corresponding row in the information region of the byte interleaver in turn; and
    • the data extraction unit is used for reading business data of the decoded information data from the information region of the byte interleaver by column.
  • Further, the cyclic shift may be performed to the data in the check region of the byte interleaver by column by the cyclic shift unit, a bit number of shifting all rows in the ith column in the check region may be: floor(i×M/S); wherein, M is a row number of the byte interleaver, and S is a column number of the check region, I is 0, 1, ..., S-1.
  • Further, the data extraction unit may be used for reading the business data from the 0th to (kc-1)th column in the information region of the byte interleaver in turn; and
  • if the (kc)th column includes business data of d bytes, and 0<d≤M/2, then the data extraction unit reads the remaining d bytes of the business data from the 0th, gth, (2×g)th, ..., ((d-1)×g)th row of the column from top to bottom in turn;
  • if the (kc)th column includes business data of d bytes, and d>M/2, then the data extraction unit reads the remaining d bytes of the business data from rows except the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row of the column from top to bottom in turn;
    wherein the byte number of valid data is F, and the row number of the byte interleaver is M, kc=floor(F/M), d=FmodM, g=floor(M/d), h=floor(M/(M-d)).
  • Further, for the data in the check region of the byte interleaver, the cyclic shift may be performed from bottom to top by the cyclic shift unit.
  • Another technical problem to be solved by the present invention is to provide a decoding method and device for Reed-Solomon codes ao as to improve the interleaving time diversity effect.
  • The present invention also provides a decoding method for Reed-Solomon codes, which includes the following steps:
    • a: filling data to be decoded in a byte interleaver by column in turn;
    • b: performing RS decoding by row method, and writing information data of each row obtained after decoding into the corresponding row in an information region of the byte interleaver in turn;
    • c: reading business data from the 0th to (kc-1)th column in the information region of the byte interleaver in turn;
    • d: if the (kc)th column includes business data of d bytes, and 0<d≤M/2, then the remaining d bytes of the business data are read from the 0th, gth, (2×g)th, ..., ((d-1)×g)th row of the column from top to bottom in turn;
    • if the (kc)th column includes business data of d bytes, and d>M/2, then the remaining d bytes of the business data are read from rows except the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row of the column from top to bottom in turn;
    • wherein the byte number of valid data is F, and the row number of the byte interleaver is M, kc=floor(F/M), d=FmodM, g=floor(M/d), h=floor(M/(M-d)).
  • The present invention also provides a decoding device for Reed-Solomon codes, which includes: a data filling unit, a byte interleaver and a decoding unit; the device also includes a data extraction unit; wherein:
    • the data filling unit is used for filling the byte interleaver with data to be decoded by column in turn;
    • the decoding unit is used for performing RS decoding to data in the byte interleaver by row method, and writing information data of each row obtained after decoding into the corresponding row in an information region of the byte interleaver in turn;
    • the data extraction unit is used for reading business data from the 0th to (kc-1)th column in the information region of the byte interleaver in turn; and
    • if the (kc)th column includes business data of d bytes, and 0<d≤M/2, then the data extraction unit reads the remaining d bytes of the business data from the 0th, gth, (2×g)th, ..., ((d-1)×g)th row of the column from top to bottom in turn;
    • if the (kc)th column includes business data of d bytes, and d>M/2, then the data extraction unit reads the remaining d bytes of the business data from rows except the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row of the column from top to bottom in turn;
    • wherein the byte number of valid data is F, and the row number of the byte interleaver is M, kc=floor(F/M), d=FmodM, g=floor(M/d), h=floor(M/(M-d)).
  • The RS code decoding method and device in the present invention are used with corresponding RS code interleaving coding method. If cyclic shift is used in direction of row, the influence of continuous errors in the data packet on decoding can be avoided; if cyclic shift is used in direction of column, excellent diversity can be guaranteed in row direction, which can play the role of row replacement of row and column interleaver, and can avoid interference of cyclic noise during transmission of the data packet, so as to make the encoding has the best performances; in addition, the interleaving time diversity effect can be better through placing and filling bytes of 0 equably.
  • BRIEF DESCRIPTION OF THE DRAWINGS
    • Fig. 1 is a diagram that after RS code interleaving decoding in existing technologies;
    • Fig. 2 is a flowchart illustrating an RS code interleaving coding method;
    • Fig. 3 is a diagram of interleaving filling-portion with an RS code interleaving coding method;
    • Fig. 4 is a diagram of filling in check data with an RS code interleaving coding method;
    • Fig. 5 is a flowchart illustrating an RS code decoding method according to an embodiment of the present invention;
    • Fig. 6 is a diagram of filling RS (N, K, S) code byte interleaver with data to be decoded according to an embodiment of the present invention; and
    • Fig. 7 is a structure diagram illustrating an RS code decoding device according to an embodiment of the present invention.
    DETAILED DESCRIPTION
  • The present invention provides an RS code interleaving coding method and corresponding RS decoding methods, by scattering regions with filled value of 0 in the final column that contain valid data in an information region, and/or shifting check data in a check region to improve an RS code interleaving coding method in existing technologies, and can reach technical effects which improve the reliability of a data link layer.
  • The RS code interleaving coding method and corresponding RS code decoding method and device of the present invention will be described in detail hereinafter with reference to the drawings and embodiments,
  • RS code interleaving coding method
  • This embodiment provides an RS code interleaving coding method, assume that the given RS code is (N, K, S), then the column number of corresponding byte interleaver is N, and K columns on the left side is an information region, and S (S=N-K) columns on the right side is a check region, the unit of the N, K or S is byte. The row number and column number for the interleaver in this embodiment start numbering from 0, and other numbering methods can also be used in specific realization. As shown in Fig. 2, the specific operations of the method in the present invention are described as follows.
  • Step 201: internet protocol (IP) data are encapsulated into time-slicing (TS) code stream according to multiple protocols, a byte size of a business data packet is obtained, the byte size of the data packet is set as F bytes, and the specific operation methods of the step are the same as those in existing technologies.
  • Step 202: according to byte number F of the business data packet and column number k in the information region, row number M of the interleaver and the column number kc that can be filled with valid data in the information region are calculated, and the colum filled with valid data refers to the column that can be filled directly with the data in original data packet;
    wherein, the row number of the interleaver is M=ceil(F/K), ceil(•) refers to rounding up; k c = f l o o r F / M , f l o o r r e f e r s t o r o u n d i n g d o w n ;
    Figure imgb0003

    in addition, the following parameters need to be calculated:
    • d=FmodM, mod means modulus operation; d means byte number for valid data that left after filling the preceding kc columns; and
    • in addition, g=floor(M/d); h=floor(M/(M-d)).
  • Step 203: according to the parameters obtained from the above-mentioned calculation, the preceding K columns of an RS (N, K, S) code byte interleaver are filled with the business data, namely information region;
    this step can be divided into the following sub-steps.
  • Step 2031: the preceding kc×M bytes of the business data packet are written into preceding kc columns (i.e. from the 0th to (kc-1)th column) in the information region by column in turn and by starting from the 0th column, and each column is written into in turn from top to bottom;
    namely the 0th column of the RS(N, K, S) code byte interleaver is started filling in turn from top to bottom, and the 1st column is filled in turn from top to bottom after the 0th column has filled, and so on, until the preceding kc columns of the RS(N, K, S) code byte interleaver are filled, and each column is filled with M bytes; after filling preceding kc×M bytes, if d is not equal to 0, then step 2032 is executed, otherwise step 204 is executed.
  • Step 2032: the (kc)th column is filled with the remaining d byte data of the business data packet and M-d bytes of 0;
    the specific filling method can be but not limited to:
    if d≤M/2, the remaining d bytes of the business data packet are written into the 0th, gth, (2×g)th, ..., ((d-1)×g)th row in the column from top to bottom in turn, and the remaining positions are filled with M-d bytes of 0;
    otherwise, the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row in the column are filled with M-d bytes of 0, and the remaining d bytes of the business data packet are written into the remaining row positions from top to bottom in turn, and the filled form is shown in Fig. 3. At such time, in the column, the information data and filling data are almost in state of uniform distribution.
  • Step 2033: in the remaining part of the information region, i.e. the (kc+1)th to (K-1)th column are totally filled with bytes of 0.
  • Step 204: data of each row in the check region are constructed according to data in the information region, namely RS coding is performed according to row method, and check data of S bytes are added behind each row, and the check data of each row are generated according to the data information of preceding K columns in the row, specific methods are the same as those in existing technologies, the filled form is shown in Fig. 4, which only shows the circumstances for filling the 0th row with check data.
  • Step 205: the check data are performed cyclic shift processing, which can be cyclic shift by row or by column, or cyclic shift by row and by column. The shift bit number in each row or each column may be different, and the shift bit number in each row or each column can be obtained according to certain predefined agreement, such as obtained from calculation based on certain predefined formula;
    the cyclic shift by column can use but not limited to the following methods:
    for the data of all rows in the 0th column, the cyclic shift by column is not done;
    for the data of all rows in the ith column, the cyclic shift is done from top to bottom (or from bottom to top), and the shift bit numbers are the same for all data in the same column. The formula for calculating shift bit number can be but not limited to: floor i × M / S bit , i = 1 , , S - 1.
    Figure imgb0004
  • Step 206: the data in the check region in the RS (N, K, S) code byte interleaver are read by column in turn. Each column is read from top to bottom, and the read data are performed extensible protocol encapsulation-forward error correction (XPE-FEC) multiplex adaptation encapsulation.
  • In summary, using the above-mentioned RS code interleaving coding method, if the cyclic shift is used in direction of row, the influence of continuous error in the data packet on decoding can be avoided; if the cyclic shift is used in direction of column, excellent diversity can be guaranteed in row direction, which can play the role of row replacement of row and column interleaver, and can avoid interference of cyclic noise during transmission of the data packet, so as to make the encoding has the best performances; in addition, the above-mentioned methods also propose that bytes of 0 are placed and filled equably in columns with filled bytes and information data packet bytes, so as to have more uniform protection in term of time. The benefit of such practice is to make better effect on time diversity of interleaving.
  • RS code decoding method
  • Fig. 5 is a flowchart illustrating an RS code decoding method according to an embodiment of the present invention. The decoding method is a reverse procession corresponding to the above-mentioned coding method. In this embodiment, the RS code is also set as (N, K, S). In addition, the byte number of the data to be decoded (including business data, filling data and corresponding check data) that obtained after decapsulating received business data packet according to multiple protocols is set as T.
  • As shown in Fig. 5, the method contains the following steps.
  • Step 501: a row number of a byte interleaver M=ceil (T/N) is calculated according to a byte number of data to be decoded T and column number of the byte interleaver N.
  • Step 502: an RS (N, K, S) code byte interleaver is filled with the data to be decoded.
  • Fig. 6 is a diagram of filling the RS (N, K, S) code byte interleaver with data to be decoded according to an embodiment of the present invention.
  • Step 503: check data (namely the data of S columns on the right side in the interleaver as shown in Fig. 6) are performed cyclic shift processing; and cyclic shift rules correspond to those in the corresponding RS interleaving coding process. The cyclic shift processing rule in this step may be either cyclic shift by row, or cyclic shift by column. The shift bit number in each row or each column may be different, and the shift bit number in each row or each column may be obtained according to certain predefined agreement, namely obtained from calculation based on certain predefined formula.
  • The specific shift method can use but not limited to the following methods: (corresponding to the cyclic shift method in step 205)
    for the data of all rows in the 0th column, the cyclic shift by column is not done;
    for the data of all rows in the ith column, the cyclic shift is done from bottom to top (or from top to bottom), and the shift bit numbers are the same for all data in the same column. The formula for calculating shift bit number can be but not limited to: floor i × M / S bit , i = 1 , , S - 1.
    Figure imgb0005
  • Step 504: RS decoding is performed based on row method according to data in each row of the byte interleaver, information data of K bytes are obtained, which is written in the preceding K columns of the row, so as to obtain the data of each row in the information region. The specific decoding method is the same as that in existing technologies.
  • Step 505: the valid data in the information region in the RS code byte interleaver which had been decoded are read by column in turn;
    this step of operation can be divided into the following sub-steps.
  • Step 5051: according to byte number F of the valid data sequence (i.e. business data sequence), column number kc that can be filled with valid data in the information region may be calculated, kc =floor (F/M);
    the byte number F of the above-mentioned valid data sequence is pre-informed to a receiving end (RS decoding end) via other signaling by a sending end (RS coding end).
  • Step 5052: the preceding kc columns in the information region are read in turn, each column is read in turn from top to bottom; and the preceding kc×M bytes of the information sequence are obtained.
  • Step 5053: it is supposed that the remaining d bytes in the information sequence are not read, and if d=0, then end; if d is not equal to 0, then step 5054 is executed;
    wherein, d=FmodM.
  • Step 5054: g=floor(M/d), h=floor(M/(M-d)); the remaining d bytes in the information sequence are read from the (kc)th column in the interleaver via the following methods:
    • if 0<d≤M/2, then the remaining d bytes in the information sequence are read from the 0th, gth, (2×g)th, ..., ((d-1)×g)th row of the column from top to bottom in turn; and
    • if d>M/2, then the positions of the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row of the column are skipped without reading, and the remaining d bytes in the information sequence of remaining rows in the column are read from top to bottom in turn.
    • It should be noted that step 503 is an optional step, i.e. step 501 to step 502 plus step 504 to step 505 can constitute a complete embodiment.
    RS Code Decoding Device
  • Fig. 7 is a structure diagram illustrating an RS code decoding device according to an embodiment of the present invention. As shown in Fig. 7, the device includes: a data filling unit, a memory (i.e. a byte interleaver), a cyclic shift unit, a decoding unit, and a data extraction unit, wherein:
    • the data filling unit is used for receiving data to be decoded, calculating row number of the byte interleaver M based on byte number of data to be decoded T and column number N of the byte interleaver, and filling an RS(N, K, S) code byte interleaver with the data to be decoded; the calculation formula for M is as stated above; and
    • the cyclic shift unit is used for outputting cyclic shift control signals to the byte interleaver, and performing cyclic shift processing to check data in the byte interleaver by row or by column; specific shift methods and calculation formula for shift bit number are as stated above;
    • it should be noted that the cyclic shift unit is an optional unit;
    • the decoding unit is used for performing RS decoding to data of each row in the byte interleaver by row method, and obtaining information data of K bytes, which is written in the preceding K columns of the row, so as to obtain the data of each row in information region; and
    • the data extraction unit is used for reading valid data in the information region in the byte interleaver which had been decoded by column in turn, and outputting the valid data sequence; specific reading methods are as stated above.
    INDUSTRIAL APPLICABILITY
  • the RS code decoding method and device in the present invention are used with corresponding the RS code interleaving coding method. If cyclic shift is used in direction of row, the influence of continuous errors in the data packet on decoding can be avoided; if the cyclic shift is used in direction of column, excellent diversity can be guaranteed in row direction, which can play the role of row replacement of row and column interleaver, and can avoid interference of cyclic noise during transmission of the data packet, so as to make the encoding has the best performances; in addition, the interleaving time diversity effect can be better through placing and filling bytes of 0 equably.

Claims (10)

  1. A decoding method for Reed-Solomon (RS) codes, including:
    A: filling data to be decoded in a byte interleaver by column in turn;
    B: performing cyclic shift to data in a check region of the byte interleaver by row and/or by column, so as to make the data of each row in the check region become check data in sequence of data of corresponding row in an information region of the byte interleaver;
    C: performing RS decoding by row method, and writing information data of each row obtained after decoding into the corresponding row in the information region of the byte interleaver in turn; and
    D: reading business data of the decoded information data from the information region of the byte interleaver by column.
  2. The method according to claim 1, wherein in step B, the cyclic shift is performed to the data in the check region of the byte interleaver by column, and a bit number of shifting all rows in the ith column in the check region is: floor(i×M/S); wherein, M is a row number of the byte interleaver, and S is a column number of the check region, i is 0, 1, ..., S-1.
  3. The method according to claim 1, wherein step D includes the following sub-steps:
    D1: the business data from the 0th to (kc-1)th column in the information region of the byte interleaver are read in turn; and
    D2: if the (kc)th column includes business data of d bytes, and 0<d≤M/2, then the remaining d bytes of the business data are read from the 0th, gth, (2×g)th, ..., ((d-1)×g)th row of the column from top to bottom in turn;
    if the (kc)th column includes business data of d bytes, and d>M/2, then the remaining d bytes of the business data are read from rows except the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row of the column from top to bottom in turn;
    wherein, the byte number of valid data is F, and the row number of the byte interleaver is M, kc=floor(F/M), d=FmodM, g=floor(M/d), h=floor(M/(M-d)).
  4. The method according to claim 2, wherein in step B, for the data in the check region of the byte interleaver, the cyclic shift is performed from bottom to top.
  5. A decoding method for Reed-Solomon (RS) codes, including:
    a: filling data to be decoded in a byte interleaver by column in turn;
    b: performing RS decoding by row method, and writing information data of each row obtained after decoding into the corresponding row in an information region of the byte interleaver in turn;
    c: reading business data from the 0th to (kc-1)th column in the information region of the byte interleaver in turn;
    d: if the (kc)th column includes business data of d bytes, and 0<d≤M/2, then the remaining d bytes of the business data being read from the 0th, gth, (2×g)th, ..., ((d-1)×g)th row of the column from top to bottom in turn;
    if the (kc)th column includes business data of d bytes, and d>M/2, then the remaining d bytes of the business data being read from rows except the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row of the column from top to bottom in turn;
    wherein the byte number of valid data is F, and the row number of the byte interleaver is M, kc=floor(F/M), d=FmodM, g=floor(M/d), h=floor(M/(M-d)).
  6. A decoding device for Reed-Solomon (RS) codes, including: a data filling unit, a byte interleaver and a decoding unit; and the device also including a cyclic shift unit and a data extraction unit; wherein,
    the data filling unit is used for filling the byte interleaver with data to be decoded by column in turn;
    the cyclic shift unit is used for sending cyclic shift control signals to the byte interleaver, and performing cyclic shift to data in a check region of the byte interleaver by row and/or by column, so as to make the data of each row in the check region become check data in sequence of data of corresponding row in an information region of the byte interleaver;
    the decoding unit is used for performing RS decoding to data in the byte interleaver by row method, and writing information data of each row obtained after decoding into the corresponding row in the information region of the byte interleaver in turn; and
    the data extraction unit is used for reading business data of the decoded information data from the information region of the byte interleaver by column.
  7. The device according to claim 6, wherein the cyclic shift is performed to the data in the check region of the byte interleaver by column by the cyclic shift unit, a bit number of shifting all rows in the ith column in the check region is: floor(i×M/S); wherein, M is a row number of the byte interleaver, and S is a column number of the check region, i is 0, 1, ..., S-1.
  8. The device according to claim 6, wherein,
    the data extraction unit is used for reading the business data from the 0th to (kc-1)th column in the information region of the byte interleaver in turn; and
    if the (kc)th column includes business data of d bytes, and 0<d≤M/2, then the data extraction unit reads the remaining d bytes of the business data from the 0th, gth, (2×g)th, ..., ((d-1)×g)th row of the column from top to bottom in turn;
    if the (kc)th column includes business data of d bytes, and d>M/2, then the data extraction unit reads the remaining d bytes of the business data from rows except the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row of the column from top to bottom in turn;
    wherein the byte number of valid data is F, and the row number of the byte interleaver is M, kc=floor(F/M), d=FmodM, g=floor(M/d), h=floor(M/(M-d)).
  9. The device according to claim 7, wherein for the data in the check region of the byte interleaver, the cyclic shift is performed from bottom to top by the cyclic shift unit.
  10. A decoding device for Reed-Solomon (RS) codes, including: a data filling unit, a byte interleaver and a decoding unit; and the device also including a data extraction unit; wherein,
    the data filling unit is used for filling the byte interleaver with data to be decoded by column in turn;
    the decoding unit is used for performing RS decoding to data in the byte interleaver by row method, and writing information data of each row obtained after decoding into the corresponding row in an information region of the byte interleaver in turn;
    the data extraction unit is used for reading business data from the 0th to (kc-1)th column in the information region of the byte interleaver in turn; and
    if the (kc)th column includes business data of d bytes, and 0<d≤M/2, then the data extraction unit reads the remaining d bytes of the business data from the 0th, gth, (2×g)th, ... , ((d-1)×g)th row of the column from top to bottom in turn;
    if the (kc)th column includes business data of d bytes, and d>M/2, then the data extraction unit reads the remaining d bytes of the business data from rows except the 0th, hth, (2×h)th, ..., ((M-d-1)×h)th row of the column from top to bottom in turn;
    wherein the byte number of valid data is F, and the row number of the byte interleaver is M, kc=floor(F/M), d=FmodM, g=floor(M/d), h=floor(M/(M-d)).
EP08784122.7A 2008-04-23 2008-08-25 A decoding method and device for reed-solomon code Not-in-force EP2271018B1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200810093233A CN100589359C (en) 2008-04-23 2008-04-23 A Reed-Solomon code coding method and device
PCT/CN2008/072132 WO2009129675A1 (en) 2008-04-23 2008-08-25 A decoding method and device for reed-solomon code

Publications (3)

Publication Number Publication Date
EP2271018A1 true EP2271018A1 (en) 2011-01-05
EP2271018A4 EP2271018A4 (en) 2011-05-11
EP2271018B1 EP2271018B1 (en) 2017-10-04

Family

ID=39962546

Family Applications (1)

Application Number Title Priority Date Filing Date
EP08784122.7A Not-in-force EP2271018B1 (en) 2008-04-23 2008-08-25 A decoding method and device for reed-solomon code

Country Status (5)

Country Link
US (1) US8286063B2 (en)
EP (1) EP2271018B1 (en)
CN (1) CN100589359C (en)
RU (1) RU2444137C1 (en)
WO (1) WO2009129675A1 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101729193B (en) * 2008-11-03 2013-08-28 华为技术有限公司 Coding method and device, decoding method and device and coding and decoding system
CN101969358B (en) * 2010-09-29 2012-12-26 航天恒星科技有限公司 High-speed parallel RS decoding method for space communication
CN102325003B (en) * 2011-07-14 2014-02-12 海能达通信股份有限公司 Method for data error detection and device
CN103780352B (en) * 2014-01-26 2017-02-01 上海网达软件股份有限公司 Method for optimizing decoding performance of RSFEC decoding algorithm
RU2677372C1 (en) * 2017-08-07 2019-01-16 Федеральное государственное бюджетное образовательное учреждение высшего образования "Юго-Западный государственный университет "(ЮЗГУ) Device for decoding reed-solomon product codes
CN113485866B (en) * 2021-07-02 2023-05-09 海光信息技术股份有限公司 Decoding method and related device, electronic equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998054866A2 (en) * 1997-05-30 1998-12-03 Qualcomm Incorporated Method and apparatus for providing error protection for over the air file transfer
EP1511212A1 (en) * 2003-08-29 2005-03-02 Mitsubishi Electric Information Technology Centre Europe B.V. Method for transmitting optimally interleaved data in a MIMO telecommunication system

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6889356B1 (en) * 1994-11-23 2005-05-03 Cingular Wireless Ii, Llc Cyclic trellis coded modulation
US7549107B1 (en) 2000-05-18 2009-06-16 Broadcom Corporation Interleaved reed solomon coding for home networking
AU2002248558A1 (en) * 2001-06-06 2002-12-16 Seagate Technology Llc A method and coding apparatus using low density parity check codes for data storage or data transmission
US6895547B2 (en) * 2001-07-11 2005-05-17 International Business Machines Corporation Method and apparatus for low density parity check encoding of data
KR100683600B1 (en) * 2002-07-03 2007-02-16 휴우즈 일렉트로닉스 코오포레이션 Encoding of low-density parity check codes using a structured parity check matrix
KR100902295B1 (en) 2002-10-19 2009-06-10 삼성전자주식회사 Apparatus and method for transmission of digital broadcasting system having the composition error correction coding function
KR20060011249A (en) 2004-07-29 2006-02-03 삼성전자주식회사 Method and apparatus for managing a deinterleaving buffer in a mobile communication system adapted block interleaving
KR20060029495A (en) 2004-10-01 2006-04-06 삼성전자주식회사 Apparatus and method for decoding of reed-solomon symbols
US7617441B2 (en) * 2005-07-18 2009-11-10 Broadcom Corporation Efficient construction of LDPC (Low Density Parity Check) codes with corresponding parity check matrix having CSI (Cyclic Shifted Identity) sub-matrices
US7617439B2 (en) * 2005-01-10 2009-11-10 Broadcom Corporation Algebraic construction of LDPC (Low Density Parity Check) codes with corresponding parity check matrix having CSI (Cyclic Shifted Identity) sub-matrices
US7617442B2 (en) * 2005-07-18 2009-11-10 Broadcom Corporation Efficient construction of LDPC (Low Density Parity Check) codes with corresponding parity check matrix having CSI (Cyclic Shifted Identity) sub-matrices
RU2310273C2 (en) 2005-10-24 2007-11-10 Открытое акционерное общество "Российский институт мощного радиостроения" Method for encoding/decoding information in data transmission networks

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998054866A2 (en) * 1997-05-30 1998-12-03 Qualcomm Incorporated Method and apparatus for providing error protection for over the air file transfer
EP1511212A1 (en) * 2003-08-29 2005-03-02 Mitsubishi Electric Information Technology Centre Europe B.V. Method for transmitting optimally interleaved data in a MIMO telecommunication system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of WO2009129675A1 *

Also Published As

Publication number Publication date
EP2271018B1 (en) 2017-10-04
CN101262305A (en) 2008-09-10
RU2444137C1 (en) 2012-02-27
EP2271018A4 (en) 2011-05-11
US8286063B2 (en) 2012-10-09
CN100589359C (en) 2010-02-10
US20110041034A1 (en) 2011-02-17
WO2009129675A1 (en) 2009-10-29

Similar Documents

Publication Publication Date Title
US8276047B2 (en) Continuously interleaved error correction
WO2006085488A1 (en) Error correction encoding device and error correction decoding device
EP1098446A2 (en) Multiple coding method and apparatus, multiple decoding method and apparatus, and information transmission system
US8286063B2 (en) Decoding method and device for Reed-Solomon code
US8136020B2 (en) Forward error correction CODEC
JP2002185336A (en) Turbocoding method using highest minimum distance and system for realizing the same
US8397140B2 (en) Error correction coding for recovering multiple packets in a group view of limited bandwidth
WO2013001706A1 (en) Wireless transceiver device, communication system and channel-coding processing method used in same device and system
US7289530B1 (en) System and method for coding a digital wrapper frame
KR20240023540A (en) Apparatus of inverse zero padding for fixed-length signaling information and method using the same
JP4376905B2 (en) Error correction coding apparatus and error correction decoding apparatus
EP1545011B1 (en) Optimized interleaving of digital signals
US20030188248A1 (en) Apparatus for iterative hard-decision forward error correction decoding
KR20160105312A (en) Apparatus of zero padding for encoding variable-length signaling information and method using the same
TW200926618A (en) Devices and methods for bit-level coding and decoding of turbo codes, and a set of interleaving instructions recognizable by a data processing device
US8279741B2 (en) Device and method for interleaved encoding RS code
JP2010200247A (en) Digital transmission system and digital transmission method
JP4420925B2 (en) Method and encoder for encoding an information bit sequence
JP2004088388A (en) Receiver, method for processing received data, and program
KR101187154B1 (en) Estimatioin of codeword length and reconstruction methods of standard block interleaver for unknown signals by using the linearity of a channel code and apparatus for performing the same
CODE mod u Ie
KR20040014723A (en) Encoding apparatus and method, and decoding apparatus and method for correcting error
WO2019064369A1 (en) Encoder device, transmitter, decoder device, and receiver

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

17P Request for examination filed

Effective date: 20101022

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MT NL NO PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA MK RS

A4 Supplementary search report drawn up and despatched

Effective date: 20110408

DAX Request for extension of the european patent (deleted)
17Q First examination report despatched

Effective date: 20120817

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: GRANT OF PATENT IS INTENDED

INTG Intention to grant announced

Effective date: 20170524

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: THE PATENT HAS BEEN GRANTED

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MT NL NO PL PT RO SE SI SK TR

REG Reference to a national code

Ref country code: GB

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: CH

Ref legal event code: EP

REG Reference to a national code

Ref country code: AT

Ref legal event code: REF

Ref document number: 934955

Country of ref document: AT

Kind code of ref document: T

Effective date: 20171015

REG Reference to a national code

Ref country code: IE

Ref legal event code: FG4D

REG Reference to a national code

Ref country code: DE

Ref legal event code: R096

Ref document number: 602008052376

Country of ref document: DE

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20171004

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG4D

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 934955

Country of ref document: AT

Kind code of ref document: T

Effective date: 20171004

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: NL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: ES

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: NO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20180104

Ref country code: SE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: FI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: LT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20180105

Ref country code: AT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: BG

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20180104

Ref country code: HR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: LV

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: IS

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20180204

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602008052376

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: EE

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: CZ

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: SK

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

REG Reference to a national code

Ref country code: FR

Ref legal event code: PLFP

Year of fee payment: 11

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PL

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: RO

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: IT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

26N No opposition filed

Effective date: 20180705

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: SI

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MC

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: LI

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20180831

Ref country code: LU

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20180825

Ref country code: CH

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20180831

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20180831

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: BE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20180831

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: FR

Payment date: 20190829

Year of fee payment: 12

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: GB

Payment date: 20190812

Year of fee payment: 12

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: MT

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20180825

REG Reference to a national code

Ref country code: GB

Ref legal event code: 732E

Free format text: REGISTERED BETWEEN 20200109 AND 20200115

REG Reference to a national code

Ref country code: DE

Ref legal event code: R082

Ref document number: 602008052376

Country of ref document: DE

Representative=s name: GULDE & PARTNER PATENT- UND RECHTSANWALTSKANZL, DE

Ref country code: DE

Ref legal event code: R081

Ref document number: 602008052376

Country of ref document: DE

Owner name: OPEN INVENTION NETWORK LLC (N. D. GES. D. STAA, US

Free format text: FORMER OWNER: ZTE CORPORATION, SHENZHEN, GUANGDONG, CN

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: TR

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: PT

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

Ref country code: HU

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT; INVALID AB INITIO

Effective date: 20080825

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: IE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20180825

Ref country code: CY

Free format text: LAPSE BECAUSE OF FAILURE TO SUBMIT A TRANSLATION OF THE DESCRIPTION OR TO PAY THE FEE WITHIN THE PRESCRIBED TIME-LIMIT

Effective date: 20171004

GBPC Gb: european patent ceased through non-payment of renewal fee

Effective date: 20200825

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: FR

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200831

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: GB

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20200825

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20210713

Year of fee payment: 14

REG Reference to a national code

Ref country code: DE

Ref legal event code: R119

Ref document number: 602008052376

Country of ref document: DE

PG25 Lapsed in a contracting state [announced via postgrant information from national office to epo]

Ref country code: DE

Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES

Effective date: 20230301