aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-08-21WIP: Assume MultiSlot Class 1 if unknownpespin/bsnPau Espin Pedrol5-2507/+2494
2023-08-10pcuif_proto: remove unnecessary members from gsm_pcu_if_data_cnf_dtPhilipp Maier1-9/+0
2023-08-10bts: get rid of fn parameter in bts_rcv_imm_ass_cnfPhilipp Maier3-18/+14
2023-08-10pcuif_proto: rename tlli to msg_idPhilipp Maier3-11/+11
2023-07-31pcu_l1_if.cpp: Fix gsmtap not sent in PCU_IF_SAPI_PCH_DTPau Espin Pedrol1-0/+4
2023-07-28cosmetic: Document foce_two_phase feature based on specsPau Espin Pedrol1-0/+6
2023-07-27cosmetic: mslot_class.h: Update spec referencePau Espin Pedrol1-1/+1
2023-07-26gprs_rlc_ul_window: Mark received BSNs falling out of the V(N)/RBB when V(R) ...Pau Espin Pedrol3-3/+15
2023-07-26Split rlc_{dl_,ul_,}window out of rlc.{h,cpp}Pau Espin Pedrol14-660/+805
2023-07-25gprs_rlc_ul_window: Make sure V(N) array is cleared during reset_state()Pau Espin Pedrol1-3/+2
2023-07-24nacc_fsm: fix uninitialized neigh_key variablePhilipp Maier1-17/+23
2023-07-18nacc_fsm: Add support for NACC with UTRAN and E-UTRAN cellsPhilipp Maier2-18/+103
2023-07-14pcu_l1_if: Document tx_pch empty IMSI scenarioPau Espin Pedrol1-0/+14
2023-07-14oc2g: Fix multiple definitions of arraysPau Espin Pedrol1-10/+10
2023-07-05gprs_ms: Update assert conditionPau Espin Pedrol1-2/+5
2023-07-05gprs_ms: Constify variable in ms_is_reachable_for_dl_ass()Pau Espin Pedrol1-2/+2
2023-07-05pcuif: Log read() error causePau Espin Pedrol1-0/+1
2023-07-03neigh_cache: make neigh_cache_lookup_entry staticPhilipp Maier2-22/+20
2023-06-29tbf_dl_fsm: Fix '{FLOW}: Event ASSIGN_PCUIF_CNF not permitted'Pau Espin Pedrol1-0/+15
2023-06-29cosmetic: pdch.cpp: Drop wrong comment due to copy-paste errorPau Espin Pedrol1-1/+0
2023-06-29Reestore last LLC frames never completely acked when freeing DL TBFPau Espin Pedrol7-21/+126
2023-06-29tbf_dl_fsm: Ignore DL_ACKNACK_MISS events in WAIT_{RELEASE,REUSE_TFI} statesPau Espin Pedrol1-0/+12
2023-06-29Avoid re-assigning DL TBF over PACCH upon duplicate FinalACKs receivedPau Espin Pedrol2-8/+11
2023-06-29Avoid using UL TBF in RELEASE state to assign DL TBF over PACCHPau Espin Pedrol1-1/+2
2023-06-29tbf_ul_fsm: Delay moving ul_tbf to FLOWPau Espin Pedrol4-30/+81
2023-06-29tbf_ul: Avoid processing rx UL blocks for UL TBFs in RELEASING statePau Espin Pedrol1-0/+13
2023-06-29ms_need_dl_tbf(): Fix state checks and document functionPau Espin Pedrol1-3/+22
2023-06-20Differentiate between T3192 and T3193Pau Espin Pedrol5-23/+90
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 Pedrol3-829/+2329
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 Pedrol2-18/+25
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 Pedrol3-40/+40
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-13tests/tbf: Drop unneeded line re-setting CCCH ass typePau Espin Pedrol2-82/+0
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 Pedrol3-39/+69
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 Pedrol2-2/+2
2023-06-12Improve logging in bts_snd_dl_ass()Pau Espin Pedrol5-144/+78
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 Pedrol6-31/+83
2023-06-11tbf_ul_fsm: Remove 3195 references, simplify T3169 set up as consequencePau Espin Pedrol3-24/+7
2023-06-09tbf_dl_fsm: Remove T3169 references, simplify T3195 set up as consequencePau Espin Pedrol2-24/+4