[MERGED] osmo-pcu[master]: TBF: move window parameters to UL/DL level

2018-01-12 Thread Max
Max has submitted this change and it was merged. Change subject: TBF: move window parameters to UL/DL level .. TBF: move window parameters to UL/DL level The UL and DL TBF use different classes implementing window management.

osmo-pcu[master]: TBF: move window parameters to UL/DL level

2018-01-12 Thread Harald Welte
Patch Set 4: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5340 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0b55aa8947db65f7206adcf53ea32b74a831d9e6 Gerrit-PatchSet: 4 Gerrit-Project: osmo-pcu Gerrit-Branch: master

[PATCH] osmo-pcu[master]: TBF: move window parameters to UL/DL level

2018-01-04 Thread Max
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5340 to look at the new patch set (#4). TBF: move window parameters to UL/DL level The UL and DL TBF use different classes implementing window management. Hence it's better to

osmo-pcu[master]: TBF: move window parameters to UL/DL level

2018-01-04 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5340 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0b55aa8947db65f7206adcf53ea32b74a831d9e6 Gerrit-PatchSet: 3 Gerrit-Project: osmo-pcu Gerrit-Branch: master

[PATCH] osmo-pcu[master]: TBF: move window parameters to UL/DL level

2017-12-15 Thread Max
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/5340 to look at the new patch set (#3). TBF: move window parameters to UL/DL level The UL and DL TBF use different classes implementing window management. Hence it's better to

osmo-pcu[master]: TBF: move window parameters to UL/DL level

2017-12-14 Thread Harald Welte
Patch Set 2: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/5340 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0b55aa8947db65f7206adcf53ea32b74a831d9e6 Gerrit-PatchSet: 2 Gerrit-Project: osmo-pcu Gerrit-Branch: master

[PATCH] osmo-pcu[master]: TBF: move window parameters to UL/DL level

2017-12-14 Thread Max
Review at https://gerrit.osmocom.org/5340 TBF: move window parameters to UL/DL level The UL and DL TBF use different classes implementing window management. Hence it's better to use it explicitly instead of using the common window management superclass inside common TBF superclass. While at