index
:
osmo-pcu
daniel/gb-sns
daniel/oc2g
fairwaves/production
fixeria/reject_hack
hfreyther/remove-ts-trx-params
jerlbeck/flow-control
jerlbeck/master
jerlbeck/testing/pcu
jerlbeck/wip/edge
jerlbeck/wip/fix-pacch-alloc
jerlbeck/wip/ms-struct
jerlbeck/wip/pacch-handling
jerlbeck/wip/pdch-alloc
jolly/allocation-fixes
jolly/outdated_c
jolly/testing
keith/timing-advance
laforge/gb-sns
laforge/gprs-suspend
link_adaptation
lynxis/gprs-ack-nack
lynxis/ns2-wip
master
max/mutrx
max/pacch
max/pacchtest
max/ptsr
max/wip
mmcternan/bb_maint
neels/416
neels/big_endian
neels/fix_regression
neels/master
neels/pending2
nrw/litecell15-merge-and-rebase
origin/jerlbeck/wip/pdch-alloc
osmith/pcu-etws
osmith/preemptive-retransmission
osmith/rpm
pespin/multi-bts
pespin/nacc
pespin/systemd
pespin/t3141
pmaier/rim_hacks
rafael2k/daemonize
rafael2k/helpoutput
sysmocom/clean-ups
sysmocom/revert_WAIT_ASSIGN
sysmocom/tbf-final-ack
user/max/asantest
zecke/features/clean-up
zecke/hacks/quick-exit
zecke/misc/cleanups
zecke/pcu-next
zecke/wip
Osmocom PCU code (RLC/MAC/PCU) for OsmoBTS
Ivan Kluchnikov
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tbf.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-20
Introduce LOGTBF* for consistent logging
Max
1
-0
/
+4
2017-12-18
Remove unused includes and forward declarations
Max
1
-2
/
+0
2017-12-15
TBF: remove unused variable
Max
1
-1
/
+0
2017-12-14
TBF: move EGPRS enablement into (U|D)L-TBF
Max
1
-4
/
+15
2017-12-05
TBF: expand timer logging
Max
1
-2
/
+2
2017-12-01
Fix compiler warning
Max
1
-0
/
+9
2017-08-14
Simplify polling troubleshooting
Max
1
-1
/
+8
2017-08-14
Move DL assignment to TBF-DL
Max
1
-0
/
+1
2017-08-14
Encapsulate handling of UL ACK timeout
Max
1
-0
/
+2
2017-07-10
Remove TBF knowledge from rcv_control*dl_ack_nack
Max
1
-0
/
+2
2017-01-24
Handle packet access reject during packet resource request
aravind sirsikar
1
-0
/
+4
2017-01-23
Add compression support in EGPRS PUAN
sivasankari
1
-0
/
+2
2017-01-05
Improve logging
Max
1
-0
/
+7
2016-12-22
Add counter at BTS level And statistics at TBF/MS level.
sivasankari
1
-0
/
+22
2016-12-09
Add statistics in the ms and tbf level.
sivasankari
1
-0
/
+29
2016-11-14
Add BTS level counters
Mrinal Mishra
1
-0
/
+3
2016-11-11
Handle packet access reject during EPDAN/PDAN with channel description
aravind sirsikar
1
-0
/
+2
2016-10-18
Revert "tbf: Add state WAIT_ASSIGN"
Neels Hofmeyr
1
-4
/
+6
2016-10-18
tbf: add llc_queue_size() to check llc_queue is valid before calling size()
Alexander Couzens
1
-2
/
+4
2016-09-15
tbf_dl: factor out EGPRS DL window size calculation
Aravind Sirsikar
1
-0
/
+2
2016-08-25
Modify EGPRS DL TBF flow to support SPB
Aravind Sirsikar
1
-0
/
+5
2016-08-02
Add support for SPB handling for EGPRS UL TBF
Aravind Sirsikar
1
-0
/
+15
2016-02-08
edge: Compare len instead of using cs.isCombinable
Jacob Erlbeck
1
-1
/
+1
2016-02-08
edge: Send a second BSN block in an RLC message if possible
Jacob Erlbeck
1
-1
/
+4
2016-02-08
edge: Refactor create_dl_acked_block for multi-block support
Jacob Erlbeck
1
-1
/
+1
2016-02-08
tbf: Add state WAIT_ASSIGN
Jacob Erlbeck
1
-6
/
+4
2016-02-08
tbf: Use TLLI as ID if TFI not yet assigned
Jacob Erlbeck
1
-0
/
+11
2016-02-08
tbf: Add check_polling/set_polling
Jacob Erlbeck
1
-0
/
+3
2016-02-08
tbf: Add and use tbf->poll_ts
Jacob Erlbeck
1
-0
/
+1
2016-02-08
tbf: Use is_control_ts() instead of comparing TS values directly
Jacob Erlbeck
1
-4
/
+2
2016-02-08
sched: Pass the current TS to the control create functions
Jacob Erlbeck
1
-3
/
+3
2016-02-08
tbf: Add abort method for downlink TBF
Jacob Erlbeck
1
-0
/
+1
2016-02-08
tbf: Add gprs_rlcmac_tbf::window() method
Jacob Erlbeck
1
-0
/
+12
2016-02-08
edge: Add bitvec based DL window updating methods
Jacob Erlbeck
1
-0
/
+2
2016-02-05
tbf: Remove obsolete TLLI functions
Jacob Erlbeck
1
-1
/
+0
2016-02-05
edge: Fix RLC message size
Jacob Erlbeck
1
-1
/
+1
2016-02-05
edge: Rename gprs_rlc_ul_header_egprs and gprs_rlc_ul_data_block_info
Jacob Erlbeck
1
-2
/
+2
2016-02-01
tbf: Remove bogus gprs_rlcmac_dl_tbf::enable_egprs
Jacob Erlbeck
1
-1
/
+0
2016-02-01
edge: Replace integer cs by GprsCodingScheme
Jacob Erlbeck
1
-1
/
+1
2016-02-01
tbf: Use LListHead instead of llist_pods
Jacob Erlbeck
1
-23
/
+14
2016-02-01
tbf/vty: Move tbf_print_vty_info to pcu_vty_functions.cpp
Jacob Erlbeck
1
-11
/
+0
2016-02-01
tbf: Replace static casts by calls to as_ul_tbf/as_dl_tbf
Jacob Erlbeck
1
-0
/
+17
2015-12-16
edge: Remove unused GPRS functions
Jacob Erlbeck
1
-4
/
+0
2015-12-16
edge: Add methods for unified GPRS/EGPRS UL data block handling
Jacob Erlbeck
1
-0
/
+6
2015-12-16
tbf: Refactor parts of extract_tlli into set_tlli_from_ul
Jacob Erlbeck
1
-0
/
+1
2015-12-15
edge: Rename rcv_data_block_acknowledged
Jacob Erlbeck
1
-1
/
+1
2015-12-15
edge: Extend gprs_rlcmac_dl_tbf::handle by egprs_ms_class
Jacob Erlbeck
1
-1
/
+2
2015-12-15
edge: Support EGPRS multislot class handling in tbf_alloc
Jacob Erlbeck
1
-3
/
+3
2015-12-15
edge: Add m_egprs_enabled and related methods to TBF
Jacob Erlbeck
1
-0
/
+22
2015-09-11
bssgp: Use measured leak rate for flow control
Jacob Erlbeck
1
-1
/
+8
[prev]
[next]