diff options
| author | Harald Welte <laforge@gnumonks.org> | 2012-04-19 23:18:43 +0200 | 
|---|---|---|
| committer | Harald Welte <laforge@gnumonks.org> | 2012-04-19 23:19:10 +0200 | 
| commit | 81cd54a0c36cd9cf2bedd97221658a276aa2d84c (patch) | |
| tree | 50051ad5f9e21198e729e2e77446f8fe91e74aa0 /include | |
| parent | dca7d2caaafd7d13d8c97e56330deea839ceda56 (diff) | |
add GSM_LCHAN_PDTCH
Diffstat (limited to 'include')
| -rw-r--r-- | include/osmocom/gsm/gsm_utils.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm_utils.h b/include/osmocom/gsm/gsm_utils.h index c9a31016..6d316727 100644 --- a/include/osmocom/gsm/gsm_utils.h +++ b/include/osmocom/gsm/gsm_utils.h @@ -143,6 +143,7 @@ enum gsm_chan_t {  	GSM_LCHAN_TCH_H,  	GSM_LCHAN_UNKNOWN,  	GSM_LCHAN_CCCH, +	GSM_LCHAN_PDTCH,  	_GSM_LCHAN_MAX  };  | 
