aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-07tbf: Make append_data a function of DL TBFsDaniel Willmann2-5/+5
2014-08-07tbf: Make tbf_lookup_dl() return and handle() use a dl_tbfDaniel Willmann1-6/+6
2014-08-07bts: Remove the OSMO_ASSERTs for TBF directionDaniel Willmann1-6/+0
2014-07-30tbf: Use plain old data structure (PODS) for llist managementDaniel Willmann5-18/+50
2014-07-22Merge branch 'sysmocom/tbf-split'Holger Hans Peter Freyther6-94/+182
2014-07-22bts, tbf: Split alloc_tbf function into separate UL and DL versionsDaniel Willmann5-46/+106
2014-07-22bts, tbf: Change the TBF return type of functions to the ul/dl versionDaniel Willmann3-23/+30
2014-07-16bts: Return the special type for {ul,dl}_tbf_by_* functionsDaniel Willmann2-26/+26
2014-07-16tbf: Add ul and dl TBF types and allocate them in tbf_alloc()Daniel Willmann2-1/+11
2014-07-16bts: Ensure tbf direction with OSMO_ASSERT()Daniel Willmann2-7/+18
2014-07-03bts: Split tbf_by_poll_fn into separate dl and ul functionsDaniel Willmann2-6/+18
2014-07-03bts: Separate functions for dl/ul tbf_by_tfi lookupDaniel Willmann2-4/+18
2014-07-03bts, tbf: Separate functions for dl/ul tbf_by_tlli lookupDaniel Willmann4-23/+35
2014-07-02misc: Add missing include for the rate counterHolger Hans Peter Freyther1-0/+1
2014-07-02misc: Add missing include for atoiHolger Hans Peter Freyther1-0/+1
2014-07-02misc: Add {} to avoid nested if/if/else ambigioutyHolger Hans Peter Freyther1-1/+2
2014-07-02misc: Do not mix struct/class in the forward declarationHolger Hans Peter Freyther3-3/+3
2014-06-16sysmobts: Add a hot-fix to avoid dumping -1 amount of dataHolger Hans Peter Freyther1-5/+16
2014-06-15Always exit and don't try to recoverDaniel Willmann6-26/+10
2014-06-04bts: Remove outdated commentDaniel Willmann1-1/+0
2014-06-04csn1: Add spaces between string literal and identifierDaniel Willmann1-2/+2
2014-06-04gprs_rlcmac_pdch: Get rid of ul/dl_tbfDaniel Willmann4-26/+24
2014-06-04gprs_rlcmac_pdch: Don't access private membersDaniel Willmann3-2/+19
2014-05-30tbf: Re-send dl assignment if we can upgrade to multislotDaniel Willmann3-2/+32
2014-05-30tbf/bts, encoding: Keep track of WAIT_RELEASE state for DL assignmentDaniel Willmann4-2/+9
2014-05-30tbf/bts: Rename tbf->snd_dl_ack to tbf->rcvd_dl_ackDaniel Willmann3-3/+3
2014-05-30Fixed calculation of colliding UL/DL slots in TS allocation algorithm BAndreas Eversberg1-1/+1
2014-05-15Merge remote-tracking branch 'origin/sysmocom/master'Holger Hans Peter Freyther51-4041/+15395
2014-03-21systemd: Do not re-start in case of exit(1) (e.g. a config issue)Holger Hans Peter Freyther1-0/+1
2014-02-04systemd: Reduce the re-start interval to a couple of secondsHolger Hans Peter Freyther1-1/+1
2014-01-21sysmopcu: Re-start the PCU on disconnectHolger Hans Peter Freyther1-1/+1
2014-01-16TODO: Update the todolist with some musings...Holger Hans Peter Freyther1-0/+24
2014-01-16tbf: Change the log area to RLCMACDL so we see it in a DL traceHolger Hans Peter Freyther1-4/+4
2014-01-16tbf: Make finding use-after-free more easy and set to NULL or returnHolger Hans Peter Freyther2-0/+5
2014-01-16tbf: Use past-tense and call it created_tsHolger Hans Peter Freyther2-6/+6
2014-01-16Merge remote-tracking branch 'sysmocom/tbf-vty' into sysmocom/masterHolger Hans Peter Freyther3-1/+68
2014-01-15tbf: Save a timestamp at tbf allocation and print it in the VTYDaniel Willmann2-3/+14
2014-01-15pcu_vty: Add a command to print info about all TBFsDaniel Willmann2-3/+25
2014-01-15tbf: Add a function to output tbf info to VTYDaniel Willmann2-0/+34
2014-01-15Merge remote-tracking branch 'sysmocom/window-rework' into sysmocom/masterHolger Hans Peter Freyther6-177/+200
2014-01-15rlc: Rename state() to show_state() to better reflect its functionDaniel Willmann3-3/+5
2014-01-15rlc: Use an enum for the state array instead of charsDaniel Willmann3-38/+64
2014-01-15rlc/tbf: Move v_b into DL windowDaniel Willmann5-77/+82
2014-01-15rlc/tbf: Add function receive_bsn that updates v_r, v_q, v_nDaniel Willmann4-31/+21
2014-01-15rlc/tbf: Move v_n into gprs_rlc_ul_window and adapt the testsDaniel Willmann6-69/+69
2014-01-15rlc: Rename the simple raise_v_r method to avoid naming conflictsDaniel Willmann2-3/+3
2014-01-15alloc: Update the test result now that everything is back to working againHolger Hans Peter Freyther1-0/+7650
2014-01-15alloc_algorithm_b: Remove obsolete 'i' incrementation from for-loopAndreas Eversberg1-1/+1
2014-01-15misc: Allow to cross-execute the tests using qemuHolger Hans Peter Freyther1-4/+4
2014-01-15Merge branch 'sysmocom/allocation-corrections' into sysmocom/masterHolger Hans Peter Freyther4-264/+1620