LocationUpdatingPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		updateLocation}
	SUPPLIER INVOKES {
		forwardCheckSs-Indication}

LocationCancellationPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is VLR if Consumer is HLR
	CONSUMER INVOKES {
		cancelLocation}

RoamingNumberEnquiryPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is VLR if Consumer is HLR
	CONSUMER INVOKES {
		provideRoamingNumber}

InfoRetrievalPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		sendAuthenticationInfo}

InfoRetrievalPackage-v1 ::= OPERATION-PACKAGE
	-- Supplier is HLR or VLR if Consumer is VLR
	CONSUMER INVOKES {
		sendParameters}

InterVlrInfoRetrievalPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is VLR if Consumer is VLR
	CONSUMER INVOKES {
		sendIdentification}

IMSIRetrievalPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		sendIMSI}

InterrogationPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is MSC
	CONSUMER INVOKES {
		sendRoutingInfo}

HandoverControlPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is MSCB if Consumer is MSCA
	CONSUMER INVOKES {
		prepareHandover,
		forwardAccessSignalling}
	SUPPLIER INVOKES {
		sendEndSignal,
		processAccessSignalling,
		prepareSubsequentHandover}

HandoverControlPackage-v1 ::= OPERATION-PACKAGE
	-- Supplier is MSCB if Consumer is MSCA
	CONSUMER INVOKES {
		performHandover,
		forwardAccessSignalling,
		traceSubscriberActivity}
	SUPPLIER INVOKES {
		sendEndSignal,
		noteInternalHandover,
		processAccessSignalling,
		performSubsequentHandover}

SubscriberDataMngtStandAlonePackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is VLR if Consumer is HLR
	CONSUMER INVOKES {
		insertSubscriberData,
		deleteSubscriberData}

EquipmentMngtPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is EIR if Consumer is MSC
	CONSUMER INVOKES {
		checkIMEI}

SubscriberDataMngtPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is VLR if Consumer is HLR
	CONSUMER INVOKES {
		insertSubscriberData}

ResetPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is VLR if Consumer is HLR
	CONSUMER INVOKES {
		reset}

TracingStandAlonePackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is VLR if Consumer is HLR
	CONSUMER INVOKES {
		activateTraceMode,
		deactivateTraceMode}

FunctionalSsPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		registerSS,
		eraseSS,
		activateSS,
		deactivateSS,
		registerPassword,
		interrogateSS}
	SUPPLIER INVOKES {
		getPassword}

TracingPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is VLR if Consumer is HLR
	CONSUMER INVOKES {
		activateTraceMode}

BindingPackage-v1 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		beginSubscriberActivity}

UnstructuredSsPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		processUnstructuredSS-Request}
	SUPPLIER INVOKES {
		unstructuredSS-Request,
		unstructuredSS-Notify}

UnstructuredSsPackage-v1 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		processUnstructuredSS-Data}
ShortMsgRelayPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is IWMSC if Consumer is MSC
	-- Supplier is MSC if Consumer is GMSC
	CONSUMER INVOKES {
		forwardSM}

ShortMsgGatewayPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is GMSC
	CONSUMER INVOKES {
		sendRoutingInfoForSM,
		reportSM-DeliveryStatus}
	SUPPLIER INVOKES {
		informServiceCentre}

ShortMsgGatewayPackage-v1 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is GMSC
	CONSUMER INVOKES {
		sendRoutingInfoForSM
		reportSMDeliveryStatus}

MwdMngtPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		readyForSM}

MwdMngtPackage-v1 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		noteSubscriberPresent}

AlertingPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is IWMSC if Consumer is HLR
	CONSUMER INVOKES {
		alertServiceCentre}

AlertingPackage-v1 ::= OPERATION-PACKAGE
	-- Supplier is IWMSC if Consumer is HLR
	CONSUMER INVOKES {
		alertServiceCentreWithoutResult}

DataRestorationPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		restoreData}

PurgingPackage-v2 ::= OPERATION-PACKAGE
	-- Supplier is HLR if Consumer is VLR
	CONSUMER INVOKES {
		purgeMS}

APPLICATION-CONTEXT MACRO ::=

BEGIN

TYPE NOTATION ::= Symmetric | InitiatorConsumerOf
ResponderConsumerOf | empty

VALUE NOTATION ::= value(VALUE OBJECT IDENTIFIER)

Symmetric ::= "OPERATIONS OF" "{" PackageList "}"

InitiatorConsumerOf ::= "INITIATOR CONSUMER OF" "{" PackageList "}"

ResponderConsumerOf ::= "RESPONDER CONSUMER OF" "{" PackageList "}"
		| empty

PackageList ::= Package | PackageList "," Package

Package ::= value(OPERATION-PACKAGE)
		| type -- shall reference a package type

END

networkLocUpContext-v2 APPLICATION-CONTEXT
	-- Responder is HLR if Initiator is VLR
	INITIATOR CONSUMER OF {
		LocationUpdatingPackage-v2,
		DataRestorationPackage-v2}
	RESPONDER CONSUMER OF {
		SubscriberDataMngtPackage-v2
		TracingPackage-v2}
::= {map-ac networkLocUp(1) version2(2)}

{map-ac networkLocUp(1) version1(1)}

locationCancellation-v2 APPLICATION-CONTEXT
	-- Responder is VLR if Initiator is HLR
	INITIATOR CONSUMER OF {
		LocationCancellationPackage-v2}
::= {map-ac locationCancel(2) version2(2)}

map-ac locationCancel(2) version1(1)

roamingNumberEnquiryContext-v2 APPLICATION-CONTEXT
	-- Responder is VLR if Initiator is HLR
	INITIATOR CONSUMER OF {
		RoamingNumberEnquiryPackage-v2}
::= {map-ac roamingNbEnquiry(3) version2(2)}

{map-ac roamingNbEnquiry(3) version1(1)}

locationInfoRetrievalContext-v2 APPLICATION-CONTEXT
	-- Responder is HLR if Initiator is GMSC
	INITIATOR CONSUMER OF {
		InterrogationPackage-v2}
::= {map-ac locInfoRetrieval(5) version2(2)}

{map-ac locInfoRetrieval(5) version1(1)}

resetContext-v2 APPLICATION-CONTEXT
	-- Responder is VLR if Initiator is HLR
	INITIATOR CONSUMER OF {
		ResetPackage-v2}
::= {map-ac reset(10) version2(2)}

{map-ac reset(10) version1(1)}

handoverControlContext-v2 APPLICATION-CONTEXT
	-- Responder is MSCB if Initiator is MSCA
	INITIATOR CONSUMER OF {
		HandoverControlPackage-v2}
::= {map-ac handoverControl(11) version2(2)}

{map-ac handoverControl(11) version1(1)}

imsiRetrievalContext-v2 APPLICATION-CONTEXT
	-- Responder is HLR if Initiator is VLR
	INITIATOR CONSUMER OF {
		IMSIRetrievalPackage-v2}
::= {map-ac imsiRetrieval(26) version2(2)}

equipmentMngtContext-v2 APPLICATION-CONTEXT
	-- Responder is EIR if Initiator is MSC
	INITIATOR CONSUMER OF {
		EquipmentMngtPackage-v2}
::= {map-ac equipmentMngt(13) version2(2)}

{map-ac equipmentMngt(13) version1(1)}

infoRetrievalContext-v2 APPLICATION-CONTEXT
	-- Responder is HLR if Initiator is VLR
	INITIATOR CONSUMER OF {
		InfoRetrievalPackage-v2}
::= {map-ac infoRetrieval(14) version2(2)}

	-- Responder is HLR if Initiator is VLR
{map-ac infoRetrieval(14) version1(1)}

interVlrInfoRetrievalContext-v2 APPLICATION-CONTEXT
	-- Responder is VLR if Initiator is VLR
	INITIATOR CONSUMER OF {
		InterVlrInfoRetrievalPackage-v2}
::= {map-ac interVlrInfoRetrieval(15) version2(2)}

	-- Responder is VLR if Initiator is VLR
{map-ac infoRetrieval(14) version1(1)}

subscriberDataMngtContext-v2 APPLICATION-CONTEXT
	-- Responder is VLR if Initiator is HLR
	INITIATOR CONSUMER OF {
		SubscriberDataMngtStandAlonePackage-v2}
::= {map-ac subscriberDataMngt(16) version2(2)}

{map-ac subscriberDataMngt(16) version1(1)}

tracingContext-v2 APPLICATION-CONTEXT
	-- Responder is VLR if Initiator is HLR
	INITIATOR CONSUMER OF {
		TracingStandAlonePackage-v2}
::= {map-ac tracing(17) version2(2)}

{map-ac tracing(17) version1(1)}

networkFunctionalSsContext-v2 APPLICATION-CONTEXT
	-- Responder is HLR, Initiator is VLR
	INITIATOR CONSUMER OF {
		FunctionalSsPackage-v2}
::= {map-ac networkFunctionalSs(18) version2(2)}

networkFunctionalSsContext-v1 APPLICATION-CONTEXT
	-- Responder is HLR, Initiator is VLR
	INITIATOR CONSUMER OF {
		FunctionalSsPackage-v1,
		UnstructuredSsPackage-v1,
		BindingPackage-v1}
::= {map-ac networkFunctionalSs(18) version1(1)}

networkUnstructuredSsContext-v2 APPLICATION-CONTEXT
	-- Responder is HLR, Initiator is VLR
	-- Responder is VLR, Initiator is HLR
	OPERATIONS OF {
		UnstructuredSsPackage-v2}
::= {map-ac networkUnstructuredSs(19) version2(2)}

shortMsgGatewayContext-v2 APPLICATION-CONTEXT
	-- Responder is HLR if Initiator is GMSC
	INITIATOR CONSUMER OF {
		ShortMsgGatewayPackage-v2}
::= {map-ac shortMsgGateway(20) version2(2)}

{map-ac shortMsgGateway(20) version1(1)}

shortMsgMO-RelayContext-v2 APPLICATION-CONTEXT
	-- Responder is IWMSC if Initiator is MSC
	INITIATOR CONSUMER OF {
		ShortMsgRelayPackage-v2}
::= {map-ac shortMsgMO-Relay(21) version2(2)}

{map-ac --shortMsgRelay--21 version1(1)}

shortMsgAlertContext-v2 APPLICATION-CONTEXT
	-- Responder is IWMSC if Initiator is HLR
	INITIATOR CONSUMER OF {
		AlertingPackage-v2}
::= {map-ac shortMsgAlert(23) version2(2)}

{map-ac shortMsgAlert(23) version1(1)}

mwdMngtContext-v2 APPLICATION-CONTEXT
	-- Responder is HLR if Initiator is VLR
	INITIATOR CONSUMER OF {
		MwdMngtPackage-v2}
::= {map-ac mwdMngt(24) version2(2)}

{map-ac mwdMngt(24) version1(1)}

shortMsgMT-RelayContext-v2 APPLICATION-CONTEXT
	-- Responder is MSC if Initiator is GMSC
	INITIATOR CONSUMER OF {
		ShortMsgRelayPackage-v2}
::= {map-ac shortMsgMT-Relay(25) version2(2)}

msPurgingContext-v2 APPLICATION-CONTEXT
	-- Responder is HLR if Initiator is VLR
	INITIATOR CONSUMER OF {
		purgingPackage-v2}
::= {map-ac msPurging(27) version2(2)}

.$MAP-ApplicationContexts {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-ApplicationContexts (2) version2 (2)}

DEFINITIONS

::=

BEGIN


-- EXPORTS everything


IMPORTS
	gsm-NetworkId,
	ac-Id
FROM MobileDomainDefinitions {
   ccitt (0) identified-organization (4) etsi (0) mobileDomain (0)
   mobileDomainDefinitions (0) version1 (1)}
;

-- application-context-names

map-ac  OBJECT IDENTIFIER ::= {gsm-NetworkId ac-Id}

networkLocUpContext-v2  OBJECT IDENTIFIER ::=
	{map-ac networkLocUp(1) version2(2)}
networkLocUpContext-v1  OBJECT IDENTIFIER ::=
	{map-ac networkLocUp(1) version1(1)}


locationCancellation-v2  OBJECT IDENTIFIER ::=
	{map-ac locationCancel(2) version2(2)}
locationCancellation-v1  OBJECT IDENTIFIER ::=
	{map-ac locationCancel(2) version1(1)}

roamingNumberEnquiryContext-v2  OBJECT IDENTIFIER ::=
	{map-ac roamingNbEnquiry(3) version2(2)}
roamingNumberEnquiryContext-v1  OBJECT IDENTIFIER ::=
	{map-ac roamingNbEnquiry(3) version1(1)}

locationInfoRetrievalContext-v2  OBJECT IDENTIFIER ::=
	{map-ac locInfoRetrieval(5) version2(2)}
locationInfoRetrievalContext-v1  OBJECT IDENTIFIER ::=
	{map-ac locInfoRetrieval(5) version1(1)}

resetContext-v2  OBJECT IDENTIFIER ::=
	{map-ac reset(10) version2(2)}
resetContext-v1  OBJECT IDENTIFIER ::=
	{map-ac reset(10) version1(1)}

handoverControlContext-v2  OBJECT IDENTIFIER ::=
	{map-ac handoverControl(11) version2(2)}
handoverControlContext-v1  OBJECT IDENTIFIER ::=
	{map-ac handoverControl(11) version1(1)}

equipmentMngtContext-v2  OBJECT IDENTIFIER ::=
	{map-ac equipmentMngt(13) version2(2)}
equipmentMngtContext-v1  OBJECT IDENTIFIER ::=
	{map-ac equipmentMngt(13) version1(1)}

infoRetrievalContext-v2  OBJECT IDENTIFIER ::=
	{map-ac infoRetrieval(14) version2(2)}
infoRetrievalContext-v1  OBJECT IDENTIFIER ::=
	{map-ac infoRetrieval(14) version1(1)}

interVlrInfoRetrievalContext-v2  OBJECT IDENTIFIER ::=
	{map-ac interVlrInfoRetrieval(15) version2(2)}

subscriberDataMngtContext-v2  OBJECT IDENTIFIER ::=
	{map-ac subscriberDataMngt(16) version2(2)}
subscriberDataMngtContext-v1  OBJECT IDENTIFIER ::=
	{map-ac subscriberDataMngt(16) version1(1)}

tracingContext-v2  OBJECT IDENTIFIER ::=
	{map-ac tracing(17) version2(2)}
tracingContext-v1  OBJECT IDENTIFIER ::=
	{map-ac tracing(17) version1(1)}

networkFunctionalSsContext-v2  OBJECT IDENTIFIER ::=
	{map-ac networkFunctionalSs(18) version2(2)}
networkFunctionalSsContext-v1  OBJECT IDENTIFIER ::=
	{map-ac networkFunctionalSs(18) version1(1)}


networkUnstructuredSsContext-v2  OBJECT IDENTIFIER ::=
	{map-ac networkUnstructuredSs(19) version2(2)}

shortMsgGatewayContext-v2  OBJECT IDENTIFIER ::=
	{map-ac shortMsgGateway(20) version2(2)}
shortMsgGatewayContext-v1  OBJECT IDENTIFIER ::=
	{map-ac shortMsgGateway(20) version1(1)}

shortMsgMO-RelayContext-v2  OBJECT IDENTIFIER ::=
	{map-ac shortMsgMO-Relay(21) version2(2)}
shortMsgRelayContext-v1  OBJECT IDENTIFIER ::=
	{map-ac --shortMsgRelay--21 version1(1)}

shortMsgAlertContext-v2  OBJECT IDENTIFIER ::=
	{map-ac shortMsgAlert(23) version2(2)}
shortMsgAlertContext-v1  OBJECT IDENTIFIER ::=
	{map-ac shortMsgAlert(23) version1(1)}

mwdMngtContext-v2  OBJECT IDENTIFIER ::=
	{map-ac mwdMngt(24) version2(2)}
mwdMngtContext-v1  OBJECT IDENTIFIER ::=
	{map-ac mwdMngt(24) version1(1)}

shortMsgMT-RelayContext-v2  OBJECT IDENTIFIER ::=
	{map-ac shortMsgMT-Relay(25) version2(2)}

imsiRetrievalContext-v2  OBJECT IDENTIFIER ::=
	{map-ac imsiRetrieval(26) version2(2)}

msPurgingContext-v2  OBJECT IDENTIFIER ::=
	{map-ac msPurging(27) version2(2)}

.#END
.$MAP-DialogueInformation {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-DialogueInformation (3) version2 (2)}

DEFINITIONS

IMPLICIT TAGS

::=

BEGIN

EXPORTS
	map-DialogueAS,
	MAP-DialoguePDU
;

IMPORTS
	gsm-NetworkId,
	as-Id
FROM MobileDomainDefinitions {
   ccitt (0) identified-organization (4) etsi (0) mobileDomain (0)
   mobileDomainDefinitions (0) version1 (1)}

	AddressString
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network(1) modules (3) map-CommonDataTypes (18) version2 (2)}
;



map-DialogueAS  OBJECT IDENTIFIER ::=
	{gsm-NetworkId as-Id map-DialoguePDU (1) version1 (1)}

MAP-DialoguePDU ::= CHOICE {
	map-open		[0] MAP-OpenInfo,
	map-accept	[1] MAP-AcceptInfo,
	map-close	[2] MAP-CloseInfo,
	map-refuse	[3] MAP-RefuseInfo,
	map-userAbort	[4] MAP-UserAbortInfo,
	map-providerAbort	[5] MAP-ProviderAbortInfo}

MAP-OpenInfo ::= SEQUENCE {
	destinationReference	[0] AddressString	OPTIONAL,
	originationReference	[1] AddressString	OPTIONAL,
	...}

MAP-AcceptInfo ::= SEQUENCE {
	...}

MAP-CloseInfo ::= SEQUENCE {
	...}


MAP-RefuseInfo ::= SEQUENCE {
	reason	Reason,
	...}

Reason ::= ENUMERATED {
	noReasonGiven  (0),
	invalidDestinationReference  (1),
	invalidOriginatingReference  (2)}

MAP-UserAbortInfo ::= SEQUENCE {
	map-UserAbortChoice	MAP-UserAbortChoice,
	...}

MAP-UserAbortChoice ::= CHOICE {
	userSpecificReason	[0] NULL,
	userResourceLimitation	[1] NULL,
	resourceUnavailable	[2] ResourceUnavailableReason,
	applicationProcedureCancellation	[3] ProcedureCancellationReason}

ResourceUnavailableReason ::= ENUMERATED {
	shortTermResourceLimitation  (0),
	longTermResourceLimitation  (1)}

ProcedureCancellationReason ::= ENUMERATED {
	handoverCancellation  (0),
	radioChannelRelease  (1),
	networkPathRelease  (2),
	callRelease  (3),
	associatedProcedureFailure  (4),
	tandemDialogueRelease  (5),
	remoteOperationsFailure  (6)}

MAP-ProviderAbortInfo ::= SEQUENCE {
	map-ProviderAbortReason	MAP-ProviderAbortReason,
	...}

MAP-ProviderAbortReason ::= ENUMERATED {
	abnormalDialogue  (0),
	invalidPDU  (1)}

.#END
.$MAP-Protocol {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-Protocol (4) version2 (2)}

DEFINITIONS

::=

BEGIN

IMPORTS
	UpdateLocation,
	CancelLocation,
	PurgeMS,
	SendIdentification,
	PerformHandover,
	PrepareHandover,
	SendEndSignal,
	ProcessAccessSignalling,
	ForwardAccessSignalling,
	PerformSubsequentHandover,
	PrepareSubsequentHandover,
	SendAuthenticationInfo,
	CheckIMEI,
	SendParameters,
	InsertSubscriberData,
	DeleteSubscriberData,
	Reset,
	ForwardCheckSS-Indication,
	RestoreData
FROM MAP-MobileServiceOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-MobileServiceOperations (5)
   version2 (2)}

	ActivateTraceMode,
	DeactivateTraceMode,
	TraceSubscriberActivity,
	NoteInternalHandover,
	SendIMSI
FROM MAP-OperationAndMaintenanceOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-OperationAndMaintenanceOperations (6)
   version2 (2)}

	SendRoutingInfo,
	ProvideRoamingNumber
FROM MAP-CallHandlingOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CallHandlingOperations (7)
   version2 (2)}

	RegisterSS,
	EraseSS,
	ActivateSS,
	DeactivateSS,
	InterrogateSS,
	ProcessUnstructuredSS-Data,
	ProcessUnstructuredSS-Request,
	UnstructuredSS-Request,
	UnstructuredSS-Notify,
	RegisterPassword,
	GetPassword,

	BeginSubscriberActivity
FROM MAP-SupplementaryServiceOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SupplementaryServiceOperations (8)
   version2 (2)}

	SendRoutingInfoForSM,
	ForwardSM,
	ReportSM-DeliveryStatus,
	NoteSubscriberPresent,
	AlertServiceCentreWithoutResult,
	AlertServiceCentre,
	InformServiceCentre,
	ReadyForSM
FROM MAP-ShortMessageServiceOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-ShortMessageServiceOperations (9)
   version2 (2)}

	SystemFailure,
	DataMissing,
	UnexpectedDataValue,
	FacilityNotSupported,
	UnknownSubscriber,
	NumberChanged,
	UnknownBaseStation,
	UnknownMSC,
	UnidentifiedSubscriber,
	UnknownEquipment,
	RoamingNotAllowed,
	IllegalSubscriber,
	IllegalEquipment,
	BearerServiceNotProvisioned,
	TeleserviceNotProvisioned,
	InvalidTargetBaseStation,
	NoRadioResourceAvailable,
	NoHandoverNumberAvailable,
	SubsequentHandoverFailure,
	TracingBufferFull,
	NoRoamingNumberAvailable,
	AbsentSubscriber,
	CallBarred,
	ForwardingViolation,
	CUG-Reject,
	IllegalSS-Operation,
	SS-ErrorStatus,
	SS-NotAvailable,
	SS-SubscriptionViolation,
	SS-Incompatibility,
	UnknownAlphabet,
	USSD-Busy,
	PW-RegistrationFailure,
	NegativePW-Check,
	NumberOfPW-AttemptsViolation,
	SubscriberBusyForMT-SMS,
	SM-DeliveryFailure,
	MessageWaitingListFull
FROM MAP-Errors {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-Errors (10) version2 (2)}
;



updateLocation  UpdateLocation ::= localValue 2
cancelLocation  CancelLocation ::= localValue 3
purgeMS  PurgeMS ::= localValue 67
-- NU1 purgeMS must not be used in version 1
sendIdentification  SendIdentification ::= localValue 55
-- NU1 sendIdentification must not be used in version 1



performHandover  PerformHandover ::= localValue 28
-- NU>1 performHandover must not be used in version greater 1
prepareHandover  PrepareHandover ::= localValue 68
-- NU1 prepareHandover must not be used in version 1
sendEndSignal  SendEndSignal ::= localValue 29
processAccessSignalling  ProcessAccessSignalling ::= localValue 33
forwardAccessSignalling  ForwardAccessSignalling ::= localValue 34
performSubsequentHandover  PerformSubsequentHandover ::=
	localValue 30
-- NU>1 performSubsequentHandover must not be used in version greater 1
prepareSubsequentHandover  PrepareSubsequentHandover ::=
	localValue 69
-- NU1 prepareSubsequentHandover must not be used in version 1



sendAuthenticationInfo  SendAuthenticationInfo ::= localValue 56
-- NU1 sendAuthenticationInfo must not be used in version 1



checkIMEI  CheckIMEI ::= localValue 43



sendParameters  SendParameters ::= localValue 9
-- NU>1 sendParameters must not be used in version greater 1
insertSubscriberData  InsertSubscriberData ::= localValue 7
deleteSubscriberData  DeleteSubscriberData ::= localValue 8



reset  Reset ::= localValue 37
forwardCheckSS-Indication  ForwardCheckSS-Indication ::=
	localValue 38
restoreData  RestoreData ::= localValue 57
-- NU1 restoreData must not be used in version 1



activateTraceMode  ActivateTraceMode ::= localValue 50
deactivateTraceMode  DeactivateTraceMode ::= localValue 51
traceSubscriberActivity  TraceSubscriberActivity ::= localValue 52
-- NU>1 traceSubscriberActivity must not be used in version greater 1
noteInternalHandover  NoteInternalHandover ::= localValue 35
-- NU>1 noteInternalHandover must not be used in version greater 1
sendIMSI  SendIMSI ::= localValue 58
-- NU1 sendIMSI must not be used in version 1



sendRoutingInfo  SendRoutingInfo ::= localValue 22
provideRoamingNumber  ProvideRoamingNumber ::= localValue 4



registerSS  RegisterSS ::= localValue 10
eraseSS  EraseSS ::= localValue 11
activateSS  ActivateSS ::= localValue 12
deactivateSS  DeactivateSS ::= localValue 13
interrogateSS  InterrogateSS ::= localValue 14
processUnstructuredSS-Data  ProcessUnstructuredSS-Data ::=
	localValue 19
-- NU>1 processUnstructuredSS-Data must not be used in version greater 1
processUnstructuredSS-Request  ProcessUnstructuredSS-Request ::=
	localValue 59
-- NU1 processUnstructuredSS-Request must not be used in version 1
unstructuredSS-Request  UnstructuredSS-Request ::= localValue 60
-- NU1 unstructuredSS-Request must not be used in version 1
unstructuredSS-Notify  UnstructuredSS-Notify ::= localValue 61
-- NU1 unstructuredSS-Notify must not be used in version 1
registerPassword  RegisterPassword ::= localValue 17
getPassword  GetPassword ::= localValue 18
beginSubscriberActivity  BeginSubscriberActivity ::= localValue 54
-- NU>1 beginSubscriberActivity must not be used in version greater 1



sendRoutingInfoForSM  SendRoutingInfoForSM ::= localValue 45
forwardSM  ForwardSM ::= localValue 46
reportSM-DeliveryStatus  ReportSM-DeliveryStatus ::= localValue 47
noteSubscriberPresent  NoteSubscriberPresent ::= localValue 48
-- NU>1 noteSubscriberPresent must not be used in version greater 1
alertServiceCentreWithoutResult  AlertServiceCentreWithoutResult ::=
	localValue 49
-- NU>1 alertServiceCentreWithoutResult must not be used in
-- version greater 1
informServiceCentre  InformServiceCentre ::= localValue 63
-- NU1 informServiceCentre must not be used in version 1
alertServiceCentre  AlertServiceCentre ::= localValue 64
-- NU1 alertServiceCentre must not be used in version 1
readyForSM  ReadyForSM ::= localValue 66
-- NU1 readyForSM must not be used in version 1



systemFailure  SystemFailure ::= localValue 34
dataMissing  DataMissing ::= localValue 35
unexpectedDataValue  UnexpectedDataValue ::= localValue 36
facilityNotSupported  FacilityNotSupported ::= localValue 21



unknownSubscriber  UnknownSubscriber ::= localValue 1
numberChanged  NumberChanged ::= localValue 44
unknownBaseStation  UnknownBaseStation ::= localValue 2
unknownMSC  UnknownMSC ::= localValue 3
unidentifiedSubscriber  UnidentifiedSubscriber ::= localValue 5
unknownEquipment  UnknownEquipment ::= localValue 7



roamingNotAllowed  RoamingNotAllowed ::= localValue 8
illegalSubscriber  IllegalSubscriber ::= localValue 9
illegalEquipment  IllegalEquipment ::= localValue 12
bearerServiceNotProvisioned  BearerServiceNotProvisioned ::=
	localValue 10
teleserviceNotProvisioned  TeleserviceNotProvisioned ::=
	localValue 11



invalidTargetBaseStation  InvalidTargetBaseStation ::= localValue 23
noRadioResourceAvailable  NoRadioResourceAvailable ::= localValue 24
noHandoverNumberAvailable  NoHandoverNumberAvailable ::=
	localValue 25
subsequentHandoverFailure  SubsequentHandoverFailure ::=
	localValue 26



tracingBufferFull  TracingBufferFull ::= localValue 40



noRoamingNumberAvailable  NoRoamingNumberAvailable ::= localValue 39
absentSubscriber  AbsentSubscriber ::= localValue 27
callBarred  CallBarred ::= localValue 13
forwardingViolation  ForwardingViolation ::= localValue 14
cug-Reject  CUG-Reject ::= localValue 15



illegalSS-Operation  IllegalSS-Operation ::= localValue 16
ss-ErrorStatus  SS-ErrorStatus ::= localValue 17
ss-NotAvailable  SS-NotAvailable ::= localValue 18
ss-SubscriptionViolation  SS-SubscriptionViolation ::= localValue 19
ss-Incompatibility  SS-Incompatibility ::= localValue 20
unknownAlphabet  UnknownAlphabet ::= localValue 71
-- NU1 unknownAlphabet must not be used in version 1
ussd-Busy  USSD-Busy ::= localValue 72
-- NU1 ussd-Busy must not be used in version 1
pw-RegistrationFailure  PW-RegistrationFailure ::= localValue 37
negativePW-Check  NegativePW-Check ::= localValue 38
numberOfPW-AttemptsViolation  NumberOfPW-AttemptsViolation ::=
	localValue 43
-- NU1 numberOfPW-AttemptsViolation must not be used in version 1



