summaryrefslogtreecommitdiffstats
path: root/output/3.10.0/MAP-Protocol.asn
blob: ae21899de222bc2d98db0b7e8955ee9c3464d187 (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
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
MAP-Protocol DEFINITIONS ::=

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

	-- Location management
	updateLocationArea, updateLocation, cancelLocation, detachIMSI,
	attachIMSI, deregisterMobileSubscriber,

	-- Data management
	sendParameters, insertSubscriberData, deleteSubscriberData,

	-- Supplementary Services Handling
	registerSS, eraseSS, activateSS, deactivateSS, interrogateSS, invokeSS,
	forwardSsNotification, registerPassword, getPassword,
	processUnstructuredSsData,

	-- Call set-up
	sendInfoForIncomingCall, sendInfoForOutgoingCall,
	sendRoutingInformation, provideRoamingNumber,

	-- Paging
	page, searchForMobileSubscriber,

	-- Handover
	performHandover, sendEndSignal,
	performSubsequentHandover, allocateHandoverNumber, sendHandoverReport,

	-- Charging
	registerChargingInformation,

	-- Restoration
	reset, forwardCheckSsIndication,

	-- Authentication and security
	forwardNewTMSI, setCipheringMode,

	-- Equipment management
	checkIMEI,

	-- Short messages
	noteMSPresent, alertServiceCentre,

	-- Tracing
	activateTraceMode, deactivateTraceMode, traceSubscriberActivity,

	-- Others
	processAccessRequest
FROM
	MAP-Operations

	-- imports error types
	unknownSubscriber, unknownBaseStation, unknownMSC, unknownLocArea,
	unidentifiedSubscriber, unallocatedRoamingNumber, unknownEquipment,
	roamingNotAllowed, teleServiceNotProvisioned,
	insufficientBearerCapabilities, callBarred, forwardingViolation,
	cug-Reject, illegalSS-Operation, ss-ErrorStatus, ss-NotAvailable,
	ss-SubscriptionViolation, ss-Incompatibility, facilityNotSupported,
	invalidTargetBaseStation, noRadioResourceAvailable,
	noHandoverNumberAvailable, subsequentHandoverFailure, absentSubscriber,
	busySubscriber, noSubscriberReply, radioCongestion,
	unexpectedDataValue, passwordRegistrationFailure,
	negativePasswordCheck, noRoamingNumberAvailable, tracingBufferFull
FROM
	MAP-Errors;

Supported-MAP-Operations OPERATION ::= {
	updateLocationArea | updateLocation | cancelLocation |
	detachIMSI | attachIMSI | deregisterMobileSubscriber |
	-- Data management
	sendParameters | insertSubscriberData | deleteSubscriberData |
	-- Supplementary Services Handling
	registerSS | eraseSS | activateSS |
	deactivateSS | interrogateSS | invokeSS | forwardSsNotification |
	registerPassword | getPassword | processUnstructuredSsData |
	-- Call set-up
	sendInfoForIncomingCall | sendInfoForOutgoingCall | sendRoutingInformation | provideRoamingNumber |
	-- Paging
	page | searchForMobileSubscriber |
	-- Handover
	performHandover | sendEndSignal |
	performSubsequentHandover | allocateHandoverNumber | sendHandoverReport |
	-- Charging
	registerChargingInformation |
	-- Restoration
	reset | forwardCheckSsIndication |
	-- Authentication and security
	forwardNewTMSI | setCipheringMode |
	-- Equipment management
	checkIMEI |
	-- Short messages
	noteMSPresent | alertServiceCentre |
	-- Tracing
	activateTraceMode | deactivateTraceMode | traceSubscriberActivity |
	-- Others
	processAccessRequest
}

END