aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-05-09gprs_ms_stoage: Release all MS in ms_storage cleanup()2022q2Pau Espin Pedrol1-1/+4
2022-05-09bts: Call gprs_bssgp_destroy() in destructorPau Espin Pedrol1-0/+2
2022-05-09gprs_pcu: Explicitly free all bts objects in list before freeing pcuPau Espin Pedrol1-0/+4
2022-05-09gprs_ms_storage: Use bts_stat_item_inc/dec APIsPau Espin Pedrol1-2/+2
2022-05-09gprs_ms: Use osmo_timer_setup() APIPau Espin Pedrol1-2/+1
2022-04-05llc_queue: Refactor to handle codel_state per prio queue internallyPau Espin Pedrol6-116/+130
2022-04-05pdch is_enabled: Use API getter instead of accessing field directlyPau Espin Pedrol2-2/+2
2022-04-04llc: schedule frames to MS based on SAPI priorityPau Espin Pedrol2-37/+90
2022-04-01gprs_ms_storage: MS always has non NULL ms->btsPau Espin Pedrol1-2/+1
2022-04-01ms: Remove unneeded bts!=NULL checkPau Espin Pedrol1-2/+2
2022-04-01ms: validate codel enabled against proper definePau Espin Pedrol1-1/+1
2022-03-31llc: Move static functions below related objectPau Espin Pedrol1-24/+24
2022-03-31llc: Convert to CPau Espin Pedrol6-89/+76
2022-03-31llc: Convert to C: s/m_//gPau Espin Pedrol2-46/+46
2022-03-30Fix assert hit if connecting to SGSN failsPau Espin Pedrol1-1/+2
2021-12-14treewide: remove FSF address2021q4Oliver Smith68-272/+0
2021-11-16Move T3172 T_defs_bts->T_defs_pcu to have it configurable in VTYPau Espin Pedrol3-2/+2
2021-11-15T_defs_pcu: Set default val for X2000 to 0 msPau Espin Pedrol1-1/+1
2021-11-15tbf_dl_ass_fsm: Drop unsued X2000 timer callbackPau Espin Pedrol1-4/+0
2021-11-15bts: Add counter availablePDCHAllocatedTimePau Espin Pedrol6-0/+79
2021-11-12Fix MS ending up with assigned imsi 000Pau Espin Pedrol8-28/+39
2021-11-12vty: Introduce command 'gsmtap-remote-host' and 'gsmtap-category enable-all'Pau Espin Pedrol3-13/+82
2021-11-12pcu_main: Mark -r cmdline param as deprecatedPau Espin Pedrol1-1/+2
2021-11-12tbf_{dl,ul}_ass_fsm.c: use proper macro to log tbfPau Espin Pedrol2-4/+4
2021-11-12tbf_dl_ass_fsm: Fix missing transition to NONE if DL TBF is nonexistentPau Espin Pedrol1-1/+3
2021-11-12tbf_dl_ass_fsm: Log both TBFs if old TBF is handling assignment for new onePau Espin Pedrol1-4/+6
2021-11-11cosmetic: gprs_pcu.h: Fix typo in commentPau Espin Pedrol1-1/+1
2021-11-10tbf_ul_ass_fsm: Log both TBFs if old TBF is handling assignment for new onePau Espin Pedrol1-1/+6
2021-11-10pdch: Increase log level of line informing about TS control changePau Espin Pedrol1-1/+1
2021-11-10pdch: Drop previous UL TBF from MS who sent PktResReq through SBAPau Espin Pedrol1-0/+10
2021-11-10pdch: Update ms_reserved_slots in GprsMS when TS becomes disabledPau Espin Pedrol1-0/+28
2021-11-10ts_alloc: rename variable to clarify meaningPau Espin Pedrol1-7/+7
2021-11-10ts_alloc: rename function to clraify what it doesPau Espin Pedrol1-3/+3
2021-11-10ts_alloc: Simplify tfi_find_free logicPau Espin Pedrol1-10/+6
2021-11-09pdch: Log DL TBF originating the new UL TBFPau Espin Pedrol1-2/+2
2021-11-09pdch: Log TS enable/disable transitionsPau Espin Pedrol1-0/+2
2021-11-09pdch: Log line detaching TBF at start of the functionPau Espin Pedrol1-5/+5
2021-11-08bts_pch_timer: Avoid resend Paging Request over PCUIF if T3113 is armedPau Espin Pedrol5-5/+9
2021-11-08bts_pch_timer: Fix timer working only for MI type IMSIPau Espin Pedrol5-16/+52
2021-11-08Add counter for successful contention resolution proceduresPau Espin Pedrol4-0/+6
2021-11-08tbf_ul: Improve documentation of tbf_alloc_ul_pacch()Pau Espin Pedrol1-1/+7
2021-11-08pdch::rcv_resource_request(): Use local var to store bts pointerPau Espin Pedrol1-6/+7
2021-11-08cosmetic: Add parenthesis around expression to clarify itPau Espin Pedrol1-1/+1
2021-11-08tbf_ul: Update FSM names for dummy reject TBFsPau Espin Pedrol2-1/+3
2021-11-08bts: Add counters for successful 1,2 phase pkt accessPau Espin Pedrol2-0/+6
2021-11-08tbf: Set tfi to initial special valuePau Espin Pedrol2-2/+4
2021-11-08tbf: Mark initial first_(common_)ts with special valuePau Espin Pedrol2-6/+6
2021-11-08tbf: Set m_created_ts in constructorPau Espin Pedrol1-1/+2
2021-11-08tbf_ul: Set first_(common_)ts in handle_tbf_rejectPau Espin Pedrol1-1/+4
2021-11-08pdch: Improve log line and increase log levelPau Espin Pedrol1-1/+1