Loading ttcn/Security/LibItsSecurity_Templates.ttcn3 +0 −22 Original line number Original line Diff line number Diff line Loading @@ -1653,26 +1653,4 @@ module LibItsSecurity_Templates { } // End of group utPrimitives } // End of group utPrimitives /** * @desc Function helpers for static_cast<> operation (to reduce warning in TTWB) */ group typeConverters { /** * @desc Convert integer into UInt8 */ function f_int2UInt8(in integer p_value) return UInt8 { // log("f_int2UInt8: ", p_value); return p_value; } /** * @desc Convert integer into UInt32 */ function f_int2UInt32(in integer p_value) return UInt32 { return p_value; } } } // End of module LibItsSecurity_Templates } // End of module LibItsSecurity_Templates No newline at end of file Loading
ttcn/Security/LibItsSecurity_Templates.ttcn3 +0 −22 Original line number Original line Diff line number Diff line Loading @@ -1653,26 +1653,4 @@ module LibItsSecurity_Templates { } // End of group utPrimitives } // End of group utPrimitives /** * @desc Function helpers for static_cast<> operation (to reduce warning in TTWB) */ group typeConverters { /** * @desc Convert integer into UInt8 */ function f_int2UInt8(in integer p_value) return UInt8 { // log("f_int2UInt8: ", p_value); return p_value; } /** * @desc Convert integer into UInt32 */ function f_int2UInt32(in integer p_value) return UInt32 { return p_value; } } } // End of module LibItsSecurity_Templates } // End of module LibItsSecurity_Templates No newline at end of file