WO2005006702A1 - 双方向通信制御装置,端末装置及び双方向通信制御方法 - Google Patents

双方向通信制御装置,端末装置及び双方向通信制御方法 Download PDF

Info

Publication number
WO2005006702A1
WO2005006702A1 PCT/JP2004/010175 JP2004010175W WO2005006702A1 WO 2005006702 A1 WO2005006702 A1 WO 2005006702A1 JP 2004010175 W JP2004010175 W JP 2004010175W WO 2005006702 A1 WO2005006702 A1 WO 2005006702A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
processing block
data processing
storage device
processing
Prior art date
Application number
PCT/JP2004/010175
Other languages
English (en)
French (fr)
Inventor
Toshihiko Fukuoka
Machiya Kumazawa
Tatsuji Ishii
Original Assignee
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 Matsushita Electric Industrial Co., Ltd. filed Critical Matsushita Electric Industrial Co., Ltd.
Priority to EP04747641A priority Critical patent/EP1646197A1/en
Priority to JP2005511601A priority patent/JP3981390B2/ja
Priority to KR1020067000263A priority patent/KR101051853B1/ko
Publication of WO2005006702A1 publication Critical patent/WO2005006702A1/ja
Priority to US11/326,526 priority patent/US7580358B2/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/2801Broadband local area networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1101Session protocols

Definitions

  • the present invention relates to a bidirectional communication control device, a terminal device, and a bidirectional communication control method.
  • the present invention relates to a bidirectional communication control device used for digital bidirectional communication performed between a sending device and a terminal device, a terminal device including the same, and a bidirectional control method.
  • a digital two-way communication system represented by a two-way CATV is constituted by a two-way communication network in which a plurality of terminal devices are connected to a transmission device.
  • the bidirectional control of the downstream communication from the sending device side to the terminal device side and the upward communication from the terminal side to the center device side is called a MAC (Media Access Control) function.
  • the processing function is realized by decoding a protocol having a MAC-specific structure embedded as a sublayer during communication.
  • DOC Data Over Cable Service Interface Specifications
  • SIS Data Over Cable Service Interface Specifications
  • downlink communication video data is usually transmitted mainly. Therefore, the communication data for downlink communication has an MPEG structure, but the MAC structure is defined as a sublayer.
  • Downlink communication uses a communication channel over a relatively wide band. The communication control itself is relatively simple because the channel frequency is assigned. However, since video data is transmitted, it is necessary to handle a huge amount of data in downlink communication, and it is required to process the data in real time and without errors according to a predetermined procedure.
  • control data is mainly transmitted.
  • This control data includes a command request from the terminal device side and a state display data for notifying the status of each terminal device.
  • the transmission / reception device responds to the request command of each terminal device and transmits various information for correctly controlling the terminal device to the control data by the downlink communication. Or send it overnight.
  • uplink communication a large number of communication channel frequencies are allocated to a narrow band, so that a collision may occur between a plurality of terminal devices or a case where a necessary communication channel frequency cannot be obtained. Therefore, in the case of uplink communication, complicated control is generally required, and the control function greatly affects the communication performance in bidirectional communication.
  • the MAC structure based on the DOCSIS system basically has a data structure similar to that of Ethernet communication in order to enhance the friendliness with Ethernet-based IP communication.
  • Various header fields are provided. Among them, the feature is that encryption and other additional functions are defined by the field of the variable length area called “extension header”.
  • the individual processes that compose the MAC function are basically computational processing of the control system, data filtering (distribution), synchronization processing, These are individual processes such as sorting and formatting, and combinations thereof.
  • devices used for two-way communication include, in addition to the basic processing of the MAC function, a data security function that is indispensable as a communication system. It is disclosed in Patent Document 1.
  • BPKM Baseline Privacy Key Management
  • BP KM In order to perform secure key exchange, the function to encrypt and exchange the encryption key itself, and to confirm that the message of the encryption key exchange was sent from the correct party and that it has not been tampered with Message authentication function.
  • BPKM uses a two-step key: a key—authorization key, and a DES encryption key (called a traffic encryption key, TEK) that is used to actually encrypt and decrypt data.
  • TEK traffic encryption key
  • the terminal device receives the Authorization Key encrypted by the RSA public key method, and decrypts the Authorization Key using the RSA public key.
  • ⁇ data is obtained from the obtained Authorization Key through several processes of decrypting and authenticating TEK, and finally, actual communication data is decoded using this ⁇ data .
  • the decryption processing of the RSA encryption that decrypts the authorization key and the decryption of the TEK data
  • the decryption of the DES encryption is performed in parallel with numerical operations using multiple 64-bit data decryption.
  • individual processing can be said to be a processing with a considerable load because it is necessary and repeated.
  • the conventional two-way communication control device for realizing the MAC function has the following problems.
  • the MAC function is implemented using a general-purpose processor (CPU).
  • CPU general-purpose processor
  • the use of a CPU to realize the complexity of the MAC function and the function by software that can relatively easily feedback the verification results was attempted.
  • An object of the present invention is to provide an architecture for reducing the load on CPU processing, thereby enabling the use of a cheaper CPU and reducing the circuit scale of the entire system. It is an object of the present invention to provide a device capable of performing higher-performance processing by adding new processing by maintaining performance, and increasing the cost performance of the entire system.
  • the two-way communication control device includes, in addition to a CPU, a storage device, a CPU bus, and the like, a downstream data processor that performs data processing of a downstream data transmitted from a sensor device to a terminal device.
  • a downstream data processing block that performs a processing of data processing for generating an upstream data transmitted from the terminal device to the center device; and a downstream data processing block.
  • the stream data processing block are configured to directly transmit and receive data to and from each other.
  • processing that was performed only by the CPU can be bypassed to the CPU bus and CPU. This can be performed by the downstream data processing block and the upstream data processing block, and congestion of the CPU bus can be reduced. Therefore, even if a general-purpose CPU that can be realized at a realistic cost is used, the data processing efficiency can be improved. If the CPU performance is maintained, additional processing can be performed to perform more sophisticated processing, and the cost performance of the entire system improves.
  • a third storage device connected to the upstream data processing block, the downstream data processing block, and the second storage device and having a function of temporarily storing the data;
  • the connection processing of adding the concatenated frame header and the concatenation of the frame data itself, or adding the divided frame header and the frame data By providing a circuit that performs its own division processing, it bypasses the CPU and refers to the processing contents included in the downstream stream and the status of the downstream processing itself, so that the processing from the center unit can be performed. Requests can be known accurately and promptly, and feedback to upstream processing is quicker, so that high-speed processing can be performed.
  • the upstream data By performing basic processing such as syntax analysis, header analysis, and data format conversion while directly transmitting and receiving data to and from the processing block, the CPU bypasses the CPU and updates the processing contents included in the upstream stream. Accurate processing can be performed quickly while referring to the status of the stream processing itself.
  • a tuner a downstream PHY block, an upstream PHY block, a nozzle section, and the like can be further provided.
  • the two-way communication control method of the present invention includes a process of performing a downstream data process and an upstream stream process while transmitting and receiving the contents of each stream.
  • the downstream data processing and the upstream data processing can be performed without passing through the CPU bus, so that the congestion degree of the CPU bus can be reduced.
  • the congestion degree of the CPU bus can be significantly reduced, so that the transfer rate of the bidirectional communication control device also called the MAC unit can be significantly increased. become. Also, since it is not necessary to use a high-performance CPU, not only can the circuit size of the entire bidirectional communication system be reduced, but also the operating frequency of the circuit can be reduced, power consumption can be reduced, and heat dissipation measures are not required. .
  • the present invention has the effect of increasing the transfer rate without depending on the CPU.
  • FIG. 1 is a block circuit diagram showing a configuration of a communication system used for digital two-way communication according to the first embodiment.
  • FIG. 2 is located in the downstream data processing block of the first embodiment.
  • FIG. 4 is a block circuit diagram showing an example of each function block shown in FIG.
  • FIG. 3 is a flowchart showing a procedure of downstream data processing in the first embodiment.
  • FIG. 4 is a block circuit diagram showing an example of each functional block arranged in the upstream data processing block according to the first embodiment.
  • FIG. 5 is a flowchart showing the procedure of the upstream data overnight processing in the first embodiment.
  • FIG. 6 is a block circuit diagram showing a configuration of a MAC section which is a digital two-way communication device according to the second embodiment.
  • FIG. 7 is a block circuit diagram illustrating a configuration of a MAC unit that is a digital two-way communication device according to the third embodiment.
  • FIG. 8 is a block circuit diagram showing a configuration of a MAC section which is a digital two-way communication device according to the fourth embodiment.
  • FIG. 9 is a block circuit diagram showing a configuration of a MAC section which is a digital two-way communication device according to the fifth embodiment.
  • FIG. 10 is a block circuit diagram showing a configuration of a MAC section which is a digital two-way communication device according to the sixth embodiment.
  • FIG. 11 is a block circuit diagram showing a configuration of a MAC section which is a digital two-way communication device according to the seventh embodiment.
  • FIGS. 12 (a) and 12 (b) are diagrams showing the structure of the normal frame before the connected frame processing and the structure of the connected frame after the connected frame processing in the first embodiment.
  • FIGS. 13 (a) and 13 (b) are diagrams showing the structure of a normal frame before performing divided frame processing and the structure of a divided frame after performing divided frame processing in the first embodiment.
  • FIG. 14 is a flowchart showing, by shadowing, processing steps that require bus arbitration by the CPU in the flowchart shown in FIG. 3 of the present embodiment.
  • FIG. 15 is a flowchart showing, by shadowing, processing steps that require bus arbitration by the CPU in control of the conventional bidirectional communication control device corresponding to the flowchart shown in FIG. Best Embodiment
  • FIG. 1 is a block circuit diagram showing a configuration of a communication system used for digital two-way communication according to the first embodiment.
  • the communication system includes a terminal device 1 that performs digital two-way communication with the sensor device 2.
  • the terminal device 1 has a MAC unit 3 (digital two-way communication device) having a MAC (Media Access Control) function and the video, audio, and control data transmitted from the terminal device 1 to the center device 2.
  • PHY unit 4 that transmits an RF signal by performing an error correction code encoding process on the upstream data such as the video data, audio, and transmission control data transmitted from the transmitter 2.
  • a tuner 5 for receiving an RF signal including such signals and converting it to an IF signal, and a back-end unit 7 including an image processing block 7a and various kinds of interface units 7b.
  • the PHY unit 4 has a downstream PHY block 4a and an upstream PHY block 4b.
  • the MAC unit 3 processes the downstream data demodulated and the upstream data modulated in the PHY unit 4 as appropriate to create various image data and audio data, and generates image data and audio data. Transfers communication control data from device 1 or device 2 or controls two-way communication.
  • the MAC section 3, PHY section 4 and tuner section 5 function as a front end section 6 with respect to the back end section 7.
  • the MAC unit 3 includes a downstream processing block 11 having a function of substituting a part of the processing of the CPU 15 and an upstream stream data having a function of substituting a part of the processing of the CPU 15. It includes a processing block 12, a bus data arbitration processing block 13, a CPU bus 14, a CPU 15, and a storage device 16. Specific processing and functions of the downstream data processing block 11 and the upstream data processing block 12 will be described later in detail.
  • the bus data arbitration processing block 13 performs processing for determining the bus use priority of various data sent to the CPU bus 14. Downstream data processing block 11 Data processed in block 11, data stream processed in CPU 15 for transmission to data processing block 12, and storage device Since all data stored in 16 are transmitted and received via the CPU bus 14, the bus data arbitration processing block 13 performs appropriate arbitration so that these data can be transmitted and received efficiently. It is.
  • the storage device 16 basically stores data processed as downstream data, which is large-capacity data. In addition, it may be used as a temporary data register for temporarily storing data for software processing by the CPU 15 or for confirming key data during encryption or decryption processing. It also has a function to hold a key data table in advance as reference data and a PHS index table that is the maximum value setting of the number of byte processing during PHS decompression processing or compression processing.
  • CPU 5 The processing of CPU 5 is diverse, but typical processing is as follows.
  • the MAC unit 3 which is the two-way communication control device of the present embodiment, has a downstream data processing process 11 which has a function of substituting a part of the processing of the CPU 15, respectively.
  • upstream stream processing block 12 In this embodiment, the downstream data processing block 11 and the upstream data processing block 12 are configured to directly transmit and receive data, bypassing the CPU bus 14. This is a feature of the two-way communication control device according to the above.
  • FIG. 2 is a block circuit diagram showing an example of each function block (circuit) arranged in the downstream data processing block 11.
  • the downstream data processing block 11 comprises a downstream data processing basic processing block 21, an HCS verification processing function block 22, and an Ethernet address filtering processing block 23.
  • the downstream data basic processing function block 21 performs syntax analysis, header analysis, and format conversion of the communication data. Specifically, a structure analysis process is performed on an MPEG structure in video data and a MAC structure, which is a sub-layer for network processing, embedded in the MPEG structure. First, the header part in the MPEG structure data is analyzed, and information for extracting the MAC structure data is extracted. Then, the MAC structure data is actually extracted. Next, the header part in the MAC structure data is analyzed, and if there is an extended field called an extension header as well as a normal header, the extension header is analyzed. This extension header compresses the presence / absence of encryption, other information required for encryption processing for encryption and decryption, and the header of each frame called Payload Header Suppression (PHS). There is information necessary for the process of transmitting the data.
  • PHS Payload Header Suppression
  • extension header does not exist as a result of the analysis performed by the down stream data basic processing function block 21, it is determined that the downstream data is not encrypted and the compression by the PHS is not performed. The data with the MAC structure extracted from the downstream data is output as is. On the other hand, if the extension header is present, the presence / absence of encryption and If the field containing the information to be analyzed is analyzed and it is confirmed that there is no encryption or PHS processing, the same processing as when no extension header exists is performed. If it is confirmed that encryption or PHS processing has been performed, BPI decoding processing and PHS decoding processing described later are performed.
  • Downstream Data Basic Processing Function Block 21 performs upstream data processing while performing data stamp processing for data transmission and reception, which is very important for bidirectional communication. It also interacts with block 12.
  • the HCS verification processing function block 22 verifies an HCS (Header Check Sequence), which is a CRC error detection code for an extension header added to the extension header.
  • HCS Header Check Sequence
  • the Ethernet address fill processing block 23 extracts the Ethernet structure data from the MAC structure data, and classifies various Ethernet addresses.
  • the BPI decryption processing function block 26 decrypts the encryption.
  • TEK Traffic Encryption Key
  • SID Service ID
  • the Key Sequence Number is extracted from the extension header, the TEK is confirmed using these two data as clues, and the confirmed TEK itself is used to perform a DES decryption process to obtain the original. Complete the data restoration process.
  • the CRC verification processing function block 25 verifies the CRC error detection code added to the normal data other than the extension header.
  • the PHS decoding processing function block 26 processes information necessary for the header data compression processing.
  • the extension header contains a parameter called “PHS field” that indicates the range included in all data to be subjected to header data compression processing, and a “PHS index” to perform PHS in individual frame units. Numbers corresponding to the rules of the above are assigned.
  • the PHS rules corresponding to the PHS index The rules are notified in advance from the center device through software processing in the application layer. For example, there are predefined rules for compressing all byte headers, or compressing headers every one or two bytes. In the PHS decoding processing block, the compressed data is restored using these two parameters.
  • the PHS field can be used to extract the data range where PHS processing is performed (up to 256 bytes), and the PHS index defines how the data in the range specified by the special PHS field is defined in advance. Can be extracted. Based on these, the PHS decoding processing function block 26 decodes the PHS processed data transmitted from the sender / receiver.
  • the downstream data processed in this manner is sent to the CPU bus 4 by being subjected to appropriate timing control when passing through the bus data arbitration processing block 13, and then sent to the storage device 6. Is stored in The data stored for an appropriate period is transferred to the CPU 5 for software processing in order to perform processing of higher layers from the MAC layer in the network communication protocol, such as QoS (Quality of Service). Is applied. Alternatively, after being sent out onto the CPU bus 4 again, upstream data processing is performed.
  • QoS Quality of Service
  • FIG. 3 is a flowchart showing a procedure of downstream data processing in the terminal device 1 of the first embodiment.
  • step ST11 when the communication data is transferred from the sending / receiving device 2, first, in step ST12, the tuner 5 selects a channel frequency corresponding to the communication data.
  • step ST13 digital demodulation and error correction processing are performed in the downstream PHY block 4a to restore digital data.
  • step ST14 the CPU 15 determines whether or not to perform various types of bidirectional data control by the MAC unit 3. If the determination result is Yes for performing bidirectional data control, the process is performed by the MAC unit 3 from step ST15 onward, while the determination result is No for performing no bidirectional data. To Jumps to step ST27 without performing the processing by the MAC section 3.
  • step ST15 the syntax analysis, header analysis, and data format conversion are performed by the downstream data basic processing function block 21.
  • the downstream data basic processing function block 16 sends the status and control signals of various data to the upstream data processing side in step ST16, and the upstream data processing block in step ST17. It performs processing to receive status and control signals of various data from the data processing side.
  • step ST 18 the above-described HCS verification processing is performed by the HCS verification processing function block 22. Then, in step ST19, it is determined whether there is an error in the communication process. If the result of the determination is that there is an error in the communication data, the process proceeds to step ST20, where the communication data is discarded. On the other hand, if there is no error in the communication data, the process from step ST21 is performed.
  • step ST21 the Ethernet address filling processing block 23 performs the Ethernet address filling processing as described above.
  • step ST22 after performing the above-described BPI decoding processing by the BPI decoding processing function block 24, in step ST23, the CRC verification processing function block 25 performs the above-described BPI decoding processing. Perform CRC verification processing such as.
  • step ST24 it is determined whether or not there is an error in the communication data based on CPU15. As a result of the determination, if there is an error in the communication data, the process proceeds to step ST25 to discard the communication data. On the other hand, if there is no error in the communication data, the process of step ST26 is performed.
  • step ST26 the PHS decoding function is performed by the PHS processing function block 26 as described above. Thereafter, the process proceeds to step ST 27, where communication data is transmitted to the background unit 7, and various kinds of data processing such as images are performed in the backend unit 7.
  • the upstream data which is video and transmission control data transmitted from the terminal device 1 to the sending / receiving device 2, is data subjected to software processing by the CPU 5 or data stored in the storage device 6. It is generated based on the evening. That is, under the control of the bus data arbitration processing block 3, the data processed by the software in the CPU 5 or the data stored in the storage device 6 is transmitted via the CPU bus 4 at an appropriate timing.
  • the upstream data processing module 12 processes and processes the data transmitted to the processing block 12 to generate upstream data.
  • fragment processing and concatenation processing are performed as processing unique to the upstream stream. This is different from the downstream, in that the upstream does not always have a sufficient transfer rate because multiple terminals communicate simultaneously in a narrow band.
  • a mechanism to divide large data into appropriate data and a mechanism to transmit small data into appropriate data are incorporated.
  • Fragment processing means that the terminal device 1 performs processing to divide communication data into an appropriate size in response to exchanges with the sending and receiving device 2, and concatenation processing (concatenated frame processing).
  • FIG. 4 is a block circuit diagram showing an example of each function block (circuit) arranged in the stream data processing block 12.
  • an upstream data processing block 12 is a PHS encoding processing function block for encoding PHS, which is information necessary for processing for compressing and transmitting data.
  • HCS CRC addition processing function that adds a CRC error detection code to normal data other than headers 3 2
  • HCS that is a CRC error detection code for the extension header for the extension header
  • HCS additional processing function 33 and connected frame A header is added to a concatenated frame header addition processing function block 34 for adding a header (concatenation header), a concatenated frame HCS addition processing function block 35 for adding an HCS for the concatenated frame header, and a normal frame to which a normal frame header is added.
  • One-ring / parameter overnight generation function block 38 a division frame header addition processing function block 39 for adding a division frame header (fragmentation header), and a division frame HCS addition processing function block 40 for adding a division frame header BP I encryption processing function block 41 .
  • FIG. 5 is a flowchart showing the procedure of the upstream data overnight processing.
  • FIGS. 12 (a) and 12 (b) are diagrams showing the structure of a normal frame before the connection frame processing and the structure of the connection frame after the connection frame processing.
  • FIG. 12 (a), (b) is a figure which shows the structure of the normal frame before performing a divided frame process, and the structure of the divided frame after performing a divided frame process.
  • Figs. 12 (a) and 12 (b) show an example where two normal frames are connected.
  • (b) shows an example in which a normal frame is divided into two, but in each case, there can be three or more concatenations or divisions.
  • step ST31 when various data such as images are input from the background unit 7 to the MAC unit 3, step ST32 (Please correct that PHS is RHS in ST32 in Fig. 5)
  • step ST32 In the PHS encoding processing function
  • the header, extension header, and normal data in the input data are discriminated, and the PHS field that defines the range in which the PHS is performed.
  • the PHS index corresponding to the processing content that specifies the processing to perform such compression
  • step ST33 a CRC error detection code is added to the normal data other than the header by the CRC code addition processing function block 32, and in step ST34, the HCS is added to the extended header.
  • the additional processing function block 33 adds an HCS code, which is a CRC error detection code for the extended header.
  • a terminal device handles a plurality of S IDs simultaneously. That is, since a plurality of data are handled at the same time, the process of adding the CRC code in step ST33 and the process of adding the HCS code in ST34 are performed in parallel.
  • step ST35 the CPU 15 checks whether or not the transmission / reception device 2 is requesting the connection frame removal (con- trol processing). Then, in the case of Yes where concatenation is required, the size of the data to be processed is checked. At this time, if the data size is smaller than the data size requested by the transmission / reception device 2, the connection frame processing is executed. That is, a process of bundling the data is performed up to an approximate value that does not exceed the data size requested by the device 2. That is, a connected frame process for connecting, for example, two normal frames shown in FIG. 12 (a) to one connected frame shown in FIG. 12 (b) is performed.
  • step ST36 a header (contents header) is added to the concatenated frame indicating the executed content (FIG. 12).
  • transmission / scheduling / transmission parameter overnight function function block 38 is used to transmit / receive data to / from downstream data processing program 11 and to perform bus data overnight arbitration processing.
  • Data transmission / reception with the storage device 16 is performed via the block 13 and the CPU bus 14.
  • step ST 37 The processing of step ST36 is performed according to the processing content of the upstream data to be transmitted, such as transmission scheduling and generation of transmission parameters.
  • connection frame HCS addition processing function block 35 calculates and adds the connection frame header HCS as shown in FIG. Add CRC (error detection code) for frame data.
  • step ST40 the normal frame header addition processing function block According to 36, a normal frame header adding process is performed according to the process in step ST37.
  • the data that is not processed is used as is for the next processing.
  • step ST 41 the normal frame HCS re-addition processing is performed by the normal frame HCS re-addition processing function function 37.
  • step ST42 the CPU 15 determines whether or not the transmission / reception device 2 has requested divided frame processing (fragmentation). In the case of Yes where division frame processing is necessary, the process proceeds to step ST43, where the processing data size is checked, and the data is divided into the sizes required by the center device. That is, a divided frame process is performed to divide one normal frame shown in FIG. 13A into, for example, two normal frame divided parts shown in FIG. 13B. Then, the divided frame header addition processing function block 39 adds a divided frame header as shown in FIG. 13 (b) to each of the divided normal frame divided parts. At this time, the processing of step ST43 is performed according to processing contents such as transmission of upstream data, scheduling, and generation of transmission parameters in step ST37.
  • step ST44 the HCS for the divided frame header (fragment header) is added, and the CRC for the divided frame data is added at the same time.
  • the divided frame processing is not required, the unprocessed data is used.
  • step S # 45 the data to which the error detection code has been added as described above is encrypted.
  • the encryption process as in the downstream data process, first, in order to confirm whether the key data to be encrypted is correct, the S ID and the Key Sequence Number are checked, and then the DES encryption Perform encryption processing. In this way, the encrypted data is sent to the sending / receiving device at the appropriate timing, with reference to the time stamp processing performed during the downstream data sending process, and the transmission of the encrypted data. And send de ⁇ overnight.
  • the conventional bidirectional communication control device since the downstream data processing block 11 and the upstream data processing block 12 are provided in the MAC section 3 of the terminal device 1, the conventional bidirectional communication control device is used.
  • the CPU 14 does not need to perform the board processing, and the load on the CPU 14 is greatly reduced.
  • the conventional two-way communication device MAC unit
  • frequent data exchange between the CPU and the storage device via the CPU bus is required.
  • the communication data is processed by the downstream data processing block 11 and the upstream stream data processing process 12 without passing through the CPU bus 14. Therefore, even if a general-purpose CPU that can be realized at a realistic cost is used, it is possible to improve the processing efficiency in a short time.
  • the transfer rate can be increased without depending on the CPU by the bidirectional communication control device (MAC unit) of the present embodiment.
  • some of the functions of the CPU can be used for other processing purposes.Additional functions can be added to the bidirectional communication controller and peripheral functions can be incorporated, further improving performance.
  • a synergistic effect can be expected.
  • the MAC unit 3 is provided with a concatenated frame header addition processing circuit 39 and a header addition processing circuit 39 for divided frames, the CPU 15 can be bypassed to exchange data with the CPU sequentially. Since data processing can be performed quickly even without performing this, the time required to wait for an instruction from the CPU and prepare a data transfer format can be greatly reduced.
  • the overnight transfer rate is improved.
  • the processing contents in the downstream data processing block 12 and the contents according to the request from the center device are extracted from the downstream data processing, and the processing according to the result is also performed by the CPU. Being able to process in real time without waiting for data exchange not only raises the transfer rate, but also improves the processing accuracy and accuracy by maintaining real-time performance.
  • the downstream section basic processing circuit 21 for performing syntax analysis, header analysis, and data format conversion is provided in the MAC section 3, the CPU 15 is bypassed in reverse to the above processing. Therefore, since the contents corresponding to the processing contents in the upstream data processing processing 12 can be reflected in the downstream processing while ensuring the real-time property, the processing can be performed quickly and accurately. It becomes possible.
  • the number of processes requiring bus arbitration is extremely reduced, and the transfer speed is increased.
  • An example will be described with reference to the flowchart of FIG. 3 regarding downstream data processing.o
  • FIG. 14 is a flowchart showing, by shadowing, processing steps that require bus arbitration by the CPU in the flowchart shown in FIG. 3 of the present embodiment.
  • FIG. 15 is a flowchart showing, by shadowing, processing steps that require bus arbitration by the CPU in control corresponding to the flowchart shown in FIG. 3 of the conventional bidirectional communication control device.
  • the upstream data processing block 12 and the downstream data processing block 11 are provided exclusively. Therefore, each processing can be basically performed by a dedicated data processing block. Therefore, since it is not necessary to perform each process using the CPU, there is basically no need for a bus arbitration process for efficiently transferring the CPU and the storage device. That is, as shown in FIG. 14, since each processing in the downstream data processing is sequentially performed in real time by a dedicated processing block, there are almost no shadowed steps requiring bus arbitration. However, the data exchange control process (steps ST16 and ST17) between the upstream data overnight processing program 12 shown in FIG. 1 cannot be performed by the dedicated data processing blocks alone. Therefore, control by the CPU 15 is required. In this case, bus arbitration between the CPU, the storage device, and the upstream processing block 12 and the downstream processing block 11 is required.
  • step ST16 ': The process of sending the downstream data as upstream data (step ST16 ':), and the status and control signal of various upstream data are down-streamed.
  • the bus arbitration by the CPU is also required in the processing for capturing data as a stream (step ST17 '), and when a conventional two-way communication control device is used, the Ethernet network address fill is performed.
  • step ST21, the evening ring processing
  • step ST27 '; the bus by the CPU is used. Mediation is required.
  • the CPU by providing a dedicated data processing block, the CPU needs to process only a part of the instructions, and the processing speed can be increased. it can.
  • FIG. 6 is a block circuit diagram showing a configuration of a MAC section which is a digital two-way communication device according to the second embodiment. Also in the present embodiment, since the configuration of the portion other than the MAC portion of the communication system is the same as that of the first embodiment, the illustration and description of the portion other than the MAC portion are omitted. As shown in FIG. 6, the MAC section of the present embodiment includes, in addition to the elements in the MAC section 3 shown in FIG. 1, a data storage for temporarily holding a data storage therein. Evening processor 17 is equipped.
  • the following processing and advantages can be realized by including the data processor 17 in the MAC section.
  • the data processor 17 reduces the congestion of the CPU bus 14 by processing the CPU 15, the downstream stream data processing block 11, or the upstream data processing block 12. It has a function to assist in the transfer process of data transmission, such as substituting some of the functions described above.
  • the downstream data processing block 11 performs syntax analysis of the downstream stream and extracts MAC structure data. After decrypting the code and decompressing the PHS, the necessary information is restored.
  • the data processor 17 controls the mutual processing of the upstream data processing block 12 and the downstream data processing block 11. .
  • time stamp processing for adjusting the mutual timing of the upstream data processing block 12 and the downstream data processing program 11 or the same processing as other terminal devices
  • Complex control is required for the processing for taking the initial z-ranging, and real-time processing such as performing scheduling and generating transmission parameters while monitoring the transmission and reception of data continuously. Requires processing. Therefore, in the present embodiment, these processes are performed by a data processor 17 having a register function without transferring the data to the CPU 15 via the CPU bus 14. The congestion degree of the bus 14 can be reduced.
  • step ST33, ST39, ST41, and ST44 the data processor 17 of this embodiment performs CRC calculation for an error detection code other than the HCS addition processing and the data CRC addition processing (steps ST33 and ST34) accompanying the normal header addition.
  • step ST39 The process of adding the HCS for the divided frame header and the CRC for the divided frame data decoding (step ST44) is performed by the data processor 17 in this embodiment. These processes are examples of the processes performed by the data processor 17, and other auxiliary processes can be performed by the data processor 17.
  • the downstream data processing block 11, the upstream data processing program 12 and the CPU 15 Each part of the function can be replaced by a processor.
  • the downstream processor 17 can perform the timing adjustment between the downstream data processing block 11 and the upstream data processing block 12 and the CRC code and the HCS addition processing.
  • the load on the CPU 15 and the congestion on the CPU bus 14 can be reduced at any time, and the transfer rate can be further improved.
  • FIG. 7 is a block circuit diagram showing a configuration of a MAC section which is a digital two-way communication device according to the third embodiment. Also in the present embodiment, since the configuration of the portion other than the MAC portion of the communication system is the same as that of the first embodiment, illustration and description of the portion other than the MAC portion are omitted. As shown in FIG. 7, the MAC section of the present embodiment includes a sub-storage device 18 in addition to the components in the MAC section 3 shown in FIG.
  • the following processing and processing are provided by providing the sub storage device 18 (second storage device) in addition to the storage device 16 (first storage device) in the MAC section. Benefits can be realized.
  • the sub-storage device 18 of the present embodiment can reduce the congestion degree of the CPU bus 14 without preparing a block for implementing a complicated function such as a data processor. It is a reduction.
  • downstream data overnight processing block 11 performs syntax analysis of the downstream data, and executes the MAC structure data processing. After extracting one night, the necessary information is restored after decrypting the encryption and decompressing the PHS.
  • the present embodiment when decrypting the encryption, it is necessary to hold the key data in advance in order to determine whether or not the key data is correct. Is stored in the sub-storage device 18. As described above, usually, a terminal device needs to handle multiple SIDs at the same time, and there are also multiple types of data decryption, and the process of confirming the SID and Key Sequence Number Is also needed frequently. However, it is not necessary to rewrite the contents of the night itself very often. Therefore, in the present embodiment, it is possible to receive the data from the storage device 16 or the CPU 15 via the CPU bus 14 and store it in the sub storage device 18 directly. , Sub storage 18 and upstream data processing block 12 or downstream data processing It is also possible to send and receive data overnight with 1 1.
  • the PHSF that specifies the field at the time of PHS and the data that is related to PHS I that specifies the maximum number of bytes for performing PHS are also stored in the sub memory. Store in device 18.
  • the SID and Key Sequence Number which are referred to when performing data encryption, are stored in the sub-storage device 18 as in the case of downstream data processing. Or an IUC (Interval Usage Code) or various MAC addresses that serve as indices for determining various types of processing. Therefore, the frequency of transmission and reception between the CPU 15 and the storage device 16 and the upstream data processing program 12 is reduced.
  • the sub-storage device 18 (second storage device) of the present embodiment bypasses the CPU bus 14 for processing that does not require control by the CPU 15, and performs downstream data processing 11 or upstream processing. Since data transmission / reception can be performed between the data processing block 12 and the sub-storage device 18, in addition to the same effects as in the first embodiment, the congestion degree of the CPU bus 14 can be further reduced. Therefore, it is possible to further improve the transfer rate over the night.
  • FIG. 8 is a block circuit diagram showing a configuration of a MAC unit which is a digital two-way communication device according to the fourth embodiment. Also in the present embodiment, since the configuration of the portion other than the MAC portion of the communication system is the same as that of the first embodiment, illustration and description of the portion other than the MAC portion are omitted. As shown in FIG. 8, the MAC unit of the present embodiment includes a sub-storage device 18 in addition to the components in the MAC unit 3 shown in FIG.
  • the digital two-way communication device (MAC unit) of the present embodiment includes a sub-storage device 18 as in the third embodiment, but in the third embodiment, the sub-storage device 18 has a CPU bus.
  • the storage device 16 (first storage device) and the sub storage device 18 (second storage device) Send and receive data directly without going through CPU bus 14 Therefore, the congestion degree of the CPU bus 14 can be further reduced as compared with the third embodiment.
  • the downstream data overnight processing block 11 performs syntax analysis of the downstream data overnight, and performs After extracting, the necessary information is restored through decryption of the encryption and decompression of the PHS.
  • the SID and the Key Sequence Number which are data that need to be stored in advance in order to determine whether or not the key data is correct.
  • storage device 18 As described above, usually, a terminal device needs to handle multiple SIDs at the same time, and there are also multiple types of data decryption, and the process of confirming the SID and Key Sequence Number Is also needed frequently. However, the content of the data itself does not need to be changed very often. Therefore, in the present embodiment, the sub-storage device 18 directly receives the data stored in the storage device 16 without passing through the CPU bus 14, and performs the upstream data processing work 12 or the downstream process.
  • Data transmission / reception processing block 1 Sends / receives data to / from 1 block.
  • data on PHSF that specifies the field for PHS and PHSI that specifies the maximum number of bytes for performing PHS are also stored in the sub storage device 18.
  • the SID and Key Sequence Number which are referred to when performing one-time encryption, are stored in the sub storage device 18 as in the case of downstream data processing.
  • IUC Interval Usage Code
  • various MAC addresses which are indicators for judging various types of processing, can be stored using a direct transfer route. Therefore, the frequency of transmission / reception of the CPU 15 and the storage device 16 and the transmission / reception of the upstream stream data processing program 12 is further reduced, and the transfer rate can be further improved.
  • FIG. 9 is a block circuit diagram showing a configuration of a MAC unit which is a digital two-way communication device according to the fifth embodiment. Also in the present embodiment, since the configuration of the portion other than the MAC portion of the communication system is the same as that of the first embodiment, illustration and description of the portion other than the MAC portion are omitted. As shown in FIG. 9, the MAC unit of the present embodiment includes a data processor 17 and a sub storage device 18 in addition to the components in the MAC unit 3 shown in FIG.
  • the digital two-way communication device (MAC unit) includes a data processor 17 as in the second embodiment, and has a sub-storage device 18 (second as in the third embodiment). The following effects can be exhibited by providing the storage device).
  • the storage device 16 and the downstream data processing block 11 and the upstream data processing block 12 are directly connected to each other without passing through the bus data arbitration processing block 13, the CPU bus 14 and the CPU 15. Since the evening can be transmitted and received, the frequency of transmitting and receiving data to and from the upstream data processing block 12 and the downstream data processing block 11 can be reduced.
  • sub-storage device 18 (second storage device) according to the present embodiment bypasses the CPU bus 14 for processing that does not require control by the CPU 15, and performs downstream data processing 11 or upstream data processing. Data can be transmitted and received between the processing block 12 and the sub storage device 18.
  • the congestion degree of the CPU bus 14 can be reduced at any time, and thus the transfer rate can be further improved.
  • FIG. 10 is a block circuit diagram illustrating a configuration of a MAC unit that is a digital two-way communication device according to the sixth embodiment. Also in the present embodiment, since the configuration of the portion other than the MAC portion of the communication system is the same as that of the first embodiment, illustration and description of the portion other than the MAC portion are omitted. As shown in FIG. 10, the MAC unit of the present embodiment includes a sub storage device 18 and a cache storage device 19 in addition to the components in the MAC unit 3 shown in FIG. In the present embodiment, by providing the sub-storage device 18 (second storage device) and the cache storage device 19 in addition to the storage device 16 (first storage device) in the MAC unit, Such processing and advantages can be realized.
  • a part of the function of the sub storage device 18 (second storage device) in the third, fourth, or fifth embodiment is partially replaced by the cache storage device 19 (second storage device). 3 storage device).
  • the cache memory 19 also stores a PHSF that defines the field at the time of the PHS and a PHS I that defines the maximum number of bytes for performing the PHS.
  • the SID and Key Sequence Number which are referred to when performing data encryption, are stored in the cache storage device 19 as in the case of downstream data processing.
  • IUC Interval Usage Code
  • various MAC addresses which are indicators for judging various types of processing
  • the cache storage device 19 communicates with the downstream data processing block 11 or the upstream data processing block 12 via the CPU bus 14 or the bus data arbitration processing process 13.
  • the transmission and reception of various data is always performed with the sub storage device 18 without transmitting and receiving data.
  • it plays the role of a command cache that temporarily stores data related to control of various processes and operation commands.
  • the sub-storage device 18 sends and receives data to and from the downstream data processing block 11 or the upstream data processing block 12 via the CPU bus 14 and the bus data arbitration processing 13. 1st to 5th embodiments Similarly, data can be directly transmitted and received between the downstream data processing block 11 and the upstream data processing block 12.
  • the necessary data is stored in the sub-storage device 18 in advance by the control from the bus data arbitration processing block 13.
  • the data is temporarily stored, and the data is transmitted and received between the sub storage device 18 and the downstream stream data processing block 11 or the upstream stream data processing block 12 so that the CPU is transmitted and received.
  • the congestion degree of the bus 14 can be reduced, and the transfer rate can be increased. That is, the sub storage device 18 plays a role of a data cache.
  • FIG. 11 is a block circuit diagram illustrating a configuration of a MAC unit that is a digital two-way communication device according to the seventh embodiment. Also in the present embodiment, since the configuration of the portion other than the MAC portion of the communication system is the same as that of the first embodiment, the illustration and description of the portion other than the MAC portion are omitted. As shown in FIG. 11, the MAC unit according to the present embodiment includes a sub-storage device 18, a cache storage device 19, and a data processor in addition to the components in the MAC unit 3 shown in FIG. 17 and an optimal control work 20.
  • the MAC section includes a sub storage device 18 (second storage device) and a cache storage device 19 in addition to the storage device 16 (first storage device), and
  • the digital two-way communication apparatus of the present embodiment basically performs the same processing as the first embodiment shown in FIG. 1, but is obtained by having the data processor 17 in the second embodiment.
  • the advantage and the advantage obtained by having the sub storage device 18 and the cache storage device 19 in the seventh embodiment can be exerted together. That is, the data processor 17 partially bears the processing of the CPU 15, and the sub-storage device 18 performs the cache-like processing overnight.
  • the CPU 15 and the storage device 16 transmit the upstream data via the CPU bus 14 and the bus data arbitration processing process 13. It is possible to greatly reduce the frequency of transmitting and receiving data to and from the processing program 12 and the downstream data processing block 11.
  • the storage of various data in the sub storage device 18 and the cache storage device 19, the upstream data processing block 12 and the downstream data processing block 11 and the data storage By providing an optimal control block 20 for optimally controlling the processing timing of the processor 17 as a whole, transfer loss due to individual handshake-type control between the blocks is reduced. Since it is not necessary to reduce the number of circuits or to provide a control circuit in each block, it is possible to increase the transfer rate and reduce the circuit scale by appropriate control.
  • tuner unit 5 in a single chip with the MAC unit in the terminal device 1, it is possible to create a system LSI that does not require any external analog components on the board.
  • any communication device such as a TV or telephone, as well as a PC that implements a normal modem function, it is possible to have a two-way communication function very easily.
  • the two-way communication control device, the terminal device, and the two-way communication control method of the present invention can be used for a personal computer having a mobile phone single-in-one function.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Security & Cryptography (AREA)
  • Multimedia (AREA)
  • Communication Control (AREA)
  • Small-Scale Networks (AREA)

