aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-06-20pdch.cpp: Drop impossible code pathPau Espin Pedrol1-3/+0
2023-06-20cosmetic: tbf_fsm: Fix typo in commentPau Espin Pedrol1-1/+1
2023-06-20tbf_dl_fsm: Drop impossible eventPau Espin Pedrol1-8/+0
2023-06-20Store T3192 value received from SI13, do some sanity checksPau Espin Pedrol2-1/+7
2023-06-20bts: Use same default value for T3193 as set in osmo-bts/bscPau Espin Pedrol1-1/+1
2023-06-20Fix DL_TBF PACCH ass done on UL_TBF already scheduled to tx last PKT CTRL ACKPau Espin Pedrol1-16/+23
2023-06-16pcu_l1_if: use correct SAPI in PCUIF message PCU_IF_MSG_DATA_CNF_DTPhilipp Maier1-1/+1
2023-06-13cosmetic: Improve commentPau Espin Pedrol1-3/+3
2023-06-13Change several log lines to start with capital letterPau Espin Pedrol2-4/+4
2023-06-13Move call to bts_snd_dl_ass() from tbf_dl.cpp to tbf_dl_fsm.cPau Espin Pedrol2-10/+12
2023-06-13cosmetic: tbf_dl_fsm: Fix a couple comment typosPau Espin Pedrol1-2/+2
2023-06-13Move GPRS_RLCMAC_FLAG_DL_ACK from state_fsm to dl_tbfPau Espin Pedrol5-5/+13
2023-06-13Move GPRS_RLCMAC_FLAG_TO_DL_ACK from state_fsm to dl_tbfPau Espin Pedrol4-9/+11
2023-06-13tbf_{ul,dl}_fsm.c: Rearrange code/logs in mod_ass_type()Pau Espin Pedrol2-12/+18
2023-06-13tbf_{ul,dl}_fsm: Abort on unexpected pathPau Espin Pedrol2-8/+2
2023-06-12tbf_dl_fsm: Fix wrong lchan specified in log linePau Espin Pedrol1-1/+1
2023-06-12Improve logging in bts_snd_dl_ass()Pau Espin Pedrol1-6/+4
2023-06-12Remove unused GPRS_RLCMAC_FLAG_TO_MASKpespin/t3193Pau Espin Pedrol3-11/+6
2023-06-12Abort UL TBF PACCH Ass based on T3168Pau Espin Pedrol5-8/+41
2023-06-11tbf_ul_fsm: Remove 3195 references, simplify T3169 set up as consequencePau Espin Pedrol2-23/+7
2023-06-09tbf_dl_fsm: Remove T3169 references, simplify T3195 set up as consequencePau Espin Pedrol2-24/+4
2023-06-09Avoid using N3105 in UL TBFsPau Espin Pedrol3-35/+15
2023-06-09Avoid using N3103 in DL TBFsPau Espin Pedrol1-0/+4
2023-06-09Avoid using N3101 in DL TBFsPau Espin Pedrol2-21/+10
2023-06-09tbf_{ul,dl}_fsm: remove impossible dst state transitionsPau Espin Pedrol2-6/+3
2023-06-09tbf_{ul,dl}_fsm: Remove unneeded assertsPau Espin Pedrol2-6/+0
2023-06-09tbf_dl_fsm: Apply T3193 using FSM infrastructure instead of manuallyPau Espin Pedrol1-16/+7
2023-06-06Log MS information in error message using usual MS APIPau Espin Pedrol1-10/+3
2023-06-03Document pcu_lsb() functionPau Espin Pedrol1-0/+3
2023-06-03pcu_utils.h: Replace software based bitcount impl with gcc builtinPau Espin Pedrol1-9/+2
2023-06-02Use OSMO_UNLIKELY() in bts_rfn_to_fn()Pau Espin Pedrol1-1/+1
2023-06-02Move call to bts_set_current_frame_number() earlier in the code pathPau Espin Pedrol2-3/+3
2023-06-02Use fn_valid() helper in pcu_rx_time_ind()Pau Espin Pedrol1-3/+1
2023-06-02Derive FN from RFN once and cache it in struct rach_ind_paramsPau Espin Pedrol3-4/+5
2023-06-02encoding: pass RFN to write_immediate_assignment(_reject)()Pau Espin Pedrol3-28/+28
2023-05-31bts: use RFN directly to calculate fn416Pau Espin Pedrol1-1/+1
2023-05-31Error trying to obtain FN from RFN if curr_fn not knownPau Espin Pedrol1-4/+11
2023-05-31Use always RFN when handling RACH indicationsPau Espin Pedrol4-22/+26
2023-05-31cosmetic: tbf_ul_ack_fsm: Clean up use of ul_tbf and tbf pointersPau Espin Pedrol1-6/+6
2023-05-31tbf: Improve TBF name description in logsPau Espin Pedrol1-3/+2
2023-05-22gprs_rlcmac: also use PCU_IF_SAPI_PCH_DT for paging MAC blocksPhilipp Maier3-9/+12
2023-05-18copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbHVadim Yanitskiy2-2/+2
2023-05-12ctrl: drop deprecated neighbor resolution interfaceMax5-108/+1
2023-05-10pcu_l1_if: replace magic numbers with IMSI_DIGITS_FOR_PAGINGPhilipp Maier1-2/+3
2023-05-03pcu_l1_if_phy: fix API function namesPhilipp Maier8-13/+13
2023-05-03er_ccu_l1_if: use one ccu_desr per timeslotPhilipp Maier2-25/+46
2023-04-28cosmetic: ms: fix formatting of function commentPau Espin Pedrol1-1/+2
2023-04-28ms: Fix unsafe iterating freeing items in listPau Espin Pedrol1-1/+1
2023-04-28ms: Mark ms_reset() as staticPau Espin Pedrol1-1/+1
2023-04-26pcu_l1_if: cosmetic: reformat commentPhilipp Maier1-3/+1