aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-04-26ul_tbf: Clean up handle_tbf_reject()Pau Espin Pedrol5-26/+24
2021-04-26Use negative numbers for non-spec osmo-specific timersPau Espin Pedrol2-5/+5
2021-04-26Make use of T3142 received from BTSPau Espin Pedrol4-11/+11
2021-04-26Stop abusing T3169Pau Espin Pedrol3-247/+8
2021-04-22pdch: tbf_by_tfi(): Allow returning TBFs in state RELEASINGPau Espin Pedrol1-8/+1
2021-04-22pdch: rcv_resource_request: Improve robustnessPau Espin Pedrol4-178/+390
2021-04-22sba: Drop unused function find_sba_rtsPau Espin Pedrol2-14/+0
2021-04-19RIM: Improve loggingPau Espin Pedrol1-5/+19
2021-03-31tbf: Get rid of attribute poll_tsPau Espin Pedrol5-29/+22
2021-03-31tbf: Get rid of attribute poll_fnPau Espin Pedrol7-98/+102
2021-03-31Get rid of param 'poll' with constant valuePau Espin Pedrol5-43/+43
2021-03-31tbf: get rid of poll_state completelyPau Espin Pedrol5-53/+0
2021-03-31Remove unneeded poll_state checkPau Espin Pedrol1-4/+2
2021-03-31tbf: Allow multiple concurrent pollsPau Espin Pedrol2-404/+315
2021-03-31tbf: Get rid of unneeded poll_scheduled()Pau Espin Pedrol4-114/+105
2021-03-31pdch_ulc: Store TBF poll reasonPau Espin Pedrol10-43/+48
2021-03-31Drop unused function tbf_check()Pau Espin Pedrol1-9/+0
2021-03-31pdch_ulc: Support picking RRBP other than N+13Pau Espin Pedrol7-12/+177
2021-03-31Pick unreserved UL FN when allocating an SBAPau Espin Pedrol5-3/+64
2021-03-31pdch_ulc: Optimize rbtree FN searchPau Espin Pedrol1-6/+9
2021-03-31sba: Document AGCH_START_OFFSET after some experimental testsPau Espin Pedrol1-2/+18
2021-03-24Properly implement N3101Pau Espin Pedrol5-76/+91
2021-03-24Track scheduled UL blocks through USFPau Espin Pedrol4-4/+313
2021-03-24pdch_ulc: Create helper API pdch_ulc_release_nodePau Espin Pedrol2-5/+9
2021-03-24pdch: Add mising pdch_ulc_release_node in Rx Cell Change NotifPau Espin Pedrol1-0/+2
2021-03-24Set matching USF if available when polling a UL TBFPau Espin Pedrol3-16/+23
2021-03-24sched: Simplify usf selection codePau Espin Pedrol1-13/+6
2021-03-24sched: Fix scheduling UL TBF not matching conditionsPau Espin Pedrol1-3/+3
2021-03-24Fix: left shift cannot be repesented in type intPau Espin Pedrol1-1/+1
2021-03-23gprs_bssgp_pcu: add comments to the pcu statesAlexander Couzens1-0/+4
2021-03-23gprs_bssgp_pcu: ensure only known BVCI can be resetted by the SGSNAlexander Couzens1-0/+12
2021-03-20pdch_ul_controller: Fix compiler warning on gcc-10.2Harald Welte1-0/+2
2021-03-18direct_phy: Fix condition dropping rx DATA.ind payload in inPau Espin Pedrol3-3/+3
2021-03-17sysmo: fix wrong FN jumps in rx RA.indPau Espin Pedrol6-13/+4
2021-03-15ulc: Fix FN store order upon wrap aroundPau Espin Pedrol4-54/+98
2021-03-15tests: ulc: Show current bug with FN wrap aroundPau Espin Pedrol3-0/+330
2021-03-15tests: Introduce unit tests for PDCH UL ControllerPau Espin Pedrol5-0/+212
2021-03-15cosmetic: tests/Makefile.am: Split content into several linesPau Espin Pedrol1-3/+21
2021-03-15bts: Detect FN jumpsPau Espin Pedrol5-14/+87
2021-03-15sched: Use new PDCH UL ControllerPau Espin Pedrol3-24/+23
2021-03-15Replace PollController with newly added PDCH UL ControllerPau Espin Pedrol12-246/+288
2021-03-15Add new PDCH UL Controller, drop SBAllocator classPau Espin Pedrol17-225/+443
2021-03-12pdch: Log FN when decoding UL Ctrl blockPau Espin Pedrol2-64/+64
2021-03-12tbf: Fix wrong variable printed in logPau Espin Pedrol1-1/+1
2021-03-12Improve logging in DATA.req and ACT.reqPau Espin Pedrol1-15/+19
2021-03-12Improve DATA.ind loggingPau Espin Pedrol5-31/+46
2021-03-12pdch.h: Drop uneeded include bts.hPau Espin Pedrol1-2/+0
2021-03-12tests: rlcmac: Fix C vs C++ linkage of extern symbolPau Espin Pedrol1-1/+2
2021-03-12Introduce init() APIs for PDCH and TRX objectsPau Espin Pedrol4-21/+23
2021-03-12Track TDMA clock with DATA.ind instead of TIME.indPau Espin Pedrol3-141/+145