JP3031008B2 - Data transmission method - Google Patents

Data transmission method

Info

Publication number
JP3031008B2
JP3031008B2 JP3322676A JP32267691A JP3031008B2 JP 3031008 B2 JP3031008 B2 JP 3031008B2 JP 3322676 A JP3322676 A JP 3322676A JP 32267691 A JP32267691 A JP 32267691A JP 3031008 B2 JP3031008 B2 JP 3031008B2
Authority
JP
Japan
Prior art keywords
block
retransmission
data
transmission
error
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.)
Expired - Lifetime
Application number
JP3322676A
Other languages
Japanese (ja)
Other versions
JPH05160817A (en
Inventor
美奈子 武石
憲一 高橋
博 大西
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.)
Panasonic Corp
Panasonic Holdings Corp
Original Assignee
Panasonic Corp
Matsushita Electric Industrial Co 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 Panasonic Corp, Matsushita Electric Industrial Co Ltd filed Critical Panasonic Corp
Priority to JP3322676A priority Critical patent/JP3031008B2/en
Publication of JPH05160817A publication Critical patent/JPH05160817A/en
Application granted granted Critical
Publication of JP3031008B2 publication Critical patent/JP3031008B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は無線通信システム等にお
けるデータ伝送時の自動再送要求のデータ伝送方法に関
するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transmission method for an automatic retransmission request at the time of data transmission in a radio communication system or the like.

【0002】[0002]

【従来の技術】近年、無線を用いたデータ伝送システム
が注目されてきており、音声とデータの両方が通信可能
であるような移動通信システムの開発が行われている。
こうしたシステムではデータ伝送の高信頼性を維持する
ため種々の誤り制御方法が用いられているが、本発明の
背景となる従来からの自動再送要求(オートマチック・
リピート・リクエスト:Automatic−Repe
at−reQuest;以下ARQと記す)方式につい
て説明する。
2. Description of the Related Art In recent years, a data transmission system using wireless has been receiving attention, and a mobile communication system capable of communicating both voice and data has been developed.
In such a system, various error control methods are used to maintain high reliability of data transmission. However, a conventional automatic retransmission request (automatic transmission
Repeat request: Automatic-Repe
at-reQuest (hereinafter referred to as ARQ) will be described.

【0003】ARQ方式は送信側で送信するデータをあ
らかじめ定められた手順で誤り検出符号化して送信し、
受信側では前記手順に対応した手順で誤り検出を行い、
誤りが検出された場合は自動的に送信側に対し再送要求
を行うデータ伝送方式で、代表的なものとしてストップ
・アンド・ウエイト(Stop And Wait;以
下SAWと記す)、ゴーバックN(Go−Back−
N;以下GBNと記す)、選択繰り返し(Select
ive−Repeat,以下SRと記す)方式があげら
れる。
[0003] In the ARQ system, data to be transmitted on the transmission side is error-detected and coded according to a predetermined procedure and transmitted.
The receiving side performs error detection according to the procedure corresponding to the above procedure,
When an error is detected, a data transmission method for automatically requesting the transmitting side to perform a retransmission request. Typical examples are stop and wait (hereinafter referred to as SAW) and go-back N (Go-Back). −
N; hereinafter referred to as GBN), and repeated selection (Select)
ave-Repeat (hereinafter, referred to as SR)).

【0004】SAW方式はARQ方式の最も基本的なも
のであり、送信側では送信するデータを複数のブロック
に分解し、1つのブロックを送信した後、受信側から受
領応答信号(ACK)もしくは再送要求信号がくるまで
次のブロックを送信せずに待機している方式である。手
順、装置ともに簡単にできるため、安価で伝送速度の低
いシステムで用いられている。
[0004] The SAW method is the most basic of the ARQ method. The transmitting side decomposes data to be transmitted into a plurality of blocks, transmits one block, and then receives an acknowledgment signal (ACK) or retransmission from the receiving side. This is a method of waiting without transmitting the next block until a request signal comes. Since both procedures and devices can be simplified, they are used in low-cost and low-speed systems.

【0005】GBN方式は受信側からの応答を待たずに
データブロックを順次送信し、受信側から再送要求信号
が来た場合に再送要求されたブロックだけでなくそのブ
ロックに続くN−1ブロックも再送を行う方式である。
In the GBN system, data blocks are sequentially transmitted without waiting for a response from the receiving side. When a retransmission request signal is received from the receiving side, not only the block requested to be retransmitted but also the N-1 block following the block are transmitted. This is a method for performing retransmission.

【0006】図3は従来のGBN方式の再送手順をN=
4の場合を例にとって示すものである。Nは送信したデ
ータブロックに対する応答信号を受信するまでの折り返
し遅延時間(Round−Trip−Delay:RT
D)内に送信できるブロック数以上の整数に設定され
る。
FIG. 3 shows a retransmission procedure of the conventional GBN system in which N =
4 is shown as an example. N is a return delay time until a response signal to the transmitted data block is received (Round-Trip-Delay: RT)
It is set to an integer equal to or greater than the number of blocks that can be transmitted in D).

