[GPRS] introudce PDCH and PDCH/TCH physical channels

GPRS needs PDCH (Packet Data Channels), and we need support in
our data model as well as OML and RSL for it
diff --git a/openbsc/src/gsm_data.c b/openbsc/src/gsm_data.c
index de9f4b9..3464290 100644
--- a/openbsc/src/gsm_data.c
+++ b/openbsc/src/gsm_data.c
@@ -45,6 +45,8 @@
 	[GSM_PCHAN_TCH_F]	= "TCH/F",
 	[GSM_PCHAN_TCH_H]	= "TCH/H",
 	[GSM_PCHAN_SDCCH8_SACCH8C] = "SDCCH8",
+	[GSM_PCHAN_PDCH]	= "PDCH",
+	[GSM_PCHAN_TCH_F_PDCH]	= "TCH/F_PDCH",
 	[GSM_PCHAN_UNKNOWN]	= "UNKNOWN",
 };