Commit 1dff3bf1 authored by tepelmann's avatar tepelmann
Browse files

Removed TC_MAP_SPAT_MSD_BV_03 and TC_MAP_SPAT_MSD_BV_04.

Changed expectation of msgSubID from 0 to 1.
parent 95577595
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 
        }
        
        /**
@@ -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