EP0506688A4 - Packet handling method - Google Patents
Packet handling methodInfo
- Publication number
- EP0506688A4 EP0506688A4 EP91900097A EP91900097A EP0506688A4 EP 0506688 A4 EP0506688 A4 EP 0506688A4 EP 91900097 A EP91900097 A EP 91900097A EP 91900097 A EP91900097 A EP 91900097A EP 0506688 A4 EP0506688 A4 EP 0506688A4
- Authority
- EP
- European Patent Office
- Prior art keywords
- packet
- level block
- data
- packets
- addressing
- 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
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/54—Store-and-forward switching systems
- H04L12/56—Packet switching systems
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/54—Store-and-forward switching systems
- H04L12/56—Packet switching systems
- H04L12/5601—Transfer mode dependent, e.g. ATM
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/54—Store-and-forward switching systems
- H04L12/56—Packet switching systems
- H04L12/5601—Transfer mode dependent, e.g. ATM
- H04L2012/5678—Traffic aspects, e.g. arbitration, load balancing, smoothing, buffer management
- H04L2012/5681—Buffer or queue management
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L12/00—Data switching networks
- H04L12/54—Store-and-forward switching systems
- H04L12/56—Packet switching systems
- H04L12/5601—Transfer mode dependent, e.g. ATM
- H04L2012/5685—Addressing issues
Definitions
- This invention is generally directed to information systems in which data is transmitted by packets and is more specifically directed to a method for storing and referencing packets.
- Packet data networks convey information from an originator to a specified addressee by incorporating the information into packets.
- Each packet contains a preamble (control data) and information (message data).
- the preamble typically includes packet network control data, synchronization information, and addressee destination information.
- the information portion contains part of the total originator's message.
- the packet originated by the addressor is typically not directly received by the addressee.
- the packet may be relayed by several intermediate stations before reaching the final addressee destination. As the transmission speeds of packet networks increase, it becomes increasingly important for relay stations to be able to efficiently handle and process packets. In a direct method for handling packets, received packets are stored in a memory location.
- the destination of the packet contained at the preamble is checked as well as other packet network control information. Correct receipt or validation of the control information and the packet data information is checked. Assuming no errors are detected, a new packet corresponding to the received packet is created and stored in a different memory location for transmission. At the appropriate time, the reconstituted packet is retransmitted by the relay station towards its final destination. Packets are handled in a different manner in an Ethernet local area network.
- a buffer ring structure comprised of a series of contiguous fixed length byte buffers are utilized for storage of received packets. The beginning and end location of the stored packet is identified by addresses held in a page start and a page stop register. Successive buffers in the ring are utilized to store the packet. Multiple packets can be consecutively stored in the ring structure.
- the packets are normally removed from the receive buffer ring in FIFO order and are reconstituted for retransmission in memory separate from this ring.
- This invention allows packets to be assembled for transmission from information stored in segregated memory locations by providing a hierarchy of addressability. This addressing provides a great level of flexibility in defining or redefining a packet without data duplication in multiple memory locations.
- FIG. 1 is a block diagram of an exemplary packet switching system in accordance with the present invention.
- Figure 2 is a block diagram of the packet switch as shown in Figure 1.
- Figure 3 illustrates a format for information in one time slot in a packet environment.
- Figure 4 illustrates the information contained in the packet header as shown in Figure 3.
- Figure 5 is a diagram representing the packet addressing method and organization in accordance with the present invention.
- Figure 6 illustrates the contents and format for the virtual circuit register as shown in Figure 5.
- Figure 7 shows the content and format of the queue control block as shown in Figure 5.
- Figure 8 shows the contents and format of a packet descriptor as shown in Figure 5.
- Figure 9 shows the contents and format of a buffer descriptor as shown in Figure 5.
- Figure 1 illustrates a packet switching system capable of originating, receiving, and relaying information over a packet network.
- a central processor 10 is connected by a local communications bus 12 to processor memory 14, human interface apparatus 16, character data interface 18 and packet switch 20.
- the processor can also be coupled to other types of interfaces by bus 12.
- the human interface 16 may comprise available peripheral interface devices suited for the specific microprocessor contained in central processor 10 for inputting and outputting information for users. Output information can consist of lights, visual displays and audible alerts. Inputs to the human interface can consist of user operable switches, push buttons, potentiometer controls, and other transducers.
- Character data interface 18 may consist of available integrated circuit translators to interface a particular microprocessor by its bus to an RS232 device allowing for data input and output. Additional interfaces can also be utilized to inte ⁇ ret data supplied with other protocols such as Ethernet, a token ring format, and an IBM 3270 format as well as other forms of data communication.
- the packet switch 20 is connected to the processor bus 12 and packet bus 22.
- interface 24 is coupled to bus 22 and is utilized to provide an input/output interface to a particular communications device or network.
- a plurality of interfaces suited to coupling different networks or devices to the packet bus can be utilized.
- interfaces may be utilized to couple the packet bus 22 with a telephone, a T1 circuit, and ISDN circuit as well as other devices and networks.
- the purpose of packet switch 20 is to receive and transmit packetized data among interfaces on packet bus 22. It also communicates by processor bus 12 with processor 10 and other networks and devices by means of the interfaces coupled to the processor bus 12.
- the packet switch functions as a traffic policeman.
- FIG. 2 illustrates a block diagram of an exemplary packet switch 20 which includes elements connected by bidirectional buses.
- a processor interface 26 couples processor bus 12 with memory interface 28.
- the memory interface is coupled to random access memory 30 which is partitioned into control memory 32 and data memory 34.
- the packet bus 22 is coupled by packet bus interface 36, input control function 38, and output control function 40 to memory interface 28.
- the packet switch as generally depicted in Figure 2 is merely illustrative of the general organization and functioning of a packet switch and is intended merely to facilitate an understanding of the method according to the present invention. Since various types of packet switches are known in the art, the specific operation and details of the internal functioning of the packet switch will not be explained since the present invention is not limited to particular packet switch. In general, the functions of the packet switch can be accomplished in hardware by a state machine implementation or can be accomplished by primarily a software implementation.
- Figure 3 illustrates a typical format for information being sent during one time slot on a packet bus.
- the format illustrates the transmission of local bus control information, packet preamble information, a packet header, and packet information (message data).
- the bus control information consists of the address of one of the interfaces coupled to the packet bus.
- the packet preamble is provided for synchronization pu ⁇ oses.
- the packet header will be explained in more detail below.
- the packet information represents the information to be communicated between users.
- Figure 4 illustrates information contained within the packet header as shown in Figure 3 in accord with the present invention.
- the header includes a virtual circuit identification, packet length information, intermediate destination information, and validation information.
- the virtual circuit identification contains information that specifies a virtual circuit register contained within packet switch 20. Further information on this element is provided with regard to the following figures.
- the packet length provides information concerning the length of the packet information.
- the destination information contains the intermediate destination address information.
- the validation information contains data associated with a CRC data accuracy calculation.
- Figure 5 illustrates an exemplary packet handling and organization method according to the present invention.
- the packet information as identified in Figure 3 is stored in buffers 52A-52C and 54A-54C. These buffers constitute sections of data memory 34.
- the control memory 32 provides storage for the commands associated with the other elements shown in Figure 5. These elements facilitate a method for organizing and reorganizing packets according to a hierarchical approach.
- Virtual circuit register 42 points to or addresses a queue control block 44.
- Each queue control block can point to a write packet descriptor or a read packet descriptor. As illustrated, queue control block 44 points to packet descriptor 46 A.
- Each packet descriptor can point to a write buffer descriptor and a read buffer descriptor. In addition, it can point to one other packet descriptor.
- packet descriptor 46A points to buffer descriptor 48A and to packet descriptor 46N.
- the buffer descriptors each point to one buffer and to a next write buffer descriptor and a next read buffer descriptor.
- buffer descriptor 48A - 48C point respectively to buffers 52A - 52C.
- the buffer descriptor 48A points to buffer descriptor 48B which in turn points to buffer descriptor 48C thereby forming a continuous chain or link.
- Buffer descriptors 50A - 50C are likewise organized with regard to each other and buffers 54A - 54C.
- An important aspect of this invention is to provide an improved level of flexibility in defining and redefining a packet without requiring substantial data duplication by a microprocessor. This is generally accomplished by providing a hierarchy of addressability wherein received packets are disassembled and stored in segregated memory locations. Packets to be transmitted are assembled by sequentially addressing the segregated memory locations.
- Figure 6 illustrates an exemplary embodiment of the contents of a virtual circuit register 42 which constitutes an ultra-packet-level address. As illustrated, it includes a queue control block address 56, maximum packet size information 58, virtual circuit type identifier 60, a central processor (CP) send interrupt data 62, CP receive interrupt data 64, and miscellaneous control data 66. Address 56 is utilized to point to the queue control block 44.
- the maximum packet size field identifies the largest packet that can be received for a given virtual circuit register. This can be utilized as a safeguard to keep a packet from over-writing memory.
- the virtual circuit type data indicates if the particular virtual circuit register is valid as an input or output circuit.
- the CP send and received interrupt fields determine if a CP interrupt is to be generated and if so, its priority.
- the miscellaneous control data field can be utilized to accommodate additional control information which may be useful for a specific implementation of a method in accordance with the present invention.
- Figure 7 illustrates the fields associated with a queue control block 44 which constitutes a super-packet-level address.
- the queue control block consists of write and read packet descriptor address 68 and 70, respectively.
- the write packet descriptor address points to the packet descriptor to be used in writing a received packet.
- the read packet descriptor address points to the packet descriptor to be used in reading a packet to be transmitted. These addresses are updated as packets are received and transmitted.
- FIG 8 illustrates the fields associated with packet descriptors 46 which constitutes a packet-level address.
- Each packet has one assigned packet descriptor that points to read and write buffer descriptors.
- the write buffer descriptor address 72 points to the first buffer descriptor to be used for receiving a packet.
- the read buffer descriptor address 74 points to the first buffer descriptor to be used for sending a packet.
- the next packet descriptor address 76 is used to point to the next packet descriptor in ring 77 (see Figure 5).
- packet descriptors 46A through 46N form a ring in which each points to the next, and wherein the last packet descriptor 46N points to the first or beginning packet descriptor 46A.
- the packet descriptors are capable of pointing to any packet descriptor not merely the next adjacent packet descriptor in memory. Further, the ring could consist of but a single packet descriptor in which its next packet descriptor address points to its own address.
- the frame number field 78 indicates in which frame the packet was received.
- the frame position field 80 indicates the position in the frame of the start of the packet preamble.
- the miscellaneous control data field 82 can be utilized to store desirable data associated with the packet descriptor level to accommodate specific implementations.
- Figure 9 illustrates the fields of a buffer descriptor which constitutes a sub-packet-level address.
- the buffer address field 84 contains the address of the first byte in the buffer pointed to by the buffer descriptor.
- buffer descriptor 48A would contain a buffer address pointing to the first byte contained in buffer 52A.
- the next write buffer descriptor address field 86 is used to point to the next buffer descriptor to be used for writing a packet.
- the next read buffer descriptor address field 88 is used to point to the next buffer descriptor to be used for reading a packet.
- the amount of data field 90 indicates the amount of the buffer that has been used.
- the buffer sized field 92 indicates the absolute size of the buffer.
- the miscellaneous control data field 94 may contain useful data associated with the the buffer descriptor level for a particular implementation. For example, the miscellaneous data field 94 may contain a flag which indicates the end of a packet.
- the central processor is responsible for managing the virtual circuit registers, queue control blocks, packet descriptors, buffer descriptors and buffers. It will be apparent to those skilled in the art that there are many methods by which the central processor can manage the fields and memory associated with this organizational hierarchy for receiving, storing and retransmitting a packet.
- the queue control block could be used to point to a fixed set of packet descriptors which in turn point to a fixed set of buffer descriptors.
- the write buffer descriptor address 72 if packets are being received
- the read buffer descriptor address 74 if packets are being transmitted
- each packet could have a dedicated set of buffer descriptors which in turn has a dedicated packet descriptor.
- packet descriptors could be added or deleted from a packet descriptor ring by changing the next packet descriptor address 76 to point to packet descriptors in a desired sequence.
- the read and write addresses in the queue control block allows the same virtual circuit register to be able to receive and transmit a packet. This conserves the number of virtual circuit registers required and minimizes repetitive data transfer between receive and transmit cycles.
- Each packet descriptor defines a particular packet.
- An important aspect of the packet descriptors is the ability to point to a next packet descriptor via address 76 to form a circular ring of packet descriptors which point respectively to multiple packets.
- the size of the ring i.e. the number of packets which can be consecutively identified, is limited only by the ultimate memory capacity available in the control memory 32 and data memory 34. Since everything below the packet descriptor level is relevant to only one packet, the CP does not have to move redundant data in order to be able to retransmit the packet. This provides a substantial advantage especially when utilized in a packet repeater in which many if not all of the received packets must be retransmitted.
- the buffer descriptors permit a plurality of fixed size buffers to be economically utilized. Since a plurality of buffers can be linked by means of the buffer descriptors, this permits common or repetitive information or control data to be stored in selected buffers and incorporated when needed by addressing the associated buffer descriptor and changing its next (write or read) buffer descriptor address as required. For example, a commonly used packet preamble consisting of synchronization data could be stored in one buffer and that buffer addressed by several buffer descriptors thereby providing multiple access to common data. This also provides the advantage of permanently storing certain information in buffers and allowing reuse of that information by directly reading it from the buffer at the appropriate sequence in later generated packets.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Lasers (AREA)
- Semiconductor Lasers (AREA)
- Testing Of Optical Devices Or Fibers (AREA)
- Communication Control (AREA)
- Mobile Radio Communication Systems (AREA)
Abstract
Description
Claims
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US44523889A | 1989-12-04 | 1989-12-04 | |
PCT/US1990/007055 WO1991008630A1 (en) | 1989-12-04 | 1990-12-03 | Packet handling method |
US445238 | 2003-05-23 |
Publications (3)
Publication Number | Publication Date |
---|---|
EP0506688A1 EP0506688A1 (en) | 1992-10-07 |
EP0506688A4 true EP0506688A4 (en) | 1996-07-17 |
EP0506688B1 EP0506688B1 (en) | 1999-03-17 |
Family
ID=23768113
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
EP91900097A Expired - Lifetime EP0506688B1 (en) | 1989-12-04 | 1990-12-03 | Packet handling method |
Country Status (11)
Country | Link |
---|---|
EP (1) | EP0506688B1 (en) |
JP (1) | JP2646852B2 (en) |
KR (2) | KR920704481A (en) |
AU (1) | AU6890491A (en) |
CS (1) | CS602090A3 (en) |
DE (1) | DE69033007T2 (en) |
HU (1) | HU205511B (en) |
IL (1) | IL96533A0 (en) |
MX (1) | MX172939B (en) |
NZ (1) | NZ236320A (en) |
WO (1) | WO1991008630A1 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5291482A (en) * | 1992-07-24 | 1994-03-01 | At&T Bell Laboratories | High bandwidth packet switch |
CA2135681C (en) * | 1993-12-30 | 2000-01-18 | Srinivas V. Makam | System and method for directly accessing long-term memory devices |
US5469433A (en) * | 1994-04-29 | 1995-11-21 | Bell Communications Research, Inc. | System for the parallel assembly of data transmissions in a broadband network |
CN118524076B (en) * | 2024-07-19 | 2024-09-13 | 深圳三铭电气有限公司 | Bus protocol data transmission control method, device, equipment and storage medium |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4636791A (en) * | 1982-07-28 | 1987-01-13 | Motorola, Inc. | Data signalling system |
US4654654A (en) * | 1983-02-07 | 1987-03-31 | At&T Bell Laboratories | Data network acknowledgement arrangement |
GB8417910D0 (en) * | 1984-07-13 | 1984-08-15 | British Telecomm | Communications network |
US4684941A (en) * | 1984-12-21 | 1987-08-04 | Motorola, Inc. | Method of communications between register-modelled radio devices |
AU604444B2 (en) * | 1987-11-11 | 1990-12-13 | Nec Corporation | Frame relay type data switching apparatus |
-
1990
- 1990-12-03 AU AU68904/91A patent/AU6890491A/en not_active Abandoned
- 1990-12-03 WO PCT/US1990/007055 patent/WO1991008630A1/en active IP Right Grant
- 1990-12-03 EP EP91900097A patent/EP0506688B1/en not_active Expired - Lifetime
- 1990-12-03 KR KR1019920701181A patent/KR920704481A/en not_active IP Right Cessation
- 1990-12-03 NZ NZ236320A patent/NZ236320A/en unknown
- 1990-12-03 MX MX023565A patent/MX172939B/en unknown
- 1990-12-03 HU HU908029A patent/HU205511B/en not_active IP Right Cessation
- 1990-12-03 DE DE69033007T patent/DE69033007T2/en not_active Expired - Fee Related
- 1990-12-03 JP JP3500887A patent/JP2646852B2/en not_active Expired - Fee Related
- 1990-12-04 CS CS906020A patent/CS602090A3/en unknown
- 1990-12-04 IL IL96533A patent/IL96533A0/en unknown
- 1990-12-13 KR KR1019920701181A patent/KR950012328B1/en active
Non-Patent Citations (1)
Title |
---|
WOODSIDE C M ET AL: "THE EFFECT OF BUFFERING STRATEGIES ON PROTOCOL EXECUTION PERFORMANCE", IEEE TRANSACTIONS ON COMMUNICATIONS, vol. 37, no. 6, June 1989 (1989-06-01), pages 545 - 553, XP000033027 * |
Also Published As
Publication number | Publication date |
---|---|
JPH05502767A (en) | 1993-05-13 |
IL96533A0 (en) | 1991-09-16 |
EP0506688A1 (en) | 1992-10-07 |
AU6890491A (en) | 1991-06-26 |
HU908029D0 (en) | 1991-06-28 |
EP0506688B1 (en) | 1999-03-17 |
KR950012328B1 (en) | 1995-10-16 |
NZ236320A (en) | 1992-10-28 |
HUT57495A (en) | 1991-11-28 |
DE69033007D1 (en) | 1999-04-22 |
MX172939B (en) | 1994-01-24 |
DE69033007T2 (en) | 1999-10-07 |
CS602090A3 (en) | 1992-09-16 |
WO1991008630A1 (en) | 1991-06-13 |
JP2646852B2 (en) | 1997-08-27 |
HU205511B (en) | 1992-04-28 |
KR920704481A (en) | 1992-12-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US5396490A (en) | Packet reassembly method and apparatus | |
US5477541A (en) | Addressing technique for storing and referencing packet data | |
US5495482A (en) | Packet transmission system and method utilizing both a data bus and dedicated control lines | |
EP0308449B1 (en) | Transfer of messages in a multiplexed system | |
EP0622922B1 (en) | Method and device of multicasting data in a communications system | |
EP0637416B1 (en) | Method and apparatus for preserving packet sequencing in a packet transmission system | |
US5923660A (en) | Switching ethernet controller | |
EP0758824A1 (en) | Compact, adaptable, bridging/routing switch | |
US4527267A (en) | Method of administering local and end-to-end acknowledgments in a packet communication system | |
EP0684720A2 (en) | System and method for transmitting sequence dependent messages in a required sequence | |
KR0129038B1 (en) | Method and device for destination and source addressing in a packet network | |
JPH02288440A (en) | Apparatus for processing signal message in asynchronous time sharing communication network | |
EP0506688B1 (en) | Packet handling method | |
EP0243563B1 (en) | Non coded information and companion data switching mechanism | |
EP0279627A2 (en) | Communication apparatus | |
JPS6111502B2 (en) | ||
JPS59212053A (en) | Data relay system | |
JPH0568045A (en) | Asynchronous transfer mode exchange |
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: 19920630 |
|
AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): DE ES FR GB IT |
|
A4 | Supplementary search report drawn up and despatched | ||
AK | Designated contracting states |
Kind code of ref document: A4 Designated state(s): DE ES FR GB IT |
|
17Q | First examination report despatched |
Effective date: 19970226 |
|
GRAG | Despatch of communication of intention to grant |
Free format text: ORIGINAL CODE: EPIDOS AGRA |
|
GRAG | Despatch of communication of intention to grant |
Free format text: ORIGINAL CODE: EPIDOS AGRA |
|
GRAH | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOS IGRA |
|
GRAH | Despatch of communication of intention to grant a patent |
Free format text: ORIGINAL CODE: EPIDOS IGRA |
|
GRAA | (expected) grant |
Free format text: ORIGINAL CODE: 0009210 |
|
AK | Designated contracting states |
Kind code of ref document: B1 Designated state(s): DE ES FR GB IT |
|
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 PRE;WARNING: LAPSES OF ITALIAN PATENTS WITH EFFECTIVE DATE BEFORE 2007 MAY HAVE OCCURRED AT ANY TIME BEFORE 2007. THE CORRECT EFFECTIVE DATE MAY BE DIFFERENT FROM THE ONE RECORDED.SCRIBED TIME-LIMIT Effective date: 19990317 Ref country code: ES Free format text: THE PATENT HAS BEEN ANNULLED BY A DECISION OF A NATIONAL AUTHORITY Effective date: 19990317 |
|
ET | Fr: translation filed | ||
REF | Corresponds to: |
Ref document number: 69033007 Country of ref document: DE Date of ref document: 19990422 |
|
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 | ||
REG | Reference to a national code |
Ref country code: GB Ref legal event code: IF02 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: GB Payment date: 20051104 Year of fee payment: 16 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: FR Payment date: 20051201 Year of fee payment: 16 |
|
PGFP | Annual fee paid to national office [announced via postgrant information from national office to epo] |
Ref country code: DE Payment date: 20051230 Year of fee payment: 16 |
|
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: 20070703 |
|
GBPC | Gb: european patent ceased through non-payment of renewal fee |
Effective date: 20061203 |
|
REG | Reference to a national code |
Ref country code: FR Ref legal event code: ST Effective date: 20070831 |
|
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: 20061203 |
|
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: 20070102 |
|
P01 | Opt-out of the competence of the unified patent court (upc) registered |
Effective date: 20230520 |