subscriberBusyForMT-SMS  SubscriberBusyForMT-SMS ::= localValue 31
-- NU1 subscriberBusyForMT-SMS must not be used in version 1
sm-DeliveryFailure  SM-DeliveryFailure ::= localValue 32
messageWaitingListFull  MessageWaitingListFull ::= localValue 33

.#END
.$MAP-MobileServiceOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-MobileServiceOperations (5)
   version2 (2)}

DEFINITIONS

::=

BEGIN

EXPORTS

	UpdateLocation,
	CancelLocation,
	PurgeMS,
	SendIdentification,

	PerformHandover,
	PrepareHandover,
	SendEndSignal,
	ProcessAccessSignalling,
	ForwardAccessSignalling,
	PerformSubsequentHandover,
	PrepareSubsequentHandover,

	SendAuthenticationInfo,

	CheckIMEI,

	SendParameters,
	InsertSubscriberData,
	DeleteSubscriberData,

	Reset,
	ForwardCheckSS-Indication,
	RestoreData
;

IMPORTS
	OPERATION
FROM TCAPMessages {
   ccitt recommendation q 773 modules (2) messages (1) version2 (2)}

	SystemFailure,
	DataMissing,
	UnexpectedDataValue,
	UnknownSubscriber,
	UnknownBaseStation,
	UnknownMSC,
	UnidentifiedSubscriber,
	UnknownEquipment,
	RoamingNotAllowed,
	InvalidTargetBaseStation,
	NoRadioResourceAvailable,
	NoHandoverNumberAvailable,
	SubsequentHandoverFailure
FROM MAP-Errors {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-Errors (10) version2 (2)}

	UpdateLocationArg,
	UpdateLocationRes,
	CancelLocationArg,
	PurgeMS-Arg,
	SendIdentificationRes,
	PerformHO-Arg,
	PrepareHO-Arg,
	PerformHO-Res,
	PrepareHO-Res,
	PerformSubsequentHO-Arg,
	PrepareSubsequentHO-Arg,
	SendAuthenticationInfoArg,
	SendAuthenticationInfoRes,
	EquipmentStatus,
	SendParametersArg,
	SentParameterList,
	InsertSubscriberDataArg,
	InsertSubscriberDataRes,
	DeleteSubscriberDataArg,
	DeleteSubscriberDataRes,
	ResetArg,
	RestoreDataArg,
	RestoreDataRes
FROM MAP-MS-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-MS-DataTypes (11) version2 (2)}

	ExternalSignalInfo,
	TMSI,
	IMEI
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}
;



UpdateLocation ::= OPERATION				--Timer m--
	ARGUMENT
		updateLocationArg	UpdateLocationArg
	RESULT
		updateLocationRes	UpdateLocationRes
	ERRORS {
		SystemFailure,
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		UnknownSubscriber,
		RoamingNotAllowed}


CancelLocation ::= OPERATION				--Timer m--
	ARGUMENT
		cancelLocationArg	CancelLocationArg
	RESULT
	ERRORS {
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		UnidentifiedSubscriber}
		-- NU>1 UnidentifiedSubscriber must not be used in version
		-- greater 1

PurgeMS ::= OPERATION				--Timer m--
	ARGUMENT
		purgeMS-Arg	PurgeMS-Arg
	RESULT ERRORS {}

SendIdentification::= OPERATION				--Timer s--
	ARGUMENT
		tmsi	TMSI
	RESULT
		sendIdentificationRes	SendIdentificationRes
	ERRORS {
		DataMissing,
		UnidentifiedSubscriber}


PrepareHandover ::= OPERATION				--Timer m--
	ARGUMENT
		prepareHO-Arg	PrepareHO-Arg
	RESULT
		prepareHO-Res	PrepareHO-Res
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		NoHandoverNumberAvailable}

PerformHandover ::= OPERATION				--Timer s--
	ARGUMENT
		performHO-Arg	PerformHO-Arg
	RESULT
		performHO-Res	PerformHO-Res
	ERRORS {
		SystemFailure,
		UnexpectedDataValue,
		UnknownBaseStation,
		InvalidTargetBaseStation,
		NoRadioResourceAvailable,
		NoHandoverNumberAvailable}

SendEndSignal ::= OPERATION				--Timer l--
	ARGUMENT
		bss-APDU	ExternalSignalInfo
		-- optional
		-- OA1 bss-APDU must be absent in version 1
		-- OP>1 bss-APDU must be present in version greater 1
	RESULT ERRORS {}


ProcessAccessSignalling ::= OPERATION			--Timer s--
	ARGUMENT
		bss-APDU	ExternalSignalInfo

ForwardAccessSignalling ::= OPERATION			--Timer s--
	ARGUMENT
		bss-APDU	ExternalSignalInfo

PrepareSubsequentHandover ::= OPERATION			--Timer m--
	ARGUMENT
		prepareSubsequentHO-Arg	PrepareSubsequentHO-Arg
	RESULT
		bss-APDU	ExternalSignalInfo
	ERRORS {
		UnexpectedDataValue,
		DataMissing,
		UnknownMSC,
		SubsequentHandoverFailure}

PerformSubsequentHandover ::= OPERATION			--Timer m--
	ARGUMENT
		performSubsequentHO-Arg	PerformSubsequentHO-Arg
	RESULT
		accessSignalInfo	ExternalSignalInfo
	ERRORS {
		UnexpectedDataValue,
		UnknownBaseStation,
		UnknownMSC,
		InvalidTargetBaseStation,
		SubsequentHandoverFailure}


SendAuthenticationInfo ::= OPERATION			--Timer m--
	ARGUMENT
		sendAuthenticationInfoArg	SendAuthenticationInfoArg
	RESULT
		sendAuthenticationInfoRes	SendAuthenticationInfoRes
		-- optional
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		UnknownSubscriber}


CheckIMEI ::= OPERATION				--Timer m--
	ARGUMENT
		imei	IMEI
	RESULT
		equipmentStatus	EquipmentStatus
	ERRORS {
		SystemFailure,
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		-- NU>1 UnexpectedDataValue must not be used in version greater 1
		UnknownEquipment}


SendParameters ::= OPERATION				--Timer m--
	ARGUMENT
		sendParametersArg	SendParametersArg
	RESULT
		sentParameterList	SentParameterList
		-- optional
		-- nothing is returned, if no requested parameter is
		-- available or exists
	ERRORS {
		UnexpectedDataValue,
		UnknownSubscriber,
		UnidentifiedSubscriber}

InsertSubscriberData ::= OPERATION				--Timer m--
	ARGUMENT
		insertSubscriberDataArg	InsertSubscriberDataArg
	RESULT
		insertSubscriberDataRes	InsertSubscriberDataRes
		-- optional
		-- OA1 insertSubscriberDataRes must be absent in version 1
	ERRORS {
		DataMissing,
		UnexpectedDataValue,
		UnidentifiedSubscriber}

DeleteSubscriberData ::= OPERATION				--Timer m--
	ARGUMENT
		deleteSubscriberDataArg	DeleteSubscriberDataArg
	RESULT
		deleteSubscriberDataRes	DeleteSubscriberDataRes
		-- optional
		-- OA1 deleteSubscriberDataRes must be absent in version 1
	ERRORS {
		DataMissing,
		UnexpectedDataValue,
		UnidentifiedSubscriber}

Reset ::= OPERATION				--Timer m--
	ARGUMENT
		resetArg	ResetArg

ForwardCheckSS-Indication ::= OPERATION		--Timer s--

RestoreData ::= OPERATION				--Timer m--
	ARGUMENT
		restoreDataArg	RestoreDataArg
	RESULT
		restoreDataRes	RestoreDataRes
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		UnknownSubscriber}

.#END
.$MAP-OperationAndMaintenanceOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-OperationAndMaintenanceOperations (6)
   version2 (2)}

DEFINITIONS

::=

BEGIN

EXPORTS
	ActivateTraceMode,
	DeactivateTraceMode,
	TraceSubscriberActivity,
	NoteInternalHandover,
	SendIMSI
;

IMPORTS
	OPERATION
FROM TCAPMessages {
   ccitt recommendation q 773 modules (2) messages (1) version2 (2)}

	SystemFailure,
	DataMissing,
	UnexpectedDataValue,
	FacilityNotSupported,
	UnknownSubscriber,
	UnidentifiedSubscriber,
	TracingBufferFull
FROM MAP-Errors {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-Errors (10) version2 (2)}

	ActivateTraceModeArg,
	DeactivateTraceModeArg,
	TraceSubscriberActivityArg,
	NoteInternalHO-Arg
FROM MAP-OM-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-OM-DataTypes (12) version2 (2)}

	ISDN-AddressString,
	IMSI
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-ComonDataTypes (18) version2 (2)}
;


ActivateTraceMode ::= OPERATION				--Timer m--
	ARGUMENT
		activateTraceModeArg	ActivateTraceModeArg
	RESULT
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		FacilityNotSupported,
		UnidentifiedSubscriber,
		TracingBufferFull}

DeactivateTraceMode ::= OPERATION				--Timer m--
	ARGUMENT
		deactivateTraceModeArg	DeactivateTraceModeArg
	RESULT
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		FacilityNotSupported,
		UnidentifiedSubscriber}

TraceSubscriberActivity ::= OPERATION			--Timer s--
	ARGUMENT
		traceSubscriberActivityArg	TraceSubscriberActivityArg

NoteInternalHandover ::= OPERATION				--Timer s--
	ARGUMENT
		noteInternalHO-Arg	NoteInternalHO-Arg

SendIMSI ::= OPERATION				--Timer m--
	ARGUMENT
		msisdn	ISDN-AddressString
	RESULT
		imsi		IMSI
	ERRORS {
		DataMissing,
		UnexpectedDataValue,
		UnknownSubscriber}

.#END
.$MAP-CallHandlingOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CallHandlingOperations (7)
   version2 (2)}

DEFINITIONS

::=

BEGIN

EXPORTS
	SendRoutingInfo,
	ProvideRoamingNumber
;

IMPORTS
	OPERATION
FROM TCAPMessages {
   ccitt recommendation q 773 modules (2) messages (1) version2 (2)}

	SystemFailure,
	DataMissing,
	UnexpectedDataValue,
	FacilityNotSupported,
	UnknownSubscriber,
	NumberChanged,
	BearerServiceNotProvisioned,
	TeleserviceNotProvisioned,
	NoRoamingNumberAvailable,
	AbsentSubscriber,
	CallBarred,
	ForwardingViolation,
	CUG-Reject
FROM MAP-Errors {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-Errors (10) version2 (2)}
	SendRoutingInfoArg,
	SendRoutingInfoRes,
	ProvideRoamingNumberArg
FROM MAP-CH-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CH-DataTypes (13) version2 (2)}

	ISDN-AddressString
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}
;


SendRoutingInfo ::= OPERATION				--Timer m--
	ARGUMENT
		sendRoutingInfoArg	SendRoutingInfoArg
	RESULT
		sendRoutingInfoRes	SendRoutingInfoRes
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		FacilityNotSupported,
		UnknownSubscriber,
		NumberChanged,
		-- NU1 NumberChanged must not be used in version 1
	BearerServiceNotProvisioned,
		TeleserviceNotProvisioned,
		AbsentSubscriber,
		CallBarred,
		CUG-Reject,
		-- NU1 CUG-Reject must not be used in version 1
		ForwardingViolation}

ProvideRoamingNumber ::= OPERATION				--Timer m--
	ARGUMENT
		provideRoamingNumberArg	ProvideRoamingNumberArg
	RESULT
		roamingNumber	ISDN-AddressString
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		FacilityNotSupported,
		AbsentSubscriber,
		NoRoamingNumberAvailable}

.#END
.$MAP-SupplementaryServiceOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SupplementaryServiceOperations (8)
   version2 (2)}

DEFINITIONS

::=

BEGIN

EXPORTS
	RegisterSS,
	EraseSS,
	ActivateSS,
	DeactivateSS,
	InterrogateSS,
	ProcessUnstructuredSS-Data,
	ProcessUnstructuredSS-Request,
	UnstructuredSS-Request,
	UnstructuredSS-Notify,
	RegisterPassword,
	GetPassword,
	BeginSubscriberActivity
;

IMPORTS
	OPERATION
FROM TCAPMessages {
   ccitt recommendation q 773 modules (2) messages (1) version2 (2)}

	SystemFailure,
	DataMissing,
	UnexpectedDataValue,
	UnknownSubscriber,
	BearerServiceNotProvisioned,
	TeleserviceNotProvisioned,
	CallBarred,
	IllegalSS-Operation,
	SS-ErrorStatus,
	SS-NotAvailable,
	SS-SubscriptionViolation,
	SS-Incompatibility,
	PW-RegistrationFailure,
	NegativePW-Check,
	NumberOfPW-AttemptsViolation,
	UnknownAlphabet,
	USSD-Busy,
	AbsentSubscriber,
	IllegalSubscriber,
	IllegalEquipment
FROM MAP-Errors {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-Errors (10) version2 (2)}

	RegisterSS-Arg,
	SS-Info,
	SS-ForBS-Code,
	InterrogateSS-Res,
	SS-UserData,
	USSD-Arg,
	USSD-Res,
	Password,
	GuidanceInfo,
	BeginSubscriberActivityArg
FROM MAP-SS-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-DataTypes (14) version2 (2)}

	SS-Code
FROM MAP-SS-Code {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-Code (15) version2 (2)}
;



RegisterSS ::= OPERATION				--Timer m--
	ARGUMENT
		registerSS-Arg	RegisterSS-Arg
	RESULT
		ss-Info	SS-Info
		-- optional
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		UnknownSubscriber,
		-- NU>1 UnknownSubscriber must not be used in version greater 1
		BearerServiceNotProvisioned,
		TeleserviceNotProvisioned,
		CallBarred,
		-- NU1 CallBarred must not be used in version 1
		IllegalSS-Operation,
		SS-ErrorStatus,
		SS-SubscriptionViolation,
		-- NU>1 SS-SubscriptionViolation must not be used in version
		-- greater 1
		SS-Incompatibility}

EraseSS ::= OPERATION				--Timer m--
	ARGUMENT
		ss-ForBS	SS-ForBS-Code
	RESULT
		ss-Info	SS-Info
		-- optional
	ERRORS {
		SystemFailure,
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		UnknownSubscriber,
		-- NU>1 UnknownSubscriber must not be used in version greater 1
		BearerServiceNotProvisioned,
		-- NU1 BearerServiceNotProvisioned must not be used in version 1
		TeleserviceNotProvisioned,
		-- NU1 TeleserviceNotProvisioned must not be used in version 1
		CallBarred,
		-- NU1 CallBarred must not be used in version 1
		IllegalSS-Operation,
		SS-ErrorStatus,
		SS-SubscriptionViolation
		-- NU>1 SS-SubscriptionViolation must not be used in version
		-- greater 1
		}


ActivateSS ::= OPERATION				--Timer m--
	ARGUMENT
		ss-ForBS	SS-ForBS-Code
	RESULT
		ss-Info	SS-Info
		-- optional
	ERRORS {
		SystemFailure,
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		UnknownSubscriber,
		-- NU>1 UnknownSubscriber must not be used in version greater 1
		BearerServiceNotProvisioned,
		-- NU1 BearerServiceNotProvisioned must not be used in version 1
		TeleserviceNotProvisioned,
		-- NU1 TeleserviceNotProvisioned must not be used in version 1
		CallBarred,
		-- NU1 CallBarred must not be used in version 1
		IllegalSS-Operation,
		SS-ErrorStatus,
		SS-SubscriptionViolation,
		SS-Incompatibility,
		NegativePW-Check,
		NumberOfPW-AttemptsViolation}
		-- NU1 NumberOfPW-AttemptsViolation must not be used in version 1

DeactivateSS ::= OPERATION				--Timer m--
	ARGUMENT
		ss-ForBS	SS-ForBS-Code
	RESULT
		ss-Info	SS-Info
		-- optional
	ERRORS {
		SystemFailure,
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		UnknownSubscriber,
		-- NU>1 UnknownSubscriber must not be used in version greater 1
		BearerServiceNotProvisioned,
		-- NU1 BearerServiceNotProvisioned must not be used in version 1
		TeleserviceNotProvisioned,
		-- NU1 TeleserviceNotProvisioned must not be used in version 1
		CallBarred,
		-- NU1 CallBarred must not be used in version 1
		IllegalSS-Operation,
		SS-ErrorStatus,
		SS-SubscriptionViolation,
		NegativePW-Check,
		NumberOfPW-AttemptsViolation}
		-- NU1 NumberOfPW-AttemptsViolation must not be used in version 1


InterrogateSS ::= OPERATION				--Timer m--
	ARGUMENT
		ss-ForBS	SS-ForBS-Code
	RESULT
		interrogateSS-Res	InterrogateSS-Res
	ERRORS {
		SystemFailure,
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		UnknownSubscriber,
		-- NU>1 UnknownSubscriber must not be used in version greater 1
		BearerServiceNotProvisioned,
		-- NU1 BearerServiceNotProvisioned must not be used in version 1
		TeleserviceNotProvisioned,
		-- NU1 TeleserviceNotProvisioned must not be used in version 1
		CallBarred,
		-- NU1 CallBarred must not be used in version 1
		IllegalSS-Operation,
		SS-NotAvailable}

ProcessUnstructuredSS-Data ::= OPERATION		--Timer m--
	ARGUMENT
		ss-UserData	SS-UserData
	RESULT
		ss-UserData	SS-UserData
		-- optional
	ERRORS {
		SystemFailure,
		UnexpectedDataValue}

ProcessUnstructuredSS-Request ::= OPERATION	--Timer ml--
	ARGUMENT
		ussd-Arg	USSD-Arg
	RESULT
		ussd-Res	USSD-Res
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		UnknownAlphabet,
		CallBarred}

UnstructuredSS-Request ::= OPERATION	--Timer	ml	(for MS)
						10 min	(for MSC/VLR)
	ARGUMENT
		ussd-Arg	USSD-Arg
	RESULT
		ussd-Res	USSD-Res
		-- optional
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		AbsentSubscriber,
		IllegalSubscriber,
		IllegalEquipment,
		UnknownAlphabet,
		USSD-Busy}

UnstructuredSS-Notify ::= OPERATION		--Timer ml--
	ARGUMENT
		ussd-Arg	USSD-Arg
	RESULT
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		AbsentSubscriber,
		IllegalSubscriber,
		IllegalEquipment,
		UnknownAlphabet,
		USSD-Busy}

RegisterPassword ::= OPERATION			--Timer ml--
	ARGUMENT
		ss-Code	SS-Code
	RESULT
		newPassword	Password
	ERRORS {
		SystemFailure,
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		CallBarred,
		-- NU1 CallBarred must not be used in version 1
		SS-SubscriptionViolation,
		PW-RegistrationFailure,
		NegativePW-Check,
		NumberOfPW-AttemptsViolation}
		-- NU1 NumberOfPW-AttemptsViolation must not be used in version 1
	LINKED {
		GetPassword}

GetPassword ::= OPERATION				--Timer m--
	ARGUMENT
		guidanceInfo	GuidanceInfo
	RESULT
		currentPassword	Password

BeginSubscriberActivity ::= OPERATION			--Timer m--
	ARGUMENT
		beginSubscriberActivityArg	BeginSubscriberActivityArg

.#END
.$MAP-ShortMessageServiceOperations {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-ShortMessageServiceOperations (9)
   version2 (2)}

DEFINITIONS

::=

BEGIN

EXPORTS
	SendRoutingInfoForSM,
	ForwardSM,
	ReportSM-DeliveryStatus,
	NoteSubscriberPresent,
	AlertServiceCentreWithoutResult,
	AlertServiceCentre,
	InformServiceCentre,
	ReadyForSM
;

IMPORTS
	OPERATION
FROM TCAPMessages {
   ccitt recommendation q 773 modules (2) messages (1) version2 (2)}

	SystemFailure,
	DataMissing,
	UnexpectedDataValue,
	FacilityNotSupported,
	UnknownSubscriber,
	UnidentifiedSubscriber,
	IllegalSubscriber,
	IllegalEquipment,
	TeleserviceNotProvisioned,
	AbsentSubscriber,
	CallBarred,
	SubscriberBusyForMT-SMS,
	SM-DeliveryFailure,
	MessageWaitingListFull
FROM MAP-Errors {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-Errors (10) version2 (2)}

	RoutingInfoForSM-Arg,
	RoutingInfoForSM-Res,
	ForwardSM-Arg,
	ReportSM-DeliveryStatusArg,
	AlertServiceCentreArg,
	InformServiceCentreArg,
	ReadyForSM-Arg
FROM MAP-SM-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SM-DataTypes (16) version2 (2)}

	ISDN-AddressString,
	IMSI
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}
;


SendRoutingInfoForSM ::= OPERATION				--Timer m--
	ARGUMENT
		routingInfoForSM-Arg	RoutingInfoForSM-Arg
	RESULT
		routingInfoForSM-Res	RoutingInfoForSM-Res
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue,
		FacilityNotSupported,
		UnknownSubscriber,
		TeleserviceNotProvisioned,
		AbsentSubscriber,
		CallBarred}

ForwardSM ::= OPERATION			--Timer ml--
	ARGUMENT
		forwardSM-Arg	ForwardSM-Arg
	RESULT
	ERRORS {
		SystemFailure,
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		FacilityNotSupported,
		UnidentifiedSubscriber,
		IllegalSubscriber,
		IllegalEquipment,
		-- NU1 IllegalEquipment must not be used in version 1
		AbsentSubscriber,
		SubscriberBusyForMT-SMS,
		-- NU1 SubscriberBusyForMT-SMS must not be used in version 1
		SM-DeliveryFailure}

ReportSM-DeliveryStatus ::= OPERATION			--Timer s--
	ARGUMENT
		reportSM-DeliveryStatusArg	ReportSM-DeliveryStatusArg
	RESULT
		storedMSISDN	ISDN-AddressString
		-- optional
		-- OA1 storedMSISDN must be absent in version 1

	ERRORS {
		DataMissing,
		-- NU1 DataMissing must not be used in version 1
		UnexpectedDataValue,
		UnknownSubscriber,
		MessageWaitingListFull}

NoteSubscriberPresent ::= OPERATION				--Timer s--
	ARGUMENT
		imsi		IMSI

AlertServiceCentreWithoutResult ::= OPERATION	--Timer s--
	ARGUMENT
		alertServiceCentreArg	AlertServiceCentreArg

AlertServiceCentre ::= OPERATION				--Timer s--
	ARGUMENT
		alertServiceCentreArg	AlertServiceCentreArg
	RESULT
	ERRORS {
		SystemFailure,
		DataMissing,
		UnexpectedDataValue}

InformServiceCentre ::= OPERATION				--Timer s--
	ARGUMENT
		informServiceCentreArg	InformServiceCentreArg

ReadyForSM ::= OPERATION				--Timer m--
	ARGUMENT
		readyForSM-Arg	ReadyForSM-Arg
	RESULT
	ERRORS {
		DataMissing,
		UnexpectedDataValue,
		FacilityNotSupported,
		UnknownSubscriber}

.#END
.$MAP-Errors {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-Errors (10) version2 (2)}

DEFINITIONS

::=

BEGIN

EXPORTS

	SystemFailure,
	DataMissing,
	UnexpectedDataValue,
	FacilityNotSupported,

	UnknownSubscriber,
	NumberChanged,
	UnknownBaseStation,
	UnknownMSC,
	UnidentifiedSubscriber,
	UnknownEquipment,

	RoamingNotAllowed,
	IllegalSubscriber,
	IllegalEquipment,
	BearerServiceNotProvisioned,
	TeleserviceNotProvisioned,

	InvalidTargetBaseStation,
	NoRadioResourceAvailable,
	NoHandoverNumberAvailable,
	SubsequentHandoverFailure,

	TracingBufferFull,

	NoRoamingNumberAvailable,
	AbsentSubscriber,
	CallBarred,
	ForwardingViolation,
	CUG-Reject,

	IllegalSS-Operation,
	SS-ErrorStatus,
	SS-NotAvailable,
	SS-SubscriptionViolation,
	SS-Incompatibility,
	UnknownAlphabet,
	USSD-Busy,
	PW-RegistrationFailure,
	NegativePW-Check,
	NumberOfPW-AttemptsViolation,

	SubscriberBusyForMT-SMS,
	SM-DeliveryFailure,
	MessageWaitingListFull
;

IMPORTS
	ERROR
FROM TCAPMessages {
   ccitt recommendation q 773 modules (2) messages (1) version2 (2)}

	SS-Status,
	SS-SubscriptionOption
FROM MAP-SS-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-DataTypes (14) version2 (2)}

	RoamingNotAllowedCause,
	CallBarringCause,
	CUG-RejectCause,
	SS-IncompatibilityCause,
	PW-RegistrationFailureCause,
	SM-DeliveryFailureCause
FROM MAP-ER-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-ER-DataTypes (17) version2 (2)}

	NetworkResource
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}
;



SystemFailure ::= ERROR
	PARAMETER
		networkResource	NetworkResource
		-- optional

DataMissing ::= ERROR

UnexpectedDataValue ::= ERROR

FacilityNotSupported ::= ERROR



UnknownSubscriber ::= ERROR

NumberChanged ::= ERROR

UnknownBaseStation ::= ERROR

UnknownMSC ::= ERROR

UnidentifiedSubscriber ::= ERROR

UnknownEquipment ::= ERROR


RoamingNotAllowed ::= ERROR
	PARAMETER
		roamingNotAllowedCause	RoamingNotAllowedCause
		-- optional
		-- OA1 roamingNotAllowedCause must be absent in version 1
		-- OP>1 roamingNotAllowedCause must be present in version greater 1

IllegalSubscriber ::= ERROR

IllegalEquipment ::= ERROR

BearerServiceNotProvisioned ::= ERROR

TeleserviceNotProvisioned ::= ERROR



InvalidTargetBaseStation ::= ERROR

NoRadioResourceAvailable ::= ERROR

NoHandoverNumberAvailable ::= ERROR

SubsequentHandoverFailure ::= ERROR



TracingBufferFull ::= ERROR



NoRoamingNumberAvailable ::= ERROR

AbsentSubscriber ::= ERROR
	PARAMETER
		mwd-Set	BOOLEAN
		-- optional
		-- OA>1 mwd-Set must be absent in version greater 1

CallBarred ::= ERROR
	PARAMETER
		callBarringCause	CallBarringCause
		-- optional

ForwardingViolation ::= ERROR

CUG-Reject ::= ERROR
	PARAMETER
		cug-RejectCause	CUG-RejectCause
		-- optional



IllegalSS-Operation ::= ERROR

SS-ErrorStatus ::= ERROR
	PARAMETER
		ss-Status	SS-Status
		-- optional

SS-NotAvailable ::= ERROR

SS-SubscriptionViolation ::= ERROR
	PARAMETER
		ss-SubscriptionOption	SS-SubscriptionOption
		-- optional
		-- NU>1 ss-SubscriptionOption must not be used in version greater 1

SS-Incompatibility ::= ERROR
	PARAMETER
		ss-IncompatibilityCause	SS-IncompatibilityCause
		-- optional

UnknownAlphabet ::= ERROR

USSD-Busy ::= ERROR

PW-RegistrationFailure ::= ERROR
	PARAMETER
		pw-RegistrationFailureCause	PW-RegistrationFailureCause

NegativePW-Check ::= ERROR

NumberOfPW-AttemptsViolation ::= ERROR



SubscriberBusyForMT-SMS ::= ERROR

SM-DeliveryFailure ::= ERROR
	PARAMETER
		sm-DeliveryFailureCause	SM-DeliveryFailureCause

MessageWaitingListFull ::= ERROR

.#END
.$MAP-MS-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-MS-DataTypes (11) version2 (2)}

DEFINITIONS

IMPLICIT TAGS

::=

BEGIN

EXPORTS

	UpdateLocationArg,
	UpdateLocationRes,
	CancelLocationArg,
	PurgeMS-Arg,
	SendIdentificationRes,

	PrepareHO-Arg,
	PrepareHO-Res,
	PrepareSubsequentHO-Arg,
	PerformHO-Arg,
	PerformHO-Res,
	PerformSubsequentHO-Arg,

	SendAuthenticationInfoArg,
	SendAuthenticationInfoRes,
	Ki,

	EquipmentStatus,

	SendParametersArg,
	SentParameterList,
	InsertSubscriberDataArg,
	InsertSubscriberDataRes,
	DeleteSubscriberDataArg,
	DeleteSubscriberDataRes,
	SubscriberData,
	ODB-Data,
	SubscriberStatus,
	ZoneCodeList,
	maxNumOfZoneCodes,

	ResetArg,
	RestoreDataArg,
	RestoreDataRes
;

IMPORTS
	SS-List,
	SS-InfoList
FROM MAP-SS-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-DataTypes (14) version2 (2)}

	ISDN-AddressString,
	ExternalSignalInfo,
	IMSI,
	SubscriberId,
	IMEI,
	LocationInfo,
	HLR-List,
	LMSI,
	GlobalCellId,
	NetworkResource,
	Category,
	BearerServiceList,
	TeleserviceList,
	BasicServiceList
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}
;



UpdateLocationArg ::= SEQUENCE {
	imsi			IMSI,
	locationInfo	LocationInfo,
	vlr-Number	ISDN-AddressString,
	lmsi			[10] LMSI	OPTIONAL,
	...}