【0007】以下に同図を用いて簡単に説明する。TX
Bは送信ブロック番号、RXBは受信ブロック番号を、
TACKは送信側で確認された最新の送信成功ブロック
番号、RACKは受信側での受信確認ブロック番号を示
している。また、受信側での受信データブロックの判定
内容として、sは誤りが無く有効なブロック、eは誤り
が検出され無効となったブロック、dは誤り無く受信さ
れたもののブロック番号がRACKの次でないため無効
となったブロックを示している。図中の実線または点線
で×印のあるものは無線伝送中に誤りが発生したことを
表している。
The following is a brief description with reference to FIG. TX
B is the transmission block number, RXB is the reception block number,
TACK indicates the latest successful transmission block number confirmed on the transmission side, and RACK indicates the reception confirmation block number on the reception side. Further, as the judgment contents of the received data block on the receiving side, s is a valid block without error, e is a block in which error is detected and invalid, and d is a block received without error and the block number is not next to RACK. This indicates that the block has been invalidated. A solid line or a dotted line with a cross in the figure indicates that an error has occurred during wireless transmission.

【0008】送信側の通信局はバッファメモリに記憶さ
れている送信データを所定の情報数単位で複数のブロッ
クに分割し、各ブロックデータに連続するブロック番号
(TXB)を割り当てる。次に、制御部内にある送信成
功ブロック番号カウンタ(TACK)を0にリセットす
る。
The communication station on the transmitting side divides the transmission data stored in the buffer memory into a plurality of blocks in units of a predetermined number of information, and assigns a continuous block number (TXB) to each block data. Next, the transmission success block number counter (TACK) in the control unit is reset to zero.

【0009】次に相手側通信局に対し回線接続要求を行
い、回線が確立した後、前記データブロックを番号順に
バッファメモリから読み出し、所定の符号化則に従った
誤り検出符号化を行い送信する。
Next, a line connection request is made to the partner communication station, and after the line is established, the data blocks are read out from the buffer memory in numerical order, and subjected to error detection coding according to a predetermined coding rule and transmitted. .

【0010】これに対し、受信側通信局では最初に回線
接続が確立した段階で受信確認ブロック番号カウンタ
(RACK)を送信側と同様にリセットしておく。次
に、データを受信すると、受信したデータブロックを前
記誤り訂正符号化則に対応した誤り検出を行う。受信し
たデータブロックに誤りが検出されず、かつ、当該ブロ
ック番号がRACKに記憶されている番号の次の番号で
あった場合はRACKを受信成功したブロック番号に更
新し、ブロック内のデータの処理を開始する。受信した
ブロックに誤りが検出された場合または、誤りは検出さ
れなかったものの、ブロック番号がRACKの次の番号
でなかった場合はRACKの更新は行わず、当該受信ブ
ロック内データは廃棄する。受信側ではデータブロック
を受信する度に上記の処理を行い、送信側への応答信号
としてRACKを返す。
On the other hand, the receiving communication station resets the acknowledgment block number counter (RACK) when the line connection is first established in the same manner as the transmitting station. Next, when data is received, the received data block is subjected to error detection corresponding to the error correction coding rule. If no error is detected in the received data block and the block number is the number next to the number stored in the RACK, the RACK is updated to the block number that has been successfully received, and the data in the block is processed. To start. If an error is detected in the received block or if no error is detected, but the block number is not the number next to the RACK, the RACK is not updated and the data in the received block is discarded. The receiving side performs the above processing every time a data block is received, and returns RACK as a response signal to the transmitting side.

【0011】送信側通信局では、受信した応答信号に誤
りが検出されなかった場合は、当該応答信号中の受信局
側のRACKを自局のTACKと比較し、RACKがT
ACKより大きい場合は受信した最新のRACKをTA
CKとし、そのまま次の番号のブロックを送る。RAC
Kが受信側で更新されずTACKと一致した場合は送信
データに誤りが生じたと判断し、TACKの次の番号の
ブロックまで戻って再送を開始する。また、受信した応
答信号に誤りが検出された場合も同様にTACKの次の
番号まで戻って再送を行う。
[0011] If no error is detected in the received response signal, the transmitting communication station compares the RACK of the receiving station in the response signal with the TACK of its own station.
If it is larger than ACK, the latest received RACK is TA
CK is set, and the block of the next number is sent as it is. RAC
If K is not updated on the receiving side and matches TACK, it is determined that an error has occurred in the transmission data, and the process returns to the block with the next number after TACK and starts retransmission. Also, when an error is detected in the received response signal, similarly, the process returns to the next number of TACK and performs retransmission.

【0012】以上がGBN方式の再送手順である。比較
的簡単な手順で、かつ、受信側でバッファメモリを必要
としないことから回線品質の良い有線系のシステムなど
で用いられている。しかし、再送要求もしくは応答信号
に誤りが検出されるたびにNブロック戻って再送を行う
ため、これらの信号や同一ブロックが何度も誤れば伝送
速度が著しく低下することになる。
The retransmission procedure of the GBN method has been described above. Since it has a relatively simple procedure and does not require a buffer memory on the receiving side, it is used in a wired system with good line quality. However, every time an error is detected in a retransmission request or response signal, N blocks are returned and retransmission is performed. Therefore, if these signals or the same block are repeated many times, the transmission speed will be significantly reduced.

