Hi,
I'm have found an extrange sentence in the file gxserializer.c, line 4734
if (ret = ser_get(&ba, object->ipReference, 6)) != 0 ||
It looks like, this sentence is wrong/uncomplete
When I try to compile the library with #define DLMS_IGNORE_OBJECT_POINTERS, I am experiencing lot errors, this one is one of them.