![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <rlc/eNB.hpp>


Public Member Functions | |
| virtual wns::ldk::CommandPool * | createReply (const wns::ldk::CommandPool *original) const |
| Default createReply implementation. | |
| ENBRLC (wns::ldk::fun::FUN *fun, const wns::pyconfig::View &config) | |
| virtual void | onFUNCreated () |
| Resolve inter-FU dependencies. | |
| virtual void | processIncoming (const wns::ldk::CompoundPtr &compound) |
| Process compounds on uplink. | |
| virtual void | processOutgoing (const wns::ldk::CompoundPtr &compound) |
| Process compounds on downlink. | |
| ~ENBRLC () | |
Private Attributes | |
| struct { | |
| lte::controlplane::flowmanagement::IFlowSwitching * flowswitching | |
| } | friends |
| wns::logger::Logger | logger |
| wns::ldk::CommandReaderInterface * | upperConvergenceReader |
Definition at line 43 of file eNB.hpp.
| ENBRLC::ENBRLC | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
| wns::ldk::CommandPool * ENBRLC::createReply | ( | const wns::ldk::CommandPool * | original | ) | const [virtual] |
The default behaviour is to delegate creation of replies to upper functional units.
Reimplemented from wns::ldk::CommandTypeSpecifier< T >.
| void ENBRLC::onFUNCreated | ( | ) | [virtual] |
Often FunctionalUnits require the collaboration with other FunctionalUnits to accomplish their task. For the collaboration between FunctionalUnits we coined the term "friendship".
The onFUNCreated method is a hook being called after the complete FUN has been set up. FunctionalUnits requiring the collaboration with other FunctionalUnits should resolve these dependencies by implementing this hook accordingly.
Finding friends is usually done calling wns::ldk::fun::FUN::findFriend.
When building reconfigurable FUNs, this method may get called multiple times (e.g., after each FUN reconfiguration). Keep that in mind when allocating resources in your onFUNCreated implementation.
Reimplemented from wns::ldk::FunctionalUnit.
| void ENBRLC::processIncoming | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Override this method to handle incoming compounds.
Implements wns::ldk::ProcessorInterface.
| void ENBRLC::processOutgoing | ( | const wns::ldk::CompoundPtr & | ) | [virtual] |
Override this method to handle outgoing compounds.
Implements wns::ldk::ProcessorInterface.
struct { ... } lte::rlc::ENBRLC::friends [private] |
wns::logger::Logger lte::rlc::ENBRLC::logger [private] |
1.5.5