aboutsummaryrefslogtreecommitdiffstats
path: root/TestPhone.st
AgeCommit message (Expand)AuthorFilesLines
2010-12-11GSM: Provide simple app to do a LU/Call without feedback.Holger Hans Peter Freyther1-6/+9
2010-12-11GSM: Make sure the caller of serve is always notified. provide isConnectedHolger Hans Peter Freyther1-3/+11
2010-12-05GSMDriver: Create a Procedure to start a call.Holger Hans Peter Freyther1-0/+6
2010-11-29GSM: Move the IMSI/AuKey into a PhoneConfig class.Holger Hans Peter Freyther1-2/+24
2010-11-29GSM: Introduce the concept of a 'driver' and a procedureHolger Hans Peter Freyther1-20/+3
2010-11-29GSM48: Prefix classes with GSM48 to ease migrating to other ST dialectsHolger Hans Peter Freyther1-1/+1
2010-11-28SCCP: Work on dispatching the SCCP messages..Holger Hans Peter Freyther1-0/+1
2010-11-24SCCP: Start parsing the SCCP response from the networkHolger Hans Peter Freyther1-2/+12
2010-11-22SCCPHandler: Start handling SCCP connections.Holger Hans Peter Freyther1-4/+3
2010-11-20TestPhone: Take a lock when draining the send queue.Holger Hans Peter Freyther1-5/+14
2010-11-20BSSAP: Create a class so we can delay creating a MessageBufferHolger Hans Peter Freyther1-5/+3
2010-11-20BSSMAP: Pass the LU directly to the Layer3InfoHolger Hans Peter Freyther1-4/+3
2010-11-20Rename from storeOn: to writeOn: to unclash a system selectorHolger Hans Peter Freyther1-2/+2
2010-11-20GSM48: Add dummy code to generate a LU and wrap it in all layersHolger Hans Peter Freyther1-0/+21
2010-11-14Use sempahore to handle things in a thread..Holger Hans Peter Freyther1-18/+10
2010-11-14TestPhone: Start with a lot of stubs..Holger Hans Peter Freyther1-0/+93