aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp/mgcp_main.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-05mgcp: Fix the signature of the change_cb to not carry the port.Holger Hans Peter Freyther1-1/+1
2010-06-09misc: Fix the return type of the go back vty function...Holger Hans Peter Freyther1-1/+1
2010-05-25[VTY] use new struct vty_app_info in libvtyHarald Welte1-1/+9
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-2/+2
2010-05-16VTY: separate VTY logging commands and OpenBSC node exit codeHarald Welte1-1/+1
2010-05-16VTY: decouple telnet_interface from 'struct gsmnet'Harald Welte1-13/+7
2010-05-16VTY: pass program name, version and copyright to vty_init()Harald Welte1-10/+4
2010-04-25[mgcp] Add a change callback and send a dummy packet on MDCX.Holger Hans Peter Freyther1-0/+10
2010-04-07[mgcp] Add the logging commands for the MGCP command.Holger Hans Peter Freyther1-0/+2
2010-04-05[mgcp] Handle the RSIP with resetting all endpointsHolger Hans Peter Freyther1-0/+24
2010-04-05[mgcp] Switch from DEBUG to LOGP in the mgcp_main.cHolger Hans Peter Freyther1-2/+2
2010-04-05[mgcp] Remove the sending of RSIPHolger Hans Peter Freyther1-13/+0
2010-03-30[mgcp] Move mgcp init into the main method...Holger Hans Peter Freyther1-2/+15
2010-03-30[mgcp] Fix format string usageHolger Hans Peter Freyther1-1/+1
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-1/+1
2010-03-26move log/debug codebase to libosmocoreHarald Welte1-5/+5
2010-03-23automatically include program version and print it from vty and --versionHarald Welte1-1/+22
2010-02-26Merge remote branch 'origin/master' into on-waves/mgcpHolger Hans Peter Freyther1-3/+3
2010-02-22[mgcp] Move away from global variables and split out VTY codeHolger Hans Peter Freyther1-21/+9
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-3/+3
2010-02-03[mgcp] Refer to the right Company in the Copyright/Copyleft lineHolger Hans Peter Freyther1-1/+1
2010-02-03[mgcp] Make the mgcp_protocol generate a struct msgb*Holger Hans Peter Freyther1-2/+14
2010-02-03[mgcp] Prepare to do MGCP over TCP and inside the bsc_msc_ip processHolger Hans Peter Freyther1-1037/+10
2010-02-02[mgcp] Rename the source to mgcp_main.cHolger Hans Peter Freyther1-0/+1243