JP2011124759A - Communication system, station-side communication device, and slave clock correction device - Google Patents

Communication system, station-side communication device, and slave clock correction device Download PDF

Info

Publication number
JP2011124759A
JP2011124759A JP2009280400A JP2009280400A JP2011124759A JP 2011124759 A JP2011124759 A JP 2011124759A JP 2009280400 A JP2009280400 A JP 2009280400A JP 2009280400 A JP2009280400 A JP 2009280400A JP 2011124759 A JP2011124759 A JP 2011124759A
Authority
JP
Japan
Prior art keywords
side communication
communication device
time stamp
synchronization frame
time synchronization
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.)
Pending
Application number
JP2009280400A
Other languages
Japanese (ja)
Inventor
Tatsuya Hirai
達也 平井
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2009280400A priority Critical patent/JP2011124759A/en
Publication of JP2011124759A publication Critical patent/JP2011124759A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To perform time synchronization of a station-side communication device and a subscriber-side communication device by a simple method. <P>SOLUTION: The station-side communication device 1 includes: a measurement unit 11 which measures an RTT value between the own device and a subscriber-side communication device 2; a time synchronization frame generation unit 12 which generates a time synchronization frame by inserting the measured RTT value into a frame; and a time stamp insertion unit 15 which inserts the time stamp of a master clock 14 into the time synchronization frame thus generated and transmits the time stamp to the subscriber-side communication device 2. A slave clock correction device 4 includes: a time synchronization frame extraction unit 41 which extracts a time synchronization frame transmitted to the subscriber-side communication device 2; and a time stamp correction unit 42 which corrects the time stamp of a slave clock 43 based on the RTT value and the time stamp contained in the time synchronization frame thus extracted. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

この発明は、例えば、加入者側通信装置と接続された局側通信装置と、加入者側通信装置のスレーブクロックを局側通信装置のマスタクロックと時刻同期させるスレーブクロック補正装置とを備えた通信システムに関するものである。   The present invention includes, for example, a communication provided with a station-side communication device connected to a subscriber-side communication device, and a slave clock correction device that synchronizes the slave clock of the subscriber-side communication device with the master clock of the station-side communication device. It is about the system.

Ethernet(登録商標。以降省略する。)上で高精度の時刻同期を実現するための方式として、Precision Time Protocolと呼ばれるIEEE1588が2002年に標準化された。この方式を利用すれば、Ethernet上でセンサ、アクチュエータ等の端末を、サブミリ秒オーダで時刻同期させることが可能となる(例えば、非特許文献1参照)。   IEEE 1588 called Precision Time Protocol was standardized in 2002 as a method for realizing highly accurate time synchronization on Ethernet (registered trademark, hereinafter omitted). If this method is used, it becomes possible to time-synchronize terminals such as sensors and actuators on the Ethernet on the order of sub-milliseconds (for example, see Non-Patent Document 1).

この非特許文献1に開示されるIEEE1588では、ネットワーク上に配置されたマスタクロックとスレーブクロック間でメッセージをやり取りすることで時刻同期が行われる。同期のためのメッセージ交換は大きく分けて、OC(Offset Correction)とDM(Delay Measurement)の2つのフェーズに分けられる。   In IEEE 1588 disclosed in Non-Patent Document 1, time synchronization is performed by exchanging messages between a master clock and a slave clock arranged on a network. Message exchange for synchronization is roughly divided into two phases: OC (Offset Correction) and DM (Delay Measurement).

OCでは、マスタクロックは周期的にSyncメッセージをスレーブクロックに送付する。Syncメッセージ中には、メッセージが送付されるときの推定タイムスタンプが格納されている。次にマスタクロックは、Syncメッセージが送付された正確な時刻(TM1) が格納されたFollow−upメッセージをスレーブクロックに送付する。   In OC, the master clock periodically sends a Sync message to the slave clock. In the Sync message, an estimated time stamp when the message is sent is stored. Next, the master clock sends a Follow-up message storing the exact time (TM1) at which the Sync message was sent to the slave clock.

次いで、スレーブクロックは、Syncメッセージの受信時刻TS1と受信したTM1からオフセット値を計算する。遅延が無視できる場合、マスタクロックとスレーブクロックはこの時点で時刻同期する。   Next, the slave clock calculates an offset value from the reception time TS1 of the Sync message and the received TM1. If the delay is negligible, the master and slave clocks are time synchronized at this point.

また、DMでは、スレーブクロックがマスタクロックに対してdelay_requestメッセージを送付する。このとき、スレーブクロックは正確なメッセージ送信時刻TS3を取得する。マスタクロックは、メッセージ受信時刻TM3をdelay_responseメッセージに格納して、スレーブクロックに送り返す。スレーブクロックは、これらの値からマスタクロックとスレーブクロック間の遅延量を算出し、これを補正に用いて時刻同期を実現する。   In DM, the slave clock sends a delay_request message to the master clock. At this time, the slave clock obtains an accurate message transmission time TS3. The master clock stores the message reception time TM3 in the delay_response message and sends it back to the slave clock. The slave clock calculates a delay amount between the master clock and the slave clock from these values, and uses this for correction to realize time synchronization.

この方式では、マスタクロック−スレーブクロック間でフレームにタイムスタンプを挿入する際に挿入後の遅延量が固定遅延量となることが求められる。よって、メッセージにタイムスタンプを挿入するTSU(Time Stamp Unit)の実装位置は、MAC(Media Access controller)とPHY(Physical Layer)の間に挿入される。   In this method, when a time stamp is inserted into a frame between a master clock and a slave clock, the delay amount after insertion is required to be a fixed delay amount. Therefore, a mounting position of a TSU (Time Stamp Unit) for inserting a time stamp into a message is inserted between a MAC (Media Access Controller) and a PHY (Physical Layer).

これらの機能をEthernetのネットワークを介して実現する場合、スイッチ内蔵のバッファ等が遅延量を変動させる原因となる。従来、このような場合は、遅延量を変動させるIEEE1588のバウンダリクロック機能をスイッチに内蔵することにより解決する。バッファ等の遅延量が可変となり得るスイッチは、スイッチの一方にスレーブ機能を持ち、もう一方にマスタ機能を持つ。このスイッチのスレーブポートは、マスタクロックとメッセージをやり取りすることにより、バウンダリクロックを同期させ、スイッチのマスタポートはバウンダリクロックを利用して配下のスレーブクロックの時刻同期を実現する。   When these functions are realized via the Ethernet network, a buffer or the like built in the switch causes the delay amount to fluctuate. Conventionally, such a case can be solved by incorporating a boundary clock function of IEEE 1588 that varies the delay amount in the switch. A switch such as a buffer whose delay amount can be variable has a slave function in one of the switches and a master function in the other. The slave port of this switch synchronizes the boundary clock by exchanging messages with the master clock, and the master port of the switch uses the boundary clock to realize time synchronization of the slave clocks under it.

特開2009−005070号公報JP 2009-005070 A

IEEE(Institute of Electrical and Electronics Engineers)802.3ah−2004(427、428頁)IEEE (Institute of Electrical and Electronics Engineers) 802.3ah-2004 (427, 428 pages)

しかしながら、このIEEE1588を、OLT(Optical Line Terminal:局側通信装置)とONU(Optical Network Unit:加入者側通信装置)とを接続して通信を行うGE−PON(Gigabit Ethernet-Passive Optical Network)システムに適用する場合、OLTとONUのフレーム格納用のバッファの影響で遅延が変動するため、各ネットワークデバイスにバウンダリクロックの機能を搭載する必要があり、このような構成を既存のGE−PONシステムに搭載するのは難しいという課題がある。   However, a GE-PON (Gigabit Ethernet-Passive Optical Network) system that performs communication by connecting the IEEE 1588 to an OLT (Optical Line Terminal: station side communication device) and an ONU (Optical Network Unit: subscriber side communication device). When this is applied, the delay varies due to the influence of the OLT and ONU frame storage buffers, so it is necessary to install a boundary clock function in each network device. Such a configuration is added to the existing GE-PON system. There is a problem that it is difficult to install.

この発明は、上記のような課題を解決するためになされたもので、GE−PONシステムにIEEE1588を適用するよりも簡便な方法で、局側通信装置と加入者側通信装置間で時刻同期を実現することができる通信システム、局側通信装置及びスレーブクロック補正装置を提供することを目的としている。   The present invention has been made to solve the above-described problems. Time synchronization is performed between a station side communication device and a subscriber side communication device by a simpler method than applying IEEE 1588 to a GE-PON system. An object of the present invention is to provide a communication system, a station-side communication device, and a slave clock correction device that can be realized.

