File Transport/RTP/RTPPayloadReceiver.ned

Contains:

simple RTPPayloadReceiver

	parameters:
		outputFileName: string;
		
	gates:
		in: fromProfile;
		out: toProfile;

endsimple