WO2002041590A1 - Media access control for wireless systems - Google Patents

Media access control for wireless systems Download PDF

Info

Publication number
WO2002041590A1
WO2002041590A1 PCT/GB2001/005032 GB0105032W WO0241590A1 WO 2002041590 A1 WO2002041590 A1 WO 2002041590A1 GB 0105032 W GB0105032 W GB 0105032W WO 0241590 A1 WO0241590 A1 WO 0241590A1
Authority
WO
WIPO (PCT)
Prior art keywords
atm
interval
protocol
ifs
difs
Prior art date
Application number
PCT/GB2001/005032
Other languages
French (fr)
Inventor
Rahim Tafazolli
Georgios Sfikas
Original Assignee
University Of Surrey
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 University Of Surrey filed Critical University Of Surrey
Priority to AU2002214162A priority Critical patent/AU2002214162A1/en
Publication of WO2002041590A1 publication Critical patent/WO2002041590A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W74/00Wireless channel access, e.g. scheduled or random access
    • H04W74/02Hybrid access techniques

Abstract

An asynchronous transfer mode (ATM) transmission method employs a MAC protocol including a Distributed Coordination Function (DCF) having a Distributed Interframe Spacing (DIFS) and a Point Coordination Function (PCF) having a Point Interframe Spacing (PIFS). The protocol has at least one additional IFS having an interval intermediate the interval of the DIFS and the interval of the PIFS.

Description

