aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-11-08bts_pch_timer: Avoid resend Paging Request over PCUIF if T3113 is armedPau Espin Pedrol1-0/+1
2021-11-08Add counter for successful contention resolution proceduresPau Espin Pedrol1-0/+1
2021-11-08bts: Add counters for successful 1,2 phase pkt accessPau Espin Pedrol1-0/+4
2021-11-08bts: Count RACH Request with unexpected contentPau Espin Pedrol1-1/+5
2021-11-08bts: Improve logging to clarify RACH req is for 2 phase accessPau Espin Pedrol1-1/+2
2021-11-08bts: Introduce new RACH req counters for one/two phase accessPau Espin Pedrol1-4/+11
2021-11-02bts: Rename 11bit RACH request counterPau Espin Pedrol1-2/+2
2021-11-02bts: Fix misleading log line in bts_rcv_rach()Pau Espin Pedrol1-2/+2
2021-10-18Get rid of tbf tsc fieldPau Espin Pedrol1-4/+1
2021-10-18bts_rcv_rach(): Split code paths for Ass and Ass RejPau Espin Pedrol1-26/+28
2021-10-18bts_rcv_rach(): Gather pointers to data objects early and use them laterPau Espin Pedrol1-12/+11
2021-09-28cosmetic: Fix missing spacePau Espin Pedrol1-1/+1
2021-09-17Add stats: pcu.bts.N.pdch.occupied.gprs/egprsOliver Smith1-1/+5
2021-09-06Add stats: pcu.bts.N.pdch.available/occupiedOliver Smith1-0/+4
2021-08-31bts: Use public getter instead of class memberPau Espin Pedrol1-1/+1
2021-08-31Fix crash with dyn TS when using direct pcuPau Espin Pedrol1-15/+21
2021-08-23Move timer X2002 to tbf_fsmPau Espin Pedrol1-5/+1
2021-08-23Revert "Revert "Stop abusing T3169""Pau Espin Pedrol1-1/+0
2021-08-23Revert "fix: handle NULL return of as_dl_tbf() and as_ul_tbf()"Pau Espin Pedrol1-4/+5
2021-08-23Revert "coverity: fix null deref from recent UL TBF leak fix"Pau Espin Pedrol1-6/+3
2021-08-23bts: delete pch_timer list in destructorOliver Smith1-0/+3
2021-08-18coverity: fix null deref from recent UL TBF leak fixNeels Hofmeyr1-3/+6
2021-08-17fix: handle NULL return of as_dl_tbf() and as_ul_tbf()Neels Hofmeyr1-5/+4
2021-08-15Revert "Stop abusing T3169"Neels Hofmeyr1-0/+1
2021-08-12T_defs_bts: remove unit from doc stringsNeels Hofmeyr1-6/+6
2021-08-11Add counters: pcu.bts.N.pch.requests.timeoutOliver Smith1-0/+3
2021-08-10Add counters: pcu.bts.N.pch.requestsOliver Smith1-2/+3
2021-07-15Make gcc 11.1.0 false positivies happyPau Espin Pedrol1-1/+1
2021-06-01bts: Fix typo in field namePau Espin Pedrol1-1/+1
2021-05-19Move TBF list from BTS to the TRX structurePau Espin Pedrol1-3/+3
2021-05-19bts: Use ms_store when calculating set of target PDCHs for Pkt Paging RequestPau Espin Pedrol1-11/+10
2021-05-19Optimize PAGING-CS PDCH set selection when target MS is knownPau Espin Pedrol1-4/+55
2021-05-19Use LOGPDCH macro in bts_add_paging()Pau Espin Pedrol1-1/+1
2021-05-11Split ul_tbf alloc on CCCH into new functionPau Espin Pedrol1-6/+1
2021-04-30bts: constify arg in func bts_ms_store()Pau Espin Pedrol1-1/+1
2021-04-26Clarify, document Assignment related timersPau Espin Pedrol1-1/+3
2021-04-26Make WaitIndication T3172 configurablePau Espin Pedrol1-1/+2
2021-04-26Make use of T3142 received from BTSPau Espin Pedrol1-2/+3
2021-04-26Stop abusing T3169Pau Espin Pedrol1-1/+0
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol1-8/+4
2021-03-31Get rid of param 'poll' with constant valuePau Espin Pedrol1-4/+4
2021-03-31Drop unused function tbf_check()Pau Espin Pedrol1-9/+0
2021-03-17sysmo: fix wrong FN jumps in rx RA.indPau Espin Pedrol1-1/+1
2021-03-15bts: Detect FN jumpsPau Espin Pedrol1-5/+8
2021-03-15Replace PollController with newly added PDCH UL ControllerPau Espin Pedrol1-46/+7
2021-03-15Add new PDCH UL Controller, drop SBAllocator classPau Espin Pedrol1-10/+40
2021-03-12Introduce init() APIs for PDCH and TRX objectsPau Espin Pedrol1-12/+11
2021-03-01bts: Add new stats to detect TBF allocation failure reasonsPau Espin Pedrol1-1/+6
2021-02-25bts: Count TBF TS allocation failurePau Espin Pedrol1-0/+1
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol1-2/+13