Skip to content

v1.6.2

Compare
Choose a tag to compare
@JFrgs JFrgs released this 15 Feb 22:12
· 75 commits to main since this release
e73b78f

NEF APIs / backend

  • Create environment variable for MongoClient host 👉 MONGO_CLIENT
  • Add publish service from evolved5g library to publish the service APIs into CAPIF
  • Add service description json files to support the publish service
  • Fix LOCATION_REPORTING one time requests bug (commit e27c824)

Docker 🐳

  • Change mongo service in docker-compose 👉mongo_nef
  • Create env variables for CAPIF hostname 👉CAPIF_HOST
  • Create env variables for CAPIF ports 👉CAPIF_HTTP_PORT CAPIF_HTTP_PORT

Libraries

  • 🪛 Fix python version incompatibility between docker-image and poetry (from 3.9.7 👉 ^3.9.7)

Other

  • ✔ Add /app/app/core/certificates folder to save certificates from CAPIF locally
  • ✔ Creation of Test descriptions for UE_REACHABILITY and LOSS_OF_CONNECTIVITY events on Monitoring Event API /docs/test_plan
  • 🪛 Fix python make db-reset command