この発明に係る通信システムは、加入者側通信装置と接続された局側通信装置と、加入者側通信装置のスレーブクロックを局側通信装置のマスタクロックと時刻同期させるスレーブクロック補正装置とを備え、局側通信装置は、自機と加入者側通信装置間のRTT(Round Trip Time)値を測定する測定部と、測定部により測定されたRTT値をフレームに挿入して時刻同期用フレームを生成する時刻同期用フレーム生成部と、時刻同期用フレーム生成部により生成された時刻同期用フレームに、マスタクロックのタイムスタンプを挿入し、加入者側通信装置に送信するタイムスタンプ挿入部とを備え、スレーブクロック補正装置は、タイムスタンプ挿入部から加入者側通信装置に送信された時刻同期用フレームを抽出する時刻同期用フレーム抽出部と、時刻同期用フレーム抽出部により抽出された時刻同期用フレームに含まれるRTT値及びタイムスタンプに基づいて、スレーブクロックのタイムスタンプを補正するタイムスタンプ補正部とを備えたものである。   A communication system according to the present invention includes a station-side communication device connected to a subscriber-side communication device, and a slave clock correction device that synchronizes the slave clock of the subscriber-side communication device with the master clock of the station-side communication device. The station side communication device measures the RTT (Round Trip Time) value between itself and the subscriber side communication device, and inserts the RTT value measured by the measurement unit into the frame to generate the time synchronization frame. A time synchronization frame generation unit to be generated; and a time stamp insertion unit that inserts a time stamp of the master clock into the time synchronization frame generated by the time synchronization frame generation unit and transmits the time stamp to the subscriber side communication device. The slave clock correction device extracts the time synchronization frame extracted from the time stamp insertion unit to the time synchronization frame transmitted to the subscriber side communication device. If, on the basis of the RTT values and the time stamp contained in the time synchronization frame extracted by the frame extraction unit for time synchronization, in which a time stamp correction unit for correcting the time stamp of the slave clock.

この発明によれば、上記のように構成したので、各ネットワークデバイスにバウンダリクロックを搭載する代わりに、任意のカウンタとIEEE802.3ahで定義される各加入者側通信装置のRTT値を利用することによりIEEE1588を適用した場合と同等の機能を簡易な方法で実現できる。   According to the present invention, since it is configured as described above, instead of mounting a boundary clock on each network device, an arbitrary counter and the RTT value of each subscriber-side communication device defined by IEEE 802.3ah are used. Thus, a function equivalent to the case where IEEE 1588 is applied can be realized by a simple method.

この発明の実施の形態1に係る通信システムの構成を示す図である。It is a figure which shows the structure of the communication system which concerns on Embodiment 1 of this invention. この発明の実施の形態1に係るOLTの構成を示す図である。It is a figure which shows the structure of OLT which concerns on Embodiment 1 of this invention. この発明の実施の形態1に係るスレーブクロック補正装置の構成を示す図である。It is a figure which shows the structure of the slave clock correction apparatus which concerns on Embodiment 1 of this invention. この発明の実施の形態1に係るOLTによる時刻同期処理を示すフローチャートである。It is a flowchart which shows the time synchronous process by OLT which concerns on Embodiment 1 of this invention. この発明の実施の形態1に係るスレーブクロック補正装置による時刻同期処理を示すフローチャートである。It is a flowchart which shows the time synchronous process by the slave clock correction apparatus which concerns on Embodiment 1 of this invention. この発明の実施の形態2に係る通信システムの構成を示す図である。It is a figure which shows the structure of the communication system which concerns on Embodiment 2 of this invention. この発明の実施の形態2に係るOLTの構成を示す図である。It is a figure which shows the structure of OLT which concerns on Embodiment 2 of this invention. この発明の実施の形態2に係るスレーブクロック補正装置の構成を示す図である。It is a figure which shows the structure of the slave clock correction apparatus which concerns on Embodiment 2 of this invention. この発明の実施の形態2に係るOLTによる時刻同期処理を示すフローチャートである。It is a flowchart which shows the time synchronous process by OLT which concerns on Embodiment 2 of this invention. この発明の実施の形態2に係るスレーブクロック補正装置による時刻同期処理を示すフローチャートである。It is a flowchart which shows the time synchronous process by the slave clock correction apparatus which concerns on Embodiment 2 of this invention.

以下、この発明の実施の形態について図面を参照しながら詳細に説明する。
実施の形態1.
図1はこの発明の実施の形態1に係る通信システムの構成を示す図である。
通信システムは、図1に示すように、事業者側の親端末装置と接続したOLT(局側通信装置)1と、各加入者側の子端末装置と接続したONU(加入者側通信装置)2と、OLT1と複数のONU2と接続する光ファイバと、ONU2のスレーブクロックをOLT1のマスタクロックと時刻同期させるためのスレーブクロック補正装置4とにより構成される。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
Embodiment 1 FIG.
1 is a diagram showing a configuration of a communication system according to Embodiment 1 of the present invention.
As shown in FIG. 1, the communication system includes an OLT (station side communication device) 1 connected to a carrier side parent terminal device and an ONU (subscriber side communication device) connected to each subscriber side child terminal device. 2, an optical fiber that connects the OLT 1 and the plurality of ONUs 2, and a slave clock correction device 4 that synchronizes the slave clock of the ONU 2 with the master clock of the OLT 1.

図2はこの発明の実施の形態1に係るOLT1の構成を示す図である。
OLT1は、図2に示すように、MPCP(Multi-Point Control Protocol)処理部(測定部)11、時刻同期用フレーム生成部12、バッファ13、OLT用カウンタ14及びタイムスタンプ挿入部15から構成される。
FIG. 2 is a diagram showing a configuration of the OLT 1 according to the first embodiment of the present invention.
As shown in FIG. 2, the OLT 1 includes an MPCP (Multi-Point Control Protocol) processing unit (measurement unit) 11, a time synchronization frame generation unit 12, a buffer 13, an OLT counter 14, and a time stamp insertion unit 15. The

MPCP処理部11は、通信システムに接続された複数のONU2を認識し,各ONU2とOLT1の間で通信するために必要なRTT(Round Trip Time:OLT1からONU2までの往復遅延時間)値の測定を行うものである。このMPCP処理部11により測定されたRTT値を示すRTT情報は時刻同期用フレーム生成部12に送信される。   The MPCP processing unit 11 recognizes a plurality of ONUs 2 connected to the communication system, and measures RTT (Round Trip Time: round trip delay time from OLT 1 to ONU 2) value necessary for communication between each ONU 2 and OLT 1 Is to do. The RTT information indicating the RTT value measured by the MPCP processing unit 11 is transmitted to the time synchronization frame generation unit 12.

時刻同期用フレーム生成部12は、MPCP処理部11から送信されたRTT情報に基づいて、各ONU2に対応する、予め決められた時刻同期用フレームを生成するものである。この時刻同期用フレーム生成部12は、MPCP処理部11から取得したONU2毎のRTT情報をフレームに格納することにより時刻同期用フレームを生成する。この時刻同期用フレーム生成部12により生成された時刻同期用フレームはバッファ13に送信される。   The time synchronization frame generation unit 12 generates a predetermined time synchronization frame corresponding to each ONU 2 based on the RTT information transmitted from the MPCP processing unit 11. The time synchronization frame generation unit 12 generates a time synchronization frame by storing the RTT information for each ONU 2 acquired from the MPCP processing unit 11 in the frame. The time synchronization frame generated by the time synchronization frame generation unit 12 is transmitted to the buffer 13.

バッファ13は、時刻同期用フレーム生成部12から送信された時刻同期用フレームやユーザフレームを含むフレームを一時的に記憶するものである。このバッファ13に記憶された時刻同期用フレームはタイムスタンプ挿入部15により抽出される。   The buffer 13 temporarily stores a frame including a time synchronization frame and a user frame transmitted from the time synchronization frame generation unit 12. The time synchronization frame stored in the buffer 13 is extracted by the time stamp insertion unit 15.

OLT用カウンタ14は、OLT1のマスタクロックとなるものである。このOLT用カウンタ14により示される時刻情報であるタイムスタンプはタイムスタンプ挿入部15に送信される。   The OLT counter 14 serves as a master clock for the OLT 1. A time stamp, which is time information indicated by the OLT counter 14, is transmitted to the time stamp insertion unit 15.

タイムスタンプ挿入部15は、バッファ13から抽出した時刻同期用フレームに、OLT用カウンタ14から送信されたタイムスタンプを挿入するものである。このタイムスタンプ挿入部15によりタイムスタンプが挿入された時刻同期用フレームはONU2のバッファに送信され記憶される。なお、タイムスタンプ挿入部15は、バッファ13よりONU2側に配置され、タイムスタンプ挿入部15から送信された時刻同期用フレームがONU2のバッファに到達するまでは固定遅延となるように構成されている。   The time stamp insertion unit 15 inserts the time stamp transmitted from the OLT counter 14 into the time synchronization frame extracted from the buffer 13. The time synchronization frame in which the time stamp is inserted by the time stamp insertion unit 15 is transmitted and stored in the buffer of the ONU 2. The time stamp insertion unit 15 is arranged closer to the ONU 2 than the buffer 13 and is configured to have a fixed delay until the time synchronization frame transmitted from the time stamp insertion unit 15 reaches the ONU 2 buffer. .

図3はこの発明の実施の形態1に係るスレーブクロック補正装置4の構成を示す図である。
スレーブクロック補正装置4は、図3に示すように、時刻同期用フレーム抽出部41、タイムスタンプ補正部42及びONU用カウンタ43から構成される。
FIG. 3 is a diagram showing the configuration of the slave clock correction apparatus 4 according to the first embodiment of the present invention.
As shown in FIG. 3, the slave clock correction device 4 includes a time synchronization frame extraction unit 41, a time stamp correction unit 42, and an ONU counter 43.

