Commit 6069cd6b authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/fix-e2-agent-cuup' into integration_2024_w06

parents 713c84e4 15cf5c11
...@@ -57,7 +57,8 @@ static void initialize_agent(ngran_node_t node_type, e2_agent_args_t oai_args) ...@@ -57,7 +57,8 @@ static void initialize_agent(ngran_node_t node_type, e2_agent_args_t oai_args)
// Only 1 instances is supported in one executable // Only 1 instances is supported in one executable
// Advice: run multiple executables to have multiple instances // Advice: run multiple executables to have multiple instances
const e1ap_upcp_inst_t *e1inst = getCxtE1(CUuniqInstance); const instance_t e1_inst = 0;
const e1ap_upcp_inst_t *e1inst = getCxtE1(e1_inst);
const int nb_id = e1inst->gnb_id; const int nb_id = e1inst->gnb_id;
const int cu_up_id = e1inst->cuup.setupReq.gNB_cu_up_id; const int cu_up_id = e1inst->cuup.setupReq.gNB_cu_up_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