aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-08-04mgcp_ss7: Move the vty code/params over to mgcp_vty.cHolger Hans Peter Freyther3-221/+42
Share more code with the OpenBSC version of the VTY code minus the changes to allow to parse a generic hostname instead of an ip address.
2010-08-04mgcp: Remove commands not used/wanted for the cellmgr_ng.Holger Hans Peter Freyther1-53/+1
2010-08-04mgcp_ss7: Change the vty config to operate on the static g_cfg pointerHolger Hans Peter Freyther2-29/+30
Work more like the other mgcp gateway and first allocate the config and then apply the setting on it.. The next step will be to move to the real vty code minus some bits.
2010-08-04mgcp: Allocate the mgcp config earlier..Holger Hans Peter Freyther1-6/+9
2010-08-04mgcp: Add the OpenBSC VTY code almost 1:1 to hereHolger Hans Peter Freyther2-1/+422
2010-08-04mgcp_ss7: Add the telnet interface to the mgcp_ss7.Holger Hans Peter Freyther1-0/+6
2010-08-04mgcp_ss7: Add logging commands..Holger Hans Peter Freyther1-0/+2
2010-08-04configure: Add a --enable-uniporte to build with/without the libsHolger Hans Peter Freyther1-2/+8
2010-08-04mgcp: Update to the latest code drop.Holger Hans Peter Freyther4-19/+84
2010-08-04mgcp_ss7: Remove unnecessary code...Holger Hans Peter Freyther1-2/+0
2010-08-04main: Fix linking of OpenBSC...Holger Hans Peter Freyther1-0/+1
2010-08-04main: Remove left overs from old code.Holger Hans Peter Freyther1-2/+0
2010-08-04debug: Add a debug area to make the application linkHolger Hans Peter Freyther2-2/+63
2010-08-04main.c: Make the link_c7_init weak to make the application linkHolger Hans Peter Freyther1-0/+7
2010-08-04Use libosmocore instead of the old temporary laF0rge1 lib..Holger Hans Peter Freyther34-254/+162
2010-07-31u_int32_t -> uint32_tHolger Hans Peter Freyther7-23/+23
2010-07-31u_int16_t -> uint16_tHolger Hans Peter Freyther7-25/+25
2010-07-31u_int8_t -> uint8_tHolger Hans Peter Freyther20-139/+139
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther49-0/+8386