JP2014220612A - Radio base station and mobile communication method - Google Patents

Radio base station and mobile communication method Download PDF

Info

Publication number
JP2014220612A
JP2014220612A JP2013097524A JP2013097524A JP2014220612A JP 2014220612 A JP2014220612 A JP 2014220612A JP 2013097524 A JP2013097524 A JP 2013097524A JP 2013097524 A JP2013097524 A JP 2013097524A JP 2014220612 A JP2014220612 A JP 2014220612A
Authority
JP
Japan
Prior art keywords
tcp
base station
radio base
data
tcp layer
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
JP2013097524A
Other languages
Japanese (ja)
Inventor
徹 内野
Toru Uchino
徹 内野
明人 花木
Akito Hanaki
明人 花木
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 JP2013097524A priority Critical patent/JP2014220612A/en
Publication of JP2014220612A publication Critical patent/JP2014220612A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W28/00Network traffic management; Network resource management
    • H04W28/02Traffic management, e.g. flow control or congestion control
    • H04W28/04Error control

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To avoid the situation in which TCP layer data exceeding the amount of data that can be processed at one time is transmitted to an upper-layer node.SOLUTION: A radio base station eNB according to the invention comprises: a receiving unit 12 configured to receive TCP layer data from a router 1 and to receive a TCP-ACK from a mobile station UE; and a transmitting unit 13 configured to transmit TCP layer data to the mobile station UE and to transmit a TCP-ACK to the router. The transmitting unit 13 is configured to limit the amount of data of the TCP-ACK to be transmitted to the router at one time to a predetermined amount X or less.

Description

本発明は、無線基地局及び移動通信方法に関する。   The present invention relates to a radio base station and a mobile communication method.

TCP(Transmission Control Protocol)レイヤでは、送信側装置は、受信側装置に対して送信したTCPパケット(TCPレイヤのデータ)に対する送達確認信号(TCP-ACK)の受信状況に応じて、次に受信側装置に対して送信するTCPパケットの数を決定するように構成されている。   In the TCP (Transmission Control Protocol) layer, the transmission side device receives the next transmission side according to the reception status of the delivery confirmation signal (TCP-ACK) for the TCP packet (TCP layer data) transmitted to the reception side device. It is configured to determine the number of TCP packets to send to the device.

具体的には、図6に示すように、TCPレイヤでは、送信側装置は、TCP-ACKを受信できれば、次に受信側装置に対して送信するTCPパケットの数を増やし、TCP-ACKを受信できなければ、次に受信側装置に対して送信するTCPパケットの数を減らすように構成されている。   Specifically, as shown in FIG. 6, in the TCP layer, if the transmission side apparatus can receive the TCP-ACK, it increases the number of TCP packets to be transmitted to the reception side apparatus and receives the TCP-ACK. If not, it is configured to reduce the number of TCP packets to be transmitted next to the receiving apparatus.

また、RLC(Radio Link Control)レイヤでは、RLCパケット(RLCレイヤのデータ)を順序通りに抜けなく送受信するために、ウィンドウ制御を行っている。   Also, in the RLC (Radio Link Control) layer, window control is performed in order to transmit and receive RLC packets (RLC layer data) in order and without omission.

特に、受信側装置は、RLCレイヤにおいて、順序補正制御(RLC reordering制御)及び重複破棄制御を行うように構成されている。   In particular, the reception-side apparatus is configured to perform order correction control (RLC reordering control) and duplicate discard control in the RLC layer.

具体的には、図7に示すように、RLCレイヤでは、送信側装置は、送信側ウィンドウ(Tx window)内に含まれるSN(Sequence Number)を有するRLCパケットを順番に新規に送信し、送信側ウィンドウ内に未送信のRLCパケットが存在しなくなった時点で、RLCパケットの新規送信を停止するように構成されている。   Specifically, as illustrated in FIG. 7, in the RLC layer, the transmission side device newly transmits RLC packets having an SN (Sequence Number) included in the transmission side window (Tx window) in order and transmits When there is no untransmitted RLC packet in the side window, the new transmission of the RLC packet is stopped.

ここで、送信側装置は、受信側装置から受信した「Status report(ACK)」に基づいて、送信側ウィンドウを更新するように構成されている。   Here, the transmission side apparatus is configured to update the transmission side window based on “Status report (ACK)” received from the reception side apparatus.

一方、図7に示すように、RLCレイヤでは、受信側装置は、受信側ウィンドウ(Rx window)を管理しており、受信側ウィンドウ内に含まれるSNを有するRLCパケット(RLC-PDU)のみを受信バッファに格納し、それ以外のRLCパケット(RLC-PDU)については破棄するように構成されている。   On the other hand, as shown in FIG. 7, in the RLC layer, the receiving side device manages the receiving side window (Rx window), and only receives the RLC packet (RLC-PDU) having the SN included in the receiving side window. It is configured to store in the reception buffer and discard other RLC packets (RLC-PDU).

ここで、受信側装置は、SNに抜けがある場合には、受信側ウィンドウを更新せず、抜けていたSNを有するRLCパケット(RLC-PDU)の受信に成功した場合に、受信側ウィンドウを更新するように構成されている。   Here, if there is a missing SN, the receiving side device does not update the receiving side window. If the receiving side device succeeds in receiving the RLC packet (RLC-PDU) having the missing SN, the receiving side window is not updated. Configured to update.

3GPP TS36.322 v10.0.03GPP TS36.322 v10.0

現在、LTE(Long Term Evolution)方式の無線基地局eNBは、図8及び図9に示すように、上位ノードであるルータ1において一度に処理することができるデータ量(帯域)を意識することなく、移動局UEから受信したTCP-ACKを一度にルータ1に対して送信するように構成されている。   Currently, the LTE (Long Term Evolution) radio base station eNB, as shown in FIGS. 8 and 9, is unaware of the amount of data (bandwidth) that can be processed at once in the router 1 as an upper node. The TCP-ACK received from the mobile station UE is configured to be transmitted to the router 1 at a time.

例えば、図8に示すように、無線基地局eNBは、RLCレイヤにおいて、SN#0のTCPパケットに対するTCP-ACKを含むRLCパケット#0を受信していないため、順序補正制御によって、SN#1〜#4のTCPパケットに対するTCP-ACKを含むRLCパケット#1〜#4をバッファリングしている。   For example, as illustrated in FIG. 8, the radio base station eNB does not receive the RLC packet # 0 including the TCP-ACK for the TCP packet of SN # 0 in the RLC layer. The RLC packets # 1 to # 4 including the TCP-ACK for the TCP packets of .about. # 4 are buffered.

