From c447caffc2bb2684276a4309ec4b255aa6720298 Mon Sep 17 00:00:00 2001 From: Nicola Baldo Date: Mon, 14 Mar 2011 13:23:01 +0100 Subject: [PATCH] fixed error in FF API doc --- doc/manual/source/ff-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/ff-api.rst b/doc/manual/source/ff-api.rst index 2362d45bb..c6a8a93ab 100644 --- a/doc/manual/source/ff-api.rst +++ b/doc/manual/source/ff-api.rst @@ -55,7 +55,7 @@ Usage in the ns-3 LTE module The files ``rr-ff-mac-scheduler.{cc,h}`` implement a Round Robin MAC scheduler. To interact with the MAC of the eNB, the Round Robin scheduler implements the Provider side of the SCHED SAP and CSCHED SAP interface. If you plan to develop your own scheduler, we advise to create your own class taking inspiration from the Round Robin scheduler. -The User side of the SCHED SAP interface is implemented in the files ``lte-enb-mac.{cc,.h}``. The User side of the CSCHED SAP interface is implemented in the files ``lte-enb-rrc.{cc,.h}``. You are normally not expected to modify these files in order to implement your own scheduler. +The User side of both the CSCHED SAP and the SCHED SAP are implemented in the file ``lte-enb-mac.cc``. You are normally not expected to modify these files in order to implement your own scheduler. .. figure:: figures/ff-example.png