From 900e180f919d788adf55202a9d56e6ef7458de82 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 18 Aug 2014 11:34:17 +0200 Subject: [PATCH] ipaccess.h: Add IPAC_PROTO_EXT_ORC for OML Router Control --- 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 254c2bcd1..3de0ce174 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_MGCP = 0x01, IPAC_PROTO_EXT_LAC = 0x02, IPAC_PROTO_EXT_SMSC = 0x03, + IPAC_PROTO_EXT_ORC = 0x04, /* OML Router Control */ }; enum ipaccess_msgtype {