summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm_utils.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-14 03:21:05 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-07-23 15:32:55 +0200
commitfd80f5a04239c2ab7b561401476dd89f2861748b (patch)
tree7f35eccf3cc4768a4979b072d29836af55b299f6 /include/osmocom/gsm/gsm_utils.h
parent15b96ff70ca0c13bc5cbe6c79d85854fee1568b1 (diff)
dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCH
Add: * GSM_PCHAN_TCH_F_TCH_H_PDCH * NM_CHANC_OSMO_TCHFull_TCHHalf_PDCH * RSL_CHAN_OSMO_PDCH * RSL_ACT_OSMO_PDCH Related: OS#1776 Change-Id: Ib1a8b11f37af4686d00ac88beba38557aa29edc2
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 0fbfcba8..1ffe5797 100644
--- a/include/osmocom/gsm/gsm_utils.h
+++ b/include/osmocom/gsm/gsm_utils.h
@@ -196,6 +196,7 @@ enum gsm_phys_chan_config {
GSM_PCHAN_UNKNOWN,
GSM_PCHAN_CCCH_SDCCH4_CBCH,
GSM_PCHAN_SDCCH8_SACCH8C_CBCH,
+ GSM_PCHAN_TCH_F_TCH_H_PDCH,
_GSM_PCHAN_MAX
};