d7ce14cbe7 | ||
---|---|---|
.. | ||
GetConfigurationKeys.cpp | ||
Makefile.am | ||
OpenBTS-UMTS.cpp | ||
OpenBTS-UMTS.example.sql | ||
OpenBTS-UMTSCLI.cpp | ||
OpenBTS-UMTSDo.cpp | ||
README.DatabaseCreation | ||
UDPtest.txt | ||
doppp.sh | ||
fix_rad1_timing.sh | ||
iptables.rules | ||
openbts-umts.conf |
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.