aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_main.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-09-01Support receiving SI13 from BTSMax1-0/+1
2017-08-18EDGE: Fix UL link adaptation.Minh-Quang Nguyen1-0/+22
2017-08-09Add pcu-socket vty configPau Espin Pedrol1-0/+2
2017-05-15remove pcu own bitvector implementationAlexander Couzens1-1/+0
2017-02-08main, tests: use msgb_talloc_ctx_init() (new)Neels Hofmeyr1-1/+1
2016-12-22Adds rate_ctr_init in the startup of osmo-pcusivasankari1-0/+1
2016-09-22heed VTY 'line vty'/'bind' commandNeels Hofmeyr1-1/+2
2016-08-27vty: use OSMO_VTY_PORT_PCU instead of numberNeels Hofmeyr1-1/+2
2016-08-25Modify EGPRS DL TBF flow to support SPBAravind Sirsikar1-0/+6
2016-06-16Add header type 1 support for EGPRS uplinkAravind Sirsikar1-2/+2
2016-03-04pcu: Fix compiler warning about using stringHolger Hans Peter Freyther1-1/+1
2016-02-22Introduce --gsmtap-ip/-i optionMax1-1/+16
2016-02-22Merge remote-tracking branch 'origin/jerlbeck/master'Holger Hans Peter Freyther1-0/+7
2016-02-14Fix missing '-V / --version' in print_help()Harald Welte1-0/+1
2016-02-08edge: Make window size configurableJacob Erlbeck1-0/+4
2016-02-01edge: Add initial_mcs_dl and initial_mcs_ul config valuesJacob Erlbeck1-0/+1
2016-02-01edge: Add max_mcs_ul and max_mcs_dl configJacob Erlbeck1-0/+2
2015-11-30pcu: Enable dl-tbf-idle-time and idle-ack-delay by defaultJacob Erlbeck1-0/+2
2015-11-17stats: Enable stats subsystemJacob Erlbeck1-0/+2
2015-08-17ns: Add logging supportJacob Erlbeck1-0/+1
2015-07-21pcu: Enable LLC CoDel by defaultJacob Erlbeck1-0/+2
2015-07-16pcu: Use alloc_algorithm_dynamic by defaultJacob Erlbeck1-1/+1
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