JP7742734B2 - Terminal device and communication method - Google Patents
Terminal device and communication methodInfo
- Publication number
- JP7742734B2 JP7742734B2 JP2021126511A JP2021126511A JP7742734B2 JP 7742734 B2 JP7742734 B2 JP 7742734B2 JP 2021126511 A JP2021126511 A JP 2021126511A JP 2021126511 A JP2021126511 A JP 2021126511A JP 7742734 B2 JP7742734 B2 JP 7742734B2
- Authority
- JP
- Japan
- Prior art keywords
- processing unit
- layer processing
- random access
- control layer
- access control
- 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.)
- Active
Links
Landscapes
- Mobile Radio Communication Systems (AREA)
Description
本発明は、端末装置、および、通信方法に関する。 The present invention relates to a terminal device and a communication method.
セルラー移動通信の無線アクセス方式および無線ネットワーク(以下、「Long Term Evolution (LTE)」、または、「EUTRA:Evolved Universal Terrestrial Radio Access」とも呼称される)が、第三世代パートナーシッププロジェクト(3GPP:3rd Generation Partnership Project)において検討されている。LTEにおいて、基地局装置はeNodeB(evolved NodeB)、端末装置はUE(User Equipment)とも呼称される。LTEは、基地局装置がカバーするエリアをセル状に複数配置するセルラー通信システムである。単一の基地局装置は複数のサービングセルを管理してもよい。 A radio access method and a radio network for cellular mobile communications (hereinafter also referred to as "Long Term Evolution (LTE)" or "EUTRA: Evolved Universal Terrestrial Radio Access") are being studied by the 3rd Generation Partnership Project (3GPP). In LTE, a base station device is also referred to as an evolved NodeB (eNodeB), and a terminal device is also referred to as a User Equipment (UE). LTE is a cellular communication system in which multiple areas covered by a base station device are arranged in the form of cells. A single base station device may manage multiple serving cells.
3GPPにおいて、無線通信規格(NR: New Radio)の策定作業が行われた。3GPPでは、無線通信規格のさらなる拡張検討が行われている(非特許文献1)。 3GPP has been working on formulating a wireless communication standard (NR: New Radio). 3GPP is also studying further expansion of the wireless communication standard (Non-Patent Document 1).
本発明は、効率的に通信を行う端末装置、該端末装置に用いられる通信方法を提供する。 The present invention provides a terminal device that communicates efficiently and a communication method used in the terminal device.
(1)本発明の第1の態様は、端末装置であって、媒体アクセス制御層処理部と物理層処理部と、を備え、前記媒体アクセス制御層処理部は、メッセージ3 PUSCHのために繰り返し送信を適用することをリクエストするランダムアクセス手順のために用いられるPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されるか否かの判断を行い、前記媒体アクセス制御層処理部は、前記判断に基づいて、メッセージ3のために繰り返し送信を適用することをリクエストするか否かを決定し、前記物理層処理部にPRACHの送信を指示する。 (1) A first aspect of the present invention is a terminal device comprising a medium access control layer processing unit and a physical layer processing unit, wherein the medium access control layer processing unit determines whether a random access preamble group B is configured for a PRACH resource group used for a random access procedure that requests the application of repeated transmission for message 3 PUSCH, and the medium access control layer processing unit determines whether to request the application of repeated transmission for message 3 based on the determination and instructs the physical layer processing unit to transmit a PRACH.
(2)本発明の第2の態様は、端末装置に用いられる通信方法であって、メッセージ3
PUSCHのために繰り返し送信を適用することをリクエストするランダムアクセス手順のために用いられるPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されるか否かの判断を行うステップと、前記判断に基づいて、メッセージ3のために繰り返し送信を適用することをリクエストするか否かを決定するステップと、PRACHの送信を指示するステップと、を備える。
(2) A second aspect of the present invention is a communication method used in a terminal device, comprising:
The method includes the steps of: determining whether a random access preamble group B is configured for a PRACH resource group used for a random access procedure that requests the application of repeated transmission for a PUSCH; determining whether to request the application of repeated transmission for a message 3 based on the determination; and instructing the transmission of a PRACH.
この発明によれば、端末装置は効率的に通信を行うことができる。 This invention allows terminal devices to communicate efficiently.
以下、本発明の実施形態について説明する。 The following describes an embodiment of the present invention.
floor(C)は、実数Cに対する床関数であってもよい。例えば、floor(C)は、実数Cを超えない範囲で最大の整数を出力する関数であってもよい。ceil(D)は、実数Dに対する天井関数であってもよい。例えば、ceil(D)は、実数Dを下回らない範囲で最小の整数を出力する関数であってもよい。mod(E,F)は、EをFで除算した余りを出力する関数であってもよい。mod(E,F)は、EをFで除算した余りに対応する値を出力する関数であってもよい。exp(G)=e^Gである。ここで、eはネイピア数である。H^IはHのI乗を示す。max(J,K)は、J、および、Kのうちの最大値を出力する関数である。ここで、JとKが等しい場合に、max(J,K)はJまたはKを出力する関数である。min(L,M)は、L、および、Mのうちの最大値を出力する関数である。ここで、LとMが等しい場合に、min(L,M)はLまたはMを出力する関数である。round(N)は、Nに最も近い値の整数値を出力する関数である。“・”は乗算を示す。 floor(C) may be a floor function for real number C. For example, floor(C) may be a function that outputs the largest integer that does not exceed real number C. ceil(D) may be a ceiling function for real number D. For example, ceil(D) may be a function that outputs the smallest integer that does not fall below real number D. mod(E,F) may be a function that outputs the remainder when E is divided by F. mod(E,F) may be a function that outputs a value corresponding to the remainder when E is divided by F. exp(G) = e^G, where e is Napier's constant. H^I represents H to the Ith power. max(J,K) is a function that outputs the maximum value of J and K. Here, max(J,K) is a function that outputs J or K when J and K are equal. min(L,M) is a function that outputs the maximum value of L and M. Here, when L and M are equal, min(L, M) is a function that outputs L or M. round(N) is a function that outputs the integer value closest to N. "・" indicates multiplication.
図1は、本実施形態の一態様に係る無線通信システム9の概念図である。図1において、無線通信システムは、端末装置1A~1C、および基地局装置3(BS#3: Base station#3)を含んで構成される。以下、端末装置1A~1Cの総称として、基地局装置3と通信を行う端末装置を端末装置1(UE#1: User Equipment#1)とも呼称する。 Figure 1 is a conceptual diagram of a wireless communication system 9 according to one aspect of this embodiment. In Figure 1, the wireless communication system includes terminal devices 1A-1C and a base station device 3 (BS#3: Base station#3). Hereinafter, terminal devices 1A-1C will be collectively referred to as terminal device 1 (UE#1: User Equipment#1), and the terminal device communicating with base station device 3 will also be referred to as terminal device 1 (UE#1: User Equipment#1).
無線通信システム9において、端末装置1と基地局装置3は1または複数の通信方式を用いてもよい。例えば、無線通信システム9の下りリンクにおいて、CP-OFDM(Cyclic Prefix ― Orthogonal Frequency Division Multiplex)が用いられてもよい。また、無線通信システム9の上りリンクにおいて、CP-OFDM、または、DFT-s-OFDM(Discrete Fourier Transform ― spread ― Orthogonal Frequency Division Multiplex)のいずれか用いられてもよい。ここで、DFT-s-OFDMは、CP-OFDMにおける信号生成に先立って変形プレコーディング(Transform precoding)が適用されるような通信方式である。ここで、変形プレコーディングは、DFTプレコーディングとも呼称される。 In the wireless communication system 9, the terminal device 1 and the base station device 3 may use one or more communication methods. For example, CP-OFDM (Cyclic Prefix - Orthogonal Frequency Division Multiplexing) may be used in the downlink of the wireless communication system 9. Furthermore, either CP-OFDM or DFT-s-OFDM (Discrete Fourier Transform - Spread - Orthogonal Frequency Division Multiplexing) may be used in the uplink of the wireless communication system 9. Here, DFT-s-OFDM is a communication method in which transformed precoding is applied prior to signal generation in CP-OFDM. Here, transformed precoding is also referred to as DFT precoding.
図1に示されるように、基地局装置3は1つの送受信装置(または、送信点、送信装置、受信点、受信装置、送受信点)により構成されてもよい。、一方、ある場合には、基地局装置3は複数の送受信装置を含んで構成されてもよい。基地局装置3が複数の送受信装置により構成される場合、該複数の送受信装置のそれぞれは地理的に異なる位置に配置されてもよい。 As shown in FIG. 1, the base station device 3 may be configured with one transceiver device (or transmission point, transmission device, reception point, reception device, transmission/reception point). Alternatively, in some cases, the base station device 3 may be configured to include multiple transceivers. When the base station device 3 is configured with multiple transceivers, each of the multiple transceivers may be located in a different geographical location.
基地局装置3は、1または複数のサービングセル(serving cell)を提供してもよい。サービングセルは、無線通信システム9において用いられるリソースのセットとして定義されてもよい。ここで、サービングセルは、セル(cell)とも呼称される。 The base station device 3 may provide one or more serving cells. A serving cell may be defined as a set of resources used in the wireless communication system 9. Here, a serving cell is also referred to as a cell.
サービングセルは、1つの下りリンクコンポーネントキャリア、および1つの上りリンクコンポーネントキャリアの一方または両方を含んで構成されてもよい。サービングセルは、2つ以上の下りリンクコンポーネントキャリア、および、2つ以上の上りリンクコンポーネントキャリアの一方または両方を含んで構成されてもよい。下りリンクコンポーネントキャリア、および、上りリンクコンポーネントキャリアは、コンポーネントキャリアとも総称される。 A serving cell may be configured to include one downlink component carrier and/or one uplink component carrier. A serving cell may be configured to include two or more downlink component carriers and/or two or more uplink component carriers. Downlink component carriers and uplink component carriers are also collectively referred to as component carriers.
コンポーネントキャリアに対して、1または複数のSCS固有キャリア(SCS-specific
carrier)が設定されてもよい。1つのSCS固有キャリアに対して、1つのサブキャリア間隔の設定(subcarrier-spacing configuration)μが関連付けられてもよい。
For a component carrier, one or more SCS-specific carriers
One subcarrier-spacing configuration μ may be associated with one SCS-specific carrier.
無線通信システム9におけるリソースは、サブキャリアインデックスとOFDMシンボルインデックスとを用いたリソースグリッドにより管理されてもよい。 Resources in the wireless communication system 9 may be managed using a resource grid that uses subcarrier indexes and OFDM symbol indexes.
あるサブキャリア間隔の設定μに対するサブキャリア間隔(SCS: SubCarrier Spacing)Δfは、Δf=2μ・15kHzであってもよい。例えば、サブキャリア間隔の設定μは0、1、2、3、または、4のいずれかを示してもよい。 The subcarrier spacing (SCS) Δf for a certain subcarrier spacing setting μ may be Δf= 2μ ·15 kHz. For example, the subcarrier spacing setting μ may represent any of 0, 1, 2, 3, or 4.
時間単位(タイムユニット)Tc=1/(Δfmax・Nf)は、時間領域の長さの表現のために用いられてもよい。ここで、Δfmax=480kHzであってもよい。また、Nf=4096であってもよい。また、定数κは、κ=Δfmax・Nf/(Δfref・Nf,ref)=64であってもよい。また、Δfrefは、15kHzであってもよい。Nf,refは、2048である。 A time unit Tc = 1/( Δfmax · Nf ) may be used to express the length of the time domain. Here, Δfmax = 480 kHz. Nf = 4096. The constant κ may be κ = Δfmax · Nf /( Δfref ·Nf ,ref ) = 64. Δfref may be 15 kHz. Nf,ref is 2048.
下りリンク/上りリンクの信号の送信は、長さTfの無線フレーム(システムフレーム、フレーム)により編成されてもよい(organized into)。ここで、Tf=(Δfmax・Nf/100)・Ts=10msであってもよい。 The transmission of downlink/uplink signals may be organized into radio frames (system frames, frames) of length Tf , where Tf = ( Δfmax · Nf /100)· Ts = 10 ms.
無線フレームは、10個のサブフレームを含んで構成されてもよい。ここで、サブフレームの長さTsf=(Δfmax・Nf/1000)・Ts=1msであってもよい。また、サブフレームあたりのOFDMシンボル数はNsubframe,μ symb=Nslot symb・Nsubframe,μ slotであってもよい。 A radio frame may include 10 subframes, where the length of a subframe T sf = (Δf max · N f /1000) · T s = 1 ms, and the number of OFDM symbols per subframe may be N subframe,μ symb = N slot symb · N subframe,μ slot .
無線通信システム9に用いられる通信方式の時間領域の単位として、OFDMシンボルを用いる。例えば、OFDMシンボルは、CP-OFDMの時間領域の単位として用いられてもよい。また、OFDMシンボルは、DFT-s-OFDMの時間領域の単位として用いられてもよい。 OFDM symbols are used as the time domain unit for the communication method used in wireless communication system 9. For example, OFDM symbols may be used as the time domain unit for CP-OFDM. Furthermore, OFDM symbols may be used as the time domain unit for DFT-s-OFDM.
スロットは、複数のOFDMシンボルを含んで構成されてもよい。例えば、連続するNslot symb個のOFDMシンボルにより1つのスロットが構成されてもよい。例えば、ノーマルCPの設定において、Nslot symb=14であってもよい。また、拡張CPの設定において、Nslot symb=12であってもよい。 A slot may be configured to include multiple OFDM symbols. For example, one slot may be configured by N slot symb consecutive OFDM symbols. For example, in the normal CP setting, N slot symb = 14. Also, in the extended CP setting, N slot symb = 12.
スロットに対して、時間領域でインデックスが付されてもよい。例えば、スロットインデックスnμ sは、サブフレームにおいて0からNsubframe,μ slot-1の範囲の整数値で昇順に与えられてもよい。また、スロットインデックスnμ s,fは、無線フレームにおいて0からNframe,μ slot-1の範囲の整数値で昇順に与えられてもよい。 The slots may be indexed in the time domain. For example, the slot index n μ s may be given in ascending order as integer values ranging from 0 to N subframe,μ slot −1 in a subframe. Also, the slot index n μ s,f may be given in ascending order as integer values ranging from 0 to N frame,μ slot −1 in a radio frame.
図2は、本実施形態の一態様に係るリソースグリッドの構成例を示す図である。図2のリソースグリッドにおいて、横軸はOFDMシンボルインデックスlsymであり、縦軸はサブキャリアインデックスkscである。図2のリソースグリッドは、Nsize,μ grid,x・NRB sc個のサブキャリアを含み、Nsubframe,μ symb個のOFDMシンボルを含む。ここで、Nsize,μ grid,xは、SCS固有キャリアの帯域幅を示す。また、Nsize,μ grid,xの値の単位はリソースブロックである。 Figure 2 is a diagram showing an example of the configuration of a resource grid according to one aspect of this embodiment. In the resource grid of Figure 2, the horizontal axis represents the OFDM symbol index l sym and the vertical axis represents the subcarrier index k sc . The resource grid of Figure 2 includes N size,μ grid,x ·N RB sc subcarriers and N subframe,μ symb OFDM symbols. Here, N size,μ grid,x represents the bandwidth of the SCS-specific carrier. The value of N size,μ grid,x is expressed in resource blocks.
リソースグリッド内において、サブキャリアインデックスkscとOFDMシンボルインデックスlsymによって特定されるリソースは、リソースエレメント(RE: Resource
Element)とも呼称される。
Within the resource grid, a resource identified by a subcarrier index k sc and an OFDM symbol index l sym is called a resource element (RE).
It is also called the Element.
リソースブロック(RB: Resource Block)は、NRB sc個の連続するサブキャリアを含む。リソースブロックは、共通リソースブロック、物理リソースブロック(PRB: Physical Resource Block)、および、仮想リソースブロック(VRB: Virtual Resource Block)の総称である。例えば、NRB sc=12であってもよい。 A resource block (RB) includes N RB sc consecutive subcarriers. The resource block is a collective term for a common resource block, a physical resource block (PRB), and a virtual resource block (VRB). For example, N RB sc may be 12.
BWP(BandWidth Part)は、リソースグリッドのサブセットとして構成されてもよい。ここで、下りリンクに対して設定されるBWPは、下りリンクBWPとも呼称される。上りリンクに対して設定されるBWPは、上りリンクBWPとも呼称される。 A BWP (BandWidth Part) may be configured as a subset of the resource grid. Here, the BWP configured for the downlink is also referred to as the downlink BWP. The BWP configured for the uplink is also referred to as the uplink BWP.
アンテナポートは、あるアンテナポートにおけるシンボルが伝達されるチャネルが、該あるアンテナポートにおけるその他のシンボルが伝達されるチャネルから推定できることによって定義されてもよい(An antenna port is defined such that the channel over which a symbol on the antenna port is conveyed can be inferred from the channel over which another symbol on the same antenna port is conveyed)。例えば、チャネルは、物理チャネルに対応してもよい。また、シンボルは、リソースエレメントに配置される変調シンボルに対応してもよい。ここで、“チャネル”は、“伝搬路”を意味してもよい。また、“チャネル”は、“物理チャネル”を意味してもよい。 An antenna port may be defined such that the channel over which a symbol on the antenna port is conveyed can be inferred from the channel over which another symbol on the same antenna port is conveyed. For example, a channel may correspond to a physical channel. Alternatively, a symbol may correspond to a modulation symbol assigned to a resource element. Here, "channel" may mean "propagation path." Alternatively, "channel" may mean "physical channel."
1つのアンテナポートにおいてシンボルが伝達されるチャネルの大規模特性(large scale property)が、もう一つのアンテナポートにおいてシンボルが伝達されるチャネルから推定できる場合、2つのアンテナポートはQCL(Quasi Co-Located)関係にあるとみなされる。ここで、大規模特性はチャネルの長区間特性を含んでもよい。大規模特性は、遅延拡がり(delay spread)、ドップラー拡がり(Doppler spread)、ドップラーシフト(Doppler shift)、平均利得(average gain)、平均遅延(average delay)、および、ビームパラメータ(spatial Rx parameters)の一部または全部を含んでもよい。第1のアンテナポートと第2のアンテナポートがビームパラメータに関してQCLであるとは、第1のアンテナポートに対して受信側が想定する受信ビームと第2のアンテナポートに対して受信側が想定する受信ビームとが同一である(または、対応する)ことであってもよい。第1のアンテナポートと第2のアンテナポートがビームパラメータに関してQCLであるとは、第1のアンテナポートに対して受信側が想定する送信ビームと第2のアンテナポートに対して受信側が想定する送信ビームとが同一である(または、対応する)ことであってもよい。端末装置1は、1つのアンテナポートにおいてシンボルが伝達されるチャネルの大規模特性が、もう一つのアンテナポートにおいてシンボルが伝達されるチャネルから推定できる場合、2つのアンテナポートはQCLであることが想定されてもよい。2つのアンテナポートがQCLであることは、2つのアンテナポートがQCLであることが想定されることであってもよい。 Two antenna ports are considered to be in a Quasi Co-Located (QCL) relationship if the large-scale properties of the channel through which symbols are transmitted at one antenna port can be estimated from the channel through which symbols are transmitted at the other antenna port. Here, the large-scale properties may include long-range channel properties. The large-scale properties may include some or all of delay spread, Doppler spread, Doppler shift, average gain, average delay, and spatial Rx parameters. A first antenna port and a second antenna port being QCL with respect to beam parameters may mean that the receive beam assumed by the receiver for the first antenna port and the receive beam assumed by the receiver for the second antenna port are the same (or correspond to each other). The first antenna port and the second antenna port being QCL with respect to beam parameters may mean that the transmit beam assumed by the receiving side for the first antenna port and the transmit beam assumed by the receiving side for the second antenna port are the same (or correspond to each other). The terminal device 1 may assume that the two antenna ports are QCL if the large-scale characteristics of the channel through which symbols are transmitted at one antenna port can be estimated from the channel through which symbols are transmitted at another antenna port. The two antenna ports being QCL may mean that the two antenna ports are assumed to be QCL.
キャリアアグリゲーション(carrier aggregation)は、集約された複数のサービングセルを用いて通信を行うことであってもよい。また、キャリアアグリゲーションは、集約された複数のコンポーネントキャリアを用いて通信を行うことであってもよい。また、キャリアアグリゲーションは、集約された複数の下りリンクコンポーネントキャリアを用いて通信を行うことであってもよい。また、キャリアアグリゲーションは、集約された複数の上りリンクコンポーネントキャリアを用いて通信を行うことであってもよい。 Carrier aggregation may involve communication using multiple aggregated serving cells. Carrier aggregation may also involve communication using multiple aggregated component carriers. Carrier aggregation may also involve communication using multiple aggregated downlink component carriers. Carrier aggregation may also involve communication using multiple aggregated uplink component carriers.
図3は、本実施形態の一態様に係る基地局装置3の構成例を示す概略ブロック図である。図3に示されるように、基地局装置3は、物理層処理部(無線送受信部)30、および/または、上位層(Higher layer)処理部34の一部または全部を含む。物理層処理部30は、アンテナ部31、RF(Radio Frequency)処理部32、および、ベースバンド処理部33の一部または全部を含む。上位層処理部34は、媒体アクセス制御層(MAC layer)処理部35、および、無線リソース制御(RRC:Radio Resource Control)層処理部36の一部または全部を含む。 Figure 3 is a schematic block diagram showing an example configuration of a base station device 3 according to one aspect of this embodiment. As shown in Figure 3, the base station device 3 includes a physical layer processing unit (radio transmission/reception unit) 30 and/or part or all of a higher layer processing unit 34. The physical layer processing unit 30 includes an antenna unit 31, an RF (Radio Frequency) processing unit 32, and part or all of a baseband processing unit 33. The higher layer processing unit 34 includes a medium access control layer (MAC layer) processing unit 35 and part or all of a radio resource control (RRC) layer processing unit 36.
物理層処理部30は、物理層の処理を行う。ここで、物理層の処理は、物理チャネルのベースバンド信号の生成、物理シグナルのベースバンド信号の生成、および、物理チャネルより伝達される情報の検出、物理シグナルにより伝達される情報の検出の一部または全部を含んでもよい。また、物理層の処理は、トランスポートチャネルの物理チャネルへのマッピング処理を含んでもよい。ここで、ベースバンド信号は、時間連続信号とも呼称される。 The physical layer processing unit 30 performs physical layer processing. Here, physical layer processing may include some or all of the following: generating a baseband signal for a physical channel, generating a baseband signal for a physical signal, detecting information transmitted by the physical channel, and detecting information transmitted by the physical signal. Furthermore, physical layer processing may include mapping a transport channel to a physical channel. Here, a baseband signal is also referred to as a time-continuous signal.
例えば、物理層処理部30は、下りリンク物理チャネルのベースバンド信号を生成してもよい。ここで、DL-SCH上で上位層より配送されるトランスポートブロックは、下りリンク物理チャネルに配置されてもよい。 For example, the physical layer processing unit 30 may generate a baseband signal for a downlink physical channel. Here, a transport block delivered from a higher layer on the DL-SCH may be placed on the downlink physical channel.
例えば、物理層処理部30は、下りリンク物理シグナルのベースバンド信号を生成してもよい。 For example, the physical layer processing unit 30 may generate a baseband signal for the downlink physical signal.
例えば、物理層処理部30は、上りリンク物理チャネルにより伝達される情報の検出を試みてもよい。ここで、上りリンク物理チャネルにより伝達される情報のうちのトランスポートブロックは、UL-SCH上で上位層に配送されてもよい。 For example, the physical layer processing unit 30 may attempt to detect information transmitted by the uplink physical channel. Here, the transport block of the information transmitted by the uplink physical channel may be delivered to higher layers on the UL-SCH.
例えば、物理層処理部30は、上りリンク物理シグナルにより伝達される情報の検出を試みてもよい。 For example, the physical layer processing unit 30 may attempt to detect information transmitted by an uplink physical signal.
上位層処理部34は、MAC(Medium Access Control)層、パケットデータ統合プロトコル(PDCP:Packet Data Convergence Protocol)層、無線リンク制御(RLC:Radio Link Control)層、RRC層の処理の一部または全部を行なう。ここで、MAC層はMAC副層とも呼称される。また、PDCP層はPDCP副層とも呼称される。また、RLC層は、RLC副層とも呼称される。また、RRC層は、RRC副層とも呼称される。 The upper layer processing unit 34 performs some or all of the processing for the MAC (Medium Access Control) layer, Packet Data Convergence Protocol (PDCP) layer, Radio Link Control (RLC) layer, and RRC layer. Here, the MAC layer is also referred to as the MAC sublayer. The PDCP layer is also referred to as the PDCP sublayer. The RLC layer is also referred to as the RLC sublayer. The RRC layer is also referred to as the RRC sublayer.
媒体アクセス制御層処理部(MAC層処理部)35は、MAC層の処理を行う。ここで、MAC層の処理は、ロジカルチャネルとトランスポートチャネルとのマッピング、1また
は複数のMAC SDU(Service Data Unit)のトランスポートブロックへの多重化、UL-SCH上で物理層より配送されるトランスポートブロックの1または複数のMAC
SDUへの分解、トランスポートブロックに対するHARQ(Hybrid Automatic Repeat reQuest)の適用、および、スケジューリングリクエストの処理の一部または全部を含んでもよい。
The medium access control layer processing unit (MAC layer processing unit) 35 performs MAC layer processing, which includes mapping between logical channels and transport channels, multiplexing one or more MAC SDUs (Service Data Units) into a transport block, and multiplexing one or more MAC SDUs of a transport block delivered from the physical layer on the UL-SCH.
This may include some or all of the following: disassembly into SDUs, application of Hybrid Automatic Repeat reQuest (HARQ) to transport blocks, and processing of scheduling requests.
無線リソース制御層処理部36は、RRC層の処理を行う。RRC層の処理は、報知信号の管理、RRC接続/RRCアイドル状態の管理、および、RRC再設定(RRC reconfiguration)の一部または全部を含んでもよい。 The radio resource control layer processing unit 36 performs RRC layer processing. RRC layer processing may include some or all of broadcast signal management, RRC connection/RRC idle state management, and RRC reconfiguration.
無線リソース制御層処理部36は、端末装置1の各種設定に用いられるRRCパラメータの管理をしてもよい。例えば、無線リソース制御層処理部36は、あるロジカルチャネル上のRRCメッセージにRRCパラメータを含めて端末装置1に伝達してもよい。ここで、RRCメッセージは、BCCH(Broadcast Control CHannel)、CCCH(Common Control CHannel)、および、DCCH(Dedicated Control CHannel)のいずれかにマップされてもよい。 The radio resource control layer processing unit 36 may manage RRC parameters used for various settings of the terminal device 1. For example, the radio resource control layer processing unit 36 may include the RRC parameters in an RRC message on a certain logical channel and transmit the RRC message to the terminal device 1. Here, the RRC message may be mapped to any of the BCCH (Broadcast Control CHannel), CCCH (Common Control CHannel), and DCCH (Dedicated Control CHannel).
無線リソース制御層処理部36は、端末装置1より伝達されるRRCメッセージに含まれるRRCパラメータに基づいて、端末装置1に伝達するRRCパラメータを決定してもよい。ここで、端末装置1より伝達されるRRCメッセージは、端末装置1の機能情報報告に関連してもよい。 The radio resource control layer processing unit 36 may determine the RRC parameters to be transmitted to the terminal device 1 based on the RRC parameters included in the RRC message transmitted from the terminal device 1. Here, the RRC message transmitted from the terminal device 1 may be related to a functional information report of the terminal device 1.
物理層処理部30は、変調処理、符号化処理、および、送信処理の一部または全部を行ってもよい。物理層処理部30は、トランスポートブロックに対する符号化処理、変調処理、および、ベースバンド信号生成処理の一部または全部に基づき物理信号を生成してもよい。物理層処理部30は、物理信号をあるBWPに配置してもよい。物理層処理部30は、生成された物理信号を送信してもよい。 The physical layer processing unit 30 may perform some or all of the modulation processing, encoding processing, and transmission processing. The physical layer processing unit 30 may generate a physical signal based on some or all of the encoding processing, modulation processing, and baseband signal generation processing for the transport block. The physical layer processing unit 30 may place the physical signal in a certain BWP. The physical layer processing unit 30 may transmit the generated physical signal.
物理層処理部30は、復調処理、および、復号化処理の一方または両方を行ってもよい。物理層処理部30は、受信された物理信号に対する復調処理、復号化処理に基づき検出した情報のうちのトランスポートブロックを、UL-SCH上で上位層に配送してもよい。 The physical layer processing unit 30 may perform either or both of demodulation and decoding. The physical layer processing unit 30 may deliver transport blocks of information detected based on the demodulation and decoding processes of the received physical signal to higher layers on the UL-SCH.
サービングセルの帯域において、キャリアセンスの実施が要求される場合、物理層処理部30は、物理信号の送信に先立って、キャリアセンスを実施してもよい。 If carrier sensing is required in the band of the serving cell, the physical layer processing unit 30 may perform carrier sensing prior to transmitting the physical signal.
RF部32は、アンテナ部31を介して受信した信号を、ベースバンド信号(baseband
signal)に変換し、不要な周波数成分を除去してもよい。RF部32は、ベースバンド信号をベースバンド部33に出力する。
The RF unit 32 converts the signal received via the antenna unit 31 into a baseband signal.
The RF unit 32 outputs the baseband signal to the baseband unit 33.
ベースバンド部33は、RF部32から入力されたベースバンド信号をディジタル化してもよい。ベースバンド部33は、ディジタル化されたベースバンド信号からCP(Cyclic Prefix)に相当する部分を除去してもよい。ベースバンド部33は、CPが除去されたベースバンド信号に対して高速フーリエ変換(FFT:Fast Fourier Transform)を行い、周波数領域の信号を抽出してもよい。 The baseband unit 33 may digitize the baseband signal input from the RF unit 32. The baseband unit 33 may remove a portion corresponding to a cyclic prefix (CP) from the digitized baseband signal. The baseband unit 33 may perform a fast Fourier transform (FFT) on the baseband signal from which the CP has been removed to extract a frequency domain signal.
ベースバンド部33は、物理信号を逆高速フーリエ変換(IFFT:Inverse Fast Fourier Transform)することにより、ベースバンド信号を生成してもよい。ベースバンド部33は、生成されたベースバンド信号にCPを付加してもよい。ベースバンド部33は、CPが付加されたベースバンド信号をアナログ化してもよい。ベースバンド部33は、アナロ
グ化されたベースバンド信号をRF部32に出力してもよい。
The baseband unit 33 may generate a baseband signal by performing an Inverse Fast Fourier Transform (IFFT) on the physical signal. The baseband unit 33 may add a CP to the generated baseband signal. The baseband unit 33 may convert the baseband signal to which the CP has been added into an analog signal. The baseband unit 33 may output the analog baseband signal to the RF unit 32.
RF部32は、ベースバンド部33から入力されたベースバンド信号から余分な周波数成分を除去してもよい。RF部32は、ベースバンド信号を搬送波周波数にアップコンバート(up convert)し、RF信号を生成してもよい。RF部32は、アンテナ部31を介してRF信号を送信してもよい。また、RF部32は送信電力を制御する機能を備えてもよい。 The RF unit 32 may remove unnecessary frequency components from the baseband signal input from the baseband unit 33. The RF unit 32 may upconvert the baseband signal to a carrier frequency to generate an RF signal. The RF unit 32 may transmit the RF signal via the antenna unit 31. The RF unit 32 may also have a function for controlling transmission power.
端末装置1に対して、1または複数のサービングセル(または、コンポーネントキャリア、下りリンクコンポーネントキャリア、上りリンクコンポーネントキャリア)が設定されてもよい。 One or more serving cells (or component carriers, downlink component carriers, uplink component carriers) may be configured for the terminal device 1.
端末装置1に対して設定されるサービングセルのそれぞれは、PCell(Primary cell、プライマリセル)、PSCell(Primary SCG cell、プライマリSCGセル)、および、SCell(Secondary Cell、セカンダリセル)のいずれかであってもよい。 Each of the serving cells configured for the terminal device 1 may be a PCell (Primary cell), a PSCell (Primary SCG cell), or an SCell (Secondary Cell).
PCellは、MCG(Master Cell Group)に含まれるサービングセルである。PCellは、端末装置1によって初期接続確立手順(initial connection establishment procedure)、または、接続再確立手順(connection re-establishment procedure)を実施するセル(実施されたセル)である。 The PCell is a serving cell included in the MCG (Master Cell Group). The PCell is the cell in which the terminal device 1 performs the initial connection establishment procedure or the connection re-establishment procedure (the cell in which the procedure was performed).
PSCellは、SCG(Secondary Cell Group)に含まれるサービングセルである。PSCellは、端末装置1によってランダムアクセス手順が実施されるサービングセルである。 The PSCell is a serving cell included in an SCG (Secondary Cell Group). The PSCell is a serving cell in which the random access procedure is performed by the terminal device 1.
SCellは、MCG、または、SCGのいずれに含まれてもよい。 The SCell may be included in either the MCG or the SCG.
サービングセルグループ(セルグループ)は、MCG、SCG、および、PUCCHセルグループの総称である。サービングセルグループは、1または複数のサービングセル(または、コンポーネントキャリア)を含んでもよい。サービングセルグループに含まれる1または複数のサービングセル(または、コンポーネントキャリア)は、キャリアアグリゲーションにより運用されてもよい。 Serving cell group (cell group) is a general term for MCG, SCG, and PUCCH cell group. A serving cell group may include one or more serving cells (or component carriers). One or more serving cells (or component carriers) included in a serving cell group may be operated using carrier aggregation.
端末装置1に対して1または複数の下りリンクBWPが設定されてもよい。端末装置1に対して1または複数の上りリンクBWPが設定されてもよい。 One or more downlink BWPs may be configured for the terminal device 1. One or more uplink BWPs may be configured for the terminal device 1.
端末装置1に対して設定される1または複数の下りリンクBWPのうち、1つの下りリンクBWPがアクティブ下りリンクBWPに設定されてもよい(または、1つの下りリンクBWPがアクティベートされてもよい)。端末装置1に対して設定される1または複数の上りリンクBWPのうち、1つの上りリンクBWPがアクティブ上りリンクBWPに設定されてもよい(または、1つの上りリンクBWPがアクティベートされてもよい)。 Of one or more downlink BWPs configured for the terminal device 1, one downlink BWP may be set as the active downlink BWP (or one downlink BWP may be activated). Of one or more uplink BWPs configured for the terminal device 1, one uplink BWP may be set as the active uplink BWP (or one uplink BWP may be activated).
物理層処理部30は、アクティブ下りリンクBWP上で、PDSCH、PDCCH、および、CSI-RSの送信を試みてもよい。物理層処理部10は、アクティブ下りリンクBWP上で、PDSCH、PDCCH、および、CSI-RSの受信を試みてもよい。物理層処理部30は、アクティブ上りリンクBWP上で、PUCCH、および、PUSCHの受信を試みてもよい。物理層処理部10は、アクティブ上りリンクBWP上で、PUCCH、および、PUSCHの送信を試みてもよい。ここで、アクティブ下りリンクBWP、および、アクティブ上りリンクBWPは、アクティブBWPと総称される。 The physical layer processing unit 30 may attempt to transmit the PDSCH, PDCCH, and CSI-RS on the active downlink BWP. The physical layer processing unit 10 may attempt to receive the PDSCH, PDCCH, and CSI-RS on the active downlink BWP. The physical layer processing unit 30 may attempt to receive the PUCCH and PUSCH on the active uplink BWP. The physical layer processing unit 10 may attempt to transmit the PUCCH and PUSCH on the active uplink BWP. Here, the active downlink BWP and the active uplink BWP are collectively referred to as the active BWP.
物理層処理部30は、インアクティブ下りリンクBWP(アクティブ下りリンクBWPではない下りリンクBWP)上で、PDSCH、PDCCH、および、CSI-RSの送信を試みなくてもよい。物理層処理部10は、インアクティブ下りリンクBWP上で、PDSCH、PDCCH、および、CSI-RSの受信を試みなくてもよい。物理層処理部30は、インアクティブ上りリンクBWP(アクティブ上りリンクBWPではない上りリンクBWP)上で、PUCCH、および、PUSCHの受信を試みなくてもよい。物理層処理部10は、インアクティブ上りリンクBWP上で、PUCCH、および、PUSCHの送信を試みなくてもよい。ここで、インアクティブ下りリンクBWP、および、インアクティブ上りリンクBWPは、インアクティブBWPと総称される。 The physical layer processing unit 30 may not attempt to transmit the PDSCH, PDCCH, or CSI-RS on an inactive downlink BWP (a downlink BWP that is not an active downlink BWP). The physical layer processing unit 10 may not attempt to receive the PDSCH, PDCCH, or CSI-RS on an inactive downlink BWP. The physical layer processing unit 30 may not attempt to receive the PUCCH or PUSCH on an inactive uplink BWP (an uplink BWP that is not an active uplink BWP). The physical layer processing unit 10 may not attempt to transmit the PUCCH or PUSCH on an inactive uplink BWP. Here, the inactive downlink BWP and the inactive uplink BWP are collectively referred to as the inactive BWP.
下りリンクのBWP切り替え(BWP switch)は、あるサービングセルの1つのアクティブ下りリンクBWPをディアクティベート(deactivate)し、該あるサービングセルのインアクティブ下りリンクBWPのいずれかをアクティベート(activate)するための手順である。下りリンクのBWP切り替えは、物理層、MAC層、および、RRC層のいずれかにより制御されてもよい。 Downlink BWP switch is a procedure for deactivating one active downlink BWP of a serving cell and activating one of the inactive downlink BWPs of the serving cell. Downlink BWP switch may be controlled by the physical layer, MAC layer, or RRC layer.
上りリンクのBWP切り替えは、あるサービングセルの1つのアクティブ上りリンクBWPをディアクティベート(deactivate)し、該あるサービングセルのインアクティブ上りリンクBWPのいずれかをアクティベート(activate)するために用いられる。上りリンクのBWP切り替えは、物理層、MAC層、および、RRC層のいずれかにより制御されてもよい。 Uplink BWP switching is used to deactivate one active uplink BWP of a serving cell and activate one of the inactive uplink BWPs of the serving cell. Uplink BWP switching may be controlled by the physical layer, MAC layer, or RRC layer.
端末装置1に対して設定される1または複数の下りリンクBWPのうち、2つ以上の下りリンクBWPがアクティブ下りリンクBWPに設定されなくてもよい。あるコンポーネントキャリアに対して、ある時間において、1つの下りリンクBWPがアクティブであってもよい。 Of the one or more downlink BWPs configured for the terminal device 1, two or more downlink BWPs may not be set as active downlink BWPs. For a given component carrier, one downlink BWP may be active at a given time.
端末装置1に対して設定される1または複数の上りリンクBWPのうち、2つ以上の上りリンクBWPがアクティブ上りリンクBWPに設定されなくてもよい。あるコンポーネントキャリアに対して、ある時間において、1つの上りリンクBWPがアクティブであってもよい。 Of the one or more uplink BWPs configured for the terminal device 1, two or more uplink BWPs may not be set as active uplink BWPs. For a given component carrier, one uplink BWP may be active at a given time.
下りリンクコンポーネントキャリアごとに、1つの下りリンクBWPがアクティブBWPに設定されてもよい。つまり、ある下りリンクコンポーネントキャリアに対して、2つ以上の下りリンクBWPがアクティブ下りリンクBWPに設定されなくてもよい。 For each downlink component carrier, one downlink BWP may be set as the active BWP. In other words, for a given downlink component carrier, two or more downlink BWPs may not be set as the active downlink BWP.
上りリンクコンポーネントキャリアごとに、1つの上りリンクBWPがアクティブBWPに設定されてもよい。つまり、ある上りリンクコンポーネントキャリアに対して、2つ以上の上りリンクBWPがアクティブ上りリンクBWPに設定されなくてもよい。 For each uplink component carrier, one uplink BWP may be set as the active BWP. In other words, for a given uplink component carrier, two or more uplink BWPs may not be set as the active uplink BWP.
図4は、本実施形態の一態様に係る端末装置1の構成例を示す概略ブロック図である。図4に示されるように、端末装置1は、物理層処理部(無線送受信部)10、および、上位層処理部14の一部または全部を含む。無線送受信部10は、アンテナ部11、RF部12、および、ベースバンド部13の一部または全部を含む。上位層処理部14は、媒体アクセス制御層処理部15、および、無線リソース制御層処理部16の一部または全部を含む。 Figure 4 is a schematic block diagram showing an example configuration of a terminal device 1 according to one aspect of this embodiment. As shown in Figure 4, the terminal device 1 includes a physical layer processing unit (radio transceiver unit) 10 and part or all of an upper layer processing unit 14. The radio transceiver unit 10 includes an antenna unit 11, an RF unit 12, and part or all of a baseband unit 13. The upper layer processing unit 14 includes a medium access control layer processing unit 15 and part or all of a radio resource control layer processing unit 16.
物理層処理部10は、物理層の処理を行う。 The physical layer processing unit 10 performs physical layer processing.
例えば、物理層処理部10は、上りリンク物理チャネルのベースバンド信号を生成して
もよい。ここで、UL-SCH上で上位層より配送されるトランスポートブロックは、上りリンク物理チャネルに配置されてもよい。
For example, the physical layer processing unit 10 may generate a baseband signal of an uplink physical channel, where a transport block delivered from a higher layer on the UL-SCH may be mapped to the uplink physical channel.
例えば、物理層処理部10は、上りリンク物理シグナルのベースバンド信号を生成してもよい。 For example, the physical layer processing unit 10 may generate a baseband signal for the uplink physical signal.
例えば、物理層処理部10は、下りリンク物理チャネルにより伝達される情報の検出を試みてもよい。ここで、下りリンク物理チャネルにより伝達される情報のうちのトランスポートブロックは、DL-SCH上で上位層に配送されてもよい。 For example, the physical layer processing unit 10 may attempt to detect information transmitted by the downlink physical channel. Here, the transport block of the information transmitted by the downlink physical channel may be delivered to higher layers on the DL-SCH.
例えば、物理層処理部10は、下りリンク物理シグナルにより伝達される情報の検出を試みてもよい。 For example, the physical layer processing unit 10 may attempt to detect information transmitted by a downlink physical signal.
上位層処理部14は、MAC(Medium Access Control)層、パケットデータ統合プロトコル(PDCP:Packet Data Convergence Protocol)層、無線リンク制御(RLC:Radio Link Control)層、RRC層の処理の一部または全部を行なう。 The upper layer processing unit 14 performs some or all of the processing of the MAC (Medium Access Control) layer, Packet Data Convergence Protocol (PDCP) layer, Radio Link Control (RLC) layer, and RRC layer.
媒体アクセス制御層処理部(MAC層処理部)15は、MAC層の処理を行う。 The media access control layer processing unit (MAC layer processing unit) 15 performs MAC layer processing.
無線リソース制御層処理部16は、RRC層の処理を行う。 The radio resource control layer processing unit 16 performs RRC layer processing.
無線リソース制御層処理部16は、基地局装置3より伝達されるRRCパラメータの管理をしてもよい。例えば、無線リソース制御層処理部16は、あるロジカルチャネル上のRRCメッセージに含まれるRRCパラメータを取得し、取得されたRRCパラメータを端末装置1の記憶領域にセットしてもよい。端末装置1の記憶領域にセットされたRRCパラメータは、下位層(lower layer)に提供されてもよい。 The radio resource control layer processing unit 16 may manage RRC parameters transmitted from the base station device 3. For example, the radio resource control layer processing unit 16 may acquire RRC parameters contained in an RRC message on a certain logical channel and set the acquired RRC parameters in a memory area of the terminal device 1. The RRC parameters set in the memory area of the terminal device 1 may be provided to a lower layer.
無線リソース制御層処理部16は、端末装置1が備える機能に基づき生成された機能情報をRRCメッセージに含めて、基地局装置3に伝達してもよい。 The radio resource control layer processing unit 16 may include functional information generated based on the functions provided by the terminal device 1 in an RRC message and transmit it to the base station device 3.
物理層処理部10は、変調処理、符号化処理、および、送信処理の一部または全部を行ってもよい。物理層処理部10は、トランスポートブロックに対する符号化処理、変調処理、および、ベースバンド信号生成処理の一部または全部に基づき物理信号を生成してもよい。物理層処理部10は、物理信号をあるBWPに配置してもよい。物理層処理部10は、生成された物理信号を送信してもよい。 The physical layer processing unit 10 may perform some or all of the modulation processing, encoding processing, and transmission processing. The physical layer processing unit 10 may generate a physical signal based on some or all of the encoding processing, modulation processing, and baseband signal generation processing for the transport block. The physical layer processing unit 10 may place the physical signal in a certain BWP. The physical layer processing unit 10 may transmit the generated physical signal.
物理層処理部10は、復調処理、および、復号化処理の一方または両方を行ってもよい。物理層処理部10は、受信された物理信号に対する復調処理、復号化処理に基づき検出した情報のうちのトランスポートブロックを、DL-SCH上で上位層に配送してもよい。 The physical layer processing unit 10 may perform either or both of demodulation and decoding. The physical layer processing unit 10 may deliver transport blocks of information detected based on the demodulation and decoding processes of the received physical signal to higher layers on the DL-SCH.
サービングセルの帯域において、キャリアセンスの実施が要求される場合、物理層処理部10は、物理信号の送信に先立って、キャリアセンスを実施してもよい。 If carrier sensing is required in the band of the serving cell, the physical layer processing unit 10 may perform carrier sensing prior to transmitting the physical signal.
RF部12は、アンテナ部11を介して受信した信号を、ベースバンド信号(baseband
signal)に変換し、不要な周波数成分を除去してもよい。RF部12は、ベースバンド信号をベースバンド部13に出力する。
The RF unit 12 converts the signal received via the antenna unit 11 into a baseband signal.
The RF unit 12 outputs the baseband signal to the baseband unit 13.
ベースバンド部13は、RF部12から入力されたベースバンド信号をディジタル化してもよい。ベースバンド部13は、ディジタル化されたベースバンド信号からCP(Cy
clic Prefix)に相当する部分を除去してもよい。ベースバンド部13は、CPが除去されたベースバンド信号に対して高速フーリエ変換(FFT:Fast Fourier Transform)を行い、周波数領域の信号を抽出してもよい。
The baseband unit 13 may digitize the baseband signal input from the RF unit 12. The baseband unit 13 derives a CP (Cy
The baseband unit 13 may perform a fast Fourier transform (FFT) on the baseband signal from which the CP has been removed, to extract a signal in the frequency domain.
ベースバンド部13は、物理信号を逆高速フーリエ変換(IFFT:Inverse Fast Fourier Transform)することにより、ベースバンド信号を生成してもよい。ベースバンド部13は、生成されたベースバンド信号にCPを付加してもよい。ベースバンド部13は、CPが付加されたベースバンド信号をアナログ化してもよい。ベースバンド部13は、アナログ化されたベースバンド信号をRF部12に出力してもよい。 The baseband unit 13 may generate a baseband signal by performing an Inverse Fast Fourier Transform (IFFT) on the physical signal. The baseband unit 13 may add a CP to the generated baseband signal. The baseband unit 13 may convert the baseband signal to which the CP has been added into an analog signal. The baseband unit 13 may output the analog baseband signal to the RF unit 12.
RF部12は、ベースバンド部13から入力されたベースバンド信号から余分な周波数成分を除去してもよい。RF部12は、ベースバンド信号を搬送波周波数にアップコンバート(up convert)し、RF信号を生成してもよい。RF部12は、アンテナ部31を介してRF信号を送信してもよい。また、RF部12は送信電力を制御する機能を備えてもよい。 The RF unit 12 may remove unnecessary frequency components from the baseband signal input from the baseband unit 13. The RF unit 12 may upconvert the baseband signal to a carrier frequency to generate an RF signal. The RF unit 12 may transmit the RF signal via the antenna unit 31. The RF unit 12 may also have a function for controlling transmission power.
以下、物理信号について説明を行う。 The physical signals are explained below.
物理信号は、下りリンク物理チャネル、下りリンク物理シグナル、上りリンク物理チャネル、および、上りリンク物理チャネルの総称である。物理チャネルは、下りリンク物理チャネル、および、上りリンク物理チャネルの総称である。物理シグナルは、下りリンク物理シグナル、および、上りリンク物理シグナルの総称である。 Physical signal is a general term for downlink physical channel, downlink physical signal, uplink physical channel, and uplink physical channel. Physical channel is a general term for downlink physical channel and uplink physical channel. Physical signal is a general term for downlink physical signal and uplink physical signal.
上りリンク物理チャネルは、上位層において発生する情報を伝達するリソースエレメントのセットに対応してもよい。上りリンク物理チャネルは、上りリンクコンポーネントキャリアにおいて用いられる物理チャネルであってもよい。上りリンク物理チャネルは、物理層処理部10によって送信されてもよい。上りリンク物理チャネルは、物理層処理部30によって受信されてもよい。本実施形態の一態様に係る無線通信システムの上りリンクにおいて、下記の一部または全部の上りリンク物理チャネルが用いられてもよい。
・PUCCH(Physical Uplink Control CHannel)
・PUSCH(Physical Uplink Shared CHannel)
・PRACH(Physical Random Access CHannel)
The uplink physical channel may correspond to a set of resource elements that convey information generated in a higher layer. The uplink physical channel may be a physical channel used in an uplink component carrier. The uplink physical channel may be transmitted by the physical layer processing unit 10. The uplink physical channel may be received by the physical layer processing unit 30. In the uplink of the wireless communication system according to one aspect of the present embodiment, some or all of the following uplink physical channels may be used.
・PUCCH (Physical Uplink Control CHannel)
・PUSCH (Physical Uplink Shared CHannel)
・PRACH (Physical Random Access CHannel)
PUCCHは、上りリンク制御情報(UCI:Uplink Control Information)を伝達(deliver, transmission, convey)するために送信されてもよい。上りリンク制御情報は、PUCCHに配置(map)されてもよい。物理層処理部10は、上りリンク制御情報が配置されたPUCCHを送信してもよい。物理層処理部30は、上りリンク制御情報が配置されたPUCCHを受信してもよい。 The PUCCH may be transmitted to deliver, transmit, or convey uplink control information (UCI). The uplink control information may be mapped to the PUCCH. The physical layer processing unit 10 may transmit the PUCCH in which the uplink control information is mapped. The physical layer processing unit 30 may receive the PUCCH in which the uplink control information is mapped.
上りリンク制御情報(上りリンク制御情報ビット、上りリンク制御情報系列、上りリンク制御情報タイプ)は、チャネル状態情報(CSI:Channel State Information)、スケジューリングリクエスト(SR:Scheduling Request)、HARQ-ACK(Hybrid Automatic Repeat request ACKnowledgement)情報の一部または全部を含む。 Uplink control information (uplink control information bits, uplink control information sequence, uplink control information type) includes some or all of the channel state information (CSI), scheduling request (SR), and hybrid automatic repeat request ACKnowledgement (HARQ-ACK) information.
チャネル状態情報は、チャネル状態情報ビット、または、チャネル状態情報系列とも呼称される。スケジューリングリクエストは、スケジューリングリクエストビット、または、スケジューリングリクエスト系列とも呼称される。HARQ-ACK情報は、HARQ-ACK情報ビット、または、HARQ-ACK情報系列とも呼称される。 Channel state information is also referred to as channel state information bits or channel state information sequences. Scheduling requests are also referred to as scheduling request bits or scheduling request sequences. HARQ-ACK information is also referred to as HARQ-ACK information bits or HARQ-ACK information sequences.
HARQ-ACK情報は、トランスポートブロック(TB:Transport block)に対応する
HARQ-ACKビットにより構成されてもよい。あるHARQ-ACKビットは、トランスポートブロックに対応するACK(acknowledgement)またはNACK(negative-acknowledgement)を示してもよい。ACKは、トランスポートブロックの復号が成功裏に完了していること(has been decoded)を示してもよい。NACKは、トランスポートブロックの復号が成功裏に完了していないこと(has not been decoded)を示してもよい。HARQ-ACK情報は、1または複数のHARQ-ACKビットを含んでもよい。
The HARQ-ACK information may be configured by HARQ-ACK bits corresponding to a transport block (TB). A HARQ-ACK bit may indicate an acknowledgement (ACK) or a negative acknowledgement (NACK) corresponding to the transport block. An ACK may indicate that the decoding of the transport block has been successfully completed. A NACK may indicate that the decoding of the transport block has not been successfully completed. The HARQ-ACK information may include one or more HARQ-ACK bits.
トランスポートブロックに対するHARQ-ACKは、PDSCHに対するHARQ-ACKとも呼称される。ここで、“PDSCHに対するHARQ-ACK”は、PDSCHに含まれるトランスポートブロックに対するHARQ-ACKを示す。 HARQ-ACK for a transport block is also referred to as HARQ-ACK for a PDSCH. Here, "HARQ-ACK for a PDSCH" refers to a HARQ-ACK for a transport block included in the PDSCH.
スケジューリングリクエストは、初期送信(new transmission)のためのUL-SCHのリソースを要求するために用いられてもよい。スケジューリングリクエストビットは、正のSR(positive SR)または、負のSR(negative SR)のいずれかを示すために用いられてもよい。スケジューリングリクエストビットが正のSRを示すことは、“正のSRが伝達される”とも呼称される。正のSRは、媒体アクセス制御層処理部15によって初期送信のためのUL-SCHのリソースが要求されることを示してもよい。スケジューリングリクエストビットが負のSRを示すことは、“負のSRが送信される”とも呼称される。負のSRは、媒体アクセス制御層処理部15によって初期送信のためのUL-SCHのリソースが要求されないことを示してもよい。 The scheduling request may be used to request UL-SCH resources for an initial transmission. The scheduling request bit may be used to indicate either a positive SR or a negative SR. When the scheduling request bit indicates a positive SR, this is also referred to as "a positive SR is transmitted." A positive SR may indicate that UL-SCH resources for the initial transmission are requested by the media access control layer processing unit 15. When the scheduling request bit indicates a negative SR, this is also referred to as "a negative SR is transmitted." A negative SR may indicate that UL-SCH resources for the initial transmission are not requested by the media access control layer processing unit 15.
チャネル状態情報は、チャネル品質指標(CQI: Channel Quality Indicator)、プレコーダ行列指標(PMI:Precoder Matrix Indicator)、および、ランク指標(RI: Rank Indicator)の一部または全部を含んでもよい。CQIは、伝搬路の品質(例えば、伝搬強度)、または、物理チャネルの品質に関連する指標であり、PMIは、プレコーダに関連する指標である。RIは、送信ランク(または、送信レイヤ数)に関連する指標である。 The channel state information may include some or all of a Channel Quality Indicator (CQI), a Precoder Matrix Indicator (PMI), and a Rank Indicator (RI). The CQI is an indicator related to the quality of the propagation path (e.g., propagation strength) or the quality of the physical channel, and the PMI is an indicator related to the precoder. The RI is an indicator related to the transmission rank (or the number of transmission layers).
チャネル状態情報は、チャネル測定のために用いられる物理信号(例えば、CSI-RS)の受信状態に関する指標である。チャネル状態情報の値は、チャネル測定のために用いられる物理信号によって想定される受信状態に基づき、端末装置1によって決定されてもよい。チャネル測定は、干渉測定を含んでもよい。 Channel state information is an indicator related to the reception state of a physical signal (e.g., CSI-RS) used for channel measurement. The value of the channel state information may be determined by the terminal device 1 based on the reception state assumed by the physical signal used for channel measurement. Channel measurement may include interference measurement.
PUCCHは、あるPUCCHフォーマットを伴ってもよい。ここで、PUCCHフォーマットは、PUCCHの物理層の処理の形式であってもよい。また、PUCCHフォーマットは、PUCCHを用いて伝達される情報の形式であってもよい。 The PUCCH may be accompanied by a certain PUCCH format. Here, the PUCCH format may be the format of the physical layer processing of the PUCCH. The PUCCH format may also be the format of the information transmitted using the PUCCH.
PUSCHは、上りリンク制御情報、および、トランスポートブロックの一方または両方を伝達するために送信されてもよい。PUSCHは、上りリンク制御情報、および、トランスポートブロックの一方または両方を伝達するために用いられてもよい。端末装置1は、上りリンク制御情報、および、トランスポートブロックの一方または両方が配置されたPUSCHを送信してもよい。基地局装置3は、上りリンク制御情報、および、トランスポートブロックの一方または両方が配置されたPUSCHを受信してもよい。 The PUSCH may be transmitted to transmit uplink control information and/or a transport block. The PUSCH may be used to transmit uplink control information and/or a transport block. The terminal device 1 may transmit a PUSCH in which uplink control information and/or a transport block are allocated. The base station device 3 may receive a PUSCH in which uplink control information and/or a transport block are allocated.
PRACHは、ランダムアクセスプリアンブルのインデックスを伝達するために送信されてもよい。端末装置1は、PRACHを送信してもよい。基地局装置3は、PRACHを受信してもよい。端末装置1は、PRACH上でランダムアクセスプリアンブルを送信してもよい。基地局装置3は、PRACH上でランダムアクセスプリアンブルを受信してもよい。 The PRACH may be transmitted to convey the index of the random access preamble. The terminal device 1 may transmit the PRACH. The base station device 3 may receive the PRACH. The terminal device 1 may transmit the random access preamble on the PRACH. The base station device 3 may receive the random access preamble on the PRACH.
上りリンク物理シグナルは、リソースエレメントのセットに対応してもよい。上りリン
ク物理シグナルは、上位層において発生する情報の伝達に用いられなくてもよい。なお、上りリンク物理シグナルは、物理層において発生する情報の伝達に用いられてもよい。上りリンク物理シグナルは、上りリンクコンポーネントキャリアにおいて用いられる物理シグナルであってもよい。物理層処理部10は、上りリンク物理シグナルを送信してもよい。物理層処理部30は、上りリンク物理シグナルを受信してもよい。本実施形態の一態様に係る無線通信システムの上りリンクにおいて、下記の一部または全部の上りリンク物理シグナルが用いられてもよい。
・UL DMRS(UpLink Demodulation Reference Signal)
・SRS(Sounding Reference Signal)
・UL PTRS(UpLink Phase Tracking Reference Signal)
The uplink physical signal may correspond to a set of resource elements. The uplink physical signal does not have to be used to transmit information generated in a higher layer. The uplink physical signal may be used to transmit information generated in the physical layer. The uplink physical signal may be a physical signal used in an uplink component carrier. The physical layer processing unit 10 may transmit the uplink physical signal. The physical layer processing unit 30 may receive the uplink physical signal. In the uplink of the wireless communication system according to one aspect of the present embodiment, some or all of the following uplink physical signals may be used.
・UL DMRS (UpLink Demodulation Reference Signal)
・SRS (Sounding Reference Signal)
・UL PTRS (UpLink Phase Tracking Reference Signal)
UL DMRSは、PUSCHのためのDMRS、および、PUCCHのためのDMRSの総称である。 UL DMRS is a general term for DMRS for PUSCH and DMRS for PUCCH.
PUSCHのためのDMRS(PUSCHに関連するDMRS、PUSCHに含まれるDMRS、PUSCHに対応するDMRS)のアンテナポートのセットは、該PUSCHのためのアンテナポートのセットに基づき与えられてもよい。例えば、PUSCHのためのDMRSのアンテナポートのセットは、該PUSCHのアンテナポートのセットと同じであってもよい。 The set of antenna ports for DMRS for PUSCH (DMRS associated with PUSCH, DMRS included in PUSCH, DMRS corresponding to PUSCH) may be determined based on the set of antenna ports for the PUSCH. For example, the set of antenna ports for DMRS for PUSCH may be the same as the set of antenna ports for the PUSCH.
PUSCHの伝搬路(propagation path)は、該PUSCHのためのDMRSから推定されてもよい。 The propagation path of the PUSCH may be estimated from the DMRS for the PUSCH.
PUCCHのためのDMRS(PUCCHに関連するDMRS、PUCCHに含まれるDMRS、PUCCHに対応するDMRS)のアンテナポートのセットは、PUCCHのアンテナポートのセットと同一であってもよい。 The set of antenna ports for DMRS for PUCCH (DMRS associated with PUCCH, DMRS included in PUCCH, DMRS corresponding to PUCCH) may be the same as the set of antenna ports for PUCCH.
PUCCHの伝搬路は、該PUCCHのためのDMRSから推定されてもよい。 The propagation path of the PUCCH may be estimated from the DMRS for that PUCCH.
下りリンク物理チャネルは、上位層において発生する情報を伝達するリソースエレメントのセットに対応してもよい。下りリンク物理チャネルは、下りリンクコンポーネントキャリアにおいて用いられる物理チャネルであってもよい。物理層処理部30は、下りリンク物理チャネルを送信してもよい。物理層処理部10は、下りリンク物理チャネルを受信してもよい。本実施形態の一態様に係る無線通信システムの下りリンクにおいて、下記の一部または全部の下りリンク物理チャネルが用いられてもよい。
・PBCH(Physical Broadcast Channel)
・PDCCH(Physical Downlink Control Channel)
・PDSCH(Physical Downlink Shared Channel)
The downlink physical channel may correspond to a set of resource elements that convey information generated in a higher layer. The downlink physical channel may be a physical channel used in a downlink component carrier. The physical layer processing unit 30 may transmit the downlink physical channel. The physical layer processing unit 10 may receive the downlink physical channel. In the downlink of the wireless communication system according to one aspect of the present embodiment, some or all of the following downlink physical channels may be used.
・PBCH (Physical Broadcast Channel)
・PDCCH (Physical Downlink Control Channel)
・PDSCH (Physical Downlink Shared Channel)
PBCHは、MIB(MIB: Master Information Block)、および、物理層制御情報の一方または両方を伝達するために送信されてもよい。ここで、物理層制御情報は、物理層で発生する情報である。MIBは、BCCH(Broadcast Control CHannel)上で上位層より配送されるRRCメッセージである。 The PBCH may be transmitted to convey one or both of the MIB (Master Information Block) and physical layer control information. Here, physical layer control information is information generated in the physical layer. The MIB is an RRC message delivered from higher layers on the BCCH (Broadcast Control Channel).
PDCCHは、下りリンク制御情報(DCI:Downlink Control Information)を伝達するために送信されてもよい。下りリンク制御情報は、PDCCHに配置されてもよい。端末装置1は、下りリンク制御情報が配置されたPDCCHを受信してもよい。基地局装置3は、下りリンク制御情報が配置されたPDCCHを送信してもよい。 The PDCCH may be transmitted to convey downlink control information (DCI). The downlink control information may be allocated to the PDCCH. The terminal device 1 may receive the PDCCH in which the downlink control information is allocated. The base station device 3 may transmit the PDCCH in which the downlink control information is allocated.
下りリンク制御情報は、DCIフォーマットを伴って送信されてもよい。なお、DCI
フォーマットは、下りリンク制御情報の形式と解釈されてもよい。また、DCIフォーマットは、ある下りリンク制御情報の形式にセットされる下りリンク制御情報のセットと解釈されてもよい。
The downlink control information may be transmitted in a DCI format.
The format may be interpreted as a form of downlink control information, and the DCI format may be interpreted as a set of downlink control information set to a certain downlink control information form.
基地局装置3はDCIフォーマットを伴うPDCCHを用いて、下りリンク制御情報を端末装置1に通知してもよい。ここで、端末装置1は、下りリンク制御情報の取得のために、PDCCHをモニタしてもよい。なお、特別な説明のない限り、DCIフォーマットと下りリンク制御情報が同等のものとして記載されることがある。例えば、基地局装置3は、DCIフォーマットに下りリンク制御情報を含めて端末装置1に伝達してもよい。また、端末装置1は、検出されたDCIフォーマットに含まれる下りリンク制御情報を用いて物理層処理部10を制御してもよい。 The base station device 3 may notify the terminal device 1 of downlink control information using a PDCCH with a DCI format. Here, the terminal device 1 may monitor the PDCCH to acquire the downlink control information. Unless otherwise specified, the DCI format and downlink control information may be described as equivalent. For example, the base station device 3 may include the downlink control information in a DCI format and transmit it to the terminal device 1. Furthermore, the terminal device 1 may control the physical layer processing unit 10 using the downlink control information included in the detected DCI format.
DCIフォーマット0_0、DCIフォーマット0_1、DCIフォーマット1_0、および、DCIフォーマット1_1は、DCIフォーマットである。上りリンクDCIフォーマットは、DCIフォーマット0_0、および、DCIフォーマット0_1の総称である。下りリンクDCIフォーマットは、DCIフォーマット1_0、および、DCIフォーマット1_1の総称である。 DCI format 0_0, DCI format 0_1, DCI format 1_0, and DCI format 1_1 are DCI formats. The uplink DCI format is a general term for DCI format 0_0 and DCI format 0_1. The downlink DCI format is a general term for DCI format 1_0 and DCI format 1_1.
DCIフォーマット0_0は、あるセルに配置されるPUSCHのスケジューリングのために用いられる。DCIフォーマット0_0は、1Aから1Eのフィールドの一部または全部を含んでもよい。
1A)DCIフォーマット特定フィールド(Identifier field for DCI formats)
1B)周波数領域リソース割り当てフィールド(Frequency domain resource assignment
field)
1C)時間領域リソース割り当てフィールド(Time domain resource assignment field)
1D)周波数ホッピングフラグフィールド(Frequency hopping flag field)
1E)MCSフィールド(MCS field: Modulation and Coding Scheme field)
DCI format 0_0 is used for scheduling a PUSCH located in a certain cell, and may include some or all of fields 1A to 1E.
1A) Identifier field for DCI formats
1B) Frequency domain resource assignment field
field)
1C) Time Domain Resource Assignment Field
1D) Frequency hopping flag field
1E) MCS field (Modulation and Coding Scheme field)
DCIフォーマット特定フィールドは、該DCIフォーマット特定フィールドを含むDCIフォーマットが上りリンクDCIフォーマットであるか下りリンクDCIフォーマットであるかを示してもよい。つまり、DCIフォーマット特定フィールドは、上りリンクDCIフォーマットと下りリンクDCIフォーマットのそれぞれに含まれてもよい。ここで、DCIフォーマット0_0に含まれるDCIフォーマット特定フィールドは、0を示してもよい。 The DCI format specification field may indicate whether the DCI format including the DCI format specification field is an uplink DCI format or a downlink DCI format. That is, the DCI format specification field may be included in both the uplink DCI format and the downlink DCI format. Here, the DCI format specification field included in DCI format 0_0 may indicate 0.
DCIフォーマット0_0に含まれる周波数領域リソース割り当てフィールドは、該DCIフォーマット0_0によりスケジューリングされるPUSCHのための周波数リソースの割り当てを示すために用いられてもよい。 The frequency domain resource allocation field included in DCI format 0_0 may be used to indicate the allocation of frequency resources for the PUSCH scheduled by DCI format 0_0.
DCIフォーマット0_0に含まれる時間領域リソース割り当てフィールドは、該DCIフォーマット0_0によりスケジューリングされるPUSCHのための時間リソースの割り当てを示すために用いられてもよい。 The time domain resource allocation field included in DCI format 0_0 may be used to indicate the allocation of time resources for the PUSCH scheduled by DCI format 0_0.
周波数ホッピングフラグフィールドは、該DCIフォーマット0_0によりスケジューリングされるPUSCHに対して周波数ホッピングが適用されるか否かを示すために用いられてもよい。 The frequency hopping flag field may be used to indicate whether frequency hopping is applied to the PUSCH scheduled by DCI format 0_0.
DCIフォーマット0_0に含まれるMCSフィールドは、該DCIフォーマット0_0によりスケジューリングされるPUSCHのための変調方式、および、該DCIフォー
マット0_1によりスケジューリングされるターゲット符号化率の一方または両方を示すために用いられてもよい。ターゲット符号化率は、PUSCHに配置されるトランスポートブロックのためのターゲット符号化率であってもよい。PUSCHに配置されるトランスポートブロックのサイズ(TBS: Transport Block Size)は、ターゲット符号化率、および、PUSCHのための変調方式の一部または全部に基づき決定されてもよい。
The MCS field included in DCI format 0_0 may be used to indicate one or both of a modulation scheme for a PUSCH scheduled by DCI format 0_0 and a target coding rate scheduled by DCI format 0_1. The target coding rate may be a target coding rate for a transport block assigned to the PUSCH. The size of the transport block (TBS) assigned to the PUSCH may be determined based on part or all of the target coding rate and the modulation scheme for the PUSCH.
DCIフォーマット0_0は、CSI要求(CSIリクエスト)に用いられるフィールドを含まなくてもよい。。 DCI format 0_0 may not include fields used for CSI requests.
DCIフォーマット0_0は、キャリアインディケータフィールドを含まなくてもよい。つまり、DCIフォーマット0_0によってスケジューリングされるPUSCHが配置される上りリンクコンポーネントキャリアが属するサービングセルは、該DCIフォーマット0_0を含むPDCCHが配置される下りリンクコンポーネントキャリアのサービングセルと同一であってもよい。端末装置1は、あるサービングセルのある下りリンクコンポーネントキャリアにおいてDCIフォーマット0_0を検出することに基づき、該DCIフォーマット0_0によりスケジューリングされるPUSCHを該あるサービングセルの上りリンクコンポーネントキャリアに配置することを認識してもよい。 DCI format 0_0 may not include a carrier indicator field. In other words, the serving cell to which the uplink component carrier on which the PUSCH scheduled by DCI format 0_0 is allocated may be the same as the serving cell of the downlink component carrier on which the PDCCH including DCI format 0_0 is allocated. Based on detecting DCI format 0_0 on a downlink component carrier of a serving cell, the terminal device 1 may recognize that the PUSCH scheduled by DCI format 0_0 is to be allocated on the uplink component carrier of the serving cell.
DCIフォーマット0_0は、BWPフィールドを含まなくてもよい。ここで、DCIフォーマット0_0は、アクティブ上りリンクBWPの変更を伴わずにPUSCHをスケジューリングするDCIフォーマットであってもよい。端末装置1は、PUSCHのスケジューリングに用いられるDCIフォーマット0_0を検出することに基づき、アクティブ上りリンクBWPの切り替えを行わずに該PUSCHを送信することを認識してもよい。 DCI format 0_0 may not include a BWP field. Here, DCI format 0_0 may be a DCI format for scheduling a PUSCH without changing the active uplink BWP. Based on detecting DCI format 0_0 used for scheduling a PUSCH, the terminal device 1 may recognize that the PUSCH will be transmitted without switching the active uplink BWP.
DCIフォーマット0_1は、あるセルに配置されるPUSCHのスケジューリングのために用いられる。DCIフォーマット0_1は、2Aから2Hのフィールドの一部または全部を含んで構成される。
2A)DCIフォーマット特定フィールド
2B)周波数領域リソース割り当てフィールド
2C)上りリンクの時間領域リソース割り当てフィールド
2D)周波数ホッピングフラグフィールド
2E)MCSフィールド
2F)CSIリクエストフィールド(CSI request field)
2G)BWPフィールド(BWP field)
2H)キャリアインディケータフィールド(Carrier indicator field)
DCI format 0_1 is used for scheduling a PUSCH allocated to a certain cell, and is configured to include some or all of fields 2A to 2H.
2A) DCI format specific field 2B) Frequency domain resource allocation field 2C) Uplink time domain resource allocation field 2D) Frequency hopping flag field 2E) MCS field 2F) CSI request field
2G) BWP field
2H) Carrier Indicator Field
DCIフォーマット0_1に含まれるDCIフォーマット特定フィールドは、0を示してもよい。 The DCI format specific field included in DCI format 0_1 may indicate 0.
DCIフォーマット0_1に含まれる周波数領域リソース割り当てフィールドは、該DCIフォーマット0_1によりスケジューリングされるPUSCHのための周波数リソースの割り当てを示すために用いられてもよい。 The frequency domain resource allocation field included in DCI format 0_1 may be used to indicate the allocation of frequency resources for the PUSCH scheduled by DCI format 0_1.
DCIフォーマット0_1に含まれる時間領域リソース割り当てフィールドは、該DCIフォーマット0_1によりスケジューリングされるPUSCHのための時間リソースの割り当てを示すために用いられてもよい。 The time domain resource allocation field included in DCI format 0_1 may be used to indicate the allocation of time resources for the PUSCH scheduled by DCI format 0_1.
DCIフォーマット0_1に含まれるMCSフィールドは、該DCIフォーマット0_1によりスケジューリングされるPUSCHのための変調方式、および、該DCIフォー
マット0_1によりスケジューリングされるPUSCHのためのターゲット符号化率の一方または両方を示すために用いられてもよい。
The MCS field included in DCI format 0_1 may be used to indicate one or both of the modulation scheme for the PUSH scheduled by DCI format 0_1 and the target coding rate for the PUSH scheduled by DCI format 0_1.
DCIフォーマット0_1のBWPフィールドは、該DCIフォーマット0_1によりスケジューリングされるPUSCHが配置される上りリンクBWPを示すために用いられてもよい。つまり、DCIフォーマット0_1は、アクティブ上りリンクBWPの変更を伴ってもよいし、伴わなくてもよい。端末装置1は、PUSCHのスケジューリングに用いられるDCIフォーマット0_1を検出することに基づき、該PUSCHが配置される上りリンクBWPを認識してもよい。 The BWP field of DCI format 0_1 may be used to indicate the uplink BWP in which the PUSCH scheduled by DCI format 0_1 is allocated. In other words, DCI format 0_1 may or may not involve a change in the active uplink BWP. The terminal device 1 may recognize the uplink BWP in which the PUSCH is allocated based on detecting DCI format 0_1 used for scheduling the PUSCH.
BWPフィールドを含まないDCIフォーマット0_1は、アクティブ上りリンクBWPの変更を伴わずにPUSCHをスケジューリングするDCIフォーマットであってもよい。端末装置1は、PUSCHのスケジューリングに用いられるDCIフォーマット0_1であって、かつ、BWPフィールドを含まないDCIフォーマット0_1を検出することに基づき、アクティブ上りリンクBWPの切り替えを行わずに該PUSCHを送信することを認識してもよい。 DCI format 0_1 that does not include a BWP field may be a DCI format that schedules a PUSCH without changing the active uplink BWP. Based on detecting DCI format 0_1 that is used for scheduling a PUSCH and does not include a BWP field, the terminal device 1 may recognize that the PUSCH will be transmitted without switching the active uplink BWP.
DCIフォーマット0_1にBWPフィールドが含まれるが、端末装置1がDCIフォーマット0_1によるBWPの切り替えの機能をサポートしない場合、BWPフィールドは端末装置1によって無視されてもよい。つまり、BWPの切り替えの機能をサポートしない端末装置1は、PUSCHのスケジューリングに用いられるDCIフォーマット0_1であって、かつ、BWPフィールドを含むDCIフォーマット0_1を検出することに基づき、アクティブ上りリンクBWPの切り替えを行わずに該PUSCHを送信することを認識してもよい。ここで、BWPの切り替えの機能がサポートされている場合、無線リソース制御層処理部16は、BWPの切り替えの機能がサポートされることを示す機能情報をRRCメッセージに含めてもよい。 If DCI format 0_1 includes a BWP field but the terminal device 1 does not support the BWP switching function using DCI format 0_1, the BWP field may be ignored by the terminal device 1. In other words, a terminal device 1 that does not support the BWP switching function may recognize that it will transmit the PUSCH without switching the active uplink BWP based on detecting DCI format 0_1 that is used for PUSCH scheduling and includes a BWP field. Here, if the BWP switching function is supported, the radio resource control layer processing unit 16 may include function information indicating that the BWP switching function is supported in the RRC message.
CSIリクエストフィールドは、CSIの報告を指示するために用いられてもよい。 The CSI request field may be used to indicate the reporting of CSI.
DCIフォーマット0_1にキャリアインディケータフィールドが含まれる場合、該キャリアインディケータフィールドは、PUSCHが配置される上りリンクコンポーネントキャリアのサービングセルを示すために用いられてもよい。端末装置1は、あるサービングセルの下りリンクコンポーネントキャリアにおいてDCIフォーマット0_1を検出することに基づき、該DCIフォーマット0_1によりスケジューリングされるPUSCHが該DCIフォーマット0_1に含まれるキャリアインディケータフィールドにより示されるサービングセルの上りリンクコンポーネントキャリアに配置されることを認識してもよい。 When DCI format 0_1 includes a carrier indicator field, the carrier indicator field may be used to indicate the serving cell of the uplink component carrier on which the PUSCH is allocated. Based on detecting DCI format 0_1 on the downlink component carrier of a serving cell, the terminal device 1 may recognize that the PUSCH scheduled by the DCI format 0_1 is allocated to the uplink component carrier of the serving cell indicated by the carrier indicator field included in the DCI format 0_1.
DCIフォーマット0_1にキャリアインディケータフィールドが含まれない場合、DCIフォーマット0_1によってスケジューリングされるPUSCHが配置される上りリンクコンポーネントキャリアが属するサービングセルは、該DCIフォーマット0_1を含むPDCCHが配置される下りリンクコンポーネントキャリアのサービングセルと同一であってもよい。端末装置1は、あるサービングセルのある下りリンクコンポーネントキャリアにおいてDCIフォーマット0_1を検出することに基づき、該DCIフォーマット0_1によりスケジューリングされるPUSCHを該あるサービングセルの上りリンクコンポーネントキャリアに配置することを認識してもよい。 If DCI format 0_1 does not include a carrier indicator field, the serving cell to which the uplink component carrier on which the PUSCH scheduled by DCI format 0_1 is allocated may be the same as the serving cell of the downlink component carrier on which the PDCCH including DCI format 0_1 is allocated. Based on detecting DCI format 0_1 on a downlink component carrier of a serving cell, the terminal device 1 may recognize that the PUSCH scheduled by DCI format 0_1 is to be allocated on the uplink component carrier of the serving cell.
DCIフォーマット1_0は、あるセルに配置されるPDSCHのスケジューリングのために用いられる。DCIフォーマット1_0は、3Aから3Fの一部または全部を含んで構成される。
3A)DCIフォーマット特定フィールド
3B)周波数領域リソース割り当てフィールド
3C)時間領域リソース割り当てフィールド
3D)MCSフィールド
3E)PDSCH_HARQフィードバックタイミング指示フィールド(PDSCH to HARQ feedback timing indicator field)
3F)PUCCHリソース指示フィールド(PUCCH resource indicator field)
DCI format 1_0 is used for scheduling a PDSCH allocated to a certain cell, and is configured by including some or all of DCI format 3A to 3F.
3A) DCI format specific field 3B) Frequency domain resource allocation field 3C) Time domain resource allocation field 3D) MCS field 3E) PDSCH to HARQ feedback timing indicator field
3F) PUCCH resource indicator field
DCIフォーマット1_0に含まれるDCIフォーマット特定フィールドは、1を示してもよい。 The DCI format specific field included in DCI format 1_0 may indicate 1.
DCIフォーマット1_0に含まれる周波数領域リソース割り当てフィールドは、該DCIフォーマットによりスケジューリングされるPDSCHのための周波数リソースの割り当てを示すために用いられてもよい。 The frequency domain resource allocation field included in DCI format 1_0 may be used to indicate the allocation of frequency resources for the PDSCH scheduled by that DCI format.
DCIフォーマット1_0に含まれる時間領域リソース割り当てフィールドは、該DCIフォーマットによりスケジューリングされるPDSCHのための時間リソースの割り当てを示すために用いられてもよい。 The time domain resource allocation field included in DCI format 1_0 may be used to indicate the allocation of time resources for the PDSCH scheduled by that DCI format.
DCIフォーマット1_0に含まれるMCSフィールドは、該DCIフォーマットによりスケジューリングされるPDSCHのための変調方式、および、該DCIフォーマットによりスケジューリングされるPDSCHのためのターゲット符号化率の一方または両方を示すために用いられてもよい。ターゲット符号化率は、PDSCHに配置されるトランスポートブロックのためのターゲット符号化率であってもよい。PDSCHに配置されるトランスポートブロックのサイズ(TBS: Transport Block Size)は、ターゲット符号化率、および、PDSCHのための変調方式の一方または両方に基づき決定されてもよい。 The MCS field included in DCI format 1_0 may be used to indicate one or both of the modulation scheme for the PDSCH scheduled by that DCI format and the target coding rate for the PDSCH scheduled by that DCI format. The target coding rate may be the target coding rate for the transport block assigned to the PDSCH. The size of the transport block (TBS) assigned to the PDSCH may be determined based on one or both of the target coding rate and the modulation scheme for the PDSCH.
PDSCH_HARQフィードバックタイミング指示フィールドは、PDSCHの最後のOFDMシンボルが含まれるスロットから、PUCCHの先頭のOFDMシンボルが含まれるスロットまでのオフセットを示すために用いられてもよい。 The PDSCH_HARQ feedback timing indication field may be used to indicate the offset from the slot containing the last OFDM symbol of the PDSCH to the slot containing the first OFDM symbol of the PUCCH.
PUCCHリソース指示フィールドは、PUCCHのリソースを示すために用いられてもよい。 The PUCCH resource indication field may be used to indicate the PUCCH resource.
DCIフォーマット1_0は、キャリアインディケータフィールドを含まなくてもよい。つまり、DCIフォーマット1_0によってスケジューリングされるPDSCHが配置される下りリンクコンポーネントキャリアは、該DCIフォーマット1_0を含むPDCCHが配置される下りリンクコンポーネントキャリアと同一であってもよい。端末装置1は、ある下りリンクコンポーネントキャリアにおいてDCIフォーマット1_0を検出することに基づき、該DCIフォーマット1_0によりスケジューリングされるPDSCHを該下りリンクコンポーネントキャリアに配置することを認識してもよい。 DCI format 1_0 may not include a carrier indicator field. In other words, the downlink component carrier on which the PDSCH scheduled by DCI format 1_0 is allocated may be the same as the downlink component carrier on which the PDCCH including DCI format 1_0 is allocated. Based on detecting DCI format 1_0 on a certain downlink component carrier, the terminal device 1 may recognize that the PDSCH scheduled by DCI format 1_0 is to be allocated to that downlink component carrier.
DCIフォーマット1_0は、BWPフィールドを含まなくてもよい。ここで、DCIフォーマット1_0は、アクティブ下りリンクBWPの変更を伴わずにPDSCHをスケジューリングするDCIフォーマットであってもよい。端末装置1は、PDSCHのスケジューリングに用いられるDCIフォーマット1_0を検出することに基づき、アクティブ下りリンクBWPの切り替えを行わずに該PDSCHを受信することを認識してもよい。 DCI format 1_0 may not include a BWP field. Here, DCI format 1_0 may be a DCI format that schedules PDSCH without changing the active downlink BWP. Based on detecting DCI format 1_0 used for scheduling PDSCH, the terminal device 1 may recognize that it will receive the PDSCH without switching the active downlink BWP.
DCIフォーマット1_1は、あるセルに配置されるPDSCHのスケジューリングの
ために用いられる。DCIフォーマット1_1は、4Aから4Iの一部または全部を含んで構成される。
4A)DCIフォーマット特定フィールド
4B)周波数領域リソース割り当てフィールド
4C)時間領域リソース割り当てフィールド
4E)MCSフィールド
4F)PDSCH_HARQフィードバックタイミング指示フィールド
4G)PUCCHリソース指示フィールド
4H)BWPフィールド
4I)キャリアインディケータフィールド
DCI format 1_1 is used for scheduling a PDSCH allocated to a certain cell, and is configured to include some or all of 4A to 4I.
4A) DCI format specific field 4B) Frequency domain resource allocation field 4C) Time domain resource allocation field 4E) MCS field 4F) PDSCH_HARQ feedback timing indication field 4G) PUCCH resource indication field 4H) BWP field 4I) Carrier indicator field
DCIフォーマット1_1に含まれるDCIフォーマット特定フィールドは、1を示してもよい。 The DCI format specific field included in DCI format 1_1 may indicate 1.
DCIフォーマット1_1に含まれる周波数領域リソース割り当てフィールドは、該DCIフォーマット1_1によりスケジューリングされるPDSCHのための周波数リソースの割り当てを示すために用いられてもよい。 The frequency domain resource allocation field included in DCI format 1_1 may be used to indicate the allocation of frequency resources for the PDSCH scheduled by DCI format 1_1.
DCIフォーマット1_1に含まれる時間領域リソース割り当てフィールドは、該DCIフォーマット1_1によりスケジューリングされるPDSCHのための時間リソースの割り当てを示すために用いられてもよい。 The time domain resource allocation field included in DCI format 1_1 may be used to indicate the allocation of time resources for the PDSCH scheduled by DCI format 1_1.
DCIフォーマット1_1に含まれるMCSフィールドは、該DCIフォーマット1_1によりスケジューリングされるPDSCHのための変調方式、および、該DCIフォーマット1_1によりスケジューリングされるPDSCHのためのターゲット符号化率の一方または両方を示すために用いられてもよい。 The MCS field included in DCI format 1_1 may be used to indicate one or both of the modulation scheme for the PDSCH scheduled by DCI format 1_1 and the target coding rate for the PDSCH scheduled by DCI format 1_1.
DCIフォーマット1_1にPDSCH_HARQフィードバックタイミング指示フィールドが含まれる場合、該PDSCH_HARQフィードバックタイミング指示フィールドは、PDSCHの最後のOFDMシンボルが含まれるスロットから、PUCCHの先頭のOFDMシンボルが含まれるスロットまでのオフセットを示すために用いられてもよい。DCIフォーマット1_1にPDSCH_HARQフィードバックタイミング指示フィールドが含まれない場合、PDSCHの最後のOFDMシンボルが含まれるスロットから、PUCCHの先頭のOFDMシンボルが含まれるスロットまでのオフセットを示すパラメータは、RRC層より提供されてもよい。 If DCI format 1_1 includes a PDSCH_HARQ feedback timing indication field, the PDSCH_HARQ feedback timing indication field may be used to indicate the offset from the slot containing the last OFDM symbol of the PDSCH to the slot containing the first OFDM symbol of the PUCCH. If DCI format 1_1 does not include a PDSCH_HARQ feedback timing indication field, a parameter indicating the offset from the slot containing the last OFDM symbol of the PDSCH to the slot containing the first OFDM symbol of the PUCCH may be provided by the RRC layer.
PUCCHリソース指示フィールドは、PUCCHのリソースを示すために用いられてもよい。 The PUCCH resource indication field may be used to indicate the PUCCH resource.
DCIフォーマット1_1のBWPフィールドは、該DCIフォーマット1_1によりスケジューリングされるPDSCHが配置される下りリンクBWPを示すために用いられてもよい。つまり、DCIフォーマット1_1は、アクティブ下りリンクBWPの変更を伴ってもよいし伴わなくてもよい。端末装置1は、PDSCHのスケジューリングに用いられるDCIフォーマット1_1を検出することに基づき、該PDSCHが配置される下りリンクBWPを認識してもよい。 The BWP field of DCI format 1_1 may be used to indicate the downlink BWP in which the PDSCH scheduled by DCI format 1_1 is allocated. In other words, DCI format 1_1 may or may not involve a change in the active downlink BWP. The terminal device 1 may recognize the downlink BWP in which the PDSCH is allocated based on detecting DCI format 1_1 used for scheduling the PDSCH.
BWPフィールドを含まないDCIフォーマット1_1は、アクティブ下りリンクBWPの変更を伴わずにPDSCHをスケジューリングするDCIフォーマットであってもよい。端末装置1は、PDSCHのスケジューリングに用いられるDCIフォーマット1_1であって、かつ、BWPフィールドを含まないDCIフォーマット1_1を検出するこ
とに基づき、アクティブ下りリンクBWPの切り替えを行わずに該PDSCHを受信することを認識してもよい。
The DCI format 1_1 that does not include a BWP field may be a DCI format that schedules the PDSCH without changing the active downlink BWP. The terminal device 1 may recognize that it will receive the PDSCH without switching the active downlink BWP based on detecting the DCI format 1_1 that is used for scheduling the PDSCH and does not include a BWP field.
DCIフォーマット1_1にBWPフィールドが含まれるが、端末装置1がDCIフォーマット1_1によるBWPの切り替えの機能をサポートしない場合、BWPフィールドは端末装置1によって無視されてもよい。つまり、BWPの切り替えの機能をサポートしない端末装置1は、PDSCHのスケジューリングに用いられるDCIフォーマット1_1であって、かつ、BWPフィールドを含むDCIフォーマット1_1を検出することに基づき、アクティブ下りリンクBWPの切り替えを行わずに該PDSCHを受信することを認識してもよい。ここで、BWPの切り替えの機能がサポートされている場合、無線リソース制御層処理部16は、BWPの切り替えの機能がサポートされることを示す機能情報をRRCメッセージに含めてもよい。 If DCI format 1_1 includes a BWP field but the terminal device 1 does not support the BWP switching function using DCI format 1_1, the BWP field may be ignored by the terminal device 1. In other words, a terminal device 1 that does not support the BWP switching function may recognize that it will receive the PDSCH without switching the active downlink BWP based on detecting DCI format 1_1 that is used for PDSCH scheduling and includes a BWP field. Here, if the BWP switching function is supported, the radio resource control layer processing unit 16 may include function information indicating that the BWP switching function is supported in the RRC message.
DCIフォーマット1_1にキャリアインディケータフィールドが含まれる場合、該キャリアインディケータフィールドは、該DCIフォーマット1_1によってスケジューリングされるPDSCHが配置される下りリンクコンポーネントキャリアのサービングセルを示すために用いられてもよい。端末装置1は、あるサービングセルの下りリンクコンポーネントキャリアにおいてDCIフォーマット1_1を検出することに基づき、該DCIフォーマット1_1によりスケジューリングされるPDSCHが該DCIフォーマット1_1に含まれるキャリアインディケータフィールドにより示されるサービングセルの下りリンクコンポーネントキャリアに配置されることを認識してもよい。 When DCI format 1_1 includes a carrier indicator field, the carrier indicator field may be used to indicate the serving cell of the downlink component carrier on which the PDSCH scheduled by DCI format 1_1 is allocated. Based on detecting DCI format 1_1 on the downlink component carrier of a serving cell, the terminal device 1 may recognize that the PDSCH scheduled by DCI format 1_1 is allocated on the downlink component carrier of the serving cell indicated by the carrier indicator field included in DCI format 1_1.
DCIフォーマット1_1にキャリアインディケータフィールドが含まれない場合、DCIフォーマット1_1によってスケジューリングされるPDSCHが配置される下りリンクコンポーネントキャリアは、該DCIフォーマット1_1を含むPDCCHが配置される下りリンクコンポーネントキャリアと同一であってもよい。端末装置1は、ある下りリンクコンポーネントキャリアにおいてDCIフォーマット1_1を検出することに基づき、該DCIフォーマット1_1によりスケジューリングされるPDSCHを該下りリンクコンポーネントキャリアに配置することを認識してもよい。 If DCI format 1_1 does not include a carrier indicator field, the downlink component carrier on which the PDSCH scheduled by DCI format 1_1 is allocated may be the same as the downlink component carrier on which the PDCCH including DCI format 1_1 is allocated. Based on detecting DCI format 1_1 on a certain downlink component carrier, the terminal device 1 may recognize that the PDSCH scheduled by DCI format 1_1 is allocated to that downlink component carrier.
PDSCHは、トランスポートブロックを伝達するために送信されてもよい。PDSCHは、トランスポートブロックを伝達するために用いられてもよい。トランスポートブロックは、PDSCHに配置されてもよい。基地局装置3は、トランスポートブロックが配置されたPDSCHを送信してもよい。端末装置1は、トランスポートブロックが配置されたPDSCHを受信してもよい。 The PDSCH may be transmitted to transmit a transport block. The PDSCH may be used to transmit a transport block. The transport block may be allocated to the PDSCH. The base station device 3 may transmit a PDSCH in which a transport block is allocated. The terminal device 1 may receive a PDSCH in which a transport block is allocated.
下りリンク物理シグナルは、リソースエレメントのセットに対応してもよい。下りリンク物理シグナルは、上位層において発生する情報の伝達に用いられなくてもよい。なお、下りリンク物理シグナルは、物理層において発生する情報の伝達に用いられてもよい。下りリンク物理シグナルは、下りリンクコンポーネントキャリアにおいて用いられる物理シグナルであってもよい。物理層処理部10は、下りリンク物理シグナルを送信してもよい。物理層処理部30は、下りリンク物理シグナルを受信してもよい。本実施形態の一態様に係る無線通信システムの下りリンクにおいて、少なくとも下記の一部または全部の下りリンク物理シグナルが用いられてもよい。
・同期信号(SS:Synchronization signal)
・DL DMRS(DownLink DeModulation Reference Signal)
・CSI-RS(Channel State Information-Reference Signal)
・DL PTRS(DownLink Phase Tracking Reference Signal)
The downlink physical signal may correspond to a set of resource elements. The downlink physical signal does not have to be used to transmit information generated in a higher layer. The downlink physical signal may be used to transmit information generated in the physical layer. The downlink physical signal may be a physical signal used in a downlink component carrier. The physical layer processing unit 10 may transmit the downlink physical signal. The physical layer processing unit 30 may receive the downlink physical signal. In the downlink of the wireless communication system according to one aspect of the present embodiment, at least some or all of the following downlink physical signals may be used.
・Synchronization signal (SS)
・DL DMRS (DownLink DeModulation Reference Signal)
・CSI-RS (Channel State Information-Reference Signal)
・DL PTRS (DownLink Phase Tracking Reference Signal)
同期信号は、端末装置1が下りリンクの周波数領域、および、時間領域の一方または両
方の同期をとるために用いられてもよい。同期信号は、PSS(Primary Synchronization Signal)、および、SSS(Secondary Synchronization Signal)の総称である。
The synchronization signal may be used by the terminal device 1 to synchronize one or both of the frequency domain and the time domain of the downlink. The synchronization signal is a general term for a PSS (Primary Synchronization Signal) and an SSS (Secondary Synchronization Signal).
PSS、SSS、PBCH、および、PBCHのためのDMRSのアンテナポートは、同一であってもよい。 The antenna ports for PSS, SSS, PBCH, and DMRS for PBCH may be the same.
あるアンテナポートにおけるPBCHのシンボルが伝達されるPBCHは、該PBCHがマップされるスロットに配置されるPBCHのためのDMRSであって、該PBCHが含まれるSS/PBCHブロックに含まれる該PBCHのためのDMRSによって推定されてもよい。 The PBCH on which the PBCH symbols are transmitted at a certain antenna port may be estimated by the DMRS for the PBCH that is placed in the slot to which the PBCH is mapped and that is included in the SS/PBCH block to which the PBCH belongs.
DL DMRSは、PBCHのためのDMRS、PDSCHのためのDMRS、および、PDCCHのためのDMRSの総称である。 DL DMRS is a general term for DMRS for PBCH, DMRS for PDSCH, and DMRS for PDCCH.
PDSCHのためのDMRS(PDSCHに関連するDMRS、PDSCHに含まれるDMRS、PDSCHに対応するDMRS)のアンテナポートのセットは、該PDSCHのためのアンテナポートのセットに基づき与えられてもよい。例えば、PDSCHのためのDMRSのアンテナポートのセットは、該PDSCHのためのアンテナポートのセットと同じであってもよい。 The set of antenna ports for DMRS for a PDSCH (DMRS associated with a PDSCH, DMRS included in a PDSCH, DMRS corresponding to a PDSCH) may be determined based on the set of antenna ports for the PDSCH. For example, the set of antenna ports for DMRS for a PDSCH may be the same as the set of antenna ports for the PDSCH.
PDSCHの伝搬路は、該PDSCHのためのDMRSから推定されてもよい。もし、あるPDSCHのシンボルが伝達されるリソースエレメントのセットと、該あるPDSCHのためのDMRSのシンボルが伝達されるリソースエレメントのセットが同一のプレコーディングリソースグループ(PRG: Precoding Resource Group)に含まれる場合、あるアンテナポートにおける該PDSCHのシンボルが伝達されるPDSCHは、該PDSCHのためのDMRSによって推定されてもよい。 The propagation path of a PDSCH may be estimated from the DMRS for that PDSCH. If the set of resource elements on which a certain PDSCH symbol is transmitted and the set of resource elements on which a DMRS symbol for that PDSCH is transmitted are included in the same precoding resource group (PRG), the PDSCH on which the PDSCH symbol is transmitted at a certain antenna port may be estimated from the DMRS for that PDSCH.
PDCCHのためのDMRS(PDCCHに関連するDMRS、PDCCHに含まれるDMRS、PDCCHに対応するDMRS)のアンテナポートは、PDCCHのためのアンテナポートと同一であってもよい。 The antenna port for DMRS for PDCCH (DMRS associated with PDCCH, DMRS included in PDCCH, DMRS corresponding to PDCCH) may be the same as the antenna port for PDCCH.
PDCCHの伝搬路は、該PDCCHのためのDMRSから推定されてもよい。もし、あるPDCCHのシンボルが伝達されるリソースエレメントのセットと、該あるPDCCHのためのDMRSのシンボルが伝達されるリソースエレメントのセットにおいて同一のプレコーダが適用される(適用されると想定される、適用されると想定する)場合、あるアンテナポートにおける該PDCCHのシンボルが伝達されるPDCCHは、該PDCCHのためのDMRSによって推定されてもよい。 The propagation path of a PDCCH may be estimated from the DMRS for that PDCCH. If the same precoder is applied (or is assumed to be applied, or is assumed to be applied) to the set of resource elements on which a certain PDCCH symbol is transmitted and the set of resource elements on which a DMRS symbol for that PDCCH is transmitted, the PDCCH on which the PDCCH symbol is transmitted at a certain antenna port may be estimated from the DMRS for that PDCCH.
BCH(Broadcast CHannel)、UL-SCH(Uplink-Shared CHannel)、および、DL-SCH(Downlink-Shared CHannel)は、トランスポートチャネルである。 BCH (Broadcast CHannel), UL-SCH (Uplink-Shared CHannel), and DL-SCH (Downlink-Shared CHannel) are transport channels.
トランスポート層のBCHは、物理層のPBCHにマップされてもよい。つまり、トランスポート層のBCH上で上位層より配送されるトランスポートブロックは、物理層のPBCHに配置されてもよい。また、トランスポート層のUL-SCHは、物理層のPUSCHにマップされてもよい。つまり、トランスポート層のUL-SCH上で上位層より配送されるトランスポートブロックは、物理層のPUSCHに配置されてもよい。また、トランスポート層のDL-SCHは、物理層のPDSCHにマップされてもよい。つまり、トランスポート層のDL-SCH上で上位層より配送されるトランスポートブロックは、物理層のPDSCHに配置されてもよい。 The BCH of the transport layer may be mapped to the PBCH of the physical layer. That is, a transport block delivered from a higher layer on the BCH of the transport layer may be placed on the PBCH of the physical layer. The UL-SCH of the transport layer may be mapped to the PUSCH of the physical layer. That is, a transport block delivered from a higher layer on the UL-SCH of the transport layer may be placed on the PUSCH of the physical layer. The DL-SCH of the transport layer may be mapped to the PDSCH of the physical layer. That is, a transport block delivered from a higher layer on the DL-SCH of the transport layer may be placed on the PDSCH of the physical layer.
トランスポート層は、トランスポートブロックに対してHARQ(Hybrid Automatic Repeat reQuest)を適用してもよい。 The transport layer may apply HARQ (Hybrid Automatic Repeat reQuest) to the transport block.
BCCH(Broadcast Control CHannel)、CCCH(Common Control CHannel)、および、DCCH(Dedicated Control CHannel)は、ロジカルチャネルである。例えば、BCCHは、MIBを含むRRCメッセージ、または、システム情報を含むRRCメッセージの配送に用いられてもよい。また、CCCHは、複数の端末装置1において共通なRRCパラメータを含むRRCメッセージを送信するために用いられてもよい。ここで、CCCHは、例えば、RRC接続されていない端末装置1のために用いられてもよい。また、DCCHは、ある端末装置1に専用のRRCメッセージを送信するために用いられてもよい。ここで、DCCHは、例えば、RRC接続されている端末装置1のために用いられてもよい。 The BCCH (Broadcast Control CHannel), CCCH (Common Control CHannel), and DCCH (Dedicated Control CHannel) are logical channels. For example, the BCCH may be used to deliver RRC messages including an MIB or RRC messages including system information. The CCCH may also be used to transmit RRC messages including RRC parameters common to multiple terminal devices 1. Here, the CCCH may be used, for example, for terminal devices 1 that are not RRC-connected. The DCCH may also be used to transmit RRC messages dedicated to a certain terminal device 1. Here, the DCCH may be used, for example, for terminal devices 1 that are RRC-connected.
BCCHは、BCH、または、DL-SCHにマップされてもよい。つまり、MIBの情報を含むRRCメッセージは、BCHに配送されてもよい。また、MIB以外のシステム情報を含むRRCメッセージは、DL-SCHに配送されてもよい。また、CCCHはDL-SCHまたはUL-SCHにマップされる。つまり、CCCHにマップされるRRCメッセージは、DL-SCH、または、UL-SCHに配送されてもよい。また、DCCHはDL-SCHまたはUL-SCHにマップされてもよい。つまり、DCCHにマップされるRRCメッセージは、DL-SCH、または、UL-SCHに配送されてもよい。 The BCCH may be mapped to the BCH or DL-SCH. In other words, RRC messages containing MIB information may be delivered on the BCH. RRC messages containing system information other than MIB may be delivered on the DL-SCH. The CCCH is mapped to the DL-SCH or UL-SCH. In other words, RRC messages mapped to the CCCH may be delivered on the DL-SCH or UL-SCH. The DCCH may be mapped to the DL-SCH or UL-SCH. In other words, RRC messages mapped to the DCCH may be delivered on the DL-SCH or UL-SCH.
媒体アクセス制御層処理部15は、ランダムアクセス手順を実施してもよい。 The medium access control layer processing unit 15 may also perform a random access procedure.
図5は、本実施形態の一態様に係る媒体アクセス制御層処理部15において実施されるランダムアクセス手順の一例を示す図である。図5に示されるランダムアクセス手順において、最初に、媒体アクセス制御層処理部15は判断5001を実施してもよい。ここで、判断5001において、ランダムアクセス手順のタイプが判断されてもよい。また、ランダムアクセス手順のタイプは、4ステップランダムアクセス手順、および、2ステップランダムアクセス手順のいずれかであってもよい。つまり、判断5001において、4ステップランダムアクセス手順か2ステップランダムアクセス手順のいずれかが選択されてもよい。 Figure 5 is a diagram showing an example of a random access procedure performed by the media access control layer processing unit 15 according to one aspect of this embodiment. In the random access procedure shown in Figure 5, the media access control layer processing unit 15 may first perform judgment 5001. Here, judgment 5001 may determine the type of random access procedure. Furthermore, the type of random access procedure may be either a four-step random access procedure or a two-step random access procedure. In other words, judgment 5001 may select either a four-step random access procedure or a two-step random access procedure.
ここで、“RA_TYPE”は、判断5001において選択されるランダムアクセス手順に対応する値が格納される変数である。例えば、4ステップランダムアクセス手順に対応する値は“4STEP_RA”であり、2ステップランダムアクセス手順に対応する値は“2STEP_RA”であってもよい。例えば、判断5001において、媒体アクセス制御層処理部15が2ステップランダムアクセス手順を選択した場合、変数“RA_TYPE”に“2STEP_RA”が入力されてもよい。 Here, "RA_TYPE" is a variable in which a value corresponding to the random access procedure selected in decision 5001 is stored. For example, the value corresponding to the four-step random access procedure may be "4STEP_RA", and the value corresponding to the two-step random access procedure may be "2STEP_RA". For example, if the media access control layer processing unit 15 selects the two-step random access procedure in decision 5001, "2STEP_RA" may be input into the variable "RA_TYPE".
判断5001において、下りリンク信号の強度に関する判断が実施されてもよい。ここで、判断5001における下りリンク信号の強度に関する判断は、下りリンクパスロスリファレンス(Downlin pathloss reference)のRSRPの値と所定のしきい値#5001とを比較することに少なくとも基づき与えられてもよい。例えば、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5001よりも大きい場合、媒体アクセス制御層処理部15は、2ステップランダムアクセス手順を選択してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5001よりも小さい場合、媒体アクセス制御層処理部15は、4ステップランダムアクセス手順を選択してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5001と等しい場合、媒体アクセス制御層処理部15は、2ステップランダムアクセス手順、または、4ステップランダムアクセス手順を選択してもよい。例えば、下りリンクパスロスリファレンスは、上りリンクの電力制御において用いられるパスロス推定値の決定に用いられる物理信号であってもよい。また、下りリンクパスロスリファレンスは、ランダムアクセス手順において選択されるSS/PBCHブロックであってもよい。 In decision 5001, a determination regarding the strength of the downlink signal may be made. Here, the determination regarding the strength of the downlink signal in decision 5001 may be based at least on comparing the RSRP value of the downlink pathloss reference with a predetermined threshold #5001. For example, if the RSRP value of the downlink pathloss reference is greater than the predetermined threshold #5001, the media access control layer processing unit 15 may select a two-step random access procedure. Alternatively, if the RSRP value of the downlink pathloss reference is less than the predetermined threshold #5001, the media access control layer processing unit 15 may select a four-step random access procedure. Alternatively, if the RSRP value of the downlink pathloss reference is equal to the predetermined threshold #5001, the media access control layer processing unit 15 may select either the two-step random access procedure or the four-step random access procedure. For example, the downlink pathloss reference may be a physical signal used to determine a pathloss estimate used in uplink power control. The downlink path loss reference may also be the SS/PBCH block selected in the random access procedure.
媒体アクセス制御層処理部15が判断5001において4ステップランダムアクセス手順を選択した場合、媒体アクセス制御層処理部15はランダムアクセスリソース選択処理5002を実施してもよい。ここで、ランダムアクセスリソース選択処理5002において、ランダムアクセスプリアンブルグループの選択、および、PRACHリソースグループの選択、の一方または両方が行われてもよい。 If the media access control layer processing unit 15 selects the four-step random access procedure in decision 5001, the media access control layer processing unit 15 may perform random access resource selection process 5002. Here, in the random access resource selection process 5002, one or both of the following may be performed: selection of a random access preamble group and selection of a PRACH resource group.
図6は、本実施形態の一態様に係る媒体アクセス制御層処理部15によって実施されるランダムアクセスリソース選択処理5002の処理例を示した図である。最初に、媒体アクセス制御層処理部15は、判断6001を実施してもよい。ここで、判断6001において、媒体アクセス制御層処理部15は、下りリンク信号の強度に関する判断を行ってもよい。例えば、判断6001における下りリンク信号の強度に関する判断は、下りリンクパスロスリファレンスのRSRPの値と所定のしきい値#6001とを比較することに基づき与えられてもよい。例えば、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#6001よりも小さい場合、媒体アクセス制御層処理部15は、判断6005に進んでもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#6001よりも大きい場合、媒体アクセス制御層処理部15は、判断6002を選択してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#6001と等しい場合、媒体アクセス制御層処理部15は、判断6002、および、判断6005のいずれかに進んでもよい。ここで、下りリンクパスロスリファレンスは、上りリンクの電力制御において用いられるパスロス推定値の決定に用いられる物理信号であってもよい。また、下りリンクパスロスリファレンスは、ランダムアクセス手順において選択されるSS/PBCHブロックであってもよい。 Figure 6 is a diagram showing an example of the random access resource selection process 5002 performed by the media access control layer processing unit 15 according to one aspect of this embodiment. First, the media access control layer processing unit 15 may perform judgment 6001. Here, in judgment 6001, the media access control layer processing unit 15 may make a judgment regarding the strength of the downlink signal. For example, the judgment regarding the strength of the downlink signal in judgment 6001 may be made based on comparing the RSRP value of the downlink path loss reference with a predetermined threshold #6001. For example, if the RSRP value of the downlink path loss reference is smaller than the predetermined threshold #6001, the media access control layer processing unit 15 may proceed to judgment 6005. Also, if the RSRP value of the downlink path loss reference is greater than the predetermined threshold #6001, the media access control layer processing unit 15 may select judgment 6002. Furthermore, if the RSRP value of the downlink path loss reference is equal to the predetermined threshold #6001, the media access control layer processing unit 15 may proceed to either decision 6002 or decision 6005. Here, the downlink path loss reference may be a physical signal used to determine a path loss estimation value used in uplink power control. Alternatively, the downlink path loss reference may be an SS/PBCH block selected in the random access procedure.
媒体アクセス制御層処理部15が判断6002に進んだ場合、媒体アクセス制御層処理部15は判断6002を実施してもよい。ここで、判断6002において、媒体アクセス制御層処理部15は、下りリンク信号の強度に関する判断、および、上りリンクデータのサイズに関する判断、の一方または両方を実施してもよい。例えば、判断6002における下りリンク信号強度の判断は、ある物理信号に基づき測定されるパスロスの値としきい値#6002aとを比較することに基づき与えられてもよい。ここで、しきい値#6002aは、1または複数のパラメータに基づき決定されるようなしきい値であってもよい。例えば、判断6002における1または複数のパラメータは上りリンクの送信電力制御に用いられるようなパラメータであってもよい。例えば、しきい値#6002aは、ランダムアクセス手順が実施されるサービングセル設定最大送信電力PCMAX、ランダムアクセスプリアンブルのターゲット受信電力preambleReceivedTargetPower、メッセージ3 PUSCHのターゲット受信電力とランダムアクセスプリアンブルのターゲット受信電力とのオフセット値msg3-DeltaPreamble、および、判断6002のためのオフセット値messagePowerOffsetGroupBに基づき決定されてもよい。例えば、しきい値#6002aは、PCMAX―preambleReceivedTargetPower―msg3-DeltaPreamble―messagePowerOffsetGroupBの計算により決定されてもよい。 If the media access control layer processing unit 15 proceeds to decision 6002, the media access control layer processing unit 15 may perform decision 6002. Here, in decision 6002, the media access control layer processing unit 15 may perform one or both of a decision regarding the strength of the downlink signal and a decision regarding the size of the uplink data. For example, the decision regarding the downlink signal strength in decision 6002 may be made based on comparing a path loss value measured based on a certain physical signal with threshold value #6002a. Here, threshold value #6002a may be a threshold determined based on one or more parameters. For example, the one or more parameters in decision 6002 may be parameters used for uplink transmission power control. For example, threshold #6002a may be determined based on the maximum transmit power PCMAX set in the serving cell in which the random access procedure is performed, the target received power of the random access preamble preambleReceivedTargetPower, the offset value msg3-DeltaPreamble between the target received power of the message 3 PUSCH and the target received power of the random access preamble, and the offset value messagePowerOffsetGroupB for decision 6002. For example, threshold #6002a may be determined by calculating PCMAX-preambleReceivedTargetPower-msg3-DeltaPreamble-messagePowerOffsetGroupB.
例えば、ランダムアクセス手順が実施されるサービングセル設定最大送信電力PCMAXは、サービングセルが属する周波数バンド(周波数位置、バンド、周波数帯域)に応じて設定されるような値であってもよい。また、ランダムアクセスプリアンブルのターゲット受信電力preambleReceivedTargetPowerはRRC層より提供されてもよい。また、メッセージ3 PUSCHのターゲット受信電力とランダムアクセスプリアンブルのターゲット受信電力のオフセット値msg3-DeltaPreambleは、RRC層より提供されてもよい。また、オフセット値messagePowerOffsetGroupBは、RRC層より提供されてもよい。 For example, the serving cell configured maximum transmit power PCMAX for performing the random access procedure may be a value set according to the frequency band (frequency position, band, frequency band) to which the serving cell belongs. Furthermore, the target received power of the random access preamble preambleReceivedTargetPower may be provided by the RRC layer. Furthermore, the offset value msg3-DeltaPreamble between the target received power of message 3 PUSCH and the target received power of the random access preamble may be provided by the RRC layer. Furthermore, the offset value messagePowerOffsetGroupB may be provided by the RRC layer.
例えば、判断6002における上りリンクデータのサイズに関する判断は、上りリンクデータのサイズとしきい値#6002bとを比較することに基づき与えられてもよい。例えば、判断6002において、上りリンクデータは、潜在的なメッセージ3 PUSCHのペイロードであってもよい。ここで、潜在的なメッセージ3 PUSCHのペイロードは、ランダムアクセス手順において送信されることが期待されるメッセージ3 PUSCHに配置されるトランスポートブロックであってもよい。また、潜在的なメッセージ3 PUSCHのペイロードは、ランダムアクセス手順において送信されることが期待されるメッセージ3 PUSCHに配置されるトランスポートブロックに多重されるMAC SDUおよびMACサブヘッダの一方または両方であってもよい。ここで、MAC SDUはCCCH上で上位層より配送されるMAC SDUであってもよいし、CCCH以外のロジカルチャネル上で上位層より配送されるMAC SDUであってもよい。CCCH上で上位層より配送されるMAC SDUはCCCH SDUとも呼称される。なお、媒体アクセス制御層処理部15が判断6002を実施する時点では、メッセージ3 PUSCHの送信がまだ実施されていない場合もあるため、“潜在的な”メッセージ3 PUSCHのペイロードに基づく判断が実施される。 For example, the determination regarding the size of the uplink data in decision 6002 may be made based on comparing the size of the uplink data with threshold #6002b. For example, in decision 6002, the uplink data may be the payload of a potential Message 3 PUSCH. Here, the payload of the potential Message 3 PUSCH may be a transport block placed on the Message 3 PUSCH expected to be transmitted in the random access procedure. Also, the payload of the potential Message 3 PUSCH may be one or both of a MAC SDU and a MAC subheader multiplexed into a transport block placed on the Message 3 PUSCH expected to be transmitted in the random access procedure. Here, the MAC SDU may be a MAC SDU delivered by a higher layer on the CCCH, or may be a MAC SDU delivered by a higher layer on a logical channel other than the CCCH. A MAC SDU delivered by a higher layer on the CCCH is also referred to as a CCCH SDU. Note that when the media access control layer processing unit 15 performs decision 6002, message 3 PUSCH transmission may not have been performed yet, so the decision is made based on the payload of the "potential" message 3 PUSCH.
例えば、判断6002は、命題6002aの真偽と命題6002bの真偽の一方または両方に基づく判断であってもよい。例えば、媒体アクセス制御層処理部15は、命題6002aが真であるという判断に基づき、処理6004に進んでもよい。また、媒体アクセス制御層処理部15は、命題6002bが真であるという判断に基づき、処理6004に進んでもよい。また、媒体アクセス制御層処理部15は、命題6002aが偽であるという判断と命題6002bが偽であるという判断とに基づき、処理6003に進んでもよい。 For example, decision 6002 may be based on one or both of the truth or falsity of proposition 6002a and the truth or falsity of proposition 6002b. For example, the media access control layer processing unit 15 may proceed to process 6004 based on the determination that proposition 6002a is true. Alternatively, the media access control layer processing unit 15 may proceed to process 6004 based on the determination that proposition 6002b is true. Alternatively, the media access control layer processing unit 15 may proceed to process 6003 based on the determination that proposition 6002a is false and the determination that proposition 6002b is false.
例えば、命題6002aは、上りリンクデータのサイズがしきい値#6002bよりも大きく、かつ、パスロスの値がしきい値#6002aよりも小さいこと、であってもよい。また、命題6002aは、上りリンクデータのサイズがしきい値#6002bよりも小さくなく、かつ、パスロスの値がしきい値#6002aよりも小さいこと、であってもよい。また、命題6002aは、上りリンクデータのサイズがしきい値#6002bよりも大きく、かつ、パスロスの値がしきい値#6002aよりも大きくないこと、であってもよい。また、命題6002aは、上りリンクデータのサイズがしきい値#6002bよりも小さくなく、かつ、パスロスの値がしきい値#6002aよりも大きくないこと、であってもよい。 For example, proposition 6002a may be that the size of the uplink data is greater than threshold #6002b and the path loss value is less than threshold #6002a. Alternatively, proposition 6002a may be that the size of the uplink data is not less than threshold #6002b and the path loss value is less than threshold #6002a. Alternatively, proposition 6002a may be that the size of the uplink data is greater than threshold #6002b and the path loss value is not greater than threshold #6002a. Alternatively, proposition 6002a may be that the size of the uplink data is not less than threshold #6002b and the path loss value is not greater than threshold #6002a.
処理6002における下りリンク物理信号強度の判断において用いられる物理信号は、複数のSS/PBCHブロックから選択される1つのSS/PBCHブロックであってもよい。ここで、複数のSS/PBCHブロックは、サービングセルに設定される複数のSS/PBCHブロックであってもよい。媒体アクセス制御層処理部15は、少なくとも1つのSS/PBCHブロックに対するRSRPの値としきい値#6002xとの比較に基づき、複数のSS/PBCHブロックから1つのSS/PBCHブロックを選択してもよい。例えば、少なくとも1つのSS/PBCHブロックに対するRSRPの値がしきい値#6002xよりも大きい場合に、媒体アクセス制御層処理部15は、RSRPの値がしきい値#6002xよりも大きいSS/PBCHブロックの中から1つのSS/PBCHブロックを選択してもよい。また、どのSS/PBCHブロックに対するRSRPの値もしきい値#6002xより小さい場合に、媒体アクセス制御層処理部15は、複数のSS/PBCHブロックから1つのSS/PBCHブロックを選択してもよい。 The physical signal used in determining the downlink physical signal strength in process 6002 may be one SS/PBCH block selected from multiple SS/PBCH blocks. Here, the multiple SS/PBCH blocks may be multiple SS/PBCH blocks configured in the serving cell. The media access control layer processing unit 15 may select one SS/PBCH block from the multiple SS/PBCH blocks based on a comparison of the RSRP value for at least one SS/PBCH block with threshold #6002x. For example, if the RSRP value for at least one SS/PBCH block is greater than threshold #6002x, the media access control layer processing unit 15 may select one SS/PBCH block from among the SS/PBCH blocks whose RSRP values are greater than threshold #6002x. Furthermore, if the RSRP value for any SS/PBCH block is smaller than threshold #6002x, the media access control layer processing unit 15 may select one SS/PBCH block from multiple SS/PBCH blocks.
例えば、しきい値#6002xは、上位層より提供されてもよい。 For example, threshold #6002x may be provided by a higher layer.
例えば、命題6002bは、ランダムアクセス手順がCCCHのために開始され、かつ、上りリンクデータのサイズがしきい値#6002bよりも大きいこと、であってもよい。また、命題6002bは、ランダムアクセス手順がCCCHのために開始され、かつ、上りリンクデータのサイズがしきい値#6002bよりも小さくないこと、であってもよい。 For example, proposition 6002b may be that a random access procedure is initiated for CCCH and the size of the uplink data is greater than threshold #6002b. Alternatively, proposition 6002b may be that a random access procedure is initiated for CCCH and the size of the uplink data is not less than threshold #6002b.
処理6003において、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループAを選択してもよい。また、処理6003において、媒体アクセス制御層処理部15は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしないことを決定してもよい。 In process 6003, the media access control layer processing unit 15 may select random access preamble group A. Also, in process 6003, the media access control layer processing unit 15 may decide not to request the application of repeated transmission to the message 3 PUSCH.
処理6004において、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループBを選択してもよい。また、処理6004において、媒体アクセス制御層処理部15は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしないことを決定してもよい。 In process 6004, the media access control layer processing unit 15 may select random access preamble group B. Also, in process 6004, the media access control layer processing unit 15 may decide not to request the application of repeated transmission to the message 3 PUSCH.
端末装置1は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストするか否かを示す情報を、ランダムアクセス手順中に送信されるPRACHを用いて基地局装置3に通知してもよい。例えば、第1のPRACHリソースグループに基づきPRACHが送信されることは、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストすることに対応してもよい。また、第2のPRACHリソースグループに基づきPRACHが送信されることは、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしないことに対応してもよい。 The terminal device 1 may notify the base station device 3 of information indicating whether to request the application of repeat transmission to the message 3 PUSCH using the PRACH transmitted during the random access procedure. For example, transmitting the PRACH based on the first PRACH resource group may correspond to requesting the application of repeat transmission to the message 3 PUSCH. Also, transmitting the PRACH based on the second PRACH resource group may correspond to not requesting the application of repeat transmission to the message 3 PUSCH.
つまり、媒体アクセス制御層処理部15がメッセージ3 PUSCHへの繰り返し送信の適用をリクエストすることは、媒体アクセス制御層処理部15が第1のPRACHリソースグループを選択することであってもよい。また、媒体アクセス制御層処理部15がメッセージ3 PUSCHへの繰り返し送信の適用をリクエストしないことは、媒体アクセス制御層処理部15が第2のPRACHリソースグループを選択することであってもよい。 In other words, when the media access control layer processing unit 15 requests the application of repeat transmission to the message 3 PUSCH, it may mean that the media access control layer processing unit 15 selects the first PRACH resource group. Also, when the media access control layer processing unit 15 does not request the application of repeat transmission to the message 3 PUSCH, it may mean that the media access control layer processing unit 15 selects the second PRACH resource group.
PRACHリソースグループは、1または複数のPRACHリソースを含んで構成されてもよい。ここで、1つのPRACHリソースは、時間周波数リソース(例えば、PRACH機会)、および、ランダムアクセスプリアンブルのインデックスの一方または両方により識別されるようなリソースであってもよい。 A PRACH resource group may be configured to include one or more PRACH resources. Here, one PRACH resource may be a resource identified by one or both of a time-frequency resource (e.g., a PRACH opportunity) and a random access preamble index.
ここで、PRACHリソースグループごとにランダムアクセスプリアンブルグループBを設定するか否かが決定されてもよい。例えば、第1のPRACHリソースグループに対して、ランダムアクセスプリアンブルグループBが設定されなくてもよい。また、第1のPRACHリソースグループに対して、ランダムアクセスプリアンブルグループBを設定するか否かを示すパラメータがRRC層より提供されてもよい。 Here, whether or not to configure random access preamble group B may be determined for each PRACH resource group. For example, random access preamble group B may not be configured for the first PRACH resource group. Also, a parameter indicating whether or not to configure random access preamble group B for the first PRACH resource group may be provided by the RRC layer.
例えば、PRACHリソースグループごとに、ランダムアクセスプリアンブルグループBを設定するか否かを示すパラメータがRRC層より提供されてもよい。 For example, a parameter indicating whether or not to configure random access preamble group B for each PRACH resource group may be provided by the RRC layer.
判断6005において、媒体アクセス制御層処理部15は、上りリンクデータのサイズに関する判断を行ってもよい。例えば、判断6005における上りリンクデータのサイズに関する判断は、上りリンクデータのサイズとしきい値#6002bとを比較することに
基づき与えられてもよい。
In decision 6005, the media access control layer processing unit 15 may make a decision regarding the size of the uplink data. For example, the decision regarding the size of the uplink data in decision 6005 may be made based on comparing the size of the uplink data with threshold value #6002b.
例えば、媒体アクセス制御層処理部15は、ランダムアクセス手順がCCCHのために開始され、かつ、上りリンクデータのサイズがしきい値#6002bよりも大きい場合に、判断6007に進んでもよい。また、媒体アクセス制御層処理部15は、ランダムアクセス手順がCCCHのために開始され、かつ、上りリンクデータのサイズがしきい値#6002bよりも小さい場合に、判断6006に進んでもよい。また、媒体アクセス制御層処理部15は、ランダムアクセス手順がCCCHのために開始され、かつ、上りリンクデータのサイズがしきい値#6002bと等しい場合に、処理6006および判断6007のいずれかに進んでもよい。また、媒体アクセス制御層処理部15は、ランダムアクセス手順がCCCHのために開始されていない場合に、処理6006に進んでもよい。別の一例では、媒体アクセス制御層処理部15は、ランダムアクセス手順がCCCHのために開始されていない場合に、判断6002に進んでもよい。 For example, the medium access control layer processing unit 15 may proceed to decision 6007 if the random access procedure is initiated for the CCCH and the size of the uplink data is greater than threshold #6002b. Alternatively, the medium access control layer processing unit 15 may proceed to decision 6006 if the random access procedure is initiated for the CCCH and the size of the uplink data is less than threshold #6002b. Alternatively, the medium access control layer processing unit 15 may proceed to either step 6006 or step 6007 if the random access procedure is initiated for the CCCH and the size of the uplink data is equal to threshold #6002b. Alternatively, the medium access control layer processing unit 15 may proceed to step 6006 if the random access procedure is not initiated for the CCCH. In another example, the medium access control layer processing unit 15 may proceed to decision 6002 if the random access procedure is not initiated for the CCCH.
処理6006において、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループAを選択してもよい。また、処理6006において、媒体アクセス制御層処理部15は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストすることを決定してもよい。 In process 6006, the media access control layer processing unit 15 may select random access preamble group A. Also, in process 6006, the media access control layer processing unit 15 may decide to request the application of repeated transmission to the message 3 PUSCH.
判断6007において、媒体アクセス制御層処理部6007は、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されるか否かを判断してもよい。例えば、媒体アクセス制御層処理部15は、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されている場合に、処理6009に進んでもよい。また、媒体アクセス制御層処理部15は、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていない場合に、処理6008に進んでもよい。 In judgment 6007, the media access control layer processing unit 6007 may determine whether random access preamble group B is configured for the first PRACH resource group. For example, if random access preamble group B is configured for the first PRACH resource group, the media access control layer processing unit 15 may proceed to processing 6009. Also, if random access preamble group B is not configured for the first PRACH resource group, the media access control layer processing unit 15 may proceed to processing 6008.
処理6008において、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループBを選択してもよい。また、処理6008において、媒体アクセス制御層処理部15は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしないことを決定してもよい。 In process 6008, the media access control layer processing unit 15 may select random access preamble group B. Also, in process 6008, the media access control layer processing unit 15 may decide not to request the application of repeated transmission to the message 3 PUSCH.
処理6009において、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループBを選択してもよい。また、処理6009において、媒体アクセス制御層処理部15は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストすることを決定してもよい。 In process 6009, the media access control layer processing unit 15 may select random access preamble group B. Also, in process 6009, the media access control layer processing unit 15 may decide to request the application of repeated transmission to message 3 PUSCH.
以上、説明されるように、ランダムアクセス手順において、媒体アクセス制御層処理部15がメッセージ3 PUSCHへの繰り返し送信の適用をリクエストするか否かが、下りリンクパスロスリファレンスのRSRPの値、および、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されるか否か、の一方または両方に基づき決定されてもよい。 As described above, in the random access procedure, whether or not the media access control layer processing unit 15 requests the application of repeated transmission to message 3 PUSCH may be determined based on one or both of the RSRP value of the downlink path loss reference and whether or not random access preamble group B is configured for the first PRACH resource group.
例えば、媒体アクセス制御層処理部15は、下りリンクパスロスリファレンスのRSRPの値がしきい値#6001よりも大きいことに基づき、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしなくてもよい。また、媒体アクセス制御層処理部15は、下りリンクパスロスリファレンスのRSRPの値がしきい値#6001よりも小さくないことに基づき、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしなくてもよい。 For example, the media access control layer processing unit 15 may not request the application of repeat transmission to the message 3 PUSCH based on the RSRP value of the downlink path loss reference being greater than threshold #6001. Also, the media access control layer processing unit 15 may not request the application of repeat transmission to the message 3 PUSCH based on the RSRP value of the downlink path loss reference being not less than threshold #6001.
例えば、媒体アクセス制御層処理部15は、下りリンクパスロスリファレンスのRSRPの値がしきい値#6001よりも小さいこと、および、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていることに基づき、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしてもよい。また、媒体アクセス制御層処理部15は、下りリンクパスロスリファレンスのRSRPの値がしきい値#6001よりも大きくないこと、および、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていることに基づき、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしてもよい。 For example, the medium access control layer processing unit 15 may request the application of repeat transmission to the message 3 PUSCH based on the fact that the RSRP value of the downlink path loss reference is smaller than threshold #6001 and that random access preamble group B is configured for the first PRACH resource group. Also, the medium access control layer processing unit 15 may request the application of repeat transmission to the message 3 PUSCH based on the fact that the RSRP value of the downlink path loss reference is not greater than threshold #6001 and that random access preamble group B is configured for the first PRACH resource group.
例えば、媒体アクセス制御層処理部15は、下りリンクパスロスリファレンスのRSRPの値がしきい値#6001よりも小さいこと、および、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていないことに基づき、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしなくてもよい。また、媒体アクセス制御層処理部15は、下りリンクパスロスリファレンスのRSRPの値がしきい値#6001よりも大きくないこと、および、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていないことに基づき、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしなくてもよい。 For example, the media access control layer processing unit 15 may not request the application of repeat transmission to the message 3 PUSCH based on the fact that the RSRP value of the downlink path loss reference is smaller than threshold #6001 and that random access preamble group B is not configured for the first PRACH resource group. Also, the media access control layer processing unit 15 may not request the application of repeat transmission to the message 3 PUSCH based on the fact that the RSRP value of the downlink path loss reference is not greater than threshold #6001 and that random access preamble group B is not configured for the first PRACH resource group.
ここで、基地局装置3は、端末装置1より伝達されるリクエストの有無に基づき、メッセージ2 PDSCHに含まれる情報(ランダムアクセスレスポンスグラント)をセットしてもよい。 Here, the base station device 3 may set the information contained in message 2 PDSCH (random access response grant) based on whether or not a request has been transmitted from the terminal device 1.
例えば、媒体アクセス制御層処理部15は、ランダムアクセスリソース選択処理5002において、1つのPRACH機会を選択してもよい。ここで、媒体アクセス制御層処理部15は、PRACHリソースグループに関連するPRACH機会の中から1つのPRACH機会を選択してもよい。 For example, the media access control layer processing unit 15 may select one PRACH opportunity in the random access resource selection process 5002. Here, the media access control layer processing unit 15 may select one PRACH opportunity from among the PRACH opportunities associated with the PRACH resource group.
例えば、媒体アクセス制御層処理部15は、選択されたPRACHリソースグループと、選択されたランダムアクセスプリアンブルグループとに基づき、1つのランダムアクセスプリアンブルを選択してもよい。 For example, the media access control layer processing unit 15 may select one random access preamble based on the selected PRACH resource group and the selected random access preamble group.
媒体アクセス制御層処理部15は、処理5002の実施後、処理5003を実施してもよい。ここで、処理5003は、ランダムアクセスプリアンブルの送信処理と、ランダムアクセスレスポンスの受信処理とを含んでもよい。 After performing process 5002, the medium access control layer processing unit 15 may perform process 5003. Here, process 5003 may include a process for transmitting a random access preamble and a process for receiving a random access response.
ここで、ランダムアクセスプリアンブルの送信処理は、媒体アクセス制御層処理部15によって選択された1つのPRACH機会における選択された1つのランダムアクセスプリアンブルの送信を物理層処理部10に指示する処理であってもよい。つまり、媒体アクセス制御層処理部15は、選択された1つのPRACH機会において、選択された1つのランダムアクセスプリアンブルを送信することを物理層処理部10に指示してもよい。 Here, the random access preamble transmission process may be a process of instructing the physical layer processing unit 10 to transmit one selected random access preamble in one PRACH opportunity selected by the medium access control layer processing unit 15. In other words, the medium access control layer processing unit 15 may instruct the physical layer processing unit 10 to transmit one selected random access preamble in one selected PRACH opportunity.
また、ランダムアクセスレスポンスの受信処理は、媒体アクセス制御層処理部15によって所定期間の間PDCCHのモニタリングが実施される処理であってもよい。ここで、所定期間は、ランダムアクセスレスポンスウィンドウとも呼称される。ここで、PDCCHのモニタリングが実際には物理層処理部10によって実施されたとしても、該モニタリングが媒体アクセス制御層処理部15によって実施されたものとみなされてもよい。 Furthermore, the process of receiving a random access response may be a process in which the media access control layer processing unit 15 monitors the PDCCH for a predetermined period of time. Here, the predetermined period is also referred to as the random access response window. Here, even if the PDCCH monitoring is actually performed by the physical layer processing unit 10, the monitoring may be considered to have been performed by the media access control layer processing unit 15.
例えば、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルの送信の終端時点から見て最初のPDCCHの監視機会(monitoring occasion)において、ランダムアクセスレスポンスウィンドウを開始してもよい。ここで、ランダムアクセスレスポン
スウィンドウの持続期間を決定するパラメータ(ra-ResponseWindow)は、RRC層より提供されてもよい。
For example, the media access control layer processing unit 15 may start the random access response window at the first PDCCH monitoring occasion from the end of the transmission of the random access preamble, where a parameter (ra-ResponseWindow) determining the duration of the random access response window may be provided by the RRC layer.
例えば、ランダムアクセスレスポンスウィンドウの持続期間の決定のために、メッセージ3 PUSCHへの繰り返し送信の適用がリクエストされるか否かで、異なるパラメータが用いられてもよい。例えば、第1のパラメータと第2のパラメータがRRC層より提供されてもよい。ここで、メッセージ3 PUSCHへの繰り返し送信の適用がリクエストされる場合に、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスウィンドウの持続期間を第1のパラメータで示される値に基づき決定してもよい。また、メッセージ3 PUSCHへの繰り返し送信の適用がリクエストされない場合に、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスウィンドウの持続期間を第2のパラメータで示される値に基づき決定してもよい。 For example, different parameters may be used to determine the duration of the random access response window depending on whether or not the application of repeated transmission to the message 3 PUSCH is requested. For example, a first parameter and a second parameter may be provided by the RRC layer. Here, if the application of repeated transmission to the message 3 PUSCH is requested, the medium access control layer processing unit 15 may determine the duration of the random access response window based on the value indicated by the first parameter. Also, if the application of repeated transmission to the message 3 PUSCH is not requested, the medium access control layer processing unit 15 may determine the duration of the random access response window based on the value indicated by the second parameter.
例えば、ランダムアクセスレスポンスウィンドウの持続期間中に、選択されたランダムアクセスプリアンブルのインデックスを示すフィールドを含むランダムアクセスレスポンスが受信された場合、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスの受信を成功裏に完了したものとみなしてもよい。一方、ランダムアクセスレスポンスウィンドウが満了し、かつ、選択されたランダムアクセスプリアンブルのインデックスを示すフィールドを含むランダムアクセスレスポンスが受信されなかった場合、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスの受信を成功裏に完了しなかったものとみなしてもよい。 For example, if a random access response including a field indicating the index of the selected random access preamble is received during the duration of the random access response window, the media access control layer processing unit 15 may consider the reception of the random access response to have been successfully completed. On the other hand, if the random access response window has expired and a random access response including a field indicating the index of the selected random access preamble has not been received, the media access control layer processing unit 15 may consider the reception of the random access response to have been unsuccessful.
ランダムアクセスレスポンスの受信が成功裏に完了しなかった場合、媒体アクセス制御層処理部15は、プリアンブル送信カウンタをインクリメントしてもよい。プリアンブル送信カウンタの値が所定の値#5003に達した場合、媒体アクセス制御層処理部15は、ランダムアクセス手順の実施に問題が生じたこと(ランダムアクセスプロブレム)を上位層に通知してもよい。 If the random access response is not successfully received, the media access control layer processing unit 15 may increment the preamble transmission counter. If the value of the preamble transmission counter reaches a predetermined value #5003, the media access control layer processing unit 15 may notify the upper layer that a problem has occurred in the implementation of the random access procedure (random access problem).
ここで、所定の値#5003は、RRC層より提供されるパラメータにより決定されてもよい。例えば、所定の値#5003の決定のために、メッセージ3 PUSCHへの繰り返し送信の適用がリクエストされるか否かで、異なるパラメータが用いられてもよい。例えば、第3のパラメータと第4のパラメータがRRC層より提供されてもよい。ここで、メッセージ3 PUSCHへの繰り返し送信の適用がリクエストされる場合に、媒体アクセス制御層処理部15は、所定の値#5003を第3のパラメータで示される値に基づき決定してもよい。また、メッセージ3 PUSCHへの繰り返し送信の適用がリクエストされない場合に、媒体アクセス制御層処理部15は、所定の値#5003を第4のパラメータで示される値に基づき決定してもよい。 Here, the predetermined value #5003 may be determined by a parameter provided by the RRC layer. For example, different parameters may be used to determine the predetermined value #5003 depending on whether or not the application of repeated transmission to the message 3 PUSCH is requested. For example, a third parameter and a fourth parameter may be provided by the RRC layer. Here, if the application of repeated transmission to the message 3 PUSCH is requested, the medium access control layer processing unit 15 may determine the predetermined value #5003 based on the value indicated by the third parameter. Also, if the application of repeated transmission to the message 3 PUSCH is not requested, the medium access control layer processing unit 15 may determine the predetermined value #5003 based on the value indicated by the fourth parameter.
ランダムアクセスレスポンスの受信が成功裏に完了した場合、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスに含まれる上りリンクグラント(ランダムアクセスレスポンスグラント)の処理を実施してもよい。上りリンクグラントの処理において、メッセージ3 PUSCHの送信が物理層処理部10に指示されてもよい。 If the random access response has been successfully received, the media access control layer processing unit 15 may process the uplink grant (random access response grant) included in the random access response. In processing the uplink grant, the physical layer processing unit 10 may be instructed to transmit message 3 PUSCH.
例えば、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスの受信が成功裏に完了した場合、処理5004に進んでもよい。ここで、処理5004は、衝突解決(Contention resolution)処理を含んでもよい。 For example, if the random access response has been successfully received, the media access control layer processing unit 15 may proceed to process 5004. Here, process 5004 may include contention resolution processing.
例えば、衝突解決処理において、メッセージ3 PUSCHの送信が発生するたびに、コンテンションウィンドウが開始されてもよい。コンテンションウィンドウの持続期間中に、媒体アクセス制御層処理部15はPDCCHのモニタリングを実施してもよい。 For example, in the collision resolution process, a contention window may be initiated each time a message 3 PUSCH transmission occurs. During the duration of the contention window, the medium access control layer processing unit 15 may monitor the PDCCH.
例えば、コンテンションウィンドウの持続期間中に検出されるPDCCHで、かつ、該PDCCHによってスケジューリングされるPDSCHに含まれるトランスポートブロックに含まれる衝突解決識別子がメッセージ3 PUSCHにおいて送信された衝突解決識別子の値と等しい場合、媒体アクセス制御層処理部15は、衝突解決を成功裏に完了した、とみなしてもよい。 For example, if a PDCCH detected during the contention window duration and the collision resolution identifier included in a transport block included in a PDSCH scheduled by that PDCCH is equal to the value of the collision resolution identifier transmitted in message 3 PUSCH, the media access control layer processing unit 15 may consider collision resolution to have been successfully completed.
例えば、コンテンションウィンドウの持続期間中に、メッセージ3 PUSCHにおいて送信された衝突解決識別子の値と等しい値を示す衝突解決識別子を含むPDSCHを検出できたかった場合、媒体アクセス制御層処理部15は、衝突解決を成功裏に完了しなかった、とみなしてもよい。例えば、コンテンションウィンドウが満了した場合、媒体アクセス制御層処理部15は、衝突解決を成功裏に完了しなかった、とみなしてもよい。 For example, if no PDSCH including a collision resolution identifier indicating a value equal to the value of the collision resolution identifier transmitted in message 3 PUSCH is detected during the duration of the contention window, the media access control layer processing unit 15 may determine that collision resolution has not been completed successfully. For example, if the contention window expires, the media access control layer processing unit 15 may determine that collision resolution has not been completed successfully.
例えば、衝突解決が成功裏に完了しなかった場合、媒体アクセス制御層処理部15はプリアンブル送信カウンタをインクリメントしてもよい。 For example, if collision resolution is not completed successfully, the media access control layer processing unit 15 may increment the preamble transmission counter.
媒体アクセス制御層処理部15が判断5001において2ステップランダムアクセス手順を選択した場合、媒体アクセス制御層処理部15はランダムアクセスリソース選択処理5005を実施してもよい。ここで、ランダムアクセスリソース選択処理5005において、ランダムアクセスプリアンブルグループの選択が行われてもよい。 If the media access control layer processing unit 15 selects the two-step random access procedure in decision 5001, the media access control layer processing unit 15 may perform random access resource selection process 5005. Here, in the random access resource selection process 5005, a random access preamble group may be selected.
ランダムアクセスリソース選択処理5005において、媒体アクセス制御層処理部15は判断5005を実施してもよい。ここで、判断5005において、媒体アクセス制御層処理部15は、下りリンク信号の強度に関する判断、および、上りリンク信号のサイズに関する判断の一方または両方を実施してもよい。 In the random access resource selection process 5005, the media access control layer processing unit 15 may perform judgment 5005. Here, in judgment 5005, the media access control layer processing unit 15 may perform one or both of a judgment regarding the strength of the downlink signal and a judgment regarding the size of the uplink signal.
例えば、判断5005における下りリンク信号強度の判断は、ある物理信号に基づき測定されるパスロスの値としきい値#5005aとを比較することに基づき与えられてもよい。ここで、しきい値#5005aは、1または複数のパラメータに基づき決定されるようなしきい値であってもよい。例えば、判断5005における1または複数のパラメータは上りリンクの送信電力制御に用いられるようなパラメータであってもよい。例えば、しきい値#5005aは、ランダムアクセス手順が実施されるサービングセル設定最大送信電力PCMAX、ランダムアクセスプリアンブルのターゲット受信電力msgA-preambleReceivedTargetPower、メッセージA PUSCHのターゲット受信電力とランダムアクセスプリアンブルのターゲット受信電力のオフセット値msgA-DeltaPreamble、および、判断5005のためのオフセット値messagePowerOffsetGroupBに基づき決定されてもよい。例えば、しきい値#5005aは、PCMAX―msgA-preambleReceivedTargetPower―msgA-DeltaPreamble―messagePowerOffsetGroupBの計算により決定されてもよい。 For example, the determination of downlink signal strength in decision 5005 may be made based on comparing a path loss value measured based on a certain physical signal with threshold value #5005a. Here, threshold value #5005a may be a threshold determined based on one or more parameters. For example, the one or more parameters in decision 5005 may be parameters used for uplink transmission power control. For example, threshold value #5005a may be determined based on the serving cell configured maximum transmission power PCMAX in which the random access procedure is performed, the target received power of the random access preamble msgA-preambleReceivedTargetPower, the offset value msgA-DeltaPreamble between the target received power of the message A PUSCH and the target received power of the random access preamble, and the offset value messagePowerOffsetGroupB for decision 5005. For example, threshold #5005a may be determined by calculating PCMAX-msgA-preambleReceivedTargetPower-msgA-DeltaPreamble-messagePowerOffsetGroupB.
例えば、ランダムアクセスプリアンブルのターゲット受信電力msgA-preambleReceivedTargetPowerは、RRC層より提供されてもよい。また、メッセージA PUSCHのターゲット受信電力とランダムアクセスプリアンブルのターゲット受信電力のオフセット値msgA-DeltaPreambleは、RRC層より提供されてもよい。 For example, the target received power of the random access preamble, msgA-preambleReceivedTargetPower, may be provided by the RRC layer. Also, the offset value msgA-DeltaPreamble between the target received power of the message A PUSCH and the target received power of the random access preamble may be provided by the RRC layer.
例えば、判断5005における上りリンクデータのサイズに関する判断は、上りリンクデータのサイズとしきい値#5005bとを比較することに基づき与えられてもよい。例えば、判断5005における上りリンクデータは、潜在的なメッセージA PUSCHのペイロードであってもよい。例えば、潜在的なメッセージA PUSCHのペイロードは、ランダムアクセス手順において送信されることが期待されるメッセージA PUSCHに配置されるトランスポートブロックであってもよい。また、潜在的なメッセージA P
USCHのペイロードは、ランダムアクセス手順において送信されることが期待されるメッセージA PUSCHに配置されるトランスポートブロックに多重されるMAC SDUおよびMACサブヘッダの一方または両方であってもよい。なお、媒体アクセス制御層処理部15が判断5005を実施する時点では、メッセージA PUSCHの送信がまだ実施されていない場合もあるため、“潜在的な”メッセージA PUSCHのペイロードに基づく判断が実施される。
For example, the determination regarding the size of the uplink data in decision 5005 may be based on comparing the size of the uplink data with threshold # 5005b. For example, the uplink data in decision 5005 may be the payload of a potential Message A PUSCH. For example, the payload of a potential Message A PUSCH may be a transport block to be placed in a Message A PUSCH expected to be transmitted in a random access procedure.
The payload of the PUSCH may be one or both of a MAC SDU and a MAC subheader multiplexed into a transport block allocated to a message A PUSCH expected to be transmitted in the random access procedure. Note that, when the medium access control layer processing unit 15 performs decision 5005, the message A PUSCH may not have been transmitted yet, so the decision is made based on the payload of the “potential” message A PUSCH.
例えば、判断5005は、命題5005aの真偽と命題5005bの真偽の一方または両方に基づく判断であってもよい。例えば、媒体アクセス制御層処理部15は、命題5005aが真であるという判断に基づき、ランダムアクセスプリアンブルグループAを選択してもよい。また、媒体アクセス制御層処理部15は、命題5005bが真であるという判断に基づき、ランダムアクセスプリアンブルグループAを選択してもよい。また、媒体アクセス制御層処理部15は、命題5005aが偽であるという判断と命題5005bが偽であるという判断に基づき、ランダムアクセスプリアンブルグループBを選択してもよい。 For example, judgment 5005 may be a judgment based on one or both of the truth or falsity of proposition 5005a and the truth or falsity of proposition 5005b. For example, the medium access control layer processing unit 15 may select random access preamble group A based on the judgment that proposition 5005a is true. Furthermore, the medium access control layer processing unit 15 may select random access preamble group A based on the judgment that proposition 5005b is true. Furthermore, the medium access control layer processing unit 15 may select random access preamble group B based on the judgment that proposition 5005a is false and the judgment that proposition 5005b is false.
例えば、命題5005aは、上りリンクデータのサイズがしきい値#5005bよりも大きく、かつ、パスロスの値がしきい値#5005aよりも小さいこと、であってもよい。また、命題5005aは、上りリンクデータのサイズがしきい値#5005bよりも小さくなく、かつ、パスロスの値がしきい値#5005aよりも小さいこと、であってもよい。また、命題5005aは、上りリンクデータのサイズがしきい値#5005bよりも大きく、かつ、パスロスの値がしきい値#5005aよりも大きくないこと、であってもよい。また、命題5005aは、上りリンクデータのサイズがしきい値#5005bよりも小さくなく、かつ、パスロスの値がしきい値#5005aよりも大きくないこと、であってもよい。 For example, proposition 5005a may be that the size of uplink data is greater than threshold #5005b and the path loss value is less than threshold #5005a. Alternatively, proposition 5005a may be that the size of uplink data is not less than threshold #5005b and the path loss value is less than threshold #5005a. Alternatively, proposition 5005a may be that the size of uplink data is greater than threshold #5005b and the path loss value is not greater than threshold #5005a. Alternatively, proposition 5005a may be that the size of uplink data is not less than threshold #5005b and the path loss value is not greater than threshold #5005a.
例えば、命題5005bは、ランダムアクセス手順がCCCHのために開始され、かつ、上りリンクデータのサイズがしきい値#5005bよりも大きいこと、であってもよい。また、命題5005bは、ランダムアクセス手順がCCCHのために開始され、かつ、上りリンクデータのサイズがしきい値#5005bよりも小さくないこと、であってもよい。 For example, proposition 5005b may be that a random access procedure is initiated for CCCH and the size of the uplink data is greater than threshold #5005b. Alternatively, proposition 5005b may be that a random access procedure is initiated for CCCH and the size of the uplink data is not less than threshold #5005b.
コンテンションベースの2ステップランダムアクセスにおいて、媒体アクセス制御層処理部15は判断5005を実施してもよい。一方、非コンテンションベースの2ステップランダムアクセスにおいて、媒体アクセス制御層処理部15は判断5005を実施しなくてもよい。ここで、非コンテンションベースの2ステップランダムアクセスにおいて、判断5005が実施されない場合には、媒体アクセス制御層処理部15は、判断5001実施の後、処理5006に進んでもよい。 In contention-based two-step random access, the media access control layer processing unit 15 may perform decision 5005. On the other hand, in non-contention-based two-step random access, the media access control layer processing unit 15 may not perform decision 5005. Here, if decision 5005 is not performed in non-contention-based two-step random access, the media access control layer processing unit 15 may proceed to process 5006 after performing decision 5001.
媒体アクセス制御層処理部15は、処理5005の実施後、処理5006を実施してもよい。ここで、処理5006は、メッセージAの送信処理と、メッセージBの受信処理とを含んでもよい。 After performing process 5005, the media access control layer processing unit 15 may perform process 5006. Here, process 5006 may include a process for sending message A and a process for receiving message B.
ここで、メッセージAは、ランダムアクセスプリアンブルと、メッセージA PUSCHと、を含んだ呼称である。つまり、メッセージAの送信処理は、ランダムアクセスプリアンブルの送信処理と、メッセージA PUSCHの送信処理と、を含んでもよい。 Here, message A is a term that includes the random access preamble and message A PUSCH. In other words, the process of transmitting message A may include the process of transmitting the random access preamble and the process of transmitting message A PUSCH.
また、メッセージBの受信処理は、媒体アクセス制御層処理部15によって所定期間の間PDCCHのモニタリングが実施される処理であってもよい。ここで、所定期間は、メッセージBウィンドウとも呼称される。 In addition, the message B reception process may be a process in which the media access control layer processing unit 15 monitors the PDCCH for a predetermined period of time. Here, the predetermined period is also referred to as the message B window.
例えば、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルの送信の終端時点から見て最初のPDCCHの監視機会(monitoring occasion)において、メッセージBウィンドウを開始してもよい。ここで、メッセージBウィンドウの持続期間を決定するパラメータ(msgB-ResponseWindow)は、RRC層より提供されてもよい。 For example, the media access control layer processing unit 15 may start the message B window at the first PDCCH monitoring occasion after the end of the transmission of the random access preamble. Here, the parameter (msgB-ResponseWindow) that determines the duration of the message B window may be provided by the RRC layer.
例えば、メッセージBウィンドウの持続期間中に、第1のデータユニットを含むメッセージBが受信され、かつ、選択されたランダムアクセスプリアンブルのインデックスを示すフィールドを含むランダムアクセスレスポンスが受信された場合、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスの受信が成功裏に完了された、とみなしてもよい。ランダムアクセスレスポンスの受信が成功裏に完了された場合、媒体アクセス制御層処理部15は、処理5004に進んでもよい。 For example, if message B including a first data unit is received during the duration of the message B window, and a random access response including a field indicating the index of the selected random access preamble is received, the media access control layer processing unit 15 may consider that reception of the random access response has been successfully completed. If reception of the random access response has been successfully completed, the media access control layer processing unit 15 may proceed to processing 5004.
ここで、データユニットは、MAC層で認識されるデータのフォーマット、または、形式であってもよい。 Here, the data unit may be in a data format or form recognized by the MAC layer.
例えば、メッセージBウィンドウの持続期間中に、第1のデータユニットとは異なる第2のデータユニットを含むメッセージBが受信され、かつ、第2のデータユニットに含まれる衝突解決識別子が、メッセージA PUSCHにおいて送信された衝突解決識別子の値と等しい場合、媒体アクセス制御層処理部15はメッセージBの受信を成功裏に完了した、とみなしてもよい。メッセージBの受信が成功裏に完了された場合、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスの受信が成功裏に完了された、とみなしてもよい。また、メッセージBの受信が成功裏に完了された場合、媒体アクセス制御層処理部15は、ランダムアクセス手順が成功裏に完了した、とみなしてもよい。 For example, if message B including a second data unit different from the first data unit is received during the duration of the message B window, and the collision resolution identifier included in the second data unit is equal to the value of the collision resolution identifier transmitted in the message A PUSCH, the media access control layer processing unit 15 may consider reception of message B to be successfully completed. If reception of message B is successfully completed, the media access control layer processing unit 15 may consider reception of the random access response to be successfully completed. Also, if reception of message B is successfully completed, the media access control layer processing unit 15 may consider the random access procedure to be successfully completed.
メッセージBウィンドウが満了し、かつ、ランダムアクセスレスポンスの受信が成功裏に完了されない場合、媒体アクセス制御層処理部15は、プリアンブル送信カウンタをインクリメントしてもよい。プリアンブル送信カウンタの値が所定の値#5006に達した場合、媒体アクセス制御層処理部15は、“RA_TYPE”を、“4STEP_RA”に変更してもよい。また、プリアンブル送信カウンタの値が所定の値#5006に達した場合、媒体アクセス制御層処理部15は、処理5002に進んでもよい。 If the message B window expires and the reception of the random access response is not completed successfully, the media access control layer processing unit 15 may increment the preamble transmission counter. If the value of the preamble transmission counter reaches a predetermined value #5006, the media access control layer processing unit 15 may change "RA_TYPE" to "4STEP_RA". Also, if the value of the preamble transmission counter reaches a predetermined value #5006, the media access control layer processing unit 15 may proceed to process 5002.
ランダムアクセス手順において“RA_TYPE”が“2STEP_RA”から“4STEP_RA”に変更された場合、媒体アクセス制御層処理部15は、ランダムアクセスリソース選択処理5002の代わりに、ランダムアクセスリソース選択処理5002Xを実施してもよい。ここで、ランダムアクセスリソース選択処理5002Xにおいて、ランダムアクセスプリアンブルグループの選択、および、PRACHリソースグループの選択の一方または両方が行われてもよい。 When "RA_TYPE" is changed from "2STEP_RA" to "4STEP_RA" in the random access procedure, the medium access control layer processing unit 15 may perform random access resource selection process 5002X instead of random access resource selection process 5002. Here, random access resource selection process 5002X may select one or both of a random access preamble group and a PRACH resource group.
ランダムアクセスリソース選択処理5002Xにおいて、媒体アクセス制御層処理部15は判断5002Xを実施してもよい。ここで、判断5002Xにおいて、媒体アクセス制御層処理部15は、下りリンク信号の強度に関する判断と、ランダムアクセスプリアンブルグループの選択に関する判断との一方または両方を行ってもよい。例えば、判断5002Xにおける下りリンク信号の強度に関する判断は、下りリンクパスロスリファレンスのRSRPの値と所定のしきい値#5002Xとを比較することに基づき与えられてもよい。ここで、下りリンクパスロスリファレンスは、上りリンクの電力制御において用いられるパスロス推定値の決定に用いられる物理信号であってもよい。また、下りリンクパスロスリファレンスは、ランダムアクセス手順において選択されるSS/PBCHブロックであってもよい。 In the random access resource selection process 5002X, the media access control layer processing unit 15 may perform decision 5002X. Here, in decision 5002X, the media access control layer processing unit 15 may perform one or both of a decision regarding the strength of the downlink signal and a decision regarding the selection of a random access preamble group. For example, the decision regarding the strength of the downlink signal in decision 5002X may be made based on comparing the RSRP value of the downlink path loss reference with a predetermined threshold #5002X. Here, the downlink path loss reference may be a physical signal used to determine a path loss estimation value used in uplink power control. Alternatively, the downlink path loss reference may be an SS/PBCH block selected in the random access procedure.
例えば、判断5002Xにおけるランダムアクセスプリアンブルグループの選択に関す
る判断において、媒体アクセス制御層処理部15は、すでにランダムアクセスプリアンブルグループが選択されているか否か、を判断してもよい。例えば、判断5002Xに先立って実施された2ステップランダムアクセスにおいてランダムアクセスプリアンブルグループが選択されているか否か、が判断5002Xにおいて判断されてもよい。
For example, in the determination regarding the selection of a random access preamble group in decision 5002X, the media access control layer processing unit 15 may determine whether or not a random access preamble group has already been selected. For example, in decision 5002X, it may be determined whether or not a random access preamble group has already been selected in a two-step random access performed prior to decision 5002X.
例えば、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5002Xより大きく、かつ、まだランダムアクセスプリアンブルグループが選択されていない場合、媒体アクセス制御層処理部15は処理5012Xを実施してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5002Xより小さくなく、かつ、まだランダムアクセスプリアンブルグループが選択されていない場合、媒体アクセス制御層処理部15は処理5012Xを実施してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5002Xより大きく、かつ、すでにランダムアクセスプリアンブルグループが選択されている場合、媒体アクセス制御層処理部15は処理5022Xを実施してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5002Xより小さくなく、かつ、すでにランダムアクセスプリアンブルグループが選択されている場合、媒体アクセス制御層処理部15は処理5022Xを実施してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5002Xより小さく、かつ、まだランダムアクセスプリアンブルグループが選択されていない場合、媒体アクセス制御層処理部15は処理5032Xを実施してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5002Xより大きくなく、かつ、まだランダムアクセスプリアンブルグループが選択されていない場合、媒体アクセス制御層処理部15は処理5032Xを実施してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5002Xより小さく、かつ、すでにランダムアクセスプリアンブルグループが選択されている場合、媒体アクセス制御層処理部15は処理5042Xを実施してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5002Xより大きくなく、かつ、すでにランダムアクセスプリアンブルグループが選択されている場合、媒体アクセス制御層処理部15は処理5042Xを実施してもよい。 For example, if the RSRP value of the downlink path loss reference is greater than a predetermined threshold #5002X and a random access preamble group has not yet been selected, the media access control layer processing unit 15 may perform process 5012X. Also, if the RSRP value of the downlink path loss reference is not less than the predetermined threshold #5002X and a random access preamble group has not yet been selected, the media access control layer processing unit 15 may perform process 5012X. Also, if the RSRP value of the downlink path loss reference is greater than the predetermined threshold #5002X and a random access preamble group has already been selected, the media access control layer processing unit 15 may perform process 5022X. Also, if the RSRP value of the downlink path loss reference is not less than the predetermined threshold #5002X and a random access preamble group has already been selected, the media access control layer processing unit 15 may perform process 5022X. Furthermore, if the RSRP value of the downlink path loss reference is smaller than the predetermined threshold #5002X and a random access preamble group has not yet been selected, the media access control layer processing unit 15 may perform operation 5032X. Furthermore, if the RSRP value of the downlink path loss reference is not greater than the predetermined threshold #5002X and a random access preamble group has not yet been selected, the media access control layer processing unit 15 may perform operation 5032X. Furthermore, if the RSRP value of the downlink path loss reference is smaller than the predetermined threshold #5002X and a random access preamble group has already been selected, the media access control layer processing unit 15 may perform operation 5042X. Furthermore, if the RSRP value of the downlink path loss reference is not greater than the predetermined threshold #5002X and a random access preamble group has already been selected, the media access control layer processing unit 15 may perform operation 5042X. Furthermore, if the RSRP value of the downlink path loss reference is not greater than the predetermined threshold #5002X and a random access preamble group has already been selected, the media access control layer processing unit 15 may perform operation 5042X.
例えば、ランダムアクセスリソース選択処理5012Xにおいて、ランダムアクセスプリアンブルグループB設定に関する判断、および、メッセージAのペイロードのサイズに関する判断の一方または両方が実施されてもよい。ここで、ランダムアクセスリソース選択処理5012XにおけるランダムアクセスプリアンブルグループB設定に関する判断において、媒体アクセス制御層処理部15は、第2のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されているか否かを判断してもよい。また、ランダムアクセスリソース選択処理5012XにおけるメッセージAのペイロードのサイズに関する判断は、メッセージAのペイロードのサイズとしきい値5012Xとの比較に基づき与えられてもよい。例えば、ペイロードのサイズは、ペイロードのトランスポートブロックのサイズであってもよい。 For example, in the random access resource selection process 5012X, one or both of a determination regarding the setting of random access preamble group B and a determination regarding the payload size of message A may be performed. Here, in the determination regarding the setting of random access preamble group B in the random access resource selection process 5012X, the medium access control layer processing unit 15 may determine whether random access preamble group B is set for the second PRACH resource group. Furthermore, the determination regarding the payload size of message A in the random access resource selection process 5012X may be made based on a comparison between the payload size of message A and a threshold value 5012X. For example, the payload size may be the size of the payload transport block.
例えば、ランダムアクセスリソース選択処理Xにおいて、命題5012Xaが真であり、かつ、命題5012Xbが真であることに基づき、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループBを選択してもよい。また、ランダムアクセスリソース選択処理5012Xにおいて、命題5012Xaが偽であることに基づき、ランダムアクセスプリアンブルグループAを選択してもよい。また、ランダムアクセスリソース選択処理5012Xにおいて、命題5012Xbが偽であることに基づき、ランダムアクセスプリアンブルグループAを選択してもよい。 For example, in random access resource selection process X, the medium access control layer processing unit 15 may select random access preamble group B based on the fact that proposition 5012Xa is true and proposition 5012Xb is true. Also, in random access resource selection process 5012X, random access preamble group A may be selected based on the fact that proposition 5012Xa is false. Also, in random access resource selection process 5012X, random access preamble group A may be selected based on the fact that proposition 5012Xb is false.
例えば、命題5012Xaは、第2のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていること、であってもよい。 For example, proposition 5012Xa may be that random access preamble group B is configured for the second PRACH resource group.
また、命題5012Xbは、メッセージAのペイロードのトランスポートブロックのサイズがランダムアクセスプリアンブルグループBに関するメッセージAのペイロードのトランスポートブロックのサイズに対応していること、であってもよい。ここで、メッセージAのペイロードのトランスポートブロックのサイズがランダムアクセスプリアンブルグループBに関するメッセージAのペイロードのトランスポートブロックのサイズに対応していることは、メッセージAのペイロードのトランスポートブロックのサイズがしきい値#5005bより大きいことであってもよい。また、メッセージAのペイロードのトランスポートブロックのサイズがランダムアクセスプリアンブルグループBに関するメッセージAのペイロードのトランスポートブロックのサイズに対応していることは、メッセージAのペイロードのトランスポートブロックのサイズがしきい値#5005bより小さくないことであってもよい。また、メッセージAのペイロードのトランスポートブロックのサイズがランダムアクセスプリアンブルグループBに関するメッセージAのペイロードのトランスポートブロックのサイズに対応していることは、メッセージAのペイロードのトランスポートブロックのサイズがしきい値#6002bより大きいことであってもよい。また、メッセージAのペイロードのトランスポートブロックのサイズがランダムアクセスプリアンブルグループBに関するメッセージAのペイロードのトランスポートブロックのサイズに対応していることは、メッセージAのペイロードのトランスポートブロックのサイズがしきい値#6002bより小さくないことであってもよい。 Proposition 5012Xb may also be that the size of the transport block of the payload of message A corresponds to the size of the transport block of the payload of message A for random access preamble group B. Here, the fact that the size of the transport block of the payload of message A corresponds to the size of the transport block of the payload of message A for random access preamble group B may mean that the size of the transport block of the payload of message A is greater than threshold value #5005b. Proposition 5012Xb may also be that the size of the transport block of the payload of message A corresponds to the size of the transport block of the payload of message A for random access preamble group B may mean that the size of the transport block of the payload of message A is not smaller than threshold value #5005b. Proposition 5012Xb may also be that the size of the transport block of the payload of message A corresponds to the size of the transport block of the payload of message A for random access preamble group B may mean that the size of the transport block of the payload of message A is greater than threshold value #6002b. Furthermore, the size of the transport block of the payload of message A corresponding to the size of the transport block of the payload of message A related to random access preamble group B may be such that the size of the transport block of the payload of message A is not smaller than threshold value #6002b.
例えば、ランダムアクセスリソース選択処理5022Xにおいて、媒体アクセス制御層処理部15は、すでに選択されたランダムアクセスプリアンブルグループと同一のランダムアクセスプリアンブルグループを選択してもよい。 For example, in the random access resource selection process 5022X, the media access control layer processing unit 15 may select the same random access preamble group as the already selected random access preamble group.
図7は、本実施形態の一態様に係る媒体アクセス制御層処理部15によって実施されるランダムアクセスリソース選択処理5032Xの処理例を示した図である。最初に、ランダムアクセスリソース選択処理5032Xにおいて、媒体アクセス制御層処理部15は判断7001を実施してもよい。ここで、判断7001は、ランダムアクセスプリアンブルグループB設定に関する判断であってもよい。例えば、判断7001において、媒体アクセス制御層処理部15は、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていないことに基づき、判断7005に進んでもよい。また、判断7001において、媒体アクセス制御層処理部15は、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていることに基づき、判断7002に進んでもよい。 Figure 7 is a diagram showing an example of the random access resource selection process 5032X performed by the media access control layer processing unit 15 according to one aspect of this embodiment. First, in the random access resource selection process 5032X, the media access control layer processing unit 15 may perform decision 7001. Here, decision 7001 may be a decision regarding random access preamble group B configuration. For example, in decision 7001, the media access control layer processing unit 15 may proceed to decision 7005 based on the fact that random access preamble group B is not configured for the first PRACH resource group. Also, in decision 7001, the media access control layer processing unit 15 may proceed to decision 7002 based on the fact that random access preamble group B is configured for the first PRACH resource group.
例えば、媒体アクセス制御層処理部15は、判断7002において、命題5012Xbの真偽を判断してもよい。例えば、媒体アクセス制御層処理部15は、判断7002において、命題5012Xbが真であることに基づき、処理7004に進んでもよい。また、媒体アクセス制御層処理部15は、判断7002において、命題5012Xbが偽であることに基づき、処理7003に進んでもよい。 For example, the media access control layer processing unit 15 may determine whether proposition 5012Xb is true or false in decision 7002. For example, the media access control layer processing unit 15 may proceed to process 7004 based on the fact that proposition 5012Xb is true in decision 7002. Alternatively, the media access control layer processing unit 15 may proceed to process 7003 based on the fact that proposition 5012Xb is false in decision 7002.
処理7003において、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループAを選択してもよい。また、処理7003において、媒体アクセス制御層処理部15は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしないことを決定してもよい。 In process 7003, the media access control layer processing unit 15 may select random access preamble group A. Also, in process 7003, the media access control layer processing unit 15 may decide not to request the application of repeated transmission to the message 3 PUSCH.
処理7004において、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループBを選択してもよい。また、処理7004において、媒体アクセス制御層処理部15は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしないことを決定してもよい。 In process 7004, the media access control layer processing unit 15 may select random access preamble group B. Also, in process 7004, the media access control layer processing unit 15 may decide not to request the application of repeated transmission to the message 3 PUSCH.
例えば、媒体アクセス制御層処理部15は、判断7005において、命題5012Xbの真偽を判断してもよい。例えば、媒体アクセス制御層処理部15は、判断7005において、命題5012Xbが真であることに基づき、処理7006に進んでもよい。また、媒体アクセス制御層処理部15は、判断7005において、命題5012Xbが偽であることに基づき、処理7007に進んでもよい。 For example, the media access control layer processing unit 15 may determine whether proposition 5012Xb is true or false in judgment 7005. For example, the media access control layer processing unit 15 may proceed to process 7006 based on the fact that proposition 5012Xb is true in judgment 7005. Alternatively, the media access control layer processing unit 15 may proceed to process 7007 based on the fact that proposition 5012Xb is false in judgment 7005.
処理7006において、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループAを選択してもよい。また、処理7006において、媒体アクセス制御層処理部15は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストすることを決定してもよい。 In process 7006, the media access control layer processing unit 15 may select random access preamble group A. Also, in process 7006, the media access control layer processing unit 15 may decide to request the application of repeated transmission to message 3 PUSCH.
処理7007において、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルグループBを選択してもよい。また、処理7007において、媒体アクセス制御層処理部15は、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしないことを決定してもよい。 In process 7007, the media access control layer processing unit 15 may select random access preamble group B. Also, in process 7007, the media access control layer processing unit 15 may decide not to request the application of repeated transmission to the message 3 PUSCH.
例えば、メッセージ3 PUSCHへの繰り返し送信の適用がリクエストされるか否かは、メッセージAのペイロードのトランスポートブロックのサイズ、および、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されているか否か、の一方または両方に基づき決定されてもよい。 For example, whether or not to request repeated transmission for the PUSCH in message 3 may be determined based on one or both of the transport block size of the payload of message A and whether or not random access preamble group B is configured for the first PRACH resource group.
例えば、処理5042Xにおいて、ランダムアクセスプリアンブルグループB設定に関する判断が実施されてもよい。例えば、媒体アクセス制御層処理部15は、処理5042Xにおいて、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていないことに基づき、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストしないことを決定してもよい。また、媒体アクセス制御層処理部15は、処理5042Xにおいて、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されていることに基づき、メッセージ3 PUSCHへの繰り返し送信の適用をリクエストすることを決定してもよい。 For example, in process 5042X, a determination regarding random access preamble group B configuration may be made. For example, in process 5042X, the media access control layer processing unit 15 may decide not to request the application of repeated transmission to the message 3 PUSCH based on the fact that random access preamble group B is not configured for the first PRACH resource group. Also, in process 5042X, the media access control layer processing unit 15 may decide to request the application of repeated transmission to the message 3 PUSCH based on the fact that random access preamble group B is configured for the first PRACH resource group.
図8は、本実施形態の一態様に係る媒体アクセス制御層処理部15において実施されるランダムアクセス手順の一例を示す図である。図8に示されるランダムアクセス手順において、最初に、媒体アクセス制御層処理部15は判断8001を実施してもよい。ここで、判断8001において、ランダムアクセス手順のタイプが判断されてもよい。また、ランダムアクセス手順のタイプは、メッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順、メッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴う4ステップランダムアクセス手順、および、2ステップランダムアクセス手順のいずれかであってもよい。つまり、判断8001において、メッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順、メッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴う4ステップランダムアクセス手順、および、2ステップランダムアクセス手順のいずれかが選択されてもよい。 Figure 8 is a diagram showing an example of a random access procedure performed by the media access control layer processing unit 15 according to one aspect of this embodiment. In the random access procedure shown in Figure 8, the media access control layer processing unit 15 may first perform decision 8001. Here, in decision 8001, the type of random access procedure may be determined. Furthermore, the type of random access procedure may be any of a four-step random access procedure without requesting the application of repeat transmission to the message 3 PUSCH, a four-step random access procedure with requesting the application of repeat transmission to the message 3 PUSCH, and a two-step random access procedure. In other words, in decision 8001, any of a four-step random access procedure without requesting the application of repeat transmission to the message 3 PUSCH, a four-step random access procedure with requesting the application of repeat transmission to the message 3 PUSCH, and a two-step random access procedure may be selected.
ここで、“RA_TYPE”は、判断8001において選択されるランダムアクセス手順に対応する値が格納される変数である。例えば、メッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順に対応する値は“4STEP_RA”であり、2ステップランダムアクセス手順に対応する値は“2STEP_RA”であってもよい。また、メッセージ3 PUSCHに対して繰り
返し送信の適用をリクエストすることを伴う4ステップランダムアクセス手順に対応する値は“4STEP_RAreq”であってもよい。例えば、判断8001において、媒体アクセス制御層処理部15がメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴う4ステップランダムアクセス手順を選択した場合、変数“RA_TYPE”に“4STEP_RAreq”が入力されてもよい。
Here, "RA_TYPE" is a variable in which a value corresponding to the random access procedure selected in decision 8001 is stored. For example, the value corresponding to the four-step random access procedure without requesting the application of repeat transmission to the message 3 PUSCH may be "4STEP_RA", and the value corresponding to the two-step random access procedure may be "2STEP_RA". Also, the value corresponding to the four-step random access procedure with requesting the application of repeat transmission to the message 3 PUSCH may be "4STEP_RAreq". For example, if, in decision 8001, the medium access control layer processing unit 15 selects the four-step random access procedure with requesting the application of repeat transmission to the message 3 PUSCH, "4STEP_RAreq" may be input to the variable "RA_TYPE".
判断8001において、上りリンク信号の強度に関する判断が実施されてもよい。ここで、判断8001における下りリンク信号の強度に関する判断は、下りリンクパスロスリファレンスのRSRPの値と所定のしきい値#5001とを比較すること、および、下りリンクパスロスリファレンスのRSRPの値と所定のしきい値#8001とを比較すること、の一方または両方に基づき与えられてもよい。例えば、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5001よりも大きい場合、媒体アクセス制御層処理部15は2ステップランダムアクセス手順を選択してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#8001よりも小さい場合、媒体アクセス制御層処理部15はメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴う4ステップランダムアクセス手順を選択してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5001よりも小さく、かつ、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#8001よりも大きい場合、媒体アクセス制御層処理部15は、メッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順を選択してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#5001と等しい場合、媒体アクセス制御層処理部15は2ステップランダムアクセス手順またはメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順を選択してもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#8001と等しい場合、媒体アクセス制御層処理部15はメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順またはメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴う4ステップランダムアクセス手順のいずれかを選択してもよい。 In decision 8001, a determination regarding the strength of the uplink signal may be made. Here, the determination regarding the strength of the downlink signal in decision 8001 may be based on one or both of comparing the RSRP value of the downlink path loss reference with a predetermined threshold #5001 and comparing the RSRP value of the downlink path loss reference with a predetermined threshold #8001. For example, if the RSRP value of the downlink path loss reference is greater than the predetermined threshold #5001, the media access control layer processing unit 15 may select a two-step random access procedure. Also, if the RSRP value of the downlink path loss reference is less than the predetermined threshold #8001, the media access control layer processing unit 15 may select a four-step random access procedure involving requesting the application of repeated transmission for message 3 PUSCH. Furthermore, if the RSRP value of the downlink path loss reference is smaller than predetermined threshold #5001 and larger than predetermined threshold #8001, the media access control layer processing unit 15 may select a four-step random access procedure that does not involve a request for repeat transmission for message 3 PUSCH. Furthermore, if the RSRP value of the downlink path loss reference is equal to predetermined threshold #5001, the media access control layer processing unit 15 may select either a two-step random access procedure or a four-step random access procedure that does not involve a request for repeat transmission for message 3 PUSCH. Furthermore, if the RSRP value of the downlink path loss reference is equal to predetermined threshold #8001, the media access control layer processing unit 15 may select either a four-step random access procedure that does not involve a request for repeat transmission for message 3 PUSCH or a four-step random access procedure that involves a request for repeat transmission for message 3 PUSCH.
媒体アクセス制御層処理部15が判断8001においてメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順を選択した場合、媒体アクセス制御層処理部15は処理8002に進んでもよい。ここで、媒体アクセス制御層処理部15は、処理8002に進むとともに、第2のPRACHリソースグループを選択してもよい。 If the media access control layer processing unit 15 selects a four-step random access procedure that does not request the application of repetitive transmission to the message 3 PUSCH in decision 8001, the media access control layer processing unit 15 may proceed to process 8002. Here, the media access control layer processing unit 15 may proceed to process 8002 and select a second PRACH resource group.
処理8002において、媒体アクセス制御層処理部15はランダムアクセスプリアンブルグループの選択を実施してもよい。例えば、処理8002において、媒体アクセス制御層処理部15は、命題6002aが真であるという判断に基づき、ランダムアクセスプリアンブルグループBを選択してもよい。また、処理8002において、媒体アクセス制御層処理部15は、命題6002bが真であるという判断に基づき、ランダムアクセスプリアンブルグループBを選択してもよい。また、処理8002において、媒体アクセス制御層処理部15は、命題6002aが偽であるという判断と命題6002bが偽であるという判断とに基づき、ランダムアクセスプリアンブルグループAを選択してもよい。 In process 8002, the media access control layer processing unit 15 may select a random access preamble group. For example, in process 8002, the media access control layer processing unit 15 may select random access preamble group B based on a determination that proposition 6002a is true. Also, in process 8002, the media access control layer processing unit 15 may select random access preamble group B based on a determination that proposition 6002b is true. Also, in process 8002, the media access control layer processing unit 15 may select random access preamble group A based on a determination that proposition 6002a is false and a determination that proposition 6002b is false.
処理8003は、処理5003と同様の処理であるため、詳細な説明は省略される。 Process 8003 is similar to process 5003, so a detailed explanation will be omitted.
例えば、媒体アクセス制御層処理部15は、処理8003におけるランダムアクセスレスポンスの受信が成功裏に完了した場合、処理8004に進んでもよい。ここで、処理8004は、衝突解決処理を含んでもよい。 For example, if the reception of the random access response in process 8003 is successfully completed, the media access control layer processing unit 15 may proceed to process 8004. Here, process 8004 may include a collision resolution process.
例えば、衝突解決処理において、メッセージ3 PUSCHの送信が発生するたびに、コンテンションウィンドウが開始されてもよい。コンテンションウィンドウの持続期間中に、媒体アクセス制御層処理部15はPDCCHのモニタリングを実施してもよい。 For example, in the collision resolution process, a contention window may be initiated each time a message 3 PUSCH transmission occurs. During the duration of the contention window, the medium access control layer processing unit 15 may monitor the PDCCH.
例えば、コンテンションウィンドウの持続期間中に検出されるPDCCHで、かつ、該PDCCHによってスケジューリングされるPDSCHに含まれるトランスポートブロックに含まれる衝突解決識別子がメッセージ3 PUSCHにおいて送信された衝突解決識別子の値と等しい場合、媒体アクセス制御層処理部15は、衝突解決を成功裏に完了した、とみなしてもよい。 For example, if a PDCCH detected during the contention window duration and the collision resolution identifier included in a transport block included in a PDSCH scheduled by that PDCCH is equal to the value of the collision resolution identifier transmitted in message 3 PUSCH, the media access control layer processing unit 15 may consider collision resolution to have been successfully completed.
例えば、コンテンションウィンドウの持続期間中に、メッセージ3 PUSCHにおいて送信された衝突解決識別子の値と等しい値を示す衝突解決識別子を含むPDSCHを検出できたかった場合、媒体アクセス制御層処理部15は、衝突解決を成功裏に完了しなかった、とみなしてもよい。例えば、コンテンションウィンドウが満了した場合、媒体アクセス制御層処理部15は、衝突解決を成功裏に完了しなかった、とみなしてもよい。 For example, if no PDSCH including a collision resolution identifier indicating a value equal to the value of the collision resolution identifier transmitted in message 3 PUSCH is detected during the duration of the contention window, the media access control layer processing unit 15 may determine that collision resolution has not been completed successfully. For example, if the contention window expires, the media access control layer processing unit 15 may determine that collision resolution has not been completed successfully.
例えば、衝突解決が成功裏に完了しなかった場合、媒体アクセス制御層処理部15はプリアンブル送信カウンタをインクリメントしてもよい。 For example, if collision resolution is not completed successfully, the media access control layer processing unit 15 may increment the preamble transmission counter.
例えば、衝突解決が成功裏に完了しなかった場合、媒体アクセス制御層処理部15はリクエストカウンタをインクリメントしてもよい。リクエストカウンタが所定の値#8004に達した場合、媒体アクセス制御層処理部15は、メッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順が失敗したことを認識してもよい。 For example, if collision resolution is not completed successfully, the media access control layer processing unit 15 may increment a request counter. If the request counter reaches a predetermined value #8004, the media access control layer processing unit 15 may recognize that the four-step random access procedure without requesting the application of repeated transmissions for message 3 PUSCH has failed.
例えば、媒体アクセス制御層処理部15がメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順が失敗したことを認識した場合、媒体アクセス制御層処理部15は処理8005に進んでもよい。 For example, if the media access control layer processing unit 15 recognizes that the four-step random access procedure without requesting the application of repeat transmission for message 3 PUSCH has failed, the media access control layer processing unit 15 may proceed to process 8005.
例えば、媒体アクセス制御層処理部15は処理8005に進むか否かは、メッセージ3
PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順が失敗したことを認識したか否か、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されているか否か、および、すでにランダムアクセスプリアンブルグループBが選択されているか否か、の一部または全部に基づき決定されてもよい。ここで、媒体アクセス制御層処理部15は、処理8005に進むとともに、“RA_TYPE”を“4STEP_RA”から“4STEP_RAreq”に変更してもよい。
For example, whether the media access control layer processing unit 15 proceeds to step 8005 depends on message 3
The determination may be based on some or all of the following: whether it has been recognized that the four-step random access procedure without requesting the application of repetitive transmission to the PUSCH has failed; whether the random access preamble group B has been configured for the first PRACH resource group; and whether the random access preamble group B has already been selected. Here, the medium access control layer processing unit 15 may proceed to process 8005 and change “RA_TYPE” from “4STEP_RA” to “4STEP_RAreq”.
例えば、媒体アクセス制御層処理部15がメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順が失敗したことを認識し、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定され、かつ、処理8002においてランダムアクセスプリアンブルグループBが選択されている場合、媒体アクセス制御層処理部15は処理8005に進んでもよい。また、媒体アクセス制御層処理部15がメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順が失敗したことを認識し、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定され、かつ、処理8002においてランダムアクセスプリアンブルグループAが選択されている場合、媒体アクセス制御層処理部15は処理8005に進んでもよい。また、媒体アクセス制御層処理部15がメッセージ3 PUSCHに対して
繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順が失敗したことを認識し、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されず、かつ、処理8002においてランダムアクセスプリアンブルグループBが選択されている場合、媒体アクセス制御層処理部15は処理8005に進まなくてもよい。また、媒体アクセス制御層処理部15がメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴わない4ステップランダムアクセス手順が失敗したことを認識し、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されず、かつ、処理8002においてランダムアクセスプリアンブルグループAが選択されている場合、媒体アクセス制御層処理部15は処理8005に進んでもよい。
For example, if the media access control layer processing unit 15 recognizes that the four-step random access procedure without a request for application of repetitive transmission to the message 3 PUSCH has failed, if the random access preamble group B has been configured for the first PRACH resource group, and if the random access preamble group B has been selected in process 8002, the media access control layer processing unit 15 may proceed to process 8005. Also, if the media access control layer processing unit 15 recognizes that the four-step random access procedure without a request for application of repetitive transmission to the message 3 PUSCH has failed, if the random access preamble group B has been configured for the first PRACH resource group, and if the random access preamble group A has been selected in process 8002, the media access control layer processing unit 15 may proceed to process 8005. Furthermore, if the media access control layer processing unit 15 recognizes that the four-step random access procedure without a request for application of repetitive transmission to the message 3 PUSCH has failed, if the random access preamble group B has not been configured for the first PRACH resource group, and if the random access preamble group B has been selected in process 8002, the media access control layer processing unit 15 does not need to proceed to process 8005. Furthermore, if the media access control layer processing unit 15 recognizes that the four-step random access procedure without a request for application of repetitive transmission to the message 3 PUSCH has failed, if the random access preamble group B has not been configured for the first PRACH resource group, and if the random access preamble group A has been selected in process 8002, the media access control layer processing unit 15 may proceed to process 8005.
ここで、所定の値#8004は、RRC層より提供されるパラメータに基づき決定されてもよい。 Here, the predetermined value #8004 may be determined based on parameters provided by the RRC layer.
媒体アクセス制御層処理部15が判断8001においてメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴う4ステップランダムアクセス手順を選択した場合、媒体アクセス制御層処理部15は処理8005に進んでもよい。ここで、処理8005において、ランダムアクセスプリアンブルグループの選択が行われてもよい。ここで、媒体アクセス制御層処理部15は、処理8005に進むとともに、第1のPRACHリソースグループを選択してもよい。 If the media access control layer processing unit 15 selects a four-step random access procedure involving requesting the application of repetitive transmission to the message 3 PUSCH in decision 8001, the media access control layer processing unit 15 may proceed to process 8005. Here, in process 8005, a random access preamble group may be selected. Here, the media access control layer processing unit 15 may proceed to process 8005 and select the first PRACH resource group.
処理8005において、媒体アクセス制御層処理部15はランダムアクセスプリアンブルグループの選択を実施してもよい。例えば、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されている場合、処理8005において、上りリンクデータのサイズに関する判断に基づくランダムアクセスプリアンブルグループの選択が実施されてもよい。ここで、処理8005における上りリンクデータのサイズに関する判断は、上りリンクデータのサイズとしきい値#8005aとを比較することに基づき与えられてもよい。例えば、処理8005において、上りリンクデータは潜在的なメッセージ3 PUSCHのペイロードであってもよい。 In process 8005, the media access control layer processing unit 15 may select a random access preamble group. For example, if random access preamble group B is configured for the first PRACH resource group, in process 8005, selection of a random access preamble group based on a determination regarding the size of the uplink data may be performed. Here, the determination regarding the size of the uplink data in process 8005 may be based on comparing the size of the uplink data with threshold value #8005a. For example, in process 8005, the uplink data may be the payload of a potential message 3 PUSCH.
例えば、処理8005において、命題8005の真偽が判断されてもよい。例えば、命題8005は、ランダムアクセス手順がCCCHのために開始され、かつ、上りリンクデータのサイズがしきい値#8005よりも大きいことであってもよい。また、命題8005は、ランダムアクセス手順がCCCHのために開始され、かつ、上りリンクデータのサイズがしきい値#8005よりも小さくないことであってもよい。 For example, in process 8005, the truth or falsity of proposition 8005 may be determined. For example, proposition 8005 may be that a random access procedure is initiated for CCCH and the size of uplink data is greater than threshold #8005. Also, proposition 8005 may be that a random access procedure is initiated for CCCH and the size of uplink data is not smaller than threshold #8005.
例えば、媒体アクセス制御層処理部15は、命題8005が真であると判断される場合、ランダムアクセスプリアンブルグループBを選択してもよい。また、媒体アクセス制御層処理部15は、命題8005が偽であると判断される場合、ランダムアクセスプリアンブルグループAを選択してもよい。 For example, if proposition 8005 is determined to be true, the medium access control layer processing unit 15 may select random access preamble group B. Also, if proposition 8005 is determined to be false, the medium access control layer processing unit 15 may select random access preamble group A.
例えば、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されている場合、処理8005において、下りリンク信号強度の判断、および、上りリンクデータのサイズに関する判断、の一方または両方に基づくランダムアクセスプリアンブルグループの選択が実施されてもよい。例えば、判断8005における下りリンク信号強度の判断は、ある物理信号に基づき測定されるパスロスの値としきい値#8005aとを比較することに基づき与えられてもよい。ここで、しきい値#8005aは、1または複数のパラメータに基づき決定されるようなしきい値であってもよい。例えば、判断8005における1または複数のパラメータは上りリンクの送信電力制御に用いられるようなパラメータであってもよい。例えば、しきい値#8005aは、ランダムア
クセス手順が実施されるサービングセル設定最大送信電力PCMAX、ランダムアクセスプリアンブルのターゲット受信電力preambleReceivedTargetPowerReq、メッセージ3 PUSCHのターゲット受信電力とランダムアクセスプリアンブルのターゲット受信電力とのオフセット値msg3-DeltaPreambleReq、および、判断8005のためのオフセット値messagePowerOffsetGroupBReqに基づき決定されてもよい。例えば、しきい値#8005aは、PCMAX―preambleReceivedTargetPowerReq―msg3-DeltaPreambleReq―messagePowerOffsetGroupBReqの計算により決定されてもよい。
For example, if random access preamble group B is configured for the first PRACH resource group, in operation 8005, the random access preamble group may be selected based on one or both of a determination of downlink signal strength and a determination regarding the size of uplink data. For example, the determination of downlink signal strength in operation 8005 may be based on comparing a path loss value measured based on a certain physical signal with threshold value 8005a. Here, threshold value 8005a may be a threshold determined based on one or more parameters. For example, the one or more parameters in operation 8005 may be parameters used for uplink transmission power control. For example, threshold value #8005a may be determined based on the maximum transmit power PCMAX set in the serving cell in which the random access procedure is performed, the target received power of the random access preamble preambleReceivedTargetPowerReq, the offset value msg3-DeltaPreambleReq between the target received power of the message 3 PUSCH and the target received power of the random access preamble, and the offset value messagePowerOffsetGroupBReq for decision 8005. For example, threshold value #8005a may be determined by calculating PCMAX-preambleReceivedTargetPowerReq-msg3-DeltaPreambleReq-messagePowerOffsetGroupBReq.
例えば、ランダムアクセスプリアンブルのターゲット受信電力preambleReceivedTargetPowerReqはRRC層より提供されてもよい。また、メッセージ3 PUSCHのターゲット受信電力とランダムアクセスプリアンブルのターゲット受信電力のオフセット値msg3-DeltaPreambleReqは、RRC層より提供されてもよい。また、オフセット値messagePowerOffsetGroupBReqは、RRC層より提供されてもよい。 For example, the target received power of the random access preamble, preambleReceivedTargetPowerReq, may be provided by the RRC layer. Also, the offset value msg3-DeltaPreambleReq between the target received power of the message 3 PUSCH and the target received power of the random access preamble may be provided by the RRC layer. Also, the offset value messagePowerOffsetGroupBReq may be provided by the RRC layer.
例えば、判断8005は、命題8005の真偽と命題8005aの真偽の一方または両方に基づく判断であってもよい。例えば、媒体アクセス制御層処理部15は、命題8005が真であるという判断に基づき、ランダムアクセスプリアンブルグループBを選択してもよい。また、媒体アクセス制御層処理部15は、命題8005aが真であるという判断に基づき、ランダムアクセスプリアンブルグループBを選択してもよい。また、媒体アクセス制御層処理部15は、命題8005が偽であるという判断と命題8005aが偽であるという判断とに基づき、ランダムアクセスプリアンブルグループAを選択してもよい。 For example, judgment 8005 may be a judgment based on one or both of the truth or falsity of proposition 8005 and the truth or falsity of proposition 8005a. For example, the medium access control layer processing unit 15 may select random access preamble group B based on the judgment that proposition 8005 is true. Also, the medium access control layer processing unit 15 may select random access preamble group B based on the judgment that proposition 8005a is true. Also, the medium access control layer processing unit 15 may select random access preamble group A based on the judgment that proposition 8005 is false and the judgment that proposition 8005a is false.
例えば、命題8005aは、上りリンクデータのサイズがしきい値#8005よりも大きく、かつ、パスロスの値がしきい値#8005aよりも小さいこと、であってもよい。また、命題8005aは、上りリンクデータのサイズがしきい値#8005よりも小さくなく、かつ、パスロスの値がしきい値#8005aよりも小さいこと、であってもよい。また、命題8005aは、上りリンクデータのサイズがしきい値#8005よりも大きく、かつ、パスロスの値がしきい値#8005aよりも大きくないこと、であってもよい。また、命題8005aは、上りリンクデータのサイズがしきい値#8005よりも小さくなく、かつ、パスロスの値がしきい値#8005aよりも大きくないこと、であってもよい。 For example, proposition 8005a may be that the size of the uplink data is greater than threshold #8005 and the path loss value is less than threshold #8005a. Proposition 8005a may also be that the size of the uplink data is not less than threshold #8005 and the path loss value is less than threshold #8005a. Proposition 8005a may also be that the size of the uplink data is greater than threshold #8005 and the path loss value is not greater than threshold #8005a. Proposition 8005a may also be that the size of the uplink data is not less than threshold #8005 and the path loss value is not greater than threshold #8005a.
処理8005における下りリンク物理信号強度の判断において用いられる物理信号は、複数のSS/PBCHブロックから選択される1つのSS/PBCHブロックであってもよい。ここで、複数のSS/PBCHブロックは、サービングセルに設定される複数のSS/PBCHブロックであってもよい。媒体アクセス制御層処理部15は、少なくとも1つのSS/PBCHブロックに対するRSRPの値としきい値#8005xとの比較に基づき、複数のSS/PBCHブロックから1つのSS/PBCHブロックを選択してもよい。例えば、少なくとも1つのSS/PBCHブロックに対するRSRPの値がしきい値#8005xよりも大きい場合に、媒体アクセス制御層処理部15は、RSRPの値がしきい値#8005xよりも大きいSS/PBCHブロックの中から1つのSS/PBCHブロックを選択してもよい。また、どのSS/PBCHブロックに対するRSRPの値もしきい値#8005xより小さい場合に、媒体アクセス制御層処理部15は、複数のSS/PBCHブロックから1つのSS/PBCHブロックを選択してもよい。 The physical signal used in determining the downlink physical signal strength in process 8005 may be one SS/PBCH block selected from multiple SS/PBCH blocks. Here, the multiple SS/PBCH blocks may be multiple SS/PBCH blocks configured in the serving cell. The media access control layer processing unit 15 may select one SS/PBCH block from the multiple SS/PBCH blocks based on a comparison of the RSRP value for at least one SS/PBCH block with threshold #8005x. For example, if the RSRP value for at least one SS/PBCH block is greater than threshold #8005x, the media access control layer processing unit 15 may select one SS/PBCH block from among the SS/PBCH blocks whose RSRP values are greater than threshold #8005x. Furthermore, if the RSRP value for any SS/PBCH block is smaller than threshold #8005x, the media access control layer processing unit 15 may select one SS/PBCH block from multiple SS/PBCH blocks.
例えば、しきい値#8005xは、RRC層より提供されてもよい。 For example, threshold #8005x may be provided by the RRC layer.
処理8006は、処理5003と同様の処理であるため、詳細な説明は省略される。 Process 8006 is similar to process 5003, so a detailed explanation will be omitted.
例えば、媒体アクセス制御層処理部15は、処理8006におけるランダムアクセスレ
スポンスの受信が成功裏に完了した場合、処理8007に進んでもよい。ここで、処理8007は、衝突解決処理を含んでもよい。
For example, if the reception of the random access response in step 8006 is successfully completed, the media access control layer processing unit 15 may proceed to step 8007. Here, step 8007 may include a collision resolution process.
例えば、衝突解決処理において、メッセージ3 PUSCHの送信が発生するたびに、コンテンションウィンドウが開始されてもよい。コンテンションウィンドウの持続期間中に、媒体アクセス制御層処理部15はPDCCHのモニタリングを実施してもよい。 For example, in the collision resolution process, a contention window may be initiated each time a message 3 PUSCH transmission occurs. During the duration of the contention window, the medium access control layer processing unit 15 may monitor the PDCCH.
例えば、メッセージ3 PUSCHに対して繰り返し送信が適用される場合、メッセージ3 PUSCHの繰り返し送信ごとに、コンテンションウィンドウが開始されてもよい。また、メッセージ3 PUSCHに対して繰り返し送信が適用される場合、メッセージ3 PUSCHの繰り返し送信のうちの1回目においてコンテンションウィンドウが開始され、該1回目以外のメッセージ3 PUSCHの繰り返し送信においてコンテンションウィンドウが開始されなくてもよい。 For example, if repeated transmission is applied to the message 3 PUSCH, a contention window may be started for each repeated transmission of the message 3 PUSCH. Also, if repeated transmission is applied to the message 3 PUSCH, a contention window may be started for the first repeated transmission of the message 3 PUSCH, and a contention window may not be started for repeated transmissions of the message 3 PUSCH other than the first.
例えば、コンテンションウィンドウの持続期間中に検出されるPDCCHで、かつ、該PDCCHによってスケジューリングされるPDSCHに含まれるトランスポートブロックに含まれる衝突解決識別子がメッセージ3 PUSCHにおいて送信された衝突解決識別子の値と等しい場合、媒体アクセス制御層処理部15は、衝突解決を成功裏に完了した、とみなしてもよい。 For example, if a PDCCH detected during the contention window duration and the collision resolution identifier included in a transport block included in a PDSCH scheduled by that PDCCH is equal to the value of the collision resolution identifier transmitted in message 3 PUSCH, the media access control layer processing unit 15 may consider collision resolution to have been successfully completed.
例えば、コンテンションウィンドウの持続期間中に、メッセージ3 PUSCHにおいて送信された衝突解決識別子の値と等しい値を示す衝突解決識別子を含むPDSCHを検出できたかった場合、媒体アクセス制御層処理部15は、衝突解決を成功裏に完了しなかった、とみなしてもよい。例えば、コンテンションウィンドウが満了した場合、媒体アクセス制御層処理部15は、衝突解決を成功裏に完了しなかった、とみなしてもよい。 For example, if no PDSCH including a collision resolution identifier indicating a value equal to the value of the collision resolution identifier transmitted in message 3 PUSCH is detected during the duration of the contention window, the media access control layer processing unit 15 may determine that collision resolution has not been completed successfully. For example, if the contention window expires, the media access control layer processing unit 15 may determine that collision resolution has not been completed successfully.
例えば、衝突解決が成功裏に完了しなかった場合、媒体アクセス制御層処理部15はプリアンブル送信カウンタをインクリメントしてもよい。 For example, if collision resolution is not completed successfully, the media access control layer processing unit 15 may increment the preamble transmission counter.
例えば、衝突解決が成功裏に完了しなかった場合、媒体アクセス制御層処理部15はリクエストカウンタをインクリメントしてもよい。リクエストカウンタが所定の値#8007に達した場合、媒体アクセス制御層処理部15は、メッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴う4ステップランダムアクセス手順が失敗したことを認識してもよい。例えば、媒体アクセス制御層処理部15がメッセージ3 PUSCHに対して繰り返し送信の適用をリクエストすることを伴う4ステップランダムアクセス手順が失敗したことを認識した場合、媒体アクセス制御層処理部15はランダムアクセスプロブレムを上位層に通知してもよい。 For example, if collision resolution is not completed successfully, the media access control layer processing unit 15 may increment a request counter. If the request counter reaches a predetermined value #8007, the media access control layer processing unit 15 may recognize that the four-step random access procedure involving a request to apply repeat transmission to message 3 PUSCH has failed. For example, if the media access control layer processing unit 15 recognizes that the four-step random access procedure involving a request to apply repeat transmission to message 3 PUSCH has failed, the media access control layer processing unit 15 may notify upper layers of a random access problem.
ここで、所定の値#8007は、RRC層より提供されるパラメータに基づき決定されてもよい。 Here, the predetermined value #8007 may be determined based on parameters provided by the RRC layer.
処理8008は、処理5005と同様の処理であるため、詳細な説明は省略される。 Process 8008 is similar to process 5005, so a detailed explanation will be omitted.
媒体アクセス制御層処理部15は、処理8008の実施後、処理8009を実施してもよい。ここで、処理8009は、メッセージAの送信処理と、メッセージBの受信処理とを含んでもよい。 After performing process 8008, the media access control layer processing unit 15 may perform process 8009. Here, process 8009 may include a process for sending message A and a process for receiving message B.
また、メッセージBの受信処理は、媒体アクセス制御層処理部15によって所定期間の間PDCCHのモニタリングが実施される処理であってもよい。ここで、所定期間は、メッセージBウィンドウとも呼称される。 In addition, the message B reception process may be a process in which the media access control layer processing unit 15 monitors the PDCCH for a predetermined period of time. Here, the predetermined period is also referred to as the message B window.
例えば、媒体アクセス制御層処理部15は、ランダムアクセスプリアンブルの送信の終端時点から見て最初のPDCCHの監視機会において、メッセージBウィンドウを開始してもよい。 For example, the media access control layer processing unit 15 may start the message B window at the first PDCCH monitoring opportunity after the end of the transmission of the random access preamble.
例えば、メッセージBウィンドウの持続期間中に、第1のデータユニットを含むメッセージBが受信され、かつ、選択されたランダムアクセスプリアンブルのインデックスを示すフィールドを含むランダムアクセスレスポンスが受信された場合、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスの受信が成功裏に完了された、とみなしてもよい。ランダムアクセスレスポンスの受信が成功裏に完了された場合、媒体アクセス制御層処理部15は、処理8004または処理8007に進んでもよい。ここで、該ランダムアクセスレスポンスは、媒体アクセス制御層処理部15が処理8004に進むべきか処理8007に進むべきかを指示する情報を含んでもよい。媒体アクセス制御層処理部15は、該ランダムアクセスレスポンスに含まれる情報に基づき、処理8004と処理8007のいずれかを選択してもよい。 For example, if message B including a first data unit is received during the duration of the message B window and a random access response including a field indicating the index of the selected random access preamble is received, the media access control layer processing unit 15 may consider that reception of the random access response has been successfully completed. If reception of the random access response has been successfully completed, the media access control layer processing unit 15 may proceed to operation 8004 or operation 8007. Here, the random access response may include information instructing the media access control layer processing unit 15 whether to proceed to operation 8004 or operation 8007. The media access control layer processing unit 15 may select either operation 8004 or operation 8007 based on the information included in the random access response.
ここで、データユニットは、MAC層で認識されるデータのフォーマット、または、形式であってもよい。 Here, the data unit may be in a data format or form recognized by the MAC layer.
例えば、メッセージBウィンドウの持続期間中に、第1のデータユニットとは異なる第2のデータユニットを含むメッセージBが受信され、かつ、第2のデータユニットに含まれる衝突解決識別子が、メッセージA PUSCHにおいて送信された衝突解決識別子の値と等しい場合、媒体アクセス制御層処理部15はメッセージBの受信を成功裏に完了した、とみなしてもよい。メッセージBの受信が成功裏に完了された場合、媒体アクセス制御層処理部15は、ランダムアクセスレスポンスの受信が成功裏に完了された、とみなしてもよい。また、メッセージBの受信が成功裏に完了された場合、媒体アクセス制御層処理部15は、ランダムアクセス手順が成功裏に完了した、とみなしてもよい。 For example, if message B including a second data unit different from the first data unit is received during the duration of the message B window, and the collision resolution identifier included in the second data unit is equal to the value of the collision resolution identifier transmitted in the message A PUSCH, the media access control layer processing unit 15 may consider reception of message B to be successfully completed. If reception of message B is successfully completed, the media access control layer processing unit 15 may consider reception of the random access response to be successfully completed. Also, if reception of message B is successfully completed, the media access control layer processing unit 15 may consider the random access procedure to be successfully completed.
メッセージBウィンドウが満了し、かつ、ランダムアクセスレスポンスの受信が成功裏に完了されない場合、媒体アクセス制御層処理部15は、プリアンブル送信カウンタをインクリメントしてもよい。プリアンブル送信カウンタの値が所定の値#5006に達した場合、媒体アクセス制御層処理部15は、“RA_TYPE”を、“4STEP_RA”または“4STEP_RAreq”に変更してもよい。また、プリアンブル送信カウンタの値が所定の値#5006に達した場合、媒体アクセス制御層処理部15は、処理8002または処理8005に進んでもよい。 If the message B window expires and the reception of the random access response is not completed successfully, the media access control layer processing unit 15 may increment the preamble transmission counter. If the value of the preamble transmission counter reaches a predetermined value #5006, the media access control layer processing unit 15 may change "RA_TYPE" to "4STEP_RA" or "4STEP_RAreq". Also, if the value of the preamble transmission counter reaches a predetermined value #5006, the media access control layer processing unit 15 may proceed to process 8002 or process 8005.
プリアンブル送信カウンタの値が所定の値#5006に達した場合に媒体アクセス制御層処理部15が“RA_TYPE”を“4STEP_RA”および“4STEP_RAreq”のどちらに変更するかは、プリアンブル送信カウンタの値が所定の値#5006に達したか否か、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されているか否か、すでにランダムアクセスプリアンブルグループBが選択されているか否か、および、上りリンク信号強度の判断の一部または全部に基づき決定されてもよい。 Whether the media access control layer processing unit 15 changes "RA_TYPE" to "4STEP_RA" or "4STEP_RAreq" when the value of the preamble transmission counter reaches a predetermined value #5006 may be determined based on some or all of the following: whether the value of the preamble transmission counter has reached the predetermined value #5006; whether random access preamble group B has been configured for the first PRACH resource group; whether random access preamble group B has already been selected; and the uplink signal strength.
図9は、本実施形態の一態様に係る媒体アクセス制御層処理部15による“RA_TYPE”の選択手順の一例を示す図である。最初に、媒体アクセス制御層処理部15は判断9001に進んでもよい。判断9001において、下りリンク信号の強度に関する判断が実施されてもよい。ここで、判断9001における下りリンク信号の強度に関する判断は、下りリンクパスロスリファレンスのRSRPの値と所定のしきい値#8001とを比較することに少なくとも基づき与えられてもよい。例えば、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#8001よりも小さい場合、媒体アクセス制御層処理部15は判断9002に進んでもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#8001よりも大きい場合、媒体アクセス制御層処理部15は処理8002に進んでもよい。また、下りリンクパスロスリファレンスのRSRPの値が所定のしきい値#8001と等しい場合、媒体アクセス制御層処理部15は処理8002または判断9002に進んでもよい。 Figure 9 is a diagram showing an example of a procedure for selecting "RA_TYPE" by the media access control layer processing unit 15 according to one aspect of this embodiment. First, the media access control layer processing unit 15 may proceed to decision 9001. In decision 9001, a decision regarding the strength of the downlink signal may be made. Here, the decision regarding the strength of the downlink signal in decision 9001 may be made at least based on comparing the RSRP value of the downlink path loss reference with a predetermined threshold #8001. For example, if the RSRP value of the downlink path loss reference is smaller than the predetermined threshold #8001, the media access control layer processing unit 15 may proceed to decision 9002. Alternatively, if the RSRP value of the downlink path loss reference is greater than the predetermined threshold #8001, the media access control layer processing unit 15 may proceed to process 8002. Alternatively, if the RSRP value of the downlink path loss reference is equal to the predetermined threshold #8001, the media access control layer processing unit 15 may proceed to process 8002 or decision 9002.
媒体アクセス制御層処理部15は、判断9002において、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されるか否かが判断されてもよい。例えば、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されない場合、媒体アクセス制御層処理部15は判断9003に進んでもよい。また、第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定される場合、媒体アクセス制御層処理部15は処理8005に進んでもよい。 In decision 9002, the medium access control layer processing unit 15 may determine whether random access preamble group B is configured for the first PRACH resource group. For example, if random access preamble group B is not configured for the first PRACH resource group, the medium access control layer processing unit 15 may proceed to decision 9003. Also, if random access preamble group B is configured for the first PRACH resource group, the medium access control layer processing unit 15 may proceed to process 8005.
媒体アクセス制御層処理部15は、判断9003において、ランダムアクセスプリアンブルグループがすでに選択されているか否かが判断されてもよい。ランダムアクセスプリアンブルグループAがすでに選択されていた場合、媒体アクセス制御層処理部15は処理8005に進んでもよい。また、ランダムアクセスプリアンブルグループBがすでに選択されていた場合、媒体アクセス制御層処理部15は処理8002に進んでもよい。また、ランダムアクセスプリアンブルグループがまだ選択されておらず、メッセージAのペイロードのトランスポートブロックのサイズがランダムアクセスプリアンブルグループBに関するメッセージAのペイロードのトランスポートブロックのサイズに対応していない場合、媒体アクセス制御層処理部15は処理8005に進んでもよい。また、ランダムアクセスプリアンブルグループがまだ選択されておらず、メッセージAのペイロードのトランスポートブロックのサイズがランダムアクセスプリアンブルグループBに関するメッセージAのペイロードのトランスポートブロックのサイズに対応している場合、媒体アクセス制御層処理部15は処理8002に進んでもよい。 In judgment 9003, the media access control layer processing unit 15 may determine whether a random access preamble group has already been selected. If random access preamble group A has already been selected, the media access control layer processing unit 15 may proceed to processing 8005. Alternatively, if random access preamble group B has already been selected, the media access control layer processing unit 15 may proceed to processing 8002. Alternatively, if a random access preamble group has not yet been selected and the transport block size of the payload of message A does not correspond to the transport block size of the payload of message A for random access preamble group B, the media access control layer processing unit 15 may proceed to processing 8005. Alternatively, if a random access preamble group has not yet been selected and the transport block size of the payload of message A corresponds to the transport block size of the payload of message A for random access preamble group B, the media access control layer processing unit 15 may proceed to processing 8002.
以下、本実施形態の一態様に係る種々の装置の態様を説明する。 The following describes various aspects of the device according to one aspect of this embodiment.
(1)上記の目的を達成するために、本発明の態様は、以下のような手段を講じた。すなわち、本発明の第1の態様は、端末装置であって、媒体アクセス制御層処理部と物理層処理部と、を備え、前記媒体アクセス制御層処理部は、メッセージ3 PUSCHのために繰り返し送信を適用することをリクエストするランダムアクセス手順のために用いられるPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されるか否かの判断を行い、前記媒体アクセス制御層処理部は、前記判断に基づいて、メッセージ3のために繰り返し送信を適用することをリクエストするか否かを決定し、前記物理層処理部にPRACHの送信を指示する。 (1) In order to achieve the above object, aspects of the present invention employ the following means. That is, a first aspect of the present invention is a terminal device comprising a medium access control layer processing unit and a physical layer processing unit, wherein the medium access control layer processing unit determines whether a random access preamble group B is configured for a PRACH resource group used for a random access procedure that requests the application of repeated transmission for message 3 PUSCH, and the medium access control layer processing unit determines whether to request the application of repeated transmission for message 3 based on the determination, and instructs the physical layer processing unit to transmit a PRACH.
本発明に関わる基地局装置3、および端末装置1で動作するプログラムは、本発明に関わる上記実施形態の機能を実現するように、CPU(Central Processing Unit)等を制御するプログラム(コンピュータを機能させるプログラム)であっても良い。そして、これら装置で取り扱われる情報は、その処理時に一時的にRAM(Random Access Memory)に蓄積され、その後、Flash ROM(Read Only Memory)などの各種ROMやHDD(Hard Disk Drive)に格納され、必要に応じてCPUによって読み出し、修正・書き込みが行われる。 The programs running on the base station device 3 and terminal device 1 related to the present invention may be programs that control a CPU (Central Processing Unit) or the like (programs that cause a computer to function) so as to realize the functions of the above-described embodiments related to the present invention. Information handled by these devices is temporarily stored in RAM (Random Access Memory) during processing, and is then stored in various types of ROM such as Flash ROM (Read Only Memory) or HDD (Hard Disk Drive), from which it is read, modified, and written by the CPU as needed.
尚、上述した実施形態における端末装置1、基地局装置3の一部、をコンピュータで実現するようにしても良い。その場合、この制御機能を実現するためのプログラムをコンピュータが読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することによって実現しても良い。 In addition, parts of the terminal device 1 and base station device 3 in the above-described embodiments may be implemented by a computer. In this case, the program for implementing this control function may be recorded on a computer-readable recording medium, and the program recorded on this recording medium may be read into a computer system and executed to implement the function.
尚、ここでいう「コンピュータシステム」とは、端末装置1、又は基地局装置3に内蔵
されたコンピュータシステムであって、OSや周辺機器等のハードウェアを含むものとする。また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。
The "computer system" referred to here is a computer system built into the terminal device 1 or base station device 3, and includes hardware such as the OS and peripheral devices. Also, the "computer-readable recording medium" refers to portable media such as flexible disks, optical magnetic disks, ROMs, CD-ROMs, and storage devices such as hard disks built into the computer system.
さらに「コンピュータ読み取り可能な記録媒体」とは、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線のように、短時間、動的にプログラムを保持するもの、その場合のサーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものも含んでも良い。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであっても良い。 Furthermore, "computer-readable recording medium" may include something that dynamically stores a program for a short period of time, such as a communication line when transmitting a program via a network such as the Internet or a communication line such as a telephone line, or something that stores a program for a fixed period of time, such as volatile memory within a computer system that serves as a server or client in such cases. Furthermore, the above program may be one that realizes some of the functions described above, or may be one that can realize the functions described above in combination with a program already recorded in the computer system.
また、上述した実施形態における基地局装置3は、複数の装置から構成される集合体(装置グループ)として実現することもできる。装置グループを構成する装置の各々は、上述した実施形態に関わる基地局装置3の各機能または各機能ブロックの一部、または、全部を備えてもよい。装置グループとして、基地局装置3の一通りの各機能または各機能ブロックを有していればよい。また、上述した実施形態に関わる端末装置1は、集合体としての基地局装置と通信することも可能である。 Furthermore, the base station device 3 in the above-described embodiment can also be realized as a collection (device group) consisting of multiple devices. Each of the devices constituting the device group may have some or all of the functions or functional blocks of the base station device 3 related to the above-described embodiment. It is sufficient for the device group to have all of the functions or functional blocks of the base station device 3. Furthermore, the terminal device 1 related to the above-described embodiment can also communicate with the base station device as a collection.
また、上述した実施形態における基地局装置3は、EUTRAN(Evolved Universal Terrestrial Radio Access Network)および/またはNG-RAN(NextGen RAN,NR RAN)であってもよい。また、上述した実施形態における基地局装置3は、eNodeBおよび/またはgNBに対する上位ノードの機能の一部または全部を有してもよい。 Furthermore, the base station device 3 in the above-described embodiments may be an EUTRAN (Evolved Universal Terrestrial Radio Access Network) and/or an NG-RAN (NextGen RAN, NR RAN). Furthermore, the base station device 3 in the above-described embodiments may have some or all of the functions of an upper node for an eNodeB and/or a gNB.
また、上述した実施形態における端末装置1、基地局装置3の一部、又は全部を典型的には集積回路であるLSIとして実現してもよいし、チップセットとして実現してもよい。端末装置1、基地局装置3の各機能ブロックは個別にチップ化してもよいし、一部、又は全部を集積してチップ化してもよい。また、集積回路化の手法はLSIに限らず専用回路、又は汎用プロセッサで実現しても良い。また、半導体技術の進歩によりLSIに代替する集積回路化の技術が出現した場合、当該技術による集積回路を用いることも可能である。 Furthermore, some or all of the terminal device 1 and base station device 3 in the above-described embodiments may be realized as an LSI, which is typically an integrated circuit, or as a chipset. Each functional block of the terminal device 1 and base station device 3 may be individually formed into a chip, or some or all may be integrated into a chip. Furthermore, the integrated circuit method is not limited to LSI, and may be realized using a dedicated circuit or a general-purpose processor. Furthermore, if an integrated circuit technology that can replace LSI emerges due to advances in semiconductor technology, it may also be possible to use an integrated circuit based on that technology.
また、上述した実施形態では、通信装置の一例として端末装置を記載したが、本願発明は、これに限定されるものではなく、屋内外に設置される据え置き型、または非可動型の電子機器、たとえば、AV機器、キッチン機器、掃除・洗濯機器、空調機器、オフィス機器、自動販売機、その他生活機器などの端末装置もしくは通信装置にも適用出来る。 Furthermore, while the above-described embodiment describes a terminal device as an example of a communications device, the present invention is not limited to this and can also be applied to terminal devices or communications devices such as stationary or non-mobile electronic devices installed indoors or outdoors, such as AV equipment, kitchen equipment, cleaning/washing equipment, air conditioning equipment, office equipment, vending machines, and other household appliances.
以上、この発明の実施形態に関して図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計変更等も含まれる。また、本発明は、請求項に示した範囲で種々の変更が可能であり、異なる実施形態にそれぞれ開示された技術的手段を適宜組み合わせて得られる実施形態についても本発明の技術的範囲に含まれる。また、上記各実施形態に記載された要素であり、同様の効果を奏する要素同士を置換した構成も含まれる。 Although the embodiments of the present invention have been described above in detail with reference to the drawings, the specific configuration is not limited to this embodiment and includes design modifications within the scope of the invention. Furthermore, the present invention is susceptible to various modifications within the scope of the claims, and embodiments obtained by appropriately combining the technical means disclosed in different embodiments are also included within the technical scope of the present invention. Furthermore, configurations in which elements described in the above embodiments are substituted for elements that achieve similar effects are also included.
1(1A、1B、1C) 端末装置
3 基地局装置
9 無線通信システム
10、30 物理層制御部
10a、30a 無線送信部
10b、30b 無線受信部
11、31 アンテナ部
12、32 RF部
13、33 ベースバンド部
14、34 上位層処理部
15、35 媒体アクセス制御層処理部
16、36 無線リソース制御層処理部
5001、6001、6002、6005、6007、7001、7002、7005、8001、9001、9002、9003 判断
5002、5003、5004、5005、5006、6003、6004、6006、6008、6009、7003、7004、7006、7007、8002、8003、8004、8005、8006、8007、8008、8009 処理
1 (1A, 1B, 1C) Terminal device 3 Base station device 9 Wireless communication system 10, 30 Physical layer control unit 10a, 30a Radio transmission unit 10b, 30b Radio reception unit 11, 31 Antenna unit 12, 32 RF unit 13, 33 Baseband unit 14, 34 Upper layer processing unit 15, 35 Media access control layer processing unit 16, 36 Radio resource control layer processing unit 5001, 6001, 6002, 6005, 6007, 7001, 7002, 7005, 8001, 9001, 9002, 9003 Decisions 5002, 5003, 5004, 5005, 5006, 6003, 6004, 6006, 6008, 6009, 7003, 7004, 7006, 7007, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8009 Processing
Claims (2)
物理層処理部と、
を備え、
前記媒体アクセス制御層処理部は、メッセージ3 PUSCHのために繰り返し送信を適用することをリクエストするランダムアクセス手順のために用いられる第1のPRACHリソースグループと、前記PUSCHへの前記繰り返し送信の適用をリクエストしないために用いられる第2のPRACHリソースグループと、を設定し、
下りリンクパスロスリファレンスのRSRPの値と所定のしきい値とを比較することに基づき、第1の処理と第2の処理のいずれかを選択し、
前記第1の処理において、前記第2のPRACHリソースグループを選択し、
前記第2の処理において、前記第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されるか否かの第1の判断を行い、
前記第1の判断に基づき、第3の処理と第4の処理のいずれかを選択し、
前記第3の処理において、前記第1のPRACHリソースグループを選択し、
前記第4の処理において、前記ランダムアクセスプリアンブルグループBが選択されているか否かの第2の判断を行い、
前記第2の判断に基づき、前記第1のPRACHリソースグループまたは前記第2のPRACHリソースグループのいずれかを選択し、
前記選択されたPRACHリソースグループに基づき、前記メッセージ3 PUSCHのために前記繰り返し送信を適用することをリクエストするか否かを決定し、
前記物理層処理部にPRACHの送信を指示する、
端末装置。 a medium access control layer processing unit;
a physical layer processing unit;
Equipped with
The medium access control layer processing unit configures a first PRACH resource group used for a random access procedure requesting application of repetitive transmission for a PUSCH in a message 3 and a second PRACH resource group used for not requesting application of the repetitive transmission to the PUSCH;
selecting one of the first process and the second process based on comparing the RSRP value of the downlink path loss reference with a predetermined threshold;
In the first process, the second PRACH resource group is selected;
In the second process, a first determination is made as to whether a random access preamble group B is configured for the first PRACH resource group;
selecting either a third process or a fourth process based on the first determination;
In the third process, the first PRACH resource group is selected;
In the fourth process, a second determination is made as to whether the random access preamble group B is selected ;
selecting either the first PRACH resource group or the second PRACH resource group based on the second determination;
determining whether to request to apply the repeated transmission for the message 3 PUSCH based on the selected PRACH resource group;
Instructing the physical layer processing unit to transmit a PRACH;
Terminal device.
メッセージ3 PUSCHのために繰り返し送信を適用することをリクエストするランダムアクセス手順のために用いられる第1のPRACHリソースグループと、前記PUSCHへの前記繰り返し送信の適用をリクエストしないために用いられる第2のPRACHリソースグループと、を設定し、
下りリンクパスロスリファレンスのRSRPの値と所定のしきい値とを比較することに基づき、第1の処理と第2の処理のいずれかを選択し、
前記第1の処理において、前記第2のPRACHリソースグループを選択し、
前記第2の処理において、前記第1のPRACHリソースグループに対してランダムアクセスプリアンブルグループBが設定されるか否かの第1の判断を行い、
前記第1の判断に基づき、第3の処理と第4の処理のいずれかを選択し、
前記第3の処理において、前記第1のPRACHリソースグループを選択し、
前記第4の処理において、前記ランダムアクセスプリアンブルグループBが選択されているか否かの第2の判断を行い、
前記第2の判断に基づき、前記第1のPRACHリソースグループまたは前記第2のPRACHリソースグループのいずれかを選択し、
前記選択されたPRACHリソースグループに基づき、前記メッセージ3のために繰り返し送信を適用することをリクエストするか否かを決定し、
PRACHの送信を指示する、
通信方法。 A communication method used in a terminal device, comprising:
Message 3: Configure a first PRACH resource group to be used for a random access procedure requesting application of repetitive transmission for a PUSCH and a second PRACH resource group to be used for not requesting application of the repetitive transmission to the PUSCH;
selecting one of the first process and the second process based on comparing the RSRP value of the downlink path loss reference with a predetermined threshold;
In the first process, the second PRACH resource group is selected;
In the second process, a first determination is made as to whether a random access preamble group B is configured for the first PRACH resource group;
selecting either a third process or a fourth process based on the first determination;
In the third process, the first PRACH resource group is selected;
In the fourth process, a second determination is made as to whether the random access preamble group B is selected ;
selecting either the first PRACH resource group or the second PRACH resource group based on the second determination;
determining whether to request repeated transmission for the message 3 based on the selected PRACH resource group;
Instructing the transmission of PRACH;
Communication method.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021126511A JP7742734B2 (en) | 2021-08-02 | 2021-08-02 | Terminal device and communication method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2021126511A JP7742734B2 (en) | 2021-08-02 | 2021-08-02 | Terminal device and communication method |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2023021569A JP2023021569A (en) | 2023-02-14 |
| JP7742734B2 true JP7742734B2 (en) | 2025-09-22 |
Family
ID=85201400
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2021126511A Active JP7742734B2 (en) | 2021-08-02 | 2021-08-02 | Terminal device and communication method |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP7742734B2 (en) |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20200120709A1 (en) | 2018-05-09 | 2020-04-16 | Telefonaktiebolaget Lm Ericsson (Publ) | A Radio Network Node, a Wireless Device and Methods Therein for Handling of Random Access (RA) Messages |
| WO2021029049A1 (en) | 2019-08-14 | 2021-02-18 | 株式会社Nttドコモ | Terminal and communication method |
| US20210235503A1 (en) | 2018-05-10 | 2021-07-29 | Telefonaktiebolaget Lm Ericsson (Publ) | Signaling mechanism for message and physical uplink shared channel repetitions |
-
2021
- 2021-08-02 JP JP2021126511A patent/JP7742734B2/en active Active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20200120709A1 (en) | 2018-05-09 | 2020-04-16 | Telefonaktiebolaget Lm Ericsson (Publ) | A Radio Network Node, a Wireless Device and Methods Therein for Handling of Random Access (RA) Messages |
| US20210235503A1 (en) | 2018-05-10 | 2021-07-29 | Telefonaktiebolaget Lm Ericsson (Publ) | Signaling mechanism for message and physical uplink shared channel repetitions |
| WO2021029049A1 (en) | 2019-08-14 | 2021-02-18 | 株式会社Nttドコモ | Terminal and communication method |
Non-Patent Citations (2)
| Title |
|---|
| Ericsson,Solutions to Coverage Issues for Msg3 Transmissions,3GPP TSG RAN WG2 #102 R2-1807028,2018年05月11日 |
| Sharp,Type A PUSCH repetitions for Msg3,3GPP TSG RAN WG1 #104-e R1-2101549,2021年01月19日 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2023021569A (en) | 2023-02-14 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7309335B2 (en) | TERMINAL DEVICE, BASE STATION DEVICE, AND COMMUNICATION METHOD | |
| JP2020072425A (en) | Terminal device, base station device, and communication method | |
| US20250008522A1 (en) | Terminal apparatus, base station apparatus, and communication method | |
| JP7427388B2 (en) | Terminal device and method | |
| JP7717575B2 (en) | Terminal device, base station device, and communication method | |
| JP7492844B2 (en) | Terminal device, base station device, and method | |
| JP7479889B2 (en) | Terminal device, base station device, and communication method | |
| WO2020166627A1 (en) | Terminal device, base station device, and communication method | |
| US20240260088A1 (en) | Terminal apparatus, base station apparatus, and communication method | |
| JP7742734B2 (en) | Terminal device and communication method | |
| WO2023038025A1 (en) | Terminal device and communication method | |
| JP7736701B2 (en) | Terminal device, base station device, and communication method | |
| JP7802809B2 (en) | Terminal device, base station device, and communication method | |
| JP7824115B2 (en) | Terminal device, base station device, and communication method | |
| JP7824085B2 (en) | Terminal device, base station device, and communication method | |
| US20250097934A1 (en) | Terminal apparatus, base station apparatus, and communication method | |
| JP7812260B2 (en) | Terminal device and base station device | |
| WO2023112887A1 (en) | Terminal device, base station device, and communication method | |
| JP2025117682A (en) | Terminal device and communication method | |
| WO2023166936A1 (en) | Terminal device, base station device, and communication method | |
| WO2023038058A1 (en) | Terminal device, base station device, and communication method | |
| WO2025262984A1 (en) | Terminal device and communication method | |
| WO2023054121A1 (en) | Terminal device and communication method | |
| WO2025173353A1 (en) | Terminal device and communication method | |
| WO2024180811A1 (en) | Terminal device, base station device, and communication method |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7422 Effective date: 20221207 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240703 |
|
| RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20240703 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20250212 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20250212 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250401 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20250610 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20250731 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20250826 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20250909 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7742734 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |