Loading proto/interdomain.proto +4 −12 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. //Example of topology syntax = "proto3"; package interdomain; Loading @@ -21,14 +20,7 @@ import "slice.proto"; service InterdomainService { rpc Authenticate (context.TeraFlowController) returns (context.AuthenticationResult) {} rpc LookUpSlice(slice.TransportSlice) returns (slice.SliceId) {} //Slice component or from interdomain component rpc LookUpSlice (slice.TransportSlice ) returns (slice.SliceId ) {} rpc OrderSliceFromCatalog (slice.TransportSlice ) returns (slice.SliceStatus ) {} rpc CreateSliceAndAddToCatalog(slice.TransportSlice ) returns (slice.SliceStatus ) {} } proto/slice.proto +2 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. //Example of topology syntax = "proto3"; package slice; Loading Loading
proto/interdomain.proto +4 −12 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. //Example of topology syntax = "proto3"; package interdomain; Loading @@ -21,14 +20,7 @@ import "slice.proto"; service InterdomainService { rpc Authenticate (context.TeraFlowController) returns (context.AuthenticationResult) {} rpc LookUpSlice(slice.TransportSlice) returns (slice.SliceId) {} //Slice component or from interdomain component rpc LookUpSlice (slice.TransportSlice ) returns (slice.SliceId ) {} rpc OrderSliceFromCatalog (slice.TransportSlice ) returns (slice.SliceStatus ) {} rpc CreateSliceAndAddToCatalog(slice.TransportSlice ) returns (slice.SliceStatus ) {} }
proto/slice.proto +2 −3 Original line number Diff line number Diff line Loading @@ -12,7 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. //Example of topology syntax = "proto3"; package slice; Loading