Hi,
I've been trying to compile 'libnl' on my Ubuntu 11.10 and I got the error:
CC route/cls/ematch_grammar.lo
route/cls/ematch_grammar.c:773:5: error: unknown type name 'YYSTYPE'
The needed libs like byacc, bison or flex had been previously installed.
Any clue what might cause the problem?
Hi there,
I would appreciate it if you could post this question to the linux-dect
mailing list.
I've been playing with the Osmocom DECT stack for a while now, trying to
make it work in PP mode against a base station I've got. My goal right now
is just to be able to run the pp-location-update example in libdect. So
far, I've managed to compile, run and configure everything (I'm using the
COA PCI card).
dect-llme-scan shows my base station, and it has the
"location_registration" higher layer capability.
However, running the pp-location-update example results in the following
output:
"FP does not support location registration".
The debug output from the kernel shows the following (apparently)
interesting things:
1. "incomplete:SARI" is repeated a few times.
2. After a while, "timeout"
3. This repeats forever, with lots of seemingly "redundant" (and
uninteresting) debug output in between.
I'm guessing that the MAC layer doesn't want to lock on to the base station
for some reason.
I found the code that does this in mac_csf.c, but I'm clueless as to what I
can actually do about it.
I wonder if you could help me with this somehow. Perhaps you could point me
to the right direction as to what could be changed in order for this to
work? Or why does the stack not lock onto the base station?
The base station does work with commercial DECT PPs, so some changes to the
mac_csf code should probably make it work. I'm pretty good at playing with
kernel code, I'm just not sure what is the right thing to do.
I appreciate the help.
Matt Hess
Hi,
On avg. we get 2 spam tickets a day on Trac. Can you add some level of spam protection to add a ticket?
*CAPTCHA
*login required < this barrier is the quickest... (and is the same as other osmocom tracs)
*changed ticket flow ( ticket not visible before approval)
Best,
Allard
Greetings-
I'm trying to compile from the git sources, based on the 2.6 kernel included on the website. This is an an x86_64 install (originally CentOS 6, but I've got kernel 3.0.4 running on it now)...
I'm having a heck of a time getting the DECT stuff to compile in the kernel. my make keeps failing-
In file included from /home/jfreeman/linux-2.6/include/net/dect/dect.h:147,
from /home/jfreeman/linux-2.6/drivers/dect/coa/sc1442x.c:19:
/home/jfreeman/linux-2.6/include/net/dect/identities.h:55: error: field âarcâ has incomplete type
make[4]: *** [drivers/dect/coa/sc1442x.o] Error 1
make[3]: *** [drivers/dect/coa] Error 2
make[2]: *** [drivers/dect] Error 2
make[1]: *** [drivers] Error 2
make: *** [sub-make] Error 2
That's the most recent failure, after I removed the enum dect_ari_classes from dect_netlink.h
Anyone have any thoughts or suggestions?
Thanks-
Joe
Hi,
I'm trying to understand siemens proprietary protocol and I'd like to add
some data on the wiki (add new pcap, and dumps).
How do I create an account on the wiki ? (it asks for a login/password)
Does someone have pcaps for other siemens phones ?
Thanks
Hi again,
Since I got the pcap to work with dect I'm trying to capture traffic
between a handset and its base.
I've been able to find my FP with dect-llme-scan (as specified here
http://dect.osmocom.org/trac/dect/wiki/Configuration), but now I'd like
to lock to this FP and capture the traffic with wireshark.
I've used the dectmon utility but it's locking to other FP.
Is there a way to lock to a specific FP ?
Is there a how to somewhere for capturing traffic ?
Thanks again,
Romain
Hi,
I'm trying to build a kernel from the git repository with dect stack
enabled but i get this error :
net/dect/ccp.c:25:27: fatal error: net/tipc/tipc.h:
it appears that this file has been removed in kernel 2.6.36
Do you have any idea to solve this problem ?
Thanks