From b2f2244ac60035e15685a5a0e1890f03b3d4b6a8 Mon Sep 17 00:00:00 2001 From: tangjjia Date: Mon, 13 Feb 2023 03:37:28 +0000 Subject: [PATCH] Update Collection Models/Optical Link Information Collection/an-epon-pm-olt-transceivers.proto, Collection Models/ONU Information Collection/ONU remote information/an-epon-onu-transceivers.proto --- .../ONU remote information/an-epon-onu-transceivers.proto | 2 +- .../an-epon-pm-olt-transceivers.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Collection Models/ONU Information Collection/ONU remote information/an-epon-onu-transceivers.proto b/Collection Models/ONU Information Collection/ONU remote information/an-epon-onu-transceivers.proto index 52479a6..5cdc490 100644 --- a/Collection Models/ONU Information Collection/ONU remote information/an-epon-onu-transceivers.proto +++ b/Collection Models/ONU Information Collection/ONU remote information/an-epon-onu-transceivers.proto @@ -21,7 +21,7 @@ message EponOnuTransceivers { //The current voltage of the optical module.The unit is 0.01V. int32 optical_unit_voltage = 6; - // Optical module type.(0:unknown,1:gpon,2:xg-pon,3:xgs-pon,4:gpon-and-xgpon,5:gpon-and-xgspon,-1:invalid) + // Optical module type.(0:unknown,1:epon,2:10g-epon-s,3:10g-epon-a,-1:invalid) int32 module_type = 7; //Optical module subtype. diff --git a/Collection Models/Optical Link Information Collection/an-epon-pm-olt-transceivers.proto b/Collection Models/Optical Link Information Collection/an-epon-pm-olt-transceivers.proto index 4d1c353..8d962a7 100644 --- a/Collection Models/Optical Link Information Collection/an-epon-pm-olt-transceivers.proto +++ b/Collection Models/Optical Link Information Collection/an-epon-pm-olt-transceivers.proto @@ -36,7 +36,7 @@ message EponPmOltTransceivers { //Optical power at idle time of channel 2.The unit is 0.01dBm. int32 channel_2_idle_rssi = 11; - //Optical module type.(0:unknown,1:gpon,2:xg-pon,3:xgs-pon,4:gpon-and-xgpon,5:gpon-and-xgspon,-1:invalid) + //Optical module type.(0:unknown,1:epon,2:10g-epon-s,3:10g-epon-a,-1:invalid) int32 module_type = 12; //Optical module subtype -- GitLab