OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Module MAP_CommonDataTypes_V10


Import Declarations:


Data Types Summary
TBCD_STRING
DiameterIdentity
AddressString
ISDN_AddressString
FTN_AddressString
ISDN_SubaddressString
SignalInfo
LongSignalInfo
AlertingPattern
GSN_Address
Time
IMSI
ASCI_CallReference
TMSI
IMEI
HLR_Id
HLR_List
LMSI
GlobalCellId
NAEA_CIC
LCSServiceTypeID
PLMN_Id
CellGlobalIdOrServiceAreaIdFixedLength
LAIFixedLength
EMLPP_Priority
MaxMC_Bearers
MC_Bearers
Ext_SS_Status
AgeOfLocationInformation
ProtocolId
Ext_ProtocolId
AccessNetworkProtocolId
NetworkResource
AdditionalNetworkResource
LCSClientInternalID
ExternalSignalInfo
Ext_ExternalSignalInfo
AccessNetworkSignalInfo
IMSI_WithLMSI
NAEA_PreferredCI
LCSClientExternalID
EMLPP_Info
MC_SS_Info
Identity
SubscriberId
SubscriberIdentity
CellGlobalIdOrServiceAreaIdOrLAI
BasicServiceCode
Ext_BasicServiceCode
Constants Summary
maxAddressLength
maxISDN_AddressLength
maxFTN_AddressLength
maxISDN_SubaddressLength
maxSignalInfoLength
maxLongSignalInfoLength
alertingLevel_0
alertingLevel_1
alertingLevel_2
alertingCategory_1
alertingCategory_2
alertingCategory_3
alertingCategory_4
alertingCategory_5
maxNumOfHLR_Id
emergencyServices
emergencyAlertServices
personTracking
fleetManagement
assetManagement
trafficCongestionReporting
roadsideAssistance
routingToNearestCommercialEnterprise
navigation
citySightseeing
localizedAdvertising
mobileYellowPages
trafficAndPublicTransportationInfo
weather
assetAndServiceFinding
gaming
findYourFriend
dating
chatting
routeFinding
whereAmI
serv64
serv65
serv66
serv67
serv68
serv69
serv70
serv71
serv72
serv73
serv74
serv75
serv76
serv77
serv78
serv79
serv80
serv81
serv82
serv83
serv84
serv85
serv86
serv87
serv88
serv89
serv90
serv91
serv92
serv93
serv94
serv95
serv96
serv97
serv98
serv99
serv100
serv101
serv102
serv103
serv104
serv105
serv106
serv107
serv108
serv109
serv110
serv111
serv112
serv113
serv114
serv115
serv116
serv117
serv118
serv119
serv120
serv121
serv122
serv123
serv124
serv125
serv126
serv127
priorityLevelA
priorityLevelB
priorityLevel0
priorityLevel1
priorityLevel2
priorityLevel3
priorityLevel4
maxNumOfMC_Bearers

Details

TBCD_STRING
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
DiameterIdentity

DiameterIdentity
DiameterIdentity ::= OCTET STRING (SIZE(9..55))
-- content of DiameterIdentity is defined in IETF RFC 3588 [139]
AddressString

AddressString
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 ITU-T E.164)
     --   0010 spare
     --   0011 data numbering plan (ITU-T Rec X.121)
     --   0100 telex numbering plan (ITU-T Rec F.69)
     --   0101 spare
     --   0110 land mobile numbering plan (ITU-T 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

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

FTN_AddressString
FTN-AddressString ::=
               AddressString (SIZE (1..maxFTN-AddressLength))
     -- This type is used to represent forwarded-to numbers.
     -- If NAI = international the first digits represent the country code (CC)
     -- and the network destination code (NDC) as for E.164.
maxFTN-AddressLength

ISDN_SubaddressString
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 ITU-T 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

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

LongSignalInfo
LongSignalInfo ::= OCTET STRING (SIZE (1..maxLongSignalInfoLength))
maxLongSignalInfoLength

AlertingPattern
AlertingPattern ::= OCTET STRING (SIZE (1) )
     -- This type is used to represent Alerting Pattern
     --   bits 8765 : 0000 (unused)
     --   bits 43 : type of Pattern
     --        00 level
     --        01 category
     --        10 category
     --        all other values are reserved.
     --   bits 21 : type of alerting
alertingLevel-0

GSN_Address
GSN-Address ::= OCTET STRING (SIZE (5..17))
     -- Octets are coded according to TS 3GPP TS 23.003 [17]
Time

Time
Time ::= OCTET STRING (SIZE (4))
     -- Octets are coded according to IETF RFC 3588 [139]
-- data types for numbering and identification
IMSI

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

ASCI_CallReference
ASCI-CallReference ::= TBCD-STRING (SIZE (1..8))
     -- digits of VGCS/VBS-area,Group-ID are concatenated in this order if there is a
     -- VGCS/VBS-area.
TMSI

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

IMEI
IMEI ::=  TBCD-STRING (SIZE (8))
     --   Refers to International Mobile Station Equipment Identity
     --   and Software Version Number (SVN) defined in TS 3GPP TS 23.003 [17].
     --   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.
HLR-Id

HLR_Id
IMSI
 -- leading digits of IMSI, i.e. (MCC, MNC, leading digits of
 -- MSIN) forming HLR Id defined in TS 3GPP TS 23.003 [17].
HLR-List

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

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

GlobalCellId
GlobalCellId ::= OCTET STRING (SIZE (5..7))
     -- Refers to Cell Global Identification defined in TS 3GPP TS 23.003 [17].
     -- The internal structure is defined as follows:
     -- octet 1 bits 4321                 Mobile Country Code 1st digit
     --          bits 8765                Mobile Country Code 2nd digit
     -- octet 2 bits 4321                 Mobile Country Code 3rd digit
     --          bits 8765                Mobile Network Code 3rd digit
     --                                   or filler (1111) for 2 digit MNCs
     -- octet 3 bits 4321                 Mobile Network Code 1st digit
     --          bits 8765                Mobile Network Code 2nd digit
     -- octets 4 and 5                    Location Area Code according to TS 3GPP TS 24.008[35]
     -- octets 6 and 7                    Cell Identity (CI) according to TS 3GPP TS 24.008[35]
NetworkResource

NAEA_CIC
NAEA-CIC ::= OCTET STRING (SIZE (3))
     -- The internal structure is defined by the Carrier Identification
     -- parameter in ANSI T1.113.3. Carrier codes between “000” and “999” may
     -- be encoded as 3 digits using “000” to “999” or as 4 digits using
     -- “0000” to “0999”. Carrier codes between “1000” and “9999” are encoded
     -- using 4 digits.
SubscriberIdentity

LCSServiceTypeID
LCSServiceTypeID ::= INTEGER (0..127)
     -- the integer values 0-63 are reserved for Standard LCS service types
     -- the integer values 64-127 are reserved for Non Standard LCS service types
-- Standard LCS Service Types
emergencyServices

PLMN_Id
PLMN-Id ::= OCTET STRING (SIZE (3))
     -- The internal structure is defined as follows:
     -- octet 1 bits 4321                 Mobile Country Code 1st digit
     --         bits 8765                 Mobile Country Code 2nd digit
     -- octet 2 bits 4321                 Mobile Country Code 3rd digit
     --         bits 8765                 Mobile Network Code 3rd digit
     --                                   or filler (1111) for 2 digit MNCs
     -- octet 3 bits 4321                 Mobile Network Code 1st digit
     --         bits 8765                 Mobile Network Code 2nd digit
-- data types for CAMEL
CellGlobalIdOrServiceAreaIdOrLAI

CellGlobalIdOrServiceAreaIdFixedLength
CellGlobalIdOrServiceAreaIdFixedLength ::= OCTET STRING (SIZE (7))
     -- Refers to Cell Global Identification or Service Are Identification
     -- defined in 3GPP TS 23.003.
     -- The internal structure is defined as follows:
     -- octet 1 bits 4321                 Mobile Country Code 1st digit
     --         bits 8765                 Mobile Country Code 2nd digit
     -- octet 2 bits 4321                 Mobile Country Code 3rd digit
     --         bits 8765                 Mobile Network Code 3rd digit
     --                                   or filler (1111) for 2 digit MNCs
     -- octet 3 bits 4321                 Mobile Network Code 1st digit
     --         bits 8765                 Mobile Network Code 2nd digit
     -- octets 4 and 5                    Location Area Code according to 3GPP TS 24.008
     -- octets 6 and 7                    Cell Identity (CI) value or
     --                                   Service Area Code (SAC) value
     --                                   according to 3GPP TS 23.003
LAIFixedLength

LAIFixedLength
LAIFixedLength ::= OCTET STRING (SIZE (5))
     -- Refers to Location Area Identification defined in 3GPP TS 23.003 [17].
     -- The internal structure is defined as follows:
     -- octet 1 bits 4321                 Mobile Country Code 1st digit
     --         bits 8765                 Mobile Country Code 2nd digit
     -- octet 2 bits 4321                 Mobile Country Code 3rd digit
     --         bits 8765                 Mobile Network Code 3rd digit
     --                                   or filler (1111) for 2 digit MNCs
     -- octet 3 bits 4321                 Mobile Network Code 1st digit
     --         bits 8765                 Mobile Network Code 2nd digit
     -- octets 4 and 5                    Location Area Code according to 3GPP TS 24.008 [35]
-- data types for subscriber management
BasicServiceCode

EMLPP_Priority
EMLPP-Priority ::= INTEGER (0..15)
     -- The mapping from the values A,B,0,1,2,3,4 to the integer-value is
     -- specified as follows where A is the highest and 4 is the lowest
     -- priority level
     -- the integer values 7-15 are spare and shall be mapped to value 4
priorityLevelA

MaxMC_Bearers
MaxMC-Bearers ::= INTEGER (2..maxNumOfMC-Bearers)
MC-Bearers

MC_Bearers
MC-Bearers ::= INTEGER (1..maxNumOfMC-Bearers)
maxNumOfMC-Bearers

Ext_SS_Status
Ext-SS-Status ::= OCTET STRING (SIZE (1..5))
     -- OCTET 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 TS 3GPP TS 23.011 [22]
     -- bit 4: "Q bit"
     -- bit 3: "P bit"
     -- bit 2: "R bit"
     -- bit 1: "A bit"
     -- OCTETS 2-5: reserved for future use. They shall be discarded if
     -- received and not understood.
   -- data types for geographic location
AgeOfLocationInformation

AgeOfLocationInformation
AgeOfLocationInformation ::= INTEGER (0..32767)
-- the value represents the elapsed time in minutes since the last
-- network contact of the mobile station (i.e. the actuality of the
-- location information).
-- value “0” indicates that the MS is currently in contact with the
--           network
-- value “32767” indicates that the location information is at least
--               32767 minutes old
END

ProtocolId
ENUMERATED {
 gsm-0408 (1),
 gsm-0806 (2),
 gsm-BSSMAP (3),
 -- Value 3 is reserved and must not be used
 ets-300102-1 (4)}
Ext-ExternalSignalInfo

Ext_ProtocolId
ENUMERATED {
 ets-300356 (1),
 ...
  }
-- exception handling:
-- For Ext-ExternalSignalInfo sequences containing this parameter with any
-- other value than the ones listed the receiver shall ignore the whole
-- Ext-ExternalSignalInfo sequence.
AccessNetworkSignalInfo

AccessNetworkProtocolId
ENUMERATED {
 ts3G-48006    (1),
 ts3G-25413 (2),
 ...}
 -- exception handling:
 -- For AccessNetworkSignalInfo sequences containing this parameter with any
 -- other value than the ones listed the receiver shall ignore the whole
 -- AccessNetworkSignalInfo sequence.
AlertingPattern

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

AdditionalNetworkResource
ENUMERATED {
 sgsn (0),
 ggsn (1),
 gmlc (2),
 gsmSCF (3),
 nplr (4),
 auc (5),
 ... ,
 ue (6),
 mme (7)}
 -- if unknown value is received in AdditionalNetworkResource
 -- it shall be ignored.
NAEA-PreferredCI

LCSClientInternalID
ENUMERATED {
 broadcastService                     (0),
 o-andM-HPLMN                         (1),
 o-andM-VPLMN                         (2),
 anonymousLocation                    (3),
 targetMSsubscribedService            (4),
 ... }
-- for a CAMEL phase 3 PLMN operator client, the value targetMSsubscribedService shall be used
LCSServiceTypeID

ExternalSignalInfo
ExternalSignalInfo ::= SEQUENCE {
     protocolId                           ProtocolId,
     signalInfo                           SignalInfo,
     -- Information about the internal structure is given in
     -- clause 7.6.9.
     extensionContainer                   ExtensionContainer                OPTIONAL,
     -- extensionContainer must not be used in version 2
     ...}
SignalInfo

Ext_ExternalSignalInfo
Ext-ExternalSignalInfo ::= SEQUENCE {
     ext-ProtocolId                       Ext-ProtocolId,
     signalInfo                           SignalInfo,
     -- Information about the internal structure is given in
     -- clause 7.6.9.10
     extensionContainer                   ExtensionContainer                OPTIONAL,
     ...}
Ext-ProtocolId

AccessNetworkSignalInfo
AccessNetworkSignalInfo ::= SEQUENCE {
     accessNetworkProtocolId              AccessNetworkProtocolId,
     signalInfo                           LongSignalInfo,
     -- Information about the internal structure is given in clause 7.6.9.1
     extensionContainer                   ExtensionContainer                OPTIONAL,
     ...}
LongSignalInfo

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

NAEA_PreferredCI
NAEA-PreferredCI ::= SEQUENCE {
     naea-PreferredCIC                    [0] NAEA-CIC,
     extensionContainer                   [1] ExtensionContainer            OPTIONAL,
     ...}
NAEA-CIC

LCSClientExternalID
LCSClientExternalID ::= SEQUENCE {
     externalAddress                      [0] ISDN-AddressString            OPTIONAL,
     extensionContainer                   [1] ExtensionContainer            OPTIONAL,
     ... }
LCSClientInternalID

EMLPP_Info
EMLPP-Info ::= SEQUENCE {
     maximumentitledPriority              EMLPP-Priority,
     defaultPriority                      EMLPP-Priority,
     extensionContainer                   ExtensionContainer                  OPTIONAL,
     ...}
EMLPP-Priority

MC_SS_Info
MC-SS-Info ::= SEQUENCE {
     ss-Code                              [0]  SS-Code,
     ss-Status                            [1]  Ext-SS-Status,
     nbrSB                                [2]  MaxMC-Bearers,
     nbrUser                              [3]  MC-Bearers,
     extensionContainer                   [4]  ExtensionContainer             OPTIONAL,
     ...}
MaxMC-Bearers

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

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

SubscriberIdentity
SubscriberIdentity ::= CHOICE {
     imsi                                 [0] IMSI,
     msisdn                               [1] ISDN-AddressString
     }
LCSClientExternalID

CellGlobalIdOrServiceAreaIdOrLAI
CellGlobalIdOrServiceAreaIdOrLAI ::= CHOICE {
     cellGlobalIdOrServiceAreaIdFixedLength     [0] CellGlobalIdOrServiceAreaIdFixedLength,
     laiFixedLength                       [1] LAIFixedLength}
CellGlobalIdOrServiceAreaIdFixedLength

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

Ext_BasicServiceCode
Ext-BasicServiceCode ::= CHOICE {
     ext-BearerService                    [2] Ext-BearerServiceCode,
     ext-Teleservice                      [3] Ext-TeleserviceCode}
EMLPP-Info

maxAddressLength
const integer maxAddressLength   INTEGER ::= 20
ISDN-AddressString

maxISDN_AddressLength
const integer maxISDN-AddressLength   INTEGER ::= 9
FTN-AddressString

maxFTN_AddressLength
const integer maxFTN-AddressLength   INTEGER ::= 15
ISDN-SubaddressString

maxISDN_SubaddressLength
const integer maxISDN-SubaddressLength   INTEGER ::= 21
ExternalSignalInfo

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

maxLongSignalInfoLength
const integer maxLongSignalInfoLength INTEGER ::= 2560
     -- This Named Value represents the maximum number of octets which is available
     -- to carry a single instance of the LongSignalInfo data type using
     -- White Book SCCP with the maximum number of segments.
     -- It takes account of the octets used by the lower layers of the protocol, and
     -- other information elements which may be included in the same component.
AccessNetworkProtocolId

alertingLevel_0
const AlertingPattern alertingLevel-0    AlertingPattern ::= '00000000'B
alertingLevel-1

alertingLevel_1
const AlertingPattern alertingLevel-1    AlertingPattern ::= '00000001'B
alertingLevel-2

alertingLevel_2
const AlertingPattern alertingLevel-2    AlertingPattern ::= '00000010'B
     -- all other values of Alerting level are reserved
     -- Alerting Levels are defined in GSM 02.07
alertingCategory-1

alertingCategory_1
const AlertingPattern alertingCategory-1    AlertingPattern ::= '00000100'B
alertingCategory-2

alertingCategory_2
const AlertingPattern alertingCategory-2    AlertingPattern ::= '00000101'B
alertingCategory-3

alertingCategory_3
const AlertingPattern alertingCategory-3    AlertingPattern ::= '00000110'B
alertingCategory-4

alertingCategory_4
const AlertingPattern alertingCategory-4    AlertingPattern ::= '00000111'B
alertingCategory-5

alertingCategory_5
const AlertingPattern alertingCategory-5    AlertingPattern ::= '00001000'B
     -- all other values of Alerting Category are reserved
     -- Alerting categories are defined in GSM 02.07
GSN-Address

maxNumOfHLR_Id
const integer maxNumOfHLR-Id   INTEGER ::= 50
LMSI

emergencyServices
const LCSServiceTypeID emergencyServices                              LCSServiceTypeID ::= 0
emergencyAlertServices

emergencyAlertServices
const LCSServiceTypeID emergencyAlertServices                         LCSServiceTypeID ::= 1
personTracking

personTracking
const LCSServiceTypeID personTracking                                 LCSServiceTypeID ::= 2
fleetManagement

fleetManagement
const LCSServiceTypeID fleetManagement                                LCSServiceTypeID ::= 3
assetManagement

assetManagement
const LCSServiceTypeID assetManagement                                LCSServiceTypeID ::= 4
trafficCongestionReporting

trafficCongestionReporting
const LCSServiceTypeID trafficCongestionReporting                     LCSServiceTypeID ::= 5
roadsideAssistance

roadsideAssistance
const LCSServiceTypeID roadsideAssistance                             LCSServiceTypeID ::= 6
routingToNearestCommercialEnterprise

routingToNearestCommercialEnterprise
const LCSServiceTypeID routingToNearestCommercialEnterprise           LCSServiceTypeID ::= 7
navigation

navigation
const LCSServiceTypeID navigation                                     LCSServiceTypeID ::= 8
     --this service type is reserved for use in previous releases
citySightseeing

citySightseeing
const LCSServiceTypeID citySightseeing                                LCSServiceTypeID ::= 9
localizedAdvertising

localizedAdvertising
const LCSServiceTypeID localizedAdvertising                           LCSServiceTypeID ::= 10
mobileYellowPages

mobileYellowPages
const LCSServiceTypeID mobileYellowPages                              LCSServiceTypeID ::= 11
trafficAndPublicTransportationInfo

trafficAndPublicTransportationInfo
const LCSServiceTypeID trafficAndPublicTransportationInfo             LCSServiceTypeID ::= 12
weather

weather
const LCSServiceTypeID weather                                        LCSServiceTypeID ::= 13
assetAndServiceFinding

assetAndServiceFinding
const LCSServiceTypeID assetAndServiceFinding                         LCSServiceTypeID ::= 14
gaming

gaming
const LCSServiceTypeID gaming                                         LCSServiceTypeID ::= 15
findYourFriend

findYourFriend
const LCSServiceTypeID findYourFriend                                 LCSServiceTypeID ::= 16
dating

dating
const LCSServiceTypeID dating                                         LCSServiceTypeID ::= 17
chatting

chatting
const LCSServiceTypeID chatting                                       LCSServiceTypeID ::= 18
routeFinding

routeFinding
const LCSServiceTypeID routeFinding                                   LCSServiceTypeID ::= 19
whereAmI

whereAmI
const LCSServiceTypeID whereAmI                                       LCSServiceTypeID ::= 20
-- The values of LCSServiceTypeID are defined according to 3GPP TS 22.071.
-- Non Standard LCS Service Types
serv64

serv64
const LCSServiceTypeID serv64                                         LCSServiceTypeID ::= 64
serv65

serv65
const LCSServiceTypeID serv65                                         LCSServiceTypeID ::= 65
serv66

serv66
const LCSServiceTypeID serv66                                         LCSServiceTypeID ::= 66
serv67

serv67
const LCSServiceTypeID serv67                                         LCSServiceTypeID ::= 67
serv68

serv68
const LCSServiceTypeID serv68                                         LCSServiceTypeID ::= 68
serv69

serv69
const LCSServiceTypeID serv69                                         LCSServiceTypeID ::= 69
serv70

serv70
const LCSServiceTypeID serv70                                         LCSServiceTypeID ::= 70
serv71

serv71
const LCSServiceTypeID serv71                                         LCSServiceTypeID ::= 71
serv72

serv72
const LCSServiceTypeID serv72                                         LCSServiceTypeID ::= 72
serv73

serv73
const LCSServiceTypeID serv73                                         LCSServiceTypeID ::= 73
serv74

serv74
const LCSServiceTypeID serv74                                         LCSServiceTypeID ::= 74
serv75

serv75
const LCSServiceTypeID serv75                                         LCSServiceTypeID ::= 75
serv76

serv76
const LCSServiceTypeID serv76                                         LCSServiceTypeID ::= 76
serv77

serv77
const LCSServiceTypeID serv77                                         LCSServiceTypeID ::= 77
serv78

serv78
const LCSServiceTypeID serv78                                         LCSServiceTypeID ::= 78
serv79

serv79
const LCSServiceTypeID serv79                                         LCSServiceTypeID ::= 79
serv80

serv80
const LCSServiceTypeID serv80                                         LCSServiceTypeID ::= 80
serv81

serv81
const LCSServiceTypeID serv81                                         LCSServiceTypeID ::= 81
serv82

serv82
const LCSServiceTypeID serv82                                         LCSServiceTypeID ::= 82
serv83

serv83
const LCSServiceTypeID serv83                                         LCSServiceTypeID ::= 83
serv84

serv84
const LCSServiceTypeID serv84                                         LCSServiceTypeID ::= 84
serv85

serv85
const LCSServiceTypeID serv85                                         LCSServiceTypeID ::= 85
serv86

serv86
const LCSServiceTypeID serv86                                         LCSServiceTypeID ::= 86
serv87

serv87
const LCSServiceTypeID serv87                                         LCSServiceTypeID ::= 87
serv88

serv88
const LCSServiceTypeID serv88                                         LCSServiceTypeID ::= 88
serv89

serv89
const LCSServiceTypeID serv89                                         LCSServiceTypeID ::= 89
serv90

serv90
const LCSServiceTypeID serv90                                         LCSServiceTypeID ::= 90
serv91

serv91
const LCSServiceTypeID serv91                                         LCSServiceTypeID ::= 91
serv92

serv92
const LCSServiceTypeID serv92                                         LCSServiceTypeID ::= 92
serv93

serv93
const LCSServiceTypeID serv93                                         LCSServiceTypeID ::= 93
serv94

serv94
const LCSServiceTypeID serv94                                         LCSServiceTypeID ::= 94
serv95

serv95
const LCSServiceTypeID serv95                                         LCSServiceTypeID ::= 95
serv96

serv96
const LCSServiceTypeID serv96                                         LCSServiceTypeID ::= 96
serv97

serv97
const LCSServiceTypeID serv97                                         LCSServiceTypeID ::= 97
serv98

serv98
const LCSServiceTypeID serv98                                         LCSServiceTypeID ::= 98
serv99

serv99
const LCSServiceTypeID serv99                                         LCSServiceTypeID ::= 99
serv100

serv100
const LCSServiceTypeID serv100                                        LCSServiceTypeID ::= 100
serv101

serv101
const LCSServiceTypeID serv101                                        LCSServiceTypeID ::= 101
serv102

serv102
const LCSServiceTypeID serv102                                        LCSServiceTypeID ::= 102
serv103

serv103
const LCSServiceTypeID serv103                                        LCSServiceTypeID ::= 103
serv104

serv104
const LCSServiceTypeID serv104                                        LCSServiceTypeID ::= 104
serv105

serv105
const LCSServiceTypeID serv105                                        LCSServiceTypeID ::= 105
serv106

serv106
const LCSServiceTypeID serv106                                        LCSServiceTypeID ::= 106
serv107

serv107
const LCSServiceTypeID serv107                                        LCSServiceTypeID ::= 107
serv108

serv108
const LCSServiceTypeID serv108                                        LCSServiceTypeID ::= 108
serv109

serv109
const LCSServiceTypeID serv109                                        LCSServiceTypeID ::= 109
serv110

serv110
const LCSServiceTypeID serv110                                        LCSServiceTypeID ::= 110
serv111

serv111
const LCSServiceTypeID serv111                                        LCSServiceTypeID ::= 111
serv112

serv112
const LCSServiceTypeID serv112                                        LCSServiceTypeID ::= 112
serv113

serv113
const LCSServiceTypeID serv113                                        LCSServiceTypeID ::= 113
serv114

serv114
const LCSServiceTypeID serv114                                        LCSServiceTypeID ::= 114
serv115

serv115
const LCSServiceTypeID serv115                                        LCSServiceTypeID ::= 115
serv116

serv116
const LCSServiceTypeID serv116                                        LCSServiceTypeID ::= 116
serv117

serv117
const LCSServiceTypeID serv117                                        LCSServiceTypeID ::= 117
serv118

serv118
const LCSServiceTypeID serv118                                        LCSServiceTypeID ::= 118
serv119

serv119
const LCSServiceTypeID serv119                                        LCSServiceTypeID ::= 119
serv120

serv120
const LCSServiceTypeID serv120                                        LCSServiceTypeID ::= 120
serv121

serv121
const LCSServiceTypeID serv121                                        LCSServiceTypeID ::= 121
serv122

serv122
const LCSServiceTypeID serv122                                        LCSServiceTypeID ::= 122
serv123

serv123
const LCSServiceTypeID serv123                                        LCSServiceTypeID ::= 123
serv124

serv124
const LCSServiceTypeID serv124                                        LCSServiceTypeID ::= 124
serv125

serv125
const LCSServiceTypeID serv125                                        LCSServiceTypeID ::= 125
serv126

serv126
const LCSServiceTypeID serv126                                        LCSServiceTypeID ::= 126
serv127

serv127
const LCSServiceTypeID serv127                                        LCSServiceTypeID ::= 127
PLMN-Id

priorityLevelA
const EMLPP_Priority priorityLevelA                            EMLPP-Priority  ::= 6
priorityLevelB

priorityLevelB
const EMLPP_Priority priorityLevelB                            EMLPP-Priority  ::= 5
priorityLevel0

priorityLevel0
const EMLPP_Priority priorityLevel0                            EMLPP-Priority  ::= 0
priorityLevel1

priorityLevel1
const EMLPP_Priority priorityLevel1                            EMLPP-Priority  ::= 1
priorityLevel2

priorityLevel2
const EMLPP_Priority priorityLevel2                            EMLPP-Priority  ::= 2
priorityLevel3

priorityLevel3
const EMLPP_Priority priorityLevel3                            EMLPP-Priority  ::= 3
priorityLevel4

priorityLevel4
const EMLPP_Priority priorityLevel4                            EMLPP-Priority  ::= 4
MC-SS-Info

maxNumOfMC_Bearers
const integer maxNumOfMC-Bearers   INTEGER ::= 7
Ext-SS-Status