-
Key: SDRP-65
-
Legacy Issue Number: 7787
-
Status: closed
-
Source: Anonymous
-
Summary:
DESCRIPTION:
Parameters of the IConnectionLink interface operations are not
correct/incomplete. establishStream operation should take source and
destionation address as input parameters. Furthermore, muxStreams should
return a streamID that is a reference to the multiplexed stream.
demuxSteams should return the streamID's of the demultiplexed streams.PROPOSED RESOLUTION:
Change the following operation descriptions from:"establishStream(streamID : ConnectionIDType)"
"muxStreams(streamID [2..n] : ConnectionIDType)"
"demuxStream(streamID : ConnectionIDType)"to:
"establishStream(in sourceAddress : AddressType, in destinationAddress :
AddressType, return streamID : ConnectionIDType)"
"muxStreams(in streamID [2..n] : ConnectionIDType, return muxStreamID :
ConnectionIDType)"
"demuxStream(in streamID : ConnectionIDType, return demuxStreamID [1..n]
: ConnectionIDType)" -
Reported: SDRP 1.0b1 — Wed, 29 Sep 2004 04:00 GMT
-
Disposition: Resolved — SDRP 1.0
-
Disposition Summary:
No Data Available
-
Updated: Fri, 6 Mar 2015 20:53 GMT
SDRP — Section 9.3.1.4.1, IConnectionLink Operations
- Key: SDRP-65
- OMG Task Force: PIM & PSM for SWRadio FTF