Skip to content
Snippets Groups Projects
Commit 18314f97 authored by Calvin HSU's avatar Calvin HSU
Browse files

fixed redundant element from structure

parent e01d0bcc
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ typedef struct { ...@@ -167,7 +167,7 @@ typedef struct {
uint8_t block_number_count; uint8_t block_number_count;
uint8_t *block_numbers; uint8_t *block_numbers;
uint8_t srs_request; // 38.212 table 7.3.1.1.2-5 uint8_t dci2_3_srs_request; // 38.212 table 7.3.1.1.2-5
uint8_t dci2_3_tpc_command; uint8_t dci2_3_tpc_command;
} nfapi_nr_dci_pdu_rel15_t; } nfapi_nr_dci_pdu_rel15_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment