From 59b3175dfb6e98c2b8657257d530054d28f73cf3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 23 Jul 2011 09:59:24 +0200 Subject: [PATCH] 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. --- include/osmocom/gsm/protocol/ipaccess.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osmocom/gsm/protocol/ipaccess.h b/include/osmocom/gsm/protocol/ipaccess.h index 279257253..5d98a21f7 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 {