aboutsummaryrefslogtreecommitdiffstats
path: root/include/sctp_m2ua.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-10m2ua: Print information about number of SCTP connectionsHolger Hans Peter Freyther1-0/+2
It appears that it is possible to have a stale SCTP connection and this added LOGL_NOTICE and the VTY interface might help to identify this situation in the future (the mean time of failure is about five month).
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-3/+3
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-1/+6
This new interface allows to have multiple linksets, msc connections and ways to connect those in one instance of the osmo-stp. Forbid to reset linksets without an app.
2011-02-17m2ua: Start link only after we had the emergency alignmentHolger Hans Peter Freyther1-0/+1
This should avoid us getting an error as we are sending the SLTM too fast. In one way this makes sense, on the other hand we already have too many states and should remove some variables
2011-02-17m2ua: Keep the M2UA ASP state in the mtp_m2ua_linkHolger Hans Peter Freyther1-2/+9
This change allows to run multiple links over the same SCTP connection or multiple SCTP connections. It does not yet support fail over handling or load balancing but that seems possible now.
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther1-1/+1
We might want to be able to change the type of a link at runtime. Decouple the link and the actual type of the link.
2011-02-17mtp: Remove the bsc pointer from the MTP LinkSetHolger Hans Peter Freyther1-1/+2
2011-02-17m2ua: Start to separate the SCTP code and M2UA to allow multiple linksHolger Hans Peter Freyther1-5/+14
We want to be able to support multiple links over different SCTP connection and in the future also over the same connection. This is the first step to separate the SCTP connection handling from the link handling inside these messages.
2011-01-17m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2uaHolger Hans Peter Freyther1-0/+60
This is a MTP Link that can be used with a MTP LinkSet. E.g. with some config changes one could use cellmgr_ng or udt_relay over a M2UA link.