UpdateLocationRes ::= CHOICE {
	hlr-Number	ISDN-AddressString,
	-- NU>1 hlr-Number must not be used in version greater 1
extensibleUpdateLocationRes	ExtensibleUpdateLocationRes}
	-- NU1 extensibleUpdateLocationRes must not be used in version 1

ExtensibleUpdateLocationRes ::= SEQUENCE {
	hlr-Number	ISDN-AddressString,
	...}

CancelLocationArg ::= CHOICE {
	imsi			IMSI,
	imsi-WithLMSI	IMSI-WithLMSI}

PurgeMS-Arg ::= SEQUENCE {
	imsi			IMSI,
	vlr-Number	ISDN-AddressString,
	...}

IMSI-WithLMSI ::= SEQUENCE {
	imsi			IMSI,
	lmsi			LMSI,
	-- a special value 00000000 indicates that the LMSI is not in use
	...}

SendIdentificationRes ::= SEQUENCE {
	imsi			IMSI,
	authenticationSetList	AuthenticationSetList	OPTIONAL,
	...}

AuthenticationSetList ::= SEQUENCE SIZE (1..5) OF
				AuthenticationSet

AuthenticationSet ::= SEQUENCE {
	rand			RAND,
	sres			SRES,
	kc			Kc,
	...}

RAND ::= OCTET STRING (SIZE (16))

SRES ::= OCTET STRING (SIZE (4))

Kc ::= OCTET STRING (SIZE (8))

PrepareHO-Arg ::= SEQUENCE {
	targetCellId	GlobalCellId	OPTIONAL,
	ho-NumberNotRequired	NULL			OPTIONAL,
	bss-APDU		ExternalSignalInfo	OPTIONAL,
	...}

PerformHO-Arg ::= SEQUENCE {
	targetCellId	GlobalCellId,
	servingCellId	GlobalCellId,
	channelType	ChannelType,
	classmarkInfo	ClassmarkInfo,
	handoverPriority	[11] HandoverPriority	OPTIONAL,
	kc			[12] Kc		OPTIONAL}

ChannelType ::= OCTET STRING (SIZE (1..10))
	-- concatenation of
	-- speech data indicator
	-- channel rate
	-- speech encoding algorithm/ data rate
	-- and transparency indicator
	-- as defined in GSM 08.08

ClassmarkInfo ::= OCTET STRING (SIZE (1..2))
	-- classmark information element type 1 or 2 contents as defined
	-- in GSM 08.08 (phase 1)

HandoverPriority ::= OCTET STRING (SIZE (1))
	-- The internal structure is defined in GSM 08.08.

PrepareHO-Res ::= SEQUENCE {
	handoverNumber	ISDN-AddressString	OPTIONAL,
	bss-APDU		ExternalSignalInfo	OPTIONAL,
	...}

PerformHO-Res ::= SEQUENCE {
	handoverNumber	ISDN-AddressString,
	accessSignalInfo	ExternalSignalInfo}

PrepareSubsequentHO-Arg ::= SEQUENCE {
	targetCellId	GlobalCellId,
	targetMSC-Number	ISDN-AddressString,
	bss-APDU		ExternalSignalInfo,
	...}

PerformSubsequentHO-Arg ::= SEQUENCE {
	targetCellId	GlobalCellId,
	servingCellId	GlobalCellId,
	targetMSC-Number	ISDN-AddressString,
	classmarkInfo	[10] ClassmarkInfo	OPTIONAL}


SendAuthenticationInfoArg ::= IMSI

SendAuthenticationInfoRes ::= AuthenticationSetList

Ki ::= OCTET STRING (SIZE (16))



EquipmentStatus ::= ENUMERATED {
	whiteListed  (0),
	blackListed  (1),
	greyListed  (2)}


SendParametersArg ::= SEQUENCE {
	subscriberId	SubscriberId,
	requestParameterList	RequestParameterList}

RequestParameterList ::= SEQUENCE SIZE (1..2) OF
				RequestParameter

RequestParameter ::= ENUMERATED {
	requestIMSI  (0),
	requestAuthenticationSet  (1),
	requestSubscriberData  (2),
	requestKi  (4)}

SentParameterList ::= SEQUENCE SIZE (1..maxNumOfSentParameter) OF
				SentParameter

SentParameter ::= CHOICE {
	imsi			[0] IMSI,
	authenticationSet	[1] AuthenticationSet,
	subscriberData	[2] SubscriberData,
	ki			[4] Ki}

maxNumOfSentParameter  INTEGER ::= 6
	-- This NamedValue corresponds to the maximum number of
	-- authentication set which may be returned by a HLR plus 1

InsertSubscriberDataArg ::= SEQUENCE {
	imsi			[0] IMSI		OPTIONAL,
	COMPONENTS OF	SubscriberData,
	...}

SubscriberData ::= SEQUENCE {
	msisdn		[1] ISDN-AddressString	OPTIONAL,
	category		[2] Category	OPTIONAL,
	subscriberStatus	[3] SubscriberStatus	OPTIONAL,
	bearerServiceList	[4] BearerServiceList	OPTIONAL,
	teleserviceList	[6] TeleserviceList	OPTIONAL,
	provisionedSS	[7] SS-InfoList	OPTIONAL,
	odb-Data		[8] ODB-Data	OPTIONAL,
	-- OA1 odb-Data must be absent in version 1
	roamingRestrictionDueToUnsupportedFeature  [9] NULL	OPTIONAL,
	-- OA1 roamingRestrictionDueToUnsupportedFeature must be absent
	-- in version 1
	regionalSubscriptionData	[10] ZoneCodeList	OPTIONAL
	-- OA1 regionalSubscriptionData must be absent in version 1
	}

SubscriberStatus ::= ENUMERATED {
	serviceGranted  (0),
	operatorDeterminedBarring  (1)}

ODB-Data ::= SEQUENCE {
	odb-GeneralData	ODB-GeneralData,
	odb-HPLMN-Data	ODB-HPLMN-Data	OPTIONAL,
	...}

ODB-GeneralData ::= BIT STRING {
	allOG-CallsBarred  (0),
	internationalOGCallsBarred  (1),
	internationalOGCallsNotToHPLMN-CountryBarred  (2),
	premiumRateInformationOGCallsBarred  (3),
	premiumRateEntertainementOGCallsBarred  (4),
	ss-AccessBarred  (5)} (SIZE (6))

ODB-HPLMN-Data ::= BIT STRING {
	plmn-SpecificBarringType1  (0),
	plmn-SpecificBarringType2  (1),
	plmn-SpecificBarringType3  (2),
	plmn-SpecificBarringType4  (3)} (SIZE (4))

ZoneCodeList ::= SEQUENCE SIZE (1..maxNumOfZoneCodes)
				OF ZoneCode

ZoneCode ::= OCTET STRING (SIZE (2))
	-- internal structure is defined in GSM 03.03

maxNumOfZoneCodes  INTEGER ::= 10

InsertSubscriberDataRes ::= SEQUENCE {
	teleserviceList	[1] TeleserviceList	OPTIONAL,
	bearerServiceList	[2] BearerServiceList	OPTIONAL,
	ss-List		[3] SS-List	OPTIONAL,
	odb-GeneralData	[4] ODB-GeneralData	OPTIONAL,
	regionalSubscriptionResponse	[5]
			RegionalSubscriptionResponse			OPTIONAL,
	-- OA1 regionalSubscriptionResponse must be absent in version 1
	...}

RegionalSubscriptionResponse ::= ENUMERATED {
	msc-AreaRestricted	(0),
	tooManyZoneCodes	(1),
	zoneCodesConflict	(2),
	regionalSubscNotSupported	(3)}

DeleteSubscriberDataArg ::= SEQUENCE {
	imsi			[0] IMSI,
	basicServiceList	[1] BasicServiceList	OPTIONAL,
	ss-List		[2] SS-List	OPTIONAL,
	roamingRestrictionDueToUnsupportedFeature [4] NULL	OPTIONAL,
	-- OA1 roamingRestrictionDueToUnsupportedFeature must be absent
	-- in version 1
	regionalSubscriptionIdentifier	[5] ZoneCode	OPTIONAL,
	-- OA1 regionalSubscriptionIdentifier must be absent in version 1
	...}

DeleteSubscriberDataRes ::= SEQUENCE {
	regionalSubscriptionResponse	[0]
			RegionalSubscriptionResponse			OPTIONAL,
	...}

ResetArg ::= SEQUENCE {
	networkResource	NetworkResource	OPTIONAL,
	-- OP1 networkResource must be present in version 1
	-- OA>1 networkResource must be absent in version greater 1
	hlr-Number	ISDN-AddressString,
	hlr-List		HLR-List		OPTIONAL,
	...}

RestoreDataArg ::= SEQUENCE {
	imsi			IMSI,
	lmsi			LMSI			OPTIONAL,
	...}

RestoreDataRes ::= SEQUENCE {
	hlr-Number	ISDN-AddressString,
	msNotReachable	NULL			OPTIONAL,
	...}

.#END
.$MAP-OM-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-OM-DataTypes (12) version2 (2)}

DEFINITIONS

IMPLICIT TAGS

::=

BEGIN

EXPORTS
	ActivateTraceModeArg,
	DeactivateTraceModeArg,
	TraceSubscriberActivityArg,
	NoteInternalHO-Arg
;

IMPORTS
	AddressString,
	ExternalSignalInfo,
	IMSI,
	GlobalCellId
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}

;


ActivateTraceModeArg ::= SEQUENCE {
	imsi			[0] IMSI		OPTIONAL,
	traceReference	[1] TraceReference,
	traceType	[2] TraceType,
	omc-Id		[3] AddressString	OPTIONAL,
	...}

TraceReference ::= OCTET STRING (SIZE (1..2))

TraceType ::= INTEGER
	(0..255)
	-- Trace types are fully defined in GSM 12.08.

DeactivateTraceModeArg ::= SEQUENCE {
	imsi			[0] IMSI		OPTIONAL,
	traceReference	[1] TraceReference,
	...}

TraceSubscriberActivityArg ::= SEQUENCE {
	imsi			[0] IMSI		OPTIONAL,
	traceReference	[1] TraceReference,
	traceType	[2] TraceType,
	omc-Id		[3] AddressString	OPTIONAL,
	callReference	[4] CallReference	OPTIONAL}

CallReference ::= OCTET STRING (SIZE (1..3))

NoteInternalHO-Arg ::= SEQUENCE {
	handoverType	HandoverType,
	targetCellId	[1] GlobalCellId	OPTIONAL,
	channelId	[2] ExternalSignalInfo	OPTIONAL}

HandoverType ::= ENUMERATED {
	interBSS  (0),
	intraBSS  (1)}

.#END
.$MAP-CH-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CH-DataTypes (13) version2 (2)}

DEFINITIONS

IMPLICIT TAGS

::=

BEGIN

EXPORTS
	SendRoutingInfoArg,
	SendRoutingInfoRes,
	ProvideRoamingNumberArg,
	NumberOfForwarding
;

IMPORTS
	CUG-Interlock,
	ForwardingData
FROM MAP-SS-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-DataTypes (14) version2 (2)}

	ISDN-AddressString,
	ExternalSignalInfo,
	IMSI,
	LMSI
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}
;


CUG-CheckInfo ::= SEQUENCE {
	cug-Interlock	CUG-Interlock,
	cug-OutgoingAccess	NULL			OPTIONAL,
	...}

NumberOfForwarding ::= INTEGER (1..5)

SendRoutingInfoArg ::= SEQUENCE {
	msisdn		[0] ISDN-AddressString,
	cug-CheckInfo	[1] CUG-CheckInfo	OPTIONAL,
	-- OA1 cug-CheckInfo must be absent in version 1
	numberOfForwarding	[2] NumberOfForwarding	OPTIONAL,
	networkSignalInfo	[10] ExternalSignalInfo	OPTIONAL,
	...}

SendRoutingInfoRes ::= SEQUENCE {
	imsi			IMSI,
	routingInfo	RoutingInfo,
	cug-CheckInfo	CUG-CheckInfo	OPTIONAL,
	-- OA1 cug-CheckInfo must be absent in version 1
	...}

RoutingInfo ::= CHOICE {
	roamingNumber	ISDN-AddressString,
	forwardingData	ForwardingData}

ProvideRoamingNumberArg ::= SEQUENCE {
	imsi			[0] IMSI,
	msc-Number	[1] ISDN-AddressString	OPTIONAL,
	-- OP>1 msc-Number must be present in version greater 1
	msisdn		[2] ISDN-AddressString	OPTIONAL,
	previousRoamingNumber	[3] ISDN-AddressString	OPTIONAL,
	lmsi			[4] LMSI		OPTIONAL,
	gsm-BearerCapability	[5] ExternalSignalInfo	OPTIONAL,
	networkSignalInfo	[6] ExternalSignalInfo	OPTIONAL,
	...}

.#END
.$MAP-SS-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-DataTypes (14) version2 (2)}

DEFINITIONS

IMPLICIT TAGS

::=

BEGIN

EXPORTS
	RegisterSS-Arg,
	SS-Info,
	SS-Status,
	CUG-Index,
	CUG-Interlock,
	SS-SubscriptionOption,
	SS-ForBS-Code,
	InterrogateSS-Res,
	SS-UserData,
	USSD-Arg,
	USSD-Res,
	Password,
	GuidanceInfo,
	BeginSubscriberActivityArg,
	SS-List,
	SS-InfoList,
	ForwardingData,
	IntraCUG-Options,
	InterCUG-Restrictions,
	OverrideCategory,
	CliRestrictionOption,
	NoReplyConditionTime,
	ForwardingOptions;

IMPORTS
	AddressString,
	ISDN-AddressString,
	ISDN-SubaddressString,
	maxSignalInfoLength,
	IMSI,
	BasicServiceCode,
	BasicServiceGroupList,
	maxNumOfBasicServiceGroups
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}

	SS-Code
FROM MAP-SS-Code {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-Code (15) version2 (2)}
;


RegisterSS-Arg ::= SEQUENCE{
	ss-Code		SS-Code,
	basicService	BasicServiceCode	OPTIONAL,
	forwardedToNumber	[4] AddressString	OPTIONAL,
	forwardedToSubaddress	[6] ISDN-SubaddressString	OPTIONAL,
	-- OA1 forwardedToSubaddress must be absent in version 1
	noReplyConditionTime	[5] NoReplyConditionTime	OPTIONAL,
	...}

NoReplyConditionTime ::= INTEGER (5..30)

SS-Info ::= CHOICE {
	forwardingInfo	[0] ForwardingInfo,
	callBarringInfo	[1] CallBarringInfo,
	cug-Info		[2] CUG-Info,
		-- NU1 cug-info must not be used in version 1
	ss-Data		[3] SS-Data}

ForwardingInfo ::= SEQUENCE {
	ss-Code		SS-Code		OPTIONAL,
	forwardingFeatureList	ForwardingFeatureList,
	...}

ForwardingFeatureList ::= 
	SEQUENCE SIZE (1..maxNumOfBasicServiceGroups) OF
				ForwardingFeature

ForwardingFeature ::= SEQUENCE {
	basicService	BasicServiceCode	OPTIONAL,
	ss-Status	[4] SS-Status	OPTIONAL,
	-- OP1 ss-Status must be present in version 1
	forwardedToNumber	[5] ISDN-AddressString	OPTIONAL,
	forwardedToSubaddress	[8] ISDN-SubaddressString	OPTIONAL,
	-- OA1 forwardedToSubaddress must be absent in version 1
	forwardingOptions	[6] ForwardingOptions	OPTIONAL,
	noReplyConditionTime	[7] NoReplyConditionTime	OPTIONAL,
	...}

SS-Status ::= OCTET STRING (SIZE (1))

	-- bits 8765: 0000 (unused)
	-- bits 4321: Used to convey the "P bit","R bit","A bit" and "Q bit",
	--		    representing supplementary service state information
	--		    as defined in GSM 03.11

	-- bit 4: "Q bit"

	-- bit 3: "P bit"

	-- bit 2: "R bit"

	-- bit 1: "A bit"

ForwardingOptions ::= OCTET STRING (SIZE (1))

	-- v1: bits 87: notification to forwarding party
	--	00  no notification
	--	01  notification
	--	10  notification

	-- v2: bit 8: notification to forwarding party
	--	0  no notification
	--	1  notification

	-- v2: bit 7: 0 (unused)

	-- v1: bits 65: notification to calling party
	--	00  no notification
	--	01  notification
	--	10  notification

	-- v2: bit 6: v2: notification to calling party
	--	0  no notification
	--	1  notification

	-- v2: bit 5: 0 (unused)

	-- v2: bits 43: forwarding reason
	--	00  ms not reachable
	--	01  ms busy
	--	10  no reply
	--	11  unconditional
	-- bits 21: 00 (unused)

CallBarringInfo ::= SEQUENCE {
	ss-Code		SS-Code		OPTIONAL,
	-- OP1 ss-Code must be present in version 1
	callBarringFeatureList	CallBarringFeatureList,
	...}

CallBarringFeatureList ::= 
	SEQUENCE SIZE (1..maxNumOfBasicServiceGroups) OF
				CallBarringFeature

CallBarringFeature ::= SEQUENCE {
	basicService	BasicServiceCode	OPTIONAL,
	ss-Status	[4] SS-Status	OPTIONAL,
	-- OP1 ss-Status must be present in version 1
	...}

CUG-Info ::= SEQUENCE {
	cug-SubscriptionList	CUG-SubscriptionList,
	cug-FeatureList	CUG-FeatureList	OPTIONAL,
	...}

CUG-SubscriptionList ::= SEQUENCE SIZE (1..maxNumOfCUG) OF
				CUG-Subscription

CUG-Subscription ::= SEQUENCE {
	cug-Index	CUG-Index,
	cug-Interlock	CUG-Interlock,
	intraCUG-Options	IntraCUG-Options,
	basicServiceGroupList	BasicServiceGroupList	OPTIONAL,
	...}

CUG-Index ::= INTEGER (0..32767)
	-- The internal structure is defined in ETS 300 138.

CUG-Interlock ::= OCTET STRING (SIZE (4))

IntraCUG-Options ::= ENUMERATED {
	noCUG-Restrictions  (0),
	cugIC-CallBarred  (1),
	cugOG-CallBarred  (2)}

maxNumOfCUG  INTEGER ::= 10

CUG-FeatureList ::= SEQUENCE SIZE (1..maxNumOfBasicServiceGroups) OF
				CUG-Feature

CUG-Feature ::= SEQUENCE {
	basicService	BasicServiceCode	OPTIONAL,
	preferentialCUG-Indicator	CUG-Index	OPTIONAL,
	interCUG-Restrictions	InterCUG-Restrictions,
	...}

InterCUG-Restrictions::= OCTET STRING (SIZE (1))

	-- bits 876543: 000000 (unused)

	-- bits 21
	--	00  CUG only facilities
	--	01  CUG with outgoing access
	--	10  CUG with incoming access
	--	11  CUG with both outgoing and incoming access

SS-Data ::= SEQUENCE {
	ss-Code		SS-Code		OPTIONAL,
	-- OP1 ss-Code must be present in version 1
	ss-Status	[4] SS-Status	OPTIONAL,
	ss-SubscriptionOption	SS-SubscriptionOption	OPTIONAL,
	-- OA1 ss-SubscriptionOption must be absent in version 1
	basicServiceGroupList	BasicServiceGroupList	OPTIONAL,
	-- OA1 basicServiceGroupList must be absent in version 1
	...}

SS-SubscriptionOption ::= CHOICE {
	cliRestrictionOption	[2] CliRestrictionOption,
	overrideCategory	[1] OverrideCategory}

CliRestrictionOption ::= ENUMERATED {
	permanent  (0),
	temporaryDefaultRestricted  (1),
	temporaryDefaultAllowed  (2)}

OverrideCategory ::= ENUMERATED {
	overrideEnabled  (0),
	overrideDisabled  (1)}

SS-ForBS-Code ::= SEQUENCE {
	ss-Code		SS-Code,
	basicService	BasicServiceCode	OPTIONAL,
	...}

Cli-RestrictionInfo ::= SEQUENCE {
	ss-Status	SS-Status,
	cliRestrictionOption	CliRestrictionOption	OPTIONAL,
	...}

InterrogateSS-Res ::= CHOICE {
	ss-Status	[0] SS-Status,
	forwardedToNumber	[1] ISDN-AddressString,
	-- NU>1 forwardedToNumber must not be used in version greater 1
	basicServiceGroupList	[2] BasicServiceGroupList,
	forwardingFeatureList	[3] ForwardingFeatureList,
	cli-RestrictionInfo	[4] Cli-RestrictionInfo}
	-- NU=1 cli-RestrictionInfo must not be used in version 1

SS-UserData ::= IA5String (SIZE (1.. maxSignalInfoLength))

USSD-Arg ::= SEQUENCE {
	ussd-DataCodingScheme	USSD-DataCodingScheme,
	ussd-String	USSD-String,
	...}

USSD-Res ::= SEQUENCE {
	ussd-DataCodingScheme	USSD-DataCodingScheme,
	ussd-String	USSD-String,
	...}

USSD-DataCodingScheme ::= OCTET STRING (SIZE (1))
	-- The structure of the USSD-DataCodingScheme is defined by
	-- the Cell Broadcast Data Coding Scheme as described in
	-- GSM 03.38

USSD-String ::= OCTET STRING (SIZE (1..maxUSSD-StringLength))
	-- The structure of the contents of the USSD-String is dependent
	-- on the USSD-DataCodingScheme as described in GSM 03.38.

maxUSSD-StringLength  INTEGER ::= 160

Password ::= NumericString
	(FROM ("0"|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9"))
	(SIZE (4))

GuidanceInfo ::= ENUMERATED {
	enterPW  (0),
	enterNewPW  (1),
	enterNewPW-Again  (2),
	badPW-TryAgain  (3),
	-- NU>1 badPW-TryAgain must not be used in version greater 1
	badPW-FormatTryAgain  (4)}
	-- NU>1 badPW-FormatTryAgain must not be used in version greater 1
	-- How this information is really delivered to the subscriber
	-- (display, announcement, ...) is not part of this
	-- specification.

BeginSubscriberActivityArg ::= SEQUENCE {
	imsi			IMSI,
	originatingEntityNumber	ISDN-AddressString}

SS-List ::= SEQUENCE SIZE (1..maxNumOfSS) OF
				SS-Code

maxNumOfSS  INTEGER ::= 30

SS-InfoList ::= SEQUENCE SIZE (1..maxNumOfSS) OF
				SS-Info

ForwardingData ::= SEQUENCE {
	forwardedToNumber	[5] ISDN-AddressString	OPTIONAL,
	-- OP1 forwardedToNumber must be present in version 1
	forwardedToSubaddress	[4] ISDN-SubaddressString	OPTIONAL,
	-- OA1 forwardedToSubaddress must be absent in version 1
	forwardingOptions	[6] ForwardingOptions	OPTIONAL,
	...}

.#END
.$MAP-SS-Code {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-Code (15) version2 (2)}

DEFINITIONS

::=

BEGIN

SS-Code ::= OCTET STRING (SIZE (1))
	-- This type is used to represent the code identifying a single
	-- supplementary service, a group of supplementary services, or
	-- all supplementary services. The services and abbreviations
	-- used are defined in GSM 02.04. The internal structure is
	-- defined as follows:
	--
	-- bits 87654321: group (bits 8765), and specific service
	-- (bits 4321)

allSS			SS-Code ::= '00000000'B
	-- reserved for possible future use
	-- all SS

allLineIdentificationSS	SS-Code ::= '00010000'B
	-- reserved for possible future use
	-- all line identification SS
clip			SS-Code ::= '00010001'B
	-- calling line identification presentation
clir			SS-Code ::= '00010010'B
	-- calling line identification restriction
colp			SS-Code ::= '00010011'B
	-- connected line identification presentation
colr			SS-Code ::= '00010100'B
	-- connected line identification restriction
mci			SS-Code ::= '00010101'B
	-- reserved for possible future use
	-- malicious call identification

allForwardingSS	SS-Code ::= '00100000'B
	-- all forwarding SS
cfu			SS-Code ::= '00100001'B
	-- call forwarding unconditional
allCondForwardingSS	SS-Code ::= '00101000'B
	-- all conditional forwarding SS
cfb			SS-Code ::= '00101001'B
	-- call forwarding on mobile subscriber busy
cfnry			SS-Code ::= '00101010'B
	-- call forwarding on no reply
cfnrc			SS-Code ::= '00101011'B
	-- call forwarding on mobile subscriber not reachable

allCallOfferingSS	SS-Code ::= '00110000'B
	-- reserved for possible future use
	-- all call offering SS includes also all forwarding SS
ct				SS-Code ::= '00110001'B
	-- reserved for possible future use
	-- call transfer
mah			SS-Code ::= '00110010'B
	-- reserved for possible future use
	-- mobile access hunting

allCallCompletionSS	SS-Code ::= '01000000'B
	-- reserved for possible future use
	-- all Call completion SS
cw				SS-Code ::= '01000001'B
	-- call waiting
hold			SS-Code ::= '01000010'B
	-- call hold
ccbs			SS-Code ::= '01000011'B
	-- reserved for possible future use
	-- completion of call to busy subscribers

allMultiPartySS	SS-Code ::= '01010000'B
	-- reserved for possible future use
	-- all multiparty SS
multiPTY		SS-Code ::= '01010001'B
	-- multiparty

allCommunityOfInterest-SS	SS-Code ::= '01100000'B
	-- reserved for possible future use
	-- all community of interest SS
cug			SS-Code ::= '01100001'B
	-- closed user group

allChargingSS	SS-Code ::= '01110000'B
	-- reserved for possible future use
	-- all charging SS
aoci			SS-Code ::= '01110001'B
	-- advice of charge information
aocc			SS-Code ::= '01110010'B
	-- advice of charge charging

allAdditionalInfoTransferSS	SS-Code ::= '10000000'B
	-- reserved for possible future use
	-- all additional information transfer SS
uus			SS-Code ::= '10000001'B
	-- reserved for possible future use
	-- UUS user-to-user signalling

allBarringSS	SS-Code ::= '10010000'B
	-- all barring SS
barringOfOutgoingCalls	SS-Code ::= '10010001'B
	-- barring of outgoing calls
baoc			SS-Code ::= '10010010'B
	-- barring of all outgoing calls
boic			SS-Code ::= '10010011'B
	-- barring of outgoing international calls
boicExHC		SS-Code ::= '10010100'B
	-- barring of outgoing international calls except those directed
	-- to the home PLMN
barringOfIncomingCalls	SS-Code ::= '10011001'B
	-- barring of incoming calls
baic			SS-Code ::= '10011010'B
	-- barring of all incoming calls
bicRoam			SS-Code ::= '10011011'B
	-- barring of incoming calls when roaming outside home PLMN
	-- Country


allPLMN-specificSS	SS-Code ::= '11110000'B
-- NU1 *plmn-specific* must not be used in version 1
plmn-specificSS-1	SS-Code ::= '11110001'B
plmn-specificSS-2	SS-Code ::= '11110010'B
plmn-specificSS-3	SS-Code ::= '11110011'B
plmn-specificSS-4	SS-Code ::= '11110100'B
plmn-specificSS-5	SS-Code ::= '11110101'B
plmn-specificSS-6	SS-Code ::= '11110110'B
plmn-specificSS-7	SS-Code ::= '11110111'B
plmn-specificSS-8	SS-Code ::= '11111000'B
plmn-specificSS-9	SS-Code ::= '11111001'B
plmn-specificSS-A	SS-Code ::= '11111010'B
plmn-specificSS-B	SS-Code ::= '11111011'B
plmn-specificSS-C	SS-Code ::= '11111100'B
plmn-specificSS-D	SS-Code ::= '11111101'B
plmn-specificSS-E	SS-Code ::= '11111110'B
plmn-specificSS-F	SS-Code ::= '11111111'B

.#END
.$MAP-SM-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SM-DataTypes (16) version2 (2)}

DEFINITIONS

IMPLICIT TAGS

::=

BEGIN

EXPORTS
	RoutingInfoForSM-Arg,
	RoutingInfoForSM-Res,
	ForwardSM-Arg,
	ReportSM-DeliveryStatusArg,
	AlertServiceCentreArg,
	InformServiceCentreArg,
	ReadyForSM-Arg,
	SM-DeliveryOutcome,
	AlertReason
;

IMPORTS
	AddressString,
	ISDN-AddressString,
	SignalInfo,
	IMSI,
	LocationInfo,
	LMSI
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}

	TeleserviceCode
FROM MAP-TS-Code {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-TS-Code (19) version2 (2)}
;


RoutingInfoForSM-Arg ::= SEQUENCE {
	msisdn		[0] ISDN-AddressString,
	sm-RP-PRI	[1] BOOLEAN,
	serviceCentreAddress	[2] AddressString,
	teleservice	[5] TeleserviceCode	OPTIONAL,
	-- OA>1 teleservice must be absent in version greater 1
	...}

RoutingInfoForSM-Res::= SEQUENCE {
	imsi			IMSI,
	locationInfoWithLMSI		[0] LocationInfoWithLMSI,
	mwd-Set		[2] BOOLEAN	OPTIONAL,
	-- OA>1 mwd-Set must be absent in version greater 1
	...}

LocationInfoWithLMSI ::= SEQUENCE {
		locationInfo	LocationInfo,
		lmsi		LMSI			OPTIONAL,
	...}

ForwardSM-Arg ::= SEQUENCE {
	sm-RP-DA	SM-RP-DA,
	sm-RP-OA	SM-RP-OA,
	sm-RP-UI	SignalInfo,
	moreMessagesToSend	NULL			OPTIONAL,
	-- OA1 moreMessagesToSend must be absent in version 1
	...}


SM-RP-DA ::= CHOICE {
	imsi			[0] IMSI,
	lmsi			[1] LMSI,
	roamingNumber	[3] ISDN-AddressString,
	-- NU>1 roaming number must not be used in version greater 1
	serviceCentreAddressDA	[4] AddressString,
	noSM-RP-DA	[5] NULL}
	-- NU1 noSM-RP-DA must not be used in version 1

SM-RP-OA ::= CHOICE {
	msisdn		[2] ISDN-AddressString,
	serviceCentreAddressOA	[4] AddressString,
	noSM-RP-OA	[5] NULL}
	-- NU1 noSM-RP-OA must not be used in version 1

ReportSM-DeliveryStatusArg ::= SEQUENCE {
	msisdn		ISDN-AddressString,
	serviceCentreAddress	AddressString,
	sm-DeliveryOutcome	SM-DeliveryOutcome	OPTIONAL,
	-- OA1 sm-DeliveryOutcome must be absent in version 1
	-- OP>1 sm-DeliveryOutcome must be present in version greater 1
	...}

SM-DeliveryOutcome ::= ENUMERATED {
	memoryCapacityExceeded  (0),
	absentSubscriber  (1),
	successfulTransfer  (2)}

AlertServiceCentreArg ::= SEQUENCE {
	msisdn		ISDN-AddressString,
	serviceCentreAddress	AddressString,
	...}

InformServiceCentreArg ::= SEQUENCE {
	storedMSISDN	ISDN-AddressString	OPTIONAL,
	mw-Status	MW-Status	OPTIONAL,
	...}

MW-Status ::= BIT STRING {
	sc-AddressNotIncluded  (0),
	mnrf-Set  (1),
	mcef-Set  (2)} (SIZE (6))

ReadyForSM-Arg ::= SEQUENCE {
	imsi			[0] IMSI,
	alertReason		AlertReason,
	...}

AlertReason ::= ENUMERATED {
	ms-Present  (0),
	memoryAvailable  (1)}

.#END
.$MAP-ER-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-ER-DataTypes (17) version2 (2)}

DEFINITIONS

IMPLICIT TAGS

::=

BEGIN

EXPORTS
	RoamingNotAllowedCause,
	CallBarringCause,
	CUG-RejectCause,
	SS-IncompatibilityCause,
	PW-RegistrationFailureCause,
	SM-DeliveryFailureCause
;

IMPORTS
	SS-Status
FROM MAP-SS-DataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-DataTypes (14) version2 (2)}

	SignalInfo,
	BasicServiceCode
FROM MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}

	SS-Code
FROM MAP-SS-Code {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-SS-Code (15) version2 (2)}
;


RoamingNotAllowedCause ::= ENUMERATED {
	plmnRoamingNotAllowed  (0),
	operatorDeterminedBarring  (3)}

CallBarringCause ::= ENUMERATED {
	barringServiceActive  (0),
	operatorBarring  (1)}

CUG-RejectCause ::= ENUMERATED {
	incomingCallsBarredWithinCUG  (0),
	subscriberNotMemberOfCUG  (1),
	requestedBasicServiceViolatesCUG-Constraints  (5),
	calledPartySS-InteractionViolation  (7)}
	-- NU1 calledPartySS-InteractionViolation must not be used in
	-- version 1

SS-IncompatibilityCause ::= SEQUENCE {
	ss-Code		[1] SS-Code	OPTIONAL,
	basicService	BasicServiceCode	OPTIONAL,
	ss-Status	[4] SS-Status	OPTIONAL,
	...}

PW-RegistrationFailureCause ::= ENUMERATED {
	undetermined  (0),
	invalidFormat  (1),
	newPasswordsMismatch  (2)}

SM-DeliveryFailureCause ::= CHOICE {
	sm-DeliveryFailureCauseWithDiagnostic 
			SM-DeliveryFailureCauseWithDiagnostic,
-- NU1 sm-DeliveryFailureCauseWithDiagnostic must not be used in
-- version 1
	sm-EnumeratedDeliveryFailureCause  
			SM-EnumeratedDeliveryFailureCause}
-- NU>1 sm-EnumeratedDeliveryFailureCause must not be used in version
-- greater 1

SM-EnumeratedDeliveryFailureCause ::= ENUMERATED {
	memoryCapacityExceeded  (0),
	equipmentProtocolError  (1),
	equipmentNotSM-Equipped  (2),
	unknownServiceCentre  (3),
	sc-Congestion  (4),
	invalidSME-Address  (5),
	subscriberNotSC-Subscriber  (6)}

SM-DeliveryFailureCauseWithDiagnostic ::= SEQUENCE {
	sm-EnumeratedDeliveryFailureCause    SM-EnumeratedDeliveryFailureCause,
	diagnosticInfo	SignalInfo	OPTIONAL,
	...}

.#END
.$MAP-CommonDataTypes {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-CommonDataTypes (18) version2 (2)}

DEFINITIONS

IMPLICIT TAGS

::=

BEGIN

EXPORTS

	AddressString,
	ISDN-AddressString,
	ISDN-SubaddressString,
	ExternalSignalInfo,
	SignalInfo,
	maxSignalInfoLength,

	IMSI,
	TMSI,
	SubscriberId,
	IMEI,
	LocationInfo,
	HLR-List,
	LMSI,
	GlobalCellId,
	NetworkResource,

	Category,
	BearerServiceList,
	TeleserviceList,
	BasicServiceCode,
	BasicServiceList,
	BasicServiceGroupList,
	maxNumOfBasicServiceGroups
;

IMPORTS
	TeleserviceCode
FROM MAP-TS-Code {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-TS-Code (19) version2 (2)}

	BearerServiceCode
FROM MAP-BS-Code {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-BS-Code (20) version2 (2)}
;



TBCD-STRING ::= OCTET STRING
	-- This type (Telephony Binary Coded Decimal String) is used to
	-- represent several digits from 0 through 9, *, #, a, b, c, two
	-- digits per octet, each digit encoded 0000 to 1001 (0 to 9),
	-- 1010 (*), 1011 (#), 1100 (a), 1101 (b) or 1110 (c); 1111 used
	-- as filler when there is an odd number of digits.

	-- bits 8765 of octet n encoding digit 2n
	-- bits 4321 of octet n encoding digit 2(n-1) +1

AddressString ::= OCTET STRING (SIZE (1..maxAddressLength))
	-- This type is used to represent a number for addressing
	-- purposes. It is composed of
	--	a)	one octet for nature of address, and numbering plan
	--		indicator.
	--	b)	digits of an address encoded as TBCD-String.

	-- a)	The first octet includes a one bit extension indicator, a
	--		3 bits nature of address indicator and a 4 bits numbering
	--		plan indicator, encoded as follows:

	-- bit 8: 1  (no extension)

	-- bits 765: nature of address indicator
	--	000  unknown
	--	001  international number
	--	010  national significant number
	--	011  network specific number
	--	100  subscriber number
	--	101  reserved
	--	110  abbreviated number
	--	111  reserved for extension

	-- bits 4321: numbering plan indicator
	--	0000  unknown
	--	0001  ISDN/Telephony Numbering Plan (Rec CCITT E.164)
	--	0010  spare
	--	0011  data numbering plan (CCITT Rec X.121)
	--	0100  telex numbering plan (CCITT Rec F.69)
	--	0101  spare
	--	0110  land mobile numbering plan (CCITT Rec E.212)
	--	0111  spare
	--	1000  national numbering plan
	--	1001  private numbering plan
	--	1111  reserved for extension

	--	all other values are reserved.

	-- b)	The following octets representing digits of an address
	--		encoded as a TBCD-STRING.

maxAddressLength  INTEGER ::= 20

ISDN-AddressString ::= 
			AddressString (SIZE (1..maxISDN-AddressLength))
	-- This type is used to represent ISDN numbers.

maxISDN-AddressLength  INTEGER ::= 9

ISDN-SubaddressString ::= 
			OCTET STRING (SIZE (1..maxISDN-SubaddressLength))
	-- This type is used to represent ISDN subaddresses.
	-- It is composed of
	--	a)	one octet for type of subaddress and odd/even indicator.
	--	b)	20 octets for subaddress information.

	--	a)	The first octet includes a one bit extension indicator, a
	--		3 bits type of subaddress and a one bit odd/even indicator,
	--		encoded as follows:

	--	bit 8: 1  (no extension)

	--	bits 765: type of subaddress
	--		000  NSAP (X.213/ISO 8348 AD2)
	--		010  User Specified
	--		All other values are reserved

	--	bit 4: odd/even indicator
	--		0  even number of address signals
	--		1  odd number of address signals
	--		The odd/even indicator is used when the type of subaddress
	--		is "user specified" and the coding is BCD.

	--	bits 321: 000 (unused)

	--	b) Subaddress information.
	--	The NSAP X.213/ISO8348AD2 address shall be formatted as specified
	--	by octet 4 which contains the Authority and Format Identifier
	--	(AFI). The encoding is made according to the "preferred binary
	--	encoding" as defined in X.213/ISO834AD2. For the definition
	--	of this type of subaddress, see CCITT Rec I.334.

	--	For User-specific subaddress, this field is encoded according
	--	to the user specification, subject to a maximum length of 20
	--	octets. When interworking with X.25 networks BCD coding should
	--	be applied.

maxISDN-SubaddressLength  INTEGER ::= 21

ExternalSignalInfo ::= SEQUENCE {
	protocolId	ProtocolId,
	signalInfo	SignalInfo,
	...}
	-- Information about the internal structure is given in
	-- subclause 5.6.9.

SignalInfo ::= OCTET STRING (SIZE (1..maxSignalInfoLength))

maxSignalInfoLength  INTEGER ::= 200
	-- This NamedValue represents the theoretical maximum number of
	-- octets which are available to carry a single data type,
	-- without requiring segmentation to cope with the network layer
	-- service. However, the actual maximum size available for a data
	-- type may be lower, especially when other information elements
	-- have to be included in the same component.

ProtocolId ::= ENUMERATED {
	gsm-0408  (1),
	gsm-0806  (2),
	gsm-BSSMAP  (3),
	-- NU1 NU2 Value 3 must not be used in version 1 and
	-- must not be used in version 2.
	ets-300102-1  (4)}

IMSI ::= TBCD-STRING (SIZE (3..8))
	-- digits of MCC, MNC, MSIN are concatenated in this order.

TMSI ::= OCTET STRING (SIZE (1..4))

SubscriberId ::= CHOICE {
	imsi			[0] IMSI,
	tmsi			[1] TMSI}

IMEI ::= TBCD-STRING (SIZE (8))
	--	Refers to International Mobile Station Equipment Identity
	--	and Software Version Number (SVN) defined in GSM 03.03.
	--	If the SVN is not present the last octet shall contain the
	--	digit 0 and a filler.
	--	If present the SVN shall be included in the last octet.
	--	The SVN must not be present in version 1.

LocationInfo ::= CHOICE {
	roamingNumber	[0] ISDN-AddressString,
	-- NU>1 roamingNumber must not be used in version greater 1
	msc-Number	[1] ISDN-AddressString}

HLR-Id ::= IMSI
	-- leading digits of IMSI, i.e. (MCC, MNC, leading digits of
	-- MSIN) forming HLR Id defined in GSM 03.03.

HLR-List ::= SEQUENCE SIZE (1..maxNumOfHLR-Id) OF
				HLR-Id

maxNumOfHLR-Id  INTEGER ::= 50

LMSI ::= OCTET STRING (SIZE (4))

GlobalCellId ::= OCTET STRING (SIZE (5..7))
	-- Refers to Cell Global Identification defined in GSM 03.03.
	-- Octets are coded according to GSM 04.08.
	-- The internal structure is defined as follows:
	--	Mobile Country Code:	3 digits according to CCITT Rec E.212
	--			1 digit filler (1111)
	--	Mobile Network Code:	2 digits according to CCITT Rec E.212
	--	Location Area Code:	2 octets according to GSM 04.08
	--	Cell Identity:	2 octets (CI) according to GSM 04.08

NetworkResource ::= ENUMERATED {
	plmn  (0),
	hlr  (1),
	vlr  (2),
	pvlr  (3),
	controllingMSC  (4),
	vmsc  (5),
	eir  (6),
	rss  (7)}


Category ::= OCTET STRING (SIZE (1))
	-- The internal structure is defined in CCITT Rec Q.763.

BearerServiceList ::= SEQUENCE SIZE (1..maxNumOfBearerServices) OF
				BearerServiceCode

maxNumOfBearerServices  INTEGER ::= 50

TeleserviceList ::= SEQUENCE SIZE (1..maxNumOfTeleservices) OF
				TeleserviceCode

maxNumOfTeleservices  INTEGER ::= 20

BasicServiceCode ::= CHOICE {
	bearerService	[2] BearerServiceCode,
	teleservice	[3] TeleserviceCode}

BasicServiceList ::= SEQUENCE SIZE (1..maxNumOfBasicServices) OF
				BasicServiceCode

maxNumOfBasicServices  INTEGER ::= 70

BasicServiceGroupList ::= SEQUENCE SIZE (1..maxNumOfBasicServiceGroups) OF
				BasicServiceCode

maxNumOfBasicServiceGroups  INTEGER ::= 13

.#END
.$MAP-TS-Code {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-TS-Code (19) version2 (2)}

DEFINITIONS

::=

BEGIN

TeleserviceCode ::= OCTET STRING (SIZE (1))
	-- This type is used to represent the code identifying a single
	-- teleservice, a group of teleservices, or all teleservices. The
	-- services are defined in GSM 02.03.
	-- The internal structure is defined as follows:

	-- bits 87654321: group (bits 8765) and specific service
	-- (bits 4321)

allTeleservices	TeleserviceCode ::= '00000000'B

allSpeechTransmissionServices	TeleserviceCode ::= '00010000'B
telephony		TeleserviceCode ::= '00010001'B
emergencyCalls	TeleserviceCode ::= '00010010'B

allShortMessageServices	TeleserviceCode ::= '00100000'B
shortMessageMT-PP	TeleserviceCode ::= '00100001'B
shortMessageMO-PP	TeleserviceCode ::= '00100010'B

allFacsimileTransmissionServices	TeleserviceCode ::= '01100000'B
facsimileGroup3AndAlterSpeech	TeleserviceCode ::= '01100001'B
automaticFacsimileGroup3	TeleserviceCode ::= '01100010'B
facsimileGroup4	TeleserviceCode ::= '01100011'B
-- NU1 facsimileGroup4 must not be used in version 1

-- The following non-hierarchical Compound Teleservice Groups
-- are defined in GSM 02.30:
allDataTeleservices	TeleserviceCode ::= '01110000'B
	-- covers Teleservice Groups 'allFacsimileTransmissionServices'
	-- and 'allShortMessageServices'
allTeleservices-ExeptSMS	TeleserviceCode ::= '10000000'B
	-- covers Teleservice Groups 'allSpeechTransmissionServices' and
	-- 'allFacsimileTransmissionServices'
--
-- Compound Teleservice Group Codes are only used in call
-- independent supplementary service operations, i.e. they
-- are not used in InsertSubscriberData or in
-- DeleteSubscriberData messages. Compound Teleservice Group
-- NU1 Codes must not be used in version 1.

allPLMN-specificTS	TeleserviceCode ::= '11010000'B
-- NU1 *plmn-specific* must not be used in version 1
plmn-specificTS-1	TeleserviceCode ::= '11010001'B
plmn-specificTS-2	TeleserviceCode ::= '11010010'B
plmn-specificTS-3	TeleserviceCode ::= '11010011'B
plmn-specificTS-4	TeleserviceCode ::= '11010100'B
plmn-specificTS-5	TeleserviceCode ::= '11010101'B
plmn-specificTS-6	TeleserviceCode ::= '11010110'B
plmn-specificTS-7	TeleserviceCode ::= '11010111'B
plmn-specificTS-8	TeleserviceCode ::= '11011000'B
plmn-specificTS-9	TeleserviceCode ::= '11011001'B
plmn-specificTS-A	TeleserviceCode ::= '11011010'B
plmn-specificTS-B	TeleserviceCode ::= '11011011'B
plmn-specificTS-C	TeleserviceCode ::= '11011100'B
plmn-specificTS-D	TeleserviceCode ::= '11011101'B
plmn-specificTS-E	TeleserviceCode ::= '11011110'B
plmn-specificTS-F	TeleserviceCode ::= '11011111'B

.#END
.$MAP-BS-Code {
   ccitt identified-organization (4) etsi (0) mobileDomain (0)
   gsm-Network (1) modules (3) map-BS-Code (20) version2 (2)}

DEFINITIONS

::=

BEGIN

BearerServiceCode ::= OCTET STRING (SIZE (1))
	-- This type is used to represent the code identifying a single
	-- bearer service, a group of bearer services, or all bearer
	-- services. The services are defined in GSM 02.02.
	-- The internal structure is defined as follows:
	--
	-- v1: bit 8: Transparency indicator (If applicable)
	--	0	transparent (postfix T) or if not applicable
	--		(no postfix T or NT)
	--	1	non transparent (postfix NT)
	--
	-- v2: bit 8: 0 (unused)
	-- plmn-specific bearer services:
	-- bits 87654321: defined by the HPLMN operator
	-- rest of bearer services:
	--
	-- bits 7654321: group (bits 7654), and rate, if applicable
	-- (bits 321)
	-- symbolic constants are assigned only for v2

allBearerServices	BearerServiceCode ::= '00000000'B

allDataCDA-Services	BearerServiceCode ::= '00010000'B
dataCDA-300bps	BearerServiceCode ::= '00010001'B
dataCDA-1200bps	BearerServiceCode ::= '00010010'B
dataCDA-1200-75bps	BearerServiceCode ::= '00010011'B
dataCDA-2400bps	BearerServiceCode ::= '00010100'B
dataCDA-4800bps	BearerServiceCode ::= '00010101'B
dataCDA-9600bps	BearerServiceCode ::= '00010110'B

allDataCDS-Services	BearerServiceCode ::= '00011000'B
dataCDS-1200bps	BearerServiceCode ::= '00011010'B
dataCDS-2400bps	BearerServiceCode ::= '00011100'B
dataCDS-4800bps	BearerServiceCode ::= '00011101'B
dataCDS-9600bps	BearerServiceCode ::= '00011110'B

allPadAccessCA-Services	BearerServiceCode ::= '00100000'B
padAccessCA-300bps	BearerServiceCode ::= '00100001'B
padAccessCA-1200bps	BearerServiceCode ::= '00100010'B
padAccessCA-1200-75bps	BearerServiceCode ::= '00100011'B
padAccessCA-2400bps	BearerServiceCode ::= '00100100'B
padAccessCA-4800bps	BearerServiceCode ::= '00100101'B
padAccessCA-9600bps	BearerServiceCode ::= '00100110'B

allDataPDS-Services	BearerServiceCode ::= '00101000'B
dataPDS-2400bps	BearerServiceCode ::= '00101100'B
dataPDS-4800bps	BearerServiceCode ::= '00101101'B
dataPDS-9600bps	BearerServiceCode ::= '00101110'B

allAlternateSpeech-DataCDA	BearerServiceCode ::= '00110000'B

allAlternateSpeech-DataCDS	BearerServiceCode ::= '00111000'B

allSpeechFollowedByDataCDA	BearerServiceCode ::= '01000000'B

allSpeechFollowedByDataCDS	BearerServiceCode ::= '01001000'B

-- The following non-hierarchical Compound Bearer Service
-- Groups are defined in GSM 02.30:
allDataCircuitAsynchronous	BearerServiceCode ::= '01010000'B
	-- covers "allDataCDA-Services", "allAlternateSpeech-DataCDA" and
	-- "allSpeechFollowedByDataCDA"
allAsynchronousServices	BearerServiceCode ::= '01100000'B
	-- covers "allDataCDA-Services", "allAlternateSpeech-DataCDA",
	-- "allSpeechFollowedByDataCDA" and "allPadAccessCDA-Services"
allDataCircuitSynchronous	BearerServiceCode ::= '01011000'B
	-- covers "allDataCDS-Services", "allAlternateSpeech-DataCDS" and
	-- "allSpeechFollowedByDataCDS"
allSynchronousServices	BearerServiceCode ::= '01101000'B
	-- covers "allDataCDS-Services", "allAlternateSpeech-DataCDS",
	-- "allSpeechFollowedByDataCDS" and "allDataPDS-Services"
--
-- Compound Bearer Service Group Codes are only used in call
-- independent supplementary service operations, i.e. they
-- are not used in InsertSubscriberData or in
-- DeleteSubscriberData messages.
-- NU1 Compound Bearer Service Group Codes must not be used in
-- version 1.

allPLMN-specificBS	BearerServiceCode ::= '11010000'B
-- NU1 *plmn-specific* must not be used in version 1
plmn-specificBS-1	BearerServiceCode ::= '11010001'B
plmn-specificBS-2	BearerServiceCode ::= '11010010'B
plmn-specificBS-3	BearerServiceCode ::= '11010011'B
plmn-specificBS-4	BearerServiceCode ::= '11010100'B
plmn-specificBS-5	BearerServiceCode ::= '11010101'B
plmn-specificBS-6	BearerServiceCode ::= '11010110'B
plmn-specificBS-7	BearerServiceCode ::= '11010111'B
plmn-specificBS-8	BearerServiceCode ::= '11011000'B
plmn-specificBS-9	BearerServiceCode ::= '11011001'B
plmn-specificBS-A	BearerServiceCode ::= '11011010'B
plmn-specificBS-B	BearerServiceCode ::= '11011011'B
plmn-specificBS-C	BearerServiceCode ::= '11011100'B
plmn-specificBS-D	BearerServiceCode ::= '11011101'B
plmn-specificBS-E	BearerServiceCode ::= '11011110'B
plmn-specificBS-F	BearerServiceCode ::= '11011111'B

.#END
abort.........................identifier of [APPLICATION 7] IMPLICIT Abort
   DEFINED in TCAPMessages           :     56

Abort.........................type reference SEQUENCE
   DEFINED in TCAPMessages           :     74
      USED in TCAPMessages           :     56

absentSubscriber..............value reference AbsentSubscriber, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    290

AbsentSubscriber..............type reference ERROR
   DEFINED in MAP-Errors             :    163
      USED in MAP-Protocol           :    104   290
      USED in MAP-CallHandlingOperat :     31    66    82
      USED in MAP-SupplementaryServi :     50   235   249
      USED in MAP-ShortMessageServic :     37    77    94
      USED in MAP-Errors             :     45

absentSubscriber..............identifier of Named Number, 1
   DEFINED in MAP-SM-DataTypes       :     95

accessSignalInfo..............identifier of ExternalSignalInfo
   DEFINED in MAP-MobileServiceOpera :    202

accessSignalInfo..............identifier of ExternalSignalInfo
   DEFINED in MAP-MS-DataTypes       :    169

activateSS....................value reference ActivateSS, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    205

ActivateSS....................type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    129
      USED in MAP-Protocol           :     55   205
      USED in MAP-SupplementaryServi :     15

activateTraceMode.............value reference ActivateTraceMode, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    184

ActivateTraceMode.............type reference OPERATION
   DEFINED in MAP-OperationAndMainte :     52
      USED in MAP-Protocol           :     36   184
      USED in MAP-OperationAndMainte :     13

activateTraceModeArg..........identifier of ActivateTraceModeArg
   DEFINED in MAP-OperationAndMainte :     54

ActivateTraceModeArg..........type reference SEQUENCE
   DEFINED in MAP-OM-DataTypes       :     32
      USED in MAP-OperationAndMainte :     36    54
      USED in MAP-OM-DataTypes       :     14

AddressString.................type reference OCTET STRING
   DEFINED in MAP-CommonDataTypes    :     69
      USED in MAP-CommonDataTypes    :     16   113
      USED in MAP-OM-DataTypes       :     21    36    54
      USED in MAP-SS-DataTypes       :     33    55
      USED in MAP-SM-DataTypes       :     24    44    75    81    87   100

alertReason...................identifier of AlertReason
   DEFINED in MAP-SM-DataTypes       :    115

AlertReason...................type reference ENUMERATED
   DEFINED in MAP-SM-DataTypes       :    118
      USED in MAP-SM-DataTypes       :    115

alertServiceCentre............value reference AlertServiceCentre, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    237

AlertServiceCentre............type reference OPERATION
   DEFINED in MAP-ShortMessageServic :    122
      USED in MAP-Protocol           :     75   237
      USED in MAP-ShortMessageServic :     18

alertServiceCentreArg.........identifier of AlertServiceCentreArg
   DEFINED in MAP-ShortMessageServic :    120

alertServiceCentreArg.........identifier of AlertServiceCentreArg
   DEFINED in MAP-ShortMessageServic :    124

AlertServiceCentreArg.........type reference SEQUENCE
   DEFINED in MAP-SM-DataTypes       :     98
      USED in MAP-ShortMessageServic :     50   120   124
      USED in MAP-SM-DataTypes       :     18

alertServiceCentreWithoutResult...value reference AlertServiceCentreWithoutResult, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    231

AlertServiceCentreWithoutResult.........type reference OPERATION
   DEFINED in MAP-ShortMessageServic :    118
      USED in MAP-Protocol           :     74   231
      USED in MAP-ShortMessageServic :     17

allAdditionalInfoTransferSS...value reference SS-Code, '10000000'B
   DEFINED in MAP-SS-Code            :     94

allAlternateSpeech-DataCDA....value reference BearerServiceCode, '00110000'B
   DEFINED in MAP-BS-Code            :     60

allAlternateSpeech-DataCDS....value reference BearerServiceCode, '00111000'B
   DEFINED in MAP-BS-Code            :     62

allAsynchronousServices.......value reference BearerServiceCode, '01100000'B
   DEFINED in MAP-BS-Code            :     73

allBearerServices.............value reference BearerServiceCode, '00000000'B
   DEFINED in MAP-BS-Code            :     31

allCallCompletionSS...........value reference SS-Code, '01000000'B
   DEFINED in MAP-SS-Code            :     63

allCallOfferingSS.............value reference SS-Code, '00110000'B
   DEFINED in MAP-SS-Code            :     53

allCallRestrictionSS..........value reference SS-Code, '10010000'B
   DEFINED in MAP-SS-Code            :    102

allChargingSS.................value reference SS-Code, '01110000'B
   DEFINED in MAP-SS-Code            :     86

allCommunityOfInterest-SS.....value reference SS-Code, '01100000'B
   DEFINED in MAP-SS-Code            :     80

allCondForwardingSS...........value reference SS-Code, '00101000'B
   DEFINED in MAP-SS-Code            :     44

allDataCDA-Services...........value reference BearerServiceCode, '00010000'B
   DEFINED in MAP-BS-Code            :     33

allDataCDS-Services...........value reference BearerServiceCode, '00011000'B
   DEFINED in MAP-BS-Code            :     41

allDataCircuitAsynchronous....value reference BearerServiceCode, '01010000'B
   DEFINED in MAP-BS-Code            :     70

allDataCircuitSynchronous...............value reference BearerServiceCode, '01011000'B
   DEFINED in MAP-BS-Code            :     76

allDataPDS-Services...........value reference BearerServiceCode, '00101000'B
   DEFINED in MAP-BS-Code            :     55

allDataTeleservices...........value reference TeleserviceCode, '01110000'B
   DEFINED in MAP-TS-Code            :     38

allFacsimileTransmissionServices.value reference TeleserviceCode, '01100000'B
   DEFINED in MAP-TS-Code            :     30

allForwardingSS...............value reference SS-Code, '00100000'B
   DEFINED in MAP-SS-Code            :     40

allLineIdentificationSS.......value reference SS-Code, '00010000'B
   DEFINED in MAP-SS-Code            :     25

allMultiPartySS...............value reference SS-Code, '01010000'B
   DEFINED in MAP-SS-Code            :     74

allOG-CallsBarred.............identifier of Named Number, 0
   DEFINED in MAP-MS-DataTypes       :    260

allPadAccessCA-Services.......value reference BearerServiceCode, '00100000'B
   DEFINED in MAP-BS-Code            :     47

allPLMN-specificBS............value reference BearerServiceCode, '11010000'B
   DEFINED in MAP-BS-Code            :     90

allPLMN-specificSS............value reference SS-Code, '11110000'B
   DEFINED in MAP-SS-Code            :    121

allPLMN-specificTS............value reference TeleserviceCode, '11010000'B
   DEFINED in MAP-TS-Code            :     51

allShortMessageServices.......value reference TeleserviceCode, '00100000'B
   DEFINED in MAP-TS-Code            :     26

allSpeechFollowedByDataCDA....value reference BearerServiceCode, '01000000'B
   DEFINED in MAP-BS-Code            :     64

allSpeechFollowedByDataCDS....value reference BearerServiceCode, '01001000'B
   DEFINED in MAP-BS-Code            :     66

allSpeechTransmissionServices.value reference TeleserviceCode, '00010000'B
   DEFINED in MAP-TS-Code            :     22

