Loading ttcn/LibIts_Interface.ttcn +16 −17 Original line number Original line Diff line number Diff line Loading @@ -264,8 +264,9 @@ module LibIts_Interface { * @desc MGT1 IISC Port (IISC/LAN) * @desc MGT1 IISC Port (IISC/LAN) */ */ type port IiscPort message { type port IiscPort message { in IiscResp; inout out IiscReq; IiscResp, IiscReq; } // End of port IiscPort } // End of port IiscPort } // End of group mgt1Ports } // End of group mgt1Ports Loading @@ -277,11 +278,9 @@ module LibIts_Interface { */ */ type port MgtMFSapPort message { type port MgtMFSapPort message { in in MgtMFSapCommandReq MgtMFSapCommandReq, MgtMFSapRequestReq; // MgtMFSapCommandInd, out // MgtMFSapRequestConfirmInd; MgtMFSapRequestReq; // out // MgtMFSapRequestReq; } // End of port MgtMFSapPort } // End of port MgtMFSapPort /** /** Loading Loading @@ -477,14 +476,14 @@ module LibIts_Interface { * @desc MGT1 IISC Indication Primitive * @desc MGT1 IISC Indication Primitive */ */ type record IiscResp { type record IiscResp { IIC_Response msgIn IIC_Response msgInOut } } /** /** * @desc MGT1 IISC Request Primitive * @desc MGT1 IISC Request Primitive */ */ type record IiscReq { type record IiscReq { IIC_Request msgIn IIC_Request msgInOut } } } // End of group mgt1Primitives } // End of group mgt1Primitives Loading Loading @@ -532,14 +531,14 @@ module LibIts_Interface { MF_Command_request msgIn MF_Command_request msgIn } } // /** /** // * @desc Management service primitive MF-REQUEST.request * @desc Management service primitive MF-REQUEST.request // * @see ISO/CD 24102-3 Clause 8.3.2 * @see ISO/CD 24102-3 Clause 8.3.2 // */ */ // type record MgtMFSapRequestReq { type record MgtMFSapRequestReq { // MF_Request_request msgOut MF_Request_request msgInOut // } } // } // End of group MF_SAP } // End of group MF_SAP /** /** Loading Loading
ttcn/LibIts_Interface.ttcn +16 −17 Original line number Original line Diff line number Diff line Loading @@ -264,8 +264,9 @@ module LibIts_Interface { * @desc MGT1 IISC Port (IISC/LAN) * @desc MGT1 IISC Port (IISC/LAN) */ */ type port IiscPort message { type port IiscPort message { in IiscResp; inout out IiscReq; IiscResp, IiscReq; } // End of port IiscPort } // End of port IiscPort } // End of group mgt1Ports } // End of group mgt1Ports Loading @@ -277,11 +278,9 @@ module LibIts_Interface { */ */ type port MgtMFSapPort message { type port MgtMFSapPort message { in in MgtMFSapCommandReq MgtMFSapCommandReq, MgtMFSapRequestReq; // MgtMFSapCommandInd, out // MgtMFSapRequestConfirmInd; MgtMFSapRequestReq; // out // MgtMFSapRequestReq; } // End of port MgtMFSapPort } // End of port MgtMFSapPort /** /** Loading Loading @@ -477,14 +476,14 @@ module LibIts_Interface { * @desc MGT1 IISC Indication Primitive * @desc MGT1 IISC Indication Primitive */ */ type record IiscResp { type record IiscResp { IIC_Response msgIn IIC_Response msgInOut } } /** /** * @desc MGT1 IISC Request Primitive * @desc MGT1 IISC Request Primitive */ */ type record IiscReq { type record IiscReq { IIC_Request msgIn IIC_Request msgInOut } } } // End of group mgt1Primitives } // End of group mgt1Primitives Loading Loading @@ -532,14 +531,14 @@ module LibIts_Interface { MF_Command_request msgIn MF_Command_request msgIn } } // /** /** // * @desc Management service primitive MF-REQUEST.request * @desc Management service primitive MF-REQUEST.request // * @see ISO/CD 24102-3 Clause 8.3.2 * @see ISO/CD 24102-3 Clause 8.3.2 // */ */ // type record MgtMFSapRequestReq { type record MgtMFSapRequestReq { // MF_Request_request msgOut MF_Request_request msgInOut // } } // } // End of group MF_SAP } // End of group MF_SAP /** /** Loading