Skip to content

Commit 53e7ad9

Browse files
committed
WIP LteRxPdcpEntity: uninitialized var lcid_
1 parent b90b89d commit 53e7ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simu5g/stack/pdcp/LteRxPdcpEntity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class LteRxPdcpEntity : public cSimpleModule
4040
bool headerCompressionEnabled_;
4141

4242
// Logical CID for this connection
43-
LogicalCid lcid_;
43+
LogicalCid lcid_ = 0; //TODO currently UNFILLED!
4444

4545
// handler for PDCP SDU
4646
virtual void handlePdcpSdu(Packet *pkt, unsigned int sequenceNumber);

0 commit comments

Comments
 (0)