This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.
Luca Melette luca at srlabs.deOn Tue, 1 Feb 2011 21:15:13 +0100
Nico Golde <openbsc at 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