Two minor problems in tau_xml.c:
In readTelegramDef(), after parsing the source or destination tag, there is a possibility of SDTv2 configuration being present. Hence after getting just TOK_CLOSE (and not TOK_CLOSE_EMPTY), SDTv2 parmeters should be parsed, if present.
In tau_readXmlDeviceConfig(), Debug output print levels need a correction. Changes:
a) Error level should not print warnings.
b) Info level should also print warnings and errors.
If ticket gets approved, I can make the changes as per the attached diff.
Correct, done it...