aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-08edge/vty: Set initial MCSJacob Erlbeck1-0/+42
2016-02-08edge: Make window size configurableJacob Erlbeck1-0/+24
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck1-5/+3
2016-02-08edge: Fix MCS range in VTYJacob Erlbeck1-1/+1
2016-02-01edge: Add max_mcs_ul and max_mcs_dl configJacob Erlbeck1-3/+49
2016-02-01tbf: Use LListHead instead of llist_podsJacob Erlbeck1-13/+1
2015-12-15edge: Enable EGPRS if configured and egprs_ms_class presentJacob Erlbeck1-1/+4
2015-11-30edge: Add egprs config commandJacob Erlbeck1-0/+36
2015-11-17stats: Enable stats subsystemJacob Erlbeck1-0/+2
2015-08-17vty: Change API to have node installation be done by intJacob Erlbeck1-1/+1
2015-07-21llc: Use CoDel to drop packages from the LLC queueJacob Erlbeck1-0/+51
2015-07-16alloc: Add 'dynamic' allocation algorithmJacob Erlbeck1-3/+10
2015-06-29vty: Fix documentation for 'no cs downgrade-threshold'Jacob Erlbeck1-1/+1
2015-06-22ms: Reduce DL CS level if only a few LLC bytes are leftJacob Erlbeck1-0/+34
2015-06-22ms: Add UL CS selection based on L1 link qualityJacob Erlbeck1-0/+45
2015-06-08vty: Add command to show detailed MS infoJacob Erlbeck1-0/+26
2015-06-08ms: Add support for maximum CS valuesJacob Erlbeck1-4/+48
2015-06-08tbf: Add adaptive coding scheme configurationJacob Erlbeck1-2/+52
2015-06-08vty: Add 'show ms all' commandJacob Erlbeck1-0/+10
2015-06-08vty: Add a file for C++ functionsJacob Erlbeck1-1/+3
2015-05-28tbf: Set MS timeoutJacob Erlbeck1-0/+27
2015-05-06bssgp: Add VTY command to Limit the bucket size by timeJacob Erlbeck1-0/+28
2015-05-06bssgp: Make BVC bucket size / leak rate configurableJacob Erlbeck1-0/+119
2015-05-04vty: Fix value range of commands accepting csecsJacob Erlbeck1-3/+3
2015-05-04vty: Fix warnings about undeclared functionsJacob Erlbeck1-0/+2
2015-04-09vty: Use libosmocore VTY standardsJacob Erlbeck1-36/+2
2015-04-02tbf: Force ACK after the last DL LCC frame has been receivedJacob Erlbeck1-1/+33
2015-04-02tbf: Use a hysteresis when discarding DL LLC framesJacob Erlbeck1-0/+34
2015-03-25tbf: Implement delayed release of a downlink TBFJacob Erlbeck1-0/+30
2014-12-20Fix VTY documentationHolger Hans Peter Freyther1-1/+1
2014-07-02misc: Add missing include for the rate counterHolger Hans Peter Freyther1-0/+1
2014-07-02misc: Add missing include for atoiHolger Hans Peter Freyther1-0/+1
2014-07-02misc: Add {} to avoid nested if/if/else ambigioutyHolger Hans Peter Freyther1-1/+2
2014-01-15pcu_vty: Add a command to print info about all TBFsDaniel Willmann1-1/+23
2013-11-11pcu: Address the return without valueHolger Hans Peter Freyther1-0/+1
2013-10-30bts: Start creating statistics inside the BTS codeHolger Hans Peter Freyther1-0/+11
2013-10-30bts: Introduce a singleton for the BTS and use it in the codeHolger Hans Peter Freyther1-12/+12
2013-10-30bts: Move struct gprs_rlcmac_bts and other structs into a bts.hHolger Hans Peter Freyther1-0/+1
2013-01-17VTY: complete the copyright messageHarald Welte1-1/+2
2012-10-03Allow setting of seperate coding schemes for uplink and downlinkAndreas Eversberg1-4/+14
2012-09-27Set Alpha and Gamma at assingment messages for power controlAndreas Eversberg1-2/+33
2012-09-23Statefull reset and unblock BVCs and sending flow control messagesAndreas Eversberg1-1/+17
2012-08-07Adding single block allocationAndreas Eversberg1-0/+28
2012-07-23VTY: Select timeslot allocation algorithm via VTYAndreas Eversberg1-0/+27
2012-07-21Add check of lifetime of LLC frameAndreas Eversberg1-0/+50
2012-07-20VTY: Added option to force given CS and ignore the scheme given by BTSAndreas Eversberg1-20/+67
2012-07-13VTY implementationAndreas Eversberg1-0/+104