Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP7827672B2 - Transmission device, transmission system, transmission device control method, and transmission device control program - Google Patents
[go: Go Back, main page]

JP7827672B2 - Transmission device, transmission system, transmission device control method, and transmission device control program - Google Patents

Transmission device, transmission system, transmission device control method, and transmission device control program

Info

Publication number
JP7827672B2
JP7827672B2 JP2023175754A JP2023175754A JP7827672B2 JP 7827672 B2 JP7827672 B2 JP 7827672B2 JP 2023175754 A JP2023175754 A JP 2023175754A JP 2023175754 A JP2023175754 A JP 2023175754A JP 7827672 B2 JP7827672 B2 JP 7827672B2
Authority
JP
Japan
Prior art keywords
line interface
transmission device
connection
frame
test signal
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2023175754A
Other languages
Japanese (ja)
Other versions
JP2025066282A (en
Inventor
健治 濱野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Platforms Ltd
Original Assignee
NEC Platforms 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 NEC Platforms Ltd filed Critical NEC Platforms Ltd
Priority to JP2023175754A priority Critical patent/JP7827672B2/en
Publication of JP2025066282A publication Critical patent/JP2025066282A/en
Application granted granted Critical
Publication of JP7827672B2 publication Critical patent/JP7827672B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Communication Control (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Description

本開示は、伝送装置、伝送システム、伝送装置の制御方法、および伝送装置の制御プログラムに関する。 This disclosure relates to a transmission device, a transmission system, a control method for a transmission device, and a control program for a transmission device.

伝送装置間を複数の専用回線で結ぶ伝送システムがある。このような伝送システムを用いると、元のデータを分割した分割データを複数の低速回線で並行して送受信することによって、個々の回線が低速であっても、高速な通信を行うことができる。受信側では、受信した分割データを結合して元のデータを復元する。この時、分割した順番通りにデータを結合しないと元のデータを正しく復元することができない。このため、伝送装置間の回線を有線接続にする場合は、送信側と受信側で、回線インターフェース(IF)の番号を一致させる必要がある。ここで、番号を取り違う誤接続があると、データを正しく復元できなくなってしまう。 There are transmission systems that connect transmission devices with multiple dedicated lines. Using such a transmission system, the original data is divided and the divided data is sent and received in parallel over multiple low-speed lines, allowing for high-speed communication even if each line is slow. On the receiving side, the received divided data is combined to restore the original data. At this time, the original data cannot be restored correctly unless the data is combined in the same order as it was divided. For this reason, when using wired connections between transmission devices, the line interface (IF) numbers must match on the sending and receiving sides. If there is a misconnection here, where the numbers are mixed up, the data will not be restored correctly.

この問題を解決するための技術が、例えば、特許文献1に開示されている。この技術では、伝送装置の接続の正誤が作業者に報知される。具体的には、伝送装置が以下のように動作する。 Technology to solve this problem is disclosed, for example, in Patent Document 1. This technology notifies the operator whether the transmission device is connected correctly. Specifically, the transmission device operates as follows:

まず、送信側伝送装置の識別子と送信側の回線インターフェースの識別子を格納する制御フレームを、送信側の伝送装置が生成する。次に、送信側伝送装置が主信号に制御フレームを重畳する。そして送信側伝送装置が主信号を受信側伝送装置に送信する。受信側伝送装置では、受信した主信号に受信側伝送装置の識別子と受信側の回線インターフェースの識別子を、受信側伝送装置が制御フレームに付加する。このデータを受信側伝送装置が送信側伝送装置に返信する。次に、送信側伝送装置が、制御フレームから、これらの識別子を抽出する。そして、送信側伝送装置が、抽出した識別子の組み合わせと予め定めた接続情報とを照合する。ここで、両者が一致すれば、接続が正常であると、送信側伝送装置が判定する。一方、両者が一致しなければ、接続が異常であると、送信側伝送装置が判定する。そして、接続が正常であれば、接続が正常である旨を、送信側伝送装置がLEDに表示させる。一方、接続が異常であれば、接続が異常である旨を、送信側伝送装置がLEDに表示させる。例えば、接続が正常であれば緑が表示され、異常であれば赤が表示される。こうして、接続の正誤が、作業者に報知される。 First, the transmitting transmission device generates a control frame that stores the identifier of the transmitting transmission device and the identifier of the transmitting line interface. Next, the transmitting transmission device superimposes the control frame on the main signal. The transmitting transmission device then transmits the main signal to the receiving transmission device. The receiving transmission device adds the identifier of the receiving transmission device and the identifier of the receiving line interface to the received main signal in a control frame. The receiving transmission device returns this data to the transmitting transmission device. Next, the transmitting transmission device extracts these identifiers from the control frame. The transmitting transmission device then compares the extracted identifier combination with predetermined connection information. If the two match, the transmitting transmission device determines that the connection is normal. On the other hand, if the two do not match, the transmitting transmission device determines that the connection is abnormal. If the connection is normal, the transmitting transmission device displays an LED indicating that the connection is normal. On the other hand, if the connection is abnormal, the transmitting transmission device displays an LED indicating that the connection is abnormal. For example, if the connection is normal, green is displayed, and if it is abnormal, red is displayed. In this way, the operator is notified whether the connection is correct or incorrect.

特開2010-171694号公報JP 2010-171694 A

特許文献1の技術では、作業者が接続の正誤を認識できる。しかし、接続の修正を作業者が実行しなければならなかった。 The technology in Patent Document 1 allows the worker to recognize whether a connection is correct or incorrect. However, the worker still has to correct the connection.

本開示は、上記の問題点に鑑みてなされたものであり、接続の誤りがあった際に、自動的に接続が修正される伝送装置を提供することを目的としている。 This disclosure was made in consideration of the above-mentioned problems, and aims to provide a transmission device that automatically corrects connections when a connection error occurs.

上記の課題を解決するため、本開示の伝送装置は、入力データからヘッダとペイロードを有するフレームを生成するフレーム生成手段と、送信する前記フレームを分割して分割フレームを生成する分割フレーム生成手段と、それぞれの前記分割フレームを予め定めた複数の回線に送信する回線インターフェースと、前記分割フレームを受信した際に、それぞれの前記分割フレームを予め定めた順番で結合し、前記フレームを復元するフレーム復元手段と、を有する伝送装置であって、それぞれの前記回線インターフェースから、それぞれの前記回線インターフェースに固有の試験信号を送信し、前記回線インターフェースが前記試験信号を受信した際には、前記試験信号を受信したか否かの判定を行う接続試験手段と、前記回線と前記回線インターフェースとの接続を切り替える接続切替スイッチと、前記接続試験手段が複数の前記回線のいずれかに応じた前記回線インターフェースで前記固有の試験信号を受信していないと判定したことに応じて、前記回線に応じた送信側の前記回線インターフェースに対応する受信側の前記回線インターフェースと前記回線とが電気的に接続されるように前記接続切替スイッチを制御する接続切替スイッチ制御手段と、を備える。 To solve the above problem, the transmission device disclosed herein comprises: frame generation means for generating a frame having a header and a payload from input data; frame segment generation means for dividing the frame to be transmitted to generate segmented frames; line interfaces for transmitting each of the segmented frames to a predetermined number of lines; and frame restoration means for, upon receiving the segmented frames, combining the segmented frames in a predetermined order to restore the frame. The transmission device also comprises: connection testing means for transmitting a test signal specific to each of the line interfaces from each of the line interfaces and, upon receiving the test signal, determining whether the test signal was received by the line interface; a connection switching switch for switching the connection between the line and the line interface; and connection switching switch control means for, when the connection testing means determines that the specific test signal has not been received by the line interface corresponding to one of the multiple lines, controlling the connection switching switch so that the line is electrically connected to the receiving line interface corresponding to the transmitting line interface corresponding to the line.

また、本開示の伝送装置の制御方法は、入力データからヘッダとペイロードを有するフレームを生成するフレーム生成手段と、送信する前記フレームを分割して分割フレームを生成する分割フレーム生成手段と、それぞれの前記分割フレームを予め定めた複数の回線に送信する回線インターフェースと、前記分割フレームを受信した際に、それぞれの前記分割フレームを予め定めた順番で結合し、前記フレームを復元するフレーム復元手段と、を有する伝送装置の制御方法であって、それぞれの前記回線インターフェースから、それぞれの前記回線インターフェースに固有の試験信号を送信し、前記回線インターフェースが前記試験信号を受信した際には、前記試験信号を受信したか否かの判定を行い、複数の前記回線のいずれかに応じた前記回線インターフェースで前記固有の試験信号を受信していないと判定したことに応じて、前記回線に応じた送信側の前記回線インターフェースに対応する受信側の前記回線インターフェースと前記回線とが電気的に接続されるように接続を制御する。 The disclosed method for controlling a transmission device also includes frame generation means for generating a frame having a header and a payload from input data, frame segment generation means for segmenting the frame to be transmitted to generate segmented frames, line interfaces for transmitting each of the segmented frames to a predetermined number of lines, and frame restoration means for, upon receiving the segmented frames, combining the segmented frames in a predetermined order to restore the frame. The method transmits a test signal specific to each of the line interfaces from each of the line interfaces, and, upon receiving the test signal, determines whether or not the test signal has been received. If it is determined that the unique test signal has not been received by the line interface corresponding to one of the multiple lines, controls the connection so that the line is electrically connected to the receiving line interface corresponding to the transmitting line interface corresponding to the line.

また、本開示の伝送装置の制御プログラムは、入力データからヘッダとペイロードを有するフレームを生成するフレーム生成手段と、送信する前記フレームを分割して分割フレームを生成する分割フレーム生成手段と、それぞれの前記分割フレームを予め定めた複数の回線に送信する回線インターフェースと、前記分割フレームを受信した際に、それぞれの前記分割フレームを予め定めた順番で結合し、前記フレームを復元するフレーム復元手段と、を有する伝送装置の制御プログラムであって、それぞれの前記回線インターフェースから、それぞれの前記回線インターフェースに固有の試験信号を送信する処理と、前記回線インターフェースが前記試験信号を受信した際には、前記試験信号を受信したか否かの判定を行う処理と、複数の前記回線のいずれかに応じた前記回線インターフェースで前記固有の試験信号を受信していないと判定したことに応じて、前記回線に応じた送信側の前記回線インターフェースに対応する受信側の前記回線インターフェースと前記回線とが電気的に接続されるように接続を制御する処理と、を前記伝送装置に実行させる。 The control program for a transmission device disclosed herein also includes frame generation means for generating a frame having a header and a payload from input data, frame segment generation means for segmenting the frame to be transmitted to generate segmented frames, line interfaces for transmitting each of the segmented frames to a predetermined number of lines, and frame restoration means for, upon receiving the segmented frames, combining the segmented frames in a predetermined order to restore the frame. The control program for a transmission device causes the transmission device to perform the following operations: transmit a test signal specific to each of the line interfaces from each of the line interfaces; determine, when the line interface receives the test signal, whether or not the test signal has been received; and, upon determining that the line interface corresponding to one of the multiple lines has not received the specific test signal, control a connection so that the line is electrically connected to the receiving line interface corresponding to the transmitting line interface corresponding to the line.

本開示の効果は、接続の誤りがあった際に、自動的に接続が修正される伝送装置を提供できることである。 The effect of this disclosure is to provide a transmission device that automatically corrects connections when a connection error occurs.

本開示の伝送装置の一例を示すブロック図である。FIG. 1 is a block diagram illustrating an example of a transmission device according to the present disclosure. 本開示の伝送装置の変形例を示すブロック図である。FIG. 10 is a block diagram illustrating a modified example of a transmission device according to the present disclosure. 本開示の伝送システムの一例を示すブロック図である。FIG. 1 is a block diagram illustrating an example of a transmission system according to the present disclosure. 本開示の伝送装置で用いられるフレームの一例を示す模式図である。FIG. 2 is a schematic diagram illustrating an example of a frame used in a transmission device according to the present disclosure. 本開示の伝送装置におけるフレーム生成の一例を示す模式図である。FIG. 2 is a schematic diagram illustrating an example of frame generation in a transmission device according to the present disclosure. 本開示の伝送装置におけるフレーム分割の一例を示す模式図である。FIG. 10 is a schematic diagram illustrating an example of frame division in a transmission device according to the present disclosure. 本開示の伝送システムの第1の状態を示すブロック図である。FIG. 2 is a block diagram illustrating a first state of the transmission system of the present disclosure. 本開示の伝送システムの第2の状態を示すブロック図である。FIG. 2 is a block diagram illustrating a second state of the transmission system of the present disclosure. 本開示の伝送システムの第3の状態を示すブロック図である。FIG. 10 is a block diagram illustrating a third state of the transmission system of the present disclosure. 本開示の伝送システムの第4の状態を示すブロック図である。FIG. 10 is a block diagram illustrating a fourth state of the transmission system of the present disclosure. 本開示の伝送システムの第5の状態を示すブロック図である。FIG. 10 is a block diagram illustrating a fifth state of the transmission system of the present disclosure. 本開示の送信側の伝送装置の動作の一例を示すフローチャートである。10 is a flowchart illustrating an example of an operation of a transmission device on a transmitting side according to the present disclosure. 本開示の受信側の伝送装置の動作の一例を示すフローチャートである。10 is a flowchart illustrating an example of an operation of a receiving-side transmission device according to the present disclosure. 本開示の伝送装置の制御系のハードウェア構成の一例を示すブロック図である。FIG. 2 is a block diagram illustrating an example of a hardware configuration of a control system of a transmission device according to the present disclosure.

以下、図面を参照しながら、本発明の実施形態を詳細に説明する。但し、以下に述べる実施形態には、本発明を実施するために技術的に好ましい限定がされているが、発明の範囲を以下に限定するものではない。なお各図面の同様の構成要素には同じ番号を付し、説明を省略する場合がある。 Embodiments of the present invention will be described in detail below with reference to the drawings. However, while the embodiments described below have technically preferable limitations for implementing the present invention, they do not limit the scope of the invention. Note that similar components in each drawing are given the same numbers, and descriptions may be omitted.

(第1の実施形態)
図1は、本実施形態の伝送装置100を示すブロック図である。伝送装置100は、フレーム生成手段10と、分割フレーム生成手段20と、回線インターフェースIFと、フレーム復元手段30を有する。フレーム生成手段10が、入力データからヘッダとペイロードを有するフレームを生成する。分割フレーム生成手段20が送信するフレームを分割して分割フレームを生成する。回線インターフェースIFは、回線数に応じて複数設けられる。そして、予め定めた複数の回線に、回線インターフェースIFが分割フレームを送信する。伝送装置100が受信側の時には、それぞれの回線インターフェースIFが、分割フレームを受信する。そして、フレーム復元手段30が、それぞれの分割フレームを予め定めた順番で結合する。この結合によって、フレームが復元される。
(First embodiment)
FIG. 1 is a block diagram showing a transmission device 100 according to this embodiment. The transmission device 100 includes a frame generation means 10, a frame segment generation means 20, a line interface IF, and a frame restoration means 30. The frame generation means 10 generates a frame having a header and a payload from input data. The frame segment generation means 20 generates frame segments by dividing a frame to be transmitted. A plurality of line interfaces IFs are provided according to the number of lines. The line interfaces IFs transmit the frame segments to a predetermined number of lines. When the transmission device 100 is on the receiving side, each line interface IF receives the frame segments. The frame restoration means 30 then combines the frame segments in a predetermined order. This combination restores the frame.

また、本開示の伝送装置100では、上記の構成に加えて、接続試験手段40と、接続切替スイッチ50と、接続切替スイッチ制御手段60と、を伝送装置100が備えている。 In addition to the above configuration, the transmission device 100 of the present disclosure also includes a connection testing means 40, a connection changeover switch 50, and a connection changeover switch control means 60.

接続試験手段40は、送信側の伝送装置100と受信側の伝送装置100との接続試験を行う。送信側の伝送装置100においては、接続試験手段40が、それぞれの回線インターフェースIFから試験信号を送信する。この試験信号は、それぞれの回線インターフェースIFに固有のものである。例えば、試験信号がそれぞれの回線インターフェースIFの識別番号を含むことで、固有の試験信号が生成される。また、受信側の伝送装置100において、いずれかの回線インターフェースが試験信号を受信した際には、接続試験手段40が、各回線インターフェースIFが試験信号を受信したか否かの判定を行う。 The connection testing means 40 performs a connection test between the transmitting transmission device 100 and the receiving transmission device 100. In the transmitting transmission device 100, the connection testing means 40 transmits a test signal from each line interface IF. This test signal is unique to each line interface IF. For example, a unique test signal is generated by including the identification number of each line interface IF in the test signal. In addition, in the receiving transmission device 100, when any line interface receives a test signal, the connection testing means 40 determines whether each line interface IF has received the test signal.

接続切替スイッチ50は、回線と回線インターフェースIFとの接続を切り替える。回線と回線インターフェースIFとは、一対一で接続される。つまり、接続切替スイッチ50は、クロスバースイッチの動作を行う。 The connection changeover switch 50 switches the connection between the line and the line interface IF. Lines and line interfaces IFs are connected one-to-one. In other words, the connection changeover switch 50 operates as a crossbar switch.

接続切替スイッチ制御手段60は、接続切替スイッチ50を制御する。送信側の回線インターフェースIFに対応する受信側の回線インターフェースIFが試験信号を受信していないことに応じて、制御が開始される。そして、送信側の回線インターフェースIFに対応する受信側の回線インターフェースIFと回線とが電気的に接続されるように、接続切替スイッチ制御手段60が接続切替スイッチ50を制御する。 The connection changeover switch control means 60 controls the connection changeover switch 50. This control is initiated when the receiving line interface IF corresponding to the transmitting line interface IF is not receiving a test signal. The connection changeover switch control means 60 then controls the connection changeover switch 50 so that the receiving line interface IF corresponding to the transmitting line interface IF is electrically connected to the line.

(変形例)
図2は、本開示の伝送装置100の変形例を示すブロック図である。変形例の伝送装置100では、それぞれの回線インターフェースIFに試験器Tが設けられている。試験器Tは、ハードウェアである。それぞれの試験器Tは、接続試験手段40によって制御される。つまり、接続試験手段40の制御によって、試験信号の送信と受信を行う。
(Modification)
2 is a block diagram showing a modified example of the transmission device 100 of the present disclosure. In the modified transmission device 100, a tester T is provided for each line interface IF. The tester T is hardware. Each tester T is controlled by a connection testing means 40. That is, the tester T transmits and receives test signals under the control of the connection testing means 40.

次に、2台の伝送装置100を備えた伝送システム1000を用いて、伝送装置100の動作について説明する。図3は、本開示の伝送システム1000の一例を示すブロック図である。 Next, the operation of the transmission device 100 will be described using a transmission system 1000 equipped with two transmission devices 100. Figure 3 is a block diagram showing an example of a transmission system 1000 according to the present disclosure.

伝送システム1000では、2台の伝送装置100が、複数の回線で接続される。送信側の回線インターフェースIFaと受信側の回線インターフェースIFbとが一対一でペアをなすように、回線が接続される。なお、本例では、図2の左側の装置を送信側の伝送装置100aとする。また、図3の右側の装置を受信側の伝送装置100bとする。送信側の回線インターフェースIFaと、対応する受信側の回線インターフェースIFbとが回線で接続される。ここでは、回線インターフェースIFa1と回線インターフェースIFb1との接続が予定されているものとする。同様に、番号が同じ、送信側の回線インターフェースIFaと受信側の回線インターフェースIFbとの接続が予定されているものとする。また、回線インターフェースIFの番号順に、受信側のフレーム復元手段30bが分割フレームを結合するものとする。 In the transmission system 1000, two transmission devices 100 are connected by multiple lines. The lines are connected so that the transmitting line interface IFa and the receiving line interface IFb form a one-to-one pair. In this example, the device on the left side of Figure 2 is the transmitting side transmission device 100a. The device on the right side of Figure 3 is the receiving side transmission device 100b. The transmitting side line interface IFa is connected to the corresponding receiving side line interface IFb by a line. Here, it is assumed that line interface IFa1 and line interface IFb1 are to be connected. Similarly, it is assumed that the transmitting side line interface IFa and the receiving side line interface IFb, which have the same number, are to be connected. It is also assumed that the receiving side frame restoration means 30b combines divided frames in the order of the line interface IF numbers.

上記の構成では、回線インターフェースIFの番号1から昇順で分割フレームが結合される。このため、図3に示されているように、送信側の回線インターフェースIFaと受信側の回線インターフェースIFbとが正しい順序で接続されていれば、正しくフレームが復元される。ここでは、送信側の回線インターフェースIFaと受信側の回線インターフェースIFbの番号が一致することが、正しい順序である。一方、送信側の回線インターフェースIFaの番号と、受信側の回線インターフェースIFbの番号が異なる接続(誤接続)となっていれば、フレームが正しく復元されない。 In the above configuration, split frames are combined in ascending order, starting with line interface IF number 1. Therefore, as shown in Figure 3, if the transmitting line interface IFa and the receiving line interface IFb are connected in the correct order, the frame will be restored correctly. In this case, the correct order means that the numbers of the transmitting line interface IFa and the receiving line interface IFb match. On the other hand, if the number of the transmitting line interface IFa and the number of the receiving line interface IFb are different (misconnection), the frame will not be restored correctly.

送信側の接続切替スイッチ50aには、回線インターフェース側端子50adと回線側端子50afが設けられている。接続切替スイッチ50aでは、両者が一対一で接続される。また、接続切替スイッチ制御手段60aの制御によって、その接続が切り替えられる。同様に、受信側の接続切替スイッチ50bには、回線インターフェース側端子50bdと回線側端子50bfが設けられている。 The connection changeover switch 50a on the transmitting side is provided with a line interface side terminal 50ad and a line side terminal 50af. The connection changeover switch 50a connects the two in a one-to-one relationship. The connection is switched under the control of the connection changeover switch control means 60a. Similarly, the connection changeover switch 50b on the receiving side is provided with a line interface side terminal 50bd and a line side terminal 50bf.

動作の説明をする前に、伝送装置で伝送されるフレームについて説明する。図4は、本開示の伝送装置100で用いられるフレーム200の一例を示す模式図である。ここでは、フレーム200が、GFP(Generic Framing Procedure)フレームの例について説明する。しかしながら、用いられるフレームはGFPフレームに限られない。フレーム200は、コアヘッダ210とペイロード220で構成される。コアヘッダ210は、PLI211とcHEC212とを含む。PLI211は、ペイロード長を表す指標である。cHEC212は、PLIのエラーチェックに用いられる。また、cHEC212は、PLIを所定の式に代入して算出されるエラー検出のためのビットである。ここで、PLIは、Payload Length Indicatiorの略である。また、cHECは、core Header Error Controlの略である。 Before explaining the operation, we will explain the frames transmitted by the transmission device. Figure 4 is a schematic diagram showing an example of a frame 200 used in the transmission device 100 of the present disclosure. Here, we will explain an example where the frame 200 is a Generic Framing Procedure (GFP) frame. However, the frame used is not limited to a GFP frame. The frame 200 is composed of a core header 210 and a payload 220. The core header 210 includes a PLI 211 and a cHEC 212. The PLI 211 is an indicator representing the payload length. The cHEC 212 is used for error checking of the PLI. The cHEC 212 is also a bit for error detection calculated by substituting the PLI into a specified formula. Here, PLI stands for Payload Length Indicator. Also, cHEC stands for core Header Error Control.

ペイロード220は、ペイロードヘッダ221と、データ222と、FCS(Frame Check Sequence)223を含む。FCS323は、データのエラーチェック用のビットである。 The payload 220 includes a payload header 221, data 222, and an FCS (Frame Check Sequence) 223. The FCS 223 is a bit used for checking for data errors.

図5は、本開示の伝送装置100におけるフレーム200の生成の一例を示す模式図である。図5では、コアヘッダ210とペイロード220からなるGFPフレーム200が連続して生成されている。先にGFPフレーム1_201が生成される。次いで、GFPフレーム2_202が生成され、その次にGFPフレーム3_203が生成される。 Figure 5 is a schematic diagram showing an example of frame 200 generation in the transmission device 100 of the present disclosure. In Figure 5, GFP frames 200 consisting of a core header 210 and a payload 220 are generated consecutively. GFP frame 1_201 is generated first. Next, GFP frame 2_202 is generated, and then GFP frame 3_203 is generated.

図6は、本開示の伝送装置100におけるフレーム分割の一例を示す模式図である。フレーム200が、n個の分割フレームに分割されている。分割の方法は任意であるが、例えば、予め定めた固定長で、フレーム200が分割される。そして、分割フレーム1_301、分割フレーム2_302、分割フレーム3_303、・・・、分割フレームn_30nの順に、データが送信される。 Figure 6 is a schematic diagram showing an example of frame division in the transmission device 100 of the present disclosure. Frame 200 is divided into n divided frames. Any division method can be used, but for example, frame 200 is divided into divided frames of a predetermined fixed length. Data is then transmitted in the order of divided frame 1_301, divided frame 2_302, divided frame 3_303, ..., divided frame n_30n.

次に、回線接続作業における、伝送装置100および伝送システム1000の動作について説明する。図7は、伝送システム1000の第1の状態を示すブロック図である。図3の例と同様に、送信側が伝送装置100a、受信側が伝送装置100bである。送信側では、順番通りに回線インターフェースIFaと回線とが接続するように、接続切替スイッチ50aが制御されている。そして、送信側の回線インターフェースIFa1に回線1が接続されている。受信側では、回線1が回線インターフェースIFb1に接続されている。この状態で、回線インターフェースIFa1から、回線インターフェースIFa1に固有の試験信号が送信される。試験信号の形式は任意であるが、回線インターフェースIFa1に固有のものであることが、識別される必要がある。このため、例えば、試験信号には、回線インターフェースIFa1の識別番号が含まれる。この試験信号は、回線1を介して、回線インターフェースIFb1で受信される。そして、接続試験手段40bが、回線インターフェースIFa1の試験信号を受信したとの判定を行う。この判定結果を参照することによって、回線インターフェースIFa1と回線インターフェースIFb1とが正しく接続されたことを、接続切替スイッチ制御手段60bが検出する。そして、この接続が維持されるように、接続切替スイッチ制御手段60bが接続切替スイッチ50bを制御する。 Next, the operation of the transmission device 100 and transmission system 1000 during line connection work will be described. Figure 7 is a block diagram showing a first state of the transmission system 1000. As in the example of Figure 3, the transmitting side is transmission device 100a and the receiving side is transmission device 100b. On the transmitting side, the connection changeover switch 50a is controlled so that the line interface IFa and the lines are connected in order. Line 1 is connected to the transmitting side line interface IFa1. On the receiving side, line 1 is connected to line interface IFb1. In this state, a test signal specific to line interface IFa1 is transmitted from line interface IFa1. The format of the test signal is arbitrary, but it must be identified as being specific to line interface IFa1. For this reason, for example, the test signal includes the identification number of line interface IFa1. This test signal is received by line interface IFb1 via line 1. The connection testing means 40b then determines that the test signal from line interface IFa1 has been received. By referencing this determination result, the connection changeover switch control means 60b detects that the line interface IFa1 and the line interface IFb1 are properly connected. The connection changeover switch control means 60b then controls the connection changeover switch 50b so that this connection is maintained.

なお、接続試験手段40aが試験信号を送信するタイミングは任意に設定可能である。例えば、接続試験手段40aが、回線1が回線インターフェースIFb1に接続されたことを検出し、この検出を契機として接続試験手段40aが試験信号を送信しても良い。 The timing at which the connection testing means 40a sends the test signal can be set arbitrarily. For example, the connection testing means 40a may detect that line 1 has been connected to line interface IFb1, and this detection may trigger the connection testing means 40a to send a test signal.

次に、送信側の回線インターフェースIFa2に接続された回線2を、作業者が受信側の伝送装置100bのいずれかの回線インターフェースIFbに接続する。この際に、予定された回線インターフェースIFb2以外の回線インターフェースIFbに、回線が接続されることがあり得る。これが誤接続である。 Next, the operator connects line 2, which is connected to line interface IFa2 on the sending side, to one of the line interfaces IFb on the receiving transmission device 100b. At this time, it is possible that the line may be connected to a line interface IFb other than the intended line interface IFb2. This is an incorrect connection.

図8は、本開示の伝送システム1000の第2の状態を示すブロック図である。受信側の伝送装置100bでは、まず、送信側の回線インターフェースIFa2に対応する回線インターフェースIFb2からの試験信号の受信を試みる。このため、第2の状態では、接続切替スイッチ50bにおいて、回線側端子50bf2と回線インターフェース側端子50bd2とが接続されている。この状態では、回線側端子50bf2に回線2が接続されていない。このため、接続試験手段40bが、試験信号の受信を否と判定する。 Figure 8 is a block diagram showing a second state of the transmission system 1000 of the present disclosure. The receiving-side transmission device 100b first attempts to receive a test signal from the line interface IFb2 corresponding to the transmitting-side line interface IFa2. Therefore, in the second state, the connection changeover switch 50b connects the line-side terminal 50bf2 and the line interface-side terminal 50bd2. In this state, line 2 is not connected to the line-side terminal 50bf2. Therefore, the connection testing means 40b determines that the test signal has not been received.

この判定結果に応じて、接続切替スイッチ制御手段60が、別の接続を試みる。例えば、接続が確定していない回線インターフェースIFの中から、番号の若い順に、順次、接続が切り替えられる。 Depending on the result of this determination, the connection changeover switch control means 60 attempts a different connection. For example, the connection is switched sequentially from the line interfaces IF with undetermined connections, starting with the lowest number.

図9は、本開示の伝送システム1000の第3の状態を示すブロック図である。第3の状態では、接続切替スイッチ50bにおける接続が、第2の状態から変更されている。つまり、回線側端子50bf3と回線インターフェース側端子50bd2とが接続されている。この状態では、回線側端子50bf3に回線2が接続されていない。このため、接続試験手段40bが、試験信号の受信を否と判定する。そこで、接続切替スイッチ制御手段60が、さらに試験信号を受信可能な接続を探索する。 Figure 9 is a block diagram showing the third state of the transmission system 1000 of the present disclosure. In the third state, the connection in the connection changeover switch 50b has changed from the second state. That is, the line side terminal 50bf3 and the line interface side terminal 50bd2 are connected. In this state, line 2 is not connected to the line side terminal 50bf3. Therefore, the connection testing means 40b determines that the test signal has not been received. Therefore, the connection changeover switch control means 60 further searches for a connection that can receive the test signal.

図10は、本開示の伝送システム1000の第4の状態を示すブロック図である。接続切替スイッチ50bにおいて、回線インターフェース側端子50bd2が回線側端子50bfmと接続されている。この状態では、回線側端子50bf2に回線2が接続されていない。このため、接続試験手段40bが、試験信号の受信を否と判定する。そこで、接続切替スイッチ制御手段60が、さらに試験信号を受信可能な接続を探索する。 Figure 10 is a block diagram showing the fourth state of the transmission system 1000 of the present disclosure. In the connection changeover switch 50b, the line interface side terminal 50bd2 is connected to the line side terminal 50bfm. In this state, line 2 is not connected to the line side terminal 50bf2. Therefore, the connection testing means 40b determines that the test signal has not been received. Therefore, the connection changeover switch control means 60 further searches for a connection that can receive the test signal.

図11は、本開示の伝送システム1000の第5の状態を示すブロック図である。接続切替スイッチ50bにおいて、回線インターフェース側端子50bd2が回線側端子50bfnと接続されている。この状態では、回線側端子50bf2に回線2が接続される。このため、接続試験手段40bが、試験信号の受信を可と判定する。そこで、この接続を維持されるように、接続切替スイッチ制御手段60が、接続切替スイッチ50を制御する。 Figure 11 is a block diagram showing the fifth state of the transmission system 1000 of the present disclosure. In the connection changeover switch 50b, the line interface side terminal 50bd2 is connected to the line side terminal 50bfn. In this state, line 2 is connected to the line side terminal 50bf2. Therefore, the connection testing means 40b determines that reception of the test signal is possible. Therefore, the connection changeover switch control means 60 controls the connection changeover switch 50 to maintain this connection.

上記の接続が維持されることによって、送信側の回線インターフェースIFa2と、受信側の回線インターフェースIFb2が接続された状態となる。つまり、正常な接続が行われた状態になる。 By maintaining the above connection, the sending line interface IFa2 and the receiving line interface IFb2 are connected. In other words, a normal connection is established.

同様にして、回線3以降の回線と、受信側の回線インターフェースIFbとの接続の修正が、順次、実行される。そして、全ての回線における接続が正常に改められることで、接続作業が完了する。この状態では、予定された順番で分割フレームを結合することによって、受信側のフレーム復元手段30bがフレーム200を正しく復元できる。つまり、自動的に、全ての回線が正常に接続された状態に改められる。 In the same way, the connections between line 3 and subsequent lines and the receiving line interface IFb are corrected in sequence. The connection work is then completed when all line connections are restored to normal. In this state, the receiving side's frame restoration means 30b can correctly restore frame 200 by combining the divided frames in the scheduled order. In other words, all lines are automatically restored to a normal connection state.

次に、上記の動作の要旨について説明する。図12は、本開示の送信側の伝送装置100aの動作の一例を示すフローチャートである。 Next, the gist of the above operation will be explained. Figure 12 is a flowchart showing an example of the operation of the transmitting-side transmission device 100a of the present disclosure.

まず、例えば、作業者等が回線を接続することによって、k番目の送信側の回線インターフェースIFakが、受信側のいずれかの回線インターフェースIFbと接続される。すると、送信側の接続試験手段40aがこの接続を検出する(S1)。ここで、kは、例えば、接続が維持されていない一番若い番号として設定される。この接続を検出すると、回線インターフェースIFakに固有の試験信号を、接続試験手段40aが回線_kに送信する(S2)。 First, for example, when an operator or other person connects a line, the kth transmitting line interface IFak is connected to one of the receiving line interfaces IFb. The transmitting connection testing means 40a then detects this connection (S1). Here, k is set, for example, to the smallest number for which a connection is not maintained. Upon detecting this connection, the connection testing means 40a transmits a test signal specific to the line interface IFak to line_k (S2).

図13は、本開示の受信側の伝送装置100bの動作の一例を示すフローチャートである。まず、接続切替スイッチ50bにおいて、回線インターフェース側端子50bdkが、回線側端子50bfkに接続される(S11)。次に、送信側の回線インターフェースIFakに対応する試験信号が受信されたか、接続試験手段40bが判定を行う(S12)。そして、接続切替スイッチ制御手段60によって、この判定結果が参照される。ここで、試験信号が受信されていれば(S12_Yes)、接続切替スイッチ制御手段60によって、この接続(回線インターフェース側端子50bdkと回線側端子50bfkの接続)が維持される(S14)。次に、接続が維持されていない回線インターフェースIFbがあるか判定される(S15)。ここで、接続が維持されていない回線インターフェースIFbが無ければ(S15_No)、動作が終了する。一方、接続が維持されていない回線インターフェースIFbがあれば(S15_Yes)、S12に戻り、次の接続を確立する動作が行われる。 Figure 13 is a flowchart showing an example of the operation of the receiving-side transmission device 100b of the present disclosure. First, in the connection changeover switch 50b, the line interface side terminal 50bdk is connected to the line side terminal 50bfk (S11). Next, the connection testing means 40b determines whether a test signal corresponding to the transmitting-side line interface IFak has been received (S12). The connection changeover switch control means 60 then references this determination result. If a test signal has been received (S12_Yes), the connection changeover switch control means 60 maintains this connection (the connection between the line interface side terminal 50bdk and the line side terminal 50bfk) (S14). Next, it determines whether there is a line interface IFb for which the connection is not maintained (S15_No). If there is no line interface IFb for which the connection is not maintained (S15_No), the operation ends. On the other hand, if there is a line interface IFb for which the connection is not maintained (S15_Yes), the operation returns to S12 and the operation to establish the next connection is performed.

一方、S12の判定において、接続試験手段40bで試験信号が受信されていなければ(S12_No)、次の制御が行われる。つまり、接続試験手段40bが試験信号の受信を検出するまで、接続切替スイッチ制御手段60bが、接続切替スイッチ50の接続を切替える(S13)。そして、試験信号を受信できる接続が検出されたら、接続切替スイッチ制御手段60が、この接続を維持する制御を行う(S14)。次に、接続が維持されていない回線インターフェースIFbがあるか判定される(S15)。ここで、接続が維持されていない回線インターフェースIFbが無ければ(S15_No)、動作が終了する。一方、接続が維持されていない回線インターフェースIFbがあれば(S15_Yes)、S12に戻り、次の接続を確立する動作を行う。 On the other hand, if the connection testing means 40b does not receive a test signal in the determination of S12 (S12_No), the next control is performed. That is, the connection changeover switch control means 60b switches the connection of the connection changeover switch 50 until the connection testing means 40b detects the reception of a test signal (S13). Then, when a connection that can receive a test signal is detected, the connection changeover switch control means 60 performs control to maintain this connection (S14). Next, it is determined whether there is a line interface IFb for which a connection is not being maintained (S15). Here, if there is no line interface IFb for which a connection is not being maintained (S15_No), the operation ends. On the other hand, if there is a line interface IFb for which a connection is not being maintained (S15_Yes), the operation returns to S12 and the operation to establish the next connection is performed.

以上の動作によれば、誤接続があった際にも、正常となるように接続が修正される。このため、予定通りの順番で、フレーム復元手段30が分割フレームを結合することで、フレーム200が正しく復元される。 The above operation allows the connection to be corrected even if an incorrect connection occurs. As a result, the frame restoration means 30 combines the divided frames in the expected order, thereby correctly restoring frame 200.

図14は、伝送装置100において、接続切替スイッチ制御手段60等の制御部が実装されるのハードウェア構成の一例を示すブロック図である。このハードウェアは、例えば、一般的なコンピュータである。図14に示されているように、このコンピュータは、例えば、プロセッサ101と、メモリ102と、表示部103と、入力部104と、記憶部105と、通信インターフェース106とを備える。そして、プロセッサ101が、演算処理を実行する。メモリ102が、演算に用いられるデータを記憶する。表示部103が、データ等を表示する。入力部104が、外部からの入力を受け付ける。記憶部105がデータを記憶する。また、通信インターフェース106を介して、コンピュータと外部の機器との通信が行われる。 Figure 14 is a block diagram showing an example of the hardware configuration of the transmission device 100 in which control units such as the connection changeover switch control means 60 are implemented. This hardware is, for example, a general-purpose computer. As shown in Figure 14, this computer includes, for example, a processor 101, memory 102, display unit 103, input unit 104, storage unit 105, and communication interface 106. The processor 101 executes arithmetic processing. The memory 102 stores data used in the arithmetic processing. The display unit 103 displays data, etc. The input unit 104 accepts input from outside. The storage unit 105 stores data. Furthermore, communication between the computer and external devices is carried out via the communication interface 106.

以上、本開示の伝送装置100等について説明した。 The transmission device 100 and other components of the present disclosure have been described above.

本開示の伝送装置100は、フレーム生成手段10と、分割フレーム生成手段20と、回線インターフェースIFと、フレーム復元手段30と、を有する。入力データからヘッダとペイロードを有するフレーム200を、フレーム生成手段10が生成する。分割フレーム生成手段20が、送信するフレーム200を分割して分割フレームを生成する。それぞれの分割フレームを、回線インターフェースIFが、予め定めた複数の回線に送信する。分割フレームを受信した際に、フレーム復元手段30が、それぞれの分割フレームを予め定めた順番で結合し、前記フレームを復元する。また、伝送装置100が、接続試験手段40と、接続切替スイッチ50と、接続切替スイッチ制御手段60と、を備える。それぞれの回線インターフェースIFから、それぞれの回線インターフェースIFに固有の試験信号を接続試験手段40が送信する。また、回線インターフェースIFが試験信号を受信した際には、接続試験手段40が、試験信号を受信したか否かの判定を行う。回線と回線インターフェースIFとの接続を、接続切替スイッチが切り替える。接続試験手段40の判定に応じて、接続切替スイッチ制御手段60が接続切替スイッチ50を制御する。この判定とは、複数の回線のいずれかに応じた回線インターフェースIFで、試験信号が受信されていないとの判定である。そして、送信側の回線インターフェースIFaに対応する受信側の回線インターフェースIFbと回線とが電気的に接続されるように、接続切替スイッチ制御手段60が記接続切替スイッチを制御する。 The transmission device 100 of the present disclosure comprises a frame generation means 10, a frame segment generation means 20, a line interface IF, and a frame restoration means 30. The frame generation means 10 generates a frame 200 having a header and a payload from input data. The frame segment generation means 20 generates frame segments by dividing the frame 200 to be transmitted. The line interface IF transmits each of the frame segments to a predetermined number of lines. Upon receiving the frame segments, the frame restoration means 30 combines the frame segments in a predetermined order to restore the frame. The transmission device 100 also comprises a connection testing means 40, a connection changeover switch 50, and a connection changeover switch control means 60. The connection testing means 40 transmits a test signal specific to each line interface IF from each line interface IF. Furthermore, when the line interface IF receives a test signal, the connection testing means 40 determines whether the test signal has been received. The connection changeover switch switches the connection between the line and the line interface IF. The connection changeover switch control means 60 controls the connection changeover switch 50 in response to the determination of the connection test means 40. This determination is made by determining that a test signal is not being received at the line interface IF corresponding to one of the multiple lines. The connection changeover switch control means 60 then controls the connection changeover switch so that the line is electrically connected to the receiving line interface IFb corresponding to the transmitting line interface IFa.

以上の構成によれば、送信側の回線インターフェースIFaと、受信側の回線インターフェースIFbとの接続に誤りがあっても、予定された順番となるように、自動的に受信側の回線インターフェースIFbの順番が修正される。 With the above configuration, even if there is an error in the connection between the transmitting line interface IFa and the receiving line interface IFb, the order of the receiving line interface IFb is automatically corrected to ensure the scheduled order.

また、一態様によれば、伝送装置100が、受信側となる。この時、回線インターフェースIFbが、対応する送信側の回線インターフェースIFaからの試験信号を受信できないことがある。この際に、接続切替スイッチ50の回線側の接続端子と回線インターフェースの接続端子との接続先を、接続切替スイッチ制御手段60が順次切り替える。そして、接続試験手段40が、試験信号を受信可能な接続を特定する。 Also, according to one aspect, the transmission device 100 is on the receiving side. At this time, the line interface IFb may be unable to receive the test signal from the corresponding line interface IFa on the transmitting side. In this case, the connection switch control means 60 sequentially switches the connection between the line-side connection terminal of the connection switch 50 and the connection terminal of the line interface. Then, the connection testing means 40 identifies a connection that can receive the test signal.

以上の構成では、接続切替スイッチ50が接続を順次切り替えて、試験信号を受信可能な接続が探索される。このため、試験信号を受信可能な接続が確実に検出される。 In the above configuration, the connection changeover switch 50 sequentially switches between connections to search for a connection that can receive the test signal. This ensures that a connection that can receive the test signal is detected reliably.

また、一態様によれば、伝送装置100において、上記で特定された試験信号を受信可能な接続が維持されるように、接続切替スイッチ制御手段60が接続切替スイッチ50を制御する。 Furthermore, according to one aspect, in the transmission device 100, the connection changeover switch control means 60 controls the connection changeover switch 50 so as to maintain a connection capable of receiving the test signal identified above.

上記の構成とすることによって、正常な接続が確立された接続の組み合わせが維持される。 By using the above configuration, connection combinations that have established normal connections are maintained.

また、一態様によれば、接続試験手段40が、回線インターフェースIFと、接続先の伝送装置100の回線インターフェースIFとが接続されたことを検出する。そして、該検出を契機として、接続試験手段40が、試験信号を送信する。 Also, according to one aspect, the connection testing means 40 detects that the line interface IF has been connected to the line interface IF of the destination transmission device 100. Then, upon this detection, the connection testing means 40 transmits a test signal.

上記の構成では、送信側の伝送装置100aと受信側の伝送装置100bとの間に回線が接続される度に、試験信号が送信され、接続試験が実行される。このため、もれなく接続試験が実行される。 In the above configuration, a test signal is sent and a connection test is performed each time a line is connected between the sending transmission device 100a and the receiving transmission device 100b. This ensures that connection tests are performed without exception.

また、本開示の伝送システム1000は、伝送装置100を2台備える。そして、一方の伝送装置100の回線インターフェースIFと他方の伝送装置100の回線インターフェースIFとが対を形成する。この対が、回線によって接続されている。 Furthermore, the transmission system 1000 of the present disclosure includes two transmission devices 100. The line interface IF of one transmission device 100 and the line interface IF of the other transmission device 100 form a pair. This pair is connected by a line.

以上の構成によれば、送信側の回線インターフェースIFaと、受信側の回線インターフェースIFbとの接続に誤りがあっても、予定された順番となるように、自動的に回線インターフェースIFbの順番が修正される。 With the above configuration, even if there is an error in the connection between the sending line interface IFa and the receiving line interface IFb, the order of the line interfaces IFb is automatically corrected to ensure the scheduled order.

また、本開示の伝送装置100の制御方法が、伝送装置100を制御する。伝送装置100は、フレーム生成手段10と、分割フレーム生成手段20と、回線インターフェースIFと、フレーム復元手段30と、を有する。入力データからヘッダとペイロードを有するフレーム200を、フレーム生成手段10が生成する。分割フレーム生成手段20が、送信するフレーム200を分割して分割フレームを生成する。また、伝送装置100が、接続試験手段40と、接続切替スイッチ50と、接続切替スイッチ制御手段60と、を備える。それぞれの分割フレームを、回線インターフェースIFが、予め定めた複数の回線に送信する。分割フレームを受信した際に、フレーム復元手段30が、それぞれの分割フレームを予め定めた順番で結合し、前記フレームを復元する。そして、それぞれの回線インターフェースIFから、それぞれの回線インターフェースIFに固有の試験信号が送信される。回線インターフェースIFが試験信号を受信した際には、回線インターフェースIFが試験信号を受信したか否かの判定が行われる。そして、複数の回線のいずれかに応じた回線インターフェースIFで、接続試験手段40が、試験信号を受信していないと判定する。すると、それに応じて、接続切替スイッチ制御手段60が、接続切替スイッチ50の接続を制御する。送信側の回線インターフェースIFに対応する受信側の回線インターフェースIFと回線とが電気的に接続されるように、この制御が行われる。 Furthermore, a control method for a transmission device 100 disclosed herein controls the transmission device 100. The transmission device 100 has a frame generation means 10, a frame segment generation means 20, a line interface IF, and a frame restoration means 30. The frame generation means 10 generates a frame 200 having a header and a payload from input data. The frame segment generation means 20 generates frame segments by dividing the frame 200 to be transmitted. The transmission device 100 also has a connection test means 40, a connection changeover switch 50, and a connection changeover switch control means 60. The line interface IF transmits each of the frame segments to a predetermined number of lines. Upon receiving the frame segments, the frame restoration means 30 combines the frame segments in a predetermined order to restore the frame. Then, each line interface IF transmits a test signal specific to that line interface IF. When the line interface IF receives the test signal, it is determined whether the line interface IF has received the test signal. The connection testing means 40 then determines that the test signal is not being received at the line interface IF corresponding to one of the multiple lines. In response, the connection changeover switch control means 60 controls the connection of the connection changeover switch 50. This control is performed so that the line is electrically connected to the receiving line interface IF corresponding to the transmitting line interface IF.

以上の構成によれば、送信側の回線インターフェースIFと、受信側の回線インターフェースIFとの接続に誤りがあっても、予定された順番となるように、自動的に受信側の回線インターフェースIFの順番が修正される。 With the above configuration, even if there is an error in the connection between the sending line interface IF and the receiving line interface IF, the order of the receiving line interface IF is automatically corrected to ensure the scheduled order.

また、本開示の伝送装置100の制御プログラムは、伝送装置100に処理を実行させる。伝送装置100は、フレーム生成手段10と、分割フレーム生成手段20と、回線インターフェースIFと、フレーム復元手段30と、を有する。入力データからヘッダとペイロードを有するフレーム200を、フレーム生成手段10が生成する。分割フレーム生成手段20が、送信するフレーム200を分割して分割フレームを生成する。また、伝送装置100が、接続試験手段40と、接続切替スイッチ50と、接続切替スイッチ制御手段60と、を備える。それぞれの分割フレームを、回線インターフェースIFが、予め定めた複数の回線に送信する。分割フレームを受信した際に、フレーム復元手段30が、それぞれの分割フレームを予め定めた順番で結合し、前記フレームを復元する。そして、伝送装置100の制御プログラムが、以下の処理を伝送装置に実行させる。それぞれの回線インターフェースIFから、それぞれの回線インターフェースに固有の試験信号を送信する処理が、その一つである。回線インターフェースIFが試験信号を受信した際に、試験信号を受信したか否かの判定を行う処理が、その一つである。回線インターフェースIFで試験信号を受信していないと判定する処理が、その一つである。ここでは、複数の回線のいずれかに応じた試験信号が受信される。それに応じて、回線と回線インターフェースIFとの接続を制御する処理が、その一つである。そして、送信側の回線インターフェースIFに対応する受信側の回線インターフェースIFと回線とが電気的に接続されるように、この制御が行われる。 The control program for the transmission device 100 of the present disclosure causes the transmission device 100 to execute processing. The transmission device 100 includes a frame generation means 10, a frame segment generation means 20, a line interface IF, and a frame restoration means 30. The frame generation means 10 generates a frame 200 having a header and a payload from input data. The frame segment generation means 20 generates frame segments by dividing the frame 200 to be transmitted. The transmission device 100 also includes a connection test means 40, a connection changeover switch 50, and a connection changeover switch control means 60. The line interface IF transmits each of the frame segments to a predetermined number of lines. Upon receiving the frame segments, the frame restoration means 30 combines the frame segments in a predetermined order to restore the frame. The control program for the transmission device 100 then causes the transmission device to execute the following processing. One of these processing steps is to transmit a test signal specific to each line interface from each line interface IF. One example is the process of determining whether a test signal has been received when the line interface IF receives one. Another example is the process of determining that a test signal has not been received by the line interface IF. Here, a test signal corresponding to one of multiple lines is received. Another example is the process of controlling the connection between the line and the line interface IF in response to that signal. This control is then performed so that the line is electrically connected to the receiving line interface IF corresponding to the transmitting line interface IF.

以上の構成によれば、伝送装置100において、送信側の回線インターフェースIFと、受信側の回線インターフェースIFとの接続に誤りがあっても、予定された順番となるように、自動的に受信側の回線インターフェースIFの順番が修正される。 With the above configuration, even if there is an error in the connection between the transmitting line interface IF and the receiving line interface IF in the transmission device 100, the order of the receiving line interface IF is automatically corrected to ensure the scheduled order.

上述した実施形態の処理を、コンピュータに実行させるプログラムおよび該プログラムを格納した記録媒体も本発明の範囲に含む。記録媒体としては、例えば、磁気ディスク、磁気テープ、光ディスク、光磁気ディスク、半導体メモリ、などを用いることができる。 The scope of the present invention also includes a program that causes a computer to execute the processing of the above-described embodiment, and a recording medium on which the program is stored. Examples of recording media that can be used include magnetic disks, magnetic tapes, optical disks, magneto-optical disks, and semiconductor memories.

以上、上述した実施形態を模範的な例として本発明を説明した。しかしながら、本発明は、上記実施形態には限定されない。即ち、本発明は、本発明のスコープ内において、当業者が理解し得る様々な態様を適用することができる。 The present invention has been described above using the above-mentioned embodiment as an exemplary example. However, the present invention is not limited to the above-mentioned embodiment. In other words, the present invention can be applied in various aspects that are understandable to those skilled in the art within the scope of the present invention.

上記の実施形態の一部又は全部は、以下の付記のようにも記載されうるが、以下には限られない。 Some or all of the above embodiments may also be described as, but are not limited to, the following notes.

(付記1)
入力データからヘッダとペイロードを有するフレームを生成するフレーム生成手段と、
送信する前記フレームを分割して分割フレームを生成する分割フレーム生成手段と、
それぞれの前記分割フレームを予め定めた複数の回線に送信する回線インターフェースと、
前記分割フレームを受信した際に、それぞれの前記分割フレームを予め定めた順番で結合し、前記フレームを復元するフレーム復元手段と、
を有する伝送装置であって、
それぞれの前記回線インターフェースから、それぞれの前記回線インターフェースに固有の試験信号を送信し、前記回線インターフェースが前記試験信号を受信した際には、前記試験信号を受信したか否かの判定を行う接続試験手段と、
前記回線と前記回線インターフェースとの接続を切り替える接続切替スイッチと、
前記接続試験手段が複数の前記回線のいずれかに応じた前記回線インターフェースで前記固有の試験信号を受信していないと判定したことに応じて、前記回線に応じた送信側の前記回線インターフェースに対応する受信側の前記回線インターフェースと前記回線とが電気的に接続されるように前記接続切替スイッチを制御する接続切替スイッチ制御手段と、
を備える、
ことを特徴とする伝送装置。
(Appendix 1)
a frame generating means for generating a frame having a header and a payload from input data;
a frame division generating means for dividing the frame to be transmitted and generating frame divisions;
a line interface for transmitting each of the divided frames to a plurality of predetermined lines;
a frame restoration means for, when receiving the divided frames, combining the divided frames in a predetermined order to restore the frame;
A transmission device having:
a connection test means for transmitting a test signal specific to each of the line interfaces from each of the line interfaces, and for determining whether or not the test signal has been received when the line interface receives the test signal;
a connection changeover switch for switching the connection between the line and the line interface;
a connection changeover switch control means for controlling the connection changeover switch in response to the connection testing means determining that the specific test signal has not been received by the line interface corresponding to any of the plurality of lines so that the line is electrically connected to the line interface on the receiving side corresponding to the line interface on the transmitting side corresponding to the line;
Equipped with
A transmission device characterized by:

(付記2)
前記伝送装置が受信側である時に、
前記接続切替スイッチ制御手段が、
前記回線インターフェースが対応する送信側の前記回線インターフェースからの前記試験信号を受信できなかった際に、前記接続切替スイッチの前記回線側の接続端子の接続先の前記回線インターフェースの接続端子を順次切り替え、
前記接続試験手段が、
前記試験信号を受信可能な接続を特定する、
ことを特徴とする付記1に記載の伝送装置。
(Appendix 2)
When the transmitting device is a receiving device,
The connection changeover switch control means
When the line interface fails to receive the test signal from the corresponding line interface on the transmitting side, the connection terminals of the line interfaces to which the line side connection terminals of the connection changeover switch are connected are sequentially switched;
The connection testing means
identifying a connection capable of receiving the test signal;
2. The transmission device according to claim 1,

(付記3)
前記接続切替スイッチ制御手段が、
特定した前記試験信号を受信可能な接続を維持する、
ことを特徴とする付記2に記載の伝送装置。
(Appendix 3)
The connection changeover switch control means
Maintaining a connection capable of receiving the identified test signal;
3. The transmission device according to claim 2,

(付記4)
前記接続試験手段が、
前記回線インターフェースと、接続先の前記伝送装置の前記回線インターフェースとが接続されたことを検出し、該検出を契機として前記試験信号を送信する、
ことを特徴とする付記1乃至3のいずれか一項に記載の伝送装置。
(Appendix 4)
The connection testing means
detecting that the line interface is connected to the line interface of the destination transmission device, and transmitting the test signal in response to the detection;
4. The transmission device according to claim 1, wherein:

(付記5)
付記1乃至4のいずれか一付記に記載の前記伝送装置を2台備え、
一方の前記伝送装置の前記回線インターフェースと他方の前記伝送装置の前記回線インターフェースとが対を形成するように、前記回線によって接続されている、
ことを特徴とする伝送システム。
(Appendix 5)
Two of the transmission devices according to any one of Supplementary Notes 1 to 4 are provided;
the line interface of one of the transmission devices is connected to the line interface of the other of the transmission devices so as to form a pair;
A transmission system characterized in that:

(付記6)
入力データからヘッダとペイロードを有するフレームを生成するフレーム生成手段と、
送信する前記フレームを分割して分割フレームを生成する分割フレーム生成手段と、
それぞれの前記分割フレームを予め定めた複数の回線に送信する回線インターフェースと、
前記分割フレームを受信した際に、それぞれの前記分割フレームを予め定めた順番で結合し、前記フレームを復元するフレーム復元手段と、
を有する伝送装置の制御方法であって、
それぞれの前記回線インターフェースから、それぞれの前記回線インターフェースに固有の試験信号を送信し、
前記回線インターフェースが前記試験信号を受信した際には、前記試験信号を受信したか否かの判定を行い、
複数の前記回線のいずれかに応じた前記回線インターフェースで前記試験信号を受信していないと判定したことに応じて、前記回線に応じた送信側の前記回線インターフェースに対応する受信側の前記回線インターフェースと前記回線とが電気的に接続されるように接続を制御する、
ことを特徴とする伝送装置の制御方法。
(Appendix 6)
a frame generating means for generating a frame having a header and a payload from input data;
a frame division generating means for dividing the frame to be transmitted and generating frame divisions;
a line interface for transmitting each of the divided frames to a plurality of predetermined lines;
a frame restoration means for, when receiving the divided frames, combining the divided frames in a predetermined order to restore the frame;
A control method for a transmission device having
transmitting, from each of said line interfaces, a test signal specific to each of said line interfaces;
When the line interface receives the test signal, it determines whether or not the test signal has been received;
controlling a connection in response to determining that the test signal has not been received by the line interface corresponding to any of the plurality of lines so that the line is electrically connected to the line interface on the receiving side corresponding to the line interface on the transmitting side corresponding to the line;
A method for controlling a transmission device.

(付記7)
入力データからヘッダとペイロードを有するフレームを生成するフレーム生成手段と、
送信する前記フレームを分割して分割フレームを生成する分割フレーム生成手段と、
それぞれの前記分割フレームを予め定めた複数の回線に送信する回線インターフェースと、
前記分割フレームを受信した際に、それぞれの前記分割フレームを予め定めた順番で結合し、前記フレームを復元するフレーム復元手段と、
を有する伝送装置の制御プログラムであって、
それぞれの前記回線インターフェースから、それぞれの前記回線インターフェースに固有の試験信号を送信する処理と、
前記回線インターフェースが前記試験信号を受信した際には、前記試験信号を受信したか否かの判定を行う処理と、
複数の前記回線のいずれかに応じた前記回線インターフェースで前記試験信号を受信していないと判定したことに応じて、前記回線に応じた送信側の前記回線インターフェースに対応する受信側の前記回線インターフェースと前記回線とが電気的に接続されるように接続を制御する処理と、
を前記伝送装置に実行させることを特徴とする伝送装置の制御プログラム。
(Appendix 7)
a frame generating means for generating a frame having a header and a payload from input data;
a frame division generating means for dividing the frame to be transmitted and generating frame divisions;
a line interface for transmitting each of the divided frames to a plurality of predetermined lines;
a frame restoration means for, when receiving the divided frames, combining the divided frames in a predetermined order to restore the frame;
A control program for a transmission device comprising:
transmitting, from each of said line interfaces, a test signal specific to each of said line interfaces;
When the line interface receives the test signal, a process of determining whether or not the test signal has been received;
a process of controlling a connection so that, in response to determining that the test signal has not been received by the line interface corresponding to any of the plurality of lines, the line interface on the receiving side corresponding to the line interface on the transmitting side corresponding to the line is electrically connected to the line;
A control program for a transmission device, which causes the transmission device to execute the above.

10 フレーム生成手段
20 分割フレーム生成手段
30、30b フレーム復元手段
40、40a、40b 接続試験手段
50、50a、50b 接続切替スイッチ
60、60a、60b 接続切替スイッチ制御手段
100、100a、100b 伝送装置
1000 伝送システム
200 フレーム
IF、IFa、IFb 回線インターフェース
T 試験器
REFERENCE SIGNS LIST 10 Frame generation means 20 Frame division generation means 30, 30b Frame restoration means 40, 40a, 40b Connection test means 50, 50a, 50b Connection changeover switch 60, 60a, 60b Connection changeover switch control means 100, 100a, 100b Transmission device 1000 Transmission system 200 Frame IF, IFa, IFb Line interface T Tester

Claims (7)

入力データからヘッダとペイロードを有するフレームを生成するフレーム生成手段と、
記フレームを分割して分割フレームを生成する分割フレーム生成手段と、
記分割フレームを通信相手の伝送装置と予め定めた複数の回線信する複数の回線インターフェースと、
通信相手の伝送装置に備えられている複数の回線インターフェースから受信した分割フレームを予め定めた順番で結合し、通信相手の伝送装置に備えられているフレーム生成手段により生成されたフレームを復元するフレーム復元手段と、
を有する伝送装置であって、
れぞれの回線インターフェースに固有の試験信号をそれぞれの前記回線インターフェースから送信する機能と、回線インターフェースにより受信された試験信号前記回線インターフェースに対応する通信相手の伝送装置の回線インターフェースに固有の試験信号であるか否かの判定を行う機能とを有する接続試験手段と、
前記回線と前記回線インターフェースとの接続を切り替える接続切替スイッチと、
前記接続試験手段が前記回線インターフェースに対応する通信相手の伝送装置の回線インターフェースに固有の試験信号を受信していないと判定したことに応じて、通信相手の伝送装置の回線インターフェースとこの回線インターフェースに対応する回線インターフェースとが電気的に接続されるように前記接続切替スイッチを制御する接続切替スイッチ制御手段と、
を備える、
ことを特徴とする伝送装置。
a frame generating means for generating a frame having a header and a payload from input data;
a divided frame generating means for dividing the frame to generate divided frames;
a plurality of line interfaces for transmitting and receiving the divided frames to and from a communication partner transmission device via a plurality of predetermined lines;
a frame restoration means for combining, in a predetermined order, divided frames received from a plurality of line interfaces provided in the transmission device of the other party of communication , and restoring a frame generated by a frame generation means provided in the transmission device of the other party of communication ;
A transmission device having:
a connection testing means having a function of transmitting a test signal specific to each line interface from each said line interface, and a function of determining whether or not the test signal received by the line interface is a test signal specific to the line interface of the transmission device of the communication partner corresponding to said line interface;
a connection changeover switch for switching the connection between the line and the line interface;
a connection changeover switch control means for controlling the connection changeover switch so that the line interface of the transmission device of the other communication party and the line interface corresponding to this line interface are electrically connected in response to the connection test means determining that the test signal specific to the line interface of the transmission device of the other communication party corresponding to this line interface has not been received;
Equipped with
A transmission device characterized by:
記接続切替スイッチ制御手段が、
線インターフェース対応する通信相手の伝送装置の回線インターフェースからの固有の試験信号を受信できなかった場合に、前記接続切替スイッチに備えられている回線側の接続端子と回線インターフェースの接続端子との接続を順次切り替え、
前記接続試験手段により
回線インターフェースが、対応する通信相手の伝送装置の回線インターフェースからの固有の試験信号を受信可能な前記接続切替スイッチの接続を特定する、
ことを特徴とする請求項1に記載の伝送装置。
The connection changeover switch control means
when a specific test signal cannot be received from the line interface of the transmission device of the communication partner corresponding to the line interface, sequentially switching the connection between the line side connection terminal and the line interface side connection terminal provided in the connection changeover switch;
The connection test means
A line interface identifies a connection of the connection changeover switch that can receive a unique test signal from a line interface of a corresponding communication partner transmission device .
2. The transmission device according to claim 1.
前記接続切替スイッチ制御手段が、
特定した前記接続切替スイッチの接続を維持する、
ことを特徴とする請求項2に記載の伝送装置。
The connection changeover switch control means
Maintaining the connection of the identified connection changeover switch ;
3. The transmission device according to claim 2.
前記接続試験手段が、
線インターフェースと、通信相手の伝送装置の回線インターフェースとが接続されたことを検出し、該検出を契機として前記回線インターフェースの固有の試験信号を送信する、
ことを特徴とする請求項1乃至3のいずれか一項に記載の伝送装置。
The connection testing means
Detecting that the line interface is connected to the line interface of the communication partner transmission device, and transmitting a test signal specific to the line interface upon detection.
4. The transmission device according to claim 1, wherein the first and second inputs are connected to the first and second inputs.
請求項1乃至3のいずれか一項に記載の前記伝送装置を2台備え、
一方の前記伝送装置の前記回線インターフェースと他方の前記伝送装置の前記回線インターフェースとが対を形成するように、前記回線によって接続されている、
ことを特徴とする伝送システム。
Two of the transmission devices according to any one of claims 1 to 3 are provided,
the line interface of one of the transmission devices is connected to the line interface of the other of the transmission devices so as to form a pair;
A transmission system characterized in that:
入力データからヘッダとペイロードを有するフレームを生成するフレーム生成手段と、
記フレームを分割して分割フレームを生成する分割フレーム生成手段と、
記分割フレームを通信相手の伝送装置と予め定めた複数の回線信する複数の回線インターフェースと、
通信相手の伝送装置に備えられている複数の回線インターフェースから受信した分割フレームを予め定めた順番で結合し、通信相手の伝送装置に備えられているフレーム生成手段により生成されたフレームを復元するフレーム復元手段と、
を有する伝送装置の制御方法であって、
れぞれの回線インターフェースに固有の試験信号をそれぞれの前記回線インターフェースから送信し、
線インターフェースにより試験信号を受信した場合には、受信した試験信号が、前記回線インターフェースに対応する通信相手の伝送装置の回線インターフェースに固有の試験信号であるか否かの判定を行い、
前記回線インターフェースに対応する通信相手の伝送装置の回線インターフェースに固有の試験信号を受信していないと判定したことに応じて、通信相手の伝送装置の回線インターフェースとこの回線インターフェースに対応する回線インターフェースとが電気的に接続されるように接続を制御する、
ことを特徴とする伝送装置の制御方法。
a frame generating means for generating a frame having a header and a payload from input data;
a divided frame generating means for dividing the frame to generate divided frames;
a plurality of line interfaces for transmitting and receiving the divided frames to and from a communication partner transmission device via a plurality of predetermined lines;
a frame restoration means for combining, in a predetermined order, divided frames received from a plurality of line interfaces provided in the transmission device of the other party of communication , and restoring a frame generated by a frame generation means provided in the transmission device of the other party of communication ;
A control method for a transmission device having
transmitting a test signal from each line interface that is specific to said line interface ;
When a test signal is received by the line interface, it is determined whether the received test signal is a test signal specific to the line interface of the transmission device of the communication partner corresponding to the line interface;
controlling a connection so that the line interface of the transmission device of the communication partner and the line interface corresponding to this line interface are electrically connected in response to determining that the test signal specific to the line interface of the transmission device of the communication partner corresponding to this line interface is not received;
A method for controlling a transmission device.
入力データからヘッダとペイロードを有するフレームを生成するフレーム生成手段と、
記フレームを分割して分割フレームを生成する分割フレーム生成手段と、
記分割フレームを通信相手の伝送装置と予め定めた複数の回線信する複数の回線インターフェースと、
通信相手の伝送装置に備えられている複数の回線インターフェースから受信した分割フレームを予め定めた順番で結合し、通信相手の伝送装置に備えられているフレーム生成手段により生成されたフレームを復元するフレーム復元手段と、
を有する伝送装置の制御プログラムであって、
れぞれの回線インターフェースに固有の試験信号をそれぞれの前記回線インターフェースから送信する処理と、
線インターフェースにより受信された試験信号前記回線インターフェースに対応する通信相手の伝送装置の回線インターフェースに固有の試験信号であるか否かの判定を行う処理と、
前記回線インターフェースに対応する通信相手の伝送装置の回線インターフェースに固有の試験信号を受信していないと判定したことに応じて、通信相手の伝送装置の回線インターフェースとこの回線インターフェースに対応する回線インターフェースとが電気的に接続されるように接続を制御する処理と、
を前記伝送装置に実行させることを特徴とする伝送装置の制御プログラム。
a frame generating means for generating a frame having a header and a payload from input data;
a divided frame generating means for dividing the frame to generate divided frames;
a plurality of line interfaces for transmitting and receiving the divided frames to and from a communication partner transmission device via a plurality of predetermined lines;
a frame restoration means for combining, in a predetermined order, divided frames received from a plurality of line interfaces provided in the transmission device of the other party of communication , and restoring a frame generated by a frame generation means provided in the transmission device of the other party of communication ;
A control program for a transmission device comprising:
transmitting a test signal from each line interface that is specific to said line interface ;
a process of determining whether or not the test signal received by the line interface is a test signal specific to the line interface of the communication partner transmission device corresponding to the line interface ;
a process of controlling a connection so that the line interface of the transmission device of the communication partner and the line interface corresponding to this line interface are electrically connected in response to determining that the test signal specific to the line interface of the transmission device of the communication partner corresponding to this line interface is not received;
A control program for a transmission device, which causes the transmission device to execute the above.
JP2023175754A 2023-10-11 2023-10-11 Transmission device, transmission system, transmission device control method, and transmission device control program Active JP7827672B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2023175754A JP7827672B2 (en) 2023-10-11 2023-10-11 Transmission device, transmission system, transmission device control method, and transmission device control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2023175754A JP7827672B2 (en) 2023-10-11 2023-10-11 Transmission device, transmission system, transmission device control method, and transmission device control program

Publications (2)

Publication Number Publication Date
JP2025066282A JP2025066282A (en) 2025-04-23
JP7827672B2 true JP7827672B2 (en) 2026-03-10

Family

ID=95449917

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2023175754A Active JP7827672B2 (en) 2023-10-11 2023-10-11 Transmission device, transmission system, transmission device control method, and transmission device control program

Country Status (1)

Country Link
JP (1) JP7827672B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012124973A (en) 2012-03-29 2012-06-28 Hitachi Ltd Transmission system, repeater, and receiver
US20140244868A1 (en) 2011-07-27 2014-08-28 Netlogic Microsystems, Inc. Integrated circuit devices, systems and methods having automatic configurable mapping of input and/or output data connections
JP2021027542A (en) 2019-08-08 2021-02-22 Necプラットフォームズ株式会社 Transmission device and transmission method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140244868A1 (en) 2011-07-27 2014-08-28 Netlogic Microsystems, Inc. Integrated circuit devices, systems and methods having automatic configurable mapping of input and/or output data connections
JP2012124973A (en) 2012-03-29 2012-06-28 Hitachi Ltd Transmission system, repeater, and receiver
JP2021027542A (en) 2019-08-08 2021-02-22 Necプラットフォームズ株式会社 Transmission device and transmission method

Also Published As

Publication number Publication date
JP2025066282A (en) 2025-04-23

Similar Documents

Publication Publication Date Title
US5710777A (en) Communication system
JP3307508B2 (en) Communication network configuration detection method
EP2442488A1 (en) Device for detecting physical link and method thereof
CN102882704A (en) Link protection method and apparatus in soft restart upgrade process of ISSU (in-service software upgrade)
JP7827672B2 (en) Transmission device, transmission system, transmission device control method, and transmission device control program
JPH0795223A (en) Execution of route identification inside communication system
US7162544B2 (en) Message transfer method and apparatus
JP2023110080A (en) Continuity test device, continuity test method, and program
JPH11168527A (en) Transmission line fault detection system
JPH05292067A (en) Redundancy configuration control method
JPH0697940A (en) Lan connection processor
JP2000295255A (en) Transmission path redundancy method and system using the method
JP3506553B2 (en) Communications system
CN110138446B (en) Detection method for redundancy degradation fault of dual-redundancy fiber channel network
JP6725117B2 (en) Communication device, communication system, communication method, and program
JPS63246946A (en) Fault detection system for communication equipment in loop structure network
JPH0730650A (en) Failure notification method
JP2001230780A (en) Fault detector in asynchronous transfer mode transmitter
CN118041826A (en) Method, apparatus, storage medium and program product for enhancing FRER potential error detection
JP2970591B2 (en) Redundant transmission monitoring system
JPH02128541A (en) Data communication system
JPH10240566A (en) Computer system
JPH0685887A (en) Transmission line control method
JPH0537565A (en) Switching system of exchanges and exchanges used for the implementation
JPH01165240A (en) Code error monitoring device

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20250203

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20250217

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20250217

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20251007

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20250930

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20251204

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20260203

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20260226

R150 Certificate of patent or registration of utility model

Ref document number: 7827672

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150