6 NPP Provisioning and NPP Test Service
This chapter describes the NPP provisioning process, including command descriptions and sequence of provisioning for correct execution.
This chapter also describes the NPP Test Service and gives examples of its application. The NPPT Service is an EAGLE EPAP-based function that allows NPP action sets and rules associated with the NPPT Service rule set to be tested and validated without affecting live traffic.
6.1 NPP Provisioning
- Provisioning procedures and information in this manual
- Service-specific NPP provisioning procedures and information in the Feature Manual for the calling service (some service-specific information is included in this manual where appropriate)
- NPP command descriptions in Commands User's Guide; the command information includes parameter descriptions and valid values, provisioning dependencies, output examples, and notes for the correct use of each command.
EAGLE controlled features must be enabled or turned on before NPP provisioning commands can be entered. Refer to the Feature Manuals for the calling services for controlled feature provisioning procedures.
Some calling services use provisioned default values for fields or digits in an outgoing message or digit string (such as Default Country Code and Default Network Destination Code). These default values must be provisioned before the NPP components are executed to process an incoming digit string from the calling service. Requirements for provisioning default digit values are included in the Feature Manual for the calling service.
- Provision the NPP Action Sets.
- Provision the NPP Service Rule Sets (associate a Filter with an Action Set to create a Rule for a service).
- Provision NAI mapping values and Delimiter Digit values.
- Change the NPP on/off status for a service.
The procedures in this section describe how to provision the components of NPP. Each section describes the commands used and and the provisioning considerations for a component, including required provisioning sequences, mutually exclusive components, and components that must be provisioned together.
6.2 Provisioning Action Sets
The Action Set components customize how the incoming and outgoing digit strings are processed by NPP for a calling service. A maximum of 1024 Action Sets can be provisioned per system.
- Conditioning Actions
- Service Actions
- Formatting Actions
- Formatting Action List Type
- Outgoing FNAI Class
Table 6-1 NPP Action Set Commands
Command | Description | Parameters | Parameter Values |
---|---|---|---|
|
Create or Change an NPP Action Set |
||
Action Set Name |
asn |
Ten-character string that uniquely identifies the Action Set. |
|
Conditioning Actions |
:ca1...:ca12 :ca=<ca1>,...,<ca12> |
See Table 6-2. Default: Any unspecified ca(x) value defaults to NONE. |
|
Service Actions |
:sa1...:sa8 :sa=<sa1>,...,<sa8> :sa1val...:sa8val |
See Table 6-3. Default: Any unspecified sa(x) value defaults to NONE. |
|
Formatting Action |
:fa1=<fa1> fa=<fa1> (not orig) fa=orig |
See Table 6-4. Default = ORIG |
|
Formatting Actions |
:fa1...fa12 fa=<fa1>,...<fa12> (fa1 not orig) |
See Table 6-4. Default: Any unspecified fa(2-12)value defaults to NONE. |
|
Formatting Action List Type |
fatype |
See Table 6-5. The fatype parameter is valid with only the |
|
Outgoing FNAI Class |
ofnai |
NPP FNAI Class used to map the outgoing NAI value.
Default = INC |
|
|
Delete an NPP Action Set |
||
Action Set Name |
asn |
Ten-character string that uniquely identifies the Action Set. |
|
|
Retrieve one or all NPP Action Sets |
||
Action Set Name |
asn |
Ten-character string that uniquely identifies the Action Set. When the asn parameter is not specified, the command displays all Action Sets. |
|
Output Mode | mode=full |
If no parameters are specified or only the asn parameter is specified, "brief" data is displayed for each Action Set: Action Set Name, Conditioning Actions, Service Actions, Formatting Actions, Outgoing FNAI, and Reference Count. If mode=full is specified, all "brief" data and Service Action Data (SA Data SAxVAL values) are displayed for each Action Set. |
6.2.1 Provisioning Conditioning Actions
- Ignore the specified number of digits.
- Populate a Formatting Action value with the specified or remaining number of digits. The Formatting Action that will be populated must be provisioned in the Action Set. See Provisioning Formatting Actions.
- Populate a Formatting Action value with a provisioned STP option default value to be used in the outgoing digit string.
Some calling services use provisioned default values for fields or digits in an outgoing message or digit string (such as Default Country Code and Default Network Destination Code). The default values must be provisioned before the NPP components are executed to process an incoming digit string from the calling service. Procedures for provisioning default digit values are included in the Feature Manual for the calling service. The Formatting Action that will be populated must be provisioned in the NPP Action Set. See Provisioning Formatting Actions.
Some Conditioning Action parameter values end in a number (such as ac3 or dn5). The number indicates the number of digits in the incoming digit string that will be processed by that Conditioning Action.
Note:
"IDPRCDPN(X)" indicates any of the IDPRCDPN, IDPRCDPN2, IDPRCDPN3, and IDPRCDPN4 services.- Enough Conditioning Actions must be provisioned in an Action Set to process the entire incoming digit string, in sequence from the beginning to the end of the string.
- For filters with FDL=* (wildcard), the associated Conditioning Action group must contain a ZNX, DNX, or SNX Conditioning Action. For filters with specific FDL (Filter Digit Length) values, the associated Conditioning Action group must process the entire number of digits (by either ignoring or processing them).
- At a minimum, one or more Conditioning Actions must be provisioned to populate one of the following sets of Formatting Actions:
- Internationally formatted Dialed Number (ZN) ZN consists of the Country Code (CC), Area Code (AC),and Subscriber Number (SN)
- Country Code (CC) + Directory Number (DN) DN consists of the Area Code (AC) and Subscriber Number (SN)
- Country Code (CC) + Area Code (AC) + Subscriber Number
Conditioning Actions can be provisioned in two ways: Individual consecutively numbered parameters, or a comma-separated list of values for the ca parameter.
Individual Consecutively Numbered Parameters
The ca1 Conditioning Action parameter must be specified. Any additional Conditioning Action parameters in the command must be consecutively numbered following ca1.
The consecutively numbered Conditioning Action parameters must specify the Conditioning Actions in the order in which they are executed by NPP. The ca1 parameter value must be the first Conditioning Action that will be executed by NPP in the Conditioning Action group; the ca2 parameter value must be the second Conditioning Action that will be executed by NPP in the Conditioning Action group; and so on.
- :ca1=x:ca2=y is allowed (ca2 is the next consecutively numbered parameter after ca1)
- :ca1=y:ca5=x is not allowed (parameters ca2, ca3, and ca4 must be specified if ca5 is specified)
- :ca2=y:ca3=w is not allowed (ca1 was not specified).
- ent-npp-as:ca2=x:fa1=cc:ca1=y is allowed (the fa1 parameter can be specified between the ca2 and ca1 parameters)
- ent-npp-as:ca2=x:ca1=y is allowed (ca1 and ca2 are consecutively numbered parameters, but do not need to be specified consecutively in the command).
A Comma-Separated List
Conditioning Actions are provisioned as a comma-separated list of values for the ca parameter. At least one value must be specified for the ca parameter. For any additional values, one comma must be entered between each two values.
The ca parameter values must specify the Conditioning Actions in the order in which they are executed by NPP. The first or only value for the ca parameter must be the first or only Conditioning Action that will be executed by NPP in the Conditioning Action group; the second value in the ca parameter list must be the second Conditioning Action that will be executed by NPP in the Conditioning Action group; and so on.
Table 6-2 Conditioning Actions
Conditioning Action | Formatting Action Populated | Description |
---|---|---|
AC[1..8] |
AC |
Area Code digits Use the specified number of digits (1-8) as the AC Formatting Action value. Provisioning Considerations:
|
ACCgPN |
AC |
Area Code digits Skip over any Country Code digits (matching STPOPTS:DEFCC parameter value or Multiple CC value) and remove the next SCCPOPTS:ACLen number of digits from the beginning of the CgPN. Use the removed ACLen digits as the Area Code for the Called Party. If the Formatting Action AC is specified, use these digits as the AC Formatting Action value. If no Calling Number was present, or the CgPN was less than the ACLen number of digits, then no replacement action is taken. Provisioning Considerations:
|
ACCgPN[1..8] (ACCgPNx) |
AC |
Area Code digits Remove the next "x" number of digits from the beginning of the CgPN. "x" is the number at the end of the Conditioning Action name (for example, the ACCgPN4 CA removes 4 Area Code digits from the CgPN). Use the removed Area Code digits as the Area Code for the Called Party. If the Formatting Action AC is specified, use these digits as the AC Formatting Action value. If no Calling Number was present, or the CgPN was less than the "x" number of digits, then no replacement action is taken. For TIF, skip over any Country Code digits (matching STPOPTS:DEFCC parameter value or Multiple CC value) at the beginning of the CgPN. Provisioning Considerations:
|
ACDEF |
AC |
Default Area Code digits Use the provisioned Default Network Destination Code (STPOPTS:DEFNDC parameter value) as the AC Formatting Action value. Provisioning Considerations:
|
ACLAC |
AC |
Area Code digits Use the LAC field of the LAI as the AC Formatting Action value. Provisioning Considerations: IDP Relay-specific only with the IDPRCDPN(X) Service Actions. |
CC[1..3] |
CC |
Country Code digits Use the next number of specified digits [1..3] as the CC Formatting Action value. Provisioning Considerations:
|
CCDEF |
CC |
Default Country Code digits Use provisioned Default Country Code (STPOPTS:DEFCC parameter value) as the CC Formatting Action value. Provisioning Considerations:
|
CCCGPN |
CC |
Country Code digits Indicates that the the Country Code (CC) digits need to be extracted from the Calling Party Number. The number of digits to extract is the SCCPOPTS CCLen option value. If CC Formatting Action is specified, the extracted CC digits will be used in the resulting CdPN. If a CC is not detected, then the CC digits will be empty in Formatting Action execution. Used by IDP-related features. |
DN[1..15] |
DN RNOSPODN |
Dialed Number digits Use the specified number of digits [1..15] as the DN Formatting Action value. Provisioning Considerations:
|
DNX | DN
RNOSPODN |
Dialed Number digits Use the remaining digits as the DN Formatting Action value. Provisioning Considerations:
|
FPFX | FPFX |
Filter Prefix digits Use the provisioned Filter Prefix (FPFX) digits as the FPFX Formatting Action value. See Provisioning Service Rule Sets. Provisioning Considerations:
|
IGN[1..10] | N/A |
Number of digits to ignore Ignores 1 to 10 digits. Provisioning Considerations:
|
PFXA[1..8], PFXB[1..8], PFXC[1..8], PFXD[1..8], PFXE[1..8], PFXF[1..8] |
PFXA, PFXB, PFXC, PFXD, PFXE, PFXF |
Prefix A-F digits Use the next number of specified digits [1..8] as the corresponding Formatting Action value. Provisioning Considerations:
|
SN[1..15] |
SN
RNOSPOSN |
Subscriber Number digits Use the specified number of digits [1..15] as the SN Formatting Action value. Provisioning Considerations:
|
SNX | SN
RNOSPOSN |
Subscriber Number digits Use the remaining digits as the SN Formatting Action value. Provisioning Considerations:
|
ZNX | ZN
RNOSPOZN |
Remaining digits Use the remaining digits as the ZN Formatting Action value. Provisioning Considerations:
|
6.2.2 Provisioning Service Actions
A Service Action performs service-specific behavior on the internationally formatted digit string that it receives from Conditioning Action execution. Service Action behavior is determined by feature-specific functions, state information, and provisioned data from the service that is using NPP. Such behavior can include database access, data evaluation, and any special handling for outgoing messages.
Each service must define the Service Actions that it supports and the sequence (precedence) in which the supported Service Actions must be executed. The service assigns a precedence value (a number between 0 and 100) to each Service Action. Higher precedence Service Actions are always executed before lower precedence Service Actions. NPP executes Service Actions of equal precedence in the order of the consecutive numbers of the provisioned SAx parameters, or in the sequence of the values in the SA parameter comma-separated list.
Table 6-3 describes Service Actions, lists their precedence values, and indicates the calling services that support each Service Action. Up to 8 Service Actions can be provisioned per Action Set.
Formatting Action values can be populated by Service Actions. The Formatting Actions that are populated by the Service Actions in an Action Set must also be provisioned in the Action Set. See Provisioning Formatting Actions.
Service Actions can be provisioned in two ways: Individual consecutively numbered parameters, or a comma-separated list of values for the sa parameter.
Individual Consecutively Numbered Parameters
- :sa1=x:sa2=y is allowed (sa2 is the next consecutively numbered parameter after sa1)
- :sa1=y:sa5=x is not allowed (parameters :sa2, sa3, and sa4 must be specified if sa5 is specified)
- sa2=y:sa3=w is not allowed (sa1 was not specified)
ent-npp-as
:sa2=x:fa1=cc:sa1=y is allowed (the fa1 parameter can be specified between the sa2 and sa1 parameters)ent-npp-as
:sa2=x:sa1=y is allowed (sa1 and sa2 are consecutively numbered parameters, but do not need to be specified consecutively in the command).
- The sa1 parameter must specify the Service Action that has the highest precedence value in the Service Action group in the Action Set.
- The parameters with numbers consecutively following the sa1 parameter must specify the additional Service Actions in descending precedence value sequence.
- The parameters that specify Service Actions that have the same precedence values must be specified in the consecutively numbered parameter sequence in which the Service Actions will be executed. For example, if Service Action A and Service Action B have the same precedence value,
- Specifying :sa2=A:sa3=B results in executing Service Action A first, followed by executing Service Action B.
- Specifying :sa2=B:sa3=A results in executing Service Action B first, followed by executing Service Action A.
A Comma-Separated List
Service Actions are provisioned as a comma-separated list of values for the sa parameter. At least one value must be specified for the sa parameter. For additional values, one comma must be entered between each two values.
The sa parameter values must specify the Service Actions in the order in which they are executed by NPP, from highest precedence value to lowest precedence value. The first or only value for the sa parameter must be the first or only Service Action that will be executed by NPP in the Service Action group; the second value in the sa parameter list must be the second Service Action that will be executed by NPP in the Service Action group; and so on.
The Service Action parameter values must specify the Service Actions in the order in which they will be executed, from highest precedence value to lowest precedence value. The values that specify Service Actions that have the same precedence values must be specified in the list in the sequence in which the Service Actions will be executed. See Service Action Precedence for examples of Service Action execution that depend on provisioning sequence.
Table 6-3 Service Actions
Service Action | Feature Service | Precedence | Description |
---|---|---|---|
Info Analyzed Relay Base Called Party Service | |||
CCNCCHK |
IAR Base IARCDPN |
100 |
Attempts to find a match between the first digits of the DN and one of the entries in the CCNC list of the CSL table. When a match is not found, causes NPP processing to fail so that the message on hand will be relayed without IAR modifications . |
CDPNNP |
IAR NP IARCDPN |
80 |
Evaluates the result of an RTDB lookup based on the TATROPTS CDNPTYPE option value or TATROPTS SPORTTYPE option value. The Service Action will also populate the SRFIMSI Formatting Action value with the SRFIMSI associated with the RN or SP entity returned by the RTDB, if any. Applies Service Portability processing. |
CGPNSVCRQD |
IAR Base IARCDPN |
60 |
Used by the IARCDPN service to invoke the IARCGPN service. |
ASDLKUP |
IAR ASD IARCDPN |
50 |
Populates the ASD Formatting Action value with the ASD from the RTDB. |
GRNLKUP |
IAR GRN IARCDPN |
50 |
Populates the GRN Formatting Action value using data from the RTDB. |
CGPNASDRQD |
IAR ASD IARCDPN |
50 |
Used by the IARCDPN service to invoke the IARCGPN service, and populate the IARCDPN ASD Formatting Action value with the IARCGPN ASD Formatting Action value before IARCDPN Formatting Action Execution |
CGPNGRNRQD |
IAR GRN IARCDPN |
50 |
Used by the IARCDPN service to invoke the IARCGPN service, and populate the IARCDPN GRN Formatting Action value with the IARCGPN GRN Formatting Action value before IARCDPN Formatting Action Execution. |
Info Analyzed Relay Base Calling Party Service | |||
CGPNNP |
IAR NP IARCGPN |
80 |
Evaluates the result of an RTDB lookup based on the TATROPTS CGNPTYPE option value. The Service Action will also populate the SRFIMSI Formatting Action value with the SRFIMSI associated with the RN or SP entity returned by the RTDB, if any. |
ASKLKUP |
IAR ASD IARCGPN |
50 |
Populates the ASD Formatting Action using data from the RTDB. |
GRNLKUP |
IAR GRN IARCGPN |
50 |
Populates the GRN Formatting Action using data from the RTDB. |
IDP Relay feature Called Party Service | |||
CCNCCHK |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
100 |
Verifies that the conditioned number is available under CSL CCNDC screening list. Note: Used ONLY for upgrade |
INPRTG |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
95 |
Determines:
|
CDPNNP |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
80 |
If RTDB lookup for conditioned number finds a DN, entity data is updated in RN or SP, as per the entity-type. If entity-type is SP, DFLTRN is configured and FA contains RN, RN is be replaced by DFLTRN. If RTDB lookup finds a Network Entity, then the SRFIMSI digits from the Network Entity populate the SRFIMSI Formatting Action. |
CGPNSVCRQD |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 IDP A-Party Blacklist IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 IDP A-Party Routing IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
60 |
Indicates whether the IDPRCGPN service is to be invoked. This implies that CgPN number conditioning, Service Actions, and formatting are done based on the configured CgPN Rules |
LACCK |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
60 |
Compares the LAC obtained for LAI with the Area Code present in the incoming DN. Used to format the outgoing number by removing the digit and length prefixes (filter prefix in NPP) from the outgoing digit string if LAC =AC. |
ASDLKUP |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
50 |
If DN is found in individual or range database lookup and ASD is present in the lookup result, the ASD populates the ASD Formatting Action value. If ASD is not present, the ASD Formatting Action value is NONE and Service Action execution continues. This SA can be used with the CDPNNP SA. |
CGPNASDRQD |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
50 |
Indicates that IDPRCGPN service is to be invoked before the outgoing CdPN is formatted. This SA is used with CgPN ASDLKUP SA to populate the ASD Formatting Action value from CgPN lookup for CdPN formatting. |
GRNLKUP |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
50 |
If DN is found in individual or range database lookup and GRN is present in the lookup result, the GRN populates the GRN Formatting Action value. If GRN is not present, the GRN Formatting Action value is NONE and Service Action execution continues. This SA can be used with the CGPNGRNRQD SA to format the outgoing CdPN based on CgPN GRN lookup. This SA can be used with CGPNNP SA. |
CGPNGRNRQD |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
50 |
Indicates that IDPRCGPN service is to be invoked before the outgoing CdPN is formatted. This SA is used with CgPN GRNLKUP SA to populate the GRN Formatting Action value from CgPN lookup for CdPN formatting. |
SKGTARTG |
IDP Relay IDPRCDPN IDPRCDPN2 IDPRCDPN3 IDPRCDPN4 |
50 |
Replaces the SCCP CdPA GTA in the incoming IDP or IDPSMS message with the GTA provisioned in the the matching entry of the CSL SKBCSM list. |
IDP Relay feature Calling Party service | |||
INPRTG |
IDP Relay IDPRCGPN |
95 |
Determines:
|
BLKLSTRLY |
IDP A-Party Blacklist IDPRCGPN |
90 |
Used when a query/response mode is desired only for the blacklist-match case. The blacklist-match case is where the RTDB lookup on the conditioned CgPN results in an entry in which the blacklist flag is on and GRN data is present. In the no-match case, the message is serviced through other applicable IDP Relay services or falls through to GTT. This SA is used only with the IDPRCGPN service, has the highest precedence, and is mutually exclusive with the BLKLSTQRY NPP SA in the same rule. |
BLKLSTQRY |
IDP A-Party Blacklist IDPRCGPN |
90 |
Used when a query/response mode is desired for both the blacklist-match and blacklist-no-match cases. The blacklist-match case is where the RTDB lookup on the conditioned CgPN results in an entry in which the blacklist flag is on and GRN data is present. The blacklist-no-match case is where an RTDB entry is not found for that CgPN, or where an entry is found but the blacklist flag is off or GRN data is not present. This SA is used only with the IDPRCGPN service, and is mutually exclusive with the rest of the IDPRCGPN NPP SAs in the same rule. |
CGPNNP |
IDP Relay IDPRCGPN |
80 |
NPP SA does a RTDB lookup for the conditioned number and analyzes success criteria. If RTDB lookup is successful (DN is found), entity-data is updated in RN or SP, per the entity-type. If entity-type is SP, DFLTRN is configured, and FA contains RN, RN shall be replaced by DFLTRN. If RTDB lookup is successful, and a Network Entity is found, then the SRFIMSI digits from the Network Entity are used for the Formatting Action SRFIMSI value. |
CGPNRTG |
IDP A-Party Routing IDPRCGPN |
80 |
Determines whether A-Party Routing, SK/BCSM Routing, or both should be attempted in post-NPP processing |
ASDLKUP |
IDP Relay IDPRCGPN |
50 |
If DN is found in individual or range database lookup and ASD is present in the lookup result, the ASD populates the ASD Formatting Action value. If ASD is not present, the ASD Formatting Action value is NONE and Service Action execution continues. This SA can be used with the IDPRCDPN(X) services CGPNASDRQD SA to format outgoing CDPN based on CgPN ASD lookup. This SA can be used with CGPNNP SA. |
GRNLKUP |
IDP Relay IDPRCGPN |
50 |
If DN is found in individual or range database lookup and GRN is present in the lookup result, the GRN populates the GRN Formatting Action value. If GRN is not present, the GRN Formatting Action value is NONE and Service Action execution continues. This SA can be used with the IDPRCDPN(X) services CGPNGRNRQD SA to format the outgoing CDPN based on CgPN GRN lookup. This SA can be used with CGPNNP SA. |
TIF and TIF feature services | |||
CRP |
TIF NP TIF, TIF2, TIF3 |
92 |
Circular Route Prevention |
FPFXRLS |
TIF Range CgPN Blacklist TIF Selective Screening TIFCGPN, TIFCGPN2, TIFCGPN3 TIF, TIF2, TIF3 |
92 |
Generate REL if a matching Calling/Called Party Rule Prefix is found by NPP |
NPNRLS |
TIF NP TIF, TIF2, TIF3 |
91 |
Number Portability Release on No Match |
BLRLS |
TIF Subscr CgPN Blacklist TIF Selective Screening TIFCGPN, TIFCGPN2, TIFCGPN3 TIF, TIF2, TIF3 |
91 |
REL generated because matching Calling/Called Party is found with Blacklist flag set in RTDB |
BLNFNDRLS |
TIF Subscr CgPN Blacklist TIF Selective Screening TIFCGPN, TIFCGPN2, TIFCGPN3 TIF, TIF2, TIF3 |
91 |
REL generated because Blacklist record is not found in RTDB |
SELSCR |
TIF Selective Screening TIF, TIF2, TIF3 |
91 |
Message is selectively screened based on CdPN and CgPN Call Types
|
ASDLKUP |
TIF ASD TIF, TIF2, TIF3 TIFCGPN, TIFCGPN2, TIFCGPN3 |
90 |
Use of CdPN Additional Subscriber Data when formatting CdPN. Use of CgPN Additional Subscriber Data when formatting CgPN. |
CGPNASDRQD |
TIF ASD TIF, TIF2, TIF3 |
90 |
Use of CgPN Additional Subscriber Data when formatting CdPN. |
GRNLKUP |
TIF GRN TIF, TIF2, TIF3 TIFCGPN, TIFCGPN2, TIFCGPN3 |
90 |
Use of CdPN Generic Routing Number when formatting CdPN. Use of CgPN Generic Routing Number when formatting CgPN. |
CGPNGRNRQD |
TIF GRN TIF, TIF2, TIF3 |
90 |
Use of CgPN Generic Routing Number when formatting CdPN. |
CGPNNP |
TIF NP TIFCGPN, TIFCGPN2, TIFCGPN3 |
80 |
Calling Number Portability |
CGPNSVCRQD |
TIF NP TIF, TIF2, TIF3 |
80 |
Performs an RTDB lookup on the CgPN |
NPRELAY |
TIF NP TIF, TIF2, TIF3 |
80 |
Number Portability Relay |
NPRLS |
TIF NP TIF, TIF2, TIF3 |
80 |
Number Portability Release on Match |
NSCdPN |
TIF NS TIF, TIF2, TIF3 |
80 |
CdPN RTDB lookup for outgoing CdPN substitution |
NOCGPNRLS |
TIF Range CgPN Blacklist TIF, TIF2, TIF3 |
80 |
Generate REL if the Calling Party parameter is not present in the ISUP IAM or it is present with no digits in it |
NSCgPN |
TIF NS TIF, TIF2, TIF3, TIFCGPN, TIFCGPN2, TIFCGPN3 |
75 | CgPN RTDB lookup for outgoing CgPN substitution |
SNSCgPN |
TIF SNS TIF, TIF2, TIF3, TIFCGPN, TIFCGPN2, TIFCGPN3 |
75 |
Simple Number Substitution |
FWDSCS |
TIF SCS TIF, TIF2, TIF3 |
5 |
Forward to SCS |
MO SMS feature services | |||
FRAUDCHK |
MNP SMS MOSMSGCGPN |
80 | CgPN RTDB lookup; discards message if subscriber is fraudulent. |
PPRELAY |
PPSMS, MO SMS Prepaid Intercept on B-Party MOSMSGCDPN |
80 |
CdPN RTDB lookup; redirect message to prepaid subscriber if CdPN is prepaid. (PPSOPTS BPARTYCHK configuration option must be on) |
PPSMS MOSMSGCGPN |
80 |
CgPN RTDB lookup; redirect message to prepaid subscriber if CgPN is prepaid. If the message is redirected to a Prepaid server, Formatting Action execution is skipped and the message can be routed without falling through to GTT. |
|
CDPNNP |
MO-based GSM SMS NP MOSMSGCDPN |
60 |
Number portability for GSM Forward Short Message. |
MO-based IS41 SMS NP MOSMSICDPN |
60 |
Number portability for IS41 SMDPP |
|
MIGRATE |
MO SMS IS41-to-GSM Migration MOSMSICDPN |
70 |
Determine from RTDB lookup whether subscriber is migrated |
ASDLKUP |
MO SMS ASD MOSMSGCDPN MOSMSGCGPN MOSMSICDPN MOSMSICGPN |
50 |
If DN is found in individual or range database lookup and ASD is present in the lookup result, the ASD populates the ASD Formatting Action value. |
CGPNASDRQD |
MO SMS ASD MOSMSGCDPN |
50 |
Indicates that the MOSMSGCGPN service is to be invoked before the outgoing CdPN is formatted. This SA is used with the MOSMSGCGPN ASDLKUP SA to populate the ASD Formatting Action value from CgPN lookup for CdPN formatting. |
MO SMS ASD MOSMSICDPN |
50 |
Indicates that the MOSMSICGPN service is to be invoked before the outgoing CdPN is formatted. This SA is used with the MOSMSICGPN ASDLKUP SA to populate the GRN Formatting Action value from CgPN lookup for CdPN formatting |
|
GRNLKUP |
MO SMS GRN MOSMSGCDPN MOSMSGCGPN MOSMSICDPN MOSMSICGPN |
50 |
If DN is found in individual or range database lookup and GRN is present in the lookup result, the GRN populates the GRN Formatting Action value. |
CGPNGRNRQD |
MO SMS GRN MOSMSGCDPN |
50 |
Indicates that the MOSMSGCGPN service is to be invoked before the outgoing CdPN is formatted. This SA is used with the MOSMSGCGPN GRNLKUP SA to populate the GRN Formatting Action value from CgPN lookup for CdPN formatting. |
MO SMS GRN MOSMSICDPN |
50 |
Indicates that the MOSMSICGPN service is to be invoked before the outgoing CdPN is formatted This SA is used with the MOSMSICGPN GRNLKUP SA to populate the GRN Formatting Action value from CgPN lookup for CdPN formatting. |
|
Service used by any feature or function that uses NPP | |||
CDIAL |
Any service |
10 |
Corrective Dialing Execute Formatting Actions even if the last Service Action indicates to skip Formatting Action execution. |
6.2.3 Provisioning Formatting Actions
Formatting Action values are used to construct the outgoing digit string after Conditioning Action execution and Service Action execution are completed. Formatting Action values can be populated by Conditioning Actions and Service Actions. The Conditioning Action or Service Action that populates a Formatting Action in an Action Set must also be provisioned in the Action Set. See Provisioning Conditioning Actions and Provisioning Service Actions.
Table 6-4 describes Formatting Actions, indicates population of the Formatting Action by a Conditioning Action or Service Action, and indicates provisioning considerations. Up to 12 Formatting Actions can be provisioned per Action Set.
Note:
If the MIGRATE and CDPNNP Service Actions are both provisioned in the same Action Set for an MO SMS feature , the outgoing number format can be only a single format. For example, it is not possible for a migrated subscriber to be formatted as RN+DN and a ported subscriber to be formatted as CC+RN+DN by the same Action Set.Formatting Actions can be provisioned in two ways: Individual consecutively numbered parameters, or a comma-separated list of values for the fa parameter.
Individual Consecutively Numbered Parameters
The fa1 Formatting Action parameter must be specified. Any additional Formatting Action parameters in the command must be consecutively numbered following fa1.
Consecutively numbered Formatting Action parameters must specify the Formatting Actions in the order in which they will be executed. The fa1 parameter value must be the first Formatting Action that will be executed by NPP in constructing the outgoing digit string; the fa2 parameter value must be the second Formatting Action that will be executed by NPP in the Formatting Action group; and so on.
- :fa1=x:fa2=y is allowed (fa2 is the next consecutively numbered parameter after fa1)
- :fa1=y:fa5=x is not allowed (parameters fa2, fa3, and fa4 must be specified if fa5 is specified)
- :fa2=y:fa3=w is not allowed (fa1 was not specified).
ent-npp-as
:fa2=x:ca1=cc:fa1=y is allowed (the ca1 parameter can be specified between the fa2 and fa1 parameters)ent-npp-as
:fa2=x:fa1=y is allowed (fa1 and fa2 are consecutively numbered parameters, but do not need to be specified consecutively in the command).ent-npp-as
:fa2=x:fa3=y is not allowed (fa1 was not specified).
A Comma-Separated List
Formatting Actions are provisioned as a comma-separated list of values for the fa parameter. At least one value must be specified for the fa parameter. For Any additional values, one comma must be entered between each two values.
The fa parameter values must specify the Formatting Actions in the order in which they are executed by NPP. The first or only value for the fa parameter must be the first or only Formatting Action that will be executed by NPP in the Formatting Action group; the second value in the fa parameter list must be the second Formatting Action that will be executed by NPP in the Formatting Action group; and so on.
Table 6-4 Formatting Actions
Formatting Action | Populated By | Description |
---|---|---|
AC |
CA AC[1…3], ACDEF, ACCgPN, ACCgPN[1..8] |
Area Code digits Adds the AC Formatting Action value to the outgoing digit string. Provisioning Considerations:
|
CC |
CA CC[1..3], CCDEF, or CCCGPN |
Country Code digits Adds the CC Formatting Action value to the outgoing digit string. Provisioning Considerations:
|
DLMA, DLMB, DLMC, DLMD, DLME, DLMF, DLMG, DLMH, DLMI, DLMJ, DLMK, DLML, DLMM, DLMN, DLMO, DLMP |
Default Delimiter digits Service Action execution |
Adds the corresponding Delimiter Formatting Action value to the
outgoing digit string.
The Delimiter Formatting Action values are populated from the NPP Service State delimiter values during Service Action execution. If a Delimiter Formatting Action value is not populated during Service Action execution, the outgoing digit string is not modified for that Formatting Action. Note: If a TIF or IDP Relay service has DLMA-DLMC values that are not NONE in the TIFOPTS or TTROPTS table, the values from the TIFOPTS or TTROPTS table will be used in NPP processing. The maximum length of the Delimiter Formatting Actions is 16 digits. Provisioning Considerations: None. |
DN |
CA DN[1..15] or DNX |
Dialed Number Adds the DN Formatting Action value to the outgoing digit string. Provisioning Considerations:
|
FPFX |
CA FPFX |
Filter Prefix digits Adds the FPFX Formatting Action value to the outgoing digit string. Provisioning Considerations: When the FPFX Formatting Action is specified, the FPFX Conditioning Action must be specified in the Action Set to populate FPFX during Conditioning Action execution. |
ASD |
Service Action execution |
Additional Subscriber Data Adds the CdPN ASD Formatting Action value to the outgoing CdPN digit string. The ASD Formatting Action is populated during Service Action execution. If the ASD Formatting Action is not populated during Service Action execution, the ASD Formatting Action does not modify the outgoing digit string. Provisioning Considerations: None. |
ASDOTHER | Service Action execution |
Additional Subscriber Data from another service. Adds the CgPN ASD Formatting Action value to the outgoing CdPN digit string. The ASDOTHER Formatting Action is populated during Service Action execution when a TIF CdPN service invokes the TIF CgPN service that is indicated in the Service Rule INVKSERV parameter value. If Additional Subscriber Data is supplied from the Calling Party Service, then it will be formatted into the Called Party digits. Provisioning Considerations: Used with the TIF ASD feature. |
GRN |
Service Action execution |
Generic Routing Number Adds the CdPN Generic Routing Number digit string to the outgoing CdPN digit string. The GRN Formatting Action value is populated during Service Action execution. If the GRN Formatting Action is not populated during Service Action execution, the GRN Formatting Action does not modify the outgoing digit string. Provisioning Considerations: None. |
GRNOTHER | Service Action execution |
Generic Routing Number from another service. Adds the CgPN Generic Routing Number digit string to the outgoing CdPN digit string. The GRNOTHER Formatting Action is populated during Service Action execution when a TIF CdPN service invokes the TIF CgPN service that is indicated in the Service Rule INVKSERV parameter value. If the Generic Routing Number is supplied from the Calling Party Service, then it will be formatted into the Called Party digits. Provisioning Considerations: Used with the TIF GRN feature. |
NONE |
Default Formatting Action value |
Do not perform any formatting for this Formatting Action. Provisioning Considerations: The NONE value is the default value for all Formatting Actions in an Action Set. The NONE Formatting Action value indicates the end of Formatting Actions in a Formatting Action group. |
ORIG |
Original incoming digit string Adds the incoming digit string (unmodified) to the outgoing digit string. The ORIG Formatting Action is always available. Provisioning Considerations: None. |
|
PFXA, PFXB, PFXC, PFXD, PFXE, PFXF |
CA PFX[A..F] |
Prefix digits (1-8 digits) Adds the PFX[A..F] Formatting Action value to the outgoing digit string. Provisioning Considerations: When a PFX[A..F] Formatting Action is specified, the PFX[A..F] Conditioning Action must be specified to populate the Formatting Action value during Conditioning Action execution. |
RN |
Service Action execution |
Routing Number digits Adds the RN Formatting Action value to the outgoing digit string. The RN Formatting Action value is populated during Service Action execution. If the RN Formatting Action is not populated during Service Action execution, the RN Formatting Action does not modify the outgoing digit string. Provisioning Considerations: None. |
RNOSPODN |
RN or SP from RTDB lookup, or CA DN[1..15] or DNX |
RN or SP if found in the RTDB lookup; if not found, a DN Conditioning Action value populates this Formatting Action. Provisioning Considerations: A DN Conditioning Action must be provisioned when the RNOSPODN Formatting Action is provisioned. |
RNOSPOSN |
RN or SP from RTDB lookup, or CA SN[1..15] or SNX |
RN or SP if found in the RTDB lookup; if not found, an SN Conditioning Action value populates this Formatting Action. Provisioning Considerations: An SN Conditioning Action must be provisioned when the RNOSPOSN Formatting Action is provisioned. |
RNOSPOZN |
RN or SP from RTDB lookup, or CA ZNX |
RN or SP if found in the RTDB lookup; if not found, the ZN Conditioning Action value populates this Formatting Action. Provisioning Considerations: The ZNX Conditioning Action must be provisioned when the RNOSPOZN Formatting Action is provisioned. |
SN |
CA SN[1..15] or SNX |
Subscriber Number Adds the SN Formatting Action value to the outgoing digit string. Provisioning Considerations:
|
SP |
Service Action execution |
Service Provider digits Adds the SP Formatting Action value to the outgoing digit string. The SP Formatting Action is populated during Service Action execution. If the SP Formatting Action is not populated during Service Action execution, the SP Formatting Action does not modify the outgoing digit string. Provisioning Considerations: None. |
SRFIMSI |
Service Action execution |
Signaling Relay Function International Mobile Subscriber Identity Adds the SRFIMSI Formatting Action value to the outgoing digit string. The SRFIMSI Formatting Action value is populated during Service Action execution. If the SRFIMSI Formatting Action is not populated during Service Action execution, the SRFIMSI Formatting Action does not modify the outgoing digit string. Provisioning Considerations: None. |
VMID |
Service Action execution |
Voice Mail Identifier digits Adds the VMID Formatting Action value to the outgoing digit string. The VMID Formatting Action is populated during Service Action execution. If the VMID Formatting Action is not populated during Service Action execution, the VMID Formatting Action does not modify the outgoing digit string. Provisioning Considerations: None. |
ZN |
CA ZNX |
Internationally formatted Dialed Number Adds the ZN Formatting Action value to the outgoing digit string. Provisioning Considerations:
|
Formatting Action List Type
Formatting Action List Types are used with Formatting Actions to format outgoing digits in the response messages generated by the services using NPP.
When a new Action Set is entered using the ent-npp-as
command, the FANF, FASP, FARN, FANE, FASCRCD, and FASCRCG Formatting Action Lists are unpopulated. These lists are populated using the chg-npp-as
command. Only one Formatting Action List specified by the FATYPE parameter can be included in a single chg-npp-as
command.
The Formatting Action Lists are provisioned with the FA and FATYPE parameters. When the FATYPE parameter is specified in combination with the FA parameter in the chg-npp-as
command, the Formatting Action List specified by the FATYPE parameter is updated. When the FATYPE parameter is specified in a chg-npp-as
command, the FA parameter and appropriate parameter values must be included in the entered command.
Examples
To configure the FARN Formatting Action List, enter:
chg-npp-as:asn=example:fa=cc,rn,dn:fatype=farn
To remove the Formatting Actions associated with the FARN Formatting Action List, enter the chg-npp-as
command with the FATYPE parameter and FA=NONE.
chg-npp-as:asn=example:fa=none:fatype=farn
To configure the Formatting Actions which are not associated with a Formatting Action List, enter the chg-npp-as
command with the FATYPE=DFLT or omit the FATYPE parameter.
chg-npp-as:asn=example:fa=cc,rn,dn:fatype=dflt
or
chg-npp-as:asn=example:fa=cc,rn,dn
Table 6-5 Formatting Action List Types (FATYPE)
Formatting Action List Type | Description |
---|---|
DFLT | Digits are formatted using the TTROPTS:CDDRA and TTROPTS:CGDRA parameters. |
FANE | Formatting Action List to format digits when neither the SP nor the RN network entity is associated with the DN in the RTDB |
FANF | Formatting Action List to format digits when the DN is not present in the RTDB |
FARN |
Formatting Action List to format digits when the RN network entity is associated with the DN in the RTDB |
FASP |
Formatting Action List to format digits when the SP network entity is associated with the DN in the RTDB |
FASCRCD |
Formatting Action List to format ISUP CdPN digits when CdPN is screened by the SELSCR Service Action and SAxVAL is none |
FASCRCG |
Formatting Action List to format ISUP CgPN digits when CdPN is screened by the SELSCR Service Action and SAxVAL is none |
6.2.4 Provisioning the Outgoing FNAI
After successful Formatting Action execution, NPP sends an outgoing NAI value with the outgoing digit string to the calling service.
The provisioned OFNAI parameter value in each Action Set indicates the value to use for the outgoing NAI value: either a provisioned FNAI Class value that NPP maps to the outgoing NAI value, or the NAI that was sent to NPP with the incoming digit string. See Outgoing FNAI Class.
6.3 Action Set Provisioning Procedures
Use the following procedures to create, change, and delete Action Sets.
Although there is a step to enter each group of Actions, the consecutively numbered parameters for a group) do not need to be entered sequentially in the command or in consecutive parameter number order in the command. The the parameters with comma-separated lists do not need to be entered in a specific sequence. The values in a comma-separated list must be entered in the order in which the values will be used in execution. The steps indicate the types of Actions and other components that must be provisioned.
Each procedure builds one command. Do not press ENTER to execute the command until a procedure step instructs you to press ENTER. Refer to Commands User's Guide for complete descriptions of the commands used in these procedures.
- Enter the command keyword; the command line contains
ent-npp-as
- Enter the asn parameter to specify the Action Set Name; the command line contains
ent-npp-as:asn=actset1
-
Enter the Conditioning Actions; the command line contains
ent-npp-as:asn=actset1:ca1=cc2:ca2=ac3:ca3=sn7
or
ent-npp-as:asn=actset1:ca=cc2,ac3,sn7
-
Enter the Service Action; the command line contains
ent-npp-as:asn=actset1:ca1=cc2:ca2=ac3:ca3=sn7:sa1=cdpnnp
or
ent-npp-as:asn=actset1:ca=cc2,ac3,sn7:sa=cdpnnp
-
Enter the Formatting Actions; the command line contains
ent-npp-as:asn=actset1:ca1=cc2:ca2=ac3:ca3=sn7:sa1=cdpnnp:fa1=cc:fa2=ac:fa3=sn
or
ent-npp-as:asn=actset1:ca1=cc2,ac3,sn7:sa=cdpnnp:fa=cc,ac,sn
ent-npp-as:asn=actset1:ca=cc2,ac3,sn7:sa=cdpnnp:fa=cc,ac,sn
-
Enter the OFNAI value; the command line contains the complete command to create the Action Set:
ent-npp-as:asn=actset1:ca1=cc2:ca2=ac3:ca3=sn7:sa1=cdpnnp:fa1=cc:fa2=ac:fa3=sn:ofnai=intl
or
ent-npp-as:asn=actset1:ca=cc2,ac3,sn7:sa=cdpnnp:fa=cc,ac,sn:ofnai=intl
- Press ENTER to execute the command.
6.3.1 Create a New Action Set
Use the following procedure to provision a new Action Set.
Enter each part of one command as described in each step of the procedure. A step near the end of the procedure instructs you to press ENTER to execute the command when the complete command has been entered. See an example in Action Set Provisioning Procedures.
- Enter
ent-npp-as
(the command keyword). - Enter the asn parameter to specify the Action Set Name.
- Enter the Conditioning Action parameters for the Action Set. See the provisioning considerations in Provisioning Conditioning Actions.
- Enter the Service Actions for the Action Set. See the provisioning considerations in Provisioning Service Actions.
- Enter the Formatting Actions for the Action Set. See the provisioning considerations in Provisioning Formatting Actions.
- Enter the OFNAI parameter. See the provisioning considerations in Provisioning the Outgoing FNAI.
- Press Enter to execute the command.
- Enter the
rtrv-npp-as
command and verify the Action Set entries in the output.
6.3.2 Add an Action to an Existing Group
Use the following procedure to add a Conditioning, Service, or Formatting Action to an existing group in an Action Set.
Note:
An Action Set cannot be changed if it is associated with any Rules in Service Rule Sets. Either:- Delete every Rule that contains the Action Set from the Service Rule Sets, change the Action Set, and add the Rules back into the Service Rule Sets.
- Create a new Action Set that contains the desired changes, and create new Rules that contain the new Action Set in the appropriate Service Rule Sets.
Enter each part of one command as described in each step of the procedure. A step near the end of the procedure instructs you to press ENTER to execute the command when the complete command has been entered. See an example in Action Set Provisioning Procedures.
- The new Actions must be supported by the specified service.
- The correct execution sequence of the Actions must be maintained in the parameters which use comma-separated lists of parameter valuesconsecutively numbered parameters.
- For Service Actions, a new Service Action must be in the correct high-to-low precedence sequence in the comma-separated list of parameter valuesconsecutively numbered parameters.
- The groups in the Action Set must contain corresponding Actions. For example, if a Conditioning Action populates a Formatting Action, that Formatting Action must be provisioned in the Action Set.
6.3.3 Change an Action in an Existing Group
Use the following procedure to change Conditioning Actions, Service Actions, or Formatting Actions in an existing group in an Action Set.
Note:
An Action Set cannot be changed if it is associated with any Rules in Service Rule Sets. Either:- Delete every Rule that contains the Action Set from the Service Rule Sets, change the Action Set, and add the Rules back into the Service Rule Sets.
- Create a new Action Set that contains the desired changes, and create new Rules that contain the new Action Set in the appropriate Service Rule Sets.
To change one or more Conditioning Action, Service Action, or Formatting Action parameter values in an Action Set, the entire group of Action parameters in the existing group for the Action Set must be specified in the chg-npp-as
command, including the parameters that are not changing values. The new value is specified for each parameter that needs to change value. Conditioning Actions are shown in this example; however, this same method is used for Service Actions and Formatting Actions.
Individual Consecutively Numbered Parameters
- Conditioning Actions :ca1=ign1:ca2=ac1:ca3=cc3:ca4=sn2 are specified in the existing Conditioning Action group.
- To change “ca2=ac1” to “ca2=ac3”, the following command can be entered:
-
chg-npp-as:asn=asn7:ca1=ign1:ca2=ac3:ca3=cc3:ca4=sn2
-
A Comma-Separated List
- Conditioning Actions ign1, ac1, cc3, and sn2 are specified in the existing Conditioning Action group.
- To change “ac1 to “ac3”, the following command can be entered:
-
chg-npp-as:asn=asn7:ca=ign1,ac3,cc3,sn2
-
- The new value must be supported by the specified service.
- The correct execution sequence of the Actions must be maintained in the parameters which use comma-separated lists of parameter valuesconsecutively numbered parameter.
- For Service Actions, the new Service Action must be in the correct high-to-low precedence sequence in the comma-separated list of parameter valuesconsecutively numbered parameters.
- The groups in the Action Set must contain corresponding Actions. For example, if a Conditioning Action populates a Formatting Action, that Formatting Action must be provisioned in the Action Set.
6.3.4 Remove an Action from an Existing Group
To remove from an Action Set the last Conditioning Action, Service Action, or Formatting Action that is executed in a group, the entire group of Action parameters must specified in the command – except for the parameter for the Action that is to be removed. Conditioning Actions are shown in the following example; however, this same method is used for Service Actions and Formatting Actions.
Individual Consecutively Numbered Parameters
- An Action Set contains Conditioning Actions ca1=x, ca2=y and ca3=w.
- To delete the ca3=w Conditioning Action from the Action Set, enter the following Conditioning Actions in the command:
chg-npp-as
:ca1=x:ca2=y
When the ca3=w parameter is omitted from the command; the w Conditioning Action is removed from the Action Set. The entire group of specified Conditioning Action parameter values replaces the entire previously defined group of values.
To remove from an Action Set an Action that is not the last one that is executed, the entire group of Action parameters must specified in the command – except for the parameter for the Action that is to be removed. The parameters that are consecutively numbered following the removed parameter must be renumbered, so that the entire group of Action parameters is again consecutively numbered.
- An Action Set contains Conditioning Actions ca1=x, ca2=y and ca3=w.
- To delete the ca2=y Conditioning Action from the Action Set, enter the following command:
chg-npp-as
:ca1=x:ca2=w
A Comma-Separated List
- An Action Set contains Conditioning Actions x, y, and w.
- To delete the w Conditioning Action from the Action Set, enter the following Conditioning Actions in the command:
- chg-npp-as:ca=x,y
When the w value is omitted from the list; the w Conditioning Action is removed from the Action Set. The entire group of specified Conditioning Action parameter values replaces the entire previously defined group of values.
To remove from an Action Set an Action that is not the last one that is executed, the entire group of Action parameters must specified in the command – except for the parameter for the Action that is to be removed.
- An Action Set contains Conditioning Actions x, y, and w.
- To delete the y Conditioning Action from the Action Set, enter the following command:
-
chg-npp-as:ca=x,w
-
Use the following procedure to remove an Action from an Action Set.
Note:
An Action Set cannot be changed if it is associated with any Rules in Service Rule Sets. Either:- Delete every Rule that contains the Action Set from the Service Rule Sets, change the Action Set, and add the Rules back into the Service Rule Sets.
- Create a new Action Set that contains the desired changes, and create new Rules that contain the new Action Set in the appropriate Service Rule Sets.
6.4 Provisioning Service Rule Sets
A Service Rule Set is collection of Rules associated with a service. A Rule is an association of a filter and an Action Set. Each Rule is provisioned to indicate the Action Set that will be executed for an incoming digit string that matches the filter in the Rule. The combined FNAI Class, Filter Prefix, and Filter Digit Length values of a filter in a Rule determine whether NPP will process an incoming digit string.
When the digit string matches a filter in a Rule for the calling service, the incoming digit string is processed by NPP through the associated Action Set.
If the digit string does not find a filter match in the Rules for the calling service, NPP does not process the string and exits to the calling service.
Up to 20 Service Rule Sets can be provisioned per system. Up to 4096 Rules can be provisioned for one Service Rule Set. Up to 8192 Rules can be provisioned per system. The following commands are used to provision Rules in NPP Service Rule Sets. Each execution of a command creates or modifies one Rule in the Service Rule Set for a service.
Refer to Commands User's Guide for complete command descriptions, including parameter names, valid values, rules for using the commands correctly, and output examples.
Table 6-6 NPP Service Rule Set Commands
Command | Description | Parameter(s) | Parameter Values |
---|---|---|---|
|
Create an NPP Rule in a Service Rule Set Change the Action Set name in a Rule |
||
Service Name |
srvn |
TTR, TIF, TIF2, TIF3, TIFCGPN, TIFCGPN2, TIFCGPN3, IARCDPN, IARCGPN, IDPRCDPN, IDPRCDPN2, IDPRCDPN3, IDPRCDPN4, IDPRCGPN, MOSMSGCDPN, MOSMSGCGPN, MOSMSICDPN, MOSMSICGPN, NPPT |
|
Filter NAI |
fnai |
INTL: filter messages with NAI=INTL. NATL: filter messages with NAI=NATL. NAI1: filter messages with NAI=NAI1. NAI2: filter messages with NAI=NAI2. NAI3: filter messages with NAI=NAI3. UNKN: filter messages with NAI=UNKN. |
|
Filter Prefix |
fpfx |
1 to 16 digit hexadecimal digit string (including single digit wildcard [?]), or wildcard [*]. |
|
Filter Digit Length |
fdl |
Specific or variable length of the incoming digit string. Decimal value [1..32] or wildcard [*]. |
|
Action Set Name |
asn |
Ten-character string that uniquely identifies the Action Set to associate with this Rule. |
|
Invoke Service Name |
invkserv |
TIF CgPN service to be invoked by the corresponding TIF CdPN service. TIFCGPN, TIFCGPN2, TIFCGPN3, NONE |
|
|
Delete a Rule from an NPP Service Rule Set |
||
Service Name |
srvn |
TTR, TIF, TIF2, TIF3, TIFCGPN, TIFCGPN2, TIFCGPN3, IARCDPN, IARCGPN, IDPRCDPN, IDPRCDPN2, IDPRCDPN3, IDPRCDPN4, IDPRCGPN, MOSMSGCDPN, MOSMSGCGPN, MOSMSICDPN, MOSMSICGPN, NPPT |
|
Filter NAI |
fnai |
INTL: filter messages with NAI=INTL. NATL: filter messages with NAI=NATL. NAI1: filter messages with NAI=NAI1. NAI2: filter messages with NAI=NAI2. NAI3: filter messages with NAI=NAI3. UNKN: filter messages with NAI=UNKN. |
|
Filter Prefix |
fpfx |
Specific or variable length of the incoming digit string. 1 to 16 digit hexadecimal string (including single digit wildcard [?]), or wildcard [*]. |
|
Filter Digit Length |
fdl |
Decimal value [1..32] or wildcard [*]. |
|
|
Retrieve all NPP Service Rule Sets or the Rules with the specified content |
||
Service Name |
srvn |
TTR, TIF, TIF2, TIF3, TIFCGPN, TIFCGPN2, TIFCGPN3, IARCDPN, IARCGPN, IDPRCDPN, IDPRCDPN2, IDPRCDPN3, IDPRCDPN4, IDPRCGPN, MOSMSGCDPN, MOSMSGCGPN, MOSMSICDPN, MOSMSICGPN, NPPT |
|
Filter NAI |
fnai |
INTL: Display Rules with NAI=INTL. NATL Display Rules with NAI=NATL. NAI1: Display Rules with NAI=NAI1. NAI2: Display Rules with NAI=NAI2. NAI3: Display Rules with NAI=NAI3. UNKN: Display Rules with NAI=UNKN. |
|
Filter Prefix |
fpfx |
Specific or variable length of the incoming digit string. 1 to 16 digit hexadecimal string (including single digit wildcard [?]), or wildcard [*]. |
|
Filter Digit Length |
fdl |
Decimal value [1..32] or wildcard [*]. |
|
Action Set Name |
asn |
Added new parameter Ten-character string that uniquely identifies the Action Set associated with the Rule(s). |
- A Rule cannot be provisioned with an OFNAI-Class value that is not supported by the specified service. For example, if NAI1=NONE for the service, a Rule for the service cannot contain an OFNAI Class value of NAI1.
- A Rule that is provisioned with FDL=* must be associated with a Conditioning Action group that contains the ZNX, DNX, or SNX Conditioning Action.
- A Rule that is provisioned with FDL=<specific value> cannot be associated with a Conditioning Action group that contains Conditioning Actions that process more than <specific value> number of digits.
- A Rule cannot be associated with an Action Set that contains Service Actions that are not supported by the service for the Service Rule Set
- A Rule cannot be associated with an Action Set that contains Service Actions with precedence values that are not valid for the specified service.
- A Rule cannot be associated with an Action Set that contains Formatting Actions that are not supported by the specified service.
- A Rule cannot be provisioned with an FPFX digit length greater than the specified FDL value when both the FPFX and FDL values are specific values (not wildcard values).
6.4.1 Provisioning the Filter NAI Class (FNAI Class)
The Filter NAI Class indicates the mnemonic that has the numeric value that must match the incoming NAI value before NPP processing will continue.
NPP maps the incoming service-specific NAI value to an FNAI Class mnemonic (NATL, INTL, NAI1, NAI2, NAI3, UNKN). Each mnemonic is assigned a number value. The incoming NAI value is mapped to the mnemonic with the matching number. For example, if the incoming NAI of 4 indicates an internationally formatted incoming digit string, the INTL mnemonic must be provisioned with the value 4 and the FNAI Class value for the filter must be INTL.
If the service does not need support for an FNAI Class, the mnemonic value is provisioned to NONE. (The digit string formatting is inferred based on a protocol-specific NAI value.) A Rule cannot specify that FNAI Class in the FNAI parameter value.
Provisioning an FNAI Class mnemonic value to NONE for a service can be done only if the Service Rule Set for the service is empty.
6.4.2 Provisioning the Filter Prefix (FPFX)
The Filter Prefix is a hexadecimal digit string. When an FPFX value is provisioned, the digits at the beginning of an incoming digit string must match the FPFX digits for NPP processing to continue.
The provisioned FPFX value can be a wildcard (*) to consider any digits in the incoming string to be a match.
When the NPP Unlimited SDWC Chars feature is turned on, the provisioned FPFX digits can contain up to 3 single digit wildcard characters (?) in the first 6 digits, but not the last digit if the string is less than or equal to 6 digits. An unlimited number of SDWC characters are allowed for each NPP service.
When the NPP Unlimited SDWC Chars feature is turned off, the provisioned FPFX digits can contain single digit wildcard characters (?) in any positions of the value except the last digit. The total number of single digit wildcard characters in all of the filter prefixes in the Service Rule Set for a service cannot exceed 25.
The provisioned FPFX digits can contain up to 3 single digit wildcard characters (?) in the first 6 digits of the value.
The provisioned FPFX digits can contain single digit wildcard characters (?) in any positions of the value except the last digit. The total number of single digit wildcard characters in all of the filter prefixes in the Service Rule Set for a service cannot exceed 25.
The FPFX string can be populated to the FPFX Formatting Action value when the FPFX Conditioning Action is provisioned in the associated Action Set in the Rule. The FPFX digit string will provide the first digits to be inserted in the outgoing digit string by the Formatting Action processing. The FPFX value in the Rule cannot be a wildcard (*) when the FPFX Conditioning Action is provisioned.
6.4.3 Provisioning the Filter Digit Length (FDL)
The Filter Digit Length specifies how many digits the incoming digit string must have to match the filter and continue NPP processing. The FDL value can be a wildcard (*) to allow any number of digits to match the filter.
For Rules with FDL=*, the associated Conditioning Action group must contain the ZNX, DNX, or SNX Conditioning Action. For Rules with specific FDL values (not wildcard) the associated Conditioning Action group must process the entire number of digits (by ignoring digits with the IGN Conditioning Actions, by other Conditioning Action processing, or both).
6.4.4 Validating Conditioning Actions during Rule Provisioning
- The Action Set must contain Conditioning Actions, Service Actions in correct precedence sequence, and Formatting Actions that are supported by the calling service that uses the Rule.
- For Rules with FDL=*, the associated Conditioning Action group must contain the ZNX, DNX, or SNX Conditioning Action for Conditioning Action execution to be considered successful.
- For Rules with specific FDL values (not wildcard) the associated Conditioning Action group must process the entire number of digits (by ignoring digits with the IGN Conditioning Actions, by other Conditioning Action processing, or both). For example, if the NPP Rule filter consists of FPFX=’0123’, FNAI=INTL and FDL=16, the associated Conditioning Action Set would need to process all 16 digits of the incoming digit string for Conditioning Action execution to be considered successful.
6.5 Service Rule Set Provisioning Procedures
Use the following procedures to create, change, and delete a Rule in a Service Rule Set for the specified service. The entry of one command operates on one Rule in the Service Rule Set.
Although there is a step to enter each component of the Rule, the parameters for a Rule do not need to be entered in the command in the sequence shown in the procedure. The steps just indicate the types of components that must be provisioned.
Each procedure builds one command. Do not press ENTER to execute the command until a procedure step instructs you to press ENTER. Refer to Commands User's Guide for complete descriptions of the commands used in these procedures.
- Enter the command keyword; the command line contains
ent-npp-srs
- Enter the name of the calling service; the command line contains
ent-npp-srs:srvn=tif
- Enter the FNAI value; the command line contains
ent-npp-srs:srvn=tif:fnai=intl
- Enter the Filter Prefix value; the command line contains
ent-npp-srs:srvn=tif:fnai=int:fpfx=*
- Enter the Filter digit Length value; the command line contains ent-npp-srs:srvn=tif:fnai=int:fpfx=*:fdl=*
- Enter the Action Set name to be associated with the Filter; the command line contains
ent-npp-srs:srvn=tif:fnai=int:fpfx=*:fdl=*:asn=actset1
- Press ENTER to execute the command.
6.5.1 Create a New Rule in a Service Rule Set
Use the following procedure to provision a new Rule in a Service Rule Set for the specified service. The Rule provisioning validates that the Conditioning Actions in the associated Action Set can execute successfully for the incoming digit string selected by the Rule filter (see Validating Conditioning Actions during Rule Provisioning).
Enter each part of one command as described in each step of the procedure. A step near the end of the procedure instructs you to press ENTER to execute the command when the complete command has been entered. See an example in Service Rule Set Provisioning Procedures.
- Enter ent-npp-srs (the command keyword).
- Enter the srvn parameter to specify the name of the calling service that will use the Rule.
- Enter the FNAI filter parameter. See the provisioning considerations in Provisioning the Filter NAI Class (FNAI Class).
- Enter the Filter Prefix parameter. See the provisioning considerations in Provisioning the Filter Prefix (FPFX).
- Enter the Filter Digit Length parameter. See the provisioning considerations in Provisioning the Filter Digit Length (FDL).
- Enter the Action Set Name parameter to specify the Action Set that is associated with this Rule.
- Press Enter to execute the command.
- Enter the
rtrv-npp-srs
command with the calling service name and verify the Rule entry in the output.
6.5.2 Change the Action Set Name in a Rule
Use the following procedure to change the Action Set Name in a Rule. All of the parameters must be specified in the command. Specify the new Action Set Name in the asn parameter. The Rule provisioning validates that the Conditioning Actions in the associated Action Set can execute successfully for the incoming digit string selected by the Rule Filter (see Validating Conditioning Actions during Rule Provisioning).
Enter each part of one chg-npp-srs
command as described in each step of the procedure. A step near the end of the procedure instructs you to press ENTER to execute the command when the complete command has been entered. See an example in Service Rule Set Provisioning Procedures.
Note:
Only the Action Set Name can be changed in a Rule. If any Filter values need to be changed for use with the same Action Set, a new Rule must be created with the new Filter values and the same Action Set Name. The existing Rule can be deleted, or it can remain in the Service Rule Set if it does not adversely affect the filtering process for the service.- Enter the
rtrv-npp-srs
command with the service name to display the existing values for the Rule that needs to change for the service, and press ENTER. - Enter
chg-npp-srs
(the command keyword). - Enter the srvn parameter to specify the name of the calling service that uses the Rule.
- Enter the fnai parameter, with the existing value. See the provisioning considerations in Provisioning the Filter NAI Class (FNAI Class).
- Enter the fpfx parameter, with the existing value. See the provisioning considerations in Provisioning the Filter Prefix (FPFX).
- Enter the fdl parameter, with the existing value. See the provisioning considerations in Provisioning the Filter Digit Length (FDL).
- Enter the asn parameter to specify the name of the new Action Set that is to be associated with this Rule.
- Press ENTER to execute the command.
- Enter the
rtrv-npp-srs
command with the calling service name and verify the Rule entry in the output.
6.5.3 Remove a Rule from a Service Rule Set
Use the following procedure to remove a Rule from a Service Rule Set. Note: This procedure builds one dlt-npp-srs command. DO NOT PRESS ENTER to execute the command until a procedure step instructs you to press Enter.
Enter each part of one dlt-npp-srs
command as described in each step of the procedure. A step near the end of the procedure instructs you to press ENTER to execute the command when the complete command has been entered. See an example in Service Rule Set Provisioning Procedures.
- Enter the
rtrv-npp-srs
command with the service name to display the existing values for the Rule that needs to be removed for the service, and press ENTER. - Enter
dlt-npp-srs
(the command keyword). - Enter the srvn parameter to specify the name of the calling service that uses the Rule.
- Enter the fnai parameter, with the existing value. See the provisioning considerations in Provisioning the Filter NAI Class (FNAI Class).
- Enter the fpfx parameter, with the existing value. See the provisioning considerations in Provisioning the Filter Prefix (FPFX).
- Enter the fdl parameter, with the existing value. See the provisioning considerations in Provisioning the Filter Digit Length (FDL).
- Press ENTER to execute the command.
- Enter the
rtrv-npp-srs
command with the calling service name and verify that the Rule was removed for the service.
6.6 Provisioning Service Data
The procedures in this section describe how to change the On or Off status of the specified service, define Delimiter values to use in formatting the outgoing digit string, and define the FNAI Class mapping value for the outgoing NAI.
Note:
For the IDP Relay services, the FNAI mapping parameter values in the Service Data commands should not be changed from the default values if:- For the IDPRCDPN service, the TTROPTS SNAI option value is not INCOMING.
- For the IDPRCDPN, IDPRCDPN2, IDPRCDPN3, and IDPRCDPN4 services, the TTROPTS SNAI option value is not INCOMING.
- For the IDPRCGPN service, the FNAI mapping parameter values in the Service Data commands should not be changed from the default values if the TTROPTS CGSNAI option value is not INCOMING.
The following commands are used to provision Service Data:
Table 6-7 NPP Service Data Commands
Command | Description | Parameter(s) | Parameter Values |
---|---|---|---|
|
Change Service State, NAI-to-FNAI class mappings, and Delimiter values. |
||
Service Name |
srvn |
NPPT, TIF, TIF2, TIF3, TIFCGPN, TIFCGPN2, TIFCGPN3, IARCDPN, IARCGPN, IDPRCDPN, IDPRCDPN2, IDPRCDPN3, IDPRCDPN4,IDPRCGPN, MOSMSGCDPN, MOSMSGCGPN, MOSMSICDPN, MOSMSICGPN |
|
Service On/Off Status |
status |
OFF: disable ON: enable |
|
Delimiter digits used in NPP Formatting Action execution |
dlma, dlmb, dlmc, dlmd, dlme, dlmf, dlmg, dlmh, dlmi, dlmj, dlmk, dlml, dlmm, dlmn, dlmo, dlmp |
1 to 16 hexadecimal digits or NONE Default value for all services is NONE. Note: If a TIF or IDP Relay service has DLMA-DLMC values that
are not NONE in the TIFOPTS or TTROPTS table, those values from
TIFOPTS or TTROPTS will be used by Formatting Action execution. The
TIFOPTS and TTROPTS delimiter values are set by the |
|
FNAI=INTL NAI mapping |
intl |
Decimal value [0..255] or NONE. |
|
FNAI=NATL NAI mapping |
natl |
Decimal value [0..255] or NONE. |
|
FNAI=NAI1 NAI mapping |
nai1 |
Decimal value [0..255] or NONE. |
|
FNAI=NAI2 NAI mapping |
nai2 |
Decimal value [0..255] or NONE. |
|
FNAI=NAI3 NAI mapping |
nai3 |
Decimal value [0..255], or NONE. |
|
Outgoing NAI mapping value for OFNAI-Class =UNKN. |
unkn |
Decimal value [0.255]. |
|
|
Retrieve service Status for one or all services, NAI to FNAI-class mappings, Delimiter values, and Service Action precedence. |
||
Service name |
srvn |
NPPT, TIF, TIF2, TIF3, TIFCGPN, TIFCGPN2, TIFCGPN3, IARCDPN, IARCGPN, IDPRCDPN, IDPRCDPN2, IDPRCDPN3, IDPRCDPN4,IDPRCGPN, MOSMSGCDPN, MOSMSGCGPN, MOSMSICDPN, MOSMSICGPN |
|
Output mode |
mode |
Output is for all services if the Service Name is not specified. FULL: Full output contains Service Name, service status, Service Actions, Service Action precedence, 6 NAI values, and Delimiter values. DEFAULT: Output contains service name, status, Service Actions, and Service Action precedence. |
6.6.1 Provisioning the Service Status
The status for a service must be set to On before NPP will process incoming digit strings from the service:
Before the service status can be set to On, at least one Rule must be provisioned in the Service Rule Set for the service.
The service status should be Off until all service provisioning is complete and NPP is ready to receive and process digit strings for the service.
6.6.2 Provisioning FNAI Class Mnemonic Values
NPP maps the incoming service-specific NAI value to an FNAI Class mnemonic (NATL, INTL, NAI1, NAI2, NAI3, UNKN). Each mnemonic is assigned a number value. The incoming NAI value is mapped to the mnemonic with the matching number. For example, if the incoming NAI of 4 indicates an internationally formatted incoming digit string, the INTL mnemonic must be provisioned with the value 4.
Any NAI value that is not mapped to an FNAI-Class is interpreted as UNKN (Unknown). The UNKN (Unknown) mnemonic cannot have a value of NONE.
If the service does not need support for an FNAI Class, the mnemonic value is provisioned to NONE. (The digit string formatting is inferred based on a protocol-specific NAI value.)
A Rule cannot specify an FNAI Class mnemonic that has a value of NONE in the FNAI filter parameter value.
Provisioning an FNAI Class mnemonic value to NONE for a service can be done only if the Service Rule Set for the service is empty.
6.6.3 Provisioning Delimiter Digits
TIF and IDP Relay feature-specific delimiters (DLMA through DLMC) can be provisioned in the TIFOPTS table or TTROPTS table.
NPP initializes 16 delimiters (DLMA through DLMP) by extracting data values from the NPP service delimiters, and replaces the NPP DLMA thru DLMC values with feature-specific DLMA through DLMC delimiter values that are not none from the TIFOPTS table and the TTROPTS table. This replacement applies only to TIF services (TIF, TIF2, TIF3) and IDP Relay services (IDPRCDPN, IDPRCDPN2, IDPRCDPN3, IDPRCDPN4, IDPRCGPN). The DLMA through DLMC values from the TIFOPTS or TTROPTS tables will be used in NPP processing. (The feature-specific provisioning of DLMA through DLMC will be removed in a future EAGLE release.)
6.7 Service Data Provisioning Procedures
Use the following procedures to change the On or Off status of the specified service, define Delimiter values to use in formatting the outgoing digit string, and define FNAI Class mnemonic mapping values for the outgoing NAI.
Each procedure builds one command. Do not press ENTER to execute the command until a procedure step instructs you to press ENTER.
- Enter the command keyword; the command line contains
chg-npp-serv
- Enter the name of the calling service; the command line contains
chg-npp-serv:srvn=tif
- Enter each FNAI mnemonic parameter; the command line contains
chg-npp-serv:srvn=tif:intl=3:natl=4
- Press ENTER to execute the command.
6.7.1 Change the Status of a Service
The service Status cannot be changed to on if the Service Rule Set contains no Rules for the service.
Enter each part of one chg-npp-serv
command as described in each step of the procedure. A step near the end of the procedure instructs you to press ENTER to execute the command when the complete command has been entered. See an example in Service Data Provisioning Procedures.
- Enter the
rtrv-npp-srs
command with the srvn parameter to display the Service Rule Set for the service. - If at least one Rule is listed in the Service Rule Set for the service, go to 4.
- If no Rules for the service are shown in the output from 1, use the procedure described in Create a New Rule in a Service Rule Set to provision at least one Rule for the service. Then continue with 4.
- Enter
chg-npp-serv
(the command keyword). - Enter the srvn parameter to specify the name of the calling service.
- Enter the status parameter and specify the new status of the service (on or off).
- Press ENTER to execute the command.
- Enter the
rtrv-npp-serv
command with the name of the service in the srvn parameter, and verify the new Status of the service in the output.
6.7.2 Change FNAI Class Mnemonic Values
Use this procedure to change FNAI Class mnemonic values for a calling service.
The value of an FNAI Class mnemonic cannot be changed to NONE if the Service Rule Set contains any Rules for the service.
Enter each part of one command as described in each step of the procedure. A step near the end of the procedure instructs you to press ENTER to execute the command when the complete command has been entered. See an example in Service Data Provisioning Procedures.
- Enter the
rtrv-npp-serv
command with the srvn parameter to display the FNAI Class mnemonic values for the service. - Enter
chg-npp-serv
(the command keyword). - Enter the srvn parameter to specify the name of the calling service.
- Enter one or more FNAI Class mnemonic parameters with the new value for each changing parameter.
- Press ENTER to execute the command.
- Enter the
rtrv-npp-serv
command with the name of the service in the srvn parameter, and verify the changes in the output.
6.7.3 Change Delimiter Values
Use this procedure to change the value of one or more Delimiter digit strings (DLMA-DLMP parameters) for a service.
Enter each part of one command as described in each step of the procedure. A step near the end of the procedure instructs you to press ENTER to execute the command when the complete command has been entered. See an example in Service Data Provisioning Procedures.
- Enter the
rtrv-npp-serv
command with the srvn parameter to display the Delimiter values for the service. - Enter
chg-npp-serv
(the command keyword). - Enter the srvn parameter to specify the name of the calling service.
- Enter one or more Delimiter parameters with the new value for each parameter.
- Press ENTER to execute the command.
- Enter the
rtrv-npp-serv
command with the name of the service in the srvn parameter, and verify the new values in the output.
6.8 NPP Unlimited SDWC Chars Feature Configuration Procedures
When the feature is enabled, it is turned off by default. The feature can be turned on, and can be turned off after it has been turned on, if there are no services provisioned with more than 25 single digit wildcard characters per service.
6.8.1 Enabling the NPP Unlimited SDWC Chars Feature
This procedure is used to enable the NPP Unlimited SDWC Chars feature in the EAGLE.
After the feature is enabled, it can be turned on and off to control the capability of using single digit wildcard characters in the Filter Prefix (see Searching NPP Filters with Wildcard Values).
6.8.2 Turning On the NPP Unlimited SDWC Chars Feature
This procedure is used to turn on the NPP Unlimited SDWC Chars feature in the EAGLE, using the feature part number 893039301.
Before the NPP Unlimited SDWC Chars feature can be turned on, the feature must be enabled in the EAGLE.
If any NPP Service Rules have more than 3 single digit wildcard characters (?) specified for the FPFX parameter, then the feature cannot be turned on.
If any NPP Service Rules have a single digit wildcard character (?) specified after the sixth digit in the FPFX parameter, then the feature cannot be turned on.
The feature must be turned on before a single digit wildcard character can be specified as a value for the FPFX parameter more than 25 time across all of the rules for an NPP service.
6.8.3 Turning Off the NPP Unlimited SDWC Chars Feature
This procedure is used to turn off the NPP Unlimited SDWC Chars feature in the EAGLE, using the feature part number 893039301.
The NPP Unlimited SDWC Chars feature can be turned off after it has been turned on only if there are no NPP services provisioned with more than 25 single digit wildcard characters per service.
6.9 NPP Test Service
The NPP Test Service is a function that provides provisioning and testing of NPP Action Sets and Rules associated with the NPPT Service Rule Set. Execution of an NPPT tst-npp-msg
command injects a test message through an interface to validate the provisioned NPPT Service Rule Set, without affecting live traffic.
The test message execution produces EAGLE terminal output that contains the following information:
- The service
- The Rule in the Service Rule Set that NPP selected as a match (if any)
- The Conditioning Actions executed (if any)
- The Service Actions executed (if any)
- The Formatting Actions executed (if any)
- The original digit string
- The conditioned digit string
- The outgoing digit string
- The continuation indicators from each executed Service Action
- The formatting indicators from each executed Service Action
When Action Sets and Rules have been validated using NPPT, they can be used in production processing by provisioning the same Action Sets and Rules for "real" services, but including the supported Service Actions and FNAI values for the calling services.
Note:
Each feature or function that uses NPP has its own test message provisioning and use of the tst-msg
command to validate service-specific NPP provisioning. Refer to the Feature Manual for each feature for more information.
6.9.1 NPPT Provisioning
NPPT uses the Service Actions, precedences, and behavior shown in Table 6-8.
An EPAP-related feature must be enabled in the system before an NPPT Service Action (except CDIAL) can be provisioned in an Action Set.
Table 6-8 NPPT Service Actions
Service Action Name | Precedence | Behavior |
---|---|---|
RTDBTRNSP | 100 | Looks for DN in RTDB; looks for SP or RN in found DN; checks for Formatting Action processing |
RTDBTSP | 50 | Looks for DN in RTDB; looks for SP in found DN |
RTDBTRN | 50 | Looks for DN in RTDB; looks for RN in found DN |
CDIAL | 10 | Corrective Dialing
Checks for Formatting Action processing |
NPPT Provisioning Examples
The following examples for a given numbering plan show the difference between provisioning for incoming calls starting with ‘9090’ and those that start with ‘060’. Refer to the command descriptions, parameter values, and output examples and descriptions in Commands User's Guide for more information about the commands used for NPPT and the test message output.
SCENARIO 1: PREFIX ‘9090'
- Incoming digit strings contain a Country Code (CC), an Area Code (AC) and a Subscriber Number (SN).
- Incoming digit strings beginning with ‘9090’ will have the FNAI Class set to international and the Filter Digit Length set to 16 digits.
RULES TO APPLY:
- Provision an Action Set that conditions the incoming digits, applies the Service Action RTDBTRN, and formats the outgoing digits according to an international format.
- Provision an NPP rule with FPFX=’9090’, FDL=16 and FNAI=INTL.
- Provision the NPP Action Set:
ent-npp-as:asn=set1:ca1=IGN4:ca2=CC2:ca3=DN10:sa1=RTDBTRN :fa1=CC:fa2=RN:fa3=DN:ofnai=INTL
or
ent-npp-as:asn=set1:ca=IGN4,CC2,DN10:sa=RTDBTRN:fa=CC,RN,DN:ofnai=INTL
- Provision the NPP Rule:
ent-npp-srs:srvn=nppt:fnai=INTL:fpfx=9090:fdl=16:asn=set1
- Provision the NPP Service State:
chg-npp-serv:srvn=nppt:intl=7:natl=5:nai1=12:nai2=13:nai3=14
chg-npp-serv:srvn=nppt:status=ON
- Send an NPPT test message:
tst-npp-msg:loc=<Service Module card location>:digs=9090920292252645:nai=7:mode=full
- DN 209192252645 with an RN entity containing the digits abcd
Test message output:
1 2 3 4 5 6 7 8
12345678901234567890123456789012345678901234567890123456789012345678901234567890
SERVICE NAME = nppt SERVICE STATUS = ON
INC DIGITS = 9090920292252645
NAI = 7 FNAI = intl FDIGLEN = 16
MATCHING RULE
FNAI = intl FDIGLEN = 16 FPFX = 9090
ACTION SET NAME = set1
CONDITIONING RESULT
CA1 = ign4 EXECUTED = Y RESULT = PASS
CA2 = cc2 EXECUTED = Y RESULT = PASS
CA3 = dn10 EXECUTED = Y RESULT = PASS
INC DIGITS = 9090920292252645
COND DIGITS = 920292252645
SERVICE APPLICATION
SA1 = rtdbtrn EXECUTED = Y FORMAT = Y
FORMATING RESULT
FA1 = cc EXECUTED = Y RESULT = PASS
FA2 = rn EXECUTED = Y RESULT = PASS
FA3 = dn EXECUTED = Y RESULT = PASS
OUTG DIGITS = 92abcd0292252645
OUTG FNAI = intl
;
SCENARIO 2: PREFIX ‘060'
- Incoming digit string contains an Area Code (AC) and a Subscriber Number (SN).
- Incoming digit strings starting with ‘060’ will have FNAI Class set to National and Filter Digit Length set to 16 digits.
- Provision an Action Set that conditions the incoming digits, applies the Service Action RTDBTRNSP, and formats the outgoing digits by pre-pending the RN or the SP to the original digits.
- Provision an NPP rule with FPFX=’060’, FDL=13 and FNAI=NATL
- Provision the NPP Action Set:
ent-npp-as:asn=set2:ca1=CCDEF:ca2=IGN3:ca3=DN7:sa1=RTDBTRNSP: fa1=RN:fa2=SP:fa3=ORIG:ofnai=NATL
or
ent-npp-as:asn=set2:ca=CCDEF,IGN3,DN7:sa=RTDBTRNSP:fa=RN,SP,ORIG:ofnai=NATL
- Provision the NPP Rule:
ent-npp-srs:srvn=nppt:fnai=NATL:fpfx=060:fdl=13:asn=set2
- Provision the NPP service state:
chg-npp-serv:srvn=nppt:intl=7:natl=5:nai1=12:nai2=13:nai3=14
chg-npp-serv:srvn=nppt:status=ON
- Send an NPPT test message:
tst-npp-msg:loc=<Service Module card location>:digs=0609192252645:nai=5
- DN 989192252645 with an SP entity containing the digits 1
1 2 3 4 5 6 7 8
12345678901234567890123456789012345678901234567890123456789012345678901234567890
SERVICE NAME = nppt SERVICE STATUS = ON
INC DIGITS = 0609192252645
NAI = 5 FNAI = natl FDIGLEN = 13
MATCHING RULE
FNAI = natl FDIGLEN = 13 FPFX = 060
ACTION SET NAME = set2
CONDITIONING RESULT
CA1 = ccdef EXECUTED = Y RESULT = PASS
CA2 = ign3 EXECUTED = Y RESULT = PASS
CA3 = dn10 EXECUTED = Y RESULT = PASS
INC DIGITS = 0609192252645
COND DIGITS = 989192252645
SERVICE APPLICATION
SA1 = rtdbtrnsp EXECUTED = Y FORMAT = Y
FORMATING RESULT
FA1 = rn EXECUTED = Y RESULT = PASS
FA2 = sp EXECUTED = Y RESULT = PASS
FA3 = orig EXECUTED = Y RESULT = PASS
OUTG DIGITS = 1bce0609192252645
OUTG FNAI = natl