aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-18Adding flow chart diagram of ongoing TBFs and their eventsAndreas Eversberg4-4/+180
2012-12-18Fix: Free CS paging messagesAndreas Eversberg1-3/+8
2012-12-18Fix: Removed potential double free bug when receiving NS messagesAndreas Eversberg1-2/+0
2012-10-10Ported fixes and improvements from Wireshark for RLC/MAC control block decodi...Ivan Kluchnikov4-128/+342
2012-10-05Merge branch 'jolly'Ivan Kluchnikov17-570/+2922
2012-10-03Allow setting of seperate coding schemes for uplink and downlinkAndreas Eversberg6-13/+23
2012-10-03Replace switch/case construct by a structure, to define coding schemesAndreas Eversberg3-16/+28
2012-10-03Fix: Poll correctly for downlink acknowlege, to prevent window stallingAndreas Eversberg1-8/+7
2012-09-28Fix: Cleanly open and close NS instanceAndreas Eversberg2-8/+19
2012-09-27Use PCH confirm from BTS to start downlink packet flowAndreas Eversberg6-10/+99
2012-09-27Free existing UL/DL TBF, if RACH has been received from MSAndreas Eversberg1-0/+17
2012-09-27Fix: Dump correct NSVCI value at debug lineAndreas Eversberg1-1/+1
2012-09-27Set Alpha and Gamma at assingment messages for power controlAndreas Eversberg5-24/+90
2012-09-24Fix: T3193 is now started with the correct valueAndreas Eversberg1-1/+1
2012-09-23Fix: Send correct QOS profile and DL-UNITDATA IE to SGSNAndreas Eversberg1-3/+7
2012-09-23Fix: Correctly interpret MCC, MNC, CELL ID from BTSAndreas Eversberg2-3/+7
2012-09-23Statefull reset and unblock BVCs and sending flow control messagesAndreas Eversberg4-5/+97
2012-09-23Replace local definitions by header gprs_bssgp_bss.hAndreas Eversberg1-5/+2
2012-08-07Assign TFI to complete TRX, not just one TSAndreas Eversberg4-69/+39
2012-08-07Adding single block allocationAndreas Eversberg6-90/+344
2012-08-07Fix: Add timer for downlink TBF in assignment stateAndreas Eversberg2-8/+27
2012-08-07Fix: tfi_alloc() has some signed attributesAndreas Eversberg2-2/+2
2012-08-06Adding flags for debugging assignment and polling timeoutAndreas Eversberg3-8/+88
2012-08-06Adding polling for packet control ack at packet downlink/uplink assignmentAndreas Eversberg2-33/+61
2012-07-26Use final_ack_sent and contention_resolution_done to define ongoing UL TBFAndreas Eversberg3-7/+8
2012-07-26Minor changes on comments of schedulerAndreas Eversberg1-3/+3
2012-07-25Be sure to priorize uplink assignment (PACCH)Andreas Eversberg1-15/+15
2012-07-25misc: Add the libosmocore CFLAGS to the CPPFLAGSHolger Hans Peter Freyther1-1/+1
2012-07-25Fixed two issues found by clang, pointed out by HolgerAndreas Eversberg2-1/+4
2012-07-25Replaced malloc() by talloc_zero() to be able to track memeory leaksAndreas Eversberg2-11/+15
2012-07-25Cleanup by splitting gprs_rlcmac_rcv_rts_block() into seperate methodsAndreas Eversberg1-115/+171
2012-07-24misc: Add the libosmocore CFLAGS to the CPPFLAGSHolger Hans Peter Freyther1-1/+1
2012-07-24misc: Fix typos in the commentsHolger Hans Peter Freyther6-19/+19
2012-07-24Added debugging of downlink bandwidthAndreas Eversberg5-0/+32
2012-07-23Fix: gprs_rlcmac_trigger_downlink_assignment() selects correct channelAndreas Eversberg3-20/+19
2012-07-23Fix: Kill pending downlink TBF, if mobile requests uplink TBF on RACHAndreas Eversberg1-0/+9
2012-07-23Fix: Send downlink assignment on PCH twice to make reception more safeAndreas Eversberg1-2/+4
2012-07-23Fix: We don't use timer to define when assignment is complete on PACCHAndreas Eversberg2-5/+26
2012-07-23VTY: Select timeslot allocation algorithm via VTYAndreas Eversberg2-6/+37
2012-07-22Makefile.am: Actually install the pcu during 'make install'Harald Welte1-1/+3
2012-07-22Makefile.am: rename executable name from pcu to osmo-pcuHarald Welte1-3/+3
2012-07-21Add check of lifetime of LLC frameAndreas Eversberg4-4/+131
2012-07-20VTY: Added option to force given CS and ignore the scheme given by BTSAndreas Eversberg3-25/+79
2012-07-20Fixed Paging RR on PACCHAndreas Eversberg3-20/+34
2012-07-19Added paging for RR connection on PACCH of active TBFsAndreas Eversberg4-27/+282
2012-07-18Update to version 3 of PCU socket interface (includes version check)Andreas Eversberg2-5/+25
2012-07-16Changed log levels, to indicate abnormal eventsAndreas Eversberg1-15/+16
2012-07-16Check for downlink sequence is out of rangeAndreas Eversberg1-3/+15
2012-07-16Change polling interval for Packet Downlink Ack/NackAndreas Eversberg1-13/+17
2012-07-15If we already sent final Packet Uplink Ack/Nack, request DL TBF on PCHAndreas Eversberg1-1/+2