Project

General

Profile

Actions

Bug #1792

closed

2 MS tests: Issue with TS allocation for DL in PCU

Added by arvind.sirsikar over 7 years ago. Updated about 3 years ago.

Status:
Rejected
Priority:
High
Assignee:
Target version:
-
Start date:
08/09/2016
Due date:
% Done:

0%

Spec Reference:

Description

Hi All,

When 4 TS is configured for DL and testing 2 MSs it was found that 1st MS gets 4 TS where as next MS gets 3 TS. causing issue with DL traffic fairness between MSs.

issue is traced to "static int find_multi_slots" function which considers both UL/DL capacity for TS calculation causing 2 TS allocation for UL and 3 for DL.

as of now

if (capacity <= max_capacity) condition in same function is modified to

if (rx_window < max_dl_slots) to concentrate only on DL.

Thanks,
Aravind Sirsikar

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)