EP1095461A1 - Segmentation mechanism for a block encoder - Google Patents
Segmentation mechanism for a block encoderInfo
- Publication number
- EP1095461A1 EP1095461A1 EP00918918A EP00918918A EP1095461A1 EP 1095461 A1 EP1095461 A1 EP 1095461A1 EP 00918918 A EP00918918 A EP 00918918A EP 00918918 A EP00918918 A EP 00918918A EP 1095461 A1 EP1095461 A1 EP 1095461A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- block
- input data
- segments
- idb
- data block
- 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
Links
- 230000011218 segmentation Effects 0.000 title claims description 5
- 238000000034 method Methods 0.000 claims abstract description 10
- 230000009897 systematic effect Effects 0.000 description 3
- 230000003044 adaptive effect Effects 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/0078—Avoidance of errors by organising the transmitted data in a format specifically designed to deal with errors, e.g. location
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, 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/29—Coding, 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 combining two or more codes or code structures, e.g. product codes, generalised product codes, concatenated codes, inner and outer codes
- H03M13/2957—Turbo codes and decoding
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, 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/65—Purpose and implementation aspects
- H03M13/6508—Flexibility, adaptability, parametrability and configurability of the implementation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0041—Arrangements at the transmitter end
- H04L1/0043—Realisations of complexity reduction techniques, e.g. use of look-up tables
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0056—Systems characterized by the type of code used
- H04L1/0057—Block codes
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L1/00—Arrangements for detecting or preventing errors in the information received
- H04L1/004—Arrangements for detecting or preventing errors in the information received by using forward error control
- H04L1/0056—Systems characterized by the type of code used
- H04L1/0064—Concatenated codes
- H04L1/0066—Parallel concatenated codes
Definitions
- the invention relates to methods and equipment for block encoders.
- block encoders are frequently used for error correction.
- An example of a block encoder is a so-called turbo (en)coder, as disclosed in reference 1.
- Figure 1 is a block chart of a turbo encoder TE which is connected to a corresponding turbo decoder TD via a (transmission) channel.
- a typical turbo encoder conveys the original information directly to the channel. These bits are called systematic bits. Additionally, the turbo encoder adds redundancy (parity) with simple encoders 1 and 2, the latter of which is preceded by an interleaver P, which permutes the bits of the original information.
- parity redundancy
- block encoders process one or more data blocks at a time.
- An input data block whose size exceeds the block size of the block encoder must be divided into smaller segments such that no segment is larger than the block size of the block encoder. This is why block encoders are particularly suitable for applications with a fixed input block size.
- a problem with block encoders is that they do not easily lend themselves to applications having a variable (dynamic) input block size. In other words, what to do with the last few segments of the input data block, remains an open question.
- An object of the invention is to provide a mechanism for using block encoders with applications having a variable (dynamic) input block size.
- the mechanism should be generic in order to be applicable to a wide variety of block encoders.
- a straightforward solution would be to fill the segment of the input data block to the block size of the block encoder. Assuming a block size of 8 kilobits (kb), a 14-kb input data block would be divided into a first segment of 8 kb and second (last) segment with a net size of 6 kb and 2 kb of fill (padding) bits.
- kb kilobits
- a benefit of this straightforward solution is that the block encoder does not have to adapt to varying input block sizes.
- the invention is based on the idea that for an input data block whose size exceeds the block size of the block encoder:
- the input data block is divided into segments of approximately equal size such that no segment is larger than the block size of the block en- coder.
- the input data block is divided into the least possible number of segments.
- the segments are as large as possible.
- the input data block is di- vided into 2 ⁇ segments where n is a positive integer.
- the input data block or the last segment is padded with a few fill bits until the length of the last segment equals that of the remaining segments.
- the last segment is not padded to the full block size of the block encoder (unless the remaining segments happen to be of that size too).
- Figure 1 is a block chart of a turbo encoder
- Figure 2 illustrates dividing an input data block to a number of segments for the turbo encoder.
- turbo encoder and the corresponding decoder
- a reasonable value for the length of the coding block is 8192 bits including the user data, a possible error detection field (CRC) and the termination.
- CRC error detection field
- R DATA (bits per second) the user data rate of the service
- W EXTRA the number of other bits added to the original user data (CRC etc.)
- L CB max length of the coding block.
- N s can be calculated from:
- N s round_up((R DATA * T DELAY + 7 ⁇ ) / (L CB - ⁇ / TAIL )) [3]
- ⁇ / EXTRA extra data to be appended to the user data before encoding (bits)
- ⁇ / TAIL number of tail bits to be appended to the encoding blocks
- N s round_up((R DATA * 7 " DELAY + N ⁇ ) I (L CB - ⁇ / TAIL ))
- ⁇ / TB round_up((R DATA * 7 " DELAY + ⁇ / EXTRA ) / ⁇ / s ) + ⁇ / TAIL
- algorithm B all input segments to the turbo encoder will be of equal size.
- T DELAY encoding user data block length (seconds)
- W EXTRA extra data t0 be appended to the user data before encoding (bits)
- A number of tail bits to be appended to the encoding blocks
- N s number of segments
- ⁇ / TB number of bits in the turbo encoder input blocks
- LL number of fill bits (e.g. zero) in the last turbo encoder input block
- the length of input segment to the turbo encoder is maximised by choosing the smallest possible number of segments N s . In some cases it may be preferable to use a number of segments N s which is a power of 2, but this will shorten the input segments to the turbo encoder.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- Probability & Statistics with Applications (AREA)
- Theoretical Computer Science (AREA)
- Error Detection And Correction (AREA)
- Compression, Expansion, Code Conversion, And Decoders (AREA)
- Analogue/Digital Conversion (AREA)
- Transmission And Conversion Of Sensor Element Output (AREA)
- Character Spaces And Line Spaces In Printers (AREA)
- Image Processing (AREA)
- Compression Or Coding Systems Of Tv Signals (AREA)
Abstract
Description
Claims
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP10011964A EP2323266A1 (en) | 1999-04-16 | 2000-04-14 | Segmentation mechanism for a block encoder |
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| FI990863 | 1999-04-16 | ||
| FI990863A FI106758B (en) | 1999-04-16 | 1999-04-16 | Segmentation mechanism for a block encoder |
| PCT/FI2000/000322 WO2000064057A1 (en) | 1999-04-16 | 2000-04-14 | Segmentation mechanism for a block encoder |
Related Child Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP10183650.0 Division-Into | 2010-09-30 | ||
| EP10011964.3 Division-Into | 2010-09-30 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP1095461A1 true EP1095461A1 (en) | 2001-05-02 |
| EP1095461B1 EP1095461B1 (en) | 2011-12-14 |
Family
ID=8554453
Family Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP00918918A Expired - Lifetime EP1095461B1 (en) | 1999-04-16 | 2000-04-14 | Segmentation mechanism for a block encoder |
| EP10011964A Ceased EP2323266A1 (en) | 1999-04-16 | 2000-04-14 | Segmentation mechanism for a block encoder |
Family Applications After (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP10011964A Ceased EP2323266A1 (en) | 1999-04-16 | 2000-04-14 | Segmentation mechanism for a block encoder |
Country Status (10)
| Country | Link |
|---|---|
| US (1) | US6437711B1 (en) |
| EP (2) | EP1095461B1 (en) |
| JP (1) | JP2002542706A (en) |
| CN (2) | CN100508404C (en) |
| AT (1) | ATE537609T1 (en) |
| AU (1) | AU3969700A (en) |
| BR (1) | BRPI0006049B1 (en) |
| CA (1) | CA2333109C (en) |
| FI (1) | FI106758B (en) |
| WO (1) | WO2000064057A1 (en) |
Families Citing this family (24)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7522631B1 (en) * | 1999-10-26 | 2009-04-21 | Qualcomm, Incorporated | Method and apparatus for efficient data transmission control in a wireless voice-over-data communication system |
| DE10008064B4 (en) | 2000-02-22 | 2009-07-02 | Siemens Ag | Method for adapting the data blocks to be supplied to a turbo-coder and corresponding communication device |
| US20030072329A1 (en) * | 2000-10-17 | 2003-04-17 | Janoska Mark William | Segmentation of data transmission units into fixed size segments |
| EP1229662A1 (en) * | 2001-02-06 | 2002-08-07 | Alcatel Espana, S.A. | Method and device for turbo coding in a satellite data communication |
| JP4451008B2 (en) * | 2001-04-04 | 2010-04-14 | 三菱電機株式会社 | Error correction encoding method and decoding method and apparatus |
| EP1451962B1 (en) * | 2001-12-10 | 2006-07-26 | Telefonaktiebolaget LM Ericsson (publ) | Methods and apparati for rate matching and decoding |
| DK1540962T3 (en) * | 2002-09-20 | 2016-08-22 | Ntt Docomo Inc | Method and apparatus for arithmetic coding and decoding |
| JP3800170B2 (en) | 2002-12-11 | 2006-07-26 | ソニー株式会社 | Encoding transmission apparatus and encoding transmission method |
| US8644341B1 (en) * | 2003-09-26 | 2014-02-04 | Sigma Designs Israel S.D.I. Ltd | MAC structure with packet-quasi-static blocks and ARQ |
| US7685500B2 (en) * | 2003-11-25 | 2010-03-23 | Intel Corporation | Forward error correction coding in communication networks |
| US7434150B1 (en) * | 2004-03-03 | 2008-10-07 | Marvell Israel (M.I.S.L.) Ltd. | Methods, circuits, architectures, software and systems for determining a data transmission error and/or checking or confirming such error determinations |
| WO2006020934A2 (en) * | 2004-08-13 | 2006-02-23 | Conexant Systems, Inc. | Systems and methods for decreasing latency in a digital transmission system |
| US20060218459A1 (en) * | 2004-08-13 | 2006-09-28 | David Hedberg | Coding systems and methods |
| EP1786109A1 (en) * | 2005-11-15 | 2007-05-16 | STMicroelectronics N.V. | Block encoding and decoding method and apparatus, with controllable decoding latency |
| RU2409898C2 (en) * | 2006-01-05 | 2011-01-20 | Нокиа Корпорейшн | Flexible segmentation scheme for communication systems |
| US8356232B2 (en) * | 2006-10-06 | 2013-01-15 | Motorola Mobility Llc | Method and apparatus for encoding and decoding data |
| KR101429786B1 (en) * | 2006-10-04 | 2014-08-18 | 모토로라 모빌리티 엘엘씨 | Method and apparatus for encoding and decoding data |
| US7949926B2 (en) * | 2006-11-30 | 2011-05-24 | Motorola Mobility, Inc. | Method and apparatus for encoding and decoding data |
| EP2115981A4 (en) * | 2007-01-31 | 2013-11-20 | Samsung Electronics Co Ltd | METHOD AND APPARATUS FOR CODE BLOCK SEGMENTATION IN A MOBILE COMMUNICATION SYSTEM |
| EP1973234A1 (en) * | 2007-03-20 | 2008-09-24 | Nokia Siemens Networks Gmbh & Co. Kg | Optimised code block segmentation for turbo encoding |
| CN101394187B (en) * | 2007-09-17 | 2012-04-25 | 电信科学技术研究院 | A filling bit insertion method and related device |
| WO2012069187A1 (en) | 2010-11-23 | 2012-05-31 | Lantiq Deutschland Gmbh | Padding after channel encoding (repetition) and interleaving |
| US10701415B2 (en) * | 2016-05-19 | 2020-06-30 | Arris Enterprises Llc | Method and apparatus for segmenting data |
| US10909251B2 (en) * | 2018-08-24 | 2021-02-02 | Micron Technology, Inc. | Modification of a segment of data based on an encryption operation |
Family Cites Families (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US4929946A (en) * | 1989-02-09 | 1990-05-29 | Storage Technology Corporation | Adaptive data compression apparatus including run length encoding for a tape drive system |
| EP0471130B1 (en) * | 1990-08-16 | 1995-12-06 | International Business Machines Corporation | Coding method and apparatus for pipelined and parallel processing |
| SG65702A1 (en) * | 1991-04-10 | 1999-06-22 | Mitsubishi Electric Corp | Encorder and decorder |
| DE69114129T2 (en) * | 1991-07-17 | 1996-06-13 | Ibm | Decimation filter for sigma-delta converter and data terminal with such a filter. |
| US5386212A (en) * | 1992-11-19 | 1995-01-31 | General Instrument Corporation | Double buffer scheme for variable length decoder |
| CA2190985C (en) | 1995-04-12 | 2000-11-28 | Tadashi Kojima | Method and apparatus for generating, recording and transmitting an errorproduct code block having an improved check code arrangement |
| US5781133A (en) * | 1996-08-05 | 1998-07-14 | Seagate Technology, Inc. | Method and apparatus for implementing run length limited codes |
| US5889791A (en) * | 1996-08-13 | 1999-03-30 | Motorola, Inc. | System, device and method of FEC coding and interleaving for variable length burst transmission |
| FI103854B (en) | 1996-11-01 | 1999-09-30 | Nokia Mobile Phones Ltd | Data transmission method, cellular telecommunication system and mobile station |
| US5963716A (en) | 1996-12-02 | 1999-10-05 | Hewlett-Packard Company | Bi-directional data stream decompression |
| FI106175B (en) * | 1997-08-18 | 2000-11-30 | Nokia Mobile Phones Ltd | Data transmission in a mobile telephone network |
| DE19743662A1 (en) | 1997-10-02 | 1999-04-08 | Bosch Gmbh Robert | Bit rate scalable audio data stream generation method |
| KR100299132B1 (en) * | 1998-03-31 | 2001-10-29 | 윤종용 | TURBO ENCODING/DECODING DEVICE AND METHOD FOR PROCESSING FRAME DATA ACCORDING TO QoS |
| US6339834B1 (en) * | 1998-05-28 | 2002-01-15 | Her Majesty The Queen In Right Of Canada, As Represented By The Minister Of Industry Through The Communication Research Centre | Interleaving with golden section increments |
| US6347385B1 (en) * | 1998-08-03 | 2002-02-12 | Nortel Networks Limited | Interleavers for turbo code |
| WO2000008765A2 (en) * | 1998-08-06 | 2000-02-17 | Steensgaard Madsen Jesper | Delta-sigma a/d converter |
| US6334197B1 (en) * | 1998-08-17 | 2001-12-25 | Hughes Electronics Corporation | Turbo code interleaver with near optimal performance |
-
1999
- 1999-04-16 FI FI990863A patent/FI106758B/en not_active IP Right Cessation
-
2000
- 2000-04-14 AT AT00918918T patent/ATE537609T1/en active
- 2000-04-14 AU AU39697/00A patent/AU3969700A/en not_active Abandoned
- 2000-04-14 JP JP2000613080A patent/JP2002542706A/en active Pending
- 2000-04-14 WO PCT/FI2000/000322 patent/WO2000064057A1/en not_active Ceased
- 2000-04-14 CA CA002333109A patent/CA2333109C/en not_active Expired - Lifetime
- 2000-04-14 CN CNB2004100575607A patent/CN100508404C/en not_active Expired - Lifetime
- 2000-04-14 EP EP00918918A patent/EP1095461B1/en not_active Expired - Lifetime
- 2000-04-14 EP EP10011964A patent/EP2323266A1/en not_active Ceased
- 2000-04-14 CN CNB008005931A patent/CN1191684C/en not_active Expired - Lifetime
- 2000-04-14 BR BRPI0006049A patent/BRPI0006049B1/en active IP Right Grant
- 2000-04-14 US US09/719,585 patent/US6437711B1/en not_active Expired - Lifetime
Non-Patent Citations (1)
| Title |
|---|
| See references of WO0064057A1 * |
Also Published As
| Publication number | Publication date |
|---|---|
| US6437711B1 (en) | 2002-08-20 |
| FI990863A0 (en) | 1999-04-16 |
| EP1095461B1 (en) | 2011-12-14 |
| BR0006049A (en) | 2001-03-20 |
| CN1574649A (en) | 2005-02-02 |
| CA2333109C (en) | 2007-06-19 |
| CA2333109A1 (en) | 2000-10-26 |
| CN100508404C (en) | 2009-07-01 |
| CN1191684C (en) | 2005-03-02 |
| EP2323266A1 (en) | 2011-05-18 |
| CN1300468A (en) | 2001-06-20 |
| FI990863L (en) | 2000-10-17 |
| AU3969700A (en) | 2000-11-02 |
| FI106758B (en) | 2001-03-30 |
| JP2002542706A (en) | 2002-12-10 |
| BRPI0006049B1 (en) | 2016-10-04 |
| WO2000064057A1 (en) | 2000-10-26 |
| ATE537609T1 (en) | 2011-12-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US6437711B1 (en) | Segmentation mechanism for a block encoder and method for encoding with a block encoder | |
| JP3610329B2 (en) | Turbo coding method using large minimum distance and system for realizing the same | |
| JP3546063B2 (en) | Channel coding apparatus and method for communication system | |
| US6769091B2 (en) | Encoding method and apparatus using squished trellis codes | |
| JP3343574B2 (en) | Turbo channel encoding / decoding device for performing frame processing according to service quality and method thereof | |
| JP5396599B2 (en) | Method and apparatus for encoding and decoding data | |
| EP1009098A1 (en) | Error correction using a turbo code and a CRC | |
| JP2008219892A (en) | Method and apparatus of encoding and decoding data | |
| JP2008092571A (en) | Method and apparatus for encoding and decoding data | |
| JP2002529953A (en) | Efficient interleave decoding | |
| JP2002359563A (en) | Method of optimizing size of blocks of coded data, method for iterative decoding of blocks of the coded data, device for iterative decoding of blocks of the coded data, coding /decoding system, device for coding blocks of data and device for turboequalization of blocks of data | |
| EP1748592B1 (en) | Method and apparatus for efficiently decoding a concatenated burst in a Wireless Broadband Internet (WiBro) system | |
| CN1457554A (en) | Turbo decoder system comprising parallel decoders | |
| JP4638019B2 (en) | Method and apparatus for providing channel error protection for a bitstream | |
| IL155880A (en) | Turbo decoder with circular redundancy code signature comparison | |
| EP1446888B1 (en) | Non linear scaling of reliability values in a turbo decoder system | |
| US20030014716A1 (en) | Universal lossless data compression | |
| US6757859B1 (en) | Parallel turbo trellis-coded modulation | |
| KR100912600B1 (en) | Tail-biting turbo code for arbitrary number of information bits | |
| KR100297739B1 (en) | Turbo codes with multiple tails and their encoding / decoding methods and encoders / decoders using them | |
| CN117081611B (en) | Decoding method and device based on parallel processing | |
| Roder et al. | Fast list Viterbi decoding and application for source-channel coding of images | |
| Vafi et al. | Convolutional interleaver for unequal error protection of turbo codes | |
| Usher et al. | Coding | |
| Wysocki | Convolutional interleaver for unequal error protection of turbo codes |
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: 20001201 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: NOKIA CORPORATION |
|
| 17Q | First examination report despatched |
Effective date: 20040525 |
|
| APBN | Date of receipt of notice of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA2E |
|
| APBR | Date of receipt of statement of grounds of appeal recorded |
Free format text: ORIGINAL CODE: EPIDOSNNOA3E |
|
| APAF | Appeal reference modified |
Free format text: ORIGINAL CODE: EPIDOSCREFNE |
|
| RAP1 | Party data changed (applicant data changed or rights of an application transferred) |
Owner name: NOKIA SIEMENS NETWORKS OY |
|
| APBT | Appeal procedure closed |
Free format text: ORIGINAL CODE: EPIDOSNNOA9E |
|
| GRAP | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOSNIGR1 |
|
| GRAS | Grant fee paid |
Free format text: ORIGINAL CODE: EPIDOSNIGR3 |
|
| GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
| AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LI LU MC NL PT SE |
|
| 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: IE Ref legal event code: FG4D |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R096 Ref document number: 60046745 Country of ref document: DE Effective date: 20120301 |
|
| REG | Reference to a national code |
Ref country code: NL Ref legal event code: VDEP Effective date: 20111214 |
|
| 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: 20120315 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: 20111214 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: 20111214 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20111214 Ref country code: BE 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: 20111214 |
|
| 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: 20120416 |
|
| REG | Reference to a national code |
Ref country code: AT Ref legal event code: MK05 Ref document number: 537609 Country of ref document: AT Kind code of ref document: T Effective date: 20111214 |
|
| 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 |
|
| 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: 20111214 |
|
| 26N | No opposition filed |
Effective date: 20120917 |
|
| 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 NON-PAYMENT OF DUE FEES Effective date: 20120430 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: 20111214 |
|
| REG | Reference to a national code |
Ref country code: CH Ref legal event code: PL |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R097 Ref document number: 60046745 Country of ref document: DE Effective date: 20120917 |
|
| REG | Reference to a national code |
Ref country code: IE Ref legal event code: MM4A |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: CH Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20120430 Ref country code: IE Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20120414 Ref country code: LI Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20120430 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: 20111214 |
|
| 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: 20120325 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
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: 20111214 |
|
| PG25 | Lapsed in a contracting state [announced via postgrant information from national office to epo] |
Ref country code: LU Free format text: LAPSE BECAUSE OF NON-PAYMENT OF DUE FEES Effective date: 20120414 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R081 Ref document number: 60046745 Country of ref document: DE Owner name: NOKIA SOLUTIONS AND NETWORKS OY, FI Free format text: FORMER OWNER: NOKIA NETWORKS OY, ESPOO, FI Effective date: 20120110 Ref country code: DE Ref legal event code: R081 Ref document number: 60046745 Country of ref document: DE Owner name: NOKIA SOLUTIONS AND NETWORKS OY, FI Free format text: FORMER OWNER: NOKIA SIEMENS NETWORKS OY, NOKIA, FI Effective date: 20140521 |
|
| REG | Reference to a national code |
Ref country code: FR Ref legal event code: PLFP Year of fee payment: 17 |
|
| REG | Reference to a national code |
Ref country code: FR Ref legal event code: PLFP Year of fee payment: 18 |
|
| REG | Reference to a national code |
Ref country code: FR Ref legal event code: PLFP Year of fee payment: 19 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: FR Payment date: 20190313 Year of fee payment: 20 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R081 Ref document number: 60046745 Country of ref document: DE Owner name: NOKIA TECHNOLOGIES OY, FI Free format text: FORMER OWNER: NOKIA SOLUTIONS AND NETWORKS OY, ESPOO, FI |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: DE Payment date: 20190402 Year of fee payment: 20 |
|
| PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: GB Payment date: 20190410 Year of fee payment: 20 |
|
| REG | Reference to a national code |
Ref country code: DE Ref legal event code: R071 Ref document number: 60046745 Country of ref document: DE |
|
| REG | Reference to a national code |
Ref country code: GB Ref legal event code: 732E Free format text: REGISTERED BETWEEN 20200402 AND 20200408 |
|
| REG | Reference to a national code |
Ref country code: GB Ref legal event code: PE20 Expiry date: 20200413 |
|
| 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 EXPIRATION OF PROTECTION Effective date: 20200413 |