aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm_utils.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-04-19 23:18:43 +0200
committerHarald Welte <laforge@gnumonks.org>2012-04-19 23:19:10 +0200
commit81cd54a0c36cd9cf2bedd97221658a276aa2d84c (patch)
tree50051ad5f9e21198e729e2e77446f8fe91e74aa0 /include/osmocom/gsm/gsm_utils.h
parentdca7d2caaafd7d13d8c97e56330deea839ceda56 (diff)
add GSM_LCHAN_PDTCH
Diffstat (limited to 'include/osmocom/gsm/gsm_utils.h')
-rw-r--r--include/osmocom/gsm/gsm_utils.h1
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
};