aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty_interface.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-22stat: Dump a name next to the OPCHolger Hans Peter Freyther1-4/+4
2011-01-22pcap: Allow to start tracing on a specific linkset after app startHolger Hans Peter Freyther1-0/+62
Allow to start to trace on a specific linkset after the application has been started. This allows to stop tracing on a linkset as well.
2011-01-22udp: Allow to create multiple links via UDPHolger Hans Peter Freyther1-0/+10
This is the easiest way to support multiple links over UDP. Specify the number you want and they will be initiated. All these links will run via the same UDP port.
2011-01-22vty: Print the MSC status on the VTY for relay/cellmgrHolger Hans Peter Freyther1-0/+15
2011-01-22vty: Classify the application that we run and provide different optionsHolger Hans Peter Freyther1-4/+5
The VTY interface is used for three different application and not every option will make sense for every app. In the long run we will split the vty interface but for now we just qualify the application.
2011-01-22stats: Print some statistics about the state of the current setHolger Hans Peter Freyther1-0/+33
2011-01-22stats: Implement VTY command to dump the linksetsHolger Hans Peter Freyther1-0/+29
2011-01-17mtp: Make the link_data be a child of the link_setHolger Hans Peter Freyther1-2/+2
Change the order of the link and linkset. The link will be below the linkset. This change should make it more easy to introduce multiple linksets.
2011-01-16license: Switch to the GNU AGPLv3 for this network serviceHolger Hans Peter Freyther1-7/+6
2011-01-01mtp: Allow to have a different POC for SCCPHolger Hans Peter Freyther1-0/+10
2010-11-26mtp: Group all MTP settings together.Holger Hans Peter Freyther1-1/+1
2010-11-26mtp: Make the spare/ni configurableHolger Hans Peter Freyther1-0/+21
2010-09-30bsc: Be able to configure the LAC/MNC/MCC...Holger Hans Peter Freyther1-0/+39
2010-09-30vty: Implement writing the config fileHolger Hans Peter Freyther1-2/+15
2010-09-30vty: Move the vty code to a new file, move config params.Holger Hans Peter Freyther1-0/+226