Você está na página 1de 79

Operation

Subscriber OMN-SU:HLRi:MML
A50016-D1721-Q503-1-7619

OMN-SU:HLRi:MML

Operation Subscriber

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 zwangslufig bestimmte Teile der Gerte unter Spannung. Einige Teile knnen auch eine hohe Betriebstemperatur aufweisen. Eine Nichtbeachtung dieser Situation und der Warnungshinweise kann zu Krperverletzungen und Sachschden fhren. 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 Gerte mssen die zutreffenden Sicherheitsbestimmungen erfllen.

Trademarks: All designations used in this document can be trademarks, the use of which by third parties for their own purposes could violate the rights of their owners.

Copyright (C) Siemens AG 2002.


Issued by Information and Communication Mobile Hofmannstrae 51 D-81359 Mnchen Technical modifications possible. Technical specifications and features are binding only insofar as they are specifically and expressly agreed upon in a written contract.

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

Reason for Update


Summary: New

Issue History
Issue Number 1 Date of issue Reason for Update

10/2002

New

A50016-D1721-Q503-1-7619

OMN-SU:HLRi:MML

Operation Subscriber

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

This document consists of a total of 79 pages. All pages are issue 1.

Contents
1 1.1 1.1.1 1.1.2 1.2 1.3 1.3.1 1.3.2 1.3.3 2 2.1 2.2 2.2.1 2.2.1.1 2.2.1.2 2.2.2 2.2.2.1 2.2.2.2 2.3 3 Introduction (IN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Generation of MML Batch Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Control Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 Data Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Execution of MML Batch Files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Examples of batch orders (control information) . . . . . . . . . . . . . . . . . . . . . 11 Example of MML batch file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 Example of using subscriber templates . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 Task List (TL) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Administration in the Authentication Center (AC) . . . . . . . . . . . . . . . . . . . . Administration in the Home Location Register (HLR) . . . . . . . . . . . . . . . . . Administration of General HLR Data. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . General HLR Data except IN Services . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAMEL Services for Mobile Subscribers (Part of General HLR Data) . . . . Mobile Subscriber Administration in the HLR . . . . . . . . . . . . . . . . . . . . . . . Circuit-Switched Domain. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Packet-Switched Domain . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Administration of the VLR and the SGSN via the HLR . . . . . . . . . . . . . . . . 16 16 16 16 16 17 18 18 22 24

Task Summary Lists (TS) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25

A50016-D1721-Q503-1-7619

OMN-SU:HLRi:MML

Operation Subscriber

1 Introduction (IN)
The HLR Innovation can be administrated with MML (man machine language) commands by the execution of batch orders. MML batch files collect a set of single and mass MML administration requests for job execution at the HLR/AC. Benefits of the MML interface: Already existing MML command les for HLR Classic can be re-used (downward compatible MML support). Recurrent or scheduled execution of tasks is possible (alike for XML batch les). Because the MML commands are internally converted to XML format and the XML response is internally converted back to MML, the validating and execution of MML batch files takes however additional ressources compared to XML batch files. This document deals with the creation and design of MML batch files. General batch handling principles are described in the system administration manual OMN-SY:HLRi; XML batch file creation is illustrated in the XML manual OMN-SU:HLRi:XML. The MML batch orders are generated externally and are transferred into the system via FTP/FTAM interface provided by the platform. Further processing is done by the batchprocessing component of the platform.

1.1

Generation of MML Batch Files


MML batch files can be generated or modified with any text editor. One MML batch file for the HLR Innovation always consists of two sections: Control Information (batchscript) Data Information (CMDFILE) Both the control and data parts are specified in the same file. It is recommended that control information is placed before data information. If the control information is missing, a default control file is generated (see 1.3.1, Example 4). The default control file will execute the batch order immediately. To avoid unintentional execution it is recommended for all MML batch files to add control information with check only attribute as a standard.

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

1.1.1

Control Information
The control information contains the following characteristics about the corresponding batch order: The name of the output batch le to which the results of the batch execution has to be written. Scheduling information in case of scheduled jobs, which includes: activation time, expiration time and periodicity (e.g. in minutes, seconds) The execution modes are: Check only (immediately) - validates for syntactical correctness of the batch data Check (immediately) and execute (later) if no error occurs - validates for syntactical correctness of the batch data and then executes the requests only if validation was error free. Execute only (immediately or later) - directly executes the requests in the batch data. In case of default control information generated for an MML batch order it is always set to this mode. The name of the input batch le. (The name format can be found in the Notes below.) The type of batch order (MML or XML). For MML batch les always choose the type MML. The control information is defined based on the @vantage platform batch processing DTD. Notes MML orders contain both the control information and the data information. It is recommended to place the control information at the beginning of the file before the data. The attribute <param name="MML" value="true"/> is mandatory. The input data le name provided in the control information should always be the <input mml le name>.dat., compare:

<inputdata> <data> <file url="[Input Mml file name].dat"></file> </data> </inputdata>


Failures when specifying the above information will cause the order to be aborted. The results will always be available in the le name <output data le name>.leg. If the control information was not specied then the result le name is <input mml le name>.res.leg.

Please refer also to the examples for control information in Section 1.3.1.

A50016-D1721-Q503-1-7619

OMN-SU:HLRi:MML

Operation Subscriber

1.1.2

Data Information
Within MML batch file the control information is followed by the data information. Structure The data information section is structured as follows: <CMDFILE; : Command lines : <ENDFILE; CMDFILE: This command marks the beginning of the data information section and is allowed only at this position. ENDFILE: This command marks the logical end of the data information section. Command lines may contain MML commands and flow control commands (MML COFIP commands). The beginning of an MML command (or COFIP command) is indicated with the special character "<". Input modes a) Direct mode: This dialog type consists of a sequence of complete commands terminated with ; b) Continuation mode: This dialog type is used to administer several parameter values within only one command. The start of the continuation mode is marked with a terminating "!". The continuation lines, which consist of parameter blocks only, are marked with a leading ":". The continuation mode is ended if a parameter block is terminated with ";". Jump instructions Forward skips in the command file processing can be realized with: Control switches: Command sequences can be skipped (SKIP CMD) dependent on the prior setting of the control switches. You can set switches 1 to 16 to on/off with SET CFOPT. 1..16 user switches

17..32 system switches (17: not used, 32: error switch) STEPs: If an error occurs during command le execution, processing of the command le is resumed at the command following the next STEP command.

Characters Special characters are used in the command file: < ; . ! : / indicates the beginning of a command in MML syntax starts the direct mode or returns to the direct mode (as terminating character) indicates a label followed by a command to which can be branched to starts the continuation mode (as terminating character) indicates the command continuation mode indicates the beginning of a non-printable comment line

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

// indicates the beginning of a printable comment line # indicates the beginning of the continuation line If the commands have to be compatible with HLR Classic, you must enter them in upper case format. The case sensitivity parameter in the configuration, project and office data defines, whether the execution of the batch order strictly follows the MML format (for backward compatibility where data in hand is in upper case) or whether lower case characters are allowed for compatibility with data entered via XML interfaces. The following example shows the combination of continuation mode with continuation commands:
<CR MSUB:MSIN=4400100607, #BSNBC=TELEPHON-4400607! :MSIN=4400100608, BSNBC=TELEPHON-4400607;

COFIP commands The following COFIP commands are supported within MML batch files: CMDFILE SET CFOPT restricted to SET CFOPT: <ACKCFS =ALL , ON = , OFF = > [,SCOPE =LOCAL ]; RESET CFOPT SKIP CMD STEP ENDFILE Within a command file it is not possible to trigger the processing of further command files, that is nested command files are not supported. The attribute dangerous command is not supported. COFIP commands found within an MML batch file are not interpreted by the systems MML converter, but are handled by the batch processing component. MML commands Detailed description of MML commands itself can be found in the Task Manual (TML), which should be used together with the introduction into subscriber management OMNSU:HLRi:Intro. A collection of typical tasks can be found in Section 2. The batch file may contain single requests (each MML command concerns a single subscriber) or mass data requests (one MML command concerns many subscribers) in any combination. If you want to initiate a mass request, use multiple values or ranges as specified in the TML or use the X character, which affects all subscribers in a mass request.

A50016-D1721-Q503-1-7619

OMN-SU:HLRi:MML

Operation Subscriber

1.2

Execution of MML Batch Files


The MML batch file has to be transferred to the HLR/AC via FTP/FTAM. The batch order management recognizes new batch input orders while scanning dedicated directories of the file system and executes them automatically. A pre-processing step transforms the input syntax into XML syntax and separates the data information from the control information. The converter performs the following steps: Forward conversion (MML to XML) is put into a new output stream opened by the converter on a temporary file, which will form the XML data file. In case of errors, the batch order is stopped and the errors are logged into the batch result file. Put the control information (in XML) into another output stream. The syntax check or the validation of control and input data files will be started immediately after transferring them to the HLR system. If errors occur they can be seen on the batch management GUI and the operator can correct them. The validation function checks the batch input and reports syntax errors in a log file without executing the input commands. This is done in the following scenarios: automated validation of a scheduled batch order after transfer to HLR server manual validation step before execution on behalf of operator. Execution is started automatically according to the parameters specified in the control information section of the batch file (see Section 1.1.1). A scheduled execution of the order is only possible after a successful validation of the syntax. The following execution modes are possible: check only (immediately) check (immediately) and execute (later) if no error execute immediately or later (without checking) Once the order has been processed, the converter is invoked again for reverse conversion of the result information (from XML representation to MML representation). The MML output file can be retrieved from the directory <BatchProcessing>/<user>/output on the FTP/FTAM server.

Only users with HLRi.Access.Batch function rights are allowed to execute batch orders. Depending on the MML task further function rights are required to execute the task at the network element. Please refer to OMN-SY:HLRi for detailed information on function access rights.

10

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

1.3
1.3.1

Examples
Examples of batch orders (control information)
Examples for MML batch order with the input data file name being MmlBatch.mml. The control information shown is case sensitive. 1. Check mode: The complete XML order is syntactically checked.

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE batchscript SYSTEM "batch.dtd"> <batchscript version="3.2" name="MmlBatch.mml" checkMode="checkOnly"> <command> <operation name="hlri/batch/bhp.importData"> <param name="MML" </operation> <inputdata> <data> <file url="MmlBatch.mml.dat"></file> </data> </inputdata> <outputdata> <file url ="MmlBatch.res"></file> </outputdata> </command> </batchscript> value="true"/>

A50016-D1721-Q503-1-7619

11

OMN-SU:HLRi:MML

Operation Subscriber

2. Execute mode: The MML order is executed. The user can specify the total and consecutive number of errors as part of the control information. In case of multiple commands in the control file, the bAbortOnError flag in the control file can be set to discontinue order execution in cases of errors encountered in the first command.

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE batchscript SYSTEM "batch.dtd"> <batchscript version="3.2" name="MmlBatch.mml" bAbortOnError="true" checkMode="execOnly"> <command> <operation name="hlri/batch/bhp.importData"> <param name="MML" </operation> <inputdata> <data> <file url="MmlBatch.mml.dat"></file> </data> </inputdata> <outputdata> <file url ="MmlBatch.res"></file> </outputdata> </command> </batchscript> value="true"/>

12

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

3. Check and execute mode: The order will be executed only if there are no syntax errors.

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE batchscript SYSTEM "batch.dtd"> <batchscript version="3.2" name="MmlBatch.mml" checkMode="checkAndExec"> <command> <operation name="hlri/batch/bhp.importData"> <param name="MML" </operation> <inputdata> <data> <file url="MmlBatch.mml.dat"></file> </data> </inputdata> <outputdata> <file url ="MmlBatch.res"></file> </outputdata> </command> </batchscript> value="true"/>

4. Default control information generated in case no control information is provided:

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE batchscript SYSTEM "batch.dtd"> <batchscript version="3.2" name="MmlBatch.mml" checkMode="execOnly"> <command> <operation name="hlri/batch/bhp.importData"> <param name="MML" </operation> <inputdata> <data> <file url="MmlBatch.mml.dat"></file> </data> </inputdata> <outputdata> <file url ="MmlBatch.res"></file> </outputdata> </command> </batchscript> value="true"/>

A50016-D1721-Q503-1-7619

13

OMN-SU:HLRi:MML

Operation Subscriber

1.3.2

Example of MML batch file


This is an example of a complete MML batch file, which consists of control information and data information. <?xml version=1.0 encoding=UTF-8?> <!DOCTYPE batchscript SYSTEM batch.dtd> <batchscript name=Mml_batch_file checkMode=execOnly> <command> <operation name=hlri/bhp> <param name=MML value=true/> </operation> <input data> <data> <file url=Mml_batch_file.dat></file> </data> </inputdata> <outputdata> <file url=Mml_batch_file.res> </outputdata> </command> </batchscript> <CMDFILE; //Modifies all subscribers <MODMSUB:MSIN=X,BSNBC=TELEPHON-XXX-XXX-XXX&TELEPHON-XXX-XXXXXX,CBSNBC=TELEPHON-XXX-XXX-XXX&TELEPHON-XXX-XXX-XXX, MSCAT=DATACALL,SUBRES=ALLPLMN-XXX,PIC=XXX,BAOC=NONE,BAIC=NONE, BAROAM=NONE,BAPRC=NONE,BASPH=OSBT1, CBASPH=OSBT1, BASSM=NONE,EXPIRY=XXX,TOSM=SGSN,BAGPRS=NONE,CHRG=NORMAL, CCHRG=NORMAL; <ENDFILE;

14

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

1.3.3

Example of using subscriber templates


The creation of mobile subscribers can be simplified with the use of templates for mobile subscribers. Please refer to the OMN-SU:HLRi:Intro document for a detailed description on templates for the creation of mobile subscribers. The following examples illustrate how MML commands can be used to reach this objective: Creation of the template: CR MSUB: MSIN=12345, BSNBC=TELEPHON123, MSUBTYP=TEMPLATE, BAOC=OC, BAIC=IC; ENTR CBSERV: MSIN=12345, CFSERV=CFNREPLY, BSFTNO=TELEPHON101E; ENTR CBSERV: MSIN=12345, CBSERV=ALLCB; ENTR GCSERV: MSIN=12345, GCSERV=CALLHOLD&CALLWAIT; Result: A data record is created and this can be copied for any mobile subscriber. The standard values have been stored for all parameter values which have not been expressly input, e.g. for the category MSCAT=ORDINSUB. The template mobile subscriber must not be created in the AC. Creation of a mobile subscriber: The mobile subscriber must be created in the AC. CR MSUB: MSIN=88321, REFMSIN=12345, NDC=179, BSNBC=TELEPHON 99123, NUMTYP=SINGLE, BAOC=NONE, BAIC=NONE Result: For a mobile subscriber with single numbering, the data record dened as template has been copied and the specied call barring has been immediately canceled. The mobile subscriber has access to the TELEPHON basic service and to precisely those supplementary services input in the template. In the absence of a reply, call forwarding is activated to directory number 10199123. Creation of a mobile subscriber: The mobile subscriber must be created in the AC. CR MSUB: MSIN=88765, REFMSIN=12345, NUMTYP=MULTI, NDC=179, BSNBC=TELEPHON17999543<bcie_telephone>&TS6118099567<bcie_ts61>, SUBRES=HPLMN; CAN GCSERV: MSIN=88765, GCSERV=CALLHOLD&CALLWAIT; ENTR CUGSERV: MSIN=88765, CUG=<cug_name>, DNIC=<dnic>, ILC=<ilc>, BSVG=TS60; Result: For a mobile subscriber with multinumbering, the data record dened as template has been copied and, for the subscriber relationship, denes the restriction to the home PLMN (SUBRES=HPLMN) instead of the standard value (SUBRES=ONAOFPLM). TELEPHON and TS61 have been entered as telephone services. The supplementary services call hold and call waiting have been canceled and the association with a closed user group has been input for the fax service TS61. In the absence of a reply, call forwarding is activated to directory number 10199543.

A50016-D1721-Q503-1-7619

15

OMN-SU:HLRi:MML

Operation Subscriber

Task List (TL)


Display commands are only specified in the procedures when they are absolutely necessary. Generally, display commands are not necessary for confirming the execution of a command. It can already be seen from the command acknowledgment output by the system whether the command entered was correctly executed. If it should be necessary for administrative reasons to receive an acknowledgment of the executed tasks in addition to the run listing, the contents of the database can be displayed, for example, before and after or only after each task using the appropriate commands (see TML). Each task contains only the parameters or identifiers characteristic for that particular task.

2.1

Administration in the Authentication Center (AC)

(See OMN-SU:HLRi:Intro, Section Function and Administration of the Authentication Center) AC mobile subscriber administration Display MSIN of created mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP ACMSUB Create mobile subscriber in AC. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR ACMSUB Cancel mobile subscriber in AC. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-021

2.2
2.2.1
2.2.1.1

Administration in the Home Location Register (HLR)


Administration of General HLR Data
General HLR Data except IN Services

(See OMN-SU:HLRi:Intro, Section General HLR Data (except IN Services)) Roaming areas Display Create Create Expand Reduce Cancel roaming areas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . a roaming area for permitted areas (ALLOWED=YES). . . . . . . . . . . . a roaming area for barred areas (ALLOWED=NO) . . . . . . . . . . . . . . . a roaming area (ISDN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . a roaming area (CISDN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . a roaming area (If mobile subscribers are still created for this roaming area, the command will be rejected.) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP ROAMAREA CR ROAMAREA CR ROAMAREA MOD ROAMAREA MOD ROAMAREA

CAN ROAMAREA DISP GSMBCIE CR GSMBCIE MOD GSMBCIE CAN GSMBCIE DISP QOSPROF CR QOSPROF MOD QOSPROF CAN QOSPROF

Bearer capability information elements Display bearer capability information elements . . . . . . . . . . . . . . . . . . . . . . . . . Create bearer capability information element . . . . . . . . . . . . . . . . . . . . . . . . . . Modify bearer capability information element . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel bearer capability information element . . . . . . . . . . . . . . . . . . . . . . . . . . Quality of service profiles for GPRS Display quality of service profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create quality of service profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify quality of service profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel quality of service profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Directory numbers barred for call forwarding Display directory numbers barred for call forwarding . . . . . . . . . . . . . . . . . . . . . DISP PROHFTNO Enter directory numbers barred to all mobile subscribers for call forwarding (FTNO only). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR PROHFTNO Cancel directory numbers barred to all mobile subscribers for call forwarding (FTNO only). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN PROHFTNO

16

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

Enter Cancel

directory numbers with a feature-dependent barring for call forwarding (FTNO, SUBSET) . . . . . . . . . . . . . . . . . . . . . . . . . . . CR PROHFTNO directory numbers with a feature-dependent barring for call forwarding (FTNO, SUBSET) . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN PROHFTNO DISP SUBRSERV CR SUBRSERV MOD SUBRSERV TS-125

Service addresses for subscriber-related routing Display service addresses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create service address (IND, ADDRTYPE, ADDR) . . . . . . . . . . . . . . . . . . . . . . Modify service address (ADDRTYPE, ADDR) . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel service address . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Allocation list for call forwarding with abbreviated numbers (feature: subscriber-related routing) Display entries in the allocation list (SHRTCD) . . . . . . . . . . . . . . . . . . . . . . . . . . Enter entries in the allocation list (SHRTCD, IND). . . . . . . . . . . . . . . . . . . . . . Modify entries in the allocation list (SHRTCD, IND). . . . . . . . . . . . . . . . . . . . . . Cancel entries in the allocation list (SHRTCD) . . . . . . . . . . . . . . . . . . . . . . . . . . Location services profiles Display location services profiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create location services profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify location services profile (modifications on client data already part of the profile are not possible) Cancel location services profiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2.2.1.2 CAMEL Services for Mobile Subscribers (Part of General HLR Data)

DISP SUBRSERV CR SUBRSERV MOD SUBRSERV CAN SUBRSERV DISP LCS CR LCS MOD LCS CAN LCS

(See OMN-SU:HLRi:Intro, Section General HLR Data: CAMEL Services for Mobile Subscribers) CAMEL services with following CSIs: O, D, T, VT, SS, SMS, M, GPRS, U Display CAMEL services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create CAMEL service. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify CAMEL service in the HLR (modifications on trigger detection points of O,T,VT,GPRS-CSIs or modifications on destination numbers of D-CSIs are not possible) . . Update CAMEL service data in VLRs and/or SGSNs (MSIN=X, OPRSERV) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel CAMEL service. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . UG-CSI Display Create Modify Cancel UG-CSI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . UG-CSI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . UG-CSI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . UG-CSI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP SUBRSERV CR SUBRSERV

MOD SUBRSERV ENTR OPRSERV TS-135 DISP SUBRSERV CR SUBRSERV MOD SUBRSERV CAN SUBRSERV DISP SUBRSERV CR SUBRSERV MOD SUBRSERV TS-135

Multiple subscriber profile (MSP) Display MSP service (OPRSERV=MSP) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create MSP service and related CAMEL services. . . . . . . . . . . . . . . . . . . . . . . Modify MSP service and related CAMEL services. . . . . . . . . . . . . . . . . . . . . . . Cancel MSP service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

A50016-D1721-Q503-1-7619

17

OMN-SU:HLRi:MML

Operation Subscriber

2.2.2
2.2.2.1

Mobile Subscriber Administration in the HLR


Circuit-Switched Domain

(See OMN-SU:HLRi:Intro, Section HLR Data for Mobile Subscribers)

This section describes only the tasks relevant for access to the circuit-switched domain. For access to the packet-switched domain see Section 2.2.2.2. General mobile subscriber data Display mobile subscriber data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display WLL subscribers (SELECT=WLLSUB) . . . . . . . . . . . . . . . . . . . . . . . . . Display current VLR address of a mobile subscriber (DATAKD=MOBDATA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display network access mode of a mobile subscriber (DATAKD=GENRDATA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display basic MSISDN for mobile subscriber with multinumbering (DATAKD=GENRDATA; the first SN displayed) . . . . . . . . . . . . . . . . . . Display mobile subscribers with optimal routing (SELECT=OR) . . . . . . . . . . . . Create a GSM only mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a WLL subscriber. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify network access mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify telecommunication services for a mobile subscriber with single numbering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify telecommunication services for a mobile subscriber with multinumbering. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify SN of a mobile subscriber with single numbering (BSNBC=bsv new sn [...], CBSNBC=any old bsv old sn) . . . . . . . . Modify SN of a mobile subscriber with multinumbering (BSNBC=old bsv new sn [...], CBSNBC=old bsv old sn [...]). . . . . . Modify category of a mobile subscriber. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify operator-determined barring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify subscription . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify preferred interexchange carrier of a mobile subscriber . . . . . . . . . . . . . Modify optimal routing subscription. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Block mobile subscriber, for administration (BAOC=OC, BAIC=IC) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Unblock mobile subscriber, for administration (BAOC=NONE, BAIC=NONE). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel mobile subscriber entries in VLR. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Expiry date Display Display Display Enter Modify Reactivate Cancel subscribers with certain expiry date (EXPIRY) . . . . . . . . . . . . . . . . . . . expiry dates of subscribers (DATAKD=GENRDATA) . . . . . . . . . . . . . . expired subscribers (SELECT=EXPIRED) . . . . . . . . . . . . . . . . . . . . . . expiry date of a subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . expiry date of a subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . expired subscribers (EXPIRY=<future date>) . . . . . . . . . . . . . . . . . . . . expiry date of a subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB DISP MSUB DISP MSUB DISP MSUB DISP MSUB DISP MSUB TS-110 TS-119 TS-320 TS-112 TS-113 MOD MSUB MOD MSUB MOD MSUB MOD MSUB MOD MSUB MOD MSUB MOD MSUB MOD MSUB MOD MSUB TS-115 TS-117 DISP MSUB DISP MSUB DISP MSUB TS-120 MOD MSUB MOD MSUB MOD MSUB

Display for supplementary services (SS) Display activated supplementary services (DATAKD=SSDATA) . . . . . . . . . . . . DISP MSUB Display all supplementary services assigned to a subscriber (DATAKD=ALLDATA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB Display all subscribers having a subscription for a certain supplementary service (SSV) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB

18

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

SS Call forwarding Display timer for call forwarding on no reply (DATAKD=SSDATA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter authorization for call forwarding services . . . . . . . . . . . . . . . . . . . . . . . . Assign service for translation of forwarded-to numbers in unknown format. . . . Enter call forwarding service data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify timer for call forwarding on no reply (MSIN, RCTIM, BSFTNO) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Activate call forwarding service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Deactivate call forwarding service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel authorization for call forwarding services (MSIN, CFSERV) . . . . . . . . . Cancel assignment of service for translation of forwarded-to numbers . . . . . . . SS Call barring Enter Display Modify Modify Enter Activate Deactivate Cancel Cancel call barring service data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . password for call barring (DATAKD=ALLDATA) . . . . . . . . . . . . . . . . . . password for call barring (MSIN, PW) . . . . . . . . . . . . . . . . . . . . . . . . . . check on call barring (operator or mobile subscriber using SCI) (MSIN, CCB). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . call barring service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . call barring service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . call barring service (MSIN, CBSERV, BSVG) . . . . . . . . . . . . . . . . . . . . call barring service (MSIN, CBSERV) . . . . . . . . . . . . . . . . . . . . . . . . . . call barring after mobile subscriber has entered the password three times incorrectly (MSIN, PW) . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DISP MSUB TS-260 TS-263 ENTR CFSERV ENTR CFSERV TS-261 TS-262 CAN CFSERV CAN OPRSERV ENTR CBSERV DISP MSUB ENTR CBSERV ENTR CBSERV TS-265 ENTR CBSERV CAN CBSERV CAN CBSERV ENTR CBSERV

SS Closed user groups Display mobile-subscriber-related data for closed user group (DATAKD=CUGDATA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter supplementary service closed user group (MSIN, CUG, BSVG, DNIC, ILC) (new closed user groups can not be assigned to subscribers already having a CUG assigned) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter additional telecommunication services for an already assigned closed user group (MSIN, CUG, BSVG). . . . . . . . . . . . . . . . . . . . . . . . . Cancel telecommunication service from a closed user group (MSIN, CUG, BSVG) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter preferential closed user group for a basic service group . . . . . . . . . . . . Modify preferential closed user group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel definition of a preferential closed user group for a basic service group (MSIN, BSVG, PCUG) . . . . . . . . . . . . . . . . . . . . . . Enter restriction on outgoing calls within a closed user group . . . . . . . . . . . . . Enter restriction on incoming calls within a closed user group (MSIN, BSVG, INTRACR=ICB) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify restriction on call setup within a closed user group (MSIN, CUG, INTRACR) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel all restrictions on call setup within a closed user group (MSIN, CUG, INTRACR=NONE) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter authorization for incoming and/or outgoing access (MSIN, BSVG, INTERCA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify authorization for incoming and/or outgoing access (MSIN, BSVG, INTERCA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel all authorizations for incoming and/or outgoing access (MSIN, BSVG, INTERCA=NONE) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel assignment of mobile subscriber to a specific closed user group (MSIN, CUG). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DISP MSUB

ENTR CUGSERV ENTR CUGSERV CAN CUGSERV TS-170 TS-171 CAN CUGSERV TS-172 ENTR CUGSERV ENTR CUGSERV ENTR CUGSERV ENTR CUGSERV ENTR CUGSERV ENTR CUGSERV CAN CUGSERV

A50016-D1721-Q503-1-7619

19

OMN-SU:HLRi:MML

Operation Subscriber

Cancel

all closed user group assignments for a mobile subscriber (only MSIN) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN CUGSERV TS-188 TS-189 TS-181 ENTR GCSERV CAN GCSERV CAN GCSERV ENTR GCSERV CAN GCSERV TS-180 TS-184 TS-185 TS-186 ENTR GCSERV TS-187 ENTR GCSERV ENTR GCSERV ENTR GCSERV ENTR GCSERV ENTR GCSERV CAN GCSERV ENTR GCSERV ENTR GCSERV ENTR GCSERV CAN GCSERV ENTR GCSERV ENTR GCSERV ENTR GCSERV CAN GCSERV

SS Call transfer, Call waiting, Call hold and Multiparty Enter call transfer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel call transfer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter call waiting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Activate call waiting (GCSERV=CALLWAIT ACT) . . . . . . . . . . . . . . . . . . . . . . Deactivate call waiting (GCSERV=CALLWAIT ACT) . . . . . . . . . . . . . . . . . . . . . . Cancel call waiting (GCSERV=CALLWAIT) . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter call hold (GCSERV=CALLHOLD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel call hold (GCSERV=CALLHOLD) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter multiparty service. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel multiparty service. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SS Line identification services (CLIP, CLIR, COLP, COLR) Enter calling line identification presentation (CLIP). . . . . . . . . . . . . . . . . . . . . Enter calling line identification restriction (CLIR). . . . . . . . . . . . . . . . . . . . . . . Modify priority for use of CLIR (MSIN, CLIRPRES) . . . . . . . . . . . . . . . . . . . . . Enter connected line identification presentation (COLP) . . . . . . . . . . . . . . . . Enter connected line identification restriction (GCSERV=COLR) . . . . . . . . . . Enter CLIP override (CLIPOVR=YES) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel CLIP override (CLIPOVR=NO) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter COLP override (COLPOVR=YES). . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel COLP override (COLPOVR=NO) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel line identification services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SS Advice of charge, Hot billing Enter advice of charge, information level (GCSERV=AOCINFO) . . . . . . . . . . Enter advice of charge, charging level (GCSERV=AOCCHRG) . . . . . . . . . . . Enter hot billing (GCSERV=HOTBILL) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel general call services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . SS Call completion to busy subscriber Enter CCBS for A-subscriber, national version (GCSERV=NATCCBS) . . . . . Enter CCBS for A-subscriber, standardized version (GCSERV=CCBSA) . . . Enter CCBS for B-subscriber, standardized version or both versions used in project (GCSERV=CCBSB) . . . . . . . . . . . . . . . . Cancel authorization for CCBS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SS Enhanced multi-level precedence and preemption Enter eMLPP [and a priority] (GCSERV=EMLPP [, PRIO]) . . . . . . . . . . . . . . ENTR GCSERV Cancel eMLPP. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GCSERV SS Follow me Enter Enter Enter Cancel Cancel follow me for A-subscriber (GCSERV=FOLLOWME) . . . . . . . . . . . . . . follow me for B-subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . follow me supervisor, including subscription for follow me (GCSERV=FMSPV). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . follow me . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . follow me supervisor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV TS-165 ENTR GCSERV TS-166 TS-167 TS-190 ENTR GCSERV ENTR GCSERV CAN GCSERV

SS Location services Enter location service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Activate location service (GCSERV=<service> ACT) . . . . . . . . . . . . . . . . . . . Deactivate location service (GCSERV=<service> PROV) . . . . . . . . . . . . . . . . . . Cancel location service (GCSERV) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

SS User-to-user signaling service 1, Further national SS Enter user-to-user signaling service 1 (GCSERV=USERSIG1) . . . . . . . . . . . ENTR GCSERV

20

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

Enter Cancel

additional national supplementary services (GCSERV=<natssxx>). . . . ENTR GCSERV general call services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GCSERV DISP MSUB DISP MSUB ENTR OPRSERV ENTR OPRSERV ENTR OPRSERV CAN OPRSERV DISP MSUB DISP MSUB TS-263 CAN OPRSERV DISP MSUB DISP MSUB ENTR OPRSERV ENTR OPRSERV CAN OPRSERV

Assignment of CAMEL services with following CSIs: O, D, T, VT, SS, SMS, M Display assignment of CAMEL services (DATAKD=ALLDATA) . . . . . . . . . . . . . Display all subscribers using a certain CAMEL service (OPRSERV=<type><name>) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Assign CAMEL service to a subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Activate CAMEL services of a subscriber (OPRSERV=ALLCSI<name or X>ACT) . . . . . . . . . . . . . . . . . . . . . . . Deactivate CAMEL services of a subscriber (OPRSERV=ALLCSI<name or X>DACT) . . . . . . . . . . . . . . . . . . . . . Cancel assignment of CAMEL services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Assignment of CAMEL service for translation of FTNO in unknown format (TIF-CSI) Display assignment of TIF-CSI (DATAKD=ALLDATA) . . . . . . . . . . . . . . . . . . . . Display all subscribers having a TIF-CSI (OPRSERV=TIFCSI) . . . . . . . . . . . . . Assign service for translation of FTNO to a subscriber . . . . . . . . . . . . . . . . . . . Cancel assignment of TIF-CSI (OPRSERV=TIFCSI) . . . . . . . . . . . . . . . . . . . . . Assignment of U-CSI to mobile subscriber Display U-CSI of a mobile subscriber (DATAKD=ALLDATA) . . . . . . . . . . . . . . . Display all subscribers using a certain U-CSI (OPRSERV=UCSI-<name>) . . . . Assign predefined U-CSI to mobile subscriber (OPRSERV=UCSI-<name>) . . Assign U-CSI directly to mobile subscriber (OPRSERV=UCSI, UCSI) . . . . . . . Cancel U-CSI of a mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Subscriber-related routing Display subscriber-related routing (DATAKD=ALLDATA). . . . . . . . . . . . . . . . . . DISP MSUB Enter subscriber-related routing (OPRSERV=SUBRELRO) . . . . . . . . . . . . . . ENTR OPRSERV Cancel subscriber-related routing (OPRSERV=SUBRELRO) . . . . . . . . . . . . . . CAN OPRSERV Authorization for voice broadcast/group calls Display group IDs of a subscriber (DATAKD=ALLDATA) . . . . . . . . . . . . . . . . . . Display all subscribers with authorization for voice broadcast/group calls (BSV=VBS or VGCS) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Assign group ID to a subscriber (new VBS/VGCS data can not be assigned to subscribers already having a VBS/VGCS assigned) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel group ID of a subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter authorization for voice group calls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter authorization for voice broadcast calls . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel authorization for all voice group calls (SERV=VGCS) . . . . . . . . . . . . . . Cancel authorization for all voice broadcast calls (SERV=VBS) . . . . . . . . . . . . Double mobile subscribers Display link between two mobile subscribers . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter link between two existing mobile subscribers. . . . . . . . . . . . . . . . . . . . . Cancel link between two mobile subscribers . . . . . . . . . . . . . . . . . . . . . . . . . . . Display double mobile subscribers (SELECT=MSUBLINK) . . . . . . . . . . . . . . . . Create double mobile subscriber in the HLR . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel double mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Regional roaming restrictions Display regional roaming restrictions for mobile subscribers (MSIN, DATAKD=ALLDATA or RSDATA) . . . . . . . . . . . . . . . . . . . . . . . Display all mobile subscribers with regional roaming restrictions (MSIN=X, DATAKD=RSDATA, SELECT=RSSERV [...]) . . . . . . . . . . . . Enter regional roaming restrictions for mobile subscribers . . . . . . . . . . . . . . . Cancel regional roaming restrictions for mobile subscribers . . . . . . . . . . . . . . . DISP MSUB DISP MSUB

ENTR VGSGRP CAN VGSGRP TS-131 TS-132 CAN VGSGRP CAN VGSGRP DISP MSUBLINK CR MSUBLINK CAN MSUBLINK DISP MSUB TS-130 TS-115

DISP MSUB DISP MSUB ENTR RSSERV CAN RSSERV

A50016-D1721-Q503-1-7619

21

OMN-SU:HLRi:MML

Operation Subscriber

Prepayment of charges Enter prepayment of charges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-305 Cancel prepayment of charges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-306 Change to a new SIM card Display mobile subscribers for which a change order exists (DATAKD=GENRDATA, SELECT=SIMCCH) . . . . . . . . . . . . . . . . . . . . Display change orders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter change order (for single mobile subscriber) . . . . . . . . . . . . . . . . . . . . . Enter change order for double mobile subscriber . . . . . . . . . . . . . . . . . . . . . . Activate change for change orders controlled by location update which have not yet been executed . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel change order . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . IMSI tracing Display Display Activate Deactivate IMSI trace jobs for a mobile subscriber (MSIN, DATAKD=GENRDATA). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . all mobile subscribers with active IMSI trace jobs (MSIN=X, DATAKD=GENRDATA, SELECT=IMSITRAC). . . . . . . . . . . IMSI trace job for a mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . IMSI trace job for a mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . .

DISP MSUB DISP SIMCCH TS-140 TS-141 TS-142 CAN SIMCCH

DISP MSUB DISP MSUB ACT IMSITRAC DACT IMSITRAC

Additional project specific supplementary features Display mobile subscribers with supplementary features (MSIN, DATAKD=ALLDATA, MSUBFT=<msubftxx> . . . . . . . . . . . . . . DISP MSUB Enter a supplementary feature for a mobile subscriber (MSIN, MSUBFT=<msubftxx> [ <supplementarydata>]) . . . . . . . . . . . ENTR MSUBFT Cancel a supplementary feature for a mobile subscriber (MSIN, MSUBFT=<msubftxx>) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN MSUBFT Templates for the creation of mobile subscribers Display the data of templates (SELECT=TEMPLATE). . . . . . . . . . . . . . . . . . . . Display all existing templates (MSIN=X, SELECT=TEMPLATE) . . . . . . . . . . . . Create templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Reactivate expired templates (EXPIRY=<future date>) . . . . . . . . . . . . . . . . . . . . . Cancel templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mobility data Display Activate 2.2.2.2 DISP MSUB DISP MSUB TS-200 TS-201 MOD MSUB CAN MSUB

mobility data (DATAKD=MOBDATA). . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB HLR update . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ACT HLRUPD

Packet-Switched Domain

This section describes only the tasks relevant for access to the packet-switched domain. For access to the circuit-switched domain see Section 2.2.2.1. General mobile subscriber data Display mobile subscriber data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display current SGSN address of a mobile subscriber (DATAKD=MOBDATA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display network access mode of a mobile subscriber (DATAKD=GENRDATA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Create a GPRS only mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify network access mode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify telecommunication services for a mobile subscriber with single numbering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify telecommunication services for a mobile subscriber with multinumbering. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify SN of a mobile subscriber with single numbering DISP MSUB DISP MSUB DISP MSUB TS-300 TS-320 TS-112 TS-113

22

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

Modify Modify Modify Modify Modify Block Unblock Cancel Cancel Expiry date Display Display Display Enter Modify Reactivate Cancel

(BSNBC=bsv new sn [...], CBSNBC=any old bsv old sn). . . . . . . . . SN of a mobile subscriber with multinumbering (BSNBC=old bsv new sn [...], CBSNBC=old bsv old sn [...]) . . . . . . subscription . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . category of a mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . operator-determined barring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . general charging characteristics. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . mobile subscriber, for administration (BAOC=OC, BAIC=IC) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . mobile subscriber, for administration (BAOC=NONE, BAIC=NONE) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . mobile subscriber entries in SGSN. . . . . . . . . . . . . . . . . . . . . . . . . . . . . subscribers with certain expiry date (EXPIRY). . . . . . . . . . . . . . . . . . . . expiry dates of subscribers (DATAKD=GENRDATA). . . . . . . . . . . . . . . expired subscribers (SELECT=EXPIRED) . . . . . . . . . . . . . . . . . . . . . . . expiry date of a subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . expiry date of a subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . expired subscribers (EXPIRY=<future date>) . . . . . . . . . . . . . . . . . . . . expiry date of a subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

MOD MSUB MOD MSUB MOD MSUB MOD MSUB MOD MSUB MOD MSUB MOD MSUB MOD MSUB TS-115 TS-117 DISP MSUB DISP MSUB DISP MSUB TS-120 MOD MSUB MOD MSUB MOD MSUB

PDP context records for GPRS subscribers Display PDP context records of a GPRS subscriber (DATAKD=ALLDATA) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display all GPRS subscribers having assigned a certain quality of service profile (QOSPROF) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter PDP context record for a GPRS subscriber . . . . . . . . . . . . . . . . . . . . . . Modify PDP context record for a GPRS subscriber (overwrite old record) . . . . Cancel PDP context record of a GPRS subscriber. . . . . . . . . . . . . . . . . . . . . . .

DISP MSUB DISP MSUB ENTR GPRSERV ENTR GPRSERV CAN GPRSERV

A50016-D1721-Q503-1-7619

23

OMN-SU:HLRi:MML

Operation Subscriber

Assignment of CAMEL services with following CSIs: SMS, GPRS Display assignment of CAMEL services (DATAKD=ALLDATA). . . . . . . . . . . . . Display all subscribers using a certain CAMEL service (OPRSERV=<type><name>) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Assign CAMEL service to a subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Activate CAMEL services of a subscriber (OPRSERV=ALLCSI<name or X>ACT) . . . . . . . . . . . . . . . . . . . . . . Deactivate CAMEL services of a subscriber (OPRSERV=ALLCSI<name or X>DACT) . . . . . . . . . . . . . . . . . . . . . Cancel assignment of CAMEL services. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

DISP MSUB DISP MSUB ENTR OPRSERV ENTR OPRSERV ENTR OPRSERV CAN OPRSERV

Prepayment of charges Display barring status of a GPRS subscriber with proprietary prepayment of charges (DATAKD=MOBDATA) . . . . . . . . . . . . . . . . . . DISP MSUB Enter prepayment of charges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-305 Cancel prepayment of charges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-306 Change to a new SIM card Display mobile subscribers for which a change order exists (DATAKD=GENRDATA, SELECT=SIMCCH) . . . . . . . . . . . . . . . . . . . . Display change orders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Enter change order for single mobile subscriber. . . . . . . . . . . . . . . . . . . . . . . Enter change order for double mobile subscriber . . . . . . . . . . . . . . . . . . . . . . Activate change for change orders controlled by location update which have not yet been executed . . . . . . . . . . . . . . . . . . . . . . . . . . . . Cancel change order . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Templates for the creation of mobile subscribers Display the data of templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Display all existing templates (MSIN=X, SELECT=TEMPLATE) . . . . . . . . . . . . Create templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Modify templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Reactivate expired templates (EXPIRY=<future date>) . . . . . . . . . . . . . . . . . . . . . Cancel templates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Mobility data Display Activate

DISP MSUB DISP SIMCCH TS-140 TS-141 TS-142 CAN SIMCCH DISP MSUB DISP MSUB TS-200 TS-201 MOD MSUB CAN MSUB

mobility data (DATAKD=MOBDATA). . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB HLR update . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ACT HLRUPD

2.3

Administration of the VLR and the SGSN via the HLR

(See OMN-SU:HLRi:Intro, Section Administration of the VLR and the SGSN via the HLR) Cancel mobile subscriber data in the VLR or the SGSN . . . . . . . . . . . . . . . . . . TS-117

24

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML

Task Summary Lists (TS)

A50016-D1721-Q503-1-7619

25

OMN-SU:HLRi:MML TS-021

Operation Subscriber

TS-021
1 2 3

Cancel mobile subscriber in the AC

Check whether the mobile subscriber is still created in the HLR . . . . . . . . . . . . . . . . DISP MSUB Cancel the mobile subscriber in the HLR (if required) . . . . . . . . . . . . . . . . . . . . . . . . TS-115 Cancel mobile subscriber in the AC. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN ACMSUB

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

26

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-110

TS-110
1 2 3

Create mobile subscriber with network access mode GSM only in the HLR

Check whether the mobile subscriber has been created in the AC . . . . . . . . . . . . . . DISP ACMSUB Create mobile subscriber in the AC (if required). . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR ACMSUB Check whether the MSIN and SN to be used for the mobile subscriber are still free (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB This command must be entered once for the MSIN and for each SN. Create mobile subscriber with single numbering . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-210 Create mobile subscriber with multinumbering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-211

4a 4b

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

27

OMN-SU:HLRi:MML TS-112

Operation Subscriber

TS-112
1a 1b 1c

Modify telecommunication service for a mobile subscriber with single numbering

Add telecommunication service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: MSIN, BSNBC Cancel telecommunication service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: MSIN, CBSNBC Replace telecommunication service with another one. . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: MSIN, CBSNBC, BSNBC

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

28

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-113

TS-113
1 2 3a 3b 3c

Modify telecommunication service for mobile subscriber with multinumbering

Check whether all required bearer capability information elements have been created. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP GSMBCIE Create the missing bearer capability information elements (if required). . . . . . . . . . . CR GSMBCIE Add telecommunication service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: MSIN, BSNBC Cancel telecommunication service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: MSIN, CBSNBC Replace telecommunication service with another one . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: MSIN, CBSNBC, BSNBC

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

29

OMN-SU:HLRi:MML TS-115

Operation Subscriber

TS-115
1

Cancel mobile subscriber in the HLR

Check whether a pending SIM change or a link to another subscriber (double subscriber) has been entered. Note VLR ISDN and SGSN ISDN of the subscriber. . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: DATAKD=DIAGDATA, MSIN Cancel pending SIM change for the subscriber (if required). . . . . . . . . . . . . . . . . . . CAN SIMCCH using: MSIN Cancel link to other subscriber (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN MSUBLINK using: MSIN Cancel subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN MSUB using: MSIN The order of cancellation for each subscriber is: first in HLR and then in SGSN and VLR (if applicable). If a subscriber is not canceled in the VLR or in the SGSN because the entity is not reachable, a message is displayed. In this case the subscriber has to be canceled in VLR and/or SGSN by an additional MML command when the VLR/the SGSN is reachable again (see TS-117). The VLR ISDN/SGSN ISDN number has to be determined before cancellation in the HLR, see task number 1.

2 3 4

To remove the mobile subscriber completely from the PLMN, he must then still be canceled in the AC.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

30

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-117

TS-117
1a

Cancel mobile subscriber entries in VLR and/or SGSN

Cancel one or more own mobile subscribers still existing in the HLR in any VLR and/or SGSN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN MSUB using: MSIN=<MSINs of subscribers to be canceled, linked by &, ranges allowed>, VLRISD=X and/or SGSNISD=X The VLR ISDNs/SGSN ISDNs are retrieved from the mobility data stored in the HLR. The VLR and the SGSN may be located in any PLMN. Cancel own mobile subscriber already canceled in the HLR in any VLR and/or SGSN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN MSUB using: MSIN=<MSIN of one subscriber>, VLRISD=<one ISDN> and/or SGSNISD=<one ISDN> The command has to be repeated for all subscribers to be canceled. The VLR and the SGSN may be located in any PLMN. Cancel any mobile subscriber in a VLR and/or an SGSN of the own PLMN . . . . . . . CAN MSUB using: IMSI, VLRISD and/or SGSNISD This input format allows mobile subscribers whose subscription is based in any (other) PLMN to be canceled in any VLR and/or SGSN of the own PLMN (if cancellation is not blocked by related configuration, project and office data).

1b

1c

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

31

OMN-SU:HLRi:MML TS-119

Operation Subscriber

TS-119
1 2 3a

Create a WLL subscriber in the HLR

Check whether the WLL subscriber is created in the AC. . . . . . . . . . . . . . . . . . . . . . DISP ACMSUB Create the WLL subscriber in the AC (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . CR ACMSUB Create a WLL subscriber with single numbering . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR MSUB using: LAC [, NUMTYP=SINGLE] The parameter NUMTYP has to be entered if the feature multinumbering is activated in the HLR, because in this case the default value for NUMTYP is MULTI (see DISP MSERVOPT). Create a WLL subscriber with multinumbering . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR MSUB using: LAC A WLL subscriber can only be created with multinumbering if the feature multinumbering is activated in the HLR (see DISP MSERVOPT). Enter a regional roaming restriction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR RSSERV Execution of this task is optional

3b

All additional services are administered in the same way as for normal mobile subscribers.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

32

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-120

TS-120
1

Enter expiry date for a subscriber

Check whether a SIM change or a link to another subscriber (double subscriber) has been entered for the subscriber . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: MSIN, DATAKD=MOBDATA Cancel SIM change for the subscriber (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . CAN SIMCCH Cancel link to another subscriber (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN MSUBLINK Enter expiry date. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB

2 3 4

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

33

OMN-SU:HLRi:MML TS-121

Operation Subscriber

TS-121

Enter prepayment of charges for access to the circuit-switched domain

By this task you create and assign CAMEL services for charging of MOC, call forwarding and SMS-MO. If other call types are to be charged the corresponding CAMEL services have to be created and assigned instead (e.g. OPRSERV=TCSI for charging of MTC). 1 Check which supplementary services have been assigned. . . . . . . . . . . . . . . . . . . . DISP MSUB using: DATAKD=SSDATA The general call services Call transfer and Advice of charge (charging level) may not be assigned. Cancel general call services (if required). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GCSERV Check whether the required CAMEL services have already been created . . . . . . . . DISP SUBRSERV Create a CAMEL service for charging of MOC and call forwarding (if required) . . . . CR SUBRSERV using: OPRSERV=OCSI, REPHNDL=ALLCB-ALLCB, DEFCALL=RELEASE Create a CAMEL service for charging of SMS-MO (if required) . . . . . . . . . . . . . . . . CR SUBRSERV using: OPRSERV=SMSCSI, REPHNDL=TS22NA-TS22NA, DEFCALL=RELEASE Assign the CAMEL services to the subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR OPRSERV

2 3 4 5 6

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

34

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-125

TS-125
1 2 3

Cancel service address for subscriber-related routing

Check whether there are any mobile subscribers who still have authorization for this service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP SUBRSERV Cancel authorization for these mobile subscribers (if required) . . . . . . . . . . . . . . . . . CAN OPRSERV Cancel service address. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN SUBRSERV using: OPRSERV=SUBRELRO, SERV

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

35

OMN-SU:HLRi:MML TS-130

Operation Subscriber

TS-130
1 2 3 4 5

Create double mobile subscriber

Create first mobile subscriber (if required). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-110 Create second mobile subscriber (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-110 Check whether an expiry date bas been entered for the subscribers . . . . . . . . . . . . DISP MSUB using: DATAKD=GENRDATA Cancel expiry date for the subscribers (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB Enter link between mobile subscribers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR MSUBLINK

Note: Only one of the linked mobile subscribers may be active at any time, i.e. the two associated SIMs cannot be used simultaneously. During a location update of one of the linked mobile subscribers the other is automatically marked as non-active.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

36

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-131

TS-131

Enter authorization for voice group calls

Authorization for voice group calls can only be entered if the teleservice TELEPHON is subscribed. New voice group call data can not be assigned to subscribers already having a VGCS assigned. 1 2 3 Check whether the service has already been assigned to the subscriber . . . . . . . . . DISP MSUB using: MSIN, DATAKD=GENRDATA Assign service VGCS to the subscriber (if required). . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: MSIN, BSNBC=VGCS[-sn] Assign group ID to the subscriber. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR VGSGRP using: MSIN, SERV=VGCS, GRPID

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

37

OMN-SU:HLRi:MML TS-132

Operation Subscriber

TS-132

Enter authorization for voice broadcast calls

Authorization for voice broadcast calls can only be entered if the teleservice TELEPHON is subscribed. New voice broadcast data can not be assigned to subscribers already having a VBS assigned. 1 2 3 Check whether the service has already been assigned to the subscriber . . . . . . . . . DISP MSUB using: MSIN, DATAKD=GENRDATA Assign service VBS to the subscriber (if required). . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: MSIN, BSNBC=VBS[-sn] Assign group ID to the subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR VGSGRP using: MSIN, SERV=VBS, GRPID=<group ID>[-<permission to initiate broadcast call for this group ID>]

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

38

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-135

TS-135
1

Cancel CAMEL services or MSP service for mobile subscribers in the HLR

Check whether mobile subscribers with authorization for the associated service still exist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: OPRSERV=<type of service> <service name> Cancel the authorization for relevant mobile subscribers (if required) . . . . . . . . . . . . CAN OPRSERV Cancel the service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN SUBRSERV using: OPRSERV, SERV

2 3

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

39

OMN-SU:HLRi:MML TS-140

Operation Subscriber

TS-140
1

Enter data for changing the SIM card of a mobile subscriber

Create mobile subscriber with the new MSIN in the AC . . . . . . . . . . . . . . . . . . . . . . CR ACMSUB This task can only be carried out in the way described here if local administration of mobile subscribers in the AC is allowed. In all other cases, a valid method must be used to create the mobile subscriber (project-specific). Check whether an expiry date has been entered for the subscriber . . . . . . . . . . . . . DISP MSUB using: DATAKD=GENRDATA Cancel expiry date for the subscriber (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB Enter change order for the SIM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR SIMCCH Check whether the change order has been executed (if required) . . . . . . . . . . . . . . DISP MSUB using: e.g. DATAKD=GENRDATA, SELECT=SIMCCH The next step must not be carried out until the mobile subscriber has been changed and the semipermanent mobile subscriber data have been updated in the HLR. Therefore wait until this command no longer displays the change order in its output, not even with status ACTIVE. After the change has been executed in the HLR: Cancel the old mobile subscriber entry in the AC . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN ACMSUB using: MSIN=<old msin> Reenter expiry date for the subscriber (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB

2 3 4 5

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

40

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-141

TS-141

Enter data for changing the SIM card(s) of a double mobile subscriber

Tasks 1 and 2 can only be carried out in this way if local administration of mobile subscribers in the AC is allowed. In all other cases, a valid method must be used to create the mobile subscribers (project-specific). In steps 4 and 5, it is advisable to enter the command with TIME=OPR because in this case the new SIM becomes valid for both mobile subscribers immediately and it is not necessary to wait to enter the new link until the two subscribers have performed a location update independently of one another. 1 2 3 4 5 6 Create first mobile subscriber with the new MSIN in the AC . . . . . . . . . . . . . . . . . . . CR ACMSUB Create second mobile subscriber with the new MSIN in the AC. . . . . . . . . . . . . . . . . CR ACMSUB Cancel link between mobile subscribers. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN MSUBLINK Enter change order for the SIM card of the first mobile subscriber. . . . . . . . . . . . . . . ENTR SIMCCH Enter change order for the SIM card of the second mobile subscriber. . . . . . . . . . . . ENTR SIMCCH Check whether the change order has been executed (if required) . . . . . . . . . . . . . . . DISP MSUB using: e.g. DATAKD=GENRDATA, SELECT=SIMCCH The next steps must not be carried out until the mobile subscriber has been changed and the semipermanent mobile subscriber data have been updated in the HLR. Therefore wait until this command no longer displays the change order in its output, not even with status ACTIVE. Enter link between mobile subscribers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR MSUBLINK using: MSIN1=<new msin1> and MSIN2=<new msin2> Cancel old entry for first mobile subscriber in the AC . . . . . . . . . . . . . . . . . . . . . . . . . CAN ACMSUB using: MSIN=<old msin> Cancel old entry for second mobile subscriber in the AC . . . . . . . . . . . . . . . . . . . . . . CAN ACMSUB using: MSIN=<old msin>

7 8 9

The task procedure as described above assumes that both mobile subscribers are to receive a new SIM card. If this only applies to one mobile subscriber, the steps for the second subscriber (2, 5, 9) should be omitted.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

41

OMN-SU:HLRi:MML TS-142

Operation Subscriber

TS-142
1 2

Activate change for SIM change orders controlled by location update which have not yet been executed

Check which mobile subscribers require change. . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: DATAKD=GENRDATA, SELECT=SIMCCH For mobile subscribers for whom the status PROVIDED was output: Activate change . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR SIMCCH using: TIME=OPR The mobile subscriber's old SIM becomes invalid immediately. Cancel mobile subscriber in the AC. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN ACMSUB using: MSIN=<old MSIN>

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

42

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-165

TS-165
1 2 3

Assign the supplementary service follow me to subscriber B

Check whether the service call forwarding unconditional has been assigned . . . . . DISP MSUB using: MSIN or SN, DATAKD=SSDATA Assign the service call forwarding unconditional (if required). . . . . . . . . . . . . . . . . . ENTR CFSERV using: MSIN, CFSERV=CFU Assign the service follow me . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=FOLLOWME

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

43

OMN-SU:HLRi:MML TS-166

Operation Subscriber

TS-166
1 2

Cancel the supplementary service follow me

Cancel the service follow me . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GCSERV using: MSIN, GCSERV=FOLLOWME If the supplementary service call forwarding unconditional is also to be canceled: cancel call forwarding unconditional . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GCSERV using: MSIN, GCSERV=CFU

As the service follow me uses the functionality of the service call forwarding unconditional, a subscriber may not use both services at the same time. When the provision for follow me is withdrawn, the provision for call forwarding unconditional may also be withdrawn or the subscriber may be allowed to use this service from now on.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

44

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-167

TS-167
1

Cancel follow me supervisor

Withdraw the supervisor status. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GCSERV using: MSIN, GCSERV=FMSPV This command cancels also the implicit authorization for the service follow me. If the subscriber is from now on to be allowed to use the service follow me without being a supervisor, the service follow me has to be (re)assigned to the subscriber.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

45

OMN-SU:HLRi:MML TS-170

Operation Subscriber

TS-170
1

Enter preferential closed user group

Check whether barring for outgoing calls (OCB) has been entered for the CUG and the service in question . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: MSIN, DATAKD=CUGDATA Set barring to NONE (if required). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR CUGSERV using: MSIN, BSVG, INTRACR=NONE Enter preferential closed user group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR CUGSERV using: MSIN, BSVG, PCUG

2 3

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

46

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-171

TS-171
1 2 3 4

Modify preferential closed user group for basic service group

Cancel preferential closed user group for basic service group . . . . . . . . . . . . . . . . . . CAN CUGSERV using: MSIN, PCUG=<old pcug>, BSVG Create closed user group for mobile subscriber (if required) . . . . . . . . . . . . . . . . . . . ENTR CUGSERV using: MSIN, CUG, BSVG, DNIC, ILC Enter basic service group for the new preferential closed user group (if required). . . ENTR CUGSERV using: MSIN, CUG, BSVG Enter the new preferential closed user group . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-170

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

47

OMN-SU:HLRi:MML TS-172

Operation Subscriber

TS-172
1 2 3

Enter restriction on outgoing calls within a closed user group

Check whether the CUG is the preferential CUG for one or more services. . . . . . . . DISP MSUB using: MSIN, DATAKD=CUGDATA Cancel status preferential CUG (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN CUGSERV using: MSIN, BSVG, PCUG Enter restriction on outgoing calls for the CUG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR CUGSERV using: MSIN, CUG, INTRACR=OCB

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

48

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-180

TS-180
1

Enter supplementary service multiparty service

Check whether the supplementary service call hold has already been entered for the mobile subscriber. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: MSIN, DATAKD=SSDATA Enter supplementary service call hold (if required). . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=CALLHOLD Enter supplementary service multiparty service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=MPTY

2 3

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

49

OMN-SU:HLRi:MML TS-181

Operation Subscriber

TS-181
1a 1b

Enter supplementary service call waiting

Enter supplementary service call waiting and activate it immediately . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=CALLWAITACT Enter provision for supplementary service call waiting . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=CALLWAIT

The supplementary service call waiting must be activated explicitly: either by the system operator or by subscriber controlled input

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

50

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-184

TS-184
1a 1b

Cancel supplementary service multiparty service

Cancel supplementary services multiparty service and call hold . . . . . . . . . . . . . . . . CAN GCSERV using: MSIN, GCSERV=MPTY & CALLHOLD Cancel supplementary service multiparty service, but keep service call hold . . . . . . CAN GCSERV using: MSIN, GCSERV=MPTY

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

51

OMN-SU:HLRi:MML TS-185

Operation Subscriber

TS-185
1a 1b

Enter supplementary service calling line identification presentation (CLIP)

Enter supplementary service CLIP with authorization for CLIP override . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=CLIP, CLIPOVR=YES Enter supplementary service CLIP without authorization for CLIP override . . . . . . . ENTR GCSERV using: MSIN, GCSERV=CLIP

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

52

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-186

TS-186
1

Enter supplementary service calling line identification presentation restriction (CLIR)

Enter supplementary service COLP with authorization for COLP override. . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=CLIR, CLIRPRES

Three presentation modes (CLIRPRES) are available for CLIR: PERM: CLIR is always active TEMPRES: CLIR is active by default but can be deactivated by the subscriber on a per call basis TEMPNRES: CLIR is not active by default but can be activated by the subscriber on a per call basis

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

53

OMN-SU:HLRi:MML TS-187

Operation Subscriber

TS-187
1a 1b

Enter supplementary service connected line identification presentation (COLP)

Enter supplementary service COLP with authorization for COLP override . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=COLP, COLPOVR=YES Enter supplementary service COLP without authorization for COLP override. . . . . . ENTR GCSERV using: MSIN, GCSERV=COLP

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

54

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-188

TS-188
1

Enter supplementary service call transfer

Check whether the supplementary service call hold has already been entered for the mobile subscriber. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: MSIN, DATAKD=SSDATA Enter supplementary service call hold (if required). . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=CALLHOLD Enter supplementary service call transfer. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=CT

2 3

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

55

OMN-SU:HLRi:MML TS-189

Operation Subscriber

TS-189
1a 1b

Cancel supplementary service call transfer

Cancel supplementary services call transfer and call hold . . . . . . . . . . . . . . . . . . . . CAN GCSERV using: MSIN, GCSERV=CT & CALLHOLD Cancel supplementary service call transfer, but keep service call hold . . . . . . . . . . . CAN GCSERV using: MSIN, GCSERV=CT

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

56

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-190

TS-190
1

Enter location service

Enter provision for a location service . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=<service> [ ACT], [LCS]

Notes: <service>: The following services are available: universal class: UNIVERS call related class: CREL call unrelated class: CUNREL PLMN operator class: PLMNOPR basic self-location: BSLC autonomous self-location: ASLC ACT: The service can be activated immediately or just provisioned and activated later. Activation can only be performed by the system operator, not by the subscriber. LCS: The LCS prole assigned by this parameter must already exist (to check this use DISP LCS). An LCS prole has to be assigned for the services CREL, CUNREL and PLMNOPR.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

57

OMN-SU:HLRi:MML TS-191

Operation Subscriber

TS-191
1a 1b

Modify list of clients for location service (non call related class)

Add clients . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=CUNREL, CLNT=<clients to be added> Delete clients . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GCSERV using: MSIN, GCSERV=CUNREL , CLNT=<clients to be deleted>

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

58

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-192

TS-192
1a 1b

Modify list of client types for location service (PLMN operator class)

Add client types. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV using: MSIN, GCSERV=PLMNOPR, CLNTYPE=<client types to be added> Delete client types. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GCSERV using: MSIN, GCSERV=PLMNOPR , CLNTYPE=<client types to be deleted>

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

59

OMN-SU:HLRi:MML TS-200

Operation Subscriber

TS-200

Create templates for mobile subscribers

An operable template has already been defined by using the MML command CR MSUB in the form specified in Step 1. The further steps are optional. 1 Create a template . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR MSUB using: MSIN=<reference msin>, MSUBTYP=TEMPLATE, BSNBC. The following parameters can also be entered: MSCAT, SUBRES, PIC, BAOC, BAIC, BAROAM, BAPRC, BASPH, BAGPRS, BASSM, CHRG, EXPIRY, TOSM, OR. For all parameter values which are not expressly defined, the associated standard values are stored and are also transferred into the data records of the mobile subscribers created with the aid of the template. If a date is given for EXPIRY, the template as well as the subscribers created with the template expire at the given date. Enter the supplementary service call forwarding . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-260 Enter the supplementary service call barring. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-265 Enter general call services. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV For the services call transfer and multiparty, the service call hold must be entered at the same time. Enter the service subscriber-related routing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR OPRSERV Enter PDP context records for GPRS subscribers. . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GPRSERV Enter regional roaming restrictions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR RSSERV Assignment of CAMEL services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR OPRSERV Enter a project specific supplementary feature . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR MSUBFT using: MSIN, MSUBFT=<msubftxx> [ <supplementarydata>])

2 3 4

5 6 7 8 9

All other services and features must be individually input for the mobile subscriber.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

60

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-201

TS-201

Modify templates for mobile subscribers

This task only illustrates a selection of possible changes. In principle, templates should be modified in the same way as the equivalent changes to mobile subscribers. The available tasks are listed in full in the relevant sections in the Task List. Changes to a template dont affect already created subscribers. 1 Change category, subscription, preferred interexchange carrier, expiry date, operator-determined barring, transfer option for SMS, optimal routing or general charging characteristics for GPRS. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB Enter an administrative block . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: BAOC=OC, BAIC=IC Cancel an administrative block . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB using: BAOC=NONE, BAIC=none Enter the authorization for call forwarding services . . . . . . . . . . . . . . . . . . . . . . . . . . TS-260 Enter data for call forwarding services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR CFSERV Cancel the authorization for call forwarding services . . . . . . . . . . . . . . . . . . . . . . . . . CAN CFSERV Enter traffic restriction services. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-265 Enter or change data for traffic restriction services . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR CBSERV Cancel traffic restriction services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN CBSERV Enter the authorization for subscriber-related routing. . . . . . . . . . . . . . . . . . . . . . . . . ENTR OPRSERV Cancel the authorization for subscriber-related routing . . . . . . . . . . . . . . . . . . . . . . . CAN OPRSERV Enter General call services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GCSERV For the services call transfer and multiparty, the service call hold must be assigned. Cancel General call services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GCSERV Enter PDP context records for GPRS subscribers . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GPRSERV Cancel PDP context records for GPRS subscribers . . . . . . . . . . . . . . . . . . . . . . . . . . CAN GPRSERV Enter regional roaming restrictions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR RSSERV Cancel regional roaming restrictions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN RSSERV Assignment of CAMEL services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR OPRSERV Cancel the assignment of CAMEL services . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN OPRSERV Enter a project specific supplementary feature. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR MSUBFT Cancel a project specific supplementary feature . . . . . . . . . . . . . . . . . . . . . . . . . . . . CAN MSUBFT

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

61

OMN-SU:HLRi:MML TS-210

Operation Subscriber

TS-210
1

Create a mobile subscriber with single numbering in the HLR

Create a mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR MSUB using: MSIN, BSNBC [, NDC] [, NUMTYP=SINGLE] [, REFMSIN]

Notes: NDC: The parameter NDC must be input if a number of NDCs are permitted in the PLMN NUMTYP=SINGLE: The parameter NUMTYP must be input if the multinumbering feature is activated in the HLR since, in this case, the standard value for NUMTYP is MULTI. REFMSIN: You can use a template for the creation of the subscriber and specify the template by this parameter.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

62

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-211

TS-211

Create mobile subscriber with multinumbering in the HLR

A mobile subscriber can only be created with multinumbering if the multinumbering feature is activated in the HLR. 1 Check whether a bearer capability information element (BCIE) has been created for those services that need it (if required). . . . . . . . . . . . . . . . . . . . . . . . . . . DISP GSMBCIE Note: The use of BCIE is not essential, but possible, for services that do not allow mobile terminating calls (MTC). Create the missing bearer capability information elements (if required). . . . . . . . . . . CR GSMBCIE Create a mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR MSUB using: MSIN, BSNBC [, NDC] [, REFMSIN]

2 3

Notes: NDC: The parameter NDC must be input if a number of NDCs are permitted in the PLMN REFMSIN: You can use a template for the creation of the subscriber and specify the template by this parameter.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

63

OMN-SU:HLRi:MML TS-220

Operation Subscriber

TS-220
1

Create a GPRS only subscriber in the HLR single numbering

Create a mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR MSUB using: MSIN, BSNBC=GPRS... [, NDC] [, NUMTYP=SINGLE]

Notes: BSNBC: The basic services GPRS, TS21GPRS and TS22GPRS are allowed for a GPRS only subscriber. NDC: The parameter NDC must be input if a number of NDCs are permitted in the PLMN. NUMTYP=SINGLE: The parameter NUMTYP must be input if the multinumbering feature is activated in the HLR since, in this case, the standard value for NUMTYP is MULTI.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

64

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-221

TS-221
1

Create a GPRS only subscriber in the HLR multinumbering

Create a mobile subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR MSUB using: MSIN, BSNBC=GPRS... [, NDC]

Notes: BSNBC: The basic services GPRS, TS21GPRS and TS22GPRS are allowed for a GPRS only subscriber. NDC: The parameter NDC must be input if a number of NDCs are permitted in the PLMN.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

65

OMN-SU:HLRi:MML TS-260

Operation Subscriber

TS-260
1 2a 2b 2c 2d

Enter supplementary service call forwarding

If forwarded-to numbers in unknown format are to be used: assign CAMEL service for translation of forwarded-to numbers (if required) . . . . . . TS-263 Enter call forwarding by default (immediate activation) . . . . . . . . . . . . . . . . . . . . . . . ENTR CFSERV using: MSIN, CFSERV=CFD, REPCF, SERVAV, BSFTNO Enter other call forwarding service (immediate activation) . . . . . . . . . . . . . . . . . . . . ENTR CFSERV using: MSIN, CFSERV, BSFTNO [, RCTIM] Enter other call forwarding service (registration only, enter FTNO now) . . . . . . . . . . ENTR CFSERV using: MSIN, CFSERV, STATUS=REG [, RCTIM], BSFTNO Enter other call forwarding service (registration only, enter FTNO later) . . . . . . . . . . ENTR CFSERV using: MSIN, CFSERV

Notes: RCTIM: This parameter can be entered together with CFSERV=CFNREPLY only. It is also used if CF on no reply was entered by CFSERV=ALLCF, CFD or ALLCFCON. If no value is specied for the timer, the (project-specic) default value is assumed. REPCF: For this parameter any combination of the values CFNREACH, CFNREPLY and CFBUSY is allowed. The parameter RCTIM cannot be dened separately for CFD. The same value as for CFNREPLY is used in case of CFD on no reply. CFSERV=CFD: The parameter RCTIM cannot be dened separately for CFD. The same value as for CFNREPLY is used in case of CFD on no reply. Mobile subscriber template When the supplementary service call forwarding is used in a template for creating mobile subscribers in the HLR, the hexadecimal digit E can be used as a place holder for the basic SN (SN contained in the basic MSISDN). As soon as the data record is used for an actual mobile subscriber, E is replaced by the current SN. The place holder E cannot be used for forwarded-to numbers in unknown format.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

66

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-261

TS-261

Activate supplementary service call forwarding

It is assumed that the mobile subscriber already has authorization for the supplementary service. If forwarded-to numbers in unknown format are to be used, a subscription for the corresponding CAMEL service is also required. 1 2 Check whether the forwarded-to number has already been entered . . . . . . . . . . . . . DISP MSUB using: MSIN, DATAKD=ALLDATA Activate call forwarding service. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR CFSERV using: MSIN, STATUS=ACT, BSFTNO=<bsvg><dn>[-UNKNOWN] [, RCTIM], CFSERV

Notes: RCTIM: This parameter is only of signicance in connection with activation of call forwarding on no reply (i.e. CFSERV= ALLCF or ALLCFCON or CFNREPLY). If no value is specied for RCTIM, either the value specied on registration or the (project-specic) default value is assumed. <dn>: If the forwarded-to number has already been entered, the <dn> can be omitted. UNKNOWN: For forwarded-to numbers in unknown format only.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

67

OMN-SU:HLRi:MML TS-262

Operation Subscriber

TS-262
1a

Deactivate call forwarding service

Deactivate call forwarding service and keep forwarded-to number . . . . . . . . . . . . . . CAN CFSERV using: MSIN, CFSERV, BSVG, STATUS=ACT After execution of this command, the service has the status registered (STATUS=REG). The service can be reactivated later without specifying the forwarded-to number again. Deactivate call forwarding service and cancel forwarded-to number. . . . . . . . . . . . . CAN CFSERV using: MSIN, CFSERV, BSVG

1b

The service call forwarding by default cannot be deactivated.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

68

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-263

TS-263
1 2a 2b

Assign IN service for translation of forwarded-to numbers in unknown format

Assign translation indication flag (TIF-CSI). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR OPRSERV using: MSIN, OPRSERV=TIFCSI[X<CSI state>[<CSI notification>]] Assign originating CAMEL service (O-CSI) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR OPRSERV using: MSIN, OPRSERV=OCSI-<name>[<CSI state>[<CSI notification>]] Assign originating CAMEL dialed service (D-CSI) . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR OPRSERV using: MSIN, OPRSERV=DCSI-<name>[<CSI state>[<CSI notification>]]

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

69

OMN-SU:HLRi:MML TS-265

Operation Subscriber

TS-265
1a 1b

Enter supplementary service call barring

Enter call barring service and allow control by subscriber controlled input . . . . . . . . ENTR CBSERV using: MSIN, CBSERV, CCB=SUB [, PW] [, BSVG] Enter call barring service without control by subscriber controlled input . . . . . . . . . . ENTR CBSERV using: MSIN, CBSERV [, BSVG]

Notes: BSVG: If this parameter is entered, the service is activated immediately. PW: If no value is specied for the password, the default value 0000 is assumed. It can be modied by subscriber controlled input or by the system operator.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

70

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-300

TS-300
1 2 3

Create GPRS only subscriber in the HLR

Check whether the mobile subscriber has been created in the AC . . . . . . . . . . . . . . DISP ACMSUB Create mobile subscriber in the AC (if required). . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR ACMSUB Check whether the MSIN and SN to be used for the mobile subscriber are still free (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB This command must be entered once for the MSIN and for each SN. Create GPRS only subscriber with single numbering. . . . . . . . . . . . . . . . . . . . . . . . TS-220 Create GPRS only subscriber with multinumbering . . . . . . . . . . . . . . . . . . . . . . . . . TS-221 Check whether the quality of service profiles that are to be assigned to the subscriber are already existing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP QOSPROF Create quality of service profiles (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR QOSPROF Enter PDP context records for the subscriber. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GPRSERV Note: Each PDP context record includes a link to a quality of service profile.

4a 4b 5 6 7

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

71

OMN-SU:HLRi:MML TS-301

Operation Subscriber

TS-301

Enter prepayment of charges for access to the packet-switched domain (standardized solution)

By this task you create and assign CAMEL services for charging of GPRS and SMS-MO. Depending on the particular subscriber not all services may be required. 1 2 3 4 Check whether the required CAMEL services have already been created . . . . . . . . DISP SUBRSERV Create a CAMEL service for charging of GPRS (if required). . . . . . . . . . . . . . . . . . . CR SUBRSERV using: OPRSERV=GPRSCSI, REPHNDL=PDPCNA, DEFCALL=RELEASE Create a CAMEL service for charging of SMS-MO (if required) . . . . . . . . . . . . . . . . CR SUBRSERV using: OPRSERV=SMSCSI, REPHNDL=TS22NA-TS22NA, DEFCALL=RELEASE Assign the CAMEL services to the subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR OPRSERV

Depending on the project it may also be necessary to adapt the general charging characteristics of the subscriber (MOD MSUB) and the charging characteristics per PDP context record (ENTR GPRSERV).

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

72

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-305

TS-305
1a 1b 1c

Enter prepayment of charges

Enter prepayment of charges for access to the circuit-switched domain . . . . . . . . . . TS-121 Enter prepayment of charges for access to the packet-switched domain (standardized solution) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-301 Enter prepayment of charges for access to the packet-switched domain (proprietary solution) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GPRSERV using: PDPREC=PDPREC5, PDPADR=X25 - <X.25 address of the CSE> Depending on the project it may also be necessary to adapt the general charging characteristics of the subscriber (MOD MSUB) and the charging characteristics per PDP context record (ENTR GPRSERV).

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

73

OMN-SU:HLRi:MML TS-306

Operation Subscriber

TS-306
1a 1b 1c

Cancel prepayment of charges

Cancel prepayment of charges for the circuit-switched domain . . . . . . . . . . . . . . . . CAN OPRSERV Cancel prepayment of charges for the packet-switched domain (standardized) . . . . CAN OPRSERV Cancel prepayment of charges for the packet-switched domain (proprietary). . . . . . CAN GPRSERV using: PDPREC=PDPREC5

Concerning the packet-switched domain: Depending on the project it may also be necessary to adapt the general charging characteristics of the subscriber (MOD MSUB) and the charging characteristics per PDP context record (ENTR GPRSERV).

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

74

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-320

TS-320
1a 1b 1c 1d

Modify network access mode (NAM) of a subscriber

Modify NAM: GSM only -> GSM and GPRS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-321 Modify NAM: GPRS only -> GSM and GPRS . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-322 Modify NAM: GSM and GPRS -> GPRS only . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-326 Modify NAM: GSM and GPRS -> GSM only . . . . . . . . . . . . . . . . . . . . . . . . . . . . . TS-324

If the network access mode of a subscriber is to be modified from GPRS only to GSM only or vice versa, the subscriber needs to be canceled and re-created.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

75

OMN-SU:HLRi:MML TS-321

Operation Subscriber

TS-321
1

Modify network access mode from GSM only to GSM and GPRS

Assign basic services for GPRS to the subscriber. . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB with: BSNBC=GPRS [-sn] The SMS services TS21GPRS and TS22GPRS can be assigned additionally. Check whether the quality of service profiles that are to be assigned to the subscriber are already existing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP QOSPROF Create quality of service profiles (if required) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . CR QOSPROF Enter PDP context records for the subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTR GPRSERV Note: Each PDP context record includes a link to a quality of service profile.

2 3 4

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

76

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-322

TS-322
1

Modify network access mode from GPRS only to GSM and GPRS

Assign basic services other than GPRS, TS21GPRS and TS22GPRS to the subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . MOD MSUB with: BSNBC=bsv [-sn]

The subscriber is now allowed to use both the circuit-switched and the packet-switched domain. If required, additional tasks have to be executed to assign supplementary services to the subscriber.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

77

OMN-SU:HLRi:MML TS-324

Operation Subscriber

TS-324
1 2 3

Modify network access mode from GSM and GPRS to GSM only

Note the basic services of the subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: DATAKD=ALLDATA Note the SGSN ISDN of the subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: DATAKD=MOBDATA Cancel the services GPRS, TS21GPRS and TS22GPRS if assigned. . . . . . . . . . . . MOD MSUB with: CBSNBC=GPRS [-sn1] [&TS21GPRS [-sn2]] [&TS22GPRS [-sn3]] By this command the PDP context records of the subscriber and subscriptions to CAMEL services for GPRS are also deleted. The subscriber entry in the SGSN is canceled. If the subscriber is not canceled in the SGSN because the entity is not reachable, a message is displayed. In this case the subscriber has to be canceled by an additional MML command when the SGSN is reachable again (see TS-117). The SGSN ISDN number has to be determined before modification in the HLR, see task number 2.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

78

A50016-D1721-Q503-1-7619

Operation Subscriber

OMN-SU:HLRi:MML TS-326

TS-326
1 2 3

Modify network access mode from GSM and GPRS to GPRS only

Check the basic services of the subscriber. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: DATAKD=GENRDATA Note the VLR ISDN of the subscriber . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . DISP MSUB using: DATAKD=MOBDATA Cancel all basic services except GPRS, TS21GPRS and TS22GPRS . . . . . . . . . . . MOD MSUB with: CBSNBC This command cancels also all services which are only allowed for GSM subscribers but not for GPRS subscribers (e.g. call forwarding) and the subscriber entry in the VLR. If a subscriber is not canceled in the VLR because the entity is not reachable, a message is displayed. In this case the subscriber has to be canceled by an additional MML command when the VLR is reachable again (see TS-117). The VLR ISDN number has to be determined before modification in the HLR, see task number 2.

Remark: Tasks with the comment "if required" are omitted if they have already been carried out in another step.

A50016-D1721-Q503-1-7619

79

Você também pode gostar