aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_vty.c
AgeCommit message (Collapse)AuthorFilesLines
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
The initial power control value Alpha must be set in SI13.
2012-09-23Statefull reset and unblock BVCs and sending flow control messagesAndreas Eversberg1-1/+17
The flow control interval can be set via VTY.
2012-08-07Adding single block allocationAndreas Eversberg1-0/+28
It is mandatory to support it because MS may request a single block. In this case the network must assign a single block. It is possible to force single block allocation for all uplink requests on RACH. (VTY option)
2012-07-23VTY: Select timeslot allocation algorithm via VTYAndreas Eversberg1-0/+27
The selections are: single slot or multislot
2012-07-21Add check of lifetime of LLC frameAndreas Eversberg1-0/+50
If lifetime expires of queued LLC frames, they are discarded. The number of discarded frames and the sum of their octets are reported to SGSN via LLC-DISCARDED message. The lifetime can be overridden via VTY. The value can be centi-seconds or "infinite".
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