diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-07-23 09:59:24 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-07-23 09:59:24 +0200 |
commit | 59b3175dfb6e98c2b8657257d530054d28f73cf3 (patch) | |
tree | 6c72875bfaacde4212727c31bcd9ce240f582f1c /include/osmocom/gsm | |
parent | 95f7eb288c4b8b69d61fa8d68957fb21f09e11e5 (diff) |
ipaccess: Reserve an extensions for an external SMSC connection
This could be used to submit SMS to OpenBSC and to get informed
about new SMS coming from OpenBSC.
Diffstat (limited to 'include/osmocom/gsm')
-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 27925725..5d98a21f 100644 --- a/include/osmocom/gsm/protocol/ipaccess.h +++ b/include/osmocom/gsm/protocol/ipaccess.h @@ -33,6 +33,7 @@ enum ipaccess_proto_ext { IPAC_PROTO_EXT_CTRL = 0x00, IPAC_PROTO_EXT_MGCP = 0x01, IPAC_PROTO_EXT_LAC = 0x02, + IPAC_PROTO_EXT_SMSC = 0x03, }; enum ipaccess_msgtype { |