Added get_alarm_summary_ack_decode_apdu_data() and get_alarm_summary_ack_handler(). Thank you, Daniel Blazevic, for the contribution!

This commit is contained in:
skarg
2013-01-22 22:54:32 +00:00
parent 486e81dfea
commit adb4fe0865
6 changed files with 182 additions and 5 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ void handler_get_alarm_summary(
alarm_value = Get_Alarm_Summary[i] (j, &getalarm_data);
if (alarm_value > 0) {
len =
get_alarm_sumary_ack_encode_apdu_data
get_alarm_summary_ack_encode_apdu_data
(&Handler_Transmit_Buffer[pdu_len + apdu_len],
service_data->max_resp - apdu_len, &getalarm_data);
if (len <= 0) {