その後、図9に示すように、無線基地局eNBは、RLCレイヤにおいて、SN#0のTCPパケットに対するTCP-ACKを含むRLCパケット#0の受信に成功した場合、TCPレイヤにおいて、SN#0〜#4のTCPパケットに対するTCP-ACKを一度にルータ1に送信する。   After that, as illustrated in FIG. 9, when the radio base station eNB succeeds in receiving the RLC packet # 0 including the TCP-ACK for the TCP packet of SN # 0 in the RLC layer, the radio base station eNB TCP-ACK for the # 4 TCP packet is sent to the router 1 at a time.

ここで、図10に示すように、TCPサーバ2は、SN#0〜#4のTCPパケットに対するTCP-ACKを一気に受信したため、ルータ1に対して、大量のTCPパケットを送信してしまう。   Here, as shown in FIG. 10, the TCP server 2 receives TCP-ACK for the TCP packets of SN # 0 to # 4 all at once, and therefore sends a large amount of TCP packets to the router 1.

その結果、ルータ1が、一度に処理できるデータ量を超えるTCPパケットを受信すると、かかるデータ量を超えたTCPパケットについては破棄してしまうという問題点があった。   As a result, when the router 1 receives a TCP packet that exceeds the amount of data that can be processed at once, the TCP packet that exceeds the amount of data is discarded.

そこで、本発明は、上述の課題に鑑みてなされたものであり、上位ノードに対して一度に処理することができるデータ量を超えるTCPレイヤのデータを送信してしまうという事態を回避することができる無線基地局及び移動通信方法を提供することを目的とする。   Therefore, the present invention has been made in view of the above-described problems, and it is possible to avoid a situation in which TCP layer data exceeding the amount of data that can be processed at one time is transmitted to an upper node. An object of the present invention is to provide a wireless base station and a mobile communication method that can be used.

本発明の第1の特徴は、無線基地局であって、上位ノードからTCPレイヤのデータを受信し、移動局から該TCPレイヤのデータに対する送達確認信号を受信するように構成されている受信部と、前記TCPレイヤのデータを前記移動局に対して送信し、前記送達確認信号を前記上位ノードに対して送信するように構成されている送信部とを具備しており、前記送信部は、一度に前記上位ノードに対して送信する前記送達確認信号のデータ量を所定量以下に制限するように構成されていることを要旨とする。   A first feature of the present invention is a radio base station, which is configured to receive TCP layer data from an upper node, and to receive a delivery confirmation signal for the TCP layer data from a mobile station And a transmission unit configured to transmit the TCP layer data to the mobile station and transmit the delivery confirmation signal to the upper node, and the transmission unit includes: The gist is that the amount of data of the delivery confirmation signal transmitted to the upper node at a time is limited to a predetermined amount or less.

本発明の第2の特徴は、移動通信方法であって、上位ノードが、無線基地局に対して、TCPレイヤのデータを送信する工程Aと、前記無線基地局が、移動局に対して、前記TCPレイヤのデータを送信する工程Bと、前記移動局が、前記無線基地局に対して、前記TCPレイヤのデータに対する送達確認信号を送信する工程Cと、前記無線基地局が、前記上位ノードに対して、前記送達確認信号を送信する工程Dと、前記上位ノードが、前記送達確認信号の受信状況に応じて、前記無線基地局に対して送信すべきTCPレイヤのデータ量を決定する工程Eとを有しており、前記工程Dにおいて、前記無線基地局は、一度に前記上位ノードに対して送信する前記送達確認信号のデータ量を所定量以下に制限することを要旨とする。   A second feature of the present invention is a mobile communication method, in which a higher-level node transmits TCP layer data to a radio base station, and the radio base station A step B of transmitting the TCP layer data; a step C in which the mobile station transmits an acknowledgment signal for the TCP layer data to the radio base station; and the radio base station In contrast, the step D of transmitting the delivery confirmation signal and the step of determining the data amount of the TCP layer to be transmitted to the radio base station by the upper node according to the reception status of the delivery confirmation signal The wireless base station limits the data amount of the delivery confirmation signal transmitted to the upper node at a time to a predetermined amount or less in the step D.

本発明の第3の特徴は、無線基地局であって、移動局からTCPレイヤのデータを受信し、上位ノードから該TCPレイヤのデータに対する送達確認信号を受信するように構成されている受信部と、前記TCPレイヤのデータを前記上位ノードに対して送信し、前記送達確認信号を前記移動局に対して送信するように構成されている送信部とを具備しており、前記送信部は、一度に前記移動局に対して送信する前記送達確認信号のデータ量を所定量以下に制限するように構成されていることを要旨とする。   A third feature of the present invention is a radio base station, which is configured to receive TCP layer data from a mobile station and to receive a delivery confirmation signal for the TCP layer data from an upper node. And a transmission unit configured to transmit the TCP layer data to the upper node and transmit the delivery confirmation signal to the mobile station, and the transmission unit includes: The gist is that the data amount of the delivery confirmation signal transmitted to the mobile station at a time is limited to a predetermined amount or less.

本発明の第4の特徴は、無線基地局であって、移動局からTCPレイヤのデータを受信し、上位ノードから該TCPレイヤのデータに対する送達確認信号を受信するように構成されている受信部と、前記TCPレイヤのデータを前記上位ノードに対して送信し、前記送達確認信号を前記移動局に対して送信するように構成されている送信部とを具備しており、前記送信部は、一度に前記上位ノードに対して送信する前記TCPレイヤのデータ量を所定量以下に制限するように構成されていることを要旨とする。   A fourth feature of the present invention is a radio base station, which is configured to receive TCP layer data from a mobile station and to receive a delivery confirmation signal for the TCP layer data from an upper node. And a transmission unit configured to transmit the TCP layer data to the upper node and transmit the delivery confirmation signal to the mobile station, and the transmission unit includes: The gist is that the amount of data of the TCP layer transmitted to the upper node at a time is limited to a predetermined amount or less.

以上説明したように、本発明によれば、上位ノードに対して一度に処理することができるデータ量を超えるTCPレイヤのデータを送信してしまうという事態を回避することができる無線基地局及び移動通信方法を提供することができる。   As described above, according to the present invention, it is possible to avoid a situation in which TCP layer data exceeding the amount of data that can be processed at one time is transmitted to an upper node and a mobile base station that can avoid the situation A communication method can be provided.

