JP2008252565A - Wireless terminal and communication control method of wireless terminal - Google Patents

Wireless terminal and communication control method of wireless terminal Download PDF

Info

Publication number
JP2008252565A
JP2008252565A JP2007091693A JP2007091693A JP2008252565A JP 2008252565 A JP2008252565 A JP 2008252565A JP 2007091693 A JP2007091693 A JP 2007091693A JP 2007091693 A JP2007091693 A JP 2007091693A JP 2008252565 A JP2008252565 A JP 2008252565A
Authority
JP
Japan
Prior art keywords
retransmission
cwmin
data
collision
wireless 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
JP2007091693A
Other languages
Japanese (ja)
Inventor
Mariko Okuyama
真理子 奥山
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 JP2007091693A priority Critical patent/JP2008252565A/en
Publication of JP2008252565A publication Critical patent/JP2008252565A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a wireless terminal and a communication control method of the wireless terminal which can avoid an unnecessary collision/retransmission, even if transmission timings between terminals with high priority are coincident with each other by accident between terminals. <P>SOLUTION: A wireless terminal has a load state information acquiring portion 21 acquiring load state information of a bandwidth, a retransmission history information acquiring portion 22 acquiring data retransmission history information which the wireless terminal has required to transmit data, a determining portion 23 comparing the load state information with the data retransmission history information and determining whether or not a collision/retransmission is easy to occur in a wireless bandwidth channel, and a CWmin updating portion 24 increasing a minimum value (hereinafter, referred to as CWmin) of a contention window to be updated, when the determining portion 23 determines the collision/retransmission is easy to occur in the wireless bandwidth channel. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、無線アクセス方式にIEEE802.11eに規定される無線LAN QoSを採用する無線端末及び無線端末の通信制御方法に関する。   The present invention relates to a wireless terminal adopting wireless LAN QoS defined in IEEE802.11e as a wireless access method and a communication control method for the wireless terminal.

近年、インターネットの普及により通信ケーブルを必要としない無線LAN(Local Area Network)技術が普及している。無線LAN技術はパーソナルコンピュータ等の情報端末に限られず携帯電話端末分野においても広く用いられ、同一の無線LAN環境において、音声やデータなどを同時に送受信して扱うことが多くなってきている。   2. Description of the Related Art In recent years, wireless LAN (Local Area Network) technology that does not require a communication cable has spread due to the spread of the Internet. Wireless LAN technology is widely used not only for information terminals such as personal computers but also in the field of mobile phone terminals, and in the same wireless LAN environment, voice and data are often transmitted and received at the same time.

音声やビデオといった様々なカテゴリのパケットを効率的に送受信するためには、無線LAN環境におけるQoS(Quality of Service)機能が非常に重要となる。
無線LAN環境におけるQoS保証の標準技術としてIEEE802.11eがある。無線LANにおいては、同一基地局に対してアクセスする端末は共通の無線チャネルを共有するため、同一基地局に対してアクセスする端末数が増加する場合には、音声途切れやデータ遅延などの品質劣化を起こす可能性がある。
In order to efficiently transmit and receive various categories of packets such as voice and video, a QoS (Quality of Service) function in a wireless LAN environment is very important.
There is IEEE 802.11e as a standard technology for QoS guarantee in a wireless LAN environment. In a wireless LAN, terminals accessing the same base station share a common wireless channel. Therefore, when the number of terminals accessing the same base station increases, quality degradation such as voice interruption and data delay occurs. May cause.

IEEE802.11eで規定される無線LAN QoSにおいては、データを4つのカテゴリ、AC_VO(音声)、AC_VI(ビデオ)、AC_BK(バックグランド)、及びAC_BE(ベストエフォート)として定義し、カテゴリごとに定めたQoS Parameterを用いるEDCA(Enhanced Distributed Coordination Access)方式に基づいてQoS機能を実現することができる。   In wireless LAN QoS specified by IEEE802.11e, data is defined as four categories, AC_VO (voice), AC_VI (video), AC_BK (background), and AC_BE (best effort), and is defined for each category. The QoS function can be realized based on an EDCA (Enhanced Distributed Coordination Access) method using QoS Parameters.

伝送遅延を小さく抑えたい音声パケット及び画像パケットに対して、それぞれAC_VO及びAC_VIというカテゴリが用意されている。これら2つのカテゴリAC_VO及びカテゴリAC_VIは、他のカテゴリAC_BK及びカテゴリAC_BEと比べて、バックオフ期間生成時の初期乱数として小さな値を設定する。具体的には、バックオフ期間は、0からコンテンション・ウィンドウのサイズ(以下、CWと称す。)までの整数をランダムに選択し、一定値で決定されているスロットタイムを選択した整数倍した時間として算出される。各端末はバックオフ期間待機した後、送信を開始する。パケットが衝突し送信が失敗した場合、及びカテゴリ間の競合で送信されなかったカテゴリは、CW値を2倍にし、再度送信手順を行う。この際、CWの初期値はCWの最小値(以下、CWminと称す。)で与えられ、CWの最大値(以下、CWmaxと称す。)を超えない値とされる。
これにより、音声パケット及び画像パケットのカテゴリが優先的に送信権を取得することができ、音声途切れや画像データ遅延などの品質劣化を防ぐことができる。
AC_VO and AC_VI categories are prepared for audio packets and image packets for which transmission delay is to be kept small. These two categories AC_VO and AC_VI are set to a small value as an initial random number at the time of generating the back-off period, as compared with the other categories AC_BK and AC_BE. Specifically, for the back-off period, an integer from 0 to the contention window size (hereinafter referred to as CW) is randomly selected, and the slot time determined by a constant value is multiplied by the selected integer. Calculated as time. Each terminal starts transmission after waiting for a back-off period. If a packet collides and transmission fails, and a category that has not been transmitted due to competition between categories, the CW value is doubled and the transmission procedure is performed again. At this time, the initial value of CW is given by the minimum value of CW (hereinafter referred to as CWmin), and does not exceed the maximum value of CW (hereinafter referred to as CWmax).
As a result, the right of transmission can be acquired preferentially for the categories of audio packets and image packets, and quality degradation such as audio interruption and image data delay can be prevented.

CWminはQoS Parameterに含まれており、基地局(以下、AP(Access Point)と称する。)は、APが配信する報知情報であるビーコンフレームを用いて、4つのカテゴリ分のQoS Parameterのセットを全端末向けに配信する。AP配下の全ての端末は、カテゴリごとのQoS Parameterについて、共通の値を使用する。   CWmin is included in QoS Parameter, and a base station (hereinafter referred to as AP (Access Point)) uses a beacon frame that is broadcast information distributed by AP to set a set of QoS Parameters for four categories. Deliver to all terminals. All terminals under the AP use a common value for the QoS Parameter for each category.

例えば特許文献1には、バックオフ期間を算出する際に使用するCWmax及び/又はCWminを変更する機能を備えた基地局が開示されている。これにより、パケットの衝突率の増加を改善でき、パフォーマンスを改善することができる。   For example, Patent Document 1 discloses a base station having a function of changing CWmax and / or CWmin used when calculating a backoff period. Thereby, an increase in the collision rate of packets can be improved, and performance can be improved.

また、特許文献2には、失敗または衝突の平滑化された確率に基づいて、バックオフ期間を算出するためのCWminを変更するQoS提供方法が開示されている。
特開2006−246030号公報 特表2006−520140号公報
Patent Document 2 discloses a QoS providing method for changing CWmin for calculating a backoff period based on a smoothed probability of failure or collision.
JP 2006-246030 A Special Table 2006-520140

しかしながら、特許文献1に記載の基地局は、QoS機能について異なるアクセスカテゴリ間においては、上述したカテゴリによる優先制御が有効に機能するものの、QoS Parameterが全端末において同一であるため、同一のアクセスカテゴリ間においては優先制御が機能しない。また、初期乱数を小さく設定している端末においては、その端末数が増えた場合には、バックオフによる衝突回避機能特性が劣化してしまうという問題がある。
さらにまた、特許文献2に記載のQoS提供方法については、端末ごとにCWを変更することができるものの、上述した優先度の高い端末間の送信タイミングが端末間で偶然一致した場合には、実際の帯域負荷状況情報と比較して通常より高い衝突・再送が発生してしまうという問題がある。
However, the base station described in Patent Document 1 has the same access category because the QoS parameters are the same in all terminals, although the priority control based on the above-described category functions effectively between different access categories for the QoS function. Priority control does not work in between. In addition, in a terminal in which the initial random number is set small, there is a problem that the collision avoidance function characteristics due to back-off deteriorate when the number of terminals increases.
Furthermore, with respect to the QoS providing method described in Patent Document 2, although the CW can be changed for each terminal, if the transmission timing between the above-described high-priority terminals coincides between the terminals, There is a problem in that collision / retransmission higher than usual occurs as compared with the bandwidth load status information.

本発明にかかる無線端末は、帯域の負荷状況情報を取得する負荷状況情報取得部と、無線端末がデータを再送するために要したデータ再送履歴情報を取得する再送履歴情報取得部と、負荷状況情報及びデータ再送履歴情報とを比較し、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定する判定部と、判定部が無線帯域チャネルにおいて衝突・再送が起きやすい状況であると判定した場合に、コンテンション・ウィンドウの最小値(以下、CWminと称す)を増加させて更新するCWmin更新部とを備えるものである。   A radio terminal according to the present invention includes a load status information acquisition unit that acquires load status information of a band, a retransmission history information acquisition unit that acquires data retransmission history information required for the radio terminal to retransmit data, and a load status Information and data retransmission history information are compared to determine whether collision / retransmission is likely to occur in the radio band channel, and the determination unit is likely to cause collision / retransmission in the radio band channel. And a CWmin updating unit that updates the contention window by increasing a minimum value (hereinafter referred to as CWmin).

このような構成により、衝突・再送が起きやすい状況において、バックオフ期間をより長い期間から開始することができ、他の端末と異なったタイミングでデータを送信することができる。
このため、優先度の高い端末間の送信タイミングが端末間で偶然一致した場合であっても、不要な衝突・再送を回避することができる。
With such a configuration, in a situation where collision / retransmission is likely to occur, the back-off period can be started from a longer period, and data can be transmitted at a timing different from that of other terminals.
For this reason, even when the transmission timing between terminals with high priority coincides accidentally between terminals, unnecessary collision / retransmission can be avoided.

また、本発明にかかる無線端末の通信制御方法は、帯域の負荷状況情報を取得するステップと、無線端末がデータを再送するために要したデータ再送履歴情報を取得するステップと、負荷状況情報及びデータ再送履歴情報とを比較し、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定するステップと、無線帯域チャネルにおいて衝突・再送が起きやすい状況であると判定された場合に、コンテンション・ウィンドウの最小値(以下、CWminと称す)を増加させて更新するステップとを備えるものである。   The wireless terminal communication control method according to the present invention includes a step of acquiring bandwidth load status information, a step of acquiring data retransmission history information required for the wireless terminal to retransmit data, a load status information, and Comparing with data retransmission history information to determine whether collision / retransmission is likely to occur in the radio band channel, and when it is determined that collision / retransmission is likely to occur in the radio band channel And a step of increasing and updating the minimum value of the contention window (hereinafter referred to as CWmin).

このような方法により、衝突・再送が起きやすい状況において、優先度の高い端末間の送信タイミングが端末間で偶然一致した場合であっても、不要な衝突・再送を回避することができる。   By such a method, in a situation where collision / retransmission is likely to occur, unnecessary collision / retransmission can be avoided even if the transmission timing between terminals with high priority coincides accidentally between terminals.

本発明によれば、優先度の高い端末間の送信タイミングが端末間で偶然一致した場合であっても、不要な衝突・再送を回避することができる無線端末及び無線端末の通信制御方法を提供することができる。   According to the present invention, it is possible to provide a wireless terminal and a wireless terminal communication control method capable of avoiding unnecessary collision / retransmission even when the transmission timing between terminals with high priority coincides accidentally between terminals. can do.

発明の実施の形態1.
以下、本発明を適用した具体的な実施の形態1について、図面を参照しながら詳細に説明する。図1は、本発明の実施形態1に係る無線端末を含む無線LANシステムの構成を示す図である。図1に示すように、無線LANシステムは、無線LAN基地局としてのAP(アクセスポイント)11に、無線LAN端末としての複数のVoIP(Voice over Internet Protocol)端末12乃至14が接続している。
ここで、AP11及びVoIP端末12乃至14は、IEEE802.11eに準拠した装置である。また、図1には図示しないが、VoIP端末12乃至14以外にも複数のVoIP端末が存在することができる。
Embodiment 1 of the Invention
Hereinafter, a specific first embodiment to which the present invention is applied will be described in detail with reference to the drawings. FIG. 1 is a diagram showing a configuration of a wireless LAN system including a wireless terminal according to Embodiment 1 of the present invention. As shown in FIG. 1, in the wireless LAN system, a plurality of VoIP (Voice over Internet Protocol) terminals 12 to 14 as wireless LAN terminals are connected to an AP (access point) 11 as a wireless LAN base station.
Here, the AP 11 and the VoIP terminals 12 to 14 are devices compliant with IEEE 802.11e. Although not shown in FIG. 1, a plurality of VoIP terminals can exist in addition to the VoIP terminals 12 to 14.

図2は、VoIP端末12乃至14の内部構成を示す図である。
図2に示されるようにVoIP端末は、ビーコンフレームから帯域の負荷状況情報を取得する負荷状況情報取得部21と、データ再送履歴情報としてのデータ再送回数を取得する再送履歴情報取得部22と、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定する判定部23と、CWminを増加させて更新するCWmin更新部34を備える。尚、図2には図示しないが、VoIP端末はIEEE802.11eに準拠したその他の必要な機能も当然備えているものとする。
FIG. 2 is a diagram illustrating an internal configuration of the VoIP terminals 12 to 14.
As shown in FIG. 2, the VoIP terminal includes a load status information acquisition unit 21 that acquires bandwidth load status information from a beacon frame, a retransmission history information acquisition unit 22 that acquires the number of data retransmissions as data retransmission history information, A determination unit 23 that determines whether or not collision / retransmission is likely to occur in the wireless band channel, and a CWmin update unit 34 that increases and updates CWmin are provided. Although not shown in FIG. 2, it is assumed that the VoIP terminal also has other necessary functions based on IEEE 802.11e.

次に、図1に示す無線LANシステムにおいて、本発明の実施の形態1に係るVoIP端末による具体的な動作について説明する。尚、以下に説明する実施の形態1においては、全てのVoIP端末12乃至14が20ms周期によってデータ送信するものとする。
図3は、本発明の実施の形態1に係るVoIP端末による処理を示すフローチャートである。
Next, in the wireless LAN system shown in FIG. 1, a specific operation by the VoIP terminal according to Embodiment 1 of the present invention will be described. In the first embodiment described below, it is assumed that all VoIP terminals 12 to 14 transmit data in a 20 ms cycle.
FIG. 3 is a flowchart showing processing by the VoIP terminal according to Embodiment 1 of the present invention.

図3に示すように、まず負荷状況情報取得部21は、AP11からのビーコンフレームを受信し、ビーコンフレームに含まれるQBSS Load情報に基づいて、帯域の負荷状況情報を取得する(S301)。   As shown in FIG. 3, the load status information acquisition unit 21 first receives a beacon frame from the AP 11, and acquires the load status information of the band based on the QBSS load information included in the beacon frame (S301).

ビーコンフレームは、AP11が定期的に報知情報を通知するためブロードキャストにより送信するものであり、図4に示すように、ビーコンフレーム41は、IEEE802.11eのパラメタ化されたサービス品質(QoS)の基本サービス・セット(BSS)としてのQBSS(QoS Basic Service Set)Load element42を含み、さらに、帯域の負荷状況情報を示すChannel Utilization43情報を含む。
これにより、VoIP端末は帯域の負荷状況を把握することができる。
尚、帯域の負荷状況を取得するための手段は、Channel Utilization43情報に限定されず、例えば、VoIP端末がプローブリクエストをAP11に送信し、AP11からの応答状況に基づいて帯域の負荷状況を取得するように構成しても良い。
The beacon frame is transmitted by broadcast so that the AP 11 periodically notifies the broadcast information. As shown in FIG. 4, the beacon frame 41 is a parameterized quality of service (QoS) of IEEE802.11e. It includes a QBSS (QoS Basic Service Set) Load element 42 as a service set (BSS), and further includes Channel Utilization 43 information indicating the load status information of the band.
Thereby, the VoIP terminal can grasp | ascertain the load condition of a zone | band.
The means for acquiring the load status of the band is not limited to the channel utilization 43 information. For example, the VoIP terminal transmits a probe request to the AP 11 and acquires the load status of the band based on the response status from the AP 11. You may comprise as follows.

次いで、再送履歴情報取得部22は、VoIP端末が1つのデータを再送するために要したデータ再送履歴情報としてのデータ再送回数を取得する(S302)。
尚、データ再送履歴情報はデータ再送回数に限定されず、例えばデータ送信に要したデータ送信時間等に基づいて算出しても良い。
Next, the retransmission history information acquisition unit 22 acquires the number of data retransmissions as data retransmission history information required for the VoIP terminal to retransmit one piece of data (S302).
The data retransmission history information is not limited to the number of data retransmissions, and may be calculated based on, for example, the data transmission time required for data transmission.

