aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-09Add pcu-socket vty configPau Espin Pedrol1-0/+3
2017-07-29GSMTAP: Ad PTCCH as separate gsmtap categoryHarald Welte1-0/+1
2017-07-21Introduce GSMTAP categoriesHarald Welte1-3/+22
2017-03-13bts.cpp: Fix overloading ambiguityMax1-1/+1
2017-03-05BTS: Convert relative frame numbers to absolute frame numbersPhilipp Maier1-0/+2
2017-01-06Array indexing for SPB counters in bts statistics.sivasankari1-3/+3
2016-12-22Add counter at BTS level And statistics at TBF/MS level.sivasankari1-0/+12
2016-11-25Add new BTS level counterssivasankari1-0/+12
2016-11-14Add BTS level countersMrinal Mishra1-0/+120
2016-10-19Use qbit-TA to update Timing AdvanceMax1-0/+9
2016-09-16Handle EGPRS 11 bit RACH in osmo-pcubhargava1-0/+2
2016-08-27Change interface in osmo-pcu for 11 bit RACHbhargava1-1/+3
2016-08-25Add data structure to handle SPB for EGPRS DLAravind Sirsikar1-0/+4
2016-06-16Add header type 1 support for EGPRS uplinkAravind Sirsikar1-1/+3
2016-06-07add KPI counter to count bytes for RLC and LLC framesAlexander Couzens1-0/+23
2016-05-22introduce new counter rlc_sent_controlAlexander Couzens1-0/+3
2016-05-21introduce new counter rlc_sent_dummyAlexander Couzens1-0/+3
2016-02-22Introduce --gsmtap-ip/-i optionMax1-0/+2
2016-02-08tbf: Add counters for aborted TBF in state FLOWJacob Erlbeck1-0/+6
2016-02-08edge: Make window size configurableJacob Erlbeck1-2/+2
2016-02-08rlc: Add unified gprs_rlc_window parent classJacob Erlbeck1-0/+2
2016-02-08edge: Disable GPRS/EGPRS mixed modeJacob Erlbeck1-0/+3
2016-02-08edge: Handle EGPRS PACKET DOWNLINK ACK NACKJacob Erlbeck1-0/+1
2016-02-01edge: Add initial_mcs_dl and initial_mcs_ul config valuesJacob Erlbeck1-0/+1
2016-02-01edge: Add max_mcs_ul and max_mcs_dl configJacob Erlbeck1-0/+1
2016-02-01tbf: Use LListHead instead of llist_podsJacob Erlbeck1-7/+19