From 31cd25a7dd51f9cb8676370fadf630cf4c81c93b Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Fri, 23 Oct 2015 10:18:38 +0200 Subject: Initial import --- ACSE-1.hrl | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 ACSE-1.hrl (limited to 'ACSE-1.hrl') diff --git a/ACSE-1.hrl b/ACSE-1.hrl new file mode 100644 index 0000000..1f53585 --- /dev/null +++ b/ACSE-1.hrl @@ -0,0 +1,45 @@ +%% Generated by the Erlang ASN.1 compiler version:1.7 +%% Purpose: Erlang record definitions for each named and unnamed +%% SEQUENCE and SET, and macro definitions for each value +%% definition,in module ACSE-1 + + + +-record('AARQ-apdu',{ +'protocol-version' = asn1_DEFAULT, 'application-context-name', 'called-AP-title' = asn1_NOVALUE, 'called-AE-qualifier' = asn1_NOVALUE, 'called-AP-invocation-identifier' = asn1_NOVALUE, 'called-AE-invocation-identifier' = asn1_NOVALUE, 'calling-AP-title' = asn1_NOVALUE, 'calling-AE-qualifier' = asn1_NOVALUE, 'calling-AP-invocation-identifier' = asn1_NOVALUE, 'calling-AE-invocation-identifier' = asn1_NOVALUE, 'sender-acse-requirements' = asn1_NOVALUE, 'mechanism-name' = asn1_NOVALUE, 'calling-authentication-value' = asn1_NOVALUE, 'application-context-name-list' = asn1_NOVALUE, 'implementation-information' = asn1_NOVALUE, +%% with extensions +%% end of extensions +'user-information' = asn1_NOVALUE}). + +-record('AARE-apdu',{ +'protocol-version' = asn1_DEFAULT, 'application-context-name', result, 'result-source-diagnostic', 'responding-AP-title' = asn1_NOVALUE, 'responding-AE-qualifier' = asn1_NOVALUE, 'responding-AP-invocation-identifier' = asn1_NOVALUE, 'responding-AE-invocation-identifier' = asn1_NOVALUE, 'responder-acse-requirements' = asn1_NOVALUE, 'mechanism-name' = asn1_NOVALUE, 'responding-authentication-value' = asn1_NOVALUE, 'application-context-name-list' = asn1_NOVALUE, 'implementation-information' = asn1_NOVALUE, +%% with extensions +%% end of extensions +'user-information' = asn1_NOVALUE}). + +-record('RLRQ-apdu',{ +reason = asn1_NOVALUE, +%% with extensions +%% end of extensions +'user-information' = asn1_NOVALUE}). + +-record('RLRE-apdu',{ +reason = asn1_NOVALUE, +%% with extensions +%% end of extensions +'user-information' = asn1_NOVALUE}). + +-record('ABRT-apdu',{ +'abort-source', 'abort-diagnostic' = asn1_NOVALUE, +%% with extensions +%% end of extensions +'user-information' = asn1_NOVALUE}). + +-record('Authentication-value_other',{ +'other-mechanism-name', 'other-mechanism-value'}). + +-record('EXTERNAL',{ +'direct-reference' = asn1_NOVALUE, 'indirect-reference' = asn1_NOVALUE, 'data-value-descriptor' = asn1_NOVALUE, encoding}). + +-define('acse-as-id', {2,2,1,0,1}). +-define('aCSE-id', {2,2,3,1,1}). -- cgit v1.2.3