aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-28gsm04.11: Beging with message handling for GSM 04.11 (SMS)zecke/gsm0411Holger Hans Peter Freyther1-0/+103
2012-10-26gsm: Be able to parse the MM Information into undecoded dataHolger Hans Peter Freyther2-0/+65
2012-10-26gsm: Add the messgae types for the two TMSI operationsHolger Hans Peter Freyther2-2/+4
2012-10-26gsm: Add the TMSI Reallocation Command and Complete message typeHolger Hans Peter Freyther2-0/+36
2012-10-21sccp: Provide an event once the connection is confirmedHolger Hans Peter Freyther1-1/+8
2012-10-21gsm48: Add ClassmarkChange message to the list of messages we can generateHolger Hans Peter Freyther2-1/+37
2012-09-09gsm48: Use category and not comment in these methods.Holger Hans Peter Freyther1-2/+2
2012-09-09gsm48: Allow to store TMSI/IMEI/IMEISV as MI IE as wellHolger Hans Peter Freyther1-43/+87
2012-09-04gsm: Add selectors to set the CM Service Type for the CM Service RequestHolger Hans Peter Freyther1-0/+8
2012-09-03gsm48: Add GSM48CCEmergencySetup to the messages that can be createdHolger Hans Peter Freyther1-0/+14
2012-08-28gsm: Be able to parse the GSM 48 RR Channel ReleaseHolger Hans Peter Freyther2-0/+75
2012-08-28gsm: Provide access to timeslot and subslot numberHolger Hans Peter Freyther1-0/+12
2012-08-24gsm48: Decode the Request Reference IEHolger Hans Peter Freyther2-0/+27
2012-08-24gsm48: Introduce a pragma for a min/max of values as pragmasHolger Hans Peter Freyther1-65/+41
2012-08-24gsm48: Introduce a variabled sized TLV and use itHolger Hans Peter Freyther1-15/+20
2012-08-24gsm: Use the fixed size IE in more places and benefit from the pragmaHolger Hans Peter Freyther1-22/+4
2012-08-24gsm48: Use the fixed size IE class and kill >>#lengthHolger Hans Peter Freyther1-47/+29
2012-08-24gsm48: Introduce a fixed value size IE class and start using itHolger Hans Peter Freyther1-20/+29
2012-08-24gsm48: Use the gsmName pragma to set the default variable nameHolger Hans Peter Freyther1-246/+59
2012-08-24gsm: Start using the gsmElementId pragma through out the codeHolger Hans Peter Freyther1-38/+62
2012-08-24gsm48: Start using the gsmIeMask pragma in all classesHolger Hans Peter Freyther1-11/+17
2012-08-24gsm48: Start parsing the GSM Immediate Assign CommandHolger Hans Peter Freyther2-3/+158
2012-08-23gsm48: Start using the TLVDescription from OsmoNetwork to describe messagesHolger Hans Peter Freyther1-431/+557
2012-08-23gsm: Inherit GSM48MSG from the TLVParserBase without really using itHolger Hans Peter Freyther1-1/+1
2012-08-23gsm48: Add code to create the GSM48 Progress IEHolger Hans Peter Freyther3-1/+102
2012-08-23test: Explain which message type we are testing hereHolger Hans Peter Freyther1-1/+1
2012-08-03typo: Mandantory -> Mandatory (common typo of mine)Holger Hans Peter Freyther1-105/+105
2012-05-04GSM48: Add two more 3G ies for call control messagesHolger Hans Peter Freyther1-0/+2
2012-05-04GSM48: Add the 23.048 IEs in the CC Setup messageHolger Hans Peter Freyther2-0/+73
2012-04-27GSM: Add GSM RR messages, GSMRRCause and the GSM RR assignment complete messageHolger Hans Peter Freyther2-3/+166
2012-04-13gsm0808: Add the Classmark Update message typeHolger Hans Peter Freyther1-0/+1
2012-03-25streams: Move the GSM48 code over to StreamsHolger Hans Peter Freyther3-34/+27
2012-03-25streams: Switch BSSAP to use streams.Holger Hans Peter Freyther3-15/+15
2012-03-25streams: IEMessage is now working on streams all the way.zecke/use-streamsHolger Hans Peter Freyther3-13/+10
2012-03-25streams: Take streams in IEMessage class>>#findIE:from:on:Holger Hans Peter Freyther1-5/+4
2012-03-25streams: Move to streams in the signature, kill temporary variablesHolger Hans Peter Freyther3-55/+31
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 Freyther2-8/+8
2012-03-25streams: Move GSM0808.LAI to use a ReadStream.Holger Hans Peter Freyther3-12/+17
2012-03-25streams: Move the GSM48IE>>#parseFrom: to use streams.Holger Hans Peter Freyther3-26/+28
2012-03-25streams: Make GSM48IE>>#length: peek the stream.Holger Hans Peter Freyther2-13/+13
2011-11-24bits: Test simple creation and setting of bits hereHolger Hans Peter Freyther1-0/+14
2011-11-23bearer: Create a generic GSMBitField helper, implement BearerCaps parsingHolger Hans Peter Freyther3-16/+305
2011-10-07gsm: Deal with CC Capability being two byte instead of oneHolger Hans Peter Freyther2-2/+13
2011-10-07gsm: Make the Beaerer Cap be appropriate for PCS1900 MOHolger Hans Peter Freyther2-2/+2
2011-10-07gsm: GSM48DataHolder validSize clarificationHolger Hans Peter Freyther1-22/+45
2011-09-27misc: Work on categories for the GSM classesHolger Hans Peter Freyther7-57/+211
2011-06-28gsm48: Parse the GSM48CCStatus message send by phones.Holger Hans Peter Freyther2-0/+44
2011-06-28gsm48: Pass the not consumed byte array as error stringHolger Hans Peter Freyther1-3/+1
2011-06-25gsm: Test encoding the content of the Called BCD Number..Holger Hans Peter Freyther2-5/+33