aboutsummaryrefslogtreecommitdiffstats
path: root/BSSMAP.st
AgeCommit message (Expand)AuthorFilesLines
2013-01-08bssmap: Document that this class is not completeHolger Hans Peter Freyther1-0/+1
2013-01-08bssmap: Add the cell identification for the cell identifier listHolger Hans Peter Freyther1-0/+63
2013-01-08bssmap: Document where the IEs come fromHolger Hans Peter Freyther1-0/+2
2013-01-08bssmap: Add the paging command to the message typeHolger Hans Peter Freyther1-0/+2
2012-04-13gsm0808: Add the Classmark Update message typeHolger Hans Peter Freyther1-0/+1
2012-03-25streams: Move to streams in the signature, kill temporary variablesHolger Hans Peter Freyther1-48/+24
2012-03-25streams: Move GSM0808 IE messages to a ReadStreamHolger Hans Peter Freyther1-32/+63
2012-03-25streams: Make IEBase>>#length: work on streamsHolger Hans Peter Freyther1-7/+7
2012-03-25streams: Move GSM0808.LAI to use a ReadStream.Holger Hans Peter Freyther1-10/+13
2012-03-25streams: Move the GSM48IE>>#parseFrom: to use streams.Holger Hans Peter Freyther1-1/+1
2011-09-27misc: Work on categories for the GSM classesHolger Hans Peter Freyther1-7/+35
2011-06-25bssmap: Add code to ease creating a ChannelType IEHolger Hans Peter Freyther1-7/+42
2011-06-24bssmap: Add selector to create a CIC IE with the right thing.Holger Hans Peter Freyther1-0/+9
2011-06-24bssmap: Introduce a helper to set the CICHolger Hans Peter Freyther1-0/+10
2011-06-24bssmap: Introduce the assignment failure partHolger Hans Peter Freyther1-1/+2
2010-12-14License: Add AGPLv3 header to the codeHolger Hans Peter Freyther1-0/+18
2010-12-13GSMDriver: Send a clear request in case there is an exceptionHolger Hans Peter Freyther1-0/+1
2010-12-05GSMDriver: Reply with an Assignment Complete message...Holger Hans Peter Freyther1-0/+2
2010-12-05GSMDriver: Reply with a Cipher Mode Complete to a Cipher CommandHolger Hans Peter Freyther1-0/+2
2010-12-05BSSMAP: Be able to parse a simple Classmark UpdateHolger Hans Peter Freyther1-0/+51
2010-12-05BSSMAP: Be able to dissect a assignment completeHolger Hans Peter Freyther1-0/+50
2010-12-05BSSMAP: Be able to parse the CIC and ChosenChannelHolger Hans Peter Freyther1-0/+78
2010-12-05BSSMAP: Be able to parse Cipher Mode command..Holger Hans Peter Freyther1-0/+33
2010-12-05BSSMAP: Be able to parse the CipherMode commandHolger Hans Peter Freyther1-0/+52
2010-11-28BSSMAP: Remove the debugging logsHolger Hans Peter Freyther1-3/+0
2010-11-28BSSMAP: Add a test case to handle the Paging RequestHolger Hans Peter Freyther1-0/+52
2010-11-28BSSMAP: Parse a GSM48MIdentity hereHolger Hans Peter Freyther1-0/+32
2010-11-27Messages: Introduce a ChosenChannel IE, the first TVHolger Hans Peter Freyther1-1/+27
2010-11-27Messages: Prepare to parse TV and TLV messagesHolger Hans Peter Freyther1-0/+4
2010-11-27BSSMAP: The isTV is not used and might not be used. Remove itHolger Hans Peter Freyther1-5/+0
2010-11-27Messages: Introduce a IEBase base class and share it for GSM48 and GSM0808Holger Hans Peter Freyther1-11/+1
2010-11-27BSSAP: First refactoring of the IE base to work with TLV and TV typesHolger Hans Peter Freyther1-6/+13
2010-11-24BSSMAP: Parse the Clear Command message.Holger Hans Peter Freyther1-0/+35
2010-11-24IE: Implement finding the IE based on the type.Holger Hans Peter Freyther1-0/+5
2010-11-23GSMLayer3Info: Implement and Test parseFrom:Holger Hans Peter Freyther1-0/+10
2010-11-23BSSMAP: Parse the GSMCellIdentifier, add a test caseHolger Hans Peter Freyther1-0/+42
2010-11-23BSSMAP: Create the LAI object and store it properly.Holger Hans Peter Freyther1-8/+61
2010-11-20BSSMAP: Pass the LU directly to the Layer3InfoHolger Hans Peter Freyther1-2/+5
2010-11-20Rename from storeOn: to writeOn: to unclash a system selectorHolger Hans Peter Freyther1-2/+2
2010-11-19Move the BCD implementation to Messages.stHolger Hans Peter Freyther1-18/+0
2010-11-19misc: First round of categories and things for the codeHolger Hans Peter Freyther1-7/+26
2010-11-17IEMessage: Rename to IEMessage and move to Messages.stHolger Hans Peter Freyther1-32/+0
2010-11-17Add GSM0808 creation support and add some test cases for these messagesHolger Hans Peter Freyther1-0/+130