aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_sndcp.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-01 12:31:10 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-01 12:31:10 +0200
commit362aea0f4d31dfa589ba533e064f7a16103b0b82 (patch)
tree7dae8bb4567e2dab2b740c9db682d9a19f870df7 /openbsc/src/gprs/gprs_sndcp.c
parentfd29a1f6ccaef05b70ec4dd47e6e236e914a6d84 (diff)
[SGSN] SNDCP: Initialize defrag list header
Diffstat (limited to 'openbsc/src/gprs/gprs_sndcp.c')
-rw-r--r--openbsc/src/gprs/gprs_sndcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/gprs/gprs_sndcp.c b/openbsc/src/gprs/gprs_sndcp.c
index 20f4fc76f..ebda26c63 100644
--- a/openbsc/src/gprs/gprs_sndcp.c
+++ b/openbsc/src/gprs/gprs_sndcp.c
@@ -265,6 +265,7 @@ static struct gprs_sndcp_entity *gprs_sndcp_entity_alloc(struct gprs_llc_lle *ll
sne->defrag.timer.data = sne;
//sne->fqueue.timer.cb = FIXME;
sne->rx_state = SNDCP_RX_S_FIRST;
+ INIT_LLIST_HEAD(&sne->defrag.frag_list);
llist_add(&sne->list, &gprs_sndcp_entities);