aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-09gprs_ms_stoage: Release all MS in ms_storage cleanup()2022q2Pau Espin Pedrol2-1/+139
2022-05-09TbfTest: Reset MS timeout to 0 in test_tbf_dl_llc_loss()Pau Espin Pedrol1-0/+2
2022-05-09bts: Call gprs_bssgp_destroy() in destructorPau Espin Pedrol2-14/+9
2022-05-09gprs_pcu: Explicitly free all bts objects in list before freeing pcuPau Espin Pedrol1-0/+4
2022-05-09tests/tbf: Set up pcu timers in prepare_pcu()Pau Espin Pedrol1-3/+2
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-05tests/llc: Add test_llc_codel2022q1Pau Espin Pedrol3-0/+82
2022-04-05tests/llc: Add test_llc_meta_pdu_life_expirePau Espin Pedrol3-0/+44
2022-04-05llc_queue: Refactor to handle codel_state per prio queue internallyPau Espin Pedrol7-177/+206
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 Pedrol10-143/+131
2022-03-31llc: Convert to C: s/m_//gPau Espin Pedrol3-47/+47
2022-03-30Fix assert hit if connecting to SGSN failsPau Espin Pedrol1-1/+2
2021-12-14treewide: remove FSF address2021q4Oliver Smith72-288/+0
2021-11-16Bump version: 0.9.0.280-56b7c-dirty → 1.0.01.0.0Pau Espin Pedrol5-14/+310
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 Pedrol7-0/+83
2021-11-12Fix MS ending up with assigned imsi 000Pau Espin Pedrol9-29/+40
2021-11-12vty: Introduce command 'gsmtap-remote-host' and 'gsmtap-category enable-all'Pau Espin Pedrol5-15/+150
2021-11-12pcu_main: Mark -r cmdline param as deprecatedPau Espin Pedrol2-7/+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 Pedrol2-20/+10
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 Pedrol4-0/+48
2021-11-09pdch: Log line detaching TBF at start of the functionPau Espin Pedrol3-59/+59
2021-11-08bts_pch_timer: Avoid resend Paging Request over PCUIF if T3113 is armedPau Espin Pedrol5-5/+9
2021-11-08tests/alloc: Extend test_bts_pch_timer() to validate MI type TMSIPau Espin Pedrol2-0/+8
2021-11-08bts_pch_timer: Fix timer working only for MI type IMSIPau Espin Pedrol7-22/+60
2021-11-08doc: Update counters_generated.adoc using osmo_vty_interact.pyPau Espin Pedrol1-138/+168
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