Loading ttcn/CAM/LibItsCam_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ module LibItsCam_Templates { */ template CamInd mw_camIndWithBtpParameters ( in template (present) CAM p_camMsg, in template UInt8 p_btpDestinationPort := *, in template UInt8 p_btpInfo := * in template UInt16 p_btpDestinationPort := *, in template UInt16 p_btpInfo := * ) modifies mw_camInd := { btpDestinationPort := p_btpDestinationPort, btpInfo := p_btpInfo Loading Loading
ttcn/CAM/LibItsCam_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ module LibItsCam_Templates { */ template CamInd mw_camIndWithBtpParameters ( in template (present) CAM p_camMsg, in template UInt8 p_btpDestinationPort := *, in template UInt8 p_btpInfo := * in template UInt16 p_btpDestinationPort := *, in template UInt16 p_btpInfo := * ) modifies mw_camInd := { btpDestinationPort := p_btpDestinationPort, btpInfo := p_btpInfo Loading