diff --git a/pydbc/dbc.g4 b/pydbc/dbc.g4 index 7de61ce..8a1be03 100644 --- a/pydbc/dbc.g4 +++ b/pydbc/dbc.g4 @@ -261,7 +261,7 @@ customAttributeValues: ; customAttributeValueForObject: - 'BA_REL' attributeName = stringValue ( + 'BA_REL_' attributeName = stringValue ( ( attrType = 'BU_BO_REL_' nodeName = identifierValue nodeAddress = intValue attrValue = attributeValue) | (attrType = 'BU_SG_REL_' nodeName = identifierValue 'SG_' messageID = intValue signalName = identifierValue attrValue = attributeValue) | (attrType = 'BU_EV_REL_' evName = identifierValue evValue = attributeValue) // ???