Issue 2730: StateChange or a ProcessingErrorAlarm event not defined (log_service-ftf) Source: (, ) Nature: Uncategorized Issue Severity: Summary: The specification does not define a StateChange or a ProcessingErrorAlarm event which are referenced in X.735 section 11.2.3, "Notifications". Resolution: resolved, se revised text below Revised Text: The StateChange event is defined. The ProcessingErrorAlarm event could be defined to allow implemetations to generate event when a problem occurs within the log. Clients could then register to receive this event and do the appropriate thing. Revised Text: Specification Text No Change Specification IDL module DsLogNotification { ... // The event generated by a log when a problem occurs within the log. // The highest 20 bits of error_num are reserved for vendor // specific Ids. struct ProcessingErrorAlarm { long error_num; string error_string; }; ... }; Actions taken: Completed. Actions taken: June 13, 1999: received issue July 27, 1999: closed issue Discussion: End of Annotations:=====