aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-11pcu_utils.h: Fix trailing whitespacePau Espin Pedrol1-1/+1
2021-03-08direct_phy: Support submitting DATA.ind with len=0 to upper layersPau Espin Pedrol3-51/+43
2021-03-08pdch: Silently ignore DATA.ind with len=0Pau Espin Pedrol1-0/+9
2021-03-04tbf: Log N310* counter incrementsPau Espin Pedrol2-2/+6
2021-03-04TODO-RELEASE: document requirement of master libosmocorePau Espin Pedrol1-0/+1
2021-03-03sched: sched_select_downlink(): Clean up param list and improve loggingPau Espin Pedrol2-187/+188
2021-03-03sched: sched_select_ctrl_msg(): Clean up param list and improve loggingPau Espin Pedrol2-42/+41
2021-03-03gprs_ms: Use standarized logging on more messagesPau Espin Pedrol4-233/+229
2021-03-03ms: clarify delayed MS release process related code and loggingPau Espin Pedrol3-11/+16
2021-03-03gprs_bssgp_pcu: rework BSSGP Reset messages to support SGSN originated BSSGP-...Alexander Couzens1-16/+34
2021-03-02tbf_dl: fix FBI not set upon X2031 = 0Pau Espin Pedrol2-0/+33
2021-03-02tbf_dl: Fix m_last_dl_drained_fn not set under some conditionsPau Espin Pedrol2-8/+8
2021-03-02tbf: log keep_open condition statusPau Espin Pedrol2-1/+11
2021-03-02tbd_dl: Don't re-initialize class field twicePau Espin Pedrol1-5/+2
2021-03-02llc: use memset to fill llc dummy frame paddingPau Espin Pedrol1-2/+4
2021-03-01bts: Add new stats to detect TBF allocation failure reasonsPau Espin Pedrol3-3/+15
2021-02-26Remove uneeded ms param from alloc_algorithm_func_t funcPau Espin Pedrol5-27/+17
2021-02-26tbf: Improve logging when TBF being allocated or no TBF availPau Espin Pedrol5-50861/+50859
2021-02-26pdch: Standarize and improve loggingPau Espin Pedrol4-520/+527
2021-02-25bts: Count TBF TS allocation failurePau Espin Pedrol3-0/+4
2021-02-25tbf: Log timeslot allocation failurePau Espin Pedrol3-0/+43
2021-02-24Support uplink multi-slot allocationsPau Espin Pedrol4-8644/+7480