diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2015-09-23 23:18:15 +0200 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2015-09-23 23:18:15 +0200 |
commit | 5eeb17a0178a72d291cb99f2391d8ea7e9b65dd4 (patch) | |
tree | 4f271b5cc4ab17cac75be69c7796bcdf4c50a364 /include | |
parent | 3de7b05d8557a60eaa5a4dd857aa3467cecd105c (diff) |
ipaccess: add OAP proto_ext (in design).
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/gsm/protocol/ipaccess.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/ipaccess.h b/include/osmocom/gsm/protocol/ipaccess.h index f98ebd69..ba6cb3be 100644 --- a/include/osmocom/gsm/protocol/ipaccess.h +++ b/include/osmocom/gsm/protocol/ipaccess.h @@ -35,6 +35,7 @@ enum ipaccess_proto_ext { IPAC_PROTO_EXT_SMSC = 0x03, IPAC_PROTO_EXT_ORC = 0x04, /* OML Router Control */ IPAC_PROTO_EXT_GSUP = 0x05, /* GSUP GPRS extension */ + IPAC_PROTO_EXT_OAP = 0x06, /* Osmocom Authn Protocol */ }; enum ipaccess_msgtype { |