Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
147 stars 83 forks source link

Bug: Processing of data packet when D2D-UE is not associated to any eNB/gNB #175

Closed stefanSchuhbaeck closed 1 year ago

stefanSchuhbaeck commented 1 year ago

This can happen when handovers are active and a UE leaves a eNB but cannot attach to a new one. In this case the UE is associated with a dummy master_Id of zero which does not have any data, leading to nullpointers in the mac layer processing

See #174

giovanninardini commented 1 year ago

174 has been merged. Thanks.