There was an error while loading. Please reload this page.
1 parent b90b89d commit 53e7ad9Copy full SHA for 53e7ad9
1 file changed
src/simu5g/stack/pdcp/LteRxPdcpEntity.h
@@ -40,7 +40,7 @@ class LteRxPdcpEntity : public cSimpleModule
40
bool headerCompressionEnabled_;
41
42
// Logical CID for this connection
43
- LogicalCid lcid_;
+ LogicalCid lcid_ = 0; //TODO currently UNFILLED!
44
45
// handler for PDCP SDU
46
virtual void handlePdcpSdu(Packet *pkt, unsigned int sequenceNumber);
0 commit comments