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


Definition at line 39 of file eNB.hpp.
| ENBUpperConvergence::ENBUpperConvergence | ( | wns::ldk::fun::FUN * | fun, | |
| const wns::pyconfig::View & | config | |||
| ) |
| void ENBUpperConvergence::deleteFlow | ( | wns::service::dll::FlowID | flowID | ) |
| void lte::upperconvergence::ENBUpperConvergence::onFlowBuilt | ( | wns::service::tl::FlowID | _flowID, | |
| wns::service::dll::FlowID | _dllFlowID | |||
| ) |
| void ENBUpperConvergence::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 dll::UpperConvergence.
| void ENBUpperConvergence::processIncoming | ( | const wns::ldk::CompoundPtr & | compound | ) | [virtual] |
Override this method to handle incoming compounds.
Reimplemented from dll::APUpperConvergence.
| void ENBUpperConvergence::registerHandler | ( | wns::service::dll::protocolNumber | protocol, | |
| wns::service::dll::Handler * | _dh | |||
| ) | [virtual] |
| void ENBUpperConvergence::releaseFlow | ( | wns::service::dll::FlowID | flowID | ) |
| wns::service::dll::FlowID ENBUpperConvergence::requestFlow | ( | lte::helper::TransactionID | _transactionId, | |
| wns::service::dll::UnicastAddress | utAddress | |||
| ) |
| void ENBUpperConvergence::sendData | ( | const wns::service::dll::UnicastAddress & | macAddress, | |
| const wns::osi::PDUPtr & | data, | |||
| wns::service::dll::protocolNumber | protocol, | |||
| wns::service::dll::FlowID | _dllFlowID = 0 | |||
| ) | [virtual] |
| [in] | macAddress | Destination component(s) where data is to be delivered. |
| [in] | data | Protocol Data Unit that is to be transported. |
Reimplemented from dll::UpperConvergence.
1.5.5