Commit 8cae02b2 authored by garciay's avatar garciay
Browse files

Validate BTP codecs with TCT3

parent 383148dd
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -307,7 +307,7 @@ module LibItsDenm_Functions {
                )
                )
            );
            );
                        
                        
            return p_denm.management.actionID;
            return valueof(p_denm.management).actionID;
        }
        }
        
        
    } // end sendFunctions
    } // end sendFunctions
+72 −72
Original line number Original line Diff line number Diff line
@@ -256,7 +256,7 @@ module LibItsDenm_Templates {
         */
         */
        template TimestampIts mw_timestampIts_withDelta(
        template TimestampIts mw_timestampIts_withDelta(
            in template (value) TimestampIts p_time
            in template (value) TimestampIts p_time
        )  := (p_time-PX_TIME_DELTA .. p_time+PX_TIME_DELTA);
        )  := (valueof(p_time)-PX_TIME_DELTA .. valueof(p_time)+PX_TIME_DELTA);
        
        
    } // end timeTemplates
    } // end timeTemplates
    
    
+1 −1
Original line number Original line Diff line number Diff line
@@ -746,7 +746,7 @@ module LibItsSecurity_Functions {
                                            in template (value) UInt16 p_region
                                            in template (value) UInt16 p_region
        ) return boolean {
        ) return boolean {
            // TODO: call external function
            // TODO: call external function
            return p_parent == p_region;
            return valueof(p_parent) == valueof(p_region);
        }
        }
        
        
    } // End of group geometryFunctions 
    } // End of group geometryFunctions