【0013】SR方式は、GBN方式と同様に受信側か
らの応答を待たずにデータブロックを順次送信していく
が、受信側で誤りが検出された場合の再送手順が異な
る。受信側では受信したデータブロック毎に誤り検出を
行い、各々のブロック番号とそのブロックが誤り無く受
信された(ACK)か、否(NAK)かの情報を応答信
号として送信側に返す。また、誤りの検出されたデータ
ブロックはブロック番号を記憶した後に廃棄し、廃棄し
た番号のデータブロックが正しく受信されるまではデー
タの処理を中断する。前記廃棄した番号以降に続く番号
のデータブロックで正しく受信されたものはバッファメ
モリに記憶しておき、廃棄したデータブロックが再送さ
れ、正しく受信、処理された後、先にバッファメモリに
記憶したデータブロックを順次読み出して処理を続行す
る。
In the SR system, similar to the GBN system, data blocks are sequentially transmitted without waiting for a response from the receiving side, but the retransmission procedure when an error is detected on the receiving side is different. The receiving side performs error detection for each received data block, and returns each block number and information indicating whether the block was received without error (ACK) or not (NAK) to the transmitting side as a response signal. The data block in which the error is detected is discarded after storing the block number, and the data processing is suspended until the data block of the discarded number is correctly received. The correctly received data blocks with numbers following the discarded number are stored in the buffer memory, and the discarded data blocks are retransmitted, correctly received and processed, and then stored in the buffer memory first. The processing is continued by sequentially reading the blocks.

【0014】送信側では受信側からの応答信号でNAK
となっているブロック番号のデータブロックのみを再送
し、受信した応答信号に誤りが検出された場合には当該
応答信号で応答される予定の番号のブロックを再送す
る。
On the transmitting side, a NAK is used as a response signal from the receiving side.
Is retransmitted, and if an error is detected in the received response signal, the block of the number to be responded by the response signal is retransmitted.

【0015】SR方式ではGBN方式に比べ再送ブロッ
ク数が少なくなることから高い伝送速度が得られるもの
の、手順、装置が複雑になる。また、誤りの検出された
データブロックを正しく受信するまでの間に誤り無く受
信した他のデータブロックを記憶しておくため、理論的
には受信側に無限大のバッファメモリが必要となる。
In the SR system, although the number of retransmission blocks is smaller than in the GBN system, a high transmission speed can be obtained, but the procedure and the device become complicated. In addition, since other data blocks received without error are stored before the data block in which the error is detected is correctly received, an infinite buffer memory is theoretically required on the receiving side.

【0016】[0016]

【発明が解決しようとする課題】上記従来の方式の中で
はSR方式が一番高い伝送効率を得られるが、装置が複
雑になることと容量の大きいバッファメモリが必要にな
るため、装置の簡素化による移動機の小型化、軽量化を
めざす移動通信等の利用には難しくなる。一方GBN方
式では装置は比較的簡単にできるものの、再送回数が増
えると伝送効率が著しく低下するという課題を有する。
Among the above-mentioned conventional systems, the SR system can provide the highest transmission efficiency, but the complexity of the system and the necessity of a large-capacity buffer memory necessitate the simplification of the system. It is difficult to use mobile communication and the like aiming at miniaturization and weight reduction of mobile devices due to the increase in size. On the other hand, in the GBN system, although the apparatus can be relatively easily formed, there is a problem that the transmission efficiency is significantly reduced when the number of retransmissions is increased.

【0017】本発明は上記従来の課題を解決するもので
GBN方式を基本に、応答信号の誤りによる再送回数を
抑えることで比較的簡単な装置のまま伝送効率を上げる
ことを目的とする。
An object of the present invention is to solve the above-mentioned conventional problems and to improve transmission efficiency with a relatively simple apparatus by suppressing the number of retransmissions due to an error in a response signal based on the GBN system.

【0018】[0018]

