From bb830e4550d95491b49a9fe035263bfb8baf6236 Mon Sep 17 00:00:00 2001 From: garethsb-sony Date: Tue, 6 Aug 2019 15:41:13 +0100 Subject: [PATCH] Clarify Sender/Receiver subscription indicates current configuration, not connection status, as per IS-05 change by https://github.com/AMWA-TV/nmos-device-connection-management/pull/97 --- docs/4.3. Behaviour - Nodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/4.3. Behaviour - Nodes.md b/docs/4.3. Behaviour - Nodes.md index fd0cccc5..0412f592 100644 --- a/docs/4.3. Behaviour - Nodes.md +++ b/docs/4.3. Behaviour - Nodes.md @@ -8,7 +8,7 @@ Where the behaviour associated with an API attribute is not sufficiently clear f ### Senders -`subscription`: The 'subscription' key is used to indicate how a Sender currently connects to Receivers in a networked media system. The subscription MUST be updated to reflect the current state of the Sender whether it was modified via an NMOS mechanism or an externally-defined control mechanism. +`subscription`: The 'subscription' key is used to indicate how a Sender currently connects to Receivers in a networked media system. The subscription MUST be updated to reflect the current configuration of the Sender whether it was modified via an NMOS mechanism or an externally-defined control mechanism. `subscription` `active`: The 'active' key MUST be set to 'true' when the Sender is configured to enable transmission of packets to the network, whether via a push- or pull-based mechanism. The key MUST be set to 'false' when the Sender is configured to disable transmission of packets to the network. @@ -16,7 +16,7 @@ Where the behaviour associated with an API attribute is not sufficiently clear f ### Receivers -`subscription`: The 'subscription' key is used to indicate how a Receiver currently connects to Senders in a networked media system. The subscription MUST be updated to reflect the current state of the Receiver whether it was modified via an NMOS mechanism or an externally-defined control mechanism. +`subscription`: The 'subscription' key is used to indicate how a Receiver currently connects to Senders in a networked media system. The subscription MUST be updated to reflect the current configuration of the Receiver whether it was modified via an NMOS mechanism or an externally-defined control mechanism. `subscription` `active`: The 'active' key MUST be set to 'true' when the Receiver is configured to enable reception of packets from the network. The key MUST be set to 'false' when the Receiver is configured to disable reception of packets from the network.