Files
openbts/apps
2014-07-16 23:57:22 +02:00
..
2014-07-16 23:57:22 +02:00
2014-03-25 00:06:30 +01:00
2013-08-14 00:52:14 +00:00
2013-08-14 00:52:14 +00:00
2013-08-14 00:52:14 +00:00
2013-08-14 00:52:14 +00:00
2014-03-25 00:06:30 +01:00
2014-07-16 23:57:22 +02:00
2014-03-25 00:06:30 +01:00
2014-07-16 23:57:22 +02:00
2014-03-25 00:06:30 +01:00
2014-03-25 00:06:30 +01:00

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.