aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-04-12doc: Introduce code architecture section with main class diagrampespin/fixPau Espin Pedrol2-0/+73
2024-04-12tbf_ul.h: Mark empty param list as voidPau Espin Pedrol1-8/+8
2024-04-12tbf.h: Fix wrong type declaration of field dl_ass_fsmPau Espin Pedrol1-1/+1
2024-04-12bts: Drop no-longer existing GprsMsStorage referencePau Espin Pedrol1-1/+0
2024-04-12README.md: Remove 'multi-slot ul tbf' line from 'Current Limitations'Pau Espin Pedrol1-1/+0
2024-03-25Make sure GprsMs free() also frees its tbfsPau Espin Pedrol8-94/+4956
2024-03-25cosmetic: TbfTest: fix typo in commentPau Espin Pedrol1-1/+1
2024-03-09doc: Mention the `gb-dialect` vty option, as it is quite essentialHarald Welte1-0/+13
2024-02-17fix license headersHarald Welte9-38/+24
2024-02-13tbf_ul_fsm: Fix wrong castPau Espin Pedrol1-1/+1
2023-12-12Revert "Revert "pdch_ul_controller: migrate from fn_cmp() to gsm0502_fncmp()""Oliver Smith2-18/+7
2023-12-12Bump version: 1.3.1.13-8a4c → 1.4.01.4.0Oliver Smith1-0/+29
2023-12-12Revert "pdch_ul_controller: migrate from fn_cmp() to gsm0502_fncmp()"Oliver Smith2-7/+18
2023-12-05bts: rename struct member gen_idle_blocks to gen_idle_blocks_C0Philipp Maier3-4/+4
2023-12-01Use uniform log format for default config filesAndreas Eversberg2-0/+16
2023-11-24gprs_rlcmac_sched: fix condition for generating dummy blocks on idlePhilipp Maier3-9/+34
2023-11-21pcu_l1_if: signal BTS model via PCUIFPhilipp Maier3-1/+30
2023-11-11TBF status: Fix VTY output textKeith1-1/+1
2023-10-23pcuif_proto: drop support for PCUIF v10Philipp Maier5-123/+20
2023-10-09Increase RR scheduler priority to 20, to avoid dropped burstsAndreas Eversberg1-1/+1
2023-09-29pcuif_proto: rename PCU_IF_FLAG_SYSMO to PCU_IF_FLAG_DIRECT_PHYPhilipp Maier2-4/+4
2023-09-27systemd: remove RestartPreventExitStatus=1Oliver Smith1-1/+0
2023-09-26bts: bts_tfi_find_free(): fix -Wmaybe-uninitialized (false positive)Vadim Yanitskiy1-1/+1
2023-09-26pdch_ul_controller: migrate from fn_cmp() to gsm0502_fncmp()Vadim Yanitskiy2-18/+7
2023-09-15tbf: Log poll timeout reasonPau Espin Pedrol2-31/+32
2023-09-15Bump version: 1.3.0.1-09dc → 1.3.11.3.1pespin/releasePau Espin Pedrol1-0/+6
2023-09-15tbf_dl_fsm: Fix assert hit due to EV_MAX_N3105 received in ST_RELEASINGPau Espin Pedrol1-0/+8
2023-09-12Bump version: 1.2.0.150-35a78-dirty → 1.3.01.3.0Pau Espin Pedrol5-18/+183
2023-09-01pcuif_sock: improve log output (OsmoBTS/OsmoBSC)Philipp Maier1-1/+1
2023-09-01osmobts_sock: cosmetic: rename osmobts_sock.c to pcuif_sock.cPhilipp Maier2-1/+1
2023-08-31pcu_l1_if: add support for PCU_IF_SAPI_AGCH_2 for PCUIF v.11Philipp Maier4-6/+67
2023-08-25pcuif_proto: add confirm flag to struct gsm_pcu_if_pchPhilipp Maier5-5/+10
2023-08-23vty: Allow modifying default msclassPau Espin Pedrol5-3/+23
2023-08-10pcuif_proto: get rid of _DT, _dt (Direct TLLI)Philipp Maier5-28/+28
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