Loading ttcn/MapSpat/LibItsMapSpat_TestSystem.ttcn +12 −2 Original line number Diff line number Diff line Loading @@ -105,8 +105,18 @@ module LibItsMapSpat_TestSystem { /** * @desc Appl MAP and SPAT Request Primitive */ type record MapReq { MAP_PDU msgOut }; type record SpatReq { SPAT_PDU msgOut }; type record MapReq { MAP_PDU msgOut } with { encode (msgOut) "LibItsMapSpat_asn1" } type record SpatReq { SPAT_PDU msgOut } with { encode (msgOut) "LibItsMapSpat_asn1" } } with { encode "LibIts_Interface" Loading Loading
ttcn/MapSpat/LibItsMapSpat_TestSystem.ttcn +12 −2 Original line number Diff line number Diff line Loading @@ -105,8 +105,18 @@ module LibItsMapSpat_TestSystem { /** * @desc Appl MAP and SPAT Request Primitive */ type record MapReq { MAP_PDU msgOut }; type record SpatReq { SPAT_PDU msgOut }; type record MapReq { MAP_PDU msgOut } with { encode (msgOut) "LibItsMapSpat_asn1" } type record SpatReq { SPAT_PDU msgOut } with { encode (msgOut) "LibItsMapSpat_asn1" } } with { encode "LibIts_Interface" Loading