時刻同期用フレーム抽出部41は、ONU2のバッファに記憶されたフレームの中から時刻同期用フレームを抽出するものである。この時刻同期用フレーム抽出部41により抽出された時刻同期用フレームはタイムスタンプ補正部42に送信され、その他のユーザフレームを含むフレームは子端末装置に送信される。   The time synchronization frame extraction unit 41 extracts a time synchronization frame from the frames stored in the buffer of the ONU 2. The time synchronization frame extracted by the time synchronization frame extraction unit 41 is transmitted to the time stamp correction unit 42, and frames including other user frames are transmitted to the child terminal device.

タイムスタンプ補正部42は、時刻同期用フレーム抽出部41から送信された時刻同期用フレームに含まれるRTT情報及びタイムスタンプに基づいて、ONU用カウンタ43のタイムスタンプを補正したタイムスタンプを算出するものである。このタイムスタンプ補正部42により補正されたタイムスタンプはONU用カウンタ43に送信される。   The time stamp correction unit 42 calculates a time stamp obtained by correcting the time stamp of the ONU counter 43 based on the RTT information and the time stamp included in the time synchronization frame transmitted from the time synchronization frame extraction unit 41. It is. The time stamp corrected by the time stamp correction unit 42 is transmitted to the ONU counter 43.

ONU用カウンタ43は、OLT1に対応したONU2のスレーブクロックとなるものである。このONU用カウンタ43は、自身のタイムスタンプを、タイムスタンプ補正部42から送信されたタイムスタンプに変更して、OLT1のマスタクロックであるOLT用カウンタ14との時刻同期を行う。このONU用カウンタ43によるタイムスタンプは対応するONU2に出力される。   The ONU counter 43 serves as a slave clock for the ONU 2 corresponding to the OLT 1. The ONU counter 43 changes its own time stamp to the time stamp transmitted from the time stamp correction unit 42 and performs time synchronization with the OLT counter 14 which is the master clock of the OLT 1. The time stamp by the ONU counter 43 is output to the corresponding ONU 2.

次に、上記のように構成された通信システムの時刻同期処理について説明する。図4はこの発明の実施の形態1に係るOLT1による時刻同期処理を示すフローチャートである。
また、図5はこの発明の実施の形態1に係るスレーブクロック補正装置4による時刻同期処理を示すフローチャートである。
OLT1による時刻同期処理では、図4に示すように、まず、MPCP処理部11はRTT値を測定する(ステップST41)。すなわち、MPCP処理部11は、通信システムに接続された複数のONU2を認識し,各ONU2とOLT1の間の往復遅延時間であるRTT値を測定する。このMPCP処理部11により測定されたONU2毎のRTT値を示すRTT情報は時刻同期用フレーム生成部12に送信される。
Next, time synchronization processing of the communication system configured as described above will be described. FIG. 4 is a flowchart showing time synchronization processing by the OLT 1 according to the first embodiment of the present invention.
FIG. 5 is a flowchart showing time synchronization processing by the slave clock correction apparatus 4 according to Embodiment 1 of the present invention.
In the time synchronization processing by the OLT 1, as shown in FIG. 4, first, the MPCP processing unit 11 measures the RTT value (step ST41). That is, the MPCP processing unit 11 recognizes a plurality of ONUs 2 connected to the communication system, and measures an RTT value that is a round trip delay time between each ONU 2 and the OLT 1. The RTT information indicating the RTT value for each ONU 2 measured by the MPCP processing unit 11 is transmitted to the time synchronization frame generation unit 12.

次いで、時刻同期用フレーム生成部12は時刻同期用フレームを生成する(ステップST42)。すなわち、時刻同期用フレーム生成部12は、MPCP処理部11から送信されたONU2毎のRTT情報をフレームに格納することにより各ONU2に対応する時刻同期用フレームを生成する。この時刻同期用フレーム生成部12により生成された時刻同期用フレームはバッファ13に記憶され保持される。   Next, the time synchronization frame generator 12 generates a time synchronization frame (step ST42). In other words, the time synchronization frame generation unit 12 generates the time synchronization frame corresponding to each ONU 2 by storing the RTT information for each ONU 2 transmitted from the MPCP processing unit 11 in the frame. The time synchronization frame generated by the time synchronization frame generator 12 is stored and held in the buffer 13.

次いで、タイムスタンプ挿入部15はタイムスタンプを挿入する(ステップST43)。すなわち、タイムスタンプ挿入部15は、バッファ13から抽出した時刻同期用フレームに、OLT用カウンタ14から送信されたタイムスタンプを挿入するものである。このタイムスタンプ挿入部15によりタイムスタンプが挿入された時刻同期用フレームは対応するONU2のバッファに送信される。   Next, the time stamp insertion unit 15 inserts a time stamp (step ST43). That is, the time stamp insertion unit 15 inserts the time stamp transmitted from the OLT counter 14 into the time synchronization frame extracted from the buffer 13. The time synchronization frame in which the time stamp is inserted by the time stamp insertion unit 15 is transmitted to the buffer of the corresponding ONU 2.

次に、スレーブクロック補正装置4による時刻同期処理では、図5に示すように、まず、時刻同期用フレーム抽出部41は時刻同期用フレームを抽出する(ステップST51)。すなわち、時刻同期用フレーム抽出部41は、ONU2のバッファに記憶されたフレームの中から時刻同期用フレームを抽出する。この時刻同期用フレーム抽出部41により抽出された時刻同期用フレームはタイムスタンプ補正部42に送信される。   Next, in the time synchronization processing by the slave clock correction device 4, as shown in FIG. 5, the time synchronization frame extraction unit 41 first extracts a time synchronization frame (step ST51). That is, the time synchronization frame extraction unit 41 extracts a time synchronization frame from the frames stored in the ONU 2 buffer. The time synchronization frame extracted by the time synchronization frame extraction unit 41 is transmitted to the time stamp correction unit 42.

次いで、タイムスタンプ補正部42はタイムスタンプを補正する(ステップST52)。すなわち、タイムスタンプ補正部42は、時刻同期用フレーム抽出部41から送信された時刻同期用フレームに含まれるRTT情報及びタイムスタンプに基づいて、ONU用カウンタ43のタイムスタンプを補正する。   Next, the time stamp correction unit 42 corrects the time stamp (step ST52). That is, the time stamp correction unit 42 corrects the time stamp of the ONU counter 43 based on the RTT information and the time stamp included in the time synchronization frame transmitted from the time synchronization frame extraction unit 41.

ここで、RTT値をRTTとし、タイムスタンプをTSとし、ONU2からスレーブクロック補正装置4までの遅延量をαとした場合、補正したタイムスタンプTS_effは、TS_eff=TS+(RTT/2)+αにより算出される。
このタイムスタンプ補正部42により補正されたタイムスタンプはONU用カウンタ43に送信され、ONU用カウンタ43は自身のタイムスタンプをこの補正したタイムスタンプに変更する。
これにより、ONU2のスレーブクロックであるONU用カウンタ43とOLT1のマスタクロックであるOLT用カウンタ14との時刻同期を行うことができる。
Here, when the RTT value is RTT, the time stamp is TS, and the delay amount from the ONU 2 to the slave clock correction device 4 is α, the corrected time stamp TS_eff is calculated by TS_eff = TS + (RTT / 2) + α. Is done.
The time stamp corrected by the time stamp correction unit 42 is transmitted to the ONU counter 43, and the ONU counter 43 changes its own time stamp to the corrected time stamp.
As a result, time synchronization between the ONU counter 43 that is the slave clock of the ONU 2 and the OLT counter 14 that is the master clock of the OLT 1 can be performed.

なお、上記の時刻同期処理は、通信システムによりユーザデータがONU2の下り方向のバッファにバッファリングされ、ONU2からスレーブクロック補正装置4までの遅延量であるα値が揺らぐことを防ぐために、通信開始前に行う。また、通信開始後も周期的にOLT1から時刻同期フレームを送信するが、スレーブクロック補正装置4では、α値のゆらぎに対して一定の閾値を設けて、閾値以上のゆらぎを検出した場合は、時刻同期処理を行わないようにする。   Note that the above time synchronization processing starts communication in order to prevent the user data from being buffered in the downstream buffer of the ONU 2 by the communication system and the α value that is the delay amount from the ONU 2 to the slave clock correction device 4 from fluctuating. Do before. Although the time synchronization frame is periodically transmitted from the OLT 1 even after the start of communication, the slave clock correction device 4 provides a constant threshold value for the fluctuation of the α value and detects fluctuations greater than the threshold value. Do not perform time synchronization processing.

以上のように、この実施の形態1によれば、バウンダリクロックの代わりにOLT用カウンタ14及びONU用カウンタ43を設け、また、OLT1におけるONU2毎のRTT値を用いることによってマスタクロックとスレーブクロックとの時刻同期を行うように構成したので、簡易な構成でOLT1とONU2との時刻同期を行うことができる。   As described above, according to the first embodiment, the OLT counter 14 and the ONU counter 43 are provided in place of the boundary clock, and the master clock and the slave clock are obtained by using the RTT value for each ONU 2 in the OLT 1. Therefore, the time synchronization between the OLT 1 and the ONU 2 can be performed with a simple configuration.

実施の形態2.
図6はこの発明の実施の形態2に係る通信システムの構成を示す図である。
通信システムは、図6に示すように、親端末装置に第1,2OLT1a,1bが接続され、各子端末装置にスレーブクロック補正装置4を介して第1,2ONU2a,2bが接続されて2重構造に構成されたものである。
Embodiment 2. FIG.
FIG. 6 is a diagram showing the configuration of a communication system according to Embodiment 2 of the present invention.
As shown in FIG. 6, in the communication system, the first and second OLTs 1a and 1b are connected to the parent terminal device, and the first and second ONUs 2a and 2b are connected to each child terminal device via the slave clock correction device 4, so It is structured in structure.

図7はこの発明の実施の形態2に係るOLT1(第1OLT1a)の構成を示す図である。
図7に示す実施の形態2に係るOLT1は、図1に示す実施の形態1に係るOLT1の構成に、補正フレーム抽出部16及び第2タイムスタンプ補正部(マスタタイムスタンプ補正部)17を追加したものである。その他の構成は同様であり、同一の符号を付しその説明を省略する。なお、第2OLT1bについても第1OLT1aと同様に構成される。
FIG. 7 is a diagram showing the configuration of the OLT 1 (first OLT 1a) according to Embodiment 2 of the present invention.
The OLT 1 according to the second embodiment shown in FIG. 7 adds a correction frame extraction unit 16 and a second time stamp correction unit (master time stamp correction unit) 17 to the configuration of the OLT 1 according to the first embodiment shown in FIG. It is a thing. Other configurations are the same, and the same reference numerals are given and the description thereof is omitted. The second OLT 1b is configured similarly to the first OLT 1a.

補正フレーム抽出部16は、対応する第1ONU2aから送信されたフレームの中からマスタクロックを補正するためのマスタクロック補正値を含む補正フレームを抽出するものである。この補正フレーム抽出部16により抽出された補正フレームは第2タイムスタンプ補正部17に送信される。   The correction frame extraction unit 16 extracts a correction frame including a master clock correction value for correcting the master clock from the frames transmitted from the corresponding first ONU 2a. The correction frame extracted by the correction frame extraction unit 16 is transmitted to the second time stamp correction unit 17.

第2タイムスタンプ補正部17は、補正フレーム抽出部16から送信された補正フレームに含まれるマスタクロック補正値に基づいて、OLT用カウンタ14のタイムスタンプを補正するものである。この第2タイムスタンプ補正部17により補正されたタイムスタンプはOLT用カウンタ14に送信される。なお、第2タイムスタンプ補正部17は、自機がマスタ側である場合にはOFFに設定される。   The second time stamp correction unit 17 corrects the time stamp of the OLT counter 14 based on the master clock correction value included in the correction frame transmitted from the correction frame extraction unit 16. The time stamp corrected by the second time stamp correction unit 17 is transmitted to the OLT counter 14. The second time stamp correction unit 17 is set to OFF when the own device is on the master side.

また、OLT用カウンタ14は、自身のタイムスタンプを、第2タイムスタンプ補正部17から送信されたタイムスタンプに変更する。なお、第2タイムスタンプ補正部17がOFFの場合には、OLT用カウンタ14はタイムスタンプの変更は行わない。
また、タイムスタンプ挿入部15は、バッファ13から抽出した時刻同期用フレームに、OLT用カウンタ14から送信されたタイムスタンプを挿入し、さらに、自機が第1OLT1aまたは第2OLT1bのどちらであるかを示すOLT情報及び自機がマスタ側であるか否かを示す優先度情報を付加する。
Further, the OLT counter 14 changes its own time stamp to the time stamp transmitted from the second time stamp correction unit 17. When the second time stamp correction unit 17 is OFF, the OLT counter 14 does not change the time stamp.
Further, the time stamp insertion unit 15 inserts the time stamp transmitted from the OLT counter 14 into the time synchronization frame extracted from the buffer 13, and further determines whether the own device is the first OLT 1a or the second OLT 1b. OLT information to be displayed and priority information indicating whether or not the own device is the master side are added.

図8はこの発明の実施の形態2に係るスレーブクロック補正装置4の構成を示す図である。
図8に示す実施の形態2に係るスレーブクロック補正装置4は、図1に示す実施の形態1におけるスレーブクロック補正装置4の構成からタイムスタンプ補正部42及びONU用カウンタ43を削除し、第3タイムスタンプ補正部(第1スレーブタイムスタンプ補正部)44、第4タイムスタンプ補正部(第2スレーブタイムスタンプ補正部)45、第1ONU用カウンタ46、第2ONU用カウンタ47、優先度抽出部(選択部)48、スレーブクロックセレクタ(選択部)49、オフセット算出部50及びオフセット通知部51を追加したものである。その他の構成は同様であり、同一の符号を付しその説明を省略する。
FIG. 8 is a diagram showing the configuration of the slave clock correction apparatus 4 according to the second embodiment of the present invention.
The slave clock correction device 4 according to the second embodiment shown in FIG. 8 deletes the time stamp correction unit 42 and the ONU counter 43 from the configuration of the slave clock correction device 4 in the first embodiment shown in FIG. Time stamp correction unit (first slave time stamp correction unit) 44, fourth time stamp correction unit (second slave time stamp correction unit) 45, first ONU counter 46, second ONU counter 47, priority extraction unit (selection) Section) 48, a slave clock selector (selection section) 49, an offset calculation section 50, and an offset notification section 51 are added. Other configurations are the same, and the same reference numerals are given and the description thereof is omitted.

ここで、時刻同期用フレーム抽出部41は、第1,第2ONU2a,2bのバッファに記憶されたフレームの中から時刻同期用フレームを抽出して、この時刻同期用フレームを第3,4タイムスタンプ補正部44,45及び優先度抽出部48に送信する。   Here, the time synchronization frame extracting unit 41 extracts the time synchronization frame from the frames stored in the buffers of the first and second ONUs 2a and 2b, and uses the time synchronization frame as the third and fourth time stamps. It transmits to the correction | amendment parts 44 and 45 and the priority extraction part 48. FIG.

第3タイムスタンプ補正部44は、時刻同期用フレーム抽出部41から送信された時刻同期用フレームに含まれるOLT情報から、この時刻同期用フレームが第1OLT1aから送信されたものであると判断した場合には、この時刻同期用フレームに含まれるRTT情報及びタイムスタンプに基づいて、第1ONU用カウンタ46のタイムスタンプを補正するものである。この第3タイムスタンプ補正部44により補正されたタイムスタンプは第1ONU用カウンタ46に送信される。   When the third time stamp correction unit 44 determines from the OLT information included in the time synchronization frame transmitted from the time synchronization frame extraction unit 41 that the time synchronization frame is transmitted from the first OLT 1a. In this case, the time stamp of the first ONU counter 46 is corrected based on the RTT information and the time stamp included in the time synchronization frame. The time stamp corrected by the third time stamp correction unit 44 is transmitted to the first ONU counter 46.

第4タイムスタンプ補正部45は、時刻同期用フレーム抽出部41から送信された時刻同期用フレームに含まれるOLT情報から、この時刻同期用フレームが第2OLT1bから送信されたものであると判断した場合には、この時刻同期用フレームに含まれるRTT情報及びタイムスタンプに基づいて、第2ONU用カウンタ47のタイムスタンプを補正するものである。この第4タイムスタンプ補正部45により補正されたタイムスタンプは第2ONU用カウンタ47に送信される。   When the fourth time stamp correction unit 45 determines from the OLT information included in the time synchronization frame transmitted from the time synchronization frame extraction unit 41 that the time synchronization frame is transmitted from the second OLT 1b. In this case, the time stamp of the second ONU counter 47 is corrected based on the RTT information and the time stamp included in the time synchronization frame. The time stamp corrected by the fourth time stamp correction unit 45 is transmitted to the second ONU counter 47.

第1ONU用カウンタ46は、第1OLT1aに対応した第1ONU2aのスレーブクロックとなるものである。この第1ONU用カウンタ46は、自身のタイムスタンプを、第3タイムスタンプ補正部44から送信されたタイムスタンプに変更して、第1OLT1aのマスタクロックであるOLT用カウンタ14との時刻同期を行う。この第1ONU用カウンタ46によるタイムスタンプはスレーブクロックセレクタ49及びオフセット算出部50に送信される。   The first ONU counter 46 serves as a slave clock for the first ONU 2a corresponding to the first OLT 1a. The first ONU counter 46 changes its own time stamp to the time stamp transmitted from the third time stamp correction unit 44 and performs time synchronization with the OLT counter 14 which is the master clock of the first OLT 1a. The time stamp by the first ONU counter 46 is transmitted to the slave clock selector 49 and the offset calculation unit 50.

第2ONU用カウンタ47は、第2OLT1bに対応した第2ONU2bのスレーブクロックとなるものである。この第2ONU用カウンタ47は、自身のタイムスタンプを、第4タイムスタンプ補正部45から送信されたタイムスタンプに変更して、第2OLT1bのマスタクロックであるOLT用カウンタ14との時刻同期を行う。この第2ONU用カウンタ47によるタイムスタンプはスレーブクロックセレクタ49及びオフセット算出部50に送信される。   The second ONU counter 47 serves as a slave clock for the second ONU 2b corresponding to the second OLT 1b. The second ONU counter 47 changes its own time stamp to the time stamp transmitted from the fourth time stamp correction unit 45 and performs time synchronization with the OLT counter 14 which is the master clock of the second OLT 1b. The time stamp by the second ONU counter 47 is transmitted to the slave clock selector 49 and the offset calculation unit 50.

