aboutsummaryrefslogtreecommitdiffstats
path: root/Tests.st
AgeCommit message (Expand)AuthorFilesLines
2014-07-09sccp: Implement connection refused parsing and handlingHolger Hans Peter Freyther1-0/+14
2013-10-14sccp: Kill the encoding and encode the extra 4 bits as 16r0 and not 16rFHolger Hans Peter Freyther1-0/+18
2013-07-16sccp: Merge SCCPAddress>>#createForSSN: from norbert, create a testHolger Hans Peter Freyther1-0/+9
2013-05-14misc: Improve the test coverage of the OsmoNetworkHolger Hans Peter Freyther1-0/+23
2013-04-30sccp: Rename SCCPGTI to SCCPGlobalTitleHolger Hans Peter Freyther1-2/+2
2013-04-30sccp: Rename poi to pointCode and update selectorsHolger Hans Peter Freyther1-18/+16
2013-04-01ua: Add a testcase for M2UAMSG>>#findTag:ifAbsent:, fix the codeHolger Hans Peter Freyther1-0/+12
2013-04-01m2ua: Rename to M2UAMSGTest as it tests M2UAMSGHolger Hans Peter Freyther1-2/+2
2013-04-01sccp: Fix the SCCPHelper>>#createRLSD.. invocationHolger Hans Peter Freyther1-0/+7
2013-03-26pharo: Use >>basicSize and allow to use different sockets with overridesHolger Hans Peter Freyther1-1/+5
2013-02-23category: Categorize the classes correctly for the OsmoNetwork packageHolger Hans Peter Freyther1-0/+8
2013-02-23misc: Remove the debug code in the form of ``@object printNl.Holger Hans Peter Freyther1-1/+0
2012-08-09core: Introduce a Socket/UDP base class helper for multiple socketsHolger Hans Peter Freyther1-0/+20
2012-07-30ipa: Move the IPATests to a new fileHolger Hans Peter Freyther1-52/+0
2012-07-28ipa: Make the IPADispatcher work on BlockClosures and add new APIHolger Hans Peter Freyther1-0/+25
2011-07-22ipa: Make it easy to deal with the osmo extension headerHolger Hans Peter Freyther1-0/+16
2011-06-22sccp: Implement SCCInactivityTest creation and test itHolger Hans Peter Freyther1-0/+14
2011-02-03m2ua: Add support to create messages for M2UA.Holger Hans Peter Freyther1-0/+33
2011-02-03msgb: Add putLen32 and test adding an empty bytearrayHolger Hans Peter Freyther1-0/+8
2011-02-03m2ua: Introduce M2UA support to the networking codeHolger Hans Peter Freyther1-1/+36
2010-12-15SCCP: Kill a duplicate definition of the Connection ReleasedHolger Hans Peter Freyther1-1/+1
2010-12-14License: Add AGPLv3 headers to the filesHolger Hans Peter Freyther1-0/+17
2010-12-11SCCP: Test the parsing of the UDT class and error handling bitHolger Hans Peter Freyther1-0/+14
2010-12-11SCCP: Use the selectors instead of magic numbersHolger Hans Peter Freyther1-3/+3
2010-12-11SCCP: Work on GTI parsing and creation for some types.Holger Hans Peter Freyther1-2/+13
2010-12-11SCCP: Be able to parse the GTI from a SCCP AddressHolger Hans Peter Freyther1-0/+8
2010-11-28SCCP: Implement a RLC commandHolger Hans Peter Freyther1-0/+14
2010-11-27SCCP: Implement the SCCP UDT message, add POI handling to the addr.Holger Hans Peter Freyther1-0/+21
2010-11-24SCCP: Implement the SCCPConnectionReleasedHolger Hans Peter Freyther1-0/+16
2010-11-24SCCP: Be able to parse a DT1 messageHolger Hans Peter Freyther1-2/+8
2010-11-24SCCP: Implement creating a Connection Confirm messageHolger Hans Peter Freyther1-3/+5
2010-11-24SCCP: Test encoding the CR message againHolger Hans Peter Freyther1-0/+3
2010-11-20SCCP: Make PNC be based on a Dictionary and clean up the codeHolger Hans Peter Freyther1-0/+8
2010-11-20SCCP: Implement parsing the SCCPConnectionRequestHolger Hans Peter Freyther1-2/+12
2010-11-20SCCP: Add a method to automatically decode the messageHolger Hans Peter Freyther1-0/+5
2010-11-20Replace the #toByteArray cals with #asByteArray.Holger Hans Peter Freyther1-3/+3
2010-11-20MessageBuffer: Deprecate the MessageBuffer>>toByteArrayHolger Hans Peter Freyther1-0/+1
2010-11-20MessageBuffer: Allow to add a messagebuffer as a bytearrayHolger Hans Peter Freyther1-0/+21
2010-11-15SCCP: Parse a SCCP CC message.Holger Hans Peter Freyther1-0/+10
2010-11-15SCCP: Test parsing the address from a byte arrayHolger Hans Peter Freyther1-0/+6
2010-11-15Test creating SCCP CR messagesHolger Hans Peter Freyther1-0/+12
2010-10-19IPA: Add the invoke and transaction id to the mixHolger Hans Peter Freyther1-1/+1
2010-10-16SCCP: Test the construction of a DT1 message.Holger Hans Peter Freyther1-0/+8
2010-10-16Test: Add test cases for some simple stuff...Holger Hans Peter Freyther1-0/+27