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

Unified Diff: src/lte/model/lte-rrc-header.h

Issue 130130043: GSoC 2014 LTE FFR algorithms project
Patch Set: Created 9 years, 7 months 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/model/lte-rrc-header.h
===================================================================
--- a/src/lte/model/lte-rrc-header.h
+++ b/src/lte/model/lte-rrc-header.h
@@ -64,7 +64,7 @@
void SerializeMeasConfig (LteRrcSap::MeasConfig measConfig) const;
void SerializeQoffsetRange (int8_t qOffsetRange) const;
void SerializeThresholdEutra (LteRrcSap::ThresholdEutra thresholdEutra) const;
-
+
buherman 2014/08/21 23:43:35 Is it still possible to remove this very minimal c
gawlowicz.p 2014/09/01 22:47:30 Done.
// Deserialization functions
Buffer::Iterator DeserializeDrbToAddModList (std::list<LteRrcSap::DrbToAddMod> *drbToAddModLis, Buffer::Iterator bIterator);
Buffer::Iterator DeserializeSrbToAddModList (std::list<LteRrcSap::SrbToAddMod> *srbToAddModList, Buffer::Iterator bIterator);

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