OpenBTS-UMTS/apps
Olga Bobrova d7ce14cbe7 Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
..
GetConfigurationKeys.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
Makefile.am Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
OpenBTS-UMTS.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
OpenBTS-UMTS.example.sql Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
OpenBTS-UMTSCLI.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
OpenBTS-UMTSDo.cpp Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
README.DatabaseCreation Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
UDPtest.txt Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
doppp.sh Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
fix_rad1_timing.sh Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
iptables.rules Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00
openbts-umts.conf Initial commit of OpenBTS-UMTS code 2014-10-16 14:42:05 -07:00

README.DatabaseCreation

OpenBTS-UMTS requires a configuration database, OpenBTS-UMTS.db.

In an initial installation, OpenBTS-UMTS.db is created from OpenBTS-UMTS.example.sql.

To do that:

sh> sqlite3 OpenBTS-UMTS.db
sqlite3> .read OpenBTS-UMTS.example.sql
sqlite3> .quit


Done!

The installation location of this file will be /etc/OpenBTS/OpenBTS-UMTS.db
BTW: If OpenBTS-UMTS.db already exists, you will need to delete that file before doing this procedure.