> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/creating-an-sccp-network.md).

# Creating an SCCP Network

> **Applies to:** Tmedia 3.0, 3.2, 3.3

After you create the initial SCCP stack, you must create a new SCCP network for your system.

The [SCCP](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/sccp/README.md) network informs the SCCP protocol layer about a collection of SS7 nodes that are accessible through MTP3. Based upon your system configuration, one or more SCCP networks are created. Repeat this section for as many networks as you require.

To create an SCCP network:

1- Select **SCCP** from the navigation panel

![Create SCCP Stack 0](https://docs.telcobridges.com/w/images/f/fa/Create_SCCP_Stack_0.png)

2- Click **Create New SCCP Network** in the SCCP stack configuration window

![Create SCCP Network 0](https://docs.telcobridges.com/w/images/d/d4/Create_SCCP_Network_0.png)

3- Configure the new SCCP network:

* Provide a [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md) for the SCCP network
* Select an [MTP3 Network](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/mtp3-network/README.md) on which to bind the SCCP stack
* Select an [SCCP Protocol Variant](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/protocol-type/README.md)
* Select an [SCCP Net Indicator Bit](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sccp-net-indicator-bit/README.md)
* Select a [Self Point Code](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/point-code/README.md)
* Click **Create**

![Create SCCP Network 1](https://docs.telcobridges.com/w/images/d/d2/Create_SCCP_Network_1.png)

4- Verify that the **"SCCP Network was successfully created"** message appears

![Create SCCP Network 2](https://docs.telcobridges.com/w/images/0/0c/Create_SCCP_Network_2.png)

**Path**

```
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]
```

**Parameters (text)**

```
/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]
m3ua_userpart           = ""
mtp3_network            = "@[mtp3_network]"
name                    = "@[sccp_network]"
net_indicator_bit_type  = "NATIONAL"
protocol_variant        = "ITU"
self_point_code         = "XTEL_OPC_2106"
type_of_network_to_bind = "MTP3"

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/advanced_parameters
default_hop_count                         = 10
msg_importance_for_priority_0             = 6
msg_importance_for_priority_1             = 6
msg_importance_for_priority_2             = 6
msg_importance_for_priority_3             = 6
use_sio_priorities_msg_importance_mapping = false

/configurations/@[configuration_name]/sccp_stacks/@[sccp_stack]/sccp_networks/@[sccp_network]/timers
asmb_timer       = "30 seconds"
attack_timer     = "100 milliseconds"
congestion_timer = "1 second"
crd_timer        = "1 minute"
decay_timer      = "1 second"
ignore_sst_timer = "30 seconds"
srt_timer        = "30 seconds"
sst_timer        = "30 seconds"
```

**Parameters (json)**

```
{
  "advanced_parameters" : {
    "default_hop_count" : 10,
    "msg_importance_for_priority_0" : 6,
    "msg_importance_for_priority_1" : 6,
    "msg_importance_for_priority_2" : 6,
    "msg_importance_for_priority_3" : 6,
    "use_sio_priorities_msg_importance_mapping" : false
  },
  "m3ua_userpart" : "",
  "mtp3_network" : "@[mtp3_network]",
  "name" : "@[sccp_network]",
  "net_indicator_bit_type" : "NATIONAL",
  "protocol_variant" : "ITU",
  "self_point_code" : "XTEL_OPC_2106",
  "timers" : {
    "asmb_timer" : "30 seconds",
    "attack_timer" : "100 milliseconds",
    "congestion_timer" : "1 second",
    "crd_timer" : "1 minute",
    "decay_timer" : "1 second",
    "ignore_sst_timer" : "30 seconds",
    "srt_timer" : "30 seconds",
    "sst_timer" : "30 seconds"
  }
}
```

### List of Parameters

* [Name](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/name/README.md)
* [Type of network to bind](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/type-of-network-to-bind/README.md)
* [MTP3 Network](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/mtp3-network/README.md)
* [SCCP Protocol Variant](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/protocol-type/README.md)
* [SCCP Net Indicator Bit](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sccp-net-indicator-bit/README.md)
* [Self Point Code](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/signalling/point-code/README.md)

**Timers**

* [SST Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/sst-timer/README.md)
* [SRT Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/srt-timer/README.md)
* [Ignore SST Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/ignore-sst-timer/README.md)
* [CRD Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/crd-timer/README.md)
* [ASMB Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/asmb-timer/README.md)
* [Attack Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/attack-timer/README.md)
* [Decay Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/decay-timer/README.md)
* [Congestion Timer](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/congestion-timer/README.md)

**Advance Parameters**

* [Default Hop Count](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/default-hop-count/README.md)
* [Use SIO priorities msg importance mapping](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/use-sio-priorities-msg-importance-mapping/README.md)
* [Msg importance for priority 0](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/msg-importance-for-priority-3/README.md)
* [Msg importance for priority 1](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/msg-importance-for-priority-3/README.md)
* [Msg importance for priority 2](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/msg-importance-for-priority-3/README.md)
* [Msg importance for priority 3](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/parameters/msg-importance-for-priority-3/README.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/tmedia-documentation/configuration/creating-an-sccp-network.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
