Loading LibIts_Interface.ttcn +13 −1 Original line number Diff line number Diff line Loading @@ -332,6 +332,9 @@ module LibIts_Interface { type record CamInd { CamPdu msgIn } with { encode (msgIn) "LibtItsCam_asn1" } /** * @desc FA1 CAM Request Primitive Loading @@ -339,6 +342,9 @@ module LibIts_Interface { type record CamReq { CamPdu msgOut } with { encode (msgOut) "LibtItsCam_asn1" } /** * @desc FA1 DENM Indication Primitive Loading @@ -349,6 +355,9 @@ module LibIts_Interface { DenmPdu msgIn, TimeStamp receptionTime } with { encode (msgIn) "LibtItsDenm_asn1" } /** * @desc FA1 DENM Request Primitive Loading @@ -358,6 +367,9 @@ module LibIts_Interface { type record DenmReq { DenmPdu msgOut } with { encode (msgIn) "LibtItsDenm_asn1" } } // end fa1Primitives Loading Loading
LibIts_Interface.ttcn +13 −1 Original line number Diff line number Diff line Loading @@ -332,6 +332,9 @@ module LibIts_Interface { type record CamInd { CamPdu msgIn } with { encode (msgIn) "LibtItsCam_asn1" } /** * @desc FA1 CAM Request Primitive Loading @@ -339,6 +342,9 @@ module LibIts_Interface { type record CamReq { CamPdu msgOut } with { encode (msgOut) "LibtItsCam_asn1" } /** * @desc FA1 DENM Indication Primitive Loading @@ -349,6 +355,9 @@ module LibIts_Interface { DenmPdu msgIn, TimeStamp receptionTime } with { encode (msgIn) "LibtItsDenm_asn1" } /** * @desc FA1 DENM Request Primitive Loading @@ -358,6 +367,9 @@ module LibIts_Interface { type record DenmReq { DenmPdu msgOut } with { encode (msgIn) "LibtItsDenm_asn1" } } // end fa1Primitives Loading