LPROF - Configuration of LCR Profiles

The AMO LPROF is used to configure LCR Profiles within a DB internal table to provide LCR Route numbers depending on the sourcegroup where a certain call should access to CO (Central Office). Therefore LCR Profiles are defined for different kinds of LCR routing purposes, e.g. emergency call. The LCR profile can be used in AMO-LDPLN instead of a LCR Route number.

Cross Reference to Other AMOs:

AMO DIMSU : Dimensioning of FLEXAMA memory
AMO RICHT : Trunk Routing
AMO LDPLN : Administration of LCR dial plan

Destination Processor: BP (Switching Unit)

Functions

ADD Add a new LCR Profile password class 2
CHANGE Change LCR Profile Tabel password class 2
DELETE Delete LCR Profile password class 2
DISPLAY Display LCR Profiles password class 0
REGENERATE Regenarate LCR Profile Tabel password class 2

Procedure Overview

ADD-LPROF

ADD-LPROF PROFNAME=<string>, [SRCGRP=<number>], [LRTE=<number>], [PROFIDX=<number>];

In order to add a new profile; profname (profile name), srcgrp (sourcegroup indexes) and a valid lrte (LCR Route number that exists) have to be entered. The newly created profile index is returned to user by LPROF.When a profile is created once, all the sourcegroups are also created from 1 to 99. So new sourcegroup additions to a created profile will be done with the CHANGE verb. Adding a new profile without parameters SRCGRP (source group index) and LRTE (LCR Route) means creating a profile with all source groups having LRTE=0. This is required to have a blocking route for source groups whose profile is used in AMO-LDPLN.

CHANGE-LPROF

CHANGE-LPROF PROFIDX=<number>, {(min 1) PROFNAME=<string>, SRCGRP=<number>, LRTE=<number>};

With the CHANGE action; sourcegroups and profile name of an already existing profile can be change and new sourcegroups can be assigned.

DELETE-LPROF

DELETE-LPROF PROFIDX=<number>, [SRCGRP=<number>];

With the DELETE action a whole profile or sourcegroups of a profile can be deleted. But if the profile index we want to completely delete is used for entries in AMO LDPLN, AMO LPROF will break with an error message. Deleting a source group (SRCGRP) means setting the LRTE to zero for that source group.

DISPLAY-LPROF

DISPLAY-LPROF [PROFIDX=<number>], [INFOPAT=<string>], [FORMAT=<param>];

If all source groups of a profile have LRTE=0, only profile index and profile name will be displayed.
Example

Input:
DISPLAY-LPROF;

Output:
 +----------------------------------------------------------------+ 
| |
| LCR PROFILE: 1 NAME: PROFILE1 |
| |
+------------+------------+------------+------------+------------+
|SRCGRP LRTG |SRCGRP LRTG |SRCGRP LRTG |SRCGRP LRTG |SRCGRP LRTG |
+------------+------------+------------+------------+------------+
| 1 21 | 21 21 | 27 21 | 78 26 | |
+------------+------------+------------+------------+------------+

+----------------------------------------------------------------+
| |
| LCR PROFILE: 2 NAME: PROFILE2 |
| |
+------------+------------+------------+------------+------------+
|SRCGRP LRTG |SRCGRP LRTG |SRCGRP LRTG |SRCGRP LRTG |SRCGRP LRTG |
+------------+------------+------------+------------+------------+
| 28 26 | | | | |
+------------+------------+------------+------------+------------+

+----------------------------------------------------------------+
| |
| LCR PROFILE: 3 NAME: 76 |
| |
+------------+------------+------------+------------+------------+
|SRCGRP LRTG |SRCGRP LRTG |SRCGRP LRTG |SRCGRP LRTG |SRCGRP LRTG |
+------------+------------+------------+------------+------------+
| 29 21 | 30 21 | 31 21 | 32 21 | 33 21 |
| 34 21 | 35 21 | 36 21 | 37 21 | 38 21 |
| 39 21 | 40 21 | 41 21 | 42 21 | 43 21 |
| 44 21 | 45 21 | 46 21 | 76 22 | 81 21 |
+------------+------------+------------+------------+------------+

REGENERATE-LPROF

REGENERATE-LPROF [PROFIDX=<number>];

Example

Input:
REG-LPROF;

Output:
 ADD-LPROF: PROFILE1 ,1&21&27,21;
CHANGE-LPROF:1, PROFILE1 ,78,26;
ADD-LPROF: PROFILE2 ,28,26;
ADD-LPROF: 76 ,29&&46&81,21;
CHANGE-LPROF:3, 76 ,76,22;

Parameter description

FORMAT According to the parameter format, the profiles are displayed in a short format (only the Service Information) or a long format (all LCR profile releated info).
Type of Input: single value, optional
Possible Values: L Display of LCR Profile related info - Long TRUE
S Display LCR Profile, Service info - Short FALSE
INFOPAT Specifies the pattern according to which profiles will be displayed.If the pattern given in the infopat parameter is found in the profile name, the following profile is displayed.
Type of Input: single value, optional
Possible Values: text, up to 20 characters
LRTE LCR route
Type of Input: single value, 3. parameter of a min-1-group (CHANGE)
single value, optional (ADD)
Possible Values: numeric, 1-64000
PROFIDX LCR profile index
Type of Input: 1 to 2 single values, concatenated with &&, optional (DISPLAY / REGENERATE)
single value, mandatory (CHANGE / DELETE)
single value, optional (ADD)
Possible Values: numeric, 1-500
PROFNAME LCR profile name
Type of Input: single value, 1. parameter of a min-1-group (CHANGE)
single value, mandatory (ADD)
Possible Values: text, up to 20 characters
SRCGRP sourcegroup index
Type of Input: 1 to 8 single values, concatenated with & or &&, 2. parameter of a min-1-group (CHANGE)
1 to 8 single values, concatenated with & or &&, optional (ADD / DELETE)
Possible Values: numeric, 1-255

Error Messages

F01
F01: LCR ROUTE NUMBER @@@@@ IS NOT CONFIGURED.
     CONFIGURING THE LCR ROUTE IS POSSIBLE WITH 
     ADD-RICHT: ; 
F02
F02: PROFILE INDEX @@@ DOES NOT EXIST.
F03
F03: THE PROFILE INDEX IS USED BY LDPLN. PLEASE FIRST DELETE FROM
     DIAL PLAN LDPNO @@@@:DIPLNUM @@@@ BY AMO-LDPLN.
F04
F04: THERE IS NOT ENOUGH MEMORY FOR PROFILE TABLE. INCREASING THE
     MEMORY IS POSSIBLE WITH:
     ADD-DIMSU: LRTPROF=...;
F05
F05: THERE IS NOT ENOUGH MEMORY FOR SERVICE INFO TABLE. INCREASING THE
     MEMORY IS POSSIBLE WITH: 
     ADD-DIMSU: INFO=...;
F06
F06: FOR SPECIFIED LCR ROUTE @@@@@ STILL NO LCR ROUTE ELEMENTS ARE CONFIGURED
     BY MEANS OF AMO-LDAT.
F07
F07: SOURCE GROUP AND LCR ROUTE NUMBER HAVE TO BE ENTERED TOGETHER
F08
F08: ENTERED PROFILE INDEX @@@  ALREADY EXISTS.
F09
F09: ENTERED PROFILE INDEX  @@@ IS OUT OF ADMINISTERABLE RANGE. 
     PLEASE CHECK AMO DIMSU,PARAMETER LRTPROF.
F10
F10: IT IS NOT POSSIBLE TO ADD A NEW LCR PROFILE.
     MAXIMUM NUMBER (500) HAS BEEN REACHED.

Advisory Messages

H01
H01: SOURCE GROUP @@@ HAS ALREADY BEEN NULL!
H02
H02: NO PROFILE INDEX EXISTS WITHIN RANGE @@@ AND @@@.
H03
H03: PROFILE INDEX @@@ DOES NOT EXIST.
H04
H04: LCR PROFILE IS CREATED IN PROFILE INDEX @@@.
H05
H05: PROFILE INDEX @@@ IS DELETED.
H06
H06: NAME OF PROFILE @@@  DOESN'T MATCH WITH THE  PATTERN SPECIFIED
     IN PARAMETER INFOPAT.
H07
H07: NAMES OF PROFILES BETWEEN @@@ AND @@@ DON'T MATCH WITH THE 
     PATTERN SPECIFIED IN PARAMETER INFOPAT. 
H08
H08: ALL SOURCE GROUPS ARE RESET TO ZERO. TO DELETE THE PROFILE, USE
     COMMAND DEL-LPROF:PROFIDX=@@@;