aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-15edge: Add test for GprsCodingSchemeJacob Erlbeck4-2/+240
2015-12-15edge: Add GprsCodingScheme classJacob Erlbeck3-2/+237
2015-12-15edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_classJacob Erlbeck4-9/+14
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 Erlbeck8-53/+60
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-30Revert "pcu: Improve default config"Jacob Erlbeck1-4/+0
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-27pcu: Improve default configJacob Erlbeck1-0/+4
2015-11-17stats: Enable stats subsystemJacob Erlbeck2-0/+4
2015-11-13remove obsolete OpenBTS PCU interface supportHarald Welte3-208/+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 Welte3-15/+15
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 Erlbeck6-6/+106
2015-09-07poll: Count failed proceduresJacob Erlbeck3-0/+11
2015-09-01bts: Start a DL TBF if needed after establishment of an UL TBFJacob Erlbeck4-3/+36
2015-09-01bts: Release DL TBF instead of killing in rcv_resource_requestJacob Erlbeck2-9/+12
2015-09-01tbf: Refactor reuse_tbf into releasing and DL TBF establishmentJacob Erlbeck4-40/+55
2015-09-01tbf: Keep the old MS object alive in extract_tlliJacob Erlbeck2-3/+5
2015-09-01Revert "tbf: Do not kill DL TBF on Packet Resource Request"Jacob Erlbeck4-18/+21
2015-08-28l1: Use the FN of all data_ind/ra_ind DSP messagesJacob Erlbeck6-9/+27
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 Erlbeck3-0/+41
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
2015-08-28tbf: Add logging for pollingJacob Erlbeck3-2/+28
2015-08-28tbf: Use explicit initialisations in constructor (Coverity)Jacob Erlbeck3-36/+103
2015-08-27openbts: Remove unused declaration of fl1h in udp_read_cbJacob Erlbeck1-1/+0
2015-08-27ms/vty: Show LLC queue octets and packets in both viewsJacob Erlbeck1-1/+5
2015-08-24ms/vty: Show old TBFsJacob Erlbeck1-0/+9
2015-08-24ms: Store references to replaced TBFs in the MS objectJacob Erlbeck8-32/+270
2015-08-24bssgp: Only call bssgp_tx_llc_discarded if the bctx existsJacob Erlbeck1-1/+2
2015-08-24llist: Add missing const qualifier in llist cast methodJacob Erlbeck2-1/+5
2015-08-24tbf: Use C++/talloc magic to support TBF constructors/destructorsJacob Erlbeck3-13/+47
2015-08-24tbf/test: Add test_tbf_dl_reuseJacob Erlbeck3-0/+790
2015-08-24tbf/test: Do RLC based ack instead of just fakingJacob Erlbeck2-49/+78
2015-08-24tbf/test: Rename send_rlc_block to request_dl_rlc_blockJacob Erlbeck1-9/+9
2015-08-24tbf/test: Simplify RLC block number handlingJacob Erlbeck2-26/+26
2015-08-24tbf/test: Add send_rlc_block function with a TBF as parameterJacob Erlbeck1-10/+14
2015-08-21tbf/test: Move UL MAC block encoding into a separate functionJacob Erlbeck1-12/+24
2015-08-21tbf: Move pending LLC frames when merging MS objectsJacob Erlbeck3-2/+4
2015-08-21llc: Add move_and_merge method to llc_queueJacob Erlbeck5-0/+112