aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-01-14 15:08:39 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-03 16:19:09 +0100
commitda5b3fcd32f59182f5b3a224e275e4a8b3d288d3 (patch)
tree2debbf2fb047ae406a97556f2c4bcb8596dcf990 /openbsc/src/gprs
parent5291ee5c1690bbe87994e96c9bc2a448c80bb770 (diff)
wip (reminders to self, whitespace)
Diffstat (limited to 'openbsc/src/gprs')
-rw-r--r--openbsc/src/gprs/iu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/src/gprs/iu.c b/openbsc/src/gprs/iu.c
index 7c2f5d045..56614d10f 100644
--- a/openbsc/src/gprs/iu.c
+++ b/openbsc/src/gprs/iu.c
@@ -414,7 +414,6 @@ static int sccp_sap_up(struct osmo_prim_hdr *oph, void *link)
LOGP(DGPRS, LOGL_NOTICE, "Received invalid N-CONNECT.ind\n");
return 0;
}
- /* FIXME: allocate UE context */ /* FIXME: is this fixme fixed? */
ue = ue_conn_ctx_alloc(link, prim->u.connect.conn_id);
/* first ensure the local SUA/SCCP socket is ACTIVE */
resp = make_conn_resp(&prim->u.connect);