次いで、判定部23は、負荷状況及びデータ再送回数を比較し、無線帯域チャネルにおいて、優先度の高いVoIP端末間の送信タイミングが偶然一致することによる衝突・再送が起きやすい状況であるか否かを判定する(S303)。
ここで、負荷状況及びデータ再送回数の比較については、例えば、負荷状況が高いにもかかわらずデータ再送回数が少ない、又は、負荷状況が低いにも関わらずデータ再送回数が多いなどを比較し、このような場合にはチャネルの使用状況に応じたデータ再送回数となっておらず、衝突・再送が起きやすい状況であるものと判定する。
Next, the determination unit 23 compares the load status and the number of data retransmissions to determine whether or not collision / retransmission is likely to occur due to accidental coincidence of transmission timings between VoIP terminals with high priority in the radio band channel. Is determined (S303).
Here, for comparison of the load status and the number of data retransmissions, for example, compare the number of data retransmissions is small despite the high load status, or the number of data retransmissions is large despite the low load status, In such a case, the number of data retransmissions according to the channel usage status is not reached, and it is determined that collision / retransmission is likely to occur.

そして、判定部23が無線帯域チャネルにおいて、優先度の高いVoIP端末間の送信タイミングが偶然一致することによる衝突・再送が起きやすい状況であると判定した場合に、CWmin更新部24は、VoIP端末内に設定されるカテゴリAC_VOのCWminを後述するように増加させて更新する(S304)。
これにより、VoIP端末は、バックオフ期間をより長い期間から開始することができる。このため、他の端末と異なったタイミングでデータを送信することができ、衝突を回避することができる。
When the determination unit 23 determines that a collision / retransmission is likely to occur due to accidental coincidence of transmission timings between VoIP terminals with high priority in the wireless band channel, the CWmin update unit 24 selects the VoIP terminal. The CWmin of the category AC_VO set in is increased and updated as will be described later (S304).
Thereby, the VoIP terminal can start the back-off period from a longer period. For this reason, data can be transmitted at a different timing from other terminals, and collision can be avoided.

続いて、CWminの初期設定値及びその更新方法について説明する。
まず、カテゴリAC_VOに対するコンテンション・ウィンドウの最小値であるCWminについて説明する。
カテゴリAC_BEのCWminをaCWminとした場合に、カテゴリAC_VOのCWminの初期設定値は以下の式1に基づいて算出する。
AC_VO CWmin=((aCWmin+1)/4)−1・・・・(式1)
そして、上記式1により算出したカテゴリAC_VOのCWminの初期設定値を増加させて更新させる場合には、以下の式2に基づいて増加させるものとし、定数nを変化させることにより更新を行う。
AC_VO CWmin=((aCWmin+1)/4)+n・・・・(式2)
Next, an initial setting value of CWmin and an updating method thereof will be described.
First, CWmin that is the minimum value of the contention window for category AC_VO will be described.
When the CWmin of the category AC_BE is set to aCWmin, the initial setting value of the CWmin of the category AC_VO is calculated based on the following Equation 1.
AC_VO CWmin = ((aCWmin + 1) / 4) −1 (Expression 1)
When the initial setting value of CWmin of the category AC_VO calculated by the above equation 1 is increased and updated, it is increased based on the following equation 2 and updated by changing the constant n.
AC_VO CWmin = ((aCWmin + 1) / 4) + n (Expression 2)

また、カテゴリAC_VOに対するコンテンション・ウィンドウの最大値であるCWmaxは、以下の式3に基づいて算出する。
AC_VO CWmax=((aCWmin+1)/2)−1・・・・(式3)
一方、カテゴリAC_VIに対するCWminは、以下の式4に基づいて算出する。
AC_VI CWmin=((aCWmin+1)/2)−1・・・・(式4)
Also, CWmax, which is the maximum value of the contention window for category AC_VO, is calculated based on the following Equation 3.
AC_VO CWmax = ((aCWmin + 1) / 2) −1 (Expression 3)
On the other hand, CWmin for category AC_VI is calculated based on Equation 4 below.
AC_VI CWmin = ((aCWmin + 1) / 2) −1 (Expression 4)

ここで、上記式2により算出されるカテゴリAC_VO CWminが、上記式4により算出されるカテゴリAC_VI CWminより大きくなる場合には、例えば、図1に示した無線LANシステムにカテゴリAC_VIによってVIデータを送信する端末が存在する場合に、VoIP端末の優先度が落ちてしまうことがある。
このため、カテゴリAC_VOのCWminは、CWmin<CWmaxを満足し、かつ、より優先度の低いカテゴリAC_VIのAC_VI CWminに対して、AC_VO CWmin<AC_VI CWminを満足する必要がある。即ち、カテゴリAC_VOのCWminは、上記式2、式3、及び式4に基づいて、以下の式5を満足する必要がある。
AC_VO CWmin:((aCWmin+1)/4)−n<((aCWmin+1)/2)−1・・・・(式5)
従って、式1、式2及び式5より、定数nは以下の式6を満足するものである。
∴ −1<n<((aCWmin+1)/4)−1・・・・(式6)
Here, when the category AC_VO CWmin calculated by the above equation 2 is larger than the category AC_VI CWmin calculated by the above equation 4, for example, VI data is transmitted by the category AC_VI to the wireless LAN system shown in FIG. The priority of the VoIP terminal may fall when there is a terminal to do.
For this reason, the CWmin of the category AC_VO needs to satisfy CWmin <CWmax and satisfy AC_VO CWmin <AC_VI CWmin with respect to the AC_VI CWmin of the category AC_VI having a lower priority. That is, the CWmin of the category AC_VO needs to satisfy the following formula 5 based on the above formula 2, formula 3, and formula 4.
AC_VO CWmin: ((aCWmin + 1) / 4) −n <((aCWmin + 1) / 2) −1 (Equation 5)
Therefore, from Equation 1, Equation 2, and Equation 5, the constant n satisfies the following Equation 6.
−1-1 <n <((aCWmin + 1) / 4) -1 (Expression 6)

尚、上述の例においては、VoIP端末内に設定されるカテゴリAC_VOのCWminを更新する方法について説明したが、本発明はこれに限定されない。例えば、カテゴリAC_VIのCWminについても、初期設定値から開始して、カテゴリAC_VIのCWmax及びカテゴリAC_BKのCWminを超えないように増加させる構成とすればよい。   In the above example, the method of updating the CWmin of the category AC_VO set in the VoIP terminal has been described, but the present invention is not limited to this. For example, the CWmin of the category AC_VI may be configured to start from the initial setting value and increase so as not to exceed the CWmax of the category AC_VI and the CWmin of the category AC_BK.

発明の実施の形態2.
次に本発明の実施形態2に係る無線端末について図を用いて説明する。尚、この発明の実施の形態2に係る無線端末を含む無線システムの全体構成は図1に示す構成と同様であり、説明を省略する。
Embodiment 2 of the Invention
Next, a wireless terminal according to Embodiment 2 of the present invention will be described with reference to the drawings. The overall configuration of the wireless system including the wireless terminal according to Embodiment 2 of the present invention is the same as the configuration shown in FIG.

図5は、本発明の実施形態2に係る無線LAN端末としてのVoIP端末12乃至14の内部構成を示す図である。
図5に示されるようにVoIP端末は、ビーコンフレームから帯域の負荷状況情報を取得する負荷状況情報取得部51と、データ再送状況の変化としてのデータ再送回数が増加する傾向を検出する再送状況変化検出部52と、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定する判定部53と、CWminを増加させて更新するCWmin更新部54を備える。尚、図5には図示しないが、VoIP端末はIEEE802.11eに準拠したその他の必要な機能も当然備えているものとする。
FIG. 5 is a diagram showing an internal configuration of the VoIP terminals 12 to 14 as wireless LAN terminals according to the second embodiment of the present invention.
As shown in FIG. 5, the VoIP terminal includes a load status information acquisition unit 51 that acquires bandwidth status information from a beacon frame, and a retransmission status change that detects a tendency for the number of data retransmissions to increase as a change in the data retransmission status. A detection unit 52, a determination unit 53 that determines whether or not a collision / retransmission is likely to occur in a radio band channel, and a CWmin update unit 54 that increases and updates CWmin are provided. Although not shown in FIG. 5, it is assumed that the VoIP terminal also has other necessary functions based on IEEE802.11e.

図6は、本発明の実施の形態2に係るVoIP端末による処理を示すフローチャートである。尚、以下に説明する実施の形態2においては、20ms周期でデータ送信するVoIP端末、及び40ms周期でデータ送信するVoIP端末が混在しているものとする。   FIG. 6 is a flowchart showing processing by the VoIP terminal according to Embodiment 2 of the present invention. In the second embodiment described below, it is assumed that VoIP terminals that transmit data at a cycle of 20 ms and VoIP terminals that transmit data at a cycle of 40 ms are mixed.

図6に示すように、まず負荷状況情報取得部21は、AP11からビーコンフレームを受信し、ビーコンフレームに含まれるQBSS Load情報に基づいて、帯域の負荷状況情報を取得する(S601)。   As shown in FIG. 6, first, the load status information acquisition unit 21 receives a beacon frame from the AP 11, and acquires the load status information of the band based on the QBSS load information included in the beacon frame (S601).

次いで、再送状況変化検出部52は、格納されたデータ再送履歴情報に含まれる少なくとも複数の履歴情報に基づいて、データ再送状況の変化としてのデータ再送回数が増加する傾向を検出する(S602)。ここで、再送履歴情報取得部22により取得されたデータ再送履歴情報としてのデータ再送回数が一定期間にわたって図示しないメモリに格納されている。
尚、データ再送履歴情報はデータ再送回数に限定されず、例えばデータ送信に要したデータ送信時間等に基づいて算出しても良い。
これにより、一定周期にわたってデータ再送回数が増減する現象を検出することができる。
Next, the retransmission status change detection unit 52 detects a tendency for the number of data retransmissions to increase as a change in the data retransmission status based on at least a plurality of pieces of history information included in the stored data retransmission history information (S602). Here, the number of data retransmissions as data retransmission history information acquired by the retransmission history information acquisition unit 22 is stored in a memory (not shown) over a certain period.
The data retransmission history information is not limited to the number of data retransmissions, and may be calculated based on, for example, the data transmission time required for data transmission.
Thereby, it is possible to detect a phenomenon in which the number of data retransmissions increases or decreases over a certain period.

次いで、判定部53は、S601において検出された負荷状況及びデータ再送回数が増加する周期におけるデータ再送回数を比較することにより、優先度の高い端末間において周期的に送信タイミングが偶然一致することによる衝突・再送が起きやすい状況であるか否かを判定する(S603)。
ここで、負荷状況情報及びデータ再送回数の比較については、例えば、負荷状況が高いにもかかわらずデータ再送回数が少ない、又は、負荷状況が低いにも関わらずデータ再送回数が多いなどを比較し、このような場合にはチャネルの使用状況に応じたデータ再送回数となっておらず、衝突・再送が起きやすい状況であるものと判定する。
Next, the determination unit 53 compares the load status detected in S601 and the number of data retransmissions in the cycle in which the number of data retransmissions increases, thereby periodically matching the transmission timing between terminals with high priority. It is determined whether or not a collision / retransmission is likely to occur (S603).
Here, for comparison of the load status information and the number of data retransmissions, for example, a comparison is made such that the number of data retransmissions is small even though the load status is high, or the number of data retransmissions is large even though the load status is low. In such a case, it is determined that the number of times of data retransmission according to the channel usage status is not reached and collision / retransmission is likely to occur.

そして、判定部53が優先度の高い端末間において周期的に送信タイミングが偶然一致することによる衝突・再送が起きやすい状況であると判定した場合に、CWmin更新部54は、データ再送回数が増加する周期に応じて、VoIP端末内に設定されるカテゴリAC_VOのCWminを増加させて更新する(S604)。
これにより、VoIP端末は、データ再送回数が増加する周期にあわせて、バックオフ期間をより長い期間から開始することができる。このため、他の端末と異なったタイミングでデータを送信することができ、衝突を回避することができる。
When the determination unit 53 determines that a situation in which collision / retransmission is likely to occur due to the coincidence of transmission timings between terminals having high priority, the CWmin update unit 54 increases the number of data retransmissions. The CWmin of the category AC_VO set in the VoIP terminal is increased and updated according to the period to be performed (S604).
Thereby, the VoIP terminal can start the back-off period from a longer period in accordance with the cycle in which the number of times of data retransmission increases. For this reason, data can be transmitted at a different timing from other terminals, and collision can be avoided.

発明の実施の形態3.
次に本発明の実施形態3に係る無線端末について図を用いて説明する。尚、この発明の実施の形態3に係る無線端末を含む無線システムの全体構成は図1に示す構成と同様であり、説明を省略する。
Embodiment 3 of the Invention
Next, a wireless terminal according to Embodiment 3 of the present invention will be described with reference to the drawings. The overall configuration of the wireless system including the wireless terminal according to Embodiment 3 of the present invention is the same as the configuration shown in FIG.

図7は、本発明の実施形態3に係る無線LAN端末としてのVoIP端末12乃至14の内部構成を示す図である。
図7に示されるようにVoIP端末は、ビーコンフレームからTIM情報を抽出するTIM情報抽出部71と、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定する判定部72と、CWminを増加させて更新するCWmin更新部73を備える。尚、図7には図示しないが、VoIP端末はIEEE802.11eに準拠したその他の必要な機能も当然備えているものとする。
FIG. 7 is a diagram showing an internal configuration of the VoIP terminals 12 to 14 as wireless LAN terminals according to the third embodiment of the present invention.
As shown in FIG. 7, the VoIP terminal includes a TIM information extraction unit 71 that extracts TIM information from a beacon frame, a determination unit 72 that determines whether collision / retransmission is likely to occur in a radio band channel, A CWmin updating unit 73 that updates the CWmin by increasing it is provided. Although not shown in FIG. 7, it is assumed that the VoIP terminal also has other necessary functions based on IEEE 802.11e.

図8は、本発明の実施の形態3に係るVoIP端末による処理を示すフローチャートである。尚、以下に説明する実施の形態3においては、VoIP端末12乃至14はビーコンフレーム直後の衝突が予想されるものとする。   FIG. 8 is a flowchart showing processing by the VoIP terminal according to Embodiment 3 of the present invention. In the third embodiment described below, it is assumed that the VoIP terminals 12 to 14 are expected to collide immediately after the beacon frame.

図8に示すように、まずTIM情報抽出部71は、ビーコンフレームから、AP11が無線端末宛データを保有しているか否かを示すTIM(Traffic Indication Map)情報を抽出し、自端末宛のパケットがバッファリングされているか否かを確認する(S801)。
さらに、TIM情報抽出部71は、自端末以外の他端末宛についてのTIMが複数立っているか否かを確認する(S802)。
As shown in FIG. 8, first, the TIM information extraction unit 71 extracts TIM (Traffic Indication Map) information indicating whether or not the AP 11 has data addressed to the wireless terminal from the beacon frame, and the packet addressed to the terminal itself. It is confirmed whether or not is buffered (S801).
Further, the TIM information extraction unit 71 checks whether or not there are a plurality of TIMs addressed to other terminals other than the terminal itself (S802).

ここで、図9に示すように、ビーコンフレーム91は、パワー・セーブ・モードにおける無線端末への送信データの有無を示す情報からなるTIM情報92を含む。   Here, as shown in FIG. 9, the beacon frame 91 includes TIM information 92 including information indicating the presence / absence of transmission data to the wireless terminal in the power save mode.

次いで、判定部72は、TIM情報に基づいて、AP11が自端末宛データを保有しており、かつ、複数の他端末宛データを保有していることを示している場合に、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定する(S803)。   Next, when the determination unit 72 indicates that, based on the TIM information, the AP 11 has the data addressed to its own terminal and the data addressed to a plurality of other terminals, It is determined whether or not collision / retransmission is likely to occur (S803).

そして、判定部72が無線帯域チャネルにおいて衝突・再送が起きやすい状況であると判定した場合に、CWmin更新部73は、PS−Poll/QoS Nullによる衝突が予想されるため、VoIP端末内に設定されるカテゴリAC_VOのCWminを一時的に増加させて更新する(S804)。
尚、一時的に増加させたCWminは、例えば自端末宛のTIMが立っていない場合には、増加以前の値に戻すように構成してもよい。
このように、一時的にCWminを大きくさせることにより、PS−Poll/QoS Nullによる衝突を回避することができる。
When the determination unit 72 determines that collision / retransmission is likely to occur in the radio band channel, the CWmin update unit 73 is set in the VoIP terminal because a collision due to PS-Poll / QoS Null is expected. The CWmin of the category AC_VO to be updated is temporarily increased (S804).
Note that the temporarily increased CWmin may be configured to return to a value before the increase when, for example, a TIM addressed to the terminal itself is not set.
Thus, by temporarily increasing CWmin, it is possible to avoid a collision due to PS-Poll / QoS Null.

本発明は上述した実施の形態のみに限定されるものではなく、本発明の要旨を逸脱しない範囲において種々の変更が可能であることは勿論である。   The present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the scope of the present invention.

本発明の実施の形態にかかる無線LANシステムの構成図である。1 is a configuration diagram of a wireless LAN system according to an embodiment of the present invention. 本発明の実施の形態にかかる無線端末の構成図である。It is a block diagram of the radio | wireless terminal concerning embodiment of this invention. 本発明の実施の形態にかかる無線端末の処理を示すフローチャートである。It is a flowchart which shows the process of the radio | wireless terminal concerning embodiment of this invention. 本発明の実施の形態にかかるビーコンフレームを示す図である。It is a figure which shows the beacon frame concerning embodiment of this invention. 本発明の実施の形態にかかる無線端末の構成図である。It is a block diagram of the radio | wireless terminal concerning embodiment of this invention. 本発明の実施の形態にかかる無線端末の処理を示すフローチャートである。It is a flowchart which shows the process of the radio | wireless terminal concerning embodiment of this invention. 本発明の実施の形態にかかる無線端末の構成図である。It is a block diagram of the radio | wireless terminal concerning embodiment of this invention. 本発明の実施の形態にかかる無線端末の処理を示すフローチャートである。It is a flowchart which shows the process of the radio | wireless terminal concerning embodiment of this invention. 本発明の実施の形態にかかるビーコンフレームを示す図である。It is a figure which shows the beacon frame concerning embodiment of this invention.

