uw-ictd / colte

Community LTE Project
MIT License
59 stars 27 forks source link

fixed build issues and updated readme #132

Closed dr-phil closed 7 months ago

dr-phil commented 7 months ago

Currently, trying to build from source by running sudo make gives the user some npm erros. This was due to outdated package-lock.json files and node_modules folders. This PR edits the makefile so we generate a new clean package-lock and node_modules on each build.

After successfully building and installing, running sudo colteconf update causes a python type error because, while we recently merged a PR to fix colteconf_cn_4g.py it still cannot parse /etc/open5gs/mme.yaml out of the box for version 2.7.0. Until we fix the parsing, our readme should warn users about this.

spencersevilla commented 7 months ago

Just leaving a comment to say thanks for this contribution! I've been underwater on some unrelated projects and hope to get to this within the week.