Actions

Creating an SCCP GTT Address Map


This article applies to: Product Version
Tmedia 2.9, 2.10, 3.0, 3.2

An Address Map describes the Global Title Translation. Each translation description is associated to a complete or partial address number and 1 or 2 translation Entities.


To Create an SCCP GTT Address Map:

1- Select SCCP from the navigation panel


Create SCCP Stack 0.png


2- Select an SCCP GTT Association


Select SCCP GTT Association 0.png


3- Click Create New GTT Address Map from the GTT association configuration window

Create SCCP Table 0.png


4- Configure the new GTT address map:

  • Choose a Name for the map
  • Set values for the Called and Calling Party:
  • Choose an SCCP output network (only for ITU96 protocol variant)
  • Enter an Format Type (GTI) and GT Address (GTA) in the Entity Global Title section
  • Click Create

SCCP Table 1a.png


5- Verify that the "SccpGttAssoAddrMap was successfully created" message appears

Create SCCP Table 2.png


Path

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]

Parameters (text)

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]
name             = "@[sccp_gtt_address_maps]"
position         = 1

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/association_rule
action_type             = "FIX"
end_digit               = 8
gt_address_digits       = "5551212"
start_digit             = 1
sub_system_number       = 2
tcap_map_operation_code = 2

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule
enable_load_sharing   = false
output_network        = "MTP3"
preserve_global_title = false
use_second_entity     = false

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_1
net_indicator_bit_type          = "NATIONAL"
place_point_code_in_sccp_header = true
point_code                      = "@[point_code]"
routing_indicator               = "GLOBAL_TITLE"
set_destination_point_code      = false
set_sub_service_type            = false
set_sub_system_number           = false
sub_service_type                = "National"
sub_system_number               = ""

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_1/global_title
encoding_scheme      = "NOT_USED"
format_type          = "NOT_USED"
gt_address           = "5551313"
nature_of_address    = "NOT_USED"
numbering_plan_type  = "NOT_USED"
odd_even_type        = "NOT_USED"
translation_type     = 0
use_translation_type = false

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_2
net_indicator_bit_type          = "NATIONAL"
place_point_code_in_sccp_header = true
point_code                      = "@[point_code]"
routing_indicator               = "GLOBAL_TITLE"
set_destination_point_code      = false
set_sub_service_type            = false
set_sub_system_number           = false
sub_service_type                = "National"
sub_system_number               = ""

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]/translation_rule/entity_2/global_title
encoding_scheme      = "NOT_USED"
format_type          = "NOT_USED"
gt_address           = ""
nature_of_address    = "NOT_USED"
numbering_plan_type  = "NOT_USED"
odd_even_type        = "NOT_USED"
translation_type     = 0
use_translation_type = false

Parameters (json)

{
  "association_rule" : {
    "action_type" : "FIX",
    "end_digit" : 8,
    "gt_address_digits" : "5551212",
    "start_digit" : 1,
    "sub_system_number" : 2,
    "tcap_map_operation_code" : 2
  },
  "name" : "@[sccp_gtt_address_maps]",
  "position" : 1,
  "translation_rule" : {
    "enable_load_sharing" : false,
    "entity_1" : {
      "global_title" : {
        "encoding_scheme" : "NOT_USED",
        "format_type" : "NOT_USED",
        "gt_address" : "5551313",
        "nature_of_address" : "NOT_USED",
        "numbering_plan_type" : "NOT_USED",
        "odd_even_type" : "NOT_USED",
        "translation_type" : 0,
        "use_translation_type" : false
      },
      "net_indicator_bit_type" : "NATIONAL",
      "place_point_code_in_sccp_header" : true,
      "point_code" : "@[point_code]",
      "routing_indicator" : "GLOBAL_TITLE",
      "set_destination_point_code" : false,
      "set_sub_service_type" : false,
      "set_sub_system_number" : false,
      "sub_service_type" : "National",
      "sub_system_number" : ""
    },
    "entity_2" : {
      "global_title" : {
        "encoding_scheme" : "NOT_USED",
        "format_type" : "NOT_USED",
        "gt_address" : "",
        "nature_of_address" : "NOT_USED",
        "numbering_plan_type" : "NOT_USED",
        "odd_even_type" : "NOT_USED",
        "translation_type" : 0,
        "use_translation_type" : false
      },
      "net_indicator_bit_type" : "NATIONAL",
      "place_point_code_in_sccp_header" : true,
      "point_code" : "@[point_code]",
      "routing_indicator" : "GLOBAL_TITLE",
      "set_destination_point_code" : false,
      "set_sub_service_type" : false,
      "set_sub_system_number" : false,
      "sub_service_type" : "National",
      "sub_system_number" : ""
    },
    "output_network" : "MTP3",
    "preserve_global_title" : false,
    "use_second_entity" : false
  }
}

List of Parameters

Association Rule

Translation Rule