aboutsummaryrefslogtreecommitdiffstats
path: root/src/vty_interface.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-16isup: Hook the reset scanner before we forward the ISUP message1.3.0Holger Hans Peter Freyther1-1/+3
2012-12-16stp: Allow to specify a trunk_name in the applicationHolger Hans Peter Freyther1-3/+43
2012-01-16mtp: Allow to send SCCP/ISUP to a specific endpointHolger Hans Peter Freyther1-0/+88
2011-09-13vty: Add a config to enable MGCP command rewritingHolger Hans Peter Freyther1-0/+45
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-3/+3
2011-02-23vty: Allow to specify 14 bits for the CPC.Holger Hans Peter Freyther1-2/+2
2011-02-23mtp: Attempt to implement the MTP Restart properlyHolger Hans Peter Freyther1-0/+24
2011-02-23vty: Add all mighty new vty interface for osmo-stpHolger Hans Peter Freyther1-168/+719
2011-02-22vty: Move the actual commands into a new file in preparationHolger Hans Peter Freyther1-228/+2
2011-02-22vty: Always work through the linkset number for the commandsHolger Hans Peter Freyther1-21/+9
2011-02-22vty: Remove more globals from the bsc data.Holger Hans Peter Freyther1-19/+24
2011-02-17mtp: Rename link_no to nr, add a name like for the other commandsHolger Hans Peter Freyther1-4/+4
2011-02-17mtp: Make the mtp_link point to a specific type of linkHolger Hans Peter Freyther1-7/+2
2011-02-17vty: Move link commands from the name to the linkset numberHolger Hans Peter Freyther1-10/+10
2011-02-17ss7: Create a SS7 application that is responsible for the routingHolger Hans Peter Freyther1-3/+1
2011-02-17msc: Move the MSC Connection into a new header fileHolger Hans Peter Freyther1-11/+70
2011-02-17mtp: Allocate the MTPLinkSet as a child of the BSCHolger Hans Peter Freyther1-7/+7
2011-02-17bsc: Allocate the bsc with talloc insteadHolger Hans Peter Freyther1-49/+49
2011-02-17vty; Remove the lac/mnc/mcc option as this was never implementedHolger Hans Peter Freyther1-38/+0
2011-02-10bsc: Remove the global link_set pointer from the bscHolger Hans Peter Freyther1-43/+46
2011-02-10bsc: Move the BSC<->MSC variables to a new struct.Holger Hans Peter Freyther1-22/+22
2011-02-10stp: Allow/Disallow to inject messages on the UDP/M2UA interfaceHolger Hans Peter Freyther1-1/+8
2011-01-31vty: Fix the help and the parameters for the trace commandHolger Hans Peter Freyther1-3/+3
2011-01-30isup: Make it possible for the STP to handle/not handle ISUP messagesHolger Hans Peter Freyther1-0/+17
2011-01-25vty: Fix the up/down of the MSC linkHolger Hans Peter Freyther1-1/+1
2011-01-24vty: Show the SLC mapping of a linksetHolger Hans Peter Freyther1-0/+31
2011-01-24mtp: Show blocked links as blocked in the vty statHolger Hans Peter Freyther1-4/+8
2011-01-24mtp: Implement VTY routines to block,unblock,reset a linkHolger Hans Peter Freyther1-0/+58
2011-01-22vty: Install the vty logging commandsHolger Hans Peter Freyther1-0/+2
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
2011-01-22udp: Allow to create multiple links via UDPHolger Hans Peter Freyther1-0/+10
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
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
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