allSS.........................value reference SS-Code, '00000000'B
   DEFINED in MAP-SS-Code            :     21

allSynchronousServices........value reference BearerServiceCode, '01101000'B
   DEFINED in MAP-BS-Code            :     79

allTeleservices...............value reference TeleserviceCode, '00000000'B
   DEFINED in MAP-TS-Code            :     20

allTeleservices-ExeptSMS......value reference TeleserviceCode, '10000000'B
   DEFINED in MAP-TS-Code            :     41

aocc..........................value reference SS-Code, '01110010'B
   DEFINED in MAP-SS-Code            :     91

aoci..........................value reference SS-Code, '01110001'B
   DEFINED in MAP-SS-Code            :     89

AuthenticationSet.............type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    119
      USED in MAP-MS-DataTypes       :    117   221

authenticationSet.............identifier of [1] AuthenticationSet
   DEFINED in MAP-MS-DataTypes       :    221

authenticationSetList.........identifier of AuthenticationSetList
   DEFINED in MAP-MS-DataTypes       :    113

AuthenticationSetList.........type reference SEQUENCE OF
   DEFINED in MAP-MS-DataTypes       :    116
      USED in MAP-MS-DataTypes       :    113   187

automaticFacsimileGroup3......value reference TeleserviceCode, '01100010'B
   DEFINED in MAP-TS-Code            :     32

badlyFormattedTransactionPortion........identifier of Named Number, 2
   DEFINED in TCAPMessages           :    105

badlyStructuredComponent......identifier of Named Number, 2
   DEFINED in TCAPMessages           :    181

badPW-FormatTryAgain..........identifier of Named Number, 4
   DEFINED in MAP-SS-DataTypes       :    274

badPW-TryAgain................identifier of Named Number, 3
   DEFINED in MAP-SS-DataTypes       :    272

baic..........................value reference SS-Code, '10011010'B
   DEFINED in MAP-SS-Code            :    115

baoc..........................value reference SS-Code, '10010010'B
   DEFINED in MAP-SS-Code            :    106

barringOfIncomingCalls........value reference SS-Code, '10011001'B
   DEFINED in MAP-SS-Code            :    113

barringOfOutgoingCalls........value reference SS-Code, '10010001'B
   DEFINED in MAP-SS-Code            :    104

barringServiceActive..........identifier of Named Number, 0
   DEFINED in MAP-ER-DataTypes       :     46

basicService..................identifier of BasicServiceCode
   DEFINED in MAP-SS-DataTypes       :     54

basicService..................identifier of BasicServiceCode
   DEFINED in MAP-SS-DataTypes       :     80

basicService..................identifier of BasicServiceCode
   DEFINED in MAP-SS-DataTypes       :    147

basicService..................identifier of BasicServiceCode
   DEFINED in MAP-SS-DataTypes       :    183

basicService..................identifier of BasicServiceCode
   DEFINED in MAP-SS-DataTypes       :    223

basicService..................identifier of BasicServiceCode
   DEFINED in MAP-ER-DataTypes       :     59

BasicServiceCode..............type reference CHOICE
   DEFINED in MAP-CommonDataTypes    :    255
      USED in MAP-CommonDataTypes    :     38   260   265
      USED in MAP-SS-DataTypes       :     38    54    80   147   183   223
      USED in MAP-ER-DataTypes       :     29    59

BasicServiceGroupList.........type reference SEQUENCE OF
   DEFINED in MAP-CommonDataTypes    :    264
      USED in MAP-CommonDataTypes    :     40
      USED in MAP-SS-DataTypes       :     39   164   204   235

basicServiceGroupList.........identifier of BasicServiceGroupList
   DEFINED in MAP-SS-DataTypes       :    164

basicServiceGroupList.........identifier of BasicServiceGroupList
   DEFINED in MAP-SS-DataTypes       :    204

basicServiceGroupList.........identifier of [2] BasicServiceGroupList
   DEFINED in MAP-SS-DataTypes       :    235

basicServiceList..............identifier of [1] BasicServiceList
   DEFINED in MAP-MS-DataTypes       :    299

BasicServiceList..............type reference SEQUENCE OF
   DEFINED in MAP-CommonDataTypes    :    259
      USED in MAP-MS-DataTypes       :     71   299
      USED in MAP-CommonDataTypes    :     39

bearerService.................identifier of [2] BearerServiceCode
   DEFINED in MAP-CommonDataTypes    :    256

BearerServiceCode.............type reference OCTET STRING
   DEFINED in MAP-BS-Code            :     11
      USED in MAP-CommonDataTypes    :     50   246   256
      USED in MAP-BS-Code            :     31    33    34    35    36    37    38    39    41
                                           42    43    44    45    47    48    49    50    51
                                           52    53    55    56    57    58    60    62    64
                                           66    70    73    76    79    90    92    93    94
                                           95    96    97    98    99   100   101   102   103
                                          104   105   106

bearerServiceList.............identifier of [4] BearerServiceList
   DEFINED in MAP-MS-DataTypes       :    238

bearerServiceList.............identifier of [2] BearerServiceList
   DEFINED in MAP-MS-DataTypes       :    283

BearerServiceList.............type reference SEQUENCE OF
   DEFINED in MAP-CommonDataTypes    :    245
      USED in MAP-MS-DataTypes       :     69   238   283
      USED in MAP-CommonDataTypes    :     36

bearerServiceNotProvisioned...........value reference BearerServiceNotProvisioned, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    266

BearerServiceNotProvisioned...type reference ERROR
   DEFINED in MAP-Errors             :    138
      USED in MAP-Protocol           :     96   266
      USED in MAP-CallHandlingOperat :     28    64
      USED in MAP-SupplementaryServi :     37    92   116   142   169   194
      USED in MAP-Errors             :     31

begin.........................identifier of [APPLICATION 2] IMPLICIT Begin
   DEFINED in TCAPMessages           :     53

Begin.........................type reference SEQUENCE
   DEFINED in TCAPMessages           :     61
      USED in TCAPMessages           :     53

beginSubscriberActivity.value reference BeginSubscriberActivity, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    220

BeginSubscriberActivity.......type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    281
      USED in MAP-Protocol           :     64   220
      USED in MAP-SupplementaryServi :     25

beginSubscriberActivityArg....identifier of BeginSubscriberActivityArg
   DEFINED in MAP-SupplementaryServi :    283

BeginSubscriberActivityArg....type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    280
      USED in MAP-SupplementaryServi :     66   283
      USED in MAP-SS-DataTypes       :     27

bicRoam.......................value reference SS-Code, '10011011'B
   DEFINED in MAP-SS-Code            :    117

blackListed...................identifier of Named Number, 1
   DEFINED in MAP-MS-DataTypes       :    196

boic..........................value reference SS-Code, '10010011'B
   DEFINED in MAP-SS-Code            :    108

boicExHC......................value reference SS-Code, '10010100'B
   DEFINED in MAP-SS-Code            :    110

bss-APDU......................identifier of ExternalSignalInfo
   DEFINED in MAP-MobileServiceOpera :    173

bss-APDU......................identifier of ExternalSignalInfo
   DEFINED in MAP-MobileServiceOpera :    181

bss-APDU......................identifier of ExternalSignalInfo
   DEFINED in MAP-MobileServiceOpera :    185

bss-APDU......................identifier of ExternalSignalInfo
   DEFINED in MAP-MobileServiceOpera :    191

bss-APDU......................identifier of ExternalSignalInfo
   DEFINED in MAP-MS-DataTypes       :    136

bss-APDU......................identifier of ExternalSignalInfo
   DEFINED in MAP-MS-DataTypes       :    164

bss-APDU......................identifier of ExternalSignalInfo
   DEFINED in MAP-MS-DataTypes       :    174

callBarred....................value reference CallBarred, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    291

CallBarred....................type reference ERROR
   DEFINED in MAP-Errors             :    169
      USED in MAP-Protocol           :    105   291
      USED in MAP-CallHandlingOperat :     32    67
      USED in MAP-SupplementaryServi :     39    94   120   146   173   198
                                          223   265
      USED in MAP-ShortMessageServic :     38    78
      USED in MAP-Errors             :     46

callBarringCause..............identifier of CallBarringCause
   DEFINED in MAP-Errors             :    171

CallBarringCause..............type reference ENUMERATED
   DEFINED in MAP-ER-DataTypes       :     45
      USED in MAP-Errors             :     80   171
      USED in MAP-ER-DataTypes       :     15

CallBarringFeature............type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    146
      USED in MAP-SS-DataTypes       :    144

callBarringFeatureList........identifier of CallBarringFeatureList
   DEFINED in MAP-SS-DataTypes       :    139

CallBarringFeatureList........type reference SEQUENCE OF
   DEFINED in MAP-SS-DataTypes       :    142
      USED in MAP-SS-DataTypes       :    139

callBarringInfo...............identifier of [1] CallBarringInfo
   DEFINED in MAP-SS-DataTypes       :     65

CallBarringInfo...............type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    136
      USED in MAP-SS-DataTypes       :     65

calledPartySS-InteractionViolation......identifier of Named Number, 7
   DEFINED in MAP-ER-DataTypes       :     53

callReference.................identifier of [4] CallReference
   DEFINED in MAP-OM-DataTypes       :     55

CallReference.................type reference OCTET STRING
   DEFINED in MAP-OM-DataTypes       :     57
      USED in MAP-OM-DataTypes       :     55

cancelLocation................value reference CancelLocation, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    130

CancelLocation................type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    119
      USED in MAP-Protocol           :     13   130
      USED in MAP-MobileServiceOpera :     16

cancelLocationArg.............identifier of CancelLocationArg
   DEFINED in MAP-MobileServiceOpera :    121

CancelLocationArg.............type reference CHOICE
   DEFINED in MAP-MS-DataTypes       :     97
      USED in MAP-MobileServiceOpera :     70   121
      USED in MAP-MS-DataTypes       :     18

category......................identifier of [2] Category
   DEFINED in MAP-MS-DataTypes       :    236

Category......................type reference OCTET STRING
   DEFINED in MAP-CommonDataTypes    :    242
      USED in MAP-MS-DataTypes       :     68   236
      USED in MAP-CommonDataTypes    :     35

ccbs..........................value reference SS-Code, '01000011'B
   DEFINED in MAP-SS-Code            :     70

cfb...........................value reference SS-Code, '00101001'B
   DEFINED in MAP-SS-Code            :     46

cfnrc.........................value reference SS-Code, '00101011'B
   DEFINED in MAP-SS-Code            :     50

cfnry.........................value reference SS-Code, '00101010'B
   DEFINED in MAP-SS-Code            :     48

cfu...........................value reference SS-Code, '00100001'B
   DEFINED in MAP-SS-Code            :     42

channelId.....................identifier of [2] ExternalSignalInfo
   DEFINED in MAP-OM-DataTypes       :     62

channelType...................identifier of ChannelType
   DEFINED in MAP-MS-DataTypes       :    142

ChannelType...................type reference OCTET STRING
   DEFINED in MAP-MS-DataTypes       :    147
      USED in MAP-MS-DataTypes       :    142

checkIMEI.....................value reference CheckIMEI, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    162

CheckIMEI.....................type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    226
      USED in MAP-Protocol           :     24   162
      USED in MAP-MobileServiceOpera :     33

classmarkInfo.................identifier of ClassmarkInfo
   DEFINED in MAP-MS-DataTypes       :    143

ClassmarkInfo.................type reference OCTET STRING
   DEFINED in MAP-MS-DataTypes       :    155
      USED in MAP-MS-DataTypes       :    143   181

classmarkInfo.................identifier of [10] ClassmarkInfo
   DEFINED in MAP-MS-DataTypes       :    181

clip..........................value reference SS-Code, '00010001'B
   DEFINED in MAP-SS-Code            :     28

clir..........................value reference SS-Code, '00010010'B
   DEFINED in MAP-SS-Code            :     30

cliRestrictionOption..........identifier of [2] CliRestrictionOption
   DEFINED in MAP-SS-DataTypes       :    209

CliRestrictionOption..........type reference ENUMERATED
   DEFINED in MAP-SS-DataTypes       :    212
      USED in MAP-SS-DataTypes       :    209   228

cliRestrictionOption..........identifier of CliRestrictionOption
   DEFINED in MAP-SS-DataTypes       :    228

Cli-RestrictionInfo...........type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    226
      USED in MAP-SS-DataTypes       :    237

cli-RestrictionInfo...........identifier of [4] Cli-RestrictionInfo
   DEFINED in MAP-SS-DataTypes       :    237

colp..........................value reference SS-Code, '00010011'B
   DEFINED in MAP-SS-Code            :     32

colr..........................value reference SS-Code, '00010100'B
   DEFINED in MAP-SS-Code            :     34

Component.....................type reference CHOICE
   DEFINED in TCAPMessages           :    124
      USED in TCAPMessages           :     47   115

ComponentPortion..............type reference  [APPLICATION 12] IMPLICIT SEQUENCE OF
   DEFINED in TCAPMessages           :    115
      USED in TCAPMessages           :     59    63    67    72

components....................identifier of ComponentPortion
   DEFINED in TCAPMessages           :     59

components....................identifier of ComponentPortion
   DEFINED in TCAPMessages           :     63

components....................identifier of ComponentPortion
   DEFINED in TCAPMessages           :     67

components....................identifier of ComponentPortion
   DEFINED in TCAPMessages           :     72

Continue......................type reference SEQUENCE
   DEFINED in TCAPMessages           :     69
      USED in TCAPMessages           :     55

continue-ME...................identifier of [APPLICATION 5] IMPLICIT Continue
   DEFINED in TCAPMessages           :     55

controllingMSC................identifier of Named Number, 4
   DEFINED in MAP-CommonDataTypes    :    234

ct............................value reference SS-Code, '00110001'B
   DEFINED in MAP-SS-Code            :     56

cug...........................value reference SS-Code, '01100001'B
   DEFINED in MAP-SS-Code            :     83

cugIC-CallBarred..............identifier of Named Number, 1
   DEFINED in MAP-SS-DataTypes       :    174

cugOG-CallBarred..............identifier of Named Number, 2
   DEFINED in MAP-SS-DataTypes       :    175

CUG-CheckInfo.................type reference SEQUENCE
   DEFINED in MAP-CH-DataTypes       :     36
      USED in MAP-CH-DataTypes       :     45    54

cug-CheckInfo.................identifier of [1] CUG-CheckInfo
   DEFINED in MAP-CH-DataTypes       :     45

cug-CheckInfo.................identifier of CUG-CheckInfo
   DEFINED in MAP-CH-DataTypes       :     54

CUG-Feature...................type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    182
      USED in MAP-SS-DataTypes       :    180

cug-FeatureList...............identifier of CUG-FeatureList
   DEFINED in MAP-SS-DataTypes       :    154

CUG-FeatureList...............type reference SEQUENCE OF
   DEFINED in MAP-SS-DataTypes       :    179
      USED in MAP-SS-DataTypes       :    154

cug-Index.....................identifier of CUG-Index
   DEFINED in MAP-SS-DataTypes       :    161

CUG-Index.....................type reference INTEGER
   DEFINED in MAP-SS-DataTypes       :    167
      USED in MAP-SS-DataTypes       :     17   161   184

cug-Info......................identifier of [2] CUG-Info
   DEFINED in MAP-SS-DataTypes       :     66

CUG-Info......................type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    152
      USED in MAP-SS-DataTypes       :     66

cug-Interlock.................identifier of CUG-Interlock
   DEFINED in MAP-CH-DataTypes       :     37

cug-Interlock.................identifier of CUG-Interlock
   DEFINED in MAP-SS-DataTypes       :    162

CUG-Interlock.................type reference OCTET STRING
   DEFINED in MAP-SS-DataTypes       :    170
      USED in MAP-CH-DataTypes       :     20    37
      USED in MAP-SS-DataTypes       :     18   162

cug-OutgoingAccess............identifier of NULL
   DEFINED in MAP-CH-DataTypes       :     38

cug-Reject....................value reference CUG-Reject, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    293

CUG-Reject....................type reference ERROR
   DEFINED in MAP-Errors             :    176
      USED in MAP-Protocol           :    107   293
      USED in MAP-CallHandlingOperat :     34    68
      USED in MAP-Errors             :     48

cug-RejectCause...............identifier of CUG-RejectCause
   DEFINED in MAP-Errors             :    178

CUG-RejectCause...............type reference ENUMERATED
   DEFINED in MAP-ER-DataTypes       :     49
      USED in MAP-Errors             :     81   178
      USED in MAP-ER-DataTypes       :     16

CUG-Subscription..............type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    160
      USED in MAP-SS-DataTypes       :    158

cug-SubscriptionList..........identifier of CUG-SubscriptionList
   DEFINED in MAP-SS-DataTypes       :    153

CUG-SubscriptionList..........type reference SEQUENCE OF
   DEFINED in MAP-SS-DataTypes       :    157
      USED in MAP-SS-DataTypes       :    153

currentPassword...............identifier of Password
   DEFINED in MAP-SupplementaryServi :    279

cw............................value reference SS-Code, '01000001'B
   DEFINED in MAP-SS-Code            :     66

dataCDA-1200bps...............value reference BearerServiceCode, '00010010'B
   DEFINED in MAP-BS-Code            :     35

dataCDA-1200-75bps............value reference BearerServiceCode, '00010011'B
   DEFINED in MAP-BS-Code            :     36

dataCDA-2400bps...............value reference BearerServiceCode, '00010100'B
   DEFINED in MAP-BS-Code            :     37

dataCDA-300bps................value reference BearerServiceCode, '00010001'B
   DEFINED in MAP-BS-Code            :     34

dataCDA-4800bps...............value reference BearerServiceCode, '00010101'B
   DEFINED in MAP-BS-Code            :     38

dataCDA-9600bps...............value reference BearerServiceCode, '00010110'B
   DEFINED in MAP-BS-Code            :     39

dataCDS-1200bps...............value reference BearerServiceCode, '00011010'B
   DEFINED in MAP-BS-Code            :     42

dataCDS-2400bps...............value reference BearerServiceCode, '00011100'B
   DEFINED in MAP-BS-Code            :     43

dataCDS-4800bps...............value reference BearerServiceCode, '00011101'B
   DEFINED in MAP-BS-Code            :     44

dataCDS-9600bps...............value reference BearerServiceCode, '00011110'B
   DEFINED in MAP-BS-Code            :     45

dataMissing...................value reference DataMissing, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    246

DataMissing...................type reference ERROR
   DEFINED in MAP-Errors             :    103
      USED in MAP-Protocol           :     84   246
      USED in MAP-MobileServiceOpera :     52   113   124   142   154   194
                                          220   233   262
                                          274   293
      USED in MAP-OperationAndMainte :     26    58    70    89
      USED in MAP-CallHandlingOperat :     23    58    79
      USED in MAP-SupplementaryServi :     34    88   111   137   164   189
                                          220   233   247
                                          262
      USED in MAP-ShortMessageServic :     29    72    86   108   128   140
      USED in MAP-Errors             :     15

dataPDS-2400bps...............value reference BearerServiceCode, '00101100'B
   DEFINED in MAP-BS-Code            :     56

dataPDS-4800bps...............value reference BearerServiceCode, '00101101'B
   DEFINED in MAP-BS-Code            :     57

dataPDS-9600bps...............value reference BearerServiceCode, '00101110'B
   DEFINED in MAP-BS-Code            :     58

deactivateSS..................value reference DeactivateSS, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    206

DeactivateSS..................type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    156
      USED in MAP-Protocol           :     56   206
      USED in MAP-SupplementaryServi :     17

deactivateTraceMode...........value reference DeactivateTraceMode, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    185

DeactivateTraceMode...........type reference OPERATION
   DEFINED in MAP-OperationAndMainte :     64
      USED in MAP-Protocol           :     37   185
      USED in MAP-OperationAndMainte :     14

deactivateTraceModeArg........identifier of DeactivateTraceModeArg
   DEFINED in MAP-OperationAndMainte :     66

DeactivateTraceModeArg........type reference SEQUENCE
   DEFINED in MAP-OM-DataTypes       :     45
      USED in MAP-OperationAndMainte :     37    66
      USED in MAP-OM-DataTypes       :     15

deleteSubscriberData..........value reference DeleteSubscriberData, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    170

DeleteSubscriberData..........type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    266
      USED in MAP-Protocol           :     27   170
      USED in MAP-MobileServiceOpera :     38

deleteSubscriberDataArg.......identifier of DeleteSubscriberDataArg
   DEFINED in MAP-MobileServiceOpera :    268

DeleteSubscriberDataArg.......type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    297
      USED in MAP-MobileServiceOpera :     86   268
      USED in MAP-MS-DataTypes       :     42

deleteSubscriberDataRes.......identifier of DeleteSubscriberDataRes
   DEFINED in MAP-MobileServiceOpera :    270

DeleteSubscriberDataRes.......type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    308
      USED in MAP-MobileServiceOpera :     87   270
      USED in MAP-MS-DataTypes       :     43

derivable.....................identifier of InvokeIdType
   DEFINED in TCAPMessages           :    167

DestTransactionID.............type reference  [APPLICATION 9] IMPLICIT TransactionID
   DEFINED in TCAPMessages           :     98
      USED in TCAPMessages           :     65    70    74

diagnosticInfo................identifier of SignalInfo
   DEFINED in MAP-ER-DataTypes       :     89

dialoguePortion...............identifier of DialoguePortion
   DEFINED in TCAPMessages           :     58

dialoguePortion...............identifier of DialoguePortion
   DEFINED in TCAPMessages           :     62

dialoguePortion...............identifier of DialoguePortion
   DEFINED in TCAPMessages           :     66

dialoguePortion...............identifier of DialoguePortion
   DEFINED in TCAPMessages           :     71

dialoguePortion...............identifier of DialoguePortion
   DEFINED in TCAPMessages           :     77

DialoguePortion...............type reference  [APPLICATION 11] EXTERNAL
   DEFINED in TCAPMessages           :     82
      USED in TCAPMessages           :     58    62    66    71    77

dtid..........................identifier of DestTransactionID
   DEFINED in TCAPMessages           :     65

dtid..........................identifier of DestTransactionID
   DEFINED in TCAPMessages           :     70

dtid..........................identifier of DestTransactionID
   DEFINED in TCAPMessages           :     74

duplicateInvokeID.............identifier of Named Number, 0
   DEFINED in TCAPMessages           :    183

eir...........................identifier of Named Number, 6
   DEFINED in MAP-CommonDataTypes    :    236

emergencyCalls................value reference TeleserviceCode, '00010010'B
   DEFINED in MAP-TS-Code            :     24

End...........................type reference SEQUENCE
   DEFINED in TCAPMessages           :     65
      USED in TCAPMessages           :     54

end-ME........................identifier of [APPLICATION 4] IMPLICIT End
   DEFINED in TCAPMessages           :     54

enterNewPW....................identifier of Named Number, 1
   DEFINED in MAP-SS-DataTypes       :    270

enterNewPW-Again..............identifier of Named Number, 2
   DEFINED in MAP-SS-DataTypes       :    271

enterPW.......................identifier of Named Number, 0
   DEFINED in MAP-SS-DataTypes       :    269

equipmentNotSM-Equipped.......identifier of Named Number, 2
   DEFINED in MAP-ER-DataTypes       :     81

equipmentProtocolError........identifier of Named Number, 1
   DEFINED in MAP-ER-DataTypes       :     80

equipmentStatus...............identifier of EquipmentStatus
   DEFINED in MAP-MobileServiceOpera :    230

EquipmentStatus...............type reference ENUMERATED
   DEFINED in MAP-MS-DataTypes       :    194
      USED in MAP-MobileServiceOpera :     81   230
      USED in MAP-MS-DataTypes       :     35

eraseSS.......................value reference EraseSS, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    204

EraseSS.......................type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    103
      USED in MAP-Protocol           :     54   204
      USED in MAP-SupplementaryServi :     14

errorCode.....................identifier of ERROR
   DEFINED in TCAPMessages           :    158

ets-300102-1..................identifier of Named Number, 4
   DEFINED in MAP-CommonDataTypes    :    181

extensibleUpdateLocationRes...identifier of ExtensibleUpdateLocationRes
   DEFINED in MAP-MS-DataTypes       :     90

ExtensibleUpdateLocationRes...type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :     93
      USED in MAP-MS-DataTypes       :     90

ExternalSignalInfo............type reference SEQUENCE
   DEFINED in MAP-CommonDataTypes    :    158
      USED in MAP-MobileServiceOpera :     95   173   181   185   191   202
      USED in MAP-MS-DataTypes       :     59   136   164   169   174
      USED in MAP-CommonDataTypes    :     19
      USED in MAP-OM-DataTypes       :     22    62
      USED in MAP-CH-DataTypes       :     27    48    69    70

facilityNotSupported.......value reference FacilityNotSupported, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    248

FacilityNotSupported..........type reference ERROR
   DEFINED in MAP-Errors             :    107
      USED in MAP-Protocol           :     86   248
      USED in MAP-OperationAndMainte :     28    60    72
      USED in MAP-CallHandlingOperat :     25    60    81
      USED in MAP-ShortMessageServic :     31    74    89   142
      USED in MAP-Errors             :     17

facsimileGroup3AndAlterSpeech.value reference TeleserviceCode, '01100001'B
   DEFINED in MAP-TS-Code            :     31

facsimileGroup4...............value reference TeleserviceCode, '01100011'B
   DEFINED in MAP-TS-Code            :     33

forwardAccessSignalling.value reference ForwardAccessSignalling, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    145

ForwardAccessSignalling.......type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    183
      USED in MAP-Protocol           :     20   145
      USED in MAP-MobileServiceOpera :     25

forwardCheckSS-Indication.....value reference ForwardCheckSS-Indication, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    176

ForwardCheckSS-Indication.....type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    284
      USED in MAP-Protocol           :     29   176
      USED in MAP-MobileServiceOpera :     42

forwardedToNumber.............identifier of [4] AddressString
   DEFINED in MAP-SS-DataTypes       :     55

forwardedToNumber.............identifier of [5] ISDN-AddressString
   DEFINED in MAP-SS-DataTypes       :     83

forwardedToNumber.............identifier of [1] ISDN-AddressString
   DEFINED in MAP-SS-DataTypes       :    233

forwardedToNumber.............identifier of [5] ISDN-AddressString
   DEFINED in MAP-SS-DataTypes       :    293

forwardedToSubaddress.........identifier of [6] ISDN-SubaddressString
   DEFINED in MAP-SS-DataTypes       :     56

forwardedToSubaddress.........identifier of [8] ISDN-SubaddressString
   DEFINED in MAP-SS-DataTypes       :     84

forwardedToSubaddress.........identifier of [4] ISDN-SubaddressString
   DEFINED in MAP-SS-DataTypes       :    295

forwardingData................identifier of ForwardingData
   DEFINED in MAP-CH-DataTypes       :     60

ForwardingData................type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    292
      USED in MAP-CH-DataTypes       :     21    60
      USED in MAP-SS-DataTypes       :     30

ForwardingFeature.............type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :     79
      USED in MAP-SS-DataTypes       :     77

forwardingFeatureList.........identifier of ForwardingFeatureList
   DEFINED in MAP-SS-DataTypes       :     72

ForwardingFeatureList.........type reference SEQUENCE OF
   DEFINED in MAP-SS-DataTypes       :     75
      USED in MAP-SS-DataTypes       :     72   236

forwardingFeatureList.........identifier of [3] ForwardingFeatureList
   DEFINED in MAP-SS-DataTypes       :    236

forwardingInfo................identifier of [0] ForwardingInfo
   DEFINED in MAP-SS-DataTypes       :     64

ForwardingInfo................type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :     70
      USED in MAP-SS-DataTypes       :     64

forwardingOptions.............identifier of [6] ForwardingOptions
   DEFINED in MAP-SS-DataTypes       :     86

ForwardingOptions.............type reference OCTET STRING
   DEFINED in MAP-SS-DataTypes       :    105
      USED in MAP-SS-DataTypes       :     86   297

forwardingOptions.............identifier of [6] ForwardingOptions
   DEFINED in MAP-SS-DataTypes       :    297

forwardingViolation.........value reference ForwardingViolation, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    292

ForwardingViolation...........type reference ERROR
   DEFINED in MAP-Errors             :    174
      USED in MAP-Protocol           :    106   292
      USED in MAP-CallHandlingOperat :     33    70
      USED in MAP-Errors             :     47

forwardSM.....................value reference ForwardSM, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    227

ForwardSM.....................type reference OPERATION
   DEFINED in MAP-ShortMessageServic :     80
      USED in MAP-Protocol           :     71   227
      USED in MAP-ShortMessageServic :     14

forwardSM-Arg.................identifier of ForwardSM-Arg
   DEFINED in MAP-ShortMessageServic :     82

ForwardSM-Arg.................type reference SEQUENCE
   DEFINED in MAP-SM-DataTypes       :     62
      USED in MAP-ShortMessageServic :     48    82
      USED in MAP-SM-DataTypes       :     16

generalProblem................identifier of [0] IMPLICIT GeneralProblem
   DEFINED in TCAPMessages           :    170

GeneralProblem................type reference INTEGER
   DEFINED in TCAPMessages           :    179
      USED in TCAPMessages           :    170

getPassword...................value reference GetPassword, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    219

