I have a ip.access nanoBTS (version 165AU9012)v(37) and have been using it with a very early version of OpenBSC (OpenBSC 0.01) and am now trying to upgrade to the latest version downloaded from GIT (OpenBSC version 0.9.0.565-993d).
When I use the configuration that works on the old version, with this latest version, I get the following error:
user@ubuntu:~/openbsc/src$ ./bsc_hack <0005> bsc_init.c:1024 WARNING: You are running an 'accept-all' network on a BTS that is not barred. This configuration is likely to interfere with production GSM networks and should only be used in a RF shielded environment such as a faraday cage!
<0005> bsc_init.c:1024 WARNING: You are running an 'accept-all' network on a BTS that is not barred. This configuration is likely to interfere with production GSM networks and should only be used in a RF shielded environment such as a faraday cage!
DB: Database initialized. DB: Database prepared. <000d> input/ipaccess.c:632 accept()ed new OML link from 192.168.2.3 <000d> input/ipaccess.c:477 no matching signalling link for hh->proto=0xff <000d> input/ipaccess.c:477 no matching signalling link for hh->proto=0xff <000d> input/ipaccess.c:477 no matching signalling link for hh->proto=0xff
Can anyone explain why I get this error and maybe send me a config that would work?
Hi Stephen,
On Fri, Jun 25, 2010 at 05:46:09PM +0100, Stephen Mortimer wrote:
DB: Database initialized. DB: Database prepared. <000d> input/ipaccess.c:632 accept()ed new OML link from 192.168.2.3 <000d> input/ipaccess.c:477 no matching signalling link for hh->proto=0xff <000d> input/ipaccess.c:477 no matching signalling link for hh->proto=0xff <000d> input/ipaccess.c:477 no matching signalling link for hh->proto=0xff
it sounds like you are missing an ' oml ip.access stream_id 255' at the 'bts 0' level of your config.
On 06/26/2010 12:46 AM, Stephen Mortimer wrote:
<000d> input/ipaccess.c:632 accept()ed new OML link from 192.168.2.3 <000d> input/ipaccess.c:477 no matching signalling link for hh->proto=0xff <000d> input/ipaccess.c:477 no matching signalling link for hh->proto=0xff <000d> input/ipaccess.c:477 no matching signalling link for hh->proto=0xff
oml ip.access stream_id 255
do you have such a line or not?
Can anyone explain why I get this error and maybe send me a config that would work?
Well, send your config and we say what is wrong with it. There are two working nanoBTS configs inside the repository...
Thanks Peter, Harald, I have checked my config and I have the line you both mention. Please find attached a copy of the config I am trying to get working. I would much appreciate your help in checking what needs adding/removing. Many thanks, Steve
Try removing
--- oml ip.access stream_id 255 oml e1 line 0 timeslot 1 sub-slot full oml e1 tei 25
rsl e1 line 0 timeslot 1 sub-slot full rsl e1 tei 1 ---
and all the
--- e1 line 0 timeslot ? sub-slot ??? ---
My latest config doesn't have any 'e1' config left and it works fine.
Sylvain