aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_rsl.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-04remove superfluous check for lchan->use > 0Harald Welte1-4/+2
If we receive one of those strange BS-11 "Cause 22" errors, we don't need to check if the lchan use counter is > 0. If it was 0, the lchan gets released anyway.
2009-07-04release channel on ERROR INDICATIONHarald Welte1-0/+3
This was proposed by Andreas Eversberg. I made it conditional on the T200 timer expired cause, as I'm not sure if we really should give up that quickly on other errors such as just simply receiving an unsolicited response.
2009-06-27fix various RSL msgb memory leaks in error pathsHarald Welte1-4/+10
2009-06-27add new DMEAS debug category for measurement reportingHarald Welte1-13/+14
disable it by default
2009-06-26use named variant when allocating msgb'sHarald Welte1-1/+2
when we generate a talloc report (SIGUSR1), we can now see which system allocated a given msgb, this helps memory leak debugging
2009-06-22Add parsing of 'L1 information' IE of MEASUREMENT RESULTHarald Welte1-2/+43
2009-06-20Introduce BS and MS power control related functionsHarald Welte1-0/+89
* add bts->band field plus corresponding VTY and commandline argument * add trx->nominal_power and trx->max_power_red fields * add rsl_chan_bs_power_ctrl() to control TRX RF power for a given TS * add rsl_chan_ms_power_ctrl() to control MS RF power for a given lchan.
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+1263