JP2008048429A - Method for saving power in wireless lan, base station, terminal station, wireless lan system - Google Patents

Method for saving power in wireless lan, base station, terminal station, wireless lan system Download PDF

Info

Publication number
JP2008048429A
JP2008048429A JP2007232510A JP2007232510A JP2008048429A JP 2008048429 A JP2008048429 A JP 2008048429A JP 2007232510 A JP2007232510 A JP 2007232510A JP 2007232510 A JP2007232510 A JP 2007232510A JP 2008048429 A JP2008048429 A JP 2008048429A
Authority
JP
Japan
Prior art keywords
terminal station
data
base station
station
terminal
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.)
Pending
Application number
JP2007232510A
Other languages
Japanese (ja)
Inventor
Shinichi Morimoto
伸一 森本
Hidetaka Kurokawa
英貴 黒川
Yoko Omori
陽子 大森
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
Priority to JP2007232510A priority Critical patent/JP2008048429A/en
Publication of JP2008048429A publication Critical patent/JP2008048429A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

<P>PROBLEM TO BE SOLVED: To provide a power saving method in a wireless LAN quickly shifting into Doze state at a terminal station regardless of presence of data for the terminal station in a base station. <P>SOLUTION: When the base station receives a PS-Poll signal that prompts transmission of data destined for the terminal station from the terminal station belonging to the base station (401, 411), it transmits an ACK signal that indicates successful reception of the PS-Poll signals to the terminal station (402, 412). If there exists data destined for the terminal station, it transmits a data frame including the data (413), and if there is no data destined for the terminal station, it transmits a data frame with no content (403). If the terminal station receives the data frame (including such the data frame with no content), it shifts into Doze state where transmission/reception function stops after transmitting the ACK signal to the base station (404, 414). <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、無線LAN、特に、IEEE802.11準拠の無線LANにおける省電力化に関する。   The present invention relates to power saving in a wireless LAN, in particular, a wireless LAN compliant with IEEE 802.11.

IEEE802.11準拠の無線LANにおける省電力化は、例えば、図1のようなシーケンスにより行われている(IEEE Std 802.11, 9.7 Frame exchange sequences, Table 21 Frame sequences(非特許文献1)を参照)。   For example, power saving in a wireless LAN compliant with IEEE802.11 is performed by a sequence as shown in FIG. 1 (see IEEE Std 802.11, 9.7 Frame exchange sequences, Table 21 Frame sequences (Non-patent Document 1)).

図1(a)は、基地局に端末局向けデータが蓄積されていない場合のシーケンスである。端末局は、自局向け下りデータの送信を要求するために、送受信機能がオンとなるActiveモードに遷移した後、基地局にデータ送信を促す制御パケットであるPS−Pollを基地局に送信する(ステップ101)。基地局は、PS−Pollを誤り無く受信すると、受信成功通知信号ACKを送信する(ステップ102)。端末局は、ACKの受信完了により、送受信機能がオフとなるDoze状態に遷移する。   FIG. 1A is a sequence in the case where data for terminal stations is not accumulated in the base station. In order to request transmission of downlink data for the local station, the terminal station transmits PS-Poll, which is a control packet that prompts the base station to transmit data, after transitioning to the Active mode in which the transmission / reception function is turned on. (Step 101). When receiving the PS-Poll without error, the base station transmits a reception success notification signal ACK (step 102). Upon completion of reception of ACK, the terminal station transitions to a Doze state in which the transmission / reception function is turned off.

図1(b)は、基地局に端末局向けデータが蓄積されている場合のシーケンスである。端末局は、自局向け下りデータの送信を要求するために、Activeモードに遷移した後、PS−Pollを基地局に送信する(ステップ111)。基地局は、PS−Pollを誤り無く受信すると、データフレームを送信する(ステップ112)。端末局は、データフレームを誤り無く受信すると、ACKを送信する(ステップ113)。端末局は、ACKの送信完了により、Doze状態に遷移する。   FIG. 1B is a sequence in the case where terminal station data is accumulated in the base station. The terminal station transmits PS-Poll to the base station after transitioning to the Active mode in order to request transmission of downlink data for the local station (step 111). When the base station receives the PS-Poll without error, the base station transmits a data frame (step 112). When receiving the data frame without error, the terminal station transmits ACK (step 113). The terminal station transitions to the Doze state when transmission of the ACK is completed.

図2は、このときの端末局の動作を示すフローチャートである。端末局は、受信動作を開始すると、Active状態に遷移する(ステップ201)。次に、基地局に対して、当該端末局向けデータの送信要求として、PS−Pollを送信する(ステップ202)。次に、PS−Pollに対する基地局の応答がACKかDataかの受信判定を行なう(ステップ203)。ACKもDataも受信できなかった場合、再度PS−Poll送信を行う(ステップ202)。ACKを受信した場合、基地局には自端末局向けデータは蓄積されていないと判断し、Doze状態に遷移する(ステップ205)。Dataを受信した場合、端末局は、基地局に対してACKを送信し(ステップ204)、Doze状態に遷移して(ステップ205)、受信動作を完了する。   FIG. 2 is a flowchart showing the operation of the terminal station at this time. When starting the reception operation, the terminal station transitions to the Active state (step 201). Next, PS-Poll is transmitted to the base station as a data transmission request for the terminal station (step 202). Next, it is determined whether the base station response to PS-Poll is ACK or Data (step 203). If neither ACK nor Data can be received, PS-Poll transmission is performed again (step 202). When ACK is received, it is determined that the data for the terminal station is not accumulated in the base station, and the state transits to the Doze state (step 205). When receiving the data, the terminal station transmits ACK to the base station (step 204), transits to the Doze state (step 205), and completes the receiving operation.

以上において、基地局に端末局向けデータが蓄積されている場合、基地局は、端末局からPS−Poll信号を誤り無く受信すると、Dataフレームを返信していた。しかしながら、一般に市販されている無線LAN基地局では、端末局からのPS−Pollに対して、当該端末局向けデータの有無によらず、ACKを返信するようになっていることが多い。これは、Dataフレームの送信完了には時間がかかるために、とりあえず、端末局に対してPS−Poll信号を誤り無く受信したことを伝えるためである。そして、IEEE802.11においても、ACKを返信することが認められている。   In the above, when data for the terminal station is accumulated in the base station, the base station returns a Data frame when receiving the PS-Poll signal from the terminal station without error. However, in general, a commercially available wireless LAN base station often returns an ACK to the PS-Poll from the terminal station regardless of the presence or absence of data for the terminal station. This is because it takes time to complete the transmission of the Data frame, and for the time being, to notify the terminal station that the PS-Poll signal has been received without error. In IEEE 802.11, it is permitted to return an ACK.

図3には、基地局が、端末局からのPS−Pollに対して、当該端末局向けデータの有無によらず、ACKを返信する場合のシーケンスが示されている(非特許文献1を参照)。   FIG. 3 shows a sequence in the case where the base station returns an ACK to the PS-Poll from the terminal station regardless of the presence / absence of data for the terminal station (see Non-Patent Document 1). ).

図3(a)は、基地局に端末局向けデータが蓄積されていない場合のシーケンスである。端末局は、自局向け下りデータの送信を要求するためにActiveモードに遷移した後、PS−Pollを基地局に送信する(ステップ301)。基地局は、PS−Pollを誤り無く受信すると、ACKを送信する(ステップ302)。   FIG. 3A is a sequence in the case where data for terminal stations is not accumulated in the base station. The terminal station transmits PS-Poll to the base station after transitioning to the Active mode in order to request transmission of downlink data for the local station (step 301). When the base station receives PS-Poll without error, the base station transmits ACK (step 302).

図3(b)は、基地局に端末局向けデータが蓄積されている場合のシーケンスである。端末局は、自局向け下りデータの送信を要求するために、Activeモードに遷移した後、PS−Pollを基地局に送信する(ステップ311)。基地局は、PS−Pollを誤り無く受信すると、ACKを送信する(ステップ312)。端末局向けのデータが蓄積されている場合、さらにデータフレームを送信する(ステップ313)。端末局は、データフレームを誤り無く受信すると、ACKを送信する(ステップ314)。
IEEE Std 802.11, 9.7 Frame exchange sequences, Table 21 Frame sequences
FIG. 3B is a sequence in a case where data for terminal stations is accumulated in the base station. The terminal station transmits PS-Poll to the base station after transitioning to the Active mode in order to request transmission of downlink data for the local station (step 311). When receiving the PS-Poll without error, the base station transmits ACK (step 312). If data for the terminal station is accumulated, a data frame is further transmitted (step 313). When receiving the data frame without error, the terminal station transmits ACK (step 314).
IEEE Std 802.11, 9.7 Frame exchange sequences, Table 21 Frame sequences

このように、一般的な無線LANのPower Saveモードでのデータ通信は、基地局における端末局向けデータの有無によって、端末局−基地局間のフレームシーケンスが異なっている。そして、図3のように、基地局が、端末局からのPS−Pollに対して、当該端末局向けデータの有無によらず、ACKを返信する場合には、端末局は、基地局にデータが蓄積されていない場合のDoze状態への遷移判断が難しく、消費電力の低減が困難であった。なぜなら、端末局は、ACKを受信した時点では、自端末局向けデータの有無を判断することができないため、速やかにDoze状態に遷移することができないからである(ACKを受信した時点では、基地局において端末局向けデータが存在するかどうかわからない。したがって、端末局向けデータがない場合には、そのままDoze状態に遷移するわけにはいかない)。   As described above, in data communication in the power save mode of a general wireless LAN, the frame sequence between the terminal station and the base station differs depending on the presence or absence of data for the terminal station in the base station. Then, as shown in FIG. 3, when the base station returns an ACK to the PS-Poll from the terminal station regardless of the presence or absence of data for the terminal station, the terminal station transmits data to the base station. It is difficult to determine the transition to the Doze state when no is stored, and it is difficult to reduce power consumption. This is because when the terminal station receives the ACK, the terminal station cannot determine the presence / absence of the data for the terminal station, and thus cannot promptly transition to the Doze state (when the terminal station receives the ACK, It is not known whether there is data for the terminal station at the station, so if there is no data for the terminal station, it is not possible to transit to the Doze state as it is).

本発明は、基地局における端末局向けデータの有無によらず、端末局において速やかにDoze状態への遷移が可能となる、無線LANにおける省電力化方法を提供することにある。   An object of the present invention is to provide a power saving method in a wireless LAN that enables a terminal station to promptly transition to the Doze state regardless of the presence or absence of data for the terminal station in the base station.

上記目的を達成するために、本発明の第1の様相によれば、無線LANシステムにおける省電力化方法は、基地局が、基地局に帰属する端末局から、端末局宛のデータの送信を促す信号を受信すると、端末局にその信号の受信成功を示すACK信号を送信し、端末局宛のデータがある場合には当該データを含むデータフレームを送信し、端末局宛のデータがない場合には中身のないデータフレームを送信するステップと、端末局が、中身のないデータフレームを受信すると送受信機能が停止する状態に遷移するステップと、を有する。   In order to achieve the above object, according to a first aspect of the present invention, in a power saving method in a wireless LAN system, a base station transmits data addressed to a terminal station from a terminal station belonging to the base station. When an urging signal is received, an ACK signal indicating successful reception of the signal is transmitted to the terminal station. When there is data addressed to the terminal station, a data frame including the data is transmitted, and there is no data addressed to the terminal station Includes a step of transmitting a data frame having no content, and a step of transitioning to a state in which the transmission / reception function is stopped when the terminal station receives the data frame having no content.

本発明の第2の様相によれば、中身のないデータフレームを受信すると送受信機能が停止する状態に遷移する端末局を含む無線LANシステムにおける基地局は、基地局に帰属する端末局から、端末局宛のデータの送信を促す信号を受信すると、端末局にその信号の受信成功を示すACK信号を送信する手段と、端末局から端末局宛のデータの送信を促す信号を受信すると、端末局宛のデータがある場合には当該データを含むデータフレームを生成して端末局に送信し、端末局宛のデータがない場合には、中身のないデータフレームを生成して端末局に送信する手段と、を有する。   According to the second aspect of the present invention, a base station in a wireless LAN system including a terminal station that transitions to a state in which a transmission / reception function is stopped when a data frame having no contents is received is transmitted from a terminal station belonging to the base station to a terminal When receiving a signal prompting transmission of data addressed to the station, a means for transmitting an ACK signal indicating successful reception of the signal to the terminal station, and receiving a signal prompting transmission of data addressed to the terminal station from the terminal station, A means for generating a data frame including the data when there is data addressed and transmitting it to the terminal station, and generating a data frame having no contents and transmitting it to the terminal station when there is no data addressed to the terminal station And having.

本発明の第3の様相によれば、無線LANシステムにおける端末局は、端末局が帰属する基地局に、端末局宛のデータの送信を促す信号を送信する第1の手段と、基地局から中身のないデータフレームを受信すると、基地局にACK信号を送信し、端末局を送受信機能が停止する状態に遷移させる第2の手段と、を有する。   According to the third aspect of the present invention, the terminal station in the wireless LAN system transmits from the base station a first means for transmitting a signal prompting transmission of data addressed to the terminal station to the base station to which the terminal station belongs. A second means for transmitting an ACK signal to the base station when the data frame having no content is received and causing the terminal station to transition to a state in which the transmission / reception function is stopped.

本発明の第4の様相によれば、中身のないデータフレームを受信すると送受信機能が停止する状態に遷移する端末局と基地局とを含む無線LANシステムの基地局における省電力化方法であって、基地局に帰属する端末局から、端末局宛のデータの送信を促す信号を受信すると、端末局にその信号の受信成功を示すACK信号を送信するステップと、端末局から端末局宛のデータの送信を促す信号を受信すると、端末局宛のデータがある場合には当該データを含むデータフレームを生成して端末局に送信し、端末局宛のデータがない場合には、中身のないデータフレームを生成して端末局に送信するステップと、を含む。   According to a fourth aspect of the present invention, there is provided a power saving method in a base station of a wireless LAN system including a terminal station and a base station that transition to a state in which a transmission / reception function is stopped when a data frame having no contents is received. When receiving a signal prompting transmission of data addressed to the terminal station from the terminal station belonging to the base station, a step of transmitting an ACK signal indicating successful reception of the signal to the terminal station; and data addressed to the terminal station from the terminal station When there is data addressed to the terminal station, if there is data addressed to the terminal station, a data frame including the data is generated and transmitted to the terminal station. Generating a frame and transmitting it to the terminal station.

本発明の第5の様相によれば、無線LANシステムの端末局における省電力化方法は、端末局が帰属する基地局に、端末局宛のデータの送信を促す信号を送信するステップと、基地局から中身のないデータフレームを受信すると、基地局にACK信号を送信し、端末局を送受信機能が停止する状態に遷移させるステップと、を含む。   According to a fifth aspect of the present invention, a power saving method in a terminal station of a wireless LAN system includes a step of transmitting a signal prompting a base station to which the terminal station belongs to prompt transmission of data addressed to the terminal station; Receiving an empty data frame from the station, transmitting an ACK signal to the base station, and transitioning the terminal station to a state where the transmission / reception function is stopped.

本発明の第6の様相によれば、少なくとも基地局と移動局から構成される無線LANシステムにおいて、基地局は、基地局に帰属する端末局から、端末局宛のデータの送信を促す信号を受信すると、端末局にその信号の受信成功を示すACK信号を送信する手段と、端末局から端末局宛のデータの送信を促す信号を受信すると、端末局宛のデータがある場合には当該データを含むデータフレームを生成して端末局に送信し、端末局宛のデータが場合には、中身のないデータフレームを生成して前記端末局送信する手段と、を有し、端末局は、端末局が帰属する基地局に、端末局宛のデータの送信を促す信号を送信する手段と、基地局から中身のないデータフレームを受信すると、基地局にACK信号を送信し、端末局を送受信機能が停止する状態に遷移させる手段と、を有することを特徴とする。   According to the sixth aspect of the present invention, in a wireless LAN system including at least a base station and a mobile station, the base station transmits a signal prompting transmission of data addressed to the terminal station from the terminal station belonging to the base station. When receiving, when receiving a signal that prompts the terminal station to transmit an ACK signal indicating successful reception of the signal and a signal prompting the terminal station to transmit data addressed to the terminal station, if there is data addressed to the terminal station, the data Generating a data frame including the data frame and transmitting the data frame to the terminal station, and when there is data addressed to the terminal station, the terminal station generates a data frame having no content and transmits the terminal station. A means for transmitting a signal for urging transmission of data addressed to the terminal station to the base station to which the station belongs, and upon receiving a data frame having no contents from the base station, an ACK signal is transmitted to the base station, and the terminal station is transmitted and received. Stops And having means for transitioning to the state, the.

一例として、本発明の省電力化方法では、基地局は、基地局に帰属する端末局から、この端末局宛のデータの送信を促すPS−Poll信号を受信すると、端末局にPS−Poll信号の受信成功を示すACK信号を送信し、さらに、端末局宛のデータがある場合には、当該データを含むデータフレームを送信し、端末局宛のデータがない場合には、中身のないデータフレームを送信する。そして、端末局は、このデータフレーム(中身のないデータフレームを含む)を受信すると、基地局にACK信号を送信した後、送受信機能が停止するDoze状態に遷移する。以上により、端末局宛のデータがない場合であっても、基地局にACK信号を送信し終わるとDoze状態に遷移するので、Doze状態への遷移判断が容易になる。   As an example, in the power saving method of the present invention, when the base station receives a PS-Poll signal urging transmission of data addressed to the terminal station from the terminal station belonging to the base station, the base station transmits the PS-Poll signal to the terminal station. ACK signal indicating successful reception of the terminal station, and if there is data addressed to the terminal station, a data frame including the data is transmitted. Send. When the terminal station receives this data frame (including a data frame with no contents), it transmits an ACK signal to the base station, and then transitions to a Doze state in which the transmission / reception function is stopped. As described above, even when there is no data addressed to the terminal station, since the transition to the Doze state is made when the transmission of the ACK signal to the base station is completed, it is easy to determine the transition to the Doze state.

以上説明したように、本発明によれば、基地局に端末局向けデータが蓄積されていない場合においても、端末局からのPS−Pollに対して、データが蓄積されている場合と同じ動作を行なうため、端末局は一連のフレーム交換手順が完了したことによって、Doze状態に遷移することができるので、端末局の省電力化が可能となる効果がある。   As described above, according to the present invention, even when data for the terminal station is not accumulated in the base station, the same operation as when data is accumulated is performed for PS-Poll from the terminal station. Therefore, since the terminal station can transition to the Doze state when the series of frame exchange procedures is completed, there is an effect that the power consumption of the terminal station can be reduced.

次に、本発明の実施の形態について、図面を参照して詳細に説明する。   Next, embodiments of the present invention will be described in detail with reference to the drawings.

図4には、本発明の一実施形態のIEEE802.11準拠の無線LANにおける省電力化方法のシーケンスが示されている。図3と同様に、基地局が、端末局からのPS−Pollに対して、当該端末局向けデータの有無によらず、ACKを返信する。   FIG. 4 shows a sequence of a power saving method in a wireless LAN compliant with IEEE 802.11 according to an embodiment of the present invention. Similar to FIG. 3, the base station returns an ACK to the PS-Poll from the terminal station regardless of the presence or absence of data for the terminal station.

図4(a)は、基地局に端末局向けデータが蓄積されていない場合のシーケンスである。端末局は、自局向け下りデータの送信を要求するために、Activeモードに遷移した後、PS−Pollを基地局に送信する(ステップ401)。基地局は、PS−Pollを誤り無く受信すると、ACKを送信する(ステップ402)。基地局はまた、PS−Pollに対して、端末局向けのデータが蓄積されていないので、データの中身がないデータフレームを端末局に送信する(ステップ403)。端末局は、このデータの中身のないデータフレームを誤り無く受信すると、ACKを送信する(ステップ404)。端末局はACKの送信完了により、Doze状態に遷移する。   FIG. 4A is a sequence in the case where data for terminal stations is not accumulated in the base station. The terminal station transmits PS-Poll to the base station after transitioning to the Active mode in order to request transmission of downlink data for the local station (step 401). When the base station receives PS-Poll without error, the base station transmits ACK (step 402). Further, since the data for the terminal station is not stored in the PS-Poll, the base station transmits a data frame having no data content to the terminal station (step 403). When the terminal station receives the data frame having no data content without error, the terminal station transmits ACK (step 404). The terminal station transitions to the Doze state upon completion of ACK transmission.

図4(b)は、基地局に端末局向けデータが蓄積されている場合のシーケンスである。端末局は、自局向け下りデータの送信を要求するために、Activeモードに遷移した後、PS−Pollを基地局に送信する(ステップ411)。基地局は、PS−Pollを誤り無く受信すると、ACKを送信する(ステップ412)。基地局はまた、PS−Pollに対して、端末局向けのデータが蓄積されているので、データフレームを端末局に送信する(ステップ413)。端末局は、データフレームを誤り無く受信すると、ACKを送信する(ステップ414)。端末局はACKの送信完了により、Doze状態に遷移する。   FIG. 4B is a sequence in the case where data for terminal stations is accumulated in the base station. The terminal station transmits PS-Poll to the base station after making a transition to the Active mode in order to request transmission of downlink data for its own station (step 411). When receiving the PS-Poll without error, the base station transmits ACK (step 412). The base station also transmits a data frame to the terminal station because data for the terminal station is stored in PS-Poll (step 413). When the terminal station receives the data frame without error, it transmits an ACK (step 414). The terminal station transitions to the Doze state upon completion of ACK transmission.

このようにして、本発明では、基地局に端末局向けデータが蓄積されていない場合においても、端末局からのPS−Pollに対して、データが蓄積されている場合と同じ動作を行なうため、端末局は一連のフレーム交換手順が完了したことによって(ACK信号送信の完了によって)、Doze状態に遷移することができる。   Thus, in the present invention, even when data for the terminal station is not accumulated in the base station, the same operation as when data is accumulated is performed for PS-Poll from the terminal station. The terminal station can transition to the Doze state by completing a series of frame exchange procedures (by completing the ACK signal transmission).

図5には、図4の場合の端末局の動作を示すフローチャートが示されている。端末局は受信動作を開始すると、Active状態に遷移する(ステップ501)。次に、基地局に対して、当該端末局向けデータの送信要求としてPS−Pollを送信する(ステップ502)。そして、PS−Pollに対する基地局の応答であるACK受信判定を行なう(ステップ503)。ACKを受信できなかった場合、再度PS−Poll送信に移る。ACKを受信した場合、基地局から送られる自端末局向けデータ受信(ここで受信されるデータフレームは、データの中身がないデータフレームを含む)を行なう(ステップ504)。データを受信した場合、端末局は基地局に対してACKを送信し(ステップ505)、Doze状態に遷移し(ステップ506)、受信動作を完了する。   FIG. 5 shows a flowchart showing the operation of the terminal station in the case of FIG. When the terminal station starts the reception operation, the terminal station transitions to the Active state (step 501). Next, PS-Poll is transmitted to the base station as a data transmission request for the terminal station (step 502). Then, ACK reception determination which is a response of the base station to PS-Poll is performed (step 503). If the ACK is not received, the PS-Poll transmission is resumed. When ACK is received, data reception for the terminal station transmitted from the base station is performed (the data frame received here includes a data frame having no data content) (step 504). When data is received, the terminal station transmits ACK to the base station (step 505), transits to the Doze state (step 506), and completes the receiving operation.

本発明の他の実施形態として、端末局は基地局帰属時に、基地局のAssociation Response情報から、当該基地局がIEEE802.11に準拠した基地局であるか(すなわち、端末局からのPS−Pollに対して、当該端末局宛のデータがない場合、ACK信号のみを返す基地局)、本発明の基地局(すなわち、端末局からのPS−Pollに対して、当該端末局宛のデータがない場合でも、ACK信号のみならず中身のないデータフレームを返す基地局)であるかを判断し、図3または図4のシーケンスを選択するようにしてもよい。   As another embodiment of the present invention, when a terminal station belongs to a base station, it is determined from the base station's Association Response information that the base station is a base station compliant with IEEE 802.11 (ie, PS-Poll from the terminal station). On the other hand, when there is no data addressed to the terminal station, there is no data addressed to the terminal station for the base station of the present invention (that is, PS-Poll from the terminal station) that returns only the ACK signal. Even in this case, it may be determined whether it is a base station that returns not only an ACK signal but also an empty data frame), and the sequence shown in FIG. 3 or 4 may be selected.

IEEE802.11準拠の無線LANにおける、従来技術の省電力化方法のシーケンスを示した図である。(a)は、基地局に端末局向けデータが蓄積されていない場合のシーケンスであり、(b)は、基地局に端末局向けデータが蓄積されている場合のシーケンスである。It is the figure which showed the sequence of the power saving method of the prior art in the wireless LAN based on IEEE802.11. (A) is a sequence when data for terminal stations is not accumulated in the base station, and (b) is a sequence when data for terminals is accumulated in the base station. 図1のときの端末局の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the terminal station at the time of FIG. 従来技術において、基地局が、端末局からのPS−Pollに対して、当該端末局向けデータの有無によらず、ACKを返信する場合のシーケンスを示した図である。(a)は、基地局に端末局向けデータが蓄積されていない場合のシーケンスであり、(b)は、基地局に端末局向けデータが蓄積されている場合のシーケンスである。In the prior art, it is the figure which showed the sequence in case a base station returns ACK with respect to PS-Poll from a terminal station irrespective of the presence or absence of the data for the said terminal stations. (A) is a sequence when data for terminal stations is not accumulated in the base station, and (b) is a sequence when data for terminals is accumulated in the base station. IEEE802.11準拠の無線LANにおける、本発明の省電力化方法のシーケンスを示した図である。(a)は、基地局に端末局向けデータが蓄積されていない場合のシーケンスであり、(b)は、基地局に端末局向けデータが蓄積されている場合のシーケンスである。It is the figure which showed the sequence of the power saving method of this invention in the wireless LAN based on IEEE802.11. (A) is a sequence when data for terminal stations is not accumulated in the base station, and (b) is a sequence when data for terminals is accumulated in the base station. 図4のときの端末局の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the terminal station at the time of FIG.

符号の説明Explanation of symbols

101、111、301、311、401、411 PS−Poll送受信
102、113、302、312、314、402、404、412、414 ACK送受信
112、313、403、413 Data送受信
201〜205 ステップ
501〜506 ステップ
101, 111, 301, 311, 401, 411 PS-Poll transmission / reception 102, 113, 302, 312, 314, 402, 404, 412, 414 ACK transmission / reception 112, 313, 403, 413 Data transmission / reception 201-205 steps 501-506 Step

Claims (6)

