gsm0503_coding: Fix misleading comment UL vs DL

Change-Id: I563c60271e218f9953e26f9bf0304d442c6acd43
This commit is contained in:
Pau Espin 2020-04-07 13:12:11 +02:00
parent 9e713f3828
commit f62f073c79
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@ int gsm0503_pdtch_decode(uint8_t *l2_data, const sbit_t *bursts, uint8_t *usf_p,
}
/*
* EGPRS PDTCH UL block encoding
* EGPRS PDTCH DL block encoding
*/
static int egprs_type3_map(ubit_t *bursts, const ubit_t *hc, const ubit_t *dc, int usf)
{