aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-15No content resolution is required when UL TBF is requested during DL TBFAndreas Eversberg1-0/+1
2012-07-15Ignore Packet Resource RequestAndreas Eversberg1-6/+2
2012-07-15Only select TLLI, if it is valid (and not unset)Andreas Eversberg1-3/+2
2012-07-15Set coding scheme on Packet Uplink Ack/Nack messageAndreas Eversberg1-1/+2
2012-07-15Minor fixes of debug output of channel allocationAndreas Eversberg1-4/+10
2012-07-15Fixed contention resolution issueAndreas Eversberg3-11/+24
2012-07-15Added missing TA value assignmentAndreas Eversberg1-0/+1
2012-07-15Adding multislot allocation algorithmAndreas Eversberg2-1/+430
2012-07-15Downlink transfer is finished if all packets are acknowlegedAndreas Eversberg1-4/+8
2012-07-15Polling for downlink ack/nack is performed only on suitable slotAndreas Eversberg1-8/+20
2012-07-15multislot: Rework of handling control channel / pollingAndreas Eversberg6-130/+236
2012-07-13Added parsing of multislot class inside BSSGP PDUAndreas Eversberg1-3/+35
2012-07-13multislot: Extracted "slot allocation algorithm" from tbf allocatorAndreas Eversberg4-60/+92
2012-07-13Changed data structures for TBF and PDCH instances, to allow multislotAndreas Eversberg8-216/+411
2012-07-13Adding signal handler to allow clean exit of PCUAndreas Eversberg4-4/+58
2012-07-13Removed unnecessary test for tbf.Ivan Kluchnikov1-5/+0
2012-07-13Removed obsolete if-conditionAndreas Eversberg1-4/+0
2012-07-13logging: Add vty to allow definition/storage of debug levelsAndreas Eversberg2-4/+48
2012-07-13VTY implementationAndreas Eversberg2-0/+126
2012-07-12Merge branch 'jolly_new'Ivan Kluchnikov19-2368/+3585
2012-07-09Send downlink IMMEDIATE ASSIGNMENT on PCH and not on AGCHAndreas Eversberg6-23/+69
2012-07-07Fixed return value of pcu_l1if_open() when connection to BTS failsAndreas Eversberg1-1/+1
2012-07-06Restructured debugging levels to get better overview of TBFs/processesAndreas Eversberg5-134/+142
2012-07-06Fixed pseudo length of IMMEDIATE ASSIGNMENT message.Andreas Eversberg4-18/+24
2012-07-06Minor fix of MCC, MNC optionsAndreas Eversberg1-2/+2
2012-07-06Cleanup of BSSGP code.Andreas Eversberg6-93/+24
2012-07-06Move BSSGP/NS instances creation and desctruction to gprs_bssgp_pcu.cppAndreas Eversberg4-1/+182
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 Eversberg4-26/+54
2012-07-06Receive cell informations via PCU socket interfaceAndreas Eversberg4-16/+87
2012-07-06remove dependencies to openbsc/osmoggsn internalsHarald Welte5-30/+14
2012-07-03TBF acknowledged mode finished for both link directionsAndreas Eversberg12-798/+1618
2012-06-29Implemented Paging procedure on CCCH.Ivan Kluchnikov5-1/+68
2012-06-29Fixed DL TBF establishment on CCCH.Ivan Kluchnikov3-30/+6
2012-06-27Adding .gitignore to source directoryAndreas Eversberg1-0/+6
2012-06-27Modified encoding of Packet Downlink Assignment and Packet Uplink Ack/Nack me...Ivan Kluchnikov2-145/+80
2012-06-27Work on RLCMAC layer. Integration of scheduler and new packet transferAndreas Eversberg11-200/+349
2012-06-27Rewrite of RLC/MAC uplink acknowledged TBF.Andreas Eversberg1-0/+473