EP1875673A4 - ROUTING METHOD IN A WIRELESS NETWORK AND COMMUNICATION APPARATUS USING THE SAME - Google Patents
ROUTING METHOD IN A WIRELESS NETWORK AND COMMUNICATION APPARATUS USING THE SAMEInfo
- Publication number
- EP1875673A4 EP1875673A4 EP06757676A EP06757676A EP1875673A4 EP 1875673 A4 EP1875673 A4 EP 1875673A4 EP 06757676 A EP06757676 A EP 06757676A EP 06757676 A EP06757676 A EP 06757676A EP 1875673 A4 EP1875673 A4 EP 1875673A4
- Authority
- EP
- European Patent Office
- Prior art keywords
- same
- wireless network
- communication apparatus
- routing method
- routing
- 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.)
- Withdrawn
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W40/00—Communication routing or communication path finding
- H04W40/34—Modification of an existing route
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/02—Topology update or discovery
- H04L45/04—Interdomain routing, e.g. hierarchical routing
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/48—Routing tree calculation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L45/00—Routing or path finding of packets in data switching networks
- H04L45/74—Address processing for routing
- H04L45/742—Route cache; Operation thereof
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W40/00—Communication routing or communication path finding
- H04W40/24—Connectivity information management, e.g. connectivity discovery or connectivity update
- H04W40/28—Connectivity information management, e.g. connectivity discovery or connectivity update for reactive routing
Definitions
- the present invention relates to a routing method in the wireless network and a communication device using the same. More particularly, the present invention relates to a routing method in the wireless network to efficiently transmit and receive data by tree-based mesh routing and a communication device using the same.
- a route discovery in wireless networks which is used to set a routing path, is performed for one node.
- the wireless networks have all the devices in the area cluster-tree structured. Devices joining with the cluster tree structure are allocated with an address according to the tree structure. The allocated address is used for routing in each network environment.
- FIG. 1 is a tree structure of a conventional wireless network.
- the conventional network includes a parent node A I lO and a child node
- the child node B 112 has the parent node A I lO thereof and has the child nodes E,
- each node may be implemented as a device, and each parent node has table-form address information on the child nodes thereof.
- the H node 130 is a source node and the F node 122 is a destination node.
- a data packet transmitted from the H node 130 is transmitted along the only tree structure to the F node 122.
- the data packet is transmitted necessarily through the parent node thereof, so that it can be transmitted to neighbor nodes thereof along the tree structure.
- the data packet is transmitted along the tree structure from the source node to the destination node, resulting in inconveniently lengthened routing path and subsequent rise in the communication costs.
- an aspect of embodiments of the present invention is to provide a routing method tree-based mesh routing in the wireless network to efficiently search for and set a route from a source node to a destination node.
- a routing method in a tree-based wireless network comprising acquiring an optimal route using a table which is recorded based on received information on neighbor nodes and received information on lower nodes of the neighbor nodes, and transmitting a packet through the optimal route.
- the table may be searched to acquire the optimal route. That is, when an address of a node to receive the packet matches one of beginning addresses recorded in the table, a route through an address of a next hop corresponding to the beginning address recorded in the table is acquired as the optimal route.
- the route through the address of the next hop corresponding to the beginning address recorded in the table may be acquired as the optimal route.
- Acquiring the optimal route may comprise transmitting the acquired optimal route to the node to transmit the packet; and transmitting the packet through the auxiliary route.
- the routing method in the tree-based wireless network may further comprise acquiring an auxiliary route using the table recorded based on the received information on the neighbor nodes and the received information on the lower nodes of the neighbor nodes.
- the auxiliary route when an address of a node to receive the packet does not match one of the beginning addresses recorded in the table, the auxiliary route may be acquired by determining if the address of the node is between an address which is added with " 1 " to the beginning address recorded in the table, and a last address corresponding to the beginning address.
- auxiliary route if the address of the node to receive the packet is between an address which is added with " 1 " to the beginning address recorded in the table, and the last address corresponding to the beginning address, a route through a node corresponding to the beginning address recorded in the table, and lower nodes of the node corresponding to the beginning address may be acquired as the auxiliary route.
- the auxiliary route when the address of the node to transmit the packet does not match one of the beginning addresses recorded in the table, the auxiliary route may be acquired by determining if the address of the node is between an address which is added with " 1 " to the beginning address recorded in the table, and a last address corresponding to the beginning address.
- auxiliary route if the address of the node to receive the packet is between an address which is added with " 1 " to the beginning address recorded in the table, and the last address corresponding to the beginning address, a route through a node corresponding to the beginning address recorded in the table, and lower nodes of the node corresponding to the beginning address may be acquired as the auxiliary route.
- acquiring the auxiliary route may further comprise transmitting the acquired auxiliary route to the node to transmit the packet.
- the table may comprise topology information on the plurality of nodes.
- the topology information comprises at least one of a beginning address of the node, an ending address of the node, a next hop via which the node can be routed, hops to the beginning address of the node, costs to the beginning address of the node, and time when the node is created or refreshed.
- tree-based mesh routing which performs route discovery block by block is used in order to increase the efficiency of route discovery, and a packet is transmitted through an optimal route so that communication costs can be reduced.
- FIG. 1 is a view describing an example of a tree structure of a conventional wireless network
- FIG. 2 is a flow chart describing a method of allocating an address in the wireless network according to an exemplary embodiment of the present invention
- FIG. 3 is a figure chart describing a route discovery process in the wireless network according to an exemplary embodiment of the present invention
- FIGs. 4 and 5 are views describing an exemplary route request (RREQ) and route replay (RREP) used to set a routing route according to an exemplary embodiment of the present invention
- FIG. 6 is a view describing an exemplary non-tree-table (NTT) written during the route discovery process of FIG. 3
- FIG. 7 is a viewt describing method of set a routing route between a source node and a destination node after route discovery according to an exemplary embodiment of the present invention
- FIG. 8 is a view describing a routing method when a "source node" already knows an optimal route to a "destination node”after route discovery; [30] FIG.
- FIGs. 10 and 11 are views describing a recovery process when connection between nodes is broken in the wireless network according to an exemplary embodiment of the present invention.
- FIG. 2 is a flow chart describing a method of allocating an address in the wireless network according to an exemplary embodiment of the present invention.
- FIG. 2 in the initialization phase, a plurality of nodes are connected to each other to form a cluster-tree structure (S210). More specifically, if node A which is a root node start connection, a neighbor node transmits an association request to node A. If node A intends to be connected to the neighbor node, node A replies to the neighbor node. As a result, node A and each node are connected. Each node can be connected to its lower nodes in the same way. [35] If the cluster-tree structure is formed this way, each node in the bottom level or next upper level bottom-up requests an address block of a certain size to its upper node
- a node which receives the address block of a certain size determines whether to be in the top level (S230). If the node is not in the top level, the node notifies its upper node of a certain size of the address block to use (S240). [37] The root node allocates address blocks of the requested size to each branch (S250).
- the address blocks are sequentially allocated according to the connection order of lower nodes corresponding to each branch.
- each lower node is not in the bottom level (S260)
- the address block allocated to itself is allocated again to its lower node (S270).
- the address blocks of a certain size that its lower nodes requested are sequentially allocated. Accordingly, addresses can be allocated down to each node in the bottom level. Consequently, each node writes an adaptive robust tree table (ARTT) using the address allocated to itself, and performs the routing operation according to the ARTT.
- the ARTT includes topology information.
- FIG. 3 is a figure chart describing a route discovery process in the wireless network according to an exemplary embodiment of the present invention
- FIGs. 4A and 4B are views describing an exemplary route request (RREQ) and route reply (RREP) used to set a routing route according to an exemplary embodiment of the present invention.
- RREQ route request
- RREP route reply
- source node I when a packet is transmitted from source node I to destination node O, source node I unicasts an RREQ to destination node O to set a route to destination node O. That is, the routing route of the RREQ is I-H-K-0.
- the RREQ is a message type used in order for a source node to find a destination node, that is, to request to generate a route.
- the RREQ includes a routejype, dst_beg_addr, src_beg_addr, src_end_addr, max_link_cost, hopsjxaveled, cost_accumed, and time to live (TTL). Description on each of the fields of the RREQ is shown in FIG. 4.
- destination node O receives the RREQ from source node I, destination node O broadcasts the RREQ to find an optimal route to source node I.
- source node I receives the RREQ broadcasted from destination node
- source node I transmits an RREP through the optimal route to destination node O. That is, the optimal route to transmit the RREP from source node I to destination node O becomes I-L-O.
- destination node O can also know the optimal route to source node I.
- the RREP is a reply to the RREQ.
- the RREP includes a routejype, dst_beg_addr, dst_end_addr, src_beg_addr, src_end_addr, hopsjxaveled, hops Jotal, cost_accumed, total_cost, and TTL. Description on each of the fields of the RREP is shown in FIG. 5.
- source node I which receives the RREQ broadcasted from destination node O can also find routes to child nodes of destination node O.
- the broadcasted RREQ includes information such as the beg_addr and end_addr of destination node O. Accordingly, source node I can find auxiliary routes to child nodes of destination node O.
- the auxiliary route is a second best route, instead of the optimal route from a source node to a destination node.
- FIG. 6 is a view describing an exemplary non-tree-table (NTT) written during the route discovery process of FIG. 3.
- each node writes the NTT to record the optimal route and auxiliary route between each node through route discovery using the RREQ and RREP, and the NTT is used for performing a routing operation.
- Each node searches for the optimal route and auxiliary route by referring to the information in its NTT, and performs the routing operation along the searched route.
- NTT is the optimal route of node I, and the auxiliary routes are from beg_addr + 1 to end_addr .
- FIG. 7 is a flow chart describing method of set a routing route between a source node and a destination node after route discovery according to an exemplary embodiment of the present invention.
- the source node determines if an optimal route to the destination node is recorded in its NTT generated upon route discovery (S610).
- the source node determines if the address of the destination node to transmit a packet matches one of a plurality of beg_addr recorded in the NTT of the source node. If the address of the destination node matches one of a plurality of beg_addr recorded in the NTT, the source node determines that an optimal route to the destination node is recorded.
- the source node determines if an optimal route to the destination node is recorded in the ARTT initially generated upon generating a tree (S620). That is, the source node determines if the address of the destination node matches one of a plurality of beg_addr recorded in the ARTT of the source node. If the address of the destination node matches one of a plurality of beg_addr recorded in the ARTT, the source node determines that an optimal route to the destination node is recorded.
- the source node determines if an auxiliary route to the destination node is recorded in the NTT (S630).
- the source node determines if an auxiliary route to the destination node is recorded in the NTT. That is, the source node determines if the address of the destination node is between beg-addr +1 recorded in the NTT of the source node and end-addr . If the address of the destination node is between beg-addr +1 recorded in the NTT of the source node and end-addr , the source node determines that an auxiliary route to the destination node is recorded in the NTT. [55] If an optimal route or auxiliary route to the destination node is searched in the step of S610, S620 or S630, the source node transmits the packet through the optimal route or auxiliary route to the destination node (S640).
- the source node transmits the packet through the optimal route to the destination node. That is, the source node transmits the packet through the address of the next hop corresponding to the beg_addr searched in the step of S610 as the optimal route.
- an optimal route to the destination node is not recorded in its NTT in the step of S610, it is determined if an optimal route to the destination node is recorded in the ARTT as in the step of S630. If an optimal route to the destination node is recorded in the ARTT, the source node transmits the packet through the optimal route to the destination node.
- the source node determines if an auxiliary route to the destination node is recorded in the NTT as in the step of S630. If an auxiliary route to the destination node is recorded in the NTT, the source node transmits the packet through the auxiliary route to the destination node.
- the source node uses the tree route (S650).
- source node I transmits the packet to destination node O using the tree route (ART/MART) generated when the address is initially allocated. That is, the route is I-H-K-0.
- step of S650 if neither an optimal nor auxiliary route to the destination node is recorded in the ARTT and NTT, the source node performs the route discovery again to record an optimal route to the destination node in the NTT.
- the process of the steps of S610 ⁇ 650 to set an optimal route between the source node and destination node can be performed in the destination node as well as in the source node.
- the destination node can transmit the packet through an optimal or auxiliary route to the source node by performing the steps of S610-S650.
- the destination node determines if an optimal or auxiliary route to the source node is recorded in the NTT and ARTT of the destination node. If an optimal or auxiliary route to the source node is in the tables of the destination node, the packet is transmitted through the searched route to the source node. If an optimal or auxiliary route to the source node is not in the tables of the destination node, the destination node uses either the tree route or the route discovery to transmit the packet from the destination node to the source node, as described in step of S650.
- FIGs. 8 and 9 are views describing in detail a routing method according to an exemplary embodiment of the present invention in FIG. 7.
- FIG. 8 is a view describing a routing method when a "source node" already knows an optimal route to a "destination node” after route discovery. The case of not knowing an optimal route is that an optimal or auxiliary route to the "destination node” or the "source node” is not recorded in the NTT and ARTT.
- source node F determines if an optimal route to destination node I is recorded in its NTT. As an optimal route to destination node I is already recorded in the NTT of source node F generated upon route discovery, the routing route to transmit the packet from source node F is F-G-I.
- connection of source node F and destination node I is not tree- based, but source node F can transmit a packet through an optimal route to destination node I using neighbor node G.
- Node G exchanges information on lower nodes of neighbor nodes F and I with its neighbor nodes F and I. That is, node G provides information on its connection with nodes E and F to node I, and node I provides information on its connection with nodes L and M to node G. Accordingly, source node F can transmit the packet to destination node I along the optimal route F-G-I recorded in the NTT.
- FIG. 9 is a view describing a routing method when a "destination node” already knows an optimal route to a "source node” after route discovery.
- source node F determines if an optimal or auxiliary route to destination node I is recorded in its ARTT and NTT. It is determined that an optimal or auxiliary route to destination node I is not recorded in the ARTT and NTT of source node F.
- Source node F unicasts an RREQ to destination node I.
- destination node I which received the RREQ knows an optimal route to source node F. That is, an optimal route to source node F is recorded in the NTT of destination node I. Accordingly, destination node I transmits an RREP through the optimal route to source node F.
- the routing route to transmit the RREP is I-G-F.
- Destination node I provides information on the optimal route from destination node I to source node F to source node F. Accordingly, a source node can know an optimal route to a destination node, and the source node can transmit a packet through the optimal route to the destination node.
- Figs. 10 and 11 are views describing a recovery process when connection between nodes is broken in the wireless network according to an exemplary embodiment of the present invention.
- source node C first transmits the packet to destination node M along the route C-B-J-K-L-M.
- destination node M can not receive the packet transmitted from source node C.
- Node J detects that node K is broken, and broadcasts an RREQ to its lower nodes.
- node J receives an RREP from its lower nodes, connection between node J and lower nodes of node K is recovered. If node J first receives the RREP from one of node I and node L which are upper nodes of destination node M, connection to destination node M is recovered.
- node J first receives the RREP from node L of upper nodes I and L of destination node M, node J recovers connection to node L and destination node M.
- Node L changes and records its parent node from node K to node H in the tree. That is, the parent node of node L becomes newly-connected node H instead of broken node K.
- node J receives the RREP from its lower nodes, node J selects as a routing route the node closest to node K among nodes which has transmitted the RREP, and can recover connection to destination node M. That is, if node J receives the RREP from nodes I and L, node J selects as a routing route node L closer to node K, and can recover connection to destination node M.
- node J when node J detects that node K is broken, node J receives the RREP only from lower nodes of node K, so that connection to destination node M can be recovered. That is, node J receives the RREP only from node L, a lower node of node K, instead of all the lower nodes of node J, so that connection to destination node M and lower nodes of node K can be recovered.
- the present invention is applicable to a wireless network, and especially to a wireless device having a tree-based mesh structure.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
- Mobile Radio Communication Systems (AREA)
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US67922505P | 2005-05-10 | 2005-05-10 | |
| US68001405P | 2005-05-12 | 2005-05-12 | |
| KR1020060034538A KR100781369B1 (en) | 2005-05-10 | 2006-04-17 | Routing method in wireless network and communication apparatus of using the same |
| PCT/KR2006/001736 WO2006121283A1 (en) | 2005-05-10 | 2006-05-09 | Routing method in wireless network and communication apparatus of using the same |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| EP1875673A1 EP1875673A1 (en) | 2008-01-09 |
| EP1875673A4 true EP1875673A4 (en) | 2008-05-07 |
Family
ID=37396749
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP06757676A Withdrawn EP1875673A4 (en) | 2005-05-10 | 2006-05-09 | ROUTING METHOD IN A WIRELESS NETWORK AND COMMUNICATION APPARATUS USING THE SAME |
Country Status (2)
| Country | Link |
|---|---|
| EP (1) | EP1875673A4 (en) |
| WO (1) | WO2006121283A1 (en) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8737267B2 (en) * | 2008-01-30 | 2014-05-27 | Qualcomm Incorporated | Management of wireless relay nodes using routing table |
| JP4613967B2 (en) * | 2008-02-21 | 2011-01-19 | 沖電気工業株式会社 | Communication path setting method, communication path setting program, communication terminal, wireless network system |
| US9118593B2 (en) | 2010-10-07 | 2015-08-25 | Enghouse Networks Limited | System and method for best value routing |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1475927A2 (en) * | 2003-05-09 | 2004-11-10 | Samsung Electronics Co., Ltd. | Apparatus and method for setting up of optimum route using tree-topology |
| WO2004107679A2 (en) * | 2003-06-03 | 2004-12-09 | Casient Ltd | System and method for wireless mesh networking |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US6130881A (en) * | 1998-04-20 | 2000-10-10 | Sarnoff Corporation | Traffic routing in small wireless data networks |
| US6385174B1 (en) * | 1999-11-12 | 2002-05-07 | Itt Manufacturing Enterprises, Inc. | Method and apparatus for transmission of node link status messages throughout a network with reduced communication protocol overhead traffic |
-
2006
- 2006-05-09 WO PCT/KR2006/001736 patent/WO2006121283A1/en not_active Ceased
- 2006-05-09 EP EP06757676A patent/EP1875673A4/en not_active Withdrawn
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| EP1475927A2 (en) * | 2003-05-09 | 2004-11-10 | Samsung Electronics Co., Ltd. | Apparatus and method for setting up of optimum route using tree-topology |
| WO2004107679A2 (en) * | 2003-06-03 | 2004-12-09 | Casient Ltd | System and method for wireless mesh networking |
Non-Patent Citations (2)
| Title |
|---|
| J. ZHENG ET AL.: "IEEE 802.15.5 WPAN Mesh Networks", 13 May 2005 (2005-05-13), XP002473693, Retrieved from the Internet <URL:http://ieee802.org/15/pub/05/15-05-0260-00-0005-802-15-5-mesh-networks.pdf> [retrieved on 20080320] * |
| See also references of WO2006121283A1 * |
Also Published As
| Publication number | Publication date |
|---|---|
| WO2006121283A1 (en) | 2006-11-16 |
| EP1875673A1 (en) | 2008-01-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP1645066A4 (en) | METHOD AND APPARATUS FOR PACKET GROUPING IN A WIRELESS COMMUNICATION NETWORK | |
| EP1889408A4 (en) | METHOD AND APPARATUS FOR ACCESSING A WIRELESS COMMUNICATION NETWORK | |
| EP1712089A4 (en) | METHODS AND APPARATUS FOR MULTI-CARRIER AND MULTI-CELL WIRELESS COMMUNICATION NETWORKS | |
| EP1860796A4 (en) | WIRELESS COMMUNICATION APPARATUS AND WIRELESS COMMUNICATION METHOD | |
| EP1865618A4 (en) | MOBILE TERMINAL, APPARATUS AND METHOD FOR WIRELESS COMMUNICATION | |
| EP1938488A4 (en) | SYSTEM AND METHOD FOR DETERMINING THE POSITION OF A DEVICE IN A WIRELESS TELECOMMUNICATION NETWORK | |
| FR2883437B1 (en) | DEVICE AND METHOD FOR COMMUNICATION IN A NETWORK | |
| EP1839403A4 (en) | PROVIDING REFERENCES ON A WIRELESS NETWORK | |
| EP1774799A4 (en) | NEIGHBOUND CHANNEL SCANNING IN WIRELESS LOCAL NETWORKS | |
| EP1852987A4 (en) | MOBILE STATION APPARATUS AND WIRELESS COMMUNICATION METHOD | |
| EP1827039A4 (en) | WIRELESS COMMUNICATION DEVICE AND COMMUNICATION METHOD | |
| EP1737162A4 (en) | WIRELESS NODE APPARATUS AND MULTI-HOP WIRELESS LOCAL NETWORK SYSTEM | |
| EP2158731A4 (en) | SCANNING METHOD USED IN WIRELESS LOCAL NETWORK, STATION SUPPORTING SAID METHOD AND FRAME FORMAT THEREOF | |
| EP1806895A4 (en) | PACKET COMMUNICATION NETWORK AND PACKET COMMUNICATION METHOD | |
| EP1880512A4 (en) | OPTIMAL PATH ROUTING METHOD IN A WIRELESS NETWORK | |
| EP1833186A4 (en) | WIRELESS COMMUNICATION SYSTEM | |
| EP1878164A4 (en) | DEVICE AND METHOD PRESENTING THE AVAILABILITY OF WIRELESS LOCAL NETWORK | |
| EP2168308A4 (en) | WIRELESS NETWORK MANAGEMENT PROCEDURE, STATION SUPPORTING THE PROCEDURE, AND FRAME FORMAT FOR THE PROCEDURE | |
| EP1843498A4 (en) | WIRELESS COMMUNICATION APPARATUS | |
| EP1606961A4 (en) | METHOD FOR PLACING NODE IN A WIRELESS NETWORK, SUCH AS A WIRELESS LOCAL NETWORK | |
| EP1843497A4 (en) | WIRELESS COMMUNICATION APPARATUS, MOBILE TERMINAL AND WIRELESS COMMUNICATION METHOD | |
| EP1915671A4 (en) | APPARATUS AND METHOD FOR FACILITATING NETWORK SECURITY | |
| FI20030633A0 (en) | Communication method, system and network element | |
| EP1830503A4 (en) | APPARATUS AND METHOD FOR WIRELESS COMMUNICATION | |
| EP1805638A4 (en) | CONTENT ENCRYPTION METHOD, SYSTEM AND METHOD FOR PROVIDING CONTENT THROUGH THE NETWORK USING THE ENCRYPTION METHOD |
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: 20070719 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): DE FR GB IT SE |
|
| RIC1 | Information provided on ipc code assigned before grant |
Ipc: H04L 12/56 20060101AFI20080325BHEP |
|
| A4 | Supplementary search report drawn up and despatched |
Effective date: 20080403 |
|
| RBV | Designated contracting states (corrected) |
Designated state(s): DE FR GB IT SE |
|
| DAX | Request for extension of the european patent (deleted) | ||
| 17Q | First examination report despatched |
Effective date: 20080717 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20090128 |