@@ -119,6 +119,10 @@ class PacketFlowManagerEnb : public PacketFlowManagerBase
119119 // used to evaluate the delay with respect to the one reported by Simu5G
120120 cOutVector timesUe_;
121121
122+ protected:
123+ void initialize (int stage) override ;
124+ void finish () override ;
125+
122126 /*
123127 * This method checks if a PDCP PDU of a LCID is part of a burst of data.
124128 * In a positive case, according to the ack boolean its size is counted in the
@@ -135,9 +139,6 @@ class PacketFlowManagerEnb : public PacketFlowManagerBase
135139 */
136140 void initPdcpStatus (StatusDescriptor *desc, unsigned int pdcp, unsigned int sduHeaderSize, simtime_t & arrivalTime);
137141
138- void initialize (int stage) override ;
139-
140- public:
141142 // return true if a structure for this LCID is present
142143 bool hasLcid (LogicalCid lcid) override ;
143144 // initialize a new structure for this LCID
@@ -147,6 +148,7 @@ class PacketFlowManagerEnb : public PacketFlowManagerBase
147148 // reset structures for all connections
148149 void clearAllLcid () override ;
149150
151+ public:
150152 void insertPdcpSdu (inet::Packet *pdcpPkt) override ;
151153 void receivedPdcpSdu (inet::Packet *pdcpPkt) override ;
152154
@@ -215,7 +217,6 @@ class PacketFlowManagerEnb : public PacketFlowManagerBase
215217
216218 virtual double getThroughputStatsPerUe (MacNodeId id);
217219 virtual void resetThroughputCounterPerUe (MacNodeId id);
218- void finish () override ;
219220};
220221
221222} // namespace
0 commit comments