Loading ttcn/LibItsECall_TestSystem.ttcn +24 −4 Original line number Diff line number Diff line Loading @@ -25,7 +25,15 @@ module LibItsECall_TestSystem { */ type port AMQPPort message { in Event, LogMessage; out SetConfigCmd, CallAcceptCmd, CallHangUpCmd, CallRejectBusyCmd, CallCreateCmd, CallCancelCmd, InbandRequestMsdCmd, InbandSendAlAckCmd; out SetConfigCmd, InbandRequestMsdCmd, InbandSendAlAckCmd; } /** * @desc Telephony network port */ type port MNOPort message { in MnoEvent; out CallAcceptCmd, CallHangUpCmd, CallRejectBusyCmd, CallCreateCmd, CallCancelCmd; } } // end portDefinitions Loading @@ -45,6 +53,7 @@ module LibItsECall_TestSystem { port AMQPPort eCallControl; port AMQPPort eCallFeedback; port UIPort uiPort; port MNOPort mno; var boolean vc_initialized; Loading @@ -60,6 +69,16 @@ module LibItsECall_TestSystem { * @desc value of the next expected MSD messageIdentifier */ var integer vc_messageIdentifier := c_initialMessageIdentifier; /** * @desc kind of the next expected eCall */ var ECallKind vc_eCallKind; /** * @desc kind of the next expected eCall trigger */ var ECallTrigger vc_eCallTrigger; } /** Loading @@ -80,6 +99,7 @@ module LibItsECall_TestSystem { port AMQPPort eCallControl; port AMQPPort eCallFeedback; port LogMessagePort logPort; port MNOPort mno; } /** Loading Loading
ttcn/LibItsECall_TestSystem.ttcn +24 −4 Original line number Diff line number Diff line Loading @@ -25,7 +25,15 @@ module LibItsECall_TestSystem { */ type port AMQPPort message { in Event, LogMessage; out SetConfigCmd, CallAcceptCmd, CallHangUpCmd, CallRejectBusyCmd, CallCreateCmd, CallCancelCmd, InbandRequestMsdCmd, InbandSendAlAckCmd; out SetConfigCmd, InbandRequestMsdCmd, InbandSendAlAckCmd; } /** * @desc Telephony network port */ type port MNOPort message { in MnoEvent; out CallAcceptCmd, CallHangUpCmd, CallRejectBusyCmd, CallCreateCmd, CallCancelCmd; } } // end portDefinitions Loading @@ -45,6 +53,7 @@ module LibItsECall_TestSystem { port AMQPPort eCallControl; port AMQPPort eCallFeedback; port UIPort uiPort; port MNOPort mno; var boolean vc_initialized; Loading @@ -60,6 +69,16 @@ module LibItsECall_TestSystem { * @desc value of the next expected MSD messageIdentifier */ var integer vc_messageIdentifier := c_initialMessageIdentifier; /** * @desc kind of the next expected eCall */ var ECallKind vc_eCallKind; /** * @desc kind of the next expected eCall trigger */ var ECallTrigger vc_eCallTrigger; } /** Loading @@ -80,6 +99,7 @@ module LibItsECall_TestSystem { port AMQPPort eCallControl; port AMQPPort eCallFeedback; port LogMessagePort logPort; port MNOPort mno; } /** Loading