aboutsummaryrefslogtreecommitdiffstats
path: root/SCCPHandler.st
AgeCommit message (Expand)AuthorFilesLines
2010-12-17sccp: Use the logging framework instead of printNl.Holger Hans Peter Freyther1-2/+2
2010-12-17sccp: Take the lock for the accessing of the connection listHolger Hans Peter Freyther1-9/+24
2010-12-17sccp: Assign the srcRef inside the add methodHolger Hans Peter Freyther1-4/+5
2010-12-17sccp: Prepare dealing with concurrency and locking.Holger Hans Peter Freyther1-5/+13
2010-12-16sccp: Differentiate Released and ReleaseCompleteHolger Hans Peter Freyther1-1/+3
2010-12-16sccp: Work on accepting connections and releasing them.Holger Hans Peter Freyther1-1/+59
2010-12-16SCCPHandler: Make sure that we drain all messages.Holger Hans Peter Freyther1-2/+2
2010-12-16SCCP: The message can be a MessageBuffer or a plain ByteArray.Holger Hans Peter Freyther1-1/+1
2010-12-14License: Add AGPLv3 header to the codeHolger Hans Peter Freyther1-0/+18
2010-11-29GSM: Reply with a GSM0808 Clear Complete to a Clear CommandHolger Hans Peter Freyther1-0/+6
2010-11-29GSM: Introduce the concept of a 'driver' and a procedureHolger Hans Peter Freyther1-41/+45
2010-11-29SCCP: Assign a random SCCP Source Reference, try a lot of timesHolger Hans Peter Freyther1-1/+23
2010-11-29SCCPHandler: Rename variable to conManagerHolger Hans Peter Freyther1-11/+12
2010-11-28SCCP: Implement a timeout for the SCCP Connection ConfirmHolger Hans Peter Freyther1-4/+22
2010-11-28SCCP: Work on dispatching the SCCP messages..Holger Hans Peter Freyther1-15/+84
2010-11-28SCCP: Work on a proper dispatching of messagesHolger Hans Peter Freyther1-19/+44
2010-11-28SCCP: Start dispatching the messages.Holger Hans Peter Freyther1-1/+31
2010-11-28SCCPHandler: Add the right object to the list of connectionsHolger Hans Peter Freyther1-1/+1
2010-11-24MSG: Parse a DT1 properly...Holger Hans Peter Freyther1-3/+5
2010-11-24SCCP: Start parsing the SCCP response from the networkHolger Hans Peter Freyther1-2/+14
2010-11-24GSM48: Parse the mandantory parts of a messageHolger Hans Peter Freyther1-0/+3
2010-11-22SCCPHandler: Add code to queue for reading.Holger Hans Peter Freyther1-1/+9
2010-11-22Decode: Create a MSGParser that recursively parses a message..Holger Hans Peter Freyther1-0/+36
2010-11-22SCCPHandler: Start handling SCCP connections.Holger Hans Peter Freyther1-1/+36
2010-11-15SCCP: Fix the selector name to be called by the dispatcherHolger Hans Peter Freyther1-2/+2
2010-11-14Use sempahore to handle things in a thread..Holger Hans Peter Freyther1-0/+1
2010-11-14Move the SCCP code to a new method.Holger Hans Peter Freyther1-0/+15