JP2004180158A - Base station controller, data transmission method and program - Google Patents

Base station controller, data transmission method and program Download PDF

Info

Publication number
JP2004180158A
JP2004180158A JP2002346278A JP2002346278A JP2004180158A JP 2004180158 A JP2004180158 A JP 2004180158A JP 2002346278 A JP2002346278 A JP 2002346278A JP 2002346278 A JP2002346278 A JP 2002346278A JP 2004180158 A JP2004180158 A JP 2004180158A
Authority
JP
Japan
Prior art keywords
queue
mobile device
server
data packet
transmitted
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2002346278A
Other languages
Japanese (ja)
Other versions
JP3974027B2 (en
Inventor
Taro Ishikawa
太朗 石川
Yasuhiro Kato
康博 加藤
Hiroshi Inamura
浩 稲村
Yoshifumi Morihiro
芳文 森広
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.)
NTT Docomo Inc
Original Assignee
NTT Docomo Inc
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 NTT Docomo Inc filed Critical NTT Docomo Inc
Priority to JP2002346278A priority Critical patent/JP3974027B2/en
Publication of JP2004180158A publication Critical patent/JP2004180158A/en
Application granted granted Critical
Publication of JP3974027B2 publication Critical patent/JP3974027B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Communication Control (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To make a congestion window in a server close to an optimum value. <P>SOLUTION: A base station controller is provided with a queue 321 for temporarily storing a data packet to be transmitted to a mobile device 10 as queue length, a radio frame transmitting part 33 for setting a transmission speed of the data packet to be transmitted to the mobile device 10, and a queue managing part 32 for determining the probability of discarding the data packet transmitted to the mobile device 10 from a server 50 in accordance with the transmission speed set by the radio frame transmitting part 33 and the size of the queue length stored in the queue 321. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、移動機とデータパケットを配信するサーバとがネットワークに接続され、そのサーバから移動機に対して送信されたデータパケットを廃棄する確率を決定し、又はサーバから移動機に対して送信されたデータパケットに対する応答パケットを予め設定された基準数に分割する基地局制御装置、データ伝送方法及びプログラムに関する。
【0002】
【従来の技術】
近年では、インターネットが普及されたことに伴なって、インターネットにアクセスするためのアクセス回線が多様化している。これにより、携帯電話、PHS、無線LAN等の無線回線を利用したインターネットアクセスが増加している。IMT−2000に代表される第三世代以降の無線通信システムを利用したインターネットアクセスは、パケット通信による高速な伝送速度を実現する一方で、伝送速度が動的に変化する特徴を有する。
【0003】
該当する移動機への伝送速度は、その移動機におけるトラフィック量、通信品質、収容セル内の空きチャネル、その移動機以外の通信品質、収容セル内の他の移動機の空きチャネル 収容セル内の他の移動機のトラフィック量、各移動機間のトラフィック量によって動的に変化するものである。この伝送速度に関係するインターネット上の殆どのトラフィックは、TCPに代表されるような自立的な輻輳制御方式を有するプロトコルを用いて処理されている。
【0004】
このTCPの輻輳制御方式(RFC2581 TCP Congestion Control)では、サーバと移動機との間でパケットロスがない場合には、サーバは輻輳ウインドウを増加させる。すなわち、サーバがACKを移動機から受信することができた場合には、サーバは輻輳ウィンドウを増加させる。ここで、輻輳ウィンドウとは、例えば、サーバが移動機からのACKを受信することなく送信できるパケットの量をからなるものである。
【0005】
一方、サーバが三つの重複したACKを移動機から受信するか、又はサーバが一定時間の間新しいセグメントに対するACKを移動機から受信しない場合には、サーバは、輻輳によってパケットロスが発生したものと判断し、輻輳ウィンドウを減少させる。
【0006】
この輻輳ウィンドウが減少した場合には、サーバは、減少した輻輳ウィンドウを増加させる。この輻輳ウィンドウの増加率は、スロースタート又は輻輳回避のいずれかの状態にあるかで相違する。スロースタートと輻輳回避との状態の違いは、輻輳ウィンドウとssthresh(閾値)との関係で決まる。
【0007】
このスロースタートの状態は、輻輳ウインドウがssthreshよりも小さい(輻輳ウィンドウ<ssthresh)ときを意味する。状態がスロースタートに移行されたときには、サーバは、ACKを受け取る毎に1セグメント分だけ輻輳ウィンドウを増加させる。その結果、サーバは指数関数的に輻輳ウィンドウを増加させることになる。
【0008】
一方、輻輳回避の状態は、輻輳ウィンドウがssthreshよりも大きい(輻輳ウィンドウ<ssthresh)ときに移行される。状態が輻輳回避に移行されたときには、サーバは、ACKを受け取る毎に1/輻輳ウィンドウ分だけ輻輳ウィンドウを増加させる。その後、サーバは線形に輻輳ウィンドウを増加させる。
【0009】
上記各状態において輻輳ウィンドウが減少するのは次の理由によるものである。図7は、輻輳ウインドウの変化を示す図である。同図中の時間は、サーバが送信データを移動機に送信した後、サーバがその送信データに対応するACKを移動機から受信するまでの時間を意味する。
【0010】
この輻輳ウィンドウの減少は主に二つのパターンが存在する。一つ目のパターンとしては、図7に示すように、サーバが三つの重複したACKを移動機から受信をしたときに輻輳ウィンドウが減少する。二つ目のパターンとしては、サーバが一定時間内に新たなセグメントに対するACKを受信しないときに輻輳ウインドウが減少する。これらの輻輳ウィンドウが減少したときは、サーバは、次のような処理をし、輻輳ウインドウを最適値に近づける。
【0011】
すなわち、サーバが三つの重複したACKを移動機から受信したときには、サーバは、現在の輻輳ウィンドウの半分の値をssthreshに記憶させて、輻輳ウィンドウを半分の値にする。一方、サーバが一定時間内に新たなセグメントに対するACKを受信しない場合には、サーバは現在の輻輳ウィンドウの半分の値をssthreshに記憶させて、輻輳ウィンドウを最小にする。
【0012】
輻輳ウィンドウを前の輻輳ウインドウに対して半分又は最小になるように変更したサーバは、ACKを受信する度に輻輳ウィンドウを増加させる。この輻輳ウィンドウの最適値は、一般に帯域幅と遅延時間との関係で規定されている。図8は、輻輳ウインドウの最適値と限界値との関係を示す図である。
【0013】
一般に無線アクセス回線は、伝送速度が有線回線に比べて遅いため、輻輳ウィンドウの最適値を超えた分は、基地局制御装置(基地局を制御する装置)のキューに蓄積される。限界値を超えるパケットが基地局制御装置のキューにたまるとパケットは廃棄される。ここで、基地局制御装置は、サーバと移動機との間でデータの送受信をするものである。
【0014】
一方、限界値が輻輳ウィンドウの最適値よりも低い場合には、スループットが低下する。このため、限界値は、帯域幅動的変化に連動する輻輳ウィンドウの最適値が取り得る最大値よりも大きな値になるように固定的に設定される。
【0015】
しかしながら、帯域幅と輻輳ウィンドウとの最適値が小さい場合には、限界値と輻輳ウィンドウとの最適値の差が大きくなり、基地局制御装置ではメモリ資源が無駄に使われることになる。また、この最適値を超えた分の輻輳ウィンドウのパケットは、基地局制御装置のキューに蓄積されるため、通信路に送出されるまでに時間がかかる。
【0016】
更に、結果的にはサーバは、サーバと移動機との間で新たなコネクションを確立させるまでに時間がかかる、リアルタイム性を必要とするデータの有効性が失われてしまうという問題が発生していた。
【0017】
この問題を回避するための従来技術としては、伝送速度が可変である通信システムにおいて、容量可変バッファのバッファ容量を伝送速度に応じて増減させる。この増減をさせた通信システムは、最適なバッファ容量を設定する(例えば、特許文献1参照)。これにより、上記通信システムは、無効となってしまうデータを最小限に留めることができ、有効なデータのみを通信回線に送信することができる。
【0018】
【特許文献1】
特開平10−174185号公報(第1−8項、図2)
【0019】
【発明が解決しようとする課題】
しかしながら、この従来技術では、通信システムが伝送速度に応じて最適なバッファ容量の設定を可能とするが、この通信システムは伝送速度が遅くなるのに連動してバッファ容量を縮小する。このため、縮小されたバッファ部分に蓄積されていたパケットが廃棄され、その結果バースト的なパケット廃棄が生ずる。
【0020】
一方、TCPに代表されるような自立的な輻輳制御方式を有するプロトコルでは、バースト的なパケットロスが発生すると、しばしば輻輳ウィンドウが最小値に設定され、廃棄されたパケットが再送される。この輻輳ウィンドウは、サーバがACKを移動機から受信する度に、輻輳ウィンドウが最小値から徐々に大きくなる。そのうち輻輳ウィンドウは最適値まで達するが、そのようになるまでには幾分かの時間がかかる。
【0021】
以上のように、限界値が小さく設定されると、帯域幅が大きい場合にはスループットが低下する。一方、限界値が大きく設定されると、基地局制御装置では無駄なメモリ資源が必要となる。このため、新たなコネクションを確立させるまでに相当の時間がかかる、リアルタイム性を必要とするデータの有効性が失われてしまう。
【0022】
そこで、本発明は、以上の点に鑑みてなされたものであり、サーバから移動機に向けて送信されたデータパケットを所定の確率で廃棄させ、又は移動機からサーバ宛に送信された応答パケットを所定の条件の下で分割させることで、サーバにおける輻輳ウィンドウを結果的に最適値に近づけさせることのできる基地局制御装置、データ伝送方法及びプログラムを提供することを課題とする。
【0023】
【課題を解決するための手段】
本願に係る発明は、上記課題を解決すべくなされたものであり、移動機とデータパケットを配信するサーバとがネットワークに接続され、サーバから移動機に対して送信されたデータパケットを廃棄する確率を決定する際に、移動機に送信するデータパケットをキュー長として一時的にキューに記憶し、移動機に送信するデータパケットの伝送速度を設定し、設定された伝送速度とキューに記憶されたキュー長との大きさに応じて、サーバから移動機に対して送信されたデータパケットを廃棄する確率を決定することを特徴とする。
【0024】
このような本願に係る発明によれば、基地局制御装置が、設定された伝送速度とキューに記憶されたキュー長との大きさに応じて、サーバから移動機宛に送信されたデータパケットを廃棄する確率(廃棄確率)を決定することができる。これにより、基地局制御装置が、サーバから移動機宛に送信されたデータパケットを上記廃棄確率で廃棄することができる。
【0025】
もし、基地局制御装置で決定された廃棄確率が高くなれば、サーバから移動機宛に送信されたパケットデータが全て移動機には送信されなくなる。このため、サーバが重複ACK若しくは一定時間にACKを受信せずタイムアウトすることにより、サーバが自ら輻輳ウィンドウを減少させる。この輻輳ウィンドウが減少すれば、基地局制御装置は、サーバから送信されるデータパケットが減少するので、そのデータパケットを廃棄させることなく、そのデータパケットを迅速に該当する移動機に送信することができる。
【0026】
言い換えると、基地局制御装置が上記廃棄確率を適切に変動させることにより、その基地局制御装置は、サーバにおける輻輳ウィンドウを結果的に最適値に近づけさせることができる。
【0027】
また、本願に係る発明は、移動機とデータパケットを配信するサーバとがネットワークに接続され、サーバから移動機に対して送信されたデータパケットに対する応答パケットを予め設定された基準数に分割する際に、移動機に送信するデータパケットをキュー長として一時的にキューに記憶し、予め設定された基準長とキューに記憶されたキュー長とを照合し、基準長がキュー長よりも大きいときは、応答パケットを予め設定された基準数に分割することを特徴とする。
【0028】
このような本願に係る発明によれば、上記基準長がキュー長よりも大きいときは、基地局制御装置は、移動機から受信した応答パケットを予め設定された基準数に分割することができる。これにより、サーバは、基地局制御装置で分割された応答パケットの数に応じて、移動局宛に送信するパケットの量(輻輳ウィンドウ)を順次変更することができる。
【0029】
例えば、バースト的なパケットロスがネットワーク上で発生し、サーバにおける輻輳ウィンドウが特定のプロトコルにより最小値に設定された場合であっても、基地局制御装置は、受信した応答パケットを予め設定された基準数に分割することで、サーバにおける輻輳ウィンドウを結果的に向上させることができる。
【0030】
上記発明においては、予め設定された基準長とキューに記憶されたキュー長との差分を算出し、算出した差分の大きさに応じて上記基準数を設定することが好ましい。この場合には、現在の基準長の方がキュー長よりも大きいときは、基地局制御装置は、上記分割する基準数を高く設定することができる。
【0031】
この基準数が高く設定されるということは、基地局制御装置が現在のキュー長を更に大きくすることができることを意味する。もし、この基準数が高くなれば、基地局制御装置は、移動機から受信した応答パケットを高い基準数で分割する。この分割により応答パケットが増加すれば、サーバは、増加された応答パケットに基づいて輻輳ウィンドウを増加させる。
【0032】
この分割によりACKが増加すれば、サーバは、多くの応答パケットが返信されるので、これに伴ない輻輳ウィンドウを増加させる。この輻輳ウィンドウが増加すれば、基地局制御装置は、サーバから受信するデータパケットが大きくなり、結果的にキュー長を大きくすることができる。このことにより、基地局制御装置は、サーバ50における輻輳ウィンドウを結果的に最適値に近づけさせることができる。
【0033】
上記発明においては、移動機に送信するデータパケットの伝送速度を設定し、設定された伝送速度に応じて基準数を設定することが好ましい。この場合には、基地局制御装置は、移動機から受信した応答パケットを上記基準数で分割することができるので、サーバにおける輻輳ウィンドウを結果的に最適値に近づけさせることができる。
【0034】
【発明の実施の形態】
(送信制御システムの基本構成)
本発明の実施形態について図面を参照しながら説明する。図1は、本実施形態に係る送信制御システムを示す概略構成図である。
【0035】
同図に示すように、本実施形態に係る送信制御システムは、移動機10a、10bと、基地局20と、基地局制御部30(基地局制御装置)と、ネットワーク40と、サーバ50とを備える。尚、基地局制御部30は、基地局20に備えてもよい。
【0036】
尚、本実施形態では、移動機10は、サーバ50宛にこれまで受信したデータパケットのパケット数を確認するための応答パケットを送信し、サーバ50は、移動機10からの応答パケットの確認を行うことなく、移動機10宛にデータパケットを送信するものである。
【0037】
移動機10は、サーバ50と基地局20との間でデータパケットを送受信するものである。この移動機10は、例えば携帯電話機、PDA等が挙げられる。具体的に、移動機10は、サーバ50から送信されたデータパケットに対する応答を応答パケット(ACK)としてサーバ50宛に送信する。
【0038】
基地局20は、基地局制御部30から入力されたデータパケットを該当する移動機10に送信するものである。また、基地局20は、移動機10から送信されたデータパケット又はACKを基地局制御部30に出力するものでもある。サーバ50は、基地局制御部30、基地局20を介してデータパケットを移動機10に送信するものである。また、サーバは、後述するように、基地局制御部30で分割された応答パケットの数に応じて、移動機10宛に送信するデータパケットの量を変更するものである。
【0039】
このサーバ50と基地局制御部30とは、ネットワーク40に接続される。このネットワーク40は、本実施形態では、無線又は有線で構築される接続網を意味する。このネットワーク40に接続されたサーバ50と移動機10とは、TCPで通信をすることが可能である。
【0040】
前記基地局制御部30は、本実施形態では、図2に示すように、パケット受信部31(受信手段)と、キュー管理部32(廃棄確率決定手段)と、無線フレーム送信部33と、伝送速度監視部34と、キュー長監視部35と、無線フレーム受信部36と、ACKパケット分割部37(分割手段)と、パケット送信部38とを備える。この基地局制御部30は、基地局20及びネットワーク40に接続される。
【0041】
パケット受信部31は、サーバ50からデータパケットを受信するものである。具体的に、パケット受信部31は、サーバ50から送信されたデータパケットを受信し、受信したデータパケットをキュー管理部32に出力する。
【0042】
キュー管理部32は、移動機10に送信するデータパケットをキュー長として一時的に記憶するキュー321を備える。このキュー長は、本実施形態では、キューに記憶されるパケットの数、パケットの長さ又はパケットの量を意味する。このキュー管理部32は、無線フレーム送信部33で設定されたデータパケットの伝送速度とキュー321に記憶されたキュー長との大きさに応じて、パケット受信部31で受信されたデータパケットを廃棄する確率(データパケットの廃棄確率)を決定するものである。
【0043】
具体的に、キュー管理部32は、無線フレーム送信部33からの要求に基づいて、キュー管理部32内のキュー321に保存されているデータパケットを無線フレーム送信部33に出力する。この無線フレーム送信部33がデータパケットを該当する移動機10に送信し、その無線フレーム送信部33が新たなデータパケットを送信するための要求をキュー管理部32にするまでは、キュー管理部32は、パケット受信部31から入力されたデータパケットをキュー管理部32内のキュー321に記憶させるか、又は廃棄する。
【0044】
ここで、キュー管理部32が、入力されたデータパケットを廃棄するか、キュー321に記憶させるかは、本実施形態では、ERD(Early Random Drop)アルゴリズムを用いて行うことができる。このアルゴリズムは、ERDに限定されるものではなく、それ以外のRED(Random Early Detection)等のアルゴリズムを用いてもよい。
【0045】
本実施形態で用いるアルゴリズムは、上記伝送速度及びキュー長に応じて廃棄確率のパラメータを変化させることができるものであればよい。図4に示すように、このアルゴリズムを用いたキュー長及び廃棄確率に関する折れ線特性(理論特性)は、本実施形態では、予め定められているものとする。
【0046】
この各折れ線特性は、キュー長の最低値(min thresh for −−kbps)を基準位置とし、キュー長及び伝送速度の大きさに応じて、その基準位置から所定の傾きを持った直線を描くものである。キュー管理部32は、その折れ線特性を用いて、無線フレーム送信部33で設定された伝送速度の値と、キュー321に記憶されたキュー長の値とが交わる点を求める。キュー管理部32は、その求めた点の縦軸に該当する大きさを廃棄確率として決定する。
【0047】
この伝送速度とキュー長との関係により廃棄確率を決定したキュー管理部32は、パケット受信を行うときに、決定した廃棄確率に従い、受信されたパケットをキュー321に記憶させるか、廃棄する。
【0048】
また、キュー管理部32は、伝送速度監視部34から通知された伝送速度又はACKパケット分割部37で測定された遅延時間の大きさに応じて、最適キュー長(基準長)を設定するものである。この最適キュー長は、本実施形態では、伝送速度と遅延時間との関数で表現することができる。ここで、遅延時間とは、サーバ50がデータを該当する移動機10に送信した後、サーバ50がそのデータに対するACKを受信するまでの時間(ラウンドトリップ時間)を意味する。
【0049】
無線フレーム送信部33は、キュー321に記憶されたデータパケットを該当する移動機10に送信するものである。また、無線フレーム送信部33は、移動機10に送信するデータパケットの伝送速度を設定するものである。ここで、伝送速度は、無線フレーム送信部33と移動機10との間の通信状況に応じて動的に変化する。この伝送速度は、主に64〜384kbpsの範囲内で変化する。
【0050】
伝送速度監視部34は、無線フレーム送信部33で把握されている伝送速度をキュー管理部32及びACKパケット分割部37に通知するものである。この伝送速度監視部34は、無線フレーム送信部33、キュー管理部32及びACKパケット分割部37に接続される。
【0051】
無線フレーム受信部36は、移動機10からサーバ50宛に送信されたACK(応答パケット)を受信したときは、受信したACKをACKパケット分割部37に出力するものである。キュー長監視部35は、キュー321内のキュー長を逐次ACKパケット分割部37に通知するものである。このキュー長監視部35は、キュー管理部32及びACKパケット分割部37に接続される。
【0052】
ACKパケット分割部37は、キュー管理部32で設定された最適キュー長とキュー321に記憶されたキュー長とを照合し、最適キュー長がキュー長よりも大きいときは、無線フレーム受信部36で受信されたACK(応答パケット)を予め設定された基準数に分割するものである。
【0053】
尚、ACKパケット分割部37は、キュー管理部32で設定された最適キュー長とキュー321に記憶されたキュー長との差分を算出し、算出した差分の大きさに応じて上記基準数を設定することが好ましい。又はACKパケット分割部37は、無線フレーム送信部33で設定された伝送速度に応じて基準数を設定することをが好ましい。
【0054】
具体的に、ACKパケット分割部37は、キュー管理部32で設定された最適キュー長と、キュー長監視部35から通知されたキュー長とを比較する。この比較をしたACKパケット分割部37は、最適キュー長>キュー長の関係が成り立つ場合には、無線フレーム受信部36から入力されたACKを予め設定された基準数に分割する。
【0055】
この分割をしたACKパケット分割部37は、分割した後のACKを分割信号としてパケット送信部38に出力する。このパケット送信部38は、入力された分割信号をサーバ50に送信する。このパケット送信部38から分割信号が入力されたサーバ50は、入力された分割信号に対応するACKの数に応じて、輻輳ウインドウを変更する。
【0056】
一方、ACKパケット分割部37は、最適キュー長>キュー長の関係が成り立たない場合には、無線フレーム受信部36から入力されたACKをそのままパケット送信部38に出力する。
【0057】
図3は、輻輳ウィンドウが変化する様子を示す図である。同図は、一つのACKを分割する際の基準数を固定で2に設定した場合の輻輳ウィンドウの変化の例である。同図に示すように、伝送速度が64kbps→128kbps→64kbps→384kbps→64kbps→384kbpsと変化した場合には、輻輳ウィンドウの最適値が伝送速度に応じて変化する。これにより、基地局制御部30は、上記各処理を施すことにより、サーバ50における輻輳ウィンドウを結果的に最適値に近づけさせることができる。
【0058】
(送信制御システム、基地局制御装置を用いたデータ伝送方法)
上記構成を有する送信制御システム、基地局制御装置によるデータ伝送方法は、以下の手順により実施することができる。
【0059】
(1)基地局制御部30がACKを分割するまでの手順
図5は、基地局制御部30がACKを分割するまでの手順を示すフロー図である。図5に示すように、先ず移動機10がサーバ50宛にデータパケットを要求する(S101)。尚、サーバ50が移動機10に向けてTCPコネクションを確立させてもよい。
【0060】
移動機10からデータパケットの要求を受信したサーバ50は、該当するデータパケットを基地局制御部30に送信する(S102)。パケット受信部31は、サーバ50から送信されたデータパケットを受信し、受信したデータパケットをキュー管理部32に出力する。
【0061】
次いで、無線フレーム送信部33がサーバ50から送信されたデータパケットを該当する移動機10に送信する(S103)。具体的に、キュー管理部32は、無線フレーム送信部33からの要求に基づいて、キュー管理部32内のキュー321に保存されているデータパケットを無線フレーム送信部33に出力する。キュー管理部32からデータパケットが入力された無線フレーム送信部33は、入力されたデータパケットを移動機10に送信する。
【0062】
次いで、移動機10が、基地局制御部30から送信されたデータパケットに対応する応答をACK(応答パケット)としてサーバ50宛に送信する(S104)。移動機10からサーバ50宛に送信されたACKを受信した無線フレーム受信部36は、受信したACKをACKパケット分割部37に出力する。
【0063】
その後、キュー管理部32が、伝送速度監視部34から通知された伝送速度又はACKパケット分割部37で測定された遅延時間の大きさに応じて、最適キュー長(基準長)を算出する(S105)。
【0064】
次いで、ACKパケット分割部37は、キュー管理部32で設定された最適キュー長とキュー321に記憶されたキュー長とを照合し、最適キュー長がキュー長よりも大きいときは、無線フレーム受信部36で受信されたACK(応答パケット)を予め設定された基準数に分割する(S106)。
【0065】
この分割をしたACKパケット分割部37は、分割した後のACKを分割信号としてパケット送信部38に出力する。このパケット送信部38は、入力された分割信号をサーバ50に送信する(S108)。このパケット送信部38から分割信号が入力されたサーバ50は、入力された分割信号に対応するACKの数に応じて、輻輳ウインドウを変更する(S109)。
【0066】
一方、ACKパケット分割部37は、最適キュー長>キュー長の関係が成り立たない場合には、無線フレーム受信部36から入力されたACKをそのままパケット送信部38に出力する。このパケット送信部38は、入力されたACKをサーバ50に送信する。
【0067】
(2)キュー管理部32が廃棄確率を決定するまでの手順
先ず、キュー管理部32は、無線フレーム送信部33で設定された伝送速度を特定する。また、キュー管理部32は、キュー321に記憶されたキュー長を特定する。その後、キュー管理部32は、特定したデータパケットの伝送速度とキュー321に記憶されたキュー長との大きさに応じて廃棄確率を決定する。
【0068】
具体的に、キュー管理部32は、図4に示す折れ線特性を用いて、無線フレーム送信部33で設定された伝送速度の値と、キュー321に記憶されたキュー長の値とが交わる点を求める。キュー管理部32は、その求めた交点の縦軸に該当する大きさを廃棄確率として決定する。
【0069】
この伝送速度とキュー長との関係により廃棄確率を設定したキュー管理部32は、パケット受信を行うときに、決定した廃棄確率に従い、受信されたデータパケットをキュー321に記憶させるか、廃棄する。
【0070】
(プログラム)
上記説明した内容は、パーソナルコンピュータ等の汎用コンピュータにおいて、所定のプログラム言語を利用するための専用プログラムを実行することにより実現することができる。
【0071】
尚、プログラムは、記録媒体に記録することができる。この記録媒体は、図6に示すように、例えば、ハードディスク60、フレキシブルディスク70、コンパクトディスク80、ICチップ90、カセットテープ100などが挙げられる。このようなプログラムを記録した記録媒体によれば、プログラムを取り扱う業者は、プログラムの保存、運搬、販売などを容易に行うことができる。
【0072】
(基地局制御装置、データ伝送方法及びプログラムによる作用及び効果)
このような本願に係る発明によれば、キュー管理部32が、設定された伝送速度とキュー321に記憶されたキュー長との大きさに応じて、サーバ50から移動機10宛に送信されたデータパケットを廃棄する確率(廃棄確率)を決定することができる。これにより、キュー管理部32は、サーバ50から移動機10宛に送信されたデータパケットを上記廃棄確率で廃棄することができる。
【0073】
もし、キュー管理部32で決定された廃棄確率が高くなれば、サーバ50から移動機10宛に送信されたパケットデータが全て移動機10には送信されなくなる。このため、サーバ50が重複ACK若しくは一定時間にACKを受信せずタイムアウトすることにより、サーバが自ら輻輳ウィンドウを減少させる。この輻輳ウィンドウが減少すれば、キュー管理部32は、サーバ50から受信したデータパケットが減少するので、そのデータパケットを廃棄させることなく、そのデータパケットを迅速に該当する移動機10に送信することができる。
【0074】
言い換えると、キュー管理部32が上記廃棄確率を適切に変動させることにより、そのキュー管理部32は、サーバ50における輻輳ウィンドウを結果的に最適値に近づけさせることができる。
【0075】
また、最適キュー長がキュー長よりも大きいときは、ACKパケット分割部37は、移動機10から受信したACKを予め設定された基準数に分割することができる。これにより、サーバ50は、ACKパケット分割部37で分割されたACKの数に応じて、輻輳ウィンドウを順次変更することができる。
【0076】
例えば、バースト的なパケットロスがネットワーク上で発生し、サーバ50における輻輳ウィンドウが特定のプロトコルにより最小値に設定された場合には、ACKパケット分割部37は、受信したACKを予め設定された基準数に分割することで、サーバ50における輻輳ウィンドウを結果的に向上させることができる。
【0077】
更に、現在の最適キュー長の方がキュー長よりも大きいときは、ACKパケット分割部37は、上記分割する基準数を高く設定することができる。この基準数が高く設定されるということは、最適キュー長の方がキュー長よりも大きいので、キュー管理部32がキュー321に記憶するキュー長を更に大きくすることができることを意味する。
【0078】
もし、この基準数が高くなれば、ACKパケット分割部37は、移動機10から受信したACKを高い基準数で分割する。この分割によりACKが増加すれば、サーバ50は、多くのACKが返信されるので、これに伴ない輻輳ウィンドウを増加させる。この輻輳ウィンドウが増加すれば、キュー管理部32は、サーバ50から受信するデータパケットが大きくなり、結果的にキュー長を大きくすることができる。このことにより、ACKパケット分割部37は、サーバ50における輻輳ウィンドウを結果的に最適値に近づけさせることができる。
【0079】
【発明の効果】
以上説明したように本発明によれば、サーバから移動機に向けて送信されたデータパケットを所定の確率で廃棄させ、又は移動機からサーバ宛に送信された応答パケットを所定の条件の下で分割させることで、結果的にサーバにおける輻輳ウィンドウを最適値に近づけさせることができる。
【図面の簡単な説明】
【図1】本実施形態に係る送信制御システムの概略構成を示す図である。
【図2】本実施形態に係る送信制御システムの内部構造を示す図である。
【図3】本実施形態に係る輻輳ウインドウが時間に応じて変化する様子を示す図である。
【図4】本実施形態に係る伝送速度とキュー長との関係を示す図である。
【図5】本実施形態に係るデータ伝送方法の手順を示す図である。
【図6】本実施形態に係る記録媒体を示す図である。
【図7】輻輳ウィンドウが時間の大きさに応じて変化する様子を示す従来図である(その1)。
【図8】輻輳ウインドウが時間の大きさに応じて変化する様子を示す従来図である(その2)。
【符号の説明】
10…移動機、20…基地局、30…基地局制御部、31…パケット受信部、32…キュー管理部、33…無線フレーム送信部、34…伝送速度監視部、35…キュー長監視部、36…無線フレーム受信部、37…ACKパケット分割部、38…パケット送信部、40…ネットワーク、50…サーバ、60…ハードディスク、70…フレキシブルディスク、80…コンパクトディスク、90…ICチップ、100…カセットテープ、321…キュー
[0001]
TECHNICAL FIELD OF THE INVENTION
According to the present invention, a mobile station and a server that distributes a data packet are connected to a network, and a probability of discarding a data packet transmitted from the server to the mobile station is determined, or transmitted from the server to the mobile station. The present invention relates to a base station control device, a data transmission method, and a program for dividing a response packet to a set data packet into a predetermined reference number.
[0002]
[Prior art]
In recent years, with the spread of the Internet, access lines for accessing the Internet have been diversified. As a result, Internet access using wireless lines such as mobile phones, PHSs, and wireless LANs is increasing. Internet access using a third-generation or later wireless communication system represented by IMT-2000 realizes a high transmission speed by packet communication and has a feature that the transmission speed dynamically changes.
[0003]
The transmission speed to the relevant mobile station depends on the traffic volume, communication quality, available channels in the accommodated cell, communication channels other than that mobile station, and available channels of other mobile stations in the accommodated cell. It changes dynamically depending on the traffic volume of other mobile devices and the traffic volume between each mobile device. Most traffic on the Internet related to the transmission speed is processed by using a protocol having an independent congestion control method such as TCP.
[0004]
In the TCP congestion control method (RFC2581 TCP Congestion Control), when there is no packet loss between the server and the mobile device, the server increases the congestion window. That is, if the server can receive the ACK from the mobile device, the server increases the congestion window. Here, the congestion window includes, for example, the amount of packets that the server can transmit without receiving ACK from the mobile device.
[0005]
On the other hand, if the server receives three duplicate ACKs from the mobile device, or if the server does not receive an ACK for the new segment from the mobile device for a certain period of time, the server assumes that packet loss has occurred due to congestion. Judge and reduce the congestion window.
[0006]
If the congestion window decreases, the server increases the reduced congestion window. The rate of increase of the congestion window differs depending on whether the state is slow start or congestion avoidance. The difference between the slow start and the congestion avoidance states is determined by the relationship between the congestion window and ssthresh (threshold).
[0007]
This slow start state means that the congestion window is smaller than ssthresh (congestion window <ssthresh). When the state transitions to slow start, the server increases the congestion window by one segment each time an ACK is received. As a result, the server will exponentially increase the congestion window.
[0008]
On the other hand, the state of congestion avoidance is shifted when the congestion window is larger than ssthresh (congestion window <ssthresh). When the state is shifted to the congestion avoidance, the server increases the congestion window by 1 / congestion window every time an ACK is received. Thereafter, the server linearly increases the congestion window.
[0009]
The reason why the congestion window is reduced in each of the above-mentioned states is as follows. FIG. 7 is a diagram illustrating a change in the congestion window. The time in the figure means the time from when the server transmits the transmission data to the mobile device to when the server receives the ACK corresponding to the transmission data from the mobile device.
[0010]
The reduction of the congestion window mainly has two patterns. As the first pattern, as shown in FIG. 7, when the server receives three duplicate ACKs from the mobile station, the congestion window decreases. As a second pattern, the congestion window decreases when the server does not receive an ACK for a new segment within a certain time. When these congestion windows decrease, the server performs the following processing to bring the congestion window closer to the optimum value.
[0011]
That is, when the server receives three duplicate ACKs from the mobile station, the server stores half the value of the current congestion window in ssthresh and reduces the congestion window to half the value. On the other hand, if the server does not receive an ACK for a new segment within a certain period of time, the server stores half the value of the current congestion window in ssthresh to minimize the congestion window.
[0012]
A server that changes the congestion window to half or minimum of the previous congestion window increases the congestion window each time an ACK is received. The optimum value of the congestion window is generally defined by the relationship between the bandwidth and the delay time. FIG. 8 is a diagram illustrating the relationship between the optimum value and the limit value of the congestion window.
[0013]
Generally, the transmission speed of a wireless access line is lower than that of a wired line, and the excess of the congestion window is stored in a queue of a base station controller (a device that controls a base station). When a packet exceeding the limit value accumulates in the queue of the base station controller, the packet is discarded. Here, the base station control device transmits and receives data between the server and the mobile device.
[0014]
On the other hand, if the limit value is lower than the optimum value of the congestion window, the throughput decreases. For this reason, the limit value is fixedly set so that the optimum value of the congestion window linked to the dynamic change of the bandwidth is larger than the maximum value that can be taken.
[0015]
However, when the optimum value of the bandwidth and the congestion window is small, the difference between the limit value and the optimum value of the congestion window becomes large, and the base station controller wastes memory resources. In addition, packets in the congestion window exceeding the optimum value are accumulated in the queue of the base station control device, so that it takes time to be transmitted to the communication path.
[0016]
Furthermore, as a result, it takes time for the server to establish a new connection between the server and the mobile device, and there is a problem that data that requires real-time performance is lost. Was.
[0017]
As a conventional technique for avoiding this problem, in a communication system in which the transmission speed is variable, the buffer capacity of the variable capacity buffer is increased or decreased according to the transmission speed. The communication system in which the increase or decrease is performed sets an optimal buffer capacity (for example, see Patent Document 1). Accordingly, the communication system can minimize data that becomes invalid, and can transmit only valid data to the communication line.
[0018]
[Patent Document 1]
JP-A-10-174185 (Section 1-8, FIG. 2)
[0019]
[Problems to be solved by the invention]
However, in this prior art, the communication system enables the setting of the optimum buffer capacity according to the transmission speed. However, this communication system reduces the buffer capacity in conjunction with the decrease in the transmission speed. For this reason, the packets stored in the reduced buffer portion are discarded, and as a result, burst packet discarding occurs.
[0020]
On the other hand, in a protocol having an autonomous congestion control method such as TCP, when a burst-like packet loss occurs, a congestion window is often set to a minimum value, and discarded packets are retransmitted. The congestion window gradually increases from the minimum value each time the server receives an ACK from the mobile station. Over time, the congestion window will reach an optimal value, but it will take some time before it becomes so.
[0021]
As described above, when the limit value is set small, the throughput decreases when the bandwidth is large. On the other hand, if the limit value is set to a large value, the base station controller needs useless memory resources. For this reason, it takes a considerable amount of time to establish a new connection, and the effectiveness of data that requires real-time properties is lost.
[0022]
Therefore, the present invention has been made in view of the above points, and discards a data packet transmitted from a server to a mobile device with a predetermined probability, or a response packet transmitted from a mobile device to a server. It is an object of the present invention to provide a base station control device, a data transmission method, and a program that can make a congestion window in a server close to an optimum value by dividing under a predetermined condition.
[0023]
[Means for Solving the Problems]
The invention according to the present application has been made in order to solve the above-described problem, and has a probability that a mobile device and a server that distributes a data packet are connected to a network and a data packet transmitted from the server to the mobile device is discarded. When determining, the data packet to be transmitted to the mobile device is temporarily stored in a queue as a queue length, the transmission speed of the data packet to be transmitted to the mobile device is set, and the set transmission speed and the queue are stored. The probability of discarding a data packet transmitted from a server to a mobile device is determined according to the size of the queue length.
[0024]
According to the invention according to the present application, the base station control device transmits the data packet transmitted from the server to the mobile device in accordance with the set transmission speed and the size of the queue length stored in the queue. The probability of discarding (discarding probability) can be determined. Accordingly, the base station control device can discard the data packet transmitted from the server to the mobile device with the above-mentioned discard probability.
[0025]
If the discard probability determined by the base station controller increases, all packet data transmitted from the server to the mobile device will not be transmitted to the mobile device. For this reason, when the server times out without receiving the duplicate ACK or the ACK within a predetermined time, the server itself reduces the congestion window. If the congestion window is reduced, the base station control device can reduce the number of data packets transmitted from the server, and can quickly transmit the data packet to the corresponding mobile station without discarding the data packet. it can.
[0026]
In other words, when the base station controller appropriately changes the discard probability, the base station controller can consequently bring the congestion window in the server closer to the optimum value.
[0027]
Further, the invention according to the present invention is applicable to a case where a mobile device and a server that distributes a data packet are connected to a network and a response packet for a data packet transmitted from the server to the mobile device is divided into a predetermined reference number. Then, a data packet to be transmitted to the mobile device is temporarily stored in a queue as a queue length, a preset reference length is compared with a queue length stored in the queue, and when the reference length is larger than the queue length, , The response packet is divided into a predetermined reference number.
[0028]
According to the invention of this application, when the reference length is larger than the queue length, the base station control device can divide the response packet received from the mobile device into a predetermined reference number. Accordingly, the server can sequentially change the amount of packets (congestion window) to be transmitted to the mobile station according to the number of response packets divided by the base station control device.
[0029]
For example, even when a bursty packet loss occurs on the network and the congestion window in the server is set to a minimum value by a specific protocol, the base station control device sets the received response packet in advance. By dividing into the reference number, the congestion window in the server can be improved as a result.
[0030]
In the above invention, it is preferable that a difference between a preset reference length and a queue length stored in the queue is calculated, and the reference number is set according to the calculated difference. In this case, when the current reference length is larger than the queue length, the base station control device can set the number of references to be divided higher.
[0031]
Setting this reference number higher means that the base station controller can further increase the current queue length. If the reference number increases, the base station control device divides the response packet received from the mobile device by the high reference number. If the response packets increase due to this division, the server increases the congestion window based on the increased response packets.
[0032]
If the ACK increases due to this division, the server returns a large number of response packets, thereby increasing the congestion window. If the congestion window increases, the base station control device increases the data packets received from the server, and as a result, can increase the queue length. Thereby, the base station control device can make the congestion window in the server 50 close to the optimum value as a result.
[0033]
In the above invention, it is preferable that the transmission rate of the data packet to be transmitted to the mobile device is set, and the reference number is set according to the set transmission rate. In this case, since the base station control device can divide the response packet received from the mobile device by the reference number, the congestion window in the server can be consequently made closer to the optimum value.
[0034]
BEST MODE FOR CARRYING OUT THE INVENTION
(Basic configuration of transmission control system)
An embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a schematic configuration diagram illustrating a transmission control system according to the present embodiment.
[0035]
As shown in the figure, the transmission control system according to the present embodiment includes mobile stations 10a and 10b, a base station 20, a base station control unit 30 (base station control device), a network 40, and a server 50. Prepare. The base station control unit 30 may be provided in the base station 20.
[0036]
In this embodiment, the mobile device 10 transmits a response packet for confirming the number of data packets received so far to the server 50, and the server 50 checks the response packet from the mobile device 10. Instead, the data packet is transmitted to the mobile device 10.
[0037]
The mobile device 10 transmits and receives data packets between the server 50 and the base station 20. The mobile device 10 is, for example, a mobile phone, a PDA, or the like. Specifically, the mobile device 10 transmits a response to the data packet transmitted from the server 50 to the server 50 as a response packet (ACK).
[0038]
The base station 20 transmits a data packet input from the base station control unit 30 to the corresponding mobile station 10. The base station 20 also outputs a data packet or ACK transmitted from the mobile device 10 to the base station control unit 30. The server 50 transmits a data packet to the mobile device 10 via the base station control unit 30 and the base station 20. Further, the server changes the amount of data packets to be transmitted to the mobile device 10 according to the number of response packets divided by the base station control unit 30, as described later.
[0039]
The server 50 and the base station controller 30 are connected to a network 40. In the present embodiment, the network 40 means a connection network constructed by wireless or wire. The server 50 and the mobile device 10 connected to the network 40 can communicate by TCP.
[0040]
In the present embodiment, as shown in FIG. 2, the base station control unit 30 includes a packet reception unit 31 (reception unit), a queue management unit 32 (discard probability determination unit), a radio frame transmission unit 33, A speed monitor 34, a queue length monitor 35, a radio frame receiver 36, an ACK packet divider 37 (divider), and a packet transmitter 38 are provided. The base station control unit 30 is connected to the base station 20 and the network 40.
[0041]
The packet receiving unit 31 receives a data packet from the server 50. Specifically, the packet receiving unit 31 receives a data packet transmitted from the server 50 and outputs the received data packet to the queue management unit 32.
[0042]
The queue management unit 32 includes a queue 321 for temporarily storing a data packet to be transmitted to the mobile device 10 as a queue length. In the present embodiment, the queue length means the number of packets stored in the queue, the length of the packets, or the amount of packets. The queue management unit 32 discards the data packet received by the packet reception unit 31 according to the transmission rate of the data packet set by the radio frame transmission unit 33 and the size of the queue length stored in the queue 321. This determines the probability (data packet drop probability).
[0043]
Specifically, the queue management unit 32 outputs the data packet stored in the queue 321 in the queue management unit 32 to the wireless frame transmission unit 33 based on the request from the wireless frame transmission unit 33. Until the wireless frame transmitting unit 33 transmits the data packet to the corresponding mobile station 10 and the wireless frame transmitting unit 33 requests the queue managing unit 32 to transmit a new data packet, the queue managing unit 32 Causes the data packet input from the packet receiving unit 31 to be stored in the queue 321 in the queue management unit 32 or to be discarded.
[0044]
Here, whether the input data packet is discarded or stored in the queue 321 by the queue management unit 32 can be performed using an ERD (Early Random Drop) algorithm in the present embodiment. This algorithm is not limited to ERD, and other algorithms such as RED (Random Early Detection) may be used.
[0045]
The algorithm used in the present embodiment may be any algorithm that can change the parameter of the discard probability according to the transmission rate and the queue length. As shown in FIG. 4, it is assumed in the present embodiment that the broken line characteristics (theoretical characteristics) relating to the queue length and the drop probability using this algorithm are predetermined.
[0046]
Each broken line characteristic is such that a minimum value of the queue length (min thresh for −−kbps) is used as a reference position, and a straight line having a predetermined inclination from the reference position is drawn in accordance with the queue length and the transmission speed. It is. The queue management unit 32 uses the polygonal line characteristics to find a point where the value of the transmission rate set by the radio frame transmission unit 33 intersects with the value of the queue length stored in the queue 321. The queue management unit 32 determines the size corresponding to the vertical axis of the obtained point as the discard probability.
[0047]
When performing packet reception, the queue management unit 32 that has determined the discard probability based on the relationship between the transmission speed and the queue length stores the received packet in the queue 321 or discards the packet according to the determined discard probability.
[0048]
The queue management unit 32 sets an optimum queue length (reference length) according to the transmission rate notified from the transmission rate monitoring unit 34 or the magnitude of the delay time measured by the ACK packet division unit 37. is there. In the present embodiment, the optimum queue length can be expressed by a function of the transmission speed and the delay time. Here, the delay time means a time (round trip time) from when the server 50 transmits data to the corresponding mobile device 10 until the server 50 receives an ACK for the data.
[0049]
The wireless frame transmitting unit 33 transmits the data packet stored in the queue 321 to the corresponding mobile device 10. The wireless frame transmitting unit 33 sets the transmission speed of data packets to be transmitted to the mobile device 10. Here, the transmission speed dynamically changes according to the communication status between the wireless frame transmitting unit 33 and the mobile device 10. This transmission rate varies mainly within the range of 64-384 kbps.
[0050]
The transmission speed monitoring unit 34 notifies the queue management unit 32 and the ACK packet division unit 37 of the transmission speed grasped by the radio frame transmission unit 33. The transmission rate monitoring unit 34 is connected to the radio frame transmission unit 33, the queue management unit 32, and the ACK packet division unit 37.
[0051]
When receiving the ACK (response packet) transmitted from the mobile device 10 to the server 50, the wireless frame receiving unit 36 outputs the received ACK to the ACK packet dividing unit 37. The queue length monitoring unit 35 notifies the ACK packet division unit 37 of the queue length in the queue 321 sequentially. The queue length monitoring unit 35 is connected to the queue management unit 32 and the ACK packet division unit 37.
[0052]
The ACK packet division unit 37 collates the optimum queue length set by the queue management unit 32 with the queue length stored in the queue 321, and when the optimum queue length is larger than the queue length, the wireless frame receiving unit 36 This divides the received ACK (response packet) into a predetermined reference number.
[0053]
The ACK packet division unit 37 calculates the difference between the optimal queue length set by the queue management unit 32 and the queue length stored in the queue 321, and sets the reference number according to the calculated difference. Is preferred. Alternatively, it is preferable that the ACK packet division unit 37 sets the reference number according to the transmission rate set by the radio frame transmission unit 33.
[0054]
Specifically, the ACK packet division unit 37 compares the optimal queue length set by the queue management unit 32 with the queue length notified from the queue length monitoring unit 35. The ACK packet dividing unit 37 that has made the comparison divides the ACK input from the radio frame receiving unit 36 into a predetermined reference number when the relationship of optimum queue length> queue length holds.
[0055]
The divided ACK packet divider 37 outputs the divided ACK to the packet transmitter 38 as a divided signal. The packet transmitting unit 38 transmits the input divided signal to the server 50. The server 50 to which the divided signal is input from the packet transmitting unit 38 changes the congestion window according to the number of ACKs corresponding to the input divided signal.
[0056]
On the other hand, when the relationship of “optimum queue length> queue length” does not hold, the ACK packet division unit 37 outputs the ACK input from the radio frame reception unit 36 to the packet transmission unit 38 as it is.
[0057]
FIG. 3 is a diagram showing how the congestion window changes. FIG. 9 is an example of a change in the congestion window when the reference number for dividing one ACK is fixedly set to two. As shown in the figure, when the transmission speed changes from 64 kbps → 128 kbps → 64 kbps → 384 kbps → 64 kbps → 384 kbps, the optimum value of the congestion window changes according to the transmission speed. Thereby, the base station control unit 30 can make the congestion window in the server 50 close to the optimal value as a result by performing each of the above processes.
[0058]
(Transmission control system, data transmission method using base station controller)
The data transmission method by the transmission control system and the base station control device having the above configuration can be implemented by the following procedure.
[0059]
(1) Procedure until base station control section 30 divides ACK
FIG. 5 is a flowchart showing a procedure until the base station control unit 30 divides the ACK. As shown in FIG. 5, first, the mobile device 10 requests a data packet to the server 50 (S101). Note that the server 50 may establish a TCP connection toward the mobile device 10.
[0060]
The server 50 that has received the data packet request from the mobile device 10 transmits the data packet to the base station control unit 30 (S102). The packet receiving unit 31 receives the data packet transmitted from the server 50 and outputs the received data packet to the queue management unit 32.
[0061]
Next, the wireless frame transmitting unit 33 transmits the data packet transmitted from the server 50 to the corresponding mobile device 10 (S103). Specifically, the queue management unit 32 outputs the data packet stored in the queue 321 in the queue management unit 32 to the wireless frame transmission unit 33 based on the request from the wireless frame transmission unit 33. The wireless frame transmission unit 33 to which the data packet has been input from the queue management unit 32 transmits the input data packet to the mobile device 10.
[0062]
Next, the mobile device 10 transmits a response corresponding to the data packet transmitted from the base station control unit 30 to the server 50 as an ACK (response packet) (S104). The radio frame receiving unit 36 that has received the ACK transmitted from the mobile device 10 to the server 50 outputs the received ACK to the ACK packet dividing unit 37.
[0063]
Thereafter, the queue management unit 32 calculates an optimum queue length (reference length) according to the transmission speed notified from the transmission speed monitoring unit 34 or the magnitude of the delay time measured by the ACK packet division unit 37 (S105). ).
[0064]
Next, the ACK packet division unit 37 compares the optimal queue length set by the queue management unit 32 with the queue length stored in the queue 321, and when the optimal queue length is larger than the queue length, the radio frame receiving unit The ACK (response packet) received at 36 is divided into a predetermined reference number (S106).
[0065]
The divided ACK packet divider 37 outputs the divided ACK to the packet transmitter 38 as a divided signal. The packet transmitting unit 38 transmits the input divided signal to the server 50 (S108). The server 50 to which the divided signal has been input from the packet transmitting unit 38 changes the congestion window according to the number of ACKs corresponding to the input divided signal (S109).
[0066]
On the other hand, when the relationship of “optimum queue length> queue length” does not hold, the ACK packet division unit 37 outputs the ACK input from the radio frame reception unit 36 to the packet transmission unit 38 as it is. The packet transmitting unit 38 transmits the input ACK to the server 50.
[0067]
(2) Procedure until the queue management unit 32 determines the discard probability
First, the queue management unit 32 specifies the transmission speed set by the wireless frame transmission unit 33. In addition, the queue management unit 32 specifies the queue length stored in the queue 321. After that, the queue management unit 32 determines the discard probability according to the transmission speed of the specified data packet and the size of the queue length stored in the queue 321.
[0068]
Specifically, the queue management unit 32 uses the polygonal line characteristic shown in FIG. Ask. The queue management unit 32 determines the size corresponding to the vertical axis of the obtained intersection as the discard probability.
[0069]
When performing packet reception, the queue management unit 32 that has set the discard probability based on the relationship between the transmission speed and the queue length stores the received data packet in the queue 321 or discards it according to the determined discard probability.
[0070]
(program)
The contents described above can be realized by executing a dedicated program for using a predetermined program language on a general-purpose computer such as a personal computer.
[0071]
Note that the program can be recorded on a recording medium. As shown in FIG. 6, the recording medium includes, for example, a hard disk 60, a flexible disk 70, a compact disk 80, an IC chip 90, a cassette tape 100, and the like. According to the recording medium on which such a program is recorded, a trader who handles the program can easily store, transport, and sell the program.
[0072]
(Operation and effect of base station control device, data transmission method and program)
According to the invention of the present application, the queue management unit 32 transmits the message from the server 50 to the mobile device 10 according to the set transmission speed and the size of the queue length stored in the queue 321. The probability of discarding a data packet (discard probability) can be determined. Thereby, the queue management unit 32 can discard the data packet transmitted from the server 50 to the mobile device 10 with the above-mentioned discard probability.
[0073]
If the drop probability determined by the queue management unit 32 increases, all packet data transmitted from the server 50 to the mobile device 10 is not transmitted to the mobile device 10. Therefore, the server 50 reduces the congestion window by itself when the server 50 times out without receiving the duplicate ACK or the ACK within a predetermined time. If the congestion window is reduced, the queue management unit 32 transmits the data packet to the corresponding mobile device 10 quickly without discarding the data packet because the data packet received from the server 50 is reduced. Can be.
[0074]
In other words, by appropriately changing the discard probability by the queue management unit 32, the queue management unit 32 can consequently bring the congestion window in the server 50 closer to the optimum value.
[0075]
When the optimum queue length is larger than the queue length, the ACK packet division unit 37 can divide the ACK received from the mobile device 10 into a predetermined reference number. Thus, the server 50 can sequentially change the congestion window according to the number of ACKs divided by the ACK packet division unit 37.
[0076]
For example, when a burst-like packet loss occurs on the network and the congestion window in the server 50 is set to a minimum value by a specific protocol, the ACK packet division unit 37 determines the received ACK based on a preset criterion. By dividing the number into a number, the congestion window in the server 50 can be improved as a result.
[0077]
Further, when the current optimum queue length is larger than the queue length, the ACK packet dividing unit 37 can set the reference number to be divided higher. Setting this reference number high means that the queue length stored in the queue 321 by the queue management unit 32 can be further increased because the optimum queue length is larger than the queue length.
[0078]
If the reference number increases, the ACK packet division unit 37 divides the ACK received from the mobile device 10 with a high reference number. If ACKs increase due to this division, the server 50 increases the congestion window because many ACKs are returned. If the congestion window increases, the queue management unit 32 increases the data packet received from the server 50, and as a result, can increase the queue length. As a result, the ACK packet division unit 37 can make the congestion window in the server 50 close to the optimum value as a result.
[0079]
【The invention's effect】
As described above, according to the present invention, a data packet transmitted from a server to a mobile device is discarded at a predetermined probability, or a response packet transmitted from a mobile device to a server is transmitted under a predetermined condition. As a result, the congestion window in the server can be made closer to the optimal value.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating a schematic configuration of a transmission control system according to an embodiment.
FIG. 2 is a diagram showing an internal structure of a transmission control system according to the embodiment.
FIG. 3 is a diagram illustrating a state in which a congestion window according to the present embodiment changes with time.
FIG. 4 is a diagram illustrating a relationship between a transmission speed and a queue length according to the present embodiment.
FIG. 5 is a diagram showing a procedure of a data transmission method according to the embodiment.
FIG. 6 is a diagram showing a recording medium according to the embodiment.
FIG. 7 is a conventional diagram showing how a congestion window changes according to the size of time (part 1).
FIG. 8 is a conventional diagram showing how a congestion window changes according to the size of time (part 2).
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 10 ... Mobile station, 20 ... Base station, 30 ... Base station control part, 31 ... Packet receiving part, 32 ... Queue management part, 33 ... Radio frame transmission part, 34 ... Transmission speed monitoring part, 35 ... Queue length monitoring part, 36: Wireless frame receiving unit, 37: ACK packet dividing unit, 38: Packet transmitting unit, 40: Network, 50: Server, 60: Hard disk, 70: Flexible disk, 80: Compact disk, 90: IC chip, 100: Cassette Tape, 321 ... queue

Claims (12)

移動機とデータパケットを配信するサーバとがネットワークに接続され、前記サーバから前記移動機に対して送信されたデータパケットを廃棄する確率を決定する基地局制御装置であって、
前記移動機に送信するデータパケットをキュー長として一時的に記憶するキューと、
前記移動機に送信するデータパケットの伝送速度を設定する速度設定手段と、
前記速度設定手段で設定された前記伝送速度と前記キューに記憶された前記キュー長との大きさに応じて、前記サーバから前記移動機に対して送信されたデータパケットを廃棄する確率を決定する廃棄確率決定手段と
を有することを特徴とする基地局制御装置。
A mobile station and a server that distributes data packets are connected to a network, and a base station controller that determines a probability of discarding a data packet transmitted from the server to the mobile station,
A queue for temporarily storing a data packet to be transmitted to the mobile device as a queue length,
Speed setting means for setting a transmission rate of a data packet to be transmitted to the mobile device,
A probability of discarding a data packet transmitted from the server to the mobile device is determined according to the transmission rate set by the speed setting unit and the size of the queue length stored in the queue. A base station control device comprising: a discard probability determining unit.
移動機とデータパケットを配信するサーバとがネットワークに接続され、前記サーバから前記移動機に対して送信されたデータパケットに対する応答パケットを予め設定された基準数に分割する基地局制御装置であって、
前記移動機に送信するデータパケットをキュー長として一時的に記憶するキューと、
予め設定された基準長と前記キューに記憶された前記キュー長とを照合し、該基準長が該キュー長よりも大きいときは、前記応答パケットを予め設定された前記基準数に分割する分割手段と
を有することを特徴とする基地局制御装置。
A base station control device, wherein a mobile station and a server that distributes data packets are connected to a network, and divides a response packet for a data packet transmitted from the server to the mobile station into a predetermined reference number, ,
A queue for temporarily storing a data packet to be transmitted to the mobile device as a queue length,
Dividing means for comparing a preset reference length with the queue length stored in the queue, and when the reference length is larger than the queue length, dividing the response packet into the preset reference number; And a base station controller.
請求項2に記載の基地局制御装置であって、
前記分割手段は、予め設定された基準長と前記キューに記憶された前記キュー長との差分を算出し、算出した該差分の大きさに応じて前記基準数を設定することを特徴とする基地局制御装置。
The base station control device according to claim 2,
A base unit that calculates a difference between a preset reference length and the queue length stored in the queue, and sets the reference number according to the calculated magnitude of the difference; Station control device.
請求項2に記載の基地局制御装置であって、
前記移動機に送信するデータパケットの伝送速度を設定する速度設定手段を有し、
前記分割手段は、前記速度設定手段で設定された前記伝送速度に応じて前記基準数を設定することを特徴とする基地局制御装置。
The base station control device according to claim 2,
Having a speed setting means for setting a transmission speed of a data packet to be transmitted to the mobile device,
The base station control device, wherein the dividing unit sets the reference number according to the transmission speed set by the speed setting unit.
移動機とデータパケットを配信するサーバとがネットワークに接続され、前記サーバから前記移動機に対して送信されたデータパケットを廃棄する確率を決定するデータ伝送方法であって、
前記移動機に送信するデータパケットをキュー長として一時的にキューに記憶させる第一工程と、
前記移動機に送信するデータパケットの伝送速度を設定する第二工程と、
前記第一工程で前記キューに記憶された前記キュー長と前記第二工程で設定された前記伝送速度との大きさに応じて、前記サーバから前記移動機に対して送信された前記データパケットを廃棄する確率を決定する第三工程と
を有することを特徴とするデータ伝送方法。
A data transmission method for determining a probability of discarding a data packet transmitted from the server to the mobile device, wherein the mobile device and a server that distributes the data packet are connected to a network,
A first step of temporarily storing a data packet to be transmitted to the mobile device in a queue as a queue length,
A second step of setting a transmission rate of a data packet to be transmitted to the mobile device,
According to the size of the queue length stored in the queue in the first step and the transmission rate set in the second step, the data packet transmitted from the server to the mobile device, A third step of determining a probability of discarding.
移動機とデータパケットを配信するサーバとがネットワークに接続され、前記サーバから前記移動機に対して送信されたデータパケットに対する応答パケットを予め設定された基準数に分割するデータ伝送方法であって、前記移動機に送信するデータパケットをキュー長として一時的にキューに記憶させる第一工程と、
予め設定された基準長と前記キューに記憶された前記キュー長とを照合し、該基準長が該キュー長よりも大きいときは、前記応答パケットを予め設定された前記基準数に分割する第二工程と
を有することを特徴とするデータ伝送方法。
A data transmission method, wherein a mobile device and a server that distributes data packets are connected to a network, and a response packet for a data packet transmitted from the server to the mobile device is divided into a predetermined reference number, A first step of temporarily storing a data packet to be transmitted to the mobile device in a queue as a queue length,
A second step of comparing a preset reference length with the queue length stored in the queue and dividing the response packet into the preset reference number when the reference length is larger than the queue length. And a data transmission method.
請求項6に記載のデータ伝送方法であって、
前記第二工程は、予め設定された基準長と前記キューに記憶された前記キュー長との差分を算出し、算出した該差分の大きさに応じて前記基準数を設定することを特徴とするデータ伝送方法。
The data transmission method according to claim 6, wherein
The second step is characterized in that a difference between a reference length set in advance and the queue length stored in the queue is calculated, and the reference number is set according to the calculated magnitude of the difference. Data transmission method.
請求項6に記載のデータ伝送方法であって、
前記第二工程は、前記移動機に送信するデータパケットの伝送速度に応じて前記基準数を設定することを特徴とするデータ伝送方法。
The data transmission method according to claim 6, wherein
The data transmission method according to claim 2, wherein in the second step, the reference number is set according to a transmission rate of a data packet transmitted to the mobile device.
移動機とデータパケットを配信するサーバとがネットワークに接続され、前記サーバから前記移動機に対して送信されたデータパケットを廃棄する確率を決定するプログラムであって、
コンピュータに、
前記移動機に送信するデータパケットをキュー長として一時的にキューに記憶させる第一工程と、
前記移動機に送信するデータパケットの伝送速度を設定する第二工程と、
前記第一工程で前記キューに記憶された前記キュー長と前記第二工程で設定された前記伝送速度との大きさに応じて、前記サーバから前記移動機に対して送信された前記データパケットを廃棄する確率を決定する第三工程と
を有する処理を実行させるためのプログラム。
A program for determining a probability of discarding a data packet transmitted from the server to the mobile device, wherein the mobile device and a server that distributes the data packet are connected to a network,
On the computer,
A first step of temporarily storing a data packet to be transmitted to the mobile device in a queue as a queue length,
A second step of setting a transmission rate of a data packet to be transmitted to the mobile device,
According to the size of the queue length stored in the queue in the first step and the transmission rate set in the second step, the data packet transmitted from the server to the mobile device, And a third step of determining a probability of discarding the program.
移動機とデータパケットを配信するサーバとがネットワークに接続され、前記サーバから前記移動機に対して送信されたデータパケットに対する応答パケットを予め設定された基準数に分割するプログラムであって、
前記移動機に送信するデータパケットをキュー長として一時的にキューに記憶させる第一工程と、
予め設定された基準長と前記キューに記憶された前記キュー長とを照合し、該基準長が該キュー長よりも大きいときは、前記応答パケットを予め設定された前記基準数に分割する第二工程と
を有する処理を実行させるためのプログラム。
A mobile device and a server that distributes data packets are connected to a network, and a program that divides a response packet for a data packet transmitted from the server to the mobile device into a predetermined reference number,
A first step of temporarily storing a data packet to be transmitted to the mobile device in a queue as a queue length,
A second step of comparing a preset reference length with the queue length stored in the queue and dividing the response packet into the preset reference number when the reference length is larger than the queue length. And a program for executing a process having a step.
請求項10に記載のプログラムであって、
前記第二工程は、予め設定された基準長と前記キューに記憶された前記キュー長との差分を算出し、算出した該差分の大きさに応じて前記基準数を設定する処理を実行させるためのプログラム。
The program according to claim 10, wherein:
The second step is for calculating a difference between a preset reference length and the queue length stored in the queue, and executing a process of setting the reference number according to the calculated magnitude of the difference. Program.
請求項10に記載のプログラムであって、
前記第二工程は、前記移動機に送信するデータパケットの伝送速度に応じて前記基準数を設定する処理を実行させるためのプログラム。
The program according to claim 10, wherein:
The second step is a program for executing a process of setting the reference number according to a transmission rate of a data packet to be transmitted to the mobile device.
JP2002346278A 2002-11-28 2002-11-28 Base station control apparatus, data transmission method and program Expired - Lifetime JP3974027B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002346278A JP3974027B2 (en) 2002-11-28 2002-11-28 Base station control apparatus, data transmission method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002346278A JP3974027B2 (en) 2002-11-28 2002-11-28 Base station control apparatus, data transmission method and program

Publications (2)

Publication Number Publication Date
JP2004180158A true JP2004180158A (en) 2004-06-24
JP3974027B2 JP3974027B2 (en) 2007-09-12

Family

ID=32707237

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002346278A Expired - Lifetime JP3974027B2 (en) 2002-11-28 2002-11-28 Base station control apparatus, data transmission method and program

Country Status (1)

Country Link
JP (1) JP3974027B2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007026557A1 (en) * 2005-08-31 2007-03-08 Nec Corporation Communication system, communication terminal, relay node, communication method used therein, and program thereof
JP2007318637A (en) * 2006-05-29 2007-12-06 Kyocera Corp Communication method, radio communication apparatus and communication system
JP2009200811A (en) * 2008-02-21 2009-09-03 Nippon Telegr & Teleph Corp <Ntt> Queue management method and transfer control device
JP2010148110A (en) * 2008-12-18 2010-07-01 Infineon Technologies Ag Data traffic shaping method, device and wireless instrument
JP2010206608A (en) * 2009-03-04 2010-09-16 Nec Corp Transmission apparatus, transmission rate calculation method and transmission rate calculation program
JP2012141685A (en) * 2010-12-28 2012-07-26 Sony Corp Transmission device, transmission method and program
US8532010B2 (en) 2004-11-25 2013-09-10 Nec Corporation Transmission method for uplink transport layer
JP2016192013A (en) * 2015-03-31 2016-11-10 株式会社日立製作所 Sales representative candidate extraction system
JP2017046357A (en) * 2010-03-16 2017-03-02 マイクロソフト テクノロジー ライセンシング,エルエルシー Shaping of virtual machine communication traffic

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000057599A2 (en) * 1999-03-22 2000-09-28 Pluris, Inc. Improving system performance in a data network through queue management based on ingress rate monitoring
JP2002217963A (en) * 2001-01-12 2002-08-02 Mitsubishi Electric Corp Data distribution managing system
JP2003124984A (en) * 2001-10-18 2003-04-25 Mitsubishi Electric Corp Data distribution managing apparatus, system and method therefor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000057599A2 (en) * 1999-03-22 2000-09-28 Pluris, Inc. Improving system performance in a data network through queue management based on ingress rate monitoring
JP2002217963A (en) * 2001-01-12 2002-08-02 Mitsubishi Electric Corp Data distribution managing system
JP2003124984A (en) * 2001-10-18 2003-04-25 Mitsubishi Electric Corp Data distribution managing apparatus, system and method therefor

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8532010B2 (en) 2004-11-25 2013-09-10 Nec Corporation Transmission method for uplink transport layer
WO2007026557A1 (en) * 2005-08-31 2007-03-08 Nec Corporation Communication system, communication terminal, relay node, communication method used therein, and program thereof
JPWO2007026557A1 (en) * 2005-08-31 2009-03-05 日本電気株式会社 Communication system, communication terminal, relay node, communication method used therefor, and program thereof
JP4831366B2 (en) * 2005-08-31 2011-12-07 日本電気株式会社 Communication system, communication terminal, relay node, communication method used therefor, and program thereof
JP2007318637A (en) * 2006-05-29 2007-12-06 Kyocera Corp Communication method, radio communication apparatus and communication system
JP2009200811A (en) * 2008-02-21 2009-09-03 Nippon Telegr & Teleph Corp <Ntt> Queue management method and transfer control device
JP2010148110A (en) * 2008-12-18 2010-07-01 Infineon Technologies Ag Data traffic shaping method, device and wireless instrument
US8194543B2 (en) 2008-12-18 2012-06-05 Intel Mobile Communications GmbH Methods of data traffic shaping, apparatus and wireless device
JP2010206608A (en) * 2009-03-04 2010-09-16 Nec Corp Transmission apparatus, transmission rate calculation method and transmission rate calculation program
JP2017046357A (en) * 2010-03-16 2017-03-02 マイクロソフト テクノロジー ライセンシング,エルエルシー Shaping of virtual machine communication traffic
JP2012141685A (en) * 2010-12-28 2012-07-26 Sony Corp Transmission device, transmission method and program
JP2016192013A (en) * 2015-03-31 2016-11-10 株式会社日立製作所 Sales representative candidate extraction system

Also Published As

Publication number Publication date
JP3974027B2 (en) 2007-09-12

Similar Documents

Publication Publication Date Title
EP1590978B1 (en) Quality of service differentiation in wireless networks
JP4283589B2 (en) COMMUNICATION DEVICE, COMMUNICATION CONTROL METHOD, AND PROGRAM
CN102468941B (en) Network packet loss processing method and device
US6934251B2 (en) Packet size control technique
US7672284B2 (en) Throughput in multi-rate wireless networks using variable-length packets and other techniques
US7349356B2 (en) Power saving function for wireless LANs: methods, system and program products
JP4819063B2 (en) QoS measurement and monitoring in service-sensitive wireless networks
US20040015591A1 (en) Collective TCP control for improved wireless network performance
JP4763772B2 (en) QoS measurement and monitoring in service-differentiated wireless networks
US20090141631A1 (en) Voice adaptive gateway pacing methods and systems for wireless multi-hop networks
CN112821992B (en) Data transmission method, device, electronic equipment and storage medium
US9510354B2 (en) Method and a device for low intrusive fast estimation of the bandwidth available between two IP nodes
JP3974027B2 (en) Base station control apparatus, data transmission method and program
US7058083B2 (en) Network interface driver and method
CN113543208B (en) Wireless transmission control method, wireless communication system, and computer storage medium
CN112822116B (en) TCP congestion control method and device
JP2004320618A (en) Radio access system and radio access method
CN113950099A (en) Network congestion control method and equipment
EP2177064B1 (en) Control of data flow
Hall et al. Effect of pulse jamming on IEEE 802.11 wireless LAN performance
CN117278654A (en) Dynamic network self-adaptive modification method based on TCP-BPF
Xiao et al. Performance analysis of CRTP in IEEE 802.11 network
JPH10243047A (en) Communication channel control system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050411

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070228

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070306

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070507

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070605

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070613

R150 Certificate of patent or registration of utility model

Ref document number: 3974027

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100622

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100622

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110622

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120622

Year of fee payment: 5

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120622

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130622

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term