Loading ttcn/LibIts_Interface.ttcn +4 −3 Original line number Original line Diff line number Diff line Loading @@ -276,10 +276,11 @@ module LibIts_Interface { * @desc MGT2 Management Port - MF-SAP service primitives * @desc MGT2 Management Port - MF-SAP service primitives */ */ type port MgtMFSapPort message { type port MgtMFSapPort message { in inout MgtMFSapCommandReq, MgtMFSapRequestReq; out MgtMFSapRequestReq; MgtMFSapRequestReq; in MgtMFSapCommandReq, MgtMFSapRequestConfirm; } // End of port MgtMFSapPort } // End of port MgtMFSapPort /** /** Loading Loading
ttcn/LibIts_Interface.ttcn +4 −3 Original line number Original line Diff line number Diff line Loading @@ -276,10 +276,11 @@ module LibIts_Interface { * @desc MGT2 Management Port - MF-SAP service primitives * @desc MGT2 Management Port - MF-SAP service primitives */ */ type port MgtMFSapPort message { type port MgtMFSapPort message { in inout MgtMFSapCommandReq, MgtMFSapRequestReq; out MgtMFSapRequestReq; MgtMFSapRequestReq; in MgtMFSapCommandReq, MgtMFSapRequestConfirm; } // End of port MgtMFSapPort } // End of port MgtMFSapPort /** /** Loading