【課題を解決するための手段】上記目的を達成するため
に本発明の自動再送要求方式では、GBN方式を基本
に、送信側で応答信号に誤りが検出された場合と検出さ
れなかった場合とで再送手順を切り替える構成とする。
送信側では受信側からの応答を待たずに送信を続け、折
り返し遅延時間後に受信された応答信号の誤りを受信側
と同様の誤り検出符号化により検出する。前記応答信号
が誤りなく受信され、再送要求であれば、TACKの次
の番号からNブロックを再送する。この間、Nブロック
の再送が終わるまでは応答信号のRACKとTACKの
比較を行わない。一方、受信した応答信号に誤りが検出
された場合はRACK情報が不明となるため、RACK
とTACKの比較は行わない。しかし、RACKが更新
されずに再送要求されている可能性があるため、当該応
答信号で受領応答もしくは再送要求される予定のブロッ
クのみを再送するSR方式の再送手順に切り替え、次の
応答信号を待つ。次の応答信号が正しく受信され、RA
CKが更新されていれば再送を行う前に送信したブロッ
ク番号の次の番号から送信を続ける。RACKが更新さ
れず再送要求であった場合はGBN方式の再送手順に切
り替わるが、この場合は再送要求されたブロック番号か
ら既にSR方式で再送されているブロックを除いた残り
のブロックのみを再送して通常の送信状態に戻る。
In order to achieve the above object, an automatic retransmission request system according to the present invention is based on the GBN system and includes a case where an error is detected in a response signal on the transmitting side and a case where an error is not detected. Is used to switch the retransmission procedure.
The transmission side continues transmission without waiting for a response from the reception side, and detects an error in the response signal received after the return delay time by the same error detection coding as that on the reception side. If the response signal is received without error and is a retransmission request, N blocks are retransmitted starting with the number following TACK. During this time, RACK and TACK of the response signal are not compared until the retransmission of N blocks is completed. On the other hand, if an error is detected in the received response signal, the RACK information becomes unknown.
And TACK are not compared. However, since there is a possibility that a retransmission request has been made without updating the RACK, switching is made to a retransmission procedure of the SR method in which only a block that is to be received or acknowledged by the response signal is retransmitted, and the next response signal is transmitted. wait. The next response signal is received correctly and RA
If the CK has been updated, transmission is continued from the number following the block number transmitted before retransmission. If the RACK is not updated and the request is a retransmission request, switching to the retransmission procedure of the GBN method is performed. In this case, only the remaining blocks excluding the blocks already retransmitted by the SR method are retransmitted from the block number of the retransmission request. To return to the normal transmission state.

【0019】受信側については従来のGBN方式の手順
を用いることとする。すなわち、巡回符号等の誤り検出
符号化を用いて受信データブロックの誤り検出及び、R
ACKと受信ブロック番号との比較を行い、受信したデ
ータを有効とするか無効とするかを決め、必要に応じて
RACKを更新し、送信側への応答信号として返す。
On the receiving side, the conventional GBN procedure is used. That is, error detection of a received data block is performed using error detection coding such as a cyclic code, and R
The ACK is compared with the reception block number to determine whether the received data is valid or invalid, and the RACK is updated if necessary, and returned as a response signal to the transmission side.

【0020】以上のように本発明の自動再送要求方式は
GBN方式を基本に、送信側で応答信号に誤りが検出さ
れた場合は、受信側の手順はGBN方式のまま送信側の
再送手順をSR方式に切り替える構成とする。
As described above, the automatic retransmission request method of the present invention is based on the GBN method. If an error is detected in the response signal on the transmission side, the procedure on the reception side is performed in the same way as the GBN method. It is configured to switch to the SR method.

【0021】[0021]

【作用】本発明は上記方法により、送信側で受けた応答
信号が誤った場合に、当該応答信号で再送要求されてい
ることが次の応答信号で判明した場合は、既にSR方式
で再送してあるブロックに続けて再送を行うため従来の
GBN方式の再送ブロック数と変わらず、一方、受信側
でデータブロックが正しく受信されているにもかかわら
ず応答信号に誤りが検出されたために発生する、無効再
送ブロック数が少なくなるため、従来のGBN方式に比
べ伝送効率をあげることができる。さらに、受信側の装
置はバッファメモリを必要としないことから、従来のG
BN方式と同様の装置の簡素化が可能となる。
According to the present invention, when a response signal received on the transmitting side is incorrect by the above method, if it is determined in the next response signal that a retransmission request has been made with the response signal, retransmission is already performed by the SR method. Since the retransmission is performed after a certain block, the number of retransmission blocks is the same as that of the conventional GBN system. On the other hand, an error is detected in the response signal even though the data block is correctly received on the receiving side. Since the number of invalid retransmission blocks is reduced, the transmission efficiency can be improved as compared with the conventional GBN method. Furthermore, since the receiving device does not require a buffer memory, the conventional G
It is possible to simplify the device similar to the BN method.

【0022】[0022]

【実施例】以下に本発明の一実施例を説明する。An embodiment of the present invention will be described below.

【0023】図1は本発明の一実施例におけるデータ伝
送方法を実現する装置のブロック図を、図2は本発明の
自動再送方式の再送手順をN=4の場合を例にとって示
すものである。
FIG. 1 is a block diagram of an apparatus for realizing a data transmission method according to one embodiment of the present invention, and FIG. 2 shows a retransmission procedure of the automatic retransmission method of the present invention in a case where N = 4. .

