Skip to content
Snippets Groups Projects
Commit b23a8ad0 authored by Cedric Roux's avatar Cedric Roux
Browse files

integation fix: minor typo

parent 84882d94
No related branches found
No related tags found
No related merge requests found
...@@ -1097,7 +1097,7 @@ typedef struct eNB_MAC_INST_s { ...@@ -1097,7 +1097,7 @@ typedef struct eNB_MAC_INST_s {
/// Prealocated TX pdu list /// Prealocated TX pdu list
nfapi_tx_request_pdu_t nfapi_tx_request_pdu_t
tx_request_pdu[MAX_NUM_CCs][MAX_NUM_TX_REQUEST_PDU]; tx_request_pdu[MAX_NUM_CCs][MAX_NUM_TX_REQUEST_PDU];
/// NFAPI DL PDU structuree /// NFAPI DL PDU structure
nfapi_tx_request_t TX_req[MAX_NUM_CCs]; nfapi_tx_request_t TX_req[MAX_NUM_CCs];
/// UL handle /// UL handle
uint32_t ul_handle; uint32_t ul_handle;
......
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