forked from sigscale/ocs
-
Notifications
You must be signed in to change notification settings - Fork 0
Online Charging System
License
kalpacg/ocs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# ocs ## Building 1. mkdir ../ocs.build (create build directory) 2. cd ../ocs.build (change working directory for build) 3. ../ocs/configure (creates Makefiles) 4. make (builds entire package) 5. make check (run dialyzer and common_test) ## Installing 1. sudo make install (installs embedded application in system) ## Cleaning 1. make clean (removes files created with make) 2. make distclean (removes files created with configure also) ## Options ../ocs/configure --enable-debug
About
Online Charging System
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Erlang 83.4%
- HTML 12.8%
- C 2.0%
- Makefile 1.1%
- Other 0.7%