MCPcopy Create free account
hub / github.com/Unipisa/Simu5G / LteAllocationModule

Method LteAllocationModule

src/simu5g/stack/mac/allocator/LteAllocationModule.cc:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19using namespace inet;
20
21LteAllocationModule::LteAllocationModule(LteMacEnb *mac, Direction direction) : mac_(mac), dir_(direction)
22{
23}
24
25void LteAllocationModule::init(const unsigned int resourceBlocks, const unsigned int bands)
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected