You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Latest Release is v1.2.0 which is aligned with ns-3.38. It was released almost a year earlier in June 2023.
v1.2.0 can be built with examples enabled on ns-3.40.
I was also able to build the latest commit off main (7dc5b1b) which is supposed to align with ns-3.41.
I meet the same problem if you slove the problem please tell me thank very much!!!!!(besides I'm not a native speaker if any word offenses you please forgive me thank's a lot)
Hi, I encountered the same problem and was able to circumvent it by commenting the line "add_subdirectory(multi-bss)" inside the examples' CMakeLists.txt. A better solution is updating the MakeEnumAccessor of the class VrBurstGenerator, I did not try to do it though.
Succesfully configured NS3-AI with NS-3.42(Nov 23, 2024)
Docker Envirenment information ! conda
Ubuntu 20.04
protobuf tag v21.12 with cmake installation
NS3-AI/CmakeLists.txt file modifications
Replace line 64 at vr-burst-generation.cc file MakeEnumAccessor(&VrBurstGenerator::m_appName),
Done with dynamic resources allocation in 5G-lena(NR) by implementing SDN based Network Slicing using NS3-AI in NS3
The Latest Release is v1.2.0 which is aligned with ns-3.38. It was released almost a year earlier in June 2023.
v1.2.0 can be built with examples enabled on ns-3.40.
I was also able to build the latest commit off main (7dc5b1b) which is supposed to align with ns-3.41.
Builds off
main
, however, fail when examples are enabled and the ns3 version is 3.40.Errors occurs in the vr-burst-generator example (examples/multi-bss/vr-app/model/vr-burst-generator.cc#L64).
Please tell which commit supports ns3.40 with examples enabled.
The text was updated successfully, but these errors were encountered: