aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Pedrol5-12/+3
2021-03-15ulc: Fix FN store order upon wrap aroundPau Espin Pedrol1-6/+26
2021-03-15bts: Detect FN jumpsPau Espin Pedrol3-9/+26
2021-03-15sched: Use new PDCH UL ControllerPau Espin Pedrol3-24/+23
2021-03-15Replace PollController with newly added PDCH UL ControllerPau Espin Pedrol10-197/+125
2021-03-15Add new PDCH UL Controller, drop SBAllocator classPau Espin Pedrol15-223/+441
2021-03-12pdch: Log FN when decoding UL Ctrl blockPau Espin Pedrol1-6/+6
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-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 Pedrol2-1/+5
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 Pedrol1-2/+4
2021-03-03sched: sched_select_downlink(): Clean up param list and improve loggingPau Espin Pedrol1-9/+10
2021-03-03sched: sched_select_ctrl_msg(): Clean up param list and improve loggingPau Espin Pedrol1-12/+11
2021-03-03gprs_ms: Use standarized logging on more messagesPau Espin Pedrol1-10/+6
2021-03-03ms: clarify delayed MS release process related code and loggingPau Espin Pedrol1-10/+13
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 Pedrol1-0/+10
2021-03-02tbf_dl: Fix m_last_dl_drained_fn not set under some conditionsPau Espin Pedrol1-4/+4
2021-03-02tbf: log keep_open condition statusPau Espin Pedrol1-1/+9
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 Pedrol4-22/+15
2021-02-26tbf: Improve logging when TBF being allocated or no TBF availPau Espin Pedrol2-8/+6
2021-02-26pdch: Standarize and improve loggingPau Espin Pedrol2-58/+65
2021-02-25bts: Count TBF TS allocation failurePau Espin Pedrol3-0/+4
2021-02-25tbf: Log timeslot allocation failurePau Espin Pedrol1-0/+3
2021-02-24Support uplink multi-slot allocationsPau Espin Pedrol1-22/+23
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol7-11/+37
2021-02-19find_multi_slots: Avoid multiple calls to mslot_class_get_type()Pau Espin Pedrol1-3/+4
2021-02-19find_multi_slots: Mark mslot_class properties constPau Espin Pedrol1-4/+4
2021-02-19find_multi_slots: Avoid multiple calls to mslot_class_get_rx()Pau Espin Pedrol1-3/+4
2021-02-19find_multi_slots: Avoid calling mslot_class_get_tx() on each iterationPau Espin Pedrol1-1/+1
2021-02-19Use NULL as default value for pointer typePau Espin Pedrol1-1/+1
2021-02-19gprs_bssgp: use gprs_ns2_sns_add_bind() to allow the NSE to use the binds for...Alexander Couzens1-0/+8
2021-02-18sched: Avoid selecting TBF to tx NACC Dl msg if no TFI is assignedPau Espin Pedrol1-4/+4
2021-02-18cosmetic: fix line indentationPau Espin Pedrol1-1/+1