【0024】図1において、10、20は無線移動局も
しくは無線基地局の無線通信装置のデータ制御部ブロッ
クで、たとえばデータ制御部10を送信側、データ制御
部20を受信側とする。これらの回路ブロック10及び
20において、11、21は全体の制御を行う制御部と
符号化部との間でデータ通信の制御信号を送受する通信
制御部、12、22は送信データを所定の符号化則に従
って符号化すると供に、符号化されて受信された受信デ
ータを複号する符号化部、13、23は送信データを一
時記憶するバッファメモリ、14、24は所定周波数の
搬送波を符号化された送信データで変調し、送受切り替
えスイッチ16、26を介してアンテナ17および27
から送信する送信部、15、25はアンテナ17、27
で受信された搬送波を受信復調する受信部である。な
お、各々の通信制御部11、21は送信及び受信ブロッ
クの番号を記憶するカウンタ(TACK、RACK)を
持っている。
In FIG. 1, reference numerals 10 and 20 denote data control unit blocks of a radio communication device of a radio mobile station or a radio base station. For example, the data control unit 10 is a transmission side and the data control unit 20 is a reception side. In these circuit blocks 10 and 20, reference numerals 11 and 21 denote communication control units for transmitting and receiving control signals for data communication between a control unit for performing overall control and an encoding unit. In addition to encoding according to the conversion rule, an encoding unit for decoding the received data that has been encoded and received, 13 and 23 are buffer memories for temporarily storing transmission data, and 14 and 24 are encoding carrier waves of a predetermined frequency. The transmission data is modulated by the transmission data, and the antennas 17 and 27 are transmitted through the transmission / reception switches 16 and 26.
, Transmitting units 15 and 25 are antennas 17 and 27
Is a receiving unit that receives and demodulates the carrier wave received at. Each of the communication control units 11 and 21 has a counter (TACK, RACK) for storing the numbers of the transmission and reception blocks.

【0025】以下、その動作を説明する。まず、送信側
の通信制御部11はバッファメモリ13に記憶されてい
る送信データを所定の情報数単位(例えば256ビット
単位)で複数のブロックに分割し、各ブロックデータに
連続するブロック番号を割り当てる。次に、通信制御部
内11の送信成功ブロック番号カウンタTACKを0に
リセットする。
The operation will be described below. First, the communication control unit 11 on the transmission side divides transmission data stored in the buffer memory 13 into a plurality of blocks in units of a predetermined number of information (for example, in units of 256 bits), and assigns a continuous block number to each block data. . Next, the transmission success block number counter TACK in the communication control unit 11 is reset to 0.

【0026】次に相手側無線局に対し回線接続要求を行
い、回線が確立した後、前記データブロックを番号順に
バッファメモリ13から読みだし、符号化部12におい
て所定の符号化則に従った誤り検出符号化を行い、送信
部14から送信する。これに対し、受信側無線局では最
初に回線接続が確立した段階で受信確認ブロック番号カ
ウンタ(RACK)を送信側と同様にリセットしてお
く。次に、データを受信すると、GBN方式の受信側の
手順に従い受信したデータブロックの誤り検出を行い、
RACKを更新するか否かの判定を行い送信側へ応答信
号を返す。
Next, a line connection request is made to the partner radio station, and after the line is established, the data blocks are read out from the buffer memory 13 in numerical order, and an error in the encoding unit 12 according to a predetermined encoding rule is obtained. The detection encoding is performed and transmitted from the transmission unit 14. On the other hand, the receiving-side radio station resets the acknowledgment block number counter (RACK) when the line connection is first established in the same manner as the transmitting side. Next, when data is received, error detection of the received data block is performed according to the procedure of the receiving side of the GBN method,
It determines whether to update RACK and returns a response signal to the transmitting side.

【0027】送信側無線移動局では、受信した応答信号
に誤りが検出されなかった場合は受信側と同様GBN方
式の手順により再送要求か否かを判定し、再送要求であ
ればTACKの次の番号のブロックまで戻って再送を開
始する。
When no error is detected in the received response signal, the transmitting-side radio mobile station determines whether or not the request is a retransmission request according to the GBN procedure as in the receiving side. It returns to the block of the number and starts retransmission.

【0028】一方、受信応答信号に誤りが検出された場
合は当該信号ブロックを廃棄し、RACKとの比較、T
ACKの更新等の処理は行わない。ここで、RACKが
更新されていない(再送要求されている)可能性がある
ことを考慮して、当該応答信号でRACKとして返って
くる予定であった番号のデータブロックを1ブロックだ
け再送する、SR方式を用いる。またこのとき、再送を
行う前の状態で送信した最新のブロック番号を記憶して
おく。次に応答信号が誤りなく受信されたときに、当該
応答信号中のRACKが1回前に再送したブロック番号
より大きい場合は再送処理を行う前の状態に戻り、先に
記憶しておいたブロック番号に続いたブロックの送信を
行う。また、前記RACKが1回前に再送したブロック
番号より小さい場合は必要に応じてさらに再送を行うこ
とで再送ブロック数を最小にすることができる。
On the other hand, if an error is detected in the reception response signal, the signal block is discarded, compared with RACK,
No processing such as updating of ACK is performed. Here, considering that there is a possibility that RACK has not been updated (retransmission request has been made), only one block of the data block of the number that was to be returned as RACK in the response signal is retransmitted. The SR method is used. At this time, the latest block number transmitted before retransmission is stored. Next, when the response signal is received without error, if the RACK in the response signal is larger than the block number retransmitted one time before, the state returns to the state before the retransmission processing is performed, and the block stored beforehand is returned. The block following the number is transmitted. Further, when the RACK is smaller than the block number retransmitted one time before, the number of retransmitted blocks can be minimized by performing further retransmission if necessary.

