aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_bin_v2_SUITE_data/tcapsystem/MAP-SecureTransportOperations.asn
blob: dfb830cddd5a45c5ac9fcde2f15d6d72eb87b888 (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
MAP-SecureTransportOperations {
   itu-t identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SecureTransportOperations (26)
   version9 (9)}

DEFINITIONS

::=

BEGIN

EXPORTS
	secureTransportClass1,
	secureTransportClass2,
	secureTransportClass3,
	secureTransportClass4
;

IMPORTS
	OPERATION
FROM Remote-Operations-Information-Objects {
joint-iso-itu-t remote-operations(4)
  informationObjects(5) version1(0)}

	dataMissing,
	secureTransportError,
	unexpectedDataValue

FROM MAP-Errors {
   itu-t identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-Errors (10) version9 (9)}

	SecureTransportArg,
	SecureTransportRes

FROM MAP-ST-DataTypes {
   itu-t identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-ST-DataTypes (27) version9 (9)}
;

secureTransportClass1  OPERATION ::= {			--Timer shall be the same as for the
						--securely transported operation
	ARGUMENT
		SecureTransportArg
	RESULT
		SecureTransportRes
	ERRORS {
		secureTransportError |
		dataMissing |
		unexpectedDataValue}
	CODE	local:78 }

secureTransportClass2  OPERATION ::= {			--Timer shall be the same as for the
						--securely transported operation
	ARGUMENT
		SecureTransportArg
	ERRORS {
		secureTransportError |
		dataMissing |
		unexpectedDataValue}
	CODE	local:79 }

secureTransportClass3  OPERATION ::= {			--Timer shall be the same as for the
						--securely transported operation
	ARGUMENT
		SecureTransportArg
	RESULT
		SecureTransportRes
	CODE	local:80 }

secureTransportClass4  OPERATION ::= {			--Timer shall be the same as for the
						--securely transported operation
	ARGUMENT
		SecureTransportArg	
	CODE	local:81 }


END