Toolpack:Creating an SCCP GTT Address Map C

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "=== '''''Applies to version(s): v2.9''''' === __notoc__ {{DISPLAYTITLE:Creating an SCCP GTT Address Map}} The GTT Translation table is composed of two things: #A list of [[SCC...")
 
(added northbound data)
Line 66: Line 66:
 
'''Path'''
 
'''Path'''
 
<pre>
 
<pre>
 +
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_gtt_associations/@[sccp_gtt_associations]/sccp_gtt_address_maps/@[sccp_gtt_address_maps]
 
</pre>
 
</pre>
  
 
'''Parameters (text)'''
 
'''Parameters (text)'''
 
<pre>
 
<pre>
 +
/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
 
</pre>
 
</pre>
  
 
'''Parameters (json)'''
 
'''Parameters (json)'''
 
<pre>
 
<pre>
 +
{
 +
  "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
 +
  }
 +
}
 
</pre>
 
</pre>
 
</div>
 
</div>

Revision as of 12:06, 21 January 2016

Applies to version(s): v2.9

The GTT Translation table is composed of two things:

  1. A list of Association Actions
  2. A list of Address Maps

Association Action

An Assocication action is a lookup method. This lookup method is performed on the Called Party Global Title Address in order to find a matching adress in the Address Map list.

For each different Action Type, Start Digit and End Digit may or may not be needed. Please refer to Action Type description for more details.

Configure GTT association actions

Toolpack v2.5 SCCP GTT Digits.png

Address Map

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
  • Choose an Action Type
  • Choose start and end digits
  • 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 1.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

Personal tools