aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-29NACC: delay CTRL conn socket init until it's neededPau Espin Pedrol1-14/+11
2021-01-29NACC: Fix crash freeing struct if CTRL conn was refused during allocPau Espin Pedrol1-0/+3
2021-01-29Introduce NACC supportPau Espin Pedrol24-5/+1407
2021-01-29tbf: Make tbf_ms() param constPau Espin Pedrol2-2/+2
2021-01-28gprs_ns2: migrate to the new vty syntaxAlexander Couzens1-3/+1
2021-01-28follow gprs_ns2 API enum changesAlexander Couzens3-14/+14
2021-01-28configure.ac: set -std=gnu11Oliver Smith1-1/+1
2021-01-26sched: Avoid picking TBF with nacked dl blocks when GMSK is requiredPau Espin Pedrol1-3/+28
2021-01-25Fix Dl EGPRS data blocks being generated occasionally on GPRS TBFsPau Espin Pedrol6-36/+62
2021-01-25ms: Properly handle EGPRS_GMSK mode in ms_max_cs_dl/ul()Pau Espin Pedrol2-20/+12
2021-01-25ms: Set proper initial MCS values setting mode EGPRS_GMSKPau Espin Pedrol2-2/+15
2021-01-25encoding: fix typos in commentPau Espin Pedrol1-2/+2
2021-01-25tbf: Drop always-true condition checking for MSPau Espin Pedrol1-3/+3
2021-01-25sched: Check if egprs is enabled in TBF rather than MS being egprs capablePau Espin Pedrol1-1/+1
2021-01-25ms: Drop always-false checkPau Espin Pedrol1-3/+0
2021-01-22gprs_pcu: Use libosmocore osmo_cgi_ps_cmp APIPau Espin Pedrol1-1/+1
2021-01-22Initial handling support for RIM messagesPau Espin Pedrol8-1/+230
2021-01-21Get rid of singleton gprs_bssgp_pcu_current_bctx()Pau Espin Pedrol5-10/+4
2021-01-20bts: Store RAC+CI from info_indPau Espin Pedrol2-0/+7
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol27-264/+356
2021-01-19Convert osmo_bts_sock.cpp to CPau Espin Pedrol6-15/+17
2021-01-19Move tbf::free_all static methods to proper object filesPau Espin Pedrol7-25/+31
2021-01-19Convert gprs_bssgp_pcu.cpp to CPau Espin Pedrol12-58/+90
2021-01-19Get rid of unused gsm_timer.{cpp,h}Pau Espin Pedrol9-346/+7
2021-01-19bts: combine bts_{init,cleanup} into consturctor/destructor methodsPau Espin Pedrol1-43/+34
2021-01-19Rename 'bts_data' leftovers to 'bts'Pau Espin Pedrol9-55/+40
2021-01-19Get rid of bts singletonsPau Espin Pedrol7-30/+17
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol41-1179/+1033
2021-01-18Fix configuration mess of initial_cs/mcs between PCUIF and VTYPau Espin Pedrol6-55/+110
2021-01-18Move llc_* fields from BTS to PCUPau Espin Pedrol9-65/+34
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol9-23/+19
2021-01-18tests/tbf: Allocate PCU per test instead of globallyPau Espin Pedrol1-33/+58
2021-01-18Move fc_* fields from BTS to PCUPau Espin Pedrol7-66/+34
2021-01-18Move ns_dialect field from BTS to PCUPau Espin Pedrol6-12/+8
2021-01-18Move (m)cs_lqual_ranges fields from BTS to PCUPau Espin Pedrol6-89/+81
2021-01-18Move cs_downgrade_threshold field from BTS to PCUPau Espin Pedrol8-25/+14
2021-01-18Move cs_adj* fields from BTS to PCUPau Espin Pedrol9-29/+22
2021-01-18Move dl_arq_type field from BTS to PCUPau Espin Pedrol8-29/+19
2021-01-18Move dl_tbf_preemptive_retransmission field from BTS to PCUPau Espin Pedrol6-12/+6
2021-01-18Move alpha,gamma fields from BTS to PCUPau Espin Pedrol7-18/+12
2021-01-18Move force_two_phase field from BTS to PCUPau Espin Pedrol4-11/+5
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol10-53/+41
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol24-788/+1006
2021-01-15gprs_rlc_ts_alloc: ensure no rolling slots are allocatedAlexander Couzens3-15677/+15692
2021-01-14Workaround ASan false positive runtime errors under some platformsPau Espin Pedrol2-4/+7
2021-01-13contrib/jenkins: don't build osmo-gsm-manualsOliver Smith1-1/+0
2021-01-13bts: fix uninitialized memaccess in BTS::send_gsmtap()Vadim Yanitskiy1-1/+1
2021-01-13bts: fix uninitialized memaccess in BTS::send_gsmtap_rach()Vadim Yanitskiy1-1/+1
2021-01-12gprs_ms: Mark ms_ctrg_desc staticPau Espin Pedrol1-1/+1
2021-01-12AllocTest: Avoid queuing tons of to-be-freed msPau Espin Pedrol1-0/+6