I downloaded and built the latest version of openbsc/libosmocore (that's today's version), but when running, it hangs on this part: <0005> abis_nm.c:519 OC=BASEBAND TRANSCEIVER(04) INST=(00,00,ff) IPACCESS(0xe1): RSL CONNECT ACK IP=10.100.1.22 PORT=3003 STREAM=0x00 <0005> abis_nm.c:519 OC=CHANNEL(03) INST=(00,00,00) CHANGE ADMINISTRATIVE STATE NACK CAUSE=Message cannot be performed <0005> abis_nm.c:519 OC=CHANNEL(03) INST=(00,00,01) CHANGE ADMINISTRATIVE STATE NACK CAUSE=Message cannot be performed <0005> abis_nm.c:519 OC=CHANNEL(03) INST=(00,00,02) CHANGE ADMINISTRATIVE STATE NACK CAUSE=Message cannot be performed <0005> abis_nm.c:519 OC=CHANNEL(03) INST=(00,00,03) CHANGE ADMINISTRATIVE STATE NACK CAUSE=Message cannot be performed <0005> abis_nm.c:519 OC=CHANNEL(03) INST=(00,00,04) CHANGE ADMINISTRATIVE STATE NACK CAUSE=Message cannot be performed <0005> abis_nm.c:519 OC=CHANNEL(03) INST=(00,00,05) CHANGE ADMINISTRATIVE STATE NACK CAUSE=Message cannot be performed <0005> abis_nm.c:519 OC=CHANNEL(03) INST=(00,00,06) CHANGE ADMINISTRATIVE STATE NACK CAUSE=Message cannot be performed <0005> abis_nm.c:519 OC=CHANNEL(03) INST=(00,00,07) CHANGE ADMINISTRATIVE STATE NACK CAUSE=Message cannot be performed <0005> abis_nm.c:519 OC=RADIO CARRIER(02) INST=(00,00,ff) STATE CHG: OP_STATE=Disabled AVAIL=Off line(03) <0005> abis_nm.c:519 OC=RADIO CARRIER(02) INST=(00,00,ff) Software Activated Report <0005> abis_nm.c:1770 Set TRX Attr (bts=0,trx=0) <0005> abis_nm.c:519 OC=RADIO CARRIER(02) INST=(00,00,ff) Sending OPSTART <0005> abis_nm.c:519 OC=RADIO CARRIER(02) INST=(00,00,ff) STATE CHG: OP_STATE=Disabled AVAIL=OK(ff) ADM=Unlocked <0005> abis_nm.c:519 OC=RADIO CARRIER(02) INST=(00,00,ff) Sending OPSTART
It stops there and nanoBTS keeps blinking green light. When running an older version (without libosmocore), it works well. Is this a familiar behaviour, any idea?
Thnx.
On Tuesday 30 March 2010 17:56:29 Nordin wrote:
It stops there and nanoBTS keeps blinking green light. When running an older version (without libosmocore), it works well. Is this a familiar behaviour, any idea?
Oh, could you try a git bisect on the master branch then?
Something like this could work
$ git bisect libosmocore (this will limit revs to the library) $ git bisect good GOOD_VERSION of libosmocore $ git bisect bad HEAD
then on each step try to build libosmocore and openbsc and try.
thanks z.
Hi,
On Tue, Mar 30, 2010 at 05:56:29PM +0200, Nordin wrote:
I downloaded and built the latest version of openbsc/libosmocore (that's today's version), but when running, it hangs on this part:
it might be the EDGE coding scheme attribute that I more or less inadvertently merged while merging the gprs config part. Apart from that, creating a pcap of the good and failed start and looking at the differences might help, too...
On Tuesday 30 March 2010 17:56:29 Nordin wrote:
It stops there and nanoBTS keeps blinking green light. When running an older version (without libosmocore), it works well. Is this a familiar behaviour, any idea?
Okay, I'm seeing the same on a rugby sized nanoBTS and I should have some time this week to address it.
Hi Holger and friends,
I also want to say that at this period I can't help developing on the OpenBSC as I just don't have the time for it (just have a new born son a few months ago). All I can do is do some testing for you and inform the list if I encounter abnormal behavior.
On 5-4-2010 15:33, Holger Freyther wrote:
On Tuesday 30 March 2010 17:56:29 Nordin wrote:
It stops there and nanoBTS keeps blinking green light. When running an older version (without libosmocore), it works well. Is this a familiar behaviour, any idea?
Okay, I'm seeing the same on a rugby sized nanoBTS and I should have some time this week to address it.