Loading proto/pathcompextended.proto +48 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,54 @@ package pathcompextended; import "context.proto"; // Network Context Operations // Transport Optical Slice operations // Transport network Slice L3 operations // Datamodel definitions // Network Context message NetworkTopology { string topology_id = 1; string controller_id = 2; string topology_type = 3; string raw_json_topology = 4; } message NetworkContext { repeated NetworkTopology topologies = 1; } // IETF Network Slice // Transport Actions Model // OLD LEGACY service PathCompExtendedService { rpc Compute(PathCompRequest) returns (PathCompReply) {} } Loading Loading
proto/pathcompextended.proto +48 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,54 @@ package pathcompextended; import "context.proto"; // Network Context Operations // Transport Optical Slice operations // Transport network Slice L3 operations // Datamodel definitions // Network Context message NetworkTopology { string topology_id = 1; string controller_id = 2; string topology_type = 3; string raw_json_topology = 4; } message NetworkContext { repeated NetworkTopology topologies = 1; } // IETF Network Slice // Transport Actions Model // OLD LEGACY service PathCompExtendedService { rpc Compute(PathCompRequest) returns (PathCompReply) {} } Loading