aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-07-09 12:46:08 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2017-07-09 12:46:08 +0200
commit5a54dcbc3879156485c28a2b79339b947fb50c61 (patch)
tree8cba2266e3093cfaa7ef89befc6f90e1808270b5
parent15b6d4131c853937fa70ca8a2fa96bed4c5a22fa (diff)
gsm_04_08/sgsn: Add another IE for internal usage in the sgsn
The PDP charging characteristics will be returned from the PDP selection code and be used in the SGSN. It is following the same approach as the QoS and PDP addr. It is a bit of a pity that we have to define this in a different project. Change-Id: I7815c5dfd7b7fb0ea78d816ebfb3abfbf0090afe
-rw-r--r--include/osmocom/gsm/protocol/gsm_04_08_gprs.h1
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,