Commit cf815ffb authored by Robert Schmidt's avatar Robert Schmidt

Fix compilation error in ocp-enb

parent 7d70d45d
...@@ -87,10 +87,10 @@ AGENT_RRC_xface *agent_rrc_xface[NUM_MAX_ENB]= {0}; ...@@ -87,10 +87,10 @@ AGENT_RRC_xface *agent_rrc_xface[NUM_MAX_ENB]= {0};
AGENT_MAC_xface *agent_mac_xface[NUM_MAX_ENB]= {0}; AGENT_MAC_xface *agent_mac_xface[NUM_MAX_ENB]= {0};
void flexran_agent_slice_update(mid_t module_idP) { void flexran_agent_slice_update(mid_t module_idP) {
} }
int proto_agent_start(mod_id_t mod_id, const cudu_params_t *p) { int proto_agent_start(mid_t mod_id, const cudu_params_t *p) {
return 0; return 0;
} }
void proto_agent_stop(mod_id_t mod_id) { void proto_agent_stop(mid_t mod_id) {
} }
static void *ru_thread( void *param ); static void *ru_thread( void *param );
......
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