From 36df7740dd7f81fe36d35e808cc53f518f4e360e Mon Sep 17 00:00:00 2001 From: Jacob Erlbeck Date: Tue, 19 Jan 2016 15:53:30 +0100 Subject: edge: Make window size configurable Currently the window size is fixed to 64 even for EGPRS. Support dynamic window sizes depending on the number of PDCH. The WS can be set to b + f * N_PDCH. If the result is not valid according to TS 44.060, Table 9.1.9.2.1, the value will be corrected to use the next lower valid value (or 64). The following VTY commands are added (config-pcu node): window-size <0-1024> set base (b) value and leave f unchanged window-size <0-1024> <0-256> set base (b) and factor (f) Sponsored-by: On-Waves ehf --- tests/tbf/TbfTest.ok | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tbf/TbfTest.ok') diff --git a/tests/tbf/TbfTest.ok b/tests/tbf/TbfTest.ok index c4bc8705..c6c4aea2 100644 --- a/tests/tbf/TbfTest.ok +++ b/tests/tbf/TbfTest.ok @@ -28,3 +28,5 @@ === end test_tbf_dl_reuse === === start test_tbf_gprs_egprs === === end test_tbf_gprs_egprs === +=== start test_tbf_ws === +=== end test_tbf_ws === -- cgit v1.2.3