From 5fbf7d3ad57159945c58cc62b2c8601257a8cf22 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 23 Oct 2015 23:41:35 +0200 Subject: hack --- tda.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/tda.erl b/tda.erl index 461f352..c87ef58 100644 --- a/tda.erl +++ b/tda.erl @@ -26,6 +26,7 @@ associate_request() -> Ver = #'NewACSEUserInformationForCSTA'{cSTAVersion = [versionFive]}, {ok, Enc} = acse:encode('ACSEUserInformationForCSTA', {newDefinition, Ver}), Pdu = #'AARQ-apdu'{ + 'protocol-version' = <<0>>, % hack 'application-context-name' = {1, 3, 12, 0, 218}, 'user-information' = [#'EXTERNAL'{ 'direct-reference' = {1, 3, 12, 0, 285, 200}, -- cgit v1.2.3