A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
fdtbfq-ff-mac-scheduler.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2011 Centre Tecnologic de Telecomunicacions de Catalunya (CTTC)
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 * Author: Marco Miozzo <marco.miozzo@cttc.es>
7 * Modification: Dizhi Zhou <dizhi.zhou@gmail.com> // modify codes related to downlink scheduler
8 */
9
10#ifndef FDTBFQ_FF_MAC_SCHEDULER_H
11#define FDTBFQ_FF_MAC_SCHEDULER_H
12
13#include "ff-mac-csched-sap.h"
14#include "ff-mac-sched-sap.h"
15#include "ff-mac-scheduler.h"
16#include "lte-amc.h"
17#include "lte-common.h"
18#include "lte-ffr-sap.h"
19
20#include <ns3/nstime.h>
21
22#include <map>
23#include <vector>
24
25namespace ns3
26{
27
28/**
29 * Flow information
30 */
32{
33 Time flowStart; ///< flow start time
34 uint64_t packetArrivalRate; ///< packet arrival rate( byte/s)
35 uint64_t tokenGenerationRate; ///< token generation rate ( byte/s )
36 uint32_t tokenPoolSize; ///< current size of token pool (byte)
37 uint32_t maxTokenPoolSize; ///< maximum size of token pool (byte)
38 int counter; ///< the number of token borrow or given to token bank
39 uint32_t burstCredit; ///< the maximum number of tokens connection i can borrow from the bank
40 ///< each time
41 int debtLimit; ///< counter threshold that the flow cannot further borrow tokens from bank
42 uint32_t creditableThreshold; ///< the flow cannot borrow token from bank until the number of
43 ///< token it has deposited to bank reaches this threshold
44};
45
46/**
47 * \ingroup ff-api
48 * \brief Implements the SCHED SAP and CSCHED SAP for a Frequency Domain Token Bank Fair Queue
49 * scheduler
50 *
51 * This class implements the interface defined by the FfMacScheduler abstract class
52 */
53
55{
56 public:
57 /**
58 * \brief Constructor
59 *
60 * Creates the MAC Scheduler interface implementation
61 */
63
64 /**
65 * Destructor
66 */
67 ~FdTbfqFfMacScheduler() override;
68
69 // inherited from Object
70 void DoDispose() override;
71 /**
72 * \brief Get the type ID.
73 * \return the object TypeId
74 */
75 static TypeId GetTypeId();
76
77 // inherited from FfMacScheduler
78 /**
79 * Set FF MAC Csched SAP user function
80 * \param s the FF MAC Csched SAP user
81 */
83 /**
84 * Set FF MAC sched SAP user function
85 * \param s the FF MAC sched SAP user
86 */
88 /**
89 * Get FF MAC CSched SAP provider function
90 * \returns the FF MAC CSched SAP provider
91 */
93 /**
94 * Get FF MAC sched SAP provider function
95 * \returns the FF MAC Sched SAP Provider
96 */
98
99 // FFR SAPs
100 /**
101 * Set FFR SAP provider function
102 * \param s the FFR SAP provider
103 */
104 void SetLteFfrSapProvider(LteFfrSapProvider* s) override;
105 /**
106 * Get FFR SAP user function
107 * \returns the FFR SAP User
108 */
110
111 /// allow MemberCschedSapProvider<FdTbfqFfMacScheduler> class friend access
113 /// allow MemberSchedSapProvider<FdTbfqFfMacScheduler> claass friend access
115
116 /**
117 * Transmission mode config update function
118 * \param rnti the RNTI
119 * \param txMode the transmit mode
120 */
121 void TransmissionModeConfigurationUpdate(uint16_t rnti, uint8_t txMode);
122
123 private:
124 //
125 // Implementation of the CSCHED API primitives
126 // (See 4.1 for description of the primitives)
127 //
128
129 /**
130 * Csched cell config request function
131 * \param params the CSched cell config request parameters
132 */
134
135 /**
136 * CSched UE config request function
137 * \param params CSChed UE config request parameters
138 */
140
141 /**
142 * CSched LC config request function
143 * \param params the CSched LC config request parameters
144 */
146
147 /**
148 * CSched LC release request function
149 * \param params the CSChed LC release request parameters
150 */
152
153 /**
154 * CSched UE release request function
155 * \param params the CSched UE release request parameters
156 */
158
159 //
160 // Implementation of the SCHED API primitives
161 // (See 4.2 for description of the primitives)
162 //
163
164 /**
165 * Sched DL RLC buffer request function
166 * \param params the Sched DL RLC buffer request parameters
167 */
169
170 /**
171 * Sched DL paging buffer request function
172 * \param params the Sched DL paging buffer request parameters
173 */
176
177 /**
178 * Sched DL MAC buffer request function
179 * \param params Sched DL MAC buffer request parameters
180 */
182
183 /**
184 * Sched DL trigger request function
185 *
186 * \param params FfMacSchedSapProvider::SchedDlTriggerReqParameters&
187 */
189
190 /**
191 * Sched DL RACH info request function
192 * \param params the Sched DL RACH info request parameters
193 */
195
196 /**
197 * Sched DL CQI info request function
198 * \param params the Sched DL CQI info request parameters
199 */
201
202 /**
203 * Sched UL trigger request function
204 * \param params the Sched UL trigger request parameters
205 */
207
208 /**
209 * Sched UL noise interference request function
210 * \param params the Sched UL noise interference request parameters
211 */
214
215 /**
216 * Sched UL SR info request function
217 * \param params the Sched UL SR info request parameters
218 */
220
221 /**
222 * Sched UL MAC control info request function
223 * \param params the Sched UL MAC control info request parameters
224 */
227
228 /**
229 * Sched UL CQI info request function
230 * \param params the Sched UL CQI info request parameters
231 */
233
234 /**
235 * Get RBG size function
236 * \param dlbandwidth the DL bandwidth
237 * \returns the RBG size
238 */
239 int GetRbgSize(int dlbandwidth);
240
241 /**
242 * LC Active per flow function
243 * \param rnti the RNTI
244 * \returns the LC active per flow
245 */
246 unsigned int LcActivePerFlow(uint16_t rnti);
247
248 /**
249 * Estimate UL SNR function
250 * \param rnti the RNTI
251 * \param rb the RB
252 * \returns the UL SINR
253 */
254 double EstimateUlSinr(uint16_t rnti, uint16_t rb);
255
256 /// Refresh DL CQI maps function
257 void RefreshDlCqiMaps();
258 /// Refresh UL CQI maps function
259 void RefreshUlCqiMaps();
260
261 /**
262 * Update DL RLC buffer info function
263 * \param rnti the RNTI
264 * \param lcid the LCID
265 * \param size the size
266 */
267 void UpdateDlRlcBufferInfo(uint16_t rnti, uint8_t lcid, uint16_t size);
268 /**
269 * Update UL RLC buffer info function
270 * \param rnti the RNTI
271 * \param size the size
272 */
273 void UpdateUlRlcBufferInfo(uint16_t rnti, uint16_t size);
274
275 /**
276 * \brief Update and return a new process Id for the RNTI specified
277 *
278 * \param rnti the RNTI of the UE to be updated
279 * \return the process id value
280 */
281 uint8_t UpdateHarqProcessId(uint16_t rnti);
282
283 /**
284 * \brief Return the availability of free process for the RNTI specified
285 *
286 * \param rnti the RNTI of the UE to be updated
287 * \return the availability
288 */
289 bool HarqProcessAvailability(uint16_t rnti);
290
291 /**
292 * \brief Refresh HARQ processes according to the timers
293 *
294 */
296
298
299 /**
300 * Vectors of UE's LC info
301 */
302 std::map<LteFlowId_t, FfMacSchedSapProvider::SchedDlRlcBufferReqParameters> m_rlcBufferReq;
303
304 /**
305 * Map of UE statistics (per RNTI basis) in downlink
306 */
307 std::map<uint16_t, fdtbfqsFlowPerf_t> m_flowStatsDl;
308
309 /**
310 * Map of UE statistics (per RNTI basis)
311 */
312 std::map<uint16_t, fdtbfqsFlowPerf_t> m_flowStatsUl;
313
314 /**
315 * Map of UE's DL CQI P01 received
316 */
317 std::map<uint16_t, uint8_t> m_p10CqiRxed;
318
319 /**
320 * Map of UE's timers on DL CQI P01 received
321 */
322 std::map<uint16_t, uint32_t> m_p10CqiTimers;
323
324 /**
325 * Map of UE's DL CQI A30 received
326 */
327 std::map<uint16_t, SbMeasResult_s> m_a30CqiRxed;
328
329 /**
330 * Map of UE's timers on DL CQI A30 received
331 */
332 std::map<uint16_t, uint32_t> m_a30CqiTimers;
333
334 /**
335 * Map of previous allocated UE per RBG
336 * (used to retrieve info from UL-CQI)
337 */
338 std::map<uint16_t, std::vector<uint16_t>> m_allocationMaps;
339
340 /**
341 * Map of UEs' UL-CQI per RBG
342 */
343 std::map<uint16_t, std::vector<double>> m_ueCqi;
344
345 /**
346 * Map of UEs' timers on UL-CQI per RBG
347 */
348 std::map<uint16_t, uint32_t> m_ueCqiTimers;
349
350 /**
351 * Map of UE's buffer status reports received
352 */
353 std::map<uint16_t, uint32_t> m_ceBsrRxed;
354
355 // MAC SAPs
356 FfMacCschedSapUser* m_cschedSapUser; ///< Csched SAP user
357 FfMacSchedSapUser* m_schedSapUser; ///< sched SAP user
360
361 // FFR SAPs
362 LteFfrSapUser* m_ffrSapUser; ///< FFR SAP user
363 LteFfrSapProvider* m_ffrSapProvider; ///< FFR SAP provider
364
365 // Internal parameters
367 m_cschedCellConfig; ///< Csched cell config
368
369 uint16_t m_nextRntiUl; ///< RNTI of the next user to be served next scheduling in UL
370
371 uint32_t m_cqiTimersThreshold; ///< # of TTIs for which a CQI can be considered valid
372
373 std::map<uint16_t, uint8_t> m_uesTxMode; ///< txMode of the UEs
374
375 uint64_t bankSize; ///< the number of bytes in token bank
376
377 int m_debtLimit; ///< flow debt limit (byte)
378
379 uint32_t m_creditLimit; ///< flow credit limit (byte)
380
381 uint32_t m_tokenPoolSize; ///< maximum size of token pool (byte)
382
383 uint32_t m_creditableThreshold; ///< threshold of flow credit
384
385 // HARQ attributes
386 bool m_harqOn; ///< m_harqOn when false inhibit the HARQ mechanisms (by default active)
387 std::map<uint16_t, uint8_t> m_dlHarqCurrentProcessId; ///< DL HARQ current process ID
388 // HARQ status
389 // 0: process Id available
390 // x>0: process Id equal to `x` transmission count
391 std::map<uint16_t, DlHarqProcessesStatus_t> m_dlHarqProcessesStatus; ///< DL HARQ process status
392 std::map<uint16_t, DlHarqProcessesTimer_t> m_dlHarqProcessesTimer; ///< DL HARQ process timer
393 std::map<uint16_t, DlHarqProcessesDciBuffer_t>
394 m_dlHarqProcessesDciBuffer; ///< DL HARQ process DCI buffer
395 std::map<uint16_t, DlHarqRlcPduListBuffer_t>
396 m_dlHarqProcessesRlcPduListBuffer; ///< DL HARQ process RLC PDU list buffer
397 std::vector<DlInfoListElement_s> m_dlInfoListBuffered; ///< HARQ retx buffered
398
399 std::map<uint16_t, uint8_t> m_ulHarqCurrentProcessId; ///< UL HARQ current process ID
400 // HARQ status
401 // 0: process Id available
402 // x>0: process Id equal to `x` transmission count
403 std::map<uint16_t, UlHarqProcessesStatus_t> m_ulHarqProcessesStatus; ///< UL HARQ process status
404 std::map<uint16_t, UlHarqProcessesDciBuffer_t>
405 m_ulHarqProcessesDciBuffer; ///< UL HARQ process DCI buffer
406
407 // RACH attributes
408 std::vector<RachListElement_s> m_rachList; ///< RACH list
409 std::vector<uint16_t> m_rachAllocationMap; ///< RACH allocation map
410 uint8_t m_ulGrantMcs; ///< MCS for UL grant (default 0)
411};
412
413} // namespace ns3
414
415#endif /* FDTBFQ_FF_MAC_SCHEDULER_H */
Implements the SCHED SAP and CSCHED SAP for a Frequency Domain Token Bank Fair Queue scheduler.
std::vector< uint16_t > m_rachAllocationMap
RACH allocation map.
uint32_t m_tokenPoolSize
maximum size of token pool (byte)
std::map< uint16_t, fdtbfqsFlowPerf_t > m_flowStatsUl
Map of UE statistics (per RNTI basis)
LteFfrSapProvider * m_ffrSapProvider
FFR SAP provider.
std::map< uint16_t, uint32_t > m_ceBsrRxed
Map of UE's buffer status reports received.
std::map< LteFlowId_t, FfMacSchedSapProvider::SchedDlRlcBufferReqParameters > m_rlcBufferReq
Vectors of UE's LC info.
std::map< uint16_t, std::vector< double > > m_ueCqi
Map of UEs' UL-CQI per RBG.
void DoSchedDlPagingBufferReq(const FfMacSchedSapProvider::SchedDlPagingBufferReqParameters &params)
Sched DL paging buffer request function.
static TypeId GetTypeId()
Get the type ID.
bool HarqProcessAvailability(uint16_t rnti)
Return the availability of free process for the RNTI specified.
uint64_t bankSize
the number of bytes in token bank
uint8_t UpdateHarqProcessId(uint16_t rnti)
Update and return a new process Id for the RNTI specified.
LteFfrSapUser * m_ffrSapUser
FFR SAP user.
std::map< uint16_t, uint8_t > m_ulHarqCurrentProcessId
UL HARQ current process ID.
void SetFfMacCschedSapUser(FfMacCschedSapUser *s) override
Set FF MAC Csched SAP user function.
std::map< uint16_t, DlHarqProcessesDciBuffer_t > m_dlHarqProcessesDciBuffer
DL HARQ process DCI buffer.
void RefreshHarqProcesses()
Refresh HARQ processes according to the timers.
LteFfrSapUser * GetLteFfrSapUser() override
Get FFR SAP user function.
~FdTbfqFfMacScheduler() override
Destructor.
void DoCschedLcConfigReq(const FfMacCschedSapProvider::CschedLcConfigReqParameters &params)
CSched LC config request function.
void DoSchedDlMacBufferReq(const FfMacSchedSapProvider::SchedDlMacBufferReqParameters &params)
Sched DL MAC buffer request function.
uint32_t m_creditableThreshold
threshold of flow credit
void UpdateDlRlcBufferInfo(uint16_t rnti, uint8_t lcid, uint16_t size)
Update DL RLC buffer info function.
void SetFfMacSchedSapUser(FfMacSchedSapUser *s) override
Set FF MAC sched SAP user function.
std::map< uint16_t, uint8_t > m_dlHarqCurrentProcessId
DL HARQ current process ID.
std::map< uint16_t, uint8_t > m_p10CqiRxed
Map of UE's DL CQI P01 received.
std::vector< DlInfoListElement_s > m_dlInfoListBuffered
HARQ retx buffered.
FfMacCschedSapProvider::CschedCellConfigReqParameters m_cschedCellConfig
Csched cell config.
void RefreshDlCqiMaps()
Refresh DL CQI maps function.
void DoDispose() override
Destructor implementation.
double EstimateUlSinr(uint16_t rnti, uint16_t rb)
Estimate UL SNR function.
std::vector< RachListElement_s > m_rachList
RACH list.
std::map< uint16_t, SbMeasResult_s > m_a30CqiRxed
Map of UE's DL CQI A30 received.
std::map< uint16_t, UlHarqProcessesDciBuffer_t > m_ulHarqProcessesDciBuffer
UL HARQ process DCI buffer.
std::map< uint16_t, uint32_t > m_ueCqiTimers
Map of UEs' timers on UL-CQI per RBG.
std::map< uint16_t, uint32_t > m_p10CqiTimers
Map of UE's timers on DL CQI P01 received.
void SetLteFfrSapProvider(LteFfrSapProvider *s) override
Set FFR SAP provider function.
FfMacCschedSapProvider * GetFfMacCschedSapProvider() override
Get FF MAC CSched SAP provider function.
void TransmissionModeConfigurationUpdate(uint16_t rnti, uint8_t txMode)
Transmission mode config update function.
std::map< uint16_t, UlHarqProcessesStatus_t > m_ulHarqProcessesStatus
UL HARQ process status.
uint32_t m_creditLimit
flow credit limit (byte)
void DoSchedDlRlcBufferReq(const FfMacSchedSapProvider::SchedDlRlcBufferReqParameters &params)
Sched DL RLC buffer request function.
int m_debtLimit
flow debt limit (byte)
std::map< uint16_t, uint32_t > m_a30CqiTimers
Map of UE's timers on DL CQI A30 received.
uint8_t m_ulGrantMcs
MCS for UL grant (default 0)
void DoSchedUlNoiseInterferenceReq(const FfMacSchedSapProvider::SchedUlNoiseInterferenceReqParameters &params)
Sched UL noise interference request function.
void RefreshUlCqiMaps()
Refresh UL CQI maps function.
FfMacCschedSapProvider * m_cschedSapProvider
CSched SAP provider.
std::map< uint16_t, DlHarqProcessesStatus_t > m_dlHarqProcessesStatus
DL HARQ process status.
void DoSchedDlRachInfoReq(const FfMacSchedSapProvider::SchedDlRachInfoReqParameters &params)
Sched DL RACH info request function.
FfMacSchedSapProvider * m_schedSapProvider
sched SAP provider
std::map< uint16_t, DlHarqRlcPduListBuffer_t > m_dlHarqProcessesRlcPduListBuffer
DL HARQ process RLC PDU list buffer.
void DoSchedUlMacCtrlInfoReq(const FfMacSchedSapProvider::SchedUlMacCtrlInfoReqParameters &params)
Sched UL MAC control info request function.
void DoSchedUlCqiInfoReq(const FfMacSchedSapProvider::SchedUlCqiInfoReqParameters &params)
Sched UL CQI info request function.
void DoCschedLcReleaseReq(const FfMacCschedSapProvider::CschedLcReleaseReqParameters &params)
CSched LC release request function.
std::map< uint16_t, uint8_t > m_uesTxMode
txMode of the UEs
void DoSchedDlCqiInfoReq(const FfMacSchedSapProvider::SchedDlCqiInfoReqParameters &params)
Sched DL CQI info request function.
std::map< uint16_t, fdtbfqsFlowPerf_t > m_flowStatsDl
Map of UE statistics (per RNTI basis) in downlink.
FfMacSchedSapProvider * GetFfMacSchedSapProvider() override
Get FF MAC sched SAP provider function.
void DoCschedUeConfigReq(const FfMacCschedSapProvider::CschedUeConfigReqParameters &params)
CSched UE config request function.
FfMacSchedSapUser * m_schedSapUser
sched SAP user
void DoCschedCellConfigReq(const FfMacCschedSapProvider::CschedCellConfigReqParameters &params)
Csched cell config request function.
uint16_t m_nextRntiUl
RNTI of the next user to be served next scheduling in UL.
std::map< uint16_t, std::vector< uint16_t > > m_allocationMaps
Map of previous allocated UE per RBG (used to retrieve info from UL-CQI)
unsigned int LcActivePerFlow(uint16_t rnti)
LC Active per flow function.
void DoCschedUeReleaseReq(const FfMacCschedSapProvider::CschedUeReleaseReqParameters &params)
CSched UE release request function.
void DoSchedUlSrInfoReq(const FfMacSchedSapProvider::SchedUlSrInfoReqParameters &params)
Sched UL SR info request function.
std::map< uint16_t, DlHarqProcessesTimer_t > m_dlHarqProcessesTimer
DL HARQ process timer.
FfMacCschedSapUser * m_cschedSapUser
Csched SAP user.
void UpdateUlRlcBufferInfo(uint16_t rnti, uint16_t size)
Update UL RLC buffer info function.
int GetRbgSize(int dlbandwidth)
Get RBG size function.
void DoSchedUlTriggerReq(const FfMacSchedSapProvider::SchedUlTriggerReqParameters &params)
Sched UL trigger request function.
void DoSchedDlTriggerReq(const FfMacSchedSapProvider::SchedDlTriggerReqParameters &params)
Sched DL trigger request function.
bool m_harqOn
m_harqOn when false inhibit the HARQ mechanisms (by default active)
Provides the CSCHED SAP.
FfMacCschedSapUser class.
Provides the SCHED SAP.
FfMacSchedSapUser class.
This abstract base class identifies the interface by means of which the helper object can plug on the...
Service Access Point (SAP) offered by the Frequency Reuse algorithm instance to the MAC Scheduler ins...
Definition lte-ffr-sap.h:29
Service Access Point (SAP) offered by the eNodeB RRC instance to the Frequency Reuse algorithm instan...
MemberCschedSapProvider class.
MemberSchedSapProvider class.
Smart pointer class similar to boost::intrusive_ptr.
Simulation virtual time values and global simulation resolution.
Definition nstime.h:94
a unique identifier for an interface.
Definition type-id.h:48
Every class exported by the ns3 library is enclosed in the ns3 namespace.
Parameters of the CSCHED_LC_CONFIG_REQ primitive.
Parameters of the CSCHED_LC_RELEASE_REQ primitive.
Parameters of the CSCHED_UE_CONFIG_REQ primitive.
Parameters of the CSCHED_UE_RELEASE_REQ primitive.
Parameters of the SCHED_DL_CQI_INFO_REQ primitive.
Parameters of the SCHED_DL_MAC_BUFFER_REQ primitive.
Parameters of the SCHED_DL_PAGING_BUFFER_REQ primitive.
Parameters of the SCHED_DL_RACH_INFO_REQ primitive.
Parameters of the SCHED_DL_TRIGGER_REQ primitive.
Parameters of the SCHED_UL_CQI_INFO_REQ primitive.
Parameters of the SCHED_UL_MAC_CTRL_INFO_REQ primitive.
Parameters of the SCHED_UL_NOISE_INTERFERENCE_REQ primitive.
Parameters of the SCHED_UL_SR_INFO_REQ primitive.
Parameters of the SCHED_UL_TRIGGER_REQ primitive.
int counter
the number of token borrow or given to token bank
uint32_t burstCredit
the maximum number of tokens connection i can borrow from the bank each time
int debtLimit
counter threshold that the flow cannot further borrow tokens from bank
uint32_t creditableThreshold
the flow cannot borrow token from bank until the number of token it has deposited to bank reaches thi...
uint64_t packetArrivalRate
packet arrival rate( byte/s)
uint32_t tokenPoolSize
current size of token pool (byte)
uint32_t maxTokenPoolSize
maximum size of token pool (byte)
uint64_t tokenGenerationRate
token generation rate ( byte/s )