aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-15bts: Add counter availablePDCHAllocatedTimePau Espin Pedrol1-0/+5
2021-11-12Fix MS ending up with assigned imsi 000Pau Espin Pedrol1-1/+1
2021-11-08bts_pch_timer: Avoid resend Paging Request over PCUIF if T3113 is armedPau Espin Pedrol1-0/+1
2021-11-08Add counter for successful contention resolution proceduresPau Espin Pedrol1-0/+1
2021-11-08bts: Add counters for successful 1,2 phase pkt accessPau Espin Pedrol1-0/+2
2021-11-08bts: Count RACH Request with unexpected contentPau Espin Pedrol1-0/+1
2021-11-08bts: Introduce new RACH req counters for one/two phase accessPau Espin Pedrol1-0/+2
2021-11-02bts: Rename 11bit RACH request counterPau Espin Pedrol1-1/+1
2021-09-17Add stats: pcu.bts.N.pdch.occupied.gprs/egprsOliver Smith1-0/+2
2021-09-06Add stats: pcu.bts.N.pdch.available/occupiedOliver Smith1-0/+6
2021-08-11Add counters: pcu.bts.N.pch.requests.timeoutOliver Smith1-0/+4
2021-08-10Add counters: pcu.bts.N.pch.requestsOliver Smith1-0/+1
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