The new release 1.1.1 is mainly a bug fix release for the 1.1 version. Please have a look at the changelog for details. The upcoming version 1.2 will add support for TLS. For a preview please have a look at the development branch at github https://github.com/mz-automation/libiec61850/tree/development.
bool
mmsClient_parseInitiateResponse(MmsConnection self)
{
….
….
int bufPos = 2; // the value here should be 2, original value is 0.
….
}
You are right. Thanks!