Loading ttcn/dPMR_TestConfiguration.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading ttcn/dPMR_TestSystem.ttcn +15 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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}; Loading Loading
ttcn/dPMR_TestConfiguration.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
ttcn/dPMR_TestSystem.ttcn +15 −1 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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}; Loading