summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther2011-07-23 09:59:24 +0200
committerHolger Hans Peter Freyther2011-07-23 09:59:24 +0200
commit59b3175dfb6e98c2b8657257d530054d28f73cf3 (patch)
tree6c72875bfaacde4212727c31bcd9ce240f582f1c /include
parentremove DLRSL and DLNM, we don't need them (diff)
downloadlibosmocore-59b3175dfb6e98c2b8657257d530054d28f73cf3.tar.gz
libosmocore-59b3175dfb6e98c2b8657257d530054d28f73cf3.tar.xz
libosmocore-59b3175dfb6e98c2b8657257d530054d28f73cf3.zip
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')
-rw-r--r--include/osmocom/gsm/protocol/ipaccess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/ipaccess.h b/include/osmocom/gsm/protocol/ipaccess.h
index 2792572..5d98a21 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 {