pdch: Log pdch_ulc reason upon rx of pkt ctrl ack

Change-Id: I7c7a421b1e9189e2814e9a28698d66655fc9ba60
diff --git a/src/pdch_ul_controller.h b/src/pdch_ul_controller.h
index 776f5ba..c56945f 100644
--- a/src/pdch_ul_controller.h
+++ b/src/pdch_ul_controller.h
@@ -59,6 +59,7 @@
 	PDCH_ULC_POLL_DL_ACK, /* Expect DL ACK/NACK requested by RRBP */
 	PDCH_ULC_POLL_CELL_CHG_CONTINUE, /* Expect CTRL ACK for Pkt cell Change Continue we transmit */
 };
+extern const struct value_string pdch_ulc_tbf_poll_reason_names[];
 
 struct pdch_ulc_node {
 	struct rb_node node;	  /*! entry in pdch_ulc->tree_root */