WO2010027064A1 - Procédé de transmission de données, système de transmission de données, dispositif de transmission de données, dispositif de réception de données et programme de commande - Google Patents

Procédé de transmission de données, système de transmission de données, dispositif de transmission de données, dispositif de réception de données et programme de commande Download PDF

Info

Publication number
WO2010027064A1
WO2010027064A1 PCT/JP2009/065538 JP2009065538W WO2010027064A1 WO 2010027064 A1 WO2010027064 A1 WO 2010027064A1 JP 2009065538 W JP2009065538 W JP 2009065538W WO 2010027064 A1 WO2010027064 A1 WO 2010027064A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
data transmission
write address
frame
receiving
Prior art date
Application number
PCT/JP2009/065538
Other languages
English (en)
Japanese (ja)
Inventor
透 高道
Original Assignee
日本電気株式会社
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 日本電気株式会社 filed Critical 日本電気株式会社
Priority to JP2010527841A priority Critical patent/JPWO2010027064A1/ja
Publication of WO2010027064A1 publication Critical patent/WO2010027064A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1829Arrangements specially adapted for the receiver end
    • H04L1/1835Buffer management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L49/00Packet switching elements
    • H04L49/90Buffering arrangements
    • H04L49/901Buffering arrangements using storage descriptor, e.g. read or write pointers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0061Error detection codes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1809Selective-repeat protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/12Arrangements for detecting or preventing errors in the information received by using return channel
    • H04L1/16Arrangements for detecting or preventing errors in the information received by using return channel in which the return channel carries supervisory signals, e.g. repetition request signals
    • H04L1/18Automatic repetition systems, e.g. Van Duuren systems
    • H04L1/1867Arrangements specially adapted for the transmitter end
    • H04L1/188Time-out mechanisms

