AMWA-TV / is-06

AMWA IS-06 NMOS Network Control Specification (Deprecated)
https://specs.amwa.tv/is-06
Apache License 2.0
14 stars 10 forks source link

"Peer port id of the new link" #37

Closed garethsb closed 4 years ago

garethsb commented 5 years ago

The RAML for the PUT operation on /endpoints/{endpointId} says "Peer port id of the new link may or may not be assigned, i.e, this is implementation dependent."

What does this mean?

The schema for Network Link says for the port_id: "A null value will explicitly identify this peer as an endpoint", which seems to me to make it mandatory for the Network Device peer?

garethsb commented 4 years ago

@vsachin33 please would you explain this one to me? Or do you think that sentence is out of date and could be removed? Thanks!

vsachin33 commented 4 years ago

I am just guessing here - in "pre provisioning" case endpoint may not be connected hence peer port may not be present/null. This is done to reserve the bandwidth on the network ahead of time. However for put/post operation of endpoint, we shouldn't be worrying about other side so IMO this can be removed.