Scheduling Policies for the LTE Downlink Channel - Semantic Scholar

2 downloads 246 Views 424KB Size Report
Sep 30, 2014 - very common simulation tool that can be used for this purpose is ns-3, which already .... and performance comparison of the scheduling algorithms ...... [15] H. Seo and B. G. Lee, “A proportional-fair power allocation scheme.
Scheduling Policies for the LTE Downlink Channel: A Performance Comparison Mattia Carpin∗ , Andrea Zanella∗, Jawad Rasool†, Kashif Mahmood‡, Ole Grøndalen‡, Olav N. Østerbø‡

arXiv:1409.8633v1 [cs.NI] 30 Sep 2014



Dept. of Information Engineering, University of Padova, Italy † Telenor, Norway ‡ Telenor Research, Norway

Abstract—A key feature of the packet scheduler in LTE system is that it can allocate resources both in the time and frequency domain. Furthermore, the scheduler is acquainted with channel state information periodically reported by user equipments either in an aggregate form for the whole downlink channel, or distinguished for each available subchannel. This mechanism allows for wide discretion in resource allocation, thus promoting the flourishing of several scheduling algorithms, with different purposes. It is therefore of great interest to compare the performance of such algorithms in different scenarios. A very common simulation tool that can be used for this purpose is ns-3, which already supports a set of well known scheduling algorithms for LTE downlink, though it still lacks schedulers that provide throughput guarantees. In this work we contribute to fill this gap by implementing a scheduling algorithm that provides long-term throughput guarantees to the different users, while opportunistically exploiting the instantaneous channel fluctuations to increase the cell capacity. We then perform a thorough performance analysis of the different scheduling algorithms by means of extensive ns-3 simulations, both for saturated UDP and TCP traffic sources. The analysis makes it possible to appreciate the difference among the scheduling algorithms, and to assess the performance gain, both in terms of cell capacity and packet service time, obtained by allowing the schedulers to work on the frequency domain. Keywords—Resource management, opportunistic scheduling, LTE networks, ns-3, fair throughput guarantee.

I.

I NTRODUCTION

Long Term Evolution (LTE) with its IP based flat network architecture promises improved spectral efficiency and high data rate to its users. As of first quarter of 2014, LTE users have already reached the 200 million mark with mobile data traffic in Q1 2014 exceeding the total mobile data traffic in 2011 [1]. It is reported in [1] that there will be 2.6 billion LTE subscriptions by the end of 2019, while a 10x growth in mobile data traffic is predicted between 2013 and 2019. In order to address this challenge an efficient radio resource management module is needed of which the packet scheduler is an important component. The downlink packet scheduler at the medium access control (MAC) layer is indeed in charge of dynamically allocating the downlink radio resources to the user equipments (UEs), thus determining the order of service and the transmit rate of each user. One of the key features of LTE is that it allows resource allocation both in the time and the frequency domain. The scheduler can hence decide to allocate all the resources in a given time interval to a single user, or partition them also

in the frequency domain, assigning fraction of the available bandwidth to different users in the same time slot. As a result, the scheduler can choose between a simple allocation policy where a single user gets all the resources in a given time slot (TD), and a more sophisticated approach where resources are allocated with a finer granularity, also exploiting the frequency dimension (FD). The scheduler, furthermore, can make use of the channel quality indication (CQI) that is periodically reported by each UE, either in an aggregate form for the whole downlink channel, or distinguished for each available subchannel. While TD schedulers only need the aggregate CQI, the potential of FD schedulers is fully available when the CQI is provided on each subchannel. The increased flexibility of FD schedulers in resource allocation, however, is paid back in terms of higher complexity and signaling overhead. It is therefore of utmost importance to investigate the scenarios where the FD implementation of the schedulers brings significant improvements over the simpler TD version. The LTE standard does not impose any restriction on the type of scheduler, thus leaving space for innovation. The main challenge in the design of an LTE scheduler is to find a proper balance between partially contrasting objectives. On the one hand, in fact, resource allocation shall increase the spectral efficiency and, in turn, the cell capacity, which is a key performance index from the operator perspective. On the other hand, resource allocation shall also consider user-related constraints, such as fairness and the Quality of Service (QoS) requirements. This makes the design of the packet scheduler a challenging optimization problem, which has been addressed in different ways [2]. For example, the Maximum Throughput Scheduler (MTS), also known as the opportunistic scheduler, prioritizes the cell capacity by exploiting channel variations among UEs, while the Blind Equal Throughput Scheduler (BETS) aims to provide throughput fairness among the users irrespective of their channel quality, thus at the cost of cell capacity. Proportional Fair Scheduler (PFS) somehow balances the channel awareness and throughput fairness aspects of MTS and BETS, respectively, by assigning resources proportionally to the average channel quality of each UE. Finally there is also a rich class of schedulers, such as the token bank fair queue scheduler, the aim of which is to provide QoS guarantees [3]. The aforementioned schedulers along with some others with somewhat similar priority metrics are already implemented in ns-3, which is a widely used network simulator [4]. To the best of our knowledge the state of the art on LTE schedulers falls short when it comes to schedulers which provide

throughput guarantees to users. In this work, we contribute to fill this gap by implementing in ns-3 the Fair Throughput Guarantees Scheduler (FTGS), which was originally proposed in [5] in TD mode, and that is designed to guarantee equal long-term throughput to all UEs, while opportunistically exploiting the temporal variability of the downlink channels to increase the cell capacity. Here we extend FTGS to work in FD mode, and compare the two versions of the algorithms with other schedulers for LTE systems already supported by ns-3, both for flat and frequency selective fading channels. The analysis reveals that FTGS provides a good trade-off between cell capacity and fairness in different scenarios, both for saturated UDP and TCP traffic sources. Furthermore, we observe that the FD version of FTGS can bring substantial improvements over TD in frequency selective channels, when the channel dispersion is large, thereby justifying the increased computational complexity brought by FD implementation. In addition, we analyze the inter-scheduling time at MAC layer of FTGS, BETS, and PFS, in both fast and slow fading scenarios, in order to assess the potential impact of such scheduling algorithms on delay-sensitive applications. The analysis shows that the inter-scheduling time of the TD version of FTGS can be indeed critical in presence of slow fading channels. However, we observe that the FD version of FTGS can dramatically reduce the inter-scheduling time and the service time of highlayer packets in case of frequency selective channels, thus alleviating the aforementioned problem. In summary, following are the main contributions of this paper: •

We propose an extension of the FTGS scheduler for the FD mode that makes it possible a finer distribution of the transmission resources to the UEs, thus potentially improving the spectral efficiency. As ancillary contribution, we enrich the existing ns-3 repository with schedulers that support long term fairness and throughput guarantees to the UEs.1



We investigate and compare the performance of many different schedulers for LTE downlink channel, both in the TD and FD versions.



The performance analysis is carried our for different types of fading channels, and both for saturated UDP and TCP traffic sources. Furthermore, service time statistic are also analyzed and compared for different schedulers, when varying the fading characteristics.



We analyze the opportunistic gain of the FTGS, with BETS being the benchmark, for the case when the users signal to interference noise ratios are disparate.



Finally, the strength of the FTGS scheduler has been tested against the impact of an imprecise channel estimation.

The remainder of this paper is organized as follows. Sec. II briefly summarizes the related work. We describe the system model, simulation scenario and performance metric in Sec. III. Sec. IV focuses on various scheduling policies considered in this paper. Sec. V describes the simulation setup, while Sec. VI 1 The

software can be downloaded from http://goo.gl/3BYxOC.

shows the numerical results. Finally, conclusions and future works are presented in Sec. VII. II.

R ELATED WORK

Performance analysis of downlink scheduler can be carried out either at the MAC layer or at the transport layer where in the latter the effect on transmission control protocol (TCP) is of high importance. While the MAC throughput analysis has its own benefits, a huge fraction of today’s data is carried via HTTP [6] which uses TCP because it is reliable, well understood, and can be conveniently managed by firewalls and security systems. However, it is not alway straightforward to infer TCP throughput from MAC performance for a given scheduling algorithm. It is therefore essential to investigate the performance of the scheduling algorithms when they handle TCP traffic as well. Acknowledging this need, the performance analysis presented in [7], which compared the MAC-layer throughput of some schedulers available in ns-3, has been extended in [8] to TCP traffic sources, comparing both the aggregate and peruser TCP throughput achieved by the different schedulers. In [9] a TCP-aware scheduling algorithm, named Queue MW, has been implemented in ns-3. The performance of Queue MW is then compared against other scheduling policies in terms of throughput and delay for different queue sizes at the evolved node B (eNodeB). Similarly the adverse effect, due to the variability in inter-scheduling time brought by PFS on TCP and its congestion control mechanism is highlighted in [10]. It needs to be mentioned that PFS is commonly used as a reference scheduler for many performance analysis study. For example the fairness and bit rate characteristics of MTS and PFS are compared in [11]. A PFS based scheduling algorithm is proposed in [12] which takes into account the frequency diversity and the multi-user diversity gain simultaneously. The algorithm is tested by simulating in a heterogeneous environment consisting of both high-mobility and low mobility users and with saturated sources. The MAC analysis reveals substantial improvements in overall cell throughput as compared to raw PFS. Finally the effect of the chosen scheduling algorithm on cell spectral efficiency and packet delay experienced by the user for VoIP and video traffic is analyzed in [13]. In a nutshell, there has been a growing interest in the design and performance comparison of the scheduling algorithms for LTE taking into account both the UDP and TCP traffic. However, the comparison with opportunistic but users’ fair schedulers, capable of providing throughput guarantees to users while exploiting the specific resource allocation structure of LTE, has not been carried out. Secondly, although several well-known scheduling algorithms are already implemented in ns-3 [7], [8], [9] but to the best of our knowledge, QoS aware schedulers which provide fair throughput guarantees to the users and take into account the LTE resource allocation framework have not yet been implemented in ns-3. This paper aims at filling these gaps. III.

S YSTEM MODEL

In this section we first recall the reference architecture of LTE system, which is necessary to understand the working

1 Transmission Time Interval

Frequency

0.5 ms time slot

UEj

UEj UEj UEi

UEk UEk UEj

1 subchannel = 180 kHz = 12 OFDM subcarriers

RB

UEj

RB

Scheduling S g Block

1 ms subframe = 1 Transmission Time Interval = 14 OFDM symbols

Fig. 1.

LTE high level architecture.

principle of the packet scheduler, and then describe the framework considered in our work. A. LTE basics The high-level architecture of LTE system is sketched in Fig. 1. There are two keys components: the radio access network (RAN) and the evolved packet core (EPC). The RAN provides the wireless connectivity between the eNodeB and the UE while the EPC is responsible, among other things, for connecting the RAN to the Internet for end-to-end communication. The resource allocation in LTE is done in a centralized manner and as such both the uplink and the downlink scheduler reside inside the eNodeB. LTE uses an air interface based on Orthogonal Frequency Division Multiple Access (OFDMA) for downlink while for the uplink the Single Carrier Frequency Division Multiple Access (SC-FDMA) is used [14]. In this paper we focus on the downlink side, where OFDMA is employed. The frame structure of the downlink air interface is shown in Fig. 2. Each frame consists of 10 subframes of 1ms duration, with each subframe further divided into two slots of 0.5ms each. A slot consists of 7 OFDM symbols in the time domain (normal cyclic prefix), and is divided in the frequency domain into a number of Resource Blocks (RBs) depending on the available channel bandwidth. The bit rate and capacity of each RB are determined by the modulation and coding scheme (MCS) used in that RB. It needs to be mentioned that LTE standard imposes a restriction in that all the RB’s assigned to the same user in a given transmission time interval (TTI) must use the same MCS. The smallest radio resource unit that can be assigned by the scheduler to an UE is the scheduling block which is two adjacent RBs in TD and one sub-channel in FD. From here onwards the Resource Block (RB) refers to the scheduling block and the time slot refers to the length of the subframe (1 TTI). A Resource Block Group (RBG) consists of multiple adjacent RBs in a single time slot. In each 1 ms subframe, the MAC scheduler is responsible for allocating the RBs to one or more UEs according to the specific scheduling metric, and the TD or FD approach. In this work we consider nonpersistent scheduling, where the resource allocation is repeated at each subframe as opposed to the semi persistent scheduling for which the resource allocation remains valid for multiple subframes.

Fig. 2.

UEk

Time Domain approach

Frequency Domain approach

Resource Block Group Time

LTE frame structure.

Resource Allocation Type specifies the way in which the scheduler allocates RBs for each transmission. The actual version of ns-3 supports only Allocation Type 0, where first the scheduler divides RBs in RBG, with a number of RBs in each group that depends on the system bandwidth. Then, each RBG is assigned to a UE according to the scheduling metric. For example, if we consider an overall cell bandwidth of 25 RBs, each RBG contains 2 RBs [14], thus the scheduler must assign for each time slot the 12 available RBGs to a user according to the scheduling metric, leaving the last RB unscheduled. When performing the scheduling decision, the MAC scheduler can make use of the CQI reported by each UE and used by the radio resource management to estimate the channel’s quality [14]. There are two possible estimations that each UE can perform: a wideband estimation, where a single CQI value is reported for the entire bandwidth, and the subband estimation, where the CQI is evaluated and reported for each RB. We assume that the TD scheduling approach makes use of the wideband CQI, while the FD implementation can access the information on the subband CQI. B. Spectral efficiency Denoting by γ the SINR of an UE, its spectral efficiency can be expressed as  γ η = log2 1 + , (1) Γ where Γ, sometimes referred to as SNRgap [15], accounts for the difference between the theoretical Shannon bound and the efficiency obtained by practical modulations [16]. For the downlink channel of LTE, Γ can be obtained from the target Bit Error Rate (BER) as [15]  ln 5 · BER Γ=− . (2) 1.5 The spectral efficiency is then mapped to the CQI according to Tab. I, where ηth defines the upper boundary of the interval within which CQI value does not change. We assume that each UE reports this CQI value to the eNodeB before the scheduling decision takes place [17]. It should be noted that a higher CQI value corresponds to a better channel. Fig. 3 shows the difference between the spectral efficiencies computed using Shannon upper bound (Γ = 1) and that given by (1) for a target BER = 5·10−5 (Γ ≃ 5.53). We also plot the discrete version of the spectral efficiency, obtained from Tab. I.

9

system, when varying the channel conditions and the number of users. As mentioned, each scheduling algorithm offers a different balance between the overall spectral efficiency of the cell, and the service offered to each user. Therefore, the comparison will be performed considering a set of performance indexes, both at the MAC and transport layer. More specifically, we will analyze the cell throughput, defined as the aggregate throughput obtained by all the UEs in the cell, together with the Jain’s fairness index J, defined as [18] 2 PN i=1 xi J= . (3) P 2 N N i=1 xi

Shannon upper bound

8

LTE spectral efficiency Spectral efficiency η [bit/s/Hz]

7

LTE spectral efficiency rounded

6 5 4 3 2 1 0 −5

Fig. 3.

0

5

10 SINR (dB)

15

20

25

Spectral efficiencies as a function of the SINR. TABLE I.

S PECTRAL EFFICIENCY AND CQI MAPPING .

CQI ηth

0 0.15

1 0.23

2 0.38

3 0.6

4 0.88

5 1.18

6 1.48

7 1.91

CQI ηth

8 2.41

9 2.73

10 3.32

11 3.9

12 4.52

13 5.12

14 5.55

15 >5.55

The ns-3 implementation of the LTE network makes use of this version according to the standard specifications [17]. For the analysis that will follow, however, we assume the difference between the continuous and discrete spectral efficiencies to be negligible. C. Simulation scenario We consider a system in which a single eNodeB serves a population of N backlogged users where G¯i is the average rate experienced by user i when it is scheduled. We assume that eNodeB receives the CQIs from all UEs before a scheduling decision is performed. The eNodeB is also assumed to know the Signal to Interference-plus-Noise Ratio (SINR) distribution of each user exactly. However we also show later the effect of imperfect channel estimation on FTGS. This estimation of SINR distribution can, for example, be performed from the CQI feedback coming from different users in the system.

where xi is the throughput achieved by the ith UE. It should be noted that J = 1/N corresponds to the minimum fairness, while J = 1 indicates perfect fairness among the users in the system. In addition, we consider the statistical distribution of the inter-scheduling time, that is the time a UE is not scheduled for transmission. From this metric, we then estimate the mean and standard deviation of higher-layer packet service time, which is relevant for delay-sensitive applications. IV.

S CHEDULING

POLICIES

In this section we describe the scheduling policies considered in our analysis. We start by describing the TD version of the schedulers, where all RBGs are allocated to a single UE at each time slot. Successively, we extend the analysis to the FD case, where RBGs in the same time slot can be allocated to different UEs. A. TD versions of the scheduler The scheduling decision in the time domain decides which UE will get all the RBGs in the upcoming slot k. The decision is based on a priority metric that varies for the different scheduling algorithms. In the following, we describe the metric of the schedulers considered in this study. 1) Maximum Throughput Scheduler (MTS): As discussed earlier, opportunistic schedulers exploit instantaneous channel variations to maximize the cell throughput. One such algorithm is MTS that schedules the users with more favorable channel conditions. The associated scheduling metric is then iM T S (k) = arg max ri (k),

(4)

1≤i≤N

Within a single cell, LTE networks provide orthogonality among users, both in the downlink and uplink. This means that different users, served by the same eNodeB, are assigned different resources in order to avoid interference among them. In this work, since we assume a single eNodeB and a single cell, we are implicitly neglecting the presence of interference. However, since the analysis and the scheduling algorithm can still be applied in the presence of interference, we use the term SINR even for the single cell scenario. Finally, we consider a path loss channel model affected by either flat or frequency selective fading, and by additive white Gaussian noise. D. Performance Metrics The purpose of this study is to compare the different scheduling policies for the downlink channel of an LTE

where ri (k) is the instantaneous rate of user i in time slot k, and it depends on the wideband CQI. It is worth remarking that MTS can achieve the maximum cell throughput but, if the average SINR distributions of different users are extremely unbalanced, it could result in the starvation of UEs experiencing bad channel conditions. 2) Blind Equal Throughput scheduler (BETS): On the other hand, BETS guarantees equal throughput among all users in the system. The scheduling metric for BETS is defined as follows [2] 1 iBET S (k) = arg max , (5) ζ (k) 1≤i≤N i where ζi (k) is the past average throughput of the i-th UE at time slot k, which is given by (see [14]) ζi (k) = β · ζi (k − 1) + (1 − β) · ri (k),

(6)

where β ∈ [0, 1]. It should be noted that BETS is a channelunaware scheduler, and thus it is not very efficient in terms of cell throughput. Due to its simplicity, the long-term throughput achieved by BETS can actually be computed in a closed form, as explained in Appendix A-III. 3) Proportional Fair scheduler (PFS): PFS can improve the cell throughput by incorporating channel conditions in the BETS. This can be observed in the following scheduling metric of the PFS, where current rate is considered in addition to the past throughput: iP F S (k) = arg max 1≤i≤N

ri (k) . ζi (k)

(7)

4) Fair Throughput Guarantees scheduler (FTGS): In the literature, many priority based opportunistic schedulers have been proposed, where different priorities are given to UEs based on certain fairness criteria. FTGS is one such scheduler, which was originally proposed in [5] in the TD version. The scheduling metric of the FTGS is given as iF T GS (k) = arg max 1≤i≤N

ri (k) , αi

(6), but replacing ri (k) with ri (k)/M , where M is the number of RBGs that can be separately allocated in that time slot. The new throughput is compared with the average throughput ζi (k) of the other UEs. The scheduler keeps allocating RBGs to the same UE until its expected throughput is no longer the smallest. The strategy is then applied to the new UE with the lowest ζi (k), until all RBGs are allocated. For what concerns FTGS, we observe that the rationale to derive the coefficients {αi } can be extended to the frequency domain. This is of particular interest when a frequency selective channel is considered. In this context, making use of the subband CQI, the eNodeB can guarantee more fair scheduling while improving the cell throughput. If we take the channel to be frequency selective, with each subband assumed to be narrow enough to be considered frequency-flat, the SINR is still exponentially distributed, and the αi values obtained in Tab. IV are valid and can be reused. Otherwise, the optimization problem can be solved again according to the new SINR distribution and a new set of αi ’s can be obtained. The FTGS scheduling metric for the FD approach becomes ˆiF T GS (k, l) = arg max ri (k, l) , αi 1≤i≤N

(8)

where αi is a constant assigned to user i, which is chosen such that the scheduler maximizes the throughput guarantees of all UEs within a time window TW . These constants depend on the SINR distributions of the users, such that a user with poor average channel conditions, i.e., lower average SINR, is given higher priority compared to users with better average channel conditions. It should be noted that, when all the users have equal average SINR distributions, αi = α ∀i, then the FTGS reduces to MTS. The set of coefficients {αi } in (8) is obtained by solving an optimization problem. We report in Appendix A-I the derivation of the coefficients, along the same lines as [5], but taking into account the practical aspects of LTE system related to resource allocation. B. FD generalization of the schedulers So far, we have assumed that all the RBGs in a slot have to be assigned to a single UE. We here consider the possibility of scheduling multiple UEs in the same time slot by assigning one single RBG at a time. We then denote by ri (k, l) the rate that user i can get from RBG l at slot k. The FD versions of the MTS and PFS can then be obtained by changing the priority indexes as follows: ˆiM T S (k, l) = arg max ri (k, l)

(9)

ˆiP F S (k, l) = arg max ri (k, l) ζi (k) 1≤i≤N

(10)

1≤i≤N

The FD version of BETS is based on the same principle of the TD version, that is providing equal throughput to all UEs. The only difference is that RBGs are allocated one at a time, and the throughput of each UE shall be updated accordingly. More specifically, the UE with the lowest past average throughput is selected, and assigned the first RBG. The expected throughput of this UE is then calculated using

(11)

The FD implementation achieves higher granularity at the cost of higher implementation complexity. It is, therefore, important to investigate the trade-off between system improvement due to FD approach and increased computational complexity and signaling cost. This complexity not only comes from the scheduler, in the eNodeB, that needs to provide flexible allocation in the frequency domain, but also from the UE, that needs to measure the CQIs for each subband, instead of reporting a single value for the entire bandwidth. We argue that the improvements brought by the FD implementation depend on the frequency selectivity of the channel, that is, the channel dispersion. A parameter that is normally used to define the channel dispersion is the root-mean square (rms) delay spread, τrms , which corresponds to the secondorder central moment of the channel impulse response [19], that is q  2 τ¯2 − τ¯ , (12) τrms =

with

n

τ¯ =

PN

2 n i=1 E |gi | τi , PN 2 i=1 E [|gi | ]





(13)

  where τi is the delay of the i-th subband, and E |gi |2 is its average statistical power with E [.] denoting the expectation.

We then expect that the higher τrms , the larger the gain of the FD schedulers over their TD counterparts, whereas for low values of τrms (almost flat channels), the two approaches are expected to exhibit similar performance. To confirm our intuition, both the TD and FD implementations will be tested on channels with different dispersion indexes. V.

S IMULATION S ETUP

To assess the performance of the schedulers in different environments, the Network Simulator version 3.20 (ns-3) has been used, which is, at the time of writing, the latest release.

TABLE II.

S YSTEM PARAMETERS SETTING .

Parameter Number of RBs Bandwidth RBG size Downlink EARFCN AMC Model Pathloss model Fading model Error mode control Radio Link Control Mode Tx power of eNode Tx power of UEs Noise figure at eNode and UEs Transmission Time Interval TCP packet size

TABLE III.

Value 25 5 MHz 2 500 Piro Friis Trace based Deactivated Unacknoledged 30 dBm 23 dBm 5dB 1ms 1024 B

PARAMETERS FOR THE FREQUENCY SELECTIVE CHANNELS .

Pedestrian, τrms = 44 ns τi (ns) E[|gi2 |] (dB) 0 0.0 30 -1.0 -2.0 70 -3.0 90 120 -8.0 -17.2 190 -20.8 410

Vehicular, τrms = 256 ns τi (ns) E[|gi2 |] (dB) 0 0.0 30 -1.5 150 -1.4 310 -3.6 370 -0.6 710 -9.1 1090 -7.0 1730 -12.0 2510 -16.9

Urban, τrms = 990 ns τi (ns) E[|gi2 |] (dB) 0 -1.0 50 -1.0 120 -1.0 200 0.0 230 0.0 500 0.0 1600 -3.0 2300 -5.0 5000 -7.0

A default EUTRA-Absolute Radio Frequency Channel Number (EARFCN) of 500 is used, that corresponds to a carrier frequency of fc = 2.16 GHz. We use the unacknowledged mode for the radio link control (RLC) layer and the adaptive modulation and coding (AMC) model proposed in [20] for ns-3. Various system parameters are summarized in Tab. II while the ones not reported have the default value which comes in standard ns-3 setting. The wireless link is modelled as a path loss plus fading channel. The ns-3 LTE module includes a trace-based fading model that makes use of pre-calculated traces to limit the computational complexity of the simulations [4]. All users share the same fading trace but with random starting point in order to have almost independent fading processes. We analyze the behaviour of different scheduling policies both for the flat fading and frequency selective channels, where the traces can be obtained by using MATLAB script that comes with the ns-3 release. We assume that the channel temporal correlation follows Jakes’ model, and we denote with νd the Doppler spread. The users’ speeds can be modified to simulate fast and slow fading environments where, as we will see later in the paper, the delay experienced by a packet is subject to great variations. Frequency selective Rayleigh channels have been generated as proposed by the 3GPP [21]. More specifically, we considered the power delay profiles reported in Tab. III, which refer to pedestrian, vehicular, and urban environments, with τrms being 44 ns, 356 ns, and 990 ns, respectively. Unless otherwise specified, simulations are carried out by considering N = 10 static UEs, with average SNR values {¯ γi } as reported in the first column of Tab. IV (the values in the other columns will be described later). The linear mean of such values is here referred to as mean cell SINR, which is given

TABLE IV.

AVERAGE SINR AND FTGS PARAMETERS OF USERS . i 1 2 3 4 5 6 7 8 9 10

γ ¯i,dB 10.0000 11.7041 12.9248 13.8766 14.6568 15.3180 15.8917 16.3984 16.8521 17.2628

αi 2.9899 3.7867 4.3845 4.8634 5.2634 5.6070 5.9083 6.1768 6.4190 6.6397

p(i) 0.1490 0.1235 0.1099 0.1012 0.0951 0.0904 0.0868 0.0838 0.0812 0.0791

¯ i /W R 2.5114 3.0292 3.4031 3.6950 3.9342 4.1365 4.3117 4.4662 4.6043 4.7291

by µdB = 10 log10

! N 1 X γ¯i . N i=1

(14)

It may be worth remarking that µdB depends on the position of the UEs with respect to the center of the cell, and it will be used in the following to compare scenarios with different UEs’ location. With reference to the values in Tab. IV, the mean cell SINR turns out to be µdB = 15 dB. Simulations have been carried out by considering both saturated UDP traffic sources (that is saturated traffic at the MAC layer) and saturated TCP sources that generate traffic toward each UE. Each simulation lasts for 60 seconds of simulated time, enough to average out the fading fluctuations and achieving an excellent statistical confidence.2 VI.

N UMERICAL

RESULTS

In this section we present the simulation results for the TD and FD version of the four schedulers under different fading conditions. We initially consider a flat fading channel, in which TD and FD approaches perform exactly the same, because of the lack of diversity in the frequency dimension. Therefore, we present results for TD schedulers only. Successively, we consider different frequency selective channels, and simulate both the TD and FD versions of the schedulers. A. Flat fading channel To begin with, we analyze the parameters used by the FTGS scheduler in this scenario, which are reported in the second and third column of Tab. IV, while the rightmost column gives the expected rate of each UE when it gets scheduled, as for (A-5), normalized to the channel bandwidth W . We see that, as expected, the access probability p(i) is lower for users with better channel conditions, that is larger γ¯i , which are then scheduled more rarely in order to leave more resources to users with bad channel. The average spectral efficiency of the i-th UE can be obtained as ¯i p(i) · R = 0.374 , (15) W which is equal for all users, since we assume identical throughput guarantees. At the same time, FTGS shall be able to increase the cell efficiency by opportunistically exploiting the channel variations in the short term. η¯ =

2 Since the 95% confidence interval is generally very narrow, it has been omitted from the figures to reduce clutter.

TABLE V.

Cell throughput (Mbit/s)

12 10

BETS

8

PFS

νd [Hz]

6

120

6

120

6

120

4

P [δ = 1]

0,044

0,032

0,956

0,501

0,210

0,356

2

MTS

PFS

BETS

FTGS

MTS

PFS

BETS

FTGS

TCP

UDP

1 Jains fairness index

FTGS

6

0

0.99 0.98 0.97 0.96 0.95

PFS

BETS

FTGS

PFS

BETS

FTGS

TCP

UDP

Fig. 4. Average cell rate (Mbit/s) and Jain’s fairness index achieved by the four considered schedulers, using a flat fast fading channel (νd = 120 Hz). 1.4 Min throughput Max throughput

1.2 UDP Max/Min UE throughput

P [δ = 1] FOR DIFFERENT SCHEDULERS UNDER DIFFERENT FADING CONDITIONS .

To gain more insight on the performance of the schedulers (PFS, BETS and FTGS), we report in Fig. 5 the worst and the best users in terms of the experienced average throughput. It can be seen that FTGS is indeed able to provide similar throughput to all the users in the system, irrespective of their γ¯ . PFS, on the other hand, exhibits a larger gap between the average throughput experienced by the different UEs, with a clear penalization of the UEs with worse channel conditions. Another aspect of interest is the inter-scheduling time at MAC layer of an UE, which is here defined as the time interval between two consecutive scheduling instants of the UE. In [10], authors have shown that the inter-scheduling time at the MAC layer can have adverse effects on the TCP congestion control mechanism. Furthermore, inter-scheduling time is related to the delay experienced by users that try to access the channel, and can have a strong impact on real time applications, where delay plays a major role in determining the quality of experience of the final user.

1

0.8

0.6

0.4

0.2

0

to UDP traffic. This is because an UE is not considered for scheduling until the eNodeB receives an acknowledgement for the previous data from this UE. The population of users is therefore not constant over time for the TCP case. Compared to the MAC-saturated scenario, FTGS is thus not able to provide perfect fairness to all users.

PFS

BETS Scheduler considered

FTGS

Fig. 5. Minimum and Maximum average throughput per UE achieved by the 4 considered schedulers, using a flat fast fading channel (νd = 120 Hz) and an UDP saturated traffic.

To investigate these properties, we report in Fig. 4 the throughput and the fairness achieved by the TD version of the different schedulers, both for UDP and TCP saturated traffic, considering a flat fast-fading channel with Doppler spread νd = 120 Hz. Note that, to better appreciate the comparison between the fairness performance of PFS, BETS, and FTGS, we removed from the lower plot of Fig. 4 the results for MTS, whose Jain’s fairness index is significantly lower than that of the other algorithms, being approximately equal to 0.62 and 0.82 for the MAC and TCP cases, respectively. From Fig. 4 we can observe that, as expected, the opportunistic nature of MTS yields the best results in terms of aggregate cell throughput, both for UDP and TCP traffic. Conversely, the channel-agnostic approach of BETS yields the highest fairness in both scenarios, but the overall cell throughput is considerably reduced. FTGS and PFS, instead, perform fairly well both in terms of throughput and fairness, with an apparently small advantage of FTGS over PFS. From the fairness plot in Fig. 4, we can note that the fairness obtained with TCP traffic is slightly reduced as compared

Since FTGS scheduling decision depends on the channel variations, we argue that in case of slow fading, the interscheduling time could be considerably long. The TD approach exhibits higher inter-scheduling time, because all resources in the same TTI are allocated to the same user. In FD approach, instead, different users can be allocated different RBs in the same TTI, leading, on average, to shorter inter-scheduling time, but also smaller transmit capacity at each scheduling event. It is therefore of interest to evaluate the inter-scheduling time in different channel conditions. The inter-scheduling time has been analyzed assuming the TD approach for FTGS, PFS and BETS, and considering a flat fading Rayleigh channel in both a vehicular (νd = 120 Hz) and a pedestrian (νd = 6 Hz) scenario. We carry out a worst-case analysis by considering the inter-scheduling time of the UE which is scheduled less frequently. Once again, we omit MTS from this comparison since, with this algorithm, the inter-scheduling time of the worst user is much larger than that of the other schedulers. Let δ denote the random variable that models the (worstcase) inter-scheduling time for a certain scheduler. From the simulation results, we observed that the empirical statistical distribution of δ exhibits a peak at the Time Slot duration, i.e., 1 ms, meaning that the scheduling of each UE occurs in a bursty manner, with runs of slots assigned to the same UEs, followed by periods during which other UEs are served. In particular Tab. V shows P [δ = 1] for the different con-

10

1 0.9

0.7

ECDF

0.6 0.5 0.4 0.3 PFS, 3km/h

8 FD version

7 TD version

6

5

PFS, 60km/h

0.2

BETS, 3km/h BETS, 60km/h

0.1

4

FTGS, 3km/h FTGS, 60km/h

0

Aggregate UDP cell throughput [Mbit/s]

9 0.8

1

10

2

10

3

10

MTS

PFS BETS FTGS Pedestrian

MTS

PFS BETS FTGS Vehicular

MTS

PFS BETS FTGS Urban

MAC interscheduling time (ms)

Fig. 6. Conditional ECDF of the inter-scheduling time δ, given that δ > 1 ms, for the TD version of FTGS (▽), BETS () and PFS (◦). Dashed lines: slow flat fading channels (νd = 6 Hz); solid lines: fast flat fading channel (νd = 120 Hz).

Fig. 7. Aggregate cell throughput for the FD (white bar) and TD (coloured bar) versions of MTS, PFS, BETS and FTGS, with three different frequency selective channels.

B. Frequency selective channel sidered schedulers under a slow and fast fading environment. For FTGS in both environment the probability is significant, from which is clear the attitude of FTGS to allocate resources in a very bursty manner. For BETS the fading environment is not very relevant, and the considered probability is small enough to relate BETS to Round Robin Polling, which always assigns resources to different users in consecutive time intervals. Finally PFS lies in the middle between the two. To appreciate the impact of fading for FTGS, it is hence interesting to investigate the tail of such a distribution. To this end, we report in Fig. 6 the conditional empirical cumulative distribution function (ECDF) of δ, given that δ > 1 ms. This conditional ECDF captures the statistical distribution of the time between runs of slots allocated to the UE, which is a lower bound of the packet service time at the data link layer (DLL). In Fig. 6 we plot results both in the case of slow (dashedlines) and fast (solid lines) flat fading channels. We see that the conditional statistical distribution of the inter-scheduling time of BETS is not strongly influenced by the dynamics of the fading process, as expected given the channelagnostic scheduling policy applied by the algorithm. PFS interscheduling time exhibits a more pronounced dependence on the fading process, because the scheduling policy also considers the current channel status of UEs. Nonetheless, in most of the cases, δ does not exceed 110 ms. The UEs scheduling order imposed by FTGS, instead, is more sensitive to channel variations, so that the inter-scheduling time tail distribution changes quite significantly for fast and slow channels. We can indeed observe that, while with fast fading the FTGS maximum δ is comparable with that of the other algorithms, with slow fading there is a non negligible probability that δ exceeds 1 s. In this case, the packet service time at the MAC layer can sporadically become very large, making this scheduler unsuitable for real time applications. As we will see in the next section, however, the FD version of the scheduler can dramatically improve this performance index in frequency selective channels.

We now turn our attention to frequency selective channels, for which we compare the performance of TD and FD versions of the schedulers to determined whether the increased computational complexity of FD is payed back in terms of significant performance gain or not. Fig. 7 shows the aggregate cell throughput achieved by the FD and TD versions of the MTS, PFS, BETS and FTGS, with saturated UDP sources, for the three channel models (Pedestrian, vehicular and Urban) described in detail earlier in Sec. V. Fig. 8 reports the corresponding fairness index for PFS, BETS and FPGS, while MTS’s results are omitted being significantly lower than the others. Comparing Fig. 7 with Fig. 4, we observe a general throughput loss with respect to the flat fading case, which is only partially compensated by the introduction of the FD version of the algorithms. Furthermore, we note that the performance gap between the FD and TD versions of each scheduler widens for scenarios with higher channel dispersion. As expected, the MTS achieves the highest throughput, at the cost of a very low fairness (not reported in the paper). Moreover, we note that PFS performs better when the channel is more dispersive, consistently with [22]. PFS throughput can in fact be expressed as the sum of two terms: the first models the throughput achieved using a Round Robin Scheduler (RRS), while the second is the improvement brought in by the opportunistic approach used by PFS, which is positively correlated to the channel dispersion. PFS, therefore, performs better in severe fading environments. On the other hand, the opportunistic based scheduling policies (such as MTS and FTGS) achieve higher throughput in almost-flat channel environments, where τrms is smaller. From Fig. 8, we can see that both the TD and FD versions of BETS achieve perfect fairness. Conversely, the fairness of the TD versions of PFS and FTGS degrade for highly dispersive channel, though FTGS still performs better than PFS. This loss is likely due to the errors in the channel rate estimate in which the TD versions of the schedulers incur by using the wideband CQI in strongly frequency-selective channels. Conversely, the FD versions of the algorithms make

1

40

0.995

35

0.99

30 i

D

Mean DLL service time, m [ms]

TD version FD version

Jains fairness index

0.985 0.98 0.975 0.97

25

20

15

10

0.965 5

FD version

0.96 0

0.955

1

2

3

4

5 6 User index, i

7

8

9

10

TD version

0.95

PFS BETS FTGS Pedestrian

PFS

BETS FTGS Vehicular

PFS

BETS FTGS Urban

Fig. 9. mDi for the TD and FD approach, over a time dispersive channel with Doppler spread 120 Hz.

Fig. 8. Jain’s fairness index for the FD (white bar) and TD (coloured bar) versions of PFS, BETS, and FTGS, with three different frequency selective channels.

45 TD version FD version

i

35

D

Std. dev. of the DLL service time, σ [ms]

40

use of the subband CQIs, thus correctly estimating the rate of each single RBG and, hence, better distributing the resources according to the respective utility functions. The finer granularity in the resource allocation offered by the FD approach also affects the statistical distribution of the inter-scheduling time δ. As noticed in the previous section, this performance index is particularly critical for FTGS, which will hence be the only algorithm considered in the following. While it is easily predictable that the possibility of scheduling multiple UEs in the same time slot will generally reduce δ, and compact its ECDF, the effect of FD on the DLL packet service time is less obvious, because the increased scheduling frequency of each UE comes together with a more fractioned amount of allocated resources. To shed some light on these aspects, we introduce the DLL service time Di , which is defined as the time that the i-th UE takes to complete the transmission of the head-of-line DLL packet. In Appendix A-II we derive approximate expressions of the mean mDi and standard deviation σDi of Di as functions of the empirical distribution of the inter-scheduling time δ and of the amount of bits sent at each scheduling event. Fig. 9 and Fig. 10 report mDi and σDi , respectively, for each user i, in a vehicular scenario, assuming DLL packets of L = 4096 bytes. Since FTGS guarantees the same long term throughput to all users, both the TD and FD versions of the scheduler yield approximately the same mDi for each i, irrespective of γ¯i . However, we note that the FD version of FTGS dramatically decreases σDi , thus offering a more predictable service time to the upper layers. As a side note, we observe that σDi is slightly higher for users with better average channel conditions (i.e., larger γ¯i ), which are indeed scheduled more rarely. C. Analysis of the opportunistic gain of FTGS The performance analysis carried out so far shows that FTGS is capable of providing high fairness among the UEs, while opportunistically exploiting channel variations to increase the cell throughput. In this section we attempt to quantify such an opportunistic gain when the users average SINRs are more disparate. As benchmark, we consider the performance of BETS, which guarantees equal long-term

30 25 20 15 10 5 0

1

2

3

4

5 6 User index, i

7

8

9

10

Fig. 10. σDi for the TD and FD approach, over a time dispersive channel with Doppler spread 120 Hz.

throughput to all users, but without considering the current rates of the different RBGs in the scheduling policy. The analytical expressions of BETS cell throughput and spectral efficiency are derived in Appendix A-III. We hence define the opportunistic gain as η φ = F T GS − 1. ηBET S

(16)

where ηF T GS is the cell spectral efficiency achieved by FTGS, which is obtained from simulations, while ηBET S is the cell spectral efficiency of BETS as given by (A-22). In all previous results, UEs were located in the LTE cell in order to experience average SINRs in the interval [10, 17.26] dB, as reported in Tab. IV, with mean cell SINR µdB = 15 dB. We now investigate the FTGS performance when varying the span ∆ of SINRs interval. More precisely, we fix the maximum SINR to γ¯max = 25 dB and progressively decrease the minimum SINR, thus enlarging ∆ and varying the mean cell SINR, µdB . Note that the SINRs are equally spaced in linear scale, thus resulting in a logarithmic distribution over the interval in dB scale. In Fig. 11 we report the opportunistic gain φ when varying µdB , and for an increasing number of N of UE in the cell. From the figure, it is apparent that the opportunistic gain of FTGS is larger when users average SINRs are more disparate, since in this condition a channel-aware policy can partially compensate for the worse channel conditions of the more unlucky users. Furthermore, the opportunistic gain increases when the population of users in a given SINR range grows,

8.7

N increasing Φ

0.4

0.3

0.2

8.6

Rayleigh Rice 1 Rice 2

0.998 8.5

0.997 Jains fairness index

0.5

1 0.999

Aggregate UDP cell throughput [Mbit/s]

N=3 N=6 N=8 N=10 N=12

0.6

8.4

8.3

0.996 0.995 0.994 0.993

8.2

0.992 8.1 0.991 0.99

8

0.1 19

20

