aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-22ms: Add UL CS selection based on L1 link qualityJacob Erlbeck1-0/+1
2015-06-22l1: Pass all L1 measurements upwardsJacob Erlbeck1-2/+4
2015-06-08ms: Add support for maximum CS valuesJacob Erlbeck1-0/+1
2015-06-08tbf: Add adaptive DL CS adjustmentJacob Erlbeck1-0/+3
2015-05-28tbf: Set MS timeoutJacob Erlbeck1-0/+1
2015-05-28tbf: Remove TimingAdvance storageJacob Erlbeck1-8/+0
2015-05-28tbf: Remove IMSI handling from trigger_dl_assJacob Erlbeck1-1/+1
2015-05-27tbf: Remove the TLLI from the TBFsJacob Erlbeck1-3/+0
2015-05-20ms: Integrate the MS storageJacob Erlbeck1-0/+16
2015-05-06bssgp: Add VTY command to Limit the bucket size by timeJacob Erlbeck1-0/+1
2015-05-06bssgp: Make BVC bucket size / leak rate configurableJacob Erlbeck1-0/+4
2015-04-02tbf: Force ACK after the last DL LCC frame has been receivedJacob Erlbeck1-0/+1
2015-04-02tbf: Use a hysteresis when discarding DL LLC framesJacob Erlbeck1-0/+1
2015-03-25tbf: Poll MS on idle DL TBFsJacob Erlbeck1-0/+4
2015-03-25tbf: Implement delayed release of a downlink TBFJacob Erlbeck1-0/+1
2014-08-07bts: Change parameter in BTS::trigger_dl_ass() to DL TBFDaniel Willmann1-1/+1
2014-07-16bts: Return the special type for {ul,dl}_tbf_by_* functionsDaniel Willmann1-8/+8
2014-07-16bts: Ensure tbf direction with OSMO_ASSERT()Daniel Willmann1-1/+2
2014-07-03bts: Split tbf_by_poll_fn into separate dl and ul functionsDaniel Willmann1-1/+2
2014-07-03bts: Separate functions for dl/ul tbf_by_tfi lookupDaniel Willmann1-1/+3
2014-07-03bts, tbf: Separate functions for dl/ul tbf_by_tlli lookupDaniel Willmann1-1/+3
2014-06-04gprs_rlcmac_pdch: Get rid of ul/dl_tbfDaniel Willmann1-2/+1
2014-06-04gprs_rlcmac_pdch: Don't access private membersDaniel Willmann1-0/+3
2013-12-25sched: Attempt to improve the fairness and schedule UL/AL ACK/ASSHolger Hans Peter Freyther1-0/+1
2013-11-24tbf: Count how often we re-start a BSN in the send routineHolger Hans Peter Freyther1-0/+3
2013-11-23rlc: Count nacked frames in the statistics tooHolger Hans Peter Freyther1-0/+3
2013-11-19rlc: Count the window stalls on the RLC levelHolger Hans Peter Freyther1-0/+3
2013-11-13rlc: Count the sent and resent RLC blocksHolger Hans Peter Freyther1-0/+6
2013-11-13bts: Count the number of llc frames that were "scheduled" to be sentHolger Hans Peter Freyther1-4/+7
2013-11-13tbf: Count how often we re-use a TBF that was already being deactivatedHolger Hans Peter Freyther1-0/+3
2013-10-30bts: Pass the Packet_Control_Acknowledgement_t into the recv methodHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Use Packet_Downlink_Ack_Nack_t as parameterHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Simplify the code and use Packet_Resource_Request_t*Holger Hans Peter Freyther1-1/+1
2013-10-30bts: Work with the Packet_Measurement_Report_tHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Move the MT_PACKET_MEASUREMENT_REPORT handling to a new methodHolger Hans Peter Freyther1-0/+1
2013-10-30bts: Move handling of MT_PACKET_RESOURCE_REQUEST to a methodHolger Hans Peter Freyther1-0/+1
2013-10-30bts: Move handling of MT_PACKET_DOWNLINK_ACK_NACK to separate functionHolger Hans Peter Freyther1-0/+1
2013-10-30pdch: Move handling of control_ack to a separate methodHolger Hans Peter Freyther1-0/+1
2013-10-30bts: Count the rach frames we receiveHolger Hans Peter Freyther1-0/+3
2013-10-30llc: Count timedout and silently dropped framesHolger Hans Peter Freyther1-0/+6
2013-10-30sba: Count SBA allocation, frees and timeoutsHolger Hans Peter Freyther1-21/+19
2013-10-30bts: Provide the first set of countersHolger Hans Peter Freyther1-0/+25
2013-10-30bts: Start creating statistics inside the BTS codeHolger Hans Peter Freyther1-0/+31
2013-10-30bts: Move gprs_rlcmac_rcv_rach into the BTS classHolger Hans Peter Freyther1-0/+1
2013-10-30bts: Move gprs_rlcmac_trigger_downlink_assignment into BTSHolger Hans Peter Freyther1-0/+1
2013-10-30tbf: Move gprs_rlcmac_poll_timeout into the tbfHolger Hans Peter Freyther1-0/+2
2013-10-30bts: Move rcv_imm_ass_cnf into the bts codeHolger Hans Peter Freyther1-0/+2
2013-10-30tbf/bts: Move the tfi_find_free into the btsHolger Hans Peter Freyther1-0/+2
2013-10-30tbf/pdch/bts: Move the tbf look-up by tfi into the BTSHolger Hans Peter Freyther1-0/+1
2013-10-30pdch: Remove the trx_no/ts_no parameter and use/caclulate it on demandHolger Hans Peter Freyther1-5/+8