Bug 2992 - Send method of the LteUeNetDevice doesn't use protocolNumber parameter
Send method of the LteUeNetDevice doesn't use protocolNumber parameter
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: lte
ns-3-dev
All All
: P3 normal
Assigned To: Manuel Requena
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2018-09-25 10:41 UTC by Manuel Requena
Modified: 2018-09-26 12:51 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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