aboutsummaryrefslogtreecommitdiffstats
path: root/lib/megaco/src/engine/megaco_message_internal.hrl
blob: 44f38752a9bc63924734cde56065d893093d1ce2 (plain) (blame)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
%%
%% %CopyrightBegin%
%% 
%% Copyright Ericsson AB 2000-2009. All Rights Reserved.
%% 
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
%% compliance with the License. You should have received a copy of the
%% Erlang Public License along with this software. If not, it can be
%% retrieved online at http://www.erlang.org/.
%% 
%% Software distributed under the License is distributed on an "AS IS"
%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
%% the License for the specific language governing rights and limitations
%% under the License.
%% 
%% %CopyrightEnd%
%%

%%
%%----------------------------------------------------------------------
%% Generated by the Erlang ASN.1 compiler version:1.2.7
%% Purpose: Erlang record definitions for each named and unnamed
%%          SEQUENCE and SET in module MEDIA-GATEWAY-CONTROL
%%----------------------------------------------------------------------

-record('MegacoMessage',
	{
	  authHeader = asn1_NOVALUE,
	  mess
	 }).

-record('AuthenticationHeader',
	{
	  secParmIndex, 
	  seqNum, 
	  ad
	 }).

-record('Message',
	{
	  version, 
	  mId, 
	  messageBody
	 }). % with extension mark

-record('DomainName',
	{
	  name, 
	  portNumber = asn1_NOVALUE
	 }).

-record('IP4Address',
	{
	  address,
	  portNumber = asn1_NOVALUE
	 }).

-record('IP6Address',
	{
	  address, 
	  portNumber = asn1_NOVALUE
	 }).

-record('TransactionRequest',
	{
	  transactionId, 
	  actions
	 }). % with extension mark

-record('TransactionPending',
	{
	  transactionId
	 }). % with extension mark


%% --- TransactionReply ---

-record('megaco_transaction_reply',
	{
	  transactionId, 
	  immAckRequired       = asn1_NOVALUE, 
	  transactionResult,
	  segmentNumber        = asn1_NOVALUE,
	  segmentationComplete = asn1_NOVALUE
	 }). 


%% %% Pre v3 record def: 
%% -record('TransactionReply',
%% 	{
%% 	  transactionId, 
%% 	  immAckRequired = asn1_NOVALUE, 
%% 	  transactionResult
%% 	 }). %% with extension mark 

%% %% v3 record def: 
%% -record('TransactionReply',
%% 	{
%% 	  transactionId, 
%% 	  immAckRequired       = asn1_NOVALUE, 
%% 	  transactionResult,
%%        %% with extension mark -- v3 --
%%        segmentNumber        = asn1_NOVALUE,
%%        segmentationComplete = asn1_NOVALUE
%% 	 }). 


%% -- v3 --
-record('SegmentReply',
        {
          transactionId,
          segmentNumber,
          segmentationComplete = asn1_NOVALUE
         }). % with extension mark


-record('TransactionAck',
	{
	  firstAck, 
	  lastAck = asn1_NOVALUE
	 }).

-record('ErrorDescriptor',
	{
	  errorCode, 
	  errorText = asn1_NOVALUE
	 }).

-record('DigitMapDescriptor',
	{
	  digitMapName = asn1_NOVALUE, 
	  digitMapValue = asn1_NOVALUE
	 }).

-record('DigitMapValue',
	{
	  startTimer = asn1_NOVALUE, 
	  shortTimer = asn1_NOVALUE, 
	  longTimer = asn1_NOVALUE, 
	  %% BUGBUG BUGBUG 
	  %% Note that there should not really be a default value 
	  %% for this item, but a problem with the flex scanner
	  %% makes it neccessary to swap the values of digitMapBody
	  %% and durationTimer. The same is done in the (erl) scanner
	  %% just so they behave the same. The values are later 
	  %% swapped back by the parser...
	  digitMapBody = asn1_NOVALUE, 
	  %% with extensions
	  durationTimer = asn1_NOVALUE
	 }). 


-record('TerminationID',
	{
	  wildcard, 
	  id
	 }). % with extension mark