Skip to content

Repository content optimization #2

@rhornig

Description

@rhornig

Great work, thanks for publishing it. A few comments:

  • The repo contains a lot of unnecessary binary objects like the .so files, object files, the precompiled header etc. These files are unnecessary and slow the cloning process a lot (and consume disk space)
  • A non-specified INET and Simu5G version is checked in in the project that is modified. While it makes the installation easier, it makes very hard to see what was modified in what project and makes it harder to track future changes.
  • The project references in the IDE are incorrectly set causing build issues unless it is manually corrected in the project properties dialog.
  • The project is not configured to be build form the command line and is missing some minor infrastructure files that would make the life in command line a lot easier.
  • missing installation instructions

To remedy the above issues, I have created a fork at https://github.com/inet-framework/5GTQ and fixed them. Figured out the exact INET and simu5g versions and added your changes in a separate commit. If you find it useful, please let me know and I will create a PR that you can pull back to your original project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions