aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-30bsc: Move more sccp code into the bsc_sccp.cHolger Hans Peter Freyther1-28/+0
2010-09-30bsc: Refactor and move SCCP ConTrack to bsc_sccp.cHolger Hans Peter Freyther1-41/+0
2010-09-30sccp: Move the SCCP connection out to a new structure.Holger Hans Peter Freyther1-28/+1
2010-09-30vty: Add a telnet interface to the cellmgrHolger Hans Peter Freyther1-0/+6
2010-09-30vty: Move the vty code to a new file, move config params.Holger Hans Peter Freyther1-202/+14
2010-09-15Add a command to ask for the version number, generate a config fileHolger Hans Peter Freyther1-2/+15
2010-08-07msc: Separate the BSC and MSC link completly...Holger Hans Peter Freyther1-6/+2
2010-08-07msc: Manage the msc_link_down only in the msc_conn.cHolger Hans Peter Freyther1-1/+0
2010-08-07msc: Rename closing to msc_link_downHolger Hans Peter Freyther1-4/+4
2010-08-07msc: Use msc_clear_queue instead of custom clear code.Holger Hans Peter Freyther1-4/+1
2010-08-07msc: Use the msc function to clear the queueHolger Hans Peter Freyther1-4/+1
2010-08-07msc: Make close_msc public, call it from main..Holger Hans Peter Freyther1-4/+1
2010-08-04cleanup: Remove code that is provided by libosmocore now.Holger Hans Peter Freyther1-2/+1
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-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 Freyther1-33/+45
2010-07-31u_int8_t -> uint8_tHolger Hans Peter Freyther1-3/+3
2010-07-28Public release of the cellmgr_ng code to convert E1 to IPA SCCPHolger Hans Peter Freyther1-0/+1079