aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-24misc: Make the code more portable by using "self basicNew initialize"on-waves/0.0.3Holger Hans Peter Freyther1-3/+1
2014-04-03call; Handle "180 ringing" as ringing as wellHolger Hans Peter Freyther1-1/+3
2014-04-03auth: Do not handled EndOfStream Notification and notifications in generalHolger Hans Peter Freyther1-1/+1
2014-04-01call: Enable a SDP file modifying SIP CallHolger Hans Peter Freyther1-1/+52
2014-04-01call: Handle a re-transmission of the 30X SIP message and ignore itHolger Hans Peter Freyther1-0/+2
2014-03-14misc: Forget about some of the objects to help the GCHolger Hans Peter Freyther2-1/+2
2014-03-14audio: Implement handling SIP 30X redirects by starting another callHolger Hans Peter Freyther3-1/+38
2014-03-14audio: Enable full-rate as possible audio codec tooHolger Hans Peter Freyther1-1/+2
2014-03-13msc: Fix fall-out from auth handling in the the processorHolger Hans Peter Freyther1-1/+1
2014-03-13misc: Add git ignore file to ignore vim filesHolger Hans Peter Freyther1-0/+1
2014-03-13test: Splity tests into file per classHolger Hans Peter Freyther15-283/+479
2014-03-13Merge branch 'zecke/gsm-auth'Holger Hans Peter Freyther13-44/+618
2014-03-13misc: Make the categories match the package name to ease exportingHolger Hans Peter Freyther7-17/+27
2014-03-13paging: Introduce a paging manager than can page on all BSCsHolger Hans Peter Freyther6-2/+85
2014-03-13config: Keep the current connection inside the BSCConfigItemHolger Hans Peter Freyther2-10/+14
2014-03-13emergency: Be able to set-up an emergency callHolger Hans Peter Freyther7-4/+81
2014-03-13cm: Deal with CM Service Requests to a certain degree.Holger Hans Peter Freyther4-3/+107
2014-03-13auth: Make the authenticator more strict and check the initial message.Holger Hans Peter Freyther2-8/+68
2014-03-13auth: Introduce an authenticator that asks for the IMSIHolger Hans Peter Freyther4-2/+197
2014-03-13gsm: Introduce the concept of an authenticator for a channelHolger Hans Peter Freyther5-6/+45
2014-03-13lu: Send a LU Reject when the procedure times out.Holger Hans Peter Freyther1-0/+1
2014-03-13lu: Add some logging to the LURequest stubHolger Hans Peter Freyther1-3/+4
2012-11-20ow: Change the way the image is started and configuredHolger Hans Peter Freyther4-32/+69
2012-10-28gsm: Introduce the concept of an authenticator for a channelHolger Hans Peter Freyther2-9/+156
2012-10-28gsm: Refactor opening a transaction allowing for authenticationHolger Hans Peter Freyther3-5/+9
2012-10-28gsm: Make the debug output fit onto my terminal screenHolger Hans Peter Freyther1-1/+2
2012-10-12contrib: Use the --daemon option for the start scriptHolger Hans Peter Freyther1-1/+1
2012-10-12msc: One start script is enoughHolger Hans Peter Freyther1-153/+0
2012-09-10msc: Flush the package cache to be able to relocate the imageHolger Hans Peter Freyther1-1/+2
2012-08-21init: Add a init script for the MSC, tested on debian stableHolger Hans Peter Freyther1-0/+153
2012-08-09process: Label the processes started by the MSCHolger Hans Peter Freyther2-1/+7
2012-08-09msc: Attempt to restart the existing MSC when an image is resumedHolger Hans Peter Freyther1-11/+56
2012-08-08gsm: Add a way to handle incoming CM Updates.Holger Hans Peter Freyther1-0/+5
2012-07-28ipa: Remove IPADispatcher>>#initializer as it is called by >>#new nowHolger Hans Peter Freyther1-1/+0
2012-04-06bsc: Fix the test failure by initializing the osmoExtensionHolger Hans Peter Freyther2-5/+10
2012-04-06bsc: Send the Osmo RSIP extension to our bsc to reset the mediagatewayHolger Hans Peter Freyther3-10/+29
2012-03-30tests: Use "self deny: aBoolean" instead of "self assert: aBoolean not"Holger Hans Peter Freyther1-7/+7
2012-03-30tests: Fix two test failures in the socket handling codeHolger Hans Peter Freyther2-3/+5
2012-03-30gsm: Split out the LURequest to start with GSM LU requests.Holger Hans Peter Freyther4-5/+62
2012-03-30misc: Add a categoryHolger Hans Peter Freyther1-0/+1
2012-02-21ipa: Start to send PING and wait for the pong from the remoteHolger Hans Peter Freyther1-2/+48
2012-02-21bsc: Move out the SCCPHandler into a new fileHolger Hans Peter Freyther4-38/+66
2012-02-09[BSC] Move the TX queue draining to a separate methodHolger Hans Peter Freyther1-4/+11
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