aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-17Use osmo_tdef to implement ms-idle-timePau Espin Pedrol1-1/+0
2019-09-16Use osmo_tdef to implement T3190Pau Espin Pedrol1-4/+0
2019-09-14Forward ETWS Primary Notification to MSOliver Smith1-0/+5
2019-09-12Introduce osmo_tdef infra and timer VTY commandsPau Espin Pedrol1-5/+4
2019-09-11tbf_dl: make preemptive retransmission optionalOliver Smith1-0/+1
2019-03-26Include pdch.h in bts.h even if we're not compiling C++Daniel Willmann1-1/+1
2019-03-19Explicitly clean up BTS singletonMax1-0/+2
2019-03-06Tighten lqual table limits checkMax1-2/+4
2019-02-26Optionally Use the NS Sub-Network-Service (SNS) on GbHarald Welte1-0/+3
2019-02-19Clarify write_immediate_assignment() signatureMax1-1/+1
2018-02-20Simplify TS alloc: don't use PDCH for free TFIMax1-1/+1
2018-02-19Move PDCH-related functions into separate filesMax1-120/+1
2018-02-19Update header includesMax1-2/+2
2018-02-19Move paging generation into PDCHMax1-1/+1
2018-02-14Make osmo-pcu wait for BTS to become available at start-up time.Stefan Sperling1-0/+1
2018-01-26Simplify TS alloc: adjust function signaturesMax1-1/+1
2018-01-26Simplify TS alloc: use defines for constantsMax1-0/+1
2018-01-26Simplify TS alloc: adjust allocator signaturesMax1-5/+3
2018-01-12Clarify RACH-related interfacesMax1-3/+1
2017-12-01Fix compiler warningMax1-2/+0
2017-11-16PCU: Fix TA adjustmentMinh-Quang Nguyen1-2/+3
2017-09-01Support receiving SI13 from BTSMax1-1/+3
2017-08-18EDGE: Fix UL link adaptation.Minh-Quang Nguyen1-0/+1
2017-08-14Move DL assignment to TBF-DLMax1-2/+0