MEDIA ACCESS CONTROL FOR WIRELESS SYSTEMS
The invention relates to media access control (MAC) for wireless systems, particularly
wireless Carrier Sense Multiple Access systems
The invention has particular, though not exclusive, applicability to the Media Access
Control (MAC) protocol, known as Distributed Foundation Wireless MAC
(DFWMAC) drawn up by the IEEE 802.11 Committee, tasked with the role of
standardising protocols for Wireless Local Area Networks (WLANs) - see IEEE,
Draft Standard IEEE 802.11, Wireless LAN, P802.il/Dl, December 1994.
DFWMAC is a hybrid multiple access protocol because the existence of an Access
Point (AP) is not necessary for protocol operation. The protocol also enables an ad
hoc network with distributed control to be established. It is also capable of supporting
both asynchronous data services and delay sensitive applications by dividing
transmission time into frames, each frame consisting of two parts - a 'controlled' part
and a 'random' part. The physical layer uses Spread Spectrum (SS) access; both
Frequency Hopping (FH) and Direct Sequence (DS) SS approaches have been
adopted.
The MAC protocol uses a contention mechanism to allow stations to share a wireless
channel. This mechanism is based on a Carrier Sense Multiple Access (CSMA) mechanism, similar to the IEEE 802.3 standard. An extension of the CSMA to
include a Collision Detection mechanism (CSMA-CD) is not possible in the radio
environment, because a station cannot, simultaneously, transmit and receive on the
same channel, as required in the part of the CSMA-CD protocol that detects for
collisions (when two or more stations transmit at the same time). Therefore, a
wireless terminal is not always able to determine that a collision has occurred until the
end of the transmission period, making the detection of the collision very inefficient,
since scarce resources are being wasted. However, the IEEE 802.11 MAC extends
the CSMA protocol by introducing a Collision Avoidance mechanism (CSMA-CA),
which reduces the collision probability. The basic protocol used in the CSMA-CA
protocol is known as Distributed Coordination Function (DCF).
DCF is implemented in every station. It is used both for offering asynchronous data
services, and as the basis for the development of a mechanism for offering 'delay
bounded' service to delay sensitive applications. The CSMA-CA protocol is a
variation of the usual CSMA protocol described in "Telecommunications Networks:
protocol, modelling and analysis" by Mischa Schwartz, Addision Wesley series in
Electrical and computer engineering, Addison-Wesley 1987. A node first listens to
the channel to determine if the medium is available, and transmits only when the
medium is idle. 'Collision avoidance' reduces the probability of a collision among
contending terminals by calculating a random idle time at each terminal, during which
the terminal defers transmission, waiting to see if the medium remains idle. A graphical presentation of this mechanism, is shown in Figure 1(a).
A characteristic of the CSMA-CA protocol is the introduction of various values of
InterFrame Spacing (IFS) to give priorities to different types of MAC packets. For
the basic mechanism now described by way of illustration, only the Distributed IFS
(DIFS) time is important. From the end of a frame transmission, the access procedure
is the following:
All stations do not transmit any information for a time period DIFS.
The stations that have new packets to transmit (terminal A, say) calculate a
random backoff number, which is a timer that indicates when this packet can
be transferred (in time slots). However, the 'countdown' process starts after
the expiration of the DIFS time (that is when the medium becomes idle). This
random backoff time is given in Equation 1, where CW is the value of the
contention window at the time of the calculation, and n a uniformly selected
random number within [0,1].
(backoff time)=CWn (1)
In the illustrated example, the 'countdown process' for terminal A starts at the end of
the DIFS interval (at time t,) but stops (at time t^) when the medium being accessed becomes busy. The 'countdown process' recommences at the end of the next DIFS
interval (at time t^ for the remaining part of the backoff time (Δt), and terminal A will
start to transmit (at time t4) when the backoff time has expired, provided the medium
remains idle.
The slot duration depends on the physical layer implementation. Its value is chosen
in such a way that stations starting transmissions in different slots are guaranteed not
to collide. The value of the CW in Equation 1 is initialised to CW™n.
Retransmissions cause the value of CW to grow exponentially (binary exponential
backoff) up to CW™. In Figure la it can be seen that only one random backoff
duration is being calculated for each packet. As explained, this duration is used as the
starting value of a timer that only counts down when the medium is idle and stops
when the medium is sensed busy. The packet is transmitted when the timer reaches
zero. For the interest of fairness, a station cannot send packets that are separated only
by a DIFS interval; it must calculate a backoff period, as described above, for each
separate frame, resulting to a Single Station Throughput (SST), where 'packet time'
is the length of the packet in time units (slots):
SST _1 =1 +[DIFS+V2CWmiaV(packet time) (2)
The basic CSMA-CA mechanism for the IEEE 802.11 MAC protocol has been further
enhanced with: (i) MAC level acknowledgements and retransmissions. The acknowledgements
have priority over the rest of the packets, because the station that issues an
acknowledgement (after the reception of a packet), uses the Short IFS (SIFS,
as shown in Figure 1(a)) timer to decide that the medium is idle.
(ii) Special Ready To Send/Clear to Send (RTS/CTS) frames, which implements
a mechanism for bandwidth reservation, reducing the hidden terminal problem
in ad hoc WLANs. The CTS packet follows the RTS and has increased
priority over the other packets, since it also uses the SIFS timer to decide on
the state of the channel.
(iii) A contention free, access method, known as Point Coordination Function
(PCF), through the use of the Point IFS (PIFS) timer, with a value between
' SIFS and DIFS (see Figure 1(a)). Terminals transmitting in the PCF have
higher priority packets, because they decide that the channel is free faster than
the terminals using the DIFS timer.
The point coordinator (one of the terminals in an ad hoc network, or an AP, if
available) can take control of the frame transmission by using the PIFS to access the
medium. Assuming the existence of an AP, the operation of the PCF is now
explained: The AP informs each terminal of its turn to transmit, by polling it. The
terminal transmits information, receives an acknowledgement and the AP polls the next terminal in its polling list. Each of the mobile stations can appear more than once
in the polling list, if necessary. The AP initiates the PCF periodically (every
SuperFrame (SF) period). All the terminals in the coverage area of an AP being
informed of the value of this period and the maximum duration of the PCF. At the
end of the PCF period, the AP informs the mobile stations of the beginning of the next
DCF period, by sending a certain packet. If the transmitted packets are being
acknowledged by the receiving station, the acknowledgement transmission takes place
when the SIFS timer expires (SIFS is shorter than PIFS). If a terminal does not react
within a SIFS time interval, then the PCF (the AP) shall resume control and transmit
the next frame after a PIFS gap.
The use of the above two access mechanisms (the PCF and the DCF) divides the SF
period into contention free and contention parts, as shown in Figure 1(b). The lengths
of each period are manageable objects. The contention free period is limited to allow
coexistence between contention and contention free traffic. The maximum time that
is allowed to be allocated to these services in a SF is such that at least one maximum
size MAC Protocol Data Unit (PDU) can still be transmitted during the SF period. A
phenomenon, known as SF stretching effect could take place, because a station may
transmit a long MAC packet, that interferes with the start of the next SF period (as
shown in Figure 1(c)). Since transmissions in the first, contention free, part have
priority over transmissions in the second contention part, different kinds of traffic can
be supported. Generally speaking, the first part (which uses the PCF) can be used for delay sensitive services, such as voice and video, whereas the second part (which uses
the DCF) can be used for delay independent services, such as general computer data
transmissions.
The transmission rate of the IEEE 802.11 physical layer is either 1 or 2 Mbps, per
Access Point (AP) (the physical layer overhead is always being transmitted at 1
Mbps). Several APs can be included in one location (i.e. a base station), resulting in
a higher bit-rate, able to satisfy most of the ATM services requirements as described,
for example, by Raif O. Onvural in Asynchronous Transfer Mode Networks:
Performance Issues, Artech. House Inc 1994 ISBN - 0-89006-662-0. A simplified
structure of the MAC frame, for data packets only, is shown in Figure 1(d). More
details about the IEEE 802.11 MAC protocol, the different transmitted messages and
the frame structure, can be found in the afore-mentioned IEEE, Draft Standard.
In general, random access protocols like CSMA-CA cannot adequately support delay
sensitive applications. The delay in transmission encountered by a data packet
depends on the offered load of the network. Random access techniques are suitable
for multiplexing bursty sources and have the capability to keep the delay per packet
low provided the aggregate traffic is a small portion of the system capacity. If this is
the case for a WATM LAN, for example, then the DCF can be used and an adhoc
network created amongst terminals. However, if the WATM LAN is required to
operate more efficiently and offer high QoS to delay sensitive applications, even when the offered load approaches system capacity, then the PCF approach would need to
be used.
An objective of the present invention is to improve efficiency of operation and QoS,
even when the offered load approaches system capacity. To that end, there is
provided in the MAC protocol at least one additional IFS defining an interval
intermediate that of the DIFS and the PIFS.
Accordingly, the present invention provides an Asynchronous Transfer Mode (ATM)
transmission method for use in a wireless communications system, the method
employing a protocol including a Distributed Coordination Function (DCF) having
a Distributed Interframe Spacing (DIFS) and a Point Coordination Function (PCF)
having a Point Interframe Spacing (PIFS), wherein said protocol includes at least one
additional Interframe Spacing (IFS) defining an interval(s) intermediate the interval
defined by said DIFS and the interval defined by said (PIFS).
In this way, the ATM QoS can be mapped to at least three different priorities,
respectively defined by the PIFS (used for real time (delay sensitive) ATM services),
the DIFS and the or each additional IFS (used for non-real time ATM services). This
approach assumes, of course, that the associated primitives are appropriately modified
to be compatible with the new protocol. The or each additional IFS is capable of creating different priorities amongst different
non-real time services such as nrt VBR (non-real time Variable Bit-Rate), ABR
(Available Bit-Rate), UBR (Unspecified Bit-Rate) and UBR+.
Embodiments of the invention are now described, by way of example only, with
reference to the accompanying drawings: of which
Figure 1(a) illustrates a known CSMA-CA access mechanism,
Figure 1(b) illustrates a MAC protocol Superframe structure,
Figure 1(c) illustrates stretching effect of the Superframe structure of Figure 1(b),
Figure 1(d) illustrates a simplified packet structure according to the IEEE 802.111
MAC protocol and
Figure 2 shows a CSMA-CA access mechanism according to the invention.
At least one additional IFS is provided to create different priorities between non-real
time ATM services that use the DCF or the contention part of the SF period.
Referring to Figure 2, a first additional IFS defining an interval ABRIFS supports ABR traffic and serves to differentiate ABR traffic from UBR traffic (which is
supported by the DIFS). Differentiation between ABR traffic and other types of ATM
non-real time traffic (such as UBR traffic) is needed when two stations exchange
RTS/CTS messages to reserve resources (band width) for, and transmit, those
different types of traffic (for hidden node problem alleviation).
Provided that PIFS < ABRIFS < DIFS there will be no interference between the
contention free and contention parts of the SF.
In another embodiment, also shown in Figure 2, a second additional IFS defining an
interval nrt-VBRIFS is also provided. This additional IFS supports nrt- VBR traffic
and serves to differentiate the nrt- VBR traffic from ABR traffic (which is supported
by the ABRIFS) and from UBR traffic (which is supported by the DIFS).
The nrt-VBRIFS could be the same as the ABRIFS. In this case, even though the nrt-
VBR and ABR services would have the same access priority (because their IFSs are
the same) they could still be treated differently provided the ABR service is permitted
to transmit larger MAC packets than the nrt-VBR service.
However, if the nrt-VBRIFS and ABRIFS have different values, then interference will
be avoided if PIFS<nrt-VBRIFS<ABRIFS<DIFS. Again, the afore-mentioned
restrictions on packet size may apply to allow "fairness" in the use of the medium .

Claims

1. An Asynchronous Transfer Mode (ATM) transmission method for use in a
wireless communications system, the method employing a MAC protocol including
a Distributed Coordination Function (DCF) having a Distributed Interframe Spacing
(DIFS) and a Point Coordination Function (PCF) having a Point Interframe Spacing
(PIFS), where said protocol includes at least one additional Interframe Spacing (IFS)
defining an interval(s) intermediate the interval defined by said DIFS and the interval
defined by said (PIFS).
2. An ATM method as claimed in claim 1 wherein said protocol includes a first
said additional IFS defining a first interval and a second said additional IFS defining
a second interval less than said first interval.
3. An ATM method as claimed in claim 2 wherein said at least one additional IFS
is capable of establishing different priorities amongst non-real time ATM services.
4. An ATM method as claimed in claim 3 wherein said non-real time ATM
services are transmitted during the contention period of a superframe (SF).
5. An ATM method as claimed in claim 3 or claim 4 wherein said first additional
IFS is capable of distinguishing an ABR service from a UBR service and said second additional IFS is capable of distinguishing nrt- VBR service from said ABR and UBR
services.
6. A wireless communications system including means for carrying out the ATM
method as claimed in any one of claims 1 to 5.
7. A protocol suitable for implementing the ATM method as claimed in any one
of claims 1 to 6.
8. An ATM method substantially as hereindescribed with reference to the
drawings.
9. A wireless communications system substantially as hereindescribed.
10. A protocol substantially as hereindescribed.
PCT/GB2001/005032 2000-11-17 2001-11-15 Media access control for wireless systems WO2002041590A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2002214162A AU2002214162A1 (en) 2000-11-17 2001-11-15 Media access control for wireless systems

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB0028111.3 2000-11-17
GB0028111A GB0028111D0 (en) 2000-11-17 2000-11-17 Media access control for wireless systems

Publications (1)

Publication Number Publication Date
WO2002041590A1 true WO2002041590A1 (en) 2002-05-23

Family

ID=9903386

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2001/005032 WO2002041590A1 (en) 2000-11-17 2001-11-15 Media access control for wireless systems

Country Status (3)

Country Link
AU (1) AU2002214162A1 (en)
GB (1) GB0028111D0 (en)
WO (1) WO2002041590A1 (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005025148A1 (en) * 2003-09-08 2005-03-17 Philips Intellectual Property & Standards Gmbh Method of providing a medium access protocol
WO2005048536A1 (en) * 2003-11-17 2005-05-26 Somfy Sas Link set up and relaying in a home automation adhoc network
WO2005067215A1 (en) * 2003-12-19 2005-07-21 Intel Corporation Polling in wireless networks through dynamic modification of polling intervals and virtual polling
WO2005086426A1 (en) * 2004-03-08 2005-09-15 Matsushita Electric Industrial Co., Ltd. Method for reducing medium access overhead in a wireless network
EP1681806A1 (en) * 2005-01-18 2006-07-19 Marvell World Trade Ltd. New WLAN TDM protocol
US7336642B2 (en) 2003-08-07 2008-02-26 Skypilot Networks, Inc. Communication protocol for a wireless mesh architecture
US7643509B2 (en) * 2003-12-22 2010-01-05 Electronics And Telecommunications Research Institute Hybrid implicit token carrier sensing multiple access/collision avoidance protocol
KR100934985B1 (en) 2004-01-19 2010-01-06 삼성전자주식회사 Wireless communication method following DCF rule
US7751374B2 (en) 2005-01-18 2010-07-06 Marvell World Trade Ltd. WLAN TDM protocol
US7920530B2 (en) 2005-01-18 2011-04-05 Marvell World Trade Ltd. WLAN TDM IFS time selection protocol
US8259655B2 (en) 2004-11-26 2012-09-04 Samsung Electronics Co., Ltd. Medium access method for contention and non-contention
WO2012160488A1 (en) * 2011-05-20 2012-11-29 Renesas Mobile Corporation Controlling access to a shared channel
US8660109B2 (en) 2011-05-20 2014-02-25 Renesas Mobile Corporation Apparatus and method for controlling communication

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CALLEGATI F ET AL: "Analysis of CSMA/CA protocol for wireless networking of ATM multiservice applications", GATEWAY TO THE TWENTY FIRST CENTURY. INTERNATIONAL CONFERENCE ON UNIVERSAL PERSONAL COMMUNICATIONS. 1996 5TH IEEE INTERNATIONAL CONFERENCE ON UNIVERSAL PERSONAL COMMUNICATIONS RECORD (CAT. NO.96TH8185), PROCEEDINGS OF ICUPC - 5TH INTERNATIONAL CONFER, 1996, New York, NY, USA, IEEE, USA, pages 286 - 290 vol.1, XP002191059, ISBN: 0-7803-3300-4 *
DR-JIUNN DENG ET AL: "A nonpreemptive priority-based access control scheme for broadband ad hoc wireless ATM local area networks", IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, SEPT. 2000, IEEE, USA, vol. 18, no. 9, pages 1731 - 1739, XP002191060, ISSN: 0733-8716 *

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7336642B2 (en) 2003-08-07 2008-02-26 Skypilot Networks, Inc. Communication protocol for a wireless mesh architecture
US8644271B2 (en) 2003-08-07 2014-02-04 Trilliant Networks, Inc. Communication protocol for a wireless mesh architecture
US8126006B2 (en) 2003-09-08 2012-02-28 Koninklijke Philips Electronics N.V. Method of providing a medium access protocol
WO2005025148A1 (en) * 2003-09-08 2005-03-17 Philips Intellectual Property & Standards Gmbh Method of providing a medium access protocol
WO2005048536A1 (en) * 2003-11-17 2005-05-26 Somfy Sas Link set up and relaying in a home automation adhoc network
CN100479608C (en) * 2003-11-17 2009-04-15 Somfy两合公司 Link set up and relaying in a home automation ADHOC network
US7706399B2 (en) 2003-12-19 2010-04-27 Intel Corporation Polling in wireless networks
WO2005067215A1 (en) * 2003-12-19 2005-07-21 Intel Corporation Polling in wireless networks through dynamic modification of polling intervals and virtual polling
US7643509B2 (en) * 2003-12-22 2010-01-05 Electronics And Telecommunications Research Institute Hybrid implicit token carrier sensing multiple access/collision avoidance protocol
US7974302B2 (en) 2003-12-22 2011-07-05 Electronics And Telecommunications Research Institute Hybrid implicit token carrier sensing multiple access/collision avoidance protocol
US7907627B2 (en) 2004-01-19 2011-03-15 Samsung Electronics Co., Ltd. Wireless communication method following DCF rule
KR100934985B1 (en) 2004-01-19 2010-01-06 삼성전자주식회사 Wireless communication method following DCF rule
WO2005086426A1 (en) * 2004-03-08 2005-09-15 Matsushita Electric Industrial Co., Ltd. Method for reducing medium access overhead in a wireless network
US7773577B2 (en) 2004-03-08 2010-08-10 Panasonic Corporation Method for reducing medium access overhead in a wireless network
US8259655B2 (en) 2004-11-26 2012-09-04 Samsung Electronics Co., Ltd. Medium access method for contention and non-contention
US7920530B2 (en) 2005-01-18 2011-04-05 Marvell World Trade Ltd. WLAN TDM IFS time selection protocol
US7751374B2 (en) 2005-01-18 2010-07-06 Marvell World Trade Ltd. WLAN TDM protocol
US8483190B2 (en) 2005-01-18 2013-07-09 Marvell World Trade Ltd. Wireless local area network (WLAN) time division multiplexed (TDM) interframe space (IFS) time selection protocol
EP1681806A1 (en) * 2005-01-18 2006-07-19 Marvell World Trade Ltd. New WLAN TDM protocol
US9301247B2 (en) 2005-01-18 2016-03-29 Marvell World Trade Ltd. Wireless local area network (WLAN) time division multiplexed (TDM) interframe space (IFS) time selection protocol
WO2012160488A1 (en) * 2011-05-20 2012-11-29 Renesas Mobile Corporation Controlling access to a shared channel
US8660109B2 (en) 2011-05-20 2014-02-25 Renesas Mobile Corporation Apparatus and method for controlling communication

Also Published As

Publication number Publication date
GB0028111D0 (en) 2001-01-03
AU2002214162A1 (en) 2002-05-27

Similar Documents

Publication Publication Date Title
EP1430619B1 (en) A system and method employing algorithms and protocols for optimizing carrier sense multiple access (CSMA) protocols in wireless networks
EP0615365B1 (en) A method of accessing a communication medium
US5384777A (en) Adaptive medium access control scheme for wireless LAN
Leung et al. Outdoor IEEE 802.11 cellular networks: MAC protocol design and performance
Choi et al. Multi-channel MAC protocol for mobile ad hoc networks
US20020093929A1 (en) System and method for sharing bandwidth between co-located 802.11a/e and HIPERLAN/2 systems
CN100407678C (en) Wireless communication device, a wireless communication system and a wireless communication method
Lindgren et al. Quality of service schemes for IEEE 802.11 a Simulation Study
Muir et al. A channel access protocol for multihop wireless networks with multiple channels
WO2002041590A1 (en) Media access control for wireless systems
Drabu A survey of QoS techniques in 802.11
Gupta et al. Random-access scheduling with service differentiation in wireless networks
Sheu et al. DBASE: A distributed bandwidth allocation/sharing/extension protocol for multimedia over IEEE 802.11 ad hoc wireless LAN
Fang et al. A synchronous, reservation based medium access control protocol for multihop wireless networks
Ahn et al. Soft reservation multiple access with priority assignment (SRMA/PA): A novel MAC protocol for QoS-guaranteed integrated services in mobile ad-hoc networks
Joe et al. Reservation csma/ca for multimedia traffic over mobile ad-hoc networks
Roy et al. An efficient cooperative MAC protocol for enhancing QoS of IEEE 802.11 e EDCA in saturated conditions
Li et al. Fixed collision rate back-off algorithm for wireless access networks
Siwamogsatham A hybrid coordination function scheme for WLANs
Suzuki et al. Performance evaluation of video transmission with the PCF of the IEEE 802.11 standard MAC protocol
Twu et al. Adaptive control strategy for the multi-layer collision resolution protocol
Lim et al. Achieving per-station fairness in IEEE 802.11 wireless LANs
Kajackas et al. Analysis of the technological expenditures of common WLAN models
Wei et al. A New PCF Scheme for Multimedia Traffic in IEEE 802.11 Wireless LAN
Siwamogsatham On Backoff Timer Scheduling for Smart-DCF and Performance Evaluation

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP