summaryrefslogtreecommitdiff
path: root/acse.hrl
blob: 4b3551cd98e516c42b7136cca99b040ab0348976 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
%% Generated by the Erlang ASN.1 compiler version:4.0
%% Purpose: Erlang record definitions for each named and unnamed
%% SEQUENCE and SET, and macro definitions for each value
%% definition,in module acse



-ifndef(_ACSE_HRL_).
-define(_ACSE_HRL_, true).

-record('NewACSEUserInformationForCSTA',{
cSTAVersion, cSTAFunctionsRequiredByApplication = asn1_NOVALUE, cSTAFunctionsThatCanBeSupplied = asn1_NOVALUE, cSTAPrivateDataVersionList = asn1_NOVALUE}).

-record('OldACSEUserInformationForCSTA',{
cSTAVersion, cSTAFunctionsRequiredByApplication, cSTAFunctionsThatCanBeSupplied}).

-record('CSTAFunctionality',{
switchingFunctionServices = asn1_DEFAULT, eventReportServices = asn1_DEFAULT, computingFunctionServices = asn1_DEFAULT, bidirectionalServices = asn1_DEFAULT, statusReportingServices = asn1_DEFAULT, inputOutputServices = asn1_DEFAULT, voiceUnitServices = asn1_DEFAULT}).

-record('Authentication-value_other',{
'other-mechanism-name', 'other-mechanism-value'}).

-record('ABRT-apdu',{
'abort-source', 'abort-diagnostic' = 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('RLRQ-apdu',{
reason = 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('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('EXTERNAL',{
'direct-reference' = asn1_NOVALUE, 'indirect-reference' = asn1_NOVALUE, 'data-value-descriptor' = asn1_NOVALUE, encoding}).

-define('aCSE-id', {2,2,3,1,1}).
-define('acse-as-id', {2,2,1,0,1}).
-endif. %% _ACSE_HRL_