Loading ttcn/LibCommon_DataStrings.ttcn +4 −0 Original line number Original line Diff line number Diff line Loading @@ -127,10 +127,14 @@ group zeroedBytes { group zeroedBytes { const Oct1 c_1ZeroByte := int2oct(0,1); const Oct1 c_1ZeroByte := int2oct(0,1); const Oct2 c_2ZeroBytes := int2oct(0,2); const Oct2 c_2ZeroBytes := int2oct(0,2); const Oct3 c_3ZeroBytes := int2oct(0,3); const Oct4 c_4ZeroBytes := int2oct(0,4); const Oct4 c_4ZeroBytes := int2oct(0,4); const Oct5 c_5ZeroBytes := int2oct(0,5); const Oct6 c_6ZeroBytes := int2oct(0,6); const Oct6 c_6ZeroBytes := int2oct(0,6); const Oct7 c_7ZeroBytes := int2oct(0,7); const Oct8 c_8ZeroBytes := int2oct(0,8); const Oct8 c_8ZeroBytes := int2oct(0,8); const Oct9 c_9ZeroBytes := int2oct(0,9); const Oct9 c_9ZeroBytes := int2oct(0,9); const Oct10 c_10ZeroBytes := int2oct(0,10); const Oct12 c_12ZeroBytes := int2oct(0,12); const Oct12 c_12ZeroBytes := int2oct(0,12); const Oct13 c_13ZeroBytes := int2oct(0,13); const Oct13 c_13ZeroBytes := int2oct(0,13); const Oct16 c_16ZeroBytes := int2oct(0,16); const Oct16 c_16ZeroBytes := int2oct(0,16); Loading Loading
ttcn/LibCommon_DataStrings.ttcn +4 −0 Original line number Original line Diff line number Diff line Loading @@ -127,10 +127,14 @@ group zeroedBytes { group zeroedBytes { const Oct1 c_1ZeroByte := int2oct(0,1); const Oct1 c_1ZeroByte := int2oct(0,1); const Oct2 c_2ZeroBytes := int2oct(0,2); const Oct2 c_2ZeroBytes := int2oct(0,2); const Oct3 c_3ZeroBytes := int2oct(0,3); const Oct4 c_4ZeroBytes := int2oct(0,4); const Oct4 c_4ZeroBytes := int2oct(0,4); const Oct5 c_5ZeroBytes := int2oct(0,5); const Oct6 c_6ZeroBytes := int2oct(0,6); const Oct6 c_6ZeroBytes := int2oct(0,6); const Oct7 c_7ZeroBytes := int2oct(0,7); const Oct8 c_8ZeroBytes := int2oct(0,8); const Oct8 c_8ZeroBytes := int2oct(0,8); const Oct9 c_9ZeroBytes := int2oct(0,9); const Oct9 c_9ZeroBytes := int2oct(0,9); const Oct10 c_10ZeroBytes := int2oct(0,10); const Oct12 c_12ZeroBytes := int2oct(0,12); const Oct12 c_12ZeroBytes := int2oct(0,12); const Oct13 c_13ZeroBytes := int2oct(0,13); const Oct13 c_13ZeroBytes := int2oct(0,13); const Oct16 c_16ZeroBytes := int2oct(0,16); const Oct16 c_16ZeroBytes := int2oct(0,16); Loading