GetPassword...................type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    275
      USED in MAP-Protocol           :     63   219
      USED in MAP-SupplementaryServi :     24   273

GlobalCellId..................type reference OCTET STRING
   DEFINED in MAP-CommonDataTypes    :    219
      USED in MAP-MS-DataTypes       :     66   134   140   141   172   178   179
      USED in MAP-CommonDataTypes    :     31
      USED in MAP-OM-DataTypes       :     24    61

greyListed....................identifier of Named Number, 2
   DEFINED in MAP-MS-DataTypes       :    197

gsm-0408......................identifier of Named Number, 1
   DEFINED in MAP-CommonDataTypes    :    176

gsm-0806......................identifier of Named Number, 2
   DEFINED in MAP-CommonDataTypes    :    177

gsm-BearerCapability..........identifier of [5] ExternalSignalInfo
   DEFINED in MAP-CH-DataTypes       :     69

gsm-BSSMAP....................identifier of Named Number, 3
   DEFINED in MAP-CommonDataTypes    :    178

guidanceInfo..................identifier of GuidanceInfo
   DEFINED in MAP-SupplementaryServi :    277

GuidanceInfo..................type reference ENUMERATED
   DEFINED in MAP-SS-DataTypes       :    268
      USED in MAP-SupplementaryServi :     65   277
      USED in MAP-SS-DataTypes       :     26

handoverNumber................identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :    163

handoverNumber................identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :    168

handoverPriority..............identifier of [11] HandoverPriority
   DEFINED in MAP-MS-DataTypes       :    144

HandoverPriority..............type reference OCTET STRING
   DEFINED in MAP-MS-DataTypes       :    159
      USED in MAP-MS-DataTypes       :    144

handoverType..................identifier of HandoverType
   DEFINED in MAP-OM-DataTypes       :     60

HandoverType..................type reference ENUMERATED
   DEFINED in MAP-OM-DataTypes       :     64
      USED in MAP-OM-DataTypes       :     60

hlr...........................identifier of Named Number, 1
   DEFINED in MAP-CommonDataTypes    :    231

HLR-Id........................type reference IMSI
   DEFINED in MAP-CommonDataTypes    :    208
      USED in MAP-CommonDataTypes    :    213

hlr-List......................identifier of HLR-List
   DEFINED in MAP-MS-DataTypes       :    320

HLR-List......................type reference SEQUENCE OF
   DEFINED in MAP-CommonDataTypes    :    212
      USED in MAP-MS-DataTypes       :     64   320
      USED in MAP-CommonDataTypes    :     29

hlr-Number....................identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :     88

hlr-Number....................identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :     94

hlr-Number....................identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :    319

hlr-Number....................identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :    329

hold..........................value reference SS-Code, '01000010'B
   DEFINED in MAP-SS-Code            :     68

ho-NumberNotRequired..........identifier of NULL
   DEFINED in MAP-MS-DataTypes       :    135

illegalEquipment..............value reference IllegalEquipment, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    265

IllegalEquipment..............type reference ERROR
   DEFINED in MAP-Errors             :    136
      USED in MAP-Protocol           :     95   265
      USED in MAP-SupplementaryServi :     52   237   251
      USED in MAP-ShortMessageServic :     35    92
      USED in MAP-Errors             :     30

illegalSS-Operation.........value reference IllegalSS-Operation, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    298

IllegalSS-Operation...........type reference ERROR
   DEFINED in MAP-Errors             :    184
      USED in MAP-Protocol           :    108   298
      USED in MAP-SupplementaryServi :     40    96   122   148   175   200
      USED in MAP-Errors             :     51

illegalSubscriber.............value reference IllegalSubscriber, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    264

IllegalSubscriber.............type reference ERROR
   DEFINED in MAP-Errors             :    134
      USED in MAP-Protocol           :     94   264
      USED in MAP-SupplementaryServi :     51   236   250
      USED in MAP-ShortMessageServic :     34    91
      USED in MAP-Errors             :     29

imei..........................identifier of IMEI
   DEFINED in MAP-MobileServiceOpera :    228

IMEI..........................type reference TBCD-STRING
   DEFINED in MAP-CommonDataTypes    :    195
      USED in MAP-MobileServiceOpera :     97   228
      USED in MAP-MS-DataTypes       :     62
      USED in MAP-CommonDataTypes    :     27

imsi..........................identifier of IMSI
   DEFINED in MAP-OperationAndMainte :     87

imsi..........................identifier of IMSI
   DEFINED in MAP-ShortMessageServic :    116

imsi..........................identifier of IMSI
   DEFINED in MAP-MS-DataTypes       :     81

imsi..........................identifier of IMSI
   DEFINED in MAP-MS-DataTypes       :     98

imsi..........................identifier of IMSI
   DEFINED in MAP-MS-DataTypes       :    102

imsi..........................identifier of IMSI
   DEFINED in MAP-MS-DataTypes       :    107

imsi..........................identifier of IMSI
   DEFINED in MAP-MS-DataTypes       :    112

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-MS-DataTypes       :    220

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-MS-DataTypes       :    230

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-MS-DataTypes       :    298

imsi..........................identifier of IMSI
   DEFINED in MAP-MS-DataTypes       :    324

IMSI..........................type reference TBCD-STRING
   DEFINED in MAP-CommonDataTypes    :    186
      USED in MAP-OperationAndMainte :     45    87
      USED in MAP-ShortMessageServic :     58   116
      USED in MAP-MS-DataTypes       :     60    81    98   102   107   112
                                          185   220   230   298   324
      USED in MAP-CommonDataTypes    :     24   192   208
      USED in MAP-OM-DataTypes       :     23    33    46    51
      USED in MAP-CH-DataTypes       :     28    52    63
      USED in MAP-SS-DataTypes       :     37   281
      USED in MAP-SM-DataTypes       :     27    50    71   114

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-CommonDataTypes    :    192

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-OM-DataTypes       :     33

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-OM-DataTypes       :     46

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-OM-DataTypes       :     51

imsi..........................identifier of IMSI
   DEFINED in MAP-CH-DataTypes       :     52

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-CH-DataTypes       :     63

imsi..........................identifier of IMSI
   DEFINED in MAP-SS-DataTypes       :    281

imsi..........................identifier of IMSI
   DEFINED in MAP-SM-DataTypes       :     50

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-SM-DataTypes       :     71

imsi..........................identifier of [0] IMSI
   DEFINED in MAP-SM-DataTypes       :    114

imsi-WithLMSI.................identifier of IMSI-WithLMSI
   DEFINED in MAP-MS-DataTypes       :     99

IMSI-WithLMSI.................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    106
      USED in MAP-MS-DataTypes       :     99

incomingCallsBarredWithinCUG..identifier of Named Number, 0
   DEFINED in MAP-ER-DataTypes       :     50

incorrectTransactionPortion...identifier of Named Number, 3
   DEFINED in TCAPMessages           :    106

informServiceCentre.........value reference InformServiceCentre, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    235

InformServiceCentre...........type reference OPERATION
   DEFINED in MAP-ShortMessageServic :    131
      USED in MAP-Protocol           :     76   235
      USED in MAP-ShortMessageServic :     19

informServiceCentreArg........identifier of InformServiceCentreArg
   DEFINED in MAP-ShortMessageServic :    133

InformServiceCentreArg........type reference SEQUENCE
   DEFINED in MAP-SM-DataTypes       :    103
      USED in MAP-ShortMessageServic :     51   133
      USED in MAP-SM-DataTypes       :     19

initiatingRelease.............identifier of Named Number, 4
   DEFINED in TCAPMessages           :    187

insertSubscriberData..........value reference InsertSubscriberData, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    169

InsertSubscriberData..........type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    254
      USED in MAP-Protocol           :     26   169
      USED in MAP-MobileServiceOpera :     37

insertSubscriberDataArg.......identifier of InsertSubscriberDataArg
   DEFINED in MAP-MobileServiceOpera :    256

InsertSubscriberDataArg.......type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    229
      USED in MAP-MobileServiceOpera :     84   256
      USED in MAP-MS-DataTypes       :     40

insertSubscriberDataRes.......identifier of InsertSubscriberDataRes
   DEFINED in MAP-MobileServiceOpera :    258

InsertSubscriberDataRes.......type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    281
      USED in MAP-MobileServiceOpera :     85   258
      USED in MAP-MS-DataTypes       :     41

interBSS......................identifier of Named Number, 0
   DEFINED in MAP-OM-DataTypes       :     65

interCUG-Restrictions.........identifier of InterCUG-Restrictions
   DEFINED in MAP-SS-DataTypes       :    185

InterCUG-Restrictions.........type reference OCTET STRING
   DEFINED in MAP-SS-DataTypes       :    188
      USED in MAP-SS-DataTypes       :    185

internationalOGCallsBarred....identifier of Named Number, 1
   DEFINED in MAP-MS-DataTypes       :    261

internationalOGCallsNotToHPLMN-CountryBa identifier of Named Number, 2
   DEFINED in MAP-MS-DataTypes       :    262

interrogateSS.......value reference InterrogateSS, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    207

InterrogateSS.................type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    182
      USED in MAP-Protocol           :     57   207
      USED in MAP-SupplementaryServi :     18

interrogateSS-Res.............identifier of InterrogateSS-Res
   DEFINED in MAP-SupplementaryServi :    186

InterrogateSS-Res.............type reference CHOICE
   DEFINED in MAP-SS-DataTypes       :    231
      USED in MAP-SupplementaryServi :     60   186
      USED in MAP-SS-DataTypes       :     21

intraBSS......................identifier of Named Number, 1
   DEFINED in MAP-OM-DataTypes       :     66

intraCUG-Options..............identifier of IntraCUG-Options
   DEFINED in MAP-SS-DataTypes       :    163

IntraCUG-Options..............type reference ENUMERATED
   DEFINED in MAP-SS-DataTypes       :    172
      USED in MAP-SS-DataTypes       :    163

invalidFormat.................identifier of Named Number, 1
   DEFINED in MAP-ER-DataTypes       :     65

invalidSME-Address............identifier of Named Number, 5
   DEFINED in MAP-ER-DataTypes       :     84

invalidTargetBaseStation.     value reference InvalidTargetBaseStation, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    274

InvalidTargetBaseStation......type reference ERROR
   DEFINED in MAP-Errors             :    145
      USED in MAP-Protocol           :     98   274
      USED in MAP-MobileServiceOpera :     60   167   207
      USED in MAP-Errors             :     35

invoke........................identifier of [1] IMPLICIT Invoke
   DEFINED in TCAPMessages           :    125

Invoke........................type reference SEQUENCE
   DEFINED in TCAPMessages           :    133
      USED in TCAPMessages           :    125

invokeID......................identifier of InvokeIdType
   DEFINED in TCAPMessages           :    134

invokeID......................identifier of InvokeIdType
   DEFINED in TCAPMessages           :    145

invokeID......................identifier of InvokeIdType
   DEFINED in TCAPMessages           :    157

invokeID......................identifier of CHOICE
   DEFINED in TCAPMessages           :    166

InvokeIdType..................type reference INTEGER
   DEFINED in TCAPMessages           :    175
      USED in TCAPMessages           :     47   134   135   145   157   167

invokeProblem.................identifier of [1] IMPLICIT InvokeProblem
   DEFINED in TCAPMessages           :    171

InvokeProblem.................type reference INTEGER
   DEFINED in TCAPMessages           :    183
      USED in TCAPMessages           :    171

ISDN-AddressString............type reference AddressString
   DEFINED in MAP-CommonDataTypes    :    112
      USED in MAP-OperationAndMainte :     44    85
      USED in MAP-CallHandlingOperat :     45    76
      USED in MAP-ShortMessageServic :     57   103
      USED in MAP-MS-DataTypes       :     58    83    88    94   103   163
                                          168   173   180   235   319   329
      USED in MAP-CommonDataTypes    :     17   204   206
      USED in MAP-CH-DataTypes       :     26    44    59    64    66    67
      USED in MAP-SS-DataTypes       :     34    83   233   282   293
      USED in MAP-SM-DataTypes       :     25    42    73    80    86    99
                                          104

ISDN-SubaddressString.........type reference OCTET STRING
   DEFINED in MAP-CommonDataTypes    :    118
      USED in MAP-CommonDataTypes    :     18
      USED in MAP-SS-DataTypes       :     35    56    84   295

kc............................identifier of Kc
   DEFINED in MAP-MS-DataTypes       :    122

Kc............................type reference OCTET STRING
   DEFINED in MAP-MS-DataTypes       :    129
      USED in MAP-MS-DataTypes       :    122   145

kc............................identifier of [12] Kc
   DEFINED in MAP-MS-DataTypes       :    145

Ki............................type reference OCTET STRING
   DEFINED in MAP-MS-DataTypes       :    189
      USED in MAP-MS-DataTypes       :    223

ki............................identifier of [4] Ki
   DEFINED in MAP-MS-DataTypes       :    223

linkedID......................identifier of [0] IMPLICIT InvokeIdType
   DEFINED in TCAPMessages           :    135

linkedResponseUnexpected......identifier of Named Number, 6
   DEFINED in TCAPMessages           :    189

lmsi..........................identifier of [10] LMSI
   DEFINED in MAP-MS-DataTypes       :     84

lmsi..........................identifier of LMSI
   DEFINED in MAP-MS-DataTypes       :    108

lmsi..........................identifier of LMSI
   DEFINED in MAP-MS-DataTypes       :    325

LMSI..........................type reference OCTET STRING
   DEFINED in MAP-CommonDataTypes    :    217
      USED in MAP-MS-DataTypes       :     65    84   108   325
      USED in MAP-CommonDataTypes    :     30
      USED in MAP-CH-DataTypes       :     29    68
      USED in MAP-SM-DataTypes       :     29    59    72

lmsi..........................identifier of [4] LMSI
   DEFINED in MAP-CH-DataTypes       :     68

lmsi..........................identifier of LMSI
   DEFINED in MAP-SM-DataTypes       :     59

lmsi..........................identifier of [1] LMSI
   DEFINED in MAP-SM-DataTypes       :     72

locationInfo..................identifier of LocationInfo
   DEFINED in MAP-MS-DataTypes       :     82

LocationInfo..................type reference CHOICE
   DEFINED in MAP-CommonDataTypes    :    203
      USED in MAP-MS-DataTypes       :     63    82
      USED in MAP-CommonDataTypes    :     28
      USED in MAP-SM-DataTypes       :     28    58

locationInfo..................identifier of LocationInfo
   DEFINED in MAP-SM-DataTypes       :     58

locationInfoWithLMSI..........identifier of [0] LocationInfoWithLMSI
   DEFINED in MAP-SM-DataTypes       :     51

LocationInfoWithLMSI..........type reference SEQUENCE
   DEFINED in MAP-SM-DataTypes       :     57
      USED in MAP-SM-DataTypes       :     51

mah...........................value reference SS-Code, '00110010'B
   DEFINED in MAP-SS-Code            :     59

MAP-BS-Code...................module reference
   DEFINED in MAP-BS-Code            :      1
      USED in MAP-CommonDataTypes    :     51

MAP-CallHandlingOperations....module reference
   DEFINED in MAP-CallHandlingOperat :      1
      USED in MAP-Protocol           :     48

MAP-CH-DataTypes..............module reference
   DEFINED in MAP-CH-DataTypes       :      1
      USED in MAP-CallHandlingOperat :     41

MAP-CommonDataTypes...........module reference
   DEFINED in MAP-CommonDataTypes    :      1
      USED in MAP-MobileServiceOpera :     98
      USED in MAP-OperationAndMainte :     46
      USED in MAP-CallHandlingOperat :     46
      USED in MAP-ShortMessageServic :     59
      USED in MAP-Errors             :     90
      USED in MAP-MS-DataTypes       :     72
      USED in MAP-OM-DataTypes       :     25
      USED in MAP-CH-DataTypes       :     30
      USED in MAP-SS-DataTypes       :     41
      USED in MAP-SM-DataTypes       :     30
      USED in MAP-ER-DataTypes       :     30

MAP-Errors....................module reference
   DEFINED in MAP-Errors             :      1
      USED in MAP-Protocol           :    121
      USED in MAP-MobileServiceOpera :     64
      USED in MAP-OperationAndMainte :     32
      USED in MAP-CallHandlingOperat :     35
      USED in MAP-SupplementaryServi :     53
      USED in MAP-ShortMessageServic :     42

MAP-ER-DataTypes..............module reference
   DEFINED in MAP-ER-DataTypes       :      1
      USED in MAP-Errors             :     85

MAP-MobileServiceOperations...module reference
   DEFINED in MAP-MobileServiceOpera :      1
      USED in MAP-Protocol           :     31

MAP-MS-DataTypes..............module reference
   DEFINED in MAP-MS-DataTypes       :      1
      USED in MAP-MobileServiceOpera :     91

MAP-OM-DataTypes..............module reference
   DEFINED in MAP-OM-DataTypes       :      1
      USED in MAP-OperationAndMainte :     40

MAP-OperationAndMaintenanceOperations...module reference
   DEFINED in MAP-OperationAndMainte :      1
      USED in MAP-Protocol           :     41

MAP-Protocol..................module reference
   DEFINED in MAP-Protocol           :      1

MAP-ShortMessageServiceOperations.......module reference
   DEFINED in MAP-ShortMessageServic :      1
      USED in MAP-Protocol           :     78

MAP-SM-DataTypes..............module reference
   DEFINED in MAP-SM-DataTypes       :      1
      USED in MAP-ShortMessageServic :     53

MAP-SS-Code...................module reference
   DEFINED in MAP-SS-Code            :      1
      USED in MAP-SupplementaryServi :     72
      USED in MAP-SS-DataTypes       :     46
      USED in MAP-ER-DataTypes       :     35

MAP-SS-DataTypes..............module reference
   DEFINED in MAP-SS-DataTypes       :      1
      USED in MAP-SupplementaryServi :     67
      USED in MAP-Errors             :     75
      USED in MAP-MS-DataTypes       :     54
      USED in MAP-CH-DataTypes       :     22
      USED in MAP-ER-DataTypes       :     24

MAP-SupplementaryServiceOperations......module reference
   DEFINED in MAP-SupplementaryServi :      1
      USED in MAP-Protocol           :     65

MAP-TS-Code...................module reference
   DEFINED in MAP-TS-Code            :      1
      USED in MAP-CommonDataTypes    :     46
      USED in MAP-SM-DataTypes       :     35

maxAddressLength..............value reference INTEGER, 20
   DEFINED in MAP-CommonDataTypes    :    110
      USED in MAP-CommonDataTypes    :     69

maxISDN-AddressLength.........value reference INTEGER, 9
   DEFINED in MAP-CommonDataTypes    :    116
      USED in MAP-CommonDataTypes    :    113

maxISDN-SubaddressLength......value reference INTEGER, 21
   DEFINED in MAP-CommonDataTypes    :    156
      USED in MAP-CommonDataTypes    :    119

maxNumOfBasicServiceGroups....value reference INTEGER, 13
   DEFINED in MAP-CommonDataTypes    :    267
      USED in MAP-CommonDataTypes    :     41   264
      USED in MAP-SS-DataTypes       :     40    76   143   179

maxNumOfBasicServices.........value reference INTEGER, 70
   DEFINED in MAP-CommonDataTypes    :    262
      USED in MAP-CommonDataTypes    :    259

maxNumOfBearerServices........value reference INTEGER, 50
   DEFINED in MAP-CommonDataTypes    :    248
      USED in MAP-CommonDataTypes    :    245

maxNumOfCUG...................value reference INTEGER, 10
   DEFINED in MAP-SS-DataTypes       :    177
      USED in MAP-SS-DataTypes       :    157

maxNumOfHLR-Id................value reference INTEGER, 50
   DEFINED in MAP-CommonDataTypes    :    215
      USED in MAP-CommonDataTypes    :    212

maxNumOfSentParameter.........value reference INTEGER, 6
   DEFINED in MAP-MS-DataTypes       :    225
      USED in MAP-MS-DataTypes       :    215

maxNumOfSS....................value reference INTEGER, 30
   DEFINED in MAP-SS-DataTypes       :    287
      USED in MAP-SS-DataTypes       :    284   289

maxNumOfTeleservices..........value reference INTEGER, 20
   DEFINED in MAP-CommonDataTypes    :    253
      USED in MAP-CommonDataTypes    :    250

maxNumOfZoneCodes.............value reference INTEGER, 10
   DEFINED in MAP-MS-DataTypes       :    279
      USED in MAP-MS-DataTypes       :    273

maxSignalInfoLength...........value reference INTEGER, 200
   DEFINED in MAP-CommonDataTypes    :    167
      USED in MAP-CommonDataTypes    :     21   165
      USED in MAP-SS-DataTypes       :     36   240

maxUSSD-StringLength..........value reference INTEGER, 160
   DEFINED in MAP-SS-DataTypes       :    262
      USED in MAP-SS-DataTypes       :    257

mcef-Set......................identifier of Named Number, 2
   DEFINED in MAP-SM-DataTypes       :    111

mci...........................value reference SS-Code, '00010101'B
   DEFINED in MAP-SS-Code            :     36

memoryAvailable...............identifier of Named Number, 1
   DEFINED in MAP-SM-DataTypes       :    120

memoryCapacityExceeded........identifier of Named Number, 0
   DEFINED in MAP-SM-DataTypes       :     94

memoryCapacityExceeded........identifier of Named Number, 0
   DEFINED in MAP-ER-DataTypes       :     79

MessageType...................type reference CHOICE
   DEFINED in TCAPMessages           :     51
      USED in TCAPMessages           :     47

messageWaitingListFull...value reference MessageWaitingListFull, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    319

MessageWaitingListFull........type reference ERROR
   DEFINED in MAP-Errors             :    225
      USED in MAP-Protocol           :    120   319
      USED in MAP-ShortMessageServic :     41   112
      USED in MAP-Errors             :     65

mistypedComponent.............identifier of Named Number, 1
   DEFINED in TCAPMessages           :    180

mistypedParameter.............identifier of Named Number, 2
   DEFINED in TCAPMessages           :    185

mistypedParameter.............identifier of Named Number, 2
   DEFINED in TCAPMessages           :    194

mistypedParameter.............identifier of Named Number, 4
   DEFINED in TCAPMessages           :    200

mnrf-Set......................identifier of Named Number, 1
   DEFINED in MAP-SM-DataTypes       :    110

moreMessagesToSend............identifier of NULL
   DEFINED in MAP-SM-DataTypes       :     66

msc-AreaRestricted............identifier of Named Number, 0
   DEFINED in MAP-MS-DataTypes       :    292

msc-Number....................identifier of [1] ISDN-AddressString
   DEFINED in MAP-CommonDataTypes    :    206

msc-Number....................identifier of [1] ISDN-AddressString
   DEFINED in MAP-CH-DataTypes       :     64

msisdn........................identifier of ISDN-AddressString
   DEFINED in MAP-OperationAndMainte :     85

msisdn........................identifier of [1] ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :    235

msisdn........................identifier of [0] ISDN-AddressString
   DEFINED in MAP-CH-DataTypes       :     44

msisdn........................identifier of [2] ISDN-AddressString
   DEFINED in MAP-CH-DataTypes       :     66

msisdn........................identifier of [0] ISDN-AddressString
   DEFINED in MAP-SM-DataTypes       :     42

msisdn........................identifier of [2] ISDN-AddressString
   DEFINED in MAP-SM-DataTypes       :     80

msisdn........................identifier of ISDN-AddressString
   DEFINED in MAP-SM-DataTypes       :     86

msisdn........................identifier of ISDN-AddressString
   DEFINED in MAP-SM-DataTypes       :     99

msNotReachable................identifier of NULL
   DEFINED in MAP-MS-DataTypes       :    330

ms-Present....................identifier of Named Number, 0
   DEFINED in MAP-SM-DataTypes       :    119

multiPTY......................value reference SS-Code, '01010001'B
   DEFINED in MAP-SS-Code            :     77

mwd-Set.......................identifier of BOOLEAN
   DEFINED in MAP-Errors             :    165

mwd-Set.......................identifier of [2] BOOLEAN
   DEFINED in MAP-SM-DataTypes       :     53

mw-Status.....................identifier of MW-Status
   DEFINED in MAP-SM-DataTypes       :    105

MW-Status.....................type reference BIT STRING
   DEFINED in MAP-SM-DataTypes       :    108
      USED in MAP-SM-DataTypes       :    105

negativePW-Check..............value reference NegativePW-Check, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    308

NegativePW-Check..............type reference ERROR
   DEFINED in MAP-Errors             :    212
      USED in MAP-Protocol           :    116   308
      USED in MAP-SupplementaryServi :     46   152   178   269
      USED in MAP-Errors             :     59

networkResource...............identifier of NetworkResource
   DEFINED in MAP-Errors             :    100

networkResource...............identifier of NetworkResource
   DEFINED in MAP-MS-DataTypes       :    316

NetworkResource...............type reference ENUMERATED
   DEFINED in MAP-CommonDataTypes    :    229
      USED in MAP-Errors             :     89   100
      USED in MAP-MS-DataTypes       :     67   316
      USED in MAP-CommonDataTypes    :     32

networkSignalInfo.............identifier of [10] ExternalSignalInfo
   DEFINED in MAP-CH-DataTypes       :     48

networkSignalInfo.............identifier of [6] ExternalSignalInfo
   DEFINED in MAP-CH-DataTypes       :     70

newPassword...................identifier of Password
   DEFINED in MAP-SupplementaryServi :    259

newPasswordsMismatch..........identifier of Named Number, 2
   DEFINED in MAP-ER-DataTypes       :     66

noCUG-Restrictions............identifier of Named Number, 0
   DEFINED in MAP-SS-DataTypes       :    173

noHandoverNumberAvailable.....value reference NoHandoverNumberAvailable, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    276

NoHandoverNumberAvailable.....type reference ERROR
   DEFINED in MAP-Errors             :    149
      USED in MAP-Protocol           :    100   276
      USED in MAP-MobileServiceOpera :     62   156   169
      USED in MAP-Errors             :     37

noRadioResourceAvailable......value reference NoRadioResourceAvailable, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    275

NoRadioResourceAvailable......type reference ERROR
   DEFINED in MAP-Errors             :    147
      USED in MAP-Protocol           :     99   275
      USED in MAP-MobileServiceOpera :     61   168
      USED in MAP-Errors             :     36

noReplyConditionTime..........identifier of [5] NoReplyConditionTime
   DEFINED in MAP-SS-DataTypes       :     58

NoReplyConditionTime..........type reference INTEGER
   DEFINED in MAP-SS-DataTypes       :     61
      USED in MAP-SS-DataTypes       :     58    87

noReplyConditionTime..........identifier of [7] NoReplyConditionTime
   DEFINED in MAP-SS-DataTypes       :     87

noRoamingNumberAvailable......value reference NoRoamingNumberAvailable, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    289

NoRoamingNumberAvailable......type reference ERROR
   DEFINED in MAP-Errors             :    161
      USED in MAP-Protocol           :    103   289
      USED in MAP-CallHandlingOperat :     30    83
      USED in MAP-Errors             :     44

noSM-RP-DA....................identifier of [5] NULL
   DEFINED in MAP-SM-DataTypes       :     76

noSM-RP-OA....................identifier of [5] NULL
   DEFINED in MAP-SM-DataTypes       :     82

noteInternalHandover.......value reference NoteInternalHandover, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    188

NoteInternalHandover..........type reference OPERATION
   DEFINED in MAP-OperationAndMainte :     79
      USED in MAP-Protocol           :     39   188
      USED in MAP-OperationAndMainte :     16

noteInternalHO-Arg............identifier of NoteInternalHO-Arg
   DEFINED in MAP-OperationAndMainte :     81

NoteInternalHO-Arg............type reference SEQUENCE
   DEFINED in MAP-OM-DataTypes       :     59
      USED in MAP-OperationAndMainte :     39    81
      USED in MAP-OM-DataTypes       :     17

noteSubscriberPresent.........value reference NoteSubscriberPresent, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    229

NoteSubscriberPresent.........type reference OPERATION
   DEFINED in MAP-ShortMessageServic :    114
      USED in MAP-Protocol           :     73   229
      USED in MAP-ShortMessageServic :     16

not-derivable.................identifier of NULL
   DEFINED in TCAPMessages           :    168

numberChanged.................value reference NumberChanged, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    254

NumberChanged.................type reference ERROR
   DEFINED in MAP-Errors             :    114
      USED in MAP-Protocol           :     88   254
      USED in MAP-CallHandlingOperat :     27    62
      USED in MAP-Errors             :     21

NumberOfForwarding............type reference INTEGER
   DEFINED in MAP-CH-DataTypes       :     41
      USED in MAP-CH-DataTypes       :     47

numberOfForwarding............identifier of [2] NumberOfForwarding
   DEFINED in MAP-CH-DataTypes       :     47

numberOfPW-AttemptsViolation.........value reference NumberOfPW-AttemptsViolation, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    309

NumberOfPW-AttemptsViolation..type reference ERROR
   DEFINED in MAP-Errors             :    214
      USED in MAP-Protocol           :    117   309
      USED in MAP-SupplementaryServi :     47   153   179   270
      USED in MAP-Errors             :     60

odb-Data......................identifier of [8] ODB-Data
   DEFINED in MAP-MS-DataTypes       :    241

