Commit b23a8ad0 authored by Cedric Roux's avatar Cedric Roux

integation fix: minor typo

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