【0029】なお、GBN方式で再送要求されたブロッ
クからNブロックを再送している間は、受信応答信号に
誤りが検出されてもすでに再送を行っているためSR方
式での再送は行わない。
During retransmission of N blocks from the block requested to be retransmitted by the GBN method, retransmission is not performed by the SR method because retransmission has already been performed even if an error is detected in the reception response signal.

【0030】以上に説明した手順を図2を用いて具体的
に説明する。TXBは送信ブロック番号、RXBは受信
ブロック番号、TACKは送信側で確認された最新の送
信成功ブロック番号、RACKは受信側での受信確認ブ
ロックを各々示している。また、受信側での受信データ
ブロックの判定内容は図3で用いたものと同様に、sは
誤りが無く有効なブロック、eは誤りが検出され無効と
なったブロック、dはブロック番号がRACKの次でな
いため無効となったブロックを示している。図中の実線
または点線で×印のあるものは無線伝送中に誤りが発生
したことを表している。
The procedure described above will be specifically described with reference to FIG. TXB indicates a transmission block number, RXB indicates a reception block number, TACK indicates a latest transmission success block number confirmed on the transmission side, and RACK indicates a reception confirmation block on the reception side. Also, as in the case of FIG. 3, the contents of the judgment of the received data block on the receiving side are s, a valid block without error, e, a block in which an error was detected and invalid, and d, a block number of RACK. Indicates a block that is invalid because it is not next to. A solid line or a dotted line with a cross in the figure indicates that an error has occurred during wireless transmission.

【0031】本実施例ではN=4であることから、最初
のブロック1に対する受信局側の応答信号を受け取るの
はブロック4を送信した後になり、図2よりRACK=
1、TACK=0であるので送信側制御部11はTAC
Kを1に更新し、そのままブロック5を送信する。ブロ
ック2の応答信号についても同様の処理を行い、ブロッ
ク6を送信するが、図中の×1の部分でブロック3に送
信中に誤りが発生したため受信側ではRACKは更新さ
れずRACK=2のまま応答信号が返される。送信側で
はこの応答信号を誤りなく受信し、RACK=TACK
となることからブロック3まで戻ってGBN方式での再
送を開始する(×4の場合も同様にブロック10にさか
のぼって4ブロックを再送する)。このあと6ブロック
を再送するまでは、×2のように応答信号が誤っていて
も既に再送処理に入っているので送信側では前述したS
R方式の再送は行わない。これは×5の場合も同様であ
る。
In this embodiment, since N = 4, a response signal on the receiving station side to the first block 1 is received after the transmission of block 4, and FIG.
1, since TACK = 0, the transmitting side control unit 11
K is updated to 1 and block 5 is transmitted as it is. The same processing is performed for the response signal of block 2 and block 6 is transmitted. However, since an error occurred during transmission to block 3 in the x1 part in the figure, RACK was not updated on the receiving side and RACK = 2 The response signal is returned as it is. The transmitting side receives this response signal without error, and RACK = TACK
Therefore, the process returns to block 3 to start retransmission by the GBN method (in the case of × 4, similarly, four blocks are retransmitted by going back to block 10). Until the next 6 blocks are retransmitted, even if the response signal is erroneous as in × 2, the retransmission process has already been started.
R-system retransmission is not performed. This is the same in the case of × 5.

【0032】次に受信側でブロック6を誤りなく受信
し、RACK=6に更新して返した応答信号に送信側で
誤りが検出された場合(図2の×3)は、送信側で通常
の送信を一時中断し、ブロック6を再送する。そして次
に誤りなく受信した応答信号のRACKが7であること
から通常状態に戻りブロック10から送信を続ける。一
方、同図中の送信ブロック11、12、13の応答信号
のように応答信号が連続して誤った場合(×6から×
8)はSR方式による再送を誤りの無い応答信号が受信
されるまで続ける。誤りの無い応答信号が受信されたら
RACKと1回前に送信したブロック番号とを比較し、
RACKが大きい場合は再送処理を行う前の状態に戻
り、RACKが小さい場合はRACKの次の番号から続
けて送信を行う。本実施例ではRACKが14で、1回
前に送信したTXB=13より大きいので再送処理を行
う前の状態に戻り、ブロック番号15から送信を続け
る。
Next, if the receiving side receives the block 6 without error, and if the transmitting side detects an error in the response signal updated to RACK = 6 (× 3 in FIG. 2), the transmitting side normally performs Is suspended, and block 6 is retransmitted. Then, since the RACK of the response signal received without error is 7, the operation returns to the normal state and the transmission from the block 10 is continued. On the other hand, when the response signal is continuously incorrect, such as the response signals of the transmission blocks 11, 12, and 13 in FIG.
8) Continue retransmission by the SR method until an error-free response signal is received. When an error-free response signal is received, RACK is compared with the previously transmitted block number,
When RACK is large, the state returns to the state before the retransmission process is performed, and when RACK is small, transmission is performed continuously from the next number of RACK. In this embodiment, since the RACK is 14 and is larger than the previously transmitted TXB = 13, the state returns to the state before the retransmission processing is performed, and the transmission is continued from the block number 15.

【0033】以上、本実施例によればデータ伝送時の再
送方法として、再送要求が行われた場合と再送要求が行
われたか否かが判定できない場合とに分けて、再送方式
を切り替えることで、受信側の装置を複雑にすることな
く伝送効率を上げることができる。
As described above, according to the present embodiment, the retransmission method at the time of data transmission is divided into a case where a retransmission request is made and a case where it cannot be determined whether or not a retransmission request has been made, by switching the retransmission method. The transmission efficiency can be increased without complicating the receiving device.

【0034】[0034]

【発明の効果】以上のように本発明の効果としては、デ
ータ伝送時の送信側再送手順として、再送要求が行われ
た場合はGBN方式の再送を行い、再送要求が行われた
か否かが判定できない(受信応答信号に誤りが検出され
た)場合には一時SR方式に切り替えて再送を行う構成
をとる。SR方式の時は次の応答信号により再送前の状
態に戻るか、さらに再送を続けるGBN方式に切り替わ
るため、従来のGBN方式に比べ再送回数を少なくする
ことができ、さらに受信側は従来のGBN方式と同様の
手順を用いることができる。従って、受信側装置を複雑
にすることなく、従来のGBN方式に比べて伝送効率を
上げることができる。
As described above, as an effect of the present invention, as a transmitting side retransmission procedure at the time of data transmission, when a retransmission request is made, GBN retransmission is performed, and whether or not the retransmission request is made is determined. When it cannot be determined (when an error is detected in the reception response signal), the configuration is changed to the temporary SR method and retransmission is performed. In the case of the SR method, the state returns to the state before retransmission by the next response signal, or the mode is switched to the GBN method in which retransmission is continued. Therefore, the number of retransmissions can be reduced as compared with the conventional GBN method, and the receiving side can use the conventional GBN method. A procedure similar to the scheme can be used. Therefore, the transmission efficiency can be increased as compared with the conventional GBN system without complicating the receiving side device.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の一実施例におけるデータ伝送方法を実
現する装置のブロック結線図
FIG. 1 is a block diagram of an apparatus for realizing a data transmission method according to an embodiment of the present invention.

【図2】同装置における自動再送要求の再送手順を示し
た図
FIG. 2 is a diagram showing a retransmission procedure of an automatic retransmission request in the apparatus.

【図3】従来のゴーバックN方式の再送手順を示した図FIG. 3 is a diagram showing a retransmission procedure of a conventional go-back N system.

【符号の説明】[Explanation of symbols]

10、20 無線通信装置のデータ制御部ブロック 11、21 通信制御部 12、22 符号化部 13、23 バッファメモリ 14、24 送信部 15、25 受信部 16、26 送受切り替えスイッチ 17、27 アンテナ 10, 20 Data control unit block of wireless communication apparatus 11, 21 Communication control unit 12, 22 Encoding unit 13, 23 Buffer memory 14, 24 Transmission unit 15, 25 Receiving unit 16, 26 Transmission / reception switch 17, 27 Antenna

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭56−35550(JP,A) 特開 昭62−108632(JP,A) (58)調査した分野(Int.Cl.7,DB名) H04L 1/18 ────────────────────────────────────────────────── (5) References JP-A-56-35550 (JP, A) JP-A-62-108632 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) H04L 1/18

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 送信回路には送信データに所定の誤り検
出符号化を行った後に信号を送信する機能を有し、受信
回路には受信した信号に前記誤り検出符号化に対応する
複号を行って誤りを検出する機能を有する送受信機での
無線データ通信システムの無線通信局間でのデータ伝送
中に、前記受信信号に誤りが検出された場合に、データ
送信側無線通信局は受信側の無線通信局からの応答信号
が誤りなく受信され、前記応答信号が再送要求であった
場合には再送要求されたブロックまでNブロックさかの
ぼって再送するゴーバックN方式により再送を行い、前
記応答信号に誤りが検出された場合には当該応答信号に
より受領応答されることになっているブロックのみを再
送する選択繰り返し方式に再送手順を一時的に切り替
え、次の応答信号で再送要求であったことが判明した場
合は再びゴーバックN方式の手順に戻り、選択繰り返し
方式で再送したブロックを除く残りのブロックを再送
し、また、前記誤りの検出された応答信号が再送要求で
なかった場合は再送前の状態に戻って送信を続ける再送
手順の切り替えを特徴とするデータ伝送方法。
A transmission circuit has a function of transmitting a signal after performing predetermined error detection coding on transmission data, and a receiving circuit includes a decoding circuit corresponding to the error detection coding in a received signal. If an error is detected in the received signal during data transmission between wireless communication stations in a wireless data communication system with a transceiver having a function of detecting an error by performing transmission and reception, the data transmission side wireless communication station transmits to the reception side. When the response signal from the wireless communication station is received without error, and the response signal is a retransmission request, retransmission is performed according to the go-back N method of retransmitting N blocks up to the retransmission-requested block and performing retransmission. If an error is detected, the retransmission procedure is temporarily switched to the selective repetition method in which only the block that is to be acknowledged by the response signal is retransmitted, and retransmission is performed with the next response signal. If it is determined that the request was a transmission request, the procedure returns to the procedure of the go-back N method again, and the remaining blocks except the block retransmitted by the selective repetition method are retransmitted. If not, a data transmission method characterized by switching a retransmission procedure to return to a state before retransmission and continue transmission.
【請求項2】 データ受信側無線通信局では受信確認ブ
ロック番号カウンタを有し、当該カウンタに記憶されて
いる番号と誤り無く受信されたデータブロックの番号を
比較し、前記データブロック番号がカウンタに記憶され
ている番号の次の番号の場合以外はカウンタ番号の更新
及び、前記データブロックの処理を行わず、前記カウン
タ番号の次の番号を持つデータブロックの再送を送信側
通信局に要求することで、受信回路に受信したデータブ
ロックを記憶するためのバッファメモリを必要としない
ことを特徴とする請求項1記載のデータ伝送方法。
2. The data receiving wireless communication station has a reception confirmation block number counter, compares the number stored in the counter with the number of a data block received without error, and stores the data block number in the counter. Except for the number next to the stored number, the counter number is not updated and the data block is not processed, and a request is made to the transmitting communication station to retransmit the data block having the number next to the counter number. 2. The data transmission method according to claim 1, wherein a buffer memory for storing the received data block in the receiving circuit is not required.
JP3322676A 1991-12-06 1991-12-06 Data transmission method Expired - Lifetime JP3031008B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3322676A JP3031008B2 (en) 1991-12-06 1991-12-06 Data transmission method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3322676A JP3031008B2 (en) 1991-12-06 1991-12-06 Data transmission method

Publications (2)

Publication Number Publication Date
JPH05160817A JPH05160817A (en) 1993-06-25
JP3031008B2 true JP3031008B2 (en) 2000-04-10

Family

ID=18146369

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3322676A Expired - Lifetime JP3031008B2 (en) 1991-12-06 1991-12-06 Data transmission method

Country Status (1)

Country Link
JP (1) JP3031008B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7593408B2 (en) 1998-05-20 2009-09-22 Qualcomm Incorporated Method and apparatus for resolving ambiguity in reception of multiple retransmitted frames
JP2004297442A (en) * 2003-03-27 2004-10-21 Nec Corp System and method for transmitting and re-transmitting data
WO2006126960A1 (en) * 2005-05-23 2006-11-30 Telefonaktiebolaget Lm Ericsson (Publ) Automatic repeat request (arq) protocol having multiple complementary feedback mechanisms
JP5334293B2 (en) * 2008-10-30 2013-11-06 岩崎通信機株式会社 Packet communication method
JP5360198B2 (en) 2009-03-31 2013-12-04 富士通株式会社 COMMUNICATION METHOD, COMMUNICATION SYSTEM, COMMUNICATION TERMINAL DEVICE, AND COMMUNICATION BASE STATION DEVICE
CN117321939A (en) * 2021-05-03 2023-12-29 华为技术有限公司 Method for negotiating a reliable transport protocol

Also Published As

Publication number Publication date
JPH05160817A (en) 1993-06-25

Similar Documents

Publication Publication Date Title
EP0707394B1 (en) System for re-transmission in data communication
KR100537633B1 (en) Window based stall avoidance mechanism for high speed wireless communication system
US7733914B2 (en) Method of, and system for, communicating data, and a station for transmitting data
JPH0897805A (en) Method of detecting and correcting data transmission error occurring during multiplex tone transmission and device and system
US20020114404A1 (en) Data transmission apparatus and data transmission method
EP0740430A2 (en) Diversity radio communication system
CA2452268A1 (en) Apparatus and method for supporting automatic repeat request in a high-speed wireless packet data communication system
WO1997024829A1 (en) Concatenated error detection coding and packet numbering for hierarchical arq schemes
JP2002524918A (en) Bidirectional ARQ apparatus and method
EP0788254B1 (en) Data structure, data communication method, apparatus and communication terminal apparatus
JP3031008B2 (en) Data transmission method
JPH10190637A (en) Data transmission system
JP3316059B2 (en) Data transmission equipment
EP1867090B1 (en) Method and apparatus for transmitting data
US7369499B2 (en) Method for transmitting data packets in a communication system and corresponding transmitter and receiver
EP1745583B1 (en) Method, system and station for communicating data packets using arq
JPH11331296A (en) Line state adaptive type communication method
KR20060047811A (en) Reception method for packetized information with automatic repeat request
JP2891267B2 (en) Data retransmission transmission method
JPS59178831A (en) Data transmission system
JP2861851B2 (en) Data communication retransmission method
JPH08251658A (en) Error control system
JPH11284607A (en) Radio communication method, radio transmission method, and radio reception method
JPH0851414A (en) Radio communication arq method
JPH0158913B2 (en)

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080210

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20090210

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20100210

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100210

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20110210

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20120210

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120210

Year of fee payment: 12