aboutsummaryrefslogtreecommitdiffstats
path: root/Tests.st
AgeCommit message (Expand)AuthorFilesLines
2011-03-31GSM: Add Supplementary Services codeHolger Hans Peter Freyther1-1/+11
2011-02-02gsm: Parse the GSM48 MM Authentication Reject messageHolger Hans Peter Freyther1-0/+9
2010-12-16sccp: Differentiate Released and ReleaseCompleteHolger Hans Peter Freyther1-2/+2
2010-12-16sccp: Work on accepting connections and releasing them.Holger Hans Peter Freyther1-2/+51
2010-12-16SCCP: Make sure no data is accepted after a connection is closed.Holger Hans Peter Freyther1-0/+7
2010-12-16SCCPHandler: Make sure that we drain all messages.Holger Hans Peter Freyther1-0/+34
2010-12-14License: Add AGPLv3 header to the codeHolger Hans Peter Freyther1-0/+18
2010-12-05GSM48: Add code to encode a phone number.Holger Hans Peter Freyther1-0/+10
2010-12-05GSM48: Add class to decode the BCD digits of the called addrHolger Hans Peter Freyther1-0/+7
2010-12-05GSM48: Parse a CM Service Reject properlyHolger Hans Peter Freyther1-0/+5
2010-12-05GSM48: Parse the Release Complete message...Holger Hans Peter Freyther1-0/+5
2010-12-05GSM48: Parse the CC Release message...Holger Hans Peter Freyther1-0/+5
2010-12-05GSM48: Be able to parse a GSM48 Disconnect messageHolger Hans Peter Freyther1-0/+5
2010-12-05GSM48: Parse the Connect Acknowledge messages..Holger Hans Peter Freyther1-0/+5
2010-12-05GSM48: Parse the connect message..Holger Hans Peter Freyther1-0/+5
2010-12-05GSM: Implement handling the GSM Alerting messages..Holger Hans Peter Freyther1-0/+5
2010-12-05GSM48: Parse the MO data properly.Holger Hans Peter Freyther1-0/+5
2010-12-05GSM48: Add parsing of the GSM CC Setup messageHolger Hans Peter Freyther1-0/+5
2010-12-05BSSMAP: Be able to parse a simple Classmark UpdateHolger Hans Peter Freyther1-0/+5
2010-12-05BSSMAP: Be able to dissect a assignment completeHolger Hans Peter Freyther1-0/+5
2010-12-05BSSMAP: Be able to parse the CIC and ChosenChannelHolger Hans Peter Freyther1-0/+5
2010-12-05BSSMAP: Be able to parse Cipher Mode command..Holger Hans Peter Freyther1-0/+5
2010-12-05BSSMAP: Be able to parse the CipherMode commandHolger Hans Peter Freyther1-0/+5
2010-11-29GSM: Introduce the concept of a 'driver' and a procedureHolger Hans Peter Freyther1-8/+0
2010-11-29GSM48: Prefix classes with GSM48 to ease migrating to other ST dialectsHolger Hans Peter Freyther1-3/+3
2010-11-29SCCP: Assign a random SCCP Source Reference, try a lot of timesHolger Hans Peter Freyther1-1/+7
2010-11-28BSSMAP: Add a test case to handle the Paging RequestHolger Hans Peter Freyther1-0/+5
2010-11-27GSM48: Be able to parse a GSM IMSI Detach messageHolger Hans Peter Freyther1-0/+5
2010-11-27GSM48: Parse a CMServiceRequest and the mandantory parametersHolger Hans Peter Freyther1-0/+5
2010-11-27GSM48: Implement the IdentityResponseHolger Hans Peter Freyther1-0/+5
2010-11-27GSM48: Parse the IdentityRequest messageHolger Hans Peter Freyther1-0/+6
2010-11-27GSM48: Parse the LocationUpdatingAccept message, add optional elementsHolger Hans Peter Freyther1-0/+4
2010-11-24GSM48: Create a GSM48SimpleData base class, extract the seq nrHolger Hans Peter Freyther1-0/+4
2010-11-24MSG: Parse more GSM48 messages...Holger Hans Peter Freyther1-0/+13
2010-11-24BSSMAP: Parse the Clear Command message.Holger Hans Peter Freyther1-0/+27
2010-11-24MSG: Parse a DT1 properly...Holger Hans Peter Freyther1-0/+16
2010-11-24GSM48: Parse the reject cause properlyHolger Hans Peter Freyther1-0/+14
2010-11-24SCCP: Start parsing the SCCP response from the networkHolger Hans Peter Freyther1-2/+2
2010-11-24GSM48: Parse the mandantory parts of a messageHolger Hans Peter Freyther1-5/+15
2010-11-24GSM48MI: Parse the IMSI that we are generatingHolger Hans Peter Freyther1-2/+8
2010-11-24GSM48Classmark1: Implement parsing the classmarkHolger Hans Peter Freyther1-0/+4
2010-11-24GSM48Lai: Implement parsing the LAI from a byteHolger Hans Peter Freyther1-0/+6
2010-11-24GSM48: Start parsing message typesHolger Hans Peter Freyther1-0/+4
2010-11-24Tests: Keep the byte array results aroundHolger Hans Peter Freyther1-10/+15
2010-11-24IE: Implement finding the IE based on the type.Holger Hans Peter Freyther1-1/+8
2010-11-23GSMLayer3Info: Implement and Test parseFrom:Holger Hans Peter Freyther1-0/+3
2010-11-23BSSMAP: Parse the GSMCellIdentifier, add a test caseHolger Hans Peter Freyther1-0/+6
2010-11-22BSSMAP: Fix the testcase and declare the variableHolger Hans Peter Freyther1-1/+1
2010-11-22BSSMAP: Test the decoding of the IEMessage..Holger Hans Peter Freyther1-0/+3
2010-11-22Decode: Create a MSGParser that recursively parses a message..Holger Hans Peter Freyther1-0/+13