diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-12-14 19:01:14 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2014-12-14 19:01:14 +0100 |
commit | 4448048828db597aa99729b2b437986f59722c0e (patch) | |
tree | f3bb6bede36b587d0592aa2edc8db5b68896b363 | |
parent | 5f91a400685c0762df5f0f3bbb0b97daaf0d2371 (diff) |
ipa: Make a reservation for the GSUP protocol
GSUP is a protocol to have the OpenBSC SGSN talk
to an exterbal system for 3GPP MAP connectivity.
-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 3de0ce17..f98ebd69 100644 --- a/include/osmocom/gsm/protocol/ipaccess.h +++ b/include/osmocom/gsm/protocol/ipaccess.h @@ -34,6 +34,7 @@ enum ipaccess_proto_ext { IPAC_PROTO_EXT_LAC = 0x02, IPAC_PROTO_EXT_SMSC = 0x03, IPAC_PROTO_EXT_ORC = 0x04, /* OML Router Control */ + IPAC_PROTO_EXT_GSUP = 0x05, /* GSUP GPRS extension */ }; enum ipaccess_msgtype { |