aboutsummaryrefslogtreecommitdiffstats
path: root/GSMDriver.st
AgeCommit message (Expand)AuthorFilesLines
2010-12-13GSM: Cancel active operations when they are removed from the listHolger Hans Peter Freyther1-0/+4
2010-12-13Phone: Work on the call control and send the right numberHolger Hans Peter Freyther1-1/+12
2010-12-13GSMDriver: Send a clear request in case there is an exceptionHolger Hans Peter Freyther1-0/+17
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 Freyther1-1/+1
2010-12-11GSM: Export the underlying driverHolger Hans Peter Freyther1-0/+4
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 Freyther1-0/+18
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 Freyther1-11/+15
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 Freyther1-0/+12
2010-12-05GSMDriver: Reply with a Cipher Mode Complete to a Cipher CommandHolger Hans Peter Freyther1-0/+8
2010-12-05GSMDriver: Create a Procedure to start a call.Holger Hans Peter Freyther1-10/+38
2010-11-29GSM: Move the IMSI/AuKey into a PhoneConfig class.Holger Hans Peter Freyther1-8/+18
2010-11-29GSM48: Handle the AuthRequest and respond with a AuthResponseHolger Hans Peter Freyther1-1/+21
2010-11-29GSM: Reply with a GSM0808 Clear Complete to a Clear CommandHolger Hans Peter Freyther1-1/+21
2010-11-29GSM: Introduce the concept of a 'driver' and a procedureHolger Hans Peter Freyther1-0/+102