Commit Graph

62 Commits (bbccffb65af645f99bf9eaa41cd25e2a0c3abea7)

Author SHA1 Message Date
Michael Zillgith bbccffb65a - added function LogicalNode_getDataSet 10 years ago
Michael Zillgith 7eeac08551 - first commit for pavo changes 10 years ago
Michael Zillgith b1eda97ab4 - changed signature of WriteAccessHandler: Handler now return MmsDataAccessError instead of boolean value! 10 years ago
Michael Zillgith 8c91a53ea9 - fixed bug #357: buffer overflow in client control modul with long IED+LD names 10 years ago
Michael Zillgith 97e8bd8f81 - added function IedModel_setIedNameForDynamicModel 10 years ago
Michael Zillgith f3347e4f16 - added additional error codes to reflect MMS data access errors
- IedConnection_getRCBValues returns correct error code in case the RCB does not exist
10 years ago
Michael Zillgith eb4769333d - fixed beaglebone demo
- fixed bug in server side SBO control: checkHandler received different handles for same client connection
10 years ago
Michael Zillgith a603b7af48 - added IED_ERROR_TYPE_INCONSISTENT value to client API
- server now reponds with type-inconsistent error when client tries to write a value of wrong type
10 years ago
Michael Zillgith 7c540f77c4 - fixed bug with unsigned32 on big endian systems 10 years ago
Michael Zillgith 26fb5301c7 - fixed problem in GCB handling. GDB handling should now be compatible with edition 1 devices. 10 years ago
Michael Zillgith 363d4ef5a7 - reject CreateDataSet for non-existing LN 10 years ago
Michael Zillgith a8a18475e8 - fixed bug #313: Server sends empty report when RCB is disabled while report is pending in bufTm 10 years ago
Michael Zillgith db6cf1ec28 - fixed examples: all timestamp updates prior to corresponding value updates 10 years ago
Michael Zillgith 38711a8843 - fixed some standard conformance issues in report module 10 years ago
Michael Zillgith 5955ae1577 - changed RCB owner from 128 to 64 bytes 10 years ago
Michael Zillgith e84da95752 - added function MmsValue_getUtcTimeInMsWithUs to C and C# API 10 years ago
Michael Zillgith 48b02ec1b0 - extended server_example3.c to show Timestamp handling
- fixed server crash bug when whole LN is requested in a read request (bug #309)
11 years ago
Michael Zillgith 2f771f6e29 - fixed ctlNum bug in client control implementation 11 years ago
Michael Zillgith 86b26ad181 - changed header inclusion. All libiec61850 now include libiec61850_platform_includes.h. All standard headers should be included from there. 11 years ago
Michael Zillgith f70d43b99b - changed FC names (added prefix IEC61850_FC_). 11 years ago
Michael Zillgith 4a4250ce2b - added model target to all server examples and to main examples makefile 11 years ago
Michael Zillgith 8b27f57d15 - added support for GOOSE minTime, maxTime in SCL parser
- configuration options for write access to GoCB elements
- extended file format and data structure to support configuration of minTime, maxTime
11 years ago
Michael Zillgith 98d91464cb - prevent server from crashing when reports are too large for maximum PDU size
- improved memory handling for reports
11 years ago
Michael Zillgith d0676ba305 - added IedServer_setGooseInterfaceId function to set ethernet interface for GOOSE at runtime 11 years ago
Michael Zillgith 1700bca56b - fixed problem with report activation 11 years ago
Michael Zillgith 39b566f265 - fixed memory leak in IedConnection_readDataSetValues function 11 years ago
Michael Zillgith 97d6b9ab57 - changed server_example5 to use writeAccessHandler
- fixed memory alignement problem in reporting.c
11 years ago
Michael Zillgith 43b85b9570 - fixed timeout bug in Socket_connect functions
- ClientGooseControl_setDstAdress
- improved GooseReceiver performance
11 years ago
Michael Zillgith 6bc7b48e9f - refactoring for MmsServerConnection - removed struct from API 11 years ago
Michael Zillgith 6fd4024113 - fixed problem with MMS_DYNAMIC_DATA_SETS define 11 years ago
Michael Zillgith 1a95580f94 - fixed bug in reporting when write to RptEna=false when RptEna already is false
- allow client to set data set in RCB to empty string
- data set deletion will be denied if data set is referenced in a RCB
11 years ago
Michael Zillgith c1c60b6a24 - added support for GetNamedVariableListRequests with aa-specific scope to server 11 years ago
Michael Zillgith 993d81116a - fixed bug with wrong sqNum size for unbuffered RCBs (was 16 is now 8 bit)
- fixed bug with missing response for getVariableAccessAttributes if domain name is wrong
- changed types of trgOps and optFlds (-10, -6)
11 years ago
Michael Zillgith f94af555ee Merge branch 'master' of mz-automation.de:libiec61850 11 years ago
Michael Zillgith a5ed8a650b - added Timestamp_clearFlags function 11 years ago
Michael Zillgith ffbd1f3f6a - fixed bug in StaticModelGenerator.java 11 years ago
Michael Zillgith 0e8980ae0f - added function MmsValue_getUtcTimeBuffer
- fixed problem with entry time in buffered reporting
- fixed bug in file directory service when clients sends an empty string as filename
- fixed problem in file read service. Server now respects the negotiated maximum PDU size
11 years ago
Michael Zillgith 3932102f86 - add some more const declarations 11 years ago
Michael Zillgith a3ae9cb589 - added additional "const" modifiers to API functions 11 years ago
Michael Zillgith 1450d84eaf - removed remaining calls to malloc, calloc, free. Replaced by GLOBAL_.. macros. 11 years ago
Michael Zillgith 5bc9834b74 - client updates internal ctlVal on operate and SBOw, and opertime on operate 11 years ago
Michael Zillgith 811b8f4572 - fixed bug in ModelNode_getChildWithFc function 11 years ago
Michael Zillgith 8cfb9d99a0 - added support for data sets that span multiple logical devices with server configuration file (see feature #271) 11 years ago
Michael Zillgith 3faca719cb - reverted control.c 11 years ago
Michael Zillgith 1e018287b2 Merge branch 'master' of mz-automation.de:libiec61850 11 years ago
Michael Zillgith 3f1f6fd2fd - merge 11 years ago
Michael Zillgith df6ac20092 - added function ModelNode_getChildWithFc 11 years ago
Michael Zillgith 83a7e7cfdc - solve client problem with some implementations of LastApplError (missing $Oper as by TMW Anvil) 11 years ago
Michael Zillgith 98ec51346c - changed back behaviour of LastApplError 11 years ago
Michael Zillgith 7f1714e4af - changed behaviour of CommandTermination- and LastApplError message 11 years ago