Bug 2992

Summary: Send method of the LteUeNetDevice doesn't use protocolNumber parameter
Product: ns-3 Reporter: Manuel Requena <manuel.requena>
Component: lteAssignee: Manuel Requena <manuel.requena>
Status: RESOLVED FIXED    
Severity: normal CC: ns-bugs
Priority: P3    
Version: ns-3-dev   
Hardware: All   
OS: All   

Description Manuel Requena 2018-09-25 10:41:17 UTC
Send method of the LteUeNetDevice doesn't propagate protocolNumber parameter to the EpcUeNas' Send method. So when the packet is classified in EpcTftClassifier, the protocol number is deserialize from the packet.
Comment 1 Manuel Requena 2018-09-26 12:51:57 UTC
The solution propagates the protocolNumber parameter from the NetDevice to the EpcUeNas and then to the EpcTftClassifier. So, manually deserialization (of the protocol type) of the packet is not needed anymore.

Fixed in
changeset:   13809:cb31a3f56a28