Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1264)

Unified Diff: src/lte/helper/radio-environment-map-helper.h

Issue 338840043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Update patch with latest module changes. Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/lte/helper/radio-environment-map-helper.h
===================================================================
--- a/src/lte/helper/radio-environment-map-helper.h
+++ b/src/lte/helper/radio-environment-map-helper.h
@@ -61,13 +61,13 @@
/**
* \return the bandwidth (in num of RBs) over which SINR is calculated
*/
- uint8_t GetBandwidth () const;
+ uint16_t GetBandwidth () const;
Biljana Bojović 2018/08/22 11:35:28 I would try to stick with uint8_t, so that everywh
/**
*
* \param bw the bandwidth (in num of RBs) over which SINR is calculated
*/
- void SetBandwidth (uint8_t bw);
+ void SetBandwidth (uint16_t bw);
/**
* Deploy the RemSpectrumPhy objects that generate the map according to the specified settings.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b