aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-17Install the pcuif_proto.h header fileHarald Welte4-164/+6
2016-11-17Fix GSMTAP logging in case direct PHY access is enabledHarald Welte1-2/+2
2016-11-17pcu_l1_if: get rid of magic numbers and use ARRAY_SIZE() for array iterationHarald Welte1-6/+6
2016-11-14Add BTS level countersMrinal Mishra6-4/+294
2016-11-11Handle packet access reject during EPDAN/PDAN with channel descriptionaravind sirsikar6-12/+84
2016-11-09Handle Immediate assignment rejectaravind sirsikar3-42/+149
2016-11-09Handle Timing Advance IE properlyMax1-31/+43
2016-11-02EGPRS: fix for EPDAN out of windowaravind sirsikar2-22/+12
2016-11-02Modify return type of gprs_rlc_dl_window::distance to uint16_taravind sirsikar1-2/+2
2016-10-26Add logging supportMrinal Mishra1-0/+2
2016-10-19Use qbit-TA to update Timing AdvanceMax5-51/+46
2016-10-18Revert "tbf: Add state WAIT_ASSIGN"Neels Hofmeyr3-23/+9
2016-10-18llc: remove NULL-pointer check of gprs_llc_queue::size()/octets()Alexander Couzens1-2/+2
2016-10-18tbf: add llc_queue_size() to check llc_queue is valid before calling size()Alexander Couzens3-6/+15
2016-10-17EGPRS: Add EPDAN CRBB Tree based decodingPravin Kumarvel4-14/+403
2016-09-22heed VTY 'line vty'/'bind' commandNeels Hofmeyr1-1/+2
2016-09-16Update the function immediate assignment for EGPRSbhargava3-12/+85
2016-09-16Handle EGPRS 11 bit RACH in osmo-pcubhargava2-11/+84
2016-09-15Fix EGPRS DL window calculation during tbf updateAravind Sirsikar1-0/+6
2016-09-15tbf_dl: factor out EGPRS DL window size calculationAravind Sirsikar3-14/+24
2016-09-15EGPRS: Fix issue with row 4 of Table 10.4.14a.1 of 44.060 version 7.27.0 Rele...Aravind Sirsikar2-11/+12
2016-09-14Fix CSN1 decoding: CSN_LEFT_ALIGNED_VAR_BMP boundsNeels Hofmeyr1-6/+5
2016-09-09Fix Timing Advance handlingMax5-10/+21
2016-09-06LC15: Change TRX numbering for the latest Litecell15 hardwareMinh-Quang Nguyen1-2/+2
2016-09-02Fix GPRS PUAN encoding: wrong BSN statusAravind Sirsikar1-1/+1
2016-08-28TBF flow: Coverity fixAravind Sirsikar1-0/+3
2016-08-27vty: use OSMO_VTY_PORT_PCU instead of numberNeels Hofmeyr1-1/+2
2016-08-27Change interface in osmo-pcu for 11 bit RACHbhargava4-5/+13
2016-08-25Fix EGPRS PUAN encoding: use correct urbb_lenAravind Sirsikar1-1/+2
2016-08-25Modify EGPRS DL TBF flow to support SPBAravind Sirsikar7-47/+250
2016-08-25Add data structure to handle SPB for EGPRS DLAravind Sirsikar2-4/+45
2016-08-22Remove warning while using 'egprs only' command in VTYAravind Sirsikar1-6/+0
2016-08-09LC: fix build errorMax1-1/+1
2016-08-04Extend BTS <-> PCU protocol with measurementMax2-2/+13
2016-08-02Add support for SPB handling for EGPRS UL TBFAravind Sirsikar3-24/+161
2016-08-02Add data structure for SPB in EGPRS ULAravind Sirsikar1-0/+40
2016-07-28Properly set TA_VALID bitMax1-3/+6
2016-07-26Remove useless ARFCN parameterMax5-10/+8
2016-07-20Remove unused definitionsMax2-34/+0
2016-07-14egprs: Use RLC/MAC headers from libosmocoreTom Tsou3-125/+31
2016-07-13bitvector: Remove code clone and fallback to C implementationHolger Hans Peter Freyther2-18/+7
2016-07-13Modify DL tbf flow for ARQ-II in EGPRS DL RetxAravind Sirsikar1-17/+40
2016-07-13Add Accessor functions for ARQ-II in EGPRS DLAravind Sirsikar3-1/+22
2016-07-12Add data structure for ARQ-II in EGPRS DLAravind Sirsikar5-10/+60
2016-06-20typo in warningNeels Hofmeyr1-1/+1
2016-06-16Add header type 1 support for EGPRS uplinkAravind Sirsikar6-9/+75
2016-06-16Add Header Type2 support in EGPRS ULAravind Sirsikar3-4/+54
2016-06-16Remove GMSK only check in EGPRS ULAravind Sirsikar1-9/+0
2016-06-10tbf: replace this == NULL check in tbf->nameAlexander Couzens1-4/+1
2016-06-10tbf_dl: correct tbf name in log message for moving a DL TBFAlexander Couzens1-1/+1