aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith <keith@rhizomatica.org>2021-09-29 21:04:37 +0200
committerKeith <keith@rhizomatica.org>2021-09-29 21:05:20 +0200
commit3f43134b6b4d0459457b1edca7693ce418ea4048 (patch)
tree63642c666a6b225210ce43c68bb11d3dd39b8488
parent4e3b594e9364bfc7b278aea4fbeeb362a56f67ee (diff)
GPRS: Add PDP_TYPE_N_IETF_IPv4v6
-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 dbac2597..4729e141 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08_gprs.h
@@ -291,6 +291,7 @@ enum gsm48_pdp_type_nr {
PDP_TYPE_N_ETSI_PPP = 0x01,
PDP_TYPE_N_IETF_IPv4 = 0x21,
PDP_TYPE_N_IETF_IPv6 = 0x57,
+ PDP_TYPE_N_IETF_IPv4v6 = 0x8D,
};
/* Figure 10.5.138/24.008 / Chapter 10.5.6.5 */