Harald Welte has submitted this change and it was merged.
Change subject: gsm_04_08/sgsn: Add another IE for internal usage in the sgsn
......................................................................
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
---
M include/osmocom/gsm/protocol/gsm_04_08_gprs.h
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
index 13820a7..61304c0 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 @@
/* 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,
--
To view, visit https://gerrit.osmocom.org/3160
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7815c5dfd7b7fb0ea78d816ebfb3abfbf0090afe
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder