Good day list
We acquired a BS-11 microBTS a while ago and in the preliminary stages
of setting up the equipment came upon the following:
background -
1. we installed OpenBSC as per the OpenBSC wiki.
2. we manufactured a serial cable to interact with the BS-11.
3. using bs11_config as per the bs11_config wiki page we started the
BS-11 and got the following:
$ ./bs11_config -p /dev/ttyUSB0
bs11_config (C) 2009 by Harald Welte and Dieter Spaar
This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY
LMT LOGON: ACK
PHASE: 1 Warm Up Abis-link: Down
PHASE: 1 Warm Up Abis-link: Down
PHASE: 1 Warm Up Abis-link: Down
.
.
PHASE: 1 Warm Up Abis-link: Down
PHASE: 1 Software required Abis-link: Down
No valid safety Load file "BTSBMC76.SWI"
After this nothing further happens.
From the wiki page I conclude that the file in question is the SMU safety load that is needed to create the minimal configuration to get the BS-11 to boot.
There seem to be another firmware image needed for the BS-11 namely the HS011106.SWL
Am I correct in my assumption that the BS-11 was not preloaded with this software?
Where do I get these firmware images as the wiki page states that the project can't provide any of the firmware due to copyright constraints.
Regards
--
Paul van Wyk
_____________________________________________________
TruTeq Wireless (Pty) Ltd. Tel +27 12 667 1530
http://www.truteq.com Fax +27 12 667 1531
Copyright & Legal: http://truteq.com/legal_notice.pdf
Hi list,
Is there a tutorial in how to make a USSD application work in a OpenBSC
network?
Firstly I'm want to implement a simple "Hello World" application. eg. the
client enter with a valid USSD number (*something) and the "Hello World"
application executes.
Best Regards,
Hi Everyone.
On the OpenBSC wiki it states:
"Sending of SMS from external applications by writing to the SQL table"s .... I was wondering if anyone could fill me in how this happens and if the SMSC automatically sends the inserted SMS.
Is it as simple as inserting in to the hlr.sqlite db as follows?
INSERT INTO SMS
(created, sender_id, receiver_id, reply_path_req, status_rep_req, protocol_id, data_coding_scheme, ud_hdr_ind, text) VALUES (date, 1, 123, 0, 0, 0, 0, 0, helloworld) My end goal would be to insert a the a binary data SMS that has UDH header in the data payload I was wondering if anyone has tried this and if it will work?. Regards Adam
Hi list,
I'm trying to install the OpenBSC and made it work with a USRP N210 device.
I'm having trouble installing the OsmoBTS (following this tutorial:
http://openbsc.osmocom.org/trac/wiki/network_from_scratch). However, if I
understood correctly, this tutorial is to use the with a UmTx device, right?
Is there a tutorial to configure all the environment for a USRP device ?
Btw, I having the following compile error when compiling the OsmoBTS with
the --with-trx option:
In file included from sysmobts_test.c:22:0:
../../src/osmo-bts-sysmo/femtobts.h:7:42: fatal error:
sysmocom/femtobts/superfemto.h: No such file or directory
Best Regards,