aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_main.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-22ms: Reduce DL CS level if only a few LLC bytes are leftJacob Erlbeck1-0/+1
2015-06-22ms: Add UL CS selection based on L1 link qualityJacob Erlbeck1-0/+9
2015-06-08ms: Add support for maximum CS valuesJacob Erlbeck1-0/+2
2015-06-08tbf: Add adaptive DL CS adjustmentJacob Erlbeck1-0/+3
2015-06-05pcu: Set ms_idle_sec to 60sJacob Erlbeck1-0/+1
2015-05-28tbf: Remove TimingAdvance storageJacob Erlbeck1-2/+0
2015-04-09pcu: Call bssgp_set_log_ss(DBSSGP) in main()Jacob Erlbeck1-0/+1
2014-06-15Always exit and don't try to recoverDaniel Willmann1-2/+1
2013-11-26debug_diagram: Remove the special debug_diagram compilation modeHolger Hans Peter Freyther1-7/+0
2013-11-11misc: Fix a potential leak on config parsingHolger Hans Peter Freyther1-1/+2
2013-10-30ta: Create TimingAdvance class and make it belong to the BTSHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Introduce a singleton for the BTS and use it in the codeHolger Hans Peter Freyther1-7/+1
2013-10-30bts: Move struct gprs_rlcmac_bts and other structs into a bts.hHolger 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/+6
2013-05-13Added timing advance support for up and downlink TBFsAndreas Eversberg1-0/+2
2013-05-09Allow to enable realtime priority for the BTS processAndreas Eversberg1-1/+22
2013-03-19Make the code handle SIGTERM.Holger Hans Peter Freyther1-0/+1
2013-03-16Use default 'alpha' value of 0Andreas Eversberg1-1/+1
2013-01-17pcu_main: Add '-V' to obtain the (compile) version of osmo-pcu0.1.00.1Harald Welte1-1/+6
2013-01-16Use global PCU's talloc context for all talloc callsAndreas Eversberg1-0/+2
2012-12-18Adding flow chart diagram of ongoing TBFs and their eventsAndreas Eversberg1-0/+7
2012-10-03Allow setting of seperate coding schemes for uplink and downlinkAndreas Eversberg1-2/+1
2012-09-27Set Alpha and Gamma at assingment messages for power controlAndreas Eversberg1-0/+1
2012-09-23Statefull reset and unblock BVCs and sending flow control messagesAndreas Eversberg1-0/+1
2012-07-15Adding multislot allocation algorithmAndreas Eversberg1-1/+1
2012-07-13multislot: Extracted "slot allocation algorithm" from tbf allocatorAndreas Eversberg1-0/+3
2012-07-13Adding signal handler to allow clean exit of PCUAndreas Eversberg1-2/+51
2012-07-13logging: Add vty to allow definition/storage of debug levelsAndreas Eversberg1-2/+44
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov1-51/+80
2012-07-06Minor fix of MCC, MNC optionsAndreas Eversberg1-2/+2
2012-07-06Cleanup of BSSGP code.Andreas Eversberg1-58/+8
2012-07-06Adding MCC/MNC spoof options to pcu_main.cppAndreas Eversberg1-2/+60
2012-07-06RLC/MAC process makes use from attributes, received from PCU socketAndreas Eversberg1-1/+12
2012-07-06Receive cell informations via PCU socket interfaceAndreas Eversberg1-1/+1
2012-07-06remove dependencies to openbsc/osmoggsn internalsHarald Welte1-2/+2
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg1-0/+1
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg1-0/+10
2012-06-26Merge branch 'jolly'Ivan Kluchnikov1-94/+0
2012-06-23Split of L1 interface to be used with OpenBTS or sysmo-BTSAndreas Eversberg1-94/+0
2012-06-18remove dependencies to openbsc/osmoggsn internalsHarald Welte1-2/+2
2012-06-14move everything to src/ subdirectoryHarald Welte1-0/+191