符号の説明Explanation of symbols

11 AP
12〜14 VoIP端末
21 負荷状況情報取得部
22 再送履歴情報取得部
23 判定部
24 CWmin更新部
41 ビーコンフレーム
42 QBSS Load
43 Channel Utilization
51 負荷状況情報取得部
52 再送状況変化検出部
53 判定部
54 CWmin更新部
71 TIM情報抽出部
72 判定部
73 CWmin更新部
91 ビーコンフレーム
92 TIM情報
11 AP
12-14 VoIP terminal 21 Load status information acquisition unit 22 Retransmission history information acquisition unit 23 Determination unit 24 CWmin update unit 41 Beacon frame 42 QBSS Load
43 Channel Utility
51 Load Status Information Acquisition Unit 52 Retransmission Status Change Detection Unit 53 Determination Unit 54 CWmin Update Unit 71 TIM Information Extraction Unit 72 Determination Unit 73 CWmin Update Unit 91 Beacon Frame 92 TIM Information

Claims (8)

帯域の負荷状況情報を取得する負荷状況情報取得部と、
無線端末がデータを再送するために要したデータ再送履歴情報を取得する再送履歴情報取得部と、
前記負荷状況情報及び前記データ再送履歴情報とを比較し、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定する判定部と、
前記判定部が前記無線帯域チャネルにおいて衝突・再送が起きやすい状況であると判定した場合に、コンテンション・ウィンドウの最小値(以下、CWminと称す)を増加させて更新するCWmin更新部と
を備える無線端末。
A load status information acquisition unit for acquiring bandwidth status information;
A retransmission history information acquisition unit for acquiring data retransmission history information required for the wireless terminal to retransmit data;
A determination unit that compares the load status information and the data retransmission history information and determines whether collision / retransmission is likely to occur in a radio band channel; and
A CWmin update unit that increases and updates a minimum contention window value (hereinafter referred to as CWmin) when the determination unit determines that collision / retransmission is likely to occur in the wireless band channel; Wireless terminal.
前記無線端末は、
データ再送履歴情報に含まれる少なくとも複数の履歴情報に基づいて、データ再送状況が変化する周期を検出する再送状況変化検出部を更に備え、
前記判定部は、前記負荷状況情報、及び前記データ再送状況が変化する周期における前記データ再送履歴情報とを比較し、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定し、
前記CWmin更新部は、前記データ再送状況が変化する周期に応じて、CWminを増加させて更新する
ことを特徴とする請求項1記載の無線端末。
The wireless terminal is
Based on at least a plurality of history information included in the data retransmission history information, further comprises a retransmission status change detection unit for detecting a cycle in which the data retransmission status changes,
The determination unit compares the load status information and the data retransmission history information in a period in which the data retransmission status changes, and determines whether or not collision / retransmission is likely to occur in a radio band channel,
The radio terminal according to claim 1, wherein the CWmin update unit updates the CWmin by increasing the CWmin in accordance with a cycle in which the data retransmission status changes.
ビーコンフレームに含まれるTIM(Traffic Indication Map)情報を抽出するTIM情報抽出部と、
前記TIM情報が、前記基地局が自端末宛データを保有しており、かつ、複数の他端末宛データを保有していることを示している場合に、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定する判定部と、
前記判定部が、無線帯域チャネルにおいて衝突・再送が起きやすい状況であると判定した場合に、コンテンション・ウィンドウの最小値(以下、CWminと称す)を増加させて更新するCWmin更新部とを備える無線端末。
A TIM information extraction unit that extracts TIM (Traffic Indication Map) information included in the beacon frame;
When the TIM information indicates that the base station has data addressed to itself and a plurality of data addressed to other terminals, collision / retransmission is likely to occur in a radio band channel. A determination unit for determining whether or not a situation is present;
And a CWmin update unit that increases and updates a minimum contention window value (hereinafter referred to as CWmin) when the determination unit determines that collision / retransmission is likely to occur in a radio band channel. Wireless terminal.
前記CWmin更新部は、CWminを一時的に増加させて更新する
ことを特徴とする請求項4記載の無線端末。
The wireless terminal according to claim 4, wherein the CWmin updating unit updates the CWmin by temporarily increasing the CWmin.
帯域の負荷状況情報を取得するステップと、
無線端末がデータを再送するために要したデータ再送履歴情報を取得するステップと、
前記負荷状況情報及び前記データ再送履歴情報とを比較し、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定するステップと、
前記無線帯域チャネルにおいて衝突・再送が起きやすい状況であると判定された場合に、コンテンション・ウィンドウの最小値(以下、CWminと称す)を増加させて更新するステップとを備える無線端末の通信制御方法。
Obtaining bandwidth load status information;
Obtaining data retransmission history information required for the wireless terminal to retransmit the data;
Comparing the load status information and the data retransmission history information, determining whether or not collision / retransmission is likely to occur in a radio band channel; and
Communication control of a wireless terminal comprising a step of increasing and updating a minimum contention window (hereinafter referred to as CWmin) when it is determined that collision / retransmission is likely to occur in the wireless band channel Method.
前記通信制御方法は、
データ再送履歴情報に含まれる少なくとも複数の履歴情報に基づいて、データ再送状況の変化を検出するステップを更に備え、
前記負荷状況情報、及び前記データ再送状況が変化する周期における前記データ再送履歴情報とを比較し、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定し、
前記データ再送状況が変化する周期に応じて、CWminを増加させて更新する
ことを特徴とする請求項5記載の無線端末の通信制御方法。
The communication control method includes:
Further comprising detecting a change in data retransmission status based on at least a plurality of history information included in the data retransmission history information;
Compare the load status information and the data retransmission history information in a cycle in which the data retransmission status changes, determine whether or not a collision / retransmission is likely to occur in the radio band channel,
6. The communication control method for a radio terminal according to claim 5, wherein CWmin is increased and updated according to a cycle in which the data retransmission status changes.
ビーコンフレームに含まれるTIM(Traffic Indication Map)情報を抽出するステップと、
前記TIM情報が、前記基地局が自端末宛データを保有しており、かつ、複数の他端末宛データを保有していることを示している場合に、無線帯域チャネルにおいて衝突・再送が起きやすい状況であるか否かを判定するステップと、
無線帯域チャネルにおいて衝突・再送が起きやすい状況であると判定した場合に、コンテンション・ウィンドウの最小値(以下、CWminと称す)を増加させて更新するステップとを備える無線端末の通信制御方法。
Extracting TIM (Traffic Indication Map) information included in the beacon frame;
When the TIM information indicates that the base station has data addressed to itself and a plurality of data addressed to other terminals, collision / retransmission is likely to occur in a radio band channel. Determining whether a situation is present;
A communication control method for a wireless terminal, comprising: a step of increasing and updating a minimum contention window value (hereinafter referred to as CWmin) when it is determined that collision / retransmission is likely to occur in a wireless band channel.
前記CWminを一時的に増加させて更新する
ことを特徴とする請求項7記載の無線端末の通信制御方法。
The wireless terminal communication control method according to claim 7, wherein the CWmin is temporarily increased and updated.
JP2007091693A 2007-03-30 2007-03-30 Wireless terminal and communication control method of wireless terminal Pending JP2008252565A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007091693A JP2008252565A (en) 2007-03-30 2007-03-30 Wireless terminal and communication control method of wireless terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007091693A JP2008252565A (en) 2007-03-30 2007-03-30 Wireless terminal and communication control method of wireless terminal

