aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysmo_sock.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-30bts/tbf: Move the lists into the BTS and do the look-up from the BTSHolger Hans Peter Freyther1-0/+1
2013-10-30pdch: Move enable/disable into the PDCH codeHolger Hans Peter Freyther1-1/+2
2013-10-30bts: Introduce a singleton for the BTS and use it in the codeHolger Hans Peter Freyther1-1/+1
2013-10-28tbf: Move the code to close all timeslots into the tbf classHolger Hans Peter Freyther1-10/+2
2013-10-28tbf: Move header definition from gprs_rlcmac to the tbfHolger Hans Peter Freyther1-0/+1
2013-07-27misc: Add an option exit/quit when the BSSGP is supposed to be destroyedHolger Hans Peter Freyther1-1/+1
2013-07-27misc: Remove if (timer_pending) stop_timer idiom from the codeHolger Hans Peter Freyther1-2/+1
2013-01-25Fixed closing of PDCH when enabling sysmo-bts' direct DSP accessAndreas Eversberg1-0/+2
2013-01-16Free each fl1h (sysmo-bts' layer 1 handler) when closing BTS<->PCU socketAndreas Eversberg1-0/+8
2012-09-28Fix: Cleanly open and close NS instanceAndreas Eversberg1-7/+11
2012-08-07Assign TFI to complete TRX, not just one TSAndreas Eversberg1-9/+8
2012-07-13Changed data structures for TBF and PDCH instances, to allow multislotAndreas Eversberg1-1/+4
2012-07-13Adding signal handler to allow clean exit of PCUAndreas Eversberg1-1/+2
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov1-0/+303