aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-12ms: Replace struct var with rate_ctrPau Espin Pedrol4-15/+33
2021-01-11tbf: remove 'software error' logs from tbf_freePau Espin Pedrol3-22/+0
2021-01-11tbf: add virtual destructorEric1-0/+1
2021-01-06gprs_rlcmac_sched: fix incorrect SBA frame number assignmentVadim Yanitskiy1-1/+1
2021-01-05doc: Improve CS/MCS GPRS/EGPRS considerations in User ManualPau Espin Pedrol1-17/+127
2021-01-05.gitignore: ignore files ending with ~Pau Espin Pedrol1-0/+1
2021-01-05tbf: Fix wrong verb used in log messagePau Espin Pedrol1-1/+1
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol32-1903/+1960
2020-12-30gprs_rlcmac_sched: don't leak a sched_dummy()Alexander Couzens1-1/+0
2020-12-17sched: Convert code handling next_list array to be size independantPau Espin Pedrol1-6/+5
2020-12-17gprs_rlcmac_sched: Use helper structure to store several tbf pointer paramsPau Espin Pedrol1-41/+41
2020-12-16gprs_ns2: set default dialect to ipaccessAlexander Couzens1-0/+1
2020-12-16ns2: follow ns2 sns api changesAlexander Couzens1-1/+1
2020-12-16ns2: follow changes to add a unique name to all bindsAlexander Couzens1-1/+3
2020-12-16ns2: follow ns2 dialect changesAlexander Couzens3-9/+13
2020-12-12migrate to DLBSSGP as log sub-system for BSSGPHarald Welte5-12/+8
2020-12-12manuals/gb/ns.adoc: Update documentation regarding SNS capabilityHarald Welte1-14/+65