aboutsummaryrefslogtreecommitdiffstats
path: root/SCCPHandler.st
AgeCommit message (Expand)AuthorFilesLines
2014-07-24misc: Ease porting and use "self basicNew initialize" for initHolger Hans Peter Freyther1-2/+2
2014-03-14sccp: Set the timer to nil to give up referencesHolger Hans Peter Freyther1-6/+6
2014-03-14sccp: Be a bit more specific about the kind of failureHolger Hans Peter Freyther1-1/+1
2014-03-14sccp: Be less verbose on failed parsing messagesHolger Hans Peter Freyther1-2/+1
2013-03-31misc: Fix the categories to ease porting to PharoHolger Hans Peter Freyther1-9/+9
2012-12-01typo: Fix a typo in the log messageHolger Hans Peter Freyther1-1/+1
2012-10-21sccp: Provide an event once the connection is confirmedHolger Hans Peter Freyther1-1/+8
2012-03-25streams: Move the GSM48 code over to StreamsHolger Hans Peter Freyther1-2/+2
2012-03-25streams: Switch BSSAP to use streams.Holger Hans Peter Freyther1-3/+3
2012-03-25streams: IEMessage is now working on streams all the way.zecke/use-streamsHolger Hans Peter Freyther1-3/+3
2011-09-27misc: Work on categories for the GSM classesHolger Hans Peter Freyther1-1/+18
2011-06-23sccp: Remove unused variable in the SCCPHandlerHolger Hans Peter Freyther1-1/+1
2011-06-22sccp: Improve the log messages and pick the SCCP(srcref:...) formatHolger Hans Peter Freyther1-2/+2
2011-06-22sccp: Only send the release by timer if not in release mode.Holger Hans Peter Freyther1-2/+5
2011-06-22sccp: Specify which connection will be taken downHolger Hans Peter Freyther1-3/+8
2011-06-22sccp: Stop the t_int timer as wellHolger Hans Peter Freyther1-1/+2
2011-06-22sccp: Implement SCCP IT sending and handlingHolger Hans Peter Freyther1-1/+12
2011-06-22sccp: Restart the T(iar), T(ias) on I/O.Holger Hans Peter Freyther1-1/+9
2011-06-22sccp: Attempt to add timeout handling to the SCCP Connection.Holger Hans Peter Freyther1-15/+147
2011-06-21sccp: Make sure that data is dispatched with the lockHolger Hans Peter Freyther1-3/+4
2011-06-21sccp: Confirm a connection before sending the dataHolger Hans Peter Freyther1-6/+7
2011-06-21sccp: Introduce a per SCCP connection lockHolger Hans Peter Freyther1-4/+7
2011-06-21sccp: Reorder functions, document, explain what kind of locking is usedHolger Hans Peter Freyther1-43/+62
2011-06-21sccp: Move the state transition into a central placeHolger Hans Peter Freyther1-16/+29
2011-06-21sccp: Introduce a new state for the initial stateHolger Hans Peter Freyther1-4/+6
2011-06-21sccp: Log the exception using the logException targetHolger Hans Peter Freyther1-2/+2
2011-06-20sccp: Document the SCCPConnectionBase a bit betterHolger Hans Peter Freyther1-33/+45
2011-06-18sccp: Run each terminate in a block with exception recording.Holger Hans Peter Freyther1-1/+12
2011-06-16sccp: Introduce a method to remove all SCCP requestsHolger Hans Peter Freyther1-0/+10
2011-06-15sccp: Create a SCCPConnection on a handler, then open itHolger Hans Peter Freyther1-20/+25
2011-06-15sccp: Remove the blocking interface from the SCCP code.Holger Hans Peter Freyther1-72/+29
2011-06-15sccp: Make the initial dispatch based on overloadingHolger Hans Peter Freyther1-12/+21
2011-06-15sccp: Dispatch via the polymorphism of smalltalkHolger Hans Peter Freyther1-28/+47
2011-05-18sccp: Call a function on UDT messagesHolger Hans Peter Freyther1-0/+9
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