diff src/g23m-gprs/llc/llc_uitxp.c @ 193:4cb2e85d9d6a

src/g23m-gprs/llc/llc_{itxp,uitxp}.c: compilation fixes for !REL99
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 13 Oct 2016 23:09:26 +0000
parents 219afcfc6250
children
line wrap: on
line diff
--- a/src/g23m-gprs/llc/llc_uitxp.c	Thu Oct 13 23:03:42 2016 +0000
+++ b/src/g23m-gprs/llc/llc_uitxp.c	Thu Oct 13 23:09:26 2016 +0000
@@ -94,8 +94,8 @@
     SWITCH_LLC (ll_unitdesc_req->sapi);
 #ifdef REL99
     llc_data->cur_pfi        = ll_unitdesc_req->pkt_flow_id; /* store current packet flow identifier */
+    TRACE_EVENT_P1("packet flow id = %d",ll_unitdesc_req->pkt_flow_id);
 #endif
-    TRACE_EVENT_P1("packet flow id = %d",ll_unitdesc_req->pkt_flow_id);
 
     llc_data->cur_qos        = ll_unitdesc_req->ll_qos;      /* store current QoS */
     llc_data->cur_radio_prio = ll_unitdesc_req->radio_prio; /* store current radio prioirity */