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
This commit is contained in:
Holger Hans Peter Freyther 2017-07-09 12:46:08 +02:00
parent 15b6d4131c
commit 5a54dcbc38
1 changed files with 1 additions and 0 deletions

View File

@ -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,