aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_08_gprs.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-02 21:07:14 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-04 07:20:44 +0200
commit0c3eae0011af64f3fdf8619bfaf97bc459bc5c11 (patch)
tree4fda88d0a4019ce84c081da20279f109fd184b9f /openbsc/include/openbsc/gsm_04_08_gprs.h
parentd60570991fd5a5454306752af8eb4b37c2ce5b6e (diff)
[gprs] GMM: print more details about PDP context activation request
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_08_gprs.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_08_gprs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_04_08_gprs.h b/openbsc/include/openbsc/gsm_04_08_gprs.h
index 7f9aa76e1..86adea156 100644
--- a/openbsc/include/openbsc/gsm_04_08_gprs.h
+++ b/openbsc/include/openbsc/gsm_04_08_gprs.h
@@ -105,7 +105,6 @@ struct gsm48_attach_ack {
struct gsm48_act_pdp_ctx_req {
uint8_t req_nsapi;
uint8_t req_llc_sapi;
- uint8_t req_qos_lv[4];
uint8_t data[0];
} __attribute__((packed));