Commit 18314f97 authored by Calvin HSU's avatar Calvin HSU

fixed redundant element from structure

parent e01d0bcc
...@@ -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;
......
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