blob: af2f3ef906bc8e19431464d30943ab9c721e91ae [file] [log] [blame]
Nikolay Titov89004ec2017-06-19 18:22:42 -04001syntax = "proto3";
Stephane Barbarie35595062018-02-08 08:34:39 -05002
3option go_package = "github.com/opencord/voltha/protos/go/bbf_fiber";
4
Nikolay Titov89004ec2017-06-19 18:22:42 -04005package bbf_fiber;
6
7message VOntaniConfigData {
Nikolay Titov3b31db92017-08-02 18:11:33 -04008 string parent_ref = 1;
9 string expected_serial_number = 2;
10 string expected_registration_id = 3;
11 string preferred_chanpair = 4;
12 string protection_chanpair = 5;
13 uint32 upstream_channel_speed = 6;
14 uint32 onu_id = 7;
Nikolay Titov89004ec2017-06-19 18:22:42 -040015}