Commit f8633bcc authored by Antonio Gines Buendia Lopez's avatar Antonio Gines Buendia Lopez
Browse files

WIP proto

parent 26bacd91
Loading
Loading
Loading
Loading
+48 −0
Original line number Diff line number Diff line
@@ -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) {}
}