無線LANシステムにおける省電力化方法であって、
基地局が、該基地局に帰属する端末局から、該端末局宛のデータの送信を促す信号を受信すると、前記端末局に前記信号の受信成功を示すACK信号を送信し、前記端末局宛のデータがある場合には当該データを含むデータフレームを送信し、前記端末局宛のデータがない場合には中身のないデータフレームを送信するステップと、
前記端末局が、前記中身のないデータフレームを受信すると送受信機能が停止する状態に遷移するステップと、
を有する省電力化方法。
A power saving method in a wireless LAN system,
When the base station receives a signal urging transmission of data addressed to the terminal station from the terminal station belonging to the base station, the base station transmits an ACK signal indicating successful reception of the signal to the terminal station, and Transmitting a data frame including the data when there is data, and transmitting a data frame without content when there is no data addressed to the terminal station;
The terminal station transitions to a state in which the transmission / reception function stops when receiving the data frame without the content;
A power saving method.
中身のないデータフレームを受信すると送受信機能が停止する状態に遷移する端末局を含む無線LANシステムにおける基地局であって、
該基地局に帰属する端末局から、該端末局宛のデータの送信を促す信号を受信すると、前記端末局に前記信号の受信成功を示すACK信号を送信する手段と、
前記端末局から前記端末局宛のデータの送信を促す信号を受信すると、前記端末局宛のデータがある場合には当該データを含むデータフレームを生成して前記端末局に送信し、前記端末局宛のデータがない場合には、中身のないデータフレームを生成して前記端末局に送信する手段と、
を有する基地局。
A base station in a wireless LAN system including a terminal station that transitions to a state in which a transmission / reception function is stopped when a data frame without content is received,
Means for transmitting from the terminal station belonging to the base station a signal prompting transmission of data addressed to the terminal station, and transmitting an ACK signal indicating successful reception of the signal to the terminal station;
When a signal prompting transmission of data addressed to the terminal station is received from the terminal station, if there is data addressed to the terminal station, a data frame including the data is generated and transmitted to the terminal station. If there is no data addressed to, means for generating a data frame without content and transmitting it to the terminal station;
Base station with
無線LANシステムにおける端末局であって、
該端末局が帰属する基地局に、前記端末局宛のデータの送信を促す信号を送信する第1の手段と、
前記基地局から中身のないデータフレームを受信すると、前記基地局にACK信号を送信し、前記端末局を送受信機能が停止する状態に遷移させる第2の手段と、
を有する端末局。
A terminal station in a wireless LAN system,
First means for transmitting a signal prompting transmission of data addressed to the terminal station to a base station to which the terminal station belongs;
A second means for transmitting an ACK signal to the base station upon receiving an empty data frame from the base station, and causing the terminal station to transition to a state in which a transmission / reception function is stopped;
A terminal station.
中身のないデータフレームを受信すると送受信機能が停止する状態に遷移する端末局と基地局とを含む無線LANシステムの基地局における省電力化方法であって、
前記基地局に帰属する端末局から、該端末局宛のデータの送信を促す信号を受信すると、前記端末局に前記信号の受信成功を示すACK信号を送信するステップと、
前記端末局から前記端末局宛のデータの送信を促す信号を受信すると、前記端末局宛のデータがある場合には当該データを含むデータフレームを生成して前記端末局に送信し、前記端末局宛のデータがない場合には、中身のないデータフレームを生成して前記端末局に送信するステップと、
を含む省電力化方法。
A power saving method in a base station of a wireless LAN system including a terminal station and a base station that transition to a state in which a transmission / reception function is stopped when a data frame without content is received,
When receiving a signal urging transmission of data addressed to the terminal station from the terminal station belonging to the base station, transmitting an ACK signal indicating successful reception of the signal to the terminal station;
When a signal prompting transmission of data addressed to the terminal station is received from the terminal station, if there is data addressed to the terminal station, a data frame including the data is generated and transmitted to the terminal station. If there is no data addressed to, generating a data frame without content and transmitting it to the terminal station; and
Power saving method including
無線LANシステムの端末局における省電力化方法であって、
前記端末局が帰属する基地局に、前記端末局宛のデータの送信を促す信号を送信するステップと、
前記基地局から中身のないデータフレームを受信すると、前記基地局にACK信号を送信し、前記端末局を送受信機能が停止する状態に遷移させるステップと、
を含む省電力化方法。
A power saving method in a terminal station of a wireless LAN system,
Transmitting a signal prompting transmission of data addressed to the terminal station to a base station to which the terminal station belongs;
Upon receiving an empty data frame from the base station, transmitting an ACK signal to the base station, and transitioning the terminal station to a state in which a transmission / reception function is stopped,
Power saving method including
少なくとも基地局と移動局から構成される無線LANシステムであって、
前記基地局は、
該基地局に帰属する端末局から、該端末局宛のデータの送信を促す信号を受信すると、前記端末局に前記信号の受信成功を示すACK信号を送信する手段と、
前記端末局から前記端末局宛のデータの送信を促す信号を受信すると、前記端末局宛のデータがある場合には当該データを含むデータフレームを生成して前記端末局に送信し、前記端末局宛のデータがない場合には、中身のないデータフレームを生成して前記端末局に送信する手段と、
を有し、
前記端末局は、
該端末局が帰属する基地局に、前記端末局宛のデータの送信を促す信号を送信する手段と、
前記基地局から中身のないデータフレームを受信すると、前記基地局にACK信号を送信し、前記端末局を送受信機能が停止する状態に遷移させる手段と、
を有することを特徴とする、無線LANシステム。
A wireless LAN system comprising at least a base station and a mobile station,
The base station
Means for transmitting from the terminal station belonging to the base station a signal prompting transmission of data addressed to the terminal station, and transmitting an ACK signal indicating successful reception of the signal to the terminal station;
When a signal prompting transmission of data addressed to the terminal station is received from the terminal station, if there is data addressed to the terminal station, a data frame including the data is generated and transmitted to the terminal station. If there is no data addressed to, means for generating a data frame without content and transmitting it to the terminal station;
Have
The terminal station
Means for transmitting a signal prompting transmission of data addressed to the terminal station to a base station to which the terminal station belongs;
Means for transmitting an ACK signal to the base station upon receiving an empty data frame from the base station, and for causing the terminal station to transition to a state in which a transmission / reception function is stopped;
A wireless LAN system comprising:
JP2007232510A 2007-09-07 2007-09-07 Method for saving power in wireless lan, base station, terminal station, wireless lan system Pending JP2008048429A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007232510A JP2008048429A (en) 2007-09-07 2007-09-07 Method for saving power in wireless lan, base station, terminal station, wireless lan system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007232510A JP2008048429A (en) 2007-09-07 2007-09-07 Method for saving power in wireless lan, base station, terminal station, wireless lan system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2004189759A Division JP4032257B2 (en) 2004-06-28 2004-06-28 Power saving method in wireless LAN, base station, terminal station, wireless LAN system

