@ -973,6 +973,9 @@ IedConnection_setGoCBValuesAsync(IedConnection self, IedClientError* error, Clie
char domainId [ 65 ] ;
char domainId [ 65 ] ;
char itemId [ 130 ] ;
char itemId [ 130 ] ;
LinkedList itemIds = NULL ;
LinkedList values = NULL ;
if ( MmsMapping_getMmsDomainFromObjectReference ( goCB - > objectReference , domainId ) = = NULL )
if ( MmsMapping_getMmsDomainFromObjectReference ( goCB - > objectReference , domainId ) = = NULL )
{
{
* error = IED_ERROR_OBJECT_REFERENCE_INVALID ; ;
* error = IED_ERROR_OBJECT_REFERENCE_INVALID ; ;
@ -1006,8 +1009,8 @@ IedConnection_setGoCBValuesAsync(IedConnection self, IedClientError* error, Clie
int itemIdLen = strlen ( itemId ) ;
int itemIdLen = strlen ( itemId ) ;
/* create the list of requested itemIds references */
/* create the list of requested itemIds references */
LinkedList itemIds = LinkedList_create ( ) ;
itemIds = LinkedList_create ( ) ;
LinkedList values = LinkedList_create ( ) ;
values = LinkedList_create ( ) ;
/* add rGoEna as last element */
/* add rGoEna as last element */
if ( parametersMask & GOCB_ELEMENT_GO_ID )
if ( parametersMask & GOCB_ELEMENT_GO_ID )