aboutsummaryrefslogtreecommitdiffstats
path: root/BSSMAP.st
AgeCommit message (Collapse)AuthorFilesLines
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
These are not properly decoded yet and would need more work to be really useful. This will happen once we will use the IE.
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
Make GSM0808IE>>#length: return the length of the payload including the length field if it is present. This is done to be able to support a Tag only IE in the future.
2010-11-27Messages: Prepare to parse TV and TLV messagesHolger Hans Peter Freyther1-0/+4
Ask the BSSMAP type for the size of the payload. This does not include the Tag and the Length field. BSSMAP and GSM48 behave a bit differently here. The support for T might still be a bit broken.
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
No need to generate a message. We can directly pass this to the system and generate the data at the end with a toMessage.
2010-11-20Rename from storeOn: to writeOn: to unclash a system selectorHolger Hans Peter Freyther1-2/+2
Same change as in OsmoNetwork.
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
A generic IE based message class. It will gain selectors for adding optional and mandantory options.
2010-11-17Add GSM0808 creation support and add some test cases for these messagesHolger Hans Peter Freyther1-0/+130