aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-10bts: get rid of fn parameter in bts_rcv_imm_ass_cnfPhilipp Maier1-1/+1
2023-06-02Derive FN from RFN once and cache it in struct rach_ind_paramsPau Espin Pedrol1-0/+1
2023-05-31Use always RFN when handling RACH indicationsPau Espin Pedrol1-1/+1
2023-04-20Merge bts_alloc_ms() and ms_alloc()Pau Espin Pedrol1-1/+0
2023-04-20ms: Merge ms_storage into bts.cppPau Espin Pedrol1-16/+7
2023-04-20bts: Rename bts_ms_by_{tlli,imsi} -> bts_get_ms_by_{tlli,imsi}Pau Espin Pedrol1-2/+2
2023-04-20ms: Drop setting (egprs_)ms_class during bts_alloc_ms()Pau Espin Pedrol1-1/+1
2023-02-13pcu_l1_if.cpp: handle TLLI based IMMEDIATE ASSIGNMENT confirmationPhilipp Maier1-1/+1
2023-01-05bts: use GSM_TDMA_FN_ macros and uint32_t in bts_rfn_to_fnPhilipp Maier1-1/+1
2022-12-12tbf_dl_fsm_ctx: Properly define tbf backptr as dl_tbfPau Espin Pedrol1-1/+1
2021-12-14treewide: remove FSF address2021q4Oliver Smith1-4/+0
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