Information: C-NTDB

Download as pdf or txt
Download as pdf or txt
You are on page 1of 336

Information

C-NTDB

Data Model Description

A50016-E3804-D18-2-7618
The information in this document is subject to change without notice and describes only the
product defined in the introduction of this documentation. This documentation is intended for the
use of Nokia Siemens Networks customers only for the purposes of the agreement under which
the document is submitted, and no part of it may be used, reproduced, modified or transmitted in
any form or means without the prior written permission of Nokia Siemens Networks. The
documentation has been prepared to be used by professional and properly trained personnel, and
the customer assumes full responsibility when using it. Nokia Siemens Networks welcomes
customer comments as part of the process of continuous development and improvement of the
documentation.
The information or statements given in this documentation concerning the suitability, capacity, or
performance of the mentioned hardware or software products are given “as is” and all liability
arising in connection with such hardware or software products shall be defined conclusively and
finally in a separate agreement between Nokia Siemens Networks and the customer. However,
Nokia Siemens Networks has made all reasonable efforts to ensure that the instructions
contained in the document are adequate and free of material errors and omissions. Nokia
Siemens Networks will, if deemed necessary by Nokia Siemens Networks, explain issues which
may not be covered by the document.
Nokia Siemens Networks will correct errors in this documentation as soon as possible. IN NO
EVENT WILL NOKIA SIEMENS NETWORKS BE LIABLE FOR ERRORS IN THIS
DOCUMENTATION OR FOR ANY DAMAGES, INCLUDING BUT NOT LIMITED TO SPECIAL,
DIRECT, INDIRECT, INCIDENTAL OR CONSEQUENTIAL OR ANY LOSSES,SUCH AS BUT
NOT LIMITED TO LOSS OF PROFIT, REVENUE, BUSINESS INTERRUPTION, BUSINESS
OPPORTUNITY OR DATA,THAT MAY ARISE FROM THE USE OF THIS DOCUMENT OR THE
INFORMATION IN IT.
This documentation and the product it describes are considered protected by copyrights and other
intellectual property rights according to the applicable laws.
The wave logo is a trademark of Nokia Siemens Networks Oy. Nokia is a registered trademark of
Nokia Corporation. Siemens is a registered trademark of Siemens AG.
Other product names mentioned in this document may be trademarks of their respective owners,
and they are mentioned for identification purposes only.
Copyright © Nokia Siemens Networks 2010. All rights reserved.

f Important Notice on Product Safety

Elevated voltages are inevitably present at specific points in this electrical equipment.
Some of the parts may also have elevated operating temperatures.
Non-observance of these conditions and the safety instructions can result in personal
injury or in property damage.
Therefore, only trained and qualified personnel may install and maintain the system.
The system complies with the standard EN 60950 / IEC 60950. All equipment connected
has to comply with the applicable safety standards.

The same text in German:


Wichtiger Hinweis zur Produktsicherheit
In elektrischen Anlagen stehen zwangsläufig bestimmte Teile der Geräte unter
Spannung. Einige Teile können auch eine hohe Betriebstemperatur aufweisen.
Eine Nichtbeachtung dieser Situation und der Warnungshinweise kann zu
Körperverletzungen und Sachschäden führen.
Deshalb wird vorausgesetzt, dass nur geschultes und qualifiziertes Personal die
Anlagen installiert und wartet.
Das System entspricht den Anforderungen der EN 60950 / IEC 60950. Angeschlossene
Geräte müssen die zutreffenden Sicherheitsbestimmungen erfüllen.

2/336 A50016-E3804-D18-2-7618
Data Model Description Table of Contents

General Information 5
Keyword/Descriptor ..................................................................................................5
Document Change History .......................................................................................5
Changes Made in the Current Version.........................................................................................5

1 Introduction 6
1.1 Scope ...................................................................................................................6
1.1.1 Principal Structure of the C-NTDB ......................................................................................6
1.1.2 Types of Data Intended for the C-NTDB .............................................................................8
1.1.3 Consequences for the Used Modeling Technique ............................................................9

2 Conceptual Data Model 10


2.1 Directory Information Tree ............................................................................... 10
2.2 Schema Description .......................................................................................... 18
2.2.1 Attribute Description ..........................................................................................................18
2.2.1.1 Common Definitions ........................................................................................................18
2.2.1.2 HLR-Specific Definitions .................................................................................................25
2.2.2 Object Class Description..................................................................................................240
2.2.2.1 Common Definitions ......................................................................................................240
2.2.2.2 HLR-Specific Definitions ...............................................................................................244
2.3 Entry Description ............................................................................................ 256
2.3.1 Structure Entry Description .............................................................................................258
2.3.2 Service Entry Description ................................................................................................260
2.3.3 Subscriber Entry Description ..........................................................................................272
2.3.4 Versioning Information.....................................................................................................331

3 Interfaces (views) 334

4 Glossary and Abbreviations 335

A50016-E3804-D18-2-7618 3/336
Data Model Description

4/336 A50016-E3804-D18-2-7618
Data Model Description General Information

General Information

Keyword/Descriptor
Directory based database, X.500 data model, LDAP, DAP, C-NTDB, HLR

Document Change History


The purpose of this section is to describe the changes made to the document compared to the
previous versions.

Changes Made in the Current Version

In the current version (2), following changes are made:


 Added new values to the ntfToCse attribute.
 Editorial Changes.

A50016-E3804-D18-2-7618 5/336
Introduction Data Model Description

1 Introduction

1.1 Scope
This document describes the data model for an X.500 based subscriber database held in the C-
NTDB for the use of a subscriber-dataless HLR.

1.1.1 Principal Structure of the C-NTDB

The following figure gives an overview over the system the C-NTDB is embedded in.

MSC/VLR

MAP

STP STP Provisioning


Center

MAP

Provisioning
Gateway MAP Mobile Application
Protocol
HLRd-FE HLRd-FE HLRd-FE MSC Mobile Switching
Center
VLR Visiting Location
LDAP/X.500 Register
HLRd-FE Home Location
Register
Frontend
DS Directory Server
DSA Directory Service
DS DS DS Agent

DS DS DS DS DS DS

Frontend DSA Backend DSA Backend DSA

Figure 1: Embedding the C-NTDB into the Network


Figure 1 displays the common subscriber database that is connected to the application HLRd-
FE (also referred to as HLR-FE) and to the application Provisioning. In both cases
communication between the application and the database is done using LDAP/DAP. The HLR-
FE is connected to the SS7-Network, the provisioning gateway to some kind of provisioning
center.
The C-NTDB is realized as an X.500 directory basically residing in memory.
Important for the object model is another aspect shown in figure 1, and that is the split of the
database into one frontend DSA (or more) and one backend DSA (or more). This split, which is
not a consequence of any ITU-T or IETF recommendation, is purely motivated by the necessity
for speed in case of real-time applications needing fast access to the database. The following
figure shows the architecture more clearly:

6/336 A50016-E3804-D18-2-7618
Data Model Description Introduction

SPML
client client client Provision ing
Center

Provisioning
Gateway
HLRd-FE_1 HLRd-FE_x HLRd-FE_m
LDAP
LD AP
LDAP

~40 mio

FE-DSA /Root DSA

~1,5 m io ~1,5 mio

DS DS

...
DS DS DS DS

BE-DSA 1 BE-DSA n

Figure 2: Structure of the C-NTDB


Figure 2 shows that all HLR clients need to access the directory through the FE-DSA (which is
also called “Routing DSA”).
The FE-DSA stores only references to the actual entries that are the information on which BE-
DSA a certain entry can be found and which key-attributes it contains. This guarantees that only
a single hop is needed for LDAP searches coming into a Routing DSA and where only key-
attributes (that is, the ‘naming attributes' of the subscriber) are used to specify the search. The
benefit is that the LDAP client (for example, HLR application) does not have to know where the
actual subscriber entries are stored in the backend DSAs which really separates the subscriber
location knowledge from the applications. This leads to a much simpler architecture where the
applications only need to know the Routing DSAs.
The storage of the actual entries and attributes is done on the BE-DSAs.
The numbers in figure 2 represent a very rough assumption of the amount of subscribers (1.5
m), which can be stored on one BE-DSA (with 8 Gigabyte RAM). For a BE-DSA it is assumed
that the amount of data related to a single subscriber does not exceed 4K.
For a Routing DSA it represents an assumption of the number of references (40 m) storable on
one Routing DSA (with 16 Gigabyte RAM). Each reference to a subscriber is estimated about
200-300 Bytes in size.
The DS triplets shown in figure 2 represent the minimum amount of physical servers necessary
for one logical DSA. Each of them contains identical information and though the figure does not
show it, this is also true for the root DSA and the Routing DSA.

A50016-E3804-D18-2-7618 7/336
Introduction Data Model Description

1.1.2 Types of Data Intended for the C-NTDB

The figure 3 shows a classification of the subscriber data that are candidates for being stored in
the C-NTDB.

OSS/BSS

SD MM Store & P2P & Online


Content IN
Message Network Hosted Business Applications
Forward Group and Services Charging, SD
Services Services
Services Messaging Comm. Prepaid

Billing

Enabling
Statistics Presence
Presence Location MSP
MSP
Services Location
BI SD

Customer
Care

Network
System Media
Media
Supporting Services HLR/(AuC)
HLR/(AuC) HSS
HSS
Mgmt. Control SD
(OA&M) Control

PS (IP) PLMN ext. (IP)


Bearer Services IMS Domain SS#7 based Domain

Mobile Terminal functions


HTTP SIP GSM RTP 3rd party applications
SIM
HTTP SD
HTTP Client (browser) SIP Client GSM Client RTP Client

Figure 3: Subscriber Data Envisaged for the C-NTDB


Figure 3 shows three classes of subscriber data:
 Subscriber data for network supporting services: These are subscriber data that are
necessary to realize services (like mobility) within a (mobile) network.
 Subscriber data for enabling services: These are subscriber data, which are service
specific (for example, privacy lists to enable location service functionality) for enabling
services.
 Subscriber data for network hosted applications and services: These are subscriber
data, which are service specific for higher value services.
To evaluate, which subscriber data of the three service classes can be stored in a central
subscriber database, the following areas of requirements have to be analyzed:
 Access type: real-time, near real-time, non-real-time
 Persistency requirements: permanent, transient
 Storage requirements: varying in size according to the service itself and according to the
amount of subscribers involved.
 Data model complexity: complexity of data relations and data manipulation.
 Used by many services: data are accessed by various services independently

8/336 A50016-E3804-D18-2-7618
Data Model Description Introduction

It should be noted that services of the second and third layer may also use data of the lower
layer services. It will never be the other way round.
According to the above requirement areas, the HLR application (in figure 3 seen as a network
supporting service) contains the following characteristics:
 Access type is real-time.
 Subscriber data is permanent.
 One subscriber record has been calculated to contain a maximum of 4K.
 With the exception of the interdependencies of basic and supplementary services, the
complexity is fairly low.
 A first analysis shows that there is potential for the reuse of parts of the object model by
other network supporting services.

1.1.3 Consequences for the Used Modeling Technique

Generally directory like databases have been developed for and are most effective with a
seldom changing basic structure, few modifications of the content and a high percentage of
read operations.
In addition directories can be an efficient solution for data storage, if the client knows the exact
point in the directory information tree, which stores the requested data, because this can
dramatically reduce the amount of possible resulting entries of an otherwise scoped query,
which again can improve search performance a lot.
The requirement analysis of HLR as described in subsection 1.1.2 has two main consequences:
 The tree structure of the subscriber tree is kept as flat as possible with a minimal number
of entries a subscriber consists of.
 Every attribute, which has a unique value for one subscriber and, which is used as a
database access criterion to find a complete subscriber record, is modeled as a key.
(IMSI and MSISDN)
In addition HLR has to carry out its signaling according to 3GPP, which means that the data
items defined in the various standards, and which were already part of HLR-c, have to be
incorporated into the data model.
As a tree like structure is not suited for table like data definitions, these are avoided as far as
possible. In some situations the standards from ETSI and 3GPP do not support this strategy. In
these cases subtrees have to be defined under the subscriber, which are as deep as the
dimension of the table.

A50016-E3804-D18-2-7618 9/336
Conceptual Data Model Data Model Description

2 Conceptual Data Model


This section describes the C-NTDB data model (HLR part) for C-NTDB V1.x in detail.
Subsection 2.1 provides a principal graphical representation of the entries in the Directory
Information Tree (DIT), in order to explain the underlying ideas of the structures.
Subsection 2.2 represents the schema description of the data base. It contains:
 Attributes (required or allowed) and
 Object classes
It is to be noted though that the schema definitions do not contain any information about the
tree structure of the actual entries.
To generate schemes for the data base, refer to the current Directory Server documentation.
The table like representation of the attributes does not reflect how the scheme has to be
generated. In subsection 2.3 some examples of the entries of the DIT are described. These
examples can be divided into two categories:
 Service Tree: The service tree contains all subscriber invariant data, which still belong to
the subscriber, because they are part of subscriber records. This tree has been modeled
so that all types of data appear within the tree. Obviously it does not make sense to
model all variants, which may appear in the field.
 Subscriber Tree: This specification contains four different subscribers. The first three
represent typical subscribers, as they could also exist in the field, whereas the fourth
subscriber (called max-subscriber) has been modeled with the intention of referencing all
object classes pertaining to the subscriber tree at least once, so that it becomes clear to
the provisioning development, how the mapping from the service oriented SPML-
definition of the OSS can be mapped onto the object oriented LDAP definition of the DS.
Annex A gives an idea, how GSM standardization sees the structuring of attributes, a subset of
which is defined in this specification.

2.1 Directory Information Tree


Figures 5 and 6 shows the general structure of the DIT, but no attributes. These can be seen in
the figures in section 2.3. The modeling of the DIT focuses on a general structure, which can
encompass all subscriber-related data of a service/network provider and also one that contains
a subscriber model allowing real-time access as is necessary for HLR.
Two groups of data can be distinguished, as has been mentioned in the last subsection:
 Subscriber tree: permanent subscriber data, subscriber-specific service data

10/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Root

o=DEFAULT
oc: tenantConfiguration

sssd=SSSD
oc: subSpecServDat

uid=262011100000004
oc: subscriber
uid:262011100000004
contractIdPtr: 11111

dc=MSISDN nss=NSS dc=IMSI


oc: dcObject oc: netSuppServ oc: dcObject

msisdn = …0040 msisdn = …0066 imsi=262011100000004 imsi=262011100000004


ALIAS ALIAS oc:acSubData
ALIAS
o=HLR
oc: subInNss

msisdn = 491711100040 uShortcode=100 cugId=1 pcugbasicServiceGroup=


ccNdc=49_171 basicServiceGroup=TS10
TS10
oc: msisdnInNss oc: imsi-u-csi oc: ssInNssCug oc: cugParam oc: rszilistInNss oc: ssInNssParam

msisdn = 491711100066 uShortcode=109 cugId=10 pcugbasicServiceGroup= ccNdc=31_172 basicServiceGroup=BS30


BS30
oc: msisdnInNss oc: imsi-u-csi oc: ssInNssCug oc: cugParam oc: rszilistInNss oc: ssInNssParam

broadcastId=10 pdpContextId=10 featureNum=10


broadcastId=1
o: vbsData pdpContextId=1
o: imsi-gprsData featureNum=1
o: lateFeat
oc: vbsData oc: gprsData oc: lateFeat

Figure 4: DIT Structure – Subscriber Tree Example


The subscriber tree shows the basic structure of a subscriber in C-NTDB. All types of
subscribers (for example, prepaid, prepaid-GPRS, multi-numbering) show a structure analogous
to this DIT. For details, refer to section 2.3.2.

 Service tree: common service data with infrequent changes, which are typically identical
for groups of subscribers and which belong to the subscriber, as they are part of the
subscriber’s individual service/network settings

A50016-E3804-D18-2-7618 11/336
Conceptual Data Model Data Model Description

ROOT o=deleteInfo
oc: nssConf*
o=DEFAULT
oc: tenantConfiguration o=resetInfo
oc: nssConf*
o=counter o=services o=templates
oc: nssCounter oc: cntdbOrganization oc: subTemplate o=SCTRANS
oc: nssConf*
o=nss
o=VMS oc: applicationConfiguration o=PROHIBFTNO
oc: nssConf* oc: nssConf*

o=DCSI o=SSCSI o=MCSI o=MGCSI o=LCSPROF o=MSP o=GPRSCSI o=SMSCSI o=VTCSI o=MTSMSCSI o=UGCSI
oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf oc: nssConf*

o=OCSI o=TCSI o=UCSI o=BCASET o=SUBRELRO o=QOSPROF o=ROAMAREA


oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf*

inmocName= inmtcName= nsrUCSIName=


bcn=SPEECH subscrServ= qOfServName=
OCSI1 TCSI1 UCSI1 o: tdpData roamAreaName=
SUBRELRO1 GPRSQOS1
ROAMAREA1
oc: o-csi oc: t-csi oc: nsr-u-csi oc: BCASETINNSS
oc: subrelro oc: QOFSERV
oc: ROAM-AREA

tdpId=12 bcn=FAX
o: tdpData
oc: tdpData uShortCode=103 oc: BCASETINNSS
uShortCode=100
o: tdpData
oc: u-csi bcn=DATA
o: tdpData
* abbreviation for oc: nssConfiguration
oc: BCASETINNSS

Figure 5: DIT Structure – Service Tree

Since service tree data are subscriber independent, they should be stored once in the directory
separately from the subscriber tree (best on the ROUTING DSA, as it does not contain a lot of
data) and be referenced from the subscriber entry when needed. This avoids unnecessary
redundancies in the data model and simplifies administrative tasks (for example, change of the
general characteristics of a service via provisioning gateway).

12/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

FE-DSA/Routing DSA
Root

vers=01_05_02
o=DEFAULT oc: version
Real entry
dc=MSISDN sssd=SSSD dc=IMSI

msisdn=491711100010 msisdn=436766918190 uid=262011100000001 uid=262011101000004 imsi=262011100000001 imsi=262011101000004

Ref. to BE1 Ref. to BE2 Ref. to BE1 Ref. to BE2 Ref. to BE1 Ref. to BE2

o=services

o=nss o=es (*) o=bas (*)

o=OCSI o=TCSI o=UCSI

oc: nssConfiguration oc: nssConfiguration oc: nssConfiguration

(*) ... will not be found within the DIT as SSSD … Subscriber Specific Service Data
long as an application does not request nss … Network Supporting Services
its existence in the DIT explicitly es … Enabling Services
bas … Business and Application Services

Figure 6: Split Overview between Subscriber Independent Service and Subscriber Data
The following figure shows the subscriber independent service tree in more detail:

A50016-E3804-D18-2-7618 13/336
Conceptual Data Model Data Model Description

ROOT

o=DEFAULT o=deleteInfo

oc: tenantConfiguration oc: nssConf*

o=resetInfo
oc: nssConf*
o=counter o=services o=templates
oc: cntdbOrganization oc: subTemplate
oc: nssCounter o=SCTRANS
oc: nssConf*
o=nss
o=VMS oc: applicationConfiguration o=PROHIBFTNO
oc: nssConf* o: nssConf*

o=DCSI o=SSCSI o=MCSI o=MGCSI o=LCSPROF o=MSP o=GPRSCSI o=SMSCSI o=VTCSI o=MTSMSCSI o=UGCSI
oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf oc: nssConf*

o=OCSI o=TCSI o=UCSI o=BCASET o=SUBRELRO o=QOSPROF o=ROAMAREA


oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf*

inmocName= inmtcName= nsrUCSIName=


bcn=SPEECH subscrServ= qOfServName=
OCSI1 TCSI1 UCSI1 o: tdpData roamAreaName=
SUBRELRO1 GPRSQOS1
ROAMAREA1
oc: o-csi oc: t-csi oc: nsr-u-csi oc: BCASETINNSS
oc: subrelro oc: QOFSERV
oc: ROAM-AREA

tdpId=12 bcn=FAX
o: tdpData
oc: tdpData uShortCode=103 oc: BCASETINNSS
uShortCode=100
o: tdpData
oc: u-csi bcn=DATA
o: tdpData
oc: BCASETINNSS

* abbreviation for o: nssConfiguration

Figure 7: Organization of Subscriber Independent Service Data in More Details

The following figures give a more detailed view of the subscriber tree and illustrate the DIT
structure with regard to the routing (FE) DSA and the BE-DSA.

14/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

FE FE FE

uid=262011100000001 msisdn=491711100010 imsi=262011100000001

uid=262011100000001

oc: subscriber
uid:262011100000001
contractIdPtr: 11111

nss=NSS

oc: netSuppServ

imsi=262011100000001 msisdn=491711100010

o:acSubData ALIAS
BE-DSA1
imsi:262011100000001 ALIASes pointing
acSubscrType: 1 to one specific IMSI
acEncKey: 123456…..
acSeqNum: 0 imsi=262011100000001

ALIAS

Figure 8: DIT Model on One BE-DSA: General Overview

As can be seen in Figure 9, each card is identified by the unique IMSI identifier. This IMSI is
assigned during creation of the IMSI via the PCS.
Figure 9 also shows that each end user can be identified by a unique identifier (UID). As there is
no business model for an end user at the moment, but there will be in future, this UID is
assigned during creation of the subscriber via the provisioning gateway.
The HLR application currently accesses the database via IMSI and MSISDN. This access has to
be in real-time; therefore these two attributes have to be modeled as separate keys (entries). In
the BE-DSA they are implemented as aliases pointing to the IMSI of the card. By applying this
concept it is guaranteed that the whole subscriber data can be read with the IMSI and the
MSISDN within one LDAP subtree search operation.
Below the IMSI entry all other entries and attributes containing the subscriber data and the
subscriber-specific service data can be found. General HLR subscriber attributes are stored in
the entry HLR and in entries below if necessary.
The data model on the BE-DSA is easily extensible if an additional application (for example,
HSS) starts to use the C-NTDB.

A50016-E3804-D18-2-7618 15/336
Conceptual Data Model Data Model Description

RoutingDSA/FE-DSA: Root

o=DEFAULT
dc=MSISDN dc=IMSI
sssd=SSSD
msisdn= …10 imsi=...4
msisdn= …12
uid=262011101000004
Ref. to BE1 Ref. to BE1 Ref. to BE1
Ref. to BE1

FE
FE FE FE
uid=262011100000004
msisdn= …10 msisdn= …12 imsi=...4

uid=262011100000004
msisdn=...10 msisdn=...12 imsi=...04
oc: subscriber
ALIAS ALIAS ALIAS

nss=NSS
oc: netSuppServ

Reference via ALIAS imsi=262011100000004

oc: acSubData Reference via ALIAS


imsi:262011100000004
Reference via ALIAS acSubscrType: 1
acEncKey: 123456…..
acSeqNum: 0

o=HLR

oc: subInNss
o: hlr
....
ocsi: OCSI1
refSubRelRo: SUBRELRO1 Exemplary pointers
to service tree
msisdn=491711100010 msisdn=491711100011
oc: msisdnInNss oc: msisdnInNss
msisdn: 491711100010 msisdn: 491711100011
BE-DSA1: isBasic: TRUE isBasic: FALSE
…. ….

Figure 9: DIT Model on ROUTING DSA and BE-DSA


Figure 10 depicts one ROUTING DSA and the corresponding BE-DSA. For each key attribute
(for example, MSISDN=…10) a reference to the respective BE-DSA is stored. In the BE-DSA
the actual subscriber related entries are stored under the unique IMSI. All other key attributes
are realized as alias.

16/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Root FE-DSA1/Routing DSA1

dc=MSISDN o=DEFAULT
dc=IMSI
Ref. to FE2 Ref. to FE4

sssd=SSSD

o=services

o=nss o=es (*) o=bas (*)

o=OCSI o=TCSI o=UCSI


oc: nssConfiguration oc: nssConfiguration oc: nssConfiguration

FE-DSA2/Routing DSA 2
msisdn=491711100010 msisdn=436766918190

Ref. to BE1 Ref. to BE2

FE-DSA4/Routing DSA4
imsi=262011100000001 imsi=262011101000004
Ref. to BE1 Ref. to BE2

Figure 10: Solving Capacity Limits on ROUTING DSA (Cascading ROUTING DSA)
Due to the natural RAM limitations of the underlying HW the number of subscribers/references
that can be stored on a BE-DSA/ROUTING DSA is limited. For the scalability of the BE-DSA
this is of no influence. Another BE triplet can be added to the directory easily. If necessary, a re-
distribution of subscribers might take place.
A ROUTING DSA cannot be extended by adding another triplet since it has to store all
references for all subscribers of the directory. It depends on the number of subscribers and
number of keys as well as the size of the RAM of the ROUTING DSAs if a cascading of
ROUTING DSAs is necessary. ROUTING DSA1 stores references to further ROUTING DSAs.
These ROUTING DSAs then store the actual BE-DSA references. It is quite clear that this
concept adds another hop for each LDAP operation (ROUTING DSA1 -> ROUTING DSAx ->
BE-DSA) which will have an impact on access performance. Currently there is no plan to use
this concept.
The criteria as to which entries in ROUTING DSA1 will be grouped are to be defined. This could
be according to the application (for example, separate ROUTING DSAs for HLR, HSS and so
on) and/or according to an intelligent routing algorithm.
Note: Figure 11 does not solve the problem if a single key already exceeds the limitation of a
ROUTING DSA. In this specific case a piece of proprietary logic on the primary ROUTING DSA
has to decide which subscriber information is stored on what secondary ROUTING DSA.
Figure 9 shows the upper levels of the directory information tree used for C-NTDB. It details the
structure of the subscriber tree which is flexible enough to be extended for further applications.

A50016-E3804-D18-2-7618 17/336
Conceptual Data Model Data Model Description

It also contains an additional level in the ROUTING DSA to ease the implementation of
cascading ROUTING DSAs. Thus a primary ROUTING DSA could contain the top hierarchy,
secondary ROUTING DSAs containing MSISDNs and IMSIs as shown in figure 11.
For the time being it is assumed that a simple ROUTING DSA will be sufficient.
Since the service tree is very limited in size and rather stable with infrequent changes the
storage of this subtree is flexible. To avoid redundancy it is desirable to store it in the ROUTING
DSA where it can be accessed directly by HLR (and other applications). Another possibility is to
read the whole tree once at bind time and then cache it in the application-FE context for further
usage. In this case a triggering mechanism has to be implemented to inform the application-FE
of changes after the last service tree read operation.

2.2 Schema Description


The following definitions have been taken from a schema description created by the HLR and
the C-NTDB development.
The attribute definitions have been listed in alphabetical form, as they are directly created out of
the database, which forms the basis for all DB-sources. Thus any inconsistencies between the
actually loaded model and the description within this specification have been avoided.
Note: All OIDs, which have been assigned to the C-NTDB, are defined containing the official
NSN registration prefix (1.3.6.1.4.1.4329) and follow official OID structure.

2.2.1 Attribute Description

2.2.1.1 Common Definitions

Attribute Name backwardRegExp


Registration 1.3.6.1.4.1.4329.1.6.4.1031
Description Backwards regular expression.
Attribute Syntax PrintableString (1 .. 128)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name changeModifAttr


Registration 1.3.6.1.4.1.4329.1.6.4.1002
This attribute holds the information about the attributes, which have been
Description
changed from the last to the actual version
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

18/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name changeAddAttr


Registration 1.3.6.1.4.1.4329.1.6.4.1003
This attribute holds the information about the attributes, which have been
Description
added from the last to the actual version
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name changeDelAttr


Registration 1.3.6.1.4.1.4329.1.6.4.1004
This attribute holds the information about the attributes, which have been
Description
deleted from the last to the actual version
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name changeModifOcl


Registration 1.3.6.1.4.1.4329.1.6.4.1005
This attribute holds the information about the objectclasses, which have been
Description
changed from the last to the actual version
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name changeAddOcl


Registration 1.3.6.1.4.1.4329.1.6.4.1006
This attribute holds the information about the objectclasses, which have been
Description
added from the last to the actual version
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 19/336
Conceptual Data Model Data Model Description

Attribute Name changeDelOcl


Registration 1.3.6.1.4.1.4329.1.6.4.1007
This attribute holds the information about the objectclasses, which have been
Description
deleted from the last to the actual version
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name changeModifEntry


Registration 1.3.6.1.4.1.4329.1.6.4.1008
This attribute holds the information about the entries, which have been
Description
changed from the last to the actual version
Attribute Syntax PrintableString (1 .. 64)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name changeAddEntry


Registration 1.3.6.1.4.1.4329.1.6.4.1009
This attribute holds the information about the entries, which have been added
Description
from the last to the actual version
Attribute Syntax PrintableString (1 .. 64)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name changeDelEntry


Registration 1.3.6.1.4.1.4329.1.6.4.1010
This attribute holds the information about the entries, which have been
Description
deleted from the last to the actual version
Attribute Syntax PrintableString (1 .. 64)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

20/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name contractId


Registration 1.3.6.1.4.1.4329.1.6.4.1011
Subscriber Specific contract Data
Description
This attribute contains the contractId.
Attribute Syntax PrintableString (1 .. 20)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE

Value Assertion

Default Value

Attribute Name contractIdPtr


Registration 1.3.6.1.4.1.4329.1.6.4.1012
Description This attribute holds all contractIds belonging to one end user.
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name v-date


Registration 1.3.6.1.4.1.4329.1.6.4.1013
Description This attribute describes the date of the last change in the schema as a whole
Attribute Syntax GeneralizedTime
Matching Criteria generalizedTimeMatch, generalizedTimeOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name dc
Registration 0.9.2342.19200300.100.1.25
Domain component (taken from RFC4519)
Description

Attribute Syntax PrintableString (1 .. 128)


Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 21/336
Conceptual Data Model Data Model Description

Attribute Name delAlias


Registration 1.3.6.1.4.1.4329.1.6.4.1072
Description This attribute describes the alias of the object to be deleted.
Attribute Syntax PrintableString (1 .. 255)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name delStatus


Registration 1.3.6.1.4.1.4329.1.6.4.1073
Description This attribute holds the status for the deletion of an object.
Attribute Syntax PrintableString
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name delTimestamp


Registration 1.3.6.1.4.1.4329.1.6.4.1074
Description This attribute describes the timestamp for an object deletion.
Attribute Syntax GeneralizedTime
Matching Criteria generalizedTimeMatch, generalizedTimeOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name forwardRegExp


Registration 1.3.6.1.4.1.4329.1.6.4.1030
Description Forwards regular expression.
Attribute Syntax PrintableString (1 .. 128)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name nss


Registration 1.3.6.1.4.1.4329.1.6.4.1028
Network Supporting Services
Description

Attribute Syntax PrintableString (1 .. 20)


Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE

22/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Assertion
Default Value

Attribute Name o
Registration 2.5.4.10
Organization name (taken from RFC4519)
Description

Attribute Syntax PrintableString (1 .. 128)


Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refSubscriber


Registration 1.3.6.1.4.1.4329.1.6.4.1075
Description This object and attribute name at the subscriber refers to the service tree.
Attribute Syntax PrintableString (1 .. 64)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE

Value Assertion

Default Value

Attribute Name regexName


Registration 1.3.6.1.4.1.4329.1.6.4.1029
Description Name of the regular expression.
Attribute Syntax PrintableString (1 .. 64)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name resp


Registration 1.3.6.1.4.1.4329.1.6.4.1020
This attribute holds the information about the responsible unit for the change.
Possible values are:
Description pcs … personalization center
oam … operations
ccc … customer care center
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 23/336
Conceptual Data Model Data Model Description

Attribute Name schemaName


Registration 1.3.6.1.4.1.4329.1.6.4.1018
This attribute contains the name of the schema (data
Description
model).
Attribute Syntax PrintableString (1 .. 64)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE

Value Assertion

Default Value

Attribute Name sssd


Registration 1.3.6.1.4.1.4329.1.6.4.1023
Subscriber Specific Service Data
Description This attribute can be used, if the UIDs have to be distributed across various
C-NTDB front ends.
Attribute Syntax PrintableString (1 .. 20)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE

Value Assertion

Default Value

Attribute Name uid


Registration 0.9.2342.19200300.100.1.1
Unique identification of an end-user. Taken from RFC4519.
This attribute will be used to identify a single end user. In C-NTDB version 2
Description
it will be generated automatically by the provisioning gateway and will be in a
1-1 correspondence with the IMSI values.
Attribute Syntax PrintableString (1 .. 128)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name uidPtr


Registration 1.3.6.1.4.1.4329.1.6.4.1026
Description This attribute holds all uids belonging to one contract.
Attribute Syntax PrintableString (1 .. 128)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

24/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name vers


Registration 1.3.6.1.4.1.4329.1.6.4.1027
This attribute is of the form xx_yy_zz. It gives the exact version of the C-
NTDB in use.
xx … data model version
yy … country code (this is for multinational
Description providers, who intend to use the C-NTDB in
different national regions with different
versions)
zz … gives the correction version of this data
model version
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name versDsa


Registration 1.3.6.1.4.1.4329.1.6.4.1022
This attribute contains the version of the schema (data
model) on the DSA.
This attribute is of the form ww.xx.yy.zz. It gives the
exact version of the C-NTDB in use.
Description
ww … main version
xx … sub version
yy … correction release
zz … sub correction release
Attribute Syntax PrintableString (1 .. 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch, caseIgnoreSubstringsMatch
Value Type SINGLE-VALUE
For example:
Notation: 02.02.01.13
02 -> main version
Value Assertion
02 -> sub version
01 -> correction release
13 -> sub correction release
Default Value

2.2.1.2 HLR-Specific Definitions

Attribute Name acAlgorithmId


Registration 1.3.6.1.4.1.4329.1.6.4.440
AC algorithm identifier
This attribute specifies the algorithm used for the generation of authentication
Description
vectors.

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch

A50016-E3804-D18-2-7618 25/336
Conceptual Data Model Data Model Description

Value Type SINGLE-VALUE


Value Assertion
Default Value

Attribute Name acAMF


Registration 1.3.6.1.4.1.4329.1.6.4.438
AMF of AC UMTS subscriber
Description
This is a hexadecimal string with fixed length of 4 bytes.
Attribute Syntax PrintableString (length 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name accessId


Registration 1.3.6.1.4.1.4329.1.6.4.24
access identity
This is a bearer information element according to TS24.008 octet 5.

values:
Description
HARD ACID_HARDCODED
ACID1
ACID2
ACID3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
HARD == 0
ACID1 == 1
Value Assertion ACID2 == 2
ACID3 == 3

Default Value 0

Attribute Name acCheckValue


Registration 1.3.6.1.4.1.4329.1.6.4.441
check value for AC data.
In order to verify the correctness of a stored subscriber key record, each
record contains a SHA1-256 hash. Only the most significant (MSB) 32 bits
shall be stored into the record. The check value CV will be calculated as
Description follows:
CV = 4 MSB of SHA-1( EK (16) || IMSI (15) || Alg-Id (1) || KDB-Id (2)) or
CV = 4 MSB of SHA-1( EKi (16) || IMSI (15) || Alg-Id (1) || KDB-Id (2))
where KDB-ID is coded little endian.

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE

26/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Assertion
Default Value

Attribute Name accPointName


Registration 1.3.6.1.4.1.4329.1.6.4.128
ACCESS POINT NAME

This attribute specifies the access point name. If no access point name is
entered, the default value "*" is used as wildcard.

Notes: - A mobile subscriber may have multiple subscription records for the
same PDP type and the same PDP address, but with different APNs. For
each subscriber there should be only one wild card APN at most for each
Description
PDP address (PDPADR).

This attribute allows 1..62 characters

The attribute APN is a label according to DNS (Domain Name System)


naming conventions describing the access point to the external packet data
network. Access Point Name is composed of two parts as defined in GSM
03.03.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value *

Attribute Name acEncKey


Registration 1.3.6.1.4.1.4329.1.6.4.436
encrypted key of AC subscriber
Description
This is a hexadecimal string with fixed length of 32 bytes.
Attribute Syntax PrintableString (length 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name acHMac


Registration 1.3.6.1.4.1.4329.1.6.4.442
AC hash value
To prove the correctness of a plain text subscriber key K/Ki a cryptographic
hash value will be calculated and stored into the subscriber key record. The
cryptographic hash value shall be calculated as follows:
HMac = 4 MSB of HMAC-SHA1(K, IMSI) or
Description HMac = 4 MSB of HMAC-SHA1(Ki, IMSI)
This cryptographic hash function uses the key KMac to calculate the hash
value HMac. The cryptographic hash shall only be generated and checked
within the security box of the SMC-OP. There is no relevance to proof this
value outside of the SMC-OP security box. A check is intended only for the
purpose to prove the correctness of a clear text subscriber key. Hence KMac

A50016-E3804-D18-2-7618 27/336
Conceptual Data Model Data Model Description

shall only be generated in the security box of the SMC-OP and shall not be
exported to any other security box.

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name acIccId


Registration 1.3.6.1.4.1.4329.1.6.4.443
ICC-Id of the SIM/UICC
Description this is a string, up to 20 digits

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name acKdbId


Registration 1.3.6.1.4.1.4329.1.6.4.439
The reference to the key to encrypt the secret subscriber key.
Description

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name acSeqNum


Registration 1.3.6.1.4.1.4329.1.6.4.437
sequence number of AC UMTS subscriber
Description
This is a hexadecimal string with fixed length of 12 bytes.
Attribute Syntax PrintableString (length 32)
Matching Criteria caseIgnoreMatch, caseIgnoreOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name acSubscrType


Registration 1.3.6.1.4.1.4329.1.6.4.435
type of AC subscriber
Description possible values:
GSM

28/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

UMTS

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
GSM == 0
Value Assertion UMTS == 1

Default Value

Attribute Name actCbInCode


Registration 1.3.6.1.4.1.4329.1.6.4.111
code of active incoming barring
This is the supplementary service identification of the current (active) call
Description
barring of incoming calls.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name actCbOutCode


Registration 1.3.6.1.4.1.4329.1.6.4.110
code of active outgoing barring
Description This is the ssId of the current (active) call barring of outgoing calls.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name actIMSIGprs


Registration 1.3.6.1.4.1.4329.1.6.4.284
Activate IMSI GPRS Flag

This attribute indicates the activation status for a Double IMSI subscriber.
Description
This attribute can only accept single value entry.
Boolean value - true/false
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

A50016-E3804-D18-2-7618 29/336
Conceptual Data Model Data Model Description

Default Value false

Attribute Name address


Registration 1.3.6.1.4.1.4329.1.6.4.167
ADDRESS

This attribute specifies an address, which is used for routing.


Description
This attribute only accepts a single value entry.
1...16 digit hexadecimal number
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name addressType


Registration 1.3.6.1.4.1.4329.1.6.4.166
ADDRESS TYPE
This attribute specifies the type of address that is used for the routing
purpose.

This attribute only accepts a single value entry.

fixed FORMAT
The ADDRESS is used without modification as routing information for routing
to the service center.

SCAddress SERVICE CENTER ADDRESS


The ADDRESS is used without modification as global title address for SCCP
connection to the service center.

Description SubDep SUBSCRIBER DEPENDENT


The parameter ADDR can be entered in international or national format:
international format: The sequence (CC)(NDC)(xxx) is entered for ADDR.
The HLR forms from this and from the SN of the basic MSISDN of the mobile
subscriber a service address in the form (CC)(NDC)(xxx)(SN).
national format: The sequence entered for ADDR contains neither CC nor
NDC. The national format is indicated by the hexadecimal digit A at the end
of the sequence (xxx)A. The HLR forms from this, the NDC and the SN of the
basic MSISDN of the mobile subscriber, a service address in the following
way: the digit A is removed from the sequence entered for ADDR. The NDC
is added, but without the first digit. Then the SN is added resulting in:
(xxx)(NDC without first digit)(SN).

NATFRM NATIONAL FORMAT


The ADDRESS is stored in national format.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Fixed == 1
Value Assertion SubDep == 2
SCAddress == 3

30/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

NATFRM == 4

Default Value 2

Attribute Name allocRetPrio


Registration 1.3.6.1.4.1.4329.1.6.4.53
ALLOCATION RETENTION PRIORITY

Description This attribute specifies the Allocation Retention Priority.


0..255 decimal number

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name AlternSpeechData


Registration 1.3.6.1.4.1.4329.1.6.4.473
number of subscribers with the provision alternate speech/data services
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name AocChargingLevel


Registration 1.3.6.1.4.1.4329.1.6.4.493
number of mobile subscribers with the provision -advice of charge, charging
Description level-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name aoccNotSup


Registration 1.3.6.1.4.1.4329.1.6.4.324
AOCC not supported
This attribute specifies whether Advice Of Call Charging is supported or not.

Description This attribute can only accept single value entry.

true aocc not supported


false aocc supported

A50016-E3804-D18-2-7618 31/336
Conceptual Data Model Data Model Description

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name AocInformLevel


Registration 1.3.6.1.4.1.4329.1.6.4.494
number of mobile subscribers with the provision -advice of charge,
Description information level-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name apd


Registration 1.3.6.1.4.1.4329.1.6.4.433
This attribute stores the indicator of the subscriber which holds the active
Description paging device the janus (multi device) group

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Master == 0
Slave1 == 1
Value Assertion
Slave2 == 2

Default Value

Attribute Name AsciEmlpp


Registration 1.3.6.1.4.1.4329.1.6.4.530
Indicates how many mobile subscribers with the provision enhanced
multilevel precedence and preemption service (eMLPP) for ASCI radio
Description
network are registered in the HLR

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name asciId

32/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Registration 1.3.6.1.4.1.4329.1.6.4.386
Voice Group CALL Service: GROUP IDENTIFICATION
Description
This attribute specifies the group identification number.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name AsciVbs


Registration 1.3.6.1.4.1.4329.1.6.4.528
Indicates how many mobile subscribers with the provision voice broadcast
Description service (VBS) for ASCI radio network are registered in the HLR

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name AsciVgcs


Registration 1.3.6.1.4.1.4329.1.6.4.529
Indicates how many mobile subscribers with the provision voice group call
Description service (VGCS) for ASCI radio network are registered in the HLR

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name aslcStat


Registration 1.3.6.1.4.1.4329.1.6.4.298
ASLC status
This attribute specifies the status of Autonomous Self Location class.

Description This attribute can accept a single value entry.

PROV Autonomous Self Location class is provided


ACTIVE Autonomous Self Location class is active
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PROV == 1
Value Assertion ACTIVE == 2

A50016-E3804-D18-2-7618 33/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name barringCtl


Registration 1.3.6.1.4.1.4329.1.6.4.304
Barring Control

This attribute specifies the Control of Call Barring Supplementary Services.


Description
This attribute can only accept single value entry.

SUB Control by subscriber using password facility


OPR Control by service provider (operator) (default)
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
SUB == 1
Value Assertion OPR == 2

Default Value

Attribute Name basicService


Registration 1.3.6.1.4.1.4329.1.6.4.252
basic service
This attributes stores the basic service subscription data.

The following values are possible for GPRS:


GPRS (general packet radio service)
TS21GPRS (SMS-MT over GPRS)
TS22GPRS (SMS-MO over GPRS)

The values are stored as bearer service codes accoding to 3GPP TS 29.002.
Possible service codes are:
BS21
BS22
BS23
BS24
BS25
BS26
Description
BS20genr
BS31
BS32
BS33
BS34
BS30genr
BS41
BS42
BS43
BS44
BS45
BS46
BS40genr
BS61A
BS81A

34/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

The values are stored as tele service codes accoding to 3GPP TS 29.002.
Possible service codes are:
TS11 (telephony)
TS21 (SMS-MT)
TS22 (SMS-MO)
TS61 (fax group 3 alter speech)
TS62 (automatic fax group 3)
TS91 (voice group call service, VGCS)
TS92 (voice broadcast service, VBS)

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name basicServiceCriteria


Registration 1.3.6.1.4.1.4329.1.6.4.92
basic service criteria
This attribute holds up to 5 basic service group codes for the basic service
Description
criteria.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name basicServiceGroup


Registration 1.3.6.1.4.1.4329.1.6.4.104
basic service group
This attributes stores basic service group data.

possible values:
TS10 allSpeechTransmissionServices
Description TS20 allShortMessageSevices
TS60 allFacsimileTransmissionServices
BS20 allDataCDAServices
BS30 allDataCDSServices
BS40 allPADAccess

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 35/336
Conceptual Data Model Data Model Description

Attribute Name bcn


Registration 1.3.6.1.4.1.4329.1.6.4.11
BEARER CAPABILITY NAME

This attribute specifies the name of the bearer capability.


Description
This attribute only accepts a single value entry.
1..8 characters
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name be-dsaClustAddr


Registration 1.3.6.1.4.1.4329.1.6.4.551
This the address of recovered BE - DSA cluster
Description

Attribute Syntax PrintableString


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name BlockedSubRegInHlr


Registration 1.3.6.1.4.1.4329.1.6.4.451
number of administrative blocked subscribers registered in the HLR
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name broadCastId


Registration 1.3.6.1.4.1.4329.1.6.4.148
BROADCAST ID

This attribute specifies the group identification number.


Description
This attribute allows entry of a single value.
range = (0-9999999)
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion

36/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Default Value

Attribute Name bs20BarrByCb


Registration 1.3.6.1.4.1.4329.1.6.4.350
barring for BS20
This attribute specifies the strongest Call Barring type imposed for BS20
service.

This attribute can only accept single value entry.


Description
none None
baoc Barring of Outgoing Calls
boic Barring of Outgoing International Calls
boicexH Barring of all outgoing international calls
except those to HPLMN country.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
baoc == 1
Value Assertion boic == 2
boicexH == 3

Default Value 0

Attribute Name bs30BarrByCb


Registration 1.3.6.1.4.1.4329.1.6.4.351
barring for BS30
This attribute specifies the strongest Call Barring type imposed for BS3s0
service.

This attribute can only accept single value entry.


Description
none None
baoc Barring of Outgoing Calls
boic Barring of Outgoing International Calls
boicexH Barring of all outgoing international calls
except those to HPLMN country.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
baoc == 1
Value Assertion boic == 2
boicexH == 3

Default Value 0

Attribute Name bs40BarrByCb


Registration 1.3.6.1.4.1.4329.1.6.4.352
Description barring for BS40

A50016-E3804-D18-2-7618 37/336
Conceptual Data Model Data Model Description

This attribute specifies the strongest Call Barring type imposed for BS40
service.

This attribute can only accept single value entry.

none None
baoc Barring of Outgoing Calls
boic Barring of Outgoing International Calls
boicexH Barring of all outgoing international calls
except those to HPLMN country.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
baoc == 1
Value Assertion boic == 2
boicexH == 3

Default Value 0

Attribute Name bslcStat


Registration 1.3.6.1.4.1.4329.1.6.4.297
BSLC status
This attribute specifies the status of Basic Self Location class.

Description This attribute can accept a single value entry.

PROV Basic Self Location class is provided


ACTIVE Basic Self Location class is active
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PROV == 1
Value Assertion ACTIVE == 2

Default Value

Attribute Name Callback


Registration 1.3.6.1.4.1.4329.1.6.4.504
number of mobile subscribers with the provision Call Back
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

38/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name CallBaIncRoamOutHplmn


Registration 1.3.6.1.4.1.4329.1.6.4.488
number of mobile subscribers with the provision -barring of all incoming calls
Description when roaming outside the HPLMN-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallBaOutIntCallHplmn


Registration 1.3.6.1.4.1.4329.1.6.4.486
number of mobile subscribers with the provision -barring of all outgoing
Description international calls except those directed to the home PLMN country-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallBarrIncCalls


Registration 1.3.6.1.4.1.4329.1.6.4.487
number of mobile subscribers with the provision -barring of all incoming calls-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallBarrOutgCalls


Registration 1.3.6.1.4.1.4329.1.6.4.484
number of mobile subscribers with the provision -barring of all outgoing calls-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 39/336
Conceptual Data Model Data Model Description

Attribute Name CallBarrOutgIntCalls


Registration 1.3.6.1.4.1.4329.1.6.4.485
number of mobile subscribers with the provision -barring of all outgoing
Description international calls-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name callBarrPw


Registration 1.3.6.1.4.1.4329.1.6.4.311
Call Barring Password

This attribute specifies the password in case of subscriber controlled call


barring.
Description Only one password per mobile subscriber for all call barring services is
possible.

This attribute only accepts a single value entry.


4 digit decimal number
Attribute Syntax NumericString
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallForwDef


Registration 1.3.6.1.4.1.4329.1.6.4.505
number of mobile subscribers with the provision -call forwarding by default-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallForwOnMsBusy


Registration 1.3.6.1.4.1.4329.1.6.4.481
number of mobile subscribers with the provision -call forwarding on mobile
Description subscriber busy-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE

40/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Assertion
Default Value

Attribute Name CallForwOnMsNotReach


Registration 1.3.6.1.4.1.4329.1.6.4.483
number of mobile subscribers with the provision -call forwarding on MS not
Description reachable-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallForwOnNoReply


Registration 1.3.6.1.4.1.4329.1.6.4.482
number of mobile subscribers with the provision -call forwarding on no reply-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallForwUnconditional


Registration 1.3.6.1.4.1.4329.1.6.4.480
number of mobile subscribers with the provision -call forwarding
Description unconditional-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallHold


Registration 1.3.6.1.4.1.4329.1.6.4.498
number of mobile subscribers with the provision -call hold-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 41/336
Conceptual Data Model Data Model Description

Attribute Name CallLineIdentPresent


Registration 1.3.6.1.4.1.4329.1.6.4.489
number of mobile subscribers with the provision -calling line identification
Description presentation- (CLIP)

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallLineIdentRestr


Registration 1.3.6.1.4.1.4329.1.6.4.490
number of mobile subscribers with the provision -calling line identification
Description restriction- (CLIR)

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallsComplBusySub


Registration 1.3.6.1.4.1.4329.1.6.4.501
number of mobile subscribers with the provision -call completion to busy
Description subscriber-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name CallTransfer


Registration 1.3.6.1.4.1.4329.1.6.4.500
number of mobile subscribers provisioned with of -call transfer-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

42/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name CallWaiting


Registration 1.3.6.1.4.1.4329.1.6.4.499
number of mobile subscribers with the provision -call waiting-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name camelPhase


Registration 1.3.6.1.4.1.4329.1.6.4.326
CAMEL phases
This attribute specifies the supported CAMEL phases of the VLR the
subscriber is registered in.
The attribute accepts more then one of the following logical values. The
values are combined to one value by OR combination.
Description
PH1 phase 1
PH2 phase 2
PH3 phase 3
PH4 phase 4

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PH1 == 1
PH2 == 2
Value Assertion PH3 == 4
PH4 == 8

Default Value 1

Attribute Name CamelUssd


Registration 1.3.6.1.4.1.4329.1.6.4.510
number of subscribers with the provision for CAMEL Unstructured
Description Supplementary Services Data

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 43/336
Conceptual Data Model Data Model Description

Attribute Name category


Registration 1.3.6.1.4.1.4329.1.6.4.258
MOBILE SUBSCRIBER CATEGORY

This attribute specifies the mobile subscriber category.

This attribute only accepts a single value entry.


8 bit value

DATACALL DATA CALL


NATOPER NATIONAL OPERATOR
OLADD1 ADD. OPERATOR LANGUAGE 1
OLADD2 ADD. OPERATOR LANGUAGE 2
OLADD3 ADD. OPERATOR LANGUAGE 3
OLENGLSH OPERATOR LANGUAGE ENGLISH
OLFRENCH OPERATOR LANGUAGE FRENCH
OLGERMAN OPERATOR LANGUAGE GERMAN
OLRUSSIA OPERATOR LANGUAGE RUSSIAN
Description
OLSPANSH OPERATOR LANGUAGE SPANISH
ORDINSUB ORDINARY CALLING SUBSCRIBER
PAYPHONE PAYPHONE
PRIOSUB PRIORITY SUBSCRIBER
TESTCALL TEST CALL
ORDFREE ORDINSUB WITHOUT CHARGING
PRIOFREE PRIOSUB WITHOUT CHARGING
PRIO1SUB PRIORITY 1 SUBSCRIBER
PRIO2SUB PRIORITY 2 SUBSCRIBER
PRIO3SUB PRIORITY 3 SUBSCRIBER
VERIFSUB VERIFICATION SUBSCRIBER
PPSCSUBR debit subscriber with record generation
PPSCSUB debit subscriber without record generation
prevModOfCFPrio1Msub
PreventModificationOfCFPrio1Msub
prevModOfCF PreventModificationOfCF
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
OLFRENCH == 1
OLENGLSH == 2
OLGERMAN == 3
OLRUSSIA == 4
OLSPANSH == 5
OLADD1 == 6
OLADD2 == 7
OLADD3 == 8
NATOPER == 9
Value Assertion
ORDINSUB == 10
PRIOSUB == 11
DATACALL == 12
TESTCALL == 13
PAYPHONE == 15
VERIFYSUB == 224
PRIO1SUB == 225
PRIO2SUB == 226
PRIO3SUB == 227

44/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

PPSCSUB == 228
PPSCSUBR == 229
prevModOfCFPrio1Msub == 230
prevModOfCF == 231
ORDFREE == 240
PRIOFREE == 244

Default Value 10

Attribute Name ccbsAnotSVLR


Registration 1.3.6.1.4.1.4329.1.6.4.336
CCBSA not supported
This attribute specifies whether CCBS A is supported by VLR entity or not.

Description This attribute can only accept single value entry.

true CCBS A not supported by VLR


false CCBS A supported by VLR
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name ccbsBlckStat


Registration 1.3.6.1.4.1.4329.1.6.4.301
CCBS blocking state
This attribute indicates the current blocking state for the subscriber during a
CCBS call.

Description This attribute can only accept single value entry.

idle Idle
blck Blocking
rcBlck Recall blocking
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
idle == 1
blck == 2
Value Assertion
rcBlck == 3

Default Value 1

A50016-E3804-D18-2-7618 45/336
Conceptual Data Model Data Model Description

Attribute Name ccbsBnotSVLR


Registration 1.3.6.1.4.1.4329.1.6.4.337
CCBSB not supported
This attribute specifies whether CCBS B is supported by VLR entity or not.

Description This attribute can only accept single value entry.

true CCBS B not supported by VLR


false CCBS B supported by VLR
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name ccbsCtxtTName


Registration 1.3.6.1.4.1.4329.1.6.4.207
CCBS context name
Description Used to store the name of the context for the ongoing SSAP dialogue

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ccbsFeAddress


Registration 1.3.6.1.4.1.4329.1.6.4.209
CCBS frontend address
Description This is the IP address of the HLR front end processing the CCBS request.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ccbsIndex


Registration 1.3.6.1.4.1.4329.1.6.4.205
CCBS index
Description CCBS Index is used to identify the request within the network.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE

46/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Assertion
Default Value

Attribute Name ccbsOMSISDN


Registration 1.3.6.1.4.1.4329.1.6.4.203
MSISDN of the sending side.
Description

Attribute Syntax NumericString (length 15)


Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ccbsPrio


Registration 1.3.6.1.4.1.4329.1.6.4.208
CCBS priority
Description Used to store the priority of a CCBS request.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value 1

Attribute Name ccbsReqStat


Registration 1.3.6.1.4.1.4329.1.6.4.206
CCBS request status
Used to store the state of a CCBS request.

Possible values are:


ccbsBusy CCBS Busy
Description userSusp User suspended
netSusp Net Suspended
absentSusp Absent suspended
ACTIVE Active
quiescent Quiescent

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ccbsBusy == 1
userSusp == 2
netSusp == 3
Value Assertion absentSusp == 4
ACTIVE == 5
quiescent == 6

Default Value 5

A50016-E3804-D18-2-7618 47/336
Conceptual Data Model Data Model Description

Attribute Name ccbsSubStat


Registration 1.3.6.1.4.1.4329.1.6.4.302
CCBS Subscriber State

This attribute indicates the current state of the subscriber during a CCBS
call.

This attribute can only accept single value entry.


Description
idle Idle
notIdle Not Idle
notReach Not reachable
notMnt Not monitored
mntWithStat Monitored without status
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
idle == 0
notIdlel == 1
notReach == 2
Value Assertion
notMnt == 3
mntWithStat == 4

Default Value 3

Attribute Name ccbsTMSISDN


Registration 1.3.6.1.4.1.4329.1.6.4.204
MSISDN of the receiving side.
Description

Attribute Syntax NumericString (length 15)


Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ccbsTQscnt


Registration 1.3.6.1.4.1.4329.1.6.4.303
CCBS target queue
This attribute indicates whether the CCBS target queue is quiescent or not.

Description This attribute can only accept single value entry.

true CCBS Target queue is quiescent


false CCBS Target queue is active
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion
true == 1

48/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Default Value false

Attribute Name ccNdc


Registration 1.3.6.1.4.1.4329.1.6.4.150
country code and network destination code

This attribute identifies the GSM PLMN.


Because used as key (RDN) for the object class special syntax for CC and
NDC is used:
Description ccc_nnnnnn

This attribute only accepts a single value entry.


1...3 digit decimal number for CC
1...6 digit decimal number for NDC

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name cfbForwReason


Registration 1.3.6.1.4.1.4329.1.6.4.407
FORWARDING REASON for CFB

This attribute allows a single value entry.


Description
MSnotReach ms not reachable
MSbusy ms busy
MSnoReply no reply
MSuncond unconditional
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
MSnotReach == 0
MSbusy == 1
Value Assertion MSnoReply == 2
MSuncond == 3

Default Value

Attribute Name cfbNotifCallPty


Registration 1.3.6.1.4.1.4329.1.6.4.408
NOTIFY CALLING PARTY for CFB

This attribute specifies whether the calling subscriber is notified or not.


Description
This attribute accepts a single value entry.

noNotif no notification

A50016-E3804-D18-2-7618 49/336
Conceptual Data Model Data Model Description

notif notification
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noNotif == 0
Value Assertion notif == 1

Default Value

Attribute Name cfbNotifForwPty


Registration 1.3.6.1.4.1.4329.1.6.4.409
NOTIFICATION TO FORWARDING PARTY for CFB

This attribute specifies whether the forwarding subscriber is notified or not.


Description
This attribute allows a single value entry.

noNotif no notification
notif notification
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noNotif == 0
Value Assertion notif == 1

Default Value

Attribute Name cfdforCFBActive


Registration 1.3.6.1.4.1.4329.1.6.4.425
Activity flag for call forwarding default for CFB.
Description

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name cfdforCFNRCActive


Registration 1.3.6.1.4.1.4329.1.6.4.427
Activity flag for call forwarding default for CFNRC.
Description

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
Value Assertion false == 0

50/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

true == 1

Default Value false

Attribute Name cfdforCFNRYActive


Registration 1.3.6.1.4.1.4329.1.6.4.426
Activity flag for call forwarding default for CFNRY.
Description

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name cfdFTNOforCFB


Registration 1.3.6.1.4.1.4329.1.6.4.419
FTNO for call forwarding default in case of CFB
Description

Attribute Syntax PrintableString


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name cfdFTNOforCFBType


Registration 1.3.6.1.4.1.4329.1.6.4.422
number type of default FTNO for CFB
Description

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
longInternat == 144
internat == 145
Value Assertion unknown == 129
longUnknown == 128

Default Value

Attribute Name cfdFTNOforCFNRC


Registration 1.3.6.1.4.1.4329.1.6.4.421
FTNO for call forwarding default in case of CFNRC
Description

Attribute Syntax PrintableString


Matching Criteria caseExactMatch, caseExactOrderingMatch

A50016-E3804-D18-2-7618 51/336
Conceptual Data Model Data Model Description

Value Type SINGLE-VALUE


Value Assertion
Default Value

Attribute Name cfdFTNOforCFNRCType


Registration 1.3.6.1.4.1.4329.1.6.4.424
number type of default FTNO for CFNRC
Description

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
longInternat == 144
internat == 145
Value Assertion unknown == 129
longUnknown == 128

Default Value

Attribute Name cfdFTNOforCFNRY


Registration 1.3.6.1.4.1.4329.1.6.4.420
FTNO for call forwarding default in case of CFNRY
Description

Attribute Syntax PrintableString


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name cfdFTNOforCFNRYType


Registration 1.3.6.1.4.1.4329.1.6.4.423
number type of default FTNO for CFNRY
Description

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
longInternat == 144
internat == 145
Value Assertion unknown == 129
longUnknown == 128

Default Value

Attribute Name cfdServAvail


Registration 1.3.6.1.4.1.4329.1.6.4.418
CALL FORWARDING DEFAULT AVAILABILITY
Description
This attribute indicates the service availability for call forwarding default

52/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

service.

This attribute only accepts a single value entry.

ALLPLMN ALL PUBLIC LAND MOBILE NETWORK


HPLMN HOME PLMN ONLY
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ALLPLMN == 1
Value Assertion HPLMN == 0

Default Value

Attribute Name cfnrcForwReason


Registration 1.3.6.1.4.1.4329.1.6.4.410
FORWARDING REASON for CFnrc

This attribute allows a single value entry.


Description
MSnotReach ms not reachable
MSbusy ms busy
MSnoReply no reply
MSuncond unconditional
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
MSnotReach == 0
MSbusy == 1
Value Assertion MSnoReply == 2
MSuncond == 3

Default Value

Attribute Name cfnrcNotifCallPty


Registration 1.3.6.1.4.1.4329.1.6.4.417
NOTIFY CALLING PARTY for CFnrc

This attribute specifies whether the calling subscriber is notified or not.


Description
This attribute accepts a single value entry.

noNotif no notification
notif notification
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noNotif == 0
Value Assertion notif == 1

A50016-E3804-D18-2-7618 53/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name cfnryForwReason


Registration 1.3.6.1.4.1.4329.1.6.4.411
FORWARDING REASON for CFnry

This attribute allows a single value entry.


Description
MSnotReach ms not reachable
MSbusy ms busy
MSnoReply no reply
MSuncond unconditional
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
MSnotReach == 0
MSbusy == 1
Value Assertion MSnoReply == 2
MSuncond == 3

Default Value

Attribute Name cfnryNotifCallPty


Registration 1.3.6.1.4.1.4329.1.6.4.412
NOTIFY CALLING PARTY for CFnry

This attribute specifies whether the calling subscriber is notified or not.


Description
This attribute accepts a single value entry.

noNotif no notification
notif notification
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noNotif == 0
Value Assertion notif == 1

Default Value

Attribute Name cfnryNotifForwPty


Registration 1.3.6.1.4.1.4329.1.6.4.413
NOTIFICATION TO FORWARDING PARTY for CFnry

This attribute specifies whether the forwarding subscriber is notified or not.


Description
This attribute allows a single value entry.

noNotif no notification
notif notification
Attribute Syntax Integer (0..255)

54/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
noNotif == 0
Value Assertion notif == 1

Default Value

Attribute Name cfuForwReason


Registration 1.3.6.1.4.1.4329.1.6.4.406
FORWARDING REASON for CFU

This attribute allows a single value entry.


Description
MSnotReach ms not reachable
MSbusy ms busy
MSnoReply no reply
MSuncond unconditional
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
MSnotReach == 0
MSbusy == 1
Value Assertion MSnoReply == 2
MSuncond == 3

Default Value

Attribute Name cfuNotifCallPty


Registration 1.3.6.1.4.1.4329.1.6.4.416
NOTIFY CALLING PARTY for CFU

This attribute specifies whether the calling subscriber is notified or not.


Description
This attribute accepts a single value entry.

noNotif no notification
notif notification
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noNotif == 0
Value Assertion notif == 1

Default Value

Attribute Name chargCharac


Registration 1.3.6.1.4.1.4329.1.6.4.130
CHARGING CHARACTERISTICS
Description
This attribute specifies allowed charging characteristics.

A50016-E3804-D18-2-7618 55/336
Conceptual Data Model Data Model Description

This attribute only accepts a single value entry.

NONE
NORMAL NORMAL
PREPAID PREPAID
FLATRATE FLAT RATE
hotbill HOT BILLING
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
hotbill == 1
FLATRATE == 2
Value Assertion
PREPAID == 4
NORMAL == 8

Default Value

Attribute Name chargCharacBehaviour


Registration 1.3.6.1.4.1.4329.1.6.4.131
Charging Characterstics Behaviour

Description Allowed values: 0...4095

Support of Charging Characteristics in HLR acc. TS32.215


Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name clipOverr


Registration 1.3.6.1.4.1.4329.1.6.4.288
CLIP OVERRIDE CATEGORY

This attribute refers to the Override Category for the CLIP supplementary
service.
Description
This attribute can only accept single value entry.

true Override Enabled


false Override Disabled
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

56/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name clirRestrOpt


Registration 1.3.6.1.4.1.4329.1.6.4.305
CLIR Restriction Option

This attribute refers to the subscription option 'Restriction mode' attached to


the CLIR supplementary service.
Description
This attribute only accepts a single value entry.

PERM PERMANENT
TEMPNRES TEMPORARY PRES. NOT RESTRICTED
TEMPRES TEMPORARY PRES. RESTRICTED
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PERM == 0
TEMPRES == 1
Value Assertion
TEMPNRES == 2

Default Value

Attribute Name ClosedUserGroup


Registration 1.3.6.1.4.1.4329.1.6.4.496
number of mobile subscribers with the provision -closed user group-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name codingStdExt


Registration 1.3.6.1.4.1.4329.1.6.4.17
coding Standard Extension
This bearer information element corresponds to octet 3a according to
Description
TS24.008.
Values 0..127 are allowed for this attribute.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name codingStdMtc


Registration 1.3.6.1.4.1.4329.1.6.4.16
Description coding Standard

A50016-E3804-D18-2-7618 57/336
Conceptual Data Model Data Model Description

This element refers to the structure of the bearer capability information


element defined in TS24.008.

values:
other coding
CCITT standardized coding
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
GSM == 0
Value Assertion OTHER == 1

Default Value 0

Attribute Name colpOverr


Registration 1.3.6.1.4.1.4329.1.6.4.289
COLP OVERRIDE CATEGORY
This attribute refers to the Override Category for the COLP supplementary
service.
Description This attribute can only accept single value entry.

true Override Enabled


false Override Disabled
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name compression


Registration 1.3.6.1.4.1.4329.1.6.4.18
compression
This bearer capability information element specifies if data compression is
possible or not.
Description
values:
COMP data compression
NOT COMP data compression not
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
COMP == 1
Value Assertion NOTCOMP == 0

Default Value 0

58/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name configuration


Registration 1.3.6.1.4.1.4329.1.6.4.21
configuration
This bearer capability information element is relevant for a PLMN
connection.
Description
values:
RES reserve
PTP point to point
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PTP == 0
Value Assertion RES == 1

Default Value 0

Attribute Name connElmnt


Registration 1.3.6.1.4.1.4329.1.6.4.42
CONNECTION ELEMENT
This bearer capability information element is relevant between mobile
termination and interworking function.

This attribute accepts only one of the following values.


Description
TR TRANSPARENT
NONTR NONTRANSPARENT (RLP)
BTR BOTH, TRANSPARENT PREFERRED
BNONTR BOTH, NONTRANSPARENT PREFERRED
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
TR == 0
NONTR == 1
Value Assertion BTR == 2
BNONTR == 3

Default Value

Attribute Name ConnLineIdentPresent


Registration 1.3.6.1.4.1.4329.1.6.4.491
number of mobile subscribers with the provision -connected line identification
Description presentation- (COLP)

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion

A50016-E3804-D18-2-7618 59/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name ConnLineIdentRestr


Registration 1.3.6.1.4.1.4329.1.6.4.492
number of mobile subscribers with the provision -connected line identification
Description restriction- (COLR)

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name crelStat


Registration 1.3.6.1.4.1.4329.1.6.4.290
LCS call related status
This attribute specifies the status of call related supplementary service.

Description This attribute can accept a single value entry.

PROV call related class is provided


ACTIVE call related class is active
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PROV == 1
Value Assertion ACTIVE == 2

Default Value

Attribute Name csiActive


Registration 1.3.6.1.4.1.4329.1.6.4.312
CSI active
This attribute specifies which CSI services are active. More than one CSI
services can be active at the same time. This attribute is a 10-bit value.
Each bit corresponds to a CSI.

oCsiActive Originating CSI is active


tCsiActive Terminating CSI is active
Description ssCsiActive Supplementary Service CSI is active
gprsCsiActive GPRS CSI is active
vtCsiActive Visited MSC Terminating CSI is active
smsCsiActive SMS CSI is active
mCsiActive Mobility Management CSI is active
dCsiActive Dialled services CSI is active
mtsmsCsiActive Mobile terminating short message service
mgCsiActive Mobility Management GPRS
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE

60/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

oCsiActive == 1
tCsiActive == 2
ssCsiActive == 4
gprsCsiActive == 8
vtCsiActive == 16
Value Assertion smsCsiActive == 32
mCsiActive == 64
dCsiActive == 128
mtsmsCsiActive == 256
mgCsiActive == 512

Default Value

Attribute Name csiNotify


Registration 1.3.6.1.4.1.4329.1.6.4.313
CSI notification
This attribute specifies the status of Notification flags for various CSI
services. More than one CSI services can be active at the same time. This
attribute is a 10-bit value. Each bit corresponds to a CSI.

oCsiNtfCse NTF active for OCSI


tCsiNtfCse NTF active for TCSI
Description ssCsiNtfCse NTF active for SSCSI
gprsCsiNtfCse NTF active for GPRS CSI
vtCsiNtfCse NTF active for VTCSI
smsCsiNtfCse NTF active for SMS CSI
mCsiNtfCse NTF active for MCSI
dCsiNtfCse NTF active for DCSI
mtsmsCsiNtfCse NTF active for MTSMSCSI
mgCsiNtfCse NTF active for MGCSI
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
oCsiNtfCse == 1
tCsiNtfCse == 2
ssCsiNtfCse == 4
gprsCsiNtfCse == 8
vtCsiNtfCse == 16
Value Assertion smsCsiNtfCse == 32
mCsiNtfCse == 64
dCsiNtfCse == 128
mtsmsCsiNtfCse == 256
mgCsiNtfCse == 512

Default Value

Attribute Name cugbasicServiceGroup


Registration 1.3.6.1.4.1.4329.1.6.4.139
CUG basic service group
This attributes stores basic service groups for which this CUG index is
Description
possible.

Attribute Syntax PrintableString (length 64)

A50016-E3804-D18-2-7618 61/336
Conceptual Data Model Data Model Description

Matching Criteria caseExactMatch, caseExactOrderingMatch


Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name cugId


Registration 1.3.6.1.4.1.4329.1.6.4.135
CLOSED USER GROUP INDEX
This attribute specifies the closed user group.
Description
This attribute only accepts a single value entry.
0...32767, range of decimal numbers
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name cugNotSupVLR


Registration 1.3.6.1.4.1.4329.1.6.4.319
CUG not supported
This attribute specifies whether Closed User Group is supported by VLR or
not.
Description
This attribute can only accept single value entry.

true VLR does not support cug


false VLR does support cug
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name cunrelStat


Registration 1.3.6.1.4.1.4329.1.6.4.291
LCS call unrelated status
This attribute specifies the status of call unrelated supplementary service.

Description This attribute can accept a single value entry.

PROV call unrelated class is provided


ACTIVE call unrelated class is active
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion PROV == 1

62/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

ACTIVE == 2

Default Value

Attribute Name DataCda120075bs


Registration 1.3.6.1.4.1.4329.1.6.4.468
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 1200/75 bit/s) in CDA and
Description
transparent mode

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCda1200bs


Registration 1.3.6.1.4.1.4329.1.6.4.464
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 1200 bit/s) in CDA and
Description
transparent mode

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCda2400bs


Registration 1.3.6.1.4.1.4329.1.6.4.465
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 2400 bit/s) in CDA and
Description
transparent mode

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCda300bs


Registration 1.3.6.1.4.1.4329.1.6.4.463
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 300 bit/s) in CDA and
Description
transparent mode

Attribute Syntax Integer (0..4294967295)

A50016-E3804-D18-2-7618 63/336
Conceptual Data Model Data Model Description

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCda4800bs


Registration 1.3.6.1.4.1.4329.1.6.4.466
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 4800 bit/s) in CDA and
Description
transparent mode

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCda9600bs


Registration 1.3.6.1.4.1.4329.1.6.4.467
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 9600 bit/s) in CDA and
Description
transparent mode

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCdaGbs


Registration 1.3.6.1.4.1.4329.1.6.4.506
number of mobile subscribers being provisioned with the general bearer
Description service to transfer analog data at an appropriate user rate in CDA

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCds1200bs


Registration 1.3.6.1.4.1.4329.1.6.4.469
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 1200 bit/s) in CDS and
Description
transparent mode

64/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCds2400bs


Registration 1.3.6.1.4.1.4329.1.6.4.470
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 2400 bit/s) in CDS and
Description
transparent mode

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCds4800bs


Registration 1.3.6.1.4.1.4329.1.6.4.471
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 4800 bit/s) in CDS and
Description
transparent mode

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCds9600bs


Registration 1.3.6.1.4.1.4329.1.6.4.472
number of subscribers being provisioned with the bearer service to transfer
analog data at a given user rate (in this case 9600 bit/s) in CDS and
Description
transparent mode

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name DataCdsGbs


Registration 1.3.6.1.4.1.4329.1.6.4.507
number of mobile subscribers being provisioned with the general bearer
Description
service to transfer analog data at an appropriate user rate in CDS

A50016-E3804-D18-2-7618 65/336
Conceptual Data Model Data Model Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name dataNetCode


Registration 1.3.6.1.4.1.4329.1.6.4.137
DATA NETWORK IDENTITY CODE

This attribute specifies the data network identification code.


Description
This attribute only accepts a single value entry.

1...4 digit decimal number


Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name dCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.157
DCSI NAME

This attribute specifies a symbolic name identifying the DCSI entry.


This will be used to assign the DCSI to the SubInNSS.
Description
This attribute only accepts a single value entry.
1...10 characters from the symbolic name character set.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name dCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.342
DCSI substitution
This attribute specifies the substitution type for DCSI subscription.

This attribute can only accept single value entry.


Description
noSubstitute No Substitution
substRRUSF Substitute with Roaming Restrictions due
to Unsupported Feature
substBAOC Substitute with Barring of Outgoing Calls

66/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

reserve Reserved
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
substRRUSF == 1
Value Assertion substBAOC == 2
reserve == 3

Default Value

Attribute Name defCFapplied


Registration 1.3.6.1.4.1.4329.1.6.4.338
CFD applied
This attribute specifies whether Default Call Forwarding was applied during
ISD.
Description
This attribute can only accept single value entry.

true CFD was applied during ISD


false CFD was NOT applied during ISD
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name delayClass


Registration 1.3.6.1.4.1.4329.1.6.4.54
DELAY CLASS

This attribute specifies the delay class of the service.

This attribute only accepts single value entry.


Description
LOW Low delay
NORMAL Normal delay
HIGH High delay
BESTEFRT Best effort
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
LOW == 1
NORMAL == 2
Value Assertion HIGH == 3
BESTEFRT == 4

Default Value

A50016-E3804-D18-2-7618 67/336
Conceptual Data Model Data Model Description

Attribute Name deliverESDU


Registration 1.3.6.1.4.1.4329.1.6.4.61
DELIVERY OF ERRONEOUS SDU

This attribute specifies the Delivery Of Erroneous SDU.

NODETECT -> NOT DETECTED


Erroneous SDUs are not detected
Description
DLV -> DELIVERED
Erroneous SDUs are delivered

NODLV -> NOT DELIVERED


Erroneous SDUs are not delivered
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NODETECT == 1
DLV == 2
Value Assertion
NODLV == 3

Default Value

Attribute Name deliverOrder


Registration 1.3.6.1.4.1.4329.1.6.4.60
DELIVERY ORDER

This attribute specifies whether the Delivery Order should be maintained or


Description not.

true WITH DELIVERY ORDER


false WITHOUT DELIVERY ORDER
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value

Attribute Name destnumType


Registration 1.3.6.1.4.1.4329.1.6.4.91
destination number type
This object class specifies the destination number and numbering type as
part of the CAMEL TDP CRITERIA for the OCSI service.
Description In general, it is used to allow / not allow IN-traffic based on a given
destination number.
Layout: infobyte (decimal) + separator + destination number. The seperator
is '_'.
Attribute Syntax PrintableString

68/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria caseExactMatch, caseExactOrderingMatch


Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name dirNumber


Registration 1.3.6.1.4.1.4329.1.6.4.146
VMS directory number
VMS directory number is the directory number of the serving VMS. This
number is used by the network to route the diverted calls to the subscribers
VMS.
Description
VMS directory number is a number in the international format, according to
E.164 recommendation. It is administered by the operator only and is stored
in the HLR. This number is also transferred to the VLR as part of the
InsertSubscriberData message.
Attribute Syntax NumericString
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name dOptRouting


Registration 1.3.6.1.4.1.4329.1.6.4.163
OPTIMAL ROUTING

This attribute specifies whether the optimal routing is allowed or not.


Description
This attribute only accepts a single value entry.

true OPTIMAL ROUTING ALLOWED


false OPTIMAL ROUTING NOT ALLOWED
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value

Attribute Name doubleMSUBSt


Registration 1.3.6.1.4.1.4329.1.6.4.333
double MSUB status
This attribute specifies the doubleMSubStatus value.

This attribute only accepts single value entry only.


Description
nUsed Not used
ACTIVE Active
nActive Not active
nActCanLocOp Not active and cancel location open

A50016-E3804-D18-2-7618 69/336
Conceptual Data Model Data Model Description

nAnyLocUpdDn Not any location update done


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
nUsed == 0
ACTIVE == 1
nActive == 2
Value Assertion
nActCanLocOp == 3
nAnyLocUpdDn == 4

Default Value 0

Attribute Name dReplHndInterr


Registration 1.3.6.1.4.1.4329.1.6.4.162
REPLACEMENT HANDLING FOR INTERROGATION

This attribute determines if the mobile subscriber must be barred during


Interrogation if CAMEL or Service Class Mark not supported. This field
contains the replacement indicator feature flag (RIFF).
Description
This attribute only accepts a single value entry.

repByBAIC REPLACE BY BAIC


noReplaceReq NO REPLACE HANDLING
ORNA NO OTIMAL ROUTING
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noReplaceReq == 2
repByBAIC == 3
Value Assertion
ORNA == 7

Default Value 3

Attribute Name dReplHndlLup


Registration 1.3.6.1.4.1.4329.1.6.4.161
REPLACEMENT HANDLING FOR LOCATION UPDATE

This attribute specifies the replacement for D-CSI if CAMEL service is not
supported. This attribute contains the replacement indicator feature flag
(RIFF).
Description
This attribute only accepts a single value entry.

RRUSF ROAMING RESTRICTIONS


BAOC BARRING OF OUTGOING CALLS
noReplaceReq NO REPLACE HANDLING
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion noReplaceReq == 2

70/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

BAOC == 3
RRUSF == 1

Default Value 3

Attribute Name dSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.159
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the VLR/MSC.

This attribute can accept more than one logical value. The logical values are
combined to one physical value in database by OR combination.

ntf NOTIF TO REQUESTED GSMSCF


Sending notification of subscriber data change to the according gsmSCF.

baprcih BAPRC INSIDE HPLMN


Barring of premium rate calls while roaming inside HPLMN.
Description
baprcoh BAPRC OUTSIDE HPLMN
Barring of premium rate calls while roaming outside HPLMN.

opt1 RESERVED OPTION 1


opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3
opt4 RESERVED OPTION 4
opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
baprcoh == 1
ntf == 2
opt1 == 4
opt2 == 8
opt3 == 16
opt4 == 32
opt5 == 64
Value Assertion
opt6 == 128
opt7 == 256
opt8 == 512
opt9 == 1024
opt10 == 2048
baprcih == 4096

Default Value

Attribute Name dSuppCapPh

A50016-E3804-D18-2-7618 71/336
Conceptual Data Model Data Model Description

Registration 1.3.6.1.4.1.4329.1.6.4.160
PHASE OF CAMEL CAPABILITY

This attribute specifies the phase for which this CAMEL service is capable.
The CAP phase contained in the attribute must be supported by VLR/MSC
and gsmSCF.
Description
This attribute can take more than one of the following logical values. The
logical values are combined to one physical value in database by OR
combination.

PHASE3 Phase 3
PHASE4 Phase 4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PHASE3 == 4
Value Assertion PHASE4 == 8

Default Value 4

Attribute Name dSvcAvail


Registration 1.3.6.1.4.1.4329.1.6.4.158
SERVICE AVAILABILITY

This attribute specifies the CAMEL service availability.


It defines the PLMN in which, use of the service is allowed.
This field contains the service available indicator.
Description
This attribute attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN
noWhere NOT AVAILABLE
VPLMN VISITED PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

Default Value 0

Attribute Name duplexMode


Registration 1.3.6.1.4.1.4329.1.6.4.20
duplex mode
This bearer capability information element is relevant between mobile
Description termination and interworking function.

values:

72/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

half duplex
full duplex
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
FULL == 1
Value Assertion HALF == 0

Default Value 1

Attribute Name emlppDefPrio


Registration 1.3.6.1.4.1.4329.1.6.4.307
DEFAULT EMLPP PRIORITY

Default priority for enhanced multi-level predecence and pre-emtion service

This attribute specifies the default priority on the enhanced multi-level


predecence and pre-emtion service. The attribute unit value DEFAULT
EMLPP PRIORITY has to be less or equal than MAXIMUM EMLPP
PRIORITY.
Description
This attribute only accepts a single value entry.

PRIO0 EMLPP PRIORITY LEVEL 0 (HIGHEST)


PRIO1 EMLPP PRIORITY LEVEL 1
PRIO2 EMLPP PRIORITY LEVEL 2
PRIO3 EMLPP PRIORITY LEVEL 3
PRIO4 EMLPP PRIORITY LEVEL 4 (LOWEST)
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PRIO0 == 0
PRIO1 == 1
PRIO2 == 2
Value Assertion
PRIO3 == 3
PRIO4 == 4

Default Value

Attribute Name emlppMaxPrio


Registration 1.3.6.1.4.1.4329.1.6.4.306
MAXIMUM EMLPP PRIORITY

Maximum priority for enhanced multi-level predecence and pre-emtion


service

Description This attribute specifies the maximum priority on the enhanced multi-level
predecence and pre-emtion service.

This attribute only accepts a single value entry.

PRIO0 EMLPP PRIORITY LEVEL 0 (HIGHEST)

A50016-E3804-D18-2-7618 73/336
Conceptual Data Model Data Model Description

PRIO1 EMLPP PRIORITY LEVEL 1


PRIO2 EMLPP PRIORITY LEVEL 2
PRIO3 EMLPP PRIORITY LEVEL 3
PRIO4 EMLPP PRIORITY LEVEL 4 (LOWEST)
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PRIO0 == 0
PRIO1 == 1
PRIO2 == 2
Value Assertion
PRIO3 == 3
PRIO4 == 4

Default Value

Attribute Name establmnt


Registration 1.3.6.1.4.1.4329.1.6.4.23
establishment
This bearer capability information element is relevant for a PLMN connection.
Description
values:
RES reserved value
DEMAND demand
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
DEMAND == 0
Value Assertion RES == 1

Default Value 0

Attribute Name expiryDate


Registration 1.3.6.1.4.1.4329.1.6.4.281
EXPIRY DATE OF MSUB ENTRY

This attribute specifies the mobile subscribers expiry date. The subscription
expires at the begin of the entered date.

Format within the database is according to RFC 2252:


Description
Generalized Time
Values in this syntax are encoded as printable strings, represented as
specified in X.208. Note that the time zone must be specified.
For example,
199412161032Z

Attribute Syntax GeneralizedTime


Matching Criteria generalizedTimeMatch, generalizedTimeOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

74/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name extGuarBrDwnlnk


Registration 1.3.6.1.4.1.4329.1.6.4.74
Guaranteed bit rate for downlink (extended)
This quality of service parameter specifies the guaranteed bit rate for
downlink in kbit/s.
Description
possible values:
8700..16000 in steps of 100

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name extMaxBrDwnlnk


Registration 1.3.6.1.4.1.4329.1.6.4.73
Maximum bit rate for downlink (extended)
This quality of service parameter specifies the max. bit rate for downlink in
kbit/s.
Description
possible values:
8700..16000 in steps of 100

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name FacsimileServices


Registration 1.3.6.1.4.1.4329.1.6.4.462
number of subscribers with the provision for facsimile services
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name featureAddr


Registration 1.3.6.1.4.1.4329.1.6.4.153
FEATURE DATA

Description This attribute specifies the data for an subscriber related feature. The
meaning of the data is project dependent.

A50016-E3804-D18-2-7618 75/336
Conceptual Data Model Data Model Description

This attribute allows entry of a single value entry.

Maximum of 16 digits hexadecimal number allowed.


Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name featureNum


Registration 1.3.6.1.4.1.4329.1.6.4.152
FEATURE NUMBER

Description This attribute specifies a subscriber related feature. The meaning of the
specified feature is project dependent.
possible values: 1..16
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name fixNetURate


Registration 1.3.6.1.4.1.4329.1.6.4.45
FIXED NETWORK USER RATE
This bearer capability information element is only allowed for basic services
B20GENR, B30GENR, B40GENR.

This attribute accepts only one of the following values.


NONE NOT APPLICABLE
B9600 9.6kBit/s Recommendation X.1 and V.110
Description
B14400 14.4kBit/s Recommendation X.1 and V.110
B19200 19.2kBit/s Recommendation X.1 and V.110
B28800 28.8kBit/s Recommendation X.1 and V.110
B38400 38.4kBit/s Recommendation X.1 and V.110
B48000 48kBit/s Recommendation X.1 and V.110 (synch)
B56000 56kBit/s Recommendation X.1 and V.110 (synch)/bit transparent
B64000 64kBit/s bit transparent
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
B9600 == 1
B14400 == 2
B19200 == 3
B28800 == 4
Value Assertion
B38400 == 5
B48000 == 6
B56000 == 7
B64000 == 8

76/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Default Value

Attribute Name fmClassOfReg


Registration 1.3.6.1.4.1.4329.1.6.4.310
Follow Me class of registration
Railway operators want to restrict a Follow Me (FM) subscriber from
registering to every possible functional number. An access matrix for Follow
Me registration is required based on call type (CT), functional code (FC) and
authorization required for FM registration, called the class of registration
(CoR).
The access matrix for FM registration gives the relation between CT, FC and
CoR. It specifies the CoR required by a subscriber to register to a remote
party with any given CT and FC.
The relationship of FC to CoR in the access matrix should be changeable per
project.
The access matrix is defined by MORANE. Changes to the access matrix do
not occur at frequent or regular intervals.
If the CoR for a combination of CT+FC is changed, the already existing FM
Description registrations are not affected. Forced erasure of FM should be used to
remove any unauthorized registrations.

This attribute holds the classes of registration for the "follow me"
supplementary service. The following values are allowed

A Engine/ Train cab- radio basic functions


B Maintenance service user
C Operation support user
D Customer support user
E Train Controller

This attribute allows entires of a single value or of multiple logical values. The
logical values are combined to one physical value in database by OR
combination.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
A == 1
B == 2
C == 4
Value Assertion
D == 8
E == 16

Default Value

Attribute Name FollowMe


Registration 1.3.6.1.4.1.4329.1.6.4.503
number of mobile subscribers with the provision -follow me-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion

A50016-E3804-D18-2-7618 77/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name frcRtrCurrLc


Registration 1.3.6.1.4.1.4329.1.6.4.226
FORCE RETRIEVAL OF CURRENT LOC

This attribute specifies whether the force retrieval of current location is


allowed or not during MTC setup.
Force retrieval determines the location of a subscriber by paging while
Description normal retrieval provides the location information stored in the VLR.

This attribute only accepts a single value entry.

true FRCL ALLOWED


false FRCL NOT ALLOWED
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value

Attribute Name ftno2


Registration 1.3.6.1.4.1.4329.1.6.4.6
FORWARDED TO NUMBER 2

This attribute specifies one or ranges of forwarded to numbers. All numbers


starting with the given FTNO are prohibited. "A" can be used as length
delimiter at the end of FTNO, so that only numbers exactly matching FTNO
are prohibited. In this case it is not possible to enter a range. The first FTNO
has to be lower than the second. The length of the first and the second
Description
FTNO has to be equal. "F" can be used as wildcard for any digit. Only one
group of wildcards is allowed. If wildcards are used in ranges, the position
and number of the wildcards in the first and the second FTNO has to be the
same. The digits before the wildcards in the first and the second FTNO have
to be equal. The format of the FTNO is project dependent. Normally the
international format is used. Only in special projects national numbers are
possible.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ftnoCfb


Registration 1.3.6.1.4.1.4329.1.6.4.106
FTNO for CFB
Description This attributes stores the FTNO for the call forwarding busy service.

Attribute Syntax PrintableString

78/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria caseExactMatch, caseExactOrderingMatch


Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ftnoCfnrc


Registration 1.3.6.1.4.1.4329.1.6.4.107
FTNO for CFnrc
Description This attributes stores the FTNO for the call forwarding not reachable service.

Attribute Syntax PrintableString


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ftnoCFnry


Registration 1.3.6.1.4.1.4329.1.6.4.108
FTNO for CFnry
Description This attributes stores the FTNO for the call forwarding no reply service.

Attribute Syntax PrintableString


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ftnoCfu


Registration 1.3.6.1.4.1.4329.1.6.4.105
FTNO for CFU
Description This attributes stores the FTNO for the call forwarding unconditional service.

Attribute Syntax PrintableString


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ftnoType1


Registration 1.3.6.1.4.1.4329.1.6.4.7
Description number type of FTNO1
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion longInternat == 144

A50016-E3804-D18-2-7618 79/336
Conceptual Data Model Data Model Description

internat == 145
unknown == 129
longUnknown == 128

Default Value

Attribute Name ftnoType2


Registration 1.3.6.1.4.1.4329.1.6.4.8
Description number type of FTNO2
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
longInternat == 144
internat == 145
Value Assertion unknown == 129
longUnknown == 128

Default Value

Attribute Name ftnoTypeCfb


Registration 1.3.6.1.4.1.4329.1.6.4.120
Description number type of FTNO for CFB
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
longInternat == 144
internat == 145
Value Assertion unknown == 129
longUnknown == 128

Default Value

Attribute Name ftnoTypeCfnrc


Registration 1.3.6.1.4.1.4329.1.6.4.121
Description number type of FTNO for CFnrc
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
longInternat == 144
internat == 145
Value Assertion unknown == 129
longUnknown == 128

Default Value

Attribute Name ftnoTypeCfnry


Registration 1.3.6.1.4.1.4329.1.6.4.122

80/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Description number type of FTNO for CFnry


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
longInternat == 144
internat == 145
Value Assertion unknown == 129
longUnknown == 128

Default Value

Attribute Name ftnoTypeCfu


Registration 1.3.6.1.4.1.4329.1.6.4.119
Description number type of FTNO for CFU
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
longInternat == 144
internat == 145
Value Assertion unknown == 129
longUnknown == 128

Default Value

Attribute Name fwdChkSsInd


Registration 1.3.6.1.4.1.4329.1.6.4.253
FORWARD CHECK SS INDICATORS

This attribute is used by Location Update in case of a database restoration to


signal the user that his supplementary service data might be not actual.
Description
This attribute can take a single value only.
Boolean value - true/false

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name gbs20NotSup


Registration 1.3.6.1.4.1.4329.1.6.4.329
BS20genr not supported
This attribute specifies whether gbs20 is supported or not.
Description
This attribute can only accept single value entry.

A50016-E3804-D18-2-7618 81/336
Conceptual Data Model Data Model Description

true gbs20 not supported


false gbs20 supported
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name gbs30NotSup


Registration 1.3.6.1.4.1.4329.1.6.4.330
BS30genr not supported
This attribute specifies whether gbs30 is supported or not.

Description This attribute can only accept single value entry.

true gbs30 not supported


false gbs30 supported
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name gbs40NotSup


Registration 1.3.6.1.4.1.4329.1.6.4.331
BS40genr not supported
This attribute specifies whether gbs40 is supported or not.

Description This attribute can only accept single value entry.

true gbs40 not supported


false gbs40 supported
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name gChargChar


Registration 1.3.6.1.4.1.4329.1.6.4.271
CHARGING CHARACTERISTICS
Description
This attribute specifies allowed charging characteristics.

82/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

This attribute accepts more then one value. Multiple logical values are
combined to one value by OR combination.

NONE
NORMAL NORMAL
PREPAID PREPAID
FLATRATE FLAT RATE
hotbill HOT BILLING
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
hotbill == 1
FLATRATE == 2
Value Assertion
PREPAID == 4
NORMAL == 8

Default Value

Attribute Name gChargCharBehaviour


Registration 1.3.6.1.4.1.4329.1.6.4.287
Charging Characterstics Behaviour

Description Allowed values: 0...4095

Support of Charging Characteristics in HLR acc. TS32.215


Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name gmlcAddr


Registration 1.3.6.1.4.1.4329.1.6.4.144
GMLC ADDRESS

Description This attribute specifies the address of an GMLC.

This is the global title address according to E.164


Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name gmlcRestr


Registration 1.3.6.1.4.1.4329.1.6.4.77
Description GMLC RESTRICTION

A50016-E3804-D18-2-7618 83/336
Conceptual Data Model Data Model Description

This attribute specifies restriction on GMLC.

This attribute only accepts a single value entry.

IGMLC -> IDENTIFIED GMLC ONLY


HGMLC -> ANY GMLC IN THE HOME COUNTRY
AGMLC -> ANY GMLC IN ANY COUNTRY
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
identGMLC == 1
anyGMLCHome == 2
Value Assertion
anyGMLCAny == 3

Default Value

Attribute Name gprsCamelPh


Registration 1.3.6.1.4.1.4329.1.6.4.373
GPRS CAMEL Phases
This attribute specifies the CAMEL phases for GPRS of the SGSN the
subscriber is attached to.
The attribute accepts more then one of the following logical values. The
values are combined to one value by OR combination.
Description
PH1 Camel Phase 1
PH2 Camel Phase 2
PH3 Camel Phase 3
PH4 Camel Phase 4

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PH1 == 1
PH2 == 2
Value Assertion PH3 == 4
PH4 == 8

Default Value 1

Attribute Name gprsCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.230
GPRS CSI NAME

This attribute specifies a symbolic name identifying the GPRS-CSI entry.


Description This will be used to assign the GPRS-CSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch

84/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Type SINGLE-VALUE


Value Assertion
Default Value

Attribute Name gprsCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.377
GPRSCSI substitution
This attribute specifies the substitution type for GPRS CSI subscription.

This attribute can only accept single value entry.


Description
noSubstitute No Substitution
pdpCtxtNAllow Substitute with PDP Context Not Allowed
restrAccPt Substitute with Restricted Access Point
supressTS22 Substitute with supress Mobile Originating
SMS
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
pdpCtxtNAllow == 1
Value Assertion restrAccPt == 2
supressTS22 == 3

Default Value

Attribute Name gprsMapVers


Registration 1.3.6.1.4.1.4329.1.6.4.372
GPRS MAP version
This attribute specifies the highest supported version of mobile application
part (MAP) of the SGSN the subscriber is attached to.
Description
MapVers1 > map version 1
MapVers2 > map version 2
MapVers3 > map version 3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
MapVers1 == 1
MapVers2 == 2
Value Assertion
MapVers3 == 3

Default Value 3

Attribute Name gprsMtSmsCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.384
GPRSSMSCSI substitution
The attribute specifies the substitution type for GPRS MTSMSCSI
Description
subscription.

A50016-E3804-D18-2-7618 85/336
Conceptual Data Model Data Model Description

The values and their meaning are described below:


noSubstitute: No Substitution
substRRUSF : Substitute with Roaming Restrictions due to
Unsupported Feature
supressTS21 : Supress TS21 (Mobile Terminating SMS)
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
substRRUSF == 1
Value Assertion
supressTS21 == 2

Default Value

Attribute Name gprsRepl


Registration 1.3.6.1.4.1.4329.1.6.4.232
REPLACEMENT HANDLING

This attribute specifies the replacement for GPRS-CSI if CAMEL service is


not supported. This attribute contains the replacement indicator feature flag
(RIFF).
Description
This attribute only accepts a single value entry.

noReplaceReq NO REPLACE HANDLING


pdpna PDP CONTEXT NOT ALLOWED
rapOnly RESTRICTED ACCESS POINT ONLY
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noReplaceReq == 2
pdpna == 5
Value Assertion
rapOnly == 6

Default Value

Attribute Name gprsSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.233
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the SGSN.

This attribute can accept more than one logical value. The logical values are
combined to one physical value in database by OR combination.
Description
ntf NOTIF TO REQUESTED GSMSCF
Sending notification of subscriber data change to the according gsmSCF.

opt1 RESERVED OPTION 1


opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3

86/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

opt4 RESERVED OPTION 4


opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ntf == 1
opt1 == 16
opt2 == 32
opt3 == 64
opt4 == 128
opt5 == 256
Value Assertion
opt6 == 512
opt7 == 1024
opt8 == 2048
opt9 == 4096
opt10 == 8192

Default Value

Attribute Name gprsSmsCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.378
GPRSSMSCSI substitution
This attribute specifies the substitution type for GPRS SMSCSI subscription.

This attribute can only accept single value entry.


Description
noSubstitute No Substitution
pdpCtxtNAllow Substitute with PDP Context Not Allowed
restrAccPt Substitute with Restricted Access Point
supressTS22 Substitute with supress Mobile Originating
SMS
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
pdpCtxtNAllow == 1
Value Assertion restrAccPt == 2
supressTS22 == 3

Default Value

Attribute Name gprsSuppCapPh


Registration 1.3.6.1.4.1.4329.1.6.4.234
PHASE OF CAMEL CAPABILITY
Description

A50016-E3804-D18-2-7618 87/336
Conceptual Data Model Data Model Description

This attribute specifies the phase for which this CAMEL service is capable.
The CAP phase contained in the attribute must be supported by SGSN and
gsmSCF.

This attribute can take a single value only.

PHASE3 Phase 3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PHASE3 == 4
Value Assertion

Default Value 4

Attribute Name gprsSvcAvail


Registration 1.3.6.1.4.1.4329.1.6.4.231
SERVICE AVAILABILITY

This attribute specifies the CAMEL service availability.


It defines the PLMN in which, use of the service is allowed.
This field contains the service available indicator.
Description
This attribute attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN
noWhere NOT AVAILABLE
VPLMN VISITED PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

Default Value 0

Attribute Name gsmCcbsAct


Registration 1.3.6.1.4.1.4329.1.6.4.300
GSM CCBS Activity

This attribute indicates the activity of CCBS for a mobile subscriber at a given
point of time.

Description This attribute can only accept single value entry.

notActive Not active


bActive Only B-side active
aActive Only A-side active
bothActive Both A and B side are active
Attribute Syntax Integer (0..255)

88/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
notActive == 1
bActive == 2
Value Assertion aActive == 3
bothActive == 4

Default Value 1

Attribute Name gsmScfAddr


Registration 1.3.6.1.4.1.4329.1.6.4.178
GSM SERVICE CONTROL FUNCTION

This attribute specifies a GSM service control function as part of CSI.


This is the global title address according to E.164.
Description This is the address of the Camel Service Environment (CSE) to which the
VLR should contact in case of subscriber activities.

This attribute only accepts a single value entry.


1...15 digits in E.164 format.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name guarBrDwnlnk


Registration 1.3.6.1.4.1.4329.1.6.4.70
GUARANTEED BIT RATE DOWNLINK

This attribute specifies a Guaranteed Bit Rate for DOWNLINK.

Description 1 .. 63 : steps of 1
64 .. 568 : steps of 8
576 .. 8640 : steps of 64

Range of decimal number 1..8640 is allowed.


Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name guarBrUplnk


Registration 1.3.6.1.4.1.4329.1.6.4.69
GUARANTEED BIT RATE UPLINK

Description This attribute specifies a Guaranteed Bit Rate for UPLINK

1 .. 63 : steps of 1

A50016-E3804-D18-2-7618 89/336
Conceptual Data Model Data Model Description

64 .. 568 : steps of 8
576 .. 8640 : steps of 64

Range of decimal number 1..8640 is allowed.


Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name HotBilling


Registration 1.3.6.1.4.1.4329.1.6.4.497
number of mobile subscribers with the provision -hot billing-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name hplmnSGSNNum


Registration 1.3.6.1.4.1.4329.1.6.4.368
HPLMN SGSN Number
Description
false is not home plmn SGSN number
true home plmn SGSN number
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name hplmnVLRNum


Registration 1.3.6.1.4.1.4329.1.6.4.317
home plmn VLR number
Description
true home plmn VLR number
false is not home plmn VLR number
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

90/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name IMEISV


Registration 1.3.6.1.4.1.4329.1.6.4.620
International Mobile Equipment Identity and Software Version Number
Description
International Mobile Equipment Identity and Software Version Number

Attribute Syntax NumericString (length 16)


Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name imsi


Registration 1.3.6.1.4.1.4329.1.6.4.434
INTERNATIONAL MSUB IDENTITY

This attribute specifies the international mobile subscriber identification.


(Mobile Country Code + Mobile Network Code + Mobile Subscriber
Identification Number,
IMSI = MCC + MNC + MSIN ))
Description
This attribute can take single value only.
6...15 digit decimal number.

Note: The lower limit (6) may vary depending on Mobile Network Code (See
Table Data in CONFIGURATION DATA) length.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name imsiChgovrStat


Registration 1.3.6.1.4.1.4329.1.6.4.335
IMSI changeover status
This attribute specifies the IMSI change over status for a mobile subscriber.

This attribute can only accpet a single value entry.


Description
nUsed Not used
ACTIVE Active
waitLocUPD Waiting for location update
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
nUsed == 0
ACTIVE == 1
Value Assertion
waitLocUPD == 2

A50016-E3804-D18-2-7618 91/336
Conceptual Data Model Data Model Description

Default Value 0

Attribute Name imsiTraceRef


Registration 1.3.6.1.4.1.4329.1.6.4.276
TRACE REFERENCE NUMBER

This attribute specifies a reference to a trace job. It indicates the IMSI trace
reference number as assigned when starting the trace with its job number as
Description
a 2 Byte integer value.

This attribute only accepts a single value entry.


0...32767, range of decimal numbers
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name imsiTraceStat


Registration 1.3.6.1.4.1.4329.1.6.4.334
imsi trace status

NotUSED not used


Description
ACTIVE active
ACTIVEPENDING active pending
NotACTIVE not active
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NotUSED == 0
ACTIVE == 1
Value Assertion ACTIVEPENDING == 2
NotACTIVE == 3

Default Value 0

Attribute Name imsiTraceTyp


Registration 1.3.6.1.4.1.4329.1.6.4.275
IMSI Trace Type

This attribute indicates the type of IMSI tracing that has been activated.

This attribute only accepts a single value entry.


Description
CSMSNORM CALLS INCL. SMS NORMAL TRACE
CSMSPRIO CALLS INCL. SMS PRIORITY TRACE

The MAP value of CSMSPRIO is 129 as standardized by GSM. The


classicHLR uses 2 as value because it has implemented this solution before
the standardization was complete.
Attribute Syntax Integer (0..255)

92/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
CSMSNORM == 1
Value Assertion CSMSPRIO == 2

Default Value

Attribute Name infTransfCap


Registration 1.3.6.1.4.1.4329.1.6.4.15
INFORMATION TRANSFER CAPABILITY
This is a bearer capability information element relevant between interworking
function and fixed network.

This attribute accepts only one of the following values.


Description
SPEECH
AUDIO 3.1 KHZ AUDIO EX PLMN
UDI unrestricted digital
FAX3 facsimile group 3
ASFAX3 alternate speech/facsimilie group 3 starting with
speech
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
SPEECH == 0
AUDIO == 2
UDI == 1
Value Assertion
FAX3 == 3
ASFAX3 == 7

Default Value

Attribute Name initPerm


Registration 1.3.6.1.4.1.4329.1.6.4.149
VOICE BROADCAST PERMISSION

An existing voice broadcast permission will be overwritten.


Entering an already existing group identification leeds to success.
Description
This attribute allows entry of a single value.
true INITIATION ALLOWED
false NOT ALLOWED
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
true == 1
Value Assertion false == 0

Default Value false

Attribute Name inmocName

A50016-E3804-D18-2-7618 93/336
Conceptual Data Model Data Model Description

Registration 1.3.6.1.4.1.4329.1.6.4.211
IN-MOC NAME

This attribute indicates a symbolic name identifying the OCSI entry. This will
Description be used to assign the OCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name inmtcName


Registration 1.3.6.1.4.1.4329.1.6.4.221
IN-MTC NAME

This attributes indicates a symbolic name identifying the TCSI entry. This will
Description be used to assign the TCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name interCugAcc


Registration 1.3.6.1.4.1.4329.1.6.4.134
INTER CUG ACCESSIBILITY

This attribute specifies the inter closed user group accessibility.

This attribute allows a single value entry.


Description
NONE NONE
OA OUTGOING ACCESS
IA INCOMING ACCESS
IOA INCOMING AND OUTGOING ACCESS
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
OA == 1
Value Assertion IA == 2
IOA == 3

Default Value 0

94/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name intermedRate


Registration 1.3.6.1.4.1.4329.1.6.4.38
INTERMEDIATE RATE
This bearer capability information element is relevant between mobile
termination and base station and base station and interworking function.

This attribute accepts only one of the following values.


Description
NONE NONE (No intermediate rate)
KBS4 4 KBIT/S
KBS8 8 KBIT/S
KBS16 16 KBIT/S
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
KBS4 == 1
Value Assertion KBS8 == 2
KBS16 == 3

Default Value

Attribute Name intlockCode


Registration 1.3.6.1.4.1.4329.1.6.4.138
INTERLOCK CODE

This attribute specifies the interlock code.


Description
This attribute only accepts a single value entry.

range = (0-65535)
Attribute Syntax Integer (0..4294967295)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name intraCugRest


Registration 1.3.6.1.4.1.4329.1.6.4.136
INTRA CUG RESTRICTION
This attribute specifies the intra cug restrictions. It specifies whether outgoing
or incoming calls are barred for the subscriber within the closed user group.
Description
It can take the following values:
noRestric > no CUG restrictions (default)
incallsbarr > CUG incoming calls barred
outcallsbar > CUG outgoing calls barred
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch

A50016-E3804-D18-2-7618 95/336
Conceptual Data Model Data Model Description

Value Type SINGLE-VALUE


noRestric == 0
incallsbarr == 1
Value Assertion
outcallsbarr == 2

Default Value 0

Attribute Name intSGSNNum


Registration 1.3.6.1.4.1.4329.1.6.4.367
International Sgsn Number
Description
true International Sgsn Number
false not an International Sgsn Number
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name intVLRNumber


Registration 1.3.6.1.4.1.4329.1.6.4.316
international Vlr Number
Description
true VLR number is international
false VLR number is not international
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name isActiveIMSI


Registration 1.3.6.1.4.1.4329.1.6.4.279
ACTIVE IMSI FLAG

This attribute indicates whether this IMSI is the active IMSI or not in case of a
linked subscriber. Initial value is set to true. So all IMSIs are active and the
not active IMSI in case of linked subscriber has to be set when entering the
Description linkage between the IMSIs.

This attribute can take a single value only.


Boolean value - true/false
true IMSI is active
false IMSI is not active
Attribute Syntax Boolean

96/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria booleanMatch,


Value Type SINGLE-VALUE
true == 1
Value Assertion false == 2

Default Value false

Attribute Name isAlert


Registration 1.3.6.1.4.1.4329.1.6.4.97
IS ALERT

ALERT_FLAG This flag defines one MSISDN as alert MSISDN. The default
alert MSISDN is the basic/main MSISDN. The alert MSISDN is needed to be
supplied if the subscriber has provisioned the Teleservice SMS and the
Message Waiting Information is implemented. If the HLR wants to alert a
Description
Service Center that an mobile station is once more attainable then it will use
this MSISDN.

This attribute only accepts a single value entry.

Set to TRUE, to specify the MSISDN of the object as alert MSISDN.


Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name isAreaPos


Registration 1.3.6.1.4.1.4329.1.6.4.155
IS AREA POSITIVE

This attribute specifies if the roaming area is allowed or not.


Description
true positive list (roaming allowed in specific area)
false negative list (roaming not allowed in specific area)
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
true == 1
Value Assertion false == 0

Default Value false

Attribute Name isBasic


Registration 1.3.6.1.4.1.4329.1.6.4.96
is basic MSISDN?
Description
This flag indicates whether the MSISDN of the object is the basic MSISDN.

A50016-E3804-D18-2-7618 97/336
Conceptual Data Model Data Model Description

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name isdnNumber


Registration 1.3.6.1.4.1.4329.1.6.4.156
ISDN NUMBER
Description
This attribute specifies the initial ISDN number digits of those network entity
that belong to the ROAMING AREA.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name isIMSIIntercepted


Registration 1.3.6.1.4.1.4329.1.6.4.274
is IMSI intercepted?
This flag indicates whether the subscriber is target of lawful interception
based on IMSI.
Description
true interception is activated
false interception is not activated
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name isMSISDNIntercepted


Registration 1.3.6.1.4.1.4329.1.6.4.95
isMSISDNIntercepted
This flag indicates whether the subscriber is target of lawful interception
based on MSISDN.
Description
true interception is activated
false interception is not activated
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
Value Assertion false == 0

98/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

true == 1

Default Value false

Attribute Name lastCellId


Registration 1.3.6.1.4.1.4329.1.6.4.428
This attribute stores the last known cell identification of the subscriber.
Description

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name lastIMEI


Registration 1.3.6.1.4.1.4329.1.6.4.429
This attribute stores the last international mobile equipment identification of
Description the subscriber.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name layer1Id


Registration 1.3.6.1.4.1.4329.1.6.4.29
Layer1 identification
This is a bearer capability information element according to TS24.008 octet
6.

Description values:
RES0 L1I_RESERVE_0
HARD L1I_HARDCODED
RES2 L1I_RESERVE_2
RES3 L1I_RESERVE_3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RES0 == 0
HARD == 1
Value Assertion RES2 == 2
RES3 == 3

Default Value 1

Attribute Name layer2Id


Registration 1.3.6.1.4.1.4329.1.6.4.31

A50016-E3804-D18-2-7618 99/336
Conceptual Data Model Data Model Description

Layer2 identification
This is a bearer capability information element according to TS24.008 octet
7.

Description values:
0 L2I_RESERVE_0
1 L2I_RESERVE_1
2 L2I_HARDCODED
3 L2I_RESERVE_3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RES0 == 0
RES1 == 1
Value Assertion HARD == 2
RES3 == 3

Default Value 2

Attribute Name lcsClntAddr


Registration 1.3.6.1.4.1.4329.1.6.4.75
LCS CLIENT ADDRESS

International E.164 address identifying a single LCS client or a single group


Description
of LCS clients.

Accepts 1..15 digits


Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name lcsNotify


Registration 1.3.6.1.4.1.4329.1.6.4.141
LCS NOTIFY

This attribute specifies the notification to the MS user.

If no external clients are present for the CUNREL service then the
[[LCSCLIENT::nMsUExtClnt]] is used for the CUNREL service.

This attribute only accepts a single value entry.


Description
notifyfLocAllow NOTIFY LOCATION ALLOWED
notifyAndVerifyLcAllwNoRsp NOTIFY AND VERIFY LOCATION
ALLOWED NO RESPONSE
notifyAndVerifyLcNoAllwNoRsp NOTIFY AND VERIFY LOCATION
NOT ALLOW NO RESPONSE
locAllow LOCATION ALLOWED
locNotAllow LOCATION NOT ALLOWED
Attribute Syntax Integer (0..255)

100/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
notifyfLocAllow == 0
notifyAndVerifyLcAllwNoRsp == 1
notifyAndVerifyLcNoAllwNoRsp == 2
Value Assertion
locAllow == 3
locNotAllow == 4

Default Value

Attribute Name lcsPrivClass


Registration 1.3.6.1.4.1.4329.1.6.4.143
LCS PRIV CLASS

This attribute specifies a supplementary service for the Location Services


Profile (LCS).

This attribute only accepts a single value entry.

callRel
Description
allow location by any value added LCS client to which a call is established
from the target MS

callUnRel
allow location by designated external value added LCS clients

plmnOperator
allow location by designated PLMN operator LCS clients
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
callRel == 1
callUnRel == 2
Value Assertion
plmnOperator == 3

Default Value

Attribute Name lcsProfName


Registration 1.3.6.1.4.1.4329.1.6.4.140
LOCATION SERVICES PROFILE NAME

Description This attribute specifies the name of an LCS Profile.

Symbolic name with 1..8 characters


Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name liimsi

A50016-E3804-D18-2-7618 101/336
Conceptual Data Model Data Model Description

Registration 1.3.6.1.4.1.4329.1.6.4.622
Description This attribute represents an intercepted IMSI.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name limsisdn


Registration 1.3.6.1.4.1.4329.1.6.4.623
Description This attribute represents an intercepted MSISDN.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name linkedIMSI


Registration 1.3.6.1.4.1.4329.1.6.4.278
Second International Mobile Subscriber Identification

This attribute identifies a second IMSI allocated to a mobile subscriber.


The feature is used to provide one human person with two SIM cards (each
having its own IMSI). The current active IMSI is set within LUP procedure, so
Description that only one of the two linked IMSI is active. If entered a linkage between
two mobile subscribers is existing. This linkage is bidirectional. The active
subscriber setting is identified via the attribute isActiveIMSI.

This attribute can only take single value entry.


6..15 digit decimal number.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name LinkedSubRegInHlr


Registration 1.3.6.1.4.1.4329.1.6.4.447
Indicates how many linked subscribers are registered in the HLR.
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

102/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name lmsi


Registration 1.3.6.1.4.1.4329.1.6.4.285
Local Mobile Identification
This attribute refers to a local identity allocated by the VLR to a given
subscriber for internal management of data in the VLR.
Description
The LMSI is used for fast access to subscriber data in VLR during MTC
procedure.This data is only stored and not used in HLR and passed back to
VLR in case of MTC.
Attribute Syntax Integer (0..4294967295)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ltFeatNotSup


Registration 1.3.6.1.4.1.4329.1.6.4.328
late feature not supported
This attribute specifies whether Late Feature is supported or not.

Description This attribute can only accept single value entry.

true late Feature Not Support


false late Feature Support
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name mapVersion


Registration 1.3.6.1.4.1.4329.1.6.4.325
MAP version
This attribute specifies the highest supported version of mobile application
part (MAP) of the VLR the subscriber is registered at.
Description
MapVers1 > map version 1
MapVers2 > map version 2
MapVers3 > map version 3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
MapVers1 == 1
MapVers2 == 2
Value Assertion
MapVers3 == 3

Default Value 3

A50016-E3804-D18-2-7618 103/336
Conceptual Data Model Data Model Description

Attribute Name maxBrDwnlnk


Registration 1.3.6.1.4.1.4329.1.6.4.64
MAX BIT RATE DOWNLINK

This attribute specifies a Maximum Bit Rate for DOWNLINK.

Range of decimal number 1..8640 is allowed.


Description
1 .. 63 : steps of 1
64 .. 568 : steps of 8
576 .. 8640 : steps of 64

range = (1-8640)
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name maxBrUplnk


Registration 1.3.6.1.4.1.4329.1.6.4.63
MAX BIT RATE UPLINK

This attribute specifies a Maximum Bit Rate for UPLINK.

Range of decimal number 1..8640 is allowed.


Description
1 .. 63 : steps of 1
64 .. 568 : steps of 8
576 .. 8640 : steps of 64

range = (1-8640)
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name maxSduSize


Registration 1.3.6.1.4.1.4329.1.6.4.62
MAXIMUM SDU SIZE

Description This attribute specifies the Maximum SDU size.


Only steps of 10 are allowed.
Above 1500 the values 1502, 1510 and 1520 are allowed only.
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion

104/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Default Value

Attribute Name mCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.183
MCSI NAME

This attribute specifies a symbolic name identifying the MCSI entry.


Description This will be used to assign the MCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name mCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.345
MCSI substitution
This attribute specifies the substitution type for MCSI subscription.

This attribute can only accept single value entry.


Description
noSubstitute No Substitution
substRRUSF Substitute with Roaming Restrictions due to Unsupported
Feature
reserve1 Reserve 1
reserve2 Reserve 2
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
substRRUSF == 1
Value Assertion reserve1 == 2
reserve2 == 3

Default Value

Attribute Name meanThrput


Registration 1.3.6.1.4.1.4329.1.6.4.58
MEAN THROUGHPUT CLASS

This attribute specifies the Mean Throughput Class of the service.

This attribute only accepts a single value entry.


Description
BESTEFRT Best effort
M02 0.22 bit/s
M04 0.44 bit/s
M1 1.11 bit/s

A50016-E3804-D18-2-7618 105/336
Conceptual Data Model Data Model Description

M2 2.2 bit/s
M4 4.4 bit/s
M11 11 bit/s
M22 22 bit/s
M44 44 bit/s
M111 111 bit/s
M222 222 bit/s
M444 444 bit/s
M1K 1 kbit/s
M2K 2 kbit/s
M4K 4 kbit/s
M11K 11 kbit/s
M22K 22 kbit/s
M44K 44 kbit/s
M111K 111 kbit/s
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
M02 == 1
M04 == 2
M1 == 3
M2 == 4
M4 == 5
M11 == 6
M22 == 7
M44 == 8
M111 == 9
M222 == 10
Value Assertion
M444 == 11
M1K == 12
M2K == 13
M4K == 14
M11K == 15
M22K == 16
M44K == 17
M111K == 18
BESTEFRT == 31

Default Value

Attribute Name mgCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.190
MGCSI NAME

This attribute specifies a symbolic name identifying the MGCSI entry.


Description This will be used to assign the MGCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

106/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name mgCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.365
MGCSI substitution
attribute mgCsiSubst specifies the substitution type for MGCSI subscription.

Description The values and their meaning are described below:


noSubstitute : No Substitution
pdpCtxtNAllow: Substitute with PDP Context Not Allowed
substRRUSF: substitute with roaming restrictions due to unsupported feature
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
pdpCtxtNAllow == 1
Value Assertion
substRRUSF == 2

Default Value

Attribute Name mgGsmScfAd


Registration 1.3.6.1.4.1.4329.1.6.4.194
GSM SERVICE CONTROL FUNCTION

This attribute specifies a GSM service control function as part of CSI.


This is the global title address according to E.164.
Description This is the address of the Camel Service Environment (CSE) to which the
VLR should contact in case of subscriber activities.

This attribute only accepts a single value entry.


1...15 digits in E.164 format.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name mgRepl


Registration 1.3.6.1.4.1.4329.1.6.4.192
REPLACEMENT HANDLING

This attribute specifies the replacement to be used if the service is not


supported by the VLR.
If the VLR/SGSN in the VPLMN does not support IN/CAMEL, the subscriber
will be handled according to the value specified.
Description
This attribute only accepts a single value entry.

pdpna PDP not avalable


noReplaceReq NO REPLACE HANDLING
substRRUSF roaming restrictions due to unsupported
feature

A50016-E3804-D18-2-7618 107/336
Conceptual Data Model Data Model Description

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
pdpna == 5
noReplaceReq == 2
Value Assertion
substRRUSF == 1

Default Value 2

Attribute Name mgSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.193
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the VLR/MSC.

This attribute can accept more than one logical value. The logical values are
combined to one physical value in database by OR combination.

ntf NOTIF TO REQUESTED GSMSCF


Sending notification of subscriber data change to the according gsmSCF.
Description
opt1 RESERVED OPTION 1
opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3
opt4 RESERVED OPTION 4
opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ntf == 1
opt1 == 16
opt2 == 32
opt3 == 64
opt4 == 128
opt5 == 256
Value Assertion
opt6 == 512
opt7 == 1024
opt8 == 2048
opt9 == 4096
opt10 == 8192

Default Value

Attribute Name mgServKey


Registration 1.3.6.1.4.1.4329.1.6.4.195
SERVICE KEY
Description

108/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

This attribute specifies a service key as part of CSI, which is used to identify
the service in the service control function. This attribute must be sent to IN
node (for MSC).

This attribute only accepts a single value entry.


Range 0...2147483647 of decimal numbers
Attribute Syntax Integer (0..4294967295)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name mGsmScfAd


Registration 1.3.6.1.4.1.4329.1.6.4.187
GSM SERVICE CONTROL FUNCTION

This attribute specifies a GSM service control function as part of CSI.


This is the global title address according to E.164.
Description This is the address of the Camel Service Environment (CSE) to which the
VLR should contact in case of subscriber activities.

This attribute only accepts a single value entry.


1...15 digits in E.164 format.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name mgSvcAvail


Registration 1.3.6.1.4.1.4329.1.6.4.191
SERVICE AVAILABILITY

This attribute specifies the CAMEL service availability.


It defines the PLMN in which, use of the service is allowed.
This field contains the service available indicator.
Description
This attribute attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN
noWhere NOT AVAILABLE
VPLMN VISITED PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

A50016-E3804-D18-2-7618 109/336
Conceptual Data Model Data Model Description

Default Value 0

Attribute Name mmgTrigger


Registration 1.3.6.1.4.1.4329.1.6.4.196
GPRS MOBILITY MANAGEMENT TRIGGER
This attribute specifies which GPRS mobility management events shall be
reported to the GSM service control function. The HLR stores a list of up to 5
MMTs.

GPRSA GPRS ATTACH


GPRSDMS MS INITIATED GPRS DETACH
Description GPRSDNW NETWORK IN. GPRS DETACH
RAUOSGSN RAU TO AN OTHER SGSN
RAUSSGSN RAU WITHIN SAME SGSN
RAUOSGSNDD RAU TO AN OTHER SGSN DISCONNECT BY DETACH
NITMSNRCP Network-initiated transfer to the "not reachable for paging"
state

This attribute can accept multiple logical values. The logical values are
combined to one physical value in database by OR combination.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
GPRSA == 1
GPRSDMS == 2
GPRSDNW == 4
RAUOSGSN == 8
Value Assertion
RAUSSGSN == 16
RAUOSGSNDD == 32
NITMSNRCP == 64

Default Value

Attribute Name mmTrigger


Registration 1.3.6.1.4.1.4329.1.6.4.189
MOBILITY MANAGEMENT TRIGGER

This attribute specifies which mobility management events shall be reported


to the GSM service control function. The HLR stores a list of up to 5 MMTs.

This attribute can accept multiple logical values. The logical values are
Description combined to one physical value in database by OR combination.

LUPSVLR LOCATION UPDATE IN SAME VLR


LUPOVLR LOC UPDATE TO AN ANOTHER VLR
IMSIA IMSI ATTACH
IMSIDMS MS INITIATED IMSI DETACH
IMSIDNW NETWORK INITIATED IMSI DETACH
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion LUPSVLR == 1

110/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

LUPOVLR == 2
IMSIA == 4
IMSIDMS == 8
IMSIDNW == 16

Default Value

Attribute Name mnrrGprs


Registration 1.3.6.1.4.1.4329.1.6.4.101
MOBILE NOT REACHABLE REASON GPRS

This attribute stores the reason mobile station was not reachable. This
attribute is stored in HLR and SGSN.

This attribute allows only a single value entry.

NONE None
noPagRespMSC No Paging Response via the MSC
Description IMSIDetach IMSI Detached
roamRestr roaming restriction
deRegNoGPRS deregistered in the HLR for non GPRS
msPurgNoGPRS MS purged for non GPRS
noPagRespSGSN No Paging Response via the SGSN
GPRSDetached GPRS Detached
deRegGPRS deregistered in the HLR for GPRS
msPurgGPRS MS purged for GPRS
unIdentSubMSC Unidentified subscriber via the MSC
unIdentSubSGSN Unidentified subscriber via the SGSN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noPagRespMSC == 0
IMSIDetach == 1
roamRestr == 2
deRegNoGPRS == 3
msPurgNoGPRS == 4
noPagRespSGSN == 5
Value Assertion GPRSDetached == 6
deRegGPRS == 7
msPurgGPRS == 8
unIdentSubMSC == 9
unIdentSubSGSN == 10
NONE == 11

Default Value 0

Attribute Name mnrrGsm


Registration 1.3.6.1.4.1.4329.1.6.4.102
MOBILE NOT REACHABLE REASON GSM

This attribute stores the reason mobile station was not reachable. This
Description
attribute is stored in HLR and VLR.

This attribute allows only a single value entry.

A50016-E3804-D18-2-7618 111/336
Conceptual Data Model Data Model Description

NONE None
noPagRespMSC No Paging Response via the MSC
noPagRespSGSN No Paging Response via the SGSN
IMSIDetach IMSI Detached
GPRSDetached GPRS Detached
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
noPagRespMSC == 1
noPagRespSGSN == 2
Value Assertion
IMSIDetach == 3
GPRSDetached == 4

Default Value 0

Attribute Name modemType


Registration 1.3.6.1.4.1.4329.1.6.4.43
MODEM TYPE
This bearer capability information element is relevant between the
interworking function and the fixed network in case of 3.1 kHz audio ex-
PLMN information transfer capability.

This attribute accepts only one of the following values.

NONE NONE (No modem type.)


V21 V.21 MODEM
Description
V22 V.22 MODEM
V22BIS V.22 BIS MODEM
V23 V.23 MODEM
V26TER V.26 TER MODEM
V32 V.32 MODEM
UNDEF UNDEFINED (Modem for undefined interface)
OUTB1 AUTOBAUDING TYPE 1
Autobauding type 1 (used only in conjunction with non transparent
connection element).
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
V21 == 1
V22 == 2
V22BIS == 3
V23 == 4
Value Assertion
V26TER == 5
V32 == 6
UNDEF == 7
OUTB1 == 8

Default Value

Attribute Name mRepl

112/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Registration 1.3.6.1.4.1.4329.1.6.4.185
REPLACEMENT HANDLING

This attribute specifies the replacement to be used if the service is not


supported by the VLR.
If the VLR/SGSN in the VPLMN does not support IN/CAMEL, the subscriber
will be handled according to the value specified.
Description
This attribute only accepts a single value entry.

RRUSF ROAMING RESTRICTIONS DUE TO


UNSUPPORTED FEATURE
noReplaceReq NO REPLACE HANDLING
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RRUSF == 1
Value Assertion noReplaceReq == 2

Default Value

Attribute Name msCapExceed


Registration 1.3.6.1.4.1.4329.1.6.4.99
MEMORY CAPACITY EXCEEDED FLAG

This attribute is set to true when an attempt to deliever a short message to


an MS has failed with a cause MS memory capacity exceeded. The address
of the Service Center that tried to deliver the SMS is stored in attribute
Description scAddressPhase.

This attribute takes true or false value.

true memory capacity exceeded


false memory capacity not exceeded
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name mscArRestRcv


Registration 1.3.6.1.4.1.4329.1.6.4.322
MSC area restricted
This attribute specifies the MSC area restriction flag.
This attribute is set in HLR during updating of the VLR.
Description
This attribute can only accept single value entry.

areaNotRestr MSC area not restricted (default)


areaRestr MSC area restricted

A50016-E3804-D18-2-7618 113/336
Conceptual Data Model Data Model Description

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
areaRestr == 1
Value Assertion areaNotRestr == 2

Default Value 2

Attribute Name mscNumber


Registration 1.3.6.1.4.1.4329.1.6.4.250
MOBILE SWITCHING CENTER NUMBER

This attribute refers to the ISDN number of an MSC entity.


Description
This attribute can take a single value only.
The type (ISDN-AddressString) of mscNumber is described in GSM 09.02.
(Two digits per octet + 1 Info Byte). The value must be initialized with 0xFF.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name mSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.186
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the VLR/MSC.

This attribute can accept more than one logical value. The logical values are
combined to one physical value in database by OR combination.

ntf NOTIF TO REQUESTED GSMSCF


Sending notification of subscriber data change to the according gsmSCF.

Description opt1 RESERVED OPTION 1


opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3
opt4 RESERVED OPTION 4
opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE

114/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

ntf == 1
opt1 == 16
opt2 == 32
opt3 == 64
opt4 == 128
opt5 == 256
Value Assertion
opt6 == 512
opt7 == 1024
opt8 == 2048
opt9 == 4096
opt10 == 8192

Default Value

Attribute Name mServKey


Registration 1.3.6.1.4.1.4329.1.6.4.188
SERVICE KEY

This attribute specifies a service key as part of CSI, which is used to identify
the service in the service control function. This attribute must be sent to IN
Description
node (for MSC).

This attribute only accepts a single value entry.


Range 0...2147483647 of decimal numbers
Attribute Syntax Integer (0..4294967295)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name msisdn


Registration 1.3.6.1.4.1.4329.1.6.4.93
MSISDN
Description
The msisdn of the mobile subscriber.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name msNotRchGPRS


Registration 1.3.6.1.4.1.4329.1.6.4.100
MOBILE STATION (SUBSCRIBER) NOT REACHABLE FLAG FOR GPRS

This attribute is set to true when MS is not reachable for GPRS


Description
true subscriber not reachable
false subscriber reachable
Attribute Syntax Boolean
Matching Criteria booleanMatch,

A50016-E3804-D18-2-7618 115/336
Conceptual Data Model Data Model Description

Value Type SINGLE-VALUE


false == 0
Value Assertion true == 1

Default Value false

Attribute Name msNotReach


Registration 1.3.6.1.4.1.4329.1.6.4.98
MOBILE STATION (SUBSCRIBER) NOT REACHABLE FLAG

This attribute is set to true when an attempt to deliever a short message to


Description an MS has failed with a cause absent subscriber. The address of the Service
Center that tried to deliver the SMS is stored in attribute scAddressPhase.

This attribute takes true or false value.


Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name mspCallHold


Registration 1.3.6.1.4.1.4329.1.6.4.172
MSP CALL HOLD (supplementary service)

This attribute allows a single value entry.


Description
true service available in MSP
false service not available in MSP
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name mspCallWait


Registration 1.3.6.1.4.1.4329.1.6.4.173
MSP CALL WAIT

This attribute allows a single value entry.


Description
true service available in MSP
false service not available in MSP
Attribute Syntax Boolean
Matching Criteria booleanMatch,

116/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Type SINGLE-VALUE


false == 0
Value Assertion true == 1

Default Value false

Attribute Name mspCb


Registration 1.3.6.1.4.1.4329.1.6.4.174
MSP CALL BARRING (supplementary service)

This attribute allows a single value entry.


Description
true service available in MSP
false service not available in MSP
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name mspCcbs


Registration 1.3.6.1.4.1.4329.1.6.4.176
MSP CALL COMPLETION TO BUSY SUBSCRIBER (supplementary
service)

Description This attribute allows a single value entry.

true service available in MSP


false service not available in MSP
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name mspClir


Registration 1.3.6.1.4.1.4329.1.6.4.170
MSP CALLING LINE ID RESTRICTION (supplementary service)

This attribute allows a single value entry.


Description
true service available in MSP
false service not available in MSP
Attribute Syntax Boolean
Matching Criteria booleanMatch,

A50016-E3804-D18-2-7618 117/336
Conceptual Data Model Data Model Description

Value Type SINGLE-VALUE


false == 0
Value Assertion true == 1

Default Value false

Attribute Name mspColp


Registration 1.3.6.1.4.1.4329.1.6.4.171
MSP CONNECTED LINE IDENTIFICATION PRESENTATION
(supplementary service)

Description This attribute allows a single value entry.

true service available in MSP


false service not available in MSP
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name mspMpty


Registration 1.3.6.1.4.1.4329.1.6.4.175
MSP MULTI PARTY (supplementary service)

This attribute allows a single value entry.


Description
true service available in MSP
false service not available in MSP
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name mspName


Registration 1.3.6.1.4.1.4329.1.6.4.168
MULTIPLE SUBSCRIBER PROFILE NAME

This attribute specifies symbolic name identifying the MSP entry.


Description This name will be used to assign the profile to the SubInNSS.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set
Attribute Syntax PrintableString

118/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria caseExactMatch, caseExactOrderingMatch


Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name mspOdb


Registration 1.3.6.1.4.1.4329.1.6.4.169
MSP OPERATOR DETERMINED BARRING

This attribute allows a single value entry.


Description
true service available in MSP
false service not available in MSP
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name MSUBAttrFtno1


Registration 1.3.6.1.4.1.4329.1.6.4.5
MSUB attraction and first FTNO
This attribute selects a group of those subscribers the specified FTNO
applies to combined with first FTNO1 seperated by '_'.

The first part of attribute only accepts a single value entry.

OSBT1OPERATOR SPEC. BARRING TYPE 1:


select subscribers who are barred with Operator Specific Barring Type 1

OSBT2OPERATOR SPEC. BARRING TYPE 2


select subscribers who are barred with Operator Specific Barring Type 2

OSBT3OPERATOR SPEC. BARRING TYPE 3


select subscribers who are barred with Operator Specific Barring Type 3
Description
OSBT4OPERATOR SPEC. BARRING TYPE 4
select subscribers who are barred with Operator Specific Barring Type 4

INFO BARR. OUT. PREM-RATE INFO CALL


select subscribers who are barred for outgoing premium rate INFOrmation
calls

ENT BARR. OUT. PREM-RATE ENTER CA.


select subscribers who are barred for outgoing premium rate ENTertainment
calls

MSUBFT01 SUBSC. RELATED FEATURE TYPE 1


select subscribers with subscriber related feature 1

MSUBFT02 SUBSC. RELATED FEATURE TYPE 2

A50016-E3804-D18-2-7618 119/336
Conceptual Data Model Data Model Description

select subscribers with subscriber related feature 2

MSUBFT03 SUBSC. RELATED FEATURE TYPE 3


select subscribers with subscriber related feature 3

MSUBFT04 SUBSC. RELATED FEATURE TYPE 4


select subscribers with subscriber related feature 4

ALLMSUB all subscribers

The second part is a numeric string (FTNO).


Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
OSBT1 == 1
OSBT2 == 2
OSBT3 == 3
OSBT4 == 4
INFO == 5
ENT == 6
Value Assertion
MSUBFT01 == 7
MSUBFT02 == 8
MSUBFT03 == 9
MSUBFT04 == 10
AllMSUB == 11

Default Value

Attribute Name msubLcInfRtr


Registration 1.3.6.1.4.1.4329.1.6.4.228
SUBS. LOCATION INFO RETRIEVAL

This attribute specifies whether the subscriber location retrieval is required


during MTC setup.
Description
This attribute only accepts a single value entry.

true LOCATION RETRIEVAL REQUIRED


false LOC RETRIEVAL NOT REQUIRED
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value

Attribute Name msubPurged


Registration 1.3.6.1.4.1.4329.1.6.4.321
MSUB purged
Description This attribute specifies the Purge status for an MSUB.

120/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

This attribute can only accept single value entry.

true MSUB is purged


false MSUB is not purged
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name MsubRegGprs


Registration 1.3.6.1.4.1.4329.1.6.4.509
Indicates how many mobile GPRS subscribers (General Packet Radio
Description Service) are registered in the HLR

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name msubStatRtr


Registration 1.3.6.1.4.1.4329.1.6.4.227
SUBSCRIBER STATUS RETRIEVAL

This attribute specifies whether subscriber status retrieval is required during


MTC setup.
Description
This attribute only accepts a single value entry.

true STATUS RETRIEVAL REQUIRED


false STATUS RETRIEVAL NOT REQUIRED
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value

Attribute Name msubStatus


Registration 1.3.6.1.4.1.4329.1.6.4.282
MSUB Status

Description possible values:


servGranted SERVICE GRANTED
operDetmndBarr OPERATOR DETERMINED BARRING

A50016-E3804-D18-2-7618 121/336
Conceptual Data Model Data Model Description

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
servGranted == 0
Value Assertion operDetmndBarr == 1

Default Value 0

Attribute Name msubType


Registration 1.3.6.1.4.1.4329.1.6.4.256
MOBILE SUBSCRIBER TYPE
This attribute specifies the type of the mobile subscriber.

This attribute only accepts a single value entry.


Description
genricSubscr GENERIC MOBILE SUBSCRIBER
templSubscr TEMPLATE FOR MOBILE SUBSCRIBER
lmuSubscr LOCATION MEASUREMENT UNIT
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
genricSubscr == 0
templSubscr == 1
Value Assertion
lmuSubscr == 2

Default Value 0

Attribute Name mSvcAvail


Registration 1.3.6.1.4.1.4329.1.6.4.184
SERVICE AVAILABILITY

This attribute specifies the CAMEL service availability.


It defines the PLMN in which, use of the service is allowed.
This field contains the service available indicator.
Description
This attribute attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN
noWhere NOT AVAILABLE
VPLMN VISITED PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

Default Value 0

122/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name mtcPossible


Registration 1.3.6.1.4.1.4329.1.6.4.315
MTC Possible Flag

This attribute specifies whether MTC dialog is possible or not.


Description
This attribute can only accept single value entry.

true MTC is possible


false MTC is not possible
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value true

Attribute Name mtsmsCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.197
SMS MT CSI NAME

This attribute specifies a symbolic name identifying the MTSMSCSI entry.


Description This will be used to assign the MTSMSCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name mtsmsCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.364
MTSMSCSI substitution
The attribute mtsmsCsiSubst specifies the substitution type for MT SMS CSI
subscription.

Description The values and their meaning are described below:


noSubstitute: No Substitution
substRRUSF : Substitute with Roaming Restrictions due
to Unsupported Feature
supressTS21 : Supress TS21 (Mobile Terminating SMS)
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
Value Assertion substRRUSF == 1
supressTS21 == 2

A50016-E3804-D18-2-7618 123/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name mtsmsReplLup


Registration 1.3.6.1.4.1.4329.1.6.4.199
REPLACEMENT HANDLING

This attribute determines if the mobile subscriber must be barred if CAMEL


service is not supported by the VLR.
The values and their meaning are described below:
This attribute only accepts a single value entry.
Description
RRUSF ROAMING RESTRICTIONS DUE TO UNSUPPORTED
FEATURE

noReplaceReq NO REPLACE HANDLING

TS21NA SUPPRES TS21 IN ISD


Suppress Mobile terminating SMS (SMSMT)
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RRUSF == 1
noReplaceReq == 2
Value Assertion
TS21NA == 11

Default Value 2

Attribute Name mtsmsReplRau


Registration 1.3.6.1.4.1.4329.1.6.4.202
REPLACEMENT HANDLING

This attribute determines if the mobile subscriber must be barred if CAMEL


service is not supported by the SGSN.
The values and their meaning are described below:

This attribute only accepts a single value entry.


Description
RRUSF ROAMING RESTRICTIONS DUE TO
UNSUPPORTED FEATURE

noReplaceReq NO REPLACE HANDLING

TS21NA SUPPRES TS21 IN ISD


Suppress Mobile terminating SMS (SMSMT)
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RRUSF == 1
noReplaceReq == 2
Value Assertion
TS21NA == 11

124/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Default Value 2

Attribute Name mtsmsSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.201
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the VLR/MSC.

This attribute can accept more than one logical value. The logical values are
combined to one physical value in database by OR combination.

ntf NOTIF TO REQUESTED GSMSCF


Sending notification of subscriber data change to the according gsmSCF.
Description
opt1 RESERVED OPTION 1
opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3
opt4 RESERVED OPTION 4
opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ntf == 1
opt1 == 16
opt2 == 32
opt3 == 64
opt4 == 128
opt5 == 256
Value Assertion
opt6 == 512
opt7 == 1024
opt8 == 2048
opt9 == 4096
opt10 == 8192

Default Value

Attribute Name mtsmsSvcAvail


Registration 1.3.6.1.4.1.4329.1.6.4.198
SERVICE AVAILABILITY

This attribute specifies the CAMEL service availability.


It defines the PLMN in which, use of the service is allowed.
This field contains the service available indicator.
Description
This attribute attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN

A50016-E3804-D18-2-7618 125/336
Conceptual Data Model Data Model Description

noWhere NOT AVAILABLE


VPLMN VISITED PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

Default Value 0

Attribute Name mtsmstdpSuppCapPh


Registration 1.3.6.1.4.1.4329.1.6.4.200
PHASE OF CAMEL CAPABILITY

This attribute specifies the phase for which this CAMEL service is capable.
The CAP phase contained in the attribute must be supported by VLR/MSC
and gsmSCF.
Description
This attribute can take more than one of the following logical values. The
logical values are combined to one physical value in database by OR
combination.

PHASE3 Phase 3
PHASE4 Phase4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PHASE3 == 4
Value Assertion PHASE4 == 8

Default Value 8

Attribute Name MultiDeviceSub


Registration 1.3.6.1.4.1.4329.1.6.4.547
number of subscribers with multi device (JANUS) subscription
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name multiDIMSI


Registration 1.3.6.1.4.1.4329.1.6.4.430
IMSI List for the janus (multi device) feature.
Description
This attribute specifies the international mobile subscriber identification

126/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

together with the multi device indicator. Both values are separated by "_"

(Mobile Country Code + Mobile Network Code + Mobile Subscriber


Identification Number,
IMSI = MCC + MNC + MSIN ))

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name multiDIndicator


Registration 1.3.6.1.4.1.4329.1.6.4.432
Indicator for the type of this subscriber within the janus (multi device) group
Description

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Master == 0
Slave1 == 1
Value Assertion
Slave2 == 2

Default Value

Attribute Name multiDMSISDN


Registration 1.3.6.1.4.1.4329.1.6.4.431
MSISDN List for the janus (multi device) feature.

Description This attribute specifies the basic MSISDN together with the multi device
indicator. Both values are separated by "_"

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name multinumber


Registration 1.3.6.1.4.1.4329.1.6.4.254
NUMBERING TYPE

This attribute reflects the numbering type of the subscriber.


Description
This attribute can only take a single value.

false single numbering

A50016-E3804-D18-2-7618 127/336
Conceptual Data Model Data Model Description

true multi-numbering
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name MultiPartyService


Registration 1.3.6.1.4.1.4329.1.6.4.495
number of mobile subscribers with the provision -multi party service-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature1


Registration 1.3.6.1.4.1.4329.1.6.4.513
number of mobile subscribers with the provision of national feature 1
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature10


Registration 1.3.6.1.4.1.4329.1.6.4.522
number of mobile subscribers with the provision of national feature 10
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature11


Registration 1.3.6.1.4.1.4329.1.6.4.523
number of mobile subscribers with the provision of national feature 11
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch

128/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Type SINGLE-VALUE


Value Assertion
Default Value

Attribute Name NationalFeature12


Registration 1.3.6.1.4.1.4329.1.6.4.524
number of mobile subscribers with the provision of national feature 12
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature13


Registration 1.3.6.1.4.1.4329.1.6.4.525
number of mobile subscribers with the provision of national feature 13
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature14


Registration 1.3.6.1.4.1.4329.1.6.4.526
number of mobile subscribers with the provision of national feature 14
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature15


Registration 1.3.6.1.4.1.4329.1.6.4.527
number of mobile subscribers with the provision of national feature 15
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 129/336
Conceptual Data Model Data Model Description

Attribute Name NationalFeature2


Registration 1.3.6.1.4.1.4329.1.6.4.514
number of mobile subscribers with the provision of national feature 2
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature3


Registration 1.3.6.1.4.1.4329.1.6.4.515
number of mobile subscribers with the provision of national feature 3
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature4


Registration 1.3.6.1.4.1.4329.1.6.4.516
number of mobile subscribers with the provision of national feature 4
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature5


Registration 1.3.6.1.4.1.4329.1.6.4.517
number of mobile subscribers with the provision of national feature 5
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature6


Registration 1.3.6.1.4.1.4329.1.6.4.518
number of mobile subscribers with the provision of national feature 6
Description

130/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature7


Registration 1.3.6.1.4.1.4329.1.6.4.519
number of mobile subscribers with the provision of national feature 7
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature8


Registration 1.3.6.1.4.1.4329.1.6.4.520
number of mobile subscribers with the provision of national feature 8
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NationalFeature9


Registration 1.3.6.1.4.1.4329.1.6.4.521
number of mobile subscribers with the provision of national feature 9
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name
Registration 1.3.6.1.4.1.4329.1.6.4.280
National Destination Code or Local Area Code

If the attribute isWLLSubscriber indicates that this particular subscriber is a


WLL subscriber, this attribute contains the LAC. If the attribute
Description
WLLSubscriber indicates that this particular subscriber is a normal GSM
subscriber, then this attribute contains the NDC.

This attribte can only take single value entry.

A50016-E3804-D18-2-7618 131/336
Conceptual Data Model Data Model Description

NDC - 1..6 digits, LAC - 1..5 digits


Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name negotiation


Registration 1.3.6.1.4.1.4329.1.6.4.34
negotiation
This bearer capability information element is relevant between mobile
termination and interworking function.
Description
values:
NOTPOS not possible
INBAND inband neg, possible
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NOTPOS == 0
Value Assertion INBAND == 1

Default Value 0

Attribute Name negPwCounter


Registration 1.3.6.1.4.1.4329.1.6.4.308
Negative password attempt counter
Description
This attribute provides a counter on negative password input attempts.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name netClkOnR


Registration 1.3.6.1.4.1.4329.1.6.4.40
NETWORK CLOCK ON RECEIPT
This bearer capability information element is relevant between terminal
equipment and mobile termination in the receive direction.

Description This attribute accepts only one of the following values.

NOTACCDATA cannnot accept data with nic (i.e sender does not support
this optional procedure)
ACCDATA can accept data with nic
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE

132/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

NOTACCDATA == 0
Value Assertion ACCDATA == 1

Default Value

Attribute Name netClkOnT


Registration 1.3.6.1.4.1.4329.1.6.4.39
NETWORK INDEPENDENT CLOCK ON TRANSMIT
This bearer capability information element is relevant between terminal
equipment and mobile termination in the transmit direction.
Description
This attribute accepts only one of the following values.

NOTREQTOSEND does not require to send data with nic


REQTOSEND requires to send data with nic
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NOTREQTOSEND == 0
Value Assertion REQTOSEND == 1

Default Value

Attribute Name netwAccMode


Registration 1.3.6.1.4.1.4329.1.6.4.269
Network access mode
This attribute indicates the network access method. Multiple access provision
is allowed.

Description possible values:


notDef NOT_DEFINED (default),
GSM GSM_ONLY,
GPRS GPRS_ONLY,
GSMGPRS GSM_AND_GPRS
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
notDef == 0
GSM == 1
Value Assertion GPRS == 2
GSMGPRS == 3

Default Value 0

Attribute Name newIMSI


Registration 1.3.6.1.4.1.4329.1.6.4.600
Changeover International Mobile Subscriber Identification

Description This attribute describes the new IMSI of a subscriber's SIM card. The new
IMSI will replace the old IMSI (attribute imsi) when the subscriber uses the
new SIM card for the first time or the operator forces a changeover by

A50016-E3804-D18-2-7618 133/336
Conceptual Data Model Data Model Description

administration.
(Mobile Country Code + Mobile Network Code + Mobile Subscriber
Identification Number,
IMSI = MCC + MNC + MSIN))

This attribute can take single value only.


6...15 digit decimal number.

Attribute Syntax NumericString (length 15)


Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name nMsUExtClnt


Registration 1.3.6.1.4.1.4329.1.6.4.76
NOTIFICATION TO MS USER

This attribute specifies the notification to the MS user.

This attribute only accepts a single value entry.

notifyfLocAllow
NOTIFY LOCATION ALLOWED
Description
notifyAndVerifyLcAllwNoRsp
NOTIFY AND VERIFY LOCATION ALLOWED NO RESPONSE

notifyAndVerifyLcNoAllwNoRsp
NOTIFY AND VERIFY LOCATION NOT ALLOW NO RESPONSE

locAllow
LOCATION ALLOWED
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
notifyfLocAllow == 0
notifyAndVerifyLcAllwNoRsp == 1
Value Assertion notifyAndVerifyLcNoAllwNoRsp == 2
locAllow == 3

Default Value 3

Attribute Name nOfIntRateRq


Registration 1.3.6.1.4.1.4329.1.6.4.22
Negotiation of Intermediate Rate Requested
This bearer capability information element is relevant between mobile
termination and base station and base station and interworking function.
Description
values:
NOVAL no meaning
DATA meaning data >= 4.8 kbps, FR non transparent, 6 kbps radio

134/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

interface rate is requested; see GSM 07.01


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
DATA == 1
Value Assertion NOVAL == 0

Default Value 0

Attribute Name NoOfLmu


Registration 1.3.6.1.4.1.4329.1.6.4.540
Indicates how many location measurements units are registered in the HLR
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name nsrUCSIName


Registration 1.3.6.1.4.1.4329.1.6.4.210
NSR UCSI name
This attributes is the name for a group of up to 40 shortcode/ gsmScf
Description
address combinations.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ntfToCse


Registration 1.3.6.1.4.1.4329.1.6.4.294
notification to CSE
This attribute specifies the notification flag, which indicates the necessity to
notify the Camel Service Environment, gsmSCF(GSM Service control
function), of the change of subscriber data. Up to 3 notification flags can be
specified at a time.

This attribute can accept single as well as multiple logical value entry. The
logical values are combined to one physical value in database by OR
Description
combination.

callFrwNtfCse Call Forwarding Service


callBarrNtfCse Call Barring Services
ODBNtfCse Operator Determined Barring services
clipNtfCse Calling Line Identification Presentation Services
clirNtfCse Calling Line Identification Restriction Services
callWaitNtfCse Call Wait Services

A50016-E3804-D18-2-7618 135/336
Conceptual Data Model Data Model Description

callHoldNtfCse Call Hold Services


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
callFrwNtfCse == 1
callBarrNtfCse == 2
ODBNtfCse == 4
clipNtfCse == 8
Value Assertion
clirNtfCse == 16
callWaitNtfCse == 32
callHoldNtfCse == 64

Default Value

Attribute Name NumMsubGprsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.512
number of subscribers with the provision for CAMEL Subscription Information
Description for GPRS

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name NumMsubSsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.511
number of subscribers with the provision for CAMEL Subscription Information
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name numOfDataBit


Registration 1.3.6.1.4.1.4329.1.6.4.35
NUMBER OF DATA BITS
This bearer capability information element is relevant between terminal
equipment and mobile termination and between interworking function and the
fixed network in case of a character oriented mode of transmission.
Description
This attribute accepts only one of the following values.

BIT8 8 bits
BIT7 7 bits
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch

136/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Type SINGLE-VALUE


BIT8 == 1
Value Assertion BIT7 == 0

Default Value

Attribute Name numOfStopBit


Registration 1.3.6.1.4.1.4329.1.6.4.36
NUMBER OF STOP BITS
This bearer capability information element is relevant between the terminal
equipment and mobile termination and between interworking function and
fixed network in case of asynchronous transmission.
Description
This attribute accepts only one of the following values.

BIT1 1 bit
BIT2 2 bits
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
BIT1 == 0
Value Assertion BIT2 == 1

Default Value

Attribute Name oCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.340
OCSI substitution
This attribute specifies the substitution type for OCSI subscription.

This attribute can only accept single value entry.


Description
noSubstituteNo Substitution
substRRUSF Substitute with Roaming Restrictions due
to Unsupported Feature
substBAOC Substitute with Barring of Outgoing Calls
substBAOCTS22 Substitute with BAOC except TS22
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
substRRUSF == 1
Value Assertion substBAOC == 2
substBAOCTS22 == 3

Default Value

Attribute Name odbBaic


Registration 1.3.6.1.4.1.4329.1.6.4.261
Description Operator Determined Barring of Incoming Calls

A50016-E3804-D18-2-7618 137/336
Conceptual Data Model Data Model Description

This attribute indicates which one of the following categories of operator


determined barring of incoming calls applies to the mobile subscriber.

This attribute only accepts a single value entry.

NONE NONE

IC INCOMING CALLS
Barring of all incoming calls

ICROUT IC ROAM. OUTSIDE HPLMN COUNTRY


Barring of all incoming calls when roaming HPLMN country
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
IC == 1
Value Assertion
ICROUT == 2

Default Value 0

Attribute Name odbBaoc


Registration 1.3.6.1.4.1.4329.1.6.4.260
Operator Determined Barring of Outgoing Calls

This attribute indicates which one of the following categories of operator


determined barring of outgoing calls applies to the mobile subscriber.

This attribute only accepts a single value entry.

NONE NONE

OC OUTGOING CALLS
Description Barring of all outgoing calls

OIC OUTGOING INTERNATIONAL CALLS


Barring of all outgoing international calls

OICEXH OIC EXCEPT HOME PLMN COUNTRY


Barring of all outgoing international calls except those directed to the home
PLMN country

OCROUT OC ROAM. OUTSIDE HPLMN COUNTRY


Barring of all outgoing calls when roaming outside the home PLMN country.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
OC == 1
OIC == 2
Value Assertion
OICEXH == 3
OCROUT == 4

138/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Default Value 0

Attribute Name odbBaprem


Registration 1.3.6.1.4.1.4329.1.6.4.263
Operator Determined Barring of Outgoing Premium Rate Calls

This attribute indicates which one of the following categories of operator


determined barring of premium rate calls applies to the mobile subscriber.
These ODB values are sent to VLR.

This attribute only accepts a single value entry.

NONE NONE
Description
INFO INFORMATION CALLS
Barring of outgoing premium rate information calls

ENT ENTERTAINMENT CALLS


Barring of outgoing premium rate entertainment calls

ALL ALL OUTGOING PREMIUM RATE INFORMATION AND


ENTERTAINMENT CALLS
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
INFO == 1
Value Assertion ENT == 2
ALL == 3

Default Value 0

Attribute Name odbBaroam


Registration 1.3.6.1.4.1.4329.1.6.4.262
OBARRING OF ROAMING

This attribute indicates which one of the following categories of operator


determined barring of roaming applies to the mobile subscriber.

This attribute only accepts a single value entry.


Description
NONE NONE

ROAMOH ROAMING OUTSIDE HOME PLMN


Barring of roaming outside home PLMN

ROAMOHC ROAMING OUTSIDE HPLMN COUNTRY


Barring of roaming outside home PLMN country
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion
ROAMOH == 1

A50016-E3804-D18-2-7618 139/336
Conceptual Data Model Data Model Description

ROAMOHC == 2

Default Value 0

Attribute Name odbBassm


Registration 1.3.6.1.4.1.4329.1.6.4.264
Operator Determined Barring of Supplementary Services Management

This attribute indicates whether the mobile subscriber is subject to operator


determined barring of supplementary service management.

Description This attribute only accepts a single value entry.

NONE NONE

SCI SUBSCRIBER CONTROLLED INPUT


Barring of subscriber controlled input
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion SCI == 1

Default Value 0

Attribute Name odbHplmn


Registration 1.3.6.1.4.1.4329.1.6.4.265
Operator Determined Barring specific to Home PLMN

This attribute indicates which of the following categories of operator specific


barring, in any combination, applies to the mobile subscriber.
This attribute represents the HPLMN specific ODB. These ODB values are
sent to VLR.

When creating a MSUB from a TEMPLATE, this attribute completely


replaces
the odbHplmn settings of the referenced TEMPLATE.
Description
This attribute allows entry of a single value or of multiple logical values. The
logical values are combined to one physical value in database by OR
combination.

NONE none
OSBT1 OPERATOR SPECIFIC BARR. TYPE 1
OSBT2 OPERATOR SPECIFIC BARR. TYPE 2
OSBT3 OPERATOR SPECIFIC BARR. TYPE 3
OSBT4 OPERATOR SPECIFIC BARR. TYPE 4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion
OSBT1 == 1

140/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

OSBT2 == 2
OSBT3 == 4
OSBT4 == 8

Default Value 0

Attribute Name odbNotSupSGSN


Registration 1.3.6.1.4.1.4329.1.6.4.380
ODB not supported by SGSN
This attribute specifies whether Operator Determined Barring services are
supported by the SGSN or not.
Description
This attribute can only accept single value entry.

true SGSN does not support odb


false SGSN does support odb
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name odbNotSupVLR


Registration 1.3.6.1.4.1.4329.1.6.4.318
ODB not supported by VLR
This attribute specifies whether Operator Determined Barring services are
supported by VLR or not.
Description
This attribute can only accept single value entry.

true VLR does not support odb


false VLR does support odb
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name odbPOAccess


Registration 1.3.6.1.4.1.4329.1.6.4.266
Operator Determined Barring for packet oriented access (GPRS)

This attribute indicates which one of the following categories of operator


Description determined
barring of GPRS applies to the mobile subscriber.

This attribute only accepts a single value entry.

A50016-E3804-D18-2-7618 141/336
Conceptual Data Model Data Model Description

NONE NONE
ALLPOS Barr all PO service access
HPLMNAP Barr access to HPLMN-AP while roaming in
VPLMN
VPLMNAP Barr access to AP that are within the
roamed to VPLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
ALLPOS == 1
Value Assertion HPLMNAP == 2
VPLMNAP == 3

Default Value 0

Attribute Name odbRoamGprs


Registration 1.3.6.1.4.1.4329.1.6.4.270
BARRING OF GPRS

This attribute indicates which one of the following categories of operator


determined barring of GPRS ATTACH applies to the mobile subscriber.
Description
This attribute can only accpet single value entry.

NONE No barring
VPLMN Barring of GPRS while roaming in VPLMN
ALLPLMN Barring of GPRS in all PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
VPLMN == 1
Value Assertion
ALLPLMN == 2

Default Value 0

Attribute Name odbSCI


Registration 1.3.6.1.4.1.4329.1.6.4.267
This attribute stores the blocking of certain SCI operations for Call
Forwarding Supplementary Service. The SCI operations that can be blocked
for a subscriber can be grouped as:

Category 1: Register and Erase requests for Call Forwarding SS are blocked.
Category 2: Register, Erase, Activate and Deactivate requests for Call
Description
Forwarding SS are blocked.

This attribute accepts single and multi logical values. The logical values are
combined to one physical value in database by OR combination.

NONE NONE

142/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

RECF Barr register and erase requests


READCF Barr register, erase, activate and
deactivate requests

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
RECF == 1
Value Assertion
READCF == 2

Default Value 0

Attribute Name offeredCAMEL4CSIsForSGSN


Registration 1.3.6.1.4.1.4329.1.6.4.385
offered CAMEL phase 4 CSI for SGSN
Possible values:

Description NONE
MTSMSCSI
MGCSI
PSIENH enhancement of Provide Subscriber Information interface
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
MTSMSCSI == 1
Value Assertion MGCSI == 2
PSIENH == 4

Default Value

Attribute Name offeredCAMEL4CSIsForVLR


Registration 1.3.6.1.4.1.4329.1.6.4.363
offered CAMEL phase 4 CSI for VLR
Possible values:

NONE
Description OCSI
DCSI
VTCSI
MTSMSCSI

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
OCSI == 1
Value Assertion DCSI == 2
VTCSI == 4
MTSMSCSI == 8

A50016-E3804-D18-2-7618 143/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name oldIMSI


Registration 1.3.6.1.4.1.4329.1.6.4.1092
International Mobile Subscriber Identification before changeover

This attribute describes the old IMSI of a subscriber's SIM card. It is only
stored in the new subscriber object to find the old one for cancel SIMcard
changeover.
(Mobile Country Code + Mobile Network Code + Mobile Subscriber
Description
Identification Number,
IMSI = MCC + MNC + MSIN))

This attribute can take single value only.


6...15 digit decimal number.

Attribute Syntax NumericString (length 15)


Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name oOptRouting


Registration 1.3.6.1.4.1.4329.1.6.4.220
OPTIMAL ROUTING

This attribute specifies whether the optimal routing is allowed or not.


Description
This attribute only accepts a single value entry.

true OPTIMAL ROUTING ALLOWED


false OPTIMAL ROUTING NOT ALLOWED
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value

Attribute Name oprName


Registration 1.3.6.1.4.1.4329.1.6.4.147
VMS operator name
VMS operator name is the name of the VMS operator. This name is an 8-
character long text string administrable by the operator and is stored in the
Description HLR.
The same VMS operator name can be defined for more than one VMS short
code. It is used only for identification of VMS operator additionally to the VMS
short code in the responses to the SCI.

144/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name optRouting


Registration 1.3.6.1.4.1.4329.1.6.4.272
OPTIMAL ROUTING

This attribute specifies whether the optimal routing is allowed or not.


Description
This attribute can only accept single value entry.

supp optimal routing supported


notSupp optimal routing not supported
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
notSupp == 1
Value Assertion supp == 2

Default Value 2

Attribute Name oReplHndInterr


Registration 1.3.6.1.4.1.4329.1.6.4.219
REPLACEMENT HANDLING FOR INTERROGATION

This attribute indicates the replacement handling for Interrogation.

Description This attribute only accepts a single value entry.

repByBAIC REPLACE BY BAIC


noReplaceReq NO REPLACE HANDLING
ORNA NO OTIMAL ROUTING
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
repByBAIC == 3
noReplaceReq == 2
Value Assertion
ORNA == 7

Default Value 3

Attribute Name oReplHndlLup


Registration 1.3.6.1.4.1.4329.1.6.4.212
REPLACEMENT HANDLING FOR LOCATION UPDATE
Description
This attribute indicates the replacement for OCSI during Location Update if

A50016-E3804-D18-2-7618 145/336
Conceptual Data Model Data Model Description

CAMEL service is not supported.

This attribute only accepts a single value entry.

RRUSF ROAMING RESTRICTIONS


BAOC BARRING OF OUTGOING CALLS
BOCETS22 BAOC except TS 22
noReplaceReq NO REPLACE HANDLING
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RRUSF == 1
baoc == 3
Value Assertion bocets22 == 8
noReplaceReq == 2

Default Value 3

Attribute Name oSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.218
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the VLR/MSC. The
HLR stores a list of up to 16 options.

This attribute can take more than one of the following logical values. The
logical values are combined to one physical value in database by OR
combination.

sctcih SUPPRESS CTC INSIDE HPLMN


Suppress sending the conditional trigger criteria while roaming inside
HPLMN.

sctcoh SUPPRESS CTC OUTSIDE HPLMN


Suppress sending the conditional trigger criteria while roaming outside
HPLMN.
Description
sts22ih SUPPRESS SMSMO INSIDE HPLMN
Suppress sending SMSMO while roaming inside HPLMN.

sts22oh SUPPRESS SMSMO OUTSIDE HPLMN


Suppress sending SMSMO while roaming outside HPLMN.

rcalloh RELEASE CALL OUTSIDE HPLMN


For a subscriber with O-CSI or T-CSI present, the DEFAULT CALL
HANDLING is set to RELEASE if the interrogating VLR is outside the
HPLMN.

bocets22 BAOC EXCEPT TS22


All services, except SMS service, are barred for outgoing calls if
oReplHndlLup = BAOC and the VLR is not a CAMEL-VLR.

baprcih BAPRC INSIDE HPLMN


Barring of premium rate calls while roaming inside HPLMN.

146/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

baprcoh BAPRC OUTSIDE HPLMN


Barring of premium rate calls while roaming outside HPLMN.

ntf NOTIF TO REQUESTED GSMSCF


Sending notification of subscriber data change to the according gsmSCF.

rbarchk Reduce barring check priority with respect to T-CSI

opt1 RESERVED OPTION 1


opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3
opt4 RESERVED OPTION 4
opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10
Attribute Syntax Integer (0..4294967295)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
sctcoh == 1
sts22ih == 2
sts22oh == 4
opt1 == 16
opt2 == 32
opt3 == 64
opt4 == 128
opt5 == 256
opt6 == 512
opt7 == 1024
Value Assertion opt8 == 2048
opt9 == 4096
opt10 == 8192
sctcih == 16384
ntf == 32768
baprcoh == 65536
baprcih == 131072
bocets22 == 262144
rcalloh == 524288
rbarchk == 1048576

Default Value

Attribute Name oServAvail


Registration 1.3.6.1.4.1.4329.1.6.4.213
DSERVICE AVAILABILITY

This attribute specifies CAMEL service availability. It defines the PLMN in


which use of the service is allowed.
Description
This attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN
noWhere NOT AVAILABLE

A50016-E3804-D18-2-7618 147/336
Conceptual Data Model Data Model Description

VPLMN VISITED PLMN


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

Default Value 0

Attribute Name oSuppCapPh


Registration 1.3.6.1.4.1.4329.1.6.4.215
PHASE OF CAMEL CAPABILITY

This attribute specifies the phase for which this CAMEL service is capable.

This attribute can take more than one of the following values.
Description
PHASE1 Phase 1
PHASE2 Phase 2
PHASE3 Phase 3
PHASE4 Phase 4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PHASE1 == 1
PHASE2 == 2
Value Assertion PHASE3 == 4
PHASE4 == 8

Default Value 1

Attribute Name otherITC


Registration 1.3.6.1.4.1.4329.1.6.4.26
other information transfer capability
This is a bearer information element according to TS24.008 octet 5a.
If the value otherITC is not signalled in the field "ITC" then the contents of
Description this field shall be ignored.

possible value:
RESTRDIGINF restricted digital information
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RESTRDIGINF == 0
Value Assertion

Default Value 0

Attribute Name otherModemTp

148/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Registration 1.3.6.1.4.1.4329.1.6.4.44
other modem type
This is a bearer capability information element according to TS24.008 octet
6d.
Description
values:
NO_OTHER_MODEM_TYPE
V32_BIS
V34
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
V32BIS == 1
Value Assertion
V34 == 2

Default Value 0

Attribute Name otherrateAdaption


Registration 1.3.6.1.4.1.4329.1.6.4.27
other rate adaption
This is a bearer information element according to TS24.008 octet 5a.
Description If the value "Other rate adaption" is not signalled in the field "Rate adaption"
then the contents of this field shall be ignored. In UMTS, PIAFS shall be
considered. In GSM, call shall be rejected if PIAFS requested.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
V120 == 0
H223H245 == 1
Value Assertion
PIAFS == 2

Default Value 1

Attribute Name PadCda1200bs


Registration 1.3.6.1.4.1.4329.1.6.4.476
number of subscribers with the provision for PAD (packet
assembler/disassembler) access at a given user rate (in this case 1200 bit/s)
Description
via modem circuit duplex asynchronous

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name PadCda2400bs


Registration 1.3.6.1.4.1.4329.1.6.4.477
Description number of subscribers with the provision for PAD (packet

A50016-E3804-D18-2-7618 149/336
Conceptual Data Model Data Model Description

assembler/disassembler) access at a given user rate (in this case 2400 bit/s)
via modem circuit duplex asynchronous

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name PadCda300bs


Registration 1.3.6.1.4.1.4329.1.6.4.475
number of subscribers with the provision for PAD (packet
assembler/disassembler) access at a given user rate (in this case 300 bit/s)
Description
via modem circuit duplex asynchronous

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name PadCda4800bs


Registration 1.3.6.1.4.1.4329.1.6.4.478
number of subscribers with the provision for PAD (packet
assembler/disassembler) access at a given user rate (in this case 4800 bit/s)
Description
via modem circuit duplex asynchronous

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name PadCda9600bs


Registration 1.3.6.1.4.1.4329.1.6.4.479
number of subscribers with the provision for PAD (packet
assembler/disassembler) access at a given user rate (in this case 9600 bit/s)
Description
via modem circuit duplex asynchronous

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name PadCdaGbs

150/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Registration 1.3.6.1.4.1.4329.1.6.4.508
number of subscribers with the provision for PAD (packet
assembler/disassembler) access at a user rate from the general bearer
Description
service via modem circuit duplex asynchronous

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name parityInfo


Registration 1.3.6.1.4.1.4329.1.6.4.41
PARITY INFORMATION
This bearer capability information element is relevant between terminal
equipment and mobile termination and between interworking function and the
fixed network for a character oriented mode of transmission.

This attribute accepts only one of the following values.


Description
ODD ODD
EVEN EVEN
NONE NONE
FT0 FORCED TO 0
FT1 FORCED TO 1
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ODD == 0
EVEN == 2
NONE == 3
Value Assertion
FTO == 4
FT1 == 5

Default Value

Attribute Name pcugbasicServiceGroup


Registration 1.3.6.1.4.1.4329.1.6.4.132
CUG basic service group
Description This attributes stores basic service group data.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name pcugId


Registration 1.3.6.1.4.1.4329.1.6.4.133

A50016-E3804-D18-2-7618 151/336
Conceptual Data Model Data Model Description

PREFERENTIAL CUG INDEX

This attribute represents the index of prefered CUG.


Description This attribute indicates which CUG index is the prefered index and to be
used at outgoing call set-up using the associated Basic Service Group.
This attribute only accepts a single value entry.
0...32767, range of decimal numbers
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name pdpAddress


Registration 1.3.6.1.4.1.4329.1.6.4.129
PDP ADDRESS

A GPRS subscriber identified by an IMSI, shall have one or more network


layer addresses, i.e., PDP addresses, temporarily and/or permanently
Description associated with it that conforms to the standard addressing scheme of the
respective network layer service used.
The address corresponds to its type stored in pdpType.
If no address is entered, dynamic addressing is used.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name pdpContextId


Registration 1.3.6.1.4.1.4329.1.6.4.124
PDP CONTEXT IDENTIFIER

Description This attribute specifies the index of the PDP context.

Allowed range 0 to 50.


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name pdpType


Registration 1.3.6.1.4.1.4329.1.6.4.127
PDP TYPE
Description
This attribute specifies the Packet Data Protocol (PDP) address type.

152/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

This attribute only accepts a single value entry.


IPV4 IP VERSION 4 ADDRESS
X25 X.25 ADDRESS
PPP POINT TO POINT PROTOCOL
IPV6 IP VERSION 6 ADDRESS

For details refer GSM specification 09.60


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
X25 == 2
IPV4 == 1
Value Assertion PPP == 3
IPV6 == 4

Default Value

Attribute Name peakThrput


Registration 1.3.6.1.4.1.4329.1.6.4.56
PEAK THROUGHPUT CLASS

This attribute specifies the peak throughput class of the service.

This attribute only accepts a single value entry.

P8K 8 KBIT/S
Description P16K 16 KBIT/S
P32K 32 KBIT/S
P64K 64 KBIT/S
P128K 128 KBIT/S
P256K 256 KBIT/S
P512K 512 KBIT/S
P1024K 1024 KBIT/S
P2048K 2048 KBIT/S
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
P8K == 1
P16K == 2
P32K == 3
P64K == 4
P128K == 5
Value Assertion
P256K == 6
P512K == 7
P1024K == 8
P2048K == 9

Default Value

Attribute Name pic


Registration 1.3.6.1.4.1.4329.1.6.4.283
Description Prefered Interexchange Carrier

A50016-E3804-D18-2-7618 153/336
Conceptual Data Model Data Model Description

This attribute defines the carrier code of the subscribers preferred inter-
exchange carrier. The length of the carrier code is project dependent. Valid
carrier codes contain digits "0" to "9" only.

This attribute only accepts a single value entry.

The maximum and mininum length of this attribute is decided by


CONFIGURATION DATA.
Attribute Syntax NumericString
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name plmnOpClass


Registration 1.3.6.1.4.1.4329.1.6.4.142
PLMN OPERATOR CLASS

This attribute defines the PLMN Client Types.

This attribute specifies list of one or more generic classes of LCS client that
are allowed to locate the particular MS. The following classes are
distinguished:

Description brdcast LCS client broadcasting location related


information
omhplmn LCS client in the HPLMN
omvplmn LCS client in the VPLMN
anonym LCS client recording anonymous location
information
tmsubs LCS Client supporting a bearer service,
teleservice or supplementary service to
the target MS
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
brdcast == 1
omhplmn == 2
omvplmn == 4
Value Assertion
anonym == 8
tmsubs == 16

Default Value

Attribute Name plmnOprStat


Registration 1.3.6.1.4.1.4329.1.6.4.293
LCS PLMN operator status
This attribute specifies the status of PLMN operator supplementary service.
Description
This attribute can accept a sinlge value entry.

154/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

PROV call plmn operator class is provided


ACTIVE call plmn operator class is active
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PROV == 1
Value Assertion ACTIVE == 2

Default Value

Attribute Name precedClass


Registration 1.3.6.1.4.1.4329.1.6.4.57
PRECEDENCE CLASS

This attribute specifies the precedence class of the service.

This attribute only accepts a single value entry.

HIGH HIGH PRECEDENCE


Description
Precedence before services with precedence NORMAL and LOW

NORMAL NORMAL PRECEDENCE


Precedence before services with precedence LOW

LOW LOW PRECEDENCE


No precedence
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
LOW == 3
NORMAL == 2
Value Assertion
HIGH == 1

Default Value

Attribute Name prepaidBarr


Registration 1.3.6.1.4.1.4329.1.6.4.371
barring of prepaid subscriber
This attribute specifies whether a prepaid subscriber is barred or not.

Description This attribute can only accept single value entry.

true prepaid is barred


false prepaid is not barred
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

A50016-E3804-D18-2-7618 155/336
Conceptual Data Model Data Model Description

Default Value false

Attribute Name prohFtnoUpdInVlrFail


Registration 1.3.6.1.4.1.4329.1.6.4.346
prohibited FTNO status
This attribute specifies the status of Prohibit Forwared To Number update in
VLR.
Description
This attribute can only accept single value entry.

false Prohibit FTN Update In VLR not Failed


true Prohibit FTN Update In VLR Failed
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name pwBlockedBN


Registration 1.3.6.1.4.1.4329.1.6.4.309
Password Blocked By too many Negative attempts.

This attribute indicates the handling in case of too many wrong password
inputs.
Description
This attribute can only accept single value entry.

true Password input blocked


false Password input not blocked
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
true == 1
Value Assertion false == 0

Default Value false

Attribute Name qOfServName


Registration 1.3.6.1.4.1.4329.1.6.4.52
QOS PROFILE NAME

This attribute specifies the Quality of Service profile name.


Description
This attribute only accepts a single value entry.
1...8 characters from the symbolic name character set

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch

156/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Type SINGLE-VALUE


Value Assertion
Default Value

Attribute Name radioChanReq


Registration 1.3.6.1.4.1.4329.1.6.4.13
RADIO CHANNEL REQUIREMENTS
This is a bearer capability information element relevant between mobile
termination and base station.
This attribute accepts only one of the following values:
Description
HRCH half rate channel
FRCH full rate channel
DHRCH dual, full, rate preferred
DFRCH dual, half, rate preferred
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
HRCH == 0
FRCH == 1
Value Assertion DHRCH == 2
DFRCH == 3

Default Value

Attribute Name rateAdaption


Registration 1.3.6.1.4.1.4329.1.6.4.25
RATE ADAPTION
This bearer information element is relevant between IWF and the fixed
network.
This parameter only accepts a single value entry.
Description
NRA NO RATE ADAPTION
V110 V.110/X.30 RATE ADAPTION
X31 CCITT X.31 FLAG STUFFING
H223H245 RATE ADAPTION H.223 & H.245
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NRA == 0
V110 == 1
Value Assertion X31 == 2
H223H245 == 7

Default Value

Attribute Name refbcn


Registration 1.3.6.1.4.1.4329.1.6.4.94
reference to bearer capability name
Description This attributes serves as link to a BCASETINNSS.

A50016-E3804-D18-2-7618 157/336
Conceptual Data Model Data Model Description

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name refdCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.393
reference to DCSI

Description This attribute specifies a symbolic name identifying the DCSI entry.
This will be used to assign the DCSI to the SubInHLR.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refgprsCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.402
reference to GPRS CSI NAME

This attribute specifies a symbolic name identifying the GPRS-CSI entry.


Description This will be used to assign the GPRS-CSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refinmocName


Registration 1.3.6.1.4.1.4329.1.6.4.404
reference to IN-MOC NAME

This attribute indicates a symbolic name identifying the OCSI entry. This will
Description be used to assign the OCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion

158/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Default Value

Attribute Name refinmtcName


Registration 1.3.6.1.4.1.4329.1.6.4.403
reference to IN-MTC NAME

This attributes indicates a symbolic name identifying the TCSI entry. This will
Description be used to assign the TCSI to the SubInNSS.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name reflcsProfNameCREL


Registration 1.3.6.1.4.1.4329.1.6.4.389
reference to CREL
This attributes serves as link to an LCSPROFILE for the CREL
Description
supplementary service.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name reflcsProfNameCUNREL


Registration 1.3.6.1.4.1.4329.1.6.4.390
reference to CUNREL
This attributes serves as link to an LCSPROFILE for the CUNREL
Description
supplementary service.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name reflcsProfNamePLMNOPR


Registration 1.3.6.1.4.1.4329.1.6.4.388
reference to PLMNOPR
This attributes serves as link to an LCSPROFILE for the PLMNOPR
Description
supplementary service.

A50016-E3804-D18-2-7618 159/336
Conceptual Data Model Data Model Description

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refmCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.397
reference to MCSI NAME

This attribute specifies a symbolic name identifying the MCSI entry.


Description This will be used to assign the MCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refmgCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.398
reference to MGCSI NAME

This attribute specifies a symbolic name identifying the MGCSI entry.


This will be used to assign the MGCSI to the SubInHLR.
Description
This attribute only accepts a single value entry.
1...10 characters from the symbolic name character set.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refmspName


Registration 1.3.6.1.4.1.4329.1.6.4.395
reference to MULTIPLE SUBSCRIBER PROFILE

This attribute specifies symbolic name identifying the MSP entry.


This name will be used to assign the profile to the SubInHLR.
Description
This attribute only accepts a single value entry.
1...10 characters from the symbolic name character set

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch

160/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Type SINGLE-VALUE


Value Assertion
Default Value

Attribute Name refmtsmsCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.399
reference to SMS MT CSI NAME

This attribute specifies a symbolic name identifying the MTSMSCSI entry.


Description This will be used to assign the MTSMSCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refnsrUCSIName


Registration 1.3.6.1.4.1.4329.1.6.4.392
reference to UCSI
Description This attributes serves as link to an UCSI.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refqOfServName


Registration 1.3.6.1.4.1.4329.1.6.4.125
QOS PROFILE NAME

This attribute specifies the Quality of Service profile name.


Description
This attribute only accepts a single value entry.
1...8 characters from the symbolic name character set

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refroamAreaName


Registration 1.3.6.1.4.1.4329.1.6.4.387

A50016-E3804-D18-2-7618 161/336
Conceptual Data Model Data Model Description

reference to ROAMAREA
Description This attributes serves as link to a ROAMAREA.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refShortCode


Registration 1.3.6.1.4.1.4329.1.6.4.391
reference to VMS short code
This attributes serves as link to an VMS for the callback supplementary
Description
service.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refsmsCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.401
reference to SMS CSI NAME

This attribute specifies a symbolic name identifying the SMSCSI entry.


Description This will be used to assign the SMSCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name refssCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.396
reference to SUPPLEMENTARY SERVICE CSI

This attribute specifies a symbolic name identifying the SS-CSI entry.


Description This will be used to assign the SS-CSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE

162/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Assertion
Default Value

Attribute Name refStatus


Registration 1.3.6.1.4.1.4329.1.6.4.602
This attribute specifies if the object is valid.
It is used to support referential integrity in directory. For deletion the object is
marked as invalid to prevent the new usage by a subscriber. After scanning
Description
of all subscriber the object is deleted if no reference exists.

This attribute accepts only one of the following values.


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ACTIVE == 0
Value Assertion INACTIVE == 1

Default Value

Attribute Name refsubscrServ


Registration 1.3.6.1.4.1.4329.1.6.4.394
reference to SUBRELRO
Description This attributes serves as link to SUBRELRO.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name refvtCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.400
reference to VISITED MSC TERMINATING CSI

This attribute specifies a symbolic name identifying the VT-CSI entry.


Description This will be used to assign the VT-CSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name regSubNotSup


Registration 1.3.6.1.4.1.4329.1.6.4.323

A50016-E3804-D18-2-7618 163/336
Conceptual Data Model Data Model Description

regional subscription not supported


This attribute specifies whether regSubscript is supported or not.

Description This attribute can only accept single value entry.

false reg subscript supported


true reg subscript not supported
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name reliabClass


Registration 1.3.6.1.4.1.4329.1.6.4.55
RELIABILITY CLASS

This attribute specifies the reliability class of the service.

This attribute only accepts a single value entry.

RCL1 Non real-time traffic, error sensitive application that cannot cope with
data loss

RCL2 Non real-time traffic, error sensitive application that can cope with
Description
infrequent data loss

RCL3 Non real-time traffic, error sensitive application that can cope with
data loss, GMM/SM

RCL4 Real-time traffic, error sensitive application that can cope with data
loss

RCL5 Real-time traffic, error non-sensitive application that can cope with
data loss
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RCL1 == 1
RCL2 == 2
RCL3 == 3
Value Assertion
RCL4 == 4
RCL5 == 5

Default Value

Attribute Name residualBer


Registration 1.3.6.1.4.1.4329.1.6.4.65
RESIDUAL BIT ERROR RATE
Description

164/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

This attribute specifies the Residual Bit Error Rate of service.

This attribute only accepts a single value entry.

R5EXP2N -> 5*10 Exponential -2


R1EXP2N -> 1*10 Exponential -2
R5EXP3N -> 5*10 Exponential -3
R4EXP3N -> 4*10 Exponential -3
R1EXP3N -> 1*10 Exponential -3
R1EXP4N -> 1*10 Exponential -4
R1EXP5N -> 1*10 Exponential -5
R1EXP6N -> 1*10 Exponential -6
R6EXP8N -> 6*10 Exponential -8
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
R5EXP2N == 1
R1EXP2N == 2
R5EXP3N == 3
R4EXP3N == 4
R1EXP3N == 5
Value Assertion
R1EXP4N == 6
R1EXP5N == 7
R1EXP6N == 8
R6EXP8N == 9

Default Value

Attribute Name restrAPN


Registration 1.3.6.1.4.1.4329.1.6.4.235
RESTRICTED ACCESS POINT NAME

This attribute specifies the restricted access point name to be used for each
PDP context during GPRS location update when the replacement for GPRS-
Description
CSI is rapOnly.

This attribute accepts a single entry only.


Symbolic name with 1..62 characters
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name RestrSub1NatAllVplmn


Registration 1.3.6.1.4.1.4329.1.6.4.449
number of subscribers with the subscription restriction -one national and all
Description international GSM PLMNs-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch

A50016-E3804-D18-2-7618 165/336
Conceptual Data Model Data Model Description

Value Type SINGLE-VALUE


Value Assertion
Default Value

Attribute Name RestrSubAllGsmPlmn


Registration 1.3.6.1.4.1.4329.1.6.4.448
number of subscribers with the subscription restriction -all GSM PLMNs-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name RestrSubHomePlmnOnly


Registration 1.3.6.1.4.1.4329.1.6.4.450
number of subscribers with the subscription restriction -home PLMN only-
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name roamAreaName


Registration 1.3.6.1.4.1.4329.1.6.4.154
ROAMING AREA NAME
Description
This attribute specifies the identification of defined roam areas.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name roamStatus


Registration 1.3.6.1.4.1.4329.1.6.4.332
roaming status
This attribute specifies the Roaming Status for the Mobile subscriber in the
VLR.
Description
This attribute can only accept single value entry.

roamAllow Roaming allowed


plmnNotAllow PLMN not allowed
Attribute Syntax Integer (0..255)

166/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
roamAllow == 0
Value Assertion plmnNotAllow == 1

Default Value 0

Attribute Name routingCategory


Registration 1.3.6.1.4.1.4329.1.6.4.603
routingCategory
Description
routing category is used for enabling the operator to define routing
possibilities(in-order to influence radio channel resources).
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name routingCategoryExt


Registration 1.3.6.1.4.1.4329.1.6.4.604
additional routing category

Description additional routing category stores (nokia specific) enhanced routing category
information.

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name sbasicService


Registration 1.3.6.1.4.1.4329.1.6.4.12
Basic service identification:
single Basic Service to identify bearer capability information element with
Description
values according to attribute basicService.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name scAddressPhase


Registration 1.3.6.1.4.1.4329.1.6.4.103

A50016-E3804-D18-2-7618 167/336
Conceptual Data Model Data Model Description

SMS service center address and MAP phase


This attributes stores the service center addresses and map phases for SMS
Description
seperated by '_'.

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name sCodeOrFtno


Registration 1.3.6.1.4.1.4329.1.6.4.3
SHORT CODE

This attribute specifies a short code which can be entered by a subscriber as


Description FORWARDED TO NUMBER during registration for call forwarding.

This attribute only accepts a single value entry.


1..17 digits
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name sctServInd


Registration 1.3.6.1.4.1.4329.1.6.4.4
INDICATOR

This attribute specifies the type of service.


Description
This attribute only accepts a single value entry.
1 digit decimal number
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name sduErrRatio


Registration 1.3.6.1.4.1.4329.1.6.4.66
SDU ERROR RATIO

This attribute specifies the SDU Error Ratio of service.


Description
This attribute only accepts a single value entry.

R1EXP2N -> 1*10 Exponential -2


R7EXP3N -> 7*10 Exponential -3

168/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

R1EXP3N -> 1*10 Exponential -3


R1EXP4N -> 1*10 Exponential -4
R1EXP5N -> 1*10 Exponential -5
R1EXP6N -> 1*10 Exponential -6
R1EXP1N -> 1*10 Exponential -1
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
R1EXP2N == 1
R7EXP3N == 2
R1EXP3N == 3
R1EXP4N == 4
Value Assertion
R1EXP5N == 5
R1EXP6N == 6
R1EXP1N == 7

Default Value

Attribute Name sendCancelLocation


Registration 1.3.6.1.4.1.4329.1.6.4.888
This defines whether a cancel location message has to be triggered for the
subscriber or not.
Description

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name sendReset


Registration 1.3.6.1.4.1.4329.1.6.4.889
This defines whether a reset message has to be triggered or not
Description

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SEQNUM


Registration 1.3.6.1.4.1.4329.1.6.4.621
Description Contains the sequence number of last modification of this LDAP tree.
Attribute Syntax Integer (0..4294967295)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion

A50016-E3804-D18-2-7618 169/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name sgsnAddress


Registration 1.3.6.1.4.1.4329.1.6.4.249
SERVING GPRS SUPPORT NODE ADDRESS

This attribute refers to the IP Address of the SGSN entity. This value is
Description updated as part
of MAP Update Location.

This attribute can take a single value only.


Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name sgsnCamelNot


Registration 1.3.6.1.4.1.4329.1.6.4.374
CAMEL supported by SGSN
This attribute specifies whether Camel services are supported by SGSN
entity.
Description
true Camel not supported by SGSN
false Camel supported by SGSN
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name sgsnExtQos


Registration 1.3.6.1.4.1.4329.1.6.4.375
extended QoS supported by SGSN
This attribute specifies whether the SGSN supports Extended Quality of
Service or not.

This attribute can only accept single value entry.


Description
true SGSN extension of Quality of Service Profile is
provided
false SGSN extension of Quality of Service Profile is
not provided
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
Value Assertion false == 0

170/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

true == 1

Default Value false

Attribute Name sgsnNotAllow


Registration 1.3.6.1.4.1.4329.1.6.4.369
SGSN not allowed
This attribute specifies whether the subscriber is allowed to roam in the
current SGSN or not.
Description
This attribute can only accept single value entry.

true SGSN not allowed


false SGSN allowed
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name sgsnNumber


Registration 1.3.6.1.4.1.4329.1.6.4.247
SERVING GPRS SUPPORT NODE NUMBER

This attribute refers to the ISDN number of an SGSN entity.


Description
This attribute can take a single value only.
The type (ISDN-AddressString) of sgsnNumber is described in GSM 09.02.
(Two digits per octed + 1 Info Byte). The value must be initialize with 0xFF.
The max length is 16 digits.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name sgsnNumberList


Registration 1.3.6.1.4.1.4329.1.6.4.554
The list of SGSN numbers
Description

Attribute Syntax NumericString


Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 171/336
Conceptual Data Model Data Model Description

Attribute Name sgsnRoamStat


Registration 1.3.6.1.4.1.4329.1.6.4.376
SGSN roaming status
This attribute specifies the Roaming Status for the Mobile Subscriber in the
SGSN.
Description
This attribute can only accept single value entry.

roamAllow Roaming Allowed


plmnNotAllow PLMN not allowed
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
roamAllow == 0
Value Assertion plmnNotAllow == 1

Default Value 0

Attribute Name sgsnSmsMtNot


Registration 1.3.6.1.4.1.4329.1.6.4.370
SMSMT not supported by SGSN
This attribute specifies whether SGSN supports Mobile Terminated SMS
service or not.
Description
false SGSN supports MT SMS
true Mobile Terminated SMS through SGSN not supported
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name sgsnValidLoc


Registration 1.3.6.1.4.1.4329.1.6.4.366
SGSN valid location
This attribute specifies whether the SGSN contains the Valid Location of the
Mobile subscriber.
Description
This attribute can only accept single value entry.

true SGSN contains Valid Location


false SGSN does not contain Valid Location
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion
true == 1

172/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Default Value false

Attribute Name ShortCode


Registration 1.3.6.1.4.1.4329.1.6.4.145
VMS short code
VMS short code is 3 digits long. VMS short code is a number used by the
subscriber and by the operator to identify a VMS. The definition of VMS short
Description code is under the control of operator.
This number is used as a parameter in the Call Back registration procedure
and in the result of interrogation procedure (for Call Back) and is stored in the
subscriber entries in the HLR. It is also used for setting up a call to the VMS.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ShortMsgServiceMo


Registration 1.3.6.1.4.1.4329.1.6.4.461
number of subscribers with the provision for short message services, mobile
Description originated

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ShortMsgServiceMt


Registration 1.3.6.1.4.1.4329.1.6.4.460
number of subscribers with the provision for short message services, mobile
Description terminated

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name signAccProt


Registration 1.3.6.1.4.1.4329.1.6.4.28
SIGNALLING ACCESS PROTOCOL
This bearer information element is relevant between terminal equipment and
Description mobile termination.

possible values:

A50016-E3804-D18-2-7618 173/336
Conceptual Data Model Data Model Description

I440 I.440/450
X21 X.21
X28DPI X.28 dedicated packet access individuel network
user info
X28DPU X.28 dedicated packet access universal network
user info
X28NDP X.28 non dedicated packet access
X32 X.32
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
I440 == 1
X21 == 2
X28DPI == 3
Value Assertion X28DPU == 4
X28NDP == 5
X32 == 6

Default Value

Attribute Name signalingIndication


Registration 1.3.6.1.4.1.4329.1.6.4.71
Signalling Indication
This quality of service parameter indicates the signalling nature of the
submitted SDUs. This attribute is additional to the other QoS attributes and
does not over-ride them. This attribute is only defined for the interactive
traffic class. If signalling indication is set to 'Yes', the UE should set the traffic
handling priority to '1'.
Description
In MS to network direction and in network to MS direction:
0 Not optimised for signalling traffic
1 Optimised for signalling traffic

If set to '1' the QoS of the PDP context is optimised for signalling

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name smsCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.236
SMS CSI NAME

This attribute specifies a symbolic name identifying the SMSCSI entry.


Description This will be used to assign the SMSCSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.

174/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Syntax PrintableString (length 64)


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name smsCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.344
SMSCSI substitution
This attribute specifies the substitution type for SMSCSI subscription.

This attribute can only accept single value entry.

Description noSubstitute No Substitution


substRRUSF Substitute with Roaming Restrictions due
to Unsupported Feature
supressTS22 Supress TS22 (Mobile Originating SMS)
BOICExHcTS22 Barring of all outgoing international calls except
those to HPLMN country, for SMSMO.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
substRRUSF == 1
Value Assertion supressTS22 == 2
boicExHcTS22 == 3

Default Value

Attribute Name smsMtNotSup


Registration 1.3.6.1.4.1.4329.1.6.4.320
SMS MT not supported
This attribute specifies whether Mobile Terminated SMS is supported or not.

Description This attribute can only accept single value entry.

true SMS (Mobile Terminated) not supported


false SMS (Mobile Terminated) supported
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name smsReplLup


Registration 1.3.6.1.4.1.4329.1.6.4.238
Description REPLACEMENT HANDLING

A50016-E3804-D18-2-7618 175/336
Conceptual Data Model Data Model Description

This attribute determines if the mobile subscriber must be barred if CAMEL


service is not supported by the VLR. This field contains the replacement
indicator feature flag (RIFF).

This attribute only accepts a single value entry.

RRUSF ROAMING RESTRICTIONS DUE TO UNSUPPORTED


FEATURE

noReplaceReq NO REPLACE HANDLING

TS22NA SUPPRES TS22 IN ISD


Suppress Mobile originationg SMS (SMSMO)

TS22BEHC BOICEXCH FOR TS22


Call Barring of all outgoing international calls for SMSMO, except those to
HPLMN country.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RRUSF == 1
noReplaceReq == 2
Value Assertion TS22NA == 9
TS22BEHC == 10

Default Value

Attribute Name smsReplRau


Registration 1.3.6.1.4.1.4329.1.6.4.241
REPLACEMENT HANDLING

This attribute determines if the mobile subscriber must be barred if CAMEL


service is not supported by the SGSN. This field contains the replacement
indicator feature flag (RIFF).

This attribute only accepts a single value entry.


Description
noReplaceReq NO REPLACE HANDLING

TS22NA SUPPRES TS22 IN ISD


Suppress Mobile originationg SMS (SMSMO)

TS22BEHC BOICEXCH FOR TS22


Call Barring of all outgoing international calls for SMSMO, except those to
HPLMN country.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noReplaceReq == 2
TS22NA == 9
Value Assertion
TS22BEHC == 10

Default Value

176/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name smsSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.240
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the VLR/MSC.

This attribute can accept more than one logical value. The logical values are
combined to one physical value in database by OR combination.

ntf NOTIF TO REQUESTED GSMSCF


Sending notification of subscriber data change to the according gsmSCF.

Description opt1 RESERVED OPTION 1


opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3
opt4 RESERVED OPTION 4
opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ntf == 1
opt1 == 16
opt2 == 32
opt3 == 64
opt4 == 128
opt5 == 256
Value Assertion
opt6 == 512
opt7 == 1024
opt8 == 2048
opt9 == 4096
opt10 == 8192

Default Value

Attribute Name smsSvcAvail


Registration 1.3.6.1.4.1.4329.1.6.4.237
SERVICE AVAILABILITY

This attribute specifies the CAMEL service availability.


It defines the PLMN in which, use of the service is allowed.
This field contains the service available indicator.
Description
This attribute attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN

A50016-E3804-D18-2-7618 177/336
Conceptual Data Model Data Model Description

noWhere NOT AVAILABLE


VPLMN VISITED PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

Default Value 0

Attribute Name smstdpSuppCapPh


Registration 1.3.6.1.4.1.4329.1.6.4.239
PHASE OF CAMEL CAPABILITY

This attribute specifies the phase for which this CAMEL service is capable.
The CAP phase contained in the attribute must be supported by VLR/MSC
and gsmSCF.
Description
This attribute can take more than one of the following logical values. The
logical values are combined to one physical value in database by OR
combination.

PHASE3 Phase 3
PHASE4 Phase 4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PHASE3 == 4
Value Assertion PHASE4 == 8

Default Value 4

Attribute Name smsType


Registration 1.3.6.1.4.1.4329.1.6.4.88
SHORT MESSAGE SERVICE TYPE
The parameter smsType specifies the SMS type as part of the CAMEL TDP
CRITERIA for the MTSMSCSI CAMEL service. If no criterion is defined, then
triggering takes place regardless of the type of the Short Message.
Description The values and their meaning are described below:
SMSDLVR : SHORT MESSAGE SERVICE DELIVER
SMSSTREP: SMS STATUS REPORT
SMSSBREP: SMS SUBMIT REPORT

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
SMSDLVR == 1
Value Assertion SMSSTREP == 2
SMSSBREP == 4

178/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Default Value

Attribute Name sourceStatDescriptor


Registration 1.3.6.1.4.1.4329.1.6.4.72
Source Statistics Descriptor
This quality of service parameter specifies characteristics of the source of
submitted SDUs in MS to network direction.

possible values:
UNKNOWN
Description SPEECH

The network shall consider all other values as unknown.

The Source Statistics Descriptor value is ignored if the Traffic Class is


Interactive class or Background class.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
UNKNOWN == 0
Value Assertion SPEECH == 1

Default Value 0

Attribute Name SpeechFollowedByData


Registration 1.3.6.1.4.1.4329.1.6.4.474
number of subscribers with the provision speech followed by data services
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SpeechTransmission


Registration 1.3.6.1.4.1.4329.1.6.4.459
number of subscribers with the provision for speech services
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name srrServInd


Registration 1.3.6.1.4.1.4329.1.6.4.165

A50016-E3804-D18-2-7618 179/336
Conceptual Data Model Data Model Description

SERVICE INDICATOR
This attribute specifies the type of service.
Description
This attribute only accepts a single value entry.
1 digit decimal number, 0..9 for 10 related routing entries.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value 0

Attribute Name ssCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.177
SUPPLEMENTARY SERVICE CSI NAME

This attribute specifies a symbolic name identifying the SS-CSI entry.


Description This will be used to assign the SS-CSI to the SubInNSS.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ssCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.341
SSCSI substitution
This attribute specifies the substitution type for SSCSI subscription.

This attribute can only accept single value entry.


Description
noSubstitute No Substitution
substRRUSF Substitute with Roaming Restrictions due
to Unsupported Feature
mptyNotAllow Multi Party Not allowed
reserve Reserved
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
substRRUSF == 1
Value Assertion mptyNotAllow == 2
reserve == 3

Default Value

Attribute Name ssRepl

180/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Registration 1.3.6.1.4.1.4329.1.6.4.181
REPLACEMENT HANDLING

This attribute contains the replacement for SSCSI if CAMEL service is not
supported.

Description This attribute only accepts a single value entry.

RRUSF ROAMING RESTRICTIONS DUE TO


UNSUPPORTED FEATURE
noReplaceReq NO REPLACE HANDLING
multiPtyNotAll MULTI PARTY NOT ALLOWED
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RRUSF == 1
noReplaceReq == 2
Value Assertion
multiPtyNotAll == 4

Default Value 4

Attribute Name ssSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.182
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the VLR/MSC.

This attribute can accept more than one value.

ntf NOTIF TO REQUESTED GSMSCF


Sending notification of subscriber data change to the according gsmSCF.
Description
opt1 RESERVED OPTION 1
opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3
opt4 RESERVED OPTION 4
opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ntf == 1
opt1 == 16
opt2 == 32
opt3 == 64
Value Assertion
opt4 == 128
opt5 == 256
opt6 == 512
opt7 == 1024

A50016-E3804-D18-2-7618 181/336
Conceptual Data Model Data Model Description

opt8 == 2048
opt9 == 4096
opt10 == 8192

Default Value

Attribute Name ssSvcAvail


Registration 1.3.6.1.4.1.4329.1.6.4.180
SERVICE AVAILABILITY

This attribute specifies the CAMEL service availability.


It defines the PLMN in which, use of the service is allowed.
This field contains the service available indicator.
Description
This attribute attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN
noWhere NOT AVAILABLE
VPLMN VISITED PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

Default Value 0

Attribute Name statusCallback


Registration 1.3.6.1.4.1.4329.1.6.4.414
Call Back status
Description This attributes stores the status for the call back service.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusCbIn


Registration 1.3.6.1.4.1.4329.1.6.4.117
status for incoming barring
Description This attributes stores the status for the call barring of incoming calls service.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE

182/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Assertion
Default Value

Attribute Name statusCbOut


Registration 1.3.6.1.4.1.4329.1.6.4.116
status for outgoing barring
Description This attributes stores the status for the call barring of outgoing calls service.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusCfb


Registration 1.3.6.1.4.1.4329.1.6.4.113
status for CFB
Description This attributes stores the status for the call forwarding busy service.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusCfnrc


Registration 1.3.6.1.4.1.4329.1.6.4.114
status for CFnrc
Description This attributes stores the status for the call forwarding not reachable service.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusCfnry


Registration 1.3.6.1.4.1.4329.1.6.4.115
status for CFnry
Description This attributes stores the status for the call forwarding no- reply service.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion

A50016-E3804-D18-2-7618 183/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name statusCfu


Registration 1.3.6.1.4.1.4329.1.6.4.112
status for CFU
Description
This attributes stores the status for the call forwarding unconditional service.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusCw


Registration 1.3.6.1.4.1.4329.1.6.4.118
status for call wait
Description This attributes stores the status for the call wait service.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusFollowMe


Registration 1.3.6.1.4.1.4329.1.6.4.123
status for Follow Me
Description This attributes stores the status for the follow me service.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss01


Registration 1.3.6.1.4.1.4329.1.6.4.605
status of Natss01
Description
status of National Supplementary Service 01

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

184/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name statusNatss02


Registration 1.3.6.1.4.1.4329.1.6.4.606
status of Natss02
Description
status of National Supplementary Service 02

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss03


Registration 1.3.6.1.4.1.4329.1.6.4.607
status of Natss03
Description
status of National Supplementary Service 03

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss04


Registration 1.3.6.1.4.1.4329.1.6.4.608
status of Natss04
Description
status of National Supplementary Service 04

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss05


Registration 1.3.6.1.4.1.4329.1.6.4.609
status of Natss05
Description
status of National Supplementary Service 05

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion

A50016-E3804-D18-2-7618 185/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name statusNatss06


Registration 1.3.6.1.4.1.4329.1.6.4.610
status of Natss06
Description
status of National Supplementary Service 06

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss07


Registration 1.3.6.1.4.1.4329.1.6.4.611
status of Natss07
Description
status of National Supplementary Service 07

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss08


Registration 1.3.6.1.4.1.4329.1.6.4.612
status of Natss08
Description
status of National Supplementary Service 08

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss09


Registration 1.3.6.1.4.1.4329.1.6.4.613
status of Natss09
Description
status of National Supplementary Service 09

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch

186/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Value Type SINGLE-VALUE


Value Assertion
Default Value

Attribute Name statusNatss10


Registration 1.3.6.1.4.1.4329.1.6.4.614
status of Natss10
Description
status of National Supplementary Service 10

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss11


Registration 1.3.6.1.4.1.4329.1.6.4.615
status of Natss11
Description
status of National Supplementary Service 11

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss12


Registration 1.3.6.1.4.1.4329.1.6.4.616
status of Natss12
Description
status of National Supplementary Service 12

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss13


Registration 1.3.6.1.4.1.4329.1.6.4.617
status of Natss13
Description
status of National Supplementary Service 13

A50016-E3804-D18-2-7618 187/336
Conceptual Data Model Data Model Description

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss14


Registration 1.3.6.1.4.1.4329.1.6.4.618
status of Natss14
Description
status of National Supplementary Service 14

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name statusNatss15


Registration 1.3.6.1.4.1.4329.1.6.4.619
status of Natss15
Description
status of National Supplementary Service 15

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name structure


Registration 1.3.6.1.4.1.4329.1.6.4.19
STRUCTURE
This bearer capability information is relevant between mobile termination and
interworking function.
Description
This attribute accepts only one of the following values.
SDUI SDU integrity
UNSTR unstructed
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
SDUI == 0
Value Assertion UNSTR == 3

Default Value

Attribute Name SubRegInAC

188/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Registration 1.3.6.1.4.1.4329.1.6.4.444
Indicates how many AC subscribers are registered.
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubRegInHlr


Registration 1.3.6.1.4.1.4329.1.6.4.445
Indicates how many mobile subscribers are registered in the HLR each time
Description a mobile subscriber is created successfully.

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name subscrRestr


Registration 1.3.6.1.4.1.4329.1.6.4.259
SSUBSCRIPTION RESTRICTION

This attribute specifies the area where the subscriber is allowed to use the
equipment.
The HLR associates location updating information with subscription
restriction.
It deregisters the Mobile Subscriber if the PLMN is not allowed and sets the
Description
MSC area restricted flag if the MSC area is not allowed.

This attribute only accepts a single value entry.

ALLPLMN ALL PUBLIC LAND MOBILE NETWORK


ONAOFPLM ONE NAT. PLMN ALL FOREIGN PLMN
HPLMN HOME PLMN ONLY
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ALLPLMN == 0
ONAOFPLM == 1
Value Assertion
HPLMN == 4

Default Value 1

Attribute Name subscrServ


Registration 1.3.6.1.4.1.4329.1.6.4.164
SERVICE
Description

A50016-E3804-D18-2-7618 189/336
Conceptual Data Model Data Model Description

This attribute specifies the service name to be created in Service address


table

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithDCsi


Registration 1.3.6.1.4.1.4329.1.6.4.537
number of mobile subscribers with the subscription of D-CSI
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithImsiTraceAct


Registration 1.3.6.1.4.1.4329.1.6.4.458
number of subscribers for whom IMSI tracing is active
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithIn


Registration 1.3.6.1.4.1.4329.1.6.4.539
number of mobile subscribers who are subscribed to atleast one CSI
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithMCsi


Registration 1.3.6.1.4.1.4329.1.6.4.536
number of mobile subscribers with the subscription of M-CSI
Description

190/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithMgCsi


Registration 1.3.6.1.4.1.4329.1.6.4.543
number of mobile subscribers with the subscription of MG-CSI
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithMsp


Registration 1.3.6.1.4.1.4329.1.6.4.538
number of mobile subscribers with gsmSCF controlled Supplementary
Description Services

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithMtSmsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.542
number of mobile subscribers with the subscription of MT-SMS-CSI
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithOCsi


Registration 1.3.6.1.4.1.4329.1.6.4.531
number of mobile subscribers with the subscription of O-CSI
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE

A50016-E3804-D18-2-7618 191/336
Conceptual Data Model Data Model Description

Value Assertion
Default Value

Attribute Name SubWithOdbIncoming


Registration 1.3.6.1.4.1.4329.1.6.4.453
number of subscribers with operator determined barring for incoming calls
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithOdbOutgoing


Registration 1.3.6.1.4.1.4329.1.6.4.452
number of subscribers with operator determined barring for outgoing calls
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithOdbPoServices


Registration 1.3.6.1.4.1.4329.1.6.4.544
number of subscribers with operator determined barring for packet oriented
Description services

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithOdbPremiumRate


Registration 1.3.6.1.4.1.4329.1.6.4.455
number of subscribers with operator determined barring for premium rate
Description calls

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

192/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name SubWithOdbRoam


Registration 1.3.6.1.4.1.4329.1.6.4.454
number of subscribers with operator determined barring for roaming
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithOdbSCI


Registration 1.3.6.1.4.1.4329.1.6.4.546
number of subscribers with operator determined barring for SCI on CF
Description services

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithOdbSpecHplmn


Registration 1.3.6.1.4.1.4329.1.6.4.456
number of subscribers with operator determined barring for home PLMN-
Description specific barring

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithOdbSsMngmt


Registration 1.3.6.1.4.1.4329.1.6.4.457
number of subscribers with operator determined barring for SS management
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithSmsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.535
Description number of mobile subscribers with the subscription of SMS-CSI

A50016-E3804-D18-2-7618 193/336
Conceptual Data Model Data Model Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithTCsi


Registration 1.3.6.1.4.1.4329.1.6.4.532
number of mobile subscribers with the subscription of T-CSI
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithTifCsi


Registration 1.3.6.1.4.1.4329.1.6.4.533
number of mobile subscribers with the subscription of TIF-CSI
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithUCSI


Registration 1.3.6.1.4.1.4329.1.6.4.545
number of mobile subscribers with the subscription of U-CSI
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name SubWithVtCsi


Registration 1.3.6.1.4.1.4329.1.6.4.534
number of mobile subscribers with the subscription of VT-CSI
Description

194/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name supportedDCsi


Registration 1.3.6.1.4.1.4329.1.6.4.355
supported MAP phase for DCSI
The attribute supportedDCsi specifies the DCSI phase sent to the VLR.

Possible values:
Description
NONE
PHASE3
PHASE4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
PHASE3 == 3
Value Assertion
PHASE4 == 4

Default Value

Attribute Name supportedGprsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.382
supported MAP phase for GPRSCSI
The attribute supportedGprsCsi specifies the GPRSCSI phase sent to the
SGSN.
Description
Possible values:

NONE
PHASE3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion PHASE3 == 3

Default Value

Attribute Name supportedGprsMtSmsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.381
supported MAP phase for MTSMSCSI
Description
The attribute supportedGprsMtSmsCsi specifies the MTSMSCSI phase sent

A50016-E3804-D18-2-7618 195/336
Conceptual Data Model Data Model Description

to the SGSN.

Possible values:

NONE
PHASE4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion PHASE4 == 4

Default Value

Attribute Name supportedGprsSmsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.383
supported MAP phase for GPRSSMSCSI
The attribute supportedGprsSmsCsi specifies the GPRSCSI phase sent to
the VLR.
Description
Possible values:

NONE
PHASE3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion PHASE3 == 3

Default Value

Attribute Name supportedLCSCapabilitySetsForSGSN


Registration 1.3.6.1.4.1.4329.1.6.4.379
Description LCS core network-signaling capability set
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Set1 == 1
Value Assertion Set2 == 2

Default Value

Attribute Name supportedLCSCapabilitySetsForVLR


Registration 1.3.6.1.4.1.4329.1.6.4.354
Description LCS core network-signaling capability set.
Attribute Syntax Integer (0..255)

196/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
Set1 == 1
Value Assertion Set2 == 2

Default Value

Attribute Name supportedMCsi


Registration 1.3.6.1.4.1.4329.1.6.4.359
supported MAP phase for MCSI
The attribute supportedMCsi specifies the MCSI phase sent to the VLR.

Description Possible values:

NONE
PHASE3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion PHASE3 == 3

Default Value

Attribute Name supportedMgCsi


Registration 1.3.6.1.4.1.4329.1.6.4.360
supported MAP phase for MGCSI
The attribute supportedMgCsi specifies the MGCSI phase sent to the VLR.

Description Possible values:

NONE
PHASE4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion PHASE4 == 4

Default Value

Attribute Name supportedMtSmsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.358
supported MAP phase for MTSMSCSI
The attribute supportedMtSmsCsi specifies the MTSMSCSI phase sent to
the VLR.
Description
Possible values:

NONE

A50016-E3804-D18-2-7618 197/336
Conceptual Data Model Data Model Description

PHASE4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion PHASE4 == 4

Default Value

Attribute Name supportedOCsi


Registration 1.3.6.1.4.1.4329.1.6.4.361
supported MAP phase for OCSI
This attribute specifies the OCSI phase sent to the VLR.

none None
Description
PHASE1 Phase 1
PHASE2 Phase 2
PHASE3 Phase 3
PHASE4 Phase 4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
PHASE1 == 1
PHASE2 == 2
Value Assertion
PHASE3 == 3
PHASE4 == 4

Default Value

Attribute Name supportedSmsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.357
supported MAP phase for SMSCSI
The attribute supportedSmsCsi specifies the SMSCSI phase sent to the VLR.

Description Possible values:

NONE
PHASE3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
Value Assertion PHASE3 == 3

Default Value

Attribute Name supportedSsCsi


Registration 1.3.6.1.4.1.4329.1.6.4.362

198/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

supported MAP phase for SSCSI


This attribute specifies the phase for which SSCSI is capable.

This attribute can take more than one of the following logical values. The
logical values are combined to one physical value in database by OR
Description combination.

none None
PHASE1 Phase1
PHASE2 Phase 2
PHASE3 Phase 3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
PHASE1 == 1
Value Assertion PHASE2 == 2
PHASE3 == 3

Default Value

Attribute Name supportedVtCsi


Registration 1.3.6.1.4.1.4329.1.6.4.356
supported MAP phase for VTCSI
The attribute supportedVtCsi specifies the VTCSI phase sent to the VLR.

Possible values:
Description
NONE
PHASE3
PHASE4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
PHASE3 == 3
Value Assertion
PHASE4 == 4

Default Value

Attribute Name suppService


Registration 1.3.6.1.4.1.4329.1.6.4.251
This attributes stores the supplementary service subscription data.

The values are stored as supplementary service codes accoding to 3GPP TS


29.002.
Possible service codes are:
Description
CLIP (calling line identification presentation)
CLIR (calling line identification restriction)
COLP (called line identification presentation)
COLR (called line identification restriction)
CFU (call forwarding unconditional)

A50016-E3804-D18-2-7618 199/336
Conceptual Data Model Data Model Description

CFB (CF on subscriber busy)


CFnry (CF on no reply)
CFnrc (CF on not reachable)
WAIT (call wait)
HOLD (call hold)
CCBSA (completion of calls to busy subscriber A)
CCBSB (completion of calls to busy subscribe B)
MPTY (multi party)
CUG (closed user group)
AOCI (advice of charge information level)
AOCC (advice of charge charging level)
BAOC (barring of all outgoing calls)
BOIC (barring of outgoing international calls)
BOICexHC (barring of outgoing international calls except to HPLMN country)
BAIC (barring of incoming calls)
BICROAM (barring of incaoming calls when roaming outside HPLMN
country)
EMLPP (enhanced multi level precedence and preemption)
UNIVERS (universal class)
CREL (call related class)
CUNREL (call unrelated class)
PLMNOPR (PLMN operator class)
BSLC (basic self location)
ASLC (autonomous self location)
TTTP (transfer to third party)

National supplementary services are stored as special codes:


HOTBILL (hot billing)
CALLBACK (call back)
CT (call transfer)
NATCCBS (completion of calls to busy subscriber)
USERSIG1 (user signalling 1)
FOLLOWME (follow me)
FROUT (forced routing)
natss01...natss15
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type MULTI-VALUE
clip == 17
clir == 18
colp == 19
colr == 20
cfu == 33
cfb == 41
cfnry == 42
cfnrc == 43
cd == 36
cw == 65
Value Assertion
hold == 66
ccbsA == 67
ccbsB == 68
multiPty == 81
cug == 97
aoci == 113
aocc == 114
baoc == 146
boic == 147
boicExHC == 148

200/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

baic == 154
bicRoam == 155
emlpp == 161
universal == 177
callRel == 178
callUnRel == 179
plmnOperator == 180
basicSelfLc == 193
autoSelfLc == 194
transfToThirdPty == 195
hotbill == 241
fmspv == 242
calltransfer == 243
usersig1 == 246
natccbs == 247
followme == 248
frout == 249
natss01 == 257
natss02 == 258
natss03 == 259
natss04 == 260
natss05 == 261
natss06 == 262
natss07 == 263
natss08 == 264
natss09 == 265
natss10 == 267
natss11 == 268
natss12 == 269
natss13 == 270
natss14 == 271
natss15 == 272
callback == 273

Default Value

Attribute Name supServCode


Registration 1.3.6.1.4.1.4329.1.6.4.179
SUPPLEMENTARY SERVICE

This attribute specifies a supplementary service for the Supplementary


Service Invocation Notification CAMEL Subscription Information (SS-CSI).
It is used for an interworking between MSC/VLR and a GSM service control
function.
When processing an invocation of ss = mpty and/or ss = ccbs, the MSC
receives a SS-CSI from the VLR, indicating that a notification of the
Description invocation of the supplementary service is to be sent to the gsmSCF.
Notes: - The command will be rejected if at least 2 same values are entered.

This attribute can only take single value.

ccbs CALL COMPL TO BUSY SUBSCRIBER


(ccbsA/ccbsB/ccbsNat?)
multiPty MULTI PARTY
both CCBS and MULTI PARTY
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch

A50016-E3804-D18-2-7618 201/336
Conceptual Data Model Data Model Description

Value Type SINGLE-VALUE


ccbs == 68
multiPty == 81
Value Assertion
both == 82

Default Value

Attribute Name syncAsync


Registration 1.3.6.1.4.1.4329.1.6.4.33
SYNCHRONOUS ASYNCHRONOUS MODE
This bearer capability information element is relevant between terminal
equipment and mobile termination and between interworking function and the
fixed network.
Description
This attribute accepts only one of the following values.
SYN SYNCHRONOUS
ASYN ASYNCHRONOUS
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
SYN == 0
Value Assertion ASYN == 1

Default Value

Attribute Name tdp3ContCall


Registration 1.3.6.1.4.1.4329.1.6.4.81
DEFAULT CALL HANDLING

This attribute specifies the type of default call handling as part of CSI.
It is evaluated in case of establishing an IN dialog to the service control
function fails. If set to continue, the call is continued without IN/CAMEL
Description support, otherwise the call is released.

This attribute only accepts a single value entry.

CONTINUE CONTINUE CALL


RELEASE RELEASE CALL
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
CONTINUE == 0
Value Assertion RELEASE == 1

Default Value 0

Attribute Name tdp3DestNum


Registration 1.3.6.1.4.1.4329.1.6.4.78
DESTINATION NUMBER
Description

202/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

This attribute specifies the type and destination number as part of the
ANALYSED INFO CRITERIUM for the CAMEL
service. In general, it is used to allow / not allow IN-traffic based on a given
destination number.

This attribute allows a single value (string) as combination of type and


number seperated by _.
a_b
a: NUMBER TYPE
129 UNKNOWN
145 INTERNATIONAL NUMBER

b: DESTINATION NUMBER DIGITS=1...15 digit hexadecimal number where


B is interchangeable with * and C is interchangeable with #

The destination number in international number format consists of digits in


the range 0..9.
The destination number in unknown format consists of.digits in the range 0..9
and A..E.

Attribute Syntax PrintableString


Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name tdp3GsmScfAd


Registration 1.3.6.1.4.1.4329.1.6.4.79
GSM SERVICE CONTROL FUNCTION

This attribute specifies a GSM service control function as part of CSI.


This is the global title address according to E.164.
Description This is the address of the Camel Service Environment (CSE) to which the
SGSN should contact in case of subscriber activities.

This attribute only accepts a single value entry.


1...15 digits
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name tdp3ServKey


Registration 1.3.6.1.4.1.4329.1.6.4.80
TSERVICE KEY

This attribute specifies a service key as part of CSI, which is used to identify
Description the service in the service control function. This attribute must be sent to IN
node (for MSC).

This attribute only accepts a single value entry.

A50016-E3804-D18-2-7618 203/336
Conceptual Data Model Data Model Description

Range 0...2147483647 of decimal numbers


Attribute Syntax Integer (0..4294967295)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name tdpcCallType


Registration 1.3.6.1.4.1.4329.1.6.4.217
TYPE OF CALL

This attribute specifies the forwarding triggering criterion as part of the


CAMEL TDP CRITERIA for the IN-CAMEL service.

This attribute only accepts a single value entry.

FWRD FORWARDED CALL


Description
If the forwarding triggering criterion is enabled (forwarded), then the gsmSSF
establishes a dialog with the gsmSCF only if the call has been subject to
CAMEL or GSM call forwarding.

NOTFWRD NOT FORWARDED CALL


If the forwarding triggering criterion is inhibited (notforwarded), then the
gsmSSF may establish a dialog with the gsmSCF only if the call has not
been subject to CAMEL or GSM call forwarding.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
FWRD == 0
Value Assertion NOTFWRD == 1

Default Value

Attribute Name tdpcDnMtchTp


Registration 1.3.6.1.4.1.4329.1.6.4.214
MATCH TYPE

This attribute specifies the match type as part of the CAMEL TDP CRITERIA
for the INMOC-CAMEL service for the destination number:

This attribute only accepts a single value entry.

ENABLING
Description If MATCHTYP = ENABLE,the IN-CAMEL dialog can be established only if
the DESTINATION NUMBER DIGITS match at least the leading digits of the
dialed number, OR the DESTINATION NUMBER LENGTH matches the
length of the dialed number.

INHIBITING
If MATCHTYP = INHIBIT,the IN-CAMEL dialog can be established only if the
DESTINATION NUMBER DIGITS do not match the leading digits of the
dialed number, AND the DESTINATION NUMBER LENGTH does not match

204/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

the length of the dialed number.


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Inhibiting == 0
Value Assertion Enabling == 1

Default Value

Attribute Name tdpContCall


Registration 1.3.6.1.4.1.4329.1.6.4.86
DEFAULT CALL HANDLING

This attribute specifies the type of default call handling as part of CSI.
It is evaluated in case of establishing an IN dialog to the service control
function fails. If set to continue, the call is continued without IN/CAMEL
support, otherwise the call is released.
Description
This attribute only accepts a single value entry.

CONTINUE CONTINUE CALL


RELEASE RELEASE CALL

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
CONTINUE == 0
Value Assertion RELEASE == 1

Default Value 0

Attribute Name tdpDestNoLgth


Registration 1.3.6.1.4.1.4329.1.6.4.216
DESTINATION NUMBER LENGTH

This attribute specifies the destination number length list as part of the
Description CAMEL TDP CRITERIA for the INMOC-CAMEL service. In general it is used
to allow / not allow IN-traffic based on a given destination number length.

This attribute can take a value in the range (1-15).


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name tdpGsmScfAd


Registration 1.3.6.1.4.1.4329.1.6.4.84
Description GSM SERVICE CONTROL FUNCTION

A50016-E3804-D18-2-7618 205/336
Conceptual Data Model Data Model Description

This attribute specifies a GSM service control function as part of CSI.


This is the global title address according to E.164.
This is the address of the Camel Service Environment (CSE) to which the
VLR/SGSN should contact in case of subscriber activities.

This attribute only accepts a single value entry.


1...15 digits in E.164 format.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name tdpId


Registration 1.3.6.1.4.1.4329.1.6.4.83
TRIGGER DETECTION POINT

This attribute specifies, to which TDP the entered TDP specific data is
assigned.

This attribute can only take a single value.

TDP TRIGGER DETECTION POINT


SMS-CSI: - TDP: DP COLLECTED INFO

TDP1 TRIGGER DETECTION POINT 1


GPRS-CSI: - TDP1: DP ATTACH

TDP2 TRIGGER DETECTION POINT 2


O-CSI: - TDP2: DP COLLECTED INFO
GPRS-CSI: - TDP2: DP ATTACH CHANGE POSITION
MT-SMS-CSI: - TDP2: DP DELIVERY REQUEST

TDP4 TRIGGER DETECTION POINT 4


Description
O-CSI : - TDP4: DP ROUTE SELECTED FAILURE

TDP11 TRIGGER DETECTION POINT 11


GPRS-CSI: - TDP11:PDP CONTEXT ESTABLISHMENT

TDP12 TRIGGER DETECTION POINT 12


T-CSI : - TDP12:DP TERMINATING ATTEMPT AUTHORIZ.
VT-CSI : - TDP12:DP TERMINATING ATTEMPT AUTHORIZ.
GPRS-CSI: - TDP12:PDP CONTEXT ESTABLISHMENT ACKN.

TDP13 TRIGGER DETECTION POINT 13


T-CSI : - TDP13:DP T BUSY
VT-CSI : - TDP13:DP T BUSY

TDP14 TRIGGER DETECTION POINT 14


T-CSI : - TDP14:DP T NO ANSWER
VT-CSI : - TDP14:DP T NO ANSWER
GPRS-CSI: - TDP14:PDP CONTEXT CHANGE OF POSITION

Attribute Syntax Integer (0..255)

206/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
TDP == 1
TDP1 == 1
TDP2 == 2
TDP4 == 4
Value Assertion TDP11 == 11
TDP12 == 12
TDP13 == 13
TDP14 == 14

Default Value

Attribute Name tdpRelCause


Registration 1.3.6.1.4.1.4329.1.6.4.87
RELEASE CAUSE CODE

This attribute indicates the cause specific to the armed Basic call state mode
DP event. The cause may be used by the SCF to decide about the further
handling of the call.
The HLR stores a list of up to 5 causes.

Notes:
This attribute is applicable to DP Route Select Failure and DP T Busy.

This attribute can take multiple values.

UNLLCANO UNALLOCATED NUMBER


This cause indicates that the called party cannot be reached because,
although the called party number is in a valid format, it is not currently
allocated (assigned).

NOROTN NO ROUTE TO SPEC. TRANSIT NET.


This cause indicates that the equipment sending this cause has received a
request to route the call through a particular transit network which it does not
recognize.
Description
The equipment sending this cause does not recognize the transit network
either because the transit network does not exist or because
that particular transit network, while it does exist, does not serve the
equipment which is sending this cause.
Notes:
- This cause is supported on a network-dependent basis.

NORODES NO ROUTE TO DESTINATION


This cause indicates that the called party cannot be reached because the
network through which the call has been routed does not serve the
destination desired.
Notes:
- This cause is supported on a network-dependent basis.

SPECTON SEND SPECIAL INFORMATION TONE


This cause indicates that the called party cannot be reached for reasons that
are of a long term nature and that the special information tone should be
returned to the calling party.

MISDTRX MISDIALLED TRUNK PREFIX


This cause indicates the erroneous inclusion of a trunk prefix in the called

A50016-E3804-D18-2-7618 207/336
Conceptual Data Model Data Model Description

party number.

CHLUNAC CHANNEL UNACCEPTABLE


This cause indicates that the channel most recently identified is not
acceptable to the sending entity for use in this call.

CALLAWR CALL AWARDED BEING DELIVERED


This cause indicates that the user has been awarded the incoming call, and
that the incoming call is being connected to a channel already established to
that user for similar calls.

PREEM PREEMPTION
This cause indicates that the call is being pre-empted.

PREEMCR PREEMPTION RESERVED FOR REUSE


This cause indicates that the call is being pre-empted and the circuit is
reserved for reuse by the pre-empting exchange.

CSVL10 RESERVED CAUSE 10

CSVL11 RESERVED CAUSE 11

CSVL12 RESERVED CAUSE 12

CSVL13 RESERVED CAUSE 13

CSVL14 RESERVED CAUSE 14

CSVL15 RESERVED CAUSE 15

NRMCLCLR NORMAL CALL CLEARING


This cause indicates that the call is being cleared because one of the users
involved in the call has requested that the call be cleared.
Notes:
- Under normal situations, the source of this cause is not the network.

USRBUS USER BUSY


This cause is used to indicate that the called party is unable to accept
another call because the user busy condition has been encountered.
This cause value may be generated by the called user or by the network. In
the case of user determine user busy, it is noted that the user equipment is
compatible with the call.

NOUSRRSP NO USER RESPONDING


This cause is used when a called party does not respond to a call
establishment message with either an alerting or connect indication within
the prescribed period of time allocated.

NOUSRAW NO ANSWER FROM USER


This cause is used when the called party has been alerted but does not
respond with a connect indication within a prescribed period of time.
Notes:
- This cause is not necessarily generated by Q.931 procedures but may be
generated by internal network timers.

SUBABS SUBSCRIBER ABSENT


This cause value is used when a mobile station has logged off, radio contact
is not obtained with a mobile station or if a personal telecommunication user
is temporarily not addressable at any user-network interface.

208/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

CALLREJ CALL REJECTED


This cause indicates that the equipment sending this cause does not wish to
accept this call, although it could have accepted the call because the
equipment sending this cause is neither busy nor incompatible.
Notes:
- This cause may also be generated by the network, indicating that the call
was cleared due to a supplementary service constraint. The diagnostic field
may contain additional information about the supplementary service and
reason for rejection.

NOCHNG NUMBER CHANGED


This cause is returned to a calling party when the called party number
indicated by the calling party is no longer assigned. The new called party
number may optionally be included in the diagnostic field.
Notes:
- If a network does not support this cause value, cause UNLLNO,
Unallocated (unassigned) number, shall be used.

RDCNEWD REDIRECTION TO NEW DESTINATION


This cause is used by a general ISUP protocol mechanism that can be
invoked by an exchange that decides that the call should be set-up to a
different called number. Such an exchange can invoke a redirection
mechanism, by use of this cause value, to request a preceding exchange
involved in the call to route the call to the new number.

CSVL24 RESERVED CAUSE 24

EXCHRER EXCHANGE ROUTING ERROR


This cause indicates that the destination indicated by the user cannot be
reached, because an intermediate exchange has released the call due to
reaching a limit in executing the hop counter procedure.
Notes:
- This cause is generated by an intermediate node, which when
decrementing the hop counter value, gives the result 0.

NSELUSCL NON SELECTED USER CLEARING


This cause indicates that the user has not been awarded the incoming call.

DESTOUT DESTINATION OUT OF ORDER


This cause indicates that the destination indicated by the user cannot be
reached because the interface to the destination is not functioning correctly.
Notes:
- The term not functioning correctly indicates that a signalling message was
unable to be delivered to the remote party, for example, a physical layer or
data link layer failure at the remote party, or user equipment off-line.;

INVNOFO INVALID NUMBER FORMAT

This cause indicates that the called party cannot be reached because the
called party number is not in a valid format or is not complete.
Notes:
- This condition may be determined:
- immediately after reception of an end of pulsing (ST) signal
- on time-out after the last received digit.

FACREJ FACILITY REJECTED


This cause is returned when a supplementary service requested by the user
cannot be provided by the network.

A50016-E3804-D18-2-7618 209/336
Conceptual Data Model Data Model Description

RESENQ RESPONSE TO STATUS ENQUIRY


This cause is included in the STATUS message when the reason for
generating the STATUS message was the prior receipt of a STATUS
ENQUIRY message.

NORUNSP NORMAL UNSPECIFIED


This cause is used to report a normal event only when no other cause in the
normal class applies.

CSVL32 RESERVED CAUSE 32

CSVL33 RESERVED CAUSE 33

NOCRCH NO CURCUIT/CHANNEL AVAILABLE


This cause indicates that there is no appropriate circuit/channel presently
available to handle the call.

CSVL35 RESERVED CAUSE 35

CSVL36 RESERVED CAUSE 36

CSVL37 RESERVED CAUSE 37

NETOUT NETWORK OUT OF ORDER


This cause indicates that the network is not functioning correctly and that the
condition is likely to last a relatively long period of time.

PERFRA CONNECTION OUT OF SERVICE


This cause is included in a STATUS message to indicate that a permanently
established frame mode connection is out of service.

PERFRACO CONNECTION OPERATIONAL


This cause is included in a STATUS message to indicate that a permanently
established frame mode connection is operational and capable of carrying
user information.

TEMPFAIL TEMPORARY FAILURE


This cause indicates that the network is not functioning correctly and that the
condition is not likely to last a long period of time.

SWEQUP SWITCHING EQUIPMENT CONGESTION


This cause indicates that the switching equipment generating this cause is
experiencing a period of high traffic.

ACSDISC ACCESS INFORMATION DISCARTED


This cause indicates that the network could not deliver access information to
the remote user as requested, i.e. user-to-user information, low layer
compatibility, high layer compatibility, or subaddress, as indicated in the
diagnostic.
Notes:
- The particular type of access information discarded is optionally included in
the diagnostic.

RNOCRCH REQ CIRCUIT/CHANNEL NOT AVAIL


This cause is returned when the circuit or channel indicated by the
requesting entity cannot be provided by the other side of the interface.

CSVL45 RESERVED CAUSE 45

210/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

PRECBL PRECEDENCE CALL BLOCKED


This cause indicates that there are no preemptable circuits or that the called
user is busy with a call of equal or higher preemptable level.

RESUNSP RESOURCE UNAVAILABLE


This cause is used to report a resource unavailable event only when no other
cause in the resource unavailable class applies.

CSVL48 RESERVED CAUSE 48

QOSPNAV QUALITY OF SERV NOT AVAILABLE


This cause is used to report that the requested Quality of Service, as defined
in Recommendation X.213, cannot be provided.

REQFACS REQUEST. FACILITY NOT AVAILAB.


This cause indicates that the user has requested a supplementary service
which is implemented by the equipment which generated this cause, but
which the user is not authorized to use.

CSVL51 RESERVED CAUSE 51

CSVL52 RESERVED CAUSE 52

baocCUG BAOC WITHIN CUG


This cause indicates that although the calling party is a member of the CUG
for the outgoing CUG call, outgoing calls are not allowed for this member of
the CUG.

CSVL54 RESERVED CAUSE 54

BAICCOG BAIC WITHIN CUG


This cause indicates that although the called party is a member of the CUG
for the incoming CUG call, incoming calls are not allowed to this member of
the CUG.

CSVL56 RESERVED CAUSE 56

BCNOATH BEARER CAPABIL. NOT AUTHORIZED


This cause indicates that the user has requested a bearer capability which is
implemented by the equipment which generated this cause but the user is
not authorized to use.

BCNOAV BEARER CAPABIL. NOT AVAILABLE


This cause indicates that the user has requested a bearer capability which is
implemented by the equipment which generated this cause but which is not
available at this time.

CSVL59 RESERVED CAUSE 59

CSVL60 RESERVED CAUSE 60

CSVL61 RESERVED CAUSE 61

INCONS INCONSISTENCY
This cause indicates that there is an inconsistency in the designated
outgoing access information and subscriber class.

SERVOP SERV. OR OPTION NOT AVAILABLE

A50016-E3804-D18-2-7618 211/336
Conceptual Data Model Data Model Description

This cause is used to report a service or option not available event only when
no other cause in the service or option not available class applies.

CSVL64 RESERVED CAUSE 64

BCNOIMP BEARER CAPAB. NOT IMPLEMENTED


This cause indicates that the equipment sending this cause does not support
the bearer capability requested.

CHNOIMP CHANNEL TYPE NOT IMPLEMEMNTED


This cause indicates that the equipment sending this cause does not support
the channel type requested.

CSVL67 RESERVED CAUSE 67

CSVL68 RESERVED CAUSE 68

REQFACIM REQUESTED FACILITY NOT IMPLEM.


This cause indicates that the equipment sending this cause does not support
the requested supplementary service.

BCDIG ONLY RESTRICT. INFO. AVAILABLE


This cause indicates that the calling party has requested an unrestricted
bearer service but that the equipment sending this cause only supports the
restricted version of the requested bearer capability.

CSVL71 RESERVED CAUSE 71

CSVL72 RESERVED CAUSE 72

CSVL73 RESERVED CAUSE 73

CSVL74 RESERVED CAUSE 74

CSVL75 RESERVED CAUSE 75

CSVL76 RESERVED CAUSE 76

CSVL77 RESERVED CAUSE 77

CSVL78 RESERVED CAUSE 78

SERVOVIM SERV. OR OPT. NOT IMPLEMENTED


This cause is used to report a service or option not implemented event only
when no other cause in the service or option not implemented class applies.

CSVL80 RESERVED CAUSE 80

CREFIN INVALID CALL REFERENCE VALUE


This cause indicates that the equipment sending this cause has received a
message with a call reference which is not currently in use on the user-
network interface.

CHIDNO IDENT. CHANNEL DOES NOT EXIST


This cause indicates that the equipment sending this cause has received a
request to use a channel not activated on the interface for a call.

SUSPCL SUSPENDED CALL EXISTS


This cause indicates that a call resume has been attempted with a call

212/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

identity which differs from that in use for any presently suspended call(s).

CLIDUSE CALL IDENTITY IN USE


This cause indicates that the network has received a call suspended request
containing a call identity (including the null call identity) which is already in
use for a
suspended call within the domain of interfaces over which the call might be
resumed.

NOSUSPCL NO CALL SUSPENDED


This cause indicates that the network has received a call resume request
containing a call identity information element which presently does not
indicate any suspended call within the domain of interfaces over which calls
may be resumed.

CLIDCL REQUESTED CALL ID. CLEARED


This cause indicates that the network has received a call resume request
containing a call identity information element indicating a suspended call that
has in
the meantime been cleared while suspended (either by network timeout or by
the remote user).

USRCUG USER NOT MEMBER OF CUG


This cause indicates that the called user for the incoming CUG call is not a
member of the specified CUG or that the calling user is an ordinary
subscriber calling a CUG subscriber.

DESINCP INCOMPATIBLE DESTINATION


This cause indicates that the equipment sending this cause has received a
request to establish a call which has low layer compatibility, high layer
compatibility, or other compatibility attributes (for example, data rate) which
cannot be accommodated.

CSVL89 RESERVED CAUSE 89

NOEXCUG NON EXISTENT CUG


This cause indicates that the specified CUG does not exist.

TNETIN INVALID TRANSIT NET. SELECTION


This cause indicates that a transit network identification was received which
is of an incorrect format as defined in Annex C/Q.931.

CSVL92 RESERVED CAUSE 92

CSVL93 RESERVED CAUSE 93

CSVL94 RESERVED CAUSE 94

MSGIN INVALID MESSAGE


This cause is used to report an invalid message event only when no other
cause in the invalid message class applies.

MINFMIS MANDAT. INFO ELEM. IS MISSING


This cause indicates that the equipment sending this cause has received a
message which is missing an information element which must be present in
the message before that message can be processed.

MSGTYP MESSAGE TYPE NON EXISTENT


This cause indicates that the equipment sending this cause has received a

A50016-E3804-D18-2-7618 213/336
Conceptual Data Model Data Model Description

message with a message type it does not recognize either because this is a
message not defined or defined but not imple-mented by the equipment
sending this cause.

MSGCOMPM MESSAGE NOT COMPATIBLE


This cause indicates that the equipment sending this cause has received a
message such that the procedures do not indicate that this is a permissible
message to
receive while in the call state, or a STATUS message was received indicating
an incompatible call state.

INFONOX INFO ELEM./PARAM. NON EXISTENT


This cause indicates that the equipment sending this cause has received a
message which includes information element(s)/attribute(s) not recognized
because the
information element identifier(s)/attribute name(s) are not defined or are
defined but not implemented by the equipment sending the cause. This
cause indicates that the information element(s)/attribute(s) were discarded.
However, the information element is not required to be present in the
message in order for the equipment sending the cause to process the
message.

INFELID INVALID INFO ELEMENT CONTENT


This cause indicates that the equipment sending this cause has received an
information element which it has implemented however, one or more fields in
the information element are coded in such a way which has not been
implemented by the equipment sending this cause.;

MSGCOMP MSG. NOT COMP. WITH CALL STATE


This cause indicates that a message has been received which is
incompatible with the call state.

RECOVEX RECOVERY ON TIMER EXPIRY


This cause indicates that a procedure has been initiated by the expiry of a
timer in association with error handling procedures.

PARNOEX PARAM. NON EXIST. PASSED ON


This cause indicates that the equipment sending this cause has received a
message which includes attributes not recognized because the attributes are
not defined or are defined but not implemented by the equipment sending the
cause. The cause indicates that the parame-ter(s) were ignored. In addition,
if the equipment sending this cause is an intermediate point,then this cause
indicates that the attribute(s) were passed on unchanged.

CSVL104 RESERVED CAUSE 104

CSVL105 RESERVED CAUSE 105

CSVL106 RESERVED CAUSE 106

CSVL107 RESERVED CAUSE 107

CSVL108 RESERVED CAUSE 108

CSVL109 RESERVED CAUSE 109

MSGDISC MESSAGE DISCARDED


This cause indicates that the equipment sending this cause has discarded a
received message which includes a attribute that is not recognized.

214/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

PROTERR PROTOCOL ERROR UNPECIFIED

This cause is used to report a protocol error event only when no other cause
in the protocol error class applies.

CSVL112 RESERVED CAUSE 112

CSVL113 RESERVED CAUSE 113

CSVL114 RESERVED CAUSE 114

CSVL115 RESERVED CAUSE 115

CSVL116 RESERVED CAUSE 116

CSVL117 RESERVED CAUSE 117

CSVL118 RESERVED CAUSE 118

CSVL119 RESERVED CAUSE 119

CSVL120 RESERVED CAUSE 120

CSVL121 RESERVED CAUSE 121

CSVL122 RESERVED CAUSE 122

CSVL123 RESERVED CAUSE 123

CSVL124 RESERVED CAUSE 124

CSVL125 RESERVED CAUSE 125

CSVL126 RESERVED CAUSE 126

INTUNSP INTERWORKING UNSPECIFIED


This cause indicates that there has been interworking with a network which
does not provide causes for actions it takes. Thus, the precise cause for a
message which is being sent cannot be ascertained.

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type MULTI-VALUE
UNLLCANO == 1
NOROTN == 2
NORODES == 3
SPECTON == 4
MISDTRX == 5
CHLUNAC == 6
CALLAWR == 7
Value Assertion
PREEM == 8
PREEMCR == 9
CSVL10 == 10
CSVL11 == 11
CSVL12 == 12
CSVL13 == 13
CSVL14 == 14

A50016-E3804-D18-2-7618 215/336
Conceptual Data Model Data Model Description

CSVL15 == 15
NRMCLCLR == 16
USRBUS == 17
NOUSRRSP == 18
NOUSRAW == 19
SUBABS == 20
CALLREJ == 21
NOCHNG == 22
RDCNEWD == 23
CSVL24 == 24
EXCHRER == 25
NSELUSCL == 26
DESTOUT == 27
INVNOFO == 28
FACREJ == 29
RESENQ == 30
NORUNSP == 31
CSVL32 == 32
CSVL33 == 33
NOCRCH == 34
CSVL35 == 35
CSVL36 == 36
CSVL37 == 37
NETOUT == 38
PERFRA == 39
PERFRACO == 40
TEMPFAIL == 41
SWEQUP == 42
ACSDISC == 43
RNOCRCH == 44
CSVL45 == 45
PRECBL == 46
RESUNSP == 47
CSVL48 == 48
QOSPNAV == 49
REQFACS == 50
CSVL51 == 51
CSVL52 == 52
baocCUG == 53
CSVL54 == 54
BAICCOG == 55
CSVL56 == 56
BCNOATH == 57
BCNOAV == 58
CSVL59 == 59
CSVL60 == 60
CSVL61 == 61
INCONS == 62
SERVOP == 63
CSVL64 == 64
BCNOIMP == 65
CHNOIMP == 66
CSVL67 == 67
CSVL68 == 68
REQFACIM == 69
BCDIG == 70
CSVL71 == 71
CSVL72 == 72
CSVL73 == 73

216/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

CSVL74 == 74
CSVL75 == 75
CSVL76 == 76
CSVL77 == 77
CSVL78 == 78
SERVOVIM == 79
CSVL80 == 80
CREFIN == 81
CHIDNO == 82
SUSPCL == 83
CLIDUSE == 84
NOSUSPCL == 85
CLIDCL == 86
USRCUG == 87
DESINCP == 88
CSVL89 == 89
NOEXCUG == 90
TNETIN == 91
CSVL92 == 92
CSVL93 == 93
CSVL94 == 94
MSGIN == 95
MINFMIS == 96
MSGTYP == 97
MSGCOMPM == 98
INFONOX == 99
INFELID == 100
MSGCOMP == 101
RECOVEX == 102
PARNOEX == 103
CSVL104 == 104
CSVL105 == 105
CSVL106 == 106
CSVL107 == 107
CSVL108 == 108
CSVL109 == 109
MSGDISC == 110
PROTERR == 111
CSVL112 == 112
CSVL113 == 113
CSVL114 == 114
CSVL115 == 115
CSVL116 == 116
CSVL117 == 117
CSVL118 == 118
CSVL119 == 119
CSVL120 == 120
CSVL121 == 121
CSVL122 == 122
CSVL123 == 123
CSVL124 == 124
CSVL125 == 125
CSVL126 == 126
INTUNSP == 127

Default Value

Attribute Name tdpServKey

A50016-E3804-D18-2-7618 217/336
Conceptual Data Model Data Model Description

Registration 1.3.6.1.4.1.4329.1.6.4.85
SERVICE KEY

This attribute specifies a service key as part of CSI, which is used to identify
the service in the service control function. This attribute must be sent to IN
Description
node (for MSC).

This attribute only accepts a single value entry.


Range 0...2147483647 of decimal numbers
Attribute Syntax Integer (0..4294967295)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name tifCsiActive


Registration 1.3.6.1.4.1.4329.1.6.4.295
TIF-CSI active?
This attribute specifies the status of the Translation information Flag for the
CSI service.
Description
This attribute can only accept single value entry.

true TIF active for CSI


false TIF not active for CSI
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name tifCsiNtfCse


Registration 1.3.6.1.4.1.4329.1.6.4.296
TIF-CSI notification to CSE
This attribute specifies the status of the Translation information Flag for the
notification to Camel service Element service.
Description
This attribute can only accept single value entry.

true TIF active for NTF CSE


false TIF not active for NTF CSE
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

218/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name tifSubscr


Registration 1.3.6.1.4.1.4329.1.6.4.257
TIF SUBSCRIPTION FLAG

This attribute identifies the tif subscription flag.


Description
This attribute can only take single value.

true tif subscription


false no tif subscription
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name timerCallback


Registration 1.3.6.1.4.1.4329.1.6.4.415
Call Back timer
This attributes stores the callback timer.
Timer5
Timer10
Description Timer15
Timer20
Timer25
Timer30

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Timer5 == 5
Timer10 == 10
Timer15 == 15
Value Assertion Timer20 == 20
Timer25 == 25
Timer30 == 30

Default Value

Attribute Name timerCfnry


Registration 1.3.6.1.4.1.4329.1.6.4.109
no reply timer
This attributes stores the no reply condition timer for CFnry.
Timer5
Timer10
Description
Timer15
Timer20
Timer25
Timer30

A50016-E3804-D18-2-7618 219/336
Conceptual Data Model Data Model Description

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Timer5 == 5
Timer10 == 10
Timer15 == 15
Value Assertion Timer20 == 20
Timer25 == 25
Timer30 == 30

Default Value

Attribute Name tOptRouting


Registration 1.3.6.1.4.1.4329.1.6.4.229
OPTIMAL ROUTING

This attribute specifies whether the optimal routing is allowed or not.


Description
This attribute only accepts a single value entry.

true OPTIMAL ROUTING ALLOWED


false OPTIMAL ROUTING NOT ALLOWED
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value

Attribute Name trafficClass


Registration 1.3.6.1.4.1.4329.1.6.4.59
TRAFFIC CLASS

This attribute specifies the traffic class of the service.

CONVCL -> CONVERSATIONAL CLASS


Real time applications defined for UMTS. The most well known use of the
conversational class is telephony speech. But with Internet and multimedia a
number of new application will use this scheme,for example, voice over IP,
video conferencing tools
Description
STREAMCL -> STREAMING CLASS
The streaming class supports services like real time video (audio) which are
one way transports and very sensible to time variation between information
entities (packages).

INTACTCL -> INTERACTIVE CLASS


Non-real time applications. The interactive class is used by applications
expecting messages (responses) within a certain time.

220/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

BACKGRCL -> BACKGROUND CLASS


The background class is intended for applications like receiving files, e-mails
or SMS in the background in which the destination is not expecting the data
within a certain time.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
CONVCL == 1
STREAMCL == 2
Value Assertion INTACTCL == 3
BACKGRCL == 4

Default Value

Attribute Name transfDelay


Registration 1.3.6.1.4.1.4329.1.6.4.67
TRANSFER DELAY

This attribute specifies the Transfer Delay of service.

Description Range of decimal number 10..4000 is allowed

10 .. 150 : steps of 10
200 .. 950 : steps of 50
1000 .. 4000 : steps of 100
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name transferMode


Registration 1.3.6.1.4.1.4329.1.6.4.14
TRANSFER MODE
This is a bearer capability information element relevant between mobile
termination and interworking function.
Description
This attribute accepts only one of the following values.

CM circuit mode
PM packet mode
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
CM == 0
Value Assertion PM == 1

Default Value

Attribute Name transSmsOpt

A50016-E3804-D18-2-7618 221/336
Conceptual Data Model Data Model Description

Registration 1.3.6.1.4.1.4329.1.6.4.268
TRANSFER OPTION SHORT MESSAGE

This attribute specifies whether the mobile terminated short message service
is delivered via SGSN or MSC. This attribute is only applied, if the short
message gateway MSC supports GPRS. This attribute indicates whether
short messages are transported via packet services (GPRS) or circuit
services (CS).

This attribute is allowed only, if the subscriber gets the subscription of


Description TS21GPRS.
If this attribute is not entered, the used value will be SGSN.

This attribute only accepts a single value entry.

MSC TRANSFER VIA MSC


Transport using circuit services (TRANS_MSC)

SGSN TRANSFER VIA SGSN


Transport using packet services (TRANS_SGSN)
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
SGSN == 1
Value Assertion MSC == 2

Default Value 1

Attribute Name trChFreq14k4K


Registration 1.3.6.1.4.1.4329.1.6.4.49
traffic channel frequence 14,4k
This bearer capability information element specifies if a traffic channel with
Description
frequence 14,4 kBit/s is accaptable or not.

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value

Attribute Name trChFreq4k8K


Registration 1.3.6.1.4.1.4329.1.6.4.47
traffic channel frequence 4,8k
This bearer capability information element specifies if a traffic channel with
Description
frequence 4,8 kBit/s is accaptable or not.

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE

222/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

false == 0
Value Assertion true == 1

Default Value

Attribute Name trChFreq9k6K


Registration 1.3.6.1.4.1.4329.1.6.4.48
traffic channel frequence 9,6k
This bearer capability information element specifies if a traffic channel with
Description
frequence 9,6 kBit/s is accaptable or not.

Attribute Syntax Boolean


Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value

Attribute Name trChFreqNum


Registration 1.3.6.1.4.1.4329.1.6.4.46
number of traffic channels
This bearer capability information element specifies the max. number of
traffic channels.

values:
FULL1 one full rate traffic channel
Description FULL2 two full rate traffic channels
RES2 NTCH_RESERVE_2
RES3 NTCH_RESERVE_3
RES4 NTCH_RESERVE_4
RES5 NTCH_RESERVE_5
RES6 NTCH_RESERVE_6
RES7 NTCH_RESERVE_7
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
FULL1 == 0
FULL2 == 1
RES2 == 2
RES3 == 3
Value Assertion RES4 == 4
RES5 == 5
RES6 == 6
RES7 == 7

Default Value

Attribute Name tReplacement


Registration 1.3.6.1.4.1.4329.1.6.4.222
Description REPLACEMENT HANDLING

A50016-E3804-D18-2-7618 223/336
Conceptual Data Model Data Model Description

This attribute determines if the mobile subscriber must be barred if CAMEL


not supported.
This field contains the replacement indicator feature flag (RIFF).

This attribute only accepts a single value entry.

repByBAIC REPLACE BY BAIC


noReplaceReq NO REPLACE HANDLING
ORNA NO OPTIMAL ROUTING
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
repByBAIC == 3
noReplaceReq == 2
Value Assertion
ORNA == 7

Default Value 3

Attribute Name trfHndlgPrio


Registration 1.3.6.1.4.1.4329.1.6.4.68
TRAFFIC HANDLING PRIORITY

This attribute specifies the Traffic Handling Priority.

Description This attribute only accepts a single value entry.

PRIO1 -> PRIORITY 1 Traffic priority 1


PRIO2 -> PRIORITY 2 Traffic priority 2
PRIO3 -> PRIORITY 3 Traffic priority 3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PRIO1 == 1
PRIO2 == 2
Value Assertion
PRIO3 == 3

Default Value

Attribute Name ts10BarrByCb


Registration 1.3.6.1.4.1.4329.1.6.4.347
barring for TS10
This attribute specifies the strongest Call Barring type imposed for TS10
service.

This attribute can only accept single value entry.


Description
none None
baoc Barring of Outgoing Calls
boic Barring of Outgoing International Calls
boicexH Barring of all outgoing international calls

224/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

except those to HPLMN country.


Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
baoc == 1
Value Assertion boic == 2
boicexH == 3

Default Value 0

Attribute Name ts20BarrByCb


Registration 1.3.6.1.4.1.4329.1.6.4.348
barring for TS20
This attribute specifies the strongest Call Barring type imposed for TS20
service.

This attribute can only accept single value entry.


Description
none None
baoc Barring of Outgoing Calls
boic Barring of Outgoing International Calls
boicexH Barring of all outgoing international calls
except those to HPLMN country.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NONE == 0
baoc == 1
Value Assertion boic == 2
boicexH == 3

Default Value 0

Attribute Name ts60BarrByCb


Registration 1.3.6.1.4.1.4329.1.6.4.349
barring for TS60
This attribute specifies the strongest Call Barring type imposed for TS60
service.

This attribute can only accept single value entry.


Description
none None
baoc Barring of Outgoing Calls
boic Barring of Outgoing International Calls
boicexH Barring of all outgoing international calls
except those to HPLMN country.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion NONE == 0

A50016-E3804-D18-2-7618 225/336
Conceptual Data Model Data Model Description

baoc == 1
boic == 2
boicexH == 3

Default Value 0

Attribute Name tSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.225
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the VLR/MSC.

This attribute accepts more than one logical value. The logical values are
combined to one physical value in the database by OR combination.

vlrisdih VLRISD INSIDE HPLMN


Send VLRISD while roaming inside HPLMN.

vlrisdoh VLRISD OUTSIDE HPLMN


Send VLRISD while roaming outside HPLMN.

STCSINR SUPRESS TCSI CFU OR CFNRC ACT


Suppress sending T-CSI if T-CSI and O-CSI are present in case of CFU or
CFNRC.

STCSICFU SUPRESS TCSI CFU ACTIVE


Suppress sending T-CSI if T-CSI is present in case of CFU or forwarding
Description violation.

STCSIVTS SUPRESS TCSI VTCSI SENT TO VLR


Suppress sending T-CSI for a subscriber if VT-CSI is sent to VLR.

SCFUCHK SUPRESS CFU CHECK


Suppress CFU check in second interrogation step.

ntf NOTIF TO REQUESTED GSMSCF


Sending notification of subscriber data change to the according gsmSCF.

opt1 RESERVED OPTION 1


opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3
opt4 RESERVED OPTION 4
opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10
Attribute Syntax Integer (0..4294967295)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ntf == 1
vlrisdih == 2
Value Assertion
vlrisdoh == 4
opt1 == 16

226/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

opt2 == 32
opt3 == 64
opt4 == 128
opt5 == 256
opt6 == 512
opt7 == 1024
opt8 == 2048
opt9 == 4096
opt10 == 8192
STCSINR == 16384
STCSICFU == 32768
STCSIVTS == 65536
SCFUCHK == 131072
RBARCHK == 262144

Default Value

Attribute Name tServAvail


Registration 1.3.6.1.4.1.4329.1.6.4.223
SERVICE AVAILABILITY

This attribute specifies the CAMEL service availability.


It defines the PLMN in which, use of the service is allowed.
This field contains the service available indicator.
Description
This attribute attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN
noWhere NOT AVAILABLE
VPLMN VISITED PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

Default Value 0

Attribute Name tSuppCapPh


Registration 1.3.6.1.4.1.4329.1.6.4.224
PHASE OF CAMEL CAPABILITY

This attribute specifies the phase for which this CAMEL service is capable.
The CAP phase contained in the attribute must be supported by VLR/MSC
and gsmSCF.
Description
This attribute can take more than one of the following logical values. The
logical values are combined to one physical value in database by OR
combination.

PHASE1 Phase 1

A50016-E3804-D18-2-7618 227/336
Conceptual Data Model Data Model Description

PHASE2 Phase 2
PHASE3 Phase 3
PHASE4 Phase 4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PHASE1 == 1
PHASE2 == 2
Value Assertion PHASE3 == 4
PHASE4 == 8

Default Value 1

Attribute Name tttpStat


Registration 1.3.6.1.4.1.4329.1.6.4.299
TTTP status
This attribute specifies the status of Transfer to Third Party class.

Description This attribute can accept a single value entry.

PROV Transfer to Third Party class is provided


ACTIVE Transfer to Third Party class is active
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PROV == 1
Value Assertion ACTIVE == 2

Default Value

Attribute Name twinCardIMSI


Registration 1.3.6.1.4.1.4329.1.6.4.286
International Mobile Subscriber Identification for the twin card feature

This attribute identifies a second IMSI allocated to a mobile subscriber.


The feature is used to provide one human person with two SIM cards (each
having its own IMSI) but the same subscriber profile (msisdn, ss, gprs
data).The current active IMSI is set within LUP procedure, so that only one of
Description
the two linked IMSI is active. If entered a linkage between two mobile
subscribers is existing. This linkage is bidirectional. The active subscriber
setting is identified via the attribute isActiveIMSI.

This attribute can only take single value entry.


6..15 digit decimal number.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

228/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name TwincardSubscribers


Registration 1.3.6.1.4.1.4329.1.6.4.541
number of twincard subscribers
Description

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name twinCardType


Registration 1.3.6.1.4.1.4329.1.6.4.277
twincard type
This attribute specifies whether a twincard subscriber record is master or
slave.

Description The allowed values are:


MASTER: 0
SLAVE: 1
EMPTY (DB_UNDEF_TINT8): The subscriber does not have the twin card
feature. In this case no value is stored for this attribute.
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
master == 0
Value Assertion slave == 1

Default Value

Attribute Name ugGsmScfAddr


Registration 1.3.6.1.4.1.4329.1.6.4.2
GSM SERVICE CONTROL FUNCTION

This attribute defines the address of the corresponding GSM service control
function. An appropriate global title used for routing to the gsmSCF has to be
Description
defined.

This attribute allows a single value entry.


1...15 digit decimal number, E.164 format
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name ugShortcode


Registration 1.3.6.1.4.1.4329.1.6.4.1
Description UGCSI SERVICE CODE

A50016-E3804-D18-2-7618 229/336
Conceptual Data Model Data Model Description

This attribute specifies the service code which identifies a certain application
within the gsmSCF.

This attribute only accepts a single value entry.


3 digits, 0...999, range of decimal numbers
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name uGsmScfAddr


Registration 1.3.6.1.4.1.4329.1.6.4.90
GSM SERVICE CONTROL FUNCTION

This attribute defines the address of the corresponding GSM service control
Description function.

This attribute allows a single value entry.


1...15 digit decimal number
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name uimi


Registration 1.3.6.1.4.1.4329.1.6.4.50
User initiated modification indication
This bearer capability information element is relevant between the mobile
termination and the interworking function.
This attribute accepts one of the following values:
- UIMI0: user initiated modification not requested
Description
- UIMI1: user initiated modification upto 1 traffic channel requested
- UIMI2: user initiated modification upto 2 traffic channel requested
- UIMI3: user initiated modification upto 3 traffic channel requested
- UIMI4: user initiated modification upto 4 traffic channel requested

Attribute Syntax Integer (0..255)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
UIMI0 == 0
UIMI1 == 1
UIMI2 == 2
Value Assertion
UIMI3 == 3
UIMI4 == 4

Default Value 0

230/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Attribute Name umtsSubScr


Registration 1.3.6.1.4.1.4329.1.6.4.273
UMTS Subscription

This attribute identifies the type of UMTS Subscription.


This attribute allows entry of a single or multiple values. Multiple logical
Description values are stored as one value combined by OR.

ACC_TYPE_GSM
ACC_TYPE_GERAN
ACC_TYPE_UTRAN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ACCTYPEGSM == 1
ACCTYPEGERAN == 2
Value Assertion
ACCTYPEUTRAN == 4

Default Value

Attribute Name universStat


Registration 1.3.6.1.4.1.4329.1.6.4.292
LCS universal status
This attribute specifies the status of Call universal supplementary service.

Description This attribute can accept a single value entry.

PROV call universal class is provided


ACTIVE call universalclass is active
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PROV == 1
Value Assertion ACTIVE == 2

Default Value

Attribute Name userInfoL1


Registration 1.3.6.1.4.1.4329.1.6.4.30
user Info Layer1 Protocol
This bearer capability information element characterize the layer 1 protocol to
be used between mobile termination and base station (Um interface)
according to TS25.001.

Description values:
DEFAULT default
NOCOMP no comparable value
V110 CCITT V.110 / X.30
G711 CCITT G.711 A-law
X31 CCITT X.31 flag stuffing
Attribute Syntax Integer (0..255)

A50016-E3804-D18-2-7618 231/336
Conceptual Data Model Data Model Description

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
DEFAULT == 0
NOCOMP == 1
V110 == 2
Value Assertion
G711 == 3
X31 == 4

Default Value 0

Attribute Name userInfoL2


Registration 1.3.6.1.4.1.4329.1.6.4.32
USER INFO LAYER 2 PROTOCOL
This bearer capability information element is relevant between terminal
equipment and mobile termination and between interworking function and the
fixed network.

NONE USER INFO LAYER 2 PROTOCOL NOT PRESENT


Description
X25 RECOMMENDATION X.25 LINK LEVEL
IA5 IA5
X75 X.75 LAYER 2 MODIFIED, TELETEX
VTX1 VIDEOTEX PROFILE 1
FAX3 FACSIMILE GROUP 3
VTX3 VIDEOTEX PROFILE 3
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
X25 == 6
IA5 == 8
X75 == 9
Value Assertion VTX1 == 10
VTX3 == 12
FAX3 == 13

Default Value

Attribute Name userRate


Registration 1.3.6.1.4.1.4329.1.6.4.37
USER RATE
This bearer capability information element is relevant between terminal
equipment and mobile termination and between interworking function and the
fixed network.

This attribute accepts only one of the following values.


Description
B300 0.3KBIT/S RECOM. X.1 AND V.110
B1200 1.2KBIT/S RECOM. X.1 AND V.110
B2400 2.4KBIT/S RECOM. X.1 AND V.110
B4800 4.8KBIT/S RECOM. X.1 AND V.110
B9600 9.6KBIT/S RECOM. X.1 AND V.110
B12000 12KBIT/S
B1200B75 1.2KBIT/75BIT/S V.23,X.1,V.110
Attribute Syntax Integer (0..255)

232/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Matching Criteria integerMatch, integerOrderingMatch


Value Type SINGLE-VALUE
B300 == 1
B1200 == 2
B2400 == 3
B4800 == 4
Value Assertion
B9600 == 5
B12000 == 6
B1200B75 == 7

Default Value

Attribute Name UserSig1


Registration 1.3.6.1.4.1.4329.1.6.4.502
number of mobile subscribers with the provision -user-to-user signaling
Description service 1-

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name uShortcode


Registration 1.3.6.1.4.1.4329.1.6.4.89
UCSI short code
CAMEL service entry. Shortcode (3 digits (0..999)) for sUCSI SERVICE
CODE
Description
This attribute specifies the service code for CAMEL service entry.
Input of an already assigned service code is not allowed.

Attribute Syntax Integer (0..65535)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name validVLRLoc


Registration 1.3.6.1.4.1.4329.1.6.4.314
Valid VLR Location Flag

This attribute specifies whether the VLR Location data is valid or not.
Description
This attribute can only accept single value entry.

true VLR location is valid


false VLR location is not valid
Attribute Syntax Boolean

A50016-E3804-D18-2-7618 233/336
Conceptual Data Model Data Model Description

Matching Criteria booleanMatch,


Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name vbcVgcNotSup


Registration 1.3.6.1.4.1.4329.1.6.4.339
VBS or VGCS not supported
This attribute specifies whether Voice Group Call and/or Voice Broadcast
Call are supported or not.

Description This attribute can only accept single value entry.

true VGC and/or VBC was not supported


false VGC and VBC may or may not be supported
(unknown)
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name vlrNotAllow


Registration 1.3.6.1.4.1.4329.1.6.4.327
VLR not allowed
This attribute specifies whether the subscriber is allowed to roam in the
current VLR or not.
Description
This attribute can only accept single value entry.

false VLR allowed


true VLR not allowed
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name vlrNumber


Registration 1.3.6.1.4.1.4329.1.6.4.248
VISITOR LOCATION REGISTER NUMBER
Description
This attribute refers to the ISDN number of a VLR entity.

234/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

This attribute can take a single value only.


The type (ISDN-AddressString) of vlrNumber is described in GSM 09.02.
(Two digits per octed + 1 Info Byte). The value must be initialize with 0xFF.
Attribute Syntax NumericString (length 15)
Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name vlrNumberList


Registration 1.3.6.1.4.1.4329.1.6.4.553
The list of vlr numbers
Description

Attribute Syntax NumericString


Matching Criteria numericStringMatch, numericStringOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

Attribute Name vlrSupportsLongFtno


Registration 1.3.6.1.4.1.4329.1.6.4.353
VLR supports long FTNO
This attribute specifies whether the VLR supports long ftno or not.
Description
false: long FTNOs are not supported
true: long FTNOs are supported
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name vplmnAllowed


Registration 1.3.6.1.4.1.4329.1.6.4.126
VPLMN ADDRESS ALLOWED

This attribute specifies whether the MS is allowed to use the APN in the
domain of the HPLMN only , or additionally the APN in the domain of the
Description VPLMN.

This attribute only accepts a single value entry.


false HOME PLMN ONLY
true ALL PLMN
Attribute Syntax Boolean
Matching Criteria booleanMatch,

A50016-E3804-D18-2-7618 235/336
Conceptual Data Model Data Model Description

Value Type SINGLE-VALUE


true == 1
Value Assertion false == 0

Default Value false

Attribute Name vtCsiName


Registration 1.3.6.1.4.1.4329.1.6.4.242
VISITED MSC TERMINATING CSI

This attribute specifies a symbolic name identifying the VT-CSI entry.


Description This will be used to assign the VT-CSI to the SubInHLR.

This attribute only accepts a single value entry.


1...10 characters from the symbolic name character set.
Attribute Syntax PrintableString (length 64)
Matching Criteria caseExactMatch, caseExactOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

Attribute Name vtCsiSubst


Registration 1.3.6.1.4.1.4329.1.6.4.343
VTCSI substitution
This attribute specifies the substitution type for VTCSI subscription.

This attribute can only accept single value entry.


Description
noSubstitute No Substitution
substRRUSF Substitute with Roaming Restrictions due to
Unsupported Feature
substBAIC Substitute with Barring of Incoming Calls
reserve Reserved
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noSubstitute == 0
substRRUSF == 1
Value Assertion substBAIC == 2
reserve == 3

Default Value

Attribute Name vtRepl


Registration 1.3.6.1.4.1.4329.1.6.4.244
REPLACEMENT HANDLING

Description This attribute specifies the type of replace handling which will be used if the
service is not supported by VLR. If the VLR in the VPLMN does not support
IN/CAMEL, the subscriber will be handled according to the value specified.

236/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

This attribute only accepts a single value entry.

RRUSF ROAMING RESTRICTIONS DUE TO UNSUPPORTED


FEATURE
repByBAIC REPLACE BY BAIC
noReplaceReq NO REPLACE HANDLING
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
RRUSF == 1
repByBAIC == 3
Value Assertion
noReplaceReq == 2

Default Value

Attribute Name vtSendingOpt


Registration 1.3.6.1.4.1.4329.1.6.4.245
SENDING OPTIONS

This attribute specifies the sending options. It is used to determine which part
of the IN-CAMEL related subscriber data is to be sent to the VLR/MSC.

This attribute can accept more than one logical value. The logical values are
combined to one physical value in database by OR combination.

ntf NOTIF TO REQUESTED GSMSCF


Sending notification of subscriber data change to the according gsmSCF.
Description
opt1 RESERVED OPTION 1
opt2 RESERVED OPTION 2
opt3 RESERVED OPTION 3
opt4 RESERVED OPTION 4
opt5 RESERVED OPTION 5
opt6 RESERVED OPTION 6
opt7 RESERVED OPTION 7
opt8 RESERVED OPTION 8
opt9 RESERVED OPTION 9
opt10 RESERVED OPTION 10
Attribute Syntax Integer (0..65535)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
ntf == 1
opt1 == 16
opt2 == 32
opt3 == 64
opt4 == 128
opt5 == 256
Value Assertion
opt6 == 512
opt7 == 1024
opt8 == 2048
opt9 == 4096
opt10 == 8192

A50016-E3804-D18-2-7618 237/336
Conceptual Data Model Data Model Description

Default Value

Attribute Name vtSuppCapPh


Registration 1.3.6.1.4.1.4329.1.6.4.246
PHASE OF CAMEL CAPABILITY

This attribute specifies the phase for which this CAMEL service is capable.
The CAP phase contained in the attribute must be supported by VLR/MSC
and gsmSCF.

Description This attribute can take more than one of the following logical values. The
logical values are combined to one physical value in database by OR
combination.

PHASE3 Phase 3
PHASE4 Phase 4
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
PHASE3 == 4
Value Assertion PHASE4 == 8

Default Value 4

Attribute Name vtSvcAvail


Registration 1.3.6.1.4.1.4329.1.6.4.243
SERVICE AVAILABILITY

This attribute specifies the CAMEL service availability.


It defines the PLMN in which, use of the service is allowed.
This field contains the service available indicator.
Description
This attribute attribute only accepts a single value entry.

ALLPLMN ALL GSM-PLMNS


HPLMN HOME PLMN
noWhere NOT AVAILABLE
VPLMN VISITED PLMN
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
noWhere == 0
HPLMN == 1
Value Assertion VPLMN == 2
ALLPLMN == 3

Default Value 0

Attribute Name waiur


Registration 1.3.6.1.4.1.4329.1.6.4.51

238/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Wanted air interface user rate


This bearer capability information element is relevant between the mobile
termination and the interworking function.

values:
NOAPP Air interface user rate not applicable
B9600 9,6 kbit/s
B14400 14,4 kbit/s
B19200 19,2 kbit/s
SPARE3 SPARE_03
Description B28800 28,8 kbit/s
B38400 38,4 kbit/s
B43200 43,2 kbit/s
B57600 57,6 kbit/s
B64000 64 kbit/s
BI3840009 interpreted by the network as 38.4 kbit/s
BI3840010 interpreted by the network as 38.4 kbit/s
BI3840011 interpreted by the network as 38.4 kbit/s
BI3840012 interpreted by the network as 38.4 kbit/s
RES14 RESERVE_14
RES15 RESERVE_15
Attribute Syntax Integer (0..255)
Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
NOAPP == 0
B9600 == 1
B14400 == 2
B19200 == 3
SPARE3 == 4
B28800 == 5
B38400 == 6
B43200 == 7
Value Assertion B57600 == 8
B64000 == 9
BI3840009 == 10
BI3840010 == 11
BI3840011 == 12
BI3840012 == 13
RES14 == 14
RES15 == 15

Default Value 1

Attribute Name WllSubRegInHlr


Registration 1.3.6.1.4.1.4329.1.6.4.446
Indicates how many wireless local loop (WLL) subscribers are registered in
Description the HLR.

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type SINGLE-VALUE
Value Assertion
Default Value

A50016-E3804-D18-2-7618 239/336
Conceptual Data Model Data Model Description

Attribute Name wllSubscr


Registration 1.3.6.1.4.1.4329.1.6.4.255
WIRELESS LOCAL LOOP SUBSCRIBER
This attribute describes which value is presented by ndcLac.

This attribute can only take single value.


Description
true Attribute 'ndcLac' takes the value of Local Area
Code(LAC)
false Attribute 'ndcLac' takes the value of National
Destination Code(NDC)
Attribute Syntax Boolean
Matching Criteria booleanMatch,
Value Type SINGLE-VALUE
false == 0
Value Assertion true == 1

Default Value false

Attribute Name zonecode


Registration 1.3.6.1.4.1.4329.1.6.4.151
ZONE CODE

Description This attribute specifies up to ten zone codes for attribute ccNdc. The zones
must already be defined within the PLMN.

Attribute Syntax Integer (0..4294967295)


Matching Criteria integerMatch, integerOrderingMatch
Value Type MULTI-VALUE
Value Assertion
Default Value

2.2.2 Object Class Description

The following definitions have been taken from a schema description created by the HLR and
the C-NTDB development (see [3]).

2.2.2.1 Common Definitions

Object Class Name applicationConfiguration


Registration 1.3.6.1.4.1.4329.1.6.6.1001
Derived From top
Superior Object Class cntdbOrganization
This object class is necessary for the structuring of the service oriented
Description part of the subscriber tree.

Mandatory Attributes objectClass, o

240/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Optional Attributes entryACI

Object Class Name cntdbOrganization


Registration 1.3.6.1.4.1.4329.1.6.6.1043
Derived From top
Superior Object Class tenantConfiguration
This object class represents the root object for the non-subscriber related
Description
service tree.
Mandatory Attributes o, objectClass
Optional Attributes entryACI

Object Class Name contrHolder


Registration 1.3.6.1.4.1.4329.1.6.6.1003
Derived From top
Superior Object Class subSpecServDat
This class represents the person/entity, who is the actual contract holder
Description
(possibliy in opposite to the enduser).
Mandatory Attributes contractId, objectClass
Optional Attributes uidPtr, entryACI

Object Class Name delInfo


Registration 1.3.6.1.4.1.4329.1.6.6.1038
Derived From top
Superior Object Class nssConfiguration
Description This class represents the status of a deletion process.
Mandatory Attributes o, objectClass
Optional Attributes delAlias, delStatus, delTimestamp, entryACI

Object Class Name imsiAlias


Registration 1.3.6.1.4.1.4329.1.6.6.1010
Derived From top
Superior Object Class dcObject
This alias is needed to the data belonging to one IMSI.
Description

Mandatory Attributes imsi, aliasedEntryName, objectClass


Optional Attributes entryACI

Object Class Name msisdnAlias


Registration 1.3.6.1.4.1.4329.1.6.6.1013
Derived From top
Superior Object Class dcObject
This alias is needed to the data belonging to one MSISDN.
Description

Mandatory Attributes msisdn, aliasedEntryName, objectClass

A50016-E3804-D18-2-7618 241/336
Conceptual Data Model Data Model Description

Optional Attributes entryACI

Object Class Name netSuppServ


Registration 1.3.6.1.4.1.4329.1.6.6.1005
Derived From top
Superior Object Class subscriber
This class is used to structure the subscriber specific part of the data
Description
model.
Mandatory Attributes objectClass, nss
Optional Attributes entryACI

Object Class Name nssConfiguration


Registration 1.3.6.1.4.1.4329.1.6.6.1009
Derived From top
Superior Object Class applicationConfiguration, nssConfiguration
This class is necessary for the structuring of the service oriented data of
Description
the subscriber tree
Mandatory Attributes objectClass, o
Optional Attributes refSubscriber, entryACI

Object Class Name regularExpression


Registration 1.3.6.1.4.1.4329.1.6.6.1041
Derived From top
Superior Object Class nssConfiguration
This class is used to store regular expressions for flexible MSISDN
attribute mass modification.
Description NOTE: A regular expression defined for a MSISDN modification scenario
holds good for all FTNOs apart from MSISDN, since both MSISDN and
FTNO are of the same format (CC-NDC-SN).
Mandatory Attributes objectClass, regexName
Optional Attributes backwardRegExp, forwardRegExp, entryACI

Object Class Name schemaVersDsa


Registration 1.3.6.1.4.1.4329.1.6.6.1045
Derived From top
Superior Object Class dsa
This object class is used for storing the actual data
Description model version per DSA (needed for step-by-step schema
upgrades)
Mandatory Attributes objectClass, schemaName
Optional Attributes versDsa, entryACI

Object Class Name subscriber


Registration 1.3.6.1.4.1.4329.1.6.6.1006
Derived From top

242/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Superior Object Class subSpecServDat


Description This object class represents the root object for an end user.
Mandatory Attributes objectClass, uid
Optional Attributes contractIdPtr, entryACI

Object Class Name subTemplate


Registration 1.3.6.1.4.1.4329.1.6.6.1006
Derived From top
Superior Object Class tenantConfiguration
This object class represents the root object for a subscriber template. It is
Description
used by PGW to store templates used for creating a new subscriber.
Mandatory Attributes objectClass, o
Optional Attributes entryACI

Object Class Name subSpecServDat


Registration 1.3.6.1.4.1.4329.1.6.6.1007
Derived From top
Superior Object Class tenantConfiguration
This object class represents the root object for the subscriber specific
Description
user data.
Mandatory Attributes objectClass, sssd
Optional Attributes entryACI

Object Class Name tenantConfiguration


Registration 1.3.6.1.4.1.4329.1.6.6.1039
Derived From top
Superior Object Class none – top level object
This object class represents the tenant specific root object for the service
Description
specific user data.
Mandatory Attributes objectClass, o
Optional Attributes entryACI

Object Class Name uidAlias


Registration 1.3.6.1.4.1.4329.1.6.6.1015
Derived From top
Superior Object Class dcObject
This alias is needed to the data belonging to one UID.
Description

Mandatory Attributes uid, aliasedEntryName, objectClass


Optional Attributes entryACI

Object Class Name version


Registration 1.3.6.1.4.1.4329.1.6.6.1008
Derived From top

A50016-E3804-D18-2-7618 243/336
Conceptual Data Model Data Model Description

Superior Object Class None – top level object


This object defines the version of the schema loaded into a DSA.
Description
In addition it gives the history of the last change (who, what, when).
Mandatory Attributes v-date, vers, resp, objectClass
changeAddAttr, changeAddOcl, changeAddEntry, changeModifAttr,
Optional Attributes changeModifOcl, changeModifEntry, changeModifEntry, changeDelAttr,
changeDelOcl, changeDelEntry, entryACI

2.2.2.2 HLR-Specific Definitions

Object Class Name ACSUBDATA


Registration 1.3.6.1.4.1.4329.1.6.6.45
Derived From top
Superior Object Class netSuppServ
This class represents the Data Container for all Subscriber data in AC.
Description

Mandatory Attributes imsi, objectClass


acSubscrType, acEncKey, acSeqNum, acAMF, acKdbId, acAlgorithmId,
Optional Attributes
acCheckValue, acHMac, acIccId, isIMSIIntercepted, entryACI

Object Class Name BASICSERVINNSS


Registration 1.3.6.1.4.1.4329.1.6.6.49
Derived From top
Superior Object Class MSISDNINNSS
This object contains the name of the (assigned) basic service subscription
Description data and the reference to the up to two accessory bearer capabilities
container.
Mandatory Attributes sbasicService, objectClass
Optional Attributes refbcn, entryACI

Object Class Name BCASETINNSS


Registration 1.3.6.1.4.1.4329.1.6.6.5
Derived From top
Superior Object Class nssConfiguration
This object contains bearer capability information elements. Bearer
capability information elements have only to be created for those services
Description for which a mobile terminating call is possible.
The bearer capability elements are defined in 3GPP TS29.007, TS27.001
and TS24.008.
Mandatory Attributes bcn, objectClass
sbasicService, radioChanReq, transferMode, infTransfCap,
codingStdMtc, codingStdExt, compression, structure, duplexMode,
Optional Attributes configuration, nOfIntRateRq, establmnt, accessId, rateAdaption, otherITC,
otherrateAdaption, signAccProt, layer1Id, userInfoL1, layer2Id,
userInfoL2, syncAsync, negotiation, numOfDataBit, numOfStopBit,

244/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

userRate, intermedRate, netClkOnT, netClkOnR, parityInfo, connElmnt,


modemType, otherModemTp, fixNetURate, trChFreqNum, trChFreq4k8K,
trChFreq9k6K, trChFreq14k4K, uimi, waiur, refStatus, entryACI

Object Class Name CCBSOQUEUE


Registration 1.3.6.1.4.1.4329.1.6.6.35
Derived From top
Superior Object Class SUBINNSS
This class will store the details of current originating CCBS requests on
Description
the HLR.
Mandatory Attributes ccbsOMSISDN, objectClass
basicServiceGroup, ccbsIndex, ccbsReqStat, ccbsCtxtTName, ccbsPrio,
Optional Attributes
ccbsFeAddress, entryACI

Object Class Name CCBSTQUEUE


Registration 1.3.6.1.4.1.4329.1.6.6.1076
Derived From top
Superior Object Class SUBINNSS
This class will store the details of current terminating CCBS requests on
Description
the HLR.
Mandatory Attributes ccbsTMSISDN, objectClass
basicServiceGroup, ccbsIndex, ccbsReqStat, ccbsCtxtTName, ccbsPrio,
Optional Attributes
ccbsFeAddress, entryACI

Object Class Name CUGPARAM


Registration 1.3.6.1.4.1.4329.1.6.6.15
Derived From top
Superior Object Class SUBINNSS
Description This class contains preferred CUG data.
Mandatory Attributes pcugbasicServiceGroup, objectClass
Optional Attributes pcugId, interCugAcc, entryACI

Object Class Name D-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.23
Derived From top
Superior Object Class nssConfiguration
Description Dialed services CAMEL Subscription Information.
Mandatory Attributes dCsiName, objectClass
dSvcAvail, dSendingOpt, dSuppCapPh, dReplHndlLup, dReplHndInterr,
Optional Attributes
dOptRouting, refStatus, entryACI

Object Class Name GPRS-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.31
Derived From top

A50016-E3804-D18-2-7618 245/336
Conceptual Data Model Data Model Description

Superior Object Class nssConfiguration


Description General Packet Radio Service CAMEL Subscription Information.
Mandatory Attributes gprsCsiName, objectClass
gprsSvcAvail, gprsRepl, gprsSendingOpt, gprsSuppCapPh, restrAPN,
Optional Attributes
refStatus, entryACI

Object Class Name GPRSDATA


Registration 1.3.6.1.4.1.4329.1.6.6.13
Derived From top
Superior Object Class SUBINNSS
This object defines a Packet Data Protocol (PDP) context subscription
Description
record.
Mandatory Attributes pdpContextId, refqOfServName, vplmnAllowed, objectClass
pdpType, accPointName, pdpAddress, chargCharac,
Optional Attributes
chargCharacBehaviour, entryACI

Object Class Name IMSI-U-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.37
Derived From top
Superior Object Class nssConfiguration
Description U-CSI data related to subscriber
Mandatory Attributes uShortcode, uGsmScfAddr, objectClass
Optional Attributes entryACI

Object Class Name IRT


Registration 1.3.6.1.4.1.4329.1.6.6.4
Derived From top
Superior Object Class LI
Description This object class holds the data for intercepted subscribers of this PLMN.
Mandatory Attributes o, SEQNUM, objectClass
Optional Attributes entryACI

Object Class Name LATEFEAT


Registration 1.3.6.1.4.1.4329.1.6.6.21
Derived From top
Superior Object Class SUBINNSS
Description LATE FEATURE
Mandatory Attributes featureNum, objectClass
Optional Attributes featureAddr, entryACI

Object Class Name LCSCLIENT


Registration 1.3.6.1.4.1.4329.1.6.6.7
Derived From top
Superior Object Class LCSPROFILE

246/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

An LCS client contains Data relevant to External LCS Clients that are
Description
allowed to locate a target MS for a MT-LR.
Mandatory Attributes lcsClntAddr, objectClass
Optional Attributes nMsUExtClnt, gmlcRestr, entryACI

Object Class Name LCSPROFILE


Registration 1.3.6.1.4.1.4329.1.6.6.17
Derived From top
Superior Object Class nssConfiguration
Description Location Services Profile
Mandatory Attributes lcsProfName, objectClass
Optional Attributes lcsNotify, plmnOpClass, lcsPrivClass, gmlcAddr, refStatus, entryACI

Object Class Name LI


Registration 1.3.6.1.4.1.4329.1.6.6.52
Derived From top
Superior Object Class tenantConfiguration
This object class holds the data for intercepted subscribers for this
Description
PLMN/tenant.
Mandatory Attributes o, objectClass
Optional Attributes entryACI

Object Class Name LI-IMSI


Registration 1.3.6.1.4.1.4329.1.6.6.50
Derived From top
Superior Object Class IRT
Description This object class represents an intercepted IMSI.
Mandatory Attributes liimsi, objectClass
Optional Attributes entryACI

Object Class Name LI-MSISDN


Registration 1.3.6.1.4.1.4329.1.6.6.51
Derived From top
Superior Object Class IRT
Description This object class represents an intercepted MSISDN.
Mandatory Attributes limsisdn, objectClass
Optional Attributes entryACI

Object Class Name M-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.27
Derived From top
Superior Object Class nssConfiguration
Description Mobility Management CAMEL Subscription Information
Mandatory Attributes mCsiName, objectClass

A50016-E3804-D18-2-7618 247/336
Conceptual Data Model Data Model Description

mSvcAvail, mRepl, mSendingOpt, mGsmScfAd, mServKey, mmTrigger,


Optional Attributes
refStatus, entryACI

Object Class Name MG-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.28
Derived From top
Superior Object Class nssConfiguration
Description Mobility Management GPRS CAMEL subscription information
Mandatory Attributes mgCsiName, objectClass
mgSvcAvail, mgRepl, mgSendingOpt, mgGsmScfAd, mgServKey,
Optional Attributes
mmgTrigger, refStatus, entryACI

Object Class Name MSISDNINNSS


Registration 1.3.6.1.4.1.4329.1.6.6.11
Derived From top
Superior Object Class SUBINNSS
This object class holds the msisdns of a subscriber together with the
Description
message waiting data.
Mandatory Attributes msisdn, objectClass
refbcn, sbasicService, isMSISDNIntercepted, isBasic, isAlert,
Optional Attributes msNotReach, msCapExceed, msNotRchGPRS, mnrrGprs, mnrrGsm,
scAddressPhase, entryACI

Object Class Name MSP


Registration 1.3.6.1.4.1.4329.1.6.6.25
Derived From top
Superior Object Class nssConfiguration
MULITPLE SUBSCRIBER PROFILE.
Multiple profiles can be provisioned for a mobile subscriber. This will allow
Description
the subscriber to separate telecommunication service needs into different
identities (for example, business and home).
Mandatory Attributes mspName, objectClass
mspOdb, mspClir, mspColp, mspCallHold, mspCallWait, mspCb,
Optional Attributes
mspMpty, mspCcbs, refStatus, entryACI

Object Class Name MTSMS-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.34
Derived From top
Superior Object Class nssConfiguration
Mobile terminating short message service CAMEL Subscription
Description
Information.
Mandatory Attributes mtsmsCsiName, objectClass
mtsmsSvcAvail, mtsmsReplLup, mtsmstdpSuppCapPh,
Optional Attributes
mtsmsSendingOpt, mtsmsReplRau, refStatus, entryACI

Object Class Name NSR-U-CSI

248/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Registration 1.3.6.1.4.1.4329.1.6.6.36
Derived From top
Superior Object Class nssConfiguration
Description This class is the container for non subscriber related UCSI data.
Mandatory Attributes nsrUCSIName, objectClass
Optional Attributes refStatus, entryACI

Object Class Name NSSCOUNTER


Registration 1.3.6.1.4.1.4329.1.6.6.46
Derived From top
Superior Object Class tenantConfiguration
This object class includes status inspection counter of HLR/AC.
The counter specify how many subscriber with a special feature exist in
Description
database.

Mandatory Attributes o, objectClass


SubRegInAC, SubRegInHlr, WllSubRegInHlr, LinkedSubRegInHlr,
RestrSubAllGsmPlmn, RestrSub1NatAllVplmn, RestrSubHomePlmnOnly,
BlockedSubRegInHlr, SubWithOdbOutgoing, SubWithOdbIncoming,
SubWithOdbRoam, SubWithOdbPremiumRate, SubWithOdbSpecHplmn,
SubWithOdbSsMngmt, SubWithImsiTraceAct, SpeechTransmission,
ShortMsgServiceMt, ShortMsgServiceMo, FacsimileServices,
DataCda300bs, DataCda1200bs, DataCda2400bs, DataCda4800bs,
DataCda9600bs, DataCda120075bs, DataCds1200bs, DataCds2400bs,
DataCds4800bs, DataCds9600bs, AlternSpeechData,
SpeechFollowedByData, PadCda300bs, PadCda1200bs, PadCda2400bs,
PadCda4800bs, PadCda9600bs, CallForwUnconditional,
CallForwOnMsBusy, CallForwOnNoReply, CallForwOnMsNotReach,
CallBarrOutgCalls, CallBarrOutgIntCalls, CallBaOutIntCallHplmn,
CallBarrIncCalls, CallBaIncRoamOutHplmn, CallLineIdentPresent,
Optional Attributes CallLineIdentRestr, ConnLineIdentPresent, ConnLineIdentRestr,
AocChargingLevel, AocInformLevel, MultiPartyService,
ClosedUserGroup, HotBilling, CallHold, CallWaiting, CallTransfer,
CallsComplBusySub, UserSig1, FollowMe, Callback, CallForwDef,
DataCdaGbs, DataCdsGbs, PadCdaGbs, MsubRegGprs, CamelUssd,
NumMsubSsCsi, NumMsubGprsCsi, NationalFeature1, NationalFeature2,
NationalFeature3, NationalFeature4, NationalFeature5, NationalFeature6,
NationalFeature7, NationalFeature8, NationalFeature9,
NationalFeature10, NationalFeature11, NationalFeature12,
NationalFeature13, NationalFeature14, NationalFeature15, AsciVbs,
AsciVgcs, AsciEmlpp, SubWithOCsi, SubWithTCsi, SubWithTifCsi,
SubWithVtCsi, SubWithSmsCsi, SubWithMCsi, SubWithDCsi,
SubWithMsp, SubWithIn, NoOfLmu, TwincardSubscribers,
SubWithMtSmsCsi, SubWithMgCsi, SubWithOdbPoServices,
SubWithUCSI, SubWithOdbSCI, MultiDeviceSub, entryACI

Object Class Name O-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.29
Derived From top
Superior Object Class nssConfiguration
Description Originating CAMEL Subscription Information
Mandatory Attributes inmocName, objectClass

A50016-E3804-D18-2-7618 249/336
Conceptual Data Model Data Model Description

oReplHndlLup, oServAvail, tdpcDnMtchTp, oSuppCapPh, tdpDestNoLgth,


Optional Attributes tdpcCallType, oSendingOpt, oReplHndInterr, oOptRouting, refStatus,
entryACI

Object Class Name PROHIBFTNO


Registration 1.3.6.1.4.1.4329.1.6.6.3
Derived From top
Superior Object Class nssConfiguration
This class organizes all prohibited FTNO numbers of the HLR in a tree for
Description
optimized checking whether a forwarding number is allowed.
Mandatory Attributes MSUBAttrFtno1, objectClass
Optional Attributes ftno2, ftnoType1, ftnoType2, entryACI

Object Class Name QOFSERV


Registration 1.3.6.1.4.1.4329.1.6.6.6
Derived From top
Superior Object Class nssConfiguration
QOFSERV QUALITY OF SERVICE PROFILE
This object contains quality of service attributes which determine the
degree of satisfaction of a user of the service. The set of performance
Description
parameters that can be directly observed and measured at the point at
which the service is accessed by the user.
This is a Non Subscriber Relation table
Mandatory Attributes qOfServName, objectClass
allocRetPrio, delayClass, reliabClass, peakThrput, precedClass,
meanThrput, trafficClass, deliverOrder, deliverESDU, maxSduSize,
maxBrUplnk, maxBrDwnlnk, residualBer, sduErrRatio, transfDelay,
Optional Attributes
trfHndlgPrio, guarBrUplnk, guarBrDwnlnk, signalingIndication,
sourceStatDescriptor, extMaxBrDwnlnk, extGuarBrDwnlnk, refStatus,
entryACI

Object Class Name RESET-INFO


Registration 1.3.6.1.4.1.4329.1.6.6.47
Derived From top
Superior Object Class nssConfiguration
RESET INFO
Description This object stores information for sending RESET message from HLR to
VLR.
Mandatory Attributes be-dsaClustAddr, objectClass
Optional Attributes sendReset, vlrNumberList, sgsnNumberList, entryACI

Object Class Name ROAM-AREA


Registration 1.3.6.1.4.1.4329.1.6.6.22
Derived From top
Superior Object Class nssConfiguration
This object is used to specify ROAMING AREAs in which a mobile
Description subscriber is allowed to roam or not. It also contains a set of
ISDNNumbers.

250/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Mandatory Attributes roamAreaName, isAreaPos, isdnNumber, objectClass


Optional Attributes refStatus, entryACI

Object Class Name RSZILISTINNSS


Registration 1.3.6.1.4.1.4329.1.6.6.20
Derived From top
Superior Object Class SUBINNSS
REGIONAL SUBSCRIPTION ZONE IDENTITIES LIST

General data class

This class contains a list of regional subscription zones identities (RSZIs)


Description
per network destination code (NDC) of the PLMN involved. The structure
of RSZIs is defined in GSM 03.03; since it is composed of the PLMN
identification(CC and NDC) and the zone code.

RSZI = CC + NDC + ZC
Mandatory Attributes ccNdc, zonecode, objectClass
Optional Attributes entryACI

Object Class Name SHORTCODETRANSL


Registration 1.3.6.1.4.1.4329.1.6.6.2
Derived From top
Superior Object Class nssConfiguration
Description SHORT CODE TRANSLATION
Mandatory Attributes sCodeOrFtno, sctServInd, objectClass
Optional Attributes entryACI

Object Class Name SMS-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.32
Derived From top
Superior Object Class nssConfiguration
Description Short message service CAMEL Subscription Information.
Mandatory Attributes smsCsiName, objectClass
smsSvcAvail, smsReplLup, smstdpSuppCapPh, smsSendingOpt,
Optional Attributes
smsReplRau, refStatus, entryACI

Object Class Name SS-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.26
Derived From top
Superior Object Class nssConfiguration
Description Supplementary Service CAMEL Subscription Information
Mandatory Attributes ssCsiName, objectClass
gsmScfAddr, supServCode, ssSvcAvail, ssRepl, ssSendingOpt, refStatus,
Optional Attributes
entryACI

A50016-E3804-D18-2-7618 251/336
Conceptual Data Model Data Model Description

Object Class Name SSINNSSCUG


Registration 1.3.6.1.4.1.4329.1.6.6.16
Derived From top
Superior Object Class SUBINNSS
This class specifies the closed user group service specific attributes.
This object class consists of attributes of the following logical model
Description classes:
- SSINHLRCUG
- CUGBSVG
Mandatory Attributes cugId, objectClass
intraCugRest, dataNetCode, intlockCode, cugbasicServiceGroup,
Optional Attributes
entryACI

Object Class Name SSINNSSPARAM


Registration 1.3.6.1.4.1.4329.1.6.6.12
Derived From top
Superior Object Class SUBINNSS
Supplementary Service in HLR attributes
Description
This class consists all basicservicegroup dependence supplementary
service attribute.
Mandatory Attributes basicServiceGroup, objectClass
ftnoCfu, ftnoCfb, ftnoCfnrc, ftnoCFnry, timerCfnry, actCbOutCode,
actCbInCode, statusCfu, statusCfb, statusCfnrc, statusCfnry,
statusCbOut, statusCbIn, statusCw, ftnoTypeCfu, ftnoTypeCfb,
ftnoTypeCfnrc, ftnoTypeCfnry, statusFollowMe, statusNatss01,
Optional Attributes
statusNatss02, statusNatss03, statusNatss04, statusNatss05,
statusNatss06, statusNatss07, statusNatss08, statusNatss09,
statusNatss10, statusNatss11, statusNatss12, statusNatss13,
statusNatss14, statusNatss15, entryACI

Object Class Name SUBINNSS


Registration 1.3.6.1.4.1.4329.1.6.6.38
Derived From top
Superior Object Class ACSUBDATA
This class represents the Data Container for all Subscriber data in HLR.

The feature operator determined barrings (ODB) allowes the network


Description operator or service provider to regulate access by subscriber to GSM
services using the barring of incoming or outgoing traffic or of roaming
services.One part of ODB's is only relevant in the HLR and an other part
is relevant for both the HLR and VLR.
Mandatory Attributes o, objectClass
sgsnNumber, vlrNumber, sgsnAddress, mscNumber, suppService,
basicService, fwdChkSsInd, multinumber, wllSubscr, msubType,
tifSubscr, category, subscrRestr, odbBaoc, odbBaic, odbBaroam,
odbBaprem, odbBassm, odbHplmn, odbPOAccess, odbSCI,
Optional Attributes
transSmsOpt, netwAccMode, odbRoamGprs, gChargChar, optRouting,
umtsSubScr, imsiTraceTyp, imsiTraceRef, twinCardType, linkedIMSI,
isActiveIMSI, ndcLac, expiryDate, msubStatus, pic, actIMSIGprs, lmsi,
twinCardIMSI, gChargCharBehaviour, clipOverr, colpOverr, crelStat,

252/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

cunrelStat, universStat, plmnOprStat, ntfToCse, tifCsiActive, tifCsiNtfCse,


bslcStat, aslcStat, tttpStat, gsmCcbsAct, ccbsBlckStat, ccbsSubStat,
ccbsTQscnt, barringCtl, clirRestrOpt, emlppMaxPrio, emlppDefPrio,
negPwCounter, pwBlockedBN, fmClassOfReg, callBarrPw, csiActive,
csiNotify, validVLRLoc, mtcPossible, intVLRNumber, hplmnVLRNum,
odbNotSupVLR, cugNotSupVLR, smsMtNotSup, msubPurged,
mscArRestRcv, regSubNotSup, aoccNotSup, mapVersion, camelPhase,
vlrNotAllow, ltFeatNotSup, gbs20NotSup, gbs30NotSup, gbs40NotSup,
roamStatus, doubleMSUBSt, imsiTraceStat, imsiChgovrStat,
ccbsAnotSVLR, ccbsBnotSVLR, defCFapplied, vbcVgcNotSup,
oCsiSubst, ssCsiSubst, dCsiSubst, vtCsiSubst, smsCsiSubst, mCsiSubst,
prohFtnoUpdInVlrFail, ts10BarrByCb, ts20BarrByCb, ts60BarrByCb,
bs20BarrByCb, bs30BarrByCb, bs40BarrByCb, vlrSupportsLongFtno,
supportedLCSCapabilitySetsForVLR, supportedDCsi, supportedVtCsi,
supportedSmsCsi, supportedMtSmsCsi, supportedMCsi,
supportedMgCsi, supportedOCsi, supportedSsCsi,
offeredCAMEL4CSIsForVLR, mtsmsCsiSubst, mgCsiSubst,
sgsnValidLoc, intSGSNNum, hplmnSGSNNum, sgsnNotAllow,
sgsnSmsMtNot, prepaidBarr, gprsMapVers, gprsCamelPh,
sgsnCamelNot, sgsnExtQos, sgsnRoamStat, gprsCsiSubst,
gprsSmsCsiSubst, supportedLCSCapabilitySetsForSGSN,
odbNotSupSGSN, supportedGprsMtSmsCsi, supportedGprsCsi,
supportedGprsSmsCsi, gprsMtSmsCsiSubst,
offeredCAMEL4CSIsForSGSN, asciId, refroamAreaName,
reflcsProfNamePLMNOPR, reflcsProfNameCREL,
reflcsProfNameCUNREL, refShortCode, refnsrUCSIName, refdCsiName,
refsubscrServ, refmspName, refssCsiName, refmCsiName,
refmgCsiName, refmtsmsCsiName, refvtCsiName, refsmsCsiName,
refgprsCsiName, refinmtcName, refinmocName, cfuForwReason,
cfbForwReason, cfbNotifCallPty, cfbNotifForwPty, cfnrcForwReason,
cfnryForwReason, cfnryNotifCallPty, cfnryNotifForwPty, statusCallback,
timerCallback, cfuNotifCallPty, cfnrcNotifCallPty, cfdServAvail,
cfdFTNOforCFB, cfdFTNOforCFNRY, cfdFTNOforCFNRC,
cfdFTNOforCFBType, cfdFTNOforCFNRYType, cfdFTNOforCFNRCType,
cfdforCFBActive, cfdforCFNRYActive, cfdforCFNRCActive, lastCellId,
lastIMEI, multiDIMSI, multiDMSISDN, multiDIndicator, apd, oldIMSI,
newIMSI, sendCancelLocation, routingCategory, routingCategoryExt,
IMEISV, entryACI

Object Class Name SUBRELRO


Registration 1.3.6.1.4.1.4329.1.6.6.24
Derived From top
Superior Object Class nssConfiguration
Subscriber Related Routing Data
Description

Mandatory Attributes subscrServ, objectClass


Optional Attributes srrServInd, addressType, address, refStatus, entryACI

Object Class Name T-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.30
Derived From top
Superior Object Class nssConfiguration
Description Terminating CAMEL Subscription Information.
Mandatory Attributes inmtcName, objectClass

A50016-E3804-D18-2-7618 253/336
Conceptual Data Model Data Model Description

tReplacement, tServAvail, tSuppCapPh, tSendingOpt, frcRtrCurrLc,


Optional Attributes
msubStatRtr, msubLcInfRtr, tOptRouting, refStatus, entryACI

Object Class Name TDP3


Registration 1.3.6.1.4.1.4329.1.6.6.8
Derived From top
Superior Object Class D-CSI
Description Trigger detection point related data for DCSI
Mandatory Attributes tdp3DestNum, objectClass
Optional Attributes tdp3GsmScfAd, tdp3ServKey, tdp3ContCall, entryACI

Object Class Name TDPDATA-GPRS-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.41
Derived From top
Superior Object Class GPRS-CSI
Trigger detection point related data for GPRS-CSI
Description

Mandatory Attributes tdpId, objectClass


Optional Attributes tdpGsmScfAd, tdpServKey, tdpContCall, entryACI

Object Class Name TDPDATA-MTSMS-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.44
Derived From top
Superior Object Class MTSMS-CSI
Trigger detection point related data for MTSMS-CSI
Description

Mandatory Attributes tdpId, objectClass


tdpGsmScfAd, tdpServKey, tdpContCall, tdpRelCause, smsType,
Optional Attributes
entryACI

Object Class Name TDPDATA-O-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.39
Derived From top
Superior Object Class O-CSI
Trigger detection point related data for OCSI
Description

Mandatory Attributes tdpId, objectClass


tdpGsmScfAd, tdpServKey, tdpContCall, tdpRelCause, destnumType,
Optional Attributes
basicServiceCriteria, entryACI

Object Class Name TDPDATA-SMS-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.42
Derived From top
Superior Object Class SMS-CSI
Description Trigger detection point related data for SMS-CSI

254/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Mandatory Attributes tdpId, objectClass


Optional Attributes tdpGsmScfAd, tdpServKey, tdpContCall, entryACI

Object Class Name TDPDATA-T-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.40
Derived From top
Superior Object Class T-CSI
Trigger detection point related data for TCSI
Description

Mandatory Attributes tdpId, objectClass


tdpGsmScfAd, tdpServKey, tdpContCall, tdpRelCause,
Optional Attributes
basicServiceCriteria, entryACI

Object Class Name TDPDATA-VT-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.43
Derived From top
Superior Object Class VT-CSI
Trigger detection point related data for VT-CSI
Description

Mandatory Attributes tdpId, objectClass


tdpGsmScfAd, tdpServKey, tdpContCall, tdpRelCause,
Optional Attributes
basicServiceCriteria, entryACI

Object Class Name U-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.10
Derived From top
Superior Object Class nssConfiguration
Subscriber specific Unstructured Camel Subscription Information

This class specifies the USSD CAMEL Subscription Information for a


given mobile subscriber. This information is used by the HLR to transfer
USSD messages towards a GSM service control function. The first unit
specifies the service code and the second unit defines the address of the
corresponding GSM service control function. Input of an already
assigned service code is not allowed.

Description This class is only allowed if Camel Phase 2 (See feature:camelPhase2 in


CONFIGURATION DATA) , Camel Phase 2 USSD MAP V1 (See
feature:camelPhase2Ussd1 in CONFIGURATION DATA) and Subscriber
Location Status Retrieval (See feature:subLocationStatusRetrieval in
CONFIGURATION DATA) features are released.

This object is not allowed for Template Subscribers.

The maximum and mininum instances of this table is specified in the


CONFIGURATION DATA.
Mandatory Attributes uShortcode, uGsmScfAddr, objectClass
Optional Attributes entryACI

A50016-E3804-D18-2-7618 255/336
Conceptual Data Model Data Model Description

Object Class Name UG-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.1
Derived From top
Superior Object Class nssConfiguration
Description General Unstructured Camel Subscritpion Information
Mandatory Attributes ugShortcode, ugGsmScfAddr, objectClass
Optional Attributes entryACI

Object Class Name VBSDATA


Registration 1.3.6.1.4.1.4329.1.6.6.19
Derived From top
Superior Object Class SUBINNSS
Description VOICE BROADCAST SERVICE DATA
Mandatory Attributes broadCastId, objectClass
Optional Attributes initPerm, entryACI

Object Class Name VMS


Registration 1.3.6.1.4.1.4329.1.6.6.18
Derived From top
Superior Object Class nssConfiguration
This class is allowed for the callback supplementary service and the basic
Description
service group speech only.
Mandatory Attributes ShortCode, objectClass
Optional Attributes dirNumber, oprName, refStatus, entryACI

Object Class Name VT-CSI


Registration 1.3.6.1.4.1.4329.1.6.6.33
Derived From top
Superior Object Class nssConfiguration
Visited mobile service switching centre Terminating CAMEL Subscription
Description
Information.
Mandatory Attributes vtCsiName, objectClass
Optional Attributes vtSvcAvail, vtRepl, vtSendingOpt, vtSuppCapPh, refStatus, entryACI

2.3 Entry Description


The following definitions have been taken from an LDIF (LDAP Data Interchange Format)
description.
Each entry of a directory tree is uniquely identified by a distinguished name (DN), composed of
a number (1…n) of relative distinguished names (RDN). The DN describes the position of the
entry within the DIT and is always indexed, i.e. the access to an entry via the DN is very efficient
(fast).

256/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

It should be noted that the subscriber entries are just examples of what typical subscribers could
look like.
In section 2 it has already been described that the directory information tree (DIT) can be seen
as containing two different sub-trees:

 The subscriber tree, containing all subscriber specific data and


 the service tree containing all data, which are common for all subscribers.

The following paragraph explains in more detail how the service tree is referenced in the
subscriber records and what a client has to do to perform a full-subscriber-read.
Looking at the entries of subscriber 1 in section 2.3.2, the one for imsi=262011100000001 and
the one for msisdn=491711100010 contain among other attribute value assertions

refinmocName=OCSI1
refsubscrServ=SUBRELRO1

OCSI1 and SUBRELRO1 are the names of the respective entries in the service trees. As the
application intends to cache the service part of the DIT, they just have to use the information of
the entries referenced by the labels. The standard way of modeling this would be to supply the
distinguished names of the respective entries, but as there is no automatic resolution of the
pointers there is no difference in using the name tags of the service tree entries instead.

A50016-E3804-D18-2-7618 257/336
Conceptual Data Model Data Model Description

2.3.1 Structure Entry Description

dc=C-NTDB

o=DEFAULT
oc: tenantConfiguration

o=counter o=services o=templates sssd=SSSD dc=MSISDN dc=IMSI


oc: nssCounter oc: cntdbOrganization oc: subTemplate oc: subSpecServDat oc: dcObject oc: dcObject

Figure 11: C-NTDB DIT: Basic Structuring Part of the Object Model

Entries to structure the data model as a whole

Distinguished Name Referenced Object Classes Attributes and values


dc=C-NTDB

Description Has been replaced by the ldapRoot element, thus cannot be seen as a
separate entry in the DIT, but is still referenced.

Distinguished Name Referenced Object Classes Attributes and values


o=DEFAULT,dc=C-NTDB tenantConfiguration o = DEFAULT

Description This entry represents the root entry for the global tenant specific tree

258/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Classes Attributes and values


o=counter,o=DEFAULT,dc=C- nssCounter o = counter
NTDB
Description This entry represents the entry for ProvGW counter

Distinguished Name Referenced Object Classes Attributes and values


o=services, o=DEFAULT, cntdbOrganization o = services
dc=C-NTDB
Description This entry represents the root entry for the service tree

Distinguished Name Referenced Object Classes Attributes and values


o=templates, o=DEFAULT, subTemplate o = templates
dc=C-NTDB
Description This entry represents the root entry for the subscriber templates.

Distinguished Name Referenced Object Classes Attributes and values


dc=IMSI,dc=C-NTDB dcObject dc = IMSI

Description The IMSI Entry serves as a possibility to cascade the Rooting DSA.

Distinguished Name Referenced Object Classes Attributes and values


dc=MSISDN,dc=C-NTDB dcObject dc = MSISDN

Description The MSISDN Entry serves as a possibility to cascade the Rooting DSA.

Distinguished Name Referenced Object Classes Attributes and values


dn: sssd=SSSD, subSpecServDat sssd = SSSD
o=DEFAULT, dc=C-NTDB

Description The sssd Entry serves as a root node for all subscriber specific service
data

A50016-E3804-D18-2-7618 259/336
Conceptual Data Model Data Model Description

2.3.2 Service Entry Description

FE-DSA1 ROOT

o=DEFAULT
oc: tenantConfiguration

o=deleteInfo
o=counter o=services
oc: nssConf*
oc: nssCounter
oc: cntdbOrganization
o=resetInfo

oc: nssConf*

o=nss
o=SCTRANS
oc: applicationConfiguration
oc: nssConf*

o=OCSI o=TCSI o=UCSI o=BCASET o=SUBRELRO o=QOSPROF o=ROAMAREA

oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf*

o=DCSI o=SSCSI o=MCSI o=MGCSI o=GPRSCSI o=SMSCSI o=VTCSI o=MTSMSCSI o=UGCSI


oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf oc: nssConf*

o=LCSPROF o=VMS o=PROHIBFTNO o=MSP

oc: nssConf* oc: nssConf* oc: nssConf* oc: nssConf*

* abbreviation for o: nssConfiguration

Figure 12: C-NTDB DIT: Service Tree Structuring Part for Network Supporting Services

Entries to structure the service tree

Distinguished Name Referenced Object Classes Attributes and values


dn: o=nss,o=services, applicationConfiguration O = nss
o=DEFAULT,dc=C-NTDB

Description This entry represents the root entry for the service data of the network
supporting services

260/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Classes Attributes and values


dn: o=ocsi,o=nss, nssConfiguration O = ocsí
o=services, o=DEFAULT,
refSubscriber =
dc=C-NTDB
sUBINSS_refinmocName
Description This entry represents the root entry for the subscriber independent ocsi
data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=tcsi,o=nss, nssConfiguration O = tcsi
o=services, o=DEFAULT,
dc=C-NTDB refSubscriber =
sUBINSS_refinmtcName
Description This entry represents the root entry for the subscriber independent tcsi
data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=ucsi,o=nss, nssConfiguration O = ucsi
o=services, o=DEFAULT,
dc=C-NTDB refSubscriber =
sUBINSS_refnsrUCSIName
Description This entry represents the root entry for the subscriber independent ucsi
data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=dcsi,o=nss, nssConfiguration O = dcsi
o=services, o=DEFAULT,
dc=C-NTDB refSubscriber =
sUBINNSS_refdCsiName
Description This entry represents the root entry for the subscriber independent dcsi
data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=sscsi,o=nss, nssConfiguration O = sscsi
o=services, o=DEFAULT,
refSubscriber =
dc=C-NTDB
sUBINNSS_refssCsiName
Description This entry represents the root entry for the subscriber independent sscsi
data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=mcsi,o=nss, nssConfiguration O = mcsi
o=services, o=DEFAULT,
dc=C-NTDB refSubscriber =
sUBINNSS_refmCsiName

A50016-E3804-D18-2-7618 261/336
Conceptual Data Model Data Model Description

Description This entry represents the root entry for the subscriber independent mcsi
data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=mgcsi,o=nss, nssConfiguration O = mgcsi
o=services, o=DEFAULT,
dc=C-NTDB refSubscriber =
sUBINNSS_refmgCsiName
Description This entry represents the root entry for the subscriber independent
mgcsi data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=gprscsi,o=nss, nssConfiguration O = gprscsi
o=services, o=DEFAULT,
dc=C-NTDB refSubscriber =
sUBINNSS_refgprsCsiName
Description This entry represents the root entry for the subscriber independent
gprscsi data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=smscsi,o=nss, nssConfiguration O = smscsi
o=services, o=DEFAULT,
refSubscriber =
dc=C-NTDB
sUBINNSS_refsmsCsiName
Description This entry represents the root entry for the subscriber independent
smscsi data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=vtcsi,o=nss, nssConfiguration O = vtcsi
o=services, o=DEFAULT,
dc=C-NTDB refSubscriber =
sUBINNSS_refvtCsiName
Description This entry represents the root entry for the subscriber independent vtcsi
data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=mtsmscsi,o=nss, nssConfiguration O = mtsmscsi
o=services, o=DEFAULT,
dc=C-NTDB refSubscriber =
sUBINNSS_refmtsmsCsiName
Description This entry represents the root entry for the subscriber independent
mtsmscsi data

262/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Classes Attributes and values


dn: o=ugcsi,o=nss, nssConfiguration O = ugcsi
o=services, o=DEFAULT,
dc=C-NTDB
Description This entry represents the root entry for the subscriber independent ugcsi
data

Distinguished Name Referenced Object Classes Attributes and values


dn: o=bcaset,o=nss, nssConfiguration O = bcaset
o=services, o=DEFAULT,
dc=C-NTDB refSubscriber =
mSISDNINNSS_refbcn
Description This entry represents the root entry for the subscriber independent basic
services data

Distinguished Name Referenced Object Classes Attributes and values


dn: o= qosprof, nssConfiguration O = qosprof
o=nss,o=services,
o=DEFAULT, dc=C-NTDB refSubscriber =
gPRSDATA_refqOfServName
Description This entry represents the root entry for the subscriber independent
quality of service data

Distinguished Name Referenced Object Classes Attributes and values


dn: o= subrelro, nssConfiguration O = subrelro
o=nss,o=services,
o=DEFAULT, dc=C-NTDB refSubscriber =
sUBINNSS_refsubscrServ
Description This entry represents the root entry for the subscriber independent
subscriber related roaming data

Distinguished Name Referenced Object Classes Attributes and values


dn: o= roamarea, nssConfiguration O = roamarea
o=nss,o=services,
refSubscriber =
o=DEFAULT, dc=C-NTDB
sUBINNSS_refroamAreaName
Description This entry represents the root entry for the subscriber independent
roaming area data

A50016-E3804-D18-2-7618 263/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Classes Attributes and values


dn: o= lcsprof, nssConfiguration O = lcsprof
o=nss,o=services,
refSubscriber =
o=DEFAULT, dc=C-NTDB
sUBINNSS_reflcsProfNamePLMNOPR
refSubscriber =
sUBINNSS_reflcsProfNameCREL
refSubscriber =
sUBINNSS_reflcsProfNameCUNREL
Description This entry represents the root entry for the subscriber independent
location services data

Distinguished Name Referenced Object Classes Attributes and values


dn: o= vms, nssConfiguration O = vms
o=nss,o=services,
refSubscriber =
o=DEFAULT, dc=C-NTDB
sUBINNSS_refShortCode
Description This entry represents the root entry for the subscriber independent data
for the callback service for speech

Distinguished Name Referenced Object Classes Attributes and values


dn: o= msp, nssConfiguration O = msp
o=nss,o=services,
o=DEFAULT, dc=C-NTDB refSubscriber =
sUBINNSS_refmspName
Description This entry represents the root entry for the subscriber independent data
for multiple subscriber profiles

Distinguished Name Referenced Object Classes Attributes and values


dn: o= prohibftno, nssConfiguration O = prohibftno
o=nss,o=services,
o=DEFAULT, dc=C-NTDB
Description This entry represents the root entry for the subscriber independent data
forbidden forwarded-to numbers

Distinguished Name Referenced Object Classes Attributes and values


dn: o= deleteInfo, nssConfiguration O = deleteInfo
o=nss,o=services,
o=DEFAULT, dc=C-NTDB
Description This entry represents the root entry for the delete information

264/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Classes Attributes and values


dn: o= resetInfo, nssConfiguration O = resetInfo
o=nss,o=services,
o=DEFAULT, dc=C-NTDB
Description This entry represents the root entry for the reset information

Distinguished Name Referenced Object Classes Attributes and values


dn: o= scodeTransl, nssConfiguration O = scodeTransl
o=nss,o=services,
o=DEFAULT, dc=C-NTDB
Description This entry represents the root entry for the short code translation

o=nss

o=OCSI o=TCSI o=DCSI o=SUBRELRO o=UCSI o=QOSPROF o=ROAMAREA

inmocName=OCSI1 inmtcName=TCSI1 dCsiName=DCSI0001 subscrServ=SUBRELRO1 nsrUCSIName=UCSI1 qOfServName= roamAreaName=


oc: o-csi oc: t-csi oc: d-csi oc: subrelro oc: nsr-u-csi GPRSQOS1 ROAMAREA1
inmocName: OCSI1 inmtcName: TCSI1 dCsiName: DCSI0001 subscrServ: SUBRELRO1 nsrUCSIName: UCSI1 oc: QOFSERV
oc: ROAM-AREA
tdpDestNoLgth: 4 tServAvail: 3 srrServInd: 3 qOfServName:
roamAreaName:
tdpDestNoLgth: 5 msubStatRtr: FALSE addressType: 2 GPRSQOS1
XTRAROAM
tdpcDnMtchTp: 1 msubLcInfRtr: TRUE address: 199561A precedClass: 2
tdp3DestNum= uShortCode=100 isAreaPos: TRUE
tdpcCallType: 1 tOptRouting: FALSE delayClass: 2
129_0049171252 isdnNumber: 31653
oOptRouting: TRUE frcRtrCurrLc: FALSE reliabClass: 3
oc: u-csi isdnNumber: 39339
oSuppCapPh: 3 tSendingOpt: 131072 oc: tdp3 peakThrput: 6
uShortCode: 100 isdnNumber: 420603
oReplHndlLup: 2 tReplacement: 2 tdp3DestNum: meanThrput: 31
uGsmscfAddress:
oReplHndInterr: 2 129_0049171252 491719999991 allocRetPrio: 2
oServAvail: 2 trafficClass: 3
oOptRouting: TRUE tdpId=12 deliverOrder: TRUE
oc: tdpData-t-csi uShortCode=101 deliverESDU: 3
tdpId: 12 maxSduSize: 1500
tdpServKey: 240 oc: u-csi maxBrUplnk: 64
tdpId=2 uShortCode: 101
tdpGsmScfAd: 4917007519 maxBrDwnlnk: 384
tdpContCall: 1 o=BCASET uGsmscfAddress:
oc: tdpData-o-csi residualBer: 7
tdpId: 2 491719999991 sduErrRatio: 4
tdpServKey: 214 transfDelay: 10
bcn=SPEECH bcn=FAX bcn=DATA
tdpGsmScfAd: uShortCode=102 trfHndlgPrio: 2
4917107685 oc: oc: oc:
guarBrUplnk: 64
tdpContCall: 0 BCASETINNSS BCASETINNSS BCASETINNSS oc: u-csi guarBrDwnlnk: 384
destnumType: bcn: SPEECH bcn: FAX bcn: DATA uShortCode: 102
129_0049171252 sbasicService: TS11 sbasicService: TS62 sbasicService: BS26 uGsmscfAddress:
infTransfCap: 0 infTransfCap: 3 infTransfCap: 2 491719999991
destnumType:
transferMode: 0 transferMode: 0 transferMode: 0
145_49171252 o=resetInfo
radioChanReq: 1 radioChanReq: 1 radioChanReq: 1
destnumType: 129_006
structure: 3 structure: 0 uShortCode=103
destnumType: 145_6
destnumType: 129_001 signAccProt: 1 signAccProt: 1
oc: u-csi
destnumType: 129_002 rateAdaption: 0 rateAdaption: 0 be-dsaClustAddr=49171000000
uShortCode: 103
destnumType: 129_008 syncAsync: 0 syncAsync: 1 oc: resetInfo
uGsmscfAddress:
destnumType: 145_1 userRate: 5 userRate: 5 be-dsaClustAddr: 49171000000
491719999991
destnumType: 145_2 numOfDataBit: 1 numOfDataBit: 1 vlrNumberList: 49171140
destnumType: 145_8 numOfStopBit: 0 numOfStopBit: 0 vlrNumberList: 49171150
parityInfo: 3 parityInfo: 3 vlrNumberList: 49171160
netClkOnR: 0 netClkOnR: 0 sgsnNumberList: 49171141
netClkOnT: 0 netClkOnT: 0 sgsnNumberList: 49171151
intermedRate: 3 intermedRate: 3 sgsnNumberList: 49171161
modemType: 0 modemType: 8 sendReset: TRUE
connElmnt: 0 connElmnt: 3

Figure 13: C-NTDB DIT: Service Tree for Network Supporting Services

A50016-E3804-D18-2-7618 265/336
Conceptual Data Model Data Model Description

Entries describing subscriber independent service data

Distinguished Name Referenced Attributes and values


Object
Classes
dn: inmocName=OCSI1,o=ocsi,o=nss, O-CSI inmocName=OCSI1
o=services, o=DEFAULT,dc=C-NTDB
tdpDestNoLgth=4
tdpDestNoLgth=5
tdpcDnMtchTp=1
tdpcCallType=1
oOptRouting=TRUE
oSuppCapPh=3
oReplHndlLup=2
oReplHndInterr=2
oServAvail=2
Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: TDPDATA- tdpId=2
tdpId=2,inmocName=OCSI1,o=ocsi,o=nss,o=servi O-CSI
tdpServKey=214
ces,o=DEFAULT,dc=C-NTDB
tdpGsmScfAd=4917107685
tdpContCall=0
destnumType=129_0049171252
destnumType=145_49171252
destnumType=129_006
destnumType=145_6
destnumType=129_001
destnumType=129_002
destnumType=129_008
destnumType=145_1
destnumType=145_2
destnumType=145_8

266/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: inmtcName=TCSI1,o=tcsi,o=nss, o=services, T-CSI inmtcName=TCSI1
o=DEFAULT,dc=C-NTDB
tServAvail=3
msubStatRtr=FALSE
msubLcInfRtr=TRUE
tOptRouting=FALSE
frcRtrCurrLc=FALSE
tSendingOpt=131072
tReplacement=2
Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: tdpId=12,inmtcName=TCSI1,o=tcsi,o=nss, TDPDATA-T- tdpId=12
o=services, o=DEFAULT,dc=C-NTDB CSI
tdpServKey=240
tdpGsmScfAd=4917007519
tdpContCall=1
Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: D-CSI dCsiName=DCSI0001
dCsiName=DCSI0001,o=dcsi,o=nss,o=services,
o=DEFAULT,dc=C-NTDB
Description

A50016-E3804-D18-2-7618 267/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: TDP3 tdp3DestNum= 129_0049171252
tdp3DestNum=129_0049171252,o=dcsi,o=nss,o=
services, o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: NSR-U-CSI nsrUCSIName= UCSI1
nsrUCSIName=UCSI1,o=ucsi,o=nss,o=services,
o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: U-CSI uShortCode= 100
uShortCode=100,nsrUCSIName=UCSI1,o=ucsi,o
=nss,o=services,o=DEFAULT,dc=C-NTDB uGsmscfAddress=491719999991

Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: U-CSI uShortCode= 101
uShortCode=101,nsrUCSIName=UCSI1,o=ucsi,o
=nss,o=services,o=DEFAULT,dc=C-NTDB uGsmscfAddress=491719999991

Description

268/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Attributes and values


Object
Classes
dn: U-CSI uShortCode= 102
uShortCode=102,nsrUCSIName=UCSI1,o=ucsi,o
=nss,o=services,o=DEFAULT,dc=C-NTDB uGsmscfAddress=491719999991

Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: U-CSI uShortCode= 103
uShortCode=103,nsrUCSIName=UCSI1,o=ucsi,o
=nss,o=services,o=DEFAULT,dc=C-NTDB uGsmscfAddress=491719999991

Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: bcn=SPEECH,o=bcaset,o=nss,o=services, BCASETINN bcn=SPEECH
o=DEFAULT,dc=C-NTDB SS
sbasicService=TS11
infTransfCap=0
transferMode=0
radioChanReq=1

Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: bcn=FAX,o=bcaset,o=nss,o=services, BCASETINN bcn=FAX
o=DEFAULT,dc=C-NTDB SS
sbasicService=TS62
infTransfCap=3
transferMode=0
radioChanReq=1
structure=3
signAccProt=1

A50016-E3804-D18-2-7618 269/336
Conceptual Data Model Data Model Description

rateAdaption=0
syncAsync=0
userRate=5
numOfDataBit=1
numOfStopBit=0
parityInfo=3
netClkOnR=0
netClkOnT=0
intermedRate=3
modemType=0
connElmnt=0
Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: bcn=DATA,o=bcaset,o=nss,o=services, BCASETINN bcn=DATA
o=DEFAULT,dc=C-NTDB SS
sbasicService: BS26
infTransfCap: 2
transferMode: 0
radioChanReq: 1
structure: 0
signAccProt: 1
rateAdaption: 0
syncAsync: 1
userRate: 5
numOfDataBit: 1
numOfStopBit: 0
parityInfo: 3
netClkOnR: 0
netClkOnT: 0
intermedRate: 3
modemType: 8
connElmnt: 3
Description

270/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Attributes and values


Object
Classes
dn: SUBRELRO subscrServ=SUBRELRO1
subscrServ=SUBRELRO1,o=subrelro,o=nss,o=se
rvices, o=DEFAULT,dc=C-NTDB srrServInd=3
addressType=2
address= 199561A
Description

Distinguished Name Referenced Attributes and values


Object
Classes
dn: GPRS- qOfServName=GPRSQOS1
qOfServName=GPRSQOS1,o=qosprof,o=nss,o=s QOFSERV
precedClass=2
ervices,o=DEFAULT,dc=C-NTDB
delayClass=2
reliabClass=3
peakThrput=6
meanThrput=31
allocRetPrio=2
trafficClass=3
deliverOrder=TRUE
deliverESDU=3
maxSduSize=1500
maxBrUplnk=64
maxBrDwnlnk=384
residualBer=7
sduErrRatio=4
transfDelay=10
trfHndlgPrio=2
guarBrUplnk=64
guarBrDwnlnk=384
Description

A50016-E3804-D18-2-7618 271/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: ROAM-AREA roamAreaName=XTRAROAM


roamAreaName=XTRAROAM,o=roamare
isAreaPos=TRUE
a,o=nss,o=services, o=DEFAULT,dc=C-
NTDB IsdnNumber=31653
IsdnNumber=39339
IsdnNumber=420603
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: be- RESET-INFO be-dsaClustAddr=49171000000


dsaClustAddr=49171000000,o=resetInfo
,o=nss,o=services, o=DEFAULT,dc=C- vlrNumberList=49171140
NTDB vlrNumberList=49171150
vlrNumberList=49171160
sgsnNumberList=49171141
sgsnNumberList=49171151
sgsnNumberList=49171161
sendReset=TRUE
Description

2.3.3 Subscriber Entry Description

The description of the subscriber entry contains only examples of typical types of subscribers
commonly used by the HLR. The maximum multi-numbering subscriber (subscriber 4) contains
at least an entry for each object class used by this type of subscriber. The description is not
complete in the sense that more entries per object class as well as more attribute values could
be possible. Also further types of subscribers can be thought of.

272/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

ROOT

o=DEFAULT

sssd=SSSD dc=MSISDN dc=IMSI

oc: subSpecServDat oc: dcObject oc: dcObject

uid=262011100000001

oc:subscriber
uid:262011100000001
contractIdPtr: 11111
tenantName: TMD

nss=NSS

oc: netSuppServ

msisdn=491711100010

imsi=262011100000001 ALIAS

o:acSubData
imsi:262011100000001 ALIASs pointing
acSubscrType: 1 to one specific IMSI
acEncKey: 123456…..
acSeqNum: 0
imsi=262011100000001

ALIAS

Figure 14: C-NTDB DIT: Structuring the Subscriber Tree

Entries to structure the subscriber tree

Distinguished Name Referenced Object Attributes and values


Classes
dn: subscriber uid= 262011100000001
uid=262011100000001,o=DEFAULT,s contractIdPtr: 11111
ssd=SSSD,dc=C-NTDB

Description The uid Entry serves as a possible identification of an end


user. For the time being the uid attribute will be filled with the
value of the attached imsi

Distinguished Name Referenced Object Attributes and values


Classes
dn: netSuppServ nss= NSS
nss=NSS,uid=262011100000001,o=D
EFAULT,sssd=SSSD,dc=C-NTDB
Description The nss Entry serves as a root node for the subscriber specific
network supporting service data.

A50016-E3804-D18-2-7618 273/336
Conceptual Data Model Data Model Description

dc=MSISDN nss=NSS dc=IMSI


BE-DSA1
oc: dcObject oc: netSuppServ oc: dcObject

imsi=262011100000001
msisdn = …0010 imsi=262011100000001
oc:acSubData
ALIAS BE-DSA1
imsi:262011100000001 ALIAS
acSubscrType: 1
acEncKey: 123456…..
acSeqNum: 0
msisdn = …0011
o=HLR
ALIAS
oc:subInNss
o: hlr
multinumber: TRUE basicService: TS11
suppService: 17 (CLIP) basicService: TS21
msisdn = …0012 suppService: 18 (CLIR) basicService: TS22
ALIAS suppService: 40 (CFU) basicService: TS62
suppService: 41 (CFB) basicService: BS26
suppService: 42 (CFNRY) basicService: GPRS
suppService: 43 (CFNRC) sendCancelLocation: TRUE
suppService: 65 (Call Wait) pic: 1234
suppService: 66 (Call Hold) pdpContextId=1
suppService: 81 (Multi-Party)
suppService: 244 (CCBS oc: GPRSDATA
PLMN 4) pdpContextId: 1
Exemplary pointers refinmocName: OCSI1 refqOfServName:
refSubscrServ: SUBRELRO1 GPRSQOS1
to service tree vplmnAllowed: TRUE
accPointName: *

msisdn= 491711100010 msisdn= 491711100011 msisdn= 491711100012 basicServiceGroup=TS10 basicServiceGroup=TS20 basicServiceGroup=TS60


oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: ssInNssParam oc: ssInNssParam oc: ssInNssParam
msisdn: 491711100010 msisdn: 491711100011 msisdn: 491711100012 basicServiceGroup: TS10 basicServiceGroup: TS20 basicServiceGroup: TS60
isBasic: TRUE sbasicService: TS62 sbasicService: BS26 ftnoCfb: 49171991100010 ftnoCfb: 49171991100011
sbasicService: TS11 refbcn : FAX refbcn : DATA ftnoCfnrc: 49171991100010 ftnoCfnrc: 49171991100011
refbcn: SPEECH ftnoCFnry: 49171991100010 ftnoCFnry: 49171991100011
timerCfnry: 20 basicServiceGroup=BS20 timerCfnry: 20
statusCfb: 7 statusCfb: 7
statusCfnrc: 7 oc: ssInNssParam statusCfnrc: 7
statusCfnry: 7 basicServiceGroup: BS20 statusCfnry: 7

Figure 15: C-NTDB DIT: Multi-numbering Subscriber


Subscriber 1: multi numbering

Distinguished Name Referenced Object Attributes and values


Classes

dn: acSubData imsi=262011100000001


imsi=262011100000001,nss=NSS
,uid=262011100000001,sssd=SS acSubscrType=1
SD,o=DEFAULT,dc=C-NTDB acEncKey=1234567812345678123456781
2345678
acSeqNum=0
Description This entry describes the attributes connected to one sim-card as it
is instantiated by PCS.

274/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Classes Attributes and values

dn: SUBINNSS o=hlr


o=hlr,imsi=262011100000
multinumber=TRUE
001,nss=NSS,uid=262011
100000001,sssd=SSSD,o suppService=17
=DEFAULT,dc=C-NTDB
suppService=18
suppService=33
suppService=41
suppService=42
suppService=43
suppService=65
suppService=66
suppService=81
suppService=244
basicService=TS11
basicService=TS21
basicService=TS22
basicService=BS26
basicService=TS62
sendCancelLocation: TRUE
pic: 1234
refinmocName=OCSI1
refsubscrServ=SUBRELRO1
Description This entry describes the features connected to one sim-card when the
subscriber is instantiated by provisioning.

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100010, MSISDNINNSS msisdn=491711100010


o=hlr,imsi=262011100000001,nss=NSS,ui
isBasic=TRUE
d=262011100000001,sssd=SSSD,o=DEF
AULT,dc=C-NTDB refbcn=SPEECH
sbasicService: TS11
Description This entry describes the properties of the basic MSISDN.

A50016-E3804-D18-2-7618 275/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100011, MSISDNINNSS msisdn=491711100011


o=hlr,imsi=262011100000001,nss=NSS,ui
sbasicService: TS62
d=262011100000001,sssd=SSSD,o=DEF
AULT,dc=C-NTDB refbcn=FAX

Description This entry describes the properties of one additional


MSISDN.

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100012, MSISDNINNSS msisdn=491711100012


o=hlr,imsi=262011100000001,nss=NSS,ui
d=262011100000001,sssd=SSSD,o=DEF sbasicService: BS26
AULT,dc=C-NTDB refbcn=DATA

Description This entry describes the properties of the second


additional MSISDN.

Distinguished Name Referenced Object Attributes and values


Classes

dn: basicServiceGroup=TS10, SSINNSSPARAM basicServiceGroup=TS10


o=hlr,imsi=262011100000001,nss=NSS,ui
d=262011100000001,sssd=SSSD,o=DEF ftnoCfb=49171991100010
AULT,dc=C-NTDB ftnoCfnrc=49171991100010
ftnoCFnry=49171991100010
timerCfnry=20
statusCfb=7
statusCfnrc=7
statusCfnry=7
Description

276/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: basicServiceGroup=TS60, SSINNSSPARAM basicServiceGroup=TS60


o=hlr,imsi=262011100000001,nss=NSS,ui
ftnoCfb=49171991100011
d=262011100000001,sssd=SSSD,o=DEF
AULT,dc=C-NTDB ftnoCfnrc=49171991100011
ftnoCFnry=49171991100011
timerCfnry=20
statusCfb=7
statusCfnrc=7
statusCfnry=7
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: basicServiceGroup=TS20, SSINNSSPARAM basicServiceGroup=TS20


o=hlr,imsi=262011100000001,nss=NSS,ui
d=262011100000001,sssd=SSSD,o=DEF
AULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: basicServiceGroup=BS20, SSINNSSPARAM basicServiceGroup=BS20


o=hlr,imsi=262011100000001,nss=NSS,ui
d=262011100000001,sssd=SSSD,o=DEF
AULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: pdpContextId=1, GPRSDATA pdpContextId=1


o=hlr,imsi=262011100000001,nss=NSS,ui
d=262011100000001,sssd=SSSD,o=DEF refqOfServName=GPRSQOS1
AULT,dc=C-NTDB vplmnAllowed=TRUE
accPointName=*
Description This entry represents one PDP-context

A50016-E3804-D18-2-7618 277/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: imsiAlias aliasedEntryName=


imsi=262011100000001,dc=IMSI,dc=C- imsi=262011100000001,nss=NSS,
NTDB uid=262011100000001,sssd=SSSD
,o=DEFAULT,dc=C-NTDB
imsi=262011100000001
Description This entry represents the key instance for a fast search
with the IMSI

Distinguished Name Referenced Object Attributes and values


Classes

msisdn=491711100010,dc=MSISDN,dc= msisdnAlias aliasedEntryName=


C-NTDB imsi=262011100000001,nss=NSS,
uid=262011100000001,sssd=SSSD
,o=DEFAULT,dc=C-NTDB
msisdn=491711100010
Description This entry represents the key instance for a fast search
with the MSISDN

Distinguished Name Referenced Object Attributes and values


Classes

msisdn=491711100011,dc=MSISDN,dc= msisdnAlias aliasedEntryName=


C-NTDB imsi=262011100000001,nss=NSS,
uid=262011100000001,sssd=SSSD
,o=DEFAULT,dc=C-NTDB
msisdn=491711100011

Description This entry represents the key instance for a fast search
with the MSISDN

Distinguished Name Referenced Object Attributes and values


Classes

msisdn=491711100012,dc=MSISDN,dc= msisdnAlias aliasedEntryName=


C-NTDB imsi=262011100000001,nss=NSS,
uid=262011100000001,sssd=SSSD
,o=DEFAULT,dc=C-NTDB
msisdn=491711100012
Description This entry represents the key instance for a fast search
with the MSISDN

278/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

uid=262011100000002
BE-DSA1
oc:subscriber
uid:262011100000002

dc=MSISDN nss=NSS dc=IMSI


oc: dcObject oc: netSuppServ oc: dcObject

imsi=262011100000002

msisdn = …0020 oc:acSubData


BE-DSA1
imsi:262011100000002
imsi=262011100000002
ALIAS acSubscrType: 1
acEncKey: 123456….. ALIAS
acSeqNum: 0

o=HLR
oc:subInNss
o: hlr
multinumber: TRUE basicService: TS11
suppService: 17 (CLIP) basicService: TS21
suppService: 18 (CLIR) basicService: TS22
suppService: 40 (CFU) basicService: TS62
suppService: 41 (CFB) basicService: BS26
suppService: 42 (CFNRY) Exemplary pointers
suppService: 43 (CFNRC)
refinmocName: OCSI1
to service tree
refinmtcName: TCSI1
refinnsrUCSIName:UCSI1
refSubscrServ: SUBRELRO1
refroamAreaName:XTRAROAM

msisdn= 491711100020 basicServiceGroup=TS10 basicServiceGroup=TS60 basicServiceGroup=BS20

oc: ssInNssParam oc: ssInNssParam oc: ssInNssParam


oc: msisdnInNss
msisdn: 491711100020 basicServiceGroup: TS10 basicServiceGroup: TS60 basicServiceGroup: BS20
isBasic: TRUE ftnoCfnrc: 49171991100020
ftnoCFnry: 49171991100020
timerCfnry: 20
statusCfnrc: 7
statusCfnry: 7

Figure 16: C-NTDB DIT: Prepaid Subscriber for GSM

Subscriber 2: Prepaid

Distinguished Name Referenced Object Classes Attributes and values


dn: subscriber uid= 262011100000002
uid=262011100000002,sssd=
SSSD,o=DEFAULT,dc=C-
NTDB

Description The uid Entry serves as a possible identification of an end user. For the
time being the uid attribute will be filled with the value of the attached
imsi

Distinguished Name Referenced Object Classes Attributes and values


dn: netSuppServ nss= NSS
nss=NSS,uid=2620111000000
02,sssd=SSSD,o=DEFAULT,d
c=C-NTDB
Description The nss Entry serves as a root node for the subscriber specific network
supporting service data.

A50016-E3804-D18-2-7618 279/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Classes Attributes and values

dn: acSubData imsi=262011100000002


imsi=262011100000002,nss=
NSS,uid=262011100000002,s acSubscrType=1
ssd=SSSD,o=DEFAULT,dc=C acEncKey=12345678123456781234
-NTDB 567812345678
acSeqNum=0
Description This entry describes the attributes connected to one sim-card as it is
instantiated by PCS.

Distinguished Name Referenced Object Classes Attributes and values

dn: SUBINNSS o=hlr


o=hlr,imsi=262011100000002,
nss=NSS,uid=2620111000000 suppService=17
02,sssd=SSSD,o=DEFAULT,d suppService=18
c=C-NTDB
suppService=40
suppService=41
suppService=42
suppService=43
basicService=TS11
basicService=TS21
basicService=TS22
basicService=BS26
basicService=TS62
refinmocName=OCSI1
refinmtcName=TCSI1
refnsrUCSIName=UCSI1
refsubscrServ=SUBRELRO1
refroamArea= XTRAROAM
Description This entry describes the features connected to one sim-card when the
subscriber is instantiated by provisioning.

280/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Classes Attributes and values

dn: MSISDNINNSS msisdn=491711100020


msisdn=491711100020,o=hlr,i
isBasic=TRUE
msi=262011100000002,nss=N
SS,uid=262011100000002,sss refbcn=SPEECH
d=SSSD,o=DEFAULT,dc=C-
NTDB
Description This entry describes the properties of the MSISDN.

Distinguished Name Referenced Object Classes Attributes and values

dn: basicServiceGroup=TS10, SSINNSSPARAM basicServiceGroup=TS10


o=hlr,imsi=262011100000002,
nss=NSS,uid=2620111000000 ftnoCfnrc=49171991100020
02,sssd=SSSD,o=DEFAULT,d ftnoCFnry=49171991100020
c=C-NTDB
timerCfnry=20
statusCfnrc=7
statusCfnry=7
Description

Distinguished Name Referenced Object Classes Attributes and values

dn: basicServiceGroup=TS60, SSINNSSPARAM basicServiceGroup=TS60


o=hlr,imsi=262011100000002,
nss=NSS,uid=2620111000000
02,sssd=SSSD,o=DEFAULT,d
c=C-NTDB
Description

A50016-E3804-D18-2-7618 281/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Classes Attributes and values

dn: basicServiceGroup=BS20, SSINNSSPARAM basicServiceGroup=BS20


o=hlr,imsi=262011100000002,
nss=NSS,uid=2620111000000
02,sssd=SSSD,o=DEFAULT,d
c=C-NTDB
Description

Distinguished Name Referenced Object Classes Attributes and values

dn: imsiAlias aliasedEntryName =


imsi=262011100000002,dc=IM imsi=262011100000002,nss=NS
SI,dc=C-NTDB S,uid=262011100000002,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
imsi=262011100000002
Description This entry represents the key instance for a fast search with the IMSI

Distinguished Name Referenced Object Classes Attributes and values

dn: msisdnAlias aliasedEntryName =


msisdn=491711100020,dc=M imsi=262011100000002,nss=NS
SISDN,dc=C-NTDB S,uid=262011100000002,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100020
Description This entry represents the key instance for a fast search with the
MSISDN

282/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

uid=262011100000003
BE-DSA1
oc:subscriber
uid:262011100000003

dc=MSISDN nss=NSS dc=IMSI


oc: dcObject oc: netSuppServ oc: dcObject

imsi=262011100000003
msisdn = …0030 oc:acSubData imsi=262011100000003
BE-DSA1
imsi:262011100000003
ALIAS acSubscrType: 1 ALIAS
acEncKey: 123456…..
acSeqNum: 0

o=HLR
oc:subInNss
o: hlr
multinumber: TRUE basicService: TS11
suppService: 17 (CLIP) basicService: TS21
suppService: 18 (CLIR) basicService: TS22
suppService: 40 (CFU) basicService: TS62
suppService: 41 (CFB) basicService: BS26
suppService: 42 (CFNRY) ExemplaryGPRS
basicService: pointers
suppService: 43 (CFNRC)
to service tree
refinmocName: OCSI1
Exemplary pointer refinmtcName: TCSI1
refinnsrUCSIName:UCSI1
to service tree refSubscrServ: SUBRELRO1
refroamAreaName: XTRAROAM

pdpContextId=3
pdpContextId=2
msisdn= 491711100030 basicServiceGroup=TS10 basicServiceGroup=TS60 basicServiceGroup=BS20 pdpContextId=1
oc: gprsData
oc: gprsData1
pdpContextId:
oc: ssInNssParam oc: gprsData 1
pdpContextId:
refqOfServName:
oc: msisdnInNss oc: ssInNssParam oc: ssInNssParam
basicServiceGroup: TS10 pdpContextId: 1
refqOfServName:
GPRSQOS1
msisdn: 491711100030 basicServiceGroup: TS60 basicServiceGroup: BS20
ftnoCfnrc: 49171991100030 refqOfServName:
GPRSQOS1
vplmnAllowed: TRUE
isBasic: TRUE GPRSQOS1* TRUE
ftnoCFnry: 49171991100030 vplmnAllowed:
accPointName:
timerCfnry: 20 vplmnAllowed:* TRUE
accPointName:
statusCfnrc: 7 Exemplary pointer accPointName: *
statusCfnry: 7
to service tree

Figure 17: C-NTDB DIT Prepaid Subscriber for GPRS

Subscriber 3: Prepaid GPRS

Distinguished Name Referenced Object Classes Attributes and values


dn: subscriber uid= 262011100000003
uid=262011100000003,sssd=
SSSD,o=DEFAULT,dc=C-
NTDB
Description The uid Entry serves as a possible identification of an end user. For
the time being the uid attribute will be filled with the value of the
attached imsi

Distinguished Name Referenced Object Classes Attributes and values


dn: netSuppServ nss= NSS
nss=NSS,uid=2620111000000
03,sssd=SSSD,o=DEFAULT,d
c=C-NTDB
Description The nss Entry serves as a root node for the subscriber specific
network supporting service data.

A50016-E3804-D18-2-7618 283/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Classes Attributes and values

dn: acSubData imsi=262011100000003


imsi=262011100000003,nss=
NSS,uid=262011100000003,s acSubscrType=1
ssd=SSSD,o=DEFAULT,dc=C acEncKey=1234567812345678123
-NTDB 4567812345678
acSeqNum=0
Description This entry describes the attributes connected to one sim-card as it is
instantiated by PCS.

Distinguished Name Referenced Object Classes Attributes and values

dn: SUBINNSS O = hlr


o=hlr,imsi=262011100000003,
nss=NSS,uid=2620111000000 basicService: TS11
03,sssd=SSSD,o=DEFAULT,d basicService: TS21
c=C-NTDB
basicService: TS22
basicService: TS62
basicService: BS26
basicService: GPRS
suppService=17
suppService=18
suppService=40
suppService=41
suppService=42
suppService=43
refinmocName =OCSI1
refinmtcName =TCSI1
refnsrUCSIName =UCSI1
refsubscrServ =SUBRELRO1
refroamAreaName = XTRAROAM
Description

284/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Classes Attributes and values

dn: msisdn=491711100020, MSISDNINNSS msisdn=491711100030


o=hlr,imsi=262011100000003,
nss=NSS,uid=2620111000000
03,sssd=SSSD,o=DEFAULT,d isBasic=TRUE
c=C-NTDB

Description

Distinguished Name Referenced Object Classes Attributes and values

dn: basicServiceGroup=TS10, SSINNSSPARAM basicServiceGroup=TS10


o=hlr,imsi=262011100000003,
nss=NSS,uid=2620111000000 ftnoCfnrc=49171991100030
03,sssd=SSSD,o=DEFAULT,d ftnoCFnry=49171991100030
c=C-NTDB
timerCfnry=20
statusCfnrc=7
statusCfnry=7
Description

Distinguished Name Referenced Object Classes Attributes and values

dn: basicServiceGroup=TS60, SSINNSSPARAM basicServiceGroup=TS60


o=hlr,imsi=262011100000003,
nss=NSS,uid=2620111000000
03,sssd=SSSD,o=DEFAULT,d
c=C-NTDB
Description

Distinguished Name Referenced Object Classes Attributes and values

dn: basicServiceGroup=BS20, SSINNSSPARAM basicServiceGroup=BS20


o=hlr,imsi=262011100000003,
nss=NSS,uid=2620111000000
03,sssd=SSSD,o=DEFAULT,d
c=C-NTDB
Description

A50016-E3804-D18-2-7618 285/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Classes Attributes and values

dn: pdpContextId=1, GPRSDATA pdpContextId=1


o=hlr,imsi=262011100000003,
refqOfServName=GPRSQOS1
nss=NSS,uid=2620111000000
03,sssd=SSSD,o=DEFAULT,d vplmnAllowed=TRUE
c=C-NTDB
accPointName=wap.t-d1.de
Description This entry represents one PDP-context for the second PDP Context
List

Distinguished Name Referenced Object Classes Attributes and values

dn: pdpContextId=2, GPRSDATA pdpContextId=2


o=hlr,imsi=262011100000003,
nss=NSS,uid=2620111000000 refqOfServName=GPRSQOS1
03,sssd=SSSD,o=DEFAULT,d vplmnAllowed=TRUE
c=C-NTDB
accPointName=mms.t-d1.de
Description This entry represents a second PDP-context for the second PDP
Context List

Distinguished Name Referenced Object Classes Attributes and values

dn: pdpContextId=3, GPRSDATA pdpContextId=3


o=hlr,imsi=262011100000003,
refqOfServName=GPRSQOS1
nss=NSS,uid=2620111000000
03,sssd=SSSD,o=DEFAULT,d vplmnAllowed=TRUE
c=C-NTDB
accPointName= wap.debitel.de
Description This entry represents a third PDP-context for the second PDP
Context List

Distinguished Name Referenced Object Classes Attributes and values

dn: imsiAlias aliasedEntryName=


imsi=262011100000003,dc=IM imsi=262011100000003,nss=NSS,
SI,dc=C-NTDB uid=262011100000003,sssd=SSSD
,o=DEFAULT,dc=C-NTDB
imsi=262011100000003

Description This entry represents the key instance for a fast search with the IMSI

286/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Classes Attributes and values

dn: msisdnAlias aliasedEntryName=


msisdn=491711100030,dc=M imsi=262011100000003,nss=NSS,
SISDN,dc=C-NTDB uid=262011100000003,sssd=SSSD
,o=DEFAULT,dc=C-NTDB
msisdn=491711100030

Description This entry represents the key instance for a fast search with the
MSISDN

Root

o=DEFAULT

dc=MSISDN sssd=SSSD dc=IMSI


oc: dcObject oc: subSpecServDat oc: dcObject

uid=262011100000004
oc:subscriber
uid:262011100000004
contractIdPtr: 11111

nss=NSS
oc: netSuppServ

msisdn = …0040 msisdn = …0066 imsi=262011100000004 imsi=262011100000004


ALIAS ALIAS oc:acSubData
ALIAS
o=HLR
oc: subInNss

msisdn= 491711100040 uShortcode=100 cugId=1 pcugbasicServiceGroup=


ccNdc=49_171 basicServiceGroup=TS10
TS10
oc: msisdnInNss oc: imsi-u-csi oc: ssInNssCug oc: cugParam oc: rszilistInNss oc: ssInNssParam

msisdn= 491711100066 uShortcode=109 cugId=10 pcugbasicServiceGroup= ccNdc=31_172 basicServiceGroup=BS30


BS30
oc: msisdnInNss oc: imsi-u-csi oc: ssInNssCug oc: cugParam oc: rszilistInNss oc: ssInNssParam

broadcastId=10 pdpContextId=10 featureNum=10


broadcastId=1
o: vbsData pdpContextId=1
o: imsi-gprsData featureNum=1
o: lateFeat
oc: vbsData oc:gprsData (*) oc: lateFeat

Figure 18: C-NTDB DIT: Overview of a Maximal Multi-numbering Subscriber

A50016-E3804-D18-2-7618 287/336
Conceptual Data Model Data Model Description

Subscriber 4: Maximum Multi-numbering Subscriber

Distinguished Name Referenced Object Classes Attributes and values


dn: subscriber uid= 262011100000004
uid=262011100000004,sssd=
contractIdPtr= 11111
SSSD,o=DEFAULT,dc=C-
NTDB
Description The uid Entry serves as a possible identification of an end user. For
the time being the uid attribute will be filled with the value of the
attached imsi

Distinguished Name Referenced Object Classes Attributes and values


dn: netSuppServ nss= NSS
nss=NSS,uid=2620111000000
04,sssd=SSSD,o=DEFAULT,d
c=C-NTDB
Description The nss Entry serves as a root node for the subscriber specific
network supporting service data.

dc=MSISDN nss=NSS dc=IMSI BE-DSA1


oc: dcObject oc: netSuppServ oc: dcObject

msisdn = …0040 imsi=262011100000001 imsi=262011100000004


ALIAS oc:acSubData ALIAS
BE-DSA1
imsi:262011100000004
acSubscrType: 1
acEncKey: 123456…..
acSeqNum: 0

o=HLR
oc:subInNss basicService: TS11
o: hlr basicService: TS21
multinumber: TRUE basicService: TS22
msisdn = …0066
suppService: 41 (CFB) basicService: TS61
ALIAS suppService: 42 (CFNRY) basicService: TS62
suppService: 43 (CFNRC) basicService: TS91
suppService: 97 (CUG) basicService: TS92
suppService: 147 (BOIC) basicService: BS21
suppService: 148 (BOICEXHC) basicService: BS22
suppService: 154 (BAIC) basicService: BS23
suppService: 155 (BICROAM) basicService: BS24
suppService: 178 (CALLREL) basicService: BS25
suppService: 179 (CALLUNREL) basicService: BS26
suppService: 273 (callback) basicService: BS31
asciId: 1 basicService: BS32
asciId: 2 basicService: BS33
asciId: 3 basicService: BS34
asciId: 4 basicService: BS41
asciId: 5 basicService: BS42
asciId: 6 basicService: BS44
asciId: 7 basicService: BS45
asciId: 8 basicService: BS46
asciId: 9 basicService: BS61A
asciId: 10 basicService: BS81A
crelStat: 1 basicService: GPRS
cunrelStat: 1 basicService: TS21GPRS
refinmocName: OCSI1 basicService: TS22GPRS
refinmtcName: TCSI1
refgprsCsiName: GPRSCSI1
refSubscrServ: SUBRELRO1 Exemplary pointers
reflcsProfNameCREL: CREL1
reflcsProfNameCUNREL: CUNREL1to service tree
refShortCode: 001
statusCallBack=7
timerCallBack=15

Figure 19: C-NTDB DIT: Possible IMSI Entry

288/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: acSubData imsi=262011100000004


imsi=262011100000004,nss=NSS,uid=26
2011100000004,sssd=SSSD,o=DEFAUL acSubscrType=1
T,dc=C-NTDB acEncKey=1234567812345678123
4567812345678
acSeqNum=0
Description This entry describes the attributes connected to one sim-
card as it is instantiated by PCS.

Distinguished Name Referenced Object Attributes and values


Classes

dn: SUBINNSS o=hlr


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF multinumber=FALSE
AULT,dc=C-NTDB linkedIMSI=262011100000001
multinumber=TRUE
basicService=TS11
basicService=TS21
basicService=TS22
basicService=TS61
basicService=TS62
basicService=TS91
basicService=TS92
basicService=BS21
basicService=BS22
basicService=BS23
basicService=BS24
basicService=BS25
basicService=BS26
basicService=BS31
basicService=BS32
basicService=BS33
basicService=BS34
basicService=BS41
basicService=BS42
basicService=BS44
basicService=BS45
basicService=BS46

A50016-E3804-D18-2-7618 289/336
Conceptual Data Model Data Model Description

basicService=BS61A
basicService=BS81A
basicService=GPRS
basicService=TS21GPRS
basicService=TS22GPRS
suppService=41
suppService=42
suppService=43
suppService=97
suppService=147
suppService=148
suppService=154
suppService=155
suppService=178
suppService=179
suppService=273
asciID=1
asciID=2
asciID=3
asciID=4
asciID=5
asciID=6
asciID=7
asciID=8
asciID=9
asciID=10
crelStat=1
cunrelStat=1
refinmocName=OCSI1
refinmtcName=TCSI1
refssCsiName=SSCSI1
refgprsCsiName=GPRSCSI1
refsubscrServ=SUBRELRO1
reflcsProfNameCREL=CREL1
reflcsProfNameCUNREL=CUNREL
1
refShortCode=001
statusCallBack=7

290/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

timerCallBack=15
Description This entry describes the features connected to one sim-
card when the subscriber is instantiated by provisioning.

msisdn = …0066 msisdn = …0040 o=HLR imsi=262011100000004 BE-DSA1


ALIAS ALIAS oc:subInNss ALIAS

msisdn= 491711100040 msisdn= 491711100041 msisdn = 491711100042 msisdn = 491711100043 msisdn = 491711100044 msisdn = 491711100045
oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss
msisdn: 491711100040 msisdn: 491711100041 msisdn: 491711100042 msisdn: 491711100043 msisdn: 491711100044 msisdn: 491711100045
isBasic: TRUE sbasicService: TS21 sbasicService: TS22 refbcn: FAX refbcn: FAX sbasicService: TS91
sbasicService: TS11 sbasicService: TS61 sbasicService: TS62
refbcn: SPEECH

msisdn = 491711100046 msisdn = 491711100047 msisdn = 491711100048 msisdn = 491711100049 msisdn = 491711100050 msisdn = 491711100051
oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss
msisdn: 491711100046 msisdn: 491711100047 msisdn: 491711100048 msisdn: 491711100049 msisdn: 491711100050 msisdn: 491711100051
sbasicService: TS92 refbcn: DATA refbcn: DATA refbcn: DATA refbcn: DATA refbcn: DATA
sbasicService: BS21 sbasicService: BS22 sbasicService: BS23 sbasicService: BS24 sbasicService: BS25

msisdn = 491711100052 msisdn = 491711100053 msisdn = 491711100054 msisdn = 491711100055 msisdn = 491711100056 msisdn = 491711100057
oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss
msisdn: 491711100052 msisdn: 491711100053 msisdn: 491711100054 msisdn: 491711100055 msisdn: 491711100056 msisdn: 491711100057
refbcn: DATA refbcn: DATA refbcn: DATA refbcn: DATA refbcn: DATA refbcn: DATA
sbasicService: BS26 sbasicService: BS31 sbasicService: BS32 sbasicService: BS33 sbasicService: BS34 sbasicService: BS41

msisdn = 491711100058 msisdn = 491711100059 msisdn = 491711100060 msisdn = 491711100061 msisdn = 491711100062 msisdn = 491711100063
oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss
msisdn: 491711100058 msisdn: 491711100059 msisdn: 491711100060 msisdn: 491711100061 msisdn: 491711100062 msisdn: 491711100063
refbcn: DATA refbcn: DATA refbcn: DATA refbcn: DATA refbcn: SPEECH refbcn: SPEECH
sbasicService: BS42 sbasicService: BS44 sbasicService: BS45 sbasicService: BS46 refbcn: DATA refbcn: DATA
sbasicService: BS61A sbasicService: BS81A

msisdn = 491711100064 msisdn = 491711100065 msisdn = 491711100066


oc: msisdnInNss oc: msisdnInNss oc: msisdnInNss
msisdn: 491711100064 msisdn: 491711100065 msisdn: 491711100066
sbasicService: GPRS sbasicService: TS21GPRS sbasicService: TS22GPRS

Figure 20: C-NTDB DIT: MSISDN Entries for One IMSI

Distinguished Name Referenced Attributes and values


Object Classes

dn: msisdn=491711100040,o=hlr, MSISDNINNSS msisdn=491711100040


imsi=262011100000004,nss=NSS,uid=2
62011100000004,sssd=SSSD,o=DEFAU
LT,dc=C-NTDB isBasic=TRUE
refbcn=SPEECH
sbasicService=TS11
Description

A50016-E3804-D18-2-7618 291/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Attributes and values


Object Classes

dn: msisdn=491711100041, MSISDNINNSS msisdn=491711100041


o=hlr,imsi=262011100000004,nss=NSS,u
id=262011100000004,sssd=SSSD,o=DE sbasicService=TS21
FAULT,dc=C-NTDB

Description

Distinguished Name Referenced Attributes and values


Object Classes

dn: msisdn=491711100042, MSISDNINNSS msisdn=491711100042


o=hlr,imsi=262011100000004,nss=NSS,u
id=262011100000004,sssd=SSSD,o=DE sbasicService=TS22
FAULT,dc=C-NTDB

Description

Distinguished Name Referen Attributes and values


ced
Object
Classes
dn: msisdn=491711100043, MSISD msisdn=491711100043
o=hlr,imsi=262011100000004,nss=NSS,uid=262011 NINNSS
refbcn=FAX
100000004,sssd=SSSD,o=DEFAULT,dc=C-NTDB
sbasicService=TS61

Description

292/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Attributes and values


Object Classes

dn: msisdn=491711100044, MSISDNINNSS msisdn=491711100044


o=hlr,imsi=262011100000004,nss=NSS,u
refbcn=FAX
id=262011100000004,sssd=SSSD,o=DE
FAULT,dc=C-NTDB sbasicService=TS62

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100045, MSISDNINNSS msisdn=491711100045


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF sbasicService=TS91
AULT,dc=C-NTDB

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100046, MSISDNINNSS msisdn=491711100046


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF sbasicService=TS92
AULT,dc=C-NTDB

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100047, MSISDNINNSS msisdn=491711100047


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS21

Description

A50016-E3804-D18-2-7618 293/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100048, MSISDNINNSS msisdn=491711100048


o=hlr,imsi=262011100000004,nss=NSS,ui
refbcn=DATA
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB sbasicService=BS22

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100049, MSISDNINNSS msisdn=491711100049


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS23

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100050, MSISDNINNSS msisdn=491711100050


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS24

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100051, MSISDNINNSS msisdn=491711100051


o=hlr,imsi=262011100000004,nss=NSS,ui
refbcn=DATA
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB sbasicService=BS25

Description

294/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100052, MSISDNINNSS msisdn=491711100052


o=hlr,imsi=262011100000004,nss=NSS,ui
refbcn=DATA
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB sbasicService=BS26

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100053, MSISDNINNSS msisdn=491711100053


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS31

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100054, MSISDNINNSS msisdn=491711100054


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS32

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100055, MSISDNINNSS msisdn=491711100055


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS33

Description

A50016-E3804-D18-2-7618 295/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100056, MSISDNINNSS msisdn=491711100056


o=hlr,imsi=262011100000004,nss=NSS,ui
refbcn=DATA
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB sbasicService=BS34

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100057, MSISDNINNSS msisdn=491711100057


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS41

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100058, MSISDNINNSS msisdn=491711100058


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS42

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100059, MSISDNINNSS msisdn=491711100059


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS44

Description

296/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100060, MSISDNINNSS msisdn=491711100060


o=hlr,imsi=262011100000004,nss=NSS,ui
refbcn=DATA
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB sbasicService=BS45

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100061, MSISDNINNSS msisdn=491711100061


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB sbasicService=BS46

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100062, MSISDNINNSS msisdn=491711100062


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB refbcn=SPEECH
sbasicService=BS61A
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100063, MSISDNINNSS msisdn=491711100063


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF refbcn=DATA
AULT,dc=C-NTDB refbcn=SPEECH
sbasicService=BS81A
Description

A50016-E3804-D18-2-7618 297/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100064, MSISDNINNSS msisdn=491711100064


o=hlr,imsi=262011100000004,nss=NSS,ui
sbasicService=GPRS
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100065, MSISDNINNSS msisdn=491711100065


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF sbasicService=TS21GPRS
AULT,dc=C-NTDB

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdn=491711100066, MSISDNINNSS msisdn=491711100066


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF sbasicService=TS22GPRS
AULT,dc=C-NTDB

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: imsiAlias aliasedEntryName=


imsi=262011100000004,dc=IMSI,dc=C- imsi=262011100000004,nss=NS
NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
imsi=262011100000004

Description

298/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100040,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100040
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100041,dc=MSISDN,dc= imsi=262011100000004,nss=N
C-NTDB SS,uid=262011100000004,sssd
=SSSD,o=DEFAULT,dc=C-
NTDB
msisdn=491711100041
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100042,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100042

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100043,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100043
Description

A50016-E3804-D18-2-7618 299/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100044,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100044
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100045,dc=MSISDN,dc= imsi=262011100000004,nss=N
C-NTDB SS,uid=262011100000004,sssd
=SSSD,o=DEFAULT,dc=C-
NTDB
msisdn=491711100045
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100046,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100046
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100047,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100047
Description

300/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100048,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100048
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100049,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100049
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100050,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100050
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100051,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100051
Description

A50016-E3804-D18-2-7618 301/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100052,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100052
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100053,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100053
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100054,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100054
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100055,dc=MSISDN,dc= imsi=262011100000004,nss=N
C-NTDB SS,uid=262011100000004,sssd
=SSSD,o=DEFAULT,dc=C-
NTDB
msisdn=491711100055
Description

302/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100056,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100056
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100057,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100057
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100058,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100058
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100059,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100059
Description

A50016-E3804-D18-2-7618 303/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100060,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100060
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100061,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100061
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100062,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100062
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100063,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100063
Description

304/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100064,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100064
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100065,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100065
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: msisdnAlias aliasedEntryName=


msisdn=491711100066,dc=MSISDN,dc= imsi=262011100000004,nss=NS
C-NTDB S,uid=262011100000004,sssd=
SSSD,o=DEFAULT,dc=C-NTDB
msisdn=491711100066
Description

A50016-E3804-D18-2-7618 305/336
Conceptual Data Model Data Model Description

DC=MSISDN NSS=NSS DC=IMSI BE-DSA1


oc: dcObject oc: netSuppServ oc: dcObject

MSISDN = …0040 IMSI=262011100000004 IMSI=262011100000004


ALIAS oc:acSubData
ALIAS

O=HLR
oc: subInNss
MSISDN = …0066
ALIAS

basicServiceGroup=TS10 basicServiceGroup=TS60 basicServiceGroup=TS20 basicServiceGroup=BS20 basicServiceGroup=BS30


oc: ssInNssParam oc: ssInNssParam oc: ssInNssParam oc: ssInNssParam oc ssInNssParam
basicServiceGroup: TS10 basicServiceGroup: TS60 basicServiceGroup: TS20 basicServiceGroup: BS20 basicServiceGroup: BS30
ftnoCfb: 49171991100040 ftnoCfb: 49171991100041
ftnoCfnrc: 49171991100040 ftnoCfnrc: 49171991100041
ftnoCFnry: 49171991100040 ftnoCFnry: 49171991100041
timerCfnry: 20 timerCfnry: 20
statusCfb: 7 statusCfb: 7
statusCfnrc: 7 statusCfnrc: 7
statusCfnry: 7 statusCfnry: 7

Figure 21: C-NTDB DIT: Supplementary Services for One IMSI Plus According Aliases

Distinguished Name Referenced Object Attributes and values


Classes

dn: SSINNSSPARAM basicServiceGroup=TS10


basicServiceGroup=TS10,o=hlr,imsi=262
ftnoCfb=49171991100040
011100000004,nss=NSS,uid=262011100
000004,sssd=SSSD,o=DEFAULT,dc=C- ftnoCfnrc=49171991100040
NTDB
ftnoCFnry=49171991100040
timerCfnry=20
statusCfb=7
statusCfnrc=7
statusCfnry=7
Description

306/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: basicServiceGroup=TS60, SSINNSSPARAM basicServiceGroup=TS60


o=hlr,imsi=262011100000004,nss=NSS,u
ftnoCfb=49171991100041
id=262011100000004,sssd=SSSD,o=DE
FAULT,dc=C-NTDB ftnoCfnrc=49171991100041
ftnoCFnry=49171991100041
timerCfnry=20
statusCfb=7
statusCfnrc=7
statusCfnry=7
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: basicServiceGroup=TS20, SSINNSSPARAM basicServiceGroup=TS20


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB

Distinguished Name Referenced Object Attributes and values


Classes

dn: basicServiceGroup=BS20, SSINNSSPARAM basicServiceGroup=BS20


o=hlr,imsi=262011100000004,nss=NSS,u
id=262011100000004,sssd=SSSD,o=DE
FAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: basicServiceGroup=BS30, SSINNSSPARAM basicServiceGroup=BS30


o=hlr,imsi=262011100000004,nss=NSS,u
id=262011100000004,sssd=SSSD,o=DE
FAULT,dc=C-NTDB
Description

A50016-E3804-D18-2-7618 307/336
Conceptual Data Model Data Model Description

nss=NSS
BE-DSA1
oc: netSuppServ

dc=MSISDN dc=IMSI
imsi=262011100000004
oc: dcObject oc: dcObject
oc:acSubData

msisdn = …0040 o=HLR imsi=262011100000004


ALIAS oc: subInNss ALIAS

msisdn = …0066
ALIAS

uShortcode=100 uShortcode=101 uShortcode=102 uShortcode=103 uShortcode=104


oc: imsi-u-csi oc: imsi-u-csi oc:imsi-u-csi oc:imsi-u-csi oc: imsi-u-csi
uShortcode: 100 uShortcode: 101 uShortcode: 102 uShortcode: 103 uShortcode: 104
uGsmScfAddr: 491719999991 uGsmScfAddr: 491719999991 uGsmScfAddr: 491719999991 uGsmScfAddr: 491719999991 uGsmScfAddr: 491719999991

uShortcode=105 uShortcode=106 uShortcode=107 uShortcode=108 uShortcode=109


oc: imsi-u-csi oc: imsi-u-csi oc: imsi-u-csi oc: imsi-u-csi oc: imsi-u-csi
uShortcode: 105 uShortcode: 106 uShortcode: 107 uShortcode: 108 uShortcode: 109
uGsmScfAddr: 491719999991 uGsmScfAddr: 491719999991 uGsmScfAddr: 491719999991 uGsmScfAddr: 491719999991 uGsmScfAddr: 491719999991

Figure 22: C-NTDB DIT: Unstructured Camel Subscription Information for One IMSI

Distinguished Name Referenced Object Attributes and values


Classes

dn: IMSI-U-CSI uShortCode=100


uShortCode=100,o=hlr,imsi=2620111000
00004,nss=NSS,uid=262011100000004,s uGsmScfAddress=49171999999
1
ssd=SSSD,o=DEFAULT,dc=C-NTDB

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: uShortCode=101, IMSI-U-CSI uShortCode=101


o=hlr,imsi=262011100000004,nss=NSS,ui
uGsmScfAddress=49171999999
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB 1

Description

308/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: uShortCode=102, IMSI-U-CSI uShortCode=102


o=hlr,imsi=262011100000004,nss=NSS,u
uGsmScfAddress=49171999999
id=262011100000004,sssd=SSSD,o=DE
FAULT,dc=C-NTDB 1

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: uShortCode=103, IMSI-U-CSI uShortCode=103


o=hlr,imsi=262011100000004,nss=NSS,u
uGsmScfAddress=49171999999
id=262011100000004,sssd=SSSD,o=DE
FAULT,dc=C-NTDB 1

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: uShortCode=104, IMSI-U-CSI uShortCode=104


o=hlr,imsi=262011100000004,nss=NSS,u
id=262011100000004,sssd=SSSD,o=DE uGsmScfAddress=49171999999
FAULT,dc=C-NTDB 1

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: uShortCode=105, IMSI-U-CSI uShortCode=105


o=hlr,imsi=262011100000004,nss=NSS,u
id=262011100000004,sssd=SSSD,o=DE uGsmScfAddress=49171999999
1
FAULT,dc=C-NTDB

Description

A50016-E3804-D18-2-7618 309/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: uShortCode=106, IMSI-U-CSI uShortCode=106


o=hlr,imsi=262011100000004,nss=NSS,u
uGsmScfAddress=49171999999
id=262011100000004,sssd=SSSD,o=DE
FAULT,dc=C-NTDB 1

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: uShortCode=107, IMSI-U-CSI uShortCode=107


o=hlr,imsi=262011100000004,nss=NSS,u
uGsmScfAddress=49171999999
id=262011100000004,sssd=SSSD,o=DE
FAULT,dc=C-NTDB 1

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: uShortCode=108, IMSI-U-CSI uShortCode=108


o=hlr,imsi=262011100000004,nss=NSS,u
id=262011100000004,sssd=SSSD,o=DE uGsmScfAddress=49171999999
FAULT,dc=C-NTDB 1

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: uShortCode=109, IMSI-U-CSI uShortCode=109


o=hlr,imsi=262011100000004,nss=NSS,u
id=262011100000004,sssd=SSSD,o=DE uGsmScfAddress=49171999999
1
FAULT,dc=C-NTDB

Description

310/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

nss=NSS BE-DSA1
oc: netSuppServ

imsi=262011100000004
oc:acSubData

o=HLR
oc: subInNss

cugId=1 cugId=2 cugId=3 cugId=4 cugId=5


oc: ssInNssCug oc: ssInNssCug oc: ssInNssCug oc: ssInNssCug oc: ssInNssCug
cudId: 1 cudId: 2 cudId: 3 cudId: 4 cudId: 5
intraCugRest: 0 intraCugRest: 0 intraCugRest: 0 intraCugRest: 0 intraCugRest: 0
dataNetCode: 1 dataNetCode: 1 dataNetCode: 1 dataNetCode: 1 dataNetCode: 1
intlockCode: 1 intlockCode: 1 intlockCode: 1 intlockCode: 1 intlockCode: 1
cugbasicServiceGroup: TS10 cugbasicServiceGroup: TS10 cugbasicServiceGroup: TS10 cugbasicServiceGroup: TS10 cugbasicServiceGroup: TS10
cugbasicServiceGroup: BS20 cugbasicServiceGroup: BS20 cugbasicServiceGroup: BS20 cugbasicServiceGroup: BS20 cugbasicServiceGroup: BS20
cugbasicServiceGroup: BS30 cugbasicServiceGroup: BS30 cugbasicServiceGroup: BS30 cugbasicServiceGroup: BS30 cugbasicServiceGroup: BS30
cugbasicServiceGroup: TS60 cugbasicServiceGroup: TS60 cugbasicServiceGroup: TS60 cugbasicServiceGroup: TS60 cugbasicServiceGroup: TS60

cugId=6 cugId=7 cugId=8 cugId=9 cugId=10


oc: ssInNssCug oc: ssInNssCug oc: ssInNssCug oc: ssInNssCug oc: ssInNssCug
cudId: 6 cudId: 7 cudId: 8 cudId: 9 cudId: 10
intraCugRest: 0 intraCugRest: 0 intraCugRest: 0 intraCugRest: 0 intraCugRest: 0
dataNetCode: 1 dataNetCode: 1 dataNetCode: 1 dataNetCode: 1 dataNetCode: 1
intlockCode: 1 intlockCode: 1 intlockCode: 1 intlockCode: 1 intlockCode: 1
cugbasicServiceGroup: TS10 cugbasicServiceGroup: TS10 cugbasicServiceGroup: TS10 cugbasicServiceGroup: TS10 cugbasicServiceGroup: TS10
cugbasicServiceGroup: BS20 cugbasicServiceGroup: BS20 cugbasicServiceGroup: BS20 cugbasicServiceGroup: BS20 cugbasicServiceGroup: BS20
cugbasicServiceGroup: BS30 cugbasicServiceGroup: BS30 cugbasicServiceGroup: BS30 cugbasicServiceGroup: BS30 cugbasicServiceGroup: BS30
cugbasicServiceGroup: TS60 cugbasicServiceGroup: TS60 cugbasicServiceGroup: TS60 cugbasicServiceGroup: TS60 cugbasicServiceGroup: TS60

pcugbasicServiceGroup=TS10 pcugbasicServiceGroup=BS20 pcugbasicServiceGroup=BS30 pcugbasicServiceGroup=TS60


oc: cugParam oc: cugParam oc: cugParam oc: cugParam
pcugbasicServiceGroup: TS10 pcugbasicServiceGroup: BS20 pcugbasicServiceGroup: BS30 pcugbasicServiceGroup: TS60
pcugId: 1 pcugId: 1 pcugId: 1 pcugId: 1
interCugAcc: 0 interCugAcc: 0 interCugAcc: 0 interCugAcc: 0

Figure 23: C-NTDB DIT: Supplementary Service Closed Usergroup for One IMSI

Distinguished Name Referenced Object Attributes and values


Classes

dn: SSINNSSCUG cugId=1


cugId=1,o=hlr,imsi=262011100000004,ns
s=NSS,uid=262011100000004,sssd=SSS intraCugRest=0
D,o=DEFAULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60
Description

A50016-E3804-D18-2-7618 311/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: cugId=2, SSINNSSCUG cugId=2


o=hlr,imsi=262011100000004,nss=NSS,ui
intraCugRest=0
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: cugId=3, SSINNSSCUG cugId=3


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF intraCugRest=0
AULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60
Description

312/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: cugId=4, SSINNSSCUG cugId=4


o=hlr,imsi=262011100000004,nss=NSS,ui
intraCugRest=0
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: cugId=5, SSINNSSCUG cugId=5


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF intraCugRest=0
AULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60
Description

A50016-E3804-D18-2-7618 313/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: cugId=6, SSINNSSCUG cugId=6


o=hlr,imsi=262011100000004,nss=NSS,ui
intraCugRest=0
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: cugId=7, SSINNSSCUG cugId=7


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF intraCugRest=0
AULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: cugId=8, SSINNSSCUG cugId=8


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF intraCugRest=0
AULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60

314/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: cugId=9, SSINNSSCUG cugId=9


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF intraCugRest=0
AULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: cugId=10, SSINNSSCUG cugId=10


o=hlr,imsi=262011100000004,nss=NSS,ui
intraCugRest=0
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB dataNetCode=1
intlockCode=1
cugbasicServiceGroup=TS10
cugbasicServiceGroup=BS20
cugbasicServiceGroup=BS30
cugbasicServiceGroup=TS60
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: pcugbasicServiceGroup=TS10, CUGPARAM pcugbasicServiceGroup=TS10


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF pcugId=1
AULT,dc=C-NTDB interCugAcc=0

Description

A50016-E3804-D18-2-7618 315/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: pcugbasicServiceGroup=BS20, CUGPARAM pcugbasicServiceGroup=BS20


o=hlr,imsi=262011100000004,nss=NSS,ui
pcugId=1
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB
interCugAcc=0

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: pcugbasicServiceGroup=BS30, CUGPARAM pcugbasicServiceGroup=BS30


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF pcugId=1
AULT,dc=C-NTDB interCugAcc=0

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: pcugbasicServiceGroup=TS60, CUGPARAM pcugbasicServiceGroup=TS60


o=hlr,imsi=262011100000004,nss=NSS,u
id=262011100000004,sssd=SSSD,o=DE pcugId=1
FAULT,dc=C-NTDB interCugAcc=0

Description

316/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

dc=MSISDN dc=IMSI BE-DSA1


imsi=262011100000004
oc: dcObject oc: dcObject
oc:acSubData

msisdn = …0040 o=HLR imsi=262011100000004


ALIAS oc: subInNss ALIAS

msisdn = …0066
ALIAS

ccNdc=49_171 ccNdc=49_172 ccNdc=49_173 ccNdc=43_171 ccNdc=43_172


oc: rszilistInNss oc: rszilistInNss oc: rszilistInNss oc: rszilistInNss oc: rszilistInNss
ccNdc: 49_171 ccNdc: 49_172 ccNdc: 49_173 ccNdc: 43_171 ccNdc: 43_172
zonecode: 1 zonecode: 1 zonecode: 1 zonecode: 1 zonecode: 1
… … … … …
zonecode: 10 zonecode: 10 zonecode: 10 zonecode: 10 zonecode: 10

ccNdc=43_173 ccNdc=420_171 ccNdc=420_172 ccNdc=31_171 ccNdc=31_172


oc: rszilistInNss oc: rszilistInNss oc: rszilistInNss oc: rszilistInNss oc: rszilistInNss
ccNdc: 43_173 ccNdc: 420_171 ccNdc: 420_172 ccNdc: 31_171 ccNdc: 31_172
zonecode: 1 zonecode: 1 zonecode: 1 zonecode: 1 zonecode: 1
… … … … …
zonecode: 10 zonecode: 10 zonecode: 10 zonecode: 10 zonecode: 10

Figure 24: C-NTDB DIT: Zonecodes for One IMSI

Distinguished Name Referenced Object Attributes and values


Classes

dn: dn: RSZILISTINNSS CcNdc=49_171


CcNdc=49_171,o=hlr,imsi=26201110000
zonecode=1
0004,nss=NSS,uid=262011100000004,ss
sd=SSSD,o=DEFAULT,dc=C-NTDB ………………
Zonecode=10

Description

A50016-E3804-D18-2-7618 317/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: CcNdc=49_172, RSZILISTINNSS CcNdc=49_172


o=hlr,imsi=262011100000004,nss=NSS,u
zonecode=1
id=262011100000004,sssd=SSSD,o=DE
FAULT,dc=C-NTDB ………………
Zonecode=10

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: CcNdc=49_173, RSZILISTINNSS CcNdc=49_173


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF zonecode=1
AULT,dc=C-NTDB ………………
Zonecode=10

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: CcNdc=43_171, RSZILISTINNSS CcNdc=43_171


o=hlr,imsi=262011100000004,nss=NSS,ui
zonecode=1
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB ………………
Zonecode=10

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: CcNdc=43_172, RSZILISTINNSS CcNdc=43_172


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF zonecode=1
AULT,dc=C-NTDB ………………
Zonecode=10

Description

318/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: CcNdc=43_173, RSZILISTINNSS CcNdc=43_173


o=hlr,imsi=262011100000004,nss=NSS,ui
zonecode=1
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB ………………
Zonecode=10

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: CcNdc=420_171, RSZILISTINNSS CcNdc=420_171


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF zonecode=1
AULT,dc=C-NTDB ………………
Zonecode=10

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: CcNdc=420_172, RSZILISTINNSS CcNdc=420_172


o=hlr,imsi=262011100000004,nss=NSS,ui
zonecode=1
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB ………………
Zonecode=10

Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: CcNdc=31_171, RSZILISTINNSS CcNdc=31_171


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF zonecode=1
AULT,dc=C-NTDB ………………
Zonecode=10

Description

A50016-E3804-D18-2-7618 319/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: CcNdc=31_172, RSZILISTINNSS CcNdc=31_172


o=hlr,imsi=262011100000004,nss=NSS,ui
zonecode=1
d=262011100000004,sssd=SSSD,o=DEF
AULT,dc=C-NTDB ………………
Zonecode=10

Description

dc=MSISDN dc=IMSI BE-DSA1


imsi=262011100000004
oc: dcObject oc: dcObject
oc:acSubData

msisdn = …0040 o=HLR imsi=262011100000004


ALIAS oc: subInNss ALIAS

msisdn = …0066
ALIAS

broadCastId=1 broadCastId=2 broadCastId=3 broadCastId=4 broadCastId=5


oc: vbsData oc: vbsData oc: vbsData oc: vbsData oc: vbsData
broadCastId: 1 broadCastId: 2 broadCastId: 3 broadCastId: 4 broadCastId: 5
initPerm: TRUE initPerm: TRUE initPerm: TRUE initPerm: TRUE initPerm: TRUE

broadCastId=6 broadCastId=7 broadCastId=8 broadCastId=9 broadCastId=10


oc: vbsData oc: vbsData oc: vbsData oc: vbsData oc: vbsData
broadCastId: 6 broadCastId: 7 broadCastId: 8 broadCastId: 9 broadCastId: 10
initPerm: TRUE initPerm: TRUE initPerm: TRUE initPerm: TRUE initPerm: TRUE

Figure 25: C-NTDB DIT: Voice Broadcast Data for One IMSI

Distinguished Name Referenced Object Attributes and values


Classes

dn: VBSDATA broadCastId=1


broadCastId=1,o=hlr,imsi=262011100000
initPerm=TRUE
004,nss=NSS,uid=262011100000004,sss
d=SSSD,o=DEFAULT,dc=C-NTDB
Description

320/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: VBSDATA broadCastId=2


broadCastId=2,o=hlr,imsi=262011100000
initPerm=TRUE
004,nss=NSS,uid=262011100000004,sss
d=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: broadCastId=3, VBSDATA broadCastId=3


o=hlr,imsi=262011100000004,nss=NSS,ui
d=262011100000004,sssd=SSSD,o=DEF initPerm=TRUE
AULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: VBSDATA broadCastId=4


broadCastId=4,o=hlr,imsi=262011100000
initPerm=TRUE
004,nss=NSS,uid=262011100000004,sss
d=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: VBSDATA broadCastId=5


broadCastId=5,o=hlr,imsi=262011100000
004,nss=NSS,uid=262011100000004,sss initPerm=TRUE
d=SSSD,o=DEFAULT,dc=C-NTDB
Description

A50016-E3804-D18-2-7618 321/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: VBSDATA broadCastId=6


broadCastId=6,o=hlr,imsi=262011100000
initPerm=TRUE
004,nss=NSS,uid=262011100000004,sss
d=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: VBSDATA broadCastId=7


broadCastId=7,o=hlr,imsi=262011100000
004,nss=NSS,uid=262011100000004,sss initPerm=TRUE
d=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: VBSDATA broadCastId=8


broadCastId=8,o=hlr,imsi=262011100000
initPerm=TRUE
004,nss=NSS,uid=262011100000004,sss
d=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: VBSDATA broadCastId=9


broadCastId=9,o=hlr,imsi=262011100000
004,nss=NSS,uid=262011100000004,sss initPerm=TRUE
d=SSSD,o=DEFAULT,dc=C-NTDB
Description

322/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: VBSDATA broadCastId=10


broadCastId=10,o=hlr,imsi=26201110000
initPerm=TRUE
0004,nss=NSS,uid=262011100000004,ss
sd=SSSD,o=DEFAULT,dc=C-NTDB
Description

dc=MSISDN
imsi=262011100000004
dc=IMSI BE-DSA1
oc: dcObject oc: dcObject
oc:acSubData

msisdn = …0040 o=HLR imsi=262011100000004


ALIAS oc: subInNss ALIAS

msisdn = …0066
ALIAS

pdpContextId=1 pdpContextId=2 pdpContextId=3 pdpContextId=4 pdpContextId=5


oc: GPRSDATA oc: GPRSDATA oc: GPRSDATA oc: GPRSDATA oc: GPRSDATA
pdpContextId: 1 pdpContextId: 2 pdpContextId: 3 pdpContextId: 4 pdpContextId: 5
refqOfServName: GPRSQOS1 refqOfServName: GPRSQOS1 refqOfServName: GPRSQOS1 refqOfServName: GPRSQOS1 refqOfServName: GPRSQOS1
vplmnAllowed: TRUE vplmnAllowed: TRUE vplmnAllowed: TRUE vplmnAllowed: TRUE vplmnAllowed: TRUE
pdpType: 1 pdpType: 1 pdpType: 1 pdpType: 1 pdpType: 1
pdpAddress: 192.168.1.1 pdpAddress: 192.168.1.2 pdpAddress: 192.168.1.3 pdpAddress: 192.168.1.4 pdpAddress: 192.168.1.5

pdpContextId=6 pdpContextId=7 pdpContextId=8 pdpContextId=9 pdpContextId=10

oc: GPRSDATA oc: GPRSDATA oc: GPRSDATA oc: GPRSDATA oc: GPRSDATA
pdpContextId: 6 pdpContextId: 7 pdpContextId: 8 pdpContextId: 9 pdpContextId: 10
refqOfServName: GPRSQOS1 refqOfServName: GPRSQOS1 refqOfServName: GPRSQOS1 refqOfServName: GPRSQOS1 refqOfServName: GPRSQOS1
vplmnAllowed: TRUE vplmnAllowed: TRUE vplmnAllowed: TRUE vplmnAllowed: TRUE vplmnAllowed: TRUE
pdpType: 1 pdpType: 1 pdpType: 1 pdpType: 1 pdpType: 1
pdpAddress: 192.168.1.6 pdpAddress: 192.168.1.7 pdpAddress: 192.168.1.8 pdpAddress: 192.168.1.9 pdpAddress: 192.168.1.10

Figure 26: C-NTDB DIT: QoS for GPRS for One IMSI

A50016-E3804-D18-2-7618 323/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=1


pdpContextId=1,o=hlr,imsi=26201110000
0004,nss=NSS,uid=262011100000004,ss refqOfServName=GPRSQOS1
sd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.1
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=2


pdpContextId=2,o=hlr,imsi=26201110000
0004,nss=NSS,uid=262011100000004,ss refqOfServName=GPRSQOS1
sd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.2
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=3


pdpContextId=3,o=hlr,imsi=26201110000
refqOfServName=GPRSQOS1
0004,nss=NSS,uid=262011100000004,ss
sd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.3
Description

324/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=4


pdpContextId=4,o=hlr,imsi=26201110000
refqOfServName=GPRSQOS1
0004,nss=NSS,uid=262011100000004,ss
sd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.4
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=5


pdpContextId=5,o=hlr,imsi=26201110000
0004,nss=NSS,uid=262011100000004,ss refqOfServName=GPRSQOS1
sd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.5
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=6


pdpContextId=6,o=hlr,imsi=26201110000
refqOfServName=GPRSQOS1
0004,nss=NSS,uid=262011100000004,ss
sd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.6
Description

A50016-E3804-D18-2-7618 325/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=7


pdpContextId=7,o=hlr,imsi=26201110000
refqOfServName=GPRSQOS1
0004,nss=NSS,uid=262011100000004,ss
sd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.7
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=8


pdpContextId=8,o=hlr,imsi=26201110000
0004,nss=NSS,uid=262011100000004,ss refqOfServName=GPRSQOS1
sd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.8
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=9


pdpContextId=9,o=hlr,imsi=26201110000
refqOfServName=GPRSQOS1
0004,nss=NSS,uid=262011100000004,ss
sd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.9
Description

326/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: GPRSDATA pdpContextId=10


pdpContextId=10,o=hlr,imsi=2620111000
refqOfServName=GPRSQOS1
00004,nss=NSS,uid=262011100000004,s
ssd=SSSD,o=DEFAULT,dc=C-NTDB vplmnAllowed=TRUE
pdpType=1
pdpAddress=192.168.1.10
Description

dc=MSISDN nss=NSS dc=IMSI BE-DSA1


oc: dcObject oc: netSuppServ oc: dcObject

msisdn = …0040 imsi=262011100000004 imsi=262011100000004


oc: acSubData
ALIAS ALIAS

o=HLR
oc: subInNss
msisdn = …0066
ALIAS

featureNum=1 featureNum=2 featureNum=3 featureNum=4 featureNum=5


oc: lateFeat oc: lateFeat oc: lateFeat oc: lateFeat oc: lateFeat
featureNum: 1 featureNum: 2 featureNum: 3 featureNum: 4 featureNum: 5
featureAddr: 1234567890 featureAddr: 1234567890 featureAddr: 1234567890 featureAddr: 1234567890 featureAddr: 1234567890

featureNum=6 featureNum=7 featureNum=8 featureNum=9 featureNum=10


oc: lateFeat oc: lateFeat oc: lateFeat oc: lateFeat oc: lateFeat
featureNum: 6 featureNum: 7 featureNum: 8 featureNum: 9 featureNum: 10
featureAddr: 1234567890 featureAddr: 1234567890 featureAddr: 1234567890 featureAddr: 1234567890 featureAddr: 1234567890

Figure 27: C-NTDB DIT: Late Features for One IMSI

A50016-E3804-D18-2-7618 327/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=1


featureNum=1,o=hlr,imsi=2620111000000
04,nss=NSS,uid=262011100000004,sssd featureAddr=1234567890
=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=2


featureNum=2,o=hlr,imsi=2620111000000
04,nss=NSS,uid=262011100000004,sssd featureAddr=1234567890
=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=3


featureNum=3,o=hlr,imsi=2620111000000
featureAddr=1234567890
04,nss=NSS,uid=262011100000004,sssd
=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=4


featureNum=4,o=hlr,imsi=2620111000000
04,nss=NSS,uid=262011100000004,sssd featureAddr=1234567890
=SSSD,o=DEFAULT,dc=C-NTDB
Description

328/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=5


featureNum=5,o=hlr,imsi=2620111000000
featureAddr=1234567890
04,nss=NSS,uid=262011100000004,sssd
=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=6


featureNum=6,o=hlr,imsi=2620111000000
04,nss=NSS,uid=262011100000004,sssd featureAddr=1234567890
=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=7


featureNum=7,o=hlr,imsi=2620111000000
featureAddr=1234567890
04,nss=NSS,uid=262011100000004,sssd
=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=8


featureNum=8,o=hlr,imsi=2620111000000
04,nss=NSS,uid=262011100000004,sssd featureAddr=1234567890
=SSSD,o=DEFAULT,dc=C-NTDB
Description

A50016-E3804-D18-2-7618 329/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=9


featureNum=9,o=hlr,imsi=2620111000000
featureAddr=1234567890
04,nss=NSS,uid=262011100000004,sssd
=SSSD,o=DEFAULT,dc=C-NTDB
Description

Distinguished Name Referenced Object Attributes and values


Classes

dn: LATEFEAT featureNum=10


featureNum=10,o=hlr,imsi=262011100000
004,nss=NSS,uid=262011100000004,sss featureAddr=1234567890
d=SSSD,o=DEFAULT,dc=C-NTDB
Description

330/336 A50016-E3804-D18-2-7618
Data Model Description Conceptual Data Model

2.3.4 Versioning Information

FE-DSA/Routing DSA
Root

o=DEFAULT

dc=MSISDN sssd=SSSD dc=IMSI

msisdn= 491711100010 msisdn= 436766918190 uid=262011101000004 imsi=262011100000001 imsi=262011101000004


Ref. to BE1 Ref. to BE2 Ref. to BE2 Ref. to BE1 Ref. to BE2

o=services vers=01_05_02
oc: version
v-date: 20111111000000Z
o=nss o=es (*) o=bas (*) vers: 01_05_02
resp: oam
changeModifAttr:
changeAddAttr: v-date
o=OCSI o=TCSI o=UCSI changeAddAttr: vers
changeAddAttr: resp
oc: nssConfiguration oc: nssConfiguration oc: nssConfiguration changeDelAttr:
changeModifOcl:
changeAddOcl: version
changeDelOcl:
changeModifEntry:
changeAddEntry: version
changeDelEntry:

(*) ... will not be found within the DIT as SSSD … Subscriber Specific Service Data
long as an application does not request nss … Network Supporting Services
ist existence in the DIT explicitly es … Enabling Services
bas … Business and Application Services

Figure 28: C-NTDB DIT: Placement of Versioning Information of the Actual Data Model

A50016-E3804-D18-2-7618 331/336
Conceptual Data Model Data Model Description

Distinguished Name Referenced Object Classes Attributes and values


dn:version=01_05_02,dc=C- version v-date: 20111111000000Z
NTDB
vers: 01_05_02
resp: oam
changeAddAttr: v-date
changeAddAttr: vers
changeAddAttr: resp
changeAddOcl: version
changeAddEntry:
version=01_05_02,dc=C-NTDB

Description This entry represents the information about the change of the
schema from before the insertion of the versioning information to
after the insertion of the same:
Remark: 01_05_02 is to be read as follows:
xx = 01 first version of C-NTDB
yy = 05 5th release (just a suggestion)
zz = 02 2nd correction

332/336 A50016-E3804-D18-2-7618
Interfaces (Views) Data Model Description

3 Interfaces (views)
The DS provides so called “variant entries” as a possibility to define a certain “view” of an
application onto the database. This allows creating part what is known an “Adaption Layer”.
Further discussion of variant entries in connection with the application model V1.x of HLR does
not make sense, as it uses the original object model without any adaption in between.

334/336 A50016-E3804-D18-2-7618
Data Model Description Glossary and Abbreviations

4 Glossary and Abbreviations


Abbreviation Description
AAA Authentication, Authorization and Accounting
ACID Atomicity – Consistency – Isolation – Durability
API Application Programming Interface
ASN.1 Abstract Syntax Notation 1
ATI Application Trigger Interface
AC Authentication Center
BE-DSA Backend Directory Service Agent
CAMEL Customized Applications for Mobile Network Enhanced Logic
C-NTDB Carrier Network Technology Database
CORBA Common Object Request Broker Architecture
DAP Directory Access Protocol
DB Database
DB-BE Database Backend
DB-FE Database Frontend
DIT Directory Information Tree
DM Data Model
DN Distinguished Name
DOP Directory Operational Binding Management Protocol
DS Directory Server
DSA Directory Server Agent
DSML Directory Services Markup Language
DSP Directory System Protocol
FE-DSA Frontend Directory Service Agent
FTNO Forwarding-to Number
GUI Graphical User Interface
HA High Availability
HLR Home Location Register
HLR/AuC Home Location Register/Authentication Center
HLRd-FE Home Location Register (distributed) – Frontend
HSM High Security Module
HSS Home Subscriber Server
HW Hardware
IBM International Business Machines
ID Identifier
IMSI International Mobile Station Identifier
IN Intelligent Network
IP Internet Protocol
JDBC Java Database Connectivity
LDAP Lightweight Directory Access Protocol
LDIF LDAP Interchange Format
LI Lawful Interception
MAP Mobile Application Part
MSISDN Mobile Station ISDN Number
NatCo National Company
NDS-T Network Directory Server – Telco
NTP v4 Network Time Protocol Version 4
OCL Object Class
ODBC Open Database Connectivity
PGW Provisioning Gateway

A50016-E3804-D18-2-7618 335/336
Glossary and Abbreviations Data Model Description

Profile DSA = BE-DSA


RDN Relative Distinguished Name
RFC Request For Comment
Routing DSA = FE-DSA
SASL Simple Authentication and Security Layer
SCP Service Control Point
SIGTRAN Signalling Transport
SNMP Simple Network Management Protocol
SOAP Simple Object Access Protocol
SGSN Serving GPRS Support Node
SQL Structured Query Language
SS7 Signalling System No.7
SW Software
TCP/IP Transmission Control Protocol / Internet Protocol
TLS Transport Layer Security
TMO T-Mobile Deutschland
URL Uniform Resource Locator
UTF-8 Unicode Transformation Format-8
VPN Virtual Private Network
VLR Visitor Location Register
XML Extensible Markup Language

336/336 A50016-E3804-D18-2-7618

You might also like