blob: ab1316331d89eb7b77b6078998feafe250788069 [file] [log] [blame]
syntax = "proto3";
package bbf_fiber;
message VOntaniConfigData {
string parent_ref = 1;
string expected_serial_number = 2;
string expected_registration_id = 3;
string preferred_chanpair = 4;
string protection_chanpair = 5;
uint32 upstream_channel_speed = 6;
uint32 onu_id = 7;
}