本発明の第1の実施形態に係る移動通信システムの全体構成及び動作を説明するための図である。It is a figure for demonstrating the whole structure and operation | movement of the mobile communication system which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る無線基地局eNBの機能ブロック図である。FIG. 3 is a functional block diagram of a radio base station eNB according to the first embodiment of the present invention. 本発明の第1の実施形態に係る移動通信システムの全体構成及び動作を説明するための図である。It is a figure for demonstrating the whole structure and operation | movement of the mobile communication system which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る移動通信システムの全体構成及び動作を説明するための図である。It is a figure for demonstrating the whole structure and operation | movement of the mobile communication system which concerns on the 1st Embodiment of this invention. 本発明の第1の実施形態に係る無線基地局eNBの動作を示すフローチャートである。It is a flowchart which shows operation | movement of the radio base station eNB which concerns on the 1st Embodiment of this invention. 従来技術を説明するための図である。It is a figure for demonstrating a prior art. 従来技術を説明するための図である。It is a figure for demonstrating a prior art. 従来技術を説明するための図である。It is a figure for demonstrating a prior art. 従来技術を説明するための図である。It is a figure for demonstrating a prior art. 従来技術を説明するための図である。It is a figure for demonstrating a prior art.

(本発明の第1の実施形態に係る移動通信システム)
図1乃至図5を参照して、本発明の第1の実施形態に係る移動通信システムについて説明する。
(Mobile communication system according to the first embodiment of the present invention)
A mobile communication system according to a first embodiment of the present invention will be described with reference to FIG. 1 to FIG.

図1に示すように、本実施形態に係る移動通信システムは、移動局UEと、無線基地局eNBと、ルータ1と、TCPサーバ2とを具備している。   As shown in FIG. 1, the mobile communication system according to the present embodiment includes a mobile station UE, a radio base station eNB, a router 1, and a TCP server 2.

本実施形態に係る移動局UE及び無線基地局eNBは、RLCレイヤにおいて、順序補正制御及び重複破棄制御を行うように構成されていてもよい。   The mobile station UE and the radio base station eNB according to the present embodiment may be configured to perform order correction control and overlap cancellation control in the RLC layer.

図2に示すように、本実施形態に係る無線基地局eNBは、算出部11と、受信部12と、送信部13とを具備している。   As illustrated in FIG. 2, the radio base station eNB according to the present embodiment includes a calculation unit 11, a reception unit 12, and a transmission unit 13.

算出部11は、一度にルータ1に対して送信するTCP-ACKのデータ量を規定する所定量Xを算出するように構成されている。   The calculation unit 11 is configured to calculate a predetermined amount X that defines the amount of TCP-ACK data to be transmitted to the router 1 at a time.

例えば、算出部11は、下りリンクにおけるIPパケットの平均サイズ(平均DL IP packet size)に基づいて、所定量Xを算出するように構成されていてもよい。   For example, the calculation unit 11 may be configured to calculate the predetermined amount X based on the average size (average DL IP packet size) of IP packets in the downlink.

或いは、算出部11は、受信部12によって所定時間内に受信されたTCPレイヤのデータ(TCPパケット/TCPセグメント)の合計値の最大値に基づいて、所定量Xを算出するように構成されていてもよい。   Alternatively, the calculation unit 11 is configured to calculate the predetermined amount X based on the maximum value of the total value of TCP layer data (TCP packet / TCP segment) received by the reception unit 12 within a predetermined time. May be.

なお、算出部11は、周期的に、所定量Xを更新するように構成されていてもよい。また、複数のデータフロー(Data flow)又はベアラ(Bearer)が設定されている場合には、所定量Xは、データフロー又はベアラごとに設定されるように構成されていてもよい。   Note that the calculation unit 11 may be configured to periodically update the predetermined amount X. Moreover, when a plurality of data flows (Data flow) or bearers (Bearers) are set, the predetermined amount X may be configured to be set for each data flow or bearer.

受信部12は、ルータ1からTCPパケットを受信し、移動局UEからTCP-ACKを受信するように構成されている。   The receiving unit 12 is configured to receive a TCP packet from the router 1 and receive a TCP-ACK from the mobile station UE.

送信部13は、TCPパケットを移動局UEに対して送信し、TCP-ACKをルータに対して送信するように構成されている。   The transmission unit 13 is configured to transmit a TCP packet to the mobile station UE and transmit a TCP-ACK to the router.

また、送信部13は、一度にルータ1に対して送信するTCP-ACKのデータ量を所定量X以下に制限するように構成されている。   The transmission unit 13 is configured to limit the amount of TCP-ACK data transmitted to the router 1 at a time to a predetermined amount X or less.

ここで、所定量Xは、TCP-ACKの数によって規定されていてもよいし、バイト量やビット量といったデータ量そのもので規定されていてもよい。   Here, the predetermined amount X may be defined by the number of TCP-ACKs, or may be defined by a data amount itself such as a byte amount or a bit amount.

なお、送信部13は、所定量Xを超えるTCP-ACKをバッファリングし、所定期間経過後に、バッファリングしていたTCP-ACKをルータ1に対して送信するように構成されていてもよい。   The transmission unit 13 may be configured to buffer TCP-ACK exceeding a predetermined amount X and transmit the buffered TCP-ACK to the router 1 after a predetermined period.

以下、図1、図3乃至図5を参照して、本実施形態に係る移動通信システムの動作について説明する。   Hereinafter, the operation of the mobile communication system according to the present embodiment will be described with reference to FIGS. 1 and 3 to 5.

第1に、図1、図3及び図4を参照して、本実施形態に係る移動通信システムにおいてTCPサーバ2によってTCPパケットを送信する際の動作について説明する。   First, with reference to FIG. 1, FIG. 3, and FIG. 4, an operation when a TCP packet is transmitted by the TCP server 2 in the mobile communication system according to the present embodiment will be described.

図1に示すように、無線基地局eNBは、ステップS101において、ルータ1を経由してTCPサーバ2によって送信されたSN#0〜#4のTCPパケットを受信し、移動局UEに対して、かかるSN#0〜#4のTCPパケットを送信する。   As illustrated in FIG. 1, the radio base station eNB receives the TCP packets of SN # 0 to # 4 transmitted by the TCP server 2 via the router 1 in step S101, and The TCP packets of SN # 0 to # 4 are transmitted.

ステップS102において、移動局UEは、無線基地局eNBに対して、SN#0〜#4のTCPパケットに対するTCP-ACKを含むRLCパケット#0〜#4を送信する。   In step S102, the mobile station UE transmits RLC packets # 0 to # 4 including TCP-ACK for the TCP packets of SN # 0 to # 4 to the radio base station eNB.

図1の例では、移動局UEは、SN#0のTCPパケットに対するTCP-ACKを含むRLCパケット#0の送信に失敗し、かかるRLCパケット#0の再送を行っている。   In the example of FIG. 1, the mobile station UE fails to transmit the RLC packet # 0 including TCP-ACK for the TCP packet of SN # 0, and retransmits the RLC packet # 0.

ステップS103において、無線基地局eNBは、RLCレイヤにおいて、SN#0のTCPパケットに対するTCP-ACKを含むRLCパケット#0を受信していないため、順序補正制御によって、SN#1〜#4のTCPパケットに対するTCP-ACKを含むRLCパケット#1〜#4をバッファリングしている。   In step S103, since the radio base station eNB has not received the RLC packet # 0 including the TCP-ACK for the TCP packet of SN # 0 in the RLC layer, the TCP of SN # 1 to # 4 is controlled by the order correction control. RLC packets # 1 to # 4 including TCP-ACK for the packet are buffered.

その後、図3に示すように、無線基地局eNBは、RLCレイヤにおいて、SN#0のTCPパケットに対するTCP-ACKを含むRLCパケット#0の受信に成功した場合、ステップS104において、TCPレイヤにおいて、SN#0〜#2のTCPパケットに対するTCP-ACKを一度にルータ1に送信し、ステップS105において、所定量X(図3の例では、3個のTCP-ACKに対応するデータ量)を超えるSN#3〜#4のTCPパケットに対するTCP-ACK(或いは、かかるTCP-ACKを含むRLCパケット#3〜#4)についてはバッファリングを継続する。   After that, as illustrated in FIG. 3, when the radio base station eNB succeeds in receiving the RLC packet # 0 including the TCP-ACK for the TCP packet of SN # 0 in the RLC layer, in step S104, in the TCP layer, TCP-ACKs for the TCP packets of SN # 0 to # 2 are transmitted to the router 1 at a time, and in step S105, a predetermined amount X (data amount corresponding to three TCP-ACKs in the example of FIG. 3) is exceeded. Buffering is continued for TCP-ACK (or RLC packets # 3 to # 4 including such TCP-ACK) for the SN # 3 to # 4 TCP packets.

ここで、図4に示すように、TCPサーバ2は、SN#0〜#2のTCPパケットに対するTCP-ACKを受信したため、次に受信側装置に対して送信するTCPパケットの数を「4」に増やし、ステップS106において、SN#5〜#8を有するTCPパケットをルータ1に対して送信する。   Here, as shown in FIG. 4, since the TCP server 2 has received the TCP-ACK for the TCP packets of SN # 0 to # 2, the number of TCP packets to be transmitted next to the receiving side device is “4”. In step S106, a TCP packet having SN # 5 to # 8 is transmitted to the router 1.

例えば、本実施形態では、ルータ1において一度に処理することができるデータ量(TCPパケットの数)は「4」であるため、ルータ1は、SN#5〜#8を有するTCPパケットを破棄することなく処理することができる。   For example, in the present embodiment, since the amount of data (number of TCP packets) that can be processed at once in the router 1 is “4”, the router 1 discards TCP packets having SN # 5 to # 8. Can be processed without any problems.

その後、ステップS106において、無線基地局eNBは、所定期間経過後に、バッファリングしていたSN#3〜#4のTCPパケットに対するTCP-ACKをルータ1に対して送信する。   After that, in step S106, the radio base station eNB transmits TCP-ACK to the router 1 for the buffered SN # 3- # 4 TCP packets after a predetermined period has elapsed.

第2に、図5を参照して、本実施形態に係る無線基地局eNBの動作について説明する。   2ndly, with reference to FIG. 5, operation | movement of the radio base station eNB which concerns on this embodiment is demonstrated.

図5に示すように、ステップS101において、無線基地局eNBは、バッファリングされており次にルータ1に対して送信するTCP-ACKのデータ量が所定量Xよりも小さいか否かについて判定する。   As shown in FIG. 5, in step S101, the radio base station eNB determines whether or not the amount of TCP-ACK data to be transmitted to the router 1 next is smaller than a predetermined amount X. .

「Yes」の場合、本動作は、ステップS102に進み、「No」の場合、本動作は、ステップS103に進む。   In the case of “Yes”, the operation proceeds to step S102, and in the case of “No”, the operation proceeds to step S103.

ステップS103において、無線基地局eNBは、バッファリングしている全てのTCP-ACKをルータ1に対して送信する。   In step S103, the radio base station eNB transmits all buffered TCP-ACKs to the router 1.

一方、ステップS104において、無線基地局eNBは、バッファリングしている全てのTCP-ACKのうち、所定量X以下のデータ量のTCP-ACKについてルータ1に対して送信し、残りのTCP-ACKについてはバッファリングを継続する。   On the other hand, in step S104, the radio base station eNB transmits to the router 1 a TCP-ACK having a data amount equal to or smaller than a predetermined amount X among all buffered TCP-ACKs, and the remaining TCP-ACKs Continue buffering for.

(変更例1)
以下、本発明の変更例1に係る移動通信システムについて、上述の第1の実施形態に係る移動通信システムとの相違点に着目して説明する。
(Modification 1)
Hereinafter, the mobile communication system according to the first modification of the present invention will be described by focusing on the differences from the mobile communication system according to the first embodiment described above.

本変更例1に係る移動通信システムは、上りリンクにおいて送信されるTCPパケットについて規定するものである。   The mobile communication system according to the first modification regulates TCP packets transmitted in the uplink.

具体的には、無線基地局eNBの受信部12は、移動局UEからTCPパケットを受信し、ルータ1からTCP-ACKを受信するように構成されており、無線基地局eNBの送信部13は、TCPパケットをルータ1に対して送信し、TCP-ACKを移動局UEに対して送信するように構成されている。   Specifically, the reception unit 12 of the radio base station eNB is configured to receive a TCP packet from the mobile station UE and receive a TCP-ACK from the router 1, and the transmission unit 13 of the radio base station eNB The TCP packet is transmitted to the router 1 and the TCP-ACK is transmitted to the mobile station UE.

そして、送信部13は、一度に移動局UEに対して送信するTCP-ACKのデータ量を所定量X以下に制限するように構成されている。   And the transmission part 13 is comprised so that the data amount of TCP-ACK transmitted with respect to the mobile station UE at once may be restrict | limited to the predetermined amount X or less.

以下、本変更例1に係る移動通信システムにおいて移動局UEによってTCPパケットを送信する際の動作について説明する。   Hereinafter, the operation when the mobile station UE transmits a TCP packet in the mobile communication system according to the first modification will be described.

まず、無線基地局eNBは、ルータ1において一度に受信可能なTCPパケットのデータ量(或いは、TCPパケットの数)及び上りリンクにおけるIPパケットの平均サイズ(平均UL IP packet size)に基づいて、所定量Xを算出しておく。なお、無線基地局eNBは、周期的に、かかる所定量Xを更新してもよい。   First, the radio base station eNB determines the location based on the amount of TCP packet data (or the number of TCP packets) that can be received at once by the router 1 and the average size of IP packets in the uplink (average UL IP packet size). Quantitative X is calculated. Note that the radio base station eNB may periodically update the predetermined amount X.

第1に、無線基地局eNBは、移動局UEによって送信されたTCPパケットを受信し、ルータ1に対して、かかるTCPパケットを送信する。   First, the radio base station eNB receives the TCP packet transmitted by the mobile station UE, and transmits the TCP packet to the router 1.

第2に、TCPサーバ2は、ルータ1を介して、無線基地局eNBに対して、受信したTCPパケットに対するTCP-ACKを送信する。   Secondly, the TCP server 2 transmits a TCP-ACK for the received TCP packet to the radio base station eNB via the router 1.

第3に、無線基地局eNBは、受信したTCP-ACKのデータ量が所定量Xよりも小さい場合には、かかるTCP-ACKの全てを一度に移動局UEに対して送信する。   Third, when the data amount of the received TCP-ACK is smaller than the predetermined amount X, the radio base station eNB transmits all of the TCP-ACK to the mobile station UE at a time.

一方、無線基地局eNBは、受信したTCP-ACKのデータ量が所定量Xよりも大きい場合には、所定量X以下のデータ量のTCP-ACKを一度に移動局UEに送信し、所定量Xを超えるTCP-ACK(或いは、かかるTCP-ACKを含むRLCパケット)についてはバッファリングする。   On the other hand, when the data amount of the received TCP-ACK is larger than the predetermined amount X, the radio base station eNB transmits a TCP-ACK having a data amount equal to or smaller than the predetermined amount X to the mobile station UE at a time. TCP-ACK exceeding X (or RLC packet including such TCP-ACK) is buffered.

その結果、移動局UEが、所定量X以下のTCP-ACKを受信したため、次に受信側装置に対して送信するTCPパケットの数を増やすが、かかるパケットの数が、ルータ1において一度に受信可能なTCPパケットのデータ量を超えないように調整される。   As a result, since the mobile station UE has received a TCP-ACK equal to or less than the predetermined amount X, the number of TCP packets to be transmitted next to the receiving side device is increased, but the number of such packets is received at the router 1 at a time. It is adjusted so as not to exceed the data amount of possible TCP packets.

その後、無線基地局eNBは、所定期間経過後に、バッファリングしていたTCP-ACKを移動局UEに対して送信する。   Thereafter, the radio base station eNB transmits the buffered TCP-ACK to the mobile station UE after a predetermined period has elapsed.

(変更例2)
以下、本発明の変更例2に係る移動通信システムについて、上述の第1の実施形態及び変更例1に係る移動通信システムとの相違点に着目して説明する。
(Modification 2)
Hereinafter, the mobile communication system according to the second modification of the present invention will be described by focusing on differences from the above-described first embodiment and the mobile communication system according to the first modification.

本変更例2に係る移動通信システムは、上りリンクにおいて送信されるTCPパケットについて規定するものである。   The mobile communication system according to the second modification stipulates TCP packets transmitted in the uplink.

本変更例2に係る無線基地局eNBの送信部13は、一度に移動局UEに対して送信するTCP-ACKのデータ量を制限しないように構成されている。   The transmission unit 13 of the radio base station eNB according to the second modification is configured not to limit the amount of TCP-ACK data transmitted to the mobile station UE at a time.

一方、送信部13は、一度にルータ1に対して送信するTCPパケットのデータ量を所定量X以下に制限するように構成されている。   On the other hand, the transmission unit 13 is configured to limit the data amount of TCP packets transmitted to the router 1 at a time to a predetermined amount X or less.

ここで、送信部13は、所定量Xを超えるTCPパケット(或いは、TCPパケットを含むRLCパケット)についてはバッファリングし、所定期間経過後に、バッファリングしていたTCPパケットをルータ1に対して送信するように構成されていてもよい。   Here, the transmission unit 13 buffers TCP packets (or RLC packets including TCP packets) exceeding a predetermined amount X, and transmits the buffered TCP packets to the router 1 after a predetermined period has elapsed. It may be configured to.

受信部12が、ルータ1からTCP-ACKを受信した場合に、送信部13は、次に受信側装置に対して送信するTCPパケットの数について、所定量Xを超えないように増加させるように構成されていてもよい。   When the reception unit 12 receives a TCP-ACK from the router 1, the transmission unit 13 increases the number of TCP packets to be transmitted next to the reception side device so as not to exceed the predetermined amount X. It may be configured.

以上に述べた本実施形態の特徴は、以下のように表現されていてもよい。   The characteristics of the present embodiment described above may be expressed as follows.

本実施形態の第1の特徴は、無線基地局eNBであって、ルータ1(上位ノード)からTCPレイヤのデータを受信し、移動局UEからTCP-ACK(TCPレイヤのデータに対する送達確認信号)を受信するように構成されている受信部12と、TCPレイヤのデータを移動局UEに対して送信し、TCP-ACKをルータに対して送信するように構成されている送信部13とを具備しており、送信部13は、一度にルータ1に対して送信するTCP-ACKのデータ量を所定量X以下に制限するように構成されていることを要旨とする。   The first feature of the present embodiment is a radio base station eNB, which receives TCP layer data from the router 1 (upper node), and receives TCP-ACK (delivery confirmation signal for TCP layer data) from the mobile station UE. And a transmission unit 13 configured to transmit TCP layer data to the mobile station UE and transmit TCP-ACK to the router. Thus, the gist of the transmission unit 13 is that the amount of TCP-ACK data transmitted to the router 1 at a time is limited to a predetermined amount X or less.

かかる特徴によれば、無線基地局eNBにおいて、一度にルータ1に対して送信するTCP-ACKのデータ量を所定量X以下に制限することによって、TCPサーバ2において、次にルータ1に対して送信するTCPパケットの数を、ルータ1において一度に処理することができるデータ量を超えないように調整することができる。   According to this feature, in the radio base station eNB, by limiting the amount of TCP-ACK data transmitted to the router 1 at a time to a predetermined amount X or less, the TCP server 2 The number of TCP packets to be transmitted can be adjusted so as not to exceed the amount of data that can be processed at once in the router 1.

本実施形態の第1の特徴において、送信部13は、所定量Xを超えるTCP-ACKをバッファリングし、所定期間経過後に、バッファリングしていたTCP-ACKをルータ1に対して送信するように構成されていてもよい。   In the first feature of the present embodiment, the transmission unit 13 buffers TCP-ACK exceeding a predetermined amount X, and transmits the buffered TCP-ACK to the router 1 after a predetermined period has elapsed. It may be configured.

かかる特徴によれば、無線基地局eNBにおいて、所定量Xを超えるTCP-ACKについても破棄することなく、TCPサーバ2においてルータ1に対して一度に処理することができるデータ量を超えるTCPパケットを送信してしまうという事態を回避することができる。   According to such a feature, in the radio base station eNB, TCP packets exceeding the amount of data that can be processed at one time by the TCP server 2 with respect to the router 1 are discarded without discarding TCP-ACK exceeding the predetermined amount X. The situation of transmitting can be avoided.

本実施形態の第1の特徴において、下りリンクにおけるIPパケットの平均サイズに基づいて、所定量Xを算出するように構成されている算出部11を更に具備していてもよい。   In the first feature of the present embodiment, the calculation unit 11 may be further configured to calculate the predetermined amount X based on the average size of the IP packet in the downlink.

かかる特徴によれば、TCPサーバ2からルータ1に対して送信されるIPパケットの平均サイズに基づいて適切な所定量Xを算出することができる。   According to this feature, an appropriate predetermined amount X can be calculated based on the average size of IP packets transmitted from the TCP server 2 to the router 1.

本実施形態の第1の特徴において、受信部12によって所定時間内に受信されたTCPレイヤのデータの合計値の最大値に基づいて、所定量Xを算出するように構成されている算出部11を更に具備していてもよい。   In the first feature of the present embodiment, the calculation unit 11 is configured to calculate the predetermined amount X based on the maximum value of the total value of the data of the TCP layer received by the reception unit 12 within a predetermined time. May further be provided.

かかる特徴によれば、TCPサーバ2からルータ1に対して所定時間内に送信されるTCPパケットの合計値の最大値に基づいて適切な所定量Xを算出することができる。   According to this feature, an appropriate predetermined amount X can be calculated based on the maximum value of the total value of TCP packets transmitted from the TCP server 2 to the router 1 within a predetermined time.

本実施形態の第1の特徴において、所定量Xは、データフロー又はベアラごとに設定されるように構成されていてもよい。   In the first feature of the present embodiment, the predetermined amount X may be configured to be set for each data flow or bearer.

かかる特徴によれば、各データフロー又は各ベアラにおけるTCPパケットの送信状況に応じて適切な所定量Xを算出することができる。   According to this feature, an appropriate predetermined amount X can be calculated according to the transmission state of TCP packets in each data flow or each bearer.

本実施形態の第2の特徴は、移動通信方法であって、ルータ1が、無線基地局eNBに対して、TCPレイヤのデータを送信する工程Aと、無線基地局eNBが、移動局UEに対して、TCPレイヤのデータを送信する工程Bと、移動局UEが、無線基地局eNBに対して、TCP-ACKを送信する工程Cと、無線基地局eNBが、ルータ1に対して、TCP-ACKを送信する工程Dと、ルータ1が、TCP-ACKの受信状況に応じて、無線基地局eNBに対して送信すべきTCPレイヤのデータ量を決定する工程Eとを有しており、工程Dにおいて、無線基地局eNBは、一度にルータ1に対して送信するTCP-ACKのデータ量を所定量X以下に制限することを要旨とする。   The second feature of the present embodiment is a mobile communication method, in which the router 1 transmits TCP layer data to the radio base station eNB, and the radio base station eNB transmits to the mobile station UE. On the other hand, the process B for transmitting TCP layer data, the process C for the mobile station UE to transmit TCP-ACK to the radio base station eNB, and the radio base station eNB to the router 1 A step D for transmitting ACK, and a step E in which the router 1 determines the data amount of the TCP layer to be transmitted to the radio base station eNB according to the reception status of the TCP-ACK. The gist of the process D is that the radio base station eNB limits the data amount of TCP-ACK transmitted to the router 1 at a time to a predetermined amount X or less.

かかる特徴によれば、無線基地局eNBにおいて、一度にルータ1に対して送信するTCP-ACKのデータ量を所定量X以下に制限することによって、TCPサーバ2において、次にルータ1に対して送信するTCPパケットの数を、ルータ1において一度に処理することができるデータ量を超えないように調整することができる。   According to this feature, in the radio base station eNB, by limiting the amount of TCP-ACK data transmitted to the router 1 at a time to a predetermined amount X or less, the TCP server 2 The number of TCP packets to be transmitted can be adjusted so as not to exceed the amount of data that can be processed at once in the router 1.

本実施形態の第3の特徴は、無線基地局eNBであって、移動局UEからTCPレイヤのデータを受信し、ルータ1からTCP-ACKを受信するように構成されている受信部12と、TCPレイヤのデータをルータ1に対して送信し、TCP-ACKを移動局UEに対して送信するように構成されている送信部13とを具備しており、送信部13は、一度に移動局UEに対して送信するTCP-ACKのデータ量を所定量以下に制限するように構成されていることを要旨とする。   A third feature of the present embodiment is a radio base station eNB, which is configured to receive TCP layer data from the mobile station UE and receive TCP-ACK from the router 1, A transmission unit 13 configured to transmit TCP layer data to the router 1 and transmit TCP-ACK to the mobile station UE. The gist is that the data amount of TCP-ACK transmitted to the UE is limited to a predetermined amount or less.

かかる特徴によれば、無線基地局eNBにおいて、一度に移動局UEに対して送信するTCP-ACKのデータ量を所定量X以下に制限することによって、移動局UEにおいて、次に無線基地局eNBに対して送信するTCPパケットの数を、ルータ1において一度に処理することができるデータ量を超えないように調整することができる。   According to such a feature, in the radio base station eNB, by limiting the amount of TCP-ACK data to be transmitted to the mobile station UE at a time to a predetermined amount X or less, in the mobile station UE, the radio base station eNB It is possible to adjust the number of TCP packets to be transmitted so as not to exceed the amount of data that can be processed at once in the router 1.

本実施形態の第4の特徴は、無線基地局eNBであって、移動局UEからTCPレイヤのデータを受信し、ルータ1からTCP-ACKを受信するように構成されている受信部12と、TCPレイヤのデータをルータ1に対して送信し、TCP-ACKを移動局UEに対して送信するように構成されている送信部13とを具備しており、送信部13は、一度にルータ1に対して送信するTCPレイヤのデータ量を所定量以下に制限するように構成されていることを要旨とする。   A fourth feature of the present embodiment is a radio base station eNB, which is configured to receive TCP layer data from the mobile station UE and receive TCP-ACK from the router 1, A transmission unit 13 configured to transmit TCP layer data to the router 1 and transmit TCP-ACK to the mobile station UE. The gist is that the data amount of the TCP layer to be transmitted is limited to a predetermined amount or less.

かかる特徴によれば、無線基地局eNBにおいて、一度にルータ1に対して送信するTCPパケットのデータ量を所定量X以下に制限することによって、無線基地局eNBにおいて、次にルータ1に対して送信するTCPパケットの数を、ルータ1において一度に処理することができるデータ量を超えないように調整することができる。   According to this feature, in the radio base station eNB, by limiting the data amount of TCP packets transmitted to the router 1 at a time to a predetermined amount X or less, the radio base station eNB next The number of TCP packets to be transmitted can be adjusted so as not to exceed the amount of data that can be processed at once in the router 1.

なお、上述の移動局UEや無線基地局eNBやルータ1やTCPサーバ2の動作は、ハードウェアによって実施されてもよいし、プロセッサによって実行されるソフトウェアモジュールによって実施されてもよいし、両者の組み合わせによって実施されてもよい。   The operations of the mobile station UE, the radio base station eNB, the router 1 and the TCP server 2 described above may be implemented by hardware, a software module executed by a processor, It may be implemented by a combination.

ソフトウェアモジュールは、RAM(Random Access Memory)や、フラッシュメモリや、ROM(Read Only Memory)や、EPROM(Erasable Programmable ROM)や、EEPROM(Electronically Erasable and Programmable ROM)や、レジスタや、ハードディスクや、リムーバブルディスクや、CD-ROMといった任意形式の記憶媒体内に設けられていてもよい。   The software module includes a RAM (Random Access Memory), a flash memory, a ROM (Read Only Memory), an EPROM (Erasable Programmable ROM), an EEPROM (Electronically Erasable and Programmable ROM, a hard disk, a registerable ROM, a hard disk). Alternatively, it may be provided in a storage medium of an arbitrary format such as a CD-ROM.

かかる記憶媒体は、プロセッサが当該記憶媒体に情報を読み書きできるように、当該プロセッサに接続されている。また、かかる記憶媒体は、プロセッサに集積されていてもよい。また、かかる記憶媒体及びプロセッサは、ASIC内に設けられていてもよい。かかるASICは、移動局UEや無線基地局eNBやルータ1やTCPサーバ2内に設けられていてもよい。また、かかる記憶媒体及びプロセッサは、ディスクリートコンポーネントとして移動局UEや無線基地局eNBやルータ1やTCPサーバ2内に設けられていてもよい。   Such a storage medium is connected to the processor so that the processor can read and write information from and to the storage medium. Further, such a storage medium may be integrated in the processor. Such a storage medium and processor may be provided in the ASIC. Such an ASIC may be provided in the mobile station UE, the radio base station eNB, the router 1, or the TCP server 2. Further, the storage medium and the processor may be provided in the mobile station UE, the radio base station eNB, the router 1 or the TCP server 2 as discrete components.

以上、上述の実施形態を用いて本発明について詳細に説明したが、当業者にとっては、本発明が本明細書中に説明した実施形態に限定されるものではないということは明らかである。本発明は、特許請求の範囲の記載により定まる本発明の趣旨及び範囲を逸脱することなく修正及び変更態様として実施することができる。従って、本明細書の記載は、例示説明を目的とするものであり、本発明に対して何ら制限的な意味を有するものではない。   Although the present invention has been described in detail using the above-described embodiments, it is obvious to those skilled in the art that the present invention is not limited to the embodiments described in this specification. The present invention can be implemented as modified and changed modes without departing from the spirit and scope of the present invention defined by the description of the scope of claims. Therefore, the description of the present specification is for illustrative purposes and does not have any limiting meaning to the present invention.

1…ルータ
2…TCPサーバ
eNB…無線基地局
UE…移動局
11…算出部
12…受信部
13…送信部
DESCRIPTION OF SYMBOLS 1 ... Router 2 ... TCP server eNB ... Wireless base station UE ... Mobile station 11 ... Calculation part 12 ... Reception part 13 ... Transmission part

Claims (8)

無線基地局であって、
上位ノードからTCPレイヤのデータを受信し、移動局から該TCPレイヤのデータに対する送達確認信号を受信するように構成されている受信部と、
前記TCPレイヤのデータを前記移動局に対して送信し、前記送達確認信号を前記上位ノードに対して送信するように構成されている送信部とを具備しており、
前記送信部は、一度に前記上位ノードに対して送信する前記送達確認信号のデータ量を所定量以下に制限するように構成されていることを特徴とする無線基地局。
A wireless base station,
A receiving unit configured to receive TCP layer data from an upper node and receive a delivery confirmation signal for the TCP layer data from a mobile station;
A transmission unit configured to transmit the TCP layer data to the mobile station and transmit the delivery confirmation signal to the upper node;
The radio base station, wherein the transmission unit is configured to limit a data amount of the delivery confirmation signal transmitted to the upper node at a time to a predetermined amount or less.
前記送信部は、前記所定量を超える前記送達確認信号をバッファリングし、所定期間経過後に、バッファリングしていた該送達確認信号を前記上位ノードに対して送信するように構成されていることを特徴とする請求項1に記載の無線基地局。   The transmission unit is configured to buffer the delivery confirmation signal exceeding the predetermined amount and transmit the buffered delivery confirmation signal to the upper node after a predetermined period of time. The radio base station according to claim 1. 下りリンクにおけるIPパケットの平均サイズに基づいて、前記所定量を算出するように構成されている算出部を更に具備していることを特徴とする請求項1又は2に記載の無線基地局。   The radio base station according to claim 1 or 2, further comprising a calculation unit configured to calculate the predetermined amount based on an average size of IP packets in a downlink. 前記受信部によって所定時間内に受信された前記TCPレイヤのデータの合計値の最大値に基づいて、前記所定量を算出するように構成されている算出部を更に具備していることを特徴とする請求項1又は2に記載の無線基地局。   The apparatus further comprises a calculation unit configured to calculate the predetermined amount based on a maximum value of a total value of the TCP layer data received by the reception unit within a predetermined time. The radio base station according to claim 1 or 2. 前記所定量は、データフロー又はベアラごとに設定されるように構成されていることを特徴とする請求項1乃至4のいずれか一項に記載の無線基地局。   The radio base station according to any one of claims 1 to 4, wherein the predetermined amount is configured to be set for each data flow or bearer. 上位ノードが、無線基地局に対して、TCPレイヤのデータを送信する工程Aと、
前記無線基地局が、移動局に対して、前記TCPレイヤのデータを送信する工程Bと、
前記移動局が、前記無線基地局に対して、前記TCPレイヤのデータに対する送達確認信号を送信する工程Cと、
前記無線基地局が、前記上位ノードに対して、前記送達確認信号を送信する工程Dと、
前記上位ノードが、前記送達確認信号の受信状況に応じて、前記無線基地局に対して送信すべきTCPレイヤのデータ量を決定する工程Eとを有しており、
前記工程Dにおいて、前記無線基地局は、一度に前記上位ノードに対して送信する前記送達確認信号のデータ量を所定量以下に制限することを特徴とする移動通信方法。
Step A in which the upper node transmits TCP layer data to the radio base station;
Step B in which the radio base station transmits the TCP layer data to the mobile station;
The mobile station transmitting a delivery confirmation signal for the data of the TCP layer to the radio base station;
Step D in which the radio base station transmits the delivery confirmation signal to the upper node;
The upper node includes a step E of determining a data amount of a TCP layer to be transmitted to the radio base station according to the reception status of the delivery confirmation signal,
In the step D, the radio base station limits the data amount of the delivery confirmation signal transmitted to the upper node at a time to a predetermined amount or less.
無線基地局であって、
移動局からTCPレイヤのデータを受信し、上位ノードから該TCPレイヤのデータに対する送達確認信号を受信するように構成されている受信部と、
前記TCPレイヤのデータを前記上位ノードに対して送信し、前記送達確認信号を前記移動局に対して送信するように構成されている送信部とを具備しており、
前記送信部は、一度に前記移動局に対して送信する前記送達確認信号のデータ量を所定量以下に制限するように構成されていることを特徴とする無線基地局。
A wireless base station,
A receiving unit configured to receive TCP layer data from a mobile station and receive an acknowledgment signal for the TCP layer data from an upper node;
A transmission unit configured to transmit the TCP layer data to the upper node and transmit the delivery confirmation signal to the mobile station;
The radio base station, wherein the transmission unit is configured to limit a data amount of the delivery confirmation signal transmitted to the mobile station at a time to a predetermined amount or less.
無線基地局であって、
移動局からTCPレイヤのデータを受信し、上位ノードから該TCPレイヤのデータに対する送達確認信号を受信するように構成されている受信部と、
前記TCPレイヤのデータを前記上位ノードに対して送信し、前記送達確認信号を前記移動局に対して送信するように構成されている送信部とを具備しており、
前記送信部は、一度に前記上位ノードに対して送信する前記TCPレイヤのデータ量を所定量以下に制限するように構成されていることを特徴とする無線基地局。
A wireless base station,
A receiving unit configured to receive TCP layer data from a mobile station and receive an acknowledgment signal for the TCP layer data from an upper node;
A transmission unit configured to transmit the TCP layer data to the upper node and transmit the delivery confirmation signal to the mobile station;
The radio base station, wherein the transmission unit is configured to limit a data amount of the TCP layer transmitted to the upper node at a time to a predetermined amount or less.
JP2013097524A 2013-05-07 2013-05-07 Radio base station and mobile communication method Pending JP2014220612A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013097524A JP2014220612A (en) 2013-05-07 2013-05-07 Radio base station and mobile communication method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013097524A JP2014220612A (en) 2013-05-07 2013-05-07 Radio base station and mobile communication method

Publications (1)

Publication Number Publication Date
JP2014220612A true JP2014220612A (en) 2014-11-20

Family

ID=51938715

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013097524A Pending JP2014220612A (en) 2013-05-07 2013-05-07 Radio base station and mobile communication method

Country Status (1)

Country Link
JP (1) JP2014220612A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017123124A1 (en) * 2016-01-13 2017-07-20 Telefonaktiebolaget Lm Ericsson (Publ) Method and network node for handling signals transmitted from wireless devices

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017123124A1 (en) * 2016-01-13 2017-07-20 Telefonaktiebolaget Lm Ericsson (Publ) Method and network node for handling signals transmitted from wireless devices
US10985896B2 (en) 2016-01-13 2021-04-20 Telefonaktiebolaget Lm Ericsson (Publ) Method and network node for handling signals transmitted from wireless devices

Similar Documents

Publication Publication Date Title
JP6631961B2 (en) Efficient discard mechanism when deploying small cells
EP2996422B1 (en) System and method for decoupling lte mac scheduling from subframe rate procedures
JP5833707B2 (en) Method and apparatus for enhancing RLC for flexible RLC PDU size
US10531336B2 (en) Link control in centralized deployments
US8339962B2 (en) Limiting RLC window size in the HSDPA flow control
JP4878391B2 (en) Scheduling and queue management with adaptive queue latency
US11129047B2 (en) Radio link control status reporting
US11973604B2 (en) User equipment and base station involved in transmission of data
JP5175973B2 (en) Mobile communication system and radio base station
KR101509766B1 (en) Method for sending rlc pdu and allocating radio resource in mobile telecommunications system and rlc entity of mobile telecommunications
EP3611859A1 (en) Data receiving state reporting method and apparatus
US20220225163A1 (en) Communications device, infrastructure equipment and methods
WO2017122268A1 (en) Wireless communication device, wireless communication system, and wireless communication method
US11258721B2 (en) Radio link control (RLC) acknowledged mode (AM) data reception
JP2014220612A (en) Radio base station and mobile communication method
EP2890179B1 (en) Method, apparatus and computer program for data transfer
JP2007324700A (en) Transmission control method
US11563524B2 (en) Wireless communication method and device
WO2015186332A1 (en) Transmission data amount control apparatus, control system, control method and control program