JP2013179417A - Wireless resource allocation device, wireless resource allocation method and computer program - Google Patents

Wireless resource allocation device, wireless resource allocation method and computer program Download PDF

Info

Publication number
JP2013179417A
JP2013179417A JP2012041391A JP2012041391A JP2013179417A JP 2013179417 A JP2013179417 A JP 2013179417A JP 2012041391 A JP2012041391 A JP 2012041391A JP 2012041391 A JP2012041391 A JP 2012041391A JP 2013179417 A JP2013179417 A JP 2013179417A
Authority
JP
Japan
Prior art keywords
contention
transmission
frequency resources
allocation
radio resource
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
JP2012041391A
Other languages
Japanese (ja)
Inventor
Tomoko Matsumoto
知子 松本
Yasuyuki Hatakawa
養幸 畑川
Satoshi Konishi
聡 小西
Masa Fushiki
雅 伏木
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.)
KDDI Corp
Original Assignee
KDDI Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by KDDI Corp filed Critical KDDI Corp
Priority to JP2012041391A priority Critical patent/JP2013179417A/en
Publication of JP2013179417A publication Critical patent/JP2013179417A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Mobile Radio Communication Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To allocate wireless resources efficiently to a mobile station performing contention free transmission and a mobile station performing contention base transmission, when performing single carrier transmission.SOLUTION: The wireless resource allocation device includes a contention base object allocation unit 12 for allocating a part of continuous frequency resources, out of the frequency resources available for single carrier transmission, to the contention base transmission sequentially from the end, and a contention free object allocation unit 11 for allocating frequency resources to the contention free transmission. The contention free object allocation unit 11 allocates some of the frequency resources, remaining after allocating the frequency resources to the contention base transmission, to the contention free transmission.

Description

本発明は、無線リソース割当装置、無線リソース割当方法およびコンピュータプログラムに関する。   The present invention relates to a radio resource allocation device, a radio resource allocation method, and a computer program.

従来、3GPP(Third Generation Partnership Project)で検討されている標準規格の一つとして「LTE(Long Term Evolution)」が知られている。LTEでは、上りリンク(移動局から基地局の方向)通信方式として、シングルキャリア伝送であるSC-FDMA(Single-Carrier Frequency Division Multiple Access)が用いられる。SC-FDMAは、シングルキャリア伝送であるため電力利用効率が高く、上りリンクの送信に適している。さらに、同一セル内の移動局に割り当てる無線リソースを周波数方向にスケジューリングすることにより、スケジューリングゲインを得ることが可能である。   Conventionally, "LTE (Long Term Evolution)" is known as one of the standards studied by 3GPP (Third Generation Partnership Project). In LTE, SC-FDMA (Single-Carrier Frequency Division Multiple Access) which is single carrier transmission is used as an uplink (from a mobile station to a base station) communication method. SC-FDMA is single carrier transmission, so it has high power utilization efficiency and is suitable for uplink transmission. Furthermore, scheduling gain can be obtained by scheduling radio resources to be allocated to mobile stations in the same cell in the frequency direction.

LTEでは、基地局が、上りリンクでも、下りリンク(基地局から移動局の方向)でも、各移動局が使用する無線リソースをスケジューリングする。例えば、上りリンクのスケジューリングでは、まず移動局が基地局に対してスケジューリング要求(SR:Scheduling Request)を送信する。基地局は上りリンクの伝送路推定を行った後、その結果としてスケジューリンググラントを下りリンク制御チャネルを用いて移動局に通知する。スケジューリンググラントには、送信モード、移動局に割り当てた無線リソースであるリソースブロック(RB:Resource Block)、及びMCS(Modulation and Coding Scheme)などの情報が含まれる。このように、基地局が移動局に対する無線リソースを集中管理するため、同一セルに属する端末間の電波干渉が生じず、安定した通信を行うことができる。各移動局が使用する無線リソース(RB)が重複しないようにスケジューリングしてから、移動局が無線送信する送信方法はコンテンションフリー送信と呼ばれる。   In LTE, a base station schedules radio resources to be used by each mobile station, both in the uplink and in the downlink (from the base station to the mobile station). For example, in uplink scheduling, the mobile station first transmits a scheduling request (SR) to the base station. After the base station performs uplink transmission path estimation, as a result, the base station notifies a scheduling grant to the mobile station using the downlink control channel. The scheduling grant includes information such as a transmission mode, a resource block (RB: Resource Block) that is a radio resource allocated to the mobile station, and MCS (Modulation and Coding Scheme). Thus, since the base station centrally manages radio resources for the mobile station, radio interference between terminals belonging to the same cell does not occur, and stable communication can be performed. A transmission method in which a mobile station performs radio transmission after scheduling so that radio resources (RB) used by each mobile station do not overlap is called contention-free transmission.

又、3GPPでは、LTEの発展形であるLTE-Advancedが検討されている。LTE-Advancedでは、コンテンションベースの上りリンク送信が提案されている(例えば非特許文献1参照)。コンテンションベース送信では、移動局が使用する無線リソースのスケジューリングが行われない。このため、コンテンションベース送信によれば、スケジューリングにかかる送信遅延時間の低減や、スケジューリング結果を下り制御チャネルで各移動局に個別に送信しなくてすむことによるオーバーヘッドの削減が期待できる。但し、コンテンションベース送信では、複数の移動局が同一の無線リソース(RB)を使用することによりパケットの衝突が発生して受信成功率が低下する事象が起こり得る。パケットの衝突が発生する場合には、インタリーブ分割多元接続方式(IDMA:Interleave Division Multiple Access)などのユーザ間の電波干渉に対して耐性のある通信方式を使用することによって、ユーザ間の電波干渉の影響を低減することができる。   In 3GPP, LTE-Advanced, an advanced form of LTE, is being studied. In LTE-Advanced, contention-based uplink transmission has been proposed (see Non-Patent Document 1, for example). In contention-based transmission, scheduling of radio resources used by a mobile station is not performed. For this reason, according to the contention-based transmission, it is possible to expect a reduction in transmission delay time for scheduling and a reduction in overhead by not having to separately transmit the scheduling result to each mobile station through the downlink control channel. However, in contention-based transmission, a plurality of mobile stations may use the same radio resource (RB), which may cause an event in which a packet collision occurs and a reception success rate decreases. When packet collision occurs, use a communication method that is resistant to radio wave interference between users, such as Interleave Division Multiple Access (IDMA). The influence can be reduced.

非特許文献1に記載される従来技術では、LTE-Advancedの無線通信システムにおいて、移動局が使用する無線リソースをスケジューリングするコンテンションフリー送信を行う移動局と、コンテンションベース送信を行う移動局とが同一セル内に混在する場合に、コンテンションフリー送信を行う移動局が使用していないRBをコンテンションベース送信に用いている。コンテンションフリー送信で未使用のRBをコンテンションベース送信に割り当てることにより、コンテンションフリー送信を行う移動局のスケジューリングゲインを減少することなく、コンテンションベース送信を行うことができる。   In the prior art described in Non-Patent Document 1, in an LTE-Advanced wireless communication system, a mobile station that performs contention-free transmission for scheduling radio resources used by a mobile station, and a mobile station that performs contention-based transmission RBs that are not used by mobile stations that perform contention-free transmission are used for contention-based transmission. By assigning unused RBs for contention-free transmission to contention-based transmission, it is possible to perform contention-based transmission without reducing the scheduling gain of a mobile station that performs contention-free transmission.

“Contention based uplink transmissions”, 3GPP TSG RAN WG2 meeting #66bis, R2-093812.“Contention based uplink transmissions”, 3GPP TSG RAN WG2 meeting # 66bis, R2-093812.

しかし、上述した非特許文献1に記載される従来技術では、シングルキャリア伝送に対して不都合がある。シングルキャリア伝送では連続したRBを用いて信号を送信する必要があるが、コンテンションフリー送信で未使用であるRBが断片化していると、コンテンションベース送信を行う移動局に対して連続したRBの必要数を確保できない恐れがある。   However, the conventional technique described in Non-Patent Document 1 described above has a disadvantage for single carrier transmission. In single carrier transmission, it is necessary to transmit signals using continuous RBs. However, if unused RBs are fragmented in contention-free transmission, continuous RBs are transmitted to mobile stations performing contention-based transmission. There is a risk that the required number of cannot be secured.

本発明は、このような事情を考慮してなされたもので、シングルキャリア伝送を行う際に、コンテンションフリー送信を行う移動局とコンテンションベース送信を行う移動局に対して無線リソースを効率的に割り当てることができる、無線リソース割当装置、無線リソース割当方法およびコンピュータプログラムを提供することを課題とする。   The present invention has been made in consideration of such circumstances, and when performing single carrier transmission, radio resources are efficiently used for a mobile station that performs contention-free transmission and a mobile station that performs contention-based transmission. It is an object to provide a radio resource assignment device, a radio resource assignment method, and a computer program that can be assigned to a computer program.

上記の課題を解決するために、本発明に係る無線リソース割当装置は、コンテンションベース送信を行う移動局と、コンテンションフリー送信を行う移動局とが同時に基地局に対してシングルキャリア伝送する無線通信システムにおける無線リソース割当装置であって、シングルキャリア伝送に使用できる周波数リソースのうち、連続した周波数リソースの一部を端から順にコンテンションベース送信に割り当てる第1の割当部と、コンテンションフリー送信に周波数リソースを割り当てる第2の割当部と、を備え、前記第2の割当部は、コンテンションベース送信に割り当てられた周波数リソースを除いた残りの周波数リソースの中からコンテンションフリー送信に割り当てる、ことを特徴とする。   In order to solve the above problems, a radio resource allocation device according to the present invention is a radio in which a mobile station that performs contention-based transmission and a mobile station that performs contention-free transmission simultaneously perform single carrier transmission to a base station. A radio resource allocation apparatus in a communication system, a first allocation unit that allocates a part of continuous frequency resources among frequency resources that can be used for single carrier transmission to contention-based transmission in order from the end, and contention-free transmission A second allocation unit that allocates frequency resources to the contention-free transmission from among the remaining frequency resources excluding the frequency resources allocated to the contention-based transmission. It is characterized by that.

本発明に係る無線リソース割当装置において、前記第1の割当部は、シングルキャリア伝送に使用できる周波数リソースのうち、端の周波数帯域からコンテンションベース送信に割り当てていくことを特徴とする。   The radio resource allocating device according to the present invention is characterized in that the first allocator allocates contention-based transmission from an end frequency band among frequency resources that can be used for single carrier transmission.

本発明に係る無線リソース割当装置において、前記第1の割当部は、コンテンションフリー送信を行う移動局の無線リソース使用度に応じて、コンテンションベース送信に割り当てる周波数リソース量を変えることを特徴とする。   In the radio resource allocating device according to the present invention, the first allocating unit changes a frequency resource amount allocated to contention-based transmission according to radio resource usage of a mobile station that performs contention-free transmission. To do.

本発明に係る無線リソース割当装置において、前記第1の割当部および第2の割当部を制御する制御部を備え、前記第2の割当部は、シングルキャリア伝送に使用できる全周波数リソースを対象にして、コンテンションフリー送信を行う移動局に対する周波数リソースの第1段階の割り当てを行い、前記制御部は、前記第1段階の割り当て結果において未割当となった「周波数軸上で連続する周波数リソース」の中で最大の周波数帯域のものが、コンテンションベース送信に十分である場合には、当該周波数軸上で連続する周波数リソースをコンテンションベース送信に割り当てるようにし、コンテンションベース送信に不十分である場合には、前記第1の割当部に前記コンテンションベース送信に対する割り当てを行わせると共に、前記第2の割当部に前記第1の割当部の割当結果を基にした前記コンテンションフリー送信に対する割り当てを行わせる、ことを特徴とする。   The radio resource allocation device according to the present invention includes a control unit that controls the first allocation unit and the second allocation unit, wherein the second allocation unit targets all frequency resources that can be used for single carrier transmission. The first allocation of frequency resources to the mobile station performing contention-free transmission is performed, and the control unit determines that “frequency resources continuous on the frequency axis” are unallocated in the allocation result of the first phase. If the one with the maximum frequency band is sufficient for contention-based transmission, frequency resources that are continuous on the frequency axis are allocated to contention-based transmission, which is insufficient for contention-based transmission. In some cases, the first assigning unit assigns the contention-based transmission, and the first assigning unit To perform allocation for the contention-free transmissions on the assigned portion is based on the allocation result of the first allocation unit, characterized in that.

本発明に係る無線リソース割当装置において、前記第1の割当部は、隣接するセクタ間で排他的に周波数リソースを割り当てることを特徴とする。   In the radio resource allocation device according to the present invention, the first allocation unit allocates frequency resources exclusively between adjacent sectors.

本発明に係る無線リソース割当装置において、前記第1の割当部は、隣接するセクタ間で同じ周波数リソースを割り当てることを特徴とする。   In the radio resource allocation device according to the present invention, the first allocation unit allocates the same frequency resource between adjacent sectors.

本発明に係る無線リソース割当装置において、前記第1の割当部は、前記割り当てのタイミングを複数サブフレームに1回とすることを特徴とする。   In the radio resource allocation device according to the present invention, the first allocation unit sets the allocation timing once in a plurality of subframes.

本発明に係る無線リソース割当方法は、コンテンションベース送信を行う移動局と、コンテンションフリー送信を行う移動局とが同時に基地局に対してシングルキャリア伝送する無線通信システムにおける無線リソース割当方法であって、シングルキャリア伝送に使用できる周波数リソースのうち、連続した周波数リソースの一部を端から順にコンテンションベース送信に割り当てる第1の割当ステップと、コンテンションフリー送信に周波数リソースを割り当てる第2の割当ステップと、を有し、前記第2の割当ステップにおいて、コンテンションベース送信に割り当てられた周波数リソースを除いた残りの周波数リソースの中からコンテンションフリー送信に割り当てる、ことを特徴とする。   The radio resource allocation method according to the present invention is a radio resource allocation method in a radio communication system in which a mobile station that performs contention-based transmission and a mobile station that performs contention-free transmission simultaneously perform single carrier transmission to a base station. Then, among the frequency resources that can be used for single carrier transmission, a first allocation step that allocates a part of continuous frequency resources to contention-based transmission in order from the end, and a second allocation that allocates frequency resources to contention-free transmission And in the second allocating step, allocation is made to contention-free transmission from the remaining frequency resources excluding frequency resources allocated to contention-based transmission.

本発明に係るコンピュータプログラムは、コンテンションベース送信を行う移動局と、コンテンションフリー送信を行う移動局とが同時に基地局に対してシングルキャリア伝送する無線通信システムにおける無線リソース割当処理を行うためのコンピュータプログラムであって、シングルキャリア伝送に使用できる周波数リソースのうち、連続した周波数リソースの一部を端から順にコンテンションベース送信に割り当てる第1の割当ステップと、コンテンションフリー送信に周波数リソースを割り当てる第2の割当ステップと、をコンピュータに実行させるためのコンピュータプログラムであり、前記第2の割当ステップにおいて、コンテンションベース送信に割り当てられた周波数リソースを除いた残りの周波数リソースの中からコンテンションフリー送信に割り当てる、ことを特徴とする。
これにより、前述の無線リソース割当装置がコンピュータを利用して実現できるようになる。
A computer program according to the present invention performs radio resource allocation processing in a radio communication system in which a mobile station that performs contention-based transmission and a mobile station that performs contention-free transmission simultaneously perform single carrier transmission to a base station. A first allocation step in which a part of continuous frequency resources among frequency resources that can be used for single carrier transmission is allocated to contention-based transmission in order from the end, and frequency resources are allocated to contention-free transmission. A computer program for causing a computer to execute a second allocation step, wherein the content of the remaining frequency resources excluding the frequency resources allocated for contention-based transmission in the second allocation step is stored. Deployment free allocated to the transmission, characterized in that.
As a result, the above-described radio resource allocation device can be realized using a computer.

本発明によれば、シングルキャリア伝送を行う際に、コンテンションフリー送信を行う移動局とコンテンションベース送信を行う移動局に対して無線リソースを効率的に割り当てることができるという効果が得られる。   According to the present invention, when performing single carrier transmission, it is possible to efficiently allocate radio resources to a mobile station that performs contention-free transmission and a mobile station that performs contention-based transmission.

本発明の一実施形態に係る無線通信システムの概略構成図である。It is a schematic block diagram of the radio | wireless communications system which concerns on one Embodiment of this invention. 本発明の一実施形態に係る無線リソース割当装置10の構成図である。It is a block diagram of the radio | wireless resource allocation apparatus 10 which concerns on one Embodiment of this invention. 本発明の一実施形態に係る無線リソース割当方法の実施例1を説明するための概念図である。It is a conceptual diagram for demonstrating Example 1 of the radio | wireless resource allocation method which concerns on one Embodiment of this invention. 本発明の一実施形態に係る無線リソース割当方法の実施例2を説明するための概念図である。It is a conceptual diagram for demonstrating Example 2 of the radio | wireless resource allocation method which concerns on one Embodiment of this invention.

以下、図面を参照し、本発明の実施形態について説明する。
図1は、本発明の一実施形態に係る無線通信システムの概略構成図である。図1において、無線通信システムは、基地局1と移動局2a,2b,2c,2dを有する。この無線通信システムにおいて、上りリンクではシングルキャリア伝送を行う。又、コンテンションフリー送信を行う移動局と、コンテンションベース送信を行う移動局とが、基地局1のセル100内に混在することができる。
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
FIG. 1 is a schematic configuration diagram of a radio communication system according to an embodiment of the present invention. In FIG. 1, the wireless communication system includes a base station 1 and mobile stations 2a, 2b, 2c, and 2d. In this wireless communication system, single carrier transmission is performed in the uplink. Also, mobile stations that perform contention-free transmission and mobile stations that perform contention-based transmission can coexist in the cell 100 of the base station 1.

ここでは、説明の便宜上、移動局2a,2bはコンテンションフリー送信を行い、移動局2c,2dはコンテンションベース送信を行うとする。コンテンションフリー送信を行う移動局2a,2bは、LTEに準拠しており、上りリンク通信方式にはSC-FDMAを用いる。一方、コンテンションベース送信を行う移動局2c,2dは、上りリンク通信方式にはIDMAを用いる。以下、コンテンションフリー送信を行う移動局のことをLTE端末と称し、コンテンションベース送信を行う移動局のことをIDMA端末と称する。   Here, for convenience of explanation, it is assumed that the mobile stations 2a and 2b perform contention-free transmission and the mobile stations 2c and 2d perform contention-based transmission. The mobile stations 2a and 2b that perform contention-free transmission comply with LTE, and SC-FDMA is used for the uplink communication scheme. On the other hand, the mobile stations 2c and 2d that perform contention-based transmission use IDMA for the uplink communication scheme. Hereinafter, a mobile station that performs contention-free transmission is referred to as an LTE terminal, and a mobile station that performs contention-based transmission is referred to as an IDMA terminal.

基地局1は、各移動局2a,2b,2c,2dのカテゴリー情報から、自局1配下に、LTE端末2a,2bおよびIDMA端末2c,2dが存在することを検出する。   The base station 1 detects from the category information of each mobile station 2a, 2b, 2c, 2d that LTE terminals 2a, 2b and IDMA terminals 2c, 2d exist under its own station 1.

図2は、本実施形態に係る無線リソース割当装置10の構成図である。無線リソース割当装置10は、基地局1に具備される。図2において、無線リソース割当装置10は、コンテンションフリー対象割当部11とコンテンションベース対象割当部12と制御部13を有する。コンテンションフリー対象割当部11は、LTE端末に対する無線リソースの割り当てを行う。コンテンションベース対象割当部12は、IDMA端末に対する無線リソースの割り当てを行う。制御部13は、コンテンションフリー対象割当部11およびコンテンションベース対象割当部12に対する制御を行う。   FIG. 2 is a configuration diagram of the radio resource allocation device 10 according to the present embodiment. The radio resource allocation device 10 is provided in the base station 1. In FIG. 2, the radio resource allocation device 10 includes a contention free target allocation unit 11, a contention base target allocation unit 12, and a control unit 13. The contention-free target assigning unit 11 assigns radio resources to LTE terminals. The contention base target assignment unit 12 assigns radio resources to IDMA terminals. The control unit 13 controls the contention-free target allocation unit 11 and the contention-based target allocation unit 12.

以下、各実施例を挙げて本実施形態に係る無線リソース割当装置10が行う無線リソース割当方法を説明する。   Hereinafter, a radio resource allocation method performed by the radio resource allocation apparatus 10 according to the present embodiment will be described by giving examples.

図3は、本実施形態に係る無線リソース割当方法の実施例1を説明するための概念図である。図3には、図1の無線通信システムにおける上りリンクの無線リソースの構成例が示されている。図3において、無線リソースは、一定の周波数リソースと一定の時間リソースを有するRBから構成される。全RB数Nはシステム帯域幅によって決まる。   FIG. 3 is a conceptual diagram for explaining Example 1 of the radio resource allocation method according to the present embodiment. FIG. 3 shows a configuration example of uplink radio resources in the radio communication system of FIG. In FIG. 3, the radio resource is composed of RBs having a certain frequency resource and a certain time resource. The total RB number N is determined by the system bandwidth.

図3の構成例では、システム帯域幅の全周波数帯域のうち両端の一定の周波数帯域に該当するRBは、上りリンク制御チャネル(PUCCH)に使用される。PUCCHに使用されるRBの個数は、全周波数帯域の片端に「NPUCCH÷2」個で、両端で合計NPUCCH個である。従って、上りリンク共通チャネルに使用できるRBの個数は、「N−NPUCCH」である。 In the configuration example of FIG. 3, RBs corresponding to fixed frequency bands at both ends of all frequency bands of the system bandwidth are used for the uplink control channel (PUCCH). The number of RBs used for PUCCH is “N PUCCH ÷ 2” at one end of the entire frequency band, and a total of N PUCCH at both ends. Therefore, the number of RBs that can be used for the uplink common channel is “N−N PUCCH ”.

本実施例1では、上りリンク共通チャネルの全周波数帯域のうち端の周波数帯域から順番にNCB-PUSCH個のRBを、IDMA端末に割り当てるためのRBとして確保しておく。このIDMA端末に割当用のRBは、上りリンク共通チャネルの全周波数帯域のうち、いずれの端の周波数帯域から確保してもよい。 In the first embodiment, N CB-PUSCH RBs are reserved as RBs for allocating to IDMA terminals in order from the frequency band at the end of all frequency bands of the uplink common channel. The RB for allocation to this IDMA terminal may be secured from the frequency band at either end of the entire frequency band of the uplink common channel.

これにより、LTE端末に対しては、上りリンク共通チャネルの全周波数帯域のうち、IDMA端末に割当用のRBを除いた残りの「N−NPUCCH−NCB-PUSCH」個のRBが割り当てられる。図3には、RBの割り当ての例が示されている。図3において、IDMA端末2c,2dに対しては、上りリンク共通チャネルの全周波数帯域(上り共通チャネル使用帯域)のうち端の周波数帯域から順番にNCB-PUSCH個のRBが割り当てられている。このNCB-PUSCH個のRBは、IDMA端末2c,2dがスケジューリングなしで使用可能なRBである。そして、LTE端末2a,2bに対しては、上りリンク共通チャネルの全周波数帯域(上り共通チャネル使用帯域)のうち、IDMA端末に割当用のRBを除いた残りの「N−NPUCCH−NCB-PUSCH」個のRBがスケジューリングされて割り当てられる。 As a result, the remaining “N−N PUCCH− N CB-PUSCH ” RBs are allocated to the LTE terminal, excluding the allocation RBs, in the entire frequency band of the uplink common channel. . FIG. 3 shows an example of RB allocation. In FIG. 3, N CB-PUSCH RBs are assigned to IDMA terminals 2c and 2d in order from the frequency band at the end of the entire frequency band of the uplink common channel (uplink common channel use band). . These N CB-PUSCH RBs can be used by the IDMA terminals 2c and 2d without scheduling. For the LTE terminals 2a and 2b, the remaining "N-N PUCCH- N CB " of the entire frequency band of the uplink common channel (uplink common channel use band) excluding the RB for allocation to the IDMA terminal. -PUSCH "RBs are scheduled and allocated.

IDMA端末に割当用のNCB-PUSCH個のRBの割り当て情報は、システム情報としてブロードキャストされてもよく、又は、コンテンションベース送信用のメッセージ(例えばスケジューリンググラント)を利用してIDMA端末に通知されてもよい。 The allocation information of N CB-PUSCH RBs for allocation to IDMA terminals may be broadcast as system information, or notified to IDMA terminals using a contention-based transmission message (for example, scheduling grant). May be.

IDMA端末に割当用のRBの個数NCB-PUSCHは、一定であってもよく、又は、可変であってもよい。例えば、LTE端末のトラヒック量に応じて、NCB-PUSCHを変更してもよい。具体的には、LTE端末のRB使用度(全RBのうち、LTE端末に割り当てられたRBの度合い)が所定の閾値よりも低い場合にはNCB-PUSCHを増加させる。一方、LTE端末のRB使用度が閾値よりも高い場合にはNCB-PUSCHを減少させる。これにより、LTE端末のスループットを低下させることなく、IDMA端末のスループットを改善することができる。 The number N CB-PUSCH of RBs assigned to IDMA terminals may be constant or variable. For example, N CB-PUSCH may be changed according to the traffic volume of the LTE terminal. Specifically, N CB-PUSCH is increased when the RB usage of LTE terminals (the degree of RBs allocated to LTE terminals among all RBs) is lower than a predetermined threshold. On the other hand, when the RB usage of the LTE terminal is higher than the threshold, N CB-PUSCH is decreased. Thereby, the throughput of the IDMA terminal can be improved without reducing the throughput of the LTE terminal.

