Commit 750e7c3c authored by Florian Kaltenberger's avatar Florian Kaltenberger

reverting some changes

parent 827e5681
......@@ -1350,7 +1350,6 @@ void RCconfig_nr_macrlc(configmodule_interface_t *cfg)
} else if(strcmp(*(MacRLC_ParamList.paramarray[j][MACRLC_TRANSPORT_S_PREFERENCE_IDX].strptr), "aerial") == 0){
#ifdef ENABLE_AERIAL
// we are abusing slightly the struture as we are not really using ethernet transport in this case
RC.nrmac[j]->eth_params_s.transp_preference = FAPI_AERIAL;
RC.nrmac[j]->eth_params_s.local_if_name = strdup(*(MacRLC_ParamList.paramarray[j][MACRLC_TRANSPORT_S_SHM_PREFIX].strptr));
printf("Configuring VNF for Aerial connection with prefix %s\n",RC.nrmac[j]->eth_params_s.local_if_name);
aerial_configure_nr_fapi_vnf();
......
......@@ -46,7 +46,6 @@
#define ETH_UDP_IF4p5_MODE 2
#define ETH_RAW_IF4p5_MODE 3
#define ETH_UDP_IF5_ECPRI_MODE 4
#define FAPI_AERIAL 5
// COMMOM HEADER LENGTHS
......
......@@ -204,8 +204,7 @@ MACRLCs = (
remote_s_portc = 50000; // pnf p5 port [!]
local_s_portd = 50011; // vnf p7 port [!]
remote_s_portd = 50010; // pnf p7 port [!]
tr_s_preference = "aerial";
tr_s_shm_prefix = "nvipc";
tr_s_preference = "nfapi";
tr_n_preference = "local_RRC";
}
)
......
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