ipaccess.h: Add IPAC_PROTO_EXT_ORC for OML Router Control

This commit is contained in:
Harald Welte 2014-08-18 11:34:17 +02:00
parent 8d5180e003
commit 900e180f91
1 changed files with 1 additions and 0 deletions

View File

@ -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 {