Commit f7a9e104 authored by mullers's avatar mullers
Browse files

ta systme added

parent ecd7a282
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ group mapFns {
	 */
	function f_mapSimu()
	runs on Simu {
//		map (self: macMsg, system: taMacMsg);
		map (self: dp1Port, system: taDp1Port);
//		map (self: macBcMsg, system: taMacBcMsg);
//		map (self: macPdu, system: taMacPdu);
//		map (self: phy, system: taPhy);
+15 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ module dPMR_TestSystem {

	type component TestAdapter { 
		//Ports
//		port TaDp1Port tadPmrMsg;
		port TaDp1Port taDp1Port;
//		port TaDp2PortRx tadPmrCommands;
//		port TaUtPort  taUtPort ;
	} // end of type component TestAdapter 
@@ -73,6 +73,20 @@ group portDefs {
		out PacketDataTransmission ;
	}

	type port TaDp1Port  message {
		out	SuperFrame ;
		out	HeaderFrame ;
		out EndFrame ;
		out	PacketDataHeader ;
		out	AckFrame ;
		in	PayloadContTransmission ;
		in 	CallOrSrvReq ;
		in 	Acknowledgement ;
		in 	StatusReqAck ;
		in 	Disconnect ;
		in 	PacketDataTransmission ;
	}

	//@desc: The port for MAC Management messsages
//	type port MacPduPort message {inout MacPduPrimitives};
//	type port MacBcMessagePort message {in MacBcMsgPrimitives};