ODB-Data......................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    254
      USED in MAP-MS-DataTypes       :    241

odb-GeneralData...............identifier of ODB-GeneralData
   DEFINED in MAP-MS-DataTypes       :    255

ODB-GeneralData...............type reference BIT STRING
   DEFINED in MAP-MS-DataTypes       :    259
      USED in MAP-MS-DataTypes       :    255   285

odb-GeneralData...............identifier of [4] ODB-GeneralData
   DEFINED in MAP-MS-DataTypes       :    285

odb-HPLMN-Data................identifier of ODB-HPLMN-Data
   DEFINED in MAP-MS-DataTypes       :    256

ODB-HPLMN-Data................type reference BIT STRING
   DEFINED in MAP-MS-DataTypes       :    267
      USED in MAP-MS-DataTypes       :    256

omc-Id........................identifier of [3] AddressString
   DEFINED in MAP-OM-DataTypes       :     36

omc-Id........................identifier of [3] AddressString
   DEFINED in MAP-OM-DataTypes       :     54

operationCode.................identifier of OPERATION
   DEFINED in TCAPMessages           :    136

operationCode.................identifier of OPERATION
   DEFINED in TCAPMessages           :    147

operatorBarring...............identifier of Named Number, 1
   DEFINED in MAP-ER-DataTypes       :     47

operatorDeterminedBarring.....identifier of Named Number, 1
   DEFINED in MAP-MS-DataTypes       :    252

operatorDeterminedBarring.....identifier of Named Number, 3
   DEFINED in MAP-ER-DataTypes       :     43

originatingEntityNumber.......identifier of ISDN-AddressString
   DEFINED in MAP-SS-DataTypes       :    282

OrigTransactionID...type reference  [APPLICATION 8] IMPLICIT TransactionID
   DEFINED in TCAPMessages           :     97
      USED in TCAPMessages           :     61    69

otid..........................identifier of OrigTransactionID
   DEFINED in TCAPMessages           :     61

otid..........................identifier of OrigTransactionID
   DEFINED in TCAPMessages           :     69

overrideCategory..............identifier of [1] OverrideCategory
   DEFINED in MAP-SS-DataTypes       :    210

OverrideCategory..............type reference ENUMERATED
   DEFINED in MAP-SS-DataTypes       :    217
      USED in MAP-SS-DataTypes       :    210

overrideDisabled..............identifier of Named Number, 1
   DEFINED in MAP-SS-DataTypes       :    219

overrideEnabled...............identifier of Named Number, 0
   DEFINED in MAP-SS-DataTypes       :    218

padAccessCA-1200bps...........value reference BearerServiceCode, '00100010'B
   DEFINED in MAP-BS-Code            :     49

padAccessCA-1200-75bps........value reference BearerServiceCode, '00100011'B
   DEFINED in MAP-BS-Code            :     50

padAccessCA-2400bps...........value reference BearerServiceCode, '00100100'B
   DEFINED in MAP-BS-Code            :     51

padAccessCA-300bps............value reference BearerServiceCode, '00100001'B
   DEFINED in MAP-BS-Code            :     48

padAccessCA-4800bps...........value reference BearerServiceCode, '00100101'B
   DEFINED in MAP-BS-Code            :     52

padAccessCA-9600bps...........value reference BearerServiceCode, '00100110'B
   DEFINED in MAP-BS-Code            :     53

parameter.....................identifier of ANY DEFINED BY operationCode
   DEFINED in TCAPMessages           :    137

parameter.....................identifier of ANY DEFINED BY operationCode
   DEFINED in TCAPMessages           :    148

parameter.....................identifier of ANY DEFINED BY errorCode
   DEFINED in TCAPMessages           :    159

Password......................type reference NumericString
   DEFINED in MAP-SS-DataTypes       :    264
      USED in MAP-SupplementaryServi :     64   259   279
      USED in MAP-SS-DataTypes       :     25

performHandover...............value reference PerformHandover, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    139

PerformHandover...............type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    158
      USED in MAP-Protocol           :     16   139
      USED in MAP-MobileServiceOpera :     21

performHO-Arg.................identifier of PerformHO-Arg
   DEFINED in MAP-MobileServiceOpera :    160

PerformHO-Arg.................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    139
      USED in MAP-MobileServiceOpera :     73   160
      USED in MAP-MS-DataTypes       :     26

performHO-Res.................identifier of PerformHO-Res
   DEFINED in MAP-MobileServiceOpera :    162

PerformHO-Res.................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    167
      USED in MAP-MobileServiceOpera :     75   162
      USED in MAP-MS-DataTypes       :     27

performSubsequentHandover.....value reference PerformSubsequentHandover, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    146

PerformSubsequentHandover.....type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    198
      USED in MAP-Protocol           :     21   146
      USED in MAP-MobileServiceOpera :     26

performSubsequentHO-Arg.......identifier of PerformSubsequentHO-Arg
   DEFINED in MAP-MobileServiceOpera :    200

PerformSubsequentHO-Arg.......type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    177
      USED in MAP-MobileServiceOpera :     77   200
      USED in MAP-MS-DataTypes       :     28

permanent.....................identifier of Named Number, 0
   DEFINED in MAP-SS-DataTypes       :    213

plmn..........................identifier of Named Number, 0
   DEFINED in MAP-CommonDataTypes    :    230

plmnRoamingNotAllowed.........identifier of Named Number, 0
   DEFINED in MAP-ER-DataTypes       :     42

plmn-SpecificBarringType1.....identifier of Named Number, 0
   DEFINED in MAP-MS-DataTypes       :    268

plmn-SpecificBarringType2.....identifier of Named Number, 1
   DEFINED in MAP-MS-DataTypes       :    269

plmn-SpecificBarringType3.....identifier of Named Number, 2
   DEFINED in MAP-MS-DataTypes       :    270

plmn-SpecificBarringType4.....identifier of Named Number, 3
   DEFINED in MAP-MS-DataTypes       :    271

plmn-specificBS-1.............value reference BearerServiceCode, '11010001'B
   DEFINED in MAP-BS-Code            :     92

plmn-specificBS-2.............value reference BearerServiceCode, '11010010'B
   DEFINED in MAP-BS-Code            :     93

plmn-specificBS-3.............value reference BearerServiceCode, '11010011'B
   DEFINED in MAP-BS-Code            :     94

plmn-specificBS-4.............value reference BearerServiceCode, '11010100'B
   DEFINED in MAP-BS-Code            :     95

plmn-specificBS-5.............value reference BearerServiceCode, '11010101'B
   DEFINED in MAP-BS-Code            :     96

plmn-specificBS-6.............value reference BearerServiceCode, '11010110'B
   DEFINED in MAP-BS-Code            :     97

plmn-specificBS-7.............value reference BearerServiceCode, '11010111'B
   DEFINED in MAP-BS-Code            :     98

plmn-specificBS-8.............value reference BearerServiceCode, '11011000'B
   DEFINED in MAP-BS-Code            :     99

plmn-specificBS-9.............value reference BearerServiceCode, '11011001'B
   DEFINED in MAP-BS-Code            :    100

plmn-specificBS-A.............value reference BearerServiceCode, '11011010'B
   DEFINED in MAP-BS-Code            :    101

plmn-specificBS-B.............value reference BearerServiceCode, '11011011'B
   DEFINED in MAP-BS-Code            :    102

plmn-specificBS-C.............value reference BearerServiceCode, '11011100'B
   DEFINED in MAP-BS-Code            :    103

plmn-specificBS-D.............value reference BearerServiceCode, '11011101'B
   DEFINED in MAP-BS-Code            :    104

plmn-specificBS-E.............value reference BearerServiceCode, '11011110'B
   DEFINED in MAP-BS-Code            :    105

plmn-specificBS-F.............value reference BearerServiceCode, '11011111'B
   DEFINED in MAP-BS-Code            :    106

plmn-specificSS-1.............value reference SS-Code, '11110001'B
   DEFINED in MAP-SS-Code            :    123

plmn-specificSS-2.............value reference SS-Code, '11110010'B
   DEFINED in MAP-SS-Code            :    124

plmn-specificSS-3.............value reference SS-Code, '11110011'B
   DEFINED in MAP-SS-Code            :    125

plmn-specificSS-4.............value reference SS-Code, '11110100'B
   DEFINED in MAP-SS-Code            :    126

plmn-specificSS-5.............value reference SS-Code, '11110101'B
   DEFINED in MAP-SS-Code            :    127

plmn-specificSS-6.............value reference SS-Code, '11110110'B
   DEFINED in MAP-SS-Code            :    128

plmn-specificSS-7.............value reference SS-Code, '11110111'B
   DEFINED in MAP-SS-Code            :    129

plmn-specificSS-8.............value reference SS-Code, '11111000'B
   DEFINED in MAP-SS-Code            :    130

plmn-specificSS-9.............value reference SS-Code, '11111001'B
   DEFINED in MAP-SS-Code            :    131

plmn-specificSS-A.............value reference SS-Code, '11111010'B
   DEFINED in MAP-SS-Code            :    132

plmn-specificSS-B.............value reference SS-Code, '11111011'B
   DEFINED in MAP-SS-Code            :    133

plmn-specificSS-C.............value reference SS-Code, '11111100'B
   DEFINED in MAP-SS-Code            :    134

plmn-specificSS-D.............value reference SS-Code, '11111101'B
   DEFINED in MAP-SS-Code            :    135

plmn-specificSS-E.............value reference SS-Code, '11111110'B
   DEFINED in MAP-SS-Code            :    136

plmn-specificSS-F.............value reference SS-Code, '11111111'B
   DEFINED in MAP-SS-Code            :    137

plmn-specificTS-1.............value reference TeleserviceCode, '11010001'B
   DEFINED in MAP-TS-Code            :     53

plmn-specificTS-2.............value reference TeleserviceCode, '11010010'B
   DEFINED in MAP-TS-Code            :     54

plmn-specificTS-3.............value reference TeleserviceCode, '11010011'B
   DEFINED in MAP-TS-Code            :     55

plmn-specificTS-4.............value reference TeleserviceCode, '11010100'B
   DEFINED in MAP-TS-Code            :     56

plmn-specificTS-5.............value reference TeleserviceCode, '11010101'B
   DEFINED in MAP-TS-Code            :     57

plmn-specificTS-6.............value reference TeleserviceCode, '11010110'B
   DEFINED in MAP-TS-Code            :     58

plmn-specificTS-7.............value reference TeleserviceCode, '11010111'B
   DEFINED in MAP-TS-Code            :     59

plmn-specificTS-8.............value reference TeleserviceCode, '11011000'B
   DEFINED in MAP-TS-Code            :     60

plmn-specificTS-9.............value reference TeleserviceCode, '11011001'B
   DEFINED in MAP-TS-Code            :     61

plmn-specificTS-A.............value reference TeleserviceCode, '11011010'B
   DEFINED in MAP-TS-Code            :     62

plmn-specificTS-B.............value reference TeleserviceCode, '11011011'B
   DEFINED in MAP-TS-Code            :     63

plmn-specificTS-C.............value reference TeleserviceCode, '11011100'B
   DEFINED in MAP-TS-Code            :     64

plmn-specificTS-D.............value reference TeleserviceCode, '11011101'B
   DEFINED in MAP-TS-Code            :     65

plmn-specificTS-E.............value reference TeleserviceCode, '11011110'B
   DEFINED in MAP-TS-Code            :     66

plmn-specificTS-F.............value reference TeleserviceCode, '11011111'B
   DEFINED in MAP-TS-Code            :     67

preferentialCUG-Indicator.....identifier of CUG-Index
   DEFINED in MAP-SS-DataTypes       :    184

premiumRateEntertainementOGCallsBarred..identifier of Named Number, 4
   DEFINED in MAP-MS-DataTypes       :    264

premiumRateInformationOGCallsBarred.....identifier of Named Number, 3
   DEFINED in MAP-MS-DataTypes       :    263

prepareHandover...............value reference PrepareHandover, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    141

PrepareHandover...............type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    147
      USED in MAP-Protocol           :     17   141
      USED in MAP-MobileServiceOpera :     22

prepareHO-Arg.................identifier of PrepareHO-Arg
   DEFINED in MAP-MobileServiceOpera :    149

PrepareHO-Arg.................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    133
      USED in MAP-MobileServiceOpera :     74   149
      USED in MAP-MS-DataTypes       :     23

prepareHO-Res.................identifier of PrepareHO-Res
   DEFINED in MAP-MobileServiceOpera :    151

PrepareHO-Res.................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    162
      USED in MAP-MobileServiceOpera :     76   151
      USED in MAP-MS-DataTypes       :     24

prepareSubsequentHandover.....value reference PrepareSubsequentHandover, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    149

PrepareSubsequentHandover.....type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    187
      USED in MAP-Protocol           :     22   149
      USED in MAP-MobileServiceOpera :     27

prepareSubsequentHO-Arg.......identifier of PrepareSubsequentHO-Arg
   DEFINED in MAP-MobileServiceOpera :    189

PrepareSubsequentHO-Arg.......type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    171
      USED in MAP-MobileServiceOpera :     78   189
      USED in MAP-MS-DataTypes       :     25

previousRoamingNumber.........identifier of [3] ISDN-AddressString
   DEFINED in MAP-CH-DataTypes       :     67

problem.......................identifier of CHOICE
   DEFINED in TCAPMessages           :    169

processAccessSignalling.......value reference ProcessAccessSignalling, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    144

ProcessAccessSignalling.......type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    179
      USED in MAP-Protocol           :     19   144
      USED in MAP-MobileServiceOpera :     24

processUnstructuredSS-Data....value reference ProcessUnstructuredSS-Data, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    208

ProcessUnstructuredSS-Data....type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    203
      USED in MAP-Protocol           :     58   208
      USED in MAP-SupplementaryServi :     19

processUnstructuredSS-Request.......value reference ProcessUnstructuredSS-Request, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    211

ProcessUnstructuredSS-Request.....type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    213
      USED in MAP-Protocol           :     59   211
      USED in MAP-SupplementaryServi :     20

protocolId....................identifier of ProtocolId
   DEFINED in MAP-CommonDataTypes    :    159

ProtocolId....................type reference ENUMERATED
   DEFINED in MAP-CommonDataTypes    :    175
      USED in MAP-CommonDataTypes    :    159

provideRoamingNumber.......value reference ProvideRoamingNumber, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    198

ProvideRoamingNumber..........type reference OPERATION
   DEFINED in MAP-CallHandlingOperat :     72
      USED in MAP-Protocol           :     47   198
      USED in MAP-CallHandlingOperat :     14

provideRoamingNumberArg.......identifier of ProvideRoamingNumberArg
   DEFINED in MAP-CallHandlingOperat :     74

ProvideRoamingNumberArg.......type reference SEQUENCE
   DEFINED in MAP-CH-DataTypes       :     62
      USED in MAP-CallHandlingOperat :     40    74
      USED in MAP-CH-DataTypes       :     16

provisionedSS.................identifier of [7] SS-InfoList
   DEFINED in MAP-MS-DataTypes       :    240

purgeMS.......................value reference PurgeMS, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    131

PurgeMS.......................type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    131
      USED in MAP-Protocol           :     14   131
      USED in MAP-MobileServiceOpera :     17

purgeMS-Arg...................identifier of PurgeMS-Arg
   DEFINED in MAP-MobileServiceOpera :    133

PurgeMS-Arg...................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    101
      USED in MAP-MobileServiceOpera :     71   133
      USED in MAP-MS-DataTypes       :     19

pvlr..........................identifier of Named Number, 3
   DEFINED in MAP-CommonDataTypes    :    233

pw-RegistrationFailure...value reference PW-RegistrationFailure, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    307

PW-RegistrationFailure........type reference ERROR
   DEFINED in MAP-Errors             :    208
      USED in MAP-Protocol           :    115   307
      USED in MAP-SupplementaryServi :     45   268
      USED in MAP-Errors             :     58

pw-RegistrationFailureCause...identifier of PW-RegistrationFailureCause
   DEFINED in MAP-Errors             :    210

PW-RegistrationFailureCause...type reference ENUMERATED
   DEFINED in MAP-ER-DataTypes       :     63
      USED in MAP-Errors             :     83   210
      USED in MAP-ER-DataTypes       :     18

p-abortCause..................identifier of P-AbortCause
   DEFINED in TCAPMessages           :     76

P-AbortCause..................type reference  [APPLICATION 10] IMPLICIT INTEGER
   DEFINED in TCAPMessages           :    102
      USED in TCAPMessages           :     76

rand..........................identifier of RAND
   DEFINED in MAP-MS-DataTypes       :    120

RAND..........................type reference OCTET STRING
   DEFINED in MAP-MS-DataTypes       :    125
      USED in MAP-MS-DataTypes       :    120

readyForSM....................value reference ReadyForSM, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    239

ReadyForSM....................type reference OPERATION
   DEFINED in MAP-ShortMessageServic :    135
      USED in MAP-Protocol           :     77   239
      USED in MAP-ShortMessageServic :     20

readyForSM-Arg................identifier of ReadyForSM-Arg
   DEFINED in MAP-ShortMessageServic :    137

ReadyForSM-Arg................type reference SEQUENCE
   DEFINED in MAP-SM-DataTypes       :    113
      USED in MAP-ShortMessageServic :     52   137
      USED in MAP-SM-DataTypes       :     20

reason........................identifier of CHOICE
   DEFINED in TCAPMessages           :     75

regionalSubscNotSupported.....identifier of Named Number, 3
   DEFINED in MAP-MS-DataTypes       :    295

regionalSubscriptionData......identifier of [10] ZoneCodeList
   DEFINED in MAP-MS-DataTypes       :    246

regionalSubscriptionIdentifier..........identifier of [5] ZoneCode
   DEFINED in MAP-MS-DataTypes       :    304

regionalSubscriptionResponse...identifier of [5] RegionalSubscriptionResponse
   DEFINED in MAP-MS-DataTypes       :    286

RegionalSubscriptionResponse............type reference ENUMERATED
   DEFINED in MAP-MS-DataTypes       :    291
      USED in MAP-MS-DataTypes       :    287   310

regionalSubscriptionResponse...identifier of [0] RegionalSubscriptionResponse
   DEFINED in MAP-MS-DataTypes       :    309

registerPassword..............value reference RegisterPassword, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    218

RegisterPassword..............type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    255
      USED in MAP-Protocol           :     62   218
      USED in MAP-SupplementaryServi :     23

registerSS....................value reference RegisterSS, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    203

RegisterSS....................type reference OPERATION
   DEFINED in MAP-SupplementaryServi :     80
      USED in MAP-Protocol           :     53   203
      USED in MAP-SupplementaryServi :     13

registerSS-Arg................identifier of RegisterSS-Arg
   DEFINED in MAP-SupplementaryServi :     82

RegisterSS-Arg................type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :     52
      USED in MAP-SupplementaryServi :     57    82
      USED in MAP-SS-DataTypes       :     14

reject........................identifier of [4] IMPLICIT Reject
   DEFINED in TCAPMessages           :    128

Reject........................type reference SEQUENCE
   DEFINED in TCAPMessages           :    165
      USED in TCAPMessages           :    128

reportSM-DeliveryStatus.value reference ReportSM-DeliveryStatus, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    228

ReportSM-DeliveryStatus.......type reference OPERATION
   DEFINED in MAP-ShortMessageServic :     99
      USED in MAP-Protocol           :     72   228
      USED in MAP-ShortMessageServic :     15

reportSM-DeliveryStatusArg....identifier of ReportSM-DeliveryStatusArg
   DEFINED in MAP-ShortMessageServic :    101

ReportSM-DeliveryStatusArg....type reference SEQUENCE
   DEFINED in MAP-SM-DataTypes       :     85
      USED in MAP-ShortMessageServic :     49   101
      USED in MAP-SM-DataTypes       :     17

requestAuthenticationSet......identifier of Named Number, 1
   DEFINED in MAP-MS-DataTypes       :    211

requestedBasicServiceViolatesCUG-Constraidentifier of Named Number, 5
   DEFINED in MAP-ER-DataTypes       :     52

requestIMSI...................identifier of Named Number, 0
   DEFINED in MAP-MS-DataTypes       :    210

requestKi.....................identifier of Named Number, 4
   DEFINED in MAP-MS-DataTypes       :    213

RequestParameter..............type reference ENUMERATED
   DEFINED in MAP-MS-DataTypes       :    209
      USED in MAP-MS-DataTypes       :    207

requestParameterList..........identifier of RequestParameterList
   DEFINED in MAP-MS-DataTypes       :    204

RequestParameterList..........type reference SEQUENCE OF
   DEFINED in MAP-MS-DataTypes       :    206
      USED in MAP-MS-DataTypes       :    204

requestSubscriberData.........identifier of Named Number, 2
   DEFINED in MAP-MS-DataTypes       :    212

reset.........................value reference Reset, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    175

Reset.........................type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    280
      USED in MAP-Protocol           :     28   175
      USED in MAP-MobileServiceOpera :     41

resetArg......................identifier of ResetArg
   DEFINED in MAP-MobileServiceOpera :    282

ResetArg......................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    315
      USED in MAP-MobileServiceOpera :     88   282
      USED in MAP-MS-DataTypes       :     46

resourceLimitation............identifier of Named Number, 4
   DEFINED in TCAPMessages           :    107

resourceLimitation............identifier of Named Number, 3
   DEFINED in TCAPMessages           :    186

restoreData...................value reference RestoreData, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    178

RestoreData...................type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    286
      USED in MAP-Protocol           :     30   178
      USED in MAP-MobileServiceOpera :     43

restoreDataArg................identifier of RestoreDataArg
   DEFINED in MAP-MobileServiceOpera :    288

RestoreDataArg................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    323
      USED in MAP-MobileServiceOpera :     89   288
      USED in MAP-MS-DataTypes       :     47

restoreDataRes................identifier of RestoreDataRes
   DEFINED in MAP-MobileServiceOpera :    290

RestoreDataRes................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    328
      USED in MAP-MobileServiceOpera :     90   290
      USED in MAP-MS-DataTypes       :     48

result-RR.....................identifier of SEQUENCE
   DEFINED in TCAPMessages           :    146

returnError...................identifier of [3] IMPLICIT ReturnError
   DEFINED in TCAPMessages           :    127

ReturnError...................type reference SEQUENCE
   DEFINED in TCAPMessages           :    156
      USED in TCAPMessages           :    127

returnErrorProblem............identifier of [3] IMPLICIT ReturnErrorProblem
   DEFINED in TCAPMessages           :    173

ReturnErrorProblem............type reference INTEGER
   DEFINED in TCAPMessages           :    196
      USED in TCAPMessages           :    173

returnErrorUnexpected.........identifier of Named Number, 1
   DEFINED in TCAPMessages           :    197

ReturnResult..................type reference SEQUENCE
   DEFINED in TCAPMessages           :    144
      USED in TCAPMessages           :    126   129

returnResultLast..............identifier of [2] IMPLICIT ReturnResult
   DEFINED in TCAPMessages           :    126

returnResultNotLast...........identifier of [7] IMPLICIT ReturnResult
   DEFINED in TCAPMessages           :    129

returnResultProblem...........identifier of [2] IMPLICIT ReturnResultProblem
   DEFINED in TCAPMessages           :    172

ReturnResultProblem...........type reference INTEGER
   DEFINED in TCAPMessages           :    192
      USED in TCAPMessages           :    172

returnResultUnexpected........identifier of Named Number, 1
   DEFINED in TCAPMessages           :    193

roamingNotAllowed.............value reference RoamingNotAllowed, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    263

RoamingNotAllowed.............type reference ERROR
   DEFINED in MAP-Errors             :    127
      USED in MAP-Protocol           :     93   263
      USED in MAP-MobileServiceOpera :     59   117
      USED in MAP-Errors             :     28

roamingNotAllowedCause........identifier of RoamingNotAllowedCause
   DEFINED in MAP-Errors             :    129

RoamingNotAllowedCause........type reference ENUMERATED
   DEFINED in MAP-ER-DataTypes       :     41
      USED in MAP-Errors             :     79   129
      USED in MAP-ER-DataTypes       :     14

roamingNumber.................identifier of ISDN-AddressString
   DEFINED in MAP-CallHandlingOperat :     76

roamingNumber.................identifier of [0] ISDN-AddressString
   DEFINED in MAP-CommonDataTypes    :    204

roamingNumber.................identifier of ISDN-AddressString
   DEFINED in MAP-CH-DataTypes       :     59

roamingNumber.................identifier of [3] ISDN-AddressString
   DEFINED in MAP-SM-DataTypes       :     73

roamingRestrictionDueToUnsupportedFeatur identifier of [9] NULL
   DEFINED in MAP-MS-DataTypes       :    243

roamingRestrictionDueToUnsupportedFeatur identifier of [4] NULL
   DEFINED in MAP-MS-DataTypes       :    301

routingInfo...................identifier of RoutingInfo
   DEFINED in MAP-CH-DataTypes       :     53

RoutingInfo...................type reference CHOICE
   DEFINED in MAP-CH-DataTypes       :     58
      USED in MAP-CH-DataTypes       :     53

routingInfoForSM-Arg..........identifier of RoutingInfoForSM-Arg
   DEFINED in MAP-ShortMessageServic :     67

RoutingInfoForSM-Arg..........type reference SEQUENCE
   DEFINED in MAP-SM-DataTypes       :     41
      USED in MAP-ShortMessageServic :     46    67
      USED in MAP-SM-DataTypes       :     14

routingInfoForSM-Res..........identifier of RoutingInfoForSM-Res
   DEFINED in MAP-ShortMessageServic :     69

RoutingInfoForSM-Res..........type reference SEQUENCE
   DEFINED in MAP-SM-DataTypes       :     49
      USED in MAP-ShortMessageServic :     47    69
      USED in MAP-SM-DataTypes       :     15

rss...........................identifier of Named Number, 7
   DEFINED in MAP-CommonDataTypes    :    237

sc-AddressNotIncluded.........identifier of Named Number, 0
   DEFINED in MAP-SM-DataTypes       :    109

sc-Congestion.................identifier of Named Number, 4
   DEFINED in MAP-ER-DataTypes       :     83

sendAuthenticationInfo...value reference SendAuthenticationInfo, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    156

SendAuthenticationInfo........type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    212
      USED in MAP-Protocol           :     23   156
      USED in MAP-MobileServiceOpera :     30

sendAuthenticationInfoArg.....identifier of SendAuthenticationInfoArg
   DEFINED in MAP-MobileServiceOpera :    214

SendAuthenticationInfoArg.....type reference IMSI
   DEFINED in MAP-MS-DataTypes       :    185
      USED in MAP-MobileServiceOpera :     79   214
      USED in MAP-MS-DataTypes       :     31

sendAuthenticationInfoRes.....identifier of SendAuthenticationInfoRes
   DEFINED in MAP-MobileServiceOpera :    216

SendAuthenticationInfoRes.....type reference AuthenticationSetList
   DEFINED in MAP-MS-DataTypes       :    187
      USED in MAP-MobileServiceOpera :     80   216
      USED in MAP-MS-DataTypes       :     32

sendEndSignal.................value reference SendEndSignal, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    143

SendEndSignal.................type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    171
      USED in MAP-Protocol           :     18   143
      USED in MAP-MobileServiceOpera :     23

sendIdentification...........value reference SendIdentification, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    133

SendIdentification............type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    136
      USED in MAP-Protocol           :     15   133
      USED in MAP-MobileServiceOpera :     18

sendIdentificationRes.........identifier of SendIdentificationRes
   DEFINED in MAP-MobileServiceOpera :    140

SendIdentificationRes.........type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    111
      USED in MAP-MobileServiceOpera :     72   140
      USED in MAP-MS-DataTypes       :     20

sendIMSI......................value reference SendIMSI, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    190

SendIMSI......................type reference OPERATION
   DEFINED in MAP-OperationAndMainte :     83
      USED in MAP-Protocol           :     40   190
      USED in MAP-OperationAndMainte :     17

sendParameters................value reference SendParameters, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    167

SendParameters................type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    241
      USED in MAP-Protocol           :     25   167
      USED in MAP-MobileServiceOpera :     36

sendParametersArg.............identifier of SendParametersArg
   DEFINED in MAP-MobileServiceOpera :    243

SendParametersArg.............type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    202
      USED in MAP-MobileServiceOpera :     82   243
      USED in MAP-MS-DataTypes       :     38

sendRoutingInfo...............value reference SendRoutingInfo, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    197

SendRoutingInfo...............type reference OPERATION
   DEFINED in MAP-CallHandlingOperat :     51
      USED in MAP-Protocol           :     46   197
      USED in MAP-CallHandlingOperat :     13

sendRoutingInfoArg............identifier of SendRoutingInfoArg
   DEFINED in MAP-CallHandlingOperat :     53

SendRoutingInfoArg............type reference SEQUENCE
   DEFINED in MAP-CH-DataTypes       :     43
      USED in MAP-CallHandlingOperat :     38    53
      USED in MAP-CH-DataTypes       :     14

sendRoutingInfoForSM.......value reference SendRoutingInfoForSM, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    226

SendRoutingInfoForSM..........type reference OPERATION
   DEFINED in MAP-ShortMessageServic :     65
      USED in MAP-Protocol           :     70   226
      USED in MAP-ShortMessageServic :     13

