aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-01WIP: Support ANR procedures on MS with active TBFpespin/anrnextPau Espin Pedrol1-0/+4
2021-06-15pcuif: Support receiving System Information 2Pau Espin Pedrol1-0/+3
2021-06-04Use new stat item/ctr getter APIsPau Espin Pedrol1-4/+5
2021-06-01bts: Fix typo in field namePau Espin Pedrol1-1/+1
2021-05-19Move TBF list from BTS to the TRX structurePau Espin Pedrol1-5/+5
2021-05-19Optimize PAGING-CS PDCH set selection when target MS is knownPau Espin Pedrol1-1/+10
2021-04-30bts: constify arg in func bts_ms_store()Pau Espin Pedrol1-1/+1
2021-03-31Get rid of param 'poll' with constant valuePau Espin Pedrol1-1/+1
2021-03-17sysmo: fix wrong FN jumps in rx RA.indPau Espin Pedrol1-1/+1
2021-03-15bts: Detect FN jumpsPau Espin Pedrol1-4/+3
2021-03-15Replace PollController with newly added PDCH UL ControllerPau Espin Pedrol1-4/+0
2021-03-15Add new PDCH UL Controller, drop SBAllocator classPau Espin Pedrol1-4/+2
2021-03-12Introduce init() APIs for PDCH and TRX objectsPau Espin Pedrol1-0/+1
2021-03-01bts: Add new stats to detect TBF allocation failure reasonsPau Espin Pedrol1-2/+6
2021-02-25bts: Count TBF TS allocation failurePau Espin Pedrol1-0/+1
2021-02-22Use ALPHA value received in SI13 from PCUIFPau Espin Pedrol1-0/+3
2021-02-02gprs_bssgp_rim: add serving BSS NACC applicationPhilipp Maier1-0/+4
2021-01-29Introduce NACC supportPau Espin Pedrol1-0/+5
2021-01-20bts: Store RAC+CI from info_indPau Espin Pedrol1-0/+1
2021-01-20Allow multiple bts objects in PCUPau Espin Pedrol1-2/+5
2021-01-19Move tbf::free_all static methods to proper object filesPau Espin Pedrol1-0/+1
2021-01-19Get rid of bts singletonsPau Espin Pedrol1-3/+0
2021-01-19Unify BTS into a C usable structurePau Espin Pedrol1-201/+123
2021-01-18Fix configuration mess of initial_cs/mcs between PCUIF and VTYPau Espin Pedrol1-0/+6
2021-01-18Move llc_* fields from BTS to PCUPau Espin Pedrol1-4/+0
2021-01-18Move ws_* fields from BTS to PCUPau Espin Pedrol1-2/+0
2021-01-18Move fc_* fields from BTS to PCUPau Espin Pedrol1-6/+0
2021-01-18Move ns_dialect field from BTS to PCUPau Espin Pedrol1-3/+0
2021-01-18Move (m)cs_lqual_ranges fields from BTS to PCUPau Espin Pedrol1-3/+0
2021-01-18Move cs_downgrade_threshold field from BTS to PCUPau Espin Pedrol1-4/+0
2021-01-18Move cs_adj* fields from BTS to PCUPau Espin Pedrol1-3/+0
2021-01-18Move dl_arq_type field from BTS to PCUPau Espin Pedrol1-2/+0
2021-01-18Move dl_tbf_preemptive_retransmission field from BTS to PCUPau Espin Pedrol1-1/+0
2021-01-18Move alpha,gamma fields from BTS to PCUPau Espin Pedrol1-1/+0
2021-01-18Move force_two_phase field from BTS to PCUPau Espin Pedrol1-1/+0
2021-01-18Move T_defs_pcu from BTS to PCU objectPau Espin Pedrol1-1/+0
2021-01-18Split PCU global PCU object from BTS objectPau Espin Pedrol1-43/+10
2021-01-05Convert GprsMS and helpers classes to CPau Espin Pedrol1-5/+11
2020-12-16ns2: follow ns2 dialect changesAlexander Couzens1-1/+7
2020-12-01Implement downgrade to DL MCS1-4 when USF for GPRS_only MSPau Espin Pedrol1-0/+1
2020-11-10TLLI 0x00000000 is a valid TLLI, use 0xffffffff insteadVadim Yanitskiy1-1/+2
2020-11-04Fix configuration of initial_(m)csPau Espin Pedrol1-1/+2
2020-11-04Get rid of bts->egprs_enabledPau Espin Pedrol1-1/+0
2020-11-04tbf_ul: Allow non-egprs phones if EGPRS is enabledPau Espin Pedrol1-1/+0
2020-11-04Take into account BTS supported (M)CS values when retrieving the maximumPau Espin Pedrol1-2/+17
2020-11-04pcuif: Improve BTS-supported CS/MCS handlingPau Espin Pedrol1-4/+2
2020-10-29bts: define egprs_enabled as boolPau Espin Pedrol1-1/+2
2020-10-10struct gprs_rlcmac_bts: remove unused 'nsei' fieldVadim Yanitskiy1-1/+0
2020-10-06Use the new NS2 libAlexander Couzens1-0/+5
2020-08-24paging: pass struct osmo_mobile_identity, not encoded IE bytesNeels Hofmeyr1-1/+1