summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-16route outgoing message through the btszecke/dual-trxHolger Hans Peter Freyther3-1/+16
2012-10-16WIPHolger Hans Peter Freyther3-40/+45
2012-10-16bts: Make sure stopped is always initializedHolger Hans Peter Freyther1-0/+12
2012-10-16fix the testcase..Holger Hans Peter Freyther1-4/+4
2012-10-08WIP.. more dual trx codeHolger Hans Peter Freyther4-17/+45
2012-10-08WIP: dual trx support for the bts..Holger Hans Peter Freyther8-19/+236
2012-10-08misc: Add a TODO with some random ramblings about what I wantHolger Hans Peter Freyther1-0/+13
2012-10-08misc: Ignore the generate vi filesHolger Hans Peter Freyther1-0/+1
2012-09-17fakebts: Handle PDCH activation by ignoring most of itHolger Hans Peter Freyther2-0/+6
2012-09-17faketbts: Do RSL on the right streamIdHolger Hans Peter Freyther3-7/+17
2012-09-04fakebts: The mask code was wrong... remove itHolger Hans Peter Freyther1-2/+0
2012-09-03test: Add code to require different kind of channelsHolger Hans Peter Freyther1-4/+16
2012-09-03rsl: Handle a ReleaseRequest and call a callback on releaseHolger Hans Peter Freyther3-1/+44
2012-09-03rsl: Add the release confirm message as response to ReleaseRequestHolger Hans Peter Freyther1-0/+7
2012-08-30rsl: Use the Pragma to remove the many method definitionsHolger Hans Peter Freyther1-128/+26
2012-08-30rsl: Be able to parse the Release Request and create oneHolger Hans Peter Freyther2-4/+62
2012-08-30test: Add common code for the assertions and verificationHolger Hans Peter Freyther1-1/+19
2012-08-30bts: Allow to set the ID of the faked BTSHolger Hans Peter Freyther2-4/+28
2012-08-28fakebts: Add an example testcase that sends a LUHolger Hans Peter Freyther2-1/+76
2012-08-28fakebts: Add helpers to send/receive/release lchans for a testcaseHolger Hans Peter Freyther5-8/+168
2012-08-28rsl: Be able to parse and generate the deactivate sacch messageHolger Hans Peter Freyther2-0/+21
2012-08-25fakebts: Parse/generate the RSL Data Request messageHolger Hans Peter Freyther2-1/+52
2012-08-25fakebts: Move most of the release handling into the LCHAN classHolger Hans Peter Freyther2-19/+22
2012-08-25rsl: Start to establish SAPIs and send establish indicationsHolger Hans Peter Freyther5-27/+129
2012-08-25rsl: Start to parse/generate the RSL Establish Indication rll messagesHolger Hans Peter Freyther2-11/+77
2012-08-25fakebts: Simplify the LChan allocation and remember the tsHolger Hans Peter Freyther1-9/+17
2012-08-25fakebts: Request a channel and wait for the assignment.Holger Hans Peter Freyther2-4/+49
2012-08-25bts: Dispach the immediate assignment and find the lchan that is used.Holger Hans Peter Freyther1-2/+20
2012-08-24rsl: Begin to dissect the rsl immediate assignmentHolger Hans Peter Freyther2-1/+20
2012-08-24rsl: Parse the full l3info with the GSM48MSG codeHolger Hans Peter Freyther3-0/+16
2012-08-24fakebts: Begin to dispatch RSL messages to the transceiverHolger Hans Peter Freyther2-1/+109
2012-08-24rsl: Parse the Rf Channel related message and the immediate assignmentHolger Hans Peter Freyther2-4/+89
2012-08-24tlv: Move the TLV from here into the OsmoNetwork packageHolger Hans Peter Freyther6-362/+74
2012-08-22misc: Change the order the files are loaded, load the OsmoNetwork packageHolger Hans Peter Freyther3-4/+7
2012-08-22rsl: Start to parse the RSLChannelNumber and add a testHolger Hans Peter Freyther3-3/+118
2012-08-20rsl: Share the channel attribute IE across all MessagesHolger Hans Peter Freyther2-16/+19
2012-08-20rsl: Be able to parse the Channel Activation messageHolger Hans Peter Freyther3-10/+75
2012-08-20rsl: Start sending a channel required down the BTS linkHolger Hans Peter Freyther4-7/+64
2012-08-20OML: Srinkle some state changed event reports to really bring OML UpHolger Hans Peter Freyther1-0/+15
2012-08-20RSL: Be able to parse the SACCH filling with a 16bit length in L3 InfoHolger Hans Peter Freyther3-18/+101
2012-08-20RSL: Start parsing and generating RSL messagesHolger Hans Peter Freyther4-26/+239
2012-08-20TLV: Introduce isConditional, use the class selectors for comparisonHolger Hans Peter Freyther1-2/+7
2012-08-20TLV: Move common parsing and writing routines into the TLV baseHolger Hans Peter Freyther2-47/+60
2012-08-20BTS: Move the local variable into the block that is using itHolger Hans Peter Freyther1-1/+1
2012-08-15oml: Allocate the logical channels as part of the Opstart of the RadioChannelHolger Hans Peter Freyther1-1/+61
2012-08-15tests: Prepare a class that helps in writing GSM testsHolger Hans Peter Freyther1-0/+36
2012-08-15bts: Add a method to send RSL messagesHolger Hans Peter Freyther1-0/+7
2012-08-15test: Improve the RSL test, verify that everything is of type TLVDescriptionHolger Hans Peter Freyther1-2/+4
2012-08-15bts: Create a way to wait for the BTS to be up and runningHolger Hans Peter Freyther2-1/+14
2012-08-15rsl: Continue in defining RSL messages from GSM 08.58Holger Hans Peter Freyther1-0/+51