aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-02-01rlc: Dump RLC data for debuggingJacob Erlbeck2-0/+5
2016-02-01pcu: Fix memory corruption bugs (ASAN)Jacob Erlbeck4-8/+25
2016-01-08edge: Remove leftover comments from encoding.cJacob Erlbeck1-8/+0
2016-01-08edge: Fix data block decoder (Coverity)Jacob Erlbeck1-1/+7
2015-12-16sched: Change next_ctrl_prio incrementJacob Erlbeck1-1/+1
2015-12-16edge: Remove unused GPRS functionsJacob Erlbeck4-329/+0
2015-12-16edge: Use a single PDCH rcv_data_block method for GPRS and EGPRSJacob Erlbeck2-16/+19
2015-12-16edge: Implement gprs_rlcmac_pdch::rcv_block_egprsJacob Erlbeck1-5/+34
2015-12-16edge: Add methods for unified GPRS/EGPRS UL data block handlingJacob Erlbeck3-2/+275
2015-12-16tbf: Refactor parts of extract_tlli into set_tlli_from_ulJacob Erlbeck2-20/+29
2015-12-16edge: Store GprsCodingScheme in gprs_rlc_dataJacob Erlbeck2-19/+13
2015-12-16edge: Add is_received and invalidate_bsn to gprs_rlc_ul_windowJacob Erlbeck2-0/+18
2015-12-16rlc: Do not raise_v_q in receive_bsnJacob Erlbeck3-4/+4
2015-12-16edge: Add unified decoder methods for GPRS/EGPRSJacob Erlbeck4-0/+492
2015-12-15edge: Add information about data blocks to GprsCodingSchemeJacob Erlbeck2-18/+32
2015-12-15rlc: Check endianness for bit field declarationsJacob Erlbeck1-0/+6
2015-12-15edge: Add header type property to GprsCodingSchemeJacob Erlbeck2-16/+38
2015-12-15edge: Rename rcv_data_block_acknowledgedJacob Erlbeck4-6/+6
2015-12-15edge: Add gprs_rlcmac_pdch::rcv_block_egprs stubJacob Erlbeck2-0/+30
2015-12-15edge: Use GprsCodingScheme to adjust the UL RLC block sizeJacob Erlbeck2-22/+27
2015-12-15edge: Add GprsCodingScheme classJacob Erlbeck3-2/+237
2015-12-15edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_classJacob Erlbeck3-4/+9
2015-12-15edge: Enable EGPRS if configured and egprs_ms_class presentJacob Erlbeck2-2/+11
2015-12-15edge: Support EGPRS multislot class handling in tbf_allocJacob Erlbeck5-23/+28
2015-12-15edge: Add m_egprs_enabled and related methods to TBFJacob Erlbeck2-3/+27
2015-11-30edge: Support EGPRS in packet uplink assignment messageJacob Erlbeck3-13/+39
2015-11-30edge: Add egprs config commandJacob Erlbeck2-0/+37
2015-11-30edge: Get EGPRS multislot classJacob Erlbeck6-2/+54
2015-11-30pcu: Enable dl-tbf-idle-time and idle-ack-delay by defaultJacob Erlbeck1-0/+2
2015-11-30stat: Add global stat groupJacob Erlbeck3-0/+46
2015-11-27encoder: Whitespace fixesJacob Erlbeck1-4/+4
2015-11-17stats: Enable stats subsystemJacob Erlbeck2-0/+4
2015-11-13remove obsolete OpenBTS PCU interface supportHarald Welte2-200/+1
2015-11-12osmobts_sock.cpp: Add missing space in log statement.Harald Welte1-1/+1
2015-11-12print/log OpenBTS / OsmoBTS variant in PCU startupHarald Welte2-0/+4
2015-11-12rename sysmo_sock.cpp to osmobts_sock.cppHarald Welte2-8/+8
2015-11-07stats: Include the header file for the new class identifierHolger Hans Peter Freyther1-0/+1
2015-11-07stats: Attempt to compile fix the new rate_ctrHolger Hans Peter Freyther1-0/+1
2015-09-11bssgp: Use measured leak rate for flow controlJacob Erlbeck5-6/+104
2015-09-07poll: Count failed proceduresJacob Erlbeck3-0/+11
2015-09-01bts: Start a DL TBF if needed after establishment of an UL TBFJacob Erlbeck2-0/+15
2015-09-01bts: Release DL TBF instead of killing in rcv_resource_requestJacob Erlbeck1-3/+9
2015-09-01tbf: Refactor reuse_tbf into releasing and DL TBF establishmentJacob Erlbeck3-35/+47
2015-09-01tbf: Keep the old MS object alive in extract_tlliJacob Erlbeck1-1/+3
2015-09-01Revert "tbf: Do not kill DL TBF on Packet Resource Request"Jacob Erlbeck2-8/+9
2015-08-28l1: Use the FN of all data_ind/ra_ind DSP messagesJacob Erlbeck5-9/+25
2015-08-28poll: Count unexpected block FN valuesJacob Erlbeck2-1/+7
2015-08-28poll: Use the data_ind FN as time source for current frameJacob Erlbeck2-0/+37
2015-08-28poll: Set the max_delay to 60 framesJacob Erlbeck1-2/+5
2015-08-28poll: Add a max_delay parameter to PollController::expireTimedoutJacob Erlbeck3-13/+15