blob: 2c24e321a50f5588e4ecb1aa67ac1972caf9cedf [file] [log] [blame]
syntax = "proto3";
package bbf_fiber;
import "meta.proto";
import "bbf_fiber_traffic_descriptor_profile_body.proto";
message TcontsConfigData {
string id = 1 [(voltha.access) = READ_ONLY];
string name = 2;
string interface_reference = 3;
string traffic_descriptor_profile_ref = 4;
uint32 alloc_id = 5;
}
message TcontsOperData {
string id = 1 [(voltha.access) = READ_ONLY];
string name = 2;
uint32 alloc_id = 3;
}