aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-12-29Update README with working commit versions of osmo componentsPravin Kumarvel2-1/+164
2016-12-29Add test case for testing PUANPravin Kumarvel4-0/+2390
2016-12-29Add compression support in EGPRS PUANPravin Kumarvel9-27/+537
2016-12-29Refactoring write_packet_ack_nack_desc_egprs to prepare for CRBB supportPravin Kumarvel2-35/+38
2016-12-22Adds rate_ctr_init in the startup of osmo-pcusivasankari1-0/+1
2016-12-22Add counter at BTS level And statistics at TBF/MS level.sivasankari10-2/+134
2016-12-16Fix uninitialized members in pcu_l1_meas()Harald Welte1-1/+8
2016-12-16struct pcu_l1_meas_ts: initialize ms_i_levelHarald Welte1-1/+2
2016-12-09Add statistics in the ms and tbf level.sivasankari5-5/+128
2016-12-09Sanitizer build fix for TbfTestaravind sirsikar1-0/+2
2016-12-02Add debugging log for RLC data block decodingMrinal Mishra2-0/+10
2016-11-30debian: fix: add pcuif_proto.h to osmo-pcu.installNeels Hofmeyr1-0/+1
2016-11-25Add new BTS level counterssivasankari4-1/+26
2016-11-17Install the pcuif_proto.h header fileHarald Welte7-5/+10
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 sirsikar9-12/+135
2016-11-09Handle Immediate assignment rejectaravind sirsikar8-68/+520
2016-11-09Handle Timing Advance IE properlyMax1-31/+43
2016-11-02EGPRS: fix for EPDAN out of windowaravind sirsikar4-37/+134
2016-11-02Modify return type of gprs_rlc_dl_window::distance to uint16_taravind sirsikar1-2/+2
2016-10-30EGPRS: add test case to show EPDAN BSN out of window bugaravind sirsikar3-0/+140
2016-10-26Add logging supportMrinal Mishra1-0/+2
2016-10-20jenkins.sh: use osmo-build-dep.sh, output testlogsNeels Hofmeyr1-11/+16
2016-10-19Use qbit-TA to update Timing AdvanceMax5-51/+46
2016-10-18Revert "tbf: Add state WAIT_ASSIGN"Neels Hofmeyr5-191/+134
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 Kumarvel9-15/+787
2016-10-03build: add -WallNeels Hofmeyr1-0/+3
2016-10-01configure: check for pkg-config presenceNeels Hofmeyr1-0/+7
2016-10-01build: be robust against install-sh files above the root dirNeels Hofmeyr1-0/+3
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 Sirsikar3-6/+10
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 Sirsikar5-31/+24
2016-09-15EGPRS: add test case to show LI decoding bugAravind Sirsikar4-0/+289
2016-09-14DL TS allocation: add test case to show TS allocation bug for 2nd DL TBFAravind Sirsikar2-0/+54
2016-09-14Fix CSN1 decoding: CSN_LEFT_ALIGNED_VAR_BMP boundsNeels Hofmeyr2-12/+6
2016-09-14CSN1 decoding: add test to show bug in CSN_LEFT_ALIGNED_VAR_BMPAravind Sirsikar1-1/+22
2016-09-12TBF flow: unit test compilation error fixAravind Sirsikar1-35/+39
2016-09-09Fix Timing Advance handlingMax7-86/+121
2016-09-06LC15: Change TRX numbering for the latest Litecell15 hardwareMinh-Quang Nguyen1-2/+2
2016-09-02Fix GPRS PUAN encoding: wrong BSN statusAravind Sirsikar2-4/+3
2016-09-02GPRS: PUAN encoding: add test case to show wrong BSNs statusAravind Sirsikar1-0/+18
2016-08-30DL: add test case to show wrong window sizeAravind Sirsikar3-0/+111
2016-08-28TBF flow: unit test compilation error fixAravind Sirsikar1-1/+1