sendRoutingInfoRes............identifier of SendRoutingInfoRes
   DEFINED in MAP-CallHandlingOperat :     55

SendRoutingInfoRes............type reference SEQUENCE
   DEFINED in MAP-CH-DataTypes       :     51
      USED in MAP-CallHandlingOperat :     39    55
      USED in MAP-CH-DataTypes       :     15

SentParameter.................type reference CHOICE
   DEFINED in MAP-MS-DataTypes       :    219
      USED in MAP-MS-DataTypes       :    216

sentParameterList.............identifier of SentParameterList
   DEFINED in MAP-MobileServiceOpera :    245

SentParameterList.............type reference SEQUENCE OF
   DEFINED in MAP-MS-DataTypes       :    215
      USED in MAP-MobileServiceOpera :     83   245
      USED in MAP-MS-DataTypes       :     39

serviceCentreAddress..........identifier of [2] AddressString
   DEFINED in MAP-SM-DataTypes       :     44

serviceCentreAddress..........identifier of AddressString
   DEFINED in MAP-SM-DataTypes       :     87

serviceCentreAddress..........identifier of AddressString
   DEFINED in MAP-SM-DataTypes       :    100

serviceCentreAddressDA........identifier of [4] AddressString
   DEFINED in MAP-SM-DataTypes       :     75

serviceCentreAddressOA........identifier of [4] AddressString
   DEFINED in MAP-SM-DataTypes       :     81

serviceGranted................identifier of Named Number, 0
   DEFINED in MAP-MS-DataTypes       :    251

servingCellId.................identifier of GlobalCellId
   DEFINED in MAP-MS-DataTypes       :    141

servingCellId.................identifier of GlobalCellId
   DEFINED in MAP-MS-DataTypes       :    179

shortMessageMO-PP.............value reference TeleserviceCode, '00100010'B
   DEFINED in MAP-TS-Code            :     28

shortMessageMT-PP.............value reference TeleserviceCode, '00100001'B
   DEFINED in MAP-TS-Code            :     27

signalInfo....................identifier of SignalInfo
   DEFINED in MAP-CommonDataTypes    :    160

SignalInfo....................type reference OCTET STRING
   DEFINED in MAP-CommonDataTypes    :    165
      USED in MAP-CommonDataTypes    :     20   160
      USED in MAP-SM-DataTypes       :     26    65
      USED in MAP-ER-DataTypes       :     28    89

sm-DeliveryFailure...........value reference SM-DeliveryFailure, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    318

SM-DeliveryFailure............type reference ERROR
   DEFINED in MAP-Errors             :    221
      USED in MAP-Protocol           :    119   318
      USED in MAP-ShortMessageServic :     40    97
      USED in MAP-Errors             :     64

sm-DeliveryFailureCause.......identifier of SM-DeliveryFailureCause
   DEFINED in MAP-Errors             :    223

SM-DeliveryFailureCause.......type reference CHOICE
   DEFINED in MAP-ER-DataTypes       :     68
      USED in MAP-Errors             :     84   223
      USED in MAP-ER-DataTypes       :     19

sm-DeliveryFailureCauseWithDiagnostic...identifier of SM-DeliveryFailureCauseWithDiagnostic
   DEFINED in MAP-ER-DataTypes       :     69

SM-DeliveryFailureCauseWithDiagnostic...type reference SEQUENCE
   DEFINED in MAP-ER-DataTypes       :     87
      USED in MAP-ER-DataTypes       :     69

sm-DeliveryOutcome............identifier of SM-DeliveryOutcome
   DEFINED in MAP-SM-DataTypes       :     88

SM-DeliveryOutcome............type reference ENUMERATED
   DEFINED in MAP-SM-DataTypes       :     93
      USED in MAP-SM-DataTypes       :     88

sm-EnumeratedDeliveryFailureCause......identifier of SM-EnumeratedDeliveryFailureCause
   DEFINED in MAP-ER-DataTypes       :     73

SM-EnumeratedDeliveryFailureCause.......type reference ENUMERATED
   DEFINED in MAP-ER-DataTypes       :     78
      USED in MAP-ER-DataTypes       :     73    88

sm-EnumeratedDeliveryFailureCause......identifier of SM-EnumeratedDeliveryFailureCause
   DEFINED in MAP-ER-DataTypes       :     88

sm-RP-DA......................identifier of SM-RP-DA
   DEFINED in MAP-SM-DataTypes       :     63

SM-RP-DA......................type reference CHOICE
   DEFINED in MAP-SM-DataTypes       :     70
      USED in MAP-SM-DataTypes       :     63

sm-RP-OA......................identifier of SM-RP-OA
   DEFINED in MAP-SM-DataTypes       :     64

SM-RP-OA......................type reference CHOICE
   DEFINED in MAP-SM-DataTypes       :     79
      USED in MAP-SM-DataTypes       :     64

sm-RP-PRI.....................identifier of [1] BOOLEAN
   DEFINED in MAP-SM-DataTypes       :     43

sm-RP-UI......................identifier of SignalInfo
   DEFINED in MAP-SM-DataTypes       :     65

sres..........................identifier of SRES
   DEFINED in MAP-MS-DataTypes       :    121

SRES..........................type reference OCTET STRING
   DEFINED in MAP-MS-DataTypes       :    127
      USED in MAP-MS-DataTypes       :    121

ss-AccessBarred...............identifier of Named Number, 5
   DEFINED in MAP-MS-DataTypes       :    265

ss-Code.......................identifier of SS-Code
   DEFINED in MAP-SupplementaryServi :    257

ss-Code.......................identifier of SS-Code
   DEFINED in MAP-SS-DataTypes       :     53

ss-Code.......................identifier of SS-Code
   DEFINED in MAP-SS-DataTypes       :     71

ss-Code.......................identifier of SS-Code
   DEFINED in MAP-SS-DataTypes       :    137

ss-Code.......................identifier of SS-Code
   DEFINED in MAP-SS-DataTypes       :    199

ss-Code.......................identifier of SS-Code
   DEFINED in MAP-SS-DataTypes       :    222

SS-Code.......................type reference OCTET STRING
   DEFINED in MAP-SS-Code            :     11
      USED in MAP-SupplementaryServi :     71   257
      USED in MAP-SS-DataTypes       :     45    53    71   137   199   222   285
      USED in MAP-SS-Code            :     21    25    28    30    32    34    36    40    42
                                           44    46    48    50    53    56    59    63    66
                                           68    70    74    77    80    83    86    89    91
                                           94    98   102   104   106   108   110   113   115
                                          117   121   123   124   125   126   127   128   129
                                          130   131   132   133   134   135   136   137
      USED in MAP-ER-DataTypes       :     34    58

ss-Code.......................identifier of [1] SS-Code
   DEFINED in MAP-ER-DataTypes       :     58

ss-Data.......................identifier of [3] SS-Data
   DEFINED in MAP-SS-DataTypes       :     68

SS-Data.......................type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    198
      USED in MAP-SS-DataTypes       :     68

ss-ErrorStatus................value reference SS-ErrorStatus, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    299

SS-ErrorStatus................type reference ERROR
   DEFINED in MAP-Errors             :    186
      USED in MAP-Protocol           :    109   299
      USED in MAP-SupplementaryServi :     41    97   123   149   176
      USED in MAP-Errors             :     52

ss-ForBS......................identifier of SS-ForBS-Code
   DEFINED in MAP-SupplementaryServi :    105

ss-ForBS......................identifier of SS-ForBS-Code
   DEFINED in MAP-SupplementaryServi :    131

ss-ForBS......................identifier of SS-ForBS-Code
   DEFINED in MAP-SupplementaryServi :    158

ss-ForBS......................identifier of SS-ForBS-Code
   DEFINED in MAP-SupplementaryServi :    184

SS-ForBS-Code.................type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    221
      USED in MAP-SupplementaryServi :     59   105   131   158   184
      USED in MAP-SS-DataTypes       :     20

ss-Incompatibility...........value reference SS-Incompatibility, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    302

SS-Incompatibility............type reference ERROR
   DEFINED in MAP-Errors             :    199
      USED in MAP-Protocol           :    112   302
      USED in MAP-SupplementaryServi :     44   101   151
      USED in MAP-Errors             :     55

ss-IncompatibilityCause.......identifier of SS-IncompatibilityCause
   DEFINED in MAP-Errors             :    201

SS-IncompatibilityCause.......type reference SEQUENCE
   DEFINED in MAP-ER-DataTypes       :     57
      USED in MAP-Errors             :     82   201
      USED in MAP-ER-DataTypes       :     17

ss-Info.......................identifier of SS-Info
   DEFINED in MAP-SupplementaryServi :     84

ss-Info.......................identifier of SS-Info
   DEFINED in MAP-SupplementaryServi :    107

ss-Info.......................identifier of SS-Info
   DEFINED in MAP-SupplementaryServi :    133

ss-Info.......................identifier of SS-Info
   DEFINED in MAP-SupplementaryServi :    160

SS-Info.......................type reference CHOICE
   DEFINED in MAP-SS-DataTypes       :     63
      USED in MAP-SupplementaryServi :     58    84   107   133   160
      USED in MAP-SS-DataTypes       :     15   290

SS-InfoList...................type reference SEQUENCE OF
   DEFINED in MAP-SS-DataTypes       :    289
      USED in MAP-MS-DataTypes       :     53   240
      USED in MAP-SS-DataTypes       :     29

ss-List.......................identifier of [3] SS-List
   DEFINED in MAP-MS-DataTypes       :    284

ss-List.......................identifier of [2] SS-List
   DEFINED in MAP-MS-DataTypes       :    300

SS-List.......................type reference SEQUENCE OF
   DEFINED in MAP-SS-DataTypes       :    284
      USED in MAP-MS-DataTypes       :     52   284   300
      USED in MAP-SS-DataTypes       :     28

ss-NotAvailable...............value reference SS-NotAvailable, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    300

SS-NotAvailable...............type reference ERROR
   DEFINED in MAP-Errors             :    191
      USED in MAP-Protocol           :    110   300
      USED in MAP-SupplementaryServi :     42   201
      USED in MAP-Errors             :     53

ss-Status.....................identifier of SS-Status
   DEFINED in MAP-Errors             :    188

ss-Status.....................identifier of [4] SS-Status
   DEFINED in MAP-SS-DataTypes       :     81

SS-Status.....................type reference OCTET STRING
   DEFINED in MAP-SS-DataTypes       :     90
      USED in MAP-Errors             :     73   188
      USED in MAP-SS-DataTypes       :     16    81   148   201   227   232
      USED in MAP-ER-DataTypes       :     23    60

ss-Status.....................identifier of [4] SS-Status
   DEFINED in MAP-SS-DataTypes       :    148

ss-Status.....................identifier of [4] SS-Status
   DEFINED in MAP-SS-DataTypes       :    201

ss-Status.....................identifier of SS-Status
   DEFINED in MAP-SS-DataTypes       :    227

ss-Status.....................identifier of [0] SS-Status
   DEFINED in MAP-SS-DataTypes       :    232

ss-Status.....................identifier of [4] SS-Status
   DEFINED in MAP-ER-DataTypes       :     60

ss-SubscriptionOption.........identifier of SS-SubscriptionOption
   DEFINED in MAP-Errors             :    195

ss-SubscriptionOption.........identifier of SS-SubscriptionOption
   DEFINED in MAP-SS-DataTypes       :    202

SS-SubscriptionOption.........type reference CHOICE
   DEFINED in MAP-SS-DataTypes       :    208
      USED in MAP-Errors             :     74   195
      USED in MAP-SS-DataTypes       :     19   202

ss-SubscriptionViolation......value reference SS-SubscriptionViolation, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    301

SS-SubscriptionViolation......type reference ERROR
   DEFINED in MAP-Errors             :    193
      USED in MAP-Protocol           :    111   301
      USED in MAP-SupplementaryServi :     43    98   124   150   177   267
      USED in MAP-Errors             :     54

ss-UserData...................identifier of SS-UserData
   DEFINED in MAP-SupplementaryServi :    205

ss-UserData...................identifier of SS-UserData
   DEFINED in MAP-SupplementaryServi :    207

SS-UserData...................type reference IA5String
   DEFINED in MAP-SS-DataTypes       :    240
      USED in MAP-SupplementaryServi :     61   205   207
      USED in MAP-SS-DataTypes       :     22

storedMSISDN..................identifier of ISDN-AddressString
   DEFINED in MAP-ShortMessageServic :    103

storedMSISDN..................identifier of ISDN-AddressString
   DEFINED in MAP-SM-DataTypes       :    104

subscriberBusyForMT-SMS.value reference SubscriberBusyForMT-SMS, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    316

SubscriberBusyForMT-SMS.......type reference ERROR
   DEFINED in MAP-Errors             :    219
      USED in MAP-Protocol           :    118   316
      USED in MAP-ShortMessageServic :     39    95
      USED in MAP-Errors             :     63

subscriberData................identifier of [2] SubscriberData
   DEFINED in MAP-MS-DataTypes       :    222

SubscriberData................type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :    234
      USED in MAP-MS-DataTypes       :    222   231

subscriberId..................identifier of SubscriberId
   DEFINED in MAP-MS-DataTypes       :    203

SubscriberId..................type reference CHOICE
   DEFINED in MAP-CommonDataTypes    :    191
      USED in MAP-MS-DataTypes       :     61   203
      USED in MAP-CommonDataTypes    :     26

subscriberNotMemberOfCUG......identifier of Named Number, 1
   DEFINED in MAP-ER-DataTypes       :     51

subscriberNotSC-Subscriber....identifier of Named Number, 6
   DEFINED in MAP-ER-DataTypes       :     85

subscriberStatus..............identifier of [3] SubscriberStatus
   DEFINED in MAP-MS-DataTypes       :    237

SubscriberStatus..............type reference ENUMERATED
   DEFINED in MAP-MS-DataTypes       :    250
      USED in MAP-MS-DataTypes       :    237

subsequentHandoverFailure.....value reference SubsequentHandoverFailure, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    278

SubsequentHandoverFailure.....type reference ERROR
   DEFINED in MAP-Errors             :    151
      USED in MAP-Protocol           :    101   278
      USED in MAP-MobileServiceOpera :     63   196   208
      USED in MAP-Errors             :     38

successfulTransfer............identifier of Named Number, 2
   DEFINED in MAP-SM-DataTypes       :     96

systemFailure.................value reference SystemFailure, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    245

SystemFailure.................type reference ERROR
   DEFINED in MAP-Errors             :     98
      USED in MAP-Protocol           :     83   245
      USED in MAP-MobileServiceOpera :     51   112   153   164   219   232
                                          292
      USED in MAP-OperationAndMainte :     25    57    69
      USED in MAP-CallHandlingOperat :     22    57    78
      USED in MAP-SupplementaryServi :     33    87   110   136   163   188
                                          210   219   232   246   261
      USED in MAP-ShortMessageServic :     28    71    85   127
      USED in MAP-Errors             :     14

targetCellId..................identifier of GlobalCellId
   DEFINED in MAP-MS-DataTypes       :    134

targetCellId..................identifier of GlobalCellId
   DEFINED in MAP-MS-DataTypes       :    140

targetCellId..................identifier of GlobalCellId
   DEFINED in MAP-MS-DataTypes       :    172

targetCellId..................identifier of GlobalCellId
   DEFINED in MAP-MS-DataTypes       :    178

targetCellId..................identifier of [1] GlobalCellId
   DEFINED in MAP-OM-DataTypes       :     61

targetMSC-Number..............identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :    173

targetMSC-Number..............identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :    180

TBCD-STRING...................type reference OCTET STRING
   DEFINED in MAP-CommonDataTypes    :     59
      USED in MAP-CommonDataTypes    :    186   195

TCAPMessages..................module reference
   DEFINED in TCAPMessages           :      1
      USED in MAP-MobileServiceOpera :     48
      USED in MAP-OperationAndMainte :     22
      USED in MAP-CallHandlingOperat :     19
      USED in MAP-SupplementaryServi :     30
      USED in MAP-ShortMessageServic :     25
      USED in MAP-Errors             :     70

telephony.....................value reference TeleserviceCode, '00010001'B
   DEFINED in MAP-TS-Code            :     23

teleservice...................identifier of [3] TeleserviceCode
   DEFINED in MAP-CommonDataTypes    :    257

teleservice...................identifier of [5] TeleserviceCode
   DEFINED in MAP-SM-DataTypes       :     45

TeleserviceCode...............type reference OCTET STRING
   DEFINED in MAP-TS-Code            :     11
      USED in MAP-CommonDataTypes    :     45   251   257
      USED in MAP-SM-DataTypes       :     34    45
      USED in MAP-TS-Code            :     20    22    23    24    26    27
                                           28    30    31    32    33    38
                                           41    51    53    54    55    56
                                           57    58    59    60    61    62
                                           63    64    65    66    67

teleserviceList...............identifier of [6] TeleserviceList
   DEFINED in MAP-MS-DataTypes       :    239

teleserviceList...............identifier of [1] TeleserviceList
   DEFINED in MAP-MS-DataTypes       :    282

TeleserviceList...............type reference SEQUENCE OF
   DEFINED in MAP-CommonDataTypes    :    250
      USED in MAP-MS-DataTypes       :     70   239   282
      USED in MAP-CommonDataTypes    :     37

teleserviceNotProvisioned.....value reference TeleserviceNotProvisioned, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    268

TeleserviceNotProvisioned.....type reference ERROR
   DEFINED in MAP-Errors             :    140
      USED in MAP-Protocol           :     97   268
      USED in MAP-CallHandlingOperat :     29    65
      USED in MAP-SupplementaryServi :     38    93   118   144   171   196
      USED in MAP-ShortMessageServic :     36    76
      USED in MAP-Errors             :     32

temporaryDefaultAllowed.......identifier of Named Number, 2
   DEFINED in MAP-SS-DataTypes       :    215

temporaryDefaultRestricted....identifier of Named Number, 1
   DEFINED in MAP-SS-DataTypes       :    214

tmsi..........................identifier of TMSI
   DEFINED in MAP-MobileServiceOpera :    138

TMSI..........................type reference OCTET STRING
   DEFINED in MAP-CommonDataTypes    :    189
      USED in MAP-MobileServiceOpera :     96   138
      USED in MAP-CommonDataTypes    :     25   193

tmsi..........................identifier of [1] TMSI
   DEFINED in MAP-CommonDataTypes    :    193

tooManyZoneCodes..............identifier of Named Number, 1
   DEFINED in MAP-MS-DataTypes       :    293

traceReference................identifier of [1] TraceReference
   DEFINED in MAP-OM-DataTypes       :     34

TraceReference................type reference OCTET STRING
   DEFINED in MAP-OM-DataTypes       :     39
      USED in MAP-OM-DataTypes       :     34    47    52

traceReference................identifier of [1] TraceReference
   DEFINED in MAP-OM-DataTypes       :     47

traceReference................identifier of [1] TraceReference
   DEFINED in MAP-OM-DataTypes       :     52

traceSubscriberActivity.value reference TraceSubscriberActivity, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    186

TraceSubscriberActivity.......type reference OPERATION
   DEFINED in MAP-OperationAndMainte :     75
      USED in MAP-Protocol           :     38   186
      USED in MAP-OperationAndMainte :     15

traceSubscriberActivityArg....identifier of TraceSubscriberActivityArg
   DEFINED in MAP-OperationAndMainte :     77

TraceSubscriberActivityArg....type reference SEQUENCE
   DEFINED in MAP-OM-DataTypes       :     50
      USED in MAP-OperationAndMainte :     38    77
      USED in MAP-OM-DataTypes       :     16

traceType.....................identifier of [2] TraceType
   DEFINED in MAP-OM-DataTypes       :     35

TraceType.....................type reference INTEGER
   DEFINED in MAP-OM-DataTypes       :     41
      USED in MAP-OM-DataTypes       :     35    53

traceType.....................identifier of [2] TraceType
   DEFINED in MAP-OM-DataTypes       :     53

tracingBufferFull.............value reference TracingBufferFull, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    284

TracingBufferFull.............type reference ERROR
   DEFINED in MAP-Errors             :    156
      USED in MAP-Protocol           :    102   284
      USED in MAP-OperationAndMainte :     31    62
      USED in MAP-Errors             :     41

TransactionID.................type reference OCTET STRING
   DEFINED in TCAPMessages           :    100
      USED in TCAPMessages           :     47    97    98

undetermined..................identifier of Named Number, 0
   DEFINED in MAP-ER-DataTypes       :     64

unexpectedDataValue...........value reference UnexpectedDataValue, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    247

UnexpectedDataValue...........type reference ERROR
   DEFINED in MAP-Errors             :    105
      USED in MAP-Protocol           :     85   247
      USED in MAP-MobileServiceOpera :     53   115   126   155   165   193
                                          204   221   235   250   263   275
                                          294
      USED in MAP-OperationAndMainte :     27    59    71    90
      USED in MAP-CallHandlingOperat :     24    59    80
      USED in MAP-SupplementaryServi :     35    89   113   139   166   191
                                          211   221   234   248   264
      USED in MAP-ShortMessageServic :     30    73    88   110   129   141
      USED in MAP-Errors             :     16

unexpectedError...............identifier of Named Number, 3
   DEFINED in TCAPMessages           :    199

unexpectedLinkedOperation.....identifier of Named Number, 7
   DEFINED in TCAPMessages           :    190

unidentifiedSubscriber........value reference UnidentifiedSubscriber, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    257

UnidentifiedSubscriber........type reference ERROR
   DEFINED in MAP-Errors             :    120
      USED in MAP-Protocol           :     91   257
      USED in MAP-MobileServiceOpera :     57   127   143   252   264   276
      USED in MAP-OperationAndMainte :     30    61    73
      USED in MAP-ShortMessageServic :     33    90
      USED in MAP-Errors             :     24

unidirectional......identifier of [APPLICATION 1] IMPLICIT Unidirectional
   DEFINED in TCAPMessages           :     52

Unidirectional................type reference SEQUENCE
   DEFINED in TCAPMessages           :     58
      USED in TCAPMessages           :     52

unknownAlphabet...............value reference UnknownAlphabet, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    303

UnknownAlphabet...............type reference ERROR
   DEFINED in MAP-Errors             :    204
      USED in MAP-Protocol           :    113   303
      USED in MAP-SupplementaryServi :     48   222   238   252
      USED in MAP-Errors             :     56

unknownBaseStation...........value reference UnknownBaseStation, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    255

UnknownBaseStation............type reference ERROR
   DEFINED in MAP-Errors             :    116
      USED in MAP-Protocol           :     89   255
      USED in MAP-MobileServiceOpera :     55   166   205
      USED in MAP-Errors             :     22

unknownEquipment..............value reference UnknownEquipment, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    258

UnknownEquipment..............type reference ERROR
   DEFINED in MAP-Errors             :    122
      USED in MAP-Protocol           :     92   258
      USED in MAP-MobileServiceOpera :     58   237
      USED in MAP-Errors             :     25

unknownMSC....................value reference UnknownMSC, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    256

UnknownMSC....................type reference ERROR
   DEFINED in MAP-Errors             :    118
      USED in MAP-Protocol           :     90   256
      USED in MAP-MobileServiceOpera :     56   195   206
      USED in MAP-Errors             :     23

unknownServiceCentre..........identifier of Named Number, 3
   DEFINED in MAP-ER-DataTypes       :     82

unknownSubscriber.............value reference UnknownSubscriber, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    253

UnknownSubscriber.............type reference ERROR
   DEFINED in MAP-Errors             :    112
      USED in MAP-Protocol           :     87   253
      USED in MAP-MobileServiceOpera :     54   116   222   251   295
      USED in MAP-OperationAndMainte :     29    91
      USED in MAP-CallHandlingOperat :     26    61
      USED in MAP-SupplementaryServi :     36    90   114   140   167   192
      USED in MAP-ShortMessageServic :     32    75   111   143
      USED in MAP-Errors             :     20

unrecognizedComponent.........identifier of Named Number, 0
   DEFINED in TCAPMessages           :    179

unrecognizedError.............identifier of Named Number, 2
   DEFINED in TCAPMessages           :    198

unrecognizedInvokeID..........identifier of Named Number, 0
   DEFINED in TCAPMessages           :    192

unrecognizedInvokeID..........identifier of Named Number, 0
   DEFINED in TCAPMessages           :    196

unrecognizedLinkedID..........identifier of Named Number, 5
   DEFINED in TCAPMessages           :    188

unrecognizedMessageType.......identifier of Named Number, 0
   DEFINED in TCAPMessages           :    103

unrecognizedOperation.........identifier of Named Number, 1
   DEFINED in TCAPMessages           :    184

unrecognizedTransactionID.....identifier of Named Number, 1
   DEFINED in TCAPMessages           :    104

unstructuredSS-Notify.....value reference UnstructuredSS-Notify, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    216

UnstructuredSS-Notify.........type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    241
      USED in MAP-Protocol           :     61   216
      USED in MAP-SupplementaryServi :     22

unstructuredSS-Request...value reference UnstructuredSS-Request, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    214

UnstructuredSS-Request........type reference OPERATION
   DEFINED in MAP-SupplementaryServi :    225
      USED in MAP-Protocol           :     60   214
      USED in MAP-SupplementaryServi :     21

updateLocation................value reference UpdateLocation, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    129

UpdateLocation................type reference OPERATION
   DEFINED in MAP-MobileServiceOpera :    106
      USED in MAP-Protocol           :     12   129
      USED in MAP-MobileServiceOpera :     15

updateLocationArg.............identifier of UpdateLocationArg
   DEFINED in MAP-MobileServiceOpera :    108

UpdateLocationArg.............type reference SEQUENCE
   DEFINED in MAP-MS-DataTypes       :     80
      USED in MAP-MobileServiceOpera :     68   108
      USED in MAP-MS-DataTypes       :     16

updateLocationRes.............identifier of UpdateLocationRes
   DEFINED in MAP-MobileServiceOpera :    110

UpdateLocationRes.............type reference CHOICE
   DEFINED in MAP-MS-DataTypes       :     87
      USED in MAP-MobileServiceOpera :     69   110
      USED in MAP-MS-DataTypes       :     17

ussd-Arg......................identifier of USSD-Arg
   DEFINED in MAP-SupplementaryServi :    215

ussd-Arg......................identifier of USSD-Arg
   DEFINED in MAP-SupplementaryServi :    227

ussd-Arg......................identifier of USSD-Arg
   DEFINED in MAP-SupplementaryServi :    243

USSD-Arg......................type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    242
      USED in MAP-SupplementaryServi :     62   215   227   243
      USED in MAP-SS-DataTypes       :     23

ussd-Busy.....................value reference USSD-Busy, CHOICE VALUE 
   DEFINED in MAP-Protocol           :    305

USSD-Busy.....................type reference ERROR
   DEFINED in MAP-Errors             :    206
      USED in MAP-Protocol           :    114   305
      USED in MAP-SupplementaryServi :     49   239   253
      USED in MAP-Errors             :     57

ussd-DataCodingScheme.........identifier of USSD-DataCodingScheme
   DEFINED in MAP-SS-DataTypes       :    243

ussd-DataCodingScheme.........identifier of USSD-DataCodingScheme
   DEFINED in MAP-SS-DataTypes       :    248

USSD-DataCodingScheme.........type reference OCTET STRING
   DEFINED in MAP-SS-DataTypes       :    252
      USED in MAP-SS-DataTypes       :    243   248

ussd-Res......................identifier of USSD-Res
   DEFINED in MAP-SupplementaryServi :    217

ussd-Res......................identifier of USSD-Res
   DEFINED in MAP-SupplementaryServi :    229

USSD-Res......................type reference SEQUENCE
   DEFINED in MAP-SS-DataTypes       :    247
      USED in MAP-SupplementaryServi :     63   217   229
      USED in MAP-SS-DataTypes       :     24

ussd-String...................identifier of USSD-String
   DEFINED in MAP-SS-DataTypes       :    244

ussd-String...................identifier of USSD-String
   DEFINED in MAP-SS-DataTypes       :    249

USSD-String...................type reference OCTET STRING
   DEFINED in MAP-SS-DataTypes       :    257
      USED in MAP-SS-DataTypes       :    244   249

uus...........................value reference SS-Code, '10000001'B
   DEFINED in MAP-SS-Code            :     98

vlr...........................identifier of Named Number, 2
   DEFINED in MAP-CommonDataTypes    :    232

vlr-Number....................identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :     83

vlr-Number....................identifier of ISDN-AddressString
   DEFINED in MAP-MS-DataTypes       :    103

vmsc..........................identifier of Named Number, 5
   DEFINED in MAP-CommonDataTypes    :    235

whiteListed...................identifier of Named Number, 0
   DEFINED in MAP-MS-DataTypes       :    195

ZoneCode......................type reference OCTET STRING
   DEFINED in MAP-MS-DataTypes       :    276
      USED in MAP-MS-DataTypes       :    274   304

ZoneCodeList..................type reference SEQUENCE OF
   DEFINED in MAP-MS-DataTypes       :    273
      USED in MAP-MS-DataTypes       :    246

zoneCodesConflict.............identifier of Named Number, 2
   DEFINED in MAP-MS-DataTypes       :    294

Page 218
Draft prETS 300 599 (GSM 09.02 version 4.19.0): August 2000

Page 100
Draft prETS 300 599 (GSM 09.02 version 4.19.0): August 2000

