Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Releases and Compatibility #112

Open
kitswas opened this issue Mar 17, 2024 · 3 comments
Open

Releases and Compatibility #112

kitswas opened this issue Mar 17, 2024 · 3 comments

Comments

@kitswas
Copy link

kitswas commented Mar 17, 2024

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).

no matching function for call to ‘MakeEnumAccessorns3::VrBurstGenerator::VrAppName(ns3::VrBurstGenerator::VrAppName ns3::VrBurstGenerator::*)’ ...

Please tell which commit supports ns3.40 with examples enabled.

@lemonixxxx
Copy link

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)

@SirCrocker
Copy link

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.

@Muhammaduazir69
Copy link

Muhammaduazir69 commented Nov 23, 2024

ns3-ai-installation2

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants