summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-20ipa: Open the connection and then wait for the completionHEADmasterHolger Hans Peter Freyther1-3/+6
2011-06-20ipa: Remove the unused semaphore from the IPAConfigHolger Hans Peter Freyther1-1/+1
2011-06-20termination: When writing is failing attempt to clean things as wellHolger Hans Peter Freyther1-2/+7
2011-06-16sccp: Big structural change of how we handle SCCP connectionHolger Hans Peter Freyther3-143/+118
2011-05-18testphone: misc changes to ease scripting and luHolger Hans Peter Freyther2-4/+15
2011-04-20ussd: Switch invokeid... respond to a unstructuredRequestHolger Hans Peter Freyther1-2/+26
2011-04-16gsm: Use a transaction identifier, verify that it is correct.Holger Hans Peter Freyther1-1/+2
2011-04-03phone: Allow to specify the AuKey versionHolger Hans Peter Freyther2-2/+15
2011-04-03test: make sure the OsmoGSM module is loaded here.Holger Hans Peter Freyther1-0/+1
2011-04-01ussd: Properly encode the processUnstructuredSS requestHolger Hans Peter Freyther1-1/+20
2011-04-01ussd: Add a very simple widget to send USSD requests to the netwrokHolger Hans Peter Freyther3-3/+73
2010-12-15GSM: Moved all classes to the osmo-network moduleHolger Hans Peter Freyther11-3132/+7
2010-12-14License: Add AGPLv3 header to the codeHolger Hans Peter Freyther10-0/+178
2010-12-13GSM: Cancel active operations when they are removed from the listHolger Hans Peter Freyther2-1/+10
2010-12-13Phone: Work on the call control and send the right numberHolger Hans Peter Freyther3-6/+17
2010-12-13GSMDriver: Send a clear request in case there is an exceptionHolger Hans Peter Freyther2-0/+18
2010-12-12WebApp: Create a procedure widget and show active procedures.Holger Hans Peter Freyther1-2/+42
2010-12-12WebApp: Provide a very simple way to report an error..Holger Hans Peter Freyther1-10/+35
2010-12-12WebApp: Abuse Comet to update the status of the connectionHolger Hans Peter Freyther1-5/+22
2010-12-12GSM: Export if something is finished or not yet.Holger Hans Peter Freyther1-0/+16
2010-12-11GSM: Make the au key work on string and byte arrayHolger Hans Peter Freyther2-1/+17
2010-12-11WebApp: Just have a simple LU update...Holger Hans Peter Freyther1-26/+5
2010-12-11WebApp: Require a very simple login...Holger Hans Peter Freyther1-0/+28
2010-12-11GSM: Provide simple app to do a LU/Call without feedback.Holger Hans Peter Freyther2-75/+97
2010-12-11GSM: Make sure the caller of serve is always notified. provide isConnectedHolger Hans Peter Freyther1-3/+11
2010-12-11GSM: Export the underlying driverHolger Hans Peter Freyther1-0/+4
2010-12-11WebApp: Work on a simple web applicationHolger Hans Peter Freyther1-0/+153
2010-12-11GSMDriver: Report call progress and such..Holger Hans Peter Freyther1-1/+10
2010-12-11SCCP: Be more precise about the exceptionHolger Hans Peter Freyther1-1/+1
2010-12-11GSM: Call Control with a fixed numberHolger Hans Peter Freyther1-0/+27
2010-12-11SCCP: Handle CMService Accept and Cipher Mode Command as acceptedHolger Hans Peter Freyther2-0/+19
2010-12-11GSM: Move the success to the ProcedureBaseHolger Hans Peter Freyther1-7/+9
2010-12-11GSM: Check if the LU is accepted and change the return typeHolger Hans Peter Freyther1-6/+21
2010-12-11GSM: Attempt to work with different SAPIs to do proper dispatchHolger Hans Peter Freyther2-11/+19
2010-12-11GSM: Fix the Setup message in the GSM foo bar.Holger Hans Peter Freyther1-4/+4
2010-12-11GSM: Add a default implementation for the simple default dataHolger Hans Peter Freyther1-1/+4
2010-12-11GSM: Add an ensure block to always signal when we leave hereHolger Hans Peter Freyther1-0/+4
2010-12-05GSMDriver: Add a method to do a timed wait on the completion.Holger Hans Peter Freyther1-0/+8
2010-12-05GSMDriver: Reply with an Assignment Complete message...Holger Hans Peter Freyther2-0/+14
2010-12-05GSMDriver: Reply with a Cipher Mode Complete to a Cipher CommandHolger Hans Peter Freyther2-0/+10
2010-12-05GSM48: Add code to encode a phone number.Holger Hans Peter Freyther2-0/+54
2010-12-05GSM48: Add class to decode the BCD digits of the called addrHolger Hans Peter Freyther2-0/+65
2010-12-05GSM48: Add optional handling to the CM Service RequestHolger Hans Peter Freyther1-2/+6
2010-12-05GSM48: Make DataHolder work with a MIN/MAX length.Holger Hans Peter Freyther1-9/+39
2010-12-05GSM48; Simplify code and remove T hack from it.Holger Hans Peter Freyther1-7/+1
2010-12-05GSM48: Create a factory for the optional elementsHolger Hans Peter Freyther1-0/+1
2010-12-05GSM48: Refactor and share code to add variablesHolger Hans Peter Freyther1-8/+10
2010-12-05GSM48: Check if member variable exists...Holger Hans Peter Freyther1-1/+4
2010-12-05GSM48: Parse a CM Service Reject properlyHolger Hans Peter Freyther2-0/+21
2010-12-05GSMDriver: Create a Procedure to start a call.Holger Hans Peter Freyther2-10/+44