21 22 Average cell SINR, µ dB

23

24

Fig. 11. Cell spectral efficiency gain of FTGS over BETS when varying µdB , with γ ¯max = 25 dB.

thus making the opportunistic policies particularly interesting when the number of users is large [23]. D. Robustness of FTGS to imperfect channel estimation Throughout this work we have assumed that the eNodeB computes the FTGS parameters under the assumption that the different signals are affected by Rayleigh fading. To evaluate the robustness of FTGS, we assume that this estimation was wrong and different signals are in fact affected by Rician fading. It is interesting to evaluate the performance loss incurred by FTGS under this scenario3 . We hence generated two new fading traces, named Rice1 and Rice2, using the vehicular power delay profile described in Tab. III, but adding a strong line-of-sight (LOS) component in the first path for Rice1, and in the first, second and third paths for Rice2. The remaining paths were still assumed to be affected by Rayleigh fading. The Rice factors of the paths affected by Rician fading were set to K1 = 20 dB in Rice1, and K1 = 10 dB, K2 = K3 = 0 dB in Rice2. Fig. 12 shows the cell aggregate throughput and the Jain’s fairness index for the three channel models, namely Rayleigh, Rice1 and Rice2. We can see that the performance loss of FTGS in presence of strong LOS components in the received signals is insignificant in terms of fairness, and quite limited for the throughput, so that we can conclude that the scheduler is rather robust to different fading models. VII.

C ONCLUSIONS

AND

F UTURE

WORKS

Fig. 12. Cell throughput and Jain fairness index in case of Rayleigh and Rice channels.

has knowledge of the users’ SINR distribution, it can perform the scheduling decision increasing the system fairness without loosing too much in terms of throughput. The perfect knowledge of the SINR distribution is a strong assumption (although it could be estimated using the CQI feedback), and a dynamic implementation using a real time channel estimation could be subject for future studies. Anyhow we have shown that the scheduler is robust to a certain degree against the wrong estimations of the SINR distribution. In addition to implementing the time domain version of the FTGS in ns-3, a frequency domain extension of the algorithm has also been proposed and implemented, showing a significant increase of the performance both in terms of throughput and fairness for dispersive frequency selective channels. The impact of the scheduling algorithm so chosen on the delay sensitive applications is also studied by analyzing the inter-scheduling time. It is observed that the FD version of the FTGS can substantially reduce the inter-scheduling as compared to the TD version. Finally the impact of the SINR distribution on the overall system performance has also been analyzed, showing that the algorithm can be sub-optimal if equal throughput guarantees are promised also to the users experiencing low average SINR. The equal throughput guarantee scheduler hence needs to be tuned for such a scenario and is the subject matter for future work.

APPENDIX A-I.

O PTIMIZATION

PROBLEM DERIVATION

In this work, a QoS-oriented scheduler (the Fair Throughput Guarantee Scheduler (FTGS)) which provides throughput guarantees to different users has been implemented and tested on LTE networks. A performance analysis is then carried out for the full buffer UDP and TCP traffic sources under both flat and frequency selective fading. It is shown, by comparing it with the existing well known schedulers, that if the scheduler

The aim of the TD version of FTGS is to provide the same long-term throughput to all UEs, while exploiting the channel variability to increase the aggregate cell throughput. Then, considering an arbitrarily long time interval TW , the amount of bits that each UE shall be able to receive can be expressed as ¯i, (A-1) B = Ti R

3 Actually, the algorithm can be adjusted to other fading distributions but, in this case, the eNodeB shall be able to estimate the most suitable statistical model for the channel from the CQI values returned by the UEs, which is an error-prone and time/resource consuming process.

where Ti is the time allocated to user i in the time window TW , and R¯i is the average rate experienced by user i when it is scheduled. Furthermore, assuming that the system is work

conserving, we require N X

Ti = TW .

(A-2)

i=1

Denoting by p(i) the access probability of the i-th UE, i.e., the fraction of the time user i is scheduled within the time window, (A-1) can also be expressed as ¯i . B = p(i)TW R

(A-3)

The objective is then to find the scheduling probabilities {p(i)} for which B is maximized. We observe that, by combining (A-1)-(A-3), we get 1 PN ¯ −1 , ¯ Ri j=1 Rj

p(i) =

The conditional expectation of Si given i is then equal to Z ∞ R¯i = αi (A-12) spSi (s|i)ds, 0

from which we obtain Z N Y αi ∞ PSj (s)ds. s · pSi (s) p(i) = ¯ Ri 0 j=1,j6=i

