|
|
| 340 |
PfFfMacScheduler::DoCschedLcReleaseReq (const struct FfMacCschedSapProvider::CschedLcReleaseReqParameters& params) |
340 |
PfFfMacScheduler::DoCschedLcReleaseReq (const struct FfMacCschedSapProvider::CschedLcReleaseReqParameters& params) |
| 341 |
{ |
341 |
{ |
| 342 |
NS_LOG_FUNCTION (this); |
342 |
NS_LOG_FUNCTION (this); |
| 343 |
// TODO: Implementation of the API |
343 |
NS_FATAL_ERROR ("method not implemented"); |
| 344 |
return; |
344 |
return; |
| 345 |
} |
345 |
} |
| 346 |
|
346 |
|
|
|
| 348 |
PfFfMacScheduler::DoCschedUeReleaseReq (const struct FfMacCschedSapProvider::CschedUeReleaseReqParameters& params) |
348 |
PfFfMacScheduler::DoCschedUeReleaseReq (const struct FfMacCschedSapProvider::CschedUeReleaseReqParameters& params) |
| 349 |
{ |
349 |
{ |
| 350 |
NS_LOG_FUNCTION (this); |
350 |
NS_LOG_FUNCTION (this); |
| 351 |
// TODO: Implementation of the API |
351 |
NS_FATAL_ERROR ("method not implemented"); |
| 352 |
return; |
352 |
return; |
| 353 |
} |
353 |
} |
| 354 |
|
354 |
|
|
|
| 381 |
PfFfMacScheduler::DoSchedDlPagingBufferReq (const struct FfMacSchedSapProvider::SchedDlPagingBufferReqParameters& params) |
381 |
PfFfMacScheduler::DoSchedDlPagingBufferReq (const struct FfMacSchedSapProvider::SchedDlPagingBufferReqParameters& params) |
| 382 |
{ |
382 |
{ |
| 383 |
NS_LOG_FUNCTION (this); |
383 |
NS_LOG_FUNCTION (this); |
| 384 |
// TODO: Implementation of the API |
384 |
NS_FATAL_ERROR ("method not implemented"); |
| 385 |
return; |
385 |
return; |
| 386 |
} |
386 |
} |
| 387 |
|
387 |
|
|
|
| 389 |
PfFfMacScheduler::DoSchedDlMacBufferReq (const struct FfMacSchedSapProvider::SchedDlMacBufferReqParameters& params) |
389 |
PfFfMacScheduler::DoSchedDlMacBufferReq (const struct FfMacSchedSapProvider::SchedDlMacBufferReqParameters& params) |
| 390 |
{ |
390 |
{ |
| 391 |
NS_LOG_FUNCTION (this); |
391 |
NS_LOG_FUNCTION (this); |
| 392 |
// TODO: Implementation of the API |
392 |
NS_FATAL_ERROR ("method not implemented"); |
| 393 |
return; |
393 |
return; |
| 394 |
} |
394 |
} |
| 395 |
|
395 |
|
|
|
| 711 |
PfFfMacScheduler::DoSchedDlRachInfoReq (const struct FfMacSchedSapProvider::SchedDlRachInfoReqParameters& params) |
711 |
PfFfMacScheduler::DoSchedDlRachInfoReq (const struct FfMacSchedSapProvider::SchedDlRachInfoReqParameters& params) |
| 712 |
{ |
712 |
{ |
| 713 |
NS_LOG_FUNCTION (this); |
713 |
NS_LOG_FUNCTION (this); |
| 714 |
// TODO: Implementation of the API |
714 |
NS_FATAL_ERROR ("method not implemented"); |
| 715 |
return; |
715 |
return; |
| 716 |
} |
716 |
} |
| 717 |
|
717 |
|