aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty_interface_cmds.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-28vty: Add show msc [NR] to specify an optional MSC nrHolger Hans Peter Freyther1-3/+8
2011-11-25msc: Make 'show msc' show the primary msc connection againHolger Hans Peter Freyther1-6/+10
Revert an accidental change when introducing show mscs. We want show msc to be like it was before.
2011-11-25vty: Introduce show mscs to show all mscsHolger Hans Peter Freyther1-8/+25
2011-08-10sctp: Add VTY command to print details about active SCTP connectionsHolger Hans Peter Freyther1-4/+22
This will print details about each SCTP connection including the FD and pointer of it.
2011-08-10m2ua: Print information about number of SCTP connectionsHolger Hans Peter Freyther1-0/+11
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-1/+2
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-4/+9
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-22vty: Move the actual commands into a new file in preparationHolger Hans Peter Freyther1-0/+265