File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ UmTxEntity *LteRlcUm::getTxBuffer(inet::Ptr<FlowControlInfo> lteInfo)
5656 // Not found: create
5757 std::stringstream buf;
5858
59- buf << " UmTxEntity Lcid: " << lcid;
59+ buf << " UmTxEntity Lcid: " << lcid << " cid: " << cid. asPackedInt () ;
6060 cModuleType *moduleType = cModuleType::get (" simu5g.stack.rlc.um.UmTxEntity" );
6161 UmTxEntity *txEnt = check_and_cast<UmTxEntity *>(moduleType->createScheduleInit (buf.str ().c_str (), getParentModule ()));
6262 txEntities_[cid] = txEnt; // Add to tx_entities map
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ UmTxEntity *LteRlcUmD2D::getTxBuffer(inet::Ptr<FlowControlInfo> lteInfo)
3737 MacNodeId d2dPeer = NODEID_NONE ;
3838 std::stringstream buf;
3939
40- buf << " UmTxEntity Lcid: " << lcid;
40+ buf << " UmTxEntity Lcid: " << lcid << " cid: " << cid. asPackedInt () ;
4141 cModuleType *moduleType = cModuleType::get (" simu5g.stack.rlc.um.UmTxEntity" );
4242 UmTxEntity *txEnt = check_and_cast<UmTxEntity *>(moduleType->createScheduleInit (buf.str ().c_str (), getParentModule ()));
4343 txEntities_[cid] = txEnt; // Add to tx_entities map
You can’t perform that action at this time.
0 commit comments