Definitions

  • the present invention relates to a data transmission method, a data transmission system, a data transmission device, a data reception device, and a control program. More specifically, the present invention relates to a data transmission method useful for avoiding complication of address control processing when receiving data, The present invention relates to a data transmission system, a data transmission device, a data reception device, and a control program.
  • This frame retransmission control method is an error control method for correctly receiving a frame even if an error occurs in a frame received by the data receiving device when performing frame communication between the data transmitting device and the data receiving device. is there.
  • One of the retransmission control methods is a Selective Repeat ARQ (Automatic Repeat request) method.
  • FIG. 9 shows a configuration example of a communication system as a related technique using the selective repeat ARQ.
  • the outline of transmission and reception in this communication system will be described as follows.
  • a sequential sequence number SQN
  • an ACK Acknowledgement
  • an ACK frame is not returned.
  • the data transmitting apparatus 90 when an ACK frame is returned within a certain time, it is considered that the frame with the sequence number has been transmitted correctly to the data receiving apparatus 910, while an ACK frame is not returned within the certain time. In this case, only the frame with the sequence number is retransmitted on the assumption that the frame with the sequence number did not reach the data receiving apparatus 910 correctly.
  • frames 1 to 3 are normally received by the data receiving apparatus and an ACK frame is returned to the data transmitting apparatus, but frame 4 is lost on the transmission path, and the data receiving apparatus ACK frame is not returned to the data transmitting apparatus, timeout occurs, and frame 4 is retransmitted from the data transmitting apparatus.
  • NACK Negative Acknowledgment
  • the SQN adding circuit 91 adds a continuous transmission SQN value (transmission sequence number) for each frame, and transmits the frame data and the transmission SQN value to the transmission data buffer 92. To store. Next, in response to a read instruction from the transmission data buffer control circuit 93, the frame data and the transmission SQN value are read out. A frame generation circuit 94 that receives this adds a header and a trailer to generate a transmission frame and sends it to the downstream transmission line 100. An example of the trailer is a CRC (Cyclic Redundancy Check) value for frame error detection. Simultaneously with transmission of the transmission frame, the transmission SQN value is input to the retransmission timer 98, and counting of the retransmission timer corresponding to the transmission SQN value is started.
  • CRC Cyclic Redundancy Check
  • the frame inspection circuit 911 inspects the header and trailer. If the inspection result indicates that there is an abnormality in the transmission frame, the frame inspection circuit 911 discards the frame. If the inspection result indicates normal reception of the transmission frame, the frame is transferred to the SQN detection circuit 912.
  • the SQN detection circuit 912 extracts the received SQN value and transfers it to the ACK generation circuit 915, while transferring it to the reception data buffer control circuit 913 and storing the reception payload data in the reception data buffer 914.
  • the ACK generation circuit 916 that has received the received SQN value generates ACK frame payload data from the SQN value, and returns the ACK frame from the frame generation circuit 916 to the data transmission device 90 via the uplink transmission path 110.
  • the frame inspection circuit 95 of the data transmission apparatus 90 When receiving a frame from the upstream transmission path 110, the frame inspection circuit 95 of the data transmission apparatus 90 performs a CRC inspection to confirm that there is no error in the frame. Then, the reception SQN value stored in the ACK frame is extracted by the ACK reception circuit 96 and transferred to the transmission data buffer control circuit 93 and the retransmission timer 98.
  • the timer corresponding to the transmission SQN value of the retransmission timer 98 that starts counting simultaneously with the transmission of the transmission frame monitors whether or not the ACK frame is returned within a predetermined time, that is, whether or not a timeout has occurred. When a time-out occurs, the transmission data buffer control circuit 93 is notified of the time-out SQN value, and a retransmission is instructed.
  • the transmission data buffer control circuit 93 reads the time-out SQN value and the corresponding payload data from the transmission data buffer 92 again, and retransmits them to the transmission line 100 via the frame generation circuit 94.
  • the transmission data buffer control circuit 93 releases an area in which the payload data of the transmission data buffer 92 corresponding to the SQN value is stored, and transmits other frames. Make writable.
  • the retransmission frame is received by the data reception device 910, if the retransmission frame is normally received, the received payload data is stored in the reception data buffer 914.
  • the frame can be normally transmitted by retransmitting the frame by the Selective Repeat ARQ method.
  • the frame 4 is discarded by the first transfer, the sequential frame transfer is performed as shown in FIGS. Is performed next, the storage order of the retransmitted frame 4 in the reception data buffer 914 is the arrival order of the frames as shown in FIG.
  • Such storage in the reception data buffer 914 is because the frame length information cannot be obtained by discarding the frame 4, and the storage area to be secured between the frame 3 and the frame 5 in the reception process is unknown.
  • the payload data of the frame to which the sequence number is assigned cannot be stored in the continuous memory area of the reception data buffer. In such a storage state, it is necessary to secure the frame order in communication, and therefore a read process of reading from the received data buffer in order of SQN values is necessary. Therefore, in order to process the frame sequence stored at non-consecutive addresses in order from the lowest number of SQN, it is necessary to manage the SQN value of the frame and the address where the frame is stored in association with each other.
  • the data buffer frame write process and the read process are complicated, and an increase in the circuit scale of the control circuit is inevitable. Since writing and reading to such non-consecutive addresses must be performed, the processing speed is restricted, and as a result, it is difficult to increase the bandwidth.
  • the present invention has been made in view of the above circumstances, and provides a data transmission method, a data transmission system, a data transmission device, a data reception device, and a control program capable of achieving simplification of data access processing and the like. It is an object.
  • a first configuration of the present invention relates to a data transmission method, and a data transmission side uses data as a write address for storing data for each data transmission unit in a reception-side storage means.
  • the data to which the write address is added is sequentially transmitted in the data transmission unit, and the data received on the data receiving side is sequentially specified by the write address added to the data.
  • the data is stored in the storage position of the side storage means.
  • a second configuration of the present invention relates to a data transmission system, wherein the data transmission unit sequentially transmits the data to which the write address for storing the data for each data transmission unit is stored in the receiving side storage means in the data transmission unit. And a data receiving device for storing the sequentially received data in a storage location of the receiving storage means specified by the write address added to the data.
  • the write address or the write address head value on the data receiving side is generated on the data transmitting side and transmitted to the data receiving side, the access control processing on the data receiving side is simplified. Is obtained.
  • the data transmission device includes an input unit that sequentially inputs data in units of data transmission, and an address generation unit that generates a write address for storing the data for each data transmission unit in a reception-side storage unit. Adding means for adding the generated write address to the data for each data transmission unit; and transmitting means for sequentially transmitting the data to which the write address has been added by the adding means in the data transmission unit. It becomes. Further, the data receiving device adds the data sequentially received by the receiving means, the receiving-side storage means, and the receiving means to the data transmitted from the transmitting means in the data transmission unit. Storage control means for storing in the storage position of the receiving-side storage means designated by the written address.
  • Another embodiment of the data transmission apparatus includes an input unit that sequentially inputs data in variable-length data transmission units, a measurement unit that measures the data length of the data for each input data transmission unit, and the data Address generating means for calculating and generating the start value of the write address for storing the data for each transmission unit in the receiving side storage means based on the start value of the write address given to the immediately preceding data and the data length; Adding means for adding the start value of the write address calculated and generated by the address generation means to the data for each data transmission unit; and adding the data to which the start value of the write address is added by the addition means. Transmitting means for sequentially transmitting in units of data transmission.
  • the receiving unit that receives the data transmitted from the transmitting unit in the unit of data transmission, the receiving-side storage unit, and the data sequentially received by the receiving unit, Storage control means for storing the data in the storage position of the reception-side storage means specified by the head value of the write address added to the data.
  • FIG. 1 is a block diagram showing an electrical configuration of a communication system having a write address notification type retransmission control function according to Embodiment 1 of the present invention
  • FIG. 2 is a transmission of the communication system having the same write address notification type retransmission control function
  • FIG. 3 is a diagram illustrating a configuration example of a storage area of a data buffer
  • FIG. 3 is a diagram illustrating a configuration example of a reception data buffer of a communication system having the same write address notification type retransmission control function
  • FIG. It is a figure which shows the structural example of the frame format transmitted / received by the communication system which has a retransmission control function.
  • the communication system 1 having a write address notification type retransmission control function relates to a system that can eliminate the complexity of write / read processing of a received data buffer before and after retransmission of data performed when an error occurs in received data.
  • the data transmission device 10 and the data reception device 110 include a transmission path 30 from the data transmission device 10 to the data reception device 110, and a transmission path 130 from the data reception device 110 to the data transmission device 10. Connected with.
  • the data transmitting apparatus 10 includes an SQN adding circuit 11, a frame length counting counter 12, a write address (WADR) calculating circuit 13, a transmission data buffer 14, a write address (WADR) adding circuit 15, and a transmission data buffer.
  • the control circuit 16, the frame generation circuit 18, the frame inspection circuit 19, the ACK reception circuit 20, and the retransmission timer 21 are configured, while the data reception device 110 includes the frame inspection circuit 111 and the SQN detection.
  • the SQN addition circuit 11 responds to the input K data (K is a positive integer of 1 or more) (data for each data transmission unit) for each frame (data transmission unit) in response to the input Kth variable length.
  • K is a positive integer of 1 or more
  • This is a circuit that adds a transmission sequence number incremented by 1 (SQN (K): K is a positive integer of 1 or more) to the data for frame K and supplies it to the transmission data buffer 14.
  • the frame length counting counter 12 is a circuit that counts the payload data size L (K) (data length) of the frame K in response to the input frame K data and supplies it to the write address calculation circuit 13.
  • This is a circuit that calculates and supplies the write address head value to the transmission data buffer 14.
  • the write address calculation circuit 13 also performs control so that WADR (K) does not exceed the reception data buffer size Bmax.
  • the transmission data buffer 14 stores the data for frame K, the SQN number, and the write address head value for each frame.
  • the transmission data buffer 14 receives the frame K in response to a read instruction given from the transmission data buffer control circuit 16 via the read control line 17.
  • WADR write address adding circuit 15.
  • the storage mode of frames in the transmission data buffer 14 stores the SQN number of each frame, the write address head value WADR (K), and payload data in order from the lowest transmission SQN number. It is like going.
  • SQN (1) is written at the head of the address.
  • SQN (1) is not always stored at the head of the address.
  • the write address (WADR) addition circuit 15 is a circuit that sets the transmission SQN (K) and WADR (K) received from the transmission data buffer 14 in the transmission SQN area and WADR area of each frame and transfers them to the transmission data buffer control circuit 16 It is.
  • the transmission data buffer control circuit 16 transfers the frame received from the write address addition circuit 15 to the frame generation circuit 18, while the SQN received from the ACK reception circuit 20 when the timer corresponding to the reception SQN number of the retransmission timer 21 has not timed out.
  • a read instruction is sent to the transmission data buffer 14 via the read control line 17. This is a control means for reading again the frame (SQN (K), WADR (K) and payload data) corresponding to the SQN number received from the ACK receiving circuit 20 from the transmission data buffer 14 and passing it to the frame generation circuit 18.
  • the frame generation circuit 18 is a circuit that adds a header and a trailer to the frame from the transmission data buffer control circuit 16 and transmits the frame to the downstream transmission path 30 and transfers the transmission SQN number to the retransmission timer 21.
  • the format of the variable length frame transferred via the downstream transfer path 30 is shown in FIG.
  • the frame K includes a header area, a transmission SQN value (K), a write address head value WADR (K), payload data, and a trailer.
  • the header portion may include the length information of the payload, and the length information of the payload may not be included in the frame header as in Ethernet (registered trademark) prescribed by the IEEE 802.3 committee. It may be a frame.
  • An example of the trailer added by the frame generation circuit 18 is a CRC value for frame error.
  • the retransmission timer 21 starts counting the timer corresponding to the transmission SQN number received from the frame generation circuit 18 and monitors whether the timer corresponding to the reception SQN number received from the ACK reception circuit 20 described later has timed out.
  • Control circuit means for sending out the SQN number and the retransmission instruction to the transmission data buffer control circuit 16 when the ACK receiving circuit 20 does not receive the received SQN value and times out after a predetermined time elapses.
  • the frame check circuit 19 performs CRC check on the ACK frame received via the uplink transmission path 130 to confirm the presence / absence of a frame error, transfers the ACK frame to the ACK reception circuit 20, and is received from the uplink transmission path 130.
  • the Bmax notification frame is transferred to the write address calculation circuit 13.
  • the ACK reception circuit 20 is a circuit that extracts the reception SQN number set in the ACK frame received from the frame check circuit 19 and transfers it to the transmission data buffer control circuit 16 and the retransmission timer 21.
  • the frame inspection circuit 111 inspects the header and trailer (CRC value) of the frame received via the downlink transfer path 30 and transfers the frame to the SQN detection circuit 112 if it is normal reception. This circuit discards the frame if there is an abnormality.
  • the SQN detection circuit 112 is a circuit that extracts the SQN number set in the received frame and transfers it to the ACK generation circuit 116 and transfers the frame to the write address (WADR) detection circuit 113.
  • the write address detection circuit 113 is a circuit that extracts the write address head value (received WADR (K) value) of the received frame and transfers the write address head value and the frame to the received data buffer control circuit 114.
  • the reception data buffer control circuit 114 is a circuit that controls writing of the received frame to the reception data buffer 115 based on the received write address head value.
  • the reception data buffer 114 is a circuit unit that stores the payload data of the received frame based on the received write address head value, and sends the reception data buffer size Bmax to the reception data buffer size notification unit 117.
  • the storage mode of the frames in the reception data buffer 115 is such that the payload data of each frame can be stored in order from the youngest reception SQN number.
  • SQN 1 is written at the head of access.
  • SQN (1) is not always stored at the head of the address.
  • the ACK generation circuit 116 is a circuit that generates ACK frame payload data from the received SQN value received from the SQN detection circuit 112 and transfers this to the frame generation circuit 118.
  • the reception data buffer size notification unit 117 is a notification unit that generates a notification frame of the reception data buffer size Bmax received from the reception data buffer 115 and transfers it to the frame generation circuit 118.
  • the frame generation circuit 118 sends the ACK frame payload data received from the ACK generation circuit 116 to the upstream transfer path 130 as an ACK frame (also referred to as normal reception notification), and the reception data buffer size from the reception data buffer size notification means 117. This is a circuit for sending a Bmax notification frame to the upstream transfer path 130.
  • the buffer size Bmax of the reception data buffer 115 is notified from the data reception device 110 to the data transmission device 10 prior to frame transmission / reception. .
  • This notification is performed by sending a Bmax notification frame in which the Bmax value is stored in the payload to the write address calculation circuit 13 via the frame generation circuit 118, the upstream transmission path 130, and the frame inspection circuit 19.
  • This notification may be performed only once if the buffer size of the reception data buffer 115 is not changed.
  • the write address calculation circuit 13 calculates the write address start value WADR (K) to the reception data buffer 115 from WADR (K-1) and L (K-1) of the immediately preceding frame K-1 by the equation (1).
  • the write address head value is transferred to the transmission data buffer 14.
  • the write address calculation circuit 13 also performs control so that the calculated write address head value WADR (K) does not exceed the reception data buffer size Bmax.
  • the transmission data buffer 14 stores the data for frame K, the SQN number, and the write address head value for each frame, while in response to a read instruction from the transmission data buffer control counter 12 via the read control line 17.
  • the write address head value, transmission SQN number, and frame K data are read and supplied to the write address (WADR) adding circuit 15.
  • WADR write address adding circuit 15.
  • an example of a manner of storing frames in the transmission data buffer 11 is to store the SQN number, the write address head value WADR (K), and the payload data in order from the youngest transmission SQN number.
  • FIG. 2 SQN (1) is written at the access head, but when the transmission data buffer 11 has a ring memory configuration, SQN (1) is not always stored at the address head.
  • the write address addition circuit 15 sets the transmission SQN (K) and WADR (K) received from the transmission data buffer 14 in the transmission SQN area and WADR area of each frame and transfers them to the transmission data buffer control circuit 16.
  • the transmission data buffer control circuit 16 transfers the frame received from the write address addition circuit 15 to the frame generation circuit 18.
  • the frame generation circuit 18 adds a header and a trailer to the frame from the transmission data buffer control circuit 16 and transmits the frame to the downstream transmission path 30.
  • An example of a trailer added by the frame generation circuit 18 is a CRC value for a frame error.
  • the frame generation circuit 18 also transfers the transmission SQN number to the retransmission timer 21.
  • the retransmission timer 21 starts counting the timer corresponding to the SQN number.
  • the frame transmitted to the downlink transmission path 30 is received by the data reception device 110.
  • the frame inspection circuit 111 inspects the header and trailer (CRC value) of the frame. If the frame is normally received, the frame inspection circuit 111 transfers the frame to the SQN detection circuit 112. If there is an error, the frame is discarded.
  • the SQN detection circuit 112 extracts the SQN number (SQN (K)) set in the received frame, transfers it to the ACK generation circuit 116, and transfers the frame to the write address detection circuit 113.
  • the write address detection circuit 113 extracts the write address start value (received WADR (K)) of the received frame and transfers the write address start value and the frame to the received data buffer control circuit 114.
  • the reception data buffer control circuit 114 writes the received frame in the reception data buffer 115 based on the received write address head value.
  • the reception SQN number (SQN (K)) is transferred from the SQN detection circuit 112 to the ACK generation circuit 116, and the ACK generated by the ACK generation circuit 116 is generated.
  • the signal (ACK frame payload data) is transferred to a frame generation circuit 118 that generates an ACK frame.
  • the frame generation circuit 118 returns the generated ACK frame to the data transmission device 10 via the uplink transfer path 130.
  • the frame checking circuit 19 transfers the ACK frame to the ACK receiving circuit 20.
  • the ACK reception circuit 20 obtains a reception SQN value from the ACK frame and sends it to the transmission data buffer control circuit 16 and the retransmission timer 21.
  • the retransmission timer 21 determines (determines) that the timer corresponding to the reception SQN value has not timed out, and in this case, does not send a retransmission instruction to the transmission data buffer control circuit 16.
  • the transmission data buffer control circuit 16 releases the payload data storage area corresponding to the reception SQN value received from the ACK reception circuit 20 and enables writing of another frame.
  • the retransmission timer 19 of the data transmission apparatus 10 monitors whether the timer corresponding to the SQN value of the transmission frame has timed out, and the transmission frame is discarded by the data reception apparatus 110 and When the timer corresponding to the SQN value times out, the retransmission timer 19 sends a retransmission instruction corresponding to the time-out SQN value to the transmission data buffer control circuit 16.
  • the transmission data buffer control circuit 16 Upon receiving this retransmission instruction, the transmission data buffer control circuit 16 sends a read instruction to the transmission data buffer 14 via the read control line 17, and SQN (K), WADR (corresponding to the SQN number received from the retransmission timer 19. K) and the payload data are read again from the transmission data buffer 14 and passed to the frame generation circuit 18.
  • the frame K data, the SQN number, and the write address head value read from the transmission data buffer 14 are the frame K data, the SQN number, and the write address head value read when transmitting the discarded transmission frame. Is the same as the value.
  • the storage location where the retransmitted frame is normally received by the data reception device 110 and written to the reception data buffer 115 will be written if it was written to the reception data buffer 115 without retransmission. It is the same as the memory location. That is, continuity of addresses is ensured. This also applies to reading from the reception data buffer 115.
  • the storage location it is necessary to change the storage location depending on the presence / absence of retransmission, whether writing to or reading from the reception data buffer of the communication system having the write address notification type retransmission control function. Since it is possible to access the reception data buffer, it is possible to simplify the write or read processing in the reception data buffer, achieving a wider transmission band and especially a reduction in the circuit scale on the reception side. obtain.
  • FIG. 5 is a block diagram showing an electrical configuration of a communication system having a write address notification type retransmission control function according to Embodiment 2 of the present invention
  • FIG. 6 shows transmission / reception in the communication system having the same write address notification type retransmission control function
  • FIG. 7 is a diagram showing a storage mode in a transmission data buffer of a communication system having the same write address notification type retransmission control function
  • FIG. 8 is a diagram showing the same write address notification type retransmission control function. It is a figure which shows the storage aspect in the reception data buffer of the communication system which has.
  • the configuration of this embodiment is greatly different from that of the first embodiment in that the frame payload is divided into a plurality of data blocks and retransmission control is performed for each data block. That is, the communication system 1A having the write address notification type retransmission control function of this embodiment has a data block dividing circuit 54 between the SQN addition circuit 11 of the data transmission device 50 and the transmission data buffer 55 as shown in FIG.
  • ACK / NACK receiving circuit 61 is provided between frame check circuit 60 and transmission data buffer control circuit 57, while SQN detecting circuit 112 of data receiving device 510 and write address detecting circuit (WADR detecting circuit) 513 A data block inspection circuit 512 is provided between them, and an ACK / NACK generation circuit 516 is provided between the SQN detection circuit 112 and the data block inspection circuit 512 and the frame generation circuit 518, and the main part thereof is configured.
  • K is a positive integer of 1 or more
  • N fixed-length data blocks also referred to as fixed-length payload data
  • DATA K, n K
  • a data block number also referred to as a BNUM value
  • O address offset value
  • the ACK / NACK reception circuit 61 transmits the ACK type and reception SQN number (also referred to as reception SQN value) extracted from the ACK frame to the transmission data buffer control circuit 57 and the retransmission.
  • the received frame is a NACK frame to the timer 62
  • the NACK type extracted from the NACK frame, the received SQN value and the error data block number BNUM (n K ) (also referred to as the BNUM value) are transmitted data buffer control circuit 57 and a circuit for transferring to the retransmission timer 62.
  • the data block inspection circuit 512 performs CRC inspection for each fixed-length payload, and when the data block is an error data block DATA (K, n K ), the error data block number BNUM (n K ) (both error BNM value) Is transferred to the ACK / NACK generation circuit 516, and when the data block is normal, the fixed-length data block DATA (K, n K ) is replaced with the write address head value (reception WADR (K) value) and the data block.
  • This is a circuit that transfers to the write address detection circuit 513 together with a corresponding (BNUM (K) compatible) address offset O (n K ).
  • the ACK / NACK generation circuit 516 is a circuit that generates ACK / NACK frame payload data for a received frame from the reception SQN number from the SQN detection circuit 111 and the error BNUM value from the data block check circuit 512. Specifically, the operation of the ACK / NACK generation circuit 516 generates an ACK signal when there is no error data block in the frame having the received SQN number, and transmits the ACK signal from the frame generation circuit 518 to the upstream transfer path 130 as an ACK frame.
  • a NACK signal is generated and sent from the frame generation circuit 518 to the upstream transmission line 130 as a NACK frame (abnormal reception notification) of the error data block. .
  • the transmission data buffer 55 includes fixed-length payload data from the data block dividing circuit 54, fixed-length payload data number (BNUM (n K )) and address offset value O (n K ), and a write address from the write address calculation circuit 53.
  • the head value (WADR (K)) is stored so as to be readable in units of these information.
  • the write address adding circuit 56 receives fixed length payload data, fixed length payload data number (BNUM (n K) read from the transmission data buffer 55 in response to a read instruction given from the transmission data buffer control circuit 57 via the read line 58. )),
  • the address offset value O (n K ) and the write address head value (WADR (K)) are stored in the corresponding storage area of the frame to be transmitted and transferred to the transmission data buffer control circuit 57.
  • the transmission data buffer control circuit 57 passes the frame from the write address addition circuit 56 to the frame generation circuit 18, and the release processing operation in response to the ACK type and reception SQN value from the ACK / NACK reception circuit 61 is the same.
  • the data block retransmission processing operation in response to the retransmission instruction from the retransmission timer 62 and the NACK type, received SQN value, and BNUM value from the ACK / NACK receiving circuit 61 is different. That is, in the data block retransmission processing operation, the fixed length payload data corresponding to the BNUM value, the write address head value, and the address offset value in the frame specified by the received SQN value are to be retransmitted.
  • the frame check circuit 60 has a difference in transferring an ACK frame or a NACK frame received via the uplink transmission path 130 to the ACK / NACK receiving circuit 45.
  • the retransmission timer 62 is the same as transferring a retransmission instruction when an ACK frame is not received within a certain time to the transmission data buffer control circuit 57, but receives a NACK frame within a certain time or receives a NACK frame within a certain time. When the frame is not received, a retransmission instruction is transferred to the transmission data buffer control circuit 57.
  • the write address detection circuit 513 generates a write address [WADR (K) + O (n K )] from the received WADR (K) value input from the data block inspection circuit 512 and the address offset value O (n K ).
  • This is a circuit that transfers the received data buffer control circuit 514 together with the corresponding fixed-length data block DATA (K, n K ).
  • the reception data buffer control circuit 514 stores the fixed-length data block DATA (K, n K ) input from the write address detection circuit 513 in the write address [WADR (K) + O (n K )] of the reception data buffer 115. Circuit.
  • the frame generation circuit 518 is a circuit that transmits the ACK frame or NACK frame from the ACK / NACK generation circuit 516 and the Bmax notification frame from the reception data buffer size notification unit 117 to the uplink transmission path 130. Since the constituent elements of this embodiment other than this constituent element are the same as those of the first embodiment, the same reference numerals are given to the same constituent portions, and the description thereof will be omitted.
  • the data reception device 510 prior to frame transmission / reception, notifies the data transmission device 50 of the buffer size Bmax of the reception data buffer 115.
  • this notification is performed by sending a Bmax notification frame in which the Bmax value of the buffer size is stored in the payload to the write address calculation circuit 13 via the frame generation circuit 518, the upstream transmission path 130, and the frame inspection circuit 60. This notification need only be made once if the size of the reception data buffer 115 is not changed.
  • the write address calculation circuit 13 calculates the write address head value WADR (K) to the reception data buffer 115 from the WADR (K-1) and L (K-1) of the immediately preceding frame K-1 by the equation (1).
  • the write address head value is transferred to the transmission data buffer 55.
  • the write address calculation circuit 13 also performs control so that the calculated write address head value WADR (K) does not exceed the Bmax value of the reception data buffer size notified by the Bmax notification frame supplied from the frame inspection circuit 60. Do.
  • the data block dividing circuit 54 converts the input data for frame K into N fixed-length data blocks (fixed-length payload data) (also referred to as data blocks) DATA (K, n K ).
  • the data is divided, a data block number BNUM (n K ) and an address offset value O (n K ) are generated for each of the divided fixed-length data blocks DATA (K, n K ), and the divided fixed-length data blocks DATA ( K, n K ), data block number BNUM (n K ), and address offset value O (n K ) are transferred to the transmission data buffer 55.
  • the transmission data buffer 55 stores the SQN (K), WADR (K), data block, and BNUM (n K ) and O (n K ) for each data block for each frame in a readable manner. (See FIG. 6)
  • the content of the read instruction given from the transmission data buffer control circuit 57 via the read control line 58 that is, the entire frame at the time of frame transmission or the data block at the time of retransmission of the data block DATA (K, n K ), WADR (K), and O (n K ) are read and supplied to the write address (WADR) adding circuit 56.
  • WADR write address
  • the SQN value (SQN (K)), the write address head value WADR (K), The block number BNUM (n K ), the address offset value O (n K ), and fixed-length payload data DATA (K, n K ) are stored.
  • the write address (WADR) addition circuit 56 transmits the transmission SQN value received from the transmission data buffer 11 to each of the transmission SQN area, WADR area, BNUM area, and address offset area of each frame, WADR (K), BNUM (n K ), and O (n K ) is set and transferred to the transmission data buffer control circuit 57.
  • the transmission data buffer control circuit 57 transfers the frame received from the write address addition circuit 56 to the frame generation circuit 18.
  • the frame generation circuit 18 adds a header and a trailer to the frame from the transmission data buffer control circuit 57 and transmits the frame to the transmission path 30, and transfers the transmission SQN value to the retransmission timer 62.
  • An example of a trailer added by the frame generation circuit 18 is a CRC value for a frame error.
  • the retransmission timer 62 starts counting the retransmission timer of the transmission SQN value received from the frame generation circuit 18 and starts monitoring whether the timer corresponding to the reception SQN value received from the ACK / NACK generation circuit 61 has timed out. .
  • the SQN detection circuit 112 receives a frame via the downlink transmission path 30, the SQN value set in the frame is extracted and transferred to the ACK / NACK generation circuit 516 and the frame is transferred to the data block check circuit 512. To do.
  • the data block inspection circuit 512 performs a CRC inspection for each data block of the frame.
  • the write address detection circuit 513 uses the write address start value (received WADR (K)) and the address offset value as the write address for the data block. since the O (n K), the as write address of the data block to generate a WADR (K) + O (n K), the data block passes the data block and the write address to the receive data buffer controller 514 The data is stored in the write address of the reception data buffer 115.
  • the ACK / NACK control circuit 516 generates an ACK signal from the received SQN value from the SQN detection circuit 112 and inputs the ACK signal to the frame generation circuit 518 as an ACK frame via the uplink transmission path 130. Send to.
  • the frame check circuit 60 of the data transmitting apparatus 50 transfers the ACK frame to the ACK / NACK receiving circuit 61, and transfers the ACK type and the received SQN value to the transmission data buffer control circuit 57 and the retransmission timer 62.
  • the retransmission timer 62 does not output a retransmission instruction because the ACK type and the received SQN value are received within a certain time.
  • the transmission data buffer control circuit 57 releases the payload storage area corresponding to the received SQN value to prepare for writing another frame.
  • the data block check circuit 512 discards the data block and ACK / NACK BNUM (n K ). Transfer to the generation circuit 516.
  • the ACK / NACK check circuit 516 generates a NACK signal from the received SQN value input from the SQN detection circuit 112 and the BNUM value input from the data block check circuit 512, and transmits the NACK frame from the frame generation circuit 518 to the upstream transmission line 130. Send to.
  • the CRC check is performed to confirm that there is no frame error, and the frame is transferred to the ACK / NACK reception circuit 61.
  • the ACK / NACK receiving circuit 61 extracts the NACK type, the received SQN value, and the BNUM value from the frame, and transfers them to the transmission data buffer control circuit 57 and the retransmission timer 62.
  • the retransmission timer 62 sends a retransmission instruction to the transmission data buffer control circuit 57 in response to receiving the NACK type, the received SQN value, and the BNUM value within a predetermined time.
  • the retransmission timer 62 sends a retransmission instruction to the transmission data buffer control circuit 57 in response to not receiving the NACK type, the received SQN value, and the BNUM value within a predetermined time.
  • the transmission data buffer control circuit 57 uses the NACK type from the ACK / NACK reception circuit 61, the reception SQN value and the reception BNUM value, and the retransmission instruction from the retransmission timer 62, and the head of the write address for the frame determined by the reception SQN value.
  • An instruction to read the value (WADR (K)), the data block data corresponding to the received BNUM value, and the address offset value is sent to the transmission data buffer 55 via the read line 58.
  • Each piece of information read from the transmission data buffer 55 is framed by the frame generation circuit 18 and transmitted to the downstream transmission path 30.
  • the transmission data buffer control circuit 57 does not receive the NACK type, the reception SQN value, and the BNUM value within a predetermined time, and when a retransmission instruction is transmitted from the retransmission timer 62, the transmission data buffer control circuit 57 determines the frame determined by the SQN value corresponding to timeout. Perform retransmission control.
  • the data block check circuit 512 that has received the frame transmitted via the downlink transmission path 30 via the SQN detection circuit 112 of the data reception device 510 detects the write address when there is no error in the retransmitted data block of the frame. Transfer to circuit 513.
  • the write address detection circuit 513 performs the write address head value (reception WADR (K)) and the address offset value O (n K ) as the write address for the data block in the same manner as described above for the case of normal reception of the data block. ), WADR (K) + O (n K ) is generated as the write address of the data block, the data block and the write address are passed to the reception data buffer control circuit 514, and the data block is received by the reception data buffer 115. Is stored at the above write address. Further, the ACK / NACK control circuit 516 returns an ACK frame for the data block data DATA (K, n K ), which is an error data block, to the data reception device 50 via the frame generation circuit 518.
  • the ACK / NACK receiving circuit 61 of the data transmitting apparatus 50 When the ACK / NACK receiving circuit 61 of the data transmitting apparatus 50 receives the ACK frame, the data block area notified by the ACK frame is released, and the corresponding data block of another frame can be written. If there is no error data block other than the ACK frame for the data block data DATA (K, n K ) that was the error data block, the frame area corresponding to the SQN value of the frame is released, and another frame Allows writing of payload data.
  • the write address of the data block is determined for each data block, even if the data block is received in error and the data block is discarded, the data block received in the error data block is normally received.
  • the write addresses in the address space (FIG. 8) of the reception data buffer 115 are consecutive addresses in the order of the sequence numbers. Therefore, processing on the reading side of the reception data buffer 115 is facilitated, and downsizing and widening of the bandwidth can be enjoyed.
  • the write address head value WADR (K) + O (n K ) in each frame is the write address of the reception data buffer 115 as it is. However, if the relative relationship of each frame does not change, WADR (K) Alternatively, an address obtained by uniformly adding an offset value may be used.
  • the same effect as that of the first embodiment can be obtained in the division of the payload of the frame to the receiving side of the communication system having the write address notification type retransmission control function.
  • the effect is obtained in units of data blocks.
  • the write address may be generated by providing means other than measurement of the payload data size of the frame, for example, means for holding the size of fixed-length payload data. Further, the generation mode of the write address may not be based on the write address head value.
  • the present invention can be applied to various communication systems that transmit and receive data in units of data transmission.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Communication Control (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

Selon l'invention, il est possible de simplifier un procédé d'accès à un tampon de données de réception. L'invention porte sur un système de communication (système de transmission de données) (1) comprenant : un dispositif de transmission de données (10) qui transmet successivement dans une unité de transmission de données, des données ajoutées par une adresse d'écriture utilisée pour amener un tampon de données de réception (moyen de stockage côté réception) (115) à stocker des données dans chaque unité de transmission de données; et un dispositif de réception de données (110) qui stocke les données reçues successivement dans une position de stockage du tampon de données de réception (115) spécifiée par l'adresse d'écriture ajoutée aux données.
PCT/JP2009/065538 2008-09-04 2009-09-04 Procédé de transmission de données, système de transmission de données, dispositif de transmission de données, dispositif de réception de données et programme de commande WO2010027064A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010527841A JPWO2010027064A1 (ja) 2008-09-04 2009-09-04 データ伝送方法、データ伝送システム、データ送信装置、データ受信装置、及び制御プログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2008227663 2008-09-04
JP2008-227663 2008-09-04

Publications (1)

Publication Number Publication Date
WO2010027064A1 true WO2010027064A1 (fr) 2010-03-11

Family

ID=41797228

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2009/065538 WO2010027064A1 (fr) 2008-09-04 2009-09-04 Procédé de transmission de données, système de transmission de données, dispositif de transmission de données, dispositif de réception de données et programme de commande

Country Status (2)

Country Link
JP (1) JPWO2010027064A1 (fr)
WO (1) WO2010027064A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013524732A (ja) * 2010-04-12 2013-06-17 クゥアルコム・アセロス・インコーポレイテッド ネットワークにおける低オーバーヘッド通信のための遅延された肯定応答
JP5496411B2 (ja) * 2011-02-25 2014-05-21 三菱電機株式会社 制御装置、制御システムおよび通信方法
JP2022014444A (ja) * 2020-07-06 2022-01-19 豊疆智能(深▲セン▼)有限公司 端末、サーバ、モノのインターネットのデータ伝送方法及びデータ伝送システム

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1132077A (ja) * 1997-07-10 1999-02-02 Mitsubishi Electric Corp 送信制御装置、受信制御装置、通信制御システム及び通信制御方法
JP2004007354A (ja) * 2002-04-02 2004-01-08 Nippon Telegr & Teleph Corp <Ntt> 計算機間データ転送方法及びデータ同報配信方法

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0440551A (ja) * 1990-06-07 1992-02-10 Fujitsu Ltd データ転送方式
JP3003418B2 (ja) * 1992-09-25 2000-01-31 株式会社日立製作所 プロセッサ間データ通信方法
JP3687684B2 (ja) * 1994-03-09 2005-08-24 日本電信電話株式会社 装置間データ転送方法
JPH1198185A (ja) * 1997-09-18 1999-04-09 Matsushita Electric Ind Co Ltd データ通信方法及びそのシステム
JP2003304248A (ja) * 2002-04-09 2003-10-24 Nippon Telegr & Teleph Corp <Ntt> データ転送方法及び装置

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1132077A (ja) * 1997-07-10 1999-02-02 Mitsubishi Electric Corp 送信制御装置、受信制御装置、通信制御システム及び通信制御方法
JP2004007354A (ja) * 2002-04-02 2004-01-08 Nippon Telegr & Teleph Corp <Ntt> 計算機間データ転送方法及びデータ同報配信方法

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9326316B2 (en) 2010-04-12 2016-04-26 Qualcomm Incorporated Repeating for low-overhead communication in a network
US8660013B2 (en) 2010-04-12 2014-02-25 Qualcomm Incorporated Detecting delimiters for low-overhead communication in a network
US8693558B2 (en) 2010-04-12 2014-04-08 Qualcomm Incorporated Providing delimiters for low-overhead communication in a network
US8781016B2 (en) 2010-04-12 2014-07-15 Qualcomm Incorporated Channel estimation for low-overhead communication in a network
KR101426905B1 (ko) * 2010-04-12 2014-08-05 퀄컴 인코포레이티드 네트워크에서 저-오버헤드 통신을 위한 지연된 확인응답들
US9001909B2 (en) 2010-04-12 2015-04-07 Qualcomm Incorporated Channel estimation for low-overhead communication in a network
US9295100B2 (en) 2010-04-12 2016-03-22 Qualcomm Incorporated Delayed acknowledgements for low-overhead communication in a network
US9326317B2 (en) 2010-04-12 2016-04-26 Qualcomm Incorporated Detecting delimiters for low-overhead communication in a network
JP2013524732A (ja) * 2010-04-12 2013-06-17 クゥアルコム・アセロス・インコーポレイテッド ネットワークにおける低オーバーヘッド通信のための遅延された肯定応答
JP5496411B2 (ja) * 2011-02-25 2014-05-21 三菱電機株式会社 制御装置、制御システムおよび通信方法
JP2022014444A (ja) * 2020-07-06 2022-01-19 豊疆智能(深▲セン▼)有限公司 端末、サーバ、モノのインターネットのデータ伝送方法及びデータ伝送システム
US11664929B2 (en) 2020-07-06 2023-05-30 Fj Dynamics Co., Ltd. Terminal, server, internet of things data transmission method, and data transmission system
JP7320564B2 (ja) 2020-07-06 2023-08-03 豊疆智能(深▲セン▼)有限公司 端末、サーバ、モノのインターネットのデータ伝送方法及びデータ伝送システム

Also Published As

Publication number Publication date
JPWO2010027064A1 (ja) 2012-02-02

Similar Documents

Publication Publication Date Title
US5519693A (en) High speed transmission line interface
EP2119085B1 (fr) Systèmes et procédés de communication à contrôle d&#39;erreurs amélioré
US7756036B2 (en) Synchronous data communication
US7149181B2 (en) Apparatus and method for re-transmitting erroneous packet data
US20080195912A1 (en) Method of communicatoin
KR101283482B1 (ko) Pci 익스프레스 프로토콜 처리 장치
JP2007174646A (ja) 同期データ通信
WO2011046056A1 (fr) Procédé de commande de transmission pour communication par paquets et système de communication par paquets
JPH01228340A (ja) 誤り制御方式
JP2007201878A (ja) 通信システム、通信装置及び通信品質試験方法
CN111901075B (zh) 多网络融合传输方法、传输系统及计算机可读存储介质
WO2010027064A1 (fr) Procédé de transmission de données, système de transmission de données, dispositif de transmission de données, dispositif de réception de données et programme de commande
JP2019068296A (ja) 情報処理装置及びその制御方法、並びにコンピュータプログラム
US10789115B2 (en) Transmitter that does not resend a packet despite receipt of a message to resend the packet
JP2012085244A (ja) シリアル伝送装置、情報処理装置、及びシリアル伝送方法
US20240146806A1 (en) Intermediate apparatus, communication method, and program
RU2450466C1 (ru) Способ передачи информации по каналам связи и система для его осуществления
KR100366018B1 (ko) 데이터 통신 시스템 및 그 통신방법
JP4121123B2 (ja) 移動体通信方法及びシステム
JP5459308B2 (ja) データ転送装置及びデータ転送装置の制御方法
US10938516B1 (en) Systems and methods for ethernet packet error detection and correction in automotive environments
US20090245254A1 (en) Communication system
JP2006352337A5 (fr)
WO2007096987A1 (fr) Dispositif de controle d&#39;erreurs
JP3614804B2 (ja) データ伝送装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09811589

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2010527841

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09811589

Country of ref document: EP

Kind code of ref document: A1