JP2013062851A - Wireless communication device, wireless communication control device, and wireless communication method - Google Patents

Wireless communication device, wireless communication control device, and wireless communication method Download PDF

Info

Publication number
JP2013062851A
JP2013062851A JP2012246065A JP2012246065A JP2013062851A JP 2013062851 A JP2013062851 A JP 2013062851A JP 2012246065 A JP2012246065 A JP 2012246065A JP 2012246065 A JP2012246065 A JP 2012246065A JP 2013062851 A JP2013062851 A JP 2013062851A
Authority
JP
Japan
Prior art keywords
data
mac
pdu
wireless communication
normal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2012246065A
Other languages
Japanese (ja)
Other versions
JP5626317B2 (en
Inventor
Kazumasa Shinohara
千昌 篠原
Kazuchika Obuchi
一央 大渕
Hirotoshi Shimizu
浩利 清水
Shoei Otonari
昭英 音成
Yoshinori Soejima
良則 副島
Miki Yamazaki
美樹 山崎
Shinya Okamoto
慎也 岡本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2012246065A priority Critical patent/JP5626317B2/en
Publication of JP2013062851A publication Critical patent/JP2013062851A/en
Application granted granted Critical
Publication of JP5626317B2 publication Critical patent/JP5626317B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a wireless communication device, a wireless communication control device, and a wireless communication method having an improved communication throughput.SOLUTION: A wireless communication device transmitting and receiving data has: a reception part receiving data; a reception data determination part determining whether or not the received data is erroneous; a reception result transmission part, when the determination result indicates not erroneous, notifying the other wireless communication device that is a transmission source of that the data is normal; and a retransmission request part disposing the data and requesting the reception result transmission part to retransmit the data, depending on whether or not the data format is normal.

Description

本件は、データを送受信する無線通信装置、その無線通信装置で用いられる、通信を制御する無線通信制御装置、その無線通信装置を用いた無線通信方法に関する。   The present invention relates to a wireless communication device that transmits and receives data, a wireless communication control device that controls communication, and a wireless communication method that uses the wireless communication device.

近年、3G(3rd generation)と呼ばれる無線通信システムのプロトコルが広く採用されている(非特許文献1)。   In recent years, a protocol of a wireless communication system called 3G (3rd generation) has been widely adopted (Non-patent Document 1).

この3Gにもいくつかの発展段階があり、FOMAなどで採用されているもともとの3Gのほか、通信速度が更に高速化された、3.5GあるいはHSDPAと呼ばれるプロトコルを採用した携帯電話機も登場してきており、さらに現在、Super3Gあるいは3.9Gと呼ばれるプロトコルが検討されている。   This 3G also has several stages of development. In addition to the original 3G adopted by FOMA and others, mobile phones adopting a protocol called 3.5G or HSDPA with higher communication speed have also appeared. Currently, a protocol called Super3G or 3.9G is being studied.

この3Gのグループの無線通信システムにおけるプロトコルは複数のレイヤに分かれており、そのうちのレイヤ1は物理層と呼ばれるレイヤであり、このレイヤ1は実際の通信を担う部分である。   The protocol in the wireless communication system of this 3G group is divided into a plurality of layers, of which layer 1 is a layer called a physical layer, and this layer 1 is a part responsible for actual communication.

図1はレイヤ2のプロトコル構成図である。   FIG. 1 is a layer 2 protocol configuration diagram.

レイヤ1の上層に位置するレイヤ2は、MAC(Medium Access Control)と、RLC(Radio Link Control)と、PDCP(Packet Date Convergence Protocol)とからなる3つのサブレイヤで構成されている。   Layer 2 located on the upper layer of layer 1 includes three sub-layers including MAC (Medium Access Control), RLC (Radio Link Control), and PDCP (Packet Date Convergence Protocol).

ここで、1つのレイヤ又は1つのサブレイヤに配置された1つの処理機能の塊りはエンティティ(entity)と呼ばれており、PDCPエンティティとRLCエンティティは、各LCH(Logical Channel:ロジカルチャネル)に対応して、使用するLCHの数(図1に示す例では#1〜#nのn個)だけ存在し、それぞれが1対1で対応してPDU(Protocol Data Unit)の受け渡しを行なっている。ここで、PDCPエンティティでは、3.9G(Super3G)ではデータの秘匿等の処理が行なわれ、RLCエンティティでは、データの再送制御等の処理が行なわれる。   Here, a group of processing functions arranged in one layer or one sublayer is called an entity, and the PDCP entity and the RLC entity correspond to each LCH (Logical Channel). Then, there are as many LCHs to be used (n in the example shown in FIG. 1 as # 1 to #n), and PDUs (Protocol Data Units) are transferred in a one-to-one correspondence. Here, in the PDCP entity, processing such as data concealment is performed in 3.9G (Super 3G), and processing such as data retransmission control is performed in the RLC entity.

また、MACエンティティは、各RLCエンティティから各LCHを介して転送されてきたPDUを1つのPDUに統合してHARQ(Hybrid Automatic Repeat reQuest)に送り、HARQはTRCH(Transport Channel)を介して下位レイヤであるレイヤ1に転送する。   Also, the MAC entity integrates the PDUs transferred from each RLC entity via each LCH into one PDU and sends it to HARQ (Hybrid Automatic Repeat request). HARQ is transmitted to the lower layer via TRCH (Transport Channel). Is transferred to layer 1.

受信側では、MACエンティティは、レイヤ1からTRCHを介して転送されてきたPDUを1つ又は複数のPDUに分割し、分割した各PDUを各LCHを介して各RLCエンティティに転送している。   On the receiving side, the MAC entity divides the PDU transferred from the layer 1 via the TRCH into one or a plurality of PDUs, and transfers each divided PDU to each RLC entity via each LCH.

尚、レイヤ2のさらに上位にはレイヤ3が存在するが、ここでは直接は関係しないため図示および説明は省略する。   In addition, although layer 3 exists in the upper layer of layer 2, since it is not directly related here, illustration and description are omitted.

ここで、各PDUには、ユーザデータだけでなく、対向側のエンティティに必要な制御情報も付与して対向側と情報交換できる仕組みが3GPP(3rd Generation Partnersship Project)で検討されている。   Here, in 3GPP (3rd Generation Partnership Project), a mechanism for giving each PDU not only user data but also control information necessary for the opposite entity and exchanging information with the opposite side is being studied.

図2は、制御情報が付与されたPDUのデータフローの一例を示す図である。   FIG. 2 is a diagram illustrating an example of a data flow of a PDU to which control information is added.

RLCエンティティでは、同一LCHのPDCPエンティティから受け取ったRLC−SDU(Source Data Unit)にヘッダHが付与されRLCサブレイヤでのPDU(RLC−PDU)としてMACエンティティに送られる。MACエンティティでは、複数のLCHのRLCエンティティから送られてきたRLC−PDUをMACサブレイヤでのSDU(MAC−SDU)として受け取り、それら複数のMAC−SDUを統合し、さらにMAC制御情報を付与し、さらにヘッダHを付与し1つのMAC−PDUとしてレイヤ1に送る。レイヤ1では、MACサブレイヤから送られてきたMAC−PDUを無線で送信する。   In the RLC entity, a header H is added to an RLC-SDU (Source Data Unit) received from a PDCP entity of the same LCH, and the RLC entity is sent to the MAC entity as a PDU (RLC-PDU) in the RLC sublayer. In the MAC entity, RLC-PDUs sent from a plurality of RLC RLC entities are received as SDUs (MAC-SDUs) in the MAC sublayer, and the plurality of MAC-SDUs are integrated, and further MAC control information is given. Further, a header H is added and sent to layer 1 as one MAC-PDU. In layer 1, the MAC-PDU transmitted from the MAC sublayer is transmitted wirelessly.

一方、受信側では、レイヤ1で受信したMAC−PDUがMACエンティティに渡され、MACエンティティでは、その受け取ったMAC−PDUが各LCHごとのMAC−SDUに分割され各LCHのRLCエンティティに渡される。   On the other hand, on the receiving side, the MAC-PDU received at Layer 1 is passed to the MAC entity, and in the MAC entity, the received MAC-PDU is divided into MAC-SDUs for each LCH and passed to the RLC entity of each LCH. .

尚、この図2では、正常に送受信された場合について説明したが、MACエンティティを構成するHARQ(図1参照)では、CRC(Cyclic Redundancy Check)による受信正常か受信異常かのチェックが行なわれ、正常(CRC−OK)のときは送信元に向けてACK(Acknowledgment)が送信され、受信異常(CRC−NG)のときはNACK(Negatine Acknowledgment)が送信されることによる再送要求が行なわれる。   In addition, although FIG. 2 demonstrated the case where it transmitted / received normally, in HARQ (refer FIG. 1) which comprises a MAC entity, the reception normality by CRC (Cyclic Redundancy Check) or reception abnormality is checked, When normal (CRC-OK), an ACK (Acknowledgement) is transmitted toward the transmission source, and when reception is abnormal (CRC-NG), a NACK (Negative Acknowledgment) is transmitted.

図3は、受信側HARQによるACK,NACKの返信を含むデータフローを示した図である。   FIG. 3 is a diagram illustrating a data flow including ACK and NACK replies by the receiving side HARQ.

ここでは、送信側のHARQ送信制御部が動作して、MAC−PDU#1とMAC−PDU#2との2つのMAC−PDUが受信側に向けて送信されたものとする。受信側ではそれら2つのMAC−PDUが受信されて受信側のHARQ受信制御部では、その受信した各MAC−PDUについてCRCチェックが行なわれる。そのCRCチェックの結果、MAC−PDU#1については受信異常(CRC−NG)であったとし、このときは、送信側に向けてNACKが送信され、送信側のHARQ送信制御部では、NACKを受信した場合に、その同じMAC−PDU#1の再送制御が行われる。送信側では、MAC−PDU#1を送信した時刻が管理されており、NACKを受信するとそのNACKの受信時刻からそのNACKがどのMAC−PDUの再送を要求しているNACKであるかを認識することができる。したがって、MAC−PDUの受信側では受信異常があったMAC−PDUの識別子を送信することなく、NACKを送信することのみによって、そのMAC−PDUの送信側ではどのMAC−PDUに受信異常が発生したのか知ることができる。   Here, it is assumed that the HARQ transmission control unit on the transmission side operates and two MAC-PDUs, MAC-PDU # 1 and MAC-PDU # 2, are transmitted toward the reception side. These two MAC-PDUs are received on the receiving side, and the CRC check is performed on each received MAC-PDU in the HARQ reception control unit on the receiving side. As a result of the CRC check, it is assumed that MAC-PDU # 1 has a reception error (CRC-NG). At this time, NACK is transmitted toward the transmission side, and the HARQ transmission control unit on the transmission side transmits NACK. When received, retransmission control of the same MAC-PDU # 1 is performed. On the transmission side, the time at which MAC-PDU # 1 is transmitted is managed, and when a NACK is received, it is recognized from the reception time of the NACK which NACK requesting retransmission of the MAC-PDU. be able to. Therefore, the MAC-PDU receiving side does not transmit the MAC-PDU identifier in which there was a reception abnormality, but only by transmitting a NACK, which MAC-PDU transmission abnormality occurs in the MAC-PDU transmission side. You can know what happened.

送信側からMAC−PDU#1の次に送信されてくるMAC−PDU#2については、受信正常(CRC−OK)であったときは、HARQ受信制御部は、そのMAC−PDU#2をMAC−PDU判定処理部に渡すとともに、送信側に向けてACKを送信する。そのACKを受信した送信側では、MAC−PDU#2についての再送制御は不要であることを認識し、次に送信すべきMAC−PDU(ここではMAC−PDU#n)を送信する。   For MAC-PDU # 2 transmitted next to MAC-PDU # 1 from the transmission side, when reception is normal (CRC-OK), the HARQ reception control unit transmits the MAC-PDU # 2 to MAC-PDU # 2. -While passing to a PDU determination process part, ACK is transmitted toward a transmission side. The transmission side that has received the ACK recognizes that retransmission control for MAC-PDU # 2 is unnecessary, and transmits the next MAC-PDU to be transmitted (here, MAC-PDU # n).

MAC−PDU判定処理部では、そのHARQ受信制御部から受け取ったMAC−PDU#2が正常なフォーマットのPDUであるかあるいは異常フォーマットのPDUであるかを判定する。   The MAC-PDU determination processing unit determines whether the MAC-PDU # 2 received from the HARQ reception control unit is a normal format PDU or an abnormal format PDU.

図4は、MAC−PDU判定処理部におけるPDUのフォーマットの正常/異常の判定処理を示す模式図である。   FIG. 4 is a schematic diagram showing normality / abnormality determination processing of the PDU format in the MAC-PDU determination processing unit.

上述のように、HARQ受信制御部では、CRCチェックの結果受信正常と判定すると送信側に向けてACKを送信するとともに、そのMAC−PDUをMAC−PDU判定処理部に渡す。MAC−PDU判定処理部では、HARQ受信制御部からMAC−PDUを受け取ると、そのMAC−PDUのフォーマットが正常であるか異常であるか判定される。   As described above, when the HARQ reception control unit determines that the reception is normal as a result of the CRC check, the HARQ reception control unit transmits an ACK to the transmission side and passes the MAC-PDU to the MAC-PDU determination processing unit. When receiving the MAC-PDU from the HARQ reception control unit, the MAC-PDU determination processing unit determines whether the format of the MAC-PDU is normal or abnormal.

不正なフォーマットとしては、例えば以下のものが挙げられる。   Examples of illegal formats include the following.

(1)LCHの識別子が範囲外の場合、
(2)ヘッダが規定より多い(ヘッダ中のE(Extension)フラグがONの)場合、
(3)ヘッダにあるLength情報の合計が受信したMAC−PDUより長い場合、
(4)MAC制御情報の識別子が範囲外、
(5)MAC制御情報の識別子とLengthが異なる場合、
などがあげられる。
(1) If the LCH identifier is out of range,
(2) When there are more headers than specified (E (Extension) flag in the header is ON),
(3) When the total length information in the header is longer than the received MAC-PDU,
(4) MAC control information identifier is out of range,
(5) When the identifier of the MAC control information is different from the Length,
Etc.

MAC−PDU判定処理部では、そのMAC−PDUが正常なフォーマットであるか不正なフォーマットであるか判定され、正常なフォーマットであったときは各LCHごとのMAC−SDUに分割されて各LCHのRLCエンティティに渡される(図2参照)が、不正なフォーマットであったときは、そのMAC−PDUは廃棄される。この場合、MACエンティティでは再送制御は実施されない。前述したようにRLCエンティティでは再送制御が行なわれるため、そのRLCエンティティで受け取るべきRLC−PDUを受け取れないときはRLCエンティティから再送要求がなされることになるが、RLCエンティティでの再送制御の実施には条件があり、直ぐには再送制御は実施されない。   The MAC-PDU determination processing unit determines whether the MAC-PDU is in a normal format or an incorrect format. When the MAC-PDU is in a normal format, the MAC-PDU is divided into MAC-SDUs for each LCH and If it is passed to the RLC entity (see FIG. 2) but in an incorrect format, the MAC-PDU is discarded. In this case, retransmission control is not performed in the MAC entity. As described above, since retransmission control is performed in the RLC entity, when the RLC-PDU to be received by the RLC entity cannot be received, a retransmission request is made from the RLC entity. There is a condition, and retransmission control is not performed immediately.

次に、本件とも関連してくる技術として、複数本のアンテナを用いて通信を行なうMIMO(Multiple−Input Maltiple−Output)の概要について説明する。   Next, an outline of MIMO (Multiple-Input Multiple-Output) that performs communication using a plurality of antennas will be described as a technology related to this case.

図5は、MIMOを採用した送信装置および受信装置の概要を示すブロック図、図6は、MIMOを採用したときのデータフローを示す図である。   FIG. 5 is a block diagram showing an outline of a transmission device and a reception device employing MIMO, and FIG. 6 is a diagram showing a data flow when employing MIMO.

送信側のMAC−PDU生成処理部11では、図2に示すように、各RLCから受け取ったRLC−PDU(MAC−SDU)が統合されてMAC−PDUが生成される。このMAC−PDUは、送信すべきデータの発生に応じて多数生成されるが、この図5,図6では代表的にMAC−PDU#1とMAC−PDU#2との2つのMAC−PDUが示されている。MAC−PDU生成処理部11で生成されたMAC−PDUは、HARQ送信制御部12を経てレイヤ1送信処理部13に入力され、各MAC−PDUごとに複数(ここでは一例として2つとする)のアンテナ14a,14bに振り分けられてそれら2つのアンテナ14a,14bで分担して送信される。   In the MAC-PDU generation processing unit 11 on the transmission side, as shown in FIG. 2, RLC-PDU (MAC-SDU) received from each RLC is integrated to generate a MAC-PDU. A large number of MAC-PDUs are generated according to the generation of data to be transmitted. In FIG. 5 and FIG. 6, there are typically two MAC-PDUs, MAC-PDU # 1 and MAC-PDU # 2. It is shown. The MAC-PDU generated by the MAC-PDU generation processing unit 11 is input to the layer 1 transmission processing unit 13 via the HARQ transmission control unit 12, and a plurality of (here, two, for example) are provided for each MAC-PDU. The signals are distributed to the antennas 14a and 14b and transmitted by sharing the two antennas 14a and 14b.

受信側では、送信側の2つのアンテナ14a,14bから送信されてきたMAC−PDUが2つのアンテナ24a,24bで受信されてレイヤ1受信処理部23に渡される。図6では、送受信のアンテナのペアをMIMOアンテナと称し、&1,&2でペアの別を表わしている。   On the reception side, MAC-PDUs transmitted from the two antennas 14 a and 14 b on the transmission side are received by the two antennas 24 a and 24 b and passed to the layer 1 reception processing unit 23. In FIG. 6, a pair of transmission / reception antennas is referred to as a MIMO antenna, and & 1, & 2 represents the pair.

受信側のレイヤ1受信処理部22で複数のアンテナ24a,24bを介して受信したMAC−PDUは、HARQ受信制御部22により、CRCチェック、NACK,ACKの送信が行なわれてMAC−PDU判定処理部21に送られ、MAC−PDU判定処理部21では、上述のフォーマットの正常/不正が判定され、正常フォーマットのときは各LCHのMAC−SDUに分割されて各RLCエンティティに渡される。不正フォーマットのMAC−PDUは、MAC−PDU判定処理部21で廃棄される。   The MAC-PDU received by the receiving-side layer 1 reception processing unit 22 via the plurality of antennas 24a and 24b is subjected to CRC check, NACK, and ACK transmission by the HARQ reception control unit 22, and MAC-PDU determination processing The MAC-PDU determination processing unit 21 determines whether the above-described format is normal / invalid. When the format is normal, the MAC-PDU determination processing unit 21 divides the MAC-SDU of each LCH and passes it to each RLC entity. The MAC-PDU having an illegal format is discarded by the MAC-PDU determination processing unit 21.

このように、MIMOは、複数のアンテナを使って並列的に送受信を行なう技術であり、複数のアンテナを使うことにより帯域が広がり高速通信を可能としている。   As described above, MIMO is a technique for performing transmission / reception in parallel using a plurality of antennas, and the use of a plurality of antennas widens the bandwidth and enables high-speed communication.

http://www.3gpp.org/http: // www. 3 gpp. org /

上述の通信アルゴリズムの場合、受信側のMAC−PDU判定処理部では受け取ったMAC−PDUのフォーマットが正常であるか異常であるか判定され、異常フォーマットであったときはそのMAC−PDUは廃棄される。この廃棄されたデータの入手は、RLCエンティティでの再送制御に委ねられるが、上述したようにRLCエンティティでの再送制御は直ぐには実施されずに再送要求までに時間がかかり、全体としてのスループットが低下するおそれがある。   In the case of the above communication algorithm, the receiving MAC-PDU determination processing unit determines whether the format of the received MAC-PDU is normal or abnormal. If the format is abnormal, the MAC-PDU is discarded. The The acquisition of the discarded data is left to the retransmission control in the RLC entity. However, as described above, the retransmission control in the RLC entity is not performed immediately and it takes time until the retransmission request, and the overall throughput is reduced. May decrease.

本件は上記事情に鑑み、スループットの向上を実現した無線通信装置、無線通信制御装置、および無線通信方法を提供することを目的とする。   In view of the above circumstances, it is an object of the present invention to provide a wireless communication device, a wireless communication control device, and a wireless communication method that realize an improvement in throughput.

上記目的を達成する無線通信装置は、データを送受信する無線通信装置であって、
上記データを受信する受信部と、
受信した上記データがエラーか否かを判定する受信データ判定部と、
上記判定結果がエラーでない場合は、上記データが正常である旨を上記送信元の別の無線通信装置に送信する受信結果送信部と、
上記データのフォーマットが正常か否かに基づいて、上記データを廃棄して、再送を上記受信結果送信部に依頼する再送依頼部とを具備することを特徴とする。
A wireless communication device that achieves the above object is a wireless communication device that transmits and receives data,
A receiving unit for receiving the data;
A received data determination unit that determines whether the received data is an error;
If the determination result is not an error, a reception result transmission unit that transmits the fact that the data is normal to another wireless communication device of the transmission source;
And a retransmission request unit that discards the data and requests the reception result transmission unit to retransmit based on whether the format of the data is normal.

上記目的を達成する無線通信制御装置は、データチェックビット付きでデータを送受信する送受信部を有する無線通信装置で用いられる、通信を制御する無線通信制御装置であって、
受信した上記データがエラーか否かを判定する受信データ判定部と、
上記判定結果がエラーの場合、上記データを廃棄し、上記受信結果送信部に当該データの再送要求を送信元の無線通信装置に送信するよう指示し、上記判定結果がエラーでない場合は、上記受信結果送信部に上記データが正常である旨を上記送信元の別の無線通信装置に送信するよう指示する受信結果送信指示部と、
上記データのフォーマットが正常か正常でないかに基づいて、上記データを廃棄して、当該データの再送要求を上記受信結果送信部に依頼する再送依頼部とを具備する。
A wireless communication control device that achieves the above object is a wireless communication control device that controls communication and is used in a wireless communication device having a transmission / reception unit that transmits and receives data with a data check bit.
A received data determination unit that determines whether the received data is an error;
When the determination result is an error, the data is discarded, and the reception result transmission unit is instructed to transmit a retransmission request for the data to the transmission source wireless communication device. When the determination result is not an error, the reception A reception result transmission instruction unit that instructs the result transmission unit to transmit that the data is normal to another wireless communication device of the transmission source;
A retransmission request unit that discards the data and requests the retransmission result transmission unit to retransmit the data based on whether the format of the data is normal or not.

上記目的を達成する無線通信方法は、データを送受信する無線通信装置の通信方法であって、
上記データを受信し、
受信した上記データがエラーか否かを判定し、
上記判定がエラーでない場合は、上記データが正常である旨を上記送信元の別の無線通信装置に送信し、
上記データのフォーマットが正常であれば、所定の処理にその正常であることを通知し、上記データのフォーマットが正常でなければ、上記データを廃棄して、再送を依頼する。
A wireless communication method for achieving the above object is a communication method of a wireless communication device for transmitting and receiving data,
Receive the above data,
Determine whether the received data is an error,
If the determination is not an error, the fact that the data is normal is transmitted to another wireless communication device of the transmission source,
If the data format is normal, a predetermined process is notified of the normality. If the data format is not normal, the data is discarded and a retransmission is requested.

本件によれば、通信のスループットが向上する。   According to this case, communication throughput is improved.

レイヤ2のプロトコル構成図である。It is a protocol block diagram of layer 2. 制御情報が付与されたPDUのデータフローの一例を示す図である。It is a figure which shows an example of the data flow of PDU with which control information was provided. 受信側HARQによるACK,NACKの返信を含むデータフローを示した図である。It is the figure which showed the data flow including the reply of ACK and NACK by receiving side HARQ. MAC−PDU判定処理部におけるPDUのフォーマットの正常/異常の判定処理を示す模式図である。It is a schematic diagram which shows the normal / abnormal determination process of the PDU format in a MAC-PDU determination process part. MIMOを採用した送信装置および受信装置の概要を示すブロック図である。It is a block diagram which shows the outline | summary of the transmitter which employ | adopted MIMO. MIMOを採用したときのデータフローを示す図である。It is a figure which shows a data flow when employ | adopting MIMO. 本件の一実施形態が適用された通信システムの一例を示す模式図である。It is a schematic diagram which shows an example of the communication system with which one Embodiment of this case was applied. 本件の第1実施形態におけるHARQ受信制御部およびMAC―PDU判定処理部を示したブロック図である。It is the block diagram which showed the HARQ reception control part and MAC-PDU determination process part in 1st Embodiment of this case. 図8に示す実施形態におけるデータフローを示す図である。It is a figure which shows the data flow in embodiment shown in FIG. 本件の第2実施形態における、受信側のMACサブレイヤ内の構成を示すブロック図である。It is a block diagram which shows the structure in the MAC sublayer of the receiving side in 2nd Embodiment of this case. 図10に示す実施形態におけるデータフローを示す図である。It is a figure which shows the data flow in embodiment shown in FIG.

以下、本件の実施形態について説明する。   Hereinafter, an embodiment of the present case will be described.

図7は、本件の一実施形態が適用された通信システムの一例を示す模式図である。   FIG. 7 is a schematic diagram illustrating an example of a communication system to which one embodiment of the present application is applied.

この図7には、携帯電話機100と、その携帯電話機100との間で無線通信が行なわれる基地局200とが示されている。尚、実際の通信システムには、多数の携帯電話機や多数の基地局が存在し、さらに、多数の交換機なども存在するが、ここでは、本実施形態の説明に必要な最小限の構成のみ図示している。   FIG. 7 shows a mobile phone 100 and a base station 200 that performs wireless communication with the mobile phone 100. An actual communication system includes a large number of mobile phones and a large number of base stations, and also includes a large number of exchanges. Here, only the minimum configuration necessary for the description of the present embodiment is illustrated. Show.

携帯電話機100と基地局200との間では無線通信が行なわれ、携帯電話機100が発信側となるときは基地局200が受信側となり、基地局200が発信側となるときは携帯電話機100が受信側となる。すなわち、携帯電話機100と基地局200のいずれにも、以下に説明する送信側の構成と受信側の構成が備えられている。   Wireless communication is performed between the mobile phone 100 and the base station 200. When the mobile phone 100 is a transmission side, the base station 200 is a reception side, and when the base station 200 is a transmission side, the mobile phone 100 is receiving. On the side. That is, both the mobile phone 100 and the base station 200 have a transmission side configuration and a reception side configuration described below.

前述の従来技術では、受信したMAC−PDUのフォーマットに不正があったときにそのMAC−PDUを廃棄し、再送要求はRLCに委ねられたが、本実施形態では、そのMAC−PDUのフォーマットに不正があったときは、以下に2つの例を示すようにしてMACサブレイヤで再送要求が行なわれ、これにより通信のスループットを向上させている。MACサブレイヤでの再送要求の点のみ前述の従来技術と異なり、その他の点については前述の従来技術での説明をそのまま引き継ぐものとする。   In the above-described conventional technology, when the received MAC-PDU format is invalid, the MAC-PDU is discarded, and the retransmission request is left to the RLC. In this embodiment, the MAC-PDU format is changed. When there is fraud, a retransmission request is made in the MAC sublayer as shown in the following two examples, thereby improving communication throughput. Only the point of the retransmission request in the MAC sublayer is different from the above-described conventional technique, and the description in the above-described conventional technique is taken on as it is for the other points.

すなわち、本件の無線通信装置は、ブロック構成としては、一例として前述した図5に示す送信側と受信側の双方の構成を含んでおり、以下の説明の点だけ前述の従来技術と異なる。   That is, the wireless communication apparatus of the present case includes, as an example, the configuration of both the transmission side and the reception side shown in FIG. 5 described above as a block configuration, and differs from the above-described prior art only in the following explanation.

図8は、本件の第1実施形態におけるHARQ受信制御部およびMAC―PDU判定処理部を示したブロック図である。   FIG. 8 is a block diagram showing the HARQ reception control unit and the MAC-PDU determination processing unit in the first embodiment of the present case.

送信側から送信されてきたMAC−PDUを受信すると、受信側のHARQ受信制御部22の受信データ判定部221では、受信したMAC−PDUについてCRCチェックが行なわれ、正常受信(CRC−OK)のときは、そのMAC−PDUはMAC−PDU判定処理部21に送られるとともに、ACK/NACK送信部222にACK送信要求がなされ、ACK/NACK送信部222からレイヤ1を経由してのACKの送信が行なわれる。ただし、受信データ判定部221からACK/NACK送信部222に向けてACKの送信要求がなされても、以下に説明するように、ACK/NACK送信部222からはACKの送信は行なわれず、NACKが送信される場合がある。   When receiving the MAC-PDU transmitted from the transmission side, the reception data determination unit 221 of the HARQ reception control unit 22 on the reception side performs a CRC check on the received MAC-PDU, and performs normal reception (CRC-OK). When the MAC-PDU is sent to the MAC-PDU determination processing unit 21, an ACK transmission request is made to the ACK / NACK transmission unit 222, and the ACK / NACK transmission unit 222 transmits an ACK via the layer 1 Is done. However, even if an ACK transmission request is made from the received data determination unit 221 toward the ACK / NACK transmission unit 222, as described below, the ACK / NACK transmission unit 222 does not transmit an ACK and the NACK is not transmitted. May be sent.

受信データ判定部221で受信異常(CRC−NG)と判定したときは、受信データ判定部221からACK/NACK送信部222にNACKの送信要求がなされ、ACK/NACK送信部222からレイヤ1を介して、送信側に向けてNACKが送信される。送信側ではMAC−PDUの送信時刻が管理されており、ACK/NACKを受信するとACK/NACKの受信時刻からどのPDUに対するACK/NACKであるか認識できる旨説明したが、MIMOの場合も、受信側で受信したアンテナと同じアンテナからACK/NACKを送信するので、PDUの送信側では、送信時刻と受信したアンテナとから、どのMAC−PDUに対するACK/NACKであるかを認識することができる。   When the reception data determination unit 221 determines reception abnormality (CRC-NG), the reception data determination unit 221 issues a NACK transmission request to the ACK / NACK transmission unit 222, and the ACK / NACK transmission unit 222 passes through layer 1. NACK is transmitted toward the transmission side. It has been explained that the transmission time of the MAC-PDU is managed on the transmission side, and when the ACK / NACK is received, it can be recognized from which reception time of the ACK / NACK that the ACK / NACK for which PDU is received. Since the ACK / NACK is transmitted from the same antenna as the antenna received on the side, the PDU transmitting side can recognize which MAC-PDU is the ACK / NACK from the transmission time and the received antenna.

ここで、受信データ判定部222で正常受信(CRC−OK)と判定されてMAC−PDU判定処理部21に渡されたMAC−PDUは、今度はそのMAC−PDU判定処理部21で、正常フォーマットのPDUであるか不正フォーマットのPDUであるかが判定され、正常フォーマットのPDUであれば、各LCHごとのSDUに分割されて各LCHのRLCエンティティに渡される(図2参照)。   Here, the MAC-PDU determined by the reception data determination unit 222 to be normal reception (CRC-OK) and passed to the MAC-PDU determination processing unit 21 is now in the normal format by the MAC-PDU determination processing unit 21. It is determined whether the PDU is a normal PDU or an illegal format PDU. If the PDU is a normal format PDU, it is divided into SDUs for each LCH and passed to the RLC entity of each LCH (see FIG. 2).

一方、MAC−PDU判定処理部21で不正フォーマットのPDUであると判定されたときは、そのPDUは廃棄される。ここまでは前述した従来技術と同様であるが、本実施形態では、MAC−PDU判定処理部21は、不正フォーマットのPDUであると判定したときは、そのPDUを廃棄するとともに、HARQ受信制御部22のACK/NACK送信部222にNACKの送信を要求し、ACK/NACK送信部222に対し、受信データ判定部221から送られてきているACKの送信要求を書き換えさせる。するとACK/NACK送信部222は、MAC−PDU判定処理部21からの要求を受けて、レイヤ1を介して送信側にNACKを送信する。   On the other hand, when the MAC-PDU determination processing unit 21 determines that the PDU has an illegal format, the PDU is discarded. Up to this point, it is the same as the prior art described above, but in this embodiment, when the MAC-PDU determination processing unit 21 determines that the PDU has an illegal format, the PDU is discarded and the HARQ reception control unit The ACK / NACK transmission unit 222 is requested to transmit NACK, and the ACK / NACK transmission unit 222 is caused to rewrite the ACK transmission request transmitted from the reception data determination unit 221. Then, the ACK / NACK transmission unit 222 receives a request from the MAC-PDU determination processing unit 21 and transmits a NACK to the transmission side via the layer 1.

図9は、図8に示す実施形態におけるデータフローを示す図である。   FIG. 9 is a diagram showing a data flow in the embodiment shown in FIG.

ここに示す例では、基地局を送信側とし、その送信側から、ここでは代表的にMAC−PDU#1とMAC−PDU#2との2つのMAC−PDUが送信され、受信側である携帯電話機で受信される。受信側では、レイヤ2の中のさらにMACサブレイヤにおいて正常受信(CRC−OK)が異常受信(CRC−NG)かが判定される。   In the example shown here, a base station is set as a transmission side, and two MAC-PDUs of MAC-PDU # 1 and MAC-PDU # 2 are typically transmitted from the transmission side here, and the mobile station which is the reception side Received by telephone. On the receiving side, it is determined whether normal reception (CRC-OK) is abnormal reception (CRC-NG) in the MAC sublayer in layer 2.

ここでは、先ずMAC−PDU#1についてその判定が行なわれ、正常受信(CRC−OK)であったため、ここでは送信側に向けて先ずはACKを送信しようとする。ただし、未だACKは送信されずに、その間にそのMAC−PDU#1のフォーマットが正常であるか不正であるかが判定され、そのMAC−PDU#1のフォーマットが不正であったときは、正常受信(CRC−OK)であったため送信しようとしていたACKをNACKに書き換えて送信側に送信する。すると、送信側では、NACKを受信したことから、そのNACKに対応するMAC−PDU#1を受信側に向けて再送する。   Here, the determination is first made with respect to MAC-PDU # 1, and normal reception (CRC-OK) is performed. Therefore, first, ACK is first transmitted to the transmission side. However, the ACK is not yet transmitted, and it is determined whether the format of the MAC-PDU # 1 is normal or invalid during that time. If the format of the MAC-PDU # 1 is invalid, it is normal Since it was reception (CRC-OK), ACK which was going to be transmitted is rewritten to NACK and transmitted to the transmission side. Then, since the transmitting side has received the NACK, the MAC-PDU # 1 corresponding to the NACK is retransmitted toward the receiving side.

MAC−PDU#2については、受信も正常であり、フォーマットも正常であったため、送信側に向けてACKが送信され、送信側では、そのMAC−PDU#2については再送することなく、未送信のMAC−PDU#nを送信する。   For MAC-PDU # 2, the reception is normal and the format is also normal, so an ACK is transmitted to the transmission side. On the transmission side, the MAC-PDU # 2 is not transmitted without being retransmitted. MAC-PDU # n is transmitted.

こうすることで、受信異常(CRC−NG)のときだけでなく、受信は正常(CRC−OK)であってもそのPDUが不正フォーマットのPDUであったときにも、MACサブレイヤ内で再送要求が行なわれ、RLCサブレイヤからの再送要求を待たずに再送要求が行なわれるため再送要求までの時間が短縮化され、システム全体としてのスループットが向上する。   In this way, not only when reception is abnormal (CRC-NG) but also when reception is normal (CRC-OK), even when the PDU is a malformed PDU, a retransmission request is made in the MAC sublayer. Since the retransmission request is made without waiting for the retransmission request from the RLC sublayer, the time until the retransmission request is shortened and the throughput of the entire system is improved.

尚ここでは、基地局を送信側、携帯電話機を受信側として説明したが、携帯電話機が送信側、基地局が受信側の場合も同様である。   Here, the base station is described as the transmitting side and the mobile phone is described as the receiving side, but the same applies to the case where the mobile phone is the transmitting side and the base station is the receiving side.

送信側のレイヤ1では、一旦送信したMAC−PDUを暫く保存しておき、その一旦送信したMAC−PDUに対するNACKを受信したときはその保存しておいたMAC−PDUを再送する。したがって、この第1実施形態の場合、送信側のレイヤ1を含む、そのレイヤ1よりも受信側のMAC−PDU判定処理までの間に混入したエラーに対しては有効であるが、送信側でMAC−PDUを生成する過程、あるいはその生成したMAC−PDUを送信側のレイヤ1へ渡す過程においてMAC−PDUにエラーが混入した場合は、何度再送しても救うことはできない。このため、受信側MAC−PDU判定処理では、NACKを送信したことにより再送されてきたMAC−PDUのフォーマットが再送前のMAC−PDUのフォーマットと同じ不正のフォーマットであったときは、それ以上の再送要求は行なわれない。これにより、無駄な再送が繰り返されずに通信のリソースを他のPDUに与えることができる。   In Layer 1 on the transmission side, once transmitted, the MAC-PDU is stored for a while, and when the NACK for the once transmitted MAC-PDU is received, the stored MAC-PDU is retransmitted. Therefore, in the case of the first embodiment, it is effective for errors including the transmission-side layer 1 and before the MAC-PDU determination processing on the reception side rather than the layer 1, but on the transmission side. When an error is mixed in the MAC-PDU in the process of generating the MAC-PDU or the process of passing the generated MAC-PDU to the layer 1 on the transmission side, it cannot be saved even if it is retransmitted many times. For this reason, in the receiving-side MAC-PDU determination process, when the format of the MAC-PDU that has been retransmitted due to the transmission of NACK is the same illegal format as the format of the MAC-PDU before the retransmission, no more No retransmission request is made. This makes it possible to give communication resources to other PDUs without repeating unnecessary retransmissions.

次に、本件の第2実施形態について説明する。   Next, a second embodiment of the present case will be described.

図10は、本件の第2実施形態における、受信側のMACサブレイヤ内の構成を示すブロック図である。   FIG. 10 is a block diagram showing a configuration in the MAC sublayer on the receiving side in the second embodiment of the present case.

受信側(ここでは携帯電話機とする)のHARQ受信制御部22では、上述と同様に、受信されたMAC−PDUについてCRCチェックが行なわれ、正常受信(CRC−OK)か受信異常(CRC−NG)かに応じて、それぞれACKまたはNACKが送信側(基地局)に送信される。このときのACK/NACKは、正常受信(CRC−OK)か受信異常(CRC−NG)かによって送信され、フォーマットの正常/不正は考慮されていない。   In the HARQ reception control unit 22 on the receiving side (here, a mobile phone), a CRC check is performed on the received MAC-PDU, as described above, and normal reception (CRC-OK) or reception abnormality (CRC-NG) is performed. ) Or ACK is transmitted to the transmitting side (base station). The ACK / NACK at this time is transmitted depending on whether it is normal reception (CRC-OK) or abnormal reception (CRC-NG), and normal / incorrect format is not considered.

HARQ受信制御部22で正常受信(CRC−OK)であると判定されると、そのMAC−PDUは、MAC−PDU判定処理部21に送られる。このとき、HARQ受信制御部22からは、そのMAC−PDUを受信した時刻を表わす時刻情報と、MIMOを利用しているときは、受信したアンテナを識別するMIMOアンテナ情報とを含む受信情報も一緒に、MAC−PDU判定処理部21に渡される。MAC−PDU判定処理部21では、その受け取ったMAC−PDUのフォーマットが調べられ、正常フォーマットであるか不正フォーマットであるかが判定される。正常フォーマットであったときは、そのMAC−PDUが各LCHのMAC−SDU=RLC−PDUに分解されて、各LCHのRLCエンティティに渡される。   When the HARQ reception control unit 22 determines that the reception is normal (CRC-OK), the MAC-PDU is sent to the MAC-PDU determination processing unit 21. At this time, the reception information including the time information indicating the time when the MAC-PDU is received from the HARQ reception control unit 22 and the MIMO antenna information for identifying the received antenna when MIMO is used is also included. To the MAC-PDU determination processing unit 21. The MAC-PDU determination processing unit 21 checks the format of the received MAC-PDU and determines whether it is a normal format or an illegal format. When the format is normal, the MAC-PDU is decomposed into MAC-SDU = RLC-PDU of each LCH and passed to the RLC entity of each LCH.

一方、MAC−PDU判定処理部21で不正フォーマットであると判定されると、その不正フォーマットであると判定されたMAC−PDUは廃棄され、受信情報(時刻情報およびMIMOアンテナ情報)を伴った再送要求がMAC制御情報作成処理部31に渡される。このMAC制御情報作成処理部31は、図5には明示されていないが、携帯電話機から基地局に向けて送信するMAC−PDUのMAC制御情報の作成を担当している、MACサブレイヤ内の構成要素である。   On the other hand, when the MAC-PDU determination processing unit 21 determines that the format is illegal, the MAC-PDU determined to be the incorrect format is discarded and retransmitted with reception information (time information and MIMO antenna information). The request is passed to the MAC control information creation processing unit 31. Although not explicitly shown in FIG. 5, the MAC control information creation processing unit 31 is configured in the MAC sublayer, which is responsible for creating MAC control information of a MAC-PDU transmitted from the mobile phone to the base station. Is an element.

ここでは、その時々の必要に応じた様々なMAC制御情報が作成されるが、本実施形態を特徴づけるものとしては、このMAC制御情報作成処理部31では、MAC−PDU判定処理部21から受け取った再送要求を埋め込んだMAC制御情報が作成される。このMAC制御情報に埋め込まれる再送要求には、受信情報(時刻情報とMIMOアンテナ情報)が含まれている。このMAC制御情報作成処理部31で生成されるMAC制御情報は、同じ携帯電話機内のMAC−PDU生成部11に渡される。MAC−PDU生成部11では、RLCエンティティから受け取ったRLC−PDU(MAC−SDU)を統合するとともに、さらに、MAC制御情報作成処理部31から受け取ったMAC制御情報や、さらにヘッダを付加したMAC−PDUを生成する。そのMAC−PDU生成処理部11で生成されたMAC−PDUは、HARQ送信制御部11に渡され、さらにその携帯電話機のレイヤ1を介在させて基地局に向けて送信される。基地局側では受信したMAC−PDUの制御情報が参照され、その制御情報中に再送要求があることを認識し、さらにその再送要求に付加された受信情報(時刻情報とMIMOアンテナ情報)とにより再送すべきMAC−PDUを認識して、そのMAC−PDUを再送する。このとき基地局側では、ACK/NACKを受信するまで保存しておいたMAC−PDUは既に存在せず、その基地局側の各LCHのRLCからその再送すべきMAC−PDUを構築するのに必要なRLC−PDU(MAC−SDU)を再び受け取り、そのMAC−PDUを再生成して再送する。   Here, various MAC control information according to the occasional needs is created, but the MAC control information creation processing unit 31 receives this from the MAC-PDU determination processing unit 21 as a feature of this embodiment. MAC control information in which the retransmission request is embedded is created. The retransmission request embedded in the MAC control information includes reception information (time information and MIMO antenna information). The MAC control information generated by the MAC control information creation processing unit 31 is passed to the MAC-PDU generation unit 11 in the same mobile phone. The MAC-PDU generation unit 11 integrates the RLC-PDU (MAC-SDU) received from the RLC entity, and further receives the MAC control information received from the MAC control information creation processing unit 31 and the MAC- Generate a PDU. The MAC-PDU generated by the MAC-PDU generation processing unit 11 is transferred to the HARQ transmission control unit 11 and further transmitted to the base station via the layer 1 of the mobile phone. The base station side refers to the received MAC-PDU control information, recognizes that there is a retransmission request in the control information, and further uses the received information (time information and MIMO antenna information) added to the retransmission request. Recognize the MAC-PDU to be retransmitted and retransmit the MAC-PDU. At this time, the base station side does not already have the MAC-PDU stored until ACK / NACK is received, and constructs the MAC-PDU to be retransmitted from the RLC of each LCH on the base station side. The necessary RLC-PDU (MAC-SDU) is received again, and the MAC-PDU is regenerated and retransmitted.

このため、この第2実施形態の場合は、送信側のMAC−PDUを生成する過程、あるいはその生成されたMAC−PDUをその送信側のレイヤ1に渡す過程で混入したエラーについても救われる可能性が高い。ただし、この場合であっても、再送されてきたMAC−PDUが再送前のMAC−PDUと同じ不正のフォーマットであったときは、それ以上の再送要求を行なわないことが好ましい。   For this reason, in the case of the second embodiment, it is possible to save an error mixed in the process of generating the MAC-PDU on the transmission side or in the process of passing the generated MAC-PDU to the layer 1 on the transmission side. High nature. However, even in this case, when the retransmitted MAC-PDU has the same illegal format as the MAC-PDU before retransmission, it is preferable not to request further retransmission.

図11は、図10に示す実施形態におけるデータフローを示す図である。   FIG. 11 is a diagram showing a data flow in the embodiment shown in FIG.

ここでは、代表的にMAC−PDU#D1とMAC−PDU#D2との2つのMAC−PDUが、送信側である基地局から受信側である携帯電話機に送信されてきたことが示されている。受信側のMACサブレイヤでは、CRCチェック、ACK/NACKの送信が行なわれるが、ここでは、その点については従来技術(図3参照)と同様であるため、ここでは図示は省略されている。   Here, it is shown that typically two MAC-PDUs, MAC-PDU # D1 and MAC-PDU # D2, have been transmitted from a base station on the transmission side to a mobile phone on the reception side. . In the MAC sublayer on the receiving side, CRC check and ACK / NACK transmission are performed. Here, since this point is the same as in the prior art (see FIG. 3), illustration is omitted here.

受信側のMACサブレイヤでは、CRCチェックの後、正常受信(CRC−OK)であったときは、次に、その受信したMAC−PDUのフォーマットが調べられ、そのフォーマットが正常であるか不正であるかが判定される。正常と判定された場合は、従来技術あるいは上述の第1実施形態の場合と同様である。   In the MAC sublayer on the receiving side, if the normal reception (CRC-OK) is performed after the CRC check, the format of the received MAC-PDU is checked next, and the format is normal or invalid. Is determined. When determined to be normal, it is the same as in the case of the prior art or the first embodiment described above.

一方、その受信したMAC−PDUが不正フォーマットのPDUであると判定されると、そのMAC−PDUは廃棄され、今度は、この同じ携帯電話機が送信側となる場面で構成されるMAC−PDUのMAC制御情報に、不正フォーマットのMAC−PDUを受信した時刻を表わす時刻情報と、そのMAC−PDUを受信したアンテナを特定するためのMIMOアンテナ情報とを含む受信情報が付加された再送要求が埋め込まれ、そのMAC−PDU(図11ではMAC−PDU#U1)が基地局に向けて送信される。   On the other hand, if it is determined that the received MAC-PDU is an illegally formatted PDU, the MAC-PDU is discarded, and this time, the MAC-PDU configured in the scene where the same mobile phone becomes the transmission side is discarded. A retransmission request in which reception information including time information indicating the time at which an illegally formatted MAC-PDU is received and MIMO antenna information for specifying the antenna that has received the MAC-PDU is embedded in the MAC control information. The MAC-PDU (MAC-PDU # U1 in FIG. 11) is transmitted toward the base station.

基地局では、その受信したMAC−PDU#U1のMAC制御情報が解析され、MAC−PDU#D1について再送すべきことが認識され、そのMAC−PDU#D1が再生成されて携帯電話機に再送信される。   The base station analyzes the MAC control information of the received MAC-PDU # U1, recognizes that the MAC-PDU # D1 should be retransmitted, regenerates the MAC-PDU # D1, and retransmits it to the mobile phone. Is done.

この第2実施形態の場合も、不正フォーマットの場合にMACサブレイヤ内で再送要求が行なわれ、システム全体としてのスループットが向上する。   Also in the case of the second embodiment, a retransmission request is made in the MAC sublayer in the case of an illegal format, and the throughput of the entire system is improved.

Claims (5)

データを送受信する無線通信装置において、
前記データを受信する受信部と、
受信した前記データがエラーか否かを判定する受信データ判定部と、
前記判定結果がエラーでない場合は、前記データが正常である旨を前記送信元の別の無線通信装置に送信する受信結果送信部と、
前記データのフォーマットが正常か否かに基づいて、前記データを廃棄して、再送を前記受信結果送信部に依頼する再送依頼部とを具備することを特徴とする無線通信装置。
In a wireless communication device that transmits and receives data,
A receiving unit for receiving the data;
A received data determination unit for determining whether or not the received data is an error;
If the determination result is not an error, a reception result transmission unit that transmits the fact that the data is normal to another wireless communication device of the transmission source,
A wireless communication apparatus comprising: a retransmission request unit that discards the data and requests the reception result transmission unit to perform retransmission based on whether the format of the data is normal.
送信先の別の無線通信装置に向けて制御データを送信する送信部をさらに備え、
前記再送依頼部は、前記データのフォーマットが正常でないと判定された場合は、送信するデータの通信制御情報を使用した送信を依頼することを特徴とする請求項1に記載の無線通信装置。
A transmission unit that transmits control data to another wireless communication device as a transmission destination;
The wireless communication device according to claim 1, wherein the retransmission request unit requests transmission using communication control information of data to be transmitted when it is determined that the format of the data is not normal.
データチェックビット付きでデータを送受信する送受信部を有する無線通信装置で用いられる、通信を制御する無線通信制御装置において、
受信した前記データがエラーか否かを判定する受信データ判定部と、
前記判定結果がエラーの場合、前記データを廃棄し、前記受信結果送信部に当該データの再送要求を送信元の無線通信装置に送信するよう指示し、前記判定結果がエラーでない場合は、前記受信結果送信部に前記データが正常である旨を前記送信元の別の無線通信装置に送信するよう指示する受信結果送信指示部と、
前記データのフォーマットが正常か正常でないかに基づいて、前記データを廃棄して、当該データの再送要求を前記受信結果送信部に依頼する再送依頼部とを具備することを特徴とする無線通信制御装置。
In a wireless communication control device for controlling communication used in a wireless communication device having a transmission / reception unit for transmitting / receiving data with a data check bit,
A received data determination unit for determining whether or not the received data is an error;
When the determination result is an error, the data is discarded, and the reception result transmission unit is instructed to transmit a retransmission request for the data to a transmission source wireless communication device. When the determination result is not an error, the reception A reception result transmission instruction unit that instructs a result transmission unit to transmit that the data is normal to another wireless communication device of the transmission source;
A wireless communication control, comprising: a retransmission request unit that discards the data and requests the retransmission result transmission unit to request the retransmission of the data based on whether the format of the data is normal or not apparatus.
前記データのフォーマットが正常であれば、所定の処理に前記データを渡すフォーマット判定部と、
前記データのフォーマットが正常でなければ、前記データを廃棄して、当該データの再送要求を前記受信結果送信部に依頼する再送依頼部とを具備することを特徴とする請求項3記載の無線通信制御装置。
If the format of the data is normal, a format determination unit that passes the data to a predetermined process;
The wireless communication according to claim 3, further comprising: a retransmission request unit that discards the data and requests the retransmission result transmission unit to request the retransmission of the data if the format of the data is not normal. Control device.
データを送受信する無線通信装置の通信方法において、
前記データを受信し、
受信した前記データがエラーか否かを判定し、
前記判定がエラーでない場合は、前記データが正常である旨を前記送信元の別の無線通信装置に送信し、
前記データのフォーマットが正常であれば、所定の処理にその正常であることを通知し、前記データのフォーマットが正常でなければ、前記データを廃棄して、再送を依頼することを特徴とする無線通信装置の通信方法。
In a communication method of a wireless communication device that transmits and receives data,
Receiving the data,
Determine whether the received data is an error,
If the determination is not an error, the fact that the data is normal is transmitted to another wireless communication device of the transmission source,
If the data format is normal, a predetermined process is notified that the data format is normal, and if the data format is not normal, the data is discarded and a retransmission is requested. A communication method of a communication device.
JP2012246065A 2012-11-08 2012-11-08 Wireless communication apparatus and wireless communication method Expired - Fee Related JP5626317B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012246065A JP5626317B2 (en) 2012-11-08 2012-11-08 Wireless communication apparatus and wireless communication method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012246065A JP5626317B2 (en) 2012-11-08 2012-11-08 Wireless communication apparatus and wireless communication method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2009535924A Division JP5223867B2 (en) 2007-10-03 2007-10-03 Wireless communication device, wireless communication control device, wireless communication method, wireless communication program, wireless communication control method, and wireless communication control program

Publications (2)

Publication Number Publication Date
JP2013062851A true JP2013062851A (en) 2013-04-04
JP5626317B2 JP5626317B2 (en) 2014-11-19

Family

ID=48187069

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012246065A Expired - Fee Related JP5626317B2 (en) 2012-11-08 2012-11-08 Wireless communication apparatus and wireless communication method

Country Status (1)

Country Link
JP (1) JP5626317B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05122278A (en) * 1991-10-30 1993-05-18 Nec Corp Terminal control system for exchange
JPH0851413A (en) * 1994-08-08 1996-02-20 Nippondenso Co Ltd Data communication equipment
JP2001186271A (en) * 1999-12-22 2001-07-06 Matsushita Electric Works Ltd Communication monitor and communication monitoring system
US20050172199A1 (en) * 2004-02-03 2005-08-04 Phonex Broadband Corporation. Reliable method and system for efficiently transporting dynamic data across a network

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05122278A (en) * 1991-10-30 1993-05-18 Nec Corp Terminal control system for exchange
JPH0851413A (en) * 1994-08-08 1996-02-20 Nippondenso Co Ltd Data communication equipment
JP2001186271A (en) * 1999-12-22 2001-07-06 Matsushita Electric Works Ltd Communication monitor and communication monitoring system
US20050172199A1 (en) * 2004-02-03 2005-08-04 Phonex Broadband Corporation. Reliable method and system for efficiently transporting dynamic data across a network

Also Published As

Publication number Publication date
JP5626317B2 (en) 2014-11-19

Similar Documents

Publication Publication Date Title
JP5279732B2 (en) PDCP layer status report transmission method and receiver in mobile communication system
TWI486016B (en) Communicating terminal and method of transmitting status report from receiving terminal to transmitting terminal
US9590704B2 (en) Method and apparatus in a wireless communication system
US20090319850A1 (en) Local drop control for a transmit buffer in a repeat transmission protocol device
US20080080516A1 (en) Method and apparatus of adaptive sequence numbering in a wireless communication system
WO2008085908A1 (en) Method and apparatus for indicating a transmission status to a higher layer
JP2006203265A (en) Receiver, transmitter, communication system and method
TWI423614B (en) Data retransmission method and wireless communication apparatus
US8812926B2 (en) Wireless communication apparatus, wireless communication control apparatus, wireless communication method, wireless communication program storage medium, wireless communication control method, and wireless communication control program storage medium
JP2006506000A (en) Data packet transmission in a single container
CN103179614B (en) The method of transmitting pdcp data unit to upper layer
JP5626317B2 (en) Wireless communication apparatus and wireless communication method
AU2013200946B2 (en) Wireless communication apparatus, wireless communication control apparatus, wireless communication method, wireless communication program, wireless communication control method, and wireless communication control program
JP2012165391A (en) Data retransmission method
RU2490801C1 (en) Wireless communication device, wireless communication control device, wireless communication method, programmed wireless communication computer medium, wireless communication control method and computer medium with wireless communication control program
RU2455771C2 (en) Wireless communication device, wireless communication control device, method of wireless communications, computer medium with wireless communication program, method for wireless communication control and computer medium with wireless communication control program
CN103067142A (en) Wireless communication device
JP2010233249A (en) Data retransmission processing method for wireless communication and wireless communication apparatus employing the same

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131107

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131112

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140114

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140513

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140807

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20140814

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: 20140902

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140915

R150 Certificate of patent or registration of utility model

Ref document number: 5626317

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees