Commit 3363003f authored by Daniel0326's avatar Daniel0326

fix dereferencing problem of structure eNB_MAC_INST_NB_IoT_s

parent f49d9651
......@@ -526,7 +526,12 @@ typedef struct{
/*! \brief top level eNB MAC structure */
typedef struct mac_NB_IoT_s{
typedef struct eNB_MAC_INST_NB_IoT_s{
/// Ethernet parameters for northbound midhaul interface
eth_params_t eth_params_n;
/// Ethernet parameters for fronthaul interface
eth_params_t eth_params_s;
uint8_t Mod_id;
......
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