aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-22non working, work in progress ISUP patcheswip/isupHolger Hans Peter Freyther6-5/+131
2011-06-22sccp: Implement SCCInactivityTest creation and test itHolger Hans Peter Freyther2-0/+103
2011-04-01sccp: Use the String>>% anArray way to format error messagesHolger Hans Peter Freyther1-3/+3
2011-03-23msg: Work on a very generic parsing routine and test it on ISUPHolger Hans Peter Freyther2-5/+170
2011-03-23isup: Various changes and fixes to the MessageStructureHolger Hans Peter Freyther3-142/+160
2011-03-20msgstruct: Move to class based message fieldsHolger Hans Peter Freyther4-632/+399
2011-03-15isup: Very basic regression test to test the number of classes we haveHolger Hans Peter Freyther1-0/+4
2011-03-15msg: Walk the fields in another way, e.g. used when decodingHolger Hans Peter Freyther2-0/+8
2011-03-15msg: Store the fields in one straight listHolger Hans Peter Freyther2-8/+31
2011-03-04msg: Make it possible to reset the typeHolger Hans Peter Freyther1-0/+5
2011-03-04isup: Add message types for some more classesHolger Hans Peter Freyther1-1/+2
2011-03-04msg: Rename the file that holds the MessageStructure classHolger Hans Peter Freyther2-2/+2
2011-03-04m2ua: Add some code that is able to send simple M2UA packagesHolger Hans Peter Freyther1-0/+19
2011-03-04isup: Add generated code, test that it can be instantiatedHolger Hans Peter Freyther3-0/+1677
2011-03-04isup: Implement the subclass handling of some of the typesHolger Hans Peter Freyther1-2/+40
2011-03-03msg: Fix subclassing of the fields... rename to fixedHolger Hans Peter Freyther1-7/+7
2011-03-03isup: Rename parameters... copy the table by hand nowHolger Hans Peter Freyther1-38/+102
2011-03-03isup: Skip the 'ISUP' part of a parameterHolger Hans Peter Freyther1-1/+1
2011-03-03isup: Add missing entries from Table 4 of Q.763Holger Hans Peter Freyther1-0/+10
2011-03-03isup: Fix some more of the code generationHolger Hans Peter Freyther1-1/+1
2011-03-03isup: Fix the code generationHolger Hans Peter Freyther1-6/+7
2011-03-03isup: Use the class name for the parameter as wellHolger Hans Peter Freyther1-1/+1
2011-03-03isup: Remove class names that have '/' in it.Holger Hans Peter Freyther1-2/+17
2011-03-03isup: Create a base class for ISUP messages, use binary notationHolger Hans Peter Freyther1-2/+7
2011-03-03msg: Attempt to generalize the MSG Structure classHolger Hans Peter Freyther2-0/+151
2011-03-03isup: Fix the generation of ISUP structures hereHolger Hans Peter Freyther1-0/+255
2011-03-03m2ua: Set the log context for the dataHolger Hans Peter Freyther1-0/+2
2011-02-09isup: Make the types consistent with each otherHolger Hans Peter Freyther1-1/+1
2011-02-09isup: In RLC there is an upper limit for the Cause IndicatorsHolger Hans Peter Freyther1-1/+1
2011-02-09idr: Fix the spelling (a bug done by the manual copying process)Holger Hans Peter Freyther2-3/+3
2011-02-09isup: Consider the redirection status a fixed length field tooHolger Hans Peter Freyther1-1/+1
2011-02-09isup: Fix the size of the redirection numberHolger Hans Peter Freyther1-1/+1
2011-02-09isup; Fix writing of informationHolger Hans Peter Freyther1-1/+1
2011-02-09isup: The length of this is not plausible. increaseHolger Hans Peter Freyther1-1/+1
2011-02-09isup: The Conference treatment indicators would only have a THolger Hans Peter Freyther1-1/+1
2011-02-09isup: Range and Status appears multiple timesHolger Hans Peter Freyther2-2/+2
2011-02-09isup: Add textual representation of the ISUP structsHolger Hans Peter Freyther47-0/+347
2011-02-05isup: Add ISUPConstants taken from the erlang codeHolger Hans Peter Freyther2-0/+107
2011-02-03m2ua: Add support to create messages for M2UA.Holger Hans Peter Freyther2-1/+77
2011-02-03msgb: Add putLen32 and test adding an empty bytearrayHolger Hans Peter Freyther2-0/+18
2011-02-03m2ua: Introduce M2UA support to the networking codeHolger Hans Peter Freyther4-2/+390
2011-02-03extensions: Introduce a swap32 on numbersHolger Hans Peter Freyther1-1/+14
2011-02-03sccp: Add the missing copyright fileHolger Hans Peter Freyther1-0/+18
2010-12-15SCCP: Kill a duplicate definition of the Connection ReleasedHolger Hans Peter Freyther2-46/+1
2010-12-14License: Add AGPLv3 headers to the filesHolger Hans Peter Freyther9-6/+153
2010-12-11SCCP: Test the parsing of the UDT class and error handling bitHolger Hans Peter Freyther2-6/+19
2010-12-11SCCP: Be able to generate UDT with class typesHolger Hans Peter Freyther1-2/+10
2010-12-11SCCP: Allow to set the error handling for the UDT messagesHolger Hans Peter Freyther1-2/+10
2010-12-11SCCP: Allow to not fully initialize the typeHolger Hans Peter Freyther1-4/+17
2010-12-11SCCP: Use the selectors instead of magic numbersHolger Hans Peter Freyther1-3/+3