優先度抽出部48は、時刻同期用フレーム抽出部41から送信された時刻同期用フレームに含まれる優先度情報を抽出して、第1ONU用カウンタ46と第2ONU用カウンタ47のうち、マスタ側のOLTに対応するONU用カウンタを選択するものである。この優先度抽出部48により選択された第1ONU用カウンタ46または第2ONU用カウンタ47を示す選択情報はスレーブクロックセレクタ49に送信される。   The priority extraction unit 48 extracts the priority information included in the time synchronization frame transmitted from the time synchronization frame extraction unit 41, and the master side of the first ONU counter 46 and the second ONU counter 47 The ONU counter corresponding to the OLT is selected. Selection information indicating the first ONU counter 46 or the second ONU counter 47 selected by the priority extraction unit 48 is transmitted to the slave clock selector 49.

スレーブクロックセレクタ49は、優先度抽出部48から送信された選択情報に基づいて、第1ONU用カウンタ46または第2ONU用カウンタ47のうち選択されたONU用カウンタのタイムスタンプを対応する第1,2ONU2a,2bに出力するものである。   The slave clock selector 49 selects the first ONU 2a corresponding to the time stamp of the ONU counter selected from the first ONU counter 46 or the second ONU counter 47 based on the selection information transmitted from the priority extraction unit 48. , 2b.

オフセット算出部50は、第1ONU用カウンタ46から送信されたタイムスタンプと、第2ONU用カウンタ47から送信されたタイムスタンプとのオフセット値(マスタクロック補正値)を算出するものである。このオフセット算出部50により算出されたマスタクロック補正値を示すマスタクロック補正情報はオフセット通知部51に送信される。
オフセット通知部51は、オフセット算出部50から送信されたマスタクロック補正情報を補正フレームに格納して、対応する第1,2ONU2a,2bを介して第1,2OLT1a,1bに送信するものである。
The offset calculation unit 50 calculates an offset value (master clock correction value) between the time stamp transmitted from the first ONU counter 46 and the time stamp transmitted from the second ONU counter 47. Master clock correction information indicating the master clock correction value calculated by the offset calculation unit 50 is transmitted to the offset notification unit 51.
The offset notification unit 51 stores the master clock correction information transmitted from the offset calculation unit 50 in a correction frame, and transmits it to the first and second OLTs 1a and 1b via the corresponding first and second ONUs 2a and 2b.

次に、上記のように構成された通信システムの時刻同期処理について説明する。図9はこの発明の実施の形態2に係るOLT1(第1OLT1a)による時刻同期処理を示すフローチャートである。また、図10はこの発明の実施の形態2に係るスレーブクロック補正装置4による時刻同期処理を示すフローチャートである。
図9,10に示す実施の形態2に係る通信システムによる時刻同期処理において、図4,5に示す実施の形態1に係る通信システムによる時刻同期処理と同様の処理については説明を簡略化する。
Next, time synchronization processing of the communication system configured as described above will be described. FIG. 9 is a flowchart showing time synchronization processing by the OLT 1 (first OLT 1a) according to the second embodiment of the present invention. FIG. 10 is a flowchart showing time synchronization processing by the slave clock correction apparatus 4 according to Embodiment 2 of the present invention.
In the time synchronization processing by the communication system according to the second embodiment shown in FIGS. 9 and 10, the description of the same processing as the time synchronization processing by the communication system according to the first embodiment shown in FIGS.

第1OLT1aによる時刻同期処理では、図9に示すように、まず、MPCP処理部11はRTT値を測定する(ステップST91)。次いで、時刻同期用フレーム生成部12は時刻同期用フレームを生成する(ステップST92)。   In the time synchronization processing by the first OLT 1a, as shown in FIG. 9, first, the MPCP processing unit 11 measures the RTT value (step ST91). Next, the time synchronization frame generator 12 generates a time synchronization frame (step ST92).

次いで、補正フレーム抽出部16は補正フレームを抽出する(ステップST93)。すなわち、補正フレーム抽出部16は、対応する第1ONU2aから受信したフレームから補正フレームを抽出する。この補正フレーム抽出部16により抽出された補正フレームは第2タイムスタンプ補正部17に送信される。   Next, the correction frame extraction unit 16 extracts a correction frame (step ST93). That is, the correction frame extraction unit 16 extracts a correction frame from the frame received from the corresponding first ONU 2a. The correction frame extracted by the correction frame extraction unit 16 is transmitted to the second time stamp correction unit 17.

次いで、第2タイムスタンプ補正部17は自機がマスタ側のOLTであるかを判断する(ステップST94)。
このステップST94において、第2タイムスタンプ補正部17は、自機はマスタ側のOLTではないと判断した場合には、次いで、タイムスタンプを補正する(ステップST95)。すなわち、第2タイムスタンプ補正部17は、補正フレーム抽出部16から送信された補正フレームに含まれるマスタクロック補正値に基づいて、OLT用カウンタ14のタイムスタンプを補正する。この第2タイムスタンプ補正部17により補正されたタイムスタンプはOLT用カウンタ14に送信され、OLT用カウンタ14は自身のタイムスタンプをこの補正したタイムスタンプに変更する。
Next, the second time stamp correction unit 17 determines whether the own device is the OLT on the master side (step ST94).
In step ST94, if the second time stamp correction unit 17 determines that the own time unit is not the OLT on the master side, the second time stamp correction unit 17 then corrects the time stamp (step ST95). That is, the second time stamp correction unit 17 corrects the time stamp of the OLT counter 14 based on the master clock correction value included in the correction frame transmitted from the correction frame extraction unit 16. The time stamp corrected by the second time stamp correction unit 17 is transmitted to the OLT counter 14, and the OLT counter 14 changes its own time stamp to the corrected time stamp.

一方、ステップST94において、第2タイムスタンプ補正部17は、自機がマスタ側のOLTであると判断した場合には、ステップST95の処理はスキップする。その後、シーケンスはステップST96に進む。   On the other hand, when the second time stamp correction unit 17 determines in step ST94 that the self-timer is the OLT on the master side, the process of step ST95 is skipped. Thereafter, the sequence proceeds to step ST96.

次いで、タイムスタンプ挿入部15はタイムスタンプを挿入する(ステップST96)。このタイムスタンプ挿入部15によりタイムスタンプが挿入された時刻同期用フレームは対応する第1ONU2aのバッファに送信され記憶される。   Next, the time stamp insertion unit 15 inserts a time stamp (step ST96). The time synchronization frame in which the time stamp is inserted by the time stamp insertion unit 15 is transmitted and stored in the buffer of the corresponding first ONU 2a.

なお、上記では、第1OLT1aによる時刻同期処理について説明したが、第2OLT1bによる時刻同期処理についても同様であり、その説明を省略する。   In addition, although the time synchronization process by 1st OLT1a was demonstrated above, it is the same also about the time synchronization process by 2nd OLT1b, The description is abbreviate | omitted.

次に、スレーブクロック補正装置4による時刻同期処理では、図10に示すように、まず、時刻同期用フレーム抽出部41は時刻同期用フレームを抽出する(ステップST101)。すなわち、時刻同期用フレーム抽出部41は、第1,2ONU2a,2bのバッファに記憶されたフレームの中から時刻同期用フレームを抽出する。この時刻同期用フレーム抽出部41により抽出された時刻同期用フレームは第3,4タイムスタンプ補正部44,45及び優先度抽出部48に送信される。   Next, in the time synchronization processing by the slave clock correction device 4, as shown in FIG. 10, first, the time synchronization frame extraction unit 41 extracts a time synchronization frame (step ST101). That is, the time synchronization frame extraction unit 41 extracts a time synchronization frame from the frames stored in the buffers of the first and second ONUs 2a and 2b. The time synchronization frame extracted by the time synchronization frame extraction unit 41 is transmitted to the third and fourth time stamp correction units 44 and 45 and the priority extraction unit 48.

次いで、第3タイムスタンプ補正部44または第4タイムスタンプ補正部45はタイムスタンプを補正する(ステップST102)。すなわち、第3タイムスタンプ補正部44は、時刻同期用フレーム抽出部41から送信された時刻同期用フレームに含まれるOLT情報から、この時刻同期用フレームが第1OLT1aからのものであると判断した場合には、この時刻同期用フレームに含まれるRTT情報及びタイムスタンプに基づいて、第1ONU用カウンタ46のタイムスタンプを補正する。この第3タイムスタンプ補正部44により補正されたタイムスタンプは第1ONU用カウンタ46に送信され、第1ONU用カウンタ46は自身のタイムスタンプをこの補正したタイムスタンプに変更する。   Next, the third time stamp correction unit 44 or the fourth time stamp correction unit 45 corrects the time stamp (step ST102). That is, when the third time stamp correction unit 44 determines from the OLT information included in the time synchronization frame transmitted from the time synchronization frame extraction unit 41 that the time synchronization frame is from the first OLT 1a. The time stamp of the first ONU counter 46 is corrected based on the RTT information and the time stamp included in the time synchronization frame. The time stamp corrected by the third time stamp correction unit 44 is transmitted to the first ONU counter 46, and the first ONU counter 46 changes its own time stamp to the corrected time stamp.

同様に、第4タイムスタンプ補正部45は、時刻同期用フレーム抽出部41から送信された時刻同期用フレームに含まれるOLT情報から、この時刻同期用フレームが第2OLT1bからのものであると判断した場合には、この時刻同期用フレームに含まれるRTT情報及びタイムスタンプに基づいて、第2ONU用カウンタ47のタイムスタンプを補正する。この第4タイムスタンプ補正部45により補正されたタイムスタンプは第2ONU用カウンタ47に送信され、第2ONU用カウンタ47は自身のタイムスタンプをこの補正したタイムスタンプに変更する。   Similarly, the fourth time stamp correction unit 45 determines that the time synchronization frame is from the second OLT 1b from the OLT information included in the time synchronization frame transmitted from the time synchronization frame extraction unit 41. In this case, the time stamp of the second ONU counter 47 is corrected based on the RTT information and the time stamp included in the time synchronization frame. The time stamp corrected by the fourth time stamp correction unit 45 is transmitted to the second ONU counter 47, and the second ONU counter 47 changes its own time stamp to the corrected time stamp.

次いで、優先度抽出部48はタイムスタンプを選択する(ステップST103)。すなわち、優先度抽出部48は、時刻同期用フレーム抽出部41から送信された時刻同期用フレームに含まれる優先度情報を抽出して、第1ONU用カウンタ46と第2ONU用カウンタ47のうち、マスタ側のOLTに対応するONU用カウンタを選択する。この優先度抽出部48により選択された第1ONU用カウンタ46または第2ONU用カウンタ47を示す選択情報はスレーブクロックセレクタ49に送信され、スレーブクロックセレクタ49は、選択されたONU用カウンタのタイムスタンプを対応する第1,2ONU2a,2bに出力する。   Next, the priority extraction unit 48 selects a time stamp (step ST103). That is, the priority extraction unit 48 extracts priority information included in the time synchronization frame transmitted from the time synchronization frame extraction unit 41, and selects the master information from the first ONU counter 46 and the second ONU counter 47. The ONU counter corresponding to the OLT on the side is selected. The selection information indicating the first ONU counter 46 or the second ONU counter 47 selected by the priority extraction unit 48 is transmitted to the slave clock selector 49, and the slave clock selector 49 displays the time stamp of the selected ONU counter. Output to the corresponding first and second ONUs 2a and 2b.

一方、オフセット算出部50はマスタクロック補正値を算出する(ステップST104)。すなわち、オフセット算出部50は、第1ONU用カウンタ46から送信されたタイムスタンプと、第2ONU用カウンタ47から送信されたタイムスタンプとのオフセット値(マスタクロック補正値)を算出する。このオフセット算出部50により算出されたマスタクロック補正値を示すマスタクロック補正情報はオフセット通知部51に送信される。   On the other hand, the offset calculation unit 50 calculates a master clock correction value (step ST104). That is, the offset calculation unit 50 calculates an offset value (master clock correction value) between the time stamp transmitted from the first ONU counter 46 and the time stamp transmitted from the second ONU counter 47. Master clock correction information indicating the master clock correction value calculated by the offset calculation unit 50 is transmitted to the offset notification unit 51.

次いで、オフセット通知部51はマスタクロック補正値を通知する(ステップST105)。すなわち、オフセット通知部51は、オフセット算出部50から送信されたマスタクロック補正情報を補正フレームに格納して、対応する第1,2ONU2a,2bを介して第1,2OLT1a,1bに送信する。   Next, the offset notification unit 51 notifies the master clock correction value (step ST105). That is, the offset notification unit 51 stores the master clock correction information transmitted from the offset calculation unit 50 in the correction frame, and transmits it to the first and second OLTs 1a and 1b via the corresponding first and second ONUs 2a and 2b.

これにより、第1,2ONU2a,2bのスレーブクロックである第1,2ONU用カウンタ46,47と第1,2OLT1a,1bのマスタクロックであるOLT用カウンタ14との時刻同期を行うことができる。   As a result, time synchronization between the first and second ONU counters 46 and 47 that are the slave clocks of the first and second ONUs 2a and 2b and the OLT counter 14 that is the master clock of the first and second OLTs 1a and 1b can be performed.

また、マスタクロック補正値は、スレーブクロック補正装置4から周期的に収集することにより同期を保ち、複数のスレーブクロック補正装置4から収集するため、一方の系に伝送路異常が発生した場合にも、もう一方の系で同期を維持することができる。   Further, since the master clock correction value is periodically collected from the slave clock correction device 4 to maintain synchronization and is collected from the plurality of slave clock correction devices 4, even when a transmission line abnormality occurs in one system The other system can maintain synchronization.

なお、スレーブクロック補正装置4は、一定時間マスタクロックであるOLT1からの時刻同期用フレームを抽出できなかった場合には、スレーブクロックセレクタ49でクロックを切り替え、補正用のフレームの送出を停止する。   When the slave clock correction device 4 cannot extract the time synchronization frame from the OLT 1 that is the master clock for a certain period of time, the slave clock selector 49 switches the clock by the slave clock selector 49 and stops sending the correction frame.

以上のように、この発明の実施の形態2によれば、2重化構造の通信システムにおいても、第1,2OLT1a,1bの時刻同期用フレームから対応する第1,2ONU2a,2bのスレーブクロックの時刻同期を行うとともに、第1,2ONU2a,2bのスレーブクロックのタイムスタンプのオフセット値を算出して第1,2OLT1a,1bのマスタクロックを補正するように構成したので、簡易な構成で、第1,2OLT1a,1bと第1,2ONU2a,2bとの時刻同期を行うことができる。   As described above, according to the second embodiment of the present invention, the slave clocks of the first and second ONUs 2a and 2b corresponding to the time synchronization frames of the first and second OLTs 1a and 1b can be used in the communication system having the duplex structure. Since the time synchronization is performed and the offset values of the time stamps of the slave clocks of the first and second ONUs 2a and 2b are calculated to correct the master clocks of the first and second OLTs 1a and 1b, the first configuration is simplified. , 2OLT 1a, 1b and the first and second ONUs 2a, 2b can be synchronized in time.

1 OLT(局側通信装置)、1a,1b 第1,2OLT、2 ONU(加入者側通信装置)、2a,2b 第1,2ONU、4 スレーブクロック補正装置、11 MPCP処理部(測定部)、12 時刻同期用フレーム生成部、13 バッファ、14 OLT用カウンタ、15 タイムスタンプ挿入部、16 補正フレーム抽出部、17 第2タイムスタンプ補正部(マスタタイムスタンプ補正部)、41 時刻同期用フレーム抽出部、42 タイムスタンプ補正部、43 ONU用カウンタ、44,45 第3,4タイムスタンプ補正部(第1,2スレーブタイムスタンプ補正部)、46,47 第1,2ONU用カウンタ、48 優先度抽出部(選択部)、49 スレーブクロックセレクタ(選択部)、50 オフセット算出部、51 オフセット通知部。   1 OLT (station side communication device), 1a, 1b 1st, 2nd OLT, 2 ONU (subscriber side communication device), 2a, 2b 1st, 2nd ONU, 4 slave clock correction device, 11 MPCP processing unit (measurement unit), 12 time synchronization frame generation unit, 13 buffer, 14 OLT counter, 15 time stamp insertion unit, 16 correction frame extraction unit, 17 second time stamp correction unit (master time stamp correction unit), 41 time synchronization frame extraction unit 42 Time stamp correction unit, 43 ONU counter, 44, 45 Third and fourth time stamp correction unit (first and second slave time stamp correction unit), 46, 47 First and second ONU counter, 48 Priority extraction unit (Selection unit), 49 slave clock selector (selection unit), 50 offset calculation unit, 51 offset Notification unit.

Claims (8)

加入者側通信装置と接続された局側通信装置と、前記加入者側通信装置のスレーブクロックを前記局側通信装置のマスタクロックと時刻同期させるスレーブクロック補正装置とを備えた通信システムにおいて、
前記局側通信装置は、
自機と前記加入者側通信装置間のRTT(Round Trip Time)値を測定する測定部と、
前記測定部により測定されたRTT値をフレームに挿入して時刻同期用フレームを生成する時刻同期用フレーム生成部と、
前記時刻同期用フレーム生成部により生成された時刻同期用フレームに、前記マスタクロックのタイムスタンプを挿入し、前記加入者側通信装置に送信するタイムスタンプ挿入部とを備え、
前記スレーブクロック補正装置は、
前記タイムスタンプ挿入部から前記加入者側通信装置に送信された時刻同期用フレームを抽出する時刻同期用フレーム抽出部と、
前記時刻同期用フレーム抽出部により抽出された時刻同期用フレームに含まれるRTT値及びタイムスタンプに基づいて、前記スレーブクロックのタイムスタンプを補正するタイムスタンプ補正部とを備えた
ことを特徴とする通信システム。
In a communication system comprising a station-side communication device connected to a subscriber-side communication device, and a slave clock correction device that time-synchronizes the slave clock of the subscriber-side communication device with the master clock of the station-side communication device,
The station side communication device is:
A measuring unit for measuring an RTT (Round Trip Time) value between the own device and the subscriber side communication device;
A time synchronization frame generation unit for generating a time synchronization frame by inserting an RTT value measured by the measurement unit into a frame;
A time stamp insertion unit that inserts a time stamp of the master clock into the time synchronization frame generated by the time synchronization frame generation unit and transmits the time stamp to the subscriber side communication device;
The slave clock correction device includes:
A time synchronization frame extraction unit for extracting a time synchronization frame transmitted from the time stamp insertion unit to the subscriber side communication device;
And a time stamp correction unit for correcting a time stamp of the slave clock based on an RTT value and a time stamp included in the time synchronization frame extracted by the time synchronization frame extraction unit. system.
前記タイムスタンプ補正部は、前記RTT値をRTTとし、前記タイムスタンプをTSとし、前記加入者側通信装置から自機までの遅延量をαとした場合、TS+(RTT/2)+αの関係式により算出した値を前記スレーブクロックのタイムスタンプとする
ことを特徴とする請求項1記載の通信システム。
When the RTT value is RTT, the time stamp is TS, and the delay amount from the subscriber side communication device to the own device is α, the time stamp correction unit is TS + (RTT / 2) + α 2. The communication system according to claim 1, wherein the value calculated by the step is used as a time stamp of the slave clock.
加入者側通信装置と接続されたマスタ側及びスレーブ側の局側通信装置と、前記マスタ側及びスレーブ側の局側通信装置に接続された加入者側通信装置のスレーブクロックを対応する前記マスタ側及びスレーブ側の局側通信装置のマスタクロックと時刻同期させるスレーブクロック補正装置とを備えた通信システムにおいて、
前記局側通信装置は、
自機と前記加入者側通信装置間のRTT値を測定する測定部と、
前記測定部により測定されたRTT値をフレームに挿入して時刻同期用フレームを生成する時刻同期用フレーム生成部と、
前記時刻同期用フレーム生成部により生成された時刻同期用フレームに、前記マスタクロックのタイムスタンプ及び自機がマスタ側であるかを示す優先度情報を挿入し、前記加入者側通信装置に送信するタイムスタンプ挿入部と、
前記加入者側通信装置から受信したフレームから、前記マスタクロックのタイムスタンプを補正するオフセット値を含む補正フレームを抽出する補正フレーム抽出部と、
自機がマスタ側ではない場合に、前記補正フレーム抽出部により抽出された補正フレームに含まれるオフセット値に基づいて、前記マスタクロックのタイムスタンプを補正するマスタタイムスタンプ補正部とを備え、
前記スレーブクロック補正装置は、
前記タイムスタンプ挿入部から前記加入者側通信装置に送信された時刻同期用フレームを抽出する時刻同期用フレーム抽出部と、
前記時刻同期用フレーム抽出部により抽出された時刻同期用フレームに含まれるRTT値及びタイムスタンプに基づいて、前記マスタ側及びスレーブ側の局側通信装置に接続された前記加入者側通信装置のスレーブクロックのタイムスタンプを補正する第1,2スレーブタイムスタンプ補正部と、
前記時刻同期用フレーム抽出部により抽出された時刻同期用フレームに含まれる優先度情報に基づいて、前記マスタ側の局側通信装置に対応するスレーブクロックのタイムスタンプを前記加入者端末装置に出力する選択部と、
前記第1,2スレーブタイムスタンプ補正部により補正されたタイムスタンプのオフセット値を算出するオフセット算出部と、
前記オフセット算出部により算出されたオフセット値を補正フレームに挿入し、前記加入者側通信装置を介して前記局側通信装置に通知するオフセット通知部とを備えた
ことを特徴とする通信システム。
The master side corresponding to the slave clocks of the master side and slave side station side communication devices connected to the subscriber side communication device and the subscriber side communication devices connected to the master side and slave side station side communication devices And in a communication system comprising a slave clock correction device that synchronizes time with the master clock of the slave side station side communication device,
The station side communication device is:
A measuring unit for measuring an RTT value between the own device and the subscriber side communication device;
A time synchronization frame generation unit for generating a time synchronization frame by inserting an RTT value measured by the measurement unit into a frame;
Insert the time stamp of the master clock and the priority information indicating whether the own device is the master side into the time synchronization frame generated by the time synchronization frame generation unit, and transmit it to the subscriber side communication device A time stamp insertion part;
A correction frame extraction unit that extracts a correction frame including an offset value for correcting the time stamp of the master clock from the frame received from the subscriber side communication device;
A master time stamp correction unit that corrects the time stamp of the master clock based on the offset value included in the correction frame extracted by the correction frame extraction unit when the own device is not the master side;
The slave clock correction device includes:
A time synchronization frame extraction unit for extracting a time synchronization frame transmitted from the time stamp insertion unit to the subscriber side communication device;
Based on the RTT value and the time stamp included in the time synchronization frame extracted by the time synchronization frame extraction unit, the slave of the subscriber side communication device connected to the master side and slave side station side communication devices First and second slave time stamp correction units for correcting clock time stamps;
Based on the priority information included in the time synchronization frame extracted by the time synchronization frame extraction unit, a slave clock time stamp corresponding to the master side communication device is output to the subscriber terminal device. A selection section;
An offset calculation unit for calculating an offset value of the time stamp corrected by the first and second slave time stamp correction units;
A communication system, comprising: an offset notification unit that inserts an offset value calculated by the offset calculation unit into a correction frame and notifies the station side communication device via the subscriber side communication device.
加入者側通信装置と接続された局側通信装置において、
自機と前記加入者側通信装置間のRTT値を測定する測定部と、
前記測定部により測定されたRTT値をフレームに挿入して時刻同期用フレームを生成する時刻同期用フレーム生成部と、
前記時刻同期用フレーム生成部により生成された時刻同期用フレームに、自機のマスタクロックのタイムスタンプを挿入し、前記加入者側通信装置に送信するタイムスタンプ挿入部と
を備えたことを特徴とする局側通信装置。
In the station side communication device connected to the subscriber side communication device,
A measuring unit for measuring an RTT value between the own device and the subscriber side communication device;
A time synchronization frame generation unit for generating a time synchronization frame by inserting an RTT value measured by the measurement unit into a frame;
A time stamp insertion unit that inserts a time stamp of its own master clock into the time synchronization frame generated by the time synchronization frame generation unit and transmits the time stamp to the subscriber side communication device; Station side communication device.
加入者側通信装置と接続された局側通信装置において、
自機と前記加入者側通信装置間のRTT値を測定する測定部と、
前記測定部により測定されたRTT値をフレームに挿入して時刻同期用フレームを生成する時刻同期用フレーム生成部と、
前記時刻同期用フレーム生成部により生成された時刻同期用フレームに、自機のマスタクロックのタイムスタンプ及び自機がマスタ側であるかを示す優先度情報を挿入し、前記加入者側通信装置に送信するタイムスタンプ挿入部と、
前記加入者側通信装置から受信したフレームから、自機のマスタクロックに対応した前記加入者側通信装置のスレーブクロックのタイムスタンプと他の局側通信装置のマスタクロックに対応した前記加入者側通信装置のスレーブクロックのタイムスタンプとのオフセット値を含む補正フレームを抽出する補正フレーム抽出部と、
自機がマスタ側ではない場合に、前記補正フレーム抽出部により抽出された補正フレームに含まれるオフセット値に基づいて、前記マスタクロックのタイムスタンプを補正するマスタタイムスタンプ補正部と
を備えたことを特徴とする局側通信装置。
In the station side communication device connected to the subscriber side communication device,
A measuring unit for measuring an RTT value between the own device and the subscriber side communication device;
A time synchronization frame generation unit for generating a time synchronization frame by inserting an RTT value measured by the measurement unit into a frame;
Inserting in the time synchronization frame generated by the time synchronization frame generation unit the time stamp of the master clock of the own device and the priority information indicating whether the own device is the master side, to the subscriber side communication device A time stamp insertion part to be transmitted;
From the frame received from the subscriber side communication device, the subscriber side communication corresponding to the master clock of the slave clock of the subscriber side communication device corresponding to the master clock of the own device and the master clock of the other station side communication device A correction frame extraction unit that extracts a correction frame including an offset value with the time stamp of the slave clock of the device;
A master time stamp correction unit that corrects the time stamp of the master clock based on an offset value included in the correction frame extracted by the correction frame extraction unit when the own device is not the master side; A station side communication device characterized.
加入者側通信装置と接続し、前記加入者側通信装置のスレーブクロックを局側通信装置のマスタクロックと時刻同期させるスレーブクロック補正装置において、
前記局側装置から前記加入者側通信装置に送信された、当該局側通信装置と当該加入者側通信装置間のRTT値及び当該局側通信装置のマスタクロックのタイムスタンプを含む時刻同期用フレームを抽出する時刻同期用フレーム抽出部と、
前記時刻同期用フレーム抽出部により抽出された時刻同期用フレームに含まれるRTT値及びタイムスタンプに基づいて、前記スレーブクロックのタイムスタンプを補正するタイムスタンプ補正部と
を備えたことを特徴とするスレーブクロック補正装置。
In a slave clock correction device that connects with a subscriber-side communication device and synchronizes the slave clock of the subscriber-side communication device with the master clock of the station-side communication device,
Time synchronization frame transmitted from the station side device to the subscriber side communication device, including an RTT value between the station side communication device and the subscriber side communication device and a master clock time stamp of the station side communication device A time synchronization frame extracting unit for extracting
A slave comprising: a time stamp correction unit for correcting a time stamp of the slave clock based on an RTT value and a time stamp included in the time synchronization frame extracted by the time synchronization frame extraction unit; Clock correction device.
前記タイムスタンプ補正部は、前記RTT値をRTTとし、前記タイムスタンプをTSとし、前記加入者側通信装置から自機までの遅延量をαとした場合、TS+(RTT/2)+αの関係式により算出した値を前記スレーブクロックのタイムスタンプとする
ことを特徴とする請求項6記載のスレーブクロック補正装置。
When the RTT value is RTT, the time stamp is TS, and the delay amount from the subscriber side communication device to the own device is α, the time stamp correction unit is TS + (RTT / 2) + α The slave clock correction apparatus according to claim 6, wherein the value calculated by the step is used as a time stamp of the slave clock.
マスタ側及びスレーブ側の局側通信装置に接続された加入者側通信装置のスレーブクロックを対応する前記マスタ側及びスレーブ側の局側通信装置のマスタクロックと時刻同期させるスレーブクロック補正装置において、
前記局側装置から前記加入者側通信装置に送信された、当該局側通信装置と当該加入者側通信装置間のRTT値、当該局側通信装置のマスタクロックのタイムスタンプ及び当該局側通信装置がマスタ側であるかを示す優先度情報を含む時刻同期用フレームを抽出する時刻同期用フレーム抽出部と、
前記時刻同期用フレーム抽出部により抽出された時刻同期用フレームに含まれるRTT値及びタイムスタンプに基づいて、前記マスタ側及びスレーブ側の局側通信装置に接続された前記加入者側通信装置のスレーブクロックのタイムスタンプを補正する第1,2スレーブタイムスタンプ補正部と、
前記時刻同期用フレーム抽出部により抽出された時刻同期用フレームに含まれる優先度情報に基づいて、前記マスタ側の局側通信装置に対応するスレーブクロックのタイムスタンプを前記加入者端末装置に出力する選択部と、
前記第1,2スレーブタイムスタンプ補正部により補正されたタイムスタンプのオフセット値を算出するオフセット算出部と、
前記オフセット算出部により算出されたオフセット値を補正フレームに挿入し、前記加入者側通信装置を介して前記局側通信装置に通知するオフセット通知部と
を備えたことを特徴とするスレーブクロック補正装置。
In the slave clock correction device for synchronizing the slave clock of the subscriber side communication device connected to the master side and slave side station side communication devices with the master clock of the corresponding master side and slave side station side communication devices,
The RTT value between the station side communication device and the subscriber side communication device, the master clock time stamp of the station side communication device, and the station side communication device transmitted from the station side device to the subscriber side communication device A time synchronization frame extracting unit for extracting a time synchronization frame including priority information indicating whether the master is on the master side;
Based on the RTT value and the time stamp included in the time synchronization frame extracted by the time synchronization frame extraction unit, the slave of the subscriber side communication device connected to the master side and slave side station side communication devices First and second slave time stamp correction units for correcting clock time stamps;
Based on the priority information included in the time synchronization frame extracted by the time synchronization frame extraction unit, a time stamp of a slave clock corresponding to the master side communication device is output to the subscriber terminal device. A selection section;
An offset calculation unit for calculating an offset value of the time stamp corrected by the first and second slave time stamp correction units;
A slave clock correction apparatus comprising: an offset notification unit that inserts an offset value calculated by the offset calculation unit into a correction frame and notifies the station side communication device via the subscriber side communication device .
JP2009280400A 2009-12-10 2009-12-10 Communication system, station-side communication device, and slave clock correction device Pending JP2011124759A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009280400A JP2011124759A (en) 2009-12-10 2009-12-10 Communication system, station-side communication device, and slave clock correction device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009280400A JP2011124759A (en) 2009-12-10 2009-12-10 Communication system, station-side communication device, and slave clock correction device

Publications (1)

Publication Number Publication Date
JP2011124759A true JP2011124759A (en) 2011-06-23

Family

ID=44288227

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009280400A Pending JP2011124759A (en) 2009-12-10 2009-12-10 Communication system, station-side communication device, and slave clock correction device

Country Status (1)

Country Link
JP (1) JP2011124759A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012074799A (en) * 2010-09-28 2012-04-12 Fujitsu Ltd Communication system, communication interface device, and synchronization method
JP2013106212A (en) * 2011-11-14 2013-05-30 Hitachi Ltd Network system, upstream device, and downstream device
WO2013088492A1 (en) * 2011-12-12 2013-06-20 三菱電機株式会社 Subscriber-side device and optical transmission system
WO2013161110A1 (en) * 2012-04-27 2013-10-31 三菱電機株式会社 Communication system, communication device and time information correction method
JP2013251834A (en) * 2012-06-04 2013-12-12 Hitachi Ltd Network system and control device
JP2014013231A (en) * 2012-05-22 2014-01-23 Cognex Corp Machine visual device with motion prediction control, and method
CN106230541A (en) * 2016-08-05 2016-12-14 深圳市骏龙电子有限公司 A kind of Site synch system and method for EPA
WO2018120549A1 (en) * 2016-12-29 2018-07-05 深圳市中兴微电子技术有限公司 Method and device for processing time stamp in ethernet passive optical network, and storage medium
KR101875530B1 (en) * 2017-04-27 2018-08-02 한국해양과학기술원 Model test image processing and monitoring system of marine structure and vessel
US10083496B2 (en) 2012-05-22 2018-09-25 Cognex Corporation Machine vision systems and methods with predictive motion control

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009005070A (en) * 2007-06-21 2009-01-08 Mitsubishi Electric Corp Communication system, communication method, and communication program
JP2009171041A (en) * 2008-01-11 2009-07-30 Sumitomo Electric Ind Ltd Pon system and station side apparatus

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009005070A (en) * 2007-06-21 2009-01-08 Mitsubishi Electric Corp Communication system, communication method, and communication program
JP2009171041A (en) * 2008-01-11 2009-07-30 Sumitomo Electric Ind Ltd Pon system and station side apparatus

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012074799A (en) * 2010-09-28 2012-04-12 Fujitsu Ltd Communication system, communication interface device, and synchronization method
JP2013106212A (en) * 2011-11-14 2013-05-30 Hitachi Ltd Network system, upstream device, and downstream device
JP5611472B2 (en) * 2011-12-12 2014-10-22 三菱電機株式会社 Subscriber side apparatus and optical transmission system
WO2013088492A1 (en) * 2011-12-12 2013-06-20 三菱電機株式会社 Subscriber-side device and optical transmission system
CN104160661A (en) * 2011-12-12 2014-11-19 三菱电机株式会社 Subscriber-side device and optical transmission system
WO2013161110A1 (en) * 2012-04-27 2013-10-31 三菱電機株式会社 Communication system, communication device and time information correction method
JP2014013231A (en) * 2012-05-22 2014-01-23 Cognex Corp Machine visual device with motion prediction control, and method
US9200890B2 (en) 2012-05-22 2015-12-01 Cognex Corporation Machine vision systems and methods with predictive motion control
US10083496B2 (en) 2012-05-22 2018-09-25 Cognex Corporation Machine vision systems and methods with predictive motion control
JP2013251834A (en) * 2012-06-04 2013-12-12 Hitachi Ltd Network system and control device
CN106230541A (en) * 2016-08-05 2016-12-14 深圳市骏龙电子有限公司 A kind of Site synch system and method for EPA
WO2018120549A1 (en) * 2016-12-29 2018-07-05 深圳市中兴微电子技术有限公司 Method and device for processing time stamp in ethernet passive optical network, and storage medium
KR101875530B1 (en) * 2017-04-27 2018-08-02 한국해양과학기술원 Model test image processing and monitoring system of marine structure and vessel

Similar Documents

Publication Publication Date Title
JP2011124759A (en) Communication system, station-side communication device, and slave clock correction device
CN101577600B (en) Time synchronization method, system and optical network equipment for passive optical network system
EP2675102B1 (en) Communication system time synchronization method, slave station apparatus, master station apparatus, control apparatus, and program
EP3491753B1 (en) System and methods for network synchronization
US8805201B2 (en) Time synchronization method and device in passive optical network and passive optical network
EP2472754A1 (en) A method for realizing time and clock synchronization and a transmission device thereof
EP2288070A1 (en) Time synchronizing method, device and system of master clock side and slave clock side in synchronous network
WO2011120262A1 (en) Time synchronization processing method and device
CN109699199B (en) Message processing method and network equipment
CN102843620B (en) A kind of OTN Apparatus and method for realizing time synchronized and transmit
EP2372932A1 (en) Time synchronization method and corresponding synchronization system for passive optical network system
JP2009290626A (en) Optical transmission system and time reference pulse synchronizing method
EP2919400A1 (en) Method and device for forwarding a clock synchronization message
EP2515591B1 (en) Method, apparatus and system for clock synchronization
WO2010000190A1 (en) Calculating method, system and optical network apparatus for synchronous time of passitive optical network
JP2009005070A (en) Communication system, communication method, and communication program
CN103138887A (en) Processing method of 1588 event messages and processing method of 1588 event messages
JP4872518B2 (en) Communication apparatus and communication method
CN110198197B (en) Time synchronization method of Ethernet passive optical network and Ethernet passive optical network
CN102957489A (en) Clock synchronization method and master-slave clock entity
JP2011040870A (en) Optical transmission system, and synchronization method using time reference pulse
JP2011249864A (en) Pon system, subscriber side optical terminal device, station side optical terminal device, and time synchronization method
JP6243306B2 (en) Station side equipment in optical transmission system
CN112672235A (en) Synchronization method, device, equipment and storage medium
JPWO2014141681A1 (en) Communication device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120529

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20130531

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20131015