lte: ComponentCarrier subclasses can override Set{Dl,Ul}Bandwidth

These two methos are changed by the subclass in NR and mmWave module.
This commit is contained in:
Natale Patriciello
2018-10-24 20:15:56 +02:00
parent 90966b9126
commit 12e7e16754

View File

@@ -63,7 +63,7 @@ public:
/**
* \param bw the uplink bandwidth in RBs
*/
void SetUlBandwidth (uint8_t bw);
virtual void SetUlBandwidth (uint8_t bw);
/**
* \return the downlink bandwidth in RBs
@@ -73,7 +73,7 @@ public:
/**
* \param bw the downlink bandwidth in RBs
*/
void SetDlBandwidth (uint8_t bw);
virtual void SetDlBandwidth (uint8_t bw);
/**
* \return the downlink carrier frequency (EARFCN)