By combining (A-4), (A-10), and (A-13) we finally get a set of 3N independent equations in 3N unknowns, namely ¯ i , p(i)}, i = 1, 2, ..., N , which can be solved using {αi , R standard numerical tools [5].

(A-4) A-II.

¯i. so that we need first to find a proper expression for R The average rate experienced by user i when scheduled can then be expressed as follows, Z ∞  γ ¯i = W R log2 1 + pγ (γ|i)dγ, (A-5) Γ 0

where pγ (γ|i) is the probability density function (PDF) of the SINR given that user i is scheduled, and W is the available bandwidth. Assuming a Rayleigh fading channel, and denoting by γ¯i the average SINR for user i, the cumulative distribution function (CDF) of the channel SINR is given by Pγi (x) = P [γi ≤ x] = 1 − e−x/γ¯i .

(A-6)

DLL

We now define a new random variable (r.v.) Si , Ri /αi where Ri is the r.v. that describes the instantaneous rate of user i. Therefore, Si models the priority metric used by the algorithm, as for (8). The maximum value of Si with SINR γ is given by   Si (γ) =

γ Γ

αi

.

PACKET SERVICE TIME STATISTICS

We here derive approximate expressions for the first and second order moments of the data link layer (DLL) service time D for a packet of L bits, as functions of the empirical mean and variance of the inter-scheduling time δk , and of the number of bits bk transmitted by the tagged UE at the kth scheduling event. The statistical or empirical mean and variance of the generic random variable x will be denoted by mx and σx2 , respectively. Let N denote the number of scheduling events PNtaken by the UE to transmit the DLL packet. We have Y = k=1 bk ≥ L . For simplicity, we assume {bk } are independent and identically distributed random variables. We hence have mY = mN mb ,

W log2 1 +

2 and σY2 = mN σb2 + σN m2b

mY = L + mP = L +

(A-7)

(A-8) PSi (s) = P [Si (γ) < s] = 1 − ec/¯γ , αi s  where c = Γ 1 − 2 W . The corresponding PDF is then equal to ln(2)αi pSi (s) = (Γ − c)ec/¯γ . (A-9) W γ¯i Since Si is the scheduling metric of FTGS, we can express the access probability of user i as

j6=i



pSi (s)

0

N Y

PSj (s)ds.

j=1,j6=i

(A-10) Now, using Bayes’ rule, we get the PDF of Si given that user i is scheduled as pSi (s|i) =

pSi (s) p(i)

N Y

j=1,j6=i

PSj (s).

(A-11)

(A-14)

Let P denote the bits allocated to the UE in excess of L, so that Y = L + P . We model P as a random variable uniformly distributed in [0, b). Thus, we get mb , 2

and σY2 = σP2 =

m2b + 4σb2 . 12 (A-15)

Replacing (A-15) into (A-14) we get

The CDF of Si using (A-6) is given by

i Z h p(i) = P Si > max Sj =

(A-13)

2 mN = L + 0.5 and σN =

mN σb2 m2b + 4σb2 − . (A-16) 12 m2b m2b

Now, PN the packet service time D can then be expressed as D = k=1 δk from which mD = mN mδ ,

2 2 and σD = mN σδ2 + σN m2δ .

(A-17)

Using (A-15) into (A-17) we get an estimate of the mean and variance of D in terms of the empirical mean and variance of δ and b. A-III.

L ONG - TERM THROUGHPUT

OF

BETS

We consider N users with average SINR {¯ γi }, i = 1, 2, ..., N . Furthermore, we assume that the received signals are affected by independent Rayleigh fading processes, so that the SINR experienced by user i on any RBG can be expressed as γi = ε¯ γi , where ε is an exponentially distributed random variable of unit mean. Since the resource allocation criterion

of BETS does not account for γi , the average rate experience by user i any time it gets scheduled can be expressed as !# "   Γ Γ ε¯ γ i γ ¯i ¯ = B log2 (e)e Ei Gi = B E log2 1 + Γ γ¯i (A-18) where B is the bandwidth of each RBG and E (x) = i R ∞ −t (e /t)dt is the exponential integral function. x

For ease of explanation, we consider the TD version of the scheduler, though the reasoning can be straightforwardly extended to the FD versions. Since BETS is designed to provide long-term fairness, in a sufficiently long time interval T , all users will transmit an equal amount of bits B. Hence, the total time allotted to user i in the time window T will hence ¯ i for all i ∈ {1, . . . , N }. Therefore, we be equal to Ti = B/G get N N X X B Ti = T = (A-19) ¯i . G i=1

i=1

[10]

[11]

[12]

[13]

[14] [15]

[16]

[17]

from which we obtain B = PN

[18]

T ¯

i=1 (1/Gi )

.

(A-20) [19]

Finally, the cell throughput can be computed as SBET S =

N NB = PN , ¯ T i=1 (1/Gi )

[20]

(A-21) [21]

and the corresponding cell spectral efficiency is ηBET S

N log2 (e) S   . = = P −1 N − γ¯Γ  Γ B i − e E i i=1 γ ¯i

[22]

(A-22)

[23]

R EFERENCES

[1]

[2]

[3]

[4] [5]

[6]

[7]

[8]

[9]

Ericsson, “Ericsson Mobility Report,” http://www.ericsson.com/res/docs/2014/ericsson-mobility-report-june-2014.pdf/, 2014, [Online; accessed 25-August-2014]. F. Capozzi, G. Piro, L. A. Grieco, G. Boggia, and P. Camarda, “Downlink Packet Scheduling in LTE Cellular Networks: Key Design Issues and a Survey.” IEEE Communications Surveys and Tutorials, vol. 15, no. 2, pp. 678–700, 2013. W. K. Wong, H. Y. Tang, and V. C. M. Leung, “Token bank fair queuing: a new scheduling algorithm for wireless multimedia services.” Int. J. Communication Systems, vol. 17, no. 6, pp. 591–614, 2004. “Lena module design documentation for ns3,” http://www.nsnam.org/docs/models/html/lte-design.html, July 2014. J. Rasool, V. Hassel, S. de la Kethulle de Ryhove, and G. E. Øien, “Opportunistic scheduling policies for improved throughput guarantees in wireless networks,” EURASIP J. Wireless Comm. and Networking, vol. 2011, p. 43, 2011. B. Wang, J. Kurose, P. Shenoy, and D. Towsley, “Multimedia Streaming via TCP: An Analytic Performance Study,” ACM Trans. Multimedia Comput. Commun. Appl., vol. 4, no. 2, pp. 16:1–16:22, May 2008. D. Zhou, N. Baldo, and M. Miozzo, “Implementation and validation of LTE downlink schedulers for ns-3,” in Proceedings of the 6th International Conference on Simulation Tools and Techniques (ICST), ser. SimuTools ’13, 2013, pp. 211–218. D. Zhou, W. Song, N. Baldo, and M. Miozzo, “Evaluation of TCP performance with LTE downlink schedulers in a vehicular environment.” in IEEE IWCMC, 2013, pp. 1064–1069. N. Shojaedin, M. Ghaderi, and A. Sridharan, “TCP-aware scheduling in LTE network,” in IEEE WowMoM, 2014.

T. E. Klein, K. K. Leung, and H. Zheng, “Improved TCP performance in wireless IP networks through enhanced opportunistic scheduling algorithms.” in IEEE GLOBECOM, 2004, pp. 2744–2748. R. Kwan, C. Leung, and J. Zhang, “Proportional fair multiuser scheduling in LTE,” IEEE Signal Processing Letters, vol. 16, no. 6, pp. 461– 464, June 2009. J. Niu, D. Lee, X. Ren, G. Li, and T. Su, “Scheduling exploiting frequency and multi-user diversity in LTE downlink systems,” in IEEE International Symposium on Personal Indoor and Mobile Radio Communications (PIMRC), Sept 2012, pp. 1412–1417. A. Biernacki and K. Tutschku, “Comparative performance study of LTE downlink schedulers.” Wireless Personal Communications, vol. 74, no. 2, pp. 585–599, 2014. [Online]. Available: http://dx.doi.org/10.1007/s11277-013-1308-4 S. Sesia, I. Toufik, and M. Baker, LTE - The UMTS Long Term Evolution: From Theory to Practice, 2nd ed. Wiley, Sep. 2011. H. Seo and B. G. Lee, “A proportional-fair power allocation scheme for fair and efficient multiuser OFDM systems.” in IEEE GLOBECOM, 2004, pp. 3737–3741. J. Blumenstein, J. C. Ikuno, J. Prokopec, and M. Rupp, “Simulating the long term evolution uplink physical layer,” in 53rd International Symposium ELMAR-2011, Zadar, Croatia, September 2011. 3GPP TSG-RAN WG1, R1-081483 ed., Third generation partnership project, April 2008. R. K. Jain, D.-M. Chiu, and W. Hawe, “A quantitative measure of fairness and discrimination for resource allocation in shared computer system,” ACM Transaction on Computer Systems, 1984. N. Benvenuto and G. Cherubini, Algorithms for Communications Systems and Their Applications. Wiley, 2002. G. Piro, N. Baldo, and M. Miozzo, “An LTE module for the ns-3 network simulator.” in SimuTools, J. Liu, F. Quaglia, S. Eidenbenz, and S. Gilmore, Eds. ICST/ACM, 2011, pp. 415–422. 3GPP TS 36.104 version 8.3.0 Release 8, 8th ed., Third generation partnership project, November 2008. E. Liu and K. K. Leung, “Fair resource allocation under Rayleigh and/or Rician fading environments.” in IEEE PIMRC, 2008, pp. 1–5. R. Knopp and P. Humblet, “Information capacity and power control in single-cell multiuser communications,” in IEEE International Conference on Communications (ICC), vol. 1, Jun 1995, pp. 331–335.