My favorites | Sign in
Project Logo
             
Changes to /trunk/INSTALL
r65 vs. r77   Edit
  Compare: vs.   Format:
Revision r77
Go to: 
Project members, sign in to write a code review
/trunk/INSTALL   r65 /trunk/INSTALL   r77
1 open-cgf is only tested under linux. It might work under Windows, but it is unlikely to do so without changes. 1 open-cgf is only tested under linux. It might work under Windows, but it is unlikely to do so without changes.
2 If you'd like Windows support, please raise an issue at http://code.google.com/p/open-cgf/issues/list 2 If you'd like Windows support, please raise an issue at http://code.google.com/p/open-cgf/issues/list
3 Solaris support is probable, but again untested. 3 Solaris support is probable, but again untested.
4 4
5 Steps to install. 5 Steps to install.
6 0. Install Erlang, using packages from http://www.erlang.org or your distribution's package manager. 6 0. Install Erlang, using packages from http://www.erlang.org or your distribution's package manager.
7 1. Untar or use subversion to get latest software. 7 1. Untar or use subversion to get latest software.
8 2. Type 'make debug' in the ./src directory 8 2. Type 'make debug' in the ./src directory
9 3. Edit the configuration file in the ./etc directory to suit your local environment. 9 3. Copy the example configuration files e.g. cp ./etc/open-cgf.config.original ./etc/open-cgf.config
10 4. Edit the configuration file (./etc/open-cgf.config) to suit your local environment.
10 Commented-out (%%) options have a default, so leave them commented out until you have the system running... 11 Commented-out (%%) options have a default, so leave them commented out until you have the system running...
11 12
12 You are now ready to run open-cgf. 13 You are now ready to run open-cgf.
13 a. In ./bin type ./open-cgf -i 14 a. In ./bin type ./open-cgf -i
14 b. If it starts up successfully you will see many messages, and it will leave you at the Erlang shell prompt 1> 15 b. If it starts up successfully you will see many messages, and it will leave you at the Erlang shell prompt 1>
15 c. Enable your GGSN/SGSN/ITP and monitor the messages, CDRs will be automatically written. 16 c. Enable your GGSN/SGSN/ITP and monitor the messages, CDRs will be automatically written.
16 17
17 Recompiling without debug on will reduce the noise level significantly, but open-cgf is still undergoing integration and the more debug the better. 18 Recompiling without debug on will reduce the noise level significantly, but open-cgf is still undergoing integration and the more debug the better.
18 Please send any fault, bug, enhancements to feedback@3gtelcotools.com -- I'd love to hear from you. 19 Please send any fault, bug, enhancements to feedback@3gtelcotools.com -- I'd love to hear from you.
19 20
20 Cheers, 21 Cheers,
21 Bruce 22 Bruce
Hosted by Google Code