On Tue, 1 Feb 2011 21:15:13 +0100
Nico Golde <openbsc(a)ngolde.de> wrote:
Hi Nico,
I'm not completely sure if my problem is from the
same
origin (I just started to look into using openbsc with
gprs). However this patch did not resolve my problem.
This is what I've done.
diff --git a/openbsc/src/gprs/gprs_llc.c b/openbsc/src/gprs/gprs_llc.c
index 7991f4c..969c224 100644
--- a/openbsc/src/gprs/gprs_llc.c
+++ b/openbsc/src/gprs/gprs_llc.c
@@ -126,7 +126,7 @@ static struct gprs_llc_lle
*lle_by_tlli_sapi(uint32_t tlli, uint8_t sapi) {
struct gprs_llc_llme *llme;
- tlli = tlli_foreign2local(tlli);
+ //tlli = tlli_foreign2local(tlli);
llist_for_each_entry(llme, &gprs_llc_llmes, list) {
if (llme->tlli == tlli || llme->old_tlli == tlli)
Let me know if it works for you.
Cheers,
LM