| 19 | using namespace inet; |
| 20 | |
| 21 | LteAllocationModule::LteAllocationModule(LteMacEnb *mac, Direction direction) : mac_(mac), dir_(direction) |
| 22 | { |
| 23 | } |
| 24 | |
| 25 | void LteAllocationModule::init(const unsigned int resourceBlocks, const unsigned int bands) |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected