aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-01WIP tests and fixes TODOjerlbeck/wip/fix-pacch-allocJacob Erlbeck2-1/+21
2015-09-01l1: Add prim logging (TODO)Jacob Erlbeck1-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
2015-08-21tbf: Do not kill DL TBF on Packet Resource RequestJacob Erlbeck4-20/+17
2015-08-21tbf/test: Add tests for RACH while DL TBFs are activeJacob Erlbeck3-0/+639
2015-08-21tbf/test: Fix existing testsJacob Erlbeck3-11/+120
2015-08-21tbf: Fix typos in log messages concerning UL/DLJacob Erlbeck2-2/+2
2015-08-21tbf/test: Move UL TBF establishment into separate functionsJacob Erlbeck2-56/+95
2015-08-18ms: Move MS information merging to GprsMSJacob Erlbeck5-13/+20
2015-08-17ns: Reconnect NSVC after timeoutJacob Erlbeck2-0/+31
2015-08-17ns: Add logging supportJacob Erlbeck4-0/+4
2015-08-17vty: Change API to have node installation be done by intJacob Erlbeck2-2/+2
2015-08-17ms: Do not retrieve MS with IMSI 000 from the storageJacob Erlbeck1-1/+3
2015-08-17tbf: Use update_ms instead of confirm_tlli in handle()Jacob Erlbeck1-5/+1
2015-08-17tbf: Clean old MS objects if they have the same TLLIJacob Erlbeck4-16/+79
2015-08-17pcu: Update example config fileJacob Erlbeck1-2/+2
2015-08-14ms: Set default CoDel interval to 4sJacob Erlbeck1-1/+1
2015-08-14tbf: Handle TLLI change on DLJacob Erlbeck3-18/+56
2015-08-13tbf: Always start T3193 when changing state to GPRS_RLCMAC_WAIT_RELEASEJacob Erlbeck3-13/+16
2015-07-21bssgp: Fix leak rate computation CS valueJacob Erlbeck1-5/+21
2015-07-21pcu: Enable LLC CoDel by defaultJacob Erlbeck1-0/+2
2015-07-21llc: Use CoDel to drop packages from the LLC queueJacob Erlbeck5-1/+91
2015-07-21llc: Add CoDel AQM implementationJacob Erlbeck8-4/+483
2015-07-17bssgp: Adapt flowcontrol MS default to current alloc algorithmJacob Erlbeck3-2/+29