Commit 40a850c
committed
RlcUm: rewrite to use chunks
Replaced the PDU that contain SDU as Packet* with pure chunks: an RlcUmHeader
chunk followed by the SDU chunk. (The packet itself in which the SDU chunk
arrived should be deleted).
- RlcUmHeader is a new FieldsChunk with just header fields (no SDU)
- SliceChunk references original data without copying
- Original SDU packet gets deleted after chunk extraction
- Final packet structure is: `[RlcUmHeader][SDUChunk/SliceChunk]`?
Errors:
/simulations/lte/d2d_multicast/ -f omnetpp.ini -c D2DMulticast-1to2 -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2DMulticast.ueD2D[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=362), at t=0.024s, event Unipisa#241)
/showcases/nr/standalone/ -f omnetpp.ini -c VoIP-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=355), at t=0.021s, event Unipisa#146)
/showcases/nr/standalone/ -f omnetpp.ini -c VoIP-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.gnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=355), at t=0.018s, event Unipisa#118)
/simulations/lte/d2d/ -f omnetpp.ini -c MultiplePairs-UDP-D2D-wReuse -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.ueD2DRx[3].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67371009 (id=671), at t=0.018s, event #517)
/simulations/lte/d2d/ -f omnetpp.ini -c MultiplePairs-TCP-Infra -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.eNB.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67239937 (id=671), at t=0.024s, event #497)
/simulations/lte/d2d/ -f omnetpp.ini -c MultiplePairs-TCP-D2D-wReuse -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.ueD2DRx[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67239937 (id=675), at t=0.03s, event #676)
/simulations/lte/d2d/ -f omnetpp.ini -c MultiplePairs-TCP-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.ueD2DRx[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67239937 (id=675), at t=0.03s, event #676)
/simulations/lte/d2d/ -f omnetpp.ini -c MultiplePairs-UDP-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.ueD2DRx[3].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67371009 (id=671), at t=0.018s, event #517)
/simulations/lte/d2d/ -f omnetpp.ini -c SinglePair-modeSwitching-TCP -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.ueD2DRx[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=321), at t=0.067s, event #419)
/simulations/lte/d2d/ -f omnetpp.ini -c MultiplePairs-UDP-Infra -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.eNB.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67371009 (id=668), at t=0.012s, event Unipisa#301)
/simulations/lte/d2d/ -f omnetpp.ini -c SinglePair-modeSwitching-UDP -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.ueD2DRx[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=319), at t=0.024s, event Unipisa#190)
/simulations/lte/d2d/ -f omnetpp.ini -c SinglePair-TCP-Infra -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.eNB.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=320), at t=0.061s, event #358)
/simulations/lte/d2d/ -f omnetpp.ini -c SinglePair-TCP-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.ueD2DRx[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=321), at t=0.067s, event #419)
/simulations/lte/d2d/ -f omnetpp.ini -c SinglePair-UDP-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.ueD2DRx[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=319), at t=0.024s, event Unipisa#190)
/simulations/lte/d2d/ -f omnetpp.ini -c SinglePair-UDP-Infra -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.eNB.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=318), at t=0.018s, event Unipisa#130)
/simulations/lte/d2d/ -f omnetpp.ini -c SinglePair-Validation -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2D.ueD2DRx[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=319), at t=0.024s, event #416)
/simulations/lte/d2d_multicast/ -f omnetpp.ini -c D2DMulticast-1toM -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2DMulticast.ueD2D[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=2383), at t=0.024s, event #2403)
/simulations/lte/demo/ -f omnetpp.ini -c CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.ue[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=276), at t=0.021s, event Unipisa#119)
/simulations/lte/demo/ -f omnetpp.ini -c CBR-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.eNB.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=276), at t=0.014s, event Unipisa#85)
/simulations/lte/demo/ -f omnetpp.ini -c MixedTraffic -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.eNodeB1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=521), at t=0.009s, event Unipisa#231)
/simulations/lte/demo/ -f omnetpp.ini -c VideoStreaming -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.eNB.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=276), at t=0.014s, event Unipisa#84)
/simulations/lte/demo/ -f omnetpp.ini -c VoIP -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.ue[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=276), at t=0.021s, event Unipisa#120)
/simulations/lte/demo/ -f omnetpp.ini -c VoIP-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.eNB.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=276), at t=0.014s, event Unipisa#85)
/simulations/lte/demo/ -f omnetpp.ini -c VoIP-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.ue[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67239937 (id=456), at t=0.012s, event Unipisa#239)
/simulations/lte/multicell/ -f omnetpp.ini -c InterferenceTest -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.ue12.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67239937 (id=518), at t=0.012s, event Unipisa#212)
/simulations/lte/multicell/ -f omnetpp.ini -c VoIP -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.ue12.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67239937 (id=516), at t=0.012s, event Unipisa#212)
/simulations/lte/demo/ -f omnetpp.ini -c CBR-DL -r 5 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.ue[24].cellularNic.rlc.UmRxEntity Lcid: 6 cid: 68747270 (id=2474), at t=0.007s, event #1385)
/simulations/lte/demo/ -f omnetpp.ini -c CBR-UL -r 5 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.eNB.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67502081 (id=2492), at t=0.009s, event #1472)
/simulations/lte/demo/ -f omnetpp.ini -c VoIP_DL-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.ue[9].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67764225 (id=1418), at t=0.007s, event #910)
/simulations/lte/demo/ -f omnetpp.ini -c SchedulersTest -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.ue[9].cellularNic.rlc.UmRxEntity Lcid: 4 cid: 67764228 (id=2424), at t=0.007s, event #1389)
/simulations/lte/test_handover/ -f omnetpp.ini -c FileTransfer-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.ue12.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=518), at t=0.067s, event #1006)
/simulations/lte/demo/ -f omnetpp.ini -c SchedulersTest -r 12 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.ue[9].cellularNic.rlc.UmRxEntity Lcid: 4 cid: 67764228 (id=2424), at t=0.007s, event #1389)
/simulations/lte/test_handover/ -f omnetpp.ini -c FileTransfer-DL_UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.eNodeB1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=516), at t=0.061s, event #911)
/simulations/lte/d2d_multicast/ -f omnetpp.ini -c checkMulticastRange -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_D2DMulticast.ueD2D[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=4533), at t=0.033s, event #6174)
/simulations/lte/test_handover/ -f omnetpp.ini -c VoIP-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.ue12.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=516), at t=0.024s, event #546)
/simulations/lte/test_handover/ -f omnetpp.ini -c VoIP-DL_UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.eNodeB1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=514), at t=0.018s, event #453)
/simulations/lte/test_handover/ -f omnetpp.ini -c VoIP-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.ue11.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=514), at t=0.015s, event #434)
/simulations/lte/test_handover/ -f omnetpp.ini -c VoIP-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.eNodeB1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=514), at t=0.018s, event #453)
/simulations/lte/tutorial/ -f omnetpp.ini -c SingleCell-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.ue[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67239937 (id=456), at t=0.012s, event Unipisa#239)
/simulations/lte/tutorial/ -f omnetpp.ini -c MultiCell-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell.ue12.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67239937 (id=516), at t=0.012s, event Unipisa#212)
/simulations/lte/tutorial/ -f omnetpp.ini -c SingleCell-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell.eNB.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67305473 (id=460), at t=0.012s, event Unipisa#251)
/simulations/nr/bgTraffic/ -f omnetpp.ini -c CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=553), at t=0.04175s, event #1383)
/simulations/nr/bgTraffic/ -f omnetpp.ini -c CBR-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.gnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=553), at t=0.006s, event Unipisa#254)
/simulations/nr/bgTraffic/ -f omnetpp.ini -c CBR-DL_UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=555), at t=0.04325s, event #1745)
/simulations/nr/d2d/ -f omnetpp.ini -c MultiplePairs-TCP-Infra -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.gnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134348801 (id=831), at t=0.024s, event #728)
/simulations/nr/d2d/ -f omnetpp.ini -c MultiplePairs-TCP-D2D-wReuse -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.ueD2DRx[1].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134348801 (id=834), at t=0.03s, event #974)
/simulations/nr/d2d/ -f omnetpp.ini -c MultiplePairs-TCP-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.ueD2DRx[1].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134348801 (id=834), at t=0.03s, event #974)
/simulations/nr/d2d/ -f omnetpp.ini -c MultiplePairs-UDP-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.ueD2DRx[3].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134479873 (id=830), at t=0.018s, event #707)
/simulations/nr/d2d/ -f omnetpp.ini -c SinglePair-modeSwitching-UDP -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.ueD2DRx[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=406), at t=0.024s, event Unipisa#253)
/simulations/nr/d2d/ -f omnetpp.ini -c SinglePair-TCP-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.ueD2DRx[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=408), at t=0.067s, event #554)
/simulations/nr/d2d/ -f omnetpp.ini -c MultiplePairs-UDP-D2D-wReuse -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.ueD2DRx[3].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134479873 (id=830), at t=0.018s, event #707)
/simulations/nr/d2d/ -f omnetpp.ini -c MultiplePairs-UDP-Infra -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.gnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134479873 (id=828), at t=0.012s, event #409)
/simulations/nr/d2d/ -f omnetpp.ini -c SinglePair-modeSwitching-TCP -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.ueD2DRx[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=408), at t=0.067s, event #554)
/simulations/nr/d2d/ -f omnetpp.ini -c SinglePair-TCP-Infra -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.gnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=408), at t=0.061s, event #480)
/simulations/nr/d2d/ -f omnetpp.ini -c SinglePair-UDP-D2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.ueD2DRx[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=406), at t=0.024s, event Unipisa#253)
/simulations/nr/d2d/ -f omnetpp.ini -c SinglePair-UDP-Infra -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone_D2D.gnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=406), at t=0.018s, event Unipisa#165)
/simulations/nr/dualConnectivity_multicell/ -f omnetpp.ini -c DoubleConnection-CBR-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_withSecondaryGnb.secondaryGnb1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=604), at t=0.036s, event #710)
/simulations/nr/dualConnectivity_multicell/ -f omnetpp.ini -c DoubleConnection-CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_withSecondaryGnb.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=602), at t=0.035s, event #697)
/simulations/nr/dualConnectivity_multicell/ -f omnetpp.ini -c SingleConnection-CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_withSecondaryGnb.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=600), at t=0.049s, event #855)
/simulations/lte/x2/ -f omnetpp.ini -c X2-Mesh-balanced -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_X2Mesh.ue1[24].cellularNic.rlc.UmRxEntity Lcid: 4 cid: 68747268 (id=4620), at t=0.007s, event #2614)
/simulations/nr/dualConnectivity_multicell/ -f omnetpp.ini -c SingleConnection-CBR-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_withSecondaryGnb.secondaryGnb1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=600), at t=0.039s, event #721)
/simulations/lte/x2/ -f omnetpp.ini -c X2-Mesh-unbalanced -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_X2Mesh.ue1[9].cellularNic.rlc.UmRxEntity Lcid: 4 cid: 67764228 (id=4620), at t=0.007s, event #2598)
/simulations/nr/dualConnectivity/ -f omnetpp.ini -c DualConn-MasterOnly-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.masterEnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=386), at t=0.027s, event #307)
/simulations/nr/dualConnectivity/ -f omnetpp.ini -c DualConn-MasterOnly-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.ue[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=386), at t=0.021s, event Unipisa#272)
/simulations/nr/dualConnectivity_multicell/ -f omnetpp.ini -c SplitBearer-CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_withSecondaryGnb.ue[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=600), at t=0.049s, event #842)
/simulations/nr/dualConnectivity/ -f omnetpp.ini -c DualConn-MasterPlusSecondary-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.secondaryGnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=390), at t=0.019s, event Unipisa#260)
/simulations/nr/dualConnectivity/ -f omnetpp.ini -c DualConn-MasterPlusSecondary-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=388), at t=0.012s, event Unipisa#220)
/simulations/nr/dualConnectivity/ -f omnetpp.ini -c DualConn-SecondaryOnly-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=386), at t=0.021s, event Unipisa#286)
/simulations/nr/dualConnectivity/ -f omnetpp.ini -c DualConn-SecondaryOnly-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.secondaryGnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=386), at t=0.027s, event #309)
/simulations/nr/dualConnectivity/ -f omnetpp.ini -c DualConn-SplitBearer-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.ue[0].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=386), at t=0.021s, event Unipisa#273)
/simulations/nr/dualConnectivity/ -f omnetpp.ini -c DualConn-SplitBearer-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.masterEnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67174401 (id=386), at t=0.027s, event #308)
/simulations/nr/mec/multiMecHost/ -f omnetpp.ini -c MultiMec -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiMecHost.gnb2.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=821), at t=0.009s, event Unipisa#283)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c best_case -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=717), at t=0.005s, event Unipisa#188)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c bgUEs_gnb2 -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=417), at t=0.005s, event Unipisa#71)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c farRNI -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=417), at t=0.005s, event Unipisa#70)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c bgUEs_gnb1 -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=417), at t=0.005s, event Unipisa#71)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c best_case_load_gen -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=717), at t=0.005s, event Unipisa#188)
/simulations/lte/d2d_multihop/ -f omnetpp.ini -c MultihopD2D-rangeCheck -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_D2DMultihop.ue1[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67633153 (id=7292), at t=0.122s, event #20787)
/simulations/lte/d2d_multihop/ -f omnetpp.ini -c MultihopD2D-rangeCheckTrickle -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_D2DMultihop.ue1[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67633153 (id=7292), at t=0.122s, event #20787)
/simulations/lte/d2d_multihop/ -f omnetpp.ini -c MultihopD2D -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_D2DMultihop.ue2[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 69402625 (id=7292), at t=0.117s, event #20320)
/simulations/nr/mec/multiOperator/ -f omnetpp.ini -c MultiOperator_SingleMec -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiOperator.ue_A[0].cellularNic.nrMac (id=907), at t=0.005s, event #617)
/simulations/nr/mec/multiOperator/ -f omnetpp.ini -c MultiOperator_MultiMec -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiOperator.ue_A[0].cellularNic.nrMac (id=936), at t=0.005s, event #621)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c MultiMec -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=417), at t=0.005s, event Unipisa#71)
/simulations/lte/d2d_multihop/ -f omnetpp.ini -c MultihopD2D-Trickle -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_D2DMultihop.ue2[1].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 69402625 (id=7292), at t=0.117s, event #20320)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c nearRNI -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=417), at t=0.005s, event Unipisa#70)
/simulations/nr/mec/rnisTest/ -f omnetpp.ini -c RnisTest -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) RnisTest.ue[0].cellularNic.nrMac (id=237), at t=0.005s, event Unipisa#55)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c nearRNI_bgUEs_gnb1 -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=417), at t=0.005s, event Unipisa#70)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c nearRNI_bgUEs_gnb2 -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=417), at t=0.005s, event Unipisa#70)
/simulations/nr/mec/singleMecHost/ -f omnetpp.ini -c BgGeneratorApp -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleMecHost.gNodeB1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=532), at t=0.009s, event Unipisa#258)
/simulations/nr/mec/singleMecHost/ -f omnetpp.ini -c LoadGenerator -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleMecHost.gNodeB1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=545), at t=0.009s, event #426)
/simulations/nr/mec/singleMecHost/ -f omnetpp.ini -c SingleMec -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleMecHost.gNodeB1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=524), at t=0.009s, event Unipisa#174)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c worst_case -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=717), at t=0.005s, event Unipisa#188)
/simulations/nr/mec/requestResponseApp/ -f omnetpp.ini -c worst_case_load_gen -r 0 (runtime error with exitcode=1: <!> Error: Cannot convert chunk from type simu5g::RlcUmHeader to type simu5g::LteRlcUmDataPdu. The most likely cause of this error is that a packet header is being misinterpreted while processing a received packet. The most likely fix is to find the code where the misinterpretation happens and change it.If the intention is to reinterpret the chunk via serialization/deserialization, then it needs to be enabled by passing the PF_ALLOW_REINTERPRETATION flag into the peek() or similar function.The automatic conversion is disabled by default to prevent unexpected behavior due to unintended data reinterpretation. -- in module (simu5g::NrMacUe) MultiMecHost_delay.ue[0].cellularNic.nrMac (id=717), at t=0.005s, event Unipisa#188)
/simulations/nr/standalone_multicell/ -f omnetpp.ini -c CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=468), at t=0.087s, event #815)
/simulations/nr/standalone/ -f omnetpp.ini -c VoIP-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=355), at t=0.021s, event Unipisa#146)
/simulations/nr/standalone_multicell/ -f omnetpp.ini -c CBR-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_Standalone.gnb1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=468), at t=0.027s, event Unipisa#278)
/simulations/nr/mec/singleMecHost/ -f omnetpp.ini -c OneFg_NindependentMecApps -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleMecHost.gNodeB1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=601), at t=0.009s, event #906)
/simulations/nr/mec/singleMecHost/ -f omnetpp.ini -c ThreeFg_NindependentMecApps -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleMecHost.gNodeB1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=615), at t=0.009s, event #1074)
/simulations/nr/standalone/ -f omnetpp.ini -c VoIP-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.gnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134283265 (id=355), at t=0.018s, event Unipisa#118)
/simulations/nr/test_tdd/ -f omnetpp.ini -c TestTdd -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=386), at t=0.025s, event #484)
/simulations/nr/test_multiCarrier/ -f omnetpp.ini -c MultiCarrier-CBR-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.gnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134676481 (id=854), at t=0.009s, event #421)
/simulations/nr/test_multiCarrier/ -f omnetpp.ini -c SingleCarrier-CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[9].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134873089 (id=840), at t=0.015s, event #638)
/simulations/nr/test_multiCarrier/ -f omnetpp.ini -c SingleCarrier-CBR-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.gnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134676481 (id=840), at t=0.009s, event #400)
/simulations/nr/test_multiCarrier/ -f omnetpp.ini -c MultiCarrier-CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[9].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134873089 (id=854), at t=0.015s, event #693)
/simulations/nr/tutorial/ -f omnetpp.ini -c BgTraffic -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=391), at t=0.047s, event #437)
/simulations/nr/tutorial/ -f omnetpp.ini -c CarrierAggregation -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=432), at t=0.047s, event #617)
/simulations/nr/tutorial/ -f omnetpp.ini -c Multiple-UEs -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=391), at t=0.047s, event #437)
/simulations/nr/tutorial/ -f omnetpp.ini -c Single-UE -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=355), at t=0.047s, event Unipisa#272)
/simulations/nr/tutorial/ -f omnetpp.ini -c Numerology -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=432), at t=0.047s, event #617)
/simulations/nr/test_numerology/ -f omnetpp.ini -c SingleCell-CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.ue[9].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67764225 (id=908), at t=0.015s, event #1201)
/simulations/nr/test_numerology/ -f omnetpp.ini -c SingleCell-CBR-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_withSecondaryGnb.masterEnb.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67633153 (id=914), at t=0.009s, event #739)
/simulations/nr/test_numerology/ -f omnetpp.ini -c MultiCell-CBR-DL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_withSecondaryGnb.ue[9].cellularNic.rlc.UmRxEntity Lcid: 1 cid: 67764225 (id=1121), at t=0.015s, event #1465)
/simulations/nr/test_numerology/ -f omnetpp.ini -c MultiCell-CBR-UL -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) MultiCell_withSecondaryGnb.secondaryGnb1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134545409 (id=1115), at t=0.009s, event #851)
/tutorials/nr/ -f omnetpp.ini -c CarrierAggregation -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=432), at t=0.047s, event #610)
/tutorials/nr/ -f omnetpp.ini -c BgTraffic -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=391), at t=0.047s, event #430)
/tutorials/nr/ -f omnetpp.ini -c Multiple-UEs -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=391), at t=0.047s, event #430)
/tutorials/nr/ -f omnetpp.ini -c Single-UE -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=355), at t=0.047s, event Unipisa#265)
/tutorials/nr/ -f omnetpp.ini -c Numerology -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) SingleCell_Standalone.ue[0].cellularNic.nrRlc.UmRxEntity Lcid: 1 cid: 134283265 (id=432), at t=0.047s, event #610)
/simulations/nr/videostreaming_dataset_generator/ -f omnetpp.ini -c UrbanNetwork -r 0 (runtime error with exitcode=1: <!> Error: Tag 'simu5g::PdcpTrackingTag' is absent -- in module (simu5g::UmRxEntity) UrbanNetwork.gnb1.cellularNic.rlc.UmRxEntity Lcid: 1 cid: 134479873 (id=1286), at t=0.009s, event #755)
----------------------------------------------------------------------
Ran 127 tests in 16.451s
FAILED (errors=119)1 parent c292186 commit 40a850c
3 files changed
Lines changed: 70 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
108 | 120 | | |
109 | 121 | | |
110 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | | - | |
| 322 | + | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
344 | | - | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
345 | 356 | | |
346 | 357 | | |
347 | 358 | | |
| |||
358 | 369 | | |
359 | 370 | | |
360 | 371 | | |
361 | | - | |
| 372 | + | |
362 | 373 | | |
363 | 374 | | |
364 | 375 | | |
| |||
479 | 490 | | |
480 | 491 | | |
481 | 492 | | |
482 | | - | |
483 | | - | |
484 | | - | |
485 | 493 | | |
486 | 494 | | |
487 | 495 | | |
488 | | - | |
489 | | - | |
| 496 | + | |
490 | 497 | | |
491 | 498 | | |
492 | 499 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
81 | | - | |
| 83 | + | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| 91 | + | |
| 92 | + | |
89 | 93 | | |
90 | 94 | | |
91 | 95 | | |
| |||
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
113 | | - | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
| |||
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
123 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
125 | 132 | | |
126 | 133 | | |
| |||
130 | 137 | | |
131 | 138 | | |
132 | 139 | | |
133 | | - | |
| 140 | + | |
134 | 141 | | |
135 | 142 | | |
| 143 | + | |
| 144 | + | |
136 | 145 | | |
| 146 | + | |
| 147 | + | |
137 | 148 | | |
138 | 149 | | |
139 | 150 | | |
| |||
144 | 155 | | |
145 | 156 | | |
146 | 157 | | |
147 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
148 | 161 | | |
149 | 162 | | |
150 | 163 | | |
| |||
157 | 170 | | |
158 | 171 | | |
159 | 172 | | |
160 | | - | |
161 | 173 | | |
162 | 174 | | |
163 | | - | |
| 175 | + | |
164 | 176 | | |
165 | 177 | | |
166 | 178 | | |
| |||
169 | 181 | | |
170 | 182 | | |
171 | 183 | | |
172 | | - | |
173 | | - | |
174 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
175 | 192 | | |
176 | 193 | | |
177 | 194 | | |
| |||
204 | 221 | | |
205 | 222 | | |
206 | 223 | | |
207 | | - | |
| 224 | + | |
208 | 225 | | |
209 | 226 | | |
210 | 227 | | |
211 | 228 | | |
212 | 229 | | |
213 | | - | |
| 230 | + | |
214 | 231 | | |
215 | 232 | | |
216 | 233 | | |
217 | 234 | | |
218 | 235 | | |
219 | 236 | | |
220 | 237 | | |
221 | | - | |
| 238 | + | |
222 | 239 | | |
223 | 240 | | |
224 | 241 | | |
225 | 242 | | |
226 | 243 | | |
227 | | - | |
| 244 | + | |
228 | 245 | | |
229 | 246 | | |
230 | 247 | | |
231 | 248 | | |
232 | 249 | | |
233 | 250 | | |
234 | | - | |
235 | | - | |
| 251 | + | |
236 | 252 | | |
237 | 253 | | |
238 | 254 | | |
| |||
0 commit comments