From 19c530c5e7be14c518c8c0e65855c658b78d0146 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 13 Oct 2010 23:52:01 +0200 Subject: ipaccess: Put our extensions to the protocol into the same enum Rename NAT_IPAC_PROTO_MGCP to IPAC_PROTO_MGCP and place it in the enum. We need to be prepared to change this number if IPA is ever going to use it for something else. --- openbsc/include/openbsc/ipaccess.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbsc/include/openbsc/ipaccess.h') diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h index f8ddfd467..b36811ce3 100644 --- a/openbsc/include/openbsc/ipaccess.h +++ b/openbsc/include/openbsc/ipaccess.h @@ -18,6 +18,9 @@ enum ipaccess_proto { IPAC_PROTO_IPACCESS = 0xfe, IPAC_PROTO_SCCP = 0xfd, IPAC_PROTO_OML = 0xff, + + /* OpenBSC extensions */ + IPAC_PROTO_MGCP = 0xfc, }; enum ipaccess_msgtype { -- cgit v1.2.3