mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-02 21:30:06 +00:00
| .. | ||
| .gdbinit | ||
| CLI | ||
| exportConfigTable.sh | ||
| generateConfigTable.sh | ||
| generateTeX.sh | ||
| GetConfigurationKeys.cpp | ||
| importConfigTable.sh | ||
| iptables.rules | ||
| JSONEventsClient.cpp | ||
| Makefile.am | ||
| openbts.conf | ||
| OpenBTS.cpp | ||
| OpenBTS.example.sql | ||
| OpenBTS.logrotate | ||
| OpenBTSCLI.cpp | ||
| openbtsconfig | ||
| OpenBTSConfig.h | ||
| README.DatabaseCreation | ||
| rsyslogd.OpenBTS.conf | ||
OpenBTS requires a configuration database, OpenBTS.db. In an intitial installation, OpenBTS.db is created from OpenBTS.example.sql. To do that: sh> sqlite3 OpenBTS.db sqlite3> .read OpenBTS.example.sql sqlite3> .quit Done! BTW: If OpenBTS.db already exists, you will need to delete that file before doing this procedure.