FreeCalypso > hg > fc-magnetite
comparison 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 |
comparison
equal
deleted
inserted
replaced
192:3cc9ce466065 | 193:4cb2e85d9d6a |
---|---|
92 #endif | 92 #endif |
93 | 93 |
94 SWITCH_LLC (ll_unitdesc_req->sapi); | 94 SWITCH_LLC (ll_unitdesc_req->sapi); |
95 #ifdef REL99 | 95 #ifdef REL99 |
96 llc_data->cur_pfi = ll_unitdesc_req->pkt_flow_id; /* store current packet flow identifier */ | 96 llc_data->cur_pfi = ll_unitdesc_req->pkt_flow_id; /* store current packet flow identifier */ |
97 #endif | |
98 TRACE_EVENT_P1("packet flow id = %d",ll_unitdesc_req->pkt_flow_id); | 97 TRACE_EVENT_P1("packet flow id = %d",ll_unitdesc_req->pkt_flow_id); |
98 #endif | |
99 | 99 |
100 llc_data->cur_qos = ll_unitdesc_req->ll_qos; /* store current QoS */ | 100 llc_data->cur_qos = ll_unitdesc_req->ll_qos; /* store current QoS */ |
101 llc_data->cur_radio_prio = ll_unitdesc_req->radio_prio; /* store current radio prioirity */ | 101 llc_data->cur_radio_prio = ll_unitdesc_req->radio_prio; /* store current radio prioirity */ |
102 /* The stored PFI,QOS and radio priority is later used to copy to PFI,QOS and radio priority | 102 /* The stored PFI,QOS and radio priority is later used to copy to PFI,QOS and radio priority |
103 respectively of control messages like SABM,DM,XID response,etc. */ | 103 respectively of control messages like SABM,DM,XID response,etc. */ |