blob: 03f42b030ae2b56804b4de2164aa82048c051739 [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 [(voltha.access) = READ_ONLY];
}
message TcontsOperData {
string id = 1 [(voltha.access) = READ_ONLY];
string name = 2;
uint32 alloc_id = 3;
}