Abstract

 通信システムの端末装置1には、MAC部3(双方向通信装置)と、PHY部4と、チューナ5と、バックエンド部7とが設けられている。MAC部3は、CPU15の処理の一部を代替する機能を有するダウンストリームデータ処理ブロック11と、CPU15の処理の一部を代替する機能を有するアップストリームデータ処理ブロック12と、バスデータ調停処理ブロック13と、CPUバス14と、CPU15と、記憶装置16とを備えている。ダウンストリームデータ処理ブロック11とアップストリームデータ処理ブロック12とは、CPUバス14をバイパスして、直接にデータの送受信を行なうように構成されている。

Description

双方向通信制御装置, 端末装置及び双方向通信制御方法 技術分野
本発明は、 セン夕一装置と端末装置との間で行われるデジタル双方向通信に用 いられる双方向通信制御装置, それを備えた端末装置及び双方向制御方法に関す る。 背景技術
一般に、 双方向 CAT Vに代表されるデジタル双方向通信システムは、 セン夕 —装置に対して複数の端末装置が接続された双方通信網によって構成されてい る。 この個々の端末装置において、 セン夕一装置側から端末装置側への下り方向 通信及び端末装置側からセンター装置側への上り方向通信の双方向制御は、 MA C (Media Access Control) 機能と呼ばれ、 通常は、 通信デ一夕中にサブレイヤ —として埋め込まれた MAC特有の構造を持つプロトコルの解読によって、 処理 機能が実現される。
MAC構造の一例として、 MCNS (Multimedia Cable Network Systems par tners ) という米国のケ一ブル TVォペレ一夕ゃケ一ブル TVセットのサプライ ヤーからなる団体によって提唱され、 現在ではデファクトスタンダードとなって いる DOC S I S (Data Over Cable Service Interface Specifications) 方式 が存在する。 その方式の詳細は、 非特許文献 1 (仕様書 「Data- Over-Cable Serv ice Interface Specif icationsj ( 「Radio Frequency Interface Specif icatio n SP-RFIvl.l-I07-010829j ) : Cable Labs社 (Cable Television Laboratories Inc.発行) に開示されている。
下り方向通信においては、 通常、 主として映像デ一夕が送信される。 そこで、 下り方向通信の通信デ一夕は MP E G構造を有しているが、 そのサブレイヤ一と して MAC構造が定義されている。 下り方向通信は、 比較的広い帯域に通信チヤ ネル周波数が割り当てられているため、 通信制御自体は比較的単純である。 しか し、 映像データが送信されるために、 下り方向通信においては、 膨大なデ一夕量 を取り扱う必要があり、 決められた手順に従って、 リアルタイムに、 誤りなく処 理することが要求される。
一方、 上り方向 (アップストリーム) 通信においては、 通常、 主として制御デ —夕が送信される。 この制御データには、 端末装置側からの命令要求や、 端末装 置各々の状態を知らせるためのステート表示デ一夕が含まれる。 上り方向通信に よって送信される制御デ一夕を受けて、 セン夕一装置は、 各端末装置の要求命令 に応えたり、 端末装置を正しく制御するための各種情報を下り方向通信による制 御デ一夕として送信したりする。 上り方向通信は、 狭い帯域に多数の通信チヤネ ル周波数が割り当てられるため、 複数の端末装置間で衝突が生じたり、 必要な通 信チャネル周波数が得られない場合が生じうる。 そこで、 上り方向通信の際に は、 一般に複雑な制御が必要であり、 その制御機能は双方向通信における通信性 能に大きな影響を与える。
D O C S I S方式による MA C構造は、 イーサ一ネヅトによる I P通信との親 和性を高めるため、 基本的にイーサ一ネット通信と同様のデ一夕構造を有してい るが、 D O C S I S方式特有の領域としての各種ヘッダフィールドが設けられて いる。 その中でも、 「拡張ヘッダ」 と呼ばれる可変長領域のフィールドによつ て、 暗号その他の付加機能が定義されることが特徴である。
M A C機能の実現には、 上記 Cable Labsが提供している仕様書に示されている ように、 複雑な多層構造を有するデータ構造を解析した後に、 各種処理を適切な タイミングで行なうことが必要となる。 多数の処理を、 膨大な数にのぼる組み合 わせについて実現すること、 そして、 その組み合わせ動作の正しさを検証するこ とは、 非常に難度が高く、 処理量が非常に多くなる。
次に、 双方向通信における各処理の内容に着目すると、 MA C機能を構成する 個々の処理は、 基本的に、 制御系の演算処理、 データのフィル夕リング (振り分 け) 、 同期処理、 並び替え、 フォーマッ ト化等々の個々の処理及びその組合せで ある。 しかしながら、 双方向通信に用いられる装置には、 MAC機能の基本処理に加 えて、 通信システムとして不可欠なデ一夕セキュリティ機能が含まれており、 D OCS I S方式に関しては、 その詳細仕様が上記非特許文献 1に開示されてい る。
MAC機能のセキュリティ機能は、 Baseline Privacyといい、 BPKM (Base line Privacy Key Management ) と呼ばれるプロトコルを使用する。 BP KMで は、 安全な鍵交換を行うため、 暗号鍵自体を暗号化してやり取りする機能や、 暗 号鍵交換のメッセージが正しい相手から送信されたことや、 改ざんされていない ことを確認するためのメッセージ認証機能を備えている。 BPKMでは、 マス夕 —キーとなる Authorization Key と、 実際にデータの暗号化及び復号化に使用す る DES暗号キ一 (Traffic Encryption Key, TEKと呼ぶ) という 2段階の鍵 を使用して鍵の配布を行なう。
端末装置は、 R S A公開鍵方式で暗号化された Authorization Key を受け取 り、 RSA公開鍵を用いて、 この Authorization Key を復号する。 次に、 取得し た Authorization Key から T E Kの復号化や認証を行なういくつかの処理を経て ΤΕΚデータを取得し、 最終的にこの ΤΕΚデ一夕を用いて、 実際の通信データ の復号化を行なう。 ここで、 Authorization Key の復号化を行なう R S A暗号の 復号処理や、 TEKデ一夕の復号化を DE S暗号の復号化についても、 64ビッ ト単位のデ一夕を複数用いた数値演算が並列にかつ繰り返し必要となることか ら、 個々の処理も相当に負荷の大きい処理といえる。 デジタル双方向通信におけ る双方向制御を行なう MAC機能を実現するためにはこのような処理を組み合わ せて処理することが必要とされている。 解決課題
しかしながら、 MAC機能を実現するための従来の双方向通信制御装置には、 以下のような不具合があった。
一般に、 MAC機能は、 汎用プロセッサ (CPU) を用いて実現される。 これ は、 CPUには複雑な処理に対して柔軟に対応できる利点があり、 システムの信 頼性を確立するための検証や機能修正も比較的容易に実現できるからである。 つ まり、 CPUを用いて、 MAC機能の複雑さや検証結果のフィードバヅクを比較 的容易に行なえるソフトウエアによる機能の実現が図られていた。
ところが、 MAC機能の膨大な処理を実現するためには、 高性能な CPUを用 いなければならない。 また、 MAC機能のために単に CPUを占有するにとどま らず、 単一の CPUでは、 MAC機能をすベて実現することはきわめて困難にな つている。 このため、 MAC機能をすベて実現する装置を構成するためには、 装 置のハ一ドゥエァ部分の規模が格段に大きくなり、 非現実的なほどコストの高い 装置となってしまう。 また、 高性能 CPUを用いるために、 回路の動作周波数が 高くなり、 消費電力が大きくなり、 放熱対策が必要となる等、 システム全体のコ ストパフォーマンスが低いという問題もあった。
本発明の課題は、 デジタル双方向通信制御において、 CPU処理の負荷軽減を 図り、 システム全体の回路規模の適正化を実現することにある。 発明の開示
本発明の目的は、 CPU処理の負荷軽減を図るアーキテクチャを提供すること により、 より安価な CPUを用いることを可能とし、 システム全体の回路規模削 減を行なうことを可能とすること、 または、 CPU性能を維持することで、 あら たな処理を追加することで、 より高機能処理を行うことを可能とし、 システム全 体としてのコストパフォーマンスを増加させる装置を提供することにある。 本発明の双方向通信制御装置は、 CPU, 記憶装置, CPUバス等に加え、 セ ン夕ー装置から端末装置に送信されるダウンストリームデ一夕のデータ処理を行 なうダウンストリームデ一夕処理プロヅクと、 端末装置からセンタ一装置に送信 されるアップストリームデ一夕を生成するためのデ一夕の処理を行なうアップス トリームデータ処理プロックとを備えており、 ダウンストリームデ一夕処理プロ ヅクとァヅブストリームデータ処理ブロックとが、 相互にデ一夕の送受信を直接 行なうように構成されている。
これにより、 C P Uのみで行なっていた処理を、 C P Uバスや C P Uをバイパ スしてダウンストリームデータ処理ブロックとアップストリームデータ処理ブロ ヅクとによって行なうことが可能になり、 C P Uバスの混雑度を低減することも できる。 よって、 現実的なコストで収まる汎用 C P Uを用いても、 データの処理 効率の向上を図ることができる。 また、 C P U性能を維持した場合には、 あらた な処理を追加することで、 より高機能処理を行うことが可能となり、 システム全 体としてのコストパフォーマンスが向上する。
バスデータ調停処理をバイパスして、 C P Uバス, アップストリームデ一夕処 理ブロック及びダウンストリームデ一夕処理プロックに接続され、 レジス夕を有 するデータプロセッサを別途設けたり、 バスデータ調停処理をバイパスして C P Uバス (又は第 1の記憶装置) , アップストリームデータ処理ブロック及びダウ ンストリームデータ処理プロヅクに接続される第 2の記憶装置を別途設けること により、 さらに C P Uバスの混雑度を低減することができる。
また、 アップストリームデ一夕処理プロック, ダウンストリームデータ処理ブ 口ック及び第 2の記憶装置に接続され、 デ一夕を一時的に記憶する機能を有する 第 3の記憶装置や、 ァヅプストリームデータ処理ブロック, ダウンストリームデ —夕処理ブロック, 第 2の記憶装置, 第 3の記憶装置及びデータプロセッサに接 続され、 第 2の記憶装置及び第 3の記憶装置に対するデータの出し入れを制御す る制御用ブロックなどをさらに設けることにより、 極めて迅速な処理が可能にな る。
特に、 アップストリームデータ処理プロヅクにおいて、 ダウンストリームデー 夕処理プロックと直接送受信を行ないながら、 連結フレームヘッダの付加ゃフレ —ムデ一夕自体の連結処理を行なったり、 あるいは、 分割フレームヘッダ付加や フレームデータ自体の分割処理を行なう回路を設けることにより、 C P Uをバイ パスして、 ダウンストリ一ムデ一夕中に含まれる処理内容やダウンストリーム処 理自体のステータスを参照することで、 センタ一装置からの要求を的確かつ迅速 に知る事ができ、 アップストリーム処理へのフィードバックも早くなるため、 高 速な処理を行なうことが可能になる。
特に、 ダウンストリームデ一夕処理ブロックにおいて、 アップストリームデ一 夕処理ブロックと直接送受信を行ないながら、 構文解析, ヘッダ解析, デ一タフ ォーマット変換などの基本処理を行なうことにより、 CPUをバイパスして、 ァ ップストリ一ムデ一夕中に含まれる処理内容やアップストリーム処理自体のステ 一タスを参照しながら的確な処理を迅速に行なうことが可能になる。
また、 チューナ, ダウンストリーム PHYブロック, アップストリーム PHY ブロック, ノ ヅクェンド部などをさらに設けることができる。
本発明の双方向通信制御方法は、 ダウンストリームデータ処理とアップストリ 一ムデ一夕処理とを、 各デ一夕の内容を相互に送受信しながら行なう処理を含ん でいる。
この方法により、 CPUバスを介さずにダウンストリームデ一夕処理とアップ ストリームデータ処理とを行なうことが可能になるので、 CPUバスの混雑度を 低減することができる。
本発明によれば、 CPU処理の負荷軽減を図るのみでなく、 CPUバスの混雑 度を著しく軽減することができるので、 MAC部とも呼ばれる双方向通信制御装 置の転送レートを著しく高めることが可能になる。 また、 高性能 CPUを用いる 必要がなくなるため、 双方向通信システム全体の回路規模削減ができるだけでな く、 回路の動作周波数の低減や、 低消費電力化が実現でき、 放熱対策も不要とな る。
一方、 CPU性能が維持あるいは、 さらに高性能化された場合にも、 本発明に より、 CPUに依存することなく転送レートを高めることが出来る等の効果があ るため、 CPUの機能の一部を他の処理用途に用いることができ、 双方向通信制 御装置への付加機能の追加やその周辺機能の取り込みが可能となり、 さらなる高 性能化への相乗効果が期待できる。 図面の簡単な説明
図 1は、 第 1の実施形態に係るデジタル双方向通信に用いられる通信システム の構成を示すプロック回路図である。
図 2は、 第 1の実施形態のダウンストリームデータ処理ブロック内に配置され る各機能プロックの例を示すプロック回路図である。
図 3は、 第 1の実施形態におけるダウンストリームデータ処理の手順を示すフ ローチヤ—トである。 図 4は、 第 1の実施形態のアップストリームデータ処理プロック内に配置され る各機能プロヅクの例を示すプロック回路図である。
図 5は、 第 1の実施形態におけるアップストリームデ一夕処理の手順を示すフ ローチヤ—トである。
図 6は、 第 2の実施形態に係るデジタル双方向通信装置である MA C部の構成 を示すプロック回路図である。
図 7は、 第 3の実施形態に係るデジタル双方向通信装置である M A C部の構成 を示すブロック回路図である。
図 8は、 第 4の実施形態に係るデジタル双方向通信装置である MA C部の構成 を示すプロック回路図である。
図 9は、 第 5の実施形態に係るデジタル双方向通信装置である MA C部の構成 を示すプロック回路図である。
図 1 0は、 第 6の実施形態に係るデジタル双方向通信装置である MA C部の構 成を示すブロック回路図である。
図 1 1は、 第 7の実施形態に係るデジタル双方向通信装置である MA C部の構 成を示すプロック回路図である。
図 1 2 ( a ) , (b ) は、 第 1の実施形態における連結フレーム処理を行なう 前の通常フレームの構造、 及び連結フレーム処理を行なった後の連結フレームの 構造を示す図である。
図 1 3 ( a ) , ( b ) は、 第 1の実施形態における分割フレーム処理を行なう 前の通常フレームの構造、 及び分割フレーム処理を行なった後の分割フレームの 構造を示す図である。
図 1 4は、 本実施形態の図 3に示すフローチャートにおいて、 C P Uによるバ ス調停が必要な処理ステヅプをシャドウイングによって示すフローチヤ一トであ る。 図 15は、 従来の双方向通信制御装置の図 3に示すフローチャート相当の制御 において、 CPUによるバス調停が必要な処理ステップをシャドウイングによつ て示すフローチヤ一トである。 最良の実施形態
第 1の実施形態
一全体構成一
図 1は、 第 1の実施形態に係るデジタル双方向通信に用いられる通信システム の構成を示すブロック回路図である。 同図に示すように、 通信システムは、 セン 夕一装置 2との間でデジタル双方向通信を行なう端末装置 1を備えている。 端末 装置 1には、 MAC (Media Access Control) 機能を有する MAC部 3 (デジ夕 ル双方向通信装置) と、 端末装置 1からセンター装置 2へと送信される映像, 音 声, 制御デ一夕などのアップストリームデ一夕に誤り訂正符号の符号化処理を施 した後、 変調することによって RF信号を送信する PHY部 4と、 セン夕一装置 2から送信される映像, 音声, 伝送制御データなどを含む RF信号を受信して、 I F信号に変換するチューナ 5と、 画像処理プロック 7 aや各種ィン夕一フエ一 ス部 7 bを備えたバヅクエンド部 7とが設けられている。 PHY部 4は、 ダウン ストリーム P H Yブロック 4 aとアップストリーム P H Yブロック 4 bとを有し ている。 MAC部 3は、 PHY部 4において復調されるダウンストリームデ一夕 や変調されるアップストリームデータを適宜処理して、 各種画像デ一夕や音声デ 一夕を作成したり、 画像データや、 音声デ一夕、 あるいはセン夕一装置 2からの 通信制御データを転送したり、 あるいは、 双方向通信の制御を行なう。 なお、 M AC部 3, PHY部 4及びチューナ部 5は、 バックエンド部 7に対して、 フロン トエンド部 6として機能する。
MAC部 3は、 CPU 15の処理の一部を代替する機能を有するダウンストリ —ムデ一夕処理ブロック 1 1と、 CPU 15の処理の一部を代替する機能を有す るァヅプストリームデータ処理ブロック 12と、 バスデータ調停処理ブロヅク 1 3と、 CPUバス 14と、 CPU 15と、 記憶装置 16とを備えている。 ダウンストリームデ一夕処理ブロック 1 1及びアップストリームデ一夕処理ブ ロック 1 2の具体的な処理及び機能については、 後に詳しく説明する。
バスデータ調停処理ブロック 1 3は、 C P Uバス 1 4に送り込まれる各種デ一 夕のバス使用優先度などを定める処理を行なう。 ダウンストリ一ムデ一夕処理ブ ロック 1 1で処理されたデ一夕や、 ァヅブストリームデ一夕処理プロヅク 1 2に 送信するために C P U 1 5で処理されたデ一夕や、 記憶装置 1 6に保存されたデ 一夕は、 すべて C P Uバス 1 4を介して送受信されるので、 バスデータ調停処理 ブロック 1 3では、 これらのデ一夕が効率よく送受信できるように適切な調停を 行なうのである。
記憶装置 1 6では、 基本的に、 大容量データであるダウンストリームデータ処 理されたデ一夕を保存する。 その他、 C P U 1 5によるソフトウヱァ処理を行な うための一時的にデ一夕を保持するデ一夕レジス夕として使用したり、 暗号化あ るいは復号化処理時に鍵データの確認のために、 予め参照データとして、 鍵デ一 夕のテーブルを保持したり、 P H Sの伸張処理あるいは圧縮処理時における、 バ ィ ト処理数の最大値設定である P H Sインデックステーブルを保持する機能も有 する。
C P U 5の処理は、 多岐にわたるが、 典型的な処理としては、 次のようなもの がある。
ひとつのセンタ一装置 2に対して、 複数の端末装置 1が接続されていることか ら、 セン夕一装置が、 各端末装置を正しいタイミングで制御できるように、 各端 末装置間の同期処理に相当するレンジング (Ranging) と呼ばれるデ一夕通信制 御の初期設定を行なう。 この最も基本的な処理の他に、 後述するアップストリー ムデ一夕処理及びダウンス卜リームデータ処理において、 アップストリームデー 夕処理ブロック 1 1中の各機能ブロックや、 ダウンストリームデータ処理プロヅ ク 1 2中の各機能プロックの動作制御を行なう。
ここで、 本実施形態の双方向通信制御装置である M A C部 3は、 図 1に示すよ うに、 各々 C P U 1 5の処理の一部を代替する機能を有するダウンストリームデ 一夕処理プロヅク 1 1とァヅプストリームデ一夕処理ブロヅク 1 2とを備えてい ること、 ダウンストリームデータ処理ブロヅク 1 1とアップストリームデ一夕処 理ブロヅク 12とが CPUバス 14をバイパスして、 直接にデータの送受信を行 なうように構成されていることが本実施形態に係る双方向通信制御装置の特徴で ある。
一ダウンストリームデータ処理一
図 2は、 ダウンス ト リームデータ処理ブロック 1 1内に配置される各機能プロ ヅク (回路) の例を示すブロック回路図である。 同図に示すように、 ダウンスト リ一ムデ一夕処理ブロック 11は、 ダウンストリームデ一夕基本処理機能ブロヅ ク 21と、 HC S検証処理機能プロヅク 22と、 イーサ一ネットアドレスフィル 夕処理機能ブロック 23と、 BP I復号化処理機能ブロック 24と、 CRC検証 処理機能プロヅク 25と、 PH Sデコ一ド処理機能プロヅク 26とを有してい る。
ダウンストリームデータ基本処理機能ブロック 2 1は、 通信デ一夕の構文解 析, ヘッダ解析及びフォーマット変換を行なう。 具体例を述べると、 映像データ における MP EG構造と、 MP EG構造に埋め込まれているネヅトワーク処理用 のサブレイヤ一である MAC構造の構造解析処理が行なわれる。 まず、 MPEG 構造データ中のヘッダ部分が解析され、 MAC構造データを抜き出すための情報 が抽出された後、 実際に、 MAC構造データが抜き出される。 次に、 MAC構造 データ中のヘッダ部分が解析され、 通常のヘッダのみでなく拡張ヘッダと呼ばれ る拡張されたフィールドが存在する場合は、 その拡張ヘッダを解析する。 この拡 張ヘッダ中に、 暗号化の有無、 その他、 暗号化及び復号化のための暗号処理に必 要となる情報や、 Payload Header Suppression (P H S) と呼ばれる、 各フレー ムのへッダを圧縮して送信するための処理に必要となる情報が存在する。
なお、 ダウストリームデ一夕基本処理機能ブロック 21による解析の結果、 拡 張ヘッダが存在しない場合、 ダウンストリームデータが暗号化はされておらず、 かつ PH Sによる圧縮は行なわれていないと判断され、 ダウンストリームデータ から抜き出された MAC構造を持つ、 デ一夕がそのまま出力される。 一方、 拡張 ヘッダが存在する場合、 暗号化の有無が存在するフィ一ルド及び PH S処理に関 する情報が存在するフィ一ルドが解析され、 暗号化あるいは P H S処理がなしで あることが確認された場合は、 拡張ヘッダが存在しない場合と同様な処理を行な われる。 暗号化あるいは PHS処理がされていることが確認された場合には、 後 述する B P I復号化処理や PH Sデコード処理が行われる。
また、 ダウストリームデ一夕基本処理機能ブロック 21は、 双方向通信を行な うために非常に重要となる送受信タイミングを図るために、 デ一夕に関するタイ ムスタンプ処理を行ないながら、 アップストリームデータ処理プロック 12と相 互に処理をも行なう。
HCS検証処理機能プロック 22は、 拡張ヘッダに対して付加される拡張へヅ ダ用の CRC誤り検出符号である HC S (Header Check Sequence) の検証を行 なう。
イーサ一ネヅトァドレスフィル夕処理機能ブロック 23は、 MAC構造のデ一 夕からイーサ一ネット構造のデ一夕を抽出し、 各種イーサ一ネットアドレスの分 類を行なう。
BP I復号化処理機能ブロック 26は、 暗号の復号化を行なう。 暗号の復号を 行なうためには、 たとえば、 TEK (Traffic Encryption Key) と呼ばれる暗号 処理に必要となる鍵デ一夕を復元する必要があり、 正しい TE Kを得るために、 S I D (Service ID) 及び Key Sequence Number を拡張ヘッダから抽出して、 これら 2つのデ一夕を手がかりとして、 TEKの確認を行なった後、 確認された TEK自体を用いて、 DE S暗号の復号化処理を経て、 もとのデータの復元処理 を完了する。
CRC検証処理機能ブロック 25は、 拡張ヘッダ以外の通常デ一夕に対して付 加される CRC誤り検出符号の検証を行なう。
PHSデコード処理機能ブロック 26は、 ヘッダデ一夕圧縮処理に必要な情報 処理する。 拡張ヘッダには、 「PHSフィールド」 と呼ばれるヘッダデータ圧縮 処理を行なうべきすべてのデ一夕が含む範囲を示すパラメ一夕と、 「P H Sイン デヅクス」 と呼ばれる, 個々のフレーム単位において PHSを行うための規則に 対応した番号が割り振られる。 ここで PHSインデックスに対応する P H Sの規 則は、 予め、 センター装置からアプリケーション層のソフトウェア処理を通じて 知らされている。 例えば、 全バイ トのへヅダを圧縮するとか、 1バイ ト、 あるい は、 2バイ トごとにヘッダを圧縮すると言うような規則が予め定義されているの である。 PH Sデコード処理ブロックでは、 これら 2つのパラメ一夕により、 圧 縮されたデ一夕の復元を行なうのである。 PHSフィールドにより、 PHS処理 を行なわれているデ一夕範囲が抽出でき (最大 256バイ ト) 、 PHSインデヅ クスにより、 特 PHSフィールドで示される範囲のデ一夕に対して、 どのように 予め定義された規則かを抽出することができる。 これらをもとに、 PHSデコー ド処理機能ブロック 26はセン夕一側から送信されてきた P H S処理されたデ一 夕をデコードする。
このようにして処理されたダウンストリームデ一夕は、 バスデ一夕調停処理ブ ロック 13を経る際に、 適切なタイミング制御を受けることによって、 CPUバ ス 4上に送出され、 その後、 記憶装置 6に保存される。 適切な期間保存されたデ —夕は、 ネヅトワーク通信プロトコルにおける MAC層からさらに上位レイヤ一 の処理、 例えば、 QoS (Quality of Service) 等の処理を行なうために、 CP U 5に転送されてソフトウェア処理が施される。 あるいは、 再度、 CPUバス 4 上に送出された後、 アップストリームデータ処理が施される。
図 3は、 第 1の実施形態の端末装置 1におけるダウンストリームデータ処理の 手順を示すフロ一チヤ一トである。
ステップ ST 1 1において、 セン夕一装置 2から通信デ一夕が転送されると、 まず、 ステップ S T 12において、 チューナ 5により、 この通信デ一夕に対応す るチャンネル周波数が選局される。
次に、 ステップ S T 13において、 ダウンストリーム PHYブロック 4 aにお いて、 デジタル復調及び誤り訂正処理を施し、 デジタルデータを復元する。 次に、 ステップ S T 14において、 CPU 15により、 MAC部 3による各種 の双方向データ制御を行なうか否かを判別する。 そして、 判別結果が双方向デー 夕制御を行なう Ye sである場合には、 ステップ ST 15以下の MAC部 3によ る処理を行なう一方、 判別結果が双方向データを行なわない N oである場合に は、 MA C部 3による処理を行なわずに、 ステップ S T 2 7にジャンプする。 次に、 ステップ S T 1 5において、 ダウンストリームデ一夕基本処理機能プロ ック 2 1により、 構文解析, ヘッダ解析及びデータフォーマッ ト変換を行なう。 また、 ダウンストリームデ一夕基本処理機能ブロック 1 6により、 ステップ S T 1 6における, アップストリームデ一夕処理側へ各種データのステータス及び制 御信号を送る処理と、 ステップ S T 1 7における, アップストリームデ一夕処理 側から各種データのステータス及び制御信号を受信する処理とを行なう。
次に、 ステップ S T 1 8において、 H C S検証処理機能ブロック 2 2により、 上述の H C S検証処理を行なう。 その後、 ステップ S T 1 9において、 通信デ一 夕の誤りがあるか否かを判別する。 判別の結果、 通信デ一夕に誤りがある場合に は、 ステップ S T 2 0に移行して通信デ一夕を破棄する。 一方、 通信データに誤 りがない場合には、 ステップ S T 2 1以下の処理を行なう。
次に、 ステップ S T 2 1において、 イーサ一ネヅ トアドレスフィル夕処理機能 ブロック 2 3により、 上述のようなィ一サ一ネヅ トアドレスフィル夕リング処理 を行なう。
次に、 ステップ S T 2 2において、 B P I復号化処理機能ブロック 2 4によ り、 上述のような B P I復号化処理を行なった後、 ステップ S T 2 3において、 C R C検証処理機能ブロック 2 5により、 上述のような C R C検証処理を行な Ό。
次に、 ステップ S T 2 4において、 C P U 1 5により、 通信データの誤りがあ るか否かを判別する。 判別の結果、 通信デ一夕に誤りがある場合には、 ステップ S T 2 5に移行して通信デ一夕を破棄する。 一方、 通信デ一夕に誤りがない場合 には、 ステップ S T 2 6の処理を行なう。
ステヅプ S T 2 6においては、 P H S処理機能ブロック 2 6により、 上述のよ うな P H Sデコード処理を行なう。 その後、 ステップ S T 2 7に進んで、 バヅク ェンド部 7に通信データを送信し、 バックェンド部 7において画像等の各種デ一 夕の処理を行なう。
—ァヅプストリ一ムデ一夕処理一 次に、 ァヅプストリームデ一夕処理ブロヅク 1 2の機能ブロヅクについて説明 する。 端末装置 1からセン夕一装置 2へと送信される映像及び伝送制御データで あるアップストリームデ一夕は、 C P U 5でソフトウエア処理を受けたデータあ るいは記憶装置 6に保存されたデ一夕をもとに生成されるものである。 すなわ ち、 バスデ一夕調停処理ブロック 3の制御により、 C P U 5でソフトウェア処理 を受けたデータあるいは記憶装置 6に保存されたデ一夕適切なタイミングで C P Uバス 4を介してアップストリームデ一夕処理ブロヅク 1 2に送信されたデ一夕 を、 アップストリームデータ処理ブル 1 2において、 加工, 処理することによ り、 アップストリームデータが生成される。
アップストリームデータ処理における基本的処理として、 C R C等の誤り検出 用の符号の付加、 MA C構造を示すための各種ヘッダ及び拡張ヘッダの付加、 P H S処理によるデータ圧縮、 及びデータの暗号化などが行なわれる。 さらに、 ァ ヅプストリーム特有の処理として、 フラグメント処理及びコンカテネ一シヨン処 理が行なわれる。 これは、 ダウンストリームとは異なり、 アップストリームは狭 い帯域において、 複数の端末装置が同時に通信を行なうために、 十分な転送レー トを確保できないことも多く、 これを克服するために、 サイズの大きなデ一夕を 適切な大きさに分割する機構、 及び、 サイズの小さなデータを適切な大きさにま とめて送信するという機構が組み込まれている。 フラグメント処理とは、 セン夕 一装置 2とのやり取りに応じて、 端末装置 1において、 通信データを適切な大き さに分割する処理を行うことを意味し、 コンカテネ一シヨン処理 (連結フレーム 処理) とは、 適切な大きさにデ一夕をまとめる処理を行なうことを意味する。 図 4は、 ァヅブストリームデータ処理ブロック 1 2内に配置される各機能プロ ヅク (回路) の例を示すブロック回路図である。 同図に示すように、 アップスト リームデ一夕処理ブロック 1 2は、 デ一夕を圧縮して送信するための処理に必要 となる情報である P H Sをェンコ一ドする P H Sェンコ一ド処理機能プロヅク 3 1と、 へッダ以外の通常デ一夕に対して C R C誤り検出符号を付加する C R C付 加処理機能プロヅク 3 2と、 拡張へヅダに対して拡張ヘッダ用の C R C誤り検出 符号である H C Sを付加する H C S付加処理機能プロヅク 3 3と、 連結フレーム ヘッダ (コンカテネーシヨンヘッダ) を付加する連結フレームヘッダ付加処理機 能プロヅク 34と、 連結フレームヘッダ用の H C Sを付加する連結フレーム H C S付加処理機能プロック 35と、 通常フレームヘッダを付加する通常フレームへ ヅダ付加処理機能プロック 36と、 通常フレーム HC Sを再付加する通常フレー ム HC S再付加処理機能ブロック 37と、 アップストリームデータの送信や, ス ケジユーリングや, 送信パラメ一夕の生成を行なう送信 ·スケジュ一リング ·パ ラメ一夕生成機能プロヅク 38と、 分割フレームヘッダ (フラグメンテーシヨン ヘッダ) を付加する分割フレームヘッダ付加処理機能プロック 39と、 分割フレ ームヘッダを付加する分割フレーム HC S付加処理機能ブロック 40と、 BP I 暗号化処理機能ブロック 41とを備えている。
図 5は、 アップストリームデ一夕処理の手順を示すフローチャートである。 図 12 (a) , (b) は、 連結フレーム処理を行なう前の通常フレームの構造、 及 び連結フレーム処理を行なった後の連結フレームの構造を示す図である。 図 13
(a) , (b) は、 分割フレーム処理を行なう前の通常フレームの構造、 及び分 割フレーム処理を行なった後の分割フレームの構造を示す図である。 ただし、 図 12 (a) , (b) は、 2つの通常フレームを連結した例を、 図 13 (a) ,
(b) は、 通常フレームを 2つに分割した例をそれそれ示しているが、 いずれ も、 3つ以上の連結又は分割がありうる。
以下、 図 12 (a) , (b) 及び図 13 (a) , (b) を参照しながら、 図 5 のフローチャートに沿って、 アップストリームデ一夕処理について説明する。 こ こでは、 ダウンストリームデ一夕処理と比較して、 アップストリームデータ処理 が取り扱うデ一夕量が小さいこと、 及び、 リアルタイム処理する処理速度が遅い ことに着目し、 一般的に CPUの付加が、 特に大きくする要因となる誤り検出符 号の付加及び暗号化処理以外は、 CPU 5にて処理を施されたデータが入力され る例について述べる。
ステップ S T 31において、 バヅクェンド部 7から MAC部 3に画像等の各種 デ一夕が入力されると、 ステップ S T 32 (図 5の ST32で、 PHSが RHS になっているのを修正願います。 ) において、 PHSエンコード処理機能ブロヅ ク 31により、 入力されたデータの構造を解析することで、 入力データ中のへッ ダ, 拡張ヘッダ, 及び通常デ一夕を判別して、 PHSを行なう範囲を規定する P H Sフィ一ルド、 どのような圧縮を行なうかの処理を規定した処理内容に対応す る、 PHSインデックスを決定したあと、 実際の PHSエンコード処理を行な
Ό。
その後、 ステップ S T 33において、 ヘッダ以外の通常デ一夕に対しては、 C RC符号付加処理機能ブロック 32により CRC誤り検出符号を付加し、 ステツ プ ST34において、 拡張へヅダに対しては、 HCS付加処理機能ブロック 33 により拡張へッダ用の C R C誤り検出符号である H C S符号を付加する。 端末装 置においては、 一般に、 複数の S I Dを同時に取り扱う。 即ち、 複数のデ一夕を 同時に取り扱うので、 ステップ ST 33における CRC符号の付加処理と、 ST 34における H C S符号の付加処理とは、 並列に処理される。
次に、 ステップ S T 35において、 CPU 15により、 セン夕一装置 2が連結 フレームしょり (コン力テネ一シヨン処理) を要求しているか否かのチェックを 行なう。 そして、 コンカテネ一シヨンが要求される Ye sの場合には、 処理する デ一夕サイズのチェックを行なう。 このとき、 デ一夕サイズが、 セン夕一装置 2 が要求しているデ一夕サイズより小さい場合には、 連結フレーム処理を実行す る。 すなわち、 セン夕一装置 2が要求しているデ一夕サイズを超えない近似値ま で、 デ一夕を束ねる処理を実行する。 すなわち、 図 12 (a) に示す例えば 2つ の通常フレームを、 図 12 (b) に示す 1つの連結フレームに連結する連結フレ ーム処理を行なう。
そして、 データが適切なサイズとなったところで、 コンカテネーシヨンの処理 を終えて、 ステップ S T 36において、 実行した内容を示す, 連結フレームへヅ ダ (コン力テネ一シヨンヘッダ) を付加する (図 12 (b) 参照) このとき、 ステップ S T 37において、 送信 ·スケジューリング ·送信パラメ一夕機能プロ ヅク 38により、 ダウンストリームデータ処理プロヅク 1 1とのデ一夕の送受信 を行なうとともに、 バスデ一夕調停処理ブロック 13及び CPUバス 14を介し て記憶装置 16とのデ一夕の送受信を行なう。 そして、 ステヅプ ST 37におけ るアップストリームデータの、 送信スケジューリング, 送信パラメ一夕の生成な どの処理内容に応じて、 ステップ S T 36の処理が行なわれる。
次に、 ステップ S T 39において、 連結フレーム HC S付加処理機能プロック 35により、 図 12 (b) に示すように、 連結フレームヘッダ用 HC Sを計算し て付加した上、 連結フレーム処理した後の連結フレームデータ用 CRC (誤り検 出符号) を付加する。
次に、 ステップ S T 36, S T 37の処理を終了した後、 あるいは、 ステップ S T 35における判別が連結フレーム処理を行なわない N oの場合には、 ステツ プ S T 40において、 通常フレームヘッダ付加処理機能ブロック 36により、 ス テツプ S T 37における処理に応じて、 通常フレームヘッダ付加処理を行なう。 一方、 連結フレーム処理が不要な場合は、 処理しないデ一夕をそのまま、 次の処 理に使用する。
また、 ステヅプ S T 4 1において、 通常フレーム HC S再付加処理機能プロヅ ク 37により、 通常フレーム HC Sの再付加処理を行なう。
次に、 ステップ S T 42において、 CPU 1 5により、 セン夕一装置 2が分割 フレーム処理 (フラグメンテーション) を要求しているか否かを判別する。 分割 フレーム処理が必要である Ye sの場合には、 ステップ S T 43に進んで、 処理 データサイズのチェックを行ない、 センタ—装置が要求しているサイズにデー夕 を分割する。 すなわち、 図 13 (a) に示す 1つの通常フレームを、 図 13 (b) に示す例えば 2つの通常フレーム分割部分に分割する分割フレーム処理を 行なう。 そして、 分割フレームヘッダ付加処理機能ブロック 39により、 分割さ れた各通常フレーム分割部分に対して、 図 13 (b) に示すような分割フレーム ヘッダを付加する。 このとき、 ステップ S T 37におけるアップストリームデ一 夕の送信, スケジューリング, 送信パラメ一夕の生成などの処理内容に応じて、 ステヅプ S T 43の処理が行なわれる。 また、 ステップ S T 44において、 分割 フレームヘッダ (フラグメントヘッダ) 用 HC Sを付加すると同時に、 分割フレ ームデ一夕用 CRCを付加する。 一方、 分割フレーム処理が不要な場合は、 処理 しないそのままのデ一夕を使用する。 また、 ステヅプ ST 36, S T 40及び S T 43の処理が終了した後は、 それ ぞれ、 ステップ S Τ 38において、 各種ステータス及び制御信号をダウンストリ 一ムデ一夕処理ブロック 1 1に送信する。
最後に、 ステップ S Τ 45において、 以上のように誤り検出符号が付加された デ一夕を暗号化する。 暗号化処理では、 ダウンストリームデータ処理と同様に、 まず、 暗号化を行なう鍵データが正しいかを確認するために、 S ID及び Key Se quence Numberを確認した後、 その鍵データにより、 DES暗号の暗号化処理を 行なう。 こうして、 暗号化されたデ一夕を、 ダウンストリームデ一夕処理時に行 なうタイムスタンプ処理を参照しながら、 デ一夕送信のタイミングを図り、 最終 的に適切なタイミングでセン夕一装置へとデ一夕を送信する。
本実施形態の双方向通信制御装置によると、 端末装置 1の MAC部 3内に、 ダ ゥンストリームデ一夕処理ブロヅク 11及びアップストリームデータ処理ブロヅ ク 12を設けているので、 従来の双方向通信装置では CPUが行なって板処理を CPU 14が行わなくてもよくなり、 CPU 14の負担が大幅に軽減される。 ま た、 従来の双方向通信装置 (MAC部) においては、 CPUと記憶装置との間で CPUバスを介して頻繁なデ一夕のやりとりが必要であつたが、 本実施形態によ り、 CPUバス 14を通過することなく、 ダウンストリームデータ処理ブロック 1 1とァヅプストリ一ムデ一夕処理プロヅク 12とにおいて通信デ一夕が処理さ れる。 したがって、 現実的なコス トで収まる汎用 CPUを用いても、 デ一夕の処 理効率の向上を図ることができる。
また、 高性能 CPUを用いる必要がなくなるため、 通信システム全体の回路規 模削減ができるだけでなく、 回路の動作周波数の低減や、 低消費電力化が実現で き、 放熱対策も不要となる。
一方、 CPU性能が維持あるいは、 さらに高性能化された場合にも、 本実施形 態の双方向通信制御装置 (MAC部) により、 CPUに依存することなく転送レ —トを高めることが出来る等の効果があるため、 CPUの機能の一部を他の処理 用途に用いることができ、 双方向通信制御装置への付加機能の追加やその周辺機 能の取り込みが可能となり、 さらなる高性能化への相乗効果が期待できる。 特に、 MA C部 3において、 連結フレームヘッダ付加処理回路 3 9や、 分割フ レームへヅダ付加処理回路 3 9を設けているので、 C P U 1 5をバイパスするこ とで、 逐次 C P Uとのやりとりを行なわないでも迅速にデータ処理を行なうこと ができるため、 C P Uからの命令を待って、 デ一夕転送フォーマットを整備する 時間が圧倒的に短縮できる。 結果として、 デ一夕の転送レートも向上する。 ま た、 ダウンストリームデ一夕処理プロック 1 2における処理内容やセンター装置 からの要求に応じた内容をダウンストリームデ一夕の中から抽出し、 この結果に 応じた処理を行なう際も、 C P Uとのやりとりの待ち時間なしに、 リアルタイム に処理できる事で、 単に転送レートを上げるのみでなく、 リアルタイム性を保つ ことによる処理の精度、 正確さを向上させることも可能となる。
また、 MA C部 3において、 構文解析, ヘッダ解析, デ一夕フォーマット変換 などを行なうダウンストリームデータ基本処理回路 2 1を設けているので、 上記 の処理とは逆に、 C P U 1 5をバイパスして、 アップストリームデ一夕処理プロ ック 1 2における処理内容に応じた内容をダウンス卜リーム処理に的確にリアル タイム性を確保ししつつ反映させることができるため、 処理を迅速かつ正確に行 うことが可能になる。
一第 1の実施形態と従来の双方向通信制御装置との比較一
本発明においては、 ダウンストリームおよびアップストリーム処理において、 バス調停が必要となる処理が非常に少なくなり、 転送速度が速くなる。 その一例 を、 図 3のダウンストリームデータ処理に関するフローチャートを用いて説明す る o
図 1 4は、 本実施形態の図 3に示すフローチャートにおいて、 C P Uによるバ ス調停が必要な処理ステップをシャドウイングによって示すフローチヤ一トであ る。 図 1 5は、 従来の双方向通信制御装置の図 3に示すフローチャート相当の制 御において、 C P Uによるバス調停が必要な処理ステップをシャドウイングによ つて示すフローチヤ一トである。
図 1 4に示すように、 本発明においては、 アップストリームデ一夕処理ブロッ ク 1 2およびダウンストリームデ一夕処理プロヅク 1 1を専用に備えていること により、 それそれの処理は基本的にすべて専用のデ一夕処理プロックにより行な うことができる。 そのため、 CPUを用いて各処理を行なう必要がないため、 C PUと記憶装置とを如何に効率よく転送するかのバス調停処理が基本的にはほと んど必要でない。 すなわち、 図 14に示すように、 ダウンストリームデータ処理 における各処理はすべて専用の処理ブロックにより順次リアルタイムに処理され るため、 バス調停が必要となるシャドウイングが施されたステップはほとんどな い。 ただし、 図 1に示すアップストリームデ一夕処理プロヅク 12との間におけ るデ一夕のやりとりの制御処理 (ステップ S T 16, S T 17 ) については、 各 々専用のデータ処理プロック単独では行なえないため、 CPU 15によるコント ロールが必要となる。 この際は、 CPU, 記憶装置, およびアップストリームデ —夕処理ブロック 12およびダウンストリームデ一夕処理ブロック 1 1間でのバ ス調停が必要となる。
一方、 図 15に示すように、 従来の双方向通信制御装置を用いた場合には、 専 用のデ一夕処理プロックを有していないため、 基本的に C PUがすべての処理を おこなうことになる。 そのため、 リアルタイム処理が必要となるダウンストリ一 ムデ一夕処理において、 構文解析 (ステップ S T 15 ' ) N H C S処理 (ステヅ プ S T 18, ) にはじまり、 B P I複合化処理 (ステップ S T 22, ) , CR C 処理 (ステップ S T 23, ) , PH Sデコード処理 (ステップ S T 26, 、 等の 非常に処理量の多い処理について CP Uによるバス調停が必要となる。 これらの 処理は CPUに負荷のかかる処理であるが、 適切なタイミングで記憶装置との読 み書きを行なったうえで演算処理を行なうため、 CPUによるバス調停が必要と なる。 もちろん、 従来の双方向通信制御装置を用いた場合には、 ダウンストリー ムデ一夕をアップストリームデータとして送る処理 (ステップ S T 16 ' :) や、 アップストリームデータの各種デ一夕のステータス及び制御信号をダウンストリ —ムデ一夕として取り込む処理 (ステップ ST 17' ) においても、 CPUによ るバス調停が必要である。 また、 従来の双方向通信制御装置を用いた場合には、 イーサーネヅトァドレスフィル夕リング処理 (ステップ S T 21, ) や、 バンク エンド部への送信処理 (ステップ S T 27 ' ;) においても、 CPUによるバス 調停が必要である。
このように、 本発明においては、 専用のデ一夕処理ブロックを設けたことによ り、 C P Uにおいてはほんの一部の命令だけを処理すればよいことになり、 処理 の高速化をはかることができる。
第 2の実施形態
図 6は、 第 2の実施形態に係るデジタル双方向通信装置である MA C部の構成 を示すブロック回路図である。 本実施形態においても、 通信システムのうち M A C部以外の部分の構成は、 第 1の実施形態と同じであるので、 MA C部以外の部 分に付いての図示及び説明を省略する。 図 6に示すように、 本実施形態の MA C 部は、 図 1に示す M A C部 3中の各要素に加えて、 一時的にデ一夕を保持するレ ジス夕を内部に配置したデ一夕プロセッサ 1 7を備えている。
本実施形態においては、 MA C部にデ一夕プロセッサ 1 7を備えていることに よって、 以下のような処理及び利点を実現することができる。
バスデ一夕調停処理 1 3がいかに効率よく通信データを転送した場合でも、 デ 一夕の転送速度は、 C P Uバス 1 4で必ず律速される。 そこで、 デ一夕プロセヅ サ 1 7は、 C P Uバス 1 4の混雑度を低減するために、 C P U 1 5の処理、 ダウ ンストリ一ムデ一夕処理ブロック 1 1、 あるいは、 アップストリームデータ処理 ブロック 1 2の機能の一部を代用するなど、 デ一夕の転送処理を補助する機能を 有している。
ダウンストリームデータ処理を行なう場合、 本実施形態においても、 第 1の実 施形態と同様に、 ダウンストリームデータ処理プロック 1 1は、 ダウンストリ一 ムデ一夕の構文解析を行ない、 M A C構造データを抜き出した後、 暗号の復号、 P H S圧縮の解除を経て、 必要となる情報を復元する。
さらに、 その際、 本実施形態においては、 デ一夕プロセッサ 1 7により、 アツ プストリームデ一夕処理ブロック 1 2及びダウンストリームデ一夕処理プロック 1 1の相互の処理に関連する制御が行なわれる。 たとえば、 アップストリームデ 一夕処理ブロック 1 2及びダウンストリームデ一夕処理プロヅク 1 1の相互の夕 イミングを調整するためのタイムスタンプ処理、 あるいは、 他の端末装置との同 期 zレンジングをとるための処理等については、 複雑な制御が必要であり、 デ一 夕の送受信を連続的にモニタしながら、 スケジューリングを実施したり、 送信パ ラメ一夕を生成したりといったリアルタイム処理を必要する。 そこで、 本実施形 態においては、 これらの処理を、 CPUバス 14を介した CPU 15への転送を 経ずに、 レジス夕機能を備えたデ一夕プロセッサ 17によって行わせることによ り、 CPUバス 14の混雑度を低減することができる。
また、 純粋なアップストリームデータ処理を行なう場合、 CPU 15とァヅプ ストリームデータ処理プロヅク 12との間で高い頻度で転送を行なうリアルタイ ム処理は、 図 5に示すステップ S T 33 , ST39, ST41, ST44等にお ける CRCの付加処理である。 そこで、 本実施形態のデ一夕プロセッサ 17で は、 通常のヘッダ付加に伴う HCS付加処理及びデータ CRC付加処理 (ステツ プ ST33, 34) 以外の、 誤り検出符号用の CRC計算を行なう。 すなわち、 図 5に示すコンカテネ一シヨン (連結フレーム処理) に伴う連結フレームへヅダ 用 HCSと連結フレームデ一夕用 CRCの付加処理 (ステップ ST39) 、 及 び、 分割フレーム処理 (フラグメンテーション) に伴う、 分割フレームへヅダ用 HC Sと分割フレームデ一夕用 CRCの付加処理 (ステップ ST 44) は、 本実 施形態においては、 デ一夕プロセッサ 17によって行なわれる。 これらの処理 は、 デ一夕プロセッサ 17により行なわれる処理の一例であり、 データプロセッ サ 17により、 その他の補助的な処理を行なうことができる。
本実施形態のデジタル双方向通信装置によると、 第 1の実施形態と同じ効果を 発揮することができるとともに、 ダウンストリームデ一夕処理ブロック 1 1, ァ ヅプストリームデータ処理プロヅク 12及び CPU 15の機能の各一部をデ一夕 プロセッサによって代替することが可能になる。 例えば、 ダウンストリームデ一 夕処理ブロック 1 1とアップストリームデータ処理ブロヅク 12との相互のタイ ミング調整や、 CRC符号, HCSの付加処理をデ一夕プロセッサ 17が行なう ことが可能になり、 よって、 CPU 15の負荷軽減及び CPUバス 14の混雑度 の軽減をいつそう図ることができ、 転送レートのさらなる向上が可能となる。
第 3の実施形態 図 7は、 第 3の実施形態に係るデジタル双方向通信装置である MA C部の構成 を示すブロック回路図である。 本実施形態においても、 通信システムのうち MA C部以外の部分の構成は、 第 1の実施形態と同じであるので、 MA C部以外の部 分に付いての図示及び説明を省略する。 図 7に示すように、 本実施形態の MA C 部は、 図 1に示す M A C部 3中の各要素に加えて、 サブ記憶装置 1 8を備えてい る。
本実施形態においては、 MA C部に、 記憶装置 1 6 (第 1の記憶装置) に加え てサブ記憶装置 1 8 (第 2の記憶装置) を備えていることによって、 以下のよう な処理及び利点を実現することができる。
バスデ一夕調停処理 1 3がいかに効率よく通信データを転送した場合でも、 デ 一夕の転送速度は、 C P Uバス 1 4で必ず律速される。 本実施形態のサブ記憶装 置 1 8は、 第 2の実施形態とは異なり、 デ一夕プロセッサのような複雑な機能を 実現するブロックを用意することなしに、 C P Uバス 1 4の混雑度を低減するも のである。
ダウンストリームデータ処理を行なう場合、 本実施形態においても、 第 1の実 施形態と同様に、 ダウンストリームデ一夕処理ブロック 1 1は、 ダウンストリー ムデ一夕の構文解析を行ない、 MA C構造デ一夕を抜き出した後、 暗号の復号, P H S圧縮の解除を経て、 必要となる情報を復元する。
さらに、 本実施形態においては、 暗号の復号を行なう際に、 鍵デ一夕が正しい かどうかを判断確認するために、 予め保持しておく必要のあるデ一夕である, S I Dや Key Sequence Number がサブ記憶装置 1 8に保存される。 上述のように、 通常、 端末装置においては、 複数の S I Dを同時に取り扱う必要があり、 暗号の 復号化を行なうデ一夕の種類も複数種類存在していて、 S I D及び Key Sequence Number を確認する処理も頻繁に必要となる。 しかしながら、 デ一夕の内容自体 は、 あまり頻繁に書き換える必要がない。 そこで、 本実施形態においては、 サブ 記憶装置 1 8に、 C P Uバス 1 4を介して、 記憶装置 1 6あるいは C P U 1 5か らデ一夕を受信して保存することが可能であるとともに、 直接、 サブ記憶装置 1 8とアップストリームデ一夕処理ブロック 1 2あるいはダウンストリームデ一夕 1 1との間でデ一夕の送受信を行なうことも可能である。 たとえば、 ダウンスト リームデ一夕処理においては、 S IDや Key Sequence Number の他、 PHS時の フィールドを規定する PHSF、 及び、 PHSを行なう最大バイ ト数を規定する PHS Iに関するデ一夕も、 サブ記憶装置 18に保存する。
また、 アップストリームデータ処理を行なう場合、 サブ記憶装置 18に、 ダウ ンストリームデ一夕処理の際と同様に、 デ一夕の暗号化を行なう際に参照する, S ID及び Key Sequence Number を保存したり、 あるいは、 さまざまな処理の種 類を判断するための指標となる I U C (Interval Usage Code ) や各種 MACァ ドレスを保存しておくことができる。 したがって、 CPU 15及び記憶装置 16 と、 アップストリームデータ処理プロヅク 12の送受信の頻度が低減される。 すなわち、 本実施形態のサブ記憶装置 18 (第 2の記憶装置) により、 CPU 15による制御を必要としない処理については、 CPUバス 14をバイパスし て、 ダウンストリームデ一夕処理 1 1又はアップストリームデ一夕処理ブロック 12とサブ記憶装置 18との間デ一夕の送受信を行なうことができるので、 第 1 の実施形態と同じ効果に加えて、 CPUバス 14の混雑度をいつそう低減するこ とができ、 よって、 デ一夕の転送レートのさらなる向上が可能となる。
第 4の実施形態
図 8は、 第 4の実施形態に係るデジタル双方向通信装置である MAC部の構成 を示すブロック回路図である。 本実施形態においても、 通信システムのうち MA C部以外の部分の構成は、 第 1の実施形態と同じであるので、 MAC部以外の部 分に付いての図示及び説明を省略する。 図 8に示すように、 本実施形態の MAC 部は、 図 1に示す MAC部 3中の各要素に加えて、 サブ記憶装置 18とを備えて いる。
本実施形態のデジタル双方向通信装置 (MAC部) は、 第 3の実施形態と同様 に、 サブ記憶装置 18を備えているが、 第 3の実施形態においては、 サブ記憶装 置 18が CPUバス 14を介して CPU 15とデ一夕の送受信を行なっているの に対し、 本実施形態においては、 記憶装置 16 (第 1の記憶装置) とサブ記憶装 置 18 (第 2の記憶装置) とが CPUバス 14を介さずに、 直接デ一夕を送受信 することが可能になっているので、 第 3の実施形態よりも、 C P Uバス 1 4の混 雑度をさらに低減することができる。
ダウンストリームデータ処理を行なう場合、 本実施形態においても、 第 1の実 施形態と同様に、 ダウンストリームデ一夕処理プロック 1 1は、 ダウンストリー ムデ一夕の構文解析を行ない、 MA C構造データを抜き出した後、 暗号の復号, P H S圧縮の解除を経て、 必要となる情報を復元する。
さらに、 本実施形態においては、 暗号の復号を行なう際に、 鍵データが正しい かどうかを判断確認するために、 予め保持しておく必要のあるデ一夕である, S I Dや Key Sequence Number がサブ記憶装置 1 8に保存される。 上述のように、 通常、 端末装置においては、 複数の S I Dを同時に取り扱う必要があり、 暗号の 復号化を行なうデ一夕の種類も複数種類存在していて、 S I D及び Key Sequence Number を確認する処理も頻繁に必要となる。 しかしながら、 データの内容自体 は、 あまり頻繁に書き換える必要がない。 そこで、 本実施形態においては、 サブ 記憶装置 1 8は、 C P Uバス 1 4を介さずに、 記憶装置 1 6に保存されたデータ を直接受信し、 ァヅプストリームデータ処理プロヅク 1 2あるいはダウンストリ —ムデ一夕処理ブロック 1 1とのデータの送受信を行なう。 S I Dや Key Sequen ce Number の他、 P H S時のフィールドを規定する P H S F、 及び、 P H Sを行 なう最大バイ ト数を規定する P H S Iに関するデータもサブ記憶装置 1 8に保存 されるが、 このデ一夕を入手する際に、 直接の転送経路を利用することにより、 C P Uバス 1 4の混雑度を第 3の実施形態よりもさらに低減することができる。 また、 アップストリームデータ処理を行なう場合、 サブ記憶装置 1 8に、 ダウ ンストリームデータ処理の際と同様に、 デ一夕の暗号化を行なう際に参照する, S I D及び Key Sequence Number を保存したり、 あるいは、 さまざまな処理の種 類を判断するための指標となる I U C ( Interval Usage Code ) や各種 MA Cァ ドレスを、 直接の転送経路を利用して保存しておくことができる。 したがって、 C P U 1 5及び記憶装置 1 6と、 ァヅプス トリームデータ処理プロヅク 1 2の送 受信の頻度がよりいっそう低減され、 転送レートのさらなる向上が可能となる。
第 5の実施形態 図 9は、 第 5の実施形態に係るデジタル双方向通信装置である MAC部の構成 を示すプロック回路図である。 本実施形態においても、 通信システムのうち MA C部以外の部分の構成は、 第 1の実施形態と同じであるので、 MAC部以外の部 分に付いての図示及び説明を省略する。 図 9に示すように、 本実施形態の MAC 部は、 図 1に示す MAC部 3中の各要素に加えて、 データプロセッサ 17と、 サ ブ記憶装置 18とを備えている。
本実施形態のデジタル双方向通信装置 (MAC部) は、 第 2の実施形態と同様 にデ一夕プロセッサ 17を備え、 かつ、 第 3の実施形態と同様にサブ記憶装置 1 8 (第 2の記憶装置) を備えていることにより、 以下の効果を発揮することがで きる。
すなわち、 記憶装置 16とダウンストリームデ一夕処理ブロック 1 1及びアツ ブストリームデ一夕処理ブロック 12とが、 バスデ一夕調停処理プロック 13 , CPUバス 14及び CPU 15を介さずに、 直接デ一夕を送受信することができ るので、 アップストリームデータ処理ブロヅク 12及びダウンストリームデ一夕 処理プロック 1 1とのデータの送受信の頻度を軽減することができる。
また、 本実施形態のサブ記憶装置 18 (第 2の記憶装置) により、 CPU 15 による制御を必要としない処理については、 CPUバス 14をバイパスして、 ダ ゥンストリームデータ処理 11又はアップストリームデータ処理ブロヅク 12と サブ記憶装置 18との間データの送受信を行なうことができる。
したがって、 本実施形態により、 CPUバス 14の混雑度をいつそう軽減する ことができ、 よって、 デ一夕の転送レートのさらなる向上が可能となる。
第 6の実施形態
図 10は、 第 6の実施形態に係るデジタル双方向通信装置である MAC部の構 成を示すブロック回路図である。 本実施形態においても、 通信システムのうち M AC部以外の部分の構成は、 第 1の実施形態と同じであるので、 MAC部以外の 部分に付いての図示及び説明を省略する。 図 10に示すように、 本実施形態の M AC部は、 図 1に示す MAC部 3中の各要素に加えて、 サブ記憶装置 18と、 キ ャヅシュ記憶装置 19とを備えている。 本実施形態においては、 MAC部に、 記憶装置 16 (第 1の記憶装置) に加え てサブ記憶装置 18 (第 2の記憶装置) と、 キャッシュ記憶装置 19とを備えて いることによって、 以下のような処理及び利点を実現することができる。
本実施の形態においては、 第 3の実施形態, 第 4の実施形態, あるいは第 5の 実施形態におけるサブ記憶装置 18 (第 2の記憶装置) の機能の一部をキヤッシ ュ記憶装置 19 (第 3の記憶装置) が担う。
すなわち、 ダウンス ト リームデータ処理を行なう場合、 暗号の復号を行なう際 に、 予め保持しておく必要のある、 S IDや Key Sequence Number は、 キヤヅシ ュ記憶装置 19に保存する。 また、 PHS時のフィールドを規定する PHSF、 及び、 PHSを行なう最大バイ ト数を規定する PHS Iに関するデ一夕もキヤッ シュ記憶装置 19に保存される。
また、 アップストリームデータ処理を行なう場合、 キャッシュ記憶装置 19 に、 ダウンストリームデータ処理の際と同様に、 デ一夕の暗号化を行なう際に参 照する, S ID及び Key Sequence Number を保存したり、 あるいは、 さまざまな 処理の種類を判断するための指標となる I UC (Interval Usage Code ) や各種 MACアドレスを保存しておくことにより、 CPU 15, 記憶装置 16及び第 2 の記憶装置 18と、 アップストリームデ一夕処理ブロヅク 12の間のデ一夕の送 受信の頻度が軽減され、 CPUバス 14の混雑度がいっそう軽減され、 転送レー 卜のさらなる向上が可能となる。
ただし、 本実施形態においては、 キャッシュ記憶装置 19は、 CPUバス 14 あるいはバスデ一夕調停処理プロヅク 13を介して、 ダウンストリームデ一夕処 理プロヅク 1 1あるいはアップストリームデータ処理ブロヅク 12とデ一夕の送 受信を行なうことはなく、 必ず、 サブ記憶装置 18との間で、 各種データの送受 信を行なう構成となっている。 つまり、 各種処理の制御や動作命令に関するデ一 夕を一時的に保存する命令キヤッシュ的な役割を果たす。
一方、 サブ記憶装置 18は、 CPUバス 14及びバスデ一夕調停処理 13を介 して、 ダウンストリームデータ処理ブロヅク 1 1あるいはアップストリームデ一 夕処理ブロック 12とデ一夕の送受信を行なうが、 他方、 第 1〜第 5の実施形態 と同様に、 ダウンストリームデータ処理ブロヅク 1 1あるいはアップストリーム データ処理ブロック 1 2との間で、 直接、 データの送受信を行なうことができ る ο
すなわち、 本実施形態においては、 C P Uバス 1 4の混雑度が非常に増大した 場合は、 予め、 バスデ一夕調停処理ブロック 1 3からの制御により、 必要なデ一 夕をサブ記憶装置 1 8に一時的に保存することとし、 サブ記憶装置 1 8と、 ダウ ンストリ一ムデ一夕処理プロヅク 1 1あるいはアツプストリームデ一夕処理ブロ ック 1 2の間でデ一夕を送受信することにより、 C P Uバス 1 4の混雑度を軽減 することができ、 転送レートを高めることができる。 すなわち、 サブ記憶装置 1 8は、 データキャッシュ的な役割を果たす。
第 7の実施形態
図 1 1は、 第 7の実施形態に係るデジタル双方向通信装置である MA C部の構 成を示すブロック回路図である。 本実施形態においても、 通信システムのうち M A C部以外の部分の構成は、 第 1の実施形態と同じであるので、 MA C部以外の 部分に付いての図示及び説明を省略する。 図 1 1に示すように、 本実施形態の M A C部は、 図 1に示す M A C部 3中の各要素に加えて、 サブ記憶装置 1 8と、 キ ャッシュ記憶装置 1 9と、 デ一夕プロセッサ 1 7と、 最適制御用プロヅク 2 0と を備えている。
本実施形態においては、 MA C部に、 記憶装置 1 6 (第 1の記憶装置) に加え てサブ記憶装置 1 8 (第 2の記憶装置) と、 キャッシュ記憶装置 1 9とを備え、 かつ、 デ一夕プロセッサ 1 7及び最適制御用ブロック 2 0を備えていることによ つて、 以下のような処理及び利点を実現することができる。
本実施形態のデジタル双方向通信装置により、 基本的には、 図 1に示す第 1の 実施形態と同じ処理を行なうが、 第 2の実施形態においてデ一夕プロセッサ 1 7 を有することによって得られる利点と、 第 7の実施形態においてサブ記憶装置 1 8及びキヤッシュ記憶装置 1 9を有することによって得られる利点とを併せて発 揮することができる。 すなわち、 データプロセッサ 1 7によって C P U 1 5の処 理を一部負担すること、 サブ記憶装置 1 8によってデ一夕キヤッシュ的な処理を 行なうこと、 キヤッシュ記憶装置 1 9によって命令キヤヅシュ的な処理を行なう ことにより、 C P U 1 5及び記憶装置 1 6から、 C P Uバス 1 4及びバスデータ 調停処理プロヅク 1 3を介して、 アップストリームデ一夕処理プロヅク 1 2及び ダウンストリームデータ処理プロック 1 1へのデ一夕の送受信を行なう頻度を大 きく軽減することができる。 また、 サブ記憶装置 1 8 , キャッシュ記憶装置 1 9 への各種デ一夕の保存や、 アップストリームデ一夕処理ブロック 1 2、 ダウンス トリ一ムデ一夕処理ブロック 1 1、 さらには、 デ一夕プロセッサ 1 7の処理タイ ミングを、 全体的に最適な制御を行なうために、 最適制御用ブロック 2 0を設け ることで、 各ブロヅク間での個別のハンドシェ一ク型の制御による転送ロスを軽 減したり、 あるいは、 各ブロックに制御回路を設ける必要が無くなるため、 適切 な制御により転送レートを大きくすると同時に回路規模の縮小を実現することが できる。
なお、 チューナ部 5を端末装置 1内で MA C部と 1チップに組み込むことによ り、 ボード上で外付けアナログ部品を全く必要としないシステム L S Iとするこ とが可能であり、 この構成により、 通常のモデム機能を実現する P Cはもとよ り、 テレビ、 電話等あらゆる通信機器に対して組み込むことにより、 非常に容易 に双方向通信機能を持たせることを可能とする。 産業上の利用可能性
本発明の双方向通信制御装置, 端末装置及び双方向通信制御方法は、 携帯電話 ゃィン夕一ネヅト機能を有するパーソナルコンピュータなどに利用することがで さる。

Claims

言青求の範囲 センター装置との間で双方向のデ一夕の送受信を行なう端末装置に配置される 双方向通信制御装置であって、
C P Uと、
第 1の記憶装置と、
上記 C P U及び第 1の記憶装置との間を接続する C P Uバスと、
上記セン夕一装置から上記端末装置に送信されるダウンストリームデータを受 けて、 データ処理を行なうダウンストリームデータ処理プロックと、
上記端末装置から上記センター装置に送信されるアップストリームデータを生 成するために、 データの処理を行なうァヅプストリ一ムデ一夕処理ブロヅクと、 上記 C P Uバス, ダウンストリームデ一夕処理ブロヅク及びアップストリーム データ処理プロックに接続されて、 上記 C P Uバスにおけるデータの流れを調整 するためのバスデ一夕調停処理プロヅクとを備え、
上記ダウンス卜リームデ一夕処理ブロックと上記アツプストリームデ一夕処理 ブロックとは、 相互にデ一夕の送受信を直接行なう, 双方向通信制御装置。
2 . 請求項 1の双方向通信制御装置において、
上記バスデ一夕調停処理ブロックをバイパスして、 上記 C P Uバス, ァヅブス トリームデータ処理プロック及びダウンストリームデータ処理プロックに接続さ れ、 一時的にデータを保持するレジス夕を有するデ一夕プロセッサをさらに備え ている, 双方向通信制御装置。
3 . 請求項 1又は 2の双方向通信制御装置において、
上記バスデ一夕調停処理ブロックをバイパスして、 上記 C P Uバス, アップス トリームデ一夕処理ブロヅク及びダウンストリームデ一夕処理プロヅクに接続さ れ、 上記第 1の記憶装置の記憶内容の一部を代替して記憶する第 2の記憶装置を さらに備えている, 双方向通信制御装置。
4 . 請求項 1又は 2の双方向通信制御装置において、
上記バスデータ調停処理プロック及び上記 C P Uバスをバイパスして、 上記ァ ヅプストリームデ一夕処理プロック, ダウンストリームデータ処理ブロヅク及び 第 1の記憶装置に接続され、 上記第 1の記憶装置の記憶内容の一部を代替して記 憶する第 2の記憶装置をさらに備えている, 双方向通信制御装置。
5 · 請求項 4の双方向通信制御装置において、
上記アップストリ一ムデ一夕処理ブロック, ダウンストリームデ一夕処理ブロ ック及び第 2の記憶装置に接続され、 データを一時的に記憶する機能を有する第 3の記憶装置をさらに備えている, 双方向通信制御装置。
6 . 請求項 1又は 2の双方向通信制御装置において、
上記バスデータ調停処理ブロックをバイパスして、 上記 C P Uバス, アップス トリームデータ処理プロック及びダウンストリームデータ処理ブロックに接続さ れ、 一時的にデータを保持するレジス夕を有するデータプロセッサと、
上記バスデータ調停処理ブロックをバイパスして、 上記アップストリ一ムデー 夕処理ブロヅク, ダウンストリームデ一夕処理プロヅク及び C P Uバスに接続さ れ、 上記第 1の記憶装置の記憶内容の一部を代替して記億する第 2の記憶装置 と、
上記アップストリームデ一夕処理ブロック, ダウンストリームデ一夕処理ブロ ック及び第 2の記憶装置に接続され、 データを一時的に記憶する機能を有する第 3の記憶装置と、
上記アップストリームデータ処理ブロヅク, ダウンストリームデータ処理ブロ ック, 第 2の記憶装置, 第 3の記憶装置及びデ一夕プロセッサに接続され、 上記 第 2の記憶装置及び第 3の記憶装置に対するデータの出し入れを制御する制御用 ブロックと
をさらに備えている, 双方向通信制御装置。
7 . 請求項 1又は 2の双方向通信制御装置において、
上記バスデ一夕調停処理ブロックをバイパスして、 上記 C P Uバス, アップス トリームデータ処理プロヅク及びダウンストリームデータ処理プロックに接続さ れ、 一時的にデ一夕を保持するレジス夕を有するデータプロセッサと、
上記バスデータ調停処理プロック及び上記 C P Uバスをバイパスして、 上記ァ ヅプストリームデ一夕処理ブロック, ダウンストリームデータ処理ブロヅク及び 第 1の記憶装置に接続され、 上記第 1の記憶装置の記憶内容の一部を代替して記 憶する第 2の記憶装置と、
上記アップストリームデータ処理ブロック, ダウンストリームデ一夕処理プロ ック及び第 2の記憶装置に接続され、 データを一時的に記憶する機能を有する第 3の記憶装置と、
上記アップストリームデータ処理プロック, ダウンストリームデ一夕処理ブロ ック, 第 2の記憶装置, 第 3の記憶装置及びデータプロセッサに接続され、 上記 第 2の記憶装置及び第 3の記憶装置に対するデータの出し入れを制御する制御用 ブロックと
をさらに備えている, 双方向通信制御装置。
8 . 請求項 1又は 2の双方向通信制御装置において、
上記ダウンストリームデ一夕処理ブロックは、
上記ダウンストリームデ一夕の構文解析, ヘッダ解析及びデ一夕フォーマツト 変換を行なう基本処理回路を有しており、
上記基本処理回路が、 上記アップストリームデータ処理ブロックとデ一夕の送 受信を直接行なう, 双方向通信制御装置。
9 . 請求項 1〜 8のうちいずれか 1つにの双方向通信制御装置において、 上記ァヅブストリームデータ処理ブロックは、
複数のアップス卜リームデ一夕を 1つのデ一夕に連結して、 連結された 1つの データに連結フレームヘッダを付加する処理を行なう連結フレームへッダ付加処 理回路を有しており、
上記連結フレームヘッダ付加処理回路が、 上記ダウンストリームデータ処理ブ ロックとデ一夕の送受信を直接行なう, 双方向通信制御装置。
1 0 . 請求項 1 ~ 8のうちいずれか 1つにの双方向通信制御装置において、 上記アップストリームデ一夕処理ブロックは、
1つのアップストリームデータを複数の部分に分割して、 分割された複数の部 分にそれそれ分割フレームヘッダを付加する処理を行なう分割フレームへッダ付 加処理回路を有しており、
上記分割フレームヘッダ付加処理回路が、 上記ダウンストリームデータ処理ブ ロックとデータの送受信を直接行なう, 双方向通信制御装置。
1 1 . セン夕一装置との間で双方向のデ一夕の送受信を行なう端末装置であつ て、
上記セン夕一装置から送信される R F信号を受信して、 I F信号に変換するチ ユーナと、
上記 I F信号を受信して、 上記ダウンストリームデ一夕を抽出するダウンスト リーム P H Yプロックと、
上記ァヅプストリームデータ処理ブロックから出力される上記アップストリー ムデ一夕を変調して R F信号として上記センタ一装置に送信するアップストリー ム P H Yブロックと、
上記セン夕一装置と端末装置との間で送受信されるデータの送受信を制御する ための双方向通信制御装置とを備え、
上記双方向通信制御装置は、
C P Uと、
第 1の記憶装置と、
上記 C P U及び第 1の記憶装置との間を接続する C P Uバスと、 上記センター装置から上記端末装置に送信されるダウンストリームデータを受 けて、 データ処理を行なうダウンストリームデ一夕処理プロックと、
上記端末装置から上記センター装置に送信されるアップストリームデータを生 成するために、 デ一夕の処理を行なうァヅプストリームデ一夕処理プロックと、 上記 C P Uバス, ダウンストリームデ一夕処理ブロック及びアップストリーム デ一夕処理プロックに接続されて、 上記 C P Uバスにおけるデ一夕の流れを調整 するためのバスデータ調停処理プロックとを備え、
上記ダウンストリームデ一夕処理プロヅクと上記アップストリームデ一夕処理 ブロックとは、 相互にデ一夕の送受信を直接行なう, 端末装置。
1 2 . 請求項 1 1の端末装置において、
上記 C P Uバスに接続され, 少なくとも画像処理を行なう機能を有するバック エンド部をさらに備えている, 端末装置。
1 3 . センター装置との間で双方向のデ一夕の送受信を行なう端末装置におけ る双方向通信制御方法であって、
上記センター装置から上記端末装置に送信されるダウンストリームデータを受 けて、 ダウンストリームデ一夕処理を行なうステップ (a ) と、
上記端末装置から上記センター装置に送信されるアップストリ一ムデ一夕を生 成するためのアップストリームデ一夕処理を行なうステップ (b ) と、
上記ステップ (a ) , ( b ) における処理内容の少なくとも一部を記憶装置に 記憶しておくステップ (c ) とを含み、
上記ステップ (a ) 及びステップ (b ) は、 上記ダウンストリームデ一夕処理 とアップストリームデータ処理とを、 上記記憶装置に記憶されている相互の処理 内容を参照しながら行なう処理を含んでいる, 双方向通信制御方法。
1 4 . 請求項 1 3の双方向通信制御方法において、
上記ステップ (a ) は、 上記ダウンストリームデータの構文解析, ヘッダ解析 及びデータフォーマッ ト変換を行なう基本処理を含んでおり、
上記基本処理を、 上記アップストリームデータ処理の処理内容を参照しながら 行なう, 双方向通信制御方法。
1 5 . 請求項 1 3又は 1 4の双方向通信制御方法において、
上記ステップ (b ) は、 複数のアップストリームデ一夕を 1つのデ一夕に連結 して、 連結された 1つのデ一夕に連結フレームヘッダを付加する連結フレームへ ッダ付加処理を含んでおり、
上記連結フレームヘッダ付加処理を、 上記アップストリームデータ処理の処理 内容を参照しながら行なう, 双方向通信制御方法。
1 6 . 請求項 1 3〜 1 5のうちいずれか 1つの双方向通信制御方法において、 上記ステップ (b ) は、 1つのアップストリームデ一夕を複数の部分に分割し て、 分割された複数の部分にそれそれ分割フレームヘッダを付加する処理を行な う分割フレームヘッダ付加を含んでおり、
上記分割フレームヘッダ付加処理を、 上記ダウンストリームデータの処理内容 を参照しながら行なう, 双方向通信制御方法。
PCT/JP2004/010175 2003-07-11 2004-07-09 双方向通信制御装置,端末装置及び双方向通信制御方法 WO2005006702A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
EP04747641A EP1646197A1 (en) 2003-07-11 2004-07-09 Bidirectional communication control device, terminal device, and bidirectional communication control method
JP2005511601A JP3981390B2 (ja) 2003-07-11 2004-07-09 双方向通信制御装置,端末装置及び双方向通信制御方法
KR1020067000263A KR101051853B1 (ko) 2003-07-11 2004-07-09 쌍방향통신제어장치, 단말장치 및 쌍방향통신제어방법
US11/326,526 US7580358B2 (en) 2003-07-11 2006-01-06 Bidirectional communication control apparatus, terminal apparatus, and bidirectional communication control method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2003-273535 2003-07-11
JP2003273535 2003-07-11

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US11/326,526 Continuation US7580358B2 (en) 2003-07-11 2006-01-06 Bidirectional communication control apparatus, terminal apparatus, and bidirectional communication control method

Publications (1)

Publication Number Publication Date
WO2005006702A1 true WO2005006702A1 (ja) 2005-01-20

Family

ID=34056024

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2004/010175 WO2005006702A1 (ja) 2003-07-11 2004-07-09 双方向通信制御装置,端末装置及び双方向通信制御方法

Country Status (6)

Country Link
US (1) US7580358B2 (ja)
EP (1) EP1646197A1 (ja)
JP (1) JP3981390B2 (ja)
KR (1) KR101051853B1 (ja)
CN (1) CN100539576C (ja)
WO (1) WO2005006702A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5579331B2 (ja) * 2011-11-22 2014-08-27 三菱電機株式会社 通信装置

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4199477B2 (ja) * 2002-04-17 2008-12-17 パナソニック株式会社 デジタル双方向通信制御装置およびその方法
CN1788473B (zh) * 2003-05-16 2012-02-15 松下电器产业株式会社 用于通信网络系统中的通信终端设备,方法和集成电路
JP5487966B2 (ja) * 2007-07-03 2014-05-14 日本電気株式会社 データ暗号化/復号化処理方法およびデータ処理装置
US8478331B1 (en) 2007-10-23 2013-07-02 Clearwire Ip Holdings Llc Method and system for transmitting streaming media content to wireless subscriber stations
US9166917B2 (en) * 2011-07-17 2015-10-20 Broadcom Corporation Link layer preemption
US9455905B2 (en) * 2013-02-22 2016-09-27 Broadcom Corporation Encapsulation for link layer preemption

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003509786A (ja) * 1999-09-15 2003-03-11 アウェア, インコーポレイテッド 多数のアプリケーションをサポートするために格納アプリケーションプロファイルを有する多数搬送波システム
JP2003153221A (ja) * 2001-11-16 2003-05-23 Hitachi Ltd ケーブルモデム装置

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6667991B1 (en) 1999-03-12 2003-12-23 Aware, Inc. Method for synchronizing seamless rate adaptation
US7017176B1 (en) * 1999-06-10 2006-03-21 Cisco Technology, Inc. Data transmission over multiple upstream channels within a cable modem system
GB2372170B (en) 1999-09-13 2004-07-07 Seagate Technology Llc Multimedia data shuttle and archive
JP3480927B2 (ja) 2000-12-07 2003-12-22 株式会社東芝 ケーブルモデム、ケーブルモデムシステム
JP2002292145A (ja) 2001-03-29 2002-10-08 Sony Corp 情報処理装置および方法、記録媒体、並びにプログラム
WO2003028304A1 (en) * 2001-09-27 2003-04-03 Broadcom Corporation Highly integrated media access control

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003509786A (ja) * 1999-09-15 2003-03-11 アウェア, インコーポレイテッド 多数のアプリケーションをサポートするために格納アプリケーションプロファイルを有する多数搬送波システム
JP2003153221A (ja) * 2001-11-16 2003-05-23 Hitachi Ltd ケーブルモデム装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5579331B2 (ja) * 2011-11-22 2014-08-27 三菱電機株式会社 通信装置

Also Published As

Publication number Publication date
CN1817018A (zh) 2006-08-09
EP1646197A1 (en) 2006-04-12
CN100539576C (zh) 2009-09-09
JP3981390B2 (ja) 2007-09-26
US20060120400A1 (en) 2006-06-08
KR20060052778A (ko) 2006-05-19
KR101051853B1 (ko) 2011-07-25
US7580358B2 (en) 2009-08-25
JPWO2005006702A1 (ja) 2006-08-31

Similar Documents

Publication Publication Date Title
US8934503B2 (en) Highly integrated media access control
JP5214659B2 (ja) プログラムストリーム変換のためのトランスポートストリーム
US10506007B2 (en) Apparatus and method for transmitting multimedia data in a broadcast system
US7580358B2 (en) Bidirectional communication control apparatus, terminal apparatus, and bidirectional communication control method
US8359409B2 (en) Aligning protocol data units
US20090296683A1 (en) Transmitting a protocol data unit using descriptors
JP2005513839A (ja) ディジタルコンテンツ配信システム
JP2002044135A (ja) 暗号装置及び暗号通信システム
JP2016519527A (ja) パケットヘッダを圧縮する方法及び装置
JP2001127757A (ja) データ受信方法及びデータ受信装置
JP4199477B2 (ja) デジタル双方向通信制御装置およびその方法
JP4737243B2 (ja) 集積回路装置及びデータ伝送システム
KR100760259B1 (ko) Mpeg-2 전송 스트림 패킷으로 분할 전송된 다중프로토콜 캡슐화 패킷의 재조합 장치 및 그 방법
JP2003273920A (ja) 一般データと優先データの送信装置および受信装置
JP2007074429A (ja) 双方向通信制御装置
JP2005341107A (ja) パケット送受信装置
JPH11308582A (ja) データ受信装置及び方法、並びにデータ送信方法
JP2004180234A (ja) 暗号パケット処理装置
TW201813407A (zh) 以同步擷取影音以進行一對多影音串流之方法
JPH11340936A (ja) データ多重化方法及び装置
KR100655027B1 (ko) 디지털 쌍방향통신 제어장치 및 그 방법
CN101291292A (zh) 调制解调器前端设备和方法
JPH11261602A (ja) Atm装置及びatmパケット構成方法
JP2006211227A (ja) データ送信装置およびデータ送信方法
JPH10173724A (ja) マルチメディア・トラフィック制御装置

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200480019206.3

Country of ref document: CN

AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2005511601

Country of ref document: JP

WWE Wipo information: entry into national phase

Ref document number: 1020067000263

Country of ref document: KR

WWE Wipo information: entry into national phase

Ref document number: 11326526

Country of ref document: US

WWE Wipo information: entry into national phase

Ref document number: 2004747641

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2004747641

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 11326526

Country of ref document: US