blob: ab1316331d89eb7b77b6078998feafe250788069 [file] [log] [blame]
Nikolay Titov89004ec2017-06-19 18:22:42 -04001syntax = "proto3";
2package bbf_fiber;
3
4message VOntaniConfigData {
Nikolay Titov3b31db92017-08-02 18:11:33 -04005 string parent_ref = 1;
6 string expected_serial_number = 2;
7 string expected_registration_id = 3;
8 string preferred_chanpair = 4;
9 string protection_chanpair = 5;
10 uint32 upstream_channel_speed = 6;
11 uint32 onu_id = 7;
Nikolay Titov89004ec2017-06-19 18:22:42 -040012}