diff options
-rw-r--r-- | include/osmocom/gsm/protocol/gsm_04_08_gprs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h index 13820a78..61304c09 100644 --- a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h +++ b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h @@ -112,6 +112,7 @@ enum gsm48_gprs_ie_sm { /* Fake IEs that are not present on the Layer3 air interface, * but which we use to simplify internal APIs */ + OSMO_IE_GSM_CHARG_CHAR = 0xfc, OSMO_IE_GSM_REQ_QOS = 0xfd, OSMO_IE_GSM_REQ_PDP_ADDR = 0xfe, OSMO_IE_GSM_SUB_QOS = 0xff, |