aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-23Bump version: 0.8.0.396-fe8d-dirty → 0.9.00.9.0Pau Espin Pedrol5-14/+448
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol10-19/+43
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-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol11-11/+11
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol7-1/+14
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
2021-02-17vty: Write 'neighbor resolution' config to filePau Espin Pedrol1-0/+5
2021-02-16gprs_bssgp: rename gprs_ns_config -> gprs_ns_update_configAlexander Couzens4-7/+8
2021-02-16gprs_bssgp: rework and rename ns_create_nsvc -> ns_configure_nseAlexander Couzens1-26/+40
2021-02-15nacc_fsm: Improve log when sending RIM RAN-INFO to gather SI from remote cellPau Espin Pedrol1-1/+4
2021-02-11nacc_fsm: Support receiving Pkt Cell Chg Notif while in some advanced statesPau Espin Pedrol1-3/+31
2021-02-11nacc_fsm: nacc_fsm: Support receiving Pkt Cell Change Notify in state WAIT_RE...Pau Espin Pedrol1-16/+32