Go to primary content
Oracle® Communications EAGLE Database Administration - GTT User's Guide
Release 46.8
F11880-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

Changing the MTP-Routed GTT Options

This procedure is used to change the MTP-routed GTT options using the chg-sccpopts command with these parameters.

:mtprgtt – This parameter specifies whether global title translation is performed on an MTP-routed message and how the message is routed after global title translation is performed on the message. This parameter has three values.
  • off - global title translation is not performed on the MTP-routed message.
  • usemtppc - global title translation is performed on the MTP-routed message and is then routed to the original DPC.
  • fullgtt - global title translation is performed on the MTP-routed message and is then routed to the translated DPC.
:mtprgttfallbk – this parameter specifies whether an MTP-routed message is MTP-routed after global title translation on the message has failed. This parameter has two values.
  • mtproute - perform MTP-routing on the message if global title translation on the message fails.
  • gttfail - discard the message if global title translation on the message fails. Send a UDTS if required.

This procedure can be performed only if the MTP Routed GWS Stop Action feature or the MTP Msgs for SCCP Apps feature is enabled. The status of these features is shown in the rtrv-ctrl-feat output.

  1. Display the existing default GTT mode values by entering the rtrv-sccpopts command.

    This is an example of the possible output.

    rlghncxa03w 10-07-17 16:02:05 GMT  EAGLE5 42.0.0
    
    SCCP OPTIONS
    -------------------------------
    MTPRGTT                     off
    MTPRGTTFALLBK          mtproute

    The rtrv-sccpopts output contains other fields that are not used in this procedure. If you wish to see these fields, refer to the rtrv-sccpopts command description in Commands User's Guide.

    If the MTPRGTT value is either usemtppc or fullgtt, or the MTPRGTTFALLBK value is gttfail, then either the MTP Routed GWS Stop Action feature or the MTP Msgs for SCCP Apps feature is enabled. The MTPRGTT or MTPRGTTFALLBK values can be changed. Continue the procedure with 3.

    If the MTPRGTT value is off and the MTPRGTTFALLBK value is mtproute, continue the procedure with 2.

  2. Display the status of the MTP Routed GWS Stop Action feature or the MTP Msgs for SCCP Apps features by entering the rtrv-ctrl-feat command.

    This is an example of the possible output.

    rlghncxa03w 10-07-07 00:29:31 GMT EAGLE5 42.0.0
    The following features have been permanently enabled:
    
    Feature Name              Partnum   Status Quantity
    Intermed GTT Load Sharing 893006901 on     ----
    SCCP Loop Detection       893016501 on     ----
    SCCP Conversion           893012001 off    ----
    HC-MIM SLK Capacity       893012707 on     64
    Flexible GTT Load Sharing 893015401 on     ----
    Origin Based SCCP Routing 893014301 on     ----
    Hex digit support for GTT 893018501 on     ----
    AMGTT                     893021801 on     ----
    MO SMS B-Party Routing    893024601 on     ----
    GTT Action - DISCARD      893027501 off    ----
    GTT Action - DUPLICATE    893027601 off    ----
    GTT Action - FORWARD      893037501 on     ----
    ANSI41 AIQ                893034901 off    ----
    
    
    The following features have been temporarily enabled:
    
    Feature Name              Partnum   Status Quantity   Trial Period Left
    Zero entries found.
    
    
    The following features have expired temporary keys:
    
    Feature Name              Partnum
    Zero entries found.

    If either the MTP Routed GWS Stop Action feature or the MTP Msgs for SCCP Apps features are enabled, continue the procedure with 3.

    If neither the MTP Routed GWS Stop Action feature or the MTP Msgs for SCCP Apps features are enabled, enable the desired feature by performing one of these procedures.
    • To enable the MTP Routed GWS Stop Action feature, perform the “Activating the MTP Routed GWS Stop Action Feature” procedure in Database Administration GWS User's Guide.
    • To enable the MTP Msgs for SCCP Apps feature, perform the “MTP Msgs for SCCP Apps Activation Procedure” in one of these user's guides to enable the feature.
      • A-Port User's Guide
      • IS41 GSM Migration User's Guide
      • MO SMS User's Guide

    After the desired feature has been enabled, continue the procedure with 3.

  3. Change the MTP-routed GTT option values using the chg-sccpopts command and with either the mtprgtt or the mtprgttfallbk parameters, or both parameters.

    For this example, enter this command.

    chg-sccpopts:mtprgtt=fullgtt:mtprgttfallbk=gttfail

    When the chg-sccpopts command has successfully completed, this message should appear.

    rlghncxa03w 10-07-07 00:22:57 GMT  EAGLE5 42.0.0
    CHG-STPOPTS: MASP A - COMPLTD
  4. Verify the changes using the rtrv-sccpopts command. This is an example of the possible output.
    rlghncxa03w 10-07-17 16:02:05 GMT  EAGLE5 42.0.0
    
    SCCP OPTIONS
    -------------------------------
    MTPRGTT                 fullgtt
    MTPRGTTFALLBK           gttfail
  5. Back up the new changes using the chg-db:action=backup:dest=fixed command. These messages should appear, the active Maintenance and Administration Subsystem Processor (MASP) appears first.
    BACKUP (FIXED) : MASP A - Backup starts on active MASP.
    BACKUP (FIXED) : MASP A - Backup on active MASP to fixed disk complete.
    BACKUP (FIXED) : MASP A - Backup starts on standby MASP.
    BACKUP (FIXED) : MASP A - Backup on standby MASP to fixed disk complete.

Figure 2-191 Change the MTP-Routed GTT Options