> 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/telecom-references/ss7-and-signalling/sls.md).

# SLS

## Signaling Link Selector

### Description

The **signaling link selection** (or *SLS*) is a field in the Message Transfer Part level 3 (MTP3) frame of [SS7](https://telcobridges.com/media-gateways/solutions/signaling/migrating-ss7-sigtran/).

The SLS is used as a label to route MTP level 3 messages in the SS7 network.

SLS can also be used in reference to the algorithm that an SS7 node uses for selection of the appropriate signaling link to use for communicating with an adjacent SS7 node. Factors such as load balancing and link availability are used to determine the appropriate link.

| SLS lenght | Variants      | Description                                 |
| ---------- | ------------- | ------------------------------------------- |
| 4 bits     | ITU,TTC,CHINA | The SLS is 4 bits wide                      |
| 5 bits     | ANSI          | Prior to ANSI96, this bit is 5 bits wide    |
| 8 bits     | ANSI96        | This field was extended to 8 bits in ANSI96 |

### Example

#### ITU MTP3 SLS field

![SCCP MTP3 SLS](https://docs.telcobridges.com/w/images/2/22/SCCP_MTP3_SLS.png)

### Reference

[Ref: SLS on Wikipedia](http://en.wikipedia.org/wiki/Signaling_Link_Selection)


---

# 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/telecom-references/ss7-and-signalling/sls.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.