Publications (1)

Publication Number Publication Date
JP2008048429A true JP2008048429A (en) 2008-02-28

Family

ID=39181646

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007232510A Pending JP2008048429A (en) 2007-09-07 2007-09-07 Method for saving power in wireless lan, base station, terminal station, wireless lan system

Country Status (1)

Country Link
JP (1) JP2008048429A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005066914A1 (en) * 2003-12-19 2005-07-21 Motorola, Inc. Unscheduled power save delivery method in a wireless local area network for real time communication

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2005066914A1 (en) * 2003-12-19 2005-07-21 Motorola, Inc. Unscheduled power save delivery method in a wireless local area network for real time communication

Similar Documents

Publication Publication Date Title
JP4032257B2 (en) Power saving method in wireless LAN, base station, terminal station, wireless LAN system
US8064374B2 (en) Power save mechanism for wireless communication devices
EP2733997B1 (en) Power management for wireless networks
JP2020502908A (en) Improved power saving mode for wireless devices
JP2006060788A (en) Method of optimizing energy consumption of communication station in radio network, and method of controlling communication station
JP2010130096A (en) Wireless terminal, base station, wireless communication system and wireless communication method
JP2012186828A (en) Power save enhancements for wireless communication
US20170367040A1 (en) Information processing device and information processing method
JP5113154B2 (en) Station detection for wireless communication
US20160119864A1 (en) Method and apparatus for connecting portable terminal to wlan
JP6690641B2 (en) Communication device and communication method
US20100054166A1 (en) Apparatus and method for controlling idle mode of mobile station in a wireless communication system
JP4670457B2 (en) Wireless LAN terminal, wireless LAN system, and state transition method
JP5344557B2 (en) Wireless communication system, power saving method thereof, wireless base station and wireless terminal used therefor
JP2008048429A (en) Method for saving power in wireless lan, base station, terminal station, wireless lan system
JP2009060485A (en) Information communication apparatus, information communication system, and information communication method
JP5028653B2 (en) Radio communication system and mobile radio terminal apparatus
JP5896475B2 (en) Wireless access point, communication system, wireless terminal, and communication program
JP2005057685A (en) Radio communication method, base station, mobile station, method and program for data transmitting/receiving
JP5856538B2 (en) Wireless communication apparatus and communication operation control method
KR100652020B1 (en) Wireless communication terminal requesting saving mode according to the residue of battery and its method, and the system controlling the wireless communication terminal and its method
JP2010177892A (en) Wireless communication terminal
JP2013074523A (en) Base station upper-level device, communication terminal and radio communication system

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20080704

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100519

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100929