Bugzilla – Bug 2992
Send method of the LteUeNetDevice doesn't use protocolNumber parameter
Last modified: 2018-09-26 12:51:57 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.
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