aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2023-10-23pcuif_proto: drop support for PCUIF v10Philipp Maier1-2/+2
2023-09-15tbf: Log poll timeout reasonPau Espin Pedrol1-29/+29
2023-06-29Reestore last LLC frames never completely acked when freeing DL TBFPau Espin Pedrol2-6/+5
2023-06-29tbf_ul_fsm: Delay moving ul_tbf to FLOWPau Espin Pedrol3-28/+55
2023-06-20Differentiate between T3192 and T3193Pau Espin Pedrol1-2/+2
2023-06-20tbf_dl_fsm: Drop impossible eventPau Espin Pedrol2-821/+2329
2023-06-20Fix DL_TBF PACCH ass done on UL_TBF already scheduled to tx last PKT CTRL ACKPau Espin Pedrol1-2/+2
2023-06-13Change several log lines to start with capital letterPau Espin Pedrol1-36/+36
2023-06-13tests/tbf: Drop unneeded line re-setting CCCH ass typePau Espin Pedrol2-82/+0
2023-06-13tbf_{ul,dl}_fsm.c: Rearrange code/logs in mod_ass_type()Pau Espin Pedrol1-27/+51
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 Pedrol4-138/+74
2023-06-12Abort UL TBF PACCH Ass based on T3168Pau Espin Pedrol1-23/+42
2023-06-11tbf_ul_fsm: Remove 3195 references, simplify T3169 set up as consequencePau Espin Pedrol1-1/+0
2023-06-09Avoid using N3105 in UL TBFsPau Espin Pedrol1-7/+0
2023-06-09tbf_dl_fsm: Apply T3193 using FSM infrastructure instead of manuallyPau Espin Pedrol1-24/+0
2023-06-03Document pcu_lsb() functionPau Espin Pedrol2-3/+3
2023-06-02Move call to bts_set_current_frame_number() earlier in the code pathPau Espin Pedrol1-48/+18
2023-06-02Derive FN from RFN once and cache it in struct rach_ind_paramsPau Espin Pedrol1-0/+1
2023-06-02encoding: pass RFN to write_immediate_assignment(_reject)()Pau Espin Pedrol1-3/+3
2023-05-31Use always RFN when handling RACH indicationsPau Espin Pedrol1-1/+1
2023-05-31tbf: Improve TBF name description in logsPau Espin Pedrol6-301852/+301852
2023-05-03pcu_l1_if_phy: fix API function namesPhilipp Maier11-22/+22
2023-04-26Move resource allocation outside of tbf allocationPau Espin Pedrol11-1324/+24964
2023-04-26Move out of alloc_algo code modifying the data modelPau Espin Pedrol2-239/+240
2023-04-21alloc_algo: Move printing outside of update_ms_reserved_slots()Pau Espin Pedrol1-5/+7
2023-04-21alloc_algo: Pass a struct containing all req paramsPau Espin Pedrol2-5/+6
2023-04-21ms: Rename field timer -> release_timerPau Espin Pedrol1-1/+1
2023-04-21ms: Get rid of ms->delay fieldPau Espin Pedrol4-5/+9
2023-04-21ms: Increase log level when scheduling release timerPau Espin Pedrol1-0/+1
2023-04-21Add new log category 'ms'Pau Espin Pedrol4-4/+4
2023-04-21ms: Hold a reference during ms_allocPau Espin Pedrol9-93/+217
2023-04-21tbf: Move enable_egprs() to constructorPau Espin Pedrol1-9/+9
2023-04-20ms: Rewrite MS release lifecyclePau Espin Pedrol8-449/+306
2023-04-20ms: Log detaching tbf log line in proper placePau Espin Pedrol4-129/+129
2023-04-20ms: Make ms_{attach,detach}_tbf expectancies more robustPau Espin Pedrol2-5/+5
2023-04-20ms: Use osmo_use_count to track referencesPau Espin Pedrol6-12/+338
2023-04-20Merge bts_alloc_ms() and ms_alloc()Pau Espin Pedrol6-26/+26
2023-04-20ms: store in bts->ms_list during alloc/destroy of ms objectPau Espin Pedrol3-0/+11
2023-04-20ms: Merge ms_storage into bts.cppPau Espin Pedrol2-30/+29
2023-04-20bts: Rename bts_ms_by_{tlli,imsi} -> bts_get_ms_by_{tlli,imsi}Pau Espin Pedrol2-25/+25
2023-04-20ms: Drop setting (egprs_)ms_class during bts_alloc_ms()Pau Espin Pedrol6-60/+86
2023-04-17ms: Drop setting tlli during ms_alloc()Pau Espin Pedrol6-124/+138
2023-04-17ms: Fix MS without PTMSI not freed immediatellyPau Espin Pedrol1-1/+1
2023-03-31tests: $(BUILT_SOURCES) is not defined, depend on osmo-pcuVadim Yanitskiy1-2/+2
2023-03-27pdch_ul_controller: log reserved frame numbersPhilipp Maier2-0/+160
2023-03-14Update libosmogsm deprecated includePau Espin Pedrol2-2/+2
2023-03-11tests/Makefile.am: do not overwrite global LDFLAGSVadim Yanitskiy1-3/+10
2023-03-11{src,tests}/Makefile.am: libraries shall not be in AM_LDFLAGSVadim Yanitskiy1-16/+21
2023-02-27pcu_l1_if_phy: add new PHY API function to disconnect PDCHPhilipp Maier11-0/+13