Publications (1)

Publication Number Publication Date
JP2008252565A true JP2008252565A (en) 2008-10-16

Family

ID=39976979

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007091693A Pending JP2008252565A (en) 2007-03-30 2007-03-30 Wireless terminal and communication control method of wireless terminal

Country Status (1)

Country Link
JP (1) JP2008252565A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010166269A (en) * 2009-01-15 2010-07-29 Avaya Inc Method and device for high-speed frame retransmission
JP2013176084A (en) * 2013-03-27 2013-09-05 Avaya Inc Method for performing high-speed retransmission of frame, and device
JP2013223042A (en) * 2012-04-13 2013-10-28 Nippon Telegr & Teleph Corp <Ntt> Access control method, access control system, and radio communication device
JP2014165512A (en) * 2013-02-21 2014-09-08 Nippon Telegr & Teleph Corp <Ntt> Wireless lan device and back-off control method
JP2014168127A (en) * 2013-02-28 2014-09-11 Advanced Telecommunication Research Institute International Radio communication system, radio base station, terminal device, radio communication method, and program
JP2015091132A (en) * 2013-11-06 2015-05-11 株式会社Nttドコモ Access method of user equipment, user equipment and adjustment method of contention window
JP2021013178A (en) * 2010-08-25 2021-02-04 クゥアルコム・インコーポレイテッドQualcomm Incorporated Managing acknowledgment messages from multiple destinations for multi-user mimo transmissions

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010166269A (en) * 2009-01-15 2010-07-29 Avaya Inc Method and device for high-speed frame retransmission
JP2021013178A (en) * 2010-08-25 2021-02-04 クゥアルコム・インコーポレイテッドQualcomm Incorporated Managing acknowledgment messages from multiple destinations for multi-user mimo transmissions
JP7037612B2 (en) 2010-08-25 2022-03-16 クゥアルコム・インコーポレイテッド Managing acknowledgment messages from multiple destinations for multi-user MIMO transmission
JP2013223042A (en) * 2012-04-13 2013-10-28 Nippon Telegr & Teleph Corp <Ntt> Access control method, access control system, and radio communication device
JP2014165512A (en) * 2013-02-21 2014-09-08 Nippon Telegr & Teleph Corp <Ntt> Wireless lan device and back-off control method
JP2014168127A (en) * 2013-02-28 2014-09-11 Advanced Telecommunication Research Institute International Radio communication system, radio base station, terminal device, radio communication method, and program
JP2013176084A (en) * 2013-03-27 2013-09-05 Avaya Inc Method for performing high-speed retransmission of frame, and device
JP2015091132A (en) * 2013-11-06 2015-05-11 株式会社Nttドコモ Access method of user equipment, user equipment and adjustment method of contention window

Similar Documents

Publication Publication Date Title
JP5149280B2 (en) Collision avoidance for traffic in wireless networks
US8040839B2 (en) Radio terminal unit, radio communication system and communication control method
US8054852B2 (en) Wireless communication terminal and wireless communication method
JP4851919B2 (en) Wireless terminal, access point, wireless communication system including these, and wireless communication method
US20060245447A1 (en) Contention window adjustment methods capable of load-adaptive backoff in a network and machine-readable storage medium therefor
JP2008109623A (en) Wireless communication system and method
US20060221924A1 (en) Mobile communications terminal for transmitting data frames in wireless lan and method thereof
JP2007174702A (en) Wireless network communication method using access point
JP2008252565A (en) Wireless terminal and communication control method of wireless terminal
US9125086B2 (en) Wireless LAN communication device, wireless LAN communication method and program
WO2016072908A1 (en) Dynamic listen before talk in license-assisted access
JP2018515020A (en) System and method for reducing collisions in a wireless network
JP2013131834A (en) Radio communication device and radio communication method
EP4191902A1 (en) Channel contention method and related apparatus
EP1742379A1 (en) Transmit power control in a random access scheme
JP2008270854A (en) Radio communication method and radio communication system
US20230209600A1 (en) Channel Access Method for Multi-Link Device and Related Apparatus
US9924407B2 (en) Contention adjustment method, apparatus, and system in wireless local area network
JP2011035600A (en) Wireless communication system
JP6275741B2 (en) System and method for delay indication in wireless messages
JP2010093441A (en) Radio communication terminal, radio communication base station, and method
US20210136817A1 (en) Channel Access Method and Apparatus
JP2009206573A (en) Wireless communication device and wireless communication method
JP2007274145A (en) Wireless access control apparatus
JP2009272662A (en) Communication base station apparatus, and communication system