aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ipaccess.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-09-30 06:26:38 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-09-30 06:27:21 +0200
commitf734a1448597d824c8dc505cbd1a91c8d8289d27 (patch)
tree35a8e59e446d17dee7b3a2268014c5d5748a78a7 /openbsc/include/openbsc/ipaccess.h
parentd5f052230ce5f47774b6abd09ee3b1664639b931 (diff)
[ipaccess] Add SCCP/A descriminator
Diffstat (limited to 'openbsc/include/openbsc/ipaccess.h')
-rw-r--r--openbsc/include/openbsc/ipaccess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index 93acebb1d..87942f270 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -11,6 +11,7 @@ struct ipaccess_head {
enum ipaccess_proto {
IPAC_PROTO_RSL = 0x00,
IPAC_PROTO_IPACCESS = 0xfe,
+ IPAC_PROTO_SCCP = 0xfd,
IPAC_PROTO_OML = 0xff,
};