mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 07:08:11 +00:00
1,012 B
1,012 B
Ubuntu
-
To install JDK(Java) $ sudo apt install default-jdk
-
To install Node.js $ sudo apt update $ sudo apt install curl $ curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - $ sudo apt install nodejs
-
To install OpenAPI Geneator $ sudo npm install @openapitools/openapi-generator-cli -g
$ Run generator $ sudo openapi-generator-cli version-manager set 6.4.0 $ ./generator.sh
MacOSX
-
To install JDK(Java) $ brew install openjdk
-
To install Node.js $ brew install node
-
To install OpenAPI Geneator $ npm install @openapitools/openapi-generator-cli -g
$ Run generator $ openapi-generator-cli version-manager set 6.4.0 $ ./generator.sh
How to upgrade SBI
- Download the *.yaml from etsi.org
- Copy *.yaml to standard/modified directory
- Run ./generator.sh and check for openapi-generator-cli errors
- If you copy the entire OLD version without ERROR to modified, you can identify the problem.
- Check the *.yaml below in the OLD version to apply the changes.