実施例2は、実施例1の変形例である。実施例2では、隣接するセクタ間でIDMA端末に割り当てるRBを排他的に割り当てる。図4は、本実施形態に係る無線リソース割当方法の実施例2を説明するための概念図である。図4の例では、IDMA端末2cはセクタAに在り、IDMA端末2dはセクタBに在り、セクタAとセクタBは隣接している。図4において、セクタAのIDMA端末2cには上り共通チャネル使用帯域のうち一方の端の周波数帯域から順番に一定数のRBを割り当てる。そして、セクタBのIDMA端末2dには上り共通チャネル使用帯域のうちもう一方の端の周波数帯域から順番に一定数のRBを割り当てる。これにより、セクタAのIDMA端末2cに割り当てるRBとセクタBのIDMA端末2dに割り当てるRBとは重複しない。LTE端末に対しては、上り共通チャネル使用帯域のうち、IDMA端末2c,2dに割当用のRBを除いた残りのRBを対象に、スケジューリングして割り当てる。   The second embodiment is a modification of the first embodiment. In the second embodiment, RBs assigned to IDMA terminals are exclusively assigned between adjacent sectors. FIG. 4 is a conceptual diagram for explaining Example 2 of the radio resource allocation method according to the present embodiment. In the example of FIG. 4, the IDMA terminal 2c is in sector A, the IDMA terminal 2d is in sector B, and sector A and sector B are adjacent. In FIG. 4, a certain number of RBs are allocated to the IDMA terminal 2c in sector A in order from the frequency band at one end of the uplink common channel use band. Then, a certain number of RBs are assigned to the IDMA terminal 2d in sector B in order from the frequency band at the other end of the uplink common channel use band. Thereby, the RB assigned to the IDMA terminal 2c in sector A and the RB assigned to the IDMA terminal 2d in sector B do not overlap. For the LTE terminal, scheduling is allocated to the remaining RBs excluding RBs for allocation to the IDMA terminals 2c and 2d in the uplink common channel use band.

本実施例2によれば、LTE端末が受ける電波干渉が白色雑音に近くなり、LTE端末の受信特性を改善することができる。   According to the second embodiment, the radio wave interference received by the LTE terminal becomes close to white noise, and the reception characteristics of the LTE terminal can be improved.

実施例3は、実施例1の変形例である。実施例3では、隣接するセクタ間で同じRBをIDMA端末に割り当てる。例えば図3において、IDMA端末2cはセクタAに在り、IDMA端末2dはセクタBに在り、セクタAとセクタBは隣接している。それらIDMA端末2c,2dに対して、上り共通チャネル使用帯域のうち端の周波数帯域から順番に一定数のRBを割り当てる。これにより、セクタAのIDMA端末2cに割り当てるRBとセクタBのIDMA端末2dに割り当てるRBとは同じになる。LTE端末に対しては、上り共通チャネル使用帯域のうち、IDMA端末2c,2dに割当用のRBを除いた残りのRBを対象に、スケジューリングして割り当てる。   The third embodiment is a modification of the first embodiment. In the third embodiment, the same RB is allocated to IDMA terminals between adjacent sectors. For example, in FIG. 3, IDMA terminal 2c is in sector A, IDMA terminal 2d is in sector B, and sector A and sector B are adjacent. A certain number of RBs are assigned to the IDMA terminals 2c and 2d in order from the frequency band at the end of the uplink common channel use band. As a result, the RB assigned to the IDMA terminal 2c in sector A is the same as the RB assigned to the IDMA terminal 2d in sector B. For the LTE terminal, scheduling is allocated to the remaining RBs excluding RBs for allocation to the IDMA terminals 2c and 2d in the uplink common channel use band.

本実施例3によれば、IDMA端末では、IDMA端末からの干渉のみになるため、他セクタからの干渉を除去でき、IDMA端末の受信特性を改善することができる。   According to the third embodiment, since the IDMA terminal has only interference from the IDMA terminal, interference from other sectors can be removed and reception characteristics of the IDMA terminal can be improved.

実施例4では、まず、上り共通チャネル使用帯域を対象にしてLTE端末に対するスケジューリングを行う。このスケジューリングの結果、上り共通チャネル使用帯域で未割当となったRBであって周波数軸上で連続する複数のRBから成るRB群のうち、RB数が最大であるRB群(未割当最大RB群)のRB数N'を調べる。   In the fourth embodiment, scheduling for LTE terminals is first performed for the uplink common channel use band. As a result of this scheduling, among the RB groups that are unallocated in the uplink common channel use band and are composed of a plurality of RBs that are continuous on the frequency axis, the RB group with the maximum number of RBs (unallocated maximum RB group) ) Check the RB number N '.

次いで、IDMA端末が送信に必要とするRB数NREQとRB数N'を比較する。この比較の結果、「N’≧ NREQ」である場合には、未割当最大RB群をIDMA端末に割り当てる。 Next, the number of RBs N REQ required for transmission by the IDMA terminal is compared with the number of RBs N ′. As a result of this comparison, if “N ′ ≧ N REQ ”, the unallocated maximum RB group is allocated to the IDMA terminal.

一方、上記比較の結果、「N’< NREQ」である場合には、上記した実施例1、2又は3の無線リソース割当方法を行う。つまり、上り共通チャネル使用帯域のうち端の周波数帯域から順番にNCB-PUSCH個のRBを、IDMA端末に割り当てる。そして、LTE端末に対しては、上り共通チャネル使用帯域のうち、IDMA端末に割当用のRBを除いた残りの「N−NPUCCH−NCB-PUSCH」個のRBを対象に、スケジューリングして割り当てる。 On the other hand, if “N ′ <N REQ ” as a result of the comparison, the radio resource allocation method according to the first, second, or third embodiment described above is performed. That is, N CB-PUSCH RBs are allocated to the IDMA terminal in order from the frequency band at the end of the uplink common channel use band. For LTE terminals, scheduling is performed for the remaining “N-N PUCCH- N CB-PUSCH ” RBs, excluding RBs allocated to IDMA terminals, in the uplink common channel usage band. assign.

実施例5では、まず、実施例1、2又は3の無線リソース割当方法により、IDMA端末に割当用の周波数軸上で連続する複数のRBから成るRB群(確保済みRB群と称する)を確保する。次いで、LTE端末に対して、上り共通チャネル使用帯域のうち、IDMA端末に割当用のRBを除いた残りのRBを対象に、スケジューリングして割り当てる。次いで、IDMA端末に対しては、確保済みRB群と、LTE端末に割当用のRBのうちスケジューリングの結果として未割当となったRBであって周波数軸上で連続する複数のRBから成るRB群(未割当RB群と称する)とを割り当てる。   In the fifth embodiment, first, by the radio resource allocation method of the first, second, or third embodiment, an RB group (referred to as a reserved RB group) composed of a plurality of RBs consecutive on the allocation frequency axis is secured in the IDMA terminal. To do. Next, scheduling is performed and assigned to the LTE terminal with respect to the remaining RBs excluding the RBs for allocation to the IDMA terminal in the uplink common channel use band. Next, for the IDMA terminal, a reserved RB group and an RB group that is unallocated as a result of scheduling among the RBs allocated to the LTE terminal and that is continuous on the frequency axis (Referred to as an unassigned RB group).

IDMA端末は、割り当てられたRB群の中から、いずれか1つのRB群を用いて上りリンク送信を行う。このRB群の選択方法としては、例えば、トラヒックが大きく所要RB数が多いIDMA端末は確保済みRB群を使用し、トラヒックが小さく所要RB数が少ないIDMA端末は未割当RB群を使用する。   The IDMA terminal performs uplink transmission using one of the allocated RB groups. As a method for selecting this RB group, for example, an IDMA terminal having a large traffic and a large number of required RBs uses a reserved RB group, and an IDMA terminal having a small traffic and a small number of required RBs uses an unassigned RB group.

実施例6は、実施例1〜5の変形例である。実施例6では、IDMA端末にRBを割り当てるタイミングを、Nサブフレームに1回とする。但し、Nは2以上の整数である。つまり、IDMA端末に対しては、RBを、毎サブフレーム割り当てるのではなく、Nサブフレームに1回だけ割り当てる。例えば、10サブフレーム当り10RBを割り当てる場合に、毎サブフレームに1RBずつ割り当てるのではなく、例えば2サブフレーム毎に1回だけ2RBを割り当てる。これにより、1サブフレーム内に割り当てられるRB数を増やすことができ、IDMA端末の送信特性を改善する効果が期待できる。本実施例6は、送信遅延が許容される場合に効果的である。   The sixth embodiment is a modification of the first to fifth embodiments. In the sixth embodiment, the timing for assigning RBs to IDMA terminals is once in N subframes. However, N is an integer of 2 or more. That is, for an IDMA terminal, RBs are assigned only once to N subframes instead of being assigned to each subframe. For example, when 10 RBs are assigned per 10 subframes, 1 RB is not assigned to each subframe, but 2 RBs are assigned only once every 2 subframes. As a result, the number of RBs allocated in one subframe can be increased, and an effect of improving the transmission characteristics of the IDMA terminal can be expected. The sixth embodiment is effective when a transmission delay is allowed.

なお、マクロ局とピコ局が存在する環境で適用されるABS(Almost Blank Subframe)にIDMA端末を適用することも可能である。IDMA端末は信号のスペクトル密度が低いため、ピコ局の端末に与える電波干渉を低く抑えられる。   An IDMA terminal can also be applied to an ABS (Almost Blank Subframe) that is applied in an environment where a macro station and a pico station exist. Since the signal spectral density of the IDMA terminal is low, radio wave interference given to the terminal of the pico station can be kept low.

実施例7は、実施例1〜6の変形例である。実施例7では、IDMA端末が使用することができる「周波数軸上で連続する複数のRBから成るRB群」が複数存在する場合に、複数のRB群をホッピングして使用させる。例えば、時間スロット単位で、周波数軸上で離れたRB群をホッピングして使用させる。これにより、周波数ダイバーシチゲインにより、パケット誤り率を低下させることができる。又は、サブフレーム単位で、周波数軸上で離れたRB群をホッピングして使用させる。これにより、再送パケット間のダイバーシチゲインを得ることができ、再送回数を低減することができる。   The seventh embodiment is a modification of the first to sixth embodiments. In the seventh embodiment, when there are a plurality of “RB groups composed of a plurality of RBs continuous on the frequency axis” that can be used by an IDMA terminal, a plurality of RB groups are hopped and used. For example, RBs separated on the frequency axis are hopped and used in time slot units. As a result, the packet error rate can be reduced by the frequency diversity gain. Alternatively, RB groups separated on the frequency axis are hopped and used in subframe units. As a result, diversity gain between retransmission packets can be obtained, and the number of retransmissions can be reduced.

以上、本発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、本発明の要旨を逸脱しない範囲の設計変更等も含まれる。
また、図2に示す無線リソース割当装置10の機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより、無線リソース割当処理を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものであってもよい。
また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、フラッシュメモリ等の書き込み可能な不揮発性メモリ、DVD(Digital Versatile Disk)等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。
As mentioned above, although embodiment of this invention was explained in full detail with reference to drawings, the specific structure is not restricted to this embodiment, The design change etc. of the range which does not deviate from the summary of this invention are included.
Further, a program for realizing the function of the radio resource allocation device 10 shown in FIG. 2 is recorded on a computer-readable recording medium, and the program recorded on the recording medium is read into a computer system and executed. The radio resource allocation process may be performed. Here, the “computer system” may include an OS and hardware such as peripheral devices.
“Computer-readable recording medium” refers to a flexible disk, a magneto-optical disk, a ROM, a writable nonvolatile memory such as a flash memory, a portable medium such as a DVD (Digital Versatile Disk), and a built-in computer system. A storage device such as a hard disk.

さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリ(例えばDRAM(Dynamic Random Access Memory))のように、一定時間プログラムを保持しているものも含むものとする。
また、上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから、伝送媒体を介して、あるいは、伝送媒体中の伝送波により他のコンピュータシステムに伝送されてもよい。ここで、プログラムを伝送する「伝送媒体」は、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体のことをいう。
また、上記プログラムは、前述した機能の一部を実現するためのものであっても良い。さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であっても良い。
Further, the “computer-readable recording medium” means a volatile memory (for example, DRAM (Dynamic DRAM) in a computer system that becomes a server or a client when a program is transmitted through a network such as the Internet or a communication line such as a telephone line. Random Access Memory)), etc., which hold programs for a certain period of time.
The program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. Here, the “transmission medium” for transmitting the program refers to a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.
The program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.

1…基地局、2a,2b,2c,2d…移動局、10…無線リソース割当装置、11…コンテンションフリー対象割当部(第2の割当部)、12…コンテンションベース対象割当部(第1の割当部)、13…制御部 DESCRIPTION OF SYMBOLS 1 ... Base station, 2a, 2b, 2c, 2d ... Mobile station, 10 ... Radio | wireless resource allocation apparatus, 11 ... Contention free object allocation part (2nd allocation part), 12 ... Contention base object allocation part (1st Allocation unit), 13 ... control unit

Claims (9)

コンテンションベース送信を行う移動局と、コンテンションフリー送信を行う移動局とが同時に基地局に対してシングルキャリア伝送する無線通信システムにおける無線リソース割当装置であって、
シングルキャリア伝送に使用できる周波数リソースのうち、連続した周波数リソースの一部を端から順にコンテンションベース送信に割り当てる第1の割当部と、
コンテンションフリー送信に周波数リソースを割り当てる第2の割当部と、を備え、
前記第2の割当部は、コンテンションベース送信に割り当てられた周波数リソースを除いた残りの周波数リソースの中からコンテンションフリー送信に割り当てる、
ことを特徴とする無線リソース割当装置。
A radio resource allocation apparatus in a radio communication system in which a mobile station that performs contention-based transmission and a mobile station that performs contention-free transmission simultaneously perform single carrier transmission to a base station,
A first allocation unit that allocates a part of continuous frequency resources among the frequency resources that can be used for single carrier transmission to contention-based transmission in order from the end;
A second allocation unit that allocates frequency resources for contention-free transmission,
The second allocation unit allocates contention-free transmissions from the remaining frequency resources excluding frequency resources allocated to contention-based transmissions.
A radio resource allocation device.
前記第1の割当部は、シングルキャリア伝送に使用できる周波数リソースのうち、端の周波数帯域からコンテンションベース送信に割り当てていくことを特徴とする請求項1に記載の無線リソース割当装置。   The radio resource allocation device according to claim 1, wherein the first allocation unit allocates contention-based transmission from an end frequency band among frequency resources that can be used for single carrier transmission. 前記第1の割当部は、コンテンションフリー送信を行う移動局の無線リソース使用度に応じて、コンテンションベース送信に割り当てる周波数リソース量を変えることを特徴とする請求項1又は2に記載の無線リソース割当装置。   3. The radio according to claim 1, wherein the first allocation unit changes a frequency resource amount allocated to contention-based transmission according to a radio resource usage of a mobile station performing contention-free transmission. Resource allocation device. 前記第1の割当部および第2の割当部を制御する制御部を備え、
前記第2の割当部は、シングルキャリア伝送に使用できる全周波数リソースを対象にして、コンテンションフリー送信を行う移動局に対する周波数リソースの第1段階の割り当てを行い、
前記制御部は、前記第1段階の割り当て結果において未割当となった「周波数軸上で連続する周波数リソース」の中で最大の周波数帯域のものが、
コンテンションベース送信に十分である場合には、当該周波数軸上で連続する周波数リソースをコンテンションベース送信に割り当てるようにし、
コンテンションベース送信に不十分である場合には、前記第1の割当部に前記コンテンションベース送信に対する割り当てを行わせると共に、前記第2の割当部に前記第1の割当部の割当結果を基にした前記コンテンションフリー送信に対する割り当てを行わせる、
ことを特徴とする請求項1から3のいずれか1項に記載の無線リソース割当装置。
A control unit for controlling the first allocation unit and the second allocation unit;
The second allocating unit performs the first stage allocation of frequency resources to mobile stations performing contention-free transmission for all frequency resources that can be used for single carrier transmission,
The control unit has the highest frequency band among the “frequency resources continuous on the frequency axis” that is unallocated in the allocation result of the first stage,
When contention-based transmission is sufficient, frequency resources that are continuous on the frequency axis are allocated to contention-based transmission.
If the contention-based transmission is insufficient, the first assignment unit is assigned to the contention-based transmission, and the second assignment unit is based on the assignment result of the first assignment unit. To assign the contention-free transmission
The radio resource allocation apparatus according to claim 1, wherein the radio resource allocation apparatus is a radio resource allocation apparatus.
前記第1の割当部は、隣接するセクタ間で排他的に周波数リソースを割り当てることを特徴とする請求項1から4のいずれか1項に記載の無線リソース割当装置。   The radio resource allocation apparatus according to any one of claims 1 to 4, wherein the first allocation unit allocates frequency resources exclusively between adjacent sectors. 前記第1の割当部は、隣接するセクタ間で同じ周波数リソースを割り当てることを特徴とする請求項1から4のいずれか1項に記載の無線リソース割当装置。   5. The radio resource allocation device according to claim 1, wherein the first allocation unit allocates the same frequency resource between adjacent sectors. 6. 前記第1の割当部は、前記割り当てのタイミングを複数サブフレームに1回とすることを特徴とする請求項1から6のいずれか1項に記載の無線リソース割当装置。   The radio resource allocation apparatus according to any one of claims 1 to 6, wherein the first allocation unit sets the timing of allocation once in a plurality of subframes. コンテンションベース送信を行う移動局と、コンテンションフリー送信を行う移動局とが同時に基地局に対してシングルキャリア伝送する無線通信システムにおける無線リソース割当方法であって、
シングルキャリア伝送に使用できる周波数リソースのうち、連続した周波数リソースの一部を端から順にコンテンションベース送信に割り当てる第1の割当ステップと、
コンテンションフリー送信に周波数リソースを割り当てる第2の割当ステップと、を有し、
前記第2の割当ステップにおいて、コンテンションベース送信に割り当てられた周波数リソースを除いた残りの周波数リソースの中からコンテンションフリー送信に割り当てる、
ことを特徴とする無線リソース割当方法。
A radio resource allocation method in a radio communication system in which a mobile station performing contention-based transmission and a mobile station performing contention-free transmission simultaneously perform single carrier transmission to a base station,
A first allocation step of allocating a part of continuous frequency resources among the frequency resources that can be used for single carrier transmission to contention-based transmission in order from the end;
A second allocation step of allocating frequency resources for contention-free transmission,
In the second allocation step, contention-free transmission is allocated from the remaining frequency resources excluding frequency resources allocated to contention-based transmission.
A radio resource allocation method characterized by the above.
コンテンションベース送信を行う移動局と、コンテンションフリー送信を行う移動局とが同時に基地局に対してシングルキャリア伝送する無線通信システムにおける無線リソース割当処理を行うためのコンピュータプログラムであって、
シングルキャリア伝送に使用できる周波数リソースのうち、連続した周波数リソースの一部を端から順にコンテンションベース送信に割り当てる第1の割当ステップと、
コンテンションフリー送信に周波数リソースを割り当てる第2の割当ステップと、をコンピュータに実行させるためのコンピュータプログラムであり、
前記第2の割当ステップにおいて、コンテンションベース送信に割り当てられた周波数リソースを除いた残りの周波数リソースの中からコンテンションフリー送信に割り当てる、
ことを特徴とするコンピュータプログラム。
A computer program for performing radio resource allocation processing in a radio communication system in which a mobile station that performs contention-based transmission and a mobile station that performs contention-free transmission simultaneously performs single carrier transmission to a base station,
A first allocation step of allocating a part of continuous frequency resources among the frequency resources that can be used for single carrier transmission to contention-based transmission in order from the end;
A computer program for causing a computer to execute a second allocation step of allocating frequency resources for contention-free transmission;
In the second allocation step, contention-free transmission is allocated from the remaining frequency resources excluding frequency resources allocated to contention-based transmission.
A computer program characterized by the above.
JP2012041391A 2012-02-28 2012-02-28 Wireless resource allocation device, wireless resource allocation method and computer program Pending JP2013179417A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012041391A JP2013179417A (en) 2012-02-28 2012-02-28 Wireless resource allocation device, wireless resource allocation method and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012041391A JP2013179417A (en) 2012-02-28 2012-02-28 Wireless resource allocation device, wireless resource allocation method and computer program

Publications (1)

Publication Number Publication Date
JP2013179417A true JP2013179417A (en) 2013-09-09

Family

ID=49270698

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012041391A Pending JP2013179417A (en) 2012-02-28 2012-02-28 Wireless resource allocation device, wireless resource allocation method and computer program

Country Status (1)

Country Link
JP (1) JP2013179417A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016047246A1 (en) * 2014-09-25 2016-03-31 ソニー株式会社 Wireless communication device, wireless communication method, and program
WO2016084460A1 (en) * 2014-11-28 2016-06-02 ソニー株式会社 Device and method
WO2017195655A1 (en) * 2016-05-12 2017-11-16 シャープ株式会社 Terminal device, base station device, and communication method
WO2017195375A1 (en) * 2016-05-13 2017-11-16 富士通株式会社 Base station device, mobile station device, communication system, and method for controlling communication system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05335998A (en) * 1992-06-03 1993-12-17 Tokimec Inc Communication equipment
WO2010145799A1 (en) * 2009-06-18 2010-12-23 Panasonic Corporation Enhanced random access procedure for mobile communications
JP2011061295A (en) * 2009-09-07 2011-03-24 Kddi Corp Frequency block allocation apparatus, frequency block allocation method, and computer program
WO2011085403A1 (en) * 2010-01-11 2011-07-14 Qualcomm Incorporated Methods and apparatus for contention-based uplink access in wireless communication systems
JP2011147184A (en) * 2011-04-14 2011-07-28 Huawei Technologies Co Ltd Communication resource assignment method and system
WO2011100596A2 (en) * 2010-02-12 2011-08-18 Interdigital Patent Holdings, Inc. Methods and apparatus for optimizing uplink random access channel transmission
JP2011244462A (en) * 2006-03-22 2011-12-01 Panasonic Corp Neighboring cell interference management in sc-fdma system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05335998A (en) * 1992-06-03 1993-12-17 Tokimec Inc Communication equipment
JP2011244462A (en) * 2006-03-22 2011-12-01 Panasonic Corp Neighboring cell interference management in sc-fdma system
WO2010145799A1 (en) * 2009-06-18 2010-12-23 Panasonic Corporation Enhanced random access procedure for mobile communications
JP2011061295A (en) * 2009-09-07 2011-03-24 Kddi Corp Frequency block allocation apparatus, frequency block allocation method, and computer program
WO2011085403A1 (en) * 2010-01-11 2011-07-14 Qualcomm Incorporated Methods and apparatus for contention-based uplink access in wireless communication systems
WO2011100596A2 (en) * 2010-02-12 2011-08-18 Interdigital Patent Holdings, Inc. Methods and apparatus for optimizing uplink random access channel transmission
JP2011147184A (en) * 2011-04-14 2011-07-28 Huawei Technologies Co Ltd Communication resource assignment method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
JPN6015021644; Ericsson, ST-Ericsson: 'Impacts of contention based uplink in RAN2' 3GPP TSG-RAN WG2 #68bis R2-100125 , 20100118 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016047246A1 (en) * 2014-09-25 2016-03-31 ソニー株式会社 Wireless communication device, wireless communication method, and program
JPWO2016047246A1 (en) * 2014-09-25 2017-07-06 ソニー株式会社 Wireless communication apparatus, wireless communication method and program
US10219249B2 (en) 2014-09-25 2019-02-26 Sony Corporation Wireless communication device, wireless communication method, and program
TWI698097B (en) * 2014-09-25 2020-07-01 日商新力股份有限公司 Wireless communication device and wireless communication method
US10772080B2 (en) 2014-09-25 2020-09-08 Sony Corporation Wireless communication device, wireless communication method, and program
WO2016084460A1 (en) * 2014-11-28 2016-06-02 ソニー株式会社 Device and method
JPWO2016084460A1 (en) * 2014-11-28 2017-09-07 ソニー株式会社 Apparatus and method
US10667269B2 (en) 2014-11-28 2020-05-26 Sony Corporation Device and method
WO2017195655A1 (en) * 2016-05-12 2017-11-16 シャープ株式会社 Terminal device, base station device, and communication method
US11026184B2 (en) 2016-05-12 2021-06-01 Sharp Kabushiki Kaisha Terminal apparatus, base station apparatus, and communication method for transmitting resource information and transmission power control information to the terminal device with a grant-free access resource allocation or a scheduled access resource allocation
WO2017195375A1 (en) * 2016-05-13 2017-11-16 富士通株式会社 Base station device, mobile station device, communication system, and method for controlling communication system

Similar Documents

Publication Publication Date Title
CN108029112B (en) Control signaling in a shared communication medium
US11206647B2 (en) Wireless communications system, base station, and terminal
JP7432597B2 (en) Subband-based channel access method and device in wireless communication system
JP6745360B2 (en) Downlink transmission settings
JP4410837B2 (en) Radio resource selection method, mobile station and radio base station
JP5318151B2 (en) Mobile communication method, radio base station, and mobile station
JP6665298B2 (en) Method for service transmission, mobile station and network device
JP2012520622A (en) System and method for assigning resources to relays
US11917560B2 (en) Power control in NR-NR dual connectivity
US10390204B2 (en) Resource patterns for discovery
US20130322493A1 (en) User equipment, radio base station and methods therein for transmitting information of an allocation of a radio resource
JP2022543164A (en) HARQ process sharing with multiple configured grant resources
US20220167282A1 (en) Power control in nr-nr dual connectivity
JP2013179417A (en) Wireless resource allocation device, wireless resource allocation method and computer program
JP5106516B2 (en) Radio base station and mobile communication method
JP5576433B2 (en) Radio base station and radio resource allocation method
WO2017113979A1 (en) Cellular communication system devices
WO2023013610A1 (en) Communication device, base station device, and communication method
WO2024065326A1 (en) Data transmission method and apparatus, and electronic device
JP2010011022A (en) Radio communication system, base station, channel allocation method, program
KR20160081777A (en) Radio resource allocation method and communication device of multi-beam based mobile communication system
JP4828628B2 (en) Radio resource selection method, mobile station and radio base station
JP5545572B2 (en) Method for performing uplink frequency selective scheduling in a wireless communication system
KR20190127043A (en) Method for scheduling in mobile communication system and apparatus for the same
JP2012222693A (en) Radio base station and radio resource allocation method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140723

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20140724

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150423

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150602

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20151013