Bugzilla – Bug 2974
Inconsistent declaration of IPV6 methods
Last modified: 2018-08-26 09:51:50 UTC
I have noticed that the functions, "AssignUeIpv6Address" and "GetUeDefaultGatewayAddress6" are locally defined in EmuEpcHelper and PointToPointEpcHelper classes, rather than inheriting them from EpcHelper class. Therefore, for the sake of consistency, these functions should be declared as pure virtual in EpcHelper class, and EmuEpcHelper and PointToPointEpcHelper classes can override them. Kind regards, Zoraze
Created attachment 3161 [details] Patch
Created attachment 3162 [details] LTE python bindings patch This patch updates the LTE python bindings after applying the first patch.
pushed in changeset 13753:af66aff96a95