RDS_EP_TYPE_CTRL
if ((cmp.cmp_eptype != RDS_EP_TYPE_CTRL) &&
if (cmp.cmp_eptype == RDS_EP_TYPE_CTRL) {
ctrlep->ep_type = RDS_EP_TYPE_CTRL;
if (ep->ep_type == RDS_EP_TYPE_CTRL) {