aboutsummaryrefslogtreecommitdiffstats
path: root/Messages.st
AgeCommit message (Collapse)AuthorFilesLines
2010-12-14License: Add AGPLv3 header to the codeHolger Hans Peter Freyther1-0/+17
2010-11-27Messages: Introduce a ChosenChannel IE, the first TVHolger Hans Peter Freyther1-2/+2
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-9/+11
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-27Messages: Remove the DataIE place holderHolger Hans Peter Freyther1-31/+0
Right now we always want to decode everything. If we end up with performance issues we might re-introduce this class.
2010-11-27Messages: Introduce a IEBase base class and share it for GSM48 and GSM0808Holger Hans Peter Freyther1-0/+20
2010-11-27Messages: Rename IEBase variable to aIEBase to make room for a classHolger Hans Peter Freyther1-4/+4
2010-11-24Messages: Fix the error reportingHolger Hans Peter Freyther1-1/+1
2010-11-24SCCP: Find the Complete Layer3 and decode it.Holger Hans Peter Freyther1-0/+12
2010-11-24IE: Implement finding the IE based on the type.Holger Hans Peter Freyther1-0/+12
2010-11-23IE: Go through the subclasses to decode everythingHolger Hans Peter Freyther1-3/+0
2010-11-23BSSMAP: Parse the GSMCellIdentifier, add a test caseHolger Hans Peter Freyther1-0/+15
2010-11-22IEMessage: Pass the data with type and length...Holger Hans Peter Freyther1-9/+6
2010-11-22Decode: Work on decoding the messages...Holger Hans Peter Freyther1-0/+73
This is a lot of work in progress to recursively decode the messages.
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-0/+17
2010-11-19misc: First round of categories and things for the codeHolger Hans Peter Freyther1-0/+6
2010-11-17GSM48: Move the GSM48 methods to this new file.Holger Hans Peter Freyther1-40/+1
2010-11-17IEMessage: Rename to IEMessage and move to Messages.stHolger Hans Peter Freyther1-0/+33
A generic IE based message class. It will gain selectors for adding optional and mandantory options.
2010-11-14TestPhone: Start with a lot of stubs..Holger Hans Peter Freyther1-0/+40