diff --git a/LibOneM2M/OneM2M_Types.ttcn b/LibOneM2M/OneM2M_Types.ttcn index 9bc28a5787ec1db937922ca08031c082fc4c1330..f1acf5b28ac31967c826fcfc4b2422697f9c135e 100644 --- a/LibOneM2M/OneM2M_Types.ttcn +++ b/LibOneM2M/OneM2M_Types.ttcn @@ -6629,9 +6629,6 @@ with { charstring serialization optional, AttributeAux_list forcedFields optional } - with { - encode "" - } /** * @desc Type for the oneM2M primitives exchange @@ -6644,9 +6641,6 @@ with { } primitive, AttributeList_1 nullFields optional } - with { - encode "" - } type record AcRequestPrimitive { charstring event, @@ -9013,7 +9007,7 @@ type record CseSimuComponentDesc { } with { - encode ""; + encode "adapter"; } // End of group tsSettings }