aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-20bsc: Provide a log message when we do not handle the incoming connectionHolger Hans Peter Freyther1-1/+3
2011-10-20bsc: Create handleOneConnection so we can patch the code more easilyHolger Hans Peter Freyther1-14/+18
2011-09-27misc: Provide proper categories for the classesHolger Hans Peter Freyther12-15/+67
2011-09-25contrib: Make sure the output is detached...Holger Hans Peter Freyther1-1/+1
2011-09-25bsc: Add another default BSC to the MSC configHolger Hans Peter Freyther1-1/+2
2011-09-24msc: Provide some files to generate a nice image.Holger Hans Peter Freyther2-0/+67
2011-09-24msc: Add an init script...Holger Hans Peter Freyther1-0/+152
2011-09-24msc: Bind the SIP port local tooHolger Hans Peter Freyther1-1/+1
2011-09-24misc: Move the sources into a subdirectoryHolger Hans Peter Freyther12-20/+20
2011-09-24tests: Move tests to the test directoryHolger Hans Peter Freyther2-1/+1
2011-09-23call-routing: Some very simple call routing in the SWITCHHolger Hans Peter Freyther1-4/+13
2011-09-23msc: Fix the state for the MO CallHolger Hans Peter Freyther1-1/+1
2011-07-21mo-call: Work on ringing the phoneHolger Hans Peter Freyther2-3/+25
2011-07-21mo-call: Remove some printf style debugging from the codeHolger Hans Peter Freyther1-3/+0
2011-07-20osmo: There is a one offset on timeslots and timeslots in assignmentHolger Hans Peter Freyther1-1/+1
2011-07-20mo-call: Document short comings with the state handlingHolger Hans Peter Freyther1-1/+4
2011-07-20mo-call: Work on connecting the two legs on callbacksHolger Hans Peter Freyther2-10/+40
2011-07-20call: Work on connecting two legs of a callHolger Hans Peter Freyther6-19/+168
2011-07-15test: Make the smoke test run againHolger Hans Peter Freyther1-1/+4
2011-06-29bsc: Implement queuing of MGCP messagesHolger Hans Peter Freyther1-8/+54
2011-06-29mo-call: Second part of the GSM48CCStatus handlingHolger Hans Peter Freyther1-0/+9
2011-06-29mo-call: Use Symbols for the name of the stateHolger Hans Peter Freyther1-8/+8
2011-06-29bsc: Dispatch IPA messages using the OsmoDispatcherHolger Hans Peter Freyther1-4/+8
2011-06-28mo-call: Handle incoming GSM CC Status in case we did something wrongHolger Hans Peter Freyther1-0/+6
2011-06-28gsmproc: Implement dispatchDTAP:, send data and sapi forwardHolger Hans Peter Freyther1-0/+5
2011-06-28gsmproc: Use channel type supported by OsmoBSC.Holger Hans Peter Freyther1-1/+1
2011-06-28mo-call: take the right locks for timeoutsHolger Hans Peter Freyther1-1/+1
2011-06-28mo-call: Deal with a disconnect, send a release, detroy on release completeHolger Hans Peter Freyther1-1/+12
2011-06-28mo-call: Server side the sequence numbers must always be 0.Holger Hans Peter Freyther1-3/+2
2011-06-27bsc: Send a ID ACK to the BSC once to make the osmo-bsc happyHolger Hans Peter Freyther1-0/+2
2011-06-25msc: Make it possible to specify different ips for MGCP/SIPHolger Hans Peter Freyther1-5/+39
2011-06-25bsc: Send the call proceeding before we send the assignment commandHolger Hans Peter Freyther2-2/+2
2011-06-25bsc: Save the SDP file coming from the the MGCP MGWHolger Hans Peter Freyther1-0/+3
2011-06-25bsc: Remove the inspect on the incoming data, there is no value in itHolger Hans Peter Freyther1-1/+0
2011-06-25mo-call: Make it possible to provide the cause to the release methodHolger Hans Peter Freyther1-3/+3
2011-06-25bsc: Send the assignment command first, then do MGCPHolger Hans Peter Freyther1-12/+60
2011-06-25mo-call: Make sure we cancel the transaction properly.Holger Hans Peter Freyther1-0/+1
2011-06-25bsc: Provide a simple selector to take all the locks in orderHolger Hans Peter Freyther1-4/+13
2011-06-25bsc: Use the variables inside the MGCP EndpointHolger Hans Peter Freyther1-16/+13
2011-06-25mgcp: Keep TS=1 blocked by default. This is not configurable right nowHolger Hans Peter Freyther1-0/+1
2011-06-25callagent: Release the audio after we get the release completeHolger Hans Peter Freyther1-0/+1
2011-06-25misc: Add simple utility that will load all the sourceHolger Hans Peter Freyther1-0/+15
2011-06-25bsc: Work on MGCP and resource assignmentHolger Hans Peter Freyther3-10/+282
2011-06-23mgcp: Create a MGCP CallAgent in the MSC.Holger Hans Peter Freyther1-1/+14
2011-06-23bsc: Remove unused code from the projectHolger Hans Peter Freyther1-69/+0
2011-06-23bsc: Make each BSC connection have a MGCPDSTrunk with the peerHolger Hans Peter Freyther1-6/+47
2011-06-23bsc: Change order to make sure config and msc are assigned beforeHolger Hans Peter Freyther1-1/+1
2011-06-22bsc: Cancel transactions without forwarding exceptions from hereHolger Hans Peter Freyther1-1/+5
2011-06-21bsc: Open a new transaction, clarify locking, test releaseHolger Hans Peter Freyther2-20/+114
2011-06-20gsm: Work more on dispatching incoming messages.zecke/wip-dispatchHolger Hans Peter Freyther1-11/+82