blob: b78d84d435a0ff23c5bd1d74b63be537d909702a [file] [log] [blame]
syntax = "proto3";
package bbf_fiber;
import "meta.proto";
import "bbf_fiber_tcont_body.proto";
message GemportsConfigData {
string id = 1 [(voltha.access) = READ_ONLY];
string name = 2;
string itf_ref = 3;
uint32 traffic_class = 4;
bool aes_indicator = 5;
string tcont_ref = 6;
uint32 gemport_id = 7 [(voltha.access) = READ_ONLY];
}
message GemportsOperData {
string id = 1 [(voltha.access) = READ_ONLY];
string name = 2;
uint32 gemport_id = 3;
}