View | Details | Raw Unified | Return to bug 1499
Collapse All | Expand All

(-)a/src/lte/model/ff-mac-csched-sap.h (-6 / +1 lines)
 Lines 29-40    Link Here 
29
namespace ns3 {
29
namespace ns3 {
30
30
31
/**
31
/**
32
 * \ingroup ff-api
32
 * \ingroup lte
33
 * \defgroup FF-API FfMacCschedSap
34
 */
35
/**
36
 * \ingroup FfMacCschedSap
37
 * \brief Provides the CSCHED SAP
38
 *
33
 *
39
 * This abstract class defines the MAC Scheduler interface specified in the
34
 * This abstract class defines the MAC Scheduler interface specified in the
40
 * Femto Forum Technical Document:
35
 * Femto Forum Technical Document:
(-)a/src/lte/model/ff-mac-sched-sap.h (-6 / +1 lines)
 Lines 30-41    Link Here 
30
namespace ns3 {
30
namespace ns3 {
31
31
32
/**
32
/**
33
 * \ingroup ff-api
33
 * \ingroup lte
34
 * \defgroup FF-API FfMacSchedSap
35
 */
36
/**
37
 * \ingroup FfMacSchedSap
38
 * \brief Provides the SCHED SAP
39
 *
34
 *
40
 * This abstract class defines the MAC Scheduler interface specified in the
35
 * This abstract class defines the MAC Scheduler interface specified in the
41
 * Femto Forum Technical Document:
36
 * Femto Forum Technical Document:
(-)a/src/lte/model/pf-ff-mac-scheduler.h (-5 / +2 lines)
 Lines 48-58    Link Here 
48
48
49
49
50
/**
50
/**
51
 * \ingroup ff-api
51
 * \ingroup lte
52
 * \defgroup FF-API PfFfMacScheduler
52
 *
53
 */
54
/**
55
 * \ingroup PfFfMacScheduler
56
 * \brief Implements the SCHED SAP and CSCHED SAP for a Proportional Fair scheduler
53
 * \brief Implements the SCHED SAP and CSCHED SAP for a Proportional Fair scheduler
57
 *
54
 *
58
 * This class implements the interface defined by the FfMacScheduler abstract class
55
 * This class implements the interface defined by the FfMacScheduler abstract class
(-)a/src/lte/model/rr-ff-mac-scheduler.h (-5 / +2 lines)
 Lines 36-46    Link Here 
36
36
37
37
38
/**
38
/**
39
 * \ingroup ff-api
39
 * \ingroup lte
40
 * \defgroup FF-API RrFfMacScheduler
40
 *
41
 */
42
/**
43
 * \ingroup RrFfMacScheduler
44
 * \brief Implements the SCHED SAP and CSCHED SAP for a Round Robin scheduler
41
 * \brief Implements the SCHED SAP and CSCHED SAP for a Round Robin scheduler
45
 *
42
 *
46
 * This class implements the interface defined by the FfMacScheduler abstract class
43
 * This class implements the interface defined by the FfMacScheduler abstract class

Return to bug 1499