summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-04GSM48: Add two more 3G ies for call control messagesHEADmasterHolger 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
2011-06-25gsm: Test decoding the Called Number of a CC Setup messageHolger Hans Peter Freyther2-0/+39
2011-06-25gsm: Turn the number decoding into working on streamsHolger Hans Peter Freyther1-8/+12
2011-06-25bssmap: Add code to ease creating a ChannelType IEHolger Hans Peter Freyther2-7/+58
2011-06-24bssmap: Add selector to create a CIC IE with the right thing.Holger Hans Peter Freyther2-0/+12
2011-06-24bssmap: Introduce a helper to set the CICHolger Hans Peter Freyther2-0/+18
2011-06-24bssmap: Introduce the assignment failure partHolger Hans Peter Freyther1-1/+2
2011-06-23sccp: Remove unused variable in the SCCPHandlerHolger Hans Peter Freyther1-1/+1
2011-06-22sccp: Improve the log messages and pick the SCCP(srcref:...) formatHolger Hans Peter Freyther1-2/+2
2011-06-22sccp: Only send the release by timer if not in release mode.Holger Hans Peter Freyther1-2/+5
2011-06-22sccp: Specify which connection will be taken downHolger Hans Peter Freyther1-3/+8
2011-06-22sccp: Stop the t_int timer as wellHolger Hans Peter Freyther1-1/+2
2011-06-22sccp: Implement SCCP IT sending and handlingHolger Hans Peter Freyther1-1/+12
2011-06-22sccp: Restart the T(iar), T(ias) on I/O.Holger Hans Peter Freyther1-1/+9
2011-06-22sccp: Attempt to add timeout handling to the SCCP Connection.Holger Hans Peter Freyther2-15/+148
2011-06-22timer: Remove the code from here and move to a new core packageHolger Hans Peter Freyther3-187/+0
2011-06-22timer: Provide a singleton to access the schedulerHolger Hans Peter Freyther1-3/+5
2011-06-22timer: Introduce a very simple TimerScheduler...Holger Hans Peter Freyther3-0/+185
2011-06-21sccp: Make sure that data is dispatched with the lockHolger Hans Peter Freyther1-3/+4
2011-06-21sccp: Confirm a connection before sending the dataHolger Hans Peter Freyther1-6/+7
2011-06-21sccp: Introduce a per SCCP connection lockHolger Hans Peter Freyther1-4/+7
2011-06-21sccp: Document the shortcomings of the SCCP codeHolger Hans Peter Freyther1-0/+8
2011-06-21sccp: Reorder functions, document, explain what kind of locking is usedHolger Hans Peter Freyther2-47/+66
2011-06-21sccp: Move the state transition into a central placeHolger Hans Peter Freyther1-16/+29
2011-06-21sccp: Introduce a new state for the initial stateHolger Hans Peter Freyther1-4/+6
2011-06-21sccp: Log the exception using the logException targetHolger Hans Peter Freyther1-2/+2
2011-06-20sccp: Document the SCCPConnectionBase a bit betterHolger Hans Peter Freyther1-33/+45
2011-06-18sccp: Run each terminate in a block with exception recording.Holger Hans Peter Freyther1-1/+12