diff options
| author | Harald Welte <laforge@gnumonks.org> | 2014-08-18 11:34:17 +0200 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2014-08-18 11:34:17 +0200 | 
| commit | 900e180f919d788adf55202a9d56e6ef7458de82 (patch) | |
| tree | 4dc67bda80f28c2600f27224bed44982d1359567 /include | |
| parent | 8d5180e003919326e35104d5c32c2c32b0714cb7 (diff) | |
ipaccess.h: Add IPAC_PROTO_EXT_ORC for OML Router Control
Diffstat (limited to 'include')
| -rw-r--r-- | include/osmocom/gsm/protocol/ipaccess.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/protocol/ipaccess.h b/include/osmocom/gsm/protocol/ipaccess.h index 254c2bcd..3de0ce17 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 {  | 
