Hello,
sorry - I saw, that sms table is in sms.db, so the line in run.sh to clean the table should maybe be sqlite3 sms.db "delete from sms"
greetings,
Andreas
On Sat, May 13, 2017 at 03:47:23PM +0200, Andreas Mueller wrote:
Hallo,when setting up a 3G network with the nano3G the default filename of the HLR according to osmo-hlr is hlr.db (source code: hlr.c), but the run.sh script, which is included in https://osmocom.org/attachments/download/2636/3G-config-example-v5.tar tries to access hlr.sqlite3 (7th line: sqlite3 hlr.sqlite3 "delete from sms"). So, when starting an error message occures: "Error: no such table: sms".
greetings, Andreas