Commit cd11f8d7 authored by masayuki.harada's avatar masayuki.harada

Fix comment.

parent 5039fe67
......@@ -50,7 +50,7 @@ static void nr_pdcp_entity_recv_pdu(nr_pdcp_entity_t *entity,
return;
}
/* Check D/C bit inly DRBs */
/* check D/C bit only for DRBs */
if ((entity->type == NR_PDCP_DRB_AM || entity->type == NR_PDCP_DRB_UM) && !(buffer[0] & 0x80)) {
LOG_E(PDCP, "%s:%d:%s: fatal\n", __FILE__, __LINE__, __FUNCTION__);
exit(1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment