Skip to content

Fix: Usage of Simu5G components inside compound modules - #119

Closed
Dosclic98 wants to merge 2 commits into
Unipisa:masterfrom
Dosclic98:master
Closed

Fix: Usage of Simu5G components inside compound modules#119
Dosclic98 wants to merge 2 commits into
Unipisa:masterfrom
Dosclic98:master

Conversation

@Dosclic98

Copy link
Copy Markdown

These changes aim to fix some errors found when using the Simu5G components inside compound modules.
In the original version, there were some issues when trying to find the specified module using just the getFullName() method instead of the getFullPath().
Changed this behavior in the GptUser, TrafficFlowFilter (where I also added some code to free the allocated memory at the end of the simulation) and in the LteMacEnb modules.

Now for all the gnbs the value of the parameter gateway must be specified using the full path of the gateway module as in the following example (we suppose that the top level network is called 'Network'):
Before
**.gnb.gateway = "upf"
Now:
**.gnb.gateway = "Network.upf"

I dont't know if it is better to let the user specify it every time or implement some code that adds the network name at runtime when the gateway name specified implicitly refer to the top level (like the first one).

@giovanninardini

giovanninardini commented Mar 30, 2023

Copy link
Copy Markdown
Collaborator

Added a commit that:

  • fixes compatibility with existing simulations and merged with the master branch.
  • make it not necessary to put the name of the top-level module of the network in the gateway parameter. So, **.gnb.gateway = "upf" works as expected

avarga added a commit to inet-framework/Simu5G that referenced this pull request Nov 21, 2025
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)
avarga added a commit to inet-framework/Simu5G that referenced this pull request Dec 17, 2025
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)
avarga added a commit to inet-framework/Simu5G that referenced this pull request Jan 23, 2026
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)
avarga added a commit to inet-framework/Simu5G that referenced this pull request Feb 18, 2026
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)
avarga added a commit to inet-framework/Simu5G that referenced this pull request Feb 19, 2026
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants