Skip to content

pixelsoccupied/oran-o2ims

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

O-RAN O-Cloud Manager

100%

This project is an implementation of the O-RAN O2 IMS API on top of OpenShift and ACM.

Note that at this point this is just experimental and at its very beginnings, so don't try to use it for anything close to a production environment.

Note: this README is only for development purposes.

Submodules

This repo uses submodules to pull in konflux scripts from another repo. The hack/update_deps.sh script, which is called from various Makefile targets, includes a call to git submodules update to ensure submodules are downloaded and up to date automatically in the designer workflow. If you want to skip running the update command, if you're working on something related to submodules for example, set SKIP_SUBMODULES_SYNC to yes on the make command-line, such as:

$ make SKIP_SUBMODULE_SYNC=yes ci-job
Update dependencies
hack/update_deps.sh
Skipping submodule sync
hack/install_test_deps.sh
...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.9%
  • Makefile 1.1%
  • Other 1.0%