From 5a54dcbc3879156485c28a2b79339b947fb50c61 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 9 Jul 2017 12:46:08 +0200 Subject: 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 --- include/osmocom/gsm/protocol/gsm_04_08_gprs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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, -- cgit v1.2.3