Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLS limitation task #302

Open
vetss opened this issue Jun 18, 2018 · 0 comments
Open

SLS limitation task #302

vetss opened this issue Jun 18, 2018 · 0 comments

Comments

@vetss
Copy link
Contributor

vetss commented Jun 18, 2018

We may have an issue of different representation of SLS max size. This is some mess, needed to optimize it.
SLS max size may be (from org.restcomm.protocols.ss7.mtp.RoutingLabelFormat)
16 (ITUT), 32 or 256 (ANSI).

We have different places where the value is presented.

  • RoutingLabelFormat Mtp3UserPartBaseImpl.routingLabelFormat (MTP level) - not used at all
  • int AspFactoryImpl.maxSequenceNumber - used for slsTable preparing (there is a root value for it in m3ua stack). slsTable is for selecting of SCTP streamNumber
  • int SccpStackImpl.slsFilter - (hardcoded 0xF) - for slsTable, there is also a local variable "maxSls = 16" - used for msgDeliveryExecutors for local SCCP user delivering.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant