EP2262303B1 - Maskierungsverarbeitungsvorrichtung, maskierungsverarbeitungsverfahren und maskierungsverarbeitungsprogramm - Google Patents

Maskierungsverarbeitungsvorrichtung, maskierungsverarbeitungsverfahren und maskierungsverarbeitungsprogramm Download PDF

Info

Publication number
EP2262303B1
EP2262303B1 EP09726464.2A EP09726464A EP2262303B1 EP 2262303 B1 EP2262303 B1 EP 2262303B1 EP 09726464 A EP09726464 A EP 09726464A EP 2262303 B1 EP2262303 B1 EP 2262303B1
Authority
EP
European Patent Office
Prior art keywords
lost
data unit
loss
protocol data
mac
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.)
Not-in-force
Application number
EP09726464.2A
Other languages
English (en)
French (fr)
Other versions
EP2262303A1 (de
EP2262303A4 (de
Inventor
Masahiro Komatsu
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Publication of EP2262303A1 publication Critical patent/EP2262303A1/de
Publication of EP2262303A4 publication Critical patent/EP2262303A4/de
Application granted granted Critical
Publication of EP2262303B1 publication Critical patent/EP2262303B1/de
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/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/1607Details of the supervisory signal
    • H04L1/1642Formats specially adapted for sequence numbers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1812Hybrid protocols; Hybrid automatic repeat request [HARQ]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/20Arrangements for detecting or preventing errors in the information received using signal quality detector

Definitions

  • the present invention relates to cipher processing of a mobile communication system and, more specifically, to cipher processing of a case where there is a loss generated in a data unit transmitted in the mobile communication system.
  • a PDCP entity corresponds to a single RLC entity or two (one direction ⁇ 2) RLC entities for each radio bearer according to the characteristics (one direction or two directions) of the radio bearer (referred to as RB hereinafter) and modes (TM (Transparent Mode), UM (Unacknowledged Mode), and AM (Acknowledged Mode)) of RLC (Radio Link Control) on a lower-level layer.
  • PDCP Packet Data Convergence Protocol
  • FIG. 5 is a functional block diagram showing the structure of a base station 310 according to the widely-used cipher processing.
  • the base station 310 sends out a reception signal received via an antenna 2 which receives a radio wave signal from a user terminal 1, a detection section 3, an AD conversion section 4, and a demodulation section 5 as data to a higher-level device (not shown) via a MAC (Media Access Control) layer 320, an RLC layer 330, and a PDCP layer 340 in this order.
  • MAC Media Access Control
  • the MAC layer 320 includes a HARQ (Hybrid Automatic Repeat Request) section 321 and a MAC SDU section 322.
  • the HARQ section 321 resends and synthesizes a reception signal to improve the quality of the reception signal.
  • the MAC SDU generating section 322 generates a MAC SDU (Service Data Unit) from the signal outputted from the HARQ section 321.
  • the RLC layer 330 includes an RLC SDU generating section 331.
  • the RLC SDU generating section 331 generates an RLC SDU from the MAC SDU inputted from the MAC layer 320.
  • the PDCP layer 340 includes a decipher section 341 and a PDCP SDU generating section 342.
  • the decipher section 341 performs cipher processing (Deciphering) on the PDCP PDU (Protocol Data Unit) from the RLC layer, and performs Integrity Protection, header expansion, and SN elimination thereafter.
  • the PDCP SDU generating section 342 generates a PDCP SDU, and transfers data to the higher-level device (not shown).
  • FIG. 6 is a conceptual chart showing the outline of the cipher processing executed by the decipher section 341 shown in FIG. 5 .
  • the cipher processing is performed by a unit of PDCP PDU.
  • a cipher key 401, a count 402 configured with an HFN 402a (Hyper Frame Number) and an SN 402b (Sequence Number), a bearer ID 403 as an ID (Identification) for identifying the bearer, a direction 404 which indicates the communication transmission direction (uplink, downlink), and a data length 407 as parameters of the cipher processing are XOR (Exclusive or)-operated into cipher text data 411 via an algorithm 406 to obtain plaintext data 412 that is being deciphered.
  • FIG 7 is a conceptual chart showing the relation between the HFN 402a and the SN 402b shown in FIG. 6 .
  • the SN 402b is counted up by each PDCP SDU, and the HFN 402a is counted up every time the SN 402b overflows.
  • the bit number of the SN 402b is "2”.
  • the SN 402b is incremented by "1" for a next PDCP SDU, and the HFN 402a is unchanged.
  • FIG. 7 shows a case where the bit number of the SN 402b is "2" and the period is "4".
  • count-up of the SN 402b is conducted by each PDCP PDU, and the count-up of the HFN is conducted when the SN 402b is smaller than the SN 402b of the previous PDCP PDU.
  • the HFN 402a is incremented by "1" when the SN 402b changes to "0" from "3", and that value is employed.
  • Patent Document 1 depicts a technique which detects whether or not cipher release processing is properly done by comparing CRC, and changes HFN when it is improper.
  • Patent Document 2 depicts a technique which detects asynchronization of HFN between a plurality of communication stations, and adjusts HFN when asynchronization is detected.
  • Patent Document 3 depicts a technique which avoids desynchronization of HFN by utilizing the sequence numbers that are standardized in all modes of RFC.
  • Patent Document 4 depicts a technique which selects and uses the maximum HFN used in a session to initialize a counter parameter.
  • Non-Patent Documents 1 and 2 depict standards regarding cipher processing executed in a mobile communication system such as LTE (Long Term Evolution).
  • the HFN 402a and the SN 402b are synchronized on the transmission side and the reception side.
  • the HFN 402a is synchronized at the time setting RB.
  • the SN 402b is incremented every time the PDCP PDU is received, and the HFN 402a is only incremented successively in accordance therewith.
  • An object of the present invention is to provide a cipher processing device, a cipher processing method, and a cipher processing program, which can precisely synchronize HFN and SN on the transmission side and the reception side, even when PDCP PDUs of one period or more become lost continuously.
  • the cipher processing device is a cipher processing device which performs cipher processing according to claim 1.
  • the cipher processing method according to the present invention is a cipher processing method according to claim 5.
  • the cipher processing program according to the present invention is a computer program as claimed in claim 6.
  • Preferred embodiments are stipulated in dependent claims.
  • the present invention is structured to estimate the radio bearer and data amount as described above, and to correct HFN and SN based thereupon. Therefore, it is possible to know the lost HFN and SN precisely for the loss of the PDCP PDUs of one period or more. This makes it possible to synthesize HFN and SN on the transmission side and the reception side precisely, even when the PDCP PDUs of one period or more become lost continuously.
  • FIG. 1 is a functional block diagram showing a cipher processing device 10 that is mounted into a base station according to an exemplary embodiment of the invention.
  • the cipher processing device 10 shown in FIG. 1 performs cipher processing on a received packet combining data unit that is transmitted from a mobile station of a mobile communication system and received at the base station, and executes functions of a physical layer including an antenna 2, a detection section 3, an AD conversion section 4, and a demodulation section 5 as well as a standardized MAC (Media Access Control) layer 20 as the logical layer for signal processing the signal received by the physical layer, an RLC (Radio Access Control) layer 30, and a PDCP (Packet Data Convergence Protocol) layer 40.
  • a standardized MAC Media Access Control
  • RLC Radio Access Control
  • PDCP Packet Data Convergence Protocol
  • the physical layer has a function which physically performs communications between the base station and the mobile station.
  • the MAC layer has a function which performs a control for effectively using the resources of the radio link.
  • the RLC layer has a function which performs a communication control for reducing packet transmission errors of the packet combining data unit.
  • the cipher processing device 10 sends out a reception signal acquired via the antenna 2, the detection section 3, the AD conversion section 4, and the demodulation section 5 as data to a higher-level device (not shown) via the MAC layer 20, the RLC layer 30, and the PDCP layer 40 in this order.
  • the antenna 2 receives a radio wave signal from a user terminal (mobile station) 1 as an UE (User Equipment), the detection section 3 detects an output signal from the antenna 2 and extracts an analog signal, and the AD conversion section 4 converts the analog signal outputted from the detection section 3 into a digital signal.
  • the demodulation section 5 demodulates the digital signal outputted from the AD conversion section 4, and outputs it to the MAC layer 20.
  • the cipher processing device is characterized to include: a MAC loss detecting/estimating section 23 which detects occurrence of loss in the protocol data unit 120 that is divided by each logic channel based on information of logic channels which specify the radio bearers contained in the packet combining data unit 110 that is transmitted from the mobile station of the mobile communication system and received at the base station, and estimates the radio bearer of the lost protocol data unit 120 and the data amount of the lost protocol data unit; an RLC loss detecting/estimating section 32 which detects occurrence of loss of the protocol data unit at the time of putting together the divided protocol data units 120 into a service data unit 130 for the higher-level device, and estimates the loss amount of the protocol data units at the time of making the service data unit based on the data amount estimated by the MAC loss detecting/estimating section 23; a correction section 41 which corrects a frame number of the service data unit based on the estimated data amount from the RLC loss detecting/estimating section 32.
  • the MAC SDU generating section 22 is used to divide the packet combining data unit into a plurality of protocol data units 120 by each logic channel based on the information of the logic channels which specify the radio bearers contained in the packet combining data unit 110 that is transmitted from the radio station of the radio communication system and received at the base station. Then, the MAC loss detecting/estimating section 32 is used to detect occurrence of the loss of the protocol data units divided by each of the logic channels, and estimate the radio bearer of the lost protocol data units and the data amount of the lost protocol data units.
  • the RLC SDU generating section 31 is used to put together the divided protocol data units into the service data unit 130 for the higher-level device, detect occurrence of the loss of the protocol data units at the time of making the service data unit 130, and estimate the loss amount of the protocol data units at the time of making the service data unit based on the estimated data amount. Then, the correction section 41 is used to correct the frame number of the service data unit 130 based on the data amount estimated at the time of making the service data unit.
  • a low detecting/estimating section 23 of the MAC layer 20 is used as the MAC detecting/estimating section 23 and a low detecting/estimating section 31 of the RLC layer 31 is used as the RLC detecting/estimating section 32 to have a decipher section 41 of the PDCP layer 10 execute the function of the correction section 41.
  • the MAC layer 20 includes the HARQ (Hybrid Automatic Repeat Request) section 21, the MAC SDU generating section 22, and the loss detecting/estimating section 23.
  • the HARQ section 21 improves the quality of the reception signals by retransmitting and synthesizing the reception signals.
  • the MAC SDU generating section 22 generates MAC SDU from the signals outputted from the HARQ section 21.
  • the loss detecting/estimating section 23 makes a judgment on the signal with a loss generated in the HARQ section 21 by each user terminal 1, and notifies it to the RLC layer 30.
  • the RLC layer 30 includes an RLC SDU generating section 31 and a loss detecting/estimating section 32.
  • the RLC SDU generating section 31 generates an RLC SDU from a MAC SDU inputted from the MAC layer 20.
  • the loss detecting/estimating section 32 makes a judgment on the data where a loss is generated by each RB based on the loss information from the MAC layer 20 and the checked result of the continuity of SN in an RLC header 121 (described later), and informs it to the PDCP layer 40.
  • the PDCP layer 40 includes the decipher section 41 and a PDCP SDU generating section 42.
  • the decipher section 41 corrects HFN by using the RLC SDU inputted from the RLC layer 30 and the loss information, and releases the cipher by using the parameter such as the count and the like configured with HFN and SN.
  • the PDCP SDU generating section 42 generates PDCP SDU, and sends it out to the higher-level device.
  • FIG 2 is a conceptual chart showing the structure of each data processed in the base station 10 shown in FIG 1 .
  • the MAC PDU 110 includes a plurality of RBs. However, the processing of the RLC PDUs 120 is executed by each RB.
  • Each of the PDCP PDUs 130 includes a PDCP header 131.
  • the MAC layer 20 of the base station 10 gives a signal for permitting upstream transmission to the opposing user terminal 1 in a downlink by scheduling.
  • the user terminal 1 Upon receiving the upstream transmission permission, the user terminal 1 transmits an upstream signal as the MAC PDU 110.
  • the HARQ section 21 For the reception signal inputted from the antenna 2, the detection section 3, and the AD conversion section 4, the HARQ section 21 has the user terminal 1 retransmit a part of the upstream reception signal, which has not been received correctly, and synthesizes the retransmitted part with the correctly received part (this is called retransmitting and synthesizing). Thereby, the quality of the reception signal sent out to the MAC SDU generating section 22 is improved.
  • FIG 3 is a flowchart showing processing of loss estimation and HFN correction performed by the base station 10 shown in FIG 1 .
  • the HARQ section 21 advances to the processing of the MAC SDU generating section 22, when the check result of the properness of the data such as CRC embedded to each of the MAC PDUs 110 indicates being proper.
  • the check result of the data properness does not turn out as proper even when it reaches the maximum retransmission time of HARQ, the data is judged as a loss.
  • the size of the MAC PDU 110 showing the data amount contained therein can be known from demodulation information contained in the MAC header 111.
  • the MAC PDU 110 is configured with a plurality of RLC PDUs 120.
  • the information of the logic channel for specifying the RB is contained in the MAC header 111, so that the MAC SDU generating section 22 divides the MAC PDU 110 into the RLC PDUs 120 by each RB based thereupon.
  • the number of RBs is already known, since the information is exchanged on the RRC (Radio Resource Control, not shown) layer of the higher level before starting transmission and reception of the data, and it is informed to each of the layers (the PDCP layer 40, the RLC layer 30, and the MAC layer 20).
  • the loss detecting/estimating section 23 estimates the logic channel having a loss generated in the MAC PDU 110 and the amount thereof ( FIG. 3 : step S201). As described above, the transmission permission signal is given to the user terminal 1 in advance, so that which of the user terminals 1 the signal is transmitted from is evident. However, when the number of RBs received from the user terminal 1 is "2" or more, it is necessary to first specify the RB corresponding to the lost signal.
  • the loss detecting/estimating section 23 estimates that the radio bearer is lost when the radio bearers that are to be transmitted and received periodically are unreceived after a prescribed interval has passed. Alternatively, the loss detecting/estimating section 23 estimates the lost radio bearer and the data amount based on the proportion of the radio bearer included in the radio bearers therebefore and thereafter which are received properly. Alternatively, in a case where a radio bearer conducting constant-speed communication is included in the lost radio bearers, the loss detecting/estimating section 23 estimates the capacitance that is obtained by excluding the capacitance of the radio bearer conducting the constant-speed communication from the lost radio bearer and the data amount as the maximum value of the data amount lost in the radio bearer conducting inconstant-speed communication. These will be described in a specific manner.
  • the loss detecting/estimating section 23 estimates that the radio bearer is lost when the radio bearers to be transmitted and received are unreceived after a prescribed interval has passed.
  • the loss detecting/estimating section 23 judges whether or not there exists RB that conducts constant-speed communication which transmits and receives data of a specific amount ⁇ periodically such as VoIP (Voice over Internet Protocol) ( FIG 3 : step S202).
  • VoIP Voice over Internet Protocol
  • the loss detecting/estimating section 23 estimates the amount, which is obtained by excluding the data amount corresponding to the RB that conducts the constant-speed communication from the data amount of the lost MAC PDU 110, as the maximum value of the loss in the inconstant-speed communication (communication that is not constant-speed communication) ( FIG 3 : step S203).
  • the loss detecting/estimating section 23 estimates that the signal of the specific amount ⁇ is lost in that RB.
  • the specific time T is not limited to be a specific time interval, so that the loss detecting/estimating section 23 judges whether or not a signal is received within a time with a certain margin after the prescribed time T.
  • the loss detecting/estimating section 23 estimates the lost radio bearer and the data amount from the proportion of the radio bearer contained in the radio bearers received therebefore and thereafter.
  • the RB is conducting the inconstant-speed communication, it is difficult to specify the RB that corresponds to the lost signal. However, it is expected that the loss of a specific RB continues within a narrow time range. Thus, from the signals before and after the corresponding signal on the time axis, the loss detecting/estimating section 23 estimates that the RBs same as those signals are lost.
  • the MAC PDU 110 may sometimes contain padding and control data, so that the lost data amount cannot be calculated accurately.
  • the loss detecting/estimating section 23 can take the size of the MAC PDU 110 as the maximum value of the amount of the data the RB has lost.
  • signals therebefore and thereafter may be both or one of the signals one before and one after which are received properly.
  • information of two or more signals therebefore and two or more signals thereafter may be leveled and used.
  • the loss detecting/estimating section 23 estimates the capacitance that is obtained by excluding the capacitance of the radio bearer conducting the constant-speed communication from the lost radio bearer and the data amount as the maximum value of the data amount lost in the radio bearer conducting an inconstant-speed communication, when the radio bearer conducting the constant-speed communication is included in the lost radio bearers.
  • the MAC PDU 110 lost when the HARQ reaches the maximum retransmission times is identified as of 4000 bytes in a radio communication using MAC PDUs 110 each having RB1 which transmits and receives data of 100 bytes every 20 msec (milliseconds) as well as RB2 and RB3 other than that.
  • " ⁇ 100 bytes/20 msec.
  • the loss detecting/estimating section 23 estimates that the RB1 is included in the lost MAC PDU and the data amount thereof is 100 bytes.
  • is a coefficient for giving a margin of time, and it is 10 msec., for example.
  • the loss detecting/estimating section 23 can estimate that the RB2 and RB3 are included in remaining 3900 bytes. However, when the RB2 is contained in the data of the MAC PDU received successfully just before but the RB3 is not contained therein, the loss detecting/estimating section 23 estimates that the RB2 is of 3900 bytes at the maximum. In the actual calculation, the loss detecting/estimating section 23 performs calculation by considering the header length. The loss detecting/estimating section 23 performs estimation of the RB of the lost signal and estimation of the lost data amount in this manner, and informs those to the RLC layer 30.
  • the RLC layer 30 of the base station generates the RLC SDU 130 from the MAC SDU 120 by using the RLC SDU generating section 31.
  • the RLC PDU 120 is configured with a plurality of PDCP PDUs 130. However, the RLC PDU 120 is generated by connecting and dividing the plurality of PDCP PDUs 130, so that dividing sections of the PDUs do not coincide with each other.
  • the RLC header 121 includes information showing the dividing sections for generating the PDCP PDUs 130 and an RLC SN 122 showing the number of the RLC PDU 120.
  • the RLC SDU generating section 31 generates the RLC SDU 130 based on the information of the RLC header 121.
  • the loss detecting/estimating section 32 of the RLC layer 30 detects and estimates the loss of the RLC SDU 130. Specifically, the loss detecting/estimating section 32 estimates the lost data amount based on the continuity of the serial numbers contained in the data units. Consecutive numbers are given and transmitted in advance to the RLC headers 121 by the user terminal 1. The consecutive numbers are called the RLC SN 122 herein. The loss detecting/estimating section 32 detects the loss of the RLC PDU 120 based on the continuity in the numbers of the RLC SNs 122.
  • the loss detecting/estimating section 32 judges the continuity of the RLC SN 122s ( FIG 3 : step S204), and estimates the loss amount of the RLC PDU 120 from the continuity and the estimated loss data amount that is estimated by the loss detecting/estimating section 23 of the MAC layer 20 ( FIG 3 : step S205).
  • the RLC SNs are isolated by "3" or more, it means that two or more consecutive RLC PDUs 120 are lost.
  • the estimated data amount of the lost data in the nonconsecutive part is the total estimated data amount lost in each of the RLC PDUs 120.
  • the loss detecting/estimating section 32 estimates that the lost data amount is 3900 bytes at the maximum if the lost RLC PDU 120 is nonconsecutive. In the actual calculation, the loss detecting/estimating section 32 performs calculation by considering the header length. The loss detecting/estimating section 32 performs estimation of the lost data amount in this manner, and informs it to the PDCP layer 40.
  • the PDCP layer 40 of the base station uses the decipher section 41 to obtain the count from the PDCP SN 133 contained in the PDCP header 131 and the HFN 132 held independently, and releases the cipher by using the parameter such as the count.
  • the decipher section 41 detects the loss of the PDCP PDU 130 from the continuity of the PDCP SNs 133 within the PDCP headers 131. Further, the decipher section 41 estimates the loss amount of the PDCP PDU 130 from the estimated lost data amount from the RLC layer.
  • the decipher section 41 estimates the number of the lost PDCP PDUs 130 from the size of the average PDCP PDUs 130 before and after, and decides the lost number of the PDCP PDUs 130 closest to the actual PDCP SN 133 of the PDCP PDUs 130 that are received properly ( FIG. 3 : step S206). In this case, the decipher section 41 can decide the closest value that does not exceed the estimated lost amount of the PDCP PDUs 130 as the lost number of the PDCP PDUs 130, considering that the lost estimated data amount is the maximum value. When the lost number of the PDCP PDUs 130 is determined, the HFN 132 can be corrected based thereupon.
  • FIG. 4 is a conceptual chart showing the state of maintaining the synchronization when there is missing of data continued for one period or more in the PDCP layer 40 shown in FIG 1 .
  • both the PDCP SN 133 and the HFN 132 are expressed in the binary system.
  • the value of the HFN 132 changes from "100" to "110" in the RB2 of the transmission signal from the transmission side (the user terminal 1), and two bits of the value of the PDCP SN 133 in the values of each of the HFNs 132 circulates from "00" to "11".
  • the decipher section 41 estimates that about six PDCP PDUs 130 are lost from the loss of the data amount of 3900 bytes.
  • the number of missed PDCP PDUs 130 can be considered to be “1", "5", "9", etc.
  • the estimated value of the number of the lost PDCP PDUs 130 is "6” and the closest value to that is "5", so that the decipher section 41 decides that the number of actually lost PDCP PDUs 130 is "5".
  • the decipher section 41 corrects the HFN to "6" ("110" in the binary number). In the actual calculation, the decipher section 41 performs calculation by considering the header length.
  • the decipher section 41 can also make estimation from the maximum value, the minimum value, the order, the distribution, and the like, other than using the average value as the size of the PDCP PDU 130.
  • the decipher section 41 can estimate that 3900 bytes can be broken down to 1200 bytes, 150 bytes, 1200 bytes, 150 bytes, and 1200 bytes.
  • the PDCP SDU generating section 42 generates the PDCP SDU based on the information from the decipher section 41, and sends out the data to the higher-level device (not shown).
  • the MAC layer 20 estimates the lost RB data and the data amount thereof
  • the RLC layer 30 estimates the amount of data lost in the entire inconstant-speed communication
  • the decipher section 41 of the PDCP layer 40 estimates the number of the lost PDCP PDUs, and corrects the HFN. Further, in addition, the decipher section 41 can correct the lost RB and the data amount from the actually settled loss information.
  • the loss detecting/estimating section 23 of the MAC layer 20 estimates the loss amount of the RB1 as 100 bytes, and estimates the loss of the RB2 as 3900 bytes at the maximum when there is a loss of 3900 bytes at the maximum as the total of the RB2 and RB3, and the RB2 is contained in the data of the MAC PDU 110 that is received successfully just before but the RB3 is not contained therein.
  • the loss detecting/estimating section 23 of the MAC layer 20 judges that there is a problem in the estimation of the MAC layer.
  • the loss detecting/estimating section 23 may re-estimate the loss as being 4000 bytes at the maximum as the total of the RB2 and the RB3.
  • the maximum size of the PDCP PDU 130 is estimated as being 1500 bytes.
  • the decipher section 41 of the PDCP layer 40 judges that there is a problem in the estimation of the MAC layer 20, and may re-estimate that a loss is generated also in the RB3 and the maximum value of the loss is 2500 bytes.
  • the present invention can be applied to cipher processing of a mobile communication system.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Claims (6)

  1. Verschlüsselungsverarbeitungsmittel (10) zum Teilen einer Paketkombinationsdateneinheit, die von einer Mobilstation (1) eines mobilen Kommunikationssystems gesendet wird und bei einer Basisstation empfangen wird, in eine Anzahl an Protokolldateneinheiten (120) und Durchführen von Verschlüsselungsverarbeitung zu einer Zeit des Zusammensetzens der geteilten Protokolldateneinheiten (120) in eine Servicedateneinheit (130) für eine Vorrichtung höherer Ebene, wobei das Verschlüsselungsverarbeitungsmittel (10) umfasst:
    ein Medienzugriffssteuerung, MAC, -Verlusterfassungs- und Schätzungsmittel (23) zum Erfassen des Auftretens von Verlust in den Protokolldateneinheiten (120), geteilt durch jeden Logikkanal basierend auf Informationen der Logikkanäle, die Funkträger spezifizieren, die in der Dateneinheit enthalten sind, und den Funkträger der verlorenen Protokolldateneinheit und eine Datenmenge der verlorenen Protokolldateneinheit schätzt;
    ein Funkverbindungssteuerung, RLC,-Verlusterfassungs- und Schätzungsmittel (32) zum Erfassen des Auftretens von Verlust in den Protokolldateneinheiten (120), wenn die geteilten Protokolldateneinheiten (120) in die Servicedateneinheit (130) für die Vorrichtung höherer Ebene zusammengesetzt werden, basierend auf einer Kontinuität von Seriennummern, die in den Protokolldateneinheiten (120) enthalten sind, und Schätzen einer verlorenen Menge der Protokolldateneinheiten (120), wenn die Servicedateneinheit (130) gemacht wird, basierend auf der Datenmenge, die durch das MAC-Verlusterfassungs- und Schätzungsmittel (23) geschätzt wurde; und
    ein Korrekturmittel (41) zum Korrigieren einer Rahmenzahl der Servicedateneinheit (130) basierend auf der geschätzten Datenmenge von dem RLC-Verlusterfassungs- und Schätzungsmittel (32) .
  2. Verschlüsselungsverarbeitungsmittel gemäß Anspruch 1, wobei,
    wenn der Funkträger, der periodisch zu senden und zu empfangen ist, nicht empfangen wird, nachdem ein vorgeschriebenes Zeitintervall vergangen ist, das RLC-Verlusterfassungs- und Schätzungsmittel (32) schätzt, dass der Funkträger verloren ist.
  3. Verschlüsselungsverarbeitungsmittel gemäß Anspruch 1, wobei das MAC-Verlusterfassungs- und Schätzungsmittel (23) den verlorenen Funkträger und die Datenmenge aus einem Verhältnis des Funkträgers schätzt, das in den Funkträgern, die zuvor empfangen wurden und danach empfangen wurden, eingeschlossen ist.
  4. Verschlüsselungsverarbeitungsmittel gemäß Anspruch 1, wobei wenn ein Funkträger, der Kommunikation mit konstanter Geschwindigkeit durchführt, in den verlorenen Funkträgern eingeschlossen ist, das MAC-Verlusterfassungs- und Schätzungsmittel (23) eine Datenmenge schätzt, die erhalten wird, indem eine Datenmenge des Funkträgers, der die Kommunikation mit konstanter Geschwindigkeit durchführt, von den verlorenen Funkträgern ausgeschlossen wird und die Datenmenge als ein Maximalwert der Datenmenge, die in dem Funkträger, der Kommunikation mit nicht konstanter Geschwindigkeit durchführt, verloren ist.
  5. Verschlüsselungsverarbeitungsverfahren, das eine Paketkombinationsdateneinheit, die von einer Mobilstation (1) eines mobilen Kommunikationssystems gesendet wird und bei einer Basisstation empfangen wird, in eine Anzahl an Protokolldateneinheiten (120) teilt und Verschlüsselungsverarbeitung zu einer Zeit des Zusammensetzens der geteilten Protokolldateneinheiten (120) in eine Servicedateneinheit (130) für eine Vorrichtung höherer Ebene durchführt, wobei das Verschlüsselungsverarbeitungsverfahren umfasst:
    Teilen der Paketkombinationsdateneinheit in eine Anzahl an Protokolldateneinheiten (120) durch jeden Logikkanal basierend auf Informationen der Logikkanäle, die Funkträger, die in der Dateneinheit enthalten sind, spezifizieren;
    in der Medienzugriffssteuerung, MAC, -Schicht Erfassen von Auftreten von Verlust in den Protokolldateneinheiten (120), die durch jeden der Logikkanäle geteilt sind, basierend auf Informationen der Logikkanäle, die Funkträger spezifizieren, die in der Dateneinheit enthalten sind, und Schätzen des Funkträgers der verlorenen Protokolldateneinheit und einer Datenmenge der verlorenen Protokolldateneinheit;
    Zusammensetzen der geteilten Protokolldateneinheiten (120) in eine Servicedateneinheit (130) für eine Vorrichtung höherer Ebene;
    in der Funkverbindungssteuerung, RLC, -Schicht Erfassen des Auftretens von Verlust in den Protokolldateneinheiten (120), wenn die Servicedateneinheit (130) gemacht wird, basierend auf einer Kontinuität von Seriennummern, die in den Protokolldateneinheiten (120) enthalten sind, und Schätzen einer verlorenen Menge der Protokolldateneinheiten (120), wenn die Servicedateneinheit (130) gemacht wird, basierend auf den Datenmengen, die in der MAC-Schicht geschätzt wurden; und
    Korrigieren einer Rahmennummer der Servicedateneinheit (130) basierend auf der Datenmenge, die in RLC-Schicht geschätzt wird, wenn die Servicedateneinheit (130) gemacht wird.
  6. Computerprogramm, das Instruktionen umfasst, die, wenn sie durch einen Computer ausgeführt werden, den Computer zum Ausführen der Schritte des Verfahrens von Anspruch 5 veranlassen.
EP09726464.2A 2008-03-31 2009-02-27 Maskierungsverarbeitungsvorrichtung, maskierungsverarbeitungsverfahren und maskierungsverarbeitungsprogramm Not-in-force EP2262303B1 (de)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2008092864 2008-03-31
PCT/JP2009/053657 WO2009122831A1 (ja) 2008-03-31 2009-02-27 秘匿処理装置、秘匿処理方法、および秘匿処理プログラム

Publications (3)

Publication Number Publication Date
EP2262303A1 EP2262303A1 (de) 2010-12-15
EP2262303A4 EP2262303A4 (de) 2015-12-09
EP2262303B1 true EP2262303B1 (de) 2018-06-13

Family

ID=41135227

Family Applications (1)

Application Number Title Priority Date Filing Date
EP09726464.2A Not-in-force EP2262303B1 (de) 2008-03-31 2009-02-27 Maskierungsverarbeitungsvorrichtung, maskierungsverarbeitungsverfahren und maskierungsverarbeitungsprogramm

Country Status (5)

Country Link
US (1) US8352838B2 (de)
EP (1) EP2262303B1 (de)
JP (1) JP5056944B2 (de)
CN (1) CN101981962B (de)
WO (1) WO2009122831A1 (de)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8638699B2 (en) 2008-11-10 2014-01-28 Qualcomm Incorporated Method and apparatus for supporting the large service data unit (SDU)
US8711881B2 (en) 2009-01-07 2014-04-29 Qualcomm Incorporated Packet bundling at the PDCP layer
US8644338B2 (en) 2009-01-07 2014-02-04 Qualcomm Incorporated Unbundling packets received in wireless communications
US8494451B2 (en) * 2009-01-30 2013-07-23 Nokia Corporation Method, apparatus and computer program product for providing ciphering problem recovery for unacknowledged mode radio bearer
BR112012016561A2 (pt) * 2010-01-08 2017-10-10 Alcatel Lucent "método de comunicação multiportadora"
US9792451B2 (en) * 2011-12-09 2017-10-17 Echarge2 Corporation System and methods for using cipher objects to protect data
JP6001886B2 (ja) * 2012-03-13 2016-10-05 株式会社Nttドコモ 移動局及び無線基地局
KR102396043B1 (ko) * 2014-11-10 2022-05-10 엘지전자 주식회사 D2d 통신 시스템에서 사이드링크 무선 베어러에 대한 암호화 지시를 나타내는 방법 및 그 장치
CN109863769A (zh) * 2016-11-30 2019-06-07 华为技术有限公司 安全处理的方法和装置
WO2019028587A1 (en) * 2017-08-07 2019-02-14 Qualcomm Incorporated PACKET DATA CONVERGENCE PROTOCOL CONTEXT CONCEAL SYNTHESIZING FOR MULTIPLE SUBSCRIBER IDENTITY MODULE DEVICE
CN109561465A (zh) * 2017-09-27 2019-04-02 夏普株式会社 服务数据单元处理方法、丢弃方法、相应的用户设备和计算机可读介质
CN111343632B (zh) * 2020-05-21 2020-08-11 江苏大备智能科技有限公司 工业互联网隐蔽通信方法及***

Family Cites Families (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5544347A (en) * 1990-09-24 1996-08-06 Emc Corporation Data storage system controlled remote data mirroring with respectively maintained data indices
US8108590B2 (en) * 2000-01-06 2012-01-31 Super Talent Electronics, Inc. Multi-operation write aggregator using a page buffer and a scratch flash block in each of multiple channels of a large array of flash memory to reduce block wear
FI110974B (fi) 2000-03-01 2003-04-30 Nokia Corp Laskurin alustaminen, erityisesti radiokehyksiä varten
US20020035655A1 (en) * 2000-09-15 2002-03-21 Dawn Finn Method of checking for and recovering from underruns and overrun slips when writing to circular buffers in dynamic bandwidth circuit emulation services
DE10054473A1 (de) * 2000-11-03 2002-05-08 Siemens Ag Verfahren zum Austausch von Datenpaketen zwischen zwei Diensteerbringern eines Funkübertragungssystems
US6976134B1 (en) * 2001-09-28 2005-12-13 Emc Corporation Pooling and provisioning storage resources in a storage network
US7599360B2 (en) * 2001-12-26 2009-10-06 Cisco Technology, Inc. Methods and apparatus for encapsulating a frame for transmission in a storage area network
CN101662803B (zh) * 2002-04-05 2013-01-02 美商内数位科技公司 有助于高速下行链路共享信道小区改变的***和方法
JP2005251078A (ja) * 2004-03-08 2005-09-15 Hitachi Ltd 情報処理装置、及び情報処理装置の制御方法
US8018936B2 (en) * 2004-07-19 2011-09-13 Brocade Communications Systems, Inc. Inter-fabric routing
US7500063B2 (en) * 2004-08-09 2009-03-03 Xiv Ltd. Method and apparatus for managing a cache memory in a mass-storage system
JP4487681B2 (ja) 2004-08-12 2010-06-23 日本電気株式会社 移動通信システム、移動機、無線制御装置および移動通信方法
US20060050679A1 (en) 2004-09-09 2006-03-09 Sam Shiaw-Shiang Jiang Method for On-Line Recovery of Parameter Synchronization for Ciphering Applications
US8009752B2 (en) * 2004-10-01 2011-08-30 Qualcomm Incorporated Multi-carrier incremental redundancy for packet-based wireless communications
JP2006217100A (ja) * 2005-02-02 2006-08-17 Nec Corp 復号処理システム及びその方法並びにそれを用いた移動通信システム
US8260982B2 (en) * 2005-06-07 2012-09-04 Lsi Corporation Method for reducing latency
JP4671776B2 (ja) * 2005-06-15 2011-04-20 株式会社エヌ・ティ・ティ・ドコモ 秘匿処理装置及び秘匿処理方法
US8250316B2 (en) * 2006-06-06 2012-08-21 Seagate Technology Llc Write caching random data and sequential data simultaneously
US8380944B2 (en) * 2007-03-01 2013-02-19 Douglas Dumitru Fast block device and methodology
US7835391B2 (en) * 2007-03-07 2010-11-16 Texas Instruments Incorporated Protocol DMA engine
US7882304B2 (en) * 2007-04-27 2011-02-01 Netapp, Inc. System and method for efficient updates of sequential block storage
US20090006745A1 (en) * 2007-06-28 2009-01-01 Cavallo Joseph S Accessing snapshot data image of a data mirroring volume
US8411566B2 (en) * 2007-10-31 2013-04-02 Smart Share Systems APS Apparatus and a method for distributing bandwidth
US8566505B2 (en) * 2008-04-15 2013-10-22 SMART Storage Systems, Inc. Flash management using sequential techniques
TWI398770B (zh) * 2008-07-08 2013-06-11 Phison Electronics Corp 用於快閃記憶體的資料存取方法、儲存系統與控制器
US8352519B2 (en) * 2008-07-31 2013-01-08 Microsoft Corporation Maintaining large random sample with semi-random append-only operations
CN102257482B (zh) * 2008-12-19 2015-06-03 惠普开发有限公司 用于一致读取等待时间的冗余数据存储
KR101028929B1 (ko) * 2008-12-31 2011-04-12 성균관대학교산학협력단 실시간 시스템을 위한 로그 블록 연관성 분산 방법 및 이를수행하는 플래시 메모리 장치

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
None *

Also Published As

Publication number Publication date
US20100306610A1 (en) 2010-12-02
JP5056944B2 (ja) 2012-10-24
EP2262303A1 (de) 2010-12-15
WO2009122831A1 (ja) 2009-10-08
JPWO2009122831A1 (ja) 2011-07-28
EP2262303A4 (de) 2015-12-09
CN101981962A (zh) 2011-02-23
US8352838B2 (en) 2013-01-08
CN101981962B (zh) 2013-07-24

Similar Documents

Publication Publication Date Title
EP2262303B1 (de) Maskierungsverarbeitungsvorrichtung, maskierungsverarbeitungsverfahren und maskierungsverarbeitungsprogramm
JP5036868B2 (ja) 移動通信システムにおけるセキュリティエラー検出方法及び装置
US9544404B2 (en) RoHC optimizations for burst losses
EP2490470B1 (de) Wiederherstellung nach Verschlüsselungsfehlern in einer Sequenz aus Kommunikationspaketen
US8169905B2 (en) Packet communication method and receiving-side apparatus
JP6262991B2 (ja) ユーザ装置及び方法
EP3217592A1 (de) Verfahren und vorrichtung zur verschlüsselung und umordnung von paketen in einem drahtloskommunikationssystem
CN106797376B (zh) 移动通信网络中处理分组丢失的方法和装置
US8917728B2 (en) Retransmission request transmitting method and receiving-side apparatus
US20100110984A1 (en) Retransmission request transmission method, transmitting- side apparatus and receiving-side apparatus
EP1916795A2 (de) Verfahren und Vorrichtung zur Behandlung von Protokollfehlern in einem drahtlosen Kommunikationssystem
CN113132978A (zh) 一种lte pdcp数据解密增强的方法及装置
EP3654579A1 (de) Verfahren und vorrichtungen zur bereitstellung eines nachrichtenauthentifizierungscodes für kurznachrichten
CN104967599B (zh) 从加密码密钥失配中快速恢复
US8503478B2 (en) Receiving apparatus, receiving method and program thereof
EP1510017B1 (de) Synchronisierungsverfahren und vorrichtung mit fehlerdetektion von sequenznummern zur vermeidung eines synchronisierungs-misserfolgs
CN114615657A (zh) 一种5g通信中的数据分段解密方法及装置
KR20070074483A (ko) 이동통신 시스템에서 자동 재전송 요구 패킷 송수신 장치및 방법
WO2010078724A1 (zh) 一种在移动通信***中本地认证的方法

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

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 MK MT NL NO PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA RS

DAX Request for extension of the european patent (deleted)
RA4 Supplementary search report drawn up and despatched (corrected)

Effective date: 20151111

RIC1 Information provided on ipc code assigned before grant

Ipc: H04L 1/20 20060101ALN20151105BHEP

Ipc: H04L 1/18 20060101ALN20151105BHEP

Ipc: H04L 1/16 20060101AFI20151105BHEP

REG Reference to a national code

Ref country code: DE

Ref legal event code: R079

Ref document number: 602009052749

Country of ref document: DE

Free format text: PREVIOUS MAIN CLASS: H04W0028040000

Ipc: H04L0001160000

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

RIC1 Information provided on ipc code assigned before grant

Ipc: H04L 1/16 20060101AFI20171208BHEP

Ipc: H04L 1/20 20060101ALN20171208BHEP

Ipc: H04L 1/18 20060101ALN20171208BHEP

INTG Intention to grant announced

Effective date: 20180105

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 MK 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

Ref country code: AT

Ref legal event code: REF

Ref document number: 1009595

Country of ref document: AT

Kind code of ref document: T

Effective date: 20180615

REG Reference to a national code

Ref country code: DE

Ref legal event code: R082

Ref document number: 602009052749

Country of ref document: DE

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

Country of ref document: DE

REG Reference to a national code

Ref country code: NL

Ref legal event code: MP

Effective date: 20180613

REG Reference to a national code

Ref country code: LT

Ref legal event code: MG4D

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

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

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

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

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

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

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

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

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

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

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

REG Reference to a national code

Ref country code: AT

Ref legal event code: MK05

Ref document number: 1009595

Country of ref document: AT

Kind code of ref document: T

Effective date: 20180613

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

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

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

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

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

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

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

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

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

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

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

REG Reference to a national code

Ref country code: DE

Ref legal event code: R097

Ref document number: 602009052749

Country of ref document: DE

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

26N No opposition filed

Effective date: 20190314

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

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

REG Reference to a national code

Ref country code: DE

Ref legal event code: R119

Ref document number: 602009052749

Country of ref document: DE

REG Reference to a national code

Ref country code: CH

Ref legal event code: PL

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

Effective date: 20190227

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

Ref country code: LU

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

Effective date: 20190227

REG Reference to a national code

Ref country code: BE

Ref legal event code: MM

Effective date: 20190228

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

Ref country code: LI

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

Effective date: 20190228

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

Ref country code: IE

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

Effective date: 20190227

Ref country code: DE

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

Effective date: 20190903

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

Ref country code: FR

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

Effective date: 20190228

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

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

Ref country code: MT

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

Effective date: 20190227

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

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

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

Ref country code: MK

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