aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-11bts: add send_gsmtap_rach(), also send PTCCH/U over GSMTAPVadim Yanitskiy1-0/+3
2020-06-03bts: refactor handling and parsing of RACH.indVadim Yanitskiy1-3/+20
2020-05-20gsmtap: Set signal level and SNR fieldsPau Espin Pedrol1-0/+3
2020-05-20Get rid of class GprsCodingSchemePau Espin Pedrol1-1/+1
2020-05-14bts: Drop specific functions to add values to statsPau Espin Pedrol1-23/+9
2020-05-14bts: Drop specific functions to add values to countersPau Espin Pedrol1-16/+4
2020-05-14bts: Drop specific functions to increase countersPau Espin Pedrol1-253/+93
2020-03-30Move gsm_rlcmac.cpp -> .cPau Espin Pedrol1-2/+2
2020-01-06Pass paging group instead of imsi where later is not neededPau Espin Pedrol1-1/+1
2020-01-01Split identity_lv param into mi+mi_lenPau Espin Pedrol1-1/+1
2019-11-28Clarify (M)CS related VTY attributesPau Espin Pedrol1-4/+7
2019-11-23PTCCH: properly handle RACH.ind for PCU_IF_SAPI_PTCCHVadim Yanitskiy1-0/+1
2019-10-01Log AGCH and PCH blocks using GSMTAPPau Espin Pedrol1-0/+2
2019-09-30Log RACH Requests using GSMTAPPau Espin Pedrol1-0/+1
2019-09-17Use osmo_tdef to implement dl-tbf-idle-timePau Espin Pedrol1-1/+0