Commit 98cdff78 authored by berge's avatar berge
Browse files

Fixed compilation issue due to type change

parent 8f468eb6
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -890,10 +890,8 @@ module LibItsGeoNetworking_Templates {
                    }
                },
                stationSubType := e_private,
                reserved := c_uInt2Zero,
                stationCountryCode := ²,
                slac := c_uInt8Zero,
                mid := c_uInt36Zero              
                stationCountryCode := c_uInt10Zero,
                mid := c_uInt48Zero              
            }
            
            template (value) LongPosVector m_dummyLongPosVector := {
+2 −1
Original line number Diff line number Diff line
@@ -75,8 +75,9 @@ module LibItsGeoNetworking_TypesAndValues {
	    } // end geoNwHeaderConstants
	    
	    // TODO add in Libcommon
	    const UInt10  c_uInt10Zero := 0;
	    const UInt24  c_uInt24Zero := 0;
	    const UInt36  c_uInt36Zero := 0;
	    const UInt48  c_uInt48Zero := 0;
	    
	} // end geoNwValues