Loading ttcn/MapSpat/LibItsMapSpat_Templates.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -233,8 +233,8 @@ module LibItsMapSpat_Templates { /** * @desc Receive template for MAP Message with SubId = 0 */ template (present) MapData mw_mapSubId0 modifies mw_anyMap := { msgSubID := 0 template (present) MapData mw_mapSubId1 modifies mw_anyMap := { msgSubID := 1 } /** Loading Loading @@ -325,8 +325,8 @@ module LibItsMapSpat_Templates { /** * @desc Receive template for SPAT Message with SubId = 0 */ template (present) SPAT mw_spatSubId0 modifies mw_anySpat := { msgSubID := 0 template (present) SPAT mw_spatSubId1 modifies mw_anySpat := { msgSubID := 1 } } // end mapSpatTemplates Loading Loading
ttcn/MapSpat/LibItsMapSpat_Templates.ttcn +4 −4 Original line number Diff line number Diff line Loading @@ -233,8 +233,8 @@ module LibItsMapSpat_Templates { /** * @desc Receive template for MAP Message with SubId = 0 */ template (present) MapData mw_mapSubId0 modifies mw_anyMap := { msgSubID := 0 template (present) MapData mw_mapSubId1 modifies mw_anyMap := { msgSubID := 1 } /** Loading Loading @@ -325,8 +325,8 @@ module LibItsMapSpat_Templates { /** * @desc Receive template for SPAT Message with SubId = 0 */ template (present) SPAT mw_spatSubId0 modifies mw_anySpat := { msgSubID := 0 template (present) SPAT mw_spatSubId1 modifies mw_anySpat := { msgSubID := 1 } } // end mapSpatTemplates Loading