|
Bugzilla – Full Text Bug Listing |
| Summary: | Send method of the LteUeNetDevice doesn't use protocolNumber parameter | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Manuel Requena <manuel.